header,footer {
    width: 100%;
}

header {
    padding: 0;
    z-index: 100;
    background: linear-gradient(90deg, rgb(120,143,119) 0%, rgb(163,177,164) 100%);
    margin-top: 0;
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: relative;
}

footer::before {
    right: 0;
    z-index: -2;
    top: 0;
    background: linear-gradient(135deg, rgb(120,143,119,0.5) 0%, rgb(163,177,164,0.5) 100%);
    content: "";
    position: absolute;
    opacity: 0.9;
    left: 0;
    bottom: 0;
}

.insta_feed .container {
    position: relative;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: space-between;
    display: flex;
}

.insta_feed .company_holder {
    background: rgb(163,177,164,0.5);
    flex: 1 1 380px;
    transform-style: preserve-3d;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: rotateX(5deg);
    border-radius: 0;
    padding: 2rem;
    border-bottom: 6px solid rgb(163,177,164);
    transition: all 0.4s ease;
}

.insta_feed .company_holder h3::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    width: 30px;
    right: -10px;
    bottom: -10px;
    height: 30px;
}

.insta_feed .nav_mentor:hover {
    transform: rotateX(0deg);
}

.insta_feed .nav_mentor h5::after {
    left: 0;
    content: "";
    position: absolute;
    bottom: -5px;
    height: 5px;
    right: 0;
    background: rgb(120,143,119);
}

.insta_feed .nav_mentor .site_core a {
    position: relative;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    font-size: 12px;
    border-radius: 10px;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    display: block;
    color: #ffffff;
}

.gdpr_block {
    background: rgb(120,143,119,0.5);
    transform-style: preserve-3d;
    margin-top: 3rem;
    padding: 2rem 0;
    perspective: 1000px;
    position: relative;
}

.cookie_message_overlay {
    background: rgb(205,210,188);
    border-top: 2px solid rgb(163,177,164);
    z-index: 90;
    bottom: 0;
    width: 100%;
    position: fixed;
}

#cookie_popup_toast {
    display: none;
}

.cookie_message_overlay h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.privacy_ctrl {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie_message_overlay p a {
    color: rgb(163,177,164);
    text-decoration: none;
}

.wrapper-bundle .cookies_tech {
    font-size: 20px;
    margin-left: 30px;
    border: none;
    background: rgb(163,177,164);
    font-weight: 400;
    padding: 10px;
    color: #ffffff;
}

.wrapper-bundle .online_tracking h5, .wrapper-bundle .online_tracking p {
    color: #000000;
}

.our_background {
    background: linear-gradient(135deg, rgb(205,210,188) 0%, rgba(245, 245, 245, 0.9) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

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

.our_background h1:hover::after {
    transform: scaleX(1.2);
}

.our_background .edu_beliefs {
    position: relative;
}

.our_background .edu_beliefs ul {
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
    gap: 3rem;
    display: grid;
    padding: 0;
}

.our_background .knowledge_guides::before {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(120,143,119,0.5), 0.03) 100%);
}

.our_background .knowledge_guides:hover h4::after {
    width: 5rem;
}

.our_background .knowledge_guides div {
    font-size: 16px;
    padding-right: 0.5rem;
    font-family: Arial, sans-serif;
    max-height: 300px;
    transition: color 0.3s ease;
    line-height: 1.8;
    color: #000000;
    overflow-y: auto;
}

.privacy_sanctuary h2 {
    margin-bottom: 20px;
    font-size: 33px;
    border-left: 4px solid rgb(120,143,119);
    font-weight: 600;
    color: rgb(120,143,119);
    padding-left: 15px;
    margin-top: 30px;
}

.privacy_sanctuary h3, .privacy_sanctuary h4, .privacy_sanctuary h5, .privacy_sanctuary h6 {
    margin-top: 25px;
    font-size: 21px;
    padding-left: 10px;
    font-weight: 600;
    border-left: 3px solid rgb(163,177,164);
    margin-bottom: 15px;
    color: rgb(163,177,164);
}

.developer_experience .opinion_sharing {
    overflow: hidden;
    gap: 30px;
    display: grid;
    min-height: 580px;
    grid-template-rows: auto 1fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    position: relative;
    grid-template-columns: 1.2fr 0.8fr;
    border-radius: 18px;
}

.developer_experience .opinion_sharing:hover .img_header {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}

.developer_experience .name {
    font-size: 37px;
    grid-column: 1;
    transform: translateX(0);
    margin: 0;
    grid-row: 1;
    z-index: 4;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
}

.developer_experience .opinion_sharing:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}

.developer_experience .opinion_sharing:hover .experience_block {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}

.developer_experience .experience_block::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    position: absolute;
    animation: shimmerEffect 5s ease-in-out infinite;
    background-size: 200% 200%;
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
}

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

header .nav_master {
    position: relative;
    flex: 0 0 auto;
    overflow: visible;
    margin-right: 2rem;
    padding: 0.5rem;
}

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

header .main_navbar {
    margin: 0 0.4rem;
    position: relative;
}

header .main_navbar a:hover {
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: rgb(163,177,164);
    text-shadow: none;
    transform: translateY(-3px);
}

header .main_navbar a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .main_navbar:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

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

.opening_board {
    height: 100vh;
    background-color: rgb(205,210,188);
    min-height: 600px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.opening_board .learning_dna {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 3;
    justify-content: center;
}

.opening_board .page_base {
    animation: carousel-auto-slide 35s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
    width: 500%;
    display: flex;
    height: 100%;
}

.opening_board .learn_open img {
    width: 100%;
    filter: brightness(0.9) saturate(1.2);
    transform: scale(1.05);
    transition: transform 8s ease;
    object-fit: cover;
    height: 100%;
}

.opening_board .legend_holder h1 {
    line-height: 1.2;
    position: relative;
    font-size: 45px;
    color: #ffffff;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.opening_board .legend_holder p {
    opacity: 0.95;
    font-size: 12px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #ffffff;
}

.opening_board .legend_holder .feedback_form:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(163,177,164,0.5), 0.7);
}

.opening_board .legend_holder .feedback_form:hover::before {
    left: 0;
}

.opening_board .learn_open:nth-child(odd)::before {
    background: linear-gradient(135deg, rgb(163,177,164,0.5) 0%, transparent 75%);
}

.opening_board .learn_open:nth-child(1) {
    animation: scale-rotate-effect 25s ease infinite;
}

.opening_board .learn_open:nth-child(4) {
    animation: scale-rotate-effect 25s ease infinite 15s;
}

.opening_board .legend_holder::after {
    height: 4px;
    left: 0;
    bottom: 0;
    width: 40%;
    position: absolute;
    border-radius: 10px;
    content: "";
    background: linear-gradient(to right, rgb(163,177,164) 0%, transparent 100%);
}



.opening_board .learning_intro::before {
    top: 0;
    content: "";
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(163,177,164,0.5) 0%,
        transparent 1px,
        transparent 2px,
        rgb(120,143,119,0.5) 3px,
        transparent 4px
    );
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    z-index: 2;
}

.data_insights::after {
    opacity: 0.1;
    content: "";
    height: 30%;
    position: absolute;
    background: radial-gradient(circle, rgb(163,177,164) 0%, transparent 70%);
    width: 30%;
    right: -5%;
    z-index: 0;
    top: -5%;
}

.data_insights h3::after {
    background: linear-gradient(90deg, transparent, rgb(163,177,164), transparent);
    height: 3px;
    position: absolute;
    width: 4rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: -1rem;
}

.data_insights .statistics_elevation:nth-child(1) {
    --delay: 1;
}

.data_insights .statistics_elevation:nth-child(3) {
    --delay: 3;
}

.data_insights .statistics_elevation:nth-child(5) {
    --delay: 5;
}

.data_insights .statistics_elevation:nth-child(7) {
    --delay: 7;
}

.data_insights .statistics_elevation::after {
    border-radius: 50%;
    background: radial-gradient(circle, rgb(163,177,164,0.5) 0%, transparent 70%);
    content: "";
    right: 0;
    opacity: 0.2;
    width: 60px;
    transform: translate(30%, 30%);
    position: absolute;
    bottom: 0;
    height: 60px;
}

.data_insights .statistics_elevation:hover::before {
    transform: scaleX(1);
}

.data_insights .statistics_elevation p {
    opacity: 0;
    position: relative;
    display: flex;
    animation: numberReveal 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    margin: 0;
    font-size: calc(39px * 1.2);
    color: #000000;
    font-weight: 700;
    transition: color 0.3s ease;
    align-items: center;
    transform: translateY(0);
    animation-delay: calc((var(--delay, 0) * 150ms) + 300ms);
}

.thanksSpace::after {
    border-radius: 50%;
    border: 2px solid rgb(163,177,164,0.5);
    position: absolute;
    right: -50px;
    animation: rotate 24s linear infinite;
    content: "";
    opacity: 0.4;
    top: -50px;
    width: 200px;
    height: 200px;
    z-index: 1;
}

.thanksSpace .learning_dna {
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    padding: 40px;
    max-width: 900px;
    position: relative;
    transition: transform 0.5s ease;
    transform-origin: left center;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
}

.thanksSpace li span {
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
    font-family: Arial, sans-serif;
    display: block;
}

.thanksSpace .container::after {
    box-shadow: 
        40px -30px 0 -1px rgb(120,143,119),
        70px 20px 0 -1px rgb(163,177,164),
        120px -40px 0 -1px rgb(120,143,119),
        180px 10px 0 -1px rgb(163,177,164);
    bottom: 60px;
    left: 10%;
}

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

.contact_box h2 {
    position: relative;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #000000;
}

.contact_box .reach_box {
    padding: 50px;
    width: 100%;
    position: relative;
}

.contact_box form h3::after {
    height: 3px;
    border-radius: 1.5px;
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    background: rgb(163,177,164);
    width: 100%;
}

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

.contact_box .inquiry_list {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact_box .inquiry_list input[type="checkbox"]:checked + label::before {
    background: rgb(163,177,164);
}

.contact_box .inquiry_list label a {
    color: rgb(163,177,164);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_box form .feedback_form {
    border-radius: 10px;
    background: rgb(163,177,164);
    color: #ffffff;
    padding: 16px 20px;
    width: 100%;
    font-size: 18px;
    border: none;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-align: center;
}

.service_contact::after {
    transform: rotate(-15deg);
    content: "";
    width: 180px;
    z-index: 0;
    height: 180px;
    bottom: -40px;
    border: 2px solid rgb(163,177,164,0.5);
    position: absolute;
    right: -40px;
}

.service_contact .reach_form:hover {
    transform: translateY(-5px);
}

.service_contact .reach_form:hover::before {
    height: 100%;
}

.service_contact h3 {
    display: inline-block;
    color: #000000;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    margin-bottom: 1.5rem;
}

.service_contact .reach_form:hover h3::after {
    width: 80%;
}

.service_contact p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 1rem;
    max-width: 90%;
    line-height: 1.6;
}

.service_contact .quick_contact {
    font-size: 13px;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
    align-items: center;
    border-left: 2px solid transparent;
    background: rgba(245, 245, 245, 0.6);
    font-weight: 400;
    gap: 8px;
    padding: 10px 15px;
}

.course_overview::before {
    z-index: 0;
    filter: blur(120px);
    position: absolute;
    left: -100px;
    height: 300px;
    top: -100px;
    opacity: 0.4;
    width: 300px;
    background: rgb(163,177,164,0.5);
    content: "";
    animation: floatEffect 15s infinite alternate ease-in-out;
}

.course_overview .education_flow:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}

.course_overview .education_flow:hover .img_header {
    transform: scale(1.05);
}

.course_overview .education_flow:hover .img_header::after {
    opacity: 0.5;
}

.course_overview .legend_holder::before {
    left: 20px;
    content: "";
    position: absolute;
    top: -8px;
    width: 40px;
    height: 4px;
    background: rgb(163,177,164);
}

.course_overview .legend_holder span.description {
    display: none;
}

.course_overview .legend_holder div {
    position: relative;
}

.course_overview .legend_holder div::after {
    left: 0;
    width: 100%;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    bottom: 0;
    height: 50px;
    content: "";
}

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

.pricing_item h2::after {
    width: 80px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    background: rgb(163,177,164);
    left: 50%;
}

.pricing_item .qtr_cost li {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.pricing_item .tuition_grid:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.pricing_item .study_offers {
    height: 100%;
    padding: 35px 25px;
}

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

.pricing_item .fee_deals h4::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(163,177,164);
    width: 40px;
    content: "";
    height: 2px;
    bottom: 0;
}

.pricing_item .fee_deals p {
    overflow-wrap: break-word;
    font-size: 16px;
    flex-grow: 1;
    line-height: 1.6;
    scrollbar-width: thin;
    margin: 0 0 25px;
    max-height: 250px;
    color: rgb(255, 255, 255, 0.5);
    word-break: break-word;
    scrollbar-color: rgb(163,177,164) transparent;
    overflow-y: auto;
}


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


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



@media (max-width: 992px) {.insta_feed {
    padding: 4rem 0 2rem;
}.insta_feed .container {
    gap: 3rem;
    flex-direction: column;
}.insta_feed .company_holder,
    .insta_feed .report_abuse {
    flex: 1 1 100%;
    min-width: 100%;
}.insta_feed .nav_mentor {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.insta_feed .company_holder,
    .insta_feed .nav_mentor {
    transform: none;
}
}



@media (max-width: 576px) {.insta_feed {
    padding: 3rem 0 1rem;
}.insta_feed .nav_mentor {
    min-width: 100%;
    flex: 1 1 100%;
}.insta_feed .site_core {
    gap: 0.7rem;
}.insta_feed .nav_mentor .site_core a {
    padding: 0.6rem 0.8rem;
}.gdpr_block {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.gdpr_block::before {
    display: none;
}
}


@media only screen and (max-width: 800px) {.privacy_ctrl {
    display: none;
}.learn_cookies {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_message_overlay h5 {
    text-align: center;
}.cookie_message_overlay p {
    text-align: center;
}.online_tracking {
    margin-bottom: 20px;
}body .wrapper-bundle .cookies_tech {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 1200px) {.our_background .container {
    padding: 0;
}.our_background .edu_beliefs ul {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
}.our_background .knowledge_guides {
    padding: 4rem;
}.our_background .knowledge_guides h4 {
    font-size: calc(20px * 1.5);
}.our_background .knowledge_guides div {
    line-height: 1.9;
}
}



@media only screen and (max-width: 800px) {.privacy_sanctuary {
    padding: 30px;
}.privacy_sanctuary h1 {
    font-size: calc(21px - 4px);
}.privacy_sanctuary h2 {
    font-size: calc(21px - 3px);
}.privacy_sanctuary h3, .privacy_sanctuary h4, .privacy_sanctuary h5, .privacy_sanctuary h6 {
    font-size: calc(21px - 2px);
}.privacy_sanctuary p, .privacy_sanctuary span, .privacy_sanctuary div, .privacy_sanctuary li {
    font-size: calc(16px - 2px);
}}



@media (max-width: 576px) {.developer_experience {
    padding: 5rem 0;
}.developer_experience .opinion_sharing {
    padding: 1.5rem;
}.developer_experience .img_header {
    height: 250px;
}.developer_experience .name {
    font-size: 24px;
}.developer_experience .opinion_sharing span:not(.name) {
    margin-top: 3rem;
    padding: 0.6rem 1rem;
    font-size: 13px;
}.developer_experience .experience_block {
    line-height: 1.6;
    padding: 1.5rem;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 479px) {header .head_lead {
    padding: 0.7rem 1.2rem;
}header .nav_master {
    max-width: 120px;
}header .main_navbar a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(12px - 3px);
}}



@media (max-width: 767px) {.opening_board {
    min-height: unset;
    height: auto;
}.opening_board .learning_dna {
    padding: 6rem 0;
}.opening_board .legend_holder {
    border-radius: 0 0 19px 19px;
    margin: 0 auto;
    max-width: 90%;
    padding: 1.75rem;
    border-top: 4px solid rgb(163,177,164);
    background: linear-gradient(to bottom, rgb(120,143,119,0.5) 0%, transparent 100%);
    border-left: none;
}.opening_board .legend_holder h1 {
    font-size: calc(45px * 0.8);
}.opening_board .legend_holder p {
    font-size: calc(12px * 0.95);
}.opening_board .page_base {
    animation-duration: 25s;
}
}



@media (max-width: 576px) {.data_insights {
    padding: 2.5rem 0.75rem;
}.data_insights h3 {
    margin-bottom: 1.75rem;
    font-size: calc(37px * 0.75);
}.data_insights ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data_insights .statistics_elevation {
    padding: 1.25rem;
}.data_insights .statistics_elevation:nth-child(n) {
    --delay: calc(n * 0.5);
}.data_insights .statistics_elevation::after {
    width: 40px;
    height: 40px;
}}



@media screen and (max-width: 576px) {.thanksSpace {
    padding: 50px 0 30px;
}.thanksSpace h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
}.thanksSpace .learning_dna {
    padding: 20px;
}.thanksSpace li span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.thanksSpace h2::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}}



@media screen and (max-width: 576px) {.contact_box {
    padding: 60px 0;
}.contact_box h2 {
    font-size: calc(40px * 0.7);
    margin-bottom: 30px;
}.contact_box .reach_box {
    padding: 30px 20px;
}.contact_box form h3 {
    font-size: calc(21px * 0.9);
}}



@media (max-width: 767px) {.service_contact {
    padding: 4rem 0;
}.service_contact .reach_form {
    padding: 2rem;
}.service_contact h3 {
    font-size: calc(35px * 0.9);
}.service_contact p {
    max-width: 100%;
}.service_contact .reach_us li {
    width: 100%;
}.service_contact .quick_contact {
    padding: 10px;
}
}



@media (min-width: 768px) {.course_overview .education_flow {
    flex-direction: row;
    max-height: 500px;
    align-items: stretch;
}.course_overview .img_header {
    flex: 0 0 45%;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course_overview .legend_holder {
    justify-content: center;
    flex-direction: column;
    flex: 0 0 55%;
    margin: 30px 30px 30px 0;
    transform: translateY(0) translateX(-30px);
    display: flex;
}.course_overview .legend_holder::before {
    height: 40px;
    width: 4px;
    top: 20px;
    left: -8px;
}.course_overview .legend_holder h3 {
    font-size: 21px;
}.course_overview .legend_holder p.description {
    max-height: 330px;
}
}



@media (max-width: 767px) {.pricing_item {
    padding: 60px 0;
}.pricing_item h2 {
    font-size: calc(33px * 0.85);
}.pricing_item .discount_price {
    font-size: calc(16px * 0.95);
    margin-bottom: 40px;
}.pricing_item .qtr_cost {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_item .fee_deals p {
    max-height: 180px;
}
}



@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

@keyframes scale-rotate-effect {
    0%, 20%, 100% {
        transform: scale(1) rotate(0deg);
    }
    10% {
        transform: scale(1.05) rotate(0.5deg);
    }
}

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



@keyframes numberReveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    60% {
        opacity: 1;
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



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



@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

