/**
 * Nemeks long-form content readability
 * Keeps navigation, cards, buttons and brand assets unchanged.
 */

.nemeks-reading-surface {
    padding: 42px 32px 48px !important;
}

/* Hizmet liste ve detay sayfaları */
.nemeks-service-breadcrumb .page-breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nemeks-service-breadcrumb .page-breadcrumb li {
    padding-right: 0;
}

.nemeks-service-breadcrumb .page-breadcrumb li + li::before {
    display: inline-block;
    margin: 0 10px;
    color: rgba(255, 255, 255, .78);
    content: "\203A";
}

.nemeks-service-list .services-block .image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f5f7fa;
}

.nemeks-service-list .services-block .image a {
    display: block;
    width: 100%;
    height: 100%;
}

.nemeks-service-list .services-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nemeks-service-card-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
}

.nemeks-service-card-title a {
    color: inherit;
}

.nemeks-service-detail__hero {
    overflow: hidden;
    border-radius: 10px;
    background: #f5f7fa;
}

.nemeks-service-detail__hero img {
    display: block;
    width: 100%;
    height: auto;
}

.nemeks-service-detail__content > h2 {
    margin-bottom: 26px;
}

.nemeks-service-detail__content > h2 a {
    color: #0b1f3a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.nemeks-service-content-body img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 28px auto;
    border-radius: 10px;
}

.nemeks-service-content-body iframe,
.nemeks-service-content-body video {
    max-width: 100%;
}

.nemeks-service-faq {
    clear: both;
}

.nemeks-service-gallery {
    clear: both;
    margin-top: 48px;
}

.nemeks-service-gallery > h2,
.nemeks-service-contact-title {
    margin: 0 0 24px;
    color: #f55b14;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

.nemeks-service-gallery .image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f7fa;
}

.nemeks-service-gallery .image a,
.nemeks-service-gallery .image img {
    display: block;
    width: 100%;
    height: 100%;
}

.nemeks-service-gallery .image img {
    object-fit: cover;
}

.nemeks-service-contact-section {
    padding: 0 0 72px;
}

.nemeks-service-contact-form {
    padding: 25px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #fff;
}

.nemeks-service-submit {
    padding: 12px 18px;
    border: 0;
    border-radius: 6px;
    background: rgba(245, 91, 20, .95);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .nemeks-service-page-title h1 {
        font-size: 34px;
    }

    .nemeks-service-breadcrumb .page-breadcrumb li,
    .nemeks-service-breadcrumb .page-breadcrumb li a {
        font-size: 14px;
    }

    .nemeks-service-detail__content > h2,
    .nemeks-service-gallery > h2,
    .nemeks-service-contact-title {
        font-size: 24px;
    }

    .nemeks-service-contact-form {
        padding: 20px 16px;
    }
}

.nemeks-reading-title {
    max-width: 880px;
    margin: 0 auto 24px 0;
    color: #0b1f3a !important;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700 !important;
    letter-spacing: -0.015em;
    line-height: 1.3;
    overflow-wrap: break-word;
}

.nemeks-reading-title strong {
    color: inherit;
    font-weight: inherit;
}

.nemeks-reading-title::after {
    display: block;
    width: 56px;
    height: 4px;
    margin-top: 14px;
    border-radius: 999px;
    background: #f55b14;
    content: "";
}

.nemeks-reading-title--center {
    text-align: center;
}

.nemeks-reading-title--center::after {
    margin-right: auto;
    margin-left: 0;
}

.nemeks-reading-title--compact {
    font-size: 32px !important;
    line-height: 1.35 !important;
}

.nemeks-reading-content {
    max-width: 880px;
    margin-right: auto;
    margin-left: 0;
    color: #344054 !important;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    overflow-wrap: break-word;
    text-align: left !important;
}

/* Blog başlığı, gövde metni, SSS ve görseller aynı sol eksende başlar. */
.blog-single .nemeks-reading-content,
.blog-single .nemeks-article-inline-image,
.blog-single .nemeks-faq {
    margin-right: auto;
    margin-left: 0;
}

.nemeks-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100000;
    padding: 11px 16px;
    border-radius: 5px;
    background: #0b1f3a;
    color: #fff !important;
    font-weight: 600;
    transform: translateY(-160%);
    transition: transform .18s ease;
}

.nemeks-skip-link:focus {
    transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #f55b14 !important;
    outline-offset: 3px;
}

.nemeks-reading-content p,
.nemeks-reading-content li,
.nemeks-reading-content dd,
.nemeks-reading-content td,
.nemeks-reading-content th {
    color: #344054 !important;
    font-family: 'Rubik', sans-serif;
    font-size: 17px !important;
    line-height: 1.75 !important;
    text-align: left !important;
}

.nemeks-reading-content p {
    margin: 0 0 20px !important;
}

.nemeks-reading-content h1,
.nemeks-reading-content h2,
.nemeks-reading-content h3,
.nemeks-reading-content h4,
.nemeks-reading-content h5,
.nemeks-reading-content h6 {
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    text-align: left !important;
}

.nemeks-reading-content h1 {
    margin: 0 0 24px !important;
    color: #0b1f3a !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    letter-spacing: -0.015em;
    line-height: 1.3 !important;
}

.nemeks-reading-content h2 {
    margin: 40px 0 16px !important;
    padding: 0 0 0 14px;
    border-left: 4px solid #f55b14;
    color: #1f2937 !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    line-height: 1.35 !important;
}

.nemeks-reading-content h3 {
    margin: 30px 0 12px !important;
    color: #263238 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
}

.nemeks-reading-content h4,
.nemeks-reading-content h5,
.nemeks-reading-content h6 {
    margin: 24px 0 10px !important;
    color: #263238 !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.nemeks-reading-content ul,
.nemeks-reading-content ol {
    margin: 0 0 22px 24px;
    padding: 0;
}

.nemeks-reading-content li {
    margin-bottom: 8px;
    padding-left: 3px;
}

.nemeks-reading-content strong,
.nemeks-reading-content b {
    color: #263238;
    font-weight: 600;
}

.nemeks-reading-content a {
    color: #c94a0e !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.nemeks-reading-content a:hover,
.nemeks-reading-content a:focus {
    color: #9f3708 !important;
    text-decoration-thickness: 2px;
}

.nemeks-reading-content blockquote {
    margin: 30px 0;
    padding: 24px 26px;
    border: 0;
    border-left: 4px solid #f55b14;
    background: #f6f8fa;
    color: #344054;
    text-align: left;
}

.nemeks-reading-content blockquote p:last-child {
    margin-bottom: 0 !important;
}

.nemeks-reading-content img,
.nemeks-reading-content video,
.nemeks-reading-content iframe {
    max-width: 100%;
}

.nemeks-reading-content figure {
    margin: 32px 0;
}

.nemeks-reading-content .nemeks-content-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    background: #eef2f6;
}

.nemeks-reading-content figcaption {
    margin-top: 9px;
    color: #667085 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.nemeks-reading-content hr {
    margin: 38px 0;
    border: 0;
    border-top: 1px solid #d8e0e8;
}

.nemeks-reading-content table {
    display: block;
    width: 100%;
    margin: 28px 0;
    overflow-x: auto;
    border-collapse: collapse;
}

.nemeks-reading-content th,
.nemeks-reading-content td {
    padding: 12px 14px;
    border: 1px solid #d8e0e8;
    text-align: left;
    vertical-align: top;
}

.nemeks-reading-content th {
    background: #f6f8fa;
    color: #0b1f3a !important;
    font-weight: 600;
}

.nemeks-reading-summary,
.nemeks-reading-summary p {
    color: #344054 !important;
    font-family: 'Rubik', sans-serif;
    font-size: 16.5px !important;
    line-height: 1.75 !important;
}

.blog-single .nemeks-article-inline-image {
    max-width: 880px;
    margin: 36px auto;
    text-align: center;
}

.blog-single .nemeks-article-inline-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 720px;
    object-fit: contain;
    border-radius: 10px;
}

.blog-single .nemeks-article-inline-image figcaption {
    margin-top: 9px;
    color: #667085;
    font-size: 14px;
    line-height: 1.55;
}

section.nemeks-faq {
    max-width: 880px;
    margin: 40px auto 40px 0;
    padding: 0 16px;
    color: #344054;
    font-family: 'Rubik', sans-serif;
}

section.nemeks-faq h2 {
    margin: 0 0 20px;
    padding-left: 14px;
    border-left: 4px solid #f55b14;
    color: #1f2937 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
}

section.nemeks-faq details {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #d8e0e8;
    border-radius: 8px;
    background: #ffffff;
}

section.nemeks-faq summary {
    position: relative;
    padding: 16px 54px 16px 18px;
    color: #263238;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    list-style: none;
    cursor: pointer;
}

section.nemeks-faq summary::-webkit-details-marker {
    display: none;
}

section.nemeks-faq summary::after {
    position: absolute;
    top: 50%;
    right: 18px;
    color: #c94a0e;
    font-size: 22px;
    line-height: 1;
    content: "+";
    transform: translateY(-50%);
}

section.nemeks-faq details[open] summary::after {
    content: "\2212";
}

section.nemeks-faq .faq-answer {
    padding: 0 18px 17px;
    color: #344054;
    font-size: 17px;
    line-height: 1.75;
}

section.nemeks-faq .faq-answer p {
    margin: 0;
    color: #344054;
    font-size: 17px;
    line-height: 1.75;
}

.blog-single .nemeks-faq {
    margin-top: 40px;
    padding: 28px;
    border: 1px solid #d8e0e8;
    border-radius: 10px;
    background: #f8fafc;
}

.blog-single .nemeks-faq h2 {
    margin: 0 0 14px !important;
}

.blog-single .nemeks-faq__item {
    padding: 18px 0;
    border-bottom: 1px solid #d8e0e8;
}

.blog-single .nemeks-faq__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.blog-single .nemeks-faq__item h3 {
    margin: 0 0 8px !important;
    font-size: 20px !important;
}

.blog-single .nemeks-faq__item p {
    margin: 0 !important;
}

.nemeks-related-services {
    margin: 4px 0 34px;
}

.nemeks-related-services__inner {
    max-width: 880px;
    margin-right: auto;
    margin-left: 0;
    padding-top: 24px;
    border-top: 1px solid #d8e0e8;
}

.nemeks-related-services h2 {
    margin: 0 0 15px;
    color: #1f2937;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}

.nemeks-related-services__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nemeks-related-services__links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid #d8e0e8;
    border-left: 3px solid #f55b14;
    border-radius: 6px;
    background: #f8fafc;
    color: #344054;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.nemeks-related-services__links a:hover,
.nemeks-related-services__links a:focus {
    border-color: #f55b14;
    background: #ffffff;
    color: #9f3708;
}

.nemeks-related-articles {
    margin: 0 0 38px;
}

.nemeks-related-articles__inner {
    max-width: 880px;
    margin-right: auto;
    margin-left: 0;
    padding-top: 28px;
    border-top: 1px solid #d8e0e8;
}

.nemeks-related-articles h2 {
    margin: 0 0 18px;
    padding-left: 14px;
    border-left: 4px solid #f55b14;
    color: #1f2937;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.nemeks-related-articles__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.nemeks-related-articles__item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    min-height: 82px;
    overflow: hidden;
    border: 1px solid #d8e0e8;
    border-radius: 8px;
    background: #ffffff;
    color: #263238;
}

.nemeks-related-articles__item img {
    width: 88px;
    height: 82px;
    object-fit: cover;
}

.nemeks-related-articles__item span {
    padding: 10px 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.nemeks-related-articles__item:hover,
.nemeks-related-articles__item:focus {
    border-color: #f55b14;
    color: #9f3708;
}

/* Ana sayfa: kurumsal hizmet ve ürün sliderı */
.nemeks-home-slider {
    overflow: hidden;
    background: #07162b;
}

.nemeks-home-slider .tp-dottedoverlay.nemeks-slider-overlay {
    background: linear-gradient(90deg, rgba(4, 19, 50, .86) 0%, rgba(4, 19, 50, .68) 31%, rgba(4, 19, 50, .32) 51%, rgba(4, 19, 50, .10) 76%, rgba(4, 19, 50, .02) 100%) !important;
}

.nemeks-home-slider .tp-caption {
    z-index: 8 !important;
}

.nemeks-home-slider .nemeks-slider-content {
    z-index: 10 !important;
}

.nemeks-slider-content__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: 680px;
}

.nemeks-home-slider .nemeks-slider-content h2 {
    max-width: 680px;
    margin: 0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.14;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .28);
}

.nemeks-home-slider .nemeks-slider-content p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-family: 'Rubik', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.65;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .24);
}

.nemeks-slider-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 22px;
    border: 1px solid #f55b14;
    border-radius: 6px;
    background: #f55b14;
    box-shadow: 0 12px 30px rgba(245, 91, 20, .26);
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 650;
    letter-spacing: .01em;
    line-height: 1.3;
    text-transform: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.nemeks-slider-cta:hover,
.nemeks-slider-cta:focus {
    border-color: #ffffff;
    background: #ffffff;
    color: #0b1f3a !important;
    transform: translateY(-1px);
}

.nemeks-home-slider .tparrows.gyges {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid rgba(255, 255, 255, .32);
    background: rgba(4, 19, 50, .56);
}

.nemeks-home-slider .tparrows.gyges::before {
    line-height: 46px;
}

.nemeks-home-slider .tp-bullets {
    z-index: 30 !important;
}

.nemeks-home-slider .tp-bullet {
    width: 9px;
    height: 9px;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 50%;
    background: rgba(255, 255, 255, .38);
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.nemeks-home-slider .tp-bullet.selected,
.nemeks-home-slider .tp-bullet:hover {
    border-color: #f55b14;
    background: #f55b14;
    transform: scale(1.35);
}

@media only screen and (min-width: 768px) {
    /* Sabit menunun gercek yuksekligi kadar yer ayir; lacivert bos bant olusturma. */
    .main-header { height: 102px !important; margin-bottom: 0 !important; }
    .headerust { margin-top: 102px !important; }
    .main-header .header-top .top-left,
    .main-header .header-top .top-right { padding-top: 8px !important; padding-bottom: 8px !important; }
    .main-header .header-top .top-left .links li a,
    .main-header .header-top .top-right ul li a { font-size: 14px; line-height: 22px; }
    .main-header .header-top .top-left .links li .icon { margin-right: 7px; font-size: 16px; line-height: 22px; }
    .main-header .main-box .logo-box,
    .main-header.fixed-header .main-box .logo-box { padding: 4px 0 !important; }
    .main-header .main-box .logo-box .logo img,
    .main-header.fixed-header .main-box .logo-box .logo img { width: auto; height: 54px; }
    .main-menu .navigation > li { margin-left: 25px; padding: 0 !important; }
    .main-menu .navigation > li > a,
    .fixed-header .main-menu .navigation > li > a { padding: 16px 0 !important; font-size: 15px; line-height: 30px; }
    .main-header .nav-outer .outer-box { margin-top: 7px !important; margin-left: 22px; }
    .main-header .nav-outer .outer-box .quote-btn { padding: 10px 16px 12px; }
}

@media only screen and (max-width: 767px) {
    .main-header { height: 72px !important; margin-bottom: 0 !important; }
    .headerust { margin-top: 72px !important; }
    .main-header .main-box .outer-container { min-height: 72px; padding-bottom: 0 !important; }
    .main-header .main-box .logo-box { float: left; width: auto !important; margin: 0 !important; padding: 8px 0 !important; text-align: left !important; }
    .main-header .main-box .logo-box .logo,
    .main-header .logo { position: static !important; left: auto !important; float: none !important; width: auto !important; margin: 0 !important; }
    .main-header .main-box .logo-box .logo img { width: auto !important; height: 48px !important; }
    .main-header .nav-outer { position: relative !important; float: right !important; width: auto !important; }
    .main-menu { width: auto !important; }
    .main-menu .navbar-header { width: auto; padding: 14px 0 !important; }
    .main-menu .navbar-header .navbar-toggle { margin: 0 !important; padding: 8px 9px; }
    .main-menu .navbar-collapse { position: absolute; top: 58px; right: 0; width: min(300px, calc(100vw - 30px)) !important; margin: 0 !important; }
    .nemeks-home-slider .slotholder .tp-bgimg {
        background-position: 68% center !important;
    }
    .nemeks-home-slider .tp-dottedoverlay.nemeks-slider-overlay {
        background: linear-gradient(90deg, rgba(4, 19, 50, .80) 0%, rgba(4, 19, 50, .60) 60%, rgba(4, 19, 50, .24) 100%) !important;
    }
    .nemeks-slider-content__inner {
        max-width: 340px;
        gap: 9px;
    }
    .nemeks-home-slider .nemeks-slider-content h2 {
        max-width: 330px;
        font-size: 29px;
        letter-spacing: -.018em;
        line-height: 1.12;
    }
    .nemeks-home-slider .nemeks-slider-content p {
        max-width: 330px;
        font-size: 14px;
        line-height: 1.42;
    }
    .nemeks-slider-cta {
        min-height: 42px;
        padding: 10px 14px;
        font-size: 13.5px;
        margin-top: 2px;
    }
    .nemeks-home-slider .tparrows,
    .nemeks-home-slider .tparrows.gyges {
        display: block !important;
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        border: 1px solid rgba(255, 255, 255, .52);
        border-radius: 50%;
        background: rgba(4, 19, 50, .78);
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 35 !important;
    }
    .nemeks-home-slider .tparrows.gyges::before {
        font-size: 17px !important;
        line-height: 40px !important;
    }
    .nemeks-home-slider .tp-leftarrow {
        top: auto !important;
        right: 64px !important;
        bottom: 14px !important;
        left: auto !important;
        transform: none !important;
    }
    .nemeks-home-slider .tp-rightarrow {
        top: auto !important;
        right: 14px !important;
        bottom: 14px !important;
        left: auto !important;
        transform: none !important;
    }
    .nemeks-home-slider .tp-bullets {
        display: block !important;
        top: auto !important;
        right: 116px !important;
        bottom: 30px !important;
        left: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
    .nemeks-reading-surface {
        padding: 24px 16px 32px !important;
    }

    .nemeks-reading-title,
    .nemeks-reading-content h1 {
        margin-bottom: 20px !important;
        font-size: 29px !important;
        letter-spacing: -0.01em;
        line-height: 1.32 !important;
    }

    .nemeks-reading-title--compact {
        font-size: 27px !important;
    }

    .nemeks-reading-title::after {
        width: 48px;
        height: 3px;
        margin-top: 12px;
    }

    .nemeks-reading-content,
    .nemeks-reading-content p,
    .nemeks-reading-content li,
    .nemeks-reading-content dd,
    .nemeks-reading-content td,
    .nemeks-reading-content th {
        font-size: 16px !important;
        line-height: 1.72 !important;
    }

    .nemeks-reading-content h2,
    section.nemeks-faq h2 {
        margin-top: 34px !important;
        padding-left: 12px;
        border-left-width: 3px;
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    section.nemeks-faq h2 {
        margin-top: 0 !important;
    }

    .nemeks-reading-content h3 {
        margin-top: 26px !important;
        font-size: 20px !important;
    }

    .nemeks-reading-content ul,
    .nemeks-reading-content ol {
        margin-left: 20px;
    }

    .blog-single .nemeks-article-inline-image {
        margin: 26px 0;
    }

    section.nemeks-faq {
        margin: 32px auto 32px 0;
        padding: 0;
    }

    .nemeks-related-services { margin-bottom: 28px; }
    .nemeks-related-services__inner { padding-top: 20px; }
    .nemeks-related-services h2 { font-size: 19px; }
    .nemeks-related-services__links { gap: 8px; }
    .nemeks-related-services__links a { width: 100%; }

    .nemeks-related-articles { margin-bottom: 30px; }
    .nemeks-related-articles__inner { padding-top: 22px; }
    .nemeks-related-articles h2 { padding-left: 12px; border-left-width: 3px; font-size: 21px; }
    .nemeks-related-articles__grid { grid-template-columns: 1fr; gap: 9px; }
    .nemeks-related-articles__item { grid-template-columns: 76px minmax(0, 1fr); min-height: 72px; }
    .nemeks-related-articles__item img { width: 76px; height: 72px; }

    section.nemeks-faq summary {
        padding: 15px 48px 15px 15px;
        font-size: 15.5px;
    }

    section.nemeks-faq .faq-answer,
    section.nemeks-faq .faq-answer p {
        font-size: 16px;
        line-height: 1.72;
    }

    .blog-single .nemeks-faq {
        padding: 20px 16px;
    }

    .shop-single .product-details .prod-tabs .tabs-content {
        padding-right: 16px;
        padding-left: 16px;
    }
}

.nemeks-article-pagination {
    clear: both;
    margin: 34px 0 10px;
}

.nemeks-article-pagination .styled-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
}

.nemeks-article-pagination .styled-pagination li {
    margin: 0;
}

.nemeks-article-pagination .styled-pagination li > a,
.nemeks-article-pagination .styled-pagination li > span {
    display: flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.nemeks-article-pagination .styled-pagination li.disabled > span,
.nemeks-article-pagination .styled-pagination li.ellipsis > span {
    border: 1px solid #e4e7ec;
    color: #9aa2af;
    background: #f7f8fa;
}

@media only screen and (max-width: 767px) {
    .nemeks-article-pagination {
        margin-top: 26px;
    }

    .nemeks-article-pagination .styled-pagination li > a,
    .nemeks-article-pagination .styled-pagination li > span {
        min-width: 38px;
        height: 38px;
    }
}

/* Kurumsal sayfa, anasayfa vitrinleri ve yeni footer */
.nemeks-home-corporate {
    padding: 72px 0 62px;
    background:
        radial-gradient(circle at 92% 12%, rgba(245, 91, 20, .10), transparent 26%),
        linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
}

.nemeks-home-corporate .inner-box {
    padding: 44px 48px;
    border: 1px solid #e3e8ef;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(11, 31, 58, .08);
}

.nemeks-home-corporate .sec-title h1 {
    max-width: 920px;
    color: #0b1f3a;
    font-size: 38px;
    line-height: 1.25;
    text-align: left;
}

.nemeks-home-corporate-content {
    max-width: 980px;
    color: #475467;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    line-height: 1.76;
    text-align: left;
}

.nemeks-home-corporate-content p {
    margin-bottom: 17px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.nemeks-home-products,
.nemeks-home-articles,
.nemeks-home-references {
    padding: 72px 0;
}

.nemeks-home-products {
    background: #f6f8fb;
}

.nemeks-home-section-heading {
    max-width: 780px;
    margin: 0 0 34px;
    text-align: left;
}

.nemeks-home-section-heading h2 {
    margin: 0;
    color: #0b1f3a;
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
}

.nemeks-home-section-heading p {
    max-width: 690px;
    margin: 12px 0 0;
    color: #667085;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.nemeks-home-product-card .inner-box,
.nemeks-home-article-card .inner-box {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(11, 31, 58, .07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.nemeks-home-product-card .inner-box:hover,
.nemeks-home-article-card .inner-box:hover {
    border-color: rgba(245, 91, 20, .45);
    box-shadow: 0 18px 40px rgba(11, 31, 58, .12);
    transform: translateY(-4px);
}

.nemeks-home-product-card .image {
    display: flex;
    height: 190px;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #ffffff;
}

.nemeks-home-product-card .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nemeks-home-product-card .lower-content {
    min-height: 118px;
    padding: 18px 16px 20px !important;
}

.nemeks-home-product-card h3 {
    margin-bottom: 10px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

.nemeks-home-product-card .price {
    color: #667085 !important;
    font-size: 13px !important;
    line-height: 1.5;
}

.nemeks-home-articles .row,
.nemeks-home-products .shop-section > .row {
    display: flex;
    flex-wrap: wrap;
}

.nemeks-home-article-card {
    display: flex;
    margin-bottom: 28px;
}

.nemeks-home-article-card .image {
    height: 220px;
    overflow: hidden;
}

.nemeks-home-article-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nemeks-home-article-card .lower-content {
    padding: 24px 24px 26px !important;
}

.nemeks-home-article-card h3 {
    min-height: 58px;
    margin-bottom: 12px !important;
    font-size: 19px !important;
    line-height: 1.5 !important;
}

.nemeks-home-article-card .text {
    min-height: 72px;
    color: #667085;
    font-size: 15px;
    line-height: 1.65;
}

.nemeks-home-section-link {
    clear: both;
    padding-top: 18px;
}

.nemeks-home-section-link .view_all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border: 1px solid #f55b14;
    border-radius: 7px;
    color: #b63e08;
    font-weight: 600;
}

.nemeks-corporate-breadcrumb {
    padding: 18px 0;
    border-bottom: 1px solid #e7ebf0;
    background: #f7f9fc;
}

.nemeks-corporate-breadcrumb .page-breadcrumb {
    margin: 0;
}

.nemeks-corporate-page {
    padding: 70px 0 76px;
    background:
        radial-gradient(circle at 100% 0, rgba(54, 161, 218, .10), transparent 28%),
        #ffffff;
}

.nemeks-corporate-heading .title {
    margin-bottom: 10px;
    color: #f55b14;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
}

.nemeks-corporate-contact-card {
    position: sticky;
    top: 190px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(145deg, #0b1f3a 0%, #15345c 100%);
    box-shadow: 0 20px 48px rgba(11, 31, 58, .20);
}

.nemeks-corporate-contact-card::after {
    position: absolute;
    right: -72px;
    bottom: -92px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 50%;
    content: '';
}

.nemeks-corporate-contact-card__inner {
    position: relative;
    z-index: 1;
    padding: 34px 30px 30px;
}

.nemeks-corporate-contact-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    color: #f9a66f;
    font-size: 22px;
}

.nemeks-corporate-contact-card__eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #f9a66f;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.4;
}

.nemeks-corporate-contact-card h2 {
    margin: 0 0 15px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 650;
    letter-spacing: -.015em;
    line-height: 1.35;
}

.nemeks-corporate-contact-card__text {
    margin: 0;
    color: rgba(255, 255, 255, .80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
}

.nemeks-corporate-contact-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.nemeks-corporate-contact-actions a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .92) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    overflow-wrap: anywhere;
    transition: background-color .2s ease, border-color .2s ease;
}

.nemeks-corporate-contact-actions a:hover,
.nemeks-corporate-contact-actions a:focus {
    border-color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .10);
}

.nemeks-corporate-contact-actions .nemeks-corporate-contact-actions__primary {
    border-color: #f55b14;
    background: #f55b14;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 650;
}

.nemeks-corporate-gallery {
    margin-top: 64px;
}

.nemeks-corporate-gallery figure {
    margin-bottom: 24px;
}

.nemeks-corporate-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(11, 31, 58, .12);
}

.nemeks-corporate-gallery figcaption {
    padding-top: 10px;
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}

.nemeks-corporate-pillars {
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px;
}

.nemeks-corporate-pillars > div {
    display: flex;
    margin-bottom: 24px;
}

.nemeks-corporate-pillars .inner-box {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(11, 31, 58, .06);
}

.nemeks-corporate-footer .widgets-section {
    padding: 68px 0 48px;
}

.nemeks-corporate-footer .footer-title h2 {
    font-size: 19px;
    line-height: 1.4;
}

.nemeks-footer-about .logo {
    position: static !important;
    float: none !important;
    width: 100%;
    margin: 0 0 24px !important;
}

.nemeks-footer-about .logo a {
    display: block;
    width: max-content;
    max-width: 100%;
}

.nemeks-footer-about .logo img {
    display: block;
    width: auto;
    max-width: 230px;
    height: auto;
}

.nemeks-footer-about .widget-content {
    position: relative;
    clear: both;
}

.nemeks-footer-about .text,
.nemeks-footer-contact-list,
.nemeks-footer-contact-list a,
.nemeks-footer-contact-list address {
    color: rgba(255, 255, 255, .76) !important;
    font-style: normal;
    line-height: 1.7;
}

.nemeks-footer-services .links li,
.nemeks-footer-corporate-links .links li {
    margin-bottom: 8px;
}

.nemeks-footer-services .links a,
.nemeks-footer-corporate-links .links a {
    line-height: 1.45;
}

.nemeks-footer-contact-list li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 9px;
    min-width: 0;
    margin-bottom: 11px;
}

.nemeks-footer-contact-list a,
.nemeks-footer-contact-list address {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.nemeks-footer-contact-list address {
    margin: 0;
}

.nemeks-branches-section {
    padding: 38px 0 26px;
    border-top: 1px solid #e5e9ef;
    border-bottom: 1px solid #e5e9ef;
    background: #f7f9fc;
}

.nemeks-branches-heading {
    margin-bottom: 16px;
}

.nemeks-branches-heading h2 {
    margin: 0;
    color: #0b1f3a;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

.nemeks-branches-grid {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nemeks-branch-card {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 70px;
    margin-bottom: 12px;
    padding: 13px 15px;
    border: 1px solid #e2e7ee;
    border-radius: 8px;
    background: #ffffff;
}

.nemeks-branch-icon {
    color: #f55b14;
    font-size: 16px;
    text-align: center;
}

.nemeks-branch-card strong {
    display: block;
    margin-bottom: 2px;
    color: #0b1f3a;
    font-size: 15px;
    line-height: 1.35;
}

.nemeks-branch-location {
    display: block;
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}

.nemeks-footer-bottom .copyright {
    padding: 18px 0;
    color: rgba(255, 255, 255, .72);
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .nemeks-home-product-card {
        margin-bottom: 26px;
    }

    .nemeks-corporate-contact-card {
        position: static;
        margin-top: 34px;
    }

    .nemeks-corporate-footer .widgets-section > .row > .column {
        margin-bottom: 34px;
    }

    .nemeks-footer-services .row > .column {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .nemeks-footer-bottom .copyright {
        padding-bottom: calc(94px + env(safe-area-inset-bottom));
    }
}

/* Ürün kataloğu ve ürün detay sayfaları */
.nemeks-product-breadcrumb {
    padding: 14px 0;
    border-bottom: 1px solid #e7ebf0;
    background: #f8fafc;
}

.nemeks-product-breadcrumb .page-breadcrumb {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}

.nemeks-product-breadcrumb .page-breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
    color: #667085;
    font-size: 14px;
    text-align: left;
}

.nemeks-product-breadcrumb .page-breadcrumb li + li::before {
    content: '/';
    display: inline-block;
    margin: 0 9px;
    color: #98a2b3;
}

.nemeks-product-breadcrumb .page-breadcrumb a {
    color: #344054;
    font-size: inherit;
    font-weight: 600;
}

.nemeks-product-catalog,
.nemeks-product-detail-page {
    padding-top: 28px;
    padding-bottom: 60px;
    background: #fff;
}

.nemeks-product-pagehead {
    max-width: 820px;
    margin: 0 0 34px;
    text-align: left;
}

.nemeks-product-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #d94c0d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.nemeks-product-pagehead h1,
.nemeks-product-detail__summary h1 {
    margin: 0;
    color: #101828;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -.025em;
    text-align: left;
}

.nemeks-product-pagehead p {
    max-width: 760px;
    margin: 15px 0 0;
    color: #475467;
    font-size: 17px;
    line-height: 1.7;
}

.nemeks-product-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 28px;
}

.nemeks-product-filter {
    appearance: none;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid #d0d5dd;
    border-radius: 999px;
    background: #fff;
    color: #344054;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.nemeks-product-filter:hover,
.nemeks-product-filter:focus-visible,
.nemeks-product-filter.is-active {
    border-color: #0b5b9f;
    outline: none;
    background: #0b5b9f;
    color: #fff;
}

.nemeks-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.nemeks-product-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(16, 24, 40, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.nemeks-product-card:hover {
    transform: translateY(-3px);
    border-color: #cfd7e3;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .11);
}

.nemeks-product-card[hidden] {
    display: none !important;
}

.nemeks-product-card__image {
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid #eef1f5;
    background: #fff;
}

.nemeks-product-card__image img {
    width: 100%;
    height: 100%;
    padding: 20px;
    object-fit: contain;
    transition: transform .3s ease;
}

.nemeks-product-card:hover .nemeks-product-card__image img {
    transform: scale(1.025);
}

.nemeks-product-card__body {
    display: flex;
    min-height: 250px;
    padding: 23px 22px 21px;
    flex: 1;
    flex-direction: column;
    text-align: left;
}

.nemeks-product-card__category {
    align-self: flex-start;
    margin-bottom: 10px;
    color: #d94c0d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.nemeks-product-card h2,
.nemeks-product-card h3 {
    margin: 0 0 9px;
    color: #101828;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.nemeks-product-card h2 a,
.nemeks-product-card h3 a {
    color: inherit;
}

.nemeks-product-card h2 a:hover,
.nemeks-product-card h3 a:hover {
    color: #0b5b9f;
}

.nemeks-product-card__code {
    margin: 0 0 16px;
    color: #667085;
    font-size: 13px;
}

.nemeks-product-card__commercial {
    display: flex;
    min-height: 62px;
    margin-top: auto;
    padding-top: 15px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #eef1f5;
}

.nemeks-product-price {
    color: #101828;
    font-size: 20px;
    line-height: 1.35;
}

.nemeks-product-quote-note {
    max-width: 190px;
    color: #475467;
    font-size: 13px;
    line-height: 1.45;
}

.nemeks-product-stock {
    display: inline-flex;
    min-height: 27px;
    padding: 4px 9px;
    align-items: center;
    border-radius: 999px;
    background: #f2f4f7;
    color: #344054;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.nemeks-product-stock--in_stock {
    background: #ecfdf3;
    color: #027a48;
}

.nemeks-product-stock--out_of_stock,
.nemeks-product-stock--discontinued {
    background: #fef3f2;
    color: #b42318;
}

.nemeks-product-stock--preorder,
.nemeks-product-stock--backorder,
.nemeks-product-stock--limited_availability {
    background: #fffaeb;
    color: #b54708;
}

.nemeks-product-card__link {
    display: inline-flex;
    margin-top: 17px;
    align-items: center;
    gap: 7px;
    color: #0b5b9f;
    font-size: 14px;
    font-weight: 700;
}

.nemeks-product-card__datasheet {
    display: inline-flex;
    margin-top: 12px;
    align-items: center;
    gap: 6px;
    color: #d94c0d;
    font-size: 13px;
    font-weight: 700;
}

.nemeks-product-card__datasheet:hover,
.nemeks-product-card__datasheet:focus {
    color: #b83e08;
}

.nemeks-product-empty {
    padding: 44px;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    background: #f8fafc;
    text-align: left;
}

.nemeks-product-empty h2 {
    margin-bottom: 8px;
    color: #101828;
    font-size: 23px;
}

.nemeks-product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    gap: 42px;
    align-items: start;
}

.nemeks-product-detail__media {
    position: sticky;
    top: 112px;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(16, 24, 40, .07);
}

.nemeks-product-detail__media a,
.nemeks-product-detail__image-frame {
    display: flex;
    min-height: 430px;
    height: 430px;
    align-items: center;
    justify-content: center;
}

.nemeks-product-detail__media img {
    width: 100%;
    height: 430px;
    padding: 12px;
    object-fit: contain;
    object-position: center center;
}

.nemeks-product-detail__summary {
    padding-top: 0;
    text-align: left;
}

.nemeks-product-lead,
.nemeks-product-lead p {
    margin: 12px 0 0;
    color: #475467;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
}

.nemeks-product-lead p + p {
    margin-top: 10px;
}

.nemeks-product-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
}

.nemeks-product-meta > div {
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #e4e7ec;
    border-radius: 9px;
    background: #f8fafc;
}

.nemeks-product-meta dt {
    margin: 0 0 3px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.nemeks-product-meta dd {
    overflow-wrap: anywhere;
    margin: 0;
    color: #101828;
    font-size: 14px;
    font-weight: 700;
}

.nemeks-product-purchase {
    display: flex;
    margin-top: 16px;
    padding: 14px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    background: #f8fafc;
}

.nemeks-product-purchase__price span,
.nemeks-product-purchase__quote span {
    display: block;
    color: #667085;
    font-size: 13px;
}

.nemeks-product-purchase__price strong {
    display: block;
    color: #101828;
    font-size: 28px;
    line-height: 1.25;
}

.nemeks-product-purchase__quote strong {
    display: block;
    margin-bottom: 4px;
    color: #101828;
    font-size: 17px;
}

.nemeks-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.nemeks-product-action {
    display: inline-flex;
    min-height: 46px;
    padding: 11px 17px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.nemeks-product-action--buy {
    background: #d94c0d;
    color: #fff;
}

.nemeks-product-action--whatsapp {
    background: #138a4b;
    color: #fff;
}

.nemeks-product-action--phone {
    background: #0b5b9f;
    color: #fff;
}

.nemeks-product-action:hover,
.nemeks-product-action:focus {
    color: #fff;
    filter: brightness(.93);
}

.nemeks-product-detail__datasheet {
    min-height: 0;
    margin-top: 4px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #d94c0d;
}

.nemeks-product-detail__datasheet:hover,
.nemeks-product-detail__datasheet:focus {
    background: transparent;
    color: #b83e08;
    filter: none;
}

.nemeks-product-delivery {
    display: flex;
    min-width: 0;
    margin-top: 0;
    padding: 10px 11px;
    align-items: flex-start;
    gap: 8px;
    border: 1px solid #c9e2d4;
    border-radius: 8px;
    background: #f2fbf5;
    color: #155d37;
}

.nemeks-product-delivery > .fa {
    margin-top: 2px;
    color: #138a4b;
    font-size: 16px;
}

.nemeks-product-delivery strong,
.nemeks-product-delivery small {
    display: block;
}

.nemeks-product-delivery strong {
    margin-bottom: 2px;
    font-size: 13px;
}

.nemeks-product-delivery small {
    color: #3e6e51;
    font-size: 11px;
    line-height: 1.45;
}

.nemeks-product-delivery p {
    margin: 0;
    color: #3e6e51;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.nemeks-product-quick-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: 9px;
    margin-top: 14px;
}

.nemeks-product-assurance {
    display: flex;
    min-width: 0;
    padding: 10px;
    align-items: flex-start;
    gap: 8px;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    background: #fff;
}

.nemeks-product-assurance > .fa {
    margin-top: 2px;
    color: #138a4b;
    font-size: 15px;
}

.nemeks-product-assurance strong,
.nemeks-product-assurance small {
    display: block;
    text-align: left;
}

.nemeks-product-assurance strong {
    color: #101828;
    font-size: 18px;
    line-height: 1.3;
}

.nemeks-product-assurance small {
    margin-top: 2px;
    color: #667085;
    font-size: 14px;
    line-height: 1.4;
}

.nemeks-product-information {
    max-width: 1120px;
    margin: 72px auto 0;
}

.nemeks-product-information-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 50px;
    overflow: hidden;
    border: 1px solid #d8dee7;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 34, 56, .055);
}

.nemeks-product-information-nav a {
    display: block;
    min-width: 0;
    padding: 20px 24px;
    color: #182b42;
    transition: background-color .2s ease, color .2s ease;
}

.nemeks-product-information-nav a + a {
    border-left: 1px solid #d8dee7;
}

.nemeks-product-information-nav a:hover,
.nemeks-product-information-nav a:focus {
    background: #f5f7f9;
    color: #0b5b9f;
}

.nemeks-product-information-nav strong,
.nemeks-product-information-nav small {
    display: block;
    text-align: left;
}

.nemeks-product-information-nav strong {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .01em;
}

.nemeks-product-information-nav small {
    margin-top: 5px;
    color: #697586;
    font-size: 12px;
    line-height: 1.45;
}

.nemeks-product-content {
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0;
    color: #344054;
    text-align: left;
}

.nemeks-product-content section + section {
    margin-top: 58px;
    padding-top: 50px;
    border-top: 1px solid #e4e7ec;
}

.nemeks-product-panel {
    scroll-margin-top: 120px;
}

.nemeks-product-content h2 {
    margin-top: 0 !important;
    color: #15283f !important;
    font-size: 30px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.nemeks-product-content h3 {
    margin: 42px 0 18px !important;
    color: #15283f !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    text-align: left !important;
}

.nemeks-product-content p,
.nemeks-product-content li,
.nemeks-product-content td,
.nemeks-product-content th {
    text-align: left;
}

.nemeks-product-content p,
.nemeks-product-content li {
    color: #4c5968;
    font-size: 16px;
    line-height: 1.75;
}

.nemeks-product-use-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 38px;
    margin: 22px 0 0 !important;
    padding: 0 !important;
    border-top: 1px solid #dfe4ea;
    list-style: none !important;
}

.nemeks-product-use-list li {
    margin: 0 !important;
    padding: 20px 0;
    border-bottom: 1px solid #dfe4ea;
}

.nemeks-product-use-list strong {
    display: block;
    margin-bottom: 6px;
    color: #15283f;
}

/* Professional product information system inspired by industrial catalogues. */
.nemeks-product-intro {
    max-width: 920px;
    margin: 20px 0 34px !important;
    padding: 0 0 28px;
    border-bottom: 1px solid #dfe4ea;
    color: #354152 !important;
    font-size: 18px !important;
    line-height: 1.72 !important;
}

.nemeks-product-section-title {
    display: block;
    margin: 42px 0 18px !important;
    color: #15283f !important;
    font-size: 20px !important;
    font-weight: 700;
    letter-spacing: -.01em;
}

.nemeks-product-section-title::before {
    display: none;
}

.nemeks-product-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #dfe4ea;
    counter-reset: nemeks-product-feature;
    list-style: none !important;
}

.nemeks-product-feature-list li {
    position: relative;
    margin: 0 !important;
    padding: 21px 0 21px 48px;
    border-bottom: 1px solid #dfe4ea;
    counter-increment: nemeks-product-feature;
}

.nemeks-product-feature-list li::before {
    content: counter(nemeks-product-feature, decimal-leading-zero);
    position: absolute;
    top: 22px;
    left: 0;
    color: #8994a3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.nemeks-product-feature-list strong {
    display: block;
    margin-bottom: 6px;
    color: #15283f;
}

.nemeks-product-application-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0 !important;
    padding: 1px !important;
    overflow: hidden;
    border: 1px solid #dfe4ea;
    border-radius: 2px;
    background: #dfe4ea;
    list-style: none !important;
}

.nemeks-product-application-list li {
    margin: 0 !important;
    min-height: 126px;
    padding: 23px 22px;
    background: #f6f7f9;
    color: #536071 !important;
}

.nemeks-product-application-list li::before {
    display: none;
}

.nemeks-product-application-list strong {
    display: block;
    margin-bottom: 8px;
    color: #15283f;
    font-size: 15px;
}

.nemeks-product-planning-note {
    margin: 0 !important;
    padding: 24px 0;
    border-top: 1px solid #dfe4ea;
    border-bottom: 1px solid #dfe4ea;
    color: #435064 !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.nemeks-product-planning-note::before {
    display: none;
}

.nemeks-product-spec-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #d9dfe7;
    border-top: 3px solid #15283f;
    border-radius: 2px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.nemeks-product-spec-table {
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse;
}

.nemeks-product-spec-table th,
.nemeks-product-spec-table td {
    padding: 15px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #e1e5ea !important;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.55;
}

.nemeks-product-spec-table th {
    width: 42%;
    background: #f5f6f8;
    color: #3d4a5c;
    font-weight: 600;
}

.nemeks-product-spec-table td {
    color: #15283f;
    font-weight: 650;
}

.nemeks-product-spec-table tr:last-child th,
.nemeks-product-spec-table tr:last-child td {
    border-bottom: 0 !important;
}

.nemeks-product-tech-note {
    margin: 15px 0 0 !important;
    padding: 15px 0 0;
    border-top: 1px solid #dfe4ea;
    color: #687486 !important;
    font-size: 14px !important;
}

.nemeks-product-consultation {
    display: flex;
    margin-top: 58px;
    padding: 38px 40px;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    scroll-margin-top: 120px;
    border-radius: 2px;
    background: #13273f;
}

.nemeks-product-consultation__content {
    max-width: 680px;
}

.nemeks-product-consultation__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #9fb5ca;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nemeks-product-consultation h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

.nemeks-product-consultation p {
    margin: 12px 0 0 !important;
    color: #c7d0da !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    text-align: left !important;
}

.nemeks-product-consultation__actions {
    display: flex;
    min-width: 226px;
    flex-direction: column;
    gap: 10px;
}

.nemeks-product-consultation__primary,
.nemeks-product-consultation__secondary {
    display: inline-flex;
    min-height: 48px;
    padding: 12px 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.nemeks-product-consultation__primary {
    background: #fff;
    color: #13273f;
}

.nemeks-product-consultation__secondary {
    background: transparent;
    color: #fff;
}

.nemeks-product-consultation__primary:hover,
.nemeks-product-consultation__primary:focus {
    background: #eef2f5;
    color: #13273f;
}

.nemeks-product-consultation__secondary:hover,
.nemeks-product-consultation__secondary:focus {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.nemeks-product-faq,
.nemeks-product-services {
    max-width: 1120px;
    margin: 64px auto 0;
    padding-top: 38px;
    border-top: 1px solid #e4e7ec;
}

.nemeks-product-faq > header,
.nemeks-product-services > header {
    max-width: 780px;
    margin-bottom: 24px;
    text-align: left;
}

.nemeks-product-faq__eyebrow,
.nemeks-product-services__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #d94c0d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nemeks-product-faq h2,
.nemeks-product-services h2 {
    margin: 0;
    color: #15283f;
    font-size: 30px;
    line-height: 1.25;
    text-align: left;
}

.nemeks-product-faq > header p,
.nemeks-product-services > header p {
    margin: 12px 0 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.nemeks-product-faq__list {
    border-top: 1px solid #d9dfe7;
}

.nemeks-product-faq details {
    border-bottom: 1px solid #d9dfe7;
    background: #fff;
}

.nemeks-product-faq summary {
    position: relative;
    padding: 20px 52px 20px 20px;
    color: #15283f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    list-style: none;
}

.nemeks-product-faq summary::-webkit-details-marker {
    display: none;
}

.nemeks-product-faq summary::after {
    content: '+';
    position: absolute;
    top: 17px;
    right: 20px;
    color: #0b5b9f;
    font-size: 23px;
    font-weight: 400;
}

.nemeks-product-faq details[open] summary::after {
    content: '−';
}

.nemeks-product-faq summary:focus-visible {
    outline: 2px solid #0b5b9f;
    outline-offset: -2px;
}

.nemeks-product-faq__answer {
    padding: 0 52px 20px 20px;
}

.nemeks-product-faq__answer p {
    margin: 0;
    color: #4c5968;
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
}

.nemeks-product-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nemeks-product-service-card {
    position: relative;
    display: flex;
    min-height: 164px;
    padding: 21px 22px 20px;
    flex-direction: column;
    border: 1px solid #d9dfe7;
    background: #fff;
    color: #15283f;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nemeks-product-service-card:hover,
.nemeks-product-service-card:focus {
    transform: translateY(-2px);
    border-color: #b8c8d8;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .08);
    color: #0b5b9f;
}

.nemeks-product-service-card strong {
    display: block;
    padding-right: 22px;
    font-size: 17px;
    line-height: 1.4;
}

.nemeks-product-service-card span {
    display: block;
    margin-top: 10px;
    color: #667085;
    font-size: 14px;
    line-height: 1.6;
}

.nemeks-product-service-card em {
    margin-top: auto;
    padding-top: 12px;
    color: #d94c0d;
    font-size: 20px;
    font-style: normal;
    line-height: 1;
}

.nemeks-related-products {
    margin-top: 62px;
    padding-top: 36px;
    border-top: 1px solid #e4e7ec;
}

.nemeks-related-products > header {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.nemeks-related-products h2 {
    margin: 0;
    color: #101828;
    font-size: 27px;
    text-align: left;
}

.nemeks-related-products > header a {
    font-weight: 700;
}

.nemeks-product-grid--related {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nemeks-product-grid--related .nemeks-product-card__image {
    height: 230px;
}

.nemeks-product-grid--related .nemeks-product-card__body {
    min-height: 175px;
}

.nemeks-product-cta {
    margin-top: 0;
}

@media only screen and (max-width: 991px) {
    .nemeks-product-grid,
    .nemeks-product-grid--related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nemeks-product-detail {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .nemeks-product-detail__media {
        position: static;
    }

    .nemeks-product-application-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nemeks-product-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nemeks-product-consultation {
        align-items: flex-start;
        flex-direction: column;
    }

    .nemeks-product-consultation__actions {
        width: 100%;
        min-width: 0;
        flex-direction: row;
    }

    .nemeks-product-consultation__primary,
    .nemeks-product-consultation__secondary {
        flex: 1 1 0;
    }

}

@media only screen and (max-width: 767px) {
    .nemeks-product-catalog,
    .nemeks-product-detail-page {
        padding-top: 36px;
        padding-bottom: 50px;
    }

    .nemeks-product-pagehead h1,
    .nemeks-product-detail__summary h1 {
        font-size: 30px;
        line-height: 1.25;
    }

    .nemeks-product-pagehead p {
        font-size: 16px;
    }

    .nemeks-product-grid,
    .nemeks-product-grid--related {
        grid-template-columns: 1fr;
    }

    .nemeks-product-card__image {
        height: 270px;
    }

    .nemeks-product-card__body {
        min-height: 0;
    }

    .nemeks-product-detail__media a,
    .nemeks-product-detail__image-frame,
    .nemeks-product-detail__media img {
        min-height: 0;
        height: 330px;
    }

    .nemeks-product-detail__media img {
        padding: 8px;
        object-fit: contain;
        object-position: center center;
    }

    .nemeks-product-meta {
        grid-template-columns: 1fr 1fr;
    }

    .nemeks-product-purchase {
        align-items: flex-start;
        flex-direction: column;
    }

    .nemeks-product-actions,
    .nemeks-product-action {
        width: 100%;
    }

    .nemeks-product-quick-info,
    .nemeks-product-use-list,
    .nemeks-product-feature-list,
    .nemeks-product-application-list {
        grid-template-columns: 1fr;
    }

    .nemeks-product-application-list {
        padding: 1px !important;
    }

    .nemeks-product-application-list li {
        min-height: 0;
    }

    .nemeks-product-information-nav {
        grid-template-columns: 1fr;
        margin-bottom: 38px;
    }

    .nemeks-product-information-nav a {
        padding: 17px 19px;
    }

    .nemeks-product-information-nav a + a {
        border-top: 1px solid #d8dee7;
        border-left: 0;
    }

    .nemeks-product-information,
    .nemeks-related-products {
        margin-top: 46px;
    }

    .nemeks-related-products > header {
        align-items: flex-start;
        flex-direction: column;
    }

    .nemeks-product-content h2 {
        font-size: 26px !important;
    }

    .nemeks-product-faq,
    .nemeks-product-services {
        margin-top: 46px;
        padding-top: 30px;
    }

    .nemeks-product-faq h2,
    .nemeks-product-services h2 {
        font-size: 26px;
    }

    .nemeks-product-services__grid {
        grid-template-columns: 1fr;
    }

    .nemeks-product-faq summary {
        padding: 17px 46px 17px 16px;
        font-size: 15px;
    }

    .nemeks-product-faq summary::after {
        top: 14px;
        right: 16px;
    }

    .nemeks-product-faq__answer {
        padding: 0 46px 17px 16px;
    }

    .nemeks-product-consultation {
        margin-top: 44px;
        padding: 29px 24px;
    }

    .nemeks-product-consultation h2 {
        font-size: 24px !important;
    }

    .nemeks-product-consultation__actions {
        flex-direction: column;
    }

    .nemeks-product-spec-table th,
    .nemeks-product-spec-table td {
        padding: 12px !important;
    }
}

@media only screen and (max-width: 480px) {
    .nemeks-product-meta {
        grid-template-columns: 1fr;
    }

    .nemeks-product-card__commercial {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .nemeks-home-corporate,
    .nemeks-home-products,
    .nemeks-home-articles,
    .nemeks-home-references,
    .nemeks-corporate-page {
        padding: 48px 0;
    }

    .nemeks-branches-section {
        padding: 30px 0 20px;
    }

    .nemeks-branches-heading h2 {
        font-size: 24px;
    }

    .nemeks-branch-card {
        min-height: 0;
        margin-bottom: 8px;
        padding: 12px 14px;
    }

    .nemeks-home-corporate .inner-box {
        padding: 28px 20px;
        border-radius: 12px;
    }

    .nemeks-home-corporate .sec-title h1 {
        font-size: 29px;
        line-height: 1.35;
    }

    .nemeks-home-section-heading h2 {
        font-size: 29px;
        line-height: 1.35;
    }

    .nemeks-home-section-heading p {
        font-size: 16px;
    }

    .nemeks-home-corporate-content,
    .nemeks-home-corporate-content p {
        font-size: 16px;
        line-height: 1.72;
    }

    .nemeks-home-products .shop-section > .row,
    .nemeks-home-articles .row,
    .nemeks-corporate-pillars {
        display: block;
    }

    .nemeks-home-product-card .image {
        height: 230px;
    }

    .nemeks-home-article-card {
        display: block;
    }

    .nemeks-home-article-card h3,
    .nemeks-home-article-card .text {
        min-height: 0;
    }

    .nemeks-corporate-gallery {
        margin-top: 46px;
    }

    .nemeks-corporate-contact-card__inner {
        padding: 28px 22px;
    }

    .nemeks-corporate-contact-card h2 {
        font-size: 23px;
    }

    .nemeks-corporate-footer .widgets-section > .row {
        display: block;
    }

    .nemeks-corporate-footer .widgets-section > .row > .column {
        float: none;
        width: 100%;
        min-height: 0;
        margin-bottom: 30px;
    }

    .nemeks-footer-about .logo {
        min-height: 0;
        margin-bottom: 20px !important;
    }

    .nemeks-footer-about .logo a {
        width: auto;
    }

    .nemeks-footer-about .logo img {
        width: 210px;
        max-width: 72vw;
        margin: 0;
    }

    .nemeks-footer-about .widget-content,
    .nemeks-footer-about .text {
        display: block;
        width: 100%;
        max-width: 34rem;
        clear: both;
    }

    .nemeks-footer-services .row > .column {
        float: none;
        width: 100%;
    }

    .nemeks-corporate-footer .widgets-section {
        padding: 52px 0 26px;
    }

    .nemeks-footer-services .links li,
    .nemeks-footer-corporate-links .links li {
        margin-bottom: 7px;
    }

    .nemeks-footer-services .links a,
    .nemeks-footer-corporate-links .links a,
    .nemeks-footer-contact-list a,
    .nemeks-footer-contact-list address {
        font-size: 15px;
    }

}

/* ========================================================================== 
   Sabit ust menu ve mobil navigasyon duzeni
   Bu blok dosyanin sonunda tutularak tema responsive kurallarini ezer.
   ========================================================================== */

.page-wrapper {
    padding-top: 138px;
}

.vdi-ust-duyuru {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10060;
    width: 100%;
}

.main-header,
.main-header.fixed-header {
    position: fixed !important;
    top: 36px;
    right: 0;
    left: 0;
    z-index: 10050;
    width: 100%;
    margin: 0 !important;
    box-shadow: 0 2px 12px rgba(4, 19, 50, .14);
}

@media only screen and (max-width: 767px) {
    .page-wrapper {
        padding-top: 72px;
    }

    .vdi-ust-duyuru,
    .main-header .header-top,
    .main-header .nav-outer .outer-box {
        display: none !important;
    }

    .main-header,
    .main-header.fixed-header {
        top: 0;
        height: 72px !important;
        overflow: visible;
    }

    .main-header .main-box,
    .main-header .main-box > .auto-container,
    .main-header .main-box .outer-container {
        height: 72px;
        min-height: 72px;
    }

    .main-header .main-box > .auto-container {
        width: 100%;
        max-width: none;
        padding-right: 6px !important;
        padding-left: 14px !important;
    }

    .main-header .main-box .outer-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 !important;
    }

    .main-header .main-box .logo-box,
    .main-header.fixed-header .main-box .logo-box {
        flex: 0 1 auto;
        float: none;
        width: auto !important;
        max-width: calc(100vw - 100px);
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .main-header .main-box .logo-box .logo img,
    .main-header.fixed-header .main-box .logo-box .logo img {
        display: block;
        width: auto !important;
        height: 44px !important;
        max-width: 100%;
        object-fit: contain;
    }

    .main-header .nav-outer,
    .main-header.fixed-header .nav-outer {
        position: static !important;
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        float: none !important;
        width: auto !important;
        padding: 0 !important;
    }

    .main-header .main-menu {
        position: static !important;
        width: auto !important;
        padding: 0 !important;
    }

    .main-header .main-menu .navbar-header {
        position: static;
        width: auto;
        padding: 0 !important;
    }

    .main-header .main-menu .navbar-toggle {
        display: flex;
        width: 42px;
        height: 42px;
        margin: 0 0 0 auto !important;
        padding: 9px 8px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border: 1px solid rgba(255, 255, 255, .38);
        border-radius: 7px;
        background: #f55b14;
    }

    .nemeks-home-slider .slotholder,
    .nemeks-home-slider .slotholder .tp-bgimg {
        visibility: visible !important;
        background-size: cover !important;
    }

    .main-header .main-menu .navbar-toggle .icon-bar {
        width: 22px;
        height: 2px;
        margin: 0;
        border-radius: 2px;
        background: #fff;
    }

    .main-header .main-menu .navbar-collapse {
        position: fixed !important;
        top: 72px;
        right: 12px;
        left: 12px;
        width: auto !important;
        max-height: calc(100vh - 88px) !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 0 0 10px 10px;
        background: #071631;
        box-shadow: 0 16px 35px rgba(0, 0, 0, .28);
    }

    .main-header .main-menu .navbar-collapse > .navigation {
        overflow: hidden;
        margin: 0 !important;
        border: 0;
        border-radius: 0 0 9px 9px;
        background: #071631;
    }

    .main-header .main-menu .navbar-collapse > .navigation > li {
        border-top: 1px solid rgba(255, 255, 255, .12) !important;
    }

    .main-header .main-menu .navbar-collapse > .navigation > li:first-child {
        border-top: 0 !important;
    }

    .main-header .main-menu .navbar-collapse > .navigation > li > a,
    .main-header .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-header .main-menu .navbar-collapse > .navigation > li.current > a {
        padding: 14px 16px !important;
        color: #fff !important;
        background: #071631;
        font-size: 15px;
        font-weight: 700;
        line-height: 22px;
    }

    .main-header .main-menu .navbar-collapse > .navigation > li > a:hover,
    .main-header .main-menu .navbar-collapse > .navigation > li > a:focus,
    .main-header .main-menu .navbar-collapse > .navigation > li > a:active {
        background: #f55b14;
    }
}

@media only screen and (max-width: 360px) {
    .main-header .main-box .logo-box .logo img,
    .main-header.fixed-header .main-box .logo-box .logo img {
        height: 39px !important;
    }
}
