.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;
}

.foorer-area .footer-bottom .footer-bottom-wrapper .social-icon {
  gap: 6px !important;
  flex-wrap: wrap !important;
  transform: none !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 {
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

.footer-section :where(.widget-title, .dm-footer-contact-label) {
  font-weight: 500 !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;
  }

  .foorer-area .footer-bottom .footer-bottom-wrapper .social-icon {
    justify-content: center !important;
  }
}
