/* MOBİL HEADER */
.mobile-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 20px 12px;
    position: relative;
    z-index: 1001;
}

.mobile-logo img {
    height: 45px;
}

/* HAMBURGER */
.mobile-toggle {
    width: 28px;
    cursor: pointer;
}
.mobile-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
    transition: .3s;
}

/* OFF CANVAS MENU */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #15214c;
    z-index: 1000;
    transition: .35s ease;
    overflow-y: auto;
}
.mobile-menu.active {
    right: 0;
}

.mobile-menu-inner {
    padding: 140px 11px 40px;
}

/* MENU LIST */
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu-list li {
    position: relative;
}

.mobile-menu-list > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 0;
    font-family: "Gilroy", sans-serif;
    display: block;
}

/* SUB MENU */
.mobile-menu-list li ul {
    display: none;
    padding-left: 10px;
}
.mobile-menu-list li ul li a {
    font-size: 16px;
    opacity: .85;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    font-family: "Gilroy", sans-serif;
}

/* + ICON */
.mobile-menu-list li.menu-item-has-children > a {
    padding-right: 30px;
}
.mobile-menu-list li.menu-item-has-children::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 14px;
    color: #1ECAD3;
    font-size: 20px;
    cursor: pointer;
}

/* OFFER BUTTON */
.mobile-offer {
    text-align: center;
    margin-top: 75px;
}
.mobile-offer a {
    background: #1ECAD3;
    padding: 14px 45px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    width: 100%;
}

 



/* TOGGLE ACTIVE (X ICON) */
.mobile-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile-toggle span {
    transition: .3s ease;
}
@media (max-width: 768px) {
.item-links-footer a{
    font-size: 14px;
}
.contact-footer a{
       font-size: 14px;
}

.right-link-box .footer-head {
  
    margin-bottom: 5px;
    font-size: 18px;

}
        .number {
        font-size: 28px;
    }
    .text-s{

    }

    .flex-box-s{display: grid;margin-bottom: 30px;margin-top: -26px;}


    .item-box-s{
        
    }

    .form-home p{
        margin-top:15px;
    }
    .form-home {
    padding-bottom: 339px !important;
    margin-bottom: 11px;
    }


}
@media (max-width: 991px) {
	.side-bar-product:after {
    content: none;
    
}
	.form-home:before {
  
    width: 200px;
    height: 200px;
   
}
	body .blogSlider{
		 padding-right: 125px !important;
	}
.why-b .nonSlider {
    padding-right: 125px;
}
    .head-services ul.product-tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

/* Tüm li'ler aynı genişlik */
.head-services ul.product-tabs li{
    flex: 0 0 calc(33.333% - 8px);
    display: flex;
    justify-content: center;
}

/* Son 2 elemanı %50 genişlik yap → ortalanır */
.head-services ul.product-tabs li:nth-last-child(-n+2){
    flex: 0 0 calc(50% - 8px);
}



    .img-div h3 {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
  
}
    header:before{
          content: none;
    }
    header:after{
        content: none;
    }
    .products-group{
            padding: 25px 20px 5px;
            border-radius: 20px;
    }
    .side-bar-product .title {
    font-size: 24px;
    display: flex;
    justify-content: space-between;
}
    .products-group a{
        margin-bottom: 23px;
    }
    .products-group h3{
        margin-top: 10px;
        font-size: 14px;
    }
    .products-single{border-radius: 20px;padding: 20px;}
    .products-single::after {
    content: none;
    
}
.product-gallery-wrapper{
    gap: 15px;
}
    .side-bar-product ul li a {
    
    margin-bottom: 10px;
}
.blog-padd{
    padding-top: 35px;
}
    .products-group::after{
        content:none;
    }
    .category-products{
            margin-top: 35px;
    }
    .breadcrumb {
        justify-content: center;
    }
    .breadcrumb p{
    font-size: 11px;
    }
    .page-head-wrap h1{
        text-align:center;
        font-size: 28px;
    }
    .side-bar-product ul{
        margin-bottom: 40px;
    }
    .site-page-head{
        padding-top: 120px;
        padding-bottom: 26px;
    }
    .page-head-wrap{display: grid;justify-content: center;gap: 10px;}
    .aa-about{display: grid;gap: 10px;}
    .about-s{
    margin-right: 0;
}
    .aa-about .flex-box-s{
       
        display: none;
    }
    .cpo{
        padding: 20px 25px;
        display: grid;
        gap: 10px;
    }
    .footer-box-sec{
        padding: 30px;
        display: grid;
    }
    .left-logo-f{margin-bottom: 25px;width: 100%;}
      .left-logo-f img{
        width: 80px;
    }
    .contact-footer{

    }
    .contact-footer li{

    }
    .contact-footer a{

    }
    .right-link-box{display: grid;width: 100%;gap: 25px;}
    .right-link-box .right-link-box{

    }
    .right-link-box .right-link-box .footer-head{
        
    }
    .right-link-box .right-link-box ul{

    }
    .right-link-box .right-link-box ul li{
            
    }
    .right-link-box .right-link-box ul li a{
            
    }

    .item-box-s {
        display: flex;
        gap: 7px;
        align-items: center;
    }
    .number {
        font-size: 45px;
    }
    .text-s {
        font-size: 16px;
        line-height: 20px;
        top: -4px;
        width: 75px;
    }
    .why-b{margin-top: 0;}
    .head-right-h span {
        font-size: 16px;
        letter-spacing: 6px;
    }

    .head-form span {
        font-size: 16px;
        letter-spacing: 6px;
    }
    .head-services span{
        font-size: 16px;
        letter-spacing: 6px;
    }
    .nonSlider .swiper-slide .item-sw .head-i{
        font-size: 20px;
    }
    .nonSlider .swiper-slide .item-sw i {
        font-size: 28px;
        background: #E1F7FB;
        padding: 10px 16px;
        margin-bottom: 28px;
    }
    .enmm-page-body{
            padding-top: 35px;
    }
    .head-right-h h2 {font-size: 28px;}
    .head-form h2 {
        font-size: 28px;
    }
    .head-services h2  {font-size: 28px;margin-bottom: 24px;}

    .form-home {
        padding: 25px 20px;
        margin-top: 35px;
    }
    .head-services ul li a {
        font-size: 14px;
        padding: 20px 0;
        line-height: 0;
    }
    .head-services ul {
        display: flex;
        gap: 5px;
        margin-top: 0;
    }
    .head-right-h .icon-box a{
        padding: 5px 11px;
        font-size: 28px;
    }
    .head-right-h span:after {
        top: 5px;
        width: 55px;
        right: -64px;
    }
.ref-con p{max-width: max-content;}
    .head-services span:after {
        top: 5px;
        width: 55px;
        right: -64px;
    }
    .ref-b{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 11px;
        padding: 10px;
        margin: 15px 0;
    }
    .ref-b img{
        width: 100%;
    }

    .HeroSwiper .swiper-slide .content-slider {
        text-align: center;
    }
    .head-right-h{
        padding-left: 25px;
    }

    .f-lix {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 60px;
    }
.blog-padd aside ul{
        margin-bottom: 35px;

}
.page-aside-wrap{
    margin-top: 30px;
}
    .f-lix .left {
        width: 100%;
    }

    .f-lix .right {
        width: 100%;
        overflow: hidden;
    }
    .nonSlider .swiper-slide > *,
    .nonSlider .swiper-slide a {
        transform: none;
    }
    .left-contact-a h2 {
    font-size: 60px;
 
}
.contact-page{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 31px;
}
    .contact-kaf{
        margin: 35px 0;
    }
    .co-sub{
    }
.left-contact-a p{
        font-size: 16px;
    max-width: 100%;
}

    .nonSlider .swiper-wrapper {
        overflow: visible !important;
    }

    .why-b .right{
        width: 100%;
        padding-left: 25px;
    }
    .why-b .left {
        width: 100%;
    }
    .HeroSwiper .swiper-slide .slider-img {
        width: 100%;
    }
    .contact-single{
        display: none;
    }
    .HeroSwiper .swiper-slide .slider-img img {
        object-fit: cover;
        height: 300px;
        width: 100%;
    }
    .swiper-nav a.active-slider {
        color: #1ECAD3 !important;
    }
    .swiper-nav a{
        color: #ffffff !important;
        font-size: 16px;
        font-weight: 100;
    }
    .swiper-nav {
        margin: 10px 0 25px;
        bottom: 0;
        align-items: center;
        justify-content: center;
    }
    .swiper-nav li{
        margin-bottom:0;
    }
    .hero-bg {
        padding: 90px 0 1px;
    }
    .content-slider p {
        font-size: 14px;
        line-height: 24px;
    }
  

    .HeroSwiper .swiper-slide .content-slider .slider-h span {
        font-size: 24px;
    }

    .HeroSwiper .swiper-slide .content-slider .slider-h {
        font-size: 26px;
        line-height: 34px;
    }
    .content-slider {
        margin-bottom: 10px;
        padding-top: 40px;
    }

    .swiper-pagination {
        display: none !important;
    }

    .content-slider{
        width: 100%;
    }
    header .col-head-menu {
        display: none;
    }
    .mobile-header {
        display: flex;
        position: absolute;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff17;
    }
}


@media (max-width: 1400px) {
   .menu-ana-menu-container>ul {
   
    gap: 45px;
}

.f-lix {padding-left: calc((100vw - 1280px) / 2);}


}
@media (max-width: 1300px) {
    
   .swiper-pagination {
   
   z-index: 0 !important;
}

.swiper-nav {
  gap: 20px;
}
}
@media (max-width: 1200px) {
   .menu-ana-menu-container>ul {
   
    gap: 35px;
}
.f-lix {

    padding-left: calc((100vw - 1080px) / 2);
}


}


@media (max-width: 1050px) {
   .menu-ana-menu-container>ul {
   
    gap: 35px;
}
.f-lix {
        width: 100%;
        padding-left: calc((100vw - 980px) / 2);
}


}





@media (min-width: 992px) {
    .cat-list {
        display: block !important;
    }
    .mobile-cat-toggle i {
        display: none;
    }
}

/* MOBIL */
@media (max-width: 991px) {

.left-contact-a:after{
      content: none;
}
.hero-bg::before {
    content: none;
 
}
.head-services::after{
         content: none;
}
.flex-box-s::after{
        content: none;
}
.bef-wgy:after{
         content: none;
}

.aa-about:after{
        content: none;
}
.ref-con:after{
      content: none;
}

.hero-bg:after{
         content: none; 
}



    .cat-list {
        display: none;
        margin-top: 15px;
    }

    .side-bar-product.active .cat-list {
        display: block;
    }

    .side-bar-product.active .mobile-cat-toggle i {
        transform: rotate(45deg);
    }

    .mobile-cat-toggle i {
        transition: 0.3s ease;
        font-size: 22px;
    }
}




.quick-menu span{
    font-size: 14px;
    font-weight: 300;
}
.quick-menu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 7;
    padding: 10px 0;
    z-index: 99;
    border-radius: 12px;
    background: #1ecad3;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    transition: 0.3s;
}

.quick-menu.in-active {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}
.scroll-up-btn i{
    font-size: 30px !important;
}

.quick-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    padding: 0;
    color: #fff;
    font-family: "Gilroy", sans-serif;
    margin: 0 10px;
    border-radius: 7px;
    font-size: 14px;
    transition: 0.3s;
    position: relative
}

.quick-menu a svg * {
    stroke: #fff;
    transition: .3s
}

.quick-menu a:hover svg * {
    transition: .3s;
    stroke: #69c6ea
}

.quick-menu a:hover {
    transition: .3s;
    color: #1ecad3;
}

.quick-menu a svg {
    fill: #fff0;
    height: auto;
    width: 23px;
    stroke: #fff;
    transition: .3s
}

.quick-menu a.wp svg,.quick-menu a.get-offer svg {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
    transition: .3s
}

.quick-menu a.wp svg {
    stroke-width: .8px
}
.scroll-up-btn{
    /* padding-top: 10px !important; */
    /* padding-bottom: 6px !important; */
}
.quick-menu a+a {
    margin-top: 10px
}

.quick-menu a+a:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffffff2e;
}

.quick-menu a:hover {
    background: #fff;
}

.quick-menu a.scroll-up-btn svg {
    fill: none;
    stroke: #17191c;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    transform: rotate(-90deg);
    position: relative;
    top: 6px
}
.quick-menu i{font-size: 23px;}
@media only screen and (max-width: 767px) {
    .quick-menu {
        display:flex;
        left: 0;
        right: 0;
        bottom: -3px;
        border-radius: 0;
        padding: 7px 0
    }

    .quick-menu a+a:before {
        top: 0;
        left: -5px;
        height: 100%;
        width: 1px
    }

    .quick-menu a {
        padding: 5px 5px;
        margin: 0 5px;
        flex: 1;
        font-size: 3vw
    }

    .quick-menu a.scroll-up-btn {
        flex: none;
        padding: 0 10px
    }

    .quick-menu a+a {
        margin-top: 0
    }
}