/* Base styles */
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  position: relative;
  background-color: #fafafa !important;
  scroll-behavior: smooth;
  min-height: 100vh;
  border-color: #fafafa;
}

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
  font-family: "Roboto", sans-serif !important;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.landingpage {
  background: linear-gradient(to bottom, #fafafa 90%, #a7d7c5);
  color: white;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
}
.border_rating {
  border: 2px solid #a7d7c5;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, border-width 0.3s ease;
}

.typing-text {
  display: inline-block;

  white-space: nowrap;
  overflow: hidden;
  width: 0;
  animation: typing 2s steps(25, end) forwards, blink 0.9s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 22ch; /* adjust based on length of text */
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.highlighted_text {
  color: #a7d7c5 !important;
}

.navbar {
  background-color: #a7d7c5;
  transition: background-color 0.4s ease;
}
.btn-outline-dark {
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}

.btn-outline-dark:hover {
  background-color: #f8e5e5 !important;
  color: #000 !important; /* Optional: keep text readable */
  border-color: #000000 !important; /* Match border to background */
}

.navbar:hover {
  background-color: #f8e5e5;
}

.nav-item {
  transition: background-color 0.3s ease, border 0.3s ease,
    border-radius 0.3s ease, color 0.3s ease;
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover {
  background-color: #f8e5e5;
}

.btn-outline-cyan {
  color: #22d3ee;
  border-color: #22d3ee;
  transition: all 0.3s;
}

.btn-outline-cyan:hover {
  background-color: rgba(34, 211, 238, 0.1);
  color: #22d3ee;
}

/* Logo shape */
.logo-shape {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
}

.logo-shape::before {
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to top right,
    rgba(59, 130, 246, 0.3),
    rgba(6, 182, 212, 0.3)
  );
  transform: skewX(-12deg);
  z-index: 10;
}

.logo-shape::after {
  content: "";
  position: absolute;
  left: 16.67%;
  top: 0;
  width: 33.33%;
  height: 100%;
  background: linear-gradient(
    to top right,
    rgba(30, 64, 175, 0.3),
    rgba(59, 130, 246, 0.3)
  );
  transform: skewX(-12deg);
  z-index: 0;
}

.logo-shape .right-shape {
  position: absolute;
  right: 16.67%;
  top: 0;
  width: 33.33%;
  height: 100%;
  background: linear-gradient(
    to top left,
    rgba(30, 64, 175, 0.3),
    rgba(79, 70, 229, 0.3)
  );
  transform: skewX(12deg);
  z-index: 0;
}

/* Rating badge */
.rating-badge {
  display: inline-flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
}

.avatar-group {
  display: flex;
  margin-right: 0.75rem;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #000;
  margin-right: -10px;
}

/* Text colors */
.text-light-gray {
  color: #adb5bd;
}

/* Decorative curve */
.decorative-curve {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 250px;
  overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  h1.display-2 {
    font-size: calc(1.8rem + 3.3vw);
  }

  .logo-shape {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .logo-shape {
    max-width: 300px;
    height: 180px;
  }
}

@media (max-width: 576px) {
  .rating-badge {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .avatar {
    width: 28px;
    height: 28px;
  }
}
.company-logos {
  padding: 0 15px;
  color: #000;
  font-size: larger;
  text-decoration: doubles;
}

.logo-item {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.logo-text {
  margin-left: 8px;
  font-size: 1.2rem;
}

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

.logo-text {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.review-card {
  position: relative;
  background-color: rgba(235, 235, 235, 0.05);
  height: 130px;
  color: #000;
  animation: fadeIn 0.5s ease-in-out;
  z-index: 0;
  overflow: hidden;
  border-radius: 2rem;
}

/* Pseudo-element for animated border */
.review-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(170deg, #ffebeb, #f6dcdcc8, #ffffff, #fff6ffe7);
  background-size: 600% 600%;
  animation: borderAnimation 6s linear infinite;
}

/* Smooth gradient movement */
@keyframes borderAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-text {
  opacity: 0;
  animation: slideFadeIn 1s ease forwards;
  animation-delay: 0.2s;
}

/* Main content section */
h1.display-3 {
  color: #222;
  line-height: 1.2;
}

.text-secondary {
  color: #555 !important;
}

.btn-outline-dark {
  border-width: 2px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-dark:hover {
  background-color: #f8f9fa;
  color: #333;
}

.main-image-container {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;

  /* Intense shadow for maximum depth */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.379), 0 10px 10px rgba(0, 0, 0, 0.133);
}

.main-image {
  width: 100%;
  height: auto;
}

/* Blue circle with arrow */
.blue-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #4dabf7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  left: -40px;
  top: 50%;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(77, 171, 247, 0.3);
}

/* User avatars */
.user-avatars {
  position: absolute;
  top: -30px;
  right: 30px;
  display: flex;
  z-index: 2;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid white;
  margin-left: -15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .blue-circle {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    left: 0;
  }

  .user-avatars {
    right: 20px;
  }

  .avatar {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .logo-item {
    justify-content: center;
    margin-bottom: 15px;
  }

  h1.display-3 {
    font-size: calc(1.8rem + 2.1vw);
  }
}

@media (max-width: 576px) {
  .blue-circle {
    display: none;
  }

  .user-avatars {
    top: -20px;
    right: 10px;
  }

  .avatar {
    width: 35px;
    height: 35px;
  }
}
.text-secondary {
  color: #555 !important;
}

/* Services section */
.services-section {
  padding: 40px 0;
  background-color: #f5f5f5;
}

/* Image container */
.services-image-container {
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); /* Increased shadow */
  border-radius: 1rem;
  overflow: hidden;
  height: 500px;
}

/* Rocket icon */
.services-rocket-icon {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
  animation: bounce 1.5s ease-in-out infinite; /* Added animation */
}

/* Bounce animation for the rocket icon */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(-50%) translateY(0);
  }
  50% {
    transform: translateY(-50%) translateY(-10px); /* Upwards movement */
  }
}

.services-icon-inner {
  width: 60%;
  height: 60%;
  background: linear-gradient(135deg, #4dabf7 0%, #0d6efd 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

/* Growth chart */
.services-growth-chart {
  position: absolute;
  right: -30px;
  bottom: 40px;
  width: 180px;
  background: white;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.services-chart-content {
  text-align: center;
}

.services-percentage {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #333;
}

.services-grow-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: #555;
  margin-top: 5px;
}
.our-services-heading {
  position: relative;
  color: #a7d7c5; /* Primary blue or your brand color */
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 600;

  text-align: center;
  font-size: 3.5rem;
}
.services-section {
  background-color: #fafafa !important;
}

.services-card {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fafafa;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.custom-heading {
  color: #a7d7c5; /* Set your desired color here */
}

.services-rocket-icon {
  transition: color 0.3s ease; /* Smooth transition for color */
  background-color: #f8e5e5 !important;
}

.services-rocket-icon:hover .services-icon-inner i {
  color: #f8e5e5; /* Change the icon color to #f8e5e5 on hover */
}

.services-growth-chart {
  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for both background and shadow */
  background-color: #f8e5e5 !important;
}

.services-growth-chart:hover {
  background-color: #f8e5e5; /* Set background color to #f8e5e5 */
  box-shadow: 0 10px 30px rgba(248, 229, 229, 0.5); /* Apply box-shadow with #f8e5e5 color */
}

.services-icon {
  background-color: #f8e5e5 !important; /* light pink as you mentioned earlier */
  padding: 15px;
  border-radius: 50%; /* makes it a circle */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #713636; /* icon color */
  font-size: 20px;
}

.services-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(248, 229, 229, 0.5); /* Using rgba for transparency */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.services-icon {
  font-size: 2rem;
  color: #6366f1;
  margin-right: 20px;
}

.services-image-container {
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.services-rocket-icon {
  position: absolute;
  top: -20px;
  left: -20px;
  background: #6366f1;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 1.2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.services-growth-chart {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 5px 80px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.services-percentage {
  font-weight: bold;
  font-size: 1rem;
  color: #22d3ee;
}

.services-grow-text {
  font-size: 0.8rem;
  color: #6c757d;
}

.services-image-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Service cards */
.services-card {
  display: flex;
  align-items: flex-start;
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 25px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); /* Prominent box shadow */
}

/* Optional: Hover effect for even more emphasis */
.services-card:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

.services-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.services-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #333;
  font-size: 1.2rem;
}

.services-content {
  flex: 1;
}

.services-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}

.services-description {
  color: #666;
  margin-bottom: 0;
  line-height: 0.9;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .services-rocket-icon {
    width: 70px;
    height: 70px;
    left: 10px;
  }

  .services-growth-chart {
    width: 150px;
    right: 10px;
    bottom: 20px;
  }

  .services-card {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  h2.display-4 {
    font-size: 2.5rem;
  }

  .services-rocket-icon {
    width: 60px;
    height: 60px;
  }

  .services-icon-inner {
    font-size: 1rem;
  }

  .services-growth-chart {
    width: 130px;
    padding: 10px;
  }

  .services-percentage {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .services-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .services-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.text-secondary {
  color: #555 !important;
}
.case-study-section {
  padding: 5rem 0;
}
.company-logo {
  max-width: 120px;
  margin-bottom: 1rem;
}
.case-study-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.case-study-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.stat-number {
  font-size: 4rem;
  font-weight: 700;
  color: #2b8af9;
  line-height: 1;
}
.heading_main_test {
  font-size: 2.5rem !important;
  color: #a7d7c5;
}

.test_sections {
  background-color: #fff;
}
.testimonial-badge {
  background-color: #fff;
  border: 1px solid #ff8a00;
  color: #ff8a00;
  font-size: 0.8rem;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.testimonial-card {
  background-color: white;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}
.quote-icon {
  color: #e6e9f0;
  font-size: 2.5rem;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
}
.testimonial-text {
  position: relative;
  margin-bottom: 2rem;
  color: #4a4a4a;
}
.highlight {
  color: #ff8a00;
  font-weight: 500;
}
.user-info {
  display: flex;
  align-items: center;
}
.user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}
.user-name {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1rem;
  color: #a7d7c5;
}
.user-handle {
  color: #8a8a8a;
  font-size: 0.8rem;
  margin-bottom: 0;
}
h1 {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 3rem;
}
.section-padding {
  padding: 5rem 0;
}
.client-details h5 {
  margin-bottom: 0;
  font-weight: 600;
}
.hidden {
  display: none;
}
.client-details p {
  margin-bottom: 0;
  color: #6c757d;
  font-size: 0.9rem;
}
.section-heading {
  font-weight: 700;
  margin-bottom: 1rem;
}
.section-subheading {
  color: #6c757d;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.challenge-solution h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.challenge-solution p {
  color: #6c757d;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .case-study-section {
    padding: 3rem 0;
  }
  .stat-number {
    font-size: 3rem;
    margin-top: 2rem;
  }
  .challenge-solution {
    margin-top: 2rem;
  }
}



/* Core animations */
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes fadeSlideLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeSlideRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulseGrow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}

/* Slide in animation for cards */
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.process-section {
  background-color: #fafafa !important;
  padding: 5rem 0;
}

.process-heading {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #a7d7c5;
}

.process-subheading {
  color: #e0e0e0;
  margin-bottom: 4rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.btn_desk {
  background-color: #2a49c6;
  border: 2px solid #0024b8;
  padding: 10px;
  text-decoration: none;
  color: white;
  text-align: center;
  font-weight: 700;
  transition: all 1s ease-in-out;
}

.btn_desk:hover {
  background-color: #f3f3f3;
  border: 2px solid rgb(29, 0, 251);
  color: rgb(29, 0, 251);
}

.process-number {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1rem;
  background: linear-gradient(to bottom, #5cfffa 0%, #2e7bff 50%, #0043b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.process-number-2 {
  background: linear-gradient(to bottom, #5cfffa 0%, #2e7bff 50%, #0043b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Processsection {
  background-color: #0024b8;
}

.process-section {
  background-color: #1c1c1c;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Bottom animated gradient */
.process-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(
    270deg,
    #f789892e,
    #fafafa,
    #ccb7fd29,
    #a8e5ee,
    #fdd6bb,
    #8b89d5
  );
  background-size: 1200% 100%;
  animation: gradientShift 10s ease infinite;
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}

/* Keyframes for gradient movement */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.process-heading {
  font-size: 3rem;
  font-weight: 700;
}

.process-number {
  font-size: 7rem;
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(to bottom, #5cfffa, #2e7bff, #0043b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  transition: transform 0.4s ease;
}

.process-number-2 {
  background: linear-gradient(to bottom, #ff7cfb, #c66fff, #6924e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process-number-3 {
  background: linear-gradient(to bottom, #facc15, #f97316, #f43f5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #424141;
}

.process-description {
  color: #94a3b8;
  line-height: 1.6;
}

.process-step:hover .process-number {
  transform: scale(1.1) rotate(1deg);
}

/* Glow effect */
.glow {
  text-shadow: 0 0 20px rgba(94, 255, 250, 0.4);
}

/* Entry animations */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

.delay-1 {
  animation-delay: 0.3s;
}
.delay-2 {
  animation-delay: 0.6s;
}
.delay-3 {
  animation-delay: 0.9s;
}
.delay-4 {
  animation-delay: 1.2s;
}

.process-number-3 {
  background: linear-gradient(to bottom, #5c7fff 0%, #2e4bff 50%, #0024b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section {
  background-color: #fafafa;
  padding: 5rem 0;
  color: #000;
}
.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.hero-text {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
  max-width: 90%;
}
.btn-primary {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 500;
  transition: all 0.3s;
}
.btn-primary:hover {
  background-color: #f8f9fa;
  border-color: #ccc;
  color: #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.hero-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
.hero-image img {
  width: 100%;
  height: auto;
}
.profile-bubbles {
  position: absolute;
  top: -20px;
  right: 50px;
  display: flex;
}
.profile-bubble {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid white;
  margin-left: -15px;
  background-size: cover;
}
.arrow-circle {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #4dabf7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-circle svg {
  width: 30px;
  height: 30px;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .logo-container {
    justify-content: center;
    margin-bottom: 2rem;
  }
  .hero-section {
    text-align: center;
    padding: 3rem 0;
  }
  .hero-text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .arrow-circle {
    display: none;
  }
  .profile-bubbles {
    right: 20px;
  }
}

@media (max-width: 767.98px) {
  .hero-image {
    margin-top: 3rem;
  }
  .profile-bubbles {
    top: -15px;
    right: 15px;
  }
  .profile-bubble {
    width: 40px;
    height: 40px;
  }
}

.process-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.process-description {
  color: #b0b0b0;
  font-size: 1rem;
  line-height: 1.6;
}

.process-step {
  margin-bottom: 3rem;
}

.process-number-shadow {
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
  .process-heading {
    font-size: 2.25rem;
  }

  .process-number {
    font-size: 6rem;
  }

  .process-title {
    font-size: 1.5rem;
  }

  .process-section {
    padding: 3rem 0;
  }
}
.animate-feature {
  animation: slideInUp 1s ease forwards;
  opacity: 0;
}

/* Delays for staggered load */
.delay-0 {
  animation-delay: 0.2s;
}
.delay-1 {
  animation-delay: 0.4s;
}
.delay-2 {
  animation-delay: 0.6s;
}
.delay-3 {
  animation-delay: 0.8s;
}

/* Icon hover animation */
.animate-icon {
  transition: transform 0.3s ease;
}
.animate-icon:hover {
  transform: scale(1.15) rotate(5deg);
}

/* Animation classes */
.animate-float {
  animation: floatUpDown 3s ease-in-out infinite;
}

.animate-slide-left {
  animation: fadeSlideLeft 1s ease forwards;
}

.animate-slide-right {
  animation: fadeSlideRight 1s ease forwards;
}

.animate-pop {
  animation: pulseGrow 2s ease;
}

#preloader {
  position: fixed;
  inset: 0;
  background: #000000;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 2s ease;
}

#preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #06b6d4;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

/* Custom Styles */
.logo-shape {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #06b6d4, #3b82f6);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0.1;
}

.rating-badge {
  background-color: #ffffff10;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #f3f4f6;
  backdrop-filter: blur(5px);
}

.avatar-group .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: -5px;
}

.text-light-gray {
  color: #d1d5db;
}

.btn-outline-cyan {
  color: #06b6d4;
  border-color: #06b6d4;
}

.btn-outline-cyan:hover {
  background-color: #06b6d4;
  color: #fff;
}


@media (max-width: 768px) {
  h2.display-4 {
    font-size: 2.5rem;
  }
}


.business-subscription-section {
  padding: 40px 0;
  background-color: #fafafa;
}
.leading-part-text {
  font-size: 1.5rem;
  color: #222;
}
/* Section header */
.business-display-4 {
  color: #222;
  font-weight: 700;
}

.business-lead {
  color: #555;
}

.business-visual-element {
  position: relative;
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); /* Enhanced box shadow */
}

/* Logo shape */
.business-logo-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.business-logo-shape::before {
  content: "";
  position: absolute;
  left: 25%;
  top: 10%;
  width: 50%;
  height: 40%;
  background: linear-gradient(
    to top right,
    rgba(59, 130, 246, 0.3),
    rgba(6, 182, 212, 0.3)
  );
  transform: skewX(-12deg);
  z-index: 0;
}

.business-logo-shape::after {
  content: "";
  position: absolute;
  left: 16.67%;
  top: 10%;
  width: 33.33%;
  height: 40%;
  background: linear-gradient(
    to top right,
    rgba(30, 64, 175, 0.3),
    rgba(59, 130, 246, 0.3)
  );
  transform: skewX(-12deg);
  z-index: 0;
}

.business-logo-shape .business-right-shape {
  position: absolute;
  right: 16.67%;
  top: 10%;
  width: 33.33%;
  height: 40%;
  background: linear-gradient(
    to top left,
    rgba(30, 64, 175, 0.3),
    rgba(79, 70, 229, 0.3)
  );
  transform: skewX(12deg);
  z-index: 0;
}

/* Team member rows */
.business-team-member-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.business-team-member {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #1a1a1a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.business-feature-bar {
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  width: 60%;
}

.business-email-bar {
  background: linear-gradient(
    to right,
    rgba(59, 130, 246, 0.8),
    rgba(37, 99, 235, 0.8)
  );
}

.business-analytics-bar {
  background: linear-gradient(
    to right,
    rgba(6, 182, 212, 0.8),
    rgba(14, 165, 233, 0.8)
  );
}

.business-integration-bar {
  background: linear-gradient(
    to right,
    rgba(79, 70, 229, 0.8),
    rgba(99, 102, 241, 0.8)
  );
}

.business-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.business-icon-wrapper i {
  color: #ff6347; /* Replace with your desired color (e.g., tomato red) */
}

/* Feature cards */
.business-feature-card {
  background-color: #fafafa !important;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.business-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.business-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.business-light-blue {
  background-color: rgba(186, 230, 253, 0.4);
  color: #0ea5e9;
}

.business-light-purple {
  background-color: rgba(216, 180, 254, 0.4);
  color: #8b5cf6;
}

.business-light-indigo {
  background-color: rgba(165, 180, 252, 0.4);
  color: #4f46e5;
}

.business-light-yellow {
  background-color: rgba(254, 240, 138, 0.4);
  color: #eab308;
}

.business-feature-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .business-visual-element {
    min-height: 350px;
    padding: 30px;
  }

  .business-team-member {
    width: 60px;
    height: 60px;
  }

  .business-feature-bar {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .business-display-4 {
    font-size: 2.5rem;
  }

  .business-visual-element {
    min-height: 300px;
    padding: 20px;
  }

  .business-team-member {
    width: 50px;
    height: 50px;
  }

  .business-feature-bar {
    height: 40px;
  }

  .business-icon-circle {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }

  .business-feature-card {
    padding: 20px;
  }

  .business-icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }

  .business-feature-title {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .business-team-member {
    width: 40px;
    height: 40px;
  }

  .business-feature-bar {
    width: 60%;
    height: 35px;
  }

  .business-icon-circle {
    width: 25px;
    height: 25px;
    font-size: 0.7rem;
  }
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #f3f3f3;
  background-color: #000000;
}

.pricingsection-section {
  padding: 40px 0;
  background-color: #fafafa;
}
.pricing_head {
  color: #a7d7c5;
}

.pricingsection-heading {
  color: #a7d7c5 !important;
  font-weight: 700;
}

.pricingsection-subtext {
  color: #555;
}

.pricingsection-toggle {
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.pricingsection-toggle-option {
  font-weight: 500;
  color: #000000;
  cursor: pointer;
}

.pricingsection-toggle-option.active {
  color: #3b82f6;
  font-weight: 600;
}

.pricingsection-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.pricingsection-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricingsection-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2e8f0;
  transition: 0.4s;
}

.pricingsection-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #3b82f6;
  transition: 0.4s;
}

.pricingsection-switch input:checked + .pricingsection-slider {
  background-color: #e2e8f0;
}

.pricingsection-switch input:checked + .pricingsection-slider:before {
  transform: translateX(26px);
}

.pricingsection-slider.round {
  border-radius: 34px;
}

.pricingsection-slider.round:before {
  border-radius: 50%;
}
.pricingsection-card {
  background-color: #97d0bc2f; /* Change background color to f8e5e5 */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
}

.pricingsection-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.pricingsection-premium-card {
  background-color: #97d0bc2f; /* Change background color to f8e5e5 */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
}

.pricingsection-card .card-body {
  padding: 30px;
  color: #000;
}

.pricingsection-plan-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.pricingsection-plan-name--highlight {
  color: #22d3ee;
}

.pricingsection-price-container {
  margin-bottom: 10px;
}

.pricingsection-price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.pricingsection-price--highlight {
  color: #22d3ee;
}

.pricingsection-period {
  font-size: 1.1rem;
  font-weight: 400;
  color: #666;
}

.pricingsection-premium-card .pricingsection-period {
  color: #94a3b8;
}

.pricingsection-audience {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 30px;
}

.pricingsection-audience--highlight {
  color: #94a3b8;
}

.pricingsection-plan-icon {
  margin-bottom: 30px;
}

.pricingsection-feature-list {
  list-style: none;
  text-align: start !important;
  padding: 0;
  margin-bottom: 30px;
}

.pricingsection-feature-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.pricingsection-feature-list li i {
  color: #ec0c0c81;
  margin-right: 10px;
  font-size: 1.1rem;
  margin-top: 3px;
}

.pricingsection-feature-list--highlight li i {
  color: #22d3ee;
}

.btn-dark {
  background-color: #000000bf;
  border-color: #111827;
}

.btn-dark:hover {
  background-color: #1f2937;
  border-color: #1f2937;
}

.btn-light {
  background-color: #000000bf;
  border-color: #f1f5f9;
  color: #ffffff;
}

.btn-light:hover {
  background-color: #e2e8f0;
  border-color: #e2e8f0;
  color: #0f172a;
}

@media (max-width: 992px) {
  .pricingsection-heading {
    font-size: 2.5rem;
  }

  .pricingsection-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .pricingsection-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricingsection-price {
    font-size: 2.2rem;
  }

  .pricingsection-plan-name {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .pricingsection-card .card-body {
    padding: 20px;
  }

  .pricingsection-feature-list li {
    font-size: 0.9rem;
  }
}
.heading_grow {
  font-size: 2.5rem;
  color: #a7d7c5 !important;
}

.contact-icon {
  background-color: #f8e5e5 !important;
}

.contact-section {
  background-color: #fafafa;
  padding: 40px 0;
}

.contact-display-4 {
  color: #222 !important;
  font-weight: 700;
  font-size: 2.8rem;
}

.contact-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 2rem;
}

.contact-item {
  margin-bottom: 1.5rem;
}

.contact-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #3b82f6;
  font-size: 1.2rem;
}

.contact-info-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444;
}

.contact-info-detail {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0;
}

.contact-form-container {
  background-color: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  color: #333 !important;
}

.contact-form-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.1),
    rgba(147, 197, 253, 0.1)
  );
  border-radius: 0 0 0 100%;
  z-index: 0;
}

.contact-form-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  position: relative;
  z-index: 1;
}

.contact-form-label {
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}

.contact-form-control {
  padding: 12px 15px;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px;
  color: black !important;
  background-color: #f8fafc !important;
  transition: all 0.3s ease;
}

.contact-form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.contact-form-control::placeholder {
  color: #cbd5e1;
}

.contact-form-check {
  padding-left: 1.8rem;
}

.contact-form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
  margin-left: -1.8rem;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  color: #444 !important;
}

.contact-form-check-input:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.contact-form-check-label {
  font-size: 0.95rem;
  color: #555;
}

.contact-privacy-link {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}

.contact-privacy-link:hover {
  text-decoration: underline;
}

.contact-btn-submit {
  background-color: #ffffff;
  color: black;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 50px;
  border:  1px solid #000000;
  transition: all 0.3s ease;
}

.contact-btn-submit:hover {
  background-color: #000000;
  color: #f8e5e5;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 992px) {
  .contact-display-4 {
    font-size: 2.5rem;
  }

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

  .contact-form-heading,
  .contact-heading {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .contact-display-4 {
    font-size: 2.2rem;
  }

  .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .contact-info-title {
    font-size: 1rem;
  }

  .contact-info-detail {
    font-size: 0.9rem;
  }

  .contact-form-heading,
  .contact-heading {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  .contact-display-4 {
    font-size: 1.8rem;
  }

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

  .contact-btn-submit {
    width: 100%;
  }
}

/* Faqs section */

.faq-section {
  background-color: #fafafa;
  padding: 40px 0;
}

/* FAQ Header */
.faq-header {
  padding-right: 20px;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #a7d7c5;
  line-height: 1.2;
}

.faq-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

/* Accordion styling */
.accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0.5rem;
  --bs-accordion-inner-border-radius: 0.5rem;
  --bs-accordion-btn-padding-x: 1.5rem;
  --bs-accordion-btn-padding-y: 1.25rem;
  --bs-accordion-btn-color: #333;
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.5rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #333;
  --bs-accordion-active-bg: #fff;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 0.5rem !important;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.accordion-button {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  box-shadow: none;
  padding: 1.25rem 1.5rem;
}

.accordion-button:not(.collapsed) {
  color: #333;
  background-color: #fff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Custom accordion arrow */
.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-body {
  padding: 0.5rem 1.5rem 1.5rem;
  color: #555;
}

.accordion-body p {
  margin-bottom: 0;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .faq-title {
    font-size: 2.2rem;
  }

  .faq-description {
    font-size: 1rem;
  }

  .accordion-button {
    font-size: 1rem;
    padding: 1.1rem 1.25rem;
  }
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 2rem;
  }

  .faq-header {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .accordion-button {
    font-size: 0.95rem;
    padding: 1rem 1.25rem;
  }

  .accordion-body {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .faq-title {
    font-size: 1.8rem;
  }

  .faq-description {
    font-size: 0.95rem;
  }

  .accordion-button {
    font-size: 0.9rem;
    padding: 0.9rem 1rem;
  }

  .accordion-body {
    padding: 0.5rem 1rem 1rem;
  }
}

/* Footer section */
.fottersection-wrapper {
  background-color: #a7d7c5;
  color: #000000;
  position: relative;
  overflow: hidden;
}

/* Footer bottom gradient */
.fottersection-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 128, 128, 0.1)
  );
  z-index: 1;
  pointer-events: none;
}

/* Footer widgets */
.fottersection-widget {
  margin-bottom: 20px;
}

.fottersection-widget-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #000000;
}

/* Newsletter section */
.fottersection-newsletter-text {
  color: #000000;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.fottersection-newsletter-form .fottersection-input-group {
  border-radius: 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.fottersection-newsletter-form .fottersection-input {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0.75rem 1.25rem;
  height: auto;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fottersection-newsletter-form .fottersection-input::placeholder {
  color: #6c757d;
}

.fottersection-newsletter-form .fottersection-input:focus {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.05);
}

.fottersection-submit-btn {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.fottersection-submit-btn:hover {
  background-color: #111;
  color: #22d3ee;
}

/* Footer links */
.fottersection-links {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000;
}

.fottersection-links li {
  margin-bottom: 1rem;
}

.fottersection-links a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}

.fottersection-links a:hover {
  color: #fff;
}

/* Social links */
.fottersection-social-links a i {
  margin-right: 8px;
}

/* Footer bottom */
.fottersection-bottom {
  padding: 2rem 0 3rem;
  position: relative;
  z-index: 2;
}

.fottersection-logo {
  margin-bottom: 1.5rem;
}

.fottersection-marketo-logo {
  margin-bottom: 1rem;
}

.fottersection-logo-text {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.fottersection-copyright {
  color: #adb5bd;
  font-size: 0.9rem;
}

.fottersection-link {
  color: #22d3ee;
  text-decoration: none;
  transition: color 0.3s ease;
}

.fottersection-link:hover {
  color: #0ea5e9;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .fottersection-widget-title {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .fottersection-logo-text {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .fottersection-widget {
    margin-bottom: 2rem;
  }

  .fottersection-logo-text {
    font-size: 2.5rem;
  }

  .fottersection-marketo-logo {
    width: 70px;
    height: 50px;
  }
}

@media (max-width: 576px) {
  .fottersection-newsletter-form .fottersection-input-group {
    flex-direction: column;
    background-color: transparent;
    border: none;
  }

  .fottersection-newsletter-form .fottersection-input {
    border-radius: 50px;
    margin-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .fottersection-submit-btn {
    border-radius: 50px;
    width: 100%;
  }

  .fottersection-logo-text {
    font-size: 2rem;
  }

  .fottersection-marketo-logo {
    width: 60px;
    height: 45px;
  }

  .fottersection-copyright {
    font-size: 0.8rem;
  }
}
.landingpage {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  z-index: 0;
}

.video-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

.video-background-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-overlay {
  background: rgba(0, 0, 0, 0.4); /* Adjust for contrast */
}
.testimonals_sect {
  background-color: #fff;
}

/* ① KEYFRAMES – one-time float-up on page load */
@keyframes floatUp {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1);
  }
  100% {
    transform: translateY(0);
  }
}

/* ② MAIN CONTAINER */
.testimonial-section {
  padding: 50px 0;
  max-width: 1000px;
  margin: 0 auto;

  /* appearance */
  background: #fff; /* bright card face   */
  border-radius: 18px; /* soft corners       */
  border: 1px solid rgba(0, 0, 0, 0.05); /* hairline outline   */

  /* layered shadow – prominent yet smooth   */
  box-shadow: 0 14px 38px -8px rgba(0, 0, 0, 0.28),
    /* wide glow          */ 0 8px 18px -10px rgba(0, 0, 0, 0.35); /* darker core        */

  /* reveal animation                         */
  animation: floatUp 0.9s cubic-bezier(0.4, 0.7, 0.3, 1) forwards;

  /* transition for hover lift               */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* ③ OPTIONAL HOVER EFFECT */
.testimonial-section:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px -6px rgba(0, 0, 0, 0.32),
    0 10px 24px -8px rgba(0, 0, 0, 0.4);
}

.testimonial-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #a7d7c5;
  text-align: center;
  margin-bottom: 40px;

  /* smooth, subtle shadow */
}

.testimonial-stars {
  color: #ffa500;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}

/* ---------- KEYFRAMES (add only once) ---------- */
@keyframes fadeLift {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  70% {
    opacity: 1;
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ---------- QUOTE / PARAGRAPH ---------- */
.testimonial-content {
  position: relative;
  max-width: 700px; /* keeps lines readable      */
  margin: 0 auto 30px;
  padding: 0 25px;

  /* typography */
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: #222;

  /* elegant quote marks */
  --quote-color: #f7d046;
}
.testimonial-content::before,
.testimonial-content::after {
  position: absolute;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  color: var(--quote-color);
  opacity: 0.2;
  pointer-events: none;
  font-family: Georgia, "Times New Roman", serif;
}
.testimonial-content::before {
  content: "“";
  top: -10px;
  left: -14px;
}
.testimonial-content::after {
  content: "”";
  bottom: -16px;
  right: -14px;
}

/* ---------- ANIMATION (visible after it runs) ---------- */
.testimonial-content {
  opacity: 0; /* start transparent */
  animation: fadeLift 5s cubic-bezier(0.4, 0.7, 0.3, 1) 0.35s forwards;
}

.highlight {
  color: #3498db;
  font-weight: 600;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  background-color: white;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 300px;
}

.author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info {
  text-align: left;
}

.author-name {
  font-weight: 600;
  margin-bottom: 0;
  color: #a7d7c5;
}

.author-title {
  font-size: 0.85rem;
  color: #a7d7c5;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .testimonial-heading {
    font-size: 2rem;
  }

  .testimonial-content {
    font-size: 1rem;
    padding: 0 20px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
  }
}
/* ----------  floating icons  ---------- */
.floating‑icons {
  position: fixed; /* the magic */
  right: 1.25rem; /* distance from viewport edge  (20 px)   */
  bottom: 1.25rem; /* can change to top: if you prefer        */
  display: flex;
  flex-direction: column; /* stack vertically                         */
  gap: 0.75rem; /* space between buttons                    */
  z-index: 1055; /* above navbar / modals                    */
}
/* so 3‑D rotations have depth */
.hero-title {
  perspective: 800px;
}

/* optional fancy gradient fill */
@media (prefers-color-scheme: dark) {
  .hero-title {
    background: linear-gradient(90deg, #11c8e4, #329eaf, #323131);
    -webkit-background-clip: text;
    color: transparent;
  }
}

.business-feature-card {
  position: relative; /* establish positioning context */
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
  transition: transform 0.2s ease;
}

.business-feature-card:hover {
  transform: translateY(-5px);
}

/* Tooltip hidden by default */
.feature-tooltip {
  position: absolute;
  bottom: 100%; /* place above the card */
  left: 50%;
  transform: translateX(-50%);
  width: 50rem;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.25rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}

/* Arrow below tooltip */
.feature-tooltip::after {
  content: "";
  position: absolute;
  top: 100%; /* at bottom of tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.5rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

/* Show on hover */
.business-feature-card:hover .feature-tooltip {
  opacity: 1;
  pointer-events: auto;
}

.fi-btn {
  --size: 48px; /* easy tweak */
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  color: #fff;
  background: var(--brand-cyan, #22d3ee); /* uses your token if present */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, background.15s ease;
}
.fi-btn:hover {
  transform: scale(1.08);
}

.fi-btn i {
  pointer-events: none;
} /* icon not clickable separately */

/* dark‑mode override (if you used the recipe earlier) */
:root.dark .fi-btn {
  background: var(--brand-purple, #a855f7);
}

/* optional: hide on very small screens */
@media (max-width: 390px) {
  .floating‑icons {
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .fi-btn {
    --size: 40px;
    font-size: 1.1rem;
  }
}
.services-card {
  position: relative;
  overflow: hidden;
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  z-index: 5;
}

.services-card:hover .overlay-text {
  opacity: 1;
}
.info_text-icon-circle {
  width: 150px;
  height: 150px;
  background-color: #00a99d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_text-icon-circle svg {
  width: 80px;
  height: 80px;
  color: white;
}

.info_text-heading {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.info_text-section-container {
  margin-bottom: 3rem;
}

.info_text-highlight-link {
  color: #ff8c42;
  text-decoration: none;
}

.info_text-highlight-link:hover {
  text-decoration: underline;
}

.info_text-paragraph {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}
.hidden {
  display: none !important;
}
.fade {
  transition: opacity 0.6s ease;
}
.fade-out {
  opacity: 0;
}
.fade-in {
  opacity: 1;
}

p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.feature-section {
  padding: 3rem 0;
}

@media (max-width: 768px) {
  .feature-section {
    padding: 2rem 0;
  }
}

.icon-circle {
  width: 150px;
  height: 150px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: transform 0.3s ease;
}

@media (max-width: 992px) {
  .icon-circle {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 576px) {
  .icon-circle {
    width: 100px;
    height: 100px;
  }
}

.icon-circle i {
  font-size: 4rem;
  color: white;
}

@media (max-width: 992px) {
  .icon-circle i {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .icon-circle i {
    font-size: 2.5rem;
  }
}

.feature-list {
  padding-left: 1.5rem;
}

.feature-list li {
  margin-bottom: 1rem;
  position: relative;
}

.feature-title {
  font-weight: 700;
  color: var(--heading-color);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .text-content {
    text-align: center;
  }

  .feature-list {
    text-align: left;
    display: inline-block;
  }
}

/* Animation for hover effect */
.icon-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.Features_view {
  background: linear-gradient(270deg, #d4e8e2, #0be192, #c3e2db, #a7d7c5);
  background-size: 800% 800%;
  animation: gradientMove 20s ease infinite;
}

/* Animation keyframes for smooth gradient movement */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Ensure content is readable on all devices */
@media (max-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.transt_contatiner {
  height: 500px;
}

.transt_contatiner {
  height: 500px;
  font-size: 1.2rem; /* Default font size */
}

.transt_contatiner {
  height: 500px !important;
  font-size: 1.2rem !important;
  background-color: #fff;
}

/* Medium screens (up to 991.98px) */
@media (max-width: 991.98px) {
  .transt_contatiner {
    height: 600px !important;
    font-size: 1.1rem !important;
  }
}

/* Small screens (up to 767.98px) */
@media (max-width: 767.98px) {
  .transt_contatiner {
    height: 700px !important;
    font-size: 1rem !important;
  }
}

/* Extra small screens (up to 575.98px) */
@media (max-width: 575.98px) {
  .transt_contatiner {
    height: 600px !important;
    font-size: 0.95rem !important;
  }
}
.main_heading {
  font-size: 2.2rem;
  font-weight: 600;
  color: #a7d7c5;
  margin-bottom: 1rem;
}

.para_type {
  list-style: none;
  padding: 0;
  margin: 0;
}

.para_type li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.7rem;
  color: #333;
}

.para_type li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ca8a1;
  font-size: 1rem;
  line-height: 1;
}
/* Pick a value tall enough for your biggest slide */

@media (max-width: 576px) {
  .main_heading {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .para_type li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
  }

  .para_type li::before {
    font-size: 0.75rem;
    left: 0.25rem;
    top: 0.1rem;
  }
}
.trans_slider .info_text-section-container {
  opacity: 1 !important; /* Slick handles fade for you */
  display: block; /* ensure each slide shows */
}
.slick-slide {
  outline: none; /* remove focus outline on click */
}
.logo_design {
  height: 45px; /* Adjust height as needed */
  width: auto; /* Maintains aspect ratio */
  transition: transform 0.3s ease;
}

.logo_design:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}
.glow-text {
  color: #fff;
  font-size: 5rem !important; /* default size for larger screens */
}

.typing-text {
  color: #fff;
  font-size: 5rem !important; /* default size for larger screens */
}

/* Make text smaller on small screens */
@media (max-width: 576px) {
  .glow-text {
    font-size: 40px !important;
  }

  .typing-text {
    font-size: 0.1px !important;
  }
}
.tooltip-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tooltip-detail-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #444;
}

.tooltip-detail-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: #2ca8a1;
  font-size: 1.2rem;
  line-height: 1;
  text-align: start !important;
}
.feature-tooltip-list {
  list-style: disc inside;
  margin: 0;
  padding: 0;
  font-size: 0.85rem; /* smaller text */
  line-height: 1.4;
  color: #fff; /* adjust to your tooltip text color */
}

.feature-tooltip-list li {
  margin-bottom: 0.5rem;
}

/* Hide tooltip on very small screens */
@media (max-width: 786px) {
  .feature-tooltip {
    display: none !important;
  }
}
.info_text-section-container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  /* if you need to remove it from flow when hidden: */
  display: none;
}

.info_text-section-container.active {
  opacity: 1;
  display: flex;
  /* or block/grid, as appropriate */
}

/* About section */
.about-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.diagonal-bg {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, white 50%, #6a8d82 50%);
  z-index: -1;
}

.about-content {
  padding: 80px 0;
}

.about-title {
  font-size: 4.5rem;
  font-weight: 800;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.about-text {
  color: #413f3f;
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 25px;
}

.about-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Responsive adjustments */
@media (max-width: 991px) {
  .about-title {
    font-size: 3.5rem;
  }

  .about-image {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .about-title {
    font-size: 2.8rem;
  }

  .about-content {
    padding: 60px 0;
  }

  .diagonal-bg {
    background: linear-gradient(165deg, white 60%, #6a8d82 60%);
  }
}

.vision-section {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
}

.vision-text {
  background-color: #3a4a47;
  color: #e0e0e0;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vision-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.vision-image-container {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.vision-header {
  background-color: #6a8d82;
  color: white;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-title {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.vision-image {
  background-color: #f8f8f8;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.vision-image img {
  max-width: 100%;
  max-height: 400px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .vision-title {
    font-size: 3rem;
    letter-spacing: 5px;
  }

  .vision-header {
    padding: 40px 20px;
  }

  .vision-text {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .vision-section {
    flex-direction: column;
  }

  .vision-image-container {
    order: 1;
  }

  .vision-text {
    order: 2;
  }

  .vision-title {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }

  .vision-header {
    padding: 30px 15px;
  }

  .vision-image {
    padding: 30px;
  }
}
.values-section {
  padding: 80px 0;
}

.values-title {
  font-size: 3.5rem;
  font-weight: 600;
  color: #3a4a47;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.values-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 50px;
  max-width: 900px;
  text-align: center;
}

.value-card {
  background-color: #6a8d82;
  color: white;
  padding: 30px;
  height: 100%;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
}

.value-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.value-text {
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .values-title {
    font-size: 3rem;
  }

  .value-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .values-title {
    font-size: 2.5rem;
  }

  .values-section {
    padding: 60px 0;
  }

  .values-intro {
    margin-bottom: 30px;
  }
}
.newsletter-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a8d82;
  background-size: cover;
  background-position: center;
  filter: brightness(0.7);
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.newsletter-content {
  max-width: 800px;
  padding: 0 20px;
  z-index: 1;
}

.newsletter-title {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.newsletter-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 300;
}

.newsletter-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 12px 20px;
  height: auto;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  box-shadow: none;
}

.btn-join {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 30px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-join:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .newsletter-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .newsletter-title {
    font-size: 2.8rem;
  }

  .newsletter-text {
    font-size: 1rem;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .form-control {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .newsletter-title {
    font-size: 2.2rem;
  }

  .newsletter-section {
    min-height: 500px;
  }
}
.modal-body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  padding: 1.5rem 2rem;
  background-color: #f9f9f9;
  border-radius: 0 0 0.375rem 0.375rem; /* Rounded corners at the bottom */
}

.modal-body p {
  margin-bottom: 1rem;
}

.modal-body ul {
  padding-left: 1.25rem;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #555555;
}

.modal-body ul li {
  margin-bottom: 0.5rem;
}
.magic-business-feature-card {
  position: relative; /* needed for absolute child */
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 1rem;
  background: white;

  height: 120px; /* fixed height */
  overflow: visible; /* allow overlay */
  transition: box-shadow 0.3s ease;
}
.magic-business-feature-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.magic-business-icon-wrapper {
  font-size: 40px;
  margin-bottom: 10px;
}
.magic-business-feature-title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #706767;
}

/* Overlay detail panel */
.magic-feature-details {
  position: absolute;
  top: 100%; /* right below the card */
  left: 0;
  color: #193bc3 !important;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

/* Show overlay on hover */
.magic-business-feature-card:hover .magic-feature-details {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Optional: limit max height and scroll if content too tall */
.magic-feature-details ul {
  margin: 0;
  padding-left: 20px;
  max-height: 200px;
  overflow-y: auto;
}

/* Prevent overlay from being clipped inside container if needed */
.col-md-6 {
  position: relative; /* ensure relative context if nested */
}
@keyframes magic-icon-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.magic-business-icon-wrapper i {
  animation: magic-icon-bounce 3s ease-in-out infinite;
  display: inline-block; /* ensure transform works properly */
}

@keyframes magic-icon-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.magic-business-icon-wrapper i {
  animation: magic-icon-bounce 3s ease-in-out infinite;
  display: inline-block;
}
.magic-business-icon-wrapper i {
  animation: magic-icon-bounce 3s ease-in-out infinite;
  display: inline-block;
  color: #0d6efd; /* bright blue as example */
  filter: drop-shadow(0 0 3px #0d6efd88);
  transition: color 0.3s ease, filter 0.3s ease;
}

/* Different colors per theme (optional) */
.magic-business-light-blue .magic-business-icon-wrapper i {
  color: #0d6efd;
  filter: drop-shadow(0 0 2px #0d6efdaa);
}
.magic-business-light-purple .magic-business-icon-wrapper i {
  color: #6f42c1;
  filter: drop-shadow(0 0 2px #6f42c1aa);
}
.magic-business-light-indigo .magic-business-icon-wrapper i {
  color: #6610f2;
  filter: drop-shadow(0 0 2px #6610f2aa);
}
.magic-business-light-yellow .magic-business-icon-wrapper i {
  color: #ffc107;
  filter: drop-shadow(0 0 2px #ffc107aa);
}
.magic-business-feature-card {
  position: relative;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 1rem;
  background: white;
  height: 120px;
  overflow: visible;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
  border: 3px solid transparent; /* base border width */
  background-clip: padding-box;
}

.magic-business-feature-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Create animated gradient border with a pseudo element */
.magic-business-feature-card::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border-radius: 11px; /* border-radius + border width */
  padding: 3px;
  background: linear-gradient(270deg, #a0c4ff, #bdb2ff, #9d4edd, #ffc8dd);
  background-size: 600% 600%;
  z-index: -1;
  animation: magic-border-move 8s ease infinite;
}

/* Base colors for each variant */
.magic-business-light-blue::before {
  background: linear-gradient(270deg, #b0d7ff, #8ec5fc, #a0c4ff, #4da8da);
}
.magic-business-light-purple::before {
  background: linear-gradient(270deg, #d3bcff, #bdb2ff, #9d4edd, #c084fc);
}
.magic-business-light-indigo::before {
  background: linear-gradient(270deg, #b1a7ff, #805ad5, #6610f2, #7f5af0);
}
.magic-business-light-yellow::before {
  background: linear-gradient(270deg, #fff3b0, #ffe066, #ffcc00, #ffea85);
}

@keyframes magic-border-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.pricingsection-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricingsection-card .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pricingsection-card .action-btn {
  margin-top: auto; /* Push button to bottom */
  width: 100%; /* Full width */
}
.pricingsection-card .btn {
  margin-top: auto; /* Push button to bottom */
  width: 100%; /* Full width */
}
ul {
  list-style: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
}

ul li {
  display: flex; /* Use flexbox for icon + text alignment */
  align-items: center;
  margin-bottom: 0.6rem;
  font-size: 1rem;
  color: #333;
}

.features-section {
  background: #f8f9fa;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.features-section .container {
  max-width: 960px;
  margin: 0 auto;
}

/* Each feature card */
.feature-card {
  display: flex;
  align-items: center;
  max-width: 600px;
  background: white;
  padding: 20px;
  border-radius: 12px;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
}

/* Icon container */
.feature-icon {
  min-width: 70px;
  min-height: 70px;
  background: #71d2ae;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgb(0 123 255 / 0.4);
  transition: background 0.3s ease;
}

.feature-icon svg {
  width: 32px;
  height: 32px;
}

.feature-card:hover .feature-icon {
  background: #050c15;
}

/* Content */
.feature-content h2 {
  margin: 0 0 14px 0;
  font-size: 1rem;
  color: #222;
}

.feature-content ul {
  margin: 0;
  padding-left: 2px;
  list-style-type: disc;
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 720px) {
  .feature-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-icon {
    margin-bottom: 15px;
  }
}
.feature-row {
  display: flex;
  gap: 30px; /* space between cards */
  padding-inline: 30px; /* optional: space around the entire row */
  margin-bottom: 20px;
  justify-content: center; /* or space-between, or center */
  flex-wrap: wrap;

  /* Animated colorful background */
}

/* Make cards share space evenly */
.feature-row .feature-card {
  flex: 1;
}

/* Responsive: stack vertically on smaller screens */
@media (max-width: 720px) {
  .feature-row {
    flex-direction: column;
  }
}
.feature-heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 3rem;
  color: #a7d7c5;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  user-select: none;
}
.vision-image {
  width: 100%;
  max-width: 1000px; /* or any size you prefer */
  margin: auto;
  overflow: hidden;
  border-radius: 10px; /* optional rounded corners */
}

.vision-image video {
  width: 100%;
  height: auto;
  object-fit: cover; /* ensures the video covers the area */
  display: block;
  border-radius: 10px;
}
