.elementor-kit-6{--e-global-color-primary:#FD9802;--e-global-color-secondary:#4F6268;--e-global-color-text:#3D4C5E;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.rs-tech-wrapper {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  color: #1e1e1e;
  line-height: 1.65;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
}

.rs-tech-header h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #101820;
  text-align: left;
}

.rs-tech-header p {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 0.9rem;
}

.rs-tech-partner {
  background: #f8f9fa;
  border-left: 4px solid #F7931E; /* Brand Orange */
  padding: 12px 18px;
  margin: 1.8rem 0 2.2rem;
  font-size: 1rem;
  color: #333;
}

.rs-tech-section {
  margin-bottom: 2.4rem;
}

.rs-tech-section h2 {
  font-size: 1.6rem;
  margin-bottom: 0.7rem;
  color: #F7931E; /* Brand Orange headings */
  border-left: 4px solid #F7931E;
  padding-left: 10px;
}

.rs-tech-section h3 {
  font-size: 1.25rem;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  color: #222;
}

.rs-tech-section p,
.rs-tech-section ul {
  font-size: 1.02rem;
  color: #333;
}

.rs-tech-section ul {
  margin-left: 1.4rem;
}

/* CTA button */
.rs-faq-cta-button {
  display: inline-block;
  background-color: #F7931E; /* Brand Orange button */
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  margin-top: 0.6rem;
  transition: background 0.25s ease;
}

.rs-faq-cta-button:hover {
  background-color: #d47f1a; /* Slightly darker orange on hover */
}

/* Responsive */
@media (max-width: 768px) {
  .rs-tech-header h1 {/* End custom CSS */