/* rb-page-vars-start */
:root{--rb-container-width:90%;}
/* rb-page-vars-end */

.seo-hero-section {
  background-color: #ffffff;
}
.process-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
}

.process-subheading {
  font-size: 1.1rem;
  color: #555;
  max-width: 650px;
  margin: 0 auto;
}

.step-icon {
  font-size: 2.5rem;
}

.step-card h5 {
  font-weight: 600;
  color: #222;
  margin-bottom: 0.5rem;
}

.step-card p {
  color: #666;
  font-size: 0.95rem;
}

.trust-line {
  font-size: 1.05rem;
  color: #222;
  font-weight: 500;
}

.seo-hero-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c2c2c;
}

.seo-hero-subheading {
  font-size: 1.2rem;
  color: #555;
}

.seo-badges .badge {
  font-size: 0.85rem;
  padding: 0.6em 0.9em;
  border-radius: 999px;
  background-color: #f5f5f5;
}

.seo-hero-image {
  max-width: 90%;
  transition: transform 0.5s ease;
}

.seo-hero-image:hover {
  transform: scale(1.05);
}
.btn-gradient {
  background: linear-gradient(90deg, #1e90ff, #00c896);
  border: none;
  color: white;
  font-weight: bold;
  padding: 0.75em 1.5em;
  font-size: 1rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: white;
}

.seo-pain-section {
  background-color: #f9fafb;
}

.seo-pain-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1e1e1e;
}

.seo-pain-list li {
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
  color: #333;
}

.seo-pain-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #1e90ff;
  font-weight: bold;
}

.seo-pain-bridge {
  font-size: 1.1rem;
  color: #444;
  border-left: 4px solid #00c896;
  padding-left: 1rem;
  margin-top: 1rem;
  font-style: italic;
}

.seo-myth-section {
  background-color: #ffffff;
}

.seo-myth-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
}

.seo-myth-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  box-shadow: 0 0 0 1px #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.seo-myth-table th {
  background-color: #f5f5f5;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  font-size: 1.1rem;
  border-bottom: 1px solid #ddd;
}

.seo-myth-table td {
  padding: 1rem;
  vertical-align: middle;
  font-size: 1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.seo-myth-trust {
  font-size: 1.1rem;
  font-style: italic;
  color: #444;
  border-left: 4px solid #1e90ff;
  padding-left: 1rem;
}

.seo-solution-section {
  background-color: #f8f9fc;
}

.seo-solution-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1d1d1d;
}

.seo-solution-subheading {
  color: #555;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.seo-block {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.seo-block:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transform: translateY(-4px);
}

.seo-block h5 {
  font-weight: 600;
  color: #1e90ff;
}

.seo-block p {
  margin: 0;
  color: #333;
}
.seo-whyworks-section {
  background-color: #ffffff;
}

.seo-whyworks-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
}

.seo-whyworks-subheading {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.why-box {
  background: #f9fafb;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.why-box:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}

.why-box h5 {
  font-weight: 600;
  color: #1e90ff;
}

.why-box p {
  color: #333;
}

.why-anchor-line {
  font-size: 1.2rem;
  font-style: italic;
  color: #444;
  border-left: 4px solid #00c896;
  padding-left: 1rem;
}
.btn-cta-gradient {
  background: linear-gradient(90deg, #1e90ff, #00c896);
  color: #fff;
  font-weight: 600;
  padding: 0.75em 2em;
  font-size: 1.1rem;
  border-radius: 999px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-cta-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #fff;
}

.seo-qualify-section {
  background-color: #f4f7fa;
}

.seo-qualify-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
}

.seo-qualify-subheading {
  font-size: 1.1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.qualify-image {
  max-width: 90%;
  border-radius: 10px;
}

.seo-for-box,
.seo-notfor-box {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.seo-for-box:hover,
.seo-notfor-box:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}

.seo-for-box li,
.seo-notfor-box li {
  font-size: 1rem;
  margin-bottom: 0.6rem;
  color: #333;
}

.sem6-case-study {
  padding: 80px 0;
  background-color: #f9fafb;
}
.sem6-heading {
  font-size: 2.25rem;
  font-weight: 700;
  color: #101828;
}
.sem6-subheading {
  font-size: 1.125rem;
  color: #667085;
  margin-bottom: 40px;
}

.sem6-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto 40px;
}
.sem6-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.sem6-slide {
  flex-shrink: 0;
  width: 100%;
  max-width: 800px;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.sem6-nav {
  background: #e2e8f0;
  border: none;
  font-size: 2rem;
  color: #334155;
  padding: 8px 16px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
}
.sem6-prev { left: 0; }
.sem6-next { right: 0; }

.sem6-cta-btn {
  background: linear-gradient(to right, #10b981, #3b82f6);
  color: #fff;
  padding: 12px 28px;
  font-size: 1rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sem6-cta-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.2);
}

/* Modal Popup */
.sem6-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 80px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
}
.sem6-modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
}
.sem6-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.sem6-slider-wrapper {
  position: relative;
  max-width: 1000px;
  overflow: hidden;
  margin: 40px auto;
}

.sem6-slider {
  display: flex;
  width: 400%; /* 4 slides, update if you change slide count */
  transition: transform 0.5s ease-in-out;
}

.sem6-slide-wrapper {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sem6-slide-img {
  width: 100%;
  max-width: 950px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.sem6-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 24px;
  padding: 10px 16px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.sem6-prev { left: 10px; }
.sem6-next { right: 10px; }

.sem6-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
}

.sem6-modal-content {
  display: block;
  margin: 80px auto;
  max-width: 90%;
  max-height: 80vh;
}

.sem6-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.sem6-cta-btn {
  background: linear-gradient(to right, #10b981, #3b82f6);
  color: #fff;
  padding: 12px 28px;
  font-size: 1rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.process-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
}

.process-subheading {
  font-size: 1.1rem;
  color: #555;
  max-width: 650px;
  margin: 0 auto;
}

.step-icon {
  font-size: 2.5rem;
}

.step-card h5 {
  font-weight: 600;
  color: #222;
  margin-bottom: 0.5rem;
}

.step-card p {
  color: #666;
  font-size: 0.95rem;
}

.trust-line {
  font-size: 1.05rem;
  color: #222;
  font-weight: 500;
}









































































































































































/* RB-BLOCK-CSS START */
.rb-quote-modal .modal-dialog{max-width:720px;}
.rb-quote-modal .modal-content{border-radius:18px;box-shadow:0 18px 40px rgba(15,23,42,.18);border:1px solid rgba(15,23,42,.08);}
.rb-quote-modal .modal-header{padding:20px 24px 0;}
  .rb-quote-modal .modal-title{font-weight:700;font-size:1.35rem;color:#0f172a;}
  .rb-quote-modal .modal-lead{color:#64748b;font-size:.95rem;margin:4px 0 0;}
  .rb-quote-modal .modal-body{padding:16px 24px 24px;}
  .rb-quote-modal .rb-form{margin-top:8px;}
  .rb-quote-modal .rb-form-actions .btn{border-radius:999px;font-weight:600;}
  .rb-quote-modal .form-check-input[type="checkbox"]{border-radius:0.25em !important;}
  .rb-quote-modal .form-check-input[type="radio"]{border-radius:50% !important;}
  @media (max-width: 576px){
    .rb-quote-modal .modal-dialog{margin:16px;}
    .rb-quote-modal .modal-header{padding:16px 18px 0;}
    .rb-quote-modal .modal-body{padding:12px 18px 18px;}
  }
/* RB-BLOCK-CSS END */
