.breadcrumb-area {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    
   
}

.breadcrumb-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    z-index: -1;
}

.breadcrumb-area .content {
    position: relative;
    z-index: 2;
}

.breadcrumb-area h2.color-white {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.breadcrumb {
    background: transparent;
    justify-content: center;
    margin-bottom: 0;
}

.breadcrumb-item {
    font-size: 1.1rem;
}

.breadcrumb-item a {
    color: #FFD700 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #fff !important;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #FFD700;
    content: ">";
}

/* Animation for page load */
.breadcrumb-area {
    animation: fadeInUp 0.8s ease-out;
}
.breadcrumb-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px; /* Fixed height */
    display: flex;
    align-items: center;
    overflow: hidden;
}

.breadcrumb-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.breadcrumb-area .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .breadcrumb-area {
        padding: 60px 0;
        margin-top: 120px;
        background-attachment: scroll;
    }
    
    .breadcrumb-area h2.color-white {
        font-size: 2.2rem;
    }
    
    .breadcrumb-item {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .breadcrumb-area {
        padding: 50px 0;
        margin-top: 100px;
    }
    
    .breadcrumb-area h2.color-white {
        font-size: 1.8rem;
    }
    
    .breadcrumb {
        flex-direction: column;
        align-items: center;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        display: none;
    }
    
    .breadcrumb-item {
        margin-bottom: 5px;
    }
}
/* Strong centering method */
.breadcrumb-area .content nav {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
}

.breadcrumb-area .breadcrumb {
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: center;
}

.breadcrumb-area .breadcrumb-item {
    float: none !important;
    display: inline-block !important;
}

/* Reset any existing styles that might be causing issues */
.breadcrumb-area .breadcrumb {
    text-align: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
}
   .pricing-area {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            position: relative;
            overflow: hidden;
            padding: 80px 0;
        }
        
        .pricing-area::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 100 100" fill="%23732034" opacity="0.03"><path d="M30,30 Q50,10 70,30 T90,30 T70,50 T90,70 T70,90 T50,70 T30,90 T10,70 T30,50 T10,30 T30,30 Z"/></svg>');
            background-size: 200px;
        }
        
        .section-title {
            margin-bottom: 60px !important;
            position: relative;
            z-index: 2;
        }
        
        .section-title h2 {
            color: #732034;
            font-weight: 700;
            font-size: 3rem;
            margin-bottom: 15px;
        }
        
        .section-title h4 {
            color: #555;
            font-weight: 400;
            font-size: 1.3rem;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .offer-card {
            background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
            border-radius: 20px;
            border: 2px solid transparent;
            transition: all 0.4s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
        }
        
        .offer-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(135deg, #732034 0%, #8a2a42 100%);
        }
        
        .offer-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(115, 32, 52, 0.15);
            border-color: #FFD700;
        }
        
        .card_top {
            padding: 30px 30px 20px;
            text-align: center;
            position: relative;
            flex-shrink: 0;
        }
        
        .card_icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background: linear-gradient(135deg, #FFD700 0%, #D4AF37 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
        }
        
        .card_icon i {
            font-size: 2rem;
            color: #732034;
        }
        
        .card_title {
            color: #732034;
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 10px;
        }
        
        .card_list {
            padding: 0 30px;
            flex-grow: 1;
            margin-bottom: 30px;
        }
        
        .card_list li {
            padding: 12px 0;
            border-bottom: 1px solid #f0f0f0;
            color: #555;
            font-size: 1rem;
            line-height: 1.6;
            position: relative;
            padding-left: 25px;
        }
        
        .card_list li:last-child {
            border-bottom: none;
        }
        
        .card_list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #732034;
            font-weight: bold;
            font-size: 1.1rem;
        }
        
        .offer-badge {
            position: absolute;
            top: 20px;
            right: -30px;
            background: linear-gradient(135deg, #732034 0%, #8a2a42 100%);
            color: white;
            padding: 8px 40px;
            transform: rotate(45deg);
            font-weight: 600;
            font-size: 0.8rem;
            box-shadow: 0 4px 15px rgba(115, 32, 52, 0.3);
        }
        
        .popular-card {
            border: 2px solid #FFD700;
            transform: scale(1.05);
        }
        
        .popular-card::after {
            content: 'MOST POPULAR';
            position: absolute;
            top: 15px;
            right: 15px;
            background: #FFD700;
            color: #732034;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 0.7rem;
            font-weight: 700;
        }
        
        .price-tag {
            background: linear-gradient(135deg, #732034 0%, #8a2a42 100%);
            color: white;
            padding: 8px 20px;
            border-radius: 25px;
            font-weight: 700;
            font-size: 1.1rem;
            display: inline-block;
            margin-top: 10px;
            box-shadow: 0 4px 15px rgba(115, 32, 52, 0.3);
        }
        
        .card-footer {
            padding: 0 30px 30px;
            margin-top: auto;
            flex-shrink: 0;
        }
        
        .booking-btn {
            background: linear-gradient(135deg, #732034 0%, #8a2a42 100%);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            width: 100%;
            font-size: 1rem;
        }
        
        .booking-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(115, 32, 52, 0.3);
            background: linear-gradient(135deg, #8a2a42 0%, #732034 100%);
        }
        
        /* Animation for cards */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .item {
            animation: fadeInUp 0.6s ease-out;
            margin-bottom: 30px;
        }
        
        .item:nth-child(1) { animation-delay: 0.1s; }
        .item:nth-child(2) { animation-delay: 0.2s; }
        .item:nth-child(3) { animation-delay: 0.3s; }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .popular-card {
                transform: scale(1);
            }
            
            .section-title h2 {
                font-size: 2.5rem;
            }
            
            .section-title h4 {
                font-size: 1.1rem;
            }
            
            .item {
                margin-bottom: 25px;
            }
        }
        
        @media (max-width: 768px) {
            .pricing-area {
                padding: 60px 0;
            }
            
            .section-title {
                margin-bottom: 40px !important;
            }
            
            .section-title h2 {
                font-size: 2rem;
            }
            
            .card_top {
                padding: 25px 25px 15px;
            }
            
            .card_list {
                padding: 0 25px;
                margin-bottom: 25px;
            }
            
            .card_icon {
                width: 60px;
                height: 60px;
            }
            
            .card_icon i {
                font-size: 1.5rem;
            }
            
            .card-footer {
                padding: 0 25px 25px;
            }
            
            .item {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 576px) {
            .pricing-area {
                padding: 40px 0;
            }
            
            .section-title {
                margin-bottom: 30px !important;
            }
            
            .section-title h2 {
                font-size: 1.8rem;
            }
            
            .section-title h4 {
                font-size: 1rem;
            }
        }