.menu a.has-submenu:after {
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}

.language__btn:after {
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}

.banner-1 {
    background-image: url(../img/yeni55.webp);
    padding: 100px 40px;
    width: 100%
}

.banner-2 {
    align-items: center;
    background-image: url(../img/banner-2.webp);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: flex-end;
    padding: 10px;
    width: 350px
}

.banner-3 {
    background-image: url(../img/banner-3.webp)
}

.banner-4 {
    background-image: url(../img/banner-5.webp);
    padding: 30px;
    text-align: center;
    width: 100%
}

.faq__item h3:after {
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}

.breadcrumbs a:after {
    background-image: url(../img/arrow-right.svg);
    background-position: 50%;
    content: "";
    display: block;
    height: 18px;
    width: 18px
}


.sitemap__item:after {
    background-image: url(../img/arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}

/* Custom brand overrides */
body, .header, .wrapper, .sidebar, .footer, .faq__item, .app__btn, .app__btn span {
    background: #212121 !important;
}
.btn.btn-border {
    background: #3b3b3b !important;
    border-color: #3b3b3b !important;
    color: #fff !important;
}
.btn.btn-green,
.btn.btn-yellow {
    background: #ffb806 !important;
    border-color: #ffb806 !important;
    color: #000 !important;
}


/* Logo update */
.header__logo {
    display: flex;
    align-items: center;
}

.header__logo .site-logo {
    display: block;
    width: 180px !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain;
}

@media (max-width: 768px) {
    .header__logo {
        margin-top: 10px !important;
    }

    .header__logo .site-logo {
        width: 160px !important;
    }
}


/* Content image fit for inserted screenshots */
.img-text {
    display: flex;
    justify-content: center;
    margin: 18px 0;
}
.img-text img {
    display: block;
    width: 100%;
    max-width: 605px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}


/* Progressive rendering for below-the-fold content */
.content .block,
.footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 700px;
}


/* Mobile promo banner gift visibility */
.banner-4{
    background-repeat:no-repeat;
    background-position:center top;
    background-color:#178af2;
}
@media screen and (max-width:768px){
    .banner-4{
        background-size:100% auto;
        background-position:center top;
        padding-bottom:16px;
    }
}


/* Careful first-banner CTA stack */
.banner-1 .banner__cta-stack{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    max-width:320px;
}
.banner-1 .banner__title,
.banner-1 .banner__orange{
    transform:none;
    font-style:normal;
    width:auto;
    color:#fff !important;
    text-shadow:0 2px 8px rgba(0,0,0,.35);
    margin:0;
}
.banner-1 .banner__orange{
    display:inline-block;
    position:relative;
    z-index:1;
}
.banner-1 .banner__orange:before{
    background:#00CFA6;
    border-radius:15px;
    bottom:-10px;
    box-shadow:inset 2px 2px 0 0 hsla(0,0%,100%,.25);
    content:"";
    left:-10px;
    position:absolute;
    right:-15px;
    top:-10px;
    z-index:-1;
}
@media screen and (max-width:768px){
  .banner-1 .banner__cta-stack{gap:12px;max-width:220px;}
  .banner-1 .banner__title{font-size:24px;line-height:1.15;}
}


/* First banner mobile no-crop fit */
.banner-1{
    background-repeat:no-repeat;
    background-position:center top;
}
@media screen and (max-width:768px){
  .banner-1{
    background-size:100% auto;
    background-position:center top;
    padding-top:32px;
    padding-bottom:20px;
  }
}


/* Smaller first-banner text on mobile */
@media screen and (max-width:768px){
  .banner-1 .banner__title{
    font-size:20px;
    line-height:1.15;
  }
}


/* Final unified banner background fix across all devices */
.banner-4{
    background-color:#3389D9 !important;
    background-image:url(../img/banner-5.webp) !important;
    background-repeat:no-repeat !important;
    background-position:right center !important;
    background-size:cover !important;
}
@media screen and (max-width:992px){
    .banner-4{
        background-color:#3389D9 !important;
        background-image:url(../img/banner-5.webp) !important;
        background-repeat:no-repeat !important;
        background-position:85% center !important;
        background-size:cover !important;
    }
}
@media screen and (max-width:768px){
    .banner-4{
        background-color:#3389D9 !important;
        background-image:url(../img/banner-5.webp) !important;
        background-repeat:no-repeat !important;
        background-position:100% center !important;
        background-size:cover !important;
        padding:18px 14px !important;
    }
}


/* Desktop header language switcher + mobile logo sizing fix */
.header__logo {
    width: 170px;
}

.header__logo .img-text {
    margin: 0 !important;
    width: 100%;
}

.header__logo .img-text img {
    display: block;
    width: 100% !important;
    max-width: 170px !important;
    height: auto !important;
    object-fit: contain;
}

.header-language-switcher {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.header .header__wrap > .header__actions {
    align-items: center;
}

.header-language-switcher .language__btn {
    min-height: 40px;
    padding: 8px 34px 8px 10px;
}

.header-language-switcher .language__btn span {
    font-size: 13px;
    line-height: 1.1;
}

.header-language-switcher .language__dropdown {
    left: 0;
    right: auto;
}

@media screen and (min-width: 993px) {
    .sidebar__block > .sidebar__item:first-child {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .header__logo {
        width: 142px !important;
    }

    .header__logo .img-text img {
        max-width: 142px !important;
    }

    .header-language-switcher {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .header__logo {
        width: 136px !important;
        margin-top: 0 !important;
    }

    .header__logo .img-text img {
        max-width: 136px !important;
    }

    .header-language-switcher {
        display: none !important;
    }
}
