

/*=================================
🔥 BRANDS SLIDER (Footer Continuous Marquee)
===================================*/
.brands-carousel .owl-stage {
    display: flex;
    width: max-content;
    animation: brandScroll 100s linear infinite;
    will-change: transform; /* performance boost */
}
@keyframes brandScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
/* Pause on hover */
.brands-carousel:hover .owl-stage {
    animation-play-state: paused;
}

/*=================================
💳 PAYMENT & CHECKOUT
===================================*/
/* Bank account holder ka naam chhupane ke liye */
.wc-bacs-bank-details-account-name { display: none !important; }

/* COD image responsive fix */
.payment_box.payment_method_cod .bf-cod-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    min-height: unset !important;
    object-fit: contain !important;
    margin: 0 auto 10px;
}

/* WhatsApp order button spacing */
button.wa-order-button.single_add_to_cart_button.button.alt {
    margin: 10px !important;
}

/*=================================
📄 PRODUCT DESCRIPTION (Read More)
===================================*/
/* Collapsed state */
.daraz-desc-wrapper {
    position: relative;
    max-height: 260px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
/* Expanded state */
.daraz-desc-wrapper.expanded {
    max-height: none;
}
/* Fade effect */
.daraz-desc-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}
/* Remove fade when expanded */
.daraz-desc-wrapper.expanded::after { display: none; }

/* Read More button */
.daraz-view-btn {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 14px 32px;
    background-color: #f62425;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 4px 0 #ab0c0d, 0 6px 10px rgba(0,0,0,0.4);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
/* Hover */
.daraz-view-btn:hover {
    background-color: #be0007;
    transform: translateY(-1px);
    box-shadow: 0 5px 0 #910006, 0 8px 15px rgba(0,0,0,0.5);
}
/* Click */
.daraz-view-btn:active {
    background-color: #222;
    transform: translateY(3px);
    box-shadow: 0 1px 0 #000;
    color: #eee;
}

/*=================================
📢 HEADER MARQUEE
===================================*/
.baba-marquee-wrap {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 1px 0;
}
.baba-marquee {
    display: inline-block;
    white-space: nowrap;
    animation: babaScroll 18s linear infinite;
}
.baba-marquee span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
@keyframes babaScroll {
    0% { transform: translateX(80%); }
    100% { transform: translateX(-80%); }
}

/*=================================
🧱 WPBAKERY CATEGORY GRID
===================================*/
/* Grid spacing */
.vc_row {
    display: flex;
    flex-wrap: wrap;
}

/* Card */
.new-cat-class {
    padding: 8px;
}


.new-cat-class .vc_column-inner {
  
    overflow: hidden;
    text-align: center;
 
}



/* Hover effect */


/* Image full size */
.new-cat-class img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

/* Image zoom on hover */
.new-cat-class:hover img {
    transform: scale(1.05);
}

/* Title */
.new-cat-class h3 {
    font-size: 14px;
    margin: 10px 0 5px;
}

/* Button */
.new-cat-class a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
   
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
}

/* Mobile fix: 2 per row */
@media (max-width: 767px) {
    .new-cat-class {
        width: 50% !important;
    }
}






/* === Custom vc_column-inner clone (no spacing) === */
.my-vc-column-inner {
    margin: 0 !important;              /* bahar ka gap remove */
    padding: 0 !important;             /* andar ka gap remove */
    border: none;                      /* koi extra border ho to remove */
    background: transparent;           /* clean background */
}

/* WPBakery structure support */
.my-vc-column-inner .wpb_wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

/* Agar andar aur nested elements ho */
.my-vc-column-inner * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}




/* === Custom vc_column-inner clone (no spacing) === */
.vc-column-inner {
    margin: 0 !important;              /* bahar ka gap remove */
    padding: 0 !important;             /* andar ka gap remove */
    border: none;                      /* koi extra border ho to remove */
    background: transparent;           /* clean background */
}

/* WPBakery structure support */
.vc-column-inner {
    margin: 0 !important;
    padding: 0 !important;
}

/* Agar andar aur nested elements ho */
.vc_column-inner * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}










🧱 WPBAKERY CATEGORY GRID
===================================*/
/* Grid spacing */
.vc_row {
    display: flex;
    flex-wrap: wrap;
}

/* Card */
.new-cat-class {
    padding: 8px;
}


.new-cat-class .vc_column-inner {
  
    overflow: hidden;
    text-align: center;
 
}



/* Hover effect */


/* Image full size */
.footer-baba img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

/* Image zoom on hover */
.footer-baba:hover img {
    transform: scale(1.05);
}

/* Title */
.footer-baba h3 {
    font-size: 14px;
    margin: 10px 0 5px;
}

/* Button */
.footer-baba a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
   
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
}

/* Mobile fix: 2 per row */
@media (max-width: 767px) {
    .new-cat-class {
        width: 50% !important;
    }
}




/* ==============================
   DESKTOP FOOTER ONLY (768px+)
============================== */
@media (min-width: 768px) {
	
	

	
	

    .footer-bottom-widgets {
        background: linear-gradient(180deg, #7c0000, #8f0005, #7c0000);
        border-top: 1px solid rgba(0,0,0,0.2);
        color: #fff;
        padding: 10px 0 20px;
    }

    .copyright-bar {
        background: linear-gradient(180deg, #8f0005, #7c0000);
        border-top: 1px solid rgba(0,0,0,0.2);
        color: #fff;
        padding: 10px 0;
    }

    .copyright-bar a:hover { 
        color: #000; 
    }

    /* Footer menu buttons */
    .footer-bottom-widgets .widget_nav_menu a {
        display: inline-block;
        padding: 8px 14px;
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        border: 1px solid rgba(255,255,255,0.3);
        background: linear-gradient(180deg, #a00005, #7c0000);
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        transition: all 0.3s ease;
    }

    .footer-bottom-widgets .widget_nav_menu a:hover {
        background: linear-gradient(180deg, #c00006, #900000);
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 6px 16px rgba(0,0,0,0.4);
    }

}


/* ==============================
   DESKTOP FOOTER Social Icons ONLY (768px+)
============================== */
/* ==============================
   SOCIAL ICONS (ALL DEVICES)
============================== */

.footer-social ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.footer-social li {
    display: inline-block;
}

/* Icon Images */
.footer-social img {
    width: 40px;
    height: auto;
    transition: all 0.3s ease;
}

/* Hover Effect (smooth, no layout break) */
.footer-social img:hover {
    transform: scale(1.2);
}




/* Hide default (font awesome) social icons on mobile */
@media (max-width: 767px) {
    .footer-social-icons {
        display: none !important;
    }
}


/* ==============================
   MOBILE FOOTER ONLY (0–767px)
============================== */
@media (max-width: 767px) {

	
	
	
    .site-footer {
        background: linear-gradient(135deg, #111, #cc090f);
        padding: 10px 10px;
        border-top: 3px solid #cc090f;
        box-shadow: 0 -5px 20px rgba(0,0,0,0.4);
			font-size: 14px;

    }

    .site-footer,
    .site-footer p,
    .site-footer a {
        
        font-size: 14px;
			
			
    }


/* ==============================
   MOBILE FOOTER MENU BUTTONS FIX
============================== */
@media (max-width: 767px) {

	
	.handheld-footer
	
	{     background: #cc090f;
    }
    .site-footer .widget_nav_menu a {
        display: block;
        padding: 10px;
        margin: 6px 0;
        border-radius: 6px;

        background: #cc090f;
        color: #fff !important;   /* 🔥 FIX: force white text */

        text-align: center;
        text-decoration: none;

        border: 2px solid rgba(255,255,255,0.3);
        box-shadow: none;

        transition: all 0.3s ease;
    }

    /* Hover */
    .site-footer .widget_nav_menu a:hover {
        background: linear-gradient(180deg, #c00006, #900000);
        color: #fff !important;   /* 🔥 keep white on hover */

        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    }

}
	









/* Mobile Logo */

.mobile-header-v1 .header-logo {
    position: auto;
    text-align: center;
    width: auto;
    z-index: 9;
}

.mobile-header-v1 .img-header-logo {
    width: 100px !important;
    max-width: none !important;
    height: auto !important;
}

.mobile-header-v1 {
    position: relative;
}