body {
    font-family: 'Quicksand', 'Roboto', sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.hero-section {
    background: #fdfdfd;
}

.highlight {
    color: #f77c24;
}

.dot {
    color: #f77c24;
    font-size: 40px;
    line-height: 0;
}

.btn-primary-orange {
    background-color: #f77c24;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 6px;
}

.btn-primary-orange:hover {
    background-color: #e56c1a;
}

.view-programs-link {
    align-self: center;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.view-programs-link:hover {
    text-decoration: underline;
}

.floating-tag {
    position: absolute;
    background-color: #ff6b00;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: bold;
}

.tag1 {
    top: 20%;
    right: 60%;
    transform: rotate(-10deg);
}

.tag2 {
    top: 10%;
    right: 35%;
    transform: rotate(10deg);
}

.tag3 {
    top: 40%;
    right: 70%;
    transform: rotate(-15deg);
}
.btn-orange {
  background-color: #f77c24;
  color: white;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-orange:hover {
  background-color: #e06716;
  color: white;
}
.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  position: relative;
}

.dot-orange {
  color: #f77c24;
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 8px;
}

.highlight {
  color: #f77c24;
}

.underlined {
  border-bottom: 2px solid #f77c24;
  padding-bottom: 2px;
}

.hero-subtext {
  font-size: 1.1rem;
  color: #333;
}

.btn-primary-orange {
  background-color: #f77c24;
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.btn-primary-orange:hover {
  background-color: #e06716;
}

.view-programs-link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.view-programs-link:hover {
  text-decoration: underline;
}

.bg-circle {
  width: 420px;
  height: 420px;
  background-color: #ffa76c33;
  border-radius: 50%;
  z-index: 1;
}

.floating-tag {
  position: absolute;
  background-color: #f77c24;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  z-index: 3;
}

.tag1 {
  top: 5%;
  left: 50%;
  transform: rotate(-10deg);
}

.tag2 {
  top: 0%;
  right: 30%;
  transform: rotate(10deg);
}

.tag3 {
  top: 25%;
  left: 55%;
  transform: rotate(-15deg);
}


/* Background and Rounded Top */
.how-to-apply-section {
  background-color: #eaf6f8;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

/* Section Title */
.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}

/* Step Circles */
.step-circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  background-color: #fff;
  color: #1d1d1d;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.3rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Step Item */
.step-item {
  position: relative;
  z-index: 3;
  padding: 0 15px;
}

/* Dotted Horizontal Line */
.step-wrapper {
  position: relative;
  margin-top: 30px;
}

.step-line {
  position: absolute;
  top: 30px;
  left: 15%;
  width: 70%;
  height: 0;
  border-top: 2px dotted #bbb;
  z-index: 1;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .step-line {
    display: none;
  }
}

.system-section {
  background-color: #eaf6f8;
}

.system-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.system-title .highlight {
  color: #f77c24;
}

.badge-text {
  background-color: #fff2d9;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.95rem;
}

.highlight-box {
  background-color: #ffe8ca;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
}

.bar-chart .bar {
  height: 16px;
  border-radius: 8px;
}

.bar-green {
  background: linear-gradient(to right, #9cf0c0, #4fe3b1);
  width: 100%;
}

.bar-gray {
  background: #ccc;
  width: 60%;
}

/* Icon Circle Styles */
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-text {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.3;
}

/* Icon Background Colors */
.bg-green { background-color: #e6f6ec; }
.bg-purple { background-color: #ece9ff; }
.bg-pink { background-color: #fceeee; }
.bg-red { background-color: #ffeae8; }
.bg-gray { background-color: #f2f2f2; }
.bg-cyan { background-color: #e0f7ff; }


.why-choose-section {
  background-color: #eaf6f8;
}

.why-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.highlight-orange {
  color: #f77c24;
}

.bold-black {
  color: #000;
}

/* Card Icon Styles */
.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-yellow {
  background-color: #fff3cd;
}

.bg-cyan {
  background-color: #d3f2ff;
}

.bg-purple {
  background-color: #e0e9ff;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .why-title {
    font-size: 2rem;
    text-align: center;
  }

  .why-choose-section .row > div {
    text-align: left;
  }

  .feature-card {
    flex-direction: column;
  }

  .icon-circle {
    margin-bottom: 10px;
  }
}

.how-it-works-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
}

.how-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.subtitle {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
}

.highlight-orange {
  color: #f77c24;
}

.bold-black {
  color: #000;
}

/* Steps */
.step-number {
  background-color: #ffe8d2;
  color: #f77c24;
  font-weight: 600;
  font-size: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Button */
.btn-primary-orange {
  background-color: #f77c24;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  transition: background-color 0.3s;
}

.btn-primary-orange:hover {
  background-color: #e06213;
}

/* Image sizing */
.how-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .how-title {
    font-size: 2rem;
  }

  .step-number {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
}
.zpd-section {
  background-color: #ffffff;
}

.zpd-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.highlight-orange {
  color: #f77c24;
}

.bold-black {
  color: #000;
}

.tagline-pill {
  background-color: #fdf3df;
  color: #222;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  display: inline-block;
}

.zpd-desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.badge-highlight {
  background-color: #f6e6d7;
  padding: 3px 8px;
  border-radius: 10px;
  font-weight: 700;
  color: #3d2e21;
}

.badge-highlight-dark {
  background-color: #e9d5ca;
  padding: 3px 8px;
  border-radius: 10px;
  font-weight: 700;
  color: #2c1d15;
}

/* Responsive */
@media (max-width: 768px) {
  .zpd-title {
    font-size: 2rem;
    text-align: center;
  }

  .zpd-desc {
    text-align: center;
  }

  .tagline-pill {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
.expert-control {
  background-color: #eef9ff;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.expert-box {
  background: linear-gradient(90deg, #f77c24 0%, #f8932d 100%);
  display: flex;
  border-radius: 20px;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.05);
  padding-left:40px;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.expert-left {
  flex: 1;
  min-width: 280px;
  padding-right: 20px;
}
.expert-right img{
    border-radius: 20px;
}

.expert-left h2 {
  color: white;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.btn-white {
  background-color: white;
  color: #000;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn-white:hover {
  background-color: #f0f0f0;
}

.expert-right {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.expert-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.footer-minimal {
  background-color: #b1d3e7;
  padding: 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #000;
}

 .icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: white;
    font-size: 28px;
  }

  .bg-green { background-color: #d0f2d9; color: #2e7d32; }
  .bg-purple { background-color: #e0e7ff; color: #3f51b5; }
  .bg-pink { background-color: #ffe0e0; color: #c62828; }
  .bg-red { background-color: #fdecea; color: #d84315; }
  .bg-gray { background-color: #e0e0e0; color: #424242; }
  .bg-cyan { background-color: #ccf2f4; color: #00838f; }

  .feature-text {
    font-weight: 600;
    font-size: 15px;
  }

  .material-symbols-rounded {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 40;
  }


  .material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    width: 50px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: flex
;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 40;
    flex-direction: column;
    align-items: center;
  }

  .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: white;
  }

  .bg-yellow { background-color: #FFE69C; color: #FF9100; }
  .bg-cyan   { background-color: #C7F4F6; color: #00ACC1; }
  .bg-purple { background-color: #E0E7FF; color: #5C6BC0; }

  .why-title {
    font-size: 2rem;
    font-weight: bold;
  }

  .highlight-orange {
    color: #FF8C42;
  }

  .bold-black {
    color: #000;
  }