html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(255, 255, 255, 0.5);
}

html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
}

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

header,footer {
    width: 100%;
}


header {
    position: relative;
    z-index: 99;
    overflow: visible;
    background: rgb(219,213,188);
    width: 100%;
}

header .main_mentor_core::after {
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(184,171,166,0.5), transparent);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    content: "";
}

header .main_mentor_core .head_expert_core:hover::before,
header .main_mentor_core .head_expert_core:hover::after {
    transform: scale(1);
}

header .main_mentor_core .head_expert_core .header_lesson_core {
    display: block;
    transition: transform 0.3s ease;
}

header .main_mentor_core .head_mainbar_core {
    display: flex;
    margin: 0;
    padding: 20px 0 10px;
    background: linear-gradient(180deg, transparent, rgb(140,126,125) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    position: relative;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}

header .main_mentor_core .head_mainbar_core .head_pagewrap_core:not(:last-child)::after {
    right: 0;
    width: 1px;
    position: absolute;
    height: 60%;
    background: rgb(140,126,125,0.5);
    top: 20%;
    content: "";
}

header .main_mentor_core .head_mainbar_core .head_pagewrap_core a:hover::before {
    transform: scaleX(1);
}

.course_program_description_core {
    position: relative;
    background: linear-gradient(135deg, rgb(219,213,188) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}

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

.course_program_description_core .learn_mastery_core::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    animation: shine 5s infinite;
    content: "";
    width: 100%;
    left: -100%;
    height: 100%;
    top: 0;
}

.course_program_description_core .learn_code_core::after {
    border-radius: 10px;
    right: 50px;
    content: "";
    bottom: -20px;
    border: 1px solid rgb(140,126,125,0.5);
    z-index: -1;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    height: 40px;
    width: 40px;
}

.course_program_description_core .head_expert_core svg {
    width: 40px;
    transition: fill 0.3s ease;
    max-height: 100%;
    max-width: 100%;
    height: 40px;
    fill: rgb(184,171,166);
}

.course_program_description_core h3 {
    padding-bottom: 15px;
    color: rgb(184,171,166);
    font-weight: 700;
    font-size: 37px;
    position: relative;
    margin-bottom: 25px;
}

.course_program_description_core .image_panel_core {
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 27px;
    min-height: 400px;
    flex: 1;
    transform: perspective(1000px) rotateY(-5deg);
}

.course_program_description_core .learn_mastery_core:hover .image_panel_core {
    transform: perspective(1000px) rotateY(0deg);
}

.privacy_recess_core h1 {
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    margin: 20px 0;
    text-transform: uppercase;
}

.privacy_recess_core h3, .privacy_recess_core h4, .privacy_recess_core h5, .privacy_recess_core h6 {
    color: #000000;
    font-size: 20px;
    margin: 10px 0;
}


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

.package_price_core {
    position: relative;
}

.pricing_frame_core h2 {
    position: relative;
    transform: translateY(0);
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 35px;
}

.pricing_frame_core .study_packages_core {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: block;
}

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

.pricing_frame_core .study_packages_core h4 {
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    transition: transform 0.4s ease;
    margin-bottom: 20px;
    font-weight: 600;
}

.pricing_frame_core .pricing_schemes_core {
    display: inline-block;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(135deg, rgb(184,171,166), rgb(140,126,125));
    margin-top: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    align-self: flex-start;
    font-size: 28px;
    color: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 10px 20px;
    font-weight: 700;
}

.pricing_frame_core .study_packages_core:hover h4 {
    transform: translateX(5px);
}

.pricing_frame_core .study_packages_core:hover .pricing_schemes_core::before {
    transform: translateX(100%);
}

.user_comments_core::after {
    bottom: 0;
    position: absolute;
    opacity: 0.2;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(184,171,166), transparent);
    left: 0;
    width: 100%;
}

.user_comments_core h2::after {
    position: absolute;
    height: 3px;
    bottom: -10px;
    width: 80px;
    transform-origin: left;
    background: rgb(184,171,166);
    content: "";
    left: 0;
    animation: lineGrow 3s ease-out infinite alternate;
}

.user_comments_core .learning_opinion_core::before {
    content: "";
    left: 0;
    height: 0;
    background: rgb(184,171,166);
    width: 4px;
    top: 0;
    transition: height 0.5s ease;
    position: absolute;
}

.user_comments_core .learning_opinion_core div {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.user_comments_core .learning_opinion_core h4 {
    position: relative;
    font-size: calc(21px * 0.9);
    color: #000000;
    font-weight: 600;
    margin: 0;
}

.user_comments_core .description {
    border-left: 1px solid rgba(rgb(184,171,166,0.5), 0.2);
    font-size: 12px;
    color: #000000;
    padding-left: 0.75rem;
    margin: 0;
    position: relative;
    transition: all 0.3s ease;
    line-height: 1.6;
}

.user_comments_core a::before {
    top: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    width: 100%;
    content: "";
    left: -100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, rgb(140,126,125), rgb(184,171,166));
}

.teaching_history_core {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,213,188), rgb(140,126,125,0.5) 120%);
    padding: 6rem 2rem;
    position: relative;
}

.teaching_history_core .container {
    max-width: 1140px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.teaching_history_core .learning_opinion_core {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 3rem;
}

.teaching_history_core .learning_opinion_core:hover .image_panel_core::after {
    transform: translate(0, 0);
    opacity: 0.4;
}

.teaching_history_core .learning_opinion_core:hover > div:nth-child(2) {
    transform: translateY(-5px);
}

.teaching_history_core .name::after {
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    content: "";
    width: 0;
    background: rgb(140,126,125);
}

.teaching_history_core .employee_history_core::before {
    position: absolute;
    left: -10px;
    color: rgb(140,126,125,0.5);
    content: "";
    font-family: serif;
    font-size: 5rem;
    top: -20px;
    opacity: 0.3;
}

.contact_core .image_panel_core {
    z-index: 1;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 90%;
    border-radius: 26px 0 0 26px;
    top: 5%;
    width: 40%;
    right: 0;
}

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

.contact_core .request_panel_core {
    flex: 1;
    position: relative;
    padding: 50px;
}

.contact_core form h3 {
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}

.contact_core textarea {
    height: 150px;
    resize: none;
}

.contact_core .connect_panel_core {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact_core .connect_panel_core label::before {
    width: 18px;
    border: 2px solid rgb(140,126,125);
    transition: all 0.3s ease;
    position: absolute;
    content: '';
    border-radius: 10px;
    left: 0;
    height: 18px;
    top: 2px;
}

.contact_core .connect_panel_core a:hover {
    text-decoration: underline;
}

.contact_core .connect_links_core:hover {
    background: rgb(140,126,125);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact_core .inquiry_feedback_core::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
}

.contact_core .query_panel_core svg {
    height: 22px;
    flex-shrink: 0;
    width: 22px;
    margin-right: 15px;
}

.contact_core .query_panel_core a:hover {
    opacity: 0.8;
}

.opening_page_core {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(219,213,188), #ffffff 90%);
}

.opening_page_core .learn_mastery_core {
    min-height: 100vh;
    gap: 2rem;
    margin: 0 auto;
    display: grid;
    padding: 5rem 2rem;
    z-index: 5;
    grid-template-columns: 1fr 1fr;
    position: relative;
    max-width: 1400px;
}

.opening_page_core .learn_mastery_core {
    padding: 4rem 1.5rem;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.opening_page_core .text_text_core {
    justify-content: center;
    z-index: 10;
    animation: slideRight 0.8s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    opacity: 0;
    display: flex;
    transform: translateX(-30px);
    flex-direction: column;
}


    
    .opening_page_core .text_text_core {
    order: 2;
}

.opening_page_core .course_main_core p {
    margin-bottom: 2rem;
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-size: calc(17px * 1.2);
}

.opening_page_core svg:hover {
    transform: scale(1);
}

.opening_page_core svg path {
    transition: fill 0.3s ease;
    fill: rgb(184,171,166);
}

.opening_page_core svg:hover text {
    fill: #000000;
}

.opening_page_core .connect_links_core::before {
    left: 0;
    z-index: -1;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    background: linear-gradient(45deg, rgb(140,126,125), rgb(184,171,166));
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    content: "";
}

.opening_page_core .image_panel_core::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(94,170,168,0.3));
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
}

.get_updates_core::before {
    top: -5%;
    z-index: -1;
    opacity: 0.4;
    content: "";
    transform: rotate(-25deg);
    height: 200%;
    width: 60%;
    position: absolute;
    background: linear-gradient(145deg, rgb(140,126,125), transparent);
    left: -10%;
}

.get_updates_core .learn_mastery_core {
    transform: translateY(0);
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
    animation: slideUp 0.8s ease-out forwards;
}

.get_updates_core .input_holder {
    opacity: 0;
    flex-direction: column;
    animation: fadeInUp 0.6s 0.5s ease-out forwards;
    display: flex;
    transform: translateY(30px);
    width: 100%;
    gap: 1.25rem;
}

.get_updates_core input[type="email"] {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 12px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.12);
}

.get_updates_core .connect_links_core:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    background: rgb(140,126,125);
}

.get_updates_core .connect_links_core:hover::after {
    width: 250%;
    height: 250%;
    opacity: 0.8;
}

.get_updates_core .connect_links_core:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.try_immediately_core::after {
    z-index: 2;
    position: absolute;
    background: radial-gradient(
        circle at 20% 30%,
        rgb(184,171,166,0.5) 0%,
        transparent 30%
    ), 
    radial-gradient(
        circle at 80% 70%,
        rgb(140,126,125,0.5) 0%,
        transparent 30%
    );
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
}

.try_immediately_core .container p {
    line-height: 1.4;
    max-width: 800px;
    color: #000000;
    z-index: 5;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: calc(31px * 1.2);
    font-weight: 700;
    margin-bottom: 40px;
}

.try_immediately_core .connect_links_core {
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 15px 40px;
    text-decoration: none;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    background: linear-gradient(135deg, rgb(184,171,166) 0%, rgb(140,126,125) 100%);
}

.appSection_core::after {
    height: 40%;
    background: linear-gradient(210deg, rgba(rgb(184,171,166,0.5), 0.09), transparent);
    z-index: 0;
    position: absolute;
    bottom: -10%;
    content: "";
    width: 50%;
    left: -5%;
    transform: rotate(10deg) skewX(-10deg);
}

.appSection_core .learn_mastery_core > div:first-child {
    position: relative;
    transform: translateX(-1rem);
}

.appSection_core .learn_mastery_core > div:first-child::before {
    transform: translateY(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(184,171,166), rgb(140,126,125));
    height: 60%;
    width: 4px;
    left: -2rem;
    top: 50%;
}

.appSection_core h5::after {
    position: absolute;
    left: 0;
    width: 40%;
    background: linear-gradient(90deg, rgb(140,126,125), transparent);
    content: "";
    height: 3px;
    bottom: -0.5rem;
}

.appSection_core a {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}

.appSection_core p {
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
    font-size: 17px;
    color: #000000;
    transition: color 0.3s ease;
}

.our_mission_core::before {
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(140,126,125,0.5), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(184,171,166,0.5), 0.08) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    z-index: 0;
}

.our_mission_core .study_growth_core {
    position: relative;
}

.our_mission_core .study_growth_core ul {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 40px;
    margin: 0;
    grid-template-columns: 1fr;
}

.our_mission_core .learn_spot_core:nth-child(2) {
    animation-delay: 0.6s;
    transform: translateY(40px) rotate(1deg);
}

.our_mission_core .learn_spot_core h4 {
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    color: #000000;
    transform: translateX(-15px);
    margin-left: 15px;
    animation: slideInHeading 0.6s ease-out forwards 0.8s;
    font-size: 22px;
    opacity: 0;
}

.our_mission_core .learn_spot_core div {
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards 1s;
    margin-left: 15px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    color: #000000;
    line-height: 1.7;
}

.pledge_block_core .container {
    position: relative;
    z-index: 3;
}

.pledge_block_core .footer_caption_core {
    display: flex;
    position: relative;
    flex-direction: column;
}

.pledge_block_core .get_contactinfo_core::before {
    position: absolute;
    opacity: 0.08;
    background: linear-gradient(135deg, transparent 20%, rgb(184,171,166,0.5) 140%);
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 17px;
    z-index: -1;
}

.pledge_block_core .info_item:hover {
    transform: translateY(-5px);
}

.pledge_block_core .info_item:hover p,
.pledge_block_core .info_item:hover a {
    color: rgb(184,171,166);
}

.pledge_block_core .info_item svg {
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
    fill: rgb(184,171,166);
}

.pledge_block_core .head_expert_core {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}

.pledge_block_core .class_guide_core {
    line-height: 1.6;
    font-size: calc(12px + 1px);
    opacity: 0.8;
}

.pledge_block_core .head_mainbar_core::before {
    bottom: 0;
    content: '';
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(140,126,125,0.5) 30%, rgb(140,126,125,0.5) 70%, transparent);
    left: -2rem;
    top: 0;
}

.pledge_block_core .nav_sitewrap_core {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.pledge_block_core .nav_sitewrap_core a::before {
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    content: '';
    background-color: rgb(184,171,166);
    height: 1px;
}

.pledge_block_core .subscribe_holder {
    position: relative;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 17px;
    backdrop-filter: blur(10px);
    flex-direction: column;
    display: flex;
}



.pledge_block_core .subscribe_holder h5 {
    padding-bottom: 0.875rem;
    position: relative;
    font-size: 19px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.pledge_block_core .input_holder {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
    position: relative;
}

.pledge_block_core .input_holder input[type="email"]:focus {
    border-color: rgb(184,171,166,0.5);
    box-shadow: 0 0 0 3px rgb(184,171,166,0.5);
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}

.pledge_block_core .achieve_success_core {
    font-size: 19px;
    position: relative;
    padding: 1.125rem 1.5rem;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    border-radius: 10px;
    background-color: rgb(184,171,166);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.pledge_block_core .achieve_success_core:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.pledge_block_core .campus_links_core {
    margin-top: 4rem;
    padding-top: 2rem;
    text-align: center;
    position: relative;
}

.track_manage_core {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

#privacyAlertPopup_core:checked ~ .consentWarningDialog_core {
    opacity: 0;
    visibility: hidden;
}

.data_approval_core {
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid rgb(184,171,166);
    text-decoration: none;
    font-size: 24px;
    line-height: 35px;
    white-space: nowrap;
    color: rgb(184,171,166);
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 120px;
}

.wrapper-capsule_core .learn_cookies_core svg, .wrapper-capsule_core .learn_cookies_core svg path, .wrapper-capsule_core .learn_cookies_core img {
    fill:#000000;
    height: 40px;
    width: 40px;
}


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



@media (min-width: 993px) {header .main_mentor_core {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .main_mentor_core .head_mainbar_core {
    padding: 20px 10px 10px;
}
}



@media (max-width: 767px) {header .main_mentor_core .head_mainbar_core {
    justify-content: center;
    flex-wrap: wrap;
}header .main_mentor_core .head_mainbar_core .head_pagewrap_core {
    margin: 3px 0;
}header .main_mentor_core .head_mainbar_core .head_pagewrap_core:not(:last-child)::after {
    display: none;
}}



@media screen and (max-width: 991px) {.course_program_description_core {
    padding: 60px 0;
}.course_program_description_core .learn_mastery_core {
    gap: 30px;
    padding: 30px;
    flex-direction: column;
}.course_program_description_core .learn_code_core {
    width: 100%;
    padding-right: 0;
}.course_program_description_core .image_panel_core {
    width: 100%;
    transform: perspective(1000px) rotateY(0);
    min-height: 350px;
}.course_program_description_core h3 {
    font-size: calc(37px - 4px);
}
}



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



@media (max-width: 576px) {.pricing_frame_core {
    padding: 50px 0;
}.pricing_frame_core h2 {
    font-size: calc(35px - 6px);
}.pricing_frame_core .plan_fees_core {
    font-size: 15px;
    margin-bottom: 30px;
}.pricing_frame_core .package_deals_core {
    padding: 20px;
}.pricing_frame_core .study_packages_core h4 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: 18px;
}.pricing_frame_core .study_packages_core p {
    margin-bottom: 20px;
    font-size: 14px;
}.pricing_frame_core .pricing_schemes_core {
    padding: 8px 14px;
    font-size: 22px;
}}



@media (max-width: 576px) {.user_comments_core {
    padding: 3rem 0;
}.user_comments_core .opinion_sharing_core {
    grid-template-columns: 1fr;
    gap: 1rem;
}.user_comments_core .learning_opinion_core {
    padding: 1.25rem;
}.user_comments_core .learning_opinion_core:hover {
    transform: translateY(-5px) rotateX(0deg);
}.user_comments_core a {
    font-size: calc(17px * 0.9);
    padding: 0.7rem 1.5rem;
}
}



@media (min-width: 992px) {.teaching_history_core {
    padding: 8rem 2rem;
}.teaching_history_core .learning_opinion_core {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px auto 1fr;
}.teaching_history_core .learning_opinion_core > div:first-child {
    grid-row: span 2;
}.teaching_history_core .learning_opinion_core > div:nth-child(2) {
    padding-left: 1rem;
    grid-column: 2 / span 2;
}.teaching_history_core .learning_opinion_core > div:nth-child(3) {
    grid-row: 2;
    padding-left: 1rem;
    grid-column: 2 / span 2;
    padding-top: 1rem;
}.teaching_history_core .employee_history_core {
    padding-left: 2rem;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 768px) {.contact_core {
    padding: 60px 0;
}.contact_core h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.contact_core .request_panel_core,
    .contact_core .inquiry_feedback_core {
    padding: 40px;
}
}



@media (max-width: 576px) {.opening_page_core .learn_mastery_core {
    padding: 2rem 1rem;
}.opening_page_core h1 {
    font-size: calc(45px * 0.7);
}.opening_page_core .course_main_core {
    padding: 1.25rem;
    transform: perspective(1000px) rotateY(0);
}.opening_page_core svg {
    width: 80px;
    height: 80px;
    margin: 1rem 0;
}.opening_page_core .image_panel_core {
    height: 200px;
}}



@media (min-width: 768px) {.get_updates_core {
    padding: 8rem 3rem;
}.get_updates_core .learn_mastery_core {
    grid-template-columns: 1fr;
    gap: 3rem;
}.get_updates_core h3 {
    max-width: 80%;
    font-size: calc(21px * 1.1);
}.get_updates_core .input_holder {
    flex-direction: row;
    align-items: stretch;
    max-width: 85%;
}.get_updates_core .input_holder div {
    flex: 1;
}.get_updates_core .connect_links_core {
    min-width: 180px;
}
}



@media (max-width: 767px) {.try_immediately_core {
    padding: 60px 0;
}.try_immediately_core .learn_mastery_core {
    padding: 30px 20px;
}.try_immediately_core .container p {
    font-size: calc(23px * 1.2);
    margin-bottom: 25px;
}.try_immediately_core .connect_links_core {
    padding: 12px 30px;
}
}



@media (min-width: 992px) {.appSection_core {
    padding: 9rem 0;
}.appSection_core .container {
    padding: 0 2rem;
}.appSection_core .learn_mastery_core {
    gap: 4rem;
    grid-template-columns: 1fr 1.8fr;
    padding: 5rem;
}.appSection_core h5 {
    font-size: calc(19px * 1.2);
}.appSection_core h5::after {
    height: 4px;
    width: 50%;
}.appSection_core .learn_mastery_core > div:last-child {
    padding-left: 4rem;
}.appSection_core a {
    padding: 1rem 0;
}
}



@media (min-width: 992px) {.our_mission_core {
    padding: 180px 0;
}.our_mission_core h1 {
    font-size: calc(40px * 1.2);
}.our_mission_core .learn_spot_core {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.our_mission_core .learn_spot_core:hover {
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: translateY(-5px) scale(1.02);
}.our_mission_core .learn_spot_core:hover::before {
    background: linear-gradient(to bottom, rgb(140,126,125), rgb(184,171,166));
}}



@media (max-width: 991px) {.pledge_block_core {
    padding: 5rem 0 2rem;
}.pledge_block_core .get_contactinfo_core {
    flex-wrap: wrap;
    justify-content: center;
}.pledge_block_core .info_item {
    flex: 0 0 auto;
    max-width: none;
    width: calc(50% - 2rem);
}.pledge_block_core .info_item:not(:last-child)::after {
    display: none;
}.pledge_block_core .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.pledge_block_core .head_mainbar_core::before, 
    .pledge_block_core .head_mainbar_core::after {
    display: none;
}.pledge_block_core .head_expert_core {
    align-items: center;
    text-align: center;
}.pledge_block_core .head_mainbar_core h5, 
    .pledge_block_core .subscribe_holder h5 {
    text-align: center;
}.pledge_block_core .head_mainbar_core h5::after, 
    .pledge_block_core .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.pledge_block_core .nav_sitewrap_core {
    grid-template-columns: repeat(3, 1fr);
}.pledge_block_core .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}



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



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



@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: rotate(15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(12deg) scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: rotate(15deg) scale(1);
    }
}



@keyframes fadeUpIn {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}



@keyframes popIn {
    0% {
        transform: translateY(-50%) scale(0);
    }
    70% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}

