﻿
@font-face {
    font-family: 'zalandosans-regular';
    src: url('../fonts/zalandosans-regular.ttf') format('truetype');
}
/*Site Font*/
@font-face {
    font-family: 'ZalandoSans';
    src: url('../fonts/zalandosans-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ZalandoSans';
    src: url('../fonts/zalandosans-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'zalandosans-medium';
    src: url('../fonts/zalandosans-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'ZalandoSans';
    src: url('../fonts/zalandosans-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'zalandosanssemiexpanded-semibold';
    src: url('../fonts/zalandosanssemiexpanded-semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'ZalandoSansSemiExpanded';
    src: url('../fonts/zalandosanssemiexpanded-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'zalandosans-semibold';
    src: url('../fonts/zalandosans-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'ZalandoSansSemiExpanded';
    src: url('../fonts/zalandosanssemiexpanded-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ZalandoSansSemiExpanded';
    src: url('../fonts/zalandosanssemiexpanded-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'zalandosans-semibold';
    src: url('../fonts/zalandosans-semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'zalandosanssemiexpanded-bold';
    src: url('../fonts/zalandosanssemiexpanded-bold.ttf') format('truetype');
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
    padding-top: 12rem;
    font-family: 'zalandosans-regular', sans-serif;
}

h3 {
    letter-spacing: -2px;
    font-family: 'zalandosans-semibold', sans-serif;
}
p {
    letter-spacing: -1px;
    font-family: 'zalandosans-regular', sans-serif;
}
.sozlesmelerDiv {
    border-radius: 20px;
    padding: .75rem;
}
    .sozlesmelerDiv p{
        font-size:13px !important;
    }
    .sozlemelerBaslik {
        color: #B72830;
        font-size: 30px;
        font-weight: 600;
    }
.btn_sozlemler {
    background-color: #B72830;
    color: white;
    border-radius: 20px;
    border: 1px solid #E44F57;
}
    .btn_sozlemler:hover {
        color: white;
        background-color: #792328;
    }
    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #b72830;
        outline: 0;
        box-shadow: 0 0 0 .25rem #b7283000 !important;
    }

.form-select:focus {
    border-color: #b72830;
    outline: 0;
    box-shadow: 0 0 0 .25rem #b7283000 !important;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
    align-items: center;
}

.navbarfont {
    color: rgba(0, 0, 0, .55) !important;
    font-family: 'zalandosans-medium', sans-serif;
    margin: 0 10px;
    white-space: nowrap;
}
.navbarfont:hover {
        color: #B72830 !important;
}

    .navbarfont:focus {
        border: 1px solid #B72830 !important;
        border-radius:20px;
    }
    
    .navbar-toggler {
        display: none; 
    }
.navbarfont::after{
    display:none !important;
}
.dropdown-menu {
    border: 0px solid white;
    box-shadow: rgb(0 0 0 / 11%) 7px 6px 6px !important;
    border-radius: 20px !important;
    padding: .5rem .5rem !important;
}
.dropdown-item:hover {
    background-color: #fff !important;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0) !important;
}
.btn_bayi_giris {
    background-color: #B72830 !important;
    color: white !important;
    font-family: 'zalandosans-medium', sans-serif;
    margin: 0 10px;
    white-space: nowrap;
    border-radius: 21px;
    border: 2px solid #E44F57;
}
.navbarNumber {
    color: #B72830 !important;
    font-family: 'zalandosans-medium', sans-serif;
    margin: 0 10px;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px !important;
    border-radius: 21px;
}

.navbar-ayar {
    background-color: #fffffff0 !important;
    height: 90px !important;

}

@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column; 
        width: 100%;
    }

    .navbar-toggler {
        display: block; 
    }

    .navbar-collapse.collapse {
        display: none; 
    }

        .navbar-collapse.collapse.show {
            display: flex; 
            flex-direction: column;
            gap: 10px;
        }

    .nav-link.navbarfont {
        margin: 5px 0;
        color: #5D5D5D !important;
        font-size: 20px;
        font-weight: 500;
    }
    
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

.border-end-css {
    border-right: 1px solid #d1d1d187 !important
}

/*Footer*/
.footerbackground {
    background-color: #B72830 !important;
    color: white !important;
    border-radius: 15px;
    padding: 24px;
}
 .footerbackground a {
    line-height: 34px !important;
}
.footerNew {
    width: 100%;
    white-space: nowrap;
    line-height: 35px;
}
.footerNew a {
    color: rgba(255, 255, 255, 0.75) !important;
    }
.footerpadding {
    padding: 0px 20px 0px 20px !important;
    border-top: 0px solid #ffff !important;
}
.sozlemeler p {
    color: rgba(255, 255, 255, 0.75) !important;
}
.FooterEndFont {
    color: rgba(255, 255, 255, 0.75) !important;
}
.sayfabaslik {
    font-size: 60px;
    font-family: 'zalandosanssemiexpanded-bold', sans-serif;
    color: #171717;
}
.sayfa-text {
    color: #4F4F4F;
    font-family: 'zalandosans-regular', sans-serif;
}

/*Anasayfa*/
.anasayfaButton1 {
    color: rgba(255, 255, 255, 0.75) !important;
    background-color: #B72830 !important;
    font-family: 'ZalandoSans', sans-serif;
    font-weight: 500;
    margin: 0 10px;
    white-space: nowrap;
    border-radius: 21px;
    border: 2px solid #E44F57;
}
.Slogan1 {
    color: #171717;
}
.AnaSayfaBaslik1 {
    color: #6D6D6D !important;
}
.marginAyar1 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.anaSayfaHizmetlerCard {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    height:35rem;
    overflow: hidden;

}

.anaSayfaHizmetlerCard12 {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    height:37rem;
    overflow: hidden;
}
.anaSayfaHizmetlerMiniCard {
    border: 1px solid #e4e4e4;
    border-radius: 11px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.anaSayfaHizmetlerCard2 {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    height: 18rem;
    overflow: hidden;
}
.anaSayfaIllerCard {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.anaSayfaImageCard {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.SirketDetayCard {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.anaSayfaHizmetlerIslem {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.font-gri1 {
    color: #5D5D5D;
}
.font-gri2 {
    color: #171717;
}

.anaSayfaHizmetlerSSS {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.hakkimizdaDegerlerCard {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 2rem !important;
}
.hakkimizdaHizmetlerCard {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
    .hakkimizdaHizmetlerCard .sayfa-text{

    }

    .sssWidth {
        width: 75% !important;
    }
.HakkimizdaCard {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.misyonVizyonBaslik{
    font-size:2rem;
}
.degerlerimizBaslik {
    font-size: 2.5rem;
}
.bayilerCard {
    border: 1px solid #e4e4e4;
    border-radius: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.intro-img {
    max-width: 150px; /* genişliğini sınırla */
    height: auto; /* oranını koru */
    margin-bottom: 20px; /* aşağı boşluk */
}
.anasayfaSloGanKirmizi {
    color: #B72830;
}
.anasayfaSloGanKirmizi label {
    color: #171717 !important;
}
.btn_anasayfa_bize_ulas {
    color: #B72830;
    background-color: white;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
}
.anasayfaBayiSayi {
    color: #4F4F4F;
    font-size: 19px;
    font-family: 'zalandosans-medium', sans-serif;
}

.anasayfaGriNokta {
    background-color: #D1D1D1;
    border-radius:50%;
    width:7px !important;
    height:7px !important;
    text-align:end;
}

.anasayfa_iller {
    font-size: 25px;
    font-family: 'zalandosans-semibold';
}
.anasayfa_sss {
    color: #6D6D6D;
    letter-spacing: -2px;
    font-size: 40px;
    font-family: 'zalandosanssemiexpanded-semibold';
}
.site-info {
    font-size: 56px;
    font-family: 'zalandosanssemiexpanded-bold', sans-serif;
    letter-spacing: -2px;
    margin-bottom: -0.5rem !important;
}

.btn_anasayfa_bizeulasin {
    font-family: 'zalandosans-medium', sans-serif;
    color: #B72830 !important;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
}

/* Bootstrap default arrow'u kaldır */
.accordion-button::after {
    display: none !important;
}

/* Button focus state */
.accordion-button:focus {
    z-index: 3;
    border-color: #B72830 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem white !important;
    border-radius: 20px;
    color: #B72830 !important;
}

/* İlk item radius */
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

/* Normal text */
.acordion-text {
    color: #4F4F4F !important;
    font-family: 'zalandosans-regular', sans-serif;
}

/* Default accordion button style */
.accordion-button {
    background-color: #fff;
    color: #222;
    border: 1px solid #e4e4e4 !important;
    border-radius: 20px;
}

    /* Hover text + icon */
    .accordion-button:hover {
        color: #c70000;
    }

        .accordion-button:hover .icon-toggle {
            color: #c70000;
        }

/* Accordion item border + hover state */
.accordion-item {
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px #e4e4e4 inset;
}
   

/* Tüm button hover ve açılma geçişlerini kaldır */
    .accordion-item,
    .accordion-item:hover,
    .accordion-item:focus,
    .accordion-item:active,
    .accordion-item:not(.collapsed) {
        transition: none !important; /* hareketi kapat */
        box-shadow: none !important; /* gölgeyi sabitle */
        transform: none !important; /* olası dönüşleri kaldır */
    }
    .accordion-button:hover {
        border: 1px solid #D1D1D1 !important; /* hover border */
        border-radius: 20px; /* hafif radius isteğe göre */
        box-shadow: none !important; /* gölge kapalı */
        transition: none !important; /* hareket kapalı */
    }
.accordion-button:focus {
    border-radius: 20px;
}
/* Icon rotate sabit, ama transition kapalı */
.accordion-button .icon-toggle {
    transition: none !important;
}

        .accordion-button:hover .icon-toggle {
            color: inherit !important;
        }

/* Icon style */
.icon-toggle {
    font-size: 1.7rem;
    color: #555;
    transition: transform 0.25s ease, color 0.25s ease;
}

/* Açılan başlığın ikonu */
.accordion-button:not(.collapsed) .icon-toggle {
    transform: rotate(45deg);
    color: #B72830 !important;
}

/* AÇILAN accordion header style — BURASI EN KRİTİK KISIM */
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #B72830 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
    border-radius: 20px;
    border-bottom: 1px solid #ddd !important;
}

    /* AÇILAN accordion text rengi */
    .accordion-button:not(.collapsed) .acordion-text {
        color: #B72830 !important;
    }

.hizmetlerBaslik1 {
    font-family: 'zalandosanssemiexpanded-bold', sans-serif;
    color: #B72830;
}
.hizmetlerBaslik2 {
    font-family: 'zalandosanssemiexpanded-bold', sans-serif;
    color: #28A1B7;
}
.hizmetlerBaslik3 {
    font-family: 'zalandosanssemiexpanded-bold', sans-serif;
    color: #171717;
}
.arizadanDusme {
    color: #5D5D5D;
    font-family: 'zalandosans-medium', sans-serif;
    border: 1px solid #D1D1D1;
    border-radius:20px;
    font-size13px;
}
.hizmetlerAciklama{
    font-size:16px;
}

.anasayfa_hizmetler {
    font-size: 40px;
    font-family: 'ZalandoSansSemiExpanded', sans-serif;
    font-weight: 500;
}
.info-section {
    text-align: center;
    margin: 20px 0;
}

.info-item {
    margin: 0 15px;
    color: #6c757d;
}
.info-item i {
        margin-right: 5px;
    }

.textcolor700Gri {
    color: #4F4F4F;
}
.textcolor500Gri {
    color: #6D6D6D;
}
h2 {
    font-size: 45px;
    font-family: 'zalandosanssemiexpanded-bold', sans-serif;
    letter-spacing: -2px;
}
.textcolorRed {
    color: #B72830;
}
.hakkimizdaSloganDiv {
    display: flex;
    flex-direction: column;
    padding: 0rem !important;
}

    .hakkimizdaSloganDiv img {
        margin-bottom: 0.5rem; /* ikonla metin arasında mesafe */
    }

    .hakkimizdaSloganDiv p {
        text-align: left !important;
        width: 100%; /* sola yaslanması için genişlik gerekli */
        margin: 0; /* istersen satır aralarını sıkılaştırır */
    }
.hakkimizdaSlogan {
    font-family: 'zalandosans-semibold', sans-serif;
    color: #171717;
    font-size: 25px;
}

.hakkimizdaIkonSvg {
    max-width: 44%;
    height: auto;
}
.btn_bayiler_yol_tarif {
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    color: #B72830;
}
.btn_bayiler_yol_tarif:hover {
    color: #B72830;
}
    .btn_bayiler_yol_tarif:active {
        color: #B72830;
        border: 1px solid #B72830;
        border-radius: 20px;
    }

        .btn_bayiler_yol_tarif:focus, .btn_bayiler_yol_tarif:active:focus {
            box-shadow: white 0px 0px 0px 0.1rem, rgb(183 40 48 / 13%) 0px 0px 0px 0.25rem !important;
        }

.btn_gonder {
    background-color: #B72830;
    font-family: 'zalandosans-medium', sans-serif;
    font-size: 20px;
    color: white;
    width: 100%;
    border-radius: 25px;
    border: 3px solid #b72830;
}
    .btn_gonder:hover {
        background-color: #792328;
        color: white;
    }
    .btn_gonder:focus {
        outline: 0;
        background-color: black;
        box-shadow: 0 0 0 .25rem black !important;
        border: 3px solid #e4e4e4;
    }
#map {
        height: 280px;
        width: 100%;
        border-radius: 10px;
    }

.user-card {
    background: white;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    max-width: 400px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.loading {
    color: #666;
    font-style: italic;
}
.accordion-body {
    text-align: start !important;
}

/*Bayiler CSS*/
.bayiAcikAdres {
    display: inline-block; 
    white-space: normal; 
    word-break: break-word; 
    vertical-align: middle; 
    margin-left:7px;
}
.bayiSehir {
    font-size: 20px;
    font-family: 'ZalandoSans', sans-serif;
    font-weight: 600;
}

/*BayilikBasvuru*/
.site-input {
    border: 1px solid #E7E7E7;
    border-radius: 25px;
    height: 3.5rem;
    margin-bottom: 1rem;
    font-size: 15px;
    color: #5D5D5D !important;
    font-family: 'ZalandoSans', sans-serif;
    font-weight: 400;
}
.site-input:hover {
    border: 1px solid #B0B0B0;
    border-radius: 25px;
}
    .site-input:focus {
        border: 1px solid #B72830;
        border-radius: 25px;
    }

.site-text-area {
    border: 1px solid #e4e4e4;
    border-radius: 25px;
    height: 6.5rem;
    margin-bottom: 1rem;
    font-size: 15px;
    color: #5D5D5D !important;
    font-family: 'ZalandoSans', sans-serif;
    font-weight: 400;
    padding-left: 1rem;
    padding-top: 1rem;
}

    .site-text-area:focus {
        border: 1px solid #B72830;
        border-radius: 25px;
    }


.form-check-site-basvuru {
    text-align: center
}
.form-check-input:hover {
    border-color: #B72830;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(183, 40, 48, .25);
}

/* Checkbox işaretlendiğinde */
.form-check-input:checked {
    background-color: #B72830 !important; /* Arka plan kırmızı */
    border-color: #B72830;
}

    /* İşaret simgesi (check işareti) */
    .form-check-input:checked::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 6px;
        width: 4px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        background-color: #B72830 !important;
    }
.form-check-input:focus {
    border-color: #B72830;
    outline: 0;
    box-shadow: 0 0 0 .01rem #B72830;
}
.site-basvuru-check label {
    font-size: 16px;
    color: #888888 !important;
    font-family: 'ZalandoSans', sans-serif;
    font-weight: 500;
}
.site-basvuru-check .form-check-input {
    background-color: #E7E7E7;
    border-radius: 30% !important;
    font-size:18px;
    margin-right:5px;

}
.hizmet-ikon {
    padding: 7px;
    border-radius: 20px;
    font-size: 25px;
}

.hizmetlerBaslik {
    font-size: 17px;
    color: #5D5D5D;
    font-family: 'zalandosans-regular', sans-serif;
}
.hizmetleraylik {
    color: #171717;
    font-family: 'zalandosans-semibold', sans-serif;
}
.hizmetlimitDB {
    color: #171717;
    font-family: 'zalandosans-medium', sans-serif;
}

/***************************/
/* Modern minimal tema */
.swal2-popup {
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
    border: none !important;
}

.swal2-title {
    font-family: 'ZalandoSans', sans-serif !important;
    font-weight: 700 !important;
    color: #5D5D5D !important;
    margin-bottom: 10px !important;
}

.swal2-html-container {
    font-family: 'ZalandoSans', sans-serif !important;
    color: #5D5D5D !important;
    line-height: 1.6 !important;
}

.swal2-confirm,
.swal2-cancel {
    border-radius: 15px !important;
    padding: 10px 24px !important;
    font-weight: 500 !important;
    border: none !important;
    transition: all 0.2s ease !important;
}

.swal2-confirm {
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;*/
    border-radius:20px !important;
    background-color: #B72830;
}

.swal2-cancel {
    background: #e0e0e0 !important;
    color: #5D5D5D !important;
}

    .swal2-cancel:hover {
        background: #d0d0d0 !important;
    }
#swal2-html-container {
    padding: .5em 1em .3em !important;
}
.mobilAnasayfa {
    display: none !important;
}
.webAnasayfa {
    display: block !important;
}
.webAnasayfaFlex {
    display: flex !important;
}
.font-regular {
    font-family: 'zalandosans-regular', sans-serif;
}
.font-medium {
    font-family: 'zalandosans-medium', sans-serif;
}
.font-semibold {
    font-family: 'zalandosanssemiexpanded-bold', sans-serif;
}
/* Kutu (tasarımda soldan boşluklu yatay bar) */
.info-strip {
    display: flex;
    align-items: center;
    justify-content: center; /* ortala */
    gap: var(--gap);
    width: 100%;
    max-width: 880px; /* örnek */
    margin: 20px auto;
    padding: 6px 14px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
     border-bottom-right-radius: 20px; 
    border-bottom-left-radius: 20px; 
}

.info-list {
    display: flex;
    align-items: center;
    gap: var(--gap);
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: var(--fontsize);
    color: var(--muted);
}


.info-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    white-space: nowrap;
    letter-spacing: 0.01em; /* hafif sıkıştırma */
}


    /* Ara nokta: son öğe hariç her itemin sağında küçük nokta */
    .info-item:not(:last-child)::after {
        content: "";
        width: 6px;
        height: 6px;
        background: #D1D1D1;
        border-radius: 50%;
        display: inline-block;
        margin-left: var(--gap);
        transform: translateY(-1px);
        margin-left: 1rem;
    }


.icon {
    font-size: var(--icon-size);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.px5-web {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}



/* ufak ekranlarda sıkışmaması için */
@media(max-width:520px) {
    .info-strip {
        padding: 6px 8px
    }

    .info-list {
        gap: 16px;
        font-size: 13px
    }

    .info-item:not(:last-child)::after {
        margin-left: 12px
    }
}
.footerIletisimfont {
    font-family: 'zalandosans-semibold', sans-serif;
    
}

/*Responsive-Mobile*/

@media (max-width: 768px) {

    .px5-web {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .navbarfont:focus {
        border: 0px solid #fff !important;
    }
    /* Varsayılan bootstrap ikonunu iptal et */
    .navbar-toggler .navbar-toggler-icon {
        background-image: none !important;
    }
    .navbar-light .navbar-toggler {
        border-color: rgba(0, 0, 0, 0) !important;
    }
    /* Sağdaki ok */
    .dropdown-icon {
        width: 10px;
        height: 10px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(45deg);
        transition: 0.3s ease;
        display: inline-block;
    }
    .footerIletisimfont {
        font-family: 'zalandosans-medium', sans-serif !important;
    }

    .mbl-start{
        display:flex;
        justify-content:start;
    }
    .mbl-end {
        display: flex;
        justify-content: start;
    }

    /* Menü AÇIKKEN ikon yukarı dönsün */
    .dropdown.show .dropdown-icon {
        transform: rotate(-135deg);
    }

    /* İki çizgi olan özel icon */
    .custom-toggler {
        width: 24px;
        height: 20px;
        position: relative;
        display: inline-block;
        transition: 0.3s ease;
    }

        .custom-toggler::before,
        .custom-toggler::after {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #4F4F4F;
            border-radius: 2px;
            transition: 0.3s ease;
        }

        .custom-toggler::before {
            top: 4px;
        }

        .custom-toggler::after {
            bottom: 4px;
        }
    .navbar-toggler:not(.collapsed) .custom-toggler::before {
        transform: rotate(45deg);
        top: 9px;
        background-color: #B72830; /* X rengini kırmızı yaptık */
    }

    .navbar-toggler:not(.collapsed) .custom-toggler::after {
        transform: rotate(-45deg);
        bottom: 9px;
        background-color: #B72830; /* X rengini kırmızı yaptık */
    }
    p {
        font-size: 16px !important;
    }
    h3{
        font-size:26px !important;
    }
    h2 {
        font-size: 32px;
    }
    .footer_mobil_bottom {
        border-block-end: 1px solid rgba(255, 255, 255, 0.75);
    }
    .footerpadding {
        padding: 0px 2px 0px 2px !important;
    }
    .navbar-collapse {
        background-color: #ffffffe8;
        padding: 1rem
    }
    .navbar-son{
        display:inline-block;
    }
        .navbar-son .nav-link{
            display:inline !important;
        }
        .anaSayfaHizmetlerCard {
            height: auto; /* telefonlarda içerik kadar büyüsün */
        }

    .navbar-toggler:focus {
       box-shadow: 0 0 0 0rem !important; 
    }
    .anasayfaimagembl {
        width: 100%;
    }
    .anasayfaGriNokta{
        display:none;
    }
    .anasayfa_hizmetler{
        font-weight:600;
    }
    .mobilAnasayfa{
        display:block !important;
    }
    .webAnasayfa {
        display: none !important;
    }
    .webAnasayfaFlex{
        display:none !important;
    }

    .mbl-pb1 {
        padding-bottom: .25rem;
    }
    .mbl-pb2 {
        padding-bottom: 2rem;
    }
    .mbl-pb3 {
        padding-bottom: .5rem;
    }
    .mbl-ps1 {
        padding-left: 1.5rem !important;
    }
    .mbl-pt1 {
        padding-top: 1.5rem !important;
    }
    .mbl-mt-1{
        margin-top:2.5rem !important;
    }
    .mbl-mb-1 {
        margin-bottom: 1rem !important;
    }
    .menu-left {
        text-align: left !important;
        justify-content: flex-start !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        float: left !important;
    }

    .navbarNumber {
        margin: 0px 0px;
        font-size: 18px;
        padding: .8rem 0.7rem 0.8rem !important;
    }
    .btn_bayi_giris {
        padding: .7rem 0.7rem .5rem !important;
        font-size: 15px;
    }
   
   .dropdown-toggle::after {
        display: none !important;
        display:inline-flex;
        justify-content:end;
        justify-items:end;
        text-align:end;

    }
    .navbarfont:focus {
        border: 1px solid rgba(0, 0, 0, 0) !important;
    }

    .dropdown-menu {
        border: 0px solid white;
        box-shadow: #fff 0px 0px 0px !important;
        padding: 0rem 0rem !important;
    }
        .dropdown-menu .navbarfont {
            margin: 0px 0px;
            font-size:20px;
        }

    .custom-dropdown-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .dropdown-arrow-icon {
        margin-left: auto;
        font-size:30px;
    }
    .dropdown-menu {
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        pointer-events: none;
    }

        .dropdown-menu.show {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }
    /* Dropdown açıldığında ikon yukarı baksın ve kırmızı olsun */
    .custom-dropdown-btn[aria-expanded="true"] .dropdown-arrow-icon {
        transform: rotate(180deg);
        color: #B72830;
    }

    /* Smooth geçiş için transition ekle */
    .dropdown-arrow-icon {
        transition: transform 0.3s ease, color 0.3s ease;
    }
    .info-item {
        padding-top:0rem !important;
        font-size: 16px;
    }
    .anasayfaButton1 {
        font-size: 20px;
        margin-bottom:2rem !important;
    }
    .btn_anasayfa_bizeulasin {
        width: 9rem;
        font-size: 16px;
    }
    .sssWidth {
        width: 100% !important;
    }
    .site-info {
        font-size: 38px !important;
    }
    .info-list {
        flex-direction: column;
        gap: 12px;
    }

    .info-item:not(:last-child)::after {
        display: none;
    }
    .info-strip {
        padding: 6px 8px
    }

    .info-list {
        gap: 16px;
        font-size: 13px
    }

    .info-item:not(:last-child)::after {
        margin-left: 12px
    }
    .anasayfa_sss {
        font-size: 33px !important;
    }
    .acordion-text {
        font-size: 14px;
    }
    .sayfabaslik {
        font-size: 32px;
    }

    .intro-img {
        max-width: 165px !important;
        margin-bottom: 0px !important;
    }
    .hizmetlermbl h3 {
        font-size: 35px !important;
    }
    .hizmetlermbl .hizmetleraylik {
        font-size:25px !important;
    }
    .hizmetlermbl .hizmetlerBaslik {
        font-size: 21px;
    }
}

