body, html {
	scroll-behavior: smooth;
    font-family: lato, Sans-Serif, Arial !important;
	}
	.hero-bg {
      background:
        radial-gradient(circle at 80% 10%, rgba(255,215,0,.28), transparent 28%),
        linear-gradient(135deg, #0A2540 0%, #123a62 55%, #0A2540 100%);
    }
    .bike-card:hover img { transform: scale(1.05); }
    .mobile-menu { display: none; }
    .mobile-menu.open { display: block; }
	.bike-tab {
    padding-bottom: 12px;
    white-space: nowrap;
    color: #475569;
    border-bottom: 3px solid transparent;
    transition: .3s;
  }

  .bike-tab.active {
    color: #001f3f;
    font-weight: 700;
    border-color: #ef4444;
  }

  .bike-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: .3s;
  }

  .bike-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
  }

  .bike-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .offer-btn {
    width: 100%;
    border: 1px solid #ef4444;
    color: #ef4444;
    border-radius: 10px;
    padding: 12px;
    font-weight: 700;
    margin-top: 16px;
    transition: .3s;
  }

  .offer-btn:hover {
    background: #ef4444;
    color: white;
  }
  .scooter-tab {
    padding-bottom: 12px;
    white-space: nowrap;
    color: #475569;
    border-bottom: 3px solid transparent;
    transition: .3s;
  }

  .scooter-tab.active {
    color: #001f3f;
    font-weight: 700;
    border-color: #ef4444;
  }

  .scooter-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: .3s;
  }

  .scooter-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
  }

  .scooter-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .scooter-offer-btn {
    width: 100%;
    border: 1px solid #ef4444;
    color: #ef4444;
    border-radius: 10px;
    padding: 12px;
    font-weight: 700;
    margin-top: 16px;
    transition: .3s;
  }

  .scooter-offer-btn:hover {
    background: #ef4444;
    color: white;
  }
  .browse-tab {
    padding-bottom: 12px;
    color: #475569;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: .3s;
  }

  .browse-tab.active {
    color: #001f3f;
    font-weight: 700;
    border-bottom-color: #ef4444;
  }

  .brand-box {
    height: 92px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #0f172a;
    text-align: center;
    transition: .25s;
    padding: 10px;
  }

  .brand-box:hover {
    border-color: #ef4444;
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
    transform: translateY(-2px);
  }

  .brand-box img {
    max-width: 58px;
    height: 28px;
    object-fit: contain;
  }

  @media (max-width: 640px) {
    .brand-box {
      height: 86px;
      font-size: 13px;
    }
	.bike-tab {
    padding-bottom: 6px;
    
  }
  }
   .latest-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: .3s;
  }

  .latest-card:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,.12);
    transform: translateY(-2px);
  }

  .latest-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .latest-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
  }

  .latest-card p {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
  }

  .latest-card button {    
    border-radius: 7px;    
    font-weight: 700;
    transition: .3s;
  }

  .latest-card button:hover {
    background: #ef233c;
    color: #fff;
  }

  .latest-badge {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 2;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
  }

  .variant-badge {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 2;
    background: #fff;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
  }

  @media (max-width: 640px) {
    .latest-card img {
      height: 180px;
    }

    .latest-badge {
      font-size: 9px;
      padding: 5px 9px;
    }
  }
  .latest-card {
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: .3s;
  }

  .latest-card:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,.12);
    transform: translateY(-2px);
  }

  .latest-carousel {
    position: relative;
    height: 245px;
    overflow: hidden;
  }

  

  .compare-check {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    width: 16px;
    height: 16px;
    accent-color: #2563eb;
    cursor: pointer;
  }

  .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 1;
  }

  .slide.active {
    opacity: 1;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 34px 18px 28px;
  }

  .slide-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #bfdbfe;
    color: #0f172a;
    font-size: 30px;
    line-height: 28px;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
  }

  .dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 4;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
  }

  .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #bfdbfe;
  }

  .dot.active {
    background: #2563eb;
  }

  .latest-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
  }

  .latest-card p {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
  }

  .latest-card button:not(.slide-btn) {    
    border-radius: 7px;    
    font-weight: 700;
    transition: .3s;
  }

  .latest-card button:not(.slide-btn):hover {
    background: #ef233c;
    color: #fff;
  }

  .latest-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
  }

  .variant-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 4;
    background: #fff;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
  }

  @media (max-width: 640px) {
    .latest-carousel {
      height: 225px;
    }

    .latest-badge {
      font-size: 9px;
      padding: 5px 9px;
    }
  }
  .swiper-pagination{
  position:relative !important;
}

.compare-card {
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    padding: 14px;
    transition: .3s;
  }

  .compare-card:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,.10);
    transform: translateY(-2px);
  }

  .compare-card img {
    width: 100%;
    height: 88px;
    object-fit: contain;
    margin-bottom: 10px;
  }

  .brand-name {
    color: #64748b;
    font-size: 14px;
    line-height: 1.2;
  }

  .compare-card h3 {
    color: #0A2540;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
  }

  .price {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    margin-top: 8px;
  }

  .onwards {
    color: #64748b;
    font-size: 14px;
    margin-top: 2px;
  }

  .vs-badge {
    width: 22px;
    height: 22px;
    margin-top: 64px;
    border: 1px solid #0ea5e9;
    border-radius: 999px;
    background: #fff;
    color: #ef4444;
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 800;
  }

  .compare-btn {
    width: 100%;
    border: 1px solid #ef4444;
    color: #ef4444;
    border-radius: 10px;
    padding: 12px;
    font-weight: 700;
    margin-top: 16px;
    transition: .3s;
  }

  .compare-btn:hover {
    background: #0284c7;
    color: #fff;
  }

  @media (max-width: 640px) {
    .compare-card img {
      height: 76px;
    }

    .compare-card h3 {
      font-size: 15px;
    }

    .vs-badge {
      margin-top: 55px;
    }
  }
  .quick-widget-tab {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    background: #fff;
    transition: .3s;
  }

  .quick-widget-tab:hover,
  .quick-widget-tab.active {
    background: #fff9d6;
  }

  .quick-widget-tab b {
    display: block;
    color: #0A2540;
    font-size: 18px;
  }

  .quick-widget-tab p {
    margin-top: 4px;
    color: #64748b;
    font-size: 14px;
  }

  .quick-widget-tab span {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #0A2540;
    color: #ffd700;
    display: grid;
    place-items: center;
    font-size: 28px;
    line-height: 1;
    transition: .3s;
  }

  .quick-widget-tab.active span {
    transform: rotate(90deg);
  }

  #quickWidgetContent {
    overflow: hidden;
    animation: slideDown .35s ease;
  }

  .quick-widget-panel {
    padding: 20px;
  }

  .quick-input {
    width: 100%;
    border: 1px solid #cbd5e1;
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    outline: none;
    color: #0f172a;
  }

  .quick-input:focus {
    border-color: #0A2540;
    box-shadow: 0 0 0 3px rgba(10,37,64,.12);
  }

  .quick-btn {
    width: 100%;
    background: #ffd700;
    color: #0A2540;
    border-radius: 14px;
    padding: 14px 18px;
    font-weight: 900;
    transition: .3s;
  }

  .quick-btn:hover {
    filter: brightness(.95);
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
