.model-full-width{
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.model__media-full-width{
    position: relative;
}
.model-full-width .model.model--g318{
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cta-buttons{
    display:flex;
    align-items:center;
    gap: 20px;
}
.model__media.model__media-full-width img, .overview-section img {
    transform: scale(1);
    transition: transform 7s ease-out;
}  
section.model-full-width:hover img , .overview-section:hover img {
    transform: scale(1.05);
}
/* Common */
/* =========================
   CTA BUTTONS
========================= */
.cta-btn{
    width:258px;
    height:58px;  
    display:flex;
    align-items:center;
    justify-content:center;  
    position:relative;
    overflow:hidden;  
    text-decoration:none;
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight:700;
    color:#fff;  
    border-radius:4px;  
    transition:transform 0.35s ease;
  }  
  /* Hover */
  .cta-btn:hover{
    transform:translateY(-4px);
  }
  /* =========================
     LEFT BUTTON
  ========================= */  
  .cta-btn--outline{
    background:rgba(255,255,255,0.05);
    backdrop-filter:blur(2px);  
    clip-path:polygon(
      0 0,
      88% 0,
      100% 100%,
      0 100%
    );
    border: 1px solid #fff;
  }  
  /* Custom angled border */
  .cta-btn--outline::before{
    content:"";
    position:absolute;
    inset:0;  
    background:rgba(255,255,255,0.9);  
    clip-path:polygon(
      0 0,
      88% 0,
      100% 100%,
      0 100%,  
      1px calc(100% - 1px),
      calc(100% - 2px) calc(100% - 1px),
      calc(88% - 2px) 1px,
      1px 1px
    );  
    border-radius:4px;  
    pointer-events:none;
  }  
  /* =========================
     RIGHT BUTTON
  ========================= */
  .cta-btn--dark{
    background:#000;  
    margin-left:-10px;  
    clip-path:polygon(
      12% 0,
      100% 0,
      100% 100%,
      0 100%
    );
  }
.model__tagline{
    margin-bottom: 32px;
 }
.model__body {
    padding: 0;
    padding-bottom: 56px;
}
.model__media.model__media-full-width img{
    height: 650px;
 }
.model-full-width {
    padding-top: 80px;
    position: relative;
}
.model__body.container {
    position: relative;
}
.model__specs-wrap {
    position: relative;
}
.model__content {
    max-width: none;
}
.model__body.container {
    margin-bottom: 56px; 
    padding: 0;
}
.model__frame{
    height: auto;
}
.model__frame .model__specs-wrap {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
/*Navigation Styling*/
/* =========================
   SPEC NAV
========================= */
.spec-nav-wrapper{
    width:100%;
    background:#f3f3f5;
    overflow:hidden;
    border-top:1px solid rgba(0,0,0,0.05);
    border-bottom:1px solid rgba(0,0,0,0.05);
  }  
  .spec-nav{
    max-width:1200px;
    margin:0 auto;
    padding:0 24px;  
    display:flex;
    align-items:center;
    justify-content:center;
    gap:clamp(28px,4vw,65px);  
    min-height:80px;  
    overflow-x:auto;
    overflow-y:hidden;  
    -webkit-overflow-scrolling:touch;
    scroll-behavior:smooth;  
    cursor:grab;
  }
  /* hide scrollbar */
  .spec-nav::-webkit-scrollbar{
    display:none;
  }  
  .spec-nav{
    scrollbar-width:none;
  }  
  /* nav links */
  .spec-nav a{
    flex:0 0 auto;  
    text-decoration:none;
    color: #1A1E24;
    font-size: clamp(0.75rem, 0.9vw, 0.875rem);
    font-weight:600;
    white-space:nowrap;  
    position:relative;
    transition:0.3s ease;
  }  
  /* hover effect */
  .spec-nav a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;  
    width:0%;
    height:2px;
    background:#111;  
    transition:0.35s ease;
  }  
  .spec-nav a:hover::after{
    width:100%;
  }  
  .spec-nav a:hover{
    opacity:0.7;
  } 
  .spec-nav, .maincontainer {
    max-width: 1312px;
    padding: 0;
    width: 100%;
}
/*navigation styling ends*/
/*Overview section*/
section.overview-section {
    width: 100%;
    display: block;
    position: relative;
}
.overview-section{
    width:100%;
}  
.maincontainer{
    margin:auto;  
}  
.overview-image{
    width:100%;
    overflow:hidden;
    position: relative;
}
.overview-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    max-height: 670px;
}
.overview-content h2{
    font-family: Montserrat;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 2.5rem);
    line-height: 108%;
    letter-spacing: 0%;
    text-align: center; 
    color:#9AA8B9; 
    margin-bottom: 23px; 
}
.overview-content h2 span{
    color: #fff;
}
.overview-content p{
    font-family: Montserrat;
    font-weight: 700;
    font-size: clamp(0.875rem, 1vw, 1rem);
    line-height: 29px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;    
}
.overview-content {
    position: absolute;
    top: 32%;
    text-align: center;
    width: 100%;
}
/*overview section ends*/
/*performace column */
  /* SECTION */  
  .performance-section{
    padding: clamp(32px, 6vw, 64px) 0;
    position: relative;
  }  
  .performance-container{ 
    margin:auto; 
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:8px;
  }  
  /* COLUMN */  
  .performance-column{
    position:relative;
    overflow:hidden;
    border-radius:4px;
    min-height:500px;
    cursor:pointer;
    background:#000;
  }  
  /* IMAGE */  
  .performance-column img{
    position:absolute;
    inset:0;  
    width:100%;
    height:100%;
    object-fit:cover;  
    transition:transform 0.8s ease;
  }  
  /* DARK OVERLAY */  
  .performance-column::before{
    content:"";
    position:absolute;
    inset:0;    
    z-index:1;
  }  
  /* CONTENT */  
  .performance-content{
    position:absolute;
    left:16px;
    right:16px;
    bottom:32px;
    z-index:2;  
    padding:17px 24px;
    background: #1A1E244D;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);  
    border-radius:4px; 
    transform:translateY(20px);
    opacity:1;  
    transition:0.5s ease;
  }  
  /* TEXT */  
  .performance-content h3{
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(14px, 1vw, 16px);
    text-align: center;
    line-height: 100%;
    letter-spacing: 0%;    
  } 
  /* HOVER */  
  .performance-column:hover img{
    transform:scale(1.08);
  }  
  .performance-column:hover .performance-content{
    transform:translateY(0);
    opacity:1;
  }
  .performace-content {
    position: absolute;
    top: 0;
}
/*performance column  end*/
/*performace bg section */
section.performance-bg-section{
  position: relative;
  width: 100%;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
}

section.performance-bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--section-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 7s ease-out;
  pointer-events: none;
}

section.performance-bg-section:hover::before {
  transform: scale(1.05);
}

.performace-bg-content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  /* padding: 64px 0; */
  padding: 57px 0;
}
.performace-bg-content p {
    font-weight: 700;
    font-size: clamp(0.875rem, 1vw, 1rem);
    /* line-height: 26px; */
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    /* margin-bottom: 25px; */
    margin-bottom: 5px;

}
.performace-bg-content h2{
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(3rem, 6vw, 4rem);
  line-height: 116%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.performace-bg-content .spec.fade-up.is-visible{
  font-weight: 500;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  color: #fff;
  flex-direction: column;
}
.performace-bg-content .spec.fade-up.is-visible span{
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.performace-bg-content .model__specs-wrap {
    position: relative;
    bottom: auto;
}
.performace-bg-content  .model__specs-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 3;
    background: none;
    backdrop-filter: none;
    width: 100%;
}
.performace-bg-content .maincontainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    min-height: 593px;
    min-height: 639px;
}
.performace-bg-content  .model__specs {
  padding-block: 0;
  padding-inline: 0;
}
.performace-bg-content .spec:first-child {
  justify-content: flex-start;
  align-items: flex-start;
}
.performace-bg-content .model__specs .spec:nth-child(3) {
  align-items: flex-end;
}
.performace-bg-content .spec.fade-up.is-visible span.smalltext {
  font-size: clamp(0.95rem, 0.9vw, 1rem);
  font-weight: 700;
}
.performance-bg-section .overview-image{
  min-height: 720px;
}
.performance-bg-section{
  background-image: none;
}
.maincontainer{
  max-width: var(--model-max-width);
  width: calc(100% - (var(--section-inset-x) * 2));
}
/*performace bg section end */
/*Vehicles Booked begins  */
.vehicles-booked{
  margin-bottom: 66px;
}
.vehicles-booked .maincontainer{
  align-items: self-start;
}
.vehicles-booked p{
  color:#F5F7FA;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}
.vehicles-booked a{
  width: 232px;
  height: 58px;
  color:#fff;
  font-weight: 700;
  font-size: clamp(14px, 1vw, 16px);
  text-transform: uppercase;
  background: #111111;
  text-align: center;
  line-height: 58px;
  border-radius: 4px;
}
.column-left {
  gap: 17px;
  display: flex;
  flex-direction: column;
}
.column-left p{
  margin-bottom: 0;
}
.content-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #1a1e2436;
  padding:18px 32px;
  backdrop-filter: blur(24px);
  border-radius: 4px;
  margin-bottom: -18px;
}
.content-bottom p {
  text-transform: none;
  margin-bottom: 0;
  text-align: left;
}
/*Vehicles Booked  end */
/*Gallery Style begin*/
/* =========================
   GALLERY SECTION
========================= */
.gallery-section{
  padding:50px 0 64px;
}
/* HEADER */
.gallery-header{
  text-align:center;
  margin-bottom:33px;
}
.gallery-subtitle{
  color: #1A1E24;
  font-size: clamp(14px, 1vw, 16px);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 700;   
  text-align: center;
}
.gallery-title{
  font-size:clamp(32px, 5vw, 64px);
  line-height:1.1;
}
/* TABS */
.gallery-tabs{
  display:flex;
  justify-content:center;
  gap: 8px;
  flex-wrap:wrap;
  margin-bottom:32px;
}
.gallery-tab{
  padding: 4px 30px;
  border-radius: 4px;
  transition: 0.35s ease;
  font-size: clamp(14px, 1vw, 16px);
  text-transform: none;
  border: 1px solid #9AA8B9;
  font-weight: 700;
  color: #9AA8B9;
  /* width: 197px; */
}
.gallery-tab:hover{
  background:#2f2f2f;
  color: #ffffff88;
}
.gallery-tab.active{
 background: #1A1E24;
  color: #fff;
}
/* =========================
   3x3 GRID
========================= */
.gallery-grid{
  display:grid;
  /* grid-template-columns:repeat(3, 1fr);
  grid-template-rows:repeat(3, 320px); */
  grid-template-columns:repeat(4, 1fr);
  grid-template-rows:repeat(4, 320px);
  gap:18px 8px;
}
/* ITEM */
.gallery-item{
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:4px;
  position:relative;
  cursor:pointer;
  transition:0.4s ease;
}
/* IMAGE */
.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:0.6s ease;
}
/* HOVER EFFECT */
.gallery-item::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.3);
  opacity:0;
  transition:0.4s ease;
  z-index:1;
}
.gallery-item::after{
  content:"+";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%) scale(0.5);
  width:70px;
  height:70px;
  border-radius:50%;
  background:#fff;
  color:#000;
  font-size: clamp(24px, 3vw, 42px);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:0.4s ease;
  z-index:2;
}
.gallery-item:hover img{
  transform:scale(1.08);
}
.gallery-item:hover::before{
  opacity:1;
}
.gallery-item:hover::after{
  opacity:1;
  transform:translate(-50%, -50%) scale(1);
}
/* =========================
   POPUP
========================= */
.gallery-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.92);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  opacity:0;
  visibility:hidden;
  transition:0.35s ease;
  z-index:999;
}
.gallery-popup.active{
  opacity:1;
  visibility:visible;
}
.popup-image{
  width:min(100%, 1100px);
  max-height:90vh;
  object-fit:contain;
  border-radius:24px;
  animation:zoomIn 0.35s ease;
}
.popup-close{
  position:absolute;
  top:20px;
  right:30px;
  color:#fff;
  font-size: clamp(28px, 4vw, 52px);
  cursor:pointer;
  line-height:1;
}
/* ANIMATION */
@keyframes zoomIn{
  from{
    transform:scale(0.85);
    opacity:0;
  }
  to{
    transform:scale(1);
    opacity:1;
  }
}
/*Gallery style end*/
/*Warranty style begin*/
.content-warranty p {
    color: #fff;
    font-size: clamp(40px, 5vw, 64px);
    text-align: center;
    font-weight: 700;
}
.content-warranty{
    width: auto;
    display: flex;
    justify-content: space-between;
    background: #ffffff24;
    padding: 25px 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #ffffff0d;
}
.content-warranty-two p{
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
}
.warranty-section.performance-bg-section .maincontainer{
    min-height: auto;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 20px;
    justify-content: center;
    gap: 12px;
}
section.warranty-section.performance-bg-section {
    min-height: 501px;
}
section.warranty-section .performace-bg-content {
    height: 100%;
}
.dashline{
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
/*Warranty style end*/
/*specification section begin*/
section.specification-section {
    padding: 64px 0;
    position: relative;
    width: 100%;
}
/* =========================
       FAQ SECTION
========================= */
    /* TITLE */
    .faq-title{
      font-size:clamp(32px, 5vw, 56px);
      font-weight:700;
      text-align:center;
      margin-bottom:40px;
    }
    /* FAQ WRAPPER */
    .faq-wrapper{
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    /* =========================
       FAQ ITEM
    ========================= */
    .faq-item{
      border-radius:20px;
      overflow:hidden;
      border:none;
      background:#000;
      transition:0.35s ease;
      border-radius: 4px 4px 0 0;
    }
    /* =========================
       QUESTION BUTTON
    ========================= */
    .faq-question{
      width:100%;
      border:none;
      background:#000;
      padding:24px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      cursor:pointer;
    }
    /* QUESTION TEXT */
    .faq-question span{
      font-weight: 500;
      font-size: clamp(18px, 2vw, 24px);
      line-height: 100%;
      letter-spacing: 0%;
    }
    /* =========================
       FAQ ICON
    ======================== */
    .faq-icon{
      position:relative;
      width:24px;
      height:24px;
      flex-shrink:0;
    }
    .faq-icon svg{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      color:#fff;
      transition:0.3s ease;
    }
    /* =========================
       ICON STATES
    ========================= */
    /* DOWN ICON DEFAULT */
    .icon-down{
      opacity:1;
      transform:translateY(0);
    }
    /* UP ICON HIDDEN */
    .icon-up{
      opacity:0;
      transform:translateY(5px);
    }
    /* ACTIVE SWITCH */
    .faq-item.active .icon-down{
      opacity:0;
      transform:translateY(-5px);
    }
    .faq-item.active .icon-up{
      opacity:1;
      transform:translateY(0);
    }
    /* =========================
       FAQ ANSWER
    ========================= */
    .faq-answer{
      max-height:0;
      overflow:hidden;
      background:#fff;
      transition:max-height 0.4s ease;
      padding-top: 15px;
    }
    .faq-answer p{
      padding:24px;
      font-size: clamp(14px, 1vw, 16px);
      line-height:1.7;
      color:#555;
    }
    /* OPEN ANSWER */
    .faq-item.active .faq-answer{
      max-height:1500px;
    }
    section.specification-section .gallery-subtitle {
      margin-bottom: 64px;
    }
/* =========================
   QUESTION BUTTON
========================= */
.faq-question{
  width:100%;
  border:none;
  background:#1A1E24;
  padding:18px 38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  cursor:pointer;
  position:relative;
}
/* =========================
   QUESTION TEXT
========================= */
.faq-question span{
  font-weight: 500;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 100%;
  letter-spacing: 0%;

}
/* =========================
   CSS ARROW
========================= */
.faq-question::before{
  content:"";
  width:10px;
  height:10px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  position:absolute;
  right:24px;
  top:50%;
  transform:translateY(-70%) rotate(45deg);
  transition:0.35s ease;
}
/* =========================
   ACTIVE STATE
   ARROW UP
========================= */
.faq-item.active .faq-question::before{
  transform:translateY(-30%) rotate(-135deg);
}
/* =========================================
   POWERTRAIN TABLE WRAPPER
========================================= */
.powertrain-table-wrapper{
  width:100%;
  overflow-x:auto;
  background:#ffffff;
  padding:0px;
}
/* =========================================
   TABLE BASE
========================================= */
.powertrain-table{
  width:100%;
  min-width:950px;
  /* IMPORTANT FOR GAP BETWEEN ROW GROUPS */
  border-collapse:separate;
  border-spacing:5px 5px; /* 👈 5px vertical gap between ALL rows */
  table-layout:fixed;
}
/* =========================================
   HEADER
========================================= */
.powertrain-table thead th{
    padding: 16px 18px;
    font-weight: 700;
    text-align: center;
    border: 0;
    background: #E9EDF2;
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 26px;
    color: #1A1E24;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}
/* =========================================
   CELLS
========================================= */
.powertrain-table tbody td{
  background:#fff;
  padding:14px 16px;
  text-align:center;
  color:#5f6675;
  font-size:clamp(13px,1vw,15px);
  /* clean border */
  border:1px solid #E9EDF2;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
/* =========================================
   CATEGORY BOX (IMPORTANT PART)
======================================== */
.powertrain-table-category{
  vertical-align:top !important;
  padding-top:15px !important;
  /* FULL BOX BORDER */
  border:1px solid #E9EDF2 !important;
  /* make it look like a panel */
  box-shadow:0 0 0 1px rgba(0,0,0,0.02) inset;
}
/* =========================================
   REMOVE EXTRA LEFT DOUBLE BORDER FEEL
========================================= */
.powertrain-table td:first-child,
.powertrain-table th:first-child{
  border-left:1px solid #e4e7ec;
}
/* =========================================
   HOVER EFFECT
========================================= */
.powertrain-table tbody tr:hover td{
  background:#f9fbff;
  transition:0.25s ease;
}
section.powertrain-table-section {
    padding: 0 10px;
}
.powertrain-table td:nth-child(2),
.powertrain-table th:nth-child(2){
    width:46%;
}

.powertrain-table td:nth-child(1),
.powertrain-table th:nth-child(1){
    width:25%;
}
.powertrain-table td:nth-child(3),
.powertrain-table th:nth-child(3){
  width:19%;
}
.powertrain-table td:nth-child(4),
.powertrain-table th:nth-child(4){
  width:20%;
}





/*Specification section end*/


/*Technology style begin*/
.tech-flex-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap; /* important for responsiveness */
  padding-bottom: 64px;
}
/* Card */
.tech-flex-row .card {
  flex: 1 1 calc(33.333% - 24px);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.tech-flex-row .card:hover {
  transform: translateY(-5px);
}
/* Image */
.tech-flex-row .card img {
  width: 100%;
  height: 261px;
  object-fit: cover;
  display: block;
}
/* Content */
.tech-flex-row .card-content {
    padding: 23px 0 0;
}
.tech-flex-row .card-content h3 {
    font-weight: 500;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 15px;
}
.tech-flex-row .card-content p {
  font-size: clamp(12px, 1.2vw, 14px);
  color: #fff;
      line-height: 18px;
}
section.technology-section {
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  background: #111111;
  letter-spacing: 0%;
  padding: 64px 0;
}
section.technology-section h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color:#9AA8B9;
    margin-bottom: 72px;
}
section.technology-slider.slider-section {
    background: #F5F7FA;
    padding: 64px 0;
}
/*Technology style end*/



/*Safety section begin*/
.safety-section{
    padding:clamp(60px, 8vw, 120px) 0;
    background: #111;
    padding: 64px 0;
}
/* Top heading */
.section-title{
    font-size:clamp(2rem, 4vw, 4rem);
    font-weight:700;
    margin-bottom:clamp(40px, 5vw, 64px);
}
/* =========================
   FLEX LAYOUT
========================= */
.info-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:clamp(32px, 5vw, 80px);
}
/* Left content */
.info-content {
    flex: 1;
    max-width: 572px;
}
.info-content h2{
    font-size: clamp(1.75rem, 3vw, 3rem);
    margin-bottom: 24px;
    line-height: 1.2;
    font-family: Montserrat;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 100%;
    color: #9AA8B9;
    letter-spacing: 0%;
}
.info-content p{
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    color: #fff;
    max-width: 600px;
    font-weight: 700;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
/* Right image */
.info-image{
    flex:1;
    display:flex;
    transition: transform 0.3s ease;
}
.info-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    max-height: 400px;
}
section.safety-section .gallery-subtitle {
    color: #fff;
    margin-bottom: 64px;
}
.info-image img:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}
/*Safety sectione ends*/
/*car slider section style begin*/
.slider-section{
    width:100%;
    padding:64px 0;
    overflow:hidden;
}

.maincontainer{
    width:100%;
    max-width:1312px;
    margin:auto;
    position:relative;
}

.slider-wrapper{
    width:100%;
    max-width:1312px;
    margin:auto;
    overflow:hidden;
    position:relative;
}
.slider-wrapper.car-slider {
    
}
.slider-track{
    width:100%;
   /* height:720px;*/
    position:relative;
    height: 575px;
}

.slide{
    position:absolute;
    top:50%;
    left:50%;
    width:820px;
    height:572px;
    overflow:hidden;
    border-radius:4px;
    transform:translate(-50%,-50%) scale(.6);
    transition:all .8s cubic-bezier(.22,.61,.36,1);
   /* height: auto;*/
}

.slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.slide-content{
    position:absolute;
    left:2%;
    right:2%;
    bottom:2%;
    padding:15px 25px;
    background:rgba(26,30,36,.5);
    backdrop-filter:blur(12px);
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    opacity:0;
    visibility:hidden;
}

.slide.active .slide-content{
    opacity:1;
    visibility:visible;
}

.slide-content h2{
    color:#fff;
    margin-bottom:15px;
    font-weight: 500;
    font-size: clamp(16px, 2vw, 24px);
    line-height: 100%;
    letter-spacing: 0%;

}

.slide-content p{
    color:#fff;
    max-width:90%;
    line-height:1.5;
    font-weight: 700;
    font-size: clamp(12px, 1.2vw, 14px);
    line-height: 100%;
    letter-spacing: 0%;

}

.content-arrows{
    display:flex;
    gap:3px;
}

.content-btn{
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  transition: transform 0.3s ease;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.slide.active{
    transform:translate(-50%,-50%) scale(1);
    z-index:10;
}

.slide.prev-1{
    transform:translate(calc(-50% - 250px),-50%) scale(.82);
    z-index:7;
}

.slide.next-1{
    transform:translate(calc(-50% + 250px),-50%) scale(.82);
    z-index:7;
}

.slide.prev-2{
    transform:translate(calc(-50% - 430px),-50%) scale(.62);
    z-index:4;
}

.slide.next-2{
    transform:translate(calc(-50% + 430px),-50%) scale(.62);
    z-index:4;
}
button.content-btn.content-next{
  background-image: url('../images/right.png');
   background-repeat: no-repeat;
}
button.content-btn.content-prev{    
    background-image: url('../images/left.png');
    background-repeat: no-repeat;
}
.content-btn:hover {
    background: #5b6778;
}
/*car slider section style end*/

/*Exterior color slider*/
/* ==========================
   SECTION
========================== */

.color-slider{
    position:relative;
    width:100%;
    max-height:761px;
    overflow:hidden;
}

/* Background Layers */
.bg-layer{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transition:opacity .8s ease;
}

.bg1{
    opacity:1;
    z-index:0;
}

.bg2{
    opacity:0;
    z-index:0;
}

/* Dark Overlay */
.color-slider::after{
    content:"";
    position:absolute;
    inset:0;
    /* background:
        radial-gradient(circle at center,
        rgba(90,90,90,.25) 0%,
        rgba(15,15,15,.5) 45%,
        rgba(0,0,0,.8) 100%); */
      /* background:
        radial-gradient(circle at center,
        rgba(90,90,90,0) 0%,
        rgba(15, 15, 15, 0.139) 30%,
        rgba(0,0,0,.72) 100%);
    z-index:1; */
}

.color-slider-inner{
position: relative;
    z-index: 2;
    max-width: 1400px;
    min-height: 785px;
    margin: auto;
    /* padding: 57px 45px; */
    padding: 37px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* ==========================
   TITLE
========================== */

.section-subtitle{
    font-weight:700;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height:26px;
    text-align:center;
    /* margin-bottom:16px; */
}

.section-title{
    font-weight:700;
    font-size:clamp(24px, 3vw, 40px);
        line-height: 48px;
    text-align:center;
    margin-bottom:40px;
    color: #9AA8B9;
}

/* spacer so text stays top and controls stay bottom */
.content-spacer{
    flex:1;
}
section.exterior-slider.slider-section {
    background: #F5F7FA;
}
/* ==========================
   BOTTOM AREA
========================== */

.bottom-panel{
 width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 175px;
    flex-wrap: wrap;
}

.left-panel{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.color-label{
    font-size: clamp(12px, 1.2vw, 14px);
    color:#fff;
}

.swatches{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.swatch{
    width:54px;
    height:40px;
    border:none;
    cursor:pointer;
    border-radius:4px;
    position:relative;
    transition:.3s;
    /* background:rgba(255,255,255,.15); */
    background:rgba(255, 255, 255, 0.5);
    border:2px solid transparent;
}

.swatch:hover{
    transform:translateY(-2px);
}

.swatch.active{
    border-color:#fff;
}

.swatch::after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);

    /*border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:18px solid rgba(255,255,255,.9);*/
    border: 0px;
   
}

.color-name{
    min-width:220px;
    padding:12px 30px;

    text-align:center;
    border-radius:4px;

    /* background:rgba(255,255,255,.1); */
    background:rgba(0, 0, 0, 0.37);
    color:#ffffff;
    backdrop-filter:blur(20px);

    font-weight:700;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height:26px;
     margin-top: 20px;
}
.image-slider{
    position:absolute;
    inset:0;
    overflow:hidden;
}

.car-img{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

    transition:opacity .8s ease;
}

.img1{
    opacity:1;
}

.img2{
    opacity:0;
}
.swatch::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
}
.swatch-one::after{
    background: url("../images/swatch1.png") center center / contain no-repeat;
}
.swatch-two::after{
    background: url("../images/swatch2.png") center center / contain no-repeat;
}
.swatch-three::after{
    background: url("../images/swatch3.png") center center / contain no-repeat;
}
.swatch-four::after{
    background: url("../images/swatch4.png") center center / contain no-repeat;
}
.swatch-five::after{
    background: url("../images/swatch5.png") center center / contain no-repeat;
}
.swatch-six::after{
    background: url("../images/swatch6.png") center center / contain no-repeat;
}
/*Exterior color slider end*/

/*Three colum slider*/
.feature-slider{
    max-width:1312px;
    margin:auto;
    padding: 64px 0;
}

.feature-track{
    display:flex;
    gap:4px;
    height:440px;
}

.feature-card{
    position:relative;
    overflow:hidden;
    border-radius:8px;
    cursor:pointer;

    flex:1;

    transition:
    flex .75s cubic-bezier(.22,.61,.36,1),
    transform .75s ease;
}

.feature-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

    transition:transform .8s ease;
}

.feature-card::before{
}

.feature-card:hover img{
    transform:scale(1.05);
}

/* ==========================
   ACTIVE CARD
========================== */

.feature-card.active{
    flex:2.02;
}

.feature-card:not(.active){
    flex:1;
}

/* ==========================
   TITLE
========================== */

.feature-slider .card-title{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    text-align:center;
    width:80%;
    font-size:22px;
    font-weight:700;
    line-height:1.2;
    z-index:2;
    transition:.5s;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 24px);
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.feature-card.active .card-title{
    opacity:0;
}

/* ==========================
   CONTENT PANEL
========================== */

.feature-slider  .card-content{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 8px 17px 11px 14px;
    color: #fff;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(16px);
    opacity: 0;
    transform: translateY(30px);
    z-index: 3;
    transition: opacity .5s ease, transform .5s ease;
}

.feature-card.active .card-content{
    opacity:1;
    transform:translateY(0);
}

.feature-slider  .card-content h3{
    margin-bottom:25px;
    font-weight: 500;
   font-size: clamp(16px, 2vw, 24px);
    line-height: 100%;
    letter-spacing: 0%;
}
.feature-slider  .card-content p{
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: 0%;
}

/*Three column slider ends*/
section#overview-section, section#performance-section, section#color-slider-section, section#safety-section, 
section#technology-section,section#specification-section, section#warranty-sec, section#gallery-sec {
    scroll-margin-top: 130px;
}
html{
    scroll-behavior:smooth;
}
/*Interior color slider section begin*/
.interior-colors-section{
    padding:60px 20px;
}

.interior-colors-container{
    max-width:1312px;
    margin:auto;
}

.interior-colors-header{
    text-align:center;
    margin-bottom:40px;
}

.interior-colors-subtitle{
    color:#667085;
    margin-bottom:12px;
    font-weight: 700;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;

}

.interior-colors-title{
   font-family: Montserrat;
  font-weight: 700;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 100%;
  text-align: center;
  color: #1A1E24;

}

.interior-colors-image-wrapper{
    position:relative;
    overflow:hidden;
    border-radius:4px;
}

.interior-colors-image{
    width:100%;
    display:block;
    aspect-ratio:16/9;
    object-fit:cover;
    max-height: 711px;
}

/* Bottom Bar */

.interior-colors-selector{
    position: absolute;
    left: 1%;
    right: 1%;
    bottom: 16px;
    padding: 18px;
    backdrop-filter: blur(60px);
    background: #11111140;
    width: 98%;
    border-radius: 4px;
}

.interior-colors-name{
    text-align:center;
    color:#fff;
    font-weight:600;
    margin-bottom:16px;
}

.interior-colors-options{
    display:flex;
    justify-content:center;
    gap:12px;
}

.interior-colors-thumb{
    width:70px;
    height:50px;
    border:none;
    background:none;
    cursor:pointer;
    padding:0;
    border-radius:6px;
    overflow:hidden;
    transition:.3s;
}

.interior-colors-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.interior-colors-thumb.active{
    border:2px solid #fff;
}

.interior-colors-thumb:hover{
    transform:translateY(-2px);
}
.swatch-interior {
    width: 54px;
    height: 40px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    transition: .3s;
    background: rgba(255, 255, 255, .15);
    border: 2px solid transparent;
}
.swatch-interior.active {
    border-color: #fff;
}
.swatch-interior:hover {
    transform: translateY(-2px);
}
.swatch-interior::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
}
.swatch-interior-one::after {
    background: url(../images/swatch1.png) center center / contain no-repeat;
}
.swatch-interior-two::after {
    background: url(../images/swatch2.png) center center / contain no-repeat;
}
.swatch-interior-three::after {
    background: url(../images/swatch3.png) center center / contain no-repeat;
}
/*Interior color slider section end*/









/* =========================
   Responsive Styling
========================= */
@media (min-width: 901px) {
    .model__content {
        padding-top: 0px; 
    }   
}
@media (max-width: 1360px) {
    .maincontainer {
        width: 95%;
    }
}
@media(max-width:991px){
  .gallery-grid{
    grid-template-columns:repeat(2, 1fr);
    grid-template-rows:auto;
  }
  .gallery-item{
    height:300px;
  }
}
@media (max-width: 900px){
  .maincontainer{
    width: 100%;
  }
    .cta-buttons {
        display: flex;
        align-items: baseline;
        gap: 20px;
        flex: 1;
        flex-direction: column;
    }  
    .spec-nav{
      justify-content:flex-start;
      gap:32px;
      padding-inline:20px;
      min-height:78px;  
      cursor:grab;
    }  
    .spec-nav:active{
      cursor:grabbing;
    }
    .spec-nav, .maincontainer{
        padding-inline: clamp(0.875rem, 4vw, 1.35rem);
    }  
    .performance-container{
      grid-template-columns:repeat(3,1fr);
      
    }  
    .performance-column{
      min-height:460px;
    }  
     .tech-flex-row .card {
     /* flex: 1 1 calc(50% - 24px);*/
    }
     .feature-track{
        height:380px;
        height: auto;
    }

    .card-content h3{
        font-size: clamp(16px, 2vw, 20px);
    }
  }
  @media(max-width:768px){
      .faq-question{
        padding:20px;
      }
      .faq-answer p{
        padding:20px;
      }       
      .powertrain-table{
        min-width:720px;
        border-spacing:0 5px;
      }
      .powertrain-table tbody td{
        padding:14px 12px;
      }
       .info-wrapper{
        flex-direction:column;
        align-items:flex-start;
    }
    .info-image{
        width:100%;
    }
    .info-content,
    .info-image{
        flex:none;
        width:100%;
    }
     .slider-section{
        padding:50px 0;
    }
    .slider-track{
        height:520px;
    }
    .slide{
        width:88vw;
        height:420px;
    }
    .slide.prev-1{
        transform:
        translate(calc(-50% - 120px),-50%)
        scale(.82);
    }
    .slide.next-1{
        transform:
        translate(calc(-50% + 120px),-50%)
        scale(.82);
    }
    .slide.prev-2,
    .slide.next-2{
        opacity:0;
    }
    .slide-content{
        padding:20px;
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }
    .slide-content h2{
        font-size: clamp(18px, 2vw, 22px);
    }
    .slide-content p{
        font-size:13px;
    }
    .content-btn{
        width:48px;
        height:48px;
    }
    .color-slider-inner{
        padding:40px 20px;
    }

    .bottom-panel{
        justify-content:center;
        text-align:center;
    }

    .left-panel{
        align-items:center;
    }

    .color-name{
        width:100%;
        max-width:350px;
    }
     .feature-track{
       /* flex-direction:column;
        height:auto;*/
    }

    .feature-card{
        height:260px;
    }

    .feature-card.active{
        flex:unset;
    }
    .interior-colors-section{
        padding:40px 15px;
    }

    .interior-colors-title{
        font-size: clamp(24px, 3vw, 34px);
    }

    .interior-colors-thumb{
        width:55px;
        height:40px;
    }

    .interior-colors-selector{
        padding:14px;
    }
    .performace-bg-content .model__specs .spec:nth-child(3),
    .performace-bg-content .model__specs .spec:nth-child(2) {
        align-items: flex-start;
    }
    .section-title {
      line-height: normal;
    }
  }

  @media(max-width:767px){  
    .overview-image img {
        height: 425px;
    }
    .interior-colors-image {
      height: 440px;
    }
    .feature-track{
       flex-direction:column;
        height:auto;
    }
    .feature-card img {
      height: 250px;
    } 
    .content-bottom {
      flex-direction: column;
      gap: 10px;
   }
  }





 @media(max-width:640px){  
    .performance-container{
      grid-template-columns:1fr;
    }  
    .performance-column{
      min-height:420px;
    }  
    .performance-content{
      opacity:1;
      transform:none;
      padding:20px;
    }  
    .gallery-grid{
      grid-template-columns:1fr;
    }
    .gallery-item{
      height:280px;
    }
    .popup-close{
      font-size: clamp(24px, 4vw, 40px);
      top:14px;
      right:20px;
    }
    .tech-flex-row .card {
      flex: 1 1 100%;
    }
}