@-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=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --primary-color: #1C1648;
  --secondary-color: #ffffff;
  --tertiary-color: #040411;
  --quaternary-color: #0B0B12AB;
  --quinary-color: #394256;
  --senary-color: #3BD078;
  --tw-gradient-stops: #ddd6fe, #bbf7d0;

    --success-color: #28a745;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --background-color: #f8f9fa;
  --card-color: #ffffff;
  --text-muted: #666666;
  --border-color: #ddd;
  --border-radius: 12px;
  --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
}

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

.hamburger-menu {
  height: 2em;
}

.navbar-toggler {
  border: 0 !important;
  padding: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

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

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

.no-border {
  border: 0 !important;
}

.pd-left-zero {
  padding-left: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.padding-right-zero {
  padding-right: 0;
}

.btn-center {
  text-align: center;
  margin-bottom: 2em;
}

.no-margin-auto {
  margin: unset !important;
}

.border-right-zero {
  border-right: 0 !important;
}

.xs-padding {
  padding: 2em 0;
}

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

.xs-padding-top {
  padding-top: 2em;
}

.space-mg {
  height: 1em;
}

.space-lg {
  height: 2em;
}

.mrg-btm-sec {
  margin-bottom: 2em;
}

.margin-btm-sm {
  margin-bottom: 1.5em;
}

.margin-btm-md {
  margin-bottom: 3em;
}

.margin-top-sm {
  margin-top: 2em;
}

.margin-top-md {
  margin-top: 4em;
}

.xl-btn {
  padding: 1.4em 2.2em !important;
  margin: 0 0.5rem;
}

.bg-grey {
  background-color: #FAF9F9;
}

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

.line-height-1 {
  line-height: 1;
}

.increase-font {
  font-size: 1.5em !important;
  font-weight: 800 !important;
}

.bg-gradient {
  background-image: linear-gradient(90deg, #00f3f7 0, #109df7 100%) !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/icons/mobile-toogle.svg") !important;
}

.navbar-light .navbar-toggler {
  border: 1px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

.navbar-light .navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.logo {
  /* margin-right: 1em;  */
  height: 4em;
  object-fit: contain;
  /* width: 12em; */
  /* margin: 0 auto; */
}

.footer-logo {
  max-width: 15em;
  /* margin-bottom: 1em; */
}

.flex-data {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tag-line {
  /* font-size: 0.75em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0;
  padding-top: 0.5em; */
  font-size: 0.6em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0;
  padding-top: 0.5em;
  /* letter-spacing: 2.5px; */
}

.height-auto {
  height: auto !important;
}

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

.color-white {
  color: var(--secondary-color) !important;
}

.section-title h2 {
  font-size: 2em;
  font-weight: 700;
  color: var(--tertiary-color);
  text-align: center;
  margin-bottom: 0.8em;
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 600;
  color: var(--tertiary-color);
  text-align: center;
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 600;
  color: var(--tertiary-color);
  text-align: center;
}

.section-title h4 {
  font-size: 2.5em;
  font-weight: 600;
  color: var(--tertiary-color);
  text-align: center;
}

.section-title h5 {
  font-size: 2em;
  font-weight: 700;
  color: var(--tertiary-color);
  text-align: center;
  line-height: 1.5;
}

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

.section-title p+p+p {
  margin-bottom: 0;
}

/* .section-title span{
  color: var(--primary-color);
} */

img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

.default-btn {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  display: inline-block;
  padding: 0.6em 2em;
  border-radius: 50px !important;
  letter-spacing: 0.5px;
  border-width: 1px;
  color: var(--secondary-color);
  text-decoration: none !important;
  font-size: 0.9em;
  line-height: 25px;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 600;
}

.default-btn:active,
.default-btn:focus,
.default-btn:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  color: var(--secondary-color);
  text-decoration: none !important;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.banner-btn {
  background: linear-gradient(94.35deg, #D2932E 4.77%, #F5C53A 48.53%, #ECBD3A 90.77%);
  border-radius: 50px;
  color: var(--tertiary-color) !important;
  font-weight: 600 !important;
  font-size: .9em !important;
  padding: 0.5em 1.5em !important;
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  line-height: 2 !important;
  opacity: 1 !important;
}

.banner-btn:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  color: var(--tertiary-color);
  background: linear-gradient(94.35deg, #D2932E 4.77%, #F5C53A 48.53%, #ECBD3A 90.77%);
}

.header-nav-center {
  padding: 0em 0;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 7px rgba(7, 10, 24, 0.06);
  position: relative;
}

.header-nav-center .navbar .nav-item .nav-link {
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--tertiary-color);
  opacity: 0.8;
  letter-spacing: 0.5px;
  padding: 0.5em 0.5em;
  position: relative;
  transition: transform 0.5s;
  padding-bottom: 0.5em;
}

.header-nav-center .navbar .navbar-nav {
  gap: 0.5em;
  align-items: center;
}

.header-nav-center .navbar .nav-item .nav-link:hover {
  color: var(--tertiary-color);
  opacity: 1;
}

.goog-te-gadget-simple {
  font-size: 9pt !important;
}

/* .open-header-btn {
  background-color: var(--primary-color);
  border-radius: 4px;
  color: var(--tertiary-color) !important;
  font-weight: 600 !important;
  font-size: 0.8em !important;
  padding: 0.5em 1.5em !important;
  line-height: 2 !important;
  opacity: 1!important;
  color: rgba(0, 0, 0, 0.6);
}

.open-header-btn:hover{
  -webkit-transform: translate3d(0,-5px,0);
  -o-transform: translate3d(0,-5px,0);
  -ms-transform: translate3d(0,-5px,0);
  -moz-transform: translate3d(0,-5px,0);
  transform: translate3d(0,-5px,0);
  color: var(--tertiary-color);
  background-color: var(--primary-color);
} */


.default-btn svg {
  margin-right: 0.5em;
}

.margin-top-xl {
  margin-top: 3em;
}

.banner-img {
  width: 100%;
  border-radius: 20px;
}

.carousel-control-prev {
  display: none;
}

.carousel-control-next {
  display: none;
}

.banner-content h1 {
  font-size: 2.5em;
  color: var(--secondary-color);
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 0.4em;
  /* max-width: 600px; */
}

.banner-content p {
  font-size: 0.95em;
  font-weight: 400;
  margin-bottom: 1.875rem;
  color: var(--secondary-color);
  opacity: 0.8;
  line-height: 1.8;
  max-width: 600px;
}

.banner-content h5 {
  font-size: 1.5em;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1em;
}

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

.banner-info-sec {
  padding-top: 1.5em;
}

.banner-info-sec p {
  font-size: 1em;
  color: var(--quaternary-color);
  line-height: 1.8;
}

.banner-caption {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
  position: relative;
  padding: 0 2em;
}

.home-banner-sec {
  min-height: 70vh;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: relative;
  width: 100%;
  display: block;
}

.home-banner-sec .carousel {
  background-color: #0D0D0D;
  border-radius: 16px;
  margin-top: 2em;
  /* background: linear-gradient(90.4deg, rgba(13, 13, 13, 0) -0.34%, rgba(0, 0, 0, 0.26) 6.33%, rgba(0, 0, 0, 0.53) 12.06%, #000000 17.58%, #060606 99.73%); */
}

/* .home-banner-sec:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  filter: blur(5px);
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: normal;
} */


.header-dropdown .dropdown-menu {
  border-top: 4px solid #cc4783 !important;
  border: 0;
  padding: 0 !important;
}

.header-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1em !important;
}

.header-dropdown .dropdown-menu:last-child .dropdown-item:hover {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.37rem;
}

.navbar-brand h4 {
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
}

.carousel.slide .carousel-indicators {
  bottom: 80px;
}

.currency-convertor-tab-box {
  box-shadow: 0px 0px 25px 0px #0100561F;
  background-color: var(--secondary-color);
  margin-left: 2em;
  margin-right: 2em;
  margin-top: -5em;
  margin-bottom: 2em;
  position: relative;
  /* padding: 2em; */
  border-radius: 16px;
}

.currency-convertor-tab-header {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.currency-convertor-tab-header .nav-pills {
  background-color: #F2F1F1;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  align-items: center;
  place-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.currency-convertor-tab-header .nav-pills .nav-item {
  width: 100%;
}

.currency-convertor-tab-header .nav-pills .nav-link {
  width: 100%;
  font-weight: 800;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #040404;
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
}

.currency-convertor-tab-header .nav-pills .nav-link.active {
  background-color: var(--secondary-color) !important;
  border-radius: 0;
}

.currency-convertor-tab-header .nav-pills .nav-item:first-child .nav-link.active {
  border-top-left-radius: 16px;
}

.currency-convertor-tab-header .nav-pills .nav-item:last-child .nav-link.active {
  border-top-right-radius: 16px;
}

.currency-convertor-tab-header .nav-pills .nav-link.active svg path {
  fill: #1C1648;
}

.currency-convertor-tab-content {
  padding: 2em;
}

.currency-select .select2-container {
  width: 100% !important;
}

.currency-select .select2-container--default .select2-selection--single {
  border: 1px solid #13125333 !important;
  border-radius: 50px !important;
  height: 40px;
}

.economic-exchange-form .form-control {
  border: 1px solid #13125333 !important;
  border-radius: 50px !important;
  height: 40px;
}

.economic-exchange-form textarea.form-control {
  height: auto;
  border-radius: 20px !important;
}

.economic-exchange-form .form-control:focus {
  box-shadow: none;
}

.economic-exchange-form .form-control::placeholder {
  font-size: 0.85em;
}

.currency-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 5px;
}

.economic-exchange-box {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  align-items: center;
  gap: 2em;
}

.economic-exchange-form .form-label {
  font-size: 0.85em;
  font-weight: 800;
  color: #202020;
  display: block;
}

.currency-select .select2-container--open .select2-dropdown {
  top: 1px;
}

.currency-select .select2-dropdown {
  border-radius: 10px;
}

.currency-convertor-btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}

.about-info-box h3 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
  position: relative;
}

.about-info-box p {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
}

.about-info-box p+p {
  margin-bottom: 0;
}

.about-info-btn-sec {
  margin-top: 1.5em;
}

.currency-select .dropdown-toggle::after {
  border: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f107" !important;
  vertical-align: 0;
  color: var(--primary-color);
  display: block;
}

.currency-select .dropdown-toggle.show {
  background-color: transparent !important;
}

.currency-select .dropdown-item.active {
  background-color: var(--primary-color);
}

.currency-select .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.currency-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-weight: 600;
  font-size: 0.9em;
  color: var(--primary-color);
}

.currency-select .bootstrap-select>.dropdown-toggle:hover {
  background-color: transparent !important;
  border-color: var(--primary-color) !important;
  border: 0 !important;
}

.currency-select .bootstrap-select .dropdown-menu li a {
  font-weight: 600;
  font-size: 0.9em;
}

.currency-select .bootstrap-select>.dropdown-toggle {
  background-color: transparent !important;
  border-radius: 50px;
  padding: 0.5em 1em;
  position: relative;
}

.currency-select .bootstrap-select {
  width: 100% !important;
  border: 1px solid #13125333 !important;
  border-radius: 50px !important;
  height: 40px;
}

.about-team-box {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
}

.about-info-box {
  padding-right: 2em;
}

.about-team-card {
  border: 1px solid #EEE7E5;
  background-color: var(--secondary-color);
  padding: 2em;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 150px auto;
  gap: 1em;
  align-items: center;
}

.team-profile-img {
  width: 9em;
  height: 9em;
  object-fit: cover;
  border-radius: 50%;
}

.about-team-info h4 {
  font-size: 1em;
  font-weight: 800;
  color: #202020;
  margin-bottom: 0.8em;
}

.about-team-info h5 {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.95em;
  font-weight: 500;
  color: var(--tertiary-color);
  margin-bottom: 0.8em;
}

.about-team-info p {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 0.8em;
}

.read-more-link {
  font-size: 0.8em;
  font-weight: 800;
  color: #202020;
  /* text-decoration: underline!important; */
  position: relative;
}

.our-services-card {
  box-shadow: 0px 1px 6px 0px #1A15071F;
  background-color: var(--secondary-color);
  padding: 2em;
  border-radius: 16px;
  height: 100%;
}

/* .our-services-card:hover .our-services-header-sec .our-services-icon {
  transform: rotateY(180deg);
}
.top-notch-services-card:hover .top-notch-services-header-sec .top-notch-services-icon {
  transform: rotateY(180deg);
} */
.read-more-link::after {
  content: ' ';
  background-color: var(--quaternary-color);
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  transform: scalex(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

.west-union-icon {
  width: 10em;
  height: 5em;
  object-fit: contain;
}

.west-union-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.west-union-card p {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}

.read-more-link:hover::after {
  transform: scalex(1);
}

.blog-card .read-more-link::after {
  display: none !important;
}

.our-services-icon {
  width: 5em;
  height: 5em;
  object-fit: contain;
}

.our-services-header-sec {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  margin-bottom: 1em;
}

.our-services-header-sec span,
.our-services-header-sec span a {
  font-size: 1em;
  font-weight: 800;
  color: #202020;
}

.our-services-body-sec p {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 0.8em;
}

.co-bank-agent-logo-sec {
  background-color: #FAF9F9;
}

.co-bank-agent-logo-box {
  /* grid-template-columns: repeat(5, 1fr);
  display: grid;
  gap: 1em; */
  margin-top: 2em;
}

.co-bank-agent-logo-icon {
  height: 5.5em;
  width: 10em;
  object-fit: contain;
}

.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out !important;
}

.blog-img-part {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 10em;

}

.blog-info-part .read-more-link svg {
  transform: translateX(5px);
  transition: all 2s ease-out !important;
}

.blog-card:hover .blog-info-part .read-more-link svg {
  transform: translateX(15px);
}

.blog-card:hover .blog-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-info {
  padding-top: 1em;
}

.blog-card {
  padding: 1em 1em 2em 1em;
}

.blog-date-left-sec {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 1em;
  align-items: center;
}

.blog-date-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-info-part p {
  font-size: 1em;
  line-height: 1.8;
  opacity: 0.8;
  color: var(--quaternary-color);
  margin-bottom: 1em;
}

.blog-card {
  border: 1px solid #efefef;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0px 0px 25px 0px #0100561F;
}

.blog-icon {
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
}

.blog-date-right-sec .share-btn {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.blog-date-left-sec span {
  color: #040404;
  font-size: 0.9em;
  font-weight: 500;
}

.blog-info-part h4 {
  color: #121212;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.blog-info-part {
  padding-top: 1em;
}

.blog-info-part p {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 0.8em;
}

.client-sec {
  background-color: #FAF9F9;
}

.effortless-money-transfer-sec {
  background-color: #FAF9F9;
}

.effortless-money-transfer-info {
  padding-left: 2em;
}

.effortless-money-transfer-info h3 {
  font-size: 2em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0.8em;
}

.effortless-money-transfer-info h5 {
  font-size: 1em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 1.2em;
}

.effortless-money-transfer-info p {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 1.5em;
}

.effortless-btn-sec {
  margin-top: 2em;
}

.effortless-money-transfer-list {
  margin-bottom: 0;
}

.effortless-money-transfer-list li {
  padding-bottom: 1.5em;
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  font-size: 0.9em;
  font-weight: 400;
  color: var(--quaternary-color);
}

.effortless-money-transfer-list li:last-child {
  padding-bottom: 0;
}

.about-list li {
  padding-bottom: 1em;
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  font-size: 0.9em;
  font-weight: 400;
  color: var(--quaternary-color);
}

.about-list li:last-child {
  padding-bottom: 0;
}

.client-card {
  border: 1px solid #352F6C1F;
  background-color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 2em;
  position: relative;
  margin-top: 4em;
  height: 100%;
}

.client-user-img-sec {
  position: absolute;
  top: -45px;
  left: 30px;
  border: 1px solid#1C1648;
  border-radius: 50%;
  padding: 2px;
}

.client-user-img {
  width: 5em;
  height: 5em;
  border-radius: 50%;
}

.client-info {
  padding-top: 2em;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.client-info h4 {
  color: #121212;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.client-info p {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 0;
}

.tns-controls {
  display: none;
}

.tns-nav {
  display: none;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  display: none;
}

.tns-outer {
  padding: 1em !important;
}

.client-slider-container {
  position: relative;
}

.client-slider-container .controls {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -60px;
  gap: 1em;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-slider-container .controls:focus {
  outline: none;
}

.client-slider-container .controls li:hover {
  cursor: pointer;
}


.contact-us-box {
  box-shadow: 0px 0px 25px 0px #0100560F;
  padding: 2em;
  border-radius: 16px;
  /* margin-bottom: 3em; */
}

.contact-us-form-box h2 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0.8em;
}

.contact-us-img {
  max-width: 25em;
}

.footer-sec {
  background-color: #FAF9F9;
  padding: 3em 0;
}

.social-link-icon {
  height: 2em;
  object-fit: contain;
}

.social-link-list {
  display: flex;
  align-items: center;
  gap: 1em;
}

.footer-about-card p {
  font-size: 0.9em;
  font-weight: 600;
  color: var(--tertiary-color);
  line-height: 1.8;
  margin-bottom: 0;
}

.social-link-list {
  padding-top: 2em;
}

.footer-link-card h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 1.5em;
}

.footer-contact-card h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 1.5em;
}

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

.footer-link li a {
  font-size: 0.85em;
  font-weight: 600;
  color: var(--tertiary-color);
  display: grid;
  grid-template-columns: 25px auto;
  align-items: center;
  text-transform: uppercase;
  transition: all 2s ease;
}

.footer-link li:hover a {
  transform: translateX(10px);
}

.footer-link li:last-child {
  padding-bottom: 0;
}

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

.footer-contact-list li a {
  font-size: 0.85em;
  font-weight: 600;
  color: var(--tertiary-color);
  display: grid;
  grid-template-columns: 35px auto;
  align-items: center;
  line-height: 1.8;
}

.footer-contact-list li div {
  font-size: 0.85em;
  font-weight: 600;
  color: var(--tertiary-color);
  display: grid;
  grid-template-columns: 35px auto;
  align-items: flex-start;
  line-height: 1.8;
}

.copyright-sec {
  background-color: #1C1648;
  padding: 1em 0;
}

.copyright-card p {
  text-align: center;
  margin-bottom: 0;
  color: var(--secondary-color);
  font-size: 0.9em;
  font-weight: 600;
}

.carousel-item {
  background-color: var(--primary-color);
  border-radius: 16px;
}

.hero-banner-sec {
  background-color: var(--primary-color);
  border-radius: 16px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.top-notch-services-card {
  background-color: var(--secondary-color);
  border-radius: 16px;
  height: 100%;
}

.top-notch-services-card:hover {}

.top-notch-services-icon {
  height: 5em;
  object-fit: contain;
}

.top-notch-services-header-sec {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  margin-bottom: 1em;
}

.top-notch-services-header-sec span {
  font-size: 1em;
  font-weight: 800;
  color: #202020;
}

.top-notch-services-body-sec p {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 0.8em;
}

.top-notch-services-img-sec {
  padding-right: 2em;
}

.cta-sec {
  background-image: url('../img/landing-page/cta-bg.png');
  background-size: cover;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
}

.supported-country-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
}

.supported-country-card h4 {
  font-size: 1em;
  font-weight: 800;
  color: #202020;
}

.supported-country-card {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
}

.supported-country-img {
  height: 7em;
  object-fit: contain;
}

.about-us-info-card {
  background-color: var(--secondary-color);
  border-radius: 16px;
  height: 100%;
  padding: 2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) inset, 0 0 5px rgba(0, 0, 0, 0.1);
  border: 10px solid #f9f9f9;
}

.about-us-info-icon {
  height: 4em;
  object-fit: contain;
}

.about-us-info-header-sec {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  margin-bottom: 1em;
}

.about-us-info-header-sec span {
  font-size: 1em;
  font-weight: 800;
  color: #202020;
}

.about-us-info-body-sec p {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 0.8em;
}

.about-us-info-img-sec {
  padding-right: 2em;
}

/* Mega Menu */

.navbar-dark .navbar-nav a.nav-link {
  color: #ffffff;
  font-size: 1.1em;
}

.header-nav-center .dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
  left: -350px !important;
}

.header-nav-center .dropdown-menu.carrers-dropdown {
  left: -70px !important;
}


.dropdown-menu.carrers-dropdown li:first-child a {
  text-transform: capitalize !important;
  font-weight: 400 !important;
  color: gray !important;
}

.services-convert-sec {
  background-color: #202020b8;
  padding: 1em;
  border-radius: 16px;
}

.services-convert-sec .economic-exchange-form .form-label {
  font-size: 0.95em;
  font-weight: 800;
  color: #fff;
  display: block;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .header-nav-center .dropdown:hover .dropdown-menu {
    display: flex;
  }

  .header-nav-center .dropdown-menu.show {
    display: flex;
  }
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 0.85em;
  padding: 0.5em 1em;
}

.dropdown-menu li .dropdown-item:hover {
  background-color: #f1f1f1;
}

.dropdown-menu li:first-child a {
  font-weight: bold;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #dca63c;
}

.dropdown-menu li:first-child a:hover {
  background-color: #f1f1f1;
}

.branch-details-card {
  background-color: var(--secondary-color);
  padding: 2em;
  border-radius: 16px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 100%;
  height: 100%;
  position: relative;
}

.branch-details-sec {
  background-color: #FAF9F9;
}

.branch-details-card h4 {
  font-size: 1em;
  font-weight: 800;
  color: #202020;
  margin-bottom: 1.2em;
  position: relative;
}

.branch-details-card h4::after {
  content: ' ';
  position: absolute;
  width: 120px;
  height: 3px;
  display: inline-block;
  background-color: #333;
  left: 0;
  bottom: -4px;
  transform: scalex(0);
  transition: all 2s ease;
}

.branch-details-card:hover h4::after {
  transform: scaleX(1);
  background-color: #4bc8c5;
}

.branch-icon {
  height: 4em;
  object-fit: contain;
  margin-top: 1em;
  margin-bottom: 1em;
}

.branch-details-card .branch-details-card-head p {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
}

.branch-details-card .branch-details-bottom h6 {
  font-size: 1em;
  font-weight: 800;
  color: #202020;
  margin-bottom: 1.2em;
  position: relative;
}

.branch-details-card .branch-details-bottom span a {
  color: var(--quaternary-color);
}

.branch-details-card .branch-details-bottom span,
.branch-details-card .branch-details-bottom p {
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0;
}

.services-convert-sec .economic-exchange-form .form-control::placeholder {
  font-weight: 600;
  font-size: 0.9em;
  color: var(--primary-color);
  border-color: #fff !important;

}

.services-convert-sec .currency-select .bootstrap-select>.dropdown-toggle {
  background-color: #fff !important;
}

.branch-details-card {
  position: relative;
}

.branch-details-icons {
  display: flex;
}

.accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}

.fag-info-tabs .accordion-header .accordion-button {
  font-weight: 600 !important;
}

.accordion-button:not(.collapsed) {
  color: var(--secondary-color) !important;
  background-color: var(--primary-color) !important;
}

.accordion-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 12px !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.fag-info-tabs .accordion-body {
  line-height: 1.8;
  font-weight: 400;
  font-size: 0.85em;
  color: var(--quaternary-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/chevron-down-solid.svg") !important;
}

.faq-info-frame .section-title {
  margin-bottom: 1em;
}

.policy-info-frame p,
.policy-tabs-content-frame p {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 0.5em;
  /* text-align: center; */
}

.policy-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--secondary-color) !important;
  background-color: var(--primary-color) !important;
}

.policy-tabs .nav-link {
  color: var(--primary-color) !important;
  font-size: 0.9em !important;
  font-weight: 600;
}

.policy-tabs-content-frame h3 {
  font-size: 2em;
  font-weight: 600;
  color: var(--tertiary-color);
  text-align: center;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.privacy-policy-list li {
  padding-bottom: 1.5em;
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  font-size: 0.9em;
  font-weight: 400;
  color: var(--quaternary-color);
}

.policy-tabs-content-frame h5 {
  color: var(--tertiary-color);
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1em;
  line-height: 1.5;
}

.policy-tabs ul {
  gap: 1em;
}

.policy-btn {
  border: 1px solid var(--primary-color);
  font-size: 1.2em;
  font-weight: 500;
  color: var(--primary-color);
  padding: 2em 4em;
  display: flex;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 30em;
  margin: 1.5em auto 0;
}

.policy-btn svg {
  transition: all .3s ease;
  animation: 1s infinite alternate shake;
}

@keyframes shake {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(10px);
  }
}

.beneficiary-logo-frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  padding-top: 2em;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}


.chariman-content p {
  margin-bottom: 1em;
  max-width: 100%;
  font-size: 0.9em;
}

.chariman-banner-content {
  padding: 2em 2em;
}

.chariman-name-text h4 {
  padding-top: 2em;
  color: var(--secondary-color);
  font-size: 1.2em;
  font-weight: 600;
}

.banner-general-manager {
  max-width: 30em;
  margin: auto;
}

.carrers-page .about-us-info-header-sec {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.carrers-page .about-us-info-header-sec .about-us-info-icon {
  height: 7em;
}

.carrers-page .about-us-info-card {
  padding: 1.5em;
  text-align: center;
}

.carrers-page .our-services-card {
  padding: 1.5em;
}

/* Google Translator CSS */

#google_translate_element {
  padding: 0;
  right: -9px;
  top: 9px;
  padding-right: 1.5em;
  /* position: relative; */
}

.goog-te-gadget-simple img,
img.goog-te-gadget-icon,
.goog-te-menu-value span {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  display: block;
}

.goog-te-menu-frame {
  box-shadow: none !important;
}

.goog-te-gadget-simple {
  /* background-color: transparent !important;
  background: url("../img/globe.png") center / 12px no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-size: contain;
  display: inline-block;
  font-weight: 400;
  line-height: 1.8;
  padding: 11px 22px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
  border-radius: 4px; */
  background: linear-gradient(94.35deg, #D2932E 4.77%, #F5C53A 48.53%, #ECBD3A 90.77%);
  border: 0 !important;
  color: var(--tertiary-color) !important;
  font-weight: 600 !important;
  border-radius: 50px;
  font-size: 0.85em;
  padding: 0.5em 1.5em !important;
  line-height: 2.5;
}


.goog-te-gadget-simple span {
  color: var(--tertiary-color) !important;
  border-left: 0 !important;
}

.fax-number {
  display: flex;
  align-content: center;
  gap: 0.5em;
  margin-top: 1em;
}

.thank-you-info,
.error-page {
  text-align: center;
}

.thank-you-info h1 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--quaternary-color);
  margin-bottom: 1em;
}

.thank-you-info p,
.error-page p {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--tertiary-color);
}

.thank-you-info .thankyou-img {
  width: 25em;
  margin: 0 auto;
  padding-bottom: 2em;
  padding-top: 3em;
}

.servey-info h1 {
  font-size: 1.8em;
  font-weight: 600;
  color: var(--quaternary-color);
  text-align: center;
}

.servey-info img {
  width: 40em;
  margin: 0 auto;
  padding-bottom: 2em;
  padding-top: 3em;
}

.error-page img {
  width: 30em;
  margin: 0 auto;
  padding-bottom: 2em;
  padding-top: 3em;
}

.address-book {
  grid-template-columns: 30px auto;
  display: grid;
  align-items: flex-start;
}

.address-book span {
  margin-top: -0.2em;
}

.locate-map-btn {
  font-size: 0.78rem;
  font-weight: 400;
  color: #1C1648;
  opacity: 0.8;
  line-height: 1.8;
  background-color: transparent !important;
  border: 1px solid #1C1648 !important;
  border-radius: 50px;
  margin-bottom: 0;
  /* grid-template-columns: 30px auto; */
  display: inline-flex;
  align-items: flex-start;
  gap: 1em;
  margin-top: 1.5em;
  padding: 0.8em 2em;
  transition: all 0.5s ease 0s;
}

.locate-map-btn:hover {
  background-color: #1C1648 !important;
  color: var(--secondary-color);
}

.locate-map-btn:hover svg {
  fill: var(--secondary-color);
}

.marker-card-info-window {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.marker-card-info-window strong {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--tertiary-color);
  display: block;
}

.locate-map-btn {
  cursor: pointer;
}

.fraud-prevention-page .effortless-money-transfer-img {
  border-radius: 20px;
}

.fraud-modal-header-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.modal-header.fraud-modal-header {
  height: 15rem;
  position: relative;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  border-bottom: none;
}

.modal-header.fraud-modal-header .btn-close {
  position: absolute;
  right: 2em;
  top: 2em;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  color: #fff;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, .6);
}

.fraud-prevention-box .accordion-body h4 {
  color: #121212;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.fraud-prevention-box .accordion-body p {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 0.8em;
}

.fraud-prevention-list li {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  padding-bottom: 1em;
}

.fraud-prevention-list li:last-child {
  padding-bottom: 0;
}

.fraud-prevention-grid {
  display: grid;
  grid-template-columns: 35px auto;
  align-items: center;
}

.accordion-button:not(.collapsed) .fraud-prevention-grid svg {
  fill: var(--secondary-color);
}

.fraud-prevention-modal .modal-body {
  height: 250px;
  overflow-y: auto;
}

@media (min-height: 500px) {
  .fraud-prevention-modal .modal-body {
    height: 400px;
  }
}

@media (min-height: 800px) {
  .fraud-prevention-modal .modal-body {
    height: 600px;
  }
}

.fraud-prevention-modal ::-webkit-scrollbar {
  background-color: #fff;
  width: 16px
}

/* background of the scrollbar except button or resizer */
.fraud-prevention-modal ::-webkit-scrollbar-track {
  background-color: #fff
}

.fraud-prevention-modal ::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4
}

/* scrollbar itself */
.fraud-prevention-modal ::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #fff
}

.user-chat-sec ::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.user-chat-sec ::-webkit-scrollbar-button {
  display: none
}


.cta-btn-sec {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.cta-box-sec {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='250' preserveAspectRatio='none' viewBox='0 0 1440 250'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1003%26quot%3b)' fill='none'%3e%3crect width='1440' height='250' x='0' y='0' fill='rgba(28%2c 22%2c 72%2c 1)'%3e%3c/rect%3e%3cpath d='M33 250L283 0L496 0L246 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1004%26quot%3b)'%3e%3c/path%3e%3cpath d='M250.60000000000002 250L500.6 0L661.1 0L411.1 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1004%26quot%3b)'%3e%3c/path%3e%3cpath d='M484.20000000000005 250L734.2 0L984.7 0L734.7 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1004%26quot%3b)'%3e%3c/path%3e%3cpath d='M742.8000000000001 250L992.8000000000001 0L1087.3000000000002 0L837.3000000000001 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1004%26quot%3b)'%3e%3c/path%3e%3cpath d='M1404 250L1154 0L1068.5 0L1318.5 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1005%26quot%3b)'%3e%3c/path%3e%3cpath d='M1155.4 250L905.4000000000001 0L702.9000000000001 0L952.9000000000001 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1005%26quot%3b)'%3e%3c/path%3e%3cpath d='M945.8 250L695.8 0L617.8 0L867.8 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1005%26quot%3b)'%3e%3c/path%3e%3cpath d='M699.1999999999999 250L449.19999999999993 0L158.19999999999993 0L408.19999999999993 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1005%26quot%3b)'%3e%3c/path%3e%3cpath d='M1284.720849615138 250L1440 94.72084961513804L1440 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1004%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 250L155.27915038486196 250L 0 94.72084961513804z' fill='url(%26quot%3b%23SvgjsLinearGradient1005%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1003'%3e%3crect width='1440' height='250' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1004'%3e%3cstop stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1005'%3e%3cstop stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  /* padding: 2em 2em; */
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.cta-box-sec::before {
  background-image: var(--overlay-bg, linear-gradient(90deg, rgba(51, 51, 51, 0) 30%, rgba(0, 0, 0, .9)));
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.cta-fraud-img {
  max-width: 25em;
}

.text-flex {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1em;
}

.policy-section-title h5 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-top: 1em;
  margin-bottom: 1em;
}

.privacy-image-area {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 2em;
  align-self: flex-start;
  height: auto;

}

.privacy-imgae-frame {
  position: relative;
}

.privacy-text h2 {
  font-size: 5em;
  font-weight: 700;
  position: absolute;
  color: #efefef;
  z-index: 0;
  top: 0;
}

.file-upload-frame {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em;
  border: 1px dashed #333;
  border-radius: 12px;
  flex-direction: column;

}

.file-card-area {
  position: relative;
}

.file-card-area .form-control {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
}

.file-upload-frame .file-upload-info {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--quaternary-color);
  text-align: center;
}

.file-upload-frame .file-upload-info span {
  font-size: 0.85em;
  font-weight: 400;
  color: #353535;
  text-align: center;
}

.indication-teams {
  position: fixed;
  /* inset: 0; */
  /* display: inline-block; */
  bottom: 3%;
  right: 3%;
  z-index: 999;
  background: linear-gradient(94.35deg, #D2932E 4.77%, #F5C53A 48.53%, #ECBD3A 90.77%);
  border-radius: 50%;
  width: 4em;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custome-check-box-wrapped {
  display: flex;
  align-items: center;
  gap: 1em;
}

.emoji-icons {
  width: 28px;
  height: 28px;
}

.custome-check-box {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
  border: 1px solid #13125333 !important;
  padding: 0;
  border-radius: 12px;
  flex: 1;
}

.custome-check-box label {
  padding: 2em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  color: var(--tertiary-color);
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  font-size: 0.85em;
  font-weight: 500;
}

.custome-check-box label:after {
  display: none;
  width: 20px;
  height: 20px;
  content: '';
  border: 2px solid #d1d7dc;
  background-color: #fff;
  /* background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E "); */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAABEElEQVR4nN2Uy2pCMRCGP69v4d7FcaW7PkOpeKlPJFTbt2g50DfxCbygblt0V5VuI4ERSkyaMbryhx/OCck3w8wkcO+qAgMgB+bAAdgDU1nryJ4kdYE1YCJeAo+XgEvAmwJsHA+BgiZACtwAG6CmKUsqPBNGOQS3zVolwLdAQxh1YBJq/ODKzDP5N8I6U34juAE+fQEWDuABaDkHNXAj432mnbOpGQDE4Na/vgD7SPO+PGvfgfL9aErkyzaLZH7y/JImb/9kHcv85HdfgOfIxLT+abrrni9ARR6ulJtsnAkKvrCdGwR4IqLXK+AvKFQExgnwkZxVq63syVJTlpAqQB/4AGZyGa3tt12z02L33LGOIBoRNS1BhhMAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: -3px -3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 8px;
  top: 16px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
  opacity: 0;
  visibility: hidden;
}

.custome-check-box input:checked~label {
  color: var(--secondary-color);
  background: var(--primary-color);
  border-radius: 12px;
}

.custome-check-box input:checked~label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.custome-check-box input:checked~label:after {
  /* background-color: var(--primary-color);
  border-color: var(--primary-color); */
  opacity: 1;
  visibility: visible;
}

.custome-check-box input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.custome-rating-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}

.error-message {
  margin: 0 0 1em 0;
}

.survey-form-wrapped h2 {
  font-size: 2em;
}

.survey-form-wrapped .form-label {
  font-size: 0.9em;
  font-weight: 600;

}

.venom-button {
  z-index: 999;
}

.file-upload-cancel-frame button {
  background-color: unset;
  border: none;
}

.file-upload-info p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 0em;
  color: var(--tertiary-color);
}

.file-upload-processing .progress {
  height: 8px;
}

.file-uploaded-wrapped {
  display: flex;
  align-items: center;
  gap: 1em;
  background-color: #efefef;
  padding: 1em;
  border-radius: 12px;
  margin-top: 1em;
}

.file-upload-info-frame {
  flex: 1;
}

.required-text {
  /* margin-bottom: 0; */
  /* margin-top: 0.5em; */
  color: #a5a5a5;
  font-size: 0.9em;
  font-weight: 500;
}

.policies-sec-box {
  background-color: var(--primary-color);
  border-radius: 16px;
  padding: 4em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

.policies-card {
  background: #FAF9F9;
  border-radius: 12px;
  padding: 1em;
}

.policies-info {
  text-align: center;
}

.policies-info h4 {
  color: var(--tertiary-color);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 1em 0;
}

.policies-btn-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.policies-btn-sec a {
  border-radius: 50px;
  font-weight: 500 !important;
  font-size: .9em !important;
  padding: 0.3em 1.5em !important;
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  line-height: 2 !important;
  opacity: 1 !important;
}

.policies-btn-sec a:first-child {
  background: var(--primary-color);
  color: var(--secondary-color) !important;
}

.policies-btn-sec a:last-child {
  background: linear-gradient(94.35deg, #D2932E 4.77%, #F5C53A 48.53%, #ECBD3A 90.77%);
  color: var(--tertiary-color) !important;
}

.gov-policy-frame,
.arabic-gov-policy-frame {
  background-color: var(--primary-color);
  border-radius: 16px;
  padding: 3em;
}

.gov-policy-frame p {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: 1.8;
  margin-bottom: 0.8em;
}

.gov-policy-frame h4 {
  font-size: 1em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: .8em;
}

.policy-list-arabic,
.policy-list {
  margin-top: 1em !important;
  margin-bottom: 2em !important;
}

.policy-list li {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: start;
  margin-bottom: .8em;
}

.policy-list li svg,
.policy-list-arabic svg {
  margin-top: 3px;
}

.policy-list li span {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Arabic text*/
.arabic-gov-policy-frame p {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: 1.8;
  margin-bottom: 0.5em;
  text-align: right;
}

.arabic-gov-policy-frame h4 {
  font-size: 1em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: .5em;
  text-align: right;
}

.policy-list-arabic li {
  display: grid;
  grid-template-columns: 1162px auto;
  align-items: start;
  gap: 1em;
  margin-bottom: .8em;
}

.policy-list-arabic li span {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: 1.8;
  margin-bottom: 0;
  text-align: right;
}

.policy-list-arabic li:last-child {
  margin-bottom: 0;
}

.gov-policy-frame .table-responsive,
.arabic-gov-policy-frame .table-responsive {
  border-radius: 8px !important;
}

.key-factor-table {
  width: 100%;
}

.key-factor-table th:first-child {
  width: 20%;
}

.key-factor-table th:last-child {
  width: 80%;
}

.table-header {
  text-align: center;
  background: linear-gradient(94.35deg, #D2932E 4.77%, #F5C53A 48.53%, #ECBD3A 90.77%) !important;
  vertical-align: middle;
  padding: .5em;
  /* border-top-left-radius: 6px;
  border-top-right-radius: 6px; */
}

.key-factor-table tr:last-child th {
  border-bottom: none;
}

.table-header h5 {
  font-size: 1em;
  font-weight: 600;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.table-header tr th:first-child {
  width: 20%;
}

.table-header tr th:last-child {
  width: 80%;
}

.key-factor-table td {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--quinary-color);
  vertical-align: middle;
  padding: 1em;
  border-bottom: 1px solid #ddd;
  background: var(--secondary-color);
  line-height: 1.6;
}


.key-factor-table td:first-child {
  width: 20%;
  font-weight: 600;
  color: var(--tertiary-color);
}

.key-factor-table td p {
  color: var(--quinary-color);
  margin-bottom: 0;
}

/* Warning Section Styling */
.warning-section {
  background: #fff9f0;
  padding: 40px 20px;
  border-top: 4px solid #ff9900;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin: 30px auto;
  font-family: 'Segoe UI', sans-serif;
}

.warning-container {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  border-left: 6px solid #f39c12;
  box-shadow: 0 2px 10px rgba(255, 153, 0, 0.1);
}

.warning-title {
  font-size: 1.8rem !important;
  font-weight: bold;
  color: #d35400 !important;
  margin-bottom: 20px;
}

.warning-text {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.6;
  color: #444 !important;
  margin-bottom: 15px;
}


.ar-policy-sec .section-title h2 {
  font-size: 1.8em !important;
  line-height: 1.4;
}

.gov-policy-frame a {
  word-break: break-all;
}

/* Reset and base styles */

.currency-converter {
  background: var(--primary-color);
  min-height: 100vh;
  padding-top: 5em;
}

.currency-converter .section-title h1 {
  font-size: 2.2em;
  font-weight: 700;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 0.2em;
}

.currency-converter .section-title p {
  font-size: 1em;
  font-weight: 600;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 0.2em;
}

.currency-converter .card {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  border: none;
  padding: clamp(15px, 4vw, 25px);
  margin-bottom: 20px;
  width: 100%;
}

.currency-converter .form-label {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  color: var(--text-color);
}

.currency-converter .economic-exchange-box {
  display: grid;
  grid-template-columns: 1fr;
  align-items: self-start;
  gap: 15px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .currency-converter .economic-exchange-box {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}

.currency-converter .form-control,
.currency-converter .form-select {
  border-radius: 8px !important;
  padding: 12px 15px !important;
  border: 1px solid var(--border-color) !important;
  transition: var(--transition) !important;
  font-size: clamp(0.9rem, 2.5vw, 1rem) !important;
  width: 100% !important;
  height: 50px;
}

.currency-converter .form-control:focus,
.currency-converter .form-select:focus {
  border: 1px solid var(--border-color) !important;
  box-shadow: none;
}

.currency-converter .currency-convertor-btn-sec {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .currency-converter .currency-convertor-btn-sec {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.currency-converter .rate-info {
  text-align: center;
}

@media (min-width: 768px) {
  .currency-converter .rate-info {
    text-align: left;
  }
}

.currency-converter .default-btn {
  background: linear-gradient(94.35deg, #D2932E 4.77%, #F5C53A 48.53%, #ECBD3A 90.77%);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-weight: 600;
  transition: var(--transition);
  cursor: pointer;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  width: 100%;
}

@media (min-width: 768px) {
  .currency-converter .default-btn {
    width: auto;
  }
}

.currency-converter .default-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.currency-converter .default-btn:active {
  transform: translateY(0);
}

.currency-converter .default-btn:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.currency-converter .result-box {
  background-color: #f1f8ff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  display: none;
}

.currency-converter .conversion-rate {
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.currency-converter .conversion-result {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  font-weight: 700;
  color: var(--text-color);
  margin: 10px 0;
  line-height: 1.3;
}

.currency-converter .last-updated {
  color: var(--text-muted);
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  margin-bottom: 0;
}

.currency-converter .swap-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--primary-color);
  cursor: pointer;
  margin: 10px 0;
  padding: 8px;
  border-radius: 50%;
  transition: var(--transition);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.currency-converter .swap-btn:hover {
  background-color: rgba(58, 134, 255, 0.1);
}

.currency-converter .swap-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}

.currency-converter .loading {
  opacity: 0.7;
  pointer-events: none;
}

.currency-converter .live-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--success-color);
  border-radius: 50%;
  margin-right: 5px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.currency-converter .auto-refresh-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  justify-content: center;
}

@media (min-width: 768px) {
  .currency-converter .auto-refresh-toggle {
    justify-content: flex-start;
  }
}

.currency-converter .api-status {
  font-size: 0.7rem;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 8px;
}

.currency-converter .status-connected {
  background-color: #d4edda;
  color: #155724;
}

.currency-converter .status-error {
  background-color: #f8d7da;
  color: #721c24;
}

.currency-converter .footer {
  text-align: center;
  margin-top: 20px;
  padding: 0 10px;
}

.currency-converter .footer p {
  color: var(--text-muted);
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  margin-bottom: 5px;
}

/* Loading animation */
.currency-converter .spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  margin-right: 8px;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Mobile-specific adjustments */
@media (max-width: 575px) {
  .currency-converter .card {
    padding: 20px 15px;
  }

  .currency-converter .form-control,
  .currency-converter .form-select {
    padding: 10px 12px;
  }

  .currency-converter .default-btn {
    padding: 12px 20px;
  }
}

/* Extra small devices */
@media (max-width: 360px) {
  .currency-converter body {
    padding: 10px;
  }

  .currency-converter .card {
    padding: 15px 10px;
  }

  .currency-converter .header h1 {
    font-size: 1.4rem;
  }
}

.currency-converter .input-hint {
  color: #6c757d;
  font-size: 0.8rem;
  margin-top: 5px;
  display: block;
}

.currency-converter a {
  color: var(--primary-color);
  text-decoration: none;
}

.currency-converter a:hover {
  text-decoration: underline;
}