.site-map {
    flex: 0 0 auto;
}

.site-map {
    font-family: Arial, sans-serif;
    padding: 0;
    background-color: rgb(125,113,111);
    color: #ffffff;
    position: relative;
}

.plan-list::before {
    left: 0;
    background: linear-gradient(45deg, rgb(168,155,153,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
}

.plan-list .price-view h2::after {
    width: 80px;
    position: absolute;
    content: "";
    left: 50%;
    height: 3px;
    bottom: -10px;
    background: rgb(168,155,153);
    transform: translateX(-50%);
}

.plan-list .learn-sub {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.plan-list .fee-plans::before {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.7;
    z-index: -1;
}

.plan-list .monthly-plan::before {
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    background: rgb(168,155,153);
    width: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.plan-list .plan-details:hover .img-preview {
    transform: scale(1.05);
}

.plan-list .plan-details:nth-child(3n+2) {
    border-top: 3px solid rgb(125,113,111);
}

.company-overview::before {
    top: 0;
    height: 100%;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(rgb(125,113,111), 0.03) 20px,
        rgba(rgb(125,113,111), 0.03) 40px
    );
    position: absolute;
    content: "";
    z-index: 0;
    left: 0;
}

.company-overview .learn-pro ul {
    margin: 0;
    display: grid;
    padding: 0;
    gap: 3rem;
    grid-template-columns: 1fr;
    list-style: none;
}

.company-overview .community-team::before {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(125,113,111,0.5), 0.03) 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.company-overview .community-team div {
    max-height: 250px;
    font-size: 18px;
    line-height: 1.8;
    padding-right: 10px;
    overflow-y: auto;
    position: relative;
    color: #000000;
}

.site-map .info_item {
    position: relative;
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
}

.site-map .info_item p,
.site-map .info_item a {
    text-decoration: none;
    display: flex;
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s ease;
    align-items: center;
    gap: 0.75rem;
}

.site-map .head-pagebar svg {
    height: auto;
    filter: brightness(0) invert(1);
    max-width: 150px;
    transition: all 0.3s ease;
}

.site-map .header-mainbar::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
}

.site-map .nav-lead a {
    position: relative;
    padding: 0.5rem 0;
    opacity: 0.8;
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.site-map .subscribe_holder h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 1rem;
    color: #ffffff;
}

.site-map .input_holder {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.site-map .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.site-map .sub-grids::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: '';
    position: absolute;
    height: 100%;
    left: -100%;
    transition: left 0.5s ease;
}

.site-map .story-spot {
    color: #ffffff;
    opacity: 0.7;
    font-size: 15px;
}

.course-program .knowledge-base {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    grid-column: 1;
    grid-row: 1;
}

.course-program .knowledge-base {
    height: 350px;
}

.course-program .learn-explore {
    height: 100%;
    width: 20%;
    position: relative;
}

.course-program .learn-explore {
    width: 16.6667%;
}

.course-program .tech-skills {
    overflow: hidden;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    max-width: 700px;
    position: relative;
}

.course-program .tech-skills h3::after {
    content: '';
    background-color: rgb(125,113,111);
    width: 50px;
    position: absolute;
    height: 3px;
    bottom: -0.5rem;
    left: 1.5rem;
}

.course-program .tech-skills .reach-grid::before {
    left: -100%;
    background-color: rgb(168,155,153);
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
    transition: all 0.3s ease;
}

header .top-nav {
    padding: 0;
    width: 100%;
}

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

header .nav-mainbar:before {
    top: 50%;
    height: 6px;
    left: -15px;
    position: absolute;
    width: 6px;
    transition: transform 0.3s ease;
    background-color: rgb(168,155,153);
    content: '';
    transform: translateY(-50%) scale(0);
    border-radius: 10px;
}

header .head-expert:hover:before {
    opacity: 1;
}

header .head-expert:hover svg {
    transform: scale(1.05);
}

.user-testimonials::before {
    filter: blur(40px);
    top: -10%;
    z-index: 0;
    background: linear-gradient(135deg, rgba(rgb(125,113,111,0.5), 0.1), rgba(rgb(168,155,153,0.5), 0.05));
    content: "";
    right: -5%;
    width: 35%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
}

.user-testimonials h2::after {
    height: 4px;
    width: 8rem;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(168,155,153) 0%, rgb(125,113,111) 100%);
    transform-origin: left;
    bottom: -1rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

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

.user-testimonials .review-corner img {
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 5px 15px rgba(rgb(168,155,153,0.5), 0.2);
    margin-right: 1rem;
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.user-testimonials a::before {
    width: 100%;
    content: "";
    left: -100%;
    position: absolute;
    transition: left 0.7s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.stay-updated::after {
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(168,155,153,0.5), 0.15),
        transparent 70%
    );
    right: -20%;
    pointer-events: none;
    position: absolute;
    width: 70%;
    content: "";
    height: 200%;
    transform: rotate(-15deg);
    z-index: 1;
    top: -50%;
}

.stay-updated h4::after {
    position: absolute;
    bottom: -15px;
    width: 80px;
    content: "";
    transition: transform var(--animation-time) cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: var(--newsletter-accent);
    transform: scaleX(0.8);
    left: 0;
    height: 3px;
    transform-origin: left;
}

.stay-updated .input_holder input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: opacity 0.3s;
}

.stay-updated .input_holder input[type="submit"]:hover {
    transform: scale(1.05) translateZ(20px);
    box-shadow: 0 10px 25px rgba(rgb(168,155,153,0.5), 0.4);
}

.data-analysis {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(201,200,177);
}

.data-analysis::after {
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px);
    content: "";
    opacity: 0.5;
}

.data-analysis .program-statistics {
    flex-wrap: wrap;
    display: flex;
    margin: -1rem;
}

.data-analysis .statistics-highlights:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.data-analysis .statistics-highlights h4::before {
    position: absolute;
    left: -50%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    width: 200%;
    opacity: 0;
    top: -50%;
    content: "";
    transition: opacity 0.3s ease;
}

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

.leadership-profile .career-details {
    padding: 50px 40px;
    font-weight: 300;
    margin: 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    line-height: 1.7;
    transform: translateZ(20px);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(168,155,153,0.5);
    font-size: 14px;
    z-index: 1;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    position: relative;
    grid-area: quote;
    color: #ffffff;
}

.leadership-profile .review-corner > span:not(.name) {
    color: rgb(125,113,111);
    transform: translateZ(25px);
    padding: 10px 15px;
    grid-area: job;
    transition: transform 0.3s ease;
    z-index: 2;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    background: #ffffff;
}

.secure-retreat li {
    margin-bottom: 10px;
    font-size: 14px;
    padding-bottom: 5px;
    color: #000000;
    border-bottom: 1px dashed rgb(125,113,111,0.5);
}

.secure-retreat::before,
.secure-retreat::after {
    position: absolute;
    background: rgb(168,155,153,0.5);
    display: block;
    z-index: 1;
    content: "";
    border-radius: 50%;
}

.secure-retreat::before {
    top: -100px;
    height: 200px;
    left: -100px;
    width: 200px;
}

.ty-block-id .study-training {
    padding: 60px 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.ty-block-id h5::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(168,155,153), rgb(125,113,111));
    left: 0;
    transform: scaleX(0.7);
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
    transform-origin: left center;
    bottom: -8px;
}

.consent-track {
    margin-right: 15px;
    flex-shrink: 0;
}

.consent-track svg {
    width: 50px;
    transition: fill 0.3s ease-in-out;
    height: 50px;
    fill: rgb(168,155,153);
}

.cookie-protect {
    border: 1px solid transparent;
    border-radius: 10px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 20px;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    text-align: center;
    user-select: none;
    white-space: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.5;
}

.ideal-participants .study-training::before,
.ideal-participants .study-training::after {
    height: 1px;
    opacity: 0;
    position: absolute;
    z-index: -1;
    animation: horizontalBeam 10s infinite ease-out;
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(125,113,111) 50%, 
        transparent 90%);
}

.ideal-participants .study-training::before {
    top: 30%;
    animation-delay: 2s;
}

.ideal-participants ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}

.ideal-participants ul li:hover::before {
    transform: scaleY(1);
}

.ideal-participants ul li svg {
    position: relative;
    margin-right: 1.5rem;
    width: 28px;
    transition: all 0.4s ease;
    height: 28px;
    flex-shrink: 0;
    z-index: 1;
}



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

.ideal-participants ul::before {
    position: absolute;
    content: '';
    opacity: 0.2;
    right: 20px;
    height: 50px;
    width: 50px;
    border: 1px solid rgb(168,155,153,0.5);
    border-radius: 50%;
    top: 20px;
}

.title-screen .img-preview {
    transform: scale(1.05);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 85% 100%, 0% 100%);
}

.title-screen h1::after {
    transform: scaleX(0);
    background: rgb(168,155,153);
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    animation: scale-in 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    width: 80px;
    height: 4px;
    bottom: -15px;
}

.title-screen .learning-intro {
    display: flex;
    position: relative;
    justify-content: center;
    margin: 2rem 0 2.5rem;
}

.title-screen svg:hover {
    transform: scale(1);
}

.title-screen svg path {
    fill: rgb(168,155,153);
    transition: fill 0.3s ease;
}

.title-screen svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.title-screen .reach-grid:hover::before {
    opacity: 1;
}

.title-screen .reach-grid::after {
    width: 10px;
    z-index: -1;
    top: 50%;
    left: 50%;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    position: absolute;
    transition: transform 0.5s ease;
}

.contact-panel h2 {
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 50px;
    position: relative;
    font-size: 33px;
    border-bottom: 3px solid rgb(168,155,153);
    color: #000000;
    display: inline-block;
}

.contact-panel .query-help {
    padding: 60px;
    position: relative;
    background: #ffffff;
    flex: 0 0 55%;
}

.contact-panel h3 {
    color: rgb(168,155,153);
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 30px;
    position: relative;
}

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

.contact-panel .help-reach input[type="checkbox"] {
    width: 22px;
    background: rgb(201,200,177);
    height: 22px;
    border-radius: 4px;
    margin-top: 3px;
    cursor: pointer;
    appearance: none;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid rgb(201,200,177);
}

.contact-panel .help-reach a:hover::after {
    background: rgb(125,113,111);
    height: 2px;
}

.contact-panel .reach-grid::after {
    top: 50%;
    position: absolute;
    border-radius: 50%;
    height: 0;
    content: "";
    left: 50%;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    width: 0;
}


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



@media (max-width: 767px) {.plan-list {
    padding: 4rem 0;
}.plan-list .fee-plans {
    padding: 1.5rem;
}.plan-list .fee-plans h3 {
    font-size: 20px;
}.plan-list .monthly-plan {
    font-size: 20px;
}.plan-list .fee-plans p {
    max-height: 150px;
    overflow-y: auto;
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.plan-list .img-preview {
    height: 150px;
}
}



@media (min-width: 1200px) {.company-overview {
    padding: 9rem 0;
}.company-overview::after {
    right: -10%;
}.company-overview .container {
    padding: 0 3rem;
}.company-overview h1 {
    margin-bottom: 4rem;
}.company-overview .learn-pro ul {
    gap: 3rem;
}.company-overview .community-team {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.company-overview .community-team:hover {
    transform: translateY(-10px) scale(1.02);
}.company-overview .community-team div {
    max-height: 350px;
}
}



@media (max-width: 991px) {.course-program {
    min-height: auto;
    display: flex;
    flex-direction: column;
}.course-program .knowledge-base {
    width: 100%;
    height: 400px;
}.course-program .knowledge-base::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.course-program .container {
    padding: 3rem 1rem;
    position: relative;
}.course-program .study-training {
    width: 100%;
    margin-right: 0;
}.course-program .tech-skills {
    max-width: 100%;
}
}



@media (max-width: 767px) {.user-testimonials {
    padding: 4rem 1.5rem;
}.user-testimonials h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.user-testimonials .alumni-testimonials {
    grid-template-columns: 1fr;
    gap: 2rem;
}.user-testimonials .review-corner:nth-child(odd) {
    transform: none;
}.user-testimonials .review-corner:hover,
    .user-testimonials .review-corner:nth-child(odd):hover {
    transform: translateY(-5px);
}.user-testimonials a {
    margin-left: auto;
    display: block;
    margin-right: auto;
    text-align: center;
    max-width: 80%;
}
}



@media (max-width: 768px) {.data-analysis {
    padding: 4rem 0;
}.data-analysis .extra-statistics {
    padding: 2rem;
    margin-bottom: 2rem;
}.data-analysis .statistics-highlights {
    flex: 0 0 calc(100% - 2rem);
}.data-analysis .statistics-highlights h4 {
    font-size: calc(31px * 1.2);
    padding: 1.8rem;
}.data-analysis .statistics-highlights span {
    padding: 1.8rem;
}.data-analysis .statistics-extra {
    font-size: calc(31px * 0.9);
    margin-bottom: 1.2rem;
}.data-analysis .top-statistics {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}



@media only screen and (max-width: 800px) {.secure-retreat {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px;
}.secure-retreat h1 {
    font-size: calc(18px * 0.8);
    grid-column: span 1;
}.secure-retreat h2 {
    font-size: calc(18px * 0.8);
}.secure-retreat ul,
    .secure-retreat ol {
    padding-left: 15px;
}.secure-retreat > div {
    padding: 20px;
}.secure-retreat::before {
    height: 100px;
    left: -50px;
    top: -50px;
    width: 100px;
}.secure-retreat::after {
    right: -75px;
    bottom: -75px;
    width: 150px;
    height: 150px;
}}


@media (max-width: 1200px) {.cookie-disclaimer h5 {
    font-size: calc(18px - 2px);
}.cookie-disclaimer p {
    font-size: calc(15px - 2px);
}.cookie-protect {
    font-size: calc(20px - 2px);
}
}



@media (max-width: 576px) {.ideal-participants {
    padding: 3rem 0;
}.ideal-participants .study-training {
    padding: 0 1.5rem;
}.ideal-participants h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2.5rem;
}.ideal-participants ul {
    gap: 0.8rem;
}.ideal-participants ul li {
    padding: 1rem;
}.ideal-participants ul li svg {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}}



@media (max-width: 768px) {.contact-panel {
    padding: 60px 0;
}.contact-panel h2 {
    margin-bottom: 40px;
    font-size: calc(33px - 4px);
}.contact-panel .query-help {
    padding: 35px 25px 45px;
}.contact-panel #contact {
    gap: 20px;
}.contact-panel .img-preview {
    min-height: 250px;
}
}



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}



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



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



@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}



@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}



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

