
    :root {
      --himt-blue: #0859a8;
      --himt-blue-deep: #053d80;
      --himt-blue-bright: #2f87e3;
      --himt-sky: #eaf4ff;
      --himt-border: #cfd8e3;
      --himt-gold: #dfa93f;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

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

    body {
      margin: 0;
      font-family: "Montserrat", sans-serif;
      background:
        radial-gradient(circle at 10% -20%, #f2f8ff 0%, transparent 36%),
        radial-gradient(circle at 90% -60%, #e7f1ff 0%, transparent 40%),
        #f8fbff;
    }

    .himt-header-shell {
      border-top: 1px solid var(--himt-border);
      border-bottom: 1px solid #d5deea;
      background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
      box-shadow: 0 8px 24px rgba(10, 52, 102, 0.08);
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }

    .himt-header-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(circle at 15% 38%, rgba(47, 135, 227, 0.16) 0, rgba(47, 135, 227, 0.16) 4px, transparent 5px),
        radial-gradient(circle at 24% 67%, rgba(8, 89, 168, 0.12) 0, rgba(8, 89, 168, 0.12) 3px, transparent 4px),
        radial-gradient(circle at 84% 28%, rgba(223, 169, 63, 0.2) 0, rgba(223, 169, 63, 0.2) 3px, transparent 4px);
      background-size: 180px 100%, 220px 100%, 260px 100%;
      background-repeat: repeat-x;
      opacity: 0.75;
      z-index: -2;
      pointer-events: none;
    }

    .himt-header-shell::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent 0%, rgba(8, 89, 168, 0.06) 45%, transparent 100%);
      pointer-events: none;
      z-index: -1;
    }

    .himt-header-graphic {
      position: absolute;
      border-radius: 999px;
      pointer-events: none;
      z-index: -1;
    }

    .himt-graphic-left {
      width: 140px;
      height: 140px;
      left: -55px;
      top: -62px;
      background: radial-gradient(circle at 45% 45%, rgba(47, 135, 227, 0.3), rgba(47, 135, 227, 0.03) 70%);
    }

    .himt-graphic-right {
      width: 190px;
      height: 190px;
      right: -62px;
      top: -95px;
      background: radial-gradient(circle at 50% 50%, rgba(8, 89, 168, 0.22), rgba(8, 89, 168, 0.03) 68%);
    }

    .himt-wave-line {
      position: absolute;
      left: 26%;
      right: 18%;
      bottom: 4px;
      height: 22px;
      opacity: 0.6;
      pointer-events: none;
      z-index: 0;
    }

    .himt-brand-wrap {
      position: relative;
      z-index: 2;
      padding: 0.2rem 0.5rem 0.2rem 0;
    }

    .himt-brand-strip {
      max-width: 320px;
      width: 100%;
      height: auto;
      display: block;
      filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.08));
      transition: transform 0.25s ease;
    }

    .himt-brand-wrap:hover .himt-brand-strip {
      transform: scale(1.01);
    }

    .himt-apply-pill {
      position: relative;
      z-index: 2;
      border-radius: 999px;
      padding: 0.54rem 1.45rem;
      line-height: 1;
      letter-spacing: 0.04em;
      font-weight: 800;
      font-size: 0.84rem;
      color: #fff;
      background: linear-gradient(140deg, var(--himt-blue) 0%, var(--himt-blue-deep) 100%);
      border: 1px solid rgba(255, 255, 255, 0.22);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 7px 18px rgba(5, 61, 128, 0.35);
      transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
      text-transform: uppercase;
      text-decoration: none;
    }

    .himt-apply-pill:hover {
      transform: translateY(-2px);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 12px 22px rgba(5, 61, 128, 0.42);
      filter: saturate(1.08);
    }

    .himt-apply-pill:active {
      transform: translateY(0);
    }

    .himt-apply-pill::before {
      content: "";
      position: absolute;
      inset: 1px;
      border-radius: inherit;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 55%);
      pointer-events: none;
    }

    .himt-badge-star {
      position: absolute;
      right: -12px;
      top: -10px;
      width: 22px;
      height: 22px;
      border-radius: 999px;
      background: radial-gradient(circle at 30% 30%, #ffe6a5 0%, #f1b23d 45%, #c77a09 100%);
      box-shadow: 0 4px 8px rgba(154, 99, 20, 0.35);
      color: #5d3800;
      font-size: 11px;
      font-weight: 800;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .himt-apply-float {
      position: fixed;
      right: 5px;
      top: 50%;
      z-index: 60;
      writing-mode: sideways-rl;
      padding: 1.45rem 0.54rem;
      transform: translateY(-50%) !important;
    }

    .himt-hero-stage {
      width: min(1260px, calc(100% - 2rem));
      margin: 1rem auto 1.8rem;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 16px 34px rgb(6 27 55 / 18%);
      position: relative;
      background: #0e1a2f2e;
      min-height: 650px;
      display: grid;
      grid-template-columns: 1fr 340px;
      isolation: isolate;
      max-width: 100%;
    }

    .himt-hero-image {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: -3;
    }

    .himt-hero-fade {
      position: absolute;
      inset: 0;
      background: linear-gradient(179deg, rgb(0 0 0 / 9%) 0%, rgb(0 0 0 / 10%) 38%, rgb(0 0 0 / 0%) 100%), linear-gradient(
181deg, rgb(8 14 24 / 0%), rgb(8 14 24 / 0%));
      z-index: -2;
    }

    .himt-hero-copy {
      padding: 2.4rem 2.2rem;
      display: flex;
      flex-direction: column;
      justify-content: end;
      color: #ffffff;
      gap: 0.8rem;
    }

    .himt-hero-kicker {
      width: fit-content;
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-radius: 999px;
      padding: 0.38rem 0.8rem;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      backdrop-filter: blur(2px);
    }

    .himt-hero-title {
      margin: 0;
      font-size: clamp(1.7rem, 3.2vw, 2.8rem);
      line-height: 1.07;
      font-weight: 800;
      max-width: 16ch;
      text-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
    }

    .himt-hero-text {
      margin: 0;
      max-width: 54ch;
      font-size: 0.95rem;
      line-height: 1.55;
      color: #e4ecf9;
    }

    .himt-admission-card {
      margin: 1.15rem;
      background: rgba(255, 255, 255, 0.96);
      border-radius: 6px;
      border: 1px solid #d7deea;
      box-shadow: 0 16px 28px rgba(11, 30, 53, 0.22);
      overflow: hidden;
      align-self: center;
      backdrop-filter: blur(3px);
    }

    .himt-form-topbar {
      background: #0458aa;
      color: #fff;
      text-align: center;
      font-weight: 800;
      letter-spacing: 0.02em;
      padding: 0.9rem 0.75rem;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .himt-form-body {
      padding: 0.72rem;
      display: grid;
      gap: 0.46rem;
    }

    .himt-input,
    .himt-select {
      width: 100%;
      border: 1px solid #d5dbe7;
      border-radius: 3px;
      height: 34px;
      padding: 0 0.62rem;
      font-size: 0.76rem;
      color: #1d2f47;
      background: #fff;
      outline: none;
    }

    .himt-input:focus,
    .himt-select:focus {
      border-color: #2f87e3;
      box-shadow: 0 0 0 3px rgba(47, 135, 227, 0.14);
    }

    .himt-form-row {
      display: grid;
      grid-template-columns: 64px 1fr;
      gap: 0.4rem;
    }

    .himt-form-row-two {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.4rem;
    }

    .himt-captcha-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.4rem;
    }

    .himt-captcha-box {
      border: 1px solid #d5dbe7;
      border-radius: 3px;
      height: 34px;
      display: grid;
      place-items: center;
      font-weight: 700;
      color: #3b4d66;
      background: linear-gradient(180deg, #f7f9fc 0%, #eff3f9 100%);
    }

    .himt-consent {
      display: flex;
      align-items: start;
      gap: 0.45rem;
      font-size: 0.62rem;
      color: #2e3f56;
      line-height: 1.4;
      margin-top: 0.2rem;
    }

    .himt-submit-btn {
      width: 108px;
      height: 34px;
      border: 0;
      border-radius: 999px;
      background: linear-gradient(140deg, #0859a8, #043f83);
      color: #fff;
      font-weight: 700;
      font-size: 1rem;
      text-transform: lowercase;
      margin: 0.18rem auto 0.1rem;
      cursor: pointer;
      transition: transform 0.2s ease, filter 0.2s ease;
    }

    .himt-submit-btn:hover {
      transform: translateY(-1px);
      filter: saturate(1.08);
    }

    .himt-accred-wrap {
      background: #f4f6f9;
      border-top: 1px solid #d9e1ea;
      border-bottom: 1px solid #d9e1ea;
      padding: 1.4rem 0 2rem;
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }

    .himt-accred-wrap::before,
    .himt-accred-wrap::after {
      content: "";
      position: absolute;
      border-radius: 999px;
      z-index: -1;
      animation: himtFloat 8s ease-in-out infinite;
    }

    .himt-accred-wrap::before {
      width: 260px;
      height: 260px;
      left: -110px;
      top: -90px;
      background: radial-gradient(circle at 40% 40%, rgba(47, 135, 227, 0.22), rgba(47, 135, 227, 0.03) 70%);
    }

    .himt-accred-wrap::after {
      width: 320px;
      height: 320px;
      right: -150px;
      bottom: -130px;
      background: radial-gradient(circle at 45% 45%, rgba(23, 77, 133, 0.2), rgba(23, 77, 133, 0.02) 70%);
      animation-delay: -2.5s;
    }

    .himt-accred-shell {
      width: min(1200px, 100% - 2rem);
      margin: 0 auto;
    }

    .himt-accred-title {
      text-align: center;
      margin: 0;
      color: #174d85;
      font-weight: 800;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      font-size: clamp(1.1rem, 2.2vw, 2rem);
    }

    .himt-accred-logos {
      margin-top: 0.9rem;
      display: grid;
      grid-template-columns: repeat(10, minmax(48px, 1fr));
      gap: 0.45rem;
      align-items: center;
    }

    .himt-accred-logo-card {
      background: #fff;
      border: 1px solid #d8e0eb;
      border-radius: 8px;
      min-height: 70px;
      display: grid;
      place-items: center;
      padding: 0.32rem;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .himt-accred-logo-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 18px rgba(17, 57, 106, 0.16);
    }

    .himt-accred-logo-card img {
      max-width: 100%;
      max-height: 54px;
      object-fit: contain;
    }

    .himt-outcome-band {
      margin-top: 1.3rem;
      background: #ffffff;
      border: 1px solid #dde4ef;
      border-radius: 12px;
      padding: 1.2rem;
      display: grid;
      grid-template-columns: 1fr 280px 1fr;
      gap: 1rem;
      align-items: center;
      box-shadow: 0 10px 26px rgba(22, 52, 91, 0.08);
      position: relative;
      overflow: hidden;
    }

    .himt-outcome-band::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(115deg, transparent 10%, rgba(47, 135, 227, 0.08) 50%, transparent 88%),
        repeating-linear-gradient(-35deg, rgba(47, 135, 227, 0.05) 0 11px, transparent 11px 22px);
      pointer-events: none;
    }

    .himt-outcome-head {
      margin: 0 0 0.5rem;
      font-size: clamp(1.3rem, 2.5vw, 2.3rem);
      line-height: 1.1;
      color: #111e32;
      font-weight: 800;
    }

    .himt-outcome-sub {
      margin: 0;
      color: #3d4c62;
      font-size: 0.9rem;
      line-height: 1.55;
      max-width: 36ch;
    }

    .himt-student-shield {
      width: 230px;
      margin: 0 auto;
      aspect-ratio: 1 / 1.18;
      /* background: #2f61aa; */
      /* clip-path: polygon(50% 0%, 64% 8%, 83% 8%, 100% 24%, 89% 57%, 76% 80%, 50% 100%, 24% 80%, 11% 57%, 0 24%, 17% 8%, 36% 8%); */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      padding: 0;
    }

    .himt-student-slider-wrap {
      display: grid;
      justify-items: center;
      gap: 0.55rem;
      position: relative;
      z-index: 1;
    }

    .himt-student-photo {
      width: min(268px, 100%);
      aspect-ratio: 1/1;
      object-fit: contain;
      border: 0 solid #fff;
      background-image: url(./users/WEBISTE%20LANDING%20555cvxc.webp);
      background-size: contain;
      background-repeat: no-repeat;
    }

    .himt-student-name {
      margin-top: 0.5rem;
      font-size: 0.9rem;
      font-weight: 700;
      text-align: center;
      display: none;
    }

    .himt-student-lpa {
      font-size: 0.94rem;
      font-weight: 800;
      display: none;
    }

    .himt-student-controls {
      display: flex;
      gap: 0.5rem;
    }

    .himt-slide-btn {
      width: 28px;
      height: 28px;
      border-radius: 999px;
      border: 1px solid #d0d9e5;
      background: #ffffff;
      color: #29559a;
      font-size: 1.25rem;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 3px 10px rgba(20, 44, 82, 0.14);
      transition: transform 0.2s ease, background-color 0.2s ease;
    }

    .himt-slide-btn:hover {
      transform: translateY(-1px);
      background: #edf4ff;
    }

    .himt-stats-list {
      display: grid;
      gap: 0.72rem;
      position: relative;
      z-index: 1;
    }

    .himt-stat-item {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 0.58rem;
      align-items: baseline;
    }

    .himt-stat-value {
      font-size: clamp(1.8rem, 4vw, 3.1rem);
      line-height: 1;
      font-weight: 800;
      color: #2f61aa;
      text-shadow: 0 8px 18px rgba(47, 97, 170, 0.22);
    }

    .himt-stat-label {
      margin: 0;
      color: #233855;
      font-size: 1rem;
      line-height: 1.2;
      font-weight: 600;
    }

    .himt-vision-section {
      background: #444446;
      border-top: 2px solid #f1f1f1;
      border-bottom: 2px solid #f1f1f1;
      padding: 2.1rem 0;
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }

    .himt-vision-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 15% 20%, rgba(130, 186, 247, 0.2) 0, transparent 35%),
        radial-gradient(circle at 88% 82%, rgba(130, 186, 247, 0.17) 0, transparent 36%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.03), transparent 45%);
      z-index: -1;
    }

    .himt-vision-shell {
      width: min(1220px, 100% - 2rem);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 1.8rem;
      align-items: center;
    }

    .himt-vision-kicker {
      margin: 0;
      color: #eceff3;
      font-size: clamp(1.5rem, 2.4vw, 2.7rem);
      font-weight: 500;
      letter-spacing: 0.01em;
    }

    .himt-vision-headline {
      margin: 0.35rem 0 0;
      color: #ffffff;
      font-size: clamp(1.65rem, 3.2vw, 2.1rem);
      line-height: 1.18;
      font-weight: 500;
    }

    .himt-vision-headline strong {
      font-weight: 800;
    }

    .himt-vision-lead {
      margin: 0.9rem 0 0;
      color: #f0f4f8;
      font-size: 1.02rem;
      font-weight: 600;
    }

    .himt-vision-divider {
      width: 64px;
      height: 4px;
      background: #9ec9ef;
      border-radius: 999px;
      margin: 0.85rem 0 1rem;
      animation: himtPulse 2.5s ease-in-out infinite;
    }

    .himt-vision-body {
      margin: 0;
      color: #f3f6f9;
      font-size: clamp(1rem, 1.45vw, 1.08rem);
      line-height: 1.65;
      max-width: 58ch;
    }

    .himt-vision-image-wrap {
      justify-self: end;
      border: 10px solid #f5f5f5;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
      background: #fff;
      width: min(500px, 100%);
      transform: perspective(900px) rotateY(-5deg);
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .himt-vision-image-wrap:hover {
      transform: perspective(900px) rotateY(-2deg) translateY(-3px);
      box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36);
    }

    .himt-vision-image {
      width: 100%;
      height: 290px;
      object-fit: cover;
      display: block;
    }

    .himt-why-section {
      background: #f3f4f6;
      padding: 2rem 0 2.2rem;
      border-top: 1px solid #d9dee6;
    }

    .himt-why-shell {
      width: min(1220px, 100% - 2rem);
      margin: 0 auto;
    }

    .himt-why-title {
      margin: 0;
      text-align: center;
      color: #1f4f92;
      font-weight: 800;
      font-size: clamp(1.4rem, 2.7vw, 2.5rem);
      text-transform: uppercase;
    }

    .himt-why-stats {
      margin-top: 1rem;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0.4rem;
      background: #f7f8fb;
      border: 1px solid #dde3ec;
      border-radius: 10px;
      padding: 0.65rem 0.3rem;
    }

    .himt-why-stat {
      text-align: center;
      padding: 0.35rem 0.5rem;
      border-right: 1px solid #cfd8e4;
    }

    .himt-why-stat:last-child {
      border-right: 0;
    }

    .himt-why-value {
      margin: 0;
      font-size: clamp(1.45rem, 2.7vw, 3rem);
      line-height: 1.1;
      color: #df3e2a;
      font-weight: 800;
    }

    .himt-why-label {
      margin: 0.25rem 0 0;
      color: #22344f;
      font-size: 0.78rem;
      line-height: 1.25;
      font-weight: 700;
      text-transform: uppercase;
    }

    .himt-why-grid {
      margin-top: 1rem;
      display: grid;
      gap: 0.2rem;
      grid-template-columns: repeat(6, 1fr);
      grid-auto-rows: 95px;
    }

    .himt-why-tile {
      overflow: hidden;
      border-radius: 2px;
      position: relative;
      background: #fff;
      cursor: zoom-in;
    }

    .himt-why-tile::after {
      content: "View";
      position: absolute;
      right: 8px;
      bottom: 8px;
      background: rgba(16, 43, 79, 0.78);
      color: #fff;
      font-size: 0.68rem;
      padding: 0.24rem 0.5rem;
      border-radius: 999px;
      opacity: 0;
      transform: translateY(6px);
      transition: opacity 0.22s ease, transform 0.22s ease;
    }

    .himt-why-tile img {
      width: 100%;
      display: block;
      transition: transform 0.35s ease;
      aspect-ratio: 3/2;
    }

    .himt-why-tile:hover img {
      transform: scale(1.06);
    }

    .himt-why-tile:hover::after {
      opacity: 1;
      transform: translateY(0);
    }

    .himt-why-a {grid-column: span 3;grid-row: span 2;}
    .himt-why-b { grid-column: span 3; grid-row: span 2; }
    .himt-why-c { grid-column: span 2; grid-row: span 2; }
    .himt-why-d { grid-column: span 2; grid-row: span 2; }
    .himt-why-e { grid-column: span 2; grid-row: span 2; }
    .himt-why-f { grid-column: span 2; grid-row: span 1; }
    .himt-why-g { grid-column: span 1; grid-row: span 1; }
    .himt-why-h { grid-column: span 1; grid-row: span 1; }
    .himt-why-i { grid-column: span 2; grid-row: span 1; }

    .himt-lightbox {
      position: fixed;
      inset: 0;
      z-index: 90;
      background: rgba(4, 15, 32, 0.78);
      backdrop-filter: blur(6px);
      display: none;
      align-items: center;
      justify-content: center;
      padding: 1rem;
    }

    .himt-lightbox.is-open {
      display: flex;
    }

    .himt-lightbox-panel {
      width: min(980px, 100%);
      max-height: 92vh;
      border-radius: 12px;
      overflow: hidden;
      background: #ffffff;
      box-shadow: 0 22px 46px rgba(0, 0, 0, 0.45);
      animation: himtZoomIn 0.25s ease;
      position: relative;
    }

    .himt-lightbox-image {
      width: 100%;
      max-height: 78vh;
      object-fit: contain;
      background: #0f1f37;
      display: block;
    }

    .himt-lightbox-caption {
      margin: 0;
      padding: 0.7rem 3.6rem 0.7rem 1rem;
      color: #1f324d;
      font-size: 0.92rem;
      font-weight: 600;
      background: #fff;
    }

    .himt-lightbox-close,
    .himt-lightbox-nav {
      border: 0;
      cursor: pointer;
      color: #fff;
      background: rgba(7, 40, 83, 0.84);
      width: 36px;
      height: 36px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
    }

    .himt-lightbox-close {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1;
    }

    .himt-lightbox-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
    }

    .himt-lightbox-prev { left: 10px; }
    .himt-lightbox-next { right: 10px; }

    @keyframes himtZoomIn {
      from { transform: scale(0.95); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    .himt-reveal {
      opacity: 0;
      transform: translateY(20px);
      animation: himtReveal 0.8s ease forwards;
    }

    .himt-delay-1 { animation-delay: 0.1s; }
    .himt-delay-2 { animation-delay: 0.2s; }
    .himt-delay-3 { animation-delay: 0.3s; }
    .himt-delay-4 { animation-delay: 0.4s; }

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

    @keyframes himtFloat {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-12px); }
    }

    @keyframes himtPulse {
      0%, 100% { transform: scaleX(1); opacity: 1; }
      50% { transform: scaleX(1.12); opacity: 0.7; }
    }

    @media (max-width: 640px) {
      .himt-wave-line {
        display: none;
      }

      .himt-brand-strip {
        max-width: 260px;
      }

      .himt-apply-pill {
        padding: 0.5rem 1rem;
        font-size: 0.72rem;
      }
    }

    @media (max-width: 980px) {
      .himt-hero-stage {
        grid-template-columns: 1fr;
        min-height: unset;
      }

      .himt-admission-card {
        width: min(420px, calc(100% - 1.5rem));
        margin: 0 auto 1.1rem;
      }

      .himt-accred-logos {
        grid-template-columns: repeat(5, minmax(48px, 1fr));
      }

      .himt-outcome-band {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .himt-outcome-sub {
        margin: 0 auto;
      }

      .himt-stat-item {
        justify-content: center;
      }

      .himt-vision-shell {
        grid-template-columns: 1fr;
      }

      .himt-vision-image-wrap {
        justify-self: center;
        transform: none;
      }

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

      .himt-why-stat {
        border-right: 0;
      }

      .himt-why-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 120px;
      }

      .himt-why-a,
      .himt-why-b,
      .himt-why-c,
      .himt-why-d,
      .himt-why-e,
      .himt-why-f,
      .himt-why-g,
      .himt-why-h,
      .himt-why-i {
        grid-column: span 1;
        grid-row: span 1;
      }
    }

    @media (max-width: 640px) {
      .mx-auto.flex.h-\[80px\].w-full.max-w-\[1280px\].items-center.justify-between.px-4.sm\:px-6.lg\:px-8 {
        height: auto;
        min-height: 72px;
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
        gap: 0.5rem;
      }

      .himt-hero-stage {
        width: calc(100% - 0.8rem);
        margin-top: 0.6rem;
        min-height: unset;
        border-radius: 10px;
      }

      .himt-hero-copy {
        padding: 1.1rem 1rem;
      }

      .himt-hero-title {
        font-size: 1.5rem;
      }

      .himt-admission-card {
        width: calc(100% - 1rem);
        margin: 0 auto 0.8rem;
      }

      .himt-form-row,
      .himt-form-row-two,
      .himt-captcha-row {
        grid-template-columns: 1fr;
      }

      .himt-consent {
        font-size: 0.68rem;
      }

      .himt-accred-logos {
        grid-template-columns: repeat(3, minmax(48px, 1fr));
      }

      .himt-student-shield {
        width: min(220px, 100%);
      }

      .himt-stats-list {
        gap: 0.85rem;
      }

      .himt-stat-item {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0.15rem;
      }

      .himt-stat-label {
        font-size: 0.92rem;
      }

      .himt-vision-section {
        padding: 1.5rem 0;
      }

      .himt-vision-shell {
        width: min(1220px, calc(100% - 1rem));
        gap: 1.1rem;
      }

      .himt-vision-image {
        height: 220px;
      }

      .himt-why-shell {
        width: calc(100% - 1rem);
      }

      .himt-why-stats {
        grid-template-columns: 1fr;
      }

      .himt-why-label {
        font-size: 0.74rem;
      }

      .himt-why-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 170px;
      }

      .himt-lightbox-caption {
        padding-right: 1rem;
      }

    .himt-lightbox-nav {
      width: 32px;
      height: 32px;
    }

      .himt-program-grid {
        grid-template-columns: 1fr;
      }

      .himt-program-cards {
        grid-template-columns: 1fr;
      }
    }

    .himt-program-section {
      position: relative;
      overflow: hidden;
      padding: 1.6rem 0 2rem;
      background: url("./WEBISTE LANDING 555dsxvfsd.webp") top / cover no-repeat;
      /* border-top: 1px solid #d6e5f3; */
      /* border-bottom: 1px solid #d6e5f3; */
    }

    .himt-program-shell {
      width: min(1240px, 100% - 2rem);
      margin: 0 auto;
    }

    .himt-program-title {
      margin: 0 0 0.8rem;
      color: #1e4e93;
      font-weight: 800;
      font-size: clamp(1.35rem, 2.7vw, 2.4rem);
      text-transform: uppercase;
      letter-spacing: 0.01em;
    }

    .himt-program-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 1rem;
      align-items: end;
      padding-right: clamp(1.2rem, 50vw, 50rem);
      max-width: 100%;
    }

    .himt-program-cards {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.72rem;
    }

    .himt-program-card {
      background: linear-gradient(145deg, #2f55a3, #2a4d95);
      color: #fff;
      border-radius: 10px;
      padding: 0.72rem 0.9rem;
      box-shadow: 0 10px 20px rgba(22, 57, 121, 0.18);
      border: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(1px);
    }

    .himt-program-list {
      margin: 0;
      padding-left: 0;
      list-style: none;
      display: grid;
      gap: 0.45rem;
      font-size: clamp(1rem, 1.4vw, 0.95rem);
      line-height: 1.15;
      font-weight: 400;
    }

    .himt-program-list li {
      position: relative;
      padding-left: 1.15rem;
    }

    .himt-program-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.45em;
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #a8d4ff;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
    }

    @media (max-width: 980px) {
      .himt-program-grid {
        grid-template-columns: 1fr;
        padding-right: 0;
      }
    }

    @media (max-width: 640px) {
      .himt-program-section {
        padding: 1.2rem 0 1.4rem;
      }

      .himt-program-shell {
        width: calc(100% - 1rem);
      }

      .himt-program-cards {
        grid-template-columns: 1fr;
      }

    }

    .himt-mnc-section {
      background: #f6f8fc;
      padding: 1.2rem 0 1.6rem;
      border-top: 1px solid #dbe4f1;
      position: relative;
      overflow: hidden;
    }

    .himt-mnc-shell {
      width: min(1240px, 100% - 2rem);
      margin: 0 auto;
    }

    .himt-mnc-title {
      margin: 0;
      text-align: center;
      color: #1e2e46;
      font-size: clamp(1.45rem, 3vw, 2.6rem);
      font-weight: 700;
      letter-spacing: 0.01em;
    }

    .home-recruit-slider {
      margin: 0.95rem 0 0;
      padding: 0.55rem;
      list-style: none;
      /* background: #2d5ca8; */
      border-radius: 8px;
      display: grid;
      grid-template-columns: repeat(12, minmax(90px, 1fr));
      gap: 0.35rem;
      align-items: center;
      box-shadow: 0 12px 24px rgba(23, 64, 128, 0.24);
    }

    .recruit-slider2 {
      margin-top: 0.45rem;
    }

    .home-recruit-slider li {
      margin: 0;
      padding: 0;
    }

    .overlay-container {
      background: #ffffff;
      min-height: 74px;
      border-radius: 6px;
      border: 1px solid #d4dded;
      display: grid;
      place-items: center;
      padding: 0.45rem;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .overlay-container:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 14px rgba(21, 56, 114, 0.18);
    }

    .overlay-img {
      max-width: 100%;
      max-height: 56px;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
    }

    @media (max-width: 980px) {
      .home-recruit-slider {
        grid-template-columns: repeat(6, minmax(90px, 1fr));
      }
    }

    @media (max-width: 640px) {
      .himt-mnc-shell {
        width: calc(100% - 1rem);
      }

      .home-recruit-slider {
        grid-template-columns: repeat(3, minmax(90px, 1fr));
        gap: 0.3rem;
        padding: 0.45rem;
      }
    }

    .himt-campus-section {
      padding: 1.4rem 0 2rem;
      background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
      border-top: 1px solid #d8e3f1;
      position: relative;
      overflow: hidden;
    }

    .himt-campus-shell {
      width: min(1240px, 100% - 2rem);
      margin: 0 auto;
    }

    .himt-campus-frame {
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 18px 34px rgba(15, 41, 78, 0.22);
      border: 1px solid #d2deee;
      position: relative;
    }

    .himt-campus-frame::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(8, 33, 67, 0.2) 100%);
      pointer-events: none;
    }

    .himt-campus-img {
      width: 100%;
      display: block;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      transition: transform 0.45s ease, filter 0.45s ease;
    }

    .himt-campus-frame:hover .himt-campus-img {
      transform: scale(1.025);
      filter: saturate(1.06);
    }

    .himt-club-section {
      position: relative;
      overflow: hidden;
      padding: 2.1rem 0 2.3rem;
      background: url("./WEBISTE LANDING 555vxcv.webp") center / cover no-repeat;
      border-top: 1px solid #d6e0eb;
      border-bottom: 1px solid #d6e0eb;
    }

    .himt-club-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(242, 245, 249, 0.9);
    }

    .himt-club-shell {
      width: min(1240px, 100% - 2rem);
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .himt-club-title {
      margin: 0;
      text-align: center;
      font-size: clamp(1.35rem, 2.8vw, 2.45rem);
      color: #072f63;
      font-weight: 800;
      text-wrap: balance;
    }

    .himt-club-title span {
      color: #f3aa00;
    }

    .himt-club-grid {
      margin-top: 1rem;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }

    .himt-club-card-title {
      margin: 0 0 0.65rem;
      text-align: center;
      font-size: clamp(1.05rem, 2vw, 1.8rem);
      color: #f3a600;
      font-weight: 800;
    }

    .himt-club-frame {
      position: relative;
      height: 220px;
      border: 2px solid #f0bf43;
      border-radius: 18px;
      overflow: hidden;
      background: #d8dee7;
      box-shadow: 0 12px 24px rgba(17, 40, 74, 0.16);
    }

    .himt-club-slide {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 0.35s ease;
    }

    .himt-club-slide.is-active {
      opacity: 1;
    }

    .himt-club-dots {
      margin-top: 0.7rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.34rem;
      min-height: 14px;
    }

    .himt-club-dot {
      width: 9px;
      height: 9px;
      border-radius: 999px;
      border: 0;
      background: #b9bcc2;
      cursor: pointer;
      transition: transform 0.2s ease, background-color 0.2s ease;
      padding: 0;
    }

    .himt-club-dot.is-active {
      background: #f2ae08;
      transform: scale(1.07);
    }

    .himt-accred-title,
    .himt-vision-headline,
    .himt-why-title,
    .himt-program-title,
    .himt-mnc-title {
      text-wrap: balance;
    }

    .himt-accred-shell,
    .himt-vision-shell,
    .himt-why-shell,
    .himt-program-shell,
    .himt-mnc-shell,
    .himt-campus-shell {
      position: relative;
    }

    .himt-why-section::before,
    .himt-program-section::before,
    .himt-mnc-section::before,
    .himt-campus-section::before {
      content: "";
      position: absolute;
      width: 280px;
      height: 280px;
      border-radius: 999px;
      filter: blur(2px);
      pointer-events: none;
      opacity: 0.32;
      animation: himtFloat 9s ease-in-out infinite;
    }

    .himt-why-section::before {
      top: -130px;
      right: -130px;
      background: radial-gradient(circle at 50% 50%, #73a5ea, transparent 66%);
    }

    .himt-program-section::before {
      bottom: -145px;
      left: -120px;
      /* background: radial-gradient(circle at 50% 50%, #6ca6de, transparent 66%); */
    }

    .himt-mnc-section::before {
      top: -150px;
      left: 12%;
      background: radial-gradient(circle at 50% 50%, #8db5ee, transparent 66%);
    }

    .himt-campus-section::before {
      bottom: -145px;
      right: -120px;
      background: radial-gradient(circle at 50% 50%, #94baf0, transparent 66%);
    }

    .himt-why-tile,
    .himt-program-card,
    .himt-admission-card,
    .himt-outcome-band,
    .himt-vision-image-wrap,
    .himt-campus-frame {
      /* will-change: transform; */
    }

    @media (max-width: 980px) {
      .himt-hero-copy {
        padding: 1.35rem 1.15rem 0.9rem;
      }

      .himt-hero-text {
        font-size: 0.9rem;
      }

      .himt-outcome-head {
        font-size: clamp(1.2rem, 4vw, 1.9rem);
      }
    }

    @media (max-width: 640px) {
      .himt-apply-float {
        /* right: 10px; */
        /* top: 96px; */
        /* left: auto; */
      }

      .himt-header-shell {
        backdrop-filter: blur(5px);
      }

      .himt-brand-strip {
        max-width: 205px;
      }

      .himt-apply-pill {
        font-size: 0.66rem;
        padding: 0.44rem 0.82rem;
      }

      .himt-admission-card {
        border-radius: 8px;
      }

      .himt-accred-logo-card {
        min-height: 58px;
      }

      .himt-why-grid {
        gap: 0.34rem;
      }

      .himt-program-grid {
        padding-right: 0;
      }

      .himt-program-card {
        padding: 0.66rem 0.76rem;
      }

    }

    @media (max-width: 640px) {
      .himt-campus-shell {
        width: calc(100% - 1rem);
      }

      .himt-campus-frame {
        border-radius: 10px;
      }

      .himt-club-shell {
        width: calc(100% - 1rem);
      }

      .himt-club-grid {
        grid-template-columns: 1fr;
        gap: 0.9rem;
      }

      .himt-club-frame {
        height: 205px;
      }
    }

    .himt-footer {
      background: linear-gradient(140deg, #083e78 0%, #052d58 100%);
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      color: #dfeeff;
      padding: 1rem 0;
    }

    .himt-footer-shell {
      width: min(1240px, 100% - 2rem);
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.9rem;
      flex-wrap: wrap;
    }

    .himt-footer-copy {
      margin: 0;
      font-size: 0.82rem;
      font-weight: 600;
      letter-spacing: 0.01em;
    }

    .himt-footer-links {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      flex-wrap: wrap;
    }

    .himt-footer-link {
      color: #ffffff;
      text-decoration: none;
      font-size: 0.78rem;
      font-weight: 700;
      opacity: 0.9;
      transition: opacity 0.2s ease;
    }

    .himt-footer-link:hover {
      opacity: 1;
      text-decoration: underline;
    }

    .himt-social-wrap {
      display: grid;
      gap: 0.5rem;
      justify-items: end;
    }

    .himt-social-title {
      margin: 0;
      font-size: 0.86rem;
      font-weight: 700;
      color: #f3f8ff;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }

    .himt-social-links {
      display: flex;
      align-items: center;
      gap: 0.55rem;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .himt-social-link {
      display: inline-flex;
      align-items: center;
      gap: 0.38rem;
      text-decoration: none;
      color: #ffffff;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 999px;
      padding: 0.36rem 0.64rem;
      font-size: 0.76rem;
      font-weight: 700;
      transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    }

    .himt-social-link:hover {
      transform: translateY(-1px);
      background: rgba(255, 255, 255, 0.18);
      border-color: rgba(255, 255, 255, 0.34);
    }

    .himt-social-link svg {
      width: 15px;
      height: 15px;
      fill: currentColor;
      flex: 0 0 auto;
    }

    @media (max-width: 640px) {
      .himt-footer {
        padding: 0.85rem 0;
      }

      .himt-footer-shell {
        width: calc(100% - 1rem);
      }

      .himt-footer-copy {
        font-size: 0.74rem;
      }

      .himt-footer-links {
        gap: 0.65rem;
      }

      .himt-footer-link {
        font-size: 0.72rem;
      }

      .himt-social-wrap {
        justify-items: start;
      }

      .himt-social-title {
        font-size: 0.78rem;
      }

      .himt-social-links {
        justify-content: flex-start;
      }
    }
  
