.single-testimonial-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    max-width: 350px; /* Kutuların maksimum genişliği */
    height: 500px; /* Yükseklik artırıldı */
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.single-testimonial-carousel .content {
    flex-grow: 1;
    overflow-y: auto; /* İçerik taşarsa dikey kaydırma çubuğu */
    max-height: 380px; /* İçeriğin taşmasını önler, artırıldı */
    padding-right: 10px; /* Kaydırma çubuğu kenarlara yapışmasın */
}

.single-testimonial-carousel .avatar {
    width: 80px; /* Avatarı biraz büyüttüm, isteğe bağlı */
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}

.single-testimonial-carousel .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Scroll çubuğunu daha ince ve şık yap */
.single-testimonial-carousel .content::-webkit-scrollbar {
    width: 6px;
}

.single-testimonial-carousel .content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.single-testimonial-carousel .content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}
    
.accordion {
    margin-bottom: 40px; /* Akordeon sonrası boşluk */
}

.accordion-item {
    border: none;
    background: transparent;
}

/* Kapalı buton */
.accordion-button {
    font-size: 17px; /* Hafif küçültülmüş modern font */
    font-weight: 600;
    text-align: left;
    background: #fff;
    color: #333;
    padding: 12px 16px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.3) !important; /* Daha ince ve soft siyah çizgi */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); /* Hafif soft gölge */
}

/* Açılırken mavi çizgi olmaması için */
.accordion-button:focus {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.3) !important; /* Soft siyah sınır */
}

/* Açık buton */
.accordion-button:not(.collapsed) {
    background: #FEF6F8;
    color: black !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: rgba(0, 0, 0, 0.3) !important; /* Açıldığında da soft siyah */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Yumuşak gölge */
    transform: translateY(-0.5px); /* Çok hafif yukarı kalkma efekti */
}

/* Akordeon içeriği */
.accordion-body {
    font-size: 16px;
    text-align: left;
    color: #333;
    padding: 12px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04); /* Hafif iç gölge */
}

/* Açılır ok simgesi */
.accordion-button::after {
    filter: brightness(0.3); /* Siyah ama yumuşak görünüm */
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

/* Açıldığında ok simgesi */
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

/* Akordeon geçiş animasyonu */
.accordion-collapse {
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

/* Açıldığında içeriğin yumuşakça belirginleşmesi */
.accordion-collapse.show {
    opacity: 1;
}

.directions-btn {
    display: inline-block;
    width: 100%; /* Tam genişlik */
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff; /* Yazı rengi beyaz */
    background: rgb(248, 23, 129); /* Yeni buton rengi */
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin-top: 15px; /* Adres ile buton arasında boşluk */
    border: none;
}

/* Konum ikonunu farklı renge çevir */
.directions-btn i {
    color: #FFD1E3; /* Açık pembe ikon */
    margin-right: 8px; /* İkon ile yazı arasında boşluk */
    font-size: 18px;
}

/* Hover efekti (daha koyu pembe ton) */
.directions-btn:hover {
    background: rgb(220, 20, 115); /* Hafif koyulaşmış versiyon */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); /* Hafif yukarı kalkma efekti */
}


.mypage-alo-phone {
    position: fixed;
    bottom: 130px;
    left: 0;
}
.mypage-alo-phone {
    z-index: 999;
}
@media only screen and (max-width: 576px) {
    .mypage-alo-phone {
        display: none !important;
    }
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    opacity: 0.5;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -ms-transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.4 !important;
}
.mypage-alo-ph-circle,
.mypage-alo-phone:hover .mypage-alo-ph-circle {
    border-color: #43b91e;
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: url(../../assets/img/icon/wtsp.png) center center no-repeat rgba(30, 30, 30, 0.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 100%;
}
.mypage-alo-ph-circle-fill,
.mypage-alo-ph-img-circle,
.mypage-alo-phone:hover .mypage-alo-ph-circle-fill,
.mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .col-3 {
        max-width: 50%;
        flex: 0 0 50%;
        padding-right: 0px;
        padding-left: 0px;
    }
}


.icons {
    font-size: 30px;
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    color: #000;
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 20px; /* Sağdan ve soldan küçük pay bırakmak için */
    }
}

.footer__mobile-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #11161b;
    height: 48px;
    z-index: 3;
    display: none
}

@media screen and (max-width: 912px) {
    .footer__mobile-sticky {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__mobile-whatsapp {
    background: linear-gradient(103deg,#dacba1 10.58%,#bead7e 85.07%);
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__mobile-whatsapp:last-child {
    background: linear-gradient(232deg,#0cc144 10.58%,#2b964d 85.07%)
}

.footer__mobile-whatsapp a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    gap: 15px;
    font-size: .813rem
}

.footer__mobile-whatsapp a img {
    width: 25px
}

.footer__mobile-call-now {
    width: 50%;
    height: 100%;
    background-color: #de6fa1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__mobile-call-now a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    gap: 15px;
    font-size: .813rem
}

@media screen and (max-width: 767px) {
    [lang=de] .footer__mobile-whatsapp a,[lang=ar] .footer__mobile-whatsapp a,[dir=rtl] .footer__mobile-call-now a,[lang=ru] .footer__mobile-whatsapp a,[lang=ru] .footer__mobile-call-now a {
        gap:7px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    [lang=ar] .footer__mobile-whatsapp a,[dir=rtl] .footer__mobile-call-now a,[lang=ru] .footer__mobile-whatsapp a,[lang=ru] .footer__mobile-call-now a span {
        width: 70%;
        line-height: 1
    }

    [lang=de] .footer__mobile-whatsapp a {
        padding: 0 10px;
        line-height: 1
    }
}

.footer__mobile-call-now a img {
    width: 25px
}




