﻿.mw-150 {
    max-width: 100px !important;
}
/* Desktop styles only */
/*@media (min-width: 1024px) {*/
    .mw-150 {
        max-width: 150px !important;
    }

    .header.-type-2 .header__container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: 88px !important;
    }

    .center-menu {
        flex: 1 !important;
        display: flex !important;
        justify-content: center !important;
    }

    .desktopNav {
        display: flex !important;
        align-items: center !important;
        background: #f3f3f3 !important;
        padding: 4px 8px !important;
        border-radius: 50px !important;
    }

    .desktopNav__item {
        padding: 8px 16px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #000 !important;
        border-radius: 50px !important;
        transition: all 0.3s ease !important;
    }

        .desktopNav__item:hover,
        .desktopNav__item.active {
            background: #fff !important;
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08) !important;
        }

        .desktopNav__item a {
            color: inherit !important;
            text-decoration: none !important;
        }
/*}*/

.hero.-type-2 .hero__category {
    padding: 20px 0;
}

.hero__category .row {
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 10px !important;
}

.hero__category .js-section-slider1 .swiper-slide {
    width: auto !important;
}
.hero__category .js-category-slider .swiper-slide {
    width: auto !important;
}


.hero__category .col-xl-2 {
    flex: 0 0 auto !important;
    width: auto !important;
}

.featureCard.-type-5 {
    background: none !important;
    padding: 5px !important;
    border-radius: 0 !important;
    transition: color 0.3s ease, transform 0.3s ease !important;
}

    .featureCard.-type-5 .featureCard__icon {
        background: none !important;
        width: 40px !important;
        height: 40px !important;
    }

.featureCard__icon svg path {
    fill: #2f4c6a !important;
}

.featureCard.-type-5 img {
    max-width: 100% !important;
    height: auto !important;
}

.featureCard.-type-5 h4 {
    font-size: 14px !important;
    margin-top: 8px !important;
}

.featureCard.-type-5 .lh-13 {
    display: none;
    font-size: 10px !important; /* hide "100+ Tours" if you don't need it */
}

/* Hover/active effect */
.featureCard.-type-5:hover,
.featureCard.-type-5.active {
    color: #ff6600 !important; /* highlight color */
    transform: scale(1.05) !important;
}


.hero__category .row::-webkit-scrollbar {
    display: none !important;
}

/******----TourPage Css Start-----********/

.month-item {
    min-width: 140px;
    /* fixed minimum width */
    flex: 0 0 auto;
    /* flex-grow:0, flex-shrink:0, flex-basis:auto */
    text-align: center;
    /* center text if needed */
}

body {
    font-family: "DM sans", sans-serif;
    background-color: rgba(235, 102, 43, 0.05);
}

:root {
    --Orange: #fc8019;
}

.gallery-wrapper {
    max-width: 1320px;
    margin: 0 auto;
}

.border-orange {
    border: 2px solid var(--Orange) !important;
    color: #ff6600 !important;
}

.icn {
    color: var(--Orange);
}

.gallery-wrapper img {
    height: 211px;
    object-fit: cover;
}

.gallery-wrapper .big-img {
    height: 430px;
}

.productSansBold {
    font-weight: 700;
}

.border-light-gray {
    border-color: #C7C7C7 !important;
}

.bg-gray {
    background-color: #f5f5f5;
}

.bg-primary {
    background-color: var(--Orange) !important;
    border-color: var(--Orange) !important;
}

.text-primary {
    color: var(--Orange) !important;
}

.prebook-gradient {
    background: linear-gradient(to right, #D6FFCD, #D5EBFF);
}

.iteneryHover:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*.sticky-sidebar {
    position: sticky;
    top: 20px;
    z-index: 1000;
}*/

.package-option {
    width: 156px;
    flex-shrink: 0;
}

.day-badge {
    background-color: #7A7A7A;
    color: white;
    height: 30px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 14px;
}

.productSansBold {
    font-weight: 700;
}

.border-light-gray {
    border-color: #C7C7C7 !important;
}

.stay-pill {
    padding: 0.5rem 1.25rem;
    border: 0.5px solid #dee2e6;
    border-radius: 0.75rem;
    cursor: pointer;
    white-space: nowrap;
    background-color: white;
}

    .stay-pill.active {
        border: 2px solid #FF4A50;
        background-color: #FFF3F3;
        color: #EC1D24;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.property-card {
    background-color: #f8f9fa;
    border-radius: 1rem;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .property-card {
        border-radius: 1.25rem;
        padding: 0.875rem;
    }
}

.property-img {
    width: 100%;
    height: 9rem;
    object-fit: cover;
    border-radius: 0.75rem;
}

@media (min-width: 768px) {
    .property-img {
        height: 13rem;
    }
}

.gallery-btn {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    background: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.info-icon {
    width: 1rem;
    height: 1rem;
}

.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

    .scroll-container::-webkit-scrollbar {
        display: none;
    }

.attraction-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .attraction-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

.attraction-image {
    height: 200px;
    object-fit: cover;
}

.location-card {
    width: 156px;
    flex-shrink: 0;
}

.location-image {
    height: 144px;
    width: 144px;
    border-radius: 1rem;
    object-fit: cover;
}

.location-card-active {
    border: 2px solid var(--Orange) !important;
    border-radius: 1.25rem;
    padding: 0.25rem;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.duration-badge {
    position: absolute;
    bottom: 0.5rem;
    left: 0.75rem;
    color: white;
    font-weight: 700;
}

.option-pill {
    padding: 0.5rem 1.25rem;
    border: 0.5px solid #dee2e6;
    border-radius: 0.75rem;
    cursor: pointer;
    white-space: nowrap;
    background-color: white;
    position: relative;
}

    .option-pill.active {
        border: 2px solid #FF4A50;
        background-color: #FFF3F3;
        color: #EC1D24;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.check-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    background-color: white;
    border-bottom-left-radius: 0.5rem;
}

.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

    .scroll-container::-webkit-scrollbar {
        display: none;
    }

.original-price {
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: line-through;
}

@media (min-width: 1200px) {
    .attraction-image {
        height: 220px;
    }
}

.attraction-scroll {
    overflow-x: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

    .attraction-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .attraction-scroll::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }

.load-more-btn {
    border: 1px solid var(--Orange);
    color: var(--Orange);
    padding: 8px 16px;
    border-radius: 8px;
}

    .load-more-btn:hover {
        border: #D5EBFF;
        background-color: var(--Orange);
        color: white;
    }

.border-light-gray {
    border-color: #C7C7C7 !important;
}

.bg-faq-active {
    background-color: #FFF3F3;
    color: var(--Orange);
    border-color: var(--Orange) !important;
}

.faq-btn {
    border: 1.5px solid #C7C8CC;
    color: #8C8C8C;
    border-radius: 50px;
    padding: 6px 16px;
    white-space: nowrap;
    background: white;
    transition: all 0.3s ease;
}

    .faq-btn:hover,
    .faq-btn.active {
        background-color: #FFF3F3;
        color: var(--Orange);
        border-color: var(--Orange) !important;
    }

.faq-item {
    border-bottom: 1px solid #E8E8E8;
}

.faq-question {
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    padding: 16px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

    .faq-question:focus {
        outline: none;
    }

.faq-icon {
    color: var(--Orange);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-top: 4px;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 0 16px 32px;
    color: #6C757D;
}

.faq-scroll {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 8px;
}

    .faq-scroll::-webkit-scrollbar {
        display: none;
    }

.review-card {
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: all 0.3s ease;
}

    .review-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.review-image {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.review-stars {
    color: #FFD200;
}

.review-date {
    color: #848484;
    font-size: 14px;
}

.review-trip-type {
    color: #848484;
    font-size: 14px;
}

.review-content {
    color: #333;
    margin-bottom: 16px;
}

.review-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 6px;
    height: 256px;
    margin-top: auto;
}

@media (min-width: 1200px) {
    .review-images {
        height: 384px;
    }
}

.review-image-item {
    border-radius: 12px;
    overflow: hidden;
    background-color: #E6E6E6;
}

    .review-image-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .review-image-item:nth-child(1) {
        border-top-left-radius: 12px;
    }

    .review-image-item:nth-child(2) {
        border-top-right-radius: 12px;
    }

    .review-image-item:nth-child(3) {
        border-bottom-left-radius: 12px;
    }

    .review-image-item:nth-child(4) {
        border-bottom-right-radius: 12px;
    }

.read-more {
    color: var(--Orange);
    cursor: pointer;
    font-weight: 500;
}

.trip-link {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

    .trip-link:hover {
        text-decoration: underline;
    }

.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .package-option {
        width: 140px;
    }

    .day-badge {
        height: 24px;
        width: 60px;
        font-size: 12px;
    }
}

/********------LoginPage Css-------************/
.login-container {
    max-width: 400px;
    margin: 40px auto;
    text-align: center;
    padding: 20px;
}

.otp-input {
    width: 50px;
    text-align: center;
    font-size: 1.5rem;
    margin: 0 5px;
}

.illustration {
    width: 120px;
    margin: 20px auto;
}

.btn-custom {
    width: 100%;
    background: var(--Orange);
    color: #fff;
    font-weight: bold;
    padding: 12px;
    border-radius: 5px;
    border: none;
}

    .btn-custom:hover {
        background: var(--Orange);
    }

.resend-link {
    color: var(--Orange);
    text-decoration: none;
    font-weight: bold;
}

    .resend-link:hover {
        text-decoration: underline;
    }


/*********-------EventsPage Css-------*************/

.category-nav {
    background: white;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 15px 0;
}

.category-btn {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background: white;
    color: #333;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
}

    .category-btn:hover {
        background: #f8f9fa;
        border-color: #adb5bd;
    }

    .category-btn.active {
        background: #FFF5F5;
        border-color: var(--Orange);
        color: var(--Orange);
        box-shadow: 0 4px 8px rgba(220, 53, 69, 0.1);
    }

    .category-btn i {
        margin-right: 8px;
        font-size: 18px;
    }

.category-section {
    padding: 80px 0 40px;
    margin-top: -60px;
    padding-top: 140px;
}

.section-title {
    font-weight: 700;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
}

.tour-card {
    margin-right: 1rem;
    flex: 0 0 auto;
    width: 300px;
    text-decoration: none;
    color: inherit;
}

.card-img-container {
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    height: 220px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .card-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.carousel-control {
    text-align: center;
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    opacity: 0.7;
    border: 2px solid #e0e0e0;
}

    .carousel-control:hover {
        opacity: 1;
    }

    .carousel-control i {
        color: #515151;
        font-size: 14px;
    }

.dot-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.dot {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    opacity: 0.5;
}

    .dot.active {
        opacity: 1;
    }

.card-content {
    position: relative;
    margin-top: -20px;
    z-index: 20;
}

.card-inner {
    background: white;
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 1.5rem 1rem 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.duration {
    font-size: 0.875rem;
    color: #9e9e9e;
    margin-bottom: 0.25rem;
}

.tour-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.tour-subtitle {
    color: #666;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.price-section {
    border-top: 0.5px solid #e0e0e0;
    padding-top: 0.75rem;
}

.discount-badge {
    border: 1px solid #58E458;
    background: #E9FEE5;
    color: #2e7d32;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

    .discount-badge i {
        font-size: 0.75rem;
    }

.current-price {
    color: var(--Orange);
    font-weight: 700;
    font-size: 1.25rem;
}

.original-price {
    color: #9e9e9e;
    text-decoration: line-through;
    font-size: 0.875rem;
}

.scroll-container {
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0.5rem;
}

    .scroll-container::-webkit-scrollbar {
        display: none;
    }

.carousel-item {
    display: none;
}

    .carousel-item.active {
        display: block;
    }

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
    opacity: 0.8;
}

    .nav-arrow:hover {
        opacity: 1;
    }

    .nav-arrow.left {
        left: -40px;
    }

    .nav-arrow.right {
        right: -40px;
    }

    .nav-arrow i {
        color: #515151;
        font-size: 16px;
    }

@media (max-width: 768px) {
    .tour-card {
        width: 280px;
    }

    .nav-arrow {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .nav-btn {
        padding: 0.5rem 1.25rem;
    }
}

/*********-------ContactUs Page Css-------*************/

.contact-section {
    padding: 30px 0;
}

.contact-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--Orange);
    text-align: center;
    margin-bottom: 10px;
}

.contact-subtitle {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1rem;
    color: #333;
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.btn-custom {
    background-color: var(--Orange);
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px 20px;
    border: none;
    transition: 0.3s;
}

    .btn-custom:hover {
        background-color: var(--Orange);
    }

textarea {
    resize: none;
}

.char-count {
    font-size: 0.8rem;
    color: #999;
    text-align: right;
}

/*********-------Booking Page Css-------*************/

:root {
    --Orange: #fc8019;
    --primary: #fc8019;
    --primary-light: #FF4A50;
    --primary-bg: #FFF3F3;
    --secondary: #5BAB5A;
    --text-dark: #333333;
    --text-light: #7E7E7E;
    --border-light: #C7C7C7;
}

.productSansBold {
    font-weight: 700;
}

.back-btn {
    color: var(--text-dark);
    text-decoration: none;
}

    .back-btn:hover {
        color: var(--Orange);
    }

.selection-card {
    background-color: white;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.option-btn {
    overflow: hidden;
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--border-light);
    border-radius: 0.75rem;
    background-color: white;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
}
.pckagesdetails .form-check-input{
    width:20px !important;
    height:20px !important;
}

.option-btn:hover {
    background-color: #f8f9fa;
}

    .option-btn.selected {
        color: var(--Orange);
        border: 2px solid var(--Orange);
        box-shadow: 0 2px 8px rgba(236, 29, 36, 0.15);
    }

.check-icon {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 1rem;
    height: 20px;
    display: none;
}

.option-btn.selected .check-icon {
    background-color: var(--Orange);
    color: white;
    border-radius: 5px;
    display: block;
}

.date-btn {
    width: 40px;
    height: 40px;
    color: var(--Orange);
    border-radius: 50%;
    border: 2px solid var(--Orange);
    background-color: white;
    font-weight: 600;
    margin: 0 0.5rem 0.5rem 0;
    transition: all 0.3s ease;
}

.number-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: white;
    font-weight: 600;
    margin: 0 0.5rem 0.5rem 0;
    transition: all 0.3s ease;
}


    .number-btn:hover {
        background-color: rgba(235, 102, 43, 0.05);
    }

    .number-btn.selected {
        background-color: var(--Orange);
        color: white;
        border-color: var(--primary-light);
    }

.traveller-form {
    margin-top: 2rem;
    border-top: 1px solid #e9ecef;
    padding-top: 1.5rem;
}

.form-header {
    cursor: pointer;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

    .form-header h3 {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 600;
    }

.form-content {
    padding: 1rem 0;
}

.form-input {
    margin-bottom: 1rem;
}

    .form-input input,
    .form-input select {
        width: 100%;
        padding: 0.75rem;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        transition: border-color 0.3s ease;
    }

        .form-input input:focus,
        .form-input select:focus {
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

.checkbox-container {
    margin-top: 1.5rem;
    padding: 1rem 0;
}

    .checkbox-container label {
        display: flex;
        align-items: flex-start;
        cursor: pointer;
    }

    .checkbox-container input[type="checkbox"] {
        margin-right: 0.5rem;
        margin-top: 0.25rem;
    }

.terms-link {
    color: var(--primary);
    text-decoration: none;
}

    .terms-link:hover {
        text-decoration: underline;
    }

.savings-banner {
    background: linear-gradient(to right, #D5EBFF, #D6FFCD);
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    padding: 1rem;
    text-align: center;
    color: var(--secondary);
    font-weight: 700;
}

.price-card {
    background-color: white;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}

.amount-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.amount-value {
    color: var(--Orange);
    font-size: 1.5rem;
    font-weight: 700;
}

.view-more {
    color: #BABABA;
    text-decoration: underline;
    font-size: 0.875rem;
    cursor: pointer;
}

.price-details {
    background-color: #F4F4F4;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.divider {
    height: 1px;
    background-color: #BABABA;
    margin: 0.75rem 0;
}

.savings-box {
    border: 1px solid #007bff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    background-color: #D5EBFE;
    color: #007bff;
    margin-right: 0.5rem;
    flex: 1;
}

.without-discount {
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.5rem;
    background-color: #F5F5F5;
    flex: 1;
}

.register-btn {
    background-color: var(--Orange);
    color: white;
    border: none;
    border-radius: 0.75rem;
    padding: 0.75rem;
    font-weight: 700;
    font-size: 1.25rem;
    width: 100%;
    transition: background-color 0.3s ease;
}

    .register-btn:hover {
        background-color: var(--Orange);
    }

.policy-card {
    background-color: white;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.policy-links a {
    border: 1px solid var(--Orange);
    border-radius: 0.5rem;
    padding: 0.25rem 0.75rem;
    color: var(--primary);
    text-decoration: none;
    margin-right: 0.75rem;
    font-size: 0.875rem;
}

    .policy-links a:hover {
        background-color: var(--Orange);
        color: white;
    }

.trip-image {
    border-radius: 1.5rem;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 768px) {
    .mobile-divider {
        height: 1px;
        background-color: var(--border-light);
        margin: 1.5rem 0;
    }

    .mobile-trip-info {
        display: flex;
        align-items: center;
        padding: 1.25rem 0;
    }

    .mobile-trip-image {
        border-radius: 1rem;
        height: 96px;
        width: 96px;
        object-fit: cover;
        margin-right: 1.5rem;
    }
}

.custom-scroll::-webkit-scrollbar {
    display: none;
}

.option-btn {
    flex: 0 0 auto;
    padding: 8px 16px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
}

/*********-------Attractions Page Css-------*************/
.text-primary {
    color: var(--Orange) !important;
}

.hero-section {
    height: 50vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (min-width: 992px) {
    .hero-section {
        height: 70vh;
    }
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    padding: 2rem 0;
}

.rounded-top-lg {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

@media (max-width: 991px) {
    .rounded-top-lg {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
}

.section-title {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

    .section-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 15%;
        height: 70%;
        width: 3px;
        background-color: var(--Orange);
    }

.productSansBold {
    font-weight: 700;
}

.linkTextColor {
    color: var(--Orange);
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid white;
    border-radius: 50%;
    top: 40%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.btn-outline-dark:hover {
    background-color: #000;
    color: #fff;
}

.similar-attractions {
    padding-bottom: 3rem;
}

.section-title {
    position: relative;
    padding-left: 1rem;
}

    .section-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 15%;
        height: 70%;
        width: 3px;
        background-color: var(--Orange);
    }

.attraction-card {
    flex: 0 0 auto;
    width: 256px;
    margin-right: 12px;
}

.attraction-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 1rem;
}

.attraction-name {
    color: var(--Orange);
    font-weight: 700;
    padding: 0.5rem 0 0 0;
    margin: 0;
}

.carousel-control {
    width: 28px;
    height: 28px;
    background-color: #E6E7E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 1rem;
}

    .scroll-container::-webkit-scrollbar {
        display: none;
    }

@media (max-width: 767.98px) {
    .scroll-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.border-custom {
    border-color: #D3D3D3 !important;
}

a {
    text-decoration: none;
}

.why-choose-timeon {
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .why-choose-timeon {
        padding-bottom: 4rem;
    }
}

.section-title {
    font-weight: 700;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 1.5rem;
    }
}

.feature-card {
    display: flex;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .feature-card {
        flex-direction: column;
        margin-bottom: 0;
        text-align: center;
    }
}

.feature-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    margin-right: 1.25rem;
}

@media (min-width: 768px) {
    .feature-icon {
        margin-right: 0;
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.feature-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.feature-description {
    color: #7E7E7E;
    font-size: 0.875rem;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .feature-description {
        margin-top: 0.5rem;
    }
}

/*********-------Domestic Destinations Page Css-------*************/

.section-title {
    font-weight: 700;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
}

.tour-card {
    margin-right: 1rem;
    flex: 0 0 auto;
    width: 300px;
    text-decoration: none;
    color: inherit;
}

.card-img-container {
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    height: 220px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .card-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.carousel-control {
    text-align: center;
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    opacity: 0.7;
    border: 2px solid #e0e0e0;
}

    .carousel-control:hover {
        opacity: 1;
    }

    .carousel-control i {
        color: #515151;
        font-size: 14px;
    }

.dot-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.dot {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    opacity: 0.5;
}

    .dot.active {
        opacity: 1;
    }

.card-content {
    position: relative;
    margin-top: -20px;
    z-index: 20;
}

.card-inner {
    background: white;
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 1.5rem 1rem 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.duration {
    font-size: 0.875rem;
    color: #9e9e9e;
    margin-bottom: 0.25rem;
}

.tour-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.tour-subtitle {
    color: #666;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.price-section {
    border-top: 0.5px solid #e0e0e0;
    padding-top: 0.75rem;
}

.discount-badge {
    border: 1px solid #58E458;
    background: #E9FEE5;
    color: #2e7d32;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

    .discount-badge i {
        font-size: 0.75rem;
    }

.current-price {
    color: var(--Orange);
    font-weight: 700;
    font-size: 1.25rem;
}

.original-price {
    color: #9e9e9e;
    text-decoration: line-through;
    font-size: 0.875rem;
}

.carousel-item {
    display: none;
}

    .carousel-item.active {
        display: block;
    }

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
    opacity: 0.8;
}

    .nav-arrow:hover {
        opacity: 1;
    }

    .nav-arrow.left {
        left: -40px;
    }

    .nav-arrow.right {
        right: -40px;
    }

    .nav-arrow i {
        color: #515151;
        font-size: 16px;
    }

@media (max-width: 768px) {
    .tour-card {
        width: 280px;
    }

    .nav-arrow {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .nav-btn {
        padding: 0.5rem 1.25rem;
    }
}

/*********-------Footer Css-------*************/
footer {
    margin-top: 100px;
    background-color: #3E3E3E;
    color: white !important;
}

footer .footer-top {
    background-color: white;
    color: black;
    border-radius: 1.5rem;
    padding: 2rem;
    margin-top: -5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

footer .contact-section {
    padding:0px;
    border-right: 2px solid #dee2e6;
}

.social-icons a {
    font-size: 1.8rem;
    margin-right: 0.5rem;
    transition: transform 0.3s;
}

    .social-icons a:hover {
        transform: translateY(-5px);
    }

.whatsapp-icon {
    color: #25D366;
}

.instagram-icon {
    color: #E1306C;
}

.youtube-icon {
    color: #FF0000;
}

.facebook-icon {
    color: #3b5998;
}

.twitter-icon {
    color: #1DA1F2;
}

.linkedin-icon {
    color: #0077B5;
}

.newsletter-input {
    background-color: rgba(62, 62, 62, 0.7);
    border: none;
    color: white;
    text-align: center;
}

    .newsletter-input::placeholder {
        color: #D1D1D1;
        text-align: center;
    }

.subscribe-btn {
    background-color: white;
    color: black;
    font-weight: 600;
    transition: all 0.3s;
}

    .subscribe-btn:hover {
        color: #eb662b;
        background-color: #f8f9fa;
        transform: translateY(-2px);
    }

.footer-link {
    color: white;
    text-decoration: none;
    transition: color 0.2s;
}

    .footer-link:hover {
        color: #D1D1D1;
    }

.divider {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .contact-section {
        border-right: none;
        border-bottom: 2px solid #dee2e6;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .footer-top {
        margin-top: 2rem;
    }
}

        .logo-overlay {
            max-width: 80%;
            height: auto;
            position: absolute;
            bottom: 35px;
        }