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

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

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

header:after {
    height: 100%;
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    background-size: 100px 100px;
    width: 100%;
    left: 0;
}

header .main_pagewrap:before {
    width: 20px;
    opacity: 0.5;
    content: '';
    left: 0;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 20px;
    top: 50%;
}

header .top_mentor {
    display: flex;
    position: relative;
    gap: 30px;
    align-items: center;
}

header .top_mentor:hover:before {
    opacity: 0.7;
}

header .top_header {
    padding: 8px 0;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-decoration: none;
}

header .top_header:hover {
    color: #ffffff;
    transform: translateX(5px);
}

header .top_header:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .head_prime:before {
    border-radius: 10px;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    content: '';
    width: calc(100% + 20px);
    position: absolute;
    top: -10px;
    height: calc(100% + 20px);
    left: -10px;
}

header .head_prime:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.support::after {
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    animation: gridMove 40s linear infinite;
    background-image: 
        linear-gradient(0deg, transparent 84px, rgb(231,185,163,0.5) 85px, transparent 86px),
        linear-gradient(90deg, transparent 84px, rgb(217,148,122,0.5) 85px, transparent 86px);
    opacity: 0.4;
    background-size: 85px 85px;
    content: "";
}

.support .online_contact svg {
    stroke-linejoin: round;
    animation: pulse 2s infinite ease-in-out;
    fill: none;
    width: 30px;
    stroke-width: 2;
    stroke-linecap: round;
    height: 30px;
    margin-right: 15px;
    stroke: #ffffff;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
}

.support .contact_form p::before {
    left: 0;
    position: absolute;
    content: "";
    width: 4px;
    top: 0;
    background: rgb(231,185,163);
    height: 100%;
}

.support .contact_form p:hover svg {
    transform: translateY(-50%) scale(1.2);
    stroke: rgb(217,148,122);
}

.support .contact_form p a {
    transition: color 0.3s ease;
    color: rgb(231,185,163);
    font-weight: 600;
    text-decoration: none;
}

.support .query_form {
    padding-bottom: 15px;
    font-size: 19px;
    justify-content: center;
    margin: 0 0 20px 0;
    display: flex;
    text-align: center;
    font-weight: 700;
    align-items: center;
    color: rgb(231,185,163);
    border-bottom: 1px solid rgb(231,185,163,0.5);
}

.support .request_feedback {
    justify-content: center;
    font-size: 17px;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    background: #ffffff;
    border-left: 3px solid rgb(231,185,163,0.5);
    padding: 12px;
    color: #000000;
    border-radius: 10px;
    text-align: center;
}

.support .contact_form p:nth-child(3) {
    animation-delay: 0.3s;
}


.support .contact_form p svg path {
    stroke-dashoffset: 50;
    animation: drawSvg 1s forwards;
    stroke-dasharray: 50;
}

.support .contact_form p:nth-child(4) svg path {
    animation-delay: 0.9s;
}

.join_our_community::before {
    transform: rotate(-3deg) translateZ(0);
    position: absolute;
    width: 120%;
    left: -5%;
    content: "";
    height: 120%;
    top: -10%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 30%);
    z-index: -1;
    animation: subtleShift 20s infinite alternate ease-in-out;
}

.join_our_community h4 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transform: translateZ(10px);
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: calc(21px * 1.1);
    transition: transform 0.5s ease-out;
    position: relative;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.join_our_community h4 {
    margin-bottom: 1.5rem;
}

.join_our_community .input_holder span {
    opacity: 0;
    position: relative;
    min-width: 200px;
    animation: slideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    flex: 1;
    transform: translateY(20px);
}

.join_our_community .input_holder span {
    flex: 1 0 100%;
}

.join_our_community input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}

.join_our_community input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}

.join_our_community .news_alert {
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
    z-index: 1;
    font-size: 17px;
    position: relative;
    color: rgb(231,185,163);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 1rem 1.8rem;
    border: none;
    font-weight: 600;
}

.contact_information::before {
    top: 0;
    animation: gradientMove 20s linear infinite;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(231,185,163,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(231,185,163,0.5) 50%, 
        rgb(231,185,163,0.5) 75%, 
        transparent 75%, 
        transparent);
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.05;
    background-size: 60px 60px;
}

.contact_information .feedback_form::before {
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(231,185,163), rgb(217,148,122));
    width: 10px;
    right: 0;
}

.contact_information form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(231,185,163);
    outline: none;
    background: #ffffff;
}

.contact_information form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_information form input#name::before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    left: 20px;
    content: "";
    background: rgb(231,185,163);
    position: absolute;
    top: 50%;
}

.contact_information .request_grid input[type="checkbox"]:checked + label::before {
    background: rgb(231,185,163);
}

.contact_information .request_grid label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(231,185,163);
    font-weight: 600;
}

.contact_information .request_grid label a:hover::after {
    width: 100%;
}

.contact_information form .request_query {
    overflow: hidden;
    background: rgb(231,185,163);
    font-family: Arial, sans-serif;
    border-radius: 50px;
    letter-spacing: 1px;
    z-index: 1;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    padding: 16px 40px;
    font-weight: 700;
}

.program_results::after {
    content: '';
    left: -25vw;
    border-radius: 50%;
    height: 50vw;
    background: linear-gradient(135deg, rgb(217,148,122,0.5) 0%, rgb(231,185,163,0.5) 100%);
    bottom: -25vw;
    position: absolute;
    width: 50vw;
    opacity: 0.6;
    z-index: 1;
}

.program_results .img_zoom_effect::after {
    border-radius: 50% 0 0 50%;
    background: linear-gradient(90deg, rgb(231,185,163,0.5) 0%, transparent 100%);
    z-index: 1;
    content: '';
    inset: 0;
    position: absolute;
}

.program_results h2 {
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    font-size: 28px;
    font-weight: 700;
}

.program_results .text_main_holder::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(231,185,163,0.5), transparent);
    position: absolute;
    left: -2rem;
    content: '';
    height: 100%;
    width: 2px;
}

.program_results .text_main_holder > div:hover {
    transform: translateX(10px);
}

.program_results .text_main_holder > div:hover svg {
    transform: rotate(10deg);
    background: rgb(231,185,163,0.5);
}

.program_results .text_main_holder > div:hover svg path {
    fill: rgb(217,148,122);
}

.company_info {
    color: #ffffff;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

.company_info h4 {
    position: relative;
    padding-left: 60px;
    font-size: calc(31px * 1.2);
    z-index: 5;
    transform: translateX(-20px);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    opacity: 0;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    margin-bottom: 50px;
}

.company_info .reading_block {
    backdrop-filter: blur(10px);
    animation: fadeIn 1s ease-out forwards;
    border-left: 3px solid rgb(217,148,122);
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.4s ease-out;
    width: 70%;
    transform: perspective(1000px) rotateY(-3deg);
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.company_info span::first-letter {
    font-size: 1.4em;
    color: rgb(217,148,122);
    font-weight: 700;
}

.privacy_reserve h1 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    font-size: 39px;
    border-bottom: 2px solid rgb(231,185,163);
    font-family: Arial, sans-serif;
    color: rgb(231,185,163);
}

.privacy_reserve ul, .privacy_reserve ol {
    padding: 15px 0;
    margin: 0;
    list-style-position: inside;
    padding-left: 0;
}

.privacy_reserve li:hover {
    background: rgb(231,185,163,0.5);
}

.privacy_reserve section {
    background: none;
}

.course_program {
    background: linear-gradient(135deg, rgb(244,219,205) 0%, rgb(231,185,163,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.course_program .container {
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}

.course_program .future_skills {
    grid-template-columns: 1fr;
    position: relative;
    transform: translateZ(0);
    display: grid;
    gap: 3rem;
}

.course_program .img_zoom_effect::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(217,148,122,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    opacity: 0.5;
}

.course_program .img_zoom_effect:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}

.course_program .reading_block::before {
    background: linear-gradient(135deg, rgb(217,148,122,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    z-index: -1;
    opacity: 0.05;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.course_program h3 {
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    font-size: calc(24px * 1.1);
    color: #000000;
    position: relative;
}

.course_program p.description {
    max-height: 300px;
    padding-right: 15px;
    margin-top: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(217,148,122,0.5) transparent;
}

.consent_track {
    flex-shrink: 0;
    margin-right: 20px;
}

.consent_track svg {
    height: 50px;
    fill: rgb(231,185,163);
    width: 50px;
}

.online_tracking {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}

.online_tracking h5 {
    text-transform: uppercase;
    font-size: 19px;
    color: rgb(231,185,163);
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 700;
}

#consentPolicyBanner:checked ~ .cookie_popup_warning {
    visibility: hidden;
    opacity: 0;
}

.explore_now::before {
    top: 0;
    width: 100%;
    opacity: 0.04;
    background: 
        linear-gradient(90deg, #000000 1px, transparent 1px) 0 0 / 40px 100%,
        linear-gradient(0deg, #000000 1px, transparent 1px) 0 0 / 100% 40px;
    content: '';
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
}

.explore_now .request_query:hover {
    transform: translate(5px, 5px);
    box-shadow: 0 0 0 rgb(231,185,163);
}

.explore_now .request_query:hover::before {
    left: 100%;
}

.explore_now .study_program::before {
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    width: 350px;
    right: -175px;
    z-index: -1;
    content: '';
    height: 350px;
    top: -175px;
    border: 2px solid rgb(231,185,163,0.5);
}

.gratContent {
    background: linear-gradient(135deg, rgb(231,185,163,0.5) 0%, rgb(244,219,205) 50%, rgb(217,148,122,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

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

.gratContent .study_program {
    transform: perspective(1000px) rotateX(2deg);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 3.5rem;
    transform-origin: top center;
}

.gratContent .study_program > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}

.gratContent a:hover {
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
}

.gratContent a:hover::before {
    width: 8px;
}

.gratContent a:hover p {
    color: #000000;
}

.title_screen {
    min-height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.title_screen .proof_stats {
    width: 90%;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(1deg);
    gap: 2.5rem;
    position: relative;
    z-index: 2;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
              0 5px 12px rgba(0, 0, 0, 0.1),
              inset 0 1px 2px rgba(255, 255, 255, 0.1);
    padding: 3rem;
    background: linear-gradient(165deg, 
    rgba(255, 255, 255, 0.07), 
    rgba(255, 255, 255, 0.01));
    max-width: 1200px;
}

.title_screen .proof_stats:hover p::before {
    transform: scaleY(1);
}

.title_screen .title_style_header {
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #ffffff, rgb(217,148,122));
    font-weight: 700;
    line-height: 1.1;
    font-size: clamp(2.5rem, 4vw + 1rem, 4.5rem);
    position: relative;
    color: #ffffff;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    transform-style: preserve-3d;
    margin: 0;
    text-shadow: 0 2px 30px rgba(255, 255, 255, 0.15);
    color: transparent;
}

.title_screen .proof_stats:hover h3 {
    color: #ffffff;
}

.study_process::before {
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(231,185,163,0.5), 0.03) 0px,
        rgba(rgb(231,185,163,0.5), 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
}

.study_process h2::after {
    height: 4px;
    transform-origin: left;
    position: absolute;
    animation: expandWidth 1s ease-out 0.4s forwards;
    left: 0;
    content: "";
    transform: scaleX(0);
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(231,185,163) 0%, rgb(217,148,122) 100%);
}

.study_process .reading_block:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(10px) translateZ(0);
}

.study_process .reading_block::after {
    top: 0;
    height: 0;
    transition: height 0.5s ease;
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgb(231,185,163) 0%, rgb(217,148,122) 100%);
    width: 4px;
    content: "";
}

.access_cta .container {
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    justify-content: space-between;
}

.access_cta .company_holder {
    border-radius: 29px;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    flex: 1 1 350px;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 2rem;
    padding: 1.5rem;
    backdrop-filter: blur(15px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.access_cta .cert_block {
    font-size: 18px;
    margin-top: 1rem;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.access_cta .trial_offer .header_guide {
    justify-content: flex-end;
}

.access_cta .top_mentor h5::before {
    left: 0;
    width: 40px;
    background: rgb(231,185,163);
    content: "";
    bottom: -6px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
}

.access_cta .top_mentor a::before {
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(231,185,163), rgb(217,148,122));
    height: 1px;
    transition: width 0.3s ease;
    width: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.sec_cert .container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.sec_cert .lesson_cta {
    color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
    position: relative;
    backdrop-filter: blur(5px);
    text-align: center;
}

.access_cta .cert_block::before {
    border: 1px solid transparent;
    height: 0;
    content: "";
    top: -10px;
    width: 0;
    position: absolute;
    left: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
}

.access_cta .company_holder:hover .cert_block::after {
    height: calc(100% + 20px);
    border-left-color: rgb(217,148,122,0.5);
    border-bottom-color: rgb(217,148,122,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
}

.education_experience .review_highlights:hover {
    transform: translateY(-15px);
}

.education_experience .img_zoom_effect {
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    transition: all 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    position: relative;
    height: 350px;
    z-index: 3;
    border-radius: 19px 19px 0 0;
    width: 80%;
}

.education_experience .experience_block::before {
    left: 0;
    content: "";
    border-radius: 10px 10px 0 0;
    height: 6px;
    right: 0;
    animation: gradient-shift 8s infinite alternate;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
                rgb(231,185,163), 
                rgb(217,148,122), 
                rgb(231,185,163));
    background-size: 200% 100%;
}

.education_experience .experience_block > div:nth-child(2) {
    transform: translateY(0);
    position: relative;
    color: rgb(217,148,122);
    opacity: 0.8;
    transition: all 0.4s ease 0.1s;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 16px;
}

.education_experience .review_highlights:hover .work_wrap {
    transform: translateY(0);
    opacity: 1;
}

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

.price_pack .enroll_cost {
    position: relative;
}

.price_pack h2::after {
    width: 80px;
    bottom: -15px;
    height: 4px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(231,185,163), rgb(217,148,122));
    left: 50%;
}

.price_pack .premium_grid {
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.price_pack .price_tiers {
    padding: 30px;
    flex-direction: column;
    flex: 1;
    display: flex;
    z-index: 2;
    position: relative;
}

.price_pack .premium_grid h4 {
    font-size: calc(21px + 2px);
    padding-bottom: 12px;
    margin: 0 0 15px;
    position: relative;
    transition: transform 0.4s ease;
    color: #000000;
    font-weight: 700;
}

.price_pack .indv_cost {
    align-self: flex-start;
    display: inline-flex;
    color: #000000;
    padding: 10px 20px;
    transform: translateY(0);
    border-radius: 10px;
    align-items: center;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    font-size: calc(21px + 4px);
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 700;
    justify-content: center;
    margin-top: auto;
}


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



@media (max-width: 767px) {header .top_mentor {
    width: 80%;
    max-width: 320px;
    background: rgb(231,185,163);
    gap: 25px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100vh;
    z-index: 1001;
    right: -100%;
    top: 0;
    padding: 80px 30px 30px;
}header .top_mentor:before {
    bottom: auto;
    top: 60px;
    left: 10%;
    width: 80%;
}header .top_mentor:after {
    top: 20px;
    border-radius: 50%;
    height: 30px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 20px;
    position: absolute;
    pointer-events: none;
    width: 30px;
}header .menu.active {
    right: 0;
}header .top_header {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .top_header:hover {
    transform: translateX(0);
}header .top_header:last-child {
    border-bottom: none;
}header .head_prime {
    margin: 0 auto;
}
}



@media (min-width: 1200px) {.join_our_community .container {
    padding: 0 2rem;
}.join_our_community h4 {
    font-size: calc(21px * 1.3);
}.join_our_community .study_program {
    gap: 4rem;
}}



@media screen and (max-width: 1024px) {.contact_information .feedback_map {
    max-width: 800px;
}.contact_information .feedback_form {
    padding: 40px;
}
}



@media (max-width: 1200px) {.program_results .img_zoom_effect {
    height: 500px;
    width: 40%;
}.program_results .reading_block {
    padding-left: 4rem;
    width: 65%;
}
}



@media (max-width: 992px) {.program_results .study_program {
    max-width: 90%;
    flex-direction: column;
    margin: 0 auto;
}.program_results .img_zoom_effect {
    border-radius: 19px;
    margin-bottom: 3rem;
    height: 400px;
    margin-left: 0;
    width: 100%;
}.program_results .img_zoom_effect::before {
    border-radius: 19px;
}.program_results .img_zoom_effect::after {
    border-radius: 19px;
}.program_results .reading_block {
    width: 100%;
    padding: 0;
}.program_results .text_main_holder::before {
    left: -1.5rem;
}.program_results .text_main_holder > div::before {
    left: -1.8rem;
}
}



@media (max-width: 768px) {.company_info {
    padding: 70px 0 50px;
}.company_info h4 {
    margin-bottom: 30px;
    font-size: 31px;
    padding-left: 40px;
}.company_info h4::before {
    width: 30px;
}.company_info .reading_block {
    padding: 30px 25px;
    width: 100%;
    border-left: none;
    border-top: 3px solid rgb(217,148,122);
    transform: none;
}.company_info h6 {
    font-size: 19px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}.company_info span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.company_info .reading_block:hover {
    transform: none;
}
}



@media (min-width: 1200px) {.course_program .container {
    padding: 0 3rem;
}.course_program .img_zoom_effect {
    height: 580px;
}.course_program .reading_block {
    padding: 3.5rem;
}.course_program h3 {
    font-size: calc(24px * 1.4);
}.course_program p.description {
    max-height: 450px;
    font-size: calc(13px * 1.05);
}
}


@media only screen and (max-width: 1200px) {.track_manage {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.consent_track {
    margin-right: 0;
    margin-bottom: 20px;
}.learn_consent {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}}



@media (max-width: 480px) {.explore_now {
    padding: 40px 0;
}.explore_now .study_program {
    gap: 20px;
    border-left-width: 3px;
    padding-left: 15px;
}.explore_now .container p {
    font-size: calc(17px * 1.2);
}.explore_now .request_query {
    font-size: calc(17px * 0.9);
    padding: 12px 25px;
}}



@media (max-width: 1200px) {.title_screen .proof_stats {
    gap: 2rem;
    padding: 2.5rem;
}
}



@media (max-width: 992px) {.title_screen .proof_stats {
    padding: 2rem;
    width: 95%;
    gap: 1.75rem;
}.title_screen p {
    padding-left: 1.5rem;
}.title_screen .title_style_header::after {
    width: 50%;
}.title_screen h3 {
    padding-right: 0;
    max-width: 100%;
}
}



@media (max-width: 576px) {.title_screen .proof_stats {
    gap: 1.25rem;
    padding: 1.5rem;
    width: 92%;
}.title_screen h3 {
    font-size: 1rem;
}.title_screen .title_style_header::after {
    width: 40%;
}
}



@media (max-width: 991px) {.study_process {
    padding: 6rem 0;
}.study_process h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2rem;
}.study_process .reading_block {
    padding: 2.5rem;
}
}



@media (max-width: 992px) {.access_cta {
    padding: 3.5rem 0 2rem;
}.access_cta .container {
    flex-direction: column;
}.access_cta .company_holder {
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}.access_cta .trial_offer {
    flex: 1 1 100%;
}.access_cta .trial_offer .header_guide {
    justify-content: space-between;
}.access_cta .top_mentor {
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 768px) {.education_experience .img_zoom_effect {
    width: 100%;
    height: 250px;
}}



@media screen and (min-width: 1200px) {.price_pack .plan_fees {
    grid-template-columns: repeat(4, 1fr);
}.price_pack .study_pricing {
    min-height: 450px;
}
}



@media screen and (max-width: 767px) {.price_pack {
    padding: 80px 0;
}.price_pack .plan_fees {
    gap: 20px;
    grid-template-columns: 1fr;
}.price_pack .study_pricing {
    min-height: auto;
}.price_pack h2 {
    font-size: calc(34px - 4px);
}.price_pack .learning_fee {
    margin-bottom: 30px;
}.price_pack .price_tiers {
    padding: 25px 20px;
}.price_pack .premium_grid p {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
    margin-bottom: 15px;
    font-size: calc(16px - 1px);
}.price_pack .premium_grid p::-webkit-scrollbar {
    width: 4px;
}.price_pack .premium_grid p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(231,185,163,0.5);
}
}



@keyframes subtleShift {
    0%, 100% {
        transform: rotate(-3deg) translateZ(0);
    }
    50% {
        transform: rotate(-2deg) translateZ(0);
    }
}



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



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



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



@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}



@keyframes expandWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}



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

