/* Grand Vista Events & Venues - Main Stylesheet */
body {
    font-family: 'Inter', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    color: #222;
    line-height: 1.6;
}

.header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0;
}
.nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    height: 70px;
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.logo h1 {
    font-size: 1.5rem;
    color: #2b2d42;
    margin: 0;
    font-weight: 700;
}
.logo a {
    display: inline-block;
    text-decoration: none;
}
.logo-image {
    height: 40px;
    width: auto;
    display: block;
    object-fit: contain;
}
.nav-menu {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}
.nav-menu li a {
    text-decoration: none;
    color: #2b2d42;
    font-weight: 500;
    transition: color 0.2s;
}
.nav-menu li a:hover {
    color: #e63946;
}

.hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #edf2f7;
    padding: 3rem 0 2rem 0;
}
.hero-content {
    flex: 1 1 400px;
    padding: 2rem 3rem;
}
.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1d3557;
}
.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.hero-buttons {
    display: flex;
    gap: 1rem;
}
.hero-image {
    flex: 1 1 350px;
    text-align: center;
}
.hero-image img {
    max-width: 400px;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.btn-primary {
    background: #e63946;
    color: #fff;
}
.btn-primary:hover {
    background: #b71c1c;
}
.btn-secondary {
    background: #457b9d;
    color: #fff;
}
.btn-secondary:hover {
    background: #1d3557;
}
.btn-outline {
    background: transparent;
    color: #e63946;
    border: 2px solid #e63946;
}
.btn-outline:hover {
    background: #e63946;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.features, .venues-preview, .services-preview, .testimonials, .cta, .venue-detail, .venue-comparison, .service-detail, .additional-services, .rental-category, .rental-packages, .rental-info, .map-section, .contact-section, .page-header {
    margin: 3rem 0;
}
.features-grid, .venues-grid, .services-grid, .testimonials-grid, .image-grid, .package-grid, .tech-grid, .menu-grid, .info-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.feature, .venue-card, .service-item, .testimonial, .venue-images img, .rental-item, .package, .tech-package, .menu-type, .info-item {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 1.5rem;
    flex: 1 1 250px;
    min-width: 220px;
}
.venue-card img, .venue-images img, .service-images img, .rental-images img {
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
.venue-images .main-image, .service-images .main-image, .rental-images .main-image {
    max-width: 350px;
    margin-bottom: 1rem;
}

.footer {
    background: #22223b;
    color: #fff;
    padding: 2rem 0 0 0;
    margin-top: 3rem;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.footer-section h3, .footer-section h4 {
    margin-top: 0;
    color: #e63946;
}
.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-section ul li {
    margin-bottom: 0.5rem;
}
.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-section ul li a:hover {
    text-decoration: underline;
}
.footer-bottom {
    text-align: center;
    padding: 1rem 0;
    background: #1a1a2e;
    color: #aaa;
    font-size: 0.95rem;
}

/* Contact Page */
.contact-flex {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}
.contact-info {
    flex: 1 1 300px;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 2rem;
    margin-bottom: 2rem;
}
.contact-form {
    flex: 2 1 400px;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 2rem;
    margin-bottom: 2rem;
}
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.contact-form input, .contact-form textarea {
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: inherit;
}
.contact-form button {
    align-self: flex-start;
}
.map-placeholder {
    background: #edf2f7;
    border: 2px dashed #bfc0c0;
    border-radius: 0.75rem;
    padding: 2rem;
    text-align: center;
    color: #888;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 900px) {
    .nav, .container, .footer-content {
        padding: 0 1rem;
    }
    .features-grid, .venues-grid, .services-grid, .testimonials-grid, .image-grid, .package-grid, .tech-grid, .menu-grid, .info-grid, .footer-content, .contact-flex {
        flex-direction: column;
        gap: 1.5rem;
    }
    .hero {
        flex-direction: column;
        padding: 2rem 0 1rem 0;
    }
}

/* Availability Section */
.availability {
    padding: 4rem 0;
    background-color: #f9fafb;
}

.availability h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
}

.availability-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.availability-section {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.availability-section h3 {
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.availability-section p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.availability-section p:last-child {
    margin-bottom: 0;
}

.availability-section strong {
    color: #2d3748;
    display: block;
    margin-bottom: 0.5rem;
} 