@media (max-width: 1200px) {
    .contact-info-grid {
        justify-content: space-around;
    }
    
    .contact-item {
        min-width: 220px;
    }
}

@media (max-width: 1024px) {

    /* Our Value  */
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .values-title {
        font-size: 2.2rem;
    }
    /* Our Value Ends  */
}

@media (max-width: 968px) {
    .nav-container {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 1rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        gap: 1rem;
    }

    /* .dropdown-content {
        position: static;
        box-shadow: none;
        transform: none;
        display: none;
        padding-left: 1rem;
        min-width: 100%;
    }

    .dropdown.active .dropdown-content {
        display: block;
    } */

    nav {
        width: 100%;
    }

    .nav-container.active {
        display: flex;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        width: 100%;
        align-items: center;
    }

    .nav-links a {
        justify-content: center;
    }

    /* .dropdown-content {
        text-align: center;
    }

    .dropdown-content a {
        justify-content: center;
    } */

    .buttons {
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
        gap: 0.5rem;
        padding-top: 1rem;
        border-top: 1px solid #eee;
    }

    .btn {
        width: 50%;
        padding: 0.3rem 0.5rem;
        font-size: 0.85rem;
        margin: 0 auto;
        min-height: 28px;
        text-align:center;
    }

    .hamburger {
        display: block;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .hamburger {
        order: 3;
    }

    .logo img {
        height: 32px;
    }

    /* Hero Section  */
    .hero-title {
        font-size: 3rem;
    }

    .hero-content {
        text-align: center;
        padding: 0 1rem;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    /* Hero Section Ends  */
    /* About us Section  */
    .about-container {
        flex-direction: column;
        padding: 0 1.5rem;
        gap: 3rem;
    }

    .company-title {
        font-size: 2.5rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* About us Section Ends  */
    /* our Section  */
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .services-title {
        font-size: 2.5rem;
    }

    /* Our Section Ends  */

    /* Installation Starts  */
    .steps-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .steps-container::before {
        display: none;
    }

    .process-title {
        font-size: 2.5rem;
    }

    .step-image-wrapper {
        width: 180px;
        height: 180px;
    }

    /* Installation Ends  */

    /* Calculation  */
    .calculator-container {
        flex-direction: column;
        margin: 0 1rem;
    }

    .calculator-image {
        height: 300px;
    }

    .calculator-content {
        padding: 3rem 2rem;
    }

    .calculator-title {
        font-size: 2.5rem;
    }

    .calculator-text {
        max-width: 100%;
    }

    /* Calculation Ends  */

    /* Footer Section  */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    /* Footer Section Ends  */

    /* About Us page Content  */
    .about-content-container {
        flex-direction: column;
        gap: 3rem;
    }

    .content-title {
        font-size: 2rem;
    }

    /* About Us page Content Ends  */

    /* Gallery Section  */
    .gallery-item {
        height: 250px;
    }

    /* Gallery Ends  */

    /* Service Card  */
    .interior-container {
        flex-direction: column;
        padding: 0 1.5rem;
        gap: 3rem;
    }

    .interior-title {
        font-size: 2rem;
    }
    /* Service Ends  */

}

/* About Us Page Content Ends  */

@media (max-width: 768px) {
    .brand-section {
        padding: 40px 0;
    }

    .brand-container {
        padding: 0 1rem;
    }

    .brand-title {
        font-size: 2rem;
    }

    .logo-slide {
        width: 150px;
    }

    .logo-slide img {
        max-width: 120px;
    }

    .logo-slide-track {
        width: calc(150px * 12);
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-150px * 6));
        }

    }

    /* About Us Header  */
    .page-header {
        height: 300px;
    }

    .page-title {
        font-size: 2.5rem;
    }

    /* About Us header Ends  */
    /* Our Values  */
    .values-header {
        text-align: center;
        margin: 0 auto 3rem;
    }

    .values-title {
        font-size: 2rem;
        white-space: normal; /* Allow wrapping on mobile */
    }

    /* Our Value Ends  */

    /* Testimonial Starts  */
    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .testimonial-text {
        font-size: 1.1rem;
    }

    /* Testimonial Ends  */

    /* Gallery Starts  */
    .gallery-section {
        padding: 60px 0;
    }

    .gallery-title {
        font-size: 2rem;
    }

    .gallery-row {
        gap: 1rem;
    }

    .gallery-item {
        height: 200px;
    }

    /* Gallery Ends  */

    /* Call Now  */
    .cta-section {
        padding: 80px 0;
    }

    .cta-title {
        font-size: 2.5rem;
    }

    .cta-description {
        font-size: 1rem;
    }

    /* Call Now Ends */
    /* Get in touch  */
    .contact-item {
        min-width: 280px;
    }
    /* Get in touch end  */
    
    .whatsapp-container {
    bottom: 16px;
    right: 16px;
  }
  
  .support-image {
    padding: 6px 10px;
    margin-bottom: 8px;
  }
  
  .support-icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  
  .support-text {
    font-size: 12px;
  }
  
  .whatsapp-btn {
    width: 50px;
    height: 50px;
  }
  
  .whatsapp-icon {
    width: 26px;
    height: 26px;
  }

}



@media (max-width: 576px) {

    /* Our Section  */

    .services {
        padding: 60px 0;
    }

    .services-container {
        padding: 0 1rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-title {
        font-size: 16px;
        text-align: justify;
        line-height: 25px;
    }

    .service-card {
        padding: 1.5rem;
    }

    .service-title {
        font-size: 1.25rem;
    }

    /* Our Section Ends  */
    /* Installation Starts  */
    .work-process {
        padding: 60px 0;
    }

    .process-container {
        padding: 0 1rem;
    }

    .steps-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .process-title {
        font-size: 2rem;
    }

    .step-image-wrapper {
        width: 160px;
        height: 160px;
    }

    .step-title {
        font-size: 1.25rem;
    }

    /* Installation Ends  */
    /* Calculation  */
    .calculator-section {
        margin: 2rem 0;
    }

    .calculator-container {
        margin: 0 1rem;
    }

    .calculator-image {
        height: 250px;
    }

    .calculator-content {
        padding: 2rem 1.5rem;
    }

    .calculator-title {
        font-size: 2rem;
    }

    .calculator-description {
        font-size: 1rem;
    }

    .calculator-button {
        width: 100%;
        text-align: center;
        margin-top:10px;
    }

    /* Calculation Ends  */

    /* Footer Section  */
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 0.5rem;
    }

    /* Footer Section Ends */

    /* About Us Page Content */
    .about-content {
        padding: 60px 0;
    }

    .content-title {
        font-size: 1.75rem;
    }

    .content-description {
        font-size: 1rem;
    }

    .counter-wrapper {
        gap: 2rem;
    }

    .counter-number .number {
        font-size: 2rem;
    }

    .counter-number .plus {
        font-size: 1.25rem;
    }

    .counter-text {
        font-size: 0.9rem;
    }

    .page-header {
        height: 250px;
    }

    .page-title {
        font-size: 2rem;
    }

    .breadcrumb {
        font-size: 0.9rem;
    }

    /* About Us Section Ends  */

    /* Our Value  */

    .values-section {
        padding: 60px 0;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .values-title {
        font-size: 1.75rem;
    }

    .value-item {
        padding: 1.5rem;
    }

    .value-icon {
        width: 50px;
        height: 50px;
    }

    .value-icon i {
        font-size: 1.25rem;
    }

    .value-title {
        font-size: 1.1rem;
    }

    .value-description {
        font-size: 0.95rem;
    }

    /* Our Value Ends  */

    /* Testimonial Start  */
    .testimonial-title {
        font-size: 1.75rem;
    }

    .testimonial-content {
        padding: 2rem;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    /* Testimonial Ends  */

    /* Gallery Start  */
    .gallery-title {
        font-size: 1.75rem;
    }

    .gallery-wrapper {
        height: 500px;
    }

    .gallery-row {
        gap: 0.75rem;
    }

    .gallery-item {
        height: 150px;
    }

    /* Gallery Ends  */

    /* Call Now  */
    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-description {
        font-size: 0.95rem;
    }

    .cta-button {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }

    /* Call Now Ends  */

    /* Service Card  */
    .interior-works {
        padding: 60px 0;
    }

    .interior-title {
        font-size: 1.75rem;
    }

    .interior-description p {
        font-size: 1rem;
    }

    .interior-cta {
        width: 100%;
        text-align: center;
    }

    /* Service Card End  */
    /* Get in touch  */
    .contact-container {
        padding: 0 1rem;
    }
    
    .contact-info-grid {
        flex-direction: column;
        gap: 1rem;
    }
    
    .contact-item {
        width: 100%;
    }
    
    .contact-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    /* Get in touch ends  */


}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.25rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .btn-primary,
    .btn-secondary {
        display: block;
        text-align: center;
    }

    /* About us Section  */
    .about-company {
        padding: 40px 0;
    }

    .company-title {
        font-size: 2rem;
    }

    .company-description {
        font-size: 1rem;
    }

    .feature-text {
        font-size: 1rem;
    }

    .about-container {
        padding: 0 1rem;
    }

    /* About Us Ends  */

    /* About Us Hero  */
    .page-header {
        height: 250px;
    }

    .page-title {
        font-size: 2rem;
    }

    .breadcrumb {
        font-size: 0.9rem;
    }

    /* About Us Hero Ends  */
    
    .whatsapp-container {
    bottom: 12px;
    right: 12px;
  }
  
  .support-image {
    padding: 5px 8px;
    margin-bottom: 6px;
  }
  
  .support-text {
    font-size: 11px;
  }
  
  .whatsapp-btn {
    width: 45px;
    height: 45px;
  }
  
  .whatsapp-icon {
    width: 24px;
    height: 24px;
  }

}
