#loadersServices {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
}

.fa-map-marker-alt,
.fa-dot-circle {
    color: var(--accent);
}

#googleMap {
    width: 100%;
    height: 300px;
    margin: 2px auto;
}
#googleMap2 {
    width: 100%;
    height: 300px;
    margin: 2px auto;
}

/* Output box */
#output {
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
}

#mode {
    color: var(--txt);
}

/* Cursor utility */
.cursor {
    cursor: pointer;
}

/* Minimal phone formatting */
.phone {
    width: 100% !important;
}

/* Ensure shadow on summary card */
.shadowOzet .baslik {
    margin: 0 !important;
}

/* Mobile-only tweaks */
@media screen and (max-width: 600px) {
    #customIOzet {
        padding: 0 !important;
    }

    #mobileWp {
        margin-top: 0 !important;
    }

    #headerMobile {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .header {
        padding: 8px 12px !important;
        min-height: 56px;
    }

    /* Logo ve butonlar aynı hizaya gelsin */
    #header .row {
        align-items: center;
    }

    #header .col-4,
    #header .col-8 {
        display: flex;
        align-items: center;
    }

    #logoCustom {
        width: 140px !important;
        margin-top: 6px;
    }

    #colTerl {
        padding: 0 8px !important;
    }

    #locaCustom {
        padding: 0 8px !important;
    }

    .devamFooter {
        margin-left: 12px;
    }

    .telContSize {
        left: 0 !important;
    }
}