body.home.dark-version {
  background: #202020;
}

/* Menü hero üstünde sabit – altında boş sayfa yok */
body.home {
  padding-top: 0 !important;
  margin-top: 0 !important;
  overflow-x: hidden;
}

html,
body.bykarahan-premium.home {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

body.home nav.navbar.custom-full-slider,
body.home header.premium-hero > nav.navbar.custom-full-slider {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
  margin: 0 !important;
}

body.home .navbar.custom-full-slider {
  padding-top: 14px;
  padding-bottom: 14px;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0.9), rgba(23, 23, 23, 0.45));
}

body.home .navbar .container {
  max-width: 1320px;
}

/* Logo: bykarahan-premium-logo.css */

body.home .navbar .logo-wrapper {
  min-width: auto;
}

body.home .navbar .navbar-nav .nav-link.nav-color {
  position: relative;
  padding-right: 18px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: color 0.25s ease, transform 0.25s ease;
}

body.home .navbar .navbar-nav .nav-link.nav-color:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 2px;
  left: 18px;
  height: 1px;
  background: #b48b4d;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

body.home .navbar .navbar-nav .nav-link.nav-color:hover,
body.home .navbar .navbar-nav .current-menu-item > .nav-link.nav-color {
  color: #d6b06e !important;
  transform: translateY(-1px);
}

body.home .navbar .navbar-nav .nav-link.nav-color:hover:after,
body.home .navbar .navbar-nav .current-menu-item > .nav-link.nav-color:after {
  transform: scaleX(1);
  transform-origin: left center;
}

body.home .navbar.nav-scroll.custom-full-slider {
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(28, 28, 28, 0.92);
  border-bottom: 1px solid rgba(180, 139, 77, 0.18);
}

body.home .premium-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  margin-top: 0 !important;
  padding: 0;
  overflow: hidden;
}

body.home .premium-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #12100e;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.home .premium-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(24, 24, 24, 0.92) 0%, rgba(24, 24, 24, 0.58) 44%, rgba(24, 24, 24, 0.16) 100%),
    linear-gradient(0deg, rgba(24, 24, 24, 0.9) 0%, rgba(24, 24, 24, 0) 46%);
}

body.home .premium-hero-inner {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 72px 0 56px;
  box-sizing: border-box;
  margin-top: 0 !important;
  transform: none !important;
}

body.home .premium-hero-inner.caption,
body.home .header.premium-hero .caption {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  transform: none !important;
}

body.home .premium-hero-row {
  align-items: center;
  width: 100%;
  min-height: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home .premium-hero-copy,
body.home .premium-hero-showcase,
body.home .premium-hero-projects,
body.home .premium-hero-copy h1,
body.home .premium-hero-copy p,
body.home .premium-hero-eyebrow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

body.home .premium-hero-copy {
  color: #fff;
}

body.home .premium-hero-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(180, 139, 77, 0.42);
  color: #d6b06e;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  animation: premiumFadeUp 0.8s ease both;
}

body.home .premium-hero-copy h1 {
  max-width: none;
  margin-bottom: 22px;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 4.25rem);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  animation: premiumFadeUp 0.9s ease 0.08s both;
}

body.home .premium-hero-title-line {
  display: flex;
  align-items: center;
  gap: 0.2em;
  flex-wrap: nowrap;
  width: fit-content;
  max-width: 100%;
  line-height: 1;
}

body.home .premium-hero-title-by {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.46em;
  font-weight: 300;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: none;
}

body.home .premium-hero-title-karahan {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

body.home .premium-hero-title-sub {
  display: block;
  margin-top: 0.18em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.02em;
}

body.home .premium-hero-title-sub-line {
  display: block;
  white-space: nowrap;
  line-height: 1.08;
}

body.home .premium-hero-copy p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.75;
  animation: premiumFadeUp 0.9s ease 0.16s both;
}

body.home .premium-hero-metrics {
  margin-top: 30px;
}

body.home .premium-hero-cta {
  display: inline-flex;
  margin-top: 30px;
}

body.home .premium-hero-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home .premium-hero-showcase .premium-hero-projects {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 20px;
  border: 1.5px solid rgba(180, 139, 77, 0.55);
  border-radius: 18px;
  background:
    linear-gradient(165deg, rgba(44, 40, 36, 0.96), rgba(26, 24, 22, 0.98)),
    linear-gradient(135deg, rgba(214, 176, 110, 0.08), transparent 55%);
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  animation: premiumFloatIn 1s ease 0.24s both;
}

body.home .premium-hero-projects__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 0 4px;
}

body.home .premium-hero-projects__head span {
  color: #d6b06e;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

body.home .premium-hero-projects__head strong {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Didact Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

@media (min-width: 992px) {
  body.home .premium-hero-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    min-height: 0 !important;
    padding-top: 0;
  }

  body.home .premium-hero-showcase {
    margin-top: 0 !important;
  }

  body.home .premium-hero-copy {
    flex: 0 1 50%;
    max-width: 560px;
    text-align: left;
  }

  body.home .premium-hero-copy h1 {
    max-width: none;
  }

  body.home .premium-hero-copy p {
    max-width: 520px;
  }

  body.home .premium-hero-metrics {
    max-width: 520px;
  }

  body.home .premium-hero-showcase {
    flex: 0 1 54%;
    max-width: 620px;
    margin-left: auto;
    justify-content: flex-end;
  }

  body.home .premium-hero-showcase .premium-hero-projects {
    width: 100%;
    max-width: 620px;
    margin-right: 0;
    margin-left: auto;
  }

  body.home .premium-hero-slider-viewport {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 1px solid rgba(180, 139, 77, 0.28);
    border-radius: 12px;
    background: linear-gradient(165deg, #2c2824 0%, #1f1d1a 100%);
  }
}

.premium-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.premium-hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

body.home #bykHeroSlider .premium-hero-slide-link,
body.home #bykHeroSlider .premium-hero-slide-link:hover,
body.home #bykHeroSlider .premium-hero-slide-link:focus {
  position: relative;
  display: block !important;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  transform: none !important;
}

body.home #bykHeroSlider .premium-hero-slide-link img,
body.home #bykHeroSlider .premium-hero-slide-link:hover img,
body.home #bykHeroSlider a.premium-hero-slide-link img {
  position: absolute;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  padding: 0;
  object-fit: contain;
  object-position: center center;
  filter: saturate(0.98) contrast(1.04);
  -webkit-filter: saturate(0.98) contrast(1.04);
  transform: none !important;
  -webkit-transform: none !important;
  transition: none !important;
  -webkit-transition: none !important;
  animation: none !important;
  will-change: auto;
  backface-visibility: hidden;
}

.premium-hero-slide-label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  max-height: 46%;
  margin: 0;
  padding: 20px 12px 10px;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(0deg, rgba(22, 20, 18, 0.96) 0%, rgba(22, 20, 18, 0.55) 55%, transparent 100%);
  pointer-events: none;
}

.premium-hero-slide-title {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: center;
  overflow-wrap: anywhere;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.premium-hero-slide-meta {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #d6b06e;
  font-family: "Didact Gothic", sans-serif;
  font-size: 0.72rem;
  line-height: 1.3;
  letter-spacing: 0.4px;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.premium-hero-slide-label.is-animating .premium-hero-slide-title,
.premium-hero-slide-label.is-animating .premium-hero-slide-meta {
  animation: none;
  opacity: 1;
  transform: none;
}

.premium-hero-slider-arrows {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
  transform: translateY(-50%);
}

.premium-hero-slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(180, 139, 77, 0.42);
  border-radius: 0;
  background: rgba(22, 22, 22, 0.72);
  color: #d6b06e;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.premium-hero-slider-arrow:hover {
  background: #b48b4d;
  color: #181818;
  transform: translateY(-2px);
}

.premium-hero-slider-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 14px 10px 4px;
}

.premium-hero-slider-dot {
  width: 18px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.premium-hero-slider-dot:hover {
  background: rgba(180, 139, 77, 0.55);
}

.premium-hero-slider-dot.active {
  width: 34px;
  background: #d6b06e;
}

.premium-hero-ticker {
  margin-top: 12px;
  padding-top: 12px;
  overflow: hidden;
  border-top: 1px solid rgba(180, 139, 77, 0.28);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.premium-hero-ticker-track {
  display: flex;
  width: max-content;
  animation: premiumHeroTicker 32s linear infinite;
}

.premium-hero-ticker-track span {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  padding: 7px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  white-space: nowrap;
}

.premium-hero-ticker-track em {
  min-width: 1.5em;
  color: #d6b06e;
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.premium-hero-ticker-track i {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-style: normal;
}

@keyframes premiumHeroTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.premium-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  max-width: 640px;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(180, 139, 77, 0.34);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  animation: premiumFadeUp 0.9s ease 0.22s both;
}

.premium-hero-metrics div {
  min-height: 92px;
  padding: 20px 22px;
  background: rgba(30, 30, 30, 0.54);
}

.premium-hero-metrics strong {
  display: block;
  color: #b48b4d;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.premium-hero-metrics span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.35;
}

body.home .content-wrapper {
  background: linear-gradient(180deg, #202020 0%, #252525 45%, #202020 100%);
}

body.home .default-page.section-padding2 {
  padding-top: 98px;
  padding-bottom: 40px;
}

body.home .section-title {
  margin-bottom: 36px;
  color: #f4f0ea;
  font-size: 36px;
  line-height: 1.24;
  font-weight: 400;
  letter-spacing: 0;
}

body.home .text-color-red {
  color: #b48b4d !important;
}

body.home .services .item {
  height: 100%;
  min-height: 336px;
  padding: 42px 34px 36px;
  border: 1px solid rgba(180, 139, 77, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)), #2b2b2b;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

body.home .services .item:hover {
  transform: translateY(-8px);
  border-color: rgba(180, 139, 77, 0.58);
  background: linear-gradient(180deg, rgba(180, 139, 77, 0.14), rgba(255, 255, 255, 0.02)), #2b2b2b;
}

body.home .services .item img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: sepia(1) saturate(0.7) hue-rotate(355deg) brightness(1.15);
}

body.home .services .item h5 {
  margin-top: 28px;
  color: #fff;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

body.home .services .item p,
body.home .services .item p p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.72;
}

body.home .elementor-element-d71f748 {
  margin-top: 22px;
}

body.home .premium-services-carousel {
  display: block;
}

body.home .premium-services-carousel .owl-stage {
  display: flex;
}

body.home .premium-services-carousel .owl-item {
  display: flex;
}

body.home .premium-services-carousel .elementor-column,
body.home .premium-services-carousel .elementor-widget-wrap,
body.home .premium-services-carousel .elementor-widget,
body.home .premium-services-carousel .elementor-widget-container,
body.home .premium-services-carousel .sec-services,
body.home .premium-services-carousel .services .item,
body.home .premium-services-carousel .services .item a {
  width: 100%;
  height: 100%;
}

body.home .projects .item {
  border: 1px solid rgba(180, 139, 77, 0.18);
  border-radius: 10px;
  overflow: hidden;
  background: #171717;
}

body.home .projects .item img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
  transition: transform 0.5s ease, filter 0.5s ease;
}

body.home .projects .item:hover img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.08);
}

body.home .projects .item .con {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.9) 72%, rgba(18, 18, 18, 0.98) 100%);
}

body.home .projects .item .category,
body.home .projects .item .category span {
  color: #b48b4d;
}

body.home .projects .item .title {
  color: #fff;
  letter-spacing: 0;
}

body.home .projects .owl-theme .owl-nav,
body.home .premium-services-carousel.owl-theme .owl-nav {
  margin-top: 28px;
}

body.home .projects .owl-theme .owl-nav [class*=owl-],
body.home .premium-services-carousel.owl-theme .owl-nav [class*=owl-] {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(180, 139, 77, 0.42);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.035);
  color: #d6b06e;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

body.home .projects .owl-theme .owl-nav [class*=owl-]:hover,
body.home .premium-services-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: #b48b4d;
  color: #181818;
  transform: translateY(-2px);
}

body.home .projects .owl-theme .owl-dots .owl-dot span,
body.home .premium-services-carousel.owl-theme .owl-dots .owl-dot span {
  width: 22px;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.25);
}

body.home .projects .owl-theme .owl-dots .owl-dot.active span,
body.home .premium-services-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #b48b4d;
}

body.home .process .item .cont {
  min-height: 300px;
  padding: 28px 22px 30px;
  border: 1px solid rgba(180, 139, 77, 0.18);
  background: rgba(255, 255, 255, 0.025);
}

body.home .process .item .icon {
  color: #b48b4d;
}

body.home .process .item .title {
  color: #fff;
  font-size: 17px;
  line-height: 1.38;
}

body.home .process .item p,
body.home .process .item p p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.66;
}

body.home .process .item .number {
  color: rgba(180, 139, 77, 0.16);
}

body.home .elementor-227 .elementor-element.elementor-element-73724b2 > .elementor-background-overlay {
  opacity: 0.58;
  background: linear-gradient(90deg, rgba(24, 24, 24, 0.92), rgba(24, 24, 24, 0.52));
}

body.home .elementor-element-73724b2 {
  padding-top: 50px !important;
  padding-bottom: 30px !important;
}

body.home .testimonials-box {
  padding: 32px 26px;
  margin-bottom: -60px;
  border: 1px solid rgba(180, 139, 77, 0.28);
  background: #272727;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

body.home .testimonials .head-box h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 3px;
  padding-bottom: 12px;
}

body.home .testimonials .item {
  margin-bottom: 18px;
}

body.home .testimonials .item p {
  color: #999 !important;
  font-size: 14px;
  line-height: 1.6;
}

body.home .testimonials .item .quote {
  top: 42px;
  width: 72px;
}

body.home .testimonials .item .quote img {
  width: 100%;
  height: auto;
}

body.home .testimonials .item .info {
  margin: 22px 0 10px;
}

body.home .testimonials .item .info .author-img {
  width: 46px;
  height: 46px;
}

body.home .testimonials .item .info .cont {
  margin-left: 58px;
}

body.home .testimonials .info h6 {
  color: #b19777;
  font-size: 14px;
  padding-top: 4px;
}

body.home .testimonials .info span {
  color: #999;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}

/* Mutlu müşteriler – elementor orijinal sütun oranları */
body.home .elementor-element-ee64a94 > .elementor-container {
  align-items: flex-start;
}

body.home .elementor-element-5e1e451 {
  flex: 0 0 50% !important;
  width: 50% !important;
  max-width: 50% !important;
}

body.home .elementor-element-9b02dde {
  flex: 0 0 8% !important;
  width: 8% !important;
  max-width: 8% !important;
  padding: 0 !important;
}

body.home .elementor-element-322fcf4 {
  flex: 0 0 42% !important;
  width: 42% !important;
  max-width: 42% !important;
}

body.home .elementor-element-322fcf4 .testimonials,
body.home .elementor-element-322fcf4 .testimonials-box {
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: 0;
}

body.home .elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}

body.home .bykarahan-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

body.home .clients {
  opacity: 0.72;
}

/* Footer – okunaklı ve düzenli */
body.home .main-footer {
  margin-top: 0;
  background: #181818;
  border-top: 1px solid rgba(180, 139, 77, 0.2);
}

body.home .main-footer .sub-footer2 {
  padding: 56px 0 40px;
  background: linear-gradient(180deg, #1c1c1c 0%, #161616 100%);
}

body.home .main-footer .fothead h6 {
  margin-bottom: 14px;
  color: #d6b06e;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

body.home .main-footer .fotcont p,
body.home .main-footer .fotcont a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.65;
}

body.home .main-footer .fotcont a:hover {
  color: #d6b06e;
}

body.home .main-footer .sub-footer {
  padding: 22px 0;
  background: #121212;
  border-top: 1px solid rgba(180, 139, 77, 0.14);
}

body.home .main-footer .copyright_text,
body.home .main-footer .sub-footer p,
body.home .main-footer .sub-footer a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

body.home .main-footer .copyright_text a,
body.home .main-footer .sub-footer a:hover {
  color: #d6b06e;
}

body.home .main-footer .social-icon a {
  color: #d6b06e;
  font-size: 20px;
}

.premium-reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.premium-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes premiumFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes premiumFloatIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .premium-hero-copy h1,
  body.home .premium-hero-copy p,
  .premium-hero-projects,
  .premium-hero-metrics,
  .premium-reveal,
  .premium-hero-slide.active .premium-hero-slide-title,
  .premium-hero-slide.active .premium-hero-slide-meta,
  .premium-hero-ticker-track {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 991px) {
  body.home .premium-hero-bg {
    background-position: center 52% !important;
  }

  body.home .premium-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(14, 12, 10, 0.82) 0%,
        rgba(14, 12, 10, 0.35) 32%,
        rgba(14, 12, 10, 0.15) 58%,
        rgba(14, 12, 10, 0.72) 100%
      ),
      linear-gradient(90deg, rgba(20, 18, 16, 0.88) 0%, rgba(20, 18, 16, 0.45) 48%, rgba(20, 18, 16, 0.12) 100%);
  }

  /* Mobilde sıra: başlık → slider → metrikler */
  body.home .premium-hero {
    overflow: visible !important;
  }

  body.home .premium-hero-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  body.home .premium-hero-copy,
  body.home .premium-hero-showcase {
    display: contents;
  }

  body.home header.premium-hero {
    overflow: visible !important;
  }

  body.home .premium-hero-inner {
    overflow: visible !important;
    padding-top: calc(112px + env(safe-area-inset-top, 0px)) !important;
  }

  body.home .premium-hero-row {
    overflow: visible !important;
  }

  body.home .premium-hero-copy-intro {
    order: 1;
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 24px;
    padding-top: 20px;
    text-align: center;
    overflow: visible;
  }

  body.home .premium-hero-copy-intro .premium-hero-eyebrow {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    padding: 10px 16px;
    white-space: normal;
    line-height: 1.45;
    overflow: visible;
  }

  body.home .premium-hero-copy-intro h1 {
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  body.home .premium-hero-title-line {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }

  body.home .premium-hero-title-sub {
    margin-right: auto;
    margin-left: auto;
  }

  body.home .premium-hero-title-sub-line {
    text-align: center;
  }

  body.home .premium-hero-title-by {
    font-size: 0.5em;
  }

  body.home .premium-hero-copy-intro p {
    max-width: 36ch;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  body.home .premium-hero-title-sub {
    display: block;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  body.home .premium-hero-projects,
  body.home #bykHeroSlider {
    order: 2;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    margin: 8px auto 22px !important;
    padding: 14px 12px 12px !important;
    overflow: visible;
    animation: none;
    transform: none;
  }

  body.home .premium-hero-copy-after {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  body.home .premium-hero-metrics {
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
  }

  body.home .premium-hero-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  /* Kayan yazı mobilde etiketle çakışmasın */
  body.home .premium-hero-ticker {
    display: none !important;
  }

  body.home .navbar .logo-wrapper {
    min-width: auto;
  }

  body.home .navbar .logo-img,
  body.home .navbar.nav-scroll .logo-img,
  body.home .nav-scroll .logo-img {
    display: block !important;
    visibility: visible !important;
  }

  body.home .navbar-toggler {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.home .navbar .icon-bar,
  body.home .navbar.nav-scroll .icon-bar {
    color: #d6b06e !important;
    display: flex !important;
  }

  body.home .navbar-collapse {
    margin-top: 18px;
    padding: 20px 0;
    background: rgba(28, 28, 28, 0.96);
    border: 1px solid rgba(180, 139, 77, 0.18);
  }

  body.home .navbar .navbar-nav .nav-link.nav-color {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  body.home .premium-hero-copy p {
    font-size: 16px;
  }

  .premium-hero-metrics {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }

  body.home .premium-hero-slider-viewport {
    position: relative;
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 200px;
    margin-top: 6px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid rgba(180, 139, 77, 0.28);
    border-radius: 12px;
    background: linear-gradient(165deg, #2c2824 0%, #1f1d1a 100%);
  }

  body.home #bykHeroSlider .premium-hero-slide-link img {
    object-fit: contain !important;
    object-position: center top !important;
  }

  body.home .elementor-element-5e1e451,
  body.home .elementor-element-9b02dde,
  body.home .elementor-element-322fcf4 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.home .elementor-element-9b02dde {
    display: none !important;
    flex: 0 0 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
  }

  body.home .elementor-element-322fcf4 .testimonials-box {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
    padding: 30px 22px;
  }
}

@media (max-width: 767px) {
  body.home .premium-hero-bg {
    background-position: center 58% !important;
    transform: scale(1.06);
    transform-origin: center center;
  }

  body.home .premium-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(10, 9, 8, 0.9) 0%,
        rgba(10, 9, 8, 0.4) 28%,
        rgba(10, 9, 8, 0.12) 52%,
        rgba(10, 9, 8, 0.78) 100%
      ),
      linear-gradient(90deg, rgba(18, 16, 14, 0.92) 0%, rgba(18, 16, 14, 0.5) 100%);
  }

  body.home .premium-hero-inner {
    padding-top: calc(104px + env(safe-area-inset-top, 0px)) !important;
  }

  body.home .premium-hero-copy-intro {
    padding-top: 22px;
  }

  body.home .premium-hero-inner .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.home .premium-hero-copy-intro h1,
  body.home .premium-hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(1.28rem, 5.8vw, 1.75rem) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }

  body.home .premium-hero-title-sub {
    display: block;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  body.home .premium-hero-copy-intro p,
  body.home .premium-hero-copy p {
    max-width: 34ch;
    font-size: 15px;
    line-height: 1.62;
    text-align: center;
  }

  body.home .premium-hero-projects,
  body.home #bykHeroSlider {
    margin: 64px auto 20px !important;
    padding: 14px 10px 10px !important;
  }

  body.home .premium-hero-slider-viewport {
    min-height: 190px;
    max-height: none;
    margin-top: 8px;
    aspect-ratio: 4 / 3;
  }

  .premium-hero-metrics div {
    min-height: auto;
    padding: 16px 18px;
  }

  body.home .premium-hero-copy-after {
    padding-bottom: 8px;
  }

  body.home .premium-hero-metrics div {
    padding: 14px 16px;
  }

  .premium-hero-projects__head {
    align-items: center;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .premium-hero-projects__head span,
  .premium-hero-projects__head strong {
    font-size: 11px;
    line-height: 1.3;
  }

  .premium-hero-slider-viewport {
    aspect-ratio: 4 / 3;
  }

  .premium-hero-slide-label {
    max-height: 38%;
    padding: 12px 10px 10px;
    background: linear-gradient(0deg, rgba(22, 20, 18, 0.98) 0%, rgba(22, 20, 18, 0.72) 70%, transparent 100%);
  }

  .premium-hero-slide-title {
    font-size: clamp(0.88rem, 3.8vw, 1rem);
    line-height: 1.15;
    -webkit-line-clamp: 2;
  }

  .premium-hero-slide-meta {
    margin-top: 2px;
    font-size: clamp(0.62rem, 2.8vw, 0.7rem);
    letter-spacing: 0.2px;
  }

  body.home .premium-hero-slider-footer {
    margin-top: 4px;
  }

  .premium-hero-slider-footer {
    gap: 4px;
    padding: 10px 6px 2px;
  }

  .premium-hero-slider-dot {
    width: 14px;
    height: 3px;
  }

  .premium-hero-slider-dot.active {
    width: 26px;
  }
}

@media (max-width: 400px) {
  body.home .premium-hero-copy h1 {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .premium-hero-slider-arrow {
    width: 36px;
    height: 36px;
  }

  body.home .default-page.section-padding2 {
    padding-top: 70px;
  }

  body.home .section-title {
    font-size: 29px;
  }

  body.home .services .item,
  body.home .process .item .cont {
    min-height: auto;
  }
}
