@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Source Sans Pro bold';
  src: url('../fonts/SourceSansPro-Bold.otf') format('opentype');
  
}
body {
  font-family: 'inter', sans-serif;
    }
.hero-gradient {
  background: linear-gradient(135deg, #3c83f6, #2bd4bd);
}

    .btn-style {
     color: #fff !important;
     box-shadow: 0 10px 25px rgba(60, 131, 246, 0.35) !important;
     background: linear-gradient(135deg, #3c83f6, #2bd4bd) !important;
     font-weight: 600;
     border-radius: 9999px;
    }
    .hero-title {
  font-size: 36px;        /* text-4xl */
  line-height: 1.1;
}

/* ≥576px (sm) */
@media (min-width: 576px) {
  .hero-title {
    font-size: 48px;      /* text-5xl */
  }
}

/* ≥992px (lg) */
@media (min-width: 992px) {
  .hero-title {
    font-size: 60px;      /* text-6xl */
  }
}

.text-gradient {
  background: linear-gradient(135deg, #3c83f6, #2bd4bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-bold-clr{
    color: hsl(222 47% 11%);

}
.hero-btn {
  background: linear-gradient(135deg, #3c83f6, #2bd4bd);
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(60, 131, 246, 0.35);
  transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
}

.hero-btn:hover {
  transform: translateY(-0.125rem); /* hover:-translate-y-0.5 */
  box-shadow: 0 15px 30px rgba(60, 131, 246, 0.45);
}
.shadow-hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.hero-stat-card {
  bottom: 1.5rem;              /* bottom-6 */
  left: 1.5rem;                /* left-6 */
  padding: 1rem;               /* p-4 */
  border-radius: 1rem;         /* rounded-2xl */
  background-color: rgba(255, 255, 255, 0.95); /* bg-card/95 */
  box-shadow: 0 4px 24px -4px rgba(15, 23, 41, 0.08); /* shadow-card */
}
/* Foreground colors */
.text-foreground {
  color: #0f172a;
}

.text-muted-foreground {
  color: #0f172a;
}

/* Title sizing (text-3xl sm:text-4xl) */
.services-title {
  font-size: 30px;        /* text-3xl */
  line-height: 1.2;
}

@media (min-width: 576px) {
  .services-title {
    font-size: 36px;      /* sm:text-4xl */
  }
}

/* Paragraph width (max-w-2xl) */
.services-desc {
  max-width: 42rem;      /* 672px */
  font-size: 16px;
  color:#000000;
}

/* Gradient text */
.text-gradient {
  background: linear-gradient(135deg, #3c83f6, #2bd4bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Optional spacing parity */
.services-header {
  margin-bottom: 4rem;   /* mb-16 */
}
/* CARD */
.service-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 24px -4px rgba(15,23,41,.08);
  transition: all .3s cubic-bezier(.4,0,.2,1);
}

.service-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 15px 40px rgba(0,0,0,.12);
}
.bg-color{
  background-color: #f8fafc;
}


/* ICON */
.icon-box {
  width: 56px;
  height: 56px;
  border-radius: .75rem;
  background: linear-gradient(135deg, #3c83f6, #2bd4bd);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s;
}

.service-card:hover .icon-box {
  transform: scale(1.1);
}

/* TITLES */
.service-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

/* TEXT */
.service-text {
  color: #171a1f;
  font-size: 16px;
}

/* LIST */
.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 14px;
  color: #0f172a;
  margin-bottom: .5rem;
}

.service-list li span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
}

/* LINK */
.service-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #3c83f6;
  font-weight: 600;
  text-decoration: none;
  transition: gap .3s;
}

.service-link:hover {
  gap: .75rem;
}
/* SECTION */
.pricing-section {
  background: #f8fafc;

}

/* HEADER */
.pricing-header {
  margin-bottom: 4rem;
}

.pricing-title {
  font-size: 30px;
}

@media (min-width: 576px) {
  .pricing-title {
    font-size: 36px;
  }
}

.pricing-desc {
  max-width: 42rem;
  color: #191d23;
}

/* GRID */
.pricing-grid {
  max-width: 72rem;
}

/* CARD */
.pricing-card {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 24px -4px rgba(15,23,41,.08);
  transition: all .3s cubic-bezier(.4,0,.2,1);
}

.pricing-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

/* FEATURED */
.pricing-card.featured {
  background: linear-gradient(135deg, #3c83f6, #2bd4bd);
  color: #fff;
}

.pricing-card.scale {
  transform: scale(1.05);
}

/* BADGE */
.badge-popular {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2dd4bf !important;
  color: #fff;
  padding: 4px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

/* TEXT */
.pricing-name {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.pricing-sub {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 1rem;
}

/* PRICE */
.pricing-price {
  display: flex;
  align-items: baseline;
  gap: .25rem;
  margin-bottom: 1.5rem;
}

.pricing-price .amount {
  font-size: 36px;
  font-weight: 700;
}

.pricing-price .period {
  color: #191f27;

}

/* LIST */
.pricing-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.pricing-list li {
  font-size: 14px;
  margin-bottom: .75rem;
}

/* BUTTON */
.pricing-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .75rem;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, #3c83f6, #2bd4bd);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(60,131,246,.35);
  transition: all .3s;
}

.pricing-btn:hover {
  box-shadow: 0 15px 40px rgba(60,131,246,.45);
}

.pricing-btn.light {
  background: rgba(255,255,255,.95);
  color: #3c83f6;
}
.text-accent {
  color: #2dd4bf !important;
}
/* SECTION */
.why-section {
  background: rgba(241, 245, 249, .3);
}

/* TITLE */
.why-title {
  font-size: 30px;
  color: #0f172a;
}

@media (min-width: 576px) {
  .why-title {
    font-size: 36px;
  }
}

/* FLOAT CARD */
/* Desktop (default) */
.why-float-card {
  position: absolute;
  bottom: -1.5rem;
  right: -0.5rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 24px -4px rgba(15, 23, 41, 0.08);
  z-index: 2;
}

/* ✅ Mobile: show ABOVE image */
@media (max-width: 767.98px) {
  .why-float-card {
    top: -2.5rem;          
    bottom: auto;
    right: 50%;
    transform: translateX(50%);
    margin: 0;
    width: fit-content;
    text-align: center;
  }
}

.float-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(45,212,191,.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.float-number {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
}

.float-sub {
  font-size: 14px;
  color: #64748b;
}

/* BLUR DECOR */
.blur-circle {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 128px;
  height: 128px;
  background: rgba(59,130,246,.1);
  border-radius: 50%;
  filter: blur(32px);
}

/* FEATURE LIST */
.why-item {
  display: flex;
  gap: 1rem;
}

.why-icon {
  width: 40px;
  height: 40px;
  background: rgba(59,130,246,.1);
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  flex-shrink: 0;
}

.why-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: .25rem;
  color: #0f172a;
}

.why-item p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 0;
}

/* RADIUS HELPERS */
.rounded-3xl {
  border-radius: 1.5rem;
}
/* SECTION */
.contact-section {
  background: #f8fafc;
}

/* CARD */
.contact-card {
  background: linear-gradient(135deg, #3c83f6, #2bd4bd);
  border-radius: 1.5rem; /* rounded-3xl */
  padding: 2.5rem;
  color: #fff;
}

@media (min-width: 768px) {
  .contact-card {
    padding: 4rem;
  }
}

/* BLUR DECOR */
.blur-circle {
  position: absolute;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
}

.blur-top {
  top: 0;
  right: 0;
  width: 256px;
  height: 256px;
  filter: blur(48px);
}

.blur-bottom {
  bottom: 0;
  left: 0;
  width: 192px;
  height: 192px;
  filter: blur(32px);
}

/* TITLE */
.contact-title {
  font-size: 30px;
}

@media (min-width: 576px) {
  .contact-title {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .contact-title {
    font-size: 48px;
  }
}

/* DESCRIPTION */
.contact-desc {
  max-width: 42rem;
  font-size: 18px;
  color:#ffffff;
}

/* BUTTON */
.contact-btn {
  padding: 1rem 2rem;
  background: rgba(255,255,255,.95);
  color: #3c83f6;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 24px -4px rgba(15,23,41,.08);
  transition: all .3s cubic-bezier(.4,0,.2,1);
}

.contact-btn:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

/* FOOT NOTE */
.contact-note {
  font-size: 14px;
  color: rgba(255,255,255,.7);
}
/* FOOTER BASE */
.site-footer {
  background: #0f172a;            /* bg-foreground */
  color: #f8fafc;                 /* text-background */
}

/* LOGO */
.footer-logo {
  height: 40px;
  background: #ffffff;
  padding: 4px;
  border-radius: 6px;
}

/* DESCRIPTION */
.footer-desc {
  max-width: 28rem;
color: rgba(249, 250, 251, 0.7);
  font-size: 14px;
}

/* ADDRESS */
.footer-address {
color: rgba(249, 250, 251, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

/* DISCLAIMER */
.footer-disclaimer {
  border-top: 1px solid rgba(248, 250, 252, 0.2); /* border-background/20 */
  font-size: 12px;
  color: rgba(248, 250, 252, 0.6); /* text-background/60 */
}

.footer-disclaimer p {
  margin-bottom: 1rem;
}

/* LINKS */
.footer-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6); /* text-primary-foreground/60 */
  text-decoration: none;
  transition: color .2s ease;
}

.footer-link:hover {
  color: #3b82f6; /* text-primary */
}
/* GRADIENT BACKGROUND */
.hero-gradient {
  background: linear-gradient(135deg, #3c83f6, #2bd4bd);
}

/* HERO SPACING (py-16 pt-36) */


/* TITLE */
.terms-title {
  font-size: 36px;      /* text-4xl */
  color: #ffffff;      /* text-primary-foreground */
  margin: 0;
}

/* Optional responsiveness (if needed later) */
@media (min-width: 768px) {
  .terms-title {
    font-size: 40px;
  }
}
/* CONTAINER (py-16 + max-w-4xl) */
.terms-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: 56rem; /* max-w-4xl */
}

/* PROSE BASE */
.terms-content {
  color: #64748b; /* text-muted-foreground */
  font-size: 18px; /* prose-lg */
  line-height: 1.75;
}

/* LAST UPDATED */
.terms-updated {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 1.5rem;
}

/* SECTIONS (space-y-6 / space-y-4) */
.terms-section {
  margin-bottom: 2rem;
}

.terms-section h2 {
  font-size: 24px; /* text-2xl */
  font-weight: 600;
  color: #0f172a; /* text-foreground */
  margin-bottom: 1rem;
}

/* LIST */
.terms-list {
  padding-left: 1.5rem; /* pl-6 */
  margin-top: .5rem;
}

.terms-list li {
  list-style: disc;
  margin-bottom: .5rem;
}

/* CONTACT BOX (bg-secondary/50) */
.terms-contact-box {
  margin-top: .75rem;
  padding: 1rem;
  border-radius: .5rem;
  font-size: 16px;
  color: #0f172a;
}
/* CONTAINER (py-16 + max-w-4xl) */
.privacy-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: 56rem; /* max-w-4xl */
}

/* PROSE BASE */
.privacy-content {
  color: #64748b;      /* text-muted-foreground */
  font-size: 18px;     /* prose-lg */
  line-height: 1.75;
}

/* LAST UPDATED */
.privacy-updated {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 1.5rem;
}

/* SECTIONS */
.privacy-section {
  margin-bottom: 2rem;
}

.privacy-section h2 {
  font-size: 24px;     /* text-2xl */
  font-weight: 600;
  color: #0f172a;      /* text-foreground */
  margin-bottom: 1rem;
}

/* LIST */
.privacy-list {
  padding-left: 1.5rem;
  margin-top: .5rem;
}

.privacy-list li {
  list-style: disc;
  margin-bottom: .5rem;
}

/* CONTACT BOX */
.privacy-contact-box {
  margin-top: .75rem;
  padding: 1rem;
  border-radius: .5rem;
  font-size: 16px;
  color: #0f172a;
}

    .hero {
    background-color: rgba(243, 244, 246, 0.3) !important;
;
    }

    .hero img {
      border-radius: 20px;
    }

    .badge-custom {
      background: #e0f2fe;
      color: #2563eb;
      font-size: 12px;
    }

    .service-card, .pricing-card {
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.05);
      transition: transform .3s;
    }

    .service-card:hover,
    .pricing-card:hover {
      transform: translateY(-5px);
    }

    .pricing-popular {
      background: linear-gradient(180deg, #3b82f6, #06b6d4);
      color: #fff;
    }

    .pricing-popular .btn {
      background: #fff;
      color: #2563eb;
    }

    .cta {
      background: linear-gradient(90deg, #3b82f6, #06b6d4);
      color: #fff;
      border-radius: 20px;
      padding: 50px;
    }

   