 /* banner section */

.section-banner-franchise {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url(https://www.thedetailingmafia.com/assets/images/our-services/paint-protection/PPF-BANNER-NEW.png);
}
.become-installer-heading h1 {
color: white;
padding: 150px 0px;
font-size: 35px;
font-weight: 700;
font-family: "Montserrat", Sans-serif;
margin: 0px;
}
.become-installer-heading h1 span {
color: #ff0000;
}
/* banner */
@media (max-width:2200px) {
.become-installer-heading h1 {
padding: 191px 0px 263px 0px;
}
}
@media (max-width:1600px) {
.become-installer-heading h1 {
padding: 150px 0px;
}
}
@media (max-width:1440px) {
.section-banner-franchise {
background-position-x: -165px;
}
.become-installer-heading h1 {
padding: 170px 0px;
}
}
@media (max-width:1300px) {
.section-banner-franchise {
background-position-x: -268px;
}
}
@media(max-width:1200px){
.become-installer-heading h1 {
padding: 116px 0px;
font-size: 24px;
}
}
@media(max-width:999px){
    .section-banner-franchise {
        background-position-x: -151px;
    }
}

@media (max-width:768px) {
.become-installer-heading h1 {
padding: 120px 0px;
}
.section-banner-franchise {
        background-position-x: -345px;
    }
}
@media (max-width:500px) {
.section-banner-franchise {
background-position-x: 0px;
}
}

/* banner section close */


/*para section*/
.para-section{
        padding: 10px 10px;
}


.para-heading p{
    font-size:15px;
    text-align: justify;
        margin-bottom: 8px;
}

.para-heading h3{
        font-weight: 500;
    color: black;
    margin: 15px 0px;
     font-size:23px;
}
@media(max-width:600px){
    .para-section {
    padding: 20px 10px 50px 10px;
}
  
.para-heading h3 {
    font-size: 19px;
}
}
.table-2 p{
    text-align: center;
}


/*aerrow*/
.benefits-wrapper {
      max-width: 1600px;
      margin: 0 auto;
    }

    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px 28px;
    }

    .benefit-item {
      width: 100%;
    }

    .benefit-btn {
      width: 100%;
      background: #ff1208;
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 12px 20px;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.2;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      transition: 0.3s ease;
      box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    }

    .benefit-btn:hover {
      background: #e50f06;
    }

    .benefit-btn .title {
      flex: 1;
      text-align: center;
    }

    .benefit-btn .arrow {
         width: 6px;
    height: 12px;
    min-width: 12px;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff;
      transform: rotate(45deg);
      transition: transform 0.3s ease;
      margin-right: 4px;
    }

    .benefit-item.active .benefit-btn .arrow {
      transform: rotate(225deg);
      margin-top: 6px;
    }

    .benefit-content {
      max-height: 0;
      overflow: hidden;
      background: #fff;
      border-radius: 0 0 6px 6px;
      transition: max-height 0.35s ease, padding 0.35s ease;
      box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    }

    .benefit-item.active .benefit-content {
      max-height: 320px;
      padding: 18px 18px 20px;
      margin-top: 0;
    }

    .benefit-content p {
      color: #222;
      font-size: 14px;
      line-height: 1.7;
      text-align: left;
    }

    
    @media (max-width: 991px) {
      .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 20px;
      }

      .benefit-btn {
        font-size: 16px;
        padding: 14px 16px;
      }

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

   
    @media (max-width: 600px) {
     

      .benefits-grid {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .benefit-btn {
        font-size: 15px;
        padding: 14px 14px;
      }

      .benefit-btn .title {
        text-align: left;
      }

      .benefit-content p {
        font-size: 14px;
        line-height: 1.6;
      }
    }
/*aerrow*/
/*para section close*/




.banner-section img{
    width:100%;
}



/* apply-ppf-section */

.apply-ppf-section{

 padding: 50px 10px 50px 10px;

}

.apply-ppf-heading h2{

 font-weight: 800;

 color: black;

 text-align: center;

 font-style: italic;

}

.apply-ppf-heading h2 span{

 color: #e1281b;

}

.apply-slider{

 background-image: url('../images/product/ppf/ppf-bg.jpg');

 background-repeat: no-repeat;

 background-size: cover;

 padding: 30px 40px 10px 40px;

 margin-top: 2rem;

 border-top: 15px solid #e1281b;

}

.apply-row{

 margin-bottom: 30px;

}

.apply-row .apply-colum1 img{

 width: 100%;

 border: 5px solid #e1281b;

 border-radius: 5px;

}

.apply-row .apply-colum2{

 align-content: center;

}

.apply-row .apply-colum2 h2{

 color: #e1281b;

 font-weight: 800;

 font-size: 50px;

 text-align: center;

}

.apply-row .apply-colum2 p{

 color: white;

 font-size: 25px;

 text-align: center;

}

.swiper-pagination-bullet{

 background-color: white;

}
.apply-ppf-heading p{
  text-align: center;
}


@media(max-width:1400px){
  .apply-ppf-heading h2 {
   font-size: 27px;
}
}


@media(max-width:768px){

 .apply-row .apply-colum2 {

     margin-top: 1rem;

 }

 .apply-slider {

     padding: 40px 20px 30px 20px;

 }

}



@media(max-width:500px){

 .apply-row .apply-colum2 h2 {

     font-size: 29px;

 }
 .apply-row .apply-colum2 p {
  font-size: 19px;
}

 .apply-row .apply-colum2{

     font-size: 20px;

 }
 .apply-ppf-heading h2 {
  font-size: 23px;
}

}

.bold-p {

 margin-top: 1rem !important;

 text-align: center;

}

.bold-p span {

 color: #e1281b;

 font-weight: bold;

}

/* apply-ppf-section close */






.bike-ppf-section{

 padding: 40px 10px;

}

.bike-ppf-heading h2{

 font-weight: 800;

 color: #e1281b;

 font-style: italic;

 text-align: center;

}

.bike-ppf-heading h2 span{

 color: black;

}

.bike-ppf-heading p{

 font-size: 15px;

 text-align: center;

}

.bike-ppf-row{

 margin-top: 2rem;

}

.bike-ppf-row .bike-ppf-colum1 img{

 width: 100%;

}



.bike-ppf-row .bike-ppf-colum2{

 align-content: center;

}
.bike-ppf-row .bike-ppf-colum2 .new-tablee h2 {
    font-weight: 700;
    font-size: 30px;
}
.bike-ppf-row .bike-ppf-colum2 .new-tablee h2 span {
    color: red;
}
.bike-ppf-row .bike-ppf-colum2 .new-tablee p {
    font-size: 15px;
}
.bike-ppf-row .bike-ppf-colum2 .new-tablee h3 {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: red;
    margin-bottom: -14px;
}
.bike-ppf-row .bike-ppf-colum2 .new-table table thead tr th{
        background: red;
    color: white;
        padding: 9px 20px;
    
}
.bike-ppf-row .bike-ppf-colum2 .new-table table tbody tr td{
        border: 1px solid #000000a3;
    padding: 9px;
}

@media(max-width:1400px){
  .bike-ppf-heading h2 {
   font-size: 27px;
}
}



@media(max-width:768px){

 .bike-table {

     margin-top: 10px;

 }

}



@media(max-width:500px){

 .bike-table{

     padding: 10px 0px 0px 0px;

 }
 .bike-ppf-heading h2 {
  font-size: 23px;
}

}




  
/* faq section */
/* Default styling */
/* Detail styling */
.details {
  --padding: 10px;
  border: 1px solid #ffffff3b;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin: 8px 0px;
}

.details+.details {
  margin-top: 15px;
}

.details__title {
  --width: 15px;
  --height: 2px;
  --radius: 1px;
  --color: currentColor;
  margin: 0;
  padding: var(--padding) calc(var(--width) * 2) var(--padding) var(--padding);
  cursor: pointer;
  transition: all .2s ease-in-out;
  position: relative;
  color: white;
}

.details__title:before,
.details__title:after {
  content: '';
  display: block;
  width: var(--width);
  height: var(--height);
  background-color: var(--color);
  position: absolute;
  border-radius: var(--radius);
  top: calc(50% - (var(--height) / 2));
  right: calc(var(--width) / 2);
  transition: all .2s ease-in-out;
}

.details__title:after {
  rotate: 90deg;
}

.details__container[open] .details__title:before {
  rotate: 45deg;
  /* rotate: 135deg; */
}

.details__container[open] .details__title:after {
  rotate: 135deg;
  /* rotate: 225deg; */
}

.details__container[open] .details__title {
  background-color: #f3f3f3;
}

.details__summary::marker {
  content: '';
}

.details__desc {
  display: grid;
  grid-template-rows: 0fr;
  transition: all .2s ease-in-out;
  overflow: hidden;
  padding-inline: var(--padding);
  pointer-events: none;
}

.details__container[open]+.details__desc {
  grid-template-rows: 1fr;
  padding-block: var(--padding);
}

.details__desc-inner {
  min-height: 0;
}

.section-faq {
  padding: 0px 0px 70px 0px;
}

.details__title {
  font-size: 18px;
  padding: 20px 15px;
}

.heading-faq h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: white;
}

.heading-faq h3 span {
  color: #f4001a;
}

.heading-faq {
  margin-bottom: 1rem;
}

.container-faq {
  background: url(../images/product/clear-ppf/benefits.jpg) , rgba(0, 0, 0, 0);
  padding: 70px !important;
  border-radius: 10px;
  background-position: center;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}

.details__desc-inner {
  color: #d3d3d3;
}

.details__container[open] .details__title {
  background-color: #f3f3f300;
}

@media(max-width:997px) {
  .heading-faq h2 {
    font-size: 29px;
  }

  .details__title {
    font-size: 15px;
    padding: 20px 15px;
  }
}

@media(max-width:500px) {
  .heading-faq h2 {
    font-size: 24px;
  }

  .container-faq {
    padding: 60px 20px !important;
  }

  .details__title {
    font-size: 16px;
  }
  .heading-faq h3 {
    font-size: 25px;
}
}

/* faq section CLOSE */

/* table red color */
.small-text-p {
  font-size: 10px;
  color: #FF0000;
  font-weight: bold;
}

/* table red color close */



/*product-portfolio*/
.product-portfolio{
    padding: 30px 10px 10px 10px;
}
.product-portfolio-heading{
text-align: center;
}
.product-portfolio-heading h2{
font-size: 40px;
font-weight: 700;
}
.product-portfolio-heading h2 span{
color:red;
}
.portfolio-status{
margin-top: 2rem;
    border: 1px solid #00000038;
    border-radius: 5px;

}
.portfolio-status img{
width:100%;
}
.portfolio-status h2{
        font-size: 25px;
    margin-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
        font-weight: 700;
}
.portfolio-status p{
     padding-left: 15px;
       padding-right: 15px;
}
.product-model-col p{
     padding-left: 0px;
}

.portfolio-status .pp{
        text-align: center;
    margin-top: 25px;
    margin-bottom: 34px;
}
.portfolio-status .pp a{
    text-decoration: none;
    background: red;
    color: white;
    padding: 10px 20px;
}





.pp a {
padding: 18px 30px;
background: red;
color: white;
font-weight: 700;
display: inline-block;
position: relative;
overflow: hidden;
transition: all 0.4s ease;
cursor: pointer;
text-decoration: none;
}
/* Hover Effect */
.pp a:hover {
color: black;
background: white;
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
/* Shine Effect */
.pp a::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.4);
transform: skewX(-45deg);
transition: 0.5s;
}
.pp a:hover::before {
left: 120%;
}


/*model poppup*/
  .showw {
        background: rgb(0 0 0 / 57%);
}
.product-header h2{
    color:red;
        font-weight: 700;
}
.product-model .product-model-row .product-model-col img{
    width: 100%;
    
}
.product-model .product-model-row .product-model-col{
    align-content: center;
}
.product-model{
        margin-bottom: 2rem !important;
}
.product-dialog{
    max-width:90% !important;
}
.product-model .product-model-row .product-model-col h3{
        font-weight: 700;
    font-size: 30px;
}
.product-model .product-model-row .product-model-col h3 span{
     color:red;
}
.product-model .product-model-row .product-model-col h4{
     color:red;
         font-weight: 700;
}
@media(max-width:768px){
    .product-model .product-model-row .product-model-col h3 {
    margin-top: 1rem;
}
.product-portfolio-heading h2 {
    font-size: 28px;
}
.product-dialog {
    max-width: 100% !important;
}
}
@media(max-width:500px){
.product-model .product-model-row .product-model-col h3 {
    font-size: 25px;
}
}

/*table*/
.spec-table{
width:100%;
border-collapse:collapse;
font-family:Arial;
overflow-x: auto;
    display: block;
    width: fit-content;
    max-width: 100%;
}

.spec-table th,
.spec-table td{
border:1px solid #333;
padding:10px;
text-align:center;
}

.spec-table th{
background:#ff0000;
color:#fff;
font-size:13px;
}

.series td{
background:#777;
color:#fff;
font-weight:bold;
}
/*table*/


/*model new css*/
  @media (max-width: 767.98px) {
  .product-dialog {
    max-width: 100%;
    width: calc(100% - 16px);
    margin: 8px auto;
  }

  .product-header {
    padding: 16px;
  }

  .product-header .modal-title {
    font-size: 18px;
  }

  .product-model {
    padding: 16px;
  }

  .product-model-row {
    display: block;
  }

  .product-model-col {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .product-model-col:first-child {
    margin-bottom: 18px;
  }

  .product-model-col img {
    width: 100%;
    display: block;
    border-radius: 8px;
  }

  .product-model-col h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .product-model-col p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px;
  }

  .product-model-col h4 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .spec-table-wrap {
    width: 100%;
    overflow: hidden;
  }

  .spec-table {
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    border: 1px solid #bdbdbd;
  }

  .spec-table thead {
    display: none;
  }

  .spec-table tbody {
    display: table-row-group;
    width: 100%;
  }

  .spec-table tbody tr {
    width: 100%;
  }

  .spec-table tbody tr.series {
    display: table-row;
  }



  .spec-table tbody tr.spec-row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  
    .spec-table tbody tr.series td {
    display: block;
    width: 100%;
    background: #7f7f7f;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    padding: 12px 14px;
    border-bottom: 1px solid #bdbdbd;
    box-sizing: border-box;
  }

  .spec-table tbody tr.spec-row td {
    display: grid;
    grid-template-columns: 42% 58%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    background: #fff;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .spec-table tbody tr.spec-row:last-child td:last-child {
    border-bottom: 0;
  }

  .spec-table tbody tr.spec-row td::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: 12px 10px;
    background: #f3f3f3;
    color: #2a2a2a;
    font-weight: 600;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
        text-align: left;
  }

  .spec-table tbody tr.spec-row td .mobile-value {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: 12px 10px;
    background: #fff;
    color: #222;
    font-weight: 500;
    box-sizing: border-box;
        text-align: left;
  }

  .detail-location {
    margin-top: 18px;
    row-gap: 12px;
  }

  .detail-location > div {
    margin-bottom: 12px;
  }

  .location-col {
    padding: 18px 14px;
    border-radius: 8px;
    text-align: center;
  }

  .location-col i {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .location-col a {
    font-size: 14px;
    word-break: break-word;
  }
}
/*model new css*/



   .detail-location {
  margin-top: 30px;
}

.location-col {
  background: #f5f5f5;
  padding: 22px 15px;
  text-align: center;
  border-radius: 6px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
}

.location-col:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.location-col i {
  font-size: 28px;
}

.location-col a {
  color: #222;
  font-size: 16px;
  text-decoration: none;
  word-break: break-word;
}

.location-col .whatsapp {
  color: #25D366;
}

.location-col .phone {
  color: red;
}

.location-col .email {
  color: #666;
}
.cta-new-row{
        background: red;
    padding: 30px 40px;
    border-radius: 100px;
}
.cta-new-row .cta-new-col1 , .cta-new-row .cta-new-col2 {
    align-content: center;
}
.cta-new-row .cta-new-col1 h2{
        color: white;
    font-size: 31px;
}
.cta-new-row .cta-new-col2 p {
    margin-bottom: 0px;
}
.cta-new-row .cta-new-col1 h2 span {
    color: #ffffff;
}
@media(max-width:1400px){
    .cta-new-row .cta-new-col1 h2 {
    font-size: 27px;
}
}
@media(max-width:1200px){
    .cta-new-row .cta-new-col1 h2 {
    font-size: 22px;
}
}
@media(max-width:768px){
      .cta-new-row .cta-new-col1 h2 {
        margin-bottom: -34px;
    }
    .cta-new-row {
    padding: 30px 20px;
    border-radius: 40px;
}
}
@media(max-width:500px){
      .cta-new-row .cta-new-col1 h2 {
        margin-bottom:0px;
    }
 
}
/*model poppup close*/


/*product-portfolio close*/


/* section5 */
.section-paint-explore {
padding: 60px 10px 20px 10px;
background-color: #000000;
}
.paint-explore-heading {
width: auto;
padding: 0px 160px;
}
.paint-explore-heading h2 {
font-size: 35px;
font-style: italic;
text-transform: capitalize;
color: #ffffff;
font-family: "Montserrat", Sans-serif;
font-weight: 800;
text-align: center;
}
.ppf-arrow{
    
}
.ppf-arrow:after{
        line-height: 1;
    background: red;
    padding: 13px 18px !important;
    color: white ;
    font-size: 21px !important;
    border-radius: 100px !important;
        margin-bottom: 93px;
}
@media(max-width:1200px){
    .ppf-arrow:after{
        margin-bottom: 30px;
}
}
@media(max-width:768px){
       .ppf-arrow:after {
    padding: 5px 9px !important;
    font-size: 13px !important;
 margin-bottom: 0px;
}
}
.paint-explore-heading h2 span {
color: #FF0000;
}
.table-2 p {
color: white !important;
font-size: 15px;
margin-top: 1rem;
font-weight: bold;
width: 70% !important;
margin: auto;
margin-top: 2rem;
margin-bottom: 1rem;
}
.table-2 p span {
color: #FF0000;
}
@media (max-width:1200px) {
.paint-explore-heading {
padding: 0px 100px;
}
}
@media (max-width:997px) {
.paint-explore-heading h2 {
font-size: 30px;
}
.paint-explore-heading {
padding: 0px 50px;
}
}
@media (max-width:768px) {
.paint-explore-heading h2 {
font-size: 25px;
}
.paint-explore-heading {
padding: 0px 0px;
}
.table-2 p {
width: 100% !important;
margin: auto;
margin-top: 2rem;
margin-bottom: 1rem;
}
}
@media (max-width:500px) {
.paint-explore-heading h2 {
font-size: 22px;
}
}
/* section6 */
.paint-explore-slider {
       background: linear-gradient(357deg, #6b0801, #000000);
padding: 0px 0px 10px 0px;
}
.paint-explore-slider .container-explore-slider {
padding: 0px !important;
}
.paint-explore-p {
color: white !important;
text-align: center;
font-size: 15px;
padding: 0px 10px;
}
.paint-new-selider {
margin-top: 2rem;
}
.paint-explore-slider h2 {
text-transform: capitalize;
color: #ffffff;
font-family: "Montserrat", Sans-serif;
font-weight: 800;
margin-bottom: 30px;
text-align: center;
padding: 0px 0px 0px 50px;
margin-top: 30px;
}
.paint-explore-slider h2 span {
color: #FF0000;
}
.paint-explore-slider img {
width: 100%;
}
.swiper-button-next {
top: 17rem !important;
}
.swiper-button-prev {
top: 17rem !important;
}
@media (max-width:1600px) {
.swiper-button-next {
top: 15rem !important;
}
.swiper-button-prev {
top: 15rem !important;
}
}
@media (max-width:1400px) {
.swiper-button-next {
top: 13rem !important;
}
.swiper-button-prev {
top: 13rem !important;
}
}
@media (max-width:1200px) {
.swiper-button-next {
top: 10rem !important;
}
.swiper-button-prev {
top: 10rem !important;
}
}
@media (max-width:997px) {
.swiper-button-next {
top: 8rem !important;
}
.swiper-button-prev {
top: 8rem !important;
}
}
@media (max-width:768px) {
.swiper-button-next {
top: 6rem !important;
}
.swiper-button-prev {
top: 6rem !important;
}
}
@media (max-width:500px) {
.paint-explore-slider h2 {
font-size: 20px;
margin-bottom: 15px;
padding: 0px 0px 0px 30px;
}
.swiper-button-next {
top: 4rem !important;
}
.swiper-button-prev {
top: 4rem !important;
}
}
@media (max-width:400px) {
.paint-explore-slider h2 {
padding: 0px 0px 0px 20px;
}
}
/* table */
table {
margin: auto;
border-collapse: collapse;
overflow-x: auto;
display: block;
width: fit-content;
max-width: 100%;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
margin-top: 2rem;
}
.table-2 table thead tr th {
padding: 10px;
font-size: 13px;
background-color: #FF0000;
color: white;
border: 1px solid #000;
}
.table-2 table tbody tr td {
border: 1px solid #afafaf !important;
padding: 5px 10px;
font-size: 14px;
background-color: black;
color: white;
}
.side-text {
writing-mode: tb-rl;
transform: rotate(180deg);
}
@media (max-width:768px) {
.table-2 table thead tr th {
padding: 10px;
font-size: 13px;
}
.table-2 table tbody tr td {
padding: 10px;
font-size: 14px;
}
}
@media (max-width:500px) {
.table-2 table thead tr th {
padding: 8px;
font-size: 12px;
}
.table-2 table tbody tr td {
padding: 8px;
font-size: 13px;
}
}
/* table-close */
.paint-should-section {
padding: 40px 10px 10px 0px;
}
.paint-should-heading h2 {
font-size: 35px;
font-style: italic;
text-transform: capitalize;
color: #000000;
font-family: "Montserrat", Sans-serif;
font-weight: 800;
text-align: center;
}
.paint-should-heading h2 span {
color: #FF0000;
}
.paint-should-heading p {
text-align: center;
}
.paint-should-row .col-md-2 {
width: 20%;
}
/* Common style */
.grid figure {
position: relative;
/* float: left; */
overflow: hidden;
margin: 10px 1%;
/* min-width: 320px; */
background: #3085a3;
text-align: center;
cursor: pointer;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption>a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.grid figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}
.grid figure h2 span {
font-weight: 700;
}
.effect-oscar figcaption h2{
font-weight: 700;
}
.grid figure h2,
.grid figure p {
margin: 0;
}
.grid figure p {
letter-spacing: 1px;
font-size: 68.5%;
}
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}
figure.effect-oscar img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
width: 100%;
}
figure.effect-oscar figcaption {
align-content: center;
padding: 10px;
background-color: rgba(58, 52, 42, 0.7);
-webkit-transition: background-color 0.35s;
transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
position: absolute;
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
border: 1px solid #fff;
content: '';
}
figure.effect-oscar h2 {
margin: 10px 0px;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
font-size: 20px;
color: white;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-oscar figcaption::before,
figure.effect-oscar p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0);
transform: scale(0);
color: #ffffffcc !important;
font-size: 13px;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
border: none;
font-weight: 400;
}
figure.effect-oscar:hover h2 {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
border: none;
}
figure.effect-oscar:hover figcaption {
background-color: rgba(58, 52, 42, 0.7);
}
figure.effect-oscar:hover img {
opacity: 0.4;
}
@media (max-width:1200px) {
.effect-oscar {
height: 150px;
}
}
@media (max-width:997px) {
.paint-should-row .col-md-2 {
width: 33.33%;
}
.effect-oscar {
height: auto;
}
}
@media (max-width:768px) {
.paint-should-heading h2 {
font-size: 30px;
}
.paint-should-row .col-md-2 {
width: 50%;
}
}
@media (max-width:600px) {
.paint-should-heading h2 {
font-size: 25px;
}
}
@media (max-width:500px) {
.paint-should-row .col-md-2 {
width: 100%;
}
figure.effect-oscar figcaption::before {
top: 40px;
right: 40px;
bottom: 40px;
left: 40px;
}
figure.effect-oscar h2 {
margin: 60px 0px 20px 0px;
font-size: 40px;
}
figure.effect-oscar figcaption {
padding: 10px 50px;
}
.grid figure p {
font-size: 20px;
}
}
@media (max-width:400px) {
.paint-should-heading h2 {
font-size: 20px;
}
figure.effect-oscar figcaption::before {
top: 25px;
right: 25px;
bottom: 25px;
left: 25px;
}
figure.effect-oscar h2 {
margin: 20px 0px 20px 0px;
font-size: 25px;
}
figure.effect-oscar figcaption {
padding: 10px 30px;
}
}
/*section8*/
/* section8 */
.paint-pricing-section {
padding: 30px 10px 0px 10px;
}
.paint-pricing-heading h2 {
text-transform: capitalize;
color: #000000;
font-family: "Montserrat", Sans-serif;
font-weight: 800;
font-size: 35px;
text-align: center;
}
.paint-pricing-heading h2 span {
color: #FF0000;
}
@media (max-width:997px) {
.paint-pricing-heading h2 {
font-size: 40px;
}
}
@media (max-width:768px) {
.paint-pricing-heading h2 {
font-size: 35px;
}
}
@media (max-width:500px) {
.paint-pricing-heading h2 {
font-size: 30px;
}
}

/*ppf slider table dropworn*/
.ppf-note-dropdown {
margin-top: 15px;
text-align: center;
}
.paint-explore-note li p {
        margin-top: 0rem;
    margin-bottom: 0rem;
    text-align: left;
    font-weight: 200;
}
.ppf-note-toggle {
width: 60%;
background: #000;
color: #fff;
padding: 12px 15px;
border: 1px solid #ffffff63;
cursor: pointer;
font-size: 16px;
text-align: left;
border-radius: 5px;
}
.ppf-note-toggle::after {
content: "+";
float: right;
font-size: 18px;
}
.ppf-note-dropdown.active .ppf-note-toggle::after {
content: "-";
}
.paint-explore-note {
display: none;
margin-top: 10px;
padding-left: 20px;
}
.ppf-note-dropdown.active .paint-explore-note {
display: block;
}
.ppf-note-dropdown.active .paint-explore-note  li{
background: black !important;
}
/*ppf slider table dropworn*/
.new-tablee h2{
font-weight: 700;
font-size: 30px;
}
.new-tablee h2 span{
color:red;
}
.new-tablee p{
font-size: 15px;
}
.new-tablee h3{
font-weight: 700;
font-size: 25px;
text-align: center;
color:red;
margin-bottom: -14px;
}
/*table*/
.table-heading h2{
font-size:18px !important; 
margin-top: 3px;
margin-bottom: 4px;
font-weight: 700;
}
.table-heading h2 span{
color:white;
}
@media(max-width:768px){
    .ppf-note-toggle {
    width: 90%;
}

}
@media(max-width:500px){
.table-heading h2{
font-size:17px !important; 
text-align: start;
}
}
/*table close*/

/*video-bottom-section*/
.video-bottom-section{
        padding: 0px 10px 50px 10px;
}
.video-row{
    width:80%;
    margin: auto;
}
.video-row video{
    width:100%;
}
@media(max-width:768px){
    .video-row {
    width: 100%;
}
}
/*video-bottom-section*/


/*.section-paint-clear*/
.section-paint-clear{
background-image: url(https://www.thedetailingmafia.com/assets/images/our-services/paint-protection/Inside-lower-image.jpg);
}

.section-paint-clear .container{
position: relative;
}
.paint-clear-slider-wrap{
overflow: hidden;
width: 100%;
}
.paint-clear-row{
display: flex;
flex-wrap: nowrap !important;
margin: 0;
transition: transform 0.5s ease-in-out;
will-change: transform;
}
.paint-clear-row > .col-md-2{
flex: 0 0 20%;
max-width: 20%;
width: 20%;
padding: 0 10px;
box-sizing: border-box;
text-align: center;
}
.paint-clear-row > .col-md-2 img{
max-width: 100%;
height: auto;
display: block;
margin: 0 auto 10px;
}
.paint-slider-arrow{
position: absolute;
top: 58%;
transform: translateY(-50%);
width: 42px;
height: 42px;
border: none;
border-radius: 50%;
background: #000;
color: #fff;
font-size: 24px;
line-height: 42px;
text-align: center;
cursor: pointer;
z-index: 9;
transition: 0.3s ease;
}
.paint-slider-arrow:hover{
background: #c00000;
}
.paint-slider-prev{
left: -10px;
}
.paint-slider-next{
right: -10px;
}
@media (max-width: 991px){
.paint-clear-row > .col-md-2{
flex: 0 0 33.3333%;
max-width: 33.3333%;
width: 33.3333%;
}
}
@media (max-width: 767px){
.paint-clear-row > .col-md-2{
flex: 0 0 50%;
max-width: 50%;
width: 50%;
}
.paint-slider-prev{
left: 0;
}
.paint-slider-next{
right: 0;
}
}

.section-paint-clear {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 60px 10px;
}
.paint-clear-heading h2 {
font-size: 30px;
color: rgb(255, 255, 255);
font-weight: 800;
font-family: "Montserrat", Sans-serif;
text-align: center;
}
.paint-clear-heading h2 span {
color: #ff0000;
}
.paint-clear-row {
margin-top: 3rem !important;
}
.paint-clear-row .col-md-2 {
width: 20%;
text-align: center;
margin: 20px 0px;
}
.paint-clear-row .col-md-2 img {
    width: 40%;
    margin-bottom: 15px;
border-radius: 100%;
filter: brightness(0) invert(50);
transition: .4s ease-in-out;
box-shadow: 0 0 0 12px #ffffff1e;
}
.paint-clear-row .col-md-2:hover img {
filter: brightness(1) invert(0);
transform: rotateY(180deg);
transition: .4s ease-in-out;
box-shadow: 0 0 0 12px #8b4d4d3a;
}
.paint-clear-row .col-md-2 p {
color: white !important;
font-size: 15px;
margin-top: 1rem;
}
@media (max-width:997px) {
.paint-clear-row .col-md-2 {
width: 25%;
}
}
@media (max-width:768px) {
.paint-clear-row .col-md-2 {
width: 33.33%;
}
.paint-clear-heading h2 {
font-size: 25px;
}
}
@media (max-width:500px) {
.paint-clear-row .col-md-2 {
width: 50%;
}
.paint-clear-heading h2 {
font-size: 24px;
}
.table-2{
    width:95% !important;
    margin: auto;
}
}
/*.section-paint-clear*/


/* Looking to project */

.section-looking {

  background-image: url(../images/home/logo-bg.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: repeat;

  padding: 50px 10px;

}



.looking-project-row {

  width: 100%;

  margin: auto;

}



.looking-project-row .col-md-8 h2 {

  color: white;

  font-weight: 700;
  font-size: 30px;
  margin-left: 110px;

}



.looking-project-row .col-md-4 {

  align-content: center;

  text-align: center;

}



.looking-project-row .col-md-4 a {

  text-decoration: none;

  color: white;

  border: 3px solid #f4001a;

  padding: 15px 20px;

  font-weight: 700;

  transition: 0.4s;

}



.looking-project-row .col-md-4 a:hover {

  background-color: white;

  color: black;

  transition: 0.4s;

}

@media(max-width:1400px) {
  .looking-project-row .col-md-8 h2 {
    margin-left: 50px;
  }
}



@media (max-width:1200px) {

  .looking-project-row {

    width: 100%;

    margin: auto;

  }

  .looking-project-row .col-md-8 h2 {
    margin-left: 0px;
  }

}



@media (max-width:997px) {

  .looking-project-row .col-md-8 h2 {

    font-size: 25px;

  }

}



@media (max-width:768px) {

  .looking-project-row {

    display: flex;

  }



  .looking-project-row .col-md-8 {

    width: 60%;

  }



  .looking-project-row .col-md-4 {

    width: 40%;

  }



  .looking-project-row .col-md-4 a {

    padding: 15px 15px;

    font-size: 11px;

  }



  .looking-project-row .col-md-8 h2 {

    font-size: 20px;

  }

}



@media (max-width:500px) {

  .looking-project-row .col-md-8 h2 {

    font-size: 15px;

  }



  .looking-project-row .col-md-4 a {

    padding: 10px 10px;

    font-size: 9px;

  }



  .section-looking {

    padding: 35px 10px;

  }

}

