:root {
    --primary-color: #94a193;    /* Sage green */
    --secondary-color: #b76e79;  /* Rose gold */
    --tertiary-color: #e8e6e1;   /* Light neutral background */
    --text-color: #2c3e50;       /* Dark blue-gray for text */
    --sage-light: #c5cec4;       /* Lighter sage for hover states */
    --rose-light: #d7b19d;       /* Lighter rose gold for accents */
    --parchment-sage: #f5f4f0;   /* New parchment with hint of sage */
}

body {
    color: var(--text-color);
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 400;
    background-color: var(--parchment-sage);
}

/* Update header decoration */
body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: url('../images/floral-top.png') no-repeat top right;
    background-size: contain;
    transform: scale(1.3);
    transform-origin: top right;
    z-index: 0;
    pointer-events: none;
}

/* Update hero section */
.hero-section {
    position: relative;
    text-align: center;
    padding: 4rem 0;
    z-index: 1;
    margin-top: 100px;
}

.hero-section::before {
    display: none;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.rsvp-button {
    background-color: var(--secondary-color);
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
    color: white;
}

.rsvp-button:hover {
    background-color: var(--rose-light);
    transform: translateY(-2px);
    color: white;
}

/* Registry Page Styles */
.registry-icon {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.registry-button {
    background-color: var(--primary-color);
    border: none;
    transition: all 0.3s ease;
    color: white;
}

.registry-button:hover {
    background-color: var(--sage-light);
    transform: translateY(-2px);
}

/* Q&A Page Styles */
.accordion-button:not(.collapsed) {
    background-color: var(--tertiary-color);
    color: var(--text-color);
}

.accordion-button:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(148, 161, 147, 0.25);
}

.accordion-button::after {
    background-color: var(--primary-color);
    border-radius: 50%;
}

/* Q&A heading and paragraph styles */
.accordion-body h5 {
    color: var(--secondary-color);
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.accordion-body h5:first-child {
    margin-top: 0;
}

.accordion-body h5::before {
    content: "Q:";
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: bold;
}

.accordion-body p {
    color: var(--text-color);
    font-size: 1rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.accordion-body p::before {
    content: "A:";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

/* Footer customization */
.footer {
    background-color: var(--secondary-color);
    color: white;
}

/* Event details section */
.event-details {
    margin-bottom: 0;  /* Remove bottom margin */
}

/* Remove margin from the last section before footer */
section:last-of-type {
    margin-bottom: 0;
}

/* Countdown style */
#countdown {
    margin: 2rem 0;
}

#countdown #days {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--secondary-color);
}

/* Card customization */
.card {
    border-color: var(--sage-light);
}

.card-body {
    border-radius: 8px;
}

.card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Add styles for the horizontal image section */
.feature-image-container {
    margin: 0 0 4rem 0 !important; /* Using !important to override any other styles */
    text-align: center;
}

.feature-image-container img {
    max-width: 100%;
    height: auto;
}

/* Navigation Links Styles */
.navigation-links {
    padding: 1rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.navigation-links .nav-link {
    color: var(--text-color);
    display: inline-block;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.navigation-links .nav-link:hover {
    color: var(--secondary-color);
    transform: translateY(-2px);
}

h1.display-4 {
    font-family: 'Great Vibes', cursive;
    font-size: 4.5rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.wedding-date {
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.wedding-location {
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    color: var(--text-color);
}

.btn-outline-secondary:hover {
    background-color: var(--bs-secondary);
    color: white;
}

.bi-house-heart {
    margin-right: 5px;
}

/* Registry page styles */
.gift-instructions {
    background-color: var(--tertiary-color);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem !important;
}

.gift-instructions p {
    color: var(--text-color);
    font-size: 0.95rem;
}

.gift-instructions p:first-child {
    font-weight: 600;
    font-size: 1rem;
}

/* PayPal button styling */
.btn-primary.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary.btn-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.bi-paypal {
    margin-right: 8px;
    font-size: 1.2rem;
} 