@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root{
    --primary-color: #266063;
    --accent-color: #E0E2E2;
    --secondary-color: #81B89F;
    --text-color: #353033;
    --white-color: #ffffff;
    --black-color: #000000;
    --arabic-font: 'SFM', sans-serif;
    --transition: all 0.3s linear 0s;

    
}
html , body{
    direction: rtl;
    text-align: right;
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'SFM';
    src: url('/font/Al-Jazeera-Arabic\ Regular.ttf') format('truetype');
}


*{
    font-family: var(--arabic-font);
}
header{
    position: sticky;
    top: 0;
    z-index: 1000;
}
a{
    text-decoration: none !important;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1500px !important;
}
/* btn_default */
.btn_default {
    background-color: var(--primary-color);
    color: var(--white-color) !important;
    justify-content: center;
    text-align: center;
    border-radius: 12px;

    background-image: linear-gradient(90deg, transparent, var(--primary-color), var(--secondary-color), transparent);
    background-position: left;

    background-size: 300% 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    border: 1px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    line-height: normal;
    margin: 0;
    margin-bottom: 1rem;
    overflow: visible;
    transition: var(--transition);
    position: relative;
    z-index: 0;
    max-width: max-content;
    text-wrap: nowrap;
    overflow: hidden;
}
.btn_secondary.btn_default{
    background-image: linear-gradient(90deg, transparent, var(--primary-color), var(--secondary-color), transparent);
    background-position: right;
}
.btn_default:hover{
    /* background: var(--black-color); */
    transition: var(--transition);
    background-position: right;
    border: 1px solid var(--white-color);
}
.btn_secondary.btn_default:hover{
    background-position: left;
}
.btn_default .btn_default-text {
    display: inline-grid;
    align-content: center;
    text-align: left;
    transition: var(--transition);
    gap: 10px;
    height: 100%;
}
.btn_default i{
    line-height: 1rem;
}
#nav{
    padding: 1rem;
    background: var(--accent-color);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.179);
}


#logo img{
    width: 100px;
}
#nav-item{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}
#nav-item::before{
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    height: 100%;
    border-bottom: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    transition: var(--transition);
    background: var(--white-color);
    z-index: -1;
}
#nav-item:hover::before{
    width: 100%;
}
#nav-item:hover{
    color: var(--secondary-color);
}

/*-----------------*/
/*--- Banner Home --*/
/*-----------------*/
.ModalVid_about .modal-content{
    background: transparent !important;
    border: 0 !important;
}
.ModalVid_about .modal-header{
    border: 0 !important;
    padding: 0;

}
.close.close_modal{
    background: var(--primary-color);
    color: var(--white-color);
    padding: 10px;
    box-shadow: none !important;
    border-radius: 10px 10px 0 10px;
    opacity: 1;
    margin: 0 0 0 auto;
}
.ModalVid_about .modal-body{
    padding: 0;
}
.ModalVid_about video{
    border-radius: 10px 0 10px 10px;
}
.modal-backdrop{
    background: #ffffff;
    opacity: 0.9 !important;
}

.banner_home {
    position: relative;
    min-height: 70vh;
    padding: 50px 0;
    align-content: center;
    background: url('../img/banner.jpg') center center/cover no-repeat fixed;
    z-index: 1;
}
.banner-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #26606375;
    background-color: transparent;
    background-image: linear-gradient(106deg, #1b1b1b9b 0%, #1b1b1b67 50%);
    background-image: linear-gradient(106deg, #1b1b1b67 0%, #E0E2E2ee 50%);
    z-index: 1;
}
.banner-content {
    position: relative;
    z-index: 2;
    margin-top: 60px;
    margin-bottom: 30px;
}
.banner-subtitle {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
    max-width: max-content;
    background-image: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
    background-position: center;
    background-size: 300% 100%;
    /* background: var(--white-color); */
    padding: 10px;
    border-bottom: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    border: 1px solid var(--white-color);
    border-radius: 10px;
}
.banner-title {
    color: var(--white-color);
    color: var(--primary-color);
    color: transparent;
    background-image: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    background-position: left;
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 40px;
    font-weight: 800;
    /* line-height: 1.1; */
    margin-bottom: 0;
}
.desc_banner{
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0;
}
.desc_banner span{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
}
.banner-search-box {
    position: relative;
    z-index: 2;
    background: #ffffff;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    padding: 20px 24px 18px 20px;
    margin-top: 30px;
    width: 100%;
}
.form_searchTit{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.banner-search-box label {
    margin-left: 18px;
    color: var(--text-color);
    font-size: 1.1em;
}
.banner-search-box input[type="radio"] {
    margin-left: 6px;
}
.search-fields {
    gap: 18px;
    /* flex-wrap: wrap; */
}
.search-input {
    border-radius: 10px !important;
    border: 1px solid var(--secondary-color) !important;
    background: #f7fafd !important;
    font-size: 1.1em;
    min-width: 180px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 48px;
    margin-bottom: 0;
}
.banner-stats {
    position: relative;
    z-index: 2;
    gap: 18px;
    margin-top: 18px;
}
.stat-item {
    background: var(--white-color);
    color: var(--primary-color);
    border-radius: 10px;
    padding: 8px 22px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}
.stat-item i {
    color: var(--secondary-color);
    font-size: 1.2em;
}

/*-----------------*/
/*--- Custom Select with Search ---*/
/*-----------------*/
.custom-select-search {
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 1.1em;
    z-index: 10;
}
.selected-option {
    background: #f7fafd;
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    padding: 12px 16px;
    cursor: pointer;
    color: var(--primary-color);
    font-weight: 500;
    transition: border 0.2s;
    height: 48px;
    display: flex;
    align-items: center;
    position: relative;
}
.selected-option:focus{
    box-shadow: 0 0 0 .2rem #81B89F2b;
}
.selected-option:after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    left: 16px;
    color: var(--secondary-color);
    font-size: 1em;
    pointer-events: none;
    transition: transform 0.2s;
}
.selected-option.open:after {
    transform: rotate(180deg);
}
.dropdown-list {
    display: none;
    position: absolute;
    bottom: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    z-index: 100;
    padding: 10px 0 10px 0;
    border: 1px solid #eee;
}
.selected-option.open + .dropdown-list {
    display: block;
}
.dropdown-search {
    width: 90%;
    margin: 0 auto 8px auto;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #f7fafd;
    font-size: 1em;
    outline: none;
    display: block;
}
.dropdown-options {
    max-height: 180px;
    overflow-y: auto;
}
.dropdown-option {
    padding: 10px 18px;
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
    border: 1px solid #f7fafd;
}
.dropdown-option:hover,
.dropdown-option.selected {
    background: #f7fafd !important;
    border-color: #c7d5e1;
}


.form-control:focus{
    box-shadow: 0 0 0 .2rem #81B89F2b;
}

/*-----------------*/
/*-- Property Types --*/
/*-----------------*/
.property-types {
    padding: 80px 0;
    /* background: #eaf0f5; */
}

.section-header {
    margin-bottom: 25px;
}

.section-subtitle {
    /* color: var(--secondary-color);
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px; */
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
    max-width: max-content;
    background-image: linear-gradient(90deg, transparent, var(--primary-color), var(--secondary-color));
    background-position: right;
    background-size: 300% 100%;
    /* background: var(--white-color); */
    padding: 10px;
    border-bottom: 2px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    border: 1px solid var(--white-color);
    border-radius: 10px;
}

.section-title {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}


.property-type-card {
    background: var(--white-color);
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    border: 1px solid #c7d5e1;
}

.property-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-color: var(--secondary-color);
}

.property-type-icon {
    width: 70px;
    height: 70px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: var(--transition);
}

.property-type-card:hover .property-type-icon {
    background: var(--primary-color);
}

.property-type-icon i {
    font-size: 28px;
    color: var(--secondary-color);
    transition: var(--transition);
}

.property-type-card:hover .property-type-icon i {
    color: var(--white-color);
}

.property-type-title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.property-type-count {
    color: var(--secondary-color);
    font-size: 14px;
    margin: 0;
}


.featured-properties {
    padding: 20px 0;
    background: var(--white-color);
    overflow: hidden;
    border-top: 1px solid #c7d5e156;
}

/* .property-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    padding: 0 15px;
}

.tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 35px;
    background: var(--accent-color);
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid transparent;
}
.tab img{
    width: 40px;
}
.tab.active {
    background: var(--white-color);
    border-color: var(--secondary-color);
    color: var(--secondary-color);
} */
.abs_link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.property-card {
    position: relative;
    background: var(--white-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: var(--transition);
    height: 100%;
    border: 1px solid #c7d5e1;
}

.property-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.property-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.property-image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.property-card:hover .property-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.property-card:hover .property-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}


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

/* .property-card:hover .property-image img {
    transform: scale(1.1);
} */

.property-price {
    /* position: absolute; */
    /* bottom: 15px; */
    /* right: 15px; */
    color: var(--primary-color);
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
}

.property-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 20px;
    border-radius: 6px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
}

.property-badge.commercial {
    background: var(--primary-color);
    color: var(--white-color);
}

/* .property-badge.residential {
    background: var(--accent-color);
    color: var(--primary-color);
} */

/* .property-content {
    padding: 20px;
} */

.property-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.property-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color);
    font-size: 15px;
    /* margin-bottom: 15px; */
}

.property-location i {
    color: var(--secondary-color);
}
.topbody_Property{
    padding: 10px 20px;
    border-bottom: 1px solid #c7d5e1;
    /* border-top: 1px solid #c7d5e1; */
}
.property-details {
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    color: var(--text-color);
    font-size: 14px;
    border-bottom: 1px solid #c7d5e1;
    border-radius: 0;
}

.property-details span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 1px 7px;
    white-space: nowrap;
}
.property-details span:not(:last-child){
    border-left: 1px solid var(--accent-color);
}
.property-details i {
    color: var(--secondary-color);
}

@media (max-width: 767.98px) {
    .featured-properties {
        padding: 25px 0;
    }
    
    /* .property-tabs {
        gap: 10px;
        margin-bottom: 30px;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .property-tabs::-webkit-scrollbar {
        display: none;
    }
    
    .tab {
        padding: 8px 16px;
        flex-shrink: 0;
    } */
    
    .property-image {
        height: 200px;
    }
    
    .property-title {
        font-size: 16px;
    }
    
    .property-details {
        flex-wrap: wrap;
    }
    
    /* .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    } */
}

/* Footer Styles */
.main-footer {
    /* background-color: var(--accent-color); */
    background: var(--primary-color);
    padding: 80px 0 30px;
    color: var(--primary-color);
    position: relative;
}
.main-footer .container{
    padding: 0 15px;
}
/* Company Info */
.footer-about {
    margin-bottom: 30px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.footer-desc {
    color: var(--white-color);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 16px;
    border: 1px solid #c7d5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    color: var(--white-color);
    transition: var(--transition);
}

.social-link:hover {
    color: var(--primary-color);
    background: var(--white-color);
    margin-top: -10px;
}

/* Sell Buy Card */
.sell-buy-card {
    background: var(--white-color);
    border: 1px solid #c7d5e1;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.house-icon {
    width: 60px;
    margin-bottom: 20px;
}

.sell-buy-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.sell-buy-card p {
    color: var(--text-color);
    margin-bottom: 20px;
    font-size: 15px;
}

.contact-link {
    color: var(--secondary-color);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: var(--primary-color);
}

/* Footer Links */
.footer-title {
    color: var(--accent-color);
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
}

.footer-links ul {
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: var(--white-color);
    transition: all 0.3s ease;
    font-size: 15px;
}

.footer-links ul li a:hover {
    color: var(--secondary-color);
    padding-right: 5px;
}

/* Newsletter */
.footer-newsletter{
    border: 1px solid #c7d5e1;
    background: var(--white-color);
    padding: 20px;
    border-radius: 16px;
}
.footer-newsletter .form-control {
    border-radius: 16px !important;
    border: 1px solid #c7d5e1 !important;
    background: #f7fafd !important;
    font-size: 1.1em;
    min-width: 180px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 48px;
    margin-bottom: 0;
}

.footer-newsletter .form-control::placeholder {
    color: var(--text-color);
}

.footer-newsletter .form-check-label {
    color: var(--text-color);
    font-size: 14px;
}

.footer-newsletter .btn_default {
    width: 100%;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* Download App Section */
.footer-app {
    text-align: center;
    padding: 30px 0;
    border: 1px solid #c7d5e1;
    background: var(--accent-color);
    border-radius: 16px;
    max-width: 1000px;
    margin: 0 auto 30px;
    /* border-top: 1px solid #c7d5e1; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.footer-app h3 {
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 25px;
}

.app-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.app-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--primary-color) !important;
    font-size: 19px;
    font-weight: 500;
    transition: var(--transition);
    border: 1px solid var(--secondary-color);
    border-radius: 16px;
    padding: 10px 20px;
}
.app-btn:hover{
    background: var(--white-color);
}
.app-btn img {
    height: 45px;
    transition: transform 0.3s ease;
}

.app-btn:hover img {
    transform: translateY(-3px);
}

/* Copyright */
.footer-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright p {
    color: var(--white-color);
    margin: 0;
    font-size: 14px;
}
.footer-copyright p span{
    color: var(--secondary-color);
}
/* Responsive Styles */
@media (max-width: 991px) {
    .main-footer {
        padding: 60px 0 20px;
    }
    
    .footer-about, .footer-links, .footer-newsletter {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .app-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}


/* Contact Section Styles */
.contact-section {
    position: relative;
    background: linear-gradient(135deg, var(--accent-color) 0%, #ffffff 100%);
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--secondary-color);
    opacity: 0.1;
    border-radius: 50%;
    top: -150px;
    right: -150px;
}

.contact-section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: var(--primary-color);
    opacity: 0.1;
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
}

.section-header {
    position: relative;
    z-index: 1;
}

.contact-form-wrapper {
    position: relative;
    background: var(--white-color);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 1;
    margin-bottom: 20px;
}

.contact-form-wrapper::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--secondary-color);
    opacity: 0.1;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    z-index: -1;
}

.contact-info-wrapper {
    position: relative;
    background: var(--white-color);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    z-index: 1;
}

/* Contact Form Bottom Section */
.contact-bottom-info {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.contact-highlight {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/* .office-location{
    background: var(--white-color);
} */
.highlight-icon {
    width: 45px;
    height: 45px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.highlight-text {
    color: var(--primary-color);
    font-size: 0.9rem;
}

.highlight-text strong {
    display: block;
    font-size: 1.1rem;
    color: var(--secondary-color);
}

/* Form Styles */
.form-header h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form-header p {
    color: var(--text-color);
    font-size: 1rem;
}

.form-floating {
    position: relative;
}

.form-floating > .form-control {
    height: 60px;
    padding: 1rem;
    border-radius: 10px;
    border: 2px solid #eee;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    text-align: right;
}

.form-floating > textarea.form-control {
    min-height: 150px;
}

.form-floating > label {
    padding: .5rem;
    color: var(--text-color);
}

.form-floating > .form-control:focus {
    border-color: var(--secondary-color);
    box-shadow: none;
}

/* Contact Info Styles */
.info-title {
    color: var(--primary-color);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

.info-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 40px;
    height: 3px;
    background: var(--secondary-color);
    border-radius: 2px;
}

/* Quick Contact Card */
.contact-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--accent-color);
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.contact-card i {
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.contact-details {
    flex: 1;
}

.contact-details .label {
    display: block;
    color: var(--text-color);
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.contact-details .value {
    display: block;
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
}
/* Contact Form Bottom Section */
.contact-bottom-info {
    margin-top: 2rem;
    padding: 2rem;
    background: var(--accent-color);
    border-radius: 12px;
    margin-bottom: -1rem;
}

.contact-highlight {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--white-color);
    border-radius: 10px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.contact-highlight:last-child {
    margin-bottom: 0;
}

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

.highlight-icon {
    width: 45px;
    height: 45px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.highlight-text {
    flex: 1;
}

.highlight-text strong {
    display: block;
    color: var(--primary-color);
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}

.highlight-text span {
    color: var(--text-color);
    font-size: 0.9rem;
    display: block;
}
/* Method Grid */
.method-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.method-card {
    background: var(--accent-color);
    padding: 1.2rem;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.method-card i {
    font-size: 1.5rem;
    color: var(--secondary-color);
    transition: all 0.3s ease;
}

.method-card span {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 500;
}

.method-card:hover {
    background: var(--secondary-color);
}

.method-card:hover i,
.method-card:hover span {
    color: var(--white-color);
}

/* Hours Grid */
.hours-grid {
    display: grid;
    gap: 1rem;
}

.hours-card {
    background: var(--accent-color);
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hours-card .day {
    color: var(--primary-color);
    font-weight: 600;
}

.hours-card .time {
    color: var(--secondary-color);
}

/* Location Card */
.location-card {
    background: var(--white-color);
    padding: 1.5rem;
    margin-top: 1rem;
    border-radius: 12px;
}

.location-card .address {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.location-card .address i {
    color: var(--secondary-color);
}

.location-card .map-container {
    border-radius: 10px;
    overflow: hidden;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .contact-form-wrapper,
    .contact-info-wrapper {
        padding: 1.5rem;
    }

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

    .contact-details .value {
        font-size: 1.2rem;
    }
}


/* About Section Styles */
.about-section {
    background-color: var(--white-color);
    overflow: hidden;
    padding: 80px 0;
}

.about-images {
    position: relative;
    width: 100%;
    padding: 15px;
}
.experiancs_num{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: var(--white-color);
    background-image: linear-gradient(180deg , var(--secondary-color),  var(--primary-color));
    background-position: top;
    background-size: 300% 100%;
    border: 1px solid var(--white-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 20px 25px;
    font-size: 30px;
    transition: var(--transition);
    max-width: max-content;
    white-space: nowrap;
    font-weight: 500;
    /* animation: topBottom 1s ease-in-out infinite alternate-reverse both; */
}
/* @keyframes topBottom {
    from{
        transform: translate(-50% , -60%);
    }
    to{
        transform: translate(-50% , -40%);
    }
} */
/* Image Grid Layout */
.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    height: 600px;
}

.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.grid-item img:hover {
    transform: scale(1.05);
}

/* Grid Item Specific Layouts */
.grid-item-1 {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.grid-item-2, .grid-item-3 {
    height: 100%;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .image-grid {
        height: 400px;
    }
    
}

.section-badge {
    display: inline-block;
    padding: 8px 16px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.9rem;
}

.section-title {
    /* color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700; */
    line-height: 1.4;
}

.section-description {
    color: var(--text-color);
    font-size: 1.1rem;
    line-height: 1.8;
}
.list-info{
    padding: 10px 20px;
    background: var(--accent-color);
    border-radius: 12px;
}
.list-infoItem {
    color: var(--text-color);
}
.list-infoItem strong{
    color: var(--primary-color);
}
.features-list .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.features-list .feature-item i {
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.features-list .feature-item span {
    color: var(--text-color);
    font-size: 1.1rem;
}

.contact-info {
    padding-right: 20px;
}

.contact-info .icon-box {
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.contact-info .icon-box i {
    color: var(--white-color);
    font-size: 1.2rem;
}

.contact-info .contact-details p {
    color: var(--text-color);
    font-size: 0.9rem;
}

.contact-info .contact-details h5 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.2rem;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-images .main-image {
        width: 100%;
    }
    
    .about-images .secondary-image {
        width: 70%;
    }
    
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    .contact-info{
        padding: 0;
    }
    .about-images {
        margin-bottom: 60px;
    }
}
/* Company Overview Section */
.company-overview {
    background: var(--white-color);
    position: relative;
    padding: 4rem 0;
}

/* Section Header with Divider */
.divider-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.divider-bar {
    width: 50px;
    height: 2px;
    background: var(--secondary-color);
}

.divider-center i {
    color: var(--secondary-color);
    font-size: 1rem;
}

/* Overview Cards */
.overview-card {
    background: var(--white-color);
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.overview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--secondary-color);
}

.overview-card.active {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--white-color);
}

.overview-icon {
    width: 60px;
    height: 60px;
    background: var(--accent-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.overview-card.active .overview-icon {
    background: rgba(255, 255, 255, 0.2);
}

.overview-icon i {
    font-size: 1.5rem;
    color: var(--secondary-color);
}

.overview-card.active .overview-icon i {
    color: var(--white-color);
}

.overview-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.overview-card.active h3 {
    color: var(--white-color);
}

.overview-card p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

.overview-card.active p {
    color: rgba(255, 255, 255, 0.9);
}

/* Overview List */
.overview-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overview-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.overview-list li i {
    color: var(--secondary-color);
}

/* Vision Content */
.vision-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.vision-item h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.vision-item h4 i {
    font-size: 1rem;
}

.vision-item p {
    margin-bottom: 0;
}

/* Services List */
.services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.service-tag {
    background: var(--accent-color);
    padding: 0.8rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
}

.service-tag:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.service-tag i {
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.service-tag:hover i {
    color: var(--white-color);
}

.service-tag span {
    font-size: 0.9rem;
    font-weight: 500;
}

/* Values Grid */
.values-section {
    margin-top: 4rem;
    position: relative;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.value-item {
    background: var(--white-color);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.value-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--secondary-color);
}

.value-icon {
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

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

.value-item h4 {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.value-item p {
    color: var(--text-color);
    font-size: 0.9rem;
    margin: 0;
}

/* CTA Section */
.cta-section {
    margin-top: 4rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 3rem;
    border-radius: 15px;
    color: var(--white-color);
}

.cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .services-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    
    .cta-section {
        text-align: center;
        padding: 2rem;
    }
    
    .cta-section .text-lg-end {
        text-align: center !important;
        margin-top: 1.5rem;
    }
}

/* Authentication Pages Styles */
.auth-section {
    min-height: calc(100vh - 300px);
    padding: 60px 0;
    background: linear-gradient(135deg, var(--accent-color) 0%, #ffffff 100%);
    display: flex;
    align-items: center;
}

.auth-form-wrapper {
    background: var(--white-color);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.auth-header {
    margin-bottom: 30px;
}

.auth-header h2 {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.auth-header p {
    color: var(--text-color);
    font-size: 16px;
    margin: 0;
}

.auth-form .form-group {
    margin-bottom: 20px;
}

.auth-form .form-control {
    height: 50px;
    border-radius: 12px;
    border: 1px solid #eee;
    background: #f7fafd;
    padding: 10px 15px;
    font-size: 15px;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.auth-form .form-control:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.2rem #81B89F26;
}

.auth-form .form-control::placeholder {
    color: #999;
}

.auth-form .btn_default {
    margin-bottom: 20px;
    height: 50px;
}

.auth-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.auth-footer p {
    color: var(--text-color);
    margin: 0;
    font-size: 15px;
}

.auth-footer a {
    color: var(--secondary-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.auth-footer a:hover {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .auth-section {
        padding: 40px 0;
    }
    
    .auth-form-wrapper {
        padding: 30px 20px;
    }
}


/* Property Submission Section - Modern Design */
.property-submission-section { 
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.property-submission-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--secondary-color);
    opacity: 0.1;
    border-radius: 50%;
    top: -150px;
    right: -150px;
}

.submission-wrapper {
    background: var(--white-color);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}

.submission-content {
    padding: 50px;
    background: var(--primary-color);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 15px;
}

.submission-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.1;
}

.submission-content .section-badge {
    background: var(--secondary-color);
    color: var(--white-color);
    padding: 12px 25px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    box-shadow: 0 5px 15px rgba(172, 84, 49, 0.2);
}

.submission-content .section-title {
    color: var(--white-color);
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 1.3;
    position: relative;
}

.submission-content .features-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.submission-content .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: var(--transition);
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 1;
}

.submission-content .feature-item:hover {
    transform: translateX(-10px);
    background: rgba(255, 255, 255, 0.2);

}

.feature-icon {
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.feature-text h4 {
    color: var(--white-color);
    font-size: 1.3rem;
    margin-bottom: 8px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.feature-text p {
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.submission-form {
    padding: 50px;
    background: var(--white-color);
}

.form-section-title {
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-bottom: 10px;
}

.form-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background: var(--secondary-color);
    border-radius: 2px;
}

.form-section-title i {
    color: var(--secondary-color);
    font-size: 1.2em;
}

.image-upload-container {
    border: 2px dashed var(--primary-color);
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    background: rgba(172, 84, 49, 0.05);
    margin-bottom: 10px;
}

.image-upload-container:hover {
    border-color: var(--secondary-color);
    background: rgba(172, 84, 49, 0.1);
    transform: translateY(-5px);
}

.upload-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.upload-placeholder i {
    font-size: 3rem;
    color: var(--primary-color);
}

.upload-placeholder p {
    margin: 0;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.1rem;
}

.upload-placeholder span {
    font-size: 0.9rem;
    color: var(--text-color);
}

.submission-note {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(172, 84, 49, 0.1);
    padding: 20px;
    border-radius: 15px;
    margin-top: 30px;
    border-right: 3px solid var(--secondary-color);
}

.submission-note i {
    color: var(--secondary-color);
    font-size: 1.4rem;
}

.submission-note p {
    margin: 0;
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.6;
}

.submit-btn {
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 600;
}

@media (max-width: 991px) {
    .submission-content {
        margin: 10px;
        padding: 40px;
    }
    
    .submission-content .section-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    .submission-content {
        margin: 5px;
        padding: 30px;
    }
    
    .submission-content .section-title {
        font-size: 2rem;
        text-align: center;
    }
    .submission-form {
        padding: 30px;
    }
    
    .feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    
    .feature-icon {
        margin-bottom: 15px;
    }
    
    .submission-content .section-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .submission-content .section-title::after {
        right: 50%;
        transform: translateX(50%);
    }
}

/* Stats Section */
.stats-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: var(--transition);
}

.stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.stat-number {
    color: var(--white-color);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.stat-number::after {
    content: '+';
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 1.5rem;
    color: var(--secondary-color);
}

.stat-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
}

/* Info Bar */
.info-bar {
    background: var(--secondary-color);
    border-radius: 15px;
    padding: 25px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.info-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--white-color);
}

.info-text {
    color: var(--white-color);
}

.info-text h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-text p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
}

.info-button .btn_default {
    background: var(--white-color);
    color: var(--secondary-color) !important;
    border: none;
    margin: 0;
    padding: 12px 25px;
}

.info-button .btn_default:hover {
    background: var(--primary-color);
    color: var(--white-color) !important;
}

@media (max-width: 991px) {
    .stats-section {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .info-bar {
        flex-direction: column;
        text-align: center;
    }
    
    .info-content {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .stats-section {
        grid-template-columns: 1fr;
    }
}
.form-check-label{
    padding-right: 1rem;
}

/* Property Details Page Styles */
.property-details-section {
    padding: 50px 0;
}

/* Gallery Styles */
.property-gallery {
    position: relative;
}

.property-gallery .main-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.thumbnail-images {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
}

.thumbnail-images img {
    transition: var(--transition);
    border: 2px solid transparent;
}

.thumbnail-images img:hover {
    transform: translateY(-3px);
    border-color: var(--secondary-color);
}

/* Quick Info Styles */
.property-quick-info {
    display: flex;
    flex-direction: column;
}

.price-badge {
    background: var(--secondary-color);
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
}

.price-badge h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color);
}

.property-features .feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color);
}


.contact-owner .btn_default {
    margin-bottom: 10px;
}

.contact-owner .btn_default:last-child {
    margin-bottom: 0;
}

/* Property Details Styles */
.property-details {
    background: var(--white-color);
    border-radius: 15px;
}

.property-details h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    padding-right: 15px;
}

.property-details h3::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 2px;
}

.property-details ul li {
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 5px;
}

.property-details ul li strong {
    color: var(--primary-color);
    min-width: 120px;
    display: inline-block;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
}

.features-list li i {
    font-size: 1.2rem;
}

/* Similar Properties Styles */

.similar-property-item {
    transition: var(--transition);
    cursor: pointer;
}

.similar-property-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.similar-property-item h5 {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.similar-property-item .price {
    font-weight: 700;
    font-size: 1.1rem;
}

.similar-property-item .features {
    color: var(--text-color);
    font-size: 0.9rem;
}

.similar-property-item .features i {
    color: var(--secondary-color);
    margin-left: 5px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .property-quick-info {
        margin-top: 20px;
    }
    
    .similar-properties {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .property-gallery .main-image {
        height: 300px;
    }
    
    .thumbnail-images img {
        width: 80px;
        height: 60px;
    }
    
    .property-details h3 {
        font-size: 1.3rem;
    }
    
    .property-details ul li strong {
        min-width: 100px;
    }
}

@media (max-width: 576px) {
    .property-gallery .main-image {
        height: 250px;
    }
    
    .price-badge h3 {
        font-size: 1.2rem;
    }
    
    .similar-property-item .features {
        font-size: 0.8rem;
    }
}

/* Map Container Styles */
.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Hover Effects */
.btn_default:hover {
    transform: translateY(-2px);
}

.similar-property-item:hover img {
    transform: scale(1.05);
}

/* Additional Utility Classes */
.text-secondary {
    color: var(--secondary-color) !important;
}

.bg-accent {
    background: var(--accent-color) !important;
}

.rounded-custom {
    border-radius: 15px;
}

.shadow-custom {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Property Details Info Grid */
.property-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 30px;
    background: var(--white-color);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.info-group {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: var(--accent-color);
    border-radius: 12px;
    transition: var(--transition);
}

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

.info-label {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1rem;
}

.info-value {
    color: var(--text-color);
    font-size: 1rem;
}

/* Property Features List */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: var(--accent-color);
    border-radius: 12px;
    transition: var(--transition);
    border: 1px solid var(--secondary-color);
    background: var(--white-color);
}

.feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: var(--primary-color);
}

.feature-item i {
    color: var(--secondary-color);
    font-size: 1.2rem;
    width: 24px;
    text-align: center;
}

.feature-item span {
    color: var(--text-color);
    font-size: 0.95rem;
}

/* Property Description */
.property-description {
    background: var(--white-color);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.property-description h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-right: 15px;
}

.property-description h3::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 2px;
}

.property-description p {
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .info-group {
        /* flex-direction: column; */
        /* align-items: flex-start; */
        gap: 8px;
        /* text-align: center; */
    }

}

.carousel-item img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumbnail-nav{
    width: 120px;
    height: 120px;
    border-radius: 15px;
}


.policy_sec{
    position: relative;
    padding: 50px 0;
    background: var(--white-color);
}
.policy_content{
    padding: 15px;
    border: 1px solid #f7fafd;
    border-radius: 15px;
    background: var(--accent-color);
}

/* Policy Page Styles */
.policy_sec {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--white-color) 100%);
    min-height: 100vh;
}

.policy_content {
    background: var(--white-color);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(38, 96, 99, 0.1);
    margin: 2rem 0;
    border: 1px solid var(--accent-color);
}

.policy_content #logo {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background: var(--accent-color);
    border-radius: 15px;
}

.policy_content h1 {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.policy_content h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.policy_content h3 {
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    border-right: 4px solid var(--secondary-color);
    padding-right: 1rem;
}

.policy_content p {
    color: var(--text-color);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.policy_content ul {
    margin: 1rem 0 1.5rem 0;
}

.policy_content li {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
    padding-right: 1.5rem;
    position: relative;
}

.policy_content li::before {
    content: '•';
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: 0;
}

.policy_content strong {
    color: var(--primary-color);
    font-weight: 700;
}

.policy_content a {
    color: var(--secondary-color);
    font-weight: 500;
    transition: var(--transition);
    text-decoration: underline !important;
}

.policy_content a:hover {
    color: var(--primary-color);
    text-decoration: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .policy_content {
        padding: 2rem 1.5rem;
        margin: 1rem 0;
    }
    
    .policy_content h1 {
        font-size: 2rem;
    }
    
    .policy_content h3 {
        font-size: 1.2rem;
    }
    
    .policy_content p,
    .policy_content li {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .policy_content {
        padding: 1.5rem 1rem;
    }
    
    .policy_content h1 {
        font-size: 1.8rem;
    }
    
    .policy_content h3 {
        font-size: 1.1rem;
    }
}