/* File Containing

1)index Page

2)pages folder
  2.1)Apartment,individual Houses,plot and land ,farm land,new launch,ongoing(same as new launch)

3)Locality Folder
  3.1)Apartment,houses,plot and land,farm land 
4)Terms And condition 

5)Popup Form for builder

6) At End Mobile responsive coding */


/* Default Items */

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    /* --primary-color: rgb(12, 12, 133); */
    --primary-color: #001B94;
    --secondary-color: white;
    --yellow: #ffff3c;
    --more-dark-color: #2c3e50;
    --dark-color: #2b2d42;
    --light-color: #f8f9fa;
    --text-color: #495057;
    --success-color: #4caf50;
    --testimonial-light-bg: #f8f9fa;
    --testimonial-dark-text: #2c3e50;
    --testimonial-light-text: #7f8c8d;
    --testimonial-gradient: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 100%);
    --background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232));
    --radius: 8px;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    --transition: all 0.2s ease;
}

/* h1{
    font-size: 26px;
}

h2{
    font-size: 24px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
} */

p {
    font-size: 17.5px !important;
    line-height: 1.6;
    color: var(--text-color);
}



* {
    font-family: "Fira Sans", sans-serif;
}

.blue-color-text {
    color: var(--primary-color);
}

.text-yellow {
    color: var(--yellow);
}

.bg-blue {
    background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232));
}

.bg-footer {
    background-color: var(--primary-color);
}

.bg-yellow {
    background-color: var(--secondary-color);
}

.border-yellow {
    border: 1px solid var(--secondary-color);
}

.border-blue {
    border: 1px solid var(--primary-color);
}

.border-bottom {
    border-bottom: 2px solid var(--primary-color) !important;
}

/* Default Items End */

/* ====================================================== Navbar & Fab Button Starts ================================================= */
.navbar-main,
.navbar-scroll {
    /* background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232)); */
    background-color: #001B94;
    z-index: 99;
}

.navbar-scroll {
    position: fixed;
    top: -101px;
    left: 0;
    right: 0;
    transform: translateY(0);
    transition: transform 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-scroll.visible {
    transform: translateY(100px);
}

.nav-link {
    color: var(--secondary-color);
    font-size: 1.1rem;
}

.user-icon-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.user-icon-mobile:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.user-icon-mobile i {
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.user-icon-desktop {
    color: var(--secondary-color);
    font-size: 1.75rem;
    transition: all 0.3s ease;
}

.user-icon-desktop:hover {
    opacity: 0.8;
}

.list-property,
.list-property-home {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.list-property:hover,
.list-property-home:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.fab-btn {
    position: fixed;
    top: 90%;
    left: 95%;
    z-index: 9999999;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 10px 15px;
    border-radius: 50%;
    display: none;
    /* Hide initially */
}

/* Navbar & Fab Button Ends */

/* Footer Section */

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white !important;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.instagram {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}

.facebook {
    background-color: #1877F2;
}

.whatsapp {
    background-color: #25D366;
}

.youtube {
    background-color: #FF0000;
}

.twitter {
    background-color: #1DA1F2;
}

.likedin {
    background-color: #0077B5;
}

.footer-line {
    background-color: var(--secondary-color);
    width: 40%;
    height: 1px;
}

.footer-item-1 p {
    line-height: 15px;
}

.get-in-touch p {
    line-height: 20px;
}

/* Footer Section End */

/* =============================================================== Home Page =========================================================== */

/* Banner */

.home-banner-con-laptop,
.home-banner-con-for-mobile {
    background: linear-gradient(rgba(23, 28, 43, 0.5), rgba(0, 0, 0, 0.5)), url("../img/img-1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-content {
    padding: 3rem;
    position: relative;
    border-radius: 30px;
}

.banner-row {
    height: 70vh;
}

.banner-coloum {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content h2 {
    font-size: 2.3rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.banner-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: var(--secondary-color);
}

.colorful {
    border-radius: 20px;
    padding: 2rem;
}

.colorful-new-launch {

    border-radius: 20px;
    padding: 1rem;
}

.colorful-new-launch {
    padding: 1rem !important;
    border-radius: 20px;
}

.search-row {
    display: flex;
    margin-bottom: 15px;
}

.search-input {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #ddd;
    font-size: 1rem;
    width: 230px;

}

.search-input.property-type {
    background: white url('https://cdn-icons-png.flaticon.com/512/609/609803.png') no-repeat 95% center;
    background-size: 20px;
}

.search-input.locality {
    background: white url('https://cdn-icons-png.flaticon.com/512/1491/1491248.png') no-repeat 95% center;
    background-size: 20px;
}

.search-input.bedroom {
    background: white url('https://cdn-icons-png.flaticon.com/512/1598/1598148.png') no-repeat 95% center;
    background-size: 20px;
}

.search-btn {
    padding: 12px 20px;
    background: rgb(12, 12, 133);
    color: var(--secondary-color);
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.search-btn:hover {
    background: rgb(12, 12, 133);
}

.home-banner-con-for-mobile {
    display: none;
}

.cross-icon {
    color: var(--secondary-color) !important;
    background-color: transparent;
    border: none !important;
}

/* 1st Carousel Top */

.section-header {
    text-align: center;
}

.home-carousel-top-item img {
    height: 600px;
    width: 100% !important;
}

.home-carousel-top-con {
    width: 100% !important;
    border-radius: 20px !important;
}

.home-carousel-top {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 20px !important;
}

.home-carousel-top-inner {
    border-radius: 20px !important;
    background-color: rgba(6, 41, 93, 0.5);

}

/* .home-carousel-top-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(57, 56, 62, 0.1);
    z-index: 1;
} */


.home-carousel-top-caption {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
    position: absolute;
    z-index: 2;
}

/* Elite Carousel */



.properties-swiper {
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}

.card-bodys h5 {
    height: 40px;
}

/* For All Heading  */

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

.properties-swiper .swiper-pagination {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ccc;
    opacity: 1;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.properties-swiper .card {
    margin: 0 8px;
    height: 100%;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    object-fit: cover;
}

.elite-carousel-btn {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.enquiry-btn {
    background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232));
    font-size: 15px;
}

.enquiry-btn:hover {
    background-color: var(--primary-color);
}

/* Featured Project Section Starts */
.featured-project-main-con {
    width: 100% !important;
}

.featured-btn {
    display: none;
}

.featured-projects {
    background-color: #f8f9fa;
}

.section-header h1 {
    position: relative;
    padding-bottom: 15px;
}

.project-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.project-image {
    overflow: hidden;
}

.project-overlay {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 40%;
    color: black;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.project-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.project-card:hover .project-hover-content {
    opacity: 1;
}

.btn-light {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.btn-light:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

/* Featured Project Section Ends */

/* Top Apatrment and top Plots section starts */
.card {
    transition: all 0.3s ease;
}

.view-more-btn {
    opacity: 0;
    visibility:visible;
    transition: all 0.3s ease;
    position: absolute;
    color: var(--secondary-color) !important;
    bottom: 5%;
    left: 70%;
    right: 0;
    text-align: center;
    padding: 0 1.5rem;
}

.swiper-card:hover .view-more-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
    z-index: 99;
}

.view-more-btn-budget {
    opacity: 0;
    visibility:visible;
    transition: all 0.3s ease;
    position: absolute;
    color: var(--secondary-color) !important;
    bottom: 5%;
    left: 80%;
    right: 0;
    text-align: center;
    padding: 0 1.5rem;
}

.swiper-card:hover .view-more-btn-budget {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
    z-index: 99;
}

.card-body {
    transition: padding-bottom 0.3s ease;
}

.rupees{
    font-size: 15px;
}

.equal-sizing{
    margin-top: 50px;
}

.swiper-prev {
    left: 0;
}

.swiper-next {
    right: 0;
}

.swiper-slide {
    padding: 10px;
}

.swiper-card {
    height: 100%;
    transition: transform 0.3s ease;
}

.swiper-slide:hover .swiper-card {
    transform: translateY(-5px);
}

/* Top Apatrment and top Plots section Ends */

/* Trending Localities Starts */

.swiper-carousel-container {
    position: relative;
    width: 100%;
    /* padding: 0 50px; */
    margin: 10px 0;
}

/* Navigation buttons */
.swiper-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    color: var(--primary-color);
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.swiper-nav-btn:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.swiper-card {
    border-radius: 12px !important;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.swiper-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-5px);
}

.property-img-container {
    height: 220px;
    overflow: hidden;
}

.property-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.swiper-card:hover .property-img {
    transform: scale(1.05);
}

.locality-card-body {
    padding: 1.5rem;
}

.trending-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 2;
}

.blue-color-text {
    color: var(--primary-color);
    position: relative;
    display: inline-block;
}

.btn-explore {
    background: var(--primary-color);
    border: none;
    color: var(--secondary-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-explore:hover {
    background: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 76, 232, 0.3);
}

.price-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: var(--secondary-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 2;
}

/* Trending Localities Ends */

/* Articles section starts */
.articles-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #f8f9fa 100%);
    padding: 17px 0;
}

.category-nav {
    margin-bottom: 30px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
}

.category-nav .nav-link {
    color: var(--primary-color) !important;
    font-weight: 500;
    padding: 5px 15px;
    font-size: 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

.category-nav .nav-link.active,
.category-nav .nav-link:hover {
    color: white !important;
    background: var(--primary-color);
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.swiper {
    width: 100%;
}

.article-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.article-img-container {
    height: 200px;
    overflow: hidden;
}

.article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

.article-date {
    color: #7f8c8d;
    font-size: 0.85rem;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.2rem;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background: #bdc3c7;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

/* Articals Ends */

/* Testimonial Starts */
.testimonial-section {
    background-color: var(--testimonial-light-bg);
    color: var(--testimonial-dark-text);
}

.testimonial-section {
    padding: 0rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(108, 99, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
    animation: testimonial-float 6s ease-in-out infinite;
}

.testimonial-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 183, 77, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
    animation: testimonial-float 8s ease-in-out infinite;
}

@keyframes testimonial-float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-10px, -10px) rotate(2deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.testimonial-section-header {
    position: relative;
    z-index: 1;
    margin-bottom: 4rem;
}

.testimonial-section-header h2 {
    font-weight: 700;
    font-size: 2.5rem;
    color: var(--primary-color);
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}


.testimonial-section-header p {
    color: var(--testimonial-light-text);
    font-size: 1.15rem;
    max-width: 700px;
    margin: 1.5rem auto 0;
    line-height: 1.7;
}

.testimonial-swiper {
    position: relative;
    z-index: 1;
    padding: 0 40px;
}

.testimonial-card {
    background: var(--secondary-color);
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    border: none;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.testimonial-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.15);
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 6rem;
    color: rgba(108, 99, 255, 0.05);
    line-height: 1;
    font-weight: 700;
}

.testimonial-card-body {
    padding: 3rem;
    position: relative;
    z-index: 1;
}

.testimonial-client-info {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.testimonial-client-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--secondary-color);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin-right: 1.5rem;
    transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-client-img {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-client-name {
    font-weight: 700;
    color: var(--testimonial-dark-text);
    margin-bottom: 0.3rem;
    font-size: 1.25rem;
}

.testimonial-client-title {
    color: var(--primary-color);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.testimonial-text {
    font-style: italic;
    color: #555;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
}

.testimonial-rating {
    color: var(--testimonial-accent-color);
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.testimonial-read-more {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.testimonial-read-more::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--testimonial-gradient);
    transition: width 0.3s ease;
}

.testimonial-read-more:hover {
    color: var(--primary-color);
}

.testimonial-read-more:hover::before {
    width: 100%;
}

.testimonial-read-more i {
    margin-left: 8px;
    transition: all 0.3s ease;
}

.testimonial-read-more:hover i {
    transform: translateX(5px);
}

.testimonial-swiper-pagination {
    position: relative;
    margin-top: 3rem;
}

.testimonial-swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #ddd;
    opacity: 1;
    transition: all 0.3s ease;
}

.testimonial-swiper-pagination-bullet-active {
    background: var(--testimonial-gradient);
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(108, 99, 255, 0.3);
}

.testimonial-swiper-button-next,
.testimonial-swiper-button-prev {
    width: 60px;
    height: 60px;
    background: var(--secondary-color);
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: var(--primary-color);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: 45%;
}

.testimonial-swiper-button-next::after,
.testimonial-swiper-button-prev::after {
    font-size: 1.5rem;
    font-weight: bold;
}

.testimonial-floating-shape {
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    animation: testimonial-float 10s ease-in-out infinite;
}

.testimonial-shape-1 {
    top: 10%;
    left: 5%;
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.testimonial-shape-2 {
    bottom: 15%;
    right: 8%;
    width: 150px;
    height: 150px;
    background: var(--testimonial-accent-color);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation-delay: 2s;
}

.testimonial-shape-3 {
    top: 30%;
    right: 10%;
    width: 80px;
    height: 80px;
    background: var(--testimonial-secondary-color);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    animation-delay: 4s;
}

.bed-icon{
    font-size: 12px !important;
}

/* Testimonial Ends */
/* =============================================================== Home Page Ends =========================================================== */

/* =============================================================== pages (apartment,houses,plot,farmland) starts =========================================================== */

/* Search section Starts */

.mobile-form-container {
    display: none;
}

.for-laptop {
    width: 200px;
}

.search-form-container {
    transition: all 0.3s ease;
    max-height: 0;
    overflow: hidden;
    background: var(--secondary-color);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.search-form-container.active {
    max-height: 500px;
    padding: 15px;
    margin-bottom: 15px;
}

.details-page-search-con {
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    width: 85%;
    margin: 0 auto;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.details-page-search-con {
    animation: fadeIn 0.6s ease-out forwards;
}

.details-page-search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.select-container {
    position: relative;
    flex: 1 1 200px;
}

.select-container::after {
    content: attr(data-label);
    position: absolute;
    top: -8px;
    left: 16px;
    font-size: 12px;
    color: var(--primary-color);
    background: var(--secondary-color);
    padding: 0 6px;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.select-container:focus-within::after {
    opacity: 1;
    transform: translateY(0);
}

select:disabled {
    background-color: #eee;
    color: #888;
    cursor: not-allowed;
}

.details-page-search-input,
.search-select {
    flex: 1 1 200px;
    padding: 12px 24px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #f8f9fa;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    appearance: inline-block;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.search-select {
    color: #333;
    font-weight: 500;
}

.search-select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
    background-color: var(--secondary-color);
}

.details-page-filter-btn {
    padding: 11px 24px;
    background: var(--secondary-color);
    color: var(--primary-color);
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.details-page-filter-btn:hover {
    background: #f8f9fe;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-color: var(--primary-color);
}

.desktop-search {
    z-index: 9998 !important;
    /* top: 10px; */
}

/* Filter Section */
.filter-modal .modal-dialog {
    max-width: 650px;
}

.filter {
    z-index: 9999;
}

.filter-modal .modal-content {
    border-radius: 16px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.filter-modal .modal-header {
    background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232));

    color: var(--secondary-color);
    padding: 1.5rem;
    border-bottom: none;
}

.filter-modal .modal-title {
    font-weight: 600;
    font-size: 1.5rem;
}

.filter-modal .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

.filter-modal .modal-body {
    padding: 1.5rem;
    max-height: 70vh;
    overflow-y: auto;
}

.filter-modal h5 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 8px;
}

.filter-modal h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232));

}

.filter-section {
    margin-bottom: 1.5rem;
    background: var(--secondary-color);
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.filter-option {
    position: relative;
}

.filter-option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.filter-option label {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 8px;
    background: rgb(228, 225, 225);
    color: var(--text-dark);
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid var(--border-color);
    font-size: 0.95rem;
}

.filter-option input:checked+label {
    background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232));

    color: var(--secondary-color);
    border-color: var(--primary-color);
    box-shadow: 0 3px 10px rgba(67, 97, 238, 0.2);
}

.filter-option input:focus+label {
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.3);
}

.filter-option:hover label {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.filter-modal .form-select {
    border-radius: 8px;
    padding: 12px 16px;
    border: 1px solid var(--dark-color);
    box-shadow: none;
}

.filter-modal .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
}

.filter-modal .modal-footer {
    border-top: 1px solid var(--border-color);
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
}

.filter-modal .btn {
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.filter-modal .btn-secondary {
    background: #f1f3f5;
    color: var(--text-dark);
    border: 1px solid var(--border-color);
}

.filter-modal .btn-secondary:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.filter-modal .btn-primary {
    background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232));

    border: none;
    box-shadow: 0 4px 12px rgba(67, 97, 238, 0.25);
}

.filter-modal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(67, 97, 238, 0.35);
}

.filter-modal .modal-body::-webkit-scrollbar {
    width: 6px;
}

.filter-modal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.filter-modal .modal-body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 3px;
}

.container-width {
    width: 85%;
}

/* Listing project Section */
.project-flex-div-1 {
    width: 75%;
}

.main-content-area {
    background: var(--secondary-color);
    border-radius: var(--radius);
    overflow: hidden;
    margin-top: 15px !important;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.main-content-area:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.property-card {
    flex: 0 0 350px;
    position: relative;
}

.property-card img {
    width: 100%;
    height: 100px !important;
    min-height: 270px;
    object-fit: cover;
    transition: var(--transition);
}

.btn-like {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
}

.btn-like:hover {
    transform: scale(1.1);
}


.btn-like.active .like-icon {
    color: #dc3545;
}

.sidebar-area {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    flex: 1;
}

.sidebar-area h3 {
    color: var(--dark-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    line-height: 1.3;
}

.property-detail {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.9rem;
}

.detail-icon {
    color: var(--primary-color);
    /* margin-right: 12px; */
    margin-top: 3px;
    font-size: 0.9rem;
    width: 16px;
}

.detail-text,
.price-text {
    font-size: 0.89rem !important;
    line-height: 1.4 !important;
}

.detail-text {
    color: var(--dark-color);
    font-size: 0.95rem;
    flex: 1;
}

.project-about-para p {
    height: 20px !important;
    overflow: hidden;
}

.project-view-more-btn {
    background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232));
    color: var(--secondary-color);
}

.project-view-more-btn:hover {
    background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232));
    color: var(--secondary-color);
}

.project-flex-div-2 {
    width: 25%;
}

.top-search-con {
    margin-top: 15px;
}

.search-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    color: #2b2d42;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.2s ease;
    border: 1px solid #e9ecef;
    margin-bottom: 0.5rem;
}

.search-tag:hover {
    background-color: #e9f0ff;
    color: #0c0c85;
    border-color: #c6d4ff;
    transform: translateY(-2px);
}

.locality-list li {
    margin-bottom: 0.7rem;
    position: relative;
    padding-left: 1.25rem;
}

.locality-list li:before {
    content: "•";
    color: #0c0c85;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.locality-list a {
    color: #495057;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 1rem;
}

.locality-list a:hover {
    color: #0c0c85;
    text-decoration: underline;
}

.current-page {
    border-bottom: 2px solid white !important;
}



/* =============================================================== pages (apartment,houses,plot,farmland) Ends =========================================================== */

/*================================================================== New Launch Page =================================================== */

.article-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    border: none;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.article-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.article-card-body {
    padding: 1.5rem;
}

.article-card-category {
    display: inline-block;
    background-color: var(--light-color);
    color: var(--primary-color);
    padding: 0.25rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.article-card-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: var(--dark-color);
}

.article-card-excerpt {
    color: var(--text-color);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.article-card-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #64748b;
}

.article-card-author {
    margin-right: 1rem;
    font-weight: 500;
}

.read-more-btn {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border: 1px solid #001B94;
    color: #001B94;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s;
    /* margin-top: 1rem; */
}

.read-more-btn:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

/*================================================================== New Launch Page End =================================================== */

/* =================================================================== Project Detail Page =================================================== */

/* Contact btn for mobile view */
.contact-container {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 93%;
    z-index: 9990 !important;
    display: none;
}

/* top mobile gallery */
.main-image {
    transition: transform 0.3s ease;
}

.main-image:hover {
    transform: scale(1.01);
}

.banner-btn-1 {
    background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232));
    color: var(--secondary-color);
    height: 50px;
}

.banner-btn-1:hover {
    background: linear-gradient(to right, rgb(12, 12, 133) 0%, rgb(76, 76, 232));
    color: var(--secondary-color);
}

.flat-details-main-con {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 1px 1px 8px rgb(210, 208, 208);
}

.flat-detail-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.flat-detail-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.flat-details-icon {
    /* background-color: var(--primary-color); */
    border: 2px solid var(--primary-color);
}

.flat-details-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.nav-main-con {
    width: 100%;
    height: auto;
}

.flex-div-1 {
    width: 60%;
}

.nav-ul-con {
    height: 60px;
    background-color: var(--secondary-color);
    position: sticky;
    top: 0;
    margin-left: 15px;
    z-index: 999;
}

.nav-ul-con a {
    padding: 1.5%;
}

.nav-ul-con a:hover {
    background-color: rgb(226, 231, 238) !important;
    border-bottom: 3px solid var(--primary-color) !important;
    border-top: none !important;
}

.nav-text {
    font-size: 0.9rem;
    text-align: center;
}

.about-section {
    background-color: #f8f9fa;
    padding: 4rem 1rem;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--secondary-color);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-container:hover {
    transform: translateY(-9px);
    box-shadow: var(--hard-shadow);
}

.nav-ul-con a.active {
    color: #0066cc;
    font-weight: bold;
}

.about-header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
}

.about-title {
    font-size: 2.2rem;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 1rem;
}

.title-decoration {
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    margin: 0 auto;
    border-radius: 2px;
    margin: 0 auto 1rem;

}

.about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
}

.pricing-section {
    background-color: #f8f9fa;
    padding: 0rem 1rem;

}

.pricing-container:hover {
    transform: translateY(-9px);
    box-shadow: var(--hard-shadow);
}

.pricing-container {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--secondary-color);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.pricing-header {
    padding: 2rem 2rem 1rem;
    text-align: center;
}

.pricing-title {
    font-size: 2.2rem;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 1rem;
}

.table-responsive {
    overflow-x: auto;
    padding: 0 1.5rem;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.pricing-table th {
    background-color: #f1f8fe;
    color: #2c3e50;
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    border-bottom: 2px solid #e1e5e9;
}

.pricing-table td {
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #e1e5e9;
    color: #555;
}

.pricing-table tr:last-child td {
    border-bottom: none;
}

.pricing-table tr:hover {
    background-color: #f8fafc;
}

.table-btn:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.close-btn:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.pricing-footer {
    padding: 1.5rem;
    text-align: center;
    border-top: 1px solid #f1f1f1;
}

.availability {
    color: #7f8c8d;
    font-style: italic;
    margin: 0;
}

.amenity-section {
    background-color: #f8f9fa;
    padding: 4rem 1rem;
}

.amenity-container {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--secondary-color);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.amenities-text {
    font-size: 14px;
}

.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    transition: all 0.3s ease-in-out;
}

.reasons-section {
    padding: 3rem 1rem;
    background-color: #f8f9fa;
}

.reasons-container {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--secondary-color);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 3rem;
}

.section-title-reason {
    font-size: 2.2rem;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    color: #7f8c8d;
    font-size: 1.1rem;
}

.reasons-grid {
    display: flex;
    justify-content: center;
}

.reason-card {
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.reason-content {
    flex: 1;
}

.reason-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.reason-item:last-child {
    border-bottom: none;
}

.reason-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.reason-title {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.reason-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.advantage-section {
    padding: 1rem 1rem;
    background-color: #f8f9fa;
}

.advantage-container {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--secondary-color);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 3rem;
}

.builder-section {
    background-color: #f8f9fa;
    padding: 3rem 1rem;
}

.builder-container {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--secondary-color);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 3rem;
}

.map {
    height: 500px;
}

.map-container {
    max-width: 1200px;
    /* margin: 0 auto; */
    background: var(--secondary-color);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.map-container:hover {
    transform: translateY(-9px);
    box-shadow: var(--hard-shadow);
}

.my-carousel-row {
    overflow: hidden !important;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0px 0;
    overflow-x: hidden;
    position: relative;
    overflow-y: hidden;
}

.card-img-top {
    object-fit: cover;
}

.view-detail-btn:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);

}

.swiper-button-prev-1,
.swiper-button-next-1 {
    color: var(--secondary-color);
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    /* background-color: rgb(243, 244, 246); */
    font-size: 20px;
}

.swiper-button-prev-1 {
    left: 10px;
}

.swiper-button-next-1 {
    right: 10px;
}

/* Right side div */
.flex-div-2 {
    width: 35%;
}

.help-section {
    background-color: #ffffff;
    padding: 2rem 1rem;
}

.help-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.help-title {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.contact-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}

.contact-card {
    background: var(--secondary-color);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 400px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.contact-card:hover .contact-icon svg {
    color: var(--secondary-color);
    transition: color 0.3s ease;
}

.contact-card:hover .contact-icon i {
    color: var(--secondary-color);
    transition: color 0.3s ease;
}

.contact-card:hover .contact-icon {
    background-color: var(--primary-color);

    transition: color 0.3s ease;

}

.contact-icon {
    background-color: #f1f8fe;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.contact-icon svg {
    width: 28px;
    height: 28px;
    color: var(--primary-color);
}

.contact-content {
    text-align: left;
}

.contact-content h3 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.contact-content p {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.contact-btn {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.whatsapp-card {
    border: 1px solid #25D366;
}

.whatsapp-card .contact-icon svg {
    color: var(--primary-color);
}

.whatsapp-card .contact-icon i {
    color: var(--primary-color);
}

.contact-content {
    text-align: left;
}

.contact-content h3 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.contact-content p {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-bottom: 1rem;
}



.font-small {
    font-size: 13.5px !important;
}

/* ============================================== Ad Detail Page ===================================================================*/
.property-detail-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.property-detail-item i {
    width: 24px;
    text-align: center;
    margin-right: 12px;
    opacity: 0.8;
}

.overview-item p {
    font-size: 12px;
}

.overview-item h6 {
    font-size: 13px;
}


/* ===================================================================Submission Page =================================================== */
.submission_body {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px;
}

.support-container {
    max-width: 650px;
    margin: 0 auto;
    perspective: 1000px;
    width: 100%;
}

.support-box {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.support-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.support-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color-light) 100%);
}

.back-arrow {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.3rem;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.back-arrow:hover {
    transform: translateX(-5px);
    color: var(--secondary);
}

.support-icon {
    font-size: 60px;
    margin-bottom: 20px;
    color: var(--primary-color);
    position: relative;
    display: inline-block;
}

.support-icon::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(67, 97, 238, 0.1);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.submission-h4 {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.support-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.support-phone {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin: 25px 0;
    display: inline-flex;
    align-items: center;
    background: rgba(56, 176, 0, 0.1);
    padding: 12px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.support-phone:hover {
    transform: scale(1.03);
    background: rgba(56, 176, 0, 0.15);
}

.support-phone i {
    color: var(--success-color);
    margin-right: 10px;
    font-size: 1.3rem;
}

.btn-call {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 100%);
    border: none;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50px;
    color: white;
    box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}

.btn-call:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(67, 97, 238, 0.4);
    color: white;
}

.btn-call i {
    margin-right: 8px;
    font-size: 1.1rem;
}

.response-time {
    display: inline-block;
    background: rgba(67, 97, 238, 0.1);
    color: var(--primary-color);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 20px;
}

.response-time i {
    margin-right: 5px;
}

/*==================================================== Terms And Condition Page============================================================== */

.terms_condition_body {
    line-height: 1.7;
    color: #444;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
}

.terms-container {
    background: white;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.terms-header {
    background: var(--more-dark-color);
    color: white;
    padding: 25px 30px;
    border-bottom: 4px solid var(--primary-color);
}

.terms-header h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.terms-header p.subtitle {
    margin: 10px 0 0;
    font-size: 16px;
    opacity: 0.9;
}

.terms-content {
    padding: 30px;
}

.notice-box {
    background-color: var(--light-color);
    border-left: 4px solid var(--success-color);
    padding: 15px 20px;
    margin: 0 0 30px;
    font-size: 15px;
}

.terms_condition_heading {
    color: var(--more-dark-color);
    font-size: 22px;
    margin: 35px 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--light-color);
}

.terms_condition_para,
.terms_condition_listing {
    font-size: 15px;
    margin-bottom: 12px;
}

.terms_condition_ol {
    padding-left: 20px;
}

.terms_condition_listing {
    margin-bottom: 8px;
}

.highlight {
    background-color: var(--light-color);
    padding: 15px 20px;
    border-radius: 6px;
    margin: 20px 0;
    border-left: 3px solid var(--primary-color);
}

.last-updated {
    text-align: right;
    font-style: italic;
    color: #777;
    margin-top: 40px;
    padding-top: 20px;
}

/*====================================================== About US Page ======================================================================== */

.hero-section {
    position: relative;
    height: 70vh;
    min-height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url('../img/about-img-2.webp');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.hero-content {
    max-width: 700px;
    color: white;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.about-banner-btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--secondary-color);
}

.about-banner-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

.btn-outline-light {
    border-width: 2px;
}

.btn-outline-light:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}

.btns {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #001B94, #2ecc71);
}

.about-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.about-btn:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: white;
}

.services-section {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    overflow: hidden;
}

.service-card {
    background: white;
    border-radius: 16px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-card .card-body {
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.service-card :hover .service-icon-bg {
    transform: rotate(0deg);
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.15) 0%, rgba(46, 204, 113, 0.15) 100%);
}

.service-card:hover .service-arrow {
    opacity: 1;
    transform: translateX(0);
}

.service-card:hover .service-hover-bg {
    opacity: 1;
}

.service-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.service-icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(46, 204, 113, 0.1) 100%);
    border-radius: 20px;
    transform: rotate(45deg);
    transition: all 0.4s ease;
}

.service-icon {
    font-size: 36px;
    color: #001B94;
    position: relative;
    line-height: 80px;
}

.service-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.service-text {
    color: #7f8c8d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.03) 0%, rgba(46, 204, 113, 0.03) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 1;
}

.tick-icon {
    color: #001B94;
}

.marquee-main-con {
    background: rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}



.section-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.logo-marquee-wrapper {
    padding: 2rem 0;
}

.logo-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.logo-marquee {
    display: flex;
    align-items: center;
    width: fit-content;
    animation: marquee 40s linear infinite;
}

.marquee-item {
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.marquee-logo {
    height: 60px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    filter: grayscale(30%) brightness(1.1);
    transition: all 0.4s ease;
    opacity: 0.8;
}

.marquee-item:hover .marquee-logo {
    filter: grayscale(0%) brightness(1.2);
    transform: scale(1.1);
    opacity: 1;
}

.marquee-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 2;
    pointer-events: none;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.customer-service-img-con {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url("../img/about-bg-img-2.jpg");
    width: 100%;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.customer-service-row {
    height: 70vh;
}

.customer-service-col {
    height: 100%;
}

.feature-item h5 {
    color: #2c3e50;
    font-weight: 600;
}

.text-clr {
    color: #3498db;
}

.features-section {
    background: #f9fbfd;
    position: relative;
    overflow: hidden;
}

.feature-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-card {
    background: white;
    border-radius: 12px;
    padding: 30px 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.feature-card:hover .feature-icon-bg {
    opacity: 0.15;
    transform: scale(1.1);
}

.feature-card:hover .feature-wave {
    transform: scaleX(1);
}

.feature-icon-container {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    position: relative;
}

.feature-icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #001B94, #2ecc71);
    border-radius: 50%;
    opacity: 0.1;
    transform: scale(1);
    transition: all 0.4s ease;
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.feature-icon {
    font-size: 32px;
    color: #001B94;
    position: relative;
    line-height: 80px;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.feature-description {
    color: #7f8c8d;
    font-size: 0.95rem;
    line-height: 1.6;
}

.feature-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #001B94, #2ecc71);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.about-div {
    margin-top: 5%;
    margin-bottom: 5%;

}

.dedicated-para {
    width: 50%;
}

/*=================================================================== Contact Us ======================================================= */

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
}

.lead {
    color: #6c757d;
    font-weight: 300;
}

.contact-section {
    background-color: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 64, 128, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 64, 128, 0.15);
}

.form-group {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.form-group:nth-child(1) {
    animation-delay: 0.1s;
}

.form-group:nth-child(2) {
    animation-delay: 0.2s;
}

.form-group:nth-child(3) {
    animation-delay: 0.3s;
}

.form-group:nth-child(4) {
    animation-delay: 0.4s;
}

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

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

.send-message-btn {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--primary-color);
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 12px;
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, var(--primary-color), var(--primary-color));
    background-size: 200% auto;
    border: none;
}

.send-message-btn:hover {
    color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(67, 97, 238, 0.4);
    background-position: right center;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(67, 97, 238, 0.05);
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    background-color: rgba(67, 97, 238, 0.1);
    transform: translateX(5px);
}

.contact-info-icon {
    font-size: 24px;
    color: var(--primary-color);
    margin-right: 15px;
    min-width: 40px;
    text-align: center;
}

.contact-info-text h5 {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.map-responsive iframe {
    height: 250px;
    width: 100%;
    border-radius: 10px;
}

.form-control,
.btn {
    border-radius: 10px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(67, 97, 238, 0.15);
}

.thank_u_modal {
    background-color: white !important;
    border: none !important;
}

.thank_u_popup_inner {
    background-color: transparent !important;
}



.thank_u_modal {
    background: white;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.thank_u_modal:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.thank-modal-header {
    border: none !important;
}

.shape {
    position: absolute;
    opacity: 0.1;
    border-radius: 50%;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: var(--primary-color);
    top: -100px;
    right: -100px;
}

.shape-2 {
    width: 200px;
    height: 200px;
    background: var(--accent-color);
    bottom: -50px;
    left: -50px;
}

/*============================================================ Commercial Property ================================================= */
.checkbox input {
    font-size: 12px;
}







/* =================================================================Media Query ========================================================= */

@media (max-width: 576px) {

    /* Basic setting */
    h1 {
        font-size: 21px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 19px !important;
    }

    h4 {
        font-size: 16px !important;
    }

    h5 {
        font-size: 14px !important;
    }

    h6 {
        font-size: 12px !important;
    }

    p {
        font-size: 14px !important;
    }

    .small {
        font-size: 13px !important;
    }

    i {
        font-size: 12px !important;
    }

    span {
        font-size: 13px !important;
    }

    button {
        font-size: 13px !important;
        padding: 0px 5px 0px 5px;
    }

    a {
        font-size: 13px !important;

    }

    .realnest-logo {
        width: 120px !important;
    }

    /* ---------------- Home Page------------- */
    .fab-btn {
        top: 85%;
        left: 85% !important;
    }

    .project-image a img {
        height: 250px !important;
    }

    .top-plot-img-con a img {
        height: 200px !important;
    }

    .search-tag {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }

    .locality-list li {
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }

    .elite-flex {
        display: block !important;
    }

    .mobile-display-none {
        display: none !important;
    }



    /*------ Project detail page ------*/
    .flat-details-main-con {
        height: 400px;
        overflow-y: scroll;
    }

    /* Submission Page */
    .support-box {
        padding: 30px 20px;
    }

    .back-arrow {
        top: 15px;
        left: 15px;
        font-size: 1.1rem;
    }

    .submission-h4 {
        font-size: 1.3rem;
    }

    .support-phone {
        font-size: 1.2rem;
        padding: 10px 15px;
    }

    .customer-service-img-con {
        height: 100vh;
    }

    .customer-service-row {
        height: 100vh;
    }

    .support-features {
        display: block !important;
    }

    /* Listing page */
    .property-card img {
        min-height: 150px;
    }

    .project-view-more-btn {
        padding: 7px;
        font-size: 12px;
    }

    .article-card-meta {
        display: block !important;
    }
    .listing-right-side-img{
    height: 200px;
}


}


@media (max-width: 768px) {



    /* ---------------- Home Page------------- */

    .home-carousel-top-item img {
        height: 250px !important;
        width: 100% !important;
    }

    /* .property-card {
        margin-bottom: 30px;
    } */

    .sidebar-area {
        padding: .5rem !important;
    }

    .sidebar-area h3 {
        font-size: 1.3rem;
    }

    .section-header h2 {
        font-size: 1.8rem !important;
    }

    .section-header p {
        font-size: 1rem !important;
    }

    /* Terms and Condition Page */
    .terms_condition_body {
        padding: 15px 10px;
    }

    .terms-header {
        padding: 20px;
    }

    .terms-content {
        padding: 20px;
    }

    .terms_condition_heading {
        font-size: 20px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .marquee-logo {
        height: 40px;
        max-width: 120px;
    }

    .marquee-overlay {
        width: 60px;
    }

    .feature-card {
        max-width: 350px;
        margin: 0 auto 20px;
    }

    .contact-section {
        padding: 30px;
    }

    .section-title::after {
        width: 60px;
    }

    /* Listing page */
    .property-card img {
        min-height: 170px;
    }

    .project-view-more-btn {
        padding: 8px;
        font-size: 13px;
    }

    .mobile-view-hide {
        display: none;
    }

}


@media (max-width: 992px) {

    /* Basic setting */


    /* ---------------- Home Page------------- */

    /* Banner */

    .realnest-logo {
        width: 130px;
    }

    .home-banner-con-laptop {
        display: none !important;
    }

    .home-banner-con-for-mobile {
        height: 70vh !important;
        display: block !important;
    }

    .colorful {
        padding: 1rem !important;
        background-color: rgba(254, 254, 255, 0.4);
        border-radius: 20px;
    }


    .property-card {
        flex: 0 0 100%;
        max-height: 100%;
    }

    .swiper-nav-btn {
        width: 30px;
        height: 30px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .testimonial-swiper-button-next::after,
    .testimonial-swiper-button-prev::after {
        font-size: .90rem;
        font-weight: bold;
    }


    /*  ---------------------Apartment Page -------------------- */

    /* search bar */

    .for-laptop {
        display: none;
    }

    .for-mobile {
        display: block !important;
    }

    .mobile-search-btns {
        width: 80% !important;
    }

    .mobile-form-container {
        display: block !important;
    }

    .details-page-search-con {
        padding: 1.8rem;
        width: 95%;
        border-radius: 16px;
    }

    .details-page-search-row {
        display: block !important;
        flex-direction: column;
    }

    .details-page-search-input,
    .search-select,
    .details-page-search-btn,
    .details-page-filter-btn {
        width: 100%;
        padding: 14px 20px;
        margin-top: 7px;
    }

    .desktop-search {
        display: none;
    }

    .filter-modal .modal-dialog {
        margin: 0.5rem;
    }

    .filter-modal .modal-body {
        padding: 1rem;
    }

    .container-width {
        width: 100% !important;
    }

    .project-main-flex-div {
        display: block !important;
    }

    .project-flex-div-1 {
        width: 100% !important;
    }

    .project-flex-div-2 {
        width: 100% !important;
        padding-left: 0 !important;
        margin-top: 2rem;
    }

    /*------------------- Project detail page ------------- */

    .contact-container {
        display: flex;
    }

    .section-header h2 {
        font-size: 2.2rem;
    }

    .map-container {
        height: auto !important;
    }

    .map {
        height: auto !important;
    }

    /* Right side div */
    .help-section {
        display: none;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .section {
        padding: 70px 0;
    }

    .service-card .card-body {
        padding: 1.75rem;
    }

    .service-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .service-icon {
        line-height: 70px;
        font-size: 32px;
    }

    .feature-card {
        padding: 25px 20px;
    }

    .feature-icon-container {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .feature-icon {
        line-height: 70px;
    }

    .dedicated-para {
        width: 100% !important;
    }

    .feature-item h6 {
        font-size: 14px;
    }

    .disclaimer-para {
        font-size: 12px !important;
    }

    .page-link-showing-count-con {
        display: none !important;
    }

    .condition-con {
        display: flex !important;
    }

}


@media (max-width: 1024px) {

    .fab-btn {
        top: 80%;
        left: 90%;
    }

    .main-content-area {
        display: block !important;
    }


    .project-flex-div-1 {
        width: 60%;
    }

    .project-flex-div-2 {
        width: 40%;
        padding-left: 1rem;
    }

    /*--------------- Project Detail page ----------- */
    .top-img-for-mobile {
        display: block !important;
    }

    .laptop-img-section {
        display: none;
    }

    .flat-card-div-con {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flat-details-icon {
        height: 50px !important;
        width: 50px !important;
        text-align: center;
    }

    /* .flat-details-icon i,
    .flat-details-text h5
    p {
        font-size: 15px !important;
    } */

    .main-col {
        display: block !important;
    }

    .flex-div-1 {
        width: 100%;
    }

    .nav-ul-con {
        overflow-x: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 15px;
        height: 100%;
    }

    .about-title,
    .pricing-title,
    .section-title,
    .section-title-reason {
        font-size: 1.5rem;
    }

    .reasons-container {
        padding: 2rem;
    }

    .reasons-grid {
        grid-template-columns: 1fr;
    }

    /* Right side div */
    .flex-div-2 {
        width: 100%;
    }

    .similar-property-con-lg {
        display: none;
    }

    .similar-property-con-sm {
        display: block !important;
    }

    .similar-property-con-sm-inner {
        display: flex !important;
        overflow-x: scroll !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .card-item-con {
        text-align: center;
    }

    .card-item-con img {
        width: 250px;
        height: 200px;

    }

}

@media (min-width: 1025px) {}


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

    /* Basic setting */
    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 14px !important;
    }

    p {
        font-size: 15px !important;
    }

    .small {
        font-size: 14px !important;
    }

    span {
        font-size: 14px;
    }

    i {
        font-size: 13px !important;
    }

    /* Home page */
    .home-flex-item {
        display: flex;
        /* justify-content: space-between; */
    }

    /* Listing page */
    .property-card img {
        min-height: 170px;
    }

    .project-view-more-btn {
        padding: 7px;
        font-size: 12px;
    }


}

@media (min-width: 769px) and (max-width: 992px) {

    /* Basic setting */
    h1 {
        font-size: 25px !important;
    }

    h2 {
        font-size: 23px !important;
    }

    h3 {
        font-size: 21px !important;
    }

    h4 {
        font-size: 19px !important;
    }

    h5 {
        font-size: 17px !important;
    }

    h6 {
        font-size: 15px !important;
    }

    p {
        font-size: 15px !important;
    }

    .small {
        font-size: 15px !important;
    }
 span {
        font-size: 13.5px;
    }


    i {
        font-size: 13.5px !important;
    }

    /* Listing page */
    .property-card img {
        min-height: 190px;
    }

    .project-view-more-btn {
        padding: 10px !important;
        font-size: 12px;
    }

}