.footer-section {
  --dm-footer-edge-space: 60px;
  --dm-footer-bottom-space: 5px;
  overflow-x: hidden !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.dm-route-home .footer-section {
  --dm-footer-bottom-space: 80px;
}

body:not(.dm-route-home) .footer-section {
  margin-top: 36px !important;
  padding-top: 0 !important;
}

.footer-section .foorer-area {
  overflow-x: hidden !important;
  width: auto !important;
  max-width: calc(100% - (var(--dm-footer-edge-space) * 2)) !important;
  margin-right: var(--dm-footer-edge-space) !important;
  margin-left: var(--dm-footer-edge-space) !important;
  margin-bottom: var(--dm-footer-bottom-space) !important;
  transform: none !important;
}

.footer-section .foorer-area .footer-bottom {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper {
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p {
  margin-bottom: 0 !important;
  transform: none !important;
  display: block !important;
  flex: 0 1 auto !important;
}

.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p .dm-footer-copyright-line {
  display: inline !important;
  white-space: nowrap !important;
}

.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p .dm-footer-copyright-accent {
  display: inline !important;
  margin-inline: 0.35em !important;
  color: var(--theme-color1, #ff6b1e) !important;
  -webkit-text-fill-color: var(--theme-color1, #ff6b1e) !important;
}

.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p .dm-footer-copyright-brand,
.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p .dm-footer-copyright-brand .dm-brand-orange {
  display: inline !important;
  white-space: nowrap !important;
  width: auto !important;
  max-width: none !important;
}

/* Footer alt satır: yalnız marka linki — beyaz, hover turuncu (diğer metinlere dokunma) */
.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p .dm-footer-copyright-brand-gap {
  display: inline !important;
  white-space: pre !important;
  width: 0.25em !important;
}

.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p .dm-footer-copyright-brand,
.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p .dm-footer-copyright-brand .dm-brand-orange {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
  transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease;
}

.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p .dm-footer-copyright-brand:hover,
.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p .dm-footer-copyright-brand:focus-visible,
.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p .dm-footer-copyright-brand:hover .dm-brand-orange,
.footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p .dm-footer-copyright-brand:focus-visible .dm-brand-orange {
  color: var(--theme-color1) !important;
  -webkit-text-fill-color: var(--theme-color1) !important;
}

.foorer-area .footer-bottom .footer-bottom-wrapper .social-icon {
  display: flex !important;
  gap: 6px !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  transform: none !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}

.foorer-area .footer-bottom .footer-bottom-wrapper .social-icon a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 11px !important;
  margin-right: 0 !important;
  gap: 6px !important;
  border: 2px solid rgba(255, 107, 30, 0.72) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%) !important;
  color: #fff !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32), 0 0 0 2px rgba(255, 107, 30, 0.12), 0 0 18px rgba(255, 107, 30, 0.24) !important;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease !important;
}

.foorer-area .footer-bottom .footer-bottom-wrapper .social-icon a:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 107, 30, 0.95) !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.94) 0%, rgba(8, 8, 12, 0.84) 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36), 0 0 0 3px rgba(255, 107, 30, 0.18), 0 0 30px rgba(255, 107, 30, 0.4) !important;
}

.foorer-area .footer-bottom .footer-bottom-wrapper .social-icon a i {
  font-size: 13px !important;
  color: #fff !important;
}

.dm-address-slash {
  color: var(--theme-color1, #ff6b1e) !important;
  -webkit-text-fill-color: var(--theme-color1, #ff6b1e) !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-content .form-group {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  max-width: 430px !important;
  min-height: 62px !important;
  padding: 0 !important;
  border: 2px solid rgba(255, 107, 30, 0.72) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32), 0 0 0 2px rgba(255, 107, 30, 0.12), 0 0 18px rgba(255, 107, 30, 0.24) !important;
  overflow: visible !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-content .form-group input.email {
  height: 62px !important;
  padding: 0 76px 0 24px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #fff !important;
  line-height: 62px !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-content .form-group .circle-btn {
  position: absolute !important;
  top: 7px !important;
  right: 7px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  border: 2px solid rgba(255, 107, 30, 0.72) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32), 0 0 0 2px rgba(255, 107, 30, 0.12), 0 0 18px rgba(255, 107, 30, 0.24) !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-content .form-group .circle-btn i {
  color: #fff !important;
  line-height: 1 !important;
}

.footer-section .foorer-area .footer-widget-wrapper .footer-content .form-group .circle-btn:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 107, 30, 0.95) !important;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.94) 0%, rgba(8, 8, 12, 0.84) 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36), 0 0 0 3px rgba(255, 107, 30, 0.18), 0 0 30px rgba(255, 107, 30, 0.4) !important;
}

.footer-section .footer-content .title,
.footer-section .footer-content .title span {
  overflow-wrap: break-word;
  text-wrap: balance;
}

.footer-section .footer-content .title-2 {
  color: var(--theme-color1, #ff6b1e) !important;
  -webkit-text-fill-color: var(--theme-color1, #ff6b1e) !important;
}

.footer-section :where(.widget-title, .dm-footer-contact-label) img,
.footer-section :where(.widget-title, .dm-footer-contact-label) .dm-star-icon {
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

.footer-section .dm-star-icon {
  display: inline-block;
  background: center / contain no-repeat url("/theme/images/icons/star.png");
  vertical-align: -0.1em;
}

.footer-section :where(.widget-title, .dm-footer-contact-label) {
  font-weight: 500 !important;
}

.footer-section .dm-footer-contact-title-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  -webkit-text-fill-color: inherit;
  text-decoration: none;
}

.footer-section .dm-footer-contact-title-link:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.footer-section .footer-widget-items .user-links:not(.dm-footer-contact-list) {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 372px !important;
}

.footer-section .footer-widget-items .user-links:not(.dm-footer-contact-list) li {
  margin-bottom: 6px !important;
  line-height: 1.25 !important;
}

.footer-section .footer-widget-items .user-links:not(.dm-footer-contact-list) a {
  line-height: 26px !important;
}

.footer-section .dm-footer-contact-list {
  display: flex !important;
  min-height: 372px !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.footer-section .footer-widget-items ul.user-links.dm-footer-contact-list > li,
.footer-section .footer-widget-items ul.user-links.dm-footer-contact-list > li:not(:last-child) {
  margin-bottom: 0 !important;
  line-height: 1.25 !important;
}

.footer-section .dm-footer-contact-list a {
  line-height: 1.3 !important;
}

.footer-section .dm-footer-contact-list strong {
  display: block !important;
  margin-top: 3px !important;
  line-height: 1.3 !important;
}

@media (max-width: 1699.98px) {
  .footer-section {
    --dm-footer-edge-space: 35px;
  }
}

@media (max-width: 1399.98px) {
  .footer-section {
    --dm-footer-edge-space: 28px;
  }
}

@media (max-width: 1199.98px) {
  .footer-section {
    --dm-footer-edge-space: 20px;
  }
}

@media (max-width: 575.98px) {
  .footer-section {
    --dm-footer-edge-space: 16px;
  }

  .footer-section .footer-bottom .footer-bottom-wrapper {
    gap: 16px;
    text-align: center;
    flex-direction: column;
  }

  .footer-section .foorer-area .footer-bottom .footer-bottom-wrapper p {
    white-space: nowrap !important;
    font-size: 13px !important;
  }

  .foorer-area .footer-bottom .footer-bottom-wrapper .social-icon {
    justify-content: center !important;
    gap: 4px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .foorer-area .footer-bottom .footer-bottom-wrapper .social-icon a {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 28px !important;
    padding: 0 4px !important;
    gap: 3px !important;
    font-size: 9px !important;
    white-space: nowrap !important;
  }

  .foorer-area .footer-bottom .footer-bottom-wrapper .social-icon a i {
    font-size: 11px !important;
  }
}

@media (max-width: 991.98px) {
  .footer-section .foorer-area .footer-top-wrapper,
  .foorer-area .footer-top-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 18px !important;
  }

  .footer-section .footer-logo,
  .foorer-area .footer-top-wrapper .footer-logo {
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-flex !important;
    justify-content: center !important;
  }

  .footer-section .footer-logo img,
  .foorer-area .footer-top-wrapper .footer-logo img {
    margin: 0 auto !important;
    max-width: min(220px, 72vw) !important;
    height: auto !important;
  }

  .footer-section .foorer-area .footer-top-wrapper .footer-info,
  .foorer-area .footer-top-wrapper .footer-info {
    text-align: center !important;
    width: 100% !important;
  }
}
