.contact-page {
    width: 100%;
}

.contact-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 80px 0 60px;
    text-align: center;
    color: #ffffff;
}

.contact-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.contact-hero p {
    font-size: 1.15rem;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
}

.contact-main {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.contact-left h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.contact-desc {
    font-size: 1.05rem;
    color: #6c757d;
    margin-bottom: 35px;
    line-height: 1.7;
}

.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 25px;
    transition: all 0.3s ease;
    border: 1px solid #e8e8e8;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #103474;
}

.contact-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #103474, #FFC107);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(16, 52, 116, 0.3);
}

.contact-text h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.contact-text p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
}

.contact-right {
    background: #ffffff;
    padding: 45px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
}

.contact-right h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 35px;
    text-align: center;
}

.alert {
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-field {
    display: flex;
    flex-direction: column;
}

.form-field label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f9f9f9;
    font-family: inherit;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #999;
    font-size: 14px;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #103474;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(16, 52, 116, 0.1);
}

.form-field textarea {
    resize: vertical;
    min-height: 140px;
}

.captcha-box {
    background: #f0f8ff;
    padding: 20px;
    border-radius: 8px;
    border: 2px dashed #103474;
}

.captcha-box label {
    display: block;
    color: #103474;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
}

.captcha-box input {
    max-width: 150px;
    padding: 12px 16px;
    border: 1px solid #103474;
    border-radius: 8px;
    font-size: 15px;
    background: #ffffff;
}

.captcha-box input:focus {
    outline: none;
    border-color: #103474;
    box-shadow: 0 0 0 3px rgba(16, 52, 116, 0.1);
}

.submit-btn {
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #103474, #FFC107);
    color: #ffffff;
    border: none;
    cursor: pointer;
    width: 100%;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 52, 116, 0.3);
    background: linear-gradient(135deg, #FFC107, #103474);
}

.map-section {
    padding: 80px 0;
    background: #ffffff;
}

.map-section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 40px;
}

.map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .contact-hero h1 {
        font-size: 2rem;
    }
    
    .contact-hero p {
        font-size: 1rem;
    }
    
    .contact-left h2 {
        font-size: 1.8rem;
    }
    
    .contact-right {
        padding: 30px;
    }
    
    .contact-right h3 {
        font-size: 1.6rem;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-card {
        padding: 25px;
    }
    
    .contact-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
    
    .contact-text h3 {
        font-size: 0.95rem;
    }
    
    .contact-text p {
        font-size: 0.9rem;
    }
}

