body {
    background-color: rgb(251, 252, 254) !important;
    font-family: 'Poppins';

}

.header-section {
    background-color: #102953;
    min-height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.nav-bar-stick {
    position: sticky;
    top: 0px;
    z-index: 10;
}


.logo-img {
    width: 164px;
    height: 43px;
}

.search-input-header {
    width: 482px;
    height: 40px;
    border: 1px solid #FFFFFF33;
    background: #FFFFFF2E;
    border-radius: 100px;
    padding: 20px;
    color: white;
    cursor: pointer;
}

.search-input-header::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

.poppins {
    font-family: 'Poppins' !important;
}

.lora {
    font-family: 'Lora' !important;
}

.search-icon-header {
    background-image: url('../../img/searchIcoin.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 30px;
    background-size: 20px;
}

.search-btn {
    /* margin-left: 400px; */
    height: 40px;
    border: 1px solid #FFFFFF33;
    background: #FFFFFF2E;
    border-radius: 100px;
    padding: 0 20px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    outline: none;
    border: none;
}

.search-bar-section {
    align-items: center;
    justify-content: end;
}

.search-btn:focus {
    outline: none;
}

.search-btn i {
    margin-right: 10px;
    font-size: 18px;
}

.search-btn:hover {
    background: #FFFFFF44;
    /* Adjust hover effect as needed */
}

.nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;

}

.active-link {
    color: #F2A75C !important;
}

.user-icon {
    font-size: 25px !important;
    margin-right: 3px;

}

.post-property-btn-header {
    width: 206px;
    /* height: 40px; */
    background: #F2A75C;
    color: #FFFFFF;
    padding: 13px;
    border-radius: 100px;
    gap: 10px;
    cursor: pointer;
    border: none;
}

.post-property-btn-header:hover {
    /* background: #102953; */
    text-decoration: none;
    color: white;
}

.post-property-btn-free-header {
    width: 56px;
    height: 32px;
    background: #102953;
    padding: 4px 10px;

    gap: 10px;
    border-radius: 100px;
}

.sub-header {
    min-height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: white;
    box-shadow: rgba(238, 238, 238, 0.2) 0px 8px 24px;
    width: 100%;
    overflow: hidden;
    /* Prevent content overflow */
}

.sub-nav-warper {
    display: flex;
    gap: 40px;
    margin-bottom: 0px;
    flex-wrap: nowrap;
    /* Ensure no line breaks between items */
    overflow-x: auto;
    /* Allow horizontal scrolling for smaller screens */
    width: 100%;
}

.sub-link {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #102953;
    cursor: pointer;
    white-space: nowrap;
    /* Prevent text wrapping */
    flex-shrink: 0;
    /* Ensure each link keeps its size */
}

.sub-link a {
    text-decoration: none;
    color: #102953;
}

.sub-link-mobile {
    list-style: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    color: #102953;
    cursor: pointer;
}

.sub-link-mobile a {
    text-decoration: none;
    color: white;
}

.banner-section {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: 100%;
    background-image: url('img/new_banner.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 37.5%, rgba(255, 255, 255, 0.1) 100%);
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: white;
}

.banner-content h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 22px;
    color: white;
}

.banner-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: white;
}

.banner-btn {
    width: 160px;
    height: 40px;

    background-color: #F2A75C;
    color: white;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    gap: 10px;
}

.book-btn {
    width: 144px;
    height: 32px;
    background-color: #F2A75C;
    color: white;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    gap: 10px;
    margin: 12px;
}

.site-btn {
    width: 144px;
    height: 32px;
    background-color: white;
    color: #F2A75C;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    gap: 10px;
    border: 1px solid #F2A75C;
    margin: 12px;
}


.image-container {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 6px;
    /* Adjusts based on the image's height */
    overflow: hidden;
}

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

.gradient-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(12, 12, 12, 0.9) 11.5%, rgba(45, 45, 45, 0.3) 44.5%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;

}



.text-content {
    position: absolute;
    top: 23%;
    left: 50px;
    transform: translateY(-50%);
    color: white;
    z-index: 2;
}

.text-content h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 22px;
    color: white;
}

.text-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: white;
}

.project-render-section {
    box-shadow: 0px 8px 16px 0px #0000000A;
    border-radius: 6px;

}

.card-border {
    border: 1px solid #10295333;
    border-radius: 10px 10px 0px 0px;
}


.location-card {
    text-align: center;
    /* Center aligns the content */
    margin: 20px;
    /* Adjust as needed */
}

.location-image {
    width: 150px;
    /* Adjust the size of the circle */
    height: 150px;
    border-radius: 50%;
    /* Makes the image round */
    object-fit: cover;
    /* Ensures the image covers the circle without stretching */
    border: 2px solid #ccc;
    /* Optional: adds a border around the circle */
}

.location-name {
    font-size: 18px;
    /* Adjust text size */
    margin-top: 10px;
    /* Space between the image and the name */
    font-weight: 600;
    /* Bold text */
}

.locations-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Centers the content in the container */
    gap: 20px;
    /* Space between location cards */
}

.location-title {
    color: #000000;
    font-size: 35px;
    line-height: 44.8px;
    font-weight: 500;
}

.location-para {
    font-weight: 300;
    line-height: 22px;
    color: #102953;
}

.discount-heading {
    font-weight: 500;
    font-size: 35px;
    line-height: 44px;
    color: #000000;
}

.section-margin-top {
    margin-top: 100px;
}

.offer-image-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

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

.offer-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.offer-text {
    position: absolute;
    bottom: 20px;
    /* Adjust as needed */
    left: 20px;
    /* Adjust as needed */
    z-index: 2;
    color: white;
}


.offer-image-container {
    position: relative;
    width: 100%;
    height: auto;

    overflow: hidden;
}

.offer-heading {
    font-size: 24px;
    /* Adjust as needed */
    font-weight: bold;
    margin: 0;
}

.offer-amount {
    font-size: 20px;
    /* Adjust as needed */
    margin-top: 5px;
}

.text-content-offer {
    position: absolute;
    bottom: 0;
    left: 50px;
    transform: translateY(-50%);
    color: white;
    z-index: 2;
}

.text-content-offer h1 {

    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
}

.gradient-overlay-offer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.6) 0%,
            /* Darker black at the top */
            rgba(12, 12, 12, 0.7) 40%,
            /* Transition to a lighter shade */
            rgba(45, 45, 45, 0.4) 80%,
            /* Even lighter towards the bottom */
            rgba(255, 255, 255, 0) 100%
            /* Fully transparent at the bottom */
        );
    z-index: 1;
    pointer-events: none;
}


.swiper {
    width: 92%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;

}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;

}


/* Pagination styling */
.swiper-pagination {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    background: grey;
    opacity: 1;

}

.swiper-pagination-bullet-active {
    background: #102953 !important;
    width: 43px !important;
    height: 8px !important;
    border-radius: 100px !important;
    /* Active bullet color */
}

.custom-card {
    background-color: white;
    border-radius: 6px;
    border: 1px solid #00000033;
    box-shadow: 0px 8px 16px 0px #0000000A;

}

.custom-card-title {
    font-weight: 500;
    line-height: 22px;
    color: #102953;
    font-size: 16px;
}

.custom-card-img {
    display: block;
    width: 100%;
    border-radius: 6px;
}

.custom-card-para {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #102953;
    width: 100%;
}

.footer-bg-color {
    background-color: #102953;
}

.footer-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    color: #FFFFFF;

}

.footer-link {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    /* margin-top: 10px; */
    cursor: pointer;
}

.footer-link:hover {
    color: #F2A75C;
    text-decoration: none;
}

.footer-link-section {
    list-style: none;
    margin-top: 10px;
}

.footer-input-email {
    border: 1px solid #FFFFFF33;
    background: #FFFFFF2E;
    border-radius: 100px;
    padding: 10px 15px;
    width: 100%;
}

.footer-input-email::placeholder {
    color: white;
}

.footer-input-email:focus {
    outline: none;
}

.footer-input-button {
    background-color: #F2A75C;
    color: #FFFFFF;
    border-radius: 100px;
    /* padding: 20px 40px 20px 40px; */
    height: 40px;
    width: 166px;
    margin-top: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.social-media-section {
    cursor: pointer;
}



.footer-hr {
    border: 1px solid #FFFFFF80
}

.footer-copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFFCC;
}

.footer-span {
    color: #F2A75C;
    font-weight: 500;
    text-decoration: none;
}

.footer-span:hover {
    color: #F2A75C;
    text-decoration: none;
}

.fa-bars {
    color: #102953 !important;
}

.padding-20 {
    padding: 40px !important;
}

.back-btn {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #102953;

}

.cursor-pointer {
    cursor: pointer !important;
}

.project-name {
    font-family: 500;
    font-size: 35px;
    line-height: 44px;
    color: #000000;
}

.menu-text {
    font-size: 16px;
    color: #102953;
    line-height: 22px;
    font-weight: 300;
}

.menu-value {
    font-size: 16px;
    color: #102953;
    line-height: 22px;
    font-weight: 500;

}

.mySwiper4 {
    width: 96%;
}

.offer-header-section {
    box-shadow: 0px 4px 4px 0px #10295333;
    border: 0.5px solid #10295380;
    border-radius: 10px;
    background-color: white;
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}

.offer-check-details {
    font-size: 14px;
    color: #F2A75C !important;
    font-weight: 500;
    text-decoration: underline !important;
    margin-left: 5px;
}

.offer-body-section {
    border: 0.5px solid #10295380;
    box-shadow: 0px 4px 4px 0px #10295333;
    border-radius: 10px;
    background-color: white;

}

.offer-price-tag {
    color: #102953;
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
}

.offer-price {
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
    color: #62B24C;
    -webkit-text-stroke: 1px #669758;
    /* Adds border around text */
}



.offer-price-cross {
    margin-left: 20px;
    color: #102953CC;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}

.voucher-title {
    font-weight: 500;
    font-size: 25px;
    color: #102953;
    line-height: 38px;
}

.offer_li {
    font-weight: 400;
    color: #102953;
    line-height: 22px;
    font-size: 16px;
}

.offer-enquiry {
    border: 1px solid #F2A75C;
    background-color: #F2A75C0A;
    width: 100%;
    padding: 10px;
    color: #F2A75C;
    border-radius: 100px;
    font-family: 600;
    font-size: 16px;
    cursor: pointer;
}

.offer-booking-btn {
    border: 1px solid #F2A75C;
    background-color: #F2A75C;
    width: 100%;
    padding: 10px;
    color: white;
    border-radius: 100px;
    font-family: 600;
    font-size: 16px;
    cursor: pointer;
}

.nav-link-tab {
    color: #102953;
    border: none !important;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: transparent !important;
    font-weight: 400;
    line-height: 22px;
}

.nav-tabs .nav-link.active {
    color: #F2A75C;
}

.nav-link-tab:hover {
    color: #F2A75C;
}

#openChatboxBtn {
    display: none !important;
}

.heading-text {
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.sub-heading {
    color: #102953;
    font-size: 16px;
    line-height: 22px;
}

.text-value {
    font-weight: 500;
    line-height: 22px;
    font-size: 16px;
    color: #102953 !important;
    text-align: justify;
}

.boucher-pdf {
    cursor: pointer !important;
    height: 229px;
    border: 0.5px solid #000000;
    border-radius: 4px;
}

.boucher-name {
    color: #102953 !important;
    font-weight: 300;
    line-height: 18px;
    text-decoration: underline;
}

.similar-projects-heading {
    font-size: 35px;
}

.similar-projects-sub-heading {
    color: #102953;
    font-weight: 300;
    line-height: 22px;
}

.review-type {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #102953;
    margin-top: 10px;
}

.review-type-wrapper {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.star122 {
    color: #F2A75C !important;
    font-size: 20px;
}

.over-for_type{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    border-radius: 5px;
}

.review-comment{
    width: 100%;
    border: 1px solid #10295366;
    border-radius: 10px;
    font-weight: 300;
    padding: 15px;
}
.text-end{
    text-align: end;
}
.rating-title{
    font-weight: 500;
    color: #000000;
    /* font-size: 35px; */
}

.sticky-tab-container {
    position: -webkit-sticky;
    position: sticky;
    top: 164px;
    z-index: 2;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 4px;
    padding: 10px;
}

.border-none{
    border: none;
}

.cross-icon{
    color: #292D32 !important;
}

.search-bar-input{
    height: 50px !important;
    border: 1px solid #23212133 !important;
    border-radius: 100px !important;
    cursor: pointer !important;
}

.search-icon{
    color: #BEB7B7 !important;
}



/* Modal specific styling */
.search-modal-content {
    width: 482px; /* Set modal width to 482px */
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  
  .modal-body-login {
    padding: 10px;
    height: 300px; /* Default height */
    transition: height 0.3s ease; /* Smooth transition when height changes */
  }
  
  .search-bar-input {
    width: 300px;
    padding: 12px 40px 12px 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    outline: none;
  }
  
  .search-icon-input {
    position: absolute;
    right: 20px;
    top: 30%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #aaa;
  }
  
  .list-group {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    width: 100%;
    margin-top: 8px;
    max-height: 200px;
    overflow-y: auto;
  }
  
  .list-group-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #ddd;
  }
  
  .list-group-item:last-child {
    border-bottom: none;
  }
  
  .list-group-item:hover {
    background-color: #f1f1f1;
    cursor: pointer;
  }

  .text-end{
    text-align: end;
  }

  .search-title{
    color: #102953;
    font-weight: 400;
    line-height: 22px;
  }

  .search-type{
    color: #9C9C9C;
    font-weight: 400;
    line-height: 22px;
  }

  .item-search{
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
  }

  .item-search:hover{
    background-color: #1029531A;
  }

  .wish-list-li {
    display: none;
  }

  .show-offer-voucher{
    height: -webkit-fill-available;
    max-height: 140px;
    overflow-y: scroll;
    padding: 0px 18px 18px 18px;
  }
  .description-btn{
    cursor: pointer;
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    background-color: #F2A75C;
  }
  .width-auto{
    min-width: 130px !important;
    width: auto !important;
    padding: 5px;
  }

  .fixed-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    /* justify-content: space-between; */
    padding: 15px;
    background: white;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.fixed-buttons .btn {
    flex: 1;
    margin: 0 5px;
}
 
  
/* Mobile-specific styles */
@media (max-width: 768px) {

    .search-modal-content {
        width: 90%;
        margin: auto;
      }
    .sub-header {
        padding: 0;
        overflow-x: auto;
    }

    .logo-img {
        width: auto;
    }

    .sub-nav-warper {
        gap: 10px;

    }

    .sub-link {
        font-size: 18px;
        padding: 10px 15px;

    }


    .sub-link-mobile {
        width: 100%;
    }

    .sub-link-mobile a {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .sub-header {
        justify-content: start;
    }

    .jj {
        margin-left: -34px;
    }

    #navbarDropdown {
        font-size: 24px;
    }
    .padding-20{
        padding: 15px !important;
    }
    .fa-bookmark{
        right: 30px !important;
    }
    .overall-review{
        display: none !important;
    }
    .display-none{
        display: none !important;
    }
    .rating12{
        font-size: 22px !important;
    }
    .over-for_type{
        font-size: 18px;
    }
}