/*------------------------------------------------------------------

[Table of contents]

 - Preview page styles
 - Root variables
 - Honda slider / floating form
 - Honda experience section
 - Services
 - Counter section
 - About / jarallax
 - Ticker
 - Why choose us
 - Feedback / testimonials
 - FAQ
 - Experience / feature cards
 - Banner stages
 - Responsive

-------------------------------------------------------------------*/

:root {
  --off-white: #F9F9F9;
  --Honda-red: #D71921;
  --dark-text: #1C1E1A;
}

/*------------------------------------------------------------------
  Preview page styles
-------------------------------------------------------------------*/

.section-title {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.section-title__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.section-title .btn {
  display: inline-block;
  margin-top: 40px;
}
.ui-title-page {
  display: block !important;
  padding-top: 80px;
  font-size: 40px;
}

.paralax {
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  background-position: 50% 0;
}

.slider-container {
    position: relative;
}

.main-slider-pc-slick,
.main-slider-mob-slick {
    position: relative;
}

.main-slider-pc-slick .slick-arrow,
.main-slider-mob-slick .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    border: none;
}

.main-slider-pc-slick .slick-arrow:hover,
.main-slider-mob-slick .slick-arrow:hover {
    background: #d71920;
}

.slick-prev { left: 25px; }
.slick-next { right: 25px; }

.slick-arrow:before {
    display: none !important;
    content: "" !important;
}

.slick-arrow i {
    color: #0a0606;
    font-size: 16px;
}

.slick-dots {
    position: absolute !important;
    bottom: 22px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 999 !important;
}

.slick-dots li {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}

.slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 2px solid rgba(0, 0, 0, .6) !important;
    text-indent: -9999px !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: .3s !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5) !important;
    opacity: 1 !important;
}

.slick-dots li button:before { display: none !important; }

.slick-dots li.slick-active button {
    background: #d71920 !important;
    border-color: #fff !important;
    width: 14px !important;
    height: 14px !important;
}

.main-slider-pc-slick,
.main-slider-mob-slick {
    position: relative !important;
    overflow: visible !important;
}

@media (max-width: 767px) {
    .main-slider-pc-slick .slick-arrow,
    .main-slider-mob-slick .slick-arrow {
        width: 36px;
        height: 36px;
    }
    .slick-prev { left: 12px; }
    .slick-next { right: 12px; }
    .slick-dots { bottom: 15px; }
}

.honda-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.7;
    color: #080707;
}

/*------------------------------------------------------------------
  Layout / container
-------------------------------------------------------------------*/

.container {
  max-width: 1350px !important;
  width: 100%;
}

.jarallax {
  position: relative;
  background: #808080;
  padding: 90px 0;
}
.jarallax-img {
  object-fit: cover;
  object-position: center;
}

/*------------------------------------------------------------------
  Honda slider / floating "on-road price" form
-------------------------------------------------------------------*/

.main-slider-pc-slick img,
.main-slider-mob-slick img {
  width: 100%;
  display: block;
}

.headerform{
    background:#fff;
    padding:20px 20px;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.12);
    border:1px solid #eee;
}
.headerform h3{
    font-size:22px;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
    text-transform:uppercase;
    text-align:center;
    position:relative;
    letter-spacing:0.5px;
}
.headerform h3::after{
    content:'';
    display:block;
    width:45px;
    height:4px;
    background:#ed1c24;
    margin:8px auto 0 auto;
    border-radius:2px;
}
.headerform label{
    font-size:12px;
    font-weight:700;
    color:#222;
    text-transform:uppercase;
    margin-bottom:6px;
    display:block;
    letter-spacing:0.5px;
}
.headerform .form-group{ margin-bottom:16px; text-align:left; }
.headerform .form-control{
    height:48px;
    border:1px solid #d1d5db;
    border-radius:8px;
    padding:0 14px;
    font-size:14px;
    color:#333;
    box-shadow:none;
    transition:.3s;
}
.headerform .form-control::placeholder{
    color:#9ca3af;
}
.headerform .form-control:focus{
    border-color:#ed1c24;
    box-shadow:0 0 0 3px rgba(237,28,36,.12);
}
.headerform select.form-control{ cursor:pointer; }
.headerform button, .headerform .btn-submit-orp{
    width:100%;
    height:50px;
    border:none;
    border-radius:50px;
    background:#ed1c24;
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.5px;
    text-transform:uppercase;
    box-shadow:0 4px 15px rgba(237,28,36,0.35);
    transition:.3s;
    margin-top:10px;
}
.headerform button:hover, .headerform .btn-submit-orp:hover{
    background:#c81018;
    box-shadow:0 6px 20px rgba(237,28,36,0.45);
    color:#fff;
}

@media (min-width: 768px) {
    .headerform {
        width: 400px;
        position: absolute;
        
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .headerform { width: 340px;  }
}
@media (max-width: 767px) {
    .headerform {
        position: relative;
        width: calc(100% - 30px);
        margin: 20px auto;
        padding: 22px 18px;
        border-radius: 16px;
    }
    .headerform h3 { font-size: 19px; }
    .headerform label { font-size: 11px; }
    .headerform .form-control { height: 45px; font-size: 13.5px; }
    .headerform button, .headerform .btn-submit-orp { height: 46px; font-size: 12px; }
}

/*------------------------------------------------------------------
  Honda experience section — SINGLE SOURCE OF TRUTH
  (this is the ONLY place .Honda-experience / .Honda-buttons /
  .Honda-stats / .btn-red / .btn-outline are defined for the honda —
  do not add another block for this section anywhere else)
-------------------------------------------------------------------*/

.Honda-experience {
    padding: 60px 0 !important;
    overflow: hidden;
}

.Honda-experience .Honda-label {
    display: inline-block !important;
    background: #fdeaea !important;
    color: #d71920 !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    padding: 6px 16px !important;
    border-radius: 30px !important;
    margin-bottom: 20px !important;
    text-decoration: none !important;
}

.Honda-experience h1 {
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 20px !important;
}

.Honda-experience h1 span {
    color: #d71920 !important;
}

.Honda-experience .honda-description {
    color: #555 !important;
    line-height: 1.7 !important;
    margin-bottom: 30px !important;
}

.Honda-experience .Honda-buttons {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    margin-bottom: 40px !important;
}

.Honda-experience .Honda-buttons a {
    text-decoration: none !important;
}

.Honda-experience .Honda-buttons a.btn-red {
    background: #d71920 !important;
    color: #fff !important;
    padding: 14px 30px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    border: 2px solid #d71920 !important;
    transition: 0.3s;
}
.Honda-experience .Honda-buttons a.btn-red:hover {
    background: #fff !important;
    color: #d71920 !important;
}

.Honda-experience .Honda-buttons a.btn-outline {
    border: 2px solid #1c1e1a !important;
    color: #1c1e1a !important;
    background: transparent !important;
    padding: 12px 28px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    transition: 0.3s;
}
.Honda-experience .Honda-buttons a.btn-outline:hover {
    background: #1c1e1a !important;
    color: #fff !important;
}

.Honda-experience .Honda-stats {
    display: flex !important;
    flex-direction: row !important;
    gap: 40px !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
}

.Honda-experience .Honda-stats > div { display: block !important; }

.Honda-experience .Honda-stats h3 {
    font-weight: 800 !important;
    color: #d71920 !important;
    margin: 0 0 4px !important;
}

.Honda-experience .Honda-stats span {
    color: #777 !important;
    display: block !important;
    font-weight: 600;
}

.Honda-experience .bike-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.Honda-experience .red-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    padding-top: 90%;
    background: #fdeaea;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.Honda-experience .bike-image {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .Honda-experience { padding: 45px 0 !important; text-align: center !important; }
    .Honda-experience .Honda-buttons { justify-content: center !important; }
    .Honda-experience .Honda-stats { justify-content: center !important; gap: 30px !important; }
    .Honda-experience .bike-wrapper { max-width: 70%; margin: 0 auto; }
}

@media (max-width: 767px) {
    .Honda-experience { padding: 30px 0 !important; }

    .Honda-experience .Honda-label {
        font-size: 12px !important;
        padding: 5px 12px !important;
        margin-bottom: 15px !important;
    }

    .Honda-experience h1 { font-size: 26px !important; line-height: 1.3 !important; }

    .Honda-experience .honda-description { font-size: 15px !important; margin-bottom: 25px !important; }

    .Honda-experience .Honda-buttons {
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    .Honda-experience .Honda-buttons a.btn-red,
    .Honda-experience .Honda-buttons a.btn-outline {
        width: 100% !important;
        text-align: center !important;
        padding: 13px 20px !important;
        font-size: 14px !important;
        box-sizing: border-box !important;
    }

    .Honda-experience .Honda-stats {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        gap: 10px !important;
        margin-bottom: 10px !important;
    }

    .Honda-experience .Honda-stats > div {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        text-align: center !important;
    }

    .Honda-experience .Honda-stats h3 { font-size: 18px !important; margin-bottom: 2px !important; }
    .Honda-experience .Honda-stats span { font-size: 11px !important; }

    .Honda-experience .bike-wrapper { max-width: 80%; margin: 15px auto 0 !important; }
}

@media (max-width: 480px) {
    .Honda-experience h1 { font-size: 22px !important; }
    .Honda-experience .Honda-stats { gap: 6px !important; }
    .Honda-experience .Honda-stats h3 { font-size: 16px !important; }
    .Honda-experience .Honda-stats span { font-size: 10px !important; }
    .Honda-experience .bike-wrapper { max-width: 90%; }
}

.counter-box h2 { font-weight: 800; letter-spacing: 0.5px; }
.counter-box p { font-weight: 700; color: #222; }

.btn-learn-more{
    background:#dc3545;
    color:#fff;
    border:2px solid #dc3545;
    transition:all .3s ease;
}
.btn-learn-more:hover{
    background:#fff !important;
    color:#dc3545 !important;
    border-color:#dc3545 !important;
}

/*------------------------------------------------------------------
  Services
-------------------------------------------------------------------*/

.Honda-services { background: #b8b1b13d; padding: 70px 0; }

.service-card {
  background: #4a4a4a;
  border-top: 4px solid #d71920;
  border-radius: 18px;
  padding: 35px;
  text-align: center;
  transition: .35s;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
  color: #fff;
}
.service-card:hover {
  background: #3a3a3a;
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
}
.service-card i { font-size: 48px; color: #d71920; margin-bottom: 20px; display: block; }
.service-card h3, .service-card h4, .service-card h5 { color: #fff; font-weight: 700; }
.service-card p { color: #c8c8c8; line-height: 28px; margin: 20px 0; }
.service-card a {
  color: #d71920;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}
.service-card a:hover { color: #ff4b4b; }
.service-card a i { font-size: 14px; margin: 0; color: inherit; }

/*------------------------------------------------------------------
  Counter section
-------------------------------------------------------------------*/

.Honda-counter-section { background: #D3D3D3; padding: 70px 0; overflow: hidden; }

.counter-wrapper { display: flex; align-items: center; justify-content: space-between; }

.bike-side { width: 18%; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; }
.bike-side img { width: 100%; max-width: 260px; transition: .4s; }
.bike-side img:hover { transform: scale(1.08); }

.counter-center { width: 64%; display: flex; justify-content: space-around; align-items: center; }

.counter-box { text-align: center; }
.counter-box h2 { color: #d71920; font-size: 58px; font-weight: 800; margin-bottom: 10px; }
.counter-box p { color: #1c1e1a; font-size: 18px; font-weight: 500; margin: 0; }

/*------------------------------------------------------------------
  About / jarallax content
-------------------------------------------------------------------*/

.about-section { position: relative; overflow: hidden; min-height: 500px; padding: 100px 0; }

.jarallax, 
.jarallax h2, 
.jarallax h4, 
.jarallax p, 
.jarallax li, 
.jarallax .subtitle, 
.jarallax .btn,
.ol-style-1,
.ol-style-1 li {
  font-family: 'Plus Jakarta Sans', 'Poppins', system-ui, -apple-system, sans-serif !important;
}

.jarallax h2 { font-size: 30px; font-weight: 800; line-height: 1.2; color: #0a0808; }
.jarallax h4 { font-size: 30px; font-weight: 700; color: #0a0808; }
.jarallax p, .jarallax li { color: #333; }
.jarallax strong { color: #0c0909; }

.subtitle { display: inline-block; padding: 10px 22px; border-radius: 40px; font-weight: 700; font-size: 14px; }

.ol-style-1 { list-style: none; padding: 0; margin: 0; counter-reset: item; }
.ol-style-1 li { position: relative; padding-left: 70px; margin-bottom: 35px; color: #333; font-size: 18px; line-height: 34px; }
.ol-style-1 li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 32px;
  background: #d71920;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

.btn-danger { background: #d71920; border: none; }
.btn-danger:hover { background: #b81419; }

/*------------------------------------------------------------------
  Automatic ticker parallax
-------------------------------------------------------------------*/

.ticker-jarallax {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    display: flex;
    align-items: center;
}

.highway {
    position: relative;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.03) 0%, transparent 25%),
        radial-gradient(circle at 75% 70%, rgba(255,255,255,.025) 0%, transparent 30%),
        radial-gradient(circle at 40% 85%, rgba(255,255,255,.02) 0%, transparent 20%),
        linear-gradient(180deg, #232323 0%, #2f2f2f 45%, #232323 100%);
    box-shadow:
        inset 0 12px 25px -10px rgba(0,0,0,.6),
        inset 0 -12px 25px -10px rgba(0,0,0,.6);
}

.road-edge { position: absolute; left: 0; right: 0; height: 3px; background: rgba(255, 255, 255, .35); z-index: 1; }
.road-edge-top { top: 14px; }
.road-edge-bottom { bottom: 14px; }

.btn-view-more{
    background:#dc3545;
    color:#fff;
    border:2px solid #dc3545;
    transition:all .3s ease;
}
.btn-view-more:hover{ background:#fff; color:#dc3545 !important; border-color:#dc3545; }
.btn-view-more:hover i{ color:#dc3545; }

.ticker-wrap {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    animation: ticker-scroll 40s linear infinite;
    position: relative;
    z-index: 2;
}

.ticker-item {
    display: inline-block;
    padding: 0 30px;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 6px rgba(0,0,0,.4);
}
.ticker-item span { color: #ed1c24; margin-left: 60px; }

@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ticker-wrap:hover .ticker-move { animation-play-state: paused; }

@media (max-width: 767px) {
    .road-line { height: 4px; }
    .road-edge { display: none; }
}

/*------------------------------------------------------------------
  Why choose us
  (bike-wrapper / bike-circle / bike-image SCOPED to
  .why-choose-section only — fixes overflow bug on small phones by
  using percentage-based sizing instead of fixed px)
-------------------------------------------------------------------*/

.why-choose-section { background: #b8b1b13d; overflow: hidden; padding: 90px 0; }

.why-badge {
  display: inline-block;
  background: #d71920;
  color: #fff;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

.why-title { font-size: 42px; font-weight: 700; color: #222; margin-bottom: 10px; }
.why-subtitle { color: #666; max-width: 650px; margin: auto; }

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 25px;
  background: #fff;
  border-radius: 18px;
  margin-bottom: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .35s;
}
.feature-box:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(215, 25, 32, .18); }

.feature-icon {
  width: 65px;
  height: 65px;
  background: #d71920;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}

.feature-box h5 { font-size: 20px; font-weight: 700; margin-bottom: 8px; color: #222; }
.feature-box p { margin: 0; color: #666; line-height: 1.7; }

.why-choose-section .bike-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.why-choose-section .bike-circle {
  position: absolute;
  width: 90%;
  padding-top: 90%;
  height: 0;
  background: radial-gradient(circle, #ffeded 0%, transparent 70%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.why-choose-section .bike-image {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .25));
}

@media (max-width: 991px) { .why-choose-section .bike-wrapper { max-width: 55%; margin: 0 auto; } }
@media (max-width: 767px) { .why-choose-section .bike-wrapper { max-width: 65%; } }
@media (max-width: 480px) { .why-choose-section .bike-wrapper { max-width: 80%; } }

.testimonial-badge {
    background: #fff;
    color: #000;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 6px;
    font-size: 14px;
}

.testimonial-title-main {
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    margin: 0 0 4px;
    line-height: 1.1;
}

.testimonial-link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    margin-top: 0;
}
.testimonial-link:hover { color: #d71920; }

@media (max-width: 991px) {
    .testimonial-title-main { font-size: 32px; }
    .testimonial-link { display: inline-block; margin-top: 4px; }
}

/*------------------------------------------------------------------
  Feedback / testimonials
-------------------------------------------------------------------*/

.feedback-header { background: #fff; padding: 90px 0; }
.feedback-badge {
  display: inline-block;
  background: #d71920;
  color: #fff;
  padding: 8px 22px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.feedback-title { font-size: 52px; font-weight: 800; color: #222; line-height: 1.2; margin-bottom: 20px; }
.feedback-title span { color: #d71920; }
.feedback-text { font-size: 18px; color: #666; line-height: 32px; max-width: 700px; }
.feedback-btn {
  display: inline-block;
  background: #d71920;
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 700;
  transition: .3s;
}
.feedback-btn:hover { background: #b8141b; color: #fff; transform: translateY(-3px); }
.review-stat {
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.review-stat h3 { color: #d71920; font-size: 40px; font-weight: 800; }
.review-stat p { margin: 0; color: #666; }
.review-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  height: 100%;
  transition: .3s;
}
.review-card:hover { transform: translateY(-10px); }
.review-card p { color: #555; line-height: 30px; margin-bottom: 30px; }
.review-user { display: flex; align-items: center; }
.review-user img { width: 65px; height: 65px; border-radius: 50%; object-fit: cover; margin-right: 15px; }
.review-user h5 { margin: 0; font-weight: 700; }
.review-user span { color: #888; font-size: 14px; }
.stars { color: #ffb400; font-size: 22px; margin-bottom: 20px; }

.testimonial-section { background: #fff; }

.testimonial-slider-wrapper { width: 100%; overflow: hidden; }
#testimonial-carousel .owl-stage-outer { overflow: visible; }
#testimonial-carousel .owl-stage { display: flex; align-items: stretch; }
#testimonial-carousel .owl-item { opacity: .45; transition: .4s; }
#testimonial-carousel .owl-item.active { opacity: 1; }
#testimonial-carousel .item { padding: 5px; }

.testimonial-card {
  position: relative;
  padding: 30px;
  border: 1px solid #000;
  border-radius: 22px;
  background: #fff;
  min-height: 205px;
  transition: .3s;
  margin: 10px 2px;
}
.testimonial-card:hover { border-color: #000; box-shadow: 0 10px 30px rgba(0, 0, 0, .12); }

.testimonial-stars { position: absolute; top: 28px; right: 28px; }
.testimonial-stars i { color: #FFC107; font-size: 14px; margin-left: 2px; }

.testimonial-quote { position: absolute; right: 20px; top: 40px; font-size: 80px; color: rgba(0, 0, 0, .06); }

.testimonial-name { color: #000; font-size: 30px; font-weight: 700; margin-bottom: 20px; }
.testimonial-text { color: #000; font-size: 19px; line-height: 38px; margin: 0; }

.card-top h5 { color: #000; }
.testimonial-card p { color: #000; }

.owl-theme .owl-dots { margin-top: 40px; }
.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; background: #ccc; }
.owl-theme .owl-dots .owl-dot.active span { background: #000; }

/*------------------------------------------------------------------
  FAQ section
-------------------------------------------------------------------*/

.faq-section { background: #b8b1b13d; padding: 100px 0; }

.faq-badge {
  display: inline-block;
  background: #d71920;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.faq-title { font-size: 64px; font-weight: 800; color: #222; line-height: 1.1; margin-bottom: 0; }

.faq-link { color: #222; text-decoration: none; font-size: 22px; font-weight: 700; transition: .3s; }
.faq-link:hover { color: #d71920; }
.faq-link i { margin-left: 8px; font-size: 18px; }

.faq-item { border-bottom: 1px solid #d9d9d9; }

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  transition: .3s;
}
.faq-question:hover { color: #d71920; }
.faq-question span { font-size: 32px; font-weight: 300; color: #222; transition: .3s; }

.faq-item.active .faq-question,
.faq-item.active .faq-question span { color: #d71920; }
.faq-item.active .faq-question span { transform: rotate(45deg); }

.faq-answer { display: none; color: #666; font-size: 17px; line-height: 30px; padding: 0 0 28px; }
.faq-item.active .faq-answer { display: block; }

.b-stages__text { margin-top: 15px; font-size: 15px; line-height: 1.8; color: #666; max-width: 260px; }
.b-stages { max-width: 1200px; margin: 0 auto; padding: 60px 0 40px; }
.b-stages .row { position: relative; }
.b-stages__item { position: relative; text-align: center; padding-top: 0 !important; }

.b-stages__item::after,
.b-stages__item:nth-child(even)::after,
.b-stages__item:not(:last-child)::after { display: none !important; }

.b-stages__number::after { display: none !important; content: none !important; }

.b-stages__number {
    position: relative;
    display: inline-block !important;
    font-size: 110px !important;
    font-weight: 800 !important;
    color: #111 !important;
    line-height: 1 !important;
    letter-spacing: -4px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.b-stages__zero { position: relative; display: inline-block; }
.b-stages__zero::after {
    content: "";
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background: #d71920;
    border-radius: 50%;
    z-index: 2;
    border: none !important;
    box-shadow: none !important;
}

.b-stages__title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #d71920;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif !important;
}

@media (min-width: 992px) {
    .b-stages__item--down { margin-top: 90px; }
    .b-stages__item:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 55px;
        left: 70%;
        width: 60%;
        border-top: 2px dotted #ccc;
        z-index: 0;
    }
    .b-stages__item:nth-child(1)::before,
    .b-stages__item:nth-child(3)::before { transform: rotate(22deg); transform-origin: left top; }
    .b-stages__item:nth-child(2)::before { top: -35px; transform: rotate(-22deg); transform-origin: left top; }
}

@media (max-width: 991px) {
    .b-stages__item::before { display: none !important; }
    .b-stages__number { font-size: 70px !important; }
    .b-stages__item { margin-bottom: 50px; }
}

/*------------------------------------------------------------------
  Experience / feature cards (glossy variant)
-------------------------------------------------------------------*/

.experience-section { padding: 80px 0; background-color: #fcfcfc; overflow: hidden; }

.bike-group-wrapper { position: relative; display: flex; justify-content: center; align-items: center; }
.bike-group-wrapper img { max-width: 120%; z-index: 2; filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .1)); }
.bike-group-wrapper::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(237, 28, 36, .15) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 1;
}

.feat-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px;
  margin-bottom: 35px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .7);
  backdrop-filter: blur(15px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .8);
  transition: .45s;
  transform-style: preserve-3d;
}
.feat-card:hover {
  transform: perspective(1200px) rotateX(8deg) rotateY(-8deg) translateY(-12px);
  box-shadow: 0 40px 70px rgba(215, 25, 32, .18);
}
.feat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(120deg, rgba(255, 255, 255, .65), transparent 45%);
  pointer-events: none;
}

.feat-icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4b4b, #d71920);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 15px 35px rgba(215, 25, 32, .35);
  transition: .4s;
}
.feat-card:hover .feat-icon { transform: rotate(-10deg) scale(1.12); }

.feat-content h4 { font-size: 21px; font-weight: 800; color: #222; margin-bottom: 8px; }
.feat-content p { color: #666; font-size: 15px; line-height: 28px; margin: 0; }

.stagger-down { margin-left: 45px; }

.left-col .feat-card { flex-direction: row; text-align: right; }
.left-col .feat-icon { margin-left: 20px; order: 2; }
.left-col .feat-content { order: 1; }

.right-col .feat-card { flex-direction: row; text-align: left; }
.right-col .feat-icon { margin-right: 20px; order: 1; }
.right-col .feat-content { order: 2; }

/*------------------------------------------------------------------
  Banner "how it works" stages
-------------------------------------------------------------------*/

.home-banner-section { padding-top: 70px; padding-bottom: 0; }
.section-area { padding: 80px 0; }
.ui-title { font-size: 52px; font-weight: 700; color: #111; margin-bottom: 70px; }

.section-bnr-2 { margin-top: 0 !important; }
.b-bnr-2 { margin-top: 0; padding-top: 0; }

/*------------------------------------------------------------------
  Responsive
-------------------------------------------------------------------*/

@media (max-width: 991px) {
  .jarallax { padding: 60px 0; }
  .jarallax h2 { font-size: 36px; margin-bottom: 30px; }
  .jarallax h4 { margin-top: 30px; }

  .counter-wrapper { flex-direction: column; }
  .bike-side { display: none; }
  .counter-center { width: 100%; flex-wrap: wrap; gap: 30px; }
  .counter-box { width: 45%; }

  .why-title { font-size: 34px; }
  .feature-box { margin-bottom: 18px; }

  .faq-section { padding: 70px 0; }
  .faq-title { font-size: 46px; }
  .faq-link { display: inline-block; margin-top: 0; }
  .faq-question { font-size: 20px; }

  .bike-group-wrapper img { max-width: 100%; margin: 40px 0; }
  .left-col .feat-card,
  .right-col .feat-card { flex-direction: row !important; text-align: left !important; }
  .left-col .feat-icon,
  .right-col .feat-icon { margin: 0 20px 0 0 !important; order: 1 !important; }
  .left-col .feat-content,
  .right-col .feat-content { order: 2 !important; }
  .stagger-down { margin-left: 0; }
  .bike-center-wrap { margin: 50px 0; }
  .feat-card { margin-bottom: 25px; }
}

@media (max-width: 767px) {
  .why-title { font-size: 28px; }
  .feature-box { text-align: left; }

  .faq-title { font-size: 36px; }
  .faq-question { font-size: 18px; padding: 22px 0; }
  .faq-answer { font-size: 15px; line-height: 26px; }
}

@media (max-width: 576px) {
  .counter-box { width: 100%; }
  .counter-box h2 { font-size: 40px; }
  .counter-box p { font-size: 16px; }

  .faq-section { padding: 50px 0; }
  .faq-badge { margin-bottom: 8px; font-size: 12px; padding: 4px 12px; }
  .faq-title { font-size: 26px; }
  .faq-link { font-size: 14px; white-space: nowrap; }
  .faq-link i { font-size: 14px; margin-left: 4px; }
}

/*------------------------------------------------------------------
  Discover Triumph Section Styles
-------------------------------------------------------------------*/

.discover-triumph-sec { background: #f1f3f6; color: #222; padding: 80px 0; position: relative; overflow: hidden; }

.discover-triumph-sec h2 {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.discover-triumph-sec .sub-heading { font-size: 18px; color: #666; margin-bottom: 50px; }

.discover-card-custom-wrap { padding: 15px; }

.discover-card-custom {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.discover-card-custom:hover {
  transform: translateY(-8px);
  border-color: #d71921;
  box-shadow: 0 15px 40px rgba(215, 25, 33, 0.15);
}

.discover-card-img-wrap {
  position: relative;
  background: #f8f9fa;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}
.discover-card-img-wrap img { max-width: 90%; max-height: 90%; object-fit: contain; transition: transform 0.5s ease; }
.discover-card-custom:hover .discover-card-img-wrap img { transform: scale(1.08); }

.discover-card-body { padding: 25px 20px; background: #ffffff; }

.discover-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  height: 50px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.spec-row { display: flex; justify-content: space-between; border-top: 1px solid rgba(0, 0, 0, 0.08); padding-top: 15px; gap: 10px; }
.spec-col { flex: 1; text-align: center; display: flex; flex-direction: column; }
.spec-title { font-size: 11px; text-transform: uppercase; color: #666; letter-spacing: 0.5px; margin-bottom: 5px; }
.spec-value { font-size: 12px; font-weight: 700; color: #d71921; line-height: 1.2; }

.discover-triumph-sec .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.discover-triumph-sec .slick-arrow:before { display: none !important; content: "" !important; }
.discover-triumph-sec .slick-arrow:hover {
  background: #d71921;
  border-color: #d71921;
  color: #fff;
  box-shadow: 0 4px 15px rgba(215, 25, 33, 0.4);
}
.discover-triumph-sec .slick-prev { left: -20px; }
.discover-triumph-sec .slick-next { right: -20px; }
.discover-triumph-sec .slick-arrow i { font-size: 18px; }

.discover-triumph-carousel { position: relative; padding: 0 10px; }

@media (max-width: 1200px) {
  .discover-triumph-sec .slick-prev { left: 5px; }
  .discover-triumph-sec .slick-next { right: 5px; }
}

@media (max-width: 768px) {
  .discover-triumph-sec { padding: 60px 0; }
  .discover-triumph-sec h2 { font-size: 32px; }
  .discover-triumph-sec .sub-heading { margin-bottom: 30px; }
  .discover-card-img-wrap { height: 180px; }
  .discover-card-title { font-size: 16px; margin-bottom: 15px; height: auto; min-height: 40px; }
  .spec-value { font-size: 11px; }
}

/* Global Responsive Form & Media Enhancements */
@media (max-width: 576px) {
  .btn[style*="border-radius:50px"], .btn[style*="border-radius: 50px"] {
    width: 85% !important;
    max-width: 320px !important;
    font-size: 1rem !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .contactformelement, .light-input, .form-control {
    font-size: 14px !important;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}