/* Reset default styles */
body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Arial, sans-serif !important;
    color: #ffffff !important;
    position: relative !important;
    overflow-x: hidden !important;
}

/* ===== ULTRA-PREMIUM COLOR PALETTE ===== */
:root {
    --clay-red: #9a4d44 !important;
    --deep-teal: #0a4842 !important;
    --sand-gold: #d4a55e !important;
    --lake-blue: #5d8aa8 !important;
    --ivory: #f9f5f0 !important;
    --shadow-25: rgba(0, 0, 0, 0.25) !important;
    --shadow-50: rgba(0, 0, 0, 0.5) !important;
    --gold-gradient: linear-gradient(135deg, #d4a55e 0%, #e8c887 100%) !important;
    --red-gradient: linear-gradient(135deg, #9a4d44 0%, #b56d65 100%) !important;
    --ease-bounce: cubic-bezier(0.48, -0.6, 0.32, 1.6) !important;
    --ease-smooth: cubic-bezier(0.15, 0.1, 0.25, 1) !important;
}

/* ===== KINETIC HEADER ===== */
/* ===== KINETIC HEADER ===== */
#kinetic-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;
    z-index: 1000;
    background: #bb7b1c;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px var(--shadow-25);
    transition: all 0.5s var(--ease-smooth);
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-bottom: 20px;
    height: 120px;
    min-height: 120px;
}

.header-content {
    display: flex;
    align-items: center;
    width: 98%;
    height: 68%;
    background: #fff; /* Different color for the content area (e.g., a lighter beige) */
    padding: 0.5rem;
    border-radius: 6px;
}

.logo-wrapper {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    background-color: #fff;
    padding: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 100px;
}

/* Add this to your existing CSS */
.logo-name {
    font-family: 'Playfair Display', serif;
    font-size: clamp(0.8rem, 2vw, 1.2rem);
    color: #17183B;
    margin-left: 0.1rem;
    font-weight: bold;
    text-shadow: 2px 2px 6px var(--shadow-50);
    white-space: nowrap;
    align-self: center; /* Vertically center with other elements */
    display: flex; /* Keep this for inline context */
    align-items: justify;
}

@media (max-width: 768px) {
    .logo-name {
        display: none; /* Hide the name on mobile to avoid clutter */
    }
}

.logo-bg {
    display: none !important;
}


.logo {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo-icon {
    max-height: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
}

.logo a {
    display: none;
}

.logo .thin {
    display: none;
}

/* ===== Mobile NAVIGATION STYLES ===== */
.mobile-nav-toggle {
    display: none; /* Hidden by default, shown in mobile view */
    background: none; /* Remove gradient for simplicity */
    color: #fff;
    border: none;
    padding: 0.5rem;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 5px;
    line-height: 1; /* Ensure proper alignment */
}

/* Style the hamburger icon using ::before and ::after */
.mobile-nav-toggle::before {
    content: '\2261'; /* Unicode for hamburger icon (≡) */
    font-size: 1.8rem;
    color: #fff;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 50px; /* Below the header */
    left: 0;
    right: 0;
    flex-direction: column;
    background: #d4a55e;
    padding: 1rem;
    text-align: center;
}

.mobile-menu a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
}

.register-btn {
    display: none; /* Hidden by default, shown in mobile view */
    background: linear-gradient(135deg, #ffcc00, #ff9900); /* Yellow gradient */
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 20px; /* Rounded button */
    text-align: center;
    white-space: nowrap;
}

.register-btn:hover {
    background: linear-gradient(135deg, #ff9900, #ffcc00);
}

.hidden {
    display: none !important;
}

@media (max-width: 768px) {
    .kinetic-nav {
        display: none; /* Hide desktop navigation */
    }

    .mobile-nav-toggle {
        display: block; /* Show hamburger menu */
    }

    .mobile-menu {
        display: none; /* Shown when toggle is clicked via JavaScript */
    }

    .register-btn {
        display: block; /* Show register button on mobile */
    }

    .logo-wrapper {
        padding: 0 0.5rem; /* Add some padding for mobile */
    }

    .logo-icon {
        max-height: 40px; /* Slightly smaller logo for mobile to fit better */
    }
}

/* ===== KINETIC NAVIGATION ===== */
.kinetic-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.kinetic-nav a {
    position: relative;
    margin: 0 clamp(0.5rem, 1vw, 1.2rem);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-size: clamp(0.8rem, 0.95vw, 0.95rem);
    letter-spacing: clamp(0.5px, 1.2vw, 1.2px);
    padding: 0.3rem 0.3rem;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.kinetic-nav a::before,
.kinetic-nav a::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    transition: transform 0.45s var(--ease-bounce);
    backface-visibility: hidden;
    pointer-events: none;
}

.kinetic-nav a::before {
    color: #17183B;
    transform: translateY(0);
    -webkit-font-smoothing: antialiased;
}

.kinetic-nav a::after {
    color: #4968a0;
    transform: translateY(100%) rotateX(-90deg);
    transform-origin: 50% 0;
}

.kinetic-nav a:hover::before {
    transform: translateY(-100%) rotateX(90deg);
    transform-origin: 50% 100%;
}

.kinetic-nav a:hover::after {
    transform: translateY(0) rotateX(0);
}

.nav-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0rem;
    background: linear-gradient(135deg, #bb7b1c, #f09206);
    color: transparent;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 128, 0, 0.2);
    min-width: 160px;
    height: 30px;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.nav-cta:hover {
    background: linear-gradient(135deg, #bb7b1c, #f09206);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 128, 0, 0.3);
}

/* Override to make only "DONATE" bold */
.nav-cta[data-text="DONATE"]::before,
.nav-cta[data-text="DONATE"]::after {
    font-weight: bold; /* Apply bold to the "DONATE" text */
    text-shadow: 2px 2px 6px var(--shadow-50);
}

/* Header Spacer */
.header-spacer {
    height: 60px; /* Match your header height */
    width: 100%;
}

/* Responsive Adjustments for Phones */
@media (max-width: 768px) {
  .header-spacer {
    height: 100px; /* Reduced height to match adjusted mobile header */
  }
}



/* ===== MEETING SECTION STYLES ===== */
.meeting-section {
  position: relative;
  background:#caae84;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  color: white;
}

.meeting-overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 60px 40px;
  border-radius: 10px;
  max-width: 900px;
}

.meeting-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: 'Georgia', serif;
}

.meeting-content p {
  font-size: 1.2rem;
  line-height: 1.8;
  font-family: 'Georgia', serif;
  color: #ddd;
}

@media (max-width: 600px) {
  .meeting-section {
    padding: 60px 15px;
    padding-top: 240px; /* Adjusted padding for smaller screens */
    height: auto; /* Remove fixed height on small screens */
  }

  .meeting-overlay {
    padding: 40px 20px;
    border-radius: 8px;
  }

  .meeting-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .meeting-content p {
    font-size: 1rem;
    line-height: 1.6;
  }
}



/* Wrapper to center events with side spacing */
.events-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(to right, #833e7420, transparent 40%, transparent 60%, #338d9420); 
  border-radius: 12px;
}




/* Animated border box around each event */
.event-box {
  position: relative;
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05); /* subtle background for contrast */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
  margin-bottom: 40px; 
}

/* Pseudo-element for animated border */
.event-box::before {
  content: '';
  position: absolute;
  top: -2px; left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(
    270deg,
    #00f0ff,
    #ff00c8,
    #00f0ff,
    #ffae00,
    #00f0ff
  );
  background-size: 600% 600%;
  animation: animated-border 6s linear infinite;
  z-index: -1;
  border-radius: 18px;
}

@keyframes animated-border {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Prevent overflow from affecting layout */
.event-box > .event {
  position: relative;
  z-index: 2;
}


/* Thin animated border around each event */
.event-box {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}

/* Pseudo-element for animated thin border */
.event-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 12px;
  background: linear-gradient(270deg, #00f0ff, #ff00c8, #ffae00, #00f0ff);
  background-size: 600% 600%;
  z-index: -1;
  animation: animated-thin-border 6s linear infinite;
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 2px;
  box-sizing: border-box;
}

/* Border animation */
@keyframes animated-thin-border {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}





/* Projects Page Styles */
.projects-page {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.projects-hero {
    background: linear-gradient(rgba(212, 165, 94, 0.8), rgba(212, 165, 94, 0.8)), url('path/to/hero-music-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.projects-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.projects-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 2rem;
}

.projects-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.projects-hero p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.projects-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.projects-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.projects-intro h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #d4a55e;
    margin-bottom: 1rem;
}

.projects-intro p {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-bottom: 4rem;
}

.project-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.project-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.project-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.project-content {
    padding: 1.5rem;
    position: relative;
    z-index: 2;
}

.project-category {
    display: inline-block;
    background: #d4a55e;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.project-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
}

.project-content p {
    color: #666;
    margin-bottom: 1rem;
}

.project-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #d4a55e;
}

.stat-label {
    font-size: 0.8rem;
    color: #999;
}

.projects-timeline {
    background: #fafafa;
    padding: 4rem 2rem;
    border-radius: 12px;
    margin-bottom: 4rem;
}

.timeline-header {
    text-align: center;
    margin-bottom: 3rem;
}

.timeline-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #d4a55e;
    margin-bottom: 1rem;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d4a55e;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin: 2rem 0;
    width: 50%;
}

.timeline-item:nth-child(odd) {
    left: 0;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-content {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.timeline-date {
    font-weight: bold;
    color: #d4a55e;
    margin-bottom: 0.5rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 1.5rem;
    width: 20px;
    height: 20px;
    background: #d4a55e;
    border-radius: 50%;
    right: -10px;
}

.timeline-item:nth-child(odd)::before {
    left: -10px;
    right: auto;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: -50px;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: -50px;
}

.projects-impact {
    background: linear-gradient(135deg, #d4a55e, #b8860b);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 12px;
}

.impact-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.impact-stat {
    padding: 1rem;
}

.impact-number {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.impact-label {
    font-size: 1.1rem;
}

.cta-section {
    text-align: center;
    padding: 4rem 2rem;
}

.cta-button {
    display: inline-block;
    background: #d4a55e;
    color: white;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 165, 94, 0.3);
}

.cta-button:hover {
    background: #b8860b;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
    }

    .timeline-item .timeline-content {
        margin-left: 50px !important;
        margin-right: 0 !important;
    }

    .timeline-item::before {
        left: 10px !important;
        right: auto !important;
    }

    .impact-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.project-card, .timeline-content, .impact-stat {
    animation: fadeInUp 0.6s ease forwards;
}


.projects-timeline {
    background: #fafafa;
    padding: 4rem 2rem;
    border-radius: 12px;
    margin-bottom: 4rem;
}

.timeline-header {
    text-align: center;
    margin-bottom: 3rem;
}

.timeline-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #d4a55e;
    margin-bottom: 1rem;
}

.timeline-header p {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
    font-style: italic;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d4a55e;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin: 2rem 0;
    width: 50%;
}

.timeline-item:nth-child(odd) {
    left: 0;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-content {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1; /* Ensure content is above the line */
}

.timeline-date {
    font-weight: bold;
    color: #d4a55e;
    margin-bottom: 0.5rem;
}

.timeline-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
    font-weight: 600;
    visibility: visible; /* Explicitly ensure visibility */
    opacity: 1; /* Ensure opacity is set */
}

.timeline-content p {
    font-size: 1rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
    visibility: visible; /* Explicitly ensure visibility */
    opacity: 1; /* Ensure opacity is set */
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 1.5rem;
    width: 20px;
    height: 20px;
    background: #d4a55e;
    border-radius: 50%;
    right: -10px;
}

.timeline-item:nth-child(odd)::before {
    left: -10px;
    right: auto;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: -50px;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: -50px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
    }

    .timeline-item .timeline-content {
        margin-left: 50px !important;
        margin-right: 0 !important;
    }

    .timeline-item::before {
        left: 10px !important;
        right: auto !important;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-content {
    animation: fadeInUp 0.6s ease forwards;
}




.cta-section {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #d4a55e, #b8860b); /* Gold gradient */
    color: #fff; /* White text for contrast */
    border-radius: 12px;
    margin-top: 30px;
}

.cta-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #fff;
    text-transform: uppercase;
}

.cta-section h2:hover {
    color: #f5e8c7; /* Lighter gold on hover */
    cursor: pointer; /* Indicate clickability */
}

.cta-section p {
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto 1.5rem;
    color: #fff;
}

.cta-section p:hover {
    color: #f5e8c7; /* Lighter gold on hover */
    cursor: pointer; /* Indicate clickability */
}

.cta-button {
    display: inline-block;
    background: #fff;
    color: #d4a55e;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.cta-button:hover {
    background: #d4a55e;
    color: #fff;
}

/* Ensure clickability for h2 and p (assuming wrapped in <a> tags) */
.cta-section a {
    text-decoration: none;
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cta-section h2 {
        font-size: 1.5rem;
    }

    .cta-section p {
        font-size: 0.9rem;
    }
}

/* Footer */
.home-footer {
    padding: 1rem 1rem;
    background: #2c3e50;
    color: #f7f5f5;
    text-align: center;
    position: center;
    overflow: hidden;
    
}

.footer-content {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    padding: 1rem 0;
    margin-top: 0.5px;
    margin-bottom: 0.5px;
}

.footer-column {
    text-align: left;
}

.logo-column h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #d4a55e;
}

.logo-column p {
    font-size: 0.95rem;
    color: #f7f5f5;
    margin-bottom: 1rem;
    max-width: 200px;
}

.footer-logo {
    max-width: 150px;
    height: auto;
    margin-top: 1rem;
    border-radius: 5px;
}

.contact-column h4,
.links-column h4,
.social-column h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #d4a55e;
    text-transform: uppercase;
}

.contact-column p {
    font-size: 0.95rem;
    color: #f7f5f5;
    margin-bottom: 0.5rem;
}

.contact-column a {
    color: #d4a55e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-column a:hover {
    color: #f7f5f5;
}

.links-column ul {
    list-style: none;
    padding: 0;
}

.links-column li {
    margin-bottom: 0.5rem;
}

.links-column a {
    color: #f7f5f5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.links-column a:hover {
    color: #d4a55e;
}

.social-column .footer-social {
    margin-top: 1rem;
}

.social-column a {
    color: #d4a55e;
    font-size: 1.6rem;
    margin: 0 1rem;
    transition: color 0.3s ease;
}

.social-column a:hover {
    color: #f7f5f5;
}

.footer-bottom {
    grid-column: 1 / -1;
    padding-top: 2rem;
    border-top: 1px solid #ffffff;
    margin-top: 2rem;
    color: #f7f5f5;
    font-size: 0.9rem;
}


/* Mobile View - Footer */
@media (max-width: 768px) {
    .home-footer {
        padding: 1rem 1rem;
        background: #2c3e50;
        color: #f7f5f5;
        text-align: center;
        position: relative; /* Changed from 'center' which is invalid */
        overflow: hidden;
    }

    .footer-content {
        max-width: 900px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr; /* Single column for mobile */
        gap: 2rem;
        padding: 1rem 0;
        margin-top: 0.5px;
        margin-bottom: 0.5px;
        justify-items: center; /* Center all grid items */
    }

    .footer-column {
        text-align: center; /* Center text */
        display: flex;
        flex-direction: column;
        align-items: center; /* Center content horizontally */
    }

    .logo-column h3 {
        font-family: 'Playfair Display', serif;
        font-size: 1.8rem; /* Changed from 1.2rem to 1.8rem for mobile */
        margin-bottom: 1rem;
        color: #d4a55e;
        padding: 0.5rem 0;
    }

    .logo-column p {
        font-size: 0.95rem;
        color: #f7f5f5;
        margin-bottom: 1rem;
        max-width: 200px;
        text-align: center; /* Center paragraph text */
    }

    .footer-logo {
        max-width: 150px;
        height: auto;
        margin-top: 1rem;
        border-radius: 5px;
    }

    .contact-column h4,
    .links-column h4,
    .social-column h4 {
        font-size: 1.8rem; /* Also increased for consistency */
        margin-bottom: 1rem;
        color: #d4a55e;
        text-transform: uppercase;
        text-align: center; /* Center headings */
    }

    .contact-column p {
        font-size: 0.95rem;
        color: #f7f5f5;
        margin-bottom: 0.5rem;
        text-align: center; /* Center paragraph text */
    }

    .contact-column a {
        color: #d4a55e;
        text-decoration: none;
        transition: color 0.3s ease;
        text-align: center; /* Center link text */
    }

    .contact-column a:hover {
        color: #f7f5f5;
    }

    .links-column ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center; /* Center list items */
    }

    .links-column li {
        margin-bottom: 0.5rem;
        text-align: center; /* Center list item text */
    }

    .links-column a {
        color: #f7f5f5;
        text-decoration: none;
        transition: color 0.3s ease;
        text-align: center; /* Center link text */
    }

    .links-column a:hover {
        color: #d4a55e;
    }

    .social-column .footer-social {
        margin-top: 1rem;
        display: flex;
        justify-content: center; /* Center social icons */
    }

    .social-column a {
        color: #d4a55e;
        font-size: 1.6rem;
        margin: 0 1rem;
        transition: color 0.3s ease;
    }

    .social-column a:hover {
        color: #f7f5f5;
    }

    .footer-bottom {
        grid-column: 1 / -1;
        padding-top: 2rem;
        border-top: 1px solid #ffffff;
        margin-top: 2rem;
        color: #f7f5f5;
        font-size: 0.9rem;
        text-align: center; /* Center bottom text */
    }
}