.megamenu-bg {
  background: linear-gradient(
    to right,
    #ffffff calc((100% - 1320px) / 2 + 1320px * 0.7),
    #f9fafb calc((100% - 1320px) / 2 + 1320px * 0.7)
  );
}
.footer-bg {
  --content-width: 1320px;
  --split-ratio: 0.7;

  background: linear-gradient(
    to right,
    #ffffff calc((100% - var(--content-width)) / 2 + var(--content-width) * var(--split-ratio)),
    #f9fafb calc((100% - var(--content-width)) / 2 + var(--content-width) * var(--split-ratio))
  );
}

@media (max-width: 1319px) {
  .footer-bg {
    background: #ffffff;
  }
}

/* Support Widget */
.detail-support-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.detail-support-widget .support-icon {
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.detail-support-widget .support-icon img {
  width: 100%;
  transition: transform 0.3s ease;
}

.detail-support-widget .support-bubble {
  position: absolute;
  bottom: 120px;
  right: 0;
  background: #ffffff;
  border-radius: 16px;
  padding: 15px 18px 26px;
  width: 280px;
  display: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #105660;
  animation: fadeInUp 0.4s ease forwards;
}

/* Balonun altındaki ok */
.detail-support-widget .support-bubble::after {
  content: " ";
  position: absolute;
  bottom: -15px;
  right: 20px;
  border-width: 15px 12px 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

/* Navi etiketi */
.detail-support-widget .support-bubble::before {
  content: "Navi sagt:";
  display: block;
  font-weight: bold;
  color: #F97316; /* accent rengi */
  margin-bottom: 8px;
}

/* Fade-in animasyon */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.detail-support-widget .support-bubble ul {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}

.detail-support-widget .support-bubble li {
  margin-bottom: 10px;
}

.detail-support-widget .support-bubble li:last-child {
  margin-bottom: 0;
}

.detail-support-widget .support-bubble a {
  display: block;
  background: #E6F3F5;              /* açık teal ton */
  color: #105660;                   /* ana renk */
  font-weight: 400;
  text-decoration: none;
  padding: 10px 14px 6px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-size: 14px;
}

.detail-support-widget .support-bubble a:hover {
  background: #105660;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.support-hint {
  position: absolute;
  bottom: 104px;
  right: 0;
  background: #105660;
  color: #fff;
  font-size: 13px;
  padding: 6px 32px 5px 15px;
  border-radius: 12px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

.path-green svg path {
    fill: #10A37F;
}
#img-radius .elementor-post__card .elementor-post__thumbnail,
#img-radius .elementor-post__card .elementor-post__thumbnail__link:after {
    border-radius: 8px !important;
}

.sidebar-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-categories ul li {
    margin-bottom: 8px;
    position: relative;
}

.sidebar-categories ul li a {
    text-decoration: none;
    font-weight: 500;
    color: #0a3d47;
    background: #E6F3F5;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 8px 0 8px 14px;
    display: block;
    position: relative;
    transition: all 0.25s ease;
}

/* Sol çizgi */
.sidebar-categories ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #008b9a;
    opacity: 0.8;
    transition: all 0.25s ease;
}

/* Hover */
.sidebar-categories ul li a:hover {
    color: #F97316;
    background: #dff0f2;
    padding-left: 18px; /* Hover'da hafif sağa hareket verir (çok premium görünür) */
}

/* Hover'da çizginin rengini de değiştir */
.sidebar-categories ul li a:hover::before {
    background: #F97316;
    opacity: 1;
}

/* Support Widget */

/* Timeline */
.timeline-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0px auto;
  padding: 0 20px;
}

/* Ana çizgi */
.timeline-horizontal::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 40px;
background: linear-gradient(to right, #F97316, #C2DEE2, #105660);

    border-radius: 30px;
    z-index: 1;
}

.timeline-horizontal .step {
  position: relative;
  text-align: center;
  width: 20%;
  z-index: 2;
}

.timeline-horizontal .step .content {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #c2dee2;
  min-width: 150px;
  transition: all 0.3s ease;
}
.timeline-horizontal .content:hover {
    transform: translateY(-5px);
}
.timeline-horizontal .step.up {
  margin-bottom: 20px;
}

.timeline-horizontal .step.down {
  margin-top: 80px;
}

.timeline-horizontal .icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.timeline-horizontal .number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ffffff;
    background: #F97316;
    height: 45px;
    width: 45px;
    line-height: 1;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 auto 10px auto;
    text-align: center;
    padding-top: 1px;
}
.timeline-horizontal h3 {
  margin: 5px 0;
  font-size: 18px;
  color: #0C4048;
}

.timeline-horizontal p {
  font-size: 16px;
  color: #64748B;
}

@media (max-width: 1024px) {
  .timeline-horizontal {
    --timeline-line-x: 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 0 0 0 72px;
  }

  .timeline-horizontal::before {
    top: 0;
    bottom: 0;
    left: var(--timeline-line-x);
    right: auto;
    width: 8px;
    height: auto;
    border-radius: 999px;
    background: linear-gradient(to bottom, #F97316, #C2DEE2, #105660);
  }

  .timeline-horizontal .step {
    width: 100%;
    text-align: left;
  }

  .timeline-horizontal .step.up,
  .timeline-horizontal .step.down {
    margin: 0;
  }

  .timeline-horizontal .step .content {
    position: relative;
    min-width: 0;
    width: 100%;
    padding: 22px 20px 20px;
    border-radius: 16px;
    border-color: #d2e7ea;
    box-shadow: 0 12px 30px rgba(12, 64, 72, 0.08);
  }

  .timeline-horizontal .number {
    position: absolute;
    top: 22px;
    left: calc((var(--timeline-line-x) + 4px - 72px) - 22px);
    margin: 0;
    box-shadow: 0 0 0 6px #ffffff;
  }

  .timeline-horizontal .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 0 14px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fcfc 0%, #eef7f8 100%);
    color: #5f708d;
  }

  .timeline-horizontal h3 {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .timeline-horizontal p {
    margin: 0;
    line-height: 1.55;
  }
}

@media (max-width: 767px) {
  .timeline-horizontal {
    --timeline-line-x: 22px;
    gap: 18px;
    padding-left: 56px;
  }

  .timeline-horizontal::before {
    left: var(--timeline-line-x);
    width: 6px;
  }

  .timeline-horizontal .step .content {
    padding: 18px 14px 16px;
  }

  .timeline-horizontal .number {
    top: 18px;
    left: calc((var(--timeline-line-x) + 3px - 56px) - 20px);
  }

  .timeline-horizontal .icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
    margin-bottom: 12px;
  }

  .timeline-horizontal .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .timeline-horizontal h3 {
    font-size: 17px;
  }

  .timeline-horizontal p {
    font-size: 15px;
  }
}

.hugeicons--analysis-text-link {
  display: inline-block;
  width: 45px;
  height: 45px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M21 21H10c-3.3 0-4.95 0-5.975-1.025S3 17.3 3 14V3m4 1h1M7 7h4'/%3E%3Cpath stroke-linejoin='round' d='M5 20c1.07-1.947 2.523-6.981 5.306-6.981c1.924 0 2.422 2.453 4.308 2.453C17.857 15.472 17.387 10 21 10'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hugeicons--straight-edge {
  display: inline-block;
  width: 46px;
  height: 46px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m6.5 17.5l4.001-4m3-3l4-4'/%3E%3Cpath d='M14 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0Zm7-7a2 2 0 1 1-4 0a2 2 0 0 1 4 0ZM7 19a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hugeicons--anchor-point {
  display: inline-block;
  width: 45px;
  height: 45px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M19 12a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0ZM2 12a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.707 10.293C13.414 10 12.943 10 12 10s-1.414 0-1.707.293m3.414 0C14 10.586 14 11.057 14 12s0 1.414-.293 1.707m0-3.414q0 0 0 0m-3.414 0C10 10.586 10 11.057 10 12s0 1.414.293 1.707m0-3.414q0 0 0 0m0 3.414C10.586 14 11.057 14 12 14s1.414 0 1.707-.293m-3.414 0q0 0 0 0m3.414 0q0 0 0 0m7-11.414C20.414 2 19.943 2 19 2s-1.414 0-1.707.293m3.414 0C21 2.586 21 3.057 21 4s0 1.414-.293 1.707m0-3.414q0 0 0 0m-3.414 0C17 2.586 17 3.057 17 4s0 1.414.293 1.707m0-3.414q0 0 0 0m0 3.414C17.586 6 18.057 6 19 6s1.414 0 1.707-.293m-3.414 0q0 0 0 0m3.414 0q0 0 0 0m-14 12.586C6.414 18 5.943 18 5 18s-1.414 0-1.707.293m3.414 0C7 18.586 7 19.057 7 20s0 1.414-.293 1.707m0-3.414q0 0 0 0m-3.414 0C3 18.586 3 19.057 3 20s0 1.414.293 1.707m0-3.414q0 0 0 0m0 3.414C3.586 22 4.057 22 5 22s1.414 0 1.707-.293m-3.414 0q0 0 0 0m3.414 0q0 0 0 0M5 12h5m4 0h5m-7-2c0-2 .833-6 5-6m-5 10c0 2-.833 6-5 6'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hugeicons--laptop-performance {
  display: inline-block;
  width: 45px;
  height: 45px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M20.5 16.5v-8c0-2.357 0-3.536-.732-4.268C19.035 3.5 17.857 3.5 15.5 3.5h-7c-2.357 0-3.536 0-4.268.732S3.5 6.143 3.5 8.5v8m18.484 4H2.016c-.383 0-.632-.391-.461-.724L3.5 16.5h17l1.945 3.276a.5.5 0 0 1-.46.724'/%3E%3Cpath d='M7.5 10h2l1.5 2.5l2-5l1.5 2.5h2'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* Timeline */

.menu-class button.e-n-menu-toggle:hover,
.menu-class button.e-n-menu-toggle:focus {
    background: transparent !important;
    border: none !important;
}