/* Template: Delivery Policy Styles */

:root {
    --vbbk-luxury-gold: #B88E2F;
    --vbbk-brand-navy: #132a4a;
    --vbbk-text-dark: #222222;
    --vbbk-text-muted: #676767;
}

.template-delivery-page {
    padding-bottom: 80px;
}

/* Hero Section (About Style) */
.delivery-hero {
    position: relative;
    height: 50vh;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 !important;
}

.delivery-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.delivery-hero .container {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.delivery-hero .vbbk-breadcrumb {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    font-size: 13px;
}

.vbbk-breadcrumb a { color: inherit; text-decoration: none; }
.vbbk-breadcrumb .sep { margin: 0 10px; }

.delivery-hero .page-title {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.delivery-hero .hero-desc {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

/* Sections General */
.delivery-section {
    padding-bottom: 40px;
}

.section-title {
    font-family: var(--font-heading), serif;
    font-size: 32px;
    color: var(--vbbk-brand-navy);
    margin-bottom: 25px;
}

.text-center { text-align: center; }

/* Methods & Free Shipping */
.del-methods-wrap {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    margin-top: 60px;
    align-items: flex-start;
}

.delivery-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delivery-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    font-size: 16px;
    color: var(--vbbk-text-dark);
    line-height: 1.6;
}

.delivery-list li i {
    font-size: 24px;
    color: var(--vbbk-luxury-gold);
    margin-top: 2px;
}

.free-shipping-box {
    background: #FFFAF0;
    padding: 40px;
    border-radius: 20px;
    border: 1px dashed var(--vbbk-luxury-gold);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.free-shipping-box .box-icon {
    width: 60px;
    height: 60px;
    background: var(--vbbk-luxury-gold);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.free-shipping-box .box-txt h3 {
    font-size: 22px;
    color: var(--vbbk-brand-navy);
    margin-bottom: 10px;
}

.free-shipping-box .box-txt p {
    margin: 0;
    color: var(--vbbk-text-muted);
    font-size: 15px;
}

/* Timing Grid */
.timing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.timing-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #f2f2f2;
    text-align: center;
    transition: all 0.3s ease;
}

.timing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    border-color: var(--vbbk-luxury-gold);
}

.time-icon {
    font-size: 48px;
    color: var(--vbbk-luxury-gold);
    margin-bottom: 25px;
}

.timing-card h3 { font-size: 20px; color: var(--vbbk-brand-navy); margin-bottom: 8px; }
.timing-card .area { color: var(--vbbk-text-muted); font-size: 14px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.timing-card .time-value { font-size: 20px; font-weight: 700; color: var(--vbbk-brand-navy); }

.timing-note { text-align: center; color: var(--vbbk-text-muted); font-size: 13px; font-style: italic; margin-top: 30px; }

/* Inspection Section */
.inspection-wrap {
    margin-top: 60px;
    background: #fdfdfd;
    padding: 60px 80px !important;
    border-radius: 20px;
}

.inspection-header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.header-icon {
    width: 60px;
    height: 60px;
    background: var(--vbbk-brand-navy);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.header-txt .section-title { margin: 0 0 10px 0; }
.header-txt p { margin: 0; color: var(--vbbk-text-muted); }

.delivery-list.check-list li i {
    color: #27ae60;
}

/* Support CTA Section */
.delivery-support-cta {
    padding: var(--section-padding);
    background: #fdfdfd;
}

.support-flex {
    display: flex;
    align-items: center;
    gap: 60px;
}

.support-text { flex: 1; }
.support-text h2 { font-family: var(--font-heading), serif; font-size: 42px; color: var(--brand-navy); margin-bottom: 15px; }
.support-text p { color: var(--vbbk-text-muted); font-size: 16px; }

.support-card {
    flex: 0 0 450px;
    background: #fff;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
    border-radius: 20px;
}

.support-card h3 { font-size: 22px; margin-bottom: 25px; color: var(--vbbk-brand-navy); }

.contact-list .contact-item { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.contact-item i { width: 32px; height: 32px; background: #FFFAF0; color: var(--vbbk-luxury-gold); display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.c-info span { display: block; font-size: 11px; color: var(--vbbk-text-muted); }
.c-info strong { font-size: 14px; }

/* Responsive */
@media (max-width: 991px) {
    .del-methods-wrap, .timing-grid { grid-template-columns: 1fr; gap: 40px; }
    .inspection-wrap { padding: 40px 30px !important; }
    .support-flex { flex-direction: column; text-align: center; }
    .support-card { width: 100%; max-width: 500px; flex: none; }
}
