:root {
  --new-blue-100: #141e3d;
  --new-blue-200: #121f3f;
  --new-purple-100: #5b4ee0;
  --new-purple-200: #534bfb;
  /* --new-purple-300: #5d50e1; */
  --new-purple-300: #2B4DFF;
  /* --new-purple-400: #726ffc; */
  --new-purple-400: #2B4DFF;
  --new-white-100: #EBEDF5;
  --new-white-200: #f1faff;
  --new-white-300: #ecf2f7;
  --new-white-400: #eaedff;
  --new-white-500: #e4f0ff;
  --new-gray-100: #2d3a5a;
}

.site_footer {
  padding-top: 35px;
}

.footer-top {
  background-color: var(--OffWhite);
  padding: 30px 0;
}

.footer-top .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 30px 0px; */
  align-items: center;
}

.footer-top .title {
  max-width: 768px;
  text-align: center;
}

.footer-top .round-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.footer-top .wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.25;
}

.footer-top .wrapper p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--BlueTextColor);
  opacity: 0.8;
}

/* .footer-top .wrapper p {
    color: var(--PrimaryGreen);
    font-weight: 700;
} */

.footer-top .round-item {
  height: 200px;
  aspect-ratio: 1;
  border-radius: 100%;
  border: 2px solid var(--dark2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-top .round-item.first {
  transform: translateX(20px) translateY(8px);
  transition: var(--transition3);
  /* color: var(--BlueTextColor); */
  text-decoration: none;
  background-color: var(--dark2);
  color: var(--white);
  height: 190px;
  box-shadow: 0 0 0 5px #ffffff, 0 0 0 10px #107949;
}

.footer-top .round-item.first:hover {
  /* background-color: var(--dark2); */
  box-shadow: none;
  /* color: var(--white); */
}

.footer-top .round-item.first svg {
  /* filter: brightness(0); */
}

.footer-top .round-item.first:hover svg {
  /* filter: unset; */
}

.footer-top .round-item.first i {
  /* text-transform: uppercase; */
  max-width: 150px;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 18px;
  text-decoration: none;
  /* color: var(--BlueTextColor); */
  font-style: normal;
  font-weight: 500;
}

.footer-top .round-item.first:hover i {
  color: var(--white);
}

.footer-top .round-item.first:hover i:hover {
  color: var(--newOragne);
}

.footer-top .round-item.first i:hover {
  color: var(--PrimaryGreen);
}

.footer-top .round-item .img-wrap {
  display: flex;
  flex-direction: column;
}

.footer-top .round-item .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}

.footer-top .round-item .designation {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  display: block;
}

.footer-top .round-item .img-wrap picture,
.footer-top .round-item .img-wrap picture img,
.footer-top .round-item .img-wrap img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
  margin: 0 auto;
  object-position: center top;
}

.footer-top .round-item.second {
  border-color: var(--PrimaryGreen);
}

.footer-bottom {
  padding: 40px 0 0;
  background-color: var(--BlueTextColor);
  color: var(--white);
}

.footer-bottom .wrapper {
  display: flex;
  flex-wrap: wrap;
}

.footer-bottom .footer-links-part {
  max-width: 1056px;
  margin-left: auto;
  width: 100%;
}

.footer-bottom .footer-links-part:not(:first-child) {
  margin-top: 30px;
}

.footer-bottom .footer-info a {
  display: inline-block;
  color: var(--newOragne);
}

.footer-bottom .footer-info .footer-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-bottom .footer-links {
  margin-top: 50px;
}

.footer-links-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 0;
}

.footer-links-part-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--newOragne);
  margin-bottom: 16px;
  display: block;
}

.footer-links-item {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.footer-links-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-links-item ul li {
  position: relative;
}

.footer-links-item ul a,
.footer-links-item ul li span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  display: inline-block;
  color: var(--white);
  opacity: 0.5;
  text-decoration: none;
}

.footer-links-item ul a:hover {
  text-decoration: underline;
  color: var(--newOragne);
  opacity: 1;
  text-underline-offset: 5px;
}

.footer-bottom .footer-info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.footer-content-part span,
.footer-content-part p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.footer-content-part a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
  color: var(--PrimaryGreen);
  font-weight: 700;
  opacity: 1;
  text-decoration: none;
}

.footer-content-part span {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 18px;
}

.footer-content-part a:hover {
  text-decoration: underline;
  color: var(--newOragne);
}

.footer-solcial {
  margin: 30px 0;
}

.footer-solcial .footer-social-wrap {
  justify-content: center;
  margin: 0 auto;
}

.footer-copy-right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.footer-copy-right {
  text-align: center;
  background-color: #ffffff12;
  padding: 20px 0 17px;
}

/* NEW FOOTER UPPER */
.footer-upper {
  padding: 70px 0 100px;
  background-color: var(--OffWhite);
  position: relative;
  z-index: 1;
}

.footer-upper .container {
  max-width: 1500px;
  width: 100%;
}

.footer-upper-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  margin-bottom: 60px;
}

.footer-upper .btn {
  text-align: center;
}

.footer-upper-item {
  width: calc(100% / 3);
  text-align: center;
  position: relative;
  padding: 0 16px;
}

.footer-upper-item .inner {
  background-color: var(--white);
  border-radius: 12px;
  border: 1px solid var(--LightGrey2);
  padding: 60px 25px 30px;
  max-width: 440px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.footer-upper-item .inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%);
  opacity: 0.3;
  border-radius: 12px;
  z-index: -1;
}

.footer-upper-item h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  font-family: var(--poppins);
}

.footer-upper-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-upper-item .counter {
  width: 60px;
  height: 60px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--PrimaryGreen);
  color: var(--white);
  border-radius: 12px;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -24px;
  /* box-shadow: 0 0 0 15px #10794926; */
  box-shadow: 8px 8px 0 -2px #10794914;
  background: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%);
}

/* ICON FOOTER */
.site_footer.footer-upper-icon .footer-upper-item:first-child .counter::before {
  background-position: 4px 3px;
  background-size: 160px;
}

.site_footer.footer-upper-icon .footer-upper-item .counter::before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 12px;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../images/global-footer-icon.png);
}

.site_footer.footer-upper-icon .footer-upper-item .counter {
  font-size: 0;
  background: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%);
  z-index: 1;
}

.site_footer.footer-upper-icon .footer-upper-item:nth-child(2) .counter::before {
  background-position: -60px 0px;
  background-size: 180px;
}

.site_footer.footer-upper-icon .footer-upper-item:nth-child(3) .counter::before {
  background-position: -122px 2px;
  background-size: 180px;
}

/* NEW FOOTER UPPER */

/* FOR NEW MOBILE FOOTER */

.mobileFooter {
  background-color: var(--BlueTextColor);
  position: relative;
  padding: 35px 15px 70px;
  color: var(--white);
}

.mobileFooter .footer-social-wrap {
  margin-top: 10px;
}

.mobileFooter .footer-form__card {
  background-color: #252b2b;
  border: 1px solid #3b4040;
  border-radius: 16px;
  padding: 25px 20px;
}

.mobileFooter .footer-form__title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--white);
  text-align: center;
  margin-top: 0;
}

.mobileFooter .footer-title {
  font-size: 14px;
  line-height: 1.25;
  color: var(--BluePrimary2);
  display: block;
  font-weight: 600;
  font-family: var(--poppins);
  margin-bottom: 0.5rem;
}

.mobileFooter .office-address {
  padding-bottom: 30px;
  border-bottom: 1px solid #3e3e3e;
  margin-bottom: 30px;
}

.mobileFooter .office-address .location .country {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin: 0 0 10px;
  font-weight: 500;
  display: flex !important;
}

.mobileFooter .office-address .location:not(:first-child) {
  margin-top: 18px;
}

.mobileFooter .full-address p {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 300;
  color: var(--white);
  margin: 0;
  max-width: 210px;
  font-family: var(--hind);
}

.mobileFooter .office-address .location .country img {
  margin-right: 0.5rem;
  width: 24px;
  aspect-ratio: auto 24 / 24;
  height: auto;
}

.mobileFooter .footer-info>div:not(:last-child) {
  margin-bottom: 20px;
}

.mobileFooter .footer-info p {
  margin: 0;
}

.mobileFooter .footer-info p a {
  font-weight: 500;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-decoration: none;
}

.mobileFooter .footer-bottom-stripe {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #3e3e3e;
}

.mobileFooter .footer-bottom-stripe .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 11px;
}

.mobileFooter .footer-bottom-stripe .inner p {
  text-align: center;
  margin: 20px 0 0;
}

.mobileFooter .footer-bottom-stripe .inner p,
.mobileFooter .footer-bottom-stripe .inner ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.25px;
  color: var(--white);
  margin: 0;
  text-decoration: none;
}

.footer-bottom-stripe .inner ul li:before {
  display: none;
}

.mobileFooter .footer-bottom-stripe .inner ul {
  margin: 0px 0 20px;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 30px;
}

.mobileFooter .footer-bottom-stripe .inner ul li {
  position: relative;
}

/* FOR NEW MOBILE FOOTER */

.footer-social-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 380px;
  height: fit-content;
  gap: 18px;
  margin-top: 40px;
}

.footer-social-wrap a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/wp-content/themes/espark/sprite-icon/footer_social.png) no-repeat 0 0;
  background-size: 363px;
  background-position: -18px -19px;
}

.footer-social-wrap a.facebook {
  background-position: -77px -19px;
}

.footer-social-wrap a.instagram {
  background-position: -136px -19px;
}

.footer-social-wrap a.twitter {
  background-position: -195px -19px;
}

.footer-social-wrap a.youtube {
  background-position: -253px -19px;
}

.footer-social-wrap a.behance {
  background-position: -312px -19px;
}

.footer__mobile {
  display: block !important;
}

.footer-top,
.footer-upper,
.footer-bottom {
  display: none;
}

/* RESPONSIVE */

@media screen and (min-width: 768px) {
  .footer__mobile {
    display: none !important;
  }

  .footer-top,
  .footer-upper,
  .footer-bottom {
    display: block;
  }

  .site_footer {
    padding-top: 50px;
  }

  .footer-bottom {
    padding: 60px 0 0;
  }

  .footer-bottom .footer-links-part:not(:first-child) {
    margin-top: 50px;
  }

  .footer-links-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .footer-top .wrapper h2 {
    font-size: 40px;
  }

  .footer-top .round-item.first {
    transform: translateX(20px);
  }

  .footer-top {
    padding: 40px 0;
  }

  .footer-top .wrapper p {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1200px) {
  .footer-bottom .footer-info {
    max-width: 285px;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .footer-bottom .footer-links {
    max-width: calc(100% - 285px);
    width: 100%;
    padding-left: 30px;
    margin-top: 0;
  }

  .footer-solcial {
    margin: 50px 0;
  }

  .footer-links-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    zoom: 0.85;
  }

  .footer-top .round-wrapper {
    justify-content: unset;
    width: auto;
    align-items: center;
  }

  .footer-top .title {
    max-width: 630px;
    text-align: left;
  }
}

@media screen and (min-width: 1400px) {
  .site_footer {
    padding-top: 75px;
  }

  .footer-bottom {
    padding: 80px 0 0;
  }

  .footer-top .title {
    max-width: 690px;
  }

  .footer-links-wrapper {
    zoom: 1;
  }
}

@media screen and (min-width: 1600px) {
  .footer-bottom .footer-info {
    max-width: 375px;
  }

  .footer-bottom .footer-links {
    max-width: calc(100% - 375px);
  }

  .footer-top .title {
    max-width: 700px;
  }
}

@media (max-width: 1400px) {
  .footer-upper-item .line-svg {
    max-width: 299px;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .footer-upper-item .line-svg {
    width: 279px;
  }

  .footer-upper-item .img-wrap {
    height: 190px;
    width: 242px;
  }
}

@media (max-width: 991px) {
  .footer-upper-item {
    margin-top: 44px;
  }
}

@media (max-width: 514px) {
  .footer-upper-item h3 {
    font-size: 20px;
  }
}

/* SECONDARY FOOTER */
.footer-bottom--secondary {
  padding-top: 100px;
  position: relative;
}

.footer-bottom--secondary::before {
  content: "";
  top: -1px;
  width: 100%;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg width='73' height='33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M69.717 0 51.966.085l.046.08-4.472 7.737-4.505 7.68-10.236 16.65 8.879.031 8.903-.062 10.294-16.684 4.413-7.705 4.505-7.68L69.717 0Zm-35.51.17-.036.06-4.412 7.704-4.506 7.68-4.471 7.738-8.879-.031L3 23.383l4.472-7.738 4.446-7.646L16.39.261l.003-.006L34.206.17Z' fill='%23F8F8F8'/%3E%3C/svg%3E") repeat-x top / 72px;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.footer-certificate-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 100px));
  grid-gap: 50px 40px;
  /* margin-top: 35px; */
  /* padding-top: 70px; */
  margin-top: 5px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-certificate-list a {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}

.footer-certificate-list a img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.footer-certificate-list .clutch-widget {
  grid-column: span 2;
  filter: brightness(0) invert(1);
}

.footer-bottom--secondary .footer-links-item {
  margin-bottom: 0;
}

.footer-bottom--secondary .footer-links-item .footer-links-item {
  font-size: 18px;
  line-height: 28px;
  color: var(--PrimaryGreen);
  margin-bottom: 18px;
}

.footer-bottom--secondary .wrapper {
  grid-template-columns: 17.5% 1fr;
  grid-gap: 130px;
  display: grid;
}

.footer-bottom--secondary .footer-info {
  max-width: 100%;
}

.footer-bottom--secondary .footer-links {
  max-width: 100%;
  padding-left: 0;
}

.footer-bottom--secondary .footer-links-part {
  max-width: 100%;
  margin-left: auto;
  width: 100%;
}

.footer-bottom--secondary .footer-links-wrapper {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 50px 90px;
}

.footer-bottom--secondary .footer-links-item ul a,
.footer-bottom--secondary .footer-links-item ul li span {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  opacity: 1;
}

.footer-bottom--secondary .footer-links-item ul {
  gap: 8px;
}

.footer-bottom--secondary .footer-content-part a,
.footer-bottom--secondary .footer-content-part span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}

.footer-bottom--secondary .footer-content-part span {
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-bottom--secondary .footer-content-part {
  margin-bottom: 18px;
}

.footer-bottom--secondary .footer-address-block-list {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  display: grid;
  grid-gap: 20px;
  margin-top: 23px;
}

.footer-bottom--secondary .footer-address-block {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: flex-start;
  grid-gap: 16px;
  letter-spacing: normal;
}

.footer-bottom--secondary .footer-address-block__image {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-top: 5px;
}

.footer-bottom--secondary .footer-address-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-bottom--secondary .footer-solcial {
  margin: 0;
}

.footer-bottom--secondary .footer-copy-right {
  background-color: transparent;
  padding: 0;
  color: rgba(19, 25, 36, 0.5);
}

.footer-bottom--secondary .footer-bottom-bar {
  margin-top: 100px;
  background-color: var(--OffWhite);
  padding: 30px 0;
  position: relative;
}

.footer-bottom--secondary .footer-bottom-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-bottom--secondary .footer-social-wrap a {
  filter: brightness(0) invert(0);
  opacity: 0.3;
  transition: opacity 0.3s ease;
  font-size: 0;
}

.footer-bottom--secondary .footer-social-wrap a:hover {
  opacity: 1;
}

.footer-bottom--secondary .footer-scroll-top {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.footer-bottom--secondary .footer-scroll-top img {
  max-width: 58px;
  object-fit: contain;
}

.footer-bottom--secondary .footer-scroll-top span {
  display: block;
  padding: 0 25px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8px;
}

.footer-bottom--secondary .footer-scroll-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 30px;
  background: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%);
}

body #wpadminbar {
  /* top: 0 !important; */
}

/* Desktop Large and Down */
@media (max-width: 1660px) {
  .footer-bottom--secondary .wrapper {
    grid-gap: 90px;
  }

  .footer-bottom--secondary .footer-links-wrapper {
    grid-gap: 50px 30px;
  }
}

/* Desktop and Down */
@media (max-width: 1440px) {
  .footer-bottom--secondary .wrapper {
    grid-template-columns: 25% 1fr;
    grid-gap: 60px;
  }

  .footer-bottom--secondary .footer-address-block {
    grid-template-columns: 1fr;
  }

  .footer-bottom--secondary .footer-bottom-bar {
    padding: 30px 0;
  }

  .footer-bottom--secondary .footer-scroll-top img {
    max-width: 48px;
  }

  .footer-bottom--secondary .footer-scroll-top span {
    font-size: 18px;
  }
}

/* Tablet L and Down */
@media (max-width: 1199px) {
  .footer-bottom--secondary {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .footer-bottom--secondary .wrapper {
    grid-template-columns: 1fr;
  }

  .footer-bottom .footer-links {
    margin-top: 0;
  }

  .footer-bottom--secondary .footer-links-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 50px 30px;
  }

  .footer-bottom .footer-info {
    display: grid;
    grid-template-columns: 37% 1fr;
    gap: 0;
    grid-gap: 14px 50px;
  }

  .footer-certificate-list {
    grid-row: span 2;
    order: 2;
    margin-top: 0;
    padding-top: 0;
    border: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 40px 60px;
  }

  .footer-bottom .footer-info .footer-content {
    order: 3;
  }

  .footer-bottom--secondary .footer-scroll-top img {
    max-width: 36px;
  }

  .footer-bottom--secondary .footer-scroll-top span {
    font-size: 14px;
    padding: 0 15px;
  }

  .footer-bottom--secondary .footer-bottom-bar {
    margin-top: 70px;
  }

  .blue-footer .footer-address-block p {
    max-width: 100%;
  }
}

/* Tablet P and Down */
@media (max-width: 1023px) {
  .footer-bottom--secondary .footer-scroll-top {
    display: none;
  }

  .footer-bottom--secondary {
    padding-top: 90px;
  }

  .footer-bottom .footer-info {
    grid-template-columns: 1fr;
    grid-gap: 34px 50px;
  }

  .footer-certificate-list {
    order: 3;
    grid-row: span 1;
    grid-gap: 40px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .footer-certificate-list .clutch-widget {
    grid-column: span 4;
  }

  .footer-bottom--secondary .footer-logo a {
    display: flex;
  }

  .footer-bottom--secondary .wrapper {
    grid-gap: 50px;
  }

  .footer-bottom--secondary .footer-links-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom--secondary .footer-links-item .footer-links-item {
    margin-bottom: 18px;
  }

  .footer-bottom--secondary .footer-bottom-bar {
    padding: 14px 0;
  }

  .footer-bottom--secondary .footer-copy-right p {
    font-size: 14px;
  }
}

/* ------------------------------ new footer design ------------------------------ */

.blue-footer {
  padding: 81px 20px 29px;
  background-color: var(--BahamaBlue);
  color: var(--white);
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #052a49 0%, #000000 42.07%);
}

.blue-footer>svg {
  position: absolute;
  left: 0;
  top: -24px;
  transform: rotateX(180deg);
  width: 100%;
}

.blue-footer .section-title {
  text-align: left !important;
}

.blue-footer .section-title h2 {
  font-size: 50px;
  line-height: 1.25;
  color: var(--white) !important;
  text-align: left;
}

.blue-footer .section-title p {
  font-size: 20px;
  line-height: 32px;
  max-width: 695px;
  color: #c1c9d8;
}

.blue-footer .request-demo {
  display: grid;
  grid-template-columns: 50% 25%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 55px;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 40px;
}

.blue-footer .request-demo .btn-group .btn a {
  font-size: 19px;
  min-height: 60px;
}

.blue-footer .request-demo .btn-group>div:last-child a {
  background-color: var(--white);
}
.blue-footer .request-demo .btn-group>div:last-child a::after,
.blue-footer .request-demo .btn-group>div:last-child a::before {
  color: var(--2k25-blue-primary);
}


.blue-footer .request-demo .img-wrapper {
  position: relative;
}

.blue-footer .request-demo .img-wrapper img {
  width: 100%;
  max-width: 370px;
}

.blue-footer .request-demo .img-wrapper .green-shape {
  position: absolute;
  bottom: -20px;
  right: 84px;
}

.blue-footer .request-demo .img-wrapper .green-shape svg path {
  fill: var(--BluePrimary);
}

.blue-footer .request-demo .img-wrapper .green-shape svg {
  max-width: 50px;
}

.blue-footer .footer-links-wrapper {
  display: flex;
  gap: 68px;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 35px;
}

.blue-footer .footer-links-wrapper .footer-links-item .footer-links-item {
  margin-bottom: 18px;
  font-size: 18px;
}

.blue-footer .footer-links-item ul {
  gap: 3px;
}

.blue-footer .footer-links-item ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: var(--newPrimaryPurpleLight);
  opacity: 1;
}

.blue-footer .footer-info {
  display: flex;
  justify-content: space-between;
  gap: 159px;
}

.blue-footer .footer-info h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
  /* margin-bottom: 28px; */
  margin-top: 0;
}

.blue-footer .footer-info ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blue-footer .footer-info ul li {
  line-height: 22px;
}

.blue-footer .footer-info ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: var(--whiteSmoke2);
  text-decoration: none;
}

.blue-footer .footer-info ul li a:hover {
  color: var(--white);
}

.blue-footer .footer-info .show-more-btn a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: var(--whiteSmoke2);
  text-decoration: unset;
  border-bottom: 1px dashed var(--whiteSmoke2);
}

.blue-footer .footer-info .show-more-btn a:hover {
  color: var(--white);
}

.blue-footer .footer-info .footer-certificate-list-new {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px 44px;
  align-items: center;
}

.blue-footer .footer-info .footer-certificate-list-new .clutch-widget {
  grid-column: span 2;
  filter: brightness(0) invert(1);
}

.blue-footer .footer-info .footer-certificate-list-new a {
  height: 35px;
  display: flex;
  align-items: center;
}

.blue-footer .footer-info .footer-certificate-list-new a img {
  width: 100%;
  height: 100%;
  display: block;
}

.blue-footer .footer-address-block-list {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  display: grid;
  grid-gap: 20px;
  margin-top: 23px;
  max-width: 515px;
  max-width: 385px;
}

.blue-footer .footer-address-block {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: flex-start;
  grid-gap: 16px;
  letter-spacing: normal;
}

.blue-footer .footer-address-block p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: var(--newPrimaryPurpleLight);
}

.blue-footer .footer-address-block__image {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-top: 2px;
}

.blue-footer .footer-address-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blue-footer .footer-bottom-bar {
  margin-top: 35px;
  padding: 27px 0 0;
  position: relative;
  border-top: 1px solid var(--2k25-border-1);
}

.blue-footer .footer-bottom-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.blue-footer .footer-solcial {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 25px;
}

.blue-footer .footer-solcial .dmcs-protected {
  display: flex;
  width: 105px;
  padding-top: 7px;
}

.blue-footer .footer-copy-right {
  background-color: transparent;
  padding: 0;
  color: var(--whiteSmoke2);
}

.blue-footer .footer-social-wrap {
  gap: 30px;
}

.blue-footer .footer-social-wrap a {
  font-size: 0;
  width: 28px;
  height: 28px;
}

.blue-footer .footer-copy-right p {
  margin-bottom: 0;
  text-align: right;
}

.blue-footer .footer-copy-right p a {
  color: var(--whiteSmoke2);
  margin-right: 10px;
  display: inline-block;
}

.blue-footer .footer-copy-right p a:hover {
  color: var(--white);
}

.blue-footer .footer-copy-right p a:last-child {
  margin-right: 0;
}

/* 07-07-2025 new footer design changes */

.blue-footer .footer-bottom-bar.bg-white {
  background-color: var(--white);
  margin: 20px -20px -29px;
  padding: 14px 0 !important;
}

.footer-social-wrap.icon-fill-blue a {
  filter: brightness(0) saturate(100%) invert(7%) sepia(33%) saturate(3624%) hue-rotate(209deg) brightness(102%) contrast(94%);
}

.blue-footer .footer-copy-right.text-color-blue p {
  color: var(--new-blue-100);
  font-size: 15px;
}

.blue-footer .footer-copy-right.text-color-blue p a {
  color: var(--new-blue-100);
}

.blue-footer .footer-copy-right.text-color-blue p a:hover {
  color: var(--new-purple-100);
}

.blue-footer .request-demo.new-req-demo {
  display: block;
  padding-bottom: 55px;
  border-bottom: none;
  margin-bottom: 40px;
}

.blue-footer .request-demo.new-req-demo {
  display: block;
  border-bottom: none;
  margin: -81px -20px 80px;
  /* background: var(--new-purple-200); */
  background: var(--2k25-blue-primary);
  background-image: url(https://www.esparkinfo.com/wp-content/uploads/2025/07/footer_bg-bar.png);
  padding: 60px 0;
  background-position: center;
  background-size: cover;
}

.blue-footer .request-demo .new-req-container {
  display: grid;
  grid-template-columns: 50% 25%;
  justify-content: space-between;
  align-items: center;
}

.blue-footer .footer-info.new-our-reco-row {
  display: block;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}

.blue-footer .footer-info.new-our-reco-row .border-bottom-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: var(--2k25-border-1);
  /* background-color: var(--new-gray-100); */

}

.blue-footer.new-blue-footer {
  /* background: var(--new-blue-200); */
  background: var(--white);
}

.blue-footer .footer-links-wrapper.blue-new-footer-links-wrapper {
  gap: 0;
  border-bottom: none;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blue-footer .footer-links-item.blue-new-footer-links-item .blue-new-footer-links-title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  color: var(--2k25-text-heading);
  font-family: var(--poppins);
  /* color: var(--new-white-200); */
}

.blue-footer .footer-links-item.blue-new-footer-links-item ul {
  gap: 7px 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.blue-footer .footer-links-item.blue-new-footer-links-item ul li a {
  font-size: 17px;
  line-height: 1;
  color: var(--2k25-text-body);
  /* color: var(--new-white-300); */
}

.blue-footer .footer-links-item.blue-new-footer-links-item {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 18px;
  letter-spacing: 0;
}


.blue-footer .footer-links-item.blue-new-footer-links-item::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  /* background-color: var(--new-gray-100); */
  background-color: var(--2k25-border-1);
}

.blue-footer .footer-links-item.blue-new-footer-links-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.blue-footer .footer-links-item.blue-new-footer-links-item:last-of-type::after {
  display: none;
}

.blue-new-footer-container .blue-new-footer-title {
  text-align: start;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.16px;
  margin: 6px 0 43px;
  /* margin: 18px 0 43px; */
  color: var(--2k25-text-heading) !important;
}

.blue-new-footer-main {
  display: flex;
  gap: 128px;
}

.blue-new-footer-container {
  width: 100%;
}

.blue-new-footer-left {
  width: 400px;
  flex-shrink: 0;
}

.new-blue-footer-address-cntry-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--2k25-text-heading);
  font-family: var(--poppins);
  /* color: var(--new-white-200); */
}

.blue-footer .footer-address-block.new-blue-footer-address-block {
  display: flex;
  flex-direction: column;
}

.blue-footer .footer-address-block__image.new-blue-footer-address-img-wrp {
  width: 100%;
  height: auto;
  border-radius: 0;
  border: none;
  overflow: visible;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 17px;
}

.blue-footer .footer-address-block__image.new-blue-footer-address-img-wrp .new-footer-address-flag-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue-footer .footer-address-block-list.new-blue-address-block-list {
  display: grid;
  grid-gap: 50px;
  margin-top: 0;
  max-width: 281px;
  width: 100%;
}

.lts-tlk {
  width: 100%;
  margin-bottom: 50px;
}

.lts-tlk .lts-tlk-ttl {
  font-size: 18px;
  font-weight: 600;
  color: var(--2k25-text-heading);
  /* color: var(--new-white-200); */
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  font-family: var(--poppins);
}

.lts-tlk .lts-tlk-lst {
  width: 100%;
}

.lts-tlk .lts-tlk-lst .lts-tlk-lst-itm {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 1;
}

.lts-tlk .lts-tlk-lst .lts-tlk-lst-itm:not(:last-of-type) {
  margin-bottom: 15px;
}

.lts-tlk .lts-tlk-lst .lts-tlk-lst-itm .lts-tlk-lst-itm-lbl {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: var(--2k25-text-heading);
  /* color: var(--new-white-200); */
  /* display: none; */
}

.lts-tlk .lts-tlk-lst .lts-tlk-lst-itm .lts-tlk-lst-itm-val {
  cursor: pointer;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: var(--2k25-text-body);
  /* color: var(--new-white-300); */
  text-decoration: none;
}

.lts-tlk .lts-tlk-lst .lts-tlk-lst-itm .lts-tlk-lst-itm-val:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.new-blue-footer-slogun {
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: var(--2k25-text-body);
  /* color: var(--new-white-200); */
  text-align: left;
  margin-bottom: 50px;
  opacity: 1;
}

.new-blue-footer-logo-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  width: 100%;
  max-width: 311px;
}

.blue-footer .footer-address-block.new-blue-footer-address-block p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--2k25-text-body);
  /* color: var(--new-white-300); */
}

.blue-footer .request-demo .img-wrapper .green-shape.new-white-shape svg path {
  fill: var(--white);
}

.blue-footer .footer-info.new-our-reco-row h3 {
  color: var(--2k25-text-heading);
  /* color: var(--new-white-200); */
  font-size: 18px;
  font-weight: 600;
}

.blue-footer .section-title.new-req-section-title p {
  color: var(--new-white-400) !important;
  margin: 0;
}

.blue-footer .footer-info.new-our-reco-row .footer-certificate-list-new a {
  height: 30px;
}

.blue-footer .footer-info.new-our-reco-row .footer-certificate-list-new iframe {
    transform: scale(0.55);
    transform-origin: left top;
}

.blue-footer .footer-certificate-list-item:has( iframe) {
    width: 60px;
    height: 60px;
}

@media (max-width: 1300px) {
  .blue-footer .footer-links-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .blue-footer .footer-links-wrapper.blue-new-footer-links-wrapper {
    flex-direction: column;
    display: flex;
  }

  .blue-new-footer-main {
    gap: 64px;
  }

  .blue-footer .footer-links-item.blue-new-footer-links-item ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .blue-footer .footer-info {
    gap: 50px;
  }
}

@media (max-width: 1023px) {
  .blue-footer .section-title h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .blue-footer .request-demo .btn-group .btn a {
    min-height: 45px;
    padding: 8px 30px 8px !important;
  }

  .blue-footer .request-demo {
    display: grid;
    grid-template-columns: 50% 30%;
  }

  .blue-footer .section-title p {
    font-size: 18px;
    line-height: 28px;
  }

  .blue-footer .request-demo .btn-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
  }

  .blue-footer .footer-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .blue-new-footer-main {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .blue-footer .footer-social-wrap {
    gap: 20px;
  }

  .blue-footer .request-demo .img-wrapper .green-shape svg {
    max-width: 36px;
    height: auto;
  }

  .blue-footer .request-demo .img-wrapper .green-shape {
    right: 40px;
  }

  .blue-footer .footer-links-wrapper {
    gap: 30px 45px;
  }
}

@media (max-width: 767px) {
  .blue-footer .section-title h2 {
    font-size: 22px;
  }

  .blue-footer {
    display: none;
  }
}