.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--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-5 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */:root {
  --rg-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --rg-bg-dark: #0f172a;
  --rg-bg-darker: #020617;
  --rg-primary: #2563eb;
  --rg-primary-hover: #1d4ed8;
  --rg-text-dark: #0f172a;
  --rg-text-gray: #475569;
  --rg-text-light: #94a3b8;
  --rg-white: #ffffff;
  --rg-border: #e2e8f0;
  --rg-border-dark: #1e293b;
  --rg-bg-light: #f8fafc;
}

.rg-wrapper {
  font-family: var(--rg-font);
  color: var(--rg-text-dark);
  line-height: 1.5;
  overflow-x: hidden;
}

/* --- Navigation --- */
.rg-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rg-border);
  height: 80px;
  display: flex;
  align-items: center;
}

.rg-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.rg-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rg-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--rg-text-dark);
}

.rg-logo-icon {
  background: var(--rg-bg-dark);
  color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rg-desktop-menu {
  display: none;
  gap: 2rem;
  align-items: center;
}

.rg-nav-link {
  color: var(--rg-text-gray);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}

.rg-nav-link:hover {
  color: var(--rg-bg-dark);
}

.rg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  gap: 0.5rem;
}

.rg-btn-primary {
  background: var(--rg-primary);
  color: white;
  box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
}

.rg-btn-primary:hover {
  background: var(--rg-primary-hover);
  transform: translateY(-1px);
}

.rg-btn-outline {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

.rg-btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
}

.rg-btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.rg-mobile-toggle {
  display: block;
  background: none;
  border: none;
  color: var(--rg-text-dark);
  cursor: pointer;
}

.rg-mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid var(--rg-border);
  padding: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.rg-mobile-menu.open {
  display: flex;
  flex-direction: column;
}

.rg-mobile-link {
  padding: 1rem;
  text-decoration: none;
  color: var(--rg-text-dark);
  font-weight: 500;
  border-radius: 0.5rem;
}

.rg-mobile-link:hover {
  background: var(--rg-bg-light);
}

/* --- Hero --- */
.rg-hero {
  position: relative;
  padding: 8rem 0 6rem;
  background: var(--rg-bg-dark);
  color: white;
  overflow: hidden;
  text-align: center;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.rg-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.rg-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.rg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0f172a, rgba(15, 23, 42, 0.9), rgba(37, 99, 235, 0.4));
}

.rg-hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rg-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.2);
  color: #93c5fd;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(4px);
}

.rg-hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 1.5rem;
}

.rg-gradient-text {
  background: linear-gradient(to right, #60a5fa, #67e8f9);
  -webkit-background-clip: text;
  color: transparent;
}

.rg-hero-desc {
  font-size: 1.125rem;
  color: var(--rg-text-light);
  max-width: 42rem;
  margin: 0 auto 2.5rem;
}

.rg-hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 400px;
}

/* --- Generic Sections --- */
.rg-section {
  padding: 6rem 0;
  position: relative;
}

.rg-bg-light {
  background: var(--rg-bg-light);
}

.rg-section-header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 4rem;
}

.rg-section-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--rg-text-dark);
}

.rg-section-subtitle {
  font-size: 1.125rem;
  color: var(--rg-text-gray);
}

.rg-grid {
  display: grid;
  gap: 2rem;
}

.rg-grid-3 {
  grid-template-columns: 1fr;
}

/* --- Services Cards --- */
.rg-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--rg-border);
  transition: transform 0.3s, box-shadow 0.3s;
}

.rg-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.rg-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background: #eff6ff;
  color: var(--rg-primary);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.rg-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--rg-text-dark);
}

.rg-card-desc {
  color: var(--rg-text-gray);
  line-height: 1.6;
}

/* --- Industries --- */
.rg-split-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

.rg-industry-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}

.rg-industry-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  color: var(--rg-text-dark);
}

.rg-dot {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--rg-primary);
  border-radius: 50%;
}

.rg-link-arrow {
  color: var(--rg-primary);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.rg-split-image {
  position: relative;
}

.rg-split-image img {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

.rg-blob {
  position: absolute;
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
  background: linear-gradient(135deg, #dbeafe, #f1f5f9);
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.6;
  z-index: 0;
}

/* --- Pricing --- */
.rg-bg-dark {
  background: var(--rg-bg-dark);
  color: white;
}

.rg-pricing-box {
  background: var(--rg-bg-darker); /* Fallback */
  background: #1e293b;
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rg-border-dark);
}

.rg-pricing-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20rem;
  height: 20rem;
  background: var(--rg-primary);
  filter: blur(100px);
  opacity: 0.15;
  border-radius: 50%;
  transform: translate(30%, -30%);
}

.rg-text-white { color: white; }
.rg-text-center { text-align: center; }

.rg-price-tag {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.rg-amount {
  font-size: 3rem;
  font-weight: 800;
  color: white;
}

.rg-period {
  font-size: 1.25rem;
  color: var(--rg-text-light);
}

.rg-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rg-check-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--rg-text-light);
}

.rg-check-icon {
  color: var(--rg-primary);
}

.rg-req-card {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid var(--rg-border-dark);
  border-radius: 1rem;
  padding: 2rem;
}

.rg-steps-vertical {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.rg-step-v {
  display: flex;
  gap: 1rem;
}

.rg-step-v-num {
  width: 2rem;
  height: 2rem;
  background: #1e293b;
  border: 1px solid var(--rg-border-dark);
  color: #60a5fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.rg-step-v-title {
  color: white;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

.rg-step-v-desc {
  color: var(--rg-text-light);
  font-size: 0.875rem;
  margin: 0;
}

.rg-btn-full { width: 100%; }
.rg-mt-large { margin-top: 2rem; }

/* --- Process --- */
.rg-process-step {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--rg-border);
  position: relative;
}

.rg-step-num {
  width: 3rem;
  height: 3rem;
  background: var(--rg-primary);
  color: white;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
}

/* --- Reviews --- */
.rg-review-card {
  background: var(--rg-bg-light);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--rg-border);
}

.rg-stars {
  color: #facc15;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

.rg-review-text {
  font-style: italic;
  color: var(--rg-text-gray);
  margin-bottom: 1.5rem;
}

.rg-review-author {
  font-weight: 700;
  color: var(--rg-text-dark);
}

.rg-review-role {
  font-size: 0.875rem;
  color: var(--rg-text-gray);
}

/* --- Footer --- */
.rg-footer {
  background: var(--rg-bg-dark);
  color: var(--rg-text-light);
  padding: 4rem 0 2rem;
  border-top: 1px solid var(--rg-border-dark);
}

.rg-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.rg-logo-white .rg-logo-text { color: white; }
.rg-text-blue { color: var(--rg-primary); }

.rg-footer-title {
  color: white;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.rg-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.rg-footer-links a {
  color: var(--rg-text-light);
  text-decoration: none;
  transition: color 0.2s;
}

.rg-footer-links a:hover {
  color: #60a5fa;
}

.rg-footer-bottom {
  border-top: 1px solid var(--rg-border-dark);
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

/* --- Responsive Media Queries --- */
@media (min-width: 768px) {
  .rg-desktop-menu { display: flex; }
  .rg-mobile-toggle { display: none; }
  
  .rg-hero-title { font-size: 3.75rem; }
  .rg-hero-buttons { flex-direction: row; justify-content: center; }
  
  .rg-grid-2 { grid-template-columns: 1fr 1fr; }
  .rg-grid-3 { grid-template-columns: 1fr 1fr 1fr; }
  
  .rg-split-layout { grid-template-columns: 1fr 1fr; }
  
  .rg-footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .rg-footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 1024px) {
  .rg-hero-title { font-size: 4.5rem; }
  .rg-container { padding: 0 2rem; }
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}/* End custom CSS */