/* =============================================
   LCHOTFIX DELIVERY PAGE - NEW REDESIGNED STYLES
   File: delivery-new.css
   Version: 1.0
   ============================================= */

/* =============================================
   SECTION 1: HERO IMAGE SECTION
   ============================================= */

.lcx-delivery-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #1a1a1a;
}

.lcx-delivery-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* =============================================
   SECTION 2: SHIPPING INFORMATION
   ============================================= */

.lcx-delivery-info-section {
    background: #0b0d17;
    padding: 80px 0;
    position: relative;
}

.lcx-delivery-info-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.02" d="M0,192L48,176C96,160,192,128,288,138.7C384,149,480,203,576,213.3C672,224,768,192,864,165.3C960,139,1056,117,1152,128C1248,139,1344,181,1392,202.7L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.5;
    pointer-events: none;
}

.lcx-delivery-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.lcx-delivery-section-subtitle {
    color: #b87333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    display: block;
}

.lcx-delivery-section-title {
    font-family: 'Koulen', sans-serif;
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
}

.lcx-delivery-section-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #b87333, #cd853f);
    margin: 0 auto;
    border-radius: 2px;
}

/* Info Cards Grid */
.lcx-delivery-info-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.lcx-delivery-info-card {
    background: #ffffff;
    border: 1px solid rgba(184, 115, 51, 0.3);
    border-radius: 16px;
    padding: 45px;
    transition: all 0.3s ease;
}

.lcx-delivery-info-card:hover {
    border-color: #b87333;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(184, 115, 51, 0.15);
}

.lcx-delivery-info-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #b87333 0%, #cd853f 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.lcx-delivery-info-card-icon i {
    font-size: 28px;
    color: #fff;
}

.lcx-delivery-info-card h3 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.lcx-delivery-info-card p {
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.lcx-delivery-info-card p strong {
    color: #222;
}

.lcx-delivery-highlight {
    background: rgba(184, 115, 51, 0.12);
    border-left: 3px solid #b87333;
    padding: 15px 20px;
    border-radius: 0 8px 8px 0;
    margin-top: 15px;
}

.lcx-delivery-highlight p {
    margin: 0;
    color: #444;
    font-size: 14px;
}

/* =============================================
   SECTION 3: SHIPPING DETAILS
   ============================================= */

.lcx-delivery-details-section {
    background: #0f1119;
    padding: 80px 0;
    position: relative;
}

.lcx-delivery-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.lcx-delivery-detail-block {
    background: #ffffff;
    border: 1px solid rgba(184, 115, 51, 0.3);
    border-radius: 16px;
    padding: 35px;
}

.lcx-delivery-detail-block h3 {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(184, 115, 51, 0.3);
    display: flex;
    align-items: center;
    gap: 12px;
}

.lcx-delivery-detail-block h3 i {
    color: #b87333;
    font-size: 22px;
}

.lcx-delivery-detail-block p {
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.lcx-delivery-detail-block ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.lcx-delivery-detail-block ul li {
    color: #444;
    font-size: 15px;
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lcx-delivery-detail-block ul li:last-child {
    border-bottom: none;
}

.lcx-delivery-detail-block ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #b87333;
    font-size: 12px;
}

.lcx-delivery-detail-block ul li strong {
    color: #222;
}

/* Pricing highlight */
.lcx-delivery-price-box {
    background: rgba(184, 115, 51, 0.1);
    border: 1px solid rgba(184, 115, 51, 0.3);
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0;
}

.lcx-delivery-price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.lcx-delivery-price-item:last-child {
    border-bottom: none;
}

.lcx-delivery-price-item span {
    color: #444;
    font-size: 14px;
}

.lcx-delivery-price-item strong {
    color: #b87333;
    font-size: 18px;
    font-weight: 700;
}

/* Important Notes Section */
.lcx-delivery-notes-section {
    background: #1a1a1a;
    padding: 60px 0;
    border-top: 2px solid #b87333;
}

.lcx-delivery-notes-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.lcx-delivery-notes-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #b87333 0%, #cd853f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lcx-delivery-notes-icon i {
    color: #fff;
    font-size: 22px;
}

.lcx-delivery-notes-header h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.lcx-delivery-notes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.lcx-delivery-note-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    border-left: 3px solid #b87333;
}

.lcx-delivery-note-item i {
    color: #b87333;
    font-size: 18px;
    margin-top: 3px;
}

.lcx-delivery-note-item p {
    color: #444;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* =============================================
   RESPONSIVE STYLES
   ============================================= */

@media (max-width: 1199px) {
    .lcx-delivery-section-title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .lcx-delivery-info-grid,
    .lcx-delivery-details-grid,
    .lcx-delivery-notes-grid {
        grid-template-columns: 1fr;
    }
    
    .lcx-delivery-section-title {
        font-size: 36px;
    }
    
    .lcx-delivery-info-section,
    .lcx-delivery-details-section {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .lcx-delivery-hero-img {
        max-height: 400px;
    }
    
    .lcx-delivery-section-title {
        font-size: 28px;
    }
    
    .lcx-delivery-info-card,
    .lcx-delivery-detail-block {
        padding: 25px;
    }
    
    .lcx-delivery-notes-header {
        flex-direction: column;
        text-align: center;
    }
    
    .lcx-delivery-notes-header h3 {
        font-size: 24px;
    }
}
