@media (max-width: 767px) {
    
}

@media (max-width: 500px) {
    #mobile-onp-logo {
        
        float: right;
    }

    .mpdropdown {
        list-style: none;
        padding-left: 15px;
        display: none;
        background: #094060;
    }

    li.has-mpdropdown.mpChild1 {
        padding: 5px 15px;
    }

    button.modal-close{
        right: unset;
        left: 12px;
    }

    .featured-prods-title{
        display: block !important;
    }

    .main-seo{
        display: block !important;
    }

    .mpH2{
        font-size: 10px;
    }
}


/*popup css start */
.mp-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.mpCallingPopup {
    background: #fff;
    width: 400px;
    max-width: 92%;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    animation: popupFade .3s ease;
}

.mpCallingPopup h2 {
    margin-bottom: 8px;
    font-size: 22px;
}

.mpCallingPopup p {
    font-size: 14px;
    color: #555;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
}

.mpCallingButton {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.btn {
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-primary {
    background: #2563eb;
}

.btn-whatsapp {
    background: #25D366;
}

@keyframes popupFade {
    from { opacity: 0; transform: scale(.92); }
    to   { opacity: 1; transform: scale(1); }
}

.mpCallingButton i{
font-size: 25px;
font-weight: 600;
}
/*popup css end */



.mpCarousel span.fa{
    font-size:25px;
}



/*floating social start*/
.floating-social {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-social a {
    width: 46px;
    height: 46px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 6px 14px rgba(0,0,0,.25);
    transition: transform .25s ease, background .25s ease;
}

.floating-social a:hover {
    transform: scale(1.12);
}

/* Brand Colors */
.floating-social a:nth-child(1) { background:#000; } /* Facebook */
.floating-social a:nth-child(2) { background:#000; }    /* X */
.floating-social a:nth-child(3) { background:#000; } /* YouTube */
.floating-social a:nth-child(4) { background:#000; } /* LinkedIn */
.floating-social a:nth-child(5) { background:#000; } /* Pinterest */
.floating-social a:nth-child(6) { background:#000; } /* Call */
.floating-social a.whatsapp    { background:#000; } /* WhatsApp */


/* .floating-social a:nth-child(1) { background:#1877F2; } Facebook */
/* .floating-social a:nth-child(2) { background:#000; }    X */
/* .floating-social a:nth-child(3) { background:#FF0000; } YouTube */
/* .floating-social a:nth-child(4) { background:#0A66C2; } LinkedIn */
/* .floating-social a:nth-child(5) { background:#E60023; } Pinterest */
/* .floating-social a:nth-child(6) { background:#2563eb; } Call */
/* .floating-social a.whatsapp    { background:#25D366; } WhatsApp */

/* Call animation */
.animate-call {
    animation: ring 1.2s infinite;
}

@keyframes ring {
    0% { transform: rotate(0); }
    15% { transform: rotate(15deg); }
    30% { transform: rotate(-15deg); }
    45% { transform: rotate(10deg); }
    60% { transform: rotate(-10deg); }
    100% { transform: rotate(0); }
}

/*floating social end*/