.whatsapp-button{
    position:fixed !important;
    width:60px;
    height:60px;
    bottom:20px;
    left:20px;
    right:auto;
    top:auto;
    margin:0;
    background-color:#25d366;
    color:#FFF !important;
    border-radius:50%;
    text-align:center;
    display:flex !important;
    align-items:center;
    justify-content:center;
    font-size:30px;
    z-index:1000000 !important;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
    text-decoration:none !important;
}

.whatsapp-button:hover,
.whatsapp-button:focus{
    color:#FFF !important;
    background-color:#1ebe57;
}

.whatsapp-button-icon{
    margin:0;
    line-height:1;
}

.footer-top-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}

.footer-top-row .brand-footer{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    margin-bottom:0;
}

.footer-top-row .margin-footer{
    margin-top:0;
}

.footer-langs{
    margin-top:18px;
}

.footer-langs-title{
    margin:0 0 12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0.5px;
    font-size:13px;
}

.footer-langs-list{
    list-style:none;
    margin:0;
    padding:0;
    display:inline-flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
}

.footer-langs-list li{
    margin:0;
}

.footer-langs-list a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none !important;
    font-size:13px;
    font-weight:600;
    line-height:1;
    padding:8px 14px;
    border:1px solid rgba(0,0,0,.12);
    background:#fff;
    color:#555;
    transition:background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.footer-langs-list a:hover{
    color:#333;
    border-color:rgba(0,0,0,.22);
    background:#fafafa;
}

.footer-langs-list a.active{
    background:#eb810a;
    border-color:#eb810a;
    color:#fff !important;
    box-shadow:0 2px 8px rgba(235,129,10,.35);
    pointer-events:none;
}

.footer-langs-list a.active span{
    color:#fff;
}

.footer-langs-list img{
    display:block;
    width:18px;
    height:18px;
    border-radius:2px;
    object-fit:cover;
}

.footer-langs-list a.active img{
    box-shadow:0 0 0 1px rgba(255,255,255,.35);
}

@media (max-width: 768px){
    .footer-langs{
        text-align:center;
    }

    .footer-langs-list{
        justify-content:center;
    }
}

@media (max-width: 991px){
    .footer-top-row{
        display:block;
    }

    .footer-top-row .margin-footer{
        margin-top:30px;
    }
}

.panel-heading a,
.panel-heading a:focus,
.panel-heading a:active,
.panel-heading a:hover,
.accordion-toggle,
.accordion-toggle:focus,
.accordion-toggle:active,
.accordion-toggle:hover{
    outline:none !important;
    box-shadow:none !important;
    -webkit-tap-highlight-color:transparent;
}

.contact-map iframe{
    width:100%;
    min-height:320px;
    border:0;
}

/* 404 page */
.page-404{
    padding:60px 20px 80px;
}

.page-404-code{
    font-family:'Satisfy', serif;
    font-size:8em;
    line-height:1;
    color:#eb810a;
    margin-bottom:10px;
}

.page-404-title{
    margin:0 0 15px;
}

.page-404-text{
    max-width:520px;
    margin:0 auto 30px;
    font-size:16px;
    line-height:1.6;
}

@media (max-width: 768px){
    .page-404{
        padding:40px 15px 60px;
    }

    .page-404-code{
        font-size:5.5em;
    }
}

/* SweetAlert2 - tema h2/h1 stilleriyle küçülmesini engelle */
.swal2-container{
    z-index:10000000 !important;
}

.swal2-popup{
    font-size:16px !important;
    width:32em !important;
    max-width:92vw !important;
    padding:1.75em !important;
}

.swal2-title{
    font-family:'Nunito', sans-serif !important;
    font-size:1.75em !important;
    font-weight:700 !important;
    line-height:1.3 !important;
    margin:0 0 .4em !important;
    letter-spacing:normal !important;
}

.swal2-html-container{
    font-family:'Nunito', sans-serif !important;
    font-size:1.05em !important;
    line-height:1.5 !important;
    margin:0.5em 0 0 !important;
}

.swal2-icon{
    width:5em !important;
    height:5em !important;
    margin:1em auto .5em !important;
}

.swal2-icon .swal2-icon-content{
    font-size:3.75em !important;
}

.swal2-actions{
    margin:1.25em auto 0 !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel{
    font-size:1.05em !important;
    padding:.65em 1.6em !important;
}

/* blog pagination */
#blog-container .text-center > nav {
    display: inline-block;
}

#blog-container .pagination {
    display: inline-flex;
    justify-content: center;
    float: none;
    margin: 20px 0;
}

/* blog share icons */
.blog-share-social{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:12px;
}

.blog-share-social a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    border-radius:50%;
    color:#fff !important;
    text-decoration:none !important;
    transition:opacity .2s ease, transform .2s ease;
}

.blog-share-social a:hover{
    opacity:.9;
    color:#fff !important;
    transform:translateY(-1px);
}

.blog-share-social a svg{
    width:16px;
    height:16px;
    display:block;
}

.blog-share-social .share-facebook{ background:#3b5998; }
.blog-share-social .share-x{ background:#000; }
.blog-share-social .share-linkedin{ background:#0077b5; }
.blog-share-social .share-whatsapp{ background:#25d366; }

/* home slider text — desktop */
.header-text{
    width:42% !important;
    max-width:520px;
}

.header-text h1{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    font-size:inherit;
    line-height:1.15;
    margin:0 0 12px;
    letter-spacing:0.01em;
}

.header-text .slider-title-top{
    display:block;
    font-size:2.45em;
    line-height:1.2;
    margin:0 0 22px;
    color:#fff;
}

.header-text .slider-title-mid{
    display:block;
    font-size:4.5em;
    line-height:1.15;
    margin:0 0 12px;
    color:#fff;
}

.header-p{
    font-size:17px;
    line-height:1.45;
    margin:14px 0 28px;
    max-width:420px;
}

.header-text .slider-btn-wrap{
    margin-top:30px;
}

/*
 * Mobile: do NOT override #slider height.
 * LayerSlider scales the 850px height with viewport width (like the original theme).
 * Forced heights create empty white space under the image.
 */
@media (max-width: 992px){
    .header-text{
        width:100% !important;
        max-width:none;
        margin-left:0 !important;
        margin-right:0 !important;
        text-align:center !important;
        padding:10px 20px 85px;
        box-sizing:border-box;
    }

    .header-wrapper .header-text{
        margin-top:8%;
    }

    .header-text h1{
        align-items:center;
        width:100%;
        text-align:center;
    }

    .header-text .slider-title-top,
    .header-text .slider-title-mid{
        width:100%;
        text-align:center;
    }

    .header-text .slider-title-top{
        font-size:3.2em;
        margin-bottom:12px;
    }

    .header-text .slider-title-mid{
        font-size:5.2em;
        margin-bottom:8px;
    }

    .header-p{
        font-size:20px;
        max-width:none;
        margin:8px auto 14px;
        text-align:center;
    }

    .header-text .slider-btn-wrap{
        display:block !important;
        margin-top:16px;
        text-align:center;
        position:relative;
        z-index:5;
    }

    .header-text .btn{
        font-size:16px;
        padding:10px 22px;
    }

    #slider .ls-bottom-nav-wrapper,
    #slider .ls-below-thumbnails{
        bottom:28px !important;
        z-index:100001 !important;
        visibility:visible !important;
        opacity:1 !important;
        left:0 !important;
        right:0 !important;
        width:100% !important;
        text-align:center !important;
    }

    #slider .ls-bottom-slidebuttons,
    #slider .ls-bottom-slidebuttons a{
        visibility:visible !important;
        opacity:1 !important;
    }
}

@media (max-width: 768px){
    .header-wrapper .header-text{
        margin-top:7%;
        padding:8px 16px 95px;
    }

    .header-text .slider-title-top{
        font-size:3.5em;
        margin-bottom:10px;
    }

    .header-text .slider-title-mid{
        font-size:5.6em;
        margin-bottom:6px;
    }

    .header-p{
        font-size:22px;
        line-height:1.3;
        margin:6px auto 12px;
    }

    .header-text .slider-btn-wrap{
        display:block !important;
        margin-top:14px;
    }

    .header-text .btn{
        font-size:18px;
        padding:10px 24px;
    }

    #slider .ls-bottom-nav-wrapper,
    #slider .ls-below-thumbnails{
        bottom:24px !important;
        z-index:100001 !important;
    }
}

@media (max-width: 480px){
    .header-wrapper .header-text{
        margin-top:6%;
        padding:6px 14px 100px;
    }

    .header-text .slider-title-top{
        font-size:3.6em;
        margin-bottom:8px;
    }

    .header-text .slider-title-mid{
        font-size:5.8em;
        margin-bottom:4px;
    }

    .header-p{
        font-size:22px;
        margin:4px auto 10px;
    }

    .header-text .slider-btn-wrap{
        display:block !important;
        margin-top:12px;
    }

    .header-text .btn{
        font-size:18px;
        padding:10px 22px;
    }

    #slider .ls-bottom-nav-wrapper,
    #slider .ls-below-thumbnails{
        bottom:20px !important;
        z-index:100001 !important;
    }
}
