.online_tools {
    flex: 0 0 auto;
}

.online_tools {
    background-color: rgb(152,180,177);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 0 2rem;
    color: #000000;
}

header,footer {
    width: 100%;
}

header {
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(122,149,145,0.5);
    width: 100%;
    z-index: 1000;
    top: 0;
    backdrop-filter: blur(20px);
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
}

.bundle_plan::before {
    height: 12rem;
    background: linear-gradient(135deg, rgb(122,149,145), rgb(91,118,113));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(15deg);
    right: -3rem;
    top: -3rem;
    width: 12rem;
    opacity: 0.07;
    content: "";
    position: absolute;
}

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

.bundle_plan .learn_deals {
    position: relative;
    margin-bottom: 3rem;
    order: -1;
}

.bundle_plan .learn_deals h2::after {
    left: 0;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(122,149,145), transparent);
    width: 60%;
    position: absolute;
    height: 3px;
    content: "";
}

.bundle_plan .pay_options {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.bundle_plan .fee_pricing {
    transform: translateY(0);
    flex-direction: column;
    min-height: 480px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    background-color: #ffffff;
    position: relative;
    display: flex;
    border: 1px solid rgba(0,0,0,0.06);
}

.bundle_plan .premium_grid h3 {
    margin-bottom: 0.5rem;
    color: #000000;
    transition: color 0.3s ease;
    font-size: calc(24px + 0.1rem);
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.bundle_plan .price_options::before {
    background-color: rgb(122,149,145,0.5);
    position: absolute;
    bottom: -0.75rem;
    width: 3rem;
    transform: scaleX(1);
    transform-origin: left;
    height: 2px;
    content: "";
    transition: transform 0.4s ease;
    left: 0;
}

.bundle_plan .image_header {
    position: relative;
    transition: transform 0.6s ease;
    overflow: hidden;
    height: 180px;
    width: 100%;
}

.bundle_plan .image_header::after {
    opacity: 0.7;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    transition: opacity 0.3s ease;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}

.bundle_plan .pricing_deals:hover .fee_pricing::before {
    transform: scaleX(1);
}

.secure_retreat {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(152,180,177) 0%, rgba(240, 245, 255, 0.95) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.secure_retreat::after {
    mix-blend-mode: overlay;
    height: 300px;
    background: radial-gradient(circle, rgb(91,118,113,0.5) 0%, transparent 70%);
    right: -150px;
    border-radius: 50%;
    top: -150px;
    position: absolute;
    z-index: 0;
    content: "";
    width: 300px;
}

.secure_retreat h1::after {
    position: absolute;
    height: 3px;
    content: "";
    width: 60%;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    bottom: -10px;
    transform-origin: left;
    background: rgb(91,118,113);
}

.secure_retreat h2 {
    font-size: 30px;
    padding-left: 15px;
    font-weight: 600;
    border-left: 4px solid rgb(91,118,113);
    margin: 2.5rem 0 1.5rem;
    color: #000000;
}

.secure_retreat h4 {
    color: #000000;
    border-left: 2px solid rgb(91,118,113,0.5);
    font-weight: 600;
    padding-left: 10px;
    margin: 1.75rem 0 1rem;
    font-size: calc(30px * 0.7);
}

.secure_retreat p:hover {
    transform: translateX(5px);
}

.secure_retreat p strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}

.secure_retreat p:hover strong::after {
    transform: scaleX(1);
}

.secure_retreat span {
    padding-left: 15px;
    font-size: calc(12px * 0.95);
    display: block;
    border-left: 1px solid rgb(91,118,113,0.5);
    font-style: italic;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.secure_retreat li::before {
    top: 0.75rem;
    background: rgb(91,118,113);
    left: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: rotate(45deg);
    height: 8px;
    border-radius: 2px;
    position: absolute;
    content: "";
    width: 8px;
}

.metrics_summary::before {
    width: 100%;
    opacity: 0.9;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #000000;
}

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

.metrics_summary .pro_statistics {
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "image header"
        "items description";
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 40px 30px;
    position: relative;
}

.metrics_summary .statistics_gain svg {
    height: 100%;
    width: 100%;
    fill: #ffffff;
}

.metrics_summary .statistics_gain svg path {
    fill: #ffffff;
}

.metrics_summary .key_classes::before {
    right: 0;
    height: 3px;
    content: "";
    width: 50px;
    position: absolute;
    top: 0;
    background: rgb(122,149,145);
}

.metrics_summary .growth_track {
    height: 100%;
    font-size: 18px;
    line-height: 1.8;
    flex-direction: column;
    position: relative;
    padding: 30px;
    display: flex;
    border-radius: 0 30px 0 30px;
    background: rgba(255, 255, 255, 0.05);
    justify-content: center;
    grid-area: description;
}

.metrics_summary .benefits_track {
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    flex-direction: column;
    border-left: 5px solid rgb(122,149,145);
    padding: 25px 20px 25px 25px;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
}

.metrics_summary .benefits_track:nth-child(2n)::before,
.metrics_summary .benefits_track:nth-child(2n) {
    border-color: rgb(91,118,113);
}

.metrics_summary .benefits_track:nth-child(2n) {
    border-left: 5px solid rgb(91,118,113);
}

.metrics_summary .benefits_track:hover .smart_statistics {
    opacity: 1;
    transform: rotate(10deg);
}

.metrics_summary .smart_statistics svg {
    height: 100%;
    width: 100%;
    fill: #ffffff;
}

.metrics_summary .benefits_track span::after {
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    opacity: 0.3;
    width: 40px;
    height: 2px;
}

.metrics_summary .benefits_track:nth-child(1) {
    animation: fadeInLeft 0.5s ease forwards;
}

.metrics_summary .benefits_track:nth-child(2) {
    animation: fadeInRight 0.5s ease forwards;
}

.metrics_summary .benefits_track:nth-child(4) {
    animation: fadeInRight 0.5s ease forwards 0.2s;
}

.contact_form_section::before {
    left: 0;
    background: linear-gradient(180deg, rgb(91,118,113,0.5) 0%, transparent 100%);
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.4;
}

.contact_form_section .image_header {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.12;
    position: absolute;
    filter: grayscale(100%) contrast(120%);
    z-index: 0;
    left: 0;
}

.contact_form_section h3 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 35px;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}

.connect_widget .inquiry_section h3 {
    color: #000000;
    text-transform: none;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

.connect_widget .inquiry_section form {
    flex-direction: column;
    display: flex;
}

.connect_widget .inquiry_section input[type="text"],
.connect_widget .inquiry_section textarea {
    padding: 16px 20px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 13px;
    border: none;
}

.connect_widget .inquiry_section .request_reach input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect_widget .inquiry_section .request_reach label::before {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    width: 22px;
    top: 2px;
    transition: all 0.3s ease;
    background: rgba(245, 245, 245, 0.5);
    height: 22px;
    left: 0;
    position: absolute;
    content: "";
}

.connect_widget .inquiry_section .request_reach input[type="checkbox"]:checked + label::after {
    content: "";
    top: 4px;
    border: solid #ffffff;
    height: 12px;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    border-width: 0 2px 2px 0;
}

.connect_widget .inquiry_section .inquiry_message {
    border: none;
    text-transform: uppercase;
    padding: 15px 35px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    background: transparent;
    border-bottom: 2px solid rgb(122,149,145);
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    align-self: flex-start;
}

.connect_widget .inquiry_section .inquiry_message:hover::before {
    height: 100%;
}

.connect_widget .reach_reach::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
}

.connect_widget .reach_reach .help_map {
    padding: 0;
    margin: 0;
    list-style: none;
}

.connect_widget .reach_reach .help_map li {
    align-items: center;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
}

.connect_widget .reach_reach .help_map li svg path {
    fill: rgb(122,149,145);
    transition: all 0.3s ease;
}

.connect_widget .reach_reach .help_map li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
}

.online_tools::before {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.07;
    z-index: 0;
    background: 
        linear-gradient(135deg, rgb(122,149,145,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(91,118,113,0.5) 0%, transparent 70%);
    height: 100%;
}

.online_tools .container {
    z-index: 2;
    position: relative;
}

.online_tools .msg_details {
    gap: 0;
    display: flex;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 4rem;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.online_tools .info_item {
    position: relative;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
    width: 25%;
}

.online_tools .info_item:first-child::before {
    display: none;
}

.online_tools .info_item p,
.online_tools .info_item a {
    transition: all 0.3s ease;
    font-size: calc(18px - 1px);
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    gap: 0.75rem;
    text-decoration: none;
    font-weight: 400;
    color: #000000;
}

.online_tools .info_item:hover svg {
    transform: rotate(10deg);
}

.online_tools .text_main_holder {
    gap: 3rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.online_tools .main_train svg {
    height: auto;
    max-width: 160px;
    transition: all 0.3s ease;
}

.online_tools .skill_test::before {
    bottom: 0;
    left: 0;
    content: '';
    width: 4px;
    position: absolute;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(122,149,145), rgb(91,118,113));
    top: 0;
}

.online_tools .main_pro::before {
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.02);
    width: 100%;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    border-radius: 17px;
}

.online_tools .top_head {
    display: flex;
    gap: 0.75rem;
    padding: 0 1.5rem;
    flex-direction: column;
}

.online_tools .top_head a::before {
    height: 6px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    transition: all 0.3s ease;
    content: '';
    border-radius: 50%;
    background-color: rgb(91,118,113,0.5);
    width: 6px;
    top: 50%;
}

.online_tools .top_head a:hover::before {
    width: 8px;
    background-color: rgb(122,149,145);
    height: 8px;
}

.online_tools .subscribe_holder::before {
    border-width: 50px 50px 0 0;
    top: 0;
    border-style: solid;
    width: 0;
    height: 0;
    border-top-left-radius: 17px;
    left: 0;
    content: '';
    position: absolute;
    border-color: rgb(122,149,145,0.5) transparent transparent transparent;
}

.online_tools .subscribe_holder p {
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}

.online_tools .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #000000;
    font-size: 18px;
    padding: 1.125rem 1.25rem;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.online_tools .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.online_tools .sub_box::before {
    background: linear-gradient(135deg, rgb(91,118,113) 0%, rgb(122,149,145) 100%);
    content: '';
    opacity: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
}

.online_tools .sub_box:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.online_tools .inclusion::before {
    position: absolute;
    content: '';
    left: 30%;
    height: 1px;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 40%;
}

.thanksNexus::before {
    width: 300px;
    top: -50px;
    right: -50px;
    transform: rotate(-15deg);
    height: 300px;
    background: radial-gradient(circle, rgb(122,149,145,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.6;
    z-index: 1;
}

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

.thanksNexus .container {
    container-name: thanks-container;
    container-type: inline-size;
}

.thanksNexus h2::after {
    background: linear-gradient(90deg, rgb(122,149,145) 0%, rgb(91,118,113) 100%);
    bottom: -15px;
    left: 0;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    height: 4px;
    transform-origin: left;
    position: absolute;
    width: 80px;
    content: "";
}

.thanksNexus .community_team::before {
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
}

.thanksNexus li::before {
    transform: rotate(45deg);
    background: rgb(122,149,145);
    height: 8px;
    left: 0;
    position: absolute;
    animation: rotateMark 6s infinite alternate ease-in-out;
    top: 10px;
    width: 8px;
    content: "";
}

header:before {
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    animation: shimmer 8s infinite linear;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    top: 0;
    position: absolute;
}

header .head_mentor:before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(122,149,145,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(91,118,113,0.5) 0%, transparent 40%);
    left: 0;
    content: '';
    pointer-events: none;
    opacity: 0.15;
    width: 100%;
    mix-blend-mode: overlay;
    height: 100%;
    position: absolute;
    top: 0;
}

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

header .main_pro:before {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    height: 35px;
    left: 0;
    transform: translateY(-50%) scaleX(0.8);
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    transition: all 0.4s ease;
    top: 50%;
    opacity: 0;
}

header .site_study:before {
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    width: 100%;
    transform-origin: right;
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    transform: scaleX(0);
    height: 1px;
}

header .site_study:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}

header .site_study:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}

header .head_sitewrap:before {
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    opacity: 0;
    background: radial-gradient(
        circle,
        rgb(122,149,145,0.5) 0%,
        transparent 70%
    );
    z-index: -1;
    transition: opacity 0.5s ease;
    position: absolute;
    top: -10px;
}

header .head_sitewrap:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}

header .head_sitewrap:hover:after {
    opacity: 0.7;
}

header .head_sitewrap svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 3px rgb(122,149,145,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.instructor_profile::before {
    background: rgb(91,118,113,0.5);
    transform: rotate(-15deg);
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    animation: pulse 8s infinite alternate;
    width: 70%;
    top: -10%;
    content: "";
    position: absolute;
    height: 120%;
    left: -10%;
}

.instructor_profile .client_stories:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.instructor_profile .image_header::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(122,149,145,0.5) 0%, transparent 70%);
}

.instructor_profile .employee_details {
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(30px) rotate(2deg);
    position: relative;
    transition: transform 0.5s ease;
    background: #ffffff;
    padding: 2rem;
    z-index: 3;
}

.instructor_profile .name::after {
    background: linear-gradient(90deg, rgb(91,118,113) 0%, rgb(122,149,145) 100%);
    transform: scaleX(0.6);
    left: 0;
    transform-origin: left;
    transition: transform 0.3s ease;
    bottom: -8px;
    width: 60px;
    content: "";
    position: absolute;
    height: 3px;
}

.instructor_profile .client_stories:hover .employee_details > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.instructor_profile .work_milestones::before {
    background: linear-gradient(to bottom, rgb(122,149,145), rgb(91,118,113));
    left: 0;
    width: 3px;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}

.program_overview::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0.6;
    background: linear-gradient(135deg, rgb(152,180,177) 0%, rgb(122,149,145,0.5) 100%);
}

.program_overview .container {
    z-index: 3;
    position: relative;
}

.program_overview .community_team {
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    gap: 1rem;
    display: grid;
    grid-template-rows: repeat(8, minmax(50px, auto));
}

.program_overview .online_class {
    grid-row: 2 / 8;
    grid-column: 1 / 9;
    position: relative;
    z-index: 5;
    background: #ffffff;
    border-radius: 17px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.program_overview .image_header::before {
    background: linear-gradient(45deg, rgb(122,149,145,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.program_overview .main_train {
    position: absolute;
    right: 3rem;
    transition: transform 0.3s ease-out;
    z-index: 10;
    top: -2rem;
    align-items: center;
    display: flex;
    transform: rotate(-5deg);
    border-radius: 50%;
    background: #ffffff;
    justify-content: center;
    height: 5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 5rem;
}

.program_overview .main_train svg path {
    fill: rgb(122,149,145);
}

.program_overview p {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
}

.program_overview .community_team::before {
    left: -6rem;
    position: absolute;
    height: 12rem;
    background: rgb(122,149,145,0.5);
    border-radius: 50%;
    top: -6rem;
    filter: blur(100px);
    opacity: 0.6;
    width: 12rem;
    content: "";
    animation: moveCircle 20s infinite alternate;
    z-index: 1;
}

.program_overview .online_class::before {
    border-radius: 0 10px 0 10px;
    height: 5px;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(122,149,145) 0%, rgb(91,118,113) 100%);
    top: 0;
    width: 100px;
    content: "";
}

.cookieWarningContainer {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    bottom: 20px;
    background: rgb(152,180,177);
    width: 90%;
    z-index: 1050;
    left: 50%;
    flex-direction: column;
    overflow: hidden;
    max-width: 600px;
    position: fixed;
    align-items: center;
    transform: translateX(-50%);
}

.cookieWarningContainer p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 15px;
}

.safe_cookies {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 17px;
    display: inline-block;
    margin: 5px;
    width: calc(50% - 10px);
    text-align: center;
    background: rgb(122,149,145);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 20px;
}


#cookiePolicyNotice {
    display: none;
}

.homepage {
    overflow: hidden;
    align-items: center;
    padding: 4rem 2rem;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(152,180,177), rgb(91,118,113,0.5) 80%);
    display: flex;
    position: relative;
}

.homepage::before {
    transform: rotate(-5deg);
    background: rgb(122,149,145,0.5);
    left: -50%;
    top: -50%;
    height: 100%;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.05;
    width: 100%;
    content: '';
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

.homepage h1.course_front {
    margin-bottom: 1.5rem;
    animation: fadeUp 0.8s ease-out forwards;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 43px);
    color: #000000;
    opacity: 0;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    transform: translateY(20px);
}

.homepage p {
    line-height: 1.6;
    max-width: 650px;
    font-size: clamp(1rem, 3vw, 13px);
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
    margin-bottom: 2rem;
    color: #000000;
}

.homepage .knowledge_zone {
    border-radius: 10px;
    height: 350px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
              -15px -15px 30px #ffffff,
              inset 5px 5px 10px rgba(0, 0, 0, 0.05),
              inset -5px -5px 10px rgba(255, 255, 255, 0.5);
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}


  
  .homepage .knowledge_zone {
    height: 400px;
}

.homepage .knowledge_zone span {
    position: absolute;
    z-index: 2;
    padding: 2rem;
    right: 0;
    transition: transform 0.5s ease;
    bottom: 0;
    left: 0;
}

.meet_us {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.meet_us::after {
    content: "";
    width: 40%;
    opacity: 0.15;
    background: linear-gradient(145deg, rgb(122,149,145,0.5), rgb(91,118,113,0.5));
    top: -10%;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    transform: rotate(15deg);
    height: 70%;
    z-index: 0;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: -5%;
}

.meet_us h4::after {
    content: "";
    left: 50%;
    height: 3px;
    background: rgb(122,149,145);
    transform: translateX(-50%);
    transition: width 0.4s ease;
    width: 60px;
    position: absolute;
    bottom: -12px;
}

.meet_us .text_pill_wrap {
    position: relative;
    border-radius: 10px;
    max-width: 900px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.95);
    padding: 3.5rem;
    overflow: hidden;
}

.meet_us .text_pill_wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}

.meet_us h6 {
    margin-bottom: 1.5rem;
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
    font-size: calc(22px * 1.5);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: transform 0.4s ease;
    position: relative;
    padding-bottom: 0.75rem;
}

.meet_us .text_pill_wrap:hover h6::after {
    width: 80px;
}

.meet_us .text_pill_wrap:hover span {
    transform: translateY(-5px);
    opacity: 1;
}


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


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



@media (min-width: 768px) {.bundle_plan .price_panel {
    align-items: flex-start;
    gap: 2rem;
    flex-direction: row;
}.bundle_plan .learn_deals {
    flex: 0 0 30%;
    padding-top: 2rem;
    order: 0;
    margin-bottom: 0;
}.bundle_plan .pay_options {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.bundle_plan .fee_pricing {
    border-radius: 0.25rem;
}
}



@media (min-width: 1024px) {.bundle_plan .pay_options {
    grid-template-columns: repeat(2, 1fr);
}.bundle_plan .pricing_deals:nth-child(odd) {
    transform: translateY(1.5rem);
}
}



@media (prefers-reduced-motion: reduce) {.bundle_plan .pricing_deals,
    .bundle_plan .fee_pricing,
    .bundle_plan .image_header,
    .bundle_plan .price_options::before,
    .bundle_plan .fee_pricing::before {
    transition: none;
}}



@media (min-width: 1200px) {.secure_retreat {
    padding: 8rem 0;
}.secure_retreat::after {
    top: -200px;
    right: -150px;
    width: 400px;
    height: 400px;
}.secure_retreat .container {
    padding: 0;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0.5deg);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.7);
    padding: 4rem;
    border-radius: 5px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}.secure_retreat .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.secure_retreat h1 {
    font-size: calc(45px * 1.3);
    margin-bottom: 3.5rem;
}.secure_retreat h2 {
    margin: 4rem 0 2.5rem;
    font-size: calc(30px * 1.15);
}.secure_retreat p {
    max-width: 80ch;
    margin-left: 1rem;
}.secure_retreat ul {
    margin-left: 3rem;
}.secure_retreat li {
    transition: transform 0.3s ease;
}.secure_retreat li:hover {
    transform: translateX(10px);
}
}



@media screen and (max-width: 991px) {.metrics_summary {
    padding: 100px 0;
}.metrics_summary .pro_statistics {
    grid-template-columns: 60% 40%;
    gap: 30px 20px;
}.metrics_summary .extra_gain {
    gap: 15px;
}.metrics_summary .benefits_track {
    padding: 20px 15px 20px 20px;
}.metrics_summary .benefits_track span {
    font-size: 47px;
}.metrics_summary .growth_track {
    padding: 25px;
    font-size: calc(18px - 1px);
}
}



@media screen and (max-width: 576px) {.metrics_summary {
    padding: 60px 0;
}.metrics_summary .container {
    padding: 0 15px;
}.metrics_summary .key_classes {
    font-size: calc(38px - 4px);
}.metrics_summary .benefits_track {
    padding: 15px 15px 15px 20px;
}.metrics_summary .benefits_track span {
    font-size: calc(47px - 5px);
}.metrics_summary .benefits_track p {
    font-size: calc(18px - 2px);
}.metrics_summary .smart_statistics {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
}}



@media screen and (max-width: 992px) {.contact_form_section {
    padding: 80px 0;
}.connect_widget {
    flex-direction: column;
}.connect_widget .inquiry_section {
    clip-path: none;
    width: 100%;
}.connect_widget .reach_reach {
    margin-left: 0;
    clip-path: none;
    width: 100%;
}
}



@media screen and (max-width: 768px) {.contact_form_section {
    padding: 60px 0;
}.contact_form_section h3 {
    font-size: calc(35px - 4px);
}.connect_widget .inquiry_section,
    .connect_widget .reach_reach {
    padding: 40px 30px;
}.connect_widget .inquiry_section .inquiry_message {
    width: 100%;
    text-align: center;
}
}



@media (max-width: 1200px) {.online_tools .text_main_holder {
    gap: 2.5rem;
}.online_tools .main_train {
    max-width: 260px;
}.online_tools .main_pro {
    min-width: 220px;
}
}



@media (max-width: 768px) {.online_tools {
    padding: 3.5rem 0 1.5rem;
}.online_tools .msg_details {
    margin-bottom: 3rem;
}.online_tools .info_item {
    width: 100%;
}.online_tools .info_item::before {
    display: none;
}.online_tools .top_head {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.5rem 1.5rem;
}.online_tools .top_head a {
    text-align: center;
    padding: 0.5rem 1rem;
}.online_tools .top_head a::before {
    display: none;
}.online_tools .top_head a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding-left: 1rem;
}.online_tools .inclusion {
    margin-top: 3rem;
}
}



@media (max-width: 992px) {.thanksNexus {
    padding: 80px 0;
}.thanksNexus h2 {
    font-size: calc(33px * 0.9);
}.thanksNexus .community_team {
    padding: 30px;
}
}



@media (max-width: 768px) {.thanksNexus {
    padding: 60px 0;
}.thanksNexus h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.thanksNexus h2::after {
    width: 60px;
}.thanksNexus .community_team {
    padding: 25px;
}.thanksNexus::before {
    width: 200px;
    height: 200px;
}.thanksNexus::after {
    width: 250px;
    height: 250px;
}
}



@media (prefers-reduced-motion: reduce) {.thanksNexus, .thanksNexus::before, .thanksNexus::after, 
  .thanksNexus h2, .thanksNexus h2::after, 
  .thanksNexus .community_team, .thanksNexus li, .thanksNexus li::before {
    animation: none;
    transition: none;
}
}



@media (max-width: 767px) {header .main_pro {
    z-index: 1001;
    backdrop-filter: blur(15px);
    height: 100vh;
    max-width: 320px;
    padding: 80px 30px 30px;
    -webkit-backdrop-filter: blur(15px);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    gap: 20px;
    flex-direction: column;
    background: rgb(122,149,145);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 80%;
    background: linear-gradient(
            135deg,
            rgb(122,149,145) 0%,
            rgb(122,149,145,0.5) 100%
        );
    top: 0;
    position: fixed;
    right: -100%;
}header .main_pro:before {
    display: none;
}header .menu.active {
    right: 0;
}header .site_study {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 5px;
}header .site_study:last-child {
    border-bottom: none;
}header .head_sitewrap {
    margin: 0 auto;
}
}



@media (max-width: 768px) {.program_overview {
    padding: 5rem 0;
}.program_overview .online_class {
    padding: 2rem;
}.program_overview .image_header {
    height: 300px;
}.program_overview .main_train {
    right: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    bottom: -1.5rem;
}.program_overview .main_train svg {
    width: 2.5rem;
    height: 2.5rem;
}.program_overview h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 1.25rem;
}.program_overview p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.program_overview .online_class::before {
    width: 70px;
}.program_overview .online_class::after {
    height: 70px;
}
}


@media only screen and (max-width: 600px) {.cookieWarningContainer {
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
}.tracking_policy {
    padding: 15px;
}.cookie_disclaimer svg {
    height: 50px;
    width: 50px;
}.cookieWarningContainer h5 {
    font-size: calc(19px - 2px);
}.cookieWarningContainer p {
    font-size: calc(15px - 2px);
}.safe_cookies {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(17px - 2px);
}}



@media (max-width: 767px) {.homepage {
    padding: 3rem 1.5rem;
}.homepage > div {
    gap: 1.5rem;
}.homepage h1.course_front {
    margin-bottom: 1rem;
}.homepage p {
    margin-bottom: 1.5rem;
}.homepage .knowledge_zone {
    height: 280px;
}.homepage .knowledge_zone span {
    padding: 1.5rem;
}
}



@media screen and (min-width: 768px) {.meet_us span {
    column-count: 2;
}.meet_us h4 {
    font-size: calc(18px * 1.4);
}.meet_us h6 {
    font-size: calc(22px * 1.8);
}.meet_us .text_pill_wrap {
    padding: 4rem;
}
}



@media screen and (max-width: 767px) {.meet_us {
    padding: 80px 0;
}.meet_us h4 {
    font-size: calc(18px * 1.1);
    margin-bottom: 1.5rem;
}.meet_us .text_pill_wrap {
    padding: 2rem;
}.meet_us h6 {
    margin-bottom: 1rem;
    font-size: 22px;
}.meet_us span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.meet_us .text_pill_wrap::before {
    width: 3px;
}
}



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



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



@keyframes expandWidth {
  from {
    transform: scaleX(0.3);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}



@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}

@keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 150px;
    }
  }



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

