/* ===================================
   CONTACT PAGE STYLES (CLEANED)
   =================================== */

/* Contact Hero */
.contact-hero {
    background-image: url('../images/texture.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    margin-top: 0;
}

.contact-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Proxima Nova', sans-serif;
    color: var(--yellow);
    letter-spacing: -0.5px;
}

.contact-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    color: var(--white);
}

.contact-section {
    padding: 40px 0 10px;
    background-image: url('../images/saucebg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 3rem;
    text-align: center;
}

.contact-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}

.contact-form h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2rem;
    letter-spacing: -0.2px;
}

/* Contact Info Styles */
.contact-info h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2rem;
    letter-spacing: -0.2px;
}

.info-item {
    margin-bottom: 2rem;
}

.info-item strong {
    color: var(--text-dark);
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

.info-item p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 0.25rem;
}

.info-item a {
    color: var(--primary-green);
    text-decoration: none;
    font-weight: 500;
}

.info-item a:hover {
    color: var(--dark-green);
    text-decoration: underline;
}

/* Location Section */
.location-section {
    padding: 10px 0 40px;
    background-color: var(--white);
}

.location-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bright-yellow);
    margin-bottom: 1.5rem;
    text-align: center;
}

.location-info {
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.location-info h3 {
    font-size: 2rem;
    color: var(--primary-green);
    margin-bottom: 1.5rem;
    font-family: 'Proxima Nova', sans-serif;
}

.location-info p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.map-container {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 500px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .contact-section h2 {
        font-size: 2rem;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 0;
    }
    
    .location-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .location-section h2 {
        font-size: 2rem;
    }
    
    /* Contact page specific mobile styles */
    .contact-hero {
        padding: 100px 0 40px;
        margin-top: 0;
    }
    
    .contact-hero h1 {
        font-size: 2rem;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        color: var(--yellow);
    }
    
    .contact-hero p {
        font-size: 1rem;
        padding: 0 20px;
        color: var(--white);
    }
    
    .contact-section {
        padding: 30px 0 0px;
    }
    
    .contact-form {
        padding: 0;
    }
    
    .contact-form h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-info {
        background-color: var(--cream);
        padding: 30px 20px 0px;
        border-radius: 8px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .contact-info h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    .info-item {
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    .info-item strong {
        font-size: 0.95rem;
        display: block;
        margin-bottom: 0.3rem;
    }
    
    .info-item p {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }
    
    .location-section {
        padding: 0px 0 30px;
    }
    
    .location-section h2 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    
    .location-info {
        margin-bottom: 20px;
    }
    
    .map-container {
        margin-bottom: 30px;
        border-radius: 8px;
    }
    
    .map-container iframe {
        width: 100%;
        height: 300px;
    }
    
    .location-info h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .location-info p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1rem;
        text-align: center;
    }
}

/* ===================================
   NEW CONTACT PAGE STYLES
   =================================== */

/* New Contact Hero */
.new-contact-hero {
    background-image: url('../images/texture.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    margin-top: 0;
}

.new-contact-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--yellow);
    margin-bottom: 20px;
    font-family: 'Proxima Nova', sans-serif;
}

.new-contact-hero p {
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 30px;
    font-weight: 500;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.email-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--primary-green);
    color: var(--white);
    padding: 14px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.email-btn:hover {
    transform: translateY(-2px);
}

.new-contact-form-section {
    background-image: url('../images/saucebg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 15px;
}

.contact-content-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch;
}

.form-container {
    background: var(--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;
    padding: 40px;
}

.form-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.form-container-content {
    padding: 1.5rem;
    background: var(--white);
}

.form-container-content h2 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 45px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

.form-container h2,
.map-container h2 {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    color: var(--primary-green);
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}

/* Map Container Styles */
.map-container {
    background: var(--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;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.location-info h3 {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    color: var(--primary-green);
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-align: center;
}

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

.hours-info p {
    margin-bottom: 8px;
    font-size: 1.1rem;
    color: var(--text-dark) !important;
    font-weight: 600;
}

.instagram-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(55, 109, 77, 0.2);
}

.instagram-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(55, 109, 77, 0.3);
    color: #ffffff;
}

.instagram-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

/* ===================================
   CONTACT INFO SECTION & CARDS
   =================================== */

.contact-info-section {
    background-color: var(--white);
    padding: 60px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.contact-card {
    background-image: url('../images/saucebg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(244, 196, 48, 0.3);
}

.contact-card.primary {
    background: var(--cream);
    border: 2px solid var(--primary-green);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(45, 80, 22, 0.1);
}

.contact-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.contact-card h3 {
    color: var(--primary-green);
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.contact-details {
    text-align: left;
    margin-bottom: 20px;
}

.contact-details p {
    margin-bottom: 8px;
}

.contact-highlights {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}

.delivery-order-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--bright-yellow);
    color: var(--primary-green);
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.delivery-order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.social-contact {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.social-btn {
    background-color: var(--white);
    color: var(--primary-green);
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background-color: var(--primary-green);
    color: var(--white);
}

/* ===================================
   CONTACT CTA & TESTIMONIAL SECTIONS
   =================================== */

.contact-cta {
    background: linear-gradient(135deg, var(--bright-yellow), var(--yellow));
    padding: 60px 0;
    text-align: center;
}

.contact-cta h2 {
    color: var(--primary-green);
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
}

.contact-testimonial {
    background-image: url('../images/saucebg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

.testimonial-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.nav-arrow {
    background: none;
    border: none;
    cursor: pointer;
    padding: 20px;
    color: var(--white);
    font-size: 1.5rem;
}

.testimonial-text {
    text-align: center;
    padding: 0 40px;
}

.testimonial-text h3 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1.3;
}

.testimonial-author {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.testimonial-stars {
    font-size: 1.5rem;
    color: var(--text-dark);
}

/* ===================================
   STAY UPDATED & BUSINESS INFO
   =================================== */

.contact-stay-updated {
    background-color: var(--primary-green);
    padding: 60px 0;
    text-align: center;
}

.contact-stay-updated .business-info h2 {
    color: var(--bright-yellow);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.contact-stay-updated .business-info h3 {
    color: var(--bright-yellow);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.contact-stay-updated .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-stay-updated .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--bright-yellow);
    border-radius: 50%;
    color: var(--primary-green);
    text-decoration: none;
    transition: transform 0.3s ease;
}

.contact-stay-updated .social-icon:hover {
    transform: translateY(-5px);
}

.contact-stay-updated .newsletter-signup h2 {
    color: var(--bright-yellow);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 30px;
}

.contact-stay-updated .newsletter-form {
    max-width: 400px;
    margin: 0 auto;
}

.contact-stay-updated .newsletter-form input {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 25px;
    margin-bottom: 15px;
    font-size: 1rem;
    box-sizing: border-box;
}

.contact-stay-updated .subscribe-btn {
    background-color: var(--bright-yellow);
    color: var(--primary-green);
    padding: 14px 30px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Proxima Nova', sans-serif;
}

.contact-stay-updated .subscribe-btn:hover {
    background: var(--primary-green);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.business-info-section {
    background-color: var(--primary-green);
    padding: 60px 0;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.info-block h4 {
    color: var(--bright-yellow);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.info-block p {
    color: var(--white);
    margin-bottom: 10px;
}

.info-block ul {
    list-style: none;
    padding: 0;
}

.info-block ul li {
    margin-bottom: 10px;
}

.info-block ul li a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-block ul li a:hover {
    color: var(--bright-yellow);
}

.uber-logo {
    color: var(--white);
    font-size: 1rem;
}

/* ===================================
   MOBILE RESPONSIVE FOR NEW STYLES
   =================================== */

@media (max-width: 768px) {
    .contact-content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .form-container,
    .map-container {
        padding: 30px 20px;
    }
    
    .form-container h2,
    .map-container h2 {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
    
    .map-container iframe {
        height: 250px;
    }
    
    .location-info h3 {
        font-size: 1.1rem;
    }
    
    .new-contact-hero {
        padding: 100px 0 40px 0;
        margin-top: 0;
    }
    
    .new-contact-hero h1 {
        font-size: 2.2rem;
        color: var(--yellow);
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .testimonial-text h3 {
        font-size: 1.5rem;
    }
    
    .testimonial-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-arrow {
        padding: 10px;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .contact-stay-updated .social-icons {
        gap: 15px;
    }
    
    .contact-stay-updated .social-icon {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .new-contact-hero h1 {
        font-size: 1.8rem;
    }
    
    .new-contact-hero p {
        font-size: 1rem;
        padding: 0 15px;
    }
}