* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.id-digital-res {
    flex: 0 0 auto;
}

.id-digital-res {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, #000000, rgb(137,193,142));
    padding: 80px 0 30px;
}

.id-register-now::after {
    content: '';
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 20% 30%,
        rgb(180,216,183,0.5) 0%,
        transparent 30%
    ), 
    radial-gradient(
        circle at 80% 70%,
        rgb(137,193,142,0.5) 0%,
        transparent 30%
    );
}

.id-register-now .container p::after {
    content: '';
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(180,216,183), rgb(137,193,142));
    position: absolute;
    left: 50%;
    border-radius: 10px;
    height: 4px;
    bottom: -15px;
}

.id-register-now .id-connect-grid:hover::before {
    animation: shine 1.5s infinite;
    left: 100%;
}

header .id-header-bar {
    position: relative;
}

header .id-header-bar:before {
    opacity: 0.3;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    left: 0;
    height: 2px;
    position: absolute;
    width: 100%;
    content: '';
    bottom: -1px;
}

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

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

header .id-top-site:hover:before {
    opacity: 0.7;
}

header .id-header-primary:after {
    transition: all 0.3s ease;
    top: 50%;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    left: -30px;
    transform-origin: right;
    transform: translateY(-50%) scaleX(0);
    position: absolute;
    height: 1px;
    width: 20px;
}

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

header .id-top-train svg {
    transition: all 0.3s ease;
    height: 40px;
    width: auto;
}

.id-appBlock {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(180,216,183,0.5), rgb(137,193,142) 120%);
}

.id-appBlock .id-edu-philosophy {
    display: flex;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    background: #ffffff;
    padding: 60px 50px;
    gap: 40px;
    flex-direction: column;
}

.id-appBlock .id-edu-philosophy a {
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
}

.id-appBlock .id-edu-philosophy a:hover::before {
    opacity: 0.1;
}

.id-secure-depot:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: rgb(180,216,183,0.5);
}

.id-secure-depot h2 {
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 35px;
    font-size: 32px;
    color: rgb(137,193,142);
}

.id-secure-depot li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(137,193,142,0.5);
}

.id-modalTrackingConsent {
    z-index: 90;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(180,216,183);
    position: fixed;
    bottom: 0;
    background: rgb(216,236,218);
}

.id-track-ack {
    border-radius: 13px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(180,216,183);
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    margin-left: 10px;
}

.id-course-features .id-tech-training {
    height: 100%;
    display: flex;
    width: 500%;
    will-change: transform;
    animation: carousel-slide 40s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

.id-course-features .container {
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 2rem;
    z-index: 4;
    display: flex;
    position: relative;
    max-width: 1200px;
    align-items: center;
}

.id-course-features .id-tech-classes h3 {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
}

.id-course-features .id-tech-classes h3::after {
    right: 50%;
    left: 50%;
    background: rgb(137,193,142);
    transition: all 0.6s ease;
    transition-delay: 0.2s;
}

.id-course-features .id-tech-classes .id-connect-grid {
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(
        45deg,
        rgb(180,216,183) 0%,
        rgb(137,193,142) 100%
    );
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.4s ease;
}

footer .id-quick-reach:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item a:hover {
    color: rgb(180,216,183);
    text-shadow: 0 0 8px rgb(180,216,183,0.5);
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    margin-top: 20px;
}

footer .id-intern-opp {
    opacity: 0.8;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    max-width: 300px;
}

footer .id-top-site:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}

footer .id-top-site h5::after {
    content: "";
    transition: width 0.3s ease;
    width: 50px;
    background: rgb(180,216,183);
    height: 2px;
    bottom: -1px;
    left: 0;
    position: absolute;
}

footer .id-main-pro a::before {
    opacity: 0.7;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    width: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    height: 6px;
    position: absolute;
    content: "";
    background-color: rgb(180,216,183);
    left: 0;
}

footer .subscribe_holder p {
    margin-bottom: 20px;
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
    font-size: 14px;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(180,216,183,0.5);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(180,216,183);
}

footer .id-sub-texts:hover {
    background: rgb(137,193,142);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

footer .id-scholar-cta {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    opacity: 0.7;
    letter-spacing: 0.5px;
}

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

.id-meet-us .id-message-box::before {
    transform: translateY(-50%);
    position: absolute;
    content: "";
    width: 5px;
    height: 60%;
    z-index: -1;
    left: -30px;
    background: linear-gradient(to bottom, rgb(180,216,183), rgb(137,193,142));
    top: 50%;
}

.id-meet-us .id-message-box ul:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.id-meet-us .id-message-box h4::before {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    bottom: -10px;
    background: rgb(137,193,142);
    width: 40px;
}

.id-meet-us .id-message-box span::first-letter {
    color: rgb(137,193,142);
    font-size: 1.5em;
    font-weight: 700;
}

.id-title-page .id-fast-edu::before {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);
    position: absolute;
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
}

.id-title-page .id-message-box {
    position: relative;
    width: 90%;
    z-index: 3;
    text-align: center;
    padding: 2rem;
    transform: translateY(20px);
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    animation: text-fade 1.5s ease-in-out forwards;
    max-width: 800px;
}

.id-title-page .id-message-box .id-connect-grid::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
    content: '';
}

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

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

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

.id-leadership-experience .id-client-voices::before {
    background: linear-gradient(
        90deg,
        rgb(180,216,183) 0%,
        rgb(137,193,142) 100%
    );
    top: 0;
    position: absolute;
    content: "";
    height: 6px;
    left: 0;
    width: 100%;
}



.id-leadership-experience .id-img-list-item {
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    border-radius: 0;
    height: 100%;
    transition: all 0.5s ease;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    width: 100%;
    position: relative;
    min-height: 360px;
}

.id-leadership-experience .id-client-voices:hover .name::before {
    height: 100%;
}

.id-leadership-experience .id-client-voices span:not(.name) {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    border-radius: 3px;
    background: rgb(216,236,218);
    text-transform: uppercase;
    padding: 6px 12px;
    margin-bottom: 25px;
    font-size: 20px;
    position: relative;
    letter-spacing: 1px;
}

.id-leadership-experience .id-client-voices:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}

.id-contact-box {
    padding: 80px 0;
    position: relative;
}

.id-contact-box .id-request-card {
    overflow: hidden;
    display: grid;
    position: relative;
    background: #ffffff;
    border-radius: 0;
    grid-template-columns: 45% 55%;
}

.id-contact-box .id-request-links h3 {
    position: relative;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(180,216,183);
}

.id-contact-box .id-request-links div svg {
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}

.id-contact-box .id-request-links div span {
    font-size: 18px;
    color: #000000;
}

.id-contact-box .id-inquiry-panel {
    z-index: 1;
    background-color: #ffffff;
    position: relative;
    padding: 50px;
}

.id-contact-box form input[type="text"]:focus,
.id-contact-box form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(180,216,183,0.5);
}

.id-contact-box .id-connect-reach label::before {
    top: 2px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    content: "";
    background-color: rgb(216,236,218);
    position: absolute;
    left: 0;
}

.id-contact-box form .id-connect-grid {
    padding: 16px 30px;
    font-size: 14px;
    align-self: flex-start;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    display: inline-block;
    border: none;
    background-color: rgb(180,216,183);
    cursor: pointer;
}

.id-pricing-lineup .id-payment-plan {
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
}

.id-pricing-lineup .id-learn-sub {
    color: #000000;
    margin-right: auto;
    line-height: 1.7;
    margin-top: 20px;
    margin-left: auto;
    font-size: 17px;
    max-width: 600px;
}

.id-pricing-lineup .id-rate-plans {
    border-radius: 16px;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    display: flex;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}

.id-pricing-lineup .id-cost-plan p {
    position: relative;
    color: #000000;
    overflow-wrap: break-word;
    font-size: calc(17px - 2px);
    word-break: break-word;
    margin-bottom: 20px;
    line-height: 1.6;
}

.id-pricing-lineup .id-cost-options:hover .id-img-list-item::after {
    opacity: 0.3;
}



@media (max-width: 991px) {.id-register-now {
    padding: 80px 0;
}.id-register-now .id-edu-philosophy {
    padding: 40px 30px;
}.id-register-now .container p {
    margin-bottom: 30px;
    font-size: 29px;
}
}



@media (max-width: 767px) {header .id-top-site {
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    width: 80%;
    right: -100%;
    top: 0;
    gap: 25px;
    height: 100vh;
    background: rgb(180,216,183);
    position: fixed;
    padding: 80px 30px 30px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: 320px;
    z-index: 1001;
    flex-direction: column;
}header .id-top-site:before {
    bottom: auto;
    left: 10%;
    width: 80%;
    top: 60px;
}header .id-top-site:after {
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    position: absolute;
    right: 20px;
    width: 30px;
    border-radius: 50%;
    top: 20px;
    pointer-events: none;
    height: 30px;
}header .menu.active {
    right: 0;
}header .id-header-primary {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
}header .id-header-primary:hover {
    transform: translateX(0);
}header .id-header-primary:last-child {
    border-bottom: none;
}header .id-top-train {
    margin: 0 auto;
}
}



@media (max-width: 480px) {.id-course-features {
    padding: 4rem 0;
}.id-course-features .id-learn-path {
    height: 230px;
}.id-course-features .id-tech-training {
    animation-duration: 25s;
}.id-course-features .container {
    margin-top: -30px;
}.id-course-features .id-tech-classes {
    padding: 1.5rem 1rem;
}.id-course-features .id-tech-classes h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.8);
}.id-course-features .id-tech-classes p {
    margin-bottom: 1.8rem;
    max-width: 100%;
    font-size: calc(15px * 0.8);
}.id-course-features .id-tech-classes .id-connect-grid {
    padding: 0.7rem 1.3rem;
    margin: 0 auto;
    width: 90%;
}
}



@media (min-width: 992px) {.id-meet-us {
    padding: 150px 0;
}.id-meet-us .id-message-box {
    grid-template-columns: 1fr;
    display: grid;
    align-items: start;
    gap: 50px;
}.id-meet-us .id-message-box ul {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px 50px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.id-meet-us .id-message-box ul:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.id-meet-us .id-message-box h1 {
    font-size: calc(48px * 1.2);
    margin-bottom: 50px;
}.id-meet-us .id-message-box span {
    column-count: 2;
    margin-left: 0;
    column-gap: 40px;
}
}



@media (max-width: 992px) {.id-title-page {
    height: 80vh;
}.id-title-page .id-message-box {
    padding: 1.5rem;
    max-width: 600px;
}.id-title-page .id-message-box h1 {
    font-size: 44px;
    margin-bottom: 1.2rem;
}.id-title-page .id-message-box h1::after {
    width: 60px;
}.id-title-page .id-message-box p {
    margin-bottom: 2rem;
}
}



@media (max-height: 600px) {.id-title-page {
    height: auto;
    min-height: 450px;
}.id-title-page .id-message-box {
    padding: 2rem 1rem;
}
}



@media (max-width: 767px) {.id-leadership-experience {
    padding: 70px 0;
}.id-leadership-experience .id-client-voices {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 25px;
    padding: 35px 25px;
}.id-leadership-experience .id-img-list-item {
    min-height: 280px;
}.id-leadership-experience .name {
    font-size: calc(38px * 0.9);
}.id-leadership-experience .id-client-voices span:not(.name) {
    font-size: calc(20px * 0.95);
    margin-bottom: 20px;
}.id-leadership-experience .id-exp-table {
    font-size: calc(16px * 0.95);
    padding: 18px 22px;
}
}



@media (min-width: 992px) {.id-pricing-lineup {
    padding: 160px 0;
}.id-pricing-lineup .id-cost-fee {
    align-items: center;
    gap: 80px;
    flex-direction: row;
}.id-pricing-lineup .id-payment-plan {
    padding: 0;
    text-align: left;
    flex: 0 0 30%;
}.id-pricing-lineup .id-payment-plan h2 {
    font-size: calc(38px + 4px);
}.id-pricing-lineup .id-payment-plan h2::after {
    left: 0;
    transform: none;
}.id-pricing-lineup .id-learn-sub {
    margin-left: 0;
}.id-pricing-lineup .id-learn-fees {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0%);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}



@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(-10deg) translateY(-20px);
    }
    100% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
}

@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

