.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3579fd8 *//* =====================================================
   AFTAŞ FOOTER
   ===================================================== */

.aftas-footer,
.aftas-footer * {
  box-sizing: border-box;
}

.aftas-footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 46px clamp(18px, 3vw, 54px) 28px;
  background:
    radial-gradient(circle at 15% 0%, rgba(217,199,178,.13), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(255,255,255,.06), transparent 30%),
    linear-gradient(135deg, #07101f 0%, #0b1828 48%, #101a2c 100%);
  color: #fff;
}

.aftas-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .38;
  pointer-events: none;
}

.aftas-footer__glow {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(4px);
}

.aftas-footer__glow--one {
  width: 420px;
  height: 420px;
  left: -220px;
  bottom: -180px;
  background: rgba(217,199,178,.10);
}

.aftas-footer__glow--two {
  width: 300px;
  height: 300px;
  right: -130px;
  top: 100px;
  border: 1px solid rgba(217,199,178,.14);
}

.aftas-footer__inner {
  position: relative;
  z-index: 2;
  max-width: 1480px;
  margin: 0 auto;
}

/* CTA */

.aftas-footer__cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  padding: clamp(28px, 3vw, 42px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  border-radius: 34px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}

.aftas-footer__cta::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -110px;
  top: -130px;
  border-radius: 50%;
  background: rgba(217,199,178,.13);
}

.aftas-footer__cta > div,
.aftas-footer__cta-btn {
  position: relative;
  z-index: 2;
}

.aftas-footer__cta span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(217,199,178,.12);
  border: 1px solid rgba(217,199,178,.22);
  color: #d9c7b2;
  font-size: 12px;
  font-weight: 850;
}

.aftas-footer__cta h2 {
  max-width: 820px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.07;
  letter-spacing: -1.5px;
  font-weight: 950;
}

.aftas-footer__cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 15.5px;
  line-height: 1.65;
  font-weight: 600;
}

.aftas-footer__cta-btn,
.aftas-footer__cta-btn:hover,
.aftas-footer__cta-btn:focus,
.aftas-footer__cta-btn:active {
  min-height: 58px;
  padding: 0 30px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff !important;
  color: #081120 !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  box-shadow: none !important;
  outline: none !important;
  transition: transform .28s ease;
}

.aftas-footer__cta-btn:hover {
  transform: translateY(-3px);
}

/* TOP */

.aftas-footer__top {
  display: grid;
  grid-template-columns: minmax(320px, 1.25fr) .72fr 1.06fr .92fr;
  gap: clamp(28px, 4vw, 68px);
  padding: 44px 0 38px;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.aftas-footer__brand {
  max-width: 430px;
}

.aftas-footer__logo {
  width: 190px;
  min-height: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 18px 20px;
  border-radius: 24px;
  text-decoration: none !important;
  background: #ffffff !important;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow:
    0 18px 40px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.65);
}

.aftas-footer__logo img {
  width: 100%;
  max-width: 132px;
  height: auto;
  object-fit: contain;
  display: block;
}

.aftas-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.aftas-footer__brand p {
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 15px;
  line-height: 1.72;
  font-weight: 600;
}

.aftas-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.aftas-footer__badges span {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.70);
  font-size: 12px;
  font-weight: 800;
}

.aftas-footer__nav h3,
.aftas-footer__contact h3 {
  margin: 0 0 18px;
  color: #d9c7b2;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .4px;
}

.aftas-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.aftas-footer__nav a,
.aftas-footer__nav a:hover,
.aftas-footer__nav a:focus,
.aftas-footer__nav a:active {
  position: relative;
  display: inline-flex;
  padding: 6px 0;
  color: rgba(255,255,255,.66) !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 700;
  transition: color .24s ease, transform .24s ease;
}

.aftas-footer__nav a:hover {
  color: #fff !important;
  transform: translateX(4px);
}

.aftas-footer__contact {
  display: grid;
  gap: 12px;
  align-content: start;
}

.aftas-footer__contact h3 {
  margin-bottom: 6px;
}

.aftas-footer__contact a,
.aftas-footer__contact a:hover,
.aftas-footer__contact a:focus,
.aftas-footer__contact a:active,
.aftas-footer__contact div {
  display: block;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.055) !important;
  border: 1px solid rgba(255,255,255,.085);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 800;
  transition: all .24s ease;
}

.aftas-footer__contact a:hover {
  background: rgba(255,255,255,.085) !important;
  border-color: rgba(217,199,178,.26);
  transform: translateY(-2px);
}

.aftas-footer__contact span {
  display: block;
  margin-bottom: 5px;
  color: rgba(217,199,178,.85);
  font-size: 11.5px;
  line-height: 1.2;
  font-weight: 850;
}

/* BOTTOM */

.aftas-footer__bottom {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 26px;
  padding-top: 26px;
}

.aftas-footer__bottom p {
  margin: 0;
  color: rgba(255,255,255,.52);
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 650;
}

.aftas-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.aftas-footer__legal a,
.aftas-footer__legal a:hover,
.aftas-footer__legal a:focus,
.aftas-footer__legal a:active {
  color: rgba(255,255,255,.56) !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 13.5px;
  font-weight: 750;
  transition: color .22s ease;
}

.aftas-footer__legal a:hover {
  color: #fff !important;
}

.aftas-footer__dexadev,
.aftas-footer__dexadev:hover,
.aftas-footer__dexadev:focus,
.aftas-footer__dexadev:active {
  min-height: 46px;
  padding: 8px 14px 8px 16px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.09);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  transition: all .24s ease;
}

.aftas-footer__dexadev:hover {
  background: rgba(255,255,255,.09) !important;
  border-color: rgba(217,199,178,.24);
  transform: translateY(-2px);
}

.aftas-footer__dexadev span {
  color: rgba(255,255,255,.46);
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 750;
}

.aftas-footer__dexadev strong {
  color: #d9c7b2;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 950;
}

/* ELEMENTOR HOVER FIX */

.aftas-footer a,
.aftas-footer a:hover,
.aftas-footer a:focus,
.aftas-footer a:active,
.aftas-footer button,
.aftas-footer button:hover,
.aftas-footer button:focus,
.aftas-footer button:active {
  box-shadow: none !important;
  outline: none !important;
}

/* TABLET */

@media (max-width: 1180px) {
  .aftas-footer__top {
    grid-template-columns: 1.1fr 1fr;
    gap: 36px;
  }

  .aftas-footer__brand {
    max-width: 100%;
  }

  .aftas-footer__bottom {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
  }

  .aftas-footer__legal {
    justify-content: flex-start;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .aftas-footer {
    padding: 34px 18px 24px;
  }

  .aftas-footer__cta {
    display: grid;
    padding: 26px 22px;
    border-radius: 28px;
  }

  .aftas-footer__cta h2 {
    font-size: 29px;
    letter-spacing: -1.1px;
  }

  .aftas-footer__cta p {
    font-size: 14.5px;
  }

  .aftas-footer__cta-btn {
    width: 100%;
  }

  .aftas-footer__top {
    grid-template-columns: 1fr;
    padding: 34px 0;
    gap: 30px;
  }

  .aftas-footer__logo {
    width: 156px;
    height: 64px;
  }

  .aftas-footer__brand p {
    font-size: 14.5px;
  }

  .aftas-footer__nav h3,
  .aftas-footer__contact h3 {
    margin-bottom: 12px;
  }

  .aftas-footer__nav a {
    font-size: 14.5px;
  }

  .aftas-footer__bottom {
    padding-top: 22px;
  }

  .aftas-footer__legal {
    display: grid;
    gap: 8px;
  }

  .aftas-footer__dexadev {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .aftas-footer__cta h2 {
    font-size: 26px;
  }

  .aftas-footer__contact a,
  .aftas-footer__contact div {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .aftas-footer__logo {
    width: 172px;
    min-height: 96px;
    padding: 16px 18px;
    border-radius: 20px;
  }

  .aftas-footer__logo img {
    max-width: 120px;
  }
}/* End custom CSS */