body {
  padding: 0;
  margin: 0;
  font-family: "Cabin", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* ***********************stars********************* */

.star-wrap {
  margin: 0;
  padding: 0;
  background: #01010f;
  overflow-x: hidden;
}

/* Stars Container */
.stars-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

/* Individual Star */
.star {
  position: absolute;
  background: white;
  border-radius: 50%;
  opacity: 0;
  z-index: 11;
  animation: twinkle 3s infinite ease-in-out;
}

/* Different star sizes */
.star.small {
  width: 1px;
  height: 1px;
}

.star.medium {
  width: 2px;
  height: 2px;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}

.star.large {
  width: 3px;
  height: 3px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

/* Moving animation */
@keyframes moveStars {
  0% {
    transform: translateY(0px) translateX(0px);
  }

  25% {
    transform: translateY(-10px) translateX(5px);
  }

  50% {
    transform: translateY(-5px) translateX(-3px);
  }

  75% {
    transform: translateY(-15px) translateX(2px);
  }

  100% {
    transform: translateY(0px) translateX(0px);
  }
}

/* Twinkling animation */
@keyframes twinkle {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

/* Shooting stars */
.shooting-star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1),
    0 0 0 8px rgba(255, 255, 255, 0.1),
    0 0 20px rgba(255, 255, 255, 1);
  animation: shootingStar 3s linear infinite;
  z-index: 11;
}

.shooting-star::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 1), transparent);
  transform: translateX(4px) rotateZ(-45deg);
  border-radius: 100px;
  z-index: 11;
}

@keyframes shootingStar {
  0% {
    transform: translateY(0vh) translateX(0vw);
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: translateY(100vh) translateX(-100vw);
    opacity: 0;
  }
}

/* ***********************stars********************* */
#bgOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 200vh;
  background: #01010f;
  /* background: #006F98; */
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bgOverlay h1 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: bold;
  z-index: 1;
  margin: 0;
  text-align: center;
  padding: 0 20px;
  line-height: 1.2;
  user-select: none;
  position: relative;
  bottom: 450px;
}

.dark-journey-wrapper {
  color: #fff;
  position: relative;
  z-index: 6;
}

.testimonial-wrapper {
  /* background-color: #ffe600; */
  background-color: #ffffff;
  /* background-image: url(../images/highlight-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  color: #000;
  position: relative;
  z-index: 6;
  overflow: hidden;
}

#exitOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 200vh;
  background: #01010f;
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#exitOverlay h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  z-index: 1;
  margin: 0;
  text-align: center;
  padding: 0 20px;
  line-height: 1.2;
  user-select: none;
  position: relative;
  bottom: 450px;
}

#bgOverlay .nm {
  text-align: center;
}

#bgOverlay .nm i {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  animation: floatArrow 1.5s ease-in-out infinite;
  cursor: pointer;
  text-shadow: 0 0 8px rgba(0, 191, 255, 0.9),
    0 0 16px rgba(0, 191, 255, 0.7);
}

/* ****************nav starts********** */

.navbar {
  position: sticky;
  top: 0px;
  background: #ffffff;
  box-shadow: 1px 1px 10px 0px #b7b7b7;
  z-index: 10;
}

.brand-logo {
  width: 14%;
}

.brand-logo img {
  width: 100%;
}

.header-button {
  border: 1px solid #006F98;
  color: #006F98;
  background-color: #fff;
}

.header-button:hover {
  background-color: #006F98;
  color: #fff;
}

.dropdown-toggle:focus,
.dropdown-toggle:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.nav-drp {
  border-radius: 0;
}

.header-link {
  position: relative;
  color: #006F98;
  padding: 8px 15px;
  transition: color 0.3s ease;
  overflow: hidden;
  margin: 0 5px;
}

.header-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 140, 247, 0) 0%, rgba(0, 140, 247, 0.2) 60%, rgba(0, 140, 247, 1) 100%);
  z-index: -1;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}

.header-link:hover::before {
  transform: translateY(0);
}

.header-link:hover {
  color: #000000;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #000000;
}

/* ****************nav ends*********** */

/* ***************banner starts*********** */

.banner {
  /* background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); */
  background-image: url(../images/ban-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bg-video video {
  width: 100%;
  border: 10px solid #000;
  border-radius: 35px;
  width: 100%;
  max-width: 650px;
  position: relative;
}

.main-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  z-index: 3;
  position: relative;
}

.sub-heading {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 30px;
  z-index: 3;
  position: relative;
  line-height: 1.6;
}


.sidenav-arrow {
  position: fixed;
  top: 40%;
  left: 0;
  background: #007bff;
  border: none;
  color: #fff;
  padding: 12px 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  z-index: 1100;
  animation: buttonMove 10s ease-in-out infinite;
}

.sidenav-arrow i {
  font-size: 18px;
  display: inline-block;
  animation: arrowWiggle 10s ease-in-out infinite;
}

@keyframes buttonMove {
  0%,40%   { transform: translateX(0); }     
  45%      { transform: translateX(12px); }   
  55%      { transform: translateX(0); }      
  100%     { transform: translateX(0); }     
}

@keyframes arrowWiggle {
  5%  { transform: translateX(4px); }
  10% { transform: translateX(0); }

  15% { transform: translateX(4px); }
  20% { transform: translateX(0); }

  25% { transform: translateX(4px); }
  30% { transform: translateX(0); }

  40% { transform: translateX(0); }
  42% { transform: translateX(6px); }   
  45% { transform: translateX(14px); }  
  50% { transform: translateX(8px); }   
  55% { transform: translateX(0); }    
  100%{ transform: translateX(0); }    
}

.side-form {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  border-right: .5px solid #fff;
  /* background-color: #01010f; */
  background-image: url(../images/side-form.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  transition: 0.4s ease;
  z-index: 1200;
}

.side-form-content {
  padding: 30px 20px;
  width: 300px;
  max-width: 100%;
}

.side-form .close-btn {
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #000;
}

.side-form h2 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #000;
}

.side-form-group {
  margin-bottom: 15px;
}

.side-form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  color: #000000;
}

.side-form-group input,
.side-form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000e61;
  border-radius: 6px;
}

.side-form-group input:focus-visible,
.side-form-group textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #000e61;
  background-color: #fff;
}

.side-form-group input::placeholder,
.side-form-group textarea::placeholder {
  color: #303030;
  opacity: 1;
}

.submit-btn {
  width: 100%;
  background: #006F98;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #006F98;
}

.atomic-animation {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  z-index: 1;
  opacity: 0.6;
  perspective: 1000px;
}

.scene {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: rotateScene 25s linear infinite;
}

@keyframes rotateScene {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }

  100% {
    transform: rotateX(360deg) rotateY(360deg);
  }
}

.nucleus {
  width: 35px;
  height: 35px;
  background: radial-gradient(circle at 30% 30%, #00d4ff, #007fa3, #003d52);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px #00f2ff, inset -5px -5px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.orbit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
}

.orbit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

.orbit1 {
  transform: rotate3d(1, 1, 0, 75deg);
}

.orbit2 {
  transform: rotate3d(0, 1, 1, 75deg);
}

.orbit3 {
  transform: rotate3d(1, 0, 1, 75deg);
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(100px);
  animation: spinDot 6s linear infinite;
  background: radial-gradient(circle at 25% 25%, rgba(102, 255, 255, 0.9), rgba(0, 255, 255, 0.8), rgba(0, 204, 204, 0.7));
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.6), inset -3px -3px 6px rgba(0, 0, 0, 0.4);
}

.orbit1 .dot {
  animation-delay: 0s;
}

.orbit2 .dot {
  animation-delay: 2s;
}

.orbit3 .dot {
  animation-delay: 4s;
}

@keyframes spinDot {
  from {
    transform: rotateZ(0deg) translateX(100px) rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg) translateX(100px) rotateZ(-360deg);
  }
}

/* Additional enhancements */
.container-fluid {
  position: relative;
  z-index: 2;
}

.text-content {
  position: relative;
  z-index: 3;
}

/* Smooth transitions for responsive changes */
.atomic-animation,
.tab-screen,
.nucleus,
.dot,
.orbit::before {
  transition: all 0.3s ease-in-out;
}


/* ***************banner ends*********** */

/* ***************highlight section starts*********** */

.highlight-flow h2 {
  font-size: 32px;
  text-align: center;
  color: #000000ff;
  font-weight: 800;
  margin-bottom: 40px;
}

.spcl-hightlight {
  color: #FA7F46;
  font-weight: 800;
}

.highlight-flow {
  background-image: url(../images/highlight-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  color: #000000ff;
  position: relative;
  overflow: hidden;
}

/* .highlight-flow .bg-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    } */

/* Timeline Base */
.highlight-timeline {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 90%;
}

.highlight-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #000000;
  transform: translateX(-50%);
  border-radius: 3px;
  box-shadow: 0 0 8px #2a4298;
}

.highlight-point {
  position: relative;
  width: 44%;
  padding: 20px 40px;
}

.highlight-point.left {
  left: 82px;
  text-align: left;
}

.highlight-point.right {
  left: 50%;
  text-align: left;
}

/* Circle Marker */
.highlight-point::before {
  content: "";
  position: absolute;
  top: 30px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FA7F46;
  border: 3px solid #0d1b2a;
  z-index: 1;
}

.highlight-point.left::before {
  right: 4px;
}

.highlight-point.right::before {
  left: -9px;
}

.point-title1 {
  background: linear-gradient(to right, #33b643ff, #54FF68);
}

.point-title2 {
  background: linear-gradient(to right, #00CBE1, #b0f7ffff);
}

.point-title3 {
  background: linear-gradient(to right, #ff8aefff, #FFB9F6);
}

.point-title4 {
  background: linear-gradient(to right, #FFBF49, #ffdc9cff);
}

.typing-container {
  max-width: 600px;
  text-align: center;
}

.typing-effect {
  font-size: 34px;
  line-height: 1.6;
  border-right: 3px solid #001280;
  padding-right: 5px;
  animation: blink-cursor 1s infinite;
  display: inline-block;
  min-height: 2em;
  position: relative;
  left: 31%;
  font-weight: 600;
}

@keyframes blink-cursor {

  0%,
  50% {
    border-color: #001280;
  }

  51%,
  100% {
    border-color: transparent;
  }
}

.typing-effect.complete {
  border-right: none;
  animation: none;
}

.point-content {
  color: #000;
  border-radius: 8px;
  overflow: hidden;
  max-width: 420px;
  font-family: Arial, sans-serif;
  box-shadow: -4px 5px 4px -2px #8b8b8b;
}

.point-header {
  display: flex;
  align-items: stretch;
  font-weight: bold;
  position: relative;
}

.point-number {
  font-size: 36px;
  font-weight: 700;
  padding: 10px 30px 0 20px;
  background: #01010f;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  color: #fff;
}

.point-title {
  clip-path: polygon(0 0, 75% 0%, 100% 100%, 0% 100%);
  color: #fff;
  padding: 0 20px 0 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex: 1;
}

.point-title h6 {
  color: #000;
  font-weight: 600;
}

.point-content p {
  padding: 15px 20px;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  /* background: #feead7; */
  background: #01010f;
  color: #fff;
}

/* **************highlight section ends************** */

/* ***************about sec starts************* */

.about-sec {
  background-image: url(../images/about-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 230px;
  position: relative;
  /* z-index: 12; */
  overflow: hidden;
}

.about-btn {
  position: relative;
  bottom: -131px;
  left: 84%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #ff7737;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s ease;
}

.about-btn .arrow {
  display: inline-block;
  animation: floatArrow 2s ease-in-out infinite;
}

@keyframes floatArrow {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-6px);
  }

  /* 50% {
    transform: translateY(0);   
  } */
  75% {
    transform: translateY(6px);
  }

  100% {
    transform: translateY(0);
  }
}

.about-btn .text {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.about-btn:hover {
  width: 230px;
  border-radius: 40px;
  justify-content: flex-start;
  padding-left: 20px;
}

.about-btn:hover .text {
  opacity: 1;
  width: auto;
  margin-left: 10px;
}

.about-btn:hover .arrow {
  animation: none;
}

.section-title-abt {
  font-size: 32px;
  color: #FA7F46;
  font-weight: 700;
  border-radius: 50px;
  position: relative;
}

.underline-img {
  width: 100px;
  position: absolute;
  top: 19%;
  bottom: 0;
  left: 19%;
  right: 0;
  rotate: 3deg;
}

.scrolling-line-wrapper {
  height: 150px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.scrolling-line {
  font-size: 48px;
  font-weight: 800;
  white-space: nowrap;
  color: #006F98;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  will-change: transform;
}

.about-content {
  opacity: 0;
  transform: translateY(50px);
  color: #444;
  font-size: 1.1rem;
  line-height: 1.8;
}

.highlight-txt {
  color: #006F98;
}

.main-df {
  width: 100%;
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
}

.dif-point h3 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 700;
}

.dif-point p {
  font-size: 16px;
  line-height: 24px;
}

.makes-different {
  position: relative;
}

.main-df {
  max-width: 350px;
}

.main-df1 {
  position: relative;
  top: 35%;
}

.main-df2 {
  position: relative;
  top: 20%;
}

.main-df3 {
  position: relative;
  top: 5%;
}

.marks {
  position: absolute;
  content: "";
  background-color: #000;
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 54%;
  left: -5%;
  box-shadow: 1px 1px 6px 0px #6a6a6a;
}

/* ***********for the wave******* */
.wave-line-container {
  position: absolute;
  top: 60%;
  left: -15px;
  width: 100%;
  height: 100px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  rotate: -11deg;
}

.wave-svg {
  width: 200%;
  height: 100%;
}

.wave-path {
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
}

.makes-different .row {
  position: relative;
  z-index: 2;
}

/* *********************about sec ends*************** */

/* ****************problems solving starts******************* */

.problem-solution-title {
  text-align: center;
  font-size: 32px;
  text-shadow: 1px 2px 3px #000;
}

.problem-solution {
  position: relative;
  height: 100vh;
}

.slide {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.problems-slide {
  /* background: linear-gradient( #bbbbbb 0%, #e4f2ff 75%); */
  background-image: url(../images/problems-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.solutions-slide {
  background-image: url(../images/solution-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  transform: translateY(100%);
}

.problems-slide .content {
  width: 100%;
  height: 100%;
}

.problem-solution-items {
  position: relative;
  width: 100%;
  height: 100%;
}

.problem-solution-item {
  position: absolute;
  width: 240px;
  text-align: center;
}

.problem-solution-item h3 {
  background-image: url('../images/cloude-black.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 20px;
  font-size: 16px;
  color: white;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.problem-solution-item:nth-child(1) {
  top: 4%;
  left: 36%;
}

.problem-solution-item:nth-child(2) {
  top: 5%;
  right: 20%;
}

.problem-solution-item:nth-child(3) {
  top: 40%;
  left: 21%;
}

.problem-solution-item:nth-child(4) {
  top: 20%;
  right: 6%;
}

.problem-solution-item:nth-child(5) {
  bottom: 30%;
  left: 45%;
}

.problem-solution-item:nth-child(6) {
  bottom: 15%;
  right: 20%;
}

.problem-solution-item {
  animation: floatCloud 2s ease-in-out infinite;
}










/* Default floating animation */
@keyframes floatCloud {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* Apply different timings per cloud */
.problem-solution-item:nth-child(1) {
  animation: floatCloud 3s ease-in-out infinite;
}

.problem-solution-item:nth-child(2) {
  animation: floatCloud 4.5s ease-in-out infinite 1s;
}

.problem-solution-item:nth-child(3) {
  animation: floatCloud 5s ease-in-out infinite 0.5s;
}

.problem-solution-item:nth-child(4) {
  animation: floatCloud 3.8s ease-in-out infinite 1.2s;
}

.problem-solution-item:nth-child(5) {
  animation: floatCloud 6s ease-in-out infinite 0.8s;
}

.problem-solution-item:nth-child(6) {
  animation: floatCloud 4.2s ease-in-out infinite 0.3s;
}








/* Default floating animation */
@keyframes floatCloud {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* Apply different timings per cloud */
.solutions-slide .problem-solution-item:nth-child(1) {
  animation: floatCloud 3s ease-in-out infinite;
}

.solutions-slide .problem-solution-item:nth-child(2) {
  animation: floatCloud 4.5s ease-in-out infinite 1s;
}

.solutions-slide .problem-solution-item:nth-child(3) {
  animation: floatCloud 5s ease-in-out infinite 0.5s;
}

.solutions-slide .problem-solution-item:nth-child(4) {
  animation: floatCloud 3.8s ease-in-out infinite 1.2s;
}

.solutions-slide .problem-solution-item:nth-child(5) {
  animation: floatCloud 6s ease-in-out infinite 0.8s;
}

.solutions-slide .problem-solution-item:nth-child(6) {
  animation: floatCloud 4.2s ease-in-out infinite 0.3s;
}




/* ------- Solution Slide Clouds ------- */

.solutions-slide-title {
  text-align: center;
  font-size: 32px;
  color: #000000;
}

.solutions-slide .problem-solution-items {
  position: relative;
  width: 100%;
  height: 100%;
}

.solutions-slide .content {
  width: 100%;
  height: 100%;
}

.solutions-slide .problem-solution-item {
  position: absolute;
  width: 240px;
  text-align: center;
  animation: floatCloud 6s ease-in-out infinite;
}

.solutions-slide .problem-solution-item h3 {
  background-image: url('../images/cloude-white.png');
  /* <<< YOUR white cloud here */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 20px;
  font-size: 16px;
  color: #333;
  /* dark text for white cloud */
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  position: relative;
  z-index: 10000;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
}

.solutions-slide .problem-solution-item:nth-child(1) {
  top: 6%;
  left: 28%;
}

.solutions-slide .problem-solution-item:nth-child(2) {
  top: 50%;
  right: 28%;
}

.solutions-slide .problem-solution-item:nth-child(3) {
  top: 50%;
  left: 18%;
}

.solutions-slide .problem-solution-item:nth-child(4) {
  bottom: 60%;
  right: 37%;
}

.solutions-slide .problem-solution-item:nth-child(5) {
  bottom: 15%;
  left: 35%;
}

.solutions-slide .problem-solution-item:nth-child(6) {
  bottom: 62%;
  right: 75%;
}

.solutions-slide .problem-solution-item {
  animation: floatCloud 2s ease-in-out infinite;
  filter: drop-shadow(0 2px 6px rgba(255, 255, 255, 0.3));
}

/* ********************problem solving ends**************** */

/* ***********************key features starts****************** */

.key-features-section {
  background: #01010f;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
  height: 80vh;
  z-index: 20;
}

.key-features-section h2 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  margin-bottom: 40px;
}

.spcl-hightlight {
  color: #FA7F46;
  font-weight: 800;
}

.key-points {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  min-height: 180px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  color: #000;
  box-shadow: 0 10px 20px rgba(255, 215, 0, 0.2);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 3;
}

.key-points img {
  width: 16% !important;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block !important;
}

.key-feature-carousel {
  min-height: 350px;
  position: relative;
  z-index: 10;
}

.key-feature-carousel .item {
  opacity: 0.1;
  transform: scale(0.85);
  filter: blur(4px);
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.key-feature-carousel .owl-item.center .item {
  opacity: 1;
  transform: scale(1.05);
  filter: none;
  z-index: 2;
  margin: 10px 0;
}

.torch-light {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
}

.torch-light img {
  width: 50%;
  position: relative;
  bottom: 260px;
  z-index: 20;
  left: 5px;
}

/* **********************key features ends****************** */

/* ******************why different starts******************** */

.gradient-hr {
  border: none;
  height: 3px;
  margin: 0 !important;
  background: linear-gradient(to right, rgba(1, 1, 15, 1) 0%, rgba(0, 14, 97, 1) 50%, rgba(1, 1, 15, 1) 100%);
}

.why-different {
  background: #01010f;
  padding: 80px 0;
  color: white;
}

.top-hd {
  display: none;
}

.why-different p {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

.why-different h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}

.why-different img {
  width: 100%;
}

.classy-1 {
  color: #00eeff;
  font-family: "Libertinus Sans", sans-serif;
}

.classy-2 {
  color: #ff0095;
  font-family: "Libertinus Sans", sans-serif;
}

.classy-3 {
  color: #fbff00;
  font-family: "Libertinus Sans", sans-serif;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.step-item {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.8s ease;
  /* background: rgba(255, 255, 255, 0.03); */
  padding: 25px;
  /* border-radius: 15px; */
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  height: 87%;
}

.stp-border1 {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 90%;
}

.stp-border2 {
  border-top: 1px solid #fff;
}

.stp-border3 {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 90%;
}

.stp-border {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.stp-border4 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* .why-different .col-lg-4{
padding: 0 !important;
} */

.step-marker {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #00b3ff, #0088cc);
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 179, 255, 0.3);
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* .step-item.active .step-marker {
  opacity: 1;
  transform: translateY(-50%) scale(1);
} */

.checkmark {
  font-size: 1.2rem;
  color: #000000;
  font-weight: bold;
}

.step-content h4 {
  margin: 0 0 15px;
  font-size: 1.3rem;
  color: #00eeff;
  font-weight: 600;
  text-align: center;
}

.step-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.steps-container {
  position: relative;
  padding-left: 40px;
}

.ts-body {
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.sticky-image img {
  display: block;
  width: 100%;
  animation: floatImage 4s ease-in-out infinite;
}

@keyframes floatImage {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  /* goes up */
  100% {
    transform: translateY(0);
  }

  /* back down */
}

/* ******************why different ends******************** */

/* ***************************way to onboard clients*************** */

.divider-vdo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #030510;
  border-radius: 12px;
  outline: 4px solid transparent;
  outline-offset: -4px;
  border-image: linear-gradient(to right,
      rgba(255, 255, 255, 0),
      #ffffff,
      rgba(255, 255, 255, 0)) 1;
  height: 300px;
}

.divider-vdo video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: cover;
}

.way-onboard {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.wayTo-onboard {
  background: #01010f;
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 60px 40px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.head-catcher {
  text-align: center;
  margin-bottom: 80px;
}

.main-title {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 20px 40px;
  border-radius: 50px;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
  position: relative;
  z-index: 10;
  margin: 0;
}

/* .spcl-highlight {
  color: #ffd700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
} */

.infographic-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  margin-top: 60px;
}

.central-node {
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  z-index: 5;
}

.wayTo-onboard-step {
  position: relative;
  z-index: 2;
  background: #01313c;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 100%;
  min-height: 350px;
  max-height: 350px;
  border: 1px solid #00fffd;
  box-shadow: inset 0px 0px 40px 0px #00fffd;
}

.wayTo-onboard-step:hover {
  background: #01313c;
  border: 1px solid #00fffd;
  box-shadow: inset 0px 0px 40px 0px #00fffd;
  transform: translateY(-10px);
}

.step-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: white;
  position: relative;
  overflow: hidden;
}

.step1-icon {
  background: linear-gradient(135deg, #38b2ac, #319795);
}

.step2-icon {
  background: linear-gradient(135deg, #ed8936, #dd6b20);
}

.step3-icon {
  background: linear-gradient(135deg, #9f7aea, #805ad5);
}

.step-icon img {
  width: 60%;
}

.wayTo-onboard-step h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.wayTo-onboard-step p {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}

.connection-line {
  position: absolute;
  background: linear-gradient(135deg, #cbd5e0, #a0aec0);
  height: 2px;
  top: -70px;
  z-index: 1;
}

.line-left {
  left: 20%;
  width: 25%;
  transform: rotate(-25deg);
  transform-origin: right center;
}

.line-right {
  right: 20%;
  width: 25%;
  transform: rotate(25deg);
  transform-origin: left center;
}

.line-center {
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 150px;
  background: linear-gradient(to bottom, #cbd5e0, #a0aec0);
}

.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }

  50% {
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.4);
  }

  100% {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }
}

/* **************************way to onboard clients***************** */

/* ****************onboard client starts************ */

.onboard-section {
  background-color: #01010f;
  /* background: linear-gradient(to bottom, rgba(0,14,97,1) 0%,rgba(1,1,15,1) 30%,rgba(1,1,15,1) 30%,rgba(1,1,15,1) 100%); */
  padding: 50px 0;
  position: relative;
}

.onboard-section h2 {
  margin-bottom: 15px;
}

.side-image img {
  width: 75%;
}

.stp-heading {
  position: relative;
}

.large-word {
  font-size: 70px;
  position: absolute;
  right: 60%;
  top: 9px;
}

/* ******************* */
.onboard-steps {
  background-color: transparent;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.onboard-steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  animation: shine 3s ease-in-out infinite;
  background: linear-gradient(92deg, rgba(191, 191, 191, 0) 0%, rgb(191 191 191 / 0%) 15%, rgb(191 191 191 / 0%) 19%, rgb(191 191 191 / 0%) 20%, rgb(234 234 234 / 24%) 50%, rgb(191 191 191 / 60%) 80%, rgb(191 191 191 / 0%) 81%, rgb(191 191 191 / 0%) 85%, rgb(191 191 191 / 0%) 100%);
  transform: skewX(328deg);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}





/* Common Card Style */
.onboard-step1,
.onboard-step2,
.onboard-step3,
.onboard-step4 {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  /* height: 165px; */
  margin: auto;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* NEON EFFECT on HOVER */
.onboard-step1:hover {
  border-color: #FFADAD;
  box-shadow: 0 0 10px #FFADAD, 0 0 20px #FFADAD, 0 0 30px #FFADAD;
}

.onboard-step2:hover {
  border-color: #FFD6A5;
  box-shadow: 0 0 10px #FFD6A5, 0 0 20px #FFD6A5, 0 0 30px #FFD6A5;
}

.onboard-step3:hover {
  border-color: #D9EDF8;
  box-shadow: 0 0 10px #D9EDF8, 0 0 20px #D9EDF8, 0 0 30px #D9EDF8;
}

.onboard-step4:hover {
  border-color: #FDFFB6;
  box-shadow: 0 0 10px #FDFFB6, 0 0 20px #FDFFB6, 0 0 30px #FDFFB6;
}

@keyframes neonGlow {

  0%,
  100% {
    box-shadow: 0 0 10px var(--neon), 0 0 20px var(--neon);
  }

  50% {
    box-shadow: 0 0 20px var(--neon), 0 0 30px var(--neon);
  }
}

/* ******************* */

.onboard-steps h6 {
  font-weight: 600;
  font-size: 20px;
}

.onboard-steps p {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}

.mock-step {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 200;
}

.mock-step span {
  font-weight: 900;
}

.onboard-step1 {
  border: 1px solid #FFADAD;
  box-shadow: 0px 0px 7px 4px #FFADAD;
  margin-top: 44px;
  position: relative;
  left: 80px;
}

.onboard-step2 {
  border: 1px solid #FFD6A5;
  box-shadow: 0px 0px 7px 4px #FFD6A5;
  margin-top: 50px;
  position: relative;
  left: 35px;
  top: 50px;
}

.onboard-step3 {
  border: 1px solid #D9EDF8;
  box-shadow: 0px 0px 7px 4px #D9EDF8;
  position: relative;
  right: 4px;
  top: 25px;
}

.onboard-step4 {
  border: 1px solid #FDFFB6;
  box-shadow: 0px 0px 7px 4px #FDFFB6;
  position: relative;
  right: 60px;
  top: 72px;
}

.onboard-step1 h6 {
  color: #FFADAD;
}

.onboard-step2 h6 {
  color: #FFD6A5;
}

.onboard-step3 h6 {
  color: #D9EDF8;
}

.onboard-step4 h6 {
  color: #FDFFB6;
}


/* *****************onboard client ends************** */

/* *******************testimonials starts************** */

.testimonial-section {
  background-image: url(../images/testimonial-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  background-attachment: fixed;
}

.testimonial-section h2 {
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.apart-text {
  color: #FA7F46;
  text-shadow: 1px 1px #000;
}

.testimonial-box {
  background: #ffffff;
  padding: 25px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  min-height: 380px;
  max-height: 350px;
}

.testimonial-box img {
  position: absolute;
  content: "";
  top: -15%;
  bottom: 0;
  left: 40%;
  right: 0;
  width: 20% !important;
  background: #fff;
  padding: 5px;
  border-radius: 50px;
}

.testimonial-box p {
  margin-top: 30px;
  color: #000;
}

.testimonial-box h5 {
  color: #000;
}

.owl-carousel .owl-item.center .testimonial-box {
  transform: translateY(-20px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border: 2px solid #007bff;
  background-color: #bbe6ff;
}

.testimonial-box {
  margin: 100px 0px 10px 0px !important;
  width: 370px;
  position: relative;
  z-index: 1;
}

.testimonial-carousel {
  min-height: 350px;
}

/* ******************testimonials ends**************** */

/* *********************client benifits starts****************** */

.success-steps-section {
  /* height: 100vh; */
  color: #fff;
  padding: 80px 0;
}

.client-benefit-section {
  position: relative;
  overflow: hidden;
  z-index: 20;
}

/* Video only behind client-benefit section */
#darkBgVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

/* Client benefit content above video */
.client-benefit-section>* {
  position: relative;
  z-index: 2;
}


.success-steps-section .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

.success-steps-section .section-title span {
  color: #FA7F46;
}

.step-box {
  background: linear-gradient(to bottom, #11111161, #1b1b1b3b);
  border: 1px solid #ffe600;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  backdrop-filter: blur(15px);
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.1);
  margin-top: 20px;
}

.step-box.full-width {
  max-width: 720px;
  margin: 0 auto;
  margin-top: 20px;
}

.step-box img {
  width: 50px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.section-title {
  font-size: 32px;
  text-align: center;
  color: #FA7F46;
  font-weight: 700;
  border-radius: 50px;
  position: relative;
}

.step-box p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.step-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffe600;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -22px;
  left: 20px;
  box-shadow: 0 0 5px #ffe600;
}

/* *********************client benifits ends******************** */

/* ******************default feature starts************** */

.default-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
  padding-top: 100px;
}

.default-sec h2 {
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.carousel-container {
  position: relative;
  width: 800px;
  height: 600px;
  perspective: 1000px;
}

.carousel-stage {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  right: 35px;
}

/* Bonus cards */
.bonus-card {
  position: absolute;
  width: 350px;
  height: 250px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
  left: 50%;
  top: 50%;
  margin-left: -140px;
  margin-top: -100px;
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
}

.bonus-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.bonus-card.active {
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.bonus-card img {
  width: 20%;
  margin-bottom: 10px;
}

.card-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #000000ff;
  margin-bottom: 12px;
  text-align: center;
}

.card-content {
  font-size: 0.95em;
  color: #000;
  line-height: 1.5;
  text-align: center;
}

/* Navigation */
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #667eea;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 1000;
}

.nav-button:hover {
  background: #667eea;
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.nav-button.prev {
  left: -100px;
}

.nav-button.next {
  right: -100px;
}

/* Base platform */
.carousel-base {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 150px;
  background: linear-gradient(to top, #2c3e50, #34495e);
  border-radius: 300px 300px 0 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
}

/* Indicators */
.carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  gap: 10px;
  z-index: 1000;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #667eea;
  transform: scale(1.3);
}

/* Card colors for variety */
.bonus-card:nth-child(1) {
  background: linear-gradient(145deg, #a8e6cf, #88d8a3);
}

.bonus-card:nth-child(2) {
  background: linear-gradient(145deg, #ffaaa5, #ff8a80);
}

.bonus-card:nth-child(3) {
  background: linear-gradient(145deg, #b19cd9, #9575cd);
}

.bonus-card:nth-child(4) {
  background: linear-gradient(145deg, #ffd93d, #ffcc02);
}

.bonus-card:nth-child(5) {
  background: linear-gradient(145deg, #74b9ff, #0984e3);
}

.bonus-card:nth-child(6) {
  background: linear-gradient(145deg, #fd79a8, #e84393);
}

.bonus-card:nth-child(7) {
  background: linear-gradient(145deg, #fdcb6e, #e17055);
}

.bonus-card:nth-child(8) {
  background: linear-gradient(145deg, #ada2ff, #9e7dff);
}

.bonus-card:nth-child(9) {
  background: linear-gradient(145deg, #f6b3a2, #f3a08bff);
}

.bonus-card:nth-child(10) {
  background: linear-gradient(145deg, #cde4de, #8edbc7ff);
}

.bonus-card:nth-child(11) {
  background: linear-gradient(145deg, #fcdcd3, #f3b8a7ff);
}

.bonus-card:nth-child(12) {
  background: linear-gradient(145deg, #f67b45, #ff976aff);
}

.bonus-card:nth-child(13) {
  background: linear-gradient(145deg, #cb7876, #ffa8a7ff);
}

/* ******************default feature ends************** */

/* ************************program starts********************** */

.program-sec {
  position: relative;
  overflow: hidden;
  padding: 35px 20px 60px 20px;
}

.program-row {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.program-card {
  /* background-color: #ffffff; */
  padding: 30px;
  width: 100%;
  max-width: 500px;
  flex: 1 1 45%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  box-shadow: inset 0px 0px 100px 8px #00fffd;
  /* border: 5px solid transparent;
  border-image-source: linear-gradient(341deg, #00979b 25%, #00979b -6%, #ffffff00 10%, #ffffff00 76%, #00979b 60%, #00979b 77%);
  border-image-slice: 1; */
}

.program-card:hover {
  transform: translateY(-5px);
}

.program-card h3 {
  color: #FA7F46;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.program-card p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
}

.program-button-holder {
  text-align: center;
}

.program-btn {
  background-color: #007bff;
  color: #fff;
  margin-top: 20px;
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.program-btn:hover {
  background-color: #283651;
  color: #fff;
  cursor: pointer;
}

.plan-image-wrap {
  position: relative;
  text-align: center;
  display: inline-block;
}

.plan-image-wrap img {
  margin-bottom: 20px;
}

.plan1-imgset {
  width: 41%;
  position: relative;
  bottom: 55px;
  animation: rotateCW 10s linear infinite;
  /* clockwise */
}

.plan1-imgset2 {
  width: 10%;
  position: absolute;
  top: 50%;
  left: 58%;
  animation: rotateCCW 10s linear infinite;
  /* counter-clockwise */
}

@keyframes rotateCW {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateCCW {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.plan2-imgset {
  width: 41%;
  position: relative;
  bottom: 55px;
}

.plan2-imgset2 {
  position: absolute;
  top: 40%;
  /* Adjust so it stays centered vertically on the boxes */
  left: 31%;
  /* Starting over the 1st box */
  width: 10%;
  transform: translateY(-50%);
  animation: moveTap 5s ease-in-out infinite;
}

/* @keyframes moveTap {
  0%   { left: 31%; }  
  50%  { left: 60%; }  
  100% { left: 31%; }  
} */

@keyframes moveTap {
  0% {
    left: 31%;
  }

  33% {
    left: 45%;
  }

  66% {
    left: 60%;
  }

  100% {
    left: 31%;
  }
}

.plan-image-wrap2 {
  margin-left: 52px;
}

.program-details h6 {
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
}

.program-details p {
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
}

.program-details del {
  color: #ff0000;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.program-details {
  min-height: 85px;
}

/* ************************program ends******************** */

/* *************************addOn features starts**************** */

.addOn-sec {
  padding: 0 0 80px 0;
  position: relative;
  background-color: #01010f;
}

.addOn-sec h2 {
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  border-radius: 50px;
  position: relative;
  margin-bottom: 70px;
}

.addOn-row {
  display: flex;
  align-items: center;
  gap: 40px;
}

.addOn-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.center-addOn {
  position: relative;
  width: 600px;
  margin: auto;
}

.laptop-frame {
  position: relative;
  width: 100%;
}

.center-image {
  display: block;
  width: 100%;
}



.screen-slider {
  position: absolute;
  top: 9%;
  left: 12%;
  width: 76%;
  height: 77%;
  overflow: hidden;
}

.screen-slider img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.screen-slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
}



.content-addOn {
  display: flex;
}

.rt-addOn img {
  position: relative;
  top: 38px;
  left: 15px;
}

.addOn-point {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  width: 380px;
  transition: background 0.8s ease;
  /* smooth gradient flip */
}

.addOn-point:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.addOn-point h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

.addOn-point p {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@keyframes slideInFromTopLeft {
  0% {
    opacity: 0;
    transform: translateY(-100px) translateX(0);
  }

  50% {
    opacity: 0.8;
    transform: translateY(0) translateX(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) translateX(145px);
  }
}


@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }

  50% {
    opacity: 0.8;
    transform: translateX(0px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromBottomLeft {
  0% {
    opacity: 0;
    transform: translateY(100px) translateX(0px);
  }

  50% {
    opacity: 0.8;
    transform: translateY(0px) translateX(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) translateX(145px);
  }
}

@keyframes slideInFromTopRight {
  0% {
    opacity: 0;
    transform: translateY(-100px) translateX(0px);
  }

  50% {
    opacity: 0.8;
    transform: translateY(0px) translateX(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) translateX(-145px);
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }

  50% {
    opacity: 0.8;
    transform: translateX(0px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromBottomRight {
  0% {
    opacity: 0;
    transform: translateY(100px) translateX(0px);
  }

  50% {
    opacity: 0.8;
    transform: translateY(0px) translateX(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) translateX(-145px);
  }
}

@keyframes fadeInArrow {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(0.5);
  }

  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

.addOn-point.active.top-left {
  animation: slideInFromTopLeft 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.addOn-point.active.middle-left {
  animation: slideInFromLeft 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s forwards;
}

.addOn-point.active.bottom-left {
  animation: slideInFromBottomLeft 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s forwards;
}

.addOn-point.active.top-right {
  animation: slideInFromTopRight 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s forwards;
}

.addOn-point.active.middle-right {
  animation: slideInFromRight 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s forwards;
}

.addOn-point.active.bottom-right {
  animation: slideInFromBottomRight 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s forwards;
}

.addOn-point.active::after {
  animation: fadeInArrow 0.6s ease 1s forwards;
}

.top-left {
  background: linear-gradient(135deg, #a1cacf 0%, #aba4c6 100%);
  /* margin-bottom: 60px; */
  position: relative;
  bottom: 50px;
}

.middle-left {
  background: linear-gradient(135deg, #f0bfce 0%, #ffc6ad 100%);
}

.bottom-left {
  background: linear-gradient(135deg, #fadbce 0%, #a1cacf 100%);
  position: relative;
  top: 50px;
}

.top-right {
  background: linear-gradient(135deg, #cca9c6 0%, #f0bfce 100%);
  position: relative;
  bottom: 50px;
}

.middle-right {
  background: linear-gradient(135deg, #aba4c6 0%, #eec6e7 100%);
}

.bottom-right {
  background: linear-gradient(135deg, #ccfbff 0%, #ef96cf 100%);
  position: relative;
  top: 50px;
}

.addOn-btn {
  background-color: #fff;
  color: #000;
  margin-top: 10px;
}

.addOn-point:hover {
  background: linear-gradient(315deg, var(--start, #a1cacf) 0%, var(--end, #aba4c6) 100%);
}

/* Keep your existing gradients as default */
.top-left {
  --start: #a1cacf;
  --end: #aba4c6;
}

.middle-left {
  --start: #f0bfce;
  --end: #ffc6ad;
}

.bottom-left {
  --start: #fadbce;
  --end: #a1cacf;
}

.top-right {
  --start: #cca9c6;
  --end: #f0bfce;
}

.middle-right {
  --start: #aba4c6;
  --end: #eec6e7;
}

.bottom-right {
  --start: #ccfbff;
  --end: #ef96cf;
}

.addOn-btn {
  background-color: #fff;
  color: #000;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.addOn-btn:hover,
.addOn-point:hover .addOn-btn {
  color: #fff;
  background-color: #000;
}

/* *************************addOn features ends**************** */

/* *************************security services******************* */
.security-section {
  padding: 100px 0;
}

.security-right h2 {
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  border-radius: 50px;
  position: relative;
  margin-bottom: 20px;
}

.security-left img {
  width: 55%;
  position: relative;
  left: 30%;
}

.lock-frame {
  padding: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-item {
  display: flex;
  justify-content: center;
}

.lock-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.lock-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.lock-content img {
  width: 30% !important;
  text-align: center;
  position: relative;
  bottom: 20px;
}

.lock-content h3 {
  font-size: clamp(16px, 1.5vw, 20px);
  color: #FA7F46;
  margin-bottom: 8px;
}

.lock-content p {
  font-size: clamp(13px, 1.2vw, 15px);
  width: 183px;
}

.security-nav {
  background: #FA7F46 !important;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  transition: all 0.3s ease;
}

.security-nav:hover {
  background: #d95f2a;
  transform: scale(1.1);
}

.owl-prev.security-nav {
  position: absolute;
  left: -50px;
  top: 40%;
}

.owl-next.security-nav {
  position: absolute;
  right: -50px;
  top: 40%;
}


/* *****************security services ends************* */

/* ********************contact starts***************** */

.contact-section {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.map-overlay iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-section h2 {
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.contact-details {
  background-color: #fdfdfd;
  width: 500px;
  box-shadow: 1px 1px 12px 0px #e3e3e3;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.contact-details p {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  color: #007199;
}

.contact-button {
  background-color: #007199;
  color: #fff;
}

.contact-button:hover {
  background-color: #003d52;
  color: #fff;
}

.phone-frame {
  position: relative;
  width: 280px;
  height: 480px;
}

.contact-frame-img {
  width: 100%;
  display: block;
}

.contact-carousel {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 250px;
  height: 539px;
  overflow: hidden;
  border-radius: 25px;
}

.contact-carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.contact-carousel-img.active {
  opacity: 1;
}

.icon-bunch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  pointer-events: none;
}

.fr-icon {
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  pointer-events: auto;
  transition: transform 0.3s;
  animation: iconZoom 2.5s ease-in-out infinite;
}

@keyframes iconZoom {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

.fr-fb {
  top: 60%;
  left: -5%;
  transform: translate(-50%, -50%);
}

.fr-ig {
  top: 10%;
  left: 100%;
  transform: translate(-50%, -50%);
}

.fr-ln {
  bottom: 10%;
  left: 110%;
  transform: translate(-50%, 50%);
}

.contact-section form input {
  max-width: 300px;
}

.contact-section form .btn {
  min-width: 120px;
}

.map-overlay {
  position: relative;
  width: 100%;
  height: 500px;
  background: #fff;
  z-index: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  cursor: default;
  /* Default cursor, will change based on hover area */
}

.map-overlay.expanded {
  height: 100vh;
  z-index: 10;
}

.map-overlay.expanded .blue-overlay {
  display: none;
}

.map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 51%);
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
}

.contact-section-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  pointer-events: auto;
}

.map-click-indicator {
  position: absolute;
  background: rgba(0, 113, 153, 0.95);
  color: white;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  z-index: 5;
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.map-overlay.expanded .map-click-indicator {
  opacity: 0 !important;
}

.map-click-indicator.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.map-click-indicator:hover {
  opacity: 1;
}

.contact-section-content * {
  pointer-events: auto;
}

.contact-hidden {
  opacity: 0;
  visibility: hidden;
}

.map-back-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #007199;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  z-index: 11;
}


/* ********************contact ends***************** */

/* *********************footer starts**************** */

.foot-sec {
  background-color: #01010f;
  position: relative;
  padding: 50px 0 !important;
}

hr {
  color: #fff;
  opacity: 100%;
  position: relative;
  z-index: 1;
}

.foot-column {
  position: relative;
  z-index: 1;
}

.foot-column a img {
  width: 60%;
}

.foot-column h4 {
  color: #FA7F46;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.foot-menu li {
  margin-bottom: 10px;
}

.foot-menu li a {
  color: #ffffff;
  font-size: 14px;
}

.foot-menu li a:hover {
  color: #ff8725;
  font-weight: 600;
  text-decoration: underline;
}

.foot-menu i {
  margin-right: 5px;
}

.foot-menu {
  margin-top: 20px;
}

.logo-para {
  margin-top: 20px;
}

.foot-column p {
  color: #fff;
}

.bottom-footer p {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.copyrt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.copyrt p {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

/* *********************footer ends******************** */

/* ********************responsive starts********************* */
@media (max-width: 1400px) {
  .onboard-step1 {
    left: 30px;
  }

  .onboard-step3 {
    right: 67px;
  }

  .addOn-row {
    gap: 0;
  }

  .highlight-point.left {
    left: -5px;
  }

  .highlight-point {
    width: 55%;
  }

  .highlight-point.left::before {
    right: 37px;
  }

  .scrolling-line {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .main-heading {
    font-size: 2.4rem;
  }

  .atomic-animation {
    width: 400px;
    height: 400px;
    left: 20%;
  }

  .dot {
    transform: translateX(80px);
  }

  @keyframes spinDot {
    from {
      transform: rotateZ(0deg) translateX(80px) rotateZ(0deg);
    }

    to {
      transform: rotateZ(360deg) translateX(80px) rotateZ(-360deg);
    }
  }

  .highlight-point.left::before {
    right: -9px;
  }

  .highlight-point.left {
    left: -43px;
  }

  .underline-img {
    display: none;
  }

  .solutions-slide .problem-solution-item:nth-child(3) {
    top: 50%;
    left: 3%;
  }

  .solutions-slide .problem-solution-item:nth-child(5) {
    bottom: 9%;
    left: 26%;
  }

  .solutions-slide .problem-solution-item:nth-child(4) {
    bottom: 60%;
    right: 31%;
  }

  .key-features-section .owl-carousel .item {
    width: 400px;
  }

  .main-title {
    padding: 20px;
  }

  .infographic-container {
    gap: 20px;
  }

  .onboard-step1 {
    left: -46px;
  }

  .onboard-step3 {
    right: 105px;
  }

  .add-con {
    max-width: 1200px;
  }

  .onboard-step2 {
    left: 0;
  }

  .torch-light img {
    width: 75%;
    position: relative;
    bottom: 335px;
  }

  @keyframes slideInFromTopLeft {
    0% {
      opacity: 0;
      transform: translateY(-100px) translateX(0);
    }

    50% {
      opacity: 0.8;
      transform: translateY(0) translateX(0);
    }

    100% {
      opacity: 1;
      transform: translateY(0) translateX(115px);
    }
  }

  @keyframes slideInFromBottomLeft {
    0% {
      opacity: 0;
      transform: translateY(100px) translateX(0px);
    }

    50% {
      opacity: 0.8;
      transform: translateY(0px) translateX(0px);
    }

    100% {
      opacity: 1;
      transform: translateY(0) translateX(115px);
    }
  }

  .fr-ln {
    bottom: -15%;
    left: 90%;
    transform: translate(-50%, 50%);
  }
}

@media (max-width: 1075px) {
  .addOn-point {
    width: 325px;
    padding: 20px;
    min-height: 215px;
  }

  .rt-addOn img {
    top: 72px;
  }

  .top-right {
    bottom: 44px;
  }

  .bottom-right {
    top: 44px;
  }
}

@media (max-width: 1045px) {
  .owl-next.security-nav {
    right: -22px;
  }
}

@media (max-width: 992px) {

  .brand-logo {
    width: 25%;
  }

  .header-button {
    margin-left: 15px;
  }

  .banner {
    min-height: auto;
    padding: 60px 0;
  }

  .main-heading {
    font-size: 2rem;
    text-align: center;
    margin-top: 16%;
  }

  .sub-heading {
    font-size: 1rem;
    text-align: center;
  }

  .tab-screen {
    height: 300px;
    border-width: 15px;
    border-radius: 25px;
    margin-top: 0px;
  }

  .bg-video {
    text-align: center;
  }

  .atomic-animation {
    display: none;

  }

  .steps-container {
    padding-left: 0px;
  }

  /* .nucleus {
    width: 25px;
    height: 25px;
  }

  .dot {
    width: 15px;
    height: 15px;
    transform: translateX(60px);
  }

  @keyframes spinDot {
    from {
      transform: rotateZ(0deg) translateX(60px) rotateZ(0deg);
    }

    to {
      transform: rotateZ(360deg) translateX(60px) rotateZ(-360deg);
    }
  }

  .orbit::before {
    border-width: 3px;
  } */

  .sticky-image {
    position: sticky;
    top: 100px;
  }

  .security-left img {
    display: none;
  }

  .problem-solution-item:nth-child(6) {
    bottom: 39%;
    right: -3%;
  }

  .problem-solution-item:nth-child(1) {
    left: 14%;
  }

  .problem-solution-item:nth-child(4) {
    top: 9%;
    right: 3%;
  }

  .problem-solution-item:nth-child(2) {
    top: 10%;
    right: 33%;
  }

  .solutions-slide .problem-solution-item:nth-child(4) {
    right: 11%;
  }

  .solutions-slide .problem-solution-item:nth-child(5) {
    bottom: 35%;
  }

  .solutions-slide .problem-solution-item:nth-child(2) {
    top: 60%;
  }

  .large-word {
    font-size: 50px;
    right: 33%;
    top: 50px;
  }

  .side-image {
    text-align: center;
  }

  .side-image img {
    width: 30%;
  }

  .onboard-section {
    padding: 0 0 50px 0;
  }

  .onboard-step1 {
    left: 8px;
  }

  .onboard-step3 {
    right: 45px;
  }

  .highlight-point.left {
    left: -88px;
  }

  .highlight-point {
    width: 64%;
  }

  .main-df1,
  .main-df2,
  .main-df3 {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 40px;
  }

  .wave-line-container {
    display: none;
  }

  .scrolling-line-wrapper {
    height: 60px;
  }

  .marks {
    display: none;
  }

  .torch-light img {
    width: 100%;
    bottom: 300px;
  }

  .middle-hd {
    display: none;
  }

  .top-hd {
    display: block;
    margin-bottom: 40px;
  }

  .step-item {
    border: 1px solid #fff;
  }

  .sticky-image img {
    display: none;
  }

  .step-item-another {
    width: 100%;
  }

  .sticky-image {
    display: none;
  }

  .why-different {
    padding: 80px 0 60px 0;
  }

  .infographic-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .connection-line {
    display: none;
  }

  .main-title {
    font-size: 19px;
    padding: 15px 30px;
    /* margin-top: 50px; */
  }

  .head-catcher {
    margin-bottom: 0;
  }

  .way-onboard {
    padding-bottom: 0;
  }

  .typing-effect {
    left: 14%;
  }

  .nav-button.next {
    right: 33%;
    top: 80%;
  }

  .nav-button.prev {
    left: 33%;
    top: 80%;
  }

  .addOn-point {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: none !important;
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateY(30px) scale(0.95);
  }

  .addOn-point.active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .addOn-row {
    flex-direction: column;
    align-items: center;
  }

  .left-col {
    order: 1;
    width: 100%;
  }

  .center-addOn {
    order: 2;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }

  .right-col {
    order: 3;
    width: 100%;
  }

  .addOn-point {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
  }

  .addOn-sec {
    padding: 0 0 30px 0;
  }

  .security-section {
    padding: 20px 0 0 0;
  }

  .contact-details {
    width: 330px;
  }

  .map-click-indicator {
    top: 435px !important;
    left: 75% !important;
  }

  .logo-para {
    margin: 20px 0;
  }

  .foot-sec {
    text-align: center;
  }

  .foot-menu {
    margin-top: 0;
  }

}

@media (max-width: 800px) {
  .about-sec {
    padding: 30px 0 60px;
  }

  .problem-solution-item:nth-child(3) {
    top: 57%;
    left: -1%;
  }

  .problem-solution-item:nth-child(5) {
    bottom: 26%;
    left: 35%;
  }

  .problem-solution-item:nth-child(6) {
    bottom: 7%;
  }

  .problem-solution-item:nth-child(4) {
    top: 30%;
  }

  .problem-solution-item:nth-child(2) {
    right: 19%;
  }

  .solutions-slide .problem-solution-item:nth-child(3) {
    top: 59%;
    left: 0%;
  }

  .solutions-slide .problem-solution-item:nth-child(5) {
    left: 9%;
  }

  .addOn-point {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: none !important;
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateY(30px) scale(0.95);
  }

  .addOn-point.active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

}


@media (max-width: 768px) {
  .divider-vdo {
    display: none;
  }

  #darkBgVideo {
    top: 80px;
  }

  .success-steps-section {
    margin-top: 80px;
  }

  .typing-effect {
    left: 7%;
    font-size: 28px;
  }

  /* .bonus-card {
    width: 300px;
  } */

  /* -------not to show clouds------ */
  .solutions-slide .problem-solution-item:nth-child(6) {
    display: none;
  }

  .problem-solution-item:nth-child(6) {
    display: none;
  }

  /* -------not to show clouds------ */

  /* ----------to show clouds and the bg----- */

  .problems-slide {
    background-image: url(../images/problems-bg-small.jpg);
  }

  .problem-solution-item:nth-child(1) {
    left: 3%;
    top: 20%;
  }

  .problem-solution-item:nth-child(4) {
    top: 36%;
    right: -3%;
  }

  .problem-solution-item:nth-child(5) {
    bottom: 33%;
    left: 29%;
  }

  .solutions-slide {
    background-image: url(../images/solution-bg-small.jpg);
  }

  .solutions-slide .problem-solution-item:nth-child(2) {
    right: 10%;
  }

  /* ----------to show clouds and the bg----- */

  .banner {
    padding: 40px 0;
  }

  .main-heading {
    font-size: 22px;
    line-height: 1.3;
  }

  .sub-heading {
    font-size: 0.95rem;
  }

  .tab-screen {
    height: 250px;
    border-width: 12px;
    border-radius: 20px;
  }

  .atomic-animation {
    width: 250px;
    height: 250px;
    top: 25%;
    opacity: 0.3;
  }

  .nucleus {
    width: 20px;
    height: 20px;
  }

  .dot {
    width: 12px;
    height: 12px;
    transform: translateX(50px);
  }

  @keyframes spinDot {
    from {
      transform: rotateZ(0deg) translateX(50px) rotateZ(0deg);
    }

    to {
      transform: rotateZ(360deg) translateX(50px) rotateZ(-360deg);
    }
  }


  .scrolling-line {
    font-size: 18px;
  }

  .section-title {
    font-size: 2rem;
  }

  .comparison-sec {
    padding: 20px;
  }

  .img-comp-container {
    height: 280px;
  }

  .panel-content {
    max-width: 300px;
  }

  .panel-content h3 {
    font-size: 24px;
  }

  .panel-content li {
    font-size: 16px;
    padding: 10px 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .highlight-timeline::before {
    left: 10px;
  }

  .highlight-point {
    width: 100%;
    padding-left: 40px;
    text-align: left;
  }

  .highlight-point.left {
    left: 0;
  }

  .highlight-point.right {
    left: 2%;
  }

  .highlight-point::before {
    left: 0;
  }

  .why-different h2 {
    font-size: 2rem;
  }

  .why-different p {
    font-size: 18px;
  }

  .step-marker {
    left: -20px;
    width: 35px;
    height: 35px;
  }

  .step-item {
    padding: 20px;
  }

  .infographic-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 0px;
  }

  .why-different {
    padding: 80px 0 30px 0;
  }

  .central-node {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 40px;
  }

  .connection-line {
    display: none;
  }

  .main-title {
    font-size: 22px;
    padding: 15px 30px;
  }

  .wayTo-onboard {
    padding: 40px 20px;
  }

  .program-row {
    flex-direction: column;
    align-items: stretch;
  }

  .program-card {
    max-width: 100%;
  }

  .addOn-row {
    flex-direction: column;
    gap: 30px;
  }

  .addOn-sec h2 {
    font-size: 28px;
  }

  .addOn-point::after {
    display: none;
  }

  .center-addOn {
    order: -1;
  }

  .large-word {
    font-size: 40px;
    right: 33%;
    top: 32px;
  }

  .onboard-section h2 {
    text-align: center;
  }

  .mock-step {
    text-align: center;
  }

  .onboard-step1,
  .onboard-step2,
  .onboard-step3,
  .onboard-step4 {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .key-points {
    max-width: 312px;
    padding: 10px;
  }

  .key-points h5 {
    font-size: 18px;
  }

  .key-points p {
    font-size: 16px;
  }

  .torch-light img {
    bottom: 260px;
  }

  .default-sec {
    padding-top: 0;
  }

  .addOn-point {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: none !important;
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateY(30px) scale(0.95);
  }

  .addOn-point.active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .addOn-row {
    flex-direction: column;
    align-items: center;
  }

  .left-col {
    order: 1;
    width: 100%;
  }

  .center-addOn {
    order: 2;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }

  .right-col {
    order: 3;
    width: 100%;
  }

  .addOn-point {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
  }

  .addOn-sec {
    padding: 0 0 30px 0;
  }

  .plan2-imgset {
    width: 55%;
    position: relative;
    bottom: 55px;
    left: 100px;
  }

  .phone-frame {
    display: none;
  }

  .contact-right {
    margin-top: 24%;
  }

  .fr-ig {
    top: 160%;
    left: -20px;
  }

  .fr-fb {
    top: 100%;
    left: -15%;
  }

  .fr-ln {
    bottom: -15%;
    left: 90%;
  }

  .map-click-indicator {
    top: 435px !important;
    left: 50% !important;
  }
}

@media (max-width: 667px) {

  .onboard-step1,
  .onboard-step2,
  .onboard-step3,
  .onboard-step4 {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .large-word {
    right: 24%;
  }

  .onboard-step2 {
    margin-top: 0;
  }

  .brand-logo {
    width: 34%;
  }

  .owl-next.security-nav {
    right: 0;
  }

  .owl-prev.security-nav {
    left: 0;
  }

  .problem-solution-item:nth-child(4) {
    top: 60%;
  }

  .solutions-slide .problem-solution-item:nth-child(1) {
    left: 14%;
  }

  .solutions-slide .problem-solution-item:nth-child(4) {
    bottom: 10%;
  }

  .solutions-slide .problem-solution-item:nth-child(2) {
    top: 21%;
    right: 3%;
  }

  .plan2-imgset {
    width: 55%;
    position: relative;
    bottom: 55px;
    left: 62px;
  }

  .element {
    animation: none !important;
  }

  .bonus-card {
    width: 280px;
    left: 436px;
  }

  .card-title {
    font-size: 20px;
  }

  .addOn-point {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: none !important;
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateY(30px) scale(0.95);
  }

  .addOn-point.active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .addOn-row {
    flex-direction: column;
    align-items: center;
  }

  .left-col {
    order: 1;
    width: 100%;
  }

  .center-addOn {
    order: 2;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }

  .right-col {
    order: 3;
    width: 100%;
  }

  .addOn-point {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
  }

  .addOn-sec {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 576px) {
  .problem-solution-item:nth-child(2) {
    right: -2%;
  }

  .problem-solution-item:nth-child(1) {
    left: 0%;
    top: 14%;
  }

  .problem-solution-item:nth-child(3) {
    top: 62%;
    left: -1%;
  }

  .problem-solution-item:nth-child(5) {
    bottom: 38%;
  }

  .solutions-slide .problem-solution-item:nth-child(1) {
    left: 24%;
  }

  .solutions-slide .problem-solution-item:nth-child(5) {
    left: 0%;
  }

  .solutions-slide .problem-solution-item:nth-child(4) {
    right: 0%;
    bottom: 16%;
  }

  .solutions-slide .problem-solution-item:nth-child(2) {
    top: 28%;
  }

  .banner {
    padding: 30px 0;
  }

  .main-heading {
    font-size: 1.6rem;
  }

  .sub-heading {
    font-size: 0.9rem;
  }

  .tab-screen {
    height: 200px;
    border-width: 10px;
    border-radius: 15px;
  }

  .atomic-animation {
    width: 200px;
    height: 200px;
    top: 20%;
    opacity: 0.25;
  }

  .nucleus {
    width: 16px;
    height: 16px;
  }

  .dot {
    width: 10px;
    height: 10px;
    transform: translateX(40px);
  }

  @keyframes spinDot {
    from {
      transform: rotateZ(0deg) translateX(40px) rotateZ(0deg);
    }

    to {
      transform: rotateZ(360deg) translateX(40px) rotateZ(-360deg);
    }
  }

  .orbit::before {
    border-width: 2px;
  }

  .bonus-card {
    width: 250px;
    left: 450px;
    height: 200px;
  }

  .card-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .card-content {
    font-size: 14px;
    line-height: 16px;
  }

  .addOn-point {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: none !important;
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateY(30px) scale(0.95);
  }

  .addOn-point.active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .addOn-row {
    flex-direction: column;
    align-items: center;
  }

  .left-col {
    order: 1;
    width: 100%;
  }

  .center-addOn {
    order: 2;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }

  .right-col {
    order: 3;
    width: 100%;
  }

  .addOn-point {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
  }

  .addOn-sec {
    padding: 0 0 30px 0;
  }

  .plan2-imgset {
    left: 22px;
  }

  .fr-ln {
    bottom: -10%;
    left: 90%;
  }

  .side-form-content {
    width: 100%;
  }

}

@media (max-width: 535px) {
  .problem-solution-item:nth-child(1) {
    left: -11%;
    top: 19%;
  }

  .problem-solution-item:nth-child(3) {
    top: 56%;
    left: -10%;
  }

  .solutions-slide .problem-solution-item:nth-child(1) {
    left: -8%;
    top: 0%;
  }

  .solutions-slide .problem-solution-item:nth-child(2) {
    top: 4%;
    right: 0;
  }

  .solutions-slide .problem-solution-item:nth-child(5) {
    left: 40%;
  }

  .solutions-slide .problem-solution-item:nth-child(3) {
    top: 48%;
    left: -4%;
  }

  .solutions-slide .problem-solution-item:nth-child(4) {
    bottom: 24%;
  }

  .addOn-point {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: none !important;
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateY(30px) scale(0.95);
  }

  .addOn-point.active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .addOn-row {
    flex-direction: column;
    align-items: center;
  }

  .left-col {
    order: 1;
    width: 100%;
  }

  .center-addOn {
    order: 2;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }

  .right-col {
    order: 3;
    width: 100%;
  }

  .addOn-point {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
  }

  .addOn-sec {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 475px) {

  .plan2-imgset {
    width: 55%;
    position: relative;
    bottom: 55px;
    left: -14px;
  }

  .program-card2 {
    margin-top: 25px;
  }

  .plan2-imgset2 {
    top: 30%;
  }

  .problem-solution-item:nth-child(1) {
    left: -11%;
    top: 19%;
  }

  .problem-solution-item:nth-child(3) {
    top: 48%;
    left: -10%;
  }

  .problem-solution-item h3 {
    padding: 60px 43px;
  }

  .problem-solution-item:nth-child(2) {
    top: 1%;
  }

  .problem-solution-item:nth-child(5) {
    bottom: 42%;
    left: 38%;
  }

  .solutions-slide .problem-solution-item:nth-child(1) {
    top: 19%;
  }

  .solutions-slide .problem-solution-item:nth-child(3) {
    left: -10%;
  }

  .solutions-slide .problem-solution-item:nth-child(2) {
    top: 0%;
    left: 22%;
  }

  .solutions-slide .problem-solution-item:nth-child(5) {
    left: 32%;
    bottom: 36%;
  }

  .solutions-slide .problem-solution-item:nth-child(4) {
    right: -10%;
  }

  .large-word {
    font-size: 30px;
    top: 24px;
  }

  .highlight-point.right::before {
    left: -6px;
  }

  .typing-effect {
    left: 7%;
    font-size: 25px;
  }

  .torch-light img {
    width: 117%;
  }

  .success-steps-section .section-title,
  .key-features-section h2,
  .why-different h2,
  .default-sec h2 {
    font-size: 24px;
  }

  .why-different {
    padding: 80px 0 0px 0;
  }

  .card-content {
    perspective: 1500px;
  }

  .nav-button.next {
    top: 75%;
  }

  .nav-button.prev {
    top: 75%;
  }

  .nav-button {
    width: 50px;
    height: 50px;
  }

  .plan1-imgset {
    width: 53%;
  }

  .plan1-imgset2 {
    width: 20%;
    top: 42%;
  }

  .addOn-point {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: none !important;
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateY(30px) scale(0.95);
  }

  .addOn-point.active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .addOn-row {
    flex-direction: column;
    align-items: center;
  }

  .left-col {
    order: 1;
    width: 100%;
  }

  .center-addOn {
    order: 2;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }

  .right-col {
    order: 3;
    width: 100%;
  }

  .addOn-point {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
  }

  .addOn-sec {
    padding: 0 0 30px 0;
  }

  .transition-section .transition-text {
    font-size: 22px !important;
  }

  #bgOverlay h1 {
    font-size: 22px;
  }

  .fr-ln {
    bottom: 9%;
    left: 90%;
  }

  .fr-fb {
    top: 85%;
    left: 0%;
  }

  .fr-ig {
    top: 160%;
    left: 35px;
  }

}

@media (max-width: 435px) {
  .typing-effect {
    left: 2%;
    font-size: 25px;
  }

  .highlight-point {
    padding: 20px 10px 20px 40px;
  }

  .point-title {
    padding: 0 32px 0 5px;
  }

  .point-title h6 {
    font-size: 13px;
  }

  .plan2-imgset {
    width: 65%;
  }

  .addOn-point {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: none !important;
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateY(30px) scale(0.95);
  }

  .addOn-point.active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .addOn-row {
    flex-direction: column;
    align-items: center;
  }

  .left-col {
    order: 1;
    width: 100%;
  }

  .center-addOn {
    order: 2;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }

  .right-col {
    order: 3;
    width: 100%;
  }

  .addOn-point {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
  }

  .addOn-sec {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 400px) {
  .large-word {
    font-size: 30px;
    top: 18px;
  }

  .typing-effect {
    left: 2%;
    font-size: 22px;
  }

  .problem-solution-item:nth-child(5) {
    display: none;
  }

  .problem-solution-item:nth-child(3) {
    top: 40%;
    left: 10%;
  }

  .problem-solution-item:nth-child(4) {
    top: 63%;
    right: 14%;
  }

  .problem-solution-item:nth-child(1) {
    left: -16%;
    top: 23%;
  }

  .solutions-slide .problem-solution-item:nth-child(3) {
    top: 40%;
    left: 6%;
  }

  .solutions-slide .problem-solution-item:nth-child(2) {
    top: 0%;
    left: 18%;
  }

  .solutions-slide-title,
  .problem-solution-title {
    font-size: 23px;
  }

  .brand-logo {
    width: 40%;
  }

  .main-heading {
    font-size: 1.4rem;
  }

  .tab-screen {
    height: 180px;
    border-width: 8px;
    border-radius: 12px;
  }

  .atomic-animation {
    width: 150px;
    height: 150px;
    opacity: 0.2;
  }

  .dot {
    transform: translateX(30px);
  }

  @keyframes spinDot {
    from {
      transform: rotateZ(0deg) translateX(30px) rotateZ(0deg);
    }

    to {
      transform: rotateZ(360deg) translateX(30px) rotateZ(-360deg);
    }
  }

  .point-title h6 {
    font-size: 13px;
  }

  .point-number {
    padding: 10px 20px 0 20px;
    font-size: 24px;
  }

  .torch-light img {
    width: 135%;
  }

  .central-node {
    margin-bottom: 0;
  }

  .main-title {
    font-size: 18px;
  }

  .addOn-point {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: none !important;
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateY(30px) scale(0.95);
  }

  .addOn-point.active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .addOn-row {
    flex-direction: column;
    align-items: center;
  }

  .left-col {
    order: 1;
    width: 100%;
  }

  .center-addOn {
    order: 2;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }

  .right-col {
    order: 3;
    width: 100%;
  }

  .addOn-point {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
  }

  .addOn-sec {
    padding: 0 0 30px 0;
  }

}

@media (max-width: 375px) {
  .fr-ln {
    bottom: 12%;
    left: 77%;
  }

  .fr-fb {
    top: 70%;
    left: 7%;
  }

  .map-click-indicator {
    width: 50%;
    font-size: 14px;
    text-align: center;
    padding: 10px 6px;
  }
}

@media (max-width: 345px) {
  .solutions-slide .problem-solution-item:nth-child(2) {
    left: 4%;
  }

  .solutions-slide .problem-solution-item:nth-child(3) {
    top: 40%;
    left: 4%;
  }

  .scrolling-line {
    font-size: 16px;
  }

  .addOn-point {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: none !important;
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateY(30px) scale(0.95);
  }

  .addOn-point.active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .addOn-row {
    flex-direction: column;
    align-items: center;
  }

  .left-col {
    order: 1;
    width: 100%;
  }

  .center-addOn {
    order: 2;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }

  .right-col {
    order: 3;
    width: 100%;
  }

  .addOn-point {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
  }

  .addOn-sec {
    padding: 0 0 30px 0;
  }

}


/* *********************responsive ends********************* */

/* Touch support */
@media (hover: none) and (pointer: coarse) {
  .img-comp-container {
    cursor: pointer;
  }

  .instructions {
    animation: none;
    opacity: 1;
  }
}

.transition-section {
  position: sticky;
  top: 0;
  height: 100vh;
  background: #01010f;
  z-index: 50;
  pointer-events: none;
  opacity: 1;
  will-change: opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.transition-section .transition-text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center top;
  transition: transform 0.2s linear;
  will-change: transform, opacity;
}

.scroll-arrow {
  display: inline-block;
  margin-left: 10px;
}

.scroll-arrow i {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  text-shadow: 0 0 8px rgba(0, 191, 255, 0.9),
    0 0 16px rgba(0, 191, 255, 0.7);
  animation: floatArrow 1.5s ease-in-out infinite;
}

@keyframes floatArrow {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }
}