.cases-slider figcaption .title a{
    color: var(--primary-color) !important;
    font-size: 24px !important;
    font-weight: 400 !important;
}

@media only screen and (min-width: 1200px) {
    .testimonials-primary-slider .slider-item {
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media only screen and (min-width: 1200px) {
    .cases-slider-holder {
        width: calc(100%) !important;
    }
}

.button.button--filled.ylw span{
    background-color: var(--secondary-color);
}
.button.button--filled.ylw::before{
    background-color: var(--primary-color);
}

.cases-slider-holder.cs2 .slick-dots{
    margin: 0 !important;
}

.header--style-3 .top {
    padding: 15px 65px !important;
}
.main-menu>li:not(:last-of-type) {
    margin-right: 28px !important;
}
.main-menu{
    gap:25px !important;
}

.promo--style-3 .video-block
{
    z-index:9;
}

.refImgs{
    width: 100%;
    height: 100%;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    border-radius: 4px;
}

.product-item.product-item--primary .img-holder {
    border: 3px solid #e5f0f4 !important;
    border-radius: 8px;
}

.cases-slider2 .slick-slide {
    /* margin: 0 15px; */
}

.info-box {
    border-radius: 20px;
    border: 4px solid #e5f0f4;
}
.info-box__img{
    /* height:400px; */
    /* height: 100%; */
    height: 250px !important;
    width: 100%;
}
.info-box__description{
    position:relative!important;
}
.info-box__img img{
    height: 100% !important;
    object-fit: cover;
}

.info-box:hover .info-box__img::before {
    background: transparent !important;
}
.info-box__img::before{
    background: transparent !important;
}

.cooperation-dots{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/*HEADER START*/
/* Scroll olmadığında (default durum) */
.header--style-3 {
    position: absolute !important;
    padding-top: 20px !important;
}

#cp.container-fluid {
    border: none !important;
    background: transparent !important;
}

.top {
    border: none !important;
    background: transparent !important;
}

.header--style-3 .top .logo-block .logo img{
    height: 50px;
}

/* Scroll olduğunda (scrolled sınıfı aktif) */
.header--style-3.scrolled {
    position: fixed !important;
    padding-top: 0 !important;
}

.header--style-3.scrolled #cp {
    border: 1px solid #44a9c61a !important;
    background: #FFF  !important;
}

.top.scrolled {
    border: 1px solid #44a9c61a !important;
    background: #FFF !important;
}

.header--style-3.scrolled .main-menu > li > a {
    color: black !important;
}


.header--style-3.scrolled .top .logo-block .logo img{
    filter: unset !important;
    height: 50px;
}

.header--style-3.scrolled .lang-select .lang-item.active span{
    color:var(--primary-color);
}
/*HEADER END*/


/* slick navigation */
/* Prev/Next button base styles */
.slick-prev, 
.slick-next {
    background-color: #009999;
    border: none;
    color: white;
    font-size: 24px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

/* Previous button */
.slick-prev {
    left: -50px;
}

/* Next button */
.slick-next {
    right: -50px;
}

/* Button hover effect */
.slick-prev:hover, 
.slick-next:hover {
    background-color: #006666;
}

/* Font Awesome icon style */
.slick-prev i, 
.slick-next i {
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .header--style-3{
        box-shadow: unset !important;
    }

    .slick-prev, 
    .slick-next {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .slick-prev {
        left: -30px;
    }

    .slick-next {
        right: -30px;
    }
}
/* slick navigation */

.cooperation-slider .slick-list {
    position: relative;
    overflow: hidden;
}

.cooperation-slider .slick-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, #E5F0F4, rgba(255, 255, 255, 0));
    z-index: 2;
    pointer-events: none;
}

.cooperation-slider .slick-list::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to left, #E5F0F4, rgba(255, 255, 255, 0));
    z-index: 2;
    pointer-events: none;
}

.cooperation-slider .slider-item .top::after{
    display:none;
}

.buton-trns{
    border: 2px solid #FFF;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(255, 255, 255, .3);
    white-space: nowrap;
}

.buton-trns span {
    background: transparent !important;
    color:#FFF;
    padding: 11px 36px !important;
    display: block;
}

header.scrolled .buton-trns{
    border: 2px solid var(--primary-color);
}
header.scrolled .buton-trns span {
   color: var(--primary-color)
}

.a-btn_center {
    width: 110px;
    height: 50px;
    position: absolute;
  }
  
  .a-btn {
    width: 110px;
    height: 50px;
    cursor: pointer;
    background: transparent;
    border:1px solid#ff0000;
    outline: none;
    position: absolute;
    transition: 1s ease-in-out;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none !important;
  }
  
  .a-btn svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 120 360;
    stroke-dashoffset: 120;
    animation: dash 3s ease-in-out infinite;
  }
  
  @keyframes dash {
    0% {
      stroke-dashoffset: 120;
    }
    50% {
      stroke-dashoffset: -360;
    }
    100% {
      stroke-dashoffset: 120;
    }
  }
  
  .a-btn span {
    color: white;
    font-size: 16px;
    font-weight: 400;
  }
  
  .a-btn:hover {
    background: #4f94da18;
    transition: 1s ease-in-out;
  }
  
  header.scrolled .a-btn span {
    color: var(--primary-color)
 }

 .video-container {
    position: relative;
    height: 400px;
    width: 450px;
  }
  
  .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  
  .video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(0 0 0 / 10%) 50%);
    opacity: 1; 
    transition: opacity 0.5s ease-in-out;
  }

a.button span {
    padding: 15px 50px;
}
.button::before {
    padding: 15px 50px;
}


.team-item.team-item--dark .img-holder {
    background-color: #e5f0f473;
    z-index: 1;
}

.team-item.team-item--dark:hover .img-holder {
    background-color: #e5f0f4;
}


.sub-page-title .sub-page-heading span {
    color: #333;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -.030em;
}
.img-container-f{
    position: relative;
}
.img-container-f img{
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 16px;
    object-fit: cover;
}

.img-container-f-right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(0 0 0 / 10%) 50%);
    opacity: 1; 
    transition: opacity 0.5s ease-in-out;
  }

.img-container-f-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(90deg, #E5F0F4 0%, rgb(0 0 0 / 10%) 50%);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }
  .entegro-background{
    position: relative;
  }

  .entegro-background::after{
    content: "";
    position: absolute;
    top: 10%;
    left: 3%;
    width: 353px;
    height: 350px;
    background-size: contain;
    background-image: url('../img/horasanli.png');
    opacity: 0.2;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
  }
  .entegro-background .container{
    position: relative;
    z-index: 2;
  }


  .books-f-detail{
    padding:0 0 70px;
    .team-item.team-item--dark .img-holder {
        height: 400px;
    }

    .team-item.team-item--dark .img-holder img {
        height: auto;
    }
    .book-item .img-bg {
        max-height: 100px;
        width: 100%;
        position: relative;
    }

    .book-item {
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0px 4px 8px rgba(229, 240, 244, 0.6);
        box-shadow: 0px 0px 10px 13px rgba(229,240,244,1);
        -webkit-box-shadow: 0px 0px 10px 13px rgba(229,240,244,1);
        -moz-box-shadow: 0px 0px 10px 13px rgba(229,240,244,1);
    }

    .book-item .img-holder {
        width: 100%;
        float: left;
        padding: 0px;
        padding-bottom: 40px;
    }

    .book-item figcaption {
        /* float: left; */
        display: grid;
        width: 100%;
        text-align: center;
    }
  }

  .entegro-li li::before {
    display: none;
  }

  .entegro-li li {
    
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left;
    list-style: none;
    padding-left: 25px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

    .info-box.ref-list {
        border: none;
        border-radius: 4px;
    }

    .info-box.ref-list .info-box__description .info-box__inner {
        position: relative;
        background-color: #eaeeefdb;
        height: 230px;
        backdrop-filter: blur(4px);
    }
    .info-box.ref-list .info-box__title a {
        color: #000;
        font-weight: 400;
        font-size: 22px;
    }

    .main-menu>li:hover .sub-menu{
        
        overflow: hidden;
        color: black !important;
    }
    .sub-menu li a {
    color: black !important;
}
.menu-item:hover > a,
.menu-item--has-child:hover > a {
    color: rgb(233, 0, 0) !important;
}

    ul.sub-menu::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 100%;
        bottom: 0;
        right: 0;
        background: url('../../site/img/horasanli.png');
        background-repeat: no-repeat;
        z-index: -29;
        opacity: .10;
        transition: all 0.3s ease;
        background-size: cover;
    }

    ul.sub-menu:hover::after {
        scale: 1.05;
        transition: all 0.3s ease;
    }
    .info-box.ref-entegro:hover .info-box__inner{
        background-color: var(--primary-color);
    }
    .ref-entegro .info-box__title a:hover {
        color: var(--secondary-color);
    }
    .ref-entegro.info-box p {
        color: #fff;
    }
    .ref-entegro .info-box__link.with--line {
        color: #fff;;
    }
    .ref-entegro .info-box__link.with--line:hover {
        color: var(--secondary-color);
    }
    .info-box.ref-list .info-box__description .info-box__inner.ref-main-inner {
        background-color: #fff !important;
    }
    .brands-slider .slider-item img {
        opacity: 1;
    }

    .info-box__title{
        height: 100px !important;
    }


    .brand-item-f{
        height: 80px;
        display: flex !important;
        align-items: center;
    }

    .ln-h-m h1, .ln-h-m h2, .ln-h-m h3 {
        line-height: 30px !important;
    }