/* =========================================
   MOBILE NAVIGATION
========================================= */

.mobile-nav{
    display: none;
}

#mobile-menu-toggle{
    display: none;
}

@media(max-width:991px){

    body{
        padding-top: 50px;
    }

    /* HIDE DESKTOP NAV */

    .top-header,
    .sticky-navbar,
    .main-navbar .container{
        display: none !important;
    }

    /* MOBILE NAV */

    .mobile-nav{

        width: 100%;

        height: 80px;

        background: #ffffff;

        position: fixed;

        top: 0;
        left: 0;

        z-index: 999999;

        display: flex;

        align-items: center;

        justify-content: space-between;

        padding: 0 20px;

        box-shadow: 0 2px 15px rgba(0,0,0,0.08);

    }

    /* LOGO */

    .mobile-logo img{

        height: 48px;

        width: auto;

        display: block;

    }

    /* HAMBURGER */

    .mobile-menu-btn{

        width: 48px;

        height: 48px;

        background: #0b1f3a;

        border-radius: 10px;

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: center;

        gap: 5px;

        cursor: pointer;

    }

    .mobile-menu-btn span{

        width: 22px;

        height: 2px;

        background: #fff;

        border-radius: 10px;

        transition: 0.3s;

    }

    /* MENU */

    .mobile-menu{

        position: fixed;

        top: 80px;

        left: -100%;

        width: 100%;

        height: calc(100vh - 80px);

        background: #ffffff;

        padding: 30px 25px;

        transition: 0.4s ease;

        display: flex;

        flex-direction: column;

        gap: 22px;

        z-index: 99999;

    }

    /* ACTIVE MENU */

    #mobile-menu-toggle:checked ~ .mobile-menu{

        left: 0;

    }

    /* MENU LINKS */

    .mobile-menu a{

        text-decoration: none;

        color: #111111;

        font-size: 18px;

        font-weight: 600;

        border-bottom: 1px solid #eeeeee;

        padding-bottom: 14px;

    }

    /* BUTTON */

    .mobile-quote-btn{

        background: #0b1f3a;

        color: #fff !important;

        text-align: center;

        padding: 14px 20px !important;

        border-radius: 10px;

        border: none !important;

        margin-top: 10px;

    }

    /* HERO FIX */

    .hero-section{

        padding-top: 0 !important;

    }

    .hero-content{

        padding-top: 30px;

    }

    .hero-title{

        font-size: 58px !important;

        line-height: 1.15;

    }

    .hero-text{

        font-size: 17px;

    }

    .hero-product-slider{

        margin-top: 40px;

    }

}

/* HAMBURGER ICON IMPROVE */

.mobile-menu-btn{

    width: 52px;

    height: 52px;

    background: #071a33;

    border-radius: 12px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.15);

}

.mobile-menu-btn span{

    width: 24px;

    height: 3px;

    background: #ffffff;

    border-radius: 20px;

}

/* HOVER EFFECT */

.mobile-menu-btn:active{

    transform: scale(0.96);

}


/* =========================================
   MOBILE HERO RESPONSIVE FIX
========================================= */

@media(max-width:991px){

    .hero-section{

        padding-top: 0 !important;

        min-height: auto !important;

    }

    .hero-section .container{

        padding-left: 20px;
        padding-right: 20px;

    }

    .hero-section .row{

        min-height: auto !important;

        padding-top: 25px;
        padding-bottom: 40px;

    }

    .hero-content{

        padding-top: 10px;

        text-align: left;

        position: relative;

        z-index: 5;

    }

    /* SMALL RED TEXT */

    .hero-subtitle{

        font-size: 11px !important;

        line-height: 1.7;

        letter-spacing: 2px;

        display: block;

        margin-bottom: 16px;

    }

    /* MAIN TITLE */

    .hero-title{

        font-size: 46px !important;

        line-height: 1.08 !important;

        font-weight: 800;

        margin-bottom: 18px;

        max-width: 100%;

        word-break: break-word;

    }

    .hero-title span{

        display: block;

        margin-top: 5px;

    }

    /* PARAGRAPH */

    .hero-text{

        font-size: 15px !important;

        line-height: 1.9 !important;

        max-width: 100%;

        margin-bottom: 28px;

        color: #f1f1f1;

    }

    /* BUTTON */

    .hero-btns{

        display: flex;

        justify-content: flex-start;

    }

    .hero-btn{

        padding: 16px 32px !important;

        font-size: 15px !important;

        border-radius: 12px;

    }

    /* PRODUCT IMAGE */

    .hero-product-slider{

        margin-top: 35px;

        display: flex;

        justify-content: center;

        align-items: center;

    }

    .hero-product-slider img{

        width: 88% !important;

        max-width: 320px;

        height: auto;

        object-fit: contain;

    }

}


/* =========================================
   MOBILE FOOTER RESPONSIVE
========================================= */

@media(max-width:991px){

    .footer-section{

        padding-top: 60px;

        padding-bottom: 0;

        text-align: center;

    }

    /* LOGO */

    /* FOOTER LOGO FIX */

.footer-logo{

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 24px;

}

.footer-logo img{

    width: 210px;

    max-width: 100%;

    height: auto;

    object-fit: contain;

}

/* ABOUT TEXT */

.footer-about{

    max-width: 280px;

    margin: 0 auto 35px;

    font-size: 15px;

    line-height: 2;

    text-align: center;

    color: #ffffff;

}

.footer-section{

    padding-top: 70px;

}

    /* TITLES */

    .footer-title{

        font-size: 30px;

        margin-bottom: 22px;

    }

    /* LINKS */

    .footer-links{

        padding: 0;

        margin: 0 0 35px;

        list-style: none;

    }

    .footer-links li{

        margin-bottom: 14px;

    }

    .footer-links li a{

        font-size: 15px;

        line-height: 1.7;

    }

    /* CONTACT */

    .footer-contact{

        margin-top: 10px;

    }

    .footer-contact p{

        font-size: 15px;

        line-height: 1.9;

        margin-bottom: 16px;

        justify-content: center;

        display: flex;

        flex-wrap: wrap;

        gap: 8px;

    }

    .footer-contact i{

        margin-top: 5px;

    }

    /* MAP */

    .footer-map{

        margin-top: 25px;

        border-radius: 14px;

        overflow: hidden;

    }

    .footer-map iframe{

        width: 100%;

        height: 220px;

        border: 0;

    }

    /* COPYRIGHT */

    .footer-bottom{

        margin-top: 40px;

        padding: 18px 15px;

    }

    .footer-bottom p{

        font-size: 13px;

        line-height: 1.7;

        margin: 0;

    }

}

/* =========================================
   CONTACT PAGE MOBILE RESPONSIVE FIX
========================================= */

@media(max-width:991px){

    /* SECTION SPACING */

    .main-contact-section{

        padding: 50px 0;

    }

    .main-contact-section .container{

        padding-left: 18px;
        padding-right: 18px;

    }

    /* FORM BOX */

    .contact-form-box{

        padding: 28px 22px !important;

        border-radius: 18px;

    }

    .contact-form-box h2{

        font-size: 28px !important;

        line-height: 1.3;

        margin-bottom: 24px;

        text-align: center;

    }

    /* INPUTS */

    .contact-form-box input,
    .contact-form-box textarea{

        width: 100%;

        font-size: 15px;

        padding: 15px 18px;

        border-radius: 12px;

    }

    .contact-form-box textarea{

        min-height: 160px;

    }

    /* BUTTON */

    .contact-submit-btn{

        width: 100%;

        padding: 15px 20px;

        font-size: 15px;

        border-radius: 12px;

    }

    /* CONTACT DETAILS BOX */

    .contact-details-box{

        padding: 30px 22px !important;

        border-radius: 20px;

        margin-top: 10px;

    }

    .contact-details-box h2{

        font-size: 30px !important;

        line-height: 1.3;

        margin-bottom: 30px;

        text-align: center;

    }

    /* EACH ITEM */

    .contact-detail-item{

        display: flex;

        align-items: flex-start;

        gap: 16px;

        margin-bottom: 28px;

    }

    /* ICON */

    .contact-detail-item i{

        width: 52px;

        height: 52px;

        min-width: 52px;

        border-radius: 50%;

        background: #ff1212;

        color: #ffffff;

        display: flex;

        align-items: center;

        justify-content: center;

        font-size: 18px;

        margin-top: 2px;

    }

    /* TEXT AREA */

    .contact-detail-item div{

        flex: 1;

        min-width: 0;

    }

    /* HEADING */

    .contact-detail-item h4{

        font-size: 20px !important;

        line-height: 1.4;

        margin-bottom: 8px;

        color: #071a33;

    }

    /* EMAIL / PHONE */

    .contact-detail-item a{

        font-size: 14px !important;

        line-height: 1.8;

        color: #555;

        word-break: break-word;

        overflow-wrap: break-word;

    }

    /* ADDRESS / SUPPORT */

    .contact-detail-item p{

        font-size: 14px !important;

        line-height: 2;

        margin: 0;

        color: #555;

        word-break: break-word;

        overflow-wrap: break-word;

    }

    /* HERO SECTION */

    .contact-hero-section{

        padding-top: 120px !important;
        padding-bottom: 70px !important;

    }

    .contact-hero-content h1{

        font-size: 38px !important;

        line-height: 1.2;

    }

    .contact-hero-content p{

        font-size: 15px;

        line-height: 1.9;

    }

    /* CTA SECTION */

    .contact-cta-box{

        padding: 35px 25px !important;

        border-radius: 20px;

        text-align: center;

    }

    .contact-cta-box h2{

        font-size: 32px !important;

        line-height: 1.3;

    }

    .contact-cta-box p{

        font-size: 15px;

        line-height: 1.9;

    }

    .contact-cta-btns{

        display: flex;

        flex-direction: column;

        gap: 15px;

    }

    .contact-cta-btns a{

        width: 100%;

        text-align: center;

    }

}

@media (max-width: 768px) {

    .product-gallery {
        margin-bottom: 20px;
    }

    .main-product-image {
        height: 320px !important;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-product-image img {
        width: 100%;
        max-width: 240px;
        height: auto;
        object-fit: contain;
    }

    .product-thumbnails {
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .thumb-item {
        width: 70px;
        height: 70px;
        padding: 8px;
    }

    .thumb-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

}


