/* Projeye özel bileşen düzenlemeleri. */
#logo,
header.act #logo {
    background: transparent;
}

#logo img { width: 145px; }
header.act #logo img,
header.act #logo img.act { width: 145px; }

nav .language-switch .submeny-top::after {
    display: none !important;
}

nav .language-switch .submeny-top::before {
    display: none !important;
}

nav .language-switch ul a::after {
    display: none !important;
}

nav .language-switch:hover .submeny-top {
    background: transparent !important;
    color: #fff !important;
}

header.act nav .language-switch:hover .submeny-top {
    color: #777 !important;
}

nav .language-switch .fa-globe {
    margin-right: 5px;
}

nav .language-switch ul .fa-globe {
    width: 18px;
    margin-right: 6px;
    text-align: center;
}

nav .language-switch ul,
header.act nav .language-switch ul {
    background: #fff;
    box-shadow: none;
}

nav .language-switch ul li a:hover,
header.act nav .language-switch ul li a:hover {
    color: #222 !important;
    background: #f5f5f5;
}

@media (min-width: 1200px) {
    header {
        display: flex;
        align-items: center;
        height: 120px;
    }

    header.act {
        height: 70px;
    }

    header.inner-page-header {
        height: 90px;
        box-shadow: none;
        transition: height .3s ease, box-shadow .3s ease;
    }

    header.inner-page-header.inner-scrolled {
        height: 70px;
        box-shadow: 0px 1px 5px rgba(0,0,0,.15);
    }

    header.inner-page-header #logo {
        background: transparent;
        transition: transform .3s ease;
    }

    header.inner-page-header #logo img {
        transition: width .3s ease, opacity .3s ease;
    }

    header.inner-page-header:not(.inner-scrolled) #logo {
        transform: none;
    }

    header.inner-page-header:not(.inner-scrolled) #logo img,
    header.inner-page-header:not(.inner-scrolled) #logo img.act {
        width: 145px;
    }

    #logo,
    header.act #logo {
        float: none;
        margin-top: 0;
    }

    nav {
        float: none;
        margin-left: auto;
        padding-right: 24px;
    }

    nav > ul {
        display: flex;
        align-items: center;
    }

    nav > ul > li {
        float: none;
        padding: 0;
        border-right: 0;
    }

    nav > ul > li:not(:last-child)::after {
        display: none;
    }

    nav > ul > li:not(:last-child) > a::after {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 1px;
        height: 22px;
        background: rgba(255, 255, 255, 0.32);
        content: "";
        transform: translateY(-50%);
    }

    nav > ul > li > a {
        display: block;
        float: none;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        padding-right: 12px;
        padding-left: 12px;
        font-size: 14px;
        border-bottom: 0 !important;
    }

    nav > ul > li > a::before {
        position: absolute;
        right: 10px;
        bottom: 0;
        left: 10px;
        display: block;
        height: 1px;
        background: rgba(255, 255, 255, .55);
        content: "";
        opacity: 0;
        transition: opacity .2s ease;
    }

    nav > ul > li > a:hover::before,
    nav > ul > li > a.act::before {
        opacity: 1;
    }

    header.act nav > ul > li > a::before {
        background: #40485f;
    }

    nav ul ul,
    header.act nav ul ul {
        top: 39px;
    }

    nav .language-switch ul,
    header.act nav .language-switch ul {
        left: 0;
        right: auto;
        width: 78px;
        margin-left: 0;
        transform: none;
    }

    nav .language-switch ul li,
    nav .language-switch ul li a,
    header.act nav .language-switch ul li a {
        left: 0;
        width: 78px;
    }

    nav .language-switch ul li a,
    header.act nav .language-switch ul li a {
        padding: 0 8px;
        text-align: center;
    }

    header.act nav > ul > li:not(:last-child) > a::after {
        background: rgba(64, 72, 95, 0.28);
    }
}

@media (min-width: 1300px) {
    nav > ul > li > a {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    header #logo img,
    header #logo img.act,
    header.act #logo img,
    header.act #logo img.act { width: 145px; }

    header,
    header.act {
        box-shadow: 0 4px 16px rgba(52, 50, 46, .13);
    }

    header.act-mob nav {
        padding-top: 12px;
        background: rgba(39, 38, 35, .96) !important;
    }

    nav > ul > li > a {
        box-sizing: border-box;
        height: 44px;
        padding: 0 24px;
        font-size: 15px;
        line-height: 44px;
        text-indent: 0;
        border-color: rgba(255, 255, 255, .18);
    }

    nav > ul > li.language-switch {
        margin-bottom: 0 !important;
    }

    nav .language-switch .submeny-top {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    nav .language-switch .submeny-top .fa-globe {
        width: 18px;
        margin: 0;
        text-align: center;
    }

    nav .language-switch ul,
    nav .language-switch:hover ul {
        display: none;
        box-shadow: none;
    }

    nav .language-switch.is-open ul {
        display: block;
    }

    nav .language-switch ul li a,
    nav .language-switch:hover ul li a,
    header.act nav .language-switch ul li a {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        height: 42px;
        padding: 0 24px 0 36px;
        color: #5e5a52 !important;
        font-size: 14px !important;
        line-height: 42px;
        text-indent: 0;
        background: #f3f0e9;
        border-bottom: 1px solid #ddd7ca;
        opacity: 1;
    }

    nav .language-switch ul li a:hover,
    header.act nav .language-switch ul li a:hover {
        color: #34322e !important;
        background: #e7e1d5;
    }
}

.new-block.type-11 .slide-inner > .container {
    z-index: 1;
}

#loader-wrapper {
    background: #34322e;
}

#loader-wrapper::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    content: "";
    border: 3px solid rgba(255, 255, 255, .24);
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: decobox-loader-spin .75s linear infinite;
    animation: decobox-loader-spin .75s linear infinite;
}

#loader-wrapper span {
    border: 0;
    animation: none;
}

@keyframes decobox-loader-spin {
    to { transform: rotate(360deg); }
}

@-webkit-keyframes decobox-loader-spin {
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    #loader-wrapper::after { animation-duration: 1.5s; }
}

.decobox-intro {
    color: #555;
    background: #fff;
}

.decobox-intro__content {
    text-align: center;
}

.decobox-intro__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-bottom: 18px;
}

.decobox-intro__logo {
    display: block;
    height: auto;
}

.decobox-intro__logo--decobox {
    width: 155px;
}

.decobox-intro__logo--kaati {
    width: 180px;
}

.decobox-intro__by {
    color: #8c887f;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: lowercase;
}

.decobox-intro .image-block .center-image {
    display: block;
    vertical-align: top;
}

.decobox-intro__text {
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
}

.decobox-intro__text p {
    margin: 0 0 11px;
    padding-bottom: 0;
}

.certificate-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.certificate-gallery a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 68px;
    padding: 5px;
    overflow: hidden;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: border-color .2s ease, opacity .2s ease;
}

.certificate-gallery a:hover {
    border-color: #888;
    opacity: .85;
}

.certificate-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 2px;
}

.decobox-about-button {
    color: #fff;
    background: #746f63;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.decobox-about-button::after {
    display: none;
    content: none;
}

.button::after {
    display: none !important;
    content: none !important;
}

.decobox-about-button:hover,
.decobox-about-button:focus {
    color: #fff;
    background: #575349;
    border-color: #bdb5a3;
}

/* Decobox kurumsal renkleri: sıcak antrasit ve logo beji. */
.new-block[data-id="about"] .page-tagline .title::before {
    background: #a69e8c;
}

.new-block[data-id="contact"] {
    color: #eee9dd;
    background: #49463f !important;
}

.new-block[data-id="contact"] .page-tagline .title,
.new-block[data-id="contact"] article,
.new-block[data-id="contact"] article p,
.new-block[data-id="contact"] article a {
    color: #f4f0e7;
}

.new-block[data-id="contact"] .page-tagline .title::before {
    background: #b8af9c !important;
}

.decobox-footer {
    background: #292824;
    border-top: 1px solid rgba(184, 175, 156, .22);
}

.decobox-footer .footer-bottom .footer-linck a:hover,
.decobox-footer a:hover,
.decobox-footer a:focus {
    color: #c7bda8;
}

.decobox-footer .back-to-top {
    background: #746f63;
}

body[data-theme] .decobox-footer .footer-bottom {
    padding: 20px 0;
}

body[data-theme] .decobox-footer .copy {
    padding-top: 0;
}

body[data-theme] .decobox-footer .copy span {
    color: #d4cdbc;
    font-size: 13px;
}

body[data-theme] .decobox-footer .back-to-top {
    position: fixed;
    right: 12px;
    bottom: 10px;
    width: 42px;
    line-height: 42px;
    color: #fff;
    background: #746f63 !important;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background-color .2s ease;
}

body[data-theme] .decobox-footer .back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

body[data-theme] .decobox-footer .back-to-top:hover,
body[data-theme] .decobox-footer .back-to-top:focus {
    color: #fff;
    background: #5b574e !important;
}

.decobox-whatsapp {
    position: fixed;
    bottom: 10px;
    left: 12px;
    z-index: 1010;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    text-decoration: none;
    background: #25a866;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
    transition: background-color .2s ease, transform .2s ease;
}

.decobox-whatsapp:hover,
.decobox-whatsapp:focus {
    color: #fff;
    text-decoration: none;
    background: #1f8d56;
    transform: translateY(-2px);
}

.decobox-sustainability {
    position: relative;
    padding: 105px 0 115px;
    overflow: hidden;
    color: #4d4a43;
}

.decobox-sustainability > .container:not(.decobox-sustainability__container) {
    display: none;
}

.decobox-sustainability .clip::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(255, 255, 255, .44);
}

.decobox-sustainability__container {
    position: relative;
    z-index: 2;
}

.decobox-sustainability__header {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.decobox-sustainability__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #8a8374;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .28em;
}

.decobox-sustainability__header h2 {
    margin: 0 0 18px;
    color: #34322e;
    font-size: clamp(34px, 4vw, 56px);
    font-family: 'bold', Arial, sans-serif;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.decobox-sustainability__header p {
    margin: 0;
    color: #69655d;
    font-size: 18px;
    line-height: 1.65;
}

.decobox-sustainability__intro {
    max-width: 800px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.decobox-sustainability__divider {
    display: block;
    width: 54px;
    height: 1px;
    margin: 30px auto 25px;
    background: #9e9685;
}

.decobox-sustainability__header h3 {
    margin: 0 0 12px;
    color: #4d4941;
    font-size: 24px;
    font-family: 'bold', Arial, sans-serif;
    line-height: 1.3;
    letter-spacing: .04em;
}

.decobox-sustainability__subtitle {
    font-size: 16px !important;
}

.decobox-sustainability__cards > div {
    display: flex;
}

@media (min-width: 992px) {
    .decobox-sustainability__cards {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 28px;
        margin-right: 0;
        margin-left: 0;
    }

    .decobox-sustainability__cards::before,
    .decobox-sustainability__cards::after {
        display: none;
    }

    .decobox-sustainability__cards > div {
        float: none;
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }

    .sustainability-card {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.sustainability-card {
    width: 100%;
    min-height: 310px;
    padding: 42px 34px 38px;
    text-align: center;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(142, 133, 113, .25);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(55, 50, 42, .09);
    backdrop-filter: blur(3px);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.sustainability-card:hover {
    background: rgba(255, 255, 255, .94);
    transform: translateY(-6px);
    box-shadow: 0 24px 54px rgba(55, 50, 42, .14);
}

.sustainability-card__icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 28px;
    color: #6f695b;
    font-size: 28px;
    background: #eeeade;
    border: 1px solid #d8d1bf;
    border-radius: 50%;
    place-items: center;
}

.sustainability-card h3 {
    min-height: 48px;
    margin: 0 0 15px;
    color: #3e3b35;
    font-size: 18px;
    font-family: 'bold', Arial, sans-serif;
    line-height: 1.35;
    letter-spacing: .035em;
}

.sustainability-card p {
    margin: 0;
    padding: 0;
    color: #716d65;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .decobox-sustainability {
        padding: 75px 0 80px;
    }

    .decobox-sustainability__header {
        margin-bottom: 36px;
    }

    .decobox-sustainability__header p {
        font-size: 16px;
    }

    .decobox-sustainability__cards {
        row-gap: 18px;
    }

    .sustainability-card {
        min-height: 0;
        padding: 34px 26px;
    }
}

@media (max-width: 767px) {
    .decobox-intro__brand {
        gap: 8px;
    }

    .decobox-intro__logo--decobox {
        width: 112px;
    }

    .decobox-intro__logo--kaati {
        width: 132px;
    }

    .decobox-intro__text {
        padding: 0 8px;
        font-size: 15px;
        line-height: 1.7;
    }

    .block.type-2 .col-md-4 article.decobox-intro__content,
    .block.type-2 article.decobox-intro__content:last-child {
        padding-bottom: 30px;
    }

}
