.banner-section-four .carousel-item {
    height: 815px;
    margin-top: -70px;
}

.banner-section-four button span {
    background: var(--theme-color1);
    color: #fff;
    width: 3em;
    height: 3em;
    line-height: 3em;
}

.modern-fixed-btns {
    position: fixed;
    left: 25px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 99999;
}

.m-btn {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 50px;
    overflow: hidden;
    /* Taşmaları gizle */
    width: 55px;
    /* Sadece ikon görünecek kadar genişlik */
    height: 55px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.m-btn .icon-box {
    min-width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
}

.m-btn .btn-text {
    white-space: nowrap;
    padding-left: 15px;
    font-weight: 700;
    font-size: 16px;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.4s ease;
}

/* Hover Durumu */
.m-btn:hover {
    width: 240px;
    /* Yazı açıldığındaki genişlik */
}

.m-btn:hover .btn-text {
    opacity: 1;
    transform: translateX(0);
}

/* Renkler */
.m-btn.whatsapp .icon-box {
    background-color: #25d366;
    color: #fff;
}

.m-btn.whatsapp:hover {
    color: #25d366;
}

.m-btn.taxi .icon-box {
    background-color: #f7c333;
    /* Taksi sarısı */
    color: #000;
}

.m-btn.taxi:hover {
    color: #333;
}

/* Mobil cihazlarda her zaman açık veya daha küçük dokunma alanı */
@media (max-width: 767px) {

    .modern-fixed-btns {
        left: 15px;
        bottom: 20px;
        gap: 10px;
        display: flex;
        justify-content: space-around;
        padding: 0 15px;
        filter: drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.1));
    }

    .m-btn {
        width: 180px;
        height: 50px;
    }

    .m-btn .btn-text {
        padding-left: 31px;
        font-size: 12px;
        opacity: 1;
    }

    .m-btn .icon-box {
        min-width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.vadi-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #141414;
    /* Arka plan rengi */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    transition: opacity 0.5s ease, visibility 0.5s;
}

.vadi-loader {
    position: relative;
    width: 80px;
    height: 80px;
}

.loader-circle {
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border: 3px solid transparent;
    border-top-color: #f7c333;
    /* Taksi Sarısı */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.taxi-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f7c333;
    font-size: 24px;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(0.9);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* Sayfa yüklendiğinde gizleme sınıfı */
.loader-hidden {
    opacity: 0;
    visibility: hidden;
}

.features-grid-outer {
    max-width: 500px;
    /* Hakkımızda metniyle hizalı durması için */
}

.modern-feature-item {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
    padding: 20px 15px;
    margin-top: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.modern-feature-item:hover {
    background: #141414;
    /* Siyah Arka Plan */
    border-color: #f7c333;
    /* Taksi Sarısı Border */
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 35px;
    height: 35px;
    background: #f7c333;
    /* Sarı ikon kutusu */
    color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 16px;
    margin-right: 12px;
    transition: all 0.3s ease;
}

.modern-feature-item:hover .feature-icon {
    background: #fff;
    color: #f7c333;
}

.feature-text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}

.modern-feature-item:hover .feature-text {
    color: #fff;
}

/* Mobil için ikon boyutlarını ve yazı boyutlarını optimize edelim */
@media (max-width: 576px) {
    .feature-text {
        font-size: 12px;
    }

    .modern-feature-item {
        padding: 10px;
    }
}

.app-section-two .btn-box .theme-btn i {
    font-size: 2.5em;
    margin-right: 10px;
    position: absolute;
    left: 5px;
    top: 20px;
}

.news-section-six .news-block-seven .content .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    /* Satır aralığına göre yükseklik ayarı */
    max-height: 4.8em;
    /* line-height * satır sayısı (1.6 * 3) */
}

/* Eğer bodyClass "error-page-active" ise header ve footer'ı gizle */
.error-page-active header,
.error-page-active footer {
    display: none !important;
}

.pagination-container {
    margin-top: 50px;
    text-align: center;
}

.modern-pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    gap: 8px;
    /* Butonlar arası boşluk */
}

.modern-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    /* Oval köşeler */
    background: #f4f4f4;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.modern-pagination li.active a {
    background: #ffbf00;
    /* Taksi Sarısı */
    color: #000;
    box-shadow: 0 4px 15px rgba(255, 191, 0, 0.3);
}

.modern-pagination li a:hover:not(.active) {
    background: #000;
    color: #fff;
    transform: translateY(-3px);
}

.modern-pagination li.prev a,
.modern-pagination li.next a {
    background: #fff;
    border: 1px solid #ddd;
}

/* Küçük ekranlar için mobilde küçültme */
@media (max-width: 768px) {
    .modern-pagination li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

#content-listing .image-box {
    width: 30%
}

#content-listing .content {
    width: 70%
}

#content-listing .service-block-three .inner-box .content {
    border: none;
}

#content-listing .service-block-three .inner-box {
    border: 1px solid #cecece;
}

/* İçerik Alanı Genel Konteyner */
.article-content-box {
    line-height: 1.8;
    font-size: 17px;
    color: #444;
    text-align: justify;
    /* Metni iki yana yaslar, daha kurumsal durur */
}

/* Başlıkların Makale İçindeki Durumu */
.article-content-box h2,
.article-content-box h3 {
    color: #222;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Paragraflar Arası Boşluk */
.article-content-box p {
    margin-bottom: 20px;
}

/* Kalın Yazılar */
.article-content-box strong {
    color: #000;
    font-weight: 600;
}

/* Alıntı (Blockquote) Tasarımı - Taksi sitesine uygun sarı detaylı */
.article-content-box blockquote {
    margin: 30px 0;
    padding: 20px 30px;
    background: #f9f9f9;
    border-left: 5px solid #ffbf00;
    /* Taksi sarısı şerit */
    font-style: italic;
    font-size: 19px;
    color: #555;
    position: relative;
}

/* Liste Öğeleri (Kurşun Noktalar) */
.article-content-box ul {
    margin-bottom: 25px;
    list-style: none;
    padding-left: 20px;
}

.article-content-box ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.article-content-box ul li::before {
    content: "\f105";
    /* FontAwesome sağ ok ikonu */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #ffbf00;
}

/* İçerik İçindeki Resimler */
.article-content-box img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.whatsapp-btn {
    background-color: #25D366;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s;
}

.whatsapp-btn:hover {
    transform: scale(1.05);
    color: #fff;
}

.contact-details .about-section .image-column .inner-column .image-2 {
    position: absolute;
    left: 38px;
    bottom: 33px;
    top: unset;
    right: unset;
}

.contact-details .container {
    padding: 20px
}

.footer-style-three .footer-top .inner-container .top-right .info-btn .phone-no:hover {
    color: #fff
}

footer .bg.bg-pattern-4 {
    filter: contrast(0.5);
}

/* Sözlük Akordiyon Özel Stilleri */
#terminologyAccordion .accordion-item {
    overflow: hidden;
    transition: all 0.3s ease;
}

#terminologyAccordion .accordion-button {
    background-color: #fff;
    color: #333;
    padding: 20px;
    font-size: 18px;
    border: none;
    box-shadow: none;
}

#terminologyAccordion .accordion-button:not(.collapsed) {
    background-color: #ffbf00;
    /* Taksi Sarısı */
    color: #000;
}

#terminologyAccordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#terminologyAccordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.term-title {
    display: block;
}

/* İçerik Yazı Stili */
.accordion-body {
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    color: #555;
    line-height: 1.7;
}

footer .copyright-text p {
    color: #c2c2c2;
}

footer .copyright-text a:hover {
    color: var(--theme-color1) !important;
}

footer .copyright-text small a {
    color: var(--theme-color1) !important;
}

footer .copyright-text small a:hover {
    color: #ffdc87 !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobil uyum için */
@media (max-width: 576px) {
    #cookie-banner {
        left: 15px !important;
        right: 15px !important;
        bottom: 15px !important;
        max-width: none !important;
    }
}

#btn-accept:hover {
    background: #e6ac00 !important;
}

#btn-reject:hover {
    background: #e0e0e0 !important;
}

/* Modalın her zaman en üstte durmasını sağlar */
.modal {
    z-index: 60 !important;
}

/* Arka plan karartmasının bir tık altta kalmasını sağlar */
.modal-backdrop {
    z-index: 50 !important;
}

.testimonial-block-four .inner-box:before {
    background-color: #404040;
}
.header-style-two.style-two{
        background-color: #404040;
}