   body {
       font-family: Rubik, sans-serif;
       font-size: 16px;
       overflow-x: hidden;
   }
   
   h1,
   h2 {
       font-family: Spectral, serif;
       font-size: 46px;
   }
   
   .text {
       margin-left: 120px;
   }
   /************************************banner ******************************/
   /*******hover********************************************/
   
   .overlay-container {
       position: relative;
       overflow: hidden;
       border-radius: 1rem;
       cursor: pointer;
   }
   
   .overlay-container img {
       display: block;
       width: 100%;
       height: auto;
       border-radius: 1rem;
   }
   
   .overlay-content {
       position: absolute;
       bottom: 100%;
       left: 0;
       right: 0;
       background-color: #D4AF36;
       width: 100%;
       height: 0;
       transition: all 0.5s ease;
       display: flex;
       align-items: center;
       justify-content: center;
       border-radius: 1rem;
   }
   
   .overlay-container:hover .overlay-content {
       bottom: 0;
       height: 100%;
   }
   
   .overlay-text {
       color: white;
       font-size: 1.2rem;
       text-align: center;
       padding: 1rem;
   }
   /*******Recommended Projects********************************************/
   
   .option-section {
       height: 80vh;
       color: white;
       display: flex;
       align-items: center;
       justify-content: center;
       font-size: 3rem;
       font-weight: bold;
       position: relative;
       /* overflow: hidden; */
   }
   
   .option-section::before {
       content: "";
       position: absolute;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       background-size: cover;
       background-position: center;
       z-index: 1;
   }
   
   .option-text {
       z-index: 2;
   }
   /**************************Recommended Projects****************************/
   /* .image {
       display: block;
       width: 100%;
       height: auto;
   }
   
   .overlay {
       position: absolute;
       bottom: 100%;
       left: 0;
       right: 0;
       background-color: #D4AF36;
       overflow: hidden;
       width: 100%;
       height: 0;
       transition: .4s ease;
   }
   
   .container:hover .overlay {
       bottom: 0;
       height: 100%;
   }
   
   .text {
       color: white;
       font-size: 20px;
       position: absolute;
       top: 40%;
       left: 16%;
       -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
       text-align: center;
   }
   
   .bg-light {
       opacity: 1;
       border: #007bff;
   } */
   /******************************Recommended Projects***********************/
   /***********************************hover**************************/
   
   .layla-box {
       background-color: #D4AF36;
       position: relative;
       overflow: hidden;
   }
   
   .layla-box img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        transform: scale(1.25) translate3d(0, -30px, 0);
        transition: all 0.35s ease;
   }
   
   .layla-box .layla-caption {
       position: absolute;
       top: 0px;
       left: 0px;
       width: 100%;
       height: 100%;
   }
   
   .layla-box .layla-caption:before,
   .layla-box .layla-caption:after {
       position: absolute;
       content: '';
       opacity: 0;
       transition: all 0.35s ease;
       transition: opacity 0.35s, transform 0.35s;
   }
   
   .layla-box .layla-caption:before {
       transform: scale(0, 1);
       transform-origin: 0 0;
       border-top: 1px solid #FFFFFF;
       border-bottom: 1px solid #FFFFFF;
       top: 30px;
       bottom: 30px;
       left: 20px;
       right: 20px;
   }
   
   .layla-box .layla-caption:after {
       transform: scale(1, 0);
       transform-origin: 100% 0;
       border-left: 1px solid #FFFFFF;
       border-right: 1px solid #FFFFFF;
       top: 20px;
       bottom: 20px;
       left: 30px;
       right: 30px;
   }
   
   .layla-box .layla-caption .layla-title {
       position: absolute;
       top: 40%;
       left: 0%;
       width: 100%;
       height: auto;
       font-family: 'DM Serif Display', serif;
       font-weight: normal;
       font-size: 2rem;
       text-transform: uppercase;
       text-decoration: none;
       text-align: center;
       color: #FFFFFF;
       text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
       transform: translate3d(0, -30px, 0);
       transition: transform 0.35s;
       transition: opacity 0.35s, transform 0.35s;
   }
   
   .layla-box .layla-caption .layla-desc {
       position: absolute;
       bottom: 30%;
       left: 15%;
       width: 70%;
       height: auto;
       font-family: 'Montserrat', sans-serif;
       font-weight: normal;
       font-size: 0.9rem;
       text-transform: uppercase;
       text-decoration: none;
       text-align: center;
       letter-spacing: 1px;
       color: #FFFFFF;
       opacity: 0;
       transform: translate3d(0, -10px, 0);
       transition: opacity 0.35s, transform 0.35s;
   }
   
   .layla-box:hover img {
       opacity: 0.4;
       transition-delay: 0.15s;
       transform: scale(1.25) translate3d(0, 0, 0);
   }
   
   .layla-box:hover .layla-caption:before {
       opacity: 1;
       transform: scale(1);
   }
   
   .layla-box:hover .layla-caption:after {
       opacity: 1;
       transform: scale(1);
       transition-delay: 0.15s;
   }
   
   .layla-box:hover .layla-caption .layla-title {
       opacity: 1;
       transition-delay: 0.15s;
       transform: translate3d(0, 0, 0);
   }
   
   .layla-box:hover .layla-caption .layla-desc {
       opacity: 1;
       transition-delay: 0.15s;
       transform: translate3d(0, 0, 0);
   }
   /*************************************end***************************/
   
   .option-section {
       min-height: 450px;
       color: white;
       overflow: hidden;
   }
   
   .option-section::before {
       content: "";
       position: absolute;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       background-size: cover;
       background-position: center;
       background-repeat: no-repeat;
       z-index: 1;
       opacity: 1;
   }
   
   .buy-section::before {
       background-image: linear-gradient(#293B8E, rgba(0, 0, 0, 0.4)), url('../public/image/home/bye.webp');
       width: 100%;
   }
   
   .rent-section::before {
       background-image: linear-gradient(#D4AF36, rgba(0, 0, 0, 0.4)), url('../public/image/home/rent.webp');
       width: 100%;
   }
   /* Ensure text appears above the ::before pseudo-element */
   
   .option-section>.position-relative {
       position: relative;
       z-index: 2;
   }
   /******img rent************************/
   /*****************card***************************/
   
   .one {
       color: blue;
       width: 170px;
       margin-left: 42%;
   }
   
   .two {
       color: blue;
       width: 330px;
       margin-left: 38%;
   }
   /**************************app*******************************************/
   
   .download-section {
       padding: 3rem 1rem;
       /* margin-left: 8%; */
       background-color: #b6f3f3;
   }
   
   .btn-app {
       font-weight: 500;
       border-radius: 0.5rem;
       padding: 0.6rem 1.2rem;
       display: inline-flex;
       align-items: center;
       gap: 0.5rem;
   }
   
   .check-item {
       margin-bottom: 0.5rem;
   }
   
   .btn-app img {
       width: 20px;
   }
   
   .badge-downloads {
       position: absolute;
       bottom: 20px;
       left: 50%;
       transform: translateX(-50%);
       background-color: rgb(247, 239, 239);
       padding: 0.4rem 1rem;
       border-radius: 20px;
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
       font-weight: 500;
   }
   
   .mockup-img {
       max-width: 40%;
       border-radius: 1rem;
   }
   /***********************about us************************************/
   
   .abone {
       border: none;
       border-top: 4px solid #D4AF36;
       /* dark black line */
       margin: 2rem 0;
       width: 1020px;
   }
   
   .two {
       border: none;
       border-top: 4px solid #D4AF36;
       /* dark black line */
       margin: 2rem 0;
       width: 240px;
       margin-left: 41%;
   }
   /*************************noida********************/
   .filter-box {
    display: inline-block;
    width: 100%;
    padding-bottom: 25px;
}
.filter-box .dropdown {
    width: 14%;
}
.filter-box .dropdown button {
    width: 100%;
}
.filter-box .dropdown-toggle::after {
    position: absolute;
    right: 8px;
    top: 16px;
}
   .filter-section {
    /* max-height: 100vh; */
    /* overflow-y: auto; */
    /* border-right: 1px solid #ccc; */
    /* padding: 1rem; */
    /* width: 450px; */
    /* margin-top: 10%; */
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 15px 0;
}
   
   .bg-light {
       opacity: 1;
       background-color: rgb(255, 255, 255) !important;
       border: #007bff;
   }
   
   .form-switch .form-check-input {
       cursor: pointer;
   }
   
   .btn-toggle {
       white-space: nowrap;
       margin: 0.2rem;
   }
   /************************2****************************/
 
   
   .property-image {
       max-height: 200px;
       object-fit: cover;
       width: 100%;
   }
   
   .property-highlight {
       background-color: #e6f4ea;
       padding: 5px 10px;
       border-radius: 5px;
       display: inline-block;
       font-size: 0.9rem;
       color: #256029;
   }
   /***********************3**********************/
   
   .property-image {
       height: 100px;
       object-fit: cover;
       border-radius: 5px;
   }
   
   .highlight {
       background-color: #e6f4ff;
       color: #007bff;
       padding: 3px 6px;
       border-radius: 5px;
       font-size: 0.9rem;
   }
   
   .rating {
       color: green;
       font-weight: bold;
   }
   /************************4***************/
   
   .project-img {
       width: 100px;
       height: 100px;
       object-fit: cover;
       border-radius: 50%;
       border: 2px solid #ccc;
   }
   
   .project-card {
       text-align: center;
       padding: 1rem;
   }
   
   .section-title {
       display: flex;
       justify-content: space-between;
       align-items: center;
       margin-bottom: 1rem;
   }
   /****************************5******************/
   
   .locality-img {
       width: 90px;
       height: 90px;
       object-fit: cover;
       border-radius: 50%;
   }
   
   .locality-card {
       text-align: center;
       padding: 1rem;
   }
   
   .header-section {
       display: flex;
       justify-content: space-between;
       align-items: center;
       margin-bottom: 1rem;
   }
   
   .dropdown-toggle::after {
       margin-left: 0.5rem;
   }
   /*************************noida********************/
   
   .abthree {
       border: none;
       border-top: 4px solid #D4AF36;
       /* dark black line */
       margin: 2rem 0;
       width: 1080px;
       margin-left: 10%;
   }
   
   .abfor {
       border: none;
       border-top: 4px solid #D4AF36;
       /* dark black line */
       margin: 2rem 0;
       width: 1310px;
       margin-left: 1%;
   }
   /****************************text form*****************************/
   
   .info-icon {
       margin-right: 8px;
   }
   
   .section-title {
       font-weight: bold;
       font-size: 1.2rem;
       margin-bottom: 1rem;
   }
   
   .contact-card {
       border: 2px solid #2e4a87;
       border-radius: 8px;
       padding: 1.5rem;
   }
   
   .form-control {
       border-radius: 8px;
       margin-bottom: 10px;
   }
   
   .btn-primary {
       background-color: #2e4a87;
       border: none;
       border-radius: 8px;
   }
   
   .btn-primary:hover {
       background-color: #1e3565;
   }
   /****************************text form end*****************************/
   /********************************************Floor plans *****************************************/
   
   .form-range::-webkit-slider-thumb {
       background: #007bff;
   }
   
   .property-search {
       background: #f8f9fa;
       border-radius: 10px;
       padding: 1rem;
   }
   
   .nav-pills .nav-link.active {
       background-color: #0d6efd;
   }
   /********************************************Floor plans end *****************************************/
   /****************************************************Latest Propoties*************************************/
   
   .property-img {
       border-radius: 10px;
       object-fit: cover;
   }
   
   .property-card {
    border: 1px solid 1px solid #e3e3e3;
    padding: 35px;
    border-radius: 25px;
   }
   
   .why-box {
       border: 1px solid #3a56d0;
       border-radius: 10px;
       padding: 1rem;
   }
   
   .why-box i {
       color: #3a56d0;
       margin-right: 10px;
   }
   /*******************************************Latest Propoties****************************************/
   /*************************contact******************/
   
   .h1 {
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       color: white;
       background-color: rgba(0, 0, 0, 0.5);
       padding: 10px 20px;
       border-radius: 10px;
   }
   /*************************contact* end*****************/
   .property-signup-img {
    height: 100%;
    overflow: hidden;
    }
    .property-signup-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .property-customer figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #e3e3e3;
}
.property-box a {
    color: #002f6c;
}
.property-category-banner {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
}

.filter-card {
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
padding: 25px;
margin-top: 30px;
}

.filter-card h6 {
font-weight: 600;
color: #444;
margin-bottom: 10px;
}

.dropdown-toggle {
text-align: left;
border-radius: 8px;
}

.form-select, .form-range {
border-radius: 8px;
}

.dropdown-menu {
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.filter-btn {
width: 100%;
border-radius: 8px;
font-weight: 600;
}
.range-slider {
    width: 100%;
    position: relative;
    height: 15px;
    margin-top: 10px;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: none;
    z-index: 9;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #085ABC;
    cursor: pointer;
    -webkit-appearance: none;
    z-index: 9;
}

.range-line {
    position: absolute;
    height: 5px;
    background: #085ABC;
    top: 7px;
    border-radius: 5px;
}
.range-price span{
    font-size: 12px;
}
.range-slider::after{
    content: '';
    position: absolute;
    height: 5px;
    background: #8e8e8e;
    top: 7px;
    border-radius: 5px;
    width: 100%;
    z-index: -1;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
@media (max-width:1200px){
    
}
@media (max-width:992px){

}
@media (max-width:767px){
    .filter-box .dropdown {
        width: 48%;
    }

}