/* rb-page-vars-start */
:root{--rb-container-width:90%;}
/* rb-page-vars-end */

.hero-section {
  background: #ffffff;
  color: #101828;
  padding: 80px 0;
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #101828;
  line-height: 1.3;
}

.hero-section p {
  font-size: 1.125rem;
  color: #667085;
}

.hero-section ul li {
  color: #101828;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.btn-gradient {
  background: linear-gradient(to right, #10b981, #3b82f6); /* Green to Blue */
  color: #ffffff;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.2);
  color: #ffffff;
}
.sem-failure-section {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #101828;
}

.section-subtext {
  color: #667085;
  font-size: 1.125rem;
}

.sem-failure-section ul li {
  color: #101828;
  font-size: 1.125rem;
}
.sem-authority-section {
  background-color: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.sem-authority-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #101828;
}

.sem-authority-subtext {
  color: #667085;
  font-size: 1.125rem;
  max-width: 720px;
  margin: 0 auto;
}

.sem-authority-list li {
  color: #101828;
  font-weight: 500;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sem-proof-tagline {
  font-weight: 600;
  font-style: italic;
  color: #1d4ed8;
}
.sem2-strategy-section {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sem2-strategy-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #101828;
}

.sem2-strategy-subtext {
  color: #667085;
  font-size: 1.125rem;
  max-width: 720px;
  margin: 0 auto;
}

.sem2-card {
  background: #f9fafb;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.sem2-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.sem2-card h5 {
  font-weight: 600;
  color: #101828;
}

.sem2-card p {
  font-size: 0.95rem;
}

.sem4-clean-service-section {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.sem4-clean-title {
  font-size: 2rem;
  font-weight: 700;
  color: #101828;
}

.sem4-clean-subtext {
  color: #667085;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.sem4-clean-card {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.sem4-clean-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.sem4-clean-badge {
  font-size: 0.85rem;
  color: #0f172a;
  background: #e0f2fe;
  padding: 4px 10px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 600;
}

.sem4-clean-plan {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
}

.sem4-clean-price {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
}

.sem4-clean-price span {
  font-size: 1rem;
  color: #6b7280;
  font-weight: 400;
}

.sem4-clean-features li {
  font-size: 0.95rem;
  color: #111827;
  margin-bottom: 0.75rem;
}

.btn {
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 0.95rem;
}
.sem4-gradient-btn {
  background: linear-gradient(to right, #10b981, #3b82f6);
  color: #ffffff;
  padding: 12px 26px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  text-align: center;
  border: none;
}

.sem4-gradient-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.2);
  color: #ffffff;
}
.sem5-process-section {
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.sem5-process-title {
  font-size: 2rem;
  font-weight: 700;
  color: #101828;
}

.sem5-process-subtext {
  color: #667085;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.sem5-process-list {
  font-size: 1rem;
  color: #101828;
  line-height: 1.6;
}

.sem5-process-list li {
  margin-bottom: 1.25rem;
}

.sem5-gradient-btn {
  background: linear-gradient(to right, #10b981, #3b82f6);
  color: #ffffff;
  padding: 12px 26px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  text-align: center;
  border: none;
}

.sem5-gradient-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.2);
  color: #ffffff;
}

.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;
}

.sem7-diff-section {
  padding: 80px 0;
  background: #f9fafb;

}

.sem7-heading {
  font-size: 2.25rem;
  font-weight: 700;
  color: #101828;
}

.sem7-subheading {
  font-size: 1.125rem;
  color: #667085;
  margin-bottom: 40px;
}

.sem7-table {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
}

.sem7-col {
  flex: 1 1 300px;
  padding: 30px;
}

.sem7-col h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #101828;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 10px;
}

.sem7-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sem7-col li {
  font-size: 1rem;
  color: #334155;
  margin-bottom: 12px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sem7-left {
  background: #fef2f2;
}

.sem7-right {
  background: #f0fdf4;
}

.sem7-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;
}

.sem7-cta-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.2);
}
.sem8-faq-section {
  padding: 80px 0;
  background: #ffffff;
}

.sem8-heading {
  font-size: 2.25rem;
  font-weight: 700;
  color: #101828;
}

.sem8-subheading {
  font-size: 1.125rem;
  color: #667085;
  margin-bottom: 50px;
}

.sem8-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.sem8-faq-item {
  padding: 24px 0;
  border-bottom: 1px solid #e5e7eb;
}

.sem8-faq-item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #101828;
  margin-bottom: 8px;
}

.sem8-faq-item p {
  font-size: 1rem;
  color: #475467;
  line-height: 1.6;
  margin: 0;
}

.sem8-cta-wrap {
  margin-top: 50px;
}

.sem8-cta-btn {
  background: linear-gradient(to right, #10b981, #3b82f6);
  color: #ffffff;
  padding: 14px 32px;
  font-size: 1rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sem8-cta-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.25);
}
.sem10-final-cta {
  padding: 80px 0;
  background-color: #f0fdf4;
}

.sem10-heading {
  font-size: 2.25rem;
  font-weight: 700;
  color: #101828;
}

.sem10-subheading {
  font-size: 1.125rem;
  color: #475467;
}

.sem10-microtrust {
  font-size: 0.95rem;
  color: #64748b;
  font-style: italic;
}

.sem10-form-cta-text {
  font-size: 1rem;
  font-weight: 500;
  color: #0f172a;
}

.sem10-form-wrapper {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.sem10-form-wrapper .form-control {
  border-radius: 8px;
  font-size: 1rem;
}

.sem10-submit-btn {
  background: linear-gradient(to right, #10b981, #3b82f6);
  color: #ffffff;
  padding: 12px 22px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.sem10-submit-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.25);
}

.rb-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.rb-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}





















































































































































































































/* 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 */
