/*@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');*/

/*.sansation-light {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sansation-regular {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sansation-bold {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sansation-light-italic {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.sansation-regular-italic {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.sansation-bold-italic {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-style: italic;
}
*/

:root {
    --primary: #0C4EA2;
    --yellow: #FFB600;
    --dark: #071733;
    --text: #334155;
    --muted: #64748b;
    --border: #cfe2ff;
    --soft: #f3f8ff;
    --white: #ffffff;
}

html,
body {
    overflow-x: hidden;
}

body {
    background: #ffffff;
    color: var(--dark);
    font-family: "Poppins", sans-serif;
}


/*.site-header {
    background: #ffffff;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 1000;
}*/

.logo-text {
    font-size: 21px;
    font-weight: 900;
    color: var(--dark);
}

.logo-text span {
    color: var(--primary);
}

.btn-main {
    background: var(--primary);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-weight: 400;
}

.btn-main:hover {
    background: #fefeff;
    color: #1C819E;
    border: 1px solid;
}

.btn-outline-main {
    color: var(--card);
    border: 1px solid var(--card);
    border-radius: 50px;
    font-weight: 700;
}

.btn-outline-main:hover {
    background: var(--primary);
    color: #ffffff;
}

/*.hero {
    padding: 28px 0 18px;
}

.hero-box {
    background: linear-gradient(135deg, #dbeafe, #f0f9ff, #ffffff);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 14px 40px rgba(37, 99, 235, 0.12);
}

.hero-title {
    font-size: 29px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 10px;
}

.hero-text {
    color: var(--text);
    font-size: 15px;
    margin-bottom: 18px;
    line-height: 1.3;
}*/

.list-cta {
    background: #ffffff;
    border: 2px dashed var(--primary);
    border-radius: 22px;
    padding: 18px;
    text-align: center;
}

.filter-box {
    position: relative;
    background: var(--primary);
    border: none;
    border-radius: 5px;
    padding: 22px;
    box-shadow: none;
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px #555555a6;
}

.filter-box::after {
    content: "’";
    position: absolute;
    right: 24px;
    top: -28px;
    color: var(--yellow);
    font-family: Arial, sans-serif;
    font-size: 160px;
    font-weight: 900;
    line-height: 1;
    z-index: 1;
    display: none;
}

.filter-box .row {
    position: relative;
    z-index: 2;
}

.filter-box label {
    color: #ffffff;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
}

.filter-box .form-select {
    border: none;
    border-radius: 25px;
    background-color: #ffffff;
    color: #64748b;
    font-size: 13px;
    height: 38px;
    padding: 8px 12px;
}

@media (max-width: 575px) {
    .pt-5 {
        padding-top: 18px !important;
    }

    .filter-box {
        padding: 22px 18px;
    }

    .filter-box::after {
        font-size: 110px;
        right: 14px;
        top: -18px;
    }

    .filter-box label {
        font-size: 14px !important;
    }

    .filter-box .row {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 12px;
    }

    .filter-box .form-select {
        height: 35px;
        font-size: 13px;
    }
}
/*.area-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.area-head {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

.property-item {
    padding: 15px;
    border-bottom: 1px dotted #2587b7;
}

.property-item:last-child {
    border-bottom: none;
}*/

/*.badge-sale {
    background: #912626;
    color: #ffffff;
}*/

/*.badge-rent {
    background: #FF9800;
    color: #ffffff;
}*/

/*.property-tag {
    display: inline-block;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-left: auto;
    float: inline-end;
}*/

.property-title {
    font-size: 16px;
    font-weight: 700;
    /*margin-bottom: 5px;*/
}

.property-detail {
    color: #0f172a;
    font-size: 15px;
    margin-bottom: 1px;
}

.connect-link {
    color: var(--primary);
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    margin-left: auto;
}

.empty-box {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 30px;
    text-align: center;
    color: var(--muted);
}

.footer {
    margin-top: 40px;
    padding: 45px 0 18px;
    background: var(--primary);;
    color: #ffffff;
}

.footer-title {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-heading {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-text {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 12px;
}

.footer-tagline {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 9px;
}

.footer-links a,
.footer-contact a,
.footer-partner a,
.footer-bottom a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-partner a:hover,
.footer-bottom a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-contact div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
}

.footer-contact i {
    color: #ffffff;
    font-size: 15px;
}

.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.25s ease;
    padding-top: 5px;
}

.footer-social a:hover {
    background: #ffffff;
    color: var(--dark);
}

.footer-partner {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
}

.footer-bottom {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 575px) {
    .footer {
        padding: 35px 0 18px;
        text-align: left;
    }

    .footer-title {
        font-size: 24px;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

/*@media (min-width: 992px) {
    .hero-title {
        font-size: 42px;
    }
}*/

@media (max-width: 575px) {
    .logo-text {
        font-size: 18px;
    }

    /*.hero-box {
        padding: 20px;
        border-radius: 22px;
    }

    .hero-title {
        font-size: 25px;
    }

    .header-action {
        font-size: 12px;
        padding: 8px 12px;
        width: 100px;
    }*/
}

.fw-bold {
    font-weight: 700 !important;
}

.owner-contact-box {
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    padding: 16px;
    text-align: center;
}

.owner-number {
    color: var(--primary);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
}

.success-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #dcfce7;
    color: #166534;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 900;
}
.logo-img {
    width: 50%;
}

/*post property page*/

.page-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}

.page-subtitle {
    color: var(--text);
    font-size: 15px;
    margin-bottom: 0;
}

.form-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.12);
}

.form-top {
    background: var(--primary);
    color: #ffffff;
    padding: 12px 26px;
}

.form-top h4 {
    font-weight: 700;
    margin: 0 0 4px;
}

.form-step {
    padding: 18px;
    border-bottom: 1px solid #eaf2ff;
}

.step-number {
    width: 28px;
    height: 28px;
    background: var(--primary-soft);
    color: var(--primary);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 13px;
    margin-right: 8px;
}

.step-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 14px;
    word-spacing: 2.5px;
}

.option-pill {
    border: 1px solid #cfe2ff;
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 500;
    background: #ffffff;
    /*margin: 4px;*/
    cursor: pointer;
}

.btn-check:checked + .option-pill {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
}

.form-control,
.form-select {
    border-radius: 25px;
    border-color: #cfe2ff;
    padding: 8px 14px;
    font-size: 13px;
}

.helper-text {
    color: var(--muted);
    font-size: 12px;
    margin-top: 5px;
}

.normal-preview-card {
    background: linear-gradient(135deg, #eff6ff, #ffffff);
    border: 1px solid #dbeafe;
    border-radius: 5px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.preview-head {
    margin-bottom: 8px;
}

.preview-badge {
    background: #ffc107;
    color: #000;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
}

.preview-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.preview-small {
    color: #334155;
    font-size: 12px;
    margin-bottom: 5px;
}

.empty-preview {
    color: #64748b;
    font-size: 14px;
}

@media (min-width: 992px) {
    body {
        /*padding-bottom: 40px;*/
    }

    
    .page-title {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .logo-text {
        font-size: 18px;
    }

    .header-action {
        font-size: 12px;
        padding: 8px 12px;
        width: max-content;
    }

    .page-title {
        font-size: 25px;
    }

    .form-step {
        padding: 16px;
    }
}
#bhkBox {
    display: none;
}

#propertyMap {
    width: 100%;
    height: 260px;
    border-radius: 18px;
    border: 1px solid #cfe2ff;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(17, 47, 111, 0.08);
}

.pac-container {
    z-index: 99999 !important;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
}

@media (max-width: 575px) {
    #propertyMap {
        height: 230px;
        border-radius: 16px;
    }
}

/*profile page*/

.profile-hero {
    padding: 26px 0 14px;
}

.profile-box {
    background: linear-gradient(135deg, #dbeafe, #ffffff);
    border: 1px solid var(--border);
    border-radius: 26px;
    padding: 22px;
    box-shadow: 0 14px 36px rgba(37, 99, 235, 0.12);
}

.profile-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 6px;
}

.profile-subtitle {
    color: var(--text);
    margin-bottom: 0;
    font-size: 14px;
}

.property-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    margin-bottom: 16px;
}

.property-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.property-title {
    font-size: 17px;
    font-weight: 700;
    /*margin-bottom: 6px;*/
}

.property-meta {
    color: var(--text);
    font-size: 13px;
    margin-bottom: 5px;
}

.status-badge {
    display: inline-block;
    border-radius: 30px;
    padding: 5px 11px;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.badge-active {
    background: #dcfce7;
    color: #166534;
}

.badge-closed {
    background: #fee2e2;
    color: #991b1b;
}

/*.badge-sale {
    background: #ef4444;
    color: #ffffff;
}*/

/*.badge-rent {
    background: #0284c7;
    color: #ffffff;
}*/

.badge-pending {
    background: #fef3c7;
    color: #92400e;
}

.action-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
}

.action-row .btn {
    border-radius: 14px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px;
}

.empty-box {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

@media (min-width: 768px) {
    .action-row {
        grid-template-columns: repeat(4, auto);
        justify-content: start;
    }
}

@media (max-width: 575px) {
    .logo-text {
        font-size: 18px;
    }

    .header-action {
        font-size: 12px;
        padding: 8px 12px;
    }

    .profile-title {
        font-size: 25px;
    }

    .property-top {
        flex-direction: column;
    }
}

.banner-circle {
    border: 1px solid;
    padding: 3px 6px;
    border-radius: 100px;
    font-size: 10px;
}

/*privacy policy*/

.policy-hero {
    padding: 34px 0 22px;
}

.policy-hero-card {
    background: linear-gradient(135deg, #dbeafe, #f0f9ff, #ffffff);
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 16px 42px rgba(17, 47, 111, 0.12);
    overflow: hidden;
    position: relative;
}

.policy-hero-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(17, 47, 111, 0.08);
    right: -70px;
    bottom: -70px;
}

.policy-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: var(--primary);
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 14px;
}

.policy-title {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.policy-subtitle {
    max-width: 760px;
    color: var(--text);
    font-size: 15px;
    margin-bottom: 18px;
}

.policy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.meta-pill {
    background: #ffffff;
    border: 1px solid var(--border);
    color: var(--text);
    border-radius: 50px;
    padding: 8px 13px;
    font-size: 13px;
    font-weight: 700;
}

.policy-layout {
    padding: 12px 0 45px;
}

.policy-nav {
    position: sticky;
    top: 92px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.policy-nav-title {
    font-size: 14px;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 12px;
}

.policy-nav a {
    display: block;
    text-decoration: none;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 12px;
    transition: 0.2s ease;
}

.policy-nav a:hover {
    background: var(--primary-soft);
    color: var(--primary);
}

.policy-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 22px;
    margin-bottom: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    scroll-margin-top: 105px;
}

.policy-card h2 {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 12px;
    color: var(--dark);
}

.policy-card h3 {
    font-size: 16px;
    font-weight: 800;
    margin-top: 18px;
    margin-bottom: 9px;
    color: var(--primary);
}

.policy-card p {
    color: var(--text);
    font-size: 15px;
    margin-bottom: 10px;
}

.policy-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.policy-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    color: var(--text);
    font-size: 15px;
}

.policy-list li::before {
    content: "\F26A";
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--primary);
    font-size: 15px;
}

.notice-box {
    background: var(--primary-soft);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 16px;
    margin-top: 12px;
}

.notice-box strong {
    color: var(--primary);
}

.example-phone {
    display: inline-block;
    background: #0f172a;
    color: #ffffff;
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
}

.contact-card {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 16px 38px rgba(17, 47, 111, 0.25);
}

.contact-card h2,
.contact-card p {
    color: #ffffff;
}

.contact-item {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 12px 14px;
    margin-bottom: 10px;
    font-size: 14px;
}


@media (max-width: 991px) {
    .policy-nav {
        position: relative;
        top: auto;
        margin-bottom: 18px;
    }

    .policy-nav-links {
        max-height: 220px;
        overflow-y: auto;
    }
}

@media (max-width: 575px) {
    .logo-text {
        font-size: 18px;
    }

    .header-action {
        font-size: 12px;
        padding: 8px 12px;
    }

    .policy-hero {
        padding: 24px 0 14px;
    }

    .policy-hero-card {
        padding: 22px;
        border-radius: 24px;
    }

    .policy-title {
        font-size: 28px;
    }

    .policy-subtitle {
        font-size: 14px;
    }

    .policy-card {
        padding: 18px;
        border-radius: 20px;
    }

    .policy-card h2 {
        font-size: 19px;
    }
}

/*.property-tag {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 5px;
}*/

/*.property-masonry {
    column-count: 3;
    column-gap: 22px;
}

.property-masonry .area-card {
    display: inline-block;
    width: 100%;
    break-inside: avoid;
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .property-masonry {
        column-count: 2;
        column-gap: 18px;
    }
}

@media (max-width: 575px) {
    .property-masonry {
        column-count: 1;
    }

    .property-masonry .area-card {
        margin-bottom: 18px;
    }
}*/

.ml-auto {
    margin-left: auto;
}

.clear-bhk-btn {
    border: 1px solid #cfe2ff;
    background: #ffffff;
    color: #112f6f;
    padding: 8px 14px;
    border-radius: 50px;
    font-weight: 500;
    margin-right: 6px;
    margin-bottom: 8px;
}

.clear-bhk-btn:hover {
    background: #eff6ff;
}

/*new*/

.hero {
    padding: 32px 0 24px;
    overflow: hidden;

        background: url(../image/ahmedabad-bg1.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

}

@media (max-width:768px){
    .hero{
            
        background: url(../image/ahmedabad-bg1-mob.jpg);
        background-position: bottom;

    }
}

.hero-box {
/*    background: linear-gradient(135deg, #eaf3ff, #f8fbff 55%, #ffffff);*/
/*    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 18px 45px rgba(37, 99, 235, 0.12);
    overflow: hidden;
        background: url(../image/ahmedabad-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.hero-content {
    padding-right: 10px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    color: var(--primary);
    border: 1px solid #cfe2ff;
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 14px;
}

.hero-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.12;
    color: #0f172a;
    margin-bottom: 14px;
    letter-spacing: -0.6px;
}

.hero-text {
    color: #334155;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 20px;
    /*max-width: 600px;*/
}

.list-cta {
    background: #ffffffc2;
    border: 2px dashed var(--primary);
    border-radius: 22px;
    padding: 18px;
    text-align: center;
    margin-bottom: 16px;
    max-width: 560px;
}

.list-cta h5 {
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 12px;
}

.hero-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.hero-steps span {
    width: auto;
    min-width: 120px;
    justify-content: center;
    text-align: center;
    border: 1px solid #1c819e;
    border-radius: 50px;
    padding: 6px 10px;
    font-size: 12px;
}

.hero-steps b {
    background: var(--primary);
    color: #ffffff;
    border-radius: 50%;
    padding: 2px 8px;
    margin-right: 4px;
}

.hero-main-btn {
    padding: 9px 30px;
}

.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-actions .btn {
    border-radius: 50px;
    font-weight: 400;
    padding: 10px 22px;
}

.hero-image-box {
    position: relative;
    width: 100%;
    height: 390px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

html,
body {
    overflow-x: hidden;
}

.hero-floating-card {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #dbeafe;
    border-radius: 18px;
    padding: 12px 16px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.hero-floating-card strong {
    display: block;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.hero-floating-card span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .hero-box {
        padding: 24px;
        border-radius: 26px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-image-box {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .hero {
        padding: 18px 0 14px;
    }

    .hero-box {
        padding: 18px;
        border-radius: 22px;
    }

    .hero-badge {
        font-size: 12px;
        padding: 7px 12px;
    }

    .hero-title {
        font-size: 27px;
        line-height: 1.18;
    }

    .hero-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .list-cta {
        padding: 15px;
        border-radius: 18px;
    }

    .list-cta h5 {
        font-size: 16px;
    }

    .hero-steps {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .hero-steps span {
        width: auto;
        min-width: 118px;
        justify-content: center;
        text-align: center;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
        padding: 12px 16px;
    }

    .hero-image-box {
        height: 230px;
        border-radius: 20px;
    }

    .hero-floating-card {
        left: 12px;
        bottom: 12px;
        padding: 10px 13px;
        border-radius: 15px;
    }
}

/*testimonial*/

.hero-testimonial-box {
    /*width: 100%;
    min-height: 340px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(17, 47, 111, 0.18), transparent 35%),
        linear-gradient(135deg, #ffffff, #eff6ff);
    border: 1px solid #dbeafe;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    padding: 26px;
    display: flex;
    align-items: center;*/
}

.hero-testimonial-box .carousel {
    width: 100%;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 24px;
    padding: 28px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.quote-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #112f6f;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.testimonial-text {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 500;
    color: #0f172a;
    margin-bottom: 24px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*background: #eff6ff;*/
    /*border: 1px solid #bfdbfe;*/
    color: #112f6f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
}

.testimonial-user strong {
    display: block;
    font-size: 15px;
    color: #0f172a;
}

.testimonial-user span {
    display: block;
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}

.testimonial-dots {
    position: static;
    margin: 18px 0 0;
}

.testimonial-dots button {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
    background-color: #112f6f !important;
    opacity: 0.35;
}

.testimonial-dots button.active {
    opacity: 1;
}

.carousel-inner {
    border-radius: 24px;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    font-size: 20px;
}

@media (max-width: 575px) {
    .hero-testimonial-box {
        min-height: auto;
        border-radius: 20px;
        /*padding: 16px;*/
    }

    .testimonial-card {
        padding: 22px;
        min-height: 245px;
        border-radius: 24px;
    }

    .quote-icon {
        width: 40px;
        height: 40px;
        font-size: 22px;
        margin-bottom: 14px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 1.55;
        margin-bottom: 20px;
    }

    .user-avatar {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

}

.declaration-popup {
    position: fixed;
    left: 22px;
    bottom: 22px;
    width: 360px;
    max-width: calc(100% - 28px);
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    display: none;
    gap: 12px;
    z-index: 99999;
    animation: popupSlideUp 0.35s ease;
}

.declaration-popup.show {
    display: flex;
}

.declaration-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #eff6ff;
    color: #112f6f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.declaration-content h6 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 900;
    color: #0f172a;
}

.declaration-content p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #475569;
}

.declaration-content button {
    background: #112f6f;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 800;
}

.acceptDeclarationBtn {
    float: right;
}

@keyframes popupSlideUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 575px) {
    .declaration-popup {
        left: 14px;
        bottom: 14px;
        width: calc(100% - 28px);
        border-radius: 18px;
        padding: 14px;
    }

    .declaration-content p {
        font-size: 12px;
    }
}

/*.property-action-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-left: auto;
}*/

/*.property-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid #dbeafe;
    background: #ffffff;
    color: #112f6f;
    transition: 0.2s ease;
}*/

/*.property-action-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}*/

/*.whatsapp-inquire-btn {
    color: #128c7e;
    border-color: #bbf7d0;
    background: #f0fdf4;
}*/

/*.call-inquire-btn {
    color: #112f6f;
    border-color: #bfdbfe;
    background: #eff6ff;
}*/

.property-action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

@media (max-width: 575px) {
    /*.property-action-buttons {
        justify-content: flex-start;
    }*/

    /*.property-action-btn {
        flex: 1;
        justify-content: center;
    }*/
}
/*.broker-btn {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 0px !important;
}*/


/*new header css*/

/* Header */
:root {
    --primary: #0C4EA2;
    --yellow: #FFB600;
    --dark: #071733;
    --text: #334155;
    --muted: #64748b;
    --border: #cfe2ff;
    --soft: #f3f8ff;
    --white: #ffffff;
}

html,
body {
    overflow-x: hidden;
}

body {
    background: #ffffff;
    color: var(--dark);
    font-family: "Poppins", sans-serif;
}

/* Header */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #dbeafe;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.header-inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    width: 142px;
    height: auto;
    display: block;
}

.header-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-post-link {
    background: var(--primary);
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 25px;
    min-width: 120px;
    text-align: center;
    transition: 0.2s ease;
}

.header-post-link:hover {
    background: #083b7c;
    color: #ffffff;
}

.header-menu-btn {
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.header-menu-btn span {
    width: 18px;
    height: 2px;
    border-radius: 20px;
    background: var(--primary);
    display: block;
}

.claads-menu-dropdown {
    border: 1px solid #dbeafe;
    border-radius: 16px;
    padding: 8px;
    min-width: 180px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.claads-menu-dropdown .dropdown-item {
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
}

.claads-menu-dropdown .dropdown-item:hover {
    background: #eff6ff;
    color: var(--primary);
}

@media (max-width: 575px) {
    .site-header {
        position: fixed;
        top: 0;
    }

    .header-inner {
        min-height: 66px;
        padding: 0 2px;
    }

    .logo-img {
        width: 118px;
    }

    .header-post-link {
        font-size: 13px;
        padding: 8px 13px;
        min-width: auto;
    }

    .header-menu-btn {
        width: 36px;
        height: 36px;
    }
}

/* Hero */
.hero-premium {
    padding: 100px 0 26px;
    background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

.hero-premium-box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 55%, #eff6ff 100%);
    border: 1px solid #dbeafe;
    border-radius: 34px;
    padding: 46px;
    box-shadow: 0 22px 60px rgba(17, 47, 111, 0.09);
    display: grid;
    grid-template-columns: 1.1fr 360px;
    gap: 36px;
    align-items: center;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(4px);
}

.hero-glow-one {
    width: 260px;
    height: 260px;
    right: -80px;
    top: -80px;
    background: rgba(17, 47, 111, 0.08);
}

.hero-glow-two {
    width: 190px;
    height: 190px;
    left: -70px;
    bottom: -70px;
    background: rgba(37, 99, 235, 0.08);
}

.hero-premium-content,
.hero-action-card {
    position: relative;
    z-index: 2;
}

.hero-badge-premium {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #bfdbfe;
    color: #112f6f;
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
    box-shadow: 0 8px 18px rgba(17, 47, 111, 0.05);
}

.hero-premium-content h1 {
    font-size: 46px;
    line-height: 1.08;
    letter-spacing: -1.3px;
    font-weight: 600;
    color: #071733;
    margin-bottom: 16px;
}

.hero-premium-content p {
    max-width: 640px;
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 18px;
}

.hero-browse-link {
    color: #112f6f;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero-browse-link span {
    transition: 0.2s ease;
}

.hero-browse-link:hover span {
    transform: translateX(4px);
}

.hero-action-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #dbeafe;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
}

.hero-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #eff6ff;
    color: #112f6f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}

.hero-action-card h3 {
    font-size: 23px;
    font-weight: 600;
    color: #071733;
    margin-bottom: 5px;
}

.hero-action-card p {
    font-size: 13px;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 16px;
}

.looking-mini {
    display: inline-flex;
    gap: 8px;
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 50px;
    padding: 5px;
    /*margin-bottom: 14px;*/
}

.looking-btn-clean {
    min-width: 76px;
    border: none;
    background: transparent;
    color: #112f6f;
    border-radius: 50px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 900;
    transition: 0.2s ease;
}

.looking-btn-clean.active {
    background: #112f6f;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(17, 47, 111, 0.18);
}

.hero-continue-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #112f6f;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 900;
    min-width: 145px;
    transition: 0.2s ease;
}

.hero-continue-btn:hover {
    background: #0b1f4f;
    transform: translateY(-1px);
}

/* Tablet */
@media (max-width: 991px) {
    .hero-premium-box {
        grid-template-columns: 1fr;
        padding: 36px;
    }

    .hero-premium-content h1 {
        font-size: 38px;
    }

    .hero-action-card {
        max-width: 420px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .hero-premium {
        padding: 70px 0 18px;
    }

    .hero-premium .container {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-premium-box {
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 26px 16px;
        gap: 22px;
        box-shadow: none;
    }

    .hero-badge-premium {
        font-size: 11px;
        padding: 7px 12px;
        margin-bottom: 14px;
    }

    .hero-premium-content h1 {
        font-size: 30px;
        line-height: 1.12;
        letter-spacing: -0.6px;
        margin-bottom: 12px;
    }

    .hero-premium-content p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .hero-browse-link {
        font-size: 14px;
    }

    .hero-action-card {
        border-radius: 24px;
        padding: 18px;
        max-width: 100%;
    }

    .hero-card-icon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        font-size: 19px;
        margin-bottom: 12px;
    }

    .hero-action-card h3 {
        font-size: 21px;
    }

    .hero-action-card p {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .looking-mini {
        /*margin-bottom: 12px;*/
    }

    .looking-btn-clean {
        min-width: 70px;
        padding: 8px 14px;
        font-size: 12px;
    }

    .hero-continue-btn {
        padding: 9px 22px;
        font-size: 13px;
        min-width: 130px;
        float: right;
        /*margin-top: 5px;*/
    }
}

/* Listing scroll popup */
.listing-scroll-popup {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 360px;
    max-width: calc(100% - 28px);
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
    z-index: 99999;
    display: none;
    overflow: hidden;
    animation: popupSlideUp 0.35s ease;
}

.listing-scroll-popup.show {
    display: block;
}

.listing-scroll-popup::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -70px;
    top: -70px;
    background: #eff6ff;
    border-radius: 50%;
    z-index: -1;
}

.listing-scroll-popup::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    left: -50px;
    bottom: -50px;
    background: #f8fbff;
    border-radius: 50%;
    z-index: -1;
}

.popup-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-close-btn:hover {
    background: #e2e8f0;
}

.popup-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, #112f6f, #2563eb);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 14px;
    box-shadow: 0 12px 26px rgba(17, 47, 111, 0.22);
}

.listing-scroll-popup h5 {
    font-size: 20px;
    font-weight: 700;
    color: #071733;
    margin: 0 36px 6px 0;
}

.listing-scroll-popup p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.2;
    margin: 0 0 16px;
}

.popup-steps {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.popup-step {
    display: flex;
    align-items: center;
    gap: 11px;
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 5px;
    padding: 11px 12px;
}

.popup-step span {
    width: 55px;
    height: 30px;
    border-radius: 25px;
    background: #0c4ea2;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.popup-step strong {
    font-size: 14px;
    color: #0f172a;
    font-weight: 600;
}

.popup-main-btn {
    width: 100%;
    background: #0c4ea2;
    color: #ffffff;
    border-radius: 50px;
    padding: 13px 18px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-main-btn:hover {
    background: #0b1f4f;
    color: #ffffff;
}

@keyframes popupSlideUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 575px) {
    .listing-scroll-popup {
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
        max-width: none;
        border-radius: 24px;
        padding: 18px;
    }

    .popup-icon {
        width: 46px;
        height: 46px;
        border-radius: 16px;
        font-size: 21px;
    }

    .listing-scroll-popup h5 {
        font-size: 18px;
    }

    .listing-scroll-popup p {
        font-size: 13px;
    }

    .popup-step {
        padding: 10px;
    }

    .popup-step strong {
        font-size: 13px;
    }

    .popup-main-btn {
        padding: 12px 16px;
        font-size: 14px;
    }
}

.header-menu {
    display: flex;
    gap: 5px;
}

.claads-hero {
    padding: 80px 0 0;
    background: #ffffff;
}

.claads-hero-box {
    position: relative;
    min-height: 330px;
    /*border: 1px solid var(--primary);*/
    border-bottom: none;
    border-radius: 28px 28px 0 0;
    padding: 58px 0px 40px;
    overflow: hidden;
    background: #ffffff;
}

.hero-content-left {
    position: relative;
    z-index: 2;
    max-width: 560px;
}

.hero-small-tag {
    display: inline-flex;
    border: 1px solid #dbeafe;
    color: var(--primary);
    background: #eef2f7;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 34px;
    /*box-shadow: 0 12px 22px rgb(15 23 42 / 7%);*/
    border-radius: 25px;
}

.hero-content-left h1 {
    color: var(--primary);
    font-size: 42px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
}

.hero-content-left p {
    max-width: 480px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
}

.hero-browse-line {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #0c4ea2;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #0c4ea2;
    padding: 5px 12px;
    border-radius: 25px;
}

/*.hero-browse-line::after {
    content: "";
    width: 80px;
    height: 2px;
    background: var(--yellow);
    display: inline-block;
}*/

.yellow-shape {
    position: absolute;
    right: -25px;
    top: 30px;
    color: var(--yellow);
    /*font-family: Arial, sans-serif;*/
    /*font-size: 330px;*/
    font-weight: 900;
    line-height: 0.8;
    z-index: 1;
    transform: rotate(0deg);
}

.assets-img {
    width: 80%;
}

.hero-list-strip {
    border-top: 1px solid var(--primary);
    /*border-bottom: 1px solid var(--primary);*/
    background: #ffffff;
    padding: 22px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.hero-list-strip h3 {
    color: #071733;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 6px;
}

.hero-list-strip p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

.listing-purpose-box {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.looking-mini {
    display: inline-flex;
    background: #eef2f7;
    border-radius: 50px;
    padding: 4px;
    /*box-shadow: 0 12px 22px rgba(15, 23, 42, 0.18);*/
}

.looking-btn-clean {
    border: none;
    background: transparent;
    color: var(--primary);
    min-width: 86px;
    border-radius: 50px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;
}

.looking-btn-clean.active {
    background: var(--primary);
    color: #ffffff;
}

.hero-continue-btn {
    border: none;
    background: transparent;
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    padding: 0px 14px;
    /*margin-bottom: 10px;*/
    border: 1px solid #0c4ea2;
    padding: 5px 12px;
    border-radius: 25px;
}

.hero-continue-btn:hover {
    color: #ffff;
}

@media (max-width: 991px) {
    .claads-hero-box {
        padding: 42px 0px 34px;
    }

    .yellow-shape {
        right: -138px;
        /*font-size: 270px;*/
    }

    .assets-img {
        width: 40%;
    }

    .hero-content-left h1 {
        font-size: 36px;
    }

    .hero-list-strip {
        padding: 22px 36px;
    }
}

@media (max-width: 575px) {
    .claads-hero {
        padding: 65px 0 0;
    }

    .claads-hero .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .claads-hero-box {
        min-height: 300px;
        border-radius: 22px 22px 0 0;
        padding: 32px 0px 28px;
    }

    .hero-small-tag {
        font-size: 11px;
        padding: 7px 11px;
        margin-bottom: 10px;
    }

    .hero-content-left h1 {
        font-size: 28px;
        line-height: 1.13;
        margin-bottom: 18px;
        max-width: 245px;
    }

    .hero-content-left p {
        font-size: 12px;
        line-height: 1.5;
        max-width: 230px;
        margin-bottom: 22px;
    }

    .hero-browse-line {
        font-size: 13px;
        gap: 12px;
        color: #0c4ea2;
    }

    .hero-browse-line::after {
        width: 58px;
    }

    .yellow-shape {
        right: -162px;
        top: 80px;
        /*font-size: 245px;*/
    }

    .assets-img {
        width: 35%;
    }

    .hero-list-strip {
        padding: 16px 0px 16px;
        display: block;
    }

    .hero-list-strip h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .hero-list-strip p {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .listing-purpose-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .looking-mini {
        flex: 1;
        max-width: 175px;
    }

    .looking-btn-clean {
        min-width: 0;
        width: 50%;
        padding: 6px 10px;
        font-size: 13px;
    }

    .hero-continue-btn {
        font-size: 13px;
        padding: 7px 4px;
    }
}


.section-title {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #071733;
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 22px;
}

.section-title::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #ffc107;
    opacity: 0.8;
    max-width: 58px;
}

.property-masonry {
    column-count: 3;
    column-gap: 24px;
}

.property-masonry .area-card {
    display: inline-block;
    width: 100%;
    break-inside: avoid;
    margin-bottom: 24px;
    border-radius: 5px;
}

.area-card {
    background: #ffffff;
    /*border: 1px solid var(--primary);*/
    border-radius: 0;
    /*overflow: hidden;*/
    box-shadow: none;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

.area-head {
    background: var(--primary);
    color: #ffffff;
    text-align: center;
    padding: 11px 12px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 -1px 2px 1px #43434345;
}

.property-item {
    padding: 13px 13px 12px;
    border-bottom: 1px solid #dbeafe;
    /*border-radius: 10px;*/
    box-shadow: 0px 2px 3px 0px #43434354;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.property-item:last-child {
    border-bottom: none;
}

.property-title {
    color: #071733;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    /*margin-bottom: 6px;*/
}

.property-detail {
    color: #0f172a;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 4px;
}

.property-item .small {
    font-size: 12px;
}

.property-tag {
    border-radius: 25px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    margin-bottom: 4px;
    float: inline-end;

}

.badge-sale {
    background: #ef4444;
    color: #ffffff;
}

.badge-rent {
    background: #ffc107;
    color: #212529;
}

.broker-btn {
    color: #ef4444 !important;
    font-size: 12px;
    align-items: center;
    display: flex;
    margin-bottom: 0 !important;
}

.property-action-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.property-action-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #dbeafe;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.property-action-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.whatsapp-inquire-btn {
    background: #f0fdf4;
    border-color: #86efac;
}

.call-inquire-btn {
    background: #ffffff;
    border-color: #cfe2ff;
}

@media (max-width: 991px) {
    .property-masonry {
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .property-masonry {
        column-count: 1;
        column-gap: 14px;
    }

    .property-masonry .area-card {
        margin-bottom: 14px;
    }

    .area-head {
        padding: 8px 6px;
        font-size: 16px;
    }

    .property-item {
        padding: 16px;
    }

    .property-title {
        font-size: 16px;
        line-height: 1.3;
        /*margin-bottom: 6px;*/
    }

    .property-detail,
    .property-item .small,
    .broker-btn {
        font-size: 14px;
        line-height: 1.35;
    }

    .property-tag {
        font-size: 12px;
        padding: 4px 12px;
        border-radius: 20px;
        float: inline-end;
    }

    .property-action-buttons {
        gap: 8px;
    }

    .property-action-btn {
        width: 35px;
        height: 35px;
    }

    .property-action-btn img {
        width: 16px;
        height: 16px;
    }
}

.justy-contant-center-title {
    justify-content: center;
    align-items: center;
}

.required-star {
    color: #ef4444;
    font-weight: 900;
    margin-left: 3px;
}

.field-error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12) !important;
}

.option-error {
    border: 1px solid #ef4444 !important;
    border-radius: 18px;
    padding: 12px;
    background: #fff7f7;
}

.error-text {
    color: #ef4444;
    font-size: 12px;
    font-weight: 600;
    margin-top: 6px;
    display: none;
}

.error-text.show {
    display: block;
}

.form-section-pd {
    padding-top: 85px;
}

.form-title-font {
    font-size: 13px;
    font-weight: 600;
}

.w-20 {
    width: 20px;
}