/* ================================================================
   Contact Page
================================================================ */
.contact-page {
    padding-top: 42px;
    padding-bottom: 80px;
}

.contact-title {
    display: flex;
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1A171B;
    margin-bottom: 12px;
    align-items: center;
    gap: 18px;
}

.contact-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #d0d0d0;
}

.contact-desc {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 28px;
}

.contact-label {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1A171B;
    margin-bottom: 8px;
}

.contact-input {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #1A171B;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 10px 12px;
    outline: none;
    transition: border-color 0.2s ease;
}

.contact-input:focus {
    border-color: #00947A;
}

.contact-textarea {
    min-height: 130px;
    resize: vertical;
}

.contact-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.contact-robot-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #1A171B;
    cursor: pointer;
}

.contact-robot-check input {
    width: 16px;
    height: 16px;
    accent-color: #00947A;
    cursor: pointer;
}

.contact-links {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
}

.contact-links a {
    color: #00947A;
    text-decoration: none;
}

.contact-links a:hover {
    text-decoration: underline;
}

.contact-links span {
    color: #999;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #00947A;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.contact-submit-btn:hover {
    background: #036B57;
}

/* Sidebar */
.contact-sidebar {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.contact-info-box-title {
    background: #00947A;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 13px 19px;
}

.contact-info-box-body {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 16px;
}

.contact-secretariat-name {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 700;
    color: #1A171B;
    margin-bottom: 4px;
}

.contact-info-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-info-row i {
    color: #00947A;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-info-label {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00947A;
    margin-bottom: 2px;
}

.contact-info-value {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #1A171B;
}

.contact-info-link {
    text-decoration: none;
    color: #1A171B;
    transition: color 0.2s ease;
}

.contact-info-link:hover {
    color: #00947A;
}

/* Çalışma Saatleri */
.contact-hours-list {
    padding: 4px 16px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
}

.contact-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #1A171B;
}

.contact-hours-row:last-of-type {
    border-bottom: none;
}

.contact-hours-value {
    color: #00947A;
    font-weight: 700;
}

.contact-hours-closed {
    color: #00947A;
    font-weight: 700;
}

.contact-hours-note {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

/* Harita */
.contact-map-section {
    margin-top: 48px;
}

.contact-map-title {
    display: flex;
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A171B;
    margin-bottom: 16px;
    align-items: center;
    gap: 41px;
}

.contact-map-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #d0d0d0;
}

.contact-map-wrap {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.contact-map-wrap iframe {
    width: 100%;
    height: 340px;
    display: block;
    border: none;
}

/* Breadcrumb */
.detail-breadcrumb {
    background: #E8F5F3;
    padding: 16px 0;
    margin-bottom: 0;
}

.detail-breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: #000;
    justify-content: center;
}

.detail-breadcrumb-nav a {
    color: #000;
    text-decoration: none;
    transition: color var(--transition);
}

.detail-breadcrumb-nav a:hover {
    color: var(--clr-teal);
}

.detail-breadcrumb-nav span {
    color: #999;
}

/* ================================================================
   Responsive
================================================================ */
@media (max-width: 768px) {
    .contact-page {
        padding-top: 28px;
        padding-bottom: 50px;
    }

    .contact-title {
        font-size: 20px;
    }

    .contact-sidebar {
        padding-left: 0;
        margin-top: 32px;
    }

    .contact-map-section {
        margin-top: 32px;
    }

    .contact-map-wrap iframe {
        height: 260px;
    }
}

@media (max-width: 576px) {
    .contact-submit-btn {
        width: 100%;
        justify-content: center;
    }
}