.elementor-4657 .elementor-element.elementor-element-8db2bfa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4657 .elementor-element.elementor-element-ca8c39a{width:100%;max-width:100%;}.elementor-4657 .elementor-element.elementor-element-e1cfa7e{--display:flex;}.elementor-4657 .elementor-element.elementor-element-67ae6df{--display:flex;}/* Start custom CSS for container, class: .elementor-element-8db2bfa */html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

.dataflyesim-footer,
.dataflyesim-footer * {
  box-sizing: border-box;
}

.dataflyesim-footer {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  font-family: inherit;
  color: #f8fafc;
  background: #0f172a;
}

.dataflyesim-footer a {
  text-decoration: none;
}

.dataflyesim-footer .footer-menu-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #111827;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.dataflyesim-footer .footer-copyright {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #0b1220;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.dataflyesim-footer .footer-inner {
  width: 100% !important;
  max-width: 1600px !important; /* BURAYI EKLEDİK */
  margin: 0 auto !important;    /* ORTALAMA */
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.dataflyesim-footer .footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-top: 56px;
  padding-bottom: 56px;
  align-items: start;
}

.dataflyesim-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dataflyesim-footer .footer-logo {
  display: inline-flex;
  align-items: center;
}

.dataflyesim-footer .logo-img {
  width: 140px;
  height: auto;
  display: block;
  object-fit: contain;
}

.dataflyesim-footer .social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dataflyesim-footer .social-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e5e7eb;
  background: transparent;
  transition: none !important;
}

.dataflyesim-footer .social-btn svg {
  width: 18px;
  height: 18px;
}

.dataflyesim-footer .social-btn:hover,
.dataflyesim-footer .social-btn:focus,
.dataflyesim-footer .social-btn:active {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #e5e7eb !important;
}

.dataflyesim-footer .footer-section h4 {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.dataflyesim-footer .footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dataflyesim-footer .footer-section li {
  margin: 0 0 10px;
}

.dataflyesim-footer .footer-section a {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.7;
  transition: color 0.2s ease;
}

.dataflyesim-footer .footer-section a:hover {
  color: #ffffff;
  background: transparent;
  padding-left: 0;
  transform: none;
}

.dataflyesim-footer .footer-bottom-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.dataflyesim-footer .footer-copyright p {
  margin: 0;
  text-align: center;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.6;
}

.dataflyesim-footer .footer-copyright a {
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .dataflyesim-footer .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .dataflyesim-footer .footer-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .dataflyesim-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dataflyesim-footer .footer-brand {
    gap: 18px;
  }

  .dataflyesim-footer .social-links {
    gap: 10px;
  }

  .dataflyesim-footer .footer-bottom-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .dataflyesim-footer .footer-copyright p {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7b0249 *//* ===================== */
/* MOBILE BOTTOM NAV     */
/* ===================== */
.mobile-bottom-nav {
    position: fixed;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 74px;

    background: #061726;
    border-top: 1px solid rgba(255,255,255,0.08);

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 1px;
    padding: 0 75px;
    box-sizing: border-box;

    z-index: 99998;
}

.mobile-bottom-nav .nav-item {
    width: 58px;
    min-width: 58px;

    text-align: center;
    text-decoration: none;
    color: #7f8895;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;

    font-size: 11px;
    font-weight: 600;
    gap: 4px;
}

.mobile-bottom-nav .nav-item i {
    font-size: 24px;
}

.mobile-bottom-nav .nav-item.active {
    color: #ffffff;
}

.mobile-bottom-nav .nav-item.active::before {
    content: "";
    position: absolute;
    top: -10px;

    width: 46px;
    height: 4px;

    background: #00bfff;
    border-radius: 20px;
}

/* Home biraz sağa */
.mobile-bottom-nav .nav-item:first-child {
    transform: translateX(8px);
}

/* Llogaria popup altına girmesin diye sola */
.mobile-bottom-nav .nav-item:last-child {
    transform: translateX(-12px);
}

/* ===================== */
/* MOBİL AYARLAR         */
/* ===================== */
@media (max-width: 767px) {
    body {
        padding-bottom: 95px !important;
    }

    body.single-product,
    body.single-product .site,
    body.single-product main,
    body.single-product .elementor-location-single,
    body.single-product .woocommerce,
    body.single-product .product {
        padding-bottom: 120px !important;
    }

    body.single-product form.cart,
    body.single-product .single_add_to_cart_button,
    body.single-product .elementor-widget-woocommerce-product-add-to-cart {
        margin-bottom: 100px !important;
    }

    iframe[src*="getbutton"],
    div[id*="getbutton"],
    div[class*="getbutton"] {
        bottom: 98px !important;
        right: 14px !important;
        transform: scale(0.78) !important;
        transform-origin: bottom right !important;
        z-index: 99999 !important;
    }
}

/* ===================== */
/* DESKTOP GİZLE         */
/* ===================== */
@media (min-width: 768px) {
    .mobile-bottom-nav {
        display: none !important;
    }

    body {
        padding-bottom: 0 !important;
    }
}/* End custom CSS */