/* 
   Chardham Yatra Custom Redesign Styles
   Premium, Modern, and Mobile-First
*/

:root {
    --chardham-primary: #fd5056;
    --chardham-gold: #c5a059;
    --chardham-dark: #1a1a1a;
    --chardham-light: #f8f9fa;
    --chardham-glass: rgba(255, 255, 255, 0.9);
    --chardham-accent: #2c3e50;
}

/* Section Containers */
.chardham-custom-section {
    padding: 60px 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    .chardham-custom-section {
        padding: 40px 0;
    }
}

/* VIP Helicopter Block */
.vip-helicopter-card {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    min-height: 500px;
    display: flex;
    align-items: center;
}

.vip-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.vip-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 100%);
    z-index: 2;
}

.vip-card-content {
    position: relative;
    z-index: 3;
    color: white;
    padding: 5rem;
    width: 100%;
}

.vip-card-content h2, 
.vip-card-content p, 
.vip-card-content .price-container,
.vip-card-content .vip-duration {
    text-shadow: 0 2px 15px rgba(0,0,0,0.8);
}

@media (max-width: 991px) {
    .vip-card-content {
        padding: 4rem 2rem;
        text-align: center;
        background: rgba(0,0,0,0.6);
    }
    .vip-card-overlay {
        background: rgba(0,0,0,0.4);
    }
}

.vip-card-content::before {
    content: 'VIP EXCLUSIVE';
    position: absolute;
    top: 40px;
    right: 40px;
    background: var(--chardham-gold);
    color: var(--chardham-dark);
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 2px;
}

.vip-price-tag {
    font-size: 3.5rem;
    color: var(--chardham-gold);
    font-weight: 800;
    text-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.old-price {
    text-decoration: line-through;
    color: rgba(255,255,255,0.7);
    font-size: 1.5rem;
    margin-right: 20px;
}

.vip-duration {
    display: inline-block;
    padding: 12px 24px;
    background: rgba(197, 160, 89, 0.3);
    border: 1px solid var(--chardham-gold);
    border-radius: 12px;
    color: white;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

/* Advantage Icons */
.advantage-box {
    background: white;
    padding: 50px 40px;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
}

.advantage-box:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(253, 80, 86, 0.1);
    border-color: rgba(253, 80, 86, 0.2);
}

.advantage-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--chardham-primary) 0%, #ff767b 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(253, 80, 86, 0.3);
}

/* Trust Badges (Redesigned Affiliations) */
.trust-badges-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 40px;
    background: white;
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.trust-badge-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: all 0.4s ease;
    flex: 1;
    min-width: 300px;
    max-width: 450px;
}

.trust-badge-card:hover {
    transform: translateY(-5px);
    border-color: var(--chardham-gold);
    box-shadow: 0 15px 30px rgba(197,160,89,0.1);
}

.badge-logo-wrapper {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdfdfd;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #f5f5f5;
}

.trust-badge-logo {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease;
}

.trust-badge-card:hover .trust-badge-logo {
    transform: scale(1.05);
}

.badge-info h6 {
    font-weight: 800;
    font-size: 0.95rem;
    margin-bottom: 4px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.badge-info p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

.badge-status-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 3px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 8px;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .trust-badges-container {
        padding: 30px 20px;
        gap: 15px;
    }
    .trust-badge-card {
        min-width: 100%;
        padding: 15px 20px;
    }
}

/* Safety Section Redesign (Modern Timeline Style) */
.safety-timeline {
    position: relative;
    padding-left: 60px;
}

.safety-timeline::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, var(--chardham-primary) 0%, #eee 100%);
}

.safety-timeline-item {
    position: relative;
    margin-bottom: 50px;
}

.safety-timeline-item:last-child {
    margin-bottom: 0;
}

.safety-dot {
    position: absolute;
    left: -60px;
    top: 5px;
    width: 46px;
    height: 46px;
    background: white;
    border: 2px solid var(--chardham-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--chardham-primary);
    font-size: 20px;
    z-index: 2;
    box-shadow: 0 0 15px rgba(253, 80, 86, 0.2);
    transition: all 0.3s ease;
}

.safety-timeline-item:hover .safety-dot {
    background: var(--chardham-primary);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(253, 80, 86, 0.4);
}

.safety-info h5 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #333;
}

.safety-info p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Image Composition */
.safety-image-grid {
    position: relative;
    height: 550px;
}

.safety-img-1 {
    width: 85%;
    height: 350px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.safety-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 280px;
    object-fit: cover;
    border-radius: 30px;
    border: 10px solid white;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

@media (max-width: 991px) {
    .safety-image-grid {
        height: 450px;
        margin-bottom: 50px;
    }
    .safety-timeline {
        padding-left: 50px;
    }
}

/* FAQ Premium Styling */
.chardham-faq-container {
    max-width: 1300px;
    margin: 0 auto;
}

.chardham-faq-item {
    background: white;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    overflow: hidden;
}

.chardham-faq-item:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-color: #e0e0e0;
}

.chardham-faq-btn {
    width: 100%;
    padding: 25px 35px;
    text-align: left;
    background: none;
    border: none;
    font-weight: 700;
    font-size: 1.15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--chardham-dark);
    transition: all 0.3s ease;
}

.chardham-faq-btn i {
    font-size: 1.5rem;
    color: var(--chardham-primary);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.chardham-faq-btn:not(.collapsed) {
    color: var(--chardham-primary);
    background: rgba(253, 80, 86, 0.02);
}

.chardham-faq-btn:not(.collapsed) i {
    transform: rotate(180deg);
}

.chardham-faq-content {
    padding: 0 35px 30px;
    color: #555;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Buttons */
.btn-premium {
    background: var(--chardham-primary);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(253, 80, 86, 0.2);
}

.btn-premium:hover {
    background: #e0454a;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(253, 80, 86, 0.4);
    color: white;
}

.btn-gold {
    background: linear-gradient(135deg, #c5a059 0%, #b08d4a 100%);
    color: white !important;
}

.btn-gold:hover {
    background: linear-gradient(135deg, #b08d4a 0%, #a07d3a 100%);
}

.text-chardham-primary { color: var(--chardham-primary); }
.bg-chardham-light { background-color: var(--chardham-light); }
.ls-1 { letter-spacing: 2px; }

.section-tag {
    color: var(--chardham-primary);
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 20px;
    display: block;
}
