/*@media (max-width: 991px) {*/
/*    #header .header-nav-main {*/
/*        z-index: 2 !important;*/
/*    }*/
/*}*/

.border-dashed {

    border-style: dashed !important;

    border-color: #e4e6ef

}

.table {
    width: 100%;
}

.float-btn {
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 24px;
    right: 24px;
    background-color: #25d366;
    color: #FFF;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.float-btn span {
    display: none;
}

.float-btn:hover {
    color: #91f8b5 !important;
}

.my-float-btn {
    /*margin-top: 16px;*/
    text-decoration: none;
}


/* Cookie component section */
.cookie-component-section {
    background-color: #ffffff;
    z-index: 1000;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    left: 2rem;
}

@media screen and (max-width: 600px) {

    .cookie-component-section {
        bottom: .8rem;
        right: .8rem;
        left: .8rem;
    }
}

/* Cookie component section */
.cookie-component-section {
    z-index: 50;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: auto;
    width: min(300px, calc(100% - 2rem));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

body.alternative-font-7 .cookie-component-section {
    display: none !important;
}

.cookie-component-section p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}

.cookie-component-section .buttons {
    font-size: 13px;
}

:root {
    --kt-charcoal: #111111;
    --kt-platinum: #f5f5f7;
    --kt-gold: #00d1ff;
    --kt-ink: #1a1c1c;
    --kt-muted: #444748;
    --kt-line: rgba(17, 17, 17, 0.08);
}

body.alternative-font-7 {
    background: #f9f9f9;
    color: var(--kt-ink);
    font-family: "Montserrat", Arial, sans-serif;
}

body.alternative-font-7 h1,
body.alternative-font-7 h2,
body.alternative-font-7 h3,
body.alternative-font-7 h4,
body.alternative-font-7 h5,
body.alternative-font-7 h6,
body.alternative-font-7 .btn,
body.alternative-font-7 .nav-link {
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

a {
    color: var(--kt-charcoal);
}

a:hover {
    color: var(--kt-gold);
}

.btn-primary,
.bg-color-primary {
    background-color: var(--kt-charcoal) !important;
    border-color: var(--kt-charcoal) !important;
}

.text-primary,
.text-color-primary {
    color: var(--kt-charcoal) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--kt-gold) !important;
    border-color: var(--kt-gold) !important;
    color: #111111 !important;
}

.kt-header .header-body {
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid var(--kt-line) !important;
    backdrop-filter: blur(24px);
}

.kt-header .header-nav-bar {
    background: rgba(255, 255, 255, 0.72);
    border-top: 1px solid var(--kt-line);
    backdrop-filter: blur(24px);
}

.kt-header .header-logo img {
    object-fit: contain;
}

.kt-header .header-nav-main nav > ul > li > a {
    color: var(--kt-ink) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.kt-header .header-nav-main nav > ul > li > a:hover,
.kt-header .header-nav-main nav > ul > li.open > a {
    color: var(--kt-gold) !important;
}

.kt-slider,
.kt-slider .hero {
    min-height: 720px;
}

.kt-hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.88) 0%, rgba(17, 17, 17, 0.58) 42%, rgba(17, 17, 17, 0.18) 100%),
        linear-gradient(180deg, rgba(197, 160, 40, 0.22) 0%, rgba(17, 17, 17, 0) 52%);
}

.kt-hero-copy {
    padding-top: 110px;
}

.kt-label {
    color: var(--kt-gold) !important;
    font-size: 12px !important;
    letter-spacing: 0.16em !important;
}

.kt-hero-title {
    max-width: 780px;
    font-size: clamp(42px, 6vw, 72px) !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
}

.kt-hero-title .custom-highlight-1::after {
    display: none !important;
}

.kt-hero-text {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
}

.kt-services-band {
    background: #111111 !important;
}

.kt-about-section img,
.kt-project-card img,
.kt-card-image {
    border-radius: 8px !important;
}

.kt-editorial-card,
.card {
    border-color: var(--kt-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 45px rgba(17, 17, 17, 0.04) !important;
}

.kt-editorial-card {
    height: 100%;
}

.kt-card-image {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.kt-project-card .thumb-info-wrapper img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.page-header-modern {
    background: var(--kt-platinum) !important;
    border-bottom: 1px solid var(--kt-line);
}

#footer {
    background: #f5f5f7 !important;
}

#footer img {
    max-height: 135px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .kt-slider,
    .kt-slider .hero {
        min-height: 640px;
    }

    .kt-hero-copy {
        padding-top: 60px;
    }

    .kt-hero-title {
        font-size: 38px !important;
    }

    .kt-header .header-logo img {
        width: 170px;
        height: auto;
    }
}

/* Konya Led Ekran layout based on design/screen.png */
body.alternative-font-7 {
    background: #f5f5f7;
}

.container-xl-custom {
    max-width: 1200px;
}

.kt-header {
    position: relative;
    z-index: 20;
}

#header.kt-header {
    position: relative !important;
    top: auto !important;
}

#header.kt-header .header-body {
    position: relative !important;
    top: auto !important;
}

.kt-header .header-body {
    min-height: 64px;
    background: rgba(245, 245, 247, 0.92) !important;
}

.kt-header-row {
    min-height: 64px;
}

.kt-header .header-logo img {
    width: 172px;
    height: auto;
}

.kt-header .header-nav-main nav > ul > li {
    margin: 0 13px !important;
}

.kt-header .header-nav-main nav > ul > li > a {
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
    color: #111111 !important;
}

.kt-header-cta,
.kt-gold-btn {
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 13px 24px !important;
    border: 1px solid #00d1ff !important;
    border-radius: 0 !important;
    background: #00d1ff !important;
    color: #111111 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kt-ghost-btn {
    min-height: 42px;
    padding: 13px 24px !important;
    border: 1px solid rgba(255,255,255,0.45) !important;
    border-radius: 0 !important;
    background: rgba(0,0,0,0.18) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kt-hero-slider,
.kt-slider,
.kt-hero-slide {
    min-height: 760px;
}

.kt-hero-slide {
    position: relative;
    height: 760px;
    overflow: hidden;
    background: var(--quaternary-300);
}

.kt-hero-bg-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.kt-hero-shade,
.kt-sub-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.58) 42%, rgba(0,0,0,0.2) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.72) 100%);
}

.kt-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding-top: 44px;
}

.kt-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #00d1ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.kt-hero-content h1,
.kt-sub-hero h1 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(44px, 7vw, 72px);
    font-weight: 800;
    line-height: 0.98;
}

.kt-hero-content h1::first-line {
    color: #ffffff;
}

.kt-hero-content h1 {
    text-wrap: balance;
}

.kt-hero-content p,
.kt-sub-hero p {
    max-width: 640px;
    margin-bottom: 28px;
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 1.8;
}

.kt-section {
    padding: 104px 0;
}

.kt-section h2 {
    margin: 0;
    color: #111111;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.08;
}

.kt-section p {
    color: #444748;
    font-size: 16px;
    line-height: 1.8;
}

.kt-services-mosaic {
    background: #f5f5f7;
}

.kt-mosaic-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: 260px 260px;
    gap: 24px;
}

.kt-service-tile {
    position: relative;
    display: block;
    min-height: 260px;
    overflow: hidden;
    background: #111111;
    color: #ffffff;
}

.kt-service-tile-1 {
    grid-column: 1;
    grid-row: 1;
}

.kt-service-tile-2 {
    grid-column: 2;
    grid-row: 1;
}

.kt-service-tile-3 {
    grid-column: 1 / 2;
    grid-row: 2;
}

.kt-service-tile-4 {
    grid-column: 2;
    grid-row: 2;
}

.kt-service-tile img,
.kt-portfolio-card img,
.kt-blog-card img,
.kt-project-archive-card img,
.kt-sub-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
}

.kt-service-tile:hover img,
.kt-portfolio-card:hover img,
.kt-blog-card:hover img,
.kt-project-archive-card:hover img,
.kt-sub-card:hover img {
    transform: scale(1.045);
}

.kt-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.82));
}

.kt-tile-copy {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 26px;
    z-index: 2;
}

.kt-tile-copy strong,
.kt-portfolio-card strong,
.kt-blog-card strong,
.kt-project-archive-card strong,
.kt-sub-card strong {
    display: block;
    color: inherit;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
}

.kt-tile-copy small {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    line-height: 1.55;
}

.kt-projects-showcase,
.kt-contact-panel {
    background: #111111;
}

.kt-projects-showcase h2,
.kt-contact-panel h2 {
    color: #ffffff;
}

.kt-portfolio-card {
    position: relative;
    display: block;
    min-height: 420px;
    overflow: hidden;
    color: #ffffff;
    background: #1a1c1c;
}

.kt-portfolio-card-2 {
    min-height: 520px;
}

.kt-portfolio-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.78));
}

.kt-portfolio-card .kt-project-meta,
.kt-portfolio-card strong,
.kt-portfolio-card i {
    position: absolute;
    z-index: 2;
}

.kt-portfolio-card .kt-project-meta {
    left: 24px;
    right: 24px;
    bottom: 74px;
    color: #00d1ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kt-portfolio-card strong {
    left: 24px;
    right: 50px;
    bottom: 32px;
}

.kt-portfolio-card i {
    right: 24px;
    bottom: 36px;
    color: #ffffff;
}

.kt-standards {
    background: #f5f5f7;
}

.kt-spec-list {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.kt-spec-list div {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 16px;
}

.kt-spec-list i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    background: #111111;
    color: #00d1ff;
}

.kt-spec-list span {
    color: #444748;
    font-size: 14px;
    line-height: 1.5;
}

.kt-spec-list strong {
    display: block;
    color: #111111;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kt-standards-image {
    position: relative;
    max-width: 520px;
    margin-left: auto;
}

.kt-standards-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.kt-standards-image span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 18px 22px;
    background: #111111;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.kt-standards-image strong {
    display: block;
    color: #00d1ff;
    font-size: 34px;
    line-height: 1;
}

.kt-blog-strip {
    background: #ffffff;
}

.kt-blog-card {
    display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(17,17,17,0.08);
    background: #f5f5f7;
    color: #111111;
}

.kt-blog-card img {
    height: 230px;
}

.kt-blog-card span {
    display: block;
    padding: 22px 24px 8px;
    color: #747878;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kt-blog-card strong {
    padding: 0 24px 24px;
    font-size: 20px;
}

.kt-blog-card p {
    padding: 0 24px 26px;
    font-size: 14px;
}

.kt-contact-panel {
    padding-bottom: 90px;
}

.kt-contact-lines {
    margin-top: 48px;
}

.kt-contact-lines > div {
    padding: 0 24px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    text-align: left;
}

.kt-contact-lines small {
    display: block;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.56);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kt-contact-lines a,
.kt-contact-lines span {
    color: #ffffff;
    font-weight: 700;
}

.kt-footer {
    padding: 54px 0 30px;
    background: #f5f5f7 !important;
}

.kt-footer-brand img {
    width: 175px;
    max-height: none !important;
}

.kt-footer p,
.kt-footer li,
.kt-footer span,
.kt-footer a {
    color: #444748;
    font-size: 13px;
    line-height: 1.7;
}

.kt-footer h4 {
    margin-bottom: 16px;
    color: #111111;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kt-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.kt-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.kt-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid rgba(17,17,17,0.08);
}

.kt-sub-hero {
    position: relative;
    min-height: 430px;
    padding: 170px 0 90px;
    background-size: cover;
    background-position: center;
}

.kt-sub-hero .container {
    position: relative;
    z-index: 2;
}

.kt-sub-content,
.kt-listing-page,
.kt-projects-archive {
    background: #f5f5f7;
}

.kt-content-shell {
    max-width: 920px;
}

.kt-content-image {
    width: 100%;
    max-height: 420px;
    margin-bottom: 34px;
    object-fit: cover;
}

.kt-rich-text {
    color: #444748;
    font-size: 17px;
    line-height: 1.85;
}

.kt-rich-text p {
    font-size: 17px;
    line-height: 1.85;
}

.kt-side-nav {
    position: sticky;
    top: 90px;
    display: grid;
    gap: 4px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid rgba(17,17,17,0.08);
}

.kt-side-nav span {
    margin-bottom: 8px;
    color: #00d1ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kt-side-nav-title-secondary {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(17,17,17,0.12);
}

.kt-side-nav a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(17,17,17,0.08);
    color: #111111;
    font-weight: 700;
}

.kt-side-nav a.active {
    color: #00d1ff;
}

.kt-sub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
}

.kt-sub-card,
.kt-project-archive-card {
    display: block;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(17,17,17,0.08);
    color: #111111;
}

.kt-sub-card img,
.kt-project-archive-card img {
    height: 260px;
}

.kt-sub-card span,
.kt-project-archive-card span {
    display: block;
    padding: 22px 24px 8px;
    color: #00d1ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kt-sub-card strong,
.kt-project-archive-card strong {
    padding: 0 24px 10px;
}

.kt-sub-card p,
.kt-project-archive-card p {
    padding: 0 24px 26px;
    font-size: 14px;
}

.kt-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
}

.kt-filter-row a {
    padding: 12px 18px;
    border: 1px solid rgba(17,17,17,0.12);
    color: #111111;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kt-filter-row a.active,
.kt-filter-row a:hover {
    background: #111111;
    color: #ffffff;
}

.kt-empty {
    padding: 36px;
    background: #ffffff;
    color: #111111;
    font-weight: 800;
}

.kt-related-links {
    margin-top: 56px;
    padding-top: 38px;
    border-top: 1px solid rgba(17,17,17,0.08);
}

.kt-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.kt-related-grid a {
    position: relative;
    display: block;
    min-height: 150px;
    padding: 24px 54px 24px 24px;
    background: #ffffff;
    border: 1px solid rgba(17,17,17,0.08);
}

.kt-related-grid strong {
    display: block;
    color: #111111;
    font-size: 18px;
    line-height: 1.25;
}

.kt-related-grid small {
    display: block;
    margin-top: 10px;
    color: #747878;
    font-size: 13px;
    line-height: 1.55;
}

.kt-related-grid i {
    position: absolute;
    right: 22px;
    bottom: 24px;
    color: var(--secondary);
}

.kt-detail-page {
    background: #f5f5f7;
}

.kt-detail-image {
    width: 100%;
    max-height: 560px;
    margin-bottom: 34px;
    object-fit: cover;
}

.kt-detail-panel,
.kt-contact-info-panel,
.kt-contact-form-panel {
    padding: 34px;
    background: #ffffff;
    border: 1px solid rgba(17,17,17,0.08);
}

.kt-detail-panel {
    position: sticky;
    top: 30px;
}

.kt-detail-panel h3,
.kt-contact-info-panel h2 {
    margin-bottom: 18px;
    color: #111111;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
}

.kt-status-pill {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 14px;
    background: var(--secondary);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kt-article-body {
    padding: 0;
}

.kt-contact-page {
    background: #f5f5f7;
}

.kt-contact-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(17,17,17,0.08);
}

.kt-contact-item i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    background: var(--quaternary-300);
    color: var(--secondary);
}

.kt-contact-item strong {
    display: block;
    color: #111111;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kt-contact-item span,
.kt-contact-item a {
    display: block;
    color: #444748;
    font-size: 15px;
    line-height: 1.65;
}

.kt-contact-form-panel .form-control {
    min-height: 54px;
    border: 0;
    border-bottom: 1px solid rgba(17,17,17,0.18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.kt-contact-form-panel textarea.form-control {
    min-height: 150px;
}

.kt-contact-form-panel .form-control:focus {
    border-color: var(--secondary);
}

@media (max-width: 1199px) {
    .kt-mosaic-grid {
        grid-template-rows: 240px 240px;
    }
}

@media (max-width: 991px) {
    .kt-header .header-body {
        min-height: 58px;
    }

    .kt-header .header-nav-main nav {
        position: absolute;
        top: 58px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 14px 20px;
        background: #f5f5f7;
        border-top: 1px solid rgba(17,17,17,0.08);
    }

    .kt-header .header-nav-main nav > ul > li {
        margin: 0 !important;
        border-bottom: 1px solid rgba(17,17,17,0.08);
    }

    .kt-hero-slider,
    .kt-slider,
    .kt-hero-slide {
        min-height: 640px;
    }

    .kt-hero-slide {
        height: 640px;
    }

    .kt-section {
        padding: 72px 0;
    }

    .kt-mosaic-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .kt-service-tile,
    .kt-service-tile-1,
    .kt-service-tile-2,
    .kt-service-tile-3,
    .kt-service-tile-4 {
        grid-column: auto;
        grid-row: auto;
    }

    .kt-portfolio-card,
    .kt-portfolio-card-2 {
        min-height: 380px;
    }

    .kt-standards-image {
        margin-left: 0;
    }

    .kt-sub-grid {
        grid-template-columns: 1fr;
    }

    .kt-related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .kt-hero-slider,
    .kt-slider,
    .kt-hero-slide {
        min-height: 590px;
    }

    .kt-hero-slide {
        height: 590px;
        background-position: center;
    }

    .kt-hero-content {
        padding-top: 34px;
    }

    .kt-hero-content h1,
    .kt-sub-hero h1 {
        font-size: 38px;
    }

    .kt-section {
        padding: 56px 0;
    }

    .kt-service-tile {
        min-height: 245px;
    }

    .kt-contact-lines > div {
        padding: 18px 0;
    }

    .kt-footer-bottom {
        flex-direction: column;
    }
}

/* Porto skin aligned refinements */
:root {
    --kt-gold: var(--secondary);
    --kt-charcoal: var(--quaternary-300);
    --kt-ink: var(--dark-300);
    --kt-muted: var(--grey-1000);
    --kt-line: var(--dark-rgba-10);
}

.kt-eyebrow,
.kt-portfolio-card .kt-project-meta,
.kt-sub-card span,
.kt-project-archive-card span,
.kt-side-nav span,
.kt-standards-image strong {
    color: var(--secondary) !important;
}

.kt-header-cta,
.kt-gold-btn {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--secondary-inverse) !important;
}

.kt-header-cta:hover,
.kt-gold-btn:hover {
    background: var(--secondary-100) !important;
    border-color: var(--secondary-100) !important;
    color: var(--secondary-inverse) !important;
}

.kt-hero-slider {
    overflow: hidden;
    background: var(--quaternary-300);
}

.kt-slider:not(.owl-loaded) .kt-hero-slide {
    display: none;
}

.kt-slider:not(.owl-loaded) .kt-hero-slide:first-child {
    display: block;
}

.kt-slider.kt-slider-ready,
.kt-slider.owl-loaded {
    background: var(--quaternary-300);
}

.kt-slider.owl-carousel .owl-stage-outer,
.kt-slider.owl-carousel .owl-stage,
.kt-slider.owl-carousel .owl-item {
    height: 760px;
}

.kt-slider .owl-dots {
    bottom: 30px !important;
}

.kt-slider .owl-dot span {
    border-color: var(--secondary) !important;
}

.kt-slider .owl-dot.active span {
    background: var(--secondary) !important;
}

.kt-projects-showcase {
    background: var(--quaternary-300);
}

.kt-projects-showcase .row.g-4 {
    align-items: stretch !important;
}

.kt-portfolio-card,
.kt-portfolio-card-2 {
    min-height: 390px;
    height: 100%;
    border: 1px solid var(--light-rgba-10);
}

.kt-portfolio-card img {
    filter: saturate(0.92) contrast(1.04);
}

.kt-portfolio-card::after {
    background: linear-gradient(180deg, rgba(17,20,21,0.08), rgba(17,20,21,0.92));
}

.kt-portfolio-card strong {
    min-height: 52px;
    font-size: 20px;
}

.kt-portfolio-card i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light-rgba-30);
    color: var(--light) !important;
    font-size: 12px;
}

.kt-project-archive-card {
    height: 100%;
}

.kt-project-archive-card img {
    height: 290px;
}

.kt-footer {
    background: var(--light-100) !important;
    color: var(--dark-300);
}

.kt-footer .row {
    align-items: flex-start;
}

.kt-footer-brand {
    display: inline-block;
    max-width: 190px;
    padding: 8px 10px;
    background: var(--light);
    border: 1px solid var(--dark-rgba-10);
}

.kt-footer-brand img {
    width: 100%;
    display: block;
}

.kt-footer p {
    max-width: 260px;
    margin-top: 18px;
    color: var(--dark-300) !important;
    font-size: 14px;
    line-height: 1.7;
}

.kt-footer h4 {
    color: var(--dark-300) !important;
    font-size: 12px;
}

.kt-footer li {
    margin-bottom: 8px;
}

.kt-footer a,
.kt-footer span {
    color: var(--dark-200) !important;
    font-size: 14px;
    font-weight: 600;
}

.kt-footer a:hover {
    color: var(--secondary) !important;
}

.kt-footer-bottom {
    color: var(--dark-300);
}

.kt-footer-bottom span {
    color: var(--dark-300) !important;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .kt-slider.owl-carousel .owl-stage-outer,
    .kt-slider.owl-carousel .owl-stage,
    .kt-slider.owl-carousel .owl-item {
        height: 640px;
    }

    .kt-portfolio-card,
    .kt-portfolio-card-2 {
        min-height: 360px;
    }

    .kt-footer {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .kt-slider.owl-carousel .owl-stage-outer,
    .kt-slider.owl-carousel .owl-stage,
    .kt-slider.owl-carousel .owl-item {
        height: 590px;
    }

    .kt-portfolio-card,
    .kt-portfolio-card-2 {
        min-height: 330px;
    }

    .kt-footer-bottom {
        gap: 8px;
    }
}

.konya-hero-carousel {
    position: relative;
    min-height: 760px;
    opacity: 1 !important;
    background: var(--quaternary-300) !important;
}

.konya-hero-carousel .owl-stage-outer,
.konya-hero-carousel .owl-stage,
.konya-hero-carousel .owl-item {
    height: 760px;
}

.konya-hero-bg {
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.konya-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.58) 43%, rgba(0,0,0,0.22) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.14) 0%, rgba(0,0,0,0.72) 100%);
}

.konya-hero-content {
    position: relative;
    z-index: 3;
    max-width: 700px;
    padding-top: 36px;
}

.konya-hero-label {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--secondary) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.konya-hero-content h1 {
    max-width: 720px;
    margin: 0 0 24px;
    color: var(--light) !important;
    font-size: clamp(44px, 7vw, 72px);
    font-weight: 800;
    line-height: 0.98;
    text-wrap: balance;
}

.konya-hero-content p {
    max-width: 640px;
    margin-bottom: 28px;
    color: rgba(255,255,255,0.88) !important;
    font-size: 16px;
    line-height: 1.8;
}

.konya-hero-carousel .owl-dots {
    bottom: 30px !important;
    z-index: 4;
}

.konya-hero-carousel .owl-dot span {
    border-color: var(--secondary) !important;
}

.konya-hero-carousel .owl-dot.active span,
.konya-hero-carousel .owl-dot:hover span {
    background: var(--secondary) !important;
}

.konya-hero-carousel .owl-nav {
    z-index: 5;
}

@media (max-width: 991px) {
    .konya-hero-carousel {
        min-height: 640px;
    }

    .konya-hero-carousel .owl-stage-outer,
    .konya-hero-carousel .owl-stage,
    .konya-hero-carousel .owl-item {
        height: 640px;
    }

    .konya-hero-content {
        padding-top: 20px;
    }

    .konya-hero-content h1 {
        font-size: clamp(38px, 10vw, 56px);
    }
}

@media (max-width: 575px) {
    .konya-hero-carousel {
        min-height: 590px;
    }

    .konya-hero-carousel .owl-stage-outer,
    .konya-hero-carousel .owl-stage,
    .konya-hero-carousel .owl-item {
        height: 590px;
    }

    .konya-hero-content h1 {
        font-size: 38px;
    }

    .konya-hero-content p {
        font-size: 14px;
    }
}

/* Konya Led Ekran visual system: design/screen.png + DESIGN.md */
:root {
    --kle-black: #000000;
    --kle-surface: #0b0b0b;
    --kle-surface-2: #131313;
    --kle-card: rgba(255, 255, 255, 0.055);
    --kle-card-strong: rgba(0, 209, 255, 0.12);
    --kle-line: rgba(255, 255, 255, 0.12);
    --kle-line-blue: rgba(0, 209, 255, 0.42);
    --kle-blue: #00d1ff;
    --kle-blue-soft: #a4e6ff;
    --kle-text: #e2e2e2;
    --kle-muted: #bbc9cf;
}

html {
    background: var(--kle-black);
}

body.alternative-font-7 {
    background: var(--kle-black);
    color: var(--kle-text);
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

body.alternative-font-7 h1,
body.alternative-font-7 h2,
body.alternative-font-7 h3,
body.alternative-font-7 h4,
body.alternative-font-7 h5,
body.alternative-font-7 h6,
body.alternative-font-7 .btn,
body.alternative-font-7 .nav-link {
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

.main {
    background:
        radial-gradient(circle at 50% 18%, rgba(0, 209, 255, 0.12), transparent 32rem),
        linear-gradient(180deg, #020404 0%, #000000 34%, #0b0b0b 100%);
}

.kt-header {
    position: fixed !important;
    top: 22px !important;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: none;
}

#header.kt-header .header-body,
.kt-header .header-body {
    width: min(1130px, calc(100% - 32px));
    min-height: 60px;
    margin: 0 auto;
    background: rgba(4, 8, 10, 0.82) !important;
    border: 1px solid var(--kle-line) !important;
    border-radius: 8px;
    box-shadow: 0 0 34px rgba(0, 209, 255, 0.16);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    pointer-events: auto;
}

.kt-header-row {
    min-height: 58px;
}

.kt-header .header-logo img {
    width: 154px;
    max-height: 42px;
}

.kt-header .header-nav-main nav > ul > li > a {
    color: var(--kle-text) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.kt-header .header-nav-main nav > ul > li > a:hover,
.kt-header .header-nav-main nav > ul > li.open > a {
    color: var(--kle-blue) !important;
}

.kt-header-cta,
.kt-gold-btn,
.konya-hero-content .btn-primary {
    min-height: 42px;
    border: 1px solid var(--kle-blue) !important;
    border-radius: 4px !important;
    background: var(--kle-blue) !important;
    color: #001f28 !important;
    box-shadow: 0 0 24px rgba(0, 209, 255, 0.22);
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.kt-header-cta:hover,
.kt-gold-btn:hover,
.konya-hero-content .btn-primary:hover {
    background: var(--kle-blue-soft) !important;
    border-color: var(--kle-blue-soft) !important;
    color: #001f28 !important;
    box-shadow: 0 0 34px rgba(0, 209, 255, 0.36);
    transform: translateY(-1px);
}

.konya-hero-carousel,
.konya-hero-carousel .owl-stage-outer,
.konya-hero-carousel .owl-stage,
.konya-hero-carousel .owl-item {
    height: 770px;
    min-height: 770px;
}

.konya-hero-carousel {
    background: var(--kle-black) !important;
}

.konya-hero-bg {
    filter: saturate(1.08) contrast(1.05) brightness(0.76);
}

.konya-hero-overlay {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.36) 44%, rgba(0, 0, 0, 0.92) 100%),
        radial-gradient(circle at 52% 34%, rgba(0, 209, 255, 0.28), transparent 38rem);
}

.konya-hero-content {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 78px;
    text-align: center;
}

.konya-hero-label,
.kt-eyebrow {
    color: var(--kle-blue) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.konya-hero-content h1 {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff !important;
    font-size: clamp(42px, 7vw, 72px);
    font-weight: 900;
    line-height: 1.02;
    text-transform: uppercase;
}

.konya-hero-content p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(226, 226, 226, 0.84) !important;
}

.konya-hero-content .btn-light {
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    color: #ffffff !important;
    backdrop-filter: blur(16px);
}

.konya-hero-content .btn i {
    display: none;
}

.kt-section {
    padding: 96px 0;
}

.kt-section h2 {
    color: #ffffff;
    font-weight: 900;
    line-height: 1.08;
}

.kt-section p {
    color: var(--kle-muted);
}

.kle-ecosystem,
.kle-projects,
.kle-standards,
.kle-blog-strip,
.kle-contact-panel,
.kt-sub-content,
.kt-listing-page,
.kt-projects-archive,
.kt-detail-page,
.kt-contact-page {
    background: var(--kle-black);
}

.kle-mosaic-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.35fr;
    grid-auto-rows: 255px;
    gap: 18px;
}

.kle-glass-tile {
    position: relative;
    display: block;
    min-height: 255px;
    overflow: hidden;
    border: 1px solid var(--kle-line);
    border-radius: 4px;
    background: var(--kle-card);
    color: #ffffff;
}

.kle-glass-tile-2 {
    grid-row: span 1;
}

.kle-glass-tile-4 {
    background: linear-gradient(135deg, rgba(0, 209, 255, 0.16), rgba(0, 0, 0, 0.44));
}

.kle-glass-tile img,
.kle-project-card img,
.kle-technical-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease, filter 420ms ease;
}

.kle-glass-tile img {
    filter: grayscale(0.55) brightness(0.58) contrast(1.14);
}

.kle-glass-tile:hover img,
.kle-project-card:hover img {
    transform: scale(1.045);
    filter: grayscale(0) brightness(0.8) contrast(1.1);
}

.kle-tile-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.88)),
        linear-gradient(120deg, rgba(0, 209, 255, 0.12), transparent 46%);
}

.kle-tile-copy {
    position: absolute;
    left: 26px;
    right: 56px;
    top: 26px;
    z-index: 2;
}

.kle-tile-copy small,
.kle-project-card span,
.kle-metric span,
.kle-contact-card small {
    display: block;
    color: var(--kle-blue);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.kle-tile-copy strong {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
}

.kle-tile-copy em {
    display: block;
    margin-top: 14px;
    color: rgba(226, 226, 226, 0.84);
    font-size: 13px;
    font-style: normal;
    line-height: 1.6;
}

.kle-glass-tile i {
    position: absolute;
    left: 26px;
    bottom: 24px;
    z-index: 2;
    color: var(--kle-blue);
    font-family: Arial, sans-serif;
    font-style: normal;
}

.kle-glass-tile i::before,
.kle-policy-card i::before,
.kt-related-grid i::before,
.kt-portfolio-card i::before {
    content: "\2192";
    font-family: Arial, sans-serif;
}

.kle-metrics {
    border-top: 1px solid var(--kle-line);
    border-bottom: 1px solid var(--kle-line);
    background: var(--kle-surface);
}

.kle-metric {
    min-height: 190px;
    padding: 44px 42px;
    border-left: 2px solid var(--kle-blue);
}

.kle-metric strong {
    display: block;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 900;
    line-height: 0.92;
}

.kle-metric p {
    max-width: 310px;
    margin: 12px 0 0;
    color: var(--kle-muted);
    font-size: 13px;
}

.kle-project-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
}

.kle-project-card {
    position: relative;
    display: block;
    min-height: 310px;
    overflow: hidden;
    border: 1px solid var(--kle-line);
    color: #ffffff;
    background: var(--kle-surface);
}

.kle-project-card-2 {
    min-height: 520px;
    grid-row: span 2;
}

.kle-project-card-4 {
    min-height: 210px;
}

.kle-project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.88));
}

.kle-project-card span,
.kle-project-card strong {
    position: absolute;
    left: 24px;
    right: 24px;
    z-index: 2;
}

.kle-project-card span {
    bottom: 76px;
}

.kle-project-card strong {
    bottom: 28px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.16;
}

.kle-standards {
    background: linear-gradient(180deg, var(--kle-black), var(--kle-surface));
}

.kt-spec-list i {
    background: rgba(0, 209, 255, 0.1);
    border: 1px solid var(--kle-line-blue);
    color: var(--kle-blue);
}

.kt-spec-list span {
    color: var(--kle-muted);
}

.kt-spec-list strong {
    color: #ffffff;
}

.kle-technical-image {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid var(--kle-line);
    border-radius: 4px;
}

.kle-technical-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 209, 255, 0.16), transparent 44%);
    pointer-events: none;
}

.kle-blog-strip .kt-blog-card,
.kt-blog-card,
.kt-sub-card,
.kt-project-archive-card,
.kt-content-shell,
.kt-side-nav,
.kt-related-grid a,
.kt-detail-panel,
.kt-contact-info-panel,
.kt-contact-form-panel {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid var(--kle-line);
    border-radius: 4px;
    color: #ffffff;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.kt-blog-card img {
    height: 230px;
    filter: brightness(0.72) contrast(1.08);
}

.kt-blog-card strong,
.kt-sub-card strong,
.kt-project-archive-card strong,
.kt-related-grid strong,
.kt-detail-panel h3,
.kt-contact-info-panel h2 {
    color: #ffffff;
}

.kt-blog-card p,
.kt-sub-card p,
.kt-project-archive-card p,
.kt-rich-text,
.kt-rich-text p,
.kt-related-grid small,
.kt-contact-item span,
.kt-contact-item a {
    color: var(--kle-muted);
}

.kle-contact-panel {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(0, 209, 255, 0.08)),
        var(--kle-surface);
}

.kle-check-list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.kle-check-list li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.kle-check-list i {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 1px solid var(--kle-blue);
    border-radius: 50%;
    color: var(--kle-blue);
    font-size: 9px;
}

.kle-contact-card {
    padding: 34px;
    border: 1px solid var(--kle-line);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.34);
    box-shadow: inset 0 0 60px rgba(0, 209, 255, 0.05);
    backdrop-filter: blur(20px);
}

.kle-contact-card .row > div {
    min-height: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.kle-contact-card span,
.kle-contact-card a {
    display: block;
    margin-top: 10px;
    color: var(--kle-text);
    font-size: 14px;
}

.kt-sub-hero {
    min-height: 460px;
    background-position: center;
}

.kt-sub-hero-shade {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.88)),
        radial-gradient(circle at 50% 36%, rgba(0, 209, 255, 0.2), transparent 34rem);
}

.kt-content-shell {
    max-width: 100%;
    padding: 28px;
}

.kt-content-image,
.kt-detail-image,
.kt-sub-card img,
.kt-project-archive-card img {
    border-radius: 4px;
}

.kt-side-nav a,
.kt-filter-row a {
    color: #ffffff;
}

.kt-side-nav a.active,
.kt-side-nav a:hover,
.kt-filter-row a.active,
.kt-filter-row a:hover {
    color: var(--kle-blue);
}

.kt-contact-item i {
    background: rgba(0, 209, 255, 0.1);
    color: var(--kle-blue);
}

.kt-contact-form-panel .form-control {
    color: #ffffff;
    border-bottom-color: var(--kle-line);
}

.kt-contact-form-panel .form-control:focus {
    border-color: var(--kle-blue);
}

.kt-footer,
#footer {
    background: #050708 !important;
    border-top: 1px solid var(--kle-line) !important;
}

.kt-footer-brand {
    background: transparent;
    border: 0;
}

.kt-footer p,
.kt-footer li,
.kt-footer a,
.kt-footer span {
    color: var(--kle-muted) !important;
}

.kt-footer h4,
.kt-footer-bottom span {
    color: #ffffff !important;
}

.kt-footer a:hover {
    color: var(--kle-blue) !important;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible {
    outline: 2px solid var(--kle-blue) !important;
    outline-offset: 3px;
}

@media (max-width: 991px) {
    .kt-header {
        top: 12px !important;
    }

    .kt-header .header-body {
        width: min(100% - 20px, 1130px);
    }

    .kt-header .header-nav-main nav {
        top: 58px;
        background: rgba(4, 8, 10, 0.96);
        border: 1px solid var(--kle-line);
        border-radius: 6px;
    }

    .konya-hero-carousel,
    .konya-hero-carousel .owl-stage-outer,
    .konya-hero-carousel .owl-stage,
    .konya-hero-carousel .owl-item {
        height: 680px;
        min-height: 680px;
    }

    .konya-hero-content {
        text-align: left;
    }

    .kle-mosaic-grid,
    .kle-project-grid {
        grid-template-columns: 1fr;
    }

    .kle-project-card,
    .kle-project-card-2,
    .kle-project-card-4 {
        min-height: 340px;
        grid-row: auto;
    }

    .kle-technical-image {
        min-height: 390px;
    }
}

@media (max-width: 575px) {
    .kt-header .header-logo img {
        width: 132px;
    }

    .konya-hero-carousel,
    .konya-hero-carousel .owl-stage-outer,
    .konya-hero-carousel .owl-stage,
    .konya-hero-carousel .owl-item {
        height: 630px;
        min-height: 630px;
    }

    .konya-hero-content {
        padding-top: 74px;
    }

    .konya-hero-content h1 {
        font-size: 36px;
    }

    .konya-hero-content .d-flex {
        align-items: stretch;
    }

    .kt-section {
        padding: 58px 0;
    }

    .kle-mosaic-grid {
        grid-auto-rows: auto;
    }

    .kle-glass-tile {
        min-height: 280px;
    }

    .kle-metric {
        min-height: auto;
        padding: 32px 22px;
    }

    .kle-contact-card {
        padding: 24px;
    }

    .kt-content-shell {
        padding: 18px;
    }

    .cookie-component-section {
        right: 0.75rem;
        bottom: 0.75rem;
        width: calc(100% - 1.5rem);
    }

    .float-btn {
        display: none;
    }
}

/* Final Konya Led Ekran structural refinements */
#header.kle-header {
    position: absolute !important;
    top: 16px !important;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: none;
}

#header.kle-header .header-body {
    width: min(1130px, calc(100% - 32px));
    min-height: 64px;
    margin: 0 auto;
    background: rgba(7, 11, 13, 0.84) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 8px;
    box-shadow: 0 0 34px rgba(0, 209, 255, 0.16);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    pointer-events: auto;
}

#header.kle-header .container-xl-custom {
    max-width: 100%;
}

.kle-header-row {
    min-height: 62px;
}

#header.kle-header .header-logo img {
    width: 152px;
    max-height: 42px;
    object-fit: contain;
}

#header.kle-header .header-nav-main nav > ul > li {
    margin: 0 9px !important;
}

#header.kle-header .header-nav-main nav > ul > li > a {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

#header.kle-header .header-nav-main nav > ul > li > a:hover,
#header.kle-header .header-nav-main nav > ul > li.open > a {
    color: var(--kle-blue) !important;
}

#header.kle-header .header-btn-collapse-nav {
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: 12px;
    border-radius: 4px;
    background: rgba(0, 209, 255, 0.16);
    color: #ffffff;
}

#header.kle-header .header-btn-collapse-nav i {
    display: none;
}

#header.kle-header .header-btn-collapse-nav::before,
#header.kle-header .header-btn-collapse-nav::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
}

#header.kle-header .header-btn-collapse-nav::before {
    top: 15px;
    box-shadow: 0 6px 0 #ffffff;
}

#header.kle-header .header-btn-collapse-nav::after {
    top: 27px;
}

.konya-hero-carousel,
.konya-hero-carousel .owl-stage-outer,
.konya-hero-carousel .owl-stage,
.konya-hero-carousel .owl-item {
    height: 720px;
    min-height: 720px;
}

.konya-hero-content {
    padding-top: 88px;
}

.kle-technical-image {
    min-height: 0;
    height: 430px;
    max-width: 560px;
    margin-left: auto;
}

.kle-technical-image img {
    object-position: center;
}

.kle-standards .row {
    align-items: center !important;
}

.kle-footer,
#footer.kle-footer {
    padding: 72px 0 26px;
    background: #050708 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.kle-footer .row {
    row-gap: 34px;
}

.kle-footer-brand {
    display: inline-flex;
    width: 168px;
    margin-bottom: 22px;
}

.kle-footer-brand img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.kle-footer p {
    max-width: 280px;
    margin: 0;
    color: var(--kle-muted) !important;
    font-size: 14px;
    line-height: 1.75;
}

.kle-footer h4 {
    margin: 0 0 22px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kle-footer ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.kle-footer a,
.kle-footer span,
.kle-footer li {
    color: var(--kle-muted) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.kle-footer a:hover {
    color: var(--kle-blue) !important;
}

.kle-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
}

.kle-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 58px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.kle-footer-bottom span {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
}

.kt-sub-hero,
.kle-policy-hero {
    padding-top: 158px;
}

.kt-sub-content,
.kt-listing-page,
.kt-projects-archive,
.kt-detail-page,
.kt-contact-page {
    padding-top: 84px;
    padding-bottom: 96px;
}

.kt-content-shell,
.kt-detail-panel,
.kt-contact-info-panel,
.kt-contact-form-panel,
.kt-side-nav,
.kt-project-archive-card,
.kt-sub-card,
.kt-blog-card {
    box-shadow: none !important;
}

.kt-content-image,
.kt-detail-image {
    max-height: 380px;
}

.kle-policy-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 86px;
    background-size: cover;
    background-position: center;
}

.kle-policy-hero .container {
    position: relative;
    z-index: 2;
}

.kle-policy-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.9)),
        radial-gradient(circle at 50% 34%, rgba(0, 209, 255, 0.18), transparent 32rem);
}

.kle-policy-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 70px);
    font-weight: 900;
    line-height: 1.03;
}

.kle-policy-hero p {
    max-width: 650px;
    margin: 0;
    color: var(--kle-muted);
    font-size: 16px;
    line-height: 1.75;
}

.kle-policy-section {
    padding: 88px 0 104px;
    background:
        linear-gradient(180deg, var(--kle-black), #050708 70%, var(--kle-black));
}

.kle-policy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.kle-policy-card,
.kle-policy-detail,
.kle-policy-nav,
.kle-empty-state {
    border: 1px solid var(--kle-line);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.kle-policy-card {
    position: relative;
    min-height: 245px;
    padding: 28px 58px 28px 28px;
    color: #ffffff;
}

.kle-policy-card small,
.kle-policy-nav span {
    display: block;
    margin-bottom: 16px;
    color: var(--kle-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kle-policy-card strong {
    display: block;
    color: #ffffff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.16;
}

.kle-policy-card p {
    margin: 16px 0 0;
    color: var(--kle-muted);
    font-size: 14px;
    line-height: 1.7;
}

.kle-policy-card i {
    position: absolute;
    right: 26px;
    bottom: 26px;
    color: var(--kle-blue);
}

.kle-policy-nav {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 6px;
    padding: 24px;
}

.kle-policy-nav a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 800;
}

.kle-policy-nav a.active,
.kle-policy-nav a:hover {
    color: var(--kle-blue);
}

.kle-policy-detail {
    padding: clamp(28px, 5vw, 54px);
}

.kle-policy-detail h2 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
}

.kle-empty-state {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 160px;
    padding: 34px;
    color: #ffffff;
}

.kle-empty-state i {
    color: var(--kle-blue);
    font-size: 26px;
    font-family: Arial, sans-serif;
    font-style: normal;
}

.kle-empty-state i::before {
    content: "";
    display: block;
    width: 12px;
    height: 18px;
    border: 2px solid var(--kle-blue);
    border-radius: 2px;
}

.kle-empty-state strong {
    font-size: 24px;
    font-weight: 900;
}

@media (max-width: 1199px) {
    #header.kle-header .header-body {
        width: min(1060px, calc(100% - 24px));
    }

    #header.kle-header .header-nav-main nav > ul > li {
        margin: 0 5px !important;
    }

    #header.kle-header .header-nav-main nav > ul > li > a {
        font-size: 11px !important;
    }
}

@media (max-width: 991px) {
    #header.kle-header {
        top: 0 !important;
    }

    #header.kle-header .header-body {
        width: calc(100% - 24px);
        margin-top: 0;
    }

    #header.kle-header .header-nav-main nav {
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 12px 18px;
        background: rgba(7, 11, 13, 0.98);
        border: 1px solid var(--kle-line);
        border-radius: 6px;
    }

    #header.kle-header .header-nav-main nav > ul > li {
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .konya-hero-carousel,
    .konya-hero-carousel .owl-stage-outer,
    .konya-hero-carousel .owl-stage,
    .konya-hero-carousel .owl-item {
        height: 650px;
        min-height: 650px;
    }

    .kle-technical-image {
        height: 340px;
        max-width: 100%;
        margin-left: 0;
    }

    .kle-policy-grid {
        grid-template-columns: 1fr;
    }

    .kle-footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    #header.kle-header .header-body {
        width: 100%;
        border-radius: 0;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    #header.kle-header .header-logo img {
        width: 132px;
    }

    .konya-hero-carousel,
    .konya-hero-carousel .owl-stage-outer,
    .konya-hero-carousel .owl-stage,
    .konya-hero-carousel .owl-item {
        height: 630px;
        min-height: 630px;
    }

    .kle-policy-hero {
        min-height: 380px;
        padding-top: 132px;
        padding-bottom: 54px;
    }

    .kle-policy-section {
        padding: 58px 0 72px;
    }

    .kle-footer {
        padding-top: 52px;
    }
}
