/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
    .product-thumbnail {
        height: 300px;
    }

}




@media (min-width: 1200px) and (max-width: 1300px) {
    .product-thumbnail {
        height: 280px;
    }
    .choose-card {
        padding: 0;
    }
    .about-content p {
        font-size: 16px;
    }
    .section-title p {
        font-size: 16px;
    }
    .section-title h2 {
        font-size: 36px;
    }
    .contact-page-area {
        height: calc(100vh - 155.5px);
    }
    .contact-wrapper {
        padding: 30px;
    }
    
}







/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .product-thumbnail {
        height: 230px;
    }
    .choose-card {
        padding: 0;
    }
    .about-content p {
        font-size: 16px;
    }
    .section-title p {
        font-size: 16px;
    }
    .section-title h2 {
        font-size: 36px;
    }
    .mainmenu-wrap ul li a {
        padding: 22px 20px;
        font-size: 16px;
    }
    .hero-content h2 {
        font-size: 70px;
    }
    .hero-content p {
        font-size: 18px;
    }
    .hero-btn a {
        font-size: 16px;
    }
    .hero-area {
        height: 600px;
    }
    .product-content {
        padding: 20px 16px;
    }
    .product-content h3 {
        font-size: 20px;
    }
    .product-content p {
        font-size: 14px;
    }
    .product-price h4 {
        font-size: 18px;
    }
    .product-price h4 sub {
        font-size: 12px;
    }
    .cart-btn a {
        padding: 8px 16px;
        font-size: 14px;
    }
    .choose-card p {
        font-size: 14px;
    }
    .gallery .item {
        border-radius: 8px;
        height: 180px;
    }
    .item1 {
        grid-row: span 2;
        height: 380px !important;
    }
    .about-content h2 {
        font-size: 36px;
    }
    .contact-page-area {
        height: calc(100vh - 155.5px);
    }
    .contact-wrapper {
        padding: 30px 24px;
    }


}
 






/* Tab Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .header-logo h2 {
        font-size: 22px;
    }
    .mainmenu-wrap ul li a {
        padding: 20px 16px;
        font-size: 14px;
    }
    .header-btn a {
        padding: 8px 22px;
        font-size: 14px;
    }
    .mainmenu-wrap ul {
        gap: 0 15px;
    }
    .hero-area {
        height: 560px;
        padding: 20px !important;
    }
    .hero-content h2 {
        font-size: 54px;
    }
    .hero-content p {
        font-size: 17px;
    }
    .hero-btn a {
        font-size: 15px;
    }
    .accent-btn {
        padding: 12px 30px;
    }
    .secondary-btn {
        padding: 12px 30px;
    }
    section{
        padding: 80px 0 !important;
    }
    .section-title h2 {
        font-size: 36px;
    }
    .section-title  p{
        font-size: 16px;
    }
    .product-thumbnail {
        height: 260px;
    }
    .product-content {
        padding: 22px 16px;
    }
    .product-content h3 {
        font-size: 18px;
    }
    .product-content p {
        font-size: 14px;
    }
    .product-price h4 {
        font-size: 16px;
    }
    .product-price h4 sub {
        font-size: 11px;
    }
    .product-price span {
        font-size: 12px;
    }
    .cart-btn a {
        padding: 8px 16px;
        font-size: 14px;
    }
    .choose-card {
        text-align: center;
        padding: 0;
    }
    .choose-card h4 {
        font-size: 16px;
    }
    .choose-card p {
        font-size: 13px;
    }
    .container{
        max-width: 760px;
    }
    .about-content p {
        font-size: 16px;
    }
    .about-content {
        margin-bottom: 40px;
        text-align: center;
    }
    footer {
        padding: 24px 0;
    }
    .footer-logo h2 {
        font-size: 22px;
    }
    .contact-page-area {
        height: calc(100vh - 140px);
    }
    .header-logo img {
        width: 160px;
    }
.container {
    max-width: 880px;
}
.contact-wrapper {
    padding: 25px;
}

}





/* SM Small Device :320px. */
@media only screen and (max-width: 767px) {
    .header-right {
        display: block;
        position: fixed;
        right: -100%;
        width: 320px;
        background: var(--secondary-color);
        z-index: 999;
        height: 100%;
        top: 0;
        transition: .3s;
        padding: 24px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        padding-top: 80px;
        opacity: 0;
        visibility: hidden;
    }
    header{
        padding: 18px 0;
    }
    .mainmenu-wrap ul {
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }
    .mainmenu-wrap ul li {
        display: block;
        width: 100%;
    }
    .mainmenu-wrap ul li a {
        padding: 16px 20px;
        font-size: 16px;
        width: 100%;
        background-color: transparent !important;
        border: none !important;
        padding-left: 0 !important;
    }
    .hero-content h2 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .hero-content p {
        font-size: 15px;
        line-height: 180%;
    }
    .hero-content p br{
        display: none;
    }
    .hero-btn a {
        font-size: 14px;
    }
    .accent-btn {
        padding: 10px 24px;
    }
    .secondary-btn {
        padding: 10px 28px;
    }
  
    section {
        padding: 60px 0 !important;
    }
    .hero-area {
        padding: 140px 0 !important;
        height: auto;
    }
    .section-title h2 {
        font-size: 28px;
        line-height: 110%;
    }
    .section-title p {
        font-size: 14px;
    }
    .section-title {
        margin-bottom: 40px;
    }
    .product-content {
        padding: 24px 20px;
    }
    .product-thumbnail {
        height: auto;
    }
    .product-content h3 {
        font-size: 20px;
    }
    .all-product-card {
        height: 280px;
        width: 100%;
        background: #fff;
    }
    .choose-card p {
        font-size: 14px;
    }
    .choose-card {
        padding: 0 15px;
        max-width: 340px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    section.why-us-area {
        padding-bottom: 40px !important;
    }
    .all-product-card h4 {
        font-size: 16px;
    }
    .gallery {
      display: grid;
      grid-template-columns: 1fr 1fr; /* 2 items per row */
      gap: 15px;
    }
  
    /* item1 full width */
    .item1 {
      grid-column: 1 / -1;
      height: auto; /* natural image height */
    }
  
    .item1 img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  
    /* other items same height */
    .item2,
    .item3,
    .item4,
    .item5 {
      height: 180px;
    }
  
    /* center content of item5 */
    .item5 {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
  
    /* reset any desktop grid positioning */
    .item2, .item3, .item4, .item5 {
      grid-column: auto;
      grid-row: auto;
    }
    .item1 {
        grid-row: span 2;
        height: 440px !important;
    }
    .all-product-card a img {
        width: 28px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .item.item1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-content h2 {
        font-size: 30px;
    }
    .about-content p {
        font-size: 14px;
    }
    .about-area .row{
        flex-direction: column-reverse;
    }
    .about-content{
        margin-top: 40px;
    }
    footer {
        padding: 20px 0;
        text-align: center;
    }
    .copyright-text {
        text-align: center;
        margin-top: 15px;
    }
    .submit-btn button {
        font-size: 14px !important;
        padding: 10px 30px;
    }
    .header-logo h2 {
        font-size: 22px;
    }
    .menu_trigger {
        cursor: pointer;
        display: inline-block;
    }
    
    .menu_trigger img {
        width: 22px;
    }
    .header-right.active {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .menu_close {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        left: 24px;
        top: 20px;
    }
    .menu_close img {
        width: 20px;
    }
    .contact-page-area {
        height: auto;
        padding: 50px 0 !important;
    }
    .single-field {
        margin-bottom: 18px;
    }
    .single-field textarea {
        height: 100px;
        font-size: 13px;
    }
    .single-field label {
        margin-bottom: 8px;
        font-size: 13px;
    }
    .single-field input {
        height: 40px;
        padding: 6px 16px;
        font-size: 13px;
    }
    .footer-logo h2 {
        font-size: 20px;
    }
    .copyright-text p {
        font-size: 13px;
    }
    .copyright-text {
        margin-top: 10px;
    }
    footer {
        padding: 16px 0;
    }
    .header-logo img {
        width: 160px;
    }
    .footer-logo {
        margin-bottom: 10px;
    }
    .contact-wrapper {
        padding: 20px;
        border-radius: 16px;
    }
    .contact-info {
    margin-top: 20px;
}
.card-text h4 {
    font-size: 18px;
}
.contact-card {
    padding: 20px;
    border-radius: 20px;
    gap: 0 16px;
}
.direct-contact {
    border-radius: 16px;
    padding: 20px;
}
.direct-contact a {
    padding: 16px;
}

}










/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

  
    
    
 
}