/* ===================================
   RESPONSIVE DESIGN
   =================================== */

/* Tablet Styles */
@media screen and (max-width:1200px) {
    .products-carousel {
        margin-left: 10px;
    }
}
@media screen and (max-width: 1024px) {
    
      .product-card {
        flex: 0 0 calc(100% / 2.2);
    }
    .product-info {
        grid-template-columns: 1fr 1.5fr;
        gap: 15px;
    }

    .card-bottom {
        padding: 25px;
    }

    .explore-btn {
        padding: 6px 16px;
        font-size: 0.8rem;
    }
    
    
    
}

@media screen and (max-width: 768px) {
    .footer-section {
        text-align: center;
        align-items: center;
    }
    
    .footer-section.logo-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .logo img {
    height: 100px;
    width: auto;
}
    .hero-image-text {
    width: 80vw;
    top: 20%;
  }

    /* br{
        display: none;
    } */
    .products-carousel {
    gap: 1rem;
    
  }
   
    .products-section {
        padding: 60px 0;
    }
    .product-badge {
    align-items: center;
}
    
    
    .section-header {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .card-bottom {
        padding: 15px;
    }
    
    .product-info {
        flex-direction: column;
        gap: 15px;
    }
    
    .description-section {
        max-width: 100%;
        text-align: left;
    }
    .product-description {
        font-size: 0.75rem;
    }
    .color-text {
        font-size: 1.2rem;
    }

    .content-container {
        width: 100%;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    
    }
    .footer-section.products-menu,
    .footer-section.products-menu h4,
    .footer-section.products-menu ul {
        text-align: center;
    }

    .footer-section.products-menu ul li a {
        padding-left: 0;
    }

    .footer-section.products-menu ul li a:hover {
        padding-left: 0;
    }
    .social-section {
        flex-direction: column;
        gap: 20px;
    }
    
    .back-to-top {
        flex-direction: column;
        gap: 15px;
    }
    
    .connect-with-us {
        text-align: center;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .insights-main-content {
        flex-direction: column;
    }
    .insights-main-content {
        gap: 40px;
        text-align: center;
    }
    
    .insights-main-title {
        font-size: 3rem;
    }
    
    .insights-stat-number {
        font-size: 3rem;
    }
    
    .insights-right-panel {
         width: 100%;
        height: auto;
        justify-content: center;
        padding: 0 10px;
    }
    
    .testimonial-carousel-wrapper {
        height: auto;
        max-height: 350px;
        overflow-y: auto;
        scrollbar-width: none;
    }
    .testimonial-carousel-wrapper::-webkit-scrollbar {
        display: none;
    }
    .testimonial-carousel-track {
        gap: 0;
        position: static;
    }
    .customer-testimonial-card {
        min-height: unset;
        margin-bottom: 30px;
        border-radius: 20px !important;
    }
    .customer-testimonial-card:nth-child(even)::before {
        bottom: -42px;
        right: -60px;
        }
    .customer-testimonial-card:nth-child(odd)::before {
        bottom: -42px;
        left: -60px;
        }
    .swiper-pagination {
            right: 1rem !important;
        }
   
}


@media screen and (max-width: 480px) {
    .logo img {
    height: 80px;
    width: auto;
}
.product-hero img.hero-image {
    width: 70vw;
    bottom: 10%;
    left: 16%;
  }
    .container {
        padding: 0 15px;
    }
    .about-section-title{
        text-align: center;
        font-size: 1rem;
    }
    
    .card-bottom {
        padding: 12px;
    }
    
    .color-text {
        font-size: 1.1rem;
    }
    
    .product-description {
        font-size: 0.65rem;
    }
    
    .explore-btn {
        padding: 6px 16px;
        font-size: 0.8rem;
    }
    
    .water-feature {
        padding: 4px 8px;
        font-size: 0.7rem;
    }
    .about-section {
        padding: 60px 0;
    }
    .highlight, .sub-title-em {
        font-size: 4rem;
        text-align: center;
    }

    .sub-title {
        font-size: 2rem;
        text-align: center;
    }

    .content-container p {
        font-size: 0.8rem;
        
    }

    .footer {
        padding: 30px 0 0;
    }
    
    .footer-container {
        padding: 0 15px;
        gap: 25px;
    }
    
    
    
    .social-icons {
        gap: 10px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .insights-right-panel {
        padding: 0;
    }
    .testimonial-carousel-wrapper {
        max-height: 300px;
    }
    .testimonial-message-text {
        font-size: 0.9rem;
    }
    .testimonial-author-credit {
        font-size: 0.8rem;
    }
    .insights-main-title {
        font-size: 2.5rem;
    }
    
    .insights-stat-number {
        font-size: 2.5rem;
    }
    
    .customer-testimonial-card {
        padding: 20px;
        border-radius: 20px;
    }

    .reason-flex-container {
        grid-template-columns: 1fr;
    }

    .item1,
    .item2,
    .item3,
    .item4,
    .item5,
    .item6 {
        grid-column: span 1;
        grid-row: auto;
    }
}