* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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

header,footer {
    width: 100%;
}

.grid-container_exp {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.nav_sitebar_exp {
    flex: 1 0 auto;
}

.enroll_instantly_exp::before {
    position: absolute;
    opacity: 0.1;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(201,191,208,0.5),
        rgb(201,191,208,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.enroll_instantly_exp .container {
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    transform: skewY(2deg);
    display: flex;
    z-index: 2;
    align-items: center;
    max-width: 1200px;
    padding: 0 2rem;
}

.enroll_instantly_exp h6::after {
    transform: translateX(-50%);
    left: 50%;
    content: "";
    height: 3px;
    bottom: -15px;
    width: 70px;
    background: #ffffff;
    opacity: 0.7;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    position: absolute;
}

.enroll_instantly_exp div div {
    display: flex;
    z-index: 2;
    justify-content: center;
    position: relative;
}

.enroll_instantly_exp div div span::before {
    top: -10px;
    opacity: 0.15;
    background: rgb(201,191,208);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    width: calc(100% + 20px);
    filter: blur(10px);
    left: -10px;
    transform: translateZ(-10px);
    position: absolute;
    height: calc(100% + 20px);
}

.enroll_instantly_exp .query_card_exp::before {
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(165,152,173,0.5) 100%);
    left: 0;
    content: "";
    opacity: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    height: 100%;
    position: absolute;
}

.enroll_instantly_exp .query_card_exp span {
    z-index: 3;
    transition: all 0.3s ease;
    position: relative;
}

.enroll_instantly_exp .query_card_exp:hover {
    color: rgb(165,152,173);
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.enroll_instantly_exp .query_card_exp:hover::before {
    opacity: 0.1;
}

.enroll_instantly_exp .query_card_exp:hover span {
    transform: scale(1.05);
}

.enroll_instantly_exp .query_card_exp:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

header .top_header_exp::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(165,152,173,0.5) 10px,
        rgb(165,152,173,0.5) 11px
    );
    opacity: 0.1;
    animation: slidePattern 25s linear infinite;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}

header .container {
    position: relative;
    padding: 1.5rem 2rem;
}

header .nav_base_exp {
    z-index: 2;
    position: relative;
}

header .top_section_exp {
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    display: block;
    box-shadow: 5px 5px 0 rgb(201,191,208,0.5);
    background: #ffffff;
    transform: rotate(-3deg);
    padding: 15px;
}

header .top_section_exp:hover {
    box-shadow: 8px 8px 0 rgb(201,191,208);
    transform: rotate(0deg) translateY(-5px);
}

header .top_section_exp svg {
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    width: auto;
    height: 45px;
}

header .nav_master_exp::before {
    background: linear-gradient(90deg, transparent, rgb(165,152,173,0.5) 100%);
    top: 0;
    right: 0;
    opacity: 0.15;
    border-radius: 0 23px 23px 0;
    z-index: -1;
    transition: width 0.3s ease;
    position: absolute;
    width: 85%;
    bottom: 0;
    content: "";
}

header .site_main_exp a {
    font-family: Arial, sans-serif;
    padding: 8px 16px;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    display: block;
    border-left: 3px solid transparent;
    border-radius: 0 10px 0 10px;
    background: #ffffff;
    overflow: hidden;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
}

header .site_main_exp a:hover {
    transform: translateX(5px);
    color: rgb(201,191,208);
    border-left-color: rgb(201,191,208);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

header .site_main_exp a:hover::before {
    transform: scaleY(1);
}

header .site_main_exp a:hover::after {
    transform: scaleX(1);
}

.offer_deck_exp::before {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(45deg, rgb(201,191,208,0.5) 0%, transparent 40%);
}

.offer_deck_exp .basic_rates_exp {
    flex-direction: column;
    display: flex;
}

.offer_deck_exp .deal_board_exp h2 {
    font-weight: 700;
    font-size: 31px;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
}

.offer_deck_exp .plan_matrix_exp {
    margin: 0 auto;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    word-break: break-word;
    max-width: 600px;
}

.offer_deck_exp .access_rates_exp {
    overflow: hidden;
    background: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    display: block;
}

.offer_deck_exp .plan_details_exp::before {
    content: "";
    left: 0;
    opacity: 0.7;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
}

.offer_deck_exp .plan_details_exp h3::after {
    transition: width 0.3s ease;
    content: "";
    left: 0;
    width: 40px;
    position: absolute;
    bottom: 0;
    background: rgb(165,152,173);
    height: 2px;
}

.offer_deck_exp .training_sub_exp {
    font-weight: 700;
    display: inline-block;
    font-size: calc(21px * 1.5);
    position: relative;
    color: rgb(201,191,208);
    margin-bottom: 1.5rem;
}

.offer_deck_exp .access_rates_exp:hover .training_sub_exp::before {
    width: 100%;
}

.offer_deck_exp .main_image_exp {
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.offer_deck_exp .main_image_exp::after {
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
}

.offer_deck_exp .access_rates_exp:nth-child(3n+2) {
    border-top: 3px solid rgb(165,152,173);
}

footer {
    width: 100%;
    position: relative;
}

footer .proposal_cta_exp {
    padding: 100px 0 30px;
    color: #000000;
    background-color: rgb(230,225,233);
    font-family: Arial, sans-serif;
    position: relative;
}

footer .ranking_bar_exp {
    position: relative;
    z-index: 1;
}

footer .submit_feedback_exp {
    display: flex;
    background-color: #ffffff;
    justify-content: space-between;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    border-radius: 12px;
    margin: auto;
    padding: 25px;
    width: 85%;
    gap: 15px;
}

footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item a:hover {
    color: rgb(201,191,208);
}

footer .text_main_holder {
    display: flex;
    perspective: 2000px;
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
    position: relative;
}

footer .nav_base_exp:hover {
    transform: translateZ(30px) scale(1.02);
}

footer .nav_master_exp {
    background-color: rgb(165,152,173);
    margin-top: -20px;
    margin-right: 20px;
    margin-left: 20px;
    color: #ffffff;
    z-index: 1;
    transform: translateZ(-10px) scale(0.98);
}

footer .subscribe_holder {
    margin-top: -20px;
    color: #ffffff;
    z-index: 0;
    transform: translateZ(-20px) scale(0.96);
    margin-left: 40px;
    margin-right: 40px;
    background-color: rgb(201,191,208);
}

footer .nav_base_exp:hover::after, footer .nav_master_exp:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}

footer .nav_base_exp svg {
    width: auto;
    height: 45px;
    margin-bottom: 20px;
    display: block;
}

footer .sponsor_logo_exp {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}

footer .nav_master_exp h5::after {
    bottom: -8px;
    height: 2px;
    background: linear-gradient(90deg, rgb(201,191,208), transparent);
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
}

footer .head_know_exp a {
    padding: 5px 0;
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    position: relative;
    font-size: 18px;
}

footer .head_know_exp a:hover {
    transform: translateX(5px);
    color: #ffffff;
}

footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 15px;
}

footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .join_list_exp:hover {
    background-color: rgb(165,152,173);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    color: #ffffff;
}

footer .partner_logo_exp {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.sign_up_exp {
    padding: 6rem 2rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transform-origin: center bottom;
    position: relative;
    transform: perspective(1000px) rotateX(5deg);
    background: linear-gradient(135deg, #ffffff 0%, rgb(230,225,233) 100%);
    overflow: hidden;
}

.sign_up_exp::after {
    right: 0;
    position: absolute;
    height: 50%;
    opacity: 0.05;
    background: rgb(201,191,208,0.5);
    bottom: 0;
    transform: translate(30%, 30%) rotate(30deg) skewX(-30deg) scale(1, 0.866);
    width: 50%;
    content: "";
    z-index: 0;
}

.sign_up_exp .learn_identity_exp {
    display: grid;
    position: relative;
    transform-style: preserve-3d;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}

.sign_up_exp .learn_identity_exp::after {
    position: absolute;
    opacity: 0.1;
    filter: blur(15px);
    width: 40%;
    content: "";
    background: rgb(201,191,208);
    height: 40%;
    right: 10%;
    top: -20%;
    transform: skewY(-20deg) rotate(-10deg) translateZ(-30px);
}

.sign_up_exp p::before {
    background: rgb(201,191,208);
    width: 80px;
    content: "";
    height: 80px;
    opacity: 0.1;
    position: absolute;
    left: -30px;
    transform: translateZ(-10px) rotate(45deg);
    top: -30px;
    z-index: -1;
}

.sign_up_exp .input_holder {
    gap: 0;
    flex-direction: column;
    position: relative;
    display: flex;
    transform-style: preserve-3d;
    transform: translateZ(40px) translateX(20px) rotate(-2deg);
}

.sign_up_exp .instant_learn_exp {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 17px;
    border-bottom: none;
    padding: 1.5rem;
    outline: none;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateZ(10px);
    background: #ffffff;
    position: relative;
}

.sign_up_exp .query_card_exp::before {
    background: rgb(201,191,208);
    position: absolute;
    transform: translateY(100%);
    width: 100%;
    transition: transform 0.3s ease;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
}

.sign_up_exp .query_card_exp:hover::before {
    transform: translateY(0);
}

.statistical_data_exp {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgb(230,225,233);
    padding: 120px 0;
}

.statistical_data_exp {
    padding: 70px 0;
}

.statistical_data_exp::after {
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(201,191,208,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.1;
}

.statistical_data_exp ul {
    position: relative;
    margin: 0;
    gap: 25px;
    list-style: none;
    padding: 0;
    flex-direction: column;
    display: flex;
}

.statistical_data_exp .statistics_advance_exp {
    transition: all 0.4s ease;
    align-items: center;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.statistical_data_exp .statistics_advance_exp {
    flex-direction: column;
    text-align: center;
}

.statistical_data_exp .statistics_advance_exp p {
    padding: 30px 40px;
    margin: 0;
    color: #ffffff;
    justify-content: center;
    font-weight: 700;
    background: rgb(201,191,208);
    align-items: center;
    position: relative;
    min-width: 180px;
    font-size: 3rem;
    display: flex;
}

.statistical_data_exp .statistics_advance_exp p {
    width: 100%;
    font-size: 2.2rem;
    min-width: auto;
    padding: 20px;
}

.statistical_data_exp .statistics_advance_exp:nth-child(2n) p::after {
    border-left-color: rgb(165,152,173);
}

.statistical_data_exp .statistics_advance_exp:nth-child(2n) p::after {
    border-top-color: rgb(165,152,173);
    border-left-color: transparent;
}

.statistical_data_exp .statistics_advance_exp span {
    transition: all 0.3s ease;
    padding: 30px 40px;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    position: relative;
    flex-grow: 1;
}

.statistical_data_exp .statistics_advance_exp span {
    padding: 25px 20px;
    width: 100%;
}

.statistical_data_exp .statistics_advance_exp span,
.statistical_data_exp .statistics_advance_exp p,
.statistical_data_exp svg {
    z-index: 1;
}

.statistical_data_exp svg path {
    transition: all 0.3s ease;
    fill: #ffffff;
}

.statistical_data_exp .statistics_advance_exp:hover svg {
    transform: scale(1.1) rotate(10deg);
}

.statistical_data_exp .statistics_advance_exp:nth-child(1) {
    animation: slide-in 0.5s 0.1s both;
}

.statistical_data_exp .statistics_advance_exp:nth-child(2) {
    animation: slide-in 0.5s 0.2s both;
}

.statistical_data_exp .statistics_advance_exp:nth-child(3) {
    animation: slide-in 0.5s 0.3s both;
}



.statistical_data_exp .container::before,
.statistical_data_exp .container::after {
    z-index: -1;
    width: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(201,191,208,0.5) 0%, transparent 70%);
    position: absolute;
    height: 300px;
    opacity: 0.1;
    content: "";
}

.statistical_data_exp .container::before {
    right: -150px;
    top: -150px;
}

.statistical_data_exp .statistics_advance_exp:hover::before {
    opacity: 0.1;
}

.privacy_barrier_exp h1 {
    letter-spacing: 1px;
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 700;
    margin-top: 40px;
    color: rgb(201,191,208);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.privacy_barrier_exp h3, .privacy_barrier_exp h4, .privacy_barrier_exp h5, .privacy_barrier_exp h6 {
    margin-bottom: 15px;
    color: #000000;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
}

.privacy_barrier_exp ul li::before {
    font-size: 1.5em;
    color: rgb(201,191,208);
    vertical-align: middle;
    content: '•';
    margin-right: 10px;
}

.privacy_barrier_exp div.container {
    margin: 0 auto;
    max-width: 1200px;
}

.gratZone_exp {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(rgb(201,191,208), 0.1) 100%);
}

.gratZone_exp::after {
    content: "";
    left: -30px;
    border-radius: 10px;
    transform: rotate(30deg);
    opacity: 0.05;
    z-index: 1;
    position: absolute;
    width: 150px;
    bottom: -30px;
    height: 150px;
    background: linear-gradient(45deg, rgb(165,152,173) 0%, rgb(201,191,208) 100%);
}

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

.gratZone_exp .learn_identity_exp:hover {
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
    transform: translateY(-5px);
}

.gratZone_exp .learn_identity_exp::before {
    position: absolute;
    pointer-events: none;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(rgb(201,191,208), 0.02) 0%, transparent 100%);
    width: 100%;
}

.gratZone_exp .learn_identity_exp:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.gratZone_exp h5 {
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin: 0 0 10px;
    font-size: 23px;
}

.gratZone_exp p {
    line-height: 1.7;
    margin: 0;
    position: relative;
    font-size: 13px;
    transition: transform 0.3s ease;
    color: #000000;
}

.gratZone_exp a::before {
    left: 0;
    bottom: 0;
    background: rgb(201,191,208);
    content: "";
    width: 100%;
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    position: absolute;
    height: 1px;
}

.gratZone_exp .learn_identity_exp:hover > div:last-child::before {
    opacity: 0.5;
    transform: rotate(0);
}

.contact_us_exp {
    padding: 0;
    position: relative;
}

.contact_us_exp::before {
    width: 100%;
    background: rgb(230,225,233);
    left: 0;
    top: 0;
    opacity: 0.85;
    position: absolute;
    content: '';
    height: 100%;
}

.contact_us_exp .query_support_exp {
    margin-top: 80px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    grid-column: 3 / 11;
    overflow: hidden;
    position: relative;
    z-index: 10;
    grid-row: 1 / 2;
    background: #ffffff;
}

.contact_us_exp .query_support_exp div {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_us_exp .query_support_exp svg path {
    fill: rgb(201,191,208);
}

.contact_us_exp .query_support_exp span {
    color: #000000;
    font-size: 16px;
}

.contact_us_exp .query_support_exp a:hover {
    color: rgb(165,152,173);
}

.contact_us_exp form {
    padding: 60px;
    max-width: 700px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    background: #ffffff;
    width: 60%;
    border-radius: 30px;
}

.contact_us_exp form h3::after {
    left: 50%;
    position: absolute;
    width: 70px;
    transform: translateX(-50%);
    bottom: -15px;
    content: '';
    height: 3px;
    background: rgb(201,191,208);
}

.contact_us_exp form input[type="text"]:focus,
.contact_us_exp form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(201,191,208,0.5);
    border-color: rgb(201,191,208);
}

.contact_us_exp form input::placeholder {
    color: #000000;
}

.contact_us_exp .request_block_exp input[type="checkbox"] {
    -webkit-appearance: none;
    flex-shrink: 0;
    border-radius: 10px;
    appearance: none;
    border: 2px solid rgb(230,225,233);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    height: 22px;
    width: 22px;
    margin-right: 15px;
}

.contact_us_exp .request_block_exp label {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}

.contact_us_exp .request_block_exp a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(201,191,208);
    font-weight: 600;
}

.contact_us_exp .query_card_exp:hover {
    background: rgb(165,152,173);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}

.consentSettingsDialog_exp {
    background: rgb(165,152,173);
    width: 100%;
    position: fixed;
    z-index: 90;
    bottom: 0;
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(201,191,208,0.5);
    border-top: 2px solid rgb(201,191,208);
}

.consent_comply_exp {
    box-shadow: 0 0 15px rgb(201,191,208);
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 24px;
}

.consent_comply_exp:hover svg {
    transform: rotate(20deg);
}

.consent_learn_exp h5 {
    font-weight: 700;
    color: rgb(201,191,208);
    margin-bottom: 10px;
    font-size: 23px;
    text-shadow: 0 0 10px rgb(201,191,208);
}

.privacy_ctrl_exp {
    padding: 12px 25px;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    background: rgb(201,191,208);
    font-size: 17px;
    color: #000000;
    box-shadow: 0 0 10px rgb(201,191,208,0.5);
}

#popupPolicyNotice_exp:checked ~ .consentSettingsDialog_exp {
    visibility: hidden;
    opacity: 0;
}

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

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

.about_this_exp {
    padding: 120px 0;
    background: rgb(230,225,233);
    position: relative;
    overflow: hidden;
}



.about_this_exp::after {
    height: 100%;
    filter: blur(60px);
    width: 100%;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(201,191,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(165,152,173,0.5) 0%, transparent 50%);
    left: 0;
    opacity: 0.3;
    z-index: 1;
    animation: bgPulse 20s infinite alternate;
    content: "";
}

.about_this_exp .learn_identity_exp {
    position: relative;
}

.about_this_exp h3::before {
    content: "";
    left: -2px;
    position: absolute;
    top: 20px;
    background: rgb(165,152,173);
    height: calc(100% - 40px);
    animation: pulseHeight 3s infinite alternate;
    width: 4px;
}



.about_this_exp .diff_block_exp {
    position: relative;
    gap: 30px;
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about_this_exp .diff_block_exp p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    color: #000000;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-left: 3px solid rgb(201,191,208);
    height: 100%;
    font-size: 12px;
    align-items: center;
    display: flex;
    backdrop-filter: blur(10px);
    line-height: 1.8;
}

.about_this_exp .diff_block_exp .main_image_exp::before {
    width: 100%;
    top: 0;
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    height: 100%;
}

.about_this_exp .learning_space_exp::before {
    left: calc(50% - 100px);
    height: 1px;
    top: -35px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(201,191,208,0.5), rgb(165,152,173,0.5));
    width: 200px;
}

.about_this_exp .learning_space_exp .pedagogy_info_exp {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    height: 450px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.about_this_exp .learning_space_exp .pedagogy_info_exp::after {
    z-index: 3;
    content: "";
    top: 0;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    animation: shine 6s infinite;
    position: absolute;
    left: -100%;
    transform: skewX(-25deg);
}

.about_this_exp .learning_space_exp::after {
    bottom: -25px;
    left: -25px;
    border-color: rgb(165,152,173,0.5);
}

.about_this_exp .learn_identity_exp::before,
.about_this_exp .learn_identity_exp::after {
    z-index: -1;
    height: 120px;
    position: absolute;
    filter: blur(40px);
    content: "";
    animation: floatAnimation 15s infinite alternate ease-in-out;
    border-radius: 50%;
    width: 120px;
    opacity: 0.15;
}



.about_this_exp .learn_identity_exp::before {
    top: 20%;
    background: rgb(201,191,208);
    left: -60px;
}

.mentorship_profile_exp::after {
    bottom: 0;
    height: 70%;
    position: absolute;
    width: 70%;
    z-index: 0;
    background: linear-gradient(210deg, rgb(165,152,173,0.5) 0%, transparent 70%);
    content: "";
    right: 0;
}

.mentorship_profile_exp .main_image_exp {
    overflow: hidden;
    border-radius: 21px;
    z-index: 2;
    height: 400px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    margin: 0 auto;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80%;
}

.mentorship_profile_exp .main_image_exp::after {
    position: absolute;
    width: 300%;
    transition: all 0.8s ease;
    content: "";
    animation: shiftGradient 10s infinite alternate;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(201,191,208,0.5) 0%, transparent 40%, transparent 60%, rgb(165,152,173,0.5) 100%);
    height: 300%;
    top: -100%;
    left: -100%;
    mix-blend-mode: overlay;
}

.mentorship_profile_exp .job_background_exp::before {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: 70px;
    width: 70px;
    position: absolute;
    border: 5px solid rgb(230,225,233);
    content: "";
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    background: #ffffff;
    top: 0;
}

.mentorship_profile_exp .job_background_exp div:nth-child(2)::after {
    background: rgb(201,191,208,0.5);
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin: 1rem auto 0;
}

.mentorship_profile_exp .professional_exp_exp::before,
.mentorship_profile_exp .professional_exp_exp::after {
    content: "";
    color: rgb(201,191,208,0.5);
    line-height: 0;
    position: absolute;
    font-family: serif;
    font-size: 3rem;
}

.mentorship_profile_exp .professional_exp_exp::before {
    left: 0;
    transform: rotate(180deg);
    top: 0.5rem;
}

.customer_feedback_exp {
    padding: 100px 0;
    position: relative;
    background: rgb(230,225,233);
    overflow: hidden;
}

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

.customer_feedback_exp h4 {
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 36px;
    transform: skew(-5deg);
}

.customer_feedback_exp h4::before {
    left: -50px;
    position: absolute;
    transform: skew(15deg);
    background: rgb(165,152,173,0.5);
    width: 200%;
    content: "";
    z-index: -1;
    height: 10px;
    bottom: -5px;
}

.customer_feedback_exp h4::after {
    animation: rotate 6s linear infinite;
    width: 30px;
    height: 30px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -40px;
    top: -15px;
    position: absolute;
    content: "";
    background: rgb(201,191,208,0.5);
}



.customer_feedback_exp .student_testimonials_exp {
    position: relative;
    display: grid;
    z-index: 2;
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.customer_feedback_exp .review_feedback_exp::before {
    clip-path: inherit;
    position: absolute;
    z-index: -1;
    content: "";
    transform: translate(8px, 8px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    inset: 0;
    background: linear-gradient(135deg, rgb(201,191,208,0.5), rgb(165,152,173,0.5));
}

.customer_feedback_exp .review_feedback_exp:nth-child(odd)::after {
    background: rgb(201,191,208,0.5);
}

.customer_feedback_exp .review_feedback_exp:nth-child(even)::after {
    background: rgb(165,152,173,0.5);
}

.customer_feedback_exp .review_feedback_exp:hover::before {
    transform: translate(4px, 4px);
}

.customer_feedback_exp .review_feedback_exp:nth-child(odd) .main_image_exp {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}

.customer_feedback_exp .review_feedback_exp:hover .main_image_exp {
    transform: translateY(-5px) rotate(-5deg);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.customer_feedback_exp .review_feedback_exp span {
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: block;
    color: #000000;
    position: relative;
    border-bottom: 1px dashed rgb(201,191,208,0.5);
}

.customer_feedback_exp .student_testimonials_exp::before {
    width: 100px;
    content: "";
    position: absolute;
    top: -50px;
    z-index: -1;
    left: 10%;
    border-radius: 50%;
    border: 10px solid rgb(165,152,173,0.5);
    height: 100px;
}

.course_offering_exp {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(45deg, rgb(230,225,233) 0%, rgb(165,152,173,0.5) 50%, rgb(230,225,233) 100%);
}

.course_offering_exp::after {
    animation: pulseGlow 12s ease-in-out infinite reverse;
    opacity: 0.3;
    width: 50%;
    position: absolute;
    height: 50%;
    content: "";
    background: radial-gradient(circle, rgb(165,152,173,0.5) 0%, transparent 70%);
    left: -5%;
    border-radius: 50%;
    bottom: -5%;
    z-index: 1;
}

.course_offering_exp .learn_identity_exp {
    gap: 3rem;
    transform-style: preserve-3d;
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateY(-2deg);
}

.course_offering_exp .education_exp {
    padding: 3rem;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(230,225,233);
    transform: translateZ(20px);
    z-index: 3;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.course_offering_exp .nav_base_exp {
    display: flex;
    margin-bottom: 2rem;
    position: relative;
    align-items: center;
}

.course_offering_exp .nav_base_exp::before {
    content: "";
    transform: translateY(-50%);
    opacity: 0.6;
    background: rgb(201,191,208);
    width: 40px;
    right: -20px;
    height: 2px;
    top: 50%;
    position: absolute;
}

.course_offering_exp .nav_base_exp svg {
    transition: all 0.3s ease;
    height: 4rem;
    width: auto;
    filter: drop-shadow(0 2px 4px rgb(201,191,208,0.5));
}

.course_offering_exp .nav_base_exp svg path {
    transition: fill 0.3s ease;
    fill: rgb(201,191,208);
}

.course_offering_exp .nav_base_exp svg:hover path {
    fill: rgb(165,152,173);
}

.course_offering_exp h3::after {
    background: rgb(201,191,208);
    content: "";
    border-radius: 10px;
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -8px;
    width: 30px;
    left: 0;
}

.course_offering_exp .education_exp:hover h3::after {
    width: 80px;
}

.course_offering_exp .main_image_exp {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 2;
    transform: translateZ(30px) rotate(3deg);
    height: 450px;
    height: 100%;
    position: relative;
    min-height: 400px;
    animation: floatAnimation 6s ease-in-out infinite;
    overflow: hidden;
}

.course_offering_exp .main_image_exp::after {
    height: 50%;
    z-index: 1;
    bottom: 0;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    content: "";
    background: linear-gradient(
        to top,
        rgb(201,191,208,0.5) 0%,
        transparent 100%
    );
    left: 0;
}

.course_offering_exp .learn_identity_exp:hover .main_image_exp::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(165,152,173,0.5) 40%,
        rgb(201,191,208,0.5) 100%
    );
    opacity: 0.7;
}

.title_page_exp::before {
    position: absolute;
    animation: pulse 10s infinite alternate ease-in-out;
    right: -5%;
    height: 70%;
    width: 35%;
    z-index: 1;
    filter: blur(60px);
    content: "";
    background: linear-gradient(45deg, rgb(201,191,208,0.5) 0%, rgb(165,152,173,0.5) 100%);
    top: -10%;
}

.title_page_exp .learn_identity_exp {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
    grid-gap: 2rem;
    max-width: 1400px;
    z-index: 2;
    padding: 6rem 0;
    position: relative;
    display: grid;
}

.title_page_exp .text_drawer_exp {
    display: flex;
    flex-direction: column;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    z-index: 3;
}

.title_page_exp .study_tech_exp:hover {
    transform: translateY(-5px);
}

.title_page_exp .study_tech_exp p {
    line-height: 1.6;
    font-size: calc(18px * 1.2);
    max-width: 90%;
    color: #000000;
    margin-bottom: 2rem;
}

.title_page_exp svg path {
    transition: fill 0.5s ease;
    fill: rgb(201,191,208);
}

.title_page_exp svg:hover path {
    filter: drop-shadow(0 0 8px rgba(94,170,168,0.4));
    fill: rgb(165,152,173);
}

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

.title_page_exp .query_card_exp::before {
    position: absolute;
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(165,152,173) 0%, rgb(201,191,208) 100%);
    content: "";
    top: 0;
    opacity: 0;
    height: 100%;
    z-index: -1;
}

.title_page_exp .query_card_exp:hover {
    box-shadow: 0 15px 30px rgba(94,170,168,0.3);
    transform: translateY(-3px) scale(1.02);
}

.title_page_exp .query_card_exp:hover::before {
    opacity: 1;
}

.title_page_exp .main_image_exp {
    height: 350px;
    animation: fadeSlideUp 0.8s 0.6s forwards ease-out;
    border-radius: 10px;
    transform: translateY(30px);
    overflow: hidden;
    opacity: 0;
    position: relative;
}

.title_page_exp .main_image_exp:hover::before {
    opacity: 0.7;
}

.course_rewards_exp {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgb(230,225,233) 0%, 
        rgb(165,152,173,0.5) 50%, 
        rgb(230,225,233) 100%);
    padding: 6rem 0;
}

.course_rewards_exp::after {
    height: 200%;
    width: 60%;
    right: -20%;
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.2;
    top: -50%;
    content: "";
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(ellipse at center, 
        rgb(165,152,173,0.5) 0%, 
        transparent 70%);
    animation: float 15s infinite alternate ease-in-out;
}

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

.course_rewards_exp .main_image_exp {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: auto;
    filter: brightness(1.02) contrast(1.05);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
    transform: perspective(1000px) rotateY(-5deg);
}

.course_rewards_exp .learn_identity_exp > div:first-child:hover .main_image_exp {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
}

.course_rewards_exp .text_drawer_exp {
    padding: 2.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    position: relative;
    max-width: 100%;
    transform: translateX(0);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.course_rewards_exp .text_drawer_exp li {
    padding-left: 2.5rem;
    position: relative;
    transition: transform 0.4s ease-out;
}

.course_rewards_exp .text_drawer_exp li::before {
    left: 0;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, 
        rgb(201,191,208,0.5) 0%, 
        transparent 100%);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
    content: "";
}

.course_rewards_exp .text_drawer_exp li:hover svg {
    transform: translateY(-2px);
}

.course_rewards_exp .text_drawer_exp svg path {
    fill: rgb(201,191,208);
    transition: fill 0.3s ease;
}


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



@media (max-width: 992px) {.enroll_instantly_exp {
    padding: 5rem 0;
}.enroll_instantly_exp h6 {
    font-size: calc(22px * 1.1);
    margin-bottom: 2rem;
}.enroll_instantly_exp .query_card_exp {
    padding: 0.8rem 2.2rem;
}
}



@media (max-width: 576px) {.enroll_instantly_exp {
    transform: skewY(0);
    padding: 3.5rem 0;
}.enroll_instantly_exp .container {
    transform: skewY(0);
    padding: 0 1rem;
}.enroll_instantly_exp h6 {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.2);
}.enroll_instantly_exp .query_card_exp {
    padding: 0.7rem 1.8rem;
    font-size: calc(14px * 0.9);
}.enroll_instantly_exp div div span::before {
    left: -5px;
    top: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
}}



@media (max-width: 480px) {header .top_section_exp {
    transform: none;
    padding: 10px;
}header .top_section_exp svg {
    height: 40px;
}header .top_section_exp:hover {
    transform: translateY(-3px);
}}



@media (min-width: 768px) {.offer_deck_exp .basic_rates_exp {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.offer_deck_exp .deal_board_exp {
    text-align: left;
    margin-bottom: 0;
    order: 2;
    flex: 0 0 30%;
}.offer_deck_exp .deal_board_exp h2 {
    text-align: left;
}.offer_deck_exp .deal_board_exp h2::after {
    left: 0;
    transform: none;
}.offer_deck_exp .plan_matrix_exp {
    text-align: left;
    margin: 0;
}.offer_deck_exp .study_costs_expJ7EW8 {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.offer_deck_exp {
    padding: 4rem 0;
}.offer_deck_exp .plan_details_exp {
    padding: 1.5rem;
}.offer_deck_exp .plan_details_exp h3 {
    font-size: 21px;
}.offer_deck_exp .training_sub_exp {
    font-size: 21px;
}.offer_deck_exp .plan_details_exp p {
    overflow-y: auto;
    line-height: 1.5;
    font-size: calc(18px * 0.9);
    max-height: 150px;
}.offer_deck_exp .main_image_exp {
    height: 150px;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .nav_base_exp, footer .nav_master_exp, footer .subscribe_holder {
    flex-direction: column;
    flex: 1;
    margin-top: 0;
    display: flex;
}footer .nav_base_exp {
    margin-right: -20px;
}footer .nav_master_exp {
    z-index: 1;
    margin-right: -20px;
    margin-left: 0;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}



@media (max-width: 576px) {footer .proposal_cta_exp {
    padding: 70px 0 20px;
}footer .submit_feedback_exp {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .nav_base_exp, footer .nav_master_exp, footer .subscribe_holder {
    padding: 20px 15px;
}footer .nav_master_exp h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .head_know_exp {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .join_list_exp {
    padding: 12px;
}}



@media (max-width: 768px) {.sign_up_exp {
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 1.5rem;
}.sign_up_exp p {
    font-size: calc(28px * 0.8);
}.sign_up_exp .input_holder {
    transform: translateZ(20px) translateX(0) rotate(-1deg);
}.sign_up_exp .input_holder:hover {
    transform: translateZ(20px) translateX(0) rotate(0deg);
}
}



@media (max-width: 992px) {.statistical_data_exp {
    padding: 90px 0;
}.statistical_data_exp h2 {
    margin-bottom: 60px;
    font-size: calc(37px * 0.9);
}.statistical_data_exp .statistics_advance_exp p {
    padding: 25px 30px;
    min-width: 150px;
    font-size: 2.5rem;
}.statistical_data_exp .statistics_advance_exp span {
    padding: 25px 30px;
}.statistical_data_exp ul::before {
    left: 75px;
}
}



@media (min-width: 1400px) {.statistical_data_exp .statistics_advance_exp {
    max-width: 90%;
    margin-left: auto;
}.statistical_data_exp .statistics_advance_exp:nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
}.statistical_data_exp .statistics_advance_exp p {
    font-size: 3.5rem;
}}



@media only screen and (max-width: 800px) {.privacy_barrier_exp {
    padding: 20px 10px;
    border-radius: 10px;
}.privacy_barrier_exp h1 {
    font-size: calc(24px - 10px);
}.privacy_barrier_exp h2 {
    font-size: calc(24px - 5px);
}.privacy_barrier_exp h3, .privacy_barrier_exp h4, .privacy_barrier_exp h5, .privacy_barrier_exp h6 {
    font-size: calc(24px - 5px);
}}



@media (max-width: 767px) {.gratZone_exp {
    padding: 60px 0;
}.gratZone_exp .learn_identity_exp {
    padding: 30px;
}.gratZone_exp h5 {
    font-size: calc(23px * 0.9);
}.gratZone_exp::before,
  .gratZone_exp::after {
    width: 100px;
    height: 100px;
}
}



@media (hover: none) {.gratZone_exp .learn_identity_exp {
    transform: none !important;
}.gratZone_exp a::before {
    display: none;
}
}



@media (prefers-reduced-motion: reduce) {.gratZone_exp *,
  .gratZone_exp *::before,
  .gratZone_exp *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
}}



@media (max-width: 992px) {.contact_us_exp .query_support_exp {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.contact_us_exp form {
    width: 80%;
    padding: 50px 40px;
}
}



@media (max-width: 576px) {.contact_us_exp .query_support_exp {
    margin: 40px 15px 0;
}.contact_us_exp .query_support_exp h3 {
    padding: 25px 20px;
    font-size: calc(33px * 0.85);
}.contact_us_exp .support_message_exp {
    padding: 130px 15px 60px;
}.contact_us_exp form {
    padding: 30px 20px;
}.contact_us_exp form input[type="text"],
    .contact_us_exp form input[type="email"] {
    padding: 15px;
    margin-bottom: 20px;
}}



@media screen and (max-width: 1199px) {.about_this_exp {
    padding: 100px 0;
}.about_this_exp h3 {
    padding: 15px 25px;
    margin-bottom: 50px;
    font-size: calc(31px - 0.2rem);
}.about_this_exp .diff_block_exp {
    margin-bottom: 60px;
}.about_this_exp .diff_block_exp p,
    .about_this_exp .learning_space_exp p {
    padding: 30px;
}.about_this_exp .diff_block_exp .main_image_exp,
    .about_this_exp .learning_space_exp .pedagogy_info_exp {
    height: 400px;
}
}



@media screen and (max-width: 767px) {.about_this_exp {
    padding: 60px 0;
}.about_this_exp::before {
    background-size: 20px 20px;
}.about_this_exp h3 {
    text-align: center;
    margin-bottom: 40px;
    border-radius: 14px;
    width: 100%;
    font-size: calc(31px - 0.6rem);
}.about_this_exp .diff_block_exp,
    .about_this_exp .learning_space_exp {
    gap: 20px;
    grid-template-columns: 1fr;
}.about_this_exp .diff_block_exp {
    margin-bottom: 40px;
}.about_this_exp .diff_block_exp span {
    left: 20px;
}.about_this_exp .diff_block_exp p,
    .about_this_exp .learning_space_exp p {
    border-width: 2px;
    padding: 20px;
}.about_this_exp .diff_block_exp .main_image_exp,
    .about_this_exp .learning_space_exp .pedagogy_info_exp {
    height: 300px;
}.about_this_exp .learning_space_exp p {
    order: 2;
}.about_this_exp .learning_space_exp .pedagogy_info_exp {
    order: 1;
}.about_this_exp .learn_identity_exp::before,
    .about_this_exp .learn_identity_exp::after {
    height: 60px;
    filter: blur(20px);
    width: 60px;
}.about_this_exp::after {
    filter: blur(40px);
}
}



@media screen and (min-width: 1400px) {.about_this_exp .diff_block_exp .main_image_exp,
    .about_this_exp .learning_space_exp .pedagogy_info_exp {
    height: 500px;
}.about_this_exp .diff_block_exp p,
    .about_this_exp .learning_space_exp p {
    padding: 50px;
}}



@media screen and (max-width: 767px) {.mentorship_profile_exp .main_image_exp {
    height: 320px;
    width: 90%;
}.mentorship_profile_exp .job_background_exp {
    padding: 2rem 1.5rem 1.5rem;
    margin-top: -60px;
    width: 95%;
}.mentorship_profile_exp .job_background_exp::before {
    height: 60px;
    width: 60px;
}}



@media (max-width: 767px) {.customer_feedback_exp {
    padding: 70px 0;
}.customer_feedback_exp h4 {
    display: block;
    margin-bottom: 60px;
    transform: none;
    text-align: center;
    font-size: calc(36px * 0.85);
}.customer_feedback_exp h4::before {
    left: 0;
    width: 100%;
    transform: none;
}.customer_feedback_exp .student_testimonials_exp {
    grid-template-columns: 1fr;
    gap: 50px;
}.customer_feedback_exp .review_feedback_exp {
    padding: 30px 25px;
}.customer_feedback_exp .main_image_exp {
    width: 70px;
    top: -15px;
    right: 15px;
    height: 70px;
}.customer_feedback_exp .review_feedback_exp span {
    font-size: calc(20px * 0.9);
}.customer_feedback_exp .review_feedback_exp p {
    font-size: calc(13px * 0.9);
}}



@media (max-width: 768px) {.course_offering_exp {
    padding: 4rem 0;
}.course_offering_exp .learn_identity_exp::before {
    top: -1.5rem;
    height: calc(100% + 3rem);
    left: -1.5rem;
    width: calc(100% + 3rem);
}.course_offering_exp .education_exp {
    padding: 2rem;
}.course_offering_exp .nav_base_exp svg {
    height: 3.5rem;
}.course_offering_exp h3 {
    font-size: calc(32px * 0.9);
}.course_offering_exp .main_image_exp {
    min-height: 300px;
}
}



@media (min-width: 768px) {.title_page_exp .learn_identity_exp {
    align-items: center;
    padding: 4rem 0;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
}.title_page_exp h1 {
    text-align: center;
    grid-column: 1 / -1;
    font-size: calc(42px * 1.2);
}.title_page_exp .text_drawer_exp {
    order: 1;
}.title_page_exp .main_image_exp {
    order: 2;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%, 0 10%);
    height: 500px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.title_page_exp svg {
    height: 150px;
    margin: 1.5rem auto 2.5rem;
    width: 150px;
}.title_page_exp .study_tech_exp p {
    font-size: calc(18px * 1.4);
}
}



@media (min-width: 1200px) {.title_page_exp .learn_identity_exp {
    grid-gap: 6rem;
}.title_page_exp h1 {
    margin-bottom: 2.5rem;
    font-size: calc(42px * 1.6);
}.title_page_exp .study_tech_exp {
    padding: 4rem;
}.title_page_exp .main_image_exp {
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 0 100%, 0 15%);
    height: 650px;
}
}



@media (min-width: 768px) {.course_rewards_exp {
    padding: 8rem 0;
}.course_rewards_exp h5 {
    margin-bottom: 4rem;
}.course_rewards_exp .learn_identity_exp {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}.course_rewards_exp .learn_identity_exp > div:first-child {
    flex: 0 0 45%;
}.course_rewards_exp .text_drawer_exp {
    flex: 0 0 50%;
}.course_rewards_exp .text_drawer_exp ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 992px) {.course_rewards_exp .learn_identity_exp > div:first-child {
    flex: 0 0 40%;
}.course_rewards_exp .text_drawer_exp {
    padding: 3rem;
    flex: 0 0 55%;
}.course_rewards_exp h5 {
    font-size: calc(22px * 1.15);
}.course_rewards_exp .text_drawer_exp p {
    font-size: calc(18px * 1.05);
}
}



@media (hover: none) {.course_rewards_exp .learn_identity_exp > div:first-child:hover .main_image_exp {
    transform: none;
}.course_rewards_exp .text_drawer_exp li:hover {
    transform: none;
}.course_rewards_exp .text_drawer_exp li:hover::before {
    opacity: 0;
}.course_rewards_exp .text_drawer_exp li:hover svg {
    transform: none;
}
}



@keyframes textFloat {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}



@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}



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

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}



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



@keyframes floatSvg {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    25% {
        transform: translateY(-5px) rotate(1deg);
    }
    75% {
        transform: translateY(5px) rotate(-1deg);
    }
}



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

