* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*body {
    background: linear-gradient(to right, #3a7bd5, #00d2ff);
    min-height: 100vh;
}
*/
.sidebar {
    transition: width 0.3s;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
    background-color: #f8f9fa;
    border-right: 1px solid #ddd;
}

    .sidebar.collapsed {
        width: 60px;
    }

    .sidebar.expanded {
        width: 200px;
    }

    .sidebar .nav-link span {
        transition: opacity 0.3s;
    }

    .sidebar.collapsed .nav-link span {
        display: none;
    }

    .sidebar .toggle-btn {
        background: none;
        border: none;
        font-size: 20px;
        width: 100%;
        text-align: right;
        padding: 10px;
    }

.carousel-item .col-md-2 {
    flex: 0 0 auto;
    width: 20%;
}
.timeline {
    list-style: none;
    padding-left: 0;
    position: relative;
}

    .timeline::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #dee2e6;
        left: 20px;
        margin-left: -1px;
    }

    .timeline li {
        position: relative;
        margin-bottom: 40px;
        padding-left: 60px;
    }

.timeline-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 1;
    box-shadow: 0 0 0 4px #fff;
}

.timeline-content {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.timeline-card {
    width: 200px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.large-card {
    width: 250px;
    transform: scale(1.05);
}

.timeline-card.active {
    border: 2px solid #0d6efd;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
}
.package-card {
    transition: 0.3s ease-in-out;
    border-radius: 16px;
    overflow: hidden;
}

    .package-card:hover {
        transform: scale(1.02);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

.package-img {
    height: 200px;
    object-fit: cover;
}

.badge-category {
    font-size: 0.7rem;
}

.login-box {
    max-width: 400px;
    margin: auto;
    margin-top: 8%;
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.planner-box {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.event-header {
    background-color: #fff;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}

.event-image {
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.booking-box {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.signup-box {
    max-width: 450px;
    margin: auto;
    margin-top: 6%;
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.route-item {
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
}

body, html {
    height: 100%;
    /*background: linear-gradient(to right, #3a7bd5, #00d2ff);*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.slider {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.6s ease;
    height: 100%;
    width: 300%;
}

.slide {
    width: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

/* Example images (you can replace these URLs) */
.slide1 {
    background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e');
}

.slide2 {
    background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb');
}

.slide3 {
    background-image: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee');
}

.dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .dot.active {
        background-color: #fff;
    }

.dropdown-mega {
    left: 0;
    right: 0;
}

.flag-icon {
    width: 20px;
    height: 14px;
    object-fit: cover;
    margin-right: 8px;
}

.country-img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 6px;
}

.dropdown-item i {
    margin-right: 6px;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.hero {
    background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e') center center/cover no-repeat;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.category-tile img,
.explore-tile img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ribbon {
    position: absolute;
    top: 10px;
    left: -10px;
    background: crimson;
    color: white;
    padding: 5px 10px;
    transform: rotate(-45deg);
    font-size: 12px;
}

footer {
    background-color: #1d1f21;
    color: #ccc;
    padding: 40px 0;
}

    footer a {
        color: #aaa;
        text-decoration: none;
    }

.dropdown-mega {
    width: 100%;
    left: 0;
    right: 0;
    padding: 2rem;
}

    .dropdown-mega .col {
        padding: 1rem;
    }
