/* ==============================
   DT HERO - KOVAMO
   Boxed content + right background image
============================== */

.dt-hero {
  /* --dt-hero-image: url("/wp-content/uploads/2026/04/vitaly-gariev-q1jHh0MWTFk-unsplash-img.jpg"); */
  --dt-old-hero-image: url("/wp-content/uploads/2026/06/IQ-Shooting_134.jpg");
  --dt-hero-image: url("/wp-content/uploads/2026/07/hero-bg-image-scaled.jpg");

  position: relative;
  overflow: hidden;
  min-height: 670px;
  padding: 50px 0 83px;
  isolation: isolate;

  background:
    radial-gradient(circle at -80px 38%, rgba(111, 63, 245, 0.14) 0, rgba(111, 63, 245, 0.08) 220px, transparent 470px),
    radial-gradient(rgba(111, 63, 245, 0.18) 1.4px, transparent 1.4px),
    linear-gradient(115deg, #ffffff 0%, #ffffff 46%, #f7f3ff 100%);

  background-size:
    auto,
    16px 16px,
    auto;

  background-position:
    left center,
    left 0 bottom 95px,
    center;

  background-repeat:
    no-repeat,
    repeat,
    no-repeat;
}

/* Sağ görsel background */
.dt-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  background-image: var(--dt-hero-image);
  background-size: auto 100%;
    background-position: left center;
  background-repeat: no-repeat;
}
/* @media (min-width: 1921px) and (max-width: 2560px) {
  .dt-hero::before {
    left: 50%;
    background-size: auto 117%;
    background-position: left center;
  }
} */
@media (min-width: 2200px) {
  .dt-hero::before {
    background-size: auto 135%;
  }
}

/* Görsel üstü mor overlay */
/* .dt-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  height: 45%;
  z-index: 2;
  pointer-events: none;
 background: linear-gradient(
    180deg,
    rgba(112, 71, 245, 0) 0%,
    rgba(112, 71, 245, 0.18) 45%,
    rgba(112, 71, 245, 0.55) 100%
  );
} */
 .dt-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  height: 45%;
  z-index: 2;
  pointer-events: none;
  background-image:
    url("/wp-content/uploads/2026/06/IQ-White@2x.png"),
    linear-gradient(
      180deg,
      rgba(112, 71, 245, 0) 0%,
      rgba(112, 71, 245, 0.18) 45%,
      rgba(112, 71, 245, 0.55) 100%
    );
  background-repeat: no-repeat, no-repeat;
  background-position: right 44px bottom 20px, center;
  background-size: 180px auto, 100% 100%;
}

/* Elementor boxed yapı */
.dt-hero > .e-con-inner {
  position: relative;
  z-index: 5;
  display: block !important;
}

/* Sağdaki eski görsel container varsa gizle */
.dt-hero-image-col,
.dt-hero-image {
  display: none !important;
}

/* ==============================
   LEFT CONTENT
============================== */

.dt-hero-content {
  position: relative;
  z-index: 10;
  width: 50% !important;
  max-width: 620px !important;
  padding: 0 !important;
}

.dt-hero-content .elementor-widget-heading h1.elementor-heading-title::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  background: #250745;
  margin-top: 18px;
  border-radius: 20px;
}



.dt-hero-content p,
.dt-hero-content .elementor-widget-text-editor {
  color: #5d6578 !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  max-width: 560px;
}

.dt-hero-content .elementor-widget-text-editor p {
  margin: 0;
}

.dt-hero-content strong {
  color: #7047f5;
  font-weight: 800;
}

/* ==============================
   BUTTONS
============================== */

.dt-hero-buttons {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.dt-hero-buttons .elementor-button {
  min-width: 160px;
  min-height: 52px;
  border-radius: 8px !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  transition: all .25s ease;
}



.dt-hero-buttons .elementor-widget-button:first-child .elementor-button:hover {
  transform: translateY(-2px);
}



.dt-hero-buttons .elementor-widget-button:nth-child(2) .elementor-button:hover {
  transform: translateY(-2px);
}

/* ==============================
   LOGO CARD
============================== */

.dt-hero-logos {
  position: relative;
  z-index: 20;
  max-width: 1369px !important;
  min-height: 145px;
  margin: -82px auto 0 !important;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(18,23,47,.08);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(18,23,47,.10);
  padding: 24px 34px !important;
  display: grid !important;
  grid-template-columns: 1.35fr 1fr 1.25fr 1.25fr;
}

.dt-hero-logo-item {
  border-right: 1px solid rgba(18,23,47,.10);
}

.dt-hero-logo-item:last-child {
  border-right: 0;
}

.dt-hero-logo-item h4,
.dt-hero-logo-item .elementor-heading-title {
  color: #545b6b !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin-bottom: 14px;
}

.dt-hero-logo-item img {
  max-height: 100px !important;
  width: auto;
  object-fit: contain;
}

/* ==============================
   TABLET
============================== */

@media (max-width: 1024px) {
  .dt-hero {
    min-height: auto;
    padding: 70px 30px 110px;
  }

  .dt-hero::before,
  .dt-hero::after {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 430px;
    margin-top: 0px;
  }

  .dt-hero::before {
    background-size: cover;
    background-position: center;
  }

  .dt-hero::after {
    display: none;
  }

  .dt-hero-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .dt-hero-logos {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 60px);
  }
}

/* ==============================
   MOBILE
============================== */

@media (max-width: 767px) {
  .dt-hero {
    padding: 48px 20px 90px;
    background-color: #ffffff;
  }


  .dt-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .dt-hero-buttons .elementor-button {
    width: 100%;
  }

  .dt-hero::before {
    height: 360px;
  }

  .dt-hero-logos {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    margin: -56px auto 0 !important;
  }

  .dt-hero-logo-item {
    padding: 22px 10px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(18,23,47,.10);
  }

  .dt-hero-logo-item:last-child {
    border-bottom: 0;
  }
}


.scroll-stack {
  position: sticky;
  top: 60px;
  left: 0;
  width: 100%;
}


.center-divider:before {
    content: "";
    position: absolute;
    left: calc(50% - 0.5px);
    top: 50%;
    height: 70%;
    width: 2px;
    background: #E6E6E6;
    transform: translateY(-50%);
}

.center-divider-two {
    position: relative;
}

.center-divider-two:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    height: 100%;
    width: 2px;
    background: #E6E6E6;
    transform: translateY(-50%);
}
.center-divider-three {
    position: relative;
}

.center-divider-three:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    height: 100%;
    width: 2px;
    background: #E6E6E6;
    transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .center-divider:before,
  .center-divider-two:after,
  .center-divider-three:after {
    display: none;
  }
}