﻿body {
    font-family: sans-serif !important;
    overflow: hidden;
}
.fas, .far, .fa {
    font-family: "Font Awesome 5 Free" !important;
}

#flat1{
    padding-right:50px !important;
}

#dateDropdown::placeholder{
    font-weight:bold !important;
    color:#000;
}
#dateDropdown {
    cursor: pointer;
}
#travelDate::placeholder {
    cursor: pointer !important;
}
.dateDropdown{
    cursor:pointer !important;
}

/* Tooltip container */
.dateDropdownSS {
    position: relative;
}

    /* Tooltip text (hidden by default) */
    .dateDropdownSS::after {
        content: "Choose travel date here";
        position: absolute;
        bottom: 120%; /* place above the element */
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: #fff;
        padding: 6px 10px;
        border-radius: 4px;
        font-size: 13px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
        z-index: 999;
    }

    /* Show tooltip on hover */
    .dateDropdownSS:hover::after {
        opacity: 1;
    }


.inputDateSk::placeholder {
    font-weight: bold !important;
    color: #000;
}
.inputDateSk {
    cursor: pointer;
}
/* Tour highlight continuous range */
.tour-highlight {
    background: #cce2ff !important;
    color: #000 !important;
    border-radius: 0 !important;
}

    /* Start date rounded */
    .tour-highlight.start {
        background: #4a90e2 !important;
        color: #fff !important;
        border-radius: 50% 0 0 50% !important;
    }

    /* End date rounded */
    .tour-highlight.end {
        background: #4a90e2 !important;
        color: #fff !important;
        border-radius: 0 50% 50% 0 !important;
    }

    /* If only one-day tour */
    .tour-highlight.start.end {
        border-radius: 50% !important;
    }




h2 {
    color: #2c3e50;
}
/* aggressive reset for floating selects */
.form-floating .form-select,
#dateDropdown,
#monthDropdown {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important; /* or use the same bg as the container (#fff) */
    text-decoration: none !important;
}

    /* Remove browser expand arrow on IE/Edge */
    .form-floating .form-select::-ms-expand {
        display: none !important;
    }

    /* Remove focus ring if any */
    .form-floating .form-select:focus{
        box-shadow: none !important;
        outline: none !important;
    }

    /* Hide any pseudo elements that might be drawing lines */
    .form-floating::before,
    .form-floating::after,
    .form-floating label::before,
    .form-floating label::after,
    .form-floating .form-select::before,
    .form-floating .form-select::after {
        display: none !important;
        content: none !important;
    }

    /* Option-level styling (limited cross-browser, but harmless to include) */
    .form-floating .form-select option {
        text-decoration: none !important;
        border: 0 !important;
        box-shadow: none !important;
    }

/* If the line still appears, hide overflow and paint the background to cover it */
.form-floating {
    overflow: hidden !important;
    background: #fff; /* match your layout background so any stray line is covered */
    border-radius: .35rem; /* optional */
}


.highlight-card {
    background: #fff;
    border-radius: 12px;
    transition: 0.2s ease;
    overflow: hidden;
}

    .highlight-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
        background: linear-gradient(135deg, #ffffff 0%, #f1f1f1 100%);
    }

.icon-circle-sm {
    background: linear-gradient(135deg, #1fc8db, #2cb5e8);
    border-radius: 50%;
    padding: 6px;
    font-size: 10px;
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-text-sm {
    font-size: 14px;
    color: #444;
    line-height: 1.4;
}

#yearButtons button,
#monthButtons button {
    padding: 6px 16px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

#yearButtons {
    margin-left: 13px;
}

    #yearButtons button:hover,
    #monthButtons button:hover {
        background-color: #0d6efd;
        color: #fff;
        border-color: #0d6efd;
    }

    #yearButtons button.active,
    #monthButtons button.active {
        background: rgb(4, 78, 180);
        color: #fff;
        border-color: #20c997;
        box-shadow: 0 0 6px rgba(32, 201, 151, 0.3);
    }

.card h5 i {
    font-size: 20px;
}

.card {
    border-radius: 1rem;
}

p,
ul li,
ol li {
    font-weight: 300;
    color: #000;
}

.slide-high {
    width: 100%;
    flex-shrink: 0;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
    height: 300px;
}

.imagess img {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.wishlist {
    cursor: pointer;
}


.wishlistted {
    background-color: #e74c3c !important; /* solid red */
    color: #fff !important; /* white heart */
    border: none !important; /* remove the red border */
    border-radius: 50% !important; /* make it circular */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* optional: soft shadow */
}

/*.icon-circle i{
    color:#fff!important;
}*/

.Selectbox {
    cursor: pointer;
}

.selecttedbox {
    background: #f9f9f9 !important;
}

.selecttexbtnclass {
    background: #6aa6b5 !important;
}

.buttoncss {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.date-container-soldout {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #c7c7c7;
    padding: 10px;
    color: #000;
    height: auto;
    position: relative;
    border: 1px solid #eee;
    font-family: Inter, sans-serif !important;
}

.hidden {
    display: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 1px;
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: 1px;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/");
    }

.address-wrapper {
    padding: 2px;
    margin: 35px auto;
}

.head-text-al {
    font-size: 16px;
}

.all-cal-image {
    width: 29px;
}

#fromT::before {
    content: "📅";
    margin-right: 6px;
    font-size: 16px;
}

#toT::before {
    content: "📅";
    margin-right: 6px;
    font-size: 16px;
}

.simple-discount {
    font-size: 13px;
    color: #2e7d32;
    background-color: #e8f5e9;
    padding: 8px 10px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 8px;
    font-weight: 500;
}

    .simple-discount strong {
        font-weight: 600;
        color: #1b5e20;
    }

.date-container-common {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .date-container-common:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
    }

.detailed-itinerary {
    font-family: Inter, sans-serif !important;
}

    .detailed-itinerary h3 {
        font-weight: 700;
        color: #4f46e5;
        font-size: 24px;
        border-bottom: 2px solid #c7d2fe;
        display: inline-block;
        padding-bottom: 8px;
    }

.timeline {
    position: relative;
    list-style: none;
    margin: 0;
}

    .timeline::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 24px;
        width: 2px;
        background: #66A0F8;
    }

.timeline-item {
    position: relative;
}

.timeline-event {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}

.dot {
    position: absolute;
    top: 8px;
    left: -11px;
    width: 12px;
    height: 12px;
    background-color: #4f46e5;
    border: 3px solid #66A0F8;
    border-radius: 50%;
    z-index: 2;
}

.card {
    background: #f9fafe;
    padding: 18px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

    .card .time {
        font-weight: 700;
        color: #3b82f6;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .card .desc {
        font-size: 14px;
        color: #4b5563;
        line-height: 1.5;
    }

    .card .title {
        font-size: 15px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 4px;
    }

strong {
    font-weight: 700;
}

.hotel-wrapper:hover {
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
}

.hotel-image:hover {
    transform: scale(1.05);
}

.custom-tour-card {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    text-align: center;
    height: 302px !important;
    margin-top: 43px !important;
}


.glass-icon {
    background: rgb(4, 78, 180);
    padding: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-gradient {
    background: rgb(4, 78, 180);
    color: white;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    transition: 0.3s ease;
}

    .btn-gradient:hover {
        background: rgb(4, 78, 180);
    }

.btn-outline-glass {
    border: 2px solid #6b46c1;
    background: transparent;
    color: rgb(4, 78, 180);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

    .btn-outline-glass:hover {
        background: rgb(4, 78, 180);
        color: #fff;
    }

.itinerary-tl-container ul.tl li:last-child {
    color: #000 !important;
}

.year-switch {
    display: flex;
    gap: 20px;
    font-weight: bold;
    font-size: 20px;
}

    .year-switch span {
        color: gray;
        cursor: pointer;
        position: relative;
    }

        .year-switch span.active {
            color: #f70064;
        }

            .year-switch span.active::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: -6px;
                height: 5px;
                width: 100%;
                background-color: #f70064;
                border-radius: 10px;
            }

.form-floating select {
    font-weight: 600;
}

.form-floating label {
    font-size: 0.85rem;
    color: #999;
}

.form-select {
    padding-top: 1.4rem;
    padding-bottom: 0.5rem;
    height: auto;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.fw-semibold {
    font-weight: 600;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
}

.note {
    background: #ffe4ec;
    font-size: 13px;
    color: #e90053;
    padding: 10px 15px;
    border-radius: 6px;
}

.showingPrice {
    font-size: 18px;
    font-weight: 900;
}

.doublesingle {
    font-weight: 700;
}

.hr {
    color: #414141;
}

.price-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #eee;
}

.form-label {
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 13px;
}

.form-select {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 6px;
}

.tip-box {
    background-color: #eafdf2;
    color: #00aa55;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
}

.price-value {
    font-size: 22px;
    font-weight: 700;
    color: #4c6ef5;
}

.price-sub {
    font-size: 12px;
    color: #999;
}

.tour-card img {
    width: 100%;
    height: 150px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.tour-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.tour-content {
    padding: 15px;
}

.tour-title {
    font-weight: 600;
    font-size: 15px;
}

.tour-meta {
    font-size: 13px;
    color: #777;
}

.btn-book {
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
}

.btn-outline-primary,
.btn-outline-warning {
    font-size: 12px;
    padding: 4px 8px;
}

.labelTM{
    margin-left:15px;
}

#monthDropdown {
    width: 170px;
}

#cityCH {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .price-box .row > div {
        margin-bottom: 12px;
    }
    .MobileBox{
        width:30% !important;
    }
    body {
        overflow: hidden !important;
    }

    .booking-container {
        margin-top: 0px !important;
    }

    .trip-box .fw-semibold{
        font-size:13px !important;
    }

    #moredblui1 {
        font-size: 11px;
    }

    #snglui1 {
        font-size: 12px;
    }


    #moredblui {
        font-size: 11px;
        font-weight:500;
    }

    #snglui {
        font-size: 11px;
        font-weight: 500;
    }


    .bookingMessage {
        margin-top: 0px !important;
    }

    #monthDropdown {
        width: 100%;
    }
    #dateDropdown{
        width:100%;
    }
    .tour-title {
        font-weight: 600;
        font-size: 20px !important;
    }
    #mobtc {
        justify-content: center !important;
        text-align: center !important;
    }
    .icon-wrap{
        text-align:center !important;
    }
    .TrpIn{
        text-align:center!important;
        font-size:1.3rem;
        margin-bottom:20px!important;
    }

    #cityCH {
        text-align: center !important;
    }

    /* optional: also center the badge above it */
    .city-list {
        justify-content: center !important;
    }
}

.form-floating select {
    font-weight: 600;
}

.form-floating label {
    font-size: 0.85rem;
    color: #999;
}

.form-select {
    padding-top: 1.4rem;
    padding-bottom: 0.5rem;
    height: auto;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.fw-semibold {
    font-weight: 600;
}

.booking-container {
    margin-top: 85px;
}

.bookingMessage{
    margin-top:65px;
}

/*flat picker 
*/

/*Mobile Responsive*/



@media (max-width: 768px) {
    .inline-tour-info {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .inline-tour-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px;
    font-size: 13px;
}
    .tp-ov {
        font-size:14px;
        padding:10px;
    }
    #TRPOVR {
        font-size: 20px !important;
    }
    .itinerary-details-wrapper-body h4{
        padding:10px;
    }
    .custom-tour-card{
        margin-top:0px !important;
    }
    .itinerary-tl-container ul.tl li {
        font-size:13px !important; 
    }
    .accordioni-button:not(.collapsed) {
        font-size:1rem;
    }
    .accordion-body span{
        font-size:13px;
    }
    .small, small {
        font-size:.820em;
    }
    #confirmBookingBtn{
        width:100% !important;
        text-align:center;
        display:block;
        margin:auto;
    }
    #DBLOCT {
        max-width: 100% !important;
    }
    #DBLOCT1 {
        max-width: 100% !important;
    }
    #DBLOCT2 {
        max-width: 100% !important;
    }
    #DBLOCT3 {
        max-width: 100% !important;
    }

        #Mobble {
            display: flex;
            flex-direction: column;
            width: 100%;
            padding-left: 10%;
        }

    #Mobble img{
        width:100%;
    }
    #mmbbll h4{
        padding-left:10%;
    }

    #mmbbll{
        width:100% !important;
            margin-left:23px;
    }
}


.navbar-scrolled{
    scroll-behavior:smooth;
}



/*new Trip Highlights */


/* Scroll container */
.scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 50px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

    .scroll-container::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

/* Individual card */
.info-card {
    background:#fff;
    border-radius: 16px;
    padding: 24px 20px;
    width: 300px;
    min-height: 280px;
    color: white;
    text-align: center;
  /*  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);*/
    position: relative;
}

/* Check icon */
.glow-check {
    width: 60px;
    height: 60px;
    background: rgb(4, 78, 180);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin: 0 auto;
}

/* Card numbering */
.card-number {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff5722;
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

/* Top-right corner sparkle (decorative) */
.corner-sparkle {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: rgb(65,105,225);
    background: linear-gradient(159deg, rgba(65,105,225,1) 0%, rgba(137,207,240,1) 100%);
    border-top-right-radius: 16px;
    font-weight:bold;
}

/* Card text */
.card-text {
    font-size: 16px;
    line-height: 1.5;
}

/* Scroll buttons */
.scroll-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
    background: #ffffff;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
}

.left-scroll-btn {
    left: 0;
}

.right-scroll-btn {
    right: 0;
}

.scroll-btn i {
    font-size: 16px;
}

.accordioni-button:not(.collapsed) {
    color:#0D47A1;
    font-size:1.2rem;
}

.accordion-body span{
    font-size:14px;
    color:#333333;
}

.tl-item{
    border-left:none;
}
.first-p::before{
    display:none;
}

.day-heading {
    border-left: 5px solid #0D47A1; /* Bootstrap primary blue */
    padding-left: 10px;
    margin-bottom: 10px;
    min-height: 40px; /* increase as needed */
    display: flex;
    align-items: center;
}

    .day-heading button {
        font-weight: bold;
        color: #004494;
        background: none;
        border: none;
        font-size: 18px;
    }

    .day-heading button:focus {
        outline: none;
        box-shadow: none;
    }

.tl-item::before {
    display: none;
}

/* Modal container Request On*/
.req-on-modal {
    background: linear-gradient(to bottom, #ffffff, #fafafa);
    border-radius: 16px;
    width:100%;
    max-width: 500px;
    padding: 10px 25px;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', sans-serif;
    position: relative;
}

/* Header styling */
.req-on-modal-header {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.req-on-modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 10px 20px;
    margin-top:-20px;
}

    .req-on-modal-header h2 {
        text-align: center;
        margin: 10px 0;
    }

.req-on-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}


.castle-icon {
    display: block;
    margin: 0 auto 10px auto;
    width: 40px;
    height: 40px;
}


    .req-on-modal-header h2 {
        font-size: 1.1rem;
        font-weight: bold;
        color: #333;
        margin: 10px 0 5px;
    }

    .req-on-modal-header span#req-on-trip-name {
        display: block;
        font-size: 0.9rem;
        font-weight: 600;
        /*color: #11c5b8;*/
        color:rgb(4, 78, 180);
        text-transform: uppercase;
    }

.req-on-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5rem;
    color: #777;
    cursor: pointer;
}

/* Form layout */
.req-on-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}

.req-on-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    /* Label styling with icons */
    .req-on-form-group label {
        font-size: 0.85rem;
        color: #555;
        font-weight: 500;
        margin-bottom: 6px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

/* Input and textarea */
.req-on-input {
    border: none;
    background: #f4f6f8;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    outline: none;
    color: #333;
    width: 100%;
}

    .req-on-input:focus {
        box-shadow: 0 0 0 2px rgb(4, 78, 180);
        background: #fff;
    }

    /* Textarea */
    .req-on-input textarea,
    textarea.req-on-input {
        resize: none;
        min-height: 80px;
    }

/* Submit button */
.req-on-submit-btn {
    /* background: #11c5b8;*/
    background: rgb(4, 78, 180);
    color: #fff;
    font-weight: 600;
    padding: 9px 21px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 0.78rem;
    transition: background 0.3s ease;
    width: 50%;
    display: block;
    margin: 0 auto;
}

    .req-on-submit-btn:hover {
        background: #0ea79d;
    }

/* Error messages */
.error-msg {
    font-size: 0.8rem;
    margin-top: 4px;
}

/* Optional: Add icons before labels using pseudo-elements */
label[for="req-on-name"]::before {
    content: "👤";
}

label[for="req-on-email"]::before {
    content: "📧";
}

label[for="req-on-date"]::before {
    content: "📅";
}

label[for="req-on-adults"]::before {
    content: "👥";
}

label[for="req-on-children"]::before {
    content: "🧒";
}

label[for="req-on-query"]::before {
    content: "💬";
}

.hideratefare1 {
    opacity: 0 !important;
}
#downDate{
    position:relative;
}

/* Trip Inclusion
*/
.trip-inclusion-card,
.trip-exclusion-card {
    height: 420px;
    display: flex;
    flex-direction: column;
}

.trip-inclusion-list,
.trip-exclusion-list {
    max-height: 320px; 
    overflow: hidden; 
    transition: max-height 0.3s ease;
}

    .trip-inclusion-list.expanded,
    .trip-exclusion-list.expanded {
        max-height: 100%; 
        overflow-y: auto; 
    }

/*New Trip Inclusion
*/
/* Card Container */
.trip-inclusion-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Header */
.trip-inclusion-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(135deg, #43cea2, #185a9d);
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .trip-inclusion-header .header-icon {
        font-size: 26px;
        margin-right: 10px;
        color: #fff;
    }

    .trip-inclusion-header h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

/* List */
.trip-inclusion-list {
    list-style: none;
    padding: 20px;
    margin: 0;
    flex-grow: 1;
}

.trip-inclusion-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

    .trip-inclusion-item:last-child {
        border-bottom: none;
    }

    .trip-inclusion-item .item-icon {
        color: #20c997;
        font-size: 16px;
        margin-right: 8px;
    }
/* Button */
.trip-view-more {
    margin: 20px;
    background: linear-gradient(135deg, #43cea2, #185a9d);
    border: none;
    border-radius: 25px;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 20px;
    align-self: flex-start;
}

  /*  .trip-view-more:hover {
        background: #17a589;
    }*/

.icofont-check-alt {
    font-weight: bold;
}

.icofont-close-line {
    font-weight: bold;
}


/*    Trip Exclusion
*/

/* Exclusion Card */
.trip-exclusion-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 423px;
}


/* Header */
.trip-exclusion-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(135deg, #ff6b6b, #d63031);
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .trip-exclusion-header .header-icon {
        font-size: 26px;
        margin-right: 10px;
        color: #fff;
    }

    .trip-exclusion-header h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

/* List */
.trip-exclusion-list {
    list-style: none;
    padding: 20px;
    margin: 0;
    flex-grow: 1;
}


.trip-exclusion-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

    .trip-exclusion-item:last-child {
        border-bottom: none;
    }

    .trip-exclusion-item .item-icon {
        color: #e74c3c;
        font-size: 16px;
        margin-right: 8px;
    }

/* Button */
.trip-view-more-exclusion {
    margin: 20px;
    background: linear-gradient(135deg, #ff6b6b, #d63031);
    border: none;
    border-radius: 25px;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: auto;
    align-self: flex-start;
}

  /*  .trip-view-more-exclusion:hover {
        background: #c0392b;
    }*/

/*Book Now Enquire Now
*/
.journey-card {
    /*background: linear-gradient(145deg, #8e44ad, #6c5ce7);*/
    background: linear-gradient(135deg, #4394cc, #06437e);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    color: white;
    transition: transform 0.3s ease;
    height: 420px !important;
}

#pppjj{
    margin-top:-18px !important;
}

/*.journey-card:hover {
    transform: translateY(-5px);
}*/

/* Image Section */
.card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.85);
        transition: transform 0.4s ease;
    }

.journey-card:hover .card-image img {
    transform: scale(1.05);
}

.card-title {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: bold;
    background: rgba(0,0,0,0.5);
    padding: 8px 14px;
    border-radius: 10px;
    width: 90%;
    text-align: center;
}

/* Buttons */
.card-actions {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-primary1 {
    padding: 12px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border: none;
    backdrop-filter: blur(8px);
    background: rgba(255,255,255,0.9);
    color: #6c5ce7;
    text-align: center;
    text-decoration: none;
}

    .btn-primary1:hover {
        background: white;
        color: #6c5ce7;
    }

.btn-outline {
    padding: 12px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background: rgba(255,255,255,0.15);
    border: 2px solid white;
    color: white;
    text-align: center;
    text-decoration: none;
    width:100%;
}

    .btn-outline:hover {
        background: rgba(255,255,255,0.3);
    }

.btn-danger-custom {
    padding: 12px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 1rem;
    background: rgba(255,0,0,0.8);
    color: white;
    border: none;
    cursor: not-allowed;
    text-align: center;
    text-decoration: none;
}

#scrollspyHeading2{
    padding-bottom:0!important;
}

#TabDet{
    margin-top:-5px;
}

.tp-ov{
    font-size:16px;
}
#TRPOVR{
    font-size:25px;
}

#DBLOCT {
    max-width: 95%;
}
#DBLOCT1 {
    max-width: 95%;
}
#DBLOCT2 {
    max-width: 95%;
}
#DBLOCT3 {
    max-width: 95%;
}


/*table Design Her
*/
@media only screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
    .row.g-3 > .col-md-6:first-child {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .row.g-3 > .col-md-6:last-child {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .price-box {
        margin-top: 15px;
    }

    .trip-box {
        margin-top: 15px;
    }

    .selectedDatePreview.calendar-box {
        margin-bottom: 15px;
        width: 100%;
    }

    .trip-icons {
        justify-content: start;
        gap: 10px;
    }

    .city-list {
        font-size: 14px;
    }

    .trip-box .d-flex.justify-content-between {
        flex-direction: column;
        gap: 1rem;
    }

    .trip-box .d-flex.align-items-center.justify-content-between.border {
        width: 100%;
    }

    .form-floating select,
    .form-floating input {
        font-size: 14px;
    }

    .sg {
        padding: 0 !important;
    }

    #TABD{
        display:flex;
    }
    #TABD {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 5px;
        flex-wrap: nowrap;
    }

        #TABD .selectedDatePreview.calendar-box {
            display: flex !important;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 25%;
            min-height: 100px;
            padding: 15px;
            border-radius: 10px;
        }

        #TABD .flex-grow-1 {
            flex: 1;
            padding-left: 0;
            padding-right: 0;
            margin-top: 0 !important;
        }

        #TABD .sg {
            width: 100%;
            padding-left: 0 !important;
        }

            #TABD .sg > div {
                width: 100%;
                max-width: 100%;
            }

    #confirmBookingBtn {
        margin-top: 15px;
        font-size: 15px;
        padding: 10px 20px;
        width: 100%;
    }
    #DBLOCT{
        display:flex;
        flex-direction:row;
    }
    #DBLOCT1 {
        display: flex;
        flex-direction: row;
    }
    #DBLOCT2 {
        display: flex;
        flex-direction: row;
        max-width:80% !important;
    }
    #DBLOCT3 {
        display: flex;
        flex-direction: row;
        max-width: 80% !important;
    }
    #overTab{
        height:450px;
    }
    .custom-tour-card{
        width:100%!important;
        margin-top:0 !important;
    }
    #TabDet {
        width: 30% !important;
        min-height: 100px;
        padding: 15px;
        border-radius: 10px;
        margin-top:33px;
    }

   
}

