/*container*/
@media screen and (min-width: 1300px) {
    .container {
        max-width: 1250px;
    }
}

/*BANNER*/
.main-page-banner {
    padding-top: 179px;
}

/*HOMEPAGE BANNER*/
.homepage-banner {
    height: calc(100% + 100px);
    width: 100%;
}

.homepage-banner-image {
    position: absolute;
    height: 100%;
    width: 100%;
}

.homepage-banner-caption {
    position: relative;
    z-index: 3;
    max-width: 935px;
    margin-bottom: 80px;
}

.homepage-banner .floating-nav {
    height: 36px;
    width: 23px;
}

@media screen and (max-width: 597px) {
    .homepage-banner-caption {
        margin-bottom: 220px;
    }

    .homepage-banner .floating-nav {
        height: 26px;
        width: 11px;
    }
}

.homepage-banner-caption h1 {
    font-weight: 600;
}

.homepage-banner-caption p {
    max-width: 550px;
    font-size: 20px;
    margin-top: 33px;
    margin-bottom: 39px;
    font-weight: 400;

}

.homepage-section * {
    z-index: 1;
}

.homepage-banner-caption .btn {
    min-width: 172px;
}

.homepage-section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    z-index: 3;
    position: relative;
}

/*HOMEPAGE BANNER CAROUSEL*/
.homepageBanner-carousel, .homepageBanner-carousel .owl-stage-outer, .homepageBanner-carousel .owl-stage-outer * {
    height: 100%;
}

.homepageBanner-carousel .owl-dots {
    position: absolute;
    bottom: 60px;
    transform: translateY(100%);
    width: 100%;
    margin: 0;
    z-index: 2;
}

.banner-spacing {
    height: 105px;
    width: 100%;
    background: transparent;
    z-index: 1;
}

.homepage-banner-image .floating-logo-element {
    z-index: 2;
}


/*HOMEPAGE SERVICES CAROUSEL*/
.solutions-carousel {
    margin-top: 48px;
}

.service-image {
    height: calc(171px * var(--scale));
    width: calc(171px * var(--scale));
    margin: auto;
    margin-bottom: calc(28px * var(--scale));
}

.service-item .d-flex {
    text-align: center;
    align-items: center;
}
.service-item h3 {
    margin-bottom: calc(25px * var(--scale));
    font-weight: 600;
    max-width: 190px;
    min-height: 88px;
    font-size: 28px;
    text-align: center;
}

@media screen and (max-width: 850px) {
    .service-image {
        height: 120px;
        width: 120px;
    }

    .service-item h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 597px) {
    .service-image {
        height: 100px;
        width: 100px;
    }

    .service-item h3 {
        font-size: 20px;
    }
}


.service-item .btn, .small-btn {
    font-size: 14px;
    padding: 8px 30px;
    width: fit-content;
}

.service-item {
    cursor: pointer;
    width: fit-content;
    max-width: 185px;
}


.service-item:hover .btn {
    background: #487FFC;
    color: #fff;
}

/*HOMEPAGE PARTNERS SECTION*/
.partners-section {
    background: #000;
    padding-top: 122px;
    padding-bottom: 151px;
}

.partner-image {
    height: 40px;
    width: auto;
}

.partners-carousel {
    margin-top: calc(90px * var(--scale));
}

@media screen and (max-width: 597px) {
    .partners-carousel .owl-dots {
        display: none;
    }

    .homepage-partners-nav-btn {
        display: none;
    }
}

/*HOMEPAGE SERVICES SECTION*/
.services-section {
    padding-top: 120px;
    padding-bottom: 141px;
    position: relative;
}

.services-section-images {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.services-section *:not(.services-section-images, .services-section-images *) {
    z-index: 2;
    position: relative;
}

.services-section-images .image-overlay {
    background: #0445da9e;
}

.service-bg {
    visibility: hidden;
    opacity: 0;
    transition: 400ms;
    position: absolute;
    top: 0;
    left: 0;
}

.service-bg.active {
    visibility: visible;
    opacity: 1;
}

.service-item p {
    font-weight: 400;
    margin-top: calc(24px * var(--scale));
    margin-bottom: calc(13px * var(--scale));
    max-width: 210px;
    min-height: 110px;
}

.services-carousel {
    margin-top: calc(56px * var(--scale));
}

@media screen and (max-width: 850px) {
    .service-item {
        max-width: 160px;
    }

    .service-item p {
        min-height: 130px;
    }
}


/*SOLUTIONS PAGE*/
.banner-text {
    font-size: calc(25px * var(--scale));
    font-weight: 400;
    margin-bottom: 0;
}

.solution-desc-carousel .owl-stage {
    padding-right: unset !important;
    padding-left: unset !important;
}

.solution-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 40px;
    padding-block: 15px;
    background: var(--theme-color);
    border-radius: 40px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.solution-title img {
    height: calc(72px * var(--scale));
    width: calc(72px * var(--scale));
    border-radius: unset;
}

.solution-title h4 {
    /*max-width: 190px;*/
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.solution-item {
    margin-bottom: 14px;
}

.solutions-container {
    margin-top: calc(89px * var(--scale));
}

.solution-content-element {
    position: relative;
    top: -42px;
    background: rgba(8, 19, 43, 0.90);
    opacity: 1;
    border-radius: 0 0 40px 40px;
    z-index: 1;
    overflow: hidden;
    height: 0;
    transition: 400ms;
}

.solution-content {
    padding-inline: 30px;
}

@media screen and (max-width: 597px) {
    .solution-content {
        padding-inline: 10px;
    }
}

.solution-image {
    border-radius: 40px;
    height: 388px;
    width: 100%;
}

.text-1 {
    font-size: calc(26px * var(--scale));
    font-weight: 300;
}

.text-2 {
    font-size: calc(22px * var(--scale));
    font-weight: 400;
}

.solution-desc-carousel {
    margin-top: 40px;
    padding: 0 30px;
}

.solution-desc-carousel .owl-stage-outer {
    /*overflow: visible !important;*/
}

.solution-desc-num {
    background: var(--theme-color);
    height: calc(49px * var(--scale));
    width: calc(49px * var(--scale));
    font-size: 23px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-item.active .solution-content-element {
    padding-top: 95px;
    padding-bottom: 40px;
}

.solution-item.active {
    margin-bottom: -28px;
}

.solutions-container {
    margin-bottom: calc(144px * var(--scale));
}

#solutions-services {
    margin-bottom: calc(144px * var(--scale));
}

.careers-box {
    background: #090D1760;
    padding: 71px 0;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(3px);
}

@media screen and (max-width: 597px) {
    .careers-box {
        padding: 40px 20px;
    }
}

.contact-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.locations-container {
    position: absolute;
    top: 70px;
    width: 100%;
    height: 100%;
}

.contact-form-box {
    min-height: 1200px;
}

@media screen and (max-width: 850px) {
    .contact-form-box {
        min-height: unset;
    }
}


/* width */
.locations-container::-webkit-scrollbar {
    width: 5px; /* Adjust the width as needed */
    height: 5px;
}

/* Track */
.locations-container::-webkit-scrollbar-track {
    background: none; /* Remove the track background */
}

/* Handle */
.locations-container::-webkit-scrollbar-thumb {
    background: #0445da57; /* Make the handle slightly visible */
    border-radius: 5px; /* Adjust the border-radius if needed */
}

/* Handle on hover */
.locations-container::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 0, 0, 0.4); /* Darken the handle on hover */
}

.map-image {
    position: absolute;
    /*top: 70px;*/
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}


@media screen and (max-width: 587px) {
    .map-image {
        left: 0;
        transform: translateX(0);
    }

    .locations-container {
        overflow-x: scroll;
    }

    #contactMap .locations-container {
        overflow-x: unset;
        top: -200px !important;
    }

    .map-image {
        /*min-width: 850px;*/
    }

    .contact-map {
        margin-bottom: 144px
    }
}

.map-dot {
    position: absolute;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    cursor: pointer;
    z-index: 1;
}


.map-dot-title {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    top: 42%;
    width: fit-content;
}

@media screen and (max-width: 597px) {
    .map-dot {
        height: 62px;
        width: 62px;
    }

    .map-dot-title {
        font-size: 15px;
    }
}

#cairo {
    top: 43%;
    left: 15%;
}

#riyadh {
    top: 63%;
    left: 53%;
}

#dubai {
    top: 62%;
    right: 19%;
}

#dubai .map-dot-title {
    left: 20%;
}

#sharjah {
    top: 58%;
    right: 15%;
}

#muscat {
    top: 68%;
    right: 8%;
}

.contact-map {
    height: 880px;
    transform: translateY(-45%);
    position: relative;
}

@media screen and (max-width: 1200px) {
    .contact-map {
        height: 688px;
    }
}

.contact-title {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.elipse {
    display: none;
    top: -100%;
    left: 0;
    position: relative;
    /*transform: translate(-50%, -50%);*/
    animation: zoomLoop 2s infinite alternate;
}

.elipse > .elipse {
    position: absolute;
    top: 0;
    animation: zoomLoop2 2s infinite alternate;
    display: none;
}

@keyframes zoomLoop {
    0% {
        transform: scale(1); /* Initial and final state, normal size */
    }
    100% {
        transform: scale(2); /* Initial and final state, normal size */
    }
}

@keyframes zoomLoop2 {
    0% {
        transform: scale(1.4); /* Initial and final state, normal size */
    }
    100% {
        transform: scale(2.2);
    }
}

.map-dot.active .elipse {
    display: block;
}

@media screen and (max-width: 597px) {

    .map-image {
        top: 175px;
    }
}

.contact-form {
    position: relative;
    z-index: 2;
}

.mail-image {
    height: 60px;
    width: auto;
}

@media screen and (max-width: 597px) {
    .contact-map {
        height: 355px;
        top: 0;
        transform: translateY(0);
    }
}

@media screen and (max-width: 850px) {
    .contact-form-container {
        flex-direction: column;
    }

    .homepage-contact-subtitle {
        max-width: unset !important;
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 1100px) {


    .contact-title {
        top: 18%;
    }

    #cairo {
        top: 41%;
        left: 16%;
    }

    #riyadh {
        top: 61%;
        left: 54%;
    }

    #dubai {
        top: 60%;
        right: 11%;
    }

    #sharjah {
        top: 57%;
        right: 9%;
    }

    #muscat {
        top: 67%;
        right: 2%;
    }
}


@media screen and (max-width: 597px) {


    .contact-title {
        top: 15%;
    }
}

@media screen and (max-width: 1100px) {
    #cairo {
        top: 40%;
        left: 17%;
    }

    #riyadh {
        top: 60%;
        left: 55%;
    }

    #dubai {
        top: 59%;
        right: 9%;
    }

    #sharjah {
        top: 56%;
        right: 7%;
    }

    #muscat {
        top: 66%;
        right: 0%;
    }
}

/*BANNERS*/
.top-banner {
    min-height: 75vh;
    position: relative;
}

.top-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-banner-caption {
    width: 100%;
    position: absolute;
    bottom: 50px;
}

/*PARTNERS*/
.partners-container {
    background: #EAEFFB;
    color: #090909;
    padding: 60px 0;
}

.partners-container h3 {
    font-size: 40px;
    margin-bottom: 38px;
}

@media screen and (max-width: 600px) {
    .partners-container h3 {
        font-size: 28px;
    }
}

.partner-box-element {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 6px 20px 0 rgba(8, 19, 46, 0.15);
    padding: 22px 18px;
    margin-bottom: 28px;
    height: 127px;
    width: 247px;
    transition: 200ms;
    display: block;
}

@media screen and (max-width: 900px) {
    .partner-box-element {
        width: unset;
    }

    .partners-page {
        min-height: 55vh;
    }
}

.partner-box-element:hover {
    opacity: 0.7;
}

.partner-box {
    margin-bottom: 70px;
}

@media screen and (max-width: 597px) {
    .partner-box .row > .col-lg-3 {
        width: 50%;
    }

    .partner-box-element {
        padding: 10px 12px;
        height: 75px;
    }
}

/*POLICY*/
.policy-section {
    padding-top: 250px;
    padding-bottom: 70px;
}

.policy-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}

.policy-group {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.policy-group h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.policy-group h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 36px;
}

.policy-group p, .policy-group > div {
    font-weight: 300;
    font-size: 18px;
    max-width: 824px;
}

.policy-group > div {
    margin-bottom: 60px;
}

.policy-group ul {
    padding: 0;
}

@media screen and (max-width: 700px) {
    .policy-group ul {
        padding-inline: 20px;
    }
}

.policy-group li {
    position: relative;
}

.policy-group li::before {
    content: '';
    position: absolute;
    left: -13px;
    background: #fff;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    top: 12px;
    transform: translate(-50%, -50%);
}

/*CONTACT PAGE*/

.contact-page {
    padding-top: 250px;
    /*padding-bottom: 800px;*/
    position: relative;
}

@media screen and (min-width: 1600px) {
    .contact-page {
        padding-bottom: 200px;
    }
}

.floating-logo-element {
    position: absolute;
    top: -4%;
    right: 0;
    height: 90vh;
}

.title-underline {
    width: 118px;
    height: 6px;
    flex-shrink: 0;
    border-radius: 40px;
    background-color: var(--theme-color);
    margin: 28px 0;
}

.contactPage-subtitle {
    margin-bottom: 60px;
}

.contactPage-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 23px;
    max-width: 420px;
}

.contactPage-text span {
    font-weight: 600;
    font-size: 20px;
    width: 100%;
}

.contact-page *:not(.floating-logo-element, .contactPage-map) {
    z-index: 2;
}

.contactPage-map {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
}

#contactMap {
    z-index: 1;
    height: 900px;
}

#contactMap .locations-container {
    top: -100px;
}

@media screen and (max-width: 1300px) {
    #contactMap {
        height: 740px;
    }

    .map-image {
        top: 70px;
    }

    .contactPage-text {
        max-width: 475px;
    }

    #contactForm {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1050px) {
    #contactMap {
        height: 630px;
    }


}

@media screen and (max-width: 960px) {

    .map-image {
        top: 145px;
    }

    #contactMap .map-image {
        top: 289px;
    }
}

@media screen and (max-width: 760px) {

    #contactMap {
        height: 530px;
    }

    .map-image {
        top: 215px;
    }
}

@media screen and (max-width: 650px) {

    #contactMap {
        margin-bottom: 50px;
        margin-top: 40px;
    }

    #contactMap .locations-container {
        top: 0;
    }
}

@media screen and (max-width: 597px) {
    .map-image {
        top: unset;
    }
}

/*SERVICES PAGE*/
.services-page {
    padding-top: 250px;
    position: relative;
}

.services-page *:not(.policy-image) {
    z-index: 3;
}

.service-selector-item {
    background: rgba(255, 255, 255, 0.10);
    padding: 22px 25px;
    color: #fff;
    border-radius: 40px;
    margin-bottom: 32px;
    cursor: pointer;
    transition: 200ms;
}

.services-container {
    min-height: 900px;
}

.service-selector {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 990px) {
    .service-selector {
        flex-direction: row;
        width: max-content;
    }

    .service-selector-item {
        margin-right: 10px;
        padding: 10px 35px;
    }

    .col-lg-3:has(.service-selector) {
        overflow: scroll;
        height: fit-content;
    }
}

.service-selector-item.active, .service-selector-item:hover {
    background: var(--theme-color);
}

.item-service h1 {
    font-size: 68px;
}

.item-service-image {
    height: 381px;
    width: 100%;
    border-radius: 30px;
    margin: 28px 0;
}

.item-service p {
    max-width: 712px;
    font-size: 18px;
}

.item-service-subtitle {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 28px;
}

.item-service {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: 400ms;
    padding-left: 30px;
}

@media screen and (max-width: 850px) {
    .service-selector-item {
        margin-bottom: 20px;
    }

    .item-service {
        margin-top: 20px;
    }
}

@media screen and (max-width: 597px) {
    .item-service {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: unset;
    }

    .item-service h1 {
        font-size: 46px;
    }

    .service-item-container {
        margin-bottom: 50px;
    }

    .item-service-subtitle {
        font-size: 22px;
    }

    .item-service {
        padding: 0;
    }

    .services-page {
        padding-top: 150px;
    }
}

.item-service.active {
    transform: translateY(-12px);
    visibility: visible;
    opacity: 1;
}


/*CAREERS PAGE*/
.careers-page {
    padding-top: 240px;
    z-index: 2;
    position: relative;
}

.careers-bg-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
}

.careers-bg-image .overlay {
    position: absolute;
    top: 90%;
    background: linear-gradient(to top, #090d17, #00001a);
    height: 250px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .careers-bg-image {
        height: 40vh;
    }
}

.career-item {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 28px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.career-title-container {
    display: flex;
    justify-content: space-between;
}

.career-title {
    display: flex;
    align-items: center;
}

.career-requirements {
    display: flex;
    align-items: center;
}

.career-requirements-item {
    border-radius: 60px;
    border: 1px solid #eee;
    padding: 3px 23px;
    display: flex;
    align-items: center;
}

.career-description {
    margin: 40px 0;
    overflow: hidden;
    height: 55px;
    transition: 200ms;
}

.career-description.active {
    height: auto;
}

.read-more {
    cursor: pointer;
    width: fit-content;
}

@media screen and (max-width: 1000px) {
    .career-title {
        flex-direction: column;
        align-items: start;
    }

    .career-title p {
        margin: 0 !important;
    }
}

@media screen and (max-width: 730px) {

    .career-title-container {
        flex-direction: column;
    }

    .career-item {
        padding: 20px;
    }

    .careers-page {
        padding-top: 130px;
    }
}

/*PARTNER INNER PAGE*/
.partner-inner-page {
    padding-top: 210px;
}

.partner-inner-info h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.partner-inner-info p {
    font-size: 20px;
}

.partner-inner-info h3.mb-3 {
    margin-bottom: 24px !important;
}

.partner-inner-info h4 {
    font-size: 28px;
}

.partner-inner-image {
    height: 100%;
    padding: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 368px;
    background: #fff;
}

.partner-categories-carousel, .featured-products-carousel {
    display: inline-block;
    position: relative;
    left: 0;
    text-align: center;
    /*margin-top: 20px;*/
}

.partner-categories-carousel .owl-stage-outer, .featured-products-carousel .owl-stage-outer {
    overflow: visible !important;
}

.partner-categories-section {
    margin-top: 100px;
}

.partner-inner-info {
    margin-top: 100px !important;
}

.partner-category-item {
    height: 100px;
    padding: 20px;
    border-radius: 8px;
    width: 225px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-category-item h4 {
    font-size: 24px;
    margin: 0;
}

.title-partner-category {
    background: #0445da40;
    transition: 300ms;
    border-radius: 50px !important;
    height: unset !important;
}

.title-partner-category:hover  {
    background: var(--theme-color);

}

.partners-carousel .owl-item img {
    border-radius: unset !important;
}

.title-partner-category * {
    color: white !important;
    font-size: 20px !important;
    line-height: 1.1;
}

.transform-white {
    filter: brightness(0) invert(1);
}

.video-item {
    height: 500px;
    border-radius: 20px;
    width: 99%;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
}

.youtube-iframe {
    height: 500px;
    border-radius: 20px;
    width: 99%;
    margin-top: 36px;
    position: relative;
}

.hover-video {
    position: absolute;
    top: 0;
    background: transparent;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 3;
}

.video-item h4 {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 2;
    font-weight: 700;
    max-width: 50%;
    transition: 200ms;
    transform: translateY(1rem);
    visibility: hidden;
    opacity: 0;
}

.video-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 200ms;
}

.video-button {
    height: 100px;
    width: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.video-item.active .video-button {
    display: none;
}

.video-button img {
    border-radius: unset;
}

.video-item:hover .overlay {
    opacity: 50%;
    visibility: visible;
}


.featured-product {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.featured-product img {
    /*height: 370px;*/
    width: auto;
    margin-bottom: 30px;
}

.featured-products {
    margin-top: 100px;
}

.featured-product-description {
    max-width: 248px;
    /*margin: auto;*/
    text-align: left;
    font-weight: 500;
    color: #fff;
    width: 100%;
    line-height: 33px;
}

.featured-product-description span {
    font-weight: 300;
}

.featured-product h4 {
    color: #fff !important;
    font-size: 24px;
    width: fit-content;
    margin-bottom: 4px;
}

@media screen and (max-width: 597px) {
    .featured-product img {
        height: 200px;
    }

    .partner-category-item {
        width: 173px;
    }

}

.solutions-carousel .owl-dots {
    transform: translateY(150%);
}

.inner-partner-description {
    max-width: 654px;
    margin-bottom: 40px;
}

/*country select dropdown*/
.select-value, .select-item {
    background: #fff;
    font-size: 16px;
    color: #000;
    border-radius: 40px !important;
    padding: 12px 20px;
    width: 100%;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    cursor: pointer;
    position: relative;
    max-width: 432px;
}

.dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-arrow.active {
    transform: translate(-50%, -50%) rotate(180deg);
}

.select-options {
    width: 100%;
    max-height: 164px;
    overflow-y: scroll;
    overflow-x: hidden;
    visibility: hidden;
    height: 0;
    transition: 100ms;
}

.select-options.active {
    visibility: visible;
}

.select-value img, .select-item img {
    height: 20px;
    width: 26px;
    margin-right: 8px;
    border-radius: unset;
}

.select-options::-webkit-scrollbar {
    width: 5px; /* Adjust the width as needed */
    height: 5px;
}

/* Track */
.select-options::-webkit-scrollbar-track {
    background: none; /* Remove the track background */
}

/* Handle */
.select-options::-webkit-scrollbar-thumb {
    background: #0445da57; /* Make the handle slightly visible */
    border-radius: 5px; /* Adjust the border-radius if needed */
}

/* Handle on hover */
.select-options::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 0, 0, 0.4); /* Darken the handle on hover */
}

.footer-menu {
    max-width: 180px;
}

.topics img {
    display: none;
}

.partner-category {
    cursor: pointer;
    border-radius: 12px;
    height: 96px;
}

.category-underline {
    position: absolute;
    bottom: -40px;
    background: #016FEB;
    width: 100%;
    height: 4px;
    border-radius: 20px;
    left: 0;
    max-width: 225px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1rem);
    transition: 200ms;
}

@media screen and (max-width: 900px) {
    .partner-category, .category-underline {
        width: 190px;
    }
}

@media screen and (max-width: 500px) {
    .partner-category, .category-underline {
        width: 172px;
    }
}

.partner-category.active .category-underline, .partner-category:hover .category-underline {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.update-info {
    transition: 300ms;
}

.update-info.active {
    visibility: hidden;
    transform: translateY(-1rem);
    opacity: 0;
}

.brand-description-container {
    width: 100%;
    position: relative;
    transition: 300ms;
}

.brand-description {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    transform: translateY(1rem);
    transition: 300ms;
}

.brand-description.active {
    visibility: visible;
    opacity: 1;
    transform: unset;
}

#partnerImage {
    cursor: pointer;
}

.inner-partner-image {
    margin-top: 30px;
    border-radius: 20px;
}

.career-description * {
    /*all: unset !important;*/
    background-color: transparent !important;
    color: #fff !important;
    
}

.career-description .o_checklist {
    list-style-type: square;
}

footer * {
    list-style-type: none;
}

