/* Premium frontend layout helpers */
:root {
    --gold: #c9a24d;
    --emerald: #0e8a5f;
    --ink: #0b0b0b;
    --cloud: rgba(255, 255, 255, 0.08);
}

body {
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.mainTitle {
    font-family: "Playfair Display", serif;
}

/* Premium Title Styles */
.topTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: var(--gold);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: "Inter", sans-serif;
}

.topTitle::before,
.topTitle::after {
    content: "";
    height: 1px;
    width: 40px;
    background-color: var(--gold);
    opacity: 0.7;
}

.mainTitle {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .mainTitle {
        font-size: 2rem;
    }
}

/* About story background swap */
.about-story-bg {
    background-image: url("/images/background/story-dark.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.theme-light .about-story-bg {
    background-image: url("/images/background/story-light.jpg");
}

body.theme-light .about-story-overlay {
    background: rgba(255, 255, 255, 0.1);
}

body.theme-light .about-story-text {
    color: #1f1a14;
}

body.theme-light .about-story-text p {
    color: rgba(31, 26, 20, 0.85);
}

body.theme-dark {
    background: #0b0b0b !important;
    color: #ffffff !important;
}

body.theme-light {
    background: #f7f4ee !important;
    color: #1d1a16 !important;
}

body.theme-light .youtube-explore-section {
    background: #f2e8d5 !important;
    color: #1f1a14 !important;
}

body.theme-dark .youtube-explore-section {
    background: #101010 !important;
    color: #fff !important;
}

body.theme-light .rating-card-section,
body.theme-light .testimonial-card-section {
    background: #f7f4ee !important;
    color: #1d1a16 !important;
}

body.theme-dark .rating-card-section,
body.theme-dark .testimonial-card-section {
    background: #0b0b0b !important;
    color: #fff !important;
}

body.theme-light .rating-card-item {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    color: #1d1a16 !important;
}

body.theme-light .testimonial-card-item {
    background: #fff !important;
    color: #1d1a16 !important;
}

body.theme-dark .rating-card-item {
    background: #161616 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35) !important;
    color: #fff !important;
}

body.theme-dark .testimonial-card-item {
    background: #111 !important;
    color: #fff !important;
}

body.theme-light .urban-vila-section h2,
body.theme-light .urban-vila-section p {
    color: #000 !important;
}

body.theme-dark .urban-vila-section h2,
body.theme-dark .urban-vila-section p {
    color: #fff !important;
}

body.theme-light .event-card-section,
body.theme-light .event-card-section h2,
body.theme-light .event-card-section h3,
body.theme-light .event-card-section h5,
body.theme-light .event-card-section p,
body.theme-light .event-card-section .mainTitle,
body.theme-light .event-card-section div {
    color: #000 !important;
}

body.theme-dark .event-card-section,
body.theme-dark .event-card-section h2,
body.theme-dark .event-card-section h3,
body.theme-dark .event-card-section h5,
body.theme-dark .event-card-section p,
body.theme-dark .event-card-section .mainTitle,
body.theme-dark .event-card-section div {
    color: #fff !important;
}

body.theme-light .dining-card-section h2,
body.theme-light .dining-card-section p {
    color: #000 !important;
}

body.theme-dark .dining-card-section h2,
body.theme-dark .dining-card-section p {
    color: #fff !important;
}

body.theme-light .instagram-feed-section h2,
body.theme-light .instagram-feed-section p {
    color: #000 !important;
}

body.theme-dark .instagram-feed-section h2,
body.theme-dark .instagram-feed-section p {
    color: #fff !important;
}

body.theme-light .youtube-explore-section h2,
body.theme-light .youtube-explore-section h3,
body.theme-light .youtube-explore-section p {
    color: #000 !important;
}

body.theme-dark .youtube-explore-section h2,
body.theme-dark .youtube-explore-section h3,
body.theme-dark .youtube-explore-section p {
    color: #fff !important;
}

body.theme-light #surrounding h3,
body.theme-light #surrounding .surrounding-intro {
    color: #000 !important;
}

body.theme-dark #surrounding h3,
body.theme-dark #surrounding .surrounding-intro {
    color: #fff !important;
}

/* Gallery Page Theme overrides */
body.theme-light .gallery-section {
    background-color: #F9F9F9 !important;
    color: #000 !important;
}
body.theme-light .gallery-title {
    color: #000 !important;
}
body.theme-light .gallery-desc {
    color: #4b5563 !important; /* gray-600 */
}

body.theme-dark .gallery-section {
    background-color: #0b0b0b !important;
    color: #fff !important;
}
body.theme-dark .gallery-title {
    color: #fff !important;
}
body.theme-dark .gallery-desc {
    color: #9ca3af !important; /* gray-400 */
}

body.theme-light .rating-card-section h2,
body.theme-light .rating-card-section p,
body.theme-light .testimonial-card-section h2,
body.theme-light .testimonial-card-section p,
body.theme-light .testimonial-card-section h4,
body.theme-light .partner-slider-section h2 {
    color: #000 !important;
}

body.theme-dark .rating-card-section h2,
body.theme-dark .rating-card-section p,
body.theme-dark .testimonial-card-section h2,
body.theme-dark .testimonial-card-section p,
body.theme-dark .testimonial-card-section h4,
body.theme-dark .partner-slider-section h2 {
    color: #fff !important;
}

@keyframes partnerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partner-slider-track {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    width: max-content;
    animation: partnerScroll 22s linear infinite;
    padding: 0 2rem 1rem;
}

.partner-slider-section:hover .partner-slider-track {
    animation-play-state: paused;
}

.partner-slide {
    flex: 0 0 auto;
}

.partner-slide-logo {
    height: 3rem;
    width: auto;
    filter: none;
    opacity: 1;
    transition: transform 0.3s ease;
}

.partner-slide-logo:hover {
    transform: scale(1.05);
}

body.theme-light nav {
    background: rgba(247, 244, 238, 0.9) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

body.theme-light #mobileMenu {
    background: #f7f4ee !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

body.theme-light .nav-link-luxe {
    color: rgba(0, 0, 0, 0.65);
}

body.theme-light .nav-link-luxe:hover,
body.theme-light .nav-link-luxe.active {
    color: #000;
}

body.theme-light .theme-toggle-btn {
    border-color: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.04);
    color: #000;
}

body.theme-light #mobileMenuBtn {
    color: #000;
    border-color: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.04);
}

/* UI Button */
.ui-btn {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    letter-spacing: 0.25em;
    border-radius: 0.3rem;
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.ui-btn--gold {
    border-color: #d4a64a;
    color: #fff;
    background: #d4a64a;
    box-shadow: 0 8px 18px rgba(212, 166, 74, 0.35);
}

.ui-btn--ghost {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.ui-btn--outline-gold {
    border-color: #d4a64a;
    color: #d4a64a;
    background: transparent;
}

.ui-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        110deg,
        transparent 10%,
        rgba(255, 255, 255, 0.35) 40%,
        transparent 70%
    );
    transform: skewX(-18deg);
    transition: left 0.6s ease;
}

.ui-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.ui-btn:hover::after {
    left: 120%;
}

.ui-btn--gold:hover {
    background: #c99634;
    color: #fff;
    box-shadow: 0 16px 28px rgba(201, 150, 52, 0.45);
}

.ui-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 34px rgba(255, 255, 255, 0.15);
}

.ui-btn--outline-gold:hover {
    background: rgba(212, 166, 74, 0.12);
    color: #d4a64a;
    box-shadow: 0 18px 34px rgba(212, 166, 74, 0.25);
}

body.theme-light .ui-btn--outline-gold,
body.theme-light .ui-btn--ghost {
    background: rgba(31, 26, 20, 0.65);
    color: #fff;
    border-color: rgba(31, 26, 20, 0.75);
}

body.theme-light .ui-btn--outline-gold:hover,
body.theme-light .ui-btn--ghost:hover {
    background: rgba(31, 26, 20, 0.85);
    color: #fff;
    box-shadow: 0 18px 34px rgba(31, 26, 20, 0.25);
}

/* Theme toggle */
.theme-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.theme-toggle-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

/* Minimal layout helpers to support footer markup */
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.row.g-5 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.col-12 {
    width: 100%;
}

@media (min-width: 992px) {
    .col-lg-4 {
        width: 33.3333%;
    }
    .col-lg-5 {
        width: 41.6667%;
    }
    .col-lg-3 {
        width: 25%;
    }
}

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

@media (min-width: 768px) {
    .text-md-start {
        text-align: left;
    }
    .text-md-end {
        text-align: right;
    }
}

.mb-0 {
    margin-bottom: 0;
}

.ms-3 {
    margin-left: 1rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-outline-light {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
}

.nav-link-luxe {
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    transition:
        color 0.3s ease,
        transform 0.3s ease;
    text-decoration: none;
}

.nav-link-luxe::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-link-luxe:hover,
.nav-link-luxe.active {
    color: #fff;
    transform: translateY(-1px);
}

.nav-link-luxe:hover::after,
.nav-link-luxe.active::after {
    width: 100%;
}

.currency-btn {
    color: #d4a64a;
    transition: all 0.3s ease;
    border-radius: 0;
    background: #fff;
    border: 1px solid #d4a64a;
}

.currency-btn:hover {
    color: #fff;
    background: #d4a64a;
}

.currency-btn.active {
    background: #d4a64a;
    color: #fff;
    box-shadow: 0 8px 20px rgba(212, 166, 74, 0.35);
}

/* Clock dropdown */
.clock-dropdown-hover {
    position: fixed;
    left: 22px;
    bottom: 22px;
    z-index: 60;
}

.clock-btn {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(212, 166, 74, 0.6);
    background: rgba(212, 166, 74, 0.15);
    color: #d4a64a;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.clock-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
}

.clock-dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 58px;
    display: none;
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.clock-dropdown-hover:hover .clock-dropdown-menu {
    display: block;
    animation: fadeSlide 0.3s ease;
}

.clock-card {
    width: 120px;
    background: rgba(14, 138, 95, 0.2);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.clock-card:last-child {
    border-bottom: none;
}

/* Scroll to top */
#scrollToTop {
    position: fixed;
    right: 24px;
    bottom: 96px;
    color: var(--gold);
    font-size: 2.2rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 60;
}

#scrollToTop.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Complaint box */
.complaint-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(212, 166, 74, 0.6);
    background: rgba(212, 166, 74, 0.15);
    color: #d4a64a;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    z-index: 60;
}

.complaint-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
}

.complaint-panel {
    position: fixed;
    right: 24px;
    bottom: 88px;
    width: 320px;
    background: rgba(15, 15, 15, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 60;
}

.complaint-panel.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.complaint-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.complaint-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.complaint-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
}

.complaint-body input,
.complaint-body textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid transparent;
    color: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
}

.complaint-body input:focus,
.complaint-body textarea:focus {
    border-color: var(--gold);
}

.complaint-body button {
    background: var(--gold);
    color: #000;
    border: none;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.complaint-body button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(202, 167, 111, 0.35);
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    .complaint-panel {
        right: 12px;
        left: 12px;
        width: auto;
    }
    .clock-dropdown-hover {
        left: 12px;
        bottom: 18px;
    }
    #scrollToTop {
        right: 16px;
        bottom: 88px;
    }
    .complaint-btn {
        right: 16px;
        bottom: 18px;
    }
}

.site-footer {
    width: 100%;
}

/* --- Top Footer --- */
.footer-top {
    background-image: url("../../images/footer/Footer.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0 2rem;
    color: #fff;
    position: relative;
}

.footer-content-wrapper {
    max-width: 1200px;
}

.footer-heading {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    color: #cca471;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding-left: 0;
}

.footer-links li a::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #cca471;
    transition: width 0.3s ease;
}

.footer-links li a:hover {
    color: #cca471;
    padding-left: 15px;
    text-shadow: 0 0 10px rgba(204, 164, 113, 0.3);
}

.footer-links li a:hover::before {
    width: 12px;
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 0.95rem;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.info-icon-gold {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cca471;
}

.info-icon-gold i {
    font-size: 1.25rem;
    line-height: 1;
}

/* Inquiry */
.footer-subheading {
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    color: #cca471;
    margin-bottom: 1rem;
}

.inquiry-btn.btn-outline-light {
    border-color: #cca471 !important;
    color: #cca471 !important;
    border-radius: 0;
    padding: 0.8rem 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.inquiry-btn.btn-outline-light::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #cca471;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition:
        width 0.5s,
        height 0.5s;
    z-index: -1;
}

.inquiry-btn.btn-outline-light:hover {
    background: #cca471 !important;
    color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(204, 164, 113, 0.5);
}

.inquiry-btn.btn-outline-light:hover::before {
    width: 300px;
    height: 300px;
}

.inquiry-btn.btn-outline-light:active {
    transform: translateY(-1px);
}

/* Newsletter */
.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.newsletter-input {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: "Inter", sans-serif;
    outline: none;
    transition: all 0.3s ease;
}

.newsletter-input:hover,
.newsletter-input:focus {
    border-color: #cca471;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 15px rgba(204, 164, 113, 0.2);
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.join-now-btn {
    background: #cca471;
    border: 1px solid #cca471;
    color: #fff;
    border-radius: 0;
    padding: 0.85rem 2rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.join-now-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition:
        width 0.6s,
        height 0.6s;
}

.join-now-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(204, 164, 113, 0.5);
    filter: brightness(1.1);
}

.join-now-btn:hover::after {
    width: 300px;
    height: 300px;
}

.join-now-btn:active {
    transform: translateY(-1px);
}

/* Socials */
.footer-socials {
    margin-top: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.socials-label {
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    color: #cca471;
}

.social-icons {
    display: flex;
    gap: 1.5rem;
}

.social-link {
    color: #cca471;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.5rem;
    line-height: 1;
    display: inline-flex;
    position: relative;
}

.social-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: rgba(204, 164, 113, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
    z-index: -1;
}

.social-link:hover {
    transform: translateY(-5px) rotate(5deg);
    color: #fff;
    filter: drop-shadow(0 4px 8px rgba(204, 164, 113, 0.5));
}

.social-link:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

/* --- Bottom Footer --- */
.footer-bottom {
    background: #f7eedc;
    padding: 2rem 0;
    color: #333;
}

.footer-bottom-content {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.bottom-links-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

@media (max-width: 768px) {
    .bottom-links-row {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .bottom-links {
        justify-content: center;
    }
}

.bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.bottom-links a {
    color: #555;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.bottom-links a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #cca471;
    transition: width 0.3s ease;
}

.bottom-links a:hover {
    color: #cca471;
}

.bottom-links a:hover::after {
    width: 100%;
}

.footer-logo {
    height: 40px;
    object-fit: contain;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.footer-logo:hover {
    transform: scale(1.1);
    filter: brightness(1.2) drop-shadow(0 5px 15px rgba(204, 164, 113, 0.3));
}

.copyright-row {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 0.9rem;
    color: #666;
}
/* Soft light gradients for event sections */
.bg-gradient-soft-gold {
    background: linear-gradient(135deg, #fffbf0 0%, #fff 100%);
    border: 1px solid rgba(201, 162, 77, 0.15);
}
.bg-gradient-soft-emerald {
    background: linear-gradient(135deg, #f0fdf4 0%, #fff 100%);
    border: 1px solid rgba(14, 138, 95, 0.15);
}
.bg-gradient-soft-sky {
    background: linear-gradient(135deg, #f0f9ff 0%, #fff 100%);
    border: 1px solid rgba(14, 165, 233, 0.15);
}
.bg-gradient-soft-rose {
    background: linear-gradient(135deg, #fff1f2 0%, #fff 100%);
    border: 1px solid rgba(225, 29, 72, 0.15);
}
.bg-gradient-soft-slate {
    background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
    border: 1px solid rgba(100, 116, 139, 0.15);
}

/* Dark Mode Overrides for Gradients */
body.theme-dark .bg-gradient-soft-gold,
body.theme-dark .bg-gradient-soft-emerald,
body.theme-dark .bg-gradient-soft-sky,
body.theme-dark .bg-gradient-soft-rose,
body.theme-dark .bg-gradient-soft-slate {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.08);
}

