@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: 1rem;
}

body {
    font-feature-settings: "cv03", "cv04", "cv11";
    background: #fff;
}

.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: 15px;
    position: relative;
    height: 25px;
    padding-bottom: 6px;
}

.aq-main-menu a.active,
.aq-main-menu a:hover,
.aq-main-menu a:focus,
.aq-main-menu a:active {
    border-bottom: 1px solid var(--tblr-white);
    padding-bottom: 6px;
}

.aq-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.aq-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.cust_fix_height {
    height: 52px;
}

/* .aq-search-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 10% 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
} */

.aq-search-box {
    position: relative;
    z-index: 9;
    width: 50%;
}

.aq-search-box h1 {
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0px 1.2px black;
}

.aq-search-box input {
    padding: 15px;
}

.aq-search-box .input-icon-addon {
    height: 52px;
}

.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: 12px;
    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: 420px !important;
    width: 100%;
    object-fit: cover;
}

.aq-featured-card {
    position: absolute;
    right: 0;
    top: 10%;
    background: #ffffffd9;
    padding: 30px;
    width: 340px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.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: 15px;
}

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

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

.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: 14px;
}

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

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

.aq-article-card h6 {
    font-size: 15px;
    line-height: 1.4;
}

.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: relative;
}
.footer-cta {
    padding: 72px 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: 0 20px 32px 20px;
}
.footer-copyright-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-weight: 400;
    line-height: 139.187%;
}
.footer-links {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-weight: 400;
    line-height: 139.187%;
    text-decoration: none;
}
.footer-links span {
    margin-top: -5px;
}
.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: 7%;
    transform: translate(-9%, 7%);
    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: #15379d !important;
    color: #fff;
    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;
    height: 120px;
}

.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;
    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;
}

[dir="rtl"] .input-group {
    flex-direction: row-reverse;
}

[dir="rtl"] .input-group > .form-control {
    border-left-width: 1px !important;
}

[dir="rtl"] .toggle-password {
    left: 0;
    right: unset;
}

@media only screen and (min-width: 992px) {
    .aq-hero {
        height: 420px;
    }
    .aq-homepage .container-md,
    .aq-container .container-md {
        max-width: calc(100% - 20%);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .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;
    }

    .aq-search-box {
        width: 70%;
    }

    .aq-search-box h1 {
        font-size: 1.5rem;
    }
    .footer-cta {
        padding: 30px 15px;
    }
    .footer-cta h5 {
        font-size: 35px;
    }
    .footer-copyright-wrap {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 576px) {
    .logo-wrapper {
        width: 100%;
        text-align: center;
    }
    .aq-main-menu {
        margin: 0 auto;
        justify-content: center !important;
    }
    .aq-hero {
        min-height: 250px;
    }
    .aq-search-box {
        width: 90%;
    }
    .aq-search-box h1 {
        font-size: 1.5rem;
    }
    .footer-cta h5 {
        font-size: 42px;
        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: 15px;
        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;
    }
}

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

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

/* Inside View Gallery */
.inside-gallery img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}
.inside-gallery img:hover {
    transform: scale(1.05);
}

/* Property Info */
.property-title {
    font-size: 24px;
    font-weight: 700;
}
.price {
    font-size: 26px;
    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;
}

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

.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-info-section {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.section-title {
    color: #2b6cb0;
    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;
}

.property-list li,
.amenities-list li {
    margin-bottom: 10px;
}

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

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

.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;
}

/* Buttons */
.schedule-btn {
    background: #6bb6e3;
    color: #fff;
    font-weight: 600;
    padding: 12px;
}
.schedule-btn:hover {
    background: #1e3a8a;
    color: #fff;
    font-weight: 600;
    padding: 12px;
}
.whatsapp-btn {
    background: #86cc6f;
    color: #fff;
    font-weight: 600;
    padding: 12px;
}
.whatsapp-btn:hover {
    background: #ffffff;
    border: 1px solid #86cc6f;
    color: #86cc6f;
    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: flex-end;
}

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

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

@media (max-width: 768px) {
    .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 {
    width: 40%;
    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%;
    /* margin-top: 30px; */
}

/* Right */
.modal-right {
    width: 60%;
    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;
}

.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;
}
/* ===========================
   RESPONSIVE MODALS FIX
=========================== */

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

/* Tablet & Mobile */
@media (max-width: 992px) {
    .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;
    }
}

/* 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;
    }

    .tour-type {
        flex-direction: column;
    }

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

/* ===========================
   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: 768px) {
    .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;
    }
}

/* 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);
    padding: 18px 20px;
    cursor: pointer;
    transition: 0.3s;
}

.faq-header {
    display: flex;
    align-items: center;
}

.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: 768px) {
    .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;
}
