.id-top-pagebar {
    flex: 1 0 auto;
}

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


.id-register-now {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.id-register-now .id-edu-philosophy {
    padding: 60px;
    z-index: 10;
    text-align: center;
    overflow: hidden;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    align-items: center;
    justify-content: center;
    background: rgb(216,236,218);
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.id-register-now .id-connect-grid {
    z-index: 5;
    display: inline-block;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    padding: 15px 40px;
    position: relative;
    border-radius: 26px;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 16px;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(180,216,183) 0%, rgb(137,193,142) 100%);
    color: #ffffff;
}

header .id-header-bar:after {
    height: 60px;
    opacity: 0.5;
    top: 50%;
    left: 0;
    content: '';
    filter: blur(8px);
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    position: absolute;
    width: 60px;
    pointer-events: none;
    transform: translateY(-50%);
}

header .id-header-start:after {
    width: 20px;
    opacity: 0.5;
    border-radius: 50%;
    right: 0;
    content: '';
    top: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(40px);
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

header .id-header-primary:before {
    left: -12px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 6px;
    height: 6px;
    opacity: 0;
    position: absolute;
}

header .id-header-primary:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .id-top-train:hover:before {
    opacity: 1;
}

header .id-top-train:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}

header .id-top-train:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

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

.id-appBlock .id-edu-philosophy:hover {
    transform: translateY(-5px);
}

.id-appBlock .id-edu-philosophy::before {
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(180,216,183), rgb(137,193,142));
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
}

.id-appBlock .id-edu-philosophy:hover h5 {
    transform: translateX(8px);
}

.id-appBlock .id-edu-philosophy p {
    line-height: 1.8;
    font-size: 17px;
    margin: 0;
    position: relative;
    color: #000000;
    z-index: 1;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}

.id-secure-depot h1 {
    font-size: 39px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(180,216,183);
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-weight: 700;
    margin-top: 40px;
}

.id-secure-depot li {
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}

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

.id-consent-box svg {
    transition: fill 0.3s ease;
    width: 60px;
    fill: rgb(180,216,183);
    height: 60px;
}

.id-modalTrackingConsent p {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 15px;
}

#id-cookies-acceptance-allow {
    background: rgb(180,216,183);
}

.id-modalTrackingConsent p a:hover {
    color: rgb(137,193,142);
}

.id-course-features {
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    background-color: rgb(216,236,218);
}

.id-course-features .id-learn-path:hover .id-skill-up img {
    transform: scale(1.15);
}

.id-course-features .id-tech-classes {
    overflow: hidden;
    text-align: center;
    padding: 3rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    border-radius: 10px;
}

.id-course-features .id-tech-classes h3::before,
.id-course-features .id-tech-classes h3::after {
    border-radius: 10px;
    bottom: -10px;
    content: '';
    height: 3px;
    position: absolute;
}

.id-course-features .id-tech-classes h3::before {
    background: rgb(180,216,183);
    left: 50%;
    transition: all 0.6s ease;
    right: 50%;
}

.id-course-features .id-tech-classes .id-connect-grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

footer {
    z-index: 1;
    position: relative;
    width: 100%;
}

.id-digital-res::after {
    content: "";
    pointer-events: none;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    animation: shiftGradient 15s infinite linear;
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(180,216,183,0.5) 70%, transparent 100%);
}

footer .info_item p, footer .info_item a {
    font-size: 14px;
    transition: color 0.3s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
}

footer .id-head-sitebar svg {
    width: auto;
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(180,216,183,0.5));
    height: 50px;
}

footer .id-top-site::before {
    transition: opacity 0.5s ease;
    left: -2px;
    bottom: -2px;
    border-radius: calc(17px + 2px);
    z-index: -1;
    background: linear-gradient(45deg, rgb(180,216,183), transparent, rgb(137,193,142), transparent);
    opacity: 0;
    content: "";
    right: -2px;
    top: -2px;
    position: absolute;
}

footer .id-main-pro a:hover::before {
    box-shadow: 0 0 5px rgb(180,216,183), 0 0 10px rgb(180,216,183,0.5);
    background-color: rgb(180,216,183);
    opacity: 1;
    transform: translateY(-50%) scale(1);
}



footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 23px;
}

footer .input_holder {
    position: relative;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

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

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

.id-meet-us {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
    position: relative;
}

.id-meet-us .id-message-box {
    perspective: 1000px;
    position: relative;
    transform: translateZ(0);
    max-width: 100%;
}

.id-meet-us .id-message-box h1 {
    font-weight: 700;
    font-size: 48px;
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    color: #ffffff;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    transform-origin: left;
    margin-bottom: 40px;
}

.id-meet-us .id-message-box li {
    margin-bottom: 15px;
}

.id-meet-us .id-message-box h4 {
    margin: 0 0 25px 0;
    transform-origin: left;
    transition: transform 0.3s ease;
    font-size: calc(18px * 1.1);
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: rgb(180,216,183);
}

.id-title-page .id-fast-edu {
    top: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    height: 100%;
    z-index: 1;
}

.id-title-page .id-edu-welcome {
    display: flex;
    animation: carousel-slide 25s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
}



.id-title-page .id-edu-welcome {
    --slide-count: 2;
}

.id-title-page .id-message-box h1::after {
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(180,216,183), transparent);
    width: 80px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    position: absolute;
}

.id-title-page .id-message-box .id-connect-grid:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(137,193,142) 0%, rgb(180,216,183) 100%);
}

.id-title-page:has(.id-start-hero:nth-child(3)) .id-edu-welcome {
    --slide-count: 3;
}

.id-title-page:has(.id-start-hero:nth-child(5)) .id-edu-welcome {
    --slide-count: 5;
}

.id-leadership-experience::after {
    top: 0;
    height: 100%;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(180,216,183,0.5) 40px,
            rgb(180,216,183,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(180,216,183,0.5) 60px,
            rgb(180,216,183,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(180,216,183,0.5) 80px,
            rgb(180,216,183,0.5) 81px
        );
    content: "";
    position: absolute;
    opacity: 0.04;
    left: 0;
    width: 100%;
}

.id-leadership-experience .id-img-list-item::after {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 2;
}

.id-leadership-experience .id-client-voices span:not(.name)::after {
    width: 0;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(180,216,183);
    bottom: 0;
    position: absolute;
    left: 0;
}

.id-leadership-experience .id-exp-table::after {
    opacity: 0.6;
    border-right: 2px solid rgb(137,193,142);
    height: 12px;
    position: absolute;
    width: 12px;
    bottom: 15px;
    right: 12px;
    content: "";
    border-bottom: 2px solid rgb(137,193,142);
}

.id-contact-box .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.id-contact-box .id-request-card::after {
    border-radius: 50%;
    height: 300px;
    content: "";
    width: 300px;
    bottom: -150px;
    z-index: 0;
    right: -150px;
    background: rgb(137,193,142,0.5);
    position: absolute;
}

.id-contact-box .id-request-links div:last-of-type {
    border-bottom: none;
}

.id-contact-box .id-request-links div svg path {
    fill: rgb(180,216,183);
    transition: fill 0.3s ease;
}

.id-contact-box .id-request-links div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}

.id-contact-box form input[type="text"],
.id-contact-box form input[type="email"] {
    font-size: 18px;
    color: #000000;
    border-radius: 10px;
    border: none;
    height: 55px;
    padding: 0 20px;
    transition: all 0.3s ease;
    background-color: rgb(216,236,218);
    margin-bottom: 20px;
}

.id-contact-box .id-connect-reach input[type="checkbox"]:checked + label::after {
    top: 3px;
    left: 7px;
    position: absolute;
    height: 12px;
    transform: rotate(45deg);
    width: 6px;
    content: "";
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
}

.id-contact-box .id-request-links div:nth-child(3) {
    --n: 1;
}

.id-pricing-lineup {
    background: rgb(216,236,218);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.id-pricing-lineup .id-cost-fee {
    gap: 60px;
    flex-direction: column-reverse;
    display: flex;
}

.id-pricing-lineup .id-payment-plan h2::after {
    left: 50%;
    height: 3px;
    bottom: -10px;
    border-radius: 3px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(180,216,183), rgb(137,193,142));
    transform: translateX(-50%);
    content: "";
}

.id-pricing-lineup .id-cost-plan {
    flex: 1;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.id-pricing-lineup .id-cost-plan h3::after {
    background: rgb(180,216,183);
    bottom: 0;
    width: 40px;
    height: 3px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    border-radius: 2px;
    left: 0;
}

.id-pricing-lineup .id-img-list-item {
    width: 100%;
    position: relative;
    height: 220px;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 0 0 12px 12px;
}


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



@media (max-width: 767px) {.id-register-now {
    padding: 60px 0;
}.id-register-now .id-edu-philosophy {
    padding: 30px 20px;
}.id-register-now .container p {
    margin-bottom: 25px;
    font-size: calc(24px * 1.2);
}.id-register-now .id-connect-grid {
    padding: 12px 30px;
}
}



@media (min-width: 768px) {.id-appBlock .id-edu-philosophy {
    padding: 70px 80px;
}.id-appBlock .id-edu-philosophy::before {
    width: 6px;
}.id-appBlock .id-edu-philosophy div:first-child::after {
    width: 120px;
}
}



@media (prefers-reduced-motion: reduce) {.id-appBlock .id-edu-philosophy,
    .id-appBlock .id-edu-philosophy h5,
    .id-appBlock .id-edu-philosophy a::before,
    .id-appBlock .id-edu-philosophy a p {
    transition: none;
}.id-appBlock .id-edu-philosophy:hover,
    .id-appBlock .id-edu-philosophy:hover h5 {
    transform: none;
}}


@media only screen and (max-width: 800px) {.id-cookie-data {
    padding: 15px;
}.id-consent-box {
    display: none;
}.id-modalTrackingConsent h5 {
    font-size: 21px;
}.id-modalTrackingConsent p {
    font-size: 14px;
}}



@media (max-width: 991px) {.id-course-features {
    padding: 6rem 0;
    min-height: auto;
}.id-course-features .id-learn-path {
    margin-bottom: 0;
    height: 350px;
    position: relative;
}.id-course-features .container {
    padding: 1.5rem;
    margin-top: -100px;
}.id-course-features .id-edu-philosophy {
    max-width: 90%;
}.id-course-features .id-tech-classes {
    padding: 2.5rem;
}.id-course-features .id-tech-classes p {
    max-width: 95%;
}
}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .id-sub-texts {
    white-space: nowrap;
}
}



@media (min-width: 992px) {footer .id-class-guide {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .id-quick-reach {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (min-width: 1200px) {.id-meet-us .id-message-box span {
    column-count: 2;
    column-gap: 50px;
}.id-meet-us::after {
    height: 80%;
    width: 55%;
}
}



@media (max-width: 991px) {.id-meet-us {
    padding: 100px 0;
}.id-meet-us .id-message-box h1 {
    margin-bottom: 30px;
    font-size: calc(33px * 1.1);
}.id-meet-us .id-message-box::before {
    height: 40%;
}
}



@media (max-width: 1200px) {.id-title-page {
    height: 90vh;
}.id-title-page .id-message-box {
    max-width: 700px;
}.id-title-page .id-message-box h1 {
    font-size: calc(44px * 0.9);
}
}



@media (max-width: 576px) {.id-title-page {
    height: 60vh;
    min-height: 500px;
}.id-title-page .id-fast-edu::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
}.id-title-page .id-edu-welcome {
    animation: carousel-slide 20s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}.id-title-page .id-message-box {
    padding: 1rem;
}.id-title-page .id-message-box h1 {
    font-size: calc(44px * 0.9);
}.id-title-page .id-message-box h1::after {
    height: 2px;
    width: 50px;
}.id-title-page .id-message-box p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.id-title-page .id-message-box .id-connect-grid {
    padding: 0.6rem 1.5rem;
    font-size: calc(14px * 0.95);
}
}



@media screen and (max-width: 576px) {.id-contact-box {
    padding: 60px 0;
}.id-contact-box .id-request-links,
    .id-contact-box .id-inquiry-panel {
    padding: 30px 20px;
}.id-contact-box .id-request-links h3 {
    font-size: calc(37px * 0.8);
}.id-contact-box form input[type="text"],
    .id-contact-box form input[type="email"] {
    height: 50px;
}.id-contact-box form .id-connect-grid {
    padding: 14px 20px;
    width: 100%;
}}



@media (max-width: 767px) {.id-pricing-lineup {
    padding: 80px 0;
}.id-pricing-lineup .id-cost-fee {
    gap: 40px;
}.id-pricing-lineup .id-payment-plan h2 {
    font-size: calc(38px - 4px);
}.id-pricing-lineup .id-img-list-item {
    height: 200px;
}.id-pricing-lineup .id-cost-plan {
    padding: 25px;
}.id-pricing-lineup .id-bundle-rate {
    font-size: 1.5rem;
}
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}



@keyframes gradient-pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

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



@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

