@charset "UTF-8";

@font-face {
    font-family: 'dm-sans';
    src: url('fonts/DMSans-Regular.woff2') format('woff2'),
        url('fonts/DMSans-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'dm-mono';
    src: url('fonts/DMMono-Regular.woff2') format('woff2'),
        url('fonts/DMMono-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'dm-mono';
    src: url('fonts/DMMono-Italic.woff2') format('woff2'),
        url('fonts/DMMono-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-Black';
    src: url('fonts/Lexend-Black.woff2') format('woff2'),
        url('fonts/Lexend-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-ExtraBold';
    src: url('fonts/Lexend-ExtraBold.woff2') format('woff2'),
        url('fonts/Lexend-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-Thin';
    src: url('fonts/Lexend-Thin.woff2') format('woff2'),
        url('fonts/Lexend-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-ExtraLight';
    src: url('fonts/Lexend-ExtraLight.woff2') format('woff2'),
        url('fonts/Lexend-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lexend-Medium';
    src: url('fonts/Lexend-Medium.woff2') format('woff2'),
        url('fonts/Lexend-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-SemiBold';
    src: url('fonts/Lexend-SemiBold.woff2') format('woff2'),
        url('fonts/Lexend-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Zilla Slab Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Zilla Slab Regular'), url('fonts/ZillaSlab-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Zilla Slab Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Zilla Slab Italic'), url('fonts/ZillaSlab-Italic.woff') format('woff');
}


@font-face {
    font-family: 'Zilla Slab Light';
    font-style: normal;
    font-weight: normal;
    src: local('Zilla Slab Light'), url('fonts/ZillaSlab-Light.woff') format('woff');
}


@font-face {
    font-family: 'Zilla Slab Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Zilla Slab Light Italic'), url('fonts/ZillaSlab-LightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Zilla Slab Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Zilla Slab Medium'), url('fonts/ZillaSlab-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Zilla Slab Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Zilla Slab Medium Italic'), url('fonts/ZillaSlab-MediumItalic.woff') format('woff');
}


@font-face {
    font-family: 'Zilla Slab SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Zilla Slab SemiBold'), url('fonts/ZillaSlab-SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Zilla Slab SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Zilla Slab SemiBold Italic'), url('fonts/ZillaSlab-SemiBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Zilla Slab Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Zilla Slab Bold'), url('fonts/cf-text-color dm-sans.woff') format('woff');
}


@font-face {
    font-family: 'Zilla Slab Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Zilla Slab Bold Italic'), url('fonts/cf-text-color dm-sansItalic.woff') format('woff');
}

.fs-6hx {
    font-size: 75px !important;
}

.fs-header {
    font-size: 13px;
}

.fs-6-cf {
    font-size: 1.075rem !important;
    line-height: 1.5
}

.cardresponsive {
    background-position-x: 75%;
}


.cf-gray {
    color: #707070;
}

.svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #707070;
}

.form-check.form-check-success .form-check-input:checked {
    background-color: #61BA46
}

.form-check.form-check-danger .form-check-input:checked {
    background-color: #C73B3B
}

.form-check.form-check-warning .form-check-input:checked {
    background-color: #EB8B46
}

.form-check.form-check-blue .form-check-input:checked {
    background-color: #0095D2
}

.form-check.form-check-primary .form-check-input:checked {
    background-color: #498a7c;
}

.cf-text-color .dm-sans {
    font-family: 'dm-sans';
}

.lexend-medium {
    font-family: 'Lexend-Medium';
}

.badge-danger {
    color: #fff;
    background-color: #BB423F;
}

.cf-text-color.dm-mono {
    font-family: 'dm-mono';
}

.dm-mono {
    font-family: 'dm-mono';
}

.dm-mono-italic {
    font-family: 'dm-mono';
    font-style: italic;
}

.zillaslab-italic {
    font-family: 'Zilla Slab Italic';
}

.cf-text-color.dm-sans {
    font-family: 'dm-sans';
}

.zillaslab-regular {
    font-family: 'Zilla Slab Regular';
}

.zillaslab-medium {
    font-family: 'Zilla Slab Medium';
}


:root {

    --bs-cfdarkgreen: #498a7c;
    --bs-cfgreen: #8dbf81;
    --bs-cfblue: #0095d2;
    --bs-cfred: #c73b3b;
    --bs-cforange: #eb8b46;

    --swiper-navigation-size: 25px !important;
    /* Defines a variable for size */
    --swiper-navigation-color: #fff;
    /* Defines a variable for color */
    --swiper-navigation-top-offset: 60%;
    /* Defines a variable for vertical offset */
    --swiper-navigation-sides-offset: 150px;
    /* Defines a variable for horizontal offset */
}


.cf-slide {
    padding: 2rem 15% !important;
}

body {
    background-color: #F7F7F7;
}

@media (min-width: 992px) {

    .header-fixed.header-extended .wrapper {
        padding-top: 80px;
    }
}

.progress {
    padding: 4px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
    height: 16px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

.bg-cfgreen {
    background-color: #498A7C;
}

.bg-cflightgreen {
    background-color: #8DBF81 !important;
}

.bg-cfgreengray {
    background-color: #939FA2;
}

.bg-cfblue {
    background-color: #87B1AF;
}

.bg-cfyellow {
    background-color: #D9C052;
}

.bg-sibo-green {
    background-color: #61BA46;
}

.bg-sibo-blue {
    background-color: #0095D2;
}

.bg-cfred {
    background-color: #C64747;
}

.bg-sibo-red {
    background-color: #C73B3B;
}

.bg-eliminasyon {
    background-color: #EB8B46;
}

.bg-cfdarkgreen {
    background-color: #304348;
}

.bg-cfdarkgreensidebar {
    background-color: #05667D;
}

.cf-success {
    color: #fff;
    background-color: #8dbf81
}

.text-cf-green {
    color: #8dbf81 !important;
}

.text-cf-darkblue {
    color: #759695 !important;
}

.text-cf-darkgreen {
    color: #498A7C !important;
}

.text-cf-darkgreen2 {
    color: #05667D !important;
}

.btn.btn-text-cf-darkgreen {
    color: #498A7C
}

.text-cf-dark {
    color: #304348 !important;
}

.text-cf-green2 {
    color: #87B1AF !important;
}

.text-cf-yellow {
    color: #D9C052 !important;
}


.badge-cf-green {
    color: #fff;
    background-color: #498A7C;
    font-weight: 400;
}

.badge-cf-darkblue {
    color: #fff;
    font-weight: 400;
    background-color: #8dbf81;
}

.badge-light-warning {
    color: #fff;
    font-weight: 400;
    background-color: #D9C052
}

.cf-title {
    color: #759695;
}

.cf-contact-border {
    border: 20px solid;
    border-color: #F2F6F7;

}

.coldfusion-footer-svg {
    color: #687C81;
}

.coldfusion-footer-svg:hover {
    color: #304348;
}

.button-text-color {
    color: #5094a4;
}


.cf-ps-25 {
    padding-left: 25%;
}

.cf-px-25 {
    padding-left: 25%;
    padding-right: 25%;
}

.cf-pe-25 {
    padding-right: 25%;
}

.container-cf {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto
}

.cf-padding {
    padding: 15% 15% 0 15% !important;
}

.cf-padding2 {
    padding: 5% 0% 69% 0% !important;
}

.cf-aboutuspic {
    margin: 0;
}

.cf-aboutus {
    margin: 0;
    padding: 5% 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.cf-aboutus2 {
    padding: 0 !important;
}

.cf-aboutus3 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #f2f6f7;
    padding: 80px 0;
}

.cf-aboutus3 p.fs-2hx {
    text-align: center;
    margin-bottom: 60px !important;
}

.cf-calendar {
    margin: -5% 5% 0% 5%;
}

.cf-topbar {
    padding: 0% 4% 0% 4% !important;
}

.cf-index {
    margin: 0% 0% 0% 0%;
}

.cf-calendar2 {
    margin: 0% 5% 0% 5%;
}

.cf-indexbottom {
    margin: 5% 0 0 0;
}

.cf-indexbottomcontent {
    padding: 10% 5% 5% 12%;
}

.cf-header {
    margin: 0% 5% 0% 5%;
}

.cf-headertop {
    margin: 7% 15% 0% 15%;
}

.cf-headertop2 {
    margin: 7% -2% 0% 0%;
}

.cf-cards {
    margin: 0% 3% 0% 3%;
}

.cf-menu {
    margin: 0% 10% 0% 10%;
}

.nav-tabs {
    border-bottom: none !important;
}

.cf-contact {
    margin: 3% 12% 10% 12%;
}

.cf-menuspecial {
    margin: 0% 10% 5% 10%;
}

.cf-menuspecial2 {
    margin: 0% 10% 0% 10%;
}


.hometop {
    min-height: auto;
}

.buttonrotate {
    transform: rotate(90deg);
}

#lejand {
    display: none;
}

.fs-1-9 {
    font-size: 1.9rem;
}

.navbar>.container-cf {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

@media (max-width:1400px) {
    .cf-indexbottomcontent {
        padding: 10% 5% 10% 5%;
    }
}


@media (min-width:992px) {

    .container-cf {
        padding: 0px !important
    }
}

@media (max-width:991.98px) {

    .container-cf {
        max-width: none;
        padding: 0 0px !important
    }

    .content {
        padding: 0;
    }

}

@media (max-width:991.98px) {
    .header-navs>.container-cf {
        padding: 0 !important
    }
}

@media (min-width:992px) {

    .aside-enabled .footer .container-cf {
        padding-left: 325px !important
    }
}

@media (min-width:992px) {

    .container-cf {
        padding: 0 100px
    }
}

@media (max-width:990px) {
    .cf-calendar {
        margin: 5% 0% 0% 0%;
    }

    .cf-cards {
        margin: 0% 5% 0% 5%;
    }

    .fs-2-1 {
        font-size: 2.6rem;
    }
}

@media (max-width:765px) {
    .cf-calendar {
        margin: 10% 0% 0% 0%;
    }
}

@media (max-width:640px) {
    .cf-calendar {
        margin: 15% 0% 0% 0%;
    }
}

@media (max-width:520px) {
    .cf-calendar {
        margin: 25% 0% 0% 0%;
    }
}

@media (max-width:1100px) {
    .menu-wrapper {
        margin-top: 70px;
    }
}

@media (max-width:520px) {
    .menu-wrapper {
        margin-top: 110px;
    }

    .swiper-button-next {
        right: 0 !important;
    }

    .swiper-button-prev {
        left: 0 !important;
    }
}


@media (max-width:991.98px) {

    .cf-ps-25 {
        padding-left: 0;
    }

    .cf-pe-25 {
        padding-right: 0;
    }

    .cf-px-25 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .container-cf {
        max-width: none;
        padding: 0 15px
    }

    .cf-menu {
        margin: 0% 0% 0% 0%;
    }

    .hometop {
        min-height: 600px;
    }

    .cf-aboutus {
        flex-direction: column;
        gap: 3rem;
    }

    .cf-aboutus2 {
        padding: 0 !important;
    }

    .cf-aboutus3 {
        padding: 10% 5% 10% 5%;
    }

    .cf-menuspecial {
        margin: 10% 0% 10% 0%;
    }

    .cf-menuspecial2 {
        margin: 10% 6% 10% 6%;
    }

    .cf-contact {
        margin: 5% 5% 10% 5%;
    }

    #filterSection {
        display: none;
    }

    .calendarbutton {
        transform: rotate(270deg);
    }

    .calendarbuttoni {
        width: 175px;
    }

    .future-days {
        color: white !important;
        /* Normal durumda beyaz renk */
        background-color: #05667D !important;
        /* Arka plan rengi */
        pointer-events: auto !important;
        /* Tıklanabilirlik aktif */
        opacity: 1 !important;
        /* Tam görünürlük */
        transition: color 0.3s ease, background-color 0.3s ease;
        /* Geçiş efekti */
    }

    .future-days:hover {
        color: white !important;
        /* Hover durumunda beyaz renk korunur */
        background-color: #04596A !important;
        /* Hover sırasında daha koyu bir arka plan rengi */
    }

    .cf-slide {
        padding: 2rem 0 !important;
    }

    .cf-index {
        margin: 0% 0% 0% 0%;
    }

    .cf-header-margin {
        margin: 0 0 0 0;
    }

    .mobile-padding-rl {
        padding: 0 0 0 0;
    }

    .fs-6hx {
        font-size: 50px !important;
    }

    .cardresponsive {
        background-position-x: 50%;
    }


}

@media (max-width: 768px) {
    .cardresponsive {
        background-position-x: 35%;
    }
}

@media (max-width: 576px) {
    .cardresponsive {
        background-position-x: 45%;
    }
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: #c0ebe2;
    font-family: 'dm-sans';
    color: #498a7c;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    font-family: 'dm-sans';
}

#switch {
    accent-color: #304348;
}

.bg-darker {
    --bg-color: 0, 0, 0 !important;
}

.btn.btn-bg-cfdarkgreen {
    border-color: #fff;
    background-color: #498a7c;
}


.btn-cfdarkgreen {
    color: #fff;
    background-color: #05667D;
    padding: calc(.60rem) calc(1rem) !important;
    border-radius: 0.50rem !important;
}

.btn-cfdarkgreenlight {
    color: #fff;
    background-color: #CCCCCC;
}

.menuinsidenavigation {
    color: #5f9ca8 !important;
}

.navlinkshop {
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 10px;
    color: #5f9ca8;
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: none !important;
}

.navlinkshop:hover {
    color: #05667D;
}

.navlinkshop::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: transparent;
    width: 0;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.navlinkshop:hover::after {
    width: 100%;
    background-color: #05667D;
}

.menuinsidenavigation:hover {
    color: #05667D !important;
}

.btnfilter {
    padding: 0.5rem 1rem !important;
    color: #05667D !important;
    border-color: #05667D !important;
    background-color: transparent !important;
    transition: all 0.3s ease;
}

.btnfilter:hover {
    background-color: #f1faff !important;
}

.btn-cfmenu {
    color: #fff;
    background-color: #05667D;
    border-top-left-radius: 10px;
    /* Adjust for desired roundness */
    border-top-right-radius: 10px;
    /* Adjust for desired roundness */
    border-bottom-left-radius: 0;
    /* Ensure bottom-left is sharp */
    border-bottom-right-radius: 0;
    /* Ensure bottom-right is sharp */
    transition: all 0.3s ease;
}

.cfsubmenu {
    padding: 0% 0% 0% 10%;
}




.btn-check:checked+.btn.btn-cfmenu,
.btn.btn-cfmenu.show,
.btn.btn-cfmenu:hover,
.show>.btn.btn-active-cfmenu {
    background-color: #448c9e !important
}

.button-inside-text-color {
    color: #5094a4;
}

.btn-cfmenu:hover .button-text-color,
.btn-cfmenu:hover .button-inside-text-color {
    color: #fff !important;
    /* Hover state */
}

.btn-cfmenu.active .button-text-color,
.btn-cfmenu:active .button-text-color,
.btn-cfmenu:active .button-inside-text-color {
    color: inherit !important;
    /* Ensure active state styles override hover */
}



.btn-check:active+.btn.btn-cfdarkgreen,
.btn-check:checked+.btn.btn-cfdarkgreen,
.btn.btn-cfdarkgreen.active,
.btn.btn-cfdarkgreen.show,
.btn.btn-cfdarkgreen:active:not(.btn-active) {
    color: #05667d;
    background-color: #EAF4F3 !important;
    transition: all .2s ease-in-out;
}

.text-letter-spacing {
    letter-spacing: 1px;
}

.btn-check:checked+.btn.btn-cfdarkgreen,
.btn.btn-cfdarkgreen.show,
.btn.btn-cfdarkgreen:hover,
.show>.btn.btn-active-cfdarkgreen {
    color: #fff;
    background-color: #177F98 !important
}

.btn-check:checked+.btn.btn-cfdarkgreenlight,
.btn.btn-cfdarkgreenlight.show,
.btn.btn-cfdarkgreenlight:hover,
.show>.btn.btn-active-cfdarkgreenlight {
    color: #fff;
    background-color: #177F98 !important
}

.cf-text-color {
    color: #304348;
}

.cf-text-black {
    color: black;
}

.btn-loginbutton {
    color: #fff;
    background-color: #fff;
    border: 0.1rem solid !important;
    border-color: #498A7C !important
}

.shop-cart {
    position: sticky;
    top: 20px;
    max-width: 100%;
    z-index: 10;
}

.shop-cart .card {
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.shop-cart .card-header {
    background-color: transparent;
}

.shop-cart .card-footer {
    background-color: transparent;
    border-top: 1px solid rgba(5, 102, 125, 0.1);
}

.shop-cart #dashboardCart {
    padding: 0.5rem;
}

.shop-cart #dashboardCart .d-flex {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(5, 102, 125, 0.2);
}

.shop-cart #dashboardCart .d-flex:last-child {
    border-bottom: none;
}

/* Olası diğer ayırıcıları da kaldıralım */
.shop-cart #dashboardCart hr,
.shop-cart #dashboardCart .separator {
    display: none;
}

@media (min-width: 992px) {
    .shop-cart {
        margin-top: 1.5rem;
        top: 100px;
    }
}

@media (min-width: 1200px) {
    .shop-cart {
        margin-top: 2rem;
        top: 110px;
    }
}

@media (min-width: 1440px) {
    .cf-menu-section .cf-main-container .row {
        margin-right: 0;
        margin-left: 0;
    }

    .shop-cart {
        margin-top: 2.5rem;
        top: 120px;
    }
}

@media (min-width: 1920px) {
    .shop-cart {
        margin-top: 3rem;
        top: 130px;
    }
}

.btn.btn-loginbutton.show,
.btn.btn-loginbutton:hover,
.show>.btn.btn-active-btn-loginbutton {
    color: #fff;
    background-color: #8DBF81 !important;
    border-color: #8DBF81 !important
}

.active-cfgreen:hover,
.active-cfgreen:active {
    color: #759695 !important;
    transition: all .2s ease-in-out;
}

.active-cfgreenuser:hover,
.active-cfgreenuser:active {
    color: #05667D !important;
    transition: all .2s ease-in-out;
}

.active-cfgreentopbar:hover,
.active-cfgreentopbar:active {
    color: #05667D !important;
    transition: all .2s ease-in-out;
}

.active-cfgreenfooter:hover,
.active-cfgreenfooter:active {
    color: #177F98 !important;
    transition: all .2s ease-in-out;
}

.btn-check:active+.btn.btn-cfdarkgreen,
.btn-check:checked+.btn.btn-cfdarkgreen,
.btn.btn-cfdarkgreen.active,
.btn.btn-cfdarkgreen.show,
.btn.btn-cfdarkgreen:active:not(.btn-active) {
    color: #fff;
    background-color: #304348 !important;
    transition: all .2s ease-in-out;
    /* transform: scale(1.05, 1.1); */
}

.btn-check:active+.btn.btn-cfdarkgreenlight,
.btn-check:checked+.btn.btn-cfdarkgreenlight,
.btn.btn-cfdarkgreenlight.active,
.btn.btn-cfdarkgreenlight.show,
.btn.btn-cfdarkgreenlight:active:not(.btn-active) {
    color: #fff;
    background-color: #304348 !important;
    transition: all .2s ease-in-out;
    /* transform: scale(1.05, 1.1); */
}

.btn-pointer-none {
    pointer-events: none;
    background-color: #F2F6F7;
    color: #BBC6C9;
}

.bg-cart {
    background-color: #F7F7F7;
}

.cf-header-border {
    border-bottom: 7px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #498A7C 33.4%, #87B1AF 0%, #87B1AF 66.6%, #D9C052 50%, #D9C052 0%) 5;
}

.btn-outline-cf {
    color: #8dbf81;
    border-color: #8dbf81
}


.btn-outline-cf:hover {
    color: #000;
    background-color: #8dbf81;
    border-color: #8dbf81
}

.btn-check:focus+.btn-outline-cf,
.btn-outline-cf:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 199, 0, .5)
}

.btn-check:active+.btn-outline-cf,
.btn-check:checked+.btn-outline-cf,
.btn-outline-cf.active,
.btn-outline-cf.dropdown-toggle.show,
.btn-outline-cf:active {
    color: #fff;
    background-color: #8dbf81;
    border-color: #8dbf81
}

.btn-check:active+.btn-outline-cf:focus,
.btn-check:checked+.btn-outline-cf:focus,
.btn-outline-cf.active:focus,
.btn-outline-cf.dropdown-toggle.show:focus,
.btn-outline-cf:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1250), 0 0 0 .25rem rgba(255, 199, 0, .5)
}

.btn-outline-cf.disabled,
.btn-outline-cf:disabled {
    color: #8dbf81;
    background-color: transparent
}

.btn-check:active+.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #707070;
}

.cf-loading-blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}

.page-item.active .page-link {
    background-color: #498a7c !important;
}

.page-link:hover {
    color: #fff !important;
    background-color: #8DBF81 !important;
}

.cfborder-address {
    border: none;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cfborder-address.selected-address {
    border: 3px solid #05667D;
}

.cardresponsive {
    background-position-x: 75%;
}

@media (max-width: 991.98px) {
    .cardresponsive {
        background-position-x: 50%;
    }
}

/* Ana sayfa arka plan görseli için özel stil */
.cf-background-main {
    background-position: 35% center !important;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .cf-background-main {
        background-position: center center !important;
    }
}

@media (max-width: 768px) {
    .cf-background-main {
        background-position: center center !important;
    }
}

@media (max-width: 576px) {
    .cf-background-main {
        background-position: center center !important;
    }
}

/* Ana sayfa hero bölümü için özel stil */
.cf-hero-background {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    position: relative;
}

@media (min-width: 1920px) {
    .col-xl-12 {
        width: 100vw !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding: 0;
        background-color: transparent;
        overflow: hidden;
    }

    /* Override all background positioning for 1920px */
    .col-xl-12 .card.rounded-0.bgi-position-y-bottom.bgi-position-x-center.bgi-no-repeat.bgi-size-cover {
        width: 100vw !important;
        height: auto !important;
        min-height: 600px !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background-size: cover !important;
        background-position: left center !important;
        background-position-x: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    /* Override specific background image properties */
    .col-xl-12 .card[style*="background-image"] {
        background-position: left center !important;
        background-size: cover !important;
    }

    .col-xl-12 .card.rounded-0.bgi-position-y-bottom .card-body {
        max-width: 1440px;
        height: 100%;
        margin: 0 auto;
        padding-left: calc((100vw - 1440px) / 2) !important;
        padding-right: calc((100vw - 1440px) / 2) !important;
    }
}

@media (max-width: 991.98px) {
    .cf-hero-background {
        background-position: center center !important;
    }
}

@media (max-width: 768px) {
    .cf-hero-background {
        background-position: center center !important;
    }
}

@media (max-width: 576px) {
    .cf-hero-background {
        background-position: center center !important;
    }
}

/* Index sayfası için özel container - 2024 */
.cf-fixed-outer {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F7F7F7;
}

.cf-fixed-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

@media (min-width: 1441px) {
    .cf-fixed-container {
        flex: 0 1 1440px;
        padding: 0;
    }
}

@media (max-width: 1440px) {
    .cf-fixed-container {
        width: 100%;
        padding: 0;
    }
}

/* 
 * Coldfusion Container ve Responsive Düzenlemeler
 * Tarih: 2024
 * Açıklama: 1440px container ve responsive düzenlemeler
 */

/* Ana container yapısı - 1440px maksimum genişlik */
.cf-main-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
    box-sizing: border-box;
}

/* Geniş ekranlar için arka plan düzenlemesi */
.cf-page-wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* Responsive Breakpoints */
@media (max-width: 1440px) {
    .cf-main-container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .cf-main-container {
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .cf-main-container {
        padding: 0 12px;
    }
}

@media (max-width: 768px) {
    .cf-main-container {
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .cf-main-container {
        padding: 0 8px;
    }
}

/* Özel elementler için merkezi hizalama */
.cf-centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Header ve Navigation için özel düzenlemeler */
.cf-header-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

/* Footer için özel düzenlemeler */
.footer {
    width: 100%;
    background-color: #87B1AF;
    position: relative;
}

.footer .cf-cards {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
}

.footer .cf-cards .row {
    margin: 0;
}

@media (max-width: 1440px) {
    .footer .cf-cards {
        padding: 0 3rem;
    }
}

@media (max-width: 991.98px) {
    .footer .cf-cards {
        padding: 0 1rem;
    }
}

@media (min-width: 1920px) {
    .footer {
        width: 100%;
        margin: 0;
        left: auto;
        right: auto;
    }

    .footer .cf-cards {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0;
    }
}

/* Pantry sayfası için özel container */
.cf-pantry-container {
    padding: 0 !important;
}

/* Topbar için özel container */
.cf-topbar-container {
    padding: 0 !important;
    max-width: 1440px;
    margin: 0 auto;
}

/* Özel margin class'ı - 1920px ve üzeri için */
@media (min-width: 1920px) {
    .cf-hero-title-margin {
        margin-left: -4rem !important;
    }
}

/* Mavi bölüm için özel genişleme - 1920px ve üzeri için */
.cf-blue-section {
    background-color: #05667D;
    width: 100%;
    position: relative;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    --swiper-navigation-sides-offset: 20px !important;
    --swiper-navigation-top-offset: 50% !important;
    margin-bottom: -2.0rem !important;
    /* Negatif margin azaltıldı (mb-n4 karşılığı) */
}

@media (max-width: 991.98px) {
    .cf-blue-section {
        min-height: 64px;
        /* Bu değeri tekrar ayarlamak gerekebilir */
        padding-top: 0;
        /* Padding top sıfırlandı/kaldırıldı */
    }
}

/* Butonların hepsine eklenen negatif margin kaldırıldı */
/* .cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu {
    margin-bottom: -8px; 
} */

/* Aktif buton stilinden margin-bottom olmadığından emin ol */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu.active,
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:active {
    background-color: #eaf4f3 !important;
    color: #05667D !important;
    border-radius: 12px 12px 0 0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

@media (min-width: 1920px) {
    .cf-blue-section {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .cf-blue-section>div {
        max-width: 1440px;
        margin: 0 auto;
    }
}

/* About-us sayfası için özel container */
.cf-about-container {
    width: 100%;
    padding: 0;
}

.cf-about-content-wrapper {
    padding: 0 3rem;
}

.cf-about-image-wrapper {
    height: 100%;
    padding: 0;
}

.cf-aboutus {
    margin: 0;
    padding: 5% 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.cf-aboutus2 {
    padding: 0 !important;
}

.cf-aboutus3 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #f2f6f7;
    padding: 80px 0;
}

.cf-aboutus3>div {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
}

@media (min-width: 1920px) {
    .cf-about-container {
        width: 1440px;
        padding: 0;
    }

    .cf-aboutus3>div {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .cf-about-container {
        padding: 0 15px;
    }

    .cf-aboutus3>div {
        padding: 0 15px;
    }
}

@media (max-width: 991.98px) {
    .cf-about-container {
        padding: 0 12px;
    }

    .cf-aboutus3>div {
        padding: 0 12px;
    }
}

@media (max-width: 768px) {
    .cf-about-container {
        padding: 0 10px;
    }

    .cf-aboutus3>div {
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .cf-about-container {
        padding: 0 8px;
    }

    .cf-aboutus3>div {
        padding: 0 8px;
    }
}

/* About-us sayfası özel düzenlemeler */
.cf-about-image-wrapper {
    padding-right: 0;
}

.cf-about-content-wrapper {
    margin-left: 0;
}

@media (min-width: 1440px) {
    .cf-about-image-wrapper {
        padding-right: 3rem !important;
    }

    .cf-about-content-wrapper {
        margin-left: 3rem !important;
    }
}

@media (min-width: 1920px) {
    .cf-page-wrapper {
        max-width: 1440px;
        margin: 0 auto;
    }

    .cf-main-container {
        max-width: 1440px;
        margin: 0 auto;
    }

    .bgi-no-repeat.bgi-size-cover {
        width: 1440px !important;
        left: 50% !important;
        right: auto !important;
        margin-left: -720px !important;
        margin-right: 0 !important;
    }

    .container-fluid {
        max-width: 1440px !important;
        margin: 0 auto;
    }

    /* Tam genişlik container için özel kural */
    .cf-custom-full-width-container.container-fluid {
        max-width: 100vw !important;
        width: 100vw !important;
        position: relative;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }

    /* Pasta görseli için özel düzenleme */
    .bgi-size-contain.bgi-position-center {
        background-position: left center !important;
        margin-left: -3rem;
    }

    /* Contact sayfası için özel düzenlemeler */
    .cf-main-container .row {
        margin: 0;
    }

    .cf-main-container .tns {
        max-width: 1440px;
        margin: 0 auto;
    }

    /* cf-page-wrapper içindeki container-fluid.bg-light için özel kural */
    .cf-page-wrapper .cf-custom-full-width-bg {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding-left: calc(50vw - 720px) !important;
        padding-right: calc(50vw - 720px) !important;
    }
}

/* Contact sayfası için özel düzenlemeler */
.cf-main-container {
    padding: 0;
}

.cf-main-container .row {
    margin: 0;
}

@media (min-width: 1440px) {
    .cf-main-container {
        padding: 0 3rem;
    }

    .cf-main-container .row {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (min-width: 1920px) {
    .cf-main-container {
        padding: 0;
        max-width: 1440px;
        margin: 0 auto;
    }

    .cf-main-container .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* User Profile Page Layout Styles */
.cf-profile-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.cf-profile-sidebar {
    height: 100vh;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.cf-profile-content {
    padding: 40px;
    background-color: white;
}

@media (min-width: 1440px) {
    .cf-profile-container {
        padding: 0;
    }
}

@media (min-width: 1920px) {
    .cf-profile-container {
        max-width: 1440px;
        margin: 0 auto;
    }
}

/* Profile Form Styles */
.cf-profile-form-control {
    width: 75%;
    margin-left: 20px;
    font-size: 1rem;
}

.cf-profile-section-title {
    font-family: 'DM Mono', monospace;
    font-size: 2rem;
    font-weight: normal;
    margin: 2.5rem 0;
    padding-bottom: 2.5rem;
}

.cf-profile-divider {
    height: 15px;
    margin: 2.5rem 0;
}

.cf-profile-label {
    font-weight: bold;
    font-size: 1rem;
    color: var(--cf-text-color);
    font-family: 'DM Sans', sans-serif;
}

.cf-profile-submit-btn {
    font-family: 'DM Mono', monospace;
    font-size: 1.25rem;
}

/* 1920px Ekran Düzenlemeleri */
@media (min-width: 1441px) {

    /* Sadece belirtilen bölüm için full-width düzenleme */
    .bgi-no-repeat.bgi-size-contain.bgi-position-x-center.bgi-position-y-center {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding: 0;
    }

    /* flex-row'u kaldır ama diğer class'ları koru */
    .bgi-no-repeat.bgi-size-contain.bgi-position-x-center.bgi-position-y-center .d-flex.flex-row.row.align-items-center {
        display: flex !important;
        flex-direction: unset !important;
    }

    /* İçerik hizalama */
    .bgi-no-repeat.bgi-size-contain.bgi-position-x-center.bgi-position-y-center>.d-flex.row.align-items-center {
        max-width: 1920px;
        margin: 0 auto;
        padding: 0;
    }

    /* Görsel alanları */
    .bgi-no-repeat.bgi-size-contain.bgi-position-x-start.h-600px,
    .bgi-no-repeat.bgi-size-contain.bgi-position-x-end.h-600px {
        background-size: contain;
        background-repeat: no-repeat;
        height: 600px !important;
    }

    /* Sol görsel için özel ayar */
    .bgi-no-repeat.bgi-size-contain.bgi-position-x-start.h-600px {
        background-position: left center;
    }

    /* Sağ görsel için özel ayar */
    .bgi-no-repeat.bgi-size-contain.bgi-position-x-end.h-600px {
        background-position: right center;
    }

    /* Metin alanı düzenlemeleri */
    .col-6.d-flex.flex-column[style*="padding-left: 30%"] {
        padding-left: 20% !important;
    }

    .cf-text-color.fs-5.fw-normal.my-7.dm-sans.w-50 {
        width: 60% !important;
    }
}

/* Ekip grid yapısı için özel düzenlemeler */
@media (min-width: 1441px) {

    /* Ekip container'ı için düzenleme */
    .cf-aboutus3 {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 5% 0;
        background-color: #f2f6f7;
    }
}

/* Ekibimiz Bölümü */
.cf-team-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
    background-color: #f2f6f7;
}

.cf-team-title {
    color: #304348;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.cf-team-card {
    width: 100%;
    margin-bottom: 2rem;
}

.cf-team-image {
    position: relative;
    width: 85%;
    margin: 0 auto;
    aspect-ratio: 1;
    overflow: hidden;
}

.image-wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cf-team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    text-decoration: none;
}

.cf-team-overlay:hover {
    opacity: 1;
    color: white;
}

.cf-team-name {
    text-align: center;
    margin-top: 1rem;
    color: #304348;
    font-size: 1.25rem;
}

/* 1920px ekran için düzenleme */
@media (min-width: 1441px) {
    .cf-aboutus3 {
        padding: 80px calc((100% - 1440px) / 2);
    }
}

/* About Us Page Structure */
.cf-page-wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.cf-about-container {
    width: 100%;
    padding: 0;
}

/* Story Section */
.cf-aboutus {
    margin: 0;
    padding: 5% 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.cf-aboutus2 {
    padding: 0 !important;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 4rem;
}

@media (max-width: 1440px) {
    .col-xl-5.col-md-5.p-0 {
        display: flex;
        justify-content: flex-end;
    }

    .col-xl-5.col-md-5.cf-aboutus2 {
        padding-left: 5px !important;
    }
}

@media (min-width: 1920px) {
    .about-content {
        padding: 0;
    }

    .cf-page-wrapper {
        max-width: 1440px;
        margin: 0 auto;
    }
}

/* Team Section */
.cf-team-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
    background-color: #f2f6f7;
}

.cf-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    padding: 80px 0;
}

/* Responsive Adjustments */
@media (min-width: 1920px) {
    .cf-team-container {
        max-width: 1920px;
        padding: 0 calc((100% - 1440px) / 2);
    }

    .cf-team-grid {
        grid-template-columns: repeat(4, 1fr);
        max-width: 1440px;
        margin: 0 auto;
        gap: 60px;
    }

    .cf-team-image {
        width: 85%;
        margin: 0 auto;
    }
}

@media (min-width: 1441px) and (max-width: 1919px) {
    .cf-team-container {
        padding: 0;
    }

    .cf-team-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px;
    }

    .cf-team-image {
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 1440px) {
    .cf-page-wrapper {
        padding: 0 3rem;
    }

    .cf-about-content-wrapper {
        padding: 0 2rem;
    }
}

@media (max-width: 991px) {
    .cf-aboutus {
        flex-direction: column;
        gap: 3rem;
    }

    .cf-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .cf-page-wrapper {
        padding: 0 1rem;
    }

    .cf-team-grid {
        grid-template-columns: 1fr;
    }

    .cf-about-content-wrapper {
        padding: 0;
    }
}

/* Shop Menü Düzenlemesi - 2024 */
.cf-menu-row-1440 {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.cf-menu-row-1440 .nav-item {
    flex: 0 1 auto;
    white-space: nowrap;
}

.cf-menu-row-1440 .nav-link {
    padding: 0.5rem 0.75rem;
    color: #5f9ca8;
    transition: color 0.3s ease;
    font-size: 1rem;
}

@media (max-width: 1200px) {
    .cf-menu-row-1440 {
        overflow-x: auto;
        justify-content: flex-start;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .cf-menu-row-1440::-webkit-scrollbar {
        display: none;
    }

    .cf-menu-row-1440 .nav-link {
        padding: 0.5rem 1rem;
    }
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: var(--swiper-navigation-color);
}

/* Takvim Butonları */
.btn-cfmenu {
    color: #fff;
    background-color: #05667D;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.3s ease;
}

.btn-cfmenu:hover {
    background-color: #448c9e !important;
}

.btn-cfmenu:hover .button-text-color,
.btn-cfmenu:hover .button-inside-text-color {
    color: #fff !important;
}

.btn-pointer-none {
    pointer-events: none;
    background-color: #F2F6F7;
    color: #BBC6C9;
}

.button-text-color {
    color: #5094a4;
}

.button-inside-text-color {
    color: #5094a4;
}

/* Aktif Buton Durumu */
.btn-cfmenu.active .button-text-color,
.btn-cfmenu:active .button-text-color,
.btn-cfmenu:active .button-inside-text-color {
    color: inherit !important;
}

/* Gelecek Günler */
.future-days {
    color: white !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.future-days:hover {
    color: white !important;
}

/* Full Width Sections */
.col-xl-12 {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
}

.col-xl-12 .card.rounded-0.bgi-position-y-bottom {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
}

/* Hero Image Content Alignment */
.col-xl-12 .card.rounded-0.bgi-position-y-bottom .card-body {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: calc((100vw - 1440px) / 2 + 3rem) !important;
    padding-right: calc((100vw - 1440px) / 2 + 3rem) !important;
}

@media (max-width: 1440px) {
    .col-xl-12 .card.rounded-0.bgi-position-y-bottom .card-body {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

@media (max-width: 991.98px) {
    .col-xl-12 .card.rounded-0.bgi-position-y-bottom .card-body {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Menu Section Full Width */
.cf-menu-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #eaf4f3;
}

.cf-menu-section .cf-main-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
}

@media (max-width: 1440px) {
    .cf-menu-section .cf-main-container {
        padding: 0 3rem;
    }
}

@media (max-width: 991.98px) {
    .cf-menu-section .cf-main-container {
        padding: 0 1.5rem;
    }
}

/* Menu Categories Navigation */
.cf-menu-row-1440 {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.cf-menu-row-1440 .nav-item {
    flex: 0 1 auto;
    white-space: nowrap;
}

.cf-menu-row-1440 .nav-link {
    padding: 0.5rem 0.75rem;
    color: #5f9ca8;
    transition: color 0.3s ease;
    font-size: 1rem;
}

@media (max-width: 1200px) {
    .cf-menu-row-1440 {
        overflow-x: auto;
        justify-content: flex-start;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .cf-menu-row-1440::-webkit-scrollbar {
        display: none;
    }

    .cf-menu-row-1440 .nav-link {
        padding: 0.5rem 1rem;
    }
}

/* Filter Buttons */
.btnfilter {
    padding: 0.5rem 1rem !important;
    color: #05667D !important;
    border-color: #05667D !important;
    background-color: transparent !important;
    transition: all 0.3s ease;
}

.btnfilter:hover {
    background-color: #f1faff !important;
}

@media (min-width: 1920px) {
    body {
        background-color: #F7F7F7;
    }

    .cf-main-container {
        background-color: transparent;
    }

    .content.flex-row-fluid {
        background-color: transparent;
    }

    /* Shop sayfası için özel container yapısı */
    .cf-shop-wrapper {
        width: 100%;
        min-height: 100vh;
        background-color: #F7F7F7;
    }

    /* Tüm içerik alanı için arka plan rengi */
    #kt_content {
        background-color: transparent !important;
    }

    /* Sepet bölümü için arka plan rengi */
    .shop-cart .card {
        background-color: #fff !important;
    }
}

/* 1440px ekran için özel düzenleme */
@media (max-width: 1440px) {
    .col-xl-12 {
        width: 100vw !important;
        position: relative;
        left: auto;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding: 0;
    }

    .col-xl-12 .card.rounded-0.bgi-position-y-bottom.bgi-position-x-center.bgi-no-repeat {
        width: 100% !important;
        position: relative;
        left: auto;
        right: auto;
        margin-left: auto;
        margin-right: auto;
        background-size: cover !important;
        min-height: 400px !important;
    }

    .col-xl-12 .card-body {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

/* 1920px ekran için özel düzenleme */
@media (min-width: 1920px) {
    .col-xl-12 {
        width: 100vw !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding: 0;
        background-color: transparent;
        overflow: hidden;
    }

    .col-xl-12 .card.rounded-0.bgi-position-y-bottom.bgi-position-x-center.bgi-no-repeat {
        width: 100vw !important;
        height: auto !important;
        min-height: 600px !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background-position: left center !important;
        background-position-x: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    .col-xl-12 .card.rounded-0.bgi-position-y-bottom .card-body {
        max-width: 1440px;
        height: 100%;
        margin: 0 auto;
        padding-left: calc((100vw - 1440px) / 2) !important;
        padding-right: calc((100vw - 1440px) / 2) !important;
    }
}

/* Hero Section - 2024 */
@media (min-width: 1920px) {
    .cf-hero-main {
        width: 100vw !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding: 0;
        background-color: transparent;
        overflow: hidden;
    }

    .cf-hero-main .card {
        width: 100vw !important;
        height: 100vh !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background-size: cover !important;
        background-position: center !important;
        padding: 0 !important;
        min-height: 800px;
    }

    .cf-hero-main .card-body {
        max-width: 1440px;
        height: 100%;
        margin: -80px auto 0 auto;
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .cf-hero-main .card-body.d-flex.flex-column.text-start.justify-content-center {
        padding-left: calc((100vw - 1440px) / 2) !important;
        padding-right: calc((100vw - 1440px) / 2) !important;
        margin-left: 0 !important;
    }
}

/* 1440px screen styles */
@media (max-width: 1440px) {
    .cf-hero-main {
        width: 100% !important;
        position: relative;
        overflow: hidden;
    }

    .cf-hero-main .card {
        width: 100% !important;
        height: 90vh !important;
        background-size: cover !important;
        background-position: center !important;
        min-height: 800px;
    }

    .cf-hero-main .card-body {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        height: 100%;
        margin-top: -80px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

/* Remove fixed height from hometop class */
.hometop {
    min-height: auto;
}

/* Ensure background image covers properly */
.cf-hero-background {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    position: relative;
}

/* Shop Page - 1440px Adjustments */
@media (max-width: 1440px) {
    .cf-shop-page .col-xl-12 {
        width: 100vw !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding: 0;
    }

    .cf-shop-page .cf-blue-section {
        width: 100vw !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .cf-shop-page .cf-blue-section .cf-main-container {
        padding: 0 3rem;
    }

    .cf-shop-page .col-xl-12 .card.rounded-0.bgi-position-y-bottom.bgi-position-x-center.bgi-no-repeat {
        width: 100% !important;
        background-size: cover !important;
        min-height: 400px !important;
    }
}

/* Sidebar Menu Active State - 2024 */
.leftusermenu .menu-item {
    width: 100%;
}

.leftusermenu .menu-item .row {
    width: 100%;
    margin: 0;
}

.leftusermenu .menu-item .row .col-6:last-child {
    display: flex;
    justify-content: flex-end;
    padding-right: 1.5rem;
}

.leftusermenu .menu-item .menu-link {
    display: inline-block;
    position: relative;
    padding: 0;
    /* padding-bottom: 5px; */
    /* Add padding-bottom if needed */
}

.leftusermenu .menu-item .menu-link .menu-title::after {
    /* Moved from .menu-link::after */
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    /* Adjust bottom as needed */
    width: 0;
    height: 2px;
    /* Increased thickness from 1px to 2px */
    background-color: white;
    transition: width 0.3s ease;
}

.leftusermenu .menu-item .menu-link:hover .menu-title::after {
    /* Selector updated */
    width: 100%;
}

.leftusermenu .menu-item .menu-link.active {
    background: transparent !important;
}

.leftusermenu .menu-item .menu-link.active .menu-title::after {
    /* Selector updated */
    width: 100%;
}

.leftusermenu .menu-item .menu-link:hover {
    background: transparent !important;
}

.leftusermenu .menu-item .menu-link .menu-title {
    position: relative;
    /* Ensures ::after is positioned relative to this */
    z-index: 1;
    display: block;
    text-align: left;
    padding-bottom: 5px;
    /* Add padding to ensure space for the underline */
}

.footer .menu-item {
    line-height: 1.2;
    margin-bottom: -5px;
}

@media (max-width: 1440px) {
    .d-flex.flex-row.row.align-items-center {
        width: 100vw !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding: 0;
    }

    .d-flex.flex-row.row.align-items-center .col-6 {
        padding: 0;
    }

    .d-flex.flex-row.row.align-items-center .col-6:first-child {
        padding-right: 0;
        background-size: contain !important;
        background-position: left center !important;
    }

    .d-flex.flex-row.row.align-items-center .col-6:last-child {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .bgi-no-repeat.bgi-size-contain.bgi-position-x-start.h-600px {
        width: 50vw;
        background-position: left center !important;
        background-size: contain !important;
    }

    .cf-text-color.fs-5.fw-normal.my-7.dm-sans.w-50 {
        width: 100% !important;
    }
}

/* Özel Hero Düzenlemeleri - Coldfusion */
.cf-custom-hero-fullscreen {
    height: 100vh !important;
    min-height: 100vh;
    max-height: 95vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media (min-width: 1441px) and (max-width: 1919px) {
    .cf-custom-hero-fullscreen {
        height: 100vh !important;
        min-height: 90vh;
        max-height: 90vh;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1440px) {
    .cf-custom-hero-fullscreen {
        height: 100vh !important;
        min-height: 100vh;
        max-height: 100vh;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .cf-custom-hero-fullscreen {
        height: 100vh !important;
        min-height: 100vh;
        max-height: 100vh;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* Hero altındaki bölüm için özel düzenleme */
.cf-custom-no-margin-top {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (min-width: 1441px) {
    .cf-custom-no-margin-top {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

@media (max-width: 1440px) {
    .cf-custom-no-margin-top {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

@media (max-width: 991px) {
    .cf-custom-no-margin-top {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* Mavi bölüm için özel düzenleme */
.cf-custom-blue-section-no-margin {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (min-width: 1441px) {
    .cf-custom-blue-section-no-margin {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

@media (max-width: 1440px) {
    .cf-custom-blue-section-no-margin {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

@media (max-width: 991px) {
    .cf-custom-blue-section-no-margin {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* About-us sayfası için özel tam genişlik container */
.cf-custom-full-width-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

@media (min-width: 1920px) {
    .cf-custom-full-width-container {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    /* İçerideki içerik için sınırlama */
    .cf-custom-full-width-container .cf-custom-content-wrapper {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 3rem;
    }
}

@media (max-width: 1919px) {
    .cf-custom-full-width-container .cf-custom-content-wrapper {
        width: 100%;
        padding: 0 3rem;
    }
}

@media (max-width: 991px) {
    .cf-custom-full-width-container .cf-custom-content-wrapper {
        padding: 0 1.5rem;
    }
}

/* About-us sayfası için özel tam genişlik arka plan */
.cf-custom-full-width-bg {
    position: relative;
}

.cf-custom-full-width-bg::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: inherit;
    z-index: -1;
}

/* Ekip bölümü için içerik sınıfı */
.cf-custom-team-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
}

@media (max-width: 1440px) {
    .cf-custom-team-content {
        padding: 0 3rem;
    }
}

@media (max-width: 991px) {
    .cf-custom-team-content {
        padding: 0 1.5rem;
    }
}

/* Slider kontrol butonları için özel stil */
.tns .tns-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
    padding: 0;
}

.tns .tns-controls button {
    outline: 0;
    border: 0;
    width: 50px;
    height: 50px;
    background-color: transparent !important;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    transition: none;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
}

.tns .tns-controls button[data-controls="prev"] {
    left: 10px;
}

.tns .tns-controls button[data-controls="next"] {
    right: 10px;
}

.tns .tns-controls button:hover {
    background-color: transparent !important;
}

.tns .tns-controls button[data-controls="prev"]::before,
.tns .tns-controls button[data-controls="next"]::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #fff;
    position: absolute;
}

.tns .tns-controls button[data-controls="prev"]::before {
    transform: rotate(-135deg);
}

.tns .tns-controls button[data-controls="next"]::before {
    transform: rotate(45deg);
}

/* Mobil cihazlar için buton boyutlarını ayarla */
@media (max-width: 768px) {
    .tns .tns-controls button {
        width: 40px;
        height: 40px;
        background-color: transparent !important;
    }

    .tns .tns-controls button[data-controls="prev"] {
        left: 5px;
    }

    .tns .tns-controls button[data-controls="next"] {
        right: 5px;
    }

    .tns .tns-controls button:hover {
        background-color: transparent !important;
    }

    .tns .tns-controls button[data-controls="prev"]::before,
    .tns .tns-controls button[data-controls="next"]::before {
        width: 14px;
        height: 14px;
        border-width: 3px 3px 0 0;
    }
}

/* Slider için pozisyon ayarı */
.tns {
    position: relative;
}

.cf-parallax-bg {
    background-attachment: fixed !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
    min-height: 150vh !important;
    /* Daha büyük yükseklik */
    display: flex !important;
    align-items: flex-end !important;
    transition: none !important;
}

.cf-parallax-content {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    transform: translateY(-15vh) !important;
}

.cf-parallax-content .row.bg-white {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px !important;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out !important;
    will-change: transform, opacity !important;
    transform: translateY(100%) !important;
    /* Başlangıçta ekranın altında */
    opacity: 0 !important;
    /* Başlangıçta görünmez */
}

.cf-parallax-content .row.bg-white.visible {
    transform: translateY(0) !important;
    /* Görünür olduğunda normal pozisyonda */
    opacity: 1 !important;
    /* Görünür olduğunda tam opak */
}

@media (max-width: 991px) {
    .cf-parallax-bg {
        background-attachment: scroll !important;
        /* Mobile devices often have issues with fixed backgrounds */
        min-height: 140vh !important;
    }

    .cf-parallax-content {
        transform: translateY(10vh) !important;
        /* Mobil cihazlar için daha yukarıda */
    }

    .cf-parallax-content .row.bg-white {
        transform: translateY(100%) !important;
        opacity: 0 !important;
    }

    .cf-parallax-content .row.bg-white.visible {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}

@media (max-width: 1440px) {
    .cf-parallax-bg {
        min-height: 140vh !important;
    }

    .cf-parallax-content {
        transform: translateY(-15vh) !important;
        /* 1440px ekran genişliği için daha yukarıda */
    }
}

@media (max-width: 1440px) {
    .cf-custom-hero-fullscreen {
        height: 90vh !important;
        min-height: 90vh;
        max-height: 90vh;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* Special Product Page - Top Section Responsive Fix */
@media (max-width: 1199.98px) {

    .special-product-top-left,
    .special-product-top-right {
        width: 100% !important;
        /* Ensure full width below xl breakpoint */
        margin-left: 0 !important;
        /* Reset any potential negative margins */
        margin-right: 0 !important;
        padding-left: 0 !important;
        /* Reset padding if needed */
        padding-right: 0 !important;
        flex: 0 0 100%;
        /* Ensure flex item takes full width */
        max-width: 100%;
        /* Override Bootstrap column max-width if necessary */
    }

    .special-product-top-right {
        margin-top: 2rem;
        /* Add some space between the blocks when stacked */
    }
}

/* Topbar - Mobile Navigation Hamburger Icon Color */
#kt_landing_menu_toggle svg line {
    stroke: #05667d !important;
    /* cf-darkblue color */
}

/* Login Modal Custom Styles (Revision 2) */
.login-modal-content-custom {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden;
    /* Ensure content respects border radius */
}

.login-modal-header-custom {
    border-bottom: 1px solid #EFF2F5 !important;
    padding: 1.5rem 1.75rem !important;
    /* REMOVED all flex/centering styles from previous attempts */
}

.login-modal-header-custom .modal-title {
    /* REMOVED all centering styles from previous attempts */
    width: 100%;
    /* Allow title to potentially span full width for text-center */
    font-family: 'dm-sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.25rem !important;
    color: #304348 !important;
    /* cf-text-color */
}

.login-modal-close-custom {
    /* Use standard btn-close, position handled by HTML classes */
    filter: none !important;
    opacity: 0.6 !important;
    z-index: 10;
    /* Ensure it's above title if overlap occurs */
}

.login-modal-close-custom:hover {
    /* ... */
}

.login-modal-body-wrapper-custom {
    /* ... */
}

/* ... rest of login modal styles ... */

/* Login Modal Width Adjustment */
.login-modal-dialog-custom {
    max-width: 400px !important;
    /* Adjust this value as needed */
}

/* Register Page - Ensure Sign In Link Visibility */
#register-signin-link-wrapper {
    display: block !important;
    /* Or inline, depending on desired layout, block ensures it takes space */
    visibility: visible !important;
    opacity: 1 !important;
}

/* Contact Page - Info Block Hover Effect (Revised for inner link width) */
.contact-info-block {
    text-align: center;
    /* Center the inline-block link */
    /* transition: none !important; */
    /* border-radius: 0 !important; */
    /* padding: 0 !important; */
}

.contact-info-block a {
    display: inline-block;
    /* Make link width fit content */
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 1rem 1.5rem;
    /* Add horizontal padding */
    border-radius: 8px;
    text-decoration: none !important;
}

.contact-info-block a:hover {
    background-color: #f8f9fa;
    /* Light grey background on hover */
    /* transform: scale(1.02); */
}

/* START: Order List Table Customization */
#dataTableOrder {
    border-collapse: separate;
    /* Required for border-spacing */
    border-spacing: 0 10px;
    /* Vertical spacing between rows */
    border: none;
    /* Remove default table borders */
}

#dataTableOrder thead th,
#dataTableOrder.table-sm thead th {
    /* Added .table-sm for specificity */
    border-bottom: none;
    /* Remove header bottom border */
    text-transform: none;
    /* Optional: Remove text-transform if any */
    font-weight: normal;
    /* Adjust font weight if needed */
    color: #707070;
    /* Example header text color */
    padding: 0 0.75rem !important;
    /* Removed vertical padding completely, added !important */
    line-height: 1 !important;
    /* Set line height to minimum, added !important */
}

#dataTableOrder tbody tr {
    /* background-color: #F9F9F9; */
    /* Removed background from tr */
    /* border-radius: 8px; */
    /* Removed radius from tr itself */
    transition: none;
    /* Transition now handled by td */
    box-shadow: none;
    /* Remove any existing shadows */
    border: none;
    /* Remove row borders */
    /* overflow: hidden; */
    /* Removed overflow, maybe not needed */
}

#dataTableOrder tbody td,
#dataTableOrder.table-sm tbody td {
    /* Added .table-sm for specificity */
    border: none;
    /* Remove cell borders */
    vertical-align: middle;
    padding: 0 0.75rem !important;
    /* Removed vertical padding completely, added !important */
    line-height: 1 !important;
    /* Set line height to minimum, added !important */
    color: #3F4254;
    /* Example cell text color */
    background-color: #F9F9F9;
    /* Added background to td */
    transition: background-color 0.3s ease;
    /* Added transition to td */
}

#dataTableOrder tbody tr:hover td {
    /* Changed hover target to td */
    background-color: rgba(135, 177, 175, 0.85);
    /* Hover color with 85% opacity */
    cursor: pointer;
}

/* Apply rounded corners to the first and last cell of each row */
#dataTableOrder tbody td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#dataTableOrder tbody td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#dataTableOrder_wrapper .dataTables_paginate .paginate_button.current,
#dataTableOrder_wrapper .dataTables_paginate .paginate_button:hover {
    background: #87B1AF !important;
    /* Match footer background color */
    color: white !important;
    border: none;
}

#dataTableOrder_wrapper .dataTables_paginate .paginate_button {
    border: none;
    background: #F9F9F9;
    /* Match row background */
    color: #707070 !important;
    /* Match header text color */
}

#dataTableOrder_wrapper .dataTables_length select {
    background-color: #F9F9F9;
    border-radius: 8px;
    border: none;
    color: #3F4254;
}

/* END: Order List Table Customization */

/* START: Force left align for order summary prices */
#orderSubtotal,
#orderShippingCost,
#orderGrandTotal {
    text-align: left !important;
    /* Force left alignment */
}

/* END: Force left align for order summary prices */

/* START: Customize Topbar Cart Badge */
#topbarCartBadges {
    background-color: #8DBF81 !important;
    /* Changed from #87B1AF to match bg-cflightgreen */
    color: white !important;
    /* White text */
    border: none !important;
    /* Remove border */

    /* --- Added for positioning --- */
    top: 10% !important;
    /* Adjust vertical position (percentage or px) */
    left: 90% !important;
    /* Adjust horizontal position (percentage or px) */
    /* Keep translate-middle for centering the badge itself */
    /* --- End positioning additions --- */

    /* Optional: Adjust padding/size/font-size if needed */
    /* padding: 0.3em 0.5em !important; */
    /* font-size: 0.75rem !important; */
    /* min-width: 1.6rem !important; */
    /* Ensure circle shape with single digit */
    /* height: 1.6rem !important; */
    /* display: inline-flex !important; */
    /* Keep flex for centering */
    /* align-items: center !important; */
    /* justify-content: center !important; */
}

/* END: Customize Topbar Cart Badge */

/* START: Fix Swiper Arrow Visibility Issue */
/* Ensure the parent column allows overflow */
.col-xl-5.mb-1.mb-md-0.col-12.ms-n4 {
    overflow: visible !important;
}

/* Ensure the parent row allows overflow */
.cf-parallax-content .row.bg-white {
    overflow: visible !important;
    /* Allow overflow for the row containing the slider */
}

/* Ensure the swiper container itself allows overflow */
.special-product-swiper {
    /* overflow: visible !important; <-- Removed this line */
}

/* END: Fix Swiper Arrow Visibility Issue */

/* START: Customize Swiper Navigation Buttons for Special Product Page */
.special-product-swiper .swiper-button-next,
.special-product-swiper .swiper-button-prev {
    background-color: #2A6C6F;
    /* Koyu turkuaz - Gerekirse ayarla */
    border-radius: 50%;
    /* Dairesel şekil */
    width: 45px;
    /* Genişlik - Gerekirse ayarla */
    height: 45px;
    /* Yükseklik - Gerekirse ayarla */
    color: white !important;
    /* Ok rengi */
    /* Varsayılan position: absolute üzerine yazabiliriz */
    top: 50%;
    /* Dikey ortalama */
    transform: translateY(-50%);
    /* Dikey ortalama */
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    /* Yumuşak hover efekti */
}

.special-product-swiper .swiper-button-next:hover,
.special-product-swiper .swiper-button-prev:hover {
    background-color: #1e4c52;
    /* Hover için biraz daha koyu */
}

/* Swiper'ın ok ikonlarını stilize et (::after pseudo-elementi kullanılır) */
.special-product-swiper .swiper-button-next::after,
.special-product-swiper .swiper-button-prev::after {
    font-size: 18px;
    /* Ok boyutu - Gerekirse ayarla */
    font-weight: bold;
    /* Kalınlık (isteğe bağlı) */
    color: white !important;
    /* Ok renginin beyaz olduğundan emin ol */
}

/* İkonların konumunu ayarlama (varsayılan Swiper CSS'ini geçersiz kılma) */
.special-product-swiper .swiper-button-prev {
    left: 10px;
    /* Slider'ın sol kenarına yakın */
}

.special-product-swiper .swiper-button-next {
    right: 10px;
    /* Slider'ın sağ kenarına yakın */
}

/* END: Customize Swiper Navigation Buttons */

/* Daha Özgül Aktif Buton Stili */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu.active,
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:active {
    background-color: #eaf4f3 !important;
    color: #05667D !important;
    border-radius: 12px 12px 0 0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

/* Daha Özgül Aktif Buton İç Yazı Stili */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu.active .button-inside-text-color {
    color: #05667D !important;
    font-weight: bold;
}

/* Menü wrapper hizalamasını güçlendirme */
.cf-blue-section .menu-wrapper {
    align-items: flex-end;
    /* Butonları alta yasla */
    margin-bottom: 0;
}

#dataTableOrder tbody tr:hover td {
    background-color: #f1faff;
    /* Change background on row hover */
    color: #000;
    /* Optional: Change text color on hover */
}

#dataTableOrder tbody td:first-child {
    border-left: 1px solid #dee2e6;
    /* Add left border to first cell */
}

#dataTableOrder tbody td:last-child {
    border-right: 1px solid #dee2e6;
    /* Add right border to last cell */
}

#dataTableOrder_wrapper .dataTables_paginate .paginate_button.current,
#dataTableOrder_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #05667d !important;
    /* Active pagination button background */
    color: white !important;
    border-color: #05667d !important;
}

#dataTableOrder_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #dee2e6;
    margin: 0 2px;
    border-radius: 0.475rem;
    /* Style for non-active pagination buttons */
}

#dataTableOrder_wrapper .dataTables_length select {
    border: 1px solid #ced4da;
    border-radius: 0.475rem;
    padding: 0.475rem 1.75rem 0.475rem 0.75rem;
    background-color: #fff;
    color: #495057;
    /* Style for the length select dropdown */
}

#orderSubtotal,
#orderDiscount,
#orderShipping,
#orderTotal {
    font-family: 'dm-mono';
    font-weight: bold;
    font-size: 1.1rem;
    color: #05667d;
    /* Styling for order summary values */
}

#topbarCartBadges {
    position: absolute;
    top: -8px;
    /* Adjust based on icon size */
    right: -8px;
    /* Adjust based on icon size */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    /* Adjust size as needed */
    font-size: 0.75rem;
    /* Adjust font size */
    font-weight: bold;
    border-radius: 50%;
    background-color: #E64A19;
    /* Example badge color */
    color: white;
    font-family: 'dm-sans';
    border: 1px solid white;
    /* Optional border */
    padding: 0;
    line-height: 1;
    /* Ensure text is centered vertically */
    box-sizing: border-box;
}

/* Ensure the columns stack correctly below xl breakpoint */
/* Removed negative margin classes from HTML */
@media (max-width: 1199.98px) {

    .special-product-top-left,
    .special-product-top-right {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0 !important;
        /* Reset any potential negative margins */
        margin-right: 0 !important;
        margin-bottom: 1.5rem;
        /* Add some space between stacked columns */
    }

    .special-product-top-right {
        margin-bottom: 0;
        /* No bottom margin for the last item */
    }
}

.col-xl-5.mb-1.mb-md-0.col-12.ms-n4 {
    margin-left: 0 !important;
}


.cf-parallax-content .row.bg-white {
    border-radius: 15px;
    margin-bottom: 1.5rem;
    /* Spacing between rows */
}

.special-product-swiper {
    position: relative;
    /* Needed for absolute positioning of nav buttons */
    padding: 0 50px;
    /* Add padding to make space for buttons */
}

.special-product-swiper .swiper-button-next,
.special-product-swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: white;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-product-swiper .swiper-button-next:hover,
.special-product-swiper .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.special-product-swiper .swiper-button-next::after,
.special-product-swiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

.special-product-swiper .swiper-button-prev {
    left: 5px;
    /* Adjust position */
}

.special-product-swiper .swiper-button-next {
    right: 5px;
    /* Adjust position */
}

/* Add border radius and spacing to swiper slides if needed */
/* .special-product-swiper .swiper-slide { ... } */


/* Ensure active tab link maintains correct background */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu.active,
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:hover {
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

/* Ensure text inside active/hovered tab has correct color and transparent background */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu.active .button-text-color,
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu.active .button-inside-text-color,
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:hover .button-text-color,
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:hover .button-inside-text-color {
    color: #05667d !important;
    background-color: transparent !important;
}

/* Remove underline from shop page menu items */
.cf-blue-section .menu-wrapper {
    text-decoration: none;
}

/* Shop sayfası gün sekmesi aktif durum düzeltmesi */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu.active .button-text-color,
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu.active .button-inside-text-color {
    background-color: transparent !important;
    /* Aktif sekme içindeki yazıların arka planını kaldır */
    color: #05667d !important;
    /* Metin rengini zorla */
}

/* Genel buton arka planını koru */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu.active {
    background-color: #eaf4f3 !important;
    /* İstenen yeni arka plan rengi */
    border-color: #eaf4f3 !important;
    /* Kenarlık rengini de güncelle */
    box-shadow: none !important;
    /* Olası çakışan gölgeleri kaldır */
}

/* Hover durumunda da span arka planının olmamasını sağla (ihtiyaç olursa) */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:hover .button-text-color,
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:hover .button-inside-text-color {
    background-color: transparent !important;
}

/* Shop Sayfası Gün Sekmesi Aktif/Hover Durumu Düzeltmesi */

/* Aktif Buton Arka Planı */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu.active {
    background-color: #eaf4f3 !important;
    /* İstenen yeni arka plan rengi */
    border-color: #eaf4f3 !important;
    /* Kenarlık rengini de güncelle */
    box-shadow: none !important;
    /* Olası çakışan gölgeleri kaldır */
}

/* Aktif Buton İçindeki Tüm Yazıların (span) Stili */
/* Bu kural .future-days'in background'unu geçersiz kılmalı */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu.active span {
    background-color: transparent !important;
    /* Yazı arka planını şeffaf yap */
    color: #05667d !important;
    /* Koyu metin rengi */
    font-weight: bold !important;
    /* Aktif metni kalın yap */
}

/* Hover durumu için span'ların arka planını şeffaf tut (güvenlik önlemi) */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:hover span {
    background-color: transparent !important;
}

/* İsteğe bağlı: Hover durumunda buton arka planını ve metin rengini ayarla (active ile çakışmamalı) */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:not(.active):hover {
    background-color: #448c9e !important;
    /* Önceki kurallardan gelen varsayılan hover rengi */
    border-color: #448c9e !important;
}

.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:not(.active):hover span {
    color: #fff !important;
    /* Varsayılan hover metin rengi */
}

/* Menü wrapper hizalamasını güçlendirme (eski kuraldan kaldı) */
.cf-blue-section .menu-wrapper {
    align-items: flex-end;
    /* Butonları alta yasla */
    margin-bottom: 0;
}

/* Geçmiş günlerin görünümünü daha belirgin soluk yap */
.btn-pointer-none {
    opacity: 0.6 !important;
    /* Opaklığı düşürerek daha soluk görünmesini sağla */
    /* Mevcut renk ve pointer-events stilleri kalacak */
}

/* Shop Sayfası - Varsayılan (Aktif Olmayan, Geçmiş Olmayan) Gün Sekmesi Yazı Rengi */
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:not(.active):not(.btn-pointer-none) .button-text-color,
.cf-blue-section .menu-wrapper .nav-item a.btn-cfmenu:not(.active):not(.btn-pointer-none) .button-inside-text-color {
    color: #ffffff !important;
    /* Yazıyı beyaz yap */
}

/* Geçmiş Günler (.btn-pointer-none) Yazı Rengini Ayarla */
.cf-blue-section .menu-wrapper .nav-item a.btn-pointer-none .button-text-color,
.cf-blue-section .menu-wrapper .nav-item a.btn-pointer-none .button-inside-text-color {
    color: #5094a4 !important;
    /* İstenen "silik" renk */
    /* Arka plan ve tıklanmazlık btn-pointer-none ana kuralından gelmeli */
}

/* Geçmiş Günler (.btn-pointer-none) Arka Planını Şeffaf Yap */
.cf-blue-section .menu-wrapper .nav-item a.btn-pointer-none {
    background-color: transparent !important;
    border-color: transparent !important;
    /* Varsa kenarlığı da şeffaf yap */
    box-shadow: none !important;
    /* Olası gölgeleri kaldır */
}

/* Menu Wide Container - Special wide container for menu sections */
.cf-menu-wide-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
}

@media (min-width: 1920px) {
    .cf-menu-wide-container {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 1rem;
    }
}

@media (max-width: 1440px) {
    .cf-menu-wide-container {
        padding: 0 3rem;
    }
}

@media (max-width: 991.98px) {
    .cf-menu-wide-container {
        padding: 0 1.5rem;
    }
}

/* Custom Menu Container - Alternative to cf-main-container */
.cf-menu-custom-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
    width: 100%;
}

@media (max-width: 1440px) {
    .cf-menu-custom-container {
        padding: 0 3rem;
    }
}

@media (max-width: 991.98px) {
    .cf-menu-custom-container {
        padding: 0 1.5rem;
    }
}

@media (max-width: 768px) {
    .cf-menu-custom-container {
        padding: 0 1rem;
    }
}

/* Fix for gray gap between header and hero section on screens between 1440px and 1920px */
.cf-remove-header-gap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (min-width: 1441px) and (max-width: 1919px) {
    .cf-shop-page .col-xl-12 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .cf-shop-page .col-xl-12 .card.rounded-0.bgi-position-y-bottom.bgi-position-x-center.bgi-no-repeat {
        margin-top: 0 !important;
    }
}

@media (min-width: 1441px) and (max-width: 1919px) {
    .cf-shop-page .col-xl-12 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .cf-shop-page .col-xl-12 .card.rounded-0.bgi-position-y-bottom.bgi-position-x-center.bgi-no-repeat {
        margin-top: 0 !important;
        min-height: 500px !important;
        /* Artan ekran boyutuyla orantılı yükseklik */
        height: auto !important;
        background-size: cover !important;
    }

    .cf-shop-page .col-xl-12 .card-body {
        max-width: 100%;
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

/* Tüm ekran boyutları için hero resminin daima kapsama kuralı */
.cf-shop-page .col-xl-12 .card.rounded-0.bgi-position-y-bottom.bgi-position-x-center.bgi-no-repeat {
    background-size: cover !important;
}

/* Hero bölümünün responsive davranışı için */
.cf-hero-responsive {
    background-size: cover !important;
    transition: min-height 0.3s ease;
}

@media (min-width: 1441px) and (max-width: 1919px) {
    .cf-hero-responsive {
        min-height: calc(400px + ((100vw - 1440px) / 480) * 100) !important;
        height: auto !important;
    }
}

@media (min-width: 1920px) {
    .cf-hero-responsive {
        min-height: 500px !important;
    }
}

@media (max-width: 1440px) {
    .cf-hero-responsive {
        min-height: 400px !important;
    }
}

/* Tüm container'lar için ortak hizalama kuralları */
.cf-aligned-container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    width: 100% !important;
    box-sizing: border-box;
}

/* 1920px ve üstü ekranlar için */
@media (min-width: 1920px) {
    .cf-aligned-container {
        max-width: 1440px;
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    /* Swiper içindekilerin de aynı hizada olmasını sağlayalım */
    .cf-blue-section .swiper {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Menü bölümünün de aynı hizada olması */
    .cf-menu {
        max-width: 1440px;
        margin: 0 auto;
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

/* 1440px'e kadar ekranlar için */
@media (max-width: 1440px) {
    .cf-aligned-container {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    /* Swiper içindekilerin de aynı hizada olmasını sağlayalım */
    .cf-blue-section .swiper {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Menü bölümünün de aynı hizada olması */
    .cf-menu {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

/* Mobil cihazlar için */
@media (max-width: 991.98px) {
    .cf-aligned-container {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    /* Swiper içindekilerin de aynı hizada olmasını sağlayalım */
    .cf-blue-section .swiper {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Menü bölümünün de aynı hizada olması */
    .cf-menu {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Daha küçük mobil cihazlar için */
@media (max-width: 768px) {
    .cf-aligned-container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* Swiper içindekilerin de aynı hizada olmasını sağlayalım */
    .cf-blue-section .swiper {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Menü bölümünün de aynı hizada olması */
    .cf-menu {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* Ek container düzenleme kuralları */
.cf-menu.cf-aligned-container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    box-sizing: border-box;
}

/* cf-blue-section için ek kurallar */
.cf-blue-section {
    width: 100% !important;
}

/* Swiper yapısı düzenlemesi */
.cf-blue-section .swiper {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* Menu section için düzenleme */
.cf-menu-section .cf-menu-custom-container {
    max-width: 1440px !important;
    box-sizing: border-box;
}

/* Ürün kartları için stil düzenlemeleri */
.product-item {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    padding: 1.25rem !important;
}

.product-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-item .separator {
    border-top: 1px solid #f0f0f0;
    margin: 0.75rem 0;
}

.product-item .btn-cfdarkgreen {
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
}

/* Yeni ürün etiketi için düzenleme */
.product-item .fs-6[style*="background-color:#7fac73"] {
    border-radius: 4px;
    font-weight: 500;
    margin-right: 0.75rem;
}

/* Tükenmek üzere yazısı stilini düzenleme */
.product-item .fs-5[style*="color:#BB423F"] {
    font-weight: 500;
}

/* Boş sepet stillemelerini düzenleme */
#dashboardCart:empty,
#topbarCart2:empty {
    border-top: none !important;
    border-bottom: none !important;
}

#dashboardCart .symbol img,
#topbarCart2 .symbol img {
    width: 100%;
    height: auto;
}

/* Boş sepet mesajı için stil düzenlemeleri */
#dashboardCart .text-center h4,
#topbarCart2 .text-center h5 {
    color: #05667D;
    margin-bottom: 0.5rem;
}

#dashboardCart .text-center p,
#topbarCart2 .text-center p {
    color: #707070;
    line-height: 1.4;
}

/* Cart Page Background - Added to make cards more visible */
.cf-cart-bg {
    background-color: #f8f9fa;
}

/* Cart page wrapper background fix - Remove white background */
.cart-page-wrapper {
    background-color: transparent !important;
}

/* Cart page container styles for wider screens */
.cf-cart-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem;
}

@media (min-width: 1920px) {
    .cf-cart-container {
        max-width: 1760px;
        /* Daha geniş ekranlarda daha geniş içerik alanı */
        padding: 0 3rem;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .cf-cart-container {
        max-width: 1380px;
        padding: 0 3rem;
    }
}

/* Breadcrumb separator override from "-" to ">" */
.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    color: #7e8299;
}