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

html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-snap-type: none;
    min-height: 100%;
    auto
contain
touch-action: none;
}

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

.plan-list .value-fees {
    line-height: 1.6;
    font-size: 18px;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    margin: 0 auto;
    max-width: 600px;
}

.plan-list .plan-details:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}

.plan-list .fee-plans h3 {
    position: relative;
    color: #000000;
    font-size: calc(20px * 1.2);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
}

.plan-list .plan-details:hover .fee-plans h3::after {
    width: 80px;
}

.plan-list .plan-details:hover .monthly-plan::before {
    width: 100%;
}

.plan-list .fee-plans p {
    color: #000000;
    margin-top: auto;
    word-break: break-word;
    font-size: 18px;
    overflow-wrap: break-word;
    line-height: 1.6;
}

.plan-list .plan-details:nth-child(3n+1) {
    border-top: 3px solid rgb(168,155,153);
}

.company-overview {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(201,200,177), rgb(168,155,153,0.5) 85%);
}

.company-overview h1 {
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    display: inline-block;
    transform: translateX(-1rem);
    position: relative;
    opacity: 0;
    animation: slideTitle 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 46px;
}

.company-overview .community-team:nth-child(2) {
    animation-delay: 0.6s;
}

.company-overview .community-team h4 {
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: calc(22px * 1.2);
    margin-top: 0;
    position: relative;
    color: rgb(168,155,153);
}

.company-overview .community-team:hover h4::after {
    width: 100%;
}

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

.site-map .access-cta {
    flex-direction: column;
    display: flex;
}

.site-map .get-help {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-color: rgb(168,155,153);
    display: grid;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: -2rem;
    z-index: 3;
    padding: 3rem 1.5rem 5rem;
}

.site-map .info_item:hover svg {
    transform: scale(1.2);
}

.site-map .head-pagebar {
    display: flex;
    position: relative;
    z-index: 4;
    gap: 1.5rem;
    padding: 4rem 2rem 3rem;
    flex-direction: column;
    background-color: rgb(125,113,111);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}

.site-map .header-mainbar h5::after {
    bottom: -0.5rem;
    height: 3px;
    left: 0;
    position: absolute;
    content: '';
    width: 40px;
    background-color: rgb(168,155,153);
}

.site-map .nav-lead a:hover::before {
    width: 30px;
}

.site-map .subscribe_holder {
    z-index: 3;
    padding: 4rem 2rem 3rem;
    flex-direction: column;
    background-color: rgb(125,113,111);
    gap: 1.5rem;
    position: relative;
    display: flex;
}

.site-map .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 12px;
    padding: 1rem 1.25rem;
}

.site-map .sub-grids:hover::before {
    left: 100%;
}

.site-map .contest-info::before {
    top: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
    content: '';
}

.course-program .knowledge-guide {
    display: flex;
    width: 500%;
    height: 100%;
    animation: carousel-slide 25s ease-in-out infinite;
}

.course-program .knowledge-guide {
    animation-duration: 20s;
    width: 600%;
}

.course-program .learn-explore:hover img {
    transform: scale(1.05);
}

.course-program .study-training {
    width: 55%;
    padding: 0;
    position: relative;
    margin-right: 5%;
}

.course-program .tech-skills::before {
    top: 0;
    z-index: -1;
    width: 100%;
    border-radius: 10px;
    left: 0;
    opacity: 1;
    background-color: rgb(201,200,177);
    content: '';
    height: 100%;
    position: absolute;
}

.course-program .tech-skills p {
    margin-bottom: 2rem;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    padding-left: 1.5rem;
}

.course-program .tech-skills .reach-grid:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(rgb(168,155,153), 0.3);
    color: #ffffff;
}

header:before {
    animation: gradientMove 6s infinite linear;
    width: 100%;
    top: 0;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(168,155,153), rgb(125,113,111), rgb(168,155,153));
    height: 4px;
    content: '';
    left: 0;
    position: absolute;
}

header .nav-mainbar:hover {
    color: rgb(168,155,153);
}

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

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

.user-testimonials {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(201,200,177) 0%, rgba(rgb(168,155,153,0.5), 0.03) 100%);
    position: relative;
}

.user-testimonials .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.user-testimonials h2 {
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    position: relative;
    text-align: left;
    margin-bottom: 3.5rem;
    transform: translateX(2%);
    font-size: 34px;
    letter-spacing: -0.02em;
}

.user-testimonials .review-corner:hover {
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-8px);
}

.user-testimonials .review-corner:nth-child(odd):hover {
    transform: translateY(0);
}

.user-testimonials .review-corner h4 {
    line-height: 1.2;
    margin: 0;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.user-testimonials a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(168,155,153,0.5), 0.3);
}

.stay-updated {
    background: linear-gradient(135deg, var(--newsletter-background), rgba(20, 30, 60, 0.95));
    padding: 6rem 0;
    overflow: hidden;
    --animation-time: 0.5s;
    --newsletter-shadow: rgba(0, 0, 0, 0.25);
    --newsletter-accent: rgb(168,155,153);
    --input-focus-scale: 1.02;
    --newsletter-text-color: #ffffff;
    --newsletter-background: #000000;
    color: var(--newsletter-text-color);
    font-family: Arial, sans-serif;
    perspective: var(--perspective-depth);
    position: relative;
    --perspective-depth: 1000px;
}

.stay-updated .study-training:hover h4::after {
    transform: scaleX(1);
}

.stay-updated .input_holder span {
    display: flex;
    position: relative;
    transform-style: preserve-3d;
}

.stay-updated .input_holder input {
    color: #000000;
    border-radius: 4px;
    font-size: 1rem;
    border: none;
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    padding: 1.2rem 1.5rem;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.9);
    outline: none;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
}

.stay-updated .input_holder input[type="submit"]:hover::before {
    transform: scale(1);
}

.data-analysis::before {
    content: "";
    opacity: 0.1;
    left: 0;
    width: 100%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(168,155,153,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    top: 0;
}

.data-analysis .extra-statistics::before {
    width: 5px;
    background: rgb(168,155,153);
    top: 0;
    height: 100%;
    border-radius: 10px 0 0 10px;
    left: 0;
    content: "";
    position: absolute;
}

.data-analysis .top-statistics {
    font-weight: 400;
    margin: 0;
    max-width: 80%;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
}

.data-analysis .statistics-highlights h4 {
    display: flex;
    color: #ffffff;
    flex: 0 0 40%;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: rgb(168,155,153);
    align-items: center;
    margin: 0;
    font-size: calc(31px * 1.5);
    padding: 2.5rem;
    font-weight: 700;
}

.data-analysis svg path {
    fill: inherit;
}

.data-analysis .statistics-highlights:hover svg {
    transform: scale(1.2) rotate(15deg);
    fill: rgba(255, 255, 255, 0.8);
}

.leadership-profile .review-corner {
    transform-style: preserve-3d;
    display: grid;
    gap: 10px 30px;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform: rotateY(-10deg);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.2fr 0.8fr;
}

.leadership-profile .name {
    background: rgb(168,155,153);
    color: #ffffff;
    z-index: 2;
    transition: transform 0.3s ease;
    margin: 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    transform: translateZ(30px);
    padding: 15px 20px;
    font-size: 19px;
    border-radius: 10px;
    grid-area: name;
}

.secure-retreat h2 {
    margin: 20px 0;
    padding-left: 10px;
    border-left: 5px solid rgb(168,155,153);
    color: rgb(125,113,111);
    font-size: 37px;
    font-weight: 600;
    z-index: 2;
    position: relative;
}

.secure-retreat p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
    z-index: 2;
    position: relative;
}

.secure-retreat::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
}

.ty-block-id::before {
    content: "";
    height: 70%;
    opacity: 0.03;
    top: -10%;
    transform: rotate(-15deg) skew(15deg);
    position: absolute;
    width: 50%;
    background: #ffffff;
    left: -5%;
    pointer-events: none;
}

.ty-block-id .study-training:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.ty-block-id h5 {
    position: relative;
    line-height: 1.4;
    font-size: 21px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    margin: 0;
    font-weight: 700;
    transform: translateY(0);
}

.ty-block-id a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
    display: block;
}

.ty-block-id a:hover::before {
    left: 200%;
}

.cookieNoticePromptPanel {
    transition: all 0.3s ease-in-out;
    border-top: 3px solid rgb(168,155,153);
    width: 100%;
    position: fixed;
    font-family: Arial, sans-serif;
    background: #ffffff;
    z-index: 1050;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
}

.cookie_button.data-notice {
    border-color: rgb(168,155,153);
    color: #ffffff;
    background-color: rgb(168,155,153);
}

.cookie_button.digital-cookies {
    color: #000000;
    background-color: rgb(125,113,111);
    border-color: rgb(125,113,111);
}

.cookieNoticePromptPanel p a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.ideal-participants::after {
    right: 25%;
    animation-delay: 4s;
}

.ideal-participants .study-training {
    max-width: 1000px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.ideal-participants h3::after {
    bottom: -15px;
    position: absolute;
    opacity: 0.7;
    animation: pulseLine 4s infinite ease-in-out;
    content: '';
    height: 2px;
    background: rgb(168,155,153);
    transform: translateX(-50%) scaleX(0.3);
    width: 100px;
    left: 50%;
}

.ideal-participants ul li::before {
    top: 0;
    transform-origin: top;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, 
        rgb(125,113,111,0.5), 
        rgb(168,155,153,0.5));
    opacity: 0.5;
    left: 0;
    width: 3px;
    transform: scaleY(0);
    height: 100%;
    transition: transform 0.4s ease;
}

.ideal-participants ul li svg path {
    fill: rgb(168,155,153);
    transition: fill 0.4s ease;
}

.ideal-participants::before :nth-child(3) {
    animation-delay: 5s;
}

.title-screen::before {
    top: 0;
    opacity: 0.05;
    width: 100%;
    content: "";
    pointer-events: none;
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(125,113,111,0.5) 0px,
        rgb(125,113,111,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    position: absolute;
}

.title-screen h1 {
    color: #ffffff;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: calc(42px * 1.2);
    margin-bottom: 2rem;
    max-width: 60%;
    position: relative;
    transform: translateX(-50px);
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    font-weight: 700;
}

.title-screen p {
    line-height: 1.6;
    font-weight: 400;
    font-size: calc(12px * 1.1);
    margin-bottom: 2rem;
    color: #ffffff;
}

.title-screen .learning-intro::after {
    right: 0;
}

.title-screen svg {
    transform: scale(0.9);
    transition: transform 0.4s ease;
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.title-screen h6 {
    text-align: center;
}

.title-screen .reach-grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(94, 170, 168, 0.4);
}

.title-screen .reach-grid:hover::after {
    transform: translate(-50%, -50%) scale(15);
    opacity: 0;
}

.contact-panel {
    background: rgb(201,200,177);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}

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

.contact-panel .img-preview {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.contact-panel .query-help::before {
    top: 0;
    background-position: 0 0, 15px 15px;
    left: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    position: absolute;
    width: 100%;
    background-size: 30px 30px;
    content: "";
}

.contact-panel .help-reach label {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
}

.contact-panel .help-reach a:hover {
    color: rgb(125,113,111);
}

.contact-panel .help-reach a::after {
    position: absolute;
    bottom: -2px;
    background: rgb(168,155,153);
    left: 0;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
    content: "";
}

.contact-panel svg {
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    fill: rgb(168,155,153);
}

.contact-panel svg:hover {
    fill: rgb(125,113,111);
}

.company-overview .community-team div::-webkit-scrollbar {
    width: 4px;
}

.company-overview .community-team div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.company-overview .community-team div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,155,153,0.5);
}



@media (max-width: 480px) {.plan-list .discount-price {
    grid-template-columns: 1fr;
}.plan-list .price-view h2 {
    font-size: calc(34px * 0.8);
}.plan-list .value-fees {
    font-size: calc(18px * 0.9);
}.plan-list .fee-plans p {
    max-height: 120px;
}}



@media (max-width: 1200px) {.site-map .get-help {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.site-map .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.site-map .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 768px) {.site-map .get-help {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
    clip-path: none;
}.site-map .nav-lead {
    grid-template-columns: 1fr;
}.site-map .header-mainbar h5,
    .site-map .subscribe_holder h5 {
    display: block;
    text-align: center;
}.site-map .header-mainbar h5::after {
    transform: translateX(-50%);
    left: 50%;
}.site-map .subscribe_holder p {
    text-align: center;
}
}



@media (max-width: 767px) {header .header-mainbar {
    flex-direction: column;
    overflow: hidden;
    left: 0;
    border-bottom: 3px solid rgb(168,155,153);
    transition: max-height 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    top: 100%;
    max-height: 0;
    z-index: 1001;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    gap: 0;
    padding: 0;
}header .menu.active {
    max-height: 400px;
}header .nav-mainbar {
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid rgb(201,200,177);
}header .nav-mainbar:last-child {
    border-bottom: none;
}header .nav-mainbar:before {
    left: 5px;
}header .head-skill {
    padding: 5px 0;
}header .head-expert {
    margin: 0 auto;
}
}



@media (max-width: 767px) {.stay-updated {
    padding: 4rem 0;
}.stay-updated .study-training {
    align-items: center;
    text-align: center;
}.stay-updated h4 {
    font-size: clamp(1.5rem, 5vw, 2rem);
}.stay-updated h4::after {
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
}.stay-updated .study-training:hover h4::after {
    transform: translateX(-50%) scaleX(1);
}.stay-updated .input_holder {
    width: 100%;
    flex-direction: column;
}.stay-updated .input_holder span {
    width: 100%;
}
}



@media (max-width: 576px) {.leadership-profile {
    padding: 60px 0;
}.leadership-profile .img-preview {
    height: 200px;
    width: 100%;
}.leadership-profile .career-details {
    padding: 25px 20px;
    font-size: calc(14px * 0.95);
}.leadership-profile .name {
    font-size: calc(19px * 0.9);
}.leadership-profile .review-corner > span:not(.name) {
    font-size: calc(14px * 0.9);
}}



@media (min-width: 992px) {.ty-block-id {
    padding: 150px 0;
}.ty-block-id .study-training {
    padding: 80px 70px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 85%;
}.ty-block-id h5 {
    line-height: 1.3;
    font-size: calc(21px * 1.15);
}.ty-block-id p {
    font-size: calc(15px * 1.1);
    line-height: 1.9;
}.ty-block-id h5::after {
    width: 100px;
}
}



@media (max-width: 575px) {.ty-block-id {
    padding: 60px 0;
}.ty-block-id .study-training {
    transform: none;
    padding: 30px 20px;
}.ty-block-id h5 {
    font-size: calc(21px * 0.85);
    line-height: 1.5;
}.ty-block-id p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.ty-block-id h5::after {
    height: 2px;
    width: 60px;
}}



@media (max-width: 992px) {.title-screen h1 {
    max-width: 80%;
    font-size: 42px;
}.title-screen .metadata-block {
    max-width: 90%;
}
}



@media (max-width: 992px) {.contact-panel {
    padding: 70px 0;
}.contact-panel .request-help {
    flex-direction: column;
}.contact-panel .img-preview {
    flex: 0 0 auto;
    min-height: 300px;
}.contact-panel .query-help {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}



@media (max-width: 576px) {.contact-panel {
    padding: 50px 0;
}.contact-panel .container {
    padding: 0 15px;
}.contact-panel h2 {
    font-size: calc(33px - 6px);
    margin-bottom: 30px;
}.contact-panel .query-help {
    padding: 30px 20px 40px;
}.contact-panel .reach-grid {
    width: 100%;
}.contact-panel .img-preview {
    min-height: 200px;
}
}


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes slide-in {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

