/* Headeri sliderdan ayiran sabit koyu menu bandi. */
.header-default{
  position: relative;
  top: 0;
  min-height: 102px;
  background: #171717;
}

.header-default .sticky-wrapper,
.header-default .sticky-wrapper.sticky{
  background: #171717;
}

.header-default .menu-area > .container{
  max-width: 1550px;
  padding-left: 40px;
  padding-right: 40px;
}

.header-default .header-logo{
  padding: 8px 0;
}

.header-default .header-logo img{
  display: block;
  width: auto;
  height: 86px;
  max-width: 190px;
  object-fit: contain;
}

.static-page-shell{
  position: relative;
}

.page-hero-card,
.page-focus-block,
.page-info-card,
.page-cta-box{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.page-hero-card,
.page-focus-block,
.page-info-card{
  background: #fff;
  box-shadow: 0 18px 55px rgba(35, 24, 21, 0.08);
}

.page-hero-card{
  padding: 42px;
}

.page-hero-card:before,
.page-focus-block:before,
.page-cta-box:before{
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 30, 36, 0.18) 0%, rgba(237, 30, 36, 0) 72%);
  pointer-events: none;
}

.page-lead{
  font-size: 18px;
  line-height: 1.8;
  color: #5f5a55;
  margin-bottom: 16px;
}

.page-callout{
  margin-bottom: 24px;
  padding: 16px 18px;
  border-left: 4px solid #ed1e24;
  border-radius: 16px;
  background: rgba(237, 30, 36, 0.08);
  color: #4d433e;
}

.page-badge-list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.page-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff2f2;
  color: #9f2025;
  font-weight: 600;
  font-size: 14px;
}

.page-media-card{
  background: linear-gradient(145deg, #f7f0ea 0%, #fff 100%);
  border-radius: 24px;
  padding: 18px;
  min-height: 100%;
  box-shadow: inset 0 0 0 1px rgba(35, 24, 21, 0.05);
}

.page-media-card img{
  width: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 18px;
}

.page-media-note{
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #231815;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.7;
}

.page-info-card{
  height: 100%;
  padding: 28px;
}

.page-info-card-index{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(237, 30, 36, 0.1);
  color: #ed1e24;
  font-weight: 700;
}

.page-card-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #231815;
  font-weight: 700;
}

.page-card-link img{
  width: 16px;
}

.page-focus-block{
  padding: 36px;
}

.page-focus-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-focus-list li{
  position: relative;
  margin-bottom: 18px;
  padding: 0 0 0 28px;
  color: #5f5a55;
  line-height: 1.8;
}

.page-focus-list li:last-child{
  margin-bottom: 0;
}

.page-focus-list li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ed1e24;
  box-shadow: 0 0 0 6px rgba(237, 30, 36, 0.12);
}

.page-focus-list strong{
  display: block;
  margin-bottom: 4px;
  color: #231815;
}

.page-cta-box{
  padding: 38px;
  background: linear-gradient(135deg, #231815 0%, #422922 52%, #ed1e24 145%);
}

/* Masaustunde kaynak gorselin oranini koru; mobilde 4:5 kullan. */
.hero-1 .hero-slider-stage{
  position: relative;
}

/* Swiper kurulana kadar yalnızca ilk slaydı göster; ilk yüklemedeki görsel parlamasını önler. */
.hero-1 .hero-slider1:not(.swiper-initialized) .swiper-slide:not(:first-child){
  display: none;
}

.hero-1 .hero-slider1 .swiper-slide,
.hero-1 .hero-slider1 .th-hero-bg,
.hero-1 .hero-slider1 picture,
.hero-1 .hero-slider1 img{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-1 .th-hero-bg{
  position: relative;
  inset: auto;
  z-index: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
}

.hero-1 .th-hero-bg picture,
.hero-1 .th-hero-bg img{
  display: block;
  width: 100%;
  height: auto;
}

.hero-1 .th-hero-bg img{
  object-fit: contain;
}

.hero-1 .hero-slide-link{
  display: block;
  width: 100%;
  color: inherit;
  cursor: pointer;
}

.hero-1 .icon-box{
  top: var(--hero-control-y, 50%);
  bottom: auto;
  transform: translateY(-50%);
}

.hero-1 .hero-counter-wrap{
  position: relative;
  right: auto;
  bottom: auto;
  margin: 28px 64px 30px auto;
}

@media (max-width: 1199px){
  .hero-1 .hero-counter-wrap{
    margin: 24px 30px 30px;
  }
}

@media (max-width: 575px){
  .hero-1 .hero-counter-wrap{
    margin: 22px 15px 26px;
  }

}

.page-cta-box .sec-title{
  font-size: 38px;
}

.page-cta-box .text-white-50{
  color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 991px){
  .th-menu-wrapper .mobile-logo{
    background: #171717;
  }

  .header-default{
    position: relative;
    top: 0;
    min-height: 82px;
    background: #171717;
  }

  .header-default .sticky-wrapper,
  .header-default .sticky-wrapper.sticky{
    background: #171717;
  }

  .header-default .menu-area{
    padding: 7px 0;
  }

  .header-default .menu-area > .container{
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-default .header-logo{
    padding: 0;
  }

  .header-default .header-logo img{
    display: block;
    width: auto;
    height: 68px;
    max-width: 150px;
    object-fit: contain;
  }

  .header-default .th-menu-toggle.icon-btn{
    --btn-size: 50px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }

  .hero-1 .th-hero-bg{
    margin-top: 0;
  }

  .page-hero-card,
  .page-focus-block,
  .page-cta-box{
    padding: 28px;
  }

  .page-media-card img{
    min-height: 260px;
  }

  .page-cta-box .sec-title{
    font-size: 30px;
  }
}

@media (max-width: 767px){
  .hero-1 .th-hero-bg{
    aspect-ratio: 4 / 5;
  }

  .hero-1 .th-hero-bg picture,
  .hero-1 .th-hero-bg img{
    height: 100%;
  }

  .hero-1 .th-hero-bg img{
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 575px){
  .header-default{
    min-height: 72px;
  }

  .header-default .menu-area > .container{
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-default .header-logo img{
    height: 58px;
    max-width: 130px;
  }

  .header-default .th-menu-toggle.icon-btn{
    --btn-size: 46px;
    width: 46px;
    height: 46px;
  }

  .page-hero-card,
  .page-focus-block,
  .page-cta-box,
  .page-info-card{
    border-radius: 24px;
  }

  .page-hero-card,
  .page-focus-block,
  .page-cta-box{
    padding: 22px;
  }

  .page-lead{
    font-size: 16px;
  }

  .page-cta-box .sec-title{
    font-size: 26px;
  }
}
