﻿/* ====== HEADER (fixed-top) OFFSET ====== */
/* Boyları burada merkezi yönetin */
:root {
    --topbar-h-lg: 40px; /* .topbar yüksekliği (LG ve üstü görünüyor) */
    --navbar-h: 72px; /* .navbar yüksekliği (mobil/desktop) */
}

/* Fixed header altında içerik kaybolmasın */
body {
    padding-top: var(--navbar-h);
}

@media (min-width: 992px) { /* lg ve üstü: topbar açık */
    body {
        padding-top: calc(var(--topbar-h-lg) + var(--navbar-h));
    }
}

/* Header katmanlarının üstte kalması */
.fixed-top {
    z-index: 1030;
}
/* Bootstrap default, yine de garanti */
.topbar {
    height: var(--topbar-h-lg);
}
/* pratik: yükseklik stabil kalsın */
.navbar {
    min-height: var(--navbar-h);
}
/* nav yüksekliğini stabilize et */

/* Logo boyutu/taşma kontrolü */
.navbar-brand img {
    display: block;
    height: 48px; /* kurumsal hizalama */
    width: auto;
}

/* ====== HERO / CAROUSEL (Full image visible) ====== */
.hero-slim {
    /* Desktop oranını görsellerine yakın tuttuk (≈3.2:1 -> 16/5) */
    aspect-ratio: 16 / 5;
    position: relative;
    overflow: hidden;
    background: #ffffff; /* contain boşlukları için arka plan */
}

/* Tablet ve mobilde biraz daha yüksek oran */
@media (max-width: 992px) {
    .hero-slim {
        aspect-ratio: 2 / 1;
    }
}

@media (max-width: 576px) {
    .hero-slim {
        aspect-ratio: 4 / 3;
    }
}

/* Görselin TAMAMI görünsün -> contain */
.hero-slim picture,
.hero-slim img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; /* kırpma yok */
    background: #ffffff; /* letterbox alanı */
}

/* İndikatörler içeride alt hizalı kalsın, header ile çakışmasın */
.hero-indicators {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: 0 auto;
}
/* === Carousel Indicators === */
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
    background-color: #ccc; /* default slide1 gri */
}

/* aktif durum: hep kurumsal renk */
.carousel-indicators .active {
    background-color: #D99300 !important;
}

/* 2. ve 3. slayt için (index 1 ve 2) siyah görünsün */
.carousel-indicators button:nth-child(1),.carousel-indicators button:nth-child(2),
.carousel-indicators button:nth-child(3) {
    background-color: #000; /* siyah */
}




/* Header altında ilk section'ın üstünde istemeden boşluk kalmasın */
.container-fluid.p-0.m-0 + * {
    /* gerekirse ince ayar için: margin-top: 0 !important; */
}

.text-myChart {
    color: #A05D00;
}
.text-myChart:hover{
    color:#414456;
}
@media (max-width: 768px) {
    html, body {
        margin: 0;
        padding: 0;
        overflow-x: hidden; /* Sa?a sola kaymay? engeller */
        width: 100%;
    }

    /* G?rsellerin ta?mas?n? engelle */
    img {
        max-width: 100%;
        height: auto;
        display: block;
    }


    .testimonial-item {
        height: 350px; /* Sabit y?kseklik, t?m testimonial'lar?n ayn? boyutta olmas?n? sa?lar */
        display: flex;
        align-items: stretch; /* ?? elemanlar?n tamam? ayn? y?ksekli?i al?r */
    }

        .testimonial-item .d-flex {
            height: 100%; /* D?? container'?n y?ksekli?i i? elemanlara yans?r */
            flex-direction: column !important;
            text-align: center;
        }

        .testimonial-item .bg-body {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50%;
        }

        .testimonial-item img {
            max-width: 100%;
            width: 60%;
            height: auto;
        }

        .testimonial-item p {
            height: 100%; /* Yaz?n?n y?ksekli?ini de e?itle */
            display: flex;
            align-items: center; /* Yaz?y? dikeyde ortala */
            justify-content: center; /* Yaz?y? yatayda ortala */
        }
}

@media (maxin-width: 768px) {
    .testimonial-item {
        height: 222px; /* Sabit y?kseklik, t?m testimonial'lar?n ayn? boyutta olmas?n? sa?lar */
        display: flex;
        align-items: stretch; /* ?? elemanlar?n tamam? ayn? y?ksekli?i al?r */
    }

        .testimonial-item .d-flex {
            height: 100%; /* D?? container'?n y?ksekli?i i? elemanlara yans?r */
            justify-content: center; /* Ortalar */
        }

        .testimonial-item .bg-secondary {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%; /* G?rselin kutu y?ksekli?iyle ayn? olacak ?ekilde ayarland? */
        }

        .testimonial-item p {
            height: 100%; /* Yaz?n?n y?ksekli?ini de e?itle */
            display: flex;
            align-items: center; /* Yaz?y? dikeyde ortala */
            justify-content: center; /* Yaz?y? yatayda ortala */
        }
}


/*.owl-carousel.vegetable-carousel .owl-item {
    width: 200px !important;*/ /* ?stedi?iniz geni?lik */
    /*margin-right: 50px !important;*/ /* ?stedi?iniz margin */
/*}

.carousel-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item img {
    max-width: 87%;
    max-height: 100%;
    top: 60%;
    transform: translate(-50%, -50%);
}*/
/* Custom indicator colors */
/*#carouselId .carousel-indicators [data-bs-slide-to="0"] {
    background-color: #d99300;
}

#carouselId .carousel-indicators [data-bs-slide-to="1"] {
    background-color: #d99300;
}

#carouselId .carousel-indicators [data-bs-slide-to="2"] {
    background-color: #d99300;
}

#carouselId .carousel-indicators button {
    width: 18px;
    height: 18px;
    margin: 4px;
    border-radius: 50%;
}*/

.solution-section {
    padding: 60px 0;
}

    .solution-section .block {
        background-color: #f0f0f0;
        border-radius: 16px;
        padding: 20px 0px;
        text-align: left;
        transition: all 0.3s ease;
        height: 100%;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    }

    .solution-section .block-content {
        display: flex;
        align-items: center; /* Vertically align items */
        justify-content: flex-start; /* Align items to the left */
    }

    .solution-section .block .text-content {
        display: flex;
        flex-direction: column; /* Stack text vertically */
        justify-content: flex-start; /* Align text from top */
    }

    .solution-section .block:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        background-color: #ffb524;
    }
        .solution-section .block:hover .text-myChart {
            color: #414456;
            text-decoration: underline; /* istersen görsel etki için */
        }
    .solution-section .block i {
        font-size: 40px;
        color: white;
        margin-right: 15px; /* Space between the icon and the text */
        padding: 15px; /* Added padding to create space inside the circular border */
        border-radius: 50%; /* Makes the icon container circular */
        background-color: #D99300;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Slight shadow for the circle */
        margin-left: 10px;
    }

    .solution-section .block:hover i {
        color: black;
        background-color: #f1f1f1; /* Light background color for the circle */
        transform: scale(1.1);
        margin-left: 10px;
    }

    .solution-section h2 {
        font-weight: 700;
        margin-bottom: 20px;
    }

    .solution-section h4 {
        color: #6c757d;
        margin-bottom: 40px;
    }

    .solution-section h3 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 10px;
    }

    .solution-section p {
        color: #415456;
        font-size: 15px;
        margin-top: 10px;
    }


.product-img {
    position: relative;
    height: 250px; /* Sabit y?kseklik */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd; /* ?nce border */
    border-radius: 5px; /* K??e yuvarlama */
}

    .product-img img {
        max-width: 100%;
        height: 100%; /* Sabit y?kseklikle orant?l? olarak geni?lik */
        object-fit: cover;
    }

.product-content-wrap {
    padding: 10px;
    text-align: center;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}

.product-cart-wrap {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

    .product-cart-wrap:hover {
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        transform: translateY(-5px);
    }

    .product-cart-wrap .product-img {
        height: 250px; /* Sabit y?kseklik */
    }

.product-name a {
    text-decoration: none;
    color: #333;
}

    .product-name a:hover {
        color: #d99300;
    }




@media (max-width: 768px) {
   
    .carousel-control-next,
    .carousel-control-prev {
        width: 30px !important;
        height: 30px !important;
        border-radius: 30px !important;
        border: 1px solid var(--bs-white);
        background: var(--bs-primary);
        position: absolute;
        top: 65% !important;
        transform: translateY(-50%);
    }
}

@media (max-width: 480px) {
    

    .carousel-control-next,
    .carousel-control-prev {
        width: 30px !important;
        height: 30px !important;
        border-radius: 30px !important;
        border: 1px solid var(--bs-white);
        background: var(--bs-primary);
        position: absolute;
        top: 65% !important;
        transform: translateY(-50%);
    }
}

/* account Area */
.accountArea {
    padding: 30px 0 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

    .accountArea h2 {
        font-weight: 700;
        font-size: 22px;
        padding-bottom: 10px;
        line-height: 40px;
        text-transform: uppercase;
    }

        .accountArea h2 span {
            font-weight: 300;
        }

    .accountArea h3 {
        font-size: 18px;
        color: #333;
        margin-bottom: 5px;
        font-weight: 300;
        font-family: 'Lato', sans-serif, Helvetica, Arial, sans-serif;
    }

    .accountArea li {
        line-height: 30px;
        font-size: 16px;
    }

        .accountArea li i {
            padding-right: 10px;
            color: #FB4400;
            font-size: 20px;
            line-height: 30px;
            display: block;
            float: left;
        }

.navbar-brand {
    padding: 10px 0;
    width: 200px;
    z-index: 9999;
    position: relative;
    text-align: center;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle {
    background: #303030;
    float: right;
    margin-top: 13px;
    margin-right: 0px;
}

    .navbar-toggle:focus {
        background: #303030;
    }

        .navbar-toggle:focus .icon-bar {
            background: #fff;
        }

            .navbar-toggle:focus .icon-bar:hover {
                background: #fff;
            }

.navbar-nav > li > a i {
    display: none !important;
}

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-size: 12px;
    padding: 5px;
}

.navbar-nav .open .dropdown-menu > li > a {
    padding-right: 25px;
    text-align: right;
}

.navbar-nav > li > a {
    padding: 5px 20px;
    text-align: right;
}

    .navbar-nav > li > a:hover, .navbar-nav > li.open > a, .navbar-nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        border: none;
        background: #952800;
        color: #fff;
    }

    .navbar-nav > li > a:hover {
        background: #FB4400;
    }

.nav-tabs {
    border: none;
}

    .nav-tabs > li > a {
        text-transform: none;
        border: none;
        font-weight: 700;
        border-radius: 0;
        color: #fff;
        background: #d99300 /*#FB4400*/;
    }

        .nav-tabs > li > a span {
            font-size: 12px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            color: #393a3b;
            text-align: center;
            display: inline-block;
            margin-right: 5px;
            border-radius: 50px;
            background: #fff;
        }

.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
    border: none;
    color: #000;
    background: #f0f0f0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    background: #f0f0f0;
}
.detail-tab-content {
    padding: 10px;
    overflow: hidden;
    background: #f0f0f0;
    max-height: 100%;
}
.detail-img-fluid {
    max-width: 290px;
    max-height: 290px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .tab-content {
        padding: 10px;
        overflow: hidden;
        background: #f0f0f0;
        max-height: 450px;
    }

    .img-fluid {
        max-width: 190px;
        max-height: 250px;
        object-fit: contain;
    }

    .tab-pane-img {
        background-color: transparent;
        height: 150px;
    }
}

@media (min-width: 769px) {
    .tab-content {
        padding: 10px;
        overflow: hidden;
        background: #f0f0f0;
        height: 250px
    }

    .img-fluid {
        max-width: 250px;
        max-height: 250px;
        object-fit: contain;
    }

    .tab-pane-img {
        background-color: transparent;
        height: 250px;
    }
    /* .tab-pane-img-fluid {
        max-width: 250px;
        max-height: 100%;
        object-fit: contain;
    }

    .tab-pane-img {
        background-color: transparent;
        height: 150px;
    }*/
}


/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .8s ease-out, visibility 0s linear .0s;
        visibility: visible;
        opacity: 1;
    }

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

    .btn.border-secondary:hover {
        background: var(--bs-secondary) !important;
        color: var(--bs-white) !important;
    }

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 20px;
    border-radius: 230px 100px;
}

    .topbar .top-info {
        font-size: 15px;
        line-height: 0;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

    .topbar .top-link {
        font-size: 15px;
        line-height: 0;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

        .topbar .top-link a {
            letter-spacing: 1px;
        }

            .topbar .top-link a small:hover {
                color: var(--bs-secondary) !important;
                transition: 0.5s;
            }

                .topbar .top-link a small:hover i {
                    color: var(--bs-primary) !important;
                }
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active,
    .fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
    .fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
        color: #AD6500;
    }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        vertical-align: middle;
        margin-left: 8px;
    }

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(rgba(255, 255, 255, .8));
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

/*** Hero Header ***/
/*.hero-header {*/
    /*    , url(../img/Perosnel-Takip-01.webp)*/
    /*background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
/*
.carousel-item {
    position: relative;
}

    .carousel-item a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 25px;
        background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
    }
    */
.carousel-control-next,
.carousel-control-prev {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 15px;
}

.carousel-control-prev {
    margin-left: 15px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 152px !important;
    }
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 100px;
    height: 100px;
}

    .featurs .featurs-item .featurs-icon::after {
        content: "";
        width: 35px;
        height: 35px;
        background: var(--bs-secondary);
        position: absolute;
        bottom: -10px;
        transform: translate(-50%);
        transform: rotate(45deg);
        background: var(--bs-secondary);
    }
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px;
    height: 130px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

    .fruite .tab-class .nav-item a.active span {
        color: var(--bs-white) !important;
    }

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

    .fruite .fruite-categorie .fruite-name a {
        transition: 0.5s;
    }

        .fruite .fruite-categorie .fruite-name a:hover {
            color: var(--bs-secondary);
        }

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}

    .fruite .fruite-item:hover {
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
    }

    .fruite .fruite-item .fruite-img {
        overflow: hidden;
        transition: 0.5s;
        border-radius: 10px 10px 0 0;
    }

        .fruite .fruite-item .fruite-img img {
            transition: 0.5s;
        }

            .fruite .fruite-item .fruite-img img:hover {
                transform: scale(1.3);
            }
/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

    .vesitable .vesitable-item:hover {
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
    }

.vesitable .vesitable-item {
    padding: 0;
    margin: 5px; /* ?ok az aral?k */
    background-color: transparent; /* ?stersen kald?r */
    border: none; /* Border g?r?nmesin */
    width: 200px; /* ?stedi?iniz geni?lik */
    height: 100px; /* ?stedi?iniz y?kseklik */
    display: flex; /* ??eri?i hizalamak i?in flexbox kullan?yoruz */
    justify-content: center; /* Ortalamak i?in */
    align-items: center; /* Ortalamak i?in */
}


    .vesitable .vesitable-item .vesitable-img {
        overflow: hidden;
        transition: 0.5s;
        border-radius: 10px 10px 0 0;
        height: 100px; /* G?rselin y?kseklik s?n?r?n? belirler */
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        padding: 0;
        width: 200px; /* Div'in geni?li?ini %100 yap?yoruz */
    }

        .vesitable .vesitable-item .vesitable-img img {
            width: 100%; /* G?rselin geni?li?ini %100 yaparak div'in i?inde tam yerle?mesini sa?l?yoruz */
            height: 100%; /* G?rselin y?ksekli?ini %100 yaparak div'in y?ksekli?iyle uyumlu olmas?n? sa?l?yoruz */
            object-fit: contain; /* G?rselin boyutlar?n? bozmadan alana s??d?r?yoruz */
            transition: 0.5s;
            display: block;
            margin: 0 auto;
        }

            .vesitable .vesitable-item .vesitable-img img:hover {
                transform: scale(1.2); /* Hover efekti */
            }


.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -30px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

    .vesitable .owl-nav .owl-prev:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -30px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

    .vesitable .owl-nav .owl-next:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

    .counter i {
        font-size: 60px;
        margin-bottom: 25px;
    }

    .counter h4 {
        color: var(--bs-primary);
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .counter h1 {
        margin-bottom: 0;
    }
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -30px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-prev:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -30px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-next:hover {
        background: var(--bs-secondary);
        color: var(--bs-white);
    }
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}

    .pagination a {
        color: var(--bs-dark);
        padding: 10px 16px;
        text-decoration: none;
        transition: 0.5s;
        border: 1px solid var(--bs-secondary);
        margin: 0 4px;
    }

        .pagination a.active {
            background-color: var(--bs-primary);
            color: var(--bs-light);
            border: 1px solid var(--bs-secondary);
        }

        .pagination a:hover:not(.active) {
            background-color: var(--bs-primary)
        }

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: #C6CACF;
    transition: 0.5s;
}

    .footer .footer-item .btn-link:hover {
        color: var(--bs-secondary) !important;
    }

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/

/* Inline width:1520.8px'i ez */
#my-slider.ism-slider {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
}

/* Mobil: slider’ı görünür tutacak sabit/akıllı yükseklik */
@media (max-width: 768px) {
    /* Yüksekliği tek yerden belirliyoruz */
    #my-slider,
    #my-slider .ism-frame,
    #my-slider .ism-slides,
    #my-slider .ism-slider,
    #my-slider .ism-img-frame {
        overflow: hidden;
    }

        /* Görseli alanın içine yerleştir */
        #my-slider .ism-img {
            width: 100%;
            height: 100% !important;
            object-fit: cover; /* boşluk istemiyorsan cover; boşluk istiyorsan contain yap */
            display: block;
        }

        /* Thumbnail/radyo şeridi mobilde taşmasın */
        #my-slider .ism-radios,
        #my-slider [class*="thumb"] {
            display: none !important;
        }
    .fixed-top {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

/* Sabit üst menü slider'ı örtüyorsa, aşağıdaki satırı aç:
  @media (max-width: 768px){
    .container-fluid.fixed-top + .ism-slider { margin-top: 72px; }
  }
  */