* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    /* overflow-x: hidden; */
    font-family: 'Times New Roman', Times, serif;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1140px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

section {
    padding: 80px 0px;
}

/* Only hide horizontal overflow */
.page-wrapper {
    overflow-x: hidden;
}


/* Whatsapp Button */
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

/* Whatsapp Button End */

/* topbar-area */
.topbar-area {
    width: 100%;
    float: left;
    text-align: center;
    background: linear-gradient(135deg, #e7bc83, #d87a00 , #e7bc83);
    /* height: 40px; */
    padding: 10px 0px;
}

.topbar-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.topbar-left {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-right: 10px;
}

.topbar-left:last-child {
    border-right: 0px;
}

.topbar-left img {
    height: 85px;
}

.topbar-icon {
    font-size: 14px;
    color: #fff;
}

.topbar-text {
    font-size: 14px;
    color: #fff;
}

/* topbar-area end */

/* nav-css */
#navbar {
    position: sticky;
    top: 0;
    overflow: hidden;
    background-color: #333;
}

/* .nav-area {
    background-color: #ADA024;
} */

.navbar-brand {
    width: 8%;
}

.consult-btn {
    margin-left: 10%;
}

.goole-img-btn img {
    width: 20%;
    margin-left: 82%;
}

.nav-link {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}


/* nav-css */

.nav-area {
    background: #ffffff;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: top 0.3s ease, box-shadow 0.3s ease;
}

/* When scrolling */
.nav-area.scrolled {
    top: 0;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.082);
    border-bottom: 1px solid #c2670083;
}

.navbar-brand img {
    height: 50px;
}
.navbar-nav {
    margin: auto;
}

/* Keep your original style */
.navbar-nav .nav-link {
    color: #000000 !important;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 54px;
    margin-right: 20px;
    position: relative;
    transition: color 0.3s ease;
}

/* Hover color */
.navbar-nav .nav-link:hover {
    color: #140A3B !important;
}

/* Apply underline ONLY to links that are NOT dropdown toggle */
.navbar-nav .nav-link:not(.dropdown-toggle)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 2px;
    background: #140A3B;
    transition: width 0.3s ease;
    transform: translateX(-50%);
}

@media (max-width:768px) {
    .navbar-nav .nav-link:not(.dropdown-toggle)::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 6px;
        width: 0;
        height: 2px;
        background: none;
        transition: width 0.3s ease;
        transform: translateX(-50%);
    }
}

/* Hover effect */
.navbar-nav .nav-link:not(.dropdown-toggle):hover::after {
    width: 60%;
}

.google-play {
    height: 38px;
    margin-left: 15px;
}

.register-partner {
    padding: 8px 15px;
    background-color: #140A3B;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
    border-radius: 8px;
    border: 1px solid #fff;
    transition: 0.3s;
}

.register-partner:hover {
    transition: 0.3s;
    background-color: transparent;
    border: 1px solid #ADA024;
    background-color: #ADA024;

}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #faeedd;
    color: #f00;
    /* background-color: var(--bs-dropdown-link-hover-bg); */
}

.google-img {
    padding: 7px 15px;
    background-color: #000;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: auto;
    white-space: nowrap;
}

.google-img img {
    width: 24px;
}

.google-icon {
    width: 7%;
}

.google-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

.google-text p {
    font-size: 9px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.google-text h6 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.nav-right {
    float: right;
    display: flex;
    gap: 10px;
    margin: 0;

}

/* Offcanvas Mobile Menu */
.offcanvas {
    background-color: #a67535;
}

.offcanvas .nav-link {
    color: #ffffff !important;
    font-size: 16px;
}

@media (max-width:768px) {
    .offcanvas .nav-link {
        color: #ffffff !important;
        font-size: 16px;
        line-height: 34px;
    }
}

.offcanvas-logo {
    height: 65px;
}

.offcanvas-body .navbar-nav .nav-link {
    padding: 0px 10px;
}

.offcanvas-coloumn-area {
    flex-direction: column;
    align-items: start !important;
    padding-top: 8%;
}

.learn-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #000;
    outline: 0;
    /* border-top: 1px solid #555555;
    border: 1px solid transparent; */
    border: 0;
    background-color: transparent;
    margin-left: 10px;
}

/*  Contact info Start */
.contact-info {
    width: 100%;
    margin-top: 3%;
    padding: 60px 80px;
    background: linear-gradient(135deg, #f9f9ff, #eef1ff);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

/* Soft decorative overlay */
.contact-info::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(20, 10, 59, 0.05);
    border-radius: 50%;
}

/* Inner content styling */
.contact-info h4,
.contact-info h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #140A3B;
}

.contact-info p,
.contact-info span,
.contact-info a {
    color: #444;
    font-size: 16px;
    line-height: 1.7;
    text-decoration: none;
    transition: 0.3s ease;
}

/* Link hover */
.contact-info a:hover {
    color: #140A3B;
}

/* Optional smooth hover lift */
.contact-info:hover {
    transform: translateY(-3px);
    transition: 0.3s ease;
}

/* Responsive */
@media (max-width: 992px) {
    .contact-info {
        padding: 40px 30px;
    }
}

@media (max-width: 576px) {
    .contact-info {
        padding: 30px 20px;
    }
}

.contact-info h6 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0px 0px 10px;
}

.contact-ph {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.contact-icon {
    font-size: 14px;
    color: #000;
}

.contact-text-box {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.btn-close {
    border: 1px solid #000;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    z-index: 9999;
}

/* icon */
.whatsapp-float img {
    width: 28px;
    height: 28px;
}

/* show only on mobile */
@media (min-width: 992px) {
    .whatsapp-float {
        display: none;
    }
}



/* ===============================
   HERO SECTION
================================= */

.hero-banner {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-img {
    position: absolute;
    width: 100%;
    height: 600px;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 600px;
    background: rgba(0, 0, 0, 0.40);
    top: 0;
    left: 0;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 1000px;
    width: auto;
    padding: 20px;
}

.hero-content-inner {
    background: #afafafc7;
    backdrop-filter: blur(6px);
    padding: 10px 30px;
    border-radius: 8px;
    margin-top: 29px;
    /* margin: auto; */
}

.hero-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.hero-text {
    font-size: 16px;
    margin-bottom: 11px;
    color: #000000;
}

/* ===============================
   SEARCH BOX
================================= */

.search-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 7px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 900px;
    margin: auto;
}

/* Buttons */
.location-btn, .search-btn {
    padding: 10px;
    border-radius: 5px;
    border: none;
    background: #2c5364;
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.3s;
}

.location-btn:hover, .search-btn:hover {
    background: #1d3a4f;
}

/* Select boxes */
.property-select {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 0.85rem;
    background: #fff;
    min-width: 140px;
}

/* Keyword input */
.keyword-input {
    flex: 1;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 0.85rem;
    min-width: 160px;
}

/* Search button with icon */
.search-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
}

/* Responsive */
@media(max-width: 700px) {
    .search-box {
        flex-direction: column;
    }
    .property-select, .location-btn, .keyword-input, .search-btn {
        width: 100%;
    }
}
/* ===============================
   RESPONSIVE FIX
================================= */

@media (max-width: 992px) {
    .hero-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    .hero-banner {
        padding: 60px 20px;
        text-align: left;
    }

    .hero-content {
        text-align: left;
    }

    .hero-content-inner {
        padding: 25px;
        background: rgba(255, 255, 255, 0.08);
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-text {
        font-size: 14px;
    }

    .search-box {
        flex-direction: column;
        border-radius: 12px;
    }

    .search-box button,
    .search-box select,
    .search-box input {
        width: 100%;
        height: 50px;
        border-left: none !important;
        border-bottom: 1px solid #eee;
    }

    .search-box button:last-child {
        border-bottom: none;
    }
}

@media (max-width: 480px) {

    .hero-title {
        font-size: 20px;
    }

    .hero-text {
        font-size: 12px;
    }

    .search-box input {
        padding: 15px;
    }
}


/* hero-section-exit */



/* ===== Featured Section ===== */
.house_liv_featured_section {
    padding: 10px 0 30px;
    background: linear-gradient(180deg, #f4f7ff, #ffffff);
}

.house_liv_featured_section h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #1f2a44;
    margin-bottom: 70px;
    position: relative;
    top: 20px;
}

.house_liv_featured_section h3::after {
    content: "";
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    display: block;
    margin: 14px auto;
    border-radius: 10px;
}

/* ===== Card ===== */
.house_liv_inner_card {
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    padding: 18px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(13, 110, 253, 0.28);
    transition: all 0.4s ease;
}



.house_liv_inner_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(13, 110, 253, 0.25);
}

/* ===== Image ===== */
.house_liv_inner_card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 18px;
    transition: transform 0.5s ease;
}

.house_liv_inner_card:hover img {
    transform: scale(1.08);
}

/* ===== Title ===== */
.house_liv_inner_card h3 {
    font-size: 21px;
    font-weight: 700;
    color: #1f2a44;
    margin-bottom: 10px;
}

/* ===== Content ===== */
.house_liv_inner_card p {
    font-size: 15px;
    line-height: 1.9;
    color: #000000;
    margin-bottom: 18px;
}

/* Location – Bold Blue */
.house_liv_inner_card p strong:first-child {
    color: #0d6efd;
    font-weight: 800;
}

/* Type – Stylish Chip */
.house_liv_inner_card p strong:nth-of-type(2) {
    background: linear-gradient(135deg, #6610f2, #0d6efd);
    color: #fff;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 6px;
}

/* Price – Dark & Premium */
.house_liv_inner_card p strong:last-of-type {
    color: #111;
    font-weight: 800;
    font-size: 17px;
}

/* ===== Button ===== */
.house_liv_btn_inner .btn {
    width: 100%;
    border-radius: 50px;
    font-weight: 700;
    padding: 10px 0;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    border: none;
    transition: all 0.35s ease;
}

.house_liv_btn_inner .btn:hover {
    background: linear-gradient(135deg, #6610f2, #0d6efd);
    transform: scale(1.05);
}

/* ===== Explore Button ===== */
.house_liv_explore_sec {
    text-align: center;
    margin-top: 55px;
}

.house_liv_explore_sec a {
    display: inline-block;
    padding: 12px 36px;
    border-radius: 50px;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.35);
    transition: all 0.3s ease;
}

.house_liv_explore_sec a:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(4, 4, 4, 0.45);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .house_liv_inner_card img {
        height: 180px;
    }

    .house_liv_featured_section h3 {
        font-size: 26px;
    }
}

/* RESPONSIVE GRID (Bootstrap col-md-4 handles columns) */
@media (max-width: 992px) {
    .house_liv_inner_card img {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .house_liv_inner_card img {
        height: 160px;
    }

    .house_liv_inner_card h3 {
        font-size: 1.3rem;
    }

    .house_liv_inner_card p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .house_liv_inner_card img {
        height: 140px;
    }

    .house_liv_inner_card h3 {
        font-size: 1.15rem;
    }

    .house_liv_inner_card p {
        font-size: 0.85rem;
    }

    .house_liv_inner_card::after {
        padding: 8px 12px;
    }
}

/* featured_section_exit_ */

.card-box-area {
    position: relative;
    margin: 20px;
    box-shadow: 0px 0px 15px #00000026;
    border-radius: 8px;
}

.card-box-img {
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 8px;
}

.card-box-text {
    padding: 20px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #140A3B;
}

.card-text {
    font-size: 14px;
    font-weight: 400;
    color: #140A3B;
}







/* product-css */

.product-section {
    width: 100%;
    float: left;
}

.product-box-one {
    gap: 20px;
    color: #fff;
    border-radius: 5px;
    padding: 13px 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    border: solid 1px #eee;
    transition: 0.3s;
}

.product-box-one:hover {
    transition: 0.3s;
    border: 1px solid #140A3B;
    box-shadow: 0px 0px 15px #ad9f2460;
}

.product-box-text h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.product-box-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.product-img {
    position: absolute;
    top: 69%;
    right: -2%;
}

.product-img img {
    width: 80%;
}

.product-box-icon {
    padding: 5px 10px;
    background-color: #ADA024;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    z-index: 9;
    border-radius: 5px;
}



/* property-types-css */

.property-types-area {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #ad9f241e;
}

.text-area h2 {
    font-size: 34px;
    font-weight: 600;
    color: #140A3B;
}

.text-area h2 span {
    color: #f00;
}

.property-box-one {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 15px #ddd;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s;
}

.property-box-one:hover {
    transition: 0.3s;
    transform: translateY(-10px);
    box-shadow: 0px 0px 15px #ad9f24a0;
}

.property-box-one h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0px 0px 10px 0px;
}

.property-box-one p {
    font-size: 14px;
    font-weight: 300;
    color: #555555;
    margin-bottom: 15px;
}

.Read-More {
    padding: 5px 15px;
    color: #140A3B;
    background-color: transparent;
    outline: 0;
    border: 1px solid #140A3B;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
    border-radius: 5px;
}

.Read-More:hover {
    transition: 0.3s;
    background-color: #140A3B;
    color: #fff;
}

.property-icon {
    margin: 0px auto;
    text-align: center;
    background-color: #f5f5f5;
    position: absolute;
    /* bottom: 0; */
    right: 0;
    border-top-left-radius: 71px;
    width: 95px;
    height: 95px;
    top: 51%;
    /* margin-top: 20px; */
    z-index: 1;
}

.property-icon img {
    /* margin-top: 20px; */
    margin: 17px 0px 0px 10px;
    z-index: -1;
}


.Commercial-area {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #ad9f241e;
}



/* Residencial-area  */
.Residencial-area {
    width: 100%;
    float: left;
    text-align: center;
}

.Commercial-area {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #ad9f241e;
}

/* ============================= */
/* CARD STYLE WITH ZOOM */
/* ============================= */

.card-shadow {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
    border: 1px solid #eeeeee;
    position: relative;
    transform: scale(1);
}

.card-shadow:hover {
    transform: scale(1.05);
    /* 🔥 Zoom Effect */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

/* ============================= */
/* IMAGE AREA */
/* ============================= */

.card-img-area {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.card-img-area img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.4s ease;
    display: block;
}

.card-img-area:hover img {
    transform: scale(1.08);
}

.card-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}

.card-img-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #ADA024;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    transition: 0.3s;
    border: 1px solid #ADA024;
}

.card-img-area:hover .card-img-text {
    background-color: #140A3B;
    border-color: #140A3B;
}

/* ============================= */
/* CARD CONTENT */
/* ============================= */

.Residencial-info {
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 15px 15px 15px;
    position: relative;
    z-index: 2;
}

.Residencial-info h4 {
    font-size: 17px;
    color: #140A3B;
    font-weight: 600;
    margin-bottom: 10px;
}

.Residencial-info p {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.5;
}

.Residencial-font {
    font-size: 20px;
    font-weight: 700;
    color: #140A3B;
    padding-bottom: 15px;
}

/* ============================= */
/* BUTTON */
/* ============================= */

.view-details {
    padding: 8px 20px;
    background-color: #140A3B;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s;
    outline: 0;
    border: 0;
    font-weight: 500;
    cursor: pointer;
}

.view-details:hover {
    background-color: #ADA024;
    color: #fff;
}

/* ============================= */
/* SEE ALL BUTTON */
/* ============================= */

.button-all {
    text-align: center;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.all-projects {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: #140A3B;
    transition: 0.3s;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px;
}

.icon-box {
    font-size: 18px;
    color: #ADA024;
    border: 1px solid;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 6px;
    text-align: center;
}

.button-icon-box {
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
    margin: 4px 0px 0px 8px;
}

.button-all:hover .all-projects {
    background-color: #f3d700;
    color: #000000;
}

.button-all:hover .button-icon-box {
    transform: rotate(-45deg);
    color: #000;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 992px) {
    .card-img-area img {
        height: 200px;
    }
}

@media (max-width: 768px) {

    .Residencial-area,
    .Commercial-area {
        float: none;
    }

    .card-img-area img {
        height: 180px;
    }

    .Residencial-font {
        font-size: 18px;
    }

    .view-details {
        width: 100%;
        text-align: center;
    }

    /* Reduce zoom on small screens */
    .card-shadow:hover {
        transform: scale(1.02);
    }
}

@media (max-width: 480px) {
    .card-img-area img {
        height: 160px;
    }

    .Residencial-info h4 {
        font-size: 15px;
    }

    .Residencial-info p {
        font-size: 13px;
    }
}




/* Features-area  */


.features-area {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #ad9f241e;
}

.feature-box-one {
    border: 1px solid #b8cee5;
    padding: 20px 20px;
    border-radius: 5px;
    height: 100%;
    background-image: linear-gradient(#e9f3ff, #ffffff);
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.feature-box-one:hover {
    transition: 0.3s;
    box-shadow: 0px 0px 15px #ad9f2473;
    border: 1px solid #140A3B;
    transform: translateY(-5px);
}

.feature-box-one h5 {
    font-size: 17px;
    color: #f00;
    font-weight: 600;
    padding: 5px 0px;
    margin: 0;
}

.feature-box-one p {
    font-size: 14px;
    color: #140A3B;
    font-weight: 400;
    margin-bottom: 22px;
    margin-top: 10px;
}

/* viewed-area  */


.Viewed-area {
    width: 100%;
    float: left;
    text-align: center;
}

.viewed-boxes {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.viewed-one-box {
    width: 120px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 15px 10px;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
    font-size: 30px;
    color: #ADA024;
}

.viewed-one-box:hover {
    background: #ADA024;
    border: 1px solid #140A3B;
    box-shadow: 0px 0px 15px #140a3baf;
}

.viewed-one-box:hover {
    color: #fff;
    transform: 0.3s;
}

.viewed-one-box h6 {
    font-size: 15px;
    font-weight: 400;
    color: #140A3B;
    padding-top: 10%;
    margin: 0;
    transition: 0.3s;
}

.viewed-one-box:hover h6 {
    color: #fff;
    transform: 0.3s;
}

/* Service-area  */



.Service-area {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #ad9f241e;
}

.service-box-one {
    padding: 15px;
    border: 1px solid #140A3B;
    margin-bottom: 15px;
    transition: 0.3s;
    border-radius: 8px;
    box-shadow: 0px 0px 15px #0000003d;
}

.service-box-one:hover {
    transition: 0.3s;
    transform: translateY(-5px);
}

.service-icon {
    font-size: 30px;
    color: #ADA024;
    text-align: center;
}

.service-text {
    padding-top: 10px;
    text-align: center;
}

.service-text h4 {
    font-size: 24px;
    color: #f00;
    font-weight: 600;
}

.service-text p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.service-right-area {
    background-color: #ad9f2470;
    margin-top: 20%;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid transparent;
    transition: 0.3s;
    margin: 20% 7%;
}

.service-right-area:hover {
    background-color: #ADA024;
    transition: 0.3s;
    border: 1px solid #fff;
    box-shadow: 0px 0px 15px #000;
}



/* Who-we-area  */


.who-area {
    width: 100%;
    float: left;
    text-align: center;
}

.text-area h6 {
    font-size: 18px;
    color: #140A3B;
    font-weight: bold;
    padding: 10px 0px 15px 0px;
    margin: 0;
}

.text-area p {
    font-size: 14px;
    color: #140A3B;
    font-weight: 400;
    padding: 0% 13%;
}

.who-we-left-area {
    display: flex;
    gap: 20px;
}

.who-left-box-one {
    /* height: 480px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.who-left-img-one {
    height: 263px;
    border: 1px solid #140A3B;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.who-left-img-one img {
    transition: 0.3s;
}

.who-left-img-one:hover img,
.who-left-img-two:hover img,
.who-left-img-three:hover img,
.who-left-img-four:hover img {

    transform: scale(1.1);
    transition: 0.3s;
    box-shadow: 0px 0px 15px #140A3B;
}

.who-left-img-one:hover,
.who-left-img-two:hover,
.who-left-img-three:hover,
.who-left-img-four:hover {

    transition: 0.3s;
    box-shadow: 0px 0px 15px #140A3B;
}

.who-left-img-two {
    border-radius: 10px;
    height: 175px;
    border: 1px solid #140A3B;
    overflow: hidden;
}

.who-left-img-two img {
    transition: 0.3s;
}

.who-left-img-three {
    height: 174px;
    border: 1px solid #140A3B;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.who-left-img-three img {
    transition: 0.3s;
}

.who-left-img-four {
    border-radius: 10px;
    height: 175px;
    border: 1px solid #140A3B;
    overflow: hidden;

}

.who-left-img-four img {
    transition: 0.3s;
}

.who-we-right-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 70px;
}

.who-we-right-text {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 15px 10px;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}

.who-we-right-text:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.who-we-right-text h5 {
    font-size: 18px;
    font-weight: 600;
    color: #f00;
}

.who-icon {
    font-size: 16px;
    color: #ADA024;
}

.who-we-right-text p {
    font-size: 14px;
    font-weight: 400;
    color: #140A3B;
}


.register-area {
    width: 100%;
    float: left;
    background-color: #FF5732;
    padding: 35px 0px;
}

.register-left-area {
    float: left;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.0px;
}

.register-right-area {
    float: right;
}

.Register {
    letter-spacing: 0.5px;
    outline: 0;
    padding: 14px 40px;
    background-color: #fff;
    color: #FF5732;
    border: 1px solid #fff;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
}

.Register:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.3s;
}







/* Footer-start-css */


.footer-area {
    width: 100%;
    float: left;
    background-color: #000;
    padding: 2% 0% 0% 0%;
    position: relative;
}

.footer-box-one {
    width: 100%;
    float: left;
    padding-right: 7%;
    padding-bottom: 6%;
}

.footer-logo {
    width: 60%;
}

.footer-link {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding-top: 7%;
}

.footer-box-one p {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    margin-top: 5%;
    margin-bottom: 10%;
    line-height: 24px;
}

.footer-icon-box {
    padding-top: 5%;
}

.footer-overlay-icon-box {
    display: flex;
    justify-content: left;
    align-items: start;
    gap: 8px;
}

.footer-link-area {
    position: relative;
    padding-top: 7%;
    border-right: 1px solid #ffffff9b;
}

.footer-link-area ul {
    padding: 0;
    margin: 0;
}

.footer-link-area ul li {
    margin: 0;
    padding: 7px 0px;
}

.footer-link-area ul li a {
    font-size: 13px;
    color: #fff !important;
    font-weight: 500;
    transition: 0.3s;
}

.footer-link-area ul li a:hover {
    color: #ADA024 !important;
    transition: 0.3s;
}

.footer-adress-area {
    position: relative;
    padding-top: 7%;
}

.adress {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    padding-bottom: 7%;
}

.adress-icon {
    font-size: 18px;
    /* padding-bottom: 4%; */
    color: #ADA024;
}

.adress-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.adress-text span {
    font-weight: 500;
    color: #ffffffdd;
}

.line-tool {
    width: 100%;
    height: 1px;
    background-color: #ffffffaf;
}

.join-us {
    outline: 0;
    font-size: 16px;
    color: #ADA024;
    position: relative;
    content: "";
    background-color: transparent;
    border: 0;
}

.join-us a {
    font-size: 16px;
    color: #ADA024;
    font-weight: 700;
}

.fotter-bottam-area {
    padding: 20px 0px;
    width: 100%;
    float: left;
}

.footer-copyright-area {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    letter-spacing: 0.5px;
}

.footer-copyright-area span a {
    color: #f00;
}

/* .text-clr{
    color: #f00 !important;
} */


/* ADMIN PANEL BUTTON */

.admin-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #140A3B;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.admin-btn:hover {
    background-color: #be7616;
    color: #fff;
    transform: translateY(-2px);
}

/* Footer-end-css */



/* About-banner-css */

.about-banner {
    width: 100%;
    height: 350px;
    float: left;
    text-align: center;
    position: relative;
    background-color: #140A3B;
    background: linear-gradient(90deg, rgba(20, 10, 59, 1) 0%, rgba(2, 62, 154, 1) 47%, rgba(20, 10, 59, 1) 100%);
}

/* .about-banner::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    content: "";
    background-color: #ADA024;
} */
.breadcrumbs-area {
    width: 100%;
    float: left;
    text-align: center;
    /* padding-top: 16%; */
    position: absolute;
    top: 30%;
    left: 0;
}

.breadcrumbs-area h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-color {
    padding: 1% 43%;
}

.bread-text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-color: #f8bc6d;
    padding: 6% 0%;
    border-radius: 10px;
}

.bread-text a {
    text-decoration: none;
    color: #fff;
}



.about-wrapper {
    width: 100%;
    float: left;
}

.about-wrapper-right {
    width: 100%;

}

.about-wrapper-img {
    border-top-right-radius: 55%;
    overflow: hidden;
    border-top-left-radius: 2%;
    margin: 0% 15%;
    border: 1px solid #140A3B;
    transition: 0.3s;
}

.about-wrapper-img:hover {
    transition: 0.3s;
    box-shadow: 0px 0px 15px #140a3b8e;
}

.abour-wrapper-left {
    text-align: left;
    /* margin-top: 10%; */
}

.abour-wrapper-left h3 {
    font-size: 30px;
    font-weight: 700;
    color: #f00;
    margin-bottom: 3%;
}

.abour-wrapper-left h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

/* .abour-wrapper-left h5 span{
    color: #ADA024;
} */
.abour-wrapper-left h6 {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.abour-wrapper-left h6 span {
    font-weight: 600;
    color: #f00;
}




/* Buy-Home-Area-css */



.buy-home {
    padding: 80px 20px;
    width: 100%;
    float: left;
}

/* .buy-home-content {
    flex: 1;
} */

.buy-home-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #140A3B;
    font-weight: 600;
}

.buy-home-content p {
    font-size: 16x;
    font-weight: 600;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 20px;
}

.buy-home-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.buy-home-features li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}

.buy-home-btn {
    display: inline-block;
    padding: 14px 28px;
    background-color: #140A3B;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transform: 0.3s;
}

.buy-home-btn:hover {
    background-color: #ADA024;
    color: #140A3B;
    transition: 0.3s;
}

/* .buy-home-image {
    flex: 1;
} */

.buy-home-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .buy-home-container {
        flex-direction: column;
        text-align: center;
    }

    .buy-home-features li {
        justify-content: center;
    }
}




/* gallery-Area-css */

.Gallery-area {
    width: 100%;
    float: left;

}

.gallery-text {
    text-align: center;
}

.gallery-text h2 {
    font-size: 36px;
    color: #140A3B;
    font-weight: 600;
    margin-bottom: 3%;
}

.gallery-img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 7px;
}

.gallery-img-box:hover {
    border: 1px solid #140A3B;
    box-shadow: 0px 0px 15px #0000006b;
    transition: 0.3s;
}

.gallery-img-box-two {
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 7px;
    height: 150px;
}

.gallery-img-box-two:hover {
    border: 1px solid #140A3B;
    box-shadow: 0px 0px 15px #0000006b;
    transition: 0.3s;
}






/* Blog-Area-css */


.Blog-part {
    width: 100%;
    float: left;
    text-align: center;
}

.blog-one-box {
    background-color: #fff;
    box-shadow: 0px 0px 15px #00000030;
    padding: 10% 5%;
    height: 100%;
    text-align: center;
}

.blog-one-box h2 {
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    font-weight: 600;
    margin-top: 6%;
}

.blog-one-box p {
    color: #333333;
    font-size: 15px;
}



.blog-section {
    width: 100%;
    float: left;
}

.blog-section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #2c3e50;
}

.blog-post {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.blog-post h3 {
    color: #140A3B;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog-post p {
    color: #333333;
    line-height: 1.7;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #f00;
    text-decoration: none;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}





/* Contact-Area-css */

.contact-area {
    width: 100%;
    float: left;
    text-align: center;
}

.contact-box-one {
    padding: 50px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #0000002b;
    position: relative;
    margin: 10%;
    transition: 0.3s;
}

.contact-icon-box {
    font-size: 24px;
    color: #140A3B;
    position: absolute;
    top: -42px;
    /* left: 88px; */
    transform: translateX(96%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #00000029;
    transition: 0.3s;
}

.contact-box-one:hover .contact-icon-box {
    background-color: #140A3B;
    color: #fff;
    transition: 0.3s;
}

.contact-box-one h3 {
    font-size: 22px;
    font-weight: 700;
    color: #140A3B;
    margin: 15px 0px 0px 0px;
}

.contact-box-one p {
    font-size: 16px;
    font-weight: 400;
    color: #140A3B;
    margin: 3px 0px 10px 0px;
}

.contact-text {
    font-size: 15px;
    font-weight: 400;
    color: #f00;
}

.map-area {
    width: 100%;
    float: left;
    padding: 0px 0px 80px 0px;
}





@media (max-width: 320px) {


    .who-left-img-four {
        height: unset;
    }

    .who-left-img-three {
        height: unset;
    }

    .who-left-img-two {
        height: unset;
    }

    .who-left-img-one {
        height: unset;
    }

    .testimonial-gallery .owl-nav {
        width: 86%;
    }

    .breadcrumbs-area h2 {
        font-size: 30px;
    }

    .breadcrumbs-color {
        padding: 0% 0%;
        margin: 5% 16%;
    }

    .buy-home-image {
        padding-top: 10%;
    }

    .navbar-brand {
        width: 25%;
    }

    .footer-link-area {
        border-right: 1px solid transparent;
    }

    .contact-icon-box {
        transform: translateX(62%);
    }

    .banner-one-img {
        height: 213px;
    }

    .banner-one-overlay {
        height: 213px;
    }

    /* .banner-box-property {
        display: none;
    } */
    .banner-top-area {
        top: 34%;
    }

    .banner-text h1 {
        font-size: 18px;
    }

    .banner-text h5 {
        font-size: 16px;
        font-weight: 500;
    }

    .nav-link {
        font-weight: 500;
    }

    .banner-area {
        position: relative;
    }

    .navbar-toggler {
        background-color: #140A3B;
    }

    .banner-text-area {
        transform: translateY(0%);
    }

    .Register {
        padding: 8px 22px;
        font-size: 12px;
        margin-top: 3%;
    }

    .register-right-area {
        float: left;
    }

    .register-left-area {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .text-area h2 {
        font-size: 24px;
    }

    .footer-logo {
        width: 40%;
    }

    .text-area p {
        padding: 0% 3%;
    }

    .property-icon {
        width: 45px;
        height: 45px;
        top: 84%;
    }

    .property-icon img {
        margin: 14px 0px 0px 14px;
        width: 50%;
    }

    .product-box-text h6 {
        font-size: 18px;
    }

    .product-box-text p {
        font-size: 14px;
    }

    .product-box-icon {
        padding: 5px 14px;
        font-size: 9px;
    }

    .product-box-one {
        gap: 0px;
    }

    /* .card-img-text {
    left: 20%;
} */
    .banner-box-property {
        margin-top: 5%;
    }

    .product-section {
        margin-top: 5%;
    }

}


@media (min-width: 375px) and (max-width: 479.98px) {

    .who-left-img-four {
        height: unset;
    }

    .who-left-img-three {
        height: unset;
    }

    .who-left-img-two {
        height: unset;
    }

    .who-left-img-one {
        height: unset;
    }

    .testimonial-gallery .owl-nav {
        width: 86%;
    }

    .breadcrumbs-area h2 {
        font-size: 30px;
    }

    .breadcrumbs-color {
        padding: 0% 0%;
        margin: 5% 16%;
    }

    .buy-home-image {
        padding-top: 10%;
    }

    .navbar-brand {
        width: 25%;
    }

    .footer-link-area {
        border-right: 1px solid transparent;
    }

    .contact-icon-box {
        transform: translateX(120%);
    }

    .banner-one-img {
        height: 250px;
    }

    .banner-one-overlay {
        height: 250px;
    }

    /* .banner-box-property {
        display: none;
    } */
    .banner-top-area {
        top: 22%;
    }

    .banner-text h1 {
        font-size: 22px;
    }

    .banner-text h5 {
        font-size: 14px;
        font-weight: 500;
    }

    .nav-link {
        font-weight: 500;
    }

    .banner-area {
        position: relative;
    }

    .navbar-toggler {
        background-color: #140A3B;
    }

    .banner-text-area {
        transform: translateY(14%);
    }

    .banner-text h5 {
        font-size: 16px;
    }

    .Register {
        padding: 8px 22px;
        font-size: 12px;
        margin-top: 3%;
    }

    .register-right-area {
        float: left;
    }

    .register-left-area {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .text-area h2 {
        font-size: 24px;
    }

    .footer-logo {
        width: 40%;
    }

    .text-area p {
        padding: 0% 3%;
    }

    .property-icon {
        width: 60px;
        height: 60px;
        top: 71%;
    }

    .property-icon img {
        margin: 16px 0px 0px 19px;
        width: 50%;
    }

    .product-box-text h6 {
        font-size: 18px;
    }

    .product-box-text p {
        font-size: 14px;
    }

    .product-box-icon {
        padding: 10px 14px;
        font-size: 11px;
    }

    .product-box-one {
        gap: 0px;
        margin-top: 10%;
    }

    /* .card-img-text {
    left: 20%;
} */
    .banner-box-property {
        margin-top: 8%;
    }




}



@media (min-width: 480px) and (max-width: 767.98px) {

    .who-left-img-four {
        height: unset;
    }

    .who-left-img-three {
        height: unset;
    }

    .who-left-img-two {
        height: unset;
    }

    .who-left-img-one {
        height: unset;
    }

    .testimonial-gallery .owl-nav {
        width: 86%;
    }

    .breadcrumbs-area h2 {
        font-size: 30px;
    }

    .breadcrumbs-color {
        padding: 0% 0%;
        margin: 5% 16%;
    }

    .buy-home-image {
        padding-top: 10%;
    }

    .navbar-brand {
        width: 25%;
    }

    .footer-link-area {
        border-right: 1px solid transparent;
    }

    .contact-icon-box {
        transform: translateX(62%);
    }

    .banner-one-img {
        height: 250px;
    }

    .banner-one-overlay {
        height: 250px;
    }

    .banner-top-area {
        top: 22%;
    }

    .banner-text h1 {
        font-size: 18px;
    }

    .banner-text h5 {
        font-size: 16px;
        font-weight: 500;
    }

    .nav-link {
        font-weight: 500;
    }

    .banner-area {
        position: relative;
    }

    .navbar-toggler {
        background-color: #140A3B;
    }

    .banner-text-area {
        transform: translateY(20%);
    }

    .banner-text h5 {
        font-size: 16px;
    }

    .text-area h2 {
        font-size: 24px;
    }

    .footer-logo {
        width: 40%;
    }

    .property-icon {
        width: 60px;
        height: 60px;
        top: 71%;
    }

    .property-icon img {
        margin: 16px 0px 0px 19px;
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {


    .who-left-img-four {
        height: unset;
    }

    .who-left-img-three {
        height: unset;
    }

    .who-left-img-two {
        height: unset;
    }

    .who-left-img-one {
        height: unset;
    }

    .testimonial-gallery .owl-nav {
        width: 90%;
    }

    .breadcrumbs-area h2 {
        font-size: 36px;
    }

    .breadcrumbs-color {
        padding: 0% 0%;
        margin: 5% 16%;
    }

    .buy-home-image {
        padding-top: 10%;
    }

    .navbar-brand {
        width: 25%;
    }

    .footer-link-area {
        border-right: 1px solid transparent;
    }

    .contact-icon-box {
        transform: translateX(38%);
    }

    .banner-one-img {
        height: 250px;
    }

    .banner-one-overlay {
        height: 250px;
    }

    .banner-top-area {
        top: 33%;
    }

    .banner-text h1 {
        font-size: 24px;
    }

    .banner-text h5 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 2%;
    }

    .nav-link {
        font-weight: 500;
    }

    .banner-text h5 {
        font-size: 16px;
        font-weight: 500;
    }

    .banner-area {
        position: relative;
    }

    .navbar-toggler {
        background-color: #140A3B;
    }

    .banner-text-area {
        transform: translateY(0%);
    }


    .text-area h2 {
        font-size: 24px;
    }

    .footer-logo {
        width: 40%;
    }

    .property-icon {
        width: 80px;
        height: 80px;
        top: 55%;
    }

    .property-icon img {
        margin: 16px 0px 0px 19px;
        width: 50%;
    }
}

/* =========================================ADMIN-PART====================================================================== */
/* admin-login */
.logged_wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2f4e8c;
    padding: 20px;
}

.login-container {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    text-align: center;
}

/* Logo inside card */
.login-logo {
    margin-bottom: 15px;
}

.login-logo img {
    max-width: 140px;
}

/* Title */
.login-container h2 {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

/* Input group */
.input-group {
    text-align: left;
    margin-bottom: 18px;
}

.input-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #444;
}

.input-group input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.input-group input:focus {
    border-color: #2f4e8c;
    outline: none;
}

/* Button */
.login-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background-color: #2f4e8c;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.login-btn:hover {
    background-color: #243d6f;
}

/* Messages */
.success-msg {
    background: #e6f9f0;
    color: #0a7c4a;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
}

.error-msg {
    background: #ffe6e6;
    color: #c0392b;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 480px) {
    .login-container {
        padding: 30px 20px;
    }

    .login-logo img {
        max-width: 110px;
    }
}

/* =============================
   SIDEBAR (DESKTOP)
============================= */

.admin-sidebar {
    width: 260px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #1f2d3d;
    color: #fff;
    padding: 20px 0;
    z-index: 1000;
}

/* Logo */
.sidebar-header {
    text-align: center;
    padding: 10px 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-header img {
    width: 120px;
    margin-bottom: 10px;
}

.sidebar-header h6 {
    font-size: 14px;
    opacity: 0.8;
}

/* Nav Links */
.sidebar-nav {
    padding: 20px 0;
}

.sidebar-nav .nav-link {
    color: #cfd8dc;
    padding: 21px 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.sidebar-nav .nav-link i {
    margin-right: 10px;
    font-size: 16px;
}

.sidebar-nav .nav-link:hover {
    background: #051e38;
    color: #fff;
}

/* Submenu */
.submenu {
    list-style: none;
    padding-left: 35px;
    background: #243447;
}

.submenu li a {
    display: block;
    padding: 8px 0;
    color: #b0bec5;
    font-size: 13px;
    text-decoration: none;
}

.submenu li a:hover {
    color: #fff;
}

/* Profile */
.sidebar-profile {
    padding: 15px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
}

.sidebar-profile img {
    width: 35px;
    margin-right: 10px;
}



/* =============================
   TOPBAR
============================= */

.admin-topbar {
    height: 100px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 0 20px;
    margin-left: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-topbar img {
    width: 86px;
}

@media (min-width: 992px) {
    .admin-topbar {
        display: none !important;
    }
}



.topbar-toggle {
    background: none;
    border: none;
    font-size: 22px;
}

/* =============================
   MAIN CONTENT
============================= */

.admin-content {
    margin-left: 260px;
    padding: 25px;
}

/* =============================
   OFFCANVAS (MOBILE)
============================= */

.admin-offcanvas {
    width: 260px;
    background: #1f2d3d;
    color: #fff;
}

.admin-menu {
    list-style: none;
    padding: 0;
}

.admin-menu li a {
    display: flex;
    align-items: center;
    padding: 26px 20px;
    color: #cfd8dc;
    text-decoration: none;
    font-size: 14px;
}

.admin-menu li a:hover {
    background: #32465a;
    color: #fff;
}

.admin-menu i {
    margin-right: 10px;
}

.menu-contact {
    padding: 20px;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* =============================
   RESPONSIVE
============================= */

@media (max-width: 991px) {

    .admin-sidebar {
        display: none !important;
    }

    .admin-topbar {
        margin-left: 0;
    }

    .admin-content {
        margin-left: 0;
    }
}


/* =========================================ADMIN-DASHBOARD=========================================== */

/* ===============================
   MAIN LAYOUT
=================================*/
/* ===============================
   GLOBAL BACKGROUND
=================================*/

.dashboard-section {
    margin-top: -95px;
}

.main-content {
    margin-left: 260px;
    padding: 40px;
    min-height: 100vh;
}

@media (max-width: 992px) {
    .main-content {
        margin-left: 0;
        padding: 20px;
        margin-top: 20px;
    }

}

/* ================= DASHBOARD ROW ================= */

.dashboard-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 55px;
}

/* ================= CARD STYLE ================= */

.dashboard-card {
    background: linear-gradient(135deg, #ffffff, #f8f9ff);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.30);
    transition: all 0.3s ease;
    border-left: 5px solid #4e73df;
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

/* Different Accent Colors */

.dashboard-row .dashboard-card:nth-child(1) {
    border-left-color: #4e73df;
    /* Blue */
}

.dashboard-row .dashboard-card:nth-child(2) {
    border-left-color: #1cc88a;
    /* Green */
}

/* ================= CARD HEADER ================= */

.dashboard-card .card-header h5 {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    font-size: 24px;
}

/* ================= ACTIVITY LIST ================= */

.activity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.activity-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    transition: 0.2s;
}

.activity-list li:hover {
    background: #f4f6ff;
    padding-left: 8px;
    border-radius: 6px;
}

.activity-list li span {
    font-weight: 500;
    color: #060606;
}

.activity-list li small {
    color: #424242;
}

/* ================= QUICK ACTIONS ================= */

.quick-actions {
    background: linear-gradient(135deg, #ffffff, #f3f6ff);
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.quick-actions h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.quick-actions .action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.quick-actions .btn {
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 500;
    transition: 0.3s;
}

.quick-actions .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ================= MOBILE RESPONSIVE ================= */

@media (max-width: 991px) {

    .dashboard-row {
        grid-template-columns: 1fr;
        /* One after one */
    }

    .quick-actions .action-buttons {
        flex-direction: column;
    }

    .quick-actions .btn {
        width: 100%;
        text-align: center;
    }

}



/* ===============================
   SECTION TITLE
=================================*/

/* Section Header */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.section-header h4 {
    font-weight: 600;
    font-size: 30px;
}

.welcome-text {
    font-size: 14px;
    color: #000b14;
}

.welcome-text strong {
    font-size: 18px;
    color: red;
}

/* Grid Layout */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

/* Card Design */
.stat-card {
    border-radius: 16px;
    padding: 25px;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.stat-card:hover {
    transform: translateY(-6px);
}

/* Card Content */
.stat-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-card h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.stat-card span {
    font-size: 14px;
    opacity: 0.9;
}

.stat-icon {
    font-size: 32px;
    opacity: 0.9;
}

/* Gradient Colors */
.gradient-primary {
    background: linear-gradient(135deg, #c3c1f0, #6366f1);
}

.gradient-success {
    background: linear-gradient(135deg, #c7f3e5, #10b981);
}

.gradient-warning {
    background: linear-gradient(135deg, #fcebd7, #f59e0b);
}

.gradient-info {
    background: linear-gradient(135deg, #9ed5ee, #38bdf8);
}

/* Responsive */
@media (max-width: 768px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


/* foot.php */
/* ===== Admin Footer Normal ===== */
.admin-footer {
    background: #0b0f3b;
    /* dark blue like screenshot */
    color: #ffffff;
    padding: 15px 20px;
    margin-left: 250px;
    /* same as sidebar width */
    font-size: 14px;
}

/* Links */
.admin-footer a {
    text-decoration: none;
    color: #4da3ff;
    font-weight: 500;
    transition: 0.3s;
}

.admin-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
    .admin-footer {
        margin-left: 0;
        text-align: center;
    }
}

/* Property_management */
.house_liv_page {
    padding: 40px 20px;
    margin-left: 273px;
}

.house_liv_page h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111827;
}

.house_liv_form .form_group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.house_liv_form input,
.house_liv_form textarea,
.house_liv_form select {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 1rem;
}

.house_liv_form textarea {
    min-height: 120px;
    resize: vertical;
}

.house_liv_btn {
    background-color: #3b82f6;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.house_liv_btn:hover {
    background-color: #2563eb;
}

.house_liv_btn_inner .btn-primary {
    color: #fff;
    margin-bottom: 20px;
    padding: 10px 65px;
}

.house_liv_table {
    width: 83%;
    border-collapse: collapse;
    margin-left: 219px;
}

.house_liv_table th,
.house_liv_table td {
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    text-align: left;
    font-size: 0.95rem;
}

.house_liv_table th {
    background-color: #f3f4f6;
    font-weight: 600;
}

.house_liv_table td .house_liv_btn {
    margin-right: 5px;
    padding: 6px 12px;
    font-size: 0.85rem;
}

/* Property Cards */
.property_cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.property_card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    width: calc(33.333% - 13.33px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.property_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.property_card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.property_info {
    padding: 15px;
}

.property_info h4 {
    font-size: 1.25rem;
    margin-bottom: 5px;
    font-weight: 600;
    color: #111827;
}

.property_info p {
    margin-bottom: 5px;
    color: #4b5563;
    font-size: 0.95rem;
}

.property_info .status {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #fff;
    display: inline-block;
}

.status.active {
    background-color: #10b981;
}

.status.sold {
    background-color: #ef4444;
}

/* Responsive */
@media (max-width: 992px) {
    .property_card {
        width: calc(50% - 10px);
    }
}

@media (max-width: 576px) {
    .property_card {
        width: 100%;
    }
}

.section-buttons {
    display: flex;
    gap: 15px;
    margin: 25px 0;
}

.add-img-btn,
.add-content-btn {
    padding: 12px 22px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    transition: 0.3s;
}

.add-img-btn {
    background: linear-gradient(90deg, #06b6d4, #3b82f6);
}

.add-content-btn {
    background: linear-gradient(90deg, #7c3aed, #9333ea);
}

.add-img-btn:hover,
.add-content-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.extra-section {
    margin-top: 20px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.section-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.remove-btn {
    background: #ef4444;
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
}

.extra-textarea {
    width: 100%;
    min-height: 120px;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    resize: vertical;
}

.image-preview img {
    margin-top: 10px;
    max-width: 100%;
    border-radius: 12px;
}

/* add property */


/* Main background (match admin theme) */
.main-container {
    background-color: #f4f6f9;
}

/* Page Background */
.property-page {
    padding: 40px;
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    min-height: 100vh;
}

@media (max-width:678px) {
    .property-page {
        padding: 33px 10px;
        min-height: 100vh;
    }
}

/* Container */
.property-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    max-width: 1094px;
    margin-left: 261px;
    /* margin: auto; */
    width: 100%;
}

@media (max-width:768px) {
    .property-container {
        background: #ffffff;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
        max-width: 1094px;
        margin: auto;
        width: 100%;
    }
}

/* Header */
.property-header h2 {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.property-header p {
    color: #64748b;
    margin-top: 5px;
}

/* Upload Box */
.upload-box {
    border: 2px dashed #cbd5e1;
    padding: 40px;
    border-radius: 18px;
    text-align: center;
    margin-bottom: 30px;
    background: #f8fafc;
    transition: 0.3s ease;
    cursor: pointer;
}

.upload-box:hover {
    border-color: #2563eb;
    background: #eef2ff;
}

.upload-label span {
    font-weight: 600;
    color: #2563eb;
    font-size: 15px;
}

/* Image Preview */
.image-preview img {
    margin-top: 15px;
    max-width: 100%;
    border-radius: 12px;
}

/* Form Grid */
.form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
    gap: 25px;
    /* 👈 THIS creates space between columns */
    margin-bottom: 20px;
}

/* Floating Labels */
.form-group {
    position: relative;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 14px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    background: transparent;
    font-size: 14px;
}

/* Label Default Position */
.form-group label {
    position: absolute;
    left: 12px;
    top: 14px;
    background: #f4f6fa;
    /* same as form background */
    padding: 0 5px;
    color: #777;
    font-size: 14px;
    transition: 0.3s ease;
    pointer-events: none;
}

/* Move label when input focused OR has value */
.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label,
.form-group select:focus+label,
.form-group select:not([value=""])+label {
    top: -8px;
    left: 10px;
    font-size: 12px;
    color: #4a5cff;
    padding: 0 6px;
}

.form-group textarea {
    min-height: 130px;
    resize: vertical;
}



/* Floating Animation */
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #2563eb;
    background: #fff;
}


/* Submit Button */
.submit-btn {
    width: 100%;
    padding: 15px;
    border-radius: 14px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, #7c3aed, #2563eb);
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .property-container {
        padding: 25px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }
}

/* Add Section Button */
.add-section-btn {
    margin-top: 20px;
    background: linear-gradient(90deg, #06b6d4, #3b82f6);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.add-section-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

/* Extra Section Card */
.extra-section {
    margin-top: 25px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.3s ease;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.section-header h4 {
    font-weight: 600;
    color: #2563eb;
}

.remove-btn {
    background: #ef4444;
    border: none;
    color: white;
    border-radius: 8px;
    padding: 4px 10px;
    cursor: pointer;
}

/* Smaller Upload */
.upload-box.small {
    padding: 20px;
    margin-bottom: 15px;
}

/* Editor Toolbar */
.editor-toolbar {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.editor-toolbar button {
    padding: 6px 10px;
    border-radius: 8px;
    border: none;
    background: #e2e8f0;
    cursor: pointer;
    font-weight: bold;
}

.editor-toolbar button:hover {
    background: #cbd5e1;
}

/* Editable Area */
.editable-content {
    min-height: 120px;
    padding: 15px;
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    outline: none;
    transition: 0.3s;
}

.editable-content:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-with-prefix {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-prefix .prefix {
    position: absolute;
    left: 12px;
    font-size: 14px;
    color: #555;
    pointer-events: none;
}

.input-with-prefix input {
    width: 100%;
    padding: 12px 12px 12px 95px;
    /* space for Bengaluru */
    border: 1px solid #ddd;
    border-radius: 8px;
}

.input-with-prefix .prefix {
    background: #f3f4f6;
    padding: 6px 10px;
    border-radius: 6px;
    left: 8px;
}

.features-group {
    position: relative;
}

.features-label {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

/* FEATURES SECTION FIX */
.features-group {
    margin-top: 25px;
}

.features-title {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}

/* Features Grid */
.features-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Feature Box */
.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 20px;
    background: #f1f3f7;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    border: 1px solid transparent;
}

/* Hide default checkbox */
.feature-item input[type="checkbox"] {
    pointer-events: auto;
    cursor: pointer;
    accent-color: blue;
    color: #fff;
}

/* Hover */
.feature-item:hover {
    background: #e4e7ff;
}

/* Active state */
.feature-item.active {
    /* background: linear-gradient(135deg, #6a5acd, #7b68ee); */
    color: white;
    border: 1px solid #6a5acd;
}


/* When Checked */
.feature-item input:checked+span {
    font-weight: 600;
    color: #0d6efd;
}

/* Responsive */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}

/* SECTION BUTTONS WRAPPER */
.section-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    position: relative;
    z-index: 999;
}

/* COMMON BUTTON STYLE */
.section-buttons button {
    padding: 12px 22px;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

/* ADD IMAGE BUTTON */
.add-img-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

/* ADD CONTENT BUTTON */
.add-content-btn {
    background: linear-gradient(135deg, #ff9966, #ff5e62);
}

/* HOVER EFFECT */
.section-buttons button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* CLICK EFFECT */
.section-buttons button:active {
    transform: scale(0.96);
}

/* FIX IF SOMETHING OVERLAPS */
.add-img-btn,
.add-content-btn {
    position: relative;
    z-index: 9999;
}

/* ======================================PROPERTY LIST===================================== */
/* ===============================
   ADMIN CONTENT AREA
=================================*/
.admin-content-area {
    padding: 30px 40px;
    background: #f4f6fb;
    min-height: 100vh;
}

/* ===============================
   CARD STYLE
=================================*/
.admin-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    padding: 25px;
    transition: 0.3s ease;
    border: 1px solid #cbc6c6;
    margin-left: 229px;
    margin-top: 5px;
}

.admin-card-header {
    margin-bottom: 25px;
}

.admin-title {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
}

.admin-subtitle {
    font-size: 14px;
    color: #6b7280;
}

/* ===============================
   TABLE CONTAINER
=================================*/
.admin-table-container {
    overflow-x: auto;
}

.admin-data-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

/* ===============================
   TABLE HEADER
=================================*/
.admin-data-table thead {
    background: linear-gradient(to right, #f9fafb, #eef2f7);
}

.admin-data-table th {
    padding: 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #374151;
    border-bottom: 1px solid #e5e7eb;
}

/* ===============================
   TABLE BODY
=================================*/
.admin-data-table td {
    padding: 18px 16px;
    border-bottom: 1px solid #f1f3f6;
    font-size: 14px;
    color: #4b5563;
    vertical-align: middle;
}

.admin-data-table tbody tr {
    transition: 0.25s ease;
}

.admin-data-table tbody tr:hover {
    background: #f9fafc;
}

/* ===============================
   PROPERTY INFO
=================================*/
.property-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.property-image {
    width: 70px;
    height: 55px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.property-details h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.property-id {
    font-size: 12px;
    color: #9ca3af;
}

/* ===============================
   PRICE
=================================*/
.price {
    font-weight: 600;
    color: #111827;
}

/* ===============================
   TYPE TAG
=================================*/
.property-type {
    background: #e0f2fe;
    color: #0369a1;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* ===============================
   STATUS BADGE
=================================*/
.badge {
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
}

.badge.active {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}

.badge.inactive {
    background: rgba(239, 68, 68, 0.12);
    color: #dc2626;
}

/* ===============================
   ACTION BUTTONS
=================================*/
.action-btn {
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 13px;
    text-decoration: none;
    margin: 0 4px;
    transition: 0.3s ease;
    font-weight: 500;
}

.edit-btn {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 6px 15px rgba(37, 99, 235, 0.25);
}

.edit-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

.delete-btn {
    background: #ef4444;
    color: #fff;
    box-shadow: 0 6px 15px rgba(239, 68, 68, 0.25);
}

.delete-btn:hover {
    background: #dc2626;
    transform: translateY(-2px);
}

.text-center {
    text-align: center;
}

.no-data {
    text-align: center;
    padding: 30px;
    color: #9ca3af;
}

/* ===============================
   RESPONSIVE DESIGN
=================================*/

@media (max-width: 1024px) {
    .admin-content-area {
        padding: 20px;
    }
}

@media (max-width: 768px) {

    .admin-data-table th,
    .admin-data-table td {
        padding: 12px;
        font-size: 13px;
    }

    .property-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .property-image {
        width: 100%;
        height: 140px;
    }

    .actions {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .action-btn {
        width: 100%;
        text-align: center;
    }
}

/* Property Image */
.admin-property-img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
}

/* Price */
.price {
    font-weight: 700;
    color: #2c7be5;
}

/* Area */
.area {
    font-weight: 600;
    color: #444;
}

/* No Image */
.no-image {
    font-size: 12px;
    color: #999;
}

/* Badge styling example */
.badge.active {
    background: #28a745;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.badge.inactive {
    background: #dc3545;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

/* ================================ALL PROPERTY====================================== */
/* BASIC CLEAN MODERN STYLE */

/* ===== GLOBAL ===== */

/* Main content with sidebar spacing */
.main-content {
    margin-left: 260px;
    /* Adjust according to sidebar width */
    padding: 30px;
    background: #f4f6f9;
    min-height: 100vh;
}

@media (max-width:768px) {
    .main-content {
        margin-left: 0;
        padding: 40px;
        min-height: 100vh;
    }
}

/* Page Header */
.page-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.page-header p {
    color: #777;
    margin-bottom: 30px;
}

/* Grid Layout */
.property-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
}

/* Card Design */
.property-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.55);
    transition: 0.3s ease;
}

.property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Image */
.property-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    width: 100%;
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Status Badge */
.property-status {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    background: green;
}

/* Status Colors */
.property-status.available {
    background: #28a745;
}

.property-status.sold {
    background: #dc3545;
}

.property-status.pending {
    background: #ffc107;
    color: #000;
}

/* Content */
.property-content {
    padding: 20px;
}

.property-title {
    font-size: 24px;
    color: #08082a;
    margin-bottom: 10px;
    font-weight: 600;
}

.property-price {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 12px;
}

.property-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #0037ff;
}