/* Expert Page Styles */

/* Expert Profile Section */
#expert_profile {
    padding: 2.628vw 0 5.31vw;
}
#expert_profile_content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3.123vw;
}
#expert_profile_message_box {
    position: fixed;
    left: 2vw;
    bottom: 2vw;
    display: flex;
    align-items: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
#expert_profile_message_box.active{
    opacity: 1;
    visibility: visible;
}
#expert_profile_message_box > img {
    width: 8.379vw;
    height: 8.379vw;
    border-radius: 20.817vw;
    box-shadow: 0 0.252vw 2.124vw 0 rgba(0, 0, 0, 0.25);
    margin-right: -4.878vw;
    object-fit: cover;
    z-index: 1;
}
#expert_profile_message_box > div {
    width: 18.747vw;
    border-radius: 0.81vw;
    box-shadow: 0 0.441vw 5.562vw 0 rgba(0, 0, 0, 0.25);
    background: var(--white);
    padding: 1.566vw 1.188vw 1.692vw 6.246vw;
}
#expert_profile_message_box > div span {
    font-weight: 600;
    font-size: 1.314vw;
    letter-spacing: -0.03em;
    color: #090708;
}
#expert_profile_message_box > div p {
    font-weight: 400;
    font-size: 0.873vw;
    color: rgba(0, 0, 0, 0.7);
}
#expert_profile_message_box .badge {
    position: absolute;
    top: 0.315vw;
    right: -0.441vw;
    width: 1.998vw;
    height: 1.998vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #005be3;
    font-weight: 600;
    font-size: 0.873vw;
    color: #fff;
}
#expert_profile_image {
    width: 29.628vw;
    height: 40.689vw;
    border-radius: 2.565vw;
    background: linear-gradient(134deg, #005be3 0%, #65cbd5 100%);
    padding: 0.81vw 0.747vw;
}
#expert_profile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.439vw;
    box-shadow: 0 0.252vw 1.998vw 0 rgba(0, 0, 0, 0.25);
}
#expert_profile_image video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.439vw;
    -webkit-border-radius: 2.439vw;
    -moz-border-radius: 2.439vw;
    box-shadow: 0 0.252vw 1.998vw 0 rgba(0, 0, 0, 0.25);
    /* -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(white, black); */
}
#expert_profile_info {
    max-width: 25.623vw;
}
#expert_profile_info > span {
    display: block;
    font-weight: 600;
    font-size: 4.311vw;
    line-height: 3.627vw;
    letter-spacing: -0.05em;
    color: #1e1e1e;
}
#expert_profile_rating {
    display: flex;
    align-items: center;
    gap: 0.504vw;
    margin: 0.999vw 0 0.567vw;
}
#expert_profile_rating > span {
    font-weight: 400;
    font-size: 1.44vw;
    color: var(--black);
}
#expert_profile_rating .rating_stars{
    display: flex;
    align-items: center;
}
#expert_profile_rating .rating_stars svg {
    width: 1.875vw;
    height: 1.875vw;
}
#expert_profile_review {
    font-family: "TT Norms", sans-serif;
    font-weight: 400;
    font-size: 1.251vw;
    letter-spacing: -0.03em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #244366;
    cursor: pointer;
}
#expert_profile_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.252vw;
    margin: 0.999vw 0;
}
#expert_profile_tags a {
    border-radius: 0.504vw;
    background: linear-gradient(145deg, #005be3 0%, #65cbd5 100%);
    padding: 0.126vw;
    text-decoration: none;
}
#expert_profile_tags a div {
    border-radius: 0.378vw;
    background: #fdfdfd;
    padding: 1.062vw 1.314vw;
}
#expert_profile_tags a div span {
    font-weight: 700;
    font-size: 0.873vw;
    line-height: 0.684vw;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    background: linear-gradient(145deg, #005be3 0%, #65cbd5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#expert_profile_description {
    margin-bottom: 1.251vw;
    font-weight: 400;
    font-size: 0.936vw;
    color: rgba(0, 0, 0, 0.7);
}
#expert_profile_actions,
#expert_course_btns{
    display: flex;
    flex-wrap: wrap;
    gap: 0.378vw;
}
#expert_profile_actions a,
#expert_course_btns a {
    border-radius: 0.504vw;
    padding: 1.314vw 1.872vw 1.44vw;
    font-weight: 600;
    font-size: 1.062vw;
    letter-spacing: -0.03em;
    text-decoration: none;
}
#expert_profile_actions a:first-child,
#expert_course_btns a:first-child {
    background: #005be3;
    color: var(--white);
}
#expert_profile_actions a:not(:first-child):last-child,
#expert_course_btns a:not(:first-child):last-child {
    background: var(--white);
    color: #0158db;
    box-shadow: 0 0.252vw 3.753vw 0 rgba(0, 0, 0, 0.25);
}
#expert_profile_social_links {
    position: fixed;
    right: 2vw;
    bottom: 2vw;
    /* transform: translateY(-50%); */
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 0.252vw;
}
#expert_profile_social_links a {
    width: 4.626vw;
    height: 4.626vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0.621vw 5.436vw 0 rgba(0, 0, 0, 0.25);
}
#expert_profile_social_links a img {
    width: 2.125vw;
}

/* Availability Banner */
#availability_banner {
    background: #015be3;
    padding: 1.872vw 0;
    overflow: hidden;
    box-shadow: 0 0.252vw 3.996vw 0 rgba(0, 102, 255, 0.7);
}
#availability_banner_content {
    display: flex;
    gap: 0.378vw;
/*    animation: scroll 20s linear infinite;*/
    white-space: nowrap;
}
#availability_banner_content .text {
    font-weight: 800;
    font-size: 2.871vw;
    line-height: 3.627vw;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--white);
}
#availability_banner_content .slash {
    font-weight: 900;
    font-size: 5.373vw;
    line-height: 3.627vw;
    color: rgba(255, 255, 255, 0.3);
}
/*@keyframes scroll {
    0% { 
        transform: translateX(0); 
    }
    100% { 
        transform: translateX(-50%); 
    }
}
*/
/* Reviews Section */
#reviews {
    padding: 5.004vw 0 6.246vw;
}
#reviews_content_head {
    margin-bottom: 2.313vw;
}
#reviews_content_head > span {
    font-weight: 600;
    font-size: 4.311vw;
    line-height: 3.627vw;
    letter-spacing: -0.05em;
    color: #1e1e1e;
}
#reviews_content_head > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.873vw;
}
#reviews_tabs {
    display: flex;
    gap: 0.378vw;
}
#reviews_tabs button {
    border-radius: 0.504vw;
    padding: 1.377vw 1.629vw;
    border: 0.126vw solid #005be3;
    background: transparent;
    color: #005be3;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 1.062vw;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    cursor: pointer;
}
#reviews_tabs button.active {
    background: #005be3;
    color: var(--white);
}
.reviews_slider_nav {
    display: flex;
    gap: 0.378vw;
}
.reviews_slider_nav.hidden {
    display: none;
}
.reviews_slider_nav button {
    width: 5.184vw;
    height: 5.184vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.504vw;
    border: none;
    cursor: pointer;
}
.reviews_slider_nav .prev {
    background: linear-gradient(131deg, #005be3 0%, #65cbd5 100%);
}
.reviews_slider_nav .next {
    background: linear-gradient(131deg, #005be3 0%, #65cbd5 100%);
}
.reviews_slider_nav button svg {
    width: 1.375vw;
    height: 1.375vw;
}
.reviews_slider {
    filter: drop-shadow(0 0.252vw 4.374vw rgba(0, 0, 0, 0.15));
    border-radius: 1.251vw;
}
.reviews_slider.hidden {
    display: none;
}
.reviews_slider .review_card {
    width: 33.33%;
    min-height: 16vw;
    background: var(--white);
    border-radius: 1.251vw;
    overflow: hidden;
}
.reviews_slider.text_reviews .review_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto !important;
    /* height: 100%; */
    padding: 1.872vw 2.691vw 2.628vw 2.691vw;
}
.reviews_slider.text_reviews .review_card .review_card_instagram{
    position: absolute;
    top: 1.375vw;
    right: 1.375vw;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    background: #005BE3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews_slider.text_reviews .review_card .review_card_instagram svg{
    width: 1.25vw;
    height: 1.25vw;
}
.reviews_slider.video_reviews .review_card {
    position: relative;
    cursor: pointer;
    display: flex;
}
.reviews_slider.text_reviews .review_card > span {
    font-weight: 600;
    font-size: 1.692vw;
    line-height: 2.565vw;
    letter-spacing: -0.05em;
    color: #1e1e1e;
}
.reviews_slider.text_reviews .review_card p {
    margin-top: 0.625vw;
    font-weight: 400;
    font-size: 0.936vw;
    color: rgba(0, 0, 0, 0.7);
    height: 4.563vw;
    overflow: hidden;
}
.reviews_slider.text_reviews .review_card.active p {
    height: auto;
    overflow: visible;
}
.reviews_slider.text_reviews .review_card a.review-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.375vw;
    border-radius: 0.504vw;
    background: linear-gradient(131deg, #005be3 0%, #65cbd5 100%);
    padding: 0.65vw 2.3vw 0.75vw;
    margin-top: 0.873vw;
}
.reviews_slider.text_reviews .review_card a.review-toggle span {
    font-weight: 700;
    font-size: 1.062vw;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--white);
}
.reviews_slider.text_reviews .review_card a.review-toggle svg {
    width: 0.938vw;
    height: 0.938vw;
    transform: rotate(180deg);
}
.reviews_slider.text_reviews .review_card a.review-toggle svg.rotate {
    transform: rotate(0deg);
}
.reviews_slider.text_reviews .review_card .review_card_date{
    font-weight: 600;
    font-size: 0.938vw;
    line-height: 1.125vw;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 0.625vw;
}
.reviews_slider.text_reviews .review_card .review_card_rating{
    display: flex;
    align-items: center;
    gap: 0.313vw;
}
.reviews_slider.text_reviews .review_card .review_card_rating span{
    font-size: 0.938vw;
}
.reviews_slider.text_reviews .review_card .review_card_rating .rating_stars{
    display: flex;
    align-items: center;
}
.reviews_slider.text_reviews .review_card .review_card_rating .rating_stars svg{
    width: 1.25vw;
    height: 1.25vw;
}
.review_card_photo{
    display: none;
    width: 100%;
}
.reviews_slider.text_reviews .review_card.active .review_card_photo{
    display: block;
}
.review_card_photo img{
    width: 100%;
    border-radius: 0.75vw;
    margin-top: 1.25vw;
}

.reviews_slider.video_reviews .review_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.251vw;
    display: block;
}
.reviews_slider.video_reviews .review_card svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
} 

/* About Course Section */
#about_course{
    padding: 5.004vw 0 5.625vw;
    border-radius: 3.753vw 3.753vw 0 0;
    background: radial-gradient(388.46% 89.57% at 22.99% 43.2%, #fff 12.44%, #f6f6f6 80.13%);
    box-shadow: 0 -0.378vw 9.621vw 0 rgba(0, 0, 0, 0.15);
}
#about_course_content_head{
    display: flex;
    align-items: center;
    gap: 1.692vw;
}
#about_course_content_head > h2{
    font-weight: 600;
    font-size: 4.374vw;
    line-height: 3.312vw;
    letter-spacing: -0.05em;
    color: #1e1e1e;
}
#about_course_stats{
    width: 100%;
    display: flex;
    gap: 0.378vw;
}
#about_course_stats .stat_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    backdrop-filter: blur(1.854vw);
    background: linear-gradient(131deg, #005be3 0%, #65cbd5 100%);
    border-radius: 1.062vw;
    padding: 1.566vw 1.251vw 2.187vw;
    text-align: center;
    box-shadow: 0 0.189vw 3.879vw 0 rgba(0, 0, 0, 0.26);
    color: #fff;
}
#about_course_stats .stat_item .stat_value{
    display: block;
    font-weight: 600;
    font-size: 2.3vw;
    line-height: 2.5vw;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
#about_course_stats .stat_item .stat_label{
    font-weight: 600;
    font-size: 0.8vw;
    line-height: 0.8vw;
    letter-spacing: -0.04em;
}
.about_course_content_tabs{
    display: flex;
    gap: 0.378vw;
    margin-top: 1.625vw;
    margin-bottom: -1vw;
}
.about_course_content_tab{
    border-radius: 0.504vw;
    padding: 1.377vw 1.629vw;
    border: 0.126vw solid #005be3;
    color: #005be3;
    background: transparent;
    font-weight: 700;
    font-size: 1.062vw;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    cursor: pointer;
}
.about_course_content_tab.active{
    background: #005be3;
    color: #fff;
}
.about_course_content_body{
    position: relative;
    display: none;
}
.about_course_content_body.active{
    display: block;
}
 .about_course_modules{
    filter: drop-shadow(0 0.315vw 3.752vw rgba(0, 0, 0, 0.15));
} 
.about_course_module_grid{
    margin-top: 3.249vw;
}
.about_course_modules .module_card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: -webkit-fill-available;
    min-height: max-content;
    /* height: 100% !important; */
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F9F9F9 100%);
    border-radius: 1.377vw;
    padding: 0 2.313vw 2.313vw;
/*    box-shadow: 0 0.315vw 4.752vw 0 rgba(0, 0, 0, 0.15);*/
}
.about_course_modules .module_card .module_number{
    display: block;
    padding: 1.125vw 1.377vw 1.314vw;
    margin: -0.441vw 0 1.377vw;
    border-radius: 0.873vw;
    box-shadow: 0 0.063vw 2.997vw 0 rgba(0, 0, 0, 0.25);
    background: #0158db;
    font-weight: 700;
    font-size: 1.188vw;
    line-height: 1.188vw;
    letter-spacing: -0.05em;
    color: #fcfcfc;
}
.about_course_modules .module_card h3{
    display: block;
    padding-left: 0.378vw;
    font-weight: 700;
    font-size: 1.377vw;
    line-height: 1.377vw;
    letter-spacing: -0.05em;
    color: #0158db;
}
.about_course_modules .module_card .module_list{
    display: block;
    flex: 1;
    list-style: none;
    margin: 0.504vw 0 1.251vw;
}
.about_course_modules .module_card .module_list li{
    position: relative;
    padding-left: 0.621vw;
    font-weight: 400;
    font-size: 0.999vw;
    line-height: 1.629vw;
    color: rgba(1, 88, 219, 0.9);
}
.about_course_modules .module_card .module_list li::before{
    position: absolute;
    content: "•";
    left: -0.315vw;
    color: rgba(1, 88, 219, 0.9);
}
.about_course_modules .module_card > button{
    display: block;
    border-radius: 0.873vw;
    padding: 0.504vw 1.998vw 0.873vw;
    box-shadow: 0 0.063vw 2.997vw 0 rgba(0, 0, 0, 0.25);
    background: #0158db;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.062vw;
    line-height: 2.313vw;
    letter-spacing: -0.05em;
    color: #fcfcfc;
}
.about_course_module_nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4.878vw;
    height: 4.878vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.441vw;
    background: linear-gradient(131deg, #005be3 0%, #65cbd5 100%);
    border: none;
    cursor: pointer;
}
.about_course_module_nav .prev{
    left: -5.436vw;
}
.about_course_module_nav .next{
    right: -5.436vw;
}
.about_course_module_nav button svg{
    width: 1.313vw;
    height: 1.313vw;
}

/* Case Studies Section */
#cases{
    padding: 4.5vw 0 4.878vw;
    background: #015be3;
    box-shadow: 0 -0.378vw 6.498vw 0 rgba(7, 45, 101, 0.3);
}
#cases_content_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.872vw;
}
#cases_content_head > h2{
    font-weight: 600;
    font-size: 4.311vw;
    line-height: 3.312vw;
    letter-spacing: -0.05em;
    color: #fafafa;
}
#cases_slider_nav{
    display: flex;
    gap: 0.378vw;
}
#cases_slider_nav button{
    width: 5.184vw;
    height: 5.184vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.504vw;
    background: var(--white);
    cursor: pointer;
    border: none;
}
#cases_slider_nav button svg{
    width: 1.375vw;
    height: 1.375vw;
}
#cases_slider{
    padding-bottom: 3.438vw;
}
#cases_slider .case_card{
    display: flex !important;
    gap: 3.564vw;
    background: var(--white);
    border-radius: 1.872vw;
}
#cases_slider .case_card .case_image{
    min-width: 31.563vw;
    height: 30.942vw;
}
#cases_slider .case_card .case_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.872vw 0 0 1.872vw;
}
#cases_slider .case_card .case_content{
    position: relative;
    width: 100%;
    padding-top: 4.248vw;
}
#cases_slider .case_card .case_content .case_header{
    display: flex;
    align-items: center;
    gap: 0.747vw;
    margin-bottom: 0.684vw;
}
#cases_slider .case_card .case_content .case_header h3{
    font-weight: 600;
    font-size: 3.06vw;
    line-height: 2.565vw;
    letter-spacing: -0.05em;
    color: #1e1e1e;
}
#cases_slider .case_card .case_content .case_header a{
    width: 4.626vw;
    height: 4.626vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0.621vw 5.436vw 0 rgba(0, 0, 0, 0.25);
}
#cases_slider .case_card .case_content .case_header a img{
    width: 2.125vw;
}
#cases_slider .case_card .case_content > p{
    max-width: 24.687vw;
    margin: 0.684vw 0 1.188vw;
    font-weight: 400;
    font-size: 0.999vw;
    color: rgba(0, 0, 0, 0.7);
}
#cases_slider .case_card .case_content > button{
    display: inline-block;
    border-radius: 0.504vw;
    background: #005be3;
    border: none;
    cursor: pointer;
    padding: 1.251vw 2.502vw 1.503vw;
    font-weight: 600;
    font-size: 1.062vw;
    letter-spacing: -0.03em;
    color: var(--white);
}
#cases_slider .case_card .case_content .play_btn{
    position: absolute;
    right: 2.754vw;
    bottom: 2.376vw;
    cursor: pointer;
}
#cases_slider .swiper-pagination{
    bottom: 0;
    text-align: left;
}
#cases_slider .swiper-pagination .swiper-pagination-bullet{
    width: 0.938vw;
    height: 0.938vw;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
}
#cases_slider .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--white);
}

/* Expert Course Section */
#expert_course {
    padding: 5.004vw 0 5.751vw;
}
#expert_course_content_head {
    display: flex;
    gap: 3.123vw;
}
#expert_course_content_head > div:first-child {
    min-width: 24.372vw;
    max-width: 24.372vw;
}
#expert_course_images {
    display: flex;
}
#expert_course_images .avatar {
    width: 10.251vw;
    height: 10.251vw;
    border-radius: 5.121vw;
    box-shadow: 0 0.126vw 2.439vw 0 rgba(0, 0, 0, 0.25);
    object-fit: cover;
    display: block;
}
#expert_course_images .quotes {
    width: 15.192vw;
    margin: -3.438vw 0 -2.313vw -2.997vw;
}
#expert_course_content_head > div:first-child > p {
    margin: 1.062vw 0 0.936vw;
    font-weight: 400;
    font-size: 0.873vw;
    line-height: 1.188vw;
    letter-spacing: 0.022vw;
    color: rgba(0, 0, 0, 0.7);
}
#expert_course_content_head > div:first-child > button {
    border-radius: 0.504vw;
    background: #005be3;
    padding: 1.377vw 1.503vw 1.566vw;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.936vw;
    letter-spacing: -0.03em;
    color: var(--white);
}
#expert_course_card {
    width: 100%;
    background: url('../img/testimonial_cta_card_bg.png') 0 0 / 100% 100% no-repeat;
    border-radius: 1.872vw;
    padding: 4.689vw 4.689vw 5.31vw;
    margin-top: 0.441vw;
    overflow: hidden;
}
#expert_course_card h3 {
    font-weight: 600;
    font-size: 3.627vw;
    line-height: 3.312vw;
    letter-spacing: -0.05em;
    color: #fafafa;
}
#expert_course_card p {
    margin: 0.504vw 0 0;
    font-weight: 400;
    font-size: 1.251vw;
    line-height: 1.629vw;
    color: rgba(255, 255, 255, 0.8);
}
#expert_course_card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.621vw;
    background: var(--white);
    padding: 1.809vw 2.25vw 2.187vw;
    font-weight: 700;
    font-size: 1.314vw;
    letter-spacing: -0.03em;
    margin-top: 0.747vw;
    color: #005be3;
}
#expert_course_content_body {
    display: none;
    gap: 1.125vw;
    margin-top: 2.502vw;
}
#expert_course_content_body.show {
    display: flex;
}
#expert_course_tabs {
    min-width: 16.56vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#expert_course_tabs div {
    border: 0.108vw solid #005be3;
    border-radius: 0.567vw;
    padding: 1.314vw 4.563vw 1.503vw;
    color: #005be3;
    text-align: center;
    cursor: pointer;
}
#expert_course_tabs div.active {
    border-color: #005be3;
    background: #005be3;
    color: #fff;
}
#expert_course_tabs div span {
    display: block;
}
#expert_course_tabs div span:first-child {
    font-weight: 700;
    font-size: 1.503vw;
    letter-spacing: -0.03em;
}
#expert_course_tabs div span:last-child {
    font-weight: 600;
    font-size: 0.747vw;
    letter-spacing: -0.03em;
}
#expert_course_videos .video {
    position: relative;
    display: none;
    cursor: pointer;
}
#expert_course_videos .video.show {
    display: block;
}
#expert_course_videos .video video{
    width: 100%;
    border-radius: 0.621vw;
    display: block;
}
#expert_course_videos .video .video_preview {
    width: 100%;
    border-radius: 0.621vw;
    display: block;
}
#expert_course_videos .video .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4.0vw);
    background: rgba(255, 255, 255, 0.6);
}
.popup.show{
    display: flex;
}
.popup .popup_content{
    position: relative;
    width: 71.4375vw;
    min-height: 28.125vw;
    border-radius: 3.125vw;
    background: #fff;
    box-shadow: 0 0.25vw 9.0vw 0 rgba(0, 0, 0, 0.15);
}
.popup .popup_content_tab{
    display: none;
}
.popup_content_tab.active{
    display: block;
}
.popup.module .popup_content{
    padding: 4.5vw 5.9375vw 7.5vw 4.8125vw;
}
.popup.case .popup_content,
.popup.review-video .popup_content{
    padding: 1.9375vw 3.75vw 1.9375vw 2.1875vw;
}
.popup .popup_content .popup_close{
    position: absolute;
    top: 1.375vw;
    right: 1.375vw;
    z-index: 2;
    width: 4.5vw;
    height: 4.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #005be3;
    cursor: pointer;
}
.popup .popup_content .popup_close svg{
    width: 2.438vw;
    height: 2.5vw;
}
.popup .popup_content .module-title{
    font-weight: 600;
    font-size: 3.5vw;
    line-height: 3.3125vw;
    letter-spacing: -0.05em;
    color: #1e1e1e;
}
.popup .popup_content .module-subtitle{
    margin-top: 0.438vw;
    font-weight: 700;
    font-size: 1.5vw;
    line-height: 1.5;
    letter-spacing: -0.05em;
    color: #0158db;
}
.popup .popup_content .module-content{
    margin-top: 0.938vw;
}
.popup .popup_content .module-content .module-list{
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* gap: 2.125vw; */
    columns: 3;
    list-style: none;
}
.popup .popup_content .module-content .module-list li{
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 0.6875vw;
    font-weight: 400;
    font-size: 1.125vw;
    line-height: 2.0vw;
    color: rgba(1, 88, 219, 0.9);
    break-inside: avoid;
}
.popup .popup_content .module-content .module-list li::before{
    position: absolute;
    content: "•";
    left: -0.1875vw;
    top: 1.125vw;
    transform: translateY(-50%);
    color: rgba(1, 88, 219, 0.9);
}
.popup .popup_content .popup_slider{
    position: relative;
    display: none;
}
.popup .popup_content .popup_slider.active{
    display: block;
}
.popup .popup_content .popup_slider .popup_slide{
    display: flex;
    align-items: center;
    gap: 2.1875vw;
}
.popup .popup_content .popup_slider .popup_slide .slide_img{
    min-width: 25.0vw;
    flex: 1;
}
.popup .popup_content .popup_slider .popup_slide .slide_content{
    flex: 1;
}
.popup .popup_content .popup_slider .popup_slide .slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 1.875vw;
}
.popup .popup_content .popup_slider .popup_slide .slide_content p{
    font-weight: 400;
    font-size: 1.0vw;
    line-height: 1.25vw;
    color: rgba(0, 0, 0, 0.7);
}
.popup .popup_content .popup_slider .popup_slider_nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 3.9375vw;
    height: 3.9375vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0.375vw;
    background: #005be3;
    cursor: pointer;
}
.popup .popup_content .popup_slider .popup_slider_nav .prev{
    left: 1.125vw;
}
.popup .popup_content .popup_slider .popup_slider_nav .next{
    left: 26.6vw;
}
.popup .popup_content .popup_slider .popup_slider_nav button svg{
    width: 1.063vw;
    height: 1.063vw;
}
.popup.video-review .popup_content{
    width: 50vw;
}
.popup.video-review .popup_content_body{
    width: 100%;
    height: 100%;
    padding: 7.2vw 1.875vw 1.875vw;
}
.popup.video-review .popup_content_body iframe{
    border-radius: 1.875vw;
    aspect-ratio: 5/3;
}

#expert_profile_review_video{
    display: inline-flex;
    align-items: center;
    margin-top: 0.873vw;
    gap: 0.375vw;
    border-radius: 0.504vw;
    background: linear-gradient(131deg, rgb(0, 91, 227) 0%, rgb(101, 203, 213) 100%);
    padding: 0.65vw 2.3vw 0.75vw;

    font-weight: 700;
    font-size: 1.062vw;
    line-height: 2.313vw;
    letter-spacing: -0.05em;
    color: rgb(252, 252, 252);

    cursor: pointer;
}
.popup.review-video .popup_content{
    min-height: initial;
}
.popup_content_video{
    display: flex;
    align-items: center;
    gap: 2.1875vw;
}
.popup_content_video .popup_content_video_iframe{
    min-width: 25.0vw;
    flex: 1;
}
.popup_content_video .popup_content_video_iframe iframe{
    width: 100%;
    aspect-ratio: 5/3;
    border-radius: 1.875vw;
}
.popup_content_video .popup_content_video_description{
    flex: 1;
}
.popup_content_video .popup_content_video_description p{
    font-weight: 400;
    font-size: 1.0vw;
    line-height: 1.25vw;
    color: rgba(0, 0, 0, 0.7);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .expert-header {
        flex-direction: column;
        gap: 2.502vw;
    }

    .expert-image {
        flex: none;
        max-width: 100%;
    }

    .module-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .course-stats {
        flex-wrap: wrap;
    }

    .stat-item {
        flex: 1 1 calc(50% - 0.621vw);
    }
}

@media (max-width: 992px) {
    .expert-info h1 {
        font-size: 3.996vw;
        line-height: 3.627vw;
    }

    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-cta .container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .expert-info h1 {
        font-size: 2.997vw;
        line-height: 2.754vw;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .module-grid {
        grid-template-columns: 1fr;
    }

    .tab-buttons {
        display: none;
    }

    .stat-item {
        flex: 1 1 100%;
    }
}

@media (max-width: 576px) {
    .expert-profile {
        padding: 2.502vw 0;
    }

    .expert-actions {
        flex-direction: column;
    }

    .expert-actions .btn {
        width: 100%;
    }

    .message-preview {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
} 