* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.wrapper-section {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}header,footer {
    width: 100%;
}.top_base {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    width: 1229px;
    margin: auto;
    max-width: 100%;
}.referral_prog {
    flex: 0 0 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;
}}
.course_demographic {
    overflow: hidden;
    padding: 5rem 0;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(114,153,183,0.5) 100%);
}.course_demographic::before {
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    background-size: 40px 40px;
    content: "";
    height: 100%;
}.course_demographic::after {
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(162,185,210,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(114,153,183,0.5), 0.2) 0%, transparent 50%);
}.course_demographic .expert_zone {
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    padding: 0 2rem;
    max-width: 1100px;
    display: flex;
}.course_demographic h3 {
    text-align: right;
    padding: 0.8rem 2rem;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px 0 0 10px;
    padding: 1rem 0;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    background: rgba(rgb(162,185,210,0.5), 0.2);
    align-self: flex-end;
    margin-bottom: 3rem;
    font-size: 30px;
    position: relative;
    font-weight: 600;
}.course_demographic h3::before {
    content: "";
    width: 10px;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    background: rgb(162,185,210);
}.course_demographic h3::after {
    content: "";
    bottom: -10px;
    width: 100%;
    right: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(
        to left,
        rgb(162,185,210),
        transparent
    );
}.course_demographic ul {
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 1.5rem;
    grid-template-rows: repeat(2, auto);
    display: grid;
}.course_demographic li {
    transition: all 0.3s ease;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    border-radius: 10px;
    padding: 1.5rem;
    align-items: flex-start;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    position: relative;
    display: flex;
    border: 1px solid rgba(#ffffff, 0.1);
    overflow: hidden;
}.course_demographic li::before {
    background: linear-gradient(
        90deg,
        rgb(162,185,210,0.5),
        rgb(114,153,183,0.5)
    );
    height: 4px;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    width: 100%;
}.course_demographic li::after {
    z-index: 1;
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(162,185,210,0.5), 0.2) 50%);
    right: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
}.course_demographic li:hover {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    border-color: rgba(rgb(162,185,210,0.5), 0.3);
    transform: translateY(-5px);
}.course_demographic li:hover::before,
.course_demographic li:hover::after {
    opacity: 1;
}.course_demographic li svg {
    width: 32px;
    top: 2px;
    margin-right: 1.2rem;
    transition: all 0.3s ease;
    position: relative;
    flex-shrink: 0;
    fill: rgb(114,153,183);
    height: 32px;
}.course_demographic li svg path {
    transition: fill 0.3s ease;
    fill: rgb(114,153,183);
}.course_demographic li:hover svg {
    transform: scale(1.2);
}.course_demographic li:hover svg path {
    fill: rgb(162,185,210);
}.course_demographic li::before {
    height: 2px;
    position: absolute;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(114,153,183),
        transparent
    );
    opacity: 0.5;
    width: 100%;
    transition: opacity 0.3s ease;
    content: "";
    left: 0;
}.course_demographic li {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 400;
}

@media (min-width: 992px) {.course_demographic ul {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
}.course_demographic li:first-child {
    grid-row: 1;
    grid-column: 1;
}.course_demographic li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.course_demographic li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}.course_demographic li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.course_demographic li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
}.course_demographic li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}

@media (max-width: 991px) {.course_demographic {
    padding: 4rem 0;
}.course_demographic h3 {
    margin-bottom: 2.5rem;
    padding: 0.7rem 1.5rem;
    font-size: calc(30px * 0.9);
}.course_demographic ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.course_demographic {
    padding: 3.5rem 0;
}.course_demographic .expert_zone {
    padding: 0 1.5rem;
}.course_demographic h3 {
    align-self: center;
    margin-bottom: 2rem;
    width: auto;
    font-size: calc(30px * 0.8);
    text-align: center;
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
}.course_demographic h3::before {
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    height: 4px;
}.course_demographic h3::after {
    display: none;
}.course_demographic ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}

@media (max-width: 480px) {.course_demographic {
    padding: 3rem 0;
}.course_demographic .expert_zone {
    padding: 0 1rem;
}.course_demographic h3 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
    padding: 0.5rem 1.2rem;
}.course_demographic li {
    padding: 1.2rem;
}.course_demographic li svg {
    width: 28px;
    margin-right: 0.8rem;
    height: 28px;
}}.course_program_details {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(125deg, rgb(208,219,234) 0%, rgb(162,185,210,0.5) 100%);
}.course_program_details::before {
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(162,185,210,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(114,153,183,0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
}.course_program_details::after {
    z-index: 1;
    height: 100%;
    animation: shiftBackground 30s linear infinite;
    opacity: 0.4;
    width: 100%;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.course_program_details .container {
    position: relative;
    z-index: 2;
}.course_program_details .expert_zone {
    display: flex;
    position: relative;
    border-radius: 20px;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_program_details .expert_zone::before {
    height: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(162,185,210), 0.05)
        );
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.course_program_details .img_holder {
    animation: morphShape 15s infinite alternate ease-in-out;
    z-index: 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    right: 3%;
    overflow: hidden;
    width: 45%;
    height: 440px;
    top: 5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.course_program_details .img_holder::before {
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    content: "";
    position: absolute;
    top: 0;
    mix-blend-mode: overlay;
    left: 0;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(162,185,210,0.5) 100%
    );
}.course_program_details .img_holder::after {
    background-size: 20px 20px;
    content: "";
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    opacity: 0.2;
    top: 0;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    height: 100%;
}.course_program_details .job_classes {
    display: flex;
    padding: 60px 50% 60px 60px;
    flex-direction: column;
    min-height: 400px;
    position: relative;
    z-index: 3;
}.course_program_details .top_edu {
    z-index: 4;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}.course_program_details .top_edu svg {
    z-index: 2;
    position: relative;
    width: 70px;
    fill: #ffffff;
    height: auto;
}.course_program_details .top_edu svg path {
    stroke: rgb(162,185,210);
    stroke-width: 0.5;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}.course_program_details h3 {
    font-size: 32px;
    z-index: 4;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 20px;
    max-width: 100%;
    color: #ffffff;
}.course_program_details h3::after {
    height: 3px;
    transition: width 0.3s ease;
    bottom: -10px;
    border-radius: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(162,185,210), rgb(114,153,183));
    width: 60px;
    position: absolute;
    content: "";
}.course_program_details .expert_zone:hover h3::after {
    width: 120px;
}.course_program_details p {
    color: #000000;
    z-index: 4;
    line-height: 1.7;
    margin: 0;
    max-width: 100%;
    font-size: 13px;
    position: relative;
}.course_program_details .expert_zone::after {
    filter: blur(80px);
    z-index: 1;
    bottom: -50px;
    height: 200px;
    background: rgb(114,153,183,0.5);
    border-radius: 50%;
    position: absolute;
    content: "";
    opacity: 0.3;
    left: -50px;
    width: 200px;
}.course_program_details .job_classes::before {
    background-image: 
        radial-gradient(circle, rgb(162,185,210,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(114,153,183,0.5) 1px, transparent 1px);
    top: 20px;
    height: 90%;
    animation: floatDots 10s infinite alternate ease-in-out;
    position: absolute;
    background-position: 0 0, 10px 10px;
    z-index: 1;
    opacity: 0.2;
    content: "";
    right: 48%;
    width: 150px;
    background-size: 20px 20px, 25px 25px;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.course_program_details .job_classes {
    padding: 50px 50% 50px 50px;
}.course_program_details .img_holder {
    width: 42%;
    height: 85%;
}
}

@media (max-width: 991px) {.course_program_details {
    padding: 80px 0;
}.course_program_details .expert_zone {
    flex-direction: column;
    display: flex;
}.course_program_details .job_classes {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.course_program_details .img_holder {
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    top: 0;
    left: 10%;
    width: 80%;
    height: 200px;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.course_program_details .top_edu {
    top: 160px;
    margin-bottom: 0;
    left: 40px;
    position: absolute;
}.course_program_details h3 {
    font-size: calc(32px * 0.9);
}.course_program_details .job_classes::before {
    display: none;
}
}

@media (max-width: 767px) {.course_program_details {
    padding: 60px 0;
}.course_program_details .job_classes {
    padding: 200px 30px 40px 30px;
}.course_program_details .img_holder {
    height: 180px;
}.course_program_details .top_edu {
    top: 140px;
    left: 30px;
}.course_program_details .top_edu svg {
    width: 60px;
}.course_program_details h3 {
    font-size: calc(32px * 0.8);
}.course_program_details p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.course_program_details {
    padding: 40px 0;
}.course_program_details .job_classes {
    padding: 180px 25px 30px 25px;
}.course_program_details .img_holder {
    height: 160px;
}.course_program_details .top_edu {
    left: 25px;
    top: 120px;
}.course_program_details .top_edu svg {
    width: 50px;
}.course_program_details h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 15px;
}.course_program_details p {
    font-size: calc(13px * 0.9);
}}.statistics_information {
    background-color: #000000;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    padding: 0;
    display: flex;
}.statistics_information::after {
    pointer-events: none;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px);
    left: 0;
    position: absolute;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}.statistics_information::before {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    background-size: auto, auto, auto, 100px 100px, 50px 50px, 50px 50px;
    background: 
        linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 100%),
        radial-gradient(circle at 15% 50%, rgb(162,185,210,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 30%, rgb(114,153,183,0.5) 0%, transparent 25%),
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent);
    position: absolute;
    left: 0;
}.statistics_information .container {
    position: relative;
    z-index: 2;
    padding: 0;
    max-width: 100%;
    width: 100%;
}.statistics_information .career_statistics {
    background-size: 30px 30px;
    width: 100%;
    position: relative;
    color: #ffffff;
    background-color: rgb(162,185,210);
    padding: 60px 15% 60px 15%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-position: 0 0, 15px 0, 15px -15px, 0px 15px;
    z-index: 3;
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    margin-bottom: -50px;
}.statistics_information .statistics_elevation {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 29px;
}.statistics_information .statistics_highlights {
    line-height: 1.7;
    max-width: 800px;
    font-size: 17px;
}.statistics_information .extra_gain {
    background-size: 20px 20px;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    position: relative;
    display: flex;
    z-index: 2;
    background-position: center center;
    padding: 100px 5% 50px;
    flex-wrap: wrap;
    background-color: rgb(208,219,234);
}.statistics_information .knowledge_upgrade {
    padding: 0 15px;
    width: 25%;
    position: relative;
    margin-bottom: 50px;
    counter-increment: stat-counter;
}.statistics_information .knowledge_upgrade::before {
    top: -30px;
    left: 15px;
    position: absolute;
    font-weight: 700;
    z-index: -1;
    color: rgb(162,185,210);
    font-size: 6rem;
    content: counter(stat-counter);
    opacity: 0.1;
}.statistics_information .knowledge_upgrade h4 {
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
}.statistics_information .knowledge_upgrade span {
    display: block;
    position: relative;
    color: #000000;
    padding-bottom: 20px;
    font-size: 17px;
}.statistics_information .knowledge_upgrade span::after {
    content: "";
    width: 40px;
    background-color: rgb(162,185,210);
    bottom: 0;
    position: absolute;
    height: 3px;
    left: 0;
}.statistics_information .knowledge_upgrade:hover span::after {
    width: 60px;
    transition: width 0.3s ease;
}.statistics_information svg {
    bottom: 20px;
    width: 120px;
    right: 20px;
    height: 120px;
    opacity: 0.1;
    position: absolute;
    z-index: 1;
}.statistics_information svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.statistics_information .career_statistics {
    padding: 50px 10% 60px 10%;
}.statistics_information .knowledge_upgrade {
    width: 33.333%;
}
}

@media (max-width: 992px) {.statistics_information .career_statistics {
    padding: 50px 7% 70px 7%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.statistics_information .extra_gain {
    padding: 100px 5% 40px;
}.statistics_information .knowledge_upgrade {
    width: 50%;
}.statistics_information .knowledge_upgrade::before {
    top: -25px;
    font-size: 5rem;
}.statistics_information .knowledge_upgrade h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 767px) {.statistics_information .career_statistics {
    padding: 40px 5% 60px 5%;
}.statistics_information .statistics_elevation {
    font-size: calc(29px * 0.9);
}.statistics_information .extra_gain {
    padding: 80px 5% 30px;
}.statistics_information .knowledge_upgrade {
    margin-bottom: 40px;
    width: 100%;
}.statistics_information .knowledge_upgrade::before {
    font-size: 4.5rem;
}.statistics_information svg {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 576px) {.statistics_information .career_statistics {
    padding: 30px 5% 50px 5%;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    margin-bottom: -25px;
}.statistics_information .statistics_elevation {
    margin-bottom: 15px;
    font-size: calc(29px * 0.8);
}.statistics_information .statistics_highlights {
    font-size: calc(17px * 0.95);
}.statistics_information .extra_gain {
    padding: 60px 5% 20px;
}.statistics_information .knowledge_upgrade::before {
    font-size: 4rem;
    top: -20px;
}.statistics_information .knowledge_upgrade h4 {
    font-size: 2rem;
}.statistics_information svg {
    right: 10px;
    height: 60px;
    width: 60px;
    bottom: 10px;
}}footer {
    position: relative;
    width: 100%;
}footer .referral_prog {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(162,185,210), rgb(114,153,183));
    padding: 120px 0 30px;
    position: relative;
    color: #ffffff;
}footer .referral_prog::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.25;
    background: #ffffff;
    height: 100px;
    content: "";
    transform: rotateX(180deg);
    left: 0;
}footer .referral_prog::after {
    height: 50px;
    left: 0;
    background: #ffffff;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    position: absolute;
    content: "";
    opacity: 0.15;
    bottom: 0;
}footer .donate_books {
    z-index: 1;
    position: relative;
}footer .message_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    gap: 20px;
}footer .info_item {
    transition: all 0.3s ease;
    max-width: 300px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 25px;
    flex: 1 1 200px;
    display: flex;
    backdrop-filter: blur(5px);
    height: 80px;
    border-radius: 40px;
    align-items: center;
    overflow: hidden;
    position: relative;
}footer .info_item::before {
    opacity: 0.1;
    position: absolute;
    animation: waveAnimation 15s linear infinite;
    content: "";
    height: 100%;
    background: #ffffff;
    left: -100%;
    width: 100%;
    z-index: -1;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background-color: rgb(114,153,183,0.5);
}footer .info_item svg {
    flex-shrink: 0;
    height: 20px;
    margin-right: 15px;
    width: 20px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
}footer .top_edu {
    flex: 1 1 100%;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}footer .top_edu svg {
    filter: brightness(0) invert(1);
    height: 50px;
    width: auto;
    margin: 0 auto 20px;
}footer .citation {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}footer .header_learn,footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(5px);
    border-radius: 18px;
    flex: 1 1 300px;
}footer .header_learn::before,footer .subscribe_holder::before {
    width: 300%;
    position: absolute;
    opacity: 0.1;
    animation: waveAnimation 20s linear infinite;
    content: "";
    height: 100%;
    top: 0;
    background: #ffffff;
    z-index: -1;
    left: -100%;
}footer .header_learn h5, footer .subscribe_holder h5 {
    padding-bottom: 10px;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
}footer .header_learn h5::after, footer .subscribe_holder h5::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, #ffffff, transparent);
    content: "";
    left: 0;
}footer .top_learning {
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
    display: flex;
}footer .top_learning a {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 8px 15px;
    flex: 1 1 calc(50% - 10px);
    background-color: rgb(162,185,210,0.5);
    text-align: center;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
}footer .top_learning a::before {
    bottom: 0;
    content: "";
    width: 100%;
    transition: left 0.3s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: -100%;
    height: 2px;
}footer .top_learning a:hover {
    transform: translateY(-3px);
    background-color: rgb(114,153,183,0.5);
}footer .top_learning a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 16px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    font-size: 16px;
    border: none;
    border-radius: 25px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgb(162,185,210,0.5);
    outline: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .subscribe_feature {
    overflow: hidden;
    background-color: #ffffff;
    padding: 15px 20px;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    border: none;
    color: rgb(162,185,210);
    position: relative;
    border-radius: 25px;
    transition: all 0.3s ease;
}footer .subscribe_feature::after {
    transition: left 0.7s ease;
    top: 0;
    position: absolute;
    left: -100%;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}footer .subscribe_feature:hover {
    background-color: rgb(208,219,234);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .subscribe_feature:hover::after {
    left: 100%;
}footer .edu_links {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .footer_account {
    padding: 0 30px;
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}footer .footer_account::before,
footer .footer_account::after {
    width: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
}footer .footer_account::before {
    left: 0;
}footer .footer_account::after {
    right: 0;
}

@media (min-width: 768px) {footer .top_edu {
    flex: 1 1 100%;
}footer .header_learn, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_feature {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .referral_prog {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .referral_prog {
    padding: 80px 0 30px;
}footer .referral_prog::before {
    height: 60px;
    background-size: 100% 60px;
}footer .message_info {
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .header_learn, footer .subscribe_holder {
    padding: 25px 20px;
}footer .edu_links {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .referral_prog {
    padding: 60px 0 20px;
}footer .referral_prog::before {
    background-size: 100% 40px;
    height: 40px;
}footer .header_learn h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 15px;
}footer .top_learning a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .subscribe_feature {
    padding: 12px 15px;
}}.learning_process {
    position: relative;
    background: rgb(208,219,234);
    overflow: hidden;
    padding: 8rem 2rem;
}.learning_process::before {
    background-size: 50px 50px;
    opacity: 0.1;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    animation: moveGrid 60s linear infinite;
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(162,185,210,0.5) 25px, rgb(162,185,210,0.5) 26px, transparent 27px, transparent 49px, rgb(162,185,210,0.5) 50px, rgb(162,185,210,0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgb(162,185,210,0.5) 25px, rgb(162,185,210,0.5) 26px, transparent 27px, transparent 49px, rgb(162,185,210,0.5) 50px, rgb(162,185,210,0.5) 51px, transparent 52px);
    position: absolute;
}.learning_process::after {
    left: -50%;
    background: radial-gradient(circle at center, rgb(114,153,183,0.5) 0%, transparent 60%);
    height: 200%;
    z-index: 0;
    content: "";
    width: 200%;
    bottom: -50%;
    opacity: 0.15;
    animation: pulse 20s infinite alternate;
    position: absolute;
}.learning_process .expert_zone {
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 2;
    max-width: 1000px;
    gap: 3rem;
    align-items: center;
}.learning_process h3 {
    animation: pixelateIn 1s ease-out forwards;
    padding: 2rem;
    width: 100%;
    border: 8px solid transparent;
    position: relative;
    font-weight: 700;
    border-image: linear-gradient(45deg, rgb(162,185,210), rgb(114,153,183)) 1;
    color: rgb(162,185,210);
    font-size: 36px;
    max-width: 700px;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
    transform: scale(0);
    margin: 0;
    text-align: center;
    background: #ffffff;
}.learning_process h3::before,
.learning_process h3::after {
    width: 0;
    height: 0;
    background: rgb(114,153,183,0.5);
    position: absolute;
    content: "";
}.learning_process h3::before {
    animation: pixelGrow 0.5s 1.2s steps(10) forwards;
    top: 0;
    left: 0;
}.learning_process h3::after {
    bottom: 0;
    right: 0;
    animation: pixelGrow 0.5s 1.5s steps(10) forwards;
}.learning_process span {
    padding: 2rem;
    opacity: 0;
    color: #000000;
    font-size: 15px;
    box-shadow: -20px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    border-image: linear-gradient(-45deg, rgb(114,153,183), rgb(162,185,210)) 1;
    line-height: 1.8;
    animation: pixelateIn 1s 0.5s ease-out forwards;
    text-align: center;
    border: 8px solid transparent;
    background: #ffffff;
    max-width: 700px;
    width: 100%;
    transform: scale(0);
}.learning_process span::before,
.learning_process span::after {
    content: "";
    width: 0;
    height: 0;
    background: rgb(162,185,210,0.5);
    position: absolute;
}.learning_process span::before {
    animation: pixelGrow 0.5s 1.8s steps(10) forwards;
    top: 0;
    right: 0;
}.learning_process span::after {
    left: 0;
    bottom: 0;
    animation: pixelGrow 0.5s 2.1s steps(10) forwards;
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes pixelateIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pixelGrow {
    0% {
        width: 8px;
        height: 8px;
    }
    25% {
        width: 8px;
        height: 16px;
    }
    50% {
        width: 16px;
        height: 16px;
    }
    75% {
        width: 16px;
        height: 24px;
    }
    100% {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 992px) {.learning_process {
    padding: 6rem 1.5rem;
}.learning_process h3 {
    font-size: calc(36px * 0.9);
    padding: 1.8rem;
    box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
    border-width: 6px;
}.learning_process span {
    border-width: 6px;
    box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 1.8rem;
}
    
    @keyframes pixelGrow {
        0% {
            width: 6px;
            height: 6px;
        }
        25% {
            width: 6px;
            height: 12px;
        }
        50% {
            width: 12px;
            height: 12px;
        }
        75% {
            width: 12px;
            height: 18px;
        }
        100% {
            width: 18px;
            height: 18px;
        }
    }
}

@media (max-width: 768px) {.learning_process {
    padding: 5rem 1rem;
}.learning_process h3 {
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    border-width: 4px;
    padding: 1.5rem;
    font-size: calc(36px * 0.8);
}.learning_process span {
    font-size: calc(15px * 0.95);
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    border-width: 4px;
}.learning_process .expert_zone {
    gap: 2rem;
}@keyframes pixelGrow {
        0% {
            width: 4px;
            height: 4px;
        }
        25% {
            width: 4px;
            height: 8px;
        }
        50% {
            width: 8px;
            height: 8px;
        }
        75% {
            width: 8px;
            height: 12px;
        }
        100% {
            width: 12px;
            height: 12px;
        }
    }
}.sign_up_for_updates {
    overflow: hidden;
    padding: 4rem 2rem;
    transform: skewY(-2deg);
    position: relative;
    background: linear-gradient(135deg, rgb(208,219,234) 0%, rgb(162,185,210,0.5) 100%);
    margin: 3rem 0;
}.sign_up_for_updates .expert_zone {
    transform: skewY(2deg);
    position: relative;
    z-index: 2;
}.sign_up_for_updates::before {
    width: 60%;
    position: absolute;
    top: -10%;
    background: linear-gradient(135deg, rgb(114,153,183) 0%, rgb(114,153,183,0.5) 100%);
    animation: pulse 8s infinite alternate;
    height: 200%;
    opacity: 0.7;
    transform: rotate(-15deg);
    left: -5%;
    content: "";
    z-index: 1;
    border-radius: 30px;
}.sign_up_for_updates::after {
    position: absolute;
    background: linear-gradient(45deg, rgb(162,185,210,0.5) 0%, rgb(162,185,210) 100%);
    border-radius: 10px;
    width: 70%;
    z-index: 0;
    right: -10%;
    transform: rotate(25deg);
    content: "";
    filter: blur(5px);
    animation: float 10s infinite alternate;
    height: 180%;
    bottom: -50%;
    opacity: 0.6;
}.sign_up_for_updates p {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 38px;
    max-width: 80%;
    transform: translateX(-5%);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
}.sign_up_for_updates .input_holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
    transform: translateX(5%);
    flex-direction: row;
    z-index: 3;
}.sign_up_for_updates .updates_modal {
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    border: none;
    transition: all 0.3s ease;
    color: #000000;
    transform: perspective(800px) rotateX(2deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex: 1;
    font-size: 18px;
    background: #ffffff;
}.sign_up_for_updates .updates_modal:focus {
    transform: perspective(800px) rotateX(0);
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.sign_up_for_updates .updates_modal::placeholder {
    opacity: 0.7;
    color: #000000;
}.sign_up_for_updates .subscribe_feature {
    font-weight: 600;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 1rem 2rem;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transform: perspective(800px) rotateX(2deg) translateZ(0);
    font-size: 20px;
    background: linear-gradient(135deg, rgb(114,153,183) 0%, rgb(162,185,210) 100%);
}.sign_up_for_updates .subscribe_feature:hover {
    background: linear-gradient(135deg, rgb(162,185,210) 0%, rgb(114,153,183) 100%);
    transform: perspective(800px) rotateX(0) translateY(-5px) translateZ(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1.05);
    }
}

@keyframes float {
    0% {
        transform: rotate(25deg) translateY(0);
    }
    100% {
        transform: rotate(25deg) translateY(-20px);
    }
}

@media (max-width: 768px) {.sign_up_for_updates {
    padding: 3rem 1.5rem;
    transform: skewY(-1deg);
}.sign_up_for_updates .expert_zone {
    transform: skewY(1deg);
}.sign_up_for_updates p {
    font-size: 19px;
    margin-bottom: 1.5rem;
    text-align: left;
    max-width: 100%;
    transform: translateX(0);
}.sign_up_for_updates .input_holder {
    flex-direction: column;
    transform: translateX(0);
    align-items: stretch;
}.sign_up_for_updates .updates_modal {
    width: 100%;
    margin-bottom: 1rem;
}.sign_up_for_updates .subscribe_feature {
    width: 100%;
}}.title_portal {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: rgb(208,219,234);
    display: flex;
    position: relative;
    overflow: hidden;
}.title_portal .course_base {
    width: 100%;
    max-width: 1400px;
    padding: 2rem;
    z-index: 2;
    position: relative;
}.title_portal .course_hero {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 4rem 3rem;
    overflow: hidden;
}.title_portal .course_hero::before {
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(162,185,210,0.5),
    rgb(114,153,183,0.5),
    rgba(0, 0, 0, 0.5)
  );
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    backdrop-filter: blur(8px);
    position: absolute;
    z-index: 1;
}.title_portal .course_hero::after {
    z-index: 0;
    right: -10px;
    transform: rotate(-12deg);
    position: absolute;
    bottom: -10px;
    border: 2px solid rgb(114,153,183);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 200px;
    opacity: 0.6;
    content: "";
    width: 200px;
}.title_portal .course_hero:hover::after {
    width: 230px;
    opacity: 0.8;
    height: 230px;
    transform: rotate(0deg) translate(-15px, -15px);
}.title_portal .course_hero span {
    display: inline-block;
    position: relative;
    transform: translateX(-10px);
    z-index: 2;
    margin-bottom: 2rem;
    transition: transform 0.5s ease;
}.title_portal .course_hero:hover span {
    transform: translateX(0);
}.title_portal .course_hero h3 {
    font-size: 21px;
    line-height: 1.5;
    transform: skewX(-5deg);
    position: relative;
    padding: 1rem 1.5rem;
    backdrop-filter: blur(4px);
    color: #ffffff;
    background: linear-gradient(
    to right, 
    rgb(162,185,210,0.5), 
    transparent
  );
    max-width: 90%;
    font-weight: 600;
}.title_portal .course_hero h1 {
    font-size: clamp(2.5rem, 5vw, 41px);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    margin-bottom: 2rem;
    transform: translateY(0);
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}.title_portal .course_hero:hover h1 {
    transform: translateY(-8px);
}.title_portal .course_hero div div {
    position: relative;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    border-left: 4px solid rgb(114,153,183);
    backdrop-filter: blur(4px);
    display: inline-block;
    padding: 0.8rem 2rem;
    max-width: 80%;
    background: linear-gradient(
    90deg,
    rgb(114,153,183,0.5),
    rgb(162,185,210,0.5)
  );
}.title_portal .course_hero:hover div div {
    transform: translateY(8px);
}.title_portal .course_hero p {
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

@media screen and (max-width: 991px) {.title_portal .course_hero {
    padding: 3rem 2rem;
}.title_portal .course_hero h3 {
    max-width: 100%;
    font-size: calc(16px * 1.1);
}.title_portal .course_hero h1 {
    font-size: clamp(2rem, 7vw, 3rem);
}.title_portal .course_hero div div {
    max-width: 90%;
}
}

@media screen and (max-width: 767px) {.title_portal .course_base {
    padding: 1rem;
}.title_portal .course_hero {
    padding: 2rem 1.5rem;
}.title_portal .course_hero::after {
    width: 120px;
    height: 120px;
}.title_portal .course_hero h3 {
    padding: 0.75rem 1rem;
    font-size: 16px;
    max-width: 100%;
}.title_portal .course_hero div div {
    padding: 0.75rem 1.25rem;
    max-width: 100%;
}.title_portal .course_hero p {
    font-size: 12px;
}
}

@media screen and (max-width: 480px) {.title_portal .course_hero h1 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}.title_portal .course_hero span {
    margin-bottom: 1.5rem;
}.title_portal .course_hero::after {
    bottom: -5px;
    width: 80px;
    right: -5px;
    height: 80px;
}.title_portal .course_hero h3 {
    transform: skewX(0);
    padding: 0.5rem 0.75rem;
}
}

@media (hover: none) {.title_portal .course_hero h1,
  .title_portal .course_hero span,
  .title_portal .course_hero div div {
    transform: none;
}.title_portal .course_hero:hover h1,
  .title_portal .course_hero:hover span,
  .title_portal .course_hero:hover div div {
    transform: none;
}
}

@media (prefers-reduced-motion) {.title_portal .course_hero h1,
  .title_portal .course_hero span,
  .title_portal .course_hero div div,
  .title_portal .course_hero::after {
    transition: none;
}}.gratSpot {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(162,185,210,0.5) 0%, rgb(208,219,234) 100%);
    position: relative;
    overflow: hidden;
}.gratSpot::before {
    opacity: 0.1;
    left: 0;
    width: 100%;
    animation: patternShift 30s infinite linear;
    position: absolute;
    z-index: 1;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgb(162,185,210,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(162,185,210,0.5) 1px, transparent 1px);
    content: "";
    background-size: 60px 60px;
    height: 100%;
}.gratSpot::after {
    z-index: 0;
    position: absolute;
    content: "";
    height: 200%;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    width: 200%;
    opacity: 0.15;
    transform: translateZ(0);
    animation: lightPulse 10s infinite ease-in-out;
    left: -50%;
    top: -50%;
}.gratSpot .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.gratSpot .expert_zone {
    padding: 60px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
}.gratSpot .expert_zone::before {
    top: -5px;
    left: -5px;
    transition: opacity 0.6s ease, filter 0.6s ease;
    border-radius: calc(10px + 5px);
    opacity: 0.6;
    background: linear-gradient(45deg, 
        rgb(162,185,210) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(114,153,183) 100%);
    z-index: -1;
    content: "";
    filter: blur(8px);
    right: -5px;
    bottom: -5px;
    position: absolute;
}.gratSpot .expert_zone:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}.gratSpot .expert_zone:hover::before {
    filter: blur(12px);
    opacity: 0.8;
}.gratSpot .expert_zone > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}.gratSpot .expert_zone > div:first-child::after {
    transform-origin: left center;
    width: 80px;
    height: 4px;
    left: 0;
    bottom: -10px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(162,185,210), rgb(114,153,183));
    animation: lineExtend 1.5s ease-out forwards;
    position: absolute;
    content: "";
}.gratSpot h5 {
    margin: 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    padding: 0;
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    animation: slideIn 0.8s 0.2s ease-out forwards;
    line-height: 1.4;
    font-size: 24px;
    transform: translateX(0);
}.gratSpot .expert_zone > div:last-child {
    overflow: hidden;
    position: relative;
}.gratSpot a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s ease;
}.gratSpot a:hover {
    transform: translateX(5px);
}.gratSpot p {
    animation: fadeIn 1s 0.5s ease-out forwards;
    color: #000000;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: Arial, sans-serif;
    opacity: 0;
}

@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}

@keyframes slideIn {
    0% { 
        transform: translateX(-30px); 
        opacity: 0;
    }
    100% { 
        transform: translateX(0); 
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

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

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.gratSpot {
    padding: 90px 0;
}.gratSpot .expert_zone {
    transform: perspective(1000px) rotateX(1deg);
    padding: 50px 40px;
}.gratSpot h5 {
    font-size: calc(24px - 0.1rem);
}
}

@media (max-width: 768px) {.gratSpot {
    padding: 70px 0;
}.gratSpot .expert_zone {
    padding: 40px 30px;
    transform: none;
}.gratSpot h5 {
    font-size: calc(24px - 0.2rem);
}.gratSpot p {
    line-height: 1.7;
    font-size: calc(16px - 0.05rem);
}.gratSpot .expert_zone > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.gratSpot {
    padding: 50px 0;
}.gratSpot .expert_zone {
    padding: 30px 20px;
}.gratSpot h5 {
    font-size: calc(24px - 0.3rem);
}.gratSpot p {
    font-size: calc(16px - 0.1rem);
    line-height: 1.6;
}.gratSpot .expert_zone > div:first-child {
    margin-bottom: 25px;
}.gratSpot .expert_zone > div:first-child::after {
    width: 50px;
    height: 3px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.gratSpot .expert_zone:hover {
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transform: none;
}.gratSpot .expert_zone:hover::before {
    filter: blur(8px);
    opacity: 0.6;
}.gratSpot a:hover {
    transform: none;
}}.confidential_cove {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 40px;
    margin: 0 auto;
    width: 100%;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}.confidential_cove h1 {
    margin-bottom: 25px;
    text-align: center;
    margin-top: 40px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(162,185,210);
    font-size: 42px;
    color: rgb(162,185,210);
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
}.confidential_cove h2 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    color: rgb(114,153,183);
    text-transform: uppercase;
    font-size: 34px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(114,153,183);
}.confidential_cove h3, .confidential_cove h4, .confidential_cove h5, .confidential_cove h6 {
    color: #000000;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}.confidential_cove ul, .confidential_cove ol {
    margin: 0;
    padding-left: 0;
    padding: 15px 0;
    list-style-position: inside;
}.confidential_cove li {
    padding: 5px;
    font-family: Arial, sans-serif;
    margin-bottom: 12px;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}.confidential_cove li:hover {
    background: rgb(162,185,210,0.5);
}.confidential_cove section {
    background: none;
}.confidential_cove p, .confidential_cove span, .confidential_cove div {
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.confidential_cove {
    padding: 25px 10px;
    width: 100%;
}.confidential_cove h1, .confidential_cove h2 {
    text-align: left;
    font-size: calc(18px - 5px);
}.confidential_cove ul, .confidential_cove ol {
    padding: 10px 0;
}}.program_outcomes {
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,219,234) 0%, #ffffff 100%);
    position: relative;
}.program_outcomes::before {
    top: -10%;
    right: -5%;
    filter: blur(40px);
    background: linear-gradient(225deg, rgb(162,185,210,0.5) 20%, transparent 80%);
    transform: rotate(-15deg);
    content: "";
    opacity: 0.5;
    z-index: 1;
    height: 70%;
    animation: float 12s infinite ease-in-out;
    width: 35%;
    position: absolute;
}.program_outcomes::after {
    height: 60%;
    left: -5%;
    position: absolute;
    width: 35%;
    content: "";
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(114,153,183,0.5) 30%, transparent 80%);
    transform: rotate(15deg);
    bottom: -10%;
    z-index: 1;
    animation: float 15s infinite ease-in-out reverse;
    filter: blur(40px);
}.program_outcomes h5 {
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.4;
    font-weight: 700;
    margin-right: auto;
    position: relative;
    margin-left: auto;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #000000;
    max-width: 800px;
    font-size: 21px;
    margin-bottom: 60px;
}.program_outcomes h5::after {
    background: linear-gradient(90deg, rgb(162,185,210) 0%, rgb(114,153,183) 100%);
    border-radius: 10px;
    position: absolute;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    bottom: -15px;
}.program_outcomes .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.program_outcomes .expert_zone {
    border-radius: 23px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    gap: 40px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    display: grid;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px;
    position: relative;
    backdrop-filter: blur(8px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.program_outcomes .expert_zone:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.program_outcomes .img_holder {
    filter: saturate(1.05);
    width: 100%;
    object-fit: cover;
    border-radius: 23px;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    aspect-ratio: 4/3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: auto;
}.program_outcomes .expert_zone:hover .img_holder {
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}.program_outcomes .text_frame_wrap {
    padding-left: 20px;
}.program_outcomes ul {
    display: grid;
    margin: 0;
    gap: 20px;
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
}.program_outcomes li {
    padding-left: 40px;
    animation-delay: calc(0.1s * var(--item-index, 0));
    animation: fadeInUp 0.5s ease-out forwards;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
}.program_outcomes li:nth-child(1) {
    --item-index: 1;
}.program_outcomes li:nth-child(2) {
    --item-index: 2;
}.program_outcomes li:nth-child(3) {
    --item-index: 3;
}.program_outcomes li:nth-child(4) {
    --item-index: 4;
}.program_outcomes li:nth-child(5) {
    --item-index: 5;
}.program_outcomes li:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}.program_outcomes li p {
    align-items: flex-start;
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
    display: flex;
    margin: 0;
}.program_outcomes li svg {
    transition: transform 0.3s ease;
    left: 0;
    top: 0;
    height: 28px;
    width: 28px;
    position: absolute;
}.program_outcomes li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.program_outcomes li svg path {
    fill: rgb(162,185,210);
    transition: fill 0.3s ease;
}.program_outcomes li:hover svg path {
    fill: rgb(114,153,183);
}

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

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(10px, -15px);
    }
}

@media (max-width: 992px) {.program_outcomes {
    padding: 80px 0 60px;
}.program_outcomes .expert_zone {
    padding: 30px;
    grid-template-columns: 1fr;
}.program_outcomes .img_holder {
    max-height: 300px;
    transform: perspective(1000px) rotateY(0deg);
    width: 100%;
}.program_outcomes .text_frame_wrap {
    padding-left: 0;
    padding-top: 20px;
}.program_outcomes h5 {
    margin-bottom: 50px;
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 768px) {.program_outcomes {
    padding: 60px 0 40px;
}.program_outcomes h5 {
    margin-bottom: 40px;
    font-size: calc(21px * 0.8);
}.program_outcomes .expert_zone {
    padding: 20px;
}.program_outcomes li {
    padding-left: 35px;
}.program_outcomes li svg {
    height: 24px;
    width: 24px;
}.program_outcomes li p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.program_outcomes {
    padding: 50px 0 30px;
}.program_outcomes h5 {
    margin-bottom: 30px;
    font-size: calc(21px * 0.7);
}.program_outcomes .expert_zone {
    padding: 15px;
    gap: 20px;
}.program_outcomes .img_holder {
    max-height: 200px;
}.program_outcomes li {
    gap: 15px;
    padding-left: 30px;
}.program_outcomes li svg {
    width: 20px;
    height: 20px;
}.program_outcomes li p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.education_experience {
    padding: 100px 0;
    background: linear-gradient(
        125deg,
        rgb(208,219,234) 0%,
        rgb(208,219,234) 60%,
        rgb(162,185,210,0.5) 120%
    );
    overflow: hidden;
    position: relative;
}.education_experience::before {
    height: 100%;
    left: 0;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(162,185,210,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(162,185,210,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(162,185,210,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(162,185,210,0.5) 75%);
    opacity: 0.03;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}.education_experience::after {
    position: absolute;
    content: "";
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(162,185,210,0.5) 0%,
            transparent 60%
        );
    left: -50%;
    top: -50%;
    height: 200%;
    width: 200%;
    opacity: 0.2;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.education_experience .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.education_experience .user_ratings {
    position: relative;
    overflow: visible;
    align-items: center;
    display: flex;
    border-radius: 24px;
    flex-direction: column;
    padding: 0;
    background: transparent;
}.education_experience .img_holder {
    transform: rotate(-5deg);
    width: 260px;
    height: 260px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-radius: 20px;
    z-index: 3;
}.education_experience .img_holder::before {
    transform: rotate(5deg);
    opacity: 0.3;
    transition: all 0.5s ease;
    z-index: -1;
    background: linear-gradient(
        135deg,
        rgb(162,185,210,0.5) 0%,
        transparent 50%,
        rgb(114,153,183,0.5) 100%
    );
    border-radius: 30px;
    content: "";
    inset: -10px;
    position: absolute;
}.education_experience .img_holder::after {
    transition: all 0.5s ease;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(162,185,210,0.5) 10px,
            rgb(162,185,210,0.5) 11px
        );
    position: absolute;
    z-index: -2;
    inset: -20px;
    content: "";
    border-radius: 40px;
    opacity: 0.05;
    transform: rotate(10deg);
}.education_experience .name {
    font-weight: 700;
    position: relative;
    -webkit-text-fill-color: transparent;
    text-align: center;
    color: #000000;
    background-clip: text !important;
    padding: 0 20px 15px;
    text-fill-color: transparent;
    font-size: 47px;
    -webkit-background-clip: text !important;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(162,185,210) 100%
    );
    z-index: 2;
    margin-bottom: 15px;
}.education_experience .name::after {
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: 0;
    border-radius: 3px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(
        to right,
        rgb(162,185,210) 0%,
        rgb(114,153,183) 100%
    );
}.education_experience .user_ratings span:not(.name) {
    z-index: 2;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.8;
    margin-bottom: 40px;
    color: rgb(114,153,183);
    font-size: 21px;
    text-align: center;
    letter-spacing: 3px;
}.education_experience .experience {
    z-index: 1;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    position: relative;
    text-align: center;
    color: #000000;
    max-width: 700px;
    border-radius: 24px;
    width: 80%;
    padding: 40px 50px;
    font-size: 13px;
    margin: 0;
    line-height: 1.9;
    background: #ffffff;
}.education_experience .experience::before {
    background: 
        linear-gradient(45deg, rgb(162,185,210,0.5) 0%, transparent 100%);
    left: 25px;
    position: absolute;
    top: 25px;
    width: 35px;
    opacity: 0.2;
    border-radius: 0 0 10px 0;
    content: "";
    height: 35px;
}.education_experience .experience::after {
    bottom: 25px;
    height: 35px;
    right: 25px;
    opacity: 0.2;
    position: absolute;
    border-radius: 0 0 0 10px;
    content: "";
    background: 
        linear-gradient(225deg, rgb(114,153,183,0.5) 0%, transparent 100%);
    width: 35px;
}.education_experience .user_ratings::before {
    content: "";
    width: 300px;
    top: -70px;
    left: 50%;
    background: 
        linear-gradient(
            135deg,
            rgb(162,185,210,0.5) 0%,
            transparent 100%
        );
    animation: morphing 15s infinite alternate ease-in-out;
    z-index: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    height: 300px;
    opacity: 0.1;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.education_experience .user_ratings::after {
    left: 50%;
    content: "";
    opacity: 0.08;
    position: absolute;
    width: 350px;
    transform: translateX(-50%) rotate(-45deg);
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(114,153,183,0.5) 100%
        );
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    top: -50px;
    height: 350px;
    z-index: 0;
}.education_experience .user_ratings:hover .img_holder {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}.education_experience .user_ratings:hover .img_holder::before {
    opacity: 0.5;
    transform: rotate(0deg);
}.education_experience .user_ratings:hover .img_holder::after {
    transform: rotate(5deg);
}.education_experience .user_ratings:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

@media (max-width: 991px) {.education_experience {
    padding: 80px 0;
}.education_experience .img_holder {
    margin-bottom: 25px;
    height: 220px;
    width: 220px;
}.education_experience .name {
    font-size: calc(47px * 0.9);
    margin-bottom: 12px;
}.education_experience .experience {
    width: 85%;
    padding: 35px 40px;
}.education_experience .user_ratings::before,
    .education_experience .user_ratings::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.education_experience {
    padding: 60px 0;
}.education_experience .img_holder {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
}.education_experience .name {
    margin-bottom: 10px;
    padding: 0 15px 12px;
    font-size: calc(47px * 0.8);
}.education_experience .user_ratings span:not(.name) {
    margin-bottom: 30px;
    font-size: calc(21px * 0.9);
    letter-spacing: 2px;
}.education_experience .experience {
    padding: 30px 35px;
    width: 90%;
    font-size: calc(13px * 0.95);
}.education_experience .experience::before,
    .education_experience .experience::after {
    height: 25px;
    width: 25px;
}.education_experience .user_ratings::before,
    .education_experience .user_ratings::after {
    width: 200px;
    height: 200px;
}.education_experience .user_ratings:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.education_experience {
    padding: 50px 0;
}.education_experience .img_holder {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 15px;
}.education_experience .img_holder::before {
    inset: -8px;
    border-radius: 22px;
}.education_experience .img_holder::after {
    inset: -15px;
    border-radius: 30px;
}.education_experience .name {
    font-size: calc(47px * 0.7);
    margin-bottom: 8px;
    padding: 0 10px 10px;
}.education_experience .name::after {
    height: 2px;
    width: 60px;
}.education_experience .user_ratings span:not(.name) {
    font-size: calc(21px * 0.85);
    margin-bottom: 25px;
    letter-spacing: 1px;
}.education_experience .experience {
    width: 100%;
    font-size: calc(13px * 0.9);
    padding: 25px 20px;
    border-radius: 10px;
}.education_experience .experience::before,
    .education_experience .experience::after {
    height: 20px;
    top: 15px;
    width: 20px;
    left: 15px;
}.education_experience .experience::after {
    bottom: 15px;
    right: 15px;
}.education_experience .user_ratings::before,
    .education_experience .user_ratings::after {
    height: 150px;
    width: 150px;
}.education_experience .user_ratings:hover span:not(.name) {
    letter-spacing: 2px;
}}.contact_box {
    position: relative;
    background: rgb(208,219,234);
    overflow: hidden;
    padding: 90px 0;
}.contact_box::before {
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.2;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(162,185,210,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(114,153,183,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
}.contact_box::after {
    height: 100%;
    content: '';
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    width: 100%;
    top: 0;
    position: absolute;
}.contact_box .img_holder {
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    height: 95%;
    width: 45%;
    border-radius: 100px 0 0 100px;
    top: 2.5%;
    right: 0;
    z-index: 1;
}.contact_box .img_holder::after {
    top: 0;
    border-radius: 100px 0 0 100px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgb(162,185,210,0.5), transparent 70%);
    left: 0;
}.contact_box .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.contact_box h3 {
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
}.contact_box .feedback_links {
    background: #ffffff;
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.contact_box .feedback_links::before {
    position: absolute;
    background: rgb(162,185,210,0.5);
    height: 200px;
    border-radius: 50%;
    top: -100px;
    opacity: 0.05;
    width: 200px;
    content: '';
    left: -100px;
}.contact_box .feedback_links::after {
    border-radius: 50%;
    opacity: 0.05;
    bottom: -75px;
    background: rgb(114,153,183,0.5);
    width: 150px;
    height: 150px;
    position: absolute;
    content: '';
    right: -75px;
}.contact_box .reach_grid {
    width: 60%;
    padding: 50px;
    position: relative;
}.contact_box form h3 {
    color: rgb(162,185,210);
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
}.contact_box form h3::before,
.contact_box form h3::after {
    display: none;
}.contact_box input[type="text"],
.contact_box textarea {
    margin-bottom: 20px;
    color: #000000;
    width: 100%;
    font-size: 14px;
    border-radius: 30px;
    background: rgba(245, 245, 245, 0.5);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 25px;
    font-family: Arial, sans-serif;
}.contact_box input[type="text"]:focus,
.contact_box textarea:focus {
    border-color: rgb(162,185,210,0.5);
    box-shadow: 0 0 15px rgb(162,185,210,0.5);
    background: rgba(255, 255, 255, 1);
    outline: none;
}.contact_box textarea {
    border-radius: 20px;
    height: 140px;
    resize: none;
}.contact_box .inquiry_panel {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact_box .inquiry_panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box .inquiry_panel label {
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    line-height: 1.6;
}.contact_box .inquiry_panel label::before {
    content: '';
    position: absolute;
    top: 2px;
    height: 22px;
    transition: all 0.3s ease;
    left: 0;
    width: 22px;
    border: 2px solid rgb(162,185,210,0.5);
    border-radius: 50%;
    background: #ffffff;
}.contact_box .inquiry_panel input[type="checkbox"]:checked + label::before {
    background: rgb(162,185,210);
    border-color: rgb(162,185,210);
}.contact_box .inquiry_panel input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-width: 0 2px 2px 0;
    content: '';
    height: 10px;
    width: 6px;
    border: solid #ffffff;
    top: 6px;
    position: absolute;
    transform: rotate(45deg);
}.contact_box .inquiry_panel a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(162,185,210);
}.contact_box .inquiry_panel a:hover {
    color: rgb(114,153,183);
}.contact_box .contact_query {
    position: relative;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgb(162,185,210);
    font-size: 16px;
    padding: 15px 40px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-family: Arial, sans-serif;
    border-radius: 50px;
}.contact_box .contact_query::before {
    top: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    background: rgb(114,153,183);
    width: 100%;
    left: 0;
    border-radius: 50px;
    content: '';
    height: 100%;
}.contact_box .contact_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(162,185,210,0.5);
}.contact_box .contact_query:hover::before {
    transform: translateY(0);
}.contact_box .contact_reach {
    background: linear-gradient(135deg, rgb(162,185,210), rgb(114,153,183));
    border-radius: 70px 0 0 70px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    justify-content: center;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
    top: 50%;
    flex-direction: column;
    position: absolute;
    display: flex;
    padding: 50px;
    width: 40%;
}.contact_box .contact_reach::before {
    border-radius: 70px 0 0 70px;
    position: absolute;
    content: '';
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}.contact_box .contact_reach h4 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
}.contact_box .contact_reach h4::after {
    background: #ffffff;
    width: 40px;
    position: absolute;
    left: 0;
    content: '';
    bottom: -10px;
    height: 3px;
    border-radius: 3px;
}.contact_box .query_links {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact_box .query_links li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
    padding: 5px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact_box .query_links li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.contact_box .query_links svg {
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
    margin-top: 3px;
    height: 24px;
    transition: transform 0.3s ease;
}.contact_box .query_links li:hover svg {
    transform: scale(1.2);
}.contact_box .query_links svg path {
    fill: #ffffff;
}.contact_box .query_links span {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}.contact_box .query_links a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_box .query_links a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.contact_box .feedback_links {
    width: 70%;
}.contact_box .contact_reach {
    width: 35%;
}
}

@media (max-width: 992px) {.contact_box .img_holder {
    display: none;
}.contact_box .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}.contact_box .feedback_links {
    max-width: 600px;
    flex-direction: column;
    width: 100%;
}.contact_box .contact_reach {
    margin-top: 30px;
    border-radius: 20px;
    transform: none;
    top: auto;
    max-width: 600px;
    width: 100%;
    position: relative;
    right: auto;
}.contact_box .contact_reach::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.contact_box {
    padding: 70px 0;
}.contact_box h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.contact_box .reach_grid,
    .contact_box .contact_reach {
    padding: 30px;
}
}

@media (max-width: 576px) {.contact_box {
    padding: 50px 0;
}.contact_box h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.contact_box .reach_grid,
    .contact_box .contact_reach {
    padding: 25px 20px;
}.contact_box input[type="text"],
    .contact_box textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.contact_box .contact_query {
    padding: 12px;
    width: 100%;
}}.our_team {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(208,219,234);
}.our_team::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    top: 0;
    animation: pulse 15s infinite alternate;
    background: 
        radial-gradient(circle at 20% 20%, rgb(162,185,210,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgb(114,153,183,0.5) 0%, transparent 60%);
}.our_team::after {
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(162,185,210,0.5) 49.5%, rgb(162,185,210,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(114,153,183,0.5) 49.5%, rgb(114,153,183,0.5) 50.5%, transparent 50.5%);
    background-size: 60px 60px;
    animation: slide 20s linear infinite;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.1;
    z-index: 1;
}.our_team .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.our_team .expert_zone {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    display: grid;
}.our_team h3 {
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-size: 30px;
    display: inline-block;
    grid-column: 1 / -1;
    font-weight: 700;
}.our_team h3::after {
    bottom: -10px;
    width: 80px;
    left: 0;
    background: rgb(162,185,210);
    transition: width 0.5s ease;
    height: 4px;
    border-radius: 10px;
    content: "";
    position: absolute;
}.our_team h3:hover::after {
    width: 100%;
}.our_team .study_programs {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    padding: 30px;
    border-radius: 18px;
}.our_team .study_programs::before {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 10px 10px 0 0;
    content: "";
    background: linear-gradient(90deg, rgb(162,185,210), rgb(114,153,183));
    top: 0;
    width: 100%;
}.our_team .study_programs:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}.our_team .study_programs span {
    font-size: 21px;
    color: rgb(162,185,210);
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}.our_team .study_programs span::before {
    transform: translateY(-50%);
    width: 10px;
    content: "";
    border-radius: 50%;
    top: 50%;
    background: rgb(162,185,210);
    position: absolute;
    height: 10px;
    left: 0;
}.our_team .study_programs p {
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    margin-bottom: 30px;
}.our_team .study_programs .img_holder {
    position: relative;
    width: 100%;
    transition: transform 0.5s ease;
    border-radius: 18px;
    overflow: hidden;
    height: 280px;
}.our_team .study_programs .img_holder::after {
    top: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    left: -100%;
    position: absolute;
    animation: shine 3s infinite;
}.our_team .knowledge_hub {
    flex-direction: column;
    display: flex;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    position: relative;
}.our_team .knowledge_hub::before {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 5px;
    right: 0;
    background: linear-gradient(90deg, rgb(114,153,183), rgb(162,185,210));
    content: "";
    top: 0;
    position: absolute;
}.our_team .knowledge_hub:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.our_team .knowledge_hub p {
    font-size: 15px;
    color: #000000;
    border-left: 3px solid rgb(114,153,183);
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.6;
    font-weight: 400;
}.our_team .knowledge_hub .mission_block {
    transition: transform 0.5s ease;
    position: relative;
    height: 180px;
    width: 180px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}.our_team .knowledge_hub .mission_block::before {
    height: calc(100% + 30px);
    left: -15px;
    content: "";
    top: -15px;
    animation: rotate 30s linear infinite;
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgb(114,153,183,0.5);
    width: calc(100% + 30px);
}.our_team .knowledge_hub .mission_block::after {
    left: -5px;
    height: calc(100% + 10px);
    position: absolute;
    border-radius: 50%;
    content: "";
    animation: rotate 20s linear infinite reverse;
    width: calc(100% + 10px);
    border: 1px solid rgb(162,185,210,0.5);
    top: -5px;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.our_team {
    padding: 90px 0;
}.our_team .expert_zone {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.our_team .study_programs,
    .our_team .knowledge_hub {
    margin: 0 auto;
    max-width: 600px;
}.our_team .study_programs .img_holder {
    height: 240px;
}.our_team .knowledge_hub .mission_block {
    height: 160px;
    width: 160px;
}
}

@media (max-width: 768px) {.our_team {
    padding: 70px 0;
}.our_team h3 {
    font-size: calc(30px * 0.9);
    text-align: center;
    display: block;
}.our_team h3::after {
    left: 50%;
    transform: translateX(-50%);
}.our_team .study_programs,
    .our_team .knowledge_hub {
    padding: 25px;
}.our_team .study_programs span {
    font-size: calc(21px * 0.9);
}.our_team .study_programs .img_holder {
    height: 200px;
}.our_team .knowledge_hub .mission_block {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 576px) {.our_team {
    padding: 50px 0;
}.our_team .container {
    padding: 0 15px;
}.our_team h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.8);
}.our_team .expert_zone {
    grid-gap: 30px;
}.our_team .study_programs,
    .our_team .knowledge_hub {
    padding: 20px;
}.our_team .study_programs p,
    .our_team .knowledge_hub p {
    margin-bottom: 20px;
}.our_team .study_programs .img_holder {
    height: 180px;
}.our_team .knowledge_hub .mission_block {
    width: 120px;
    height: 120px;
}.our_team .knowledge_hub .mission_block::before {
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
}}header {
    overflow: visible;
    width: 100%;
    z-index: 99;
    position: relative;
    background: rgb(208,219,234);
}header::before {
    top: 0;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(162,185,210,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    left: 0;
}header .first_class {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 25px 30px;
}header .first_class::before {
    left: 10%;
    content: "";
    position: absolute;
    filter: blur(5px);
    height: 5px;
    background: linear-gradient(90deg, rgb(162,185,210), transparent);
    top: -10px;
    width: 30%;
}header .first_class::after {
    content: "";
    height: 5px;
    width: 30%;
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(114,153,183));
    position: absolute;
    bottom: -10px;
    filter: blur(5px);
}header .first_class .top_edu {
    position: relative;
    z-index: 2;
    padding: 5px;
}header .first_class .top_edu::before {
    z-index: -1;
    top: -5px;
    transition: opacity 0.3s ease;
    filter: blur(15px);
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    opacity: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(162,185,210), rgb(114,153,183));
}header .first_class .top_edu:hover::before {
    opacity: 0.7;
}header .first_class .top_edu .top_mentor {
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}header .first_class .top_edu:hover .top_mentor {
    transform: scale(1.05);
}header .first_class .top_edu .top_mentor svg {
    width: auto;
    height: 45px;
}header .first_class .header_learn {
    list-style: none;
    border-radius: 15px;
    padding: 10px;
    margin: 0;
    position: relative;
    display: flex;
}header .first_class .header_learn::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: absolute;
    backdrop-filter: blur(5px);
    top: 0;
    opacity: 0.1;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    border-radius: 15px;
    z-index: -1;
}header .first_class .header_learn .head_top {
    margin: 0 3px;
    position: relative;
}header .first_class .header_learn .head_top a {
    z-index: 1;
    border-radius: 10px;
    font-weight: 600;
    display: block;
    color: #000000;
    position: relative;
    padding: 8px 15px;
    font-size: 16px;
    overflow: hidden;
    text-decoration: none;
    font-family: Arial, sans-serif;
}header .first_class .header_learn .head_top a::before {
    opacity: 0;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(162,185,210), rgb(114,153,183));
}header .first_class .header_learn .head_top a::after {
    height: 150%;
    opacity: 0;
    position: absolute;
    content: "";
    top: 50%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 150%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
}header .first_class .header_learn .head_top:hover a::before {
    opacity: 1;
}header .first_class .header_learn .head_top:hover a {
    color: #ffffff;
}header .first_class .header_learn .head_top:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .first_class .header_learn .head_top:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(162,185,210), rgb(114,153,183));
}header .first_class .header_learn .head_top:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(162,185,210), rgb(114,153,183));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(162,185,210), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(162,185,210), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(162,185,210), 0);
    }
}

@media (max-width: 992px) {header .first_class {
    padding: 20px 15px;
    flex-direction: column;
}header .first_class .top_edu {
    margin-bottom: 15px;
}header .first_class .header_learn {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .first_class .header_learn .head_top {
    margin: 3px;
}header .first_class .header_learn .head_top a {
    padding: 6px 12px;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header .first_class {
    padding: 15px 10px;
}header .first_class .top_edu .top_mentor svg {
    height: 40px;
}header .first_class .header_learn {
    padding: 5px;
}header .first_class .header_learn .head_top a {
    font-size: calc(16px - 2px);
    padding: 5px 10px;
}}.pricing_package {
    font-family: Arial, sans-serif;
    padding: 100px 0;
    position: relative;
    background-color: rgb(208,219,234);
    overflow: hidden;
}.pricing_package::before {
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(rgb(114,153,183,0.5), 0.05) 0%, rgba(rgb(162,185,210,0.5), 0.08) 100%);
    top: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.pricing_package .container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.pricing_package .program_price {
    display: flex;
    flex-direction: column;
}.pricing_package .premium_plan {
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    margin-bottom: 60px;
}.pricing_package .premium_plan h2 {
    margin-bottom: 20px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.2;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 37px;
}.pricing_package .premium_plan h2::after {
    height: 4px;
    content: "";
    position: absolute;
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(114,153,183), rgb(162,185,210));
    border-radius: 2px;
    bottom: -10px;
}.pricing_package .learning_fees {
    max-width: 800px;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 25px;
    color: #000000;
}.pricing_package .trial_rates {
    gap: 30px;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}.pricing_package .learn_pricing {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(30px);
    perspective: 1000px;
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(0.15s * var(--i, 1));
    opacity: 0;
    display: block;
    text-decoration: none;
}.pricing_package .learn_pricing:nth-child(1) {
    --i: 1;
}.pricing_package .learn_pricing:nth-child(2) {
    --i: 2;
}.pricing_package .learn_pricing:nth-child(3) {
    --i: 3;
}.pricing_package .learn_pricing:nth-child(4) {
    --i: 4;
}.pricing_package .pro_fees {
    height: 100%;
    background-color: #ffffff;
    position: relative;
    transform-style: preserve-3d;
    border-radius: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.pricing_package .learn_pricing:hover .pro_fees {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(162,185,210,0.5), 0.1);
}.pricing_package .premium_grid {
    box-sizing: border-box;
    z-index: 2;
    min-height: 250px;
    position: relative;
    padding: 35px 30px;
}.pricing_package .premium_grid h3 {
    transition: transform 0.3s ease;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    font-size: calc(19px + 2px);
}.pricing_package .learn_pricing:hover .premium_grid h3 {
    transform: translateX(5px);
    color: rgb(162,185,210);
}.pricing_package .access_cost {
    color: rgb(114,153,183);
    transition: all 0.3s ease;
    margin: 20px 0;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: calc(19px + 4px);
}.pricing_package .access_cost::before {
    height: 3px;
    content: "";
    width: 40px;
    background: linear-gradient(90deg, rgb(114,153,183), transparent);
    position: absolute;
    left: 0;
    top: -10px;
    border-radius: 2px;
}.pricing_package .learn_pricing:hover .access_cost {
    transform: scale(1.05);
    color: rgb(162,185,210);
}.pricing_package .premium_grid p {
    font-size: 15px;
    overflow-wrap: break-word;
    white-space: normal;
    transition: color 0.3s ease;
    margin-top: 15px;
    word-break: normal;
    color: #000000;
    word-wrap: break-word;
    line-height: 1.6;
    hyphens: auto;
}.pricing_package .img_holder {
    height: 200px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 100%;
}.pricing_package .img_holder::after {
    opacity: 0.6;
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}.pricing_package .learn_pricing:hover .img_holder {
    transform: scale(1.05);
}.pricing_package .learn_pricing:hover .img_holder::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.pricing_package .program_price {
    flex-direction: row-reverse;
}.pricing_package .premium_plan {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.pricing_package .trial_rates {
    width: 70%;
}.pricing_package .premium_plan h2 {
    font-size: calc(37px + 4px);
}
}

@media (max-width: 1199px) {.pricing_package {
    padding: 80px 0;
}.pricing_package .premium_plan {
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
}.pricing_package .premium_plan h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.pricing_package {
    padding: 60px 0;
}.pricing_package .trial_rates {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_package .premium_grid {
    padding: 25px 20px;
}.pricing_package .img_holder {
    height: 180px;
}.pricing_package .premium_plan h2 {
    font-size: calc(37px - 2px);
}.pricing_package .learning_fees {
    font-size: calc(15px - 1px);
}
}

@media (hover: none) {.pricing_package .learn_pricing:hover .pro_fees {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.pricing_package .learn_pricing:hover .premium_grid h3 {
    transform: none;
}.pricing_package .learn_pricing:hover .access_cost {
    transform: none;
}.pricing_package .learn_pricing:hover .img_holder {
    transform: none;
}
}