#herosection {
    background-image: url(../images/indexheroimg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    color: white;
}
#searchbtn {
    background-color: #e03012;
    color: white;
}
.maincontainer {
    width: 65%;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.cardbtn {
    border: 0.5px solid #00857a;
    background-color: white;
    color: #029589;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 3px;
}
.nav-circle {
    height: 35px;
    width: 35px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.nav-circle i {
    font-size: 16px;
    color: black;
}

.category-btn.active {
    border-bottom: 4px solid #00857a !important;
    color: #00857a !important;
    border-radius: 0px;
}
.category-btn-trendingbikes.active {
    border-bottom: 4px solid #00857a !important;
    color: #00857a !important;
    border-radius: 0px;
}
.category-btn-latestupdate.active {
    border-bottom: 4px solid #00857a !important;
    color: #00857a !important;
    border-radius: 0px;
}

#categorybtn button {
    font-size: 13px;
    font-weight: 600;
    color: #464646;
}
.bluetext {
    color: #0288d1;
}
.category-btn-browsebikes.active {
    border-bottom: 4px solid #00857a !important;
    color: #00857a !important;
    border-radius: 0px;
}
.category-btn-featuredbikes.active {
    border-bottom: 4px solid #00857a !important;
    color: #00857a !important;
    border-radius: 0px;
}
.category-btn-brandscarousel.active {
    border-bottom: 4px solid #00857a !important;
    color: #00857a !important;
    border-radius: 0px;
}

.budgetvalue div div p b:hover {
    color: #029589;
    transition: all 0.7s;
}
#CheckOnRoadPrice {
    background-image: url(../images/get-final-price-banner.jpg);
    background-size: cover;
    height: auto;
    width: 100%;
}
#CheckOnRoadPriceCard {
    background-color: #00000080;
    margin-top: 8rem;
    margin-bottom: 10rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#gogreendiv {
    border: 1px solid #7fd7cf;
    background-color: #ecf9f8;
}
.bluebtn {
    color: #0288d1;
    background-color: white;
    border: 1px solid #0288d1;
    margin: 5px;
    border-radius: 3px;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 14px;
}
.searchplaceholader::placeholder {
    color: #a6a6a6;
    font-size: 14px;
}
.divider {
    height: 150px;
    /* width: 50px; */
    display: flow;
    text-align: center;
    /* padding-top: 100px; */
}

.divider:before {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 50%;
    position: relative;
    top: 15px;
    width: 1px;
    z-index: 0;
}

.divider:after {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 50%;
    position: absolute;
    top: 100px;
    width: 1px;
    z-index: 0;
}
.divider1 {
    height: 150px;
    /* width: 50px; */
    display: flow;
    text-align: center;
    /* padding-top: 100px; */
}

.divider1:before {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 50%;
    position: relative;
    top: 15px;
    width: 1px;
    z-index: 0;
}

.divider1:after {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 598px;
    position: absolute;
    top: 262px;
    width: 1px;
    z-index: 0;
}
.divider2 {
    height: 150px;
    /* width: 50px; */
    display: flow;
    text-align: center;
    /* padding-top: 100px; */
}

.divider2:before {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 50%;
    position: relative;
    top: 15px;
    width: 1px;
    z-index: 0;
}

.divider2:after {
    border-left: 1px solid #cacaca;
    content: "";
    display: block;
    height: 55px;
    left: 598px;
    position: absolute;
    top: 262px;
    width: 1px;
    z-index: 0;
}
#coupondiv {
    background: rgb(236, 249, 248);
    background: linear-gradient(
        0deg,
        rgba(236, 249, 248, 1) 40%,
        rgba(255, 255, 255, 1) 80%
    );
    border-radius: 10px;
    border: 1px solid #7fd7cf;
}
#amazondiv{
    background-color: #fef7ef;
    border: 3px dotted #00857a;
}
.smalltext{
    font-size: 13px;
    color: white;
}
.vl {
    border-right: 1px solid rgb(255, 255, 255);
    height: 40px;
  }

  .form-select {
    color: #6c757d;
    font-size: 12px;
    font-weight: 400;
    padding: 13px;
}

@keyframes marqueeScroll {
    from {
        background-position: -1000% 0;

    }
    to {
        background-position: 0 0;
    }
}

.modalheaderbg {
    margin-top: 35px;
    opacity: 100%;
    background-image: url(../images/skyline-bg.png);
    background-repeat: repeat-x; /* Corrected */
    background-size: auto 100%; /* Ensures proper scaling */
    height: 60px; 
    animation: marqueeScroll 60s linear infinite; /* Slower speed for smooth effect */
}
.modalheadertext{
    color: black !important;
    transform: translate(0px, -40px);
}
.img-fixed {
    width: 100%;
    height: 90px;
    object-fit: cover;
    /* Ensures images maintain aspect ratio */
}

.img-large {
    height: 190px;
    object-fit: cover;
}
#range-slider {
    width: 200px;
    appearance: none;
    -webkit-appearance: none;
    height: 3px;
    background: #00857a;
    border-radius: 5px;
    outline: none;
}

#range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00857a;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #007BFF;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#range-slider2 {
    width: 200px;
    appearance: none;
    -webkit-appearance: none;
    height: 3px;
    background: #00857a;
    border-radius: 5px;
    outline: none;
}

#range-slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00857a;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#range-slider2::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #007BFF;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#range-slider3 {
    width: 200px;
    appearance: none;
    -webkit-appearance: none;
    height: 3px;
    background: #00857a;
    border-radius: 5px;
    outline: none;
}

#range-slider3::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00857a;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#range-slider3::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #007BFF;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.banktable tr th {
    padding: 15px;
}

.banktable tr td {
    padding: 15px;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-5 {
    position: relative;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-5::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #066da4;
    top: 0;
    bottom: 0;
    left: auto;
    margin-left: -3px;
}

/* Container around content */
.timeline-5 {
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */
.timeline-5::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    right: 1px;
    background-color: #066da4;
    top: 18px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the right */
.right-5 {
    padding: 0px 0px 20px 40px;
    left: auto;
}

/* Add arrows to the right container (pointing left) */
.right-5::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid #066da4;
    border-width: 10px 10px 10px 0;
    border-color: transparent #066da4 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-5::after {
    left: -10px;
}
.main-timeline2-5 {
    position: relative;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.main-timeline2-5::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #8f8f8f;
    top: 0;
    bottom: 0;
    left: auto;
    margin-left: -3px;
}

/* Container around content */
.timeline2-5 {
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */
.timeline2-5::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    right: 1px;
    background-color: #d52828;
    top: 18px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the right */
.right2-5 {
    padding: 0px 0px 20px 40px;
    left: auto;
}

/* Add arrows to the right container (pointing left) */
.right2-5::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid #d52828;
    border-width: 10px 10px 10px 0;
    border-color: transparent #97979700 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right2-5::after {
    left: -10px;
}

.bootstrap-tagsinput .tag {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    display: inline-block;
    padding: 4px 6px;
    font-size: 13px;
}


@media (max-width: 991px) {
    .main-timeline-5 {
        max-width: 100%;
    }
}

#usedbikesbanner{
    background-image: url(../images/usedbikesbannerimg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}
#userreviewsbanner{
    background-image: url(../images/reviewsbanner1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    margin-top: -5rem;
}
#expertreviewsbanner{
    background-image: url(../images/reviewsbanner2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    margin-top: -5rem;

}
#sellbikeimg{
    background-image: url(../images/sell-bike-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
}

.input-container {
    position: relative;
    margin: 20px auto;
    /* width: 200px; */
  }
  
  .input-container input[type="text"] {
    font-size: 20px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #9c9c9c;
    /* padding: 5px 0; */
    background-color: transparent;
    outline: none;
  }
  .input-container input[type="date"] {
    font-size: 20px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #9c9c9c;
    /* padding: 5px 0; */
    background-color: transparent;
    outline: none;
  }
  .input-container select {
    font-size: 16px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #9c9c9c;
    /* padding: 5px 0; */
    background-color: transparent;
    outline: none;
  }
  
  .input-container .label {
    position: absolute;
    top: 0;
    left: 0;
    color: #9c9c9c;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  
  .input-container input[type="text"]:focus ~ .label,
  .input-container input[type="text"]:valid ~ .label {
    top: -20px;
    font-size: 16px;
    color: #333;
  }
  .input-container input[type="date"]:focus ~ .label,
  .input-container input[type="date"]:valid ~ .label {
    top: -20px;
    font-size: 16px;
    color: #333;
  }
  
  .input-container .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #53cdc7;
    transform: scaleX(0);
    transition: all 0.3s ease;
  }
  
  .input-container input[type="text"]:focus ~ .underline,
  .input-container input[type="text"]:valid ~ .underline {
    transform: scaleX(1);
  }
  .input-container input[type="date"]:focus ~ .underline,
  .input-container input[type="date"]:valid ~ .underline {
    transform: scaleX(1);
  }
  /* .input-container select:focus ~ .underline,
  .input-container select:valid ~ .underline {
    transform: scaleX(1);
  } */

  #bikereviewcontest{
    background-image: url(../images/skyline976x103.png);
    background-color: #2e3192;
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    width: 100%;
  }
  
  