.main-header {
    background: #fff;
}

.header-top {
    padding: 8px 42px !important;
    background: #111827 !important;
}

.header-top .top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: 1320px;
    margin: 0 auto;
}

.header-top .left-column,
.header-top .right-column,
.header-top .social-links {
    float: none !important;
}

.header-top .info,
.header-top .social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0;
}

.header-top .info li,
.header-top .social-links li {
    float: none !important;
    margin: 0 !important;
}

.header-top .info li {
    padding-left: 21px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 14px;
    line-height: 1.4;
}

.header-top .info li a,
.header-top .social-links li a,
.header-top .social-links li a i {
    color: rgba(255, 255, 255, 0.86) !important;
}

.header-top .info li i {
    color: var(--brand-secondary) !important;
    top: 2px;
}

.header-top .info li:before,
.header-top .social-links:before {
    display: none !important;
}

.header-top .social-links {
    margin-right: 0 !important;
}

.header-top .social-links li a {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.header-top .social-links li a i,
.header-top .social-links li a span {
    font-size: 13px !important;
    font-weight: 700;
}

.front-header-lower {
    min-height: 84px;
    height: auto;
    background: #fff;
    box-shadow: 0 10px 30px rgba(20, 24, 35, 0.07);
}

.main-header .outer-box {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 42px !important;
}

.main-header .outer-box .main-box {
    min-height: 84px;
    flex-wrap: nowrap;
}

.main-header .menu-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex: 1;
}

.main-header .main-menu .navigation > li {
    margin: 0 2px;
    padding: 0 !important;
}

.main-header .main-menu .navigation > li > a {
    padding: 27px 12px !important;
    border-right: 0 !important;
    color: #151922;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
}

.main-header .main-menu .navigation > li > a:hover {
    color: var(--brand-primary);
}

.front-logo-box {
    padding: 0;
}

.front-logo {
    max-height: 62px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
}

.front-header-cta {
    display: flex;
    align-items: center;
    margin-left: 4px;
}

.front-header-cta a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--brand-primary);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.front-header-cta a:hover {
    color: #fff;
}

.modern-hero {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    background: #111;
}

.modern-hero .carousel,
.modern-hero .carousel-inner,
.modern-hero .carousel-item {
    min-height: 610px;
}

.modern-hero .carousel-item::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(8, 12, 20, 0.84), rgba(8, 12, 20, 0.56) 48%, rgba(8, 12, 20, 0.18)),
        linear-gradient(0deg, rgba(8, 12, 20, 0.35), transparent 40%);
    pointer-events: none;
}

.hero-section .carousel-item {
    background: #111;
}

.hero-section .c-img {
    height: 610px;
    object-fit: cover;
}

.modern-hero .carousel-indicators,
.modern-hero .carousel-control-prev,
.modern-hero .carousel-control-next {
    display: none;
}

.modern-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.modern-hero-content .auto-container {
    width: 100%;
}

.modern-hero-copy,
.modern-search-panel {
    pointer-events: auto;
}

.modern-hero-copy {
    max-width: 650px;
    color: #fff;
    padding-top: 0;
}

.modern-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.modern-hero h1 {
    color: #fff;
    max-width: 680px;
    margin-bottom: 18px;
    font-size: 54px;
    line-height: 1.06;
    font-weight: 900;
}

.modern-hero p {
    max-width: 590px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.65;
}

.modern-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.modern-hero-actions .theme-btn {
    border-radius: 999px;
    padding: 15px 26px;
}

.modern-hero-actions .btn-two {
    border-color: rgba(255, 255, 255, 0.75) !important;
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.modern-search-panel {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 1fr auto;
    gap: 12px;
    max-width: 1040px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.2);
}

.modern-search-field label {
    display: block;
    margin-bottom: 6px;
    color: #5d6472;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.modern-search-field select,
.modern-search-field input {
    width: 100%;
    height: 48px;
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    padding: 0 12px;
    background: #fff;
    color: #151922;
}

.modern-search-panel .theme-btn {
    align-self: end;
    min-height: 48px;
    padding: 12px 24px;
    border: 0;
    border-radius: 8px;
}

.modern-section {
    padding: 64px 0 !important;
}

.modern-section-head {
    align-items: center;
    margin-bottom: 26px;
}

.modern-section-head > [class*="col-"] {
    width: 100%;
}

.modern-section-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--brand-secondary);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.modern-section-head h2 {
    color: #151922;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 1.16;
    font-weight: 800;
}

.modern-section-head p,
.modern-section-copy {
    color: #667085;
    font-size: 16px;
    line-height: 1.7;
}

.modern-section-head .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    border-bottom: 0;
}

.modern-section-head .nav-tabs .nav-item {
    margin: 0;
}

.modern-section-head .nav-tabs .nav-link {
    border: 1px solid #e5e7ec;
    border-radius: 999px;
    padding: 8px 16px;
    background: #fff;
    color: var(--brand-primary) !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.modern-section-head .nav-tabs .nav-link.active {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff !important;
}

.modern-property-column {
    margin-bottom: 30px;
}

.feature-block-one .inner-box,
.deals-block-one .inner-box,
.stats-box {
    height: 100%;
}

.feature-block-one .inner-box,
.deals-block-one .inner-box {
    border: 1px solid #eef1f5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 34px rgba(20, 24, 35, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-block-one {
    height: 100%;
}

.feature-block-one .inner-box:hover,
.deals-block-one .inner-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(20, 24, 35, 0.13);
}

.feature-block-one .image-box,
.deals-block-one .image-box {
    position: relative;
}

.modern-property-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    border-radius: 999px;
    background: var(--brand-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.property-card-image {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.feature-block-one .image-box .image {
    margin: 0;
    background: #eef1f5;
}

.feature-block-one .image-box .image a,
.feature-block-one .image-box a {
    display: block;
}

.modern-property-card-body {
    padding: 24px !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1;
    background: #fff;
}

.modern-property-card-body .header-text-l {
    margin-bottom: 8px;
}

.modern-property-card-body h4 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 1.28;
}

.modern-property-location {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 16px;
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}

.modern-property-location i {
    color: var(--brand-secondary);
}

.feature-block-one .price-box {
    margin-bottom: 16px;
    padding: 0;
}

.feature-block-one .price-info h6,
.deals-block-one .price-info h6 {
    color: #7b8494;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.feature-block-one .price-info h4,
.deals-block-one .price-info h4 {
    color: var(--brand-primary) !important;
    font-size: 24px;
    font-weight: 800;
}

.feature-block-one .more-details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature-block-one .more-details li {
    margin: 0;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f4f6f8;
    color: #4b5563;
    font-size: 13px;
    font-weight: 700;
}

.feature-block-one .btn-box .theme-btn {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
}

.modern-track-record {
    background: #f7f9fc;
}

.modern-track-record.modern-section,
.deals-style-two.modern-section {
    padding: 60px 0 !important;
}

.modern-centered-title {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

.modern-centered-title h5 {
    color: var(--brand-secondary);
    font-weight: 800;
    text-transform: uppercase;
}

.modern-centered-title h2 {
    color: #151922;
    font-size: 40px;
    line-height: 1.16;
    font-weight: 800;
}

.modern-centered-title p {
    color: #667085;
    font-size: 16px;
    line-height: 1.7;
}

.modern-stats-grid {
    justify-content: center;
}

.stats-box {
    border: 1px solid #edf0f4;
    border-radius: 12px;
    padding: 34px 24px;
    box-shadow: 0 12px 30px rgba(20, 24, 35, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stats-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(20, 24, 35, 0.1);
}

.stats-box .stats-number {
    color: var(--brand-primary) !important;
    font-size: 36px;
    line-height: 1.1;
}

.stats-box p {
    margin-bottom: 0;
    color: #4b5563;
    font-weight: 700;
}

.chooseus-section.modern-section {
    padding: 58px 0 64px !important;
    background: #fff !important;
}

.chooseus-section .upper-box {
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: 0;
}

.chooseus-section .modern-centered-title {
    max-width: 720px;
    margin-bottom: 26px;
}

.chooseus-section .modern-centered-title h5 {
    margin-bottom: 8px;
    font-size: 15px;
}

.chooseus-section .modern-centered-title h2 {
    margin-bottom: 12px;
    font-size: 34px;
}

.chooseus-section .modern-centered-title p {
    margin-bottom: 0;
}

.chooseus-section .lower-box {
    padding-top: 0;
}

.chooseus-section .chooseus-block {
    margin-bottom: 0;
}

.chooseus-section .chooseus-block-one {
    height: 100%;
}

.chooseus-section .chooseus-block-one .inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 210px;
    padding: 28px 28px 26px;
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(20, 24, 35, 0.06);
}

.chooseus-section .chooseus-block-one .inner-box:before,
.chooseus-section .chooseus-block-one .inner-box:after {
    display: none !important;
}

.chooseus-section .chooseus-block-one .icon-box {
    position: static;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: rgba(255, 152, 31, 0.12);
    color: var(--brand-secondary);
    line-height: 52px;
    text-align: center;
}

.chooseus-section .chooseus-block-one .icon-box:before,
.chooseus-section .chooseus-block-one .icon-box:after {
    display: none !important;
}

.chooseus-section .chooseus-block-one .icon-box i {
    color: var(--brand-secondary) !important;
    font-size: 30px;
    line-height: 52px;
}

.chooseus-section .chooseus-block-one h4 {
    margin-bottom: 12px;
    color: #101828;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.chooseus-section .chooseus-block-one .inner-box p {
    margin-bottom: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.65;
}

.book-visit-section {
    padding: 48px 0 54px;
    background: #fff;
    scroll-margin-top: 150px;
}

.modern-tour-widget {
    max-width: 1180px;
}

.modern-tour-widget h2 {
    color: #151922;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.16;
    font-weight: 800;
}

.modern-tour-intro {
    color: #667085;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.6;
}

.modern-tour-contact {
    margin-bottom: 14px;
    padding: 16px 18px;
    border: 1px solid #edf0f4;
    border-radius: 10px;
    background: #f8fafc;
}

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

.modern-tour-contact h5 {
    margin-bottom: 4px !important;
    color: #151922;
    font-size: 17px;
    font-weight: 800;
}

.modern-tour-contact p {
    margin-bottom: 0 !important;
    color: #667085;
    font-size: 15px;
    line-height: 1.55;
}

.modern-tour-contact .icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(8, 107, 91, 0.1);
    color: var(--brand-primary);
}

.modern-tour-form {
    padding: 28px;
    border: 1px solid #e8ecf2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(20, 24, 35, 0.08);
}

.modern-tour-form h5 {
    color: var(--brand-primary);
    font-size: 24px;
    font-weight: 800;
}

.modern-tour-form .form-group {
    margin-bottom: 14px;
}

.modern-tour-form .form-control {
    min-height: 48px;
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    font-size: 15px;
}

.modern-tour-form .theme-btn {
    width: 100%;
    border-radius: 8px;
    min-height: 50px;
    padding: 13px 20px;
}

.property-list-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.property-deal-image {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.feature-block-one .lower-content,
.deals-block-one .lower-content {
    display: flex;
    flex-direction: column;
}

.feature-block-one .btn-box,
.deals-block-one .other-info-box {
    margin-top: auto;
}

.modern-footer {
    background: #0f172a;
    font-family: Arial, Helvetica, sans-serif;
}

.modern-footer .footer-top {
    padding: 28px 0 10px !important;
    background: #0f172a !important;
}

.modern-footer .footer-column {
    margin-bottom: 12px;
}

.modern-footer .footer-widget {
    margin-bottom: 0 !important;
}

.modern-footer .row {
    align-items: flex-start;
}

.modern-footer .widget-title {
    margin-bottom: 10px !important;
}

.modern-footer .widget-title h3 {
    color: #fff;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 800;
    letter-spacing: 0;
}

.modern-footer .footer-summary,
.modern-footer .footer-widget p,
.modern-footer .info-list li,
.modern-footer .info-list li a,
.modern-footer .links-list li a {
    color: rgba(255, 255, 255, 0.76) !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.modern-footer .footer-summary {
    max-width: 360px;
    margin-bottom: 12px !important;
    line-height: 1.65;
}

.modern-footer .links-list li {
    margin-bottom: 3px !important;
}

.modern-footer .links-list li a {
    display: inline-flex;
    line-height: 1.45;
    transition: color 0.2s ease, transform 0.2s ease;
}

.modern-footer .links-list li a:hover {
    color: #fff !important;
    transform: translateX(3px);
}

.modern-footer .links-list li a:before,
.modern-footer .footer-nav li:before {
    display: none !important;
}

.modern-footer .info-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 28px;
}

.modern-footer .info-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    color: var(--brand-secondary);
    font-size: 16px;
    line-height: 18px;
}

.modern-footer .social-linksb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.modern-footer .social-linksb li {
    margin: 0 !important;
}

.modern-footer .social-linksb li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff !important;
    font-size: 14px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.modern-footer .social-linksb li a:hover {
    border-color: var(--brand-secondary);
    background: var(--brand-secondary);
    transform: translateY(-2px);
}

.modern-footer .subscribe-widget {
    max-width: 360px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.modern-footer .subscribe-widget p {
    margin-bottom: 0;
}

.modern-footer .updates-form {
    display: grid;
    gap: 8px;
    padding-top: 12px;
}

.modern-footer .updates-form .form-group {
    display: block;
    float: none;
    min-width: 0;
    margin: 0 !important;
}

.modern-footer .updates-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
}

.modern-footer .subscribe-widget select,
.modern-footer .subscribe-widget .form-control {
    width: 100%;
    height: 36px !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px;
    padding: 0 12px;
    background: #fff !important;
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.modern-footer .subscribe-widget .nice-select {
    width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 34px 0 11px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #667085 !important;
    font-size: 12px !important;
    line-height: 36px !important;
    text-transform: none !important;
    float: none !important;
}

.modern-footer .subscribe-widget .nice-select::after {
    right: 12px !important;
    color: #667085 !important;
}

.modern-footer .subscribe-widget .btn {
    width: 100%;
    min-height: 36px !important;
    border: 0;
    border-radius: 7px;
    background: var(--brand-secondary);
    color: #101828;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.modern-footer .subscribe-widget .btn:hover {
    background: #fff;
    color: #101828;
}

.modern-footer .footer-bottom {
    padding: 9px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #0b1220 !important;
}

.modern-footer .footer-bottom .inner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.modern-footer .copyright,
.modern-footer .footer-nav {
    float: none !important;
}

.modern-footer .copyright p,
.modern-footer .copyright a,
.modern-footer .footer-nav li a {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72) !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.modern-footer .copyright a,
.modern-footer .footer-nav li a:hover {
    color: #fff !important;
}

.modern-footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.modern-footer .footer-nav li {
    margin: 0;
}

.whatsapp-chat {
    z-index: 1001;
}

.whatsapp-float img {
    width: 58px;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(20, 24, 35, 0.18);
}

.whatsapp-float {
    left: 28px !important;
    right: auto !important;
    bottom: 28px;
}

.whatsapp-chat {
    left: 28px !important;
    right: auto !important;
    bottom: 100px;
    width: 330px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(20, 24, 35, 0.18);
}

.whatsapp-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 24px 14px;
    background: #086b5b;
    color: #fff;
}

.whatsapp-header strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.whatsapp-header span {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.whatsapp-header button {
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.whatsapp-body {
    min-height: 205px;
    padding: 26px 24px;
    background-color: #f4f1ea;
    background-image:
        radial-gradient(circle at 20px 20px, rgba(8, 107, 91, 0.08) 2px, transparent 3px),
        radial-gradient(circle at 70px 55px, rgba(8, 107, 91, 0.07) 1px, transparent 2px),
        linear-gradient(135deg, transparent 0 48%, rgba(8, 107, 91, 0.04) 49% 51%, transparent 52%);
    background-size: 92px 92px, 80px 80px, 34px 34px;
}

.whatsapp-message {
    max-width: 258px;
    padding: 12px 14px;
    border-radius: 4px;
    background: #d9fac8;
    color: #101828;
    box-shadow: 0 1px 0 rgba(20, 24, 35, 0.05);
}

.whatsapp-message p {
    margin: 0;
    color: #101828;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 650;
}

.whatsapp-footer {
    padding: 16px 24px 10px;
    text-align: center;
    background: #fff;
}

.whatsapp-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.whatsapp-footer a:hover {
    color: #fff;
    background: #1fbd59;
}

.whatsapp-footer i {
    color: #fff;
    font-size: 20px;
}

.whatsapp-footer small {
    display: block;
    margin-top: 12px;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
}

.scroll-top {
    right: 28px !important;
    left: auto !important;
    bottom: -90px !important;
    width: 46px !important;
    height: 46px !important;
    line-height: 46px !important;
    font-size: 28px !important;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 14px 34px rgba(20, 24, 35, 0.18);
}

.scroll-top.open {
    bottom: 28px !important;
    opacity: 1;
    visibility: visible;
}

.scroll-top::before,
.scroll-top::after {
    display: none !important;
    content: none !important;
    animation: none !important;
    box-shadow: none !important;
}

.bpFab,
[class*="bpFab"],
[class*="bp-widget"] {
    right: 28px !important;
    left: auto !important;
    bottom: 88px !important;
    z-index: 1002 !important;
}

.bpFab,
[class*="bpFab"] {
    transform: scale(0.86);
    transform-origin: bottom right;
}

@media (max-width: 1199px) {
    .modern-section-head {
        display: block;
    }

    .modern-section-head > .col-lg-5,
    .modern-section-head > .col-lg-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .modern-section-head .text-end {
        text-align: left !important;
        margin-top: 22px;
    }

    .modern-section-head .nav-tabs {
        justify-content: flex-start;
    }

    .property-card-image {
        height: 250px;
    }
}

@media (max-width: 991px) {
    .header-top {
        padding: 8px 18px !important;
    }

    .header-top .top-inner {
        justify-content: center;
    }

    .header-top .right-column {
        display: none;
    }

    .header-top .info {
        justify-content: center;
        gap: 10px 16px;
    }

    .header-top .info li {
        font-size: 13px;
    }

    .main-header .outer-box {
        padding: 0 18px !important;
    }

    .main-header .outer-box .main-box {
        min-height: 74px;
    }

    .main-header .menu-area {
        flex: 0 0 auto;
    }

    .front-header-cta {
        display: none;
    }

    .front-header-lower .main-box {
        min-height: 78px;
    }

    .front-logo {
        max-height: 54px;
        max-width: 180px;
    }

    .modern-hero,
    .modern-hero .carousel,
    .modern-hero .carousel-inner,
    .modern-hero .carousel-item,
    .hero-section .c-img {
        min-height: 700px;
        height: 700px;
    }

    .modern-hero h1 {
        font-size: 42px;
    }

    .modern-search-panel {
        grid-template-columns: 1fr 1fr;
    }

    .modern-search-panel .theme-btn {
        width: 100%;
    }

    .property-list-image,
    .property-deal-image {
        height: 280px;
    }

    .book-visit-section {
        padding: 58px 0;
    }
}

@media (max-width: 991px) {
    .modern-footer .footer-top {
        padding: 26px 0 10px !important;
    }

    .modern-footer .footer-bottom .inner-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .header-top {
        display: none;
    }

    .front-header-lower {
        min-height: 72px;
    }

    .main-header .outer-box .main-box {
        min-height: 72px;
    }

    .front-logo {
        max-width: 190px;
    }

    .modern-hero,
    .modern-hero .carousel,
    .modern-hero .carousel-inner,
    .modern-hero .carousel-item,
    .hero-section .c-img {
        min-height: 760px;
        height: 760px;
    }

    .modern-hero h1 {
        font-size: 38px;
    }

    .modern-hero p {
        font-size: 16px;
    }

    .modern-search-panel {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .modern-section {
        padding: 52px 0 !important;
    }

    .modern-section-head h2 {
        font-size: 30px;
    }

    .modern-centered-title h2,
    .modern-tour-widget h2 {
        font-size: 30px;
    }

    .modern-tour-form {
        padding: 24px;
    }

    .modern-footer .footer-top {
        padding: 24px 0 8px !important;
    }

    .modern-footer .subscribe-widget {
        padding: 18px;
    }

    .modern-footer .updates-fields {
        grid-template-columns: 1fr;
    }

    .modern-footer .footer-nav {
        gap: 12px;
    }

    .property-card-image,
    .property-list-image,
    .property-deal-image {
        height: 230px;
    }

    .whatsapp-chat {
        left: 12px !important;
        right: auto !important;
        width: min(330px, calc(100vw - 24px));
        bottom: 88px;
    }

    .whatsapp-float {
        left: 16px !important;
        right: auto !important;
        bottom: 18px;
    }

    .bpFab,
    [class*="bpFab"],
    [class*="bp-widget"] {
        right: 16px !important;
        left: auto !important;
        bottom: 74px !important;
    }

    .scroll-top {
        right: 16px !important;
        bottom: -90px !important;
    }

    .scroll-top.open {
        bottom: 18px !important;
    }
}
