:root {
  --color-primary-bg: #356bb7;
  --color-accent: #ef6341;
  --color-text-light: #ffffff;
}

html, body, * 
    { font-family: 'Alexandria',
     sans-serif !important;
     scroll-behavior: smooth;
     box-sizing: border-box;
     }

    html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

    body {
         background: #356BB7;
         color: #fff;
        }


.page-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}

.section {
  padding: 80px 0;
  margin-bottom: 50px;

}

.content-grid {
  display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 60px;
}

.text-block h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 24px 0;
}

.text-block p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  max-width: 530px;
}

.text-with-separator {
  display: flex;
  align-items: stretch;
  gap: 26px;
}

.separator {
  width: 5px;
  background-color: var(--color-accent);
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .page-container {
    padding: 0 40px;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .content-grid .text-block {
    order: 1;
  }

  .content-grid .image-stack {
    order: 2;
    margin: 0 auto;
  }
  
  .mission-section .text-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .page-container {
    padding: 0 20px;
  }

  .section {
    padding: 40px 0;
  }
}

/* CSS from section:hero */
.hero-section {
  padding-top: 120px;
  padding-bottom: 80px;
}

.text-block{
    margin-top: 100px;
}

.hero-title {
  font-size: 96px;
  line-height: 1.2;
  text-align: right;
  margin: 0;
  font-weight: 700;
  color: var(--color-text-light);
}

.hero-title .highlight {
  color: var(--color-accent);
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 72px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .hero-title {
    font-size: 48px;
  }
}

/* CSS from section:introduction */
.image-stack {
  position: relative;
  max-width: 673px;
  width: 100%;
}

.image-stack::before {
  content: '';
  display: block;
  padding-top: 78.9%; /* height/width ratio of the container group */
}

.image-bg-1,
.main-image-1 {
  position: absolute;
  border-radius: 20px;
}



.main-image-1 {
  width: 97.77%; /* 658 / 673 */
  height: 550px; /* 493 / 531 */
  top: 0;
  left: 2.23%; /* 15 / 673 */
}

/* CSS from section:vision */
@media (min-width: 993px) {
  .vision-grid .text-block {
    order: 2;
  }
  .vision-grid .image-stack {
    order: 1;
  }
}

.image-bg-2,
.main-image-2 {
  position: absolute;
}

.image-bg-2 {
  background-color: var(--color-accent);
  border-radius: 20px;
  width: 60%;
  height: 700px; /* 691 / 733 */
  top: 5.73%; /* 42 / 733 */
  left: 33.07%; /* 167 / 505 */
}

.main-image-2 {
  border-radius: 35px;
  width: 500px; /* 463 / 505 */
  height: 700px; /* 707 / 733 */
  top: 0;
  left: 0;
  object-fit: cover;
}

/* CSS from section:mission */
.mission-section {
  padding-bottom: 120px;
}

@media (max-width: 992px) {
  .placeholder-column {
    display: none;
  }
}

/* Mission section alignment for desktop */
.mission-align {
  justify-content: flex-start;
}
[dir="rtl"] .mission-align {
  justify-content: flex-end;
}
[dir="rtl"] .mission-align .text-block {
  max-width: 530px;
}
@media (max-width: 992px) {
  .mission-align {
    justify-content: center;
  }
}
.right-mission {
  text-align: right;
}
/* Responsive tweaks for mobile screens */
@media (max-width: 600px) {
  .page-container {
    padding: 0 10px;
    max-width: 100vw;
  }

  .section {
    padding: 20px 0;
    margin-bottom: 12px;
  }

  .hero-section {
    padding-top: 30px;
    padding-bottom: 16px;
  }

  .hero-title {
    font-size: 2.2rem;
    text-align: center;
    word-break: break-word;
    padding: 0 6px;
  }

  .content-grid {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  .text-block {
    margin-top: 20px;
    padding: 0 4px;
  }

  .text-block h2 {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }

  .text-block p {
    font-size: 1rem;
    max-width: 100%;
    margin-bottom: 8px;
  }

  .text-with-separator {
    gap: 12px;
    flex-direction: column;
  }

  .separator {
    width: 100%;
    height: 4px;
    margin: 8px 0;
  }

  .image-stack {
    position: relative;
    max-width: 95vw;
    min-width: 0;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 3/4;
    height: auto;
  }
  .image-bg-1,
  .image-bg-2,
  .main-image-1,
  .main-image-2 {
    position: absolute !important;
    border-radius: 12px !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    min-width: 0;
    min-height: 0;
    max-width: 100vw;
    object-fit: cover;
    margin: 0 auto;
  }
  .image-bg-1,
  .image-bg-2 {
    z-index: 1;
    width: 100%;
    height: 92%;
    transform: translate(7%, -5%);
    opacity: 0.9;
    filter: blur(0.5px);
    border-radius: 8px !important;
  }
  .main-image-1,
  .main-image-2 {
    z-index: 2;
    width: 95% !important;
    height: 82% !important;
    left: 0 !important;
    top: 0 !important;
    object-fit: cover;
    border-radius: 16px !important;
    background: transparent;
    margin-left: 15px !important;
  }

  .mission-section {
    padding-bottom: 20px;
  }

  .placeholder-column {
    display: none !important;
  }
}

@media (min-width: 601px) {
  .mission-section .content-grid {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .mission-section .content-grid {
    flex-direction: column;
  }
}

/* Image display control for different screen sizes */
.desktop-image {
  display: block;
}

.mobile-image {
  display: none;
}

@media (max-width: 768px) {
  .desktop-image {
    display: none;
  }
  
  .mobile-image {
    display: block;
  }
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('/water_mark.jpeg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 200px auto;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}@media (max-width: 768px) {
  body::before {
    background-size: 150px auto;
  }
  
}

body[dir = "ltr"] .hero-title {
  text-align: left;
}