@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --tblr-font-sans-serif:
        "Montserrat", -apple-system, BlinkMacSystemFont, San Francisco,
        Segoe UI, Roboto, Helvetica Neue, sans-serif;
    --tblr-body-font-size: clamp(16px, 0.8vw + 4px, 30px);
}

body {
    font-feature-settings: "cv03", "cv04", "cv11";
    background: #fff;
    font-size: var(--tblr-body-font-size);
    overflow-x: hidden !important;
}

.page-body {
    margin-bottom: 340px !important;
}

.bg-lavender {
    background: #e6e6fa;
}

[lang="fr"] .aq-main-menu a {
    font-size: 0.85rem;
}

/*Mega Menu Start*/
.logo-wrapper img {
    padding: 10px;
}

.aq-header {
    position: relative;
    z-index: 1000;
    overflow: visible;
}

.aq-header .container-fluid {
    position: relative;
    z-index: 1000;
}

.aq-main-menu {
    display: flex;
    align-items: stretch;
}

.aq-nav {
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aq-nav-item {
    position: static;
    display: flex;
    align-items: stretch;
    /* width: 110px; */
}

.aq-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 100%;
    color: #fff;
    text-decoration: none !important;
    transition: background 0.2s ease;
    /* width: 110px !important; */
}

.aq-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.aq-mega-menu {
    position: absolute;
    top: 100%;
    left: 2%;
    right: 2%;
    width: 96%;
    background: #fff;
    padding: 30px 40px;
    display: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
    z-index: 999;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.aq-mega-menu a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
}

.aq-mega-menu a:hover {
    color: var(--tblr-primary);
    text-decoration: underline !important;
}

.aq-mobile-toggle i {
    pointer-events: none;
}

.aq-mega-title {
    font-size: 16px;
    font-weight: 700;
}

.aq-mega-menu a {
    padding-bottom: 0 !important;
}

.aq-mega-menu a:hover,
.aq-mega-menu a.active,
.aq-mega-menu a:focus,
.aq-mega-menu a:active {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.aq-header .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    margin-top: 0 !important;
    border-radius: 0;
    z-index: 1200;
}

/* Image search button styling */
#image-search-btn,
#image-search-btn-mobile,
#home-voice-search-btn,
#home-voice-search-btn-mobile {
    background-color: #206bc4 !important;
    border: none !important;
    color: white !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#image-search-btn:hover,
#image-search-btn-mobile:hover,
#home-voice-search-btn:hover,
#home-voice-search-btn-mobile:hover {
    background-color: #1a5aa0 !important;
    /* transform: translateY(-50%) scale(1.05); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#image-search-btn.btn-success,
#image-search-btn-mobile.btn-success {
    background-color: #2fb344 !important;
}

#image-search-btn.btn-success:hover,
#image-search-btn-mobile.btn-success:hover {
    background-color: #28a138 !important;
}

#image-search-btn svg,
#image-search-btn-mobile svg {
    display: block;
    margin: 0 auto;
}

#image-search-btn,
#image-search-btn-mobile {
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
}

#home-voice-search-btn,
#home-voice-search-btn-mobile {
    top: 50%;
    right: 45px;
    transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
    .aq-nav-item:hover .aq-mega-menu {
        display: block;
    }
}

.aq-mobile-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2000;
}

.aq-mobile-menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0c2778;
    padding: 20px;
    z-index: 9999;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.aq-mobile-menu.aq-menu-active {
    transform: translateX(0);
}

html.menu-open,
body.menu-open {
    overflow: hidden;
    height: 100%;
}

.aq-mobile-menu a {
    display: block;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
}

.aq-mobile-toggle i {
    font-size: 28px;
    transition: transform 0.3s ease;
}

.aq-mobile-toggle.active i {
    transform: rotate(180deg);
}

.swiper {
    height: 100%;
}
/* Responsive */
@media (max-width: 991px) {
    .aq-nav {
        flex-direction: column;
    }

    .aq-nav-item {
        flex-direction: column;
    }

    .aq-nav-link {
        padding: 12px 15px;
        height: auto;
    }

    .aq-mega-menu {
        position: static;
        width: 100%;
        display: none;
        padding: 15px;
        box-shadow: none;
        border-top: none;
    }

    .aq-nav-item.open .aq-mega-menu {
        display: block;
    }
}
/*Mega Menu End*/

.card-status-purple {
    background: #f3e9ff !important;
}

.card-status-blue {
    background: #e8f0ff !important;
}

.card-status-yellow {
    background: #fff7e5 !important;
}

.card-status {
    border-radius: 10px;
    border: 1px solid #e5e7eb !important;
    padding: 1.25rem !important;
}

.card-status .btn-sm {
    padding: 4px 14px !important;
    font-size: 0.75rem !important;
    font-weight: 600;
    width: auto !important;
    border-radius: 6px;
}

.card-action-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f2f4f7;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #4a5568;
    margin-left: 6px;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.card-action-btn:hover {
    background: #d8dbe0;
}

.badge.bg-purple-lt {
    background-color: #f3e9ff !important;
    color: #6b3fa0 !important;
}

.aq-main-menu a {
    text-decoration: none;
    font-size: 1rem;
    position: relative;
    padding-bottom: 6px;
}

.aq-main-menu a.active,
.aq-main-menu a:hover,
.aq-main-menu a:focus,
.aq-main-menu a:active {
    padding-bottom: 6px;
}

.aq-hero {
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

.aq-hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    /* filter: blur(0.5px); */
    left: 0;
    top: 0;
    z-index: 1;
}

.aq-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(18 18 18 / 7%);
    z-index: 2;
}

#property-search-input {
    border-radius: 30px;
    padding-right: 115px;
    padding-left: 40px;
    height: 45px;
}

.search-container h1 {
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0px 1.2px black;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

.search-container h1::first-letter {
    text-transform: uppercase;
}

.search-container input {
    padding: 15px;
}

.search-container .input-icon-addon {
    color: #206bc4;
    left: 5px;
    z-index: 9;
}

.aq-search-tabs {
    margin-bottom: 15px;
}

.aq-search-tabs button {
    border: none;
    background: #f1f3f5;
    padding: 8px 18px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    margin-right: 6px;
    cursor: pointer;
}

.aq-search-tabs button.active {
    background: var(--tblr-primary);
    color: #fff;
}

.aq-featured-wrapper {
    position: relative;
}

.aq-featured-slider {
    height: 420px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.aq-featured-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    z-index: 1;
}

.aq-featured-slide.active {
    opacity: 1;
    z-index: 2;
}

.aq-featured-slide img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.aq-featured-card {
    position: absolute !important;
    right: 7%;
    top: 50%;
    transform: translate(-7%, -50%);
    background: #ffffff;
    padding: 30px;
    width: 400px;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}

.aq-featured-card small {
    color: #222 !important;
}

.aq-featured-card h2 {
    color: #15379d;
    font-size: 1.3rem;
    margin-top: 7px;
    font-weight: 700 !important;
}

.aq-featured-card p {
    font-size: 0.75rem;
}

.aq-featured-card strong {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.aq-slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    z-index: 5;
}

.aq-slide-btn.prev {
    left: 10px;
}

.aq-slide-btn.next {
    right: 10px;
}

.aq-property-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    height: 100%;
    padding: 10px;
    position: relative;
    padding-bottom: 60px;
}

.aq-property-card h5,
.aq-article-card h6 {
    height: 35px;
    overflow: hidden;
    font-size: 1rem;
}

.aq-home-blogs .aq-article-card h6 {
    height: 50px;
}

.aq-property-card a {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 93% !important;
}

.aq-img-wrap {
    position: relative;
    height: 170px;
}

.aq-img-wrap img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 12px;
}

.aq-pin {
    position: absolute;
    bottom: -12px;
    left: 12px;
    background: #fff;
    border: 3px solid var(--tblr-primary);
    color: var(--tblr-primary);
    font-weight: 700;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
}

.aq-stars {
    color: #f5a623;
    font-size: 24px;
    display: none;
}

.aq-article-card {
    border: 1px solid #e5e7eb;
    height: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 40px;
}

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

.aq-article-image {
    height: 170px;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.aq-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Footer */
#footer-section {
    background: #001545;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.footer-cta {
    padding: 45px 20px;
}
.footer-cta h5 {
    color: #fff;
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.footer-cta a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.footer-cta-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-copyright-wrap {
    padding: 20px 20px 32px 20px;
    border-top: 1px solid #153082;
}
.footer-copyright-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 400;
    line-height: 139.187%;
}
.footer-links {
    display: block;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 400;
    line-height: 139.187%;
    text-transform: capitalize;
    /* text-decoration: none; */
}
.footer-links span {
    margin-top: -5px;
    display: inline-flex;
}
.footer-social {
    display: inline-flex;
    gap: 20px;
    float: right;
}
.footer-social a {
    color: rgba(255, 255, 255, 0.72);
}
.footer-social a:hover {
    text-decoration: none;
}
.go-to-top {
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -9%;
    right: 2%;
    transform: translate(-2%, 9%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 5px #555;
}
.go-to-top a {
    color: #0e679a;
    text-decoration: none;
    border: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.go-to-top a:hover {
    border: none;
}
.footer-adrs-icon {
    display: inline-flex;
    gap: 10px;
    align-items: baseline;
    margin: 0;
}

.book-demo-btn {
    gap: 12px !important;
    background: linear-gradient(135deg, #0d7ae8 0%, #0564bc 100%) !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 15px 20px !important;
    height: 49px !important;
    border: none;
    font-weight: 700;
}

.book-demo-btn.active,
.book-demo-btn:active,
.book-demo-btn:hover,
.book-demo-btn:visited {
    background: #0564bc !important;
    color: #fff !important;
    border: none;
    border-radius: 6px;
}
.login-badge .badge {
    position: relative;
    z-index: 1;
}

.login-badge:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #699ad1;
    z-index: 1;
    top: 14px;
    left: 50%;
    transform: translate(-50%);
}

#login-options,
#email-login {
    padding: 30px;
}

.toggle-password {
    cursor: pointer;
    pointer-events: auto;
    height: 35.6px;
    right: 0;
    left: unset;
    z-index: 9;
}

.profile-preview {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-extras {
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 99999999;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translate(-50%);
}

.agent-header img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.agent-divider {
    width: 1px;
    height: 48px;
    background: #d9dee3;
}

.agent-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}

.agent-row {
    background: #fff;
}

.agent-info {
    border-left: 1px solid #e5e7eb;
    padding-left: 20px;
}

.agent-info div {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.agent-info div:last-child {
    border-bottom: none;
}

.find-agent-card {
    background: #f1f1f1;
    border-radius: 12px;
}

.video-main {
    height: 420px;
    background: #000;
    overflow: hidden;
}

.video-thumb {
    height: 250px;
    background: #000;
}

.video-thumb img,
.video-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.video-fullscreen {
    position: absolute;
    top: 10px;
    right: 10px;
}

.video-audio {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.video-mute,
.video-mic-on {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
}

.invite-list {
    max-height: 500px;
    height: 100%;
    overflow-y: overlay;
}

.update-profile-card {
    word-break: break-word;
}
.update-profile-card strong {
    display: inline-flex;
    width: 35%;
}
.update-profile-card span {
    display: inline-flex;
    width: 65%;
    overflow-wrap: break-word;
}

.dash-property-list .nav-pills .nav-link {
    background-color: rgb(6 111 209 / 8%);
    margin: 5px;
}

.dash-property-list .nav-pills .nav-link.active,
.dash-property-list .nav-pills .show > .nav-link {
    background-color: rgb(6 111 209 / 20%);
}

.meeting-card {
    border-radius: 12px;
    padding: 32px 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.meeting-card button,
.meeting-card a {
    font-size: 0.8rem;
}

.icon-wrapper {
    font-size: 48px;
    line-height: 1;
}

.meeting-card h4 {
    font-weight: 600;
}

.customer-avatar {
    width: 120px !important;
    height: 120px !important;
}

.customer-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.notification-icon {
    position: relative;
    font-size: 22px;
    color: #1d273b;
    cursor: pointer;
}

.notification-icon:hover {
    color: #206bc4;
    text-decoration: none;
}

.notification-badge {
    position: absolute;
    top: -12px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    background: #e03131;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 999px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.notification-dropdown {
    width: 320px;
    padding: 0;
}

.notification-list {
    max-height: 300px;
    overflow-y: auto;
}

.notification-item {
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    color: inherit;
}

.notification-item:hover {
    background-color: #0056d2;
    text-decoration: none;
    color: #fff;
}

.notification-icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.notification-title {
    font-weight: 600;
    font-size: 14px;
}

.notification-time {
    font-size: 12px;
}

.dropdown-header,
.dropdown-footer {
    padding: 12px 16px;
    font-weight: 600;
}

.dropdown-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
}

.dropdown-footer a {
    text-decoration: none;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) {
    .aq-homepage .container-md,
    .aq-container .container-md {
        max-width: calc(100% - 20%);
    }
    .main-image img {
        height: 500px;
    }
    .property-details-main {
        padding-right: 2rem;
    }
}

@media only screen and (min-width: 768px) {
    .explore-more-page .property-image-wrapper {
        border-radius: 0 12px 12px 0;
        border-right: 1px solid #eee;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aq-homepage .container-md,
    .aq-container .container-md {
        max-width: calc(100% - 10%);
    }

    .property-seen-on {
        flex-direction: row !important;
    }

    .logo-wrapper {
        width: 100%;
        text-align: center;
    }
    .aq-main-menu {
        margin: 0 auto;
        justify-content: center !important;
        width: 100% !important;
    }
    .aq-hero {
        min-height: 350px;
    }

    .search-container h1 {
        font-size: 2rem;
    }

    .footer-cta {
        padding: 30px 15px;
    }
    .footer-cta h5 {
        font-size: 35px;
    }
    .footer-social {
        margin-top: 1rem !important;
    }
    .footer-copyright-wrap {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 576px) {
    :root {
        --tblr-body-font-size: clamp(13px, 3.5vw, 15px);
    }

    .page-body {
        margin-bottom: 450px !important;
    }

    .search-desktop {
        display: none;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .aq-featured-card {
        right: 0;
        transform: translate(-1%, -5%);
        width: 98%;
    }

    .aq-featured-card h2 {
        font-size: 1.3rem;
    }

    .aq-featured-slider {
        height: 520px;
    }

    .logo-wrapper {
        width: 100%;
        text-align: center;
    }
    .aq-main-menu {
        margin: 0 auto;
        justify-content: center !important;
    }
    .aq-hero {
        min-height: 250px;
    }

    .search-container h1 {
        font-size: 2rem;
    }

    .search-container .input-icon-addon {
        left: -2px;
    }

    #property-search-input-mobile {
        padding-right: 5rem;
        padding-left: 1.8rem;
        font-size: 0.7rem;
    }

    #home-voice-search-btn-mobile {
        right: 26px;
    }

    #image-search-btn,
    #image-search-btn-mobile {
        right: 5px;
        transform: translate(-5%, -50%);
    }

    .footer-cta h5 {
        font-size: 32px;
        margin: 0;
    }
    .footer-cta-btn {
        display: flex;
        align-items: center;
    }
    .footer-contact-card {
        padding: 60px 20px;
    }
    .footer-links {
        float: left;
        gap: 5px;
        padding-bottom: 10px;
    }
    .footer-links a {
        font-size: 12px;
    }
    .footer-cta a {
        display: unset;
    }
    .footer-copyright-text {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .footer-social {
        float: left;
    }
    .footer-contact-text a {
        font-size: 13.5px;
    }
    .go-to-top {
        top: -30px;
        width: 50px;
        height: 50px;
    }

    .footer-copyright-wrap {
        padding: 12px;
    }
    .footer-cta {
        padding: 40px 20px;
    }

    img.e404_error_img {
        height: auto !important;
    }

    .property-seen-on {
        flex-direction: row !important;
    }

    #customer-dashboard-notification-menu.show {
        right: -15px !important;
    }

    .dash-h-title {
        width: 100% !important;
    }

    #login-options,
    #email-login {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 320px) {
    .agent-dash .dashboard-header {
        padding: 13px !important;
    }
    .app-banner .fs-2 {
        font-size: 0.9rem !important;
    }
    .app-banner button {
        font-size: 0.6rem !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .footer-cta h5 {
        font-size: 50px;
    }
    .footer-contact-card img {
        right: 2%;
    }
}

/* Properties details Styles Ends */
/* Main Image */
.main-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Inside View Gallery */
.inside-gallery img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.inside-gallery img:hover {
    transform: scale(1.01);
}

#galleryModal .bg-dark {
    background-color: #182433f5 !important;
}

.more-photos-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    background: #070707ba !important;
    color: #fff !important;
    border-radius: 10px !important;
    z-index: 1;
    overflow: hidden;
}

.more-photos-btn::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        #d63939 25%,
        rgba(0, 200, 255, 1) 50%,
        rgba(0, 200, 255, 0.8) 75%,
        transparent 100%
    );
    animation: rotateGlow 10s linear infinite;
    filter: blur(2px);
    z-index: -1;
}

.more-photos-btn::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #070707ba;
    border-radius: inherit;
    z-index: -1;
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.more-photos-btn:hover {
    background: #15379d !important;
}

/* Property Info */
.property-title {
    font-size: 1.5rem;
    font-weight: 700;
}
.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #005a8d;
}

/* Gallery Modal */
.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}
.gallery-modal img {
    max-width: 90%;
    max-height: 90%;
    display: block;
    margin: auto;
}
.gallery-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #275b92;
    cursor: pointer;
    padding: 10px;
}
.gallery-prev {
    left: 20px;
}
.gallery-next {
    right: 20px;
}

.btn-aq-light {
    color: #15379d;
    fill: #15379d;
    background-color: #dbe4ff;
    border-color: #dbe4ff;
}

.btn-aq-light:hover {
    color: #15379d;
    fill: #15379d;
    background-color: #e7edfe;
    border-color: #e7edfe;
}

.broker-logo {
    width: 100px;
}

.broker-photo {
    top: 45px;
    left: 20px;
}

.broker-photo img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.broker-name {
    margin-left: 90px;
}

.property-details-page .ad-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #f76707;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .inside-gallery img {
        height: 120px;
    }
    .update-profile-card {
        font-size: 0.8rem;
    }

    .footer-social {
        margin-top: 1rem !important;
    }

    .commute-from {
        text-align: end !important;
    }

    .find-agent-card .image-wrapper {
        border-bottom: 1px solid #eee;
        border-right: 0;
    }

    .explore-more-page .property-image-wrapper {
        border-radius: 12px 12px 0 0 !important;
        border-bottom: 1px solid #eee;
    }
}

.image-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.left-actions,
.right-actions {
    display: flex;
    gap: 10px;
}

.icon-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #2b6cb0;
    border-radius: 8px;
    background: #fff;
    color: #2b6cb0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.icon-btn:hover {
    background: #2b6cb0;
    color: #fff;
}

@media (max-width: 576px) {
    .icon-btn {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
    .property-list li,
    .amenities-list li {
        width: 50% !important;
        font-size: 0.75rem !important;
    }

    .property-list i,
    .amenities-list i {
        margin-right: 3px !important;
        width: 15px;
        text-align: center;
    }
}

/* .property-info-section {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
} */

.section-title {
    color: #2b6cb0;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-divider {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

.property-list,
.amenities-list {
    list-style: none;
    padding: 0;
    color: #555;
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
}

.property-list li,
.amenities-list li {
    margin-bottom: 10px;
    width: 33%;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.property-list i,
.amenities-list i {
    color: #2b6cb0;
    margin-right: 10px;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.amenities-border {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.details-border {
    border-left: 1px solid #ccc;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 0.9rem;
}

.detail-row:last-child {
    border-bottom: none;
}

/* Buttons */
.schedule-btn {
    background: #15379d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.schedule-btn:hover {
    background: #066fd1;
    color: #fff;
    font-weight: 600;
    padding: 12px;
}
.schedule-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background: conic-gradient(
        from var(--angle),
        transparent 0deg,
        transparent 300deg,
        #4cc9f0 320deg,
        #ffffff 335deg,
        #00e5ff 350deg,
        transparent 360deg
    );
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderRotate 4s ease-in-out infinite;
    filter: blur(1.5px);
}
@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes borderRotate {
    to {
        --angle: 360deg;
    }
}
.schedule-btn i {
    display: inline-block;
    animation: iconShake 3s ease-in-out infinite;
    transform-origin: center;
}

@keyframes iconShake {
    0%,
    90%,
    100% {
        transform: rotate(0);
    }
    92% {
        transform: rotate(-12deg);
    }
    94% {
        transform: rotate(10deg);
    }
    96% {
        transform: rotate(-6deg);
    }
    98% {
        transform: rotate(4deg);
    }
}
.whatsapp-btn {
    background: #2fb344;
    color: #fff;
    font-weight: 600;
    padding: 12px;
}
.whatsapp-btn:hover {
    background: #25a339;
    border: 1px solid #86cc6f;
    color: #fff;
    font-weight: 600;
    padding: 12px;
}
.more-btn {
    background: #1e3a8a;
    color: #fff;
    font-weight: 700;
    padding: 14px;
}
.more-btn:hover {
    background: #6bb6e3;
    color: #fff;
    font-weight: 700;
    padding: 14px;
}
/* Agent Card */
.agent-card {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    padding: 12px;
    margin-top: 20px;
    justify-content: space-evenly;
}

.agent-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.agent-right {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 3px;
}

.agent-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .amenities-border,
    .details-border {
        border-left: none;
        margin-top: 20px;
    }
}

.open-btn {
    padding: 12px 20px;
    background: #1e3a8a;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

/* Overlay */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

/* Modal */
.custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    /* width: 820px;*/
    max-width: 95%;
    border-radius: 14px;
    display: none;
    z-index: 1000;
    overflow: hidden;
    display: flex;
}

/* Close */
.modal-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 999;
}

/* Left */
.modal-left {
    background: linear-gradient(1900deg, #a6aaaf, #c2c3c7);
    padding: 0;
    text-align: center;
}

.modal-left h2 {
    color: #1e40af;
}

.modal-left span {
    background: #60a5fa;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    position: relative;
}

.modal-left img {
    width: 100%;
    height: 100%;
    /* margin-top: 30px; */
    object-fit: cover;
}

/* Right */
.modal-right {
    padding: 30px;
}

/* Date Picker */
.date-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.date-arrow {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 18px;
    flex-shrink: 0;
}

.date-picker {
    display: flex;
    gap: 10px;
}

.date-picker button {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    width: 80px;
    cursor: pointer;
}

.date-picker button strong {
    font-size: 20px;
    display: block;
}

.date-picker button span {
    font-size: 12px;
    color: #666;
}

.date-picker .active {
    border-color: #2563eb;
    background: #eff6ff;
}

/* Tour Type */
.tour-type {
    display: flex;
    gap: 10px;
    margin: 10px 0 20px;
}

.tour-type button {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.tour-type .active {
    background: #2563eb;
    color: #fff;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    /* margin-bottom: 15px;*/
}

.submit-btn {
    background: #1e3a8a;
    color: #fff;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

/* Thank You */
.thank-you h1 {
    color: #2563eb;
}

.meeting-link {
    background: #1e3a8a;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    margin-top: 10px;
}

.rating-wrapper {
    background: #fff;
    width: 720px;
    display: flex;
    border-radius: 14px;
    overflow: hidden;
}

.rating-left {
    width: 40%;
    background: #f4f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-left img {
    width: 80%;
}

.rating-right {
    width: 60%;
    padding: 30px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.stars span {
    font-size: 28px;
    cursor: pointer;
    color: #ddd;
}

.stars span.active {
    color: #fbbf24;
}
textarea {
    width: 100%;
    height: 90px;
    margin: 20px 0;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.aq-article-card .btn-primary {
    background: #1e40af;
    color: #fff;
    /* padding: 12px; */
    width: 100%;
    /* border: none; */
    /* border-radius: 8px; */
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90% !important;
}
/* ===========================
   RESPONSIVE MODALS FIX
=========================== */

/* Base modal behavior */
.custom-modal {
    max-height: 100%;
    overflow-y: auto;
}

/* Tablet & Mobile */
@media (max-width: 991px) {
    .custom-modal {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .modal-left,
    .modal-right {
        width: 100%;
    }

    .modal-left {
        padding: 0;
        text-align: center;
    }

    .modal-left img:last-child {
        /* max-height: 180px; */
        object-fit: contain;
    }

    .modal-right {
        padding: 20px;
    }
    .app-banner,
    .app-banner .text-end {
        text-align: center !important;
    }
    .app-banner .fs-2 {
        font-size: 1rem !important;
        margin-bottom: 10px;
    }
    .app-banner .fs-2 i {
        display: none;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .custom-modal {
        border-radius: 12px;
        max-height: 100%;
    }

    .modal-left span {
        font-size: 11px;
        padding: 5px 10px;
    }

    .date-wrapper {
        flex-wrap: nowrap;
        justify-content: center;
    }

    .date-picker {
        gap: 6px;
    }

    .date-picker button {
        width: 70px;
        padding: 8px;
    }

    .date-picker button strong {
        font-size: 16px;
    }

    .submit-btn {
        padding: 14px;
        font-size: 15px;
    }

    .commute-from {
        text-align: start !important;
    }

    .badge {
        font-size: 10px;
        font-weight: 500;
    }

    .app-banner button {
        font-size: 0.7rem;
    }
}

/* ===========================
   THANK YOU MODAL
=========================== */

/* #thankYouModal .modal-right {
    text-align: center;
} */

#thankMessage {
    white-space: pre-line;
}

/* ===========================
   RATING MODAL RESPONSIVE
=========================== */

.rating-wrapper {
    width: 95%;
    max-height: 90vh;
    /* flex-direction: column; */
}

.rating-left,
.rating-right {
    width: 100%;
}

.rating-left img {
    max-width: 200px;
}

@media (max-width: 576px) {
    .stars span {
        font-size: 24px;
    }

    textarea {
        height: 80px;
    }
}

/* ===========================
   OVERLAY FIX
=========================== */

.modal-overlay {
    overflow-y: auto;
}

/* Blog Styles */
/* Blog Section */
.blog-title {
    font-weight: 700;
    margin-bottom: 30px;
}

.blog-card {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #15379d;
}
/* Remove divider from last blog card */
.blog-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.blog-card img {
    width: 300px;
    border-radius: 4px;
}
.blog-category {
    font-size: 12px;
    letter-spacing: 2px;
    color: #6c63ff;
    font-weight: 700;
}
.blog-card h3 {
    font-weight: 700;
}
.blog-card p {
    color: #666;
}
.read-more {
    color: #888;
    font-size: 14px;
}
.read-more:hover {
    color: #15379d;
    font-size: 14px;
}
/* Sidebar */
.sidebar h6 {
    font-weight: 700;
}
.sidebar-card {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #15379d;
}
/* Remove divider from last sidebar card */
.sidebar-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar-card img {
    width: 120px;
    border-radius: 4px;
}
.sidebar-card p {
    font-size: 13px;
    color: #666;
}

/* Responsive */
@media (max-width: 767px) {
    .blog-card {
        flex-direction: column;
    }
    .blog-card img {
        width: 100%;
    }
}

/* Blog details */
.blog-title {
    color: #1d3ed6;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Layout */
.blog-wrapper {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: start;
}

/* Image */
.blog-image img {
    width: 100%;
    border-radius: 6px;
}

/* Content */
.blog-category {
    color: #6a5acd;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.blog-heading {
    font-size: 26px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
}

.blog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.blog-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 15px;
}

/* Back link */
.back-link {
    text-align: right;
    margin-top: 30px;
}

.back-link a {
    color: #1d3ed6;
    font-weight: 600;
    text-decoration: none;
}

.back-link a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-wrapper {
        grid-template-columns: 1fr;
    }

    .blog-content {
        grid-template-columns: 1fr;
    }

    .footer-social {
        float: left;
    }
}

/* End of Blog Styles */

/*FAQS Styles */
.faq-section {
    max-width: 1100px;
    margin: auto;
}

.faq-label {
    color: #1e4ed8;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: 0.3s;
}

.faq-header {
    display: flex;
    align-items: center;
    padding: 18px 20px;
}

.faq-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-icon {
    font-size: 22px;
    font-weight: 400;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    /* transform: rotate(45deg); */
    color: #10b981;
}

.faq-question {
    font-size: 15px;
    font-weight: 600;
    margin: 0 10px 0;
}

.faq-icon {
    font-size: 22px;
    font-weight: 400;
    transition: 0.3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    transition: max-height 0.4s ease;
    margin: 0 20px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

@media (max-width: 767px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}
/* End of FAQS Styles */

#loginModal .password-toggle-btn {
    display: none !important;
}

.password-toggle .form-control {
    /*border-radius: 6px !important;*/
    border-right: 1px solid var(--tblr-border-color) !important;
}

.input-group .password-toggle-btn:hover,
.input-group .btn.password-toggle-btn:hover,
.input-group input[type="password"] ~ .btn:hover,
.input-group input[type="text"][data-password-field] ~ .btn:hover,
.input-group .form-control[type="password"] ~ .btn:hover {
    border-color: #ced4da;
    background-color: transparent !important;
    color: inherit !important;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.multiselect-container {
    display: none;
}

.multiselect-container.show {
    display: block;
}

.multiselect-container .multiselect-filter > input.multiselect-search {
    box-shadow: none;
}

.multiselect-container .multiselect-all .form-check,
.multiselect-container .multiselect-group .form-check,
.multiselect-container .multiselect-option .form-check {
    padding: 0 5px 0 30px;
    margin-bottom: 0;
}

.multiselect-container .multiselect-all:focus,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-option:hover {
    background-color: #15379d !important;
    color: #fff !important;
}

.multiselect-container .multiselect-all .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-option .form-check-label {
    margin-bottom: 0;
}

.gm-style-iw.gm-style-iw-c {
    padding: 15px !important;
}

.gm-style-iw-chr {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: #ff6b35;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.gm-style-iw-chr button span {
    filter: invert(1);
}

.gm-style-iw-d {
    overflow: auto !important;
}

.gm-style-iw-d img {
    border-radius: 10px !important;
}

.btn-sm {
    padding: 5px !important;
}

/* Hide wrapper */
.skiptranslate {
    display: none !important;
}

/* Hide iframe explicitly */
iframe.skiptranslate {
    display: none !important;
}

/* Reset page shift */
body {
    top: 0 !important;
}

.featured-card img {
    height: 100%;
}

.featured-card .badge {
    display: none;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: transparent !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 600px) {
    .search-container {
        max-width: 100% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .footer-cta-btn {
        justify-content: flex-start;
        margin-top: 13px;
    }
}

.glass-card {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    box-shadow:
        0 8px 32px rgba(31, 38, 135, 0.18),
        inset 0 1px 1px rgba(255, 255, 255, 0.15);

    transition: all 0.3s ease;
}

.glass-card.glass-opaque {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

/* Glow layer */
.glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.02)
    );

    pointer-events: none;
}

/* Optional purple-blue glow */
.glass-card::after {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    background: rgba(120, 119, 255, 0.22);

    border-radius: 50%;

    filter: blur(70px);

    top: -60px;
    right: -60px;

    pointer-events: none;
}

/* Hover effect */
.glass-card:hover {
    box-shadow:
        0 15px 40px rgba(31, 38, 135, 0.25),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.btn-aq {
    position: relative;
    overflow: hidden;

    background: linear-gradient(135deg, #15379d 0%, #5b5cf0 100%);

    color: #fff !important;

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 1px solid rgba(255, 255, 255, 0.25);

    /*     border-radius: 50px; */

    padding: 12px 28px;

    font-weight: 600;
    letter-spacing: 0.2px;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow:
        0 0 15px rgba(91, 92, 240, 0.45),
        0 8px 25px rgba(21, 55, 157, 0.35),
        inset 0 1px 1px rgba(255, 255, 255, 0.18);

    transition: all 0.35s ease;
}

/* Shine overlay */
.btn-aq::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.22) 0%,
        rgba(255, 255, 255, 0.06) 35%,
        rgba(255, 255, 255, 0) 100%
    );

    pointer-events: none;
}

/* Glow pulse */
.btn-aq::after {
    content: "";
    position: absolute;

    width: 120%;
    height: 120%;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    background: radial-gradient(
        circle,
        rgba(91, 92, 240, 0.35) 0%,
        transparent 70%
    );

    opacity: 0.8;

    z-index: -1;

    transition: all 0.4s ease;
}

/* Hover */
.btn-aq:hover {
    color: #fff;
    border-color: rgba(91, 92, 240, 0.7);
    box-shadow:
        0 0 25px rgba(91, 92, 240, 0.7),
        0 12px 35px rgba(21, 55, 157, 0.45),
        inset 0 1px 1px rgba(255, 255, 255, 0.25);
}

.btn-aq:hover::after {
    opacity: 1;
}

.blog-link .badge {
    text-transform: capitalize;
}

img.e404_error_img {
    width: 100vw;
    height: 80vh;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.property-details .badge {
    white-space: normal;
    text-align: start;
}

#scheduleModal .modal-left {
    background: #eee;
    height: 50px;
}

#scheduleModal .modal-left img {
    display: none;
}

#scheduleModal .contact-extras {
    top: 20%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-cta-text {
        width: 75%;
    }
    .footer-cta-btn {
        width: 25%;
    }
    .footer-cta h5 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 705px) {
    .page-body {
        margin-bottom: 450px !important;
    }
    .footer-cta-text {
        width: 100%;
    }
    .footer-cta-btn {
        width: 100%;
        justify-content: flex-start;
        margin-top: 13px;
    }
    .footer-cta h5 {
        font-size: 35px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-tab-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .aq-homepage .container-md,
    .aq-container .container-md {
        max-width: calc(100% - 10%);
    }

    .header-mobile {
        display: flex !important;
    }

    .header-desktop {
        display: none !important;
    }

    .aq-mobile-menu {
        display: flex !important;
    }

    .aq-mobile-lang {
        display: flex !important;
    }

    .search-container {
        max-width: 85% !important;
    }

    .aq-pill-group .btn {
        font-size: 0.75rem !important;
    }

    .travel-search-card h2 {
        font-size: 1rem;
    }

    .footer-cta h5 {
        font-size: 40px;
    }

    #passwordForm input::placeholder {
        font-size: 0.7rem;
    }

    .form-control::placeholder {
        font-size: 0.7rem;
    }

    .aq-home-blogs > div:last-child .aq-article-card {
        display: none;
    }

    .explore-more-page .price {
        font-size: 1.3rem;
    }

    .aq-article-card .badge,
    .aq-property-card .badge {
        white-space: normal;
        font-weight: 400;
        font-size: 0.6rem;
    }
}

@media (min-width: 1199px) and (max-width: 1365px) {
    .aq-main-menu a {
        font-size: 0.85rem;
    }
    .search-container {
        max-width: 80% !important;
    }
    .form-control::placeholder {
        font-size: 0.7rem;
    }
    .aq-article-card .badge,
    .aq-property-card .badge {
        white-space: normal;
        font-weight: 400;
        font-size: 0.6rem;
    }
}
