/* ============================================================================================== */

body {
            background-color: white;
            color: black;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
        }
        
        .hero-banner {            
            background-size: cover;
            background-position: center;
            height: 70vh;
            display: flex;
            align-items: center;
           
            text-align: center;
        }
        
        .hero-content h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            color: white;
            font-family: "Oswald", sans-serif; 
        }
        
        .hero-content p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
             color: white;
        }
        
        .tour-info-section {
            background-color: #f8f9fa;
            padding: 4rem 0;
        }
        
        .tour-card {
            background: white;
            border-radius: 15px;
            padding: 3rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 2rem;
        }
        
        .tour-title {
            color: #0d6efd;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        .tour-subtitle {
            color: #666;
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }
        
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin: 2rem 0;
        }
        
        .info-item {
            text-align: center;
            padding: 1.5rem;
            background-color: #f8f9fa;
            border-radius: 10px;
            border-top: 4px solid #0d6efd;
        }
        
        .info-icon {
            font-size: 2.5rem;
            color: #0d6efd;
            margin-bottom: 1rem;
        }
        
        .info-label {
            font-weight: 600;
            color: #0056b3;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .info-value {
            font-size: 1.5rem;
            font-weight: 700;
            color: black;
            margin-top: 0.5rem;
        }
        
        .price-highlight {
            color: #0d6efd;
        }
        
        .main-content {
            padding: 4rem 0;
        }
        
        .content-text {
            font-size: 1.1rem;
            line-height: 1.8;
        }
        
        .content-text h3 {
            color: #0d6efd;
            font-weight: 600;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }
        
        .highlight-list {
            list-style: none;
            padding: 0;
        }
        
        .highlight-list li {
            padding: 0.5rem 0;
            border-bottom: 1px solid #eee;
        }
        
        .highlight-list li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #0d6efd;
            margin-right: 1rem;
        }
        
        .contact-section {
            background-color: #f8f9fa;
            padding: 1rem 2rem;
            border-radius: 15px;
            position: sticky;
            top: 1rem;
        }
        
        .contact-header {
            text-align: center;
            margin-bottom: 2rem;
        }
        
        .contact-header h4 {
            color: #0d6efd;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        .contact-header p {
            color: #666;
            font-size: 1rem;
        }
        
        .form-control {
            border: 2px solid #e9ecef;
            border-radius: 8px;
            padding: 0.75rem;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            border-color: #0d6efd;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
        }
        
        .form-label {
            font-weight: 600;
            color: #333;
            margin-bottom: 0.5rem;
        }
        
        .btn-primary {
            background-color: #0d6efd;
            border-color: #0d6efd;
            padding: 0.75rem 2rem;
            font-weight: 600;
            border-radius: 8px;
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            background-color: #0056b3;
            border-color: #0056b3;
            transform: translateY(-2px);
        }
        
        .inclusion-exclusion {
            margin-top: 2rem;
        }
        
        .inclusion-box, .exclusion-box {
            
            border-radius: 10px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
        }
        
        .inclusion-box {
            border-left: 5px solid #28a745;
             background-color: #1aff000c
        }
        
        .exclusion-box {
            border-left: 5px solid #dc3545;
            background-color: #dc354607;
        }
        
        .inclusion-box h5 {
            color: #28a745;
            margin-bottom: 1rem;
        }
        
        .exclusion-box h5 {
            color: #dc3545;
            margin-bottom: 1rem;
        }
        
        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2.5rem;
            }
            
            .tour-title {
                font-size: 2rem;
            }
            
            .info-grid {
                grid-template-columns: 1fr;
            }
            
            .contact-section {
                position: static;
                margin-top: 2rem;
            }
        }
         .travel-info {
            background-color: #fff3cd;
            border: 1px solid #ffc107;
            border-radius: 8px;
            padding: 1rem;
            margin: 1rem 0;
        }
.itinerary-header {
            background: linear-gradient(135deg, #0d6efd, #0056b3);
            color: white;
            padding: 1rem 0;
            margin-bottom: 2rem;
            margin-top:50px;
            border-radius:5px
        }
        
        .accordion-button {
            background-color: #f8f9fa;
            color: black;
            border: 1px solid #dee2e6;
            font-weight: 600;
            font-size: 1.1rem;
            padding: 1rem 1.5rem;
        }
        
        .accordion-button:not(.collapsed) {
            background-color: #0d6efd;
            color: white;
            border-color: #0d6efd;
        }
        
        .accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }
        
        .accordion-button:hover {
            background-color: #e9ecef;
        }
        
        .accordion-button:not(.collapsed):hover {
            background-color: #0056b3;
        }
        
        .accordion-body {
            padding: 1.5rem;
            background-color: white;
        }
        
        .accordion-button .day-tag {
            background-color: #0d6efd;
            color: white;
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-right: 1rem;
            font-family: "Oswald", sans-serif; 
            
            text-align:center
        }
        @media screen and (max-width: 991px){
             .accordion-button .day-tag {
                width: 100px;
            font-size: 1rem;
        }
    }
        .accordion-button:not(.collapsed) .day-tag {
            background-color: white !important;
             color: #0d6efd !important;
        }
        
        .location-badge {
            background-color: #0056b3;
            color: white;
            padding: 0.25rem 0.5rem;
            border-radius: 15px;
            font-size: 0.8rem;
            margin-left: 0.5rem;
        }
        
        .activity-item {
            margin-bottom: 1rem;
            padding: 0.75rem;
            background-color: #f8f9fa;
            border-left: 4px solid #0d6efd;
            border-radius: 0 8px 8px 0;
        }
        
        .activity-time {
            color: #0056b3;
            font-weight: 600;
            font-size: 0.95rem;
        }
        
        .activity-title {
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: black;
        }
        
        .activity-description {
            color: #555;
            margin-bottom: 0.5rem;
        }
        
        .highlight-box {
            background-color: #e7f3ff;
            border: 1px solid #0d6efd;
            border-radius: 8px;
            padding: 1rem;
            margin: 1rem 0;
        }
        
        .highlight-box h6 {
            color: #0056b3;
            margin-bottom: 0.5rem;
        }
        
        .travel-info {
            background-color: #fff3cd;
            border: 1px solid #ffc107;
            border-radius: 8px;
            padding: 1rem;
            margin: 1rem 0;
        }
        
        .icon {
            color: #0d6efd;
            margin-right: 0.5rem;
        }