body {
    font-family: "Montserrat", sans-serif;
}

.menu-navbar {
    background: #3a3a38;
    padding: 8px 12px;
    border-radius: 32px;
    /* position: absolute; */
    padding-right: 25px;
    top: 52px;
}
.header-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 99999;
}
.site-logo a.navbar-brand {
    margin: 0;
}
.menu-navbar ul.navbar-nav {
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
.menu-item nav {
    padding: 0;
    gap: 24px;
}
.right-items .menu-navbar {
    display: inline-block;
    padding: 8px 25px;
}
.right-items {
    text-align: right;
}
.nav-item a.nav-link {
    color: #fff !important;
    font-size: 16px;
    font-family: 'Montserrat';
    padding: 0px !important;
}

ul.navbar-nav {
    gap: 24px;
}

.site-logo a.navbar-brand {
    display: inline-block;
    padding: 0;
}

.site-logo img {
    width: 45px;
    height: 45px;
}

.baner-bg {
    height: 930px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: grid;
    align-items: center;
    border-radius: 0px 0px 32px 32px;
    overflow: hidden;
}

.baner-content h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
}

.baner-content p {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat';
}

.rectangle-bg {
    height: 375px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* TABS */
.custom-tabs .nav-links {
    color: white;
    border-radius: 40px;
    padding: 8px 20px;
    text-decoration: unset;
}

.custom-tabs .nav-links.active {
    background: white;
    color: black;
}


.group-item {
    margin-top: 10px;
}

.delete-btn {
    margin-top: 5px;
}

.date-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.date-display {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.guest-dropdown {
    display: none;
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #22b573;
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a>span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

/* .image-change-tabs {
    padding: 12px 20px;
    background: linear-gradient(180deg, #3a3a38, #989898);
    border-radius: 999px;
    width: 70%;
    margin: 0 auto;
    margin-top: -53px;
} */

.filter-box-item {
    padding: 12px 15px;
    background: linear-gradient(180deg, #3a3a38, #989898);
    border-radius: 999px;
    width: 70%;
    margin: 0 auto;
    margin-top: -53px;
    padding-bottom: 12px;
}

.baner-bottom-box {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 2px 20px 0px #00000026;
    border-radius: 24px;
    margin-top: -9%;
    position: relative;
}

.search-box {
    margin-top: 35px;
}

.active svg path {
    fill: #1F2226;
}

.custom-tabs .nav-link {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-field label {
    display: inline-block;
    width: 100%;
    color: #2B3037;
    font-size: 16px;
    font-weight: 500;
}

.search-field input {
    border: 0;
    color: #656F81;

    font-size: 16px;
    width: 100%;
    outline: unset;
}

.groups-fields {
    display: flex;
    gap: 15px;
}

.left-rigt-border {
    margin: 0px 15px;
    border-left: 1px solid #1D1411;
    border-right: 1px solid #1D1411;
    padding-left: 25px;
}

.guest-dropdown {
    background: #fff;
    position: absolute;
    padding: 14px;
    border: 1px solid #dedede;
    border-radius: 8px;
}

.qty-field {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
}

span.guest-count {
    text-align: center;
}

.qty-field button {
    padding: 0;
    border: 0;
    background: #22b573;
    color: #fff;
    font-size: 24px;
    border-radius: 50px;
    width: 100%;
    height: 36px;
}

button.clear-guests {
    border: 0;
    background: #ccc;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 5px;
}

button.apply-guests {
    background: #2fa866;
    color: #fff;
    border: 0;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 5px;
}

.add-btns {
    padding: 10px 20px;
    color: #000;
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
}

.search-btn {
    width: 100%;
    background: #22B573 !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    padding: 10px;
    border-radius: 50px;
}

.sec-space {
    padding: 70px 0px;
}

.heading h2 {
    color: #121316;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.destination-card {
    padding: 7px;
}

button.btn.search-btn.searc-icon.mt-4 {
    width: 50px;
    height: 50px;
}

.cat-bg-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 352px;
    border-radius: 16px;
    padding: 15px;
    display: grid;
    align-items: end;
    position: relative;
    overflow: hidden;
}

.cat-bg-card:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.1%, rgba(0, 0, 0, 0.85) 87.79%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.card-content {
    color: #fff;
    position: relative;
    z-index: 999;
}

.card-content h3 {
    font-size: 28px;
}

.card-content p.price {
    margin-bottom: 5px;
    font-size: 18px;
}

.card-content span {
    color: #F0F3F4;
    font-size: 14px;
}

.custom-arrow {
    position: absolute;
    top: -46px;
    right: 8px;
}

.custom-arrow {
    position: absolute;
    top: -46px;
    right: 8px;
    background: transparent;
    border: 1px solid #22B573;
    color: #22B573;
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

.slick-disabled {
    border: #DDDFE3 !important;
    color: #B5BAC2;
}

button.arrow-left {
    right: 55px;
}

.small-sec-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: grid;
    align-items: center;
}

.icon-box {
    text-align: center;
}

.icon-box .icon-img {
    margin-bottom: 20px;
}

.icon-content h4 {
    color: #383E48;
    font-size: 24px;
    font-weight: 600;
}

.icon-content p {
    color: #383E48;
}

.vector-first {
    position: absolute;
    right: -218px;
    top: 12px;
    width: 100%;
    text-align: center;
}

.vector-first img {
    width: 327px;
    margin: 0 auto;
}

.travel-sec .col-lg-4 {
    position: relative;
}

.img-bg-card {
    padding: 15px;
    border-radius: 16px;
    border: 1px solid #dedede;
}

.card-img img {
    width: 100%;
    border-radius: 16px;
    height: 230px;
    object-fit: cover;
}

.card-img {
    margin-bottom: 20px;
    position: relative;
}

span.heart-icon {
    position: absolute;
    top: 8px;
    right: 9px;
    width: 32px;
    height: 32px;
    display: grid;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
}

.card-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.title h4 {
    color: #1D1411;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    min-height: 48px;
}
.image-card-content .title h4 {
    min-height: auto;
}
.rating span.rating-num {
    font-size: 18px;
    font-weight: 500;
}

.name-text p {
    color: #1D1411;
    font-size: 16px;
    font-weight: 500;
}

.list-icon {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.card-icon-text {
    text-align: center;
}

.small-icon img {
    display: inline-block !important;
    width: 22px;
    height: 22px;
}

.icon-text p {
    color: #1D1411;
    font-size: 12px;
}

.small-icon h5 {
    font-size: 20px;
    margin: 0;
    color: #1D1411;
}

.three-list ul.lists {
    padding: 0;
}

.three-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #1D1411;
    font-size: 16px;
}

.price-item p {
    text-decoration: line-through;
    color: #1D141150;
    margin: 0;
    font-size: 16px;
}

.price-item h3 {
    font-size: 20px;
    color: #1D1411;
    font-weight: 600;
}

span.small-text {
    font-weight: normal;
    font-size: 14px;
}

.footer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrow-icon img {
    width: 28px;
}

.btn-book {
    gap: 20px;
    display: flex;
    align-items: center;
    background: #DADADA;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: unset;
    padding: 8px 6px 8px 30px;
    border-radius: 50px;
    border: 0;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.heading p {
    color: #1D141150;
    font-size: 24px;
}

.large-heading h2 {
    font-size: 64px;
}

.image-content {
    display: grid;
    gap: 22px;
    padding-left: 25px;
}

.icon-content span.text {
    color: #00000050;
    font-size: 16px;
}

.icon-content {
    display: flex;
    gap: 10px;
}

.img-boxs {
    background: #fff;
    padding: 10px;
    display: flex;
    gap: 15px;
    border-radius: 10px;
    height: 100%;
}

.box-img img {
    width: 87px;
    height: 87px;
    object-fit: cover;
}

.box-content h4 {
    color: #1D1411;
    font-size: 32px;
    font-weight: 600;
}

.box-content p {
    color: #1D1411;
    margin: 0;
    font-size: 16px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-dec p {
    color: #1D1411;
    font-size: 16px;
}

ul.social-icon {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-icon li {
    list-style: none;
}

ul.social-icon {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-icon a {
    width: 34px;
    display: inline-flex;
    height: 34px;
    align-items: center;
    justify-content: center;
    background: #1D1411;
    color: #fff;
    text-decoration: unset;
    border-radius: 50px;
}

.footer-link h4 {
    color: #22B573;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

ul.link-item {
    padding: 0;
    margin: 0;
    display: grid;
    gap: 15px;
}

.link-item li {
    color: #1D1411;
    list-style: none;
}

.link-item a {
    color: #1D1411;
    text-decoration: unset;
}

.grid-items .destination-card {
    padding: 0;
}

.grid-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

span.list-count {
    font-size: 28px;
    font-weight: 500;
}

.search-btns a {
    color: #000000;
    text-decoration: unset;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #000;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
}

.detail-page-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.small-add-btns {
    background: #fff;
    padding: 10px;
    color: #000;
    border: 1px solid #000;
}

button.btn.search-btn.searc-icon {
    width: 50px;
    height: 50px;
}

section.details-images {
    padding: 30px 0px;
}

.single-details-images img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

section.details-images {
    padding: 30px 0px;
    position: relative;
    /* padding-top: 139px; */
}

.single-details-images {
    position: relative;
}

.photo-btn {
    position: absolute;
    right: 80px;
    bottom: 40px;
}

a.show-photo {
    background: #FFFFFF;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-decoration: unset;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px;
}

.detail-map iframe {
    width: 100%;
}

.detail-heading {
    display: flex;
    align-items: center;
    gap: 30px;
}

.detail-left-content h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.contents-descprtion p {
    font-size: 15px;
    color: #1D1411;
}

a.link-text {
    color: #1D1411;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 600;
}

.detail-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.icon-img img {
    width: 18px;
    height: 18px;
}

span.icon-text {
    color: #2B2B2B;
    font-size: 14px;
}

span.show-all-text {
    color: #000000;
    font-weight: 700;
}

.detail-map {
    border-radius: 15px;
    overflow: hidden;
}

.small-heading h2 {
    color: #1D1411;
    font-size: 24px;
    font-weight: 500;
}

.small-heading p {
    color: #1D1411;
    font-size: 16px;
}

ul.lists.list-flex-item {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    margin: 0;
}

.list-flex-item li {
    margin: 0;
}

.room-detail-sec {
    padding-bottom: 50px;
}

.gallery-img img {
    width: 100%;
    height: 505px;
    object-fit: cover;
    border-radius: 20px;
}

.gallery-slider-wrapper .custom-arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    background: #1D1411;
    border: 1px solid #1D1411;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

.gallery-slider button.arrow-left.custom-arrow.slick-arrow {
    left: 8px !important;
    z-index: 9999;
}

.gallery-slider {
    border-radius: 20px;
    overflow: hidden;
}

.guest-form {
    background: #EFEFEF;
    padding: 20px;
    border-radius: 15px;
}

.guest-form h3 {
    color: #1D1411;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.input-field {
    margin-bottom: 15px;
}

.input-field select {
    background: #fff;
    padding: 12px;
    width: 20%;
    border: 0;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.custom-field {
    background: #fff;
    padding: 12px;
    width: 100%;
    border: 0;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    outline: unset;
}

.two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.input-field label {
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
}

ul.lists-flext-item {
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.lists-flext-item li {
    list-style: none;
}

.lists-flext-item p {
    margin: 0;
    font-size: 14px;
}

.list-images img {
    width: 100%;
    height: 174px;
    object-fit: cover;
    border-radius: 12px;
}

.location-detail h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.location-detail p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.location-detail span.rating-num {
    font-size: 14px;
}

.flex-items {
    display: flex;
    justify-content: space-between;
}

.price-title h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.price-title p {
    color: #000000;
    font-size: 14px;
}

.price h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.total-price h4 {
    color: #22B573;
    font-size: 22px;
}

.book-btn button.btn-book {
    background: #22B573;
    color: #fff;
    border: 0;
    width: 100%;
    font-size: 18px;
    padding: 8px;
    border-radius: 50px;
    font-weight: 600;
}

.slide-counter {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 10px 40px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.baner-heading-content h2 {
    color: #000000;
    font-size: 64px;
    font-weight: 600;
}

.baner-heading-content p {
    color: #000000;
    font-size: 24px;
}

.small-heading h3 {
    color: #1D1411;
    font-size: 22px;
    font-weight: 600;
}

.faq-accordian-content .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #dedede;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-header button.accordion-button.collapsed {
    background: transparent !important;
    border: 0 !important;
    color: #000;
    font-size: 16px;
    font-weight: 500 !important;
}

button.accordion-button {
    font-weight: 700 !important;
}

.accordion-header button.accordion-button {
    background: transparent;
    color: #000;
}

.contact-img img {
    width: 100%;
    height: 428px;
    object-fit: cover;
    border-radius: 20px;
}

.list-desc li {
    color: #1D1411;
    font-size: 16px;
    margin-bottom: 12px;
    list-style: decimal-leading;
}


/* new css 02-04-2026 */
.three-list .lists img {
    width: 18px;
}

.book-btn .btn-book:hover {
    background: #22b573;
    color: #fff;
}

.book-btn:hover span.arrow-icon {
    border: 1px solid #fff;
    border-radius: 50px;
}

.image-card-content .rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.bold {
    font-weight: bold;
}

.small-icon img {
    opacity: 0.4;
}

.img-bg-card:hover {
    border: 1px solid #22b573;
}

.name-text span {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.price-text {
    font-size: 19px !important;
    font-weight: 700;
}

h3.bold {
    font-weight: 700;
}

ul.list-grid {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.service-lists li {
    list-style: none;
    margin-bottom: 10px;
}

.img-list-box img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
}

.shop-box {
    border: 1px solid #dedede;
    border-radius: 10px;
    overflow: hidden;
}

.shop-box ul.list-grid {
    grid-template-columns: repeat(2, 1fr);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000042;
}

.rectangle-bg {
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 999;
}

/* header.site-header {
    position: relative;
    z-index: 999;
} */

.custom-tabs a.nav-links {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

a.nav-link.active {
    background: #fff;
    color: #22b573 !important;
    padding: 9px 20px !important;
    font-weight: 600;
    border-radius: 50px;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    align-items: center;
}

.link-item a:hover {
    color: #23b574;
}

.list-icon {
    min-height: 78px;
}

.img-bg-card .three-list {
    min-height: 185px;
}

.image-card-content .three-list.mb-2 {
    min-height: auto !important;
}

a.important-notes-toggle {
    align-items: center;
    background: #22b573;
    font-size: 16px;
    font-weight: 600;
    text-decoration: unset;
    padding: 8px 25px 8px 25px;
    border-radius: 50px;
    border: 0;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
}

li.ui-menu-item {
    list-style: none;
}

.location-suggestions {
    position: absolute;
    background: #fff;
    z-index: 99999;
    border: 1px solid #dedede;
    border-radius: 8px;
    min-height: auto;
    overflow: auto;
    max-height: 300px;
    width: 100%;
}

.location-suggestions .location-suggestion-item {
    font-size: 12px;
}

.filter-btn {
    padding: 10px;
    background: #22B573 !important;
    color: #fff !important;
    border: 1px solid #22b573;
    width: 100%;
    font-size: 16px;
}

.modal-header .modal-title {
    color: #000;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
}

.input-group .form-control {
    padding: 15px;
    font-size: 17px;
}

.form-check-input:checked {
    background-color: #22b573;
    border-color: #22b573;
    width: 22px;
    height: 22px;
}

.form-check-inline label.form-check-label {
    margin-left: 3px;
    position: relative;
    top: 4px;
    font-weight: 500;
}

input#searchLocation {
    border: 1px solid #dedede;

    outline: unset;
    box-shadow: unset;
}

/*new css start*/
.room-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.room-info h4 {
    font-size: 16px;
}

.room-info {
    color: #000;
}


.room-info {
    display: grid;
    gap: 10px;
    /* margin-top: 18px; */
}

.room-info p {
    font-size: 14px;
}

.home-card .card-img {
    height: 100%;
}

.home-card .card-img img {
    height: 100%;
}

.room-card-item {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #22b573;
    /*height: 100%;
    display: grid;*/
}

.title-name h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    min-height: 44px;
}

.canecil-policy h4 {
    font-size: 16px;
    color: #22b573;
    font-weight: 600;
}

.canecil-policy li {
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
}

.canecil-policy ul {
    padding-left: 15px;
    gap: 10px;
}

.room-price h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}

.select-btn .btn-select {
    background: #22b573;
    border: 0;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 4px;
    border-radius: 50px;
}

span.bottom-arrow {
    display: inline-flex;
    background: #22b573;
    color: #fff;
    width: 24px;
    text-align: center;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 13px;
}

.rotate {
    transform: rotate(180deg);
    transition: 0.3s;
}

.policy-list {
    display: none;
}

.list-group {
    max-height: 200px;
    overflow-y: auto;
    top: 82px;
}

.search-btn {
    width: auto;
    background: #22B573 !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    padding: 10px 50px;
    border-radius: 50px;
}

.input-field .custom-field {
    border: 1px solid #dedede;
    width: 100%;
    box-shadow: unset;
    outline: unset;
}

.input-field label {
    font-size: 16px;
    font-weight: 500;
}

.child-field label {
    font-size: 14px;
    color: #777 !important;
}

.child-field .custom-field {
    font-size: 14px;
    color: #777;
}

.delete-btn {
    display: grid;
    height: 100%;
    align-items: end;
}

.delete-btn .btn {
    padding: 9px;
    border-radius: 50px;
}
.rooms-area {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.img-size-sm img {
    height: auto !important;
}
.img-slider .gallery-img img {
    height: 360px;
}

/*17-04-2026*/
.left-des {
    padding-right: 65px;
}
.desc-color p {
    color: #1D141180;
}
.desc-color b {
    color: #1D1411;
}
footer.site-footer.bg-img.sec-space {
    background: #EFEFEF;
    background-image: url(../images/footer-bg-img.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-content-bg-img {
    background-image: url(../images/footer-content-bg.png);
    height: 767px;
    background-size: cover;
    background-position: top;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}
div#searchMiniBar {
    justify-content: space-between;
}










































/* responsive css start */
@media(max-width:1400px) {
    .image-change-tabs {
        width: 80%;
    }
}


@media(max-width:1024px) {
    .menu-navbar {
        top: 24px;
        width: 94%;
        left: 20px;
    }

    button.navbar-toggler {
        background: #fff;
    }

    ul.navbar-nav {
        text-align: left;
        align-items: start !important;
        padding: 10px;
        border-top: 1px solid #fff;
        padding-top: 23px;
    }

    .rectangle-bg {
        z-index: 33;
    }

    .baner-bg {
        height: 590px;
    }

    .baner-content h2 {
        font-size: 55px;
    }

    .baner-content p {
        font-size: 25px;
    }

    .image-change-tabs {
        width: 100%;
    }

    ul.nav.custom-tabs.nav-pills {
        display: flex;
        width: 1000px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    ul.nav.custom-tabs.nav-pills::-webkit-scrollbar {
        display: none;
    }

    ul.nav.custom-tabs.nav-pills {
        scroll-behavior: smooth;
    }

    .image-change-tabs {
        white-space: nowrap;
        /* scrollbar-width: none; */
        overflow-x: scroll;
    }

    .left-rigt-border {
        margin: 0px 0px;
        border-left: 0;
        border-right: 0;
        padding-left: 0;
    }

    .groups-fields input {
        width: 100%;
        border: 1px solid #dedede;
        padding: 7px 10px;
        border-radius: 4px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .search-field {
        margin-bottom: 20px;
    }

    .add-btns {
        width: 100%;
    }

    .baner-bottom-box {
        margin-top: -15%;
    }

    .heading h2 {
        font-size: 35px;
        margin-bottom: 14px;
    }

    .card-content h3 {
        font-size: 20px;
    }

    .card-content p.price {
        font-size: 15px;
    }

    .card-content span {
        font-size: 12px;
    }

    .small-sec-bg {
        height: auto;
        padding: 40px 0px;
    }

    .vector-first {
        display: none;
    }

    .icon-box {
        background: #fff;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .icon-contents br {
        display: none;
    }

    .icon-contents p {
        margin: 0;
        font-size: 12px;
    }

    .icons-img img {
        border: 2px solid #22b573;
        border-radius: 50px;
    }

    .price-item h3 {
        font-size: 16px;
    }

    .heading p {
        font-size: 20px;
    }

    .large-img {
        margin-bottom: 40px;
    }

    .image-content {
        padding-left: 0;
    }

    .img-boxs {
        height: auto;
        margin-bottom: 20px;
    }

    .site-footer {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    .trending-sec .heading {
        width: 70%;
    }

    .grid-items {
        grid-template-columns: repeat(2, 1fr);
    }

    section.faq-contant-sec {
        margin-top: 130px !important;
    }

    .baner-heading-content h2 {
        font-size: 35px;
    }

    .photo-btn {
        position: absolute;
        right: 18px;
        bottom: 9px;
    }

    a.show-photo {
        font-size: 12px;
        padding: 10px 18px;
        border-radius: 65px;
    }
}


@media(max-width:767px) {
    /* .menu-navbar {
        top: 24px;
        width: 90%;
        left: 20px;
    } */

    .menu-navbar {
        width: 100%;
        position: unset;
        margin-bottom: 20px;
    }

    button.navbar-toggler {
        background: #fff;
    }

    ul.navbar-nav {
        text-align: left;
        align-items: start !important;
        padding: 10px;
        border-top: 1px solid #fff;
        padding-top: 23px;
    }

    .rectangle-bg {
        z-index: 33;
    }

    .baner-bg {
        height: 590px;
    }

    .baner-content h2 {
        font-size: 35px;
    }

    .baner-content p {
        font-size: 20px;
    }

    .image-change-tabs {
        width: 100%;
    }

    ul.nav.custom-tabs.nav-pills {
        display: flex;
        width:805px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    ul.nav.custom-tabs.nav-pills::-webkit-scrollbar {
        display: none;
    }

    ul.nav.custom-tabs.nav-pills {
        scroll-behavior: smooth;
    }

    .image-change-tabs {
        white-space: nowrap;
        /* scrollbar-width: none; */
        overflow-x: scroll;
        padding-bottom: 15px;
    }

    .left-rigt-border {
        margin: 0px 0px;
        border-left: 0;
        border-right: 0;
        padding-left: 0;
    }

    .groups-fields input {
        width: 100%;
        border: 1px solid #dedede;
        padding: 7px 10px;
        border-radius: 4px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .search-field {
        margin-bottom: 20px;
    }

    .add-btns {
        width: 100%;
    }

    .baner-bottom-box {
        margin-top: -28%;
    }

    .heading h2 {
        font-size: 25px;
        margin-bottom: 14px;
    }

    .card-content h3 {
        font-size: 20px;
    }

    .card-content p.price {
        font-size: 15px;
    }

    .card-content span {
        font-size: 12px;
    }

    .small-sec-bg {
        height: auto;
        padding: 40px 0px;
    }

    .vector-first {
        display: none;
    }

    .icon-box {
        background: #fff;
        padding: 30px;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .icons-img img {
        border: 2px solid #22b573;
        border-radius: 50px;
    }

    .price-item h3 {
        font-size: 16px;
    }

    .heading p {
        font-size: 20px;
    }

    .large-img {
        margin-bottom: 40px;
    }

    .image-content {
        padding-left: 0;
    }

    .img-boxs {
        height: auto;
        margin-bottom: 20px;
    }

    .site-footer {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    .trending-sec .heading {
        width: 70%;
    }

    .grid-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .small-heading {
        width: 70%;
    }

    ul.list-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .single-details-images img {
        height: 300px;
    }

    .detail-heading .rating {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .detail-left-content h3 {
        font-size: 18px;
    }

    .faq-contant-sec .small-heading {
        width: 100%;
    }

    .baner-heading-content h2 {
        font-size: 35px;
    }

    section.details-images {
        padding: 30px 0px;
        position: relative;
        padding-top: 0;
    }

    .photo-btn {
        position: absolute;
        right: 18px;
        bottom: 9px;
    }

    a.show-photo {
        font-size: 12px;
        padding: 10px 18px;
        border-radius: 65px;
    }
    .search-btn {
        font-size: 15px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .add-btns {
        font-size: 13px;
        padding: 10px 10px;
    }
    div#searchMiniBar {
        display: grid !important;
        text-align: center;
        gap: 15px;
        align-items: center;
    }
    .search-list-items div {
        font-size: 13px;
    }
    .list-search .heading {
        width: 66%;
    }
    .delete-btn {
        display: block;
    }
    .delete-btn .btn {
        padding: 10px 20px;
    }
    .search-list-items {
        gap: 7px !important;
    }
    button.navbar-toggler {
        height: 45px;
        aspect-ratio: 1 / 1;
        border-radius: 50px;
    }
    span.navbar-toggler-icon {
        width: 100% !important;
        height: 100% !important;
    }
    div#searchMiniBar {
        justify-content: center;
        margin-bottom: 20px;
    }
    .filter-box-item {
        width: 100%;
        padding-bottom: 4px;
    }
}



::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    margin-top: 10px;
}

/* Scrollbar background color */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Scrollbar thumb color */
::-webkit-scrollbar-thumb {
    background: #22B573;
    border-radius: 5px;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
    background: #22B573;
}
