/*@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 {
    /*position:fixed;*/
    /*width:60px;*/
    /*height:60px;*/
    /*bottom:100px;*/
    /*right:40px;*/
    /*background-color:#25d366;*/
    /*color:#FFF;*/
    /*border-radius:50px;*/
    /*text-align:center;*/
    /*font-size:30px;*/
    /*box-shadow: 2px 2px 3px #999;*/
    /*z-index:100;*/

    position: fixed;
    width: 180px;
    height: 80px;
    bottom: 100px;
    right: 0;
    background-color: #25d366;
    color: #FFF;
    padding: 15px;
    /*border-radius: 80px;*/
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: 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: 1000;
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 300px;
}

.cookie-component-section p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}

.cookie-component-section .buttons {
    font-size: 13px;
}

:root {
    --kt-charcoal: #030504;
    --kt-platinum: #f5f5f7;
    --kt-gold: #C7A34E;
    --kt-ink: #030504;
    --kt-muted: #444748;
    --kt-line: rgba(3, 5, 4, 0.08);
}

body.alternative-font-7 {
    background: #f9f9f9;
    color: var(--kt-ink);
    font-family: "Inter", 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: "Inter", 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: #030504 !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(3, 5, 4, 0.88) 0%, rgba(3, 5, 4, 0.58) 42%, rgba(3, 5, 4, 0.18) 100%),
        linear-gradient(180deg, rgba(197, 160, 40, 0.22) 0%, rgba(3, 5, 4, 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: #030504 !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(3, 5, 4, 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 Tabela 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: #030504 !important;
}

.kt-header-cta,
.kt-gold-btn {
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 13px 24px !important;
    border: 1px solid #C7A34E !important;
    border-radius: 0 !important;
    background: #C7A34E !important;
    color: #030504 !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: #C7A34E;
    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: #030504;
    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: #030504;
    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: #030504;
}

.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: #030504;
}

.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: #C7A34E;
    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: #030504;
    color: #C7A34E;
}

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

.kt-spec-list strong {
    display: block;
    color: #030504;
    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: #030504;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.kt-standards-image strong {
    display: block;
    color: #C7A34E;
    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: #030504;
}

.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: #030504;
    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: #C7A34E;
    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: #030504;
    font-weight: 700;
}

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

.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: #030504;
}

.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: #C7A34E;
    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: #030504;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.kt-empty {
    padding: 36px;
    background: #ffffff;
    color: #030504;
    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: #030504;
    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(--kt-gold);
}

.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: #030504;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
}

.kt-status-pill {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 14px;
    background: var(--kt-gold);
    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(--kt-gold);
}

.kt-contact-item strong {
    display: block;
    color: #030504;
    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(--kt-gold);
}

@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(--primary);
    --kt-charcoal: var(--secondary);
    --kt-ink: var(--secondary);
    --kt-muted: var(--grey-1000);
    --kt-line: var(--secondary-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(--kt-gold) !important;
}

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

.kt-header-cta:hover,
.kt-gold-btn:hover {
    background: var(--primary-100) !important;
    border-color: var(--primary-100) !important;
    color: #030504 !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(--kt-gold) !important;
}

.kt-slider .owl-dot.active span {
    background: var(--kt-gold) !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(--kt-gold) !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(--kt-gold) !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(--kt-gold) !important;
}

.konya-hero-carousel .owl-dot.active span,
.konya-hero-carousel .owl-dot:hover span {
    background: var(--kt-gold) !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;
    }
}
