﻿.about-us-container,
.contact-info-container {
    background: linear-gradient(90deg, #38bdf8, #3842f8) !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 4rem 2rem !important;
    border-radius: 80px !important;
    box-shadow: 0 10px 40px rgba(0, 217, 255, 0.4) !important;
    max-width: 1100px !important;
    margin: 1rem auto !important;
    transition: all 0.4s ease !important;
}

    /* Hover effect for both sections */
    .about-us-container:hover,
    .contact-info-container:hover {
        color: #1e3a8a !important;
        transform: translateY(-3px) !important;
        box-shadow: 0 10px 40px rgba(0, 217, 255, 0.4) !important;
    }

/* HEADINGS */
.about-us-heading,
.contact-info-heading {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.2rem !important;
    color: #ffffff !important;
}

/* PARAGRAPHS */
.about-us-description,
.about-us-paragraph,
.contact-info-description,
.contact-info-subheading {
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
    color: #e0f2fe !important;
    max-width: 800px !important;
    margin: 0 auto 1rem auto !important;
}

/* BUTTON */
.contact-info-btn {
    background: #ffffff !important;
    color: #2563eb !important;
    border: none !important;
    padding: 0.8rem 2rem !important;
    font-size: 1rem !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

    .contact-info-btn:hover {
        background-color: #e0e7ff !important;
        color: #1e3a8a !important;
        transform: translateY(-3px) !important;
        box-shadow: 0 10px 40px rgba(0, 217, 255, 0.4) !important;
    }

/* PRIVACY BOX */
.privacy-box {
    background-color: #1e3a8a !important;
    color: #ffffff !important;
    max-width: 960px !important;
    width: 100% !important;
    margin: 2rem auto !important;
    padding: 2rem !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 40px rgba(0, 217, 255, 0.4) !important;
}

    .privacy-box h2,
    .privacy-box h4,
    .privacy-box p,
    .privacy-box li {
        color: #f8fafc !important;
    }
