.framework-wrap_db {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

svg {
    height: 30px;
    width: 30px;
}

a {
    text-decoration: none;
    color: inherit;
}

.follow_db .container {
    position: relative;
    z-index: 1;
    transform: skewY(2deg);
}

.follow_db .master_sessions_db::after {
    background: rgb(139,149,150,0.5);
    animation: float 6s infinite alternate;
    content: "";
    height: 60%;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 10%;
    position: absolute;
    width: 40%;
    bottom: -20%;
}

.follow_db .input_holder {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    flex-direction: row;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 16px;
    width: 100%;
    align-items: center;
    margin-left: 3rem;
    overflow: hidden;
    max-width: 600px;
}

.educational_rewards_db {
    padding: 8rem 0;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.educational_rewards_db .master_sessions_db {
    grid-gap: 0;
    display: grid;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    grid-template-columns: repeat(12, 1fr);
}

.educational_rewards_db .post_image_grid_db::before {
    top: -10%;
    background: 
        repeating-linear-gradient(45deg, rgb(139,149,150,0.5) 0px, rgb(139,149,150,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(139,149,150,0.5) 0px, rgb(139,149,150,0.5) 1px, transparent 1px, transparent 10px);
    width: 120%;
    left: -10%;
    animation: patternMove 20s linear infinite alternate;
    position: absolute;
    transform: translateX(5%) translateY(5%);
    z-index: -1;
    content: '';
    height: 120%;
    opacity: 0.3;
}

.educational_rewards_db .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.educational_rewards_db .text_main_holder p {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-size: 14px;
}

.thanks_page_db .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1140px;
    padding: 0 1.5rem;
}

.thanks_page_db .master_sessions_db:hover {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(103,112,111,0.5), 0.15) inset;
    transform: perspective(1000px) rotateY(-1deg);
}

.thanks_page_db h5 {
    line-height: 1.4;
    font-size: 24px;
    transform: translateX(-5px);
    margin: 0 0 0.5rem 0;
    color: #000000;
    font-weight: 700;
    transition: transform 0.4s ease;
    position: relative;
}

.thanks_page_db p {
    margin: 0;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
    transition: color 0.3s ease;
}

.title_intro_db {
    position: relative;
    overflow: hidden;
    --text-shadow-color: rgba(0, 0, 0, 0.25);
}

.title_intro_db .fast_skill_db::after {
    opacity: 0.8;
    height: 100%;
    z-index: 2;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
}



.title_intro_db h3 {
    max-width: 80%;
    line-height: 1.5;
    padding-left: 2rem;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    animation: fadeSubtitle 1s ease-out 0.8s both;
    color: #ffffff;
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    position: relative;
    text-shadow: 1px 1px 3px var(--text-shadow-color);
}

header .main_guide_db {
    padding: 1.2rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

header .main_mainwrap_db::after {
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    border: 2px solid #ffffff;
    top: -5px;
    bottom: -5px;
    content: '';
    opacity: 0;
    left: -5px;
    right: -5px;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    transform: skew(-5deg);
}

header .head_study_db a::before {
    transform: scale(0.9);
    content: '';
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: -2px;
    background: #ffffff;
    left: -2px;
    right: -2px;
    top: -2px;
    opacity: 0;
    z-index: -1;
}

header .main_guide_db::before {
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
}

.privacy_cabinet_db h1 {
    border-bottom: 2px solid rgb(139,149,150);
    color: rgb(139,149,150);
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.privacy_cabinet_db div {
    margin-bottom: 20px;
}

.privacy_cabinet_db a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
    color: rgb(139,149,150);
}

.our_mission_db h4 {
    opacity: 0;
    text-align: center;
    position: relative;
    z-index: 2;
    letter-spacing: 3px;
    font-size: 19px;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    color: #ffffff;
    font-weight: 700;
    transform: translateY(20px);
    margin-bottom: 40px;
    text-transform: uppercase;
}

.our_mission_db .text_block_wrap_db h6::after {
    left: 0;
    animation: lineGrow 1s ease-out 1.2s forwards;
    transform-origin: left;
    content: "";
    position: absolute;
    transform: scaleX(0);
    background: rgb(103,112,111);
    height: 3px;
    width: 80px;
    bottom: 0;
}

.sign_up_now_db::after {
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    right: -50%;
    transform: translateZ(-5px) rotate(45deg);
    width: 100%;
    position: absolute;
    animation: glow 8s infinite alternate ease-in-out;
    opacity: 0.15;
    z-index: 1;
    height: 200%;
    top: -50%;
    content: "";
}

.sign_up_now_db span {
    transition: transform 0.3s ease-out;
    position: relative;
    display: inline-block;
    transform-style: preserve-3d;
}

.sign_up_now_db .feedback_query_db::after {
    bottom: 0;
    height: 3px;
    position: absolute;
    transition: transform 0.4s ease-out;
    content: "";
    width: 100%;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    background: linear-gradient(
        90deg,
        rgb(139,149,150),
        rgb(103,112,111),
        rgb(139,149,150)
    );
}

.sign_up_now_db .feedback_query_db:active {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(0) translateZ(0);
    transition: all 0.1s;
}

.course_offering_db .text_block_wrap_db {
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
}

.course_offering_db .text_block_wrap_db h2 {
    transform: translateX(0);
    font-size: 35px;
    transition: transform 0.5s ease;
    background-image: repeating-linear-gradient(45deg, rgb(139,149,150,0.5) 0px, rgb(139,149,150,0.5) 2px, transparent 2px, transparent 8px);
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    color: #000000;
    border-radius: 10px;
    font-weight: 700;
}

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



.course_offering_db .text_block_wrap_db::after {
    right: -60px;
    position: absolute;
    animation: rotateAnimation 30s infinite linear reverse;
    content: "";
    height: 100px;
    top: -40px;
    width: 100px;
    border-radius: 50%;
    border: 2px dashed rgb(139,149,150,0.5);
    z-index: -1;
}



.course_offering_db .program_plan_db .text_block_wrap_db .description strong {
    color: rgb(103,112,111);
    font-weight: 600;
}

footer {
    font-family: Arial, sans-serif;
    perspective: 1000px;
    position: relative;
    color: #ffffff;
}

footer::after {
    height: 100%;
    content: "";
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    z-index: -1;
    top: 0;
    position: absolute;
    animation: scanline 10s linear infinite;
    left: 0;
}

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

.reg_remind_db .nav_header_db {
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}

.reg_remind_db .head_wrap_db:hover::before {
    left: -100%;
    top: -100%;
}

.reg_remind_db .head_wrap_db:hover::after {
    border-color: transparent rgb(103,112,111) transparent transparent;
    border-width: 0 35px 35px 0;
}

.reg_remind_db .head_wrap_db:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
}

.reg_remind_db .head_wrap_db h5::before {
    bottom: -8px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: rgb(103,112,111);
}

.reg_remind_db .head_wrap_db a:hover {
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.med_guides_db::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(139,149,150) 30%, 
                #ffffff 50%, 
                rgb(103,112,111) 70%, 
                transparent 100%);
    left: 0;
}

.reg_remind_db .company_holder:hover::after {
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
}

.reg_remind_db .company_holder:hover .sponsor_logo_db::after {
    width: calc(100% - 1rem);
}

.reg_remind_db::after {
    opacity: 0.3;
    background-size: 40px 40px;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    position: absolute;
    left: 0;
    content: "";
    z-index: -2;
    top: 0;
    height: 100%;
    width: 100%;
}

.contact_box_db h2::before {
    content: "";
    width: 5px;
    border-radius: 10px;
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(139,149,150);
    position: absolute;
}

.contact_box_db .query_section_db {
    order: 1;
}

.contact_box_db form input[type="text"] {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    padding: 18px 25px;
    margin-bottom: 25px;
    color: #000000;
    font-size: 15px;
    width: 100%;
    background: rgb(176,186,187);
}

.contact_box_db .inquiry_message_db input[type="checkbox"]:checked + label::before {
    background: rgb(139,149,150);
}

.contact_box_db .inquiry_message_db label a:hover {
    color: rgb(103,112,111);
}

.contact_box_db form .feedback_query_db {
    border-radius: 10px;
    border: none;
    cursor: pointer;
    padding: 18px 40px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: #000000;
    display: inline-block;
    color: #ffffff;
    position: relative;
}

.deal_plan_db .learn_sub_db {
    opacity: 0.9;
    color: #ffffff;
    max-width: 760px;
    line-height: 1.6;
    margin: 0 auto 50px;
    font-size: 18px;
    text-align: center;
}

.deal_plan_db .rate_choices_db::before {
    height: 100%;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom right, 
        rgb(139,149,150,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    width: 100%;
}

.deal_plan_db .annual_plan_db p {
    opacity: 0.85;
    word-break: break-word;
    white-space: normal;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 25px;
    flex-grow: 1;
    font-size: 15px;
    overflow-wrap: break-word;
}

.deal_plan_db .annual_plan_db:hover .rate_choices_db::before {
    opacity: 1;
}

.deal_plan_db .annual_plan_db:hover h4::after {
    width: 60px;
}

.service_info_db {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(176,186,187) 0%, rgb(103,112,111,0.5) 100%);
}

.service_info_db .msg_info_db:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 25px rgba(0, 0, 0, 0.08);
}

.service_info_db h3 {
    font-size: calc(30px * 0.9);
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
}

.service_info_db p {
    font-size: 17px;
    max-width: 90%;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.service_info_db .help_request_db {
    color: rgb(139,149,150);
    font-weight: 600;
    text-decoration: none;
    padding: 0.5rem 0;
    position: relative;
    display: inline-flex;
    transition: color 0.3s ease, transform 0.3s ease;
    align-items: center;
}

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

.statistical_data_db .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
}

.statistical_data_db .statistics_experts_db {
    transform-style: preserve-3d;
    perspective: 800px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.statistical_data_db .statistics_experts_db div::before {
    transition: all 0.3s ease;
    border-style: solid;
    width: 0;
    border-width: 0 30px 30px 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent rgb(139,149,150,0.5) transparent transparent;
    height: 0;
    content: '';
}

.statistical_data_db .statistics_experts_db:hover p::after {
    width: 40px;
}

.statistical_data_db .statistics_experts_db:hover span {
    transform: translateY(2px);
}

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

header .top_plank {
    background: rgb(139,149,150);
    color:  #ffffff;
}

header .top_plank .top_experts_db div span {
    color: #ffffff;
}

.cookie_warning_popup_db {
    text-align: center;
    background: rgb(176,186,187);
    padding: 20px;
    transform: translateX(-50%);
    max-width: 600px;
    display: flex;
    position: fixed;
    align-items: center;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    bottom: 20px;
    width: 90%;
    overflow: hidden;
    flex-direction: column;
    z-index: 1050;
    left: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

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

#cookieDisclosureBox_db:checked ~ .cookie_warning_popup_db {
    visibility: hidden;
    opacity: 0;
}

.mentorship_experience_db::after {
    width: 100%;
    left: 0;
    position: absolute;
    filter: blur(80px);
    top: 0;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(139,149,150,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(103,112,111,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
}

.mentorship_experience_db .post_image_grid_db::before {
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(139,149,150,0.5) 90deg,
        transparent 180deg,
        rgb(103,112,111,0.5) 270deg,
        transparent 360deg
    );
    inset: -30px;
    opacity: 0.4;
    position: absolute;
    border-radius: 50%;
    animation: spin 12s linear infinite;
    z-index: -1;
    content: "";
}

.mentorship_experience_db .client_testimonials_db:hover .name::after {
    width: 80px;
}

.mentorship_experience_db .client_testimonials_db span:not(.name) {
    font-weight: 600;
    color: rgb(103,112,111);
    backdrop-filter: blur(5px);
    margin-bottom: 30px;
    padding: 8px 20px;
    font-size: 20px;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    z-index: 3;
    opacity: 0.9;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-transform: uppercase;
    border-radius: 30px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 576px) {.follow_db {
    padding: 2.5rem 1rem;
    transform: skewY(-1deg);
}.follow_db .container {
    transform: skewY(1deg);
}.follow_db p {
    margin-bottom: 1.5rem;
    font-size: 18px;
}.follow_db .master_sessions_db::before {
    width: 100%;
    right: -50%;
}}



@media (max-width: 576px) {.educational_rewards_db {
    padding: 4rem 0;
}.educational_rewards_db .master_sessions_db {
    max-width: 95%;
}.educational_rewards_db .post_image_grid_db {
    height: 250px;
}.educational_rewards_db .text_main_holder > div {
    padding: 1.2rem;
}.educational_rewards_db .text_main_holder svg {
    margin-bottom: 1rem;
    height: 3rem;
    width: 3rem;
}}



@media (max-width: 992px) {.title_intro_db .learn_online_db {
    width: 90%;
    margin-left: 5%;
}.title_intro_db h3 {
    max-width: 95%;
}.title_intro_db p {
    max-width: 85%;
}
}



@media (max-width: 768px) {.title_intro_db .fast_skill_db {
    padding: 4rem 1.5rem;
    align-items: flex-start;
    padding-top: 25vh;
}.title_intro_db .learn_online_db {
    width: 100%;
    transform: perspective(1000px) rotateY(0deg);
    margin-left: 0;
}.title_intro_db h1 {
    padding-left: 1.5rem;
}.title_intro_db h3 {
    padding-left: 1.5rem;
}.title_intro_db p {
    max-width: 100%;
    padding: 1.2rem 1.5rem;
}.title_intro_db .learn_online_db:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}


@media only screen and (max-width: 800px) {.privacy_cabinet_db {
    padding: 20px;
}.privacy_cabinet_db h1 {
    font-size: calc(18px * 0.8);
}.privacy_cabinet_db h2 {
    font-size: calc(18px * 0.8);
}.privacy_cabinet_db ul {
    margin-left: 10px;
    padding-left: 10px;
}.privacy_cabinet_db li::before {
    left: -15px;
}.privacy_cabinet_db p {
    font-size: calc(16px * 0.9);
}}



@media (min-width: 1200px) {.our_mission_db .text_block_wrap_db {
    width: 80%;
}.our_mission_db .text_block_wrap_db::before {
    width: 8px;
}.our_mission_db .text_block_wrap_db h6::after {
    width: 120px;
}
}



@media (hover: hover) {.our_mission_db .text_block_wrap_db:hover {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px) scale(1.01);
}.our_mission_db .text_block_wrap_db:hover h6 {
    color: rgb(139,149,150);
    transition: color 0.3s ease;
}.our_mission_db .text_block_wrap_db:hover h6::after {
    transition: background 0.3s ease;
    background: rgb(139,149,150);
}}



@media (max-width: 768px) {.course_offering_db {
    padding: 60px 0;
}.course_offering_db .text_block_wrap_db {
    margin-bottom: 40px;
    width: 100%;
}.course_offering_db .text_block_wrap_db h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}.course_offering_db .text_block_wrap_db .description:last-child {
    padding: 25px 30px;
}
}



@media (max-width: 576px) {.reg_remind_db {
    padding: 3rem 0 1rem;
}.reg_remind_db .company_holder {
    padding: 1.25rem;
}.reg_remind_db .company_holder h3 {
    font-size: calc(29px * 0.8);
}.reg_remind_db .head_wrap_db h5 {
    font-size: calc(23px * 0.9);
}.reg_remind_db .head_wrap_db a,
    .reg_remind_db .sponsor_logo_db {
    font-size: calc(14px * 0.9);
}.med_guides_db .forum_link_db {
    font-size: calc(14px * 0.9);
    padding: 0.4rem 1rem;
}}



@media (max-width: 992px) {.deal_plan_db {
    padding: 80px 0;
}.deal_plan_db .plan_rates_db {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.deal_plan_db .rate_choices_db {
    padding: 22px;
    min-height: 340px;
}.deal_plan_db .annual_plan_db h4 {
    font-size: 20px;
}.deal_plan_db .annual_plan_db p {
    line-height: 1.6;
    font-size: 14px;
}.deal_plan_db .trial_offers_db {
    font-size: 24px;
    padding: 8px 16px;
}
}



@media (max-width: 767px) {.service_info_db {
    padding: 4rem 1.5rem;
}.service_info_db .msg_info_db {
    padding: 2.5rem 1.5rem;
}.service_info_db h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.25rem;
}.service_info_db p {
    font-size: calc(17px * 0.95);
    max-width: 100%;
}.service_info_db .submit_feedback_db {
    margin-top: 1.5rem;
}.service_info_db .help_request_db {
    padding: 0.7rem 0;
}}



@media (hover: none) {.statistical_data_db .statistics_experts_db:hover {
    transform: none;
}.statistical_data_db .statistics_experts_db:hover div {
    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);
    transform: none;
}.statistical_data_db .statistics_experts_db:hover p {
    transform: none;
}.statistical_data_db .statistics_experts_db:hover p::after {
    width: 0;
}.statistical_data_db .statistics_experts_db:hover span {
    transform: none;
}.statistical_data_db:hover h4 {
    transform: none;
}}



@media (max-width: 575px) {.mentorship_experience_db {
    padding: 50px 0;
}.mentorship_experience_db .post_image_grid_db {
    width: 150px;
    height: 150px;
    margin-bottom: 18px;
}.mentorship_experience_db .client_testimonials_db::before {
    height: 260px;
    width: 260px;
}.mentorship_experience_db .client_testimonials_db::after {
    height: 200px;
    width: 200px;
}.mentorship_experience_db .name {
    font-size: calc(48px * 0.7);
}.mentorship_experience_db .client_testimonials_db span:not(.name) {
    margin-bottom: 20px;
    letter-spacing: 1px;
    padding: 5px 12px;
    font-size: calc(20px * 0.9);
}.mentorship_experience_db .work_explore_db {
    padding: 20px 25px;
    font-size: calc(18px * 0.9);
}.mentorship_experience_db .work_explore_db::before,
    .mentorship_experience_db .work_explore_db::after {
    width: 6px;
    height: 6px;
}.mentorship_experience_db .work_explore_db::before {
    left: 15px;
    top: 15px;
}.mentorship_experience_db .work_explore_db::after {
    bottom: 15px;
    right: 15px;
}
}



@keyframes fadeSlideUpRotate {
    from {
        opacity: 0;
        transform: translateY(20px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}



@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

