@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


.container-fluid {
    width: 94%;
}

:root {
    --primary--color: #092351;
    --text--color: #000;
    --headding-font: "Pacifico", cursive;
    --mulish-font: "Mulish", sans-serif;
    --image--color: brightness(0) saturate(100%) invert(10%) sepia(65%) saturate(2349%) hue-rotate(204deg) brightness(97%) contrast(98%);
    --image-color-white: brightness(0) saturate(100%) invert(100%) sepia(87%) saturate(0%) hue-rotate(109deg) brightness(110%) contrast(101%);
    --white-color: #fff;
    --gt-header: #1C1C1C;
}

/* if section  */

body :is(h1, h2) {
    font-family: var(--headding-font);
}

h3,
h4,
h5,
h6 {
    font-family: var(--mulish-font);
}

p {
    font-family: var(--mulish-font);
    color: var(--text--color);
}

.font_mulish {
    font-family: var(--mulish-font);
}

.css-has9md {
    margin: 0px;
    font-size: 1.133vw;
    font-family: Mulish;
    font-weight: 800;
    color: rgb(247, 71, 15);
    display: block;
}

.css-1v7xyn6 {
    margin: 0px 0px 1.16667vw;
    font-size: 1.042vw;
    font-family: Mulish;
    color: rgb(35, 31, 32);
    font-weight: 400;
}

.css-fb33kl {
    margin: 0px;
    font-size: 1.342vw;
    font-family: Mulish;
    color: rgb(35, 31, 32);
    font-weight: 700;
}

.css-1hzalq3 {
    display: flex;
    border-radius: 1.5625vw;
    flex-direction: column;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    padding: 1.25vw 1.25vw 2.96875vw 2.96875vw;
}

.icon-display {
    display: flex;
}

.section-title {
    font-family: var(--headding-font);
    font-weight: 400;
}

.ltn__main-menu>ul>li>a {
    font-weight: 700 !important;
    font-family: var(--mulish-font) !important;
    font-size: 14px;
}

.ltn__header-5 .ltn__header-middle-area {
    padding-top: 2px;
    padding-bottom: 2px;
}

.gt-about-wrapper .gt-about-content .gt-about-text {
    margin-top: 25px;
    font-size: 15px;
    padding: 3vw 11.92vw 1.14vw 11.92vw;
}

.service-box-items {
    /* margin-top: 30px; */
    /* width: 100%; */
    /* background-color: var(--gt-bg2); */
    /* border-radius: 4px; */
    /* min-height: 166px; */
    text-align: center;
    /* padding: 40px 15px; */
    /* position: relative; */
    /* z-index: 9; */
}

.service-box-items .icon {
    font-size: 48px;
    color: var(--gt-theme);
    margin-bottom: 1px;
    transition: all 0.4s ease-in-out;
}

.service-box-items h4 {
    font-size: 12px;
    font-weight: 500;
}

h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 117%;
}

.ltn__top-bar-menu ul li {
    font-family: var(--mulish-font) !important;
    font-weight: 400 !important;
}

.ltn__top-bar-menu>ul>li>i,
.ltn__top-bar-menu>ul>li>a>i {
    margin-right: 3px;
    color: #51dfec !important;
}

/* Form select fields */
.ltn__car-dealer-form-area .form-select {
    height: 40px;
    line-height: 20px;
    padding-left: 20px;
    border: 1px solid rgb(255 255 255);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    transition: all 0.3s ease;
}

.ltn__top-bar-menu>ul>li {
    font-size: 16px;
}

.service-box-items .icon i {
    background: linear-gradient(89deg, rgb(255, 161, 0) 11.51%, rgb(247, 71, 15) 52.88%, rgb(238, 17, 98) 92.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.small,
small {
    font-size: .999em;
}

.footer-menu ul li {
    margin-bottom: 3px;
}

.ltn__car-dealer-form-area .form-select:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgb(255 255 255);
}

.ltn__car-dealer-form-area .form-select .list {
    background: #fff;
    color: #333;
}

/* Dropdown options hover */
.ltn__car-dealer-form-area .form-select option:hover {
    background: #f1f1f1;
    color: #000;
}

select option {
    color: #000;
    /* Default options text color in dropdown */
}

.ltn__main-menu>ul {
    justify-content: flex-end;
}

.ltn__car-dealer-form-area.mt--65.mt-120.pb-115--- {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 15px;
}


/* Form select fields */
.ltn__car-dealer-form-area .nice-select {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    transition: all 0.3s ease;
}

.ltn__car-dealer-form-area .nice-select:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Dropdown options styling */
.nice-select .list {
    background: #fff;
    color: #333;
}

/* Dropdown options hover */
.nice-select .option:hover {
    background: #f1f1f1;
    color: #000;
}

.enform {
    z-index: 10;
    position: relative;
    background: #fff;
    box-shadow: 0px 4.044px 16.167px 0.811px rgba(11, 18, 33, 0.15);
    border: 1px solid rgb(78 202 215);
    background: rgb(50 50 50 / 82%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    width: 70%;
    margin: auto;
}

.vr {
    height: 90px;
    width: 1px;
    background: #ededed;
}


.bg-overlay-theme-black-60:before {
    background: linear-gradient(180deg, black, transparent, transparent, transparent);
}

@keyframes zoomInBg {
    from {
        background-size: 100%;
        background-position: center;
    }

    to {
        background-size: 110%;
        background-position: center center;
    }
}


/*.slick-slide.slick-active {*/
/*    animation: zoomInBg 2s ease-in-out forwards;*/
/*}*/

/* Rooms */

.hotel-card {
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
    background: #fff;
}

.hotel-card:hover {
    transform: translateY(-5px);
}

.hotel-img {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.hotel-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out;
    z-index: 1;
}

.hotel-card:hover .hotel-img::before {
    transform: scale(1.1);
}

.footer-about-widget p {
    font-size: 1.042vw;
}

.hotel-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: green;
    color: white;
    padding: 5px 10px;
    font-size: 0.75rem;
    border-radius: 5px;
    font-weight: 600;
    z-index: 1111;
}

.footer-menu ul li a {
    position: relative;
    font-family: var(--mulish-font) !important;
}

.hotel-body {
    padding: 20px;
}

.hotel-body h5 {
    font-weight: 800;
    font-size: 18px;
    color: #231F20;
}

.gt-theme-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background: linear-gradient(89deg, rgb(255, 161, 0) 11.51%, rgb(247, 71, 15) 52.88%, rgb(238, 17, 98) 92.44%);
    color: #fff;
    font-weight: 500;
    font-family: "Inter Tight", sans-serif;
    padding: 10px 20px;
    transition: 500ms;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    border-radius: 24px;
}

.gt-theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 130%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    background-color: var(--gt-header);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.footer-widget .footer-title {
    font-size: 20px;
    color: #000;
}

.footer-menu ul li a {
    position: relative;
    font-family: var(--mulish-font) !important;
    font-weight: 700;
    color: rgb(35, 31, 32);
}

.footer-address ul li .footer-address-info p {
    font-weight: 700;
    color: rgb(35, 31, 32);
}

.ltn__copyright-design p {
    margin-bottom: 0;
    font-weight: 700;
}

.ltn__copyright-menu {
    font-weight: 700;
}

.css-1awrnlf {
    height: 2px;
    border: none;
    margin-top: 1.1458vw;
    margin-bottom: auto;
    background: linear-gradient(to right, rgb(255, 161, 0), rgb(247, 71, 15), rgb(238, 17, 98)) !important;
}

.info-box {
    display: flex;
    background: #fffcf5;
    border: 1.5px solid #ffa500;
    border-radius: 10px;
    padding: 2.08vw 2.95vw;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    width: 90%;
}

.info-column {
    flex: 1;
    min-width: 200px;
}

.info-column h3 {
    color: #f7941d;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.info-column p {
    margin: 0;
    font-size: 13px;
    font-family: Mulish;
    color: #231F20;
    font-weight: 800;
    color: #545454;
}

.info-column a {
    color: #545454;
    text-decoration: none;
}

.info-column a:hover {
    text-decoration: underline;
}

.icon {
    margin-right: 5px;
}

.gt-theme-btn:hover::before {
    height: 550%;
}

.card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card-header {
    position: relative;
}

.card-header img {
    width: 100%;
    height: auto;
    display: block;
}

.tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    color: #555;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: var(--mulish-font);
}

.card-body {
    padding: 16px;
}

.card-body h3 {
    margin: 0;
    font-size: 1.146vw;
    font-family: Mulish;
    color: #231F20;
    font-weight: 800;
}

.card-body p {
    margin: 0;
    font-size: 1vw;
    font-family: Mulish;
    color: #231F20;
    margin-top: 1.15vw;
    font-weight: 400;
    line-height: 125%;
    font-style: normal;
}

.card-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-login {
    background-color: #ff5722;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.btn-know {
    color: #ff5722;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.meeting-card {
    display: flex;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 1.82vw;
}

.meeting-card img {
    width: 50%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 0.208vw 0.844vw 0.042vw rgba(11, 18, 33, 0.15);
}

.meeting-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.meeting-content h2 {
    font-family: var(--headding-font);
    font-size: 36px;
    color: #000;
    margin: 0;
    position: relative;
}

/* Decorative dots */
.dots {
    position: absolute;
    top: 5px;
    margin-left: 10px;
}

.dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 3px;
}

.dots .red {
    background: #ff4c4c;
}

.dots .yellow {
    background: #ffcc00;
}

.meeting-content p {
    margin: 0;
    font-size: 1vw;
    font-family: Mulish;
    color: #231F20;
    margin-top: 1.15vw;
    font-weight: 400;
    line-height: 125%;
    font-style: normal;
    text-align: start;
    margin-bottom: 15px;
}

.meeting-content .btn2 {
    background-color: #ff9800;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    width: max-content;
}

@media (max-width: 768px) {
    .meeting-card {
        flex-direction: column;
    }

    .meeting-card img {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }
}

.hotel-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    margin-top: 10px;
    padding-top: 10px;
}

.hotel-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    color: #808080;
    font-weight: 400;
    font-size: 1.042vw;
    font-family: var(--mulish-font);
}

.hotel-meta i {
    font-size: 1.133vw;
    background: linear-gradient(89deg, rgb(255, 161, 0) 11.51%, rgb(247, 71, 15) 52.88%, rgb(238, 17, 98) 92.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.css-wlyiox {
    margin: 0px 0px 0.78125vw;
    font-size: 1.25vw;
    font-family: Mulish;
    color: rgb(255, 161, 0);
    font-weight: 700;
}

.css-1hzalq3 .modal-body {
    padding: 0;
}

.css-1hzalq3 .btn-close {
    border: 1px solid #000;
    border-radius: 50%;

}

.rate-section {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.features {
    flex: 1 1 275px;
}

.feature {
    display: flex;
    align-items: center;
    font-size: 1.133vw;
    color: #555;
    margin-bottom: 6px;
}

.feature i {
    margin-right: 8px;
}

.price {
    text-align: right;
}

.member-rate {
    color: rgb(121, 121, 121);
    font-size: 1.129vw;
    line-height: 16px;
    margin-bottom: 2px;
    font-weight: 800;
}

.price-value {
    font-size: 1.66vw;
    color: rgb(35, 31, 32);
    font-weight: bold;
}


.btn-orange {
    background: #ffa500;
    color: white;
    font-weight: 600;
}

.btn-orange:hover {
    background: #e69500;
}

.view-link {
    color: #d9534f;
    font-weight: 500;
    text-decoration: underline;
}

/* end */

.iframe-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.image_color {
    filter: var(--image--color);
}

.image_color_white {
    filter: var(--image-color-white);
}

.gt-about-wrapper .gt-about-image-items .gt-about-image {
    margin: auto;
}

.section_facility_bg {
    /* background: linear-gradient(135deg, #e6f9fd, #bdeeff); */
    background: #1CCAD8;
}

/* SLider-arrows */

/* Base arrow styles - same as your original look */
.slick-arrow-3 .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -17px;
    width: 40px;
    height: 40px;
    background-color: var(--primary--color);
    border-radius: 50%;
    border: none;
    color: #ffffff !important;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Bottom center positioning */
.slick-arrow-3 .slick-prev {
    left: 50%;
    transform: translateX(-60px);
    /* push left */
}

.slick-arrow-3 .slick-next {
    left: 50%;
    transform: translateX(20px);
    /* push right */
}


.bg_style_1 {
    position: relative;
}

.bg_style_1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    content: '';
    /* background: #0f2955; */
    z-index: -1;
    height: 100%;
}


.ltn__testimoni-author-ratting {
    flex-direction: column;
}

/* Footer */


.sj_footer_bg,
.copy_rights_bg {
    background: #fffbf2;
}


/* .copy_rights_bg {
    border-top: 1px solid #000;
} */

.footer_top_layer {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgb(255, 161, 0), rgb(247, 71, 15), rgb(238, 17, 98)) !important;
}

.footer-top-area {
    padding-top: 52px;
    padding-bottom: 20px;
}

.css-1d3bbye {
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.css-zyr4yt {
    flex-basis: 43.3333%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 43.3333%;
    background: rgb(255, 161, 0);
    height: 13px;
}

.css-75hm6m {
    flex-basis: 28.3333%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 28.3333%;
    height: 13px;
    background: rgb(247, 71, 15);
}

.css-110koqq {
    flex-basis: 28.3333%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 28.3333%;
    height: 13px;
    background: rgb(225, 17, 98);
}

/*  */

#checkin_date,
#checkout_date {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    width: 280px;
    transition: border-color 0.3s, box-shadow 0.3s;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    height: 40px;
}

#checkin_date:focus,
#checkout_date:focus {
    border-color: #53ebfa;
    box-shadow: 0 0 0 0.2rem rgba(83, 235, 250, 0.25);
    outline: none;
}


#checkin_date {
    margin-right: 10px;
}


.custom-datepicker-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#checkin_date::placeholder,
#checkout_date::placeholder {
    color: #ffffff;
    opacity: 1;
}

#checkin_date:-ms-input-placeholder,
#checkout_date:-ms-input-placeholder {
    color: #ffffff;
}

#checkin_date::-ms-input-placeholder,
#checkout_date::-ms-input-placeholder {
    color: #ffffff;
}

/*  */

.gt-thumb img {
    height: 270px !important;
}


/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 55px;
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: white;
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.floating-dots-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.float-icon {
    position: absolute;
    font-size: 20px;
    color: #fdb314;
    /* Golden theme */
    animation: floatAnim 6s ease-in-out infinite alternate;
    animation-delay: calc(var(--i) * 1s);
    opacity: 0;
}

#sec_room>.float-icon:nth-child(2) {
    left: 15%;
    top: 15%;
}

#sec_room>.float-icon:nth-child(6) {
    left: unset;
    top: 30%;
    right: 10%;
}

/* Generate random positions using nth-child logic */
.float-icon:nth-child(1) {
    left: 10%;
    top: 80%;
}

.float-icon:nth-child(2) {
    left: 25%;
    top: 75%;
}

.float-icon:nth-child(3) {
    left: 40%;
    top: 85%;
}

.float-icon:nth-child(4) {
    left: 60%;
    top: 70%;
}

.float-icon:nth-child(5) {
    left: 75%;
    top: 90%;
}

.float-icon:nth-child(6) {
    left: 50%;
    top: 60%;
}

.float-icon:nth-child(7) {
    left: 85%;
    top: 78%;
}

.float-icon:nth-child(8) {
    left: 30%;
    top: 68%;
}

@keyframes floatAnim {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    50% {
        transform: translateY(-20px) scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }
}


.cursor-dot,
.cursor-trail {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.cursor-dot {
    width: 8px;
    height: 8px;
    background-color: #146b5f;
    /* Deep green/solid color */
    transition: transform 0.05s ease-out;
}

.cursor-trail {
    width: 30px;
    height: 30px;
    background-color: #b3d1cb;
    /* Lighter green/faded */
    opacity: 0.4;
    transition: transform 0.2s ease-out;
}


.gt-section-title h2 {
    font-weight: 400;
    color: #231F20;
}


.mobile-booking-bar {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(89deg, rgb(255, 161, 0) 11.51%, rgb(247, 71, 15) 52.88%, rgb(238, 17, 98) 92.44%);
    /* Deep blue */
    padding: 2px 2px;
    z-index: 999;
    display: block;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
}

.booking-form select,
.booking-form input {
    background-color: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    padding: 6px 10px;
    font-size: 14px;
    outline: none;
    appearance: none;
}

.booking-form select:focus,
.booking-form input:focus {
    border-bottom: 1px solid #fdb314;
}

.date-group,
.guest-group {
    display: flex;
    gap: 10px;
}

.book-btn {
    /*background: linear-gradient(89deg, rgb(255, 161, 0) 11.51%, rgb(247 71 15 / 52%) 52.88%, rgb(238 17 98 / 34%) 92.44%);*/
    background: linear-gradient(to right, #d8e2dc, #ffe9ee);
    color: #ee1162;
    font-weight: bold;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50px;
}

.css-dt9scc {
    bottom: 0;
    cursor: pointer;
    background: #FFA100;
    position: absolute;
    text-align: center;
    height: 2.432vw;
    width: 2.432vw;
    margin: 2.083vw;
    padding: 0.302vw;
    border-radius: 1.703vw;
    margin: 1.15625vw 2.083333333333333vw;
    z-index: 123;
}

.css-dt9scc i {
    color: #fff;
}

.css-18ynl58 {
    cursor: pointer;
    padding: 2px;
    background: linear-gradient(89deg, rgb(255, 161, 0) 11.51%, rgb(247, 71, 15) 52.88%, rgb(238, 17, 98) 92.44%);
    width: 7.65625vw;
    height: 4.42708vw;
    margin-bottom: 1.04167vw;
    border-radius: 10px;
}

.c_indicqator [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 90px;
    height: 100%;
    padding: 2px;
    border-radius: 10px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background: linear-gradient(89deg, rgb(255, 161, 0) 11.51%, rgb(247, 71, 15) 52.88%, rgb(238, 17, 98) 92.44%);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.c_indicqator img {
    border-radius: 10px;
}

.c_indicqator {
    position: absolute;
    right: 0;
    bottom: -56px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.modal-gallery {
    width: 800px;
    max-width: 800px;
}

.modal-gallery .carousel {
    padding: 2rem;
}

.date-label {
    display: block;
    font-size: 13px;
    color: #f6411a;
    margin-bottom: 2px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ltn__breadcrumb-area {
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 100px;
}


.bg-overlay-white-30:before {
    background: rgb(0 0 0 / 31%);
}

.ltn__breadcrumb-list ul li{
    color: #fff !important;
}


@media screen and (max-width: 576px) {
    .custom-datepicker-container {
        flex-direction: column;
        align-items: flex-start;
    }

    #checkin_date,
    #checkout_date {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .hotel-meta-grid {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 1400px) {
    .ltn__slide-item-6 {
        height: 600px;
        min-height: 600px;
    }

    .ltn__car-dealer-form-area.mt--65.mt-120.pb-115--- {
        top: 40%;
    }

    .w-lg-100 {
        width: 70% !important;
    }
}


@media screen and (max-width: 590px) {
    img#siteLogo {
        width: 60%;
        margin: auto;
    }
    
    .call-2 {
    bottom: 30% !important;
}

.whatsapp-float {
    bottom: 20%;
}

    .gt-about-wrapper .gt-about-content .gt-about-text {
        padding: 3vw 1.92vw 1.14vw 1.92vw;
    }

    .feature {
        font-size: 2.5vw;
    }

    .member-rate {
        font-size: 2.5vw;
    }

    .price-value {
        font-size: 2.5vw;
    }

    .css-has9md {
        font-size: 2.5vw;
    }

    .card-body h3 {
        font-size: 2.5vw;
    }

    .meeting-content p {
        font-size: 3vw;
        margin-top: 3.44vw;
    }

    .footer-about-widget p {
        font-size: 3vw;
    }

    .card-body p {
        font-size: 2.5vw;
    }

    #checkin_date,
    #checkout_date {
        background: linear-gradient(to right, rgb(216, 226, 220), rgb(255, 233, 238));
        color: #000 !important;

    }

    .booking-form select,
    .booking-form input {
        background: linear-gradient(to right, rgb(216, 226, 220), rgb(255, 233, 238));
        color: #000 !important;
    }

    .service-box-items {
        width: 33%;
        float: left;
        margin-bottom: 15px;
    }

    .service-box-items h4 {
        font-size: 10px;
    }

    .icon-display {
        display: block;
        width: 70%;
        margin: auto;
        padding-top: 50px;
    }

    .font_30 {
        font-size: 8.125vw;
    }

    .top-bar-right.text-end {
        display: none;
    }

    .ltn__header-transparent {
        position: relative;
        background-color: var(--primary--color);
    }

    .custom-datepicker-container {
        flex-direction: column;
        gap: 10px;
        margin: 0.25rem 0;
    }

    .ltn__car-dealer-form-area.mt--65.mt-120.pb-115--- {
        top: unset;
        bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        position: relative;
    }


    .ltn__header-logo-and-mobile-menu-in-mobile .site-logo-wrap {
        margin-top: 0;
    }

    .ltn__header-5 .ltn__header-middle-area {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .ltn__header-logo-and-mobile-menu-in-mobile .ltn__header-options {
        flex: unset;
    }

    .ltn__header-5 .ltn__header-options {
        justify-content: end;
    }

    .ltn__top-bar-menu>ul>li {
        font-size: 14px;
    }

    .res_from {
        display: none !important;
    }

    .hotel-img {
        height: 260px;
        background-repeat: no-repeat;
    }

    .hotel-img::before {
        background-size: cover;
    }

    .hotel-card {
        margin: 0.75rem 0;
    }

    .gt-about-wrapper .gt-about-content .gt-icon-list li span {
        font-size: 17px;
    }
     .ltn__breadcrumb-area {
        padding-top: 70px;
        padding-bottom: 40px;
    }


}