@media (min-width: 1600px) {
  .col-3xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-3xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-3xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-3xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-3xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-3xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-3xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-3xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-3xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-3xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-3xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-3xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-3xl-first {
    order: -1;
  }
  .order-3xl-last {
    order: 13;
  }
  .order-3xl-0 {
    order: 0;
  }
  .order-3xl-1 {
    order: 1;
  }
  .order-3xl-2 {
    order: 2;
  }
  .order-3xl-3 {
    order: 3;
  }
  .order-3xl-4 {
    order: 4;
  }
  .order-3xl-5 {
    order: 5;
  }
  .order-3xl-6 {
    order: 6;
  }
  .order-3xl-7 {
    order: 7;
  }
  .order-3xl-8 {
    order: 8;
  }
  .order-3xl-9 {
    order: 9;
  }
  .order-3xl-10 {
    order: 10;
  }
  .order-3xl-11 {
    order: 11;
  }
  .order-3xl-12 {
    order: 12;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.666667%;
  }
  /* .modal-3xl {
    max-width: 1520px;
  } */
  /* .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .container-3xl {
    max-width: 1520px;
  } */
}

@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/Euclid Circular A Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/Euclid Circular A Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/Euclid Circular A Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/Euclid Circular A SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/Euclid Circular A Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ===== pseudo ===== */
/* ===== Usage ===== */
/* ===== vertically-center ===== */
.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

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

.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

.flex-end-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.flex-center-vert {
  display: flex;
  align-items: center;
}

.flex-center-horiz {
  display: flex;
  justify-content: center;
}

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
}

* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Euclid Circular A", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #40566D;
}
@media only screen and (max-width: 1599px) {
  html, body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  html, body {
    font-size: 12px;
  }
}

.h1, h1, .h2, h2, .h3, h3,
.h4, h4, .h5, h5, .h6, h6 {
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.25;
  color: #192839;
}

.h1, h1, .h2, h2 {
  font-size: 45px;
}
@media only screen and (max-width: 1599px) {
  .h1, h1, .h2, h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .h1, h1, .h2, h2 {
    font-size: 30px;
  }
}

.h3, h3 {
  font-size: 30px;
}
@media only screen and (max-width: 1599px) {
  .h3, h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .h3, h3 {
    font-size: 24px;
  }
}

.h4, h4 {
  font-size: 26px;
}
@media only screen and (max-width: 1599px) {
  .h4, h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .h4, h4 {
    font-size: 22px;
  }
}

.h5, h5 {
  font-size: 24px;
}
@media only screen and (max-width: 1599px) {
  .h5, h5 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .h5, h5 {
    font-size: 18px;
  }
}

.h6, h6 {
  font-size: 20px;
}
@media only screen and (max-width: 1599px) {
  .h6, h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .h6, h6 {
    font-size: 16px;
  }
}

a {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
}

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

.badge {
  background-color: #E6ECF3;
  color: #40566D;
  padding: 10px 25px;
  font-size: 1rem;
}

.fw-medium {
  font-weight: 500;
}

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

.py-80 {
  padding: 40px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-80 {
    padding: 80px 0px;
  }
}

.py-100 {
  padding: 50px 0px;
}
@media only screen and (min-width: 992px) {
  .py-100 {
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .py-100 {
    padding: 100px 0px;
  }
}

.py-50 {
  padding: 30px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-50 {
    padding: 50px 0px;
  }
}

.py-40 {
  padding: 20px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-40 {
    padding: 40px 0px;
  }
}

.row-gap1 {
  row-gap: 4px;
}
.row-gap2 {
  row-gap: 8px;
}
.row-gap3 {
  row-gap: 12px;
}
.row-gap4 {
  row-gap: 16px;
}
.row-gap5 {
  row-gap: 25px;
}

.text-base {
  color: #000;
}
.text-red {
  color: #EE2834;
}

.bg-gray {
  background-color: #F8FAFC;
}

.reveal {
  opacity: 0;
}

.reveal.show {
  opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  border-radius: 10px;
  padding: 17px 20px;
  border: 1px solid #E3E3E3;
  outline: 0 !important;
  box-shadow: none !important;
}
.form-control::-moz-placeholder {
  color: #919191;
}
.form-control::placeholder {
  color: #919191;
}

.form-section .form-control {
  color: #919191;
}
.form-section .form-control::-moz-placeholder {
  color: #919191;
}
.form-section .form-control::placeholder {
  color: #919191;
}

header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #0F172B;
}
header .hmenu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
}
header .hmenu ul li a {
  position: relative;
  display: block;
  padding: 10px 35px;
  color: #fff;
  text-decoration: none;
}
header .hmenu ul li a:hover {
  color: #EE2834;
}
header .hmenu ul li a.dropdown-toggle {
  white-space: normal;
}
header .hmenu ul li a.dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  margin: 0 0 0 10px;
  vertical-align: unset;
}
header .hmenu ul li.dropdown {
  position: relative;
}
header .hmenu ul li.dropdown > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  border-radius: 8px;
  padding: 10px;
  display: none;
  background-color: #F8FAFC;
}
@media only screen and (min-width: 1200px) {
  header .hmenu ul li.dropdown > ul {
    width: 360px;
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  header .hmenu ul li.dropdown > ul {
    position: static !important;
    width: 100%;
    max-height: 100%;
    transform: none !important;
  }
}
header .hmenu ul li.dropdown > ul > li a {
  color: #40566D;
  padding: 10px;
  border-radius: 6px;
  font-size: 0.875rem;
}
header .hmenu ul li.dropdown > ul > li a b {
  display: block;
  color: #0F172B;
  font-size: 1rem;
}
header .hmenu ul li.dropdown > ul > li a:hover {
  background-color: #fff;
}
header .hmenu ul li.dropdown > ul > li ul {
  left: 100% !important;
  top: 0px !important;
  transform: none !important;
  border: none;
  background-color: #EEF0F3;
  min-height: 100%;
  border-radius: 0 8px 8px 0;
}
@media only screen and (min-width: 1200px) {
  header .hmenu ul li.dropdown > ul > li ul {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  header .hmenu ul li.dropdown > ul > li ul {
    margin: 0 -10px !important;
  }
}
header .hmenu ul li.dropdown > ul > li.dropdown {
  position: static;
}
header .hmenu ul li.dropdown > ul:has(.show) {
  border-radius: 8px 0 0 8px;
}
header .hmenu ul li.dropdown > ul.lvl1 > li.dropdown > a.dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 10px;
}
@media only screen and (min-width: 992px) {
  header .hmenu ul li.dropdown > ul.lvl1 > li.dropdown > a.dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}
header .hmenu ul li.dropdown:has(> .show) > ul {
  display: block;
}
@media only screen and (max-width: 991px) {
  header .hmenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    padding: 15px;
    height: 100dvh;
    z-index: 1050;
    transition: 0.3s;
    background-color: #0F172B;
  }
  header .hmenu > ul {
    display: block;
    padding: 20px 0 0px;
    overflow-y: auto;
    max-height: calc(100dvh - 120px);
  }
  header .hmenu > ul li a {
    padding: 10px 35px 10px 0;
  }
  header .hmenu.show {
    left: 0;
    transition: none;
  }
}
header .navbartoggle {
  color: #fff;
  cursor: pointer;
}

footer {
  background: url("../img/footer.png") no-repeat bottom right;
  background-size: auto;
  background-color: #F8FAFC;
  color: #4A5565;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li a {
  display: block;
  margin-bottom: 10px;
  color: inherit;
}
footer .fcontact a {
  margin-bottom: 15px;
}
footer .fbot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}
@media only screen and (max-width: 991px) {
  footer .fbot-links {
    justify-content: center;
  }
}
footer .fsocial {
  text-align: center;
  margin: 10px 0;
}

.btn {
  box-shadow: none !important;
  outline: none !important;
  text-align: center;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 18px 45px;
  line-height: 1;
  font-size: 1rem;
  border: 1px solid #fff;
  font-weight: 600;
}
.btn:hover, .btn:active, .btn:first-child:active, .btn:disabled {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:first-child:active, .btn-outline:disabled {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-primary {
  background-color: #EE2834;
  border-color: #EE2834;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:first-child:active, .btn-primary:disabled {
  background-color: #EE2834;
  border-color: #EE2834;
  color: #fff;
}

.section-banner {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  background-color: #0F172B;
  background: url("../img/banner-bg.png") no-repeat left top;
  background-size: cover;
}
.section-banner .badge {
  background-color: #293042;
  color: #fff;
  padding: 13px 21px;
  font-size: 1rem;
}
.section-banner .text-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.faq-sec .accordion-faq {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 50px;
}
.faq-sec .accordion-faq::after {
  content: "";
  display: table;
  clear: both;
}
.faq-sec .accordion-faq .card {
  background-color: #E8EDF3;
  border: none;
  border-radius: 10px;
  width: 100%;
}
.faq-sec .accordion-faq .card .card-header {
  position: relative;
  padding: 15px;
  padding-right: 25px;
  border: none;
  background-color: transparent;
}
.faq-sec .accordion-faq .card .card-header::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 13px;
}
.faq-sec .accordion-faq .card .card-body {
  padding: 15px;
}
.faq-sec .accordion-faq .card:has(> .show) .card-header::after {
  content: "\f106";
}

.partners-sec {
  background: linear-gradient(258.15deg, #E03078 -22.07%, #E04F3F 99.44%);
}
.partners-sec .container-fluid {
  padding-top: 30px;
}
.partners-sec .slider {
  margin-top: 30px;
}
.partners-sec .slider .swiper-wrapper {
  position: relative;
  transition-timing-function: linear !important;
}
.partners-sec .slider .swiper-wrapper .slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 179px;
  height: 85px;
  border-radius: 6px;
  background-color: #F2F2F2;
}
.partners-sec .slider .swiper-wrapper .slider-item img {
  max-width: 153px;
  max-height: 53px;
}

.home-section3 {
  background-color: #F8FAFC;
}
.home-section3 .badge {
  padding: 10px 21px;
  font-weight: 300;
  color: #40566D;
  background-color: #E6ECF3;
}
.home-section3 .product-slider {
  position: relative;
}
.home-section3 .product-slider .top-tabs-wrap {
  position: sticky;
  top: 100px;
  z-index: 8;
  text-align: center;
}
.home-section3 .product-slider .top-tabs-wrap .top-tabs {
  list-style: none;
  margin: 0 auto;
  padding: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 12px;
  box-shadow: 0px 1px 0.5px 0.05px rgba(29, 41, 61, 0.0196078431);
  border: 1px solid #E5E7EB;
  background-color: #fff;
}
.home-section3 .product-slider .top-tabs-wrap .top-tabs li a {
  text-decoration: none;
  display: block;
  padding: 5px 8px;
  border-radius: 8px;
  color: #40566D;
}
.home-section3 .product-slider .top-tabs-wrap .top-tabs li a.active {
  color: #192839;
  background: #F8FAFC;
}
.home-section3 .product-slider .slider-tab-wrap > [id] {
  position: absolute;
  height: 594px;
}
.home-section3 .product-slider .slider-tab-wrap .slider-tab {
  margin-top: 50px;
  position: sticky;
  top: 180px;
  padding: 45px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 13.4px 0px rgba(0, 0, 0, 0.0588235294);
}
.home-section3 .product-slider .slider-tab-wrap .slider-tab.tab1, .home-section3 .product-slider .slider-tab-wrap .slider-tab.tab6 {
  transform: none !important;
}
.home-section3 .product-slider .slider-tab-wrap .slider-tab img {
  border-radius: 12px;
}
@media only screen and (max-width: 991px) {
  .home-section3 .product-slider .slider-tab-wrap .slider-tab img {
    width: 300px;
  }
}
.home-section3 .product-slider .slider-tab-wrap .slider-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.home-section3 .product-slider .slider-tab-wrap .slider-tab ul li {
  margin-bottom: 12px;
}
.home-section3 .product-slider .slider-tab-wrap .slider-tab ul li::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  content: "\f058";
  display: inline-block;
  color: #53DE99;
  margin-right: 10px;
}

.home-section4 .row {
  row-gap: 30px;
}
.home-section4 .card {
  min-height: 100%;
  padding: 35px 20px;
  border: none;
  background-color: #F8FAFC;
}
.home-section4 .card img {
  margin-bottom: 25px;
}
.home-section4 .card p {
  margin-bottom: 0;
}

.home-section5 {
  background: linear-gradient(258.15deg, #E03078 -22.07%, #E04F3F 99.44%);
  color: #fff;
}
.home-section5 .row {
  row-gap: 30px;
}

.home-section6 {
  background: url("../img/industry-bg.png") no-repeat center top;
  background-size: cover;
  background-color: #fff;
}
.home-section6 .row {
  row-gap: 30px;
}
.home-section6 .card {
  border: none;
  background: #E6E9F7;
  min-height: 100%;
  overflow: hidden;
  justify-content: space-between;
}
.home-section6 .card.card1 {
  background: linear-gradient(98.15deg, #662326 2.54%, #000124 47.51%);
  flex-direction: row;
  align-items: center;
}
.home-section6 .card.card2 {
  background: linear-gradient(154.45deg, #741ADA 1.41%, #69D6FF 134.73%);
}
.home-section6 .card.card3 {
  background: linear-gradient(154.45deg, #070B08 1.41%, #69D6FF 134.73%);
}
.home-section6 .card.card4 {
  background: radial-gradient(ellipse 97.15% 119.28% at 95% 97%, #FFB45A 0%, #FF3869 100%);
}
.home-section6 .card.card5 {
  background: linear-gradient(127.65deg, #FFFFFF 3.71%, #FDDA7E 96.68%);
}
.home-section6 .card.card7 {
  background: linear-gradient(128.29deg, #000F4E -5.42%, #006C9E 82.57%);
}
.home-section6 .card .content {
  padding: 40px;
}

.home-section7 {
  background: linear-gradient(258.15deg, #E03078 -22.07%, #E04F3F 99.44%);
}

.testimonial-section {
  background-color: #0F172B;
}
.testimonial-section .badge {
  background: #222E4A;
  color: #fff;
}
.testimonial-section .testimonial-inner {
  position: relative;
  margin-top: 100px;
}
.testimonial-section .testimonial-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #0F172B;
  background: linear-gradient(0deg, rgb(15, 23, 43) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgb(15, 23, 43) 100%);
}
.testimonial-section .testimonial-inner::after {
  left: 0;
  top: auto;
  bottom: 0;
}
.testimonial-section .testimonial-inner .swiper {
  width: 100%;
  height: 1050px;
}
.testimonial-section .testimonial-inner .swiper-slide {
  height: 328px !important;
}
.testimonial-section .testimonial-inner .swiper-wrapper {
  transition-timing-function: linear !important;
}
.testimonial-section .testimonial-inner .card {
  border: none;
  border-radius: 10px;
  padding: 15px;
}
.testimonial-section .testimonial-inner .card .badge {
  background-color: #E6ECF3;
  color: #40566D;
  font-weight: 400;
  font-size: 12px;
}

.form-section {
  background-color: #E8EEF4;
}
.form-section .card {
  padding: 40px;
  border: none;
  border-radius: 15px;
  background-color: #F8FAFC;
}
.form-section .card.contact {
  padding: 25px;
}
.form-section .card.contact p {
  margin-bottom: 0;
}
.form-section .card.contact a {
  display: block;
  margin-top: 10px;
}
.form-section .card.card-form {
  min-height: 100%;
}
.form-section .card.card-form .form-control {
  background-color: transparent;
}

.contractx {
  padding: 150px 0 100px;
}
.contractx .badge {
  background: #1D2946;
  color: #8995B1;
  margin-bottom: 15px;
  font-weight: 400;
}
.contractx h3 {
  color: #B6C0D9;
}
.contractx h3 + p {
  color: #8995B1;
}
.contractx .form-section {
  border-radius: 10px;
  padding: 40px 25px 25px;
  background-color: #19243D;
}
.contractx .form-section label {
  color: #A3B1D0;
  margin-bottom: 5px;
}
.contractx .form-section .form-control {
  background-color: #0F172B;
  border: none;
  color: #fff;
}
.contractx .form-section .form-control::-moz-placeholder {
  color: #525E7C;
}
.contractx .form-section .form-control::placeholder {
  color: #525E7C;
}
.contractx .form-section .form-control.otp-input {
  padding: 24px 15px;
  max-width: 60px;
}

.contractx-sec2 {
  background: url("../img/contractx-sec2-bg.png") no-repeat bottom center;
  background-size: auto;
}

.contractx-sec3 {
  background: #F8FAFC;
}
.contractx-sec3 .card {
  margin-bottom: 30px;
  border-radius: 10px;
  border: none;
  background-color: #F8FAFC;
  min-height: 100%;
}
.contractx-sec3 .card .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  border-radius: 10px 10px 0 0;
  background-color: #BAD9F6;
}
.contractx-sec3 .card .des {
  padding: 15px;
}
.contractx-sec3 .card .des h6 {
  margin-bottom: 8px;
}
.contractx-sec3 .card .des p {
  color: #9D9D9D;
}

.contractx-sec4 .row {
  row-gap: 30px;
}
.contractx-sec4 .card {
  padding: 1.25rem;
  margin-bottom: 30px;
  min-height: 100%;
}
.contractx-sec4 .card div {
  margin-top: 60px;
  text-align: center;
}
.contractx-sec4 .card.card1 {
  background: linear-gradient(360deg, #FFEFCC 0%, #FFFFFF 60.26%);
}
.contractx-sec4 .card.card2 {
  background: linear-gradient(360deg, #FFD7DA 0%, #FFFFFF 60.26%);
}
.contractx-sec4 .card.card3 {
  background: linear-gradient(360deg, #EFE2FF 0%, #FFFFFF 60.26%);
}
.contractx-sec4 .card.card4 {
  background: linear-gradient(360deg, #CEE7FF 0%, #FFFFFF 60.26%);
}

.contractx-sec5 {
  background-color: #F8FAFC;
}
.contractx-sec5 .container-fluid {
  max-width: 93%;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .contractx-sec5 .container-fluid {
    max-width: 95%;
    margin-right: auto;
  }
}
.contractx-sec5 .swiper {
  width: 100%;
  height: 100%;
}
.contractx-sec5 .swiper .swiper-slide {
  min-height: 100%;
}
.contractx-sec5 .card {
  background-color: #E8EDF3;
  padding: 3.5rem 1.25rem 0;
  border: none;
  min-height: 100%;
}
.contractx-sec5 .card > div {
  margin: 30px -1.25rem 0;
}
.contractx-sec5 .swiper-nav {
  display: flex;
  align-items: center;
  padding-right: 30px;
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .contractx-sec5 .swiper-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 7;
    padding-right: 0;
    justify-content: space-between;
  }
}
.contractx-sec5 .swiper-nav > * {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  width: 52px;
  height: 44px;
  color: #4949D0;
  border: 1px solid #4949D0;
  background-color: #fff;
}

.about-banner {
  background: url("../img/about-banner-bg.png") no-repeat center bottom;
  background-size: cover;
  min-height: auto;
  margin-top: 85px;
}
@media only screen and (min-width: 1200px) {
  .about-banner {
    padding: 250px 0 250px;
    margin-top: 92px;
  }
}

.about-sec3 {
  background: #F8FAFC;
}
.about-sec3 .row {
  row-gap: 30px;
}
.about-sec3 .card {
  border-radius: 10px;
  border: none;
  background-color: #fff;
  min-height: 100%;
  padding: 40px 25px;
  text-align: center;
}
.about-sec3 .card .img {
  margin-bottom: 30px;
}

.about-sec4 .row {
  row-gap: 30px;
}
.about-sec4 .card {
  border-radius: 10px;
  border: 1px solid #E0E9F3;
  background: #F8FAFC;
  min-height: 100%;
  padding: 25px;
  text-align: center;
}
.about-sec4 .card .img {
  margin-bottom: 30px;
}
.about-sec4 .card.card1 h6 {
  color: #FF6D6D;
}
.about-sec4 .card.card2 h6 {
  color: #00C094;
}
.about-sec4 .card.card3 h6 {
  color: #8E47E5;
}
.about-sec4 .card.card4 h6 {
  color: #FF8940;
}
.about-sec4 .card.card5 h6 {
  color: #F0BF3C;
}
.about-sec4 .card.card6 h6 {
  color: #6394C9;
}

.award-sec {
  background: #0F172B;
}
.award-sec .container-fluid {
  max-width: 1620px;
}
.award-sec p {
  color: #7B7F89;
}
.award-sec .big {
  font-size: 18dvw;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);
  opacity: 0.35;
  margin: -3dvw 0 -11dvw;
}
.award-sec .flex-column > * {
  text-align: center;
}

.about-sec7 {
  background: #F8FAFC;
}

.about-sec8 .row {
  row-gap: 30px;
}
.about-sec8 .card {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E0E9F3;
  background: #F8FAFC;
  text-align: center;
}
.about-sec8 .card .img {
  margin-bottom: 20px;
}
.about-sec8 .card p {
  color: #40566D;
  margin-bottom: 0;
}

.about-sec9 {
  position: relative;
  background: linear-gradient(258.15deg, #E03078 -22.07%, #E04F3F 99.44%);
}
.about-sec9::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/circle-design.png") no-repeat center;
  background-size: cover;
}

.excode-sec4 .row {
  row-gap: 30px;
}
.excode-sec4 .card {
  min-height: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  border: none;
  background: #F8FAFC;
}
.excode-sec4 .card img {
  margin-bottom: 30px;
}
.excode-sec4 .card p {
  color: #40566D;
}

.excode-sec5 {
  background: #F8FAFC;
}
.excode-sec5 .row {
  row-gap: 30px;
}
.excode-sec5 .card-wrap {
  display: flex;
  gap: 30px;
  min-height: 430px;
}
@media only screen and (max-width: 991px) {
  .excode-sec5 .card-wrap {
    flex-direction: column;
  }
}
.excode-sec5 .card {
  display: flex;
  gap: 30px;
  width: 100%;
  padding: 30px 35px;
  border-radius: 20px;
  border: none;
  background: #0F172B;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .excode-sec5 .card {
    flex-direction: row;
    align-items: center;
    width: calc(35% - 15px);
  }
  .excode-sec5 .card > * {
    width: 100%;
  }
  .excode-sec5 .card .img {
    display: none;
    text-align: center;
  }
}
.excode-sec5 .card .img {
  text-align: center;
}
.excode-sec5 .card.active {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .excode-sec5 .card.active {
    width: calc(65% - 15px);
  }
  .excode-sec5 .card.active .img {
    display: block;
  }
}
.excode-sec5 .card.active > * {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .excode-sec5 .card.active > * {
    width: calc((100% - 30px) / 2);
  }
}

.excode-sec6 .row {
  row-gap: 30px;
}
.excode-sec6 ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  display: block;
}
.excode-sec6 ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.excode-sec7 {
  background: #F8FAFC;
}
.excode-sec7 .row {
  row-gap: 30px;
}
@media only screen and (min-width: 992px) {
  .excode-sec7 .row > *:not(:last-child) .card::before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 2px dashed #0F172B;
    position: absolute;
    left: 50%;
    top: 85px;
  }
}
.excode-sec7 .card {
  position: relative;
  min-height: 100%;
  padding: 30px 35px;
  border-radius: 20px;
  border: none;
  background: transparent;
  text-align: center;
}
.excode-sec7 .card .img {
  margin-bottom: 3.2rem;
  position: relative;
}
.excode-sec7 .card .badge {
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  background: #E03A66;
}
.excode-sec7 .card h3 {
  margin: 10px 0 20px;
}

.excode-sec10 {
  background: #F8FAFC;
}
.excode-sec10 .nav-pills {
  border: 1px solid #E5E7EB;
  padding: 10px;
  border-radius: 12px;
  background-color: #fff;
  display: inline-flex;
  margin-bottom: 50px;
}
.excode-sec10 .nav-pills li {
  padding: 10px 16px;
  border-radius: 8px;
}
.excode-sec10 .nav-pills li.active {
  background: #F8FAFC;
}
.excode-sec10 .tab-content {
  min-height: 350px;
}

.excode-page .contractx-sec2 {
  background: url("../img/dots-design.png") no-repeat center 75px;
  background-size: 100% auto;
}

.privacy-main {
  color: #000;
}
.privacy-main a {
  color: inherit;
}
.privacy-main a:hover {
  color: #EE2834;
}

.aeps-page .excode-sec4 {
  background-color: #F8FAFC;
}
.aeps-page .excode-sec4 .card {
  background-color: #fff;
}

.aeps-sec4 ul li {
  margin-bottom: 20px;
}

.booking-page .excode-sec7 .row > *:not(:last-child) .card::before {
  opacity: 0;
}

.microatm-sec3 .img img {
  min-width: 50px;
}
.microatm-sec3 p b {
  display: block;
  margin-bottom: 8px;
}

.contact-sec2 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  padding: 35px;
  min-height: 100%;
  border: 1px solid #EBEBEB;
  background: #F8FAFC;
}
.contact-sec2 .card .img {
  margin-bottom: 25px;
}
.contact-sec2 .card p {
  color: #40566D;
}
.contact-sec2 .card p b {
  display: block;
  margin-bottom: 8px;
  color: #192839;
}

.contact-sec3 {
  background: url("../img/ellipses.png") no-repeat center;
  background-size: auto;
  background-color: #F8FAFC;
}
.contact-sec3 .card {
  padding: 80px 50px;
  border: none;
}

.blog-banner {
  min-height: auto;
}

.blog-main .row {
  row-gap: 30px;
}
.blog-main .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 50px;
}
.blog-main .pagination button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E8E8E8;
  color: #40566D;
  background-color: transparent;
}
.blog-main .blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-main .blog-sidebar .card {
  padding: 0;
  border-radius: 10px;
}
.blog-main .blog-sidebar .card .card-head, .blog-main .blog-sidebar .card .card-body {
  padding: 15px;
}
.blog-main .blog-sidebar .card .card-head p, .blog-main .blog-sidebar .card .card-body p {
  margin-bottom: 0;
}
.blog-main .blog-sidebar .card .card-body {
  border-top: 1px solid #E8E8E8;
}
.blog-main .blog-sidebar .card .card-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-main .blog-sidebar .card .card-body ul a {
  display: block;
  padding: 8px 15px;
  border-radius: 8px;
  text-decoration: none;
  color: #40566D;
}
.blog-main .blog-sidebar .card .card-body ul a:hover {
  background-color: #F0F0F0;
}
.blog-main .blog-sidebar .card.recent-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog-main .blog-sidebar .card.recent-card img {
  width: 102px;
  border-radius: 8px;
}
.blog-main .blog-sidebar .card.recent-card p {
  line-height: 1.2;
}
.blog-main .blog-sidebar .card.recent-card p small {
  font-size: 0.75em;
  color: #40566D;
}
.blog-main .blog-sidebar .card.recent-card p:last-child {
  margin-bottom: 0;
}

.blog-listing .row {
  row-gap: 30px;
}
.blog-listing .card {
  min-height: 100%;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
}
.blog-listing .card .img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.blog-listing .card .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-listing .card .img .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 10px;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.blog-listing .card .img .tag span {
  display: block;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 40px;
  line-height: 1;
  background-color: #fff;
  color: #000;
}
.blog-listing .card .des {
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 14px 18px 18px;
}
.blog-listing .card .des a {
  color: #4949D0;
}

.post-banner {
  margin-bottom: 14%;
}
.post-banner img {
  margin-bottom: -20%;
}

.post-main ul, .post-main ol {
  padding: 0;
  margin: 0 0 15px 18px;
}
.post-main ul li, .post-main ol li {
  padding-left: 8px;
}

.wf-field-error {
  color: #ee2834;
}
    .otp-container {
      display: flex;
      gap: 10px;
      justify-content: center;
      align-items: center;
    }

    .otp-input {
      width: 54px;
      height: 64px;
      font-size: 20px;
      text-align: center;
      /*border: 1px solid var(--border);*/
      /*border-radius: 8px;*/
      /*outline: none;*/
      /*transition: box-shadow .15s ease, border-color .15s ease;*/
    }
    .otp-input:focus {
      border-color: var(--focus);
      box-shadow: 0 0 0 4px rgba(37,99,235,.15);
    }

    .otp-input[disabled] { background: #f3f4f6; color: #6b7280; cursor: not-allowed; }


    #otp-display {
      display: inline-block;
      font-family: ui-monospace, SFMono-Regular, Menlo, Consolas;
      font-size: 1.1rem;
      letter-spacing: .2px;
      padding: 6px 10px;
      border-radius: 6px;
      border: 1px solid rgba(255,255,255,.2);
      background: rgba(255,255,255,.08);
    }

    .hint { color: var(--muted); font-size: 0.9rem; text-align: center; margin-top: 8px; }

    @media (max-width: 420px) {
      .otp-input { width: 44px; height: 54px; font-size: 28px; }
    }

    /* Resend area styling (keep it contained) */
    #resend-timer { font-variant-numeric: tabular-nums; color: #e9e5ff; }
    #resend-status { color: #a3e6a3; font-size: .95rem; margin-top: 6px; }
    #resend-btn {
      display: inline-block;
      margin-left: 8px;
      padding: 8px 12px;
      border-radius: 6px;
      border: 1px solid #334155;
      background: #1f2937;
      color: #e5e7eb;
      cursor: pointer;
    }



/*# sourceMappingURL=main.css.map */