/* Contact Page Premium Styles */

.contact-page-bg {
    background-color: #f8f9fa; /* Very light grey/blue for whole section */
    padding-bottom: 80px;
}

/* 1. Top Section: Fast Contact */
.fast-contact-title {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
.fast-contact-subtitle {
    font-size: 15px;
    color: #6b7280;
    max-width: 600px;
    margin-bottom: 40px;
}

.premium-contact-card {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}
.premium-contact-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-2px);
    border-color: #e5e7eb;
}

.pcc-icon {
    width: 48px;
    height: 48px;
    background-color: #eef2ff;
    color: #4f46e5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.pcc-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}
.pcc-desc {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
    line-height: 1.6;
}

.pcc-info {
    font-size: 15px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}
.pcc-info:hover {
    color: #4f46e5;
}

.pcc-link {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}
.pcc-link i {
    font-size: 12px;
}
.pcc-link:hover {
    color: #4f46e5;
}

/* 2. Middle Section: Form */
.form-section-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
}

.form-side-title {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.form-side-desc {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 30px;
    line-height: 1.6;
}

.form-side-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-side-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #374151;
}
.form-side-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4f46e5;
}

.premium-form-box {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.premium-form-box .form-label {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
}
.premium-form-box .form-control {
    border-radius: 10px;
    border: 1px solid #d1d5db;
    padding: 12px 16px;
    font-size: 14px;
    color: #111827;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: all 0.2s;
}
.premium-form-box .form-control:focus {
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
    outline: none;
}

.form-kvkk-box {
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.form-kvkk-box input[type="checkbox"] {
    margin-top: 3px;
    width: 16px;
    height: 16px;
}
.form-kvkk-box label {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}
.form-kvkk-box label a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: underline;
}

.btn-premium-submit {
    background-color: #0f172a;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s;
}
.btn-premium-submit:hover {
    background-color: #1e293b;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* 3. Bottom Section: Map */
.map-section-wrap {
    background-color: #0f172a; /* Dark background */
    padding: 60px 0;
}
.map-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
.map-subtitle {
    color: #94a3b8;
    font-size: 15px;
    margin-bottom: 40px;
}
.map-container {
    border-radius: 16px;
    overflow: hidden;
    height: 450px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 991px) {
    .premium-form-box {
        padding: 25px;
    }
    .form-side-title, .fast-contact-title, .map-title {
        font-size: 26px;
    }
    .map-container {
        height: 350px;
    }
}
