.ds-footer {
  background: #fff;
  color: #111827;
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden
}

.ds-footer .container,
.ds-footer .container-fluid {
  overflow-x: visible;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.ds-footer-payments {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f9fafb 0%, #fff 100%);
  border-bottom: 1px solid #f1f5f9
}

.ds-eyebrow {
  display: inline-block;
  color: #4f46e5;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px
}

.ds-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #111827
}

@media (max-width:768px) {
  .ds-title {
    font-size: 1.75rem
  }
}

.ds-text {
  color: #6b7280;
  max-width: 460px;
  margin-bottom: 24px
}

.ds-payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

@media (min-width:768px) {
  .ds-payment-grid {
    grid-template-columns: repeat(6, 1fr)
  }
}

@media (max-width:480px) {
  .ds-payment-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }
}

.ds-payment-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  min-height: 80px;
  width: 100%
}

.ds-payment-item:hover {
  border-color: #4f46e5;
  transform: translateY(-3px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1)
}

.ds-payment-item img {
  max-width: 100%;
  width: auto;
  max-height: 40px;
  object-fit: contain
}

.ds-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
  width: 100%
}

.ds-footer-main {
  padding: 3rem 0
}

.ds-about {
  color: #6b7280;
  max-width: 420px;
  margin-top: 16px
}

.ds-about strong {
  color: #111827
}

.ds-heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  position: relative;
  display: inline-block
}

.ds-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 3px;
  background: #4f46e5;
  border-radius: 2px
}

.ds-links {
  list-style: none;
  padding: 0;
  margin: 0
}

.ds-links li {
  margin-bottom: 12px
}

.ds-links a {
  color: #6b7280;
  text-decoration: none;
  transition: all .2s ease;
  display: inline-block;
  position: relative;
  padding-left: 0
}

.ds-links a:hover {
  color: #4f46e5;
  padding-left: 8px
}

.ds-links a::before {
  content: '→';
  position: absolute;
  left: -12px;
  opacity: 0;
  transition: all .2s ease
}

.ds-links a:hover::before {
  opacity: 1;
  left: -8px
}

.ds-social {
  display: grid;
  grid-template-columns: repeat(5, 44px);
  gap: 12px;
  margin-top: 24px;
  max-width: 100%
}

@media (max-width:560px) {
  .ds-social {
    grid-template-columns: repeat(5, minmax(40px, 44px));
    gap: 8px
  }
}

@media (max-width:420px) {
  .ds-social {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px
  }

  .ds-social a {
    width: 100%
  }
}

.ds-social a {
  width: 44px;
  height: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  background: #fff;
  transition: all .2s ease;
  text-decoration: none
}

.ds-social a:hover {
  background: #4f46e5;
  color: #fff;
  border-color: #4f46e5;
  transform: translateY(-3px)
}

.ds-footer-bottom {
  position: relative;
  margin-top: -30px;
  z-index: 10;
  width: 100%
}

.ds-bottom-box {
  background: #fff;
  border-radius: 20px 20px 0 0;
  border: 2px solid #4f46e5;
  border-bottom: 0;
  padding: 24px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
  position: relative;
  overflow-x: hidden
}

.ds-bottom-box::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #4f46e5;
  border-radius: 0 0 4px 4px
}

.ds-copy {
  color: #6b7280;
  font-size: 14px;
  margin: 0
}

.ds-copy strong {
  color: #111827;
  font-weight: 600
}

.ds-copy a {
  color: #4f46e5;
  text-decoration: none;
  font-weight: 600;
  transition: all .2s ease
}

.ds-copy a:hover {
  text-decoration: underline
}

.ds-dot {
  margin: 0 8px;
  color: #9ca3af
}

.ds-copy i {
  color: #4f46e5;
  margin-right: 4px
}

.ds-bottom-links {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center
}

.ds-bottom-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 50px;
  background: #f8fafc;
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s ease
}

.ds-bottom-links a:hover {
  background: #4f46e5;
  color: #fff;
  transform: translateY(-2px)
}

.ds-bottom-links a i {
  font-size: 16px
}

.ds-msme-wrap {
  margin-top: 20px;
  text-align: center
}

.ds-msme {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px dashed #4f46e5;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  background: #fff
}

.ds-msme i {
  color: #4f46e5
}

@media (max-width:768px) {

  .ds-footer-payments,
  .ds-footer-main {
    padding: 3rem 0
  }

  .ds-bottom-box {
    padding: 20px
  }

  .ds-payment-grid {
    gap: 12px
  }

  .ds-bottom-links {
    justify-content: center
  }
}

@media (max-width:576px) {
  .ds-bottom-links {
    flex-direction: column;
    align-items: center
  }

  .ds-bottom-links a {
    width: 100%;
    justify-content: center
  }

  .ds-social a {
    width: 100%
  }

  .ds-heading::after {
    width: 30px
  }
}
