.elementor-10 .elementor-element.elementor-element-527fa0e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-527fa0e */:root{
  --am-blue:#123cda;
  --am-orange:#ef7a4d;
  --am-dark:#0f172a;
  --am-text:#111827;
  --am-adminbar:0px;
  --am-topbar-h:46px;
  --am-header-h:106px;
}

/* =========================
RESET
========================= */

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  overflow-x:hidden;
  background:#fff;
  padding-top:calc(var(--am-topbar-h) + var(--am-header-h));
}

body.admin-bar{
  --am-adminbar:32px;
}

@media(max-width:782px){
  body.admin-bar{
    --am-adminbar:46px;
  }
}

/* =========================
HEADER WRAP
========================= */

.am-header-wrap{
  position:relative;
  z-index:99999;
}

/* =========================
TOPBAR
========================= */

.am-topbar{
  position:fixed;
  top:var(--am-adminbar);
  left:0;
  width:100%;
  z-index:99999;

  background:
  linear-gradient(
    90deg,
    #071224,
    #0f172a
  );

  border-bottom:1px solid rgba(255,255,255,.05);
  backdrop-filter:blur(12px);
}

.am-topbar__inner{
  width:min(1380px,calc(100% - 40px));
  margin:auto;
  min-height:var(--am-topbar-h);

  display:flex;
  align-items:center;
  justify-content:space-between;
}

.am-topbar__phone{
  text-decoration:none;
  color:rgba(255,255,255,.82);
  font-size:.84rem;
  font-weight:600;
}

.am-topbar__right{
  display:flex;
  align-items:center;
  gap:22px;
}

/* =========================
SOCIALS
========================= */

.am-topbar__socials{
  display:flex;
  align-items:center;
  gap:10px;
}

.am-topbar__socials a{
  width:34px;
  height:34px;
  border-radius:999px;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.04);

  transition:.35s ease;
}

.am-topbar__socials a:hover{
  transform:translateY(-2px);
  background:var(--am-orange);
}

.am-topbar__socials svg{
  width:15px;
  height:15px;
}

/* =========================
LANG
========================= */

.am-topbar__lang{
  display:flex;
  align-items:center;
  gap:10px;
}

.am-topbar__lang button{
  border:none;
  background:none;
  color:rgba(255,255,255,.5);
  font-size:.82rem;
  font-weight:700;
  cursor:pointer;
  transition:.3s ease;
}

.am-topbar__lang button.active,
.am-topbar__lang button:hover{
  color:#fff;
}

.am-topbar__lang span{
  color:rgba(255,255,255,.18);
}

/* =========================
HEADER
========================= */

.am-header{
  position:fixed;
  top:calc(var(--am-adminbar) + var(--am-topbar-h));
  left:0;
  width:100%;
  z-index:99998;

  padding:14px 0;
}

.am-header__inner{
  width:min(1380px,calc(100% - 40px));
  margin:auto;
  min-height:78px;
  padding:0 28px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;

  background:rgba(255,255,255,.92);
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.5);
  border-radius:28px;

  box-shadow:
  0 14px 50px rgba(15,23,42,.10),
  0 2px 10px rgba(15,23,42,.04);
}

/* =========================
LOGO
========================= */

.am-header__logo{
  flex-shrink:0;
}

.am-header__logo img{
  height:46px;
  width:auto;
  display:block;
}

/* =========================
NAV
========================= */

.am-header__nav{
  display:flex;
  align-items:center;
  gap:34px;
}

.am-header__nav a{
  position:relative;
  text-decoration:none;
  color:var(--am-text);
  font-size:.96rem;
  font-weight:600;
}

.am-header__nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  border-radius:999px;
  background:var(--am-orange);
  transition:.35s ease;
}

.am-header__nav a:hover::after{
  width:100%;
}

/* =========================
CTA
========================= */

.am-header__actions{
  display:flex;
  align-items:center;
  gap:16px;
}

.am-header__cta{
  height:52px;
  padding:0 28px;
  border-radius:999px;

  display:flex;
  align-items:center;
  justify-content:center;

  text-decoration:none;
  background:linear-gradient(135deg,var(--am-orange),#ff9368);
  color:#fff;
  font-size:.94rem;
  font-weight:700;

  transition:.35s ease;
}

.am-header__cta:hover{
  transform:translateY(-2px);
}

/* =========================
MOBILE BUTTON
========================= */

.am-mobile-btn{
  width:50px;
  height:50px;
  border:none;
  background:#fff;
  border-radius:16px;

  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:6px;

  cursor:pointer;
}

.am-mobile-btn span{
  width:22px;
  height:2px;
  background:#111;
  border-radius:999px;
}

/* =========================
MOBILE MENU
========================= */

.am-mobile-menu{
  position:fixed;
  inset:0;
  background:#fff;
  z-index:999999;

  opacity:0;
  visibility:hidden;
  pointer-events:none;

  transition:.45s ease;
}

.am-mobile-menu.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.am-mobile-menu__top{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  padding:26px 24px 0;

  display:flex;
  flex-direction:column;
  align-items:center;

  z-index:50;
}

.am-mobile-menu__logo img{
  height:58px;
  width:auto;
  display:block;
}

.am-mobile-menu__close{
  position:absolute;
  top:26px;
  right:24px;

  width:52px;
  height:52px;
  border:none;
  border-radius:18px;
  background:#f3f4f6;
  color:#111827;

  display:flex;
  align-items:center;
  justify-content:center;

  cursor:pointer;
  transition:.3s ease;
}

.am-mobile-menu__close:hover{
  background:var(--am-orange);
  color:#fff;
}

.am-mobile-menu__close svg{
  width:22px;
  height:22px;
}

.am-mobile-menu__lang{
  margin-top:22px;
  display:flex;
  align-items:center;
  gap:10px;
}

.am-mobile-menu__lang button{
  border:none;
  background:none;
  color:#9ca3af;
  font-size:.9rem;
  font-weight:800;
  cursor:pointer;
}

.am-mobile-menu__lang button.active{
  color:#111827;
}

.am-mobile-menu__lang span{
  color:#d1d5db;
}

.am-mobile-menu__inner{
  width:100%;
  height:100%;
  padding-top:120px;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:26px;
}

.am-mobile-menu__inner a{
  text-decoration:none;
  color:#111827;
  font-size:2rem;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1024px){

  .am-header__nav{
    display:none;
  }

  .am-mobile-btn{
    display:flex;
  }

  .am-header__cta{
    display:none;
  }

}

@media(max-width:768px){

  :root{
    --am-topbar-h:0px;
    --am-header-h:92px;
  }

  body{
    padding-top:var(--am-header-h);
  }

  .am-topbar{
    display:none;
  }

  .am-header{
    top:var(--am-adminbar);
    padding:10px 0;
  }

  .am-header__inner{
    width:calc(100% - 20px);
    min-height:72px;
    padding:0 18px;
    border-radius:22px;
  }

  .am-header__logo img{
    height:40px;
  }

  .am-mobile-menu__inner{
    gap:22px;
  }

  .am-mobile-menu__inner a{
    font-size:1.8rem;
  }

}

/* =========================
MOBILE SOCIALS
========================= */

.am-mobile-menu__socials{
  margin-top:34px;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}

.am-mobile-menu__socials a{
  width:52px;
  height:52px;
  border-radius:18px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#f3f4f6;
  color:#111827;

  text-decoration:none;

  transition:.35s ease;
}

.am-mobile-menu__socials a:hover{
  background:var(--am-orange);
  color:#fff;

  transform:translateY(-3px);
}

.am-mobile-menu__socials svg{
  width:20px;
  height:20px;
}
/* =========================
MOBILE LOGO FIX
========================= */

/* EN logolar başlangıçta gizli gelsin */
.am-logo-en,
.am-mobile-logo-en{
  display:none;
}

/* Mobil menü logo alanı */
.am-mobile-menu__logo{
  display:flex;
  align-items:center;
  justify-content:center;
}

.am-mobile-menu__logo img{
  width:220px;
  height:auto;
  max-height:86px;
  object-fit:contain;
}

/* Mobil logo boyutu */
@media(max-width:768px){

  .am-mobile-menu__top{
    padding:26px 24px 0;
  }

  .am-mobile-menu__lang{
    margin-top:28px;
  }

  .am-mobile-menu__inner a{
    font-size:1.75rem;
  }

  .am-mobile-menu__socials{
    margin-top:30px;
  }

}

@media(max-width:390px){

  .am-mobile-menu__logo img{
    width:200px;
  }

  .am-mobile-menu__inner a{
    font-size:1.62rem;
  }

}/* End custom CSS */