@media only screen and (min-width: 1366px) {
    .header__search--box {
        width: 662px;
    }
}


@media only screen and (min-width: 1200px) {
    .newsletter__subscribe--form {
        width: 650px;
    }
   
}
@media only screen and (max-width: 992px) {
    .key-feature-card {
        height: 200px;
    }
    .key-features {
        height: auto;
        background-size: cover;
    }
    .header__search--box {
        position: relative;
        width: 330px;
    }
   
}

@media (max-width: 768px) {
    .product__details--tab {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
        scrollbar-width: none; /* Hides scrollbar in Firefox */
    }

    /* Hide scrollbar for Webkit browsers (Chrome, Safari) */
    .product__details--tab::-webkit-scrollbar {
        display: none;
        height: 1px;
    }

    .product__details--tab__list {
        flex: 0 0 auto;
        padding: 10px 15px;
    }
    .key-features {
        background-image: url(../img/banner/bg-6.png);
        background-repeat: no-repeat;
        height: auto;
        background-size: cover;
        width: 100%;
        object-fit: 0 50%;
    }
    .footer__widget--desc {
        max-width: 100%;
    }
    .title-heading {
        font-family: 'Tactic-Sans-Medium';
        font-size: 40px;
        color: #ffffff;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 40px;
    }
    .section-heading-new {
        font-family: 'Tactic-Sans-Medium';
        font-size: 20px;
        color: #000000;
        margin-bottom: 0px;
        font-weight: 400;
    }
}

@media only screen and (min-width: 768px) {
    .newsletter__subscribe--form {
        width: 600px !important;
    }
}





@media only screen and (max-width: 576px) {
    .newsletter__subscribe--form {
        width: 100%;
    }
    .key-feature-card {
        height: auto;
    }
    .key-features {
        background-image: url(../img/banner/bg-7.png);
    }
    .section-padding{
        padding: 50px 20px;
    }
}

@media only screen and (min-width: 310px) and (max-width: 380px){

    .product-name{
        font-size: 11px !important;
        padding-top: 0px !important;
        line-height: 1.5rem !important;
    }
    .product__card p {
        font-size: 10px !important;
    }
    .send-enquiry-btn {
        font-size: .7rem !important;
        padding: 0px 5px;
    }
    .product__card--thumbnail__img {
        width: auto;
        height: 120px !important;
        margin: auto;
    }
    .product__card--img {
        height: 120px !important;
        overflow: hidden;
        margin: auto;
        border-radius: 10px 10px 0px 0px !important;
    }
    .section-padding {
        padding: 50px 0px;
    }
    .banner-img-section-2  .mySwiper {
        margin: 0px 20px !important;
      }
      .hero-link-btn a {
        padding: 5px 10px !important;
        font-size: 12px !important;
      }
    
}
@media only screen and (min-width: 380px) and (max-width: 479px){

    .product-name{
        font-size: 12px !important;
        padding-top: 0px !important;
        line-height: 2rem !important;
    }
    .product__card p {
        font-size: 11px !important;
    }
    .send-enquiry-btn {
        font-size: 1rem !important;
        padding: 0px 5px;
    }
    .product__card--thumbnail__img {
        width: auto;
        height: 150px !important;
        margin: auto;
    }
    .product__card--img {
        height: 150px !important;
        overflow: hidden;
        margin: auto;
        border-radius: 10px 10px 0px 0px !important;
    }
    .section-padding {
        padding: 50px 0px;
    }
    .banner-img-section-2 .mySwiper {
        padding: 0px 40px;
      }
      .hero-link-btn a {
        padding: 5px 10px !important;
        font-size: 13px !important;
      }
    
}
@media only screen and (max-width: 310px) {
    .col-6{
        width: 100%;
    }

    .main__footer .col-6{
        width: 50%;
    }
    .footer-heading {
        font-size: 16px;
    }
    .work-card .card-body {
       display: flex;
       gap: 10px;
    }
    .key-feature-card .card-body {
        display: flex;
        gap: 10px;
        align-items: center;

     }
     .header__menu--link {
        padding: 5px 10px;
    }
    .key-name {
        font-size: 16px;
      
    }
    .key-description {
        font-size: 12px;
    }
    .hero-link-btn{
        display: block !important;
        margin-bottom: 10px;
    }

   
}

