.users-after::after {
    content: "";
    background: url("../img/main/down.svg");
    background-repeat: no-repeat;
    background-position:center;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -1rem;
}

.bg-oval {
    background-image: url("../img/sections/bg-blue-wide.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

/* about us */
.bg-green-about {
    background-image: url("../img/sections/aboutusbanner.svg");
    background-position: center;
    background-size: 110%;
    background-repeat: no-repeat;
}

.bg-blur-1{
    background-image: url("../img/sections/Frame\ 25blur.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-blur-2 {
    background-image: url("../img/sections/Frame\ 28blur.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-blur-3 {
    background-image: url("../img/sections/Frame\ 26blur.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-blur-4 {
    background-image: url("../img/sections/Frame\ 27blur.svg");
    background-position: center center;
    background-repeat: no-repeat;
}


.w-40rem {
    width: 620px;
    height: 420px;
    object-fit: cover;
  }


  @media (max-width: 991.98px) {
    .navbar-expand-lg .offcanvas-nav {
        overflow: hidden !important;
        height: 100% !important;
    }
    .navbar-expand-lg .offcanvas-nav .offcanvas-body {
        background-color: #fff ;
        margin-top: 1rem;
        padding: 1rem;
        width: 90%;
        border-radius: .5rem;
    }
    
    .navbar-expand-lg .offcanvas-nav .offcanvas-body ul li a{
        padding: .5rem;
        margin-bottom: .25rem;
        border-radius: .35rem;
    }
    .navbar-expand-lg .offcanvas-nav .offcanvas-body ul li a:hover{
        background-color: #F3F4F5;
    }
    .navbar-expand-lg .navbar-collapse .dropdown-toggle:after {
        position: absolute;
        margin-right: 0;
        right: 0.5rem;
        top: .4rem !important;
        font-size: 0.9rem;
    }

}

.steps {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* aboutus page */
.fact-dots {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fact-dots-year {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 164px;
}
.fact-dots-year img {
    width: 36px;
    height: 36px;
}
.fact-dots-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}



/* mobile */
@media (max-width: 765px) {
   
/* main banner */ 
.banner-cat .fs-32,
.banner-users .fs-32,
.banner-att .fs-32,
.banner-quest .fs-32{
    font-size: 17px !important;
}

.banner-cat .fs-14,
.banner-users .fs-14,
.banner-att .fs-14,
.banner-quest .fs-14{
    font-size: 9px !important;
}

.banner-cat img,
.banner-att img,
.banner-quest img{
    width: 1.75rem;
    height: 1.75rem;
}
.banner-users img{
    height: 1.25rem;
}
.banner-cat {
    left: 3%!important;
}
.banner-quest {
    right: 5% !important;
}
.banner-users {
    right: 15% !important;
}



/* top categories */
.card-categories .card-cat-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
}
        .card-categories ul{
            height: 54px !important;
        }

            .bg-oval {    
                background-image: url("../img/sections/oval-mobile.svg");
                background-position: 50% 15%;
                background-size: 185%;
                background-repeat: no-repeat;
            }


/* steps */
.steps {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}
.steps .steps-img {
    width: 110px;
}
.steps div {
    width: 180px !important;
    height: 121px !important;
}

/* video section */
.video-poster {
    border-radius: 66px 8.2px 8.2px 8.2px !important;
}
.green-video-mobile {
    width: 65% !important;
    left: 1rem !important; 
}
.dots-video-mobile {
    width: 380px !important;
}

/* blur card section */
.bg-blur-1,
.bg-blur-2,
.bg-blur-3,
.bg-blur-4 {
    width: 100% !important;
    background-size: 130%;
    background-position: center;
    height: 263px !important;
}
.bg-blur-div {
    height: 215px !important;
}


/* footer */
.footer-list-column {
    align-items: start !important;
}


/* about us */
.bg-green-about {
    background-image: url("../img/sections/aboutusbanner-mobile.svg");
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.fact-dots {
    flex-direction: column;
}

.fact-dots-year {
    flex-direction: row;
    align-items: center;
    width: 80%;
    gap: 1rem;
}
.fact-dots-year img {
    width: 26px;
    height: 26px;
}

.bg-green-about .w-60 {
    width: 100% !important;
}

.fact-dots-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
}
}





/* nav country dropdown */
.country-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.country-item.hidden {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}


/* select2 */
.select2-container {
    background: transparent;
    border: none;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
}

.select2-dropdown {
    border: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f0f1f4 !important;
    color: #60697b !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #f0f1f4 !important;
}

.select2-container input[type=search] {
    outline-color: #60697b !important;
    outline-style:none !important;
}