    body {
        margin: 0;
        padding: 0;
        font-family: "Segoe UI", sans-serif;
    }
    a {
        text-decoration: none !important;
    }
    .bg-cover {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    /* .tour-box {
        background-image: url('/assets/front/img/ChatGPT Image Jul 18, 2025, 05_55_27 PM.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100vh;
        justify-content: center;
        align-items: center;
        display: flex;
    } */
    .tour-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.tour-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/assets/front/img/ChatGPT Image Jul 18, 2025, 05_55_27 PM.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7; /* Adjust for desired transparency */
    z-index: -1;
}
    @media (max-width:576px) {
        .tour-box {
        height: auto !important;
    }
    }
    .tour-card {
        background: rgba(255, 255, 255, 0.95);
        border: none;
        border-radius: 15px;
        padding: 40px 30px;
        text-align: center;
        transition: all 0.3s ease;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    }
    .tour-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    }
    .tour-icon {
        width: 70px;
        height: 70px;
        background-color: #ff8e3f;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }
    .tour-icon img {
        width: 36px;
        height: 36px;
    }
    .tour-title {
        font-size: 1.30rem;
        font-weight: 600;
        color: #033f1b;
        font-weight: 700;
        font-family: "Inter", sans-serif;
    }
    .tour-desc {
        color: #666;
        font-size: 1rem;
        margin-top: 10px;
        font-family: "Roboto", sans-serif;
    }
    .section-bg {
        /* background-color: #033f1b28; */
        /* background-color: #F7FBFD; */
        background-image: url('/assets/front/img/sky-bg.png');
    }
    .hero-section {
        position: relative;
        padding: 150px 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 30px;
    }
    .hero-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        /* black overlay with 50% opacity */
        z-index: 1;
        border-radius: 30px;
    }
    .hero-section .container {
        position: relative;
        z-index: 2;
        /* brings text above overlay */
        height: 100%;
    }
    .section-title {
        font-size: 42px !important;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }
    .highlight-box {
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        height: 300px;
    }
    .highlight-box h5 {
        color: #033f1b;
    }
    .theme-color {
        color: #033f1b;
    }
    .partner-logo {
        max-width: 120px;
        height: auto;
    }
    .award-badge {
        background-color: #fff3cd;
        padding: 10px 15px;
        border-radius: 8px;
        margin: 10px 0;
    }
    .why-matter h3 {
        font-size: 36px;
    }
    .award-card {
        height: 200px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
    }
    .award-card:hover {
        transform: translateY(-7px);
    }
    .award-icon {
        font-size: 35px;
        color: #033f1b;
    }
    ul {
        list-style: none;
    }
    .activity-icon-bg {
        background-color: #ff8e3f;
        color: #fff;
    }
    .activity-card {
        height: 130px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .partner-icon {
        background-color: #ff8e3f;
        color: #fff;
        font-size: 30px;
    }
    .page-container {
        display: flex;
    }
    .left-scrollable {
        width: 73%;
        overflow-y: auto;
        padding-right: 20px;
    }
    .right-fixed-form {
        width: 27%;
        position: fixed;
        height: 90vh;
        right: 0;
        top: 100px;
        /* border-left: 1px solid #dee2e6; */
        overflow-y: auto;
        z-index: 1000;
        border-radius: 30px;
    }
    @media (max-width: 991.98px) {
        .page-container {
            flex-direction: column;
        }
        .left-scrollable,
        .right-fixed-form {
            width: 100%;
            position: static;
            height: auto;
        }
        .left-scrollable {
        padding-right: 0 !important;
    }
    }
    .submit-booking-btn {
        background: #033f1b !important;
        color: #fff !important;
    }
    .form-input-bg {
        background-color: #F7FBFD !important;
        border-radius: 8px !important;
    }
    .dodler-corporate-one {
        bottom: 60px;
        left: -40px;
    }
    .dodler-corporate-two {
        top: -10px;
        right: 40px;
    }
    .dodler-school-one {
        top: -30px;
        left: 0;
    }
    .dodler-departure-one {
        right: 0;
        top: -140px;
    }
    .dodler-custom-one {
        top: -50px;
    }
.custom-tour-expertise {
    position: relative;
}
.custom-tour-expertise::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('/assets/front/img/white-abstract-wallpar.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6; /* Only the bg image is faded */
    z-index: -1;
}
.floating-img {
    animation: floatUpDown 3s ease-in-out infinite;
}
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px); /* you can adjust this value */
    }
}
.partner-card {
    height: 100px;
}
/* new bus code css */
div.seatCharts-container {
	/*min-width: 700px;*/
}
div.seatCharts-cell {
	height: 16px;
	width: 16px;
	margin: 3px;
	float: left;
	text-align: center;
	outline: none;
	font-size: 13px;
	line-height:16px;
	color: blue;
}
div.seatCharts-seat {
	background-color: green;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
}
div.seatCharts-seat:focus {
	border: none;
}
/*
.seatCharts-seat:focus {
	outline: none;
}
*/
div.seatCharts-space {
	background-color: white;
}
div.seatCharts-row {
	height: 50px;
}
div.seatCharts-row:after {
	clear: both;
}
div.seatCharts-seat.selected {
	background-color: aqua;
}
div.seatCharts-seat.focused {
	background-color: #6db131;
}
div.seatCharts-seat.available {
	background-color: green;
}
div.seatCharts-seat.unavailable {
	background-color: red;
	cursor: not-allowed;
}
ul.seatCharts-legendList {
	list-style: none;
}
li.seatCharts-legendItem {
	margin-top: 10px;
	line-height: 2;
}
/* html,
body {
    height: 100%;
    ;
    width: 100%;
    ;
}
body {
    font-family: cursive;
    max-height: 100%;
    overflow: auto;
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    color: #e5e3e3;
    overflow-x: hidden;
} */
/* a {
    color: #b71a4c;
}
.front-indicator {
    margin: 0.5em 0;
    width: 100%;
    background-color: #f6f6f6;
    color: #ffffff;
    text-shadow: 2px 2px 5px #000;
    font-size: 21px;
    font-weight: 700;
    padding: 1em 0;
    text-align: center;
    border-radius: 3em;
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
} */
.wrapper {
    width: 100%;
    text-align: center;
}
/* .container {
    margin: 0 auto;
    width: 80%;
    text-align: left;
} */
.booking-details {
    text-align: left;
    font-size: 12px;
    padding: 4.5em;
    margin-top: 4em;
}
.booking-details h2 {
    /* margin: 25px 0 20px 0; */
    margin: 0;
    font-size: 17px;
}
.booking-details h3 {
    /* margin: 5px 5px 0 0; */
    margin: -25px 5px 0 0;
    font-size: 14px;
}
div.seatCharts-cell {
    color: #1a1c1e;
    /* height: 4em; */
    height: 3em;
    /* width: 14.666666%; */
    /* width: 10.666666%; */
    width: 3em;
    line-height: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
div.seatCharts-seat {
    cursor: pointer;
}
div.seatCharts-row {
    height: 5em;
}
div.seatCharts-seat.available {
    background: #fff;
    border: 1px solid #033f1b;
}
div.seatCharts-seat.available.first-class {
    background: #e5e7eb;
    border: 0px;
}
div.seatCharts-seat.focused {
    background: #033f1b;
    color: #fff
}
div.seatCharts-seat.selected {
    background-color: #ff8e3f;
}
div.seatCharts-seat.unavailable {
    background: rgb(252, 121, 121);
    background: radial-gradient(circle, rgba(252, 121, 121, 1) 0%, rgba(249, 81, 81, 1) 25%, rgba(231, 53, 53, 1) 50%, rgba(255, 24, 24, 1) 75%, rgba(217, 6, 6, 1) 100%);
}
div.seatCharts-container {
    /* border-right: 1px dotted #adadad; */
    padding: 20px;
}
div.seatCharts-legend {
    padding-left: 0px;
    bottom: 16px;
}
ul.seatCharts-legendList {
    padding-left: 0px;
}
span.seatCharts-legendDescription {
    margin-left: 5px;
    line-height: 30px;
}
.checkout-button {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}
#selected-seats {
    min-height: 10em;
    overflow-y: scroll;
    background: #fff;
    padding: 0.5em 1em;
    overflow: auto;
}
ul#selected-seats:empty:after {
    content: "Please select Seat/s first";
    color: #6c6c6c;
    font-style: italic;
}
ul#selected-seats>li {
    color: #000;
    list-style: none;
}
.text-muted {
    color: rgb(255 252 252);
    text-shadow: 2px 2px 5px #000;
}
.text-center {
    text-align: center;
    align-items: center;
    justify-content: center;
}
.fw-bold {
    font-weight: bold;
}
.fw-bolder {
    font-weight: bolder;
}
.row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.grid-50 {
    flex: 0 0 auto;
    width: 50%;
}
.grid-60 {
    flex: 0 0 auto;
    width: 60%;
}
.grid-40 {
    flex: 0 0 auto;
    width: 40%;
}
div.seatCharts-space {
    background-color: transparent;
    color: #fff !important;
}
li.seatCharts-legendItem {
    margin-top: 10px;
    font-size: 15px;
    line-height: 4em;
    /* line-height: 5em; */
}
#checkout-button {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 10px;
    display: block;
    background-image: linear-gradient(to right, #77A1D3 0%, #79CBCA 51%, #77A1D3 100%);
    border: none;
    cursor: pointer;
}
#checkout-button:hover,
#reset-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
#reset-btn {
    width: 100%;
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 5em;
    display: block;
    border: none;
    cursor: pointer;
    background-image: linear-gradient(to right, #06beb6 0%, #48b1bf 51%, #06beb6 100%);
}
/* new add for select2 dropdown */
/* Make Select2 match .form-input-bg */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #F7FBFD !important;
    border-radius: 8px !important;
    padding: 0.375rem 0.75rem;
    padding-bottom: 0.75rem !important
}
/* Adjust chips (multi-select selected items) */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0d6efd;
    color: #000;
    border-radius: 4px;
    padding: 0 5px;
    margin-top: 4px;
}