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

.framework-wrapj {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

.greeting_pageH .page_beginA::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.greeting_pageH .study_expertsY::after {
    content: "";
    left: 0;
    height: 3px;
    background: rgb(126,174,158);
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.9s;
    bottom: 0;
    width: 0;
    position: absolute;
}

.greeting_pageH p {
    opacity: 0;
    margin-top: 2rem;
    line-height: 1.6;
    border-left: 3px solid rgb(126,174,158);
    position: relative;
    padding-left: 1rem;
    color: #ffffff;
    animation: fadeIn 1.5s ease forwards 0.9s;
    max-width: 85%;
    font-size: clamp(1rem, 2vw, 17px);
}

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

.company_overviewf h1::after {
    transform-origin: left;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(170,203,202) 0%, rgb(126,174,158) 100%);
    width: 80%;
    animation: lineExpand 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    height: 4px;
    bottom: -0.75rem;
    position: absolute;
}

.company_overviewf .path_creatorsO h4 {
    position: relative;
    color: rgb(170,203,202);
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-size: calc(19px * 1.1);
}

.appPageo {
    background: linear-gradient(135deg, rgb(126,174,158,0.5) 0%, rgb(170,203,202,0.5) 40%, rgb(214,225,223) 100%);
    perspective: 1000px;
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}

.appPageo .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}

.appPageo .edu_ethosW::before {
    left: -100%;
    animation: shimmer 4s infinite;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    content: "";
    pointer-events: none;
    position: absolute;
}

.appPageo h5 {
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: inline-block;
    color: rgb(170,203,202);
    font-weight: 700;
    font-size: calc(22px * 1.1);
    position: relative;
}

.appPageo a::before {
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
    content: "";
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(170,203,202,0.5) 0%, transparent 100%);
}

.appPageo a:hover::after {
    transform: scaleX(1);
}

.mentorship_experienceH::before {
    opacity: 0.3;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    animation: gradientSlide 30s linear infinite;
    height: 100%;
    background-size: 150px 100%;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(170,203,202,0.5) 10%, 
        transparent 11%);
    width: 100%;
}

.mentorship_experienceH .name {
    color: #000000;
    margin-left: 0;
    font-size: calc(22px * 1.2);
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-top: 40px;
    letter-spacing: -0.5px;
    transform: translateX(0);
}

.mentorship_experienceH .experience_profileJ::before {
    transition: transform 0.5s ease;
    width: 30px;
    transform-origin: right;
    position: absolute;
    top: 15px;
    left: -40px;
    content: "";
    transform: scaleX(0);
    height: 2px;
    background: rgb(170,203,202);
}

header .top_learn1 {
    position: relative;
    gap: 25px;
    display: flex;
}

header .top_sectionP {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.4s ease;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 8px 0;
}

header .top_sectionP:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

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

header .nav_guides:hover:after {
    width: 100%;
}

.footer_benefit9::after {
    animation: gridAnimate 15s linear infinite;
    background-position: center;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(rgba(rgb(170,203,202), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(170,203,202), 0.2) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.15;
    z-index: -1;
    left: 0;
    width: 100%;
}

.footer_benefit9 .faculty_infoe {
    grid-row: 1;
    justify-content: flex-end;
    grid-column: 6 / 13;
    display: flex;
}

.footer_benefit9 .top_learn1 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 1.5rem;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(4px);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.footer_benefit9 .top_learn1 .top_prob a {
    transition: all 0.3s ease;
    overflow: hidden;
    opacity: 0.7;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    z-index: 1;
    padding: 0.4rem 1rem;
    font-size: 12px;
    color: #ffffff;
}

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

.confidential_armoryT {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border: 2px solid rgb(170,203,202);
    flex-direction: column;
    color: #ffffff;
    display: flex;
    padding: 60px;
    font-family: Arial, sans-serif;
    align-items: center;
    width: 100%;
    height: auto;
}

.confidential_armoryT section {
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid rgb(170,203,202);
    box-shadow: 0 0 15px rgb(170,203,202,0.5);
    margin-top: 30px;
}

.customer_commentsE::before {
    content: "";
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(170,203,202,0.5), 0.05), transparent 60%);
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
}

.customer_commentsE .user_feedbacku {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    gap: 30px;
}

.customer_commentsE .learning_feedbackP:hover {
    transform: translateY(-8px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), -15px -15px 30px rgba(255, 255, 255, 1);
}

.customer_commentsE .learning_feedbackP h4 {
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-size: calc(23px - 2px);
}

.customer_commentsE .learning_feedbackP:nth-child(odd) {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}

.customer_commentsE a {
    overflow: hidden;
    font-size: 14px;
    display: block;
    background: linear-gradient(135deg, rgb(170,203,202), rgb(126,174,158));
    padding: 12px 30px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(rgb(170,203,202,0.5), 0.2);
    font-weight: 600;
    margin: 40px auto 0;
    text-decoration: none;
    color: #ffffff;
    border-radius: 8px;
    width: fit-content;
}

.metrics_summary1 .key_statisticsm {
    flex-direction: column;
    display: flex;
}

.metrics_summary1 .boost_growthq svg {
    height: 40px;
    width: 40px;
    fill: rgb(170,203,202);
}

.metrics_summary1 .edge_statisticsp {
    width: 60%;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 60px;
    font-size: 12px;
    position: relative;
}

.metrics_summary1 .fast_gaint:nth-child(even) {
    border-left: 4px solid rgb(126,174,158);
}

.metrics_summary1 .success_statisticsi {
    display: flex;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    align-items: center;
    grid-area: img;
    height: 70px;
    width: 70px;
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
    border-radius: 12px;
}

.metrics_summary1 .statistics_proO::before {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg, 
        #ffffff 0%, 
        transparent 100%
    );
    left: 0;
    position: absolute;
    top: -30px;
}

.help_center7 .reach_teamK {
    padding: 0;
    border-radius: 30px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    background: #ffffff;
    grid-gap: 40px;
    display: grid;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(#000000, 0.08);
}

.help_center7 .learn_form9 {
    font-size: 13px;
    grid-column: 1 / -1;
    padding-top: 40px;
    padding: 0 40px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
}

.help_center7 .edu_guidef span p {
    position: relative;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
}

.help_center7 .edu_guidef span span:hover {
    transform: none;
    background: transparent;
    border-left: none;
}

.help_center7 .edu_guidef span a::after {
    left: 0;
    bottom: -2px;
    background: rgb(170,203,202);
    content: "";
    opacity: 0.5;
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    height: 1px;
}

.help_center7 .course_askU span:last-child {
    border-bottom: none;
}

.help_center7 .course_askU span:hover {
    transform: none;
    border-left: none;
    background: rgba(rgb(170,203,202), 0.02);
    padding-left: 10px;
}



.help_center7 .edu_guidef span::after {
    position: absolute;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent rgba(rgb(170,203,202), 0.1) transparent transparent;
    opacity: 0;
    top: 0;
    transition: all 0.3s ease;
}

.help_center7 .edu_guidef span svg path {
    fill: rgb(170,203,202);
}

.help_center7 .edu_guidef span svg path {
    stroke-width: 1;
    transition: all 0.3s ease;
    stroke-opacity: 0.2;
    stroke: #000000;
}

.course_program_infoN::before {
    pointer-events: none;
    z-index: 2;
    opacity: 0.4;
    left: 0;
    background: 
        radial-gradient(circle at left bottom, rgb(170,203,202,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(126,174,158,0.5) 0%, transparent 30%);
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}

.course_program_infoN .container {
    padding: 0;
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    max-width: 1320px;
    justify-content: center;
    z-index: 4;
    height: 100%;
    position: relative;
}

.course_program_infoN .job_training1 .message_helpq {
    color: #ffffff;
    z-index: 1;
    text-decoration: none;
    font-size: 14px;
    margin: 2rem auto 0;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    grid-column: 1 / 4;
    border-radius: 10px;
    background-color: transparent;
    justify-content: center;
    padding: 0.8rem 2rem;
    align-items: center;
    width: max-content;
    border: 2px solid rgb(170,203,202);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
}

.course_program_infoN .ready_skillsh:nth-child(5)::after {
    animation-delay: 4s;
    top: 15%;
}

#cookieUsageWindowi {
    display: none;
}

.cookie_notice_overlaya {
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(170,203,202);
    width: 100%;
    bottom: 0;
    font-family: Arial, sans-serif;
    position: fixed;
    padding: 20px 0;
    z-index: 90;
    background: rgb(126,174,158);
}

.cookie_explainedJ {
    flex-shrink: 0;
    justify-content: center;
    padding: 10px;
    align-items: center;
    display: flex;
    background: rgb(170,203,202,0.5);
    border-radius: 26px;
    margin-right: 20px;
}

.cookie_notice_overlaya p a {
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(170,203,202);
    text-decoration: none;
    color: rgb(170,203,202);
}

.get_in_toucho h2 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 34px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(170,203,202);
}

.get_in_toucho .connect_listW {
    flex: 0 0 55%;
    background: #ffffff;
    padding: 60px;
    position: relative;
}

.get_in_toucho h3 {
    margin-bottom: 30px;
    font-size: 21px;
    position: relative;
    font-weight: 700;
    color: rgb(170,203,202);
}

.get_in_toucho input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.get_in_toucho .query_gridV input[type="checkbox"] {
    width: 22px;
    background: rgb(214,225,223);
    cursor: pointer;
    margin-top: 3px;
    position: relative;
    height: 22px;
    border-radius: 4px;
    appearance: none;
    transition: all 0.3s ease;
    border: 2px solid rgb(214,225,223);
}

.get_in_toucho .query_gridV a:hover::after {
    height: 2px;
    background: rgb(126,174,158);
}

.get_in_toucho .message_helpq:hover {
    background: rgb(126,174,158);
}

.get_in_toucho .message_helpq:hover::after {
    height: 300%;
    width: 300%;
}

.get_in_toucho svg path {
    fill: rgb(170,203,202);
    transition: all 0.3s ease;
}

.get_in_toucho svg:hover path {
    fill: rgb(126,174,158);
}

.price_paletteL .pricing_dealsa {
    display: flex;
    flex-direction: column;
}

.price_paletteL .cert_cost8 h2 {
    color: #000000;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transform: translateY(0);
    font-size: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    background: linear-gradient(120deg, rgb(126,174,158), rgb(170,203,202));
    margin-bottom: 15px;
}

.price_paletteL .plan_pricingI::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: left;
    height: 5px;
    transform: scaleX(0.85);
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(126,174,158), rgb(170,203,202));
}

.price_paletteL .pricing_optionsa h3 {
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
    font-size: calc(23px + 2px);
    font-weight: 700;
}

.price_paletteL .plan_pricingI:hover .cost_optionsw::before {
    transform: scaleX(1);
}

.price_paletteL .pricing_optionsa p {
    font-size: 17px;
    overflow-wrap: break-word;
    margin-bottom: 0;
    line-height: 1.6;
    word-wrap: break-word;
    max-width: 100%;
    color: #000000;
    hyphens: auto;
    flex-grow: 1;
}


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



@media (max-width: 992px) {.greeting_pageH .study_expertsY {
    margin-left: 5%;
    padding: 2rem;
}.greeting_pageH h1 {
    font-size: clamp(2rem, 6vw, 2.5rem);
}.greeting_pageH h3 {
    max-width: 100%;
}.greeting_pageH p {
    max-width: 100%;
}
}



@media (min-width: 768px) {.company_overviewf {
    padding: 8rem 0;
}.company_overviewf h1 {
    font-size: calc(42px * 1.2);
    margin-bottom: 3.5rem;
}.company_overviewf .skill_learn8 ul {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.company_overviewf .path_creatorsO {
    padding: 3rem 2.5rem;
}.company_overviewf .path_creatorsO div {
    max-height: 300px;
}.company_overviewf .path_creatorsO:nth-child(2) {
    transform: translateY(40px);
}.company_overviewf .path_creatorsO:hover:nth-child(2) {
    transform: translateY(35px);
}
}



@media (max-width: 991px) {.appPageo {
    padding: 5rem 0;
}.appPageo .edu_ethosW {
    padding: 2.5rem;
    gap: 2rem;
}.appPageo h5 {
    font-size: 22px;
}.appPageo p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 575px) {.appPageo {
    padding: 3rem 0;
}.appPageo .edu_ethosW {
    gap: 1.2rem;
    padding: 1.5rem;
}.appPageo h5 {
    font-size: calc(22px * 0.85);
    padding-bottom: 0.75rem;
}.appPageo p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.appPageo a {
    padding: 1rem;
}.appPageo a:hover {
    transform: translateY(-3px);
}
}



@media (max-width: 767px) {header .top_learn1 {
    max-width: 300px;
    z-index: 1001;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    width: 80%;
    height: 100vh;
    right: -100%;
    padding: 80px 30px 30px;
    top: 0;
    gap: 20px;
    flex-direction: column;
    position: fixed;
    transition: right 0.4s ease;
    background: #000000;
}header .menu.active {
    right: 0;
}header .top_sectionP {
    width: 100%;
    border-bottom: 1px solid rgb(170,203,202,0.5);
    padding: 10px 5px;
}header .top_learn1:before {
    display: none;
}header .nav_guides {
    margin-right: auto;
    margin-left: auto;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.customer_commentsE .user_feedbacku {
    grid-template-columns: repeat(3, 1fr);
}.customer_commentsE {
    padding: 100px 0;
}
}



@media (max-width: 767px) {.customer_commentsE {
    padding: 60px 0;
}.customer_commentsE .user_feedbacku {
    grid-template-columns: 1fr;
}.customer_commentsE h2 {
    font-size: calc(33px - 2px);
    margin-bottom: 40px;
}.customer_commentsE .learning_feedbackP {
    padding: 25px 20px;
}.customer_commentsE .learning_feedbackP img {
    width: 50px;
    height: 50px;
}.customer_commentsE a {
    padding: 10px 25px;
    margin-top: 30px;
}
}



@media screen and (max-width: 480px) {.metrics_summary1 .fast_gaint {
    grid-template-areas:
            "img number"
            "desc desc";
    grid-template-columns: auto 1fr;
}.metrics_summary1 .success_statisticsi {
    align-self: center;
    height: 45px;
    width: 45px;
}.metrics_summary1 .success_statisticsi svg {
    height: 22px;
    width: 22px;
}.metrics_summary1 .fast_gaint p {
    padding-top: 10px;
}}



@media (max-width: 576px) {.help_center7 {
    padding: 50px 0;
}.help_center7 h3 {
    padding: 15px 20px;
    font-size: calc(28px - 4px);
}.help_center7 .learn_form9 {
    padding: 0 20px;
    font-size: calc(13px - 1px);
    padding-top: 20px;
}.help_center7 .edu_guidef {
    padding: 0 20px 20px;
    grid-gap: 15px;
}.help_center7 .edu_guidef span {
    padding: 20px;
}.help_center7 .course_askU {
    padding: 15px;
    margin: 10px 20px 20px;
}.help_center7 .course_askU h4 {
    padding-bottom: 8px;
    font-size: calc(24px - 2px);
    margin-bottom: 15px;
}.help_center7 .course_askU span {
    font-size: calc(13px - 1px);
    padding: 6px 0;
}}



@media (max-width: 992px) {.get_in_toucho {
    padding: 70px 0;
}.get_in_toucho .feedback_linksu {
    flex-direction: column;
}.get_in_toucho .img_showcasek {
    min-height: 300px;
    flex: 0 0 auto;
}.get_in_toucho .connect_listW {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}



@media (max-width: 768px) {.get_in_toucho {
    padding: 60px 0;
}.get_in_toucho h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 40px;
}.get_in_toucho .connect_listW {
    padding: 35px 25px 45px;
}.get_in_toucho #contact {
    gap: 20px;
}.get_in_toucho .img_showcasek {
    min-height: 250px;
}
}

@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }



@keyframes growLine {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}



@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}



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



@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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

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

