@font-face {
    font-family: 'Ethnocentric';
    src: url('/Ethnocentric\ Rg\ It.otf') format('woff2'),
        url('/path-to-fonts/ethnocentric.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
 
    font-family: 'Poppins', sans-serif;
}
.main-bike-container{
    background-image: url(./img/bike-main-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /* height: 1940px; */
    height: auto;
}
.BIKE-top{
        text-align: center;
    position: absolute;
    width: 100%;
        top: 13%;
}
.BIKE-top h1{
        background: linear-gradient(180deg, #8BD9A9 28%, #538EA0 73.33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 900;
        line-height: 0.9;
}
.BIKE-top h3{
       background: linear-gradient(180deg, #64707D 20.67%, #FEFFFF 54.01%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    font-size: 65px;
    font-weight: 900;
        line-height: 0.9;
}
.dropdown-itemm {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dropdown-itemm:hover {
     background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}

.dropdown-itemm.active {
     background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}

.card{
    background-color: transparent;
}
.service-title{
    color: #fff;
    font-size: 25px;
}
.service-description{
    color: #fff !important; 
    FONT-SIZE : 13PX;
}
.top-container{
    height: 750px;
    position: relative;
}
.top-container p{
    color: #fff;
    position: absolute;
    bottom: 3%;
            text-shadow: 2px 1px 6px #000;
    left: 4%;
}
.text-design{
    font-family: 'Ethnocentric', sans-serif;
    font-size: 26px;
}
.service-icon{ 
    background-image: url(./img/icon-background.png);
    background-repeat: no-repeat;
    background-position: center;
}
.service-icon img{
    height: 100%;
    object-fit: scale-down;
        padding-bottom: 12px;

}
.searchdiv {
    position: relative;
    width: 100%;
    /* margin: auto; */
    left: -75px;
    top: 1px;
    justify-items: end;
}
.searchdiv .iconsInput {
    position: absolute;
    color: #fff;
    font-size: 48px;
   top: -14px;
    left: auto;
    /* width: 100%; */
}
.searchdiv input {
    width: 338px;
    height: 55px;
    border-radius: 12px;
    border: none;
    outline: none;
    padding-left: 65px;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}
.searchdiv ul {
    width: 310px;
     background-color: #21b6be54;
    box-shadow: 0 0 2px #50849496;
    list-style: none;
    margin-right: 12px;
  
    margin-top: 0;
    overflow-y: auto;
   padding-top: 10px ;
   padding-left: 0px;
    max-height: 300px;
}
.searchdiv ul li {
    padding: 6px 0;
    display: flex
;
    justify-content: flex-start;
    cursor: pointer;
    color: #fff;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    text-shadow: 0px 1px 1px #fff;
      
}
.searchdiv ul .listarrow {
    background: #1480de;
    color: #fff;
    border-radius: 7px;
    border: 1px solid;
    margin-right: 12px;
    /* width: 28px; */
    align-self: center;
    height: 28px;
    margin-left: 16px;
    padding: 0;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}
a{
    color:  #fff !important;
}
.dropdown-list li.selected {
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
    color: white;
}

.searchimg {
    position: relative;
    top: 3px;
    left: 34px;
}
.searchimg img {
    width: 404px;
    height: 222px;
}
.searchimg h3 {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    /* left: 32%; */
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
#searchInput::placeholder {
  color: #d1d1d1; /* Light gray color */
  font-size: 24px;
}
.searchimg p {
    position: absolute;
    top: 50%;
    /* left: 28%; */
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width: 1920px) {
    .top-container {
        height: 1090px;
    }
}
@media screen and (max-width: 1560px) {
    .top-container {
        height: 915px;
    }
}
@media screen and (max-width: 1440px) {
    .top-container {
        height: 840px;
    }
}
@media screen and (max-width: 1360px) {
    .top-container{
        height: 806px;
    }
}
@media screen and (max-width: 1280px) {
    .top-container{
        height: 750px;
      position: relative;
      color: #fff;
    }
}
@media screen and (max-width: 450px) {

.main-bike-container{
    background-image: url(./img/BGPicture.png);
    background-repeat: no-repeat;

    background-position: top;
          height: 1680px;
    background-size: 100% 100%;
}


.BIKE-top {
    position: absolute;
    top: 14%;
            width: 100%;
    text-align: center;
}

.BIKE-top h1{
    background: linear-gradient(180deg, #8BD9A9 28%, #538EA0 73.33%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
        font-weight: 900;
        font-size: 28px;
                margin-bottom: 0;
        line-height: 0.9;
}

.BIKE-top h3{
  background: linear-gradient(180deg, #64707D 20.67%, #FEFFFF 54.01%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
        font-weight: 900;
                line-height: 0.9;

        font-size: 28px;
}
.searchimg img {
    width: 370px;
    height: 222px;
}
.service-icon {
    background-image: url(./img/icon-background.png);
    background-repeat: no-repeat;
    background-position: center;
    /* object-fit: contain; */
    background-size: contain;
}
    .top-container {
        height: 660px;
        position: relative;
        color: #fff;
    }

.top-container p{
    color: #fff;
    position: absolute;
    bottom: 3%;
    left: 4%;
    display: none;
}

.bike-grid{
    margin-bottom: 199px;
}
.service-title{
    font-size: 14px;
}
.service-description {
    color: #fff !important;
    display: none;
}
.searchdiv {
    position: relative;
    width: 100%;
    margin: auto;
    left: 0;
    top: 1px;
    display: flex; /* ADD THIS */
    flex-direction: column; /* Items ko column mein arrange karne ke liye */
    align-items: center; /* Center horizontally */
    text-align: center; /* Text center align karne ke liye */
}
.service-icon img {
    height: 78%;
    object-fit: contain;
    width: 40px;
}
.searchimg {
    position: relative;
    top: 3px;
    left: 0;
}
.searchdiv .iconsInput {
          z-index: 5;
        position: absolute;
        color: #fff;
        /* font-size: 24px; */
        right: 90px;
        top: 30px;
 
    transform: translateY(-50%); /* perfect vertical center ke liye */
    pointer-events: none; /* optional: taaki icon click nahi ho */
}

.searchdiv ul li {
    padding: 6px 0;
    display: flex
;
    justify-content: flex-start;
    cursor: pointer;
    color: #fff;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-shadow: 0px 1px 1px #fff;
}
.searchdiv ul {
    width: 280px;
    background-color: #21b6be54;
    box-shadow: 0 0 2px #50849496;
    list-style: none;
    margin-right: 1px;
    margin-top: 0;
    overflow-y: auto;
    padding-top: 10px;
    padding-left: 0px;
    max-height: 300px;
}
.searchdiv input {
    width: 305px;
    height: 55px;
    border-radius: 12px;
    border: none;
    outline: none;
    padding-left: 65px;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}
}

@media screen and (max-width: 360px) {
    .searchimg img {
    width: 350px;
    height: 222px;
}
.searchdiv ul {
    width: 284px;
    background-color: #a6bcc354;
    box-shadow: 0 0 2px #50849496;
    list-style: none;
    margin-right: 12px;
    margin-top: 0;
    overflow-y: auto;
    padding: 0;
    max-height: 300px;
}
}