.phone-area {
    position: relative;
    display: inline-block;
}

.phone-bg {
    width: 250px;
    display: block;
}

.phone-overlay {
    position: absolute;
    top: 50%; /* Konumu ayarlamak için bunu değiştir */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
}

.phone-overlay img {
    padding-bottom: 20px;

}

.phone-input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center; /* placeholder yatay ortalama */

}

.choose-item-img i {
    color: #000; /* siyah renk */
    font-size: 3rem; /* ikon boyutu */
}

.choose-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* içerik kutu içinde düzgün dağılsın */
    height: 100%; /* parent flex ile eşit yükseklik alacak */
    border: 1px solid #eee; /* istersen görselleştirme için */
    padding: 35px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
}

.h4_assistant-wrap {
    border-radius: 20px 0px 0px 20px;
    background: #F0F2F8;
    height: 100%;
    padding: 65px 70px 70px;
}

.h4_assistant-content p {
    color: #6A738B;
}

.h4_assistant-content-title {
    color: #000;
}

.h4_assistant-top .nav-link.active {
    color: #000;
}

.h4_assistant-top .nav-link:hover {
    color: #7D25EC;
}

.h4_assistant-top .nav-link.active:hover {
    color: #7D25EC;
}

.h4_assistant-top .nav-link {
    color: #000;
}

.custom-lang {
    position: relative;
    width: 60px;
    cursor: pointer;
}

.custom-lang .lang-selected img {
    width: 22px;
    border-radius: 3px;
}

/* Açılan liste */
.custom-lang .lang-list {
    position: absolute;
    top: 35px;
    left: 0;
    background: #fff;
    width: 120px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: none;
    z-index: 9999;
}

.custom-lang .lang-item {
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

.custom-lang .lang-item img {
    width: 22px;
}

.custom-lang .lang-item:hover {
    background: #f5f5f5;
}

.header-nav-menu ul li.menu-has-child > a::after {
    content: none;
}

.header-nav-menu ul li {
    margin-right: 25px;
}

.header-nav-menu ul li:last-child {
    margin-right: 0;
}
.h5_header-nav-menu ul li.nav-item.last-child{
    margin-right: 0 ;

}
.use-img{
    width: 250px;
    height: 140px;
    border-radius: 5px;
    object-fit: cover;
}
.h4_feature-item {
    border-radius: 14px;
    background: #F0F2F8;
    padding: 0 50px 55px;
    text-align: center;

    /* Burası önemli */
    min-height: 400px;
    display: flex;
    flex-direction: column;
}
.h5_header-logo img {
    max-width: none !important;

}
.header-logo img {
    max-width: none !important;
}
.h5_header-logo{
    width: 170px;
    max-width: none !important;
}
.h5_footer-logo{
    max-width: none !important;
    width: 230px;


}
.footer-logo img{
    max-width: none !important;
    width: 230px;
}
@media (min-width: 1201px) and (max-width: 1399px) {
    .h5_header-nav-menu ul li {
        margin-right: 25px !important;
    }
}

@media (max-width: 1200px) {
    .phone-overlay img {
        width: 90%;
    }
    .h5_header-nav-menu ul li {
        margin-right: -4px;
    }
}

@media (max-width: 992px) {
    .phone-overlay {
        width: 40%;
    }

    .phone-overlay img {
        width: 50%;
    }

    .phone-bg {
        width: 40% !important;
        max-width: 250px; /* istersen maksimum sınır */
        height: auto;
        display: block; /* auto margin çalışması için */
        margin: 0 auto; /* yatay ortalama */
    }

    .phone-input {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .phone-overlay {
        width: 30%;
    }

    .phone-overlay img {
        width: 40%;
    }

    .phone-input {
        font-size: 13px;
        padding: 8px;
    }

    .phone-bg {
        width: 40% !important;
    }

    .phone-input {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .phone-overlay {
        width: 40%;
    }

    .phone-overlay img {
        width: 60%;
    }

    .phone-bg {
        width: 50% !important;
    }

    .phone-input {
        width: 100%;
    }
}
