/* ============================================================
   CozyStay – V4 Stylesheet (index4.html)
   ============================================================ */


/* Base & Typography */

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
    color: #fff;
    /* background-color: #1a1a1a; */
    overflow-x: hidden;
}

:root {
    --gold: #bfa57c;
    --gold-hover: #aa8d61;
}

.about-text-col {
    padding-left: 20px;
}

.about-subtitle {
    font-family: "Jost", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.about-title {
    font-family: "Marcellus", serif;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.15;
    color: #fff;
    margin: 0 0 32px 0;
}

.about-desc {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #c7c7c7;
    margin-bottom: 40px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(191, 165, 124, 0.4);
    padding: 14px 44px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-btn:hover {
    background: rgba(191, 165, 124, 0.1);
    border-color: var(--gold);
    color: #fff;
}


/* Back to Top Button */

.back-to-top {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(191, 165, 124, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s;
}

.back-to-top:hover {
    background: rgba(191, 165, 124, 0.2);
    color: #fff;
}


/* ==================== FEATURES SPLIT SECTION ==================== */

#features-split {
    background-color: #17171a;
    /* Base dark color */
    position: relative;
    overflow: hidden;
}

.fs-bg-olive {
    background-color: #556247;
}

.fs-img {
    width: 100%;
    object-fit: cover;
    display: block;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.fs-img-tall {
    height: 650px;
}

.fs-img-short {
    height: 480px;
}


/* Row 1 Padding */

.fs-col-left-img {
    padding: 80px 4% 40px 10vw;
}

.fs-col-right-text {
    padding: 120px 10vw 120px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


/* Row 2 Padding */

.fs-col-left-text {
    padding: 120px 8% 120px 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.fs-col-right-img {
    padding: 40px 10vw 80px 4%;
}

@media (max-width: 991px) {
    .fs-col-left-img {
        padding: 60px 20px 20px;
    }
    .fs-col-right-text {
        padding: 60px 20px;
    }
    .fs-col-left-text {
        padding: 60px 20px 20px;
    }
    .fs-col-right-img {
        padding: 20px 20px 60px;
    }
    .fs-img-tall,
    .fs-img-short {
        height: 400px;
    }
}

.fs-subtitle {
    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.fs-title {
    font-family: "Marcellus", serif;
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    line-height: 1.25;
    color: #fff;
    margin: 0 0 30px 0;
}

.fs-desc {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
}

.fs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(191, 165, 124, 0.4);
    padding: 14px 44px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fs-btn:hover {
    background: rgba(191, 165, 124, 0.1);
    border-color: var(--gold);
    color: #fff;
}


/* ==================== DISCOVER THE CITY SECTION ==================== */

#discover-section {
    background-color: #17171a;
    padding: 120px 0 160px;
    /* Extra bottom padding due to the offset card */
    position: relative;
}

.discover-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px;
}

.discover-subtitle {
    font-family: "Jost", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.discover-title {
    font-family: "Marcellus", serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: #fff;
    margin-bottom: 30px;
}

.discover-desc {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #c7c7c7;
    line-height: 1.8;
}


/* Cards Wrapper */

.activity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .activity-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .activity-grid {
        grid-template-columns: 1fr;
    }
}


/* Card Styling */

.activity-card {
    border: 1px solid rgba(191, 165, 124, 0.25);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    height: 100%;
}

.activity-card:hover {
    border-color: rgba(191, 165, 124, 0.5);
}

.offset-card {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .offset-card {
        margin-top: 0;
    }
}

.activity-img-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    /* aspect ratio 4:3 */
    overflow: hidden;
}

.activity-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.activity-card:hover .activity-img-wrapper img {
    transform: scale(1.05);
}

.activity-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    color: #000;
    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding: 8px 12px;
    letter-spacing: 0.1em;
    z-index: 2;
}

.activity-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.activity-card-subtitle {
    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.activity-card-title {
    font-family: "Marcellus", serif;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 20px;
}

.activity-card-desc {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #c7c7c7;
    line-height: 1.8;
    flex-grow: 1;
    margin-bottom: 40px;
}

.discover-link {
    font-family: "Jost", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.15em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: color 0.3s, border-bottom-color 0.3s;
}

.discover-link:hover {
    color: var(--gold);
    border-bottom-color: var(--gold);
}


/* ==================== HOSPITALITY & TESTIMONIALS SECTION ==================== */

#hospitality-section {
    background-color: #17171a;
}

.hosp-subtitle {
    font-family: "Jost", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hosp-title {
    font-family: "Marcellus", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.testimonial-box {
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}


/* Room interior image — position absolute so it fills the flex column reliably */

.testimonial-box .col-md-5 {
    min-height: 480px;
    overflow: hidden;
}

.testimonial-box .col-md-5 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hosp-testi-bg {
    background-color: #1e1e22;
    display: flex;
    align-items: center;
}

.hosp-testi-content {
    padding: 60px;
}

@media (max-width: 991px) {
    .hosp-testi-content {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .hosp-testi-content {
        padding: 36px 24px;
    }
    #hospitality-section .container-xl.position-relative {
        margin-top: -60px !important;
        margin-bottom: 60px !important;
    }
}

.hosp-stars {
    font-size: 20px;
    color: var(--gold);
    letter-spacing: 0.3em;
}

.hosp-quote {
    font-family: "Marcellus", serif;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: #fff;
    line-height: 1.7;
    font-style: italic;
}

.hosp-author {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
}

.hosp-source {
    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.25em;
    color: var(--gold);
    text-transform: uppercase;
    margin-top: 6px;
}

.hosp-dots {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hosp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s;
}

.hosp-dot.active {
    background: var(--gold);
}

.hosp-dot:hover {
    background: rgba(255, 255, 255, 0.6);
}


/* ==================== PRE-FOOTER SECTION ==================== */

#pre-footer {
    background-color: #17171a;
}

.pre-footer-content {
    padding: 120px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .pre-footer-content {
        padding: 80px 20px;
        min-height: auto;
    }
}

.pf-subtitle {
    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pf-title {
    font-family: "Marcellus", serif;
    font-size: clamp(2rem, 5vw, 2.8rem);
    color: #fff;
    margin-bottom: 24px;
}

.pf-desc {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #c7c7c7;
    line-height: 1.8;
    margin-bottom: 40px;
}

.pf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(191, 165, 124, 0.4);
    padding: 14px 38px;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: all 0.3s;
}

.pf-btn:hover {
    background: rgba(191, 165, 124, 0.1);
    border-color: var(--gold);
    color: #fff;
}


/* ==================== FOOTER ==================== */

#footer-v4 {
    background-color: #0c0c0e;
    color: #fff;
    padding-top: 80px;
    width: 100%;
}

@media (max-width: 767px) {
    #footer-v4 {
        padding-top: 60px;
    }
}

.footer-top {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-subtitle {
    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.25em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-title {
    font-family: "Marcellus", serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #fff;
    line-height: 1.35;
    margin: 0;
}

.newsletter-form {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .newsletter-form {
        margin-left: 0;
        margin-top: 40px;
    }
}

.nl-input-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 14px;
    margin-bottom: 20px;
    transition: border-color 0.3s;
}

.nl-input-group:focus-within {
    border-bottom-color: var(--gold);
}

.nl-input-group input {
    background: transparent;
    border: none;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    outline: none;
}

.nl-input-group input::placeholder {
    color: #777;
}

.nl-input-group button {
    background: transparent;
    border: none;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: color 0.3s;
    padding: 0;
    padding-left: 20px;
    white-space: nowrap;
}

.nl-input-group button:hover {
    color: var(--gold);
}

.nl-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #b3b3b3;
    cursor: pointer;
}

.nl-checkbox input {
    margin-top: 4px;
    cursor: pointer;
}

.nl-checkbox a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-underline-offset: 4px;
}

.nl-checkbox a:hover {
    text-decoration-color: #fff;
}

.footer-bottom {
    padding: 40px 0;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    color: #999;
}

.payment-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pay-bdg {
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 3px;
    letter-spacing: 0.05em;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
}

@media (max-width: 767px) {
    .social-icons {
        justify-content: center;
    }
}

.social-label {
    margin-right: 8px;
    color: #ccc;
}

.social-icons a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
    align-items: center;
}

.social-icons a:hover {
    color: #fff;
}


/* ==================== APARTMENTS SECTION ==================== */

#apartments-section {
    background-color: #17171a;
    /* Matches the dark background */
    padding: 80px 0 120px;
    text-align: center;
    position: relative;
}

.apt-subtitle {
    font-family: "Jost", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.apt-title {
    font-family: "Marcellus", serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    color: #fff;
    margin-bottom: 60px;
}

.apt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.apt-card {
    position: relative;
    height: 520px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
    overflow: visible;
}

.apt-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.apt-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    /* Slight overlay just in case */
    z-index: 2;
}

.apt-label {
    position: relative;
    z-index: 3;
    padding: 18px 20px;
    font-family: "Marcellus", serif;
    font-size: 19px;
    color: #fff;
    background: #000;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.apt-label.gold {
    background: var(--gold);
}

@media (max-width: 991px) {
    .apt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .apt-card {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .apt-grid {
        grid-template-columns: 1fr;
    }
    .apt-card {
        height: 340px;
    }
}


/* ==================== RESPONSIVE OVERRIDES ==================== */


/* Hero */

@media (max-width: 991px) {
    #hero-v4 {
        height: auto;
        min-height: 100svh;
        justify-content: flex-start;
        padding-top: 140px;
        padding-bottom: 60px;
    }
    .hero-content {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    #hero-v4 {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .hero-content {
        margin-bottom: 24px;
    }
}


/* About section images */

@media (max-width: 991px) {
    #about-section {
        padding: 80px 0;
    }
    .about-images-wrapper {
        height: 420px;
        max-width: 420px;
    }
}

@media (max-width: 767px) {
    #about-section {
        padding: 60px 0;
    }
    .about-images-wrapper {
        height: 300px;
        max-width: 100%;
    }
    .about-images-col {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-text-col {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 32px;
    }
}

@media (max-width: 575px) {
    .about-images-col {
        padding-left: 16px;
        padding-right: 16px;
    }
    .about-text-col {
        padding-left: 16px;
        padding-right: 16px;
    }
}


/* Features split — override inline height: 680px */

@media (max-width: 991px) {
    #features-split .col-lg-6>.position-relative {
        height: 420px !important;
    }
}

@media (max-width: 767px) {
    #features-split .col-lg-6>.position-relative {
        height: 280px !important;
    }
    #features-split .col-12.col-lg-6:first-child {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


/* Discover section */

@media (max-width: 767px) {
    #discover-section {
        padding: 80px 0 100px;
    }
    .discover-header {
        margin-bottom: 48px;
    }
    .activity-content {
        padding: 24px;
    }
}


/* Footer responsive */

@media (max-width: 767px) {
    .payment-icons {
        flex-wrap: wrap;
    }
}


/* ==================== FEATURES-SPLIT TEXT INNER PADDING ==================== */


/* Replaces the inline p-5 p-lg-0 with !important overrides */

.fs-text-inner {
    padding: 48px 24px;
    width: 100%;
}

@media (min-width: 992px) {
    .fs-text-inner {
        padding: 0 8vw 0 6vw;
    }
}


/* Features-split image column: limit inline 8vw padding on tablet */

@media (max-width: 991px) {
    #features-split .col-12.col-lg-6:first-child {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


/* ==================== HOSPITALITY SECTION MOBILE ==================== */


/* Reduce testimonial image height on mobile so it doesn't dominate */

@media (max-width: 767px) {
    .testimonial-box .col-md-5 {
        min-height: 280px !important;
    }
}

@media (max-width: 575px) {
    .testimonial-box .col-md-5 {
        min-height: 220px !important;
    }
    /* Reduce overlap on very small screens */
    #hospitality-section .container-xl.position-relative {
        margin-top: -80px !important;
        margin-bottom: 60px !important;
    }
}


/* ==================== ACTIVITY CARDS SMALL SCREEN ==================== */

@media (max-width: 575px) {
    .activity-content {
        padding: 20px 20px 28px;
    }
}


/* ==================== PRE-FOOTER MOBILE ==================== */

@media (max-width: 575px) {
    .pre-footer-content {
        padding: 64px 24px;
    }
}


/* ==================== FULLSCREEN NAV OVERLAY ==================== */

.nav-overlay {
    position: fixed;
    inset: 0;
    background-color: #0a0a0a;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    overflow-y: auto;
}

.nav-overlay.open {
    opacity: 1;
    pointer-events: all;
}


/* Overlay Top Bar */

.ov-topbar {
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
    font-size: 9px;
    letter-spacing: 0.18em;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    flex-shrink: 0;
}


/* Overlay Navbar */

.ov-navbar {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.ov-nav-left,
.ov-nav-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.ov-nav-right {
    justify-content: flex-end;
    gap: 32px;
}

.ov-nav-center {
    flex-shrink: 0;
}

.ov-close-btn {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}


/* Overlay Main */

.ov-main {
    flex: 1;
    display: flex;
    align-items: stretch;
    padding: 0 4vw;
    min-height: 0;
}


/* Left nav links column */

.ov-links-col {
    flex: 0 0 340px;
    display: flex;
    align-items: center;
    padding: 48px 0;
}

.ov-nav-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ov-nav-item {
    font-family: "Marcellus", serif;
    font-size: 42px;
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.2s ease;
    letter-spacing: 0.01em;
}

.ov-nav-item.active {
    color: var(--gold);
}

.ov-nav-item:hover {
    color: var(--gold);
}


/* Center image column */

.ov-image-col {
    flex: 0 0 280px;
    padding: 48px 40px;
    display: flex;
    align-items: center;
}

.ov-image {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}


/* Right contact column */

.ov-contact-col {
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding: 60px 0 48px 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    margin-left: auto;
}

.ov-contact-inner {
    width: 100%;
    max-width: 300px;
}

.ov-contact-heading {
    font-family: "Marcellus", serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: 0.04em;
}

.ov-contact-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 12px 0;
}

.ov-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.6;
    padding: 8px 0;
}

.ov-contact-item svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.5);
}

.ov-social-row {
    display: flex;
    gap: 18px;
    margin-top: 16px;
}

.ov-social-icon {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ov-social-icon:hover {
    color: var(--gold);
}


/* Overlay Footer */

.ov-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 4vw;
    flex-shrink: 0;
}

.ov-footer-links {
    display: flex;
    gap: 60px;
    margin-bottom: 16px;
}

.ov-footer-col {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.ov-footer-col a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.2s;
}

.ov-footer-col a:hover {
    color: var(--gold);
}

.ov-copyright {
    color: rgba(255, 255, 255, 0.35);
    font-size: 11px;
    margin: 0;
}


/* Mobile overlay adjustments */

@media (max-width: 991px) {
    .ov-links-col {
        flex: 1;
        padding: 32px 0;
    }
    .ov-nav-item {
        font-size: 32px;
    }
    .ov-footer-links {
        flex-direction: column;
        gap: 12px;
    }
    .ov-footer-col {
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .ov-nav-item {
        font-size: 26px;
    }
    .ov-navbar {
        height: 80px;
    }
}