 body {
    font-family: 'Poppins', sans-serif;
     user-select: none;
  }

  .hero-title span,
.hero-subtext span {
  line-height: 1.25;
  white-space: normal;
}


  .hero {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
    padding: 100px 0;
  }
  .hero .btn {
    padding: 14px 32px;
    font-weight: 600;
  }
  .section-padding {
    padding: 80px 0;
  }
  .icon {
    font-size: 2.5rem;
  }
  .price {
    font-size: 3rem;
    font-weight: 700;
    color: #0d6efd;
  }
  .final-cta {
    background: #f8f9fa;
    padding: 80px 0;
  }

  .card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  }
  
  .preview-wrapper {
  position: relative;
}

/* Phone body */
.phone-mockup {
  position: absolute;
  top: -25px;
  right: 20px;
  width: 140px;
  background: #000;
  border-radius: 22px;
  padding: 6px;
  z-index: 10;
}

/* Phone screen */
.phone-mockup img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

/* Notch */
.phone-notch {
  width: 40%;
  height: 6px;
  background: #111;
  border-radius: 0 0 10px 10px;
  margin: 4px auto 6px;
}

/* Responsive scaling */
@media (max-width: 768px) {
  .phone-mockup {
    width: 110px;
    top: -15px;
    right: 10px;
  }
}



.hero {
  padding: 120px 0;
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  color: #fff;
}

/* Soft gradient glow blobs */
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 70%);
  border-radius: 50%;
  z-index: 1;
}

.hero::before {
  top: -80px;
  left: -80px;
}

.hero::after {
  bottom: -100px;
  right: -100px;
}

/* Subtle pattern overlay */
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.25;
  z-index: 0;
}

/* Highlight text */
.hero-highlight {
  background: linear-gradient(90deg, #ffc107, #fff3cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* CTA polish */
.hero-btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .hero {
    padding: 90px 0;
  }
}

/* Card */
.saas-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* Preview container */
.preview-wrapper {
  position: relative;
  z-index: 1;
}

/* Gradient glow */
.glow-bg {
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle at top right, rgba(99,102,241,0.35), transparent 60%),
              radial-gradient(circle at bottom left, rgba(236,72,153,0.35), transparent 60%);
  z-index: 0;
}

/* Dashboard frame */
.dashboard-frame {
  background: #0f172a;
  border-radius: 18px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15,23,42,0.35);
}

.dashboard-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}

/* Phone mockup */
.phone-mockup {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 150px;
  background: #000;
  border-radius: 28px;
  padding: 6px;
  box-shadow: 0 25px 45px rgba(0,0,0,0.35);
  z-index: 3;
}

.phone-mockup img {
  width: 100%;
  border-radius: 22px;
  display: block;
}

/* Notch */
.phone-notch {
  width: 44%;
  height: 6px;
  background: #111;
  border-radius: 0 0 10px 10px;
  margin: 6px auto 8px;
}

/* Hover polish */
.saas-card:hover .phone-mockup {
  transform: translateY(-6px);
}

.saas-card,
.phone-mockup {
  transition: transform 0.4s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .phone-mockup {
    width: 115px;
    top: -18px;
    right: 15px;
  }
}


/* Hero base */
.hero {
  padding: 130px 0;
  color: #fff;
  background: #0b0f19;
  position: relative;
}

/* Gradient base layer */
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(99,102,241,0.45), transparent 40%),
    radial-gradient(circle at 85% 30%, rgba(236,72,153,0.35), transparent 45%),
    radial-gradient(circle at 50% 90%, rgba(14,165,233,0.35), transparent 40%),
    linear-gradient(180deg, #0b0f19, #0f172a);
  z-index: 0;
}

/* SaaS grid / dot pattern */
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.4;
  z-index: 1;
}

/* Headline highlight */
.hero-highlight {
  background: linear-gradient(90deg, #facc15, #fde68a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* CTA */
.hero-btn {
  border-radius: 999px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

/* Mobile spacing */
@media (max-width: 768px) {
  .hero {
    padding: 100px 0;
  }
}


/* Section background */
.saas-fit-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

/* Badge */
.saas-badge {
  display: inline-block;
  background: rgba(99,102,241,0.1);
  color: #4f46e5;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Card */
.fit-card {
  max-width: 720px;
  background: #fff;
  border-radius: 20px;
  padding: 32px 36px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* List items */
.fit-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  color: #334155;
  font-size: 1rem;
}

/* Check icon */
.fit-icon {
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #22d3ee);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-top: 2px;
}

/* Highlight text */
.saas-highlight {
  background: linear-gradient(90deg, #6366f1, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .saas-fit-section {
    padding: 90px 0;
  }

  .fit-card {
    padding: 26px;
  }
}



/* Section */
.saas-features {
  padding: 120px 0;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

/* Badge */
.saas-badge {
  display: inline-block;
  background: rgba(99,102,241,0.1);
  color: #4f46e5;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Features stack */
.features-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Feature item */
.feature-item {
  display: flex;
  gap: 18px;
  padding: 20px 22px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-4px);
}

.feature-item h5 {
  margin-bottom: 6px;
  font-weight: 600;
}

.feature-item p {
  margin: 0;
  color: #64748b;
}

/* Icon */
.feature-icon {
  min-width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6366f1, #22d3ee);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/* Responsive */
@media (max-width: 768px) {
  .saas-features {
    padding: 90px 0;
  }
}



/* Section base */
.saas-benefits {
  padding: 120px 0;
  background: #0b0f19;
  color: #fff;
}

/* Gradient layers */
.benefits-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 25%, rgba(99,102,241,0.45), transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(236,72,153,0.35), transparent 45%),
    radial-gradient(circle at 50% 90%, rgba(14,165,233,0.35), transparent 40%),
    linear-gradient(180deg, #0b0f19, #0f172a);
  z-index: 0;
}

/* Pattern overlay */
.benefits-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.35;
  z-index: 1;
}

/* Badge */
.saas-badge {
  display: inline-block;
  background: rgba(99,102,241,0.15);
  color: #a5b4fc;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Benefit cards */
.benefit-card {
  height: 100%;
  padding: 34px 28px;
  border-radius: 22px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.35);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.45);
}

/* Icons */
.benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: linear-gradient(135deg, #6366f1, #22d3ee);
}

/* Text */
.benefit-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.benefit-card p {
  margin: 0;
  opacity: 0.8;
}

/* Mobile */
@media (max-width: 768px) {
  .saas-benefits {
    padding: 90px 0;
  }
}



/* Section base */
.saas-fears {
  padding: 120px 0;
  background: linear-gradient(135deg, #f0f4ff, #ffffff);
  position: relative;
  color: #1e293b;
}

/* Background glow */
.fears-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(99,102,241,0.15), transparent 40%),
    radial-gradient(circle at 85% 30%, rgba(236,72,153,0.12), transparent 45%);
  z-index: 0;
}

/* Subtle pattern overlay */
.fears-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.02) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.25;
  z-index: 1;
}

/* Fear card */
.fear-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 26px;
  border-radius: 18px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fear-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

/* Icon */
.fear-icon {
  font-size: 1.75rem;
  color: #ef4444;
  min-width: 38px;
  text-align: center;
  margin-top: 4px;
}

/* Heading inside card */
.fear-card h6 {
  margin-bottom: 6px;
  font-weight: 600;
}

/* Paragraph */
.fear-card p {
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
  .saas-fears {
    padding: 90px 0;
  }
  .fear-card {
    flex-direction: row;
  }
}


/* Section base */
.saas-testimonials {
  padding: 120px 0;
  background: #0b0f19;
  position: relative;
  color: #fff;
}

/* Background glow */
.testi-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 25%, rgba(99,102,241,0.3), transparent 40%),
    radial-gradient(circle at 75% 35%, rgba(236,72,153,0.25), transparent 45%);
  z-index: 0;
}

/* Subtle grid pattern overlay */
.testi-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.25;
  z-index: 1;
}

/* Testimonial card */
.testimonial-card {
  padding: 28px 24px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.25);
}

/* Avatar */
.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #22d3ee);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.5rem;
}

/* Text */
.testimonial-text {
  font-size: 1rem;
  color: #e0e7ff;
  margin-bottom: 12px;
}

/* Author */
.testimonial-author {
  font-weight: 600;
  color: #f0f9ff;
}

/* Mobile */
@media (max-width: 768px) {
  .saas-testimonials {
    padding: 90px 0;
  }
  .testimonial-card {
    padding: 22px 18px;
  }
}

/* Section base */
.saas-pricing {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f9ff, #eef1ff);
  position: relative;
}

/* Background gradient glow */
.pricing-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(99,102,241,0.15), transparent 40%),
    radial-gradient(circle at 70% 40%, rgba(236,72,153,0.12), transparent 45%);
  z-index: 0;
}

/* Subtle pattern overlay */
.pricing-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.01) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.01) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.25;
  z-index: 1;
}

/* Pricing card */
.pricing-card {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.12);
}

/* Popular badge */
.badge-popular {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #6366f1;
  color: #fff;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 999px;
  font-size: 0.85rem;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Pricing features list */
.pricing-features li {
  margin-bottom: 10px;
  font-weight: 500;
  color: #475569;
}

/* Price styling */
.display-5 {
  font-size: 2.5rem;
  font-weight: 700;
}

/* CTA button */
.saas-pricing .btn-primary {
  background: linear-gradient(135deg, #6366f1, #22d3ee);
  border: none;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.saas-pricing .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .saas-pricing {
    padding: 90px 0;
  }
  .pricing-card {
    padding: 20px;
  }
}


/* Section base */
.saas-urgency {
  padding: 100px 0;
  background: linear-gradient(135deg, #6610f2, #0d6efd);
  position: relative;
}

/* Background gradient glow */
.urgency-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 25%, rgba(255,255,255,0.1), transparent 40%),
    radial-gradient(circle at 75% 35%, rgba(255,255,0,0.08), transparent 45%);
  z-index: 0;
}

/* Subtle pattern overlay */
.urgency-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.2;
  z-index: 1;
}

/* Countdown wrapper */
.countdown-wrapper {
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.countdown-box {
  min-width: 80px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  transition: transform 0.3s, box-shadow 0.3s;
}

.countdown-box span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 4px;
}

.countdown-box small {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
}

.countdown-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

/* CTA button */
.saas-urgency .btn-warning {
  font-weight: 600;
  background: linear-gradient(135deg, #facc15, #f97316);
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.saas-urgency .btn-warning:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* Mobile */
@media (max-width: 768px) {
  .saas-urgency {
    padding: 80px 20px;
  }
  .countdown-box {
    min-width: 65px;
    padding: 12px 14px;
  }
}


/* VTU Section */
.saas-vtu-section {
  padding: 80px 0;
  background: rgba(255,255,255,0.85);
  border-radius: 24px;
  backdrop-filter: blur(12px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}

/* Lead paragraph */
.saas-lead {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1e293b;
}

/* Subheading */
.saas-subheading {
  font-size: 1.5rem;
  background: linear-gradient(90deg, #6366f1, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Gradient highlight in text */
.saas-highlight {
  background: linear-gradient(135deg, #facc15, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* Features list */
.saas-features li {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}

.saas-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .saas-vtu-section {
    padding: 60px 20px;
  }
  .saas-subheading {
    font-size: 1.3rem;
  }
}


/* Section base */
.saas-fit-section {
  position: relative;
  background: linear-gradient(135deg, #f8f9ff, #eef1ff);
  padding: 100px 0;
}

/* Badge styling */
.saas-badge {
  background: linear-gradient(135deg, #6366f1, #22d3ee);
  color: #fff;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 999px;
  font-size: 0.85rem;
  display: inline-block;
}

/* Fit card */
.fit-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Features list left */
.saas-features-left li {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  padding-left: 28px;
}

.saas-features-left li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-size: 1.1rem;
}

/* VTU Pitch section */
.saas-vtu-section {
  background: rgba(255,255,255,0.95);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}

/* Lead paragraph */
.saas-lead {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1e293b;
}

/* Subheading with gradient text */
.saas-subheading {
  font-size: 1.5rem;
  background: linear-gradient(90deg, #6366f1, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Gradient highlight */
.saas-highlight {
  background: linear-gradient(135deg, #facc15, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .saas-fit-section {
    padding: 60px 20px;
  }
  .fit-card, .saas-vtu-section {
    padding: 25px 20px;
  }
}


/* Demo button style */
.btn-demo {
  background: linear-gradient(135deg, #6366f1, #22d3ee);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-demo:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
  color: #fff;
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-up {
  animation: fadeUp 0.9s ease-out forwards;
}

.animate-fade-down {
  animation: fadeDown 0.8s ease-out forwards;
}

.delay-1 {
  animation-delay: 0.15s;
}

.delay-2 {
  animation-delay: 0.3s;
}


/* Hover / Focus Animations */
#payment-form-modal input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 10px rgba(13,110,253,0.3);
  outline: none;
}

#payment-form-modal .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(13,110,253,0.3);
}

#payment-form-modal .btn-outline-secondary:hover {
  transform: translateY(-2px);
}

/* Notification fade animation */
#notification {
  transition: opacity 0.4s ease-in-out;
}



/* Hover effect for CTA button */
.final-cta .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(13,110,253,0.3);
}

/* Social buttons hover */
.social-btn {
  transition: transform 0.2s, box-shadow 0.2s;
}

.social-btn:hover {
  transform: scale(1.2);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Optional: smooth font icons */
.social-btn i {
  line-height: 1;
}


/* Floating Testimonial */
.floating-testimonial{
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 300px;
  background: #1f2937; /* Dark gray */
  border: 1px solid #374151; /* Slightly lighter gray border */
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
  color: #f9fafb; /* Light text */
  z-index: 9999;
  opacity: 0;
  transform: translateY(40px);
  transition: all .6s ease;
}

.floating-testimonial.show{
  opacity: 1;
  transform: translateY(0);
}

.floating-testimonial p{
  font-size: 14px;
  font-style: italic;
  color: #e5e7eb; /* Soft light gray */
}

.floating-testimonial small{
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #93c5fd; /* Soft blue accent */
}

@media(max-width:768px){
  .floating-testimonial{
    width: 85%;
    left: 50%;
    transform: translate(-50%,40px);
  }
  .floating-testimonial.show{
    transform: translate(-50%,0);
  }
}


.wa-container{
  position:fixed;
  bottom:25px;
  right:25px;
  z-index:9999;
  display:flex;
  align-items:center;
}

/* Tooltip Bubble */
.wa-tooltip{
  background:#111827;
  color:#fff;
  padding:10px 14px;
  border-radius:20px;
  margin-right:12px;
  font-size:14px;
  white-space:nowrap;
  box-shadow:0 10px 30px rgba(0,0,0,0.3);
  opacity:0;
  transform:translateX(20px);
  transition:all .4s ease;
}

/* Show Tooltip */
.wa-tooltip.show{
  opacity:1;
  transform:translateX(0);
}

/* WhatsApp Button */
.floating-whatsapp{
  width:60px;
  height:60px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 25px rgba(0,0,0,0.4);
  text-decoration:none;
  animation:pulse 2s infinite;
  transition:transform .3s ease;
}

.floating-whatsapp:hover{
  transform:scale(1.1);
}

/* Pulse Animation */
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(37,211,102,0.7); }
  70%{ box-shadow:0 0 0 18px rgba(37,211,102,0); }
  100%{ box-shadow:0 0 0 0 rgba(37,211,102,0); }
}