/* ============================================
   MODERN CONTACT PAGE STYLES
   ============================================ */

.contact-header .header-inner.hi-about-us {
    position: relative;
    overflow: hidden;
}

.contact-hero {
    background: linear-gradient(135deg, #071426 0%, #102a4a 40%, #153b63 100%);
    color: #ffffff;
}

.contact-page {
    background: #f5f7fb;
    padding-top: 60px;
    padding-bottom: 80px;
}

/* İletişim Bilgileri Kartları */
.contact-info-section {
    padding: 60px 0 40px;
    background: #ffffff;
}

.contact-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(58, 166, 245, 0.2);
    border-color: rgba(58, 166, 245, 0.2);
}

.contact-info-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, rgba(58, 166, 245, 0.1), rgba(58, 166, 245, 0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #0d3a5c;
    transition: all 0.4s ease;
}

.contact-info-card:hover .contact-info-icon {
    background: linear-gradient(135deg, #0d3a5c, #0a2d4a);
    color: #ffffff;
    transform: scale(1.1);
}

.contact-info-card h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #1a1a2e;
}

.contact-info-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 0;
}

.contact-info-card a {
    color: #0d3a5c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-card a:hover {
    color: #0a2d4a;
}

/* Ana Bölüm */
.contact-main-section {
    padding: 60px 0;
    background: #f5f7fb;
}

.section-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Harita Wrapper */
.contact-map-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.contact-map {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Form Wrapper */
.contact-form-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.form-description {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.modern-contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Sen', sans-serif;
    color: #1a1a2e;
    background: #ffffff;
    transition: all 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #0d3a5c;
    box-shadow: 0 0 0 4px rgba(58, 166, 245, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #0d3a5c, #0a2d4a);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(58, 166, 245, 0.4);
    background: linear-gradient(135deg, #0a2d4a, #082030);
}

.btn-submit i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-submit:hover i {
    transform: translateX(4px);
}

/* Çalışma Saatleri */
.contact-hours-section {
    padding: 60px 0;
    background: #ffffff;
}

.hours-card {
    background: linear-gradient(135deg, #0f2138 0%, #153b63 100%);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.hours-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #ffffff;
}

.hours-card h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.hours-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hours-item .day {
    font-weight: 600;
    font-size: 15px;
}

.hours-item .time {
    font-size: 15px;
    opacity: 0.9;
}

.hours-note {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 20px;
    margin-bottom: 0;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-map {
        height: 400px;
    }
    
    .contact-form-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .contact-page {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    
    .contact-info-section {
        padding: 40px 0 20px;
    }
    
    .contact-info-card {
        padding: 30px 24px;
        margin-bottom: 20px;
    }
    
    .contact-main-section {
        padding: 40px 0;
    }
    
    .contact-map-wrapper,
    .contact-form-wrapper {
        padding: 24px;
    }
    
    .contact-map {
        height: 350px;
    }
    
    .hours-card {
        padding: 40px 30px;
    }
    
    .hours-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .section-subtitle {
        font-size: 20px;
    }
    
    .contact-info-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    
    .contact-map {
        height: 300px;
    }
    
    .hours-card {
        padding: 30px 20px;
    }
}
