/* Modern Card-Based Contact Layout */

.contact-info-section {
    padding: var(--space-3xl) 0;
    background: var(--gray-50);
}

.section-header {
    text-align: center;
    margin-bottom: var(--space-2xl);
}

.section-header h2 {
    font-family: var(--font-primary);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--navy-dark);
    margin-bottom: var(--space-md);
}

.section-header p {
    font-size: 1.125rem;
    color: var(--gray-600);
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Cards Grid */
.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.contact-card {
    background: var(--white);
    padding: var(--space-xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: all var(--transition);
    border-top: 4px solid var(--navy-primary);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
    border-top-color: var(--gold);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--navy-primary), var(--navy-medium));
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-md);
    transition: var(--transition);
}

.contact-card:hover .contact-icon {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
}

.contact-icon i {
    font-size: 1.75rem;
    color: var(--white);
}

.contact-card h3 {
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--navy-dark);
    margin-bottom: var(--space-md);
}

.contact-details p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--space-sm);
    margin-bottom: var(--space-sm);
    color: var(--gray-600);
    font-size: 0.95rem;
}

.contact-details i {
    color: var(--gold);
    width: 16px;
    flex-shrink: 0;
}

.contact-split-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><defs><pattern id="world-pattern" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23world-pattern)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.contact-split-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1600px;
    margin: 0 auto;
    gap: 0;
    position: relative;
    z-index: 2;
}

/* Left Side - Feedback Form */
.feedback-section {
    background: var(--white);
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
}

.feedback-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2C3E50;
    margin: 0 0 1rem 0;
    font-family: 'Montserrat', sans-serif;
}

.feedback-section p {
    font-size: 1rem;
    color: #7F8C8D;
    line-height: 1.6;
    margin: 0 0 2.5rem 0;
    font-family: 'Lato', sans-serif;
}

.feedback-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feedback-form .form-group {
    position: relative;
}

.feedback-form input,
.feedback-form textarea {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid #E8F4FD;
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: 'Lato', sans-serif;
    background: #F8FBFF;
    color: #2C3E50;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.feedback-form input:focus,
.feedback-form textarea:focus {
    outline: none;
    border-color: #4A90E2;
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.feedback-form input::placeholder,
.feedback-form textarea::placeholder {
    color: #95A5A6;
    font-weight: 400;
}

.feedback-form textarea {
    resize: vertical;
    min-height: 100px;
    font-family: 'Lato', sans-serif;
}

.send-message-btn {
    background: linear-gradient(135deg, #7F8C8D, #95A5A6);
    color: var(--white);
    border: none;
    padding: 1.25rem 2rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top: 1rem;
}

.send-message-btn:hover {
    background: linear-gradient(135deg, #95A5A6, #BDC3C7);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Right Side - Get In Touch */
.get-in-touch-section {
    background: linear-gradient(135deg, #4A90E2, #5BA3F5);
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
    position: relative;
}

.get-in-touch-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 1rem 0;
    font-family: 'Montserrat', sans-serif;
}

.get-in-touch-section p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0 0 3rem 0;
    font-family: 'Lato', sans-serif;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.contact-info-item i {
    font-size: 1.5rem;
    color: var(--white);
    margin-top: 0.25rem;
    min-width: 24px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.contact-address,
.contact-phone,
.contact-email {
    font-size: 1.1rem;
    color: var(--white);
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

.contact-phone,
.contact-email {
    font-weight: 500;
}

/* Bottom Section */
.contact-bottom-section {
    background: #1a1a1a;
    color: var(--white);
    padding: 3rem 0 1.5rem 0;
}

.bottom-contact-info {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.bottom-logo i {
    font-size: 2rem;
    color: #4A90E2;
}

.bottom-email {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.email-highlight {
    font-size: 1.3rem;
    font-weight: 600;
    color: #FFA500;
    font-family: 'Montserrat', sans-serif;
}

.phone-number {
    font-size: 0.9rem;
    color: #BDC3C7;
    font-family: 'Lato', sans-serif;
}

.bottom-links {
    display: flex;
    gap: 2rem;
}

.bottom-links a {
    color: #BDC3C7;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'Lato', sans-serif;
    transition: color 0.3s ease;
}

.bottom-links a:hover {
    color: var(--white);
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #BDC3C7;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: #4A90E2;
    color: var(--white);
    transform: translateY(-2px);
}

.copyright {
    text-align: center;
    padding: 1.5rem 2rem 0 2rem;
    border-top: 1px solid #333;
}

.copyright p {
    font-size: 0.8rem;
    color: #7F8C8D;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

/* Responsive Design */
@media (max-width: 968px) {
    .contact-split-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    
    .feedback-section {
        border-radius: 20px 20px 0 0;
        padding: 3rem 2rem;
    }
    
    .get-in-touch-section {
        border-radius: 0 0 20px 20px;
        padding: 3rem 2rem;
    }
    
    .feedback-section h2,
    .get-in-touch-section h2 {
        font-size: 2rem;
    }
    
    .bottom-contact-info {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .bottom-links {
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .contact-split-section {
        min-height: auto;
        padding: 2rem 0;
    }
    
    .feedback-section,
    .get-in-touch-section {
        padding: 2.5rem 1.5rem;
    }
    
    .feedback-section h2,
    .get-in-touch-section h2 {
        font-size: 1.75rem;
    }
    
    .contact-info-item {
        gap: 1rem;
    }
    
    .contact-info-item i {
        font-size: 1.25rem;
    }
    
    .contact-address,
    .contact-phone,
    .contact-email {
        font-size: 1rem;
    }
    
    .bottom-links {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
}