
@media(max-width:1563px) {
   .navbar-nav .nav-item a {font-size:14px !important;}
}
@media(max-width:1400px) {
    .testimonial-carousel .owl-nav{top: 100%;}
}

@media (max-width:768px){
    .stack-slider{
        height:420px;
    }
    .stack-card{
        width:70vw;
        height:55vh;
        max-height:400px;
    }

    .stack-card.prev,
    .stack-card.next{
        opacity:0; 
    }

    .stack-nav{
        width:38px;
        height:38px;
        font-size:16px;
    }
.stack-left{ left:5%; }
.stack-right{ left:85%; }
#Iletisim .box{width:100%!important;padding:3rem}
    #Iletisim i{font-size:1.5rem}

}
@media (max-width: 1200px) {

    #navbarMenu {
      position: absolute;
        top: -10px;
        right: 0;
        width: 100%;
        height: 100vh;

        background: rgba(0,0,0,0.95);
        z-index: 99;
        padding-top: 100px;
        overflow-y: auto;
        transition: 0.3s ease;
      
    }
    header .navbar-brand{z-index: 999 !important;position: relative;  }
    #navbarMenu .navbar-nav {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin-top: 4rem !important;
      
    }
    .navbar-toggler {
        z-index: 10000;
    }

}
@media (max-width: 992px) {

    .hygiene-section .title {
        font-size: 3rem;
    }

    .hygiene-section .subtitle {
        font-size: 1.5rem;
    }

    .hygiene-section .counters {
        flex-wrap: wrap;
    }

    .hygiene-section .counter-box {
        width: 50%;
        margin-right: 0;
        padding: 1.5rem 0;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        text-align: center;
    }

    .hygiene-section .counter-box:nth-child(odd) {
        border-right: 1px solid rgba(255,255,255,0.2);
    }

    .hygiene-section .counter-box:nth-last-child(-n+2) {
        border-bottom: none;
    }
}
@media (max-width: 576px) {

    .hygiene-section {
        padding: 60px 0;
    }

    .hygiene-section .title {
        font-size: 2.2rem;
    }

    .hygiene-section .subtitle {
        font-size: 1.2rem;
    }

    .hygiene-section .counters {
        flex-direction: column;
        align-items: center;
    }

    .hygiene-section .counter-box {
        width: 100%;
        margin: 0;
        padding: 1.2rem 0;
        border: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .hygiene-section .counter-box:last-child {
        border-bottom: none;
    }

    .hygiene-section .counter {
        font-size: 1.6rem;
    }
    .navbar-brand img {
        width: 120px !important;
    }
   #sss .float-start {
        float: none !important;
        text-align: center;
    }

    #sss .float-start img {
        display: block;
        margin: 0 auto;
    }
}