@media (max-width: 991.98px) {
  .hero_area .custom_nav-container {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .header_section {
    background-color: rgba(31, 41, 55, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .navbar-collapse {
    background-color: var(--color-card-bg);
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid var(--color-border);
  }
  .custom_nav-container .navbar-nav { width: 100%; margin-top: 0; }
  .custom_nav-container .navbar-nav .nav-item { text-align: center; }
  .layout_padding { padding: 80px 0; }
  .hero_area { min-height: 80vh; clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); padding-bottom: 10vh; }
}
@media (max-width: 767.98px) {
  .layout_padding { padding: 60px 15px; }
  .custom_heading { font-size: 2rem; }
  .hero_detail h1 { font-size: clamp(2rem, 15vw, 3rem); }
  .hero_detail h3 { font-size: 1rem; }
  .feature-list { grid-template-columns: 1fr; }
  .testimonial-card { padding: 30px; }
  .hero_area { clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%); padding-bottom: 8vh; }
}
@media (max-width: 575.98px) {
  .navbar-brand { z-index: 10; }
  #navbarSupportedContent {
    position: absolute;
    top: 75px;
    left: 5%;
    right: 5%;
    width: 90%;
  }
  .navbar-brand span { font-size: 18px; }
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-float img { width: 26px; }
  .testimonial-footer { flex-direction: column; text-align: center; gap: 10px; }
}