
:root{
  --ozk-primary:#0ea5e9;
  --ozk-dark:#0f172a;
  --ozk-text:#1f2937;
  --ozk-muted:#64748b;
  --ozk-bg:#f8fafc;
  --ozk-card:#ffffff;
  --ozk-border:#e5e7eb;
}
body{color:var(--ozk-text);background:var(--ozk-bg);font-family:'Cabin','Roboto',sans-serif;font-size:16px;line-height:1.7}
h1,h2,h3,h4,h5,h6{color:#0f172a;line-height:1.25}
p,li,a,span{font-size:16px}
.preloader,#actionsModal,.newsletter-section{display:none!important}
.page-wrapper{overflow-x:hidden}
.main-header .header-top{background:#fff;border-bottom:1px solid #eef2f7}
.main-header .header-top .info-list li a,.main-header .top-header-sociall li a{color:#334155!important;font-size:14px}
.main-header .header-upper{background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.main-header .header-upper .auto-container{display:flex;align-items:center;justify-content:space-between;min-height:86px}
.main-header .logo-box{float:none!important;padding:10px 0!important;margin:0!important}
.main-header .logo img{max-height:70px!important;width:auto!important}
.main-header .nav-outer{float:none!important;display:flex;align-items:center}
.main-header .main-menu .navigation>li{margin-left:26px!important}
.main-header .main-menu .navigation>li>a{padding:30px 0!important;font-size:16px!important;font-weight:600;color:#0f172a!important;text-transform:none!important}
.main-header .outer-box{margin-left:24px}
.main-header .outer-box .search-box-btn{width:48px;height:48px;border-radius:14px;background:var(--ozk-primary);display:flex;align-items:center;justify-content:center;color:#fff}
.header-style-one .header-upper .logo-box:before,.header-style-one .header-upper .logo-box:after,.main-header .header-top .top-right .border-line,.header-style-one .header-upper .nav-outer:before,.header-style-one .header-top .top-left:after{display:none!important}
.main-header .header-top .top-header-sociall li a{width:38px;height:38px;line-height:38px;border-radius:999px;background:#eef6fb}
.main-header .header-top .top-header-sociall li{margin-left:8px}
.ozk-hero{position:relative;padding:190px 0 82px;background:linear-gradient(135deg,rgba(2,6,23,.92),rgba(15,23,42,.78));border-bottom:1px solid rgba(255,255,255,.08);background-size:cover;background-position:center}
.ozk-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.68),rgba(2,6,23,.12));pointer-events:none}
.ozk-hero .auto-container{position:relative;z-index:2}
.ozk-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:#7dd3fc;margin-bottom:16px}
.ozk-hero h1{font-size:52px;color:#fff;margin:0 0 18px;max-width:720px}
.ozk-hero p{font-size:18px;color:rgba(255,255,255,.88);max-width:700px;margin:0 0 26px}
.ozk-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}
.ozk-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:14px;font-weight:700}
.ozk-btn-primary{background:var(--ozk-primary);color:#fff}
.ozk-btn-light{background:#fff;color:#0f172a}
.ozk-chip-wrap{display:flex;flex-wrap:wrap;gap:10px}
.ozk-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:14px}
.ozk-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(8px);border-radius:24px;padding:26px;box-shadow:0 22px 42px rgba(0,0,0,.18)}
.ozk-panel h3{color:#fff;font-size:28px;margin:0 0 16px}
.ozk-panel ul{padding-left:18px;margin:0}
.ozk-panel li{color:rgba(255,255,255,.92);margin-bottom:10px;font-size:15px}
.ozk-contact-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.ozk-contact-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;color:#0f172a;font-size:14px;font-weight:700}
.ozk-section{padding:72px 0}
.ozk-section-soft{padding:60px 0;background:#f1f5f9}
.ozk-title-wrap{max-width:760px;margin:0 auto 30px;text-align:center}
.ozk-title-wrap .mini{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:#0ea5e9;font-weight:700;margin-bottom:10px}
.ozk-title-wrap h2{font-size:40px;margin:0 0 14px}
.ozk-title-wrap p{color:#64748b;margin:0;font-size:17px}
.ozk-grid{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
.ozk-grid>[class*='col-']{display:flex}
.ozk-card{background:#fff;border:1px solid var(--ozk-border);border-radius:24px;box-shadow:0 10px 28px rgba(15,23,42,.06);overflow:hidden;width:100%;height:100%;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}
.ozk-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(15,23,42,.08)}
.ozk-card-img{aspect-ratio:16/10;background:#e5e7eb;overflow:hidden}
.ozk-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.ozk-card-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}
.ozk-card-title{font-size:24px;line-height:1.35;margin:0}
.ozk-card-title a{color:#0f172a;text-decoration:none}
.ozk-card-text{color:#64748b;font-size:15px;line-height:1.8;margin:0}
.ozk-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#0ea5e9;text-decoration:none;margin-top:auto}
.ozk-feature{padding:26px;border-radius:22px;background:#fff;border:1px solid var(--ozk-border);height:100%;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.ozk-feature h3{font-size:22px;margin:0 0 12px}
.ozk-feature p{margin:0;color:#64748b;font-size:15px}
.ozk-ref-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.ozk-ref-item{background:#fff;border:1px solid var(--ozk-border);border-radius:18px;padding:18px;display:flex;align-items:center;justify-content:center;min-height:94px;box-shadow:0 8px 22px rgba(15,23,42,.05)}
.ozk-ref-item img{max-width:100%;max-height:38px;opacity:.9;filter:grayscale(100%)}
.ozk-cta-band{margin-top:32px;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:24px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ozk-cta-band h3{color:#fff;font-size:30px;margin:0 0 8px}
.ozk-cta-band p{color:rgba(255,255,255,.88);margin:0;font-size:16px}
.page-title{padding:72px 0 58px;background-size:cover!important;background-position:center!important;position:relative}
.page-title:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(2,6,23,.78),rgba(15,23,42,.6))}
.page-title .auto-container{position:relative;z-index:2}
.page-title h1{font-size:40px;color:#fff;margin-bottom:12px}
.page-breadcrumb li,.page-breadcrumb li a{color:rgba(255,255,255,.86)!important;font-size:15px}
.business-section.hizmetler,.blog-page-section,.sidebar-page-container{background:#f8fafc!important;padding:56px 0}
.team-block .inner-box,.news-block .inner-box{background:#fff;border:1px solid var(--ozk-border);border-radius:22px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.06);height:100%}
.team-block .lower-content,.news-block .lower-content{padding:18px 20px 22px}
.team-block .lower-content h4,.news-block .lower-content h4{font-size:24px;line-height:1.35;margin:0 0 10px}
.team-block .lower-content p,.news-block .lower-content p{font-size:15px;line-height:1.8;color:#64748b;margin:0}
.team-block .image img,.news-block .image img{width:100%;height:260px;object-fit:cover}
.styled-pagination li a{border-radius:14px!important;min-width:44px;height:44px;line-height:44px;padding:0 14px;border:1px solid var(--ozk-border);background:#fff}
.styled-pagination li a.active,.styled-pagination li.active a{background:#0ea5e9;color:#fff;border-color:#0ea5e9}
.case-detail .inner-box,.news-detail .inner-box{background:#fff;border:1px solid var(--ozk-border);border-radius:24px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.06)}
.case-detail .lower-content,.news-detail .lower-content{padding:28px}
.case-detail .lower-content h3,.news-detail .lower-content h2{font-size:34px;margin-bottom:18px}
.case-detail .lower-content p,.case-detail .lower-content li,.news-detail .lower-content p,.news-detail .lower-content li,.static-page-content p,.static-page-content li{font-size:17px;line-height:1.9;color:#334155}
.case-detail .lower-content img,.news-detail .lower-content img,.static-page-content img{max-width:100%;height:auto;border-radius:18px}
.categories-widget .widget-content,.area-widget .widget-content{background:#fff;border:1px solid var(--ozk-border);border-radius:24px;padding:24px;box-shadow:0 10px 28px rgba(15,23,42,.06)}
.sidebar-title h5{font-size:22px}
.blog-cat li a{font-size:16px;line-height:1.7}
.area-post{padding:12px 0;border-bottom:1px solid #eef2f7}
.area-post:last-child{border-bottom:none}
.area-post .image img{width:100%;height:84px;object-fit:cover;border-radius:14px}
.area-post .lower-box h6{font-size:16px;line-height:1.5}
.main-footer{background:#0f172a!important;background-image:none!important}
.main-footer .pattern-layer{display:none!important}
.main-footer .widgets-section{padding:72px 0 36px}
.main-footer .footer-widget{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:28px 24px;min-height:100%;backdrop-filter:blur(4px)}
.main-footer .footer-widget h4,.main-footer .footer-widget h6,.main-footer .footer-widget .text,.main-footer .footer-widget li,.main-footer .footer-widget a,.main-footer .copyright{color:#e5eefc!important}
.main-footer .footer-widget .logo img{max-height:70px;width:auto}
.main-footer .footer-widget .social-box{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:18px}
.main-footer .footer-widget .social-box li a{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(255,255,255,.08)}
.main-footer .footer-bottom{padding:16px 0;border-top:1px solid rgba(255,255,255,.08)}
.main-footer .footer-bottom .copyright{text-align:center;font-size:14px}
@media (max-width:1199px){.ozk-ref-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:991px){
  .main-header .header-top .top-right{display:none!important}
  .main-header .header-upper .auto-container{min-height:78px}
  .main-header .logo img{max-height:58px!important}
  .main-header .header-upper .nav-outer{margin-left:auto}
  .ozk-hero{padding:150px 0 64px}
  .ozk-hero h1{font-size:40px}
  .ozk-cta-band{flex-direction:column;align-items:flex-start}
}
@media (max-width:767px){
  body,p,li,a,span{font-size:15px}
  .main-header .header-top{display:none}
  .main-header .header-upper .auto-container{padding:0 14px}
  .main-header .logo img{max-height:52px!important}
  .main-header .outer-box{display:none}
  .page-title{padding:54px 0 44px}
  .page-title h1{font-size:28px}
  .ozk-hero{padding:128px 0 52px}
  .ozk-hero h1{font-size:30px}
  .ozk-hero p{font-size:16px}
  .ozk-title-wrap h2{font-size:30px}
  .ozk-ref-grid{grid-template-columns:repeat(2,1fr)}
  .team-block .image img,.news-block .image img{height:220px}
}


.ozk-list-clean{list-style:none;padding:0;margin:8px 0 0}.ozk-list-clean li{margin:10px 0;line-height:1.6}.ozk-list-clean a{color:#0f172a;text-decoration:none;font-size:15px}.ozk-list-clean a:hover{color:#0ea5e9}.ozk-feature ul{margin-top:10px}


@media (max-width:991px){
  .main-header .header-upper .nav-outer{gap:12px}
  .nav-outer .mobile-nav-toggler{
    display:flex!important;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    margin-left:12px;
    padding:0!important;
    border-radius:14px;
    background:var(--ozk-primary);
    color:#fff!important;
    box-shadow:0 10px 24px rgba(14,165,233,.28);
    position:relative;
    z-index:40;
  }
  .nav-outer .mobile-nav-toggler .icon{
    font-size:22px;
    line-height:1;
    color:#fff!important;
  }
}
