/* ===== Contact Us Page Styles - Modern & Clean ===== */

/* Contact Us Hero Section */
.contact-hero-section {
    position: relative;
    min-height: 300px;
    background: #02577E;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    color: white;
}

.contact-hero-content h1 {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: -1px;
    line-height: 1;
}

.contact-hero-content p {
    font-size: 1.25rem;
    font-weight: 300;
    opacity: 0.95;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* Main Contact Content */
.contact-main-content {
    max-width: 80%;
    margin: 0 auto;
    padding: 80px 20px;
    background-color: #f9fafb;
}

/* Contact Grid - Two Column Layout */
.contact-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

/* Contact Form Section */
.contact-form-section {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.contact-form-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 25px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.contact-form-section h2 .emoji {
    margin-right: 15px;
}

/* Form Styles */
.contact-form {
    margin-top: 30px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #2c3e50;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #5CB3C4;
    background: white;
}

.form-group textarea {
    resize: vertical;
    min-height: 140px;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    background: #5CB3C4;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #4a9fb0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(92, 179, 196, 0.3);
}

.btn-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.submit-btn:hover .btn-arrow {
    transform: translateX(5px);
}

/* Contact Info Section */
.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.contact-info-card h2 {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 12px 0;
}

.contact-info-card h2 .emoji {
    margin-right: 12px;
}

.contact-info-card p {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Info Items */
.info-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.info-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #5CB3C4 0%, #4a9fb0 100%);
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.info-content {
    flex: 1;
}

.info-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 6px 0;
}

.info-content a {
    font-size: 15px;
    color: #5CB3C4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-content a:hover {
    color: #4a9fb0;
}

.info-content p {
    font-size: 15px;
    color: #6c757d;
    margin: 0;
}

/* Contact Social Section */
.contact-social-section {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.contact-social-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
}

.contact-social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.contact-social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #5CB3C4;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-social-icon:hover {
    background: linear-gradient(135deg, #5CB3C4 0%, #4a9fb0 100%);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(92, 179, 196, 0.3);
}

/* Quick Links Section */
.quick-links-section {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.quick-links-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 25px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.quick-links-section h2 .emoji {
    margin-right: 15px;
}

.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.quick-link-card {
    background: #f8f9fa;
    padding: 30px 25px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.quick-link-card:hover {
    background: white;
    border-color: #5CB3C4;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.link-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 16px;
}

.quick-link-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 8px 0;
}

.quick-link-card p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
}

/* ===== Responsive Design ===== */

@media (max-width: 1400px) {
    .contact-main-content {
        max-width: 85%;
    }
}

@media (max-width: 1024px) {
    .contact-hero-content {
        max-width: 90%;
    }
    
    .contact-hero-content h1 {
        font-size: 4rem;
    }

    .contact-main-content {
        max-width: 90%;
        padding: 60px 20px;
    }

    .contact-grid {
        gap: 25px;
        margin-bottom: 50px;
    }

    .contact-form-section,
    .quick-links-section {
        padding: 30px;
    }

    .contact-info-card,
    .contact-social-section {
        padding: 25px;
    }

    .quick-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .contact-hero-section {
        min-height: 350px;
        padding: 30px;
    }

    .contact-hero-content {
        max-width: 95%;
    }

    .contact-hero-content h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .contact-hero-content p {
        font-size: 1.05rem;
    }

    .contact-main-content {
        max-width: 95%;
        padding: 40px 15px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .contact-form-section,
    .quick-links-section {
        padding: 25px 20px;
    }

    .contact-form-section h2,
    .quick-links-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
        padding-bottom: 16px;
    }

    .contact-info-card,
    .contact-social-section {
        padding: 20px;
    }

    .quick-links-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 576px) {
    .contact-hero-section {
        min-height: 320px;
        padding: 20px;
    }

    .contact-hero-content h1 {
        font-size: 2.2rem;
        letter-spacing: -0.5px;
    }

    .contact-hero-content p {
        font-size: 0.95rem;
    }

    .contact-main-content {
        padding: 30px 12px;
    }

    .contact-grid {
        gap: 16px;
        margin-bottom: 30px;
    }

    .contact-form-section,
    .quick-links-section {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .contact-form-section h2,
    .quick-links-section h2 {
        font-size: 22px;
    }

    .contact-form {
        margin-top: 25px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group input,
    .form-group textarea {
        padding: 11px 14px;
        font-size: 14px;
    }

    .submit-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 28px;
        font-size: 14px;
    }

    .contact-info-card,
    .contact-social-section {
        padding: 18px;
    }

    .contact-info-card h2 {
        font-size: 20px;
    }

    .contact-social-section h3 {
        font-size: 16px;
    }

    .info-item {
        padding: 16px;
        gap: 14px;
    }

    .info-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .info-content h4 {
        font-size: 14px;
    }

    .info-content a,
    .info-content p {
        font-size: 14px;
    }

    .contact-social-icons {
        gap: 10px;
    }

    .contact-social-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .quick-link-card {
        padding: 25px 20px;
    }

    .link-icon {
        font-size: 2.2rem;
        margin-bottom: 14px;
    }

    .quick-link-card h4 {
        font-size: 15px;
    }

    .quick-link-card p {
        font-size: 13px;
    }
}