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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(120deg, 
        rgb(180,216,183) 0%, 
        rgb(180,216,183,0.5) 100%
    );
    position: fixed;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    top: 0;
    left: 0;
}

.id-register-now .id-edu-philosophy::before {
    animation: rotate 30s linear infinite;
    left: -50%;
    position: absolute;
    z-index: -1;
    width: 200%;
    background: radial-gradient(
        ellipse at center,
        transparent 30%,
        rgb(180,216,183,0.5) 100%
    );
    top: -50%;
    height: 200%;
    opacity: 0.1;
    content: '';
}

.id-register-now .id-connect-grid::before {
    height: 100%;
    transition: 0.5s;
    top: 0;
    z-index: -1;
    content: '';
    width: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

header:after {
    height: 100%;
    pointer-events: none;
    left: 0;
    content: '';
    background-size: 100px 100px;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    top: 0;
    width: 100%;
    position: absolute;
}

header .id-top-site {
    position: relative;
    align-items: center;
    display: flex;
    gap: 30px;
}

header .id-top-site:before {
    bottom: -10px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 2px;
    content: '';
    position: absolute;
    width: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    opacity: 0;
}

header .id-header-primary:hover {
    transform: translateX(5px);
    color: #ffffff;
}

header .id-top-train:before {
    left: -10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    top: -10px;
    position: absolute;
    width: calc(100% + 20px);
    opacity: 0;
    transition: all 0.3s ease;
    content: '';
    height: calc(100% + 20px);
}

.id-appBlock::before {
    top: -10%;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    content: "";
    pointer-events: none;
    transform: rotate(-15deg);
    height: 60%;
    width: 50%;
    opacity: 0.05;
    right: -10%;
}

.id-appBlock .id-edu-philosophy div:first-child {
    padding-bottom: 25px;
    position: relative;
}

.id-appBlock .id-edu-philosophy h5 {
    margin: 0;
    font-size: 24px;
    color: #000000;
    transform: translateX(0);
    transition: transform 0.4s ease-out;
    line-height: 1.4;
    font-weight: 700;
}

.id-appBlock .id-edu-philosophy a::before {
    position: absolute;
    right: -10px;
    content: "";
    z-index: 0;
    transition: opacity 0.5s ease;
    width: 40%;
    height: 40%;
    opacity: 0;
    bottom: -10px;
    background: linear-gradient(135deg, transparent, rgb(137,193,142,0.5) 60%);
}

.id-secure-depot ul, .id-secure-depot ol {
    list-style-position: inside;
    font-size: 12px;
    padding-left: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
    padding: 15px 0;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.id-secure-depot p, .id-secure-depot span, .id-secure-depot div {
    margin-bottom: 10px;
    color: #000000;
    transition: color 0.3s ease;
    font-size: 12px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.id-consent-box svg:hover {
    fill: rgb(137,193,142);
}

.id-modalTrackingConsent h5 {
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    color: rgb(180,216,183);
    font-size: 20px;
    font-weight: 600;
}

.id-modalTrackingConsent p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(180,216,183);
}

.id-course-features .id-learn-path {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.id-course-features .id-skill-up {
    height: 100%;
    flex: 1;
    position: relative;
    overflow: hidden;
    min-width: 20%;
}

.id-course-features .id-edu-philosophy {
    border-radius: 19px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                0 0 60px rgb(180,216,183,0.5),
                0 0 90px rgb(137,193,142,0.5);
    backdrop-filter: blur(8px);
    animation: glow-pulse 8s ease-in-out infinite alternate;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    max-width: 800px;
    width: 100%;
    padding: 0.5rem;
}

.id-course-features .id-tech-classes:hover h3::after {
    left: 50%;
    right: 0;
}

.id-course-features .id-tech-classes .id-connect-grid::before {
    position: absolute;
    width: 100%;
    transition: all 0.6s ease;
    left: -100%;
    background: linear-gradient(
        45deg,
        rgb(137,193,142) 0%,
        rgb(180,216,183) 100%
    );
    top: 0;
    content: '';
    z-index: -1;
    height: 100%;
}



.id-digital-res .container {
    position: relative;
    z-index: 2;
}

footer .id-class-guide {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

footer .id-quick-reach {
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    gap: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    display: flex;
    backdrop-filter: blur(8px);
    padding: 25px;
}

footer .id-head-sitebar:hover svg {
    filter: drop-shadow(0 0 8px rgb(180,216,183));
}

footer .id-top-site:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}



footer .id-top-site h5 {
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .id-main-pro a {
    font-size: calc(14px - 1px);
    text-decoration: none;
    padding-left: 15px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-weight: 400;
    position: relative;
    color: #ffffff;
}

footer .subscribe_holder::before {
    top: -50%;
    width: 200%;
    content: "";
    animation: pulseBackground 10s infinite ease-in-out;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    height: 200%;
    z-index: -1;
    left: -50%;
    position: absolute;
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    color: #ffffff;
}

footer .id-sub-texts:hover::before {
    left: 100%;
}

footer .id-gdpr-block {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.id-meet-us::after {
    position: absolute;
    filter: blur(20px);
    top: -10%;
    background: rgb(137,193,142);
    content: "";
    right: -5%;
    pointer-events: none;
    transform: rotate(-15deg) skewX(-15deg);
    height: 70%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    z-index: 0;
    width: 45%;
    opacity: 0.15;
}

.id-meet-us .id-message-box h1:hover::after {
    transform: scaleX(1.5);
}

.id-meet-us .id-message-box ul {
    backdrop-filter: blur(5px);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 0;
    margin: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 10px;
    list-style: none;
    background: rgba(255, 255, 255, 0.03);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.id-title-page {
    height: 100vh;
    min-height: 600px;
    position: relative;
    background-color: #000000;
    width: 100%;
    overflow: hidden;
}

.id-title-page .id-fast-edu::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, #000000 10%, transparent 100%);
    content: '';
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 40%;
}

.id-title-page .id-message-box h1 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    color: #ffffff;
    display: inline-block;
}

.id-title-page .id-message-box p {
    margin-bottom: 2.5rem;
    font-size: 12px;
    opacity: 0.9;
    line-height: 1.7;
    color: #ffffff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.id-title-page .id-message-box .id-connect-grid:hover::before {
    left: 100%;
}



@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {.id-title-page .id-fast-edu::before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}}

.id-leadership-experience {
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(216,236,218) 0%, rgb(137,193,142,0.5) 100%);
    padding: 120px 0;
}

.id-leadership-experience .id-client-voices {
    padding: 50px;
    border-radius: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    grid-template-columns: 1fr 1fr;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    gap: 40px;
    overflow: hidden;
    background: #ffffff;
}

.id-leadership-experience .id-img-list-item::before {
    inset: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 1;
    content: "";
}

.id-leadership-experience .name {
    padding-left: 16px;
    font-weight: 700;
    line-height: 1.2;
    border-left: 4px solid rgb(180,216,183);
    font-size: 38px;
    margin-bottom: 12px;
    position: relative;
    color: #000000;
}

.id-leadership-experience .id-client-voices:hover span:not(.name)::after {
    width: 100%;
}

.id-leadership-experience .id-exp-table::before {
    border-left: 2px solid rgb(180,216,183);
    left: 12px;
    content: "";
    top: 15px;
    width: 12px;
    position: absolute;
    height: 12px;
    border-top: 2px solid rgb(180,216,183);
    opacity: 0.6;
}

.id-leadership-experience .id-client-voices:hover .id-img-list-item {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

.id-contact-box .id-request-card::before {
    left: -150px;
    background: rgb(180,216,183,0.5);
    height: 300px;
    width: 300px;
    content: "";
    border-radius: 50%;
    top: -150px;
    z-index: 0;
    position: absolute;
}

.id-contact-box .id-request-links h3::after {
    bottom: -15px;
    left: 0;
    background-color: rgb(137,193,142);
    height: 4px;
    content: "";
    width: 60px;
    position: absolute;
}

.id-contact-box .id-request-links div:hover svg path {
    fill: rgb(137,193,142);
}

.id-contact-box .id-request-links div span a:hover {
    color: rgb(180,216,183);
}

.id-contact-box form {
    display: flex;
    flex-direction: column;
}

.id-contact-box form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.id-contact-box .id-connect-reach input[type="checkbox"] {
    cursor: pointer;
    height: 0;
    width: 0;
    position: absolute;
    opacity: 0;
}

.id-contact-box .id-connect-reach input[type="checkbox"]:checked + label::before {
    background-color: rgb(180,216,183);
}

.id-contact-box .id-connect-reach label a:hover {
    text-decoration: underline;
    color: rgb(137,193,142);
}

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

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

.id-pricing-lineup::before {
    opacity: 0.08;
    z-index: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(180,216,183,0.5), rgb(137,193,142,0.5));
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.id-pricing-lineup .id-learn-fees {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    display: grid;
    margin: 0 auto;
}

.id-pricing-lineup .id-cost-options:hover {
    transform: translateY(-8px);
}

.id-pricing-lineup .id-cost-options:hover .id-rate-plans {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}

.id-pricing-lineup .id-cost-options:hover .id-cost-plan h3::after {
    width: 60px;
}

.id-pricing-lineup .id-bundle-rate {
    background: linear-gradient(135deg, rgb(180,216,183), rgb(137,193,142));
    margin-bottom: 20px;
    display: inline-block;
    font-size: 1.8rem;
    position: relative;
    background-clip: text !important;
    font-weight: 700;
    color: transparent;
    color: rgb(180,216,183);
    -webkit-background-clip: text !important;
}


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



@media (max-width: 480px) {.id-register-now {
    padding: 40px 0;
}.id-register-now .id-edu-philosophy {
    padding: 25px 15px;
}.id-register-now .container p {
    font-size: 24px;
    margin-bottom: 20px;
}.id-register-now .id-connect-grid {
    padding: 10px 25px;
    font-size: calc(16px * 0.9);
}}



@media (max-width: 767px) {.id-appBlock {
    padding: 60px 0;
}.id-appBlock .id-edu-philosophy {
    gap: 25px;
    padding: 40px 30px;
}.id-appBlock .id-edu-philosophy h5 {
    font-size: calc(24px - 2px);
}.id-appBlock .id-edu-philosophy p {
    font-size: calc(17px - 1px);
}.id-appBlock .id-edu-philosophy div:first-child {
    padding-bottom: 20px;
}.id-appBlock .id-edu-philosophy div:first-child::after {
    width: 60px;
}
}


@media only screen and (max-width: 1200px) {.id-cookie-data {
    flex-direction: column;
    align-items: center;
}.id-consent-box {
    margin-bottom: 15px;
}.id-user-dialog {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.id-track-ack {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 200px;
}
}



@media (max-width: 767px) {.id-course-features {
    padding: 5rem 0;
}.id-course-features .id-learn-path {
    height: 280px;
}.id-course-features .id-tech-training {
    animation-duration: 30s;
}.id-course-features .container {
    margin-top: -50px;
    padding: 1rem;
}.id-course-features .id-edu-philosophy {
    padding: 0.3rem;
    max-width: 100%;
}.id-course-features .id-tech-classes {
    padding: 2rem 1.5rem;
}.id-course-features .id-tech-classes h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.2rem;
}.id-course-features .id-tech-classes p {
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: calc(15px * 0.9);
}.id-course-features .id-tech-classes .id-connect-grid {
    padding: 0.8rem 1.5rem;
    font-size: calc(20px * 0.9);
}
}



@media (max-width: 576px) {footer .id-digital-res {
    padding: 40px 0 20px;
}footer .id-quick-reach, footer .id-top-site, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .id-sub-texts {
    padding: 12px;
}footer .id-head-sitebar svg {
    height: 40px;
}footer .id-intern-opp {
    font-size: calc(16px - 1px);
}}



@media (max-width: 767px) {.id-meet-us {
    padding: 80px 0;
}.id-meet-us .id-message-box h1 {
    font-size: 33px;
}.id-meet-us .id-message-box::before {
    left: -15px;
    height: 30%;
}.id-meet-us .id-message-box ul {
    padding: 25px;
}.id-meet-us .id-message-box h4 {
    font-size: 18px;
}.id-meet-us .id-message-box span {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 768px) {.id-title-page {
    height: 70vh;
}.id-title-page .id-fast-edu::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.6) 100%);
}.id-title-page .id-message-box {
    padding: 1.2rem;
    max-width: 90%;
}.id-title-page .id-message-box h1 {
    margin-bottom: 1rem;
}.id-title-page .id-message-box p {
    margin-bottom: 1.8rem;
    font-size: calc(12px * 0.95);
}.id-title-page .id-message-box .id-connect-grid {
    padding: 0.7rem 1.8rem;
}
}



@media (max-width: 575px) {.id-leadership-experience {
    padding: 50px 0;
}.id-leadership-experience .id-client-voices {
    gap: 20px;
    padding: 30px 20px;
}.id-leadership-experience .id-img-list-item {
    min-height: 220px;
}.id-leadership-experience .name {
    padding-left: 12px;
    font-size: calc(38px * 0.8);
}.id-leadership-experience .id-client-voices span:not(.name) {
    padding: 4px 10px;
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.id-leadership-experience .id-exp-table {
    font-size: calc(16px * 0.9);
    padding: 15px 18px;
}}



@media (min-width: 1200px) {.id-pricing-lineup .id-learn-fees {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.id-pricing-lineup .id-cost-plan {
    padding: 40px;
}.id-pricing-lineup .id-img-list-item {
    height: 260px;
}.id-pricing-lineup .id-cost-options:nth-child(odd) {
    transform: translateY(20px);
}.id-pricing-lineup .id-cost-options:nth-child(odd):hover {
    transform: translateY(12px);
}.id-pricing-lineup .id-cost-options:nth-child(even):hover {
    transform: translateY(-8px);
}
}



@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes pattern-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(180,216,183,0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5),
                    0 0 70px rgb(137,193,142,0.5);
    }
    100% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(180,216,183,0.5);
    }
}



@keyframes scale-pulse {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}



@keyframes button-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(180,216,183,0.5), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(180,216,183,0.5), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(180,216,183,0.5), 0);
    }
}

