@media(max-width:1500px) {}

@media(max-width:1400px) {}

@media(max-width:1200px) {}

@media(max-width:1069px) {
 header .headermn {
        padding: 5px 0px;
    }

    header .headermn .navbar .navbar-brand {
        width: 8%;
    }
}


        @media (max-width: 968px) {
            #about-section .content-wrapper {
                       grid-template-columns: 1fr;
        gap: 0px;
            }

            #about-section .about-image {
                height: 400px;
            }

            #about-section .title {
                font-size: 2.2rem;
            }

        }

      

@media(max-width:992px) {
      #ac-type .ac-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #ac-brands .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
}





@media(max-width:768px) {
    
     #hero {
        min-height: 520px;
        background-position: center top; /* AC center top me aa jayega */
    }
#myHeader .header-bottom .book-btn a {
    font-size: 12px;
    padding: 6px 3px;
}
#hero .hero-content h1 {
        font-size: 34px;
    }

    #hero .hero-btn {
        font-size: 18px;
        padding: 12px 22px;
    }

     #why-wellweather .why-title {
        font-size: 32px;
    }

    #why-wellweather .why-card {
        width: 45%;
    }
      #solution-section .solution-grid {
    grid-template-columns: 1fr;
  }

  #solution-section .solution-title {
    font-size: 32px;
  }
  
  #our-stores .location-labels {
    grid-template-columns: 1fr;
  }

  #our-stores .store-row {
    grid-template-columns: 1fr;   /* cards ek ke niche ek */
  }

  #our-stores .store-main-title {
    font-size: 30px;
  }

  #our-stores .location-label {
    font-size: 20px;
  }
  #our-stores .store-card {
    height:auto;
}

}

  @media (max-width: 600px) {
            #about-section {
        padding: 50px 0px 10px 0px;
    }
            #about-section .title {
                font-size: 1.8rem;
            }

            #about-section .about-image {
                height: 300px;
            }
        }

@media(max-width:643px) {}

@media(max-width:576px) {
     #ac-type .ac-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:480px) {
    header #myHeader {
        display: none;
    }

    header .header-nav {
        display: block;
    }
    .header-nav .offcanvas{width: 300px;}

    header .header-top ul .links {
        display: none;
    }

    header .top-menu li a {
        color: #fff;
        font-size: 12px;
    }
    #ac-brands .brand-grid {
        grid-template-columns: 1fr;
    }

    #ac-brands .brand-title {
        font-size: 32px;
    }
    #store-section .store-grid{
        grid-template-columns:repeat(2,1fr);gap:10px
    }
    #about-section .heading {
        margin-bottom: 10px;
    }
    #ac-type .call-btn {
        padding: 10px 10px; 
        font-size: 20px;
    }
    #about-section .text-content {
        padding: 20px 0;
    }
    #about-section .description {
        margin-bottom: 10px;
    }
    #call-to-action .cta-btn {
        padding: 8px 10px;}
        .footer-copyright-text img {
        width: 215px;
    }
}

@media(max-width:400px) {}

@media(max-width:359px) {}