#index-hero-section {
  background: linear-gradient(rgba(0, 40, 85, 0.24)), url("/images/hunter-home-marquee.jpg") center/cover no-repeat;
  background-color: var(--hunter-blue);
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 60px 0 80px;
  position: relative;
}
#index-hero-section .hero-text {
  color: var(--light);
  padding-right: 40px;
}
#index-hero-section .hero-text .hero-tagline {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
#index-hero-section .hero-text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 992px) {
  #index-hero-section .hero-text h1 {
    font-size: 3rem;
  }
}
#index-hero-section .quote-form-card {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 30px;
  border-radius: 8px;
}
#index-hero-section .quote-form-card .form-control {
  background-color: var(--white);
  border: 1px solid var(--hunter-blue-light);
  color: var(--black);
  padding: 12px 15px;
  font-size: 14px;
  border-radius: 4px;
}
#index-hero-section .quote-form-card .form-control::-moz-placeholder {
  color: #000;
}
#index-hero-section .quote-form-card .form-control::placeholder {
  color: #000;
}
#index-hero-section .quote-form-card .form-control:focus {
  outline: none;
  border-color: var(--hunter-gold);
  box-shadow: 0 0 0 2px rgba(255, 166, 0, 0.2);
}
#index-hero-section .quote-form-card select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
}
#index-hero-section .quote-form-card select.form-control option {
  background-color: var(--hunter-blue);
  color: var(--light);
}
#index-hero-section .quote-form-card .btn-quote {
  background-color: var(--hunter-cyan);
  color: var(--light);
  border: none;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#index-hero-section .quote-form-card .btn-quote:hover {
  background-color: #0d8bc4;
}

#index-request-banner-section {
  background-color: var(--hunter-gold);
  padding: 45px 0;
}
#index-request-banner-section .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #index-request-banner-section .banner-content {
    flex-direction: row;
    gap: 30px;
  }
}
#index-request-banner-section .banner-content h2 {
  color: var(--hunter-blue);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 992px) {
  #index-request-banner-section .banner-content h2 {
    font-size: 1.75rem;
  }
}
#index-request-banner-section .banner-content .btn-banner {
  display: inline-block;
  background-color: transparent;
  color: var(--hunter-blue);
  border: 2px solid var(--hunter-blue);
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}
#index-request-banner-section .banner-content .btn-banner:hover {
  background-color: var(--hunter-blue);
  color: var(--light);
}

#index-here-to-help-section {
  padding: 60px 0;
  background-color: var(--light);
}
#index-here-to-help-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#index-here-to-help-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--hunter-blue);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #index-here-to-help-section .section-header h2 {
    font-size: 2.5rem;
  }
}
#index-here-to-help-section .section-header .section-divider {
  width: 100%;
  max-width: 900px;
  height: 1px;
  background-color: var(--gray-300);
  margin: 0 auto;
}
#index-here-to-help-section .help-cards {
  margin-bottom: 40px;
}
#index-here-to-help-section .help-card {
  padding: 20px;
  height: 100%;
}
#index-here-to-help-section .help-card .card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
#index-here-to-help-section .help-card .card-header .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--hunter-cyan);
}
#index-here-to-help-section .help-card .card-header .card-icon svg {
  width: 28px;
  height: 28px;
}
#index-here-to-help-section .help-card .card-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--hunter-cyan);
  margin: 0;
}
#index-here-to-help-section .help-card p {
  color: var(--gray-700);
  line-height: 1.6;
  margin: 0;
}
#index-here-to-help-section .payment-btn-wrapper {
  text-align: center;
}
#index-here-to-help-section .payment-btn-wrapper .btn-payment {
  display: inline-block;
  background-color: var(--hunter-blue);
  color: var(--light);
  border: 2px solid var(--hunter-blue);
  padding: 14px 35px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}
#index-here-to-help-section .payment-btn-wrapper .btn-payment:hover {
  background-color: var(--light);
  color: var(--hunter-blue);
}

#index-quote-buy-section {
  padding: 60px 0;
  background-color: var(--light);
}
#index-quote-buy-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#index-quote-buy-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--hunter-blue);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #index-quote-buy-section .section-header h2 {
    font-size: 2.5rem;
  }
}
#index-quote-buy-section .section-header .section-divider {
  width: 100%;
  max-width: 900px;
  height: 1px;
  background-color: var(--gray-300);
  margin: 0 auto;
}
#index-quote-buy-section .quote-card {
  padding: 20px;
  height: 100%;
}
#index-quote-buy-section .quote-card .card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
#index-quote-buy-section .quote-card .card-header .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--hunter-cyan);
}
#index-quote-buy-section .quote-card .card-header .card-icon svg {
  width: 28px;
  height: 28px;
}
#index-quote-buy-section .quote-card .card-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--hunter-cyan);
  margin: 0;
}
#index-quote-buy-section .quote-card p {
  color: var(--gray-700);
  line-height: 1.6;
  margin: 0;
}

#index-testimonial-section {
  background-color: var(--hunter-blue-light);
  padding: 60px 0;
}
#index-testimonial-section .testimonial-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #index-testimonial-section .testimonial-wrapper {
    gap: 15px;
  }
}
#index-testimonial-section .testimonial-nav {
  background: transparent;
  border: none;
  color: var(--light);
  cursor: pointer;
  padding: 10px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
#index-testimonial-section .testimonial-nav:hover {
  opacity: 1;
}
#index-testimonial-section .testimonial-nav svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  #index-testimonial-section .testimonial-nav svg {
    width: 24px;
    height: 24px;
  }
}
#index-testimonial-section .testimonial-content {
  text-align: center;
  flex: 1;
}
#index-testimonial-section .testimonial-content blockquote {
  margin: 0;
}
#index-testimonial-section .testimonial-content blockquote p {
  color: var(--light);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #index-testimonial-section .testimonial-content blockquote p {
    font-size: 1.25rem;
  }
}
#index-testimonial-section .testimonial-content blockquote cite {
  color: var(--light);
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
}