/* Responsive */
@media (max-width: 768px) {
  .slider {
    height: 170px;
  }
   .media-content {
    flex-direction: column;  /* stack vertically on smaller screens */
    gap: 20px;
  }
    .form-row {
    flex-direction: column;
  }

  .form-group {
    flex: 1 1 100%;
  }


  .text-content, .image-content {
    width: 100%;
  }

  .text-content h2 {
    font-size: 22px;
  }

  .text-content p {
    font-size: 15px;
  }

  .btn {
    padding: 10px 20px;
  }
  .section-top h2 {
    font-size: 26px;
  }
  .estimate-form-section h2 {
    font-size: 26px;
  }
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .menu {
    display: none;
  }
    .text-content h2 {
    font-size: 24px;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .switch-content {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .switch-image img {
    max-width: 320px;
  }
   .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .media-content {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .quote-highlight {
    font-size: 32px;
  }
    .customers-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .customers-content .col:nth-child(2) {
    border-right: none;
  }
.footer-container {
    width: 100%;
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }

  .footer-newsletter {
    grid-column: 1 / -1;
  }

  .footer-right {
    text-align: left;
  }

  .footer-links {
    gap: 30px;
  }

  .bottom-flex {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }

  .menu-toggle {
    display: flex;
  }

  .menu {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    background: #d20c2d;
    flex-direction: column;
    display: none;
    z-index: 1111;
    padding: 30px 0;
  }

  .menu.active {
    display: flex;
  }

  .menu li a {
    width: 100%;
    padding: 12px 20px;
    border-top: 1px solid rgba(255,255,255,.25);
  }

  /* Mobile Dropdown Styles */
  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    display: none;
    padding: 0;
  }

  .menu-item.has-dropdown.active .sub-menu {
    display: block;
  }

  .sub-menu .menu-item a {
    padding: 10px 20px 10px 40px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
  }

  .sub-menu .menu-item a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .nav-controls {
    justify-content: space-between !important;
    width: 100% !important;
  }

}


@media (max-width: 575px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .product-item img {
    max-width: 130px;
  }
}
@media (max-width: 576px) {
  .customers-header {
    grid-template-columns: 1fr;
  }

  .customers-header .right {
    border-left: none;
    border-top: 1px solid #cfd6df;
  }

  .customers-content {
    grid-template-columns: 1fr;
  }

  .customers-content .col {
    border-right: none;
    border-bottom: 1px solid #cfd6df;
  }

  .customers-content .col:last-child {
    border-bottom: none;
  }
  .phone {
    display: none;
  }
    .footer-top {
    padding: 40px 0;
  }

  .footer-container {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }

  .footer-center {
    text-align: center;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-links li {
    text-align: center;
  }

  .footer-right {
    text-align: center;
  }

  .footer-icons span {
    margin-left: 4px;
    margin-right: 4px;
  }

  .footer-associations p {
    text-align: center;
  }

  .footer-associations img {
    margin: 0 6px;
  }
}