/*===========Footer============*/

.footer-section {
  background: #0b1a33;
  color: white;
  padding: 80px 0 40px;
}

.footer-section h2 {
  font-size: 18px;
}

.footer-section .footer-logo {
  font-weight: 700;
}

.footer-section .footer-text {
  color: #9ca3af;
  font-size: 14px;
  margin: 15px 0;
}

/* social */

.footer-section .social-icons span {
  display: inline-block;
  background: #1f2937;
  padding: 6px 10px;
  margin-right: 8px;
  border-radius: 6px;
  font-size: 12px;
}

/* footer links */

.footer-section .footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li a {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 8px;
  cursor: pointer;
  text-decoration: none;
  color: #9ca3af;
}

.footer-section .footer-section ul li a:hover {
  color: white;
}

.footer-section .footer-start ul li a:hover {
  color: white;
}

.footer-section .footer-inline-link {
  color: #62a0fd;
  font-weight: 600;
}

.footer-section h6 {
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-section .footer-bottom {
  margin-top: 20px;
  color: #9ca3af;
  font-size: 14px;
}

.footer-section .footer-content {
  padding: 20px 0px;
  font-size: 12px;
  color: #9ca3af;
}

.footer-section .footer-cpyright {
  font-size: 12px;
  color: #9ca3af;
}

.footer-section .footer-end-link ul {
  margin-top: 8px;
}

.footer-section .footer-end-link ul i {
  margin-right: 5px;
  font-size: 10px;

  color: #9ca3af;
}

.footer-section .store-links {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  gap: 6px 12px;
  margin-top: 16px;
}

.footer-section .store-links img {
  max-width: 120px;
  height: auto;
  width: 100%;
}

.footer-section .social-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
}

.footer-section .social-icon .list-inline-item {
  display: flex;
  align-items: center;
  margin: 0;
}

.footer-section .social-icon .list-inline-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  color: currentColor;
  text-decoration: none;
}

.footer-section .social-icon .list-inline-item a svg,
.footer-section .social-icon .list-inline-item a i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}

.footer-section .iso-logo {
  width: 90px;
  height: auto;
}

.footer-section .qr-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.footer-section .qr-box>img {
  width: 80px;
  height: auto;
}

.footer-section .made-in-india {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.footer-section .made-in-india img.india-flag {
  width: 28px;
  height: auto;
  background-color: white;
}

.footer-section .dark-theme .made-in-india img {
  background-color: #fff;
}

.footer-section .high-contrast .made-in-india {
  color: var(--primary-color) !important;
}

@media (max-width: 1024px) {
  .footer-section h2 {
    margin-top: 20px;
  }
}

/* Grid css */


.footer-section * {
  box-sizing: border-box;
}

.footer-section .container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.footer-section .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.footer-section [class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}

/* Mobile First */
.footer-section .col-1 {
  width: 8.333333%;
}

.footer-section .col-2 {
  width: 16.666667%;
}

.footer-section .col-3 {
  width: 25%;
}

.footer-section .col-4 {
  width: 33.333333%;
}

.footer-section .col-5 {
  width: 41.666667%;
}

.footer-section .col-6 {
  width: 50%;
}

.footer-section .col-7 {
  width: 58.333333%;
}

.footer-section .col-8 {
  width: 66.666667%;
}

.footer-section .col-9 {
  width: 75%;
}

.footer-section .col-10 {
  width: 83.333333%;
}

.footer-section .col-11 {
  width: 91.666667%;
}

.footer-section .col-12 {
  width: 100%;
}

/* md ≥768px */
@media (min-width: 768px) {
  .footer-section .col-md-1 {
    width: 8.333333%;
  }

  .footer-section .col-md-2 {
    width: 16.666667%;
  }

  .footer-section .col-md-3 {
    width: 25%;
  }

  .footer-section .col-md-4 {
    width: 33.333333%;
  }

  .footer-section .col-md-5 {
    width: 41.666667%;
  }

  .footer-section .col-md-6 {
    width: 50%;
  }

  .footer-section .col-md-7 {
    width: 58.333333%;
  }

  .footer-section .col-md-8 {
    width: 66.666667%;
  }

  .footer-section .col-md-9 {
    width: 75%;
  }

  .footer-section .col-md-10 {
    width: 83.333333%;
  }

  .footer-section .col-md-11 {
    width: 91.666667%;
  }

  .footer-section .col-md-12 {
    width: 100%;
  }
}

/* lg ≥992px */
@media (min-width: 992px) {
  .footer-section .col-lg-1 {
    width: 8.333333%;
  }

  .footer-section .col-lg-2 {
    width: 16.666667%;
  }

  .footer-section .col-lg-3 {
    width: 25%;
  }

  .footer-section .col-lg-4 {
    width: 33.333333%;
  }

  .footer-section .col-lg-5 {
    width: 41.666667%;
  }

  .footer-section .col-lg-6 {
    width: 50%;
  }

  .footer-section .col-lg-7 {
    width: 58.333333%;
  }

  .footer-section .col-lg-8 {
    width: 66.666667%;
  }

  .footer-section .col-lg-9 {
    width: 75%;
  }

  .footer-section .col-lg-10 {
    width: 83.333333%;
  }

  .footer-section .col-lg-11 {
    width: 91.666667%;
  }

  .footer-section .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-section .text-md-end {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .footer-section .text-md-start {
    text-align: left !important;
  }
}

.footer-section .list-inline-item {
  display: inline-block;
}

/* Modal CSS */


/* Modal Backdrop */
/* Modal Backdrop */
.footer-section .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.footer-section .modal-backdrop.show {
  opacity: 1;
}

/* Modal */
.footer-section .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  color: rgba(33, 37, 41, 0.9);
  transition: opacity 0.3s ease;
}

.footer-section .modal.show {
  display: block;
  opacity: 1;

}

/* Modal Dialog */
.footer-section .modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  max-width: 500px;
  pointer-events: none;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.footer-section .modal.show .modal-dialog {
  transform: translateY(0);
}

/* Large Modal */
.footer-section .modal-lg {
  max-width: 800px;
}

/* Extra Large Modal */
.footer-section .modal-xl {
  max-width: 1140px;
}

/* Modal Content */
.footer-section .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 0.5rem;
  pointer-events: auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.footer-section .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Header */
.footer-section .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.footer-section .modal-title {
  margin: 0;
  font-size: 1.25rem;
}

/* Body */
.footer-section .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.footer-section .modal-body h4 {
  font-size: 24px;
}

.footer-section .modal-body a {
  color: rgb(13, 110, 253);
  text-decoration: underline;
}

/* Footer */
.footer-section .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}

/* Close Button */
.footer-section .btn-close {
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Centered Modal */
.footer-section .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}

/* Responsive */
@media (max-width: 576px) {
  .footer-section .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }
}



.footer-section .globalTable {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}



.footer-section .globalTable th,
.footer-section .globalTable tr td {
  font-size: 14px;
  vertical-align: middle;
  padding: 7px 20px;
  height: 60px;
}

.footer-section .globalTable th {
  color: rgba(39, 39, 39, 75);
  font-weight: 600;
  text-align: center;
  border-bottom: 3px solid rgba(39, 39, 39, 0.05);
}

.footer-section .globalTable th:first-child,
.footer-section .globalTableDark th:first-child {
  text-align: left;
}

.footer-section .globalTable tr td {
  color: #000;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid rgba(39, 39, 39, 0.1);
}

.footer-section .globalTable tr:hover td {
  transition: 0.2s;
  background-color: rgba(39, 39, 39, 0.02);
}

.footer-section .modal-header {
  justify-content: space-between;
  border: none;
}

.footer-section .modal-header button.close {
  border: none !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.footer-section .modal-header button.close span {
  font-size: 20px;
  line-height: 24px;
}

.footer-section h1,
.footer-section h2,
.footer-section h3,
.footer-section h4,
.footer-section h5,
.footer-section h6 {
  font-family: "Poppins", sans-serif;
}

.footer-section p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.footer-section h1,
.footer-section h2,
.footer-section h3,
.footer-section h4,
.footer-section h5,
.footer-section h6 {
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif !important;
}

.footer-section,
.footer-section p,
.footer-section span,
.footer-section a,
.footer-section li,
.footer-section td,
.footer-section th,
.footer-section div {
  font-family: 'Inter', sans-serif !important;
}


.footer-section .footer-divider {
  margin: 30px 0 !important;
}