header#main-header {
    height: 120px;
    background: #323235;
    align-content: center;
    position: absolute;
    z-index: 99;
    width: 100%;
}
.main-menu.R1 {
    z-index: 99;
    width: 100%;
    margin-top: -2px;
    justify-content: space-between;
}
section#video {
    z-index: 1;
    margin-top: -11px;
}
.main-menu.R1 h3 {
    color: #fff;
}
section#video\ r1{
    z-index: 1;
    position: relative;
    margin-top: -7px;
}
div#r-series-menu .accordion-header.active svg {
    transform: rotate(180deg);
    color: #fff;
}
div#r-series-menu .page {
    color: #38bdf8;
    font-size: 16px;
    font-weight: 400;
}
div#r-series-menu .accordion-content.open p a:hover{
    color: #38bdf8;
}
div#r-series-menu .accordion-header {
    color: #fff;
}
div#r-series-menu .accordion-header svg{
    color: #fff;
}
div#r-series-menu .accordion-content.open p a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}
div#r-series-menu .accordion-content.open p {
    border-bottom: .5px solid #fff;
    padding-bottom: 10px;
    padding-left: 20px;
}
div#r-series-menu .accordion-header {
    color: #fff;
    border-radius: 0px !important;
    background: #020307cf;
    padding: 10px 20px;
    border: navajowhite;
    margin-bottom: 0px;
}
div#r-series-menu .accordion-header {
    color: #fff;
    border-radius: 0px !important;
    background: #020307cf;
    padding: 10px 20px;
    border-bottom: .5px solid #fff;
    font-size: 16px;
}
div#r-series-menu .accordion-content.open {
    background: #020307cf;
    margin-top: 0px;
    border-radius: 0px !important;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
}
div#r-series-menu .accordion {
    border-radius: 0px !important;
}
div#r-series-menu {
    display: none;
}
/*-- Accordion-----*/

.accordion-item .col-md-6 p {
    height: 50px;
    align-self: center;
    justify-content: center;
    align-content: center;
}

.accordion {
    width: 100%;
    max-width: 900px;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
}

/* Accordion Item */
.accordion-item {
    background: #f4faff;
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px;
    cursor: pointer;
    background: #fff;
    font-size: 22px;
    font-weight: 600;
    color: #225a9c;
    border-bottom: 1px solid #707070;
}

.accordion-header svg {
    transition: transform 0.3s ease;
    color: #666;
}


/* Rotate arrow when active */
.accordion-header.active svg {
    transform: rotate(180deg);
    color: #666;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #f9fdff;
    transition: max-height 0.4s ease;
    padding: 0 20px;
}

.accordion-content.open {
    max-height: 820px;
    padding: 15px 5px;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
}
.accordion-item{
    border: none!important;
}
.accordion-content.open p {
    color: #949494;
    font-weight: 500;
}
span.specs {
    display: block;
    color: #666;
    font-weight: 300;
}
.openbtn{
    background: transparent;
}
section#innovation {
    background: #f2f2f2;
    margin-top: -7px;
}
section#innovation h2 {
    font-size: 32px;
    text-align: center;
    color: #30629f;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
}
section#innovation p {
    font-size: 18px;
    text-align: center;
    color: #666;
    font-weight: 400;
    line-height: 150%;
}
section#innovation .col-md-6 {
    align-self: center;
}
section#innovation .col-md-6.contents {
    padding-right: 120px;
}
section#innovation .col-md-6 h3 {
    font-size: 28px;
    text-align: left;
    color: #30629f;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
}
section#innovation .col-md-6 p {
    font-size: 18px;
    text-align: left;
    color: #666;
    font-weight: 400;
    line-height: 150%;
}
section#innovation .col-md-6 img{
    width: 100%;
}
.scooter-container {
  margin: 20px auto;
  max-width: 600px;
}
.scooter-container img {
  width: 100%;
  max-width: 500px;
  transition: opacity 0.3s ease;
}
#color-name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.colors {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  justify-content: left;
}
.color-option {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 20px 20px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    cursor: pointer;
    transition: transform 0.2s;
    cursor: pointer!important;
}
.color-option:hover {
    transform: scale(1.1);
}
.colors .active {
  border-color: #2c4a92;
  box-shadow: 0 0 8px rgba(44,74,146,0.6);
}

a.btn-learn {
    color: #30629f;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 10px 20px;
    border: 1.5px solid #30629f;
    margin-top: 20px;
    cursor: pointer;
}
a.btn-learn:hover {
  background:#30629f;
  color: #fff;
  cursor: pointer!important;
}
section#smart-os {
    background: url('../images/feature-kv.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
    text-align: center;
    padding: 90px 20px;
}
section#smart-os h2 {
    font-size: 38px;
    color: #30629f;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
}
section#smart-os p {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 150%;
    width: 70%;
    margin: auto;
}
section#hd-display img{
    width: 100%;
    box-shadow: 20px 20px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
}
section#hd-display .col-md-6 {
    align-self: center;
    padding: 30px;
    position: relative;
}
section#hd-display h2 {
    font-size: 32px;
    color: #30629f;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
    padding-left: 70px;
}
section#hd-display p {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 150%;
    margin: auto;
    padding-left: 70px;
}
span.abosolute-num {
    color: #4b5533;
    opacity: .1;
    font-size: 14em;
    position: absolute;
    bottom: 28px;
    font-weight: 100;
}
section#discover {
    background: url('../images/blueshark-bg.aee13c95.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section#discover img {
    width: 100%;
}
section#discover .col-md-8 {
    align-self: center;
    text-align: center;
    color: #fff;
    padding: 50px 80px;
}
section#discover h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
}
section#discover p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.qr-img img {
    width: 80% !important;
    background: #fff;
}
.qr-img a.btn-learn {
    color: #fff!important;
    font-size: 18px;
    font-weight: 500;
    border: 0 solid #fff!important;
    margin-top: 20px;
    cursor: pointer!important;
    padding: 0;
}
.qr-img a.btn-learn:hover{
    color: #000!important;
    background: transparent!important;
    cursor: pointer!important;
}
.mt-3.qr:hover{
    color: #000!important;
}
.mt-3.qr {
    border: 1px solid #fff;
    margin: 0 16px;
    padding: 10px 14px;
}
section#welcome {
    background: url('../images/feature-bg.c0da7d95.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 660px;
    text-align: center;
    padding: 90px 20px;
    align-content: center;
}
section#welcome h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
}
section#welcome p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 150%;
    width: 60%;
    margin: auto;
}

@media (max-width: 1200px){
    div#r-series-menu {
        display: block;
        background: #323235;
    }
    header#main-header{
        height: 70px!important;
        position: relative;
    }
}
@media (min-width: 1023px){
  .r1 {
    margin-left: 100px;
}
section#discover,section#hd-display,section#innovation{
    padding: 50px 160px;
}
}
@media (max-width: 1024px){
    section#discover,section#hd-display,section#innovation{
        padding: 50px 20px;
    }
    section#welcome p{
        width: 100%;
    }
    section#smart-os p{
        width: 100%;
    }
    section#discover .col-md-8 {
        padding: 20px;
    }
}

@media (max-width: 767px){
    section#hd-display .col-md-6{
        padding: 0;
    }
    section#hd-display h2,section#hd-display p{
        padding-left: 20px;
    }
    section#hd-display .col-md-6 {
        margin-top: 20px;
    }
    section#innovation .col-md-6.contents {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .col-md-6.contents.order-0,.col-md-6.order-0 {
        order: 1 !important;
        margin-top: 30px;
    }
    section#smart-os {
        background: url('../images/feature-kvMobile.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 800px;
        text-align: center;
        padding: 90px 20px;
    }
    .qr.d-flex.mt-5{
        display: block!important;
    }
    .qr-img {
        margin-bottom: 30px;
    }
}


/*-------- Pricing -----------*/

section#own-r1-series{
    background: url('../images/pricing-bg.17bfc9dc.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
}
section#own-r1-series h2 {
    font-size: 38px;
    font-weight: 600;
    color: #30629f;
    line-height: normal;
}
section#own-r1-series p {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: normal;
}
section#own-r1-series .btn {
  padding: 10px 20px;
  margin: 10px;
  border: 1px solid #30629f;
  cursor: pointer;
  font-weight: 500;
  background: transparent;
  color: #30629f;
  border-radius: 0;
}
section#own-r1-series .btn.active {
  background: #30629f;
  color: white;
}
section#own-r1-series .content {
  padding: 20px;
  display: inline-block;
  text-align: left;
}
section#own-r1-series p{
    color: #666;
    font-weight: 300;
    line-height: normal;
    font-size: 26px;
}
section#own-r1-series ul {
  padding-left: 20px;
}
section#own-r1-series li {
    margin-bottom: 6px;
    font-size: 18px;
    color: #666;
    font-weight: 300;
    list-style: none;
    margin-left: -19px;
}
.d-flex.price {
    gap: 22px;
}
.left-border {
    border-left: 2px solid #808080;
    padding-left: 22px;
}
img.tooltip-img {
    width: 10% !important;
}
.tooltip-text{
    transform: none;
}
span.price {
    display: block;
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    color: #30629f;
}
.d-flex.star {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
p i {
    font-size: 16px;
}
svg.text-\[\#ff4f4e\].text-\[28px\].my-auto {
    color: #ff4f4e;
    font-size: 22px;
}
svg.text-\[\#3ada80\].text-\[28px\].my-auto {
    color: #3ada7f;
    font-size: 22px;
}
section#blueswap {
    padding: 50px;
}
section#blueswap img {
    width: 90%;
}
.swap-price {
    display: flex;
    background: #30629f;
    padding: 20px;
    border-radius: 20px 30px;
    color: #fff;
    text-align: center;
}
.swap-content {
    width: 100%;
}
.border {
    margin: 10px;
}
.swap-content h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
}
.swap-content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.swap-content p {
    margin-bottom: 10px;
}
section#leasing {
    display: flex;
}
section#leasing .capital {
    align-self: center;
    padding: 30px 160px;
    width: 100%;
}
section#leasing .capital h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    color: #30629f;
}
section#leasing .capital p {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #000;
}
span.cap {
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    color: #30629f;
}
section#leasing img{
    width: 100%;
}
section#leasing .bike {
    width: 100%;
}
section#leasing p a{
    color: #38bdf8;
}

@media (min-width: 1024px){
   section#own-r1-series{
    padding: 150px 160px 50px;
}
span.fee{
    display: block;
}
}

@media (max-width: 1023px){
   section#own-r1-series{
    padding: 150px 20px 90px;
}
.swap-price{
    display: block;
}
}

@media (max-width: 767px){
    .d-flex.price {
        gap: 10px;
    }
    section#own-r1-series .content{
        padding: 0;
    }
    .left-border{
        padding-left: 10px;
    }
    span.price{
        font-size: 28px;
    }
    section#blueswap {
        padding: 100px 20px;
    }
    section#own-r1-series{
        height: 1000px;
    }
    section#leasing .capital {
        align-self: center;
        padding: 0px 30px;
        width: 100%;
    }
    section#leasing {
        display: block;
        padding: 50px 0px;
    }
}

/*--------- Pre-Order ----------*/
section#pre-order{
    background: url('../images/form-bg.d75045ca.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section#pre-order h2{
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}
a.pre-order {
    border: 1.5px solid #fff;
    padding: 10px 20px;
}
section#pre-order .scooter-container img{
    display: none;
}
section#pre-order .btn2 {
  padding: 10px 20px;
  margin: 10px;
  border: 1px solid #30629f;
  cursor: pointer;
  font-weight: 500;
  background: transparent;
  color: #30629f;
  border-radius: 0;
}
section#pre-order .btn2.active {
  background: #30629f;
  color: white;
}
div.form-bg {
    background: #fff;
    padding: 30px;
    margin-top: 30px;
    box-shadow: -15px 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
}
div.form-bg h3 {
    color: #30629f;
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
}
div.form-bg  .flex-fill {
    margin-top: 30px;
}
div.form-bg  .col-md-6 {
    padding: 10px 30px;
}
input.form-control {
    border: navajowhite;
    background: #f4f6f9;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
section#pre-order label {
    color: #666;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}
div.form-bg ::placeholder{
    color: #CFDAE9;
    font-weight: 300;
    font-style: italic;
}
.flex-fill.right {
    text-align: right;
}
.flex-fill.right input[type="submit"] {
    border: 2px solid #31629f;
    background: transparent;
    padding: 10px 20px;
    color: #31629f;
    font-weight: 500;
    cursor: pointer!important;
}
.flex-fill.right input[type="submit"]:hover{
    background: #31629f;
    color: #fff;
}


div.bike .btn-group {
    display: flex;
    gap: 20px;
    width: 30%;
}

div.bike .btn {
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #31629f;
  border-radius: 0px;
  cursor: pointer;
  background: white;
  color: #1f3c78;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

div.bike .btn.active {
  background: #31629f;
  color: white;
}

div.bike .btn-group {
    display: flex;
    gap: 20px;
    width: 30%;
}

div.R1-lite .btn2 {
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #31629f;
  border-radius: 0px;
  cursor: pointer;
  background: white;
  color: #1f3c78;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

div.R1-lite .btn2.active {
  background: #31629f;
  color: white;
}

div.R1-lite .btn-group2 {
    display: flex;
    gap: 1px;
    width: 100%;
}
.section { margin-bottom: 30px; }
.toggle-group {
  display: flex;
  gap: 10px;
}

.toggle-btn {
  padding: 10px 20px;
  border: 1.5px solid #31629f;
  background: white;
  color: #1f4e8c;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.toggle-btn.active {
  background: #31629f;
  color: white;
}

.toggle-btn:hover {
  opacity: 0.85;
}


@media (min-width: 1024px){
    section#pre-order{
        padding: 150px 100px 50px;
    }
    span.fee{
        display: block;
    }
}

@media (max-width: 1023px){
    section#pre-order{
        padding: 150px 20px 90px;
    }
    .swap-price{
        display: block;
    }
}

@media (max-width: 767px){
    section#pre-order .color-option {
        width: 25px;
        height: 25px;
    }
    form.form{
        padding: 10px;
    }
    .flex-fill.right {
        text-align: left;
    }
}

