.elementor-612 .elementor-element.elementor-element-d54acd0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-612 .elementor-element.elementor-element-7f0007a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-612 .elementor-element.elementor-element-55822f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-612 .elementor-element.elementor-element-9e9c299{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-612 .elementor-element.elementor-element-464131e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-612 .elementor-element.elementor-element-947aa09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-612 .elementor-element.elementor-element-95b2842{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-612 .elementor-element.elementor-element-bfbf383{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-612 .elementor-element.elementor-element-2c95405{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-612 .elementor-element.elementor-element-854120f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-612 .elementor-element.elementor-element-7f0007a{--content-width:1600px;}.elementor-612 .elementor-element.elementor-element-55822f5{--content-width:1600px;}.elementor-612 .elementor-element.elementor-element-9e9c299{--content-width:1600px;}.elementor-612 .elementor-element.elementor-element-464131e{--content-width:1600px;}.elementor-612 .elementor-element.elementor-element-947aa09{--content-width:1600px;}.elementor-612 .elementor-element.elementor-element-95b2842{--content-width:1600px;}.elementor-612 .elementor-element.elementor-element-bfbf383{--content-width:1600px;}.elementor-612 .elementor-element.elementor-element-854120f{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-e983558 */body { font-family: Arial; margin:0; }

.container { max-width:1200px; margin:auto; padding:40px 20px; }

.hero {
  background: #f5f9ff;
  padding-top: 120px; /* increase this */
  padding-bottom: 60px;
}
.hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.hero-img { width:100%; border-radius:12px; }

h1 { font-size:42px; }
h2 { font-size:32px; margin-bottom:10px; }

.btn-primary {
  background:#2563eb; color:#fff;
  padding:12px 20px; text-decoration:none;
  border-radius:8px;
}
.btn-outline {
  border:1px solid #2563eb;
  padding:12px 20px;
  border-radius:8px;
}

.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }

.card {
  background:#fff;
  padding:20px;
  border-radius:10px;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.feature { display:flex; gap:40px; margin-bottom:60px; }
.feature.reverse { flex-direction:row-reverse; }
.feature img { width:50%; border-radius:12px; }

.price-card {
  background:#111; color:#fff;
  padding:40px;
  border-radius:20px;
}

.blog-card img { width:100%; border-radius:10px; }

/* CTA container fix */
.cta {
  display: flex;
  flex-wrap: wrap;   /* prevents overflow */
  gap: 12px;
  margin-top: 20px;
}

/* Button improvements */
.btn-primary,
.btn-outline {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 16px;
  white-space: nowrap;   /* prevents text breaking */
}

/* Improve outline button */
.btn-outline {
  border: 2px solid #2563eb;
  color: #2563eb;
}

/* Mobile fix */
@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr;   /* stack layout */
  }

  .cta {
    flex-direction: column;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-626b313 *//* ================= PAIN SECTION ================= */

.pain {
  background: #f8fafc;
  padding: 80px 20px;
  text-align: center;
}

.pain .container {
  max-width: 900px;
  margin: 0 auto;
}

/* Heading */
.pain h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

/* Subtext */
.pain p {
  color: #64748b;
  margin-bottom: 30px;
  font-size: 16px;
}

/* ================= GRID ================= */

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* ================= CARD ================= */

.checkbox-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Hover */
.checkbox-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

/* Checkbox */
.checkbox-card input {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e1;
  border-radius: 6px;
  margin-top: 2px;
  position: relative;
  flex-shrink: 0;
}

/* Checked */
.checkbox-card input:checked {
  background: #ef4444;
  border-color: #ef4444;
}

.checkbox-card input:checked::after {
  content: "✓";
  color: white;
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 13px;
}

/* Text */
.checkbox-card span {
  font-size: 16px;
  color: #334155;
  line-height: 1.5;
  text-align: left;
}

/* Selected (SOFT RED like image) */
.checkbox-card.active {
  background: #fef2f2;
  border-color: #fecaca;
}

.checkbox-card.active span {
  color: #7f1d1d;
  font-weight: 500;
}

/* ================= MESSAGE ================= */

.pain-message {
  margin-top: 30px;
  color: #2563eb;
  font-weight: 600;
  display: none;
  font-size: 16px;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .pain h2 {
    font-size: 26px;
  }

  .checkbox-card {
    padding: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f881bbf *//* ================= VALUE SECTION ================= */

.value {
  background: #0f2747; /* deep navy */
  color: #fff;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  text-align: center; /* center everything */
}

/* Container control */
.value .container {
  max-width: 850px;
  margin: 0 auto;
}

/* Heading */
.value h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #ffffff;
  letter-spacing: -0.5px;
}

/* Highlight text */
.value h2 span {
  color: #60a5fa; /* blue */
}

/* Paragraph */
.value p {
  max-width: 750px;
  margin: 0 auto 30px;
  font-size: 19px;
  line-height: 1.7;
  color: #cbd5e1;
}

/* Bold text */
.value strong {
  color: #ffffff;
  font-weight: 600;
}

/* Badge */
.value-badge {
  display: inline-block;
  padding: 12px 26px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  font-size: 14px;
  color: #cbd5e1;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(8px);
  margin: 20px auto 0;
  transition: all 0.3s ease;
}

/* Hover effect (optional premium) */
.value-badge:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

/* Background glow effect */
.value::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(59,130,246,0.25), transparent 60%);
  pointer-events: none;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .value {
    padding: 70px 20px;
  }

  .value h2 {
    font-size: 30px;
  }

  .value p {
    font-size: 16px;
  }

  .value-badge {
    font-size: 13px;
    padding: 10px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4219b1b */.features {
  padding: 80px 20px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}

.feature.reverse {
  flex-direction: row-reverse;
}

.feature img {
  width: 50%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.feature-content {
  flex: 1;
}

.feature h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.feature ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.feature ul li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  color: #334155;
}

/* blue check icon */
.feature ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: bold;
}

/* result box */
.feature-result {
  background: #f1f5f9;
  padding: 16px;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  margin-bottom: 16px;
  font-weight: 500;
}

/* clickable blue link */
.feature-link {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.feature-link:hover {
  text-decoration: underline;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .feature {
    flex-direction: column;
    gap: 20px;
  }

  .feature.reverse {
    flex-direction: column;
  }

  .feature img {
    width: 100%;
  }

  .feature h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32866f9 *//* ================= WHY SECTION ================= */

.why {
  background: #f8fafc;
  padding: 80px 20px;
}

/* Layout */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Heading */
.why-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0f172a;
}

/* Feature grid */
.why-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Feature card */
.why-card {
  background: #ffffff;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  font-size: 15px;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

/* Green check */
.why-card::before {
  content: "✔";
  color: #22c55e;
  font-weight: bold;
}

/* Bottom note */
.why-note {
  margin-top: 20px;
  font-style: italic;
  color: #64748b;
}

/* ================= TESTIMONIAL ================= */

.testimonial-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Header */
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.testimonial-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-header h4 {
  margin: 0;
  font-size: 18px;
}

.testimonial-header p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
}

/* Text */
.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 20px;
}

/* Stars */
.stars {
  color: #facc15;
  font-size: 20px;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-features {
    grid-template-columns: 1fr;
  }

  .why-left h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e1708b *//* ================= STEPS SECTION ================= */

.steps {
  background: #f8fafc;
  padding: 80px 20px;
  text-align: center;
}

/* Header */
.steps-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.steps-header p {
  color: #64748b;
  margin-bottom: 50px;
  font-size: 16px;
}

/* Grid */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Card */
.step-card {
  text-align: center;
}

/* Icon box */
.step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 10px 20px rgba(37,99,235,0.25);
}

/* Step label */
.step-label {
  color: #2563eb;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}

/* Title */
.step-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Text */
.step-card p {
  color: #64748b;
  font-size: 14px;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .steps-header h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8e52ad *//* ================= PRICING ================= */

.pricing {
  padding: 80px 20px;
  background: #f8fafc;
  text-align: center;
}

/* Header */
.pricing-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-header p {
  color: #64748b;
  margin-bottom: 40px;
}

/* Card */
.price-card {
  max-width: 400px;
  margin: auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  background: #fff;
  position: relative;
}

/* Badge */
.price-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #22c55e;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-bottom-left-radius: 8px;
}

/* Top dark section */
.price-top {
  background: #0f172a;
  color: #fff;
  padding: 30px;
  text-align: center;
}

.price-top h3 {
  color: #93c5fd;
  font-size: 16px;
  margin-bottom: 10px;
}

/* Main price */
.price-main {
  font-size: 40px;
  font-weight: 700;
}

.price-main span {
  font-size: 14px;
  color: #94a3b8;
}

/* OR */
.price-or {
  margin: 10px 0;
  font-size: 12px;
  color: #64748b;
}

/* Secondary price */
.price-secondary {
  font-size: 22px;
  font-weight: 600;
  color: #cbd5f5;
}

.price-secondary span {
  font-size: 12px;
  color: #64748b;
}

/* Highlight */
.price-highlight {
  margin-top: 15px;
  font-size: 12px;
  color: #22c55e;
  font-weight: 600;
}

/* Bottom */
.price-bottom {
  padding: 30px;
}

/* Features */
.price-bottom ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.price-bottom li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #334155;
}

/* Green check */
.price-bottom li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22c55e;
}

/* Button */
.btn-primary {
  display: block;
  width: 100%;
  background: #2563eb;
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #1d4ed8;
}

/* Note */
.price-note {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 10px;
}

/* ================= MOBILE ================= */

@media (max-width: 480px) {
  .price-main {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a08a785 *//* ================= BLOGS ================= */

.blogs {
  padding: 80px 20px;
  background: #f8fafc;
}

/* Header */
.blogs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.blogs-header h2 {
  font-size: 32px;
  font-weight: 700;
}

.blogs-header span {
  color: #2563eb;
}

.blogs-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

/* Grid */
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card */
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Image */
.blog-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Content */
.blog-content {
  padding: 20px;
}

/* Meta */
.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 10px;
}

/* Title */
.blog-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-content h3 a {
  text-decoration: none;
  color: #2563eb;
}

/* Text */
.blog-content p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 15px;
}

/* Button */
.blog-btn {
  display: inline-block;
  background: #0f172a;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .blogs-grid {
    grid-template-columns: 1fr;
  }

  .blogs-header {
    flex-direction: column;
    gap: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93a0b7b *//* ================= CTA SECTION FIX ================= */

.cta-section {
  padding: 80px 20px;
  background: #f8fafc;
  text-align: center;
}

/* FIX 1: Heading (remove ALL CAPS look) */
.cta-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0f172a;
  text-transform: none;   /* 🔥 important */
  letter-spacing: normal; /* 🔥 remove spacing */
}

/* FIX 2: Tags layout (center + proper spacing) */
.cta-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 800px;
  margin: 0 auto 50px;
}

/* FIX 3: Tag style (lighter + rounded) */
.cta-tags span {
  padding: 10px 18px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  color: #475569;
  white-space: nowrap;
}

/* FIX 4: CTA BOX */
.cta-box {
  max-width: 720px;
  margin: auto;
  padding: 60px 30px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;

  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 20px 40px rgba(37,99,235,0.25);
}

/* Decorative circles */
.cta-box::before,
.cta-box::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}

.cta-box::before {
  width: 200px;
  height: 200px;
  bottom: -60px;
  left: -60px;
}

.cta-box::after {
  width: 180px;
  height: 180px;
  top: -50px;
  right: -50px;
}

/* FIX 5: Heading inside box */
.cta-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff; /* 🔥 FIX (was black) */
}

/* FIX 6: Description */
.cta-box p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #dbeafe;
}

/* FIX 7: Button */
.cta-btn {
  display: inline-block;
  background: #fff;
  color: #2563eb;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 15px;
  transition: 0.3s;
}

.cta-btn:hover {
  transform: translateY(-2px);
}

/* FIX 8: Small text */
.cta-box small {
  display: block;
  font-size: 12px;
  color: #bfdbfe;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .cta-title {
    font-size: 26px;
  }

  .cta-box {
    padding: 40px 20px;
  }

  .cta-tags span {
    white-space: normal;
    text-align: center;
  }
}/* End custom CSS */