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

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

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


.plan-list {
    position: relative;
    background: linear-gradient(135deg, rgb(201,200,177) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
}

.plan-list .skill-plans {
    flex-direction: column;
    display: flex;
}

.plan-list .price-view h2 {
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 34px;
}

.plan-list .plan-details {
    height: 100%;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
}

.plan-list .monthly-plan {
    color: rgb(168,155,153);
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(20px * 1.5);
}

.plan-list .img-preview::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}

.company-overview::after {
    height: 200%;
    width: 70%;
    z-index: 1;
    transform: rotate(25deg);
    top: -50%;
    background: linear-gradient(145deg, rgb(168,155,153,0.5) 10%, transparent 70%);
    content: "";
    opacity: 0.4;
    right: -20%;
    position: absolute;
}

.company-overview .learn-pro {
    position: relative;
}

.company-overview .community-team {
    box-shadow: 0 15px 35px rgba(0, 0, 10, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.5) inset;
    backdrop-filter: blur(5px);
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.4s ease;
    padding: 2.5rem;
    border-left: 3px solid rgb(168,155,153);
    transform: translateY(20px);
    opacity: 0;
}

.site-map .info_item:hover {
    transform: translateX(10px);
}

.site-map .info_item svg {
    transition: transform 0.3s ease;
    width: 20px;
    fill: #ffffff;
    height: 20px;
}

.site-map .text_main_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    z-index: 2;
    gap: 0;
}

.site-map .header-mainbar {
    flex-direction: column;
    z-index: 2;
    gap: 2rem;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    position: relative;
    display: flex;
    padding: 5rem 2rem 3rem;
    background-color: #000000;
}

.site-map .nav-lead {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.site-map .nav-lead a:hover {
    opacity: 1;
    padding-left: 10px;
}

.site-map .subscribe_holder::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    content: '';
    width: 100%;
    left: 0;
    top: 0;
}

.site-map .sub-grids {
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    background-color: rgb(168,155,153);
    color: #ffffff;
    border: none;
    font-weight: 600;
    overflow: hidden;
    padding: 1rem 1.25rem;
    border-radius: 10px;
}

.course-program {
    grid-template-rows: 1fr;
    display: grid;
    background-color: rgb(201,200,177);
    position: relative;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    overflow: hidden;
}

.course-program .knowledge-base:hover .knowledge-guide {
    animation-play-state: paused;
}

.course-program .learn-explore img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.course-program .tech-skills:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.course-program .tech-skills::after {
    content: '';
    background: linear-gradient(to bottom,
                rgb(168,155,153) 0%,
                rgb(125,113,111) 100%);
    top: 0;
    width: 5px;
    left: 0;
    height: 100%;
    position: absolute;
}

.course-program .tech-skills .reach-grid {
    margin-left: 1.5rem;
    text-decoration: none;
    padding: 0.8rem 2rem;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    background-color: transparent;
    font-size: 18px;
    border: 2px solid rgb(168,155,153);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    color: rgb(168,155,153);
}

header .header-mainbar {
    align-items: center;
    display: flex;
    gap: 35px;
}

header .nav-mainbar:after {
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(168,155,153);
    transform-origin: center;
    content: '';
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

header .head-expert svg {
    transition: transform 0.3s ease;
    height: 42px;
    width: auto;
}

.user-testimonials::after {
    content: "";
    bottom: -5%;
    width: 25%;
    background: linear-gradient(225deg, rgba(rgb(168,155,153,0.5), 0.08), rgba(rgb(125,113,111,0.5), 0.03));
    filter: blur(30px);
    left: -2%;
    position: absolute;
    z-index: 0;
    transform: rotate(10deg) skewX(-15deg);
    height: 40%;
}

.user-testimonials .alumni-testimonials {
    padding: 0;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
}

.user-testimonials .review-corner::before {
    position: absolute;
    top: -2rem;
    z-index: 0;
    line-height: 1;
    color: rgba(rgb(168,155,153,0.5), 0.05);
    content: "";
    font-family: serif;
    font-size: 12rem;
    right: 1rem;
}

.user-testimonials .review-corner .description {
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    position: relative;
    font-size: 14px;
    z-index: 1;
}

.user-testimonials a:hover::before {
    left: 100%;
}

.stay-updated::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 15px,
        transparent 15px,
        transparent 30px
    );
    transform: translateZ(-50px);
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
    content: "";
    position: absolute;
}

.stay-updated .study-training {
    animation: float 7s ease-in-out infinite;
    gap: 2.5rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    transform: translateZ(0);
}

.stay-updated .input_holder {
    display: flex;
    width: 100%;
    filter: drop-shadow(0 10px 20px var(--newsletter-shadow));
    position: relative;
    gap: 1rem;
    transform: translateZ(50px);
}

.stay-updated .input_holder input[type="email"] {
    border-left: 3px solid var(--newsletter-accent);
}

.stay-updated .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.stay-updated .input_holder input[type="submit"] {
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all var(--animation-time) cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    white-space: nowrap;
    background: var(--newsletter-accent);
    overflow: hidden;
    border-radius: 4px;
}

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

.data-analysis .statistics-extra {
    font-size: 31px;
    position: relative;
    margin: 0 0 1.5rem;
    color: #000000;
    display: inline-block;
    font-weight: 700;
}

.data-analysis .statistics-extra::after {
    border-radius: 10px;
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    background: rgb(125,113,111);
    width: 50%;
    bottom: -0.5rem;
}

.data-analysis .statistics-highlights:nth-child(even) h4 {
    background: rgb(125,113,111);
}

.data-analysis .statistics-highlights:hover h4::before {
    opacity: 1;
}

.data-analysis svg {
    transition: all 0.3s ease;
    position: absolute;
    top: 1rem;
    width: 24px;
    height: 24px;
    fill: rgba(255, 255, 255, 0.5);
    right: 1rem;
}

.leadership-profile {
    background: linear-gradient(125deg, #000000 0%, rgb(201,200,177) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.leadership-profile .review-corner:hover {
    transform: rotateY(0deg) translateZ(10px);
}

.leadership-profile .career-details::before {
    color: rgb(168,155,153);
    font-size: calc(38px * 2);
    content: "";
    left: 20px;
    position: absolute;
    top: 15px;
    line-height: 1;
}

.leadership-profile .review-corner:hover .img-preview {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(168,155,153,0.5);
    transform: translateZ(60px) translateX(-10px);
}

.leadership-profile .review-corner:hover .name {
    transform: translateZ(45px) translateY(-5px);
}

.secure-retreat {
    font-family: Arial, sans-serif;
    padding: 60px;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.secure-retreat ul,
.secure-retreat ol {
    position: relative;
    z-index: 2;
    margin: 20px 0;
    padding: 0 0 0 20px;
}

.secure-retreat ul {
    list-style-type: disc;
}

.secure-retreat span {
    padding: 5px;
    position: relative;
    background: rgb(168,155,153,0.5);
    border-radius: 10px;
    font-weight: 600;
    z-index: 2;
    color: rgb(125,113,111);
}

.ty-block-id::after {
    background: rgb(125,113,111);
    pointer-events: none;
    bottom: -10%;
    position: absolute;
    height: 80%;
    content: "";
    right: -5%;
    opacity: 0.05;
    transform: rotate(25deg) skew(-15deg);
    width: 40%;
}

.ty-block-id .study-training:hover::before {
    transform: scaleY(1);
}

.ty-block-id .study-training > div:first-child {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.ty-block-id .study-training:hover h5 {
    transform: translateY(-5px);
}

.ty-block-id .study-training:hover h5::after {
    transform: scaleX(1);
}

.ty-block-id p {
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    transition: color 0.3s ease;
    font-size: 15px;
}

.edu-cookie {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.cookie-disclaimer {
    flex-grow: 1;
    margin-right: 15px;
}

.cookie-disclaimer h5 {
    color: rgb(168,155,153);
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

#cookie-notice-box {
    display: none;
}

.cookie_button.data-notice:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.cookieNoticePromptPanel p a {
    text-decoration: underline;
    color: rgb(168,155,153);
}

.ideal-participants::before,
.ideal-participants::after {
    z-index: -1;
    position: absolute;
    top: 0;
    content: '';
    opacity: 0;
    width: 1px;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(168,155,153) 50%, 
        transparent 80%);
    height: 100%;
    animation: beamScan 8s infinite ease-out;
}

.ideal-participants::before {
    animation-delay: 0s;
    left: 25%;
}

.ideal-participants ul li {
    padding: 1.3rem 1.5rem;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease;
}

.ideal-participants ul li:hover::after {
    transform: translateX(100%);
    opacity: 0.15;
}

.ideal-participants ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

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

.ideal-participants ul::after {
    position: absolute;
    left: 20px;
    opacity: 0.2;
    width: 30px;
    border-radius: 50%;
    border: 1px solid rgb(125,113,111,0.5);
    content: '';
    bottom: 20px;
    height: 30px;
}

.title-screen:hover .img-preview {
    transform: scale(1.1);
}

.title-screen .study-training {
    z-index: 2;
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    padding: 6rem 2rem;
    max-width: 1400px;
    position: relative;
    display: flex;
    min-height: 100vh;
}

.title-screen .metadata-block::before {
    width: calc(100% + 6px);
    z-index: -1;
    position: absolute;
    border: 1px solid rgb(125,113,111,0.5);
    left: -3px;
    opacity: 0.5;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 95%);
    top: -3px;
    content: "";
    height: calc(100% + 6px);
}

.title-screen .learning-intro::before,
.title-screen .learning-intro::after {
    background: rgb(125,113,111,0.5);
    top: 50%;
    width: 30%;
    position: absolute;
    content: "";
    height: 1px;
}

.title-screen .learning-intro::before {
    left: 0;
}

.title-screen .reach-grid {
    overflow: hidden;
    font-size: 20px;
    background: linear-gradient(
        135deg,
        rgb(168,155,153) 0%,
        rgb(125,113,111) 100%
    );
    transform: translateY(0);
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.3);
    color: #ffffff;
    z-index: 1;
    position: relative;
    border: none;
    padding: 1rem 2.5rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}

.contact-panel .request-help {
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.contact-panel #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-panel input[type="text"] {
    width: 100%;
    border: none;
    border-radius: 0 10px 10px 0;
    transition: all 0.3s ease;
    font-size: 17px;
    background: rgb(201,200,177);
    padding: 15px 20px;
    color: #000000;
    border-left: 3px solid rgb(168,155,153);
}

.contact-panel .help-reach input[type="checkbox"]:checked {
    border-color: rgb(168,155,153);
    background: rgb(168,155,153);
}

.contact-panel .help-reach a {
    color: rgb(168,155,153);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-panel .reach-grid {
    position: relative;
    cursor: pointer;
    background: rgb(168,155,153);
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
    align-self: flex-start;
}


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



@media (min-width: 992px) {.plan-list .discount-price {
    grid-template-columns: repeat(2, 1fr);
}.plan-list .plan-details:nth-child(4n+1) {
    transform: translateY(20px);
}.plan-list .plan-details:nth-child(4n+3) {
    transform: translateY(-20px);
}.plan-list .plan-details:hover {
    transform: translateY(0) scale(1.02);
}
}



@media (min-width: 768px) {.company-overview {
    padding: 7rem 0;
}.company-overview h1 {
    font-size: calc(46px * 1.2);
}.company-overview .learn-pro ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.company-overview .community-team {
    padding: 3rem;
}.company-overview .community-team div {
    max-height: 320px;
}
}



@media (max-width: 991px) {.site-map .text_main_holder {
    grid-template-columns: 1fr;
}.site-map .head-pagebar,
    .site-map .header-mainbar,
    .site-map .subscribe_holder {
    clip-path: none;
}.site-map .header-mainbar {
    padding: 3rem 2rem;
}.site-map .head-pagebar {
    text-align: center;
    padding: 3rem 2rem;
    align-items: center;
}.site-map .subscribe_holder {
    padding: 3rem 2rem;
}.site-map .contest-info {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .header-mainbar {
    gap: 20px;
}header .nav-mainbar:before {
    left: -10px;
}header .head-expert svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .head-expert svg {
    height: 32px;
}}



@media (max-width: 991px) {.user-testimonials h2 {
    text-align: center;
    transform: none;
}.user-testimonials h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (max-width: 480px) {.user-testimonials {
    padding: 3rem 1rem;
}.user-testimonials h2 {
    font-size: calc(34px * 0.8);
}.user-testimonials .review-corner {
    padding: 1.5rem;
}.user-testimonials .review-corner img {
    width: 50px;
    height: 50px;
}.user-testimonials a {
    padding: 0.7rem 1.5rem;
    max-width: 100%;
}}



@media (max-width: 480px) {.stay-updated {
    padding: 3rem 0;
}.stay-updated h4 {
    font-size: 1.3rem;
}.stay-updated .input_holder input {
    padding: 1rem;
}}



@media (max-width: 480px) {.data-analysis {
    padding: 3rem 0;
}.data-analysis .extra-statistics {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}.data-analysis .statistics-highlights {
    flex-direction: column;
}.data-analysis .statistics-highlights h4 {
    padding: 1.5rem;
    flex: 0 0 auto;
    font-size: 31px;
    width: 100%;
}.data-analysis .statistics-highlights span {
    text-align: center;
    justify-content: center;
    padding: 1.5rem;
}.data-analysis .statistics-extra {
    margin-bottom: 1rem;
    font-size: calc(31px * 0.8);
}.data-analysis .top-statistics {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}.data-analysis svg {
    width: 20px;
    top: 0.8rem;
    right: 0.8rem;
    height: 20px;
}}



@media (min-width: 1200px) {.ty-block-id .study-training {
    max-width: 75%;
}
}



@media (max-width: 991px) {.ty-block-id {
    padding: 100px 0;
}.ty-block-id .study-training {
    padding: 50px 40px;
}
}



@media (max-width: 767px) {.ty-block-id {
    padding: 80px 0;
}.ty-block-id .study-training {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.ty-block-id h5 {
    font-size: calc(21px * 0.9);
}
}


@media (max-width: 800px) {.edu-cookie {
    align-items: center;
    flex-direction: column;
}.consent-track {
    margin-bottom: 10px;
}.cookie-disclaimer {
    text-align: center;
    margin-bottom: 15px;
}.cookie-protect {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}



@media (max-width: 768px) {.title-screen .study-training {
    padding: 4rem 1.5rem;
}.title-screen h1 {
    max-width: 100%;
    font-size: calc(42px * 0.9);
}.title-screen .img-preview {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
}.title-screen .metadata-block {
    padding: 2rem;
}.title-screen p {
    font-size: 12px;
}.title-screen svg {
    width: 100px;
    height: 100px;
}.title-screen .learning-intro::before,
    .title-screen .learning-intro::after {
    width: 20%;
}.title-screen .reach-grid {
    padding: 0.9rem 2rem;
}
}



@keyframes slideTitle {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}



@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes scale-in-center {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

