@font-face {
	font-family: "Playfair Display";
	font-weight: 400;
	font-style: normal;
	src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(//riveraevents.com/wp-content/uploads/sgf-css/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2'), url(//riveraevents.com/wp-content/uploads/sgf-css/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhg.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Playfair Display";
	font-weight: 400;
	font-style: normal;
	src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(//riveraevents.com/wp-content/uploads/sgf-css/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2'), url(//riveraevents.com/wp-content/uploads/sgf-css/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhg.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Playfair Display";
	font-weight: 400;
	font-style: normal;
	src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(//riveraevents.com/wp-content/uploads/sgf-css/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2'), url(//riveraevents.com/wp-content/uploads/sgf-css/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhg.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Playfair Display";
	font-weight: 400;
	font-style: normal;
	src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(//riveraevents.com/wp-content/uploads/sgf-css/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2'), url(//riveraevents.com/wp-content/uploads/sgf-css/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhg.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Playfair Display";
	font-weight: 400;
	font-style: normal;
	src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(//riveraevents.com/wp-content/uploads/sgf-css/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2'), url(//riveraevents.com/wp-content/uploads/sgf-css/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhg.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --primary-light: #e8f0f7;
    --primary: #b8d4e8;
    --primary-dark: #7fa8c9;
    --accent-gold: #d4af8f;
    --text-dark: #2c3e50;
    --text-light: #f5f5f5;
    --white: #ffffff;
    --font-main: 'Playfair Display', serif;
    --font-secondary: 'Montserrat', sans-serif;
    --font-accent: 'Dancing Script', cursive;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-secondary);
    color: var(--text-dark);
    line-height: 1.6;
    background-color: #fff;
}

.rivera-events-container {
    max-width: 100%;
    overflow-x: hidden;
}

/* Navigation */
.rivera-nav {
    padding: 20px 0;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    margin: 0 15px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 60px 20px;
    text-align: center;
    background-color: #f9f9f9;
}

.hero-subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: 5px;
    color: var(--accent-gold);
    margin-bottom: 10px;
}

.hero-title {
    font-family: var(--font-main);
    font-size: 42px;
    color: var(--accent-gold);
    margin-bottom: 5px;
    font-weight: 400;
}

.hero-tagline {
    font-family: var(--font-accent);
    font-size: 32px;
    color: var(--primary-dark);
    margin-bottom: 20px;
}

.hero-description {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #666;
}

.btn-primary {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--accent-gold);
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 12px;
    letter-spacing: 1px;
    transition: background 0.3s;
}

.hero-image {
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-image img {
    width: 100%;
    border-radius: 150px 150px 0 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Services */
.services-section {
    padding: 80px 20px;
    text-align: center;
}

.section-title {
    font-family: var(--font-main);
    font-size: 28px;
    color: var(--accent-gold);
    margin-bottom: 40px;
    letter-spacing: 3px;
}

.services-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: #fff;
    padding: 30px 20px;
    width: 200px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-radius: 10px;
}

.service-icon {
    font-size: 30px;
    margin-bottom: 15px;
    color: var(--primary);
}

.service-card h3 {
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.service-card p {
    font-size: 11px;
    color: #888;
}

/* Why Choose Us */
.why-choose-section {
    padding: 80px 20px;
    background-color: #fff;
}

.why-content {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    gap: 50px;
}

.why-image {
    flex: 1;
}

.why-image img {
    width: 100%;
    border-radius: 10px;
}

.why-text {
    flex: 1;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.feature-item h4 {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.feature-item p {
    font-size: 11px;
    color: #888;
}

/* Gallery */
.gallery-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #fdfdfd;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.gallery-grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.btn-secondary {
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 11px;
    letter-spacing: 1px;
}

/* How It Works */
.how-it-works {
    padding: 80px 20px;
    text-align: center;
}

.steps-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.step-item {
    flex: 1;
}

.step-number {
    font-size: 14px;
    color: var(--accent-gold);
    margin-bottom: 10px;
    font-weight: bold;
}

.step-icon {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--primary);
}

/* CTA Section */
.cta-section {
    padding: 100px 20px;
    background-color: #e8f0f7;
    text-align: center;
    position: relative;
}

.cta-title {
    font-family: var(--font-main);
    font-size: 32px;
    color: var(--accent-gold);
    margin-bottom: 20px;
}

.cta-description {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 14px;
}

.cta-footer {
    margin-top: 80px;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 40px;
}

.footer-logo {
    margin-bottom: 20px;
}

.logo-r {
    font-family: var(--font-main);
    font-size: 40px;
    color: var(--accent-gold);
    display: block;
}

.logo-text {
    font-size: 12px;
    letter-spacing: 3px;
}

.social-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #666;
    font-size: 12px;
}

@media (max-width: 768px) {
    .why-content {
        flex-direction: column;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .steps-container {
        flex-direction: column;
    }
    .hero-title {
        font-size: 32px;
    }
}
