/** Shopify CDN: Minification failed

Line 1424:0 Unexpected "}"

**/
 h2:after {
    display: none
}

section {
    z-index: -0000;
}

h2,
h3 {
    display: block;
    margin: 0px;
}

p {
    margin: 0px;
}

.hero-section {
    min-height: 70vh;

    /* Background Image */
    background: url(/cdn/shop/files/DE_Sunroof_Banner.jpg?v=1785409073), #0000001e;
    background-blend-mode: multiply;
    padding: 30px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin: 0px;
}

.hero-content {
    color: #fff;
    max-width: 600px;
}

.hero-section .container {
    max-width: 100%;
    width: 95%;
    margin: auto;

}

.top-text {
        text-transform: uppercase;
    color: #ff008c;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0px;
}

.hero-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: white;
    margin-top: 1px;
}

.pink-text {
    color: #ff008c;
}

.line {
    width: 200px;
    height: 2px;
    background: #ff008c;
    margin: 14px 0;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #e7e7e7;
    margin-bottom: 20px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    padding: 18px 35px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    transition: 0.3s;
    border: none;
    text-decoration: none;
}

.btn-pink {
    background: #ff008c;
    color: #fff;
        text-transform: uppercase;
}

.btn-pink:hover {
    background: #ff2ca0;
    color: #fff;
    transform: translateY(-3px);
}

.btn-white {
    background: #fff;
    color: #000;
        text-transform: uppercase;
}

.btn-white:hover {
    background: #f1f1f1;
    color: #000;
    transform: translateY(-3px);
}

/* Responsive */

@media(max-width:991px) {

    .hero-section {
        background-position: center;
    }

    .hero-content {
        padding: 100px 0;
    }

    .hero-content h1 {
        font-size: 38px;
    }
}

@media(max-width:768px) {
    .hero-section {
        background:
            url(/cdn/shop/files/DE_Sunroof_Banner.jpg?v=1785409073),
            #0000008b;
        background-blend-mode: multiply;
        background-position: center;
    }
}

@media(max-width:576px) {

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content p {
        line-height: 1.7;
    }

    .btn {
        width: auto;
        text-align: center;
    }

    .hero-buttons {
        flex-direction: column;
    }
}


/* banner section */


 /* faq-section */
 .faq-section{
      padding: 50px 17px;
      background: #f6f6f6;
 }
 .faq-container{
    width: 90%;
    margin: auto;
 }
 .faq-row1{
    width: 100%;
    display:flex;
    margin-top: -1rem;
 }
 .faq-row1 .faq-col1{
    width: 50%;
    padding:10px;
 }
 .faq-row1 .faq-col2{
    width: 50%;
    padding:10px;
 }


 
 .faq-heading h2 {
     font-size: 16px;
     color: #ff008c;
     font-weight: 500;
 }

 .faq-heading h3 {
     font-size: 40px;
     line-height: 47px;
     font-weight: 700;
 }

 .faq-heading h3 span{
    color: #ff008c;
 }



 /* faq */
.faq-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 2rem;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    color: #111;
    text-align:justify;
}



/* New Premium Arrow */
.faq-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f5f5f5;
    position: relative;
    transition: 0.3s ease;
    flex-shrink: 0;
}

/* Horizontal Line */
.faq-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #111;
    transform: translate(-50%, -50%);
}

/* Vertical Line */
.faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #111;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-answer p {
    padding: 0 25px 22px;
    color: #777;
    font-size: 18px;
    line-height: 1.7;
}

/* Active */
.faq-item.active .faq-answer {
    max-height: 200px;
}

/* Plus → Minus */
.faq-item.active .faq-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

/* Hover */
.faq-item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}



/* faq-section */


@media(max-width:1440px){
    .ceramic-coating-item p{
    font-size:18px;
}
}

@media(max-width:999px){
    .faq-row1 .faq-col2 .faq-item2 h3 {
    font-size: 25px;
    }
    .faq-heading h3 {
    font-size: 30px;
    }
}

  @media(max-width:768px) {
     .faq-container {
         width: 100%;
     }
      .faq-heading h3 {
     font-size: 30px;
      }
      .faq-row1{
        display: block;
      }
      .faq-row1 .faq-col1{
        width: 100%;
      }
      .faq-row1 .faq-col2{
        width: 100%;
      }
      .faq-row1 .faq-col2 .faq-item2 {
    padding: 60px 30px;
}
.faq-col2{
    margin-top: 2rem;
}
    .ceramic-coating-item p {
        font-size: 15px;
    }
    .faq-question h3{
      font-size: 16px;
}
.faq-answer p {
    font-size: 15px;

}
    }

     @media(max-width:500px) {
.faq-heading {
    text-align: left !important;
}
    .faq-heading h3 {
        font-size: 25px;
    }
    .faq-row1 .faq-col2 .faq-item2 .cal a {
    padding: 15px 15px;
    }
    .faq-row1 .faq-col2 .faq-item2 {
        padding: 50px 20px;
    }
    .faq-row1 .faq-col1{
        padding:0px;
    }

     }
 /* faq-section */


 /* CTA Section */
 .cta-section {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/cdn/shop/files/DE_Sunroof_CTA.jpg?v=1785409073'); /* <-- apni image ka path yahan dalo */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* parallax effect */
  padding: 80px 20px;
  text-align: center;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 0;
}

.cta-container {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

.cta-eyebrow {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff008c;
  margin: 0;
}

.cta-heading {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0;
}

.cta-heading span {
  color: var(--pink, #ff008c);
  display: block;
}

.cta-subtext {
  font-size: 15px;
     color: #fffffff5;
  line-height: 1.7;
  max-width: 560px;
  margin: 0;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

.cta-buttons a i{
    margin-right:5px;
}

.cta-btn-primary {
    display: inline-flex;
    align-items: center;

    background: var(--pink, #ff008c);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: background .25s ease, transform .2s ease;
}

.cta-btn-primary:hover {
  background: #d90379ff;
  transform: translateY(-2px);
}

.cta-btn-outline {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
   padding: 10px 25px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  text-decoration: none;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.cta-btn-outline i{
        margin-right: 5px;
}


.cta-btn-outline:hover {
  border-color: var(--pink, #ff008c);
  color: var(--pink, #ff008c);
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .cta-heading {
    font-size: 26px;
  }

  .cta-btn-primary,
  .cta-btn-outline {
    width: 100%;
    justify-content: center;
  }
}
 /* CTA Section */

 /* Product-section */
 .Product-section{
    padding: 60px 15px;
 }
 .Product-section2{
        background: #f6f6f6;
 }
 .Product-container{
    width:90%;
    margin:auto;
 }

 .Product-row{
    display:flex;
    width:100%;
 }
  .Product-row .Product-col1{
    width:50%;
         align-content: center;
 }
  .Product-row .Product-col2{
    width:50%;
          align-content: center;
 }
  .Product-row .Product-col1 h2{
    color:#ff008c;
font-size: 16px;
    font-weight: 500;
        padding-bottom: 0px;
  }
   .Product-row .Product-col1 h3{
        font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  }
   .Product-row .Product-col1 h3 span{
       color:#ff008c;
  }
   .Product-row .Product-col1 p{
        font-size: 18px;
        margin-bottom:20px;
  }
   
  .Product-row .Product-col2 .product-img{
    width: 90%;
    margin: auto;
  }
   .Product-row .Product-col2 .product-img img{
    width:100%;
        border-radius: 10px;

   }
  
 
 .enquiry-btn{
        background: #fff;
    color: #000;
    border: none;
       padding: 15px 40px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 6px;
        display: inline;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    border: 1px solid #0000003c !important;
    transition:0.4s;
 }
   .enquiry-dark{
background: #ff008c;
    color: #fff;
    transition:0.4s;
 }

  .enquiry-white:hover{
     background: #000000ff;
    color: #fff;
     transition:0.4s;
 }
 @media(max-width:500px){
    .enquiry-btn {
            display: block;
    text-align: center;
    margin: 10px 0px;
    }
 }

.addon-packages-table{
    width:100%;
    border-collapse:collapse;
    margin-bottom: 3rem;
}

.addon-packages-table thead{
    background:#11111112;
}

.addon-packages-table th{
     color: #ff0080;
    text-align: center;
    padding: 6px;
    text-transform: uppercase;
    font-size: 14px;
        font-weight: 700;
}

.addon-packages-table td{
        font-size: 15px;
    padding: 1px 11px;
    border: 1px solid #b8b8b8ba;
    text-align: center;
    font-weight: 500;
}

.addon-packages-table td:first-child{
    text-align:left;
}

.badge{
       display: inline-block;
    padding: 5px 2px;
    border-radius: 20px;
    color: #ff0080;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(max-width:800px){
    .Product-row {
        display:block;
    }
     .Product-row2{
            flex-direction: column-reverse;
                    display: flex;
 }
    .Product-row .Product-col1{
        width:100%;
          
    }
     .Product-row .Product-col2{
        width:100%;
        margin-top: 60px;
    }
}
@media(max-width:768px){
    .Product-row .Product-col1 h3 {
    font-size: 30px
    }
    .feature-icon-item {
        padding:15px 10px;
    }
    .addon-packages-table td {
    font-size: 12px;
    }
      .badge {
          padding: 1px 3px;
     border: none;
}
.addon-packages-table th {
     font-size: 12px;
}
}
@media(max-width:500px){
  
   .Product-row .Product-col1 p {
    font-size: 18px;
    text-align: justify;
}
.Product-row .Product-col2 .product-img {
    width: 100%;
}
 .Product-row .Product-col2{
        margin-top: 30px;
    }

}
 /* Product-section */



 /* owner-section */
 .owner-section{
     padding:80px 15px 80px 15px;
    background:black;
 }

 .owner-container{
    width:90%;
    margin:auto;
 }
 .owner-heading h2{

    color: #ff008c;
    font-size: 16px;
    font-weight: 500;
 }
 .owner-heading h3{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color:white;
 }
  .owner-heading h3 span{
color: #ff008c;
 }
  .owner-heading p{
 color:#ffffff6e;
     font-size: 18px;
 }
 .why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 2.5rem;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.why-card {
    background: #ffffff1a;
    border: 1px solid rgb(255 255 255 / 17%);
    border-radius: 6px;
    padding: 1.8rem 1.4rem;
    transition:0.4s
}
.why-card:hover{
    transition:0.4s;
    margin-top:-20px;
     border: 1px solid #ff008c51;
}
.why-icon {
    width: 60px;
    height:60px;
    padding:10px;
      background: rgba(224, 0, 110, 0.1);
    border: 1px solid rgba(224, 0, 110, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}
.why-icon i {
       font-size: 20px;
    color:#ff008c;
}
.why-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.5rem;
}
.why-card p {
    color: rgba(255, 255, 255, 0.5);
      font-size: 18px;
}
@media(max-width:1100px){
    .why-grid {
    grid-template-columns: repeat(2, 1fr);
}
.owner-heading p {
    width: 100%;
}
}
@media(max-width:768px){
     .owner-heading h3{
    font-size: 30px;
     }
       .why-grid {
   text-align:justify;
}
}
@media(max-width:500px){
   
       .why-grid {
 grid-template-columns: repeat(1, 1fr);
}
}
 /* owner-section */

 a[href^="tel:"]::before {
    display:none;
 }


 /* sunroof ppf ka model popup details */
 :root{
  --pink: #ff008c;
  --pink-light: #fce8f0;
  --dark: #111;
  --gray: #6b6b6b;
}

.spec-modal-overlay{
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.spec-modal-overlay.active{
  display: flex;
}

.spec-modal{
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1150px;
  height: 88vh;
  max-height: 88vh;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 340px 1fr;
  overflow: hidden;
}

.spec-modal-close{
  position: absolute;
  top: 18px; right: 18px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== LEFT PANEL ===== */
.spec-modal-left{
  background: #f5f5f7;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  min-height: 0;
  height: 100%;
}
.spec-modal-img{
  position: relative;
  height: 260px;
  flex-shrink: 0;
}
.spec-modal-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.spec-modal-badge{
  position: absolute;
  left: 15px; bottom: 15px;
  background: rgba(17,17,17,0.85);
  border-left: 4px solid var(--pink);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
}
.spec-modal-badge img{ height: 16px; width: auto; }

.spec-modal-left-content{
  padding: 20px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.spec-modal-tag{
  color: var(--pink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
.spec-modal-left-content h3{
  margin: 4px 0 8px;
  font-size: 26px;
  font-weight: 800;
  color: var(--dark);
  text-transform: uppercase;
}
.spec-modal-warranty{
  display: inline-block;
  color: var(--pink);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
}
.spec-modal-left-content > p{
  color: var(--gray);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.spec-modal-stats{
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.stat-item{
  text-align: center;
  flex: 1;
}
.stat-icon{
  width: 46px; height: 46px;
  margin: 0 auto 8px;
  border: 1.5px solid var(--pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink);
  font-size: 18px;
}
.stat-item strong{
  display: block;
  font-size: 14px;
  color: var(--dark);
}
.stat-item span{
  display: block;
  font-size: 10px;
  color: var(--gray);
  letter-spacing: .5px;
}

.spec-modal-cta{
  display: block;
  text-align: center;
  background: var(--dark);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  padding: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: background .2s ease;
  margin-top: auto;
}
.spec-modal-cta:hover{
  background: var(--pink);
  color: #fff;
}

/* ===== RIGHT PANEL ===== */
.spec-modal-right{
  padding: 30px 30px 40px;
  overflow-y: auto;
  min-height: 0;
  height: 100%;
}
.spec-section{
  margin-bottom: 34px;
}
.spec-section-head{
  color: var(--pink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 18px;
}

.feature-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.feature-card{
  background: #f7f7f9;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.feature-card i{
  color: var(--pink);
  font-size: 18px;
  margin-top: 3px;
}
.feature-card strong{
  display: block;
  font-size: 14px;
  color: var(--dark);
  margin-bottom: 3px;
}
.feature-card span{
  display: block;
  font-size: 12.5px;
  color: var(--gray);
  line-height: 1.4;
}

.spec-price-table{
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 6px;
}
.spec-price-table td{
  padding: 10px 14px;
  font-size: 13.5px;
  border-bottom: 1px solid #f0f0f0;
}
.spec-price-table tr td:first-child{
  font-weight: 600;
  color: var(--dark);
  width: 45%;
  text-transform: uppercase;
  font-size: 12.5px;
  letter-spacing: .3px;
}
.spec-price-table tr td:last-child{
  color: var(--gray);
}

.spec-price-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--dark);
  color: #fff;
  padding: 14px 18px;
  border-radius: 6px 6px 0 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.spec-price-head .spec-price-tag{
  color: var(--pink);
  font-weight: 800;
}
.spec-price-head + .spec-price-table{
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.layer-table thead th{
  background: var(--pink);
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .5px;
  padding: 10px 14px;
  text-align: left;
}
.layer-table tbody tr:nth-child(even){
  background: #fafafa;
}

/* ===== Mobile ===== */
@media (max-width: 900px){
  .spec-modal{
    grid-template-columns: 1fr;
    height: 92vh;
    max-height: 92vh;
    overflow-y: auto;
  }
  .spec-modal-left,
  .spec-modal-right{
    height: auto;
    overflow-y: visible;
  }
  .spec-modal-left{ order: 1; }
  .spec-modal-right{ order: 2; }
  .feature-grid{ grid-template-columns: 1fr; }
}
 /* sunroof ppf ka model popup details */


 
/* perfomance-window-section */

.perfomance-window-section {
    padding: 50px 0px;
}

.perfomance-window-container {
    width: 90%;
    margin: auto;
}

.perfomance-window-heading h2 {
    color: #ff008c;
    font-size: 16px;
    font-weight: 500;
}

.perfomance-window-heading h3 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.perfomance-window-heading h3 span {
    color: #ff008c;
} 
.perfomance-window-heading p{
     font-size: 18px;
}
@media(max-width:768px){
    .perfomance-window-heading h3 {
         font-size: 30px;
    }
}



.perfomance-window-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
      margin-top: 2rem;
}

.pw-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  margin-top:1rem;
}

.pw-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(212, 83, 126, 0.15);
  border-color: #ff008c;
}

.pw-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fbeaf0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff008c;
  transition: background 0.25s ease, color 0.25s ease;
      padding: 10px;
}


.pw-card h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0;
}

.pw-card p {
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .perfomance-window-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .perfomance-window-grid {
    grid-template-columns: 1fr;
  }
}

/* perfomance-window-section */


/* bike-ppf-section */
 .bike-ppf-section{
    padding:60px 15px;
    background:black;
 }
 .bike-ppf-container{
    width:90%;
    margin:auto;
 }
 .bike-ppf-heading h2{

    color: #ff008c;
    font-size: 16px;
    font-weight: 500;
 }
 .bike-ppf-heading h3{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color:white;
 }
 .bike-ppf-heading h3 span{
color: #ff008c;
 }
 .bike-ppf-heading p{
 color:#ffffff6e;
     font-size: 18px;
         width: 60%;
 }
 .bike-ppf-row{
    width:100%;
    display:flex;
    margin-top:3rem;
 }
  .bike-ppf-row .bike-ppf-col{
    width:33.33%;
 }
   .bike-ppf-row .bike-ppf-col .bike-ppf-col-item{
    background: #ffffff1c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding:20px 30px;
    position: relative;
    transition: all 0.35s;
        margin: 15px;
   }
   .bike-ppf-row .bike-ppf-col .bike-ppf-col-item:hover{
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-6px);
    border-color: rgba(224, 0, 110, 0.4);
    box-shadow: 0 16px 40px rgba(224, 0, 110, 0.12);
   }

   .bike-ppf-row .bike-ppf-col .bike-ppf-col-item h2{
        color: #ff008c;
    font-size: 16px;
    font-weight: 500;
   }

   .bike-ppf-row .bike-ppf-col .bike-ppf-col-item h3{
        font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
   }

   .bike-ppf-row .bike-ppf-col .bike-ppf-col-item p{
    color: #ffffff6e;
    font-size: 18px;
   }

   .bike-ppf-row .bike-ppf-col .bike-ppf-col-item .tank-p{
        margin-top: 1rem;
   }

   .bike-ppf-row .bike-ppf-col .bike-ppf-col-item h4{
    font-size: 40px;
    font-weight: 700;
     color: #ff008c;
      margin: 0px;
}
   .bike-ppf-row .bike-ppf-col .bike-ppf-col-item h4 span{
       color: #ffffff6e;
    font-weight: 400;
    font-size: 20px;
   }
   .bike-ppf-row .bike-ppf-col .bike-ppf-col-item ul{
    padding-left: 20px;
   }
   .bike-ppf-row .bike-ppf-col .bike-ppf-col-item ul li{
    list-style: none;
       color: #ffffff6e;
    font-size: 18px;
   }
   .bike-ppf-row .bike-ppf-col .bike-ppf-col-item ul li i{
      color: #ff008c;
        font-size: 13px;
    margin-right: 3px;
   }
   .visible {
    opacity: 1;
    transform: translateY(0);
}
.ppf-coverage-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    margin-bottom: 1.8rem;
}
.ppf-coverage-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 0.7rem 0.5rem;
    text-align: center;
}
.ppf-coverage-item .cov-label {
        font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.45);
    display: block;
    margin-bottom: 0px;
}
.bike-ppf-a{
    background: #e0006e;
    padding: 18px 35px;
    color: #fff;
    font-weight: 700;
    transition: .4s;
    font-size: 17px;
    border-radius: 2px;
    display: block;
    text-align: center;
      border:1px solid #e0006c22; 

}
.bike-ppf-a:hover{
    background:white;
    color:#e0006e;
    border:1px solid #e0006e;
        transition: .4s;

}
.ppf-coverage-item .cov-price {
       font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.bike-ppf-col-1{
        border: 1px solid rgba(224, 0, 110, 0.5) !important;
    background: #e0006e26 !important;
}
.invisible-row{
        display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
    margin-bottom: 1.8rem;
    margin-top: 3rem;
}

.invisible-row .invisible-col{
    background: #ffffff1c;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 4px;
    padding:10px;
        text-align: center;
        transition:0.4s;
}
.invisible-row .invisible-col:hover{
    margin-top:-10px;
     transition:0.4s;
     background:#ffffff36;
}
.invisible-row .invisible-col i{
        font-size: 19px;
    color: #e0006e;
display: inline;
    margin-bottom:11px;
}
.invisible-row .invisible-col h2{
        
    font-size: 13px;
    color: #ffffffb3;
    font-weight: 600;
    margin-top: 5px;
}
}

@media (max-width: 1100px) {
    .bike-ppf-row .bike-ppf-col .bike-ppf-col-item {
        height: auto;
    }
    .bike-ppf-row .bike-ppf-col .bike-ppf-col-item ul {
    padding-left: 0px;
}
.bike-ppf-row .bike-ppf-col .bike-ppf-col-item h4 {
        line-height: 22px;
    margin-top: 19px;
}
.bike-ppf-row .bike-ppf-col .bike-ppf-col-item h3 {
    font-size: 22px;
}
.bike-ppf-heading p {
    width: 100%;
    text-align:justify;
}
.invisible-row {
    grid-template-columns: repeat(4, 1fr);
}
}
 @media(max-width:800px){
     .bike-ppf-row {
    width: 100%;
    display: block;
     }
     .bike-ppf-row .bike-ppf-col {
    width: 100%;
}


 }
 @media(max-width:768px){
     .bike-ppf-heading h3{
    font-size: 30px;
     }
     .bike-ppf-row .bike-ppf-col .bike-ppf-col-item {
        margin:0px;
        margin-top:3rem;
     }
     .invisible-row {
    grid-template-columns: repeat(3, 1fr);
}
 }
 @media(max-width:500px){
    .invisible-row {
    grid-template-columns: repeat(2, 1fr);
}
 }

 .bike-ppf-row .bike-ppf-col .bike-ppf-col-item.bike-ppf-col-1{
    padding-top: 35px;
}
.ppf-badge{
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #e0006e;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(224, 0, 110, 0.4);
}
 /* bike-ppf-section */

