 body {
      margin: 0;
      padding: 0;
      background: #f3faf9;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      overflow-x: hidden;
    }

    /* Subtle square pattern background using CSS grid and linear gradients */
    .hero-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 20px;

      background-color: #0d2f2a;
      background-image:
        linear-gradient(rgba(71, 135, 120, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(71, 135, 120, 0.15) 1px, transparent 1px);
      background-size: 40px 40px;
      background-position: center;
    }
    .hero-section p{
        color: white;
    }
    .glass-box {
      background: rgba(71, 135, 120, 0.1);
      border-radius: 20px;
      padding: 60px 40px;
      box-shadow: 0 8px 32px rgba(71, 135, 120, 0.35);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.15);
      text-align: center;
      max-width: 700px;
      width: 100%;
    }

    .hero-title {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #478778;
    }

    .typed-text {
      color: #ffffff;
      font-weight: 700;
    }

    .hero-description {
      font-size: 1.1rem;
      color: #e6f5f2;
      margin-bottom: 30px;
    }

    .hero-buttons .btn-success {
      background-color: #478778;
      border-color: #478778;
      color: #fff;
    }

    .hero-buttons .btn-outline-light:hover {
      background-color: #478778;
      border-color: #478778;
    }

    .hero-buttons .btn {
      margin: 10px 15px;
      font-weight: 500;
      min-width: 160px;
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 2rem;
      }
    }
    footer {
      background-color: #0f3d3a;
      color: white;
      padding: 20px 0;
    }
    .footer-brand {
      color: #478778;
      font-weight: 700;
      font-size: 1.25rem;
    }
    .social-icon {
      color: white;
      margin-left: 15px;
      font-size: 1.3rem;
      transition: color 0.3s ease, transform 0.3s ease;
      text-decoration: none;
    }
    .social-icon:first-child {
      margin-left: 0;
    }
    .social-icon:hover {
      color: #478778;
      transform: scale(1.2);
    }
    .fixed-contact-buttons {
    position: fixed;
    left: 0;
    top: 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
  }

  /* Button style */
  .contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #25d366; /* WhatsApp green */
    color: white;
    border-radius: 0 25px 25px 0;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
  }

  /* Phone button different color */
  .contact-btn.phone {
    background-color: #478778; /* Your custom color */
  }

  .contact-btn:hover {
    opacity: 0.8;
  }

  /* Hide on small devices (optional) */
  @media (max-width: 576px) {
    .fixed-contact-buttons {
      top: auto;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      flex-direction: row;
      gap: 10px;
    }
    .contact-btn {
      border-radius: 50%;
      width: 45px;
      height: 45px;
    }
  }
  /* Container & Title */
.container h2 {
  font-weight: 700;
  color: #478778;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 1.5px;
}

/* Card Styling */
.pricing-card {
  border-radius: 15px;
  border: 2px solid #478778;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: #fff;
  box-shadow: 0 6px 12px rgba(71, 135, 120, 0.15);
  cursor: pointer;
  padding: 2rem 1.5rem;
}

.pricing-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 30px rgba(71, 135, 120, 0.4);
  border-color: #2f6f68;
}

/* Card Title */
.card-title {
  font-weight: 800;
  font-size: 1.5rem;
  color: #478778;
  letter-spacing: 2px;
  margin-bottom: 0.8rem;
}

/* Price */
.card-body h3.text {
  font-weight: 900;
  font-size: 2.4rem;
  color: #2f6f68;
  margin-bottom: 1rem;
  font-family: 'Courier New', Courier, monospace;
}

/* Features Text */
.card-body p {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 6px;
  line-height: 1.3;
}

/* Highlight sections */
.text_bg {
  background-color: #478778;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 6px;
}

/* Tick & Cross marks styling */
/* Replace tick mark */
.card-body p::before {
  content: "➤";
  display: inline-block;
  margin-right: 6px;
  color: #2f6f68;
  font-weight: bold;
}

/* Replace cross mark - use class instead of :contains for accuracy */
.card-body p.cross::before {
  content: "✖";
  color: #b94040;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .pricing-card {
    margin-bottom: 2rem;
  }
}
.workflow-step {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.workflow-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(71, 135, 120, 0.2);
}

section.py-5 {
  font-family: 'Segoe UI', sans-serif;
}

section.py-5 h2 {
  font-size: 2rem;
}

section.py-5 p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Icon styling */
section.py-5 .fa-bullseye,
section.py-5 .fa-thumbs-up,
section.py-5 .fa-chart-line,
section.py-5 .fa-check-circle {
  font-size: 1.25rem;
}

/* On-hover lift for the image */
section.py-5 .position-relative:hover img {
  transform: scale(1.03);
  transition: transform 0.5s ease;
}
