header,footer {
    width: 100%;
}

header {
    position: relative;
    padding: 0;
    overflow: visible;
    margin-top: 0;
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgb(103,112,111) 0%, rgb(139,149,150) 100%);
}

.follow_db .master_sessions_db::before {
    transform: rotate(-15deg);
    right: -20%;
    background: linear-gradient(45deg, rgb(103,112,111) 0%, rgb(139,149,150) 100%);
    position: absolute;
    content: "";
    height: 130%;
    animation: pulse 8s infinite alternate;
    width: 70%;
    opacity: 0.2;
    filter: blur(25px);
    border-radius: 16px;
    top: -15%;
    z-index: -1;
}

.follow_db .join_now_db:focus {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px rgb(139,149,150,0.5);
}

.follow_db .feedback_query_db::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    position: absolute;
    content: "";
    top: 0;
    transition: all 0.5s ease;
}

.educational_rewards_db::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(176,186,187) 0%, rgb(176,186,187) 50%, transparent 50.1%);
    content: '';
    z-index: 1;
    height: 100%;
}

.educational_rewards_db .text_block_wrap_db {
    grid-row: 1;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    grid-column: 1 / span 6;
    display: flex;
    z-index: 3;
}

.educational_rewards_db .text_main_holder {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.educational_rewards_db .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.educational_rewards_db .text_main_holder > div:hover::before {
    height: 100%;
}

.educational_rewards_db .text_main_holder svg {
    margin-bottom: 1.2rem;
    height: 3.5rem;
    transition: all 0.3s ease;
    width: 3.5rem;
}

.thanks_page_db::before {
    width: 40%;
    content: "";
    z-index: 0;
    height: 70%;
    position: absolute;
    filter: blur(80px);
    right: -10%;
    transform: rotate(35deg) skew(15deg);
    top: -15%;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.1;
    background: linear-gradient(120deg, rgb(103,112,111), rgba(rgb(103,112,111,0.5), 0.2));
}

.thanks_page_db .master_sessions_db > div:first-child::after {
    background: rgb(139,149,150);
    width: 60px;
    transform-origin: left;
    position: absolute;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
    height: 3px;
    bottom: 0;
}

.thanks_page_db a:hover {
    transform: translateY(-3px);
}

.thanks_page_db a::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(139,149,150), 
        rgb(103,112,111));
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -10px;
    width: 0;
    height: 1px;
    opacity: 0.7;
    left: 0;
}

.title_intro_db .fast_skill_db::before {
    right: 0;
    background: linear-gradient(135deg, 
    rgb(103,112,111,0.5), 
    rgba(0, 0, 0, 0.7),
    rgb(139,149,150,0.5));
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
}

.title_intro_db h1::before {
    height: 80%;
    content: "";
    top: 0.5rem;
    background: rgb(139,149,150);
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
    left: 0;
    position: absolute;
    width: 0.5rem;
}



.title_intro_db p::after {
    right: -20px;
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    bottom: -10px;
    border-radius: 10px;
    background: rgb(139,149,150);
}

header .main_mainwrap_db {
    margin-right: 2rem;
    padding: 0.5rem;
    overflow: visible;
    position: relative;
    flex: 0 0 auto;
}

header .main_mainwrap_db:hover::before {
    opacity: 0;
}



header .page_header_db {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}

header .page_header_db img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

header .head_study_db a {
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 0 1.2rem;
    color: #ffffff;
    font-weight: 600;
    height: 40px;
    align-items: center;
    text-shadow: 0 0 5px #ffffff;
    position: relative;
    display: flex;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.1);
}

.privacy_cabinet_db {
    color: #000000;
    background-color: rgb(176,186,187);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.privacy_cabinet_db ul {
    list-style: none;
    color: #000000;
    padding-left: 20px;
    margin-left: 20px;
}

.privacy_cabinet_db p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}

.our_mission_db {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}

.our_mission_db .container {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.our_mission_db .text_block_wrap_db {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    animation: fadeSlideUpRotate 1.2s ease-out 0.5s forwards;
    transform: translateY(20px) rotateX(2deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    opacity: 0;
    position: relative;
    overflow: hidden;
    padding: 50px 60px;
}

.sign_up_now_db::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(139,149,150,0.5),
        rgb(139,149,150,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    transform: translateZ(-10px);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    top: 0;
    opacity: 0.1;
}

.sign_up_now_db div:nth-child(2) {
    transform: translateZ(30px);
    display: flex;
    justify-content: center;
}

.sign_up_now_db .feedback_query_db::before {
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.7s ease;
    position: absolute;
    content: "";
}

.sign_up_now_db .feedback_query_db:hover::before {
    left: 100%;
}

.sign_up_now_db .feedback_query_db:hover span {
    transform: translateY(0) scale(1.05);
}

.course_offering_db {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(176,186,187);
}

.course_offering_db .program_plan_db {
    flex-direction: column;
    z-index: 2;
    display: flex;
}

.course_offering_db .text_block_wrap_db::before {
    width: 80px;
    position: absolute;
    left: 0;
    top: -20px;
    background: linear-gradient(90deg, rgb(139,149,150), rgb(103,112,111));
    content: "";
    border-radius: 10px;
    height: 4px;
}

.course_offering_db .post_image_grid_db {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
}



.course_offering_db .program_plan_db::before {
    position: absolute;
    bottom: -100px;
    height: 200px;
    border-radius: 50%;
    filter: blur(100px);
    animation: pulseAnimation 10s infinite ease-in-out;
    left: -50px;
    background-color: rgb(103,112,111,0.5);
    z-index: -1;
    width: 200px;
    content: "";
}

.course_offering_db .text_block_wrap_db .description:last-child::before {
    height: 100%;
    content: "";
    top: 0;
    background-size: cover;
    left: 0;
    border-radius: 16px;
    position: absolute;
    width: 100%;
    background-position: center;
    z-index: -1;
    filter: brightness(0.5) contrast(1.2);
}

footer::before {
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(139,149,150,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.85;
    content: "";
}

.reg_remind_db .company_holder {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    border-left: 3px solid rgb(139,149,150);
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 2rem;
}

.reg_remind_db .sponsor_logo_db::before {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, 
                rgb(139,149,150) 0%, 
                transparent 100%);
}

.reg_remind_db .head_wrap_db::after {
    content: "";
    height: 0;
    border-color: transparent rgb(139,149,150) transparent transparent;
    top: 0;
    border-style: solid;
    transition: all 0.4s ease;
    border-width: 0 25px 25px 0;
    transform-style: preserve-3d;
    transform: translateZ(5px);
    width: 0;
    position: absolute;
    right: 0;
}

.reg_remind_db .head_wrap_db h5::after {
    background: rgb(139,149,150);
    position: absolute;
    transition: width 0.4s ease-in-out;
    left: 0;
    content: "";
    height: 3px;
    width: 30%;
    bottom: -8px;
}

.reg_remind_db .head_wrap_db a:hover::before {
    left: 0;
    opacity: 1;
}

.med_guides_db {
    padding: 1.5rem 0;
    position: relative;
    backdrop-filter: blur(10px);
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.3);
}



.reg_remind_db .company_holder::before,
.reg_remind_db .head_wrap_db::before {
    position: absolute;
    content: "";
    width: 100px;
    background: radial-gradient(circle, rgb(139,149,150,0.5) 0%, transparent 70%);
    filter: blur(30px);
    border-radius: 50%;
    opacity: 0;
    height: 100px;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.reg_remind_db .company_holder::before {
    right: -20px;
    bottom: -20px;
}

.reg_remind_db .head_wrap_db:nth-child(1)::before {
    background: radial-gradient(circle, rgb(139,149,150,0.5) 0%, transparent 70%);
}

.reg_remind_db .nav_header_db a:hover::after {
    width: 100%;
}

.contact_box_db::before {
    position: absolute;
    height: 5px;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(139,149,150), rgb(103,112,111));
    top: 0;
}

.contact_box_db .post_image_grid_db {
    box-shadow: -15px 15px 0 rgb(139,149,150,0.5);
    overflow: hidden;
    position: relative;
    min-height: 500px;
    border-radius: 29px;
    order: 2;
}

.contact_box_db form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(139,149,150,0.5);
    outline: none;
    background: #ffffff;
}

.contact_box_db .inquiry_message_db {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.contact_box_db .inquiry_message_db label::before {
    transition: all 0.2s ease;
    content: "";
    height: 22px;
    position: absolute;
    background: rgb(176,186,187);
    left: 0;
    border-radius: 10px;
    top: 2px;
    width: 22px;
}

.contact_box_db form .feedback_query_db:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(139,149,150);
}

.deal_plan_db::before {
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
}

.deal_plan_db .plan_rates_db {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    margin: 0;
}

.deal_plan_db .value_plan_db {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
}

.deal_plan_db .annual_plan_db h4::after {
    transition: width 0.4s ease;
    content: "";
    height: 2px;
    background: rgb(139,149,150);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 40px;
}

.deal_plan_db .trial_offers_db::before {
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
}

.deal_plan_db .annual_plan_db:hover .trial_offers_db::before {
    transform: translateX(100%);
}

.service_info_db .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    transform: translateZ(0);
}

.service_info_db .msg_info_db::before {
    height: 5px;
    background-size: 200% 100%;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(139,149,150) 0%, 
        rgb(103,112,111) 50%, 
        rgb(139,149,150) 100%);
    animation: gradientShift 8s infinite ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.service_info_db h5 svg {
    transform: translateY(2px);
    transition: transform 0.3s ease-out;
    margin-left: 0.75rem;
}

.service_info_db .submit_feedback_db {
    gap: 1rem;
    list-style: none;
    flex-direction: column;
    margin: 2rem 0 0;
    padding: 0;
    display: flex;
}

.service_info_db svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
    margin-left: 0.75rem;
    height: 24px;
}

.service_info_db .help_request_db:hover svg path {
    fill: rgb(103,112,111);
}

.statistical_data_db ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    padding: 0;
    gap: 2rem;
    list-style: none;
    margin: 0 0 3rem;
}

.statistical_data_db .statistics_experts_db div {
    border-left: 4px solid rgb(139,149,150);
    transform: translateZ(0);
    justify-content: center;
    flex-direction: column;
    display: flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2rem 1.5rem;
    background: #ffffff;
    position: relative;
    height: 100%;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    align-items: flex-start;
}

.statistical_data_db .statistics_experts_db span {
    max-width: 90%;
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    transition: transform 0.3s ease;
    display: block;
}

header .top_plank .top_experts_db div svg, header .top_plank .top_experts_db div svg path {
    fill: #ffffff;
}

header .top_plank .top_experts_db div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cookie_eductrl_db {
    display: flex;
    flex-direction: column;
    z-index: 1;
    align-items: center;
}

.cookie_warning_popup_db p {
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
}

.data_agree_db:hover {
    transform: translateY(-3px);
    background: rgb(103,112,111);
}

.cookie_warning_popup_db p a {
    color: rgb(139,149,150);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}

.mentorship_experience_db::before {
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(139,149,150,0.5) 20px,
            rgb(139,149,150,0.5) 21px
        );
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.04;
    position: absolute;
    width: 100%;
}



.mentorship_experience_db .post_image_grid_db {
    width: 240px;
    position: relative;
    height: 240px;
    margin-bottom: 30px;
    border-radius: 50%;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
}

.mentorship_experience_db .name::after {
    left: 50%;
    bottom: -8px;
    background: linear-gradient(
        to right,
        rgb(139,149,150) 0%,
        rgb(103,112,111) 100%
    );
    content: "";
    position: absolute;
    transform: translateX(-50%);
    transition: width 0.4s ease;
    width: 0;
    height: 2px;
}

.mentorship_experience_db .work_explore_db {
    z-index: 3;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    line-height: 1.8;
    font-size: 18px;
    padding: 35px 45px;
    position: relative;
    text-align: center;
    margin: 0;
    color: #000000;
    background: #ffffff;
    max-width: 650px;
    border-radius: 30px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.follow_db p {
    padding-left: 1.5rem;
    max-width: 100%;
    transform: translateX(0);
    font-size: calc(37px * 0.8);
}.follow_db .input_holder {
    max-width: 100%;
    flex-direction: column;
    margin-left: 0;
}.follow_db .join_now_db {
    padding: 1rem;
    width: 100%;
}.follow_db .feedback_query_db {
    padding: 1rem;
    width: 100%;
}
}



@media (max-width: 992px) {.thanks_page_db {
    padding: 4rem 0;
}.thanks_page_db .master_sessions_db {
    padding: 2.5rem;
}.thanks_page_db h5 {
    font-size: calc(24px * 0.9);
}
}



@media (max-width: 576px) {.thanks_page_db {
    padding: 2.5rem 0;
}.thanks_page_db .master_sessions_db {
    gap: 1.25rem;
    padding: 1.5rem;
}.thanks_page_db h5 {
    font-size: calc(24px * 0.8);
}.thanks_page_db p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.thanks_page_db .master_sessions_db > div:first-child {
    padding-bottom: 1rem;
}.thanks_page_db .master_sessions_db > div:first-child::after {
    height: 2px;
    width: 40px;
}.thanks_page_db .master_sessions_db:hover > div:first-child::after {
    width: 80px;
}.thanks_page_db .master_sessions_db > div:first-child::before {
    font-size: calc(32px * 1.2);
    top: -15px;
}}



@media (max-width: 991px) {header .main_guide_db {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .main_mainwrap_db {
    margin-bottom: 0;
    margin-right: 0;
}header .head_wrap_db {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .head_study_db a {
    height: 36px;
    font-size: calc(16px - 1px);
    padding: 0 1rem;
}
}



@media (min-width: 768px) {.our_mission_db {
    padding: 160px 0 140px;
}.our_mission_db h4 {
    margin-bottom: 60px;
}.our_mission_db .text_block_wrap_db {
    padding: 60px 80px;
}.our_mission_db .text_block_wrap_db span {
    column-gap: 40px;
    column-count: 2;
}
}



@media (max-width: 767px) {.our_mission_db {
    padding: 80px 0 60px;
}.our_mission_db h4 {
    margin-bottom: 30px;
    font-size: calc(19px * 0.9);
}.our_mission_db .text_block_wrap_db {
    padding: 30px 25px;
}.our_mission_db .text_block_wrap_db h6 {
    margin-bottom: 20px;
    font-size: calc(19px * 1.2);
}.our_mission_db .text_block_wrap_db span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 380px) {.sign_up_now_db {
    padding: 2rem 0;
}.sign_up_now_db h6 {
    margin-bottom: 1.2rem;
    font-size: calc(16px * 0.85);
}.sign_up_now_db .feedback_query_db {
    padding: 0.5rem 1.5rem;
    font-size: calc(15px * 0.9);
}}



@media (max-width: 992px) {.reg_remind_db {
    padding: 4rem 0 2rem;
}.reg_remind_db .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.reg_remind_db .company_holder,
    .reg_remind_db .privacy_cta_db {
    width: 100%;
}.reg_remind_db .nav_header_db {
    grid-template-columns: repeat(2, 1fr);
}
}



@media screen and (max-width: 991px) {.contact_box_db {
    padding: 90px 0;
}.contact_box_db .contact_request_db {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_box_db .post_image_grid_db {
    margin: 0 auto;
    min-height: 400px;
    max-width: 600px;
    order: 1;
}.contact_box_db .query_section_db {
    order: 2;
}.contact_box_db form {
    margin: 0 auto;
    max-width: 600px;
}
}



@media (max-width: 1200px) {.deal_plan_db {
    padding: 100px 0;
}.deal_plan_db .plan_rates_db {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}.deal_plan_db .rate_choices_db {
    min-height: 360px;
    padding: 25px;
}.deal_plan_db h2 {
    font-size: calc(30px - 2px);
}
}



@media (max-width: 576px) {.deal_plan_db {
    padding: 50px 0;
}.deal_plan_db h2 {
    font-size: calc(30px - 6px);
}.deal_plan_db .learn_sub_db {
    font-size: 15px;
    margin-bottom: 30px;
}.deal_plan_db .rate_choices_db {
    padding: 20px;
}.deal_plan_db .annual_plan_db h4 {
    padding-bottom: 12px;
    font-size: 18px;
    margin-bottom: 15px;
}.deal_plan_db .annual_plan_db p {
    margin-bottom: 20px;
    font-size: 14px;
}.deal_plan_db .trial_offers_db {
    font-size: 22px;
    padding: 8px 14px;
}}



@media screen and (max-width: 768px) {.statistical_data_db {
    padding: 3rem 0 2rem;
}.statistical_data_db ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}.statistical_data_db .statistics_experts_db div {
    padding: 1.5rem 1.25rem;
}.statistical_data_db .statistics_experts_db p {
    font-size: 30px;
}.statistical_data_db .statistics_experts_db span {
    font-size: calc(14px * 0.9);
}
}



@media (max-width: 991px) {.mentorship_experience_db {
    padding: 90px 0;
}.mentorship_experience_db .post_image_grid_db {
    width: 200px;
    margin-bottom: 25px;
    height: 200px;
}.mentorship_experience_db .client_testimonials_db::before {
    width: 400px;
    height: 400px;
}.mentorship_experience_db .client_testimonials_db::after {
    height: 320px;
    width: 320px;
}.mentorship_experience_db .name {
    font-size: calc(48px * 0.9);
}.mentorship_experience_db .work_explore_db {
    max-width: 600px;
    padding: 30px 35px;
}
}



@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-8deg) translateX(-50px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-3deg) translateX(0);
  }
}

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

@keyframes fadeParagraph {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

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



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

