.header-nav-removed {
   display: none !important;
}

html {
   scroll-behavior: smooth;
}

#home,
#about,
#universities,
#program,
#team,
#contact,
#insights,
#careers {
   scroll-margin-top: 110px;
}

.customer-brand {
   display: inline-flex;
   align-items: center;
   gap: 12px;
   text-decoration: none;
}

.customer-brand img {
   width: 42px;
   height: auto;
}

.customer-brand span {
   color: #1f2432;
   font-size: 34px;
   font-weight: 800;
   line-height: 1;
}

.customer-navbar {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   gap: 30px;
   min-height: 76px;
}

.customer-navbar a {
   color: #1f2432;
   font-size: 17px;
   font-weight: 600;
   line-height: 1;
   text-decoration: none;
   transition: color 0.25s ease;
}

.customer-navbar a:hover {
   color: #006b5b;
}

.customer-nav-dropdown {
   position: relative;
}

.customer-nav-dropdown-toggle {
   display: inline-flex;
   align-items: center;
   gap: 6px;
}

.customer-nav-dropdown-toggle::after {
   content: "";
   width: 7px;
   height: 7px;
   border-right: 2px solid currentcolor;
   border-bottom: 2px solid currentcolor;
   transform: rotate(45deg) translateY(-2px);
}

.customer-nav-dropdown-menu {
   position: absolute;
   top: calc(100% + 18px);
   left: 50%;
   z-index: 20;
   min-width: 240px;
   padding: 12px;
   background: #ffffff;
   border: 1px solid rgba(31, 36, 50, 0.08);
   border-radius: 8px;
   box-shadow: 0 16px 40px rgba(31, 36, 50, 0.12);
   opacity: 0;
   pointer-events: none;
   transform: translate(-50%, 8px);
   transition: opacity 0.2s ease, transform 0.2s ease;
   margin-top: -18px;
}

.customer-nav-dropdown:hover .customer-nav-dropdown-menu,
.customer-nav-dropdown:focus-within .customer-nav-dropdown-menu {
   opacity: 1;
   pointer-events: auto;
   transform: translate(-50%, 0);
}

.customer-nav-dropdown-menu a {
   display: block;
   padding: 12px 14px;
   border-radius: 6px;
   font-size: 15px;
   line-height: 1.2;
   white-space: nowrap;
}

.customer-nav-dropdown-menu a:hover {
   background: rgba(0, 107, 91, 0.08);
}

.customer-nav-dropdown-menu-wide {
   min-width: 270px;
   margin-top: -18px;
}

.customer-careers-area {
   position: relative;
}

.customer-careers-content p {
   color: #6c757d;
   font-size: 18px;
   line-height: 1.7;
   max-width: 560px;
}

.customer-careers-grid {
   display: grid;
   gap: 18px;
}

.customer-careers-card {
   background: #ffffff;
   border: 1px solid rgba(31, 36, 50, 0.08);
   border-radius: 8px;
   padding: 28px 30px;
   box-shadow: 0 16px 40px rgba(31, 36, 50, 0.06);
}

.customer-careers-card span {
   color: #f8c62f;
   display: inline-block;
   font-size: 16px;
   font-weight: 700;
   margin-bottom: 10px;
}

.customer-careers-card h5 {
   color: #1f2432;
   font-size: 22px;
   margin-bottom: 8px;
}

.customer-careers-card p {
   color: #6c757d;
   margin-bottom: 0;
}

.customer-page-body {
   background: #f7f9f8;
}

.customer-page-main {
   min-height: 100vh;
}

.customer-page-hero {
   background: #005f53;
   color: #ffffff;
   padding: 110px 0 95px;
   position: relative;
   overflow: hidden;
}

.customer-page-hero::after {
   content: "";
   position: absolute;
   right: -90px;
   top: -120px;
   width: 360px;
   height: 360px;
   border-radius: 50%;
   background: rgba(248, 198, 47, 0.18);
}

.customer-page-kicker {
   color: #f8c62f;
   display: inline-block;
   font-size: 16px;
   font-weight: 700;
   margin-bottom: 18px;
   text-transform: uppercase;
}

.customer-page-hero h1 {
   color: #ffffff;
   font-size: 58px;
   line-height: 1.05;
   margin-bottom: 22px;
}

.customer-page-hero p {
   color: rgba(255, 255, 255, 0.82);
   font-size: 20px;
   line-height: 1.7;
   max-width: 760px;
}

.customer-page-hero-cta {
   margin-top: 32px;
}

.customer-page-section {
   padding: 90px 0;
}

.customer-story-area {
   background:
      radial-gradient(circle at top left, rgba(248, 198, 47, 0.16), transparent 26%),
      linear-gradient(180deg, #f7f9f8 0%, #edf4f1 100%);
   padding: 96px 0 64px;
}

.customer-story-panel {
   --story-accent: #0c6b5a;
   --story-soft: rgba(12, 107, 90, 0.12);
   --story-soft-strong: rgba(12, 107, 90, 0.18);
   --story-glow: rgba(248, 198, 47, 0.34);
   position: relative;
   margin-bottom: 88px;
}

.customer-story-panel:last-child {
   margin-bottom: 0;
}

.customer-story-theme-emerald {
   --story-accent: #0c6b5a;
   --story-soft: rgba(12, 107, 90, 0.12);
   --story-soft-strong: rgba(12, 107, 90, 0.18);
   --story-glow: rgba(248, 198, 47, 0.34);
}

.customer-story-theme-gold {
   --story-accent: #8c5d00;
   --story-soft: rgba(248, 198, 47, 0.18);
   --story-soft-strong: rgba(248, 198, 47, 0.3);
   --story-glow: rgba(12, 107, 90, 0.18);
}

.customer-story-theme-ink {
   --story-accent: #213547;
   --story-soft: rgba(33, 53, 71, 0.12);
   --story-soft-strong: rgba(33, 53, 71, 0.2);
   --story-glow: rgba(66, 151, 255, 0.2);
}

.customer-story-content {
   max-width: 760px;
}

.customer-story-heading-wrap {
   display: flex;
   align-items: center;
   gap: 18px;
   margin-bottom: 22px;
   flex-wrap: wrap;
}

.customer-story-content .it-section-subtitle {
   margin-bottom: 0;
}

.customer-story-icon {
   width: 76px;
   height: 76px;
   border-radius: 24px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   font-size: 34px;
   color: var(--story-accent);
   background: linear-gradient(145deg, #ffffff, var(--story-soft));
   box-shadow: 0 18px 40px rgba(20, 33, 28, 0.12);
}

.customer-difference-title {
   max-width: 780px;
   margin-bottom: 22px;
}

.customer-story-content p {
   color: #5f6878;
   font-size: 18px;
   line-height: 1.85;
   margin-bottom: 20px;
   max-width: 860px;
}

.customer-story-content p:last-child {
   margin-bottom: 0;
}

.customer-story-cta {
   margin-top: 32px;
}

.customer-story-media {
   position: relative;
   min-height: 520px;
   perspective: 1400px;
   transform-style: preserve-3d;
}

.customer-story-image-frame {
   position: relative;
   z-index: 2;
   width: min(100%, 490px);
   margin-left: auto;
   border-radius: 30px;
   overflow: hidden;
   border: 1px solid rgba(255, 255, 255, 0.7);
   box-shadow: 0 28px 60px rgba(18, 43, 36, 0.14);
   transform: rotateY(-11deg) rotateX(5deg) translateZ(0);
   transform-style: preserve-3d;
   background: #ffffff;
}

.customer-story-panel:nth-child(even) .customer-story-image-frame {
   margin-left: 0;
   margin-right: auto;
   transform: rotateY(11deg) rotateX(5deg) translateZ(0);
}

.customer-story-image-frame img {
   width: 100%;
   height: 500px;
   object-fit: cover;
   display: block;
}

.customer-story-orb,
.customer-story-grid,
.customer-story-ring,
.customer-story-floating-icon,
.customer-story-badge {
   position: absolute;
}

.customer-story-orb {
   top: 22px;
   right: 48px;
   width: 240px;
   height: 240px;
   border-radius: 50%;
   background: radial-gradient(circle at center, var(--story-glow), transparent 70%);
   filter: blur(4px);
   z-index: 0;
}

.customer-story-panel:nth-child(even) .customer-story-orb {
   right: auto;
   left: 48px;
}

.customer-story-grid {
   top: 66px;
   right: 0;
   width: 170px;
   height: 170px;
   z-index: 1;
   border-radius: 30px;
   background-image:
      linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
   background-size: 18px 18px;
   background-color: var(--story-soft-strong);
   transform: translateZ(45px) rotate(-8deg);
}

.customer-story-panel:nth-child(even) .customer-story-grid {
   right: auto;
   left: 0;
}

.customer-story-ring {
   bottom: 34px;
   left: 40px;
   width: 120px;
   height: 120px;
   border-radius: 50%;
   border: 18px solid var(--story-soft);
   z-index: 1;
   transform: translateZ(30px);
}

.customer-story-panel:nth-child(even) .customer-story-ring {
   left: auto;
   right: 40px;
}

.customer-story-floating-icon {
   z-index: 3;
   width: 92px;
   height: 92px;
   border-radius: 26px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: var(--story-accent);
   background: rgba(255, 255, 255, 0.92);
   box-shadow: 0 18px 42px rgba(20, 33, 28, 0.14);
   backdrop-filter: blur(8px);
   font-size: 38px;
}

.customer-story-floating-icon-primary {
   top: 24px;
   left: 40px;
   transform: translateZ(90px);
}

.customer-story-floating-icon-secondary {
   right: 28px;
   bottom: 112px;
   width: 76px;
   height: 76px;
   border-radius: 22px;
   font-size: 28px;
   transform: translateZ(70px);
}

.customer-story-panel:nth-child(even) .customer-story-floating-icon-primary {
   left: auto;
   right: 40px;
}

.customer-story-panel:nth-child(even) .customer-story-floating-icon-secondary {
   right: auto;
   left: 28px;
}

.customer-story-badge {
   z-index: 4;
   left: 10px;
   bottom: 24px;
   max-width: 250px;
   padding: 18px 20px;
   border-radius: 22px;
   background: rgba(255, 255, 255, 0.94);
   box-shadow: 0 18px 42px rgba(20, 33, 28, 0.14);
   transform: translateZ(80px);
}

.customer-story-panel:nth-child(even) .customer-story-badge {
   left: auto;
   right: 10px;
}

.customer-story-badge strong {
   display: block;
   color: #1f2432;
   font-size: 18px;
   margin-bottom: 6px;
}

.customer-story-badge span {
   display: block;
   color: #667080;
   font-size: 14px;
   line-height: 1.6;
}

.customer-page-card {
   background: #ffffff;
   border: 1px solid rgba(31, 36, 50, 0.08);
   border-radius: 8px;
   box-shadow: 0 16px 40px rgba(31, 36, 50, 0.06);
   height: 100%;
   padding: 34px;
}

.customer-page-card span {
   color: #f8c62f;
   display: inline-block;
   font-weight: 800;
   margin-bottom: 12px;
}

.customer-page-card h3 {
   color: #1f2432;
   font-size: 24px;
   margin-bottom: 12px;
}

.customer-page-card p {
   color: #6c757d;
   line-height: 1.7;
   margin-bottom: 0;
}

.customer-page-footer {
   background: #1f2432;
   color: #ffffff;
   padding: 28px 0;
}

.customer-page-footer p {
   color: rgba(255, 255, 255, 0.75);
   margin-bottom: 0;
}

.customer-page-footer a {
   color: #f8c62f;
}

@media (max-width: 1199px) {
   .it-header-logo {
      text-align: center;
      margin-bottom: 18px;
   }

   .it-header-area {
      padding: 20px 0;
   }

   .customer-navbar {
      align-items: stretch;
      gap: 10px;
      min-height: auto;
      flex-direction: column;
   }

   .customer-navbar > a,
   .customer-nav-dropdown > a {
      display: block;
      width: 100%;
      padding: 14px 18px;
      border: 1px solid rgba(31, 36, 50, 0.08);
      border-radius: 8px;
      background: #ffffff;
   }

   .customer-nav-dropdown-menu {
      position: static;
      min-width: 100%;
      margin-top: 8px;
      padding: 8px 0 0;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      opacity: 1;
      pointer-events: auto;
      transform: none;
   }

   .customer-nav-dropdown-menu a {
      padding: 10px 18px 10px 28px;
      white-space: normal;
   }

   .customer-nav-dropdown-menu a:hover {
      background: rgba(0, 107, 91, 0.06);
   }

   .customer-nav-dropdown-menu-wide {
      min-width: 100%;
   }
}

@media (max-width: 767px) {
   .it-header-logo {
      text-align: left;
   }

   .customer-brand span {
      font-size: 28px;
   }

   .customer-navbar {
      gap: 8px;
   }

   .customer-navbar a {
      font-size: 15px;
   }

   .customer-careers-card {
      padding: 24px;
   }

   .customer-page-hero {
      padding: 80px 0 70px;
   }

   .customer-page-hero h1 {
      font-size: 42px;
   }

   .customer-story-area {
      padding: 78px 0 42px;
   }

   .customer-story-panel {
      margin-bottom: 64px;
   }

   .customer-story-media {
      min-height: 470px;
   }

   .customer-story-image-frame {
      margin: 0 auto;
      transform: none;
   }

   .customer-story-panel:nth-child(even) .customer-story-image-frame {
      margin: 0 auto;
      transform: none;
   }

   .customer-story-image-frame img {
      height: 420px;
   }

   .customer-story-panel:nth-child(even) .customer-story-grid,
   .customer-story-grid {
      left: 0;
      right: auto;
   }

   .customer-story-panel:nth-child(even) .customer-story-orb,
   .customer-story-orb {
      left: auto;
      right: 20px;
   }

   .customer-story-panel:nth-child(even) .customer-story-ring,
   .customer-story-ring {
      right: 20px;
      left: auto;
   }

   .customer-story-panel:nth-child(even) .customer-story-floating-icon-primary,
   .customer-story-floating-icon-primary {
      left: 18px;
      right: auto;
   }

   .customer-story-panel:nth-child(even) .customer-story-floating-icon-secondary,
   .customer-story-floating-icon-secondary {
      left: auto;
      right: 18px;
   }

   .customer-story-panel:nth-child(even) .customer-story-badge,
   .customer-story-badge {
      left: 18px;
      right: auto;
   }

   .customer-story-content p {
      font-size: 16px;
   }
}

.hero-cta-group {
   display: flex;
   align-items: center;
   gap: 16px;
   flex-wrap: wrap;
}

.hero-outline-btn {
   border-color: rgba(255, 255, 255, 0.75);
}

.hero-outline-btn span,
.hero-outline-btn svg {
   color: #ffffff;
}

.hero-outline-btn:hover {
   background-color: #ffffff;
}

.hero-outline-btn:hover span,
.hero-outline-btn:hover svg {
   color: #0f6b5b;
}
