/* ===================================
    Crafto - Corporate
====================================== */
/* font — Google Fonts layout.tsx'deki <link> ile yükleniyor, @import kaldırıldı (duplike + render-blocking) */
/* variable */
:root {
    --base-color: #3C2FC0;
    --medium-gray: #878898;
    --dark-gray: #242E45;
    --light-red: #F2F1FC;
    --alt-font: 'Plus Jakarta Sans', sans-serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
}
body {
    font-size: 17px;
    line-height: 32px;
}
sup {
    top: -0.7em;
}
.lh-42px {
    line-height: 42px;
}
/* box layout */
.box-layout {
    padding: 0 40px;
}
a {
    color: #878898;
} 
b, strong {
    font-weight: 700;
}
/* header — force normal flow (Crafto uses position:absolute which overlaps content) */
header .navbar.disable-fixed {
    position: relative !important;
    top: auto !important;
}
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
}
header .navbar-brand img {
    max-height:28px;
}
.header-icon .icon > a {
    font-size: 20px;
}
.navbar .btn.btn-switch-text.btn-medium > span {
    padding: 10px 25px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 10%);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 29px;
    width: 28px;
    margin-right: 12px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a,
.navbar .navbar-nav .dropdown .dropdown-menu a:hover,
.navbar .navbar-nav .dropdown .dropdown-menu li.active > a{
    color: var(--white);
    font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    line-height: 28px;
    padding: 18px 25px 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
    opacity: 0.6;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--dark-gray);
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* page title */
.down-section {
    bottom: 30px;
}
.page-title-extra-large h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
h1, .h1 {
    font-size: 4.688rem;
    line-height: 4.688rem;
}
h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
}
.small-screen {
    height: 350px !important;
}
/* text gradient color */
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* bg gradient color */
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-blue-whale-transparent { 
    background: -webkit-linear-gradient(right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-light-transparent {
    background: -webkit-linear-gradient(right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-white { 
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
}
.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(60 47 192)), to(transparent));
    background-image: linear-gradient(to top, rgba(60, 47, 192, .8) 0%, transparent 100%);
}
.bg-gradient-regal-blue-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22 35 64)), to(transparent));
    background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
}
.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
}
.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #162340), to(transparent));
    background: linear-gradient(to top, #162340 7%, transparent 70%);
}
.bg-regal-blue {
    background-color: #162340;
}
.bg-blue-whale {
    background-color: #16233F;
}
/* top left right */
.top-40 {
    top: 40%!important;
}
.left-30 {
    left: 30%!important;
}
.right-30 {
    right: 30%!important;
}
.top-30 {
    top: 30%;
}
.top-20 {
    top: 20%;
}
.left-170px {
    left: 170px;
}
.mt-minus-2 {
    margin-top: -2px;
}
.left-minus-300px {
    left: -300px;
}
/* btn */
.btn {
    letter-spacing: 0px;
    text-transform: inherit;
}
.btn.btn-extra-large {
    font-size: 18px;
}
.btn.btn-large {
    font-size:16px;
}
.btn.btn-medium {
    font-size: 15px;
}
.btn.btn-small {
    font-size: 14px;
}
.btn.btn-link {
    padding: 0 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid;
    letter-spacing: 0;
    background-color: transparent;
}
.btn-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: var(--white);
}
/* box overlay */
.interactive-banner-style-02.dark-hover:hover .btn {
    opacity: 0.7;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
/* process-step style 05 */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}
/* interactive banner */
.interactive-banner-style-02:hover figure figcaption .features-icon {
    margin-bottom: 17px;
}
/* blog grid */
.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    color: var(--medium-gray);
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}
/* google map */
#map {
    border-radius: 6px 0 0 6px;
}
.border-radius-top-lr {
    border-radius: 6px 6px 0 0;
}
footer ul li {
    margin-bottom: 0;
}
.scroll-progress {
    right: 10px;
}
/* google map */
.newsletter-style-02 input {
    font-size: 15px;
}
/* Revolution Slider */
#demo-corporate-slider {border-radius: 6px;}
.hesperiden.tparrows { width: 54px; height: 54px; background: transparent; border: 1px solid rgba(255,255,255,0.2);-webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out}
.hesperiden.tparrows:hover {border:1px solid rgba(255,255,255,1); background: rgba(255,255,255,1); ;}
.hesperiden.tparrows:hover:before {color: #232323}
.hesperiden.tparrows:before {line-height: 52px;}
.hesperiden.tparrows.tp-leftarrow:before { content: "\f104";font-family: "Font Awesome 7 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-rightarrow:before { content: "\f105";font-family: "Font Awesome 7 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-leftarrow:before { margin-left: 0; }
.hesperiden.tparrows.tp-rightarrow:before { margin-right: 0; }
.get-started-btn { transition: 0.3s ease-in-out !important; }
.hesperiden.tparrows { z-index: 97; }
/* media query responsive */
@media (max-width: 1700px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 19px;
        padding-right: 19px;
    }
}
@media (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 1350px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1300px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 9px;
        padding-right: 9px;
    }
}
@media (max-width: 1199px) {
    .accordion-style-06 .accordion-item {
        padding: 15px 50px 15px 35px;
    }
    .box-layout {
        padding: 0;
    }
    #demo-corporate-slider {
        border-radius: 0;
    }
    .lg-border-radius-0px {
        border-radius: 0 !important;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        font-size: 17px;
        line-height: normal;
        display: flex;
        align-items: center;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    #map {
        border-radius: 0;
    }
    .small-screen {
        height: 300px !important;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding: 15px;
    }
    footer .elements-social.social-icon-style-02 li {
        margin: 0 15px 0 0;
    }
    footer .elements-social.social-icon-style-02 li:first-child {
        margin-left: 0;
    }
}

/* ===================================
    Corporate Theme — Topbar & Components
====================================== */

/* ── Topbar ── */
.topbar-wrap {
    background: linear-gradient(135deg, var(--base-color, #3C2FC0) 0%, #1f242e 100%);
    position: relative;
    z-index: 1001;
    width: 100%;
    overflow: hidden;
}
.topbar-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: repeating-linear-gradient(
        90deg,
        rgba(255,255,255,.03) 0px,
        rgba(255,255,255,.03) 1px,
        transparent 1px,
        transparent 60px
    );
    pointer-events: none;
}
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.topbar-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.85);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .3px;
    transition: color .3s;
}
.topbar-item:hover {
    color: #fff;
}
.topbar-item i {
    font-size: 14px;
    color: rgba(255,255,255,.6);
    transition: color .3s;
}
.topbar-item:hover i {
    color: #fff;
}
.topbar-item a {
    color: inherit !important;
    text-decoration: none !important;
}
.topbar-divider {
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,.2);
}
.topbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}
.topbar-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.7) !important;
    font-size: 12px;
    text-decoration: none !important;
    transition: all .3s ease;
}
.topbar-social:hover {
    background: rgba(255,255,255,.25);
    color: #fff !important;
    transform: translateY(-1px);
}
@media (max-width: 991px) {
    .topbar-inner { padding: 8px 20px; }
    .topbar-address { display: none !important; }
    .topbar-left { gap: 18px; }
}
@media (max-width: 575px) {
    .topbar-right { display: none !important; }
    .topbar-item { font-size: 12px; }
    .topbar-left { gap: 12px; }
    .topbar-divider { display: none; }
}

/* ── Header z-index fix ── */
header { position: relative; z-index: 1000; }
header .navbar { padding-top: 8px; padding-bottom: 8px; }
header .navbar-brand img { max-height: 40px; }

/* ── Review Cards ── */
.review-card {
    background: #fff;
    border-radius: 10px;
    padding: 35px 30px;
    height: 100%;
    position: relative;
    box-shadow: 0 5px 25px rgba(0,0,0,.06);
    transition: box-shadow .3s, transform .3s;
}
.review-card:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
    transform: translateY(-3px);
}
.review-card .quote-icon {
    position: absolute;
    top: 20px; right: 25px;
    font-size: 36px;
    color: var(--base-color, #3C2FC0);
    opacity: .12;
    line-height: 1;
}
.review-card .review-text {
    font-size: 15px;
    line-height: 26px;
    color: #555;
    margin-bottom: 20px;
    min-height: 78px;
}
.review-card .reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f0f0f0;
    padding-top: 18px;
}
.review-card .reviewer-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    object-fit: cover;
    background: #f5f5f5;
}
.review-card .reviewer-name {
    font-weight: 700;
    font-size: 14px;
    color: #1f242e;
    line-height: 1.3;
}
.review-card .reviewer-company {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

/* ── References ── */
.ref-logo {
    height: 45px;
    max-width: 130px;
    object-fit: contain;
    opacity: .45;
    filter: grayscale(100%);
    transition: all .4s;
}
.ref-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ── Product Cards ── */
.product-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    transition: box-shadow .35s, transform .35s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    box-shadow: 0 15px 45px rgba(0,0,0,.12);
    transform: translateY(-6px);
}
.product-card .product-img-wrap {
    position: relative;
    overflow: hidden;
    height: 260px;
    background: #f8f8f8;
}
.product-card .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.product-card:hover .product-img {
    transform: scale(1.06);
}
.product-card .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.4) 100%);
    opacity: 0;
    transition: opacity .35s;
}
.product-card:hover .product-overlay {
    opacity: 1;
}
.product-card .product-quick-view {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    transition: all .35s ease;
    background: #fff;
    color: #1a1a2e;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
}
.product-card:hover .product-quick-view {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.product-card .product-quick-view:hover {
    background: var(--base-color, #3C2FC0);
    color: #fff;
}
.product-card .product-body {
    padding: 25px 25px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.product-card .product-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--base-color, #3C2FC0);
    margin-bottom: 8px;
}
.product-card .product-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    line-height: 1.4;
}
.product-card .product-title a {
    color: inherit;
    text-decoration: none;
}
.product-card .product-title a:hover {
    color: var(--base-color, #3C2FC0);
}
.product-card .product-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.product-card .product-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--base-color, #3C2FC0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: gap .3s;
}
.product-card .product-btn:hover {
    gap: 10px;
}
.product-card .product-btn i {
    font-size: 14px;
    transition: transform .3s;
}
.product-card .product-btn:hover i {
    transform: translateX(3px);
}

/* ── Category Filter ── */
.category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
}
.category-filter .filter-btn {
    padding: 8px 22px;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
}
.category-filter .filter-btn:hover,
.category-filter .filter-btn.active {
    background: var(--base-color, #3C2FC0);
    border-color: var(--base-color, #3C2FC0);
    color: #fff;
}

/* ── Products No Results ── */
.products-no-results {
    text-align: center;
    padding: 60px 20px;
}
.products-no-results i {
    font-size: 48px;
    color: #ddd;
    margin-bottom: 15px;
}

/* ── Product Count Badge ── */
.product-count-badge {
    background: rgba(60,47,192,.1);
    color: var(--base-color, #3C2FC0);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* ══════════════════════════════════════════════
   About Page
   ══════════════════════════════════════════════ */

/* ── Value Cards ── */
.about-value-card {
    background: #fff;
    border-radius: 10px;
    padding: 35px 30px;
    height: 100%;
    box-shadow: 0 5px 25px rgba(0,0,0,.06);
    transition: box-shadow .3s, transform .3s;
    text-align: center;
}
.about-value-card:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
    transform: translateY(-3px);
}
.about-value-card .value-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: var(--base-color, #3C2FC0);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

/* ── Reference Logos ── */
.ref-logo {
    height: 45px;
    max-width: 130px;
    object-fit: contain;
    opacity: .45;
    filter: grayscale(100%);
    transition: all .4s;
}
.ref-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ── Page Hero (breadcrumb bar) ── */
.page-hero {
    padding: 14px 0;
    background: #f5f5f7;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.page-hero__crumbs {
    font-size: 14px;
    line-height: 1.4;
}
.page-hero__sep {
    display: inline;
    margin: 0 8px;
    color: #ccc;
    font-weight: 300;
}
.page-hero__link {
    color: #888;
    text-decoration: none;
    transition: color .2s;
    font-weight: 500;
}
.page-hero__link:hover {
    color: var(--base-color, #3C2FC0);
}
.page-hero__current {
    color: #333;
    font-weight: 600;
}

/* ── Section Header (page titles below breadcrumb) ── */
.section-header {
    padding: 40px 0 25px;
}
.section-header__badge {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--base-color, #3C2FC0);
    margin-bottom: 10px;
    position: relative;
    padding: 0 20px;
}
.section-header__badge::before,
.section-header__badge::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background: var(--base-color, #3C2FC0);
    opacity: .3;
}
.section-header__badge::before { right: 100%; }
.section-header__badge::after { left: 100%; }
.section-header__title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--dark-gray, #242E45);
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 0;
}

/* ── Products Section ── */
.products-section {
    padding: 30px 0 60px;
}