/* ************************************************************* */
/* ************************************************************* */
/* Ceramic Service Page Custom CSS */
/* ************************************************************* */
/* ************************************************************* */

.radial {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000f2;
  z-index: 1;
  pointer-events: none;
}

.slider-container {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 200px;
}

.slider-wrapper .slider-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-wrapper .slider-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(20%);
  z-index: -1;
}

.slider-wrapper .slider-item .slider-content {
  opacity: 0;
  color: #fff;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 20px 10px;
}

.slider-item.swiper-slide-active .slider-content {
  animation: animate_opacity 0.8s 0.6s linear forwards;
  display: flex;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  justify-content: space-around;
}

@keyframes animate_opacity {
  100% {
    opacity: 1;
  }
}

.slider-wrapper .slider-item .slider-content > * {
  max-width: 35%;
}

.slider-item .slider-content .slide-subtitle {
  font-style: 1rem;
  font-weight: normal;
  font-weight: 700;
  width: max-content;
  color: #a88a47;
  opacity: 0;
  transform: translateY(60%);
}

.slider-item .slider-content .slide-title {
  font-style: 1.5rem !important;
  font-weight: 800;
  font-size: 18px;

  text-decoration: underline;
  margin-top: 5px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(60%);
  text-decoration-thickness: 4px;
}

.silver-one {
  color: #ccc !important;
  text-decoration-color: #ccc !important;
}

.gold-one {
  color: #ffdf00 !important;
  text-decoration-color: #ffdf00 !important;
}

.platinum-one {
  color: #e5e4e2 !important;
  text-decoration-color: #e5e4e2 !important;
}

.slider-item.swiper-slide-active :where(.slide-subtitle, .slide-title) {
  animation: animate_text 0.6s 0.6s linear forwards;
}

@keyframes animate_text {
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.slider-item .slider-content .slide-description {
  margin-top: 25px;
  line-height: 25px;
  opacity: 0;
  transform: translateY(60%);
}

.slider-item.swiper-slide-active .slide-description {
  animation: animate_text 0.6s 1s linear forwards;
}

.slider-item .slider-content .slide-button {
  color: #fff;
  width: 0;
  opacity: 0;
  text-align: center;
  padding: 13px 0px;
  display: block;
  margin-top: 45px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  transition: 0.4s ease-in-out;
}

.slider-item .slider-content .slide-button span {
  opacity: 0;
}

.slider-item.swiper-slide-active .slide-button span {
  animation: animate_opacity 0.6s 1.5s linear forwards;
}

.slider-item.swiper-slide-active .slide-button {
  animation: animate_button 0.6s 1.3s linear forwards;
}

@keyframes animate_button {
  100% {
    opacity: 1;
    width: 180px;
  }
}

.slider-item .slider-content .slide-button:hover {
  color: #000;
  background-color: #fff;
}

.slider-container .slider-controls {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: max-content;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-controls .slider-pagination {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1400px;
}

.slider-pagination .slider-indicator {
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #fff;

  transition: 0.4s ease-in-out;
}

.slider-container .slider-tap {
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
  cursor: pointer;
  padding: 12px 30px;
  margin-right: 5px;
  background: #e13e33;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.slider-navigations button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: #202022;
  z-index: 1;
  height: 40px;
  width: 40px;
  border: none;
  transition: 0.4s ease;
}

.slider-navigations button.swiper-button-disabled {
  display: none;
}

.slider-navigations button:hover {
  background: #323235;
}

.slider-navigations button#slide-prev {
  left: 20px;
}

.slider-navigations button#slide-next {
  right: 20px;
}

.image-div {
  width: 100%;
  height: auto;

  img {
    width: 100%;
    height: 100%;
  }
}

.price {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
}

.price-one {
  font-size: 35px;
  color: #e61c2e;
  font-weight: 900;
}

.slider-container .slider-controls {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: max-content;
  overflow-x: auto;
  scrollbar-width: none;
}

.frequently-area {
  background: #1a1a1a;
  padding-top: 50px;
  padding-bottom: 45px;
  margin-bottom: 60px;
}

.faq {
  font-size: 18px;
  font-weight: 600;
  color: #a88a47;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
/**********************************************/
.cerami-price-des {
  font-size: 10px;
  background-color: #e13e33;
  border-radius: 8px;
  margin-bottom: -14px;
  padding: 10px 20px;
  margin-top: -3px !important;
}

.cerami-price-des li {
  line-height: 15px;
}

.ceramic-overview {
  position: relative;
  width: max-content;
}

.ceramic-overview::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 3px;
  background: #f24a43;
  bottom: -4px;
  left: 0;
}

.ceramic-renew li {
  font-size: 14px !important;
  list-style: circle;
  font-weight: 200 !important;
  color: #ffffff !important;
  padding-left: 0px !important;
  margin-left: 12px;
}
.slide-subtitle-ceramic {
  text-align: center;
  font-size: 45px;
  color: #a88a47;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

.background-col {
  background: #131212;
}

.leave-coment2-one {
  background: #121212;
  margin-bottom: 60px;
  display: block;
  max-width: 73%;
  margin-left: auto;
  margin-right: auto;
}

.content-refresh-heading{
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #c5a253 !important;
    margin-bottom: 15px !important;
}

.leave-coment h3 {
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  font-feature-settings: "kern" off;
  color: #a88a47;
  margin-bottom: 30px;
}

.frequently-area-tint {
  background: #121212;
  padding-top: 50px;
  padding-bottom: 45px;
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .section-form {
    padding-top: 0px !important;
  }
  
  .mbb-0{
      margin-bottom:0 !important;
  }
  .leave-coment2-one {
    max-width: 100%;
    background: #121212;
    margin-bottom: 85px ;
  }

  .frequently-area {
    margin-bottom: 40px !important;
    padding-bottom: 20px !important;
  }
  .slide-subtitle-ceramic {
    font-size: 27px !important;
    padding-top: 55px !important;
    margin-bottom: -50px !important;
  }
  .section-crouse {
    height: 127vh !important;
  }
  .slider-container {
    width: 100%;
    height: 121vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 200px;
  }
  .slider-item.swiper-slide-active .slider-content {
    animation: animate_opacity 0.8s 0.6s linear forwards;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 30px;
  }
  .slider-wrapper .slider-item .slider-content > * {
    max-width: 100%;
  }
  .image-div {
    width: 183px;
    margin-top: 20px;
    height: 300px;
    height: auto;
    margin: 0 auto;
    img {
      width: 100%;
      height: auto !important;
    }
  }
  .frequently-area-tint {
    margin-bottom: 40px;
    padding-bottom: 24px;
  }
}


/* ************************************************************* */
/* ************************************************************* */
/* Luxury Detailing Page Custom CSS */

/* ************************************************************* */
/* ************************************************************* */

.table-container {
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  animation: bgColors 10s infinite alternate ease-in-out;
}

@keyframes bgColors {
  0% {
    background: #cd7f32;
    box-shadow: 0 0 15px rgba(205, 127, 50, 0.6);
  }

  25% {
    background: #c0c0c0;
    box-shadow: 0 0 15px rgba(200, 200, 200, 0.5);
  }

  50% {
    background: #ffd700;
    box-shadow: 0 0 15px rgba(255, 223, 0, 0.7);
  }

  75% {
    background: #e5e4e2;
    box-shadow: 0 0 15px #e5e4e2;
  }

  100% {
    background: #cd7f32;
    box-shadow: 0 0 15px rgba(205, 127, 50, 0.6);
  }
}

.table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
}

.table thead th {
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  border: none;
}

.table tbody td,
.table tbody th {
  background: #1e1e1e;
  border: 1px solid #2a2a2a;
  color: #ddd;
}

/* First column sticky */
.feature-col {
  position: sticky;
  left: 0;
  background: #1a1a1a !important;
  font-weight: 500;
  text-align: left;
  z-index: 2;
  width: 500px;
  color: #fff;
}

/* Header background colors */
.pkg-bronze {
  background: #8b4c1f;
  color: #000000 !important;
}

.pkg-silver {
  background: #c0c0c0;
  color: #000000 !important;
}

.pkg-gold {
  background: #ffb400;
  color: #000000 !important;
}

.pkg-platinum {
  background: #e5e4e2;
  color: #000000 !important;
}

/* Hover effect */
.table-hover tbody tr:hover td {
  background: #2a2a2a;
  color: #fff;
}

.bi {
  font-size: 1.3rem;
}

/* Rounded corners */
.table thead th:first-child {
  border-top-left-radius: 12px;
}

.table thead th:last-child {
  border-top-right-radius: 12px;
}

.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.pricing-section {
  padding: 50px 0 45px 0;
  overflow: hidden;
  background: #000000;
}

.pricing-row {
  border-radius: 15px;
  padding: 20px 0 !important;
  margin-bottom: 0px;
}

.pt-60 {
  padding-top: 30px;
}

.pricing-box {
  background: #1a1a1a;
  border-radius: 15px;
  text-align: center;
  padding: 25px 20px;
  color: #fff;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
  margin-bottom: 20px;
  transform: 0.3s;
}

.pricing-box:hover {
  transform: scale(1.04);
}

/* Glow Borders */
.bronze {
  border: 2px solid #cd7f32;
  box-shadow: 0 0 15px rgba(205, 127, 50, 0.6);
}

.bronze-01 {
  color: #cd7f32 !important;
}

.silver {
  border: 2px solid #bbb;
  box-shadow: 0 0 15px rgba(200, 200, 200, 0.5);
}

.silver-01 {
  color: #bbb !important;
}

.gold {
  border: 2px solid #ffdf00;
  box-shadow: 0 0 15px rgba(255, 223, 0, 0.7);
}

.gold-01 {
  color: #ffdf00 !important;
}

.platinum {
  border: 2px solid #e5e4e2;
  box-shadow: 0 0 15px #e5e4e2;
}

.platinum-01 {
  color: #e5e4e2 !important;
}

.price {
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0;
}

.features {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 15px;
}

.btn-buy {
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: bold;
  transition: 0.3s;
  border: none;
}

.bronze .btn-buy {
  background: #cd7f32;
  color: #111;
}

.silver .btn-buy {
  background: #ccc;
  color: #111;
}

.gold .btn-buy {
  background: #ffdf00;
  color: #111;
}

.platinum .btn-buy {
  background: #e5e4e2;
  color: #111;
}

.btn-buy:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

.heading {
  text-align: center;
  color: #a88832;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 30px;
  margin-left: auto;
  width: max-content;
  position: relative;
  margin-right: auto;
}

.heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 48%;
  height: 3px;
  background: #a88832;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}

.heading:hover::after {
  width: 100%;
}
.addons-section {
  padding: 60px 0;
}
.ul li {
  color: #001428;
  font-size: 15px;
}

.features {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 15px;
}

.btn-buy {
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: bold;
  transition: 0.3s;
  border: none;
}

.bronze .btn-buy {
  background: #cd7f32;
  color: #111;
}

.btn-buy:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

.list-one {
  list-style: none;
  text-align: start !important;
}

.tint-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.tint-sale-content {
  position: relative;
  z-index: 2;
}

.tint-sale-badge-one {
  display: inline-block;
  background: #c5a25300;
  color: #c5a253;
  margin-top: 124px;
  font-weight: 700;
  padding: 11px 25px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 3.1rem;
  margin-bottom: 0px;
  position: relative;
}

.mid-price {
  font-size: 17px !important;
  font-weight: bold !important;
  margin: 6px 0 !important;
}

.button {
  padding: 6px 8px;
  font-size: 12px;
}

.mid-features {
  font-size: 10px !important;
}
.inner-pricing {
  padding-bottom: 60px !important;
}
.button_hover:hover {
  color: unset;
}
i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
  font-size: 25px;
  /*padding-right: 4px !important;*/
}

.frequently-area-luxury {
  background: #121212;
  padding-top: 50px;
  padding-bottom: 45px;
  margin-bottom: 60px;
}
.pricing-box h4 {
  font-weight: bold !important;
  margin-bottom: 15px !important;
}
.mid-ser-heading {
  font-size: 16px;
}

.lead {
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .features-area3-ppf {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .list-one {
    list-style: none;
    text-align: start !important;
    font-size: 11px;
    padding-left: 0px;
  }
  .inner-pricing {
    padding-bottom: 40px !important;
  }
  .frequently-area {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .pricing-section {
    padding: 37px 0 25px 0;
    overflow: hidden;
    background: #000000;
  }
  .addons-section {
    padding: 40px 0;
  }
  .frequently-area-luxury {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .lead {
    font-size: 11px;
    text-align: justify;
  }
  .heading::after {
    bottom: -4px !important;
    height: 1px !important;
  }
  .heading {
    font-size: 20px !important;
  }
}

/* ************************************************************* */
/* ************************************************************* */
/* Paint Protection Film Page Custom CSS */
/* ************************************************************* */
/* ************************************************************* */
.section-crouse-ppf {
  margin-top: 134px;
  width: 100%;
  height: 90vh;
  background: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
}

.radial-ppf {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgb(0, 0, 0),
    rgba(255, 255, 0, 0)
  );
  z-index: 1;
  pointer-events: none;
}

.slider-container-ppf {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 200px;
}

.slider-wrapper-ppf .slider-item-ppf {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-wrapper-ppf .slider-item-ppf::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(20%);
  z-index: -1;
}

.slider-wrapper-ppf .slider-item-ppf .slider-content-ppf {
  opacity: 0;
  color: #fff;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 20px 10px;
}

.slider-item-ppf.swiper-slide-active .slider-content-ppf {
  animation: animate_opacity 0.8s 0.6s linear forwards;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@keyframes animate_opacity {
  100% {
    opacity: 1;
  }
}

.slider-item-ppf .slider-content-ppf .slide-subtitle-ppf {
  font-style: 1rem;
  font-weight: normal;
  font-weight: 700;
  width: max-content;
  color: #a88a47;
  opacity: 0;
  transform: translateY(60%);
}

.slider-item-ppf .slider-content-ppf .slide-title-ppf {
  font-style: 1.5rem !important;
  font-weight: 800;
  font-size: 18px;

  text-decoration: underline;
  margin-top: 5px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(60%);
  text-decoration-thickness: 4px;
}

.bronze-one {
  color: #cd7f32 !important;
  text-decoration-color: #cd7f32 !important;
}

.slider-item-ppf.swiper-slide-active
  :where(.slide-subtitle-ppf, .slide-title-ppf) {
  animation: animate_text 0.6s 0.6s linear forwards;
}

@keyframes animate_text {
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.slider-item-ppf .slider-content-ppf .slide-description-ppf {
  margin-top: 25px;
  line-height: 25px;
  opacity: 0;
  transform: translateY(60%);
}

.slider-item-ppf.swiper-slide-active .slide-description-ppf {
  animation: animate_text 0.6s 1s linear forwards;
}

.slider-item-ppf .slider-content-ppf .slide-button-ppf {
  color: #fff;
  width: 0;
  opacity: 0;
  text-align: center;
  padding: 13px 0px;
  display: block;
  margin-top: 45px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  transition: 0.4s ease-in-out;
}

.slider-item-ppf .slider-content-ppf .slide-button-ppf span {
  opacity: 0;
}

.slider-item-ppf.swiper-slide-active .slide-button-ppf span {
  animation: animate_opacity 0.6s 1.5s linear forwards;
}

.slider-item-ppf.swiper-slide-active .slide-button-ppf {
  animation: animate_button 0.6s 1.3s linear forwards;
}

@keyframes animate_button {
  100% {
    opacity: 1;
    width: 180px;
  }
}

.slider-item-ppf .slider-content-ppf .slide-button-ppf:hover {
  color: #000;
  background-color: #fff;
}

.slider-controls-ppf .slider-pagination-ppf {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1400px;
}

.slider-pagination-ppf .slider-indicator-ppf {
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #fff;

  transition: 0.4s ease-in-out;
}

.slider-container-ppf .slider-tap-ppf {
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
  cursor: pointer;
  padding: 12px 30px;
  margin-right: 5px;
  background: #e13e33;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.slider-navigations-ppf button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: #202022;
  z-index: 1;
  height: 40px;
  width: 40px;
  border: none;
  transition: 0.4s ease;
}

.slider-navigations-ppf button.swiper-button-disabled {
  display: none;
}

.slider-navigations-ppf button:hover {
  background: #323235;
}

.slider-navigations-ppf button#slide-prev {
  left: 20px;
}

.slider-navigations-ppf button#slide-next {
  right: 20px;
}

.ppf-heading {
  font-size: 60px;
  padding: 50px;
}

.slider-wrapper-ppf .slider-item-ppf .slider-content-ppf > * {
  max-width: 50%;
}

.slider-container-ppf .slider-controls-ppf {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: max-content;
  overflow-x: auto;
  scrollbar-width: none;
}
.frequently-area-ppf {
  background: #000000;
  padding-top: 50px;
  padding-bottom: 45px;
  margin-bottom: 60px;
}

.features-area3-ppf {
  background: #1a1a1a;
}

.blog-area3-ppf {
  padding-bottom: 60px;
  padding-top: 50px;
  background: #000000;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
  margin-top: 40px;
}

.list-items li {
  color: #a88a47 !important;
  font-size: 14px !important;
  margin-bottom: 0px !important;
  font-weight: 500 !important;
}

.slide-subtitle-ppf {
  text-align: center;
  font-size: 45px;
  color: #a88a47;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

.ppf-section-h1 {
  color: #a88a47;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}

.ppf-tag-line {
  color: #ffffff;
  text-transform: uppercase;
}

.ppf-dis-div {
  background: #e13e33;
  border-radius: 10px;
}

.ppf-heading-h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
}

.ppf-para {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px;
}

.ppf-button {
  background-color: red;
}
.button_hover:hover {
  color: unset;
}

.paragraph-ppf {
  color: #ffffff;
  font-size: 14px !important;
}

@media screen and (max-width: 576px) {
  .slider-container-ppf .slider-controls-ppf {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .slider-wrapper-ppf .slider-item-ppf .slider-content-ppf > * {
    max-width: 100% !important;
  }
  .slide-subtitle-ppf {
    font-size: 27px !important;
    padding-top: 55px !important;
    margin-bottom: -100px !important;
  }
  .faq {
    padding: 0 18px;
  }
  .ppf-para {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .ppf-heading {
    font-size: 46px !important;
    padding: 43px !important;
  }

  .ppt {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .frequently-area-ppf {
    padding-bottom: 33px !important;
    margin-bottom: 0px !important;
    margin-bottom: 40px !important;
  }

  .section-crouse-ppf {
    margin-top: 134px;
    width: 100%;
    height: 116vh;
  }

  .slider-container-ppf {
    width: 100%;
    height: 121vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 200px;
  }

  .slider-item-ppf.swiper-slide-active .slider-content-ppf {
    animation: animate_opacity 0.8s 0.6s linear forwards;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 30px;
  }

  .blog-area3-ppf {
    padding-bottom: 40px;
    padding-top: 50px;
    background: #000000;
  }

  .paragraph-ppf {
    color: #ffffff;
    font-size: 12px !important;
  }
  .accordion-area .accordion-body p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .ppf-section-h1 {
    font-size: 16px;
  }
  .accordion-area button.accordion-button {
    font-size: 14px !important;
    padding: 8px 27px 9px 15px;
    z-index: 1;
  }
}
/* ************************************************************* */
/* ************************************************************* */
/* Wrap Page Custom CSS */
/* ************************************************************* */
/* ************************************************************* */
.features-about-card3 p {
  text-align: left;
}

.hero-overlay {
  background: #000000f0;
  width: 100%;
  height: 100%;
}

.highlight-tag {
  text-align: center;
  font-size: 45px;
  color: #a88a47;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

.hero-text h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
}

.hero-text p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: white;
}

.btn-outline-light {
  border: 2px solid white;
  padding: 10px 20px;
  font-weight: 600;
}

.vinty {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 33px;
  display: inline-block;
  color: #19191b;
  margin-bottom: 15px;
  display: block;
  text-align: left;
}

.ajay {
  font-weight: 500;
  margin-top: 20px;
  font-size: 16px;
  color: #19191b;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pricing-badge {
  background-color: #e81c2e;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 0 0 7px 7px;
  width: fit-content;
  margin: 0 auto;
  margin-top: -10px;
}

.height {
  height: 60px;
}

.vinyl-section {
  padding: 60px 0;
  background-color: #1a1a1a;
}

.vinyl-header {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.vinyl-header h2 {
  font-weight: 700;
  color: #111;
}

.vinyl-header p {
  color: #555;
}

.brand-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #fff;
}

.brand-card:hover {
  transform: translateY(-5px);
}

.icon-text {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #444;
}

.icon-text i {
  color: #e4262d;
  margin-right: 10px;
}

.btn-custom {
  background-color: #e3242b;
  border: none;
  color: #111;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 8px;
}

.btn-custom:hover {
  background-color: #ffffff;
}

.logo {
  width: 300px;
  margin: unset !important;

  img {
    width: 100%;
  }
}

.wrapping-section {
  padding: 60px 0;
  background: #000000;
}

.icon {
  font-size: 70px;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgb(227 34 41) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgb(168 138 71) !important;
}

.fw-bold {
  font-weight: 700 !important;
  text-transform: capitalize !important;
}

.wrap-background-one {
  background-image: linear-gradient(to top, #b9b9b9, #ffffff);
}
.wrap-background-two {
  background-image: linear-gradient(to top, #c3a55c, #ffffff);
}
.wrap-background-three {
  background-image: linear-gradient(to top, #d1d0d5, #ffffff);
}
.wrap-background-four {
  background-image: linear-gradient(to top, #dddddd, #ffffff);
}

.wrap-div {
  width: 100%;
  height: 59vh;
}

.btn-custom:hover {
  background-color: #e3242b !important;
}
.frequently-area-wrap {
  background: #151414;
  padding-top: 50px;
  padding-bottom: 45px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .wrap-div {
    width: 100%;
    height: 80vh;
  }
  .hero-section {
    height: 80vh;
  }

  .hero-text h1 {
    font-size: 20px !important;
    font-weight: 800;
  }

  .highlight-tag {
    font-size: 1rem;
    padding-top: 100px !important;
  }
  .features-area3-ppf {
    background: #1a1a1a;
    padding: 41px 0;
  }
  .frequently-area {
    background: #151414;
    padding-top: 40px;
    padding-bottom: 22px;
    margin-bottom: 40px;
  }
  .blog-area3-ppf {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .vinyl-section {
    padding: 40px 0;
  }
  .wrapping-section {
    padding: 40px 0;
  }
  .frequently-area-wrap {
    margin-bottom: 40px;
  }
  .vinyl-header p {
    font-size: 12px !important;
  }
  .vinyl-header {
    padding: 15px;
  }
  .icon-text {
    font-size: 12px;
    line-height: 20px;
  }
  .bi {
    font-size: 15px;
  }
  .small,
  small {
    font-size: 12px !important;
  }
  .fw-bold {
    font-size: 16px !important;
  }

  .features-about-card3 {
    padding: 12px !important;
  }
  .vinty {
    font-size: 18px;
    text-align: center;
  }
  .features-about-card3 h5 {
    font-size: 16px !important;
  }
  .ul li {
    color: #001428;
    font-size: 12px;
  }
  .features-about-card3 p {
    font-size: 12px;
    line-height: 16px;
  }
  .ceramic-renew li {
    font-size: 12px !important;
  }
  .logo {
      padding-bottom: 0px;
    }
}
/* ************************************************************* */
/* ************************************************************* */
/* Tint Page Custom CSS */
/* ************************************************************* */
/* ************************************************************* */

.text-warning {
  --bs-text-opacity: 1;
  color: rgb(227 34 41) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgb(168 138 71) !important;
}

.fw-bold {
  font-weight: 700 !important;
  text-transform: capitalize !important;
}

.tint-hero-tint {
  background: url("<?php echo base_url(); ?>assets/images/12974.jpg")
    center/cover no-repeat;
  padding: 80px 0;
  position: relative;
}

.tint-hero-tint::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    to top,
    black,
    #000000f0,
    #000000d1,
    #000000bf,
    #ffffff00
  );
}

.tint-sale-content {
  position: relative;
  z-index: 2;
}

.tint-sale-badge {
  display: inline-block;
  background: #c5a253;
  color: #000000;
  margin-top: 131px;
  font-weight: 700;
  padding: 11px 25px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1rem;
  margin-bottom: 0px;
}

.pricing-card {
  position: relative;
  background: rgba(20, 20, 20, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 30px 20px;
  height: 100%;
  max-width: 400px;
  width: 100%;
  transition: 0.3s ease;
  /*z-index:1;*/
}

.pricing-card h5 {
  background: linear-gradient(90deg, #6a0dad, #9b4dff);
  color: #fff;
  font-size: 1rem;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: 600;
}

.pricing-card .subheader {
  background: #c5a253;
  color: #111;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 8px 15px;
  border-radius: 0 0 4px 4px;
  margin-bottom: 15px;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-card ul li {
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.pricing-card ul li::before {
  content: "›";
  color: #c5a253;
  margin-right: 8px;
}

.pricing-card {
  background: #000000e8;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 35px;
  text-align: start;
  margin-bottom: -10px;
}

.section-tint {
  background: rgb(0, 0, 0);
}

.card-tint {
  background-color: #1a1a1a;
  border-radius: 5px;
  padding: 3rem;
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.section-title-tint {
  margin-bottom: 35px !important;
  text-align: center;
  color: #c5a253;
  text-transform: uppercase;
}

.sub-heading {
  color: rgb(255, 255, 255);
}

.tint-para {
  color: #ffffff;
  font-weight: 200;
  font-size: 14px;
}
.tint-sale-badge-one-tint {
  display: inline-block;
  background: #c5a25300;
  color: #c5a253;
  margin-top: 124px;
  font-weight: 700;
  padding: 11px 25px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 3.1rem;
  margin-bottom: 0px;
  position: relative;
}

.features-area3-tint {
  background: #1a1a1a;
  margin-top: 90px;
}

@media (max-width: 768px) {
  .features-area3-tint {
    background: #1a1a1a;
    margin-top: 550px;
    margin-bottom: 13px;
  }
  .tint-sale-badge {
    margin-bottom: 25px;
  }
  .features-area3-ppf {
    background: #1a1a1a;
    margin-top: 0px;
  }

  .card-tint {
    padding: 20px;
  }

  .tint-para {
    font-size: 12px;
  }
  .sub-heading {
    font-size: 14px;
    text-transform: uppercase;
  }
}

/* ************************************************************* */
/* ************************************************************* */
/* FAQ'S */
/* ************************************************************* */
/* ************************************************************* */

/* --- Left Column: Category List --- */
.faq-nav-container {
  padding: 20px;
  background-color: #1e1e1e;
  border-radius: 8px;
}

.faq-nav-container h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
}

.list-group-item {
  background-color: transparent;
  border: none;
  color: #b0b0b0;
  font-weight: 400;
  padding: 12px 15px;
  margin-bottom: 5px;
  border-radius: 5px !important;
  transition: all 0.3s ease;
  font-size: 15px;
}

.list-group-item:hover {
  background-color: #333;
  color: #fff;
}

.list-group-item.active {
  background-color: #bf2c3a;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.accordion-item {
  background-color: #2a2a2a;
  border: none;
  margin-bottom: 10px;
  border-radius: 8px !important;
}

.accordion-header {
  border-radius: 8px !important;
}

.accordion-button {
  background-color: #2a2a2a;
  color: #e0e0e0;
  font-weight: 500;
  border-radius: 8px !important;
}

.accordion-button:not(.collapsed) {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-body {
  background-color: #212121;
  color: #b0b0b0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.accordion-body p,
.accordion-body ol,
.accordion-body ul {
  color: #cccccc !important;
  font-size: 14px;
  margin-bottom: 0px !important;
}

.faq-number {
  color: #888;
  font-weight: bold;
  margin-right: 15px;
}

.section-faq {
  padding: 60px 0 100px 0px;
  background: #181616;
}
@media only screen and (max-width: 767px) {
  .section-faq {
    padding: 45px 0 85px 0px;
    margin-bottom: -48px;
  }
}

/* ************************************************************* */
/* ************************************************************* */
/* GOOGLE REVIEWS WIDGET */
/* ************************************************************* */
/* ************************************************************* */
.footer-modal {
  font-weight: 700;
  color: #a88832;
  text-transform: uppercase;
  margin-top: -17px;
}

.google-review {
  justify-content: center;
  padding-top: 10px;
  margin-bottom: 0px !important;
  img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-modal {
    margin-top: 17px;
  }
}
/* ************************************************************* */
/* ************************************************************* */
/* GALARY PAGE CUSTOM CSS */
/* ************************************************************* */
/* ************************************************************* */

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 70px; /* adjust size */
  height: 70px; /* must match width */
  border: 2px solid #fff; /* circular white border */
  border-radius: 50%; /* make it round */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px; /* size of the play icon */
  background: rgba(0, 0, 0, 0.3); /* optional translucent background */
  transition: all 0.3s ease;
}

.play-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) scale(1.1);
}

.play-icon i {
  line-height: 1;
  margin: 0 auto;
  padding-left: 5px;
  padding-top: 5px;
  display: block;
}

.service-card {
  position: relative;
}

/* ************************************************************* */
/* ************************************************************* */
/* Index Page Custom CSS  */
/* ************************************************************* */
/* ************************************************************* */

.owl-carousel {
  .owl-stage {
    display: flex;
  }
  .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
}
/* ************************************************************* */
/* ************************************************************* */
/*  SAME SERVICES PAGE CUSTOM CSS  */
/* ************************************************************* */
/* ************************************************************* */

.pricing-section-same {
  padding: 50px 0 0 0;
}

.tint-hero-same::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.details-widget .d-content h4 {
  font-weight: 800;
  font-size: 35px;
  text-transform: capitalize;
  color: #c5a253;
  text-align: center;
  margin-bottom: 15px;
}

.details-widget .d-content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}

.order-list-service li {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
}

.point-background {
  background-color: #1a1a1a !important;
}

.paint-h4 {
  font-size: 20px !important;
  text-align: start !important;
}
/* ************************************************************* */
/* ************************************************************* */
/* sevice details page custom css */
/* ************************************************************* */
/* ************************************************************* */

.details-widget-sd .d-content-sd h4 {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  color: #c5a253;
  text-align: center;
  margin-bottom: 35px;
}
.service-content-desc-sd {
  text-align: justify;
}

.service-content-desc-sd h5 {
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #c5a253 !important;
  margin-bottom: 15px !important;
}
.service-content-desc-sd ul li,
.service-content-desc-sd ol li {
  color: #ffffff !important;
  font-size: 12px !important;
  margin-bottom: 5px !important;
  font-weight: 300 !important;
}
.service-content-desc-sd p {
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 22px !important;
  color: #ffffff !important;
  margin-bottom: 10px !important;
}

.frequently-area-sd {
  background: #0f0f0f;
  padding-top: 50px;
  padding-bottom: 45px;
  margin-bottom: 60px;
}

.details-widget-sd .d-content-sd {
  margin-bottom: 0;
}
.tint-sale-badge-one-sd {
  display: inline-block;
  background: #c5a25300;
  color: #c5a253;
  margin-top: 124px;
  font-weight: 700;
  padding: 11px 25px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 3.1rem;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .tint-sale-badge-one-sd {
    font-size: 1.5rem !important;
  }
  .frequently-area-sd {
    background: #0f0f0f;
    padding-top: 40px;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}


/* ************************************************************* */
/* ************************************************************* */
/* CSS.PHP STYLE */
/* ************************************************************* */
/* ************************************************************* */

.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.122);
}

.header_logo_x {
  width: 200px;

  img {
    width: 100%;
    height: auto;
  }
}

.headere_p_button {
  width: max-content;
  font-weight: 600;
}

.header_para {
  margin-bottom: 0px;
}

.header_span_1 {
  font-size: 19px;
  text-transform: uppercase;
  font-style: italic;
  color: #ffffff;
}

.header_span_2 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  color: #a88a47;
}

.header_span_3 {
  font-size: 11px;
  text-transform: lowercase;
  font-style: italic;
  color: #ffffff;
}

.header_contact {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header_contact_info {
  text-align: center;
  color: #a88a47;
  margin-bottom: 5px;
}

.header_img {
  width: 25px;
}

.header_mob {
  margin-bottom: 0px;
  font-size: 22px;
  color: #ffffff;
}

.nav_padding {
  padding-top: 0px !important;
  padding-bottom: 0% !important;
}

.modal {
  --bs-modal-width: 800px !important;
}

.modal-header {
  border-bottom: none !important;
}

.modal-content {
  background-color: #1a1a1a !important;
}

.nav-desktop {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .mob-nav {
    display: none !important;
  }

  .nav-desktop {
    display: block !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    margin-bottom: 13px;
  }

  .header_para {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 16px;
    justify-content: space-between;
  }

  .header_logo_x {
    width: 200px;
  }

  .header_span_1 {
    font-size: 25px;
    margin-bottom: -6px;
  }

  .header_span_2 {
    font-size: 31px;
    margin-bottom: -8px;
  }

  .header_span_3 {
    font-size: 15px;
  }

  .header_contact_info {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }

  .header_mob {
    font-size: 21px;
  }

  .header_img {
    width: 31px;
  }

  .mobile-responsive-nav
    .mobile-responsive-menu.mean-container
    a.meanmenu-reveal {
    padding-top: 25px;
  }

  .main-logo {
    margin-top: 13px !important;
  }
}

@media only screen and (max-width: 786px) {
  .mob-nav {
    display: none !important;
  }
      i[class^="flaticon-"]::before, i[class*=" flaticon-"]::before {
        font-size: 16px;
    }

  .nav-desktop {
    display: block !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    margin-bottom: 13px;
  }

  .header_para {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    line-height: 15px;
    justify-content: space-between !important;
  }

  .header_logo_x {
    width: 125px !important;
  }

  .header_span_1 {
    font-size: 16px !important;
    margin-bottom: 0px !important;
  }

  .header_span_2 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
  }

  .header_span_3 {
    font-size: 10px !important;
  }

  .header_contact_info {
    font-size: 11px !important;
    text-transform: uppercase !important;
    margin-bottom: -4px !important;
  }

  .header_mob {
    font-size: 15px !important;
  }

  .header_img {
    width: 16px !important;
  }

  .mobile-responsive-nav
    .mobile-responsive-menu.mean-container
    a.meanmenu-reveal {
    padding-top: 25px !important;
  }

  .main-logo {
    margin-top: 13px !important;
  }
}
@media screen and (max-width: 385px) {
    .header_logo_x {
        width: 120px !important;
    }
    .header_span_1 {
        font-size: 13px !important;
    }
    .header_span_2 {
        font-size: 17px !important;
    }
    .header_span_3 {
        font-size: 8px !important;
    }
    .header_contact_info {
        font-size: 9px !important;
    }
    .header_mob {
        font-size: 9px !important;
    }
    .header_img {
        width: 12px !important;
    }
    .navbar-area-style3 {
        margin-top: -184px;
    }
    .nav-desktop {
        margin-bottom: -3px;
    }
}
#service .service-card .service-content p {
  margin-bottom: 40px;
}

#service .service-card .deafult-btn1 {
  background-color: transparent;
  border: solid 1px #e81c2e;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  transition: 0.8s;
  border: none;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
.service-card .deafult-btn1:hover {
  color: #fff;
}
.service-card .deafult-btn1:hover::before {
  background-color: #e81c2e;
  border: solid 1px #e81c2e;
}

.service-card .deafult-btn1:hover::after {
  background-color: #e81c2e;
  border: solid 1px #e81c2e;
}

.map-font {
  font-size: 14px !important;
}

/* ************************************************************* */
/* ************************************************************* */
.service-background-color-faq{
    background-color:#ffffff !important;
}

.service-background-color-faq ul li,
.service-background-color-faq ol li{
    color: #000000 !important;
}
.content-refresh {
    background-color: #0d0d0c;
    padding: 60px 0 100px;
}

.service-bottom{
    margin-bottom:35px !important;
}
/* ************************************************************* */
/* ************************************************************* */



.footer-button {
    display:none;
}

.btn-close-one{
    position:absolute;
    right:58px!important;
    top:57px;
}


@media (max-width: 576px) {
    .footer-button {
        display:block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: center;
        background: floralwhite;
        z-index: 9999;
    }
    .footer-a-tag {
        text-transform: uppercase;
        text-align: center;
        padding: 10px;
        font-weight: 600;
    }
    .footer-buttom {
        color: #ffffff;
        font-size: 14px;
    }
    .btn-close-one{
        position: absolute;
        right: 16px !important;
        top: 16px;
    }
}
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
/* ************************************************************* */
