html {
  scroll-behavior: smooth;
}

body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #15141A;
  line-height: 1.6;
  background-color: #f7f7f7;
}

h1, h2, h3, h4, h5, h6, p, a, span, button {
  font-family: "Onest", sans-serif !important;
  color: #15141A;
}

h1 {
  font-size: 89px;
  font-weight: 600;
}

h2 {
  font-size: 75px;
  font-weight: 600;
}

p {
  font-size: 21px;
  font-weight: 300;
}

h3 {
  font-size: 65px;
  font-weight: 500;
}

.row {
  margin: 0px;
}

.navbar-wrapper {
  position: sticky;
  top: 0;
  z-index: 999; /* High enough to stay above all other content */
  max-width: 1320px;
  margin: 20px auto;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 0 25px; /* Horizontal padding only */
}

.navbar {
  margin: 0 !important;
  border-radius: 12px;
  background-color: transparent !important;
}

.navbar .container {
  padding: 0;
}

.navbar .navbar-brand img {
  max-height: 30px;
}

.navbar .navbar-nav {
  gap: 32px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.navbar .nav-link {
  color: rgba(36, 40, 44, 0.7137254902);
  font-weight: 400;
  transition: all 0.3s ease;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #24282C;
}

.navbar .btn {
  font-weight: 500;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.navbar .btn-outline-dark {
  border: 1px solid rgba(21, 20, 26, 0);
  color: #15141A;
  background-color: #F8F9FA;
  padding: 0px 0px;
  padding-left: 25px;
  padding-right: 25px;
}

.navbar .btn-outline-dark:hover {
  background-color: #3653FE;
  color: #ffffff;
  border-color: #3653FE;
}

.navbar .btn-primary {
  background-color: #3653FE;
  border-color: #3653FE;
  color: #ffffff;
  padding: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 5px;
}

.navbar .btn-primary:hover {
  background-color: #ffffff;
  color: #15141A;
  border: 1px solid #15141A;
}

.navbar .btn-primary img {
  margin-left: 5px;
}

.banner-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  background: url("../Images/banner-vector1.png") no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -150px;
  padding-top: 180px;
  padding-bottom: 60px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  overflow-x: hidden;
}

.banner {
  padding: 80px 0px 0px 0px;
  font-family: "Onest", sans-serif;
}

.btn-margin {
  margin-top: 120px !important;
}

.banner .btn-warning {
  font-family: "Onest", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 149%;
  letter-spacing: 6%;
  text-align: center;
  padding: 6px 20px;
  border-radius: 60px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
}

.banner .main-hd {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 89px;
  line-height: 1.02;
  letter-spacing: 0%;
  color: #15141A;
}

.gradient-text {
  background: linear-gradient(90deg, #3D439C 0%, #C759DC 59%, #FE739A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.banner p.lead {
  width: 70%;
  font-family: "Onest", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 149%;
  letter-spacing: 0%;
  color: #15141A;
}

.banner-gap {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-items: center;
}

.banner .btn-dark {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18.02px;
  line-height: 135%;
  letter-spacing: 0%;
  background-color: #15141A;
  color: #ffffff;
  border: 1px solid #15141A;
  width: fit-content;
  padding: 10px 28px !important;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.banner .btn-dark:hover {
  background-color: transparent;
  color: #15141A;
  border-color: #15141A;
}

.banner .btn-outline-secondary {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px 20px;
  border: none;
  transition: all 0.3s ease;
  background-color: white;
  color: #15141A;
}

.banner-cards {
  position: relative;
}

.banner-cards .card1,
.banner-cards .card2 {
  display: block;
  width: 100%;
  max-width: 585px;
  height: auto;
}

.banner-cards .card1 {
  margin-left: 29%;
  z-index: 1;
  position: relative;
  width: 100%;
  animation: slideInFromRight 1.2s ease-out forwards;
  animation-delay: 0.2s;
}

.banner-cards .card2 {
  margin-top: -48%;
  z-index: 0;
  position: relative;
  width: 100%;
  animation: slideInFromLeft 1.2s ease-out forwards;
  animation-delay: 0.2s;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(100%) scale(1.3) !important;
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1.3) !important;
    opacity: 1;
  }
}
.banner-p {
  font-size: 17px;
}

.text-swiper {
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 0;
}

.swiper-track {
  display: flex;
  width: max-content;
  animation: scrollText 20s linear infinite;
}

.swiper-track span {
  white-space: nowrap;
  font-size: 89px;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.062745098);
  font-family: "Onest", sans-serif;
  padding-right: 100px;
}

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.how-it-works {
  background-color: #ffffff;
  font-family: "Onest", sans-serif;
  padding-bottom: 120px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.section-heading {
  font-size: 75px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 65px !important;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 50px !important;
  }
  .step-subtitle, .step-subtitle3 {
    font-size: 35px !important;
    text-align: left;
  }
  .section-btn-alt {
    text-align: left !important;
  }
}
.section-btn {
  padding: 10px 25px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.0823529412);
  border-radius: 100px;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.5s ease;
}

.step-box {
  border-radius: 30px;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.5s ease;
  position: relative;
  margin-top: 40px;
  padding: 40px 30px;
  width: calc(50% - 24px);
}

.step-boxx {
  border-radius: 30px;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.5s ease;
  position: relative;
  margin-top: 40px;
  padding: 40px 30px;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.16);
  padding: 10px 27px;
  border-radius: 60px;
}

.step-subtitle {
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  position: absolute;
  bottom: 80px;
  left: 60px;
}

.row.gap-3 {
  display: flex;
  justify-content: space-between; /* Adjust the value as needed */
}

.desc {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 40px;
  left: 60px;
}

.step-bg-1 {
  background-image: url("../Images/How/signup-bg.png");
  min-height: 567px;
  border-radius: 50px;
}

.step-bg-2 {
  background-image: url("../Images/How/topup-bg.png");
  min-height: 567px;
  border-radius: 50px;
}

.step-box {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  padding: 40px 20px;
  transition: transform 0.3s ease;
}

.step-boxx {
  position: relative;
  border-radius: 50px;
  padding: 40px 20px;
  transition: transform 0.3s ease;
}

.step-box:hover {
  transform: scale(1.02);
}

.step-boxx:hover {
  transform: scale(1.02);
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 50px;
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
  margin: 0;
  box-sizing: border-box;
}

.step-box:hover .hover-overlay {
  opacity: 1;
}

.hover-heading {
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.hover-desc {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  max-width: 80%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.hover-btn {
  background-color: #3653FE;
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  margin: 0;
  padding: 10px 24px;
}

.hover-btn:hover {
  background-color: #2c44d1;
}

.step-box:hover .desc,
.step-box:hover .step-subtitle,
.step-box:hover .step-title {
  display: none;
}

.step-bg-3 {
  background-image: url("../Images/How/step-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  margin-top: 60px;
  color: #ffffff;
  padding: 0px !important;
  padding: 0px 50px !important;
}

.step-bg-3 ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style: none;
}

.step-subtitle3 {
  font-size: 46px;
  color: white;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.16);
  padding: 10px 27px;
  border-radius: 60px;
}

.step-bg-3 ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

.section-btn-alt {
  margin-top: 30px;
  padding: 10px 25px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.section-btn-alt:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.step-image {
  width: 100%;
  max-width: 500px;
  height: 550px;
  background-image: url("../Images/How/phone.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  margin-top: -40px;
  opacity: 0;
  overflow: hidden;
}

.step-image.animate-slide-in {
  animation: slideInFromRight 1s ease-out forwards;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(20%) !important;
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.card-wrapper {
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

.card-main {
  max-width: 1320px;
  margin: auto;
  padding: 0px 20px;
  width: 100%;
}

.card-pic {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  background-image: url(../Images/Wallet/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
  padding-bottom: 50px;
}

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(30%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.card {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.5s ease-out;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.card.slide-in-right {
  animation: slideInFromRight 1s ease-out forwards;
}
.card.slide-in-left {
  animation: slideInFromLeft 1s ease-out forwards;
}

.card-1 {
  margin-right: -28% !important;
  z-index: 4;
}

.card-2 {
  margin-top: -30%;
  margin-left: -15%;
  z-index: 3;
}

.card-3 {
  margin-top: -30%;
  margin-left: 5%;
  z-index: 2;
}

.card-4 {
  margin-top: -33%;
  margin-left: -4%;
  z-index: 1;
}

.card-text1 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-180px, -50%);
  font-size: 300px;
  font-weight: 600;
  font-family: system-ui, sans-serif;
  color: white;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.card-text2 {
  position: absolute;
  margin-top: 37%;
  margin-left: 1%;
  transform: translate(-180px, -50%);
  font-size: 300px;
  font-weight: 600;
  font-family: system-ui, sans-serif;
  color: white;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

.integration-section {
  width: 100%;
  padding-bottom: 100px !important;
}

.security-btn {
  padding: 10px 25px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2745098039);
  border-radius: 100px;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.integration-box {
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  gap: 120px !important;
  transform: scale(1);
}

.integration-box img {
  width: 45%;
  margin-bottom: 10px;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  transition: transform 0.3s ease;
}

.integration-boxx:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.integration-boxx {
  overflow: hidden; /* Optional: hides overflow when image scales */
  width: 100% !important;
  height: 380px !important;
  background-color: rgba(54, 81, 255, 0.1);
  padding: 0 !important;
  border-radius: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.integration-box h5 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px;
  text-align: left;
}

.integration-box p {
  font-size: 18px;
  font-weight: 300;
  color: #15141A;
  text-align: left;
  margin: 0;
}

.hd-sec {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  gap: 20px !important;
}

.power-bg-3 {
  background-image: url("../Images/cards/power.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  margin-top: 60px;
  color: #ffffff;
}

.power-image {
  width: 100%;
  height: 550px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  margin-top: -40px;
}

.power-image:hover {
  transform: scale(1.02);
}

.power-heading {
  font-size: 65px;
  font-weight: 500;
  text-align: left;
}

.fea-bg {
  background-image: url("../Images/Features/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  color: #ffffff;
  padding: 80px 80px 150px 80px !important;
  gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

/* Container Styling */
.fea-bg ul {
  padding: 0;
  margin: 0;
}

.fea-bg ul li {
  position: relative;
  display: flex;
  align-items: center;
  user-select: none;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  width: 100%;
  padding: 15px 20px 15px 30px; /* Default left padding */
  border-radius: 50px;
  color: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-size: 200% 100%;
  background-position: left center;
  transition: background 1s ease, padding-left 0.3s ease;
}

/* Hover background and text color */
.fea-bg ul li:hover {
  background: linear-gradient(90deg, #ffffff 0%, #FE6783 100%);
  background-position: right center;
  color: black;
  padding-left: 50px; /* Push text to right when icon appears */
}

/* Icon Styling */
.fea-bg ul li img.fea-icon {
  position: absolute;
  left: 5%;
  width: 18px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show icon on hover */
.fea-bg ul li:hover img.fea-icon {
  opacity: 1;
}

.fea-title {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 5px;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 10px 27px;
  border-radius: 60px;
  text-transform: uppercase;
}

.fea-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 10px !important;
}

.parent-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.fea-image {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 120px 0px;
}

.fea-img1, .fea-img2, .fea-img3 {
  position: absolute;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.fea-img1,
.fea-img2 {
  position: absolute;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.fea-img1 {
  z-index: 2;
  top: -15%;
  left: 5%;
  width: 80%;
}

.fea-img2 {
  z-index: 1;
  top: -40%;
  left: -2%;
  width: 95%;
}

/* First image: Rotate 10deg to right & slightly up */
.fea-img1.animate-slide-in {
  animation: rotateInRightUp 1s ease-out forwards;
}

/* Second image: Rotate -10deg to left & slightly down */
.fea-img2.animate-slide-in {
  animation: rotateInLeftDown 1s ease-out forwards;
}

@keyframes rotateInRightUp {
  from {
    transform: rotate(10deg) translateY(-20px);
    opacity: 1;
  }
  to {
    transform: rotate(0deg) translateY(0);
    opacity: 1;
  }
}
@keyframes rotateInLeftDown {
  from {
    transform: rotate(-10deg) translateY(20px);
    opacity: 1;
  }
  to {
    transform: rotate(0deg) translateY(0);
    opacity: 1;
  }
}
.fea-img3 {
  z-index: 3;
  top: -62.5%;
  left: 11%;
  width: 75%;
  pointer-events: none;
}

.fea-subtitle {
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  margin-top: 25px;
}

.support-tabs {
  background-color: #f7f7f7;
}

.custom-tabs .nav-link {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  margin: 0 10px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #333;
}

.custom-tabs .nav-link.active {
  background-color: #000;
  color: #fff;
}

.tab-card1 {
  height: 100%;
  justify-content: left;
  align-items: flex-start;
  padding-left: 60px;
  position: relative;
}

.tab-card {
  background-color: #f7f7f7;
  border: 0px;
  border-radius: 24px !important;
  height: 100%;
  justify-content: left;
  align-items: flex-start;
}

.tab-outer {
  background-color: white;
  padding: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  margin: 0 auto;
  max-width: 80%;
}

.card-heading {
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  padding-top: 50px;
}

.card-heading1 {
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  padding-left: 60px;
  padding-top: 50px;
}

.card-heading2 {
  font-size: 45px;
  font-weight: 600;
  text-align: left;
}

.platforms-circle {
  width: 100%;
  height: 100%;
}

.supp-btn {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 135%;
  background-color: #3653FE;
  color: #ffffff;
  border: 1px solid #3653FE;
  padding: 10px 32px;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-top: 10px !important;
}

.supp-btn:hover {
  background-color: transparent;
  color: #3653FE;
  border-color: #3653FE;
}

.sup-p {
  font-size: 16px;
  max-width: 70%;
}

.custom-tabs {
  background-color: rgb(255, 255, 255);
  padding: 10px 0px;
  border-radius: 20px;
  width: fit-content;
  margin: 0 auto;
}

.custom-tabs .nav-link {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 25px;
  margin: 0 10px;
  font-weight: 500;
  box-shadow: none;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

.custom-tabs .nav-link.active {
  background-color: #F8F9FA;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.cust-img {
  width: auto;
  max-height: 252px;
  margin-top: 12% !important;
}

.custom-row1, .col-md-6 {
  margin-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.img-fluid1 {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: right !important;
}

/* ========== Keyframes ========== */
/* Infinite background ellipse rotation */
@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Smooth card entry */
@keyframes rotateInSmooth {
  0% {
    opacity: 0.5;
    transform: rotate(-45deg) translateX(120px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) translateX(0) scale(1);
  }
}
/* ========== Base Card Styles ========== */
.sup-card1, .sup-card2, .sup-card3, .sup-card4, .sup-card5, .sup-card6 {
  position: absolute;
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

/* Positioning for cards */
.sup-card1 {
  z-index: 6;
  margin-left: 0px;
  margin-top: 40px !important;
}

.sup-card2 {
  z-index: 5;
  margin-left: 41px;
  margin-top: 64px !important;
}

.sup-card3 {
  max-width: 145px;
  z-index: 4;
  margin-left: 96px;
  margin-top: 80px !important;
}

.sup-card4 {
  width: 185px !important;
  z-index: 3;
  margin-left: 96px;
  margin-top: 84px !important;
}

.sup-card5 {
  z-index: 2;
  margin-left: 112px;
  margin-top: 77px !important;
}

/* Ellipse (Background Circle) */
.sup-card6 {
  z-index: 0;
  margin-left: 160px;
  margin-top: 130px !important;
  width: fit-content;
  height: auto;
  opacity: 1;
  position: absolute;
  animation: rotateInfinite 12s linear infinite;
}

/* Trigger this class to animate in */
.animate-rotate-in {
  animation: rotateInSmooth 1.5s forwards;
}

.cta-bg {
  background: linear-gradient(135deg, #0F1C34 0%, #2E2890 25%, #D345CB 50%, #0F1C34 75%, #FF5F4E 100%);
  background-size: 300% 300%; /* Large size to allow movement */
  animation: ctaGradientFlow 15s ease-in-out infinite;
  border-radius: 40px;
  color: #ffffff;
  padding: 140px 80px !important;
  margin: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@keyframes ctaGradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cta-p {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px !important;
}

.cta-title {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 5px;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 10px 27px;
  border-radius: 60px;
  text-transform: uppercase;
}

.cta-subtitle {
  font-size: 56px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  margin-top: 25px;
}

.micro-btn1 {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18.02px;
  line-height: 135%;
  background-color: #ffffff;
  color: #15141A;
  border: 1px solid #ffffff;
  padding: 15px 40px;
  border-radius: 8px;
  transition: all 0.3s ease;
  width: fit-content;
}

.micro-btn1:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.ctaa-subtitle {
  font-size: 56px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 25px;
  margin-top: 25px;
}

.ctaa-title {
  padding: 10px 25px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2745098039);
  border-radius: 100px;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.badges {
  padding-top: 100px !important;
  padding-bottom: 10px !important;
}

.line {
  height: 1.15px;
  background-color: #484E55; /* or any color */
  width: 100%;
  margin-bottom: 20px;
}

.card-bg {
  background-color: #000000 !important;
  background-image: url(/Images/pricing/bg.png);
  background-repeat: no-repeat;
  border-radius: 25px;
  padding: 30px;
  width: 100%;
  background-size: contain;
}

.card-up {
  margin-top: 30px !important;
}

.card-main1 {
  background-color: #ffffff;
  padding: 0px;
  padding: 10px 10px 30px 10px !important;
  width: 30%;
  border-radius: 25px;
  border: 0.5px solid rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.card-btn {
  background-color: rgba(226, 226, 226, 0.24);
  color: #f4f4f5;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  width: fit-content;
  transition: all 0.3s ease;
}

.card-btn:hover {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.8352941176);
  color: #000000;
}

.reqcard-btn {
  background-color: #3651FF;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  width: fit-content;
  transition: all 0.3s ease;
}

.reqcard-btn:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.card-header h5, .price, .features li {
  font-family: "Onest", sans-serif;
  color: #ffffff;
}

ul {
  margin: 0px;
  padding: 0px;
}

.price {
  font-size: 36px !important;
}

.price span {
  font-size: 15px;
}

.features li {
  font-size: 16px !important;
  list-style: none;
  left: 0;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 16px !important;
}

.features li span {
  font-size: 16px !important;
  color: #9C9C9C;
}

.card-header span {
  color: #9C9C9C;
}

.card-uper {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.custom-tabs1 {
  background-color: #FFFFFF;
  padding: 10px 10px;
  border-radius: 22px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
}

#ad-tab.nav-link.active,
#personal-tab.nav-link.active {
  background: linear-gradient(200deg, #3651FF 60%, #000000 100%) !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700; /* Replace SCSS variable with actual value or use a custom class */
}

.custom-tabs1 .nav-link {
  background-color: transparent;
  border-radius: 20px;
  padding: 15px 30px;
  margin: 0px 10px;
  font-weight: 500;
  box-shadow: none;
  color: #696A7E;
  font-size: 18px;
  font-weight: 400;
}

.pack-bg {
  padding-top: 100px !important;
}

.footer-main {
  background-color: #15141A;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-size: 14px;
}

.footer-main a {
  color: #bbbbbb;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
}

.footer-main a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-title {
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 24px;
  color: #ffffff;
}

.foot-p {
  font-weight: 300;
}

.tagline {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e0e0e0;
  display: flex;
  justify-content: flex-end;
}

.text-sm {
  font-size: 12px;
}

.border-top,
.border-bottom {
  border-color: #343434 !important;
  border-width: 1px;
}

.ft-last span {
  color: white;
  width: fit-content;
  font-size: 12px;
  font-weight: 300 !important;
  text-align: center;
}

.list-unstyled li {
  margin-bottom: 20px !important;
}

.modal-content {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55);
  overflow-x: hidden;
}

.form-control {
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: transparent;
  font-size: 17px;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

.form-control:focus {
  border-color: #a0caff;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
  outline: 0;
}

.btn-primary-custom {
  background-color: #3651FF;
  border-radius: 0.5rem;
  border: 1px solid #ffffff;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: background-color 0.2s ease-in-out;
  color: #ffffff;
  font-size: 18px;
}

.btn-primary-custom:hover {
  background-color: transparent;
  border-color: #3651FF;
  color: #3651FF;
}

.modal-header {
  border-bottom: none;
  padding: 1rem 1rem 0 1rem;
  display: flex;
  justify-content: flex-end;
}

.modal-header .btn-close {
  font-size: 1rem;
  padding: 0.5rem;
  margin: 0;
}

.modal-body {
  padding: 60px;
  text-align: center;
  margin-bottom: 20px;
}

.contact-badge {
  background-color: #f0f2f5;
  color: #6b7280;
  padding: 0.3rem 0.8rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
}

.modal-title-custom {
  font-size: 56px;
  font-weight: 600;
  color: #15141A;
  margin-bottom: 0.5rem;
  padding-bottom: 30px;
  padding-top: 30px;
}

.modal-subtitle {
  font-size: 1rem;
  color: #4a5568;
  margin-bottom: 2rem;
  line-height: 1.5;
}

textarea.form-control {
  min-height: 8rem;
  resize: vertical;
  background-color: transparent;
  font-size: 17px;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

.link-as-button {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: #4f46e5;
  border-color: #4f46e5;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}

.link-as-button:hover {
  background-color: #4338ca;
  border-color: #4338ca;
  color: #ffffff;
}

.modal-wide {
  width: 50%;
  max-width: 70%;
}

.section-1 {
  background-image: url("../Images/cards/bg1.png");
  background-color: #E4E4E4;
  z-index: 1;
}

.section-2 {
  background-image: url("../Images/cards/bg2.png");
  background-color: #040404;
  z-index: 2;
}

.section-3 {
  background-image: url("../Images/cards/bg3.png");
  background-color: #061743;
  z-index: 3;
}

.section-4 {
  background-image: url("../Images/cards/bg4.png");
  background-color: #2B6F95;
  z-index: 4;
}

.section-5 {
  background-image: url("../Images/cards/bg5.png");
  background-color: #1A2D4E;
  z-index: 5;
}

.microsoft-card-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 60px;
  position: relative;
  width: 100%;
  padding: 100px 60px;
}

.microsoft-card-wrapper:focus {
  outline: none;
}

.card-label,
.card-label1 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: transparent;
  padding: 10px 27px;
  border-radius: 100px !important;
  display: inline-block;
  border: 3px solid rgb(255, 255, 255);
  margin-bottom: 10px;
  position: absolute;
  text-transform: uppercase;
}

.card-label {
  top: 10%;
  right: 5%;
}

.card-label1 {
  top: 10%;
  left: 5%;
}

.card-title {
  font-size: 125px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
  margin-top: 80px;
}

.micro-btn {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18.02px;
  line-height: 135%;
  background-color: #ffffff;
  color: #15141A;
  border: 1px solid #ffffff;
  padding: 10px 28px;
  border-radius: 8px;
  transition: all 0.3s ease;
  width: fit-content;
}

.micro-btn:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.un-label {
  color: #1E1E1E;
  border-color: #1E1E1E;
}

.un-btn {
  background-color: #15141A;
  color: #ffffff;
  border: 1px solid #15141A;
}

.un-btn:hover {
  background-color: transparent;
  color: #15141A;
  border-color: #15141A;
}

.microsoft-card-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  /* height: 100% !important; */
  height: 250px;
  margin-left: 90px;
  /* padding-bottom: 120px; */
  /* padding-top: 120px; */
  margin-top: 150px;
  margin-bottom: 100px;
}

.card-image-1,
.card-image-2,
.card-image-3,
.card-image-4,
.card-image-5 {
  background-size: contain;
  background-position: center;
  border-radius: 20px;
  opacity: 1;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.card-image-1 {
  background-image: url("../Images/cards/1.png");
}

.card-image-2 {
  background-image: url("../Images/cards/2.png");
}

.card-image-3 {
  background-image: url("../Images/cards/3.png");
}

.card-image-4 {
  background-image: url("../Images/cards/4.png");
}

.card-image-5 {
  background-image: url("../Images/cards/5.png");
}

/* Animation class applied on scroll */
.card-image-1.animate-in,
.card-image-2.animate-in,
.card-image-3.animate-in,
.card-image-4.animate-in,
.card-image-5.animate-in {
  animation: bgPan 1s ease-in-out forwards;
}

/* Keyframes */
@keyframes bgPan {
  0% {
    background-position: 50% 50%;
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    background-position: 60% 50%;
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    background-position: 50% 50%;
    transform: scale(1);
  }
}
.card-section {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  transition: margin-top 0.8s ease, transform 0.3s ease;
  will-change: margin-top, transform;
}
.card-section:first-of-type {
  margin-top: 0;
  z-index: 1;
}
.card-section:hover {
  transform: translateY(0px);
  z-index: 999;
}
.card-section.in-view {
  margin-top: 0 !important;
}

.sticky-section-parent {
  position: relative;
}
.sticky-section-parent section {
  position: sticky;
  top: 100px;
}

@media (max-width: 768px) {
  body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .step-box {
    width: 100%;
    padding: 30px 20px;
    margin-top: 25px !important;
  }
  .step-bg-3 {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }
  .step-image {
    height: 300px;
    margin-top: 30px;
  }
}
.text-center {
  justify-content: space-between;
}

.step-title3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.16);
  padding: 10px 27px;
  border-radius: 60px;
  position: absolute;
  top: 5%;
  right: 7%;
  z-index: 1;
}

.step-subtitle3 {
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 70px !important;
  }
  .microsoft-card-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    /* height: 100% !important; */
    height: 250px;
    /* padding-bottom: 120px; */
    /* padding-top: 120px; */
    margin-top: 150px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px !important;
  }
  .banner p.lead {
    width: 100% !important;
  }
  .banner-wrapper {
    padding-bottom: 50px;
    padding-top: 100px !important;
  }
  .banner .btn-outline-secondary {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
}
@media (max-width: 1024px) {
  h2, .power-heading {
    font-size: 65px !important;
  }
  .microsoft-card-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    /* height: 100% !important; */
    height: 250px;
    margin-left: 0px !important;
    /* padding-bottom: 120px; */
    /* padding-top: 120px; */
    margin-top: 150px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .integration-box img {
    width: 80%;
    margin-bottom: 10px;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    transition: transform 0.3s ease;
  }
  .badges {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
  }
  .features li span {
    font-size: 13px !important;
    color: #9C9C9C;
  }
  .features li {
    font-size: 13px !important;
  }
  .step-image {
    margin-bottom: 1px;
    margin-left: -8px;
  }
  h2, .power-heading {
    font-size: 40px !important;
  }
  .step-subtitle, .step-subtitle3 {
    font-size: 35px !important;
    text-align: left;
  }
  .section-btn-alt {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .tagline {
    font-size: 15px;
    display: none !important;
  }
  .footpad {
    padding-left: 10px !important;
  }
  /* Positioning for cards */
  /* Ellipse (Background Circle) */
  .card-main1 {
    width: 100%;
  }
  .integration-boxx {
    overflow: hidden;
    height: 250px !important;
  }
  .pack-p, .hd-sec {
    width: 100%;
  }
  .pack-bg {
    background-color: #F2F4FC;
    color: #ffffff;
    padding: 60px 20px !important;
  }
  .integration-section {
    padding: 0px 20px 60px 20px !important;
  }
  .integration-box p {
    font-size: 15px;
  }
  .cta-bg .pad3 {
    padding: 0px !important;
    width: 100% !important;
  }
  .cta-bg {
    margin: 20px 0px 80px 0px !important;
    padding-top: 0px;
    padding-bottom: 0px !important;
  }
  .pad3 {
    padding: 0px !important;
    padding: 60px 20px 60px 20px !important;
    width: 100% !important;
  }
  .how-it-works {
    padding-bottom: 80px !important;
    padding-top: 0px !important;
  }
  .power {
    padding: 0px !important;
    padding-top: 60px !important;
  }
  .cta-subtitle {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .cta-p {
    font-size: 16px;
  }
  .micro-btn {
    font-size: 14px;
  }
  .cta-title {
    font-size: 16px;
  }
  .fea-subtitle {
    font-size: 35px;
  }
  .fea-text {
    margin-top: 0px;
    margin-bottom: 150px;
  }
  .integration-box {
    padding: 0px !important;
  }
  .card-label,
  .card-label1 {
    font-size: 10px;
    width: fit-content;
    font-weight: 600;
    color: #ffffff;
    background-color: transparent;
    padding: 10px 27px;
    border-radius: 100px !important;
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    margin-bottom: 10px;
    position: absolute;
    text-transform: uppercase;
  }
  .card-label, .card-label1 {
    top: 10%;
    right: 5%;
  }
  .microsoft-card-wrapper {
    padding: 40px 20px !important;
    justify-content: center;
    border-radius: 40px;
  }
  .card-title {
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    margin-top: 80px !important;
  }
  .power-bg-3 {
    margin-top: 0px !important;
  }
  .microsoft-card-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    /* height: 100% !important; */
    height: 180px;
    margin-right: 190px !important;
    /* padding-bottom: 120px; */
    /* padding-top: 120px; */
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .img-fluid {
    max-width: 100%;
  }
  .card-1 {
    margin-right: -29% !important;
    z-index: 4;
  }
  .navbar-toggler {
    padding: 2px 5px;
  }
  .card-2 {
    margin-top: -50%;
    margin-left: -42%;
    z-index: 3;
  }
  .card-3 {
    margin-top: -35%;
    margin-left: -8%;
    z-index: 2;
  }
  .card-4 {
    margin-top: -44%;
    margin-left: -18%;
    z-index: 1;
  }
  .card-text2 {
    position: absolute;
    margin-top: 50% !important;
    margin-left: 0%;
    transform: translate(-180px, -50%);
    font-size: 50px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    pointer-events: none;
  }
  .card-text1 {
    position: absolute !important;
    top: 50%;
    left: 82%;
    transform: translate(-180px, -50%);
    font-size: 55px;
    font-weight: 600;
    font-family: system-ui, sans-serif;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
  }
  .table th:first-child {
    position: sticky;
  }
  .navbar-wrapper {
    margin: 20px 10px;
  }
  .border-top {
    border-color: #343434 !important;
    border-width: 1px;
    flex-direction: column;
    gap: 10px;
  }
  .border-bottom {
    border-color: #343434 !important;
    border-width: 1px;
    flex-direction: column;
    gap: 0px;
  }
  .text-center, .text-end {
    text-align: left !important;
  }
  .un-label {
    color: #1E1E1E;
    border-color: #1E1E1E;
  }
  .un-btn {
    background-color: #15141A;
    color: #ffffff;
    border: 1px solid #15141A;
  }
  .un-btn:hover {
    background-color: transparent;
    color: #15141A;
    border-color: #15141A;
  }
  .tab-outer, .sup-p {
    max-width: 100%;
  }
  .tab-card1, .card-heading1 {
    padding-left: 20px !important;
  }
  .navbar .navbar-nav {
    gap: 5px !important;
  }
  .banner-cards .card2 {
    min-height: auto;
    margin-left: -19% !important;
  }
  .banner-cards .card1 {
    min-height: auto;
    margin-left: 13% !important;
  }
  .text-center {
    text-align: center !important;
    flex-direction: column;
  }
  .text-end {
    text-align: left !important;
    flex-direction: column;
  }
  .hover-desc {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.5;
    max-width: 90%;
  }
  .hover-heading {
    font-size: 35px;
  }
  .step-bg-1, .step-bg-2 {
    min-height: 400px;
  }
  .step-bg-3 ul {
    text-align: left;
  }
  .step-bg-3 {
    text-align: left;
  }
  .pad31 {
    padding: 60px 20px 60px 20px !important;
  }
  .pad3 {
    padding: 100px 20px 60px 20px !important;
  }
  .custom-tabs1 {
    padding: 12px 0px;
    background: none;
    margin-bottom: 25px;
  }
  .how-it-works {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .secu-gap {
    gap: 40px !important;
  }
  .power-image {
    width: 100%;
    height: 250px;
  }
  .fea-bg {
    background-image: url("../Images/Features/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    color: #ffffff;
    gap: 0px;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
  }
  .modal-wide {
    width: 95% !important;
    max-width: 100%;
  }
  .contact-p {
    font-size: 16px;
  }
  .form-control {
    font-size: 15px;
  }
  .btn-primary-custom {
    font-size: 14px;
  }
  .ft-last span {
    color: white;
    width: fit-content;
    font-size: 12px;
    font-weight: 300 !important;
    display: flex;
    align-items: start;
    margin-top: 10px;
    text-align: left !important;
  }
  .custom-tabs {
    padding: 10px 0px;
    background: none;
  }
  .support-tabs {
    padding-top: 0px !important;
  }
  .fea-img3 {
    z-index: 3;
    top: -61%;
    left: 11%;
    width: 75%;
    pointer-events: none;
  }
  .fea-img1 {
    z-index: 2;
    top: -27%;
    left: 5%;
    width: 80%;
  }
  .fea-image {
    width: 100%;
    padding: 120px 0px 60px 0px;
  }
  .banner-gap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-items: center;
    flex-direction: column;
  }
  .btn-margin {
    margin-top: 60px !important;
  }
  .micro-btn1 {
    font-size: 14px !important;
    padding: 10px 30px !important;
  }
  .foot-p {
    text-align: left !important;
  }
  .step-subtitle3 {
    margin-top: 25px;
  }
  p {
    font-size: 16px !important;
  }
  .step-bg-3 {
    padding: 0px 28px !important;
  }
  .integration-box p {
    font-size: 15px !important;
  }
  .fea-bg ul li {
    font-size: 14px !important;
  }
  .card-section {
    padding: 20px 0px 0px 0px !important;
  }
  .step-bg-3 {
    margin-top: 0px !important;
    padding-top: 90px !important;
  }
  .custom-tabs .nav-link {
    background-color: transparent;
  }
  .custom-tabs .nav-link.active {
    background-color: #ffffff;
  }
  .swiper-track span {
    font-size: 55px !important;
  }
  .banner .btn-warning, .section-btn, .cta-title, .security-btn, .fea-title {
    font-size: 14px;
    text-transform: uppercase;
  }
  .card-section {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .card-section:first-of-type {
    margin-top: 0;
    z-index: 1;
  }
  .card-section:hover {
    transform: none;
    z-index: 999;
  }
  .card-section.in-view {
    margin-top: 0 !important;
  }
  .sticky-section-parent {
    position: relative;
  }
  .sticky-section-parent section {
    position: relative;
    top: 10px !important;
  }
  .tab-card1 {
    height: 540px !important;
  }
}
@media (max-width: 421px) {
  h1 {
    font-size: 38px !important;
  }
  h2, .section-heading, .cta-subtitle, .power-heading, .fea-subtitle, .card-heading2, .card-heading2, .card-title {
    font-size: 36px !important;
  }
  .step-subtitle, .step-subtitle3 {
    margin-bottom: 40px;
    text-align: left;
  }
  .step-subtitle {
    margin-left: -35px;
  }
  .desc {
    left: 10px;
  }
  .fea-bg ul li {
    font-size: 12px !important;
  }
}
@media (max-width: 380px) {
  /* Positioning for cards */
  .sup-card1 {
    z-index: 6;
    margin-left: -60px;
    margin-top: 52px !important;
  }
  .sup-card2 {
    z-index: 5;
    margin-left: -19px;
    margin-top: 76px !important;
  }
  .sup-card3 {
    max-width: 145px;
    z-index: 4;
    margin-left: 36px;
    margin-top: 92px !important;
  }
  .sup-card4 {
    width: 185px !important;
    z-index: 3;
    margin-left: 36px;
    margin-top: 96px !important;
  }
  .sup-card5 {
    z-index: 2;
    margin-left: 49px;
    margin-top: 88px !important;
  }
  /* Ellipse (Background Circle) */
  .sup-card6 {
    z-index: 0;
    margin-left: 100px;
    margin-top: 130px !important;
    width: fit-content;
    height: auto;
    opacity: 1;
    position: absolute;
    animation: rotateInfinite 12s linear infinite;
  }
}
@media (max-width: 420px) {
  .desc {
    left: 30px;
  }
  .fea-img3 {
    z-index: 3;
    top: -56%;
    left: 11%;
    width: 75%;
    pointer-events: none;
  }
}
@media (max-width: 320px) {
  .fea-img3 {
    z-index: 3;
    top: -51%;
    left: 11%;
    width: 75%;
    pointer-events: none;
  }
  /* Positioning for cards */
  /* Ellipse (Background Circle) */
}
@media (max-width: 375px) {
  .pad3 {
    padding: 0px !important;
    padding: 60px 20px 0px 20px !important;
    width: 100% !important;
  }
}

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