﻿.contact-hero {
    position: relative;
    height: 44vh;
    background-size: cover;
    background-position: center;
}

    .contact-hero .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.45);
    }

.contact-main .card {
    border-radius: 12px;
}

.map-wrapper iframe {
    border: 0;
}

#contactAlert {
    padding: 12px;
    border-radius: 8px;
}

/* Ümumi headerdən sonra birbaşa başlayır */
.mini-header {
    width: 100%;
    height: 90px; /* Hündürlük az */
    display: flex;
    align-items: center;
    padding-left: 30px;
    background: #f8f9fc; /* Real, yumşaq, admin panel effekti */
    border-bottom: 1px solid rgba(0,0,0,0.08);
    position: relative;
    top: 0;
}

/* Təmiz tipografiya */
.mini-header-content h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #1f1f1f;
    letter-spacing: 0.3px;
}

    /* Kiçik vurğu xətti */
    .mini-header-content h1::after {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background: #0074ff;
        margin-top: 6px;
        border-radius: 4px;
    }
