:root {
  --pri: #7CB56C;
  --pri-d: #5a9650;
  --pri-l: #b0d9a4;
  --sec: #102942;
  --sec-l: #1a3d5c;
  --acc: #F7FFF5;
  --wh: #FFFFFF;
  --tx: #000000;
  --tx2: #444;
  --bdr: #d4e8ce;
  --sh: 0 4px 24px rgba(16, 41, 66, .10);
  --sh2: 0 8px 40px rgba(16, 41, 66, .16);
  --r: 12px;
  --r2: 20px;
  --mw: 1440px;
}

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

html {
  scroll-behavior: smooth
}

body {
  font-family: serif;
  color: var(--tx);
  background: var(--wh);
  font-size: 19px;
  overflow-x: hidden
}

img {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none;
  color: blue;
}

ul {
  list-style: none
}

.wrap {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 60px
}

/* HEADER */
header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--wh);
  border-bottom: 3px solid var(--pri);
  box-shadow: 0 2px 14px rgba(16, 41, 66, .09);
}

.hd-inner {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 160px;
  gap: 20px;
}

.hd-logo-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hd-sep {
  width: 1.5px;
  height: 65px;
  background: #992333;
  /* IQ City highlight color */
  opacity: 0.6;
}

.hd-carousel {
  width: 110px;
  height: 110px;
  overflow: hidden;
  position: relative;
}

.hd-c-inner {
  display: flex;
  flex-direction: row;
  width: 330px;
  /* 110px * 3 images */
  animation: logoCarousel 9s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.hd-c-inner img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes logoCarousel {
  0%, 28% {
    transform: translateX(0);
  }
  33%, 61% {
    transform: translateX(-110px);
  }
  66%, 94% {
    transform: translateX(-220px);
  }
  100% {
    transform: translateX(0);
  }
}

.main-logo-img {
  height: 130px;
  width: auto;
  object-fit: contain;
}

.hd-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.hd-logo .l-box {
  width: 46px;
  height: 46px;
  background: var(--sec);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.hd-logo .l-box span {
  font-family: serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--pri);
  letter-spacing: -1px
}

.hd-logo .l-txt strong {
  display: block;
  font-size: 17px;
  font-weight: 800;
  color: var(--sec);
  line-height: 1.2
}

.hd-logo .l-txt em {
  font-style: normal;
  font-size: 11px;
  color: var(--pri-d);
  font-weight: 600;
  letter-spacing: .4px
}

.hd-nav {
  display: flex;
  align-items: center;
  gap: 28px
}

.hd-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 600;
  color: var(--sec);
  transition: color .2s
}

.hd-nav a i {
  font-size: 13px;
  color: var(--pri-d);
  transition: color .2s
}

.hd-nav a:hover {
  color: var(--pri-d)
}

.hd-apply,
.btn-p,
.fab-apply {
  background: var(--pri);
  color: var(--wh) !important;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700 !important;
  border: 2px solid var(--pri);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(124, 181, 108, 0.3);
  text-decoration: none;
}

.hd-apply:hover,
.btn-p:hover,
.fab-apply:hover {
  background: var(--sec) !important;
  border-color: var(--sec) !important;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(16, 41, 66, 0.2);
  color: var(--wh) !important;
}

.hd-apply i,
.btn-p i,
.fab-apply i {
  color: var(--wh) !important;
}

/* Hover handled in unified rule */

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px
}

.burger span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--sec);
  border-radius: 2px;
  transition: all .3s
}

.mob-nav {
  display: none;
  flex-direction: column;
  background: var(--wh);
  border-top: 1px solid var(--bdr)
}

.mob-nav.open {
  display: flex
}

.mob-nav a {
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 600;
  color: var(--sec);
  border-bottom: 1px solid var(--acc);
  display: flex;
  align-items: center;
  gap: 10px
}

.mob-nav a i {
  color: var(--pri-d);
  font-size: 13px
}

/* HERO */
.hero {
  background: url('../assets/images/imgi_133_uwsb-home-desk-banner-img.jpg') center/cover no-repeat;
  padding: 120px 0 140px;
  position: relative;
  overflow: hidden;
  min-height: 540px;
  display: flex;
  align-items: center
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 41, 66, 0.92) 0%, rgba(16, 41, 66, 0.6) 100%);
  z-index: 0
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 70px;
  background: var(--wh);
  clip-path: ellipse(60% 100% at 50% 100%);
  z-index: 1
}

.hero-inner {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2
}

.hero-text h1 {
  font-family: serif;
  font-size: clamp(43px, 6vw, 75px);
  color: var(--wh);
  line-height: 1.1;
  margin-bottom: 24px;
  max-width: 900px;
}

.hero-text h1 span {
  color: var(--pri);
  white-space: nowrap;
}

.hero-text p {
  font-size: 20px;
  color: rgba(255, 255, 255, .85);
  line-height: 1.75;
  margin-bottom: 40px;
  max-width: 650px
}

.hero-btns {
  display: flex;
  gap: 18px;
  flex-wrap: wrap
}

/* Styles handled in unified rule */

.btn-o {
  background: transparent;
  color: var(--wh);
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid rgba(255, 255, 255, .4);
  transition: all .3s;
  cursor: pointer
}

.btn-o:hover {
  border-color: var(--wh);
  background: rgba(255, 255, 255, .1)
}

.hero-empty-space {
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center
}

.fg {
  margin-bottom: 14px
}

.fg label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--sec);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 5px
}

.fg input,
.fg select {
  width: 100%;
  padding: 11px 14px;
  border: 2px solid var(--bdr);
  border-radius: var(--r);
  font-family: serif;
  font-size: 17px;
  color: var(--tx);
  background: var(--acc);
  outline: none;
  transition: border-color .2s
}

.fg input:focus,
.fg select:focus {
  border-color: var(--pri);
  background: var(--wh)
}

.fg-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.form-sub {
  width: 100%;
  padding: 13px;
  background: var(--sec);
  color: var(--wh);
  border: none;
  border-radius: var(--r);
  font-family: serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all .25s;
  margin-top: 4px
}

.form-sub:hover {
  background: var(--pri);
  transform: translateY(-1px)
}

.car-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--bdr);
  background: var(--wh);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sec);
  font-size: 14px;
  transition: all .2s;
  box-shadow: var(--sh)
}

.car-btn:hover {
  background: var(--pri);
  border-color: var(--pri);
  color: var(--wh);
  transform: scale(1.1)
}

/* COMMONS */
.slbl {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pri-d);
  margin-bottom: 12px
}

.stitle {
  font-family: serif;
  font-size: clamp(35px, 4vw, 57px);
  color: var(--sec);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 14px;
  font-weight: 700;
}

section {
  padding: 80px 0
}

/* FORM PLACEHOLDER */
.form-box {
  /* background: rgba(255, 255, 255, 0.05); */
  /* border: 2px dashed rgba(255, 255, 255, 0.2); */
  border-radius: var(--r2);
  min-height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.form-box::after {
  /* content: 'Application Form Space'; */
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-sec-mob {
  display: none;
  background: var(--wh);
  padding: 0 0 80px;
}

@media(max-width:992px) {
  .form-sec-mob {
    display: block;
  }

  .form-box-mob {
    background: var(--acc);
    border: 2px dashed var(--bdr);
    border-radius: var(--r2);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tx2);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}

/* STEPS */
.steps-sec {
  background: var(--acc)
}

.steps-track {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding-bottom: 20px
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  padding: 10px
}

.step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 38px;
  left: 50%;
  right: -50%;
  height: 3px;
  background: var(--bdr);
  z-index: 0
}

.step-c {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--wh);
  border: 3px solid var(--pri);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: var(--sh)
}

.step-c span {
  font-size: 25px;
  font-weight: 800;
  color: var(--pri);
  font-family: serif;
  transition: color 0.3s
}

.step:hover .step-c {
  background: var(--pri);
  transform: scale(1.15);
  border-color: var(--pri);
  box-shadow: 0 8px 20px rgba(124, 181, 108, 0.4)
}

.step:hover .step-c span {
  color: var(--wh)
}

.step-lbl {
  font-size: 20px;
  font-weight: 700;
  color: var(--sec);
  text-align: center;
  padding: 0 10px;
  line-height: 1.4;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.step:hover .step-lbl {
  color: var(--pri-d);
  transform: translateY(2px)
}

/* WHY CHOOSE */
.why-sec {
  background: var(--wh)
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center
}

.why-img {
  border-radius: var(--r2);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--bdr);
  position: relative
}

.why-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--r2);
}

.why-badge {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: var(--wh);
  padding: 12px 16px;
  border-radius: var(--r);
  box-shadow: var(--sh);
  display: flex;
  align-items: center;
  gap: 10px
}

.why-badge i {
  color: var(--pri);
  font-size: 22px
}

.why-badge strong {
  display: block;
  font-size: 19px;
  color: var(--sec)
}

.why-badge span {
  font-size: 15px;
  color: var(--tx2)
}

.why-body p {
  font-size: 16px;
  color: var(--tx2);
  line-height: 1.8;
  text-align: justify;
}

/* HIGHLIGHTS */
.hl-sec {
  background: var(--sec);
  padding: 70px 0
}

.hl-sec .slbl {
  color: var(--pri-l)
}

.hl-sec .stitle {
  color: var(--wh);
  margin-bottom: 48px
}

.hl-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px
}

.hl-card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--r);
  padding: 26px 16px;
  text-align: center;
  transition: all .3s
}

.hl-card:hover {
  background: rgba(124, 181, 108, .15);
  border-color: var(--pri);
  transform: translateY(-4px)
}

.hl-icon {
  width: 48px;
  height: 48px;
  background: rgba(124, 181, 108, .18);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  transition: background .3s
}

.hl-card:hover .hl-icon {
  background: var(--pri)
}

.hl-icon i {
  font-size: 20px;
  color: var(--pri);
  transition: color .3s
}

.hl-card:hover .hl-icon i {
  color: var(--wh)
}

.hl-stat {
  font-family: serif;
  font-size: 26px;
  color: var(--wh);
  line-height: 1;
  margin-bottom: 6px
}

.hl-txt {
  font-size: 12px;
  color: rgba(255, 255, 255, .6);
  font-weight: 500;
  line-height: 1.4
}

/* COURSES */
.courses-sec {
  background: var(--acc)
}

.tabs-box {
  background: var(--wh);
  border-radius: var(--r2);
  box-shadow: var(--sh);
  overflow: hidden
}

.tabs-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 2px solid var(--bdr)
}

.tbtn {
  padding: 22px 18px;
  border: none;
  background: var(--wh);
  cursor: pointer;
  font-family: serif;
  font-size: 23px;
  font-weight: 700;
  color: var(--tx2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all .25s;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px
}

.t-logo {
  min-width: 44px;
  width: auto;
  padding: 0 18px;
  height: 44px;
  border-radius: 10px;
  background: var(--acc);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 800;
  color: var(--sec);
  flex-shrink: 0;
  transition: all .25s;
  white-space: nowrap;
}

.tbtn:hover {
  background: var(--acc);
  color: var(--sec)
}

.tbtn.active {
  color: var(--sec);
  border-bottom-color: var(--pri);
  background: var(--acc)
}

.t-row:hover .t-icon {
  background: var(--sec);
  color: var(--wh)
}

.t-row-logo {
  height: 24px;
  width: auto;
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
  background: var(--wh);
  padding: 3px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(16, 41, 66, 0.08);
  object-fit: contain;
}

.t-row-partners {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

.tpanel {
  display: none;
  padding: 40px
}

.tpanel.active {
  display: block
}

.t-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px
}

.t-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  background: var(--acc);
  border-radius: var(--r);
  transition: all .2s
}

.t-row:hover {
  background: var(--pri)
}

.t-row:hover .t-icon {
  background: rgba(255, 255, 255, .25);
  color: var(--wh)
}

.t-row:hover .t-txt {
  color: var(--wh)
}

.t-row:hover .t-row-logo {
  filter: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.t-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--wh);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--pri-d);
  flex-shrink: 0;
  transition: all .2s
}

.t-txt {
  font-size: 14px;
  font-weight: 600;
  color: var(--sec);
  transition: color .2s
}

.t-band {
  background: var(--sec);
  border-radius: var(--r);
  padding: 18px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px
}

.t-band i {
  font-size: 18px;
  color: var(--pri);
  flex-shrink: 0;
  margin-top: 2px
}

.t-band p {
  font-size: 13px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.55
}

.t-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 10px;
}

.t-info-col {
  background: var(--sec);
  border-radius: var(--r);
  padding: 24px;
  color: var(--wh);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.t-info-col h4 {
  font-size: 23px;
  font-weight: 700;
  color: var(--pri);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid rgba(124, 181, 108, 0.2);
  padding-bottom: 8px;
}

.t-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.t-info-item {
  display: flex;
  gap: 12px;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  align-items: flex-start;
}

.t-info-item i {
  color: var(--pri);
  font-size: 14px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  margin-top: 3px;
}

.t-info-txt {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 6px;
  align-items: flex-start;
}

.t-info-txt strong {
  color: var(--pri);
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1.55;
}

.t-info-desc {
  flex: 1;
  min-width: 0;
  line-height: 1.55;
}

@media(max-width:768px) {
  .t-info-grid {
    grid-template-columns: 1fr;
  }
}

.t-brochure-wrap {
  margin-top: 30px;
  text-align: center;
}

.btn-brochure {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--pri);
  color: var(--wh) !important;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 15px rgba(124, 181, 108, 0.3);
  font-size: 16px;
}

.btn-brochure:hover {
  background: var(--sec) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(16, 41, 66, 0.2);
}

.t-band strong {
  color: var(--pri)
}

/* INSTRUCTIONS */
.instr-sec {
  background: var(--wh)
}

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

.icard {
  background: var(--acc);
  border: 1.5px solid var(--bdr);
  border-radius: var(--r2);
  padding: 36px
}

.icard h3 {
  font-family: serif;
  font-size: 31px;
  color: var(--sec);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px
}

.icard h3 i {
  color: var(--pri)
}

.ibullets {
  display: flex;
  flex-direction: column;
  gap: 13px
}

.ibullet {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 17px;
  color: var(--tx2);
  line-height: 1.65
}

.ibullet::before {
  content: 'Ã¢Å“Â¦';
  color: var(--pri);
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 4px
}

.isteps {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.istep {
  display: flex;
  align-items: flex-start;
  gap: 14px
}

.istep-n {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--pri);
  color: var(--wh);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0
}

.istep-t {
  font-size: 17px;
  color: var(--tx2);
  line-height: 1.65;
  padding-top: 3px
}

/* PLACEMENT */
.place-sec {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--acc) 0%, #fff 100%)
}

.p-marquee-wrap {
  width: 100%;
  overflow: hidden;
  background: var(--wh);
  padding: 40px 0;
  position: relative;
  border-radius: var(--r2);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.03)
}

.p-marquee-wrap::before,
.p-marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none
}

.p-marquee-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--wh), transparent)
}

.p-marquee-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--wh), transparent)
}

.p-marquee {
  display: flex;
  width: calc(250px * 24);
  animation: marquee 40s linear infinite;
  gap: 40px
}

.p-marquee:hover {
  animation-play-state: paused
}

.p-logo-box {
  width: 250px;
  height: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease
}

.p-logo-box:hover {
  transform: scale(1.1)
}

.p-logo-box img {
  max-width: 210px;
  max-height: 80px;
  object-fit: contain
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(calc(-250px * 12))
  }
}

/* BAND */
.band {
  background: var(--pri);
  padding: 22px 0
}

.band2 {
  background: var(--wh);
  padding: 22px 0
}

.band-in {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.band-in i {
  font-size: 22px;
  color: var(--sec);
  flex-shrink: 0
}

.band-in p {
  font-size: 15px;
  font-weight: 600;
  color: var(--sec);
  line-height: 1.5
}

.band-in2 {
  max-width: var(--wh);
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.band-in2 i {
  font-size: 22px;
  color: var(--sec);
  flex-shrink: 0
}

.band-in2 p {
  font-size: 15px;
  font-weight: 600;
  color: var(--sec);
  line-height: 1.5
}

/* INDUSTRY */
.ind-sec {
  background: var(--wh)
}

.ind-intro {
  max-width: 700px;
  margin: 0 auto 52px;
  text-align: center
}

.ind-intro p {
  font-size: 16px;
  color: var(--tx2);
  line-height: 1.7
}

.ind-wrap {
  position: relative;
  overflow: hidden
}

.ind-track {
  display: flex;
  gap: 24px;
  transition: transform .5s ease
}

.ind-card {
  flex: 0 0 calc(33.333% - 16px);
  background: var(--acc);
  border: 1.5px solid var(--bdr);
  border-radius: var(--r2);
  padding: 30px;
  transition: all .3s
}

.ind-card:hover {
  box-shadow: var(--sh2);
  border-color: var(--pri)
}

.qm {
  font-size: 52px;
  color: var(--pri);
  font-family: serif;
  line-height: .7;
  margin-bottom: 14px;
  display: block
}

.ind-card p {
  font-size: 14px;
  color: var(--tx2);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 20px
}

.ind-auth {
  display: flex;
  align-items: center;
  gap: 12px
}

.ind-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sec);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wh);
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0
}

.ind-auth strong {
  display: block;
  font-size: 14px;
  color: var(--sec)
}

.ind-auth span {
  font-size: 12px;
  color: var(--pri-d);
  font-weight: 600
}

.ind-ctrl {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px
}

/* TESTIMONIALS */
.test-sec {
  background: var(--pri);
  padding: 100px 0;
  position: relative;
  overflow: hidden
}

.test-sec .stitle,
.test-sec .slbl {
  color: var(--wh)
}

.t-slider {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden
}

.t-track {
  display: flex;
  gap: 30px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1)
}

.t-card {
  min-width: calc(33.33% - 20px);
  background: var(--wh);
  border-radius: var(--r2);
  padding: 40px 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  align-self: flex-start;
  min-height: 480px;
  transition: transform 0.3s ease;
  position: relative;
}

.t-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 80px;
  font-family: serif;
  color: var(--pri);
  opacity: 0.15;
  line-height: 1;
}

.t-card:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.t-img-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
  border: 4px solid var(--pri-l);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.t-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.t-info {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.t-info strong {
  display: block;
  font-size: 19px;
  color: var(--sec);
  margin-bottom: 8px;
  font-family: serif
}

.t-info p {
  font-size: 14px;
  color: var(--tx2);
  line-height: 1.7;
  margin: 0
}

.t-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.3s
}

.dot.on {
  background: var(--wh);
  width: 28px;
  border-radius: 5px
}

/* FOOTER */
footer {
  background: var(--sec);
  padding: 24px 0;
  border-top: 2px solid var(--pri)
}

.ft-simple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap
}

.ft-social-icons {
  display: flex;
  gap: 18px
}

.ft-social-icons a {
  color: var(--wh);
  font-size: 24px;
  transition: all 0.3s;
  opacity: 0.85;
  margin: 0 5px;
}

.ft-social-icons a:hover {
  color: var(--pri);
  opacity: 1
}

.ft-contact-info {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap
}

.ft-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--wh);
  font-size: 18px;
  font-weight: 600
}

.ft-item i {
  color: var(--pri);
  font-size: 16px
}

.ft-item a {
  color: var(--wh);
  transition: color 0.3s
}

.ft-item a:hover {
  color: var(--pri)
}

@media(max-width:768px) {
  .ft-simple {
    flex-direction: column;
    text-align: center;
    gap: 20px
  }

  .ft-contact-info {
    flex-direction: column;
    gap: 12px
  }
}

/* FAB */
.fab-apply {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 998;
  background: var(--pri);
  color: var(--wh);
  padding: 13px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 30px rgba(124, 181, 108, .45);
  transition: all .3s;
  cursor: pointer;
  border: none;
  font-family: serif
}

.fab-apply:hover {
  background: var(--sec);
  transform: translateY(-3px)
}

/* RESPONSIVE */
@media(max-width:1200px) {
  .hl-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .wrap,
  .hd-inner,
  .band-in,
  .band-in2,
  .ft-bot-in {
    padding-left: 32px;
    padding-right: 32px
  }

  .hero-inner {
    padding: 0 32px
  }
}

@media(max-width:992px) {

  .wrap,
  .hd-inner,
  .band-in,
  .band-in2,
  .ft-bot-in {
    padding-left: 24px;
    padding-right: 24px
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 24px;
    text-align: center
  }

  .hero-text p {
    margin: 0 auto 36px
  }

  .hero-btns {
    justify-content: center
  }

  .hero-empty-space {
    min-height: 100px
  }

  .why-grid,
  .place-grid,
  .instr-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .ind-card {
    min-width: calc(50% - 12px)
  }

  .t-card {
    min-width: calc(80% - 12px)
  }

  .p-slide {
    min-width: 100%
  }
}

@media(max-width:768px) {
  .hd-inner {
    flex-direction: column;
    height: auto;
    gap: 12px;
    padding: 15px 20px;
  }

  .hd-logo-wrap {
    justify-content: center;
  }

  .hd-logo img {
    height: 90px !important;
    width: auto !important;
    object-fit: contain;
  }

  .hd-nav {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 5px;
  }

  .hd-nav a {
    font-size: 14px;
    font-weight: 700;
  }

  .burger {
    display: none !important;
  }

  .hd-carousel {
    width: 80px;
    height: 80px;
  }

  .hd-c-inner {
    display: flex;
    flex-direction: row;
    width: 240px;
    /* 80px * 3 images */
    animation: logoCarouselMob 9s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  }

  .hd-c-inner img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
  }

  @keyframes logoCarouselMob {
    0%, 28% { transform: translateX(0); }
    33%, 61% { transform: translateX(-80px); }
    66%, 94% { transform: translateX(-160px); }
    100% { transform: translateX(0); }
  }

  .hd-sep {
    height: 45px;
  }


  .hero-inner {
    padding: 0 20px
  }

  .hero {
    min-height: 400px;
    padding: 60px 0 80px;
  }

  .wrap,
  .band-in,
  .band-in2,
  .ft-bot-in {
    padding-left: 20px;
    padding-right: 20px
  }

  .hl-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
  }

  .steps-track {
    flex-direction: column;
    align-items: center;
    gap: 15px
  }

  .step:not(:last-child)::after {
    width: 3px;
    height: 100%;
    top: 30px;
    left: calc(50% - 1.5px);
    right: auto;
    background: var(--bdr);
    z-index: 0;
  }

  .step-lbl {
    background: var(--acc);
    padding: 10px;
  }

  .step {
    width: 100%
  }

  .ft-grid {
    grid-template-columns: 1fr
  }

  .ft-top {
    padding: 36px 0 24px
  }

  .t-card {
    min-width: 100%
  }

  .tabs-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    background: var(--acc);
    padding: 5px;
    border-radius: 14px;
    border: 1px solid var(--bdr);
    margin-bottom: 24px;
  }

  .tbtn {
    padding: 12px 5px;
    border: none !important;
    border-radius: 10px;
    justify-content: center;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s;
  }

  .tbtn.active {
    background: var(--pri);
    color: var(--wh);
    box-shadow: 0 4px 12px rgba(124, 181, 108, 0.3);
  }

  .tpanel {
    padding: 24px 15px;
  }

  .ind-card {
    min-width: 100%;
  }

  .ind-card {
    min-width: 100%;
  }

  .t-info-txt {
    flex-direction: column;
    gap: 2px;
  }

  .t-info-desc {
    width: 100%;
  }

  .tbtn .t-logo {
    background: transparent;
    padding: 0;
    height: auto;
    font-size: inherit;
    color: inherit;
  }

  .t-row-partners {
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .t-row-logo {
    height: 20px;
    padding: 2px 6px;
  }

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

  .why-img {
    overflow: hidden;
  }


  .hero-btns {
    flex-direction: column
  }

  .btn-p,
  .btn-o {
    justify-content: center
  }

  .icard {
    padding: 24px 18px
  }

  .fab-apply {
    bottom: 18px;
    right: 18px;
    padding: 11px 18px;
    font-size: 13px
  }

  .ft-bot-in {
    flex-direction: column;
    text-align: center
  }

  .ft-links {
    justify-content: center
  }

  .p-marquee {
    animation-duration: 20s
  }

  .hero-side {
    display: none;
  }
}

@media(max-width:480px) {
  .hl-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .fg-row {
    grid-template-columns: 1fr
  }

  .step-lbl {
    font-size: 13px
  }
}

/* Styles handled in unified rule */
.fab-apply {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 998;
  font-family: inherit;
}

.fab-apply i {
  font-size: 14px;
}

/* CTA SECTION */
.cta-sec {
  background: var(--sec);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.cta-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(124,181,108,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.cta-sec::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--wh);
  clip-path: ellipse(60% 100% at 50% 0%);
}

.cta-inner {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(124,181,108,0.18);
  border: 1px solid rgba(124,181,108,0.4);
  color: var(--pri-l);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 28px;
}

.cta-badge i {
  color: var(--pri);
  font-size: 12px;
}

.cta-headline {
  font-family: serif;
  font-size: clamp(36px, 5vw, 64px);
  color: var(--wh);
  line-height: 1.15;
  margin-bottom: 20px;
}

.cta-headline span {
  color: var(--pri);
}

.cta-sub {
  font-size: 20px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 44px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn {
  font-size: 20px;
  padding: 16px 44px;
}

@media(max-width:768px) {
  .cta-sec {
    padding: 80px 0;
  }
  .cta-inner {
    padding: 0 24px;
  }
  .cta-sub {
    font-size: 18px;
  }
  .cta-btn {
    font-size: 18px;
    padding: 14px 34px;
  }
}

/* BAND (loan info strip) */
.band {
  background: var(--sec);
  padding: 0;
}
.band-in {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 14px 60px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.band-in p {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}
.band-in strong {
  color: var(--pri-l);
}

/* BAND2 (NEP info strip) */
.band2 {
  background: linear-gradient(90deg, var(--sec) 0%, var(--sec-l) 100%);
  border-top: 3px solid var(--pri);
}
.band-in2 {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 18px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.band2-icon {
  color: var(--pri);
  font-size: 18px;
  flex-shrink: 0;
}
.band-in2 p {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 1.5;
}
.band-in2 strong {
  color: var(--pri-l);
  font-weight: 800;
}

/* CTA button Ã¢â‚¬â€ reset fixed positioning from fab-apply */
.cta-sec .cta-btn {
  position: static;
  bottom: auto;
  right: auto;
  z-index: auto;
  display: inline-flex;
}

@media(max-width:600px) {
  .band-in,
  .band-in2 {
    padding: 14px 24px;
  }
}