@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/* Font-Family Tag  */

:root {
  --primary-color: #0176FF;
  --dark-primary-color: #0176FF;
  --light-primary-color: #f2f8ff;
  --secondary-color: #ffffff;
  --tertiary-color: #171717;
  --black-color: #000000;
  --quaternary-color: #424343;
  --quinary-color: #394256;
  --border-color: #e3e3e3;
  --senary-color: #01FFD1;
  --affiliate-bg-color: linear-gradient(to right, #fc5c7d, #6a82fb);
  --hover-bg: #559ff508;
  --hover-border-color: #559ff521;
  --text-gray: #585858;
  --border-gradient: #ffffff1a;
  --f-bg-gradient: #ffffff1f;
  --g-bg-gradient: #031632c7;
  --dark-blue: #040F26;
  --bg-offwhite: #F7F7F7;
  --white-after-color: #797979;
  --box-light-blue: #1d2a45;
  --light-black-bg: #212121ed;

  /* Radius style  */
  --default-radius: 10px;
  --default-8x-radius: 8px;
  --default-10x-radius: 10px;
  --default-12x-radius: 12px;
  --default-14x-radius: 14px;
  --default-20x-radius: 20px;
  --default-30x-radius: 30px;
  --round-radius: 50%;
  --static-radius: 100vmax;

}

body {
  overflow-x: hidden;
  position: relative;
  color: var(--tertiary-color);
  background-color: var(--secondary-color);
  font-family: "Figtree", sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 0.8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

a,
input,
textarea {
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none !important;
}

.pl-2x {
  padding-left: 2em;
}

/***** Header *****/
#header {
  position: relative;
  width: 100%;
}

#header-product {
  position: relative;
  width: 100%;
}

#header-solution {
  position: relative;
  width: 100%;
}

.logo {
  max-width: 12em;
}

.header-nav-center .navbar .nav-item .nav-link.active {
  color: var(--primary-color);
}

.open-header-outline-btn {
  display: inline-block;
  opacity: 1 !important;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  border-radius: 10px;
  color: var(--primary-color) !important;
  padding: 0.8em 2em !important;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.header-nav-center .navbar .nav-item .nav-link {
  font-size: 1em;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--secondary-color);
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  position: relative;
  transition: transform 0.5s;
  padding-bottom: 0.5em;
}

.dropdown-menu a {
  text-decoration: none;
  color: var(--tertiary-color);
}

.dropdown-menu a .d-flex {
  transition: all 0.5s;
}

@media only screen and (min-width: 992px) {
  .dropdown-menu {
    width: 55vw;
  }

  .dropdown:hover .dropdown-menu {
    display: flex;
  }

  .dropdown-menu.show {
    display: flex;
  }
}

/* Mega menu container */
.navbar .dropdown-menu.mega-menu {
  width: 100%;
  max-width: 1100px;
  margin: 2em auto;
  border-radius: var(--default-radius);
  border: none;
  background: var(--secondary-color);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%) !important;
}

/* Item box */
.mega-item {
  display: grid;
  grid-template-columns: 45px auto;
  gap: 1em;
  padding: 1em .5em;
  border: 1px solid transparent;
}

.mega-item:hover {
  border-radius: var(--default-8x-radius);
  background-color: var(--hover-bg);
  border: 1px solid var(--hover-border-color);
}

.mega-item img {
  width: 3em;
  height: auto;
  object-fit: contain;
}

.mega-item-title {
  font-weight: 700;
  font-size: .9em;
  color: var(--black-color);
  line-height: 1.5;
}

.mega-item-text {
  font-size: .85em;
  color: var(--text-gray);
  font-weight: 400;
  line-height: 1.5;
}

/* Hover */
.mega-item:hover .mega-item-title {
  color: var(--primary-color);
}

/* Remove Bootstrap auto-repositioning */
.dropdown-menu.show {
  top: 100% !important;
}

/* Open on hover (optional) */
@media (min-width: 992px) {
  .dropdown:hover .mega-menu {
    display: block;
  }
}

/* Force mega menu to be wide */
.dropdown-menu.mega-menu {
  display: block;
  /* needed for width override */
  width: 100% !important;
  max-width: 1100px !important;
  padding: 1.5em !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease;
  position: absolute;
}

/* Show when open */
.dropdown-menu.mega-menu.show {
  visibility: visible;
  opacity: 1;
}

/* Fix Bootstrap Popper forcing inline styles */
.dropdown-menu.mega-menu[data-bs-popper] {
  top: 5em !important;
  left: 50% !important;
  margin-top: 0 !important;
  transform: translateX(-50%) !important;
  /* min-width: 1100px !important; */
}

/* Make sure grid behaves properly */
.dropdown-menu.mega-menu .row {
  width: 100%;
}

/* Fix columns stacking weirdly */
.dropdown-menu.mega-menu .col-lg-4,
.dropdown-menu.mega-menu .col-md-4 {
  min-width: 0;
}

.mega-arrow {
  position: absolute;
  top: -20px;
  width: 30px;
  height: 5px;
  background: var(--primary-color);
  transform: rotate(0deg);
  border-radius: var(--static-radius);
}

/* Force all mega menus to open in the center of the page */
.mega-menu-center {
  position: fixed !important;
  z-index: 9999;
}

/* Only show arrow on active dropdown */
.mega-trigger.show .dropdown-toggle::after {
  display: inline-block !important;
}

/* Prevent shrinking */
.mega-inner {
  display: block;
  width: 100%;
}

.mega-menu-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* Section title */
.mega-section-title {
  font-size: .95em;
  font-weight: 700;
  color: var(--text-gray);
  margin-bottom: 1em;
  text-transform: uppercase;
  border-bottom: 1px dashed var(--border-color);
  padding-bottom: .5em;
}

.header-nav-center {
  /* padding: 0.5em 0;
  background-color: #141F3E;
  box-shadow: 0px 2px 4px 0px #0000000D;
  position: relative;
  z-index: 9; */
  padding: 0.5em 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgb(0 0 0 / 30%);
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgb(0 0 0 / 30%);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
}

.header-fixed {
  border: 1px solid rgba(157, 157, 157, 0.25);
  border-left: 0;
  border-right: 0;
  background: var(--tertiary-color) !important;
  box-shadow: 0px -1px 28px 0px rgba(7, 10, 24, 0.11);
  backdrop-filter: blur(6.5px);
}

.mobile-nav-header {
  display: none;
}

/***** End Header *****/


/***** Banner *****/
.home-sec-wrap {
  min-height: 100vh;
  background: url(../img/web/web-banner-back.png) no-repeat center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: bottom;
}

.banner-avater-video {
  position: absolute;
  z-index: -100;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  opacity: 1;
  transition: 2s opacity;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--tertiary-color);
}

.banner-avater-img {
  width: 100%;
  height: 50em;
  object-fit: contain;
  margin-left: auto;
}

.banner-caption {
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
  position: relative;
  padding-top: 2em;
}

.banner-content h1 {
  color: var(--secondary-color);
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.3em;
}

.banner-content p {
  color: var(--secondary-color);
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.8;
  opacity: 0.8;
  font-weight: 400;
}

.banner-content h1 span {
  color: var(--primary-color);
}

.app-link-card {
  display: flex;
  align-items: center;
  gap: 1em;
}

.app-banner-icons {
  width: 10em;
  height: auto;
}

.banner-avater-box {
  text-align: right;
}

.banner-avater-box video {
  max-width: 40em;
}

.banner-app-box {
  margin-top: 1em;
}

.container-fluid {
  padding: 0 4em !important;
}

/***** End Banner *****/



/***** Section *****/
.section-title {
  margin-bottom: 4em;
}

.section-title h2 {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--tertiary-color);
}

.section-title p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center;
}


.banner-btn-sec {
  display: flex;
  align-items: center;
  margin-top: 1.5em;
  gap: 1em;
}

.default-btn {
  background-color: var(--primary-color);
  border-radius: 50px;
  color: var(--secondary-color);
  font-size: 1.1em;
  line-height: 25px;
  padding: 0.8em 2em;
  font-weight: 700;
  position: relative;
  z-index: 0;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3em;
  border: none;
  text-align: center;
  border-radius: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.default-btn svg {
  transform: rotate(-45deg);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.default-btn:hover {
  background-color: #0057BD;
}

.default-btn:hover svg {
  transform: rotate(0deg);
}

.sm-padding {
  padding: 4em 0;
}

.cta-candly-wrapped {
  border-radius: 24px;
  padding: 4em;
  background: linear-gradient(27deg, #3ca6f1, #54cae3, #5ed9de);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-candly-content h3 {
  font-size: 2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
  text-align: center;
}

.cta-candly-content p {
  font-size: 0.9em;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}

.cta-candly-action {
  text-align: center;
  margin-top: 2em;
}

.make-apppointment-contact-form-sec {
  background-color: #dde2e6;
  padding: 2em;
  border-radius: 15px;
}

.make-apppointment-contact-form-sec .form-group {
  margin-bottom: 2em;
}

.make-apppointment-contact-form-sec .form-control {
  height: 55px;
  border: none;
  border-radius: 30px;
  padding: 0 30px;
  background: var(--secondary-color) !important;
}

.make-apppointment-contact-form-sec .input-group {
  margin-bottom: 2em;
  gap: 1em;
}

.make-apppointment-contact-form-sec .input-group-text {
  background: transparent;
  border: 0;
  padding: 0;
}

.chosen-country {
  width: 7em;
  background-color: var(--secondary-color);
  border-radius: .5rem;
  overflow: hidden;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
}

.chosen-country div {
  position: relative;
  display: flex;
  align-items: center;
  gap: .5em;
  padding-left: 1em;
  text-align: center;
  cursor: pointer;
}

.country-selector input {
  width: 100%;
  padding: 1rem .6rem;
  font-size: 1em;
  color: var(--tertiary-color) !important;
  border: .1rem solid transparent;
  outline: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.country-selector .country-options {
  position: absolute;
  top: 4rem;
  background-color: #fff;
  border-radius: .5rem;
  display: none;
  width: 500px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

input.search-field {
  background-color: var(--primary);
  color: var(--tertiary-color) !important;
  border-radius: .5rem .5rem 0 0;
  padding: 1.4rem 1rem;
  font-size: 1em;
}

.country-selector ol {
  list-style: none;
  max-height: 10rem;
  overflow: overlay;
  padding: 0 !important;
}

.country-selector ol li {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: .8em;
  cursor: pointer;
}

.country-selector ol li:not(:last-child) {
  border-bottom: .1rem solid #eee;
}

.make-apppointment-contact-form-sec .input-group .form-control {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.make-apppointment-contact-form-sec textarea.form-control {
  min-height: 150px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.make-apppointment-form-btn-sec {
  margin-top: 2em;
}

.pro-glob {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  padding-top: 3em;
}

/***** End Section *****/




/***** Footer *****/

.footer-new {
  width: 100%;
  height: auto;
  background: url("../img/footer/footer.png");
  background-size: cover;
  background-position: center;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-bottom: 1em;
}

.footer-cta {
  padding: 4em 2em 2em;
  text-align: center;
}

.footer-cta h2 {
  color: var(--secondary-color);
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: .5em;
}

.footer-cta p {
  color: var(--border-color);
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1em;
}

.footer-box {
  background: linear-gradient(132.02deg, rgba(0, 0, 0, 0.7) 21.35%, rgba(0, 0, 0, 0.14) 188.49%);
  border-radius: 40px;
  padding: 3em;
  margin: 2em;
  position: relative;
}

.footer-logo {
  width: 12em;
  height: auto;
  object-fit: contain;
}

.footer-logo-box {
  margin-bottom: 2em;
}

.footer-discreption {
  color: var(--secondary-color);
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 2em;
}

.f-contact-icons {
  color: var(--secondary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 35px auto;
  margin-bottom: 1em;
}

.f-contact-icons span a {
  color: var(--secondary-color);
}

.footer-link-list li {
  padding-bottom: 1em;
}

.footer-link-list li a {
  color: var(--secondary-color);
  font-size: 1em;
  font-weight: 400;
  opacity: 0.5;
}

.footer-link-list li a:hover {
  color: var(--secondary-color);
  opacity: 1;
}

.footer-title {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-subtitle {
  font-size: .9em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
  text-transform: uppercase;
  position: relative;
  padding-left: 2em;
}

.footer-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 2px;
  background: var(--secondary-color);
  transform: translateY(-50%);
}

.footer-contact {
  padding: 2em;
  border: 1px solid var(--border-gradient);
  border-radius: var(--default-20x-radius);
  background-color: var(--f-bg-gradient);
}

.copyright-box {
  /* border-top: 1px solid var(--border-gradient); */
  padding-top: 1em;
}

.copyright-caption {
  color: var(--secondary-color);
  text-align: center;
  padding: 1em 0;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.social-links a {
  width: 3em;
  height: 3em;
  object-fit: contain;
  background-color: #192639;
  border-radius: var(--round-radius);
  display: grid;
  place-items: center;
}

.licence-box {
  border: 1px dashed var(--border-gradient);
  padding: 2em;
  border-radius: var(--default-20x-radius);
  text-align: center;
  margin: 1em 0;
}

.licence-box p {
  color: var(--secondary-color);
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

.licence-box p a {
  color: var(--dark-primary-color);
  text-decoration: none;
}



/***** End Footer *****/

/***** Section *****/
.page-banner {
  width: 100%;
  height: 100vh;
  background: url("../img/section-banner-bg.png") #182848;
  /* background: linear-gradient(to right, #182848, #020a22); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.section-head-wrap {
  margin-bottom: 4em;
  gap: 1em;
  position: relative;
}

.section-head-wrap h5 {
  color: var(--primary-color);
  background-color: var(--light-primary-color);
  border-radius: var(--static-radius);
  padding: .8em 1.5em;
  width: fit-content;
  font-weight: 600;
  margin: 0 auto;
  font-size: 1em;
  line-height: normal;
  margin-bottom: 1em !important;
}

.section-head-wrap h2 {
  font-size: 2em;
  font-weight: 700;
  color: var(--tertiary-color);
  line-height: 1.4;
  margin: 0;
  margin-bottom: .5em;
  text-align: center;
}

.section-head-wrap p {
  color: var(--tertiary-color);
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  line-height: 1.8;
}


.section-grid {
  width: 100%;
  height: auto;
  background: url("../img/global-account/bg-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: var(--default-30x-radius);
  padding: 2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

.usecase-card {
  background: linear-gradient(132.02deg, rgba(0, 0, 0, 0.9) 21.35%, rgba(0, 0, 0, 0.14) 188.49%);
  border-radius: var(--default-20x-radius);
  padding: 2em;
  border: 1px solid var(--text-gray);
}

.picture-card img {
  width: auto;
  height: 8em;
  object-fit: contain;
  margin-bottom: 1.5em;
}

.content-box h3 {
  color: var(--secondary-color);
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .5em;
}

.content-box p {
  color: var(--secondary-color);
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.8;
  opacity: .5;
  margin-bottom: 0;
}

.global-card-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/***** map section *****/


.img-map {
  position: relative;
}

.img-map-card img {
  width: 100%;
  height: auto;
}

.map-card-one {
  background-color: var(--secondary-color);
  background: linear-gradient(254.11deg, rgba(255, 255, 255, 0.3) 0.18%, rgba(153, 153, 153, 0.3) 96.59%);
  border-radius: var(--default-radius);
  padding: 1em;
  display: flex;
  align-items: flex-start;
  gap: 1em;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: fit-content;
}

.map-card-two {
  background-color: var(--secondary-color);
  background: linear-gradient(254.11deg, rgba(255, 255, 255, 0.3) 0.18%, rgba(153, 153, 153, 0.3) 96.59%);
  border-radius: var(--default-radius);
  padding: 1em;
  display: flex;
  align-items: flex-start;
  gap: 1em;
  box-shadow: rgb(1 118 255 / 8%) 0px 7px 29px 0px;
  width: fit-content;
}

.map-details h4 {
  font-size: .95em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--secondary-color);
  margin: 0;
}

.map-details h3 {
  font-size: .9em;
  font-weight: 700;
  color: var(--secondary-color);
  line-height: 1.5;
  margin-bottom: .5em;
}

.map-details p {
  display: flex;
  gap: 1em;
  font-size: .9em;
  color: var(--secondary-color);
  font-weight: 500;
  background-color: var(--tertiary-color);
  padding: 1em;
  border-radius: var(--default-radius);
  margin: 0;
}

.map-details p span {
  color: var(--secondary-color);
  opacity: .5;
}

.img-map-card {
  position: relative;
}

.img-map-card::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 22em;
  height: 10em;
  filter: blur(160px);
  background-color: var(--secondary-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
}

/***** End map section *****/
/***** cta section modal one *****/

.cta-2 {
  width: 100%;
  height: auto;
}

.cta-2-card {
  width: 100%;
  height: auto;
  background: url("../img/global-account/cta-2.svg") no-repeat;
  background-position: right;
  background-size: cover;
  border-radius: var(--default-20x-radius);
  overflow: hidden;
}

.cta-2-caption {
  padding-right: 4em;
  padding-left: 4em;
}

.cta-2-caption h2 {
  color: var(--secondary-color);
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: .5em;
  font-weight: 700;
}

.cta-2-caption p {
  color: var(--secondary-color);
  font-size: 1.1em;
  line-height: 1.8;
  margin: 0;
  font-weight: 400;
  margin-bottom: 1.5em;
}

.cta-avater {
  max-width: 24em;
}

.cta-2-card-2 {
  width: 100%;
  height: auto;
  background: url("../img/global-account/cta-2.svg") no-repeat;
  background-position: right;
  background-size: cover;
  border-radius: var(--default-20x-radius);
  overflow: hidden;
}

.cta-2-caption-2 {
  padding: 0 2em;
}

.cta-2-caption-2 h2 {
  color: var(--secondary-color);
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: .5em;
  font-weight: 700;
}

.cta-avater-2 {
  width: 26em;
}

/***** End cta section modal one *****/

.bg-black {
  background-color: var(--black-color);
}

.bg-black .section-head-wrap h2 {
  color: var(--secondary-color);
}

.bg-black .section-head-wrap p {
  color: var(--secondary-color);
  opacity: .5;
}


.fifth-sec {
  width: 100%;
  height: auto;
  padding: 4em;
  border-radius: var(--default-30x-radius);
  background-image: linear-gradient(109.6deg, rgb(255 255 255) 11.2%, rgb(232 232 232) 100.2%);
}

.sixth-sec {
  width: 100%;
  height: auto;
  padding: 4em;
  border-radius: var(--default-30x-radius);
  background-image: linear-gradient(90deg, rgb(232 232 232) 11.2%, rgb(255 255 255) 100.2%);
}

.seventh-sec {
  width: 100%;
  height: auto;
  position: relative;
  background-color: var(--black-color);
  /* background: url("../img/global-account/bg-2.png") no-repeat;
  background-position: center;
  background-size: cover; */
}

.seventh-sec h2 {
  color: var(--secondary-color);
  text-align: center;
}

.icon-img {
  width: auto;
  height: 8em;
  object-fit: contain;
}

/***** growth section *****/


.growth-card {
  padding: 2em;
  border: 1px solid var(--border-gradient);
  border-radius: var(--default-20x-radius);
  background-color: var(--f-bg-gradient);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.growth-img-card {
  width: 100%;
  /* height: 18em; */
  padding: 2em;
  border: 1px solid var(--border-gradient);
  border-radius: var(--default-20x-radius);
  background-color: var(--f-bg-gradient);
  display: grid;
  place-items: center;
}

.growth-card-caption {
  margin-bottom: 3em;
}

.growth-card-caption h4 {
  color: var(--secondary-color);
  font-size: 1.4em;
  font-weight: 500;
  margin: 0;
  margin-bottom: 1em;
}

.growth-card-caption p {
  color: var(--secondary-color);
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 0em;
  opacity: .5;
}

/***** End growth section *****/

/***** Use case *****/
.use-case-card {
  /* background: linear-gradient(261.38deg, #0176FF -49.56%, #014799 123.84%); */
  background-color: var(--dark-blue);
  padding: 2em;
  border-radius: var(--default-20x-radius);
  display: grid;
  grid-template-columns: 8em auto;
  align-items: center;
  gap: 2em;
}

/* .use-case-card-icons {
  background-color: var(--box-light-blue);
  border-radius: var(--default-radius);
  display: grid;
  place-items: center;
  width: 8em;
  height: 8em;
  padding: 1.5em;
} */

.use-case-avater {
  width: auto;
  height: 8em;
  object-fit: contain;
}

.use-case-card-info h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.use-case-card-info p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--secondary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0em;
}

/***** End Use case *****/


/***** flow section *****/
.smart-flow-avater {
  max-width: 34em;
  height: auto;
  object-fit: contain;
}

.flow-left-space {
  padding-left: 2em;
}

.ac-section-wrap .section-head-wrap h2,
.ac-section-wrap .section-head-wrap p,
.flow-section-wrap .section-head-wrap p,
.flow-section-wrap .section-head-wrap h2 {
  text-align: start;
}

/***** End flow section *****/


/***** Global payout network *****/
.payout-second-frame {
  padding: 4em;
  border-radius: var(--default-30x-radius);

}

.payout-second-sec {
  width: 100%;
  height: auto;
  padding: 4em 0;
}

.payout-flow-card {
  padding: 2em;
  /* border: 1px solid var(--border-gradient); */
  border-radius: var(--default-20x-radius);
  /* background-color: var(--black-color); */
  background: linear-gradient(0deg, rgba(4, 1, 21, 0.1), rgba(4, 1, 21, 0.1)),
    radial-gradient(94.73% 300.88% at 9.73% -11.51%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 100%);
  display: flex;
  flex-direction: column;
  gap: 1em;
  height: 100%;
}

.payout-flow-card-2 {
  padding: 2em;
  border: 1px solid var(--border-gradient);
  border-radius: var(--default-20x-radius);
  background-color: var(--dark-blue);
  display: grid;
  grid-template-columns: 8em auto;
  align-items: center;
  gap: 2em;
  height: 100%;
}

.payout-flow-card-3 {
  padding: 2em;
  border-radius: var(--default-20x-radius);
  background: linear-gradient(0deg, rgba(4, 1, 21, 0.1), rgba(4, 1, 21, 0.1)),
    radial-gradient(94.73% 300.88% at 9.73% -11.51%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 100%);
  display: grid;
  grid-template-columns: 130px auto;
  align-items: center;
  gap: 1em;
  height: 100%;
}

.payout-flow-card-3 .use-case-card-info h3 {
  margin-bottom: 0;
}

.payout-flow-avater {
  width: auto;
  height: 8em;
  object-fit: contain;
}



.payout-third-sec {
  width: 100%;
  height: auto;
  background: url("../img/global-payout-network/flow-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4em 0;
  padding-bottom: 20em;
}

.payout-third-sec .section-head-wrap h2 {
  color: var(--secondary-color);
  text-align: center;
}

.payout-third-sec .section-head-wrap p {
  color: var(--secondary-color);
}

.spl-mb {
  margin-bottom: 0;
}

.data-box {
  width: 100%;
  height: 100%;
  padding: 4em;
  border-radius: var(--default-30x-radius);
  background-image: linear-gradient(0deg, rgb(255 255 255) 11.2%, rgb(232 232 232) 100.2%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.data-box .section-head-wrap h2 {
  text-align: left;
}

.data-box .data-graph-picture-box img {
  width: 34em;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.gpn-flow-box {
  background-color: var(--light-black-bg);
  border-radius: var(--default-20x-radius);
  padding: 2em;
  border: 1px solid var(--border-color);
  height: 100%;
}

.gpn-flow-avatar {
  background-color: #2a2a2aed;
  border-radius: var(--default-20x-radius);
  padding: 2em;
  display: grid;
  place-items: center;
  margin-bottom: 2em;
}

.gpn-flow-avatar img {
  width: auto;
  height: 8em;
  object-fit: contain;
}

.gpn-flow-cpation h3 {
  color: var(--secondary-color);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.gpn-flow-cpation p {
  color: var(--secondary-color);
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  line-height: 1.8;
}

/***** End Global payout network *****/

/***** white label solution *****/
.white-label-sec {
  width: 100%;
  height: auto;
  background: url("../img/white-label-solution/flow-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.white-label-sec .section-head-wrap h2 {
  color: var(--secondary-color);
}

.white-label-sec .section-head-wrap p {
  color: var(--secondary-color);
  opacity: .5;
}

.use-case-card-2 {
  background: linear-gradient(85.28deg, rgba(255, 255, 255, 0.2) 2.34%, rgba(153, 153, 153, 0) 100.8%);
  padding: 2em;
  border-radius: var(--default-20x-radius);
  display: grid;
  grid-template-columns: 9em auto;
  align-items: center;
  gap: 2em;
  height: 100%;
}

/***** End white label solution *****/

/***** flow two section *****/
.flow-wrap {
  background: url("../img/web/flow-section-back.png") no-repeat center var(--black-color);
  background-size: cover;
}

.flow-gradient-bg {
  background: linear-gradient(90deg, rgb(5 24 56) 44.2% 11.2%, rgb(255 255 255 / 0%) 100.2%);
  position: relative;
}

.flow-section-border {
  background: linear-gradient(90deg, rgb(17 49 104) 44.2% 11.2%, rgb(255 255 255 / 0%) 100.2%);
  padding: 1px;
  border-radius: var(--default-30x-radius);

}

.flow-section-border-two {
  background: linear-gradient(270deg, rgb(17 49 104) 44.2% 11.2%, rgb(255 255 255 / 0%) 100.2%);
  padding: 1px;
  border-radius: var(--default-30x-radius);

}

.flow-gradient-bg-two {
  background: linear-gradient(270deg, rgb(5 24 56) 44.2% 11.2%, rgb(255 255 255 / 0%) 100.2%);
}

.flow-icons {
  width: 3em;
  height: 3em;
  border-radius: var(--round-radius);
  background-color: var(--primary-color);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-top: 0.5em;
  position: relative;
}

.flow-icons::after {
  content: '';
  position: absolute;
  top: 3em;
  width: 1px;
  height: 200px;
  background: linear-gradient(to bottom, var(--primary-color), var(--primary-color), transparent);
}

.flow-info-frame {
  display: flex;
  gap: 2em;
  align-items: start;
}

/***** End flow two section *****/

/***** Money Transfer Operator *****/
.solution-card {
  background-color: var(--dark-blue);
  border-radius: var(--default-20x-radius);
  padding: 4em;
  overflow: hidden;
}

.solution-card .section-head-wrap {
  margin-bottom: 0;
}

.solution-card .section-head-wrap h2 {
  text-align: left;
  color: var(--secondary-color);
}

.solution-card .section-head-wrap p {
  color: var(--secondary-color);
}

.solution-card-black {
  background-color: var(--black-color) !important;
}

.image-block {
  position: relative;
}

.image-block::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 22em;
  height: 10em;
  /* opacity: 0.2; */
  filter: blur(70px);
  background-color: var(--primary-color);
  top: 50%;
  left: 25%;
}

.image-block-white {
  position: relative;
}

.image-block-white::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 22em;
  height: 10em;
  /* opacity: 0.2; */
  filter: blur(70px);
  background-color: var(--white-after-color);
  top: 50%;
  left: 0;
  opacity: .5;
}

.solution-img-avater {
  max-width: 30em;
  object-fit: contain;
  z-index: 1;
  position: relative;
}

/***** End Money Transfer Operator *****/

/***** grid section *****/

.grid-card-icons img {
  width: auto;
  height: 8em;
  object-fit: contain;
}

.grid-card-info h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.grid-card-info p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--tertiary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0em;
}

.grid-card-icons {
  margin-bottom: 1em;
}

.grid-card {
  padding: 2em;
  height: 100%;
}

/***** End grid section *****/

/***** solution pages - product *****/
.product-card {
  background-color: var(--black-color);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  place-items: center;
  border-radius: var(--default-10x-radius);
  overflow: hidden;
  padding: 2em;
  height: 100%;
}

.product-info h4 {
  color: var(--secondary-color);
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
}

.product-info p {
  color: var(--secondary-color);
  margin: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5em;
}


.row>div:nth-child(n+3) .product-card {
  grid-template-columns: 1fr;
}

.row>div:nth-child(n+3) .product-card img {
  padding-top: 0;
}

.row>div:nth-child(1) .product-card {
  border-top-left-radius: var(--default-30x-radius);
}

.row>div:nth-child(2) .product-card {
  border-top-right-radius: var(--default-30x-radius);
}

.row>div:nth-child(3) .product-card {
  border-bottom-left-radius: var(--default-30x-radius);
}

.row>div:nth-child(5) .product-card {
  border-bottom-right-radius: var(--default-30x-radius);
}

.product-avatar img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/***** End solution pages - product *****/

.section-img-1 {
  text-align: right;
}

.bg-offwhite {
  background-color: var(--bg-offwhite);
}

.box-border-radius {
  border-radius: var(--default-20x-radius);
}


/***** Main Page Style *****/
/* .way-section-frame {
  background-color: var(--dark-blue);
  border-radius: var(--default-12x-radius);
  padding: 2em;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.way-section-frame::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 22em;
  height: 10em;
  opacity: 0.3;
  filter: blur(70px);
  background-color: var(--primary-color);
  top: 50%;
  left: 0;

} */

.way-section-wrap {
  width: 100%;
  height: auto;
  /* background: url("../img/web/bg-1.png") no-repeat #FAFCFF; */
  background-color: #FAFCFF;
  background-size: cover;
  background-position: center;
}

.way-section-info {
  padding-left: 3em;
}

.way-section-info h2 {
  font-size: 2em;
  font-weight: 700;
  color: var(--black-color);
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.way-section-info p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 1em;
}

.way-section--img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.way-section-avater {
  text-align: start;
}



/***** Platform *****/
.platform-card {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 2em;
  padding: 2em;
  border-radius: var(--default-20x-radius);
}

.platform-card-info h3 {
  font-size: 1.8em;
  font-weight: 700;
  color: var(--black-color);
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.platform-card-info p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--tertiary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 1em;
}

.platform-card-img {
  max-width: 38em;
  height: 100%;
  object-fit: contain;
}

/* .platform-card-avater {
  text-align: end;
} */

.global-account-bg {
  background-color: #F8FAFD;
}

.smartfx-bg {
  background-color: #FDFBF8;
}

.global-payout-network-bg {
  background-color: #F8FAFD;
}

.global-card-issuance-bg {
  background-color: #FAFBF7;
}

.whitelabel-solution-bg {
  background-color: #F8FAFD;
}

.lp-sticky-div {
  position: sticky !important;
  top: 8em;
  align-self: flex-start;
  height: auto;
}

.lp-sticky-div h2 {
  text-align: left !important;
}

/***** End Platform *****/
/***** Main Solution section *****/
.solution-wrap {
  background-color: #F7F7F7;
}

.main-solution-card {
  padding: 1.5em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1em;
  background-color: var(--secondary-color);
  border-radius: var(--default-12x-radius);
}

.main-solution-img {
  width: 7em;
  height: 7em;
  object-fit: contain;
}

.main-solution-info h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.main-solution-info p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--tertiary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0em;
}

/***** End Main Solution section *****/
/***** experinces section  *****/
.experiences-wrap {
  background: url("../img/web/exper-full.png") no-repeat center var(--primary-color);
  background-size: cover;
  position: relative;
}

.experiences-wrap .section-head-wrap {
  margin-bottom: 0;
}

/***** End experinces section  *****/
.experinces-avater {
  text-align: end;
  position: relative;
}

.experience-img {
  max-width: 34em;
  height: auto;
}

.infra-grid-card {
  border-radius: var(--default-12x-radius);
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1em;
}

.infra-grid-card-info h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--tertiary-color);
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.infra-grid-card-info p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--tertiary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0em;
}

.infra-grid-frame {
  padding-bottom: 2em;
}

/***** Master section *****/
.master-img {
  max-width: 30em;
  height: auto;
}

.master-wrap {
  background-color: var(--black-color);
}

.lp-flow-sec {
  width: 100%;
  height: auto;
  padding: 4em;
  border-radius: var(--default-30x-radius);
  background-image: linear-gradient(90deg, rgb(255 255 255) 11.2%, rgb(248 251 255) 100.2%);
}

.lp-flow-sec .section-head-wrap {
  margin-bottom: 0;
}

.lp-flow-sec-2 {
  width: 100%;
  height: auto;
  padding: 4em;
  border-radius: var(--default-30x-radius);
  background-image: linear-gradient(270deg, rgb(255 255 255) 11.2%, rgb(248 251 255) 100.2%);
}

.lp-flow-sec-2 .section-head-wrap {
  margin-bottom: 0;
}

/***** End Master section *****/

/***** End Main Page Style *****/


/***** Space Section *****/
.wrap_space-b {
  margin-bottom: 2em;
}

/***** End Space Section *****/



/***** fintech *****/
.fintech-flow-card {
  display: flex;
  background: url("../img/fintech/box-bg.png") no-repeat;
  background-size: contain;
  background-position: right;
  border: 1px solid var(--border-color);
  border-radius: var(--default-20x-radius);
}

.fintech-flow-card-info {
  padding: 2em;
}

.fintech-flow-card-info h3 {
  color: var(--black-color);
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5;
}

.fintech-flow-card-info p {
  color: var(--text-gray);
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  line-height: 1.8;
}

.fintech-flow-card-avatar {
  padding: 2em;
}

.fintech-flow-card-avatar img {
  width: auto;
  height: 10em;
  object-fit: contain;
}

/***** End fintech *****/

/***** products pages - product *****/
.product-sec-card {
  background-color: var(--black-color);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  align-items: center;
  border-radius: var(--default-10x-radius);
  overflow: hidden;
  padding: 2em;
  height: 100%;
}

.product-sec-info h4 {
  color: var(--secondary-color);
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
}

.product-sec-info p {
  color: var(--secondary-color);
  margin: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

/* .product-sec-info {
  padding: 2em;
} */

.row>div:nth-child(1) .product-sec-card {
  border-top-left-radius: var(--default-30x-radius);
}

.row>div:nth-child(2) .product-sec-card {
  border-top-right-radius: var(--default-30x-radius);
}

.row>div:nth-child(3) .product-sec-card {
  border-bottom-left-radius: var(--default-30x-radius);
}

.row>div:nth-child(4) .product-sec-card {
  border-bottom-right-radius: var(--default-30x-radius);
}

.product-sec-avatar img {
  width: 100%;
  height: auto;
  object-fit: contain
}

/***** End products pages - product *****/

/***** smartfx *****/
.smartfx-flow-box {
  width: 100%;
  height: auto;
  background: url("../img/smartfx/cta-bg.png") no-repeat;
  background-size: cover;
  background-position: left;
  border-radius: var(--default-20x-radius);
  padding: 4em;
}

.smartfx-flow-box .section-head-wrap {
  margin-bottom: 0;
}

.smartfx-flow-box .section-head-wrap h2 {
  color: var(--secondary-color);
}

.smartfx-flow-box .section-head-wrap p {
  color: var(--secondary-color);
}

/***** End smartfx *****/

/***** End products pages - product *****/


/***** Global section *****/
.global-card-wrap {
  min-height: 80vh;
  position: relative;
}

/***** End Global section *****/

/***** about us *****/
.about-whatwedo .fintech-flow-card {
  margin-bottom: 2em;
  align-items: center;
}

.about-whatwedo .fintech-flow-card .fintech-flow-card-avatar img {
  width: 17em;
  height: auto;
  object-fit: contain;
}

/***** End about us *****/

/***** partner *****/
.partner-flow-wrap {
  background: url(../img/partner/bg-1.png) no-repeat center var(--black-color);
  background-size: cover;
  margin-bottom: 4em;
}

.partner-flow-section-border {
  background: linear-gradient(90deg, rgb(80 80 80) 44.2% 11.2%, rgb(255 255 255 / 0%) 100.2%);
  padding: 1px;
  border-radius: var(--default-30x-radius);
}

.partner-flow-section-border-two {
  background: linear-gradient(270deg, rgb(80 80 80) 44.2% 11.2%, rgb(255 255 255 / 0%) 100.2%);
  padding: 1px;
  border-radius: var(--default-30x-radius);
}

.partner-flow-gradient-bg {
  /* background: linear-gradient(90deg, rgb(5 24 56) 44.2% 11.2%, rgb(255 255 255 / 0%) 100.2%); */
  background: linear-gradient(90deg, rgb(51 51 51) 0% 0%, rgb(0 0 0) 20.2%);
  position: relative;
}

.partner-flow-gradient-bg-two {
  /* background: linear-gradient(270deg, rgb(5 24 56) 44.2% 11.2%, rgb(255 255 255 / 0%) 100.2%); */
  background: linear-gradient(270deg, rgb(51 51 51) 0% 0%, rgb(0 0 0) 20.2%);
}

/***** End partner *****/

/***** Section *****/
.sm-margin-btm-xl {
  margin-bottom: 2em;
}

.align-text-right {
  text-align: right;
}

.cta-home-page-card {
  border: 1px solid #DDDDDD;
  background-color: #f8feff;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) -5.67%, rgba(255, 255, 255, 0.92) 61.97%, #FFFFFF 104.67%); */
  padding: 0 4em;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4em;
}

/* .experiences-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
} */

.infra-structure-wrap {
  background-color: #F4F9FF;
}

.infra-structure-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.infra-structure-avater-img-sec {
  position: relative;
  width: auto;
  height: 100%;
  overflow: hidden;
}

/***** End Section *****/

/***** Global Coverage *****/
.global-banner-sec {
  position: relative;
  padding: 8em 4em 2em 2em;
}

.global-container {
  width: 1520px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 4em;
}

.global-caption-box {
  text-align: center;
  display: grid;
  place-items: center;
}

.global-caption-box h2 {
  color: var(--black-color);
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.3em;
}

.global-caption-box p {
  color: var(--tertiary-color);
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  line-height: 1.8;
}

.global-avater-box {
  text-align: center;
  background: #e8f7ff;
  border-radius: 50px;
  padding: 2em;
  width: fit-content;
  margin-top: 4em;
}

.global-avater {
  width: 100%;
  /* height: 100%; */
  margin: 0 auto;
  object-fit: contain;
  border-radius: 20px;
}

.global-frame-info ul li h3 img {
  width: 2em;
  height: 2em;
  object-fit: contain;
}

.global-frame-info h2 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: var(--black-color);
  text-transform: capitalize;
}

.global-frame-info p {
  color: var(--black-color);
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  line-height: 1.8;
}

.global-diver-box {
  padding: 4em 0;
}

.global-nav-frame {
  padding-top: 4em;
}

.global-nav-frame .nav-pills {
  justify-content: center;
  background-color: #d6e7f1;
  padding: 1em;
  border-radius: 12px !important;
  /* width: fit-content; */
  margin: 0 auto;
  gap: 1em;
}

.global-tabs-wrap .global-nav-frame .nav-pills {
  background: var(--secondary-color);
}

.global-tabs-wrap .global-nav-frame .nav-pills .nav-link {
  background-color: var(--white-color);
  border-radius: 12px !important;
  padding: 1em;
  border: 1px solid var(--white-color);
  background: transparent !important;
}

.global-tabs-wrap .global-nav-frame .nav-pills .nav-link.active {
  border: 1px solid var(--border-color) !important;
  color: var(--black-color);
  background: transparent !important;
}

.coverage-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 1em;
}

.map-card {
  display: grid;
  grid-template-columns: 35px auto;
  gap: 1em;
  align-items: center;
  padding: 1em;
  border-radius: 12px;
  border: 1px solid #eaeaea;
  background: #f5f5f5;
}

.map-card h5 {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.map-card img {
  width: auto;
  height: 2em;
  object-fit: contain;
}

.multi-currency-heading h2 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 2em;
  line-height: 1.3;
  color: var(--black-color);
  text-align: center;
  text-transform: capitalize;
}

.currency-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.currency-card {
  background: var(--secondary-color);
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  width: 250px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.currency-card h4 {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--primary-color);
}

.currency-card h5 {
  font-size: 1em;
  color: #555;
  margin-top: 5px;
}

.country-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
}

.country-card {
  background: var(--secondary-color);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--text-gray);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
}

/***** End Global Coverage *****/

/***** privacy policy *****/
.static-page-box {
  margin-bottom: 2em;
}

.static-page-box h4 {
  color: var(--tertiary-color) !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
  margin-bottom: 1em;
  margin-top: .5em;
}

.static-page-box p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: .8em;
}

.static-page-box ul li {
  color: var(--quaternary-color);
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 1em;
}

.static-page-box ol li {
  color: var(--quaternary-color);
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 1em;
}

/***** End privacy policy *****/

/***** Licencing & Regulation *****/

.licencing-and-regulation-sec {
  background-color: #f4f4f4;
}

.licencing-and-regulation-frame {
  padding: 4em 0;
}

.licencing-and-regulation-info-sec h4 {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--tertiary-color);
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.licencing-and-regulation-info-sec p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 1em;
}

.licencing-and-regulation-icon-sec {
  margin-bottom: 2em;
}

.licencing-country {
  max-width: 10em;
}

/***** End Section *****/

/***** terms and conditions *****/
.quick-transfer-frame table th {
  border: 0.5px solid #d3d1d1;
  padding: 17px;
  text-align: center;
  font-size: 1em;
  color: var(--tertiary-color);
  font-weight: 700;
}

.quick-transfer-frame table {
  width: 100%;
}

.quick-transfer-frame table td {
  border: 0.5px solid #d3d1d1;
  padding: 17px;
  text-align: center;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.8;
  color: var(--tertiary-color);
}

/***** End terms and conditions *****/

/***** Legal Policy *****/
.lega-sec-box .nav-pills .nav-link {
  background: none;
  padding: 0;
  padding-left: 1em;
  border-radius: inherit !important;
  text-align: left;
  color: var(--primary-color);
  font-weight: 700;
  border-left: 2px solid transparent;
}

.lega-sec-box .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-left: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.lega-tab-sec h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--black-color);
  line-height: 1.3;
}

.legal-info-box h3 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  z-index: 2;
  line-height: 1.5;
  color: var(--black-color);
}

.legal-info-box p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--black-color);
  opacity: 0.8;
  line-height: 1.8;
}

.legal-info-box h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--black-color);
  line-height: 1.3;
}

.legal-info-box ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
}

.legal-info-box ul li {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--black-color);
  opacity: 0.8;
  line-height: 1.6;
}

.nav-pills {
  gap: 1em;
}

/***** End Legal Policy *****/

/***** events *****/
.news-img {
  border-radius: 20px;
}

/* img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
} */

.regulation-img-sec img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.what-drives-info-sec h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--black-color);
}

.what-drives-info-sec p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.9;
  line-height: 1.8;
}

/***** End events *****/

.align-end {
  text-align: end;
}

/***** 404 *****/
.error-404,
.thanks-avater-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.error-img,
.thnks-avater {
  height: 25em;
  width: auto;
  object-fit: contain;
}

.error-404 h4,
.thank-frame-wrapped h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 1em;
  line-height: 1.4;
}

/***** End 404 *****/

/***** calculator *****/

/* Exchange fields Section Start  */

.rate-calculator-sec {
  background: linear-gradient(to bottom, #182848 0%, #020a22 75%, transparent 75%, transparent 100%);
  width: 100%;
  /* height: 95vh; */
}


.rate-calculator-banner {
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
  position: relative;
}

.rate-calculator-banner h1 {
  color: var(--secondary-color);
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.3em;
  text-align: center;
}

.rate-calculator-banner p {
  font-size: 0.95em;
  font-weight: 400;
  color: var(--secondary-color);
  opacity: 0.9;
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: center;
}

.banner-exchange-frame {
  background-color: var(--secondary-color);
  /* border: 1px solid #efefef; */
  border-radius: 20px;
  /* padding: 2em; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.exchange-rate-cta {
  position: relative;
  margin: 5em 0;
}

/* .apk-img-sec {
  padding: 2em;
  background: var(--border-color);
  border-radius: 20px;
} */

.apk-img-sec .apk-img {
  height: 20em;
  width: auto;
  object-fit: contain;
}

.apk-content-info h3 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.5;
  color: var(--tertiary-color);
}

.apk-content-info p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.banner-exchange-title {
  background: #000;
  padding: 1em;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.banner-exchange-title h3 {
  font-size: 1.4em;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 0;
  text-align: center;
}


.banner-exchange-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

.banner-exchange-info p {
  background-color: #E3F3FE;
  color: #043E82;
  border: 1px dashed #043E82;
  border-radius: 6px;
  padding: 0.8em 1.4em;
  text-align: center;
  display: flex;
  gap: 0.6em;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 0;

}

.banner-exchange-info h4 {
  border: 1px solid #f2f2f3;
  border-radius: 6px;
  padding: 0.8em 1.4em;
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  text-align: center;
  margin-bottom: 0;
  padding-top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-exchange-info {
  padding: 1em 0;
}

.banner-exchange-form {
  padding: 2em;
}

.banner-exchange-form .form-label {
  font-size: 1em;
  font-weight: 600;
  color: var(--tertiary-color);
}

.banner-exchange-form .form-control {
  height: 55px;
  border-radius: 0px !important;
  border: 0px solid #efefef !important;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: transparent !important;
  font-size: 1em;
  font-weight: 500;
}

.banner-exchange-form .form-control::placeholder {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
}

.banner-exchange-form .input-group {
  border-radius: 6px;
  border: 1px solid #efefef;
}

.banner-exchange-form .input-group:last-child {
  padding-left: 1em;
}

.exchange-sub-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}

.exchange-sub-btn button {
  width: 33%;
  background: #000 !important;
}

.banner-exchange-form .input-group .input-group-text {
  border: 0px solid #efefef !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  /* background-color: #F1FBFF !important; */
  background: none;
  font-size: 0.9em;
  width: 40%;
}


.exchange-form-sec {
  display: flex;
  align-items: center;
  gap: 1.5em;
  position: relative;
}

.exchange-icon {
  border: 1px solid #f2f2f3;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--secondary-color);
  z-index: 99;
}

.exchange-icon svg {
  height: 18px;
  width: 18px;
}

.banner-exchange-form .form-control:focus,
.banner-exchange-form .form-control:focus-visible,
.banner-exchange-form .form-control:focus-within,
.banner-exchange-form .form-control:disabled {
  box-shadow: unset !important;
  border: 0px solid #efefef !important;

}


.currency-selector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.currency-selector .currency-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 2px;
}

.currency-selector .currency-list {
  position: absolute;
  top: 45px;
  width: 300px;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  display: none;
  max-height: 200px;
  overflow: overlay;
  z-index: 1;
  right: 0em;
  border-radius: 6px;
}

.currency-selector .currency-list::-webkit-scrollbar {
  width: 0.6rem;
}

.currency-selector .currency-list::-webkit-scrollbar-thumb {
  height: 3rem;
  background-color: #ccc;
  border-radius: .4rem;
}

.currency-selector .currency-list div {
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.currency-selector .currency-list div:hover {
  background-color: #ddd;
}

.currency-list span {
  margin-left: 1em;
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
}

.currency-selector img {
  height: auto;
  width: 1.5em;
  object-fit: contain;
  margin-top: 3px;
}

.selected-flag {
  font-size: 1em;
  font-weight: 500;
}

.currency-input {
  border: none;
  width: auto;
  background: none;
  max-width: 85px;
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
}

.currency-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65em;
  min-width: 30%;
  cursor: not-allowed;
}

.currency-down-icon {
  margin-top: -2px;
  margin-left: -2px;
}

.currency-display img {
  height: auto;
  width: 1.5em;
  object-fit: contain;
}

.currency-display span {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 500;
}

.custom-rates-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.custom-rates-table tbody tr:hover {
  background-color: #f9f9f9;
}

.custom-rates-table thead th {
  background-color: #000 !important;
  color: var(--secondary-color);
  padding: 1.2em !important;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  width: 50%;
}

.table-country-code span {
  font-size: 1.5em;
}

.table-country-code p {
  font-weight: 600 !important;
  margin-bottom: 0;
}

.custom-rates-table thead tr:last-child td {
  border-bottom: none !important;
}


.custom-rates-table tbody td {
  padding: 1em 1em !important;
  font-size: .9em;
  font-size: 500;
  color: var(--quaternary-color);
  border-top: 1px solid #ececec;
  vertical-align: middle;
}

.custom-rates-table tbody td .default-btn {
  background: #000 !important;
}

.table-country-code {
  display: flex;
  align-items: center;
  gap: .5em;
}

.custom-rates-table thead tr th:last-child {
  text-align: right !important;
}

.custom-rates-table tbody tr td:last-child {
  text-align: right;
}

.live-exchange-rate-desc {
  padding-left: 2em;
}

.live-exchange-rate-desc h3 {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5em;
  position: relative;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--tertiary-color);
}

.live-exchange-rate-desc p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 1em;
}

/* Code Section style  */

.code-wrap {
  position: relative;
  background: linear-gradient(to right, #182848, #020a22);
}

.code-wrap::after {
  content: '';
  position: absolute;
  background-image: linear-gradient(#866bf0, #030c24);
  width: 100%;
  max-width: 377px;
  height: 377px;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(100px);
}

.api-details-info h2 {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 0;
  line-height: 1.5;
  color: var(--secondary-color);
}

.api-details-info p {
  font-size: 1em;
  font-weight: 400;
  color: var(--secondary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 1em;
}

.code-title {
  margin-bottom: 3em;
}

.code-title h2 {
  font-size: 2em;
  font-weight: 700;
  color: var(--secondary-color);
  line-height: 1.4;
  margin-bottom: 0.4em;
}

.code-title h2 span {
  color: var(--primary-color) !important;
}

.code-title p {
  font-size: 1em;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1.8;
  margin-bottom: 0em;
}

.code-card-info h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--secondary-color);
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.code-card-info p {
  font-size: 1em;
  font-weight: 500;
  color: var(--secondary-color);
  line-height: 1.8;
  margin-bottom: 1em;
}

.code-card-icons {
  width: 4.5em;
  height: 4.5em;
  display: grid;
  place-items: center;
  margin-bottom: 0.5em;
}

.code-card-action a {
  font-size: 1em;
  font-weight: 500;
  color: var(--secondary-color);
}

.code-card {
  padding: 1.5em;
  border-radius: 12px;
  border: 1px solid #ffffff52;
}

.code-avater-title {
  margin-bottom: 4em;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.code-avater-title h2 {
  font-size: 2em;
  font-weight: 700;
  color: var(--secondary-color);
  line-height: 1.4;
  margin-bottom: 0em;
}

.code-avater-box {
  padding-left: 2em;
}

.code-avater-box img {
  border: 1px solid transparent;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.code-avater-box:hover img {
  border: 1px solid #191756;
}

.mobile-titles {
  display: none;
}

.desktop-title {
  display: block;
}

.home-landing-page .status-of-your-payment-img {
  max-width: 30em;
}

.global-reach-security-sec {
  background: #020a22;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #182848, #020a22);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #182848, #020a22);
}

.home-landing-page .status-of-your-payment-img-sec {
  text-align: right;
}

.status-of-your-payment-title h2 {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 0;
  line-height: 1.5;
  color: var(--secondary-color);
}

.status-of-your-payment-title p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--secondary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 1em;
}

/***** End calculator *****/

/***** mobile styles *****/
.mob-sub-heading {
  color: var(--secondary-color);
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: .5em 0;
}

.mob-sub-ul li a {
  color: var(--secondary-color);
  font-size: 1em;
  line-height: 1.8;
  font-weight: 400;
  opacity: .7;
}

.mobile-nav .accordion-button {
  background: transparent;
  color: var(--secondary-color);
  padding-left: 0;
  box-shadow: none;
}

/* .mobile-nav .accordion-button::after {
  transform: none;
} */

.mobile-nav a {
  color: var(--secondary-color);
  text-decoration: none;
  display: block;
  padding: .25em 0;
}

.mobile-nav .accordion-body {
  padding: 1em;
}

.navbar-nav .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" fill="none" viewBox="0 0 14 8" ><path fill="%23fff" d="M12.919 0H1.079c-.96 0-1.44 1.16-.76 1.84l5.18 5.18c.83.83 2.18.83 3.01 0l1.97-1.97 3.21-3.21c.67-.68.19-1.84-.77-1.84" ></path></svg>');
}


/***** End mobile styles *****/

.static-header-sec .header-nav-center {
  background-color: var(--tertiary-color);
}

/***** processing time *****/
.abrivation-content-box {
  border: 0.5px solid #d3d1d1;
  padding: 1.5em;
  border-radius: 12px;
  margin: 2em 0;
  margin-bottom: 0;
}

.abrivation-content-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.abrivation-content-box ul li {
  border-bottom: 1px dashed #ff6400;
  padding: 0.6em 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.85em;
}

/***** End processing time *****/