.page-header.style-2 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
.line-clamp-4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}
.desktop\:h-\[100vh\] {
    height: calc(100vh - 125px) !important;
}

/*ANASAYFA TAB*/
.tabline-container {
    display: flex;
    align-items: center;
}
.tabline {
    flex: 1;
    height: 2px;
    background-color: #6eabaf;
    margin: 0 30px;
}
.tab-button {
    border-bottom: solid #6eabaf;
    padding: 0 30px !important;
    border-radius: 3px 3px 0 0 !important;
}
.tab-button.active {
    border: solid 1px #6eabaf;
    border-bottom: solid #f0f6f7;
}
.tab-content {
    border: solid #6eabaf;
    border-top: none;
    padding: 0 50px 50px;
    border-radius: 0 0 10px 10px;
}

/*TAB İÇERİK YETENEK*/
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.p-2 {
    padding: .50rem;
}
.w-95{
    width: 95%;
}
.align-items-center{
    align-items: center;
}
.fabyetlist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.yetlist {
    width: calc(50% - 20px);
    float: left;
    margin: 10px;
}
.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/*ANASAYFA SLİDER OKLAR*/

.swiper-button-next, .swiper-button-prev {
    color: transparent;
}

/*TEKNİKA MENÜ*/

.bg-teknika-k {
    background-color: #0b3f51;
}
.teknika-a {
    color: #c8e5e8;
}
.site-header-topbar {
    background-color: #0b3f51;
    border-bottom: 1px solid #0b3f51;
}
.site-header {
    & .site-header-topbar {
        a {
            position: relative;
            color: #ffffff;
        }
    }
}
.tekmenuu {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
}
.tekmenu {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
}
.menuh{
    height: 80px;
}
.site-brand {
    img {
        height: 50px;
    }
}
.logomen {
    width: 90%;
    justify-content: space-between;
}

/* ÜRÜN DETAY */

.product-checklist ul li:before {
    background-color: #6eabaf;
    color: #fff;
    content: "\2714";
    border-radius: 50%;
    line-height: 1rem;
    margin-right: 10px;
    padding: 5px 7px;
    font-family: Arial, sans-serif;
}
.product-description p {
    margin-bottom: 20px;
}
.site-header-inner.menuh {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}


/*Form*/

input#captcha {
    width: 100px;
}

/*İletişim*/

.container-fluid {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
}


@media screen and (max-width: 767px) and (min-width: 1px) {
    .desktop\:h-\[100vh\] {
        height: 200px !important;
    }
    .mobilfab{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .tabline{
        display: none;
    }
    button.tab-button {
        display: flex;
        justify-content: center;
    }
    .tab-content {
        padding: 0 10px;
    }
    .yetlist {
        width: 100%;
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .desktop\:h-\[100vh\] {
        height: 300px !important;
    }
    .tabline{
        display: none;
    }
    .tabline-container {
        justify-content: center;
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}