body {
    font-family: "Google Sans Flex";
}

.body {
    background-color: #fff !important;
}

li {
    line-height: inherit
}

a {
    text-decoration: none;
}

a:not(.btn):hover {
    text-decoration: none;
}

.custom-thumb-info-style-1 .thumb-info-wrapper {
    border: 1px solid transparent !important;
}

.thumb-info.thumb-info-no-borders img {
    height: 160px;
    object-fit: cover;
}

#header .header-body {
    background-color: #fff !important;
}

#header .header-logo img {
    max-height: 60px;
}

#footer {
    background-color: #343434;
}

.footer-logo {
    max-height: 100px;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #fff;
}

.hero-img {
    height: 900px;
}

.hero-img2 {
    height: 450px;
}

.mt-6 {
    margin-top: 8rem;
}

.mb-6 {
    margin-bottom: 8rem;
}

.pt-6 {
    padding-top: 8rem;
}

.pb-6 {
    padding-bottom: 8rem;
}

.let-space {
    letter-spacing: 3px;
}

.let-space-max {
    letter-spacing: 6px;
}

.cat-preview {
    width: 100%;
    padding: 90px 0;
    background-color: #DCE3EE;
}

.cat-preview-title, .cat-preview-title2 {
    font-weight: 400;
    color: #282828;
    position: relative;
    text-transform: inherit;
}

.cat-preview-title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    border-bottom: 2px solid #024b85;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.cat-preview-title2:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    border-bottom: 2px solid #024b85;
    bottom: -10px;
    left: 0;
}

.cat-preview-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    list-style-type: none;
}

.cat-preview-text ul {
    list-style-type: none;
    padding: 0;
    line-height: 1.4;
}

.cat-preview-text p {
    color: #000;
    padding: 0;
    line-height: 1.4;
}

.cat-preview-list-img {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    object-fit: cover;
}

.prod-preview-list-img {
    width: 670px;
    height: 470px;
    object-fit: contain;
}

.cat-opac-name {
    width: auto;
    font-size: 12rem;
    opacity: 0.03;
    letter-spacing: -3px;
    color: #136db7;
    position: absolute;
    z-index: 0;
    top: 89px;
    left: 0;
    font-weight: 900;
}

.cat-opac-name.con-right {
    left: inherit;
    right: 0;
}

.cat-preview-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.icons:before {
    font-size: 1.3rem;
}

.bg-custom-blue {
    background: #277eC1 !important;
}

.bg-custom-blue2 {
    background: #0b436c !important;
}

.bg-custom-blue3 {
    background: #01999b !important;
}

.bg-custom-grey {
    background: #b1b1b1 !important;
}

.custom-container-bg {
    background: #eeF1F7 !important;
}

.custom-container-bg2 {
    background: linear-gradient(to bottom, #eeF1F7 50%, white 50%);
}

.video-container {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 25px;
    background-color: #ccc;
}

.item-list-img {
    border: 1px solid #024b85;
}

.ovrly {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 18%, rgba(0, 0, 0, 0) 100%);
}

.slide-itm {
    transition: box-shadow 0.3s ease-in-out;
}

.slide-itm-a {
    display: flex;
    width: 100%;
}

.slide-itm-a .sml {
    max-height: 210px !important;
}

.slide-itm-a:hover .slide-itm {
    box-shadow: -1px 1px 9px rgba(0, 0, 0, 0.2)
}

.slide-itm {
    width: 100%;
    border-radius: 24px;
    padding: 20px 40px;
    background-color: #efefef;
}

.slide-itm h3 {
    font-size: 1.3rem;
    font-weight: 500;
}

.slide-itm p {
    font-size: 1rem;
}

.slide-itm:hover {
}

.custom-stage-slider .owl-stage-outer {
    overflow: hidden;
}

.custom-stage-slider .owl-item {
    opacity: 0.35;
    transition: opacity 0.35s ease;
}

.custom-stage-slider .owl-item.active-main {
    opacity: 1;
}

/* İlk slide aktifken soldaki boşluğu iptal et */
.custom-stage-slider.is-first-slide .owl-stage-outer {
    padding-left: 0 !important;
}

/* Son slide aktifken sağdaki boşluğu iptal et */
.custom-stage-slider.is-last-slide .owl-stage-outer {
    padding-right: 0 !important;
}

/* Mobilde daha kontrollü görünüm */
@media (max-width: 767px) {
    .custom-stage-slider .owl-stage-outer {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .custom-stage-slider.is-first-slide .owl-stage-outer {
        padding-left: 0 !important;
    }

    .custom-stage-slider.is-last-slide .owl-stage-outer {
        padding-right: 0 !important;
    }
}

.custom-stage-slider {
    --custom-slider-nav-bg: #ffffff;
    --custom-slider-nav-color: #222222;
    --custom-slider-nav-border: #dddddd;

    --custom-slider-nav-hover-bg: #222222;
    --custom-slider-nav-hover-color: #ffffff;
    --custom-slider-nav-hover-border: #222222;
}

.custom-owl-slider,
.custom-owl-slider .owl-stage-outer,
.custom-owl-slider .owl-stage,
.custom-owl-slider .owl-item,
.custom-owl-slider .p-relative,
.custom-owl-slider .container,
.custom-owl-slider .slide-layout {
    height: 100%;
}

.custom-owl-slider .slide-layout {
    align-items: stretch;
}

.custom-owl-slider .slide-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-owl-slider .slide-left > .row {
    flex: 1 1 0;
    min-height: 0;
}

.custom-owl-slider .slide-left > .row.mt-2 {
    margin-top: 0 !important;
}

.custom-owl-slider .slide-left > .row > .col-12,
.custom-owl-slider .slide-right {
    display: flex;
}

.custom-owl-slider .slide-itm {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-owl-slider .slide-itm img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/*.custom-stage-slider .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    gap: 8px;
    z-index: 5;
}*/

.custom-stage-slider .owl-nav button.owl-prev,
.custom-stage-slider .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    border: 1px solid var(--custom-slider-nav-border, #ddd) !important;
    background: var(--custom-slider-nav-bg, #fff) !important;
    color: var(--custom-slider-nav-color, #222) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.custom-stage-slider .owl-nav button.owl-prev:hover,
.custom-stage-slider .owl-nav button.owl-next:hover {
    background: var(--custom-slider-nav-hover-bg, #222) !important;
    color: var(--custom-slider-nav-hover-color, #fff) !important;
    border-color: var(--custom-slider-nav-hover-border, #222) !important;
}

/* Owl'un default span oklarını kontrol altına al */
.custom-stage-slider .owl-nav button span {
    display: none;
}

.custom-stage-slider .owl-nav button.owl-prev::before {
    content: "‹";
    font-size: 22px;
    line-height: 1;
    transform: translateY(-1px);
}

.custom-stage-slider .owl-nav button.owl-next::before {
    content: "›";
    font-size: 22px;
    line-height: 1;
    transform: translateY(-1px);
}


.whatsapp-support {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 65px;
    bottom: 75px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-support:hover {
    color: #fff;
}

.whatsapp-img {
    width: 35px;
    height: 35px;
}

.whatsapp-support-text {
    display: none;
}

.icon-featured.icon-featured-lg {
    width: 330px !important;
    height: 330px !important;
    line-height: inherit !important;
}

.icon-featured.icon-featured-lg h4 {
    line-height: 1;
}

@media (min-width: 1920px) {
    .container-fluid:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1920px;
    }

    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1640px;
    }
}

@media (min-width: 1400px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1340px;
    }

    .cat-preview-list-img {
        width: 400px;
        height: 400px;
    }

    .prod-preview-list-img {
        width: 670px;
        height: 470px;
        object-fit: contain;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
        padding: 0 1.2rem;
    }
}

@media (max-width: 991px) {

    .whatsapp-support {
        width: 45px;
        border-radius: 0;
        bottom: 120px;
        height: 45px;
        line-height: 45px;
        padding: 5px 0;
        font-size: 20px;
        right: 1rem;
    }

    .whatsapp-support-text {
        display: inline-block;
    }

    .hero-img {
        height: 450px;
    }

    .cat-preview {
        padding: 40px 0;
    }

    .cat-preview-list-img {
        width: auto;
        height: auto;
    }

    .home-intro {
        padding: 10px 0;
    }

    .featured-box .box-content {
        padding: 0;
    }

}