/* Hero Section Responsive Styles */
.hero-sections1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .hero-sections1 {
    min-height: auto;
    padding: 100px 0 !important;
    text-align: center;
  }

  .hero-contents1 {
    margin-bottom: 3rem !important;
  }

  .hero-titles1 {
    font-size: 2.5rem !important;
  }

  .hero-buttonss1 {
    justify-content: center !important;
  }

  .hero-buttonss1 .btn {
    min-width: 200px;
  }
}

@media (max-width: 767.98px) {
  /* .hero-sections1 {
    padding: 80px 0 0 !important;
  } */

  .hero-titles1 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }

  .hero-subtitles1 {
    font-size: 1.1rem !important;
    line-height: 1.6;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 575.98px) {
  .hero-titles1 {
    font-size: 1.75rem !important;
  }

  .hero-subtitles1 {
    font-size: 1rem !important;
  }

  .hero-badges1 {
    font-size: 0.8rem;
  }

  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}

/* Ensure images don't overflow */
.hero-images1 img {
  max-width: 100%;
  height: auto;
}
.btns-primarys {
  background: #bc161d;
  color: #fff;
}
.btns-primarys:hover {
  background: #fff;
  color: #bc161d;
}
.btns-outline-light {
  background: #fff;
  border-color: #fff;
  color: #bc161d;
}
.btns-outline-light:hover {
  background: #bc161d;
  border-color: #bc161d;
}
