/* Blog list card: padding mỏng hơn */
.blog-design-list.blog-style-bg .wd-post-inner { padding: 12px !important; }

/* Catalog: ẩn icon giỏ hàng trên header */
.wd-header-cart { display: none !important; }

/* ============================================================
   MOBILE MENU: Màu chữ trắng sáng trên nền tối
   ============================================================ */
.mobile-nav,
.mobile-nav.wd-side-hidden-nav {
    background-color: #1a1a1a !important;
}

/* Toàn bộ link và chữ trong mobile navigation */
.mobile-nav .wd-nav-mobile > li > a,
.mobile-nav .wd-nav-mobile > li > a .nav-link-text,
.mobile-nav .wd-nav-mobile li a,
.mobile-nav .wd-nav-mobile li a .nav-link-text,
.mobile-nav .wd-sub-menu li a,
.mobile-nav .wd-sub-menu li a .nav-link-text {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Hover & Active item */
.mobile-nav .wd-nav-mobile > li:hover > a,
.mobile-nav .wd-nav-mobile > li:hover > a .nav-link-text,
.mobile-nav .wd-nav-mobile li.current-menu-item > a,
.mobile-nav .wd-nav-mobile li.current-menu-item > a .nav-link-text,
.mobile-nav .wd-nav-mobile li.wd-active > a,
.mobile-nav .wd-nav-mobile li.wd-active > a .nav-link-text {
    color: #30ba42 !important;
}

/* Đường phân cách giữa các menu item */
.mobile-nav .wd-nav-mobile > li > a,
.mobile-nav .wd-nav-mobile > li > ul li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Nút mũi tên mở submenu (opener arrow) */
.mobile-nav .wd-nav-opener {
    color: rgba(255, 255, 255, 0.8) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mobile-nav .wd-nav-opener:hover,
.mobile-nav .wd-nav-opener.wd-active {
    color: #ffffff !important;
}

/* Nút đóng (Close) trên mobile nav nếu có */
.mobile-nav .close-side-widget a {
    color: #ffffff !important;
}

/* Ô tìm kiếm trong mobile nav nếu có */
.mobile-nav .searchform input[type="text"] {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.mobile-nav .searchform input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ============================================================
   SLIDER & FEATURE BOX: Nền tối liền mạch, xóa bỏ khoảng trắng thừa
   ============================================================ */
.elementor-element-548ea2fa,
.elementor-element-9835c46,
.wd-slider,
.wd-slider .wd-slide,
.wd-slider .wd-slide-bg,
.wd-slider .wd-slide-container {
    background-color: #0b0f0e !important;
}

/* Mobile: Xóa khoảng trống trắng bên dưới slide */
@media (max-width: 767px) {
    /* Hủy padding-bottom 80px dư thừa của section slider */
    .elementor-68 .elementor-element.elementor-element-548ea2fa {
        --padding-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    /* Bỏ margin-bottom thừa bên trong các slide */
    .elementor-1030 .elementor-element.elementor-element-9ce1ed5,
    .elementor-1605 .elementor-element.elementor-element-9ce1ed5,
    .elementor-1770 .elementor-element.elementor-element-9ce1ed5,
    .wd-slide .elementor-element.elementor-element-9ce1ed5 {
        --margin-bottom: 0px !important;
        margin-bottom: 0px !important;
        --padding-bottom: 25px !important;
        padding-bottom: 25px !important;
    }

    #slider-113 .wd-slide-container {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }

    /* Cho phép slide tự co giãn theo nội dung thay vì ép min-height rỗng */
    #slider-113 .wd-slide {
        min-height: unset !important;
    }

    /* Đặt khung 4 tiêu chí xanh nổi bật ngay dưới slider một cách cân đối */
    .elementor-68 .elementor-element.elementor-element-65cebf0 {
        --margin-top: 15px !important;
        margin-top: 15px !important;
    }
}

/* ============================================================
   DUKY FIXED FLOATING CTA BUBBLES (VIET ARGO)
   ============================================================ */
#duky-fixed-cta-bar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    pointer-events: auto;
}

/* Nút bong bóng tròn cơ bản */
.duky-cta-btn {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28), 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.duky-cta-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.38), 0 4px 10px rgba(0, 0, 0, 0.2);
}

.duky-cta-btn:active {
    transform: scale(0.96);
}

/* Khung chứa icon SVG */
.duky-cta-btn .cta-icon-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.duky-cta-btn .cta-svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
    display: block;
    transition: transform 0.3s ease;
}

.duky-cta-btn:hover .cta-svg {
    transform: scale(1.08);
}

/* 1. NÚT GỌI ĐIỆN (HOTLINE) - Brand Green & Pulse Ring */
.duky-cta-btn.cta-call {
    background: linear-gradient(135deg, #25D366 0%, #1eac52 100%);
}

.duky-cta-btn.cta-call .cta-svg {
    animation: duky-wiggle 2.8s infinite ease-in-out;
}

/* Sóng lan tỏa (Ripple Pulse) cho nút Gọi */
.cta-pulse-wave {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #25D366;
    opacity: 0.7;
    z-index: 1;
    animation: duky-pulse 2.2s infinite ease-out;
    pointer-events: none;
}

.cta-pulse-wave.wave-2 {
    animation-delay: 0.8s;
}

@keyframes duky-pulse {
    0% {
        transform: scale(1);
        opacity: 0.65;
    }
    60% {
        transform: scale(1.55);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.85);
        opacity: 0;
    }
}

@keyframes duky-wiggle {
    0%, 100% { transform: rotate(0deg); }
    5% { transform: rotate(14deg); }
    10% { transform: rotate(-14deg); }
    15% { transform: rotate(12deg); }
    20% { transform: rotate(-10deg); }
    25% { transform: rotate(6deg); }
    30% { transform: rotate(0deg); }
}

/* 2. NÚT WHATSAPP - WhatsApp Green Gradient */
.duky-cta-btn.cta-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.duky-cta-btn.cta-whatsapp .cta-svg {
    width: 28px;
    height: 28px;
}

/* 3. NÚT MESSENGER - Signature Messenger Gradient */
.duky-cta-btn.cta-messenger {
    background: linear-gradient(135deg, #00C6FF 0%, #0078FF 45%, #A033FF 100%);
}

/* TÙY CHỌN NẾU DÙNG ZALO */
.duky-cta-btn.cta-zalo {
    background: linear-gradient(135deg, #0084FF 0%, #0060d5 100%);
}

/* TOOLTIP HIỆN THỊ KHI RÊ CHUỘT (Desktop Only) */
.cta-tooltip {
    position: absolute;
    right: calc(100% + 14px);
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    background: rgba(15, 20, 18, 0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.3px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.2, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    border-width: 5px 0 5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(15, 20, 18, 0.94);
}

.duky-cta-btn:hover .cta-tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* TỐI ƯU MOBILE & TRÁNH ĐÈ LÊN THANH BOTTOM MENU */
@media (max-width: 767px) {
    #duky-fixed-cta-bar {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        right: 15px;
        gap: 12px;
    }
    
    .duky-cta-btn {
        width: 46px;
        height: 46px;
    }

    .duky-cta-btn .cta-svg {
        width: 22px;
        height: 22px;
    }

    .duky-cta-btn.cta-whatsapp .cta-svg {
        width: 24px;
        height: 24px;
    }

    .cta-tooltip {
        display: none !important;
    }
}