/* ============================================
   DETAIL UMRAH PAGE ENHANCED
   Beautiful Background & Attractive Design
   ============================================ */

/* ========== PAGE BACKGROUND ========== */
body.detail-umrah-page {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.05), rgba(46, 125, 50, 0.05)),
                url('https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

/* Subtle pattern overlay */
body.detail-umrah-page::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(243, 156, 18, 0.02) 35px, rgba(243, 156, 18, 0.02) 70px);
    pointer-events: none;
    z-index: 0;
}

/* ========== HERO SECTION ========== */
.detail-umrah-page .package-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.92), rgba(46, 125, 50, 0.92)),
                url('https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    text-align: center;
    padding: 6rem 2rem 4rem;
    margin-bottom: 3rem;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.detail-umrah-page .package-hero::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.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,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>');
    background-size: cover;
    background-position: bottom;
    animation: waveMove 20s ease-in-out infinite;
}

@keyframes waveMove {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-50px); }
}

.detail-umrah-page .package-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.detail-umrah-page .package-hero h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease-out;
}

.detail-umrah-page .package-hero .package-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    animation: fadeInUp 1s ease-out;
}

.detail-umrah-page .meta-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.detail-umrah-page .meta-item i {
    font-size: 1.5rem;
}

/* ========== CONTENT SECTIONS ========== */
.detail-umrah-page section {
    position: relative;
    z-index: 1;
}

.detail-umrah-page .content-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 3rem;
    margin: 2rem 0;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.8);
    animation: fadeInUp 0.8s ease-out;
}

/* ========== PACKAGE DETAILS ========== */
.detail-umrah-page .detail-section {
    margin-bottom: 3rem;
}

.detail-umrah-page .detail-section h2 {
    color: #f39c12;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.detail-umrah-page .detail-section h2 i {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f39c12, #e67e22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.detail-umrah-page .detail-section p,
.detail-umrah-page .detail-section li {
    color: #495057;
    line-height: 1.8;
    font-size: 1.05rem;
}

.detail-umrah-page .detail-section ul {
    list-style: none;
    padding: 0;
}

.detail-umrah-page .detail-section li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.detail-umrah-page .detail-section li:last-child {
    border-bottom: none;
}

.detail-umrah-page .detail-section li i {
    color: #f39c12;
    font-size: 1.2rem;
    width: 30px;
}

/* ========== PRICE CARD ========== */
.detail-umrah-page .price-card {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: white;
    border-radius: 30px;
    padding: 3rem;
    box-shadow: 0 12px 40px rgba(243, 156, 18, 0.3);
    position: sticky;
    top: 100px;
    animation: fadeInUp 1s ease-out;
}

.detail-umrah-page .price-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.detail-umrah-page .price-amount {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.detail-umrah-page .price-label {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.detail-umrah-page .price-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.detail-umrah-page .price-features li {
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.detail-umrah-page .price-features li:last-child {
    border-bottom: none;
}

.detail-umrah-page .price-features i {
    font-size: 1.2rem;
}

.detail-umrah-page .btn-book {
    width: 100%;
    padding: 1.25rem;
    background: white;
    color: #f39c12;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.detail-umrah-page .btn-book:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}

/* ========== GALLERY SECTION ========== */
.detail-umrah-page .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.detail-umrah-page .gallery-item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

.detail-umrah-page .gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(243, 156, 18, 0.2);
}

.detail-umrah-page .gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.detail-umrah-page .gallery-item:hover img {
    transform: scale(1.1);
}

/* ========== ITINERARY ========== */
.detail-umrah-page .itinerary-day {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-left: 5px solid #f39c12;
    transition: all 0.3s ease;
}

.detail-umrah-page .itinerary-day:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 24px rgba(243, 156, 18, 0.15);
}

.detail-umrah-page .day-number {
    display: inline-block;
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    body.detail-umrah-page {
        background-attachment: scroll;
    }
    
    .detail-umrah-page .package-hero {
        background-attachment: scroll;
        min-height: 400px;
        padding: 4rem 1.5rem 3rem;
        border-radius: 0 0 30px 30px;
    }
    
    .detail-umrah-page .content-card {
        padding: 2rem 1.5rem;
        border-radius: 20px;
    }
    
    .detail-umrah-page .price-card {
        position: relative;
        top: 0;
        margin-top: 2rem;
    }
    
    .detail-umrah-page .package-meta {
        gap: 1rem;
    }
    
    .detail-umrah-page .meta-item {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}
