/* Base */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f5f5f5;
  margin: 0;
}

/* Hero section */
.hero-section {
  position: relative;
  min-height: 80vh;
  padding: 40px 0;
  color: white;
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url("https://hashtagcounseling.in/wp-content/uploads/2024/08/image-12-1024x576.png") center center / cover no-repeat;
}


.hero-section > .container {
  position: relative;
  z-index: 1;
}

.hero-badge {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: white;
}

.hero-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: white;
}

.hero-subtitle {
  font-size: 0.98rem;
  color: white;
  max-width: 480px;
}

/* Buttons */
.hero-btn-main {
  background-color: #e48c1e;
  border-color: #e48c1e;
  padding: 0.6rem 1.3rem;
  font-weight: 600;
}

.hero-btn-main:hover {
  background-color: #50504f;
  border-color: #50504f;
}

.hero-btn-secondary {
  padding: 0.6rem 1.3rem;
  font-weight: 600;
  border-width: 2px;
}

/* Highlights */
.hero-highlights li {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.25rem;
}

.hero-highlights .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e48c1e;
  display: inline-block;
  margin-right: 8px;
}

/* About section */
.about-section {
  background-color: #ffffff;
  padding: 40px 0 50px;
}

.about-badge {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #e48c1e;
}

.about-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
}

.about-text {
  font-size: 0.95rem;
  color: #555;
}

/* New Programs section */
.programs-section {
  background-color: #f9fafb;
  padding: 40px 0 50px;
}

.programs-header {
  max-width: 720px;
  margin: 0 auto 28px;
}

.programs-badge {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #e48c1e;
}

.programs-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
}

.programs-subtitle {
  font-size: 0.95rem;
  color: #666;
}

.programs-row {
  margin-top: 8px;
}

.program-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 18px 16px 20px;
  box-shadow: 0 8px 22px rgba(15, 15, 15, 0.06);
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
}

.program-name {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.4rem;
}

.program-desc {
  font-size: 0.87rem;
  color: #555;
  margin-bottom: 0.65rem;
}

.program-meta {
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 0.85rem;
}

.program-meta span {
  font-weight: 600;
  color: #e48c1e;
}

.program-btn-main,
.program-btn-secondary {
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
}

.program-btn-main {
  background-color: #e48c1e;
  border-color: #e48c1e;
}

.program-btn-main:hover {
  background-color: #08885c;
  border-color: #08885c;
}

.program-btn-secondary {
  border-width: 2px;
}

/* Why Choose section */
.why-choose-section {
  background-color: #ffffff;
  padding: 40px 0 50px;
  border-top: 1px solid #f0f0f0;
}

.why-badge {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #e48c1e;
}

.why-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
}

.why-subtitle {
  font-size: 0.95rem;
  color: #555;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.55rem;
}

.why-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 2px solid #e48c1e;
  background-color: rgba(10, 159, 108, 0.05);
  margin-right: 8px;
  margin-top: 2px;
  position: relative;
}

.why-icon::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #e48c1e;
  border-bottom: 2px solid #e48c1e;
  transform: rotate(40deg);
}

.why-testimonial-card {
  background-color: #f9fafb;
  border-radius: 14px;
  padding: 20px 18px 18px;
  box-shadow: 0 10px 25px rgba(15, 15, 15, 0.08);
  border: 1px solid #eef0f2;
  position: relative;
  overflow: hidden;
}

.why-quote-mark {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 3rem;
  line-height: 1;
  color: rgba(10, 159, 108, 0.15);
  font-weight: 700;
}

.why-testimonial-text {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 1rem;
}

.why-student-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e48c1e;
  background-color: #fff;
}

.why-student-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #222;
}

.why-student-role {
  font-size: 0.8rem;
  color: #777;
}

/* Form card */
.hero-form-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px 22px;
  box-shadow: 0 14px 35px rgba(15, 15, 15, 0.12);
}

.form-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #222;
}

.form-subtitle {
  font-size: 0.86rem;
  color: #666;
}

.form-note {
  font-size: 0.75rem;
  color: #888;
}

/* Custom form controls */
.hero-form-card .form-control {
  font-size: 0.86rem;
  border-radius: 6px;
}

.hero-form-card label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #444;
}

.hero-form-card .btn-primary {
  background-color: #e48c1e;
  border-color: #e48c1e;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.55rem 1rem;
}

.hero-form-card .btn-primary:hover {
  background-color: #08885c;
  border-color: #08885c;
}

/* Responsive tweaks */
@media (min-width: 992px) {
  .hero-title {
    font-size: 2.15rem;
  }

  .hero-section {
    padding: 60px 0;
  }

  .about-section {
    padding-top: 160px;
  }

  .overlap-form-column {
    margin-top: 20%;
    right: 0%;
    position: absolute;
    z-index: 2;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 24px 0 32px;
  }

  .hero-form-card {
    margin-top: 12px;
  }

  .about-section {
    padding: 28px 0 36px;
  }

  .programs-section {
    padding: 28px 0 36px;
  }

  .program-card {
    padding: 16px 14px 18px;
  }

  .why-choose-section {
    padding: 28px 0 36px;
  }

  .why-testimonial-card {
    margin-top: 8px;
  }
}