.div-search-main-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.div-search-bar-container{
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
    width: 35%;
}
 .input-div-alignment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.input-background {
    border: #121221 solid 1px;
    border-radius: 25px 0px 0px 25px;
    padding: 0px 10px;
    z-index: 9;
    align-content: center;
    display: inline-flex;
}
 .img-next{
    align-items: center;
    display: flex;
    justify-content: end;
    padding-right: 5%;
}
.img-search-icon{
    width: 16px;
    height: 16px;
    align-self: center;
    margin: 0px 10px;
}
.btn-go {
    background-color: #008675;
    color: #ffffff;
    margin-left: -30px ;
    border: none;
    border-radius: 50%;
    display: flex;
    font-size: 22px;
    padding: 26px 24px;
    z-index: 99;
    font-weight: 700;
    height: auto;
    line-height: 1;
}
.home-banner-input {
    line-height: 1.2em;
    border: transparent;
    font-size: 16px;
    font-weight: 600;
    width: 90%;
}
.div-cources{
    padding:20px 10px;
}
.search-bar-content-sub-header{
    font-weight: 700;
    color: #383838;
}
.div-cources-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
}
.div-gender-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
    align-items: center;
}
.btn-coourse{
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #008675;
    padding:6px 10px;
    border-radius: 8px;
    color: #383838;
    background-color: #FFFFFF;
}
.btn-coourse:focus{
    outline: none;
}
.btn-coourse.on{
    color: #FFFFFF;
    background-color: #008675;
}
.btn-language{
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #008675;
    padding:4px 22px;
    border-radius: 20px;
    color: #383838;
    background-color: #FFFFFF;
}
.btn-language.on{
    color: #FFFFFF;
    background-color: #008675;
}
.btn-language:focus{
    outline: none;
}
.search-wrapper {
  position: relative;
  width: 100%;          /* adjust as needed */
  height: 50px;          /* matches input height */
}


.search-wrapper input {
  width: 100%;
  height: 100%;
  padding: 0 60px 0 40px;     /* left padding for image */
  border-radius: 999px;
  border: 1px solid #383838;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

/* image icon on the left */
.search-wrapper .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;                /* adjust to your image */
  height: 16px;
  pointer-events: none;       /* click goes to input */
}

/* Go button */
.search-wrapper button {
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: none;
  background-color: #008269;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.18);
}

.search-wrapper button:hover {
  background-color: #006955;
}
.div-search-reasult{
    display: flex;
    flex-direction: column;
    width: 65%;
    padding: 30px 40px;
}
.search-result-title{
    font-weight: 700;
    color: #383838;
}
.search-result-title span{
    color: #008675;
}
.div-search-result-count-parent-div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.div-vendor-count{
    display: inline-flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 400;
    color: #737373;
    align-items: center;
}
.txt-vendor-count{
    font-weight: 700;
}
.img-info{
    width: 21px;
    height: 21px;
    cursor: pointer;
}
.tooltip-inner{
    text-align: left;
    background-color: #006955;
}
.txt-sort-label{
    font-size: 16px;
    font-weight: 500;
}
.img-filter{
    width: 24px;
    height: 24px;
}
.dropdown-toggle::after {
    display: none !important;
}
.dropdown-item{
    font-size: 14px;
    font-weight: 500;
}
.dropdown-item:hover,.dropdown-item.active, .dropdown-item:active{
    color: #008675;
    background-color: #fff;
}
.rating-xs {
    font-size: 16px !important;
    margin-right: 10px;
}
.rating-container .filled-stars{
    color: #008675 !important;
    -webkit-text-stroke:0px transparent !important;
    text-shadow: 0px 0px transparent !important;
}
.div-rating-count{
    display: inline-flex;
    flex-direction: row;
    align-items:center;
}
.txt-review-count{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    color: #383838;
    
}
.div-search-item{
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 10px 20px;
    border-bottom: #d9d9d9 3px solid;
    column-gap: 12px;
}    
.div-search-item.margin-bottom{
    margin-bottom: 18px;
}
.img-div{
    display: inline-flex;
    width: 16%;
    align-items: center;
}
.img-profile{
    width: 128px;
    height: 128px;
    border-radius: 50%;
}
.div-content{
    display: inline-flex;
    width: 76%;
    flex-direction: column;
    margin: 10px 0px;
    row-gap: 4px;
}
.div-arrow{
    display: inline-flex;
    width: 8%;
    align-items: center;
}
.txt-name{
    font-weight: 800;
    font-size: 26px;
    color:#383838;
    margin-bottom: 0px;
    line-height: 1.2em;
}
.div-badge{
    display: inline-flex;
    column-gap: 4px;
    align-items: center;
}
.img-badge-icon{
    width: 21px;
    height: 21px;
}
.text-badge-title{
    font-size: 14px;
    font-weight: 500;
    color: #909090;
    line-height: 1.2em;
}
.txt-price{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #383838;
    line-height: 1.2em;
}
.txt-price strong{
    font-weight: 800;
}
.img-arrow{
    width: 64px;
    height: 64px;
}
.div-pagination{
    display: flex;
    justify-content:center;

}
.page-item.active .page-link{
    background-color: #d50032;
    border-color: #d50032;
    font-size: 11pt;
}
 .pagination{
        align-items: center;
        justify-content: center;
    }
.end-of-result{
    font-size: 32px;
    font-weight: 900;
    color:#d50032;
    margin-top: 30px
}
.search-results-pagination li a.page-link {
    color: #707070 !important;
    font-size: 11pt !important;
}
.page-link:hover{
    color: #707070;
}
.page-link{
    color: #707070;
    font-size: 10pt;
}
.search-result-list{
    display: flex;
    flex-direction: column;
    min-height: 50vh;
    
}
.modal-bottom {
    position: fixed !important;
    bottom: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.modal-bottom .modal-content {
    border-radius: 16px 16px 0 0 !important;
}

.modal.fade .modal-bottom {
    transform: translateY(100%) !important;
    transition: transform .3s ease-out !important;
}

.modal.show .modal-bottom {
    transform: translateY(0);
}
.div-mobile-filter{
    display: none;
}
.div-show-result-button{
    border-radius: 30px;
    background-color: #008675;
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: none;
    padding: 10px 20px;
}
.div-close-button{
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: none;
    padding: 10px 20px;
    background-color: #d50032;
}
.txt-no-data-found{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #383838;
}
.img-filter-icon{
    width: 42px;
    height: 42px;
}
.div-name-content{
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.text-gear-type{
    font-size: 16px;
    font-weight: 700;
    color: #006955;
}
.search-wrapper-parent{
    display: none;
}
.txt-sponsor-name{
    font-size: 16px;
    font-weight: 600;
    color: #737373;
    overflow-wrap: anywhere;
    line-height: 1.2em;
    margin-bottom: 0px;
}

@media (max-width: 600px){

    header{
        position: unset;
    }
    .search-wrapper-parent{
        padding: 14px 0px;
    }
    .div-search-bar-container{
        width: 100%;
        padding: 30px 0px;
    }
     .div-search-reasult{
        width: 100%;
        padding: 0px 0px;
    }
    .img-div{
        width: 25%;
    }
    .div-content{
        width: 75%;
        flex-direction: row;
        column-gap: 10px;
        row-gap: 2px;
        justify-content: space-between;
        align-items: center;
    }
    .div-arrow{
        display: none;
    }
    .img-profile{
        width: 84px;
        height: 84px;
    }
    .txt-name{
        font-size: 18px;
    }
    .img-badge-icon{
        width: 14px;
        height: 14px;
    }
    .txt-price{
        font-size: 14px;
    }
    
    .div-search-item{
        padding: 4px 4px;
    }
    .div-search-bar-container{
        display: none;
    }
    .search-result-list{
        margin-top: 20px;
    }
    .search-result-title{
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .div-gender-list.top-bar{
        margin-top: 0px;
    }
    .div-search-result-count-parent-div{
        margin-bottom: 0px;
        width: 100%;
    }
    .div-mobile-filter{
        display: flex;
        flex-direction: column;
        position: sticky;
        top: 0;          /* required */
        z-index: 9;      /* keeps it above other elements */
    }
    .div-mobile-filter{
        display: flex;
        flex-direction: column;
        position: sticky;
        top: 0;
        z-index: 9;
        background: #fff;
        padding: 12px 0px;
    }
    .text-badge-title{
        font-size: 12px;
    }
    .btn-language{
        padding: 2px 10px;
    }
    .search-wrapper-parent{
        display: block;
    }
    .div-name-content{
        width: 65%;
    }
    .div-price{
        width: 35%;
        align-self: flex-start;
    }
}
@media (min-width: 600px) and (max-width: 920px){
    .div-search-bar-container{
        width: 100%;
        padding: 30px 0px;
    }
    .div-search-reasult{
        width: 100%;
        padding: 0px 0px;
    }
    .img-div{
        width: 20%;
    }
   .div-content{
        width: 75%;
        flex-direction: row;
        column-gap: 10px;
        row-gap: 2px;
        justify-content: space-between;
         align-items: center;
    }
    .div-arrow{
        display: none;
    }
    .img-profile{
        width: 96px;
        height: 96px;
    }
    .txt-name{
        font-size: 20px;
    }
    .img-badge-icon{
        width: 18px;
        height: 18px;
    }
    .txt-price{
        font-size: 16px;
    }
    .div-content{
        row-gap: 2px;
    }
    .div-search-bar-container{
        display: none;
    }
    .search-result-list{
        margin-top: 20px;
    }
    .search-result-title{
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .div-gender-list.top-bar{
        margin-top: 0px;
    }
    .div-search-result-count-parent-div{
        margin-bottom: 0px;
        width: 100%;
    }
    .div-mobile-filter{
        display: flex;
        flex-direction: column;
        position: sticky;
        top: 0;
        z-index: 9;
        background:#fff; /* optional but helps */
       
        top:80px;
    }
    .text-badge-title{
        font-size: 12px;
    }
    .search-wrapper-parent{
        display: block;
    }
}
@media (min-width: 920px) and (max-width: 1024px){
    .div-search-reasult,.div-search-bar-container{
        padding: 30px 20px;
    }
    .img-profile{
        width: 96px;
        height: 96px;
    }
     .txt-name{
        font-size: 20px;
    }
    .img-badge-icon{
        width: 18px;
        height: 18px;
    }
    .txt-price{
        font-size: 16px;
    }
    .div-content{
        row-gap: 2px;
    }
    .img-div{
        width: 20%;
    }
    .div-content{
        width: 70%;
    }
    .div-arrow{
        width: 10%;
    }
}