* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #000000;
  overflow-x: hidden;
}

/* Header */
header {
  background: #001f5c;
  padding: 1rem 0;
  position: fixed;
  /* width: 100%; */
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

nav {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.logo {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-items: center;
}

.nav-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 20px;
}

/* .nav-links a:hover {
  color: #4da6ff;
} */

.cta-btn {
  background: white;
  color: #001f5c;
  padding: 0.7rem 1.5rem;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Hero Section */
.hero {
  /* margin-top: 80px; */
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  /* padding: 5rem 2rem; */
  text-align: center;
  color: white;
}

.hero-content {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  /* width: 100vw; */
  align-items: center;
}

.hero-text h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  animation: fadeInUp 1s;
}

.hero-text .subtitle {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.btn-primary {
  background: #001f5c;
  color: white;
  padding: 1rem 2rem;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  background: transparent;
  color: white;
  padding: 1rem 2rem;
  border-radius: 30px;
  border: 2px solid white;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: white;
  color: #667eea;
}

.hero-image {
  position: relative;
  animation: fadeInRight 1s;
}

.hero-image img {
  width: 100vw;
  max-width: 500px;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}

.thought-bubble {
  position: absolute;
  background: white;
  color: #333;
  padding: 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: float 3s ease-in-out infinite;
}

.bubble-1 {
  top: 10%;
  left: -10%;
}

.bubble-2 {
  top: 30%;
  right: -10%;
}

.bubble-3 {
  bottom: 20%;
  right: 0;
}

/* Pain Points Section */
.pain-points {
  padding: 5rem 2rem;
  background: #f8f9fa;
}

.section-title {
  text-align: center;
  font-size: 32px;
  /* margin-bottom: 3rem; */
  color: #000000;
}

.pain-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.pain-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.pain-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.pain-icon {
  width: 60px;
  height: 60px;
  border-radius: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: white;
}

.pain-card h3 {
  margin-bottom: 1rem;
  color: #001f5c;
}

/* Video Section */
.video-section {
  padding: 5rem 2rem;
  text-align: center;
  width: 1440;
  height: 661;
  opacity: 1;
  gap: 31px;
}

.video-container {
  max-width: 749px;
  margin: 2rem auto;
  position: relative;
  padding: 20px;
  /* background: linear-gradient(135deg, #007cdf 0%, #00b2f9 100%); */
  /* border: 3px solid #019cef; */
  /* border-radius: 49px; */
  /* height: 425px; */
  /* box-shadow: 0px 4px 30px 0px #00000040; */
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 102, 204, 0.15);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.play-button {
  display: none; /* Hidden - YouTube provides its own play button */
}

/* Play button styles removed - using YouTube's native controls */

/* Features Section */
.features {
  /* padding: 5rem 2rem; */
  width: 1440;
  height: 1058;
  opacity: 1;
  padding-top: 50px;
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
  background: #f3f3f3;
}

.features .text {
  font-weight: 400;
  font-size: 20px;
  /* line-height: 100%; */
  letter-spacing: 0px;
  text-align: center;
  color: #404040;
  margin-bottom: 20px;
}

.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.features-tick {
  width: 216;
  height: 108;
  opacity: 1;
  gap: 8px;
  padding: 10px;
  border-radius: 15px;
  background: #e6ffec;
  text-align: start;
  margin-top: 15px;
}

.features-tick li {
  list-style: none;
}

.feature-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s;
  border: 2px solid #aeaeae;
}

.feature-card:hover {
  border-color: #002370;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.feature-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #2b7fff 0%, #00bba7 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  box-shadow: 0px 4px 6px -4px #0000001a;
  box-shadow: 0px 10px 15px -3px #0000001a;
}

.checkmark {
  color: #4caf50;
  margin-right: 0.5rem;
}

/* Stats Section */
.stats {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.stats-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  text-align: center;
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.stat-number {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Testimonials */
.testimonials {
  padding: 5rem 2rem;
  background: #f8f9fa;
}

.testimonial-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.testimonial-video {
  width: 100%;
  height: 200px;
  background: #1a1a2e;
  border-radius: 10px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.testimonial-company {
  font-weight: bold;
  color: #001f5c;
  margin-top: 1rem;
}

/* CTA Section */
.cta-section {
  padding: 5rem 2rem;
  background: #001f5c;
  color: white;
  text-align: center;
}

.cta-content h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

/* Footer */
footer {
  background: #0a0a1a;
  color: white;
  padding: 3rem 2rem;
}

.footer-content {
  max-width: 1492px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.footer-section h3 {
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
}

.footer-links a {
  color: #aaa;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: white;
}

.social-icons {
  display: flex;
  gap: 1rem;
  font-size: 1.5rem;
}

.social-icons a {
  color: white;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #667eea;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .nav-links {
    display: none;
  }

  .thought-bubble {
    font-size: 0.7rem;
    padding: 0.5rem;
  }
}

/* header {
  width: 100%;
} */

nav {
  width: 100%;
}

.nav-links {
  list-style: none;
  display: flex;
  justify-content: space-between;
  /* spread items edge to edge */
  align-items: center;
  padding: 0;
  margin: 0;
  /* width: 100%; */
}

.nav-links li a {
  text-decoration: none;
}

.nav-links img {
  display: block;
}

.demo-btn {
  position: relative;
  top: 16px;
  border-radius: 50px;
  /* makes rounded corners */
  padding: 10px 25px;
  background: #081038;
  color: white;
  border: 2px solid;
  /* fallback border */
  border-image: linear-gradient(90deg, #6d77aa, #e9ad53, #ffffff) 1;
  cursor: pointer;
}

.hero-bg {
  width: 100%;
  height: 600px;
  position: relative;
  background: linear-gradient(135deg, #eff6ff 0%, white 50%, #dbeafe 100%),
    white;
  overflow: hidden;
}

/* Headings */
.hero-heading {
  position: absolute;
  left: 84px;
  top: 55px;
  /* font-family: Inter, sans-serif; */
  font-weight: 600;
  font-size: 54px;
  word-wrap: break-word;
}

.hero-heading .text-gray {
  color: #404040;
}

.hero-heading .text-blue {
  color: #002370;
}

/* Subheading */
.hero-subheading {
  position: absolute;
  left: 84px;
  top: 202px;
  width: 521px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #404040;
  word-wrap: break-word;
}

/* Buttons */
.hero-buttons {
  position: absolute;
  /* top: 326px; */
  /* left: 83px; */
  display: flex;
  gap: 20px;
}

.btn-primary {
  width: 212px;
  height: 51px;
  background: #002370;
  color: white;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.btn-outline {
  width: 208px;
  height: 51px;
  border-radius: 9px;
  outline: 1.5px solid #002370;
  outline-offset: -1.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #191919;
  background: none;
}

/* Logos */
.hero-logos {
  position: absolute;
  top: 346.15px;
  left: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

@media (max-width: 568px) and (max-width: 768px) {
  .hero-logos {
  position: absolute;
  top: 346.15px;
  left: 78px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-top: 80px;
}
}
.hero-logos img {
  display: inline-block;
}

.logo-wrapper {
  width: 131px;
  height: 34.46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  flex-direction: column;
}

/* Hero bar */
.hero-bar {
  position: absolute;
  left: 719px;
  top: 461px;
  width: 453px;
  height: 60px;
  background: #e1edfe;
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
  border-radius: 9999px;
}

/* Hero images */
.hero-img {
  position: absolute;
  width: 268px;
  height: 268px;
}

.hero-img-1 {
  left: 744px;
  top: 248px;
}

.hero-img-2 {
  left: 915px;
  top: 261px;
}

/* Boxes */
.hero-box {
  position: absolute;
  width: 214px;
  height: 133px;
  background: #232222;
  transform-origin: top left;
}

.box-1 {
  left: 853.32px;
  top: 287.05px;
  transform: rotate(173deg);
}

.box-2 {
  left: 865.01px;
  top: 97.34px;
  transform: rotate(-1deg);
}

.box-3 {
  left: 1074px;
  top: 205.34px;
  transform: rotate(-1deg);
}

/* Hero texts */
.hero-text {
  position: absolute;
  /* font-family: Inter, sans-serif; */
  font-weight: 500;
  font-size: 20px;
  text-align: start;
  color: black;
  line-height: 20px;
}

.text-1 {
  left: 675px;
  top: 200px;
}

.text-2 {
  left: 895px;
  top: 129px;
}

.text-3 {
  left: 1101px;
  top: 234px;
}

.header {
  /* max-width: 100%; */
  text-align: center;
  margin-top: 20px;
}

.header h1 {
  font-size: 30px;
  font-weight: bold;
  color: #bc1b12;
}

.header h2 {
  font-size: 20px;
  color: #d84941;
  margin-top: 5px;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  width: 300px;
  color: white;
  font-weight: 600;
}

.slider-labels div {
  flex: 1;
  text-align: center;
  padding: 10px;
  background: #f03329;
}

.slider-labels div:first-child {
  border-right: 2px solid white;
}

.slider-labels div:last-child {
  border-radius: 0 20px 20px 0;
}

.image-compare {
  position: relative;
  width: 100%;
  height: 590px;
  /* min-height: 600px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 60px !important;
}

.image-compare::before {
  content: "";
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
}

.before-after-container {
  position: relative;
  width: 100%;
  padding-bottom: 62.5%;
  height: 0;
  z-index: 2;
}

.before-after-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.1s ease-out;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.before-after-container img.after {
  clip-path: inset(0 0 0 50%);
  transition: clip-path 0.1s ease-out;
}

.slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  background: #2cb828;
  cursor: ew-resize;
  z-index: 3;
  transition: left 0.1s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  touch-action: none;
}

.slider::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background: white;
  border: 5px solid #2cb828;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  cursor: ew-resize;
  z-index: 4;
}

.slider::after {
  content: "◄    ►";
  position: absolute;
  color: #2cb828;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 768px) {
  .slider {
    width: 10px;
  }

  .slider::before {
    width: 80px;
    height: 80px;
  }

  .slider::after {
    font-size: 22px;
  }
}

.next-level {
  height: 150px;
  background: url("/img/F1.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  color: white;
  /* padding: 40px 20px; */
}

.next-level h1 {
  font-size: 2.5rem;
  text-align: start;
  font-weight: 700;
}

.next-level div:last-child {
  width: 290;
  height: 70;
  opacity: 1;
  gap: 10px;
  top: 50px;
  left: 841px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  border-radius: 99px;
  background: linear-gradient(90deg, #082d78 0%, #0f53de 100%);
  box-shadow: 0px 0px 10px 0px #00c8ff;
  margin-right: 210px;
}

.next-level a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  margin-left: 10px;
}

.next-level img {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .next-level {
    height: 300px;
  }

  .next-level h1 {
    font-size: 1.8rem;
  }
}

.cta-text {
  width: 30%;
}

.experience-txt {
  font-weight: bolder;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}

.vid-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.schedule-demo {
  width: 250px;
  height: 51px;
  opacity: 1;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background: #002370;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.schedule-demo:hover {
  /* background: #0038a8; */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.free-demo {
  width: 250px;
  height: 51px;
  opacity: 1;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #002370;
  color: #002370;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
}

.free-demo:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Main Section Styling */
#section-1-schedulDemo {
  background: white;
  /* min-height: 100vh; */
  /* padding: 60px 0; */
}

#section-1-schedulDemo .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Main Heading */
#section-1-schedulDemo > .container > h1:first-child {
  text-align: center;
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 50px;
}

#section-1-schedulDemo > .container > h1:first-child span {
  color: #002370;
  display: inline-block;
}

/* Row Layout */
#section-1-schedulDemo .row {
  display: flex;
  align-items: stretch;
  gap: 199px;
}

#section-1-schedulDemo .form-row {
   display: flex;
  align-items: stretch;
  gap: 0;

}

.col-lg-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-lg-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* Left Content Card */
.slider-card {
  background: #ffffff;
  border-radius: 15px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  border: none;
  height: 100%;
}

.slider-card .card-body {
  /* padding: 45px 40px; */
  position: relative;
}

.slider-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 25px;
}

.slider-card h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.slider-card p {
  font-size: 20px;
  line-height: 26px;
  color: #555555;
  margin: 0;
}

.slider-card p span {
  color: #0a1a6f;
  font-weight: 600;
}

/* Form Container */
.form-container {
  background: #ffffff;
  border-radius: 15px;
  padding: 45px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

#form-title {
  margin-bottom: 30px;
  text-align: center;
}

.form-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.form-para {
  font-size: 14px;
  color: #777;
  margin-top: 0;
}

/* Form Inputs */
.contact-form .row {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}

.contact-form .row.g-2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.contact-form .col-lg-6,
.contact-form .col-lg-12,
.contact-form .col-12 {
  flex: 1;
  min-width: 0;
}

.form-control {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #ffffff;
  color: #333;
  font-family: inherit;
}

.form-control:focus {
  border-color: #002370;
  box-shadow: 0 0 0 3px rgba(0, 35, 112, 0.08);
  background: #ffffff;
  outline: none;
}

.form-control::placeholder {
  color: #aaa;
  font-weight: 400;
}

/* Mobile Number Input Styling */
#phone {
  padding-left: 18px;
}

/* Submit Button */
.btn-form-submit {
  width: 100%;
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 700;
  background: #0041c4;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: none;
  margin-top: 5px;
}

.btn-form-submit:hover {
  background: #002d8f;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 65, 196, 0.3);
}

.btn-form-submit:active {
  transform: translateY(0);
}

/* Privacy Policy Text */
#privacypolicy {
  font-size: 13px;
  color: #666;
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

#privacypolicy a {
  color: #002370;
  text-decoration: none;
  font-weight: 600;
}

#privacypolicy a:hover {
  text-decoration: underline;
}

/* Success Message */
.massge {
  display: none;
  background: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #c3e6cb;
  font-size: 14px;
}

/* Alert Messages */
.contact-form-success {
  background: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #c3e6cb;
}

.contact-form-error {
  background: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #f5c6cb;
}

/* Recaptcha Container */
.g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  transform: scale(0.9);
  transform-origin: center;
}

/* Spacing Utilities */
.g-2 {
  gap: 15px;
}

.mt-md-2 {
  margin-top: 15px;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* Responsive Design */
@media (max-width: 991px) {
  .col-lg-7,
  .col-lg-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #section-1-schedulDemo .row {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .reverse-on-mobile {
    flex-direction: column-reverse;
  }

  #section-1-schedulDemo > .container > h1:first-child {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 40px;
  }

  .slider-card h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .slider-card .card-body {
    /* padding: 35px 30px; */
  }

  .form-container {
    padding: 35px 30px;
  }
}

@media (max-width: 767px) {
  #section-1-schedulDemo {
    
  }

  #section-1-schedulDemo > .container > h1:first-child {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .slider-card h1 {
    font-size: 32px;
    line-height: 39px;
  }

  .slider-card p {
    font-size: 20px;
    line-height: 26px;
  }

  .slider-card .card-body {
    /* padding: 30px 25px; */
  }

  .slider-card img {
    width: 60px;
    height: 60px;
  }

  .form-container {
    padding: 30px 25px;
  }

  .form-title {
    font-size: 24px;
  }

  .btn-form-submit {
    padding: 14px 25px;
    font-size: 14px;
  }

  .contact-form .row {
    flex-direction: column;
  }

  .contact-form .col-lg-6 {
    width: 100%;
  }
}

@media (max-width: 575px) {
  #section-1-schedulDemo > .container > h1:first-child {
    font-size: 24px;
    line-height: 32px;
  }

  .slider-card h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .slider-card img {
    width: 50px;
    height: 50px;
  }

  .form-title {
    font-size: 22px;
  }

  .form-container {
    padding: 25px 20px;
  }

  .g-recaptcha {
    transform: scale(0.85);
  }
}

/* Additional utilities */
.justify-content-center {
  justify-content: center;
}

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

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

.d-none {
  display: none;
}

.offset-anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.appear-animation {
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.grow-section {
  position: relative;
  background: white;
  height: 600px;
  overflow: hidden;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* ---- Center Container ---- */
.grow-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px; /* Add some padding for smaller screens */
  display: flex; /* Make this a flex container too */
  justify-content: space-between; /* Center the content inside */
  align-items: center;
}

/* ---- Common Card Styles ---- */
.grow-card {
  width: 200px;
  position: absolute;
  border-top-left-radius: 43.13px;
  border-top-right-radius: 43.13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 13.66px; */
  display: inline-flex;
  color: #002370;
  font-family: Inter, sans-serif;
  text-align: center;
}

/* Text inside cards */
.grow-percentage {
  font-weight: 700;
  font-style: Bold;
  font-size: 69.01px;
  /* line-height: 100%; */
  letter-spacing: 0px;
  text-align: center;
}

.grow-title {
  font-weight: 800;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}

.grow-description {
  font-size: 18px;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}

/* ---- Card Variants ---- */
.grow-card-blue-light {
  background: #66d3ff;
  left: 480px;
  top: 157px;
  padding-bottom: 230px;
}

.grow-card-blue {
  background: #228fef;
  left: 750px;
  top: 41px;
}

.grow-card-yellow {
  background: #ffc663;
  left: 1020px;
  top: -30px;
  padding-bottom: 285px;
}

/* ---- Inside Elements ---- */
.grow-card-image {
  width: 128px;
  height: 175px;
  opacity: 0.3;
}

.grow-bottom-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 48px;
  display: flex;
}

.grow-black-box {
  width: 106px;
  height: 120px;
  /* opacity: 0.15; */
  background-image: url("/img/Ruppes.png");
  /* background: black; */
  margin-bottom: 10px !important;
  margin-top: 0px !important;
}

/* ---- Left Text Section ---- */
.grow-text-content {
  width: 407px;
  left: 0;
  top: 120px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 33px;
  display: inline-flex;
}

.grow-heading {
  color: black;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.3;
}

.grow-subheading {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.grow-highlight {
  font-weight: 600;
}

.grow-cta-btn {
  width: 227px;
  height: 51px;
  padding: 10px;
  background: #002370;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.grow-cta-btn div {
  color: white;
  font-size: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.grow-container {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
}

.next-level2 {
  height: 190px;
  background: linear-gradient(rgba(0, 0, 0, 0.397), rgba(0, 0, 0, 0.397)),
    url("/img/next2.png");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 36px 20px;
}

.next-level2 h1 {
  /* font-size: 2.5rem;
   */
   font-size: 32px;
  text-align: center;
  font-weight: 700;
}

.next-level2 div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 398px;
  height: 45px;
  gap: 5px;
  opacity: 1;
  top: 130px;
  left: 575px;
  border-radius: 99px;
  padding: 10px 40px;
  background-color: white;
  box-shadow: 0px 0px 7px 0px #00c8ff;
}

.next-level2 a {
  color: #4a3aff;
  text-decoration: none;
  font-weight: 600;
  font-size: 21px;
  margin-left: 0; /* Remove this since gap handles spacing */
}

.next-level2 img {
  width: 24px;
  height: 24px;
}

.transform-card-section {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 30px;
  margin: 0 auto;
}

.transform-card-heading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.transform-card-heading-text {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  word-wrap: break-word;
}

.transform-card-subheading-text {
  text-align: center;
  color: #404040;
  font-size: 20px;
  font-weight: 400;
  word-wrap: break-word;
}

.transform-card-cards-container {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  /* max-width: 1240px; */
  margin: 0 auto;
}

.transform-card {
  width: 294px;
  height: 304px;
  position: relative;
  background: linear-gradient(135deg, white 0%, #eff6ff 100%);
  border-radius: 14px;
  border: 2px solid #dbeafe;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 34px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.transform-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(21, 93, 252, 0.1);
}

.transform-card-icon-circle {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #2b7fff 0%, #00bba7 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 29px;
}

.transform-card-icon-circle svg {
  width: 28px;
  height: 28px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

.transform-card-percentage {
  text-align: center;
  color: #155dfc;
  font-size: 64px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}

.transform-card-title {
  text-align: center;
  color: #101828;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
  padding: 0 20px;
}

.transform-card-desc {
  text-align: center;
  color: #4a5565;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 42px;
}

@media (max-width: 1280px) {
  .transform-card-cards-container {
    max-width: 900px;
  }
}

@media (max-width: 768px) {
  .transform-card-heading-text {
    font-size: 28px;
  }

  .transform-card-subheading-text {
    font-size: 18px;
  }

  .transform-card-cards-container {
    gap: 20px;
  }

  .transform-card {
    width: 100%;
    max-width: 320px;
  }
}

.trustedby-section {
  width: 100%;
  max-width: 1200px;
  padding: 24px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
}

.trustedby-heading-container {
  text-align: center;
}

.trustedby-heading-text {
  color: black;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
}

.trustedby-logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}

.trustedby-logo,
.trustedby-logo-box,
.trustedby-inner-logo {
  transition: transform 0.3s ease;
}

.trustedby-logo {
  width: 140px;
  height: auto;
  object-fit: contain;
}

.trustedby-logo-box {
  width: 160px;
  height: 45px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trustedby-inner-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.trustedby-logo:hover,
.trustedby-inner-logo:hover {
  transform: scale(1.05);
}

/* Testominaiel code */
.testimonial-heading {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.testimonial-heading p {
  font-size: 20px;
  color: #000000;
  margin: 0;
}

.swiper {
  padding: 20px 0;
}

.swiper-wrapper {
  padding-bottom: 50px;
}

.client-card {
  /* background: #fff; */
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.swiper-slide .video-container a {
  text-decoration: none;
}

.swiper-slide .video-container a:hover {
  text-decoration: none;
}

.client-thumbnail {
  position: relative;
  /* height: 180px; */
  overflow: hidden;
}

.client-thumbnail img {
  width: 100%;
  /* height: 100%; */

  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.play-btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #333;
  margin-left: 3px;
}

.client-details {
  padding: 10px 10 0px 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.client-name {
  font-size: 15px;
  font-weight: 600;
  margin: 0px 0px -3px 0px;
  color: #222;
}

.client-title {
  font-size: 15px;
  color: #666;
  margin: 0 0 10px 0;
}

.client-company {
  font-size: 15px;
  color: #444;
  margin: 0 0 5px 0;
  font-weight: 500;
}

.client-location {
  /* font-size: 16px;
        color: #000;
        font-weight: 600;
        
        display: flex;
        justify-content: center;
        align-items: center; */

  margin: 0;
  padding: 0;
  /* font-style: italic; */
  /* font-weight: 600; */
  font-size: 14px;
}

.swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #333;
}

@media (max-width: 1024px) {
  /* .client-thumbnail {
          height: 160px;
        } */
}

@media (max-width: 768px) {
  h2 {
    font-size: 28px !important;
  }

  /* .client-thumbnail {
          height: 140px;
        } */

  .client-details {
    padding: 15px;
  }

  .client-name {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  /* .container {
          padding: 30px 15px;
        } */

  h2 {
    font-size: 24px !important;
  }

  .testimonial-heading p {
    font-size: 14px;
    margin-bottom: -40px;
  }

  .client-thumbnail {
    height: 160px;
  }

  .swiper-pagination {
    display: none;
  }
}

.video-container.testimonials {
  background: #ffffff;
  box-shadow: 0px 3.58681px 8.96703px rgba(0, 0, 0, 0.25);
  border-radius: 12.5538px;
  padding: 20px 20px 15px 20px;
  text-align: center;
  position: relative;
  color: #000;
}

.video-shop {
  position: absolute;
  background: var(--primary);
  border-radius: 4.48352px;
  bottom: -15;
  left: 50%;
  top: 90%;
  transform: translate(-50%, 0%);
  padding: 5px 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  width: 165px;
}

.video-shop p {
  color: #f9f9f9;
  font-size: 15px;
}

@media (min-width: 768px) and (max-width: 900px) {
  .client-card {
    height: 250px !important;
    /* or whatever smaller height you prefer */
  }

  .client-thumbnail img {
    height: 150px !important;
    /* adjust the image height separately if needed */
    object-fit: cover !important;
    /* to make sure the image fits nicely */
  }

  .client-details {
    padding: 10px 0 !important;
    /* optional: adjust spacing if needed */
  }
}

/* ==================== TESTIMONIAL SECTION - EXACT MATCH ==================== */

.container.pt-5 {
  max-width: 1400px;
  margin: 0px auto;
  padding: 25px 20px 60px !important;
  background: #ffffff;
}

/* Testimonial Heading */
.testimonial-heading {
  text-align: center;
  /* margin-bottom: 70px; */
  padding: 0 20px;
}

.testimonial-heading h2 {
  /* font-size: 42px; */
  font-weight: 700;
  margin-bottom: -5px;
  color: #1a1a1a;
  line-height: 1.2;
}

.testimonial-heading p {
  font-size: 20px;
  color: #000000;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Swiper Container */
.client-slider {
  /* padding: 20px 0 100px !important; */
  overflow: visible !important;
}

.client-slider .swiper-wrapper {
  padding-bottom: 0;
  align-items: stretch;
}

.client-slider .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

/* Video Container */
.video-container.testimonials {
  width: 100%;
  max-width: 310px;
  height: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 auto;
}

/* Client Card - Clean White Card with Shadow */
.video-container.testimonials .client-card {
  background: white;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  padding: 0;
  border: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 300px;
}

.video-container.testimonials .client-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.08);
}

/* Thumbnail Container */
.video-container.testimonials .client-thumbnail {
  position: relative;
  width: 100%;
  height: 148px;
  overflow: hidden;
  background: #f9fafb;
}

.video-container.testimonials .client-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-container.testimonials .client-card:hover .client-thumbnail img {
  transform: scale(1.06);
}

/* Play Button */
.video-container.testimonials .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-container.testimonials .client-card:hover .play-btn {
  background: white;
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.12);
}

.video-container.testimonials .play-btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #1a1a1a;
  margin-left: 4px;
}

/* Client Details Section */
.video-container.testimonials .client-details {
  padding: 7px 24px 14px !important;
  text-align: center;
  background: white;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.video-container.testimonials .client-name {
  font-size: 19px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  color: #1a1a1a !important;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.video-container.testimonials .client-location {
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: 500 !important;
  margin: 0 !important;
  line-height: 1.4;
}

/* Remove video-shop if exists */
.video-container.testimonials .video-shop {
  display: none !important;
}

/* Swiper Pagination */
.client-slider .swiper-pagination {
  position: relative !important;
  margin-top: 50px;
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.client-slider .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #d1d5db !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
  margin: 0 !important;
  border-radius: 50%;
}

.client-slider .swiper-pagination-bullet-active {
  background: #1a1a1a !important;
  width: 10px !important;
  height: 10px !important;
}

/* Remove default link styling */
.video-container.testimonials a {
  text-decoration: none !important;
  color: inherit;
  display: block;
}

.video-container.testimonials a:hover {
  text-decoration: none !important;
}

/* ==================== RESPONSIVE DESIGN ==================== */

@media (max-width: 1280px) {
  .video-container.testimonials {
    max-width: 300px;
  }

  .video-container.testimonials .client-thumbnail {
    height: 190px;
  }
}

@media (max-width: 1024px) {
  .video-container.testimonials {
    max-width: 310px;
  }

  .video-container.testimonials .client-thumbnail {
    height: 195px;
  }
}

@media (max-width: 768px) {
  .container.pt-5 {
    padding: 60px 20px 50px !important;
  }

  .testimonial-heading {
    /* margin-bottom: 60px; */
  }

  .testimonial-heading h2 {
    font-size: 32px;
  }

  .testimonial-heading p {
    font-size: 17px;
  }

  .client-slider {
    padding: 20px 0 90px !important;
  }

  .video-container.testimonials {
    max-width: 300px;
  }

  .video-container.testimonials .client-thumbnail {
    height: 190px;
  }

  .video-container.testimonials .play-btn {
    width: 68px;
    height: 68px;
  }

  .video-container.testimonials .play-btn:after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #1a1a1a;
  }

  .video-container.testimonials .client-details {
    padding: 24px 20px 26px !important;
  }

  .video-container.testimonials .client-name {
    font-size: 18px !important;
  }

  .video-container.testimonials .client-location {
    font-size: 15px !important;
  }

  .client-slider .swiper-pagination {
    margin-top: 45px;
  }
}

@media (max-width: 640px) {
  .container.pt-5 {
    padding: 0px 15px 40px !important;
  }

  .testimonial-heading {
    /* margin-bottom: 50px; */
  }

  .testimonial-heading h2 {
    font-size: 28px;
  }

  .testimonial-heading p {
    font-size: 16px;
  }

  .video-container.testimonials {
    max-width: 280px;
  }

  .video-container.testimonials .client-thumbnail {
    height: 180px;
  }

  .video-container.testimonials .play-btn {
    width: 64px;
    height: 64px;
  }

  .video-container.testimonials .play-btn:after {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 16px solid #1a1a1a;
  }

  .video-container.testimonials .client-name {
    font-size: 17px !important;
  }

  .video-container.testimonials .client-location {
    font-size: 14px !important;
  }

  .client-slider .swiper-pagination {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .testimonial-heading h2 {
    font-size: 24px;
  }

  .testimonial-heading p {
    font-size: 15px;
  }
}

/* ===========================
       User Testimonials Section
    =========================== */
.users-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}

.users-heading {
  text-align: center;
  margin-bottom: 60px;
}

.users-heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.users-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
  align-items: start;
}

.users-grid .users-card:nth-child(4n + 2),
.users-grid .users-card:nth-child(4n + 4) {
  transform: translateY(80px);
}

.users-card {
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  transition: all 0.3s ease;
}

.users-card:hover {
  border-color: #00a63e;
  box-shadow: 0 4px 12px rgba(0, 166, 62, 0.15);
}

.users-card p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.users-card p strong {
  color: #00a63e;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .users-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .users-grid .users-card:nth-child(3n + 2),
  .users-grid .users-card:nth-child(3n + 3) {
    transform: translateY(60px);
  }

  .users-heading h2 {
    font-size: 36px;
  }

  .users-card {
    padding: 24px;
    min-height: 180px;
  }

  .users-card p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .users-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .users-grid .users-card:nth-child(4n + 2),
  .users-grid .users-card:nth-child(4n + 4) {
    transform: translateY(50px);
  }

  .users-heading h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .users-card {
    padding: 20px;
    min-height: 160px;
  }

  .users-card p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .users-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .users-card {
    margin-top: 0 !important; /* reset your manual negative margins */
  }

  .users-card p {
    font-size: 14px; /* optional: make text more readable on mobile */
  }

  .users-heading h2 {
    font-size: 18px;
    text-align: center;
  }
}

.highlight-green {
  background-color: #d4edda;
  color: #155724;
  padding: 2px 6px;
  border-radius: 4px;
}

/* dwonload  section */

.download-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.download-bg {
  width: 100%;
  /* max-width: 1440px; keeps content aligned on large screens */
  height: 560px;
  position: relative;
  /* background: #0a1a6f; */
  overflow: hidden;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}

.download-image {
  width: 100%;
  height: auto;
  position: absolute;
  top: -22px;
  left: 0;
  opacity: 0.5;
}

.download-tagline {
  position: absolute;
  top: 109px;
  left: 10%;
  padding: 10px 18px;
  background: white;
  border-radius: 99px;
  color: #0a1a6f;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.download-title {
  position: absolute;
  top: 185px;
  left: 10%;
  color: white;
  font-size: 36px;
  font-weight: 600;
}

.download-highlight {
  color: #ffbb00;
}

.download-description {
  position: absolute;
  top: 305px;
  left: 10%;
  width: 40%;
  min-width: 300px;
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.download-buttons {
  position: absolute;
  top: 412px;
  left: 10%;
  display: flex;
  gap: 16px;
}

.download-buttons-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  /* padding: 10px; */
}

.store-btn .small-text {
  font-size: 15px;
}

.store-btn .big-text {
  font-size: 16px;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #222222; /* black background */
  color: white;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 8px;
  transition: transform 0.2s ease;
  width: 210px; /* consistent size */
}

.store-btn:hover {
  transform: scale(1.05);
}

.store-icon {
  width: 32px;
  height: auto;
}

.store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.small-text {
  font-size: 10px;
  opacity: 0.8;
}

.big-text {
  font-size: 16px;
  font-weight: 600;
}

.download-rating {
  position: absolute;
  top: 500px;
  left: 10%;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 41px;
}

.download-stars div {
  width: 29px;
  height: 28px;
  background: #fdd835;
}

.download-star-gradient {
  background: linear-gradient(90deg, #fdd835 0%, #9c8000 50%, #9b8000 100%);
}

.download-rating-value {
  font-size: 28.9px;
  color: white;
  font-weight: 500;
}

.download-device {
  position: absolute;
  right: 8%;
  top: 71px;
}

.download-device-img {
  /* width: 199px; */
  height: 500px;
  border-radius: 10px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .download-description {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .download-title,
  .download-description,
  .download-tagline,
  .download-buttons {
    left: 5%;
  }

  .download-description {
    width: 90%;
  }
}

.download-buttons {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  height: 100px;
}

.download-button {
  display: flex;
  align-items: center;
  gap: 10px; /* space between icon and text */
  padding: 10px 16px;
  background: #222;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  font-family: Inter, sans-serif;
  transition: background 0.3s ease;
}

.download-button:hover {
  background: #333;
}

.download-button-icon {
  width: 28px;
  height: 28px;
}

.download-button-text div:first-child {
  font-size: 12px;
}

.download-button-text div:last-child {
  font-size: 16px;
  font-weight: 600;
}

/* Top Contact Bar */
.footer-top {
  background-color: #1a1f2e;
  color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #3a4a5c;
}

.footer-top-content {
  max-width: 1505px;
  margin: 0 auto;
  /* padding: 0 20px; */
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  align-items: center;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.footer-contact-item a {
  color: #fff;
  text-decoration: none;
}

.footer-contact-item a:hover {
  color: #4a9eff;
}

/* Main Footer */
.footer-main {
  background-color: #22272f;
  color: #ccc;
  padding: 50px 0 30px;
}

.footer-container {
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 300px 1fr 200px;
  gap: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  align-items: flex-start;
}

/* Left Section - Logo & Description */
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.logo-box {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  /* padding: 15px; */
  border-radius: 8px;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box img {
  max-width: 100%;
  max-height: 100%;
}

.footer-description {
  font-size: 13px;
  line-height: 1.6;
  color: #aaa;
}

.read-more {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.read-more:hover {
  color: #4a9eff;
}

/* Middle Section - Description */
.footer-middle {
  display: flex;
  flex-direction: column;
}

.footer-middle-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: none;
}

.footer-middle-text {
  font-size: 13px;
  line-height: 1.7;
  color: #ffffff;
  padding-right: 200px;
}

.footer-middle-text strong {
  color: #fff;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
}

/* Right Section - Quick Links */
.footer-right {
  display: flex;
  flex-direction: column;
}

.footer-right-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.quick-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quick-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.quick-links a:hover {
  color: #4a9eff;
}

.social-icons {
  display: flex;
  gap: 5px;
  /* flex-wrap: wrap; */
  margin-top: 25px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 18px;
}

.social-icons a:hover {
  color: #4a9eff;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #969292;;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 1000px;
  width: 80%;
  margin: 10px auto;
}

.footer-bottom p {
  font-size: 13px;
  color: #999;
}

.footer-bottom a {
  color: #4a9eff;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-right {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .footer-top-content {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 18px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-left: 18px;
  }

  .line-break {
    width: 100%;
  }

  .logo-box {
    width: 150px;
    height: 150px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

}
@media (max-width: 480px) {
  .footer-main {
    padding: 30px 0 20px;
  }

  .footer-container {
    padding: 0 15px;
  }

  .footer-content {
    gap: 20px;
  }

  .footer-contact-item {
    font-size: 12px;
  }

  .logo-box {
    width: 140px;
    height: 140px;
    /* padding: 10px; */
  }

  .footer-description,
  .footer-middle-text {
    font-size: 12px;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.hero {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 60px 80px;
  /* background: linear-gradient(135deg, #e3f2fd 0%, #f3f7ff 100%);
 */
 background:
linear-gradient(135deg, #EFF6FF 0%, #FFFFFF 35.36%, #DBEAFE 70.71%) !important;

  min-height: 700px;
  gap: 60px;
}

.hero-text {
  flex: 1;
  max-width: 550px;
}

.hero-text h1 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.15;
  color: #1a1a1a;
}

.hero-text h1 .highlight {
  color: #0052cc;
}

.hero-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  /* margin-bottom: 50px; */
}

.btn {
  padding: 14px 32px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #0052cc;
  color: white;
}

.btn-primary:hover {
  background-color: #003d99;
  box-shadow: 0 4px 12px rgba(0, 82, 204, 0.3);
}

.btn-secondary {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
}

.btn-secondary:hover {
  background-color: #eeeeee;
  border-color: #999;
}

.logos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.logo-group {
  display: flex;
  gap: 16px;
  align-items: center;
}

.logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .hero {
    padding: 40px 60px;
    gap: 40px;
  }

  .hero-text h1 {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    padding: 55px 24px;
    min-height: 522px;
    gap: 30px;
     background:linear-gradient(135deg, #EFF6FF 0%, #FFFFFF 35.36%, #DBEAFE 70.71%) !important;

  }
  .pain-points {
    padding: 0px 2rem !important;
    background: #f8f9fa;
    margin-top: 111px;
  }

  .before-after-container img {
    top: 85px !important;
  }
  .slider {
    top: 86px !important;
  }
  .hero-text {
    max-width: 100%;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 36px;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .logos {
    justify-content: center;
  }
}

.book-btn {
  background: #002370;
  color: white;
  width: 212;
  height: 51;
  gap: 10px;
  opacity: 1;
  top: 326px;
  left: 83.5px;
  border-radius: 9px;
  padding: 10px;
  border: none;
  text-decoration: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  z-index: 999;
}

.request-callback-btn {
  background: transparent;
  color: #002370;
  width: 212;
  height: 51;
  gap: 10px;
  opacity: 1;
  top: 326px;
  left: 83.5px;
  border-radius: 9px;
  padding: 10px;
  border: 2px solid #002370;
  cursor: pointer !important;
  display: inline-block !important;
  text-decoration: none !important;
  z-index: 999;
}

/* Header */
header {
  background: #001f5c;
  padding: 1rem 0;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

nav {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-items: center;
  /* width: 100%; */
  justify-content: space-around;
}

.nav-links li {
  display: flex;
  align-items: center;
}

.nav-links li:nth-child(5) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 0;
  margin: 0;
}

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

.logo img {
  height: 40px;
  width: auto;
}

nav > .logo {
  display: none;
}

.nav-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: #4da6ff;
}

.cta-btn {
  background: white;
  color: #001f5c;
  padding: 0.6rem 1.5rem;
  border-radius: 20px;
  border: 1px solid white;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  position: absolute;
  right: 2rem;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  nav {
    padding: 0 1rem;
    justify-content: space-between;
  }

  nav > .logo {
    display: flex;
    position: relative;
    order: 1;
  }

  nav > .logo img {
    height: 40px;
  }

  .hamburger {
    display: flex;
    position: relative;
    right: 5px;
    order: 2;
  }

  .nav-links {
    position: fixed;
    left: 0;
    top: 70px;
    flex-direction: column;
    background: #001f5c;
    width: 100vw;
    height: calc(59vh - 70px);
    text-align: center;
    transition: 0.3s;
    gap: 1rem;
    padding: 2rem 0;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    justify-content: flex-start;
    transform: translateX(-100%);
  }

  .nav-links.active {
    transform: translateX(0);
  }

  .nav-links li {
    width: 100%;
    justify-content: center;
  }

  .nav-links li:nth-child(5) {
    display: none;
  }

  .logo img {
    height: 40px;
    width: auto;
  }

  .cta-btn {
    width: 90%;
  }
}

@media (max-width: 480px) {
  header {
    padding: 0.8rem 0;
  }

  nav {
    padding: 0 1rem;
  }

  .nav-links {
    top: 60px;
    padding: 1.5rem 0;
  }

  nav > .logo img {
    height: 35px;
  }

  .cta-btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}

.cta-btn-sche {
  position: relative;
  display: inline-block;
  padding: 16px 24px !important;
  border-radius: 50px;
  background: #081038;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  overflow: hidden;
  transition: transform 0.3s ease;
  font-size: 16px;
}

/* Animated Gradient Border */
.cta-btn-sche::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    #6d77aa,
    #e9ad53,
    #ffffff,
    #6d77aa,
    #6d77aa
  );
  background-size: 200% 100%;
  z-index: -1;
  animation: borderFlow 3s linear infinite;
}

/* Inner dark background */
.cta-btn-sche::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #081038;
  border-radius: 50px;
  z-index: -1;
}

/* Border gradient animation */
@keyframes borderFlow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.cta-btn-sche {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  font-weight: 600;
  color: white;
  background: #081038; /* solid inner color only */
  border: 2px solid transparent;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(105, 119, 170, 0.4); /* always visible glow */
}

.cta-btn-sche::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px; /* border thickness */
  background: linear-gradient(90deg, #6d77aa, #e9ad53, #ffffff, #6d77aa);
  background-size: 300% 300%;
  animation: moveBorder 4s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.cta-btn-sche:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(105, 119, 170, 0.8);
}

.cta-btn-sche:active {
  transform: scale(0.98);
}

@keyframes moveBorder {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}

.grow-section {
  position: relative;
  background: white;
  height: 600px;
  overflow: hidden;
  /* display: flex !important;
  justify-content: center !important;
  align-items: center !important; */
}

/* ---- Center Container ---- */
.grow-container {
  position: relative;
  /* max-width: 1200px; */
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 500px;
}

/* ---- Common Card Styles ---- */
.grow-card {
  width: 200px;
  position: absolute;
  border-top-left-radius: 43.13px;
  border-top-right-radius: 43.13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 13.66px; */
  display: inline-flex;
  color: #002370;
  font-family: Inter, sans-serif;
  text-align: center;
}

/* Text inside cards */
.grow-percentage {
  font-weight: 700;
  font-style: normal;
  font-size: 59.01px;
  letter-spacing: 0px;
  text-align: center;
}

.grow-title {
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}

.grow-description {
  font-size: 18px;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}

/* ---- Card Variants ---- */
.grow-card-blue-light {
  background: #66d3ff;
  left: 480px;
  top: 205px;
  padding-bottom: 230px;
}

.grow-card-blue {
  background: #228fef;
  left: 703px;
  top: 136px;
}

.grow-card-yellow {
  background: #ffc663;
  left: 927px;
  top: 10px;
  padding-bottom: 285px;
}

/* ---- Inside Elements ---- */
.grow-card-image {
  width: 128px;
  height: 175px;
  opacity: 0.3;
}

.grow-bottom-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 48px;
  display: flex;
}

.grow-black-box {
  width: 106px;
  height: 149px;
  background-image: url("/img/Ruppes.png");
  margin-bottom: 10px !important;
  margin-top: 0px !important;
}

/* ---- Left Text Section ---- */
.grow-text-content {
  width: 407px;
  left: 0;
  top: 120px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 33px;
  display: inline-flex;
}

.grow-heading {
  color: black;
  /* font-size: 64px; */
  font-weight: 800;
  line-height: 1.3;
}

.grow-subheading {
  color: #2a2a2a;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.grow-highlight {
  font-weight: 600;
}

.grow-cta-btn {
  width: 227px;
  height: 51px;
  padding: 10px;
  background: #002370;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  cursor: pointer;
  transition: background 0.3s ease;
}

.grow-cta-btn:hover {
  background: #001a4d;
}

.grow-cta-btn div {
  color: white;
  font-size: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

/* ---- Desktop Grid Layout ---- */
.grow-cards-grid {
  display: contents;
}

/* ---- Mobile Swiper ---- */
.grow-cards-wrapper {
  display: none;
  width: 100%;
  grid-column: 1 / -1;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 20px !important;
  bottom: auto !important;
}

.swiper-pagination-bullet {
  background: #228fef;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #002370;
}

/* ---- Responsive Design ---- */
@media (max-width: 1024px) {
  .grow-section {
    height: auto;
    min-height: 600px;
  }

  .grow-container {
    height: auto;
    min-height: 500px;
    flex-direction: column;
    padding: 40px 20px;
  }

  .grow-text-content {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    margin-bottom: 40px;
  }

  .grow-card-blue-light {
    left: auto;
    top: auto;
    position: relative !important;
    margin: 0 auto;
  }

  .grow-card-blue {
    left: auto;
    top: auto;
    position: relative !important;
    margin: 0 auto;
  }

  .grow-card-yellow {
    left: auto;
    top: auto;
    position: relative !important;
    margin: 0 auto;
  }

  .grow-cards-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .grow-section {
    height: auto;
    min-height: 100%;
    /* padding: 40px 0; */
  }

  .grow-container {
    position: relative;
    height: auto;
    flex-direction: column;
    padding: 20px;
  }

  .grow-cards-grid {
    display: none;
  }

  .grow-cards-wrapper {
    display: block;
    width: 100%;
    margin: 30px 0;
  }

  .grow-text-content {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    margin-bottom: 20px;
  }

  .grow-heading {
    font-size: 32px;
  }

  .grow-subheading {
    font-size: 18px;
  }

  .grow-card {
    width: 100%;
    max-width: 320px;
    position: relative !important;
    top: auto;
    left: auto !important;
    padding: 30px 20px !important;
  }

  .grow-percentage {
    font-size: 48px;
  }

  .grow-title {
    font-size: 22px;
  }

  .grow-description {
    font-size: 16px;
  }

  .swiper-pagination {
    margin-top: 20px !important;
  }
}

@media (max-width: 480px) {
  .grow-heading {
    font-size: 32px;
  }

  .grow-subheading {
    font-size: 16px;
  }

  .grow-cta-btn {
    width: 100%;
  }

  .grow-card {
    width: 100%;
  }
}

.grow-cards-wrapper {
  display: none; /* hidden on desktop */
  width: 100%;
}

@media (max-width: 768px) {
  .grow-cards-wrapper {
    display: block; /* visible on mobile */
    margin: -143px 0;
  }

  .grow-swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .swiper-pagination {
    margin-top: 20px !important;
  }

  /* Corrected */
  .grow-card-blue-light {
    top: 371px !important;
  }

  .grow-card-blue {
    top: 185px !important;
  }

  .grow-card-yellow {
    top: 141px !important;
  }

  .grow-card {
    top: 0px;
  }

  .next-level2 {
    height: 156px;
  }

  .next-level2 h1 {
    font-size: 20px;
  }

  .faq-section {
    padding: 0px;
  }

  .users-heading {
    margin-bottom: 0px;
  }



  .client-slider {
    padding: 0px !important;
  }

  .faq-section {
    padding-top: 0px !important;
  }

  .users-section {
    padding: 0px 20px !important;
  }

  .download-bg {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background-image: url("/img/mobile-footer.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 792px;
  }

  .download-bg .bg-img {
    display: none;
  }

  .download-tagline {
    font-size: 15px;
    top: 30px;
    border-top-left-radius: none;
    border-bottom-left-radius: none;
    left: 7%;
    right: 7%;
  }
  .download-title {
    top: 83px;
  }

  .download-description {
    top: 192px;
  }
  .store-btn {
    width: 173px;
    margin-bottom: 10px;
  }
  .download-rating {
    overflow: visible !important;
    left: 6%;
    top: 450px;
  }

  .download-device {
    right: 31%;
    top: 422px;
  }

  .download-device-img {
    width: 179px;
    height: 345px;
  }

  .store-btn .small-text {
    font-size: 13px;
  }

  .store-btn .big-text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .download-buttons {
    flex-direction: column;
    align-items: flex-start;
    top: 285px;
  }

  .footer-main {
    padding: 10px;
  }

  .footer-top-content {
    flex-direction: row;
  }

  .download-buttons-cta {
    display: flex;
    gap: 10px;
  }
  .download-rating {
    overflow: visible !important;
    left: 6%;
    top: 370px;
  }
  .download-device {
    right: 31%;
    top: 505px;
  }

  .download-device-img {
    width: 179px;
    height: 345px;
  }
  .download-device {
    right: 31%;
    top: 422px;
  }
}

/* 🔹 MOBILE VIEW FIX 🔹 */
@media (max-width: 768px) {
  .users-grid {
    display: block; /* stack cards vertically */
  }

  .users-card {
    margin-bottom: 0px;
    margin-top: 10px !important;
  }

  /* 🔹 Hide extra cards on mobile (show only 5) */
  .users-card:nth-child(n + 6) {
    display: none;
  }
  .users-grid .users-card:nth-child(4n + 2),
  .users-grid .users-card:nth-child(4n + 4) {
    transform: translateY(13px);
  }
  .users-grid .users-card:nth-child(3n + 2),
  .users-grid .users-card:nth-child(3n + 3) {
    transform: translateY(0px);
  }

  .users-grid .users-card:nth-child(4n + 2),
  .users-grid .users-card:nth-child(4n + 4) {
    transform: translateY(0px);
  }

  .faq-section .col-lg-6 {
    margin-bottom: 0px !important;
  }
  .faq-section {
    padding: 0px !important;
  }

  .blog-section .mt-5 {
    margin-top: 0px !important;
  }
  .mobile-slider {
    height: 405px !important;
  }

  .pain-points {
    margin-top: 111px !important;
  }

  .schedule-demo {
    font-size: 12px;
  }
  .free-demo {
    font-size: 12px;
  }
  .next-level {
    grid-template-columns: 1fr; /* single column on mobile */
    text-align: center;
    padding: 50px 20px;
    display: block;
    height: 170px;
  }

  .next-level .cta-text {
    width: 100%; /* make text full width */
  }

  .next-level .cta-text h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .next-level img {
    /* width: 80%; */
    /* margin: 0 auto; */
  }

  .next-level div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding-left: -4px;
    gap: 0px;
  }

  .video-container {
    height: 350px;
  }

  .grow-card-blue-light {
    top: 196px !important;
  }

  .grow-card-blue-light img {
    transform: rotate(180deg);
  }

  .grow-description {
    font-size: 20px;
  }
  .cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 100%;
  }

  .pain-points {
    margin-top: -115px !important;
    margin-bottom: 10px;
  }
  .hero {
    margin-top: 35px !important;
    padding: 60px 0px !important;
  }

  .cta-btn-sche{
    padding: 2px 28px !important;
    font-size: 15px;
  }
}
.custom-accordion-style-1 > .card .card-headerf a:not(.collapsed) {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0pc;
}

.mobile-slider {
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  padding: 60px 50px;
  max-width: 500px;
}

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

.hero-image img {
  /* max-width: 100%; */
  height: auto;
  display: block;
}
.hero {
  /* margin-top: 35px !important; */
  /* padding: 60px 336px !important; */
}

.download-bg {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-image: url("/img/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  /* opacity: 0.5; */
  background-color: #001f5c;
}

.elevate-your{
  font-weight:700;
  margin-bottom:0;
  letter-spacing:.01em;
  font-size: 32px;
}

@media (max-width:576px) {
    .footer-middle-text {
  padding-right: 0px;
}
}