*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background-color: #070714 !important;
    overflow-x: hidden;
    width: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
}

/* Fallback footer padding */
.rental-footer-settings {
    padding: 0 !important;
}

/* Make Elementor boxed container match theme container width */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

/* Remove default Elementor column gap padding */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

body {
    margin: -27px 0 0 0;
    font-family: var(--rental-font-body);
    color: var(--rental-body-text);
    background-color: var(--rental-bg-dark);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--rental-font-heading);
    color: var(--rental-primary);
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0;
}

a {
    color: var(--rental-accent);
    text-decoration: none;
    transition: var(--rental-transition);
}

a:hover {
    color: var(--rental-accent-hover);
}

img {
    max-width: 100%;
    height: auto;
    border-radius: var(--rental-radius-sm);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: var(--rental-radius-sm);
    font-family: var(--rental-font-body);
    font-weight: 600;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: var(--rental-transition);
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--rental-accent), var(--rental-accent-hover));
    color: var(--rental-white);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.35);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.45);
    color: var(--rental-white);
}

.btn-outline {
    background: transparent;
    color: var(--rental-accent);
    border: 2px solid var(--rental-accent);
}

.btn-outline:hover {
    background: var(--rental-accent);
    color: var(--rental-white);
    transform: translateY(-2px);
}

.card {
    background: var(--rental-white);
    border-radius: var(--rental-radius);
    box-shadow: var(--rental-shadow);
    overflow: hidden;
    transition: var(--rental-transition);
}

.card:hover {
    box-shadow: var(--rental-shadow-lg);
    transform: translateY(-4px);
}

.section-title {
    font-size: 2.25rem;
    margin-bottom: 8px;
    color: var(--rental-primary);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--rental-text-light);
    margin-bottom: 48px;
}

.badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-featured {
    background: linear-gradient(135deg, var(--rental-accent), var(--rental-gold));
    color: var(--rental-primary);
}

.badge-type {
    background: rgba(212, 175, 55, 0.12);
    color: var(--rental-accent);
}

.topbar {
    background: #070714;
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
    padding: 5px 0;
    font-size: 12px;
    position: relative;
    z-index: 101;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.topbar-item {
    color: var(--rental-text-on-dark);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--rental-transition);
    font-size: 12px;
}

.topbar-item i {
    color: var(--rental-accent);
    font-size: 11px;
}

.topbar-item:hover {
    color: var(--rental-accent);
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 4px;
}

.topbar-social {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rental-text-muted-dark);
    border-radius: 50%;
    transition: var(--rental-transition);
    font-size: 11px;
}

.topbar-social:hover {
    color: var(--rental-accent);
    background: rgba(212, 175, 55, 0.15);
}

/* ===== SITE HEADER ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #070714;
    padding: 0;
    transition: var(--rental-transition);
    border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 65px;
}

.header-scrolled {
    background: rgba(7, 7, 20, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    border-bottom-color: rgba(212, 175, 55, 0.15);
}

.main-navigation,
.nav-drawer,
.primary-menu {
    background: transparent;
}



/* ===== SITE BRANDING ===== */
.site-branding {
    flex-shrink: 0;
}

.site-title {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    text-decoration: none;
    font-family: var(--rental-font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.site-title-main {
    color: var(--rental-text-on-dark);
}

.site-title-accent {
    color: var(--rental-accent);
    position: relative;
}

.site-title-accent::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--rental-accent);
    border-radius: 1px;
    opacity: 0.4;
}

.custom-logo-wrap img {
    max-height: 38px;
    width: auto;
    border-radius: 0;
}

/* ===== HEADER CTA BUTTON ===== */
.header-cta {
    padding: 8px 18px;
    font-size: 13px;
    gap: 6px;
}

/* ===== HAMBURGER ===== */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    cursor: pointer;
    padding: 8px;
    transition: var(--rental-transition);
    z-index: 110;
    position: relative;
}

.hamburger:hover {
    border-color: var(--rental-accent);
}

.hamburger-line {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--rental-white);
    border-radius: 2px;
    transition: var(--rental-transition);
    transform-origin: center;
}

.hamburger.active .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ===== MAIN NAVIGATION ===== */
.main-navigation {
    display: flex;
    align-items: center;
    background: transparent;
}

.nav-drawer {
    display: flex;
    align-items: center;
    background: transparent;
}

.primary-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu .menu-item {
    position: relative;
}

.primary-menu .menu-item a {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 500;
    font-family: var(--rental-font-body);
    letter-spacing: 0.3px;
    text-decoration: none;
    border-radius: 6px;
    transition: var(--rental-transition);
    background: var(--rental-card-bg, #1a1a2e);
}

/* ===== USER DROPDOWN ===== */
.user-dropdown {
    position: relative;
}

.user-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--rental-card-bg, #1a1a2e);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 4px 12px 4px 4px;
    cursor: pointer;
    color: var(--rental-white);
    font-family: var(--rental-font-body);
    font-size: 13px;
    transition: var(--rental-transition);
    white-space: nowrap;
}

.user-dropdown-toggle:hover {
    border-color: var(--rental-accent);
    background: rgba(212, 175, 55, 0.06);
}

.user-dropdown-toggle .user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    object-fit: cover;
}

.user-dropdown-name {
    display: none;
}

.user-dropdown-arrow {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.2s ease;
}

.user-dropdown:hover .user-dropdown-arrow {
    transform: rotate(180deg);
}

.user-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 220px;
    background: #1a1a2e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: all 0.2s ease;
    z-index: 200;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.user-dropdown:hover .user-dropdown-menu,
.user-dropdown-toggle:focus + .user-dropdown-menu,
.user-dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: var(--rental-transition);
}

.user-dropdown-menu a i {
    width: 16px;
    text-align: center;
    font-size: 14px;
    color: var(--rental-accent);
}

.user-dropdown-menu a:hover {
    background: rgba(212, 175, 55, 0.08);
    color: var(--rental-white);
}

.dropdown-user-info {
    padding: 12px 16px 8px;
}

.dropdown-user-name {
    display: block;
    color: var(--rental-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.dropdown-user-role {
    display: block;
    color: var(--rental-accent);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.dropdown-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 4px 0;
}

@media (min-width: 992px) {
    .user-dropdown-name {
        display: inline;
    }
}

/* Hide account/dashboard links from main nav when logged in (they're in the dropdown) */
.primary-menu .menu-item a[href*="my-account"],
.primary-menu .menu-item a[href*="/dashboard/"] {
    display: none;
}

/* ===== NAV OVERLAY ===== */
.nav-overlay {
    display: none;
}

/* ===== NAV DRAWER ===== */
.nav-drawer-header,
.nav-drawer-footer,
.nav-tab-content-dashboard {
    display: none;
}

/* ===== MOBILE STYLES ===== */
@media (max-width: 991px) {
    .topbar {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .header-actions {
        display: none;
    }

    body.logged-in .header-actions {
        display: block;
    }

    .main-navigation {
        width: 0;
        overflow: visible;
        flex-shrink: 0;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        opacity: 0;
        visibility: hidden;
        transition: var(--rental-transition);
        z-index: 105;
    }

    .nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .nav-drawer {
        position: fixed;
        top: 0;
        right: 0;
        width: 90vw;
        max-width: 500px;
        height: 100vh;
        height: 100dvh;
        background: var(--rental-bg-dark);
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        z-index: 120;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        padding: 0;
        overflow-y: auto;
        border-left: 1px solid rgba(212, 175, 55, 0.1);
    }

    .nav-drawer.open {
        transform: translateX(0);
    }

    .nav-drawer-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 20px 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .nav-tabs {
        display: flex;
        flex: 1;
        gap: 4px;
        background: rgba(255,255,255,0.04);
        border-radius: 10px;
        padding: 3px;
    }

    .nav-tab {
        flex: 1;
        border: none;
        background: transparent;
        color: rgba(255,255,255,0.5);
        font-family: var(--rental-font-body);
        font-size: 13px;
        font-weight: 600;
        padding: 8px 16px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
        white-space: nowrap;
    }

    .nav-tab.active {
        background: rgba(212,175,55,0.15);
        color: var(--rental-accent);
    }

    .nav-tab:hover:not(.active) {
        color: rgba(255,255,255,0.8);
    }

    .nav-tab-content {
        display: none;
    }

    .nav-tab-content.active {
        display: block;
    }

    .dash-drawer-links {
        padding: 8px 0;
    }

    .dash-drawer-link {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 13px 24px;
        color: rgba(255,255,255,0.85);
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s ease;
        border-left: 3px solid transparent;
    }

    .dash-drawer-link i {
        width: 20px;
        text-align: center;
        font-size: 15px;
        color: var(--rental-accent);
        transition: color 0.2s ease;
    }

    .dash-drawer-link:hover {
        background: rgba(212,175,55,0.06);
        color: var(--rental-accent);
        border-left-color: var(--rental-accent);
    }

    .dash-drawer-link-logout i {
        color: #ef4444;
    }

    .dash-drawer-link-logout:hover {
        background: rgba(239,68,68,0.06);
        color: #ef4444;
        border-left-color: #ef4444;
    }

    .dash-drawer-divider {
        height: 1px;
        background: rgba(255,255,255,0.06);
        margin: 8px 24px;
    }

    .nav-close {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.06);
        border: none;
        border-radius: 8px;
        color: var(--rental-white);
        font-size: 16px;
        cursor: pointer;
        transition: var(--rental-transition);
    }

    .nav-close:hover {
        background: rgba(212, 175, 55, 0.15);
        color: var(--rental-accent);
    }

    .primary-menu {
        flex-direction: column;
        gap: 0;
        padding: 12px 0;
        width: 100%;
    }

    .primary-menu .menu-item {
        width: 100%;
    }

    .primary-menu .menu-item a {
        width: 100%;
        padding: 14px 24px;
        border-radius: 0;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        justify-content: flex-start;
    }

    .primary-menu .menu-item a::after {
        display: none;
    }

.primary-menu .menu-item a:hover {
    background: rgba(212, 175, 55, 0.08);
    color: var(--rental-accent);
    padding-left: 32px;
}

    .primary-menu .menu-item.current-menu-item a {
        background: rgba(212, 175, 55, 0.06);
        border-left: 3px solid var(--rental-accent);
        color: var(--rental-accent);
    }

    .nav-drawer-footer {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 24px;
        margin-top: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .nav-drawer-contact {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: var(--rental-text-on-dark);
        font-size: 13px;
        transition: var(--rental-transition);
    }

    .nav-drawer-contact i {
        color: var(--rental-accent);
        font-size: 14px;
        width: 20px;
        text-align: center;
    }

    .nav-drawer-contact:hover {
        color: var(--rental-accent);
    }
}

@media (max-width: 480px) {
    .nav-drawer {
        width: 90vw;
        max-width: 90vw;
        border-left: none;
    }
}

/* ===== TABLET: show topbar only above 991px ===== */
@media (min-width: 992px) {
    .topbar {
        display: block;
    }

    .hamburger {
        display: none;
    }

    .header-actions {
        display: block;
    }
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    position: relative;
    background: #070714;
    color: #94a3b8;
    border-top: 1px solid rgba(212, 175, 55, 0.08);
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
}

/* ----- Footer Main ----- */
.footer-main {
    padding: 70px 0 50px;
    background: radial-gradient(ellipse at 20% 80%, rgba(212, 175, 55, 0.03) 0%, transparent 60%);
}

.rental-footer-main {
    padding: 70px 0 50px;
    background-color: #070714;
}

@media (max-width: 767px) {
    .footer-main,
    .rental-footer-main {
        padding: 50px 16px 30px;
    }
}

.footer-grid,
.rental-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 36px;
}

.footer-col,
.rental-footer-col {
    min-width: 0;
}

/* ----- Brand Column ----- */
.footer-logo,
.rental-footer-logo {
    margin-bottom: 18px;
}

.footer-site-title,
.rental-footer-logo {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.footer-site-title .site-title-main,
.rental-footer-logo .logo-main {
    color: #e2e8f0;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.footer-site-title .site-title-accent,
.rental-footer-logo .logo-accent {
    color: #d4af37;
    position: relative;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.footer-site-title .site-title-accent::after,
.rental-footer-logo .logo-accent::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #d4af37;
    border-radius: 1px;
    opacity: 0.4;
}

.footer-desc,
.rental-footer-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #94a3b8;
    margin-bottom: 24px;
}

/* ----- Social Icons ----- */
#colophon .footer-social,
.rental-footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#colophon .footer-contact-col .footer-social,
.rental-footer-social {
    margin-top: 28px;
}

#colophon .footer-social-icon,
.rental-footer-social-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
}

#colophon .footer-social-icon svg,
.rental-footer-social-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

#colophon .footer-social-icon:hover,
.rental-footer-social-icon:hover {
    background: #d4af37;
    color: #070714;
    border-color: #d4af37;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25);
}

/* ----- Footer Headings ----- */
#colophon .footer-heading,
.rental-footer-heading {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 24px;
    padding-bottom: 14px;
    position: relative;
}

#colophon .footer-heading::after,
.rental-footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: #d4af37;
    border-radius: 1px;
}

/* ----- Quick Links ----- */
#colophon .footer-menu,
.rental-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

#colophon .footer-menu li,
.rental-footer-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

#colophon .footer-menu li:last-child,
.rental-footer-menu li:last-child {
    border-bottom: none;
}

#colophon .footer-menu li a,
.rental-footer-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    color: #94a3b8;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#colophon .footer-menu li a i,
#colophon .footer-menu li a svg,
.rental-footer-menu li a i,
.rental-footer-menu li a svg {
    font-size: 10px;
    color: #d4af37;
    transition: all 0.3s ease;
    width: 1em;
    height: 1em;
}

#colophon .footer-menu li a:hover,
.rental-footer-menu li a:hover {
    color: #d4af37;
    padding-left: 6px;
}

#colophon .footer-menu li a:hover i,
#colophon .footer-menu li a:hover svg,
.rental-footer-menu li a:hover i,
.rental-footer-menu li a:hover svg {
    transform: translateX(3px);
}

/* ----- Contact List ----- */
#colophon .footer-contact-list,
.rental-footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#colophon .footer-contact-list li,
.rental-footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #94a3b8;
}

#colophon .footer-contact-list li i,
.rental-footer-contact-list li i {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    font-size: 13px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 6px;
    transition: all 0.3s ease;
}

#colophon .footer-contact-list li svg,
.rental-footer-contact-list li svg {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 6px;
    transition: all 0.3s ease;
    padding: 9px;
    width: 14px;
    height: 14px;
    box-sizing: content-box;
}

#colophon .footer-contact-list li:hover i,
#colophon .footer-contact-list li:hover svg,
.rental-footer-contact-list li:hover i,
.rental-footer-contact-list li:hover svg {
    background: #d4af37 !important;
    color: #070714 !important;
    fill: #070714 !important;
}

#colophon .footer-contact-list li a,
.rental-footer-contact-list li a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

#colophon .footer-contact-list li a:hover,
.rental-footer-contact-list li a:hover {
    color: #d4af37;
}

#colophon .footer-contact-list li span,
.rental-footer-contact-list li span {
    color: #94a3b8;
}

/* ----- Newsletter ----- */
#colophon .footer-newsletter-text,
.rental-footer-newsletter-text {
    font-size: 14px;
    line-height: 1.7;
    color: #94a3b8;
    margin-bottom: 20px;
}

#colophon .subscribe-wrap,
#colophon .rental-subscribe-wrap {
    display: flex;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0c0c1d;
    transition: border-color 0.3s ease;
}

#colophon .subscribe-wrap:focus-within,
#colophon .rental-subscribe-wrap:focus-within {
    border-color: #d4af37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

#colophon .subscribe-input,
#colophon .rental-subscribe-input {
    flex: 1;
    padding: 13px 16px;
    border: none;
    background: transparent;
    color: #e2e8f0;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    outline: none;
}

#colophon .subscribe-input::placeholder,
#colophon .rental-subscribe-input::placeholder {
    color: #64748b;
}

#colophon .subscribe-btn,
#colophon .rental-subscribe-btn {
    width: 48px;
    border: none;
    background: #d4af37;
    color: #070714;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#colophon .subscribe-btn:hover,
#colophon .rental-subscribe-btn:hover {
    background: #d4a843;
    transform: scale(1.05);
}

#colophon .subscribe-btn i,
#colophon .subscribe-btn svg,
#colophon .rental-subscribe-btn i,
#colophon .rental-subscribe-btn svg {
    color: #070714;
    fill: #070714;
    font-size: 15px;
    width: 1em;
    height: 1em;
}

#colophon .footer-badges {
    display: flex;
    gap: 16px;
    margin-top: 18px;
    flex-wrap: wrap;
}

#colophon .footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
}

#colophon .footer-badge i {
    color: #10b981;
    font-size: 12px;
}

/* ----- Footer Bottom ----- */
#colophon .footer-bottom,
.rental-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
}

#colophon .footer-bottom-inner,
.rental-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

#colophon .footer-bottom-inner p,
.rental-footer-bottom-inner p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

#colophon .footer-bottom-inner p strong,
.rental-footer-bottom-inner p strong {
    color: #94a3b8;
    font-weight: 600;
}

#colophon .footer-bottom-links,
.rental-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

#colophon .footer-bottom-links a,
.rental-footer-bottom-links a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

#colophon .footer-bottom-links a:hover,
.rental-footer-bottom-links a:hover {
    color: #d4af37;
}

#colophon .footer-bottom-divider,
.rental-footer-bottom-divider {
    color: rgba(255, 255, 255, 0.15);
    font-size: 12px;
}

/* Remove Elementor section/column default padding for footer widget */
.site-footer .elementor-element-populated,
.site-footer .elementor-widget-wrap,
.site-footer .elementor-widget-container {
    padding: 0 !important;
}

/* Also remove padding in Elementor editor for this widget.
   The :has() targets a column whose elementor-widget-wrap contains our footer widget. */
.elementor-element-populated:has(> .elementor-widget-wrap > .elementor-widget-rental_pg_footer) {
    padding: 0 !important;
}

/* Ensure the widget container itself has no excess spacing */
.elementor-widget-rental_pg_footer .elementor-widget-container {
    padding: 0 !important;
}

/* Elementor widget uses .rental-footer-* classes — all rules
   are shared with .footer-* counterparts below for exact visual parity.
   These also work in Elementor editor preview without #colophon parent. */

/* ===== FOOTER RESPONSIVE ===== */
@media (max-width: 1024px) {
    .container {
        padding: 0 24px;
    }

    .footer-grid,
    .rental-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .footer-main,
    .rental-footer-main {
        padding: 50px 16px 30px;
    }

    .footer-grid,
    .rental-footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-social,
    .rental-footer-social {
        justify-content: flex-start;
    }

    .footer-bottom-inner,
    .rental-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-bottom-links,
    .rental-footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .section-title {
        font-size: 1.75rem;
    }

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

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

.page-template-page-contact-php {
    background: linear-gradient(135deg, #0c0c1d 0%, #1a1a2e 50%, #0c0c1d 100%);
}

.page-template-page-contact-php h1,
.page-template-page-contact-php h2,
.page-template-page-contact-php h3,
.page-template-page-contact-php h4,
.page-template-page-contact-php h5,
.page-template-page-contact-php h6 {
    color: var(--rental-white);
}

.page-template-page-contact-php a {
    color: var(--rental-accent);
}

.page-template-page-contact-php p {
    color: var(--rental-text-muted-dark);
}

.page-template-page-contact-php .btn-whatsapp {
    color: white;
}

.page-template-page-contact-php .cta-btn {
    color: white;
    border: 2px solid transparent;
}

/* ----- Section Common ----- */
.section-badge {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(212, 175, 55, 0.1);
    color: var(--rental-accent);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.section-header-center {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 48px;
}

.section-header-center .section-title {
    font-size: 2.5rem;
    margin-bottom: 12px;
    color: var(--rental-white);
}

.section-header-center .section-subtitle {
    color: var(--rental-text-muted-dark);
    font-size: 1.05rem;
}

/* ----- Section Container with col-11 padding ----- */
.contact-info-section .container,
.contact-form-section .container,
.contact-map-section .container,
.contact-faq-section .container,
.contact-trust-section .container,
.contact-social-section .container,
.contact-testimonial-section .container,
.contact-cta-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ----- Contact Hero ----- */
.contact-hero {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #070714 0%, #0f0f2e 50%, #070714 100%);
    overflow: hidden;
    text-align: center;
}

.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

.contact-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.contact-hero-content {
    position: relative;
    z-index: 1;
}

.contact-hero-badge {
    display: inline-block;
    padding: 7px 20px;
    background: rgba(212, 175, 55, 0.12);
    color: var(--rental-accent);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.contact-hero-title {
    font-size: 3.5rem;
    color: var(--rental-white);
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.contact-hero-subtitle {
    font-size: 1.15rem;
    color: var(--rental-text-muted-dark);
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ----- Contact Page Content (Editor) ----- */
.contact-content-section {
    padding: 60px 0 20px;
    background: transparent;
}

.contact-editor-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--rental-text-muted-dark);
}

.contact-editor-content h1,
.contact-editor-content h2,
.contact-editor-content h3 {
    color: var(--rental-text-on-dark);
    margin-top: 0;
}

.contact-editor-content p {
    margin-bottom: 16px;
}

.contact-editor-content img {
    border-radius: var(--rental-radius);
    margin: 24px 0;
}

/* ----- Contact Info Section ----- */
.contact-info-section {
    background: transparent;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.contact-info-card {
    background: var(--rental-card-bg, #1a1a2e);
    border-radius: var(--rental-radius);
    padding: 36px 28px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: var(--rental-transition);
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--rental-accent), var(--rental-gold));
    opacity: 0;
    transition: var(--rental-transition);
}

.contact-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.4);
    border-color: rgba(212, 175, 55, 0.3);
}

.contact-info-card:hover::before {
    opacity: 1;
}

.contact-info-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
    border-radius: 16px;
    margin: 0 auto 20px;
    font-size: 24px;
    color: var(--rental-accent);
    transition: var(--rental-transition);
}

.contact-info-card:hover .contact-info-icon {
    background: linear-gradient(135deg, var(--rental-accent), var(--rental-accent-hover));
    transform: scale(1.1);
}
.contact-info-card:hover .contact-info-icon i {
    color: var(--rental-white) !important;
}

.contact-info-title {
    font-size: 1.1rem;
    color: var(--rental-white);
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-info-text {
    font-size: 14px;
    color: var(--rental-text-muted-dark);
    margin-bottom: 4px;
    line-height: 1.6;
}

.contact-info-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--rental-accent);
    transition: var(--rental-transition);
}

.contact-info-link i {
    font-size: 11px;
    transition: var(--rental-transition);
}

.contact-info-link:hover i {
    transform: translateX(4px);
}

.contact-info-badge {
    display: inline-block;
    margin-top: 14px;
    padding: 4px 14px;
    background: rgba(16, 185, 129, 0.1);
    color: var(--rental-success);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

/* ----- Contact Form Section ----- */
.contact-form-section {
    padding: 80px 0;
    background: transparent;
    position: relative;
}

.contact-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}

.contact-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 40px;
    align-items: start;
}

.contact-form-content .section-badge {
    margin-bottom: 16px;
}

.contact-form-content .section-title {
    font-size: 2.2rem;
    margin-bottom: 12px;
    color: var(--rental-white);
}

.contact-form-content .section-subtitle {
    color: var(--rental-text-muted-dark);
    margin-bottom: 36px;
    font-size: 1.05rem;
}

.contact-form-content .section-subtitle {
    color: var(--rental-text-muted-dark);
    margin-bottom: 36px;
    font-size: 1.05rem;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--rental-text-on-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form .form-group label .required {
    color: var(--rental-danger);
}

.contact-form .form-control {
    width: 100%;
    padding: 14px 16px 14px 44px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--rental-radius-sm);
    font-family: var(--rental-font-body);
    font-size: 15px;
    color: var(--rental-text-on-dark);
    background: #1a1a2e;
    transition: var(--rental-transition);
    outline: none;
}

.contact-form .form-control:focus {
    border-color: var(--rental-accent);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
    background: #1a1a2e;
}

.contact-form .form-control::placeholder {
    color: #64748b;
    font-size: 14px;
}

.contact-form .form-control select {
    appearance: none;
    cursor: pointer;
}

.contact-form .form-icon {
    position: absolute;
    left: 16px;
    bottom: 16px;
    color: #64748b;
    font-size: 15px;
    pointer-events: none;
}

.contact-form .form-group:focus-within .form-icon {
    color: var(--rental-accent);
}

.contact-form textarea.form-control {
    padding-left: 16px;
    resize: vertical;
    min-height: 140px;
}

.contact-form .textarea-icon {
    display: none;
}

.contact-submit {
    padding: 16px 36px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    gap: 12px;
    margin-top: 8px;
}

.contact-submit i {
    font-size: 16px;
}

/* ----- Contact Form Sidebar ----- */
.contact-form-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.side-card {
    background: var(--rental-card-bg, #1a1a2e);
    border-radius: var(--rental-radius);
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.side-card-title {
    font-size: 1.1rem;
    color: var(--rental-white);
    margin-bottom: 20px;
    font-weight: 600;
}

.side-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-card-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    color: var(--rental-text-muted-dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.side-card-list li:last-child {
    border-bottom: none;
}

.side-card-list li i {
    color: var(--rental-accent);
    font-size: 16px;
    flex-shrink: 0;
}

.side-card-whatsapp {
    text-align: center;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.08), rgba(37, 211, 102, 0.03));
    border-color: rgba(37, 211, 102, 0.2);
}

.whatsapp-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    border-radius: 16px;
    margin: 0 auto 16px;
    font-size: 28px;
    color: white;
}

.side-card-whatsapp p {
    font-size: 14px;
    color: var(--rental-text-muted-dark);
    margin-bottom: 20px;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #25D366;
    color: white;
    border-radius: var(--rental-radius-sm);
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #25D366;
    cursor: pointer;
    transition: var(--rental-transition);
    text-decoration: none;
}

.btn-whatsapp i {
    color: white;
    transition: var(--rental-transition);
}

.btn-whatsapp:hover {
    background: transparent !important;
    color: #25D366 !important;
    border-color: #25D366 !important;
    transform: translateY(-2px);
    box-shadow: none;
}

.btn-whatsapp:hover i {
    color: #25D366 !important;
}

/* ----- Map Section ----- */
.contact-map-section {
    background: transparent;
}

.map-container {
    width: 100%;
    height: 450px;
    margin-top: 0;
}

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

.contact-map-section .section-header-center .section-title {
    color: var(--rental-white);
}

.contact-map-section .section-header-center .section-subtitle {
    color: var(--rental-text-muted-dark);
}

/* ----- FAQ Section ----- */
.contact-faq-section {
    background: transparent;
}

.contact-faq-section .faq-item {
    border-color: rgba(255, 255, 255, 0.06);
    background: var(--rental-card-bg, #1a1a2e);
}

.contact-faq-section .faq-question {
    background: transparent;
}

.contact-faq-section .faq-question h4 {
    color: var(--rental-white);
}

.contact-faq-section .faq-answer p {
    color: var(--rental-text-muted-dark);
}

.contact-faq-section .faq-item.active {
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.08);
}

.contact-faq-section .faq-item.active .faq-question {
    background: rgba(212, 175, 55, 0.04);
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--rental-radius-sm);
    overflow: hidden;
    transition: var(--rental-transition);
}

.faq-item.active {
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.15);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    transition: var(--rental-transition);
    background: #1a1a2e;
}

.faq-item.active .faq-question {
    background: rgba(212, 175, 55, 0.06);
}

.faq-question h4 {
    font-family: var(--rental-font-body);
    font-size: 15px;
    font-weight: 600;
    color: var(--rental-white);
    margin: 0;
}

.faq-question i {
    color: #64748b;
    font-size: 14px;
    transition: var(--rental-transition);
    flex-shrink: 0;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: var(--rental-accent);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 24px 20px;
}

.faq-answer p {
    font-size: 14px;
    color: var(--rental-text-muted-dark);
    line-height: 1.7;
    margin: 0;
}

/* ----- Trust Strip ----- */
.contact-trust-section {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 32px 0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 40px;
}

.trust-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.05));
    border-radius: 12px;
    font-size: 18px;
    color: var(--rental-accent);
    flex-shrink: 0;
}

.trust-text {
    display: flex;
    flex-direction: column;
}

.trust-text strong {
    font-size: 14px;
    color: var(--rental-white);
    font-weight: 600;
}

.trust-text span {
    font-size: 12px;
    color: #94a3b8;
}

.trust-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
}

/* ----- Social Connect ----- */
.contact-social-section {
    padding: 64px 0;
    background: transparent;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 32px 16px;
    border-radius: var(--rental-radius);
    text-decoration: none;
    transition: var(--rental-transition);
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--rental-card-bg, #1a1a2e);
    text-align: center;
}

.social-card-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 24px;
    color: white;
    transition: var(--rental-transition);
}

.social-card-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--rental-white);
}

.social-card-follow {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.4);
}

.social-card-icon {
    background: var(--soc-color, #d4af37) !important;
}
.social-card:hover {
    border-color: var(--soc-color, #d4af37) !important;
}

/* ----- Testimonials ----- */
.contact-testimonial-section {
    background: transparent;
}

.testimonial-slider-wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.testimonial-card {
    background: var(--rental-card-bg, #1a1a2e);
    border-radius: var(--rental-radius);
    padding: 36px 28px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: var(--rental-transition);
    position: relative;
    margin: 0;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 4rem;
    line-height: 1;
    color: rgba(212, 175, 55, 0.15);
    font-family: Georgia, serif;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.4);
    border-color: rgba(212, 175, 55, 0.3);
}

.testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    color: var(--rental-accent);
    font-size: 14px;
}

.testimonial-text {
    font-size: 14px;
    color: var(--rental-text-muted-dark);
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
    border-radius: 50%;
    font-size: 24px;
    color: var(--rental-accent);
    flex-shrink: 0;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
}

.testimonial-info strong {
    font-size: 14px;
    color: var(--rental-white);
    font-weight: 600;
}

.testimonial-info span {
    font-size: 12px;
    color: #94a3b8;
}

/* ===== Testimonial Preview (non-Slick fallback for Elementor editor) ===== */
.testimonial-slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 991px) {
    .testimonial-slider:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .testimonial-slider:not(.slick-initialized) {
        grid-template-columns: 1fr;
    }
}

/* ===== Slick Slider Overrides ===== */
.testimonial-slider .slick-list {
    margin: 0 -12px;
    padding: 8px 0 24px;
}

.testimonial-slider .slick-slide {
    padding: 0 12px;
}

.testimonial-slider .slick-slide > div {
    height: 100%;
}

.testimonial-slider .slick-track {
    display: flex;
}

.testimonial-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: stretch;
}

.testimonial-slider .slick-track .slick-slide .testimonial-card {
    height: 100%;
}

/* Slick Arrows */
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.3);
    z-index: 5;
    transition: all 0.3s ease;
}

.testimonial-slider .slick-prev { left: -10px; }
.testimonial-slider .slick-next { right: -10px; }

.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
    background: var(--rental-accent);
    border-color: var(--rental-accent);
}

.testimonial-slider .slick-prev::before,
.testimonial-slider .slick-next::before {
    font-family: "Font Awesome 6 Free", "FontAwesome", sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: var(--rental-accent);
    opacity: 1;
    transition: color 0.3s ease;
}

.testimonial-slider .slick-prev:hover::before,
.testimonial-slider .slick-next:hover::before {
    color: var(--rental-white);
}

.testimonial-slider .slick-prev::before {
    content: '\f053';
}

.testimonial-slider .slick-next::before {
    content: '\f054';
}

/* Slick Dots */
.testimonial-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    position: relative;
    bottom: 0;
    padding: 0;
    list-style: none;
}

.testimonial-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.testimonial-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    transition: var(--rental-transition);
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.testimonial-slider .slick-dots li button::before {
    display: none;
}

.testimonial-slider .slick-dots li.slick-active button {
    background: var(--rental-accent);
    width: 28px;
    border-radius: 5px;
}

/* ----- CTA Section ----- */
.contact-cta-section {
    background: transparent;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .contact-cta-section {
        margin-bottom: 20px;
    }
}

.cta-card {
    background: linear-gradient(135deg, #0c0c1d 0%, #1a1a2e 50%, #0c0c1d 100%);
    border-radius: var(--rental-radius-lg);
    padding: 48px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}

.cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(212, 175, 55, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.cta-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-badge {
    display: inline-block;
    padding: 6px 16px;
    background: var(--rental-accent);
    color: var(--rental-primary);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.cta-title {
    font-size: 2.2rem;
    color: var(--rental-white);
    margin-bottom: 16px;
    font-weight: 700;
}

.cta-text {
    font-size: 1rem;
    color: var(--rental-text-muted-dark);
    max-width: 500px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.cta-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 14px 32px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--rental-white) !important;
    background: linear-gradient(135deg, var(--rental-accent), var(--rental-accent-hover));
}

.cta-btn:hover {
    color: var(--rental-white) !important;
}

.cta-btn i,
.cta-btn-outline i {
    color: inherit;
}

.cta-btn-outline {
    padding: 12px 28px;
    font-size: 14px;
    color: var(--rental-text-on-dark);
    border-color: rgba(255, 255, 255, 0.2);
    background: transparent;
}

.cta-btn-outline:hover {
    color: var(--rental-white);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}


.cta-stats {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
    padding-left: 48px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-stat {
    text-align: center;
}

.cta-stat-number {
    display: block;
    font-family: var(--rental-font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--rental-accent);
    line-height: 1.2;
}

.cta-stat-label {
    font-size: 13px;
    color: var(--rental-text-muted-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ----- Contact Page Responsive ----- */

/* ----- Laptop (1200px) ----- */
@media (max-width: 1200px) {
    .contact-hero-title {
        font-size: 3rem;
    }

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

    .contact-form-wrapper {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .cta-card {
        padding: 40px 32px;
        gap: 32px;
    }

    .cta-stat-number {
        font-size: 1.8rem;
    }

    .section-header-center .section-title {
        font-size: 2rem;
    }
}

/* ----- Tablet (991px) ----- */
@media (max-width: 991px) {
    .contact-hero {
        padding: 80px 0;
    }

    .contact-hero-title {
        font-size: 2.5rem;
    }

    .contact-hero-subtitle {
        font-size: 1rem;
    }

    .section-header-center {
        margin-bottom: 36px;
    }

    .section-header-center .section-title {
        font-size: 1.8rem;
    }

    .section-header-center .section-subtitle {
        font-size: 0.95rem;
    }

    .contact-form-content .section-title {
        font-size: 1.8rem;
    }

    .trust-strip {
        flex-wrap: wrap;
        gap: 16px;
        padding: 24px 0;
    }

    .trust-item {
        padding: 0 16px;
        width: calc(50% - 8px);
    }

    .trust-divider {
        display: none;
    }

    .social-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .cta-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 28px;
    }

    .cta-stats {
        flex-direction: row;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 24px;
        justify-content: center;
    }

    .cta-text {
        max-width: 100%;
    }

    .cta-actions {
        justify-content: center;
    }

    .contact-form-content .section-subtitle {
        margin-bottom: 28px;
    }

    .map-container {
        height: 350px;
    }
}

/* ----- Mobile (767px) ----- */
@media (max-width: 767px) {
    .contact-hero {
        padding: 30px 0;
    }

    .contact-hero-badge {
        padding: 6px 16px;
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .contact-hero-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .contact-hero-subtitle {
        font-size: 0.9rem;
    }

    .section-header-center {
        margin-bottom: 28px;
    }

    .section-header-center .section-title {
        font-size: 1.5rem;
    }

    .section-header-center .section-subtitle {
        font-size: 0.85rem;
    }

    .section-badge {
        padding: 5px 14px;
        font-size: 11px;
        margin-bottom: 12px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .contact-info-card {
        padding: 28px 24px;
    }

    .contact-info-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .contact-info-title {
        font-size: 1rem;
    }

    .contact-info-text {
        font-size: 13px;
    }

    .contact-form-content .section-title {
        font-size: 1.5rem;
    }

    .contact-form-content .section-subtitle {
        margin-bottom: 24px;
        font-size: 0.9rem;
    }

    .contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-form .form-group label {
        font-size: 12px;
    }

    .contact-form .form-control {
        padding: 12px 14px 12px 40px;
        font-size: 14px;
    }

    .contact-form .form-icon {
        left: 14px;
        bottom: 14px;
        font-size: 14px;
    }

    .contact-form textarea.form-control {
        min-height: 110px;
    }

    .contact-submit {
        padding: 14px 28px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
    }

    .side-card {
        padding: 24px;
    }

    .side-card-title {
        font-size: 1rem;
        margin-bottom: 16px;
    }

    .side-card-list li {
        font-size: 13px;
        padding: 8px 0;
    }

    .map-container {
        height: 240px;
    }

    .faq-question {
        padding: 14px 16px;
    }

    .faq-question h4 {
        font-size: 14px;
    }

    .faq-question i {
        font-size: 12px;
    }

    .faq-answer {
        padding: 0 16px;
    }

    .faq-answer p {
        font-size: 13px;
    }

    .faq-item.active .faq-answer {
        padding: 0 16px 14px;
    }

    .trust-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding: 20px 0;
    }

    .trust-item {
        padding: 0;
        width: 100%;
        justify-content: center;
    }

    .trust-divider {
        display: none;
    }

    .trust-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .trust-text strong {
        font-size: 13px;
    }

    .trust-text span {
        font-size: 11px;
    }

    .social-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .social-card {
        padding: 20px 10px;
    }

    .social-card-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .social-card-name {
        font-size: 12px;
    }

    .social-card-follow {
        font-size: 10px;
    }

    .testimonial-card {
        padding: 24px 20px;
    }

    .testimonial-stars {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .testimonial-text {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .testimonial-avatar {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }

    .testimonial-info strong {
        font-size: 13px;
    }

    .testimonial-info span {
        font-size: 11px;
    }

    .cta-card {
        padding: 32px 20px;
        border-radius: var(--rental-radius);
    }

    .cta-badge {
        padding: 5px 14px;
        font-size: 11px;
    }

    .cta-title {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .cta-text {
        font-size: 0.85rem;
        margin-bottom: 20px;
    }

    .cta-actions {
        flex-direction: column;
        gap: 12px;
    }

    .cta-btn,
    .cta-btn-outline {
        width: 100%;
        justify-content: center;
        padding: 12px 24px;
        font-size: 13px;
    }

    .cta-stats {
        flex-direction: column;
        gap: 14px;
    }

    .cta-stat-number {
        font-size: 1.6rem;
    }

    .cta-stat-label {
        font-size: 11px;
    }
}

/* ----- Small Mobile (480px) ----- */
@media (max-width: 480px) {
    .contact-hero {
        padding: 40px 0;
    }

    .contact-hero-title {
        font-size: 1.5rem;
    }

    .contact-hero-subtitle {
        font-size: 0.85rem;
    }

    .section-header-center .section-title {
        font-size: 1.35rem;
    }

    .contact-form-content .section-title {
        font-size: 1.35rem;
    }

    .contact-info-card {
        padding: 24px 20px;
    }

    .contact-form .form-control {
        padding: 10px 12px 10px 36px;
        font-size: 13px;
    }

    .contact-form .form-icon {
        left: 12px;
        bottom: 12px;
        font-size: 13px;
    }

    .social-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .social-card {
        padding: 16px 8px;
        border-radius: var(--rental-radius-sm);
    }

    .social-card-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .social-card-name {
        font-size: 11px;
    }

    .testimonial-card {
        padding: 20px 16px;
    }

    .cta-card {
        padding: 24px 16px;
    }

    .cta-title {
        font-size: 1.25rem;
    }

    .cta-stat-number {
        font-size: 1.4rem;
    }
}

/* ============================================
   OLD SINGLE PROPERTY PAGE STYLES REMOVED
   See single-property.css for new styles
   ============================================ */

/* ============================================
   PROPERTY ARCHIVE PAGE STYLES
   ============================================ */

.property-archive-page {
    background: var(--rental-bg-dark);
}

.property-archive-page h1,
.property-archive-page h2,
.property-archive-page h3,
.property-archive-page h4 {
    color: var(--rental-white);
}

.property-archive-page a {
    color: var(--rental-accent);
}

.property-archive-page p {
    color: var(--rental-text-muted-dark);
}

/* ===== Archive Hero ===== */
.archive-hero {
    position: relative;
    padding: 80px 0 50px;
    background: linear-gradient(135deg, #070714 0%, #0f0f2e 50%, #070714 100%);
    overflow: hidden;
    text-align: center;
}

.archive-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

.archive-hero-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.archive-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
}

.archive-hero-content {
    position: relative;
    z-index: 1;
    padding: 64px 20px;
}

.archive-hero-badge {
    display: inline-block;
    padding: 7px 20px;
    background: rgba(212, 175, 55, 0.12);
    color: var(--rental-accent);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.archive-hero-title {
    font-family: var(--rental-font-heading);
    font-size: 3.5rem;
    color: var(--rental-white);
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.archive-hero-subtitle {
    font-size: 1.15rem;
    color: var(--rental-text-muted-dark);
    max-width: 550px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

/* ===== Archive Stats ===== */
.archive-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 24px 0;
}

.archive-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 36px;
}

.archive-stat i {
    font-size: 20px;
    color: var(--rental-accent);
}

.archive-stat-text {
    display: flex;
    flex-direction: column;
}

.archive-stat-text strong {
    font-family: var(--rental-font-heading);
    font-size: 1.1rem;
    color: var(--rental-white);
    font-weight: 700;
}

.archive-stat-text span {
    font-size: 12px;
    color: var(--rental-text-muted-dark);
}

.archive-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
}

/* ===== Mobile Filter Drawer ===== */
.filter-drawer-btn {
    display: none;
}

.filter-drawer-overlay {
    display: none;
}

.filter-drawer {
    display: none;
}

@media (max-width: 767px) {
    .filter-drawer-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding: 12px 24px;
        margin-bottom: 16px;
        background: var(--rental-card-bg, #1a1a2e);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: var(--rental-radius);
        color: var(--rental-white);
        font-family: var(--rental-font-body);
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: var(--rental-transition);
    }
    .filter-drawer-btn:hover {
        border-color: var(--rental-accent);
        background: rgba(212, 175, 55, 0.05);
    }
    .filter-drawer-btn i {
        color: var(--rental-accent);
        font-size: 16px;
    }
    .filter-drawer-btn .filter-count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 22px;
        height: 22px;
        padding: 0 6px;
        background: var(--rental-accent);
        color: #000;
        border-radius: 11px;
        font-size: 11px;
        font-weight: 700;
        margin-left: 4px;
    }

    .filter-drawer-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .filter-drawer-overlay.open {
        opacity: 1;
        visibility: visible;
    }

    .filter-drawer {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 85%;
        max-width: 380px;
        height: 100%;
        background: var(--rental-bg-dark, #070714);
        z-index: 9999;
        transform: translateX(-100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        box-shadow: 4px 0 30px rgba(0, 0, 0, 0.5);
    }
    .filter-drawer.open {
        transform: translateX(0);
    }

    .filter-drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        position: sticky;
        top: 0;
        background: var(--rental-bg-dark, #070714);
        z-index: 1;
    }
    .filter-drawer-title {
        font-size: 1.1rem;
        color: var(--rental-white);
        font-weight: 600;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .filter-drawer-title i {
        color: var(--rental-accent);
    }
    .filter-drawer-close {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.06);
        border: none;
        border-radius: 8px;
        color: #94a3b8;
        font-size: 18px;
        cursor: pointer;
        transition: var(--rental-transition);
    }
    .filter-drawer-close:hover {
        background: rgba(255, 255, 255, 0.1);
        color: var(--rental-white);
    }

    .filter-drawer-body {
        padding: 20px 24px;
    }
    .filter-drawer-body .search-bar {
        margin-bottom: 20px;
    }
    .filter-drawer-body .search-bar-main {
        background: rgba(255, 255, 255, 0.04);
    }
    .filter-drawer-body .search-input {
        border-radius: var(--rental-radius-sm);
        padding: 14px 12px;
    }
    .filter-drawer-body .search-submit-btn {
        padding: 14px 12px;
    }
    .filter-drawer-body .filter-panel {
        background: transparent;
        border: none;
        border-radius: 0;
    }
    .filter-drawer-body .filter-header {
        display: none;
    }
    .filter-drawer-body .filter-actions {
        display: none;
    }
    .filter-drawer-body .filter-body {
        max-height: none;
        padding: 0;
    }
    .filter-drawer-body .filter-body.collapsed {
        max-height: none;
    }
    .filter-drawer-body .filter-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 12px;
    }

    .filter-drawer-footer {
        position: sticky;
        bottom: 0;
        padding: 16px 24px;
        background: var(--rental-bg-dark, #070714);
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .filter-drawer-footer .btn {
        width: 100%;
        justify-content: center;
    }

    .filter-section .search-bar,
    .filter-section .filter-panel {
        display: none;
    }
}

/* ===== Search Bar ===== */
.filter-section {
    padding: 0 0 40px;
    background: var(--rental-bg-dark);
}

.search-bar {
    margin-bottom: 20px;
}

.search-bar-main {
    display: flex;
    align-items: center;
    gap: 0;
    background: var(--rental-card-bg, #1a1a2e);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--rental-radius);
    padding: 0;
    transition: var(--rental-transition);
}

.search-bar-main:focus-within {
    border-color: var(--rental-accent);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.08);
}

.search-field-icon {
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rental-accent);
    font-size: 18px;
    flex-shrink: 0;
}

.search-input {
    flex: 1;
    padding: 16px 0 16px 10px;
    border: none;
    background: transparent;
    color: var(--rental-text-on-dark);
    font-family: var(--rental-font-body);
    font-size: 15px;
    outline: none;
}

.search-input::placeholder {
    color: #64748b;
}

.search-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 36px;
    background: linear-gradient(135deg, var(--rental-accent), var(--rental-accent-hover));
    color: var(--rental-white);
    border: none;
    border-radius: var(--rental-radius-sm);
    margin: 8px;
    font-family: var(--rental-font-body);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: var(--rental-transition);
    flex-shrink: 0;
}

.search-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.35);
}

/* ===== Filter Panel ===== */
.filter-panel {
    background: var(--rental-card-bg, #1a1a2e);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--rental-radius);
    overflow: hidden;
}

.filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.filter-title {
    font-size: 1rem;
    color: var(--rental-white);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.filter-title i {
    color: var(--rental-accent);
}

.filter-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-clear-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 6px;
    color: var(--rental-danger);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--rental-transition);
}

.filter-clear-btn:hover {
    background: rgba(239, 68, 68, 0.15);
}

.filter-toggle-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: none;
    color: var(--rental-text-muted-dark);
    font-size: 14px;
    cursor: pointer;
    transition: var(--rental-transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-toggle-btn:hover {
    background: rgba(212, 175, 55, 0.15);
    color: var(--rental-accent);
}

.filter-body {
    padding: 24px;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.filter-body.collapsed {
    max-height: 0;
    padding: 0 24px;
    overflow: hidden;
}

.filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
}

.filter-group {
    margin-bottom: 0;
}

.filter-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--rental-text-on-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.filter-label i {
    color: var(--rental-accent);
    font-size: 13px;
}

/* Filter Chips */
.filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-chip {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: var(--rental-text-muted-dark);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--rental-transition);
    font-family: var(--rental-font-body);
}

.filter-chip:hover {
    border-color: rgba(212, 175, 55, 0.3);
    color: var(--rental-text-on-dark);
}

.filter-chip.active {
    background: rgba(212, 175, 55, 0.12);
    border-color: var(--rental-accent);
    color: var(--rental-accent);
    font-weight: 600;
}

/* Filter Select */
.filter-select {
    width: 100%;
    padding: 12px 16px;
    background: #0c0c1d;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--rental-radius-sm);
    color: var(--rental-text-on-dark);
    font-family: var(--rental-font-body);
    font-size: 14px;
    cursor: pointer;
    transition: var(--rental-transition);
    outline: none;
    appearance: none;
}

.filter-select:focus {
    border-color: var(--rental-accent);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

/* Price Range Inputs */
.price-range-inputs {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-input {
    width: 100%;
    padding: 12px 16px;
    background: #0c0c1d;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--rental-radius-sm);
    color: var(--rental-text-on-dark);
    font-family: var(--rental-font-body);
    font-size: 14px;
    outline: none;
    transition: var(--rental-transition);
}

.price-input:focus {
    border-color: var(--rental-accent);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.price-input::placeholder {
    color: #64748b;
}

.price-separator {
    color: var(--rental-text-muted-dark);
    font-size: 14px;
    flex-shrink: 0;
}

/* Filter Actions */
.filter-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.filter-apply-btn {
    padding: 14px 32px;
}

/* ===== Active Filters ===== */
.active-filters {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
    padding: 16px 20px;
    background: var(--rental-card-bg, #1a1a2e);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: var(--rental-radius-sm);
}

.active-filters-label {
    font-size: 13px;
    color: var(--rental-text-muted-dark);
    font-weight: 600;
}

.active-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 6px;
    color: var(--rental-accent);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--rental-transition);
}

.active-filter-tag i {
    font-size: 11px;
}

.active-filter-tag i:last-child {
    opacity: 0.6;
}

.active-filter-tag:hover {
    background: rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.3);
}

.active-filter-clear {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 6px;
    color: var(--rental-danger);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--rental-transition);
}

.active-filter-clear:hover {
    background: rgba(239, 68, 68, 0.15);
}

/* ===== Results Section ===== */
.properties-results-section {
    padding: 0 0 60px;
    background: var(--rental-bg-dark);
}

.results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.results-title {
    font-family: var(--rental-font-heading);
    font-size: 1.4rem;
    color: var(--rental-white);
    font-weight: 700;
    margin-bottom: 4px;
}

.results-subtitle {
    font-size: 14px;
    color: var(--rental-text-muted-dark);
}

/* View Toggle */
.view-toggle {
    display: flex;
    gap: 4px;
}

.view-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--rental-text-muted-dark);
    font-size: 16px;
    cursor: pointer;
    transition: var(--rental-transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-btn.active {
    background: rgba(212, 175, 55, 0.12);
    border-color: var(--rental-accent);
    color: var(--rental-accent);
}

.view-btn:hover {
    border-color: rgba(212, 175, 55, 0.3);
    color: var(--rental-text-on-dark);
}

/* ===== Properties Grid ===== */
.properties-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.properties-grid.list-view {
    grid-template-columns: 1fr;
    gap: 16px;
}

/* ===== No Results ===== */
.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 40px;
}

.no-results-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 20px;
    margin: 0 auto 24px;
    font-size: 32px;
    color: var(--rental-accent);
}

.no-results-title {
    font-family: var(--rental-font-heading);
    font-size: 1.5rem;
    color: var(--rental-white);
    margin-bottom: 12px;
}

.no-results-text {
    font-size: 15px;
    color: var(--rental-text-muted-dark);
    max-width: 500px;
    margin: 0 auto 28px;
}

.no-results-btn {
    padding: 14px 32px;
}

/* ===== Pagination ===== */
.pagination-section {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.pagination ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    margin: 0;
}

.pagination li a,
.pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    background: var(--rental-card-bg, #1a1a2e);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: var(--rental-text-muted-dark);
    font-family: var(--rental-font-body);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--rental-transition);
}

.pagination li a:hover,
.pagination li span.current {
    background: rgba(212, 175, 55, 0.12);
    border-color: var(--rental-accent);
    color: var(--rental-accent);
}

.pagination li a.prev,
.pagination li a.next {
    font-size: 16px;
    padding: 0 10px;
}

.pagination li span.dots {
    background: transparent;
    border: none;
    min-width: 24px;
    color: var(--rental-text-muted-dark);
}

.pagination-info {
    font-size: 14px;
    color: var(--rental-text-muted-dark);
}

.pagination-info strong {
    color: var(--rental-accent);
}

/* ===== Popular Cities Section ===== */
.popular-cities-section {
    padding: 64px 0;
    background: var(--rental-bg-dark);
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 16px;
}

.city-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 32px 24px;
    background: var(--rental-card-bg, #1a1a2e);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--rental-radius);
    text-decoration: none;
    text-align: center;
    transition: var(--rental-transition);
}

.city-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
    border-radius: 16px;
    font-size: 22px;
    color: var(--rental-accent);
    transition: var(--rental-transition);
}

.city-name {
    font-family: var(--rental-font-heading);
    font-size: 1.1rem;
    color: var(--rental-white);
    font-weight: 600;
    margin-bottom: 0;
}

.city-count {
    font-size: 13px;
    color: var(--rental-text-muted-dark);
}

.city-explore {
    font-size: 12px;
    color: var(--rental-accent);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    opacity: 0;
    transition: var(--rental-transition);
}

.city-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.4);
}

.city-card:hover .city-icon {
    background: linear-gradient(135deg, var(--rental-accent), var(--rental-accent-hover));
    transform: scale(1.1);
}

.city-card:hover .city-icon i {
    color: var(--rental-white) !important;
}

.city-card:hover .city-explore {
    opacity: 1;
}

/* ===== Archive CTA ===== */
.archive-cta-section {
    padding: 0 0 64px;
    background: var(--rental-bg-dark);
}

/* ===== ARCHIVE RESPONSIVE ===== */

/* Laptop (1200px) */
@media (max-width: 1200px) {
    .archive-hero-title {
        font-size: 3rem;
    }

    .cities-grid {
        grid-template-columns: repeat(3, 1fr);
    }

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

/* Tablet (991px) */
@media (max-width: 991px) {
    .archive-hero {
        padding: 80px 0 48px;
    }

    .archive-hero-title {
        font-size: 2.5rem;
    }

    .archive-hero-subtitle {
        font-size: 1rem;
    }

    .archive-stats {
        flex-wrap: wrap;
        gap: 16px;
        padding: 20px 0;
    }

    .archive-stat {
        padding: 0 16px;
        width: calc(50% - 8px);
    }

    .archive-stat-divider {
        display: none;
    }

    .filter-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

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

    .section-header-center {
        margin-bottom: 36px;
    }

    .results-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .archive-cta-section {
        padding: 0 0 48px;
    }
}

/* Mobile (767px) */
@media (max-width: 767px) {
    .archive-hero {
        padding: 36px 0 36px;
    }

    .archive-hero-badge {
        padding: 6px 16px;
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .archive-hero-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .archive-hero-subtitle {
        font-size: 0.9rem;
    }

    .archive-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding: 16px 0;
    }

    .archive-stat {
        padding: 0;
        width: 100%;
        justify-content: center;
    }

    .archive-stat i {
        font-size: 18px;
    }

    .archive-stat-text strong {
        font-size: 1rem;
    }

    .filter-section {
        padding: 0 0 24px;
    }

    .search-bar-main {
        flex-direction: column;
        gap: 12px;
        padding: 12px;
    }

    .search-field-icon {
        display: none;
    }

    .search-input {
        width: 100%;
        padding: 12px;
    }

    .search-submit-btn {
        width: 100%;
        margin: 0;
        justify-content: center;
    }

    .filter-section .filter-panel {
        padding: 12px;
    }
    .filter-body {
        padding: 16px;
    }

    .filter-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .filter-actions {
        justify-content: center;
    }

    .filter-apply-btn {
        width: 100%;
        justify-content: center;
    }

    .active-filters {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .properties-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .results-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .results-title {
        font-size: 1.1rem;
    }

    .view-toggle {
        display: none;
    }

    .popular-cities-section {
        padding: 48px 0;
    }

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

    .city-card {
        padding: 20px 16px;
    }

    .city-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .city-name {
        font-size: 0.95rem;
    }

    .pagination ul {
        gap: 4px;
    }

    .pagination li a,
    .pagination li span {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

/* Small Mobile (480px) */
@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }

    .archive-hero-title {
        font-size: 1.5rem;
    }

    .archive-hero-subtitle {
        font-size: 0.85rem;
    }

    .cities-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px 10px;
    }

    .city-card {
        padding: 16px;
    }
}

/* ============================================
   PROPERTY CARD STYLES
   (Used in archive grid & similar properties)
   ============================================ */

.property-card-new {
    background: var(--rental-card-bg, #1a1a2e);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--rental-radius);
    overflow: hidden;
    transition: var(--rental-transition);
    position: relative;
    display: flex;
    flex-direction: column;
}

.property-card-new.visible {
    opacity: 1;
    transform: translateY(0);
}

.property-card-new:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.4);
    border-color: rgba(212, 175, 55, 0.2);
}

/* Card Image */
.card-image-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.card-image-link {
    display: block;
    height: 100%;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.4s ease;
}

.property-card-new:hover .card-image {
    transform: scale(1.08);
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(7, 7, 20, 0.6) 100%);
    pointer-events: none;
}

/* Card Badges */
.card-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    gap: 6px;
    z-index: 2;
    flex-wrap: wrap;
}

.card-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.card-badge.badge-featured {
    background: linear-gradient(135deg, var(--rental-accent), var(--rental-gold));
    color: var(--rental-primary);
}

.card-badge.badge-type {
    background: rgba(0, 0, 0, 0.6);
    color: var(--rental-accent);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.card-badge.badge-available {
    background: rgba(16, 185, 129, 0.15);
    color: var(--rental-success);
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.card-badge.badge-full {
    background: rgba(239, 68, 68, 0.15);
    color: var(--rental-danger);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

/* Hide wishlist when widget control is off */
.property-archive-page.hide-wishlist .card-wishlist {
    display: none !important;
}

/* Card Wishlist */
.card-wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: var(--rental-text-on-dark);
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
    transition: var(--rental-transition);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.card-wishlist:hover {
    background: var(--rental-accent);
    color: var(--rental-primary);
}

.card-wishlist.saved {
    background: var(--rental-accent);
    color: var(--rental-primary);
}

.card-wishlist.saved:hover {
    background: rgba(212, 175, 55, 0.2);
    color: var(--rental-accent);
}

/* Card Content */
.card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
    text-decoration: none;
    transition: var(--rental-transition);
}

.card-title {
    font-family: var(--rental-font-heading);
    font-size: 1.05rem;
    color: var(--rental-white);
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
    transition: var(--rental-transition);
}

.property-card-new:hover .card-title {
    color: var(--rental-accent);
}

.card-location {
    font-size: 13px;
    color: var(--rental-text-muted-dark);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}

.card-location i {
    color: var(--rental-accent);
    font-size: 14px;
}

/* Card Features */
.card-features {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.feature-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--rental-text-muted-dark);
}

.feature-item i {
    color: var(--rental-accent);
    font-size: 14px;
}

/* Card Footer */
.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.card-price {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.card-price .price-amount {
    font-family: var(--rental-font-heading);
    font-size: 1.2rem;
    color: var(--rental-accent);
    font-weight: 700;
}

.card-price .price-period {
    font-size: 12px;
    color: var(--rental-text-muted-dark);
}

.card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--rental-accent);
    transition: var(--rental-transition);
}

.card-cta i {
    font-size: 12px;
    transition: var(--rental-transition);
}

.property-card-new:hover .card-cta {
    color: var(--rental-white);
}

.property-card-new:hover .card-cta i {
    transform: translateX(4px);
}

/* Card Responsive */
@media (max-width: 991px) {
    .card-image-wrapper {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .card-image-wrapper {
        height: 180px;
    }

    .card-content {
        padding: 16px;
    }

    .card-title {
        font-size: 0.95rem;
    }
}

/* Toast Notification */
.rental-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(16px);
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    z-index: 999999;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}

.rental-toast i {
    font-size: 15px;
}

.rental-toast-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.rental-toast-success {
    background: #065f46;
    color: #d1fae5;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.rental-toast-info {
    background: #1e3a5f;
    color: #bfdbfe;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.rental-toast-error {
    background: #7f1d1d;
    color: #fecaca;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

