/* Menu style  */

.navbar-expand-lg .navbar-nav {
  margin-right: 50px;
}

/*  protection table style  */

table td:first-child,
table th:first-child {
  padding-left: 30px; /* Adjust as needed */
}

table td,
table th {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 15px;
}

thead th {
  color: #fff;
}

.card {
  border-radius: 20px;
}

.table-scroll {
  border-radius: 20px;
  max-width: 100%;
  position: relative;
  max-height: 1000px;
}
.table-scroll-hidden {
  overflow: hidden;
}

.table-scroll table thead th {
  font-size: 1.75rem;
}
thead {
  top: 0;
  position: sticky;
}

.table > :not(caption) {
  padding: 0.5rem 1.5rem;
}
.protection-table-column {
  margin-top: 50px;
}
.protection-thread {
  background: linear-gradient(to right, #902222, #f80202);
}

.warranty-plans th,
.warranty-plans td {
  text-align: center;
}
.warranty-plans tr td:first-child {
  text-align: left;
}
.icon-small {
  width: 50px; /* Adjust width */
  height: 32px; /* Adjust height */
  vertical-align: middle; /* Align with text */
}

.card-span {
  color: var(--theme-color);
}

.icon-first {
  width: auto;
  max-width: 28px; /* Adjust width */
  height: auto;
  max-height: 28px; /* Adjust height */
  vertical-align: middle; /* Align with text */
}
.icon-span {
  margin-left: 10px;
  font-size: 18px;
}

.main-paragraph {
  font-size: 17px;
  font-weight: 600;
  color: white;
  margin-left: 120px;
  margin-right: 120px;
}
.main-title {
  font-size: 50px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.site-paragr {
  color: black;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
}
.title-span {
  color: var(--theme-color);
}
.model-logos {
  width: 25%;
}
.faq-p1 {
  font-size: 21px;
}
.pb-car {
  padding-bottom: 0px;
}

.testimonial-single-2 {
  margin-bottom: 20px;
  background: var(--color-white);
  border-radius: 15px;
  padding: 72px 30px 40px 30px;
  position: relative;
  margin-top: 50px;
}

.logo-container {
  margin: 50px auto;
  width: 80%;
  text-align: center;
}

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide img {
  width: 95px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

.swiper-slide img:hover {
  transform: scale(1.2);
}

/* Style the navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #ff0000; /* Red color */
  font-size: 20px;
  font-weight: 900;
}

.rpm-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 420px;
  height: 50px;
  background: linear-gradient(to right, #cc1e1e, #f80202);
  border-radius: 10px;
  padding: 5px 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  border: none;
  outline: none;
  box-shadow: none;
}

.rpm-button-container:hover {
  background: linear-gradient(to right, #b00000, #d10000);
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.7), 0 0 25px rgba(255, 50, 50, 0.5);
  transform: scale(1.02);
}

.faq-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 330px;
  height: 50px;
  background: linear-gradient(to right, #cc1e1e, #f80202);
  border-radius: 50px;
  padding: 5px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  border: none;
  outline: none;
}
.faq-button-container:hover .icon {
  transform: translateX(277px);
}

/* faq scroller   */

.faq-scroll {
  max-height: 400px; /* Adjust height as needed */
  overflow-y: auto; /* Enables vertical scrolling */
  padding-right: 10px; /* Space for scrollbar */
}

/* Optional: Style scrollbar for better appearance */
.faq-scroll::-webkit-scrollbar {
  width: 6px;
}

.faq-scroll::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.faq-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* faq scroller  end  */

.faq-text-container {
  background: linear-gradient(to right, #a62e2e, #f80202);
  width: 980px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* Base button style */
.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 250px;
  height: 50px;
  background: linear-gradient(to right, #cc1e1e, #f80202);
  border-radius: 10px;
  padding: 5px 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  border: none;
  outline: none;
  box-shadow: none;
}

/* Icon style (no animation or movement) */
.icon {
  position: absolute;
  left: 10px;
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 30px;
  height: 20px;
}

/* Enhanced hover effect: glow and slight scale */
.button-container:hover {
  background: linear-gradient(to right, #b00000, #d10000);
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.7), 0 0 25px rgba(255, 50, 50, 0.5);
  transform: scale(1.02);
}
.icon-text-1 {
  margin-left: 25px;
}

.text {
  flex: 1;
  text-align: center;
}

.icon-button {
  margin-left: 463px;
  margin-bottom: 76px;
}

.about-text-2 {
  color: black;
  font-size: 18px;
}

.text-justify {
  text-align: justify;
}

.faq-heading {
  font-size: 45px;
}

.faq-info-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 200px;
  width: 200px;
  justify-content: center;
}

.contact-area-1 {
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.icon-button-2 {
  margin-left: 465px;
}

.category-item {
  height: 170px; /* Adjust the height as needed */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.car-category-heading {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}



.img-fluid {
  height: 150px;
}

.thank-you-logo img {
  width: 275px;
}

.thank-you-heading {
  font-size: 40px;
}

/* rpm bio section  */

.contact-section {
  background: linear-gradient(90deg, #8b0000, #ba0909);
  border-radius: 40px;
  color: white;
  padding: 20px 0;
}

.info-bar {
  background: #d32f2f;
  border-radius: 40px;
  padding: 10px 0;
  text-align: center;
  color: white;
  font-weight: bold;
}

.info-bar i {
  color: green;
  margin-right: 5px;
}

/* rpm bio end  */

.header-section {
  background: #f5f5f5; /* Light Gray Background */
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 50px; /* Adjust logo size */
}

.header-right {
  display: flex;
  gap: 10px;
}

.headset-icon {
  color: rgb(255, 0, 0);
}

.section-la-img {
  width: 300px;
  /* max-width: 100%; */
  height: 52px;
  margin-left: 84px;
}

.about-title {
  font-size: 40px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 20px;
}

/* about page button */

.about-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 360px;
  height: 50px;
  background: linear-gradient(to right, #cc1e1e, #f80202);
  border-radius: 10px;
  padding: 5px 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  border: none;
  outline: none;
  box-shadow: none;
}

.about-button-container:hover {
  background: linear-gradient(to right, #b00000, #d10000);
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.7), 0 0 25px rgba(255, 50, 50, 0.5);
  transform: scale(1.02);
}

.about-icon-button {
  margin-left: 420px;
  margin-bottom: 76px;
}

.about-footer-nav {
  margin-top: 60px;
}

/* about page button end */

/* about page image radius  */

.about-contact-img img {
  width: 70%;
  border-radius: 20px;
  margin-left: 130px;
}

/* about page image radius end  */

/* Roadside assistance cards   */
.about-card-1 {
  width: 70%;
  margin-left: 160px;
}

.about-card-2 {
  width: 70%;
  height: 100%;
}

/* Roadside assistance cards end   */

@media (min-width: 992px) {
  .text-column {
    flex: 0 0 auto;
    width: 88%;
  }
}

@media (min-width: 375px) {
  .main-paragraph {
    font-size: 17px;
    font-weight: 600;
    color: white;
    margin-left: 50px;
    margin-right: 63px;
  }
}

.hero-single {
  padding-bottom: 80px;
}
.quotes-page .hero-single {
  padding-bottom: 40px;
}
.quotes-page .hero-single .hero-content .hero-title {
  font-size: 36px;
  margin: 4px 0;
}

.quotes-page .hero-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Adjust opacity here */
  z-index: -1; /* Keeps overlay behind content */
  opacity: 100;
  transform: rotate(-12deg);
}
.quotes-page .hero-single .hero-title,
.quotes-page .hero-single .hero-content p {
  color: #fff;
}

/* Container Styling */
#warranty_details {
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  margin-top: 20px;
}

/* Text Styling */
#warranty_details h1,
#warranty_details h2,
#warranty_details h3 {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 30px;
}

#warranty_details p {
  text-align: justify;
  margin-bottom: 15px;
  line-height: 1.6;
  margin-top: 20px;
}

/* List Styling */
#warranty_details ul,
#warranty_details ol {
  margin-left: 20px;
  padding-left: 20px;
}

#warranty_details li {
  margin-bottom: 8px;
}

.why-warranty-img {
  text-align: center;
}

.contact-list li {
  list-style: disc !important;
}

.how-to-section-img {
  margin-top: 38px;
}

.extended-link:hover {
  background: linear-gradient(to right, #cc1e1e, #f80202);
  color: #fff !important;
  border-color: #ff0000;
  box-shadow: 4px 6px 20px rgb(207, 12, 32);
}

.quote-images {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* semi-transparent overlay */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* soft shadow */
  border-radius: 12px;
  backdrop-filter: blur(4px); /* subtle blur for better text separation */
  max-width: fit-content;
  margin-top: 15px;
}

.quote-images img {
  height: 60px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.6));
}

.quote-link {
  color: white; /* default color */
  text-decoration: none; /* optional: removes underline */
}

.quote-link:hover {
  color: white; /* prevent blue color on hover */
  text-decoration: none; /* optional: keeps underline off on hover */
}

.brand-img {
  position: relative;
  width: 100%;
}

.brand-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.brand-img img.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 65px;
}

.brand-item:hover .brand-img img.hover-img {
  opacity: 1;
}

.brand-item:hover .brand-img img.default-img {
  opacity: 0;
}

.term-container {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  background: #fff;
}
li {
  margin-bottom: 8px;
}

/* responsiveness style  */

@media (max-width: 768px) {
  .header-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-right {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin-top: 10px;
  }

  .button-container {
    width: 100%;
    justify-content: flex-start;
  }

  .icon-text,
  .icon-text-1 {
    font-size: 17px;
    margin-left: 50px !important;
  }

  .logo img.section-la-img {
    max-width: 212px;
    margin-left: 35px;
  }
}

@media (max-width: 375px) {
  .main-paragraph {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
  }

  .main-title {
    font-size: 22px;
    text-align: center;
    padding: 0 15px;
    margin-top: 130px;
  }

  .site-breadcrumb {
    padding: 40px 10px;
    background-size: cover;
    background-position: center;
    text-align: center;
  }

  .title-span {
    display: inline;
    font-weight: 700;
  }
}

@media (max-width: 375px) {
  .main-container {
    margin-top: 100px;
  }
}

@media (max-width: 375px) {
  .contact-container {
    margin-top: 150px;
  }
}

@media (max-width: 375px) {
  .term-services-container {
    margin-top: 150px;
  }
}

@media (max-width: 375px) {
  .privacy-container {
    margin-top: 150px;
  }
}

@media (max-width: 375px) {
  .faq-container {
    margin-top: 85px;
  }
}

@media (max-width: 375px) {
  .contact-img img {
    width: 70%;
    border-radius: 20px;
    margin-left: 46px;
  }
}

@media (max-width: 768px) {
  .hero-section .row {
    flex-direction: column;
  }

  .hero-content {
    text-align: center;
    padding: 20px 10px;
  }

  .hero-title {
    font-size: 24px;
  }

  .hero-sub-title {
    font-size: 14px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .quote-images img {
    max-width: 80px;
  }
}

@media (max-width: 375px) {
  .hero-single {
    background-position: center;
    padding: 40px 10px;
  }

  .hero-content {
    padding: 10px;
  }

  .hero-title {
    font-size: 20px;
  }

  .hero-sub-title {
    font-size: 13px;
  }

  .quote-images img {
    max-width: 70px;
  }

  .col-lg-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .quote-images {
    justify-content: center;
    margin-bottom: 101px;
    margin-left: 23px;
  }
}

@media (max-width: 375px) {
  .star-section {
    margin-left: 27px;
  }
}

@media (max-width: 375px) {
  .about-card-1 {
    width: 84%;
    margin-left: 32px;
  }
}

@media (max-width: 375px) {
  .about-card-2 {
    width: 84%;
    margin-left: 32px;
  }
}

@media (max-width: 375px) {
  .about-contact-img img {
    width: 80%;
    border-radius: 20px;
    margin-left: 35px;
  }
}

@media (max-width: 375px) {
  .rpm-button-container {
    width: 265px;
    height: 59px;
  }
}

@media (max-width: 375px) {
  .icon-text {
    font-size: 14px;
    margin-left: 10px !important;
  }
}


@media (max-width: 375px) {
  .about-img {
   margin-top: 40px;
  }
}



@media (max-width: 375px) {
  .about-experience {
    left: 63px;
  }
}



@media (max-width: 375px) {
  .about-img img {
    margin-top: 93px;
  }
}



@media (max-width: 375px) {
  .save-money-column {

    margin-left: 13px;
  }
}


@media (max-width: 375px) {
  .pea-conv-col{
    margin-top: 55px;
    margin-left: 13px;
  }
}



@media (max-width: 375px) {
  .car-xray-column{
    flex: 0 0 auto;
    width: 100.666667%; 
}
}


@media (max-width: 375px) {
  .icon-button{
    margin-left: 44px;
    margin-bottom: 62px;
    width: 250px;
}
}




 
.table-responsive, 
.table-scroll, 
.table-scroll-hidden {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


@media (max-width: 767px) {
  .container-fluid.col-12,
  .col-10 {
    width: 95%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-scroll-hidden {
    overflow-x: auto !important;
  }

  .warranty-plans th:first-child,
  .warranty-plans td:first-child {
    min-width: 120px;
    font-size: 21px;

  }
  
  .warranty-plans th:not(:first-child),
  .warranty-plans td:not(:first-child) {
    min-width: 80px;
    font-size: 20px;
    text-align: center;
  }
  
  .img-icon {
    margin-right: 5px;
  }
  
  .icon-span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .table-scroll::-webkit-scrollbar {
    height: 4px;
  }
  
  .table-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  .table-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
}



@media (max-width: 767px) {
  .icon-text-1 {
    font-size: 16px;
    margin-left: 50px !important;
  }
  
}


.menu-icon-phone{
  color: #ef1d26;
}



