html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  background: #f3feff;
}

h1 {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
h1 span {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #1C1C1C;
}

h2 {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  color: #1C1C1C;
}
@media (max-width: 575.98px) {
  h2 {
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    color: #1C1C1C;
  }
}

p {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 26px;
  color: #1C1C1C;
}
p strong {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 26px;
  color: #1C1C1C;
}

.bg-green {
  background: #08474B;
}

.btn-green {
  background: #08474B;
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
  border-radius: 100px;
  padding: 10px 40px;
  border: none;
}
.btn-green:hover {
  background: rgb(3.0843373494, 27.3734939759, 28.9156626506);
  color: #fff;
}
@media (max-width: 575.98px) {
  .btn-green {
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    padding: 10px 20px;
  }
}

.btn-green-alt {
  background: transparent;
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #08474B;
  border-radius: 100px;
  padding: 10px 20px;
  border: 1px solid #08474B;
}
.btn-green-alt:hover {
  border: 1px solid rgb(3.0843373494, 27.3734939759, 28.9156626506);
}
@media (max-width: 575.98px) {
  .btn-green-alt {
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #08474B;
    padding: 10px 20px;
  }
}

.eligibility {
  border-radius: 1rem;
  /* icon styling */
}
.eligibility .card-body {
  padding: 2rem;
}
.eligibility ul li {
  font-size: 1rem;
  line-height: 1.5;
}
.eligibility__icon {
  display: flex;
  align-items: center;
}
.eligibility__icon svg {
  width: 20px;
  height: 20px;
  stroke: #1C1C1C;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.eligibility__icon svg rect {
  stroke: #1C1C1C;
}
.eligibility__icon svg path {
  stroke: #1C1C1C;
}

.admission-step {
  background-color: #ECEFFE;
  border-radius: 1.25rem;
  border: 1px solid #1C1C1C;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}
.admission-step.step1:before {
  content: url("../img/icon1.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.admission-step.step2:before {
  content: url("../img/icon2.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.admission-step.step3:before {
  content: url("../img/icon3.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.admission-step.step4:before {
  content: url("../img/icon4.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.admission-step.step5:before {
  content: url("../img/icon5.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.admission-step.step6:before {
  content: url("../img/icon6.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}

.reasons {
  background: url(../img/reason.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.reasons-block {
  background: #08474B;
}
.reasons li {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
}

.delivery h2 {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 575.98px) {
  .delivery h2 {
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
  }
}

.footer {
  background: #1C1C1C;
}
.footer p {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
}

nav a.nav-link {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 26px;
  color: #1C1C1C;
}
nav a.nav-link:hover {
  color: #08474B;
}

.hero h1 {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  color: #1C1C1C;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    color: #1C1C1C;
  }
}
.hero h1 span {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  color: #08474B;
}
@media (max-width: 575.98px) {
  .hero h1 span {
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #08474B;
  }
}
.hero p {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 26px;
  color: #1C1C1C;
}
.hero p strong {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 26px;
  color: #1C1C1C;
}
.hero .stats .stat-item h5 {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 26px;
  color: #1C1C1C;
}
@media (max-width: 575.98px) {
  .hero .stats .stat-item h5 {
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 26px;
    color: #1C1C1C;
  }
}
.hero .stats .stat-item p {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 26px;
  color: #1C1C1C;
}
@media (max-width: 575.98px) {
  .hero .stats .stat-item p {
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 26px;
    color: #1C1C1C;
  }
}

.about p {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 26px;
  color: #1C1C1C;
}
.about p strong {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 26px;
  color: #1C1C1C;
}
.about form .form-control, .about form .form-select {
  border-radius: 8px;
  border: 1px solid rgba(28, 28, 28, 0.3);
  padding: 12px 16px;
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 26px;
  color: #1C1C1C;
}
.about form .form-control::placeholder, .about form .form-select::placeholder {
  color: rgba(28, 28, 28, 0.6);
}
.about form .form-control:focus, .about form .form-select:focus {
  border-color: #08474B;
  box-shadow: 0 0 0 0.2rem rgba(8, 71, 75, 0.25);
  outline: none;
}

.special h5 {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #1C1C1C;
}
@media (max-width: 575.98px) {
  .special h5 {
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #1C1C1C;
  }
}
.special p {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 26px;
  color: #1C1C1C;
}
.special p strong {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 26px;
  color: #1C1C1C;
}
.special .card {
  border-color: rgba(8, 71, 75, 0.4);
}

.cta-box {
  padding: 80px 10px;
  border-radius: 15px;
  background: #08474B;
}
.cta-box:before {
  content: url("../img/cta-left.svg");
  position: absolute;
  left: 0;
  bottom: -7px;
}
@media (max-width: 575.98px) {
  .cta-box:before {
    opacity: 0.3;
  }
}
.cta-box:after {
  content: url("../img/cta-right.svg");
  position: absolute;
  right: 0;
  top: -7px;
}
@media (max-width: 575.98px) {
  .cta-box:after {
    opacity: 0.3;
  }
}
@media (max-width: 575.98px) {
  .cta-box {
    padding: 50px 10px;
  }
}
.cta-box h2 {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 4.125rem;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 575.98px) {
  .cta-box h2 {
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
  }
}

/* Testimonials cards with vertical stripes */
.testimonials {
  /* pink panels with pale-cyan gutters (adjust widths if needed) */
  border-radius: 8px;
  padding: 3rem 1.25rem;
  overflow: hidden;
}

.test-card {
  background: transparent;
  border: none;
  box-shadow: none;
}

.test-card .card-body {
  padding: 1rem 1rem 1.2rem 2rem;
}

.testimonials .stars {
  display: flex;
  gap: 6px;
  align-items: center;
}

.testimonials .star {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.testimonials .quote {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  color: #1c1c1c;
  max-width: 40ch;
  /* narrow column like the reference */
}

.testimonials .author {
  margin-top: 1rem;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: clamp(20px, 5.5vw, 30px);
  font-weight: 400;
  color: #1c1c1c;
}

/* Small screens: center & stack */
@media (max-width: 767.98px) {
  .testimonials {
    padding: 1.25rem;
  }
  .test-card .card-body {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .testimonials .stars {
    justify-content: center;
  }
  .testimonials .quote {
    max-width: none;
  }
  .testimonials .author {
    text-align: center;
  }
}
.footer {
  padding: 40px 0;
  background: #08474B;
}
.footer h2 {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
  max-width: 16ch;
  /* narrow column like the reference */
}
@media (max-width: 575.98px) {
  .footer h2 {
    font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
  }
}
.footer p {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
}
.footer p.smtext {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
}

.footerdark {
  background: #011F21;
}
.footerdark p {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 26px;
  color: #D1D1D1;
}

#thankYouModal .modal-content {
  border-radius: 20px;
}

#thankYouModal .modal-body {
  padding: 50px 40px;
}

@media (max-width: 575.98px) {
  #thankYouModal .modal-body {
    padding: 40px 30px;
  }
}
#thankYouModal .modal-body .head {
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 700;
  color: #2c3131;
}

@media (max-width: 575.98px) {
  #thankYouModal .modal-body .head {
    font-size: 24px;
  }
}
#thankYouModal .modal-body .headtext {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  color: #626262;
  line-height: 1.6;
}

.cta-btn .sticky-button-container {
  z-index: 9999;
}

.cta-btn .sticky-button-container .btn-bottom {
  font-family: "avenir";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 10px;
  border-radius: 0px;
}

.cta-btn .sticky-button-container .btn-1 {
  background: #003368;
}

.cta-btn .sticky-button-container .btn-2 {
  background: #00b050;
  color: #fff;
}