.site_top_db {
    flex: 1 0 auto;
}

.container {
    width: 1264px;
    max-width: 100%;
    margin: auto;
}

.reg_remind_db {
    flex: 0 0 auto;
}

.reg_remind_db {
    padding: 5rem 0 3rem;
    z-index: 1;
    position: relative;
}

.follow_db .master_sessions_db {
    align-items: flex-start;
    max-width: 1140px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}

.follow_db p {
    transform: translateX(30px);
    padding-left: 2rem;
    max-width: 70%;
    position: relative;
    font-size: 37px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    font-weight: 700;
}

.follow_db .input_holder:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.follow_db .feedback_query_db {
    position: relative;
    padding: 1.2rem 2rem;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(103,112,111) 0%, rgb(139,149,150) 100%);
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
}

.educational_rewards_db .post_image_grid_db {
    z-index: 2;
    grid-row: 1;
    height: 550px;
    grid-column: 7 / span 6;
    margin-right: -5vw;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
}

.educational_rewards_db h2::after {
    background: rgb(139,149,150);
    position: absolute;
    bottom: -15px;
    content: '';
    width: 70px;
    left: 0;
    border-radius: 10px;
    height: 4px;
}

.educational_rewards_db .text_main_holder > div::before {
    transition: height 0.4s ease;
    width: 100%;
    z-index: -1;
    left: 0;
    content: '';
    bottom: 0;
    height: 0;
    background: linear-gradient(to top, rgb(139,149,150,0.5), transparent);
    position: absolute;
}

.educational_rewards_db .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(139,149,150);
}

.thanks_page_db {
    background: linear-gradient(135deg, rgb(176,186,187) 25%, rgba(rgb(139,149,150,0.5), 0.05) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.thanks_page_db .master_sessions_db {
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    padding: 3.5rem;
    gap: 2rem;
    transform: perspective(1000px) rotateY(1deg);
    display: flex;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(103,112,111,0.5), 0.1) inset;
}

.thanks_page_db a:hover p {
    color: rgb(139,149,150);
}

.thanks_page_db .master_sessions_db > div:first-child::before {
    position: absolute;
    right: 0;
    transform: rotate(-5deg) scale(0.9);
    color: rgb(103,112,111);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: calc(32px * 1.5);
    top: -20px;
    content: "✓";
    opacity: 0.1;
}

.title_intro_db .learn_online_db {
    width: 90%;
    max-width: 1200px;
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    z-index: 5;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin-left: 10%;
}



.title_intro_db p {
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    animation: fadeParagraph 1s ease-out 1.1s both;
    max-width: 70%;
    transform-origin: left;
    line-height: 1.6;
    margin-top: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(139,149,150);
    font-size: clamp(1rem, 3vw, 15px);
    padding: 1.5rem 2rem;
    background: linear-gradient(
    to right,
    rgb(103,112,111,0.5),
    rgba(0, 0, 0, 0.3)
  );
    backdrop-filter: blur(5px);
    font-family: Arial, sans-serif;
}

header .main_mainwrap_db:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}

header .page_header_db:hover {
    transform: scale(1.05);
}

header .head_wrap_db {
    list-style: none;
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    z-index: 2;
}

header .head_study_db a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .head_study_db::after {
    left: 10%;
    bottom: -10px;
    position: absolute;
    content: '';
    height: 5px;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    filter: blur(3px);
    opacity: 0;
    width: 80%;
}

header .site_top_db {
    background: rgb(176,186,187);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

.privacy_cabinet_db h2 {
    margin-top: 30px;
    font-weight: 600;
    color: rgb(103,112,111);
    margin-bottom: 15px;
    font-size: 35px;
}

.privacy_cabinet_db li::before {
    left: -20px;
    content: '→';
    position: absolute;
    color: rgb(139,149,150);
    font-weight: 700;
}

.privacy_cabinet_db a:hover {
    color: rgb(103,112,111);
}

.our_mission_db::after {
    animation: float 15s ease-in-out infinite;
    border: 25px solid rgb(103,112,111,0.5);
    right: -50px;
    position: absolute;
    z-index: 0;
    transform: rotate(15deg);
    width: 250px;
    height: 250px;
    bottom: -50px;
    content: "";
}

.our_mission_db .text_block_wrap_db h6 {
    opacity: 0;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: calc(19px * 1.5);
    transform: translateX(-10px);
    animation: fadeSlideRight 0.8s ease-out 0.8s forwards;
    color: #000000;
}

.sign_up_now_db {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(139,149,150) 0%, rgb(103,112,111) 100%);
    transform-style: preserve-3d;
    overflow: hidden;
    padding: 4rem 0;
}

.sign_up_now_db h6 {
    line-height: 1.5;
    max-width: 800px;
    font-size: calc(16px * 1.2);
    color: #ffffff;
    opacity: 0;
    text-align: center;
    margin-bottom: 2.5rem;
    transform: translateZ(10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
}

.sign_up_now_db .feedback_query_db span {
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
}

.sign_up_now_db .feedback_query_db:hover {
    background: #ffffff;
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px) translateZ(0);
}

.sign_up_now_db .feedback_query_db:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.course_offering_db::before {
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(139,149,150,0.5) 0%, transparent 50%, rgb(103,112,111,0.5) 100%);
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.course_offering_db .text_block_wrap_db h2:hover {
    transform: translateX(10px);
}

.course_offering_db .text_block_wrap_db .description {
    padding-left: 20px;
    color: #000000;
    border-left: 2px solid rgb(139,149,150);
    position: relative;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.course_offering_db .program_plan_db:hover .post_image_grid_db {
    transform: scale(1.05);
    opacity: 0.3;
}

.course_offering_db .post_image_grid_db::after {
    content: "";
    right: 0;
    position: absolute;
    bottom: 0;
    width: 80%;
    z-index: 1;
    background: linear-gradient(225deg, rgb(103,112,111,0.5) 0%, transparent 100%);
    height: 40%;
}

.course_offering_db .text_block_wrap_db .description:first-of-type {
    padding: 20px;
    border-left: none;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(176,186,187) 10px,
        rgb(176,186,187) 12px
    );
}

.course_offering_db .text_block_wrap_db h2::after {
    background-color: rgb(139,149,150,0.5);
    border-radius: 50%;
    content: "";
    top: -15px;
    height: 30px;
    position: absolute;
    filter: blur(15px);
    width: 30px;
    left: -15px;
    z-index: -1;
}

.reg_remind_db .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    position: relative;
}

.reg_remind_db .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(139,149,150,0.5);
    border-left: 3px solid #ffffff;
}

.reg_remind_db .company_holder:hover h3::after {
    width: 100%;
}

.reg_remind_db .sponsor_logo_db {
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.reg_remind_db .head_wrap_db::before {
    z-index: -1;
    top: -50%;
    width: 200%;
    transform: rotate(45deg);
    left: -50%;
    content: "";
    position: absolute;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    height: 200%;
    transition: all 0.6s ease;
}

.reg_remind_db .head_wrap_db::before {
    top: -20px;
    left: -20px;
}

.reg_remind_db .head_wrap_db:hover h5::after {
    width: 100%;
}

.reg_remind_db .head_wrap_db a {
    text-decoration: none;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    padding: 0.5rem 0;
    font-size: 14px;
    transition: all 0.3s ease;
    transform-style: preserve-3d;
}

.med_guides_db .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.med_guides_db .forum_link_db:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(139,149,150), 0.3);
}

.reg_remind_db .company_holder:hover::before,
.reg_remind_db .head_wrap_db:hover::before {
    opacity: 0.5;
}



.reg_remind_db .company_holder .sponsor_logo_db::after {
    background: linear-gradient(to right, rgb(139,149,150), transparent);
    height: 3px;
    width: 70px;
    content: "";
    position: absolute;
    left: 1rem;
    bottom: -10px;
    transition: width 0.4s ease;
}

.reg_remind_db .nav_header_db a::after {
    content: "";
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, rgb(139,149,150), rgb(103,112,111));
    bottom: 0;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
}

.contact_box_db h2 {
    font-weight: 700;
    padding-left: 20px;
    display: inline-block;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    font-size: 38px;
}

.contact_box_db form h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    color: #000000;
    letter-spacing: 1px;
    font-size: 18px;
}

.contact_box_db .inquiry_message_db input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_box_db .inquiry_message_db input[type="checkbox"]:checked + label::after {
    top: 6px;
    height: 10px;
    position: absolute;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    content: "";
    border-bottom: 2px solid #ffffff;
    left: 8px;
    width: 6px;
}

.contact_box_db svg path {
    fill: rgb(139,149,150);
    transition: fill 0.3s ease;
}

.deal_plan_db .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1320px;
}

.deal_plan_db h2::after {
    left: 50%;
    content: "";
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    background: rgb(139,149,150);
}

.deal_plan_db .rate_choices_db {
    height: 100%;
    flex-direction: column;
    height: 100%;
    min-height: 380px;
    transition: all 0.4s ease;
    justify-content: space-between;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    padding: 30px;
    display: flex;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.deal_plan_db .annual_plan_db:hover {
    transform: translateY(-10px);
}

.deal_plan_db .annual_plan_db:hover .rate_choices_db {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}

.deal_plan_db .annual_plan_db:hover h4 {
    transform: translateX(5px);
}

.deal_plan_db .annual_plan_db:hover .trial_offers_db {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.service_info_db .msg_info_db {
    position: relative;
    transform-origin: top center;
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.service_info_db .msg_info_db:hover h3::after {
    transform: scaleX(1);
}

.service_info_db h5 {
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    display: flex;
    color: #000000;
    font-weight: 600;
    align-items: center;
    font-size: 18px;
}

.service_info_db .help_request_db::before {
    left: 0;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(0);
    width: 100%;
    background: rgb(103,112,111,0.5);
    bottom: 0;
    position: absolute;
    transform-origin: right;
    height: 1px;
    content: "";
}

.statistical_data_db {
    padding: 6rem 0 4rem;
    position: relative;
    background: linear-gradient(135deg, rgb(176,186,187) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
}

.statistical_data_db .statistics_experts_db:hover {
    transform: translateY(-5px);
}

.statistical_data_db .statistics_experts_db:hover div {
    transform: translateZ(10px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.2),
        0 3px 8px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.statistical_data_db .statistics_experts_db:hover p {
    transform: translateX(5px);
}

.statistical_data_db .statistics_experts_db p::after {
    position: absolute;
    left: 0;
    height: 3px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -5px;
    background: rgb(139,149,150);
    content: '';
    width: 0;
}

.statistical_data_db h4::after {
    bottom: 0;
    content: '';
    position: absolute;
    left: 50%;
    width: 60px;
    background: rgb(139,149,150);
    height: 3px;
    transform: translateX(-50%);
}

header .top_plank .top_experts_db {
    width: 100%;
    font-size: 16px;
    padding: 15px 0 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    line-height: 21px;
}

.privacy_opt_db svg, .privacy_opt_db svg path, .privacy_opt_db img {
    height: 80px;
    fill: rgb(139,149,150);
    width: 80px;
}

.data_agree_db {
    margin: 5px;
    cursor: pointer;
    width: calc(50% - 10px);
    text-align: center;
    background: rgb(139,149,150);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 10px;
}

.mentorship_experience_db .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.mentorship_experience_db .client_testimonials_db::before {
    position: absolute;
    content: "";
    width: 500px;
    border: 1px solid rgb(139,149,150,0.5);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    animation: orbit 20s linear infinite;
    height: 500px;
    opacity: 0.2;
    border-radius: 50%;
}

.mentorship_experience_db .post_image_grid_db::after {
    z-index: 2;
    content: "";
    border-radius: 50%;
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
}

.mentorship_experience_db .client_testimonials_db:hover span:not(.name) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
}

.mentorship_experience_db .work_explore_db::before,
.mentorship_experience_db .work_explore_db::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
}

.mentorship_experience_db .work_explore_db::before {
    top: 25px;
    left: 25px;
    border-top: 2px solid rgb(139,149,150);
    border-left: 2px solid rgb(139,149,150);
}



@media (max-width: 992px) {.follow_db {
    padding: 3rem 1.5rem;
}.follow_db p {
    transform: translateX(15px);
    font-size: calc(37px * 0.9);
    max-width: 80%;
}.follow_db .input_holder {
    margin-left: 2rem;
}
}



@media (max-width: 992px) {.educational_rewards_db {
    padding: 6rem 0;
}.educational_rewards_db::before {
    background: linear-gradient(135deg, rgb(176,186,187) 0%, rgb(176,186,187) 70%, transparent 70.1%);
}.educational_rewards_db .master_sessions_db {
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 90%;
}.educational_rewards_db .post_image_grid_db {
    grid-row: 2;
    margin: 0;
    height: 400px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    grid-column: 1;
}.educational_rewards_db .text_block_wrap_db {
    grid-row: 1;
    padding: 0;
    grid-column: 1;
}.educational_rewards_db h2 {
    max-width: 100%;
}.educational_rewards_db .text_main_holder {
    gap: 1.5rem;
}
}



@media (max-width: 480px) {.title_intro_db .fast_skill_db {
    padding: 3rem 1rem;
    padding-top: 15vh;
}.title_intro_db h1 {
    padding-left: 1rem;
}.title_intro_db h1::before {
    width: 0.3rem;
}.title_intro_db h3 {
    padding-left: 1rem;
}.title_intro_db p {
    padding: 1rem;
}
}



@media (min-width: 1400px) {header .main_guide_db {
    max-width: 1320px;
    margin: 0 auto;
}header .head_study_db {
    margin: 0 0.6rem;
}header .head_study_db a {
    padding: 0 1.5rem;
}
}



@media (max-width: 479px) {header .main_guide_db {
    padding: 0.7rem 1.2rem;
}header .main_mainwrap_db {
    max-width: 120px;
}header .head_study_db a {
    font-size: calc(16px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}



@media (min-width: 992px) {.our_mission_db {
    padding: 180px 0 160px;
}.our_mission_db::after {
    width: 350px;
    height: 350px;
}.our_mission_db .text_block_wrap_db {
    padding: 70px 90px;
    transform: translateY(20px) rotateX(3deg);
    margin: 0 auto;
    width: 90%;
}.our_mission_db .text_block_wrap_db h6 {
    font-size: calc(19px * 1.8);
}.our_mission_db .text_block_wrap_db span {
    column-count: 2;
}
}



@media (max-width: 991px) {.sign_up_now_db {
    padding: 3.5rem 0;
}.sign_up_now_db h6 {
    font-size: calc(16px * 1.1);
    margin-bottom: 2rem;
}.sign_up_now_db .feedback_query_db {
    padding: 0.7rem 2.2rem;
}
}



@media (max-width: 575px) {.sign_up_now_db {
    padding: 2.5rem 0;
}.sign_up_now_db h6 {
    max-width: 100%;
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.sign_up_now_db .feedback_query_db {
    font-size: calc(15px * 0.95);
    padding: 0.6rem 1.8rem;
}
}



@media (max-width: 576px) {.course_offering_db {
    padding: 40px 0;
}.course_offering_db .text_block_wrap_db h2 {
    font-size: calc(35px * 0.8);
}.course_offering_db .text_block_wrap_db .description {
    font-size: calc(15px * 0.95);
}.course_offering_db .text_block_wrap_db .description:last-child {
    padding: 20px;
}.course_offering_db::after,
    .course_offering_db .program_plan_db::before,
    .course_offering_db .text_block_wrap_db::after {
    display: none;
}.course_offering_db .text_block_wrap_db::before {
    width: 60px;
}}



@media screen and (max-width: 576px) {.contact_box_db {
    padding: 50px 0;
}.contact_box_db h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.contact_box_db .post_image_grid_db {
    box-shadow: -8px 8px 0 rgb(139,149,150,0.5);
    min-height: 250px;
}.contact_box_db form {
    padding: 30px 20px;
}.contact_box_db form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact_box_db form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_box_db form .feedback_query_db {
    width: 100%;
    padding: 15px 20px;
}}



@media (min-width: 768px) {.service_info_db {
    padding: 6rem 3rem;
}.service_info_db .msg_info_db {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    display: grid;
    padding: 4rem;
}.service_info_db h3 {
    grid-column: 1 / -1;
    font-size: 30px;
}.service_info_db .submit_feedback_db {
    align-self: start;
    grid-column: 2;
    grid-row: 2 / 4;
    margin: 0;
}.service_info_db p {
    max-width: 95%;
}
}



@media screen and (max-width: 576px) {.statistical_data_db {
    padding: 2.5rem 0 1.5rem;
}.statistical_data_db ul {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 1rem;
}.statistical_data_db .statistics_experts_db div {
    border-left-width: 3px;
    padding: 1.25rem 1rem;
}.statistical_data_db .statistics_experts_db p {
    font-size: calc(30px * 0.9);
}.statistical_data_db .statistics_experts_db span {
    max-width: 100%;
    font-size: calc(14px * 0.85);
}.statistical_data_db h4 {
    font-size: calc(18px * 0.9);
}.statistical_data_db h4::after {
    height: 2px;
    width: 50px;
}
}



@media (max-width: 767px) {.mentorship_experience_db {
    padding: 70px 0;
}.mentorship_experience_db .post_image_grid_db {
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
}.mentorship_experience_db .client_testimonials_db::before {
    width: 320px;
    height: 320px;
}.mentorship_experience_db .client_testimonials_db::after {
    width: 260px;
    height: 260px;
}.mentorship_experience_db .name {
    font-size: calc(48px * 0.8);
}.mentorship_experience_db .client_testimonials_db span:not(.name) {
    font-size: calc(20px * 0.95);
    margin-bottom: 25px;
    padding: 6px 16px;
}.mentorship_experience_db .work_explore_db {
    max-width: 100%;
    padding: 25px 30px;
    font-size: calc(18px * 0.95);
}.mentorship_experience_db .work_explore_db::before,
    .mentorship_experience_db .work_explore_db::after {
    width: 8px;
    height: 8px;
}.mentorship_experience_db .work_explore_db::before {
    left: 20px;
    top: 20px;
}.mentorship_experience_db .work_explore_db::after {
    bottom: 20px;
    right: 20px;
}
}



@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(12deg) translate(-15px, 15px);
    }
}



@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(103,112,111,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(103,112,111);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

