/*-----------------------------------------------------------------------------------
    Zivaco Custom Styles
    Brand: Zivaco - Style Redefined for Every Occasion
    Domain: zivaco.web.id
-----------------------------------------------------------------------------------*/

/* ===== TYPOGRAPHY ===== */
.slider-heading,
.slider-main-heading,
.zivaco-cta-content h2 {
    font-family: 'Playfair Display', 'Poppins', serif;
}

/* ===== SECTION SUBTITLES ===== */
.section-subtitle {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.section-title {
    margin-bottom: 40px;
}

/* ===== SLIDER TEXT OVERLAYS ===== */
.zivaco-slider-text {
    text-align: left;
}

.slider-heading {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.slider-main-heading {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    line-height: 1.1;
}

.slider-subtext {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    max-width: 450px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.slider-right .zivaco-slider-text {
    text-align: right;
}

.slider-right .slider-subtext {
    margin-left: auto;
}

.slider-right .slider-btn {
    text-align: right;
}

/* Shop Now Button Outline Variant */
.shop-btn-outline {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    margin-left: 10px;
}

.shop-btn-outline:hover {
    background: #fff !important;
    color: #333 !important;
}

/* ===== CATEGORY CARDS ===== */
.zivaco-category-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
    cursor: pointer;
}

.zivaco-category-card img {
    width: 100%;
    transition: transform 0.5s ease;
}

.zivaco-category-card:hover img {
    transform: scale(1.08);
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 30px 20px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.category-overlay h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-btn {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 6px 18px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
}

.zivaco-category-card:hover .category-btn {
    opacity: 1;
    transform: translateY(0);
}

.category-btn:hover {
    background: #ef6644;
    border-color: #ef6644;
    color: #fff;
}

/* ===== WHY CHOOSE ZIVACO / TRUST SECTION ===== */
.zivaco-trust-section {
    background: #f9f9f9;
    padding-bottom: 90px;
}

.zivaco-trust-item {
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.zivaco-trust-item:hover {
    transform: translateY(-5px);
}

.zivaco-trust-item i {
    font-size: 48px;
    color: #ef6644;
    display: block;
    margin-bottom: 20px;
}

.zivaco-trust-item h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #333;
}

.zivaco-trust-item p {
    color: #777;
    font-size: 13px;
    line-height: 22px;
}

/* ===== CTA SECTION ===== */
.zivaco-cta-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.zivaco-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(239, 102, 68, 0.08);
    border-radius: 50%;
}

.zivaco-cta-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: rgba(239, 102, 68, 0.05);
    border-radius: 50%;
}

.zivaco-cta-content {
    position: relative;
    z-index: 1;
}

.zivaco-cta-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.zivaco-cta-content p {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.zivaco-cta-btn {
    display: inline-block;
    background: #ef6644;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 45px;
    border: 2px solid #ef6644;
    transition: all 0.3s ease;
}

.zivaco-cta-btn:hover {
    background: transparent;
    color: #ef6644;
}

/* ===== PRODUCT BADGE STYLES ===== */
.pro-type-best span {
    background: #2ecc71 !important;
}

/* ===== HEADER ADJUSTMENTS ===== */
.header-top .left-header ul li p .pe-7s-diamond {
    color: #ef6644;
}

.logo img {
    max-height: 40px;
}

/* ===== PRODUCT HOVER ENHANCEMENT ===== */
.single-product .product-img {
    overflow: hidden;
}

.single-product .product-img img {
    transition: transform 0.4s ease;
}

.single-product:hover .product-img img {
    transform: scale(1.05);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .slider-main-heading {
        font-size: 36px;
    }
    .slider-heading {
        font-size: 18px;
    }
    .slider-subtext {
        font-size: 13px;
    }
    .zivaco-cta-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .slider-main-heading {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .slider-heading {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .slider-subtext {
        font-size: 12px;
        display: none;
    }
    .shop-btn-outline {
        display: none;
    }
    .zivaco-cta-content h2 {
        font-size: 22px;
    }
    .zivaco-cta-content p {
        font-size: 13px;
    }
    .category-overlay h4 {
        font-size: 14px;
    }
    .zivaco-trust-item {
        margin-bottom: 20px;
    }
    .zivaco-category-card {
        margin-bottom: 15px;
    }
    .category-btn {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .slider-main-heading {
        font-size: 20px;
    }
    .slider-heading {
        font-size: 12px;
    }
    .zivaco-cta-content h2 {
        font-size: 18px;
    }
    .zivaco-cta-btn {
        padding: 10px 30px;
        font-size: 12px;
    }
}
