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

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

html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}

.id-register-now::before {
    position: absolute;
    animation: shift-background 15s linear infinite;
    content: '';
    background: repeating-linear-gradient(
        45deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 10%, 
        rgb(180,216,183,0.5) 20%
    );
    height: 120%;
    opacity: 0.05;
    width: 120%;
    top: -10%;
    z-index: 1;
    left: -10%;
}

.id-register-now .container p {
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    z-index: 5;
    font-weight: 700;
    font-size: calc(29px * 1.2);
    line-height: 1.4;
    color: #000000;
    max-width: 800px;
}

.id-register-now .id-connect-grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

header:before {
    left: 0;
    opacity: 0.1;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    pointer-events: none;
}

header .container {
    position: relative;
    margin: 0 auto;
    padding: 15px 25px;
    max-width: 1200px;
}

header .container:before {
    background-repeat: repeat-x;
    background-position: 0 0, 0 10px;
    pointer-events: none;
    opacity: 0.5;
    width: 50px;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    height: 30px;
    background-size: 6px 2px, 6px 2px;
    top: 50%;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    right: 20px;
}

header .id-header-primary {
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 0;
    position: relative;
    text-decoration: none;
}

header .id-header-primary:hover:before {
    opacity: 1;
    left: -20px;
}

header .id-top-train:after {
    opacity: 0;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    left: -5px;
    top: -5px;
    border-radius: 50%;
    width: 10px;
    content: '';
    height: 10px;
    transition: all 0.3s ease;
}

.id-appBlock::after {
    left: -5%;
    width: 40%;
    opacity: 0.1;
    pointer-events: none;
    height: 30%;
    transform: rotate(10deg);
    position: absolute;
    background: rgb(180,216,183);
    content: "";
    bottom: -5%;
}

.id-appBlock .id-edu-philosophy div:first-child::after {
    bottom: 0;
    width: 80px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    background: rgb(180,216,183,0.5);
}

.id-appBlock .id-edu-philosophy div:last-child {
    position: relative;
}

.id-appBlock .id-edu-philosophy a:hover p {
    color: rgb(180,216,183);
}

.id-secure-depot {
    transition: all 0.3s ease-in-out;
    height: 100%;
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(137,193,142,0.5);
    width: 100%;
}

.id-secure-depot h3, .id-secure-depot h4, .id-secure-depot h5, .id-secure-depot h6 {
    margin-bottom: 15px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    color: #000000;
    font-size: 18px;
    margin-top: 30px;
}

.id-secure-depot section {
    padding: 20px;
    transition: background 0.3s ease;
    background: var(--bg-color);
}

.id-cookie-data {
    justify-content: space-between;
    align-items: center;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

.id-user-dialog {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}

.id-track-ack:hover {
    background: rgb(137,193,142);
    box-shadow: 0 0 10px rgb(137,193,142,0.5);
}

#id-disallow-privacy-cookies {
    background: rgba(0, 0, 0, 0.5);
}


#id-cookieNoticeBoard {
    display: none;
}

#id-cookieNoticeBoard:checked ~ .id-modalTrackingConsent {
    opacity: 0;
    visibility: hidden;
}

.id-course-features .id-learn-path:hover .id-tech-training {
    animation-play-state: paused;
}

.id-course-features .id-skill-up img {
    transition: transform 1.5s ease;
    object-fit: cover;
    height: 100%;
    filter: saturate(0.8) contrast(1.2);
    transform: scale(1.05);
    width: 100%;
}

.id-course-features .id-tech-classes::before {
    height: 200%;
    z-index: -1;
    content: '';
    width: 200%;
    opacity: 0.1;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(180,216,183,0.5) 0%,
        transparent 50%
    );
    left: -50%;
    top: -50%;
    animation: rotate 30s linear infinite;
}

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

.id-course-features .id-tech-classes p {
    margin-right: auto;
    margin-left: auto;
    opacity: 0.85;
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 15px;
    max-width: 85%;
    line-height: 1.8;
    font-weight: 400;
}

.id-course-features .id-tech-classes .id-connect-grid:hover::before {
    left: 0;
}

.id-digital-res::before {
    background: radial-gradient(circle at 10% 20%, rgb(137,193,142,0.5) 0%, transparent 50%);
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
}

footer .info_item {
    display: flex;
    align-items: center;
    flex: 1 1 220px;
}

footer .info_item svg {
    margin-right: 12px;
    filter: drop-shadow(0 0 3px rgb(180,216,183,0.5));
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
    fill: rgb(180,216,183);
}

footer .id-head-sitebar {
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

footer .id-top-site {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    position: relative;
    backdrop-filter: blur(5px);
    border-radius: 17px;
    transition: box-shadow 0.3s ease;
}

footer .id-top-site:hover h5::after {
    width: 100px;
}

footer .id-main-pro {
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    gap: 10px;
}

footer .id-main-pro a:hover {
    padding-left: 20px;
    color: rgb(180,216,183);
}

footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 17px;
    position: relative;
    padding: 30px;
    background: linear-gradient(135deg, rgb(137,193,142,0.5), #000000);
}

footer .subscribe_holder h5::after {
    bottom: -5px;
    content: "";
    background: linear-gradient(90deg, rgb(180,216,183), transparent);
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
}

footer .id-sub-texts {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgb(180,216,183);
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    padding: 14px 24px;
}

.id-meet-us::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.78) 100%);
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
}

.id-meet-us .id-message-box h1::after {
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.5);
    transform: scaleX(1);
    height: 3px;
    left: 0;
    bottom: -10px;
    background: rgb(180,216,183);
    width: 80px;
    transform-origin: left;
}

.id-meet-us .id-message-box li:last-child {
    margin-bottom: 0;
}

.id-meet-us .id-message-box span {
    margin-left: 15px;
    text-align: justify;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    display: block;
    line-height: 1.6;
}

.id-title-page .id-edu-philosophy {
    position: relative;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.id-title-page .id-start-hero {
    position: relative;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
}

.id-title-page .id-start-hero img {
    transform: scale(1.1);
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    animation: scale-pulse 15s ease-in-out infinite alternate;
    object-fit: cover;
    transition: transform 0.5s ease-out;
    height: 100%;
}

.id-title-page .id-message-box .id-connect-grid {
    animation: button-pulse 2s infinite;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 21px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,216,183) 0%, rgb(137,193,142) 100%);
    display: inline-block;
    padding: 0.8rem 2rem;
    font-weight: 600;
}

.id-leadership-experience::before {
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(180,216,183,0.5) 49.5%, rgb(180,216,183,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(180,216,183,0.5) 49.5%, rgb(180,216,183,0.5) 50.5%, transparent 50.5%);
    opacity: 0.07;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: 40px 40px;
    content: "";
    position: absolute;
}

.id-leadership-experience .id-client-voices::after {
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(180,216,183,0.5) 0%,
        transparent 20%,
        rgb(180,216,183,0.5) 40%,
        transparent 60%,
        rgb(137,193,142,0.5) 80%,
        transparent 100%
    );
    animation: scanner 4s linear infinite;
    width: 100%;
    content: "";
    left: 0;
    height: 1px;
    top: 6px;
}

.id-leadership-experience .name::before {
    top: 0;
    left: -4px;
    width: 4px;
    content: "";
    background: rgb(137,193,142);
    position: absolute;
    transition: height 0.5s ease;
    height: 0;
}

.id-leadership-experience .id-exp-table {
    border-left: 1px solid rgb(180,216,183);
    line-height: 1.8;
    background: linear-gradient(
        to right,
        rgb(216,236,218) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    position: relative;
    border-radius: 10px;
    font-size: 16px;
    margin: 0;
    padding: 25px 30px;
    color: #000000;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
}

.id-contact-box::before {
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
}

.id-contact-box .id-request-links {
    position: relative;
    z-index: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 50px;
}

.id-contact-box .id-request-links div {
    align-items: center;
    margin-bottom: 30px;
    display: flex;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}



.id-contact-box .id-request-links div {
    animation-delay: calc(var(--n) * 0.5s);
    animation: borderPulse 3s infinite;
}

.id-contact-box .id-inquiry-panel h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 20px;
}

.id-contact-box .id-connect-reach {
    position: relative;
    margin-bottom: 25px;
}

.id-contact-box .id-connect-reach label {
    font-size: 15px;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    color: #000000;
    line-height: 1.6;
    display: block;
}

.id-contact-box .id-connect-reach label a {
    color: rgb(180,216,183);
    text-decoration: none;
    transition: all 0.3s ease;
}

.id-contact-box form .id-connect-grid:hover {
    background-color: rgb(137,193,142);
}

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

.id-pricing-lineup .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
}

.id-pricing-lineup .id-payment-plan h2 {
    position: relative;
    color: #000000;
    font-size: 38px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
}

.id-pricing-lineup .id-cost-options {
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: block;
    text-decoration: none;
}

.id-pricing-lineup .id-cost-plan h3 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color: #000000;
}

.id-pricing-lineup .id-bundle-rate::before {
    bottom: -5px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(180,216,183,0.5), transparent);
    left: 0;
    height: 1px;
    width: 100%;
}

.id-pricing-lineup .id-img-list-item::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: opacity 0.3s ease;
    content: "";
    opacity: 0.6;
    top: 0;
    left: 0;
    z-index: 1;
}



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .id-top-site {
    gap: 20px;
}header .id-top-train svg {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .id-top-train svg {
    height: 30px;
}}



@media (max-width: 480px) {.id-appBlock {
    padding: 40px 0;
}.id-appBlock .id-edu-philosophy {
    gap: 20px;
    padding: 30px 20px;
}.id-appBlock .id-edu-philosophy h5 {
    font-size: calc(24px - 4px);
}
}



@media only screen and (max-width: 800px) {.id-secure-depot {
    padding: 20px 10px;
}.id-secure-depot h1 {
    font-size: calc(18px - 10px);
    margin-bottom: 20px;
    margin-top: 30px;
}.id-secure-depot h2 {
    margin-top: 25px;
    font-size: calc(18px - 8px);
    margin-bottom: 15px;
}.id-secure-depot h3, .id-secure-depot h4, .id-secure-depot h5, .id-secure-depot h6 {
    font-size: calc(18px - 6px);
}.id-secure-depot ul, .id-secure-depot ol {
    padding: 10px 0;
}.id-secure-depot li {
    margin-bottom: 10px;
    padding: 8px;
}.id-secure-depot p, .id-secure-depot span, .id-secure-depot div {
    font-size: calc(12px - 2px);
    margin-bottom: 8px;
}}



@media (min-width: 1400px) {.id-course-features .container {
    max-width: 1320px;
}.id-course-features .id-edu-philosophy {
    max-width: 900px;
}.id-course-features .id-tech-classes {
    padding: 4rem;
}
}



@media (prefers-reduced-motion) {.id-course-features .id-tech-training,
    .id-course-features .id-edu-philosophy,
    .id-course-features .id-tech-classes::before {
    animation: none;
}.id-course-features .id-skill-up {
    opacity: 0.5;
    transition: opacity 0.5s ease;
}.id-course-features .id-skill-up:nth-child(1) {
    opacity: 1;
}}



@media (max-width: 767px) {footer .id-digital-res {
    padding: 60px 0 30px;
}footer .id-quick-reach {
    padding: 20px;
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .id-top-site, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .id-top-site h5 {
    font-size: calc(23px - 2px);
}footer .subscribe_holder p, footer .id-main-pro a {
    font-size: calc(14px - 2px);
}footer .id-gdpr-block {
    margin-top: 30px;
}
}



@media (max-width: 480px) {.id-meet-us {
    padding: 60px 0;
}.id-meet-us .id-message-box::before {
    display: none;
}.id-meet-us .id-message-box h1 {
    font-size: calc(33px * 0.9);
}.id-meet-us .id-message-box ul {
    padding: 20px 15px;
}.id-meet-us .id-message-box h1::after {
    width: 60px;
}.id-meet-us .id-message-box span {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 420px) {.id-title-page {
    min-height: 450px;
    height: 50vh;
}.id-title-page .id-message-box h1 {
    font-size: calc(44px * 0.8);
}.id-title-page .id-message-box p {
    margin-bottom: 1.2rem;
    font-size: calc(12px * 0.85);
}
}



@media (max-width: 991px) {.id-leadership-experience {
    padding: 90px 0;
}.id-leadership-experience .id-client-voices {
    padding: 40px 30px;
    gap: 30px;
}.id-leadership-experience .id-img-list-item {
    min-height: 320px;
}.id-leadership-experience .id-exp-table {
    padding: 20px 25px;
}
}



@media screen and (max-width: 992px) {.id-contact-box .container {
    width: 90%;
}.id-contact-box .id-request-card {
    grid-template-columns: 1fr;
}.id-contact-box .id-request-links {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
}



@media (min-width: 768px) {.id-pricing-lineup .id-learn-fees {
    grid-template-columns: repeat(2, 1fr);
}.id-pricing-lineup .id-rate-plans {
    height: 100%;
}.id-pricing-lineup .id-img-list-item {
    height: 240px;
}
}



@media (prefers-reduced-motion: no-preference) {.id-pricing-lineup .id-cost-options:active .id-rate-plans {
    transform: scale(0.98);
    transition: transform 0.2s ease;
}
}



@keyframes shift-background {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5%, 5%);
    }
    100% {
        transform: translate(0, 0);
    }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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



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

@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(180,216,183,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

