/** Shopify CDN: Minification failed

Line 11:20 Unexpected "{"

**/

#our-work,
#pricing,
#about,
#how-it-works,
#why-rdr-detailing, {
  scroll-margin-top: 120px;
}

.anchor-offset {
  position: relative;
  top: -120px;
}

.site-nav__link {
    text-transform: none!important;
}


.template-product .main-content {
    padding-top: 20px!important;
}

/* ============================= */
/* RDR HERO - LIGHT VERSION */
/* ============================= */

.rdr-hero-light {
  padding: 120px 20px 110px;
  text-align: left;
}

/* Center content max width */
.rdr-hero-light {
  max-width: 1200px;
  margin: 0 auto;
}

/* Trust Bar */
.rdr-hero-trust {
  display: inline-block;
  background: #e9e9e9;
  color: #333;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 30px;
  margin-bottom: 35px;
  font-weight: 500;
}

/* Main Heading */
.rdr-hero-title {
  font-size: 64px;
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 30px 0;
  letter-spacing: -1px;
}

/* First line red */
.rdr-title-red {
  color: #c62828; /* strong premium red */
}

/* Second line black */
.rdr-title-black {
  color: #000000;
}

/* Subtext */
.rdr-hero-sub {
  font-size: 20px;
  color: #333333;
  max-width: 700px;
  margin-bottom: 45px;
  font-weight: 400;
}

/* CTA Button */
.rdr-hero-btn {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.25s ease;
}

.rdr-hero-btn:hover {
  background: #222222;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1024px) {
  .rdr-hero-title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .rdr-hero-light {
    padding: 80px 20px 70px;
  }

  .rdr-hero-title {
    font-size: 36px;
    line-height: 1.15;
  }

  .rdr-hero-sub {
    font-size: 16px;
  }

  .rdr-hero-btn {
    width: 100%;
    text-align: center;
  }
}



/* ============================= */
/* RDR ABOUT SECTION */
/* ============================= */

.rdr-about-section {
  padding: 40px 20px 80px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

/* Small label */
.rdr-section-label-a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin-bottom: 25px;
}

/* Red dot */
.rdr-dot {
  width: 8px;
  height: 8px;
  background-color: #c62828;
  border-radius: 50%;
  display: inline-block;
}

/* Main heading */
.rdr-about-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.5px;
  color: #000;
}

/* Red line */
.rdr-about-highlight {
  color: #c62828;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1024px) {
  .rdr-about-title {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .rdr-about-section {
    padding: 70px 20px 60px;
  }

  .rdr-about-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .rdr-section-label-a {
    font-size: 14px;
  }
}



/* ============================= */
/* RDR HOW IT WORKS SECTION */
/* ============================= */

#shopify-section-advanced_content_YBBjUi {
    background: url("/cdn/shop/files/how-bg.jpg?v=1771410675");
    background-size: cover;
    background-repeat: no-repeat;
}

.rdr-how {
  color: #ffffff;
}

.rdr-how-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Section Title */
.rdr-how-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #fff;
}

/* Timeline Wrapper */
.rdr-timeline {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Each Step */
.rdr-step {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

/* Left Side (circle + line) */
.rdr-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Red Circle */
.rdr-circle {
  width: 70px;
  height: 70px;
  background-color: #c62828;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}

/* Vertical Line */
.rdr-line {
  width: 1px;
  height: 70px;
  background-color: #c62828;
  margin-top: 10px;
}

/* Content */
.rdr-step-content h3 {
  font-size: 26px;
  margin: 0 0 12px;
  font-weight: 600;
  color: #fff;
}

.rdr-step-content p {
  font-size: 18px;
  color: #cfcfcf;
  line-height: 1.6;
  max-width: 650px;
  margin: 0;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {

  .rdr-how {
    padding: 80px 20px;
  }

  .rdr-how-title {
    font-size: 34px;
    margin-bottom: 50px;
  }

  .rdr-step {
    gap: 20px;
  }

  .rdr-circle {
    width: 55px;
    height: 55px;
    font-size: 16px;
  }

  .rdr-line {
    height: 90px;
  }

  .rdr-step-content h3 {
    font-size: 20px;
  }

  .rdr-step-content p {
    font-size: 15px;
  }

}



/* ============================= */
/* RDR WHY CHOOSE SECTION */
/* ============================= */



.rdr-why-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Title */
.rdr-why-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #000;
}

/* Grid Layout */
.rdr-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}

/* Individual Item */
.rdr-why-item {
  text-align: left;
}

/* Icon */
.rdr-why-icon {
  width: 60px;
  height: auto;
  margin-bottom: 25px;
}

/* Heading */
.rdr-why-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #8b0000; /* deep red */
  margin: 0 0 15px;
  line-height: 1.3;
}

/* Paragraph */
.rdr-why-item p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1200px) {
  .rdr-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .rdr-why {
    padding: 80px 20px;
  }

  .rdr-why-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .rdr-why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .rdr-why-icon {
    width: 50px;
  }

  .rdr-why-item h3 {
    font-size: 18px;
  }

  .rdr-why-item p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .rdr-why-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================= */
/* PRICING SECTION */
/* ============================= */

.rdr-pricing {
  max-width: 1100px;
  margin: 0 auto;
}

/* Section Label */
.rdr-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}

.rdr-dot {
  width: 8px;
  height: 8px;
  background: #8b0000;
  border-radius: 50%;
}

/* Title */
.rdr-pricing-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 50px;
}

/* ============================= */
/* TABS */
/* ============================= */

.rdr-tabs {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.rdr-tab {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  color: #333;
}

.rdr-tab.active {
  color: #8b0000;
}

.rdr-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #8b0000;
}

/* ============================= */
/* TOGGLE SWITCH */
/* ============================= */

.rdr-xl-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 40px 0 70px;
  font-weight: 500;
}

/* Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  border-radius: 30px;
  transition: .3s;
}

.slider:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  top: 3px;
  background-color: white;
  border-radius: 50%;
  transition: .3s;
}

.switch input:checked + .slider {
  background-color: #8b0000;
}

.switch input:checked + .slider:before {
  transform: translateX(24px);
}

/* ============================= */
/* PRICING GRID */
/* ============================= */

.rdr-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  align-items: stretch;
}

/* Card */
.rdr-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Featured Card */
.rdr-card.featured {
  background: #000000;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.rdr-card.featured h4,
.rdr-card.featured p,
.rdr-card.featured li,
.rdr-card.featured .rdr-duration {
  color: #e0e0e0;
}

/* Car Image */
.rdr-car-img {
  width: 100%;
  height: auto;
  margin-top: -80px;
  margin-bottom: -80px;
}

/* Most Popular */
.rdr-badge {
  text-align: center;
  color: #8b0000;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Name */
.rdr-name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  background: #f5f5f5;
  border-radius: 30px;
  padding: 7px;
}

/* Duration */
.rdr-duration {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

/* Price */
.rdr-price {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

/* Description */
.rdr-desc {
  text-align: center;
  font-size: 15px;
  margin-bottom: 25px;
}

/* Feature Sections */
.rdr-features h4 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.rdr-features ul {
  padding-left: 18px;
  margin: 0 0 15px;
}

.rdr-features li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.5;
}

/* Guidelines */
.rdr-guideline {
  font-size: 13px;
  margin-top: 10px;
}

/* ============================= */
/* FIXED BOOK BUTTON */
/* ============================= */

.rdr-book-btn,
.rdr-book-btn:visited {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px 20px;
  margin-top: 25px;

  background-color: #000000 !important;
  color: #ffffff !important;

  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;

  border-radius: 10px;
  border: none !important;

  position: relative;
  overflow: visible !important;

  transition: background-color 0.3s ease;
  z-index: 1;
}

/* Remove theme overlay pseudo elements */
.rdr-book-btn::before,
.rdr-book-btn::after {
  display: none !important;
  content: none !important;
}

/* Hover */
.rdr-book-btn:hover {
  background-color: #222222 !important;
  color: #ffffff !important;
}

/* Featured Card Button */
.rdr-card.featured .rdr-book-btn.light {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.rdr-card.featured .rdr-book-btn.light:hover {
  background-color: #e5e5e5 !important;
  color: #000000 !important;
}


/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1100px) {
  .rdr-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rdr-card.featured {
    transform: none;
  }
}

@media (max-width: 768px) {
  .rdr-pricing-title {
    font-size: 32px;
  }

  .rdr-pricing-grid {
    grid-template-columns: 1fr;
  }

  .rdr-tabs {
    gap: 20px;
  }
}


.cart-attribute-field {
  margin: 20px 0;
}

.cart-attribute-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.cart-attribute-field select {
  width: 100%;
  max-width: 400px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
}