:root {
--accent: #30d5c8 !important;
--primary: #18333b !important;
--secondary: #67797e !important;
--primary-font: Urbanist, sans-serif;
--secondary-font: Manrope, sans-serif;
}

.cs_site_header {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(65px) !important;
  -webkit-backdrop-filter: blur(55px) !important;
}


@media screen and (min-width: 1200px) {
    .cs_nav .cs_nav_list&gt;li&gt;ul {
        left: 0;
        pointer-events: none;
        top: calc(100% + 15px);
        border-radius: 15px !important;
    }
    }
 

.cs_btn.cs_style_1 {
    align-items: center;
    border: none;
    border-radius: 1.8em;
    display: inline-flex
;
    gap: 10px;
    justify-content: center;
    line-height: 1.625em;
    outline: none;
    padding: 14px 30px;
    transition: all .4s 
ease;
    border: 1px solid #000000;
}

.cs_team.cs_style_1:before {
    background: none;
    /* Diğer özellikler kalabilir */
}

.cs_ternary_color
Specificity: (0,1,0)
 {
    color: #ffffff !important;
}





.cs_hero.cs_style_5 .cs_section_heading.cs_style_1 .cs_section_subtitle
Specificity: (0,5,0)
 {
    margin-bottom: 20px;
}

.cs_card.cs_style_1 .cs_card_img, .cs_card.cs_style_4 .cs_card_img {
    margin-bottom: 26px;
    border-radius: 15px !important;
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 15px !important;
}


.cs_case_study.cs_style_1 .cs_case_study_info {
    align-items: flex-end;
    background: transparent;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 1;
    padding: 55px 35px;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 100%;
    z-index: 1;
    
    /* Normal durumda blur YOK */
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.cs_case_study.cs_style_1 .cs_case_study_info {
    align-items: flex-end;
    background: transparent;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 1;
    padding: 55px 35px;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 100%;
    z-index: 1;
    
    /* Normal durumda - maskeyle sadece alt kısım blur */
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    mask-image: linear-gradient(to top, black 200px, transparent 200px);
    -webkit-mask-image: linear-gradient(to top, black 200px, transparent 200px);
}

/* Hover durumunda tümü blur - maskeyi kaldır */
.cs_case_study.cs_style_1:hover .cs_case_study_info {
    mask-image: none;
    -webkit-mask-image: none;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

/* Hover durumunda TÜM arkaplan blur */
.cs_case_study.cs_style_1:hover .cs_case_study_info {
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}



/* Yazı içeriğini blur efektinin üstüne çıkar */
.cs_case_study.cs_style_1 .cs_case_study_info &gt; * {
    position: relative;
    z-index: 2;
}


.cs_card.cs_style_5 {
    display: flex
;
    gap: 130px;
    padding:none /75px 110px/;
    position: sticky;
    top: 150px;
    width: 100%;
    border-radius: 25px !important;
}



.cs_ternary_color {
    color: #d3d3d3;
}

/* Daha güçlü seçici */
.cs_card.cs_style_5 .cs_card_thumb,
.cs_card.cs_style_5 .cs_card_thumb img {
    border-radius: 15px !important;
}



.cs_hero.cs_style_5 {
    background-color: #ffffff;
    min-height: 100vh;
    padding: 185px 0 100px;
    position: relative;
}


.cs_header_user_btn {
  display: none !important;
}







/* Mobil ve tablet için görünür yap */
@media (max-width: 1024px) { /* 1024px: tablet ve altı */
    .cs_btn.cs_style_1.cs_type_2.cs_primary_bg.cs_white_color {
        display: inline-flex !important; /* görünür yap */
        visibility: visible !important;
        opacity: 1 !important;
    }
}



/* Buton yazısını büyüt, ikonları küçült ve mobil/tablet uyumlu yap */
@media (max-width: 1024px) { /* Tablet ve altı */
    .cs_btn.cs_style_1.cs_type_2.cs_primary_bg.cs_white_color {
        font-size: 11px !important; /* Yazı boyutu */
        padding: 12px 25px !important; /* Buton iç boşlukları */
    }

    .cs_btn.cs_style_1.cs_type_2.cs_primary_bg.cs_white_color span i svg {
        width: 8px !important;  /* ikon genişliği */
        height: 8px !important; /* ikon yüksekliği */
    }
}




@media screen and (max-width: 1199px) {
    .cs_nav .cs_nav_list_wrap {
        background-color: #ffffff;
        color: var(--primary);
        height: 100vh;
        left: -100vw;
        line-height: 1.6em;
        padding-top: 80px;
        position: fixed;
        top: 0;
        transition: all .4s 
ease;
        width: 100vw;
        z-index: -1;
    }
}



.cs_hero.cs_style_8 .cs_hero_right:after {
    background: #50fcbb57;
    border-radius: 50%;
    content: &quot;&quot;;
    filter: blur(100px);
    height: 448px;
    position: absolute;
    right: -85px;
    top: 180px;
    width: 448px;
}


@media (max-width: 991px) {
    .cs_hero.cs_style_8 {
        background-color: #ffffff;
        flex-direction: column;
        min-height: auto;
    }
}




@media screen and (min-width: 1200px) {
    .cs_nav .cs_nav_list&gt;li&gt;ul {
        left: 0;
        pointer-events: none;
        top: calc(100% + 15px);
        border-radius: 10px !important;
    }
}

@me