/* Reset all fonts */

:root {

    --primary-color: rgb(17, 157, 213);
    --primary-light: rgba(17, 157, 213, 0.1);
    --primary-light-orange: #e59f6d21;
    --secondary-color: #fd6e0f;
    --text-dark: #333;
    --text-light: #666;
    --white: #fff;
    --light-bg: #f8f9fa;
    --border-radius: 12px;
    --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --transition: all 0.3s ease;
    --andaman-gradient: linear-gradient(to left, #FF5722, #ff6510);
    --andaman-primary: #ff6510;
    --andaman-secondary: #ffa906;
    --andaman-btns: #246e94;
    --btn-gradient: linear-gradient(to right top, #246e94, #2385ae, #209ec7, #19b7df, #11d1f7);
    --color-primary: rgb(17, 157, 213);
    --color-primary-light: rgb(25, 133, 197);
    --color-primary-dark: rgb(15, 120, 180);
    --color-primary-gradient: radial-gradient(circle at center, rgb(25 133 197) 0%, rgb(17 157 213) 100%);


    --color-secondary: #f9680f;
    --color-secondary-dark: #df511b;
    --color-secondary-gradient: linear-gradient(135deg, #f9680ff7 0%, #df511b 100%);
    --color-text: rgb(36, 69, 104);
    --color-text-light: #666;
    --color-bg-light: #F8FBFF;
    --color-white: #FFFFFF;
    --color-heading: rgb(17, 157, 213);
    --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 6px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 15px 25px rgba(0, 0, 0, 0.1);
    --border-radius-sm: 8px;
    --border-radius-md: 12px;
    --border-radius-lg: 20px;
    --transition-fast: all 0.3s ease;
    --transition-medium: all 0.5s ease;

}

h1,
h2,
h3,
h4,
h5,
h6 {


    font-family: 'Poppins', sans-serif !important;
    color: #002246;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
}

p,
li,
a {

    font-weight: normal !important;

    line-height: 20px !important;
    color: var(--color-text);
    font-size: 12px !important;
    color: #002246;


}
.small, small {
    font-size: .675em;
    margin-top:6px;
}


span {
    font-family: 'Poppins', sans-serif !important;  
    

}
.overview-description span{
color: rgb(36, 69, 104) !important;
font-size: 12px !important;
}

p {
    font-size: 12px !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.default-btn {
    border: none;
    background-color: #ffa207;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.ct-btn {
    border: none;
    border-radius: 4px;
    background: #ffa207 !important;
    color: white;
    transition: 0.4s all ease-in-out;
    text-transform: uppercase;
    padding: 10px 50px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
}

.title {
    color: #002246;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.description {
    color: #8F8F8F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 20px;
}

.form-select:focus {
    outline: 0;
    border-color: #ddd;
    box-shadow: 0 0 0 .15rem rgba(195, 201, 209, 0.25);
}

.form-check-input:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0 .01rem rgba(13, 110, 253, .25);
}
.filter-category{
    width:10px !important;
    height:22px !important;
}
.filter-ac{
    width:10px !important;
    height:22px !important;
}
.filter-driver{
    width:10px !important;
    height:22px !important;
}

input[type='checkbox'] {
    accent-color: #334E6B;
}

h1 {
    font-size: 2rem;
}

.login-icon:hover {
    color: #334E6B !important;
}

.tooltip-inner {
    background-color: #1b1a1a !important;
}

.border-custom {
    border-color: #ffa207 !important;
    border-width: 1px !important;
    color: #4a4343;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

#navbarNav .nav-item a {
    font-weight: normal;
    font-size: 0.9em;
}

/* cross icon menu */
.navbar-toggler-icon.cross {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%280, 0, 0, 0.5%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M6 6l18 18M6 24L24 6"/%3E%3C/svg%3E') center/contain no-repeat;
}

/* cross icon menu end */
.banner-centre-contain {
    position: absolute;
    top: 200px;
    z-index: 20;
}

.mobo-con,
.mobo-user {
    display: none;
}

.banner-btn {
    border: 2px solid #fff;
    border-radius: 5px;
    background: transparent;
    padding: 5px 25px;
    color: #fff;
    margin-top: 20px;
}

.banner-btn:hover {
    background: #fff;
    color: #334E6B;
    transition: all 0.4s;
}

/*.home-banner{
    background-image: url(../img/bg-hero2.webp);
    background-size: cover;
    background-position: center;
    height: 50vh;
}*/
/* .home-banner {
    position: relative;
    height: 75vh;
    overflow: hidden;
} */
/* 
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
} */
/* 
.banner-centre-contain {
    position: relative;
    z-index: 1;
} */
/* 
.tour-banner {
    background-image: url(../img/travelbg.webp);
    background-size: cover;
    background-position: bottom center;
    height: 50vh;
}

.hotel-banner {
    background-image: url(../img/hotel-hero-banner.webp);
    background-size: cover;
    background-position: center;
    height: 50vh;
}

.activity-banner {
    background-image: url(../img/wateractivities-banner.webp);
    background-size: cover;
    background-position: center;
    height: 50vh;
}

.cruise-banner {
    background-image: url(../img/ferry_bann.webp);
    background-size: cover;
    background-position: center;
    height: 70vh;
} */
/* 
@media screen and (max-width: 603px) {
    .cruise-banner {
        background-image: url(../img/ferry_bann.webp);
        background-size: contain;
        background-position: bottom;
        height: 25vh;
        background-repeat: no-repeat;
    }

    .operated {
        display: none;
    }

    .stick-btm {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 999;
        height: 50px;
    }
}

.cab-banner {
    background-image: url(../img/car-bg.webp);
    background-size: cover;
    background-position: center;
    height: 50vh;
}

.home-banner-sub-heading {
    background-color: #334E6B;
    font-size: 16px;
}

.home_search_form_area {
    border-radius: 20px;
    padding: 15px 15px;
    margin-top: 0px;
    position: relative;
    margin-top: -68px;

}

.home_form_btn_search {
    background-color: #ffa207;
    border-radius: 30px;
}

.home_form_btn_search:hover {
    background-color: #ffa207 !important;
    color: #002246 !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ddd;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.home_search_form_tabbtn .nav-tabs {
    border-bottom: none;
} */



.search_user-counting {
    background-color: #334E6B !important;
    color: #fff;
    font-weight: 900;
    width: 50px;
}


.branding a {
    display: none !important;
}

.branding {
    visibility: none !important;
}


p {
    font-size: 12px;
    line-height: 28px;
    color: #002246;
    font-weight: 400;
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
}

.customWidth {
    width: 225px;
}

.dayCount li {
    padding: 5px;
    font-size: 0.8rem;
}

.singleviewTabcontent .form-select:focus {
    border-color: transparent;
}

.singleviewTabcontent a {
    font-weight: bold !important;
    color: #FFA207;
}

.accordion-body p a {
    color: #FFA207 !important;
}

.accordion-button {
    font-size: 12px;
}

.view_page_price h2 {
    color: #334E6B;
    font-weight: 600;
    font-size: 1.2rem;
}

.price-note {
    font-size: 0.6rem;
    line-height: 10px;
    text-align: center;
}

.view_page_price p {
    color: #334E6B;
    font-size: 12px;
    line-height: 12px;
}

.person {
    font-size: 0.7rem !important;
    color: #FFA207;
    font-weight: 400;
}

.addons {
    background-color: #334E6B;
    color: #fff !important;
    border-radius: 20px;
}

.addons>h2 {
    color: #fff !important;
}

.priceSummary {
    /* position: -webkit-sticky; */
    /* position: sticky !important;
    top: 75px; */
    margin-top: 135px;
    background-color: #fffdfa !important;
}

.hotel-sub-list {
    font-size: 0.8rem;
    font-weight: 600;

}

.price-innrer-title span {
    color: #334E6B;
    font-weight: 600;
    font-size: .8rem;

}

.room-collection_details span {
    color: #334E6B;
    font-weight: 600 !important;
    font-size: 0.8rem;
}

.room-collection_details {
    padding-bottom: 10px;
}

/*********************
addons price summary
**********************/
.addons-special img {
    width: 30px;
}

.addons-special {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.addon-item {
    position: relative;
    cursor: pointer;
}

.addon-item.selected {
    background-color: #f0f8ff;
    border-color: #007bff;
    /* Optional highlight for selected */
}

.cake-count-indicator {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
}

/* Popup Styles */
.popup-overlay {
    position: fixed;
    top: 10rem;
    left: 32rem;
    /* width: 100%; */
    height: 100%;
    text-align: center;
    /* background: rgba(0, 0, 0, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: #f0f8ff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cake-count button {
    padding: 5px 10px;
    font-size: 18px;
    margin: 0 5px;
    cursor: pointer;
}

.cake-count span {
    font-size: 18px;
    font-weight: bold;
}

.popup-content button {
    margin: 10px 5px;
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
}

.cake-selector-confirm {
    background-color: #002246;
    border: none;
    color: #fff;
    border-radius: 20px;
}

.cake-selector-cancel {
    background-color: #FF0000;
    border: none;
    color: #fff;
    border-radius: 20px;
}

.cake-count-popup {
    border: 2px solid #002246 !important;
    border-radius: 5px !important;
}

.security-depo-img {
    width: 20px;
}

.security-amt {
    color: #FF0000;
}

/*********************horizontal-time picker -car */


/***************************/

.nearest-location p {
    border-radius: 20px;
    border: 1px solid #FFA207;
    padding: 5px 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.nearest-location p.selected {
    background-color: #F0F8FF;

}

/*********************************
  end addons
  **********************************/
.singleviewTabcontent p {
    font-size: 15px;
    line-height: 24px;
}

.form-control {
    height: 55px;
    border: 2px dashed #dddddd75;
    padding: 10px 22px;
    font-size: 16px;
}

.form-control {
    height: 50px;
    border: none;
    box-shadow: 0px 1px 13px 0px #4a4343 0000d;
    padding: 10px 22px;
    font-size: 16px;
}

.btn_md {
    padding: 12px 35px;
    font-size: 18px;
}

.btn:hover {
    background-color: #334E6B;
    color: #FFA207;
}

.btn_theme {
    color: #fff;
    /*background: linear-gradient(to left, #ffa906, #ff6510) !important;*/
    transition: 0.4s all ease-in-out;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    background: #FFA207;
}

.btn_theme:hover {
    color: #ffa207;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: #f3f6fd;
}

.heading_theme {
    border-bottom: 1px solid #ffa207;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
}

.custom-li .list-group-item {
    padding-top: 0%;
    padding-bottom: 0%;
    font-size: smaller;
}

.card-selected {
    border: 2px solid #ffc600;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fae588 !important;
}


.ferry-card-custom.selected {
    background-color: #f0f8ff;
    /* Light blue background on select */
    border: 2px solid #007bff;
    /* Border color when selected */
}

.ferry-card-custom {
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.ferry-card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


.custom-footer p {
    font-size: x-small !important;
    line-height: 110%;
    color: #000;
}

.btn-yellow {
    background-color: #ffa207;
}


.theatre {
    margin: 20px auto;
    max-width: 350px;

}

.theatre .container {
    background-color: #f8f8f2;
}

.theatre img {
    display: block;
    margin: 0 auto;
    max-width: 112%;
    height: auto;
}

.container {
    /* padding: 10px; */
}

/* Seat Container Styling */
.seat {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 0;
    width: 100%;
    position: relative;
}

.seat.green {
    width: auto !important;
}

/* Checkbox Hidden with Custom Behavior */
.seat input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.seat .selected {
    background-color: #bada55;
    /* Highlight selected seat */
    animation: rubberBand 300ms both;
    color: #000;
}

.seat .disabled {
    background-color: #ffcdd2;
    /* Red for disabled seats */
    text-indent: -9999px;
    overflow: hidden;
    cursor: not-allowed;
}

.seat .disabled:after {
    content: "X";
    /* Cross for disabled seats */
    text-indent: 0;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.seat .disabled:hover {
    box-shadow: none;
    cursor: not-allowed;
}


/* Seat Label Styling */
.seat label {
    display: block;
    width: 19px;
    margin: 1px;
    text-align: center;
    font-size: 0.5rem;
    /* font-weight: bold; */
    line-height: 1rem;
    padding: 3px;
    /* color: #fff; */
    border-radius: 2px;
    transition: transform 300ms, background-color 300ms;
    cursor: pointer;
    /* position: relative; */
}

.seat label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/icon/seat.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transform: rotate(90deg);
    /* Optional */
}

/* Blocked Seats */
.seat.blocked {
    background-color: #ffcdd2;
    /* Light red */
    cursor: not-allowed;
    border: 1px solid #e57373;
}

/* Hover Effect for Available Seats */
.seat:not(.blocked):hover {
    background-color: #e0f7fa;
    transform: scale(1.05);
}

/* Animation Keyframe */
@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}


/* Exit and Rear Section Styling */
.exit {
    background-color: #333;
    height: 30px;
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
}





/* Styling for the specific table with class 'custom-table' */

/* Small Inputs inside the custom table */

/* Styling for table rows */

/* Add a bit of spacing between rows */

/* Input fields and select dropdowns in cells */

/* Styling for "SNo" column */

/* Custom styling for "Passenger Name" column */

/* Media Query for Small Screens */


.psgr-form-ctrl {
    height: 30px !important;
    padding: 5px;
}

.psgr-data-select {
    height: 30px;
    padding: 5px 5px;
}

.fonts tr th {
    font-size: 11px;
}

.psngrdata td input {
    font-size: 12px;
    border-radius: 0%;
    color: #000;
}

.psngrdata td select {
    font-size: 12px;
    border-radius: 0%;
    color: #000;
}

.psngrdata td {
    font-size: 12px;
    border-radius: 0%;
    color: #000;
}

.location-card {
    background-color: #acadaa;
    /* Equivalent to bg-light */
    border: 1px solid #dee2e6;
    /* Equivalent to border */
    padding: 16px;
    /* Equivalent to p-3 */
    display: flex;
    /* Flexbox for alignment */
    align-items: center;
    /* Vertical alignment */
    justify-content: space-between;
    /* Horizontal spacing */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Optional for better design */
}

.location-card.done {
    background-color: #abd35c;
}

.location-card.active {
    background-color: #ffa207;
}

.location-card.pending {
    background-color: #858585;
}

.location-card.active p {
    color: white;
    /* Change to your preferred color */
}

/* Reset styles for the accordion button */
.custom-accordion-button {
    border: none !important;
    /* Remove borders */
    background-color: transparent !important;
    /* Remove background */
    border-radius: 0 !important;
    /* Remove border radius */
    box-shadow: none !important;
    /* Remove focus shadow */
    outline: none !important;
    /* Remove focus outline */
    padding: 0;
    /* Adjust padding as needed */
}

/* Prevent focus styles from being added */
.custom-accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

/* Override Bootstrap's first-of-type styles */
.accordion-item:first-of-type .custom-accordion-button {
    border-radius: 0 !important;
}

/* Hide trip cost when expanded (collapsed is the default state) */
.custom-accordion-button.collapsed .trip-cost {
    display: block;
}

.custom-accordion-button:not(.collapsed) .trip-cost {
    display: none;
}

.custom-accordion-button .trip-cost {
    display: none;
}

.text-yellow {
    color: #ffa207;
}

.btn-yellow {
    background-color: #ffa207;
}

/* Backdrop (covers entire page) */
.loader-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    display: flex;
    /* Default to flex */
    justify-content: center;
    /* Center the loader horizontally */
    align-items: center;
    /* Center the loader vertically */
    z-index: 9999;
    /* Makes sure it is on top */
    visibility: hidden;
    /* Hidden by default */
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

/* Loader Animation */
.loader {
    border: 8px solid #f3f3f3;
    /* Light gray border */
    border-top: 8px solid #3498db;
    /* Blue top border */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    /* Spin animation */
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Make the loader visible when Livewire is loading */

/* The backdrop (covers entire page) */
.loading-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    display: none;
    /* Hidden by default */
    justify-content: center;
    /* Flexbox to center the loader */
    align-items: center;
    /* Center the loader vertically */
    z-index: 9999;
    /* Ensures it is on top */
}

/* Loader Spinner */
.loading-spinner {
    border: 8px solid #f3f3f3;
    /* Light gray border */
    border-top: 8px solid #3498db;
    /* Blue top border */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    /* Spin animation */
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 480px) {


    .sticks {
        position: sticky;
        top: 100px;
    }


}

.card {
    border-radius: 10px 10px 0 0;
}

.form-control {
    height: 45px;
    border: 2px solid #dddddd75;
    padding: 10px 22px;
    font-size: 16px;
}

.last_name {
    font-weight: 600;
}

.terms_item:first-child {
    padding-top: 0px;
}

.terms_item h3 {
    font-weight: 600;
    font-size: 1.5rem;
}

.privacy-listing li {
    list-style-type: disc;
}

.privacy-listing {
    padding: 10px 30px;
}

.terms_item p {
    padding-top: 15px;
}

.terms_item {
    padding-top: 30px;
}

.circle {
    font-size: 10px;
    padding: 5px;
}

.common_author_heading h3 {
    font-weight: 400;
    color: #4a4343;
}

.common_author_heading h2 {
    padding-top: 15px;
}

.common_author_form {
    padding: 13px 30px;
}

#main_author_form .form-group {
    margin-bottom: 20px;
    text-align: right;
}

.common_author_heading {
    text-align: center;
}

.common_form_submit {
    padding-top: 20px;
}

.common_form_submit {
    text-align: center;
}

.have_acount_area {
    text-align: center;
    padding-top: 20px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: #002246;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: #ffa207;
}

.common_author_boxed {
    background: #FFF9EF;
    padding: 45px 20px;
    border: 3px solid #fff;
    border-radius: 10px;
}

#common_author_area {
    background-image: url(../img/login-bg.webp);
    background-position: center center;
    background-size: cover;
}

.other_author_option ul {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.other_author_option ul li {
    padding-left: 10px;
    transition: 0.4s all ease-in-out;
}

.line_or {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.line_or span {
    display: block;
    background: #fcf2ee;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    color: #4a4343;
    font-size: 20px;
    margin: 0px auto -21px auto;
}

.have_acount_area li {
    transition: transform 0.2s ease;
}

.have_acount_area li:hover {
    transform: translateY(-5px);
}

.dashboard_sidebar {
    background: #ffffff;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.dashboard_sidebar_user {
    text-align: center;
    padding: 30px 20px;
    background: #334E6B;
}

.dashboard_top_icon img {
    width: 40px;
}

.dashboard_sidebar_user img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.dashboard_sidebar_user h3 {
    padding-top: 20px;
    font-weight: 500;
    color: #fff;
}

.dashboard_sidebar_user p {
    line-height: 17px;
    padding-top: 10px;
    color: #fff;
}

.dashboard_sidebar_user p a {
    color: #fff;
}

.dashboard_menu_area {
    padding: 40px 20px;
}

.dashboard_menu_area ul li {
    margin-bottom: 20px;
    font-size: 1rem;
}

.dashboard_menu_area ul li a {
    color: #4a4343;
}

.dashboard_menu_area ul li a.active {
    color: #334E6B;
}

.dashboard_menu_area ul li i {
    padding-right: 10px;
}

.dashboard_common_table {
    background: #fcf3ef;
    border-radius: 12px;
    padding: 25px 30px;
}

.dashboard_common_table h3 {
    font-weight: 500;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 11px;
    position: relative;
}

.dashboard_common_table h3::after {
    content: "";
    width: 140px;
    height: 2px;
    background: #ffa207;
    position: absolute;
    left: 0;
    bottom: 0;
}

#profile_form_area .form-group {
    margin-bottom: 30px;
}

#profile_form_area label {
    margin-bottom: 10px;
}

.dashboard_common_table h3 {
    font-weight: 500;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 11px;
    position: relative;
}

.dashboard_top_boxed {
    background: #ffffff;
    box-shadow: -4px -4px 14px rgba(0, 0, 0, 0.08),
        8px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
}

.dashboard_top_icon i {
    font-size: 50px;
    color: #002246;
}

.dashboar-side-bar-icon {
    width: 30px;


}

.dashboard_top_text h3 {
    padding-bottom: 0px;
    font-weight: 500;
    color: #002246;
    font-size: 24px;
}

.dashboard_top_text {
    padding-left: 20px;
}

.dashboard_main_top {
    margin-bottom: 30px;
}

.table_common_area thead tr th {
    padding: 15px 0;
}

.table_common_area tbody tr td {
    padding: 16px 0;
}

.table_common_area tbody tr td {
    padding: 16px 0;
}

.table_common_area {
    margin-top: 40px;
}

.table_common_area table {
    text-align: center;
    border: 1px solid #d5d5d5;
}

.table_common_area tbody tr td.complete {
    color: #4caf50;
    font-weight: 500;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.dashboard_dropdown_button span {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
}

.dashboard_dropdown_button {
    position: relative;
}

.dashboard_menu_area ul li:hover {
    color: #334E6B;
    cursor: pointer;
}

.booing_sidebar_dashboard {
    padding-top: 30px;
    padding-left: 30px;
}

/**************************
user dashboard search
********************************/

/***********************end***************/
.user-offer {
    font-size: 14px;
}

.user-offer-list li {
    font-size: .9rem;
    color: #94a1b3;
}

.user-offer-content {
    font-size: .9rem;
    color: #94a1b3;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.btn-close {
    width: 0.3em;
    height: 0.3em;
}

.section_padding {
    padding: 50px 0;
}

.Outstation {
    flex-basis: 32%;
    border: 1px solid #ddd;
    margin: 10px 0;
    background-image: url(../img/Outstation.svg);
    background-position: right;
    background-repeat: no-repeat;
    padding: 2% 0;
    border-radius: 5px;
}

.hourly {
    flex-basis: 32%;
    border: 1px solid #ddd;
    margin: 10px 0;
    background-image: url(../img/Hourly_Rentals.svg);
    background-position: right;
    background-repeat: no-repeat;
    padding: 2% 0;
    border-radius: 5px;
}

/* Custom CSS for the stepper */
.stepper {
    display: flex;
    justify-content: space-between;
}

.step {
    flex: 1;
    text-align: center;
    margin: 5px 7px;
}

.step.active {
    color: #ffa207;
    /* Change the color for active steps */
}

.location {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
}

.carEnquirymodal {
    background: transparent !important;
    border: none !important;
}

.carform {
    border-radius: 10px;
}

.location i {
    color: #ffa207;
}

.mega-menu {
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    background-color: transparent;
    padding: 0px;
    width: 100%;
    padding-top: 20px;
    z-index: 12;
}



.mega-menu-item {
    background-color: #fdfbfb;
}

.mega-menu-item h2 a {
    font-weight: 600 !important;
    font-size: 0.8rem !important;

}

.nav-item:hover .mega-menu {
    display: block;
    /* Show the Mega Menu on hover */
}

.list-unstyled li a {
    font-weight: normal;
    color: #777272;
}

.list-unstyled li a:hover {
    font-weight: normal;
    color: #a59d9d;
}

.list-unstyled li {
    padding: 5px 0;
    font-size: 14px;
}

.contact-menu a {
    background-color: #334E6B;
    color: #ffa207 !important;
    padding: 5px 25px !important;
    border-radius: 20px;
    margin-top: 5px;
    text-align: center;

}

/* .contact-menu a:hover {
    background-color: #334E6B;
    color: #fff !important;
    padding: 5px 25px !important;
    border-radius: 5px;
    text-align: center;
    border-radius: 20px;
} */

.submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 10%;
}

.nav-item:hover .submenu {
    display: block;
}

.submenu ul {
    padding: 0;
}

.submenu li {
    padding: 5px;
}

.submenu a {
    color: #333;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
}

.submenu a:hover {
    background-color: #faf7f6;
}

.bg-list-first {
    background-color: #faf7f6;
}


.cruise-banner {
    background-image: url(../img/NAUTIKA-1.jpg);
    background-size: cover;
    background-position: center;
    height: 50vh;
}

@media screen and (max-width: 603px) {
    .cruise-banner {
        background-image: url(../img/NAUTIKA-1.jpg);
        background-size: contain;
        background-position: bottom;
        height: 25vh;
        background-repeat: no-repeat;
    }

}

.recognition-item {
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    /* Ensures equal height */
    height: 100%;
    /* Forces all items to be the same height */
    padding: 20px;
    /* Ensures consistent spacing */
}

.recognition-item {
    flex: 1;
    text-align: center;
    padding: 2px;
    min-width: 200px;
}

@media (max-width: 768px) {

    .recognition-item {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 5px;
        border-right: 1px solid #dee2e6;
    }

    .recognition-item:last-child {
        border-right: none;
    }

    .recognition-item h3 {
        font-size: 0.9rem;
    }

    
    .google-icon,
    .tripadvisor-icon {
        max-height: 40px;
        max-width: 80px;
    }

    .google-rating,
    .tripadvisor-rating {
        font-size: 1rem;
    }
}

/* Ensure logos and icons maintain good sizing */

.google-icon,
.tripadvisor-icon {
    max-height: 50px;
    max-width: 100px;
    object-fit: contain;
    margin-bottom: 10px;
}

.rating-container {
    margin-top: 10px;
}

.google-rating,
.tripadvisor-rating {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00698f;
}

/* Ferry Routes Table Section */

/* Additional styling for ferry route details */

/* Adjust table for new column */

/* Responsive adjustments */

/* Why Choose AndamanBliss Section */
.why-choose-andamanbliss {
    background-color: #f8f9fa;
}

.why-choose-item {
    transition: transform 0.3s ease;
    padding: 20px;
    border-radius: 10px;
}

.why-choose-item:hover {
    transform: translateY(-10px);
}

.why-choose-icon i {
    color: #ff6b00;
    /* Vibrant orange color */
    margin-bottom: 15px;
}

.why-choose-title {
    color: #00698f;
    /* Keep the original blue for title */
    font-weight: 600;
    margin-bottom: 15px;
}

.why-choose-description {
    color: #6c757d;
    line-height: 1.6;
}

/* Booking Process Section */
.booking-process-section {
    background: linear-gradient(135deg, #f0f4f8 0%, #e6eaf5 100%);
    position: relative;
    overflow: hidden;
}

.booking-process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    background-size: 40px 40px;
    opacity: 0.5;
    z-index: 1;
}

.booking-process-container {
    position: relative;
    z-index: 2;
}

.booking-process-timeline {
    position: relative;
    padding: 20px 0;
}

.booking-process-timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #e0e0e0;
    top: 0;
    bottom: 0;
    left: 50px;
}

.booking-process-step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 10px;
}

.booking-process-step:hover {
    background-color: rgba(0, 105, 143, 0.05);
}

.booking-process-step.active {
    background-color: rgba(0, 105, 143, 0.1);
}

.step-icon {
    width: 60px;
    height: 60px;
    background-color: #E9EAF5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    z-index: 1;
    position: relative;
}

.step-icon i {
    font-size: 24px;
    color: #00698f;
}

.step-content {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
}

.step-content h3 {
    color: #00698f;
    margin-bottom: 8px;
    font-size: 16px;
}

.step-content p {
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
}

.booking-process-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-process-image {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.booking-process-image img {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .banner {
        height: 50vh;
    }

    .banner-overlay h1 {
        font-size: 2.5rem;
    }

    .banner-overlay .lead {
        font-size: 1rem;
    }

    .recognition-item {
        flex-basis: 25%;
        max-width: 25%;
        border-right: 1px solid #dee2e6;
        padding: 10px;
    }

    .recognition-item:last-child {
        border-right: none;
    }
}

/* FAQ Section Styles */
.faq-section {
    background-color: #f8f9fa;
}

.custom-faq-accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-faq-accordion .accordion-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.custom-faq-accordion .accordion-button {
    font-weight: 600;
    color: #00698f;
    background-color: #ffffff;
    padding: 15px;
    font-size: 1.1rem;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: #00698f;
}

.custom-faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-faq-accordion .accordion-body {
    background-color: #f8f9fa;
    color: #6c757d;
    padding: 20px;
    font-size: 1rem;
}

/* Icon Styles */
.custom-faq-accordion .accordion-button i {
    font-size: 1.5rem;
    color: #00698f;
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.custom-faq-accordion .accordion-button:not(.collapsed) i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* FAQ Section Two-Column Layout */
.faq-content-column {
    background-color: #f0f4f8;
    border-radius: 10px 0 0 10px;
    padding: 40px 30px;
}

.faq-text-container {
    max-width: 400px;
}

.faq-text-container h2 {
    color: #00698f;
    font-weight: 700;
}

.faq-text-container h3 {
    color: #6c757d;
}

.faq-text-container .btn-primary {
    background-color: #00698f;
    border-color: #00698f;
    transition: all 0.3s ease;
}

.faq-text-container .btn-primary:hover {
    background-color: #005a7a;
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.text-orange {
    color: #ff6600 !important;
    /* Vibrant orange color */
}

.custom-book-float {
    position: fixed;
    color: #fff;
    right: -20px;
    top: 175px;
    padding: 1px 5px;
    border-radius: 30px;
    height: 53px;
    width: 66px;
    background-position: center;
    background-size: cover;
    z-index: 999;
}

.custom-book-icon {
    position: relative;
    cursor: pointer;
    background-color: #ff6f00;
    border-radius: 5px;
}

.custom-book-icon span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 5px;
}

.custom-book-icon:nth-child(1) {
    position: absolute;
    font-size: 1rem;
    top: 5px;
}

.custom-book-icon:nth-child(2) {
    position: absolute;
    font-size: 12px;
    top: 8px;
}

.custom-booking-modal-search button {
    border-radius: 30px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
}


.custom-modal-body {
    background-color: #fff;

}











/* fixed upto */

.about-content h1 {
    font-size: 2rem;
    font-weight: 500;
    position: relative;
}

.about-content h1::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: linear-gradient(to left, #ffa906, #ff6510);
    left: 5%;
    transform: translate(-50%, 50%);
    bottom: 0;
}

.founder {
    font-size: 13px;
}

.why-choose {
    background-color: #eff4fa;
    font-family: 'Poppins', sans-serif !important;
    ;
}

.why-choose h1 {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
}

.why-choose h1::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    background: #ffa207;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
}

.accordion-item {
    background: transparent !important;
    border: none;
}

/************Blog***************************/

.news_tags_area ul li {
    display: inline-flex;
    margin-right: 2px;
    margin-top: 15px;
}

.news_tags_area ul li a.active {
    background: #002246;
    color: #fff;

}

.news_tags_area ul li a {
    background: #dddddd;
    padding: 3px 10px;
    color: #4a4343;
    font-weight: 400;
    transition: var(--transition);
    border-radius: 5px;
}

.news_tags_area ul li a:hover {
    background: #002246;
    color: #fff;
}

/***********************light box***********************/

/*******************light box end***********************/

/********************Bike Rent Section************************/

.text-warning {
    color: #ffc107 !important;
}

.ferry-inquiry-btn {
    /*background: linear-gradient(to left, #ffa906, #ff6510) !important;*/
    background-color: #ffa207;
    border-radius: 30px;
}

.ferry-inquiry-btn:hover {
    color: #fff !important;
    background-color: #324D6A;
}

.primary-button {
    color: #fff !important;
    cursor: pointer;
    padding: 13px 25px;
    font-weight: 600;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}


.section-heading h1:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: linear-gradient(to left, #ffa906, #ff6510);
    margin-top: 10px;
    margin-bottom: 10px;
}

/*************************FAQ********************/
#faq {
    background-color: #eff4fa;
}

#faq .accordion-button {
    background-color: #fff;
    margin-top: 10px;
    padding: 10px 13px;
    font-size: 14px;
}

#faq .accordion-button:focus {
    outline: none;
}

/****************modal***************************/

/*.nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #fd6e0f;
}*/

input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

input[type="button"] {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
}

.input-group input[type="button"] {
    background-color: #eeeeee;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
    font-weight: bold;
    height: 38px;
    padding: 0;
    width: 38px;
    position: relative;
}

.button-plus {
    left: -13px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.modal-content {
    background-color: #fff;
}

/******************water sports -booking***************/

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.arrow {
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
    border: none;
    outline: none;
}

.cancel {
    font-size: 12px;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/*custom booking section************************/

.col-md-3 input[type="radio"] {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.col-md-3 input[type="radio"]:checked+label {
    background-color: #334E6B;
    color: #fff !important;
    background: linear-gradient(90deg,
            rgba(14, 146, 176, 1) 0%,
            rgba(80, 196, 222, 1) 42%,
            rgba(14, 146, 176, 1) 93%);
}

.col-md-3 label {
    display: block;
    padding: 2px;
    border-radius: 3px;
    cursor: pointer;
    color: #4a4343;
}

.radio-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-top-right-radius: 4px;
    display: none;
}

.radio-icon::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 24px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(255 162 7) rgb(255 162 7) transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.radio-icon svg {
    position: absolute;
    right: 6px;
    top: 7px;
    fill: #fff;
}

.radio-icon i {
    color: #fff;
    position: absolute;
    z-index: 9;
    right: 5;
    top: 8px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 53%;
    height: 80%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 100px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.priceSlider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.priceSlider .progress {
    height: 100%;
    left: 1%;
    right: 23%;
    position: absolute;
    border-radius: 5px;
    background: #ffa207;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -8px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #ffa207;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #ffa207;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.radio-wrapper {
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #334E6B;
}

.radio-wrapper:hover {
    background-color: #334E6B;
}

.radio-icon2 i {
    position: absolute;
    right: 7px;
    top: 5px;
    color: #fff;
    font-size: 22px;
    display: none;
    border-color: rgb(255 162 7) rgb(255 162 7) transparent transparent;
}

.radio-icon3 i {
    position: absolute;
    right: 7px;
    top: 5px;
    color: #fff;
    font-size: 22px;
    display: none;
}

.radio-wrapper-flight {
    position: relative;
    background-color: #334E6B;
}

.radio-wrapper-flight:hover {
    background-color: #334E6B;
}

select {
    appearance: none;
    /* safari */
    -webkit-appearance: none;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select select {
    display: none;
    /* Hide the default select box */
}

/****************custom booking end******************************/

.card-body .btn {
    background-color: #fd6e0f;
    color: #fff;
    text-align: center;
}

.card-body .btn:hover {
    background-color: #002246;
    color: #ffa207;
    z-index: 99;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

/***********custom floating icon**************************/
.custom-book-float {
    position: fixed;
    color: #fff;
    right: -20px;
    top: 175px;
    padding: 1px 5px;
    border-radius: 30px;
    height: 53px;
    width: 66px;
    background-position: center;
    background-size: cover;
    z-index: 999;
}

.custom-book-icon {
    position: relative;
    cursor: pointer;
    background-color: #ff6f00;
    border-radius: 5px;
}

.custom-book-icon span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 5px;
}

.custom-book-icon:nth-child(1) {
    position: absolute;
    font-size: 1rem;
    top: 5px;
}

.custom-book-icon:nth-child(2) {
    position: absolute;
    font-size: 12px;
    top: 8px;
}

.custom-booking-modal-search button {
    border-radius: 30px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
}


.custom-modal-body {
    background-color: #fff;

}

/******************Water activities seach form********/

.adultCount,
.childCount {
    font-size: 1.3rem;
    font-weight: 600;
}

/***********************ship passenger count*************/

/********************************andaman weather*******************/

.progressbar {
    counter-reset: step;
}

.progressbar li {
    position: relative;
    list-style: none;
    float: left;
    width: 20.33%;
    text-align: center;
    font-size: 20px;
    z-index: 2;
    font-weight: 400;
    color: #787878;
}

.progressbar li.active {
    font-weight: bold;
    color: #02101d;
}

/* Circles */
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #FF9100;
    z-index: 3;
    /* Center # in circle */
    line-height: 39px;
    font-weight: 600;
    color: #001933;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    background: orange;
    top: 20px;
    left: -41%;
    z-index: 1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    font-size: normal !important;
}

.progressbar li.active:before {
    background: #01B46C;
    content: "\2713";
    color: #fff;

}

.progressbar li.active+li:after {
    background: #01B46C;
}

.cruise-list-sub-heading span {
    background-color: #F2F6FF;
    padding: 3px 10px;
    border-radius: 3px;

}

.cruise-time {
    font-size: 1.3rem;
    color: #001933;
}

.cruise-list-heading h3 {
    color: #001933;
    font-size: 2rem;
}

.cruise-list-heading {
    align-items: center;
    gap: 50px
}

.cruise-list-sub-heading {
    text-align: start;
    gap: 30px;
}

.cruise-list-timing {
    justify-content: space-between;
    display: flex;
    align-items: center !important;

}

.cruise-time {
    font-weight: bolder;
    color: #334E6B !important;

}

/* .cruise-list-timing span {
    color: #C4C4C4;
    font-size: 1rem;
} */

.insta-booking2 {
    background-color: #fff2ed;
}

.insta-booking2 p {
    color: #EC6146;
    font-size: 1.2rem;
    font-weight: bold;
}

.ferry-full-details {
    border-right: 2px dashed #ddd;

}

.ferry-review-rating i {
    font-size: 0.8rem;
    color: #FFCB45;
}

.ferry-review-rating i.star2 {
    font-size: 1.2rem;
    color: #DDDDDD;
}


.cruise-price-per-person {
    font-size: 1rem;
    color: #334E6B;
    font-weight: bold;
}

.select-ferry-btn {
    border: none;
    color: #fff;
    background-color: #334E6B;
    padding: 10px 15px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
}

.ferry-listing-main:hover {
    box-shadow: 0px 4px 20px -3px rgba(0, 0, 0, 0.44);
}

.ferry-side-bar {
    border-bottom: 1px solid #ddd;
}

.card-body-ferry .btn {
    background-color: #334E6B;
    color: #fff;
    text-align: center;
}

.card-body-ferry .btn:hover {
    background-color: #002246;
    color: #ffa207;
    text-align: center;
}

.form-select-ferry {
    height: 44px !important;
}

#ferryCarouselControls {
    height: 350px;
}

#ferryCarouselControls .carousel-item {
    height: 350px;
}

#ferryCarouselControls .carousel-item img {
    height: 480px;
    object-fit: cover;
    /* This ensures the images cover the area without stretching */
}

.ferry-card-custom {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.ferry-card-custom .form-check-input {
    position: absolute;
    top: 10px;
    left: 10px;
}

.ferry-price {
    font-size: 24px;
    color: #2d54af;
    font-weight: bold;
    margin-top: 10px;
}

.ferry-modal-close {
    background-color: #EFEFEF;
}

.ferry-card-custom .form-check-input:checked {
    background-color: #2d54af !important;
    border-color: #2d54af !important;
    width:25px;
    height:25px;
}

.ferry-card-custom ul li i {
    color: #2d54af;
}

.select-ferry-btn:hover {
    box-shadow: -2px 0px 5px 5px rgba(0, 0, 0, 0.09);
}

.select-ferry-btn {
    line-spacing: 2px;
}

.ferry-price-modal-heading {
    display: flex;
    gap: 5px;
    align-items: center;
}

.ferry-modal-name-operator {
    font-size: 1.5rem;
    color: #001933;
    font-weight: bolder;
}

.ferry-modal-operator {
    font-size: .9rem;
    line-height: 10px;
}

/***********************career*****************/


/*************************team page*****************/

/* slick slider start********************/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

/* slick end***********************/
/******************our traveller*****************/

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-144vw);
    }
}

/*****************trraveller end**************/
/********************treand*******************/

/********************treand end*******************/

.swiper {
    width: 100%;
    padding-top: 3.125rem;
}

.swiper-pagination {
    bottom: 1.25rem !important;
}

/**********testomonial**********************/
/* .testimonials h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: linear-gradient(to left, #ffa906, #ff6510);
    left: 50%;
    transform: translate(-50%, 50%);
    top: 43px;
} */

/********************home page contact*************/

.contact-form {
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 12px;

}

.contact-form textarea {
    resize: none;
}

.contact-form .form-input {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
}

.contact-form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.contact-form .form-control:focus {
    border-color: #f33fb0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #ffa407;
}

.contact-form .title {
    text-align: center;
    font-size: 30px !important;
    font-weight: 900;
}

.contact-form .description {
    color: #aeb4b9;
    font-size: 14px;
    text-align: center;
}

.contact-form .submit-button-wrapper {
    text-align: center;
}

.contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background: #ffa207 !important;
    color: white;
    transition: 0.4s all ease-in-out;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 30px;
}

.contact-form .submit-button-wrapper input:hover {
    background-color: #ffa407;
    color: #4a4343;
}

.tel {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.tel i {
    color: #ffa407;
    font-size: 2rem;
}

/******************top -destination form*************/
.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.quantity span {
    font-weight: 500;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 22px;
    height: 29px;
    margin: 0;
    background: #f0f4f5;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
    color: #4a4343;
}

.quantity__minus:hover,
.quantity__plus:hover {
    background: #575b71;
    color: #fff !important;
}

.quantity__minus {
    border-radius: 3px 0 0 3px;
}

.quantity__plus {
    border-radius: 0 3px 3px 0;
}

.quantity__input {
    width: 50px;
    height: 29px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #f0f4f5;
    background: #fff;
    color: #4a4343;
    font-size: 1rem;
    font-weight: 500;
}

.quantity__minus:link,
.quantity__plus:link {
    color: #4a4343;
    font-weight: bold;
}

.quantity__minus:visited,
.quantity__plus:visited {
    color: #4a4343;
}

.pCountall>span {
    font-size: 12px;
}

/***************************new headlines*************/

.thumbnail {
    margin: 0 15px;
    background-color: #fff;
}

/*****************************customer serve*************/

.section-block-grey {
    padding: 30px 0;
    margin-bottom: 30px;
    background-color: #f7f7f7;
}

.section-block-grey h1 {
    font-size: 23px;
}

.input-group-text {
    background: 0 0;
    width: auto;
    line-height: 15px;
    font-size: 13px;
    border: none;
    padding: 7px;
}

.button-sm {
    display: inline-block;
}

.button-sm {
    font-size: 12px;
    line-height: 21px;
    border-radius: 4px;
    border: none;
}

/***********footer***************/

.recog {
    border-radius: 10px !important;
}

.recog img {
    height: 108px;
}

.our-office {
    display: none;
}

/***********************faq********************************/
.faq-heading h5 {
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins', sans-serif !important;
    ;
    padding: 20px 0;
    border-bottom: 2px solid #ddd;
}

.faq-block .accordion .accordion-title a {
    padding: 6px 25px 6px 10px;
    display: block;
    text-align: left;
    color: #666;
    position: relative;
}

.faq-heading {
    font-size: 23px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent !important;
    border-bottom: 2px solid #ddd;
}

.section-heading h1:after {}

.accordion-heading {
    border-radius: 0;
    padding: 0;
}

.accordion-title .collapsed:after {
    content: "\f067";
    top: 25px;
}

.accordion-title .collapsed:after,
.accordion-title a:after {
    font-size: 14px;
    color: #fe8e19;
    position: absolute;
    font-family: FontAwesome;
    right: 12px;
}

.accordion-title a {
    font-size: 13px;
    color: #767676;
    line-height: 1.5;
    display: block;
    padding: 13px 20px 10px 0;
    border-radius: 0;
    font-family: 'Poppins', sans-serif !important;
    ;
    position: relative;
    text-align: left;
    text-decoration: none;
}



.panel-heading:hover {
    background-color: #fff;
}

/************************footer-contact***********/
.plan-holidays {
    background: url(../img/crm_banner.png);
    padding: 40px;
    border-radius: 8px;
    background-size: cover;
}

.plan-holidays .section-heading h2 {
    color: #fff !important;
    font-size: 32px;
    line-height: 1.5;
    text-transform: uppercase;
}

.plan-holidays .form-control {
    font-size: 14px;
    color: #111;
    display: block;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px 15px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    height: 38px;
}

.error {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
    color: #dc3545;
}

.plan-holidays .form-group {
    margin-bottom: 1rem;
}

.button-sm {
    font-size: 12px;
    line-height: 21px;
    border-radius: 4px;
}

.ferry-inquiry-btn {
    /*background: linear-gradient(to left, #ffa906, #ff6510) !important;*/

    color: #fff;
}

#footer {
    background-color: #001933;
    color: #fff;
}

.primary-button {
    color: #fff !important;
    cursor: pointer;
    padding: 5px 15px;
}

/***********************customer support******************/
.section-heading h2 {
    font-size: 23px;
    color: #5e5c59 !important;
    line-height: 1.3;
}


.rating label:first-child {
    z-index: 5;
}

/*********popular andaman*******************/
.popular-place ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 7px;
    row-gap: 2px;
}

.popular-place ul li a {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ff6510;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #4a4343;
    border-radius: 4px;
    background: 0 0;
}

/****************single page view slider*********************/

.main-slider {
    display: flex;
    /* Display images horizontally */
    transition: transform 0.3s ease-in-out;
    /* Add smooth transition */
    position: relative;
}

.main-slider img {
    width: 100%;
    /* Make images fill the container */
    height: auto;
}

/****************new photography page *************/

.service-img {
    overflow: hidden;
}

.service-img img {
    transition: 0.5s all ease-in-out;
}

#gallery-lightbox img {
    height: 350px;
    object-fit: cover;
    cursor: pointer;
}

#gallery-lightbox img:hover {
    opacity: 0.9;
    transition: 0.5s ease-out;
}

#basic,
#advance,
#premium ul li i {
    color: #ffa207;
}

#basic,
#advance,
#premium ul li {
    color: #fff;
}

.why-us {
    background-color: #02101d;
}

/**************************hotel-listing-page new*************/
.hotel-listing p {
    color: #4a4343;
}

.hotel-listing-detais p {
    font-size: 0.875rem;
}

.hotel {
    height: auto;
    margin-top: 20px;
    position: relative;
}

.hotel-listing {
    height: 200px;
}

.hotel-listing img {
    width: 100%;
    height: 100%;
}

.hotel-rating i {
    font-size: 13px;
}

.hotel-review {
    font-size: 14px;
    margin-top: 5px;
}

.hotel-priceDtls li {
    font-size: 14px;
}

.callNowButton::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 5px;
    padding: 1px 5px;
}

/******************************cancellation page**********************/
.cancellation-tlb {
    background: #002246 !important;
}

/****************island inner -page ************************/

.location-hotel {
    color: #4a4343;
}

.bookHotelbtn {
    padding: 10px 15px;
    background-color: #ffa207;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}

.reviewCount {
    font-size: 12px;
    color: #4a4343;
}

.packageStart {
    color: #4a4343;
    font-size: 0.8rem;
}

.packageStart:hover {
    color: #ffa207;
    cursor: pointer;
}

.priceTag li {
    font-size: 0.8rem;
}

/*****************activities seach page***************/
.activityPageheading::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 2px;
    background: #ffa207;
    left: 50%;
    transform: translate(-50%, 50%);
    top: 50px;
}

/**************************island page cellular jail*****************/

.islandbg {
    /*background-image: url(../img/travelBG1.png);*/
    background-color: #f9f9f9;
}

.info-visitor li {
    padding: 3px;
    font-weight: 400;
}

/* .islandbg img {
    margin-left: auto;
    margin-right: auto;
} */

/********************island page design****************/

.island-left-title-list ul li {
    list-style-type: disc !important;
    padding: 3px 0px;
}

.island-left-title-list ul li a {
    color: #2D54AF;
    font-weight: 500;
}


.location-map {
    color: #002246;
    font-weight: 500;
}

.island-pg-icon {
    text-align: center;
}

.island-pg-icon img {
    width: 60px;
    padding: 10px;
}

.island-pg-icon h4 {
    text-align: center;
    font-size: 0.9rem;
}

.news_tags_area-social i {
    font-size: 2rem;
    color: #001933;
}

.news_tags_area-social p {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.6rem;
}

.social-heading {
    font-size: .8rem !important;
    text-align: center;
    padding-top: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

/*********************island page design end******************/
/**************our partner section homepage*************/
.customer-logos img {
    filter: grayscale(100%);
    width: 109px;
    height: 109px;
}

.customer-logos img:hover {
    filter: grayscale(0%);
    width: 70%;
    height: 70%;
}

/***************single-view-page new**********/

/**category page menu*/

.print {
    border: none;
    padding: 5px 10px;
    background-color: #002246;
    color: #fff;
    border-radius: 35px;
}

/***********************hotel inner page slider ************/
.hotel-inner-main ul li img,
.hotel-inner-thumbnail ul li img {
    border-radius: 10px;
}

.tax {
    font-size: 14px;
}

.dashline {
    border-top: 1px dashed #4a4343;
}

.sticky-top {
    position: sticky;
    top: 70px;
    /* Adjust the background color as needed */
    z-index: 222;

    border-radius: 5px;
}

.hotel-inner-thumbnail ul {
    display: flex;
    flex-direction: column;
}

.hotel-inner-thumbnail ul li {
    padding: 5px;
}

.modify-btn {
    background: linear-gradient(to left, #ffa906, #ff6510) !important;
    color: #fff;
    border-radius: none !important;
}

.modify-btn:hover {
    background: #334E6B;
    color: #fff;
    border-radius: none !important;
}

.similarHotelslide {
    position: relative;
}

.similarHotelslide::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: linear-gradient(to left, #ffa906, #ff6510);
    left: 6%;
    transform: translate(-50%, 50%);
    top: 34px;
}

.menu-sub-category {
    font-size: 0.8rem !important;
    font-weight: bold;
    color: #4a4343;
}

/* button scroll to top*************/
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #ffa906;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}

button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px;
}

button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/*whatsapp chat**********/

#sy-whatshelp {
    right: 25px;
    bottom: 110px;
    position: fixed;
    z-index: 9999;
}

#sy-whatshelp a {
    position: relative;
}

#sy-whatshelp a.sywh-open-services {
    background-color: #334E6B;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #4a4343;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block;
}

#sy-whatshelp a.sywh-open-services i {
    line-height: 55px;
}

#sy-whatshelp a.sywh-open-services i.fa-times {
    display: block;
}

#sy-whatshelp .sywh-services {
    width: 55px;
    height: auto;
}

#sy-whatshelp .sywh-services a {
    display: block;
}

#sy-whatshelp .sywh-services a i {
    color: #fff;
    line-height: 55px;
    /* margin-top: 10px; */
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    /* box-shadow: 2px 2px 8px -3px #4a4343; */
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}


#sy-whatshelp .sywh-services a.whatsapp i {
    background-color: #25d366;
}

a[data-tooltip] {
    position: relative;
}

a[data-tooltip]::before,
a[data-tooltip]::after {
    position: absolute;
    display: none;
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
}

a[data-tooltip]::before {
    content: attr(data-tooltip);
    background: #002246;
    color: #fff;
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
}

a[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
    display: block;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
    display: block;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
    top: 11px;
}

a[data-tooltip][data-placement="left"]::before {
    top: -7px;
    right: 100%;
    line-height: normal;
    margin-right: 10px;
}

a[data-tooltip][data-placement="left"]::after {
    border-left-color: #4a4343;
    border-right: none;
    top: 30%;
    right: 100%;
    margin-top: -6px;
    margin-right: 8px;
    display: none;
}

a[data-tooltip][data-placement="right"]::before {
    top: -7px;
    left: 100%;
    line-height: normal;
    margin-left: 10px;
}

a[data-tooltip][data-placement="right"]::after {
    border-right-color: #4a4343;
    border-left: none;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: 4px;
}

a[data-tooltip][data-placement="top"]::before {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
}

a[data-tooltip][data-placement="top"]::after {
    border-top-color: #4a4343;
    border-bottom: none;
    bottom: 100%;
    left: 10px;
    margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
    top: 100%;
    left: 0;
    margin-top: 10px;
}

a[data-tooltip][data-placement="bottom"]::after {
    border-bottom-color: #4a4343;
    border-top: none;
    top: 100%;
    left: 10px;
    margin-top: 4px;
}

/*********ferry inner page design******/
.plans {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em 0;
}

.plan {
    width: 16.5rem;
    padding: 2em;
    border-radius: 1em;
    margin: 0 0.5em 1em;
}

/* 
.datepicker-inline {
    background-color: #FFFDFA;
    margin-left: -155px;
}

.summary-date-picker img {
    width: 25px;
}

#datepickerButton {
    color: #334E6B;
    font-weight: bold;
    font-size: 12px;
}

#datepickerButton:hover {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}


.datepicker-dropdown {
    padding: 30px;
}

.pick-date {
    border: 1px solid #334E6B;
    background-color: #334E6B;
    color: #fff !important;
    font-weight: 500;
    border-radius: 5px;
}

.pick-date:hover {
    cursor: pointer;
}

.table-condensed tr>th {
    color: #002246;
}

.datepicker td,
.datepicker th {
    width: 35px;
} */

.custom-calendar-cruise {
    position: absolute;
    right: 20px;
    top: 37px;
}

/***********************custom build calendar***************/

.calendar {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0.75em;
    overflow: hidden;
    border-collapse: collapse;
    -webkit-tap-highlight-color: transparent;
}

.day-title {
    width: 4em;
    height: 4em;
    vertical-align: top;
    font-weight: bold;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    box-shadow:
        inset 0 -0.875em #fff,
        inset 0 -1em rgba(0, 20, 50, 0.1);
}

.day {
    position: relative;
    height: 3em;
}

.day:focus {
    outline: none;
}

.day:focus .day-number::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    border: 0.25em solid #0288d1;
    border-radius: 50%;
}

.day.today:focus .day-number::after {
    width: 102%;
    height: 102%;
}

.day:hover span.day-number {
    color: #0288d1;
}

.day:first-child,
.day:last-child {
    color: rgba(0, 0, 0, 0.5);
}

.day.range {
    color: #0288d1;
    background-color: #e1f5fe;
}

.day-number {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    border-radius: 50%;
}

.day.today span.day-number {
    color: #fff;
    border: 0.25em solid transparent;
    box-shadow: inset 0 0 0 2em #37474F;
}

.reset {
    display: inline-block;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: bold;
    font-size: 0.6875em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    background-color: #37474F;
    border-radius: 1.5em;
    cursor: pointer;
}

/*******car inner page design********/

.CarpriceDetails label {
    text-align: start !important;
    font-size: 14px;
    padding-top: 15px;
}

/********car inner end***********/
/**********bike inner start****/

/**************bike inner end*****/
/************contact us page***********/

/********contact page end**********/
/********************terms and conditon*************/
.terms_service_content {
    background-color: #EFF4FA;
}

/********************career page*******************/

label {
    font-size: 15px;
    margin-bottom: 5px;
}

input,
select,
textarea {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}

input:focus,
textarea:focus,
select:focus {
    outline-color: #FFA207;
}

/**************************testimonial page design**************/

/*********************press release page**************/
.press {
    background: url(../img/PR-Banner.png) no-repeat;
    height: 50vh;
    background-position: top center;
    background-size: cover;
    padding-top: 200px;

}

.scrollable-content {
    height: 400px;
    overflow-y: scroll;
    background-color: #fff;
}

.release-date p {
    color: #ffa207;
    font-size: 0.8rem;
}

.scrollable-content::-webkit-scrollbar {
    width: 4px;
    /* Width of the scrollbar */
}

.scrollable-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background of the scrollbar track */
}

.scrollable-content::-webkit-scrollbar-thumb {
    background-color: #002246;
    /* Scrollbar color */
    border-radius: 10px;
    /* Rounded corners for the scrollbar */
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
    background-color: #002246;
    /* Scrollbar color on hover */
}


/****************anouchment page **************/

/*******************visa page *****************/

/**************************payment************/
.pay-bg {
    background: url(../img/payment-method-bg.jpg) no-repeat;
    height: 50vh;
    background-position: top center;
    background-size: cover;
}

.payment-tab {
    background-color: #40C9A2 !important;
    color: #fff;

}

.payment-tab:hover {
    color: #fff;
}

/***************************account page*****************/

/**************************************************************
media query
*******************************************************/
@media screen and (min-width: 48rem) {
    main {
        display: flex;
        align-items: center;
    }

    .bg {
        opacity: 0.1;
    }
}


/*BBC/Sport/football/Scores&Fixtures*/
.timeline-container {
    /*
  Note 1: because overflow-x: auto; hides the active div down arrow, expand the list div height by the height of the arrow.
  Height 60px = arrow size=6px + scroller height=54px
*/
}

.timeline-container .timeline-list {
    text-align: center;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    scrollbar-width: none;
    width: 100%;
    -ms-overflow-style: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 80px;
}

.timeline-container .timeline-list .active {
    background-color: #FF5722;
    border: none;
}

.timeline-container .timeline-list .active:hover {
    background-color: #f44336;
}

.timeline-container .timeline-list .active:after {

    /* content: ""; */
    height: 0;
    width: 0;
    border-top: 6px solid #252525;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    top: 100%;
    left: 50%;
    position: absolute;
    /*take away arrow size=6px*/
    margin-left: -6px;
}

.timeline-container .timeline-list .active .timeline-date {
    color: #fff;
}

.timeline-container .timeline-list::-webkit-scrollbar {
    /* Chrome */
    width: 0;
    height: 0;
}

.timeline-container .timeline-item {
    display: inline-block;
    float: none;
    height: 80px;
    /*scroller height*/
    font-size: 0.875rem;
    text-transform: uppercase;
    background-color: #fff;
    border-style: solid;
    border-color: #e2e3e5;
    border-top-width: 1px;
    width: 80px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.timeline-container .timeline-item a:hover,
.timeline-container .timeline-item a:visited,
.timeline-container .timeline-item a:link,
.timeline-container .timeline-item a:active {
    text-decoration: none;
    color: #252525;
}

.timeline-container .timeline-item:hover {
    background-color: #e2e3e5;
}

.timeline-container .timeline-item:active {
    background-color: #e2e3e5;
}

.timeline-container .prev-btn,
.timeline-container .next-btn {
    text-align: center;
    color: #252525;
    cursor: pointer;
    font-size: 2rem;
    background-color: #e9ecef;
    padding: 0;
    align-content: center;
    align-items: center;
    height: 80px;
}

.timeline-container .prev-btn:hover,
.timeline-container .next-btn:hover {
    background-color: #e2e3e5;

}


@media screen and (min-width: 93.75rem) {
    .swiper {
        width: 85%;
    }
}

@media only screen and (max-width: 600px) and (min-width: 300px) {
    .mega-menu {
        display: none;
    }

    @keyframes scrolling {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translatex(-50vw);
        }
    }

    .mobile-hide {
        display: none !important;
    }

    .webBaner .row {
        margin-top: 4em;
    }

    .banner-centre-contain {
        position: absolute;
        top: 80px;
        z-index: 2;

    }

    .banner-centre-contain h1 {
        font-size: 24px !important;
    }

    .banner-centre-contain p {
        font-size: 16px !important;
    }

    .text-end {
        text-align: center !important;
    }

    .common_author_form {
        padding: 2px;
    }

    #slider h1 span::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 1px;
        background: #ffa207;
        left: 50%;
        transform: translate(-50%, 50%);
        bottom: 35px;
    }

    .mega-menu {
        display: none;
        top: 100px;
        left: 0;
        background-color: transparent;
        padding: 0px;
        z-index: 1;
        width: 100%;
        overflow-y: auto;
        max-height: 250px;
        position: static;
    }

    .submenu {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 1;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        width: 100%;
    }

    .Outstation {
        flex-basis: 100%;
        width: 100%;
        border: 1px solid #ddd;
        margin: 10px 0;
        background: url(../img/Outstation.svg);
        background-position: right;
        background-repeat: no-repeat;
        padding: 3% 0;
    }

    .hourly {
        flex-basis: 100%;
        width: 100%;
        border: 1px solid #ddd;
        margin: 10px 0;
        background: url(../img/Outstation.svg);
        background-position: right;
        background-repeat: no-repeat;
        padding: 3% 0;
    }



    .step {
        flex-basis: 100%;
        margin-top: 20px;
    }

    .stepper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .sticky-top {
        position: sticky;
        top: 72px;

        /* Adjust the background color as needed */
        z-index: 222;
    }

    .plan-holidays .section-heading h2 {
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .contact-menu,
    .login-icon {
        display: none;
    }

    .mobo-con {
        display: inline-block;
        color: #FFA207;
    }

    .mobo-user {
        display: inline-block;
        color: #001933;
    }

    .cruise-list-heading h3 {
        color: #001933;
        font-size: 1rem;
        font-weight: bold;
    }

    .cruise-list-heading p {
        color: #001933;
        font-size: 0.8rem;
        font-weight: 400;
    }

    .cruise-list-heading {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0px;
        gap: 0px;

    }

    .cruise-list-sub-heading span {
        font-size: 0.8rem;
    }

    .cruise-list-timing p {
        font-size: 0.8rem;
    }

    .cruise-time {
        font-size: 0.8rem !important;
    }

    .cruise-list-timing span {
        font-size: 0.8rem;
    }

    .ferry-duration-time div {
        font-size: .7rem;
        font-weight: bold;
        padding-top: 5px;
    }

    .cruise-list-sub-heading {
        text-align: start;
        gap: 5px;
    }


    .review-count-ferry {
        font-size: 0.8rem;
        color: #001933;
        padding-top: 6px;
    }

    .ferry-review-rating i {
        font-size: .5rem;
        color: #FFCB45;
    }

    .select-ferry-btn {
        border: none;
        color: #fff;
        background-color: #2d54af;
        padding: 5px 10px;
        font-size: 0.6rem;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: normal;
    }

    .title {
        color: #8F8F8F;
        font-size: .8rem;
        font-style: normal;
        font-weight: 600 !important;
        line-height: normal;
    }

    .description {
        color: #8F8F8F;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        line-height: 20px;
        padding-top: 20px;
    }

    .ferry-side-bar {
        border-right: 1px solid #ddd;
        border-bottom: none;
        margin-top: 10px;
    }

    .insta-booking2 p {
        font-size: 0.8rem;
        font-weight: bold;
    }

    .ferry-review-rating i.star2 {
        font-size: 0.5rem;
        color: #DDDDDD;
    }

    .ferry-modal-name-operator {
        font-size: 0.9rem;
        color: #001933;
        font-weight: bolder;
    }

    .ferry-modal-operator {
        font-size: .6rem;
    }

    .home-banner {
        height: 60vh;
        /* Adjust the height for smaller screens */
    }

    .banner-centre-contain {
        margin-top: 2rem;
        /* Adjust the margin for smaller screens */
    }

    .progressbar li {
        position: relative;
        list-style: none;
        float: left;
        width: 20.33%;
        text-align: center;
        font-size: 11px;
        z-index: 2;
        font-weight: 400;
        color: #787878;
    }

    .progressbar li:after {
        content: "";
        position: absolute;
        width: 48%;
        height: 3px;
        background: orange;
        top: 20px;
        left: -24%;
        z-index: 1;
    }

    .about-content h2 {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .about-content p {
        font-size: .8rem;
    }

    
    h3 {
        font-size: 1rem;
    }

    .similarHotelslide {
        font-size: 1rem;
    }

    .similarHotelslide::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 2px;
        background: linear-gradient(to left, #ffa906, #ff6510);
        left: 17%;
        transform: translate(-50%, 50%);
        top: 22px;
    }

    .info-visitor li {
        padding: 3px;
        font-size: 0.8rem;
    }

    .island-left-title-list ul li a {
        color: #2D54AF;
        font-weight: 500;
        font-size: .8rem;
    }

    #ferryCarouselControls {
        height: 150px;
    }

    #ferryCarouselControls .carousel-item img {
        height: 180px;
        object-fit: cover;
    }

    .modal-ferry-price {
        display: flex;
        font-size: .7rem;
        flex-wrap: wrap;
        gap: 10px;
    }

    .modal-ferry-price li {
        font-size: .6rem;
        padding: 0;
    }

    .modal-ferry-include p {
        text-align: start;
        font-size: 0.6rem;
    }

    .ferry-price {
        font-size: 1.1rem;
        font-weight: bold;
    }

    .modal-ferry-price-col {
        margin-top: 30px;
    }

    .modal-ferry-dis-show {
        display: flex;
        align-items: center;
        gap: 5px;

    }

    .card-body-ferry .btn {
        font-size: 0.6rem;
    }

    .modal-ferry-price {
        border-right: 1px dashed #ddd;
    }

    .customer-logos img {
        width: 90px;
        height: 70px;
    }

    .custom-book-float {
        position: fixed;
        color: #fff;
        right: 0px;
        top: 175px;
        padding: 1px 5px;
        border-radius: 30px;
        height: 53px;
        width: 66px;
        background-position: center;
        background-size: cover;
        z-index: 999;
    }
}

@media (max-width: 576px) {
    .mega-menu {
        display: none;
    }

    .text-end {
        text-align: center !important;
    }

    .common_author_form {
        padding: 2px;
    }

    .partner h2:after {
        content: "";
        position: absolute;
        width: 150px;
        height: 1px;
        background: #fe5715;
        left: 50%;
        transform: translate(-50%, 50%);
        bottom: 0;
    }

    .mega-menu {
        display: none;
        top: 100px;
        left: 0;
        background-color: transparent;
        padding: 0px;
        z-index: 1;
        width: 100%;
        overflow-y: auto;
        max-height: 250px;
        position: static;
    }

    .home_search_form_tabbtn .nav-tabs .nav-link i {
        font-size: 14px;
    }

    .home_search_form_tabbtn .nav-tabs .nav-link {
        font-size: 16px;
    }

    .home_search_form_tabbtn .nav-tabs .nav-link {
        font-size: 16px;
    }

    .hotel-inner-thumbnail ul {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .hotel-star i {
        font-size: 10px;
    }

}

@media (max-width: 767px) {
    .home_search_form_tabbtn .nav-tabs {
        justify-content: center;
    }

    #home_search_form {
        margin-top: 0px;
    }

    .mega-menu {
        display: none;
        top: 100px;
        left: 0;
        background-color: transparent;
        padding: 0px;
        position: static;
        width: 100%;
        overflow-y: auto;
        max-height: 250px;
        z-index: 1;
    }

    .submenu {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 1;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        width: 100%;
    }
}

@media (max-width: 992px) {
    .home_search_form_tabbtn .nav-tabs {
        border-bottom: none;
        justify-content: center;
    }

    .mega-menu {
        display: none;
        top: 100px;
        left: 0;
        background-color: transparent;
        padding: 0px;
        width: 100%;
        overflow-y: auto;
        max-height: 250px;
        z-index: 12;
        position: static;
    }
}

/* menu category details page slider */
@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.recognition-item {
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    /* Ensures equal height */
    height: 100%;
    /* Forces all items to be the same height */
    padding: 20px;
    /* Ensures consistent spacing */
}

.recognition-item img {
    max-height: 40px;
    /* Ensures uniform logo size */
    object-fit: contain;
}

@media (max-width: 768px) {
    .recognition-item {
        padding: 15px;
    }
}


.recognition-item h3 {
    color: #2c3e50;
    font-size: 12px;
    /* Changed from 20px to 12px */
    font-weight: bold;
}



/* .fas.fa-map-marked-alt {
    font-size: 3rem;
    color: #34c759;
} */

.fas.fa-life-ring {
    font-size: 1rem;
    color: #fff;
}

.google-icon,
.tripadvisor-icon {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rating span {
    font-size: 1.5rem;
}

.ticket-count .display-6 {
    color: #00698f;
    font-size: 1.5rem;
    font-weight: bold;
}

.google-icon,
.tripadvisor-icon {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.google-rating,
.tripadvisor-rating {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00698f;
}

.rating-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.google-rating {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00698f;
    line-height: 1.2;
}

/* Recognition Section Responsive Styles */

.recognition-item {
    flex: 1;
    text-align: center;
    padding: 2px;
    min-width: 200px;
}

@media (max-width: 768px) {

    .recognition-item {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 5px;
        border-right: 1px solid #dee2e6;
    }

    .recognition-item:last-child {
        border-right: none;
    }

    .recognition-item h3 {
        font-size: 0.9rem;
    }

    
    .google-icon,
    .tripadvisor-icon {
        max-height: 40px;
        max-width: 80px;
    }

    .google-rating,
    .tripadvisor-rating {
        font-size: 1rem;
    }
}

/* Ensure logos and icons maintain good sizing */

.google-icon,
.tripadvisor-icon {
    max-height: 50px;
    max-width: 100px;
    object-fit: contain;
    margin-bottom: 10px;
}

.rating-container {
    margin-top: 10px;
}

.google-rating,
.tripadvisor-rating {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00698f;
}

/* Ferry Routes Table Section */

/* Additional styling for ferry route details */

/* Adjust table for new column */

/* Responsive adjustments */
@media (max-width: 768px) {
    .booking-process-timeline::before{
        display:none;
    }
}

/* Why Choose AndamanBliss Section */
.why-choose-andamanbliss {
    background-color: #f8f9fa;
}

.why-choose-item {
    transition: transform 0.3s ease;
    padding: 20px;
    border-radius: 10px;
}

.why-choose-item:hover {
    transform: translateY(-10px);
}

.why-choose-icon i {
    color: #ff6b00;
    /* Vibrant orange color */
    margin-bottom: 15px;
}

.why-choose-title {
    color: #00698f;
    /* Keep the original blue for title */
    font-weight: 600;
    margin-bottom: 15px;
}

.why-choose-description {
    color: #6c757d;
    line-height: 1.6;
}

/* Booking Process Section */
.booking-process-section {
    /* // background: linear-gradient(135deg, #f0f4f8 0%, #e6eaf5 100%); */
    position: relative;
    overflow: hidden;
    padding:5px 15px;
}

.booking-process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    background-size: 40px 40px;
    opacity: 0.5;
    z-index: 1;
}

.booking-process-container {
    position: relative;
    z-index: 2;
}

.booking-process-timeline {
    position: relative;
    padding: 20px 0;
}

.booking-process-timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #e0e0e0;
    top: 0;
    bottom: 0;
    left: 50px;
    display:none;
}

.booking-process-step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 10px;
}

.booking-process-step:hover {
    background-color: rgba(0, 105, 143, 0.05);
}

.booking-process-step.active {
    background-color: rgba(0, 105, 143, 0.1);
}

.step-icon {
    width: 60px;
    height: 60px;
    background-color: #E9EAF5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    z-index: 1;
    position: relative;
}

.step-icon i {
    font-size: 24px;
    color: #00698f;
}

.step-content {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
}

.step-content h3 {
    color: #00698f;
    margin-bottom: 8px;
    font-size: 16px;
}

.step-content p {
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
}

.booking-process-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-process-image {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.booking-process-image img {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .banner {
        height: 50vh;
    }

    .banner-overlay h1 {
        font-size: 2.5rem;
    }

    .banner-overlay .lead {
        font-size: 1rem;
    }

    .recognition-item {
        flex-basis: 25%;
        max-width: 25%;
        border-right: 1px solid #dee2e6;
        padding: 10px;
    }

    .recognition-item:last-child {
        border-right: none;
    }
}



/* FAQ Section Styles */
.faq-section {
    background-color: #f8f9fa;
}

.custom-faq-accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-faq-accordion .accordion-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.custom-faq-accordion .accordion-button {
    font-weight: 600;
    color: #00698f;
    background-color: #ffffff;
    padding: 15px;
    font-size: 1.1rem;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: #00698f;
}

.custom-faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-faq-accordion .accordion-body {
    background-color: #f8f9fa;
    color: #6c757d;
    padding: 20px;
    font-size: 14px;
}

/* Icon Styles */
.custom-faq-accordion .accordion-button i {
    font-size: 1.5rem;
    color: #00698f;
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.custom-faq-accordion .accordion-button:not(.collapsed) i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* FAQ Section Two-Column Layout */
.faq-content-column {
    background-color: #f0f4f8;
    border-radius: 10px 0 0 10px;
    padding: 40px 30px;
}

.faq-text-container {
    max-width: 400px;
}

.faq-text-container h2 {
    color: #00698f;
    font-weight: 700;
}

.faq-text-container h3 {
    color: #6c757d;
}

.faq-text-container .btn-primary {
    background-color: #00698f;
    border-color: #00698f;
    transition: all 0.3s ease;
}

.faq-text-container .btn-primary:hover {
    background-color: #005a7a;
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.text-orange {
    color: #ff6600 !important;
    /* Vibrant orange color */
}

#owl-demo .item img {
    display: block;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

#owl-demo .item {
    height: 30vh;
    /* Adjust height as necessary */
}



.custom-book-modal {
    /*background: rgb(14, 146, 176);
    background: linear-gradient(90deg,
            rgba(14, 146, 176, 1) 0%,
            rgba(80, 196, 222, 1) 42%,
            rgba(14, 146, 176, 1) 93%);
            background-color: #002246;*/
    background: url("../img/sand-beach.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-modal-body {
    background-color: #fff;

}


.custom-form label {
    font-size: small;
    font-weight: 600;
    text-align: start;
}

.custom-form input {
    font-size: small;
    font-weight: 600;
    border-radius: 0%;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #eef0f2;
}

.custom-form select {
    font-size: small;
    font-weight: 600;
    border-radius: 0%;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #eef0f2;
}

.custom-form .accordion {
    padding: 0;
    margin: 0;
}

.custom-form .accordion .accordion-header button {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: none;
}

.custom-form .accordion .accordion-item:first-of-type .accordion-button {
    border: none !important;
    border-radius: 0% !important;
}

.custom-form .accordion .accordion-item:last-of-type .accordion-button.collapsed {
    background: none;
    border: none !important;
    border-radius: 0% !important;
}

.custom-form .accordion .accordion-header .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
    border: none !important;
    border-radius: 0% !important;
}

.custom-form .accordion .accordion-header .accordion-button:focus {
    box-shadow: none !important;
}

.custom-form .accordion .accordion-body {
    padding: 0;
    margin: 0;
}

.custom-form p {
    font-weight: 500 !important;
}

.call-btn {
    background: linear-gradient(to left, rgb(255, 169, 6), rgb(255, 101, 16));
}


@media screen and (min-width: 480px) {
    .call-btn {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .footer_btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        padding: 10px 15px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }
}

@media screen and (max-width: 480px) {

    .footer_btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        padding: 10px 15px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

}

#contact_pre {
    max-width: 70px;
    width: 100%;
}





















/* updated  */

.default-btn {
    border: none;
    background-color: #ffa207;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.ct-btn {
    border: none;
    border-radius: 4px;
    background: #ffa207 !important;
    color: white;
    transition: 0.4s all ease-in-out;
    text-transform: uppercase;
    padding: 10px 50px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
}

.title {
    color: #334e6b;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.description {
    color: #8F8F8F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 20px;
}

.form-select:focus {
    outline: 0;
    border-color: #ddd;
    box-shadow: 0 0 0 .15rem rgba(195, 201, 209, 0.25);
}

.form-check-input:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: 0 0 0 .01rem rgba(13, 110, 253, .25);
}

input[type='checkbox'] {
    accent-color: #334E6B;
}

h1 {
    font-size: 2rem;
}

.login-icon:hover {
    color: #334E6B !important;
}

.tooltip-inner {
    background-color: #1b1a1a !important;
}

.border-custom {
    border-color: #ffa207 !important;
    border-width: 1px !important;
    color: #4a4343;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

#navbarNav .nav-item a {
    font-weight: normal;
    font-size: 0.9em;
}

/* cross icon menu */
.navbar-toggler-icon.cross {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%280, 0, 0, 0.5%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M6 6l18 18M6 24L24 6"/%3E%3C/svg%3E') center/contain no-repeat;
}

/* cross icon menu end */
.banner-centre-contain {
    position: absolute;
    top: 200px;
    z-index: 20;
}

.mobo-con,
.mobo-user {
    display: none;
}

.banner-btn {
    border: 2px solid #fff;
    border-radius: 5px;
    background: transparent;
    padding: 5px 25px;
    color: #fff;
    margin-top: 20px;
}

.banner-btn:hover {
    background: #fff;
    color: #334E6B;
    transition: all 0.4s;
}




.banner-centre-contain {
    position: relative;
    z-index: 1;
}

.hotel-banner {
    background-image: url(../img/hotel/hotel_banner.jpg);
    background-size: cover;
    background-position: center;
    height: 30vh;
}

.hotel-banner::after {
    content: "";
    /* required for pseudo-element to appear */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 87%), rgb(86 85 85 / 39%));
    z-index: 0;
    /* ensures overlay sits between bg and text */
}




.cab-banner {
    position: relative;
    background-image: url(../img/cab/cab_banner_1.svg);
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


.bike-banner {
    position: relative;
    background-image: url(../img/bike-banner_1.jpg);
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


.bike-banner::after {
    content: "";
    /* required for pseudo-element to appear */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 87%), rgb(86 85 85 / 39%));
    z-index: 0;
    /* ensures overlay sits between bg and text */
}


.cab-banner::after {
    content: "";
    /* required for pseudo-element to appear */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 87%), rgb(86 85 85 / 39%));
    z-index: 0;
    /* ensures overlay sits between bg and text */
}

.boat-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}

.boat-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 87%), rgb(86 85 85 / 39%));
}

.boat-trip-conten {
    position: absolute;
    top: 100px !important;
}

@media screen and (max-width:700px) {
    .boat-banner {
        height: 40vh;
    }

    .boat-trip-conten {
        top: 20 !important;

    }

    .bike-banner {
     
        height: 25vh;
       
    }

}





.home-banner-sub-heading {
    background-color: #334E6B;
    font-size: 16px;
}

.cab-banner .banner-centre-contain {
    color: #fff;
    top: 0 !important;
    font-size: 2.5rem;
    /* fs-1 is fine, adjust if needed */
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.home_search_form_area {
    border-radius: 20px;
    padding: 15px 15px;
    margin-top: 0px;
    position: relative;
    margin-top: -68px;

}

.home_form_btn_search {
    background-color: #ffa207;
    border-radius: 30px;
}

.home_form_btn_search:hover {
    background-color: #ffa207 !important;
    color: #002246 !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ddd;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.home_search_form_tabbtn .nav-tabs {
    border-bottom: none;
}

.search_user-counting {
    background-color: #334E6B !important;
    color: #fff;
    font-weight: 900;
    width: 50px;
}

.search_user-counting:hover {
    background-color: #002246 !important;
    color: #ffa207 !important;
}

/* 
.search-tab-pannel {
    background-color: #002246;
    border-radius: 5px;
    opacity: 0.8;

}

.search-tab-pannel label {
    text-align: left !important;
    color: #ffa207 !important;
}

.search-tab-pannel input {
    width: 100%;
    border: 2px solid #dddddd75;
    padding: 10px 22px;
    font-size: 16px;
}

.form-label {
    margin-bottom: .1rem;
}

.search-tab-pannel {
    color: #ffa207;
    font-weight: 600;
} */

.home_search_form_tabbtn .nav-item {
    padding: 5px 2px;
}

.remove-sector {
    background-color: #ffa207;
}

#add-more-button {
    background-color: #ffa207;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
}

#add-more-button:hover {
    background-color: #ffa207;
    border: none;
    color: #002246;
    font-weight: 500;
}

.search-tab1 {
    border-radius: none !important;
}

.home_search_form_tabbtn .nav-tabs .nav-item.show .nav-link,
.home_search_form_tabbtn .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #002246;
    border-color: none;
    border: none;
    font-size: 0.9rem !important;
}

.home_search_form_tabbtn .nav-tabs .nav-item.show .nav-link,
.home_search_form_tabbtn .nav-tabs .nav-link {
    background-color: #334E6B;
    color: #fff !important;
    font-weight: 500;
    font-size: 0.9rem;
    border: none !important;
}

.home_search_form_tabbtn .nav-tabs .nav-item.show .nav-link,
.home_search_form_tabbtn .nav-tabs .nav-link:hover {
    background-color: #002246;
    border: 1px solid #002246;
    color: #fff !important;
    font-weight: 500;
}

.multi_routes {
    border: none;
}

.multi_routes li a {
    font-weight: 500;
    color: #b4b4b4;
    font-size: 0.9rem;
}

.multi_routes li {
    background-color: #334E6B;
    margin-left: 5px;
    border-radius: 10px 10px 0px 0px;
}

.multi_routes li a:hover {
    color: #001933;
}

.multi_routes .nav-item .nav-link.active {
    background-color: #002246 !important;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-weight: bolder;
}

/*  Total Traveller count section in search form************************/

.top_form_search_button {
    text-align: center;
    padding-top: 5px;
}

.pCount {
    font-weight: 500;
    font-size: 1.3rem;
}

/*  Total Traveller count section in search form End************************/
.btn_md {
    padding: 12px 35px;
    font-size: 18px;
    background-color: #ffa207;
}

.adventure {
    overflow: hidden;
    border-radius: 15px;
    transition: 1s ease;
    position: relative;
    margin: 5px;
}

.honeymoon {
    overflow: hidden;
    border-radius: 15px;
    transition: 1s ease;
    position: relative;
    margin: 5px;
}

.adventure h1 {
    position: absolute;
    bottom: 100px;
}

.adventure button {
    position: absolute;
    bottom: 50px;
}

.honeymoon h1 {
    position: absolute;
    bottom: 100px;
}

.honeymoon button {
    position: absolute;
    bottom: 50px;
}

.adventure img,
.honeymoon img {
    transition: 0.4s all ease-in-out;
}

.adventure:hover img,
.honeymoon:hover img {
    transform: scale(1.2);
}

.destinations_content_box {
    position: relative;
    margin-bottom: 23px;
    border-radius: 12px;
    overflow: hidden;
}

.img_animation:hover img {
    transform: scale(1.2);
}

.img_animation img {
    transition: 0.4s all ease-in-out;
    position: relative;
}

.destinations_content_box img {
    width: 100%;
}

.review {
    color: #ffa207;
}

.border {
    border-radius: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.border a {
    text-decoration: none;
    color: #4a4343;
}

.border a img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

/* Popular ferry slider*/
.carousel-cruise a img {
    width: 372px;
    height: 219px;
}

/* popular beach slider ends here*/

.news h2 {
    font-size: 2rem;
    color: #4a4343;
    position: relative;
}

.news h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: linear-gradient(to left, #ffa906, #ff6510);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0px;
}

.partner {
    background-color: #fff;
    margin-top: -31px;
}

/* 
.form-control:focus {
    box-shadow: none;
} */

.star {
    color: #ffa207;
    font-size: 13px;
}

.star2 {
    color: #ddd;
    font-size: 13px;
}

.form-check-input:checked {
    background-color: #ffa207 !important;
    border-color: #ffa207 !important;
    width:10px;
    height:10px;
}

.hotel-facilities {
    margin: 0;
    padding: 0;
}

.loading {
    color: #ffa207;
    font-size: 22px;
    border: 2px solid #ffa207;
}

img {
    max-width: 100%;
    height: auto;
}

p:last-child {
    margin-bottom: 0;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #4a4343;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    ;
    margin-bottom: 0;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list {
    position: relative;
    display: block;
}



.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}




p {
    font-size: 14px;
    line-height: 28px;
    color: #002246;
    font-weight: 400;
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.customWidth {
    width: 225px;
}

.dayCount li {
    padding: 5px;
    font-size: 0.8rem;
}

.singleviewTabcontent .form-select:focus {
    border-color: transparent;
}

.singleviewTabcontent a {
    font-weight: bold !important;
    color: #FFA207;
}

.accordion-body p a {
    color: #FFA207 !important;
}

.price-note {
    font-size: 0.6rem;
    line-height: 10px;
    text-align: center;
}

.view_page_price p {
    color: #4a4343;
}

.person {
    font-size: 14px !important;
    color: #212529;
}

.addons {
    background-color: #334E6B;
    color: #fff !important;
    border-radius: 20px;
}

.addons>h2 {
    color: #fff !important;
}

.priceSummary {
    position: -webkit-sticky;
    position: sticky !important;
    top: 75px;
    background-color: #F8F9FA !important;
}

.hotel-sub-list {
    font-size: 0.8rem;
    font-weight: 600;

}

.price-innrer-title span {
    color: #334E6B;
    font-weight: 600;
    font-size: .8rem;
}

.singleviewTabcontent p {
    font-size: 15px;
    line-height: 24px;
}

.form-control {
    height: 55px;
    border: 2px dashed #dddddd75;
    padding: 10px 22px;
    font-size: 16px;
}

.form-control {
    height: 50px;
    border: none;
    box-shadow: 0px 1px 13px 0px #4a4343 0000d;
    padding: 10px 22px;
    font-size: 16px;
}

.btn_md {
    padding: 12px 35px;
    font-size: 18px;
}

.btn:hover {
    background-color: #FF5722;
    color: #ffffff;
}

.btn_theme {
    color: #fff;
    /*background: linear-gradient(to left, #ffa906, #ff6510) !important;*/
    transition: 0.4s all ease-in-out;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    background: #FFA207;
}

.btn_theme:hover {
    color: #ffa207;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: #f3f6fd;
}

.heading_theme {
    border-bottom: 1px solid #ffa207;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
}



.card {
    border-radius: 10px 10px 0 0 !important;
}

.form-control {
    height: 45px;
    border: 2px solid #dddddd75;
    padding: 10px 22px;
    font-size: 16px;
}

.last_name {
    font-weight: 600;
}

.terms_item:first-child {
    padding-top: 0px;
}

.terms_item h4 {
    font-weight: 700;
}

.terms_item p {
    padding-top: 15px;
}

.terms_item {
    padding-top: 30px;
}

.circle {
    font-size: 10px;
    padding: 5px;
}

.common_author_heading h3 {
    font-weight: 400;
    color: #4a4343;
}

.common_author_heading h2 {
    padding-top: 15px;
}

.common_author_form {
    padding: 13px 30px;
}

#main_author_form .form-group {
    margin-bottom: 20px;
    text-align: right;
}

.common_author_heading {
    text-align: center;
}

.common_form_submit {
    padding-top: 20px;
}

.common_form_submit {
    text-align: center;
}

.have_acount_area {
    text-align: center;
    padding-top: 20px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: #4a4343;
}

.more-text p a {
    color: #219cd2 !important;
}

p>a {
    color: #219cd2 !important;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: #ffa207;
}

.common_author_boxed {
    background: #FFF9EF;
    padding: 45px 20px;
    border: 3px solid #fff;
    border-radius: 10px;
}

#common_author_area {
    background-image: url(../img/login-bg.webp);
    background-position: center center;
    background-size: cover;
}

.other_author_option ul {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.other_author_option ul li {
    padding-left: 10px;
    transition: 0.4s all ease-in-out;
}

.line_or {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.line_or span {
    display: block;
    background: #fcf2ee;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    color: #4a4343;
    font-size: 20px;
    margin: 0px auto -21px auto;
}

.have_acount_area li {
    transition: transform 0.2s ease;
}

.have_acount_area li:hover {
    transform: translateY(-5px);
}

.dashboard_sidebar {
    background: #ffffff;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.dashboard_sidebar_user {
    text-align: center;
    padding: 30px 20px;
    background: #334E6B;
}

.dashboard_sidebar_user img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.dashboard_sidebar_user h3 {
    padding-top: 20px;
    font-weight: 500;
    color: #fff;
}

.dashboard_sidebar_user p {
    line-height: 17px;
    padding-top: 10px;
    color: #fff;
}

.dashboard_sidebar_user p a {
    color: #fff;
}

.dashboard_menu_area {
    padding: 40px 20px;
}

.dashboard_menu_area ul li {
    margin-bottom: 30px;
    font-size: 18px;
}

.dashboard_menu_area ul li a {
    color: #4a4343;
}

.dashboard_menu_area ul li a.active {
    color: #334E6B;
}

.dashboard_menu_area ul li i {
    padding-right: 10px;
}

.dashboard_common_table {
    background: #fcf3ef;
    border-radius: 12px;
    padding: 25px 30px;
}

.dashboard_common_table h3 {
    font-weight: 500;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 11px;
    position: relative;
}

.dashboard_common_table h3::after {
    content: "";
    width: 140px;
    height: 2px;
    background: #ffa207;
    position: absolute;
    left: 0;
    bottom: 0;
}

#profile_form_area .form-group {
    margin-bottom: 30px;
}

#profile_form_area label {
    margin-bottom: 10px;
}

.dashboard_common_table h3 {
    font-weight: 500;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 11px;
    position: relative;
}

.dashboard_top_boxed {
    background: #ffffff;
    box-shadow: -4px -4px 14px rgba(0, 0, 0, 0.08),
        8px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
}

.dashboard_top_icon i {
    font-size: 50px;
    color: #4a4343;
}

.dashboard_top_text h3 {
    padding-bottom: 0px;
    font-weight: 500;
    color: #4a4343;
    font-size: 24px;
}

.dashboard_top_text {
    padding-left: 20px;
}

.dashboard_main_top {
    margin-bottom: 30px;
}



.table_common_area tbody tr td {
    padding: 16px 0;
}

.table_common_area tbody tr td {
    padding: 16px 0;
}

.table_common_area {
    margin-top: 40px;
}

.table_common_area table {
    text-align: center;
    border: 1px solid #d5d5d5;
}

.table_common_area tbody tr td.complete {
    color: #4caf50;
    font-weight: 500;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.dashboard_dropdown_button span {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
}

.dashboard_dropdown_button {
    position: relative;
}

.dashboard_menu_area ul li:hover {
    color: #334E6B;
    cursor: pointer;
}

.booing_sidebar_dashboard {
    padding-top: 30px;
    padding-left: 30px;
}

/**************************
user dashboard search
********************************/

/***********************end***************/
.user-offer {
    font-size: 14px;
}

.user-offer-list li {
    font-size: .9rem;
    color: #94a1b3;
}

.user-offer-content {
    font-size: .9rem;
    color: #94a1b3;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.section_padding {
    padding: 50px 0;
}

.Outstation {
    flex-basis: 32%;
    border: 1px solid #ddd;
    margin: 10px 0;
    background-image: url(../img/Outstation.svg);
    background-position: right;
    background-repeat: no-repeat;
    padding: 2% 0;
    border-radius: 5px;
}

.hourly {
    flex-basis: 32%;
    border: 1px solid #ddd;
    margin: 10px 0;
    background-image: url(../img/Hourly_Rentals.svg);
    background-position: right;
    background-repeat: no-repeat;
    padding: 2% 0;
    border-radius: 5px;
}


/* Custom CSS for the stepper */
.stepper {
    display: flex;
    justify-content: space-between;
}

.step {
    flex: 1;
    text-align: center;
    margin: 5px 7px;
}

.step.active {
    color: #ffa207;
    /* Change the color for active steps */
}

.location {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
}

.carEnquirymodal {
    background: transparent !important;
    border: none !important;
}

.carform {
    border-radius: 10px;
}

.location i {
    color: #ffa207;
}

.mega-menu {
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    background-color: transparent;
    padding: 0px;
    width: 100%;
    padding-top: 20px;
    z-index: 12;
}



.mega-menu-item {
    background-color: #fdfbfb;
}

.mega-menu-item h2 a {
    font-weight: 600 !important;
    font-size: 0.8rem !important;

}

.nav-item:hover .mega-menu {
    display: block;
    /* Show the Mega Menu on hover */
}

.list-unstyled li a {
    font-weight: normal;
    color: #777272;
}

.list-unstyled li a:hover {
    font-weight: normal;
    color: #a59d9d;
}

.list-unstyled li {
    padding: 5px 0;
    font-size: 14px;
}

.contact-menu a {
    background-color: #FD6E0F;
    color: #FFF !important;
    padding: 5px 25px !important;
    border-radius: 20px;
    margin-top: 5px;
    text-align: center;
    border: 1px solid transparent;

}

.contact-menu a:hover {
    background-color: transparent;
    color: #FD6E0F !important;
    border: 1px solid #FD6E0F;

}

.submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 10%;
}

.nav-item:hover .submenu {
    display: block;
}

.submenu ul {
    padding: 0;
}

.submenu li {
    padding: 5px;
}

.submenu a {
    color: #333;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
}

.submenu a:hover {
    background-color: #faf7f6;
}

.bg-list-first {
    background-color: #faf7f6;
    padding: 0 !important;
}

.about-content h1 {
    font-size: 2rem;
    font-weight: 500;
    position: relative;
}

.about-content h1::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: linear-gradient(to left, #ffa906, #ff6510);
    left: 5%;
    transform: translate(-50%, 50%);
    bottom: 0;
}

.founder {
    font-size: 13px;
}

.why-choose {
    background-color: #eff4fa;
    font-family: 'Poppins', sans-serif !important;
    ;
}

.why-choose h1 {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
}

.why-choose h1::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    background: #ffa207;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
}

.accordion-item {
    background: transparent !important;
    border: none;
}

/************Blog***************************/

.news_tags_area ul li {
    display: inline-flex;
    margin-right: 2px;
    margin-top: 15px;
}

.news_tags_area ul li a.active {
    background: #002246;
    color: #fff;

}

.news_tags_area ul li a {
    background: #dddddd;
    padding: 3px 10px;
    color: #4a4343;
    font-weight: 400;
    transition: var(--transition);
    border-radius: 5px;
}

.news_tags_area ul li a:hover {
    background: #002246;
    color: #fff;
}

/***********************light box***********************/

/*******************light box end***********************/

/********************Bike Rent Section************************/

.text-warning {
    color: #ffc107 !important;
}

.ferry-inquiry-btn {
    /*background: linear-gradient(to left, #ffa906, #ff6510) !important;*/
    background-color: #ffa207;
    border-radius: 30px;
}

.ferry-inquiry-btn:hover {
    color: #fff !important;
    background-color: #324D6A;
}

.primary-button {
    color: #fff !important;
    cursor: pointer;
    padding: 13px 25px;
    font-weight: 600;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}


.section-heading h1:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: linear-gradient(to left, #ffa906, #ff6510);
    margin-top: 10px;
    margin-bottom: 10px;
}

/*************************FAQ********************/
#faq {
    background-color: #eff4fa;
}

#faq .accordion-button {
    background-color: #fff;
    margin-top: 10px;
    padding: 10px 13px;
}

#faq .accordion-button:focus {
    outline: none;
}

/****************modal***************************/

/*.nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #fd6e0f;
}*/

input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;

}

input[type="button"] {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-group {
    clear: both;
    margin: 5px 0;
    position: relative;
}
.home-page-model-heading{
    color:#0288d1;
}
.input-group input[type="button"] {
    background-color: #eeeeee;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
    font-weight: bold;
    height: 38px;
    padding: 0;
    width: 38px;
    position: relative;
}

.button-plus {
    left: -13px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.modal-content {
    background-color: #fff;
}

/******************water sports -booking***************/

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.arrow {
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
    border: none;
    outline: none;
}

.cancel {
    font-size: 12px;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/*custom booking section************************/

.col-md-3 input[type="radio"] {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.col-md-3 input[type="radio"]:checked+label {
    background-color: #334E6B;
    color: #fff !important;
    background: linear-gradient(90deg,
            rgba(14, 146, 176, 1) 0%,
            rgba(80, 196, 222, 1) 42%,
            rgba(14, 146, 176, 1) 93%);
}

.col-md-3 label {
    display: block;
    padding: 2px;
    border-radius: 3px;
    cursor: pointer;
    color: #4a4343;
}

.radio-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-top-right-radius: 4px;
    display: none;
}

.radio-icon::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 24px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(255 162 7) rgb(255 162 7) transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.radio-icon svg {
    position: absolute;
    right: 6px;
    top: 7px;
    fill: #fff;
}

.radio-icon i {
    color: #fff;
    position: absolute;
    z-index: 9;
    right: 5;
    top: 8px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 53%;
    height: 80%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 100px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.priceSlider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.priceSlider .progress {
    height: 100%;
    left: 1%;
    right: 23%;
    position: absolute;
    border-radius: 5px;
    background: #ffa207;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -13px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #ffa207;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #ffa207;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.radio-wrapper {
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #334E6B;
}

.radio-wrapper:hover {
    background-color: #334E6B;
}

.radio-icon2 i {
    position: absolute;
    right: 7px;
    top: 5px;
    color: #fff;
    font-size: 22px;
    display: none;
    border-color: rgb(255 162 7) rgb(255 162 7) transparent transparent;
}

.radio-icon3 i {
    position: absolute;
    right: 7px;
    top: 5px;
    color: #fff;
    font-size: 22px;
    display: none;
}

.radio-wrapper-flight {
    position: relative;
    background-color: #334E6B;
}

.radio-wrapper-flight:hover {
    background-color: #334E6B;
}

select {
    appearance: none;
    /* safari */
    -webkit-appearance: none;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select select {
    display: none;
    /* Hide the default select box */
}

/****************custom booking end******************************/

.card-body .btn {
    background-color: var(--andaman-btns);
    color: #fff !important;
    text-align: center;
    border: none;
    transition: all 0.3s ease;
}

.card-body .btn:hover {
    background-color: #002246;
    color: #ffa207;
    z-index: 99;
    color: white;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

/***********custom floating icon**************************/
.custom-book-float {
    position: fixed;
    color: #fff;
    right: 0;
    top: 175px;
    padding: 1px 5px;
    border-radius: 30px;
    height: 53px;
    width: 66px;
    background-position: center;
    background-size: cover;
    z-index: 999;
}

.custom-book-icon {
    position: relative;
    cursor: pointer;
}

.custom-book-icon:nth-child(1) {
    position: absolute;
    font-size: 12px;
    top: 5px;
}

.custom-book-icon:nth-child(2) {
    position: absolute;
    font-size: 12px;
    top: 8px;
}

.custom-booking-modal-search button {
    border-radius: 30px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
}


.custom-modal-body {
    background-color: #fff;
}

/******************Water activities seach form********/

.adultCount,
.childCount {
    font-size: 1.3rem;
    font-weight: 600;
}

/***********************ship passenger count*************/

/********************************andaman weather*******************/

.progressbar {
    counter-reset: step;
}

.progressbar li {
    position: relative;
    list-style: none;
    float: left;
    width: 20.33%;
    text-align: center;
    font-size: 20px;
    z-index: 2;
    font-weight: 400;
    color: #787878;
}

.progressbar li.active {
    font-weight: bold;
    color: #02101d;
}

/* Circles */
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #FF9100;
    z-index: 3;
    /* Center # in circle */
    line-height: 39px;
    font-weight: 600;
    color: #001933;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    background: orange;
    top: 20px;
    left: -41%;
    z-index: 1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    font-size: normal !important;
}

.progressbar li.active:before {
    background: #01B46C;
    content: "\2713";
    color: #fff;

}

.progressbar li.active+li:after {
    background: #01B46C;
}

.cruise-list-sub-heading span {
    background-color: #F2F6FF;
    padding: 3px 10px;
    border-radius: 3px;

}

.cruise-time {
    font-size: 1.3rem;
    color: #001933;
}

.cruise-list-heading h3 {
    color: #001933;
    font-size: 2rem;
}

.cruise-list-heading {
    align-items: center;
    gap: 50px
}

.cruise-list-sub-heading {
    text-align: start;
    gap: 30px;
}



.cruise-list-timing p {
    font-size: 1rem;
    font-weight: bold !important;
}

.cruise-time {
    font-weight: bolder;
    color: #334E6B !important;

}

/* .cruise-list-timing span {
    color: #C4C4C4;
    font-size: 1.3rem;
} */

.insta-booking2 {
    background-color: #fff2ed;
}

.insta-booking2 p {
    color: #EC6146;
    font-size: 1.2rem;
    font-weight: bold;
}

.ferry-full-details {
    border-right: 2px dashed #ddd;

}

.ferry-review-rating i {
    font-size: 0.8rem;
    color: #FFCB45;
}

.ferry-review-rating i.star2 {
    font-size: 1.2rem;
    color: #DDDDDD;
}

.select-ferry-btn {
    border: none;
    color: #fff;
    background-color: #334E6B;
    padding: 10px 15px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
}

.ferry-listing-main:hover {
    box-shadow: 0px 4px 20px -3px rgba(0, 0, 0, 0.44);
}

.ferry-side-bar {
    border-bottom: 1px solid #ddd;
}

.card-body-ferry .btn {
    background-color: #334E6B;
    color: #fff;
    text-align: center;
}

.card-body-ferry .btn:hover {
    background-color: #002246;
    color: #ffa207;
    text-align: center;
}

.form-select-ferry {
    height: 44px !important;
}

#ferryCarouselControls {
    height: 350px;
}

#ferryCarouselControls .carousel-item {
    height: 350px;
}

#ferryCarouselControls .carousel-item img {
    height: 480px;
    object-fit: cover;
    /* This ensures the images cover the area without stretching */
}

.ferry-card-custom {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.ferry-card-custom .form-check-input {
    position: absolute;
    top: 10px;
    left: 10px;
}

.ferry-price {
    font-size: 24px;
    color: #2d54af;
    font-weight: bold;
    margin-top: 10px;
}

.ferry-modal-close {
    background-color: #EFEFEF;
}

.ferry-card-custom .form-check-input:checked {
    background-color: #2d54af !important;
    border-color: #2d54af !important;
}

.ferry-card-custom ul li i {
    color: #2d54af;
}

.select-ferry-btn:hover {
    box-shadow: -2px 0px 5px 5px rgba(0, 0, 0, 0.09);
}

.select-ferry-btn {
    line-spacing: 2px;
}

.ferry-price-modal-heading {
    display: flex;
    gap: 5px;
    align-items: center;
}

.ferry-modal-name-operator {
    font-size: 1.5rem;
    color: #001933;
    font-weight: bolder;
}

.ferry-modal-operator {
    font-size: .9rem;
    line-height: 10px;
}

/***********************career*****************/


/*************************team page*****************/

/* slick slider start********************/
.slick-slide {
    margin: 0px 6px;
}

.slick-slide img {
    width: 300px;
    height: 200px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

/* slick end***********************/
/******************our traveller*****************/

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-144vw);
    }
}

/*****************trraveller end**************/
/********************treand*******************/

/********************treand end*******************/

.swiper {
    width: 100%;
    padding-top: 3.125rem;
}

.swiper-pagination {
    bottom: 1.25rem !important;
}

/**********testomonial**********************/
/* .testimonials h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: linear-gradient(to left, #ffa906, #ff6510);
    left: 50%;
    transform: translate(-50%, 50%);
    top: 43px;
} */

/********************home page contact*************/

.contact-form {
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 12px;

}

.contact-form textarea {
    resize: none;
}

.contact-form .form-input {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
}

.contact-form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.contact-form .form-control:focus {
    border-color: #f33fb0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #ffa407;
}

.contact-form .title {
    text-align: center;
    font-size: 30px !important;
    font-weight: 900;
}

.contact-form .description {
    color: #aeb4b9;
    font-size: 14px;
    text-align: center;
}

.contact-form .submit-button-wrapper {
    text-align: center;
}

.contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background: #ffa207 !important;
    color: white;
    transition: 0.4s all ease-in-out;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 30px;
}

.contact-form .submit-button-wrapper input:hover {
    background-color: #ffa407;
    color: #4a4343;
}

.tel {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.tel i {
    color: #ffa407;
    font-size: 2rem;
}

/******************top -destination form*************/
.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.quantity span {
    font-weight: 500;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 22px;
    height: 29px;
    margin: 0;
    background: #f0f4f5;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
    color: #4a4343;
}

.quantity__minus:hover,
.quantity__plus:hover {
    background: #575b71;
    color: #fff !important;
}

.quantity__minus {
    border-radius: 3px 0 0 3px;
}

.quantity__plus {
    border-radius: 0 3px 3px 0;
}

.quantity__input {
    width: 50px;
    height: 29px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #f0f4f5;
    background: #fff;
    color: #4a4343;
    font-size: 1rem;
    font-weight: 500;
}

.quantity__minus:link,
.quantity__plus:link {
    color: #4a4343;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity__minus:visited,
.quantity__plus:visited {
    color: #4a4343;
}

.pCountall>span {
    font-size: 12px;
}

/***************************new headlines*************/

.thumbnail {
    margin: 0 15px;
    background-color: #fff;
}

/*****************************customer serve*************/

.section-block-grey {
    padding: 30px 0;
    margin-bottom: 30px;
    background-color: #f7f7f7;
}

.section-block-grey h1 {
    font-size: 23px;
}

.input-group-text {
    background: 0 0;
    width: auto;
    line-height: 15px;
    font-size: 13px;
    border: none;
    padding: 7px;
}

.button-sm {
    display: inline-block;
}

.button-sm {
    font-size: 12px;
    line-height: 21px;
    border-radius: 4px;
    border: none;
}

/***********footer***************/
#footer {
    background-color: #001933;
    color: #fff;
}

/***********************faq********************************/
.faq-heading h5 {
    color: #535151;
    font-size: 17px;
    font-family: 'Poppins', sans-serif !important;
    ;
    padding: 20px 0;
    border-bottom: 2px solid #ddd;
}

.faq-block .accordion .accordion-title a {
    padding: 6px 25px 6px 10px;
    display: block;
    text-align: left;
    color: #666;
    position: relative;
}

.faq-heading {
    font-size: 23px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent !important;
    border-bottom: 2px solid #ddd;
}


.accordion-heading {
    border-radius: 0;
    padding: 0;
}

.accordion-title .collapsed:after {
    content: "\f067";
    top: 10px;
}

.accordion-title .collapsed:after,
.accordion-title a:after {
    font-size: 14px;
    color: #fe8e19;
    position: absolute;
    font-family: FontAwesome;
    right: 12;
}
.panel-title a:after{
    top:5px;
}

.accordion-title a {
    font-size: 13px;
    color: #767676;
    line-height: 1.5;
    display: block;
    padding: 13px 20px 10px 0;
    border-radius: 0;
    font-family: 'Poppins', sans-serif !important;
    ;
    position: relative;
    text-align: left;
    text-decoration: none;
}

.faq-block .accordion .accordion-title a {
    padding: 6px 25px 6px 10px;
    display: block;
    text-align: left;
    color: #666;
    position: relative;
}

.panel-heading:hover {
    background-color: #fff;
}

/************************footer-contact***********/
.plan-holidays {
    background: url(../img/crm_banner.png);
    padding: 40px;
    border-radius: 8px;
    background-size: cover;
}

.plan-holidays .section-heading h2 {
    color: #fff !important;
    font-size: 32px;
    line-height: 1.5;
    text-transform: uppercase;
}

.plan-holidays .form-control {
    font-size: 14px;
    color: #111;
    display: block;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px 15px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    height: 38px;
}

.error {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
    color: #dc3545;
}

.plan-holidays .form-group {
    margin-bottom: 1rem;
}

.button-sm {
    font-size: 12px;
    line-height: 21px;
    border-radius: 4px;
}

.ferry-inquiry-btn {
    /*background: linear-gradient(to left, #ffa906, #ff6510) !important;*/

    color: #fff;
}

.primary-button {
    color: #fff !important;
    cursor: pointer;
    padding: 5px 15px;
}

/***********************customer support******************/
.section-heading h2 {
    font-size: 23px;
    color: #5e5c59;
    line-height: 1.3;
}


.rating label:first-child {
    z-index: 5;
}

/*********popular andaman*******************/
.popular-place ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 7px;
    row-gap: 2px;
}

.popular-place ul li a {
    cursor: pointer;
    display: inline-block;
    padding: 0px 14px;
    border: 1px solid rgb(17, 157, 213);
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #4a4343;
    border-radius: 4px;
    background: 0 0;
}

/****************single page view slider*********************/

.main-slider {
    display: flex;
    /* Display images horizontally */
    transition: transform 0.3s ease-in-out;
    /* Add smooth transition */
    position: relative;
}

.main-slider img {
    width: 100%;
    /* Make images fill the container */
    height: auto;
}

/****************new photography page *************/

.service-img {
    overflow: hidden;
}

.service-img img {
    transition: 0.5s all ease-in-out;
}

#gallery-lightbox img {
    height: 350px;
    object-fit: cover;
    cursor: pointer;
}

#gallery-lightbox img:hover {
    opacity: 0.9;
    transition: 0.5s ease-out;
}

#basic,
#advance,
#premium ul li i {
    color: #ffa207;
}

#basic,
#advance,
#premium ul li {
    color: #fff;
}

.why-us {
    background-color: #02101d;
}

/**************************hotel-listing-page new*************/
.hotel-listing p {
    color: #4a4343;
}

.hotel-listing-detais p {
    font-size: 0.875rem;
}

.hotel {
    height: auto;
    margin-top: 20px;
    position: relative;
}

.hotel-listing {
    height: 200px;
}

.hotel-listing img {
    width: 100%;
    height: 100%;
}

.hotel-rating i {
    font-size: 10px;
}

.hotel-review {
    font-size: 14px;
    margin-top: 5px;
}

.hotel-priceDtls li {
    font-size: 14px;
}

.callNowButton::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 5px;
    padding: 1px 5px;
}

/****************island inner -page ************************/

.location-hotel {
    color: #4a4343;
}

.bookHotelbtn {
    padding: 10px 15px;
    background-color: #ffa207;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}

.reviewCount {
    font-size: 12px;
    color: #4a4343;
}

.packageStart {
    color: #4a4343;
    font-size: 0.8rem;
}

.packageStart:hover {
    color: #ffa207;
    cursor: pointer;
}

.priceTag li {
    font-size: 0.8rem;
}

/*****************activities seach page***************/
.activityPageheading::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 2px;
    background: #ffa207;
    left: 50%;
    transform: translate(-50%, 50%);
    top: 50px;
}

/**************************island page cellular jail*****************/

.islandbg {
    /*background-image: url(../img/travelBG1.png);*/
    background-color: #f9f9f9;
}

.info-visitor li {
    padding: 3px;
    font-weight: 400;
    font-size: 14px;
}

.islandbg img {
    /* margin-left: auto;
    margin-right: auto; */
}

/********************island page design****************/

.island-left-title-list ul li {
    list-style-type: disc !important;
    padding: 3px 0px;
}

.island-left-title-list ul li a {
    color: #2D54AF;
    font-weight: 500;
}


.location-map {
    color: #002246;
    font-weight: 500;
}

.island-pg-icon {
    text-align: center;
}

.island-pg-icon img {
    width: 60px;
    padding: 10px;
}

.island-pg-icon h4 {
    text-align: center;
    font-size: 0.9rem;
}

.news_tags_area-social i {
    font-size: 2rem;
    color: #001933;
}

.news_tags_area-social p {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.6rem;
}

.social-heading {
    font-size: .8rem !important;
    text-align: center;
    padding-top: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

/*********************island page design end******************/
/**************our partner section homepage*************/
.customer-logos img {
    filter: grayscale(100%);
    width: 109px;
    height: 109px;
}

.customer-logos img:hover {
    filter: grayscale(0%);
    width: 70%;
    height: 70%;
}

/***************single-view-page new**********/

/**category page menu*/

.print {
    border: none;
    padding: 5px 10px;
    background-color: #002246;
    color: #fff;
    border-radius: 35px;
}

/***********************hotel inner page slider ************/
.hotel-inner-main ul li img,
.hotel-inner-thumbnail ul li img {
    border-radius: 10px;
}

.tax {
    font-size: 14px;
}

.dashline {
    border-top: 1px dashed #4a4343;
}

.sticky-top {
    position: sticky;
    top: 100px;
    /* Adjust the background color as needed */
    z-index: 1 !important;

}

body.no-scroll {
    overflow: hidden;
}

#datepicker-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 998;
}

.ui-datepicker {
    z-index: 1060 !important;
    /* Higher than Bootstrap modal's z-index (1050) */
}

.hotel-inner-thumbnail ul {
    display: flex;
    flex-direction: column;
}

.hotel-inner-thumbnail ul li {
    padding: 5px;
}

.modify-btn {
    background: linear-gradient(to left, #ffa906, #ff6510) !important;
    color: #fff;
    border-radius: none !important;
}

.modify-btn:hover {
    background: #334E6B;
    color: #fff;
    border-radius: none !important;
}

.similarHotelslide {
    position: relative;
}

.similarHotelslide::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: linear-gradient(to left, #ffa906, #ff6510);
    left: 6%;
    transform: translate(-50%, 50%);
    top: 34px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #ffa906 !important;
    font-size: 10px;
    height: 20px;
    width: 20px;
    padding: 15px;
    border-radius: 50%;
}

.menu-sub-category {
    font-size: 0.8rem !important;
    font-weight: bold;
    color: #4a4343;
}

/* button scroll to top*************/
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #ffa906;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}

button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px;
}

button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/*whatsapp chat**********/

#sy-whatshelp {
    right: 25px;
    bottom: 110px;
    position: fixed;
    z-index: 9999;
}

#sy-whatshelp a {
    position: relative;
}

#sy-whatshelp a.sywh-open-services {
    background-color: #334E6B;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #4a4343;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block;
}

#sy-whatshelp a.sywh-open-services i {
    line-height: 55px;
}

#sy-whatshelp a.sywh-open-services i.fa-times {
    display: none;
}

#sy-whatshelp .sywh-services {
    width: 55px;
    height: auto;
}

#sy-whatshelp .sywh-services a {
    display: none;
}

#sy-whatshelp .sywh-services a.email i {
    background-color: #b92b27;
}

#sy-whatshelp .sywh-services a.instagram i {
    background-color: #e4405f;
}

#sy-whatshelp .sywh-services a.messenger i {
    background-color: #334E6B;
}

#sy-whatshelp .sywh-services a.whatsapp i {
    background-color: #25d366;
}

#sy-whatshelp .sywh-services a.call i {
    background-color: #ffa607;
}

a[data-tooltip] {
    position: relative;
}

a[data-tooltip]::before,
a[data-tooltip]::after {
    position: absolute;
    display: none;
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
}

a[data-tooltip]::before {
    content: attr(data-tooltip);
    background: #002246;
    color: #fff;
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
}

a[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
    display: block;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
    display: block;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
    top: 11px;
}

a[data-tooltip][data-placement="left"]::before {
    top: -7px;
    right: 100%;
    line-height: normal;
    margin-right: 10px;
}

a[data-tooltip][data-placement="left"]::after {
    border-left-color: #4a4343;
    border-right: none;
    top: 30%;
    right: 100%;
    margin-top: -6px;
    margin-right: 8px;
    display: none;
}

a[data-tooltip][data-placement="right"]::before {
    top: -7px;
    left: 100%;
    line-height: normal;
    margin-left: 10px;
}

a[data-tooltip][data-placement="right"]::after {
    border-right-color: #4a4343;
    border-left: none;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: 4px;
}

a[data-tooltip][data-placement="top"]::before {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
}

a[data-tooltip][data-placement="top"]::after {
    border-top-color: #4a4343;
    border-bottom: none;
    bottom: 100%;
    left: 10px;
    margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
    top: 100%;
    left: 0;
    margin-top: 10px;
}

a[data-tooltip][data-placement="bottom"]::after {
    border-bottom-color: #4a4343;
    border-top: none;
    top: 100%;
    left: 10px;
    margin-top: 4px;
}

/*********ferry inner page design******/
.plans {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em 0;
}

.plan {
    width: 16.5rem;
    padding: 2em;
    border-radius: 1em;
    margin: 0 0.5em 1em;
}

/* 
.datepicker td,
.datepicker th {
    width: 35px;
} */

.custom-calendar-cruise {
    position: absolute;
    right: 20px;
    top: 37px;
}

/***********************custom build calendar***************/

.calendar {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0.75em;
    overflow: hidden;
    border-collapse: collapse;
    -webkit-tap-highlight-color: transparent;
}

.day-title {
    width: 4em;
    height: 4em;
    vertical-align: top;
    font-weight: bold;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    box-shadow:
        inset 0 -0.875em #fff,
        inset 0 -1em rgba(0, 20, 50, 0.1);
}

.day {
    position: relative;
    height: 3em;
}

.day:focus {
    outline: none;
}

.day:focus .day-number::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    border: 0.25em solid #0288d1;
    border-radius: 50%;
}

.day.today:focus .day-number::after {
    width: 102%;
    height: 102%;
}

.day:hover span.day-number {
    color: #0288d1;
}

.day:first-child,
.day:last-child {
    color: rgba(0, 0, 0, 0.5);
}

.day.range {
    color: #0288d1;
    background-color: #e1f5fe;
}

.day-number {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    border-radius: 50%;
}

.day.today span.day-number {
    color: #fff;
    border: 0.25em solid transparent;
    box-shadow: inset 0 0 0 2em #37474F;
}

.reset {
    display: inline-block;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: bold;
    font-size: 0.6875em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    background-color: #37474F;
    border-radius: 1.5em;
    cursor: pointer;
}

/*******car inner page design********/

.CarpriceDetails label {
    text-align: start !important;
    font-size: 14px;
    padding-top: 15px;
}

/********car inner end***********/
/**********bike inner start****/

/**************bike inner end*****/
/************contact us page***********/

/********contact page end**********/
/**************************************************************
media query
*******************************************************/
@media screen and (min-width: 48rem) {
    main {
        display: flex;
        align-items: center;
    }

    .bg {
        opacity: 0.1;
    }
}

@media screen and (min-width: 93.75rem) {
    .swiper {
        width: 85%;
    }
}

@media only screen and (max-width: 600px) and (min-width: 300px) {
    .mega-menu {
        display: none;
    }

    @keyframes scrolling {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translatex(-50vw);
        }
    }

    .mobile-hide {
        display: none !important;
    }

    .webBaner .row {
        margin-top: 4em;
    }

    .banner-centre-contain {
        position: absolute;
        top: 80px;
        z-index: 2;

    }


    .banner-centre-contain p {
        font-size: 16px !important;
    }

    .text-end {
        text-align: center !important;
    }

    .common_author_form {
        padding: 2px;
    }

    #slider h1 span::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 1px;
        background: #ffa207;
        left: 50%;
        transform: translate(-50%, 50%);
        bottom: 35px;
    }

    .mega-menu {
        display: none;
        top: 100px;
        left: 0;
        background-color: transparent;
        padding: 0px;
        z-index: 1;
        width: 100%;
        overflow-y: auto;
        max-height: 250px;
        position: static;
    }

    .submenu {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 1;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        width: 100%;
    }

    .Outstation {
        flex-basis: 100%;
        width: 100%;
        border: 1px solid #ddd;
        margin: 10px 0;
        background: url(../img/Outstation.svg);
        background-position: right;
        background-repeat: no-repeat;
        padding: 3% 0;
    }

    .hourly {
        flex-basis: 100%;
        width: 100%;
        border: 1px solid #ddd;
        margin: 10px 0;
        background: url(../img/Outstation.svg);
        background-position: right;
        background-repeat: no-repeat;
        padding: 3% 0;
    }


    .step {
        flex-basis: 100%;
        margin-top: 20px;
    }

    .stepper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .sticky-top {
        position: sticky;
        top: 72px;
        background-color: #ffffff;
        /* Adjust the background color as needed */
        z-index: 222;
    }

    .plan-holidays .section-heading h2 {
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .contact-menu,
    .login-icon {
        display: none;
    }

    .mobo-con {
        display: inline-block;
        color: #FFA207;
    }

    .mobo-user {
        display: inline-block;
        color: #001933;
    }

    .cruise-list-heading h3 {
        color: #001933;
        font-size: 1rem;
        font-weight: bold;
    }

    .cruise-list-heading p {
        color: #001933;
        font-size: 0.8rem;
        font-weight: 400;
    }

    .cruise-list-heading {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0px;
        gap: 0px;

    }

    .cruise-list-sub-heading span {
        font-size: 0.8rem;
    }

    .cruise-list-timing p {
        font-size: 0.8rem;
    }

    .cruise-time {
        font-size: 0.8rem !important;
    }

    /* .cruise-list-timing span {
        font-size: 0.8rem;
    } */

    .ferry-duration-time div {
        font-size: .7rem;
        font-weight: bold;
        padding-top: 5px;
    }

    .cruise-list-sub-heading {
        text-align: start;
        gap: 5px;
    }



    .review-count-ferry {
        font-size: 0.8rem;
        color: #001933;
        padding-top: 6px;
    }

    .ferry-review-rating i {
        font-size: .5rem;
        color: #FFCB45;
    }

    .select-ferry-btn {
        border: none;
        color: #fff;
        background-color: #2d54af;
        padding: 5px 10px;
        font-size: 0.6rem;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: normal;
    }

    .title {
        color: #8F8F8F;
        font-size: .8rem;
        font-style: normal;
        font-weight: 600 !important;
        line-height: normal;
    }

    .description {
        color: #8F8F8F;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        line-height: 20px;
        padding-top: 20px;
    }

    .ferry-side-bar {
        border-right: 1px solid #ddd;
        border-bottom: none;
        margin-top: 10px;
    }

    .insta-booking2 p {
        font-size: 0.8rem;
        font-weight: bold;
    }

    .ferry-review-rating i.star2 {
        font-size: 0.5rem;
        color: #DDDDDD;
    }

    .ferry-modal-name-operator {
        font-size: 0.9rem;
        color: #001933;
        font-weight: bolder;
    }

    .ferry-modal-operator {
        font-size: .6rem;
    }

    .home-banner {
        height: 60vh;
        /* Adjust the height for smaller screens */
    }

    .banner-centre-contain {
        margin-top: 2rem;
        /* Adjust the margin for smaller screens */
    }

    .progressbar li {
        position: relative;
        list-style: none;
        float: left;
        width: 20.33%;
        text-align: center;
        font-size: 11px;
        z-index: 2;
        font-weight: 400;
        color: #787878;
    }

    .progressbar li:after {
        content: "";
        position: absolute;
        width: 48%;
        height: 3px;
        background: orange;
        top: 20px;
        left: -24%;
        z-index: 1;
    }

    .about-content h2 {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .about-content p {
        font-size: .8rem;
    }

    
    h3 {
        font-size: 1rem;
    }

    .similarHotelslide {
        font-size: 1rem;
    }

    .similarHotelslide::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 2px;
        background: linear-gradient(to left, #ffa906, #ff6510);
        left: 17%;
        transform: translate(-50%, 50%);
        top: 22px;
    }

    .info-visitor li {
        padding: 3px;
        font-size: 0.8rem;
    }

    .island-left-title-list ul li a {
        color: #2D54AF;
        font-weight: 500;
        font-size: .8rem;
    }

    #ferryCarouselControls {
        height: 150px;
    }

    #ferryCarouselControls .carousel-item img {
        height: 180px;
        object-fit: cover;
    }

    .modal-ferry-price {
        display: flex;
        font-size: .7rem;
        flex-wrap: wrap;
        gap: 10px;
    }

    .modal-ferry-price li {
        font-size: .6rem;
        padding: 0;
    }

    .modal-ferry-include p {
        text-align: start;
        font-size: 0.6rem;
    }

    .ferry-price {
        font-size: 1.1rem;
        font-weight: bold;
    }

    .modal-ferry-price-col {
        margin-top: 30px;
    }

    .modal-ferry-dis-show {
        display: flex;
        align-items: center;
        gap: 5px;

    }

    .card-body-ferry .btn {
        font-size: 0.6rem;
    }

    .modal-ferry-price {
        border-right: 1px dashed #ddd;
    }
}

@media (max-width: 576px) {
    .mega-menu {
        display: none;
    }

    .text-end {
        text-align: center !important;
    }

    .common_author_form {
        padding: 2px;
    }

    .partner h2:after {
        content: "";
        position: absolute;
        width: 150px;
        height: 1px;
        background: #fe5715;
        left: 50%;
        transform: translate(-50%, 50%);
        bottom: 0;
    }

    .mega-menu {
        display: none;
        top: 100px;
        left: 0;
        background-color: transparent;
        padding: 0px;
        z-index: 1;
        width: 100%;
        overflow-y: auto;
        max-height: 250px;
        position: static;
    }

    .home_search_form_tabbtn .nav-tabs .nav-link i {
        font-size: 14px;
    }

    .home_search_form_tabbtn .nav-tabs .nav-link {
        font-size: 16px;
    }

    .home_search_form_tabbtn .nav-tabs .nav-link {
        font-size: 16px;
    }

    .hotel-inner-thumbnail ul {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .hotel-star i {
        font-size: 10px;
    }

}

@media (max-width: 767px) {
    .home_search_form_tabbtn .nav-tabs {
        justify-content: center;
    }

    #home_search_form {
        margin-top: 0px;
    }

    .mega-menu {
        display: none;
        top: 100px;
        left: 0;
        background-color: transparent;
        padding: 0px;
        position: static;
        width: 100%;
        overflow-y: auto;
        max-height: 250px;
        z-index: 1;
    }

    .submenu {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 1;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        width: 100%;
    }
}

@media (max-width: 992px) {
    .home_search_form_tabbtn .nav-tabs {
        border-bottom: none;
        justify-content: center;
    }

    .mega-menu {
        display: none;
        top: 100px;
        left: 0;
        background-color: transparent;
        padding: 0px;
        width: 100%;
        overflow-y: auto;
        max-height: 250px;
        z-index: 12;
        position: static;
    }
}

/* menu category details page slider */
@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}


.tab-content>.tab-pane {
    display: none;
    /* Hide all tab content initially */
}

.tab-content>.tab-pane.show {
    display: block;
    /* Show active tab */
}

/* Auto-switch tabs when radio buttons are selected */
input[name="tripType"]:checked~.tab-content .tab-pane {
    display: none;
    /* Hide all sections initially */
}


.andaman-search-container {
    padding: 2rem 0;
    min-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-wrapper {
    margin-top: -33px;
    width: 75vw;
    max-width: 1200px;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all var(--transition-speed) ease;
}

.search-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 30px; */
    background: #f8f9fa;
    border-radius: 50px;
    padding: 7px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}



.nav-tabs-wrapper {
    display: flex !important;
    /* justify-content: center !important; */
    align-items: center;
    width: 100%;
}

.nav-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.nav-tab {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: #6c757d;
    border: none;
    background: transparent;
    outline: none;
}

.nav-tab i {
    margin-right: 10px;
    font-size: 0.8rem !important;
}

.nav-tab span {
    font-size: 14px;
}

.nav-tab:hover,
.nav-tab.active {
    background: var(--andaman-gradient);
    color: white;
}

.nav-tab:focus {
    outline: none;
    box-shadow: none;
}

.search-content-panels {
    background-color: #ffffff;
}

.search-panel {
    display: none;
}

.search-panel.active {
    display: block;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    /* padding: 1rem 0.75rem; */
    border-radius: 0.5rem;
    transition: all var(--transition-speed) ease;
}

.form-floating>label {
    padding: 1rem 0.75rem;
    opacity: 0.7;
}

.form-floating>.form-control:focus,
.form-floating>.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.search-submit {
    margin-top: -55px;
    display: flex;
    justify-content: center;
    position: relative;
    top: 54px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    padding-left: 45px;
    padding-right: 45px;
    color: white;
    font-weight: 700;
    background: var(--andaman-gradient);
    transition: all var(--transition-speed) ease;
    border:none;
}

.search-submit:hover {
    transform: translateY(-3px);
    color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .search-wrapper {
        width: 95vw;
    }

    .nav-tab {
        padding: 10px 15px;
    }

    .search-content-panels {
        padding: 1.5rem;
    }
}

.form-floating .select2-container--default .select2-selection--single {
    height: calc(3.5rem + 2px);
    /* Match Bootstrap's input height */


    padding: 1rem 0.75rem;
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.form-floating label {
    transition: all 0.2s ease-in-out;
    padding-left: 0.75rem;
}

.nav-tab .fas,
.nav-tab .far,
.nav-tab .fab,
.nav-tab .icon {
    color: #6c757d !important;
}

.nav-tab:hover .fas,
.nav-tab:hover .far,
.nav-tab:hover .fab,
.nav-tab:hover .icon,
.nav-tab.active .fas,
.nav-tab.active .far,
.nav-tab.active .fab,
.nav-tab.active .icon {
    color: white !important;
}

/* Traveler Selection Styles */
.traveler-selection-container {
    position: relative;
}

.traveler-dropdown-form {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.traveler-dropdown-form.show {
    display: block;
}

.input-group .btn {
    width: 40px;
}

.input-group input[type="number"] {
    max-width: 60px;
}

/* Prevent number input arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.traveler-dropdown-form .card .card-body .btn {
    color: none !important;
}

.home-banner {
    /* background-image: url(https://images.unsplash.com/photo-1550951298-5c7b95a66bfc?q=80&w=1633&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
    /* background-image:  url(../img/banner-home-page.jpg); */
    background-size: cover;
    background-position: center;
}

.home-banner {
    position: relative;
    height: 60vh;
    overflow: hidden;
}

/* .fas.fa-map-marked-alt {
    color: white !important;
    font-size: 1.2rem !important;
} */

/* Prevent number input arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.traveler-dropdown-form .card .card-body .btn {
    color: none !important;
}

.home-banner {
    /* background-image:  url(../img/banner-home-page.jpg); */
    background-size: cover;
    background-position: center;
}

.home-banner {
    position: relative;
    height: 60vh;
    overflow: hidden;
}

.testimonials .testimonial-card,
.travel-resources .resource-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials .testimonial-card:hover,
.travel-resources .resource-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-quote i {
    font-size: 2rem;
    opacity: 0.3;
    margin: 0 10px;
}


.andaman-offers-navigation::-webkit-scrollbar {
    display: none;
}

.andaman-offers-nav-item {
    flex: 0 0 auto;
    /* padding: 10px; */
}

.carousel-item {
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.unique-experiences .experience-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.unique-experiences .experience-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.about-us {
    background-color: #f8f9fa;
}

.about-image-wrapper {
    overflow: hidden;
    border-radius: 1rem;
}

.about-image-wrapper img {
    transition: transform 0.5s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.1);
}

.image-overlay {
    background: linear-gradient(rgba(0, 102, 204, 0.1), rgba(0, 102, 204, 0.3));
    opacity: 0.7;
}

.feature-item {
    background-color: white;
    /* padding: 5px; */
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
} */

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-cta .btn {
    transition: all 0.3s ease;
}

.about-cta .btn:hover {
    transform: translateX(5px);
}


.featured-hotels {
    background-color: #f8f9fa;
}

.hotel-image {
    width: 300px !important;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* .hotel-card:hover .hotel-image {
    transform: scale(1.1);
} */

.hotel-rating {
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
}

.andaman-popular-beaches {
    background-color: #f4f6f9;
    padding-top: 20px;
    padding-bottom: 35px;
}

.andaman-beach-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.andaman-beach-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {

    .andaman-beach-card {
        margin-bottom: 15px;
    }
}

.cruise-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cruise-card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1) !important;
}

.cruise-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}



.cruise-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
    color: white;
    padding: 15px;
    transition: opacity 0.3s ease;
}

.text-andaman {
    color: #0066CC !important;
}

.btn-andaman {
    background-color: #0066CC;
    color: white;
}

.btn-andaman:hover {
    background-color: #0052A3;
    color: white;
    transform: translateY(-5px);
}

.cruise-card .text-andaman {
    color: #0066CC;
}

.popular-activities {
    background-color: #f8f9fa;
    padding-top: 30px;
    padding-bottom: 35px;
}

.activity-card {
    transition: transform 0.3s ease;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.activity-card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.activity-image {
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* .activity-card:hover .activity-image {
    transform: scale(1.1);
} */

.activity-icon {
    top: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.activity-icon i {
    font-size: 24px;
}

.bg-gradient-andaman {
    background: linear-gradient(135deg, #1abcdd 0%, #0052A3 100%);
    position: relative;
    z-index: 2;
}

.lead-generation-section {
    position: relative;
    z-index: 2;
}

.icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lead-benefits {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
}

.lead-form-card {
    background-color: #ffffff;
    transform: perspective(1000px) rotateX(-2deg) rotateY(2deg) scale(0.95);
    transition: all 0.3s ease;
}

.lead-form-card:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) scale(1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.lead-generation-form .form-floating>label {
    color: #6c757d;
}

.lead-generation-form .form-control:focus,
.lead-generation-form .form-select:focus {
    border-color: #0066CC;
    box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
}

.btn-andaman {
    background-color: #0066CC;
    color: white;
    transition: all 0.3s ease;
}

.btn-andaman:hover {
    background-color: #0052A3;
    color: white;
    transform: translateY(-5px);
}

.popular-activities {
    background-color: #f8f9fa;
}

.activity-card {
    transition: transform 0.3s ease;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* .activity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
} */

.activity-image {
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* .activity-card:hover .activity-image {
    transform: scale(1.1);
} */

.activity-icon {
    top: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.activity-icon i {
    font-size: 24px;
}

.text-blue {
    color: #0066CC !important;
}

.andaman-offers-nav-item.andaman-offers-nav-active,
.andaman-offers-nav-item:hover {
    background: var(--andaman-gradient);
    color: white;
}

/* Button Styling */
.btn-andaman {
    background: var(--andaman-gradient);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.btn-andaman:hover {
    background: var(--andaman-gradient);
    opacity: 0.9;
    color: white;
    transform: translateY(-5px);
}

/* Other color-related styles remain unchanged */
.text-andaman {
    color: var(--andaman-primary) !important;
}

.icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
}

.cruise-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgb(0 18 63 / 60%));
}

.activity-icon i {
    color: var(--andaman-primary);
}

/* Tours Search Tabs Additional Styling */

.andaman-offers-navigation {
    display: flex;
    margin-bottom: 30px;
    background: #f8f9fa;
    height: 65px;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.andaman-offers-nav-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: #6c757d;
}

.andaman-offers-nav-icon {
    margin-right: 10px;
    font-size: 1.2rem;
}

.andaman-offers-nav-label {
    font-size: 1rem;
}

.andaman-offers-content .andaman-offers-tab {
    display: none;
}

.andaman-offers-content .andaman-offers-tab.andaman-offers-tab-active {
    display: block;
}



.andaman-offers-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.andaman-offers-image-wrapper {
    width: 40%;
    position: relative;
}

.andaman-offers-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.andaman-offers-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #e5383b;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.andaman-offers-card-content {
    width: 60%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.andaman-offers-card-content h4 {
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.andaman-offers-subtitle {
    color: var(--andaman-offers-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.andaman-offers-description {
    color: #6c757d;
    margin-bottom: 20px;
}

.andaman-offers-promo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.andaman-offers-promo-code {
    background: #f1f3f5;
    color: var(--andaman-offers-color);
    padding: 4px 15px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 20px;
}

.andaman-offers-btn-book {
    background: var(--andaman-offers-color);
    color: white;
    padding: 2px 10px;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 14px;
}

.andaman-offers-btn-book:hover {
    background: color-mix(in srgb, var(--andaman-offers-color) 80%, black);
    color: white;
}

@media (max-width: 768px) {
    .andaman-offers-card {
        flex-direction: column;
    }

    .andaman-offers-image-wrapper,
    .andaman-offers-card-content {
        width: 100%;
    }

    .andaman-offers-image-wrapper {
        height: 250px;
    }
}

.carousel-item {

    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

/* General Styling for Carousel Controls */

/* Hover Effect */

/* Customizing the Icons */

/* Position Adjustments */

/* Responsive Adjustments */





.andaman-offers-navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    background: #f8f9fa;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* @media screen and (min-width: 480px) {
    .andaman-offers-image-wrapper {
    width: 100% !important;
    position: relative;
    height: 225px;
    min-height: 225px;
}
} */

@media (max-width: 768px) {
    .andaman-offers-navigation {
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
        padding: 10px 5px;
    }

    .andaman-offers-navigation::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .andaman-offers-nav-item {
        flex: 0 0 auto;
        margin: 0 5px;
    }

    .andaman-offers-nav-label {
        font-size: 0.9rem;
    }
}

.andaman-offers-nav-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: #6c757d;
}



.andaman-offers-nav-icon {
    margin-right: 10px;
    font-size: 1.2rem;
}

.andaman-offers-nav-label {
    font-size: 1rem;
}

.andaman-offers-content .andaman-offers-tab {
    display: none;
}

.andaman-offers-content .andaman-offers-tab.andaman-offers-tab-active {
    display: block;
}

/* Custom slider styles instead of Swiper */
.custom-slider-wrapper {
    position: relative;
    padding: 0 5px;
    margin-bottom: 20px;
}

.custom-slider {
    position: relative;
    width: 100%;
}

.custom-slider-container {
    display: flex;
    transition: transform 0.3s ease;
}

.custom-slide {
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px;
    padding: 4px 0 4px;
    height: auto;
}

/* Navigation arrows */
.custom-slider-prev,
.custom-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #333;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-slider-prev {
    left: -10px;
}

.custom-slider-next {
    right: -10px;
}

/* Pagination bullets */
.custom-slider-pagination {
    display: none;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 10;
}

.custom-slider-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-slider-bullet.active {
    background-color: var(--andaman-offers-color, #007bff);
}

.andaman-offers-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    display: flex;

    width: 100%;
    height: 225px !important;
    /* Set fixed height to 225px */
}

@media (max-width: 768px) {
    .custom-slide {
        flex: 0 0 calc(100% - 20px);
    }

    .custom-slider-prev,
    .custom-slider-next {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        border-radius: 50%;
        background: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom-slider-prev {
        left: 10px;
    }

    .custom-slider-next {
        right: 10px;
    }

    .andaman-offers-card {
        flex-direction: column;
        height: auto !important;
        background-color: red;
        min-height: auto !important;
        max-width: 330px;
        margin: 0 auto;
    }

    .andaman-offers-image-wrapper {
        width: 100%;
        height: 180px;
        min-height: 180px;
    }

    .andaman-offers-card-content {
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .andaman-offers-card-content h4 {
        font-size: 18px;
        margin-bottom: 5px;
        text-align: center;
    }

    .andaman-offers-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
        text-align: center;
        color: #28a745;
    }

    .andaman-offers-description {
        font-size: 14px;
        margin-bottom: 12px;
        text-align: center;
    }

    .andaman-offers-promo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }



    .andaman-offers-btn-book {
        padding: 6px 15px;
        border-radius: 20px;
        font-size: 14px;
        background-color: #28a745;
        flex: 1;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .andaman-offers-image-wrapper {
        height: 160px;
        min-height: 160px;
    }

    .andaman-offers-card-content {
        padding: 12px 10px;
    }

    .andaman-offers-description {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .andaman-offers-image-wrapper {
        width: 100% !important;
        position: relative;
        height: 225px;
        /* Set fixed height to 225px */
        min-height: 225px;
        /* Change min-height to match */
    }

    .andaman-offers-card-content {
        width: 100% !important;
        padding: 25px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .andaman-offers-btn-book {
        padding: 2px 14px !important;
    }

    .andaman-offers-card-content h4 {
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }

    .andaman-offers-subtitle {
        font-size: 14px !important;
        margin-bottom: 0px !important;
    }

    .andaman-offers-description {
        font-size: 12px !important;
        margin-bottom: 0px !important;
    }
}

/* Wrapper styles */

.andaman-offers-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    display: flex;

    width: 100%;
    height: 225px;
    /* Set fixed height to 225px */
    min-height: 225px;
    /* Change min-height to match */
}

.andaman-offers-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.andaman-offers-image-wrapper {
    width: 40%;
    position: relative;
    min-height: 200px;
    /* Change min-height to match */
}

.andaman-offers-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}



.andaman-offers-card-content {
    width: 60%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.andaman-offers-description {
    flex-grow: 1;
    margin-bottom: 20px;
    color: #6c757d;
}

.andaman-offers-card-content h4 {
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.andaman-offers-subtitle {
    color: var(--andaman-offers-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.andaman-offers-btn-book {
    background: #FF5722;
    color: white;
    padding: 2px 15px;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.andaman-offers-btn-book:hover {
    background: #ff5722;
    color: white;
}

.andaman-offers-promo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Glide.js Styles */

.slick-arrow {

    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    cursor: pointer;
    display: block !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: white;

}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 50px;
}

.section-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--color-heading);
    position: relative;
    display: block;
}


.text-gradient {
    background: linear-gradient(to right, #f44336, #f9680f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--color-secondary);
}

/* //package hotel// */

.hotel-card {
    display: flex;
    align-items: center;
    background-color: var(--color-background);
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: var(--box-shadow);
}

.hotel-rating {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {

    
    .hotel-card {
        flex-direction: column;

    }

    .hotel-image {
        width: 300px;
        height: 200px;
    }
}

.hero-content {
    flex: 1;
    position: relative;
    z-index: 2;
    color: white;
}

.hero-content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: white;
}

.hero-content p {
    font-size: 1.1rem;
    opacity: 0.9;
    color: white;
}

.section {
    background-color: var(--color-white);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.itinerary-day {
    display: flex;
    align-items: start;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.day-number {
    flex: 0 0 60px;
    background-color: var(--color-primary);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 8px;
    margin-right: 1rem;
    padding: 0.5rem;
}

.hotel-card {
    display: flex;
    align-items: center;
    /* background-color: var(--color-background); */
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: var(--box-shadow);
}

.hotel-image {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.hotel-rating {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {

    
    .hotel-card {
        flex-direction: column;
        text-align: center;
    }

    .hotel-image {
        width: 300px;
        height: 200px;
    }
}

.timeline-content {
    flex-grow: 1;
    background-color: var(--color-background);
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
}

.timeline-content::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid var(--color-background);
}

.timeline-content h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    background: linear-gradient(to right, #26a6d9 29%, #ff944e 19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--color-secondary);
}

.timeline-content p {
    color: var(--color-text);
    margin-bottom: 10px;
    line-height: 1.5;
}

@media (max-width: 768px) {

    .timeline-content {
        padding: 12px 15px;
    }

    .timeline-content::before {
        left: -10px;
        border-right: 10px solid var(--color-background);
    }
}

/* CTA Section Styles */

/* .price-highlight {
    margin: 1.5rem 0;
} */

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFA207;
}

.book-now-btn {
    background-color: #FFA207;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 1rem 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.book-now-btn:hover {
    background-color: #e89200;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.price-note {
    font-size: 0.9rem;
    opacity: 0.7;
    margin-top: 1rem;
}

/* Hover Effects */

/* Advanced Side-by-Side Design for Inclusions and Exclusions */
.package-details {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.package-column {
    flex: 1;
    background-color: transparent;
    padding: 15px;
    position: relative;
}

.package-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-background);
    padding-bottom: 10px;
}

.package-header-icon {
    width: 40px;
    height: 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 1.2rem;
}

.package-header h3 {
    color: var(--color-primary);
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.package-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.package-list li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 12px;
    color: var(--color-text-light);
    font-size: 0.80rem;
    line-height: 1.6;
}

/* .package-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: bold;
} */

.package-list li i {
    margin-right: 10px;
    color: var(--color-primary);
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .package-details {
        flex-direction: column;
        gap: 20px;
    }

    .package-header {
        padding-bottom: 10px;
    }

    .package-header-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .slick-slide {
        margin-top: 0px;
    }
}

.overview-description {
    color: var(--color-text-light);
    line-height: 1.6;
    font-size: 0.9rem;
    margin-bottom: 2px !important;
    margin-right: 0.5px;
    padding: 5px 14px;
}


.overview-description p {
    color: var(--color-text) !important;
    line-height: 1.6;
    font-size: 0.9rem;
    margin-bottom: 2px !important;
}
font{
    color:rgb(36, 69, 104) !important;
    font-family: 'Poppins', sans-serif !important;
}

.overview-description h3 {
    font-size: 14px !important;
}

.timeline-content ul li a {
    color: #03a9f4 !important;
}

.timeline-content ul li a:hover {
    color: #ff5722 !important;
}

.overview-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.overview-highlight {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.highlight-icon {
    width: 35px;
    height: 35px;
    background-color: var(--color-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1rem;
}

.highlight-text {
    color: var(--color-text-light);
    font-size: 0.8rem;
}

@media (max-width: 992px) {

    .overview-highlights {
        grid-template-columns: repeat(2, 1fr);
    }

    
    .highlight-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .overview-highlights {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .overview-highlights {
        grid-template-columns: 1fr;
    }
}

.hotel-card {
    display: flex;
    /* background: linear-gradient(135deg,
            var(--color-primary) 0%,
            color-mix(in srgb, var(--color-primary) 90%, white) 100%); */
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* .hotel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
} */

.hotel-image {
    width: 300px;
    height: 200px;
    object-fit: cover;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

.hotel-card:hover .hotel-image {
    filter: brightness(1);
}

.hotel-rating {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .hotel-card {
        flex-direction: column;
    }

    .hotel-image {
        width: 300px;
        height: 200px;
    }
}

.seo-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.seo-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.seo-card-icon {
    width: 60px;
    height: 60px;
    background-color: var(--color-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 20px;
    flex-shrink: 0;
}

@media (max-width: 576px) {

    .seo-card-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.seo-detailed-highlight {
    display: flex;
    align-items: center;
    background-color: var(--color-background);
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 0.85rem;
    color: var(--color-text-light);
}

.seo-detailed-highlight i {
    margin-right: 10px;
    color: var(--color-primary);
    font-size: 1.2rem;
}

.seo-detailed-image {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.price-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 
.price-cta {
    <div class="price-booking-section"><div class="price-container"><div class="price-cta"><h2 class="price-cta-title">Book Your Dream Honeymoon Today !</h2><p class="price-cta-description">Experience 3 nights of romance and adventure in the pristine Andaman Islands. Limited-time special offers available for couples.</p><div class="price-highlight"><span class="price-amount">₹24,
    999</span><span class="price-per">per couple</span></div><button class="book-now-btn">Book Now <i class="fas fa-arrow-right"></i></button><p class="price-note">*Prices may vary based on season and availability</p></div></div></div>padding: 25px;
    transition: all 0.3s ease;
} */

.pricing-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.why-choose-andamanbliss > .section-title{
    padding-top:50px;
}

.pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.pricing-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--color-primary);
}

.pricing-title i {
    margin-right: 10px;
    font-size: 1.5rem;
}

.package-badge {
    background-color: var(--color-primary);
    color: white;
    padding: 5px 5px;
    border-radius: 20px;
    font-size: 0.7rem !important;
}

.price-summary {
    margin-bottom: 20px;
}

.base-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.base-price-label {
    font-weight: 500;
    color: #6c757d;
}

.base-price-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-primary);
}

.guest-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.guest-label {
    font-weight: 500;
    color: #6c757d;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    overflow: hidden;
}

.quantity-btn {
    background: none;
    border: none;
    padding: 5px 10px;
    font-size: 1.2rem;
    color: var(--color-primary);
    cursor: pointer;
    transition: background-color 0.3s ease;
}



.quantity-input {
    width: 40px;
    text-align: center;
    border: none;
    font-weight: 600;
    color: var(--color-primary);
}

.total-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.total-price-label {
    font-weight: 500;
    color: #6c757d;
}

.total-price-value {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
}

.book-now-btn {
    width: 100%;
    background-color: var(--color-primary);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.book-now-btn:hover {
    background-color: color-mix(in srgb, var(--color-primary) 90%, black);
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.price-note {
    font-size: 0.8rem;
    color: #6c757d;
    text-align: right;
    margin-bottom: 15px;
}

/* General Section Styling */
.tour-details {
    background: linear-gradient(90deg, #c7dffe 0%, #d8f2ff 100%);
    /* Light background for section */
    padding-top: 1rem;
    padding-bottom: 1rem;
}



/* Title Styling */

.tour-location {
    font-size: 0.7rem;
    font-weight: 600;
    color: #666;
    /* Muted text for location */
    display: flex;
    align-items: center;
}

.location-icon {
    color: #f9680f;
    /* Updated orange color for the map icon */
    margin-right: 0.5rem;
}

/* Right Info Styling */
.tour-info {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 2rem;
}

.tour-duration,
.tour-type {
    display: flex;
    align-items: center;
}

.info-icon {
    font-size: 1.5rem;
    color: #f9680f;
    /* Updated blue color for icons */
    margin-right: 0.75rem;
}

.info-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgb(17, 157, 213);
    /* Muted label color */
    margin-bottom: 0.25rem;
}

.info-text {
    font-size: 1rem;
    font-weight: 600 !important;
    color: #666;
    /* Darker text for the content */
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {

    .tour-location {
        font-size: 0.8rem;
    }

    .tour-info {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
}

.pricing-card {

    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 80px;
    /* Adjust top position to 20px for spacing */
    right: 20px;
    /* Keep it at the right side */
    background: var(--color-primary-gradient);
    /* Gradient background */
    border-radius: 12px;
    padding: 15px;
    color: white;
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.15),
        /* Shadow for floating effect */
        0 3px 8px rgba(0, 0, 0, 0.1);
    /* Shadow for depth */
    z-index: 1000;
    /* Ensure it's above other elements */
    transition: all 0.4s ease;
    /* Smooth transition on hover */
    margin-bottom: 15px;
    overflow: hidden;

}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .pricing-card {
        position: static;
        margin-bottom: 20px;
        right: 0;
        top: auto;
    }
}




.pricing-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center,
            rgba(255, 255, 255, 0.15) 0%,
            transparent 60%);
    z-index: -1;

}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.15);
}

.pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 8px;
}

.pricing-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
    color: white;
}

.pricing-title i {
    margin-right: 8px;
    font-size: 1.3rem;
    color: white;
}

.package-badge {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.price-summary {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    backdrop-filter: blur(5px);
}

.base-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.base-price-label {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    font-size: 0.9rem;
}

.base-price-value {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
}

.base-price-value .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.8rem;
}

.price-note {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.text-warning {
    color: white !important;
    font-weight: 600;
}

.guest-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 8px 10px;
    backdrop-filter: blur(5px);
}

.guest-label {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
}

.quantity-control {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quantity-btn {
    background: none;
    border: none;
    width: 28px;
    height: 28px;
    font-size: 1.3rem;
    font-weight: bolder;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}



.quantity-input {
    width: 30px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 600;
    color: white;
    font-size: 0.95rem;
}

.arrival-month-section {
    margin-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 8px 10px;
    backdrop-filter: blur(5px);
}

.arrival-month-label {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 6px;
    font-size: 0.85rem;
}

.custom-month-select {
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 0.85rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.custom-month-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.custom-month-select option {
    background-color: rgb(17, 157, 213);
    color: white;
}

.custom-month-select option[disabled] {
    color: rgba(0, 0, 0, 0.5);
}

.total-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 10px 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.total-price-label {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

/* 
.total-price-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} */
.total-price-label {
    color: var(--primary-color);
}

.book-now-btn {
    width: 100%;
    background-color: white;
    color: rgb(17, 157, 213);
    border: none;
    padding: 8px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.book-now-btn::after {
    content: ' ';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.book-now-btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.4);
}

.book-now-btn:hover::after {
    transform: translateX(5px);
}

.our-blog {
    padding-top: 30px;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .pricing-card {
        padding: 18px;
    }

    .pricing-title {
        font-size: 1rem;
    }

    .package-badge {
        font-size: 0.7rem;
        padding: 3px 8px;
    }

}

@media (max-width: 992px) {
    .pricing-card {
        padding: 15px;
    }

    .base-price-value {
        font-size: 1.3rem;
    }

    .book-now-btn {
        padding: 8px;
        font-size: 0.9rem;
    }

    /* Improve row layout */
    .container .row {
        display: flex;
        flex-wrap: wrap;
    }

    /* Make sure content flows properly */
    /* .col-md-8,
    .col-md-4 {
        width: 100%;
    } */
}

@media (max-width: 768px) {
    .pricing-card {
        margin-top: 1.5rem !important;
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }

    /* Improve layout for tablets */
    .price-summary,
    .guest-control,
    .arrival-month-section,
    .total-price-section {
        margin-bottom: 10px;
        padding: 10px;
    }

    /* Center the pricing card on mobile
    .col-md-4 {
        display: flex;
        justify-content: center;
    } */

    .col-md-4 .pricing-card {
        max-width: 450px;
    }
}

@media (max-width: 576px) {
    .guest-control {
        flex-direction: row;
        align-items: center;
    }

    .quantity-control {
        margin-top: 8px;
    }

    .guest-review {
        padding-top: 50px;
    }

    /* Improve small screen layout */
    .pricing-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .package-badge {
        margin-top: 8px;
        align-self: flex-start;
    }

    .base-price {
        flex-direction: column;
        align-items: flex-start;
    }

    .base-price-value {
        margin-top: 5px;
    }

    /* Make the booking button more prominent */
    .book-now-btn {
        padding: 12px;
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .pricing-card {
        padding: 12px;
    }

    .pricing-title i {
        font-size: 1.1rem;
    }

    .pricing-title span {
        font-size: 0.9rem;
    }
}

.hero-banner {
    min-height: 90vh;
    /* Increased to ensure all content is visible */
    position: relative;
    overflow: hidden;
    background-color: var(--primary-color);
    padding-bottom: 10px;
    /* Added padding to account for wave position */
}


.banner-bg-container {
    z-index: 1;
}

.banner-overlay {
    z-index: 2;
    background: #125176a6;
}

.banner-image {
    z-index: 1;
    filter: saturate(1.2);
}

.banner-wave-bottom {
    position: absolute;
    bottom: -170px;
    /* Adjusted to fix visibility issue */
    left: 0;
    width: 100%;
    z-index: 4;
    line-height: 0;
}

/* Floating Elements Animation */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.floating-bubble {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    animation: float 8s infinite ease-in-out;
}

.bubble-1 {
    width: 80px;
    height: 80px;
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.bubble-2 {
    width: 40px;
    height: 40px;
    top: 20%;
    right: 20%;
    animation-delay: 2s;
}

.bubble-3 {
    width: 60px;
    height: 60px;
    bottom: 30%;
    right: 10%;
    animation-delay: 4s;
}

.floating-fish {
    position: absolute;
    width: 60px;
    height: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7 1.3 3 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
    animation: swim 15s infinite linear;
}

.fish-1 {
    top: 40%;
    left: -60px;
    transform: scaleX(-1);
    animation-delay: 0s;
}

.fish-2 {
    bottom: 25%;
    left: -60px;
    transform: scaleX(-1);
    animation-delay: 5s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes swim {
    0% {
        left: -60px;
    }

    100% {
        left: 100%;
    }
}

/* Banner Navigation */
.banner-nav-container {
    position: relative;
    z-index: 5;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
}

.breadcrumb-item a:hover {
    color: var(--white);
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: var(--white);
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

/* Banner Content */
.banner-content {
    position: relative;
    z-index: 5;
    color: var(--white);
}

/* Banner Badges */
.banner-badges {
    margin-bottom: 1.5rem;
}

.banner-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--white);
}

.banner-badge i {
    margin-right: 6px;
    font-size: 0.9rem;
}

/* Banner Title */
.banner-title {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.banner-title .highlight {
    color: var(--secondary-color);
    position: relative;
    display: inline-block;
}

.banner-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: -1;
    border-radius: 10px;
}

/* Banner Description */
.banner-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
}

/* Banner Meta */
.banner-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.meta-item {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    padding: 0.8rem 1rem;
    transition: var(--transition);
}

.meta-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.meta-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 1rem;
    color: var(--white);
}

.meta-text {
    display: flex;
    flex-direction: column;
}

.meta-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2px;
}

.meta-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--white);
}

/* Banner CTA */
.banner-cta {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-primary-action,
.btn-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
    text-decoration: none;
}

.btn-primary-action {
    background: var(--secondary-color);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(253, 110, 15, 0.3);
}

.btn-primary-action:hover {
    background: #e86409;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(253, 110, 15, 0.4);
    color: var(--white);
}

.btn-secondary-action {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary-action:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    color: var(--white);
}

.btn-primary-action i,
.btn-secondary-action i {
    margin-right: 8px;
}

/* Banner Price Card */
.banner-price-card {
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: var(--transition);
    transform: translateY(0);
    margin-top:100px;
}

.banner-price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.price-card-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0e8bc0 100%);
    padding: 1.2rem 1.5rem;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.price-card-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.price-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.price-subtitle {
    font-size: 0.9rem;
    opacity: 0.8;
}

.price-card-body {
    padding: 1.5rem;
}

.price-tag-container {
    margin-bottom: 1.5rem;
    position: relative;
}

/* Banner Price Row - New Style */
.banner-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.banner-price-left {
    display: flex;
    align-items: baseline;
}

.currency {
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 2px;
    color: var(--text-dark);
}

.amount {
    font-size: 1.2rem;
    font-weight: 700 !important;
    color: var(--primary-color);
    line-height: 1;
}

.unit {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-left: 5px;
}

.banner-discount-badge {
    background-color: rgba(253, 110, 15, 0.15);
    color: var(--secondary-color);
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.original-price {
    font-size: 0.9rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 5px;
}

.original-price .value {
    text-decoration: line-through;
}

.price-features {
    margin-bottom: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    color: var(--text-dark);
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-item i {
    color: #28a745;
    font-size: 1rem;
}

.price-card-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--white);
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}

.price-card-cta:hover {
    background: #0e8bc0;
    color: var(--white);
}

.price-card-cta i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.price-card-cta:hover i {
    transform: translateX(5px);
}

.price-card-footer {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-top: 1px solid #eee;
}

.timer-container {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--text-light);
}

.timer-container i {
    color: var(--primary-color);
    margin-right: 8px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .banner-title {
        font-size: 2.2rem;
    }

    .banner-description {
        font-size: 1rem;
    }

    .banner-price-card {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        min-height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        /* Increased padding for wave on mobile */
    }

    .banner-title {
        font-size: 1.8rem;
    }

    .meta-item {
        width: 100%;
    }

    .banner-cta {
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
        /* Added margin to ensure visibility */
    }

    .btn-primary-action,
    .btn-secondary-action {
        width: 100%;
        justify-content: center;
    }

    .banner-price-card {
        margin-bottom: 50px;
        /* Ensure price card is fully visible */
    }
}

@media (max-width: 576px) {
    .banner-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }

    .banner-title {
        font-size: 1.5rem;
    }

    .banner-description {
        font-size: 0.9rem;
    }

    .meta-icon {
        width: 30px;
        height: 30px;
    }

    .amount {
        font-size: 1.2rem;
    }
}

/* Gallery Button with Thumbnail */
.gallery-btn-thumbnail {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.thumbnail-icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 8px;
    position: relative;
}

.thumbnail-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Lightbox Gallery Styles */
.lightbox-gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.lightbox-gallery.active {
    display: block;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition);
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.lightbox-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;
    height: 80vh;
    z-index: 5;
}

.lightbox-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.lightbox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-slide.active {
    opacity: 1;
    z-index: 1;
}

.lightbox-slide img {
    max-height: 90%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}

.slide-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 12px 20px;
    font-size: 1rem;
    text-align: center;
    border-radius: 4px;
    max-width: 80%;
    margin: 0 auto;
    backdrop-filter: blur(5px);
}

.lightbox-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 2;
}

.lightbox-control {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

.lightbox-control:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}

.lightbox-counter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 2;
}

@media (max-width: 768px) {
    .lightbox-container {
        width: 95%;
        height: 70vh;
    }

    .lightbox-control {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .lightbox-close {
        top: 10px;
        right: 10px;
    }

    .slide-caption {
        font-size: 0.9rem;
        padding: 8px 15px;
        bottom: 10px;
    }
}



/* Quick Info Cards */
.quick-info-section {
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

.quick-info-card {
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 1.2rem;
    box-shadow: var(--box-shadow);
    height: 100%;
    transition: var(--transition);
}

.quick-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.info-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.info-content h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.2rem;
}

.info-content p {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .gallery-grid {
        grid-template-rows: 200px 100px;
    }

    .quick-info-card {
        padding: 1rem;
    }

    .info-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {

    .hero-title {
        font-size: 1.8rem;
    }

    .meta-item {
        padding: 0.4rem 0.8rem;
    }

    .meta-icon {
        width: 25px;
        height: 25px;
    }

    .quick-info-card {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {

    .hero-title {
        font-size: 1.5rem;
    }

    .price-value {
        font-size: 1.5rem;
    }

    .gallery-grid {
        grid-template-rows: 150px 80px;
    }

    .btn-primary,
    .btn-outline-light {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    p {
        font-size: 12px;
    }

    .accordion-button {
        font-size: 10px !important;
    }
}

/* Content Section Styles */
.main-content {
    background-color: var(--light-bg);
}

.cta-section {
    background: radial-gradient(circle at center, rgb(21 159 241 / 66%) 0%, rgb(17 157 213) 100%);
}


.section-header {
    margin-bottom: 1.5rem;
}

.section-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--primary-color);
    font-size: 1.2rem;
}


.content-card {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    box-shadow: var(--box-shadow);

    margin-bottom: 2rem;
}

.overview-video-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.feature-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 0;
    color: var(--color-text-light);
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: var(--primary-color);
    flex-shrink: 0;
}

/* Timeline Styles */
.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 20;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary-light);
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-point {
    position: absolute;
    left: 0px;
    top: 0;
    width: 16px;
    height: 16px;
    background: var(--white);
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    transform: translateX(-50%);
}

.time-badge {
    display: inline-block;
    background: var(--primary-light);
    color: var(--primary-color);
    font-weight: 600;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.timeline-card {
    background: var(--white);
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 3px solid var(--primary-color);
    margin-left:25px;
}

.timeline-card h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.timeline-card p {
    font-size: 0.9rem;
    color: var(--color-text);
    margin-bottom: 0;
}

/* Booking Card Styles */
.booking-container {
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: var(--transition);
}

.booking-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.booking-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0e8bc0 100%);
    padding: .5rem;
    color: var(--white);
}

.booking-title {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.booking-title i {
    font-size: 1rem;
    margin-right: 10px;
}

.booking-title h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.booking-rating {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.stars {
    color: #ffc107;
    margin-right: 8px;
}

.booking-price {
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
}

.current-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.price-info {
    display: flex;
    flex-direction: column;
}

.price-amount {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.currency {
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 2px;
}

.amount {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
}

.per-person {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-top: -5px;
    font-weight: 400;
}

.discount-tag {
    background-color: rgba(253, 110, 15, 0.15);
    color: var(--secondary-color);
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
}

.original-price {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.original-price .value {
    text-decoration: line-through;
}

.limited-offer {
    display: flex;
    align-items: center;
    background: #fff8e1;
    padding: 0.2rem 1rem;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #ff9800;
    font-weight: 500;
}

.limited-offer i {
    margin-right: 8px;
}

/* .booking-form {
    padding: 1.5rem;
} */

.form-group {
    margin-bottom: 1.2rem;
}

.form-row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.form-group-half {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.form-group label i {
    margin-right: 5px;
    color: var(--primary-color);
}

.form-control,
.form-select {
    width: 100%;
    padding: 0.6rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 12px;
    transition: var(--transition);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(17, 157, 213, 0.1);
    outline: none;
}

.person-counter {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    justify-content: space-between;
    height: 35px;
}

.counter-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

.counter-btn:hover {
    background: #e0e0e0;
}

.counter-btn.minus {
    border-right: 1px solid #e0e0e0;
}

.counter-btn.plus {
    border-left: 1px solid #e0e0e0;
    background: var(--primary-light);
    color: var(--primary-color);
}

.counter-btn.plus:hover {
    background: rgba(17, 157, 213, 0.2);
}

.counter-input {
    width: 60px;
    text-align: center;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    padding: 0.5rem;
}

.booking-submit-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, #0e8bc0 100%);
    color: var(--white);
    border: none;
    border-radius: 6px;
    font-size: 0.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(17, 157, 213, 0.3);
}

.booking-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(17, 157, 213, 0.4);
}

.booking-submit-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.booking-submit-btn:hover i {
    transform: translateX(5px);
}

.booking-features {
    padding: 0 1.5rem 1.5rem;
}

.feature-item {
    display: flex !important;
    align-items: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.8rem;
}

.feature-item p {
    text-align: justify;
}

/* .feature-item:last-child {
    margin-bottom: 0;
    padding: 20px 10px;
} */

.feature-item .feature-icon {
    width: 24px;
    height: 24px;
    background: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--primary-color);
    font-size: 0.8rem;
}

.feature-item span {
    font-size: 0.9rem;
    color: var(--text-light);
}

.booking-help {
    padding: 1rem 1.5rem;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--text-light);
}

.booking-help i {
    margin-right: 8px;
    color: var(--primary-color);
}

.booking-help a {
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: none;
}

.booking-help a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .booking-container {
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .form-row {
        flex-direction: row;
    }

    .form-group-half {
        width: 100%;

    }

    .form-group-half span {
        font-size: 10px;
    }
}

.hero-section {
    background: radial-gradient(circle at center, rgb(28 104 149 / 30%) 0%, rgb(17 157 213) 100%);
    /* max-height: 100vh; */
    position: relative;
}



.hero-image-grid {
    position: relative;
    height: 500px;
}

.hero-image-grid img {
    position: absolute;
    object-fit: cover;
    border: 5px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.hero-image-grid .img-1 {
    width: 60%;
    height: 70%;
    top: 0;
    right: 0;
    z-index: 3;
}

.hero-image-grid .img-2 {
    width: 50%;
    height: 60%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.hero-image-grid .img-3 {
    width: 40%;
    height: 50%;
    bottom: 10%;
    right: 10%;
    z-index: 1;
}

.hero-image-grid img:hover {
    transform: scale(1.05);
    z-index: 4;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #5ec8fa 0%, #3178c6 100%);
}

.btn-gradient-orange {
    background: linear-gradient(135deg, #ff9966 0%, #ff5e62 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-gradient-orange:hover {
    background: linear-gradient(135deg, #ff5e62 0%, #ff9966 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 94, 98, 0.3);
}

.text-warning {
    color: #ffc107 !important;
}

.bg-gradient-orange {
    background: linear-gradient(135deg, #ff9966 0%, #ff5e62 100%);
}

.text-success {
    color: #28a745 !important;
}

@media (max-width: 768px) {
    .hero-image-grid {
        height: 400px;
        margin-top: 2rem;
    }


   

    .scroll-indicator {
        bottom: 0 !important;
    }

    .hero-image-grid img {
        position: relative;
        width: 100% !important;
        height: 200px !important;
        margin-bottom: 1rem;
    }
}

.read-more-container {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #002246;
    max-width: 100%;
}

.read-more-container p {
    margin: 0 !important;
}


.read-more-container .more-text,
.overview-description .more-text {
    display: none;
}

.read-more-container .more-text.show,
.overview-description .more-text.show {
    display: inline;
}

.read-more-container button,
.overview-description button {
    background: transparent;
    border: none;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    margin-top: 0 !important;
}

/* .overview-description .pb-3 {
padding-bottom: 1px !important;
} */
.read-more-container button:hover,
.overview-description button:hover {
    text-decoration: none;
}

.read-more-container button {
    color: var(--primary-color);
    font-size: 12px;
}

.read-more-container ul li,
.overview-description ul li {
    list-style: disc !important;
    margin-left: 1.5em;
    color: var(--color-text) !important;
}

/* Banner Section */
.banner {
    position: relative;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-overlay h1,
.banner-overlay .lead {
    display: block;
}

/* Additional Banner Styling */
.banner {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(35 179 220 / 84%) !important;
}

.banner h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.banner .lead {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.banner img {
    max-width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.banner img:hover {
    transform: scale(1.05);
}

/* Banner Left Column Styling */
.banner .col-md-6:first-child {
    background-color: transparent;
}

/* Banner Left Content */

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.highlight-item i {
    font-size: 24px;
    color: #ff6b00;
}

.highlight-item span {
    font-size: 18px;
    font-weight: 500;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}

/* Responsive Adjustments */

/* Tab Search Form Styling */

/* Specific Tab Styling */

/* Ensure content styling matches tab background */

/* Button Styling for Different Tabs */

/* Form Styling */

/* Select Box Styling */

/* Input icons styling */
.form-group {
    position: relative;
}

/* 
Adjust input padding to accommodate icons
.datepicker,
.timepicker {
    padding-right: 35px !important;
} */

/* Flatpickr customization */

.lst-apply-btn {
    border: none;
    background-color: #FF5722;
    border-radius: 25px;
    color: #fff;
    padding: 3px 20px;
    font-size: 14px;
}

/* Clockpicker customization */

/* Input field styling */
/* 
.datepicker,
.timepicker {
    background: #fff !important;
    cursor: pointer !important;
    padding-right: 35px !important;
}

.datepicker:focus,
.timepicker:focus {
    border-color: #ff6b00;
    box-shadow: 0 0 0 0.2rem rgba(255,107,0,0.25);
} */

/* Custom Bootstrap 5 Tab Styling */

/* Ensure tab items take equal width */

/* Radio Button Styling for Outstation Tab */

/* Time Picker Popup Styling */

/* Scrollbar styling for time slots */

/* Search Results Styling */

/* Search Summary Styling */

/* Search Details Styling */
.detail-item {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 4px !important;
    min-width: 150px;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* Specific widths for different items */

/* Price Display Styling */
.price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
}

.price-value {
    font-size: 18px;
    font-weight: 600;
    color: #334e6b;
}

/* Book Now Button */

/* Adjust cell padding for price containers */

/* Responsive adjustments */
@media (max-width: 768px) {
    .price-container {
        gap: 6px;
        padding: 6px 0;
    }

    .price-value {
        font-size: 16px;
    }
}

/* Price container hover effect */

/* Responsive adjustments */
@media (max-width: 768px) {
    .price-container {
        gap: 2px;
    }

    .price-value {
        font-size: 16px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .detail-item {
        width: 100%;
    }
}

/* Car Name column */

/* NON-AC Columns */

/* AC Columns */

/* Action column */

/* Price emphasis */

/* Pickup Location Format Styling */

.location-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* Modify Search Button Styling */

/* Fare Details Link */
.fare-details {
    color: #334E6B;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    margin-top: 4px;
    transition: all 0.2s ease;
}

.fare-details:hover {
    color: #1a3045;
    text-decoration: underline;
}

/* Fare Details Modal */

/* Modal Header */
.modal-header {
    background-color: #ff5722;
    color: white;
   
}
.home-model-form-icon{
    color: #0288d1;
}

.modal-header .btn-close {
    filter: brightness(0) invert(1);
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-dialog {
        margin: 10px;
    }
}

/* Car Information Styling */

.separator {
    color: #666;
    font-size: 13px;
    padding: 0 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {

    .separator {
        font-size: 12px;
    }
}

/* Table Row Styling */

/* SEO Content Sections */

.location-info {
    font-family: 'Arial', sans-serif;
}


.location-info h2 {
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 700;
}


.location-info h3 {
    color: #34495e;
    margin-bottom: 20px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}


.location-info ul {
    list-style-type: disc;
    padding-left: 30px;
    color: #7f8c8d;
}


.location-info p {
    color: #34495e;
    line-height: 1.6;
}

.location-info .table {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.location-info .table thead {
    background-color: #3498db;
    color: white;
}

@media (max-width: 768px) {

    
    .location-info .row>div {
        margin-bottom: 30px;
    }
}

/* Destinations Section */

.destination-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-5px);
}

.destination-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.destination-card h3 {
    font-size: 20px;
    color: #334E6B;
    margin: 20px;
    font-weight: 600;
}

.destination-card p {
    color: #666;
    /* margin: 0 20px 20px; */
    font-size: 15px;
    line-height: 1.6;
}

/* Why Choose Us Section */
.feature-box {
    /* text-align: center; */
    padding: 30px 20px;
    margin-bottom: 30px;
}

.feature-box i {
    font-size: 40px;
    color: #ff6b00;
    /* margin-bottom: 20px; */
}

.feature-box h3 {
    font-size: 20px;
    color: #334E6B;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-box p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}



/* Car Fleet Section */

/* FAQ Section */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.faq-item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
    color: #334E6B;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.faq-item p {

    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Coverage Section */

/* Responsive Adjustments */
@media (max-width: 768px) {
    /* section {
        padding: 12px 0;
    } */

    section h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .destination-card img {
        height: 160px;
    }

    .feature-box {
        padding: 20px 15px;
    }

    .feature-box i {
        font-size: 32px;
    }
}

/* Testimonials Section */
.testimonials-section {
    background: #f8f9fa;
    padding: 50px 0;
}

.testimonials-section h2 {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-card {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-content p {
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
}

.testimonial-content h5 {
    color: #333;
    font-weight: 600;
}

/* Travel Tips Section */

/* Responsive Adjustments */
@media (max-width: 768px) {
    .testimonial-card {
        text-align: center;
    }

    .testimonial-author {
        flex-direction: column;
        gap: 10px;
    }
}

/* About Service Section */

.service-highlights {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.service-highlights li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.service-highlights li i {
    color: #ff6b00;
    margin-right: 10px;
}

/* Unique Selling Points Section */

/* Detailed FAQ Section */


/* Contact and Booking Section */
.contact-section {
    background: white;
    padding: 60px 0;
}

.contact-section h2 {
    color: #334E6B;
    margin-bottom: 20px;
}

.contact-info {
    margin-top: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item i {
    color: #ff6b00;
    margin-right: 15px;
    font-size: 24px;
}

.booking-form {
    background: #f8f9fa;
    padding: 5px 30px;
    border-radius: 10px;
}

.booking-form h3 {
    color: #334E6B;
    margin-bottom: 20px;
    text-align: center;
}

.booking-form input,
.booking-form textarea {
    width: 100%;
    /* padding: 12px; */
    /* margin-bottom: 15px; */
    border: 1px solid #ddd;
    border-radius: 6px;
}

.btn-submit {
    width: 100%;
    padding: 12px;
    background: #ff6b00;
    color: white;
    border: none;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background: #e65c00;
}

/* Responsive Adjustments */
@media (max-width: 768px) {

    
    .contact-section {
        padding: 40px 0;
    }
}

/* Car Fleet Section */

.btn-book {
    display: inline-block;
    background: #ff6b00;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-book:hover {
    background: #fff;
    color: #fff;
}

/* Destinations Section */

.destination-card {
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-5px);
}

.destination-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Pricing Section */
.pricing-section {
    background: #f8f9fa;
    padding: 60px 0;
}


.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card .badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff6b00;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.pricing-card.featured {
    border: 2px solid #ff6b00;
}

.pricing-card h3 {
    color: #334E6B;
    margin-bottom: 15px;
}

/* .price {
    margin-bottom: 20px;
} */

.price .amount {
    font-size: 28px;
    font-weight: bold;
    color: #ff6b00;
}

.price .duration {
    display: block;
    color: #666;
    font-size: 14px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.pricing-card ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

/* Travel Guide Section */

.travel-tips {
    list-style-type: none;
    padding: 0;
}

.travel-tips li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30px;
}

.travel-tips li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #ff6b00;
    font-weight: 900;
}

/* Responsive Adjustments */
@media (max-width: 768px) {

    
    .pricing-section {
        padding: 40px 0;
    }

    
    .destination-card,
    .pricing-card {
        margin-bottom: 20px;
    }
}

/* About Andamanbliss Section */

/* Why Choose Section */
.why-choose-section {
    background: white;
    padding: 35px 0;
}



.choose-card {
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.choose-card i {
    font-size: 40px;
    color: #ff6b00;
    margin-bottom: 20px;
}

.choose-card h3 {
    color: #334E6B;
    margin-bottom: 15px;
    font-size: 1rem;
}

.choose-card p {
    color: #666;
}

/* Top Benefits Section */
.top-benefits-section {
    background: #f8f9fa;
    padding: 35px 0;
}


.benefit-card {
    text-align: center;
    padding: 25px;
    background: white;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.benefit-card i {
    font-size: 40px;
    color: #ff6b00;
    margin-bottom: 20px;
}

.benefit-card h3 {
    color: #334E6B;
    margin-bottom: 15px;
}

.benefit-card p {
    color: #666;
}

/* Testimonials Section */
.testimonials-section {
    background: white;
    padding: 60px 0;
}

.testimonials-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-quote p {
    color: #666;
    font-style: italic;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-author .author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}


/* Responsive Adjustments */
@media (max-width: 768px) {

    
    .why-choose-section,
    .top-benefits-section,
    .testimonials-section,
    .faq-section {
        padding: 40px 0;
    }

    .choose-card,
    .benefit-card,
    .testimonial-card {
        margin-bottom: 20px;
    }
}

/* Testimonial Carousel Styling */
.testimonials-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.testimonials-section h2 {
    text-align: center;
    margin-bottom: 10px;
}

.testimonial-card {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-content p {
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
}

.testimonial-content h5 {
    color: #333;
    font-weight: 600;
}

/* Island Adventures Section */
.island-adventures {
    background-color: #f8f9fa;
}



.adventure-highlights {
    list-style-type: none;
    padding: 0;
}

.adventure-highlights li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #34495e;
}

.adventure-highlights li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

/* Car Types Section */
.car-types {
    background-color: white;
}



.car-type-card {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.car-type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.car-type-card img {
    max-height: 250px;
    object-fit: cover;
    margin-bottom: 15px;
}

.car-type-card h3 {
    color: #34495e;
    margin-bottom: 15px;
}

/* Travel Tips Section */
.travel-tips {
    background-color: #f8f9fa;
}


.tips-list {
    margin-top: 30px;
}

.tip-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #34495e;
    font-size:12px;
}

.tip-item i {
    color: #3498db;
    margin-right: 15px;
    font-size: 12px;
    width: 20px;
    text-align: center;
}

@media (max-width: 768px) {

    .island-adventures .row,
    .travel-tips .row {
        flex-direction: column-reverse;
    }

    .island-adventures img,
    .travel-tips img {
        margin-bottom: 20px;
    }
    .tour-support-title{
        font-size:1rem;
    }
}

/* Modern FAQ Section */

.faq-card {
    display: flex;
    align-items: flex-start;
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.faq-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    font-size: 24px;
}

.faq-content {
    flex-grow: 1;
}

.faq-content h3 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 18px;
}

.faq-content p {
    color: #7f8c8d;
    margin: 0;
}

@media (max-width: 768px) {
    .faq-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .faq-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Testimonials and Partners Section */

/* Testimonials Styles */
.testimonials-carousel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial-card {
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-content p {
    color: #34495e;
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-author .author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

/* Partners Styles */

/* Global Button Styles */
.btn-primary {
    background-color: #ff6f00 !important;
    border-color: #ff6f00 !important;
    color: white !important;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #ff8f00 !important;
    border-color: #ff8f00 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #ff5722 !important;
    border-color: #ff5722 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 111, 0, 0.25) !important;
}

/* Ensure all Bootstrap primary buttons are orange */
.btn.btn-primary {
    background-color: #ff5722 !important;
    border-color: #ff5722 !important;
}

/* Additional button variants if needed */
.btn-outline-primary {
    border-color: #ff6f00 !important;
    color: #ff6f00 !important;
}

.btn-outline-primary:hover {
    background-color: #ff6f00 !important;
    color: white !important;
}

/* FAQ and Partners Section */
.faq-partners-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.faq-partners-section .section-header {
    margin-bottom: 30px;
}

.faq-partners-section .section-header h2 {
    font-weight: 700;
}

.faq-partners-section .section-header p {
    color: #7f8c8d;
    max-width: 600px;

}

/* FAQ Accordion Styles */
.faq-accordion .accordion-item {
    margin-bottom: 15px;
    border: none;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-accordion .accordion-button {
    background-color: white;
    color: #2c3e50;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    font-size: 12px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #f1f3f5;
    color: #3498db;
    font-size:12px;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    color: #34495e;
    background-color: #f9fafb;
    border-top: 1px solid #e9ecef;
    font-size: 12px;
}

/* Partners Grid Styles */

@media (max-width: 768px) {
    .faq-partners-section .row {
        flex-direction: column;
    }
}

/* Partners Carousel Styles */

/* Global Icon Color */
/* .fas, .far, .fab, .icon {
    color: #ff6b00 !important;
} */

/* Professional Car Results Table Styling */

/* Car Details Column Styling */

/* Price and Book Now Button */
.price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.price-container .price-value {
    font-weight: 700;
    color: #334e6b;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}

/* Fare Details Modal */
.fare-details {
    background-color: #334e6b;
    color: white;
    transition: all 0.3s ease;
}

.fare-details:hover {
    background-color: #2c3e50;
    color: white;
}

/* Additional form fields */

.search-icon {
    color: white !important;
}

.input-group-text .fas.fa-search {
    color: white !important;
}

.tips-list {
    list-style-type: disc;
    padding-left: 20px;
    /* Adds padding to make the list bullets appear */
    margin-top: 10px;
}

.tips-list li {
    margin-bottom: 10px;
    /* Adds space between list items */
    font-size: 14px;
    /* Optional: Adjust text size */
}



/* Testimonials Section Styles */
.testimonials {
    position: relative;
    background-color: white;
    overflow: hidden;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Search Summary */

/* Bike Table */

/* Bike Row Styles (Custom Classes) */

/* Responsive */



.addons-section {
    margin-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 8px;
    backdrop-filter: blur(5px);
}

.addons-label {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.addons-options {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.addon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 5px 8px;
}

.addon-name {
    font-size: 0.8rem;
    color: white;
    margin-bottom: 0;
}

.addon-select-wrapper {
    position: relative;
    min-width: 80px;
}

.addon-select {
    width: 100%;
    padding: 4px 8px;
    border: none;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 0.8rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
    background-size: 12px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.addon-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.addon-select option {
    background-color: rgb(17, 157, 213);
    color: white;
    padding: 4px;
}

.fas .fa-chevron-right {
    color: #ffff;
}



/* Island Section Styles */

.island-hero-section {
    position: relative;
    overflow: hidden;

}

.hero-slider {
    position: relative;
    height: 80vh;
    max-height: 700px;
    min-height: 500px;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease;
    display: flex;
    align-items: center;
}

.hero-slide.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(17, 157, 213, 0.7) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}


.island-hero-section {
    position: relative;
    overflow: hidden;
}

.hero-slider {
    position: relative;
    height: 80vh;
    max-height: 700px;
    min-height: 500px;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease;
    display: flex;
    align-items: center;
}

.hero-slide.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none !important;
    z-index: 1;
}

.main-content-section {
    padding: 30px 0;
    background-color: #f8f9fa;
}

.hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
}

.hero-breadcrumb {
    margin-bottom: 30px;
}

.hero-breadcrumb .breadcrumb {
    display: inline-flex;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 10px 25px;
    border-radius: 50px;
    margin-bottom: 0;
}

.hero-breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
}

.hero-breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-breadcrumb .breadcrumb-item a:hover {
    color: #fd6e0f;
}

.hero-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8);
}

.hero-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    letter-spacing: -1px;
    line-height: 1.1;
}

.hero-title span {
    color: #fd6e0f;
    position: relative;
    display: inline-block;
}

.hero-subtitle {
    font-size: 16px;
    color: #fff;
    max-width: 700px;
    margin: 0 auto 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.btn {
    /* padding: 4px 20px; */
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    /* display: inline-flex; */
    align-items: center;
    gap: 10px;
}

.btn i {
    transition: transform 0.3s ease;
}

.btn:hover i {
    transform: translateX(5px);
}

.btn-primary {
    background-color: rgb(17, 157, 213);
    border: 2px solid rgb(17, 157, 213);
    color: #fff;
}

.btn-primary:hover {
    background-color: #0e8bc0;
    border-color: #0e8bc0;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(17, 157, 213, 0.3);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline:hover {
    background-color: #fff;
    color: rgb(17, 157, 213);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.3);
}

/* Hero Features Styles */
.hero-features {
    padding: 0;
    margin-top: 20px;
}

.feature-card {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 25px;
    padding: 5px 12px;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    justify-content: center;
    height: auto;
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.95);
}

.section-title h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(17, 157, 213);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.feature-icon {
    width: 20px;
    height: 20px;
    min-width: 18px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Hero Booking Card Styles */
.hero-booking-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    margin-bottom: 15px;
    height: calc(100% - 30px);
    position: relative;
    z-index: 5;
}

.hero-booking-card .section-title h2 {
    font-size: 22px;
    margin-bottom: 2px;
    line-height: 1.2;
    color: rgb(17, 157, 213);
    font-weight: 700;
}

.hero-booking-card .section-title h2 span {
    color: #fd6e0f;
}

.hero-booking-card .section-title p {
    font-size: 13px;
    margin-bottom: 10px;
    color: #666;
}

.hero-booking-card .form-group {
    margin-bottom: 10px;
}

.hero-booking-card .form-control {
    height: 38px;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 10;
}

.hero-booking-card .travelers-count {
    margin-bottom: 10px;
}

.hero-booking-card .counter-group {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 5px 2px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid #e0e0e0;
}

.hero-booking-card .counter-group input[type="hidden"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hero-booking-card .counter-label {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #444;
}

.hero-booking-card .counter-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    width: 100%;
}

.hero-booking-card .counter-btn {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: none;
    background: rgb(17, 157, 213);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-booking-card .counter-value {
    margin: 0 6px;
    font-weight: 600;
    font-size: 13px;
    min-width: 15px;
    text-align: center;
    display: inline-block;
}

.hero-booking-card .btn-lg {
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 30px;
    margin-top: 5px;
    position: relative;
    z-index: 10;
}

.feature-icon i {
    font-size: 10px;
    color: #fff;
}

.feature-card span {
    font-size: 12px;
    color: #333;
    font-weight: 600;
    line-height: 1;
}

.hero-features .row {
    margin-left: -4px;
    margin-right: -4px;
}

.hero-features .col-lg-3,
.hero-features .col-md-3,
.hero-features .col-6 {
    padding-left: 4px;
    padding-right: 4px;
}

/* Content Section Styles */
.limestone-content-section {
    position: relative;
    background-color: var(--white);
}

.content-header {
    margin-bottom: 2rem;
}

.section-title-h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
    position: relative;
}

.section-title-h2 span {
    color: var(--secondary-color);
}

.location-info {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--text-light);
    font-size: 1rem;
}

.location-info span,
.location-info a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.location-info a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

.location-info a:hover {
    color: var(--secondary-color);
}

/* Location Header Styles */
.location-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.location-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.location-badge i {
    color: rgb(17, 157, 213);
    font-size: 18px;
}

.location-actions {
    display: flex;
    gap: 15px;
}

.map-link,
.share-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.map-link:hover,
.share-link:hover {
    background-color: rgb(17, 157, 213);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(17, 157, 213, 0.2);
}

.map-link:hover i,
.share-link:hover i {
    color: #fff;
}

/* Content Wrapper Styles */
.content-wrapper {
    padding: 20px 0;
}

/* Content Card Styles */
.content-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.content-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.overview-card {
    border-top: 3px solid rgb(17, 157, 213);
}

.content-card h3 {
    color: rgb(17, 157, 213);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1rem;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.content-card h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, rgb(17, 157, 213), rgb(0 206 255));
}

.content-card h4 {
    color: #fd6e0f;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}

.content-card p {
    color: #002246;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
}

.content-card a {
    color: rgb(17, 157, 213);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.overview-card {
    border-top: 3px solid rgb(17, 157, 213);
}

.content-card a:hover {
    color: #fd6e0f;
}

.content-card img {
    border-radius: 8px;
    margin: 15px 0;
    width: 100%;
    height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.content-card img:hover {
    transform: scale(1.02);
}

.info-list {
    padding-left: 15px;
    margin-bottom: 15px;
}

.info-list li {
    margin-bottom: 8px;
    color: #666;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.info-list li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #fd6e0f;
}

.content-section {
    padding: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.content-section:last-child {
    border-bottom: none;
}



.content-text {
    line-height: 1.7;
    font-size: 12px;
    color: #002246;
}

.content-text p {
    margin-bottom: 1rem;
    text-align: justify;
    color: #002246;
}

.content-text a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

.content-text a:hover {
    color: var(--secondary-color);
}

/* Image Feature Styles */
.image-feature {
    margin: 2rem 0;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.image-feature img {
    width: 100%;
    display: block;
}

.image-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--white);
    padding: 10px 15px;
    font-size: 0.9rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Feature Box Styles */
.feature-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background-color: var(--primary-light);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    margin: 2rem 0;
}

.feature-icon {
    width: 15px;
    height: 15px;
    min-width: 12px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: 6px;
}

.feature-content {
    flex: 1;
}

.feature-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.feature-content p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Travel Steps Styles */
.travel-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 2rem;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 20px;
    height: calc(100% - 30px);
    width: 2px;
    background-color: var(--primary-light);
}

.step-number {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-color: #FF5722;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 500;
    font-size: 0.7rem;
    position: relative;
    z-index: 1;
}

.step-content {
    flex: 1;
    padding-bottom: 20px;
}

.step-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.step-content p {
    margin-bottom: 0;
}

/* Experience Highlight Styles */
.experience-highlight {
    background-color: var(--secondary-light);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    margin-top: 2rem;
}

.experience-highlight h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.experience-highlight p {
    margin-bottom: 0;
}

/* Season Card Styles */
.season-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 2rem 0;
}

.season-card {
    background-color: var(--white);
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: var(--transition);
}

.season-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.season-header {
    padding: 1.5rem;
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
}

.season-header h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.season-header p {
    font-size: 0.9rem;
    margin-bottom: 0;
    opacity: 0.9;
}

.season-body {
    padding: 1.5rem;
}

.season-body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.season-body ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.season-body ul li:last-child {
    margin-bottom: 0;
}

.season-body ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary-color);
}

/* Points to Remember Styles */
.points-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    counter-reset: points-counter;
}

.points-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    counter-increment: points-counter;
}

.points-list li::before {
    content: counter(points-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Facts Section Styles */
.facts-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.facts-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.facts-list li::before {
    content: '\f0eb';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--secondary-color);
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .hero-features {
        margin-top: -60px;
    }
}

@media (max-width: 991px) {
    .hero-slider {
        height: auto;
        min-height: 600px;
    }

    .hero-slide {
        position: relative;
        padding: 80px 0 30px;
        min-height: 600px;
    }

    .hero-content {
        margin-bottom: 20px;
        text-align: center;
        padding: 0 15px;
    }

    .hero-title {
        font-size: 32px;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .hero-title span {
        color: rgb(255, 165, 0);
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .hero-subtitle {
        font-size: 16px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-features {
        margin-top: 25px;
    }

    .hero-features .row {
        justify-content: center;
    }

    .hero-booking-card {
        margin-bottom: 30px;
    }

    .location-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .location-actions {
        margin-top: 15px;
        width: 100%;
        justify-content: space-between;
    }

    .section-title-h2 {
        font-size: 2.2rem;
    }

    .content-title {
        font-size: 1.6rem;
    }

    .content-section {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        min-height: 700px;
    }

    .hero-slide {
        padding: 60px 0 20px;
        min-height: 700px;
    }

    .content-card {
        padding: 15px;
        margin-bottom: 20px;
    }

    .content-card h3 {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 8px;
    }

    .content-card p {
        font-size: 14px;
        line-height: 1.6;
    }

    .content-card img {
        margin: 10px 0;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-features {
        padding: 0;
        margin-top: 20px;
    }

    .feature-card {
        padding: 4px 8px;
        margin-bottom: 8px;
        border-radius: 20px;
    }

    .feature-icon {
        width: 24px;
        height: 24px;
        min-width: 5px;
        margin-right: 5px;
    }

    .feature-icon i {
        font-size: 11px;
    }

    .feature-card span {
        font-size: 11px;
    }

    .hero-booking-card .counter-group {
        margin-bottom: 10px;
    }

    .section-title-h2 {
        font-size: 1.8rem;
    }

    .content-title {
        font-size: 1rem;
    }

    .content-section {
        padding: 1.2rem;
    }

    .feature-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .season-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .hero-slider {
        min-height: 900px !important;
    }

    .hero-slide {
        padding: 50px 0 20px;
        min-height: 900px !important;
    }

    .booking-process-steps-container>.section-title {
        text-align: center;
    }

    .hero-breadcrumb {
        margin-bottom: 15px;
    }

    .hero-breadcrumb .breadcrumb {
        background: rgba(0, 0, 0, 0.3);
        display: inline-flex;
        padding: 5px 10px;
        border-radius: 5px;
        justify-content: center;
    }

    .hero-breadcrumb .breadcrumb-item,
    .hero-breadcrumb .breadcrumb-item a {
        color: #fff;
        font-size: 12px;
    }

    .hero-breadcrumb .breadcrumb-item.active {
        color: rgb(255, 165, 0);
    }

    .hero-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        color: rgba(255, 255, 255, 0.7);
    }

    .location-badge {
        padding: 8px 15px;
        font-size: 13px;
    }

    .map-link,
    .share-link {
        padding: 6px 12px;
        font-size: 12px;
    }

    .content-wrapper {
        padding: 10px 0;
    }

    .content-card {
        padding: 20px;
    }

    .content-card h3 {
        font-size: 1rem;
    }

    .content-card h4 {
        font-size: 1rem;
    }

    .content-card p {
        font-size: 14px;
    }

    .package-card {
        margin-bottom: 15px;
    }

    .package-image {
        height: 160px;
    }

    .package-price {
        padding: 4px 8px;
    }

    .package-price span {
        font-size: 14px;
    }

    .package-price small {
        font-size: 10px;
    }

    .package-content {
        padding: 12px;
    }

    .package-content h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .package-meta span {
        font-size: 12px;
    }

    .package-content p {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .package-features span {
        font-size: 11px;
        padding: 3px 6px;
    }

    .btn-sm {
        padding: 5px 12px;
        font-size: 12px;
    }

    .hero-title {
        font-size: 28px;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    .hero-subtitle {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .hero-buttons .btn {
        padding: 8px 15px;
        font-size: 13px;
    }

    .hero-features {
        display: none;
    }

    .hero-booking-card {
        padding: 12px;
        margin-top: 10px;
        height: auto;
    }

    .hero-booking-card .section-title h2 {
        font-size: 18px;
    }

    .hero-booking-card .section-title p {
        font-size: 12px;
    }

    .travelers-count .counter-label {
        font-size: 10px;
    }

    .travelers-count .counter-btn {
        width: 20px;
        height: 20px;
        min-width: 20px;
        font-size: 10px;
    }

    .travelers-count .counter-value {
        font-size: 12px;
        margin: 0 4px;
    }

    .hero-booking-card .counter-group {
        padding: 4px 1px;
    }

    .hero-booking-card .counter-controls {
        margin-top: 2px;
    }

    .hero-booking-card .form-control {
        font-size: 12px;
        height: 36px;
    }

    .hero-booking-card .btn-lg {
        font-size: 13px;
        padding: 6px 15px;
    }

    .row.g-2 {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row.g-2>[class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 400px) {
    .travelers-count .counter-group {
        padding: 3px 1px;
    }

    .travelers-count .counter-btn {
        width: 18px;
        height: 18px;
        min-width: 18px;
    }

    .travelers-count .counter-value {
        margin: 0 2px;
        font-size: 11px;
    }

    .travelers-count .counter-label {
        font-size: 9px;
    }

    .hero-booking-card .counter-controls {
        margin-top: 1px;
    }

    .hero-booking-card .form-group {
        margin-bottom: 8px;
    }

    .hero-booking-card .form-control {
        height: 34px;
        font-size: 11px;
        padding: 6px 10px;
    }

    .hero-booking-card {
        padding: 10px;
    }

    .hero-booking-card .section-title {
        margin-bottom: 10px;
    }

    .hero-booking-card .section-title h2 {
        font-size: 16px;
        line-height: 1.2;
    }

    .hero-booking-card .section-title p {
        font-size: 11px;
        margin-bottom: 8px;
        line-height: 1.3;
    }

    .row.travelers-count {
        margin-left: -3px;
        margin-right: -3px;
    }

    .row.travelers-count>[class*="col-"] {
        padding-left: 3px;
        padding-right: 3px;
    }
}



/* Package Cards Section */
.packages-section {
    padding: 30px 0;
    background-color: #fff;
}

.package-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.package-image {
    position: relative;
    overflow: hidden;
    height: 180px;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.package-card:hover .package-image img {
    transform: scale(1.1);
}

.package-price {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgb(17, 157, 213);
    color: #fff;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}

.package-price span {
    font-size: 16px;
}

.package-price small {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.8;
}

.package-content {
    padding: 15px;
}

.package-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.package-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.package-meta span {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
}

.package-meta i {
    color: rgb(17, 157, 213);
}

.package-content p {
    font-size: 14px;
    color: #002246;
    margin-bottom: 10px;
    line-height: 1.4;
}

.package-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.package-features span {
    font-size: 12px;
    color: #002246;
    background-color: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.package-features i {
    color: #fd6e0f;
}

.btn-sm {
    padding: 6px 15px;
    font-size: 13px;
}


.section-title h2 span {
    color: #fd6e0f;
}

.section-title p {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.section-title.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}

/* Sightseeing Section */
.sightseeing-section {
    padding: 30px 0;
    background-color: #f8f9fa;
}

/* Why Book Section - Modern Design */
.why-book-section {
    padding: 80px 0;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.why-book-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(17, 157, 213, 0.03) 0%, rgba(0, 206, 255, 0.03) 100%);
    z-index: 0;
}

.why-book-section::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(17, 157, 213, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
}

.why-book-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
    z-index: -1;
}

.why-book-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(17, 157, 213, 0.15);
}

.why-book-card:hover .why-book-icon {
    transform: scale(1.1);
}

.why-book-card:hover .why-book-icon i {
    transform: rotateY(360deg);
}

.why-book-card:hover .card-number {
    opacity: 0.2;
    transform: translateY(-5px);
}

.why-book-icon-wrapper {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}

.why-book-icon-wrapper::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, rgb(17, 157, 213) 0%, rgb(0, 206, 255) 100%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
    transition: all 0.5s ease;
}

.why-book-card:hover .why-book-icon-wrapper::before {
    opacity: 0.4;
    transform: scale(1.2);
}

.why-book-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgb(17, 157, 213) 0%, rgb(0, 206, 255) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 32px;
    box-shadow: 0 10px 20px rgba(17, 157, 213, 0.2);
    position: relative;
    z-index: 1;
}

.why-book-icon i {
    transition: all 0.8s ease;
    font-size: 16px;
}

.why-book-content {
    position: relative;
    z-index: 2;
}

.why-book-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.why-book-content p {
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.7;
    transition: all 0.3s ease;
}

.card-number {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 60px;
    font-weight: 800;
    color: rgba(17, 157, 213, 0.1);
    transition: all 0.5s ease;
    line-height: 1;
    z-index: 0;
}

.faq-section {
    padding: 35px 0;
    /* position: relative; */
    background-color: var(--color-bg-light);
    overflow: hidden;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.faq-item {
    margin-bottom: 20px;
    border-radius: 15px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(17, 157, 213, 0.1);
}

.faq-header {
    position: relative;
}

.faq-button {
    width: 100%;
    padding: 9px 15px;
    text-align: left;
    background: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-button:hover {
    background: rgba(17, 157, 213, 0.03);
}

.faq-button:not(.collapsed) {
    background: rgba(17, 157, 213, 0.05);
}

.faq-title {
    font-size: 14px !important;
    font-weight: 600;
    color: var(--color-text);
    flex: 1;
    padding-right: 20px;
}

.faq-button:not(.collapsed) .faq-title {
    color: var(--color-primary);
}

.faq-icon {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
}

.faq-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    color: var(--color-primary);
}

.faq-icon .fa-plus {
    opacity: 1;
}

.faq-icon .fa-minus {
    opacity: 0;
}

.faq-button:not(.collapsed) .faq-icon .fa-plus {
    opacity: 0;
}

.faq-button:not(.collapsed) .faq-icon .fa-minus {
    opacity: 1;
}

.faq-body {
    padding: 0 30px 25px;
    margin-top: 10px;
}

.faq-body p {
    color: var(--color-text-light);
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 600;
}

.section-shape-4 {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(17, 157, 213, 0.03);
    top: -200px;
    right: -200px;
    z-index: 1;
}

@media (max-width: 992px) {
    .faq-section {
        padding: 30px 0;
    }

    .faq-button {
        padding: 20px 25px;
    }

    .faq-title {
        font-size: 1rem;
    }

    .faq-body {
        padding: 0 25px 20px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 30px 0;
    }

    .faq-button {
        padding: 15px 20px;
    }

    .faq-body {
        padding: 0 20px 15px;
    }
}

/* FAQ Section Styles */
.faq-section {
    padding: 30px 0;
    background-color: #f8f9fa;
    position: relative;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://images.unsplash.com/photo-1596394516093-501ba68a0ba6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
    background-size: cover;
    background-position: center;
    opacity: 0.05;
    z-index: 0;
}

.faq-header {
    position: relative;
    z-index: 1;
}

.faq-title {
    font-weight: 500;
    color: #333;
    position: relative;
    display: inline-block;
}

.faq-title span {
    color: #119DD5;
}

.faq-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(17, 157, 213, 0.15);
}

.faq-question {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background-color: rgba(17, 157, 213, 0.03);
}

.faq-question[aria-expanded="true"] {
    background-color: #119DD5;
}

.faq-question[aria-expanded="true"] h3 {
    color: #fff;
}

.faq-question[aria-expanded="true"] .faq-icon {
    background-color: #fff;
}

.faq-question[aria-expanded="true"] .faq-icon i {
    color: #119DD5;
}

.faq-question[aria-expanded="true"] .faq-toggle .fa-plus {
    display: none;
}

.faq-question[aria-expanded="true"] .faq-toggle .fa-minus {
    display: block;
    color: #fff;
}

.faq-icon {
    width: 46px;
    height: 46px;
    /* min-width: 46px; */
    border-radius: 50%;
    background-color: rgba(17, 157, 213, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.faq-icon i {
    font-size: 18px;
    color: #119DD5;
}

.faq-question h3 {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin: 0;
    flex: 1;
    transition: all 0.3s ease;
}

.faq-toggle {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-toggle i {
    font-size: 14px;
    color: #119DD5;
    transition: all 0.3s ease;
}

.faq-toggle .fa-minus {
    display: none;
}

.faq-answer {
    padding: 0 20px 20px 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-answer p {

    margin-bottom: 15px;
    line-height: 1.6;
}

.faq-answer ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.faq-answer ul li {
    margin-bottom: 10px;

    position: relative;
}

.faq-answer ul li strong {
    color: #119DD5;
    font-weight: 600;
}

.tour-assistance {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 3rem 0;
    margin: 3rem 0;
}

.tour-assistance-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
}

.tour-assistance-form .form-control {
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #e0e0e0;
}

.tour-assistance-btn {
    background-color: rgb(17, 157, 213);
    color: white;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
}

.tour-assistance-btn:hover {
    background-color: rgb(15, 140, 190);
}

/* Support Section */
.tour-support {
    background-color: rgba(17, 157, 213, 0.05);
    border-radius: 12px;
    padding: 3rem 0;
    margin: 0rem 0;
}

.tour-support-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: rgb(17, 157, 213);
    margin-bottom: 1.5rem;
}

.tour-support-text {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.tour-support-images {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    margin-top: 20px;
    justify-content: right;
}

.tour-support-images img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.tour-support-btn {
    background-color: rgb(17, 157, 213);
    color: white;
    border-radius: 50px;
    padding: 4px 20px;
    font-weight: 600;
    border: none;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tour-support-btn:hover {
    background-color: rgb(15, 140, 190);
    color: white;
}

/* Popular Section */

.tour-popular-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: rgb(17, 157, 213);
    margin-bottom: 1.5rem;
    text-align: left;
}






/* Blog Section Styles */
.our-blog .blog-card,
.our-blog .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.our-blog .blog-card:hover,
.our-blog .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.our-blog .blog-card {
    position: relative;
    height: 0;
    padding-bottom: 37.5%;
}

.our-blog .blog-card-small {
    padding-bottom: 25%;
}

.our-blog .blog-card .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-blog .blog-card .card-img-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    padding: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Horizontal blog card styles */

/* Thumbnail image container styles */
.our-blog .thumbnail-img-container {
    overflow: hidden;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.our-blog .thumbnail-img-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 101, 16, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.our-blog .thumbnail-img-container img {
    transition: all 0.5s ease;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.95);
}

.our-blog .card:hover .thumbnail-img-container img {
    transform: scale(1.08);
    filter: brightness(1.05);
}

.our-blog .card:hover .thumbnail-img-container::before {
    opacity: 1;
}

.our-blog .blog-thumbnail-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-left: 3px solid transparent;
}

.our-blog .blog-thumbnail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-left: 3px solid #ff6510;
}

.our-blog .blog-thumbnail-card .card-body {
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
}

.our-blog .blog-thumbnail-card:hover .card-body {
    background-color: #fafafa;
}

.our-blog .blog-thumbnail-card .h6 {
    font-weight: 600;
    transition: color 0.3s ease;
    line-height: 1.4;
    position: relative;
    display: inline-block;
}

.our-blog .blog-thumbnail-card:hover .h6 {
    color: #ff6510;
}

.our-blog .blog-thumbnail-card .h6::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff6510;
    transition: width 0.3s ease;
}

.our-blog .blog-thumbnail-card:hover .h6::after {
    width: 100%;
}

.our-blog .blog-thumbnail-card::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0.8rem;
    color: #ff6510;
    opacity: 0;
    transition: all 0.3s ease;
}

.our-blog .blog-thumbnail-card:hover::after {
    opacity: 1;
    transform: translateX(3px);
}

.our-blog .btn-warning {
    background-color: #ff6510;
    border-color: #ff6510;
    transition: all 0.3s ease;
    padding: 0px 5px;
}

.our-blog .btn-warning:hover {
    background-color: #e55a0a;
    border-color: #e55a0a;
    transform: translateX(3px);
}

.our-blog .text-warning {
    color: #ff6510 !important;
}

@media (max-width: 767px) {
    .our-blog .blog-card {
        padding-bottom: 57%;
    }

    .our-blog .blog-card-small {
        padding-bottom: 35%;
    }

    .our-blog .blog-card .card-img-overlay {
        padding: 1rem;
    }

    .our-blog .col-md-3 .card {
        flex-direction: column !important;
        margin-bottom: 1.5rem;
        padding-top:25px;
    }

    .our-blog .blog-thumbnail-card {
        border-left: none;
        border-top: 3px solid transparent;
    }

    .our-blog .blog-thumbnail-card:hover {
        transform: translateY(-3px);
        border-top: 3px solid #ff6510;
        border-left: none;
    }

    .our-blog .col-md-3 .thumbnail-img-container {
        width: 100% !important;
        min-width: 100% !important;
        height: 160px;
        border-radius: 12px 12px 0 0;
    }

    .our-blog .blog-thumbnail-card .card-body {
        padding: 1rem;
    }
}

/* Hotel Listing Styles - MakeMyTrip Style */
.hotel-card {
    display: flex;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    height: 247px;
    padding: 10px;
}

.hotel-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Removed thumbnail gallery */

/* Removed thumbnail styles */

.hotel-location {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.hotel-location i {
    color: #0066cc;
    margin-right: 5px;
}

.hotel-rating-badge {
    display: flex;
    align-items: center;
}

.rating-score {
    background-color: #0066cc;
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.rating-count {
    color: #666;
    font-size: 14px;
    margin-left: 10px;
}

.rating-container {
    display: flex;
    align-items: center;
    /* margin-bottom: 10px; */
    justify-content: flex-end;
}

.original-price {
    color: #666;
    text-decoration: line-through;
    font-size: 14px;
}

.current-price {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    /* margin: 5px 0; */
}

.taxes-fees {
    font-size: 12px;
    color: #666;
}

.book-now-btn:hover {
    background-color: #fff;
    color: #03a9f4;
}

.thumbnail {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}

.view-all-photos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 12px;
    cursor: pointer;
}

/* Responsive styles */
@media (max-width: 992px) {
    .hotel-card {
        height: auto;
    }

    .book-now-btn {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .hotel-card {
        flex-direction: column;
        height: auto;
        padding: 8px;
        max-width: 100%;
    }

    .badge-ferry {
        background-color: #FF5722;
        font-size: 10px;
    }

    .hotel-rating {
        margin-left: auto;
    }

    .rating-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 5px;
    }

    .hotel-rating-badge {
        margin-bottom: 2px;
    }

    .rating-count {
        margin-left: 0;
        font-size: 11px;
    }

    .original-price {
        font-size: 11px;
        margin-bottom: 0;
    }

    .current-price {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .taxes-fees {
        font-size: 10px;
        margin-bottom: 0;
    }

    .book-now-btn {
        margin-top: 0;
        padding: 5px 10px;
        align-self: center;
        min-width: 80px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hotel-card {
        padding: 6px;
    }

    .hotel-location {
        font-size: 11px;
        margin-bottom: 5px;
        text-align: left;
    }

    .hotel-rating {
        font-size: 12px;
        padding: 2px 5px;
    }

    .rating-container {
        max-width: 30%;
    }

    .hotel-rating-badge {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .rating-score {
        font-size: 14px;
        margin: 0;
    }

    .current-price {
        font-size: 14px;
    }

    .book-now-btn {
        padding: 10px 6px;
        font-size: 11px;
        min-width: 60px;
    }
}

.traveler-dropdown-form .card .card-body .input-group .btn-sm {
    border-radius: 0px !important;
}




.itinerary-modal-content {
    display: flex;
    flex-direction: column;
}

.itinerary-modal-image img {
    width: 100%;
    height: auto;
}

#getItineraryModal .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
}

#getItineraryModal .modal-content {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

#getItineraryModal .btn-danger {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

#getItineraryModal .form-control {
    padding: 10px;
    border-radius: 4px;
}
.t-excerpt{
    font-size:12px;
}

/* Tour Card Redesign Styles */
.ab-tour-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

.ab-tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.ab-tour-card-header {
    position: relative;
}

/* Badge Styles */
.ab-tour-card-badge {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    padding: 5px 12px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0 4px 4px 0;
}

.ab-badge-text {
    display: flex;
    align-items: center;
}

.ab-badge-sn {
    background-color: #E91E63;
}

.ab-badge-sy {
    background-color: #FF9800;
}

.ab-badge-sm {
    background-color: #FF6B00;
}

/* Hover styles */
.package-hover,
.destination-hover,
.tour-includes-hover {
    position: relative;
    cursor: pointer;
}

.package-hover span,
.destination-hover span {
    text-decoration: underline dotted;
    text-underline-offset: 2px;
}

.package-popup,
.destination-popup,
.tour-includes-popup {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    z-index: 1000;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.package-hover:hover .package-popup,
.destination-hover:hover .destination-popup,
.tour-includes-hover:hover .tour-includes-popup {
    opacity: 1;
    visibility: visible;
}

.tour-includes-hover h4 {
    margin: 0;
    display: inline-block;
}

/* Tour includes content styling */
.tour-includes-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.tour-includes-item {
    flex: 0 0 48%;
}

.tour-includes-item i {
    color: #e74c3c;
    margin-right: 5px;
}

.tour-includes-popup {
    position: absolute;
    top: -5px;
    left: 0;
    transform: translateY(-100%);
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 280px;
    z-index: 100;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tour-includes-hover:hover .tour-includes-popup {
    display: block;
    opacity: 1;
}

.tour-includes-popup:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

.tour-includes-popup h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px;
}

.tour-includes-popup ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}

.tour-includes-popup li {
    color: #555;
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.tour-includes-popup li i {
    color: #e74c3c;
    margin-right: 8px;
    min-width: 16px;
}

.tour-includes-popup .flight-note {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 8px;
    font-style: italic;
    line-height: 1.4;
}

/* NOTE: the following properties were removed because they were
   outside of any selector and caused a parsing error with PostCSS/PurgeCSS.
   Re-add them inside the appropriate rule if they are needed:

   margin-bottom: 4px;
   color: #444;
*/

/* Tour includes tooltip */
.tour-includes-tooltip {
    color: #333;
}

.tour-includes-tooltip h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.tour-includes-tooltip .includes-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.tour-includes-tooltip .includes-item i {
    color: #0d6efd;
    margin-right: 8px;
    width: 16px;
}

.tour-includes-tooltip .includes-note {
    font-size: 11px;
    color: #dc3545;
    margin-top: 8px;
}

/* Tour includes header style */
.ab-tour-includes-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ab-tour-card-deal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}

.ab-tour-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.ab-tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ab-tour-card:hover .ab-tour-card-image img {
    transform: scale(1.05);
}

.ab-tour-card-map-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ab-tour-card-location {
    background-color: #2196F3;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}

.ab-location-sn {
    background-color: #E91E63;
}

.ab-location-sy {
    background-color: #FF9800;
}

.ab-location-sm {
    background-color: #2196F3;
}

.ab-tour-card-duration {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}

.ab-tour-card-map-button {
    background-color: white;
    border: none;
    color: #333;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.ab-tour-card-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ab-tour-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.ab-tour-tag {
    background-color: #f0f0f0;
    color: #555;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.ab-tour-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ab-tour-card-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.ab-tour-card-stats {
    display: flex;
    gap: 10px;
}

.ab-tour-card-stats span {
    font-size: 13px;
    color: #666;
}

.ab-tour-card-highlights {
    font-size: 13px;
    color: #2196F3;
    font-weight: 600;
}

.ab-tour-card-includes {
    margin-bottom: 5px;
}

.ab-tour-card-includes h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.ab-tour-card-icons {
    display: flex;
    gap: 12px;
}

.ab-tour-icon {
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 14px;
}

.ab-tour-card-pricing {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.ab-tour-card-price-label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 3px;
}

.ab-tour-card-price {
    display: flex;
    align-items: baseline;
}

.ab-tour-card-price-currency {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.ab-tour-card-price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.ab-tour-card-price-asterisk {
    font-size: 14px;
    color: #FF6B00;
    font-weight: 600;
}

.ab-tour-card-emi {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ab-tour-card-emi-icon {
    width: 24px;
    height: 24px;
    background-color: rgba(33, 150, 243, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196F3;
}

.ab-tour-card-emi-details {
    display: flex;
    flex-direction: column;
}

.ab-tour-card-emi-label {
    font-size: 11px;
    color: #666;
}

.ab-tour-card-emi-amount {
    font-size: 13px;
    font-weight: 600;
    color: #2196F3;
}

.ab-tour-card-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.ab-tour-card-btn {
    flex: 1;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ab-tour-view-btn {
    background-color: white;
    color: #2196F3;
    border: 1px solid #2196F3;
}

.ab-tour-view-btn:hover {
    background-color: rgba(33, 150, 243, 0.1);
}

.ab-tour-book-btn {
    background-color: #2196F3;
    color: white;
    border: 1px solid #2196F3;
}

.ab-tour-book-btn:hover {
    background-color: #1976D2;
}

.ab-tour-card-contact {
    display: flex;
    justify-content: center;
}

.ab-tour-card-whatsapp {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #4CAF50;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.ab-tour-card-whatsapp:hover {
    text-decoration: underline;
}

.ab-tour-card-itinerary {
    margin-left: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #FF6B00;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.ab-tour-card-itinerary:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .ab-tour-card-image {
        height: 180px;
    }

    .ab-tour-card-title {
        font-size: 16px;
    }

    .ab-tour-card-price-amount {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .ab-tour-card-actions {
        flex-direction: column;
    }

    .ab-tour-card-contact {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .ab-tour-card-itinerary {
        margin-left: 0;
    }
}

.ab-tour-card-badge {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    padding: 5px 15px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0 4px 4px 0;
}

.ab-badge-sn {
    background-color: #FF6B00;
}

.ab-badge-sy {
    background-color: #FF6B00;
}

.ab-badge-sm {
    background-color: #FF6B00;
}

.ab-tour-card-deal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}

.ab-tour-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.ab-tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ab-tour-card:hover .ab-tour-card-image img {
    transform: scale(1.05);
}

.ab-tour-card-map-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ab-tour-card-location {
    background-color: #2196F3;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}

.ab-location-sn {
    background-color: #E91E63;
}

.ab-location-sy {
    background-color: #FF9800;
}

.ab-location-sm {
    background-color: #2196F3;
}

.ab-tour-card-duration {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}

.ab-tour-card-map-button {
    background-color: white;
    border: none;
    color: #333;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.ab-tour-card-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ab-tour-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.ab-tour-tag {
    background-color: #f0f0f0;
    color: #555;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.ab-tour-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ab-tour-card-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.ab-tour-card-stats {
    display: flex;
    gap: 10px;
}

.ab-tour-card-stats span {
    font-size: 13px;
    color: #666;
}

.ab-tour-card-highlights {
    font-size: 13px;
    color: #2196F3;
    font-weight: 600;
}

.ab-tour-card-includes {
    margin-bottom: 5px;
}

.ab-tour-card-includes h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.ab-tour-card-icons {
    display: flex;
    gap: 12px;
}

.ab-tour-icon {
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 14px;
}

.ab-tour-card-pricing {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.ab-tour-card-price-label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 3px;
}

.ab-tour-card-price {
    display: flex;
    align-items: baseline;
}

.ab-tour-card-price-currency {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.ab-tour-card-price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.ab-tour-card-price-asterisk {
    font-size: 14px;
    color: #FF6B00;
    font-weight: 600;
}

.ab-tour-card-emi {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f5f9ff;
    padding: 5px 10px;
    border-radius: 4px;
}

.ab-tour-card-emi-icon {
    color: #2196F3;
    font-size: 14px;
}

.ab-tour-card-emi-details {
    display: flex;
    flex-direction: column;
}

.ab-tour-card-emi-label {
    font-size: 11px;
    color: #666;
}

.ab-tour-card-emi-amount {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.ab-tour-card-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.ab-tour-card-btn {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ab-tour-view-btn {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}

.ab-tour-view-btn:hover {
    background-color: #eee;
    color: #333;
}

.ab-tour-book-btn {
    background-color: #FF6B00;
    color: white;
    border: 1px solid #FF6B00;
}

.ab-tour-book-btn:hover {
    background-color: #e65c00;
    border-color: #e65c00;
    color: white;
}

.ab-tour-card-contact {
    display: flex;
    justify-content: space-between;
}

.ab-tour-card-whatsapp,
.ab-tour-card-itinerary {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ab-tour-card-whatsapp i {
    color: #25D366;
}

.ab-tour-card-itinerary i {
    color: #2196F3;
}

.ab-tour-card-whatsapp:hover,
.ab-tour-card-itinerary:hover {
    color: #333;
}

/* Responsive styles */
@media (max-width: 991px) {
    .ab-tour-card-pricing {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ab-tour-card-emi {
        align-self: flex-start;
    }
}

@media (max-width: 767px) {
    .ab-tour-card-image {
        height: 180px;
    }

    .ab-tour-card-actions {
        flex-direction: column;
    }

    .ab-tour-card-title {
        font-size: 16px;
    }

    .ab-tour-card-price-amount {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .ab-tour-card-details {
        flex-direction: column;
        gap: 8px;
    }

    .ab-tour-card-contact {
        flex-direction: column;
        gap: 10px;
    }
}


.tour-page-banner {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.lst-apply-btn {
    background: #03A9F4;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 500;
}

.tour-page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.tour-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 800px;
    z-index: 2;
}

.tour-banner-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tour-banner-content .subtitle {
    font-size: 1.2rem;
    color: white;
    background-color: rgba(17, 157, 213, 0.8);
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    margin-top: 1rem;
}

.tour-section-title {
    position: relative;
    margin-bottom: 2.5rem;
    text-align: center;
}

.tour-section-title h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: rgb(17, 157, 213);
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.tour-section-title h2 span {
    color: #f9680f;
}

.tour-section-title h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, rgb(17, 157, 213), rgb(0, 206, 255));
}

/* Filter Sidebar Styles */
.tour-filter-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
    overflow: hidden;
    border: none;
}

.tour-filter-header {
    background-color: rgba(17, 157, 213, 0.1);
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(17, 157, 213, 0.1);
}

.tour-filter-header h3 {
    font-size: 1rem;
    font-weight: 600;
    color: rgb(17, 157, 213);
    margin: 0;
    display: flex;
    align-items: center;
}

.tour-filter-header h3 i {
    margin-right: 0.5rem;
}

.tour-filter-body {
    padding: 1.5rem;
}

.tour-filter-search .form-control {
    border-radius: 50px 0 0 50px;
    border: 1px solid #e0e0e0;
    padding-left: 1rem;
}

.tour-filter-search .btn {
    border-radius: 0 50px 50px 0;
    background-color: rgb(17, 157, 213);
    color: white;
    border: none;
    width: 67px !important;
    padding: 0px 10px !important;
}

.tour-filter-price .form-control {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.tour-filter-price .input-group-text {
    background-color: rgba(17, 157, 213, 0.1);
    border: 1px solid #e0e0e0;
    color: rgb(17, 157, 213);
}

.tour-filter-price .btn {
    border-radius: 50px;
    background-color: rgb(17, 157, 213);
    color: white;
    border: none;
    margin-top: 0.75rem;
    font-size: 0.8rem;

}

.tour-filter-checkbox {
    margin-bottom: 0.5rem;
}

.form-check {
    display: flex !important;
    gap:10px;
}

.tour-filter-checkbox .form-check-input {
    border-color: #e0e0e0;
    margin-right: 15px;
}

.tour-filter-checkbox .form-check-input:checked {
    background-color: rgb(17, 157, 213);
    border-color: rgb(17, 157, 213);
    width:10px;
    height:10px;
}

.tour-filter-checkbox .form-check-label {
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tour-category-count {
    background-color: rgba(17, 157, 213, 0.1);
    color: rgb(17, 157, 213);
    font-size: 0.75rem;
    padding: 0.1rem 0.5rem;
    border-radius: 50px;
    font-weight: 600;
}

.tour-star {
    color: #FFD700;
}

.tour-star-empty {
    color: #e0e0e0;
}

.tour-rating-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.tour-rating-text {
    font-weight: 600;
    color: #333;
}

.tour-rating-count {
    background-color: rgba(17, 157, 213, 0.1);
    color: rgb(17, 157, 213);
    font-size: 0.75rem;
    padding: 0.1rem 0.5rem;
    border-radius: 50px;
    font-weight: 600;
}

/* Tour Card Styles */
.tour-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border: none;
}

.tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.tour-card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tour-card:hover .tour-card-image img {
    transform: scale(1.05);
}

.tour-card-content {
    padding: 1.25rem;
}

.tour-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
    line-height: 1.4;
}

.tour-card-rating {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.tour-card-stars {
    margin-right: 0.5rem;
}

.tour-card-reviews {
    font-size: 0.8rem;
    color: #777;
}

.tour-card-price {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.tour-card-price-label {
    font-size: 0.8rem;
    color: #777;
    margin-right: 0.5rem;
}

.tour-card-price-old {
    font-size: 0.9rem;
    color: #999;
    text-decoration: line-through;
    margin-right: 0.5rem;
}

.tour-card-price-new {
    font-size: 1.1rem;
    font-weight: 700;
    color: rgb(17, 157, 213);
}

.tour-card-actions {
    display: flex;
    gap: 0.5rem;
}

.tour-card-btn {
    flex: 1;
    padding: 0.5rem 0;
    text-align: center;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tour-card-btn-primary {
    background-color: rgb(17, 157, 213);
    color: white;
    box-shadow: 0 4px 10px rgba(17, 157, 213, 0.3);
}

.tour-card-btn-primary:hover {
    background-color: rgb(15, 140, 190);
    color: white;
}

.tour-card-btn-outline {
    background-color: white;
    color: rgb(17, 157, 213);
    border: 1px solid rgb(17, 157, 213);
}

.tour-card-btn-outline:hover {
    background-color: rgba(17, 157, 213, 0.1);
    color: rgb(17, 157, 213);
}

.tour-master-index-list li {
    font-size: 14px;
    color: #002246;
}

.tour-card-badge {
    position: absolute;
    top: 1rem;
    padding: 0.25rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 0 50px 50px 0;
    z-index: 1;
}

.tour-card-badge-discount {
    left: 0;
    background-color: #f9680f;
    color: white;
}

.tour-card-badge-bestseller {
    right: 0;
    background-color: rgb(17, 157, 213);
    color: white;
    border-radius: 50px 0 0 50px;
}

.tour-load-more {
    background-color: white;
    color: rgb(17, 157, 213);
    border: 1px solid rgb(17, 157, 213);
    border-radius: 50px;
    padding: 0.5rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.tour-load-more:hover {
    background-color: rgb(17, 157, 213);
    color: white;
}

.tour-load-more i {
    margin-right: 0.5rem;
}

/* Andamanbliss Tour Packages Section */
.tour-andamanbliss-section {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border: 1px solid #e0e0e0;
}

.tour-andamanbliss-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.tour-andamanbliss-title span {
    color: #f9680f;
}

.tour-andamanbliss-text {
    color: #666;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-andamanbliss-read-more {
    color: rgb(17, 157, 213);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.tour-andamanbliss-read-more:hover {
    color: #f9680f;
    text-decoration: underline;
}

/* Andamanbliss Modal */
.tour-andamanbliss-modal {
    max-width: 960px;
}

.tour-andamanbliss-modal .modal-header {
    border-bottom: 1px solid #eee;
    padding: 1rem 1.5rem;
    background-color: #fff;
}

.tour-andamanbliss-modal .modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}

.tour-andamanbliss-modal .modal-body {
    padding: 0;
    max-height: 70vh;
    overflow-y: auto;
}

.tour-andamanbliss-modal .modal-footer {
    border-top: 1px solid #eee;
    padding: 1rem 1.5rem;
    background-color: #fff;
}

.tour-andamanbliss-packages {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.tour-andamanbliss-packages-header {
    display: flex;
    justify-content: space-between;
    background-color: #f8f9fa;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.tour-andamanbliss-packages-header h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.tour-andamanbliss-packages-header .duration-price {
    display: flex;
    gap: 8rem;
}

.tour-andamanbliss-packages-header .col {
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    text-align: center;
}

.tour-andamanbliss-package-item {
    display: flex;
    align-items: center;
    padding: 0rem 1.5rem;
    transition: all 0.3s ease;
}

.tour-andamanbliss-package-item:last-child {
    border-bottom: none;
}

.tour-andamanbliss-package-item:hover {
    background-color: rgba(249, 104, 15, 0.05);
}

.tour-andamanbliss-package-name {
    flex: 1;
}

.tour-andamanbliss-package-name a {
    color: #f9680f;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
}

.tour-andamanbliss-package-name a:hover {
    color: rgb(17, 157, 213);
    text-decoration: underline;
}

.tour-andamanbliss-package-duration,
.tour-andamanbliss-package-price {
    width: 150px;
    text-align: right;
    font-weight: 500;
    font-size: 12px;
}

.tour-andamanbliss-package-duration {
    color: #666;
}

.tour-andamanbliss-package-price {
    color: #666;
}

.tour-andamanbliss-description {
    padding: 1.5rem;
    color: #666;
    line-height: 1.6;
}

.tour-andamanbliss-description p {
    margin-bottom: 1rem;
    font-size: 14px;
}

.tour-andamanbliss-description a {
    color: rgb(17, 157, 213);
    font-weight: 600;
    text-decoration: none;
}

.tour-andamanbliss-description a:hover {
    color: #f9680f;
    text-decoration: underline;
}

.tour-andamanbliss-modal .btn-primary {
    background-color: rgb(17, 157, 213);
    border-color: rgb(17, 157, 213);
}

.tour-andamanbliss-modal .btn-primary:hover {
    background-color: #0e8bc0;
    border-color: #0e8bc0;
}

.tour-andamanbliss-modal .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.tour-andamanbliss-modal .close {
    font-size: 1.5rem;
    color: #000;
    opacity: 0.5;
}

/* Contact Offcanvas */
.tour-contact-offcanvas .offcanvas-header {
    background-color: rgb(17, 157, 213);
    color: white;
}

.tour-contact-offcanvas .btn-close {
    filter: brightness(0) invert(1);
}

.tour-contact-item {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.tour-contact-item h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.tour-contact-item h6 i {
    color: rgb(17, 157, 213);
    margin-right: 0.5rem;
}

.tour-contact-item p {
    font-size: 1.1rem;
    font-weight: 700;
    color: rgb(17, 157, 213);
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.tour-contact-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0;
}

.tour-contact-link {
    color: rgb(17, 157, 213);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.tour-contact-link:hover {
    color: #f9680f;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .tour-banner-content h1 {
        font-size: 2.5rem;
    }

    .tour-banner-content .subtitle {
        font-size: 1rem;
    }

    .tour-section-title h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .tour-page-banner {
        height: 350px;
    }

    .tour-banner-content h1 {
        font-size: 2rem;
    }

    .tour-banner-content .subtitle {
        font-size: 0.9rem;
    }

    .tour-section-title h2 {
        font-size: 1.5rem;
    }

    .tour-card-image {
        height: 180px;
    }
}

/* Bike Page Listing */

.bik-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 15px;
}

.bik-heading {
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #212529;
    font-size:1.5rem;
}

.bik-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 1rem;
    transition: 0.3s;
    overflow: hidden;
}

.bik-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.bik-image img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.bik-details h5 {
    margin-bottom: 0.3rem;
    font-weight: 600;
    color: #212529;
    font-size:1rem;
}

.bik-details p {
    margin-bottom: 0.2rem;
    color: #6c757d;
    font-size: 14px;
}

.bik-price {
    font-size: 1rem;
    font-weight: 600;
    color: #28a745;
}

@media (max-width: 768px) {
    .bik-item {
        flex-direction: column;
        text-align: center;
    }

    .bik-image img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .bik-details {
        margin-bottom: 10px;
    }
}


@media (max-width: 991.98px) {
    .bik-mobile-full {
        width: 100% !important;
    }
}

.link-head {
    font-family: 'Poppins', sans-serif !important;
    color: #002246;
}

.rev-container {
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}

/* Rating Box Layout */
.rev-rating-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.rev-stars i {
    color: #ffe400;
    font-size: 16px;
}

.rev-rating-value {
    font-size: 46px;
    color: #ff6f00;
    margin: 0;
}

.rev-rating-sub {
    margin-top: 5px;
    color: #777;
}

/* Rating Bars */

.rev-rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 14px;
}

.rev-rating-row span:first-child {
    width: 50px;
}

.rev-rating-row span:last-child {
    width: 30px;
    text-align: right;
}

.rev-bar {
    flex: 1;
    background: #ddd;
    height: 6px;
    border-radius: 20px;
    margin: 0 10px;
}

.rev-bar div {
    background: #ff6f00;
    height: 6px;
    border-radius: 20px;
}

/* Gallery */
.rev-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 12px;
    margin-bottom: 40px;
}

.rev-big-wrap {
    grid-row: 1 / span 2;
    position: relative;
}

.rev-big-img,
.rev-small-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
    .rev-gallery-grid {
        grid-template-columns: 1fr 1fr 1fr;
        /* 3 columns */
        grid-template-rows: auto auto auto;
        /* auto rows */
    }

    .rev-big-wrap {
        grid-column: 1 / span 3;
        /* big image full width */
        grid-row: auto;
        height: 220px;
        /* mobile height */
    }

    .rev-big-img {
        height: 220px;
    }

    .rev-small-img {
        height: 100px;
        /* size of small images on mobile */
    }
}


.rev-view-all {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #000000a7;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
}

/* Review Card */
.rev-review-card {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    background: #fff;
}

.rev-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
}

.rev-review-content .rev-name {
    margin: 0;
    font-size: 0.8rem;
}

.rev-date {
    color: #777;
    font-size: 13px;
}

.rev-rating-badge {
    margin-left: auto;
    background: #e6f8ec;
    color: #ff6f00;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

/* MOBILE ONLY */
@media (max-width: 768px) {

    .rev-review-card {
        display: flex;
        flex-direction: row;
        /* stack everything */
        position: relative;
    }

    /* avatar + rating badge in same row */
    .rev-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-bottom: 8px;
    }

    .rev-rating-badge {
        position: absolute;
        right: 35px;
        top: 20px;
        background: #e6f8ec;
        color: #ff6f00;
        padding: 4px 10px;
        border-radius: 6px;
        font-size: 14px;
    }

    /* content full width on mobile */
    .rev-review-content {
        width: 100% !important;
        margin-top: 10px;
    }
}


.benefits .benefit-item {
    text-align: center;
}

.benefits .benefit-icon-wrap {
    position: relative;
    width: 84px;
    margin: 0 auto 12px;
}

.benefits .benefit-icon-wrap img {
    width: 50%;
    height: auto;
    display: block;
}

.benefits .benefit-title {
    font-weight: 600;
    font-size: .875rem;
}

.benefits .benefit-text {
    color: #6c757d;
    font-size: .675rem;
}

@media (max-width: 768px) {
    .benefits .benefit-icon-wrap {
        width: 72px;
    }
}




.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}

.bg-orange {
    background-color: #FF5722;
}
.bg-green {
    background-color: #25d366;
}



.cc-button {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}
.cc-button:active { transform: scale(0.95); }
.cc-button:focus { outline: none; }
.cc-button.cc-ghost { background-color: #f0f0f0; border-color: #000; color: #000; }

.cc-form {
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}
.cc-input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.cc-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 480px;
}

.cc-form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.cc-sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}
.cc-container.right-panel-active .cc-sign-in-container {
    transform: translateX(100%);
}

.cc-sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.cc-container.right-panel-active .cc-sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: cc-show 0.6s;
}

@keyframes cc-show {
    0%,49.99% { opacity: 0; z-index: 1; }
    50%,100% { opacity: 1; z-index: 5; }
}

.cc-overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}
.cc-container.right-panel-active .cc-overlay-container {
    transform: translateX(-100%);
}

.cc-overlay {
    /* background: linear-gradient(to right, #FF4B2B, #FF416C); */
    background: url('../img/login-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}
.cc-container.right-panel-active .cc-overlay {
    transform: translateX(50%);
}

.cc-overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transition: transform 0.6s ease-in-out;
}
.cc-overlay-left { transform: translateX(-20%); }
.cc-container.right-panel-active .cc-overlay-left { transform: translateX(0); }
.cc-overlay-right { right: 0; }
.cc-container.right-panel-active .cc-overlay-right { transform: translateX(20%); }

.cc-social-container {
    margin: 20px 0;
}
.cc-social-container a {
    border: 1px solid #DDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

.cc-mobile-switch {
    background: none;
    border: none;
    font-size: 14px;
    margin-top: 10px;
    color: #FF4B2B;
    text-decoration: underline;
    display: none;
}
@media (max-width: 768px) {
    .cc-form-container {
        display: none;
    }
    .cc-overlay-container {
        display: none;
    }
    .cc-form-container {
        position: relative;
        width: 100%;
        transform: none !important;
        opacity: 1 !important;
        z-index: 5 !important;
    }
    .cc-sign-in-container,
    .cc-sign-up-container {
        left: 0;
        width: 100%;
    }
    .cc-mobile-switch {
        display: block;
    }
    .cc-form-container.active-mobile {
        display: block;
    }
     .cc-mobile-switch {
        display: block;
    }
}
.cc-text {
    color: #ffffff;
    font-weight: 700;
    text-shadow: -2px 2px #756f6f;
}




/* Header */
.up-header {
    text-align: center;
    margin-bottom: 3rem;
}
.up-header h3 {
    font-weight: 700;
}
.up-star {
    color: #ffc107;
    margin-right: 6px;
}
.up-header p {
    color: #6c757d;
}

/* Grid */
.up-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

/* Card */
.up-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform .2s ease;
}
.up-card:hover {
    transform: translateY(-5px);
}

/* Image */
.up-card-image {
    position: relative;
}
.up-card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.up-discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dc3545;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
}

/* Body */
.up-card-body {
    padding: 1rem;
}
.up-title {
    font-size: 1rem;
    font-weight: 600;
}
.cart-title {
    font-size: 0.85rem;
    font-weight: 600;
}

/* Price */
.up-price {
    margin-bottom: 1rem;
}
.up-price-original {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
}
.up-price-offer {
    font-weight: 700;
    color: #0d6efd;
}

/* Actions */
.up-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Button */

/* Responsive */
@media (max-width: 992px) {
    .up-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .up-card-grid {
        grid-template-columns: 1fr;
    }
}

.mini-size{
    width: auto;
    height: 30px;
}