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

header,footer {
    width: 100%;
}

header {
    position: fixed;
    left: 0;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(183,192,210);
    background-color: #ffffff;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.course_instructor::before {
    background-image: 
        linear-gradient(30deg, rgb(131,151,190,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(131,151,190,0.5) 1px, transparent 1px);
    pointer-events: none;
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
    background-size: 60px 60px;
    opacity: 0.05;
    position: absolute;
    top: 0;
    height: 100%;
}

.course_instructor .student_insights:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
}

.course_instructor .student_insights:hover .image_stack {
    transform: translateZ(40px) translateY(-10px);
}

.course_instructor .image_stack::before {
    left: 12px;
    position: absolute;
    right: -12px;
    top: 12px;
    bottom: -12px;
    z-index: -1;
    transition: all 0.4s ease;
    content: "";
    opacity: 0.2;
    border: 2px solid rgb(131,151,190);
}

.course_instructor .student_insights:hover .name::after {
    transform: scaleX(1);
}

.course_instructor .student_insights:hover > div:nth-child(2) div {
    transform: translateX(5px);
    opacity: 1;
}

.course_instructor .experience_block {
    color: #000000;
    border-left: 3px solid rgb(131,151,190,0.5);
    position: relative;
    font-size: 15px;
    padding-left: 25px;
    margin: 0;
    line-height: 1.7;
}

.about_this::before {
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(131,151,190,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(81,114,179,0.5) 0%, transparent 25%);
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
}

.about_this .timeline_hist::before {
    background: rgb(131,151,190);
    top: 0;
    content: "";
    left: 0;
    height: 0;
    width: 5px;
    position: absolute;
    transition: all 0.5s ease;
}

.about_this .timeline_hist:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.about_this .timeline_hist h3 {
    transition: all 0.3s ease;
    z-index: 2;
    font-size: 24px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}

.about_this .timeline_hist:first-child {
    border-top: 3px solid rgb(131,151,190);
}

.about_this .container::after {
    position: absolute;
    right: -5%;
    opacity: 0.2;
    height: 15%;
    bottom: -5%;
    animation: rotate-element 15s linear infinite reverse;
    width: 15%;
    border: 2px solid rgb(81,114,179,0.5);
    border-radius: 10px;
    content: "";
}

.primary_page {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background: rgb(131,151,190);
}

.primary_page .learn_academy {
    width: 100%;
    position: relative;
    align-items: center;
    z-index: 1;
    justify-content: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.primary_page .learn_main {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100vh;
}

.primary_page .learning_welcome {
    transform: translateY(100%);
    opacity: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    top: 0;
}

.primary_page .online_skills label {
    transform-origin: center;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
    height: 10px;
    width: 10px;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.primary_page .learn_main input:nth-child(1):checked ~ .online_skills label:nth-child(1)::before,
.primary_page .learn_main input:nth-child(2):checked ~ .online_skills label:nth-child(2)::before,
.primary_page .learn_main input:nth-child(3):checked ~ .online_skills label:nth-child(3)::before,
.primary_page .learn_main input:nth-child(4):checked ~ .online_skills label:nth-child(4)::before,
.primary_page .learn_main input:nth-child(5):checked ~ .online_skills label:nth-child(5)::before,
.primary_page .learn_main input:nth-child(6):checked ~ .online_skills label:nth-child(6)::before,
.primary_page .learn_main input:nth-child(7):checked ~ .online_skills label:nth-child(7)::before,
.primary_page .learn_main input:nth-child(8):checked ~ .online_skills label:nth-child(8)::before,
.primary_page .learn_main input:nth-child(9):checked ~ .online_skills label:nth-child(9)::before,
.primary_page .learn_main input:nth-child(10):checked ~ .online_skills label:nth-child(10)::before {
    transform: translateY(-50%) scaleX(1);
    width: 20px;
}



.primary_page .details_box .container {
    padding: 0;
    width: 100%;
}

.primary_page .details_box h1 {
    text-shadow: 0 2px 5px #000000;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
}

.primary_page .details_box h1 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(40px * 0.8);
}

.primary_page .learning_welcome::after {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 30%, 
        rgb(131,151,190,0.5) 70%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
}

header:before {
    background: linear-gradient(90deg, rgb(131,151,190), rgb(81,114,179), rgb(131,151,190));
    background-size: 200% 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 4px;
    animation: gradientMove 6s infinite linear;
    content: '';
    width: 100%;
}

header .site_study {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    padding: 5px 0;
    text-decoration: none;
}

header .site_study:hover {
    color: rgb(131,151,190);
}

header .site_study:hover:before {
    transform: translateY(-50%) scale(1);
}

header .head_guide:before {
    top: 0;
    background: linear-gradient(to right, rgb(131,151,190), rgb(81,114,179)) border-box;
    mask-composite: exclude;
    content: '';
    opacity: 0;
    border-radius: 10px;
    left: 0;
    border: 2px solid transparent;
    -webkit-mask-composite: xor;
    width: 100%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
}

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

.study_method .learn_academy > div {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    padding: 3.5rem;
    background: #ffffff;
    width: 100%;
    transform: translateZ(0);
}

.study_method h3 {
    color: #000000;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: calc(24px * 1.1);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.8rem;
    padding-bottom: 0.8rem;
    letter-spacing: -0.01em;
    font-family: Arial, sans-serif;
}

.study_method .learn_academy > div:hover {
    transform: translateY(-5px) translateZ(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}

.contact_form_box::before {
    top: 0;
    position: absolute;
    background-color: rgb(131,151,190,0.5);
    bottom: 0;
    z-index: 1;
    content: "";
    left: 0;
    right: 0;
}

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

.contact_form_box .support_grid h3::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(131,151,190), rgb(81,114,179));
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 6px;
    border-radius: 10px;
}

.contact_form_box .support_grid div svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}

.contact_form_box .support_grid div span {
    color: #000000;
    font-size: 16px;
}

.contact_form_box .query_support {
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: transform 0.5s ease;
    transform: rotateY(-5deg);
    background: linear-gradient(135deg, rgb(81,114,179), rgb(131,151,190));
    padding: 60px 40px;
    transform-origin: right center;
    width: 60%;
}

.contact_form_box form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact_form_box .reach_message {
    margin-bottom: 30px;
    position: relative;
}

.contact_form_box .reach_message label {
    cursor: pointer;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.8);
}

.contact_form_box .reach_message input[type="checkbox"]:checked + label::after {
    border: solid rgb(131,151,190);
    border-width: 0 2px 2px 0;
    height: 12px;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    top: 4px;
    content: "";
}

.contact_form_box form .request_request:hover {
    color: #ffffff;
}

.contact_form_box form .request_request:hover::before {
    transform: translateY(0);
}



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

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

.privacy_depot::before,
.privacy_depot::after {
    content: '';
    background: rgb(81,114,179,0.5);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}

.privacy_depot::before {
    top: -50px;
    width: 200px;
    right: -50px;
    height: 200px;
}

.privacy_depot h2 {
    padding-left: 20px;
    margin-top: 30px;
    position: relative;
    border-left: 8px double rgb(81,114,179);
    color: rgb(81,114,179);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.privacy_depot ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 10px;
}

.privacy_depot h3, .privacy_depot h4, .privacy_depot h5, .privacy_depot h6 {
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 25px;
    font-weight: 600;
    color: rgb(131,151,190);
    font-size: 18px;
    border-left: 5px solid rgb(131,151,190);
}

.cookie_overlay_dialog {
    z-index: 90;
    position: fixed;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 20px 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    bottom: 0;
    border-top: 3px solid rgb(131,151,190);
    background: rgb(81,114,179);
}

.cookie_tab svg {
    width: 60px;
    height: 60px;
    fill: rgb(131,151,190);
}

.edu_track:hover {
    background-color: rgb(81,114,179);
    box-shadow: 0 0 10px rgb(81,114,179);
}

.cookie_button.track_settings {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(81,114,179);
}

.cookie_overlay_dialog p a:hover {
    color: rgb(81,114,179);
}


.program_overview {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(183,192,210) 0%, rgb(81,114,179,0.5) 40%, rgb(183,192,210) 100%);
}

.program_overview .image_stack {
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
}

.program_overview .education_flow {
    margin-left: auto;
    position: relative;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    margin-top: auto;
    backdrop-filter: blur(8px);
    width: 60%;
    padding: 2.5rem;
    z-index: 3;
}

.program_overview .top_master:hover {
    transform: translateY(-5px) rotate(5deg);
}

.program_overview .top_master svg path {
    transition: fill 0.3s ease;
    fill: rgb(131,151,190);
}

.program_overview .education_flow h3 {
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
}

.program_overview .learn_academy::after {
    left: 10%;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: 0;
    width: 80px;
    border: 2px solid rgb(81,114,179,0.5);
    animation: floatAnimation 12s infinite ease-in-out reverse;
    height: 80px;
    position: absolute;
    bottom: 20%;
    content: "";
}

.science_ref .container::before {
    width: 100%;
    background: linear-gradient(0deg, rgb(131,151,190) 0%, transparent 100%);
    opacity: 0.3;
    height: 80px;
    left: 0;
    content: "";
    position: absolute;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    top: -80px;
}

.science_ref .company_holder h3 {
    font-weight: 700;
    font-size: calc(35px * 1.2);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    text-shadow: 0 0 10px rgb(131,151,190), 0 0 20px rgb(131,151,190), 0 0 30px rgb(131,151,190);
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
}

.science_ref .data_viz {
    font-size: 14px;
    margin-top: 1.5rem;
    border-left: 2px solid rgb(131,151,190);
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    padding-left: 1rem;
}

.science_ref .top_start {
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    flex: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgb(131,151,190);
    padding: 1.5rem;
    transition: all 0.3s ease;
    border-left: 2px solid rgb(131,151,190);
}

.science_ref .top_start .top_bar {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.science_ref .top_start .top_bar a::before {
    content: "//";
    left: 0;
    color: rgb(131,151,190);
    position: absolute;
    transition: all 0.3s ease;
    font-size: 0.8em;
}

.science_ref .top_start .top_bar a:hover::before {
    color: rgb(81,114,179);
}

.transcript .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.transcript .mentor_net {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
}

.sign_up_now::after {
    background: rgb(131,151,190);
    height: 15rem;
    position: absolute;
    content: '';
    animation: rotate 30s infinite linear;
    width: 15rem;
    z-index: 0;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    bottom: -2rem;
    opacity: 0.05;
    right: -2rem;
}

.sign_up_now .learn_academy:hover {
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.12),
    0 1px 0 rgba(255,255,255,0.8) inset,
    0 -20px 50px rgb(131,151,190,0.5) inset;
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
}

.sign_up_now .learn_academy:hover svg {
    transform: translateZ(20px) translateY(-8px) rotate(5deg);
}

.sign_up_now svg path {
    fill: rgb(131,151,190);
    transition: fill 0.3s ease;
}

.sign_up_now .learn_academy:hover svg path {
    fill: rgb(81,114,179);
}

.sign_up_now .request_request {
    display: inline-block;
    position: relative;
    border: none;
    font-weight: 600;
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.3, 1.33), box-shadow 0.3s ease;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(131,151,190), rgb(81,114,179) 120%);
    padding: 1rem 2.5rem;
    z-index: 1;
    box-shadow: 
    0 6px 16px -8px rgb(131,151,190,0.5),
    0 2px 0 rgb(131,151,190,0.5) inset;
}

.price_offering .plan_fee {
    position: relative;
}

.price_offering h2 {
    background-clip: text !important;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 33px;
    color: transparent;
    background: linear-gradient(90deg, rgb(131,151,190), rgb(81,114,179));
    transform: translateY(10px);
    text-align: center;
    -webkit-background-clip: text !important;
    animation: fadeIn 0.8s ease-out forwards;
}

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

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

.price_offering .pricing_catalog {
    overflow: hidden;
    padding: 0;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    display: flex;
    backdrop-filter: blur(10px);
    height: 100%;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.price_offering .plan_details p {
    line-height: 1.6;
    word-wrap: break-word;
    hyphens: auto;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    flex-grow: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 2rem;
}

.thanksPart::before,
.thanksPart::after {
    position: absolute;
    pointer-events: none;
    content: '';
}

.thanksPart::before {
    transform: rotate(-15deg) translateZ(-10px);
    background: linear-gradient(45deg, rgb(131,151,190,0.5) 10%, transparent 70%);
    opacity: 0.03;
    width: 40%;
    filter: blur(20px);
    left: -10%;
    top: -5%;
    height: 70%;
}

.thanksPart h2 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    max-width: 90%;
    transform: translateZ(10px);
    position: relative;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3rem;
    color: #000000;
}

.thanksPart .learn_academy::before {
    border-radius: 100px;
    pointer-events: none;
    top: -10px;
    right: -10px;
    transform: translateZ(5px);
    left: -10px;
    opacity: 0.1;
    bottom: -10px;
    border: 1px solid rgb(131,151,190,0.5);
    content: '';
    position: absolute;
}

.thanksPart ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thanksPart li::before {
    left: -30px;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease-out;
    top: -20px;
    background: linear-gradient(135deg, rgb(131,151,190,0.5) 0%, transparent 80%);
    content: '';
    position: absolute;
    transform: translateZ(15px) scale(0.95);
    border-radius: 50%;
    opacity: 0.2;
}


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



@media (min-width: 992px) {.course_instructor {
    padding: 150px 0;
}.course_instructor .student_insights {
    grid-template-columns: auto 250px 1fr;
    padding: 60px;
    gap: 50px;
}.course_instructor .student_insights > div:first-child {
    grid-row: 1;
}.course_instructor .student_insights > div:nth-child(2) {
    grid-row: 1;
    padding-top: 20px;
}.course_instructor .experience_block {
    grid-row: 2;
    padding-left: 40px;
    grid-column: 1 / 4;
    font-size: calc(15px + 1px);
}.course_instructor .image_stack {
    height: 280px;
    width: 240px;
}
}



@media screen and (max-width: 992px) {.about_this {
    padding: 80px 0;
}.about_this .creds_sect {
    margin-top: 40px;
    flex-direction: column;
}.about_this .timeline_hist {
    margin: 10px 0;
    flex: 1 1 100%;
}.about_this .creds_sect::before {
    display: none;
}.about_this .container::before,
    .about_this .container::after {
    display: none;
}
}



@media (max-width: 1200px) {.primary_page .details_box {
    width: 50%;
}
}



@media (max-width: 576px) {.primary_page .details_box {
    bottom: 8%;
    padding: 20px;
    width: 90%;
}.primary_page .details_box h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 10px;
}.primary_page .details_box h3 {
    font-size: calc(24px * 0.8);
    margin-bottom: 10px;
}.primary_page .details_box p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}.primary_page .details_box::before,
    .primary_page .details_box::after {
    height: 20px;
    width: 20px;
}.primary_page .online_skills {
    gap: 12px;
    left: 15px;
}}



@media (max-width: 767px) {.study_method {
    padding: 70px 0;
}.study_method .learn_academy > div {
    padding: 2rem;
}.study_method h3 {
    margin-bottom: 1.3rem;
    font-size: calc(17px * 1.1);
    padding-bottom: 0.7rem;
}.study_method p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.study_method h3::after {
    width: 50px;
}
}



@media screen and (max-width: 992px) {.contact_form_box .container {
    width: 90%;
}.contact_form_box .help_query,
    .contact_form_box .support_grid,
    .contact_form_box .query_support {
    transform: none;
}.contact_form_box .support_grid,
    .contact_form_box .query_support {
    width: 100%;
}.contact_form_box .support_grid {
    padding: 40px 30px;
}.contact_form_box .query_support {
    padding: 40px 30px;
}
}


@media only screen and (max-width: 1200px) {.cookie_overlay_dialog {
    padding: 15px 0;
}.cookies_tracking {
    padding: 15px 5%;
}.cookie_tab {
    display: none;
}.cookies_tracking {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie_overlay_dialog h5 {
    font-size: 18px;
    margin-bottom: 10px;
}.data_approve {
    margin-bottom: 15px;
}.edu_track {
    margin: 10px 0;
    min-width: 100%;
}}



@media screen and (max-width: 480px) {.program_overview {
    padding: 3rem 0;
}.program_overview .image_stack {
    height: 200px;
}.program_overview .education_flow {
    width: 100%;
    padding: 1.5rem 1.25rem;
}.program_overview .top_master {
    padding: 10px;
}.program_overview .top_master svg {
    width: 35px;
    height: 35px;
}.program_overview .education_flow h3 {
    margin-top: 0.75rem;
    font-size: calc(30px - 0.5rem);
}.program_overview .education_flow p {
    font-size: calc(18px - 0.1rem);
}}



@media screen and (max-width: 576px) {.science_ref {
    padding: 3rem 0 2rem;
}.science_ref .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.science_ref .company_holder h3 {
    font-size: calc(35px * 0.85);
    letter-spacing: 1px;
}.science_ref .data_viz {
    font-size: calc(14px * 0.9);
}.science_ref .top_start {
    padding: 1rem;
}.science_ref .top_start .top_bar a {
    font-size: calc(14px * 0.9);
}.transcript {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.transcript .mentor_net::before,
    .transcript .mentor_net::after {
    display: none;
}}




@media (max-width: 1200px) {.price_offering .rate_card {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.price_offering .plan_details {
    padding: 2rem 1.5rem;
}
}



@media (max-width: 480px) {.price_offering {
    padding: 2.5rem 0;
}.price_offering h2 {
    font-size: calc(33px * 0.8);
}.price_offering .learning_fees {
    font-size: calc(17px * 0.95);
    margin-bottom: 2rem;
}.price_offering .plan_details {
    padding: 1.75rem 1.25rem;
}.price_offering .plan_details p {
    font-size: calc(17px * 0.95);
    margin-bottom: 1.5rem;
}}



@media (max-width: 767px) {.thanksPart {
    padding: 4rem 0;
}.thanksPart h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.thanksPart h2::after {
    width: 60px;
    height: 2px;
}.thanksPart .learn_academy {
    transform: translateZ(5px) rotateY(0deg);
    padding: 1.5rem 2rem;
}.thanksPart li::before {
    height: 40px;
    top: -15px;
    left: -20px;
    width: 40px;
}
}

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



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



@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}



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



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

