.elementor-299 .elementor-element.elementor-element-ce8b303{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-299 .elementor-element.elementor-element-ce8b303{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-816ec95 */.footer-credit {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #64748b;
  text-decoration: none;
  transition: 0.3s;
}

.footer-credit:hover {
  color: #38bdf8;
}

.footer {
  position: relative;
  background: #020617;
  color: #e2e8f0;
  padding: 80px 20px 30px;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

/* glow background */
.footer::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(99,102,241,0.2), transparent 70%);
  top: -300px;
  left: -200px;
}

.footer::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(56,189,248,0.15), transparent 70%);
  bottom: -300px;
  right: -200px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
}

/* üst alan */
.footer-top {
  text-align: center;
  margin-bottom: 50px;
}

.footer-top h2 {
  font-size: 28px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #38bdf8, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-top p {
  color: #94a3b8;
  max-width: 600px;
  margin: auto;
}

/* grid */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

/* kolon */
.footer-col h4 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #f1f5f9;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  color: #94a3b8;
}

/* linkler */
.footer-col a {
  color: #94a3b8;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #38bdf8;
  padding-left: 5px;
}

/* sosyal */
.socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.socials a {
  display: inline-block;
  transition: 0.3s;
}

.socials a:hover {
  transform: translateX(5px);
  color: #6366f1;
}

/* alt bar */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #64748b;
}

/* responsive */
@media (max-width: 768px) {
  .footer-top h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {

  .footer {
    text-align: center;
  }

  .footer-grid {
    text-align: center;
  }

  .footer-col {
    align-items: center;
  }

  .footer-col ul {
    padding: 0;
  }

  .footer-col ul li {
    text-align: center;
  }

  .socials {
    align-items: center;
  }

  .footer-col a:hover {
    padding-left: 0; /* mobilde kayma olmasın */
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-credit {
    display: block;
    margin-top: 10px;
  }

}
.footer-logo {
  display: block;
  margin: 0 auto 15px;
}/* End custom CSS */