@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: "Manrope", "Montserrat", sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* .navbar {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
} */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Index page >>>>>>>>>>>>>>>>>>>>>>>>>  */

.swiper {
    width: 100%;
    height: 100%;
    padding: 15px !important;
}

.swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

span.swiper-pagination-bullet {
    background: #63CFFC;
    width: 12px !important;
    height: 12px !important;
    bottom: -5px !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.nav-link.text-white {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-link.text-white:hover {
    color: black;
}

.nav-link.text-white::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

a.navbar-brand.text-white {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}


a.nav-link.text-white {
    font-size: 18px;
    font-weight: 600;
    font-family: "Manrope", serif;
}

.hero-section {
    background: url(assets/images/home-banner2.png) no-repeat center center/cover;
    color: white;
    text-align: center;
    height: 100vh;
    position: relative;
}

.hero-search-section {
    background: url(assets/images/hotel-search-bannel.png) no-repeat center center/cover;
    color: white;
    text-align: center;
    height: 100vh;
    position: relative;
}

input.form-control.home-search {
    color: #393939;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 75px;
}

a.above-search-section {
    background: white !important;
    border: none;
    color: #393939 !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 20px !important;
    padding: 8px 15px;
    text-decoration: none !important;
}

a.above-search-section:hover {
    background-color: #63CFFC !important;
    color: #fff !important;
}

a.nav-link.above-search-section {
    text-decoration: none !important;
}

h1.display-4.home-head {
    font-weight: 600;
    padding: 0px 30px;
    font-family: 'Montserrat', sans-serif;
}

p.lead.home-para {
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

button.btn.btn-light.language {
    padding: 5px 20px;
    font-size: 13px;
    font-family: "Manrope", serif;
}

select.btn.btn-light.language {
    padding: 5px 20px;
    font-size: 13px;
    font-family: "Manrope", serif;
}

a.btn.btn-primary.become-parterr {
    background: #63CFFC;
    border: 1px solid #63CFFC;
    border-radius: 25px;
    font-weight: 700;
    padding: 12px 25px;
    text-transform: uppercase;
    font-family: "Manrope", serif;
}

section.top-last-section {
    margin-top: 30px;
}

.search-bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 570px;
    background: white;
    border-radius: 25px !important;
    padding: 6px 7px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.for-boards {
    border-right: 1px solid #939393;
}

input.form-control.name-con.me-2 {
    border: none;
}

#content input[type=text] {
    border: 0;
    border: 1px solid #ccc;
    height: 40px;
    padding-left: 10px;
    outline: 0;
}

input.form-control.city-con.me-2 {
    border: none;
    padding: 0 !important;
}

.flag-select {
    background: white;
    border: none;
    border-radius: 20px;
    padding: 5px 10px;
    margin-left: 10px;
}

.animated-arrow {
    transition: transform 0.3s ease-in-out;
}

.become-parterr:hover .animated-arrow {
    transform: translateX(5px);
}

button.btn.btn-searcbar-byt {
    background: #63CFFC;
    border-radius: 25px;
    color: #fff;
    position: relative;
    /* left: 25px; */
    font-size: 14px;
    font-weight: 600;
}

.bar-bar-bar {
    background: #63CFFC;
    padding: 6px 20px;
    border-radius: 25px;
    margin-right: 10px;
    position: relative;
    left: 26px;
    cursor: pointer;
}

.search-bar {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    /* .hero-content h1 {
        font-size: 1.8rem;
    } */

    .search-bar {
        flex-wrap: wrap;
    }

    .search-bar input,
    .search-bar select,
    .search-bar button {
        /* width: 100%; */
        margin: 5px 0;
    }
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< top search section >>>>>>>>>>>>>>>>>>>>>>>>>>>>  */

.for-titles.text-center {
    padding: 30px 0;
}

.for-colored-title h4 {
    color: #59BAE3;
    font-weight: 700;
    font-size: 20px;
}

.for-colored-title p {
    color: #59BAE3;
}

.for-uncolored-title h2 {
    font-size: 42px;
    font-weight: 700;
}

.unique-carousel {
    padding: 0px 45px;
}

section.top-search-section {
    padding: 40px 0;
}

.unique-carousel-img {
    border-radius: 85px;
    transition: transform 0.3s ease-in-out;
}

/* Title Animations */
.animated-colored-title,
.animated-uncolored-title {
    animation: fadeInUp 1.5s ease;
}

/* Center Alignment and Styling */
.unique-carousel-img {
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out;
}

.carousel-caption-text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.unique-carousel .carousel-item {
    text-align: center;
}

/* Image Hover Effect */
.unique-carousel-img:hover {
    transform: scale(1.1);
}

.next-arrws {
    margin-right: 135px;
    background: #E2E2E2;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

i.fas.fa-arrow-left.color-change {
    color: #000;
}

.next-arrws-right {
    margin-left: 135px;
    background: #63CFFC;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

i.fas.fa-arrow-right.color-change {
    color: #fff;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< top search section End >>>>>>>>>>>>>>>>>>>>>>>>>>>>  */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< top search section >>>>>>>>>>>>>>>>>>>>>>>>>>>>  */

.colored-wala {
    background: #E8F8FF;
}

button.btn.btn-view-all {
    background: #63CFFC;
    border-radius: 25px;
    padding: 9px 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

a.btn.btn-view-all {
    background: #63CFFC;
    border-radius: 25px;
    padding: 9px 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.image-wrap {
    position: relative;
    overflow: hidden;
}

.image-section .image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px;
}

.text-overlay.for-no-reason {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    padding: 20px 10px;
    color: #000;
    font-size: 1rem;
    left: 6%;
    height: 100px;
    width: 230px;
    border-radius: 25px;
    bottom: 12px !important;
    box-shadow: 0px 0px 5.93px 5.93px #FFFFFF29;
    transition: bottom 0.4s ease;
    position: absolute;
    bottom: -100%;
    z-index: 1;
}

.image-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.for-upper-spa {
    margin-top: 16px;
}

.text-overlay.for-hover-eff {
    position: absolute;
    bottom: -100%;
    height: 85px;
    width: 270px;
    text-align: center;
    left: 6%;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    color: #000;
    transition: bottom 0.5s ease;
}


.image-wrap:hover .text-overlay {
    bottom: 20px;
}

.for-show-location span {
    font-size: 14px;
}

p.card-bold-text.m-0 {
    font-size: 18px;
    font-weight: 700;
}

.for-show-location.d-flex.align-items-center {
    position: relative;
    left: 22px;
}

.top-arrow-icon {
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 15px;
    width: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    background: #63CFFC;
    border-radius: 50%;
    padding: 5px;
    z-index: 10;
    transition: transform 0.3s ease;
}


.image-wrap:hover .top-arrow-icon {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .image-section .image-wrap {
        width: calc(50% - 30px);
    }
}

@media (max-width: 576px) {
    .image-section .image-wrap {
        width: 100%;
    }
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< top search section End >>>>>>>>>>>>>>>>>>>>>>>>>>>>  */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Stay Section >>>>>>>>>>>>>>>>>>>>>>>>>>>>  */


.image-wrap-two {
    position: relative;
    overflow: hidden;
}

.image-section-two .image-wrap-two img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px 25px 0px 0px;
}

.for-upper-spa-two {
    padding: 35px 25px;
}

.text-overlay-two.for-hover-eff {
    bottom: 28px;
    height: 150px;
    width: 100%;
    border-radius: 25px;
    background: rgb(250 250 250 / 80%);
    box-shadow: 2px 8px 8px -5px #cfcfcf;
    backdrop-filter: blur(5px);
    color: #000;
    border: .5px solid #f1f1f1;
    transition: bottom 0.5s ease;
}

.image-wrap-two img {
    width: 100%;
    height: auto;
    display: block;
}


.for-show-location span {
    font-size: 14px;
}

p.card-bold-text-two.m-0 {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    height: 45px;
}

.for-show-location-two {
    margin-top: 5px;
}

.image-wrap:hover .top-arrow-icon {
    transform: scale(1.1);
}

span.gray-colh {
    font-size: 15px;
    font-weight: 500;
    color: #737373;
}

.top-rated-badge {
    top: 20px;
    left: 20px;
    color: #F09814;
    font-size: 12px;
    font-weight: 700;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    z-index: 10;
    text-transform: uppercase;
}

.top-rated-badge.green-wala {
    color: #3DC262;
}

.side-images-more-uppers img {
    width: 100%;
    height: 235px;
    border-radius: 25px;
}

.side-images-more-second img {
    width: 100%;
    height: 240px;
    border-radius: 25px;
}

.side-images-more img {
    width: 100%;
    border-radius: 15px;
    height: 238px;
}

.more-image-big img {
    height: 493px;
    width: 100%;
    border-radius: 25px;
}

.image-text-container {
    position: relative;
}

.on-image-caption {
    position: absolute;
    bottom: 0px;
    left: 10px;
    color: #fff;
    padding: 5px 10px;
}

.on-image-caption h5 {
    font-weight: 600;
}

.on-image-caption p {
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767px) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

@media (max-width: 768px) {
    .image-section-two .image-wrap-two {
        width: calc(50% - 30px);
    }
}

@media (max-width: 576px) {
    .image-section-two .image-wrap-two {
        width: 100%;
    }
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Stay Section End>>>>>>>>>>>>>>>>>>>>>>>>>>>>  */


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Rome Section>>>>>>>>>>>>>>>>>>>>>>>>>>>>  */

.rome-imagess img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.image-container-rome {
    position: relative;
}

.text-overlay-top-left {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    padding: 0px 50px;
    margin-top: 80px;
    z-index: 2;
}

.text-overlay-top-left h2 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
}

.btn.btn-experiences {
    color: #000;
    padding: 10px 20px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    font-weight: 500;
    cursor: pointer !important;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Rome Section End>>>>>>>>>>>>>>>>>>>>>>>>>>>>  */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Testimonal Section>>>>>>>>>>>>>>>>>>>>>>>>>>>>  */

.carousel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    margin: auto;
}

.carousel-track {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    transition: transform 10s ease;
}

.for-the-center {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.testimonial-card {
    position: relative;
    width: 320px;
    z-index: 2;
    height: 200px;
    background-color: #E8F8FF;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.abc {
    display: flex;
    gap: 10px;
}

.testimonial-card.active {
    background-color: #63CFFC;
}

.testimonial-quote {
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
    color: #2D2E2E;
    margin-bottom: 20px;
}

.testimonial-card {
    color: #333;
    transition: color 0.5s ease, background-color 0.5s ease;
}

.testimonial-card.active {
    color: #fff;
    background-color: #63CFFC;
}

.testimonial-card.active {
    background-color: #63CFFC;
    color: white;
}

.testimonial-card.active .testimonial-quote {
    color: white;
}

.image-on-border {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 0.5px solid white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.testimonial-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #2D2E2E;
}

.testimonial-card.active {
    transform: translateY(-15px);
    background-color: #63CFFC;
    z-index: 3;
    opacity: 1;
}

.testimonial-card:not(.active) {
    transition: all 0.5s ease;
    transform: translateY(20px);
    opacity: 0.8;
    z-index: 1;
}

.testimonial-card {
    transition: all 0.5s ease;
    transform: translateY(0);
    opacity: 0.8;
    z-index: 1;

}

.carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 15px;
    margin-top: 100px;
    position: relative;
    top: 30px;
}

.carousel-container {
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
    z-index: 1;
}

.carousel-indicators li.active {
    background-color: #add8e6;
    color: #fff;
}

.carousel-indicators [data-bs-target] {
    width: 11px !important;
    height: 11px !important;
}

.carousel-indicators button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #E2E2E2 !important;
    border: none;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.carousel-indicators button.active {
    background-color: #63CFFC !important;
    opacity: 1;
}

.carousel-indicators button:hover {
    opacity: 0.7;
}

.qwote-center.d-flex.align-items-center.justify-content-center {
    font-size: 20px;
    margin-bottom: 15px;
}

.angle-leftt {
    position: relative;
    right: 40px;
    font-size: 22px;
    color: #63CFFC;
}

.angle-righttt {
    position: relative;
    left: 40px;
    font-size: 22px;
    color: #63CFFC;
}


/* Mobile view adjustments */
@media (max-width: 767px) {
    .carousel-track {
        display: flex;
        scroll-snap-type: x mandatory;
    }

    .for-the-center {
        padding-top: 20px;
        height: 380px;
        position: relative;
        z-index: 1000;
    }

    .testimonial-quote p {
        font-size: 13px !important;
    }

    .testimonial-card:not(.active) {
        transform: translateY(0) !important;
    }

    .image-on-border {
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .image-on-border {
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .qwote-center.d-flex.align-items-center.justify-content-center {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .carousel-container {
        z-index: 1;
        overflow: hidden !important;
    }

    .testimonial-card.active {
        transform: translateY(0px) !important;
    }

    .testimonial-card.active {
        transform: translateY(0px) !important;
    }

    .testimonial-card {
        flex: 0 0 100%;
        scroll-snap-align: center;
        transition: transform 0.3s ease-in-out;
    }

    .carousel-container {
        padding: 0 10px;
    }

    .testimonial-quote p {
        font-size: 14px;
        line-height: 1.4;
    }

    .image-on-border img {
        width: 60px;
        height: 60px;
    }

    .testimonial-name {
        font-size: 16px;
    }

    .carousel-indicators {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 60px;
    }

    .angle-leftt,
    .angle-righttt {
        display: block;
        font-size: 20px;
        cursor: pointer;
    }


}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Testimonal Section ENd>>>>>>>>>>>>>>>>>>>>>>>>>>>>  */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Testimonal Section>>>>>>>>>>>>>>>>>>>>>>>>>>>>  */
h2.assist-you {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #121212;
}

p.simply-assist-you {
    font-size: 16px;
    font-weight: 700;
    color: #63CFFC;
}

input.form-control.touch-us {
    color: #000 !important;
    font-size: 17px;
    font-weight: 400;
}

button.btn.btn-view-all.submit {
    padding: 9px 35px;
}

.for.adding.extra-pad {
    padding: 20px;
}

/* Container for the main image and cards */
.extra-pad-container {
    position: relative;
    width: 100%;
}

/* Main Image */
.get-in-touch-image .main-image {
    width: 100%;
    height: auto;
    /* Ensures the aspect ratio is maintained */
    border-radius: 8px;
}

/* Responsive styling for the image */
.responsive-image {
    max-width: 100%;
    height: auto;
}

/* Card Overlay General Styles */
.card-overlay {
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    width: 190px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    z-index: 2;
}

.get-in-touch-image img {
    padding: 70px;
}

.card-overlay img.overlay-image {
    width: 100%;
    border-radius: 8px;
}

/* Top Card Position */
.card-overlay-top {
    top: 16%;
    left: 33%;
    transform: translate(-50%, -50%);
}

/* Bottom Card Position */
.card-overlay-bottom {
    bottom: 35%;
    left: 16%;
    transform: translate(-50%, 50%);
}

/* Card Text */
.card-text {
    /* text-align: center; */
    margin-top: 10px;
}

.card-text h6 {
    font-size: 10px;
    font-weight: bold;
    margin: 0;
}

span.for-align-font {
    font-size: 8px;
    color: #666;
    margin: 0;
}


.card-overlay.card-overlay-top {
    width: 115px;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .card-overlay {
        width: 120px;
        padding: 8px;
    }

    .card-text h6 {
        font-size: 10px;
    }

    .span.for-align-font {
        font-size: 8px;
    }

    /* Adjust overlay positions for smaller screens */
    .card-overlay-top {
        top: 10%;
        left: 80%;
    }

    .get-in-touch-image img {
        padding: 0px;
    }

    .card-overlay-bottom {
        bottom: 22%;
        left: 17%;
    }
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Testimonal Section ENd>>>>>>>>>>>>>>>>>>>>>>>>>>>>  */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Index page End>>>>>>>>>>>>>>>>>>>>>>>>>  */


.form-container {
    background-color: #E8F8FF;
    border-radius: 20px;
    padding: 20px;
}

h4.form-titles-d {
    font-size: 20px;
    color: #393939;
    font-weight: 600;
}

label.form-label.for-profile-form {
    color: #2D5D71;
    font-size: 14px;
    font-weight: 400;
}

select.form-select.profile-forms {
    font-size: 16px;
    color: #4A9BBD;
    background: #EFFAFF;
    border: 1px solid #EFFAFF;
}

input.form-control.for-profiles-mat {
    color: #4A9BBD;
    font-size: 16px;
    font-weight: 400;
    background: #EFFAFF;
    border: 1px solid #EFFAFF;
    outline: none;
    box-shadow: none;
}

textarea.form-control.for-profiles-mat {
    color: #4A9BBD;
    font-size: 16px;
    font-weight: 400;
    background: #EFFAFF;
    border: 1px solid #EFFAFF;
    outline: none;
    box-shadow: none;
}

textarea.form-control.for-profiles-mat::placeholder {
    color: #4A9BBD;
    font-size: 16px;
    font-weight: 400;
}

input.form-control.for-profiles-mat::placeholder {
    color: #4A9BBD;
    font-size: 16px;
    font-weight: 400;
}

label.form-check-label.check-kro {
    color: #626262;
    font-size: 14px;
    font-weight: 400;
}

input.form-check-input.check-box-kro {
    border: 2px solid #B3B3B3;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

input.form-check-input.check-black-kro {
    border: 2px solid #000;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

label.form-check-label.check-kro-mat {
    color: #262626;
    font-size: 18px;
    font-weight: 600;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< About page>>>>>>>>>>>>>>>>>>>>>>>>>  */

/* .about-section {
    background: url(assets/images/about-us-banner.png) no-repeat center center/cover;
    color: white;
    text-align: center;
    height: 100vh;
    position: relative;
} */

.banner-title {
    font-size: 60px;
    font-weight: 600;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    margin: 0; */
}

.banner-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.about-banner h1 {
    z-index: 2;
}

span.colored-half {
    color: #63CFFC;
}

.about-point p {
    color: #3D3E48;
    font-size: 20px;
    font-weight: 400;
}

.about-card-title h4 {
    font-size: 22px;
    color: #262626;
    font-weight: 600;
    margin-top: 20px;
}

.about-card-title p {
    font-size: 15px;
    color: #545454;
    font-weight: 400;
    margin-top: 10px;
}

img.about-imagde {
    width: 71px;
}

.who-we-are h4 {
    color: #262626;
    font-size: 32px;
    font-weight: 700;
}

.upper-image-para h4 {
    font-size: 24px;
    color: #323232;
    font-weight: 500;
}


.who-we-are p {
    color: #626262;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    line-height: 25px;
}

span.color-wala-hai-kya {
    color: #63CFFC;
}

.padding-wala-hai {
    padding: 10px 30px;
}

.who-we-photuu img {
    height: 530px;
    width: 100%;
    object-fit: contain;
}

.padding-wala-hai {
    position: relative;
}

.border-img {
    position: absolute;
    z-index: 2;
}

.border-img.top-left {
    top: 90px;
    left: 135px;
    transform: translate(-50%, -50%);
    width: 80px;
    padding: 16px;
    height: auto;
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 25px 0px #0000001A;
    background: #fff;
}

.about-para p {
    text-align: justify;
}

.border-img.right-center {
    top: 50%;
    right: 135px;
    transform: translate(50%, -50%);
    width: 80px;
    padding: 16px;
    height: auto;
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 25px 0px #0000001A;
    background: #fff;
}

.about-card-title.choose {
    padding: 5px 20px;
}

.about-card:hover {
    box-shadow: 0px 0px 25px 0px #0000001A;
}

.about-card.we-offer {
    background: #FFF;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #63CFFC;
    border-radius: 15px;
}

.about-image-offer img {
    border: 1px solid #63CFFC;
    background: #63CFFC;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 6px;
}

.about-card-title.we-local h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.about-card-title.we-local p {
    font-size: 12px;
    color: #6E7074;
    font-weight: 400;
}

.about-card.we-offer {
    padding: 15px 20px;
    height: 190px;
}

.first-col-text.who h4 {
    font-size: 31px;
    font-weight: 700;
}

h4.coloredc-wala {
    color: #63CFFC;
}


.border-img1.top-left {
    position: absolute;
    top: 45%;
    left: 150px;
    transform: translate(-50%, -50%);
    width: 80px;
    padding: 16px;
    height: auto;
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 25px 0px #0000001A;
    background: #fff;
}

.border-img1.right-center {
    position: absolute;
    top: 22%;
    right: 150px;
    transform: translate(50%, -50%);
    width: 80px;
    padding: 16px;
    height: auto;
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 25px 0px #0000001A;
    background: #fff;
}

.border-img2.right-center {
    position: absolute;
    top: 75%;
    right: 150px;
    transform: translate(50%, -50%);
    width: 80px;
    padding: 16px;
    height: auto;
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 25px 0px #0000001A;
    background: #fff;
}

.who-we-are.teavel h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

span.coloreds {
    color: #63CFFC;
}

.team-member {
    overflow: hidden;
    border-radius: 5px;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
    height: 100%;
}

.team-member .member-img {
    position: relative;
    overflow: hidden;
}

.team-member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.team-member .social a {
    color: #fff;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-decoration: none !important;
    background-color: #63CFFC;
    transition: ease-in-out 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.team-member .social a:hover {
    color: blue;
}

.member-info {
    margin-top: 20px;
    margin-bottom: 10px;
}

.team-member .social i {
    font-size: 18px;
    line-height: 0;
}

.team .team-member .member-info {
    padding: 25px 15px;
}

.team-member .member-info h4 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 19px;
    color: #000;
}

.team-member .member-info span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #3D3E48;
}

.team-member:hover .social {
    opacity: 1;
    bottom: 15px;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< About us End>>>>>>>>>>>>>>>>>>>>>>>>>  */


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Hotel Search>>>>>>>>>>>>>>>>>>>>>>>>>  */


.hotel-search-titlez p {
    font-size: 16px;
    color: #626262;
    font-weight: 400;
    line-height: 25px;
}

.hotel-search-titlez h4 {
    font-size: 37px;
    color: #1D1D1D;
    font-weight: 700;
    margin-bottom: 10px;
}

.align-map-here {
    /* padding: 10px 20px; */
    margin-top: 12px;
}

.filter-section {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.hotel-card {
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px 15px;
}

.hotel-images-inside img {
    width: 100%;
    height: auto;
    /* object-fit: contain; */
}

p.hotelparass {
    font-size: 13px;
    color: #626262;
    font-weight: 400;
}

.hotel-name {
    font-size: 22px;
    font-weight: 700;
    color: #1D1D1D;
}


.highlight {
    font-weight: 600;
    font-size: 14px;
    color: #3E4958;
}

.facilities {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.facility {
    background-color: #E8F8FF !important;
    color: #63CFFC !important;
    border: 1px solid #63CFFC !important;
    border-radius: 20px !important;
    padding: 5px 15px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.hotel-address span {
    color: #393939;
    font-size: 14px;
}

.filter-by-by h5 {
    font-size: 20px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 20px;
}

.popular-filter h6 {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    margin-bottom: 17px;
}

.side-by-side {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}

span.search-count {
    font-size: 15px;
    color: #626262;
    font-weight: 400;
}

a.for-more-searchs {
    font-size: 13px;
    text-decoration: none;
    color: #63CFFC;
    font-weight: 600;
}

.new-esta h6 {
    font-size: 16px;
    color: #262626;
    font-weight: 600;
}

select.form-select.for-east-elect {
    box-shadow: none;
    outline: 0px;
    border: 1px solid #0000001F;
    font-size: 15px;
    color: #09101D;
    font-weight: 600;
}

li.breadcrumb-item a {
    /* color: #10530F; */
    color: #63c4f2;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.btn.btn-sorting {
    background: #F4F4F6;
    border: 1px solid #E5E5E5;
    font-size: 12px;
    font-weight: 600;
    color: #333333;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: #6D727D;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #63c4f2 !important;
}
.breadcrumb-item.active {
    color: rgb(2 25 48 / 75%) !important;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Hotel Search End>>>>>>>>>>>>>>>>>>>>>>>>>  */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< reastaurant Search>>>>>>>>>>>>>>>>>>>>>>>>>  */

a.navbar-brand {
    color: #234858;
    font-weight: 700;
    font-size: 34px;
}


a.nav-link.reastaurant {
    font-size: 18px;
    font-weight: 700;
    color: #234858;
}

.retro-images2 img {
    width: 100%;
}

.restro-title h4 {
    font-size: 36px;
    font-weight: 700;
    color: #1D1D1D;
}

.restro-address span {
    color: #393939;
    font-size: 15px;
    font-weight: 500;
}

.divider.restrosd {
    border-top: 1px solid #E6E6E6;
    margin: 30px auto;
    width: 98%;
}

.hotel-card.card-for-restro {
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 30px 40px;
}

.restro-details h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.subtitle-for-rest h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.restro-bed-arrange {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.restro-description p {
    color: #595959;
    font-size: 15px;
    font-weight: 400;
}

h4.location-for-restro {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.filter-section.restward {
    background-color: white;
    border-radius: 25px;
    padding: 30px 40px;
    margin-bottom: 20px;
}

img.img-fluid.reesyro-mhe {
    width: 100%;
}

a.show-more-show span {
    color: #63CFFC;
    font-size: 14px;
    font-weight: 500;
}

a.show-more-show {
    text-decoration: none !important;
}

.this-place-orrer h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.garden-me span {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< reastaurant Search End>>>>>>>>>>>>>>>>>>>>>>>>>  */

.for.sub-restro span {
    font-size: 15px;
    color: #626262;
    font-weight: 400;
}

.divider.restrosd-two {
    border-top: 1px solid #E6E6E6;
    margin: 20px auto;
    width: 98%;
}

.text-overlay-filter.for-hover-eff {
    bottom: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.text-overlay-on-image-photo.for-hover-eff.position-relative {
    bottom: 55px;
    right: 20px;
    width: 100%;
    color: #fff;
    text-align: right;
}

a.btn.btn-more-img {
    border: 1px solid #000000;
    color: #000;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Contact Us page>>>>>>>>>>>>>>>>>>>>>>>>>  */


/* .contact-section {
    background: url(assets/images/contact-us.png) no-repeat center center/cover;
    color: white;
    text-align: center;
    height: 100vh;
    position: relative;
} */

/* .contact-title {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: revert;
    right: 0;
    z-index: 1;
    font-size: 60px;
    font-weight: 600;
} */

h1.contact-title.faqssx {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* bottom: 0; */
    z-index: 1;
    font-size: 60px;
    font-weight: 600;
}

.for-contact-title h2 {
    font-size: 39px;
    font-weight: 500;
    color: #323232;
}

.contact-para p {
    font-size: 17px;
    color: #626262;
    font-weight: 400;
}

.con-sec {
    border-top: 5px solid rgba(40, 149, 196, 1);
    padding: 40px 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 0 8px 1px rgba(0, 0, 0, 0.1);
}

label.form-label.contact-lebel {
    font-size: 15px;
    color: #6D727D;
    font-weight: 400;
}

input.form-control.for-placeh {
    font-size: 15px;
    color: #6D727D;
}

select.form-select.for-placeh {
    font-size: 14px;
    color: #6D727D;
    outline: none;
    box-shadow: none;
}

textarea.form-control.for-placeh {
    font-size: 14px;
    color: #6D727D;
}

.form-control.for-placeh {
    outline: none !important;
    box-shadow: none !important;
}

.upper-image-para {
    margin-bottom: 15%;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}

.hero-content.contact-usss.container {
    position: relative;
    z-index: 2;
    padding-top: 35px;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Contact Us page End>>>>>>>>>>>>>>>>>>>>>>>>>  */

button.navbar-toggler {
    height: 40px !important;
    width: 40px;
    display: flex;
    border-radius: 25px;
    color: white;
    background: #ffff;
    box-shadow: none !important;
}

.faq-section {
    background: url(assets/images/faq-banner.png) no-repeat center center/cover;
    color: white;
    text-align: center;
    height: 100vh;
    position: relative;
}

button.accordion-button.bg-transparent {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
}

.accordion-body p {
    font-size: 15px;
    color: #A5A6B6;
    font-weight: 400;
}

.faqs-titles p {
    text-align: center;
}

.faqs-titles h2 {
    color: #323232;
    font-size: 40px;
    font-weight: 500;
}

.faqs-titles p {
    color: #626262;
    font-size: 18px;
    font-weight: 400;
}


.terms-conditions-section {
    background: url(assets/images/terms-condition-banner.png) no-repeat center center/cover;
    color: white;
    text-align: center;
    height: 100vh;
    position: relative;
}

.terms-and.-condtionss h2 {
    font-size: 38px;
    color: #323232;
    font-weight: 500;
}

.para-conditions p {
    text-align: center;
    color: #626262;
    font-size: 16px;
    font-weight: 400;
}

ul.lust-of-condition {
    flex-direction: column;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #626262;
    font-size: 16px;
}

div.dropdown-multicol2 {
    width: 30em;
}

div.dropdown-multicol2>div.dropdown-col {
    display: inline-block;
    width: 32%;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Footer page>>>>>>>>>>>>>>>>>>>>>>>>>  */

.footer {
    background-color: #63c4f2;
    /* Matching the background color */
    color: white;
    padding: 90px 90px;
    text-align: center;
}



.social-icons a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.links-for-foot {
    gap: 15px;
}

.links-for-foot a {
    color: #EBF0FF;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    /* margin: 0 10px; */
}

.footer a:hover {
    text-decoration: underline;
}

.for.combine-first {
    display: flex;
    justify-content: space-between;
}

.footer .divider {
    border-top: 1px solid white;
    margin: 30px auto;
    width: 100%;
}

p.simply-assist-you {
    margin-bottom: 60px;
}

.footer-logo {
    font-size: 40px;
    font-weight: 700;
}


.social-icons a {
    color: white;
    /* margin: 0 10px; */
    font-size: 20px;
}

.privacy-main a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.social-icons a:hover {
    opacity: 0.8;
}

.copy-right small {
    font-size: 14px;
    font-weight: 400;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Footer page End>>>>>>>>>>>>>>>>>>>>>>>>>  */

/* Media Query Responsiveness */

@media (min-width: 320px) and (max-width: 500px) {
    .hero-content {
        padding-top: 30px;
    }

    .image-section .image-wrap {
        width: 100%;
        padding: 20px;
    }

    .lanu-but {
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .image-wrap:hover .text-overlay {
        bottom: 40px;
    }

    .navbar-collapse {
        background: #3f3f3f;
        padding: 20px;
        border-radius: 20px;
        z-index: 1000;
        text-align: center;
    }

    a.nav-link.reastaurant {
        color: #fff !important;
    }

    .for.combine-first {
        display: inline;
    }

    .social-inter {
        margin-top: 20px;
    }

    .footer {
        padding: 40px 20px;
    }

    a.btn.btn-primary.become-parterr {
        font-size: 10px;
    }

    .footer-remains {
        display: inline-block;
    }

    .carousel-indicators {
        top: 15px !important;
    }

    .for-show-location.d-flex.align-items-center {
        left: 47px;
        margin-top: 1px;
    }

    .text-overlay.for-hover-eff {
        height: 85px;
        width: 330px;
        left: 9%;
    }


    .more-image-big img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .side-images-more-second img {
        margin-bottom: 20px;
    }

    .for-mobile-view {
        padding: 25px;
    }

    .first-col-text.who {
        text-align: center;
        margin-bottom: 15px;
    }

    .about-card.we-offer {
        margin-bottom: 25px;
    }

    h1.display-4.home-head {
        font-size: 30px;
    }

    ul.navbar-nav {
        text-align: center;
    }

    .team-member {
        text-align: center !important;
    }

    .border-img1.right-center {
        right: 35px;
        width: 65px;
        padding: 19px;
    }

    .border-img1.top-left {
        left: 35px;
        width: 65px;
        padding: 14px;
    }

    .con-sec {
        margin-top: 30px !important;
    }

    .border-img2.right-center {
        right: 35px;
        width: 65px;
        padding: 18px;
    }

    .about-card.we-offer {
        text-align: center;
    }

    .border-img.top-left {
        left: 35px;
        width: 65px;
    }

    .border-img.right-center {
        right: 35px;
        width: 65px;
    }

    .filter-content {
        left: -195px !important;
        width: 360px !important;
        height: 260px !important;
    }

    .form-check.for-mob {
        display: flex;
        gap: 10px;
        margin-left: 7px;
        align-items: center;
    }

    .align-map-here {
        margin-bottom: 25px;
    }

    .hotel-images-inside img {
        margin-bottom: 20px;
    }

    .rome-imagess img {
        margin-bottom: 30px;
    }

    .restro-img img {
        margin-bottom: 30px !important;
    }

    .facility {
        font-size: 13px;
    }

    .text-overlay-on-image-photo.for-hover-eff.position-relative {
        bottom: 80px;
    }

    .retro-images2 img {
        margin-bottom: 30px;
    }

    .slide-images img {
        width: 180px !important;
        height: 160px !important;
        overflow: hidden !important;
    }

    .unique-carousel {
        padding: 0px 0px;
        overflow: hidden;
    }

    .search-bar {
        width: 340px;
    }

    button.btn.btn-searcbar-byt {
        left: 0px;
    }

    input.form-control.home-search.no-border.city-con.me-2 {
        width: 60px;
    }

    .on-image-caption {
        bottom: 18px;
        left: 16px;
    }

    .map-align {
        left: 0px !important;
        margin-top: 65px;
    }

    iframe.map-sizing {
        width: 100%;
        padding: 20px 30px;
    }

    iframe.map-sizing {
        width: 380px !important;
        height: 115px !important;
    }
}

@media (min-width: 360px) and (max-width: 361px) {
    .text-overlay.for-hover-eff {
        height: 85px;
        width: 275px !important;
        left: 9% !important;
    }

    .filter-content {
        left: -192px !important;
        width: 360px !important;
    }

    .for-show-location.d-flex.align-items-center {
        left: 40px !important;
    }

    iframe.map-sizing {
        width: 380px !important;
        height: 115px !important;
    }

    .for-the-center {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media (min-width: 375px) and (max-width: 376px) {
    .text-overlay.for-hover-eff {
        width: 292px !important;

    }
}

@media (min-width: 390px) and (max-width: 391px) {
    .text-overlay.for-hover-eff {
        height: 85px;
        width: 300px !important;
        left: 9%;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {

    .image-section .image-wrap {
        width: 100%;
    }

    a.nav-link.reastaurant {
        color: #fff !important;
    }

    .navbar-collapse {
        background: #3f3f3f;
        border-radius: 25px;
        box-shadow: 2px 8px 8px -5px #cfcfcf;
        backdrop-filter: blur(5px);
        z-index: 1000;
    }

    .lanu-but {
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .filter-content {
        left: -500px !important;
    }

    .map-align {
        left: 0px;
        /* top: 20px; */
    }

    .hotel-images-inside img {
        margin-bottom: 20px;
    }

    .text-overlay.for-hover-eff {
        height: 70px;
    }

    .text-overlay.for-hover-eff {
        width: 148px;
        left: 4%;
    }

    .right-xxw {
        justify-content: space-between;
        align-items: center;
    }

    .border-img.top-left {
        top: 100px;
        left: 30px;
    }

    .on-image-caption {
        bottom: 18px;
        left: 16px;
    }

    .member-info {
        text-align: center;
    }

    .border-img1.right-center {
        right: 35px;
    }

    .border-img1.top-left {
        left: 35px;
    }

    .border-img2.right-center {
        right: 35px;
    }

    .border-img.right-center {
        top: 58%;
        right: 30px;
    }

    .side-images-more-uppers img {
        height: 207px;
    }

    .hero-content {
        padding-top: 18%;
    }

    .search-bar {
        width: 570px;
    }

    input.form-control.city-con.me-2 {
        width: 100px;
    }

    .more-image-big img {
        height: 365px;
    }

    .member-img img {
        width: 100%;
    }

    .footer {
        padding: 55px 30px;
    }

    .side-images-more-second img {
        height: 140px;
    }

    .about-card.we-offer {
        height: 220px;
    }

    .side-images-more img {
        height: 175px;
    }

    .text-overlay-top-left {
        top: 0px;
        margin-top: 65px;
    }

    .rome-imagess img {
        height: 400px;
    }

    .first-col-text.who {
        text-align: center;
        margin-bottom: 30px;
    }

    p.card-bold-text.m-0 {
        font-size: 14px;
        font-weight: 700;
    }

    .for-show-location.d-flex.align-items-center {
        position: relative;
        left: 5px;
    }

    .for-show-location span {
        font-size: 10px;
    }

    .top-arrow-icon {
        font-size: 10px;
        width: 20px;
        height: 20px;
    }

    .image-section-two .image-wrap-two {
        width: 100%;
    }

    span.gray-colh {
        font-size: 13px;
    }

    p.card-bold-text-two.m-0 {
        font-size: 18px;
    }

}


@media (min-width: 1800px) and (max-width: 2650px) {
    .hero-content {
        padding-top: 240px;
    }

    div#mapContainer {
        left: 36% !important;
    }

    .text-overlay.for-hover-eff {
        width: 265px !important;
    }

    iframe.map-sizing {
        width: 560px;
        height: 115px;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {
    .border-img.top-left {
        left: 90px;
    }

    .border-img.right-center {
        right: 90px;
    }

    .border-img1.right-center {
        right: 100px;
    }

    .hero-content.container.terms {
        padding-top: 40px;
    }

    .map-align {
        left: 0px !important;
        margin-top: 75px !important;
    }

    .border-img1.top-left {
        left: 100px;
    }

    .border-img2.right-center {
        right: 100px;
    }

    .hero-content {
        padding-top: 20px;
    }

    .text-overlay.for-hover-eff {
        width: 230px;
    }
}

.top-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

.top-bar .categories button {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 20px;
}

.search-bar {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}

.map-align {
    left: 0px;
    margin-top: 95px;
}

.search-bar input {
    /* flex: 1;
    border-radius: 5px;
    padding: 10px; */
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border: 1.5px solid #B3B3B3;
}

.filter-dropdown {
    position: relative;
}

.filter-content {
    display: none;
    position: absolute;
    top: 135%;
    left: -500px;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 750px;
    padding: 20px;
    border-radius: 10px;
    overflow: scroll;
    height: 300px;
}


.filter-content.active {
    display: block;
}

.filter-titless h4 {
    color: #393939;
    text-align: start;
    font-weight: 600;
    font-size: 17px;
}

label.form-check-label {
    color: #626262;
    font-size: 14px;
    font-weight: 400;
}

.filter-content .filter-label {
    font-size: 13px;
    font-weight: 500;
    color: #2D5D71;
    margin-bottom: 10px;
}

.filter-content select {
    padding: 8px;
    font-size: 14px;
    /* border: 0px solid #4A9BBD; */
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    color: #4A9BBD;
    background: #EFFAFF;
}

/* .filter-by-section .form-check {
    margin-right: 40px;
    margin-bottom: 10px;
}

.filter-by-section {
    display: flex;
    flex-wrap: wrap;
} */

button.btn.btn-fiter-trigg {
    background: #63CFFC;
    color: #fff;
    border-radius: 25px;
    padding: 4px 14px;
    border: 1px solid #63CFFC;
    box-shadow: 0px 1px 4px 0px #00000014;
}


.slide-images img {
    width: 180px !important;
    height: 200px !important;
}


.things-do-section {
    background: url(assets/images/things-do-banner.png) no-repeat center center / cover;
    color: white;
    text-align: center;
    height: 100vh;
    position: relative;
}

.food-search-section {
    background: url(assets/images/restaurant-banner.png) no-repeat center center / cover;
    color: white;
    text-align: center;
    height: 100vh;
    position: relative;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: 20px;
}


h1.contact-title.for-contactsa {
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.contact-usss.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
}


.contact-section {
    position: relative;
}

/* ::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */


iframe.map-sizing {
    width: 560px;
    height: 115px;
}

.form-check.for-mob {
    display: flex;
    gap: 10px;
    margin-left: 7px;
    align-items: center;
}

.hatel-search-section {
    background: url(assets/images/hotel-search-bannel.png) no-repeat center center / cover;
    color: white;
    text-align: center;
    height: 100vh;
    position: relative;
}

.search-hotels-section {
    position: relative;
    z-index: 1000;
}

.profiles-section {
    background: url(assets/images/home-banner2.png) no-repeat center center / cover;
    color: white;
    text-align: center;
    height: 100vh;
    position: relative;
}





/* Fullscreen Navbar for Mobile */
.fullscreen-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.fullscreen-navbar.active {
    display: flex;
    opacity: 1;
}

/* Close Button */
.close-navbar {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    font-size: 3rem;
    color: white;
    background: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid #63CFFC;
    background: #63CFFC;
    border-radius: 25px;
}

/* Mobile View Toggler */
@media (max-width: 991px) {
    #desktopNavbar {
        display: none !important;
    }
}

.secondary-nav .nav-link.active {
    background-color: #63CFFC !important;
    color: white !important;
    /* To make text more readable */
    border-radius: 5px;
    /* Optional for a cleaner look */
}

#map-container {
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

/* Full-screen view button */
#view-map-btn {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background-color: #63CFFC;
    color: white;
    font-weight: 600;
    z-index: 1;
    padding: 6px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
}

#view-map-btn-new {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background-color: #63CFFC;
    color: white;
    font-weight: 600;
    z-index: 1;
    padding: 6px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
}
.hero-content.profile.sectionaa.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
}
