@media (max-width:320px) {

}

@media (min-width:321px) {

}

@media(min-width:640px) {

}

@media(min-width:960px) {

}

@media(min-width:1200px) {
  
}

@media(min-width:1400px) {

}

@media(min-width:1600px) {

}

/* Global zemin */
body{
  background-color: #f4f9fb;
}

.slide-top-gradient{
    position:absolute;
    top:0; left:0; right:0;
    height:350px;
    background: linear-gradient(
        to bottom,
        rgba(7, 9, 36, 0.9) 0%,
        rgba(7, 9, 36, 0.45) 50%,
        rgba(7, 9, 36, 0) 100%
    );
    z-index:2;
    pointer-events:none;
    }

    /* Header */

    #header{
      transition: transform 0.28s ease, background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
    }
    #header.header-hidden{
      transform: translateY(-100%);
    }
    #header.header-absolute{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 500;
      
    }
    #header.header-absolute.sticky{
      position: fixed !important;
      top: 0;
    }
    .site-nav{
      background-color: transparent;
      padding-top: 58px;
      padding-bottom: 12px;
      transition: background-color 0.3s ease, box-shadow 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
    }
    .sticky .site-nav{
      background-color: #fff;
      box-shadow: 0 2px 24px rgba(0,0,0,0.28);
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .sticky .site-nav__menu > li > a,
    .sticky .site-nav__toggle{
      color: #1d3d7c;
    }
    .sticky .site-nav__menu > li > a:hover,
    .sticky .site-nav__toggle:hover{
      color:#c5c5c5;
    }

    /* ── İç sayfa header: her zaman açık/sticky görünüm ── */
    .header-inner{
      position: fixed !important;
    }
    .header-inner .site-nav{
      padding-bottom: 12px;
      border-bottom: 1px solid #c3c7c9;
      box-shadow: none;
    }
    .header-inner .site-nav__menu > li > a,
    .header-inner .site-nav__toggle{
      color: #1d3d7c;
    }
    .header-inner .site-nav__menu > li > a:hover,
    .header-inner .site-nav__toggle:hover{
      color: #c5c5c5;
    }
    .header-inner .site-nav__logo .logo-light{ display: none; }
    .header-inner .site-nav__logo .logo-dark{ display: block; }
    /* Scroll sonrası sticky: box-shadow devreye girer, çizgi kalkar */
    .header-inner.sticky .site-nav{
      box-shadow: 0 2px 24px rgba(0,0,0,0.18);
      border-bottom-color: transparent;
    }
    @media (max-width: 959px){
      .header-inner,
      .header-inner.sticky{
        position: fixed !important;
      }
      .header-inner .site-nav{
        padding-top: 10px;
        padding-bottom: 8px;
      }
    }

    .site-nav__container{
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      position: relative;
    }
    .site-nav__container > .uk-navbar-left,
    .site-nav__container > .uk-navbar-center,
    .site-nav__container > .uk-navbar-right{
      display: flex;
      align-items: center;
      height: 100%;
    }
    .site-nav__container > .uk-navbar-center{
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      bottom: 0;
      z-index: 2;
    }
    .site-nav__container > .uk-navbar-left,
    .site-nav__container > .uk-navbar-right{
      z-index: 3;
    }
    .site-nav__menu > li > a,
    .site-nav__toggle{
      color: #ffffff;
      font-size: clamp(13px, 1.15vw, 16px);
      font-weight: 600;
      letter-spacing: clamp(0.02em, 0.05em, 0.05em);
      text-transform: uppercase;
      min-height: 72px;
      padding: 0 clamp(8px, 0.9vw, 16px);
      display: flex;
      align-items: center;
    }
    .site-nav__menu > li > a:hover,
    .site-nav__toggle:hover{
      color: #c5c5c5;
      text-decoration: none;
      transition: all 0.2s ease-out;
    }
    .site-nav__menu > li.site-nav__lang > a{
      padding-left: 6px;
      padding-right: 0;
      margin-right: -24px;
    }

    .site-nav__logo{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
    .site-nav__logo img{
      display: block;
      height: 40px;
      width: auto;
      max-height: none;
      transition: all 0.25s ease-out;
    }
    .site-nav__logo .logo-dark{ display:none; }
    .sticky .site-nav__logo .logo-light{ display:none; }
    .sticky .site-nav__logo .logo-dark{ display:block; }
    .sticky .site-nav__logo img{ height: 40px; }
    @media (max-width: 959px){
      #header.header-absolute,
      #header.header-absolute.sticky{
        position: absolute;
        top: 0;
        z-index: 500;
      }
      .site-nav__logo img{ height: 28px; }
      .site-nav{ padding-top: 15px; padding-bottom: 8px; }
      .sticky .site-nav{
        background-color: #fff;
        box-shadow: 0 2px 24px rgba(0,0,0,0.28);
        padding-top: 15px;
        padding-bottom: 8px;
      }
      .sticky .site-nav__logo img{ height: 28px; }
      .site-nav__menu > li > a,
      .site-nav__toggle{ min-height: 76px; font-size: 16px; }
    }
    @media (min-width: 960px) and (max-width: 1199px){
      .site-nav{ padding-top: 62px; padding-bottom: 10px; }
      .sticky .site-nav{ padding-top: 10px; padding-bottom: 10px; }
      .site-nav__menu > li > a,
      .site-nav__toggle{ font-size: 13px; letter-spacing: 0.03em; padding: 0 10px; min-height: 60px; }
      .site-nav__logo img{ height: 40px; }
      .sticky .site-nav__logo img{ height: 40px; }
    }
    #search-modal.uk-modal{ z-index: 1300; }
    #search-modal .uk-modal-dialog{
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      width: 100% !important;
      min-height: 100vh !important;
      height: 100% !important;
      margin: 0 !important;
      padding: 40px 20px !important;
      box-sizing: border-box;
    }
    @media (max-width: 959px){
      #search-modal .uk-modal-dialog{ padding: 60px 20px 40px !important; }
      #search-modal .uk-search-large,
      #search-modal form{ width: 100% !important; }
      #search-modal .uk-search-input{ padding-left: 78px; padding-right: 16px; font-size: 20px; }
    }
    #mobile-nav .uk-offcanvas-bar{
      background: #ffffff;
      color: rgba(61,61,60,0.9);
      padding: 0;
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden;
      height: 100vh;
    }
    #mobile-nav .uk-offcanvas-close{
      position: absolute !important;
      top: 16px !important;
      right: 16px !important;
      left: auto !important;
      color: rgba(61,61,60,0.6);
      z-index: 100;
      pointer-events: all !important;
      background: transparent !important;
      border: 0 !important;
    }
    #mobile-nav .mobile-nav__logo{
      display: flex;
      align-items: center;
      justify-content: left;
      padding: 64px 24px 20px;
      border-bottom: 1px solid rgba(0,0,0,0.08);
      pointer-events: none;
    }
    #mobile-nav .mobile-nav__logo a{ pointer-events: all; }
    #mobile-nav .mobile-nav__logo img{
      display: block;
      max-height: 48px;
      width: auto;
      height: auto;
    }
    #mobile-nav .mobile-nav__menu{
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 16px 0;
      margin: 0;
      list-style: none;
    }
    #mobile-nav .mobile-nav__menu > li > a{
      display: block;
      color: #252526 !important;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      text-align: left;
      padding: 11px 24px;
      transition: color 0.18s, background 0.18s;
    }
    #mobile-nav .mobile-nav__menu > li > a:hover,
    #mobile-nav .mobile-nav__menu > li > a:focus{
      color: #252526 !important;
      background: rgba(0,0,0,0.04);
      text-decoration: none;
    }
    #mobile-nav .mobile-nav__menu > li.mobile-nav__divider{
      height: 1px;
      background: rgba(0,0,0,0.08);
      margin: 8px 24px;
    }
    #mobile-nav .mobile-nav__menu .uk-parent > a::after{
      content: none !important;
    }
    #mobile-nav .mobile-nav__menu .uk-nav-sub{
      padding: 4px 0 10px !important;
      list-style: none;
      margin: 0;
    }
    #mobile-nav .mobile-nav__menu .uk-nav-sub li a{
      display: block;
      color: #252526 !important;
      font-weight: 500;
      font-size: 13px;
      letter-spacing: 0.10em;
      text-align: left;
      padding: 9px 24px;
      transition: color 0.18s, background 0.18s;
      border-bottom:solid 1px #f8f8f8;
    }
    #mobile-nav .mobile-nav__menu .uk-nav-sub li a:hover,
    #mobile-nav .mobile-nav__menu .uk-nav-sub li a:focus{
      color: #252526 !important;
      background: rgba(0,0,0,0.03);
      text-decoration: none;
    }
    #mobile-nav .mobile-nav__lang{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      border: 1px solid rgba(0,0,0,0.15);
      border-radius: 6px;
      overflow: hidden;
      margin: 0 20px 28px;
    }
    #mobile-nav .mobile-nav__lang a{
      flex: 1;
      text-align: center;
      padding: 10px 0;
      color: rgba(61,61,60,0.60) !important;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.10em;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.18s, color 0.18s;
      border-radius: 0;
    }
    #mobile-nav .mobile-nav__lang a.active{
      background: rgb(29 61 124);
      color: #fff !important;
    }
    #mobile-nav .mobile-nav__lang a:hover{ color: #252526 !important; }
    #mobile-nav .mobile-nav__lang span.sep{
      width: 1px;
      background: rgba(0,0,0,0.15);
      align-self: stretch;
    }

    /* Diagonal hero card */
    .asls-hero-card{
      position: relative;
      border-radius: 0 20px;
      overflow: hidden;
      min-height: 450px;
      --asls-hero-panel-width: 74%;
      --asls-hero-panel-alpha: 0.80;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      color: #252526;
      background-color: #e9e9e9;
    }
    .asls-hero-card::before{
      content: "";
      position: absolute;
      inset: -1px;
      pointer-events: none;
      /* Crisp diagonal panel (reversed direction) */
      background: rgba(255,255,255,var(--asls-hero-panel-alpha));
      width: var(--asls-hero-panel-width);
      right: auto;
      clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
      z-index: 0;
      width: 55%;
    }
    .asls-hero-card__content{
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 660px;
      padding: 42px 0 42px 80px;
      box-sizing: border-box;
      
    }
    .asls-hero-card__title{
      margin: 0 0 10px 0;
      color: #02023f;
      font-weight: 500;
      letter-spacing: 0.01em;
      font-size: clamp(26px, 2.2vw, 38px);
      line-height: 1.15;
    }
    .asls-hero-card__desc{
      margin: 0 0 18px 0;
      color: #252526;
      font-size: clamp(14px, 1.05vw, 16px);
      line-height: 1.6;
      max-width: 46ch;
    }
    .asls-hero-card__cta{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 0;
      border: 0;
      background: transparent;
      color: #252526;
      text-decoration: none;
      box-sizing: border-box;
      transition: transform 0.18s ease;
    }
    .asls-hero-card__cta:hover{
      transform: translateY(-1px);
      text-decoration: none;
      color: #252526;
    }
    .asls-hero-card__rotate-btn{
      width: 56px;
      height: 56px;
      border-color: rgba(38,38,38,0.55);
      background: rgba(255,255,255,0.82);
      flex: 0 0 auto;
    }
    .asls-hero-card__rotate-btn img{
      width: 28px;
      height: 28px;
      transition: transform 0.3s ease, filter 0.3s ease;
    }
    .asls-hero-card__cta-text{
      display: inline-flex;
      align-items: center;
      min-height: 50px;
      padding: 0 50px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid rgba(38,38,38,0.16);
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.01em;
      white-space: nowrap;
    }
    .asls-hero-card__cta:hover .asls-hero-card__rotate-btn img{
      transform: rotate(45deg);
      filter: brightness(0) invert(1);
    }
    .asls-hero-card__cta:hover .asls-hero-card__rotate-btn{
      background: #ef952a;
      border-color: #ef952a;
    }

    @media (max-width: 959px){
      .asls-hero-card{
        min-height: 400px;
        background-position: top right;
        /* Mobile: bottom panel (no diagonal) */
        align-items: flex-end;
      }
      .asls-hero-card::before{
        /* Mobile: use real content panel instead of overlay */
        content: none;
      }
      .asls-hero-card__content{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        padding: 26px 18px 26px;
        box-sizing: border-box;
        background: rgba(255,255,255,0.92);
        
      }
      .asls-hero-card__title{
        font-size: clamp(20px, 6.2vw, 22px);
      }
      .asls-hero-card__desc{
        font-size: 14px;
        line-height: 1.45;
        overflow-wrap: anywhere;
      }
      .asls-hero-card__cta-text{ font-size: 13px; }
      .asls-hero-card__rotate-btn{
        width: 48px;
        height: 48px;
      }
      .asls-hero-card__rotate-btn img{
        width: 24px;
        height: 24px;
      }
      .asls-hero-card__cta-text{
        min-height: 48px;
        padding: 0 18px;
      }
    }

    @media (min-width: 1200px){
      .asls-hero-card{
        --asls-hero-panel-width: 78%;
      }
    }

    @media (min-width: 1600px){
      .asls-hero-card{
        --asls-hero-panel-width: 74%;
      }
    }

    /* Footer */
.asls-footer {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .asls-footer-bg {
    background: #02023f;
    color: #fff;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
  }

  .asls-footer-menu-wrap {
    padding-top: 48px;
    padding-bottom: 48px;
    box-sizing: border-box;
  }

  .asls-footer .uk-grid-large > .uk-flex {
    min-width: 0;
  }

  .asls-footer-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    line-height: 1.25;
  }
  .asls-footer-title::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    flex-shrink: 0;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 0;
    background: #ef952a;
  }

  .asls-footer-links {
    list-style: none;
    margin: 28px 0 0 0;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .asls-footer-links.uk-grid-small {
    margin-left: -10px;
  }
  .asls-footer-links.uk-grid-small > * {
    padding-left: 10px;
  }
  .asls-footer-links.uk-grid-small > .uk-grid-margin,
  * + .asls-footer-links.uk-grid-small > .uk-grid-margin {
    margin-top: 10px;
  }

  .asls-footer-links,
  .asls-footer-links a {
    font-size: 15px;
  }
  .asls-footer-links a {
    color: #c1c1c1;
  }
  .asls-footer-links a:hover {
    color: #fff;
  }
  .asls-footer-links li {
    margin: 0;
    padding: 0;
    line-height: 1.45;
    min-width: 0;
  }
  .asls-footer-links a {
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .asls-footer-subbar {
    background: #03034d;
    margin-top: 0;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 72px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .asls-footer-subbar > .uk-container.uk-container-xlarge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
  }
  .asls-footer-subbar .asls-footer-bottom {
    width: 100%;
  }

  .asls-footer-bottom { padding: 0; gap: 22px; }
  .asls-footer-bottom a { color: rgba(255,255,255,0.82); }
  .asls-footer-bottom a:hover { color: #fff; }

  .asls-footer-bottom-left,
  .asls-footer-bottom-center,
  .asls-footer-bottom-right {
    font-size: 15px;
    color: #c1c1c1;
  }
  .asls-footer-bottom-center a { color: #c1c1c1; }
  .asls-footer-bottom-center a:hover { color: #fff; }

  .asls-footer-legal {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
    row-gap: 12px;
    justify-items: center;
    margin-bottom: 0px;
  }
  .asls-footer-legal li {
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 0;
  }
  .asls-footer-legal a {
    color: #c1c1c1;
    display: inline-block;
    max-width: 100%;
    font-size: 13px;
  }
  .asls-footer-legal a:hover { color: #fff; }

  .asls-social { gap: 16px; }
  .asls-social a {
    color: rgba(255,255,255,0.92);
    display: inline-flex;
  }
  .asls-social a:hover { color:#fff; }

  .asls-footer-mobile-divider {
    display: none;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    box-sizing: border-box;
  }

  .asls-footer-bg > .uk-container.uk-container-xlarge,
  .asls-footer-subbar > .uk-container.uk-container-xlarge {
    /* Match UIkit container sizing to avoid narrower footer container */
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1600px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  @media (min-width: 640px) {
    .asls-footer-bg > .uk-container.uk-container-xlarge,
    .asls-footer-subbar > .uk-container.uk-container-xlarge {
      padding-left: 30px !important;
      padding-right: 30px !important;
    }
  }

  @media (min-width: 960px) {
    .asls-footer-menu-wrap {
      padding-top: 120px;
      padding-bottom: 120px;
    }

    .asls-footer-bg > .uk-container.uk-container-xlarge,
    .asls-footer-subbar > .uk-container.uk-container-xlarge {
      padding-left: 40px !important;
      padding-right: 40px !important;
    }

    .asls-footer-subbar {
      min-height: 120px;
      padding-top: 0;
      padding-bottom: 0;
    }

    .asls-footer-legal {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: 0;
      max-width: none;
      width: auto;
    }
    .asls-footer-legal li {
      display: flex;
      align-items: center;
      flex: 0 0 auto;
      text-align: left;
    }
    .asls-footer-legal li:not(:last-child)::after {
      content: "|";
      margin-left: 0.65em;
      margin-right: 0.65em;
      color: rgba(255, 255, 255, 0.35);
      flex-shrink: 0;
    }

    .asls-footer-bottom > .asls-footer-bottom-left,
    .asls-footer-bottom > .asls-footer-bottom-center,
    .asls-footer-bottom > .asls-footer-bottom-right {
      display: flex;
      align-items: center;
      min-height: 0;
    }

    /* Add breathing room so bottom row doesn't look glued */
    .asls-footer-bottom-left { padding-right: 10px; }
    .asls-footer-bottom-center { padding-left: 16px; padding-right: 16px; }
    .asls-footer-bottom-right { padding-left: 10px; }
  }

  @media (max-width: 959px) {
    .asls-footer-bottom {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 0;
    }
    .asls-footer-bottom-left,
    .asls-footer-bottom-center,
    .asls-footer-bottom-right{
      width: 100%;
      text-align:center;
    }
    .asls-footer-bottom-center{ order: 2; }
    .asls-footer-bottom-left{ order: 1; }
    .asls-footer-bottom-right{ order: 3; }

    .asls-footer-mobile-divider { display: block; }

    .asls-footer-mobile-divider--below-copy {
      margin-top: 14px;
      margin-bottom: 14px;
    }
    .asls-footer-mobile-divider--above-social {
      margin-top: 14px;
      margin-bottom: 14px;
    }

    .asls-footer-bottom-left {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 0;
    }
    .asls-footer-bottom-center {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 6px 0;
    }
    .asls-footer-bottom-right {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .asls-footer-bottom-right .asls-social.uk-flex {
      justify-content: center;
    }
  }

/* ===================================================
   MEGA MENU — Desktop only (min-width: 960px)
   =================================================== */

#mega-wrap { display: none; }

@media (min-width: 960px) {

  #mega-wrap {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 300;
    pointer-events: none;
  }

  #mega-wrap.is-open {
    pointer-events: all;
  }

  /* --- Panel: full-width, dark + blur, clips overflow --- */
  .mega-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, visibility 0s linear 0.18s;
    pointer-events: none;
    background: rgba(2, 2, 63, 0.95);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
  }

  /* Top sweep line */
  .mega-panel::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.10);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.24s ease 0s;
    z-index: 10;
  }

  .mega-panel.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.18s ease;
    pointer-events: all;
  }

  .mega-panel.is-active::before {
    transform: scaleX(1);
  }

  .mega-panel.is-instant {
    transition: none !important;
  }

  .mega-panel.is-instant::before {
    transition: none !important;
  }

  /* Container aligns content with nav items */
  .mega-panel__inner {
    position: relative;
    z-index: 1;
  }

  /* --- 2-col grid --- */
  .mega-panel__grid {
    display: flex;
    min-height: 440px;
    align-items: center;
  }

  /* --- Left body: inherits dark panel bg --- */
  .mega-panel__left-body {
    flex: 0 0 40%;
    padding: 64px 80px 64px 0;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .mega-panel.is-active .mega-panel__left-body {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.22s ease 0.06s, transform 0.22s ease 0.06s;
  }

  .mega-panel.is-instant .mega-panel__left-body {
    transition: none !important;
  }

  .mega-panel__title {
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 22px;
    line-height: 1.15;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .mega-panel__desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.78;
    margin: 0;
    max-width: 300px;
  }

  /* --- Right body: lighter overlay that bleeds to viewport right edge --- */
  .mega-panel__right-body {
    flex: 1;
    position: relative;
    padding: 64px 0 64px 64px;
    min-height: 440px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .mega-panel.is-active .mega-panel__right-body {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.22s ease 0.13s, transform 0.22s ease 0.13s;
  }

  .mega-panel.is-instant .mega-panel__right-body {
    transition: none !important;
  }

  /* Lighter dark overlay — extends beyond container to right viewport edge */
  .mega-panel__right-body::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -100vw;
    background: rgba(0, 0, 30, 0.55);
    z-index: 0;
    pointer-events: none;
  }

  /* --- Background image layer (hover) --- */
  .mega-panel__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -100vw;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.38s ease;
    z-index: 0;
  }

  .mega-panel__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
  }

  .mega-panel__bg.has-image {
    opacity: 1;
  }

  /* --- Menu links (above overlays) --- */
  .mega-panel__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .mega-panel__links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .mega-panel__links li:last-child {
    border-bottom: none;
  }

  .mega-panel__links li a {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 300;
    letter-spacing: 0.03em;
    text-decoration: none;
    padding: 18px 0;
    transition: color 0.20s ease, padding-left 0.20s ease;
  }

  .mega-panel__links li a:hover {
    color: #ffffff;
    padding-left: 16px;
    text-decoration: none;
  }

  /* --- Header dark bg when mega is open (non-sticky only) --- */
  #header.mega-open .site-nav {
    background-color: rgba(2, 2, 63, 0.95);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    box-shadow: none;
  }

  #header.mega-open .site-nav__menu > li > a,
  #header.mega-open .site-nav__toggle {
    color: rgba(255, 255, 255, 0.85);
  }

  #header.mega-open .site-nav__menu > li > a:hover,
  #header.mega-open .site-nav__toggle:hover {
    color: #ffffff;
  }

  /* Sticky overrides: keep white bg when sticky + mega open */
  #header.sticky.mega-open .site-nav {
    background-color: #ffffff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
  }

  #header.sticky.mega-open .site-nav__menu > li > a,
  #header.sticky.mega-open .site-nav__toggle {
    color: #1d3d7c;
  }

  /* --- Trigger active underline --- */
  .mega-trigger > a {
    position: relative;
  }

  .mega-trigger.mega-active > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 2px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 2px;
  }

  #header.sticky .mega-trigger.mega-active > a::after {
    background: #252526;
  }

  /* İç sayfa: mega trigger çizgisi koyu */
  #header.header-inner .mega-trigger.mega-active > a::after {
    background: #252526;
  }

  /* İç sayfa: mega açıkken nav beyaz kalır */
  #header.header-inner.mega-open .site-nav{
    background-color: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    border-bottom: 1px solid #dde6ea;
  }
  #header.header-inner.mega-open .site-nav__menu > li > a,
  #header.header-inner.mega-open .site-nav__toggle{
    color: #1d3d7c;
  }
  #header.header-inner.mega-open .site-nav__menu > li > a:hover,
  #header.header-inner.mega-open .site-nav__toggle:hover{
    color: #c5c5c5;
  }
  /* Sticky + mega açık: box-shadow devam eder */
  #header.header-inner.sticky.mega-open .site-nav{
    box-shadow: 0 2px 24px rgba(0,0,0,0.18);
    border-bottom-color: transparent;
  }

}

/* sayfalar

/* ═══════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════ */
.sp-hero {
  background: #222;
  position: relative;
  padding: 400px 0 80px;
  overflow: hidden;
}

/* Eğer sayfaya özel resim varsa arka plan olarak göster */
.sp-hero.has-bg-image {
  background-size: cover;
  background-position: center;
}

/* Diagonal çizgi dokusu — iletisim.php ile birebir */
.sp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,.022) 0, rgba(255,255,255,.022) 1px,
    transparent 1px, transparent 15px
  );
  pointer-events: none;
  z-index: 0;
}

/* Radyal parlama — iletisim.php ile birebir aynı */
.sp-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239,149,42,.11), transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* Resim varsa ek karartma katmanı */
.sp-hero__overlay {
  display: none;
}
.sp-hero.has-bg-image .sp-hero__overlay {
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.60) 0%,
    rgba(0,0,0,0.75) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.sp-hero__inner {
  position: relative;
  z-index: 1;
}

.sp-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #ef952a;
  margin-bottom: 16px;
}

.sp-hero__kicker::before,
.sp-hero__kicker::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: rgba(239,149,42,.6);
}

.sp-hero__title {
  margin: 0 0 20px;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 200;
  color: #fff;
  line-height: 1.22;
  max-width: 720px;
}

.sp-hero__crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
}

.sp-hero__crumb a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.18s;
}

.sp-hero__crumb a:hover {
  color: #ffffff;
}

.sp-hero__crumb-sep {
  display: block;
  width: 14px;
  height: 1px;
  background: rgba(255,255,255,0.20);
}

/* ═══════════════════════════════════════════════════
   CONTENT SECTION
═══════════════════════════════════════════════════ */
.sp-section {
  background: #fff;
  padding: 72px 0 96px;
}

/* ───── Sidebar ───── */
.sp-sidebar {
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  top: 130px;
}

.sp-sidebar__head {
  padding: 32px 24px 32px;
  border-bottom: 1px solid #e0e0e0;
  
  background:#f9f9f9;
}

.sp-sidebar__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ef952a;
  line-height: 1.4;
}

.sp-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 6px 0 10px;
}

.sp-sidebar__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 500;
  color: #4a4a49;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: color 0.18s, background 0.18s, border-color 0.18s;
}

.sp-sidebar__list li a:hover {
  color: #2a2a2a;
  background: #ebebeb;
  border-left-color: #2a2a2a;
}

.sp-sidebar__list li a.is-active {
  color: #2a2a2a;
  background: #ebebeb;
  border-left-color: #2a2a2a;
  font-weight: 600;
}

.sp-sidebar__list li a .sp-sidebar__arrow {
  color: #b0b0b0;
  transition: color 0.18s;
  flex-shrink: 0;
}

.sp-sidebar__list li a:hover .sp-sidebar__arrow,
.sp-sidebar__list li a.is-active .sp-sidebar__arrow {
  color: #ef952a;
}

/* ───── Content card ───── */
.sp-content-card {
  background: #ffffff;
  min-height: 300px;
}

/* İçerik tipografisi */
.sp-content-card h2,
.sp-content-card h3,
.sp-content-card h4 {
  color: #252526;
  font-weight: 600;
  font-size:20px;
}

.sp-content-card p,
.sp-content-card li {
  line-height: 1.90;
  font-size: 15px;
  margin:20px 0;
}

.sp-content-card a {
  color: #000;
}

/* ───── Galeri ───── */
.sp-gallery {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid #f0f0f0;
}

.sp-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.sp-section-label__line {
  display: block;
  width: 20px;
  height: 1px;
  background: #ef952a;
}

.sp-section-label__text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ef952a;
}

.sp-gallery__item {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e8e8e8;
}

.sp-gallery__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.40s ease;
}

.sp-gallery__item:hover .sp-gallery__img {
  transform: scale(1.04);
}

.sp-gallery__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.28s;
}

.sp-gallery__item:hover .sp-gallery__overlay {
  background: rgba(0,0,0,0.38);
}

.sp-gallery__zoom {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.90);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252526;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.22s, transform 0.22s;
}

.sp-gallery__item:hover .sp-gallery__zoom {
  opacity: 1;
  transform: scale(1);
}

/* ───── Dökümanlar ───── */
.sp-docs {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sp-docs__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  background: #fafafa;
  text-decoration: none;
  color: #252526;
  transition: background 0.18s, border-color 0.18s, box-shadow 0.18s;
}

.sp-docs__item:hover {
  background: #ffffff;
  border-color: #ef952a;
  box-shadow: 0 4px 16px rgba(61,132,143,0.10);
}

.sp-docs__icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(29,61,124,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2a2a;
  flex-shrink: 0;
  transition: background 0.18s;
}

.sp-docs__item:hover .sp-docs__icon {
  background: rgba(29,61,124,0.13);
}

.sp-docs__body {
  flex: 1;
  min-width: 0;
}

.sp-docs__name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #252526;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-docs__meta {
  display: block;
  font-size: 11px;
  color: #aaaaaa;
  letter-spacing: 0.05em;
  margin-top: 2px;
  text-transform: uppercase;
}

.sp-docs__arrow {
  color: #cccccc;
  flex-shrink: 0;
  transition: color 0.18s, transform 0.18s;
}

.sp-docs__item:hover .sp-docs__arrow {
  color: #ef952a;
  transform: translateX(3px);
}

/* ───── Accordion ───── */

.sp-accordion .uk-accordion-title {
  padding: 18px 0;
  font-size: 15px;
  font-weight: 500;
  color: #252526;
  text-decoration: none;
  border-bottom: 1px solid #e8e8e8;
  transition: color 0.18s;
}


.sp-accordion .uk-accordion-title:hover {
  color: #252526;
}

.sp-accordion .uk-open > .uk-accordion-title {
  color: #ef952a;
  border-bottom-color: transparent;
}

/* UIkit native accordion ikonu rengi */
.sp-accordion .uk-accordion-title [uk-accordion-icon] svg,
.sp-accordion .uk-accordion-title [uk-accordion-icon] {
  color: #c0c0c0;
}

.sp-accordion .uk-open > .uk-accordion-title [uk-accordion-icon] svg,
.sp-accordion .uk-open > .uk-accordion-title [uk-accordion-icon] {
  color: #ef952a;
}

.sp-accordion .uk-accordion-content {
  padding: 16px 0 20px;
  font-size: 14.5px;
  color: #4d4d4f;
  line-height: 1.80;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 0;
}

.sp-accordion .uk-accordion-content a {
  color: #252526;
  text-decoration: underline;
}

.sp-accordion .uk-accordion-content img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}


.sp-child-grid {
  margin-top: 48px;
}

.sp-child-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
}

.sp-child-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.09);
  transform: translateY(-3px);
  border-color: #d0d0d0;
}

.sp-child-card__img {
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: #eeeeee;
}


.sp-child-card__body {
  padding: 18px 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sp-child-card__title {
  font-size: 15px;
  font-weight: 500;
  color: #252526;
  margin: 0;
  line-height: 1.35;
}

.sp-child-card__arrow {
  color: #ef952a;
  flex-shrink: 0;
  transition: transform 0.18s;
}

.sp-child-card:hover .sp-child-card__arrow {
  transform: translateX(4px);
}

/* ───── Responsive ───── */
@media (max-width: 959px) {
  .sp-hero { padding: 144px 0 50px; }
  .sp-section { padding: 48px 0 72px; }
  .sp-sidebar { position: static; top: auto; }
}

@media (max-width: 639px) {
  .sp-hero { padding: 120px 0 40px; }
  .sp-hero__title { font-size: clamp(28px, 8vw, 22px); }
  .sp-section { padding: 36px 0 56px; }
}

.content ul {
  list-style: none;
  padding-left: 0;
}

.content ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 5px;
}

.content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;

  /* Turuncu SVG check */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23ff6a00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}



