header#main-header {
    height: 120px;
    background: #323235;
    align-content: center;
    position: relative;
    z-index: 99;
    width: 100%;
}
section#specifications h2 {
    color: #30629f;
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    line-height: normal;
}
.r1-series.flex-fill,.r1-lite.flex-fill{
    flex: 1 !important;
}
.content-head {
    font-size: 24px;
    color: #30629f;
    font-weight: 600;
    line-height: normal;
    border-bottom: 2px solid #6EB0FF;
    padding-bottom: 14px;
    margin-bottom: 25px;
    margin-top: 20px;
}
section#pricing {
    background: #EEF5FF;
}
section#pricing h2 {
    color: #30629f;
    font-weight: 600;
    line-height: normal;
}
section#pricing .content-head {
    border-bottom: 2px solid #808080!important;  
}
span.pricing {
    display: block;
    color: #30629f;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 10px;
}
section#pricing .col-md-6 p {
    height: 100px;
    align-content: center;
}
ul li,span.app {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.mt-3.qr{
    border: 0;
}
.qr-img img {
    width: 62% !important;
    background: #fff;
}
.qr-img {
    text-align: center;
}
.qr-img a.btn-learn {
    color: #30629f !important;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #30629f !important;
    margin-top: 20px;
    cursor: pointer !important;
    padding: 10px 15px;
}
.qr-img a.btn-learn:hover{
    background: #30629f!important;
    color: #fff!important;
}


/*------ Circle -----*/

.scooter-container {
  margin: 20px auto;
  max-width: 600px;
}
.scooter-container img {
  width: 100%;
  max-width: 500px;
  transition: opacity 0.3s ease;
}
#color-name2 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.colors2 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  justify-content: left;
}
.color-option2 {
    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-option2:hover {
    transform: scale(1.1);
}
.colors2 .active {
  border-color: #2c4a92;
  box-shadow: 0 0 8px rgba(44,74,146,0.6);
}

@media (min-width: 1023px){
    section#specifications,section#pricing {
        padding: 50px 160px;
    }
    .d-flex.specs {
        gap: 80px;
    }
    .col-md-6.r1-series,.col-md-6:first-child {
        padding-right: 30px;
    }
    .col-md-6.r1-lite,.col-md-6:last-child {
        padding-left: 30px;
    }
}
@media (max-width: 1024px){
    section#specifications,section#pricing {
        padding: 50px 20px;
    }
    .d-flex.specs {
        gap: 30px;
    }
    .accordion-item .col-md-6{
        width: 50%;
    }
    .color-option{
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px){
    section#pricing .col-md-6 p,.accordion-item .col-md-6 p{
        height: auto;
    }
    .qr-img img{
        width: 100%!important;
    }
}