/* ===== LOMUS BULK BANNER SECTION ===== */
.lomus-bulk-section {
    background: linear-gradient(135deg, #0a2540 0%, #1a4a6e 60%, #0d3b5e 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.lomus-bulk-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
    border-radius: 50%;
}

.lomus-bulk-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
    border-radius: 50%;
}

/* Left Content */
.bulk-left {
    padding-right: 40px;
}

.bulk-tag {
    display: inline-block;
    background: rgba(212,175,55,0.15);
    border: 1px solid rgba(212,175,55,0.4);
    color: #d4af37;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.bulk-heading {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
}

.bulk-heading span {
    color: #d4af37;
}

.bulk-desc {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 420px;
}

.bulk-cta-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-bulk-primary {
    display: inline-block;
    background: #d4af37;
    color: #0a2540;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-bulk-primary:hover {
    background: #c49e28;
    color: #0a2540;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212,175,55,0.35);
}

.btn-bulk-secondary {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.4);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-bulk-secondary:hover {
    border-color: #ffffff;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    text-decoration: none;
}

/* Right Stats */
.bulk-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.bulk-stat-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-left: 3px solid #d4af37;
    border-radius: 6px;
    padding: 18px 22px;
    transition: background 0.3s ease;
}

.bulk-stat-card:hover {
    background: rgba(255,255,255,0.09);
}

.bulk-stat-icon {
    width: 44px;
    height: 44px;
    background: rgba(212,175,55,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bulk-stat-icon i {
    font-size: 18px;
    color: #d4af37;
}

.bulk-stat-info {
    flex: 1;
}

.bulk-stat-value {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 4px;
}

.bulk-stat-label {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Divider line */
.bulk-divider {
    width: 1px;
    background: rgba(255,255,255,0.1);
    align-self: stretch;
    margin: 0 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .bulk-left {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    .bulk-desc {
        max-width: 100%;
    }
    .bulk-cta-wrap {
        justify-content: center;
    }
    .bulk-heading {
        font-size: 28px;
    }
    .bulk-divider {
        display: none;
    }
}

@media (max-width: 575px) {
    .lomus-bulk-section {
        padding: 50px 0;
    }
    .bulk-heading {
        font-size: 24px;
    }
    .btn-bulk-primary,
    .btn-bulk-secondary {
        width: 100%;
        text-align: center;
    }
}

/* ===== LOMUS FOOTER CUSTOM STYLES ===== */

/* WhatsApp Enquiry Strip */
.lomus-wa-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #25D366;
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 40px;
    gap: 20px;
    flex-wrap: wrap;
}

.wa-strip-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wa-strip-icon {
    font-size: 40px;
    color: #fff;
    line-height: 1;
}

.wa-strip-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.wa-strip-text span {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
}

.btn-wa-enquire {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #25D366;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-wa-enquire:hover {
    background: #f0fff4;
    color: #1ebe5d;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.btn-wa-enquire i {
    font-size: 18px;
}

/* Footer About Text */
.footer-about {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    margin-top: 12px;
    max-width: 260px;
}

/* WhatsApp link in footer links */
.f-link-ul-li a i.fa-whatsapp {
    color: #25D366;
    margin-right: 5px;
}

/* WhatsApp Floating Button */
.lomus-wa-float {
    position: fixed;
    bottom: 30px;
    right: 24px;
    width: 54px;
    height: 54px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    z-index: 9999;
    box-shadow: 0 4px 16px rgba(37,211,102,0.45);
    text-decoration: none;
    transition: all 0.3s ease;
}

.lomus-wa-float:hover {
    background: #1ebe5d;
    color: #fff;
    transform: scale(1.1);
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(37,211,102,0.55);
}

/* Quick View - WhatsApp button override */
.quick-cart[style*="25D366"] {
    background: #25D366 !important;
    border-color: #25D366 !important;
}

.quick-whatsapp-note {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

/* Responsive */
@media (max-width: 767px) {
    .lomus-wa-strip {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .wa-strip-content {
        flex-direction: column;
        text-align: center;
    }
    .btn-wa-enquire {
        width: 100%;
        justify-content: center;
    }
    .footer-about {
        max-width: 100%;
    }
    .lomus-wa-float {
        bottom: 20px;
        right: 16px;
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
}