﻿body {
    font-family: sans-serif !important;
}

h2 {
    color: #2c3e50;
}

.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: sans-serif;
}

.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: sans-serif;
}

    .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: 16px;
    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 {
    transform: translateY(-6px);
    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: 187px !important;
    border-radius: 10px 10px 0 0;
}

.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;
}
#dateDropdown{
    width:170px;
}
#cityCH{
    min-width:220px;
}

@media (max-width: 767.98px) {
    .price-box .row > div {
        margin-bottom: 12px;
    }

    .booking-container {
        margin-top: 0px !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;
    }
}

.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:12px;
        padding:10px;
    }
    .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;
    }
}


.navbar-scrolled{
    scroll-behavior:smooth;
}

.hideratefare{
    display:none !important;
}


/*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: 10;
    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;
{




