.main_mainbar {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}


header {
    left: 0;
    position: fixed;
    top: 0;
    background: linear-gradient(120deg, 
        rgb(231,185,163) 0%, 
        rgb(231,185,163,0.5) 100%
    );
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    z-index: 1000;
}

header .head_mainbar:before {
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -1px;
    content: '';
}

header .container {
    position: relative;
    padding: 15px 25px;
    max-width: 1200px;
    margin: 0 auto;
}

header .main_pagewrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

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

header .top_mentor:before {
    width: 100%;
    left: 0;
    height: 2px;
    opacity: 0;
    content: '';
    bottom: -10px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    transition: opacity 0.4s ease;
}

header .top_header:after {
    position: absolute;
    left: -30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scaleX(0);
    width: 20px;
    top: 50%;
    transition: all 0.3s ease;
    content: '';
    transform-origin: right;
}

header .head_prime:after {
    position: absolute;
    height: 10px;
    top: -5px;
    left: -5px;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    content: '';
    border-radius: 50%;
    opacity: 0;
    width: 10px;
}

.support {
    position: relative;
    overflow: hidden;
    background: rgb(244,219,205);
    padding: 80px 0;
}


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

.support .edu_askedu {
    flex-direction: column;
    position: relative;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
}


.support .img_zoom_effect {
    width: 100%;
    display: block;
    object-position: center;
    height: 350px;
    object-fit: cover;
}

.support .contact_form {
    position: relative;
    flex-direction: column;
    z-index: 2;
    padding: 30px;
    display: flex;
    gap: 15px;
}

.support .contact_form p:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

.support .contact_form p svg {
    left: 20px;
    width: 20px;
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
    stroke-linejoin: round;
    transform: translateY(-50%);
    top: 50%;
    height: 20px;
    stroke: rgb(231,185,163);
    position: absolute;
    stroke-linecap: round;
}

.support .reach_block {
    margin-top: 15px;
    border-top: 3px solid rgb(231,185,163);
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    background: rgb(244,219,205);
}

.support .query_form svg circle {
    animation: rotate 10s linear infinite;
    transform-origin: center;
}

.support .request_feedback:hover {
    background: rgb(231,185,163,0.5);
    border-left-color: rgb(231,185,163);
}

.support .request_feedback:hover svg {
    transform: rotate(30deg);
    stroke: rgb(217,148,122);
}

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

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

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

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

.join_our_community {
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(231,185,163), rgb(217,148,122) 70%);
    position: relative;
    padding: 4rem 2rem;
}

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

.join_our_community .study_program > div {
    width: 100%;
    position: relative;
    transform: translateZ(20px);
    padding: 0.5rem;
}

.join_our_community .study_program > div {
    text-align: center;
}

.join_our_community h4::before {
    content: "";
    height: 70%;
    left: -1rem;
    top: 50%;
    transform-origin: top;
    transform: translateY(-50%) scaleY(0);
    background: #ffffff;
    position: absolute;
    width: 0.3rem;
    animation: lineGrow 1.2s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.join_our_community h4::before {
    left: 50%;
    width: 50px;
    animation: mobileLineGrow 1.2s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    transform: translateX(-50%) scaleX(0);
    bottom: -1rem;
    top: auto;
}

.join_our_community .input_holder span:last-child {
    flex: 0 0 auto;
    animation-delay: 0.8s;
}

.join_our_community .input_holder span:last-child {
    margin-top: 0.5rem;
}

.join_our_community input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    background: rgba(255,255,255,0.25);
    border-color: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.join_our_community .news_alert::before {
    content: "";
    transition: opacity 0.4s ease;
    top: 0;
    opacity: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(217,148,122), rgb(231,185,163));
    position: absolute;
    width: 100%;
    left: 0;
}

.join_our_community .news_alert:active {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}



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

.contact_information h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    background: rgb(231,185,163);
    transform: translateX(-50%);
    left: 50%;
    height: 4px;
    width: 60px;
}

.contact_information .img_zoom_effect {
    height: 100%;
    position: relative;
    min-height: 600px;
    order: 2;
}

.contact_information .feedback_form {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 60px;
    order: 1;
    flex-direction: column;
    background: #ffffff;
}

.contact_information form h3 {
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(217,148,122,0.5);
    font-size: 21px;
    margin-bottom: 40px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.contact_information form input#name {
    position: relative;
}

.contact_information .request_grid {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.contact_information .request_grid label {
    padding-left: 35px;
    font-size: 16px;
    position: relative;
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
}

.contact_information .request_grid input[type="checkbox"]:checked + label::after {
    width: 8px;
    top: 4px;
    height: 14px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    content: "";
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.contact_information form .request_query::before {
    position: absolute;
    z-index: -1;
    transition: width 0.3s ease;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    background: rgb(217,148,122);
}

.contact_information svg path {
    fill: rgb(231,185,163);
    transition: fill 0.3s ease;
}

.contact_information form #name,
.contact_information form #phone {
    position: relative;
}

.program_results::before {
    position: absolute;
    content: '';
    z-index: 1;
    opacity: 0.8;
    border-radius: 50%;
    top: -35vw;
    height: 70vw;
    background: linear-gradient(135deg, rgb(231,185,163,0.5) 0%, rgb(217,148,122,0.5) 100%);
    right: -35vw;
    width: 70vw;
}

.program_results .img_zoom_effect::before {
    content: '';
    top: -5%;
    border-radius: 50% 0 0 50%;
    animation: rotate 20s linear infinite;
    width: 110%;
    left: -5%;
    position: absolute;
    border: 2px dashed rgb(231,185,163,0.5);
    height: 110%;
    z-index: -1;
}

.program_results h2::after {
    border-radius: 10px;
    left: 0;
    content: '';
    position: absolute;
    bottom: -15px;
    width: 80px;
    background: rgb(231,185,163);
    height: 4px;
}

.program_results .text_main_holder > div::before {
    width: 12px;
    height: 12px;
    border: 2px solid rgb(231,185,163);
    content: '';
    transition: all 0.3s ease;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: -2.3rem;
}

.program_results .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,185,163);
}

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

.company_info::after {
    top: 0;
    z-index: 2;
    transform: skewY(-3deg) translateY(-10%);
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, rgb(231,185,163,0.5) 0%, transparent 100%);
    transform-origin: left top;
    opacity: 0.4;
}

.company_info .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
    justify-content: flex-end;
}

.company_info h6 {
    margin-bottom: 20px;
    opacity: 0;
    padding-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
    font-size: calc(19px * 1.2);
    color: rgb(217,148,122);
    position: relative;
    transform: translateY(10px);
}

.privacy_reserve {
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.privacy_reserve h2 {
    border-bottom: 1px solid rgb(217,148,122);
    font-family: Arial, sans-serif;
    color: rgb(217,148,122);
    padding-bottom: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 28px;
}

.privacy_reserve li {
    color: #000000;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 5px;
    transition: background 0.3s ease-in-out;
    font-size: 12px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.course_program::before {
    content: "";
    height: 200%;
    top: -50%;
    transform: rotate(-15deg);
    position: absolute;
    width: 200%;
    opacity: 0.3;
    left: -50%;
    pointer-events: none;
    background: radial-gradient(circle at 70% 30%, rgb(217,148,122,0.5) 0%, transparent 60%);
    z-index: 0;
}

.course_program .img_zoom_effect {
    z-index: 2;
    height: 380px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.course_program .img_zoom_effect:hover::after {
    opacity: 1;
}

.course_program .reading_block {
    transform: perspective(1000px) translateZ(0);
    z-index: 2;
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}

.course_program .reading_block:hover h3::after {
    width: 90px;
}

.course_program .description {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
}

.course_program span.description {
    display: none;
}

.course_program .future_skills > div {
    position: relative;
}

.track_manage {
    margin: auto;
    border-radius: 27px;
    background: rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    padding: 20px;
    width: 90%;
    justify-content: space-between;
    display: flex;
    border: 2px solid rgb(231,185,163);
    align-items: center;
}

.online_tracking p a {
    color: rgb(231,185,163);
    text-decoration: underline;
}

.learn_consent {
    background: rgb(231,185,163);
    border: none;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    min-width: 120px;
    padding: 10px 20px;
    font-size: 17px;
}

.explore_now .container p {
    color: #000000;
    margin: 0;
    z-index: 5;
    font-size: 38px;
    position: relative;
    grid-column: 1 / -1;
    line-height: 1.4;
    font-weight: 700;
}

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

.explore_now .study_program::after {
    z-index: -1;
    width: 200px;
    border: 2px solid rgb(217,148,122,0.5);
    opacity: 0.3;
    right: -50px;
    content: '';
    border-radius: 50%;
    position: absolute;
    height: 200px;
    bottom: -100px;
}

.gratContent::before {
    width: 100%;
    left: 0;
    opacity: 0.7;
    animation: pulse 10s infinite alternate ease-in-out;
    z-index: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(231,185,163,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(217,148,122,0.5) 0%, transparent 40%);
    top: 0;
}

.gratContent .study_program > div:first-child {
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    border-left: 4px solid rgb(231,185,163);
    padding-left: 1.5rem;
    position: relative;
    margin-left: -1.5rem;
}

.gratContent h5 {
    position: relative;
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    display: inline-block;
}

.gratContent a {
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    transform-origin: center;
    display: block;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    padding: 1.5rem 2rem;
}

.title_screen .skill_trackfast {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
}

.title_screen .proof_stats:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2),
              0 8px 18px rgba(0, 0, 0, 0.15),
              inset 0 1px 3px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.title_screen .proof_stats > div:nth-child(1) {
    animation-delay: 0.3s;
}

.title_screen .proof_stats > div:nth-child(3) {
    animation-delay: 0.9s;
}

.title_screen p::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    transform: scaleY(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: -4px;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(217,148,122), rgb(231,185,163));
    top: 0;
}

.title_screen .title_style_header::after {
    position: absolute;
    bottom: -0.5rem;
    width: 60%;
    transform-origin: left;
    height: 4px;
    left: 0;
    content: "";
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(231,185,163), rgb(217,148,122));
}

.study_process {
    position: relative;
    background: linear-gradient(135deg, rgb(244,219,205) 0%, rgba(245, 245, 248, 0.9) 100%);
    padding: 8rem 0;
    overflow: hidden;
}

.study_process .study_program {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    transform: translateZ(0);
    z-index: 2;
}

.study_process h2 {
    font-size: 34px;
    margin-bottom: 3rem;
    font-weight: 700;
    animation: fadeSlideUp 0.8s ease-out forwards;
    color: #000000;
    position: relative;
    transform: translateY(0);
    opacity: 0;
}

.study_process .reading_block::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(231,185,163,0.5), 0.02) 0%, rgba(rgb(217,148,122,0.5), 0.04) 100%);
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
    z-index: -1;
}

.study_process .reading_block:hover::after {
    height: 100%;
}

footer {
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.access_cta::before {
    height: 1px;
    position: absolute;
    content: "";
    animation: shimmer 8s linear infinite;
    right: 0;
    top: 0;
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(231,185,163) 25%, 
                #ffffff 50%, 
                rgb(217,148,122) 75%, 
                transparent 100%);
}

.access_cta .company_holder h3 {
    display: inline-block;
    font-size: calc(38px * 0.85);
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}

.access_cta .company_holder:hover h3::after {
    transform: scaleX(1);
}

.access_cta .trial_offer {
    flex: 1 1 450px;
    position: relative;
}

.access_cta .header_guide {
    flex-wrap: wrap;
    gap: 1.5rem;
    display: flex;
}

.access_cta .top_mentor h5 {
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    position: relative;
}

.access_cta .top_mentor:hover h5::before {
    width: 100%;
}

.access_cta .top_mentor .header_guide {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}

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

.access_cta .top_mentor a:hover::before {
    width: 100%;
}

.sec_cert {
    padding: 1.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    backdrop-filter: blur(15px);
}

.sec_cert .lesson_cta:hover {
    box-shadow: 0 0 15px rgb(231,185,163,0.5);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}



.access_cta .header_guide a::after {
    background: rgb(231,185,163);
    content: "";
    left: -10px;
    transition: transform 0.3s ease;
    border-radius: 50%;
    height: 4px;
    transform: translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    width: 4px;
}

.access_cta .company_holder:hover .cert_block::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    border-top-color: rgb(231,185,163,0.5);
    height: calc(100% + 20px);
    border-right-color: rgb(231,185,163,0.5);
}

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

.education_experience .review_highlights:hover .img_zoom_effect {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}

.education_experience .experience_block {
    transition: transform 0.5s ease;
    margin-top: -50px;
    z-index: 2;
    padding: 70px 2rem 2rem;
    background: #ffffff;
    border-radius: 19px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    position: relative;
}

.education_experience .name {
    transform: translateY(0);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 33px;
    color: rgb(231,185,163);
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.education_experience .review_highlights:hover .experience_block > div:nth-child(2)::after {
    width: 100px;
}

.education_experience .work_wrap {
    transition: all 0.5s ease 0.2s;
    opacity: 0.7;
    position: relative;
    transform: translateY(10px);
    border-left: 3px solid rgb(217,148,122,0.5);
    font-style: italic;
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
    padding: 1rem 0 0 1.5rem;
}

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

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

.price_pack .study_pricing::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    height: 5px;
    transform-origin: left;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(231,185,163), rgb(217,148,122));
    left: 0;
    content: "";
}

.price_pack .premium_grid p {
    overflow-wrap: break-word;
    color: #000000;
    hyphens: auto;
    word-wrap: break-word;
    flex: 1;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.price_pack .premium_grid:hover .study_pricing::before {
    transform: scaleX(1);
}

.price_pack .premium_grid:hover h4::after {
    width: 60px;
}

.price_pack .premium_grid:active {
    transform: translateY(-5px) scale(0.98);
    transition: transform 0.2s ease;
}


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



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .top_mentor {
    gap: 20px;
}header .head_prime svg {
    height: 35px;
}
}


@media (min-width: 768px) {.support .edu_askedu {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
}.support .online_contact {
    grid-column: 1 / -1;
}.support .online_contact svg {
    width: 32px;
    margin-right: 18px;
    height: 32px;
}.support .img_zoom_effect {
    object-position: center;
    grid-column: 1;
    height: 100%;
    object-fit: cover;
    grid-row: 2;
}.support .contact_form {
    grid-row: 2;
    padding: 30px;
    grid-column: 2;
}.support .contact_form p svg {
    height: 22px;
    width: 22px;
}.support .reach_block {
    margin-top: 20px;
}.support .query_form svg {
    margin-right: 12px;
    width: 22px;
    height: 22px;
}.support .edu_chat {
    grid-template-columns: repeat(3, 1fr);
}.support .request_feedback svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}
}



@media (max-width: 480px) {.join_our_community {
    padding: 3rem 1.5rem;
}.join_our_community h4 {
    font-size: 21px;
}.join_our_community input[type="email"],
    .join_our_community .news_alert {
    padding: 0.9rem 1.2rem;
    font-size: calc(16px * 0.95);
}
}



@media screen and (max-width: 768px) {.contact_information {
    padding: 80px 0 60px;
}.contact_information .feedback_map {
    grid-template-columns: 1fr;
}.contact_information .img_zoom_effect {
    clip-path: none;
    min-height: 300px;
    order: 1;
}.contact_information .feedback_form {
    padding: 40px 30px;
    order: 2;
}.contact_information .feedback_form::before {
    background: linear-gradient(to right, rgb(231,185,163), rgb(217,148,122));
    right: 0;
    width: 100%;
    height: 6px;
    top: 0;
}.contact_information h2 {
    margin-bottom: 40px;
}
}



@media (max-width: 576px) {.program_results .study_program {
    max-width: 95%;
}.program_results .img_zoom_effect {
    height: 250px;
}.program_results .text_main_holder {
    margin-left: 1.5rem;
}.program_results .text_main_holder::before {
    left: -1rem;
}.program_results .text_main_holder > div::before {
    left: -1.3rem;
}.program_results .text_main_holder svg {
    padding: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 1rem;
}}



@media only screen and (max-width: 800px) {.privacy_reserve {
    width: 100%;
    padding: 25px 10px;
}.privacy_reserve h1, .privacy_reserve h2 {
    text-align: left;
    font-size: calc(21px - 5px);
}.privacy_reserve ul, .privacy_reserve ol {
    padding: 10px 0;
}}



@media (min-width: 768px) {.course_program {
    padding: 8rem 0;
}.course_program .future_skills {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program .img_zoom_effect {
    height: 450px;
}.course_program h3 {
    font-size: calc(24px * 1.2);
}.course_program p.description {
    max-height: 350px;
}
}



@media (max-width: 767px) {.course_program {
    padding: 4rem 0;
}.course_program .img_zoom_effect {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
    height: 280px;
}.course_program .reading_block {
    padding: 2rem;
}.course_program h3 {
    margin-bottom: 1.25rem;
    font-size: 24px;
}.course_program h3::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.course_program p.description {
    line-height: 1.6;
    max-height: 250px;
}}



@media (max-width: 767px) {.explore_now {
    padding: 60px 0;
}.explore_now .study_program {
    padding-left: 20px;
    gap: 30px;
    grid-template-columns: 1fr;
}.explore_now .container p {
    font-size: 24px;
}.explore_now .request_query {
    padding: 15px 30px;
    grid-column: 1;
}
}



@media (max-width: 576px) {.gratContent {
    padding: 3rem 0;
}.gratContent .container {
    padding: 0 1rem;
}.gratContent .study_program {
    gap: 1.5rem;
    transform: none;
    padding: 1.5rem;
}.gratContent .study_program > div:first-child {
    padding-left: 1rem;
    border-left-width: 3px;
    margin-left: -1rem;
}.gratContent h5 {
    font-size: calc(20px * 0.85);
}.gratContent a {
    padding: 1rem;
}.gratContent p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 380px) {.title_screen .proof_stats {
    padding: 1.25rem;
    gap: 1rem;
}.title_screen p {
    border-left-width: 3px;
    font-size: 0.9rem;
    padding-left: 0.75rem;
}.title_screen .title_style_header::after {
    height: 2px;
}}



@media (max-width: 480px) {.study_process {
    padding: 4rem 0;
}.study_process .study_program {
    padding: 0 1.5rem;
}.study_process h2 {
    font-size: calc(34px * 0.7);
}.study_process .reading_block {
    padding: 1.5rem;
}.study_process p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 768px) {.access_cta {
    padding: 3rem 0 1.5rem;
}.access_cta::before {
    height: 2px;
}.access_cta .company_holder {
    padding: 1.25rem;
}.access_cta .top_mentor {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.access_cta .trial_offer .header_guide {
    flex-direction: column;
}.sec_cert {
    padding: 1.25rem 0;
}.sec_cert::before {
    height: 2px;
}
}



@media screen and (min-width: 768px) and (max-width: 1199px) {.price_pack .plan_fees {
    grid-template-columns: repeat(2, 1fr);
}.price_pack .study_pricing {
    min-height: 420px;
}.price_pack {
    padding: 100px 0;
}
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

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



@keyframes lineGrow {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}



@keyframes lineExpand {
    0% {
        transform: scaleX(0.7);
        opacity: 0;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



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



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



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



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



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

