* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1080;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.whatsapp-float:hover {
  color: #ffffff;
}

.scroll-top {
  position: fixed;
  right: 22px;
  bottom: 86px;
  z-index: 1075;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(252, 203, 107, 0.45);
  border-radius: 50%;
  background: #0b1c39;
  color: rgb(252, 203, 107);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, background 0.2s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top:hover {
  background: #071525;
  color: #ffffff;
}

.scroll-top.is-waiting {
  transform: scale(0.92);
}

.scroll-top i {
  font-size: 1.25rem;
}

/* NAVBAR */
.top-info-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #0d1b2a;
  color: #ffffff;
  padding: 1rem 2rem;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transform: translateY(-110%);
  pointer-events: none;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.top-info-left {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
  white-space: nowrap;
  color: #ffffff;
}

.top-info-left i {
  margin-right: 0.5rem;
  font-size: 1.1rem;
  color: rgb(252, 203, 107);
}

.top-info-center {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
  padding: 0 2rem;
}

.top-info-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 18s linear infinite;
  color: rgb(252, 203, 107);
  font-weight: 600;
}

@keyframes marquee {
  from { transform: translateX(100%); }
  to   { transform: translateX(-100%); }
}

.top-info-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
  white-space: nowrap;
}

.top-info-right a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 400;
  transition: color 0.2s ease;
}

.top-info-right a:hover {
  color: rgb(252, 203, 107);
}

.nav-logo img {
  height: 65px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.navbar {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 1100;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  background-color: transparent !important;
  transform: translateY(calc(-100% - 70px));
  pointer-events: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

body.header-visible .top-info-bar,
body.header-visible #mainNavbar {
  transform: translateY(0);
  pointer-events: auto;
}

.navbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background-color: rgba(5, 5, 5, 0.3);
}

.navbar.scrolled {
  background-color: #0b1c39 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.navbar.scrolled .nav-link {
  color: #ffffff !important;
  text-shadow: none;
}

.navbar-toggler {
  display: none !important;
}

.navbar .navbar-nav {
  align-items: center;
}

.navbar .nav-link {
  color:#ffffff !important;
  font-weight: 600;
  transition: color 0.3s ease, transform 0.3s ease;
  letter-spacing: 1px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.navbar .nav-link:hover {
  color: rgb(252, 203, 107) !important;
  transform: translateY(-1px);
}

.navbar .nav-link.active {
  color: rgb(252, 203, 107) !important;
}

.nav-btn {
  background: linear-gradient(135deg, rgb(23, 108, 254), rgb(12, 78, 185));
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(23, 108, 254, 0.25);
}
.nav-btn:hover {
  background: linear-gradient(135deg, rgb(252, 203, 107), rgb(230, 165, 50));
  color: white !important;
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  z-index: 1300;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.menu-toggle span {
  position: absolute;
  left: 13px;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.25s ease, top 0.35s ease;
}

.menu-toggle span:nth-child(1) { top: 16px; }
.menu-toggle span:nth-child(2) { top: 23px; }
.menu-toggle span:nth-child(3) { top: 30px; }

.menu-toggle.is-open span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}

.classic-menu {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background:
    radial-gradient(circle at top right, rgba(252, 203, 107, 0.16), transparent 34%),
    linear-gradient(160deg, #071018 0%, #0b1c39 55%, #071525 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 28px 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.classic-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.classic-menu-inner {
  width: min(560px, 100%);
}

.classic-menu-kicker {
  margin: 0 0 28px;
  color: rgb(252, 203, 107);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

.classic-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.classic-menu-nav a {
  display: flex;
  align-items: baseline;
  gap: 16px;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(1.7rem, 7vw, 2.7rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.15;
  padding: 6px 0;
  transform: translateY(18px);
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.classic-menu.is-open .classic-menu-nav a {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.2s ease;
}

.classic-menu.is-open .classic-menu-nav a:nth-child(1) { transition-delay: 0.05s; }
.classic-menu.is-open .classic-menu-nav a:nth-child(2) { transition-delay: 0.10s; }
.classic-menu.is-open .classic-menu-nav a:nth-child(3) { transition-delay: 0.15s; }
.classic-menu.is-open .classic-menu-nav a:nth-child(4) { transition-delay: 0.20s; }
.classic-menu.is-open .classic-menu-nav a:nth-child(5) { transition-delay: 0.25s; }
.classic-menu.is-open .classic-menu-nav a:nth-child(6) { transition-delay: 0.30s; }
.classic-menu.is-open .classic-menu-nav a:nth-child(7) { transition-delay: 0.35s; }
.classic-menu.is-open .classic-menu-nav a:nth-child(8) { transition-delay: 0.40s; }

.classic-menu-nav a span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: rgb(252, 203, 107);
  min-width: 1.6rem;
}

.classic-menu-nav a:hover,
.classic-menu-nav a.is-current {
  color: rgb(252, 203, 107);
}

.classic-menu-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.classic-menu-foot a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.92rem;
}

.classic-menu-foot .nav-btn {
  color: #ffffff !important;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open #mainNavbar {
  z-index: 1300;
  background-color: transparent !important;
  box-shadow: none;
}

body.menu-open #mainNavbar::after {
  display: none;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .top-info-left span:last-child,
  .top-info-right {
    display: none;
  }
}

/* HERO SECTION */
.hero h1,
.hero p {
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.hero {
  min-height: 100vh;
  padding-top: 0;
  isolation: isolate;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  max-width: 100%;
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}

.hero-carousel .carousel-item {
  position: relative;
  transition: opacity 1.2s ease-in-out;
}

.hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform-origin: center;
  will-change: transform, filter;
}

/* =========================================================
   HERO PAGE-LOAD ANIMATION
========================================================= */

/* Hero starts slightly hidden */
.hero {
  animation: heroReveal 1.2s ease-out both;
}


/* Background image slides/zooms into position */
.hero-carousel .carousel-item.active .hero-slide-image {
  animation:
    heroImageReveal 1.8s ease-out both,
    heroKenBurns 8.8s ease-out 1.8s both;
}


/* Dark overlay fades in */
.hero-overlay {
  animation: heroOverlayReveal 1.2s ease-out both;
}


.hero-content h1,
.hero-content p,
.hero-content a {
  opacity: 0;
}

.carousel-item.active .hero-content h1 {
  animation: heroTextReveal 0.85s ease-out both;
}

.carousel-item.active .hero-content p {
  animation: heroTextReveal 0.85s ease-out 0.12s both;
}

.carousel-item.active .hero-content a {
  animation: heroTextReveal 0.85s ease-out 0.24s both;
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes heroReveal {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}


@keyframes heroImageReveal {

  from {
    opacity: 0;
    transform: scale(1.08) translateX(35px);
  }

  to {
    opacity: 1;
    transform: scale(1.05) translateX(0);
  }

}


@keyframes heroOverlayReveal {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}


@keyframes heroContentReveal {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}


@keyframes heroTextReveal {

  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}
.hero-carousel .carousel-item.active .hero-slide-image {
  animation:
    heroImageReveal 1.5s ease-out both,
    heroKenBurns 8.8s ease-out 1.5s both;
}

.hero-carousel .carousel-item.carousel-item-next .hero-slide-image,
.hero-carousel .carousel-item.carousel-item-prev .hero-slide-image {
  animation: heroKenBurns 8.8s ease-out both;
}

@keyframes heroKenBurns {
  0% {
    transform: scale(1.05);
    filter: saturate(102%);
  }

  100% {
    transform: scale(1.14);
    filter: saturate(108%);
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 35, 58, 0.5) 0%, rgba(12, 35, 58, 0.72) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: none;
  padding: 40px 1.25rem 0;
  pointer-events: none;
}

.hero-content h1,
.hero-content p {
  max-width: 760px;
}

.hero-content a {
  pointer-events: auto;
}

.hero-indicators {
  display: none;
}

.hero-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
}

@media (max-width: 768px) {
  .hero {
    min-height: 88vh;
  }

  .hero-carousel .carousel-item.active .hero-slide-image,
  .hero-carousel .carousel-item.carousel-item-next .hero-slide-image,
  .hero-carousel .carousel-item.carousel-item-prev .hero-slide-image {
    animation: heroKenBurnsMobile 8.8s ease-out both;
  }

  @keyframes heroKenBurnsMobile {
    0% {
      transform: scale(1.02);
      filter: saturate(102%);
    }

    100% {
      transform: scale(1.08);
      filter: saturate(106%);
    }
  }

  .hero-content img {
    width: 150px !important;
  }

  .hero-indicators {
    margin-bottom: 0.75rem;
  }
}

/* =========================================================
   SCHOOL VALUES SECTION
========================================================= */

.school-values {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(5, 1fr);

  background: #ffffff;

  border-top: 1px solid #e5e5e5;
}


/* ---------------------------------------------------------
   INDIVIDUAL CARD
--------------------------------------------------------- */

.value-card {
  position: relative;

  min-height: 390px;

  padding: 58px 30px 50px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  text-align: center;

  background: #ffffff;

  border-right: 2px solid #dedede;

  overflow: hidden;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background-color 0.35s ease;
}


/* Remove border from final card */

.value-card:last-child {
  border-right: none;
}


/* ---------------------------------------------------------
   SMALL GOLD TOP ACCENT
--------------------------------------------------------- */

.value-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 50%;

  width: 0;
  height: 3px;

  background: rgb(252, 203, 107);

  transform: translateX(-50%);

  transition: width 0.35s ease;
}


/* ---------------------------------------------------------
   ICON
--------------------------------------------------------- */

.value-icon {
  position: relative;

  width: 82px;
  height: 82px;

  margin-bottom: 27px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #0b1c39;

  font-size: 52px;

  line-height: 1;

  transition:
    transform 0.35s ease,
    color 0.35s ease;
}


/* Small gold detail beneath icon */

.value-icon::after {
  content: "";

  position: absolute;

  bottom: -10px;
  left: 50%;

  width: 32px;
  height: 3px;

  background: rgb(252, 203, 107);

  transform: translateX(-50%);

  border-radius: 10px;
}

.christ-icon {
  position: relative;
  color: #0b1c39;
}

.christ-icon .cross-symbol {
  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -55%);

  color: rgb(252, 203, 107);

  font-size: 27px;
  font-weight: 900;

  line-height: 1;

  z-index: 2;
}

/* ---------------------------------------------------------
   HEADING
--------------------------------------------------------- */

.value-content h3 {
  margin: 0 0 19px;

  color: #0b1c39;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 17px;

  font-weight: 700;

  line-height: 1.4;

  letter-spacing: 1px;
}


/* ---------------------------------------------------------
   DESCRIPTION
--------------------------------------------------------- */

.value-content p {
  max-width: 225px;

  margin: 0 auto;

  color: #555b63;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.85;
}


/* ---------------------------------------------------------
   HOVER EFFECT
--------------------------------------------------------- */

.value-card:hover {
  background: #fcfcfc;

  transform: translateY(-5px);

  box-shadow:
    0 15px 35px rgba(11, 28, 57, 0.10);

  z-index: 2;
}


.value-card:hover::before {
  width: 70px;
}


.value-card:hover .value-icon {
  color: rgb(23, 108, 254);

  transform:
    translateY(-5px)
    scale(1.05);
}


/* =========================================================
   IMPACT SECTION
========================================================= */

.impact-section {
  position: relative;

  min-height: 390px;

  display: flex;

  align-items: center;

  padding: 75px 9%;

  overflow: hidden;

  background-image:
    url("../Image/glavyn-6.jpeg");

  background-size: cover;

  background-position: center 28%;
}


/* ---------------------------------------------------------
   BLUE OVERLAY
--------------------------------------------------------- */

.impact-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(7, 27, 53, 0.94) 0%,
      rgba(7, 27, 53, 0.86) 45%,
      rgba(7, 27, 53, 0.70) 100%
    );
}


/* ---------------------------------------------------------
   CONTENT
--------------------------------------------------------- */

.impact-content {
  position: relative;

  z-index: 2;

  max-width: 720px;

  color: #ffffff;
}


/* Small title */

.impact-small-title {
  display: inline-block;

  margin-bottom: 13px;

  color: rgb(252, 203, 107);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 3px;
}


/* Main heading */

.impact-content h2 {
  margin: 0 0 22px;

  color: #ffffff;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(30px, 4vw, 46px);

  font-weight: 700;

  line-height: 1.15;

  letter-spacing: 1px;
}


/* Paragraph */

.impact-content p {
  max-width: 620px;

  margin: 0 0 28px;

  color: rgba(255, 255, 255, 0.88);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 15px;

  line-height: 1.85;
}


/* ---------------------------------------------------------
   IMPACT BUTTON
--------------------------------------------------------- */

.impact-btn {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 12px 23px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgb(23, 108, 254),
      rgb(12, 78, 185)
    );

  border-radius: 50px;

  text-decoration: none;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1px;

  box-shadow:
    0 5px 15px rgba(23, 108, 254, 0.25);

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}


.impact-btn i {
  font-size: 15px;

  transition: transform 0.3s ease;
}


.impact-btn:hover {
  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgb(252, 203, 107),
      rgb(230, 165, 50)
    );

  transform: translateY(-2px);

  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.20);
}


.impact-btn:hover i {
  transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .school-values {
    grid-template-columns: repeat(3, 1fr);
  }


  .value-card:nth-child(3) {
    border-right: none;
  }


  .value-card:nth-child(4),
  .value-card:nth-child(5) {
    border-top: 1px solid #dedede;
  }


  .value-card:nth-child(4) {
    border-right: 1px solid #dedede;
  }


  .value-card:nth-child(5) {
    border-right: none;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .school-values {
    grid-template-columns: 1fr;
  }


  .value-card {
    min-height: auto;

    padding:
      50px
      28px
      48px;

    border-right: none;

    border-bottom: 1px solid #dedede;
  }


  .value-card:nth-child(3),
  .value-card:nth-child(4) {
    border-right: none;
  }


  .value-card:nth-child(4),
  .value-card:nth-child(5) {
    border-top: none;
  }


  .value-card:last-child {
    border-bottom: none;
  }


  .value-icon {
    width: 75px;
    height: 75px;

    font-size: 48px;

    margin-bottom: 25px;
  }


  .value-content h3 {
    font-size: 16px;
  }


  .value-content p {
    max-width: 340px;

    font-size: 14px;
  }


  /* -----------------------------------------
     IMPACT SECTION
  ----------------------------------------- */

  .impact-section {
    min-height: 420px;

    padding:
      65px
      25px;
  }


  .impact-content {
    max-width: 100%;
  }


  .impact-small-title {
    font-size: 10px;

    letter-spacing: 2.5px;
  }


  .impact-content h2 {
    font-size: 31px;

    line-height: 1.2;
  }


  .impact-content p {
    font-size: 14px;

    line-height: 1.8;
  }


  .impact-btn {
    padding: 11px 20px;

    font-size: 11px;
  }

}

/* =========================================================
   EQUIPPING TODAY / IMPACTING TOMORROW
========================================================= */

.equipping-section {
  width: 100%;

  padding: 7px 1%;

  background: #ffffff;
}


/* ---------------------------------------------------------
   MAIN CONTAINER
--------------------------------------------------------- */
.equipping-container {
  position: relative;

  width: 100%;
  max-width: 1400px;

  min-height: 500px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 48% 52%;

  background: linear-gradient(
    135deg,
    #102c55,
    #071a35
  );

  overflow: hidden;

  box-shadow:
    0 15px 40px rgba(7, 27, 53, 0.18);

  /* shallow curved bottom */
  border-radius:
    0 0 50% 50% /
    0 0 7% 7%;
}


/* =========================================================
   CLASSICAL PORTRAIT
========================================================= */

.equipping-image {
  position: relative;

  min-height: 500px;
  height: 100%;
  align-self: stretch;

  display: flex;

  align-items: center;
  justify-content: center;

  overflow: hidden;

  background:
    radial-gradient(
      ellipse at 50% 48%,
      #1c406e 0%,
      #0b2244 48%,
      #071a35 100%
    );
}


.equipping-image img {
  position: relative;

  width: 92%;
  max-width: 560px;
  height: auto;

  display: block;

  object-fit: contain;

  z-index: 2;

  filter:
    drop-shadow(0 14px 28px rgba(0, 0, 0, 0.32));

  transition:
    transform 0.8s ease,
    filter 0.8s ease;
}


.equipping-container:hover
.equipping-image img {
  transform: scale(1.03);

  filter:
    drop-shadow(0 16px 36px rgba(252, 203, 107, 0.22));
}


/* =========================================================
   CONTENT
========================================================= */

.equipping-content {
  position: relative;

  padding: 65px 55px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  color: #ffffff;
}


/* Decorative gold line */

.equipping-content::before {
  content: "";

  position: absolute;

  top: 0;
  right: 0;

  width: 80px;
  height: 4px;

  background: rgb(252, 203, 107);
}


/* ---------------------------------------------------------
   SMALL LABEL
--------------------------------------------------------- */

.section-label {
  display: inline-block;

  margin-bottom: 15px;

  color: rgb(252, 203, 107);

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 3px;
}


/* ---------------------------------------------------------
   HEADING
--------------------------------------------------------- */

.equipping-content h2 {
  margin: 0 0 20px;

  color: #ffffff;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(30px, 3vw, 43px);

  font-weight: 700;

  line-height: 1.15;

  letter-spacing: 1px;
}


/* ---------------------------------------------------------
   DESCRIPTION
--------------------------------------------------------- */

.equipping-description {
  max-width: 560px;

  margin: 0 0 35px;

  color:
    rgba(255, 255, 255, 0.88);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 14px;

  line-height: 1.8;
}


/* =========================================================
   STATISTICS
========================================================= */

.school-stats {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  width: 100%;

  border-top:
    1px solid rgba(255, 255, 255, 0.25);

  border-bottom:
    1px solid rgba(255, 255, 255, 0.25);
}


/* Individual stat */

.school-stat {
  min-height: 100px;

  padding: 18px 12px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  border-right:
    1px solid rgba(255, 255, 255, 0.22);
}


.school-stat:last-child {
  border-right: none;
}


/* Number */

.school-stat strong {
  display: block;

  margin-bottom: 8px;

  color: rgb(252, 203, 107);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 20px;

  font-weight: 700;

  line-height: 1;
}


/* Label */

.school-stat span {
  color:
    rgba(255, 255, 255, 0.85);

  font-size: 9px;

  font-weight: 700;

  line-height: 1.4;

  letter-spacing: 0.8px;
}


/* =========================================================
   SCRIPTURE STRIP
========================================================= */

.scripture-strip {
  width: 100%;

  min-height: 130px;

  padding: 35px 20px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  background: #ffffff;
}


.scripture-strip p {
  margin: 0 0 7px;

  color: #182944;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(17px, 2vw, 23px);

  font-style: italic;

  line-height: 1.5;
}


.scripture-strip span {
  color: #777777;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 13px;

  font-style: italic;
}


/* Gold decorative lines */

.scripture-line {
  width: 45px;

  height: 2px;

  margin: 7px 0;

  background: rgb(252, 203, 107);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .equipping-section {
    padding: 60px 4%;
  }


  .equipping-container {
    grid-template-columns:
      1fr 1fr;
  }


  .equipping-content {
    padding: 45px 35px;
  }


  .school-stats {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .school-stat:nth-child(2) {
    border-right: none;
  }


  .school-stat:nth-child(1),
  .school-stat:nth-child(2) {
    border-bottom:
      1px solid rgba(255, 255, 255, 0.22);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .equipping-section {
    padding: 40px 20px;
  }


  .equipping-container {
    display: flex;

    flex-direction: column;
  }


  .equipping-image {
    min-height: 340px;

    height: auto;

    padding: 28px 18px;
  }


  .equipping-content {
    padding: 45px 25px;
  }


  .equipping-content h2 {
    font-size: 31px;
  }


  .equipping-description {
    font-size: 14px;

    margin-bottom: 30px;
  }


  .school-stats {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .school-stat {
    min-height: 95px;
  }


  .school-stat:nth-child(2) {
    border-right: none;
  }


  .school-stat:nth-child(1),
  .school-stat:nth-child(2) {
    border-bottom:
      1px solid rgba(255, 255, 255, 0.22);
  }


  .school-stat strong {
    font-size: 18px;
  }


  .school-stat span {
    font-size: 8px;
  }


  .scripture-strip {
    padding: 30px 20px;

    min-height: 140px;
  }


  .scripture-strip p {
    font-size: 17px;
  }

}

/* =========================================================
   SCHOOL LIFE / FACILITIES SECTION
========================================================= */

.school-life-section {
  background: #f8f9fc;
  padding: 100px 0;
  position: relative;
}


/* =========================================================
   SECTION INTRO
========================================================= */

.school-section-heading {
  max-width: 760px;
  margin: 0 auto 70px;
}

.school-section-heading .section-label {
  display: inline-block;

  color: rgb(23, 108, 254);

  font-size: 0.8rem;

  font-weight: 800;

  letter-spacing: 3px;

  margin-bottom: 12px;
}

.school-section-heading h2 {
  color: #0d1b2a;

  font-size: clamp(2rem, 4vw, 3.2rem);

  font-weight: 800;

  margin-bottom: 18px;
}

.school-section-heading p {
  color: #667085;

  font-size: 1.05rem;

  line-height: 1.8;

  margin: 0;
}



/* =========================================================
   INFORMATION BLOCK
========================================================= */

.school-info-block {
  margin-bottom: 100px;
}


.school-info-title {
  display: flex;

  align-items: center;

  gap: 18px;

  margin-bottom: 35px;
}


.title-icon {
  width: 58px;

  height: 58px;

  border-radius: 16px;

  background:
    rgba(23, 108, 254, 0.1);

  color: rgb(23, 108, 254);

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1.6rem;

  flex-shrink: 0;
}


.school-info-title span {
  display: block;

  color: rgb(23, 108, 254);

  font-size: 0.72rem;

  font-weight: 800;

  letter-spacing: 2px;

  margin-bottom: 5px;
}


.school-info-title h3 {
  margin: 0;

  color: #0d1b2a;

  font-size: clamp(1.8rem, 3vw, 2.5rem);

  font-weight: 800;
}



/* =========================================================
   FACILITIES
========================================================= */

.facility-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 20px;
}


.facility-card {
  background: #ffffff;

  border-radius: 18px;

  padding: 30px 25px;

  border:
    1px solid rgba(13, 27, 42, 0.06);

  box-shadow:
    0 8px 25px rgba(13, 27, 42, 0.05);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.facility-card:hover {
  transform: translateY(-7px);

  box-shadow:
    0 15px 35px rgba(13, 27, 42, 0.1);
}


.facility-icon {
  width: 50px;

  height: 50px;

  border-radius: 14px;

  background:
    rgba(252, 203, 107, 0.18);

  color: #d28a13;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1.35rem;

  margin-bottom: 20px;
}


.facility-card h4 {
  color: #0d1b2a;

  font-size: 1.1rem;

  font-weight: 750;

  margin-bottom: 10px;
}


.facility-card p {
  color: #667085;

  font-size: 0.9rem;

  line-height: 1.7;

  margin: 0;
}



/* =========================================================
   EXTRACURRICULAR ACTIVITIES
========================================================= */

.extracurricular-block {
  background: #0d1b2a;

  border-radius: 30px;

  padding: 60px;

  color: #ffffff;
}


.extracurricular-block
.school-info-title h3 {
  color: #ffffff;
}


.extracurricular-block
.school-info-title span {
  color: rgb(252, 203, 107);
}


.extracurricular-block
.title-icon {
  background:
    rgba(252, 203, 107, 0.15);

  color: rgb(252, 203, 107);
}


.activity-wrapper {
  display: grid;

  grid-template-columns:
    0.8fr 1.2fr;

  gap: 60px;

  align-items: center;
}


.activity-intro h4 {
  color: rgb(252, 203, 107);

  font-size: 1.8rem;

  margin-bottom: 18px;

  font-weight: 750;
}


.activity-intro p {
  color:
    rgba(255, 255, 255, 0.72);

  line-height: 1.8;

  margin: 0;
}


.activity-list {
  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 12px;
}


.activity-item {
  display: flex;

  align-items: center;

  gap: 12px;

  padding: 14px 15px;

  border:
    1px solid rgba(255, 255, 255, 0.1);

  border-radius: 10px;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}


.activity-item:hover {
  background:
    rgba(255, 255, 255, 0.06);

  transform: translateX(4px);
}


.activity-item i {
  color: rgb(252, 203, 107);

  font-size: 1rem;
}


.activity-item span {
  font-size: 0.9rem;

  color:
    rgba(255, 255, 255, 0.88);
}



/* =========================================================
   CLUBS & SOCIETIES
========================================================= */

.clubs-block {
  margin-top: 100px;

  margin-bottom: 0;
}


.clubs-grid {
  display: grid;

  grid-template-columns:
    repeat(5, 1fr);

  gap: 16px;
}


.club-card {
  background: #ffffff;

  min-height: 145px;

  padding: 25px 15px;

  border-radius: 18px;

  border:
    1px solid rgba(13, 27, 42, 0.06);

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  gap: 13px;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.club-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 12px 30px rgba(13, 27, 42, 0.1);
}


.club-card i {
  font-size: 1.7rem;

  color: rgb(23, 108, 254);
}


.club-card span {
  color: #0d1b2a;

  font-weight: 650;

  font-size: 0.9rem;
}



/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

  .facility-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .clubs-grid {
    grid-template-columns:
      repeat(3, 1fr);
  }


  .activity-wrapper {
    grid-template-columns: 1fr;

    gap: 35px;
  }

}


@media (max-width: 767px) {

  .school-life-section {
    padding: 70px 0;
  }


  .school-section-heading {
    margin-bottom: 50px;
  }


  .facility-grid {
    grid-template-columns: 1fr;
  }


  .extracurricular-block {
    padding: 35px 22px;

    border-radius: 22px;
  }


  .activity-list {
    grid-template-columns: 1fr;
  }


  .clubs-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .club-card {
    min-height: 125px;
  }

}


@media (max-width: 450px) {

  .school-info-title {
    align-items: flex-start;
  }


  .title-icon {
    width: 50px;

    height: 50px;
  }


  .clubs-grid {
    gap: 12px;
  }


  .club-card {
    padding: 20px 10px;
  }


  .club-card span {
    font-size: 0.82rem;
  }

}

/* =========================================================
   FOOTER
========================================================= */

.main-footer {
  background: #071525;
  color: #ffffff;
  padding: 80px 0 0;
  position: relative;
}


/* =========================================================
   FOOTER MAIN
========================================================= */

.footer-main {
  display: grid;

  grid-template-columns:
    1.6fr
    0.8fr
    0.9fr
    1.2fr;

  gap: 60px;

  padding-bottom: 60px;
}


/* =========================================================
   SCHOOL ABOUT
========================================================= */

.footer-about {
  max-width: 350px;
}


.footer-logo {
  display: inline-block;

  margin-bottom: 22px;
}


.footer-logo img {
  width: 180px;

  height: auto;

  display: block;
}


.footer-about p {
  color:
    rgba(255, 255, 255, 0.65);

  font-size: 0.9rem;

  line-height: 1.8;

  margin-bottom: 25px;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.footer-socials {
  display: flex;

  gap: 10px;
}


.footer-socials a {
  width: 40px;

  height: 40px;

  border-radius: 50%;

  background:
    rgba(255, 255, 255, 0.08);

  color: #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}


.footer-socials a:hover {
  background: rgb(252, 203, 107);

  color: #071525;

  transform: translateY(-3px);
}



/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column h4 {
  color: #ffffff;

  font-size: 1rem;

  font-weight: 750;

  margin-bottom: 24px;

  position: relative;

  padding-bottom: 12px;
}


.footer-column h4::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 35px;

  height: 2px;

  background:
    rgb(252, 203, 107);
}


.footer-column ul {
  list-style: none;

  padding: 0;

  margin: 0;
}


.footer-column li {
  margin-bottom: 12px;
}


.footer-column li a {
  color:
    rgba(255, 255, 255, 0.62);

  text-decoration: none;

  font-size: 0.88rem;

  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
}


.footer-column li a:hover {
  color: rgb(252, 203, 107);

  padding-left: 5px;
}



/* =========================================================
   CONTACT
========================================================= */

.footer-contact-item {
  display: flex;

  align-items: flex-start;

  gap: 13px;

  margin-bottom: 20px;
}


.footer-contact-item i {
  color: rgb(252, 203, 107);

  font-size: 1rem;

  margin-top: 3px;

  flex-shrink: 0;
}


.footer-contact-item span,
.footer-contact-item a {
  color:
    rgba(255, 255, 255, 0.65);

  font-size: 0.88rem;

  line-height: 1.7;

  text-decoration: none;

  transition: color 0.3s ease;
}


.footer-contact-item a:hover {
  color: rgb(252, 203, 107);
}



/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
  border-top:
    1px solid rgba(255, 255, 255, 0.08);

  min-height: 75px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;
}


.footer-bottom p {
  margin: 0;

  color:
    rgba(255, 255, 255, 0.45);

  font-size: 0.78rem;
}


.footer-bottom span {
  color: rgb(252, 203, 107);

  font-weight: 600;
}



/* =========================================================
   FOOTER RESPONSIVE
========================================================= */

@media (max-width: 991px) {

  .footer-main {
    grid-template-columns:
      1.5fr
      1fr
      1fr;

    gap: 45px;
  }

  .footer-about {
    grid-column: span 3;

    max-width: 550px;
  }

}


@media (max-width: 767px) {

  .main-footer {
    padding-top: 60px;
  }


  .footer-main {
    grid-template-columns: 1fr 1fr;

    gap: 40px 30px;

    padding-bottom: 45px;
  }


  .footer-about {
    grid-column: span 2;
  }


  .footer-bottom {
    flex-direction: column;

    justify-content: center;

    text-align: center;

    padding: 20px 0;

    gap: 8px;
  }

}


@media (max-width: 450px) {

  .footer-main {
    grid-template-columns: 1fr;
  }


  .footer-about {
    grid-column: span 1;
  }


  .footer-logo img {
    width: 160px;
  }

}

.page-hero {
  min-height: 48vh;
  padding: 90px 1.25rem 80px;
  background:
    linear-gradient(135deg, #071525, #123a70);
  color: #ffffff;
  text-align: center;
}

.page-hero h1 {
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.page-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.page-wrap {
  padding: 80px 0;
}

.page-wrap h2 {
  color: #0b1c39;
  font-weight: 800;
  margin: 2rem 0 1rem;
}

.page-wrap h2:first-child {
  margin-top: 0;
}

.page-wrap p,
.page-wrap li {
  color: #4a5568;
  line-height: 1.85;
  font-size: 1.02rem;
}

.page-wrap ul {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.page-wrap .page-cta {
  margin-top: 2rem;
}

body.inner-page .navbar {
  background-color: rgba(11, 28, 57, 0.94) !important;
}

.admission-intro {
  margin-bottom: 2.5rem;
}

.admission-form-shell {
  background: #f7f4ec;
  border: 1px solid #d7d0bf;
  box-shadow: 0 18px 40px rgba(11, 28, 57, 0.08);
  padding: 28px 28px 36px;
}

.admission-form-letterhead {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 20px;
  align-items: start;
  border-bottom: 3px double #0b1c39;
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.admission-form-letterhead h2 {
  margin: 0 0 6px;
  color: #0b1c39;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admission-form-letterhead p {
  margin: 0;
  color: #4a5568;
  font-size: 0.92rem;
  line-height: 1.6;
}

.admission-photo-box {
  width: 140px;
  height: 160px;
  border: 1px dashed #8b8373;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #6b7280;
  font-size: 0.78rem;
  padding: 10px;
}

.admission-photo-box i {
  font-size: 1.6rem;
  margin-bottom: 8px;
  color: #0b1c39;
}

.admission-section {
  border: 1px solid #cfc6b2;
  background: #fffdf8;
  margin-bottom: 18px;
}

.admission-section h3 {
  margin: 0;
  padding: 10px 14px;
  background: #0b1c39;
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  padding: 16px;
}

.admission-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.admission-field.full {
  grid-column: 1 / -1;
}

.admission-field label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0b1c39;
}

.admission-field input,
.admission-field select,
.admission-field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b7ae9b;
  background: transparent;
  border-radius: 0;
  padding: 8px 2px;
  color: #0b1c39;
  outline: none;
}

.admission-field input:focus,
.admission-field select:focus,
.admission-field textarea:focus {
  border-bottom-color: rgb(23, 108, 254);
}

.admission-field textarea {
  min-height: 88px;
  resize: vertical;
  border: 1px solid #d7d0bf;
  padding: 10px;
  background: #ffffff;
}

.admission-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 16px 16px;
  color: #4a5568;
  font-size: 0.95rem;
}

.admission-check input {
  margin-top: 5px;
}

.admission-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding-top: 8px;
}

.admission-note {
  font-size: 0.88rem;
  color: #6b7280;
  margin: 0;
}

.admission-success {
  display: none;
  border: 1px solid #b7e4c7;
  background: #ecfdf3;
  color: #166534;
  padding: 16px 18px;
  margin-bottom: 18px;
}

.admission-success.show {
  display: block;
}

@media (max-width: 767px) {
  .admission-form-shell {
    padding: 18px 14px 24px;
  }

  .admission-form-letterhead,
  .admission-grid {
    grid-template-columns: 1fr;
  }

  .admission-photo-box {
    width: 100%;
    height: 130px;
  }
}

@media print {
  .top-info-bar,
  .navbar,
  .whatsapp-float,
  .scroll-top,
  .main-footer,
  .admission-actions,
  .page-hero,
  .admission-intro {
    display: none !important;
  }

  body {
    background: #ffffff;
  }

  .admission-form-shell {
    box-shadow: none;
    border: none;
    padding: 0;
  }
}

.contact-page {
  background: #f4f0e6;
}

.contact-kicker {
  margin: 0 0 12px;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgb(252, 203, 107);
}

.contact-rule {
  width: 72px;
  height: 2px;
  margin: 22px auto 26px;
  background: rgb(252, 203, 107);
  box-shadow: 0 5px 0 #0b1c39;
}

.contact-rule-left {
  margin-left: 0;
  margin-right: 0;
}

.contact-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #ffffff;
}

.contact-hero-media,
.contact-hero-shade {
  position: absolute;
  inset: 0;
}

.contact-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.06);
}

.contact-hero-shade {
  background:
    linear-gradient(180deg, rgba(7, 16, 24, 0.28) 0%, rgba(7, 21, 37, 0.72) 48%, rgba(7, 16, 24, 0.94) 100%);
}

.contact-hero-copy {
  position: relative;
  z-index: 2;
  width: min(780px, calc(100% - 48px));
  margin: 0 auto 88px;
  text-align: center;
}

.contact-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.4rem, 9vw, 7rem);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 0.92;
}

.contact-lede {
  margin: 0 auto;
  max-width: 540px;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1180px;
  margin: -58px auto 0;
  position: relative;
  z-index: 3;
  padding: 0 20px;
}

.contact-card {
  background: #fffdf8;
  border: 1px solid #e4dcc8;
  padding: 34px 28px 30px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 40px rgba(11, 28, 57, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(11, 28, 57, 0.12);
  color: inherit;
}

.contact-card + .contact-card {
  border-left: 0;
}

.contact-card-num {
  display: block;
  margin-bottom: 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  letter-spacing: 0.18em;
  color: rgb(180, 140, 50);
}

.contact-card i {
  font-size: 1.4rem;
  color: #0b1c39;
}

.contact-card h2 {
  margin: 12px 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  color: #0b1c39;
}

.contact-card p {
  margin: 0;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #5b6573;
}

.contact-atelier {
  padding: 90px 20px 40px;
}

.contact-atelier-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

.contact-dossier,
.contact-letter {
  background: #fffdf8;
  border: 1px solid #e4dcc8;
}

.contact-dossier {
  padding: 46px 40px;
}

.contact-dossier h2,
.contact-letter h2,
.contact-map-caption h2,
.contact-close h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  color: #0b1c39;
  line-height: 1.1;
}

.contact-dossier-intro,
.contact-letter-note {
  font-family: "Libre Franklin", Arial, sans-serif;
  color: #5b6573;
  line-height: 1.8;
  margin: 0 0 28px;
}

.contact-meta {
  margin: 0;
  display: grid;
  gap: 22px;
}

.contact-meta div {
  padding-top: 16px;
  border-top: 1px solid #e4dcc8;
}

.contact-meta dt {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #0b1c39;
  margin-bottom: 6px;
}

.contact-meta dd {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.55;
  color: #243044;
}

.contact-meta a {
  color: #0b1c39;
  text-decoration: none;
}

.contact-letter {
  position: relative;
  padding: 46px 42px 42px;
}

.contact-letter-mark {
  position: absolute;
  top: 28px;
  right: 32px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.4rem;
  letter-spacing: 0.18em;
  color: rgba(11, 28, 57, 0.08);
}

.contact-letter form,
.contact-letter label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-letter form {
  gap: 18px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-letter label {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0b1c39;
}

.contact-letter input,
.contact-letter select,
.contact-letter textarea {
  border: none;
  border-bottom: 1px solid #cfc6b2;
  background: transparent;
  border-radius: 0;
  padding: 10px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  color: #0b1c39;
  outline: none;
}

.contact-letter textarea {
  border: 1px solid #e4dcc8;
  padding: 12px;
  min-height: 140px;
  resize: vertical;
}

.contact-letter input:focus,
.contact-letter select:focus,
.contact-letter textarea:focus {
  border-color: #0b1c39;
}

.contact-submit {
  align-self: flex-start;
  margin-top: 8px;
  border: 1px solid #0b1c39;
  background: #0b1c39;
  color: #ffffff;
  padding: 14px 28px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-family: "Libre Franklin", Arial, sans-serif;
  cursor: pointer;
}

.contact-submit:hover {
  background: transparent;
  color: #0b1c39;
}

.contact-success {
  display: none;
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid #cde7d4;
  background: #f3fbf6;
  color: #1b5e3b;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 0.9rem;
}

.contact-success.show {
  display: block;
}

.contact-map-block {
  max-width: 1180px;
  margin: 20px auto 0;
  padding: 0 20px 20px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 420px;
}

.contact-map-caption {
  background: #0b1c39;
  color: #ffffff;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-map-caption h2,
.contact-close h2 {
  color: #ffffff;
}

.contact-map-caption p {
  font-family: "Libre Franklin", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.contact-map-link {
  margin-top: 18px;
  color: rgb(252, 203, 107);
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-family: "Libre Franklin", Arial, sans-serif;
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: grayscale(0.35) contrast(1.05);
}

.contact-close {
  margin: 40px 20px 80px;
  padding: 72px 28px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(7, 21, 37, 0.55), rgba(7, 16, 24, 0.88)),
    url("../Image/glavyn-6.jpeg") center 28% / cover no-repeat;
  color: #ffffff;
}

.contact-close h2 {
  max-width: 640px;
  margin: 0 auto 28px;
}

.contact-close-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-close-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgb(252, 203, 107);
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-family: "Libre Franklin", Arial, sans-serif;
}

.contact-close-actions a:first-child {
  background: rgb(252, 203, 107);
  color: #0b1c39;
}

@media (max-width: 991px) {
  .contact-cards,
  .contact-atelier-grid,
  .contact-map-block,
  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .contact-card + .contact-card {
    border-left: 1px solid #e4dcc8;
  }

  .contact-hero {
    min-height: 68vh;
  }

  .contact-dossier,
  .contact-letter,
  .contact-map-caption {
    padding: 32px 24px;
  }
}