.elementor-8 .elementor-element.elementor-element-3628942{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-27b5283 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-9e5e023{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-736cf0b > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-10666d3{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-52447ab > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-3628942 */:root {
  --rds-blue-1: #0ea5ff;
  --rds-blue-2: #0b6fd3;
  --rds-blue-3: #073b8a;
  --rds-green-1: #9adf1f;
  --rds-green-2: #67c40f;
  --rds-white: #ffffff;
  --rds-silver: #e9eef5;
  --rds-text: #d9e6f2;
  --rds-muted: #9fb3c8;
  --rds-dark: #04111f;
  --rds-dark-2: #07192d;
  --rds-border: rgba(255, 255, 255, 0.12);
  --rds-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.rds-hero * {
  box-sizing: border-box;
}

.rds-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(14, 165, 255, 0.16), transparent 32%),
    radial-gradient(circle at 82% 28%, rgba(154, 223, 31, 0.10), transparent 28%),
    linear-gradient(135deg, #04111f 0%, #06182b 45%, #08233d 100%);
  padding: 90px 20px 70px;
  font-family: Arial, Helvetica, sans-serif;
}

/* removed background grid/columns */

.rds-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.rds-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 48px;
}

.rds-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(14, 165, 255, 0.22);
  background: rgba(255,255,255,0.06);
  color: var(--rds-silver);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
}

.rds-badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rds-green-1), var(--rds-blue-1));
  box-shadow: 0 0 12px rgba(154, 223, 31, 0.7);
  flex: 0 0 10px;
}

.rds-hero-content h1 {
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--rds-white);
  max-width: 760px;
}

.rds-hero-content h1 span {
  background: linear-gradient(90deg, var(--rds-green-1), var(--rds-blue-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rds-hero-text {
  max-width: 690px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--rds-text);
  margin: 0 0 28px;
}

.rds-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.rds-point {
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--rds-border);
  color: var(--rds-white);
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease;
}

.rds-point:hover {
  transform: translateY(-2px);
  border-color: rgba(154, 223, 31, 0.45);
  background: rgba(255,255,255,0.09);
}

.rds-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.rds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.rds-btn-primary {
  color: #04111f;
  background: linear-gradient(135deg, var(--rds-green-1), #c5f068);
  box-shadow: 0 12px 30px rgba(154, 223, 31, 0.30);
}

.rds-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(154, 223, 31, 0.38);
}

.rds-btn-secondary {
  color: var(--rds-white);
  background: linear-gradient(135deg, var(--rds-blue-2), var(--rds-blue-1));
  box-shadow: 0 12px 30px rgba(14, 165, 255, 0.22);
}

.rds-btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(14, 165, 255, 0.28);
}

.rds-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rds-stat-box {
  padding: 22px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--rds-border);
  box-shadow: var(--rds-shadow);
  backdrop-filter: blur(8px);
}

.rds-stat-box h3 {
  margin: 0 0 8px;
  color: var(--rds-white);
  font-size: 20px;
  font-weight: 800;
}

.rds-stat-box p {
  margin: 0;
  color: var(--rds-muted);
  font-size: 14px;
  line-height: 1.6;
}

.rds-hero-image-wrap {
  position: relative;
}

.rds-image-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
}

.rds-hero-image {
  display: block;
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: center top;
}

.rds-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 17, 31, 0.16), rgba(4, 17, 31, 0.02));
  pointer-events: none;
}

.rds-floating-card {
  position: absolute;
  max-width: 250px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(4, 17, 31, 0.82);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--rds-white);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  z-index: 3;
}

.rds-floating-card strong {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--rds-white);
}

.rds-floating-card span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: var(--rds-text);
}

.rds-floating-top {
  top: 24px;
  left: 24px;
}

.rds-floating-bottom {
  right: 24px;
  bottom: 24px;
}

.rds-image-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
}

.rds-glow-1 {
  width: 180px;
  height: 180px;
  background: rgba(14, 165, 255, 0.22);
  top: -25px;
  right: -20px;
}

.rds-glow-2 {
  width: 170px;
  height: 170px;
  background: rgba(154, 223, 31, 0.16);
  bottom: -15px;
  left: -25px;
}

@media (max-width: 1024px) {
  .rds-hero {
    padding: 75px 18px 60px;
  }

  .rds-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rds-hero-content {
    order: 1;
  }

  .rds-hero-image-wrap {
    order: 2;
  }

  .rds-hero-image {
    height: 620px;
  }

  .rds-hero-stats {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .rds-hero {
    padding: 60px 15px 50px;
  }

  .rds-badge {
    font-size: 12px;
    padding: 9px 12px;
  }

  .rds-hero-content h1 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .rds-hero-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .rds-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .rds-btn {
    width: 100%;
  }

  .rds-hero-stats {
    grid-template-columns: 1fr;
  }

  .rds-hero-image {
    height: 460px;
  }

  .rds-floating-card {
    position: static;
    max-width: 100%;
    margin: 12px 12px 0;
  }

  .rds-image-card {
    padding-bottom: 12px;
  }
}
/* FIX: Explore Services button hover issue */
.rds-btn-secondary,
.rds-btn-secondary:visited {
  color: #ffffff !important;
}

.rds-btn-secondary:hover {
  background: linear-gradient(135deg, #1da1ff, #0ea5ff) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(14, 165, 255, 0.35) !important;
  transform: translateY(-3px);
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-9e5e023 *//* =========================
   HOME OVERVIEW SECTION
========================= */

.rds-home-overview * {
  box-sizing: border-box;
}

.rds-home-overview {
  position: relative;
  overflow: hidden;
  padding: 90px 20px;
  background:
    radial-gradient(circle at 15% 20%, rgba(14, 165, 255, 0.08), transparent 28%),
    radial-gradient(circle at 85% 78%, rgba(154, 223, 31, 0.08), transparent 30%),
    linear-gradient(135deg, #051626 0%, #08233d 55%, #04111f 100%);
  font-family: Arial, Helvetica, sans-serif;
}

.rds-home-overview .rds-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.rds-overview-top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
}

.rds-overview-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(14, 165, 255, 0.20);
  color: #e9eef5;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
}

.rds-overview-left h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -1px;
  color: #ffffff;
  max-width: 760px;
}

.rds-overview-left h2 span {
  background: linear-gradient(90deg, #9adf1f, #0ea5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rds-overview-intro {
  margin: 0;
  max-width: 760px;
  color: #d9e6f2;
  font-size: 18px;
  line-height: 1.85;
}

.rds-overview-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.rds-overview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.rds-overview-btn-primary {
  color: #04111f !important;
  background: linear-gradient(135deg, #9adf1f, #c5f068);
  box-shadow: 0 12px 30px rgba(154, 223, 31, 0.26);
}

.rds-overview-btn-primary:hover {
  color: #04111f !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(154, 223, 31, 0.34);
}

.rds-overview-btn-secondary,
.rds-overview-btn-secondary:visited {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0b6fd3, #0ea5ff);
  box-shadow: 0 12px 30px rgba(14, 165, 255, 0.24);
}

.rds-overview-btn-secondary:hover {
  background: linear-gradient(135deg, #1da1ff, #0ea5ff) !important;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(14, 165, 255, 0.34) !important;
}

.rds-highlight-card {
  position: relative;
  padding: 32px 28px;
  border-radius: 26px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.rds-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 70px;
  padding: 0 18px;
  border-radius: 18px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #9adf1f, #0ea5ff);
  color: #04111f;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(14, 165, 255, 0.24);
}

.rds-highlight-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
}

.rds-highlight-card p {
  margin: 0;
  color: #d9e6f2;
  font-size: 16px;
  line-height: 1.8;
}

.rds-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rds-info-card {
  padding: 30px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.rds-info-card:hover {
  transform: translateY(-8px);
  border-color: rgba(14, 165, 255, 0.40);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.30);
}

.rds-info-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.rds-info-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: linear-gradient(135deg, #9adf1f, #0ea5ff);
  color: #04111f;
  font-size: 16px;
  font-weight: 800;
  flex: 0 0 52px;
}

.rds-info-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}

.rds-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rds-feature-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  color: #d9e6f2;
  font-size: 16px;
  line-height: 1.75;
}

.rds-feature-list li:last-child {
  margin-bottom: 0;
}

.rds-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9adf1f, #0ea5ff);
  box-shadow: 0 0 12px rgba(14, 165, 255, 0.22);
}

.rds-dental-focus-text {
  margin: 0 0 20px;
  color: #d9e6f2;
  font-size: 16px;
  line-height: 1.85;
}

.rds-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rds-mini-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.rds-mini-tags span:hover {
  background: linear-gradient(135deg, #0b6fd3, #0ea5ff);
  border-color: rgba(14, 165, 255, 0.45);
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1024px) {
  .rds-home-overview {
    padding: 75px 18px;
  }

  .rds-overview-top {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 28px;
  }

  .rds-overview-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .rds-dental-focus-card {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .rds-home-overview {
    padding: 60px 15px;
  }

  .rds-overview-badge {
    font-size: 12px;
    min-height: 34px;
    padding: 7px 12px;
    margin-bottom: 14px;
  }

  .rds-overview-left h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: 0;
  }

  .rds-overview-intro {
    font-size: 16px;
    line-height: 1.75;
  }

  .rds-overview-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .rds-overview-btn {
    width: 100%;
  }

  .rds-highlight-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .rds-highlight-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 18px;
    border-radius: 16px;
  }

  .rds-highlight-card h3 {
    font-size: 23px;
  }

  .rds-highlight-card p {
    font-size: 15px;
    line-height: 1.75;
  }

  .rds-overview-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rds-info-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .rds-info-head {
    align-items: flex-start;
  }

  .rds-info-card h3 {
    font-size: 21px;
  }

  .rds-feature-list li,
  .rds-dental-focus-text {
    font-size: 15px;
    line-height: 1.72;
  }

  .rds-mini-tags span {
    font-size: 12px;
    min-height: 34px;
    padding: 7px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-10666d3 *//* =========================
   HOME EXTRA SECTIONS
   WHY CHOOSE + FAQ + FINAL CTA
========================= */

.rds-home-extra * {
  box-sizing: border-box;
}

.rds-home-extra {
  position: relative;
  overflow: hidden;
  padding: 90px 20px;
  background:
    radial-gradient(circle at 14% 18%, rgba(14, 165, 255, 0.08), transparent 28%),
    radial-gradient(circle at 86% 82%, rgba(154, 223, 31, 0.08), transparent 30%),
    linear-gradient(135deg, #04111f 0%, #061a2e 52%, #08233d 100%);
  font-family: Arial, Helvetica, sans-serif;
}

.rds-home-extra .rds-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.rds-extra-head {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.rds-extra-head-faq {
  margin-top: 70px;
}

.rds-extra-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(14, 165, 255, 0.22);
  color: #e9eef5;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
}

.rds-extra-head h2,
.rds-final-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
  color: #ffffff;
}

.rds-extra-head h2 span,
.rds-final-cta h2 span {
  background: linear-gradient(90deg, #9adf1f, #0ea5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rds-extra-head p,
.rds-final-cta p {
  margin: 0 auto;
  max-width: 780px;
  color: #d9e6f2;
  font-size: 18px;
  line-height: 1.85;
}

.rds-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rds-choose-card,
.rds-faq-card,
.rds-final-cta {
  border-radius: 26px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.rds-choose-card:hover,
.rds-faq-card:hover,
.rds-final-cta:hover {
  transform: translateY(-8px);
  border-color: rgba(14, 165, 255, 0.38);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
}

.rds-choose-card {
  padding: 30px 24px;
}

.rds-choose-card-featured {
  border-color: rgba(154, 223, 31, 0.28);
  background: linear-gradient(180deg, rgba(154,223,31,0.08), rgba(255,255,255,0.05));
}

.rds-choose-card-featured:hover {
  border-color: rgba(154, 223, 31, 0.45);
}

.rds-choose-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #9adf1f, #0ea5ff);
  color: #04111f;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(14, 165, 255, 0.24);
}

.rds-choose-card h3,
.rds-faq-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}

.rds-choose-card p,
.rds-faq-card p {
  margin: 0;
  color: #d9e6f2;
  font-size: 16px;
  line-height: 1.82;
}

.rds-faq-section {
  margin-top: 10px;
}

.rds-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.rds-faq-card {
  padding: 30px 24px;
}

.rds-final-cta {
  margin-top: 70px;
  text-align: center;
  padding: 40px 30px;
}

.rds-final-cta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(14, 165, 255, 0.22);
  color: #e9eef5;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.rds-final-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.rds-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.rds-final-btn-primary {
  color: #04111f !important;
  background: linear-gradient(135deg, #9adf1f, #c5f068);
  box-shadow: 0 12px 30px rgba(154, 223, 31, 0.26);
}

.rds-final-btn-primary:hover {
  color: #04111f !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(154, 223, 31, 0.34);
}

.rds-final-btn-secondary,
.rds-final-btn-secondary:visited {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0b6fd3, #0ea5ff);
  box-shadow: 0 12px 30px rgba(14, 165, 255, 0.24);
}

.rds-final-btn-secondary:hover {
  background: linear-gradient(135deg, #1da1ff, #0ea5ff) !important;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(14, 165, 255, 0.34) !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .rds-home-extra {
    padding: 75px 18px;
  }

  .rds-choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .rds-faq-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .rds-home-extra {
    padding: 60px 15px;
  }

  .rds-extra-badge,
  .rds-final-cta-badge {
    font-size: 12px;
    min-height: 34px;
    padding: 7px 12px;
    margin-bottom: 14px;
  }

  .rds-extra-head {
    margin-bottom: 34px;
  }

  .rds-extra-head-faq {
    margin-top: 50px;
  }

  .rds-extra-head h2,
  .rds-final-cta h2 {
    font-size: 34px;
    line-height: 1.16;
    letter-spacing: 0;
  }

  .rds-extra-head p,
  .rds-final-cta p {
    font-size: 16px;
    line-height: 1.75;
  }

  .rds-choose-grid,
  .rds-faq-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rds-choose-card,
  .rds-faq-card,
  .rds-final-cta {
    border-radius: 20px;
  }

  .rds-choose-card,
  .rds-faq-card,
  .rds-final-cta {
    padding: 24px 18px;
  }

  .rds-choose-icon {
    width: 52px;
    height: 52px;
    font-size: 16px;
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .rds-choose-card h3,
  .rds-faq-card h3 {
    font-size: 21px;
  }

  .rds-choose-card p,
  .rds-faq-card p {
    font-size: 15px;
    line-height: 1.75;
  }

  .rds-final-cta {
    margin-top: 50px;
  }

  .rds-final-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .rds-final-btn {
    width: 100%;
  }
}/* End custom CSS */