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

.nav_wrap {
    flex: 1 0 auto;
}

.inner-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.science_ref {
    flex: 0 0 auto;
}

.science_ref {
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
    background-position: center center;
    color: #ffffff;
}

.course_instructor::after {
    transform: rotate(-15deg);
    width: 50%;
    opacity: 0.1;
    top: -20%;
    height: 70%;
    content: "";
    background: rgb(81,114,179,0.5);
    right: -10%;
    position: absolute;
    z-index: 0;
    filter: blur(80px);
}

.course_instructor .student_insights > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}

.course_instructor .image_stack {
    border-radius: 2px;
    transform: translateZ(30px);
    position: relative;
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.course_instructor .student_insights:hover .image_stack::before {
    opacity: 0.3;
    top: 18px;
    bottom: -18px;
    right: -18px;
    left: 18px;
}

.course_instructor .name::after {
    bottom: -6px;
    left: 0;
    width: 40px;
    height: 3px;
    content: "";
    transform: scaleX(0.6);
    transform-origin: left;
    background: rgb(131,151,190);
    position: absolute;
    transition: transform 0.5s ease;
}

.course_instructor .experience_block::before {
    z-index: -1;
    line-height: 1;
    color: rgb(131,151,190);
    font-size: 120px;
    left: -20px;
    opacity: 0.08;
    top: -40px;
    content: "";
    font-family: serif;
    position: absolute;
}

.about_this h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 20px;
    position: relative;
    color: #000000;
}

.about_this .creds_sect {
    margin-top: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.about_this .timeline_hist:hover::before {
    height: 100%;
}

.about_this .timeline_hist::after {
    transform-origin: right;
    top: 0;
    z-index: -1;
    transition: transform 0.5s ease;
    height: 100%;
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    background: rgb(183,192,210);
    left: 0;
    content: "";
}

.about_this .timeline_hist p {
    font-size: 18px;
    line-height: 1.8;
    transition: all 0.3s ease;
    z-index: 2;
    color: #000000;
    position: relative;
}

.about_this .container::before {
    opacity: 0.2;
    left: -10%;
    height: 20%;
    position: absolute;
    width: 20%;
    content: "";
    top: -10%;
    border-radius: 10px;
    animation: rotate-element 20s linear infinite;
    border: 2px solid rgb(131,151,190,0.5);
}

.about_this .creds_sect::after {
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    z-index: 0;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    position: absolute;
    background-size: 20px 20px;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.02;
}

.primary_page .learning_welcome img {
    filter: brightness(0.9) contrast(1.05);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.primary_page .online_skills {
    display: flex;
    flex-direction: column;
    right: 30px;
    transform: translateY(-50%);
    gap: 25px;
    z-index: 10;
    position: absolute;
    top: 50%;
}

.primary_page .online_skills {
    right: auto;
    left: 20px;
    gap: 15px;
}

.primary_page .online_skills label::before {
    position: absolute;
    transform-origin: right;
    height: 2px;
    content: "";
    width: 0;
    left: -10px;
    transform: translateY(-50%) scaleX(0);
    transition: all 0.3s ease;
    top: 50%;
    background: #ffffff;
}

.primary_page .learn_main input:nth-child(1):checked ~ .online_skills label:nth-child(1),
.primary_page .learn_main input:nth-child(2):checked ~ .online_skills label:nth-child(2),
.primary_page .learn_main input:nth-child(3):checked ~ .online_skills label:nth-child(3),
.primary_page .learn_main input:nth-child(4):checked ~ .online_skills label:nth-child(4),
.primary_page .learn_main input:nth-child(5):checked ~ .online_skills label:nth-child(5),
.primary_page .learn_main input:nth-child(6):checked ~ .online_skills label:nth-child(6),
.primary_page .learn_main input:nth-child(7):checked ~ .online_skills label:nth-child(7),
.primary_page .learn_main input:nth-child(8):checked ~ .online_skills label:nth-child(8),
.primary_page .learn_main input:nth-child(9):checked ~ .online_skills label:nth-child(9),
.primary_page .learn_main input:nth-child(10):checked ~ .online_skills label:nth-child(10) {
    transform: scale(1.4);
    background: #ffffff;
}

.primary_page .details_box h1::after {
    bottom: 0;
    position: absolute;
    background: rgb(81,114,179);
    content: "";
    height: 3px;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    width: 60px;
}

.primary_page .details_box p {
    opacity: 0.9;
    margin-bottom: 0;
    color: #ffffff;
    text-shadow: 0 1px 3px #000000;
    line-height: 1.6;
    font-size: 16px;
}

.primary_page .details_box::before,
.primary_page .details_box::after {
    border-color: rgb(81,114,179);
    height: 30px;
    content: "";
    position: absolute;
    width: 30px;
    border-style: solid;
}

.primary_page .details_box::before {
    left: 15px;
    top: 15px;
    border-width: 3px 0 0 3px;
}

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

header .top_start {
    align-items: center;
    gap: 35px;
    display: flex;
}

header .site_study:after {
    height: 2px;
    content: '';
    left: 0;
    transform-origin: center;
    bottom: 0;
    width: 100%;
    transition: transform 0.3s ease;
    background-color: rgb(131,151,190);
    position: absolute;
    transform: scaleX(0);
}

header .head_guide {
    position: relative;
    padding: 5px 10px;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
}

header .head_guide:hover svg {
    transform: scale(1.05);
}

.study_method::before {
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(131,151,190,0.5) 0%, transparent 80%),
        radial-gradient(circle at 90% 80%, rgb(81,114,179,0.5) 0%, transparent 70%);
    top: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    left: 0;
    position: absolute;
    opacity: 0.05;
}

.study_method .learn_academy {
    display: flex;
    transform-style: preserve-3d;
    justify-content: center;
    perspective: 1000px;
    position: relative;
    align-items: center;
}

.study_method .learn_academy > div::after {
    bottom: 0;
    content: "";
    z-index: -1;
    transform: translate(30%, 30%);
    border-radius: 50%;
    width: 200px;
    right: 0;
    opacity: 0.05;
    height: 200px;
    position: absolute;
    background: radial-gradient(circle, rgb(131,151,190,0.5) 0%, transparent 70%);
}

.study_method p {
    margin: 0;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    line-height: 1.7;
    opacity: 0.95;
    font-size: 14px;
}

.study_method .learn_academy > div:hover h3 {
    transform: translateX(5px);
    color: rgb(131,151,190);
}

.study_method .learn_academy > div:hover::before {
    transform: scaleY(1.03);
}

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

.contact_form_box .support_grid {
    transform: rotateY(5deg);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    transform-origin: left center;
    background-color: rgb(183,192,210);
    padding: 60px 40px;
    width: 40%;
    position: relative;
    z-index: 3;
}

.contact_form_box .support_grid div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
}

.contact_form_box .support_grid div svg path {
    fill: rgb(131,151,190);
}

.contact_form_box .support_grid div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

.contact_form_box .help_query:hover .query_support {
    transform: rotateY(0deg);
}

.contact_form_box form {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.contact_form_box form input[type="text"],
.contact_form_box form input[type="email"] {
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 18px 25px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.contact_form_box .reach_message input[type="checkbox"]:checked + label::before {
    background-color: #ffffff;
    border-color: #ffffff;
}

.contact_form_box .reach_message label a {
    text-decoration: underline;
    color: #ffffff;
    transition: all 0.3s ease;
}

.contact_form_box form .request_request {
    font-size: 18px;
    border: none;
    padding: 18px 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: rgb(131,151,190);
    border-radius: 10px;
    font-weight: 700;
    align-self: flex-start;
    cursor: pointer;
    background-color: #ffffff;
}

.contact_form_box .support_grid div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

.privacy_depot::after {
    bottom: -100px;
    height: 300px;
    width: 300px;
    left: -100px;
}

.privacy_depot h1 {
    font-size: 46px;
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 3px dashed rgb(131,151,190);
    color: rgb(131,151,190);
    margin-bottom: 30px;
}

.privacy_depot ul {
    background: rgb(81,114,179,0.5);
    padding-left: 20px;
    list-style: none;
    margin: 20px 0;
    border: 1px solid rgb(81,114,179,0.5);
    border-radius: 10px;
}

.privacy_depot p, .privacy_depot span, .privacy_depot div {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
    background: rgb(131,151,190,0.5);
    padding: 10px;
    border-left: 4px solid rgb(131,151,190,0.5);
    border-radius: 10px;
    color: #000000;
}

#cookieMessageAlert {
    display: none;
}

#cookieMessageAlert:checked ~ .cookie_overlay_dialog {
    visibility: hidden;
    opacity: 0;
}

.cookies_tracking {
    justify-content: space-between;
    align-items: center;
    border: 2px dashed rgb(131,151,190);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    gap: 20px;
    display: flex;
    padding: 20px 5%;
}

.cookie_tab {
    border-radius: 21px;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    padding: 10px;
    background: rgb(131,151,190,0.5);
    display: flex;
    margin-right: 20px;
}

.cookie_button.track_settings:hover {
    box-shadow: 0 0 10px rgb(81,114,179);
}

.cookie_overlay_dialog p a {
    border-bottom: 1px dashed rgb(131,151,190);
    color: rgb(131,151,190);
    text-decoration: none;
    transition: color 0.3s ease;
}

.program_overview::before {
    position: absolute;
    content: "";
    opacity: 0.1;
    background: 
        repeating-linear-gradient(45deg, rgb(81,114,179,0.5) 0px, rgb(81,114,179,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(131,151,190,0.5) 0px, rgb(131,151,190,0.5) 1px, transparent 1px, transparent 10px);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.program_overview .education_flow::before {
    left: -50px;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    width: 50px;
    height: 100%;
}

.program_overview .top_master svg {
    display: block;
    width: 45px;
    filter: drop-shadow(0 3px 5px rgb(131,151,190,0.5));
    height: 45px;
}

.program_overview .education_flow h3::after {
    background: rgb(131,151,190);
    width: 60px;
    left: 0;
    border-radius: 10px;
    position: absolute;
    height: 3px;
    bottom: -0.5rem;
    content: "";
}

.science_ref::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    left: 0;
    top: 0;
}

.science_ref::after {
    opacity: 0.5;
    top: 0;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
}

.science_ref .company_holder::before {
    background: linear-gradient(45deg, rgb(131,151,190), transparent 70%);
    height: calc(100% + 10px);
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    filter: blur(5px);
    z-index: -1;
    top: -5px;
    opacity: 0.5;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    left: -5px;
}

.science_ref .mobile_cta::before {
    left: 0;
    width: 100%;
    height: 1px;
    top: -20px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(131,151,190), transparent);
}

.science_ref .top_start h5 {
    position: relative;
    text-transform: uppercase;
    font-size: 19px;
    color: rgb(81,114,179);
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.science_ref .top_start .top_bar a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.7;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.transcript {
    background: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1.5rem 0;
    position: relative;
    margin-top: 3rem;
}

.transcript .mentor_net::before,
.transcript .mentor_net::after {
    content: "//";
    margin: 0 10px;
    color: rgb(131,151,190);
}

.sign_up_now::before {
    opacity: 0.15;
    position: absolute;
    transform: translateZ(-10px);
    background: linear-gradient(45deg, rgb(131,151,190,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
    pointer-events: none;
    height: 100%;
    z-index: 1;
    content: '';
    top: 0;
}

.sign_up_now .learn_academy {
    gap: 2.5rem;
    opacity: 0;
    transform: translateZ(30px) rotateX(2deg);
    align-items: center;
    transform-origin: center bottom;
    display: grid;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.08),
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 -20px 50px rgb(131,151,190,0.5) inset;
    grid-template-columns: auto 1fr;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(131,151,190);
    padding: 3rem;
}

.sign_up_now .request_request:hover {
    box-shadow: 
    0 10px 20px -5px rgb(131,151,190,0.5),
    0 2px 0 rgb(255, 255, 255, 0.5) inset;
    transform: translateY(-3px) scale(1.05);
}

.sign_up_now .request_request:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 
    0 2px 10px -3px rgb(131,151,190,0.5),
    0 1px 0 rgb(255, 255, 255, 0.5) inset;
}

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

.price_offering .learning_fees {
    font-size: calc(17px * 1.1);
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    padding: 0 1rem;
    max-width: 800px;
    text-align: center;
    position: relative;
    transform: translateY(15px);
    line-height: 1.6;
    opacity: 0;
    color: #ffffff;
    margin: 0 auto 3rem;
}

.price_offering .rate_card li:nth-child(1) {
    animation-delay: 0.2s;
}

.price_offering .rate_card li:nth-child(3) {
    animation-delay: 0.4s;
}

.price_offering .rate_panel:hover {
    transform: translateY(-12px) scale(1.02);
}

.price_offering .pricing_catalog::before {
    transform: scaleX(0);
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(131,151,190), rgb(81,114,179));
    width: 100%;
    content: "";
}

.price_offering .plan_details h4::after {
    left: 0;
    content: "";
    background: rgb(81,114,179);
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 50px;
}

.price_offering .rate_panel:hover .fee_struct {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.thanksPart {
    background: linear-gradient(135deg, rgb(183,192,210) 0%, rgb(183,192,210) 60%, rgba(rgb(131,151,190,0.5), 0.05) 100%);
    position: relative;
    perspective: 1000px;
    padding: 6rem 0;
    overflow: hidden;
}

.thanksPart::after {
    right: -5%;
    height: 60%;
    width: 30%;
    transform: rotate(10deg) translateZ(-5px);
    background: linear-gradient(135deg, rgb(81,114,179,0.5) 10%, transparent 70%);
    filter: blur(15px);
    opacity: 0.04;
    bottom: -10%;
}

.thanksPart .learn_academy {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    border-radius: 13px;
    margin: 1rem 0;
    transform: translateZ(20px) rotateY(-2deg);
    padding: 2.5rem 3rem;
    position: relative;
}



.thanksPart .learn_academy {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.thanksPart li span {
    display: block;
    position: relative;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateZ(5px);
    font-size: 13px;
}


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



@media (min-width: 768px) {.course_instructor .student_insights {
    grid-template-rows: auto 1fr;
    row-gap: 30px;
    grid-template-columns: auto 1fr;
    column-gap: 40px;
}.course_instructor .student_insights > div:first-child {
    grid-row: 1 / 3;
}.course_instructor .image_stack {
    width: 220px;
    height: 260px;
}.course_instructor .experience_block {
    grid-column: 2;
    padding-left: 30px;
}
}



@media (hover: none) {.course_instructor .student_insights {
    transform: none !important;
}.course_instructor .image_stack,
    .course_instructor .student_insights:hover .image_stack {
    transform: none;
}}



@media screen and (max-width: 768px) {.about_this {
    padding: 60px 0;
}.about_this h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 20px;
    padding-bottom: 15px;
}.about_this h2::after {
    width: 60px;
}.about_this .timeline_hist {
    padding: 30px;
}.about_this .timeline_hist h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}
}



@media (max-width: 992px) {.primary_page .details_box {
    left: 8%;
    max-width: none;
    width: 60%;
    padding: 30px;
}.primary_page .details_box h1 {
    font-size: calc(40px * 0.9);
}.primary_page .online_skills {
    right: 20px;
    gap: 20px;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .top_start {
    gap: 20px;
}header .site_study:before {
    left: -10px;
}header .head_guide svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .head_guide svg {
    height: 32px;
}}



@media (max-width: 991px) {.study_method {
    padding: 90px 0;
}.study_method .learn_academy > div {
    padding: 2.5rem;
}.study_method h3 {
    font-size: 24px;
    margin-bottom: 1.5rem;
}
}



@media (max-width: 480px) {.study_method {
    padding: 50px 0;
}.study_method .learn_academy > div {
    padding: 1.5rem;
}.study_method h3 {
    margin-bottom: 1rem;
    font-size: 17px;
    padding-bottom: 0.6rem;
}.study_method p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}.study_method h3::after {
    height: 1px;
    width: 40px;
}}



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



@media screen and (max-width: 767px) {.program_overview {
    padding: 4rem 0;
}.program_overview .learn_academy {
    min-height: auto;
}.program_overview .image_stack {
    height: 250px;
    margin-bottom: -50px;
    position: relative;
}.program_overview .education_flow {
    margin-left: auto;
    width: 90%;
    margin-right: auto;
    padding: 2rem 1.5rem;
    border-radius: 11px;
}.program_overview .education_flow::before {
    display: none;
}.program_overview .education_flow::after {
    width: 70px;
    height: 70px;
}.program_overview .top_master {
    transform: translateX(-50%);
    left: 50%;
}.program_overview .top_master:hover {
    transform: translateX(-50%) translateY(-5px);
}.program_overview .education_flow h3 {
    font-size: calc(30px - 0.3rem);
    margin-top: 1rem;
}.program_overview .learn_academy::before,
    .program_overview .learn_academy::after {
    display: none;
}
}



@media (max-width: 992px) {.sign_up_now {
    padding: 4rem 0;
}.sign_up_now h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.sign_up_now .learn_academy {
    transform: translateZ(20px) rotateX(1deg);
    padding: 2.5rem;
    gap: 2rem;
}
}



@media (max-width: 576px) {.sign_up_now {
    padding: 3rem 0;
}.sign_up_now h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
}.sign_up_now .learn_academy {
    transform: translateZ(10px) rotateX(0deg);
    padding: 1.5rem;
    gap: 1rem;
}.sign_up_now svg {
    width: 3.5rem;
    height: 3.5rem;
}.sign_up_now .request_request {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 1.8rem;
}.sign_up_now::after {
    display: none;
}.sign_up_now .container {
    padding: 0 1rem;
}}



@media (max-width: 768px) {.price_offering {
    padding: 3rem 0;
}.price_offering h2 {
    font-size: calc(33px * 0.85);
}.price_offering .rate_card {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 480px;
}.price_offering .plan_details h4 {
    font-size: 21px;
}.price_offering .fee_struct {
    font-size: calc(17px * 1.2);
    padding: 0.6rem 1.2rem;
}
}



@media (max-width: 991px) {.thanksPart {
    padding: 5rem 0;
}.thanksPart h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.thanksPart .learn_academy {
    transform: translateZ(10px) rotateY(-1deg);
    padding: 2rem 2.5rem;
}
}



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

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


    
    @keyframes slideUp {
        to {
            transform: translateX(-50%) translateY(0);
            opacity: 1;
        }
    }

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



@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(131,151,190), 0 0 20px rgb(131,151,190);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}



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

