﻿.btn.btn-challenge .icon,
.btn:not(:disabled):not(.disabled).btn-challenge .icon {
    margin-right: 8px;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    font-size: 18px;
    vertical-align: bottom;
}

.vector-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85px;
    height: auto;
    z-index: 2;
}

@media (max-width: 768px) {
    .vector-img {
        width: 70px;
    }
}

.text-overlay {
    position: absolute;
    bottom: 10%;
    right: 0px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 3;
}
.spokenLang {
    display: block;
}
@media (max-width: 768px) {
    .spokenLang {
        display: none;
    }
    .btn.btn-challenge {
        position: relative;
    }

        .btn.btn-challenge[data-challenge=true]::after {
            content: "-"; /* The dash character */
            font-size: 30px;
            position: absolute;
            right: 10px; /* Position the arrow 10px from the right edge */
            top: 50%; /* Vertically center the arrow */
            transform: translateY(-50%); /* Center the arrow properly */
        }

        .btn.btn-challenge[data-challenge=false]::after {
            content: "+"; /* The dash character */
            font-size: 30px;
            position: absolute;
            right: 10px; /* Position the arrow 10px from the right edge */
            top: 50%; /* Vertically center the arrow */
            transform: translateY(-50%); /* Center the arrow properly */
        }
}

.btn.btn-challenge .icon:before,
.btn:not(:disabled):not(.disabled).btn-challenge .icon:before {
    content: "\f004";
}

.btn.btn-challenge[data-challenge=true],
.btn:not(:disabled):not(.disabled).btn-challenge[data-challenge=true] {
    background: linear-gradient(-90deg, #9DD1C8 0%, #80B6BF 58.58%, #69A1B8 100%);
    color: white;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.19);
}

    .btn.btn-challenge[data-challenge=true] .icon,
    .btn:not(:disabled):not(.disabled).btn-challenge[data-challenge=true] .icon {
        font-weight: 900;
    }

.btn.btn-challenge[data-challenge=false],
.btn:not(:disabled):not(.disabled).btn-challenge[data-challenge=false] {
    background-color: white;
    border: 1px solid #9dd4ca;
    color: #575858;
}

    .btn.btn-challenge[data-challenge=false]:hover, .btn.btn-challenge[data-challenge=false]:focus,
    .btn:not(:disabled):not(.disabled).btn-challenge[data-challenge=false]:hover,
    .btn:not(:disabled):not(.disabled).btn-challenge[data-challenge=false]:focus {
        border: 1px solid #9dd4ca;
    }

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.challenge-content {
    /*height: 100px;
    width: 45%;
    color: #fff;
    font-size: 24px;
    line-height: 100px;*/ /* centering text just for view */
    /*text-align: center;*/
    /*background-color: grey;*/
    /*margin: 5px;
    border: 1px solid lightgrey;*/
    display: none;
}

#loadMore {
    width: fit-content;
    margin-inline: auto;
}

/*    #loadMore:hover {
        color: blue;
        background-color: #fff;
        border: 1px solid blue;
        text-decoration: none;
    }*/

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

@media (min-width: 1400px) {
    section.specialistsection {
        position: relative;
    }

    .specialistsection:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url(../../../imgs/artwork/our_specialist_art.svg);
        background-position: 100% 90%;
        background-size: 250px auto;
        background-repeat: no-repeat;
        overflow: visible;
        z-index: -1;
    }
}

/*Styles by Umair*/

#loadMore.noContent {
    display: none !important;
}
.ourSpecialists-specialists .name-lang {
    /*display: none !important;*/
}
.ourSpecialists-specialists .image-container {
    display: none !important;
}
.ourSpecialists-specialists .show-more,
.filtered-specialists .owl-carousel .owl-item .slide .show-more {
    display: block !important;
    padding-top: 5px !important;

    display: none !important;
}
/*.filtered-specialists .owl-carousel .owl-item .slide .name-wrapper span {
    display: none !important;
}*/
.ourSpecialists-specialists .show-more .show-more-content,
#filtered-specialists .show-more .show-more-content,
#filtered-specialists .vector-img {
    display: none !important;
}
.ourSpecialists-specialists .load-more-wrapper {
    display: flex;
    flex: 0 1 100%;
}
.specialist-banner,
.specialistsection {
    position: relative;
}
.practitioner-general-further {
    column-gap: 0;
}
.practitioner-general-further .practitioner-name,
.practitioner-general-further .practitioner-text {
    margin-left: 30px;
}
.specialistsection button {
    border-radius: 0px 35px 35px 35px !important;
    font-weight: 400 !important;
}

section.specialistsection .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

section.specialistsection .owl-nav button {
    margin: 0 24px;
    box-shadow: 0px 4px 5px 0px #00000030;
    border-radius: 0 28px 28px 0;
}

section.specialistsection .owl-nav button.owl-prev {
    border-radius: 28px 0 0 28px;
}
@media (max-width: 992px) {
    .ourSpecialists-specialists .img-wrapper img {
        width: 300px !important;
        height: 300px !important;
    }
}
@media (max-width: 767px) {
    section.specialistsection button {
        text-align: left;
    }
    html[dir=rtl] section.specialistsection button {
        text-align: right !important;
        font-weight: 800 !important;
        border-radius: 35px 0px 35px 35px !important;
    }

    html[dir=rtl] section.specialistsection button:after {
        left: 15px !important;
        right: auto !important;
    }
    .ourSpecialists-specialists .img-wrapper img {
        width: 200px !important;
        height: 200px !important;
    }
    .specialistsection .img-wrapper img {
        width: 160px !important;
        height: 160px !important;
    }
    .filtered-specialists .owl-carousel.owl-loaded .owl-stage {
        display: flex;
    }
    section.specialistsection .owl-nav button.owl-prev {
        border-radius: 28px 0 0 28px !important;
    }
    html[dir=rtl] section.specialistsection .owl-nav button.owl-prev {
        border-radius: 0 28px 28px 0 !important;
    }
    .filtered-specialists .owl-carousel .owl-item .slide .name-wrapper {
        margin-top: 12px;
    }
    .filtered-specialists .owl-carousel .owl-item .slide .name-wrapper h2,
    .filtered-specialists .owl-carousel .owl-item .slide .name-wrapper h2 a {
        font-size: 15px !important;
        color: #575858 !important;
    }
}
@media (min-width: 1200px) {
    .ourSpecialists-specialists .img-wrapper img {
        width: 255px !important;
        height: 255px !important;
        margin-bottom: 20px;
    }

    .ourSpecialists-specialists {
        padding-left: 45px;
    }

    html[dir=rtl] .ourSpecialists-specialists {
        padding-left: 0;
        padding-right: 45px;
    }

    .specialist-banner:before {
        content: "";
        position: absolute;
        top: 285px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 93px;
        height: 327px;
        background-image: url(../../../imgs/patterns/specialist-banner.svg);
        /*background-position: 0% 40%;*/
        background-size: cover;
        background-repeat: no-repeat;
        /*z-index: -1;*/
        overflow: visible;
    }

    .specialistsection:after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: auto;
        top: auto;
        right: 0;
        width: 278px;
        height: 624px;
        /*background-image: url(../../../imgs/patterns/specialist-banner-after.svg);*/
        /*background-position: 0% 40%;*/
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        overflow: visible;
    }
}
@media (min-width: 1400px) {
    .ourSpecialists-specialists .img-wrapper img {
        width: 271px !important;
        height: 271px !important;
        margin-bottom: 20px;
    }
}