* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: 1181px;
    max-width: 100%;
    margin: auto;
}

.main_learning {
    flex: 1 0 auto;
}

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

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

.wrapper-viewport {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}


.bundle_plan {
    overflow: hidden;
    background-color: rgb(152,180,177);
    padding: 5rem 0;
    position: relative;
}

.bundle_plan::after {
    content: "";
    background: linear-gradient(45deg, rgb(91,118,113), rgb(122,149,145,0.5));
    bottom: -5rem;
    height: 18rem;
    transform: rotate(-10deg);
    z-index: 0;
    left: -5rem;
    width: 18rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.05;
    position: absolute;
}

.bundle_plan .price_panel {
    flex-direction: column;
    display: flex;
}

.bundle_plan .learn_deals h2 {
    color: #000000;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 32px;
    position: relative;
    font-weight: 700;
}

.bundle_plan .bundle_offer {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 16px;
    max-width: 800px;
    color: #000000;
}

.bundle_plan .pricing_deals {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    color: #000000;
    position: relative;
    z-index: 2;
    text-decoration: none;
    overflow: hidden;
}

.bundle_plan .pricing_deals:hover .fee_pricing {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.bundle_plan .premium_grid {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1;
    z-index: 2;
    padding: 2rem;
}

.bundle_plan .pricing_deals:hover .premium_grid h3 {
    color: rgb(122,149,145);
}

.bundle_plan .price_options {
    color: rgb(122,149,145);
    margin-bottom: 1.5rem;
    display: block;
    font-weight: 700;
    font-size: calc(24px + 0.5rem);
    position: relative;
    transition: transform 0.3s ease;
}

.bundle_plan .pricing_deals:hover .price_options::before {
    transform: scaleX(1.5);
}

.bundle_plan .premium_grid p {
    overflow-wrap: break-word;
    word-break: break-word;
    flex-grow: 1;
    font-size: calc(16px - 0.1rem);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #000000;
}

.bundle_plan .pricing_deals:hover .image_header {
    transform: scale(1.03);
}

.bundle_plan .pricing_deals:hover .image_header::after {
    opacity: 0.4;
}

.bundle_plan .fee_pricing::before {
    height: 5px;
    transform: scaleX(0);
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, rgb(122,149,145), rgb(91,118,113));
    transform-origin: left;
}

.secure_retreat::before {
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, rgb(122,149,145) 0%, rgb(91,118,113) 100%);
    z-index: 1;
    content: "";
    height: 5px;
    left: 0;
    top: 0;
}

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

.secure_retreat h1 {
    position: relative;
    color: rgb(122,149,145);
    transition: transform 0.3s ease;
    font-size: calc(45px * 1.1);
    transform: translateZ(0);
    margin-bottom: 2rem;
    font-weight: 700;
    display: inline-block;
}

.secure_retreat h1:hover {
    transform: translateY(-2px);
}

.secure_retreat h1:hover::after {
    width: 100%;
}

.secure_retreat h3 {
    color: #000000;
    font-size: calc(30px * 0.85);
    margin: 2rem 0 1.25rem;
    border-left: 3px solid rgb(91,118,113,0.5);
    font-weight: 600;
    padding-left: 12px;
}

.secure_retreat p {
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 90ch;
    transition: transform 0.3s ease;
    position: relative;
    line-height: 1.8;
    font-size: 12px;
}

.secure_retreat p strong::after {
    left: 0;
    height: 1px;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    bottom: -2px;
    content: "";
    background: rgb(91,118,113);
    transition: transform 0.3s ease;
    width: 100%;
}

.secure_retreat ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 1.5rem;
    list-style-type: none;
}

.secure_retreat li {
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.7;
    font-size: 12px;
}

.secure_retreat li:hover::before {
    background: rgb(122,149,145);
    transform: rotate(135deg);
}

.metrics_summary {
    position: relative;
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}

.metrics_summary::after {
    top: 0;
    opacity: 0.2;
    content: "";
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 20% 20%, rgb(122,149,145,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 80%, rgb(91,118,113,0.5) 0%, transparent 30%);
    height: 100%;
    width: 100%;
    z-index: 2;
}

.metrics_summary .statistics_gain {
    align-items: center;
    padding: 15px;
    z-index: 10;
    height: 60px;
    top: 0;
    position: absolute;
    background: rgb(122,149,145);
    left: 0;
    grid-area: image;
    width: 60px;
    border-radius: 0 0 20px 0;
    justify-content: center;
    display: flex;
}

.metrics_summary .key_classes {
    align-items: center;
    align-self: start;
    font-size: 38px;
    display: flex;
    position: relative;
    grid-area: header;
    padding: 15px 0 15px 20px;
    font-weight: 700;
    margin: 0;
    border-bottom: 3px solid rgb(91,118,113);
}

.metrics_summary .growth_track::before {
    height: 80px;
    bottom: 0;
    position: absolute;
    width: 80px;
    right: 0;
    background: rgb(91,118,113);
    z-index: -1;
    opacity: 0.1;
    border-radius: 0 0 30px 0;
    content: "";
}

.metrics_summary .extra_gain {
    grid-template-columns: repeat(2, 1fr);
    grid-area: items;
    display: grid;
    gap: 20px;
}

.metrics_summary .benefits_track:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.07);
}

.metrics_summary .benefits_track::before {
    position: absolute;
    width: 5px;
    content: "";
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    height: 100%;
    background: rgb(122,149,145);
}

.metrics_summary .smart_statistics {
    position: absolute;
    top: 15px;
    opacity: 0.7;
    height: 30px;
    right: 15px;
    transition: all 0.3s ease;
    width: 30px;
}

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

.metrics_summary .benefits_track span {
    color: #ffffff;
    line-height: 1;
    font-size: calc(47px * 1.1);
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
}

.metrics_summary .benefits_track p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    z-index: 2;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}

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

.contact_form_section {
    overflow: hidden;
    position: relative;
    background: rgb(152,180,177);
    padding: 120px 0;
}

.contact_form_section::after {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 2;
    height: 200px;
    background: linear-gradient(0deg, rgb(152,180,177) 0%, transparent 100%);
    width: 100%;
}

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

.connect_widget {
    display: flex;
    position: relative;
    z-index: 10;
    gap: 0;
}

.connect_widget .inquiry_section {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    flex: 0 0 58%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #ffffff;
    padding: 60px;
    position: relative;
}

.connect_widget .inquiry_section h3::before,
.connect_widget .inquiry_section h3::after {
    content: none;
}

.connect_widget .inquiry_section input[type="text"]:focus,
.connect_widget .inquiry_section textarea:focus {
    border-bottom-color: rgb(122,149,145);
    outline: none;
    background: rgba(245, 245, 245, 0.8);
}

.connect_widget .inquiry_section textarea {
    resize: vertical;
    min-height: 150px;
}

.connect_widget .inquiry_section .request_reach {
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.connect_widget .inquiry_section .request_reach label {
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    color: #000000;
    font-size: calc(13px - 2px);
}

.connect_widget .inquiry_section .request_reach input[type="checkbox"]:checked + label::before {
    background: rgb(122,149,145);
    border-bottom-color: rgb(122,149,145);
}

.connect_widget .inquiry_section .request_reach a {
    color: rgb(122,149,145);
    transition: all 0.3s ease;
    font-weight: 600;
    border-bottom: 1px dashed rgb(122,149,145);
    text-decoration: none;
}

.connect_widget .inquiry_section .request_reach a:hover {
    color: rgb(91,118,113);
    border-bottom-color: rgb(91,118,113);
}

.connect_widget .inquiry_section .inquiry_message::before {
    height: 2px;
    transition: all 0.3s ease;
    bottom: -2px;
    left: 0;
    z-index: -1;
    background: rgb(122,149,145);
    content: "";
    position: absolute;
    width: 100%;
}

.connect_widget .inquiry_section .inquiry_message:hover {
    color: #ffffff;
}

.connect_widget .reach_reach {
    flex: 0 0 42%;
    color: #ffffff;
    position: relative;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: rgba(0, 0, 0, 0.5);
    margin-left: -40px;
    z-index: 0;
}

.connect_widget .reach_reach h4 {
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
    font-size: 24px;
}

.connect_widget .reach_reach .help_map li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.connect_widget .reach_reach .help_map li svg {
    margin-right: 20px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}

.connect_widget .reach_reach .help_map li:hover svg path {
    fill: #ffffff;
}

.connect_widget .reach_reach .help_map li span {
    line-height: 1.5;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.connect_widget .reach_reach .help_map li a:hover {
    color: rgb(122,149,145);
}

.online_tools::after {
    content: '';
    position: absolute;
    left: 0;
    height: 7px;
    background: linear-gradient(90deg, 
        rgb(152,180,177) 0%,
        rgb(122,149,145) 35%, 
        rgb(91,118,113) 65%,
        rgb(152,180,177) 100%);
    width: 100%;
    top: 0;
    z-index: 1;
}

.online_tools .event_cal {
    display: flex;
    flex-direction: column;
}

.online_tools .msg_details::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(91,118,113,0.5) 50%,
        transparent 100%);
    width: 100%;
    left: 0;
    content: '';
    height: 1px;
    position: absolute;
    bottom: -1px;
}

.online_tools .info_item::before {
    height: 60%;
    position: absolute;
    left: 0;
    content: '';
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.06);
    top: 50%;
    width: 1px;
}

.online_tools .info_item:hover {
    transform: translateY(-5px);
}

.online_tools .info_item:hover p,
.online_tools .info_item:hover a {
    color: rgb(122,149,145);
}

.online_tools .info_item svg {
    transition: transform 0.3s ease;
    height: 20px;
    fill: rgb(122,149,145);
    width: 20px;
}

.online_tools .main_train {
    gap: 1.5rem;
    width: 100%;
    margin-right: auto;
    flex-direction: column;
    display: flex;
    max-width: 300px;
}

.online_tools .main_train:hover svg {
    transform: scale(1.05);
}

.online_tools .skill_test {
    font-size: 15px;
    position: relative;
    padding-left: 2rem;
    color: #000000;
    line-height: 1.6;
}

.online_tools .main_pro {
    min-width: 240px;
    max-width: 400px;
    flex: 1;
    flex-direction: column;
    position: relative;
    gap: 2rem;
    display: flex;
}

.online_tools .main_pro h5 {
    border-radius: 10px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.03);
    font-size: 18px;
    color: #000000;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1rem;
}

.online_tools .top_head:first-child {
    position: relative;
}

.online_tools .top_head a {
    position: relative;
    padding-left: 1.25rem;
    transition: all 0.3s ease;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    padding: 0.5rem 0;
}

.online_tools .top_head a:hover {
    color: rgb(122,149,145);
    padding-left: 1.5rem;
}

.online_tools .subscribe_holder {
    border-radius: 17px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    gap: 1.5rem;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 2rem;
}

.online_tools .subscribe_holder h5 {
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
}

.online_tools .input_holder {
    gap: 1rem;
    position: relative;
    flex-direction: column;
    margin-top: 0.5rem;
    display: flex;
}

.online_tools .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(122,149,145,0.5);
    outline: none;
    border-color: rgb(122,149,145);
}

.online_tools .sub_box {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(122,149,145) 0%, rgb(91,118,113) 100%);
    z-index: 1;
    padding: 1.125rem 1.25rem;
    font-size: 14px;
}

.online_tools .sub_box:hover::before {
    opacity: 1;
}

.online_tools .inclusion {
    margin-top: 4rem;
    padding-top: 2rem;
    text-align: center;
    position: relative;
}

.online_tools .comm_guide {
    color: #000000;
    opacity: 0.8;
    font-size: 15px;
}

.thanksNexus {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(152,180,177) 0%, rgb(91,118,113,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.thanksNexus::after {
    height: 400px;
    left: -100px;
    content: "";
    z-index: 1;
    background: radial-gradient(ellipse, rgb(91,118,113,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.4;
    animation: float 12s infinite alternate ease-in-out;
    bottom: -100px;
    width: 400px;
}

.thanksNexus h2 {
    color: #000000;
    animation: slideInTitle 1.2s ease-out;
    opacity: 1;
    margin-bottom: 40px;
    font-size: 33px;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
}

.thanksNexus .community_team {
    padding: 40px;
    transform: translateY(0);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    animation: slideInContent 1.5s ease-out 0.3s both;
    position: relative;
}

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

.thanksNexus li {
    position: relative;
    animation: fadeIn 1.8s ease-out 0.6s both;
    margin-bottom: 15px;
    padding-left: 25px;
}

.thanksNexus li span {
    font-size: 14px;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
}


  
  @container thanks-container (max-width: 768px) {.thanksNexus .community_team {
    padding: 20px;
}.thanksNexus h2 {
    margin-bottom: 25px;
}}

header:after {
    background: linear-gradient(
        90deg,
        rgb(91,118,113) 0%,
        rgb(122,149,145) 50%,
        rgb(91,118,113) 100%
    );
    filter: blur(1px);
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    opacity: 0.8;
    bottom: 0;
}

header .head_mentor {
    overflow: hidden;
    position: relative;
}

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

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

header .main_pro {
    display: flex;
    align-items: center;
    position: relative;
    gap: 35px;
}

header .main_pro:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}

header .site_study {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    padding: 5px 0;
}

header .site_study:after {
    left: 0;
    content: '';
    transform: scaleY(0);
    height: 100%;
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(122,149,145,0.5),
        transparent
    );
    opacity: 0;
    z-index: -1;
    width: 100%;
}

header .site_study:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

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

header .head_sitewrap:after {
    opacity: 0;
    left: 0;
    content: '';
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(122,149,145),
        transparent
    ) 1;
    top: 0;
    position: absolute;
    width: 100%;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid transparent;
}

header .head_sitewrap:hover svg {
    filter: drop-shadow(0 0 5px rgb(122,149,145));
    transform: scale(1.05);
}

.instructor_profile {
    border-radius: 26px;
    background: linear-gradient(135deg, rgb(152,180,177) 0%, rgb(122,149,145,0.5) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
}

.instructor_profile .client_stories {
    position: relative;
    gap: 2rem;
    transition: transform 0.5s ease;
    display: grid;
    transform: perspective(1000px) rotateY(5deg);
    z-index: 2;
    grid-template-columns: 1fr 1.2fr;
}

.instructor_profile .image_header {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: rotate(-3deg) translateY(20px);
    height: 400px;
    border-radius: 10px;
}

.instructor_profile .client_stories:hover .image_header {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.instructor_profile .client_stories:hover .employee_details {
    transform: translateY(0) rotate(0deg);
}

.instructor_profile .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 30px;
    color: rgb(122,149,145);
    position: relative;
    font-family: Arial, sans-serif;
}

.instructor_profile .client_stories:hover .name::after {
    transform: scaleX(1);
}

.instructor_profile .employee_details > div:nth-child(2) {
    transform: translateX(5px);
    opacity: 0.8;
    color: rgb(91,118,113);
    font-size: 20px;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.instructor_profile .work_milestones {
    position: relative;
    font-weight: 400;
    font-style: italic;
    padding-left: 1.5rem;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}

.program_overview {
    padding: 8rem 0;
    background: rgb(152,180,177);
    position: relative;
    overflow: hidden;
}

.program_overview::after {
    position: absolute;
    background-size: 4rem 4rem;
    left: 0;
    opacity: 0.15;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(91,118,113,0.5) 15px, rgb(91,118,113,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(122,149,145,0.5) 15px, rgb(122,149,145,0.5) 16px);
    top: 0;
    content: "";
    animation: gridShift 30s infinite linear;
}

.program_overview .image_header {
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    position: relative;
    grid-row: 1 / 7;
    border-radius: 17px;
    z-index: 3;
    grid-column: 7 / 13;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.program_overview .image_header::after {
    content: "";
    width: 70%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    right: -5px;
    height: 70%;
    position: absolute;
    bottom: -5px;
    border-radius: 10px;
    border: 2px solid rgb(91,118,113);
    opacity: 0.6;
}

.program_overview .main_train:hover {
    transform: rotate(0deg) scale(1.05);
}

.program_overview .main_train svg {
    height: 3rem;
    width: 3rem;
    transition: all 0.3s ease;
}

.program_overview .main_train:hover svg {
    transform: scale(1.1);
}

.program_overview h3 {
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    font-size: 37px;
    padding-left: 1rem;
    border-left: 4px solid rgb(122,149,145);
}

.program_overview .community_team::after {
    filter: blur(80px);
    bottom: -4rem;
    width: 8rem;
    height: 8rem;
    z-index: 1;
    content: "";
    animation: moveCircle 15s infinite alternate-reverse;
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    background: rgb(91,118,113,0.5);
    right: -4rem;
}

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

.tracking_policy {
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 1;
}

.cookie_disclaimer {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}

.cookie_disclaimer svg, .cookie_disclaimer svg path, .cookie_disclaimer img {
    height: 80px;
    width: 80px;
    fill: rgb(122,149,145);
}


.cookieWarningContainer h5 {
    font-weight: 700;
    font-size: 19px;
    color: rgb(122,149,145);
    margin-bottom: 10px;
}

.safe_cookies:hover {
    background: rgb(91,118,113);
    transform: translateY(-3px);
}

.cookie_button.manage_cookies {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.manage_cookies:hover {
    background: rgb(91,118,113,0.5);
}

.cookieWarningContainer p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(122,149,145);
}

.cookieWarningContainer p a:hover {
    color: rgb(91,118,113);
}

#cookiePolicyNotice:checked ~ .cookieWarningContainer {
    visibility: hidden;
    opacity: 0;
}

.homepage > div {
    gap: 2.5rem;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    z-index: 2;
}

.homepage > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.homepage::after {
    bottom: -50%;
    width: 100%;
    right: -50%;
    animation: float 20s ease-in-out infinite alternate-reverse;
    background: rgb(91,118,113,0.5);
    transform: rotate(5deg);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.05;
}

.homepage h1.course_front::after {
    bottom: -15px;
    left: 0;
    box-shadow: 0 4px 10px rgb(122,149,145,0.5);
    position: absolute;
    content: '';
    width: 100px;
    background: rgb(122,149,145);
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    height: 5px;
}

.homepage h1.course_front::after {
    width: 150px;
}

.homepage .learn_lead {
    position: relative;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards 0.5s;
    width: 100%;
    opacity: 0;
}

.homepage .knowledge_zone::before {
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    height: 100%;
    backdrop-filter: blur(3px);
    top: 0;
}

.homepage .knowledge_zone:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15), 
              -20px -20px 40px #ffffff;
    transform: translateY(-10px);
}

.homepage .knowledge_zone:hover span {
    transform: translateY(-10px);
}

.homepage .knowledge_zone h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
}

.meet_us::before {
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(42, 57, 80, 0.92), rgba(32, 42, 68, 0.85));
    right: 0;
    bottom: 0;
    position: absolute;
}

.meet_us h4 {
    color: #ffffff;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    margin-bottom: 2.5rem;
    z-index: 2;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
    font-size: calc(18px * 1.2);
    opacity: 1;
}

.meet_us:hover h4::after {
    width: 100px;
}

.meet_us .container {
    margin: 0 auto;
    justify-content: center;
    display: flex;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}

.meet_us .text_pill_wrap::before {
    top: 0;
    width: 5px;
    transition: transform 0.5s ease;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(122,149,145), rgb(91,118,113));
    content: "";
    height: 100%;
    transform-origin: center;
    transform: scaleY(0.6);
}

.meet_us .text_pill_wrap:hover::before {
    transform: scaleY(1);
}

.meet_us h6::after {
    width: 40px;
    background: rgb(91,118,113);
    bottom: 0;
    content: "";
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
    left: 0;
}

.meet_us .text_pill_wrap:hover h6 {
    transform: translateX(10px);
}

.meet_us span {
    opacity: 0.9;
    hyphens: auto;
    color: #000000;
    column-gap: 2.5rem;
    display: block;
    column-count: 1;
    text-align: justify;
    position: relative;
    transition: opacity 0.4s ease, transform 0.4s ease;
    line-height: 1.8;
    transform: translateY(0);
    font-size: 12px;
}



@media (max-width: 767px) {.bundle_plan {
    padding: 3rem 0;
}.bundle_plan .pay_options {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.bundle_plan .learn_deals h2 {
    display: block;
    text-align: center;
}.bundle_plan .learn_deals h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.bundle_plan .bundle_offer {
    text-align: center;
}.bundle_plan .fee_pricing {
    min-height: auto;
}.bundle_plan .premium_grid {
    padding: 1.5rem;
}.bundle_plan .image_header {
    height: 160px;
}
}



@media (min-width: 1200px) {.bundle_plan .learn_deals {
    padding-top: 4rem;
}.bundle_plan .pricing_deals:hover {
    z-index: 5;
}.bundle_plan .pay_options {
    row-gap: 2.5rem;
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 768px) {.secure_retreat {
    padding: 7rem 3rem;
}.secure_retreat .container {
    padding: 0 2rem;
}.secure_retreat h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 3rem;
}.secure_retreat h2 {
    font-size: calc(30px * 1.1);
    margin: 3.5rem 0 2rem;
    padding-left: 20px;
}.secure_retreat h3 {
    font-size: calc(30px * 0.9);
    padding-left: 16px;
}.secure_retreat h4 {
    padding-left: 12px;
    font-size: calc(30px * 0.75);
}.secure_retreat p {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}.secure_retreat span {
    padding-left: 20px;
    font-size: 12px;
}.secure_retreat ul {
    margin-left: 2rem;
}.secure_retreat li {
    padding-left: 1.75rem;
    margin-bottom: 1.25rem;
}.secure_retreat li::before {
    height: 10px;
    width: 10px;
}
}



@media (max-width: 767px) {.secure_retreat {
    padding: 4rem 1.5rem;
}.secure_retreat h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 0.9);
}.secure_retreat h2 {
    font-size: calc(30px * 0.95);
    margin: 2rem 0 1rem;
}.secure_retreat h3, .secure_retreat h4 {
    font-size: calc(30px * 0.65);
    margin: 1.5rem 0 0.75rem;
}.secure_retreat p, .secure_retreat span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.secure_retreat ul {
    margin-left: 0;
}.secure_retreat li {
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
}}



@media screen and (max-width: 767px) {.metrics_summary {
    padding: 80px 0;
}.metrics_summary .pro_statistics {
    gap: 20px;
    grid-template-areas:
            "image"
            "header"
            "description"
            "learn_network";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
}.metrics_summary .statistics_gain {
    justify-self: center;
    margin: 0 auto 10px;
    position: relative;
    border-radius: 20px;
}.metrics_summary .key_classes {
    padding: 10px 0;
    justify-content: center;
    text-align: center;
}.metrics_summary .key_classes::before {
    display: none;
}.metrics_summary .growth_track {
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}.metrics_summary .growth_track::before {
    display: none;
}.metrics_summary .extra_gain {
    grid-template-columns: 1fr;
}.metrics_summary .benefits_track:nth-child(even) {
    animation: fadeInLeft 0.5s ease forwards 0.1s;
}
}



@media screen and (max-width: 480px) {.contact_form_section {
    padding: 40px 0;
}.connect_widget .inquiry_section,
    .connect_widget .reach_reach {
    padding: 30px 20px;
}.connect_widget .inquiry_section h3,
    .connect_widget .reach_reach h4 {
    font-size: calc(24px - 2px);
}}



@media (max-width: 991px) {.online_tools {
    padding: 4rem 0 2rem;
}.online_tools .info_item {
    padding: 1rem;
    width: 50%;
}.online_tools .info_item:nth-child(3)::before {
    display: none;
}.online_tools .text_main_holder {
    align-items: center;
    gap: 3rem;
    flex-direction: column;
}.online_tools .main_train {
    align-items: center;
    max-width: 100%;
    text-align: center;
    width: 100%;
}.online_tools .skill_test {
    max-width: 500px;
    padding-left: 0;
    text-align: center;
}.online_tools .skill_test::before {
    display: none;
}.online_tools .main_pro {
    max-width: 600px;
    width: 100%;
}.online_tools .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}



@media (max-width: 576px) {.online_tools {
    padding: 3rem 0 1.5rem;
}.online_tools .msg_details {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.online_tools .text_main_holder {
    gap: 2.5rem;
}.online_tools .main_pro {
    padding: 1rem;
}.online_tools .main_pro h5 {
    text-align: center;
}.online_tools .subscribe_holder {
    padding: 1.5rem;
}.online_tools .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.online_tools .inclusion {
    margin-top: 2.5rem;
}}



@media (max-width: 576px) {.thanksNexus {
    padding: 40px 0;
}.thanksNexus h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.7);
}.thanksNexus h2::after {
    height: 3px;
    width: 50px;
}.thanksNexus .community_team {
    padding: 20px;
}.thanksNexus li {
    padding-left: 20px;
}.thanksNexus li span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .main_pro {
    gap: 20px;
}header .head_sitewrap svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head_sitewrap svg {
    height: 35px;
}}



@media (max-width: 768px) {.instructor_profile .client_stories {
    grid-template-columns: 1fr;
}.instructor_profile .image_header {
    height: 300px;
}}



@media (max-width: 1200px) {.program_overview {
    padding: 7rem 0;
}.program_overview .community_team {
    gap: 0.75rem;
}.program_overview .online_class {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.program_overview .image_header {
    grid-column: 6 / 13;
}.program_overview .main_train {
    right: 2rem;
}
}



@media (max-width: 992px) {.program_overview {
    padding: 6rem 0;
}.program_overview .community_team {
    gap: 2rem;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.program_overview .online_class {
    grid-row: 2 / 3;
    padding: 2.5rem;
    grid-column: auto;
}.program_overview .image_header {
    height: 350px;
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 2;
}.program_overview .main_train {
    bottom: -2rem;
    top: auto;
    right: 3rem;
}.program_overview h3 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 576px) {.program_overview {
    padding: 4rem 0;
}.program_overview .online_class {
    padding: 1.5rem;
}.program_overview .image_header {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.program_overview .main_train {
    bottom: -1.25rem;
    height: 4rem;
    right: 1.5rem;
    width: 4rem;
}.program_overview .main_train svg {
    width: 2.25rem;
    height: 2.25rem;
}.program_overview h3 {
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    font-size: calc(37px * 0.7);
}.program_overview p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.program_overview .online_class::before {
    width: 50px;
}.program_overview .online_class::after {
    height: 50px;
}.program_overview .community_team::before,
    .program_overview .community_team::after {
    display: none;
}}



@media (max-width: 480px) {.homepage {
    padding: 2rem 1rem;
}.homepage h1.course_front::after {
    height: 4px;
    bottom: -10px;
}.homepage .knowledge_zone {
    height: 250px;
}.homepage .knowledge_zone span {
    padding: 1rem;
}}



@media screen and (min-width: 992px) {.meet_us {
    padding: 150px 0;
}.meet_us .text_pill_wrap {
    padding: 4.5rem 5rem;
}.meet_us h4 {
    font-size: calc(18px * 1.6);
}.meet_us h4::after {
    height: 4px;
}.meet_us h6 {
    margin-bottom: 2rem;
}
}



@media screen and (max-width: 480px) {.meet_us {
    padding: 60px 0;
}.meet_us .text_pill_wrap {
    padding: 1.5rem;
}.meet_us h4 {
    letter-spacing: 1px;
}.meet_us h4::after {
    height: 2px;
    width: 40px;
}.meet_us:hover h4::after {
    width: 60px;
}.meet_us h6 {
    padding-bottom: 0.5rem;
}.meet_us span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}
}



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



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



@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}



@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}



@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}



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



@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(2%, 2%) rotate(0deg);
  }
  100% {
    transform: translate(-2%, -1%) rotate(5deg);
  }
}

