* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.id-transcript {
    flex: 0 0 auto;
}.id-viewport-container {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.id-head-core {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1276px;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    opacity: 0.75;
    left: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(155,199,170,0.5) 35%, rgb(119,166,135,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    right: 0;
    animation: gradientFlow 20s ease infinite;
    background-size: 300% 300%;
    content: "";
    top: 0;
    z-index: -1;
}footer::after {
    left: 0;
    position: absolute;
    right: 0;
    opacity: 0.15;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(155,199,170,0.5) 25%, rgb(155,199,170,0.5) 26%, transparent 27%, transparent 74%, rgb(119,166,135,0.5) 75%, rgb(119,166,135,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(155,199,170,0.5) 25%, rgb(155,199,170,0.5) 26%, transparent 27%, transparent 74%, rgb(119,166,135,0.5) 75%, rgb(119,166,135,0.5) 76%, transparent 77%, transparent);
    z-index: -1;
    bottom: 0;
    top: 0;
    background-size: 50px 50px;
    content: "";
}.id-transcript {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.id-transcript::before {
    background: linear-gradient(90deg, transparent, rgb(155,199,170), rgb(119,166,135), transparent);
    width: 100%;
    box-shadow: 0 0 20px rgb(155,199,170,0.5);
    top: 0;
    opacity: 0.8;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
}.id-transcript .container {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 3rem;
}.id-transcript .company_holder {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: all 0.4s ease;
    border-radius: 25px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(8px);
    overflow: hidden;
    padding: 2rem;
    flex: 1 1 350px;
}.id-transcript .company_holder::before {
    content: "";
    left: -50%;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(155,199,170), transparent);
    transform: translateY(-1px);
    width: 200%;
    top: 0;
}.id-transcript .company_holder::after {
    background: linear-gradient(90deg, transparent, rgb(119,166,135), transparent);
    position: absolute;
    height: 1px;
    bottom: 0;
    transform: translateY(1px);
    width: 100%;
    content: "";
    left: 0;
}.id-transcript .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(155,199,170,0.5);
}.id-transcript .company_holder h3 {
    text-shadow: 0 0 15px rgb(155,199,170,0.5);
    margin: 0 0 1.5rem;
    position: relative;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 31px;
}.id-transcript .company_holder h3::after {
    left: 0;
    content: "";
    bottom: -8px;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(155,199,170);
    width: 50px;
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, rgb(155,199,170), rgb(119,166,135));
    height: 3px;
}.id-transcript .company_holder:hover h3::after {
    width: 100%;
}.id-transcript .id-tech-stack {
    color: #ffffff;
    opacity: 0.85;
    font-size: 15px;
    text-shadow: 0 0 10px #000000;
    max-width: 100%;
    line-height: 1.6;
}.id-transcript .id-flag-content {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.id-transcript .id-top-class {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.id-transcript .id-nav-mentor {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    flex: 1 1 calc(50% - 1.25rem);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    padding: 2rem;
    backdrop-filter: blur(8px);
    border-radius: 25px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    min-width: 250px;
}.id-transcript .id-nav-mentor::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(119,166,135), transparent);
    transform: translateY(-1px);
    position: absolute;
    width: 200%;
    left: -50%;
    content: "";
    top: 0;
}.id-transcript .id-nav-mentor::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(155,199,170), transparent);
    content: "";
    transform: translateY(1px);
    left: 0;
    height: 1px;
    width: 100%;
}.id-transcript .id-nav-mentor:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(119,166,135,0.5);
    transform: translateY(-5px);
}.id-transcript .id-nav-mentor h5 {
    margin: 0 0 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    font-size: 24px;
    position: relative;
    text-shadow: 0 0 15px rgb(119,166,135,0.5);
    color: #ffffff;
}.id-transcript .id-nav-mentor h5::after {
    left: 0;
    position: absolute;
    border-radius: 10px;
    width: 40px;
    bottom: -8px;
    box-shadow: 0 0 10px rgb(119,166,135);
    transition: width 0.3s ease-out;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(119,166,135), rgb(155,199,170));
}.id-transcript .id-nav-mentor:hover h5::after {
    width: 100%;
}.id-transcript .id-nav-mentor .id-top-class {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.id-transcript .id-nav-mentor .id-top-class a {
    display: block;
    border-radius: 10px;
    opacity: 0.8;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}.id-transcript .id-nav-mentor .id-top-class a::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 3px;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 0.5;
    background: linear-gradient(180deg, rgb(155,199,170), rgb(119,166,135));
    left: 0;
    top: 0;
}.id-transcript .id-nav-mentor .id-top-class a::after {
    width: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    height: 100%;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    top: 0;
}.id-transcript .id-nav-mentor .id-top-class a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
    text-shadow: 0 0 10px rgb(119,166,135,0.5);
}.id-transcript .id-nav-mentor .id-top-class a:hover::before {
    box-shadow: 0 0 10px rgb(155,199,170);
    width: 5px;
    opacity: 1;
}.id-transcript .id-nav-mentor .id-top-class a:hover::after {
    width: 100%;
    opacity: 0.2;
}.id-res-connect {
    padding: 2rem 0;
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}.id-res-connect::before {
    opacity: 0.5;
    height: 1px;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(155,199,170), rgb(119,166,135), transparent);
    width: 100%;
    position: absolute;
}.id-res-connect .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.id-res-connect .id-workshop-cta {
    opacity: 0.7;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    text-shadow: 0 0 5px #000000;
    text-align: center;
    font-size: 13px;
    transition: all 0.3s ease;
}.id-res-connect .id-workshop-cta:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(119,166,135,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.id-transcript .container {
    gap: 2rem;
}.id-transcript .company_holder {
    flex: 1 1 320px;
}.id-transcript .id-flag-content {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.id-transcript {
    padding: 3.5rem 0 2rem;
}.id-transcript .container {
    flex-direction: column;
    gap: 2rem;
}.id-transcript .company_holder,
    .id-transcript .id-flag-content {
    min-width: 100%;
    flex: 1 1 100%;
}.id-transcript .id-nav-mentor {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.id-transcript {
    padding: 3rem 0 1.5rem;
}.id-transcript .company_holder,
    .id-transcript .id-nav-mentor {
    padding: 1.5rem;
}.id-transcript .id-top-class {
    gap: 1.5rem;
}.id-transcript .company_holder h3 {
    font-size: calc(31px - 2px);
}.id-transcript .id-nav-mentor h5 {
    font-size: calc(24px - 1px);
}.id-transcript .company_holder:hover,
    .id-transcript .id-nav-mentor:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.id-transcript {
    padding: 2.5rem 0 1rem;
}.id-transcript .id-top-class {
    gap: 1rem;
}.id-transcript .id-nav-mentor {
    min-width: 100%;
    flex: 1 1 100%;
}.id-transcript .id-nav-mentor .id-top-class a {
    padding: 0.4rem 0.8rem;
}.id-transcript .id-nav-mentor .id-top-class a:hover {
    padding-left: 1.2rem;
}.id-res-connect {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.id-transcript .company_holder:hover,
    .id-transcript .id-nav-mentor:hover {
    transform: translateY(-2px);
}}.id-statistical-details {
    position: relative;
    padding: 7rem 0 4rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,233,206) 0%, rgb(119,166,135,0.5) 100%);
}.id-statistical-details::before {
    content: "";
    z-index: 1;
    left: -5%;
    pointer-events: none;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    background: linear-gradient(45deg, rgb(155,199,170,0.5) 0%, transparent 70%);
    position: absolute;
    width: 30%;
    top: -10%;
}.id-statistical-details::after {
    width: 40%;
    content: "";
    pointer-events: none;
    height: 80%;
    right: -5%;
    position: absolute;
    background: linear-gradient(225deg, rgb(119,166,135,0.5) 0%, transparent 80%);
    transform: rotate(15deg) skewY(-10deg);
    bottom: -10%;
    z-index: 1;
}.id-statistical-details .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.id-statistical-details ul {
    gap: 2.5rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin: 0;
    display: grid;
    list-style: none;
}.id-statistical-details .id-statistics-value {
    position: relative;
    perspective: 1000px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.id-statistical-details .id-statistics-value:hover {
    transform: translateY(-10px);
}.id-statistical-details .id-statistics-value div {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2.5rem 1.5rem;
    position: relative;
    background: #ffffff;
    border-left: 4px solid rgb(155,199,170);
    transform-style: preserve-3d;
    overflow: hidden;
    backface-visibility: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.id-statistical-details .id-statistics-value div::before {
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    transform: translateX(-100%) skewX(-15deg);
    position: absolute;
    left: 0;
    width: 100%;
    transition: transform 1.2s ease;
}.id-statistical-details .id-statistics-value:hover div::before {
    transform: translateX(100%) skewX(-15deg);
}.id-statistical-details .id-statistics-value div::after {
    left: -2px;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    height: 0;
    right: -2px;
    background: linear-gradient(90deg, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    top: -2px;
    content: "";
    transition: height 0.4s ease-out;
}.id-statistical-details .id-statistics-value:hover div::after {
    height: calc(100% + 4px);
}.id-statistical-details .id-statistics-value p {
    transform: translateZ(20px);
    transition: all 0.3s ease;
    line-height: 1;
    margin: 0 0 0.5rem;
    color: rgb(155,199,170);
    font-size: calc(35px * 1.2);
    font-weight: 700;
    letter-spacing: -0.02em;
}.id-statistical-details .id-statistics-value:hover p {
    letter-spacing: 0.01em;
    transform: translateZ(30px);
}.id-statistical-details .id-statistics-value span {
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
    color: #000000;
    line-height: 1.4;
    font-weight: 600;
    transform: translateZ(15px);
}.id-statistical-details .id-statistics-value:hover span {
    transform: translateZ(25px);
    color: #000000;
}.id-statistical-details h4 {
    font-size: 22px;
    position: relative;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 3.5rem;
    padding-bottom: 1rem;
    color: #000000;
}.id-statistical-details h4::after {
    left: 50%;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    position: absolute;
    transform: translateX(-50%);
}

@media (max-width: 1200px) {.id-statistical-details ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.id-statistical-details .id-statistics-value div {
    padding: 2rem 1.2rem;
}.id-statistical-details .id-statistics-value p {
    font-size: calc(35px * 1.1);
}
}

@media (max-width: 992px) {.id-statistical-details {
    padding: 5rem 0 3rem;
}.id-statistical-details ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.8rem;
}.id-statistical-details .id-statistics-value div {
    padding: 1.8rem 1rem;
}.id-statistical-details .id-statistics-value p {
    font-size: 35px;
}.id-statistical-details h4 {
    margin-top: 3rem;
}
}

@media (max-width: 768px) {.id-statistical-details {
    padding: 4rem 0 2.5rem;
}.id-statistical-details ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}.id-statistical-details .id-statistics-value div {
    padding: 1.5rem 1rem;
}.id-statistical-details h4 {
    margin-top: 2.5rem;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.id-statistical-details {
    padding: 3rem 0 2rem;
}.id-statistical-details ul {
    gap: 1.2rem;
    grid-template-columns: 1fr 1fr;
}.id-statistical-details .id-statistics-value div {
    border-left-width: 3px;
    padding: 1.2rem 0.8rem;
}.id-statistical-details .id-statistics-value p {
    margin-bottom: 0.3rem;
    font-size: calc(35px * 0.9);
}.id-statistical-details .id-statistics-value span {
    font-size: calc(14px * 0.9);
}.id-statistical-details h4 {
    font-size: calc(22px * 0.85);
    margin-top: 2rem;
}.id-statistical-details h4::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 480px) {.id-statistical-details ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.id-statistical-details .id-statistics-value div {
    padding: 1.5rem 1rem;
}.id-statistical-details .id-statistics-value p {
    font-size: 35px;
}.id-statistical-details .id-statistics-value span {
    font-size: 14px;
}
}

@media (prefers-reduced-motion: reduce) {.id-statistical-details .id-statistics-value,
    .id-statistical-details .id-statistics-value div,
    .id-statistical-details .id-statistics-value div::before,
    .id-statistical-details .id-statistics-value div::after,
    .id-statistical-details .id-statistics-value p,
    .id-statistical-details .id-statistics-value span {
    transition: none;
}}.id-contact {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(191,233,206) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.id-contact::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(155,199,170), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(119,166,135), 0.04) 50%, transparent 100%);
    background-size: 20px 20px, 20px 20px;
    animation: gridMove 20s linear infinite;
    left: 0;
    content: "";
}.id-contact::after {
    left: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(155,199,170), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(119,166,135), 0.15) 0%, 
        transparent 50%
    );
    content: "";
    opacity: 0.6;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.id-contact .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.id-contact h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 2px;
}.id-contact h2::after {
    background: linear-gradient(90deg, rgb(155,199,170), rgb(119,166,135));
    width: 80px;
    content: "";
    bottom: -15px;
    border-radius: 1.5px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
}.id-contact .id-inquiry-feedback {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    display: grid;
    margin-top: 60px;
    position: relative;
}.id-contact .id-inquiry-feedback::before {
    width: 100%;
    left: -8px;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: -8px;
    border: 1px solid rgba(rgb(155,199,170), 0.2);
    border-radius: 15px;
    content: "";
}.id-contact .id-inquiry-feedback::after {
    position: absolute;
    border-radius: 15px;
    height: 100%;
    content: "";
    right: -8px;
    border: 1px solid rgba(rgb(119,166,135), 0.2);
    z-index: -1;
    bottom: -8px;
    width: 100%;
}.id-contact .id-img-wrapper {
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 100%;
    border-radius: 15px;
    min-height: 550px;
}.id-contact .id-img-wrapper::before {
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
}.id-contact .id-img-wrapper::after {
    z-index: 2;
    top: 20px;
    content: "";
    border-top: 2px solid rgba(rgb(155,199,170), 0.6);
    position: absolute;
    height: 60px;
    width: 60px;
    border-right: 2px solid rgba(rgb(155,199,170), 0.6);
    right: 20px;
}.id-contact .id-query-section {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.03);
}.id-contact .id-query-section::before {
    height: 60px;
    border-left: 2px solid rgba(rgb(119,166,135), 0.6);
    bottom: 20px;
    content: "";
    position: absolute;
    left: 20px;
    border-bottom: 2px solid rgba(rgb(119,166,135), 0.6);
    width: 60px;
}.id-contact form {
    width: 100%;
}.id-contact form h3 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
    font-family: Arial, sans-serif;
}.id-contact form h3::before {
    height: 100%;
    border-radius: 10px;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 3px;
    background: rgb(155,199,170);
}.id-contact form input[type="text"] {
    transition: all 0.3s ease;
    padding: 18px 25px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    border-radius: 10px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    font-family: Arial, sans-serif;
}.id-contact form input[type="text"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(155,199,170), 0.2);
    border-color: rgb(155,199,170);
}.id-contact form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.id-contact .id-feedback-help {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.id-contact .id-feedback-help input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.id-contact .id-feedback-help label {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    font-size: 14px;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
}.id-contact .id-feedback-help label::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    border-radius: 10px;
    height: 22px;
    top: 2px;
    width: 22px;
    background: rgba(255, 255, 255, 0.05);
}.id-contact .id-feedback-help input[type="checkbox"]:checked + label::before {
    border-color: rgb(155,199,170);
    background: rgb(155,199,170);
}.id-contact .id-feedback-help input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 8px;
    height: 10px;
    border-right: 2px solid #ffffff;
    content: "";
    width: 6px;
    top: 6px;
    position: absolute;
}.id-contact .id-feedback-help label a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(155,199,170);
    position: relative;
}.id-contact .id-feedback-help label a:hover {
    color: rgb(119,166,135);
}.id-contact form .id-reach-list {
    overflow: hidden;
    border: none;
    background: linear-gradient(45deg, rgb(155,199,170), rgb(119,166,135));
    z-index: 1;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    padding: 16px 40px;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
}.id-contact form .id-reach-list::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgb(119,166,135), rgb(155,199,170));
    top: 0;
    left: -100%;
    position: absolute;
    transition: all 0.4s ease;
}.id-contact form .id-reach-list:hover::before {
    left: 0;
}.id-contact form .id-reach-list:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.id-contact svg {
    width: 22px;
    height: 22px;
    fill: rgb(155,199,170);
}.id-contact svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,199,170);
}

@media screen and (max-width: 991px) {.id-contact {
    padding: 90px 0;
}.id-contact .id-inquiry-feedback {
    gap: 40px;
    grid-template-columns: 1fr;
}.id-contact .id-img-wrapper {
    min-height: 400px;
}.id-contact .id-query-section {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.id-contact {
    padding: 70px 0;
}.id-contact h2 {
    font-size: calc(30px * 0.9);
}.id-contact .id-img-wrapper {
    min-height: 350px;
}.id-contact .id-img-wrapper::after,
    .id-contact .id-query-section::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.id-contact {
    padding: 50px 0;
}.id-contact h2 {
    font-size: calc(30px * 0.8);
}.id-contact .id-inquiry-feedback {
    margin-top: 40px;
}.id-contact .id-img-wrapper {
    min-height: 250px;
}.id-contact .id-query-section {
    padding: 30px 20px;
}.id-contact form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.id-contact form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.id-contact form .id-reach-list {
    width: 100%;
    padding: 15px 20px;
}}.id-future-students {
    background: rgb(191,233,206);
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.id-future-students::before {
    height: 100%;
    width: 100%;
    transform: rotate(35deg);
    right: -50%;
    background: rgb(155,199,170,0.5);
    z-index: 1;
    content: "";
    position: absolute;
    top: -50%;
}.id-future-students::after {
    position: absolute;
    background: rgb(119,166,135,0.5);
    height: 100%;
    bottom: -50%;
    width: 100%;
    transform: rotate(-35deg);
    z-index: 1;
    left: -50%;
    content: "";
}.id-future-students .container {
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
}.id-future-students .id-knowledge-space {
    position: relative;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
    padding: 60px 40px;
}.id-future-students .id-knowledge-space::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(155,199,170), rgb(119,166,135));
    height: 6px;
}.id-future-students .id-knowledge-space::after {
    width: 120px;
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0.5;
    border-radius: 50%;
    height: 120px;
    border: 2px solid rgb(155,199,170,0.5);
    top: 20px;
    right: 20px;
}.id-future-students h4 {
    position: relative;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 50px;
}.id-future-students h4::before {
    border-radius: 10px;
    position: absolute;
    background: rgb(155,199,170);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 4px;
    bottom: -20px;
    width: 40px;
}.id-future-students h4::after {
    left: 50%;
    bottom: -20px;
    border-radius: 10px;
    width: 80px;
    height: 4px;
    background: rgb(119,166,135,0.5);
    transform: translateX(-20px);
    position: absolute;
    content: "";
}.id-future-students div > div {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}.id-future-students div > div::before {
    position: absolute;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(119,166,135,0.5) 20%, 
        rgb(119,166,135,0.5) 80%, 
        transparent 100%);
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    opacity: 0.5;
}.id-future-students p {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
    color: #000000;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    border-radius: 10px;
    display: flex;
    padding: 24px;
    font-size: 13px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.id-future-students p::before {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(191,233,206) 100%);
    width: 100%;
    content: "";
    z-index: -1;
    border-radius: 10px;
    left: 0;
    opacity: 0;
    height: 100%;
    transition: opacity 0.4s ease;
}.id-future-students p:hover {
    border-color: rgb(155,199,170,0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.id-future-students p:hover::before {
    opacity: 1;
}.id-future-students p svg {
    flex-shrink: 0;
    margin-right: 18px;
    height: 28px;
    width: 28px;
    transition: all 0.4s ease;
}.id-future-students p svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,199,170);
}.id-future-students p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.id-future-students p:hover svg path {
    fill: rgb(119,166,135);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.id-future-students .id-knowledge-space::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.id-future-students .id-knowledge-space > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.id-future-students .id-knowledge-space > div p:nth-child(1) {
    animation-delay: 0.1s;
}.id-future-students .id-knowledge-space > div p:nth-child(2) {
    animation-delay: 0.3s;
}.id-future-students .id-knowledge-space > div p:nth-child(3) {
    animation-delay: 0.5s;
}.id-future-students .id-knowledge-space > div p:nth-child(4) {
    animation-delay: 0.7s;
}.id-future-students .id-knowledge-space > div p:nth-child(5) {
    animation-delay: 0.9s;
}.id-future-students .id-knowledge-space > div p:nth-child(6) {
    animation-delay: 1.1s;
}.id-future-students p::after {
    z-index: -1;
    width: 30px;
    background: rgb(119,166,135,0.5);
    border-radius: 50%;
    bottom: 10px;
    transition: all 0.4s ease;
    height: 30px;
    content: "";
    position: absolute;
    right: 10px;
    opacity: 0;
}.id-future-students p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.id-future-students {
    padding: 90px 0 80px;
}.id-future-students .id-knowledge-space {
    padding: 50px 30px;
}.id-future-students h4 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.id-future-students div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.id-future-students p {
    padding: 20px;
}.id-future-students .id-knowledge-space::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.id-future-students {
    padding: 80px 0 70px;
}.id-future-students .id-knowledge-space {
    padding: 40px 25px;
}.id-future-students h4 {
    font-size: calc(28px * 0.8);
    margin-bottom: 35px;
}.id-future-students div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.id-future-students div > div::before {
    display: none;
}.id-future-students p {
    padding: 18px;
}.id-future-students p svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.id-future-students .id-knowledge-space::after {
    top: auto;
    right: auto;
    bottom: 20px;
    width: 80px;
    left: 20px;
    height: 80px;
}
}

@media (max-width: 576px) {.id-future-students {
    padding: 60px 0 50px;
}.id-future-students .id-knowledge-space {
    padding: 35px 20px;
}.id-future-students h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.7);
}.id-future-students h4::before {
    width: 30px;
    height: 3px;
}.id-future-students h4::after {
    width: 60px;
    height: 3px;
}.id-future-students p {
    padding: 15px;
    font-size: calc(13px * 0.9);
}.id-future-students p svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
}.id-future-students p:hover {
    transform: translateY(-5px) scale(1.01);
}.id-future-students .id-knowledge-space::after {
    height: 60px;
    width: 60px;
}}.id-consentSettingsDialog {
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(155,199,170);
    width: 100%;
    bottom: 0;
    background: rgb(191,233,206);
}.id-cookie-option {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.id-consentSettingsDialog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#id-cookieMessagePanel {
    display: none;
}#id-cookieMessagePanel:checked ~ .id-consentSettingsDialog {
    opacity: 0;
    visibility: hidden;
}.id-consentSettingsDialog p {
    font-size: 18px;
}.id-tracking-policy {
    flex-shrink: 0;
    margin-right: 10px;
}.id-tracking-policy svg, .id-tracking-policy svg path, .id-tracking-policy img {
    height: 100px;
    width: 100px;
    fill: rgb(155,199,170);
}.id-cookie-frame {
    border-bottom: 2px solid rgb(155,199,170);
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    flex-shrink: 0;
    text-align: center;
    font-size: 24px;
    min-width: 120px;
    color: rgb(155,199,170);
    line-height: 35px;
}.id-consentSettingsDialog p a {
    color: rgb(155,199,170);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.id-consentSettingsDialog {
    padding: 20px;
}}

.id-viewport-container .id-consentSettingsDialog {
    box-shadow: rgb(119,166,135,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
    background: rgb(119,166,135);
}.id-viewport-container .id-cookie-frame {
    font-size: 20px;
    margin-left: 30px;
    font-weight: 400;
    border: none;
    padding: 10px;
    color: #ffffff;
    background: rgb(155,199,170);
}.id-viewport-container .id-cookie-guide h5, .id-viewport-container .id-cookie-guide p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.id-tracking-policy {
    display: none;
}.id-cookie-option {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.id-consentSettingsDialog h5 {
    text-align: center;
}.id-consentSettingsDialog p {
    text-align: center;
}.id-cookie-guide {
    margin-bottom: 20px;
}body .id-viewport-container .id-cookie-frame {
    margin-bottom: 10px;
    margin-left: 0;
}}.id-training-structure {
    background: linear-gradient(135deg, 
        rgb(191,233,206) 0%, 
        rgba(rgb(155,199,170,0.5), 0.05) 50%, 
        rgb(191,233,206) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.id-training-structure::before {
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 40px,
        rgba(rgb(119,166,135,0.5), 0.02) 40px,
        rgba(rgb(119,166,135,0.5), 0.02) 80px
    );
}.id-training-structure::after {
    width: 300px;
    z-index: 0;
    height: 300px;
    content: "";
    position: absolute;
    right: -5%;
    top: -10%;
    border-radius: 50%;
    filter: blur(40px);
    background: radial-gradient(
        circle at center,
        rgba(rgb(155,199,170,0.5), 0.1) 0%,
        rgba(rgb(155,199,170,0.5), 0.05) 40%,
        transparent 70%
    );
}.id-training-structure .id-knowledge-space {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    perspective: 1000px;
    transform-style: preserve-3d;
}.id-training-structure h2 {
    transform: translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-weight: 700;
    font-size: 33px;
}.id-training-structure h2::before {
    content: "";
    left: 0;
    background: rgb(155,199,170);
    transform: scaleX(1);
    position: absolute;
    bottom: -10px;
    transform-origin: left;
    width: 80px;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.id-training-structure h2::after {
    bottom: -10px;
    transform-origin: left;
    width: 120px;
    transform: scaleX(1);
    background: rgba(rgb(119,166,135,0.5), 0.3);
    height: 3px;
    position: absolute;
    left: 80px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    content: "";
}.id-training-structure .id-content-wrap {
    transform: translateZ(10px) rotateX(2deg);
    border-left: 3px solid rgb(155,199,170);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    padding: 40px;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    backdrop-filter: blur(4px);
    background: linear-gradient(
        to right bottom,
        rgba(rgb(255, 255, 255, 0.5), 0.9),
        rgba(rgb(255, 255, 255, 0.5), 0.7)
    );
}.id-training-structure .id-content-wrap::before {
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: -20px;
    height: 40px;
    top: 20px;
    z-index: 3;
    background: rgb(155,199,170);
    width: 40px;
    content: "";
    opacity: 0.9;
}.id-training-structure .id-content-wrap::after {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 50%,
        rgba(rgb(119,166,135,0.5), 0.03) 50%,
        rgba(rgb(119,166,135,0.5), 0.03) 100%
    );
    right: 0;
    z-index: -1;
    background-size: 20px 20px;
    content: "";
}.id-training-structure p {
    transition: transform 0.3s ease;
    line-height: 1.7;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    margin: 0;
    z-index: 2;
    color: #000000;
}.id-training-structure:hover .id-content-wrap {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(15px) rotateX(1deg);
}.id-training-structure:hover h2 {
    transform: translateZ(40px);
}.id-training-structure:hover h2::before {
    transform: scaleX(1.2);
}.id-training-structure:hover h2::after {
    transform: scaleX(1.1);
}

@media (max-width: 992px) {.id-training-structure {
    padding: 90px 0;
}.id-training-structure h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}.id-training-structure .id-content-wrap {
    transform: translateZ(5px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 768px) {.id-training-structure {
    padding: 70px 0;
}.id-training-structure::after {
    right: -10%;
    height: 200px;
    width: 200px;
    top: -5%;
}.id-training-structure h2 {
    margin-bottom: 25px;
    transform: translateZ(20px);
    font-size: calc(33px * 0.8);
}.id-training-structure h2::before {
    width: 60px;
    height: 2px;
}.id-training-structure h2::after {
    width: 90px;
    height: 2px;
    left: 60px;
}.id-training-structure .id-content-wrap {
    padding: 25px;
    transform: translateZ(0) rotateX(0);
}.id-training-structure .id-content-wrap::before {
    height: 30px;
    left: -15px;
    width: 30px;
    top: 15px;
}.id-training-structure p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.id-training-structure:hover .id-content-wrap {
    transform: translateZ(0) rotateX(0);
}.id-training-structure:hover h2 {
    transform: translateZ(25px);
}
}

@media (max-width: 576px) {.id-training-structure {
    padding: 50px 0;
}.id-training-structure::after {
    height: 150px;
    width: 150px;
}.id-training-structure .id-knowledge-space {
    padding: 0 15px;
}.id-training-structure h2 {
    font-size: calc(33px * 0.7);
    transform: translateZ(10px);
    margin-bottom: 20px;
}.id-training-structure h2::before {
    width: 50px;
}.id-training-structure h2::after {
    width: 70px;
    left: 50px;
}.id-training-structure .id-content-wrap {
    border-left-width: 2px;
    padding: 20px;
}.id-training-structure .id-content-wrap::before {
    height: 24px;
    top: 12px;
    width: 24px;
    left: -12px;
}.id-training-structure p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}.id-training-structure:hover h2 {
    transform: translateZ(15px);
}}.id-experience-trial {
    z-index: 1;
    background: linear-gradient(135deg, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.id-experience-trial::before {
    height: 100%;
    transform: translateZ(-10px);
    left: 0;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    position: absolute;
    z-index: -1;
}.id-experience-trial::after {
    z-index: -1;
    left: -50%;
    transform: translateZ(-5px);
    animation: rotate 30s linear infinite;
    height: 200%;
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    position: absolute;
    content: "";
    top: -50%;
}.id-experience-trial .container {
    transform-style: preserve-3d;
    grid-gap: 2.5rem;
    perspective: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    max-width: 1200px;
}.id-experience-trial h6 {
    padding: 0 1rem;
    font-size: calc(21px * 1.2);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateZ(25px);
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.05em;
}.id-experience-trial h6::after {
    background: #ffffff;
    border-radius: 10px;
    bottom: -15px;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
    content: "";
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
    left: 50%;
}.id-experience-trial div div {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
}.id-experience-trial div div span {
    transform: translateZ(40px);
    display: block;
    position: relative;
    transition: transform 0.3s ease-out;
}.id-experience-trial div div span:hover {
    transform: translateZ(50px) scale(1.05);
}.id-experience-trial .id-reach-list {
    border: none;
    text-transform: uppercase;
    transform-style: preserve-3d;
    display: inline-block;
    background: #ffffff;
    outline: none;
    box-shadow: 
        0 15px 25px -12px rgba(0, 0, 0, 0.3),
        0 5px 15px -5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 16px 32px;
    color: rgb(155,199,170);
    text-decoration: none;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 15px;
}.id-experience-trial .id-reach-list::before {
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 100%;
}.id-experience-trial .id-reach-list:hover {
    box-shadow: 
        0 20px 30px -15px rgba(0, 0, 0, 0.35),
        0 10px 20px -10px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    color: rgb(119,166,135);
}.id-experience-trial .id-reach-list:hover::before {
    transform: translateX(100%);
}.id-experience-trial .id-reach-list span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}.id-experience-trial .id-reach-list:hover span {
    transform: scale(1.05);
}.id-experience-trial .id-reach-list:active {
    box-shadow: 
        0 10px 20px -10px rgba(0, 0, 0, 0.3),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.id-experience-trial {
    padding: 7rem 3rem;
}.id-experience-trial .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.id-experience-trial h6 {
    font-size: calc(21px * 1.5);
    padding: 0;
    text-align: left;
}.id-experience-trial h6::after {
    transform: none;
    left: 0;
    width: 120px;
}.id-experience-trial div div {
    justify-content: flex-end;
    margin-top: 0;
}.id-experience-trial .id-reach-list {
    padding: 18px 40px;
}
}

@media (min-width: 992px) {.id-experience-trial {
    padding: 9rem 4rem;
}.id-experience-trial::before {
    background-size: 25px 25px;
}.id-experience-trial .container {
    grid-gap: 4rem;
}.id-experience-trial h6 {
    font-size: calc(21px * 1.7);
    line-height: 1.4;
}.id-experience-trial .id-reach-list {
    font-size: calc(15px * 1.1);
    padding: 20px 48px;
}
}

@media (max-width: 767px) {.id-experience-trial {
    padding: 4rem 1.5rem;
}.id-experience-trial h6 {
    line-height: 1.6;
    font-size: 21px;
}.id-experience-trial .id-reach-list {
    font-size: calc(15px * 0.9);
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.id-experience-trial {
    padding: 3rem 1rem;
}.id-experience-trial h6 {
    font-size: calc(21px * 0.9);
}.id-experience-trial .id-reach-list {
    padding: 12px 24px;
    font-size: calc(15px * 0.85);
}}.id-pricing-offer-box {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.id-pricing-offer-box::before {
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    right: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    content: "";
}.id-pricing-offer-box .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.id-pricing-offer-box .id-tuition-grid {
    position: relative;
    perspective: 1000px;
}.id-pricing-offer-box h2 {
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    letter-spacing: 1px;
    animation: fadeInDown 0.8s ease-out forwards;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    transform: translateZ(50px);
    text-align: center;
    font-size: 35px;
}.id-pricing-offer-box .id-premium-grid {
    margin: 0 auto 50px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    max-width: 800px;
    color: #ffffff;
    font-size: calc(13px * 1.1);
    opacity: 0.9;
    transform: translateZ(30px);
    line-height: 1.6;
    text-align: center;
}.id-pricing-offer-box .id-plan-pricing {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    list-style: none;
    gap: 30px;
    perspective: 2000px;
}.id-pricing-offer-box .id-plan-pricing li {
    transform: translateY(30px) rotateX(5deg);
    height: 100%;
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
}.id-pricing-offer-box .id-plan-pricing li:nth-child(1) {
    animation-delay: 0.3s;
}.id-pricing-offer-box .id-plan-pricing li:nth-child(2) {
    animation-delay: 0.5s;
}.id-pricing-offer-box .id-plan-pricing li:nth-child(3) {
    animation-delay: 0.7s;
}.id-pricing-offer-box .id-plan-pricing li:nth-child(4) {
    animation-delay: 0.9s;
}.id-pricing-offer-box .id-payment-deals {
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
    height: 100%;
    color: inherit;
    display: block;
    transform-style: preserve-3d;
}.id-pricing-offer-box .id-payment-deals:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.id-pricing-offer-box .id-monthly-plan {
    height: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(155,199,170,0.5), rgb(119,166,135,0.5));
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}.id-pricing-offer-box .id-payment-deals:hover .id-monthly-plan {
    border-color: rgba(255,255,255,0.25);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
}.id-pricing-offer-box .id-monthly-plan::before {
    transition: all 0.4s ease;
    right: -10px;
    width: 100px;
    position: absolute;
    top: -10px;
    opacity: 0.15;
    content: "";
    height: 100px;
    transform: rotate(45deg);
    background: rgb(119,166,135);
}.id-pricing-offer-box .id-payment-deals:hover .id-monthly-plan::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 0.25;
}.id-pricing-offer-box .id-package-rates {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 35px 30px;
    z-index: 1;
    position: relative;
}.id-pricing-offer-box .id-payment-deals:hover .id-package-rates {
    transform: translateZ(10px);
}.id-pricing-offer-box .id-package-rates h4 {
    font-size: calc(19px * 1.2);
    transition: transform 0.3s ease;
    position: relative;
    margin: 0 0 20px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #ffffff;
}.id-pricing-offer-box .id-payment-deals:hover .id-package-rates h4 {
    transform: translateY(-5px);
}.id-pricing-offer-box .id-package-rates h4::after {
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    height: 3px;
    bottom: 0;
    width: 50px;
    content: "";
    background: rgb(155,199,170);
}.id-pricing-offer-box .id-payment-deals:hover .id-package-rates h4::after {
    width: 80px;
}.id-pricing-offer-box .id-package-rates p {
    margin-bottom: 30px;
    max-height: 200px;
    padding-right: 10px;
    color: #ffffff;
    opacity: 0.8;
    font-size: 13px;
    overflow-y: auto;
    transition: opacity 0.3s ease;
    line-height: 1.6;
}.id-pricing-offer-box .id-package-rates p::-webkit-scrollbar {
    width: 4px;
}.id-pricing-offer-box .id-package-rates p::-webkit-scrollbar-thumb {
    background: rgb(155,199,170,0.5);
    border-radius: 10px;
}.id-pricing-offer-box .id-payment-deals:hover .id-package-rates p {
    opacity: 1;
}.id-pricing-offer-box .id-pricing-card {
    margin-top: 20px;
    font-weight: 700;
    display: block;
    font-size: calc(19px * 1.4);
    transition: all 0.4s ease;
    position: relative;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    color: #ffffff;
}.id-pricing-offer-box .id-pricing-card::before {
    top: -10px;
    transition: width 0.4s ease;
    position: absolute;
    background: rgb(119,166,135);
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
}.id-pricing-offer-box .id-payment-deals:hover .id-pricing-card::before {
    width: 50px;
}.id-pricing-offer-box .id-payment-deals:hover .id-pricing-card {
    color: rgb(119,166,135);
    transform: scale(1.1);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.id-pricing-offer-box {
    padding: 100px 0;
}.id-pricing-offer-box h2 {
    font-size: calc(35px * 0.9);
}.id-pricing-offer-box .id-premium-grid {
    margin-bottom: 40px;
    font-size: 13px;
}.id-pricing-offer-box .id-plan-pricing {
    gap: 25px;
}
}

@media (max-width: 992px) {.id-pricing-offer-box {
    padding: 80px 0;
}.id-pricing-offer-box .id-plan-pricing {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.id-pricing-offer-box .id-package-rates {
    padding: 30px 25px;
}.id-pricing-offer-box .id-package-rates p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.id-pricing-offer-box {
    padding: 70px 0;
}.id-pricing-offer-box h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 15px;
}.id-pricing-offer-box .id-premium-grid {
    margin-bottom: 30px;
    font-size: calc(13px * 0.95);
}.id-pricing-offer-box .id-plan-pricing {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.id-pricing-offer-box .id-monthly-plan {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.id-pricing-offer-box .id-pricing-card {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 576px) {.id-pricing-offer-box {
    padding: 60px 0;
}.id-pricing-offer-box h2 {
    font-size: calc(35px * 0.7);
}.id-pricing-offer-box .id-premium-grid {
    font-size: calc(13px * 0.9);
    margin-bottom: 25px;
}.id-pricing-offer-box .id-package-rates {
    padding: 25px 20px;
}.id-pricing-offer-box .id-package-rates h4 {
    font-size: 19px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}.id-pricing-offer-box .id-package-rates p {
    max-height: 150px;
    margin-bottom: 20px;
    font-size: calc(13px * 0.9);
}}.id-who-we-are {
    background: rgb(191,233,206);
    position: relative;
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
}.id-who-we-are::before {
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    background: radial-gradient(ellipse at bottom right, rgb(155,199,170,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
}.id-who-we-are::after {
    height: 100%;
    opacity: 0.03;
    z-index: -2;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 50%, 
                        rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, transparent 75%, transparent);
    top: 0;
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    content: "";
    animation: backgroundMove 15s linear infinite;
    width: 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.id-who-we-are .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}.id-who-we-are .id-knowledge-space {
    grid-template-areas: 
        "logo"
        "id-head-core"
        "director";
    gap: 40px;
    grid-template-rows: auto auto auto;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.id-who-we-are .id-heritage-tl {
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    gap: 15px;
    font-size: calc(23px * 1.3);
    grid-area: logo;
    color: rgb(155,199,170);
    font-weight: 700;
    justify-content: center;
    display: flex;
}.id-who-we-are .id-heritage-tl svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 60px;
    width: 60px;
    fill: rgb(155,199,170);
}.id-who-we-are .id-heritage-tl svg path {
    fill: rgb(155,199,170);
}.id-who-we-are .id-content-wrap {
    position: relative;
    text-align: center;
    padding: 0 10%;
    grid-area: content;
}.id-who-we-are .id-content-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
}.id-who-we-are .id-content-wrap h2::before,
.id-who-we-are .id-content-wrap h2::after {
    top: 50%;
    width: 40px;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(119,166,135);
}.id-who-we-are .id-content-wrap h2::before {
    right: calc(100% + 20px);
}.id-who-we-are .id-content-wrap h2::after {
    left: calc(100% + 20px);
}.id-who-we-are .id-content-wrap p {
    position: relative;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 16px;
}.id-who-we-are .id-study-tracks {
    display: flex;
    justify-content: center;
    position: relative;
    grid-area: director;
    margin-top: 20px;
    grid-row:1;
    padding-top: 40px;
}.id-who-we-are .id-img-wrapper {
    border-radius: 10px;
    flex: 0 0 auto;
    height: 180px;
    position: relative;
    z-index: 2;
    box-shadow: 15px 15px 0 rgb(155,199,170,0.5);
    transition: all 0.4s ease;
    width: 180px;
}.id-who-we-are .id-img-wrapper:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(155,199,170,0.5);
}.id-who-we-are .id-mission-block {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}.id-who-we-are .id-mission-block::before {
    content: "";
    transform: translateY(-50%);
    width: 30px;
    top: 50%;
    left: 0;
    height: 1px;
    background: rgb(155,199,170);
    position: absolute;
}.id-who-we-are .id-mentor-network {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 23px;
    color: #000000;
}.id-who-we-are .id-skill-studio {
    font-size: 16px;
    color: rgb(155,199,170);
    margin-bottom: 0;
    font-weight: 600;
}

@media (min-width: 768px) {.id-who-we-are .id-knowledge-space {
    grid-template-areas:
            "logo logo"
            "content content"
            "director director";
    grid-template-columns: 1fr 1fr;
}
}

@media (min-width: 992px) {.id-who-we-are .id-knowledge-space {
    gap: 30px;
    grid-template-areas:
            "logo content content"
            "director content content";
    grid-template-columns: 1fr 1fr;
}.id-who-we-are .id-heritage-tl {
    justify-content: flex-start;
}.id-who-we-are .id-content-wrap {
    padding: 0 0 0 30px;
    text-align: left;
}.id-who-we-are .id-content-wrap h2::before,
    .id-who-we-are .id-content-wrap h2::after {
    display: none;
}.id-who-we-are .id-study-tracks {
    padding-top: 0;
    margin-top: 50px;
}

}

@media (min-width: 1200px) {.id-who-we-are .id-knowledge-space {
    grid-template-columns: 0.8fr 2fr;
    gap: 40px;
    grid-template-areas:
            "logo . content"
            "director . content";
}.id-who-we-are .id-content-wrap {
    padding: 0 0 0 50px;
    position: relative;
}.id-who-we-are .id-content-wrap::before {
    top: 10%;
    background: linear-gradient(to bottom, rgb(155,199,170), transparent);
    height: 80%;
    width: 1px;
    left: 0;
    position: absolute;
    content: "";
}
}

@media (max-width: 767px) {.id-who-we-are {
    padding: 80px 0;
}.id-who-we-are .id-content-wrap h2::before,
    .id-who-we-are .id-content-wrap h2::after {
    width: 25px;
}.id-who-we-are .id-img-wrapper {
    width: 140px;
    box-shadow: 10px 10px 0 rgb(155,199,170,0.5);
    height: 140px;
}.id-who-we-are .id-mission-block {
    padding-left: 20px;
}.id-who-we-are .id-mission-block::before {
    width: 20px;
}
}

@media (max-width: 575px) {.id-who-we-are {
    padding: 60px 0;
}.id-who-we-are .id-heritage-tl {
    font-size: 23px;
}.id-who-we-are .id-heritage-tl svg {
    height: 50px;
    width: 50px;
}.id-who-we-are .id-content-wrap h2 {
    font-size: calc(30px * 0.9);
}.id-who-we-are .id-content-wrap h2::before,
    .id-who-we-are .id-content-wrap h2::after {
    width: 20px;
}.id-who-we-are .id-study-tracks {
    flex-direction: column;
    align-items: center;
}.id-who-we-are .id-mission-block {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
}.id-who-we-are .id-mission-block::before {
    width: 30px;
    height: 1px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}}header {
    z-index: 100;
    background: rgb(191,233,206);
    padding: 1.2rem 0;
    position: relative;
}header::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    content: '';
    background: linear-gradient(135deg, 
        rgb(155,199,170,0.5) 0%, 
        transparent 50%, 
        rgb(119,166,135,0.5) 100%);
    position: absolute;
}header .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}header .id-nav-start {
    align-items: center;
    padding: 1rem;
    border-radius: 22px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}header .id-first-expert {
    margin-bottom: 0.5rem;
    text-decoration: none;
    display: flex;
    padding: 0.5rem 1rem;
    justify-content: center;
    position: relative;
}header .id-first-expert::before {
    height: 1px;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(155,199,170,0.5), 
        rgb(119,166,135,0.5), 
        rgb(155,199,170,0.5), 
        transparent);
}header .id-first-expert svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .id-first-expert:hover svg {
    filter: drop-shadow(0 2px 4px rgb(155,199,170,0.5));
    transform: translateY(-2px);
}header .id-nav-mentor {
    justify-content: center;
    border-radius: 10px;
    flex-wrap: wrap;
    padding: 0.6rem;
    width: 100%;
    gap: 0.4rem;
    display: flex;
    background: rgb(191,233,206);
}header .id-head-prime {
    text-decoration: none;
    padding: 0.5rem 1rem;
    color: #000000;
    font-size: 12px;
    z-index: 1;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    font-weight: 400;
}header .id-head-prime::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    background: linear-gradient(135deg, rgb(155,199,170), rgb(119,166,135));
    left: 0;
}header .id-head-prime:hover {
    color: #ffffff;
}header .id-head-prime:hover::before {
    opacity: 1;
}header .id-head-prime::after {
    height: 2px;
    width: 100%;
    position: absolute;
    transform-origin: left;
    content: '';
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(155,199,170), rgb(119,166,135));
}header .id-head-prime:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .id-nav-start {
    padding: 0.8rem;
    gap: 0.8rem;
}header .id-first-expert svg {
    width: 140px;
}header .id-nav-mentor {
    padding: 0.5rem;
}header .id-head-prime {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .id-nav-start {
    padding: 0.7rem;
    gap: 0.7rem;
}header .id-first-expert svg {
    width: 120px;
}header .id-nav-mentor {
    gap: 0.3rem;
    padding: 0.4rem;
}header .id-head-prime {
    padding: 0.3rem 0.7rem;
    font-size: calc(12px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .id-nav-start {
    padding: 0.6rem;
    gap: 0.6rem;
}header .id-first-expert svg {
    width: 110px;
}header .id-nav-mentor {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
    justify-content: flex-start;
}header .id-nav-mentor::-webkit-scrollbar {
    height: 2px;
}header .id-nav-mentor::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(155,199,170);
}header .id-head-prime {
    flex-shrink: 0;
    white-space: nowrap;
}}.id-educational-rewards {
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(191,233,206) 30%, rgb(155,199,170,0.5) 100%);
    position: relative;
}.id-educational-rewards::before {
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(119,166,135,0.5) 0%, transparent 60%);
    content: "";
}.id-educational-rewards .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.id-educational-rewards .id-knowledge-space {
    gap: 40px;
    display: flex;
    align-items: center;
}.id-educational-rewards .id-img-wrapper {
    max-width: 45%;
    flex: 0 0 45%;
    transform: translateY(-10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    position: relative;
    border-radius: 30% 10% 30% 10%;
}.id-educational-rewards .id-img-wrapper::after {
    border: 3px solid rgb(155,199,170,0.5);
    z-index: -1;
    content: "";
    bottom: -20px;
    right: -20px;
    position: absolute;
    top: 20px;
    border-radius: 30% 10% 30% 10%;
    left: 20px;
}.id-educational-rewards .id-img-wrapper:hover {
    transform: translateY(0);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}.id-educational-rewards .id-content-wrap {
    position: relative;
    border-radius: 23px;
    flex: 0 0 50%;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 40px 35px;
}.id-educational-rewards .id-content-wrap::before {
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(155,199,170), rgb(119,166,135));
    left: 0;
    width: 6px;
    content: "";
    position: absolute;
    top: 0;
}.id-educational-rewards h3 {
    padding-left: 15px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    color: #000000;
}.id-educational-rewards h3::after {
    left: 15px;
    bottom: -12px;
    height: 3px;
    border-radius: 10px;
    width: 80px;
    position: absolute;
    content: "";
    background: rgb(155,199,170);
}.id-educational-rewards ul {
    display: flex;
    margin: 0;
    flex-direction: column;
    padding: 0 0 0 15px;
    gap: 20px;
    list-style: none;
}.id-educational-rewards li {
    transition: all 0.3s ease;
    position: relative;
    padding: 15px;
    background: linear-gradient(90deg, #ffffff, rgb(191,233,206) 180%);
    border-radius: 10px;
}.id-educational-rewards li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
    background: linear-gradient(90deg, #ffffff, rgb(119,166,135,0.5) 180%);
}.id-educational-rewards li p {
    font-size: 16px;
    margin: 0;
    align-items: center;
    display: flex;
    font-weight: 400;
    gap: 16px;
    color: #000000;
    line-height: 1.5;
}.id-educational-rewards svg {
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 24px;
    transition: all 0.3s ease;
    background: #ffffff;
    display: flex;
    width: 24px;
}.id-educational-rewards svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,199,170);
}.id-educational-rewards li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.id-educational-rewards li:hover svg path {
    fill: rgb(119,166,135);
}

@media (max-width: 992px) {.id-educational-rewards {
    padding: 70px 0;
}.id-educational-rewards .id-knowledge-space {
    gap: 40px;
    flex-direction: column;
}.id-educational-rewards .id-img-wrapper {
    margin: 0 auto;
    max-width: 70%;
    flex: none;
}.id-educational-rewards .id-content-wrap {
    width: 90%;
    flex: none;
    margin: 0 auto;
}.id-educational-rewards .id-content-wrap::before {
    height: 6px;
    width: 100%;
    left: 0;
    top: 0;
}
}

@media (max-width: 576px) {.id-educational-rewards {
    padding: 50px 0;
}.id-educational-rewards .id-img-wrapper {
    max-width: 90%;
}.id-educational-rewards .id-img-wrapper::after {
    display: none;
}.id-educational-rewards .id-content-wrap {
    padding: 30px 20px;
    width: 100%;
}.id-educational-rewards h3 {
    margin-bottom: 25px;
    font-size: 20px;
}.id-educational-rewards ul {
    gap: 15px;
}.id-educational-rewards li {
    padding: 12px;
}.id-educational-rewards svg {
    height: 22px;
    width: 22px;
}}.id-course-program-info {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(191,233,206) 0%, rgba(245, 247, 250, 0.95) 100%);
}.id-course-program-info::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(155,199,170,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(155,199,170,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(155,199,170,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(155,199,170,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(155,199,170,0.5) 1px, transparent 5px);
    right: 0;
    z-index: 0;
    height: 100%;
    animation: patternFloat 60s infinite linear;
    opacity: 0.3;
    background-size: 120px 120px;
    content: "";
    top: 0;
    position: absolute;
}.id-course-program-info::after {
    transform: scale(2);
    height: 100%;
    opacity: 0.15;
    z-index: 0;
    width: 100%;
    right: -50%;
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, rgb(155,199,170,0.5) 0%, transparent 70%);
    top: -50%;
}.id-course-program-info .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.id-course-program-info .id-training-route {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    transform: translateY(20px);
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    gap: 40px;
}.id-course-program-info .id-img-wrapper {
    height: 380px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
}.id-course-program-info .id-img-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}.id-course-program-info .id-img-wrapper::after {
    content: "";
    z-index: 1;
    height: 30%;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
}.id-course-program-info .id-img-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.id-course-program-info .id-content-wrap {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    border-left: 4px solid rgb(155,199,170);
    padding: 20px;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
}.id-course-program-info .id-content-wrap::before {
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(155,199,170,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}.id-course-program-info h3 {
    font-weight: 700;
    color: rgb(155,199,170);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    position: relative;
    font-size: calc(24px * 1.1);
    transform: translateX(0);
}.id-course-program-info h3::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    bottom: -10px;
    width: 60px;
    height: 3px;
    transform: scaleX(1);
    background: rgb(119,166,135);
    position: absolute;
    left: 0;
    transform-origin: left;
}.id-course-program-info .id-content-wrap:hover h3 {
    transform: translateX(5px);
}.id-course-program-info .id-content-wrap:hover h3::after {
    transform: scaleX(1.5);
}.id-course-program-info p.description {
    margin-bottom: 20px;
    position: relative;
    column-count: 1;
    line-height: 1.8;
    color: #000000;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    column-gap: 30px;
    font-size: 13px;
    opacity: 1;
    transition: opacity 0.5s, transform 0.5s;
}.id-course-program-info span.description {
    display: none;
}.id-course-program-info .id-content-wrap div {
    position: relative;
    overflow: hidden;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (min-width: 768px) {.id-course-program-info {
    padding: 150px 0;
}.id-course-program-info .id-training-route {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.id-course-program-info .id-img-wrapper {
    transform: perspective(1000px) rotateY(5deg);
    height: 450px;
}.id-course-program-info p.description {
    column-count: 2;
}.id-course-program-info .id-content-wrap {
    padding: 40px;
}.id-course-program-info h3 {
    font-size: 35px;
    margin-bottom: 30px;
}.id-course-program-info h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.id-course-program-info .id-training-route {
    gap: 80px;
}.id-course-program-info .id-img-wrapper {
    height: 520px;
}.id-course-program-info .id-content-wrap {
    padding: 50px;
}.id-course-program-info h3 {
    font-size: calc(35px * 1.1);
}.id-course-program-info p.description {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.id-course-program-info {
    padding: 80px 0;
}.id-course-program-info .id-img-wrapper {
    height: 280px;
    transform: perspective(1000px) rotateY(3deg);
}.id-course-program-info .id-content-wrap {
    padding: 25px 20px;
}.id-course-program-info h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 1.05);
}.id-course-program-info h3::after {
    height: 2px;
    width: 50px;
}.id-course-program-info p.description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (hover: hover) {.id-course-program-info .id-img-wrapper::before {
    transition: opacity 0.5s ease;
}.id-course-program-info .id-img-wrapper:hover::before {
    opacity: 0.7;
}}.id-follow {
    padding: 6rem 3rem;
    background: rgb(191,233,206);
    z-index: 1;
    overflow: hidden;
    position: relative;
}.id-follow::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    height: 350px;
    width: 350px;
    top: -150px;
    content: "";
    animation: morphShape 15s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.07;
    right: -150px;
    background: rgb(155,199,170);
}.id-follow::after {
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    position: absolute;
    width: 250px;
    bottom: -100px;
    z-index: -1;
    background: rgb(119,166,135);
    content: "";
    opacity: 0.07;
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    left: -100px;
    height: 250px;
}.id-follow .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.id-follow .id-knowledge-space {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.id-follow .id-knowledge-space::before {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    content: "";
    width: 100%;
    z-index: -1;
    opacity: 0.03;
    height: 100%;
}.id-follow p {
    transform: translateX(15%) rotateZ(-2deg);
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 35px;
    z-index: 2;
    max-width: 70%;
    line-height: 1.3;
    position: relative;
}.id-follow p::before,
.id-follow p::after {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    background: rgb(155,199,170);
}.id-follow p::before {
    height: 30%;
    transform: skewX(-20deg);
    left: -10%;
    width: 120%;
    top: 30%;
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
}.id-follow p::after {
    animation: growLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    bottom: -15px;
    height: 10px;
    width: 40%;
    transform-origin: left;
    left: 0;
}.id-follow .input_holder {
    padding: 15px;
    backdrop-filter: blur(5px);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    justify-content: center;
    transform: translateX(-15%) rotateZ(2deg);
    display: flex;
    z-index: 2;
}.id-follow .input_holder:hover {
    transform: translateX(-15%) rotateZ(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.id-follow .input_holder::before,
.id-follow .input_holder::after {
    transition: all 0.3s ease;
    opacity: 0.3;
    z-index: -1;
    content: "";
    border-radius: 24px;
    position: absolute;
    border: 2px dashed rgb(155,199,170,0.5);
}.id-follow .input_holder::before {
    left: -8px;
    bottom: 8px;
    animation: pulseBoxShadow 3s ease-in-out infinite alternate;
    top: -8px;
    right: 8px;
}.id-follow .input_holder::after {
    left: 8px;
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
    bottom: -8px;
    top: 8px;
    right: -8px;
}.id-follow .input_holder:hover::before,
.id-follow .input_holder:hover::after {
    border-color: rgb(119,166,135,0.5);
}.id-follow .id-upgrade-skills {
    font-family: Arial, sans-serif;
    border: none;
    border-bottom-left-radius: 10px;
    padding: 1.2rem 1.5rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    background: #ffffff;
    flex: 1;
    border-top-left-radius: 10px;
    font-size: 16px;
    outline: none;
    color: #000000;
}.id-follow .id-upgrade-skills:focus {
    box-shadow: inset 0 0 0 2px rgb(155,199,170);
}.id-follow .id-reach-list {
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    background: #000000;
    border: none;
    padding: 1.2rem 2rem;
    font-size: 20px;
    border-top-right-radius: 10px;
    font-weight: 600;
    border-bottom-right-radius: 10px;
}.id-follow .id-reach-list::before {
    height: 150%;
    opacity: 0;
    top: -25%;
    transform: rotate(25deg);
    z-index: -1;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        90deg,
        rgb(155,199,170) 0%,
        rgb(119,166,135) 50%,
        rgb(155,199,170) 100%
    );
    left: -10%;
    position: absolute;
    width: 120%;
    content: "";
}.id-follow .id-reach-list:hover {
    color: #ffffff;
}.id-follow .id-reach-list:hover::before {
    animation: slideGradient 2s linear infinite;
    opacity: 1;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}

@keyframes slideLeft {
    0% {
        transform: skewX(-20deg) translateX(-10%);
    }
    100% {
        transform: skewX(-20deg) translateX(10%);
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseBoxShadow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes slideGradient {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (max-width: 992px) {.id-follow {
    padding: 5rem 2rem;
}.id-follow p {
    transform: translateX(10%) rotateZ(-2deg);
    max-width: 80%;
    font-size: calc(35px * 0.9);
}.id-follow .input_holder {
    transform: translateX(-10%) rotateZ(2deg);
}.id-follow .input_holder:hover {
    transform: translateX(-10%) rotateZ(0deg);
}
}

@media (max-width: 768px) {.id-follow {
    padding: 4rem 1.5rem;
}.id-follow p {
    transform: translateX(5%) rotateZ(-1deg);
    max-width: 90%;
    margin-bottom: 2.5rem;
    font-size: 22px;
}.id-follow .input_holder {
    flex-direction: column;
    padding: 10px;
    transform: translateX(-5%) rotateZ(1deg);
}.id-follow .input_holder:hover {
    transform: translateX(-5%) rotateZ(0deg);
}.id-follow .id-upgrade-skills {
    margin-bottom: 0.5rem;
    width: 100%;
    border-radius: 10px;
}.id-follow .id-reach-list {
    border-radius: 10px;
    width: 100%;
}
}

@media (max-width: 576px) {.id-follow {
    padding: 3rem 1rem;
    margin: 5rem 0;
}.id-follow p {
    max-width: 100%;
    text-align: center;
    transform: none;
}.id-follow .input_holder {
    padding: 8px;
    transform: none;
}.id-follow .input_holder:hover {
    transform: none;
}.id-follow .id-upgrade-skills,
    .id-follow .id-reach-list {
    padding: 1rem;
}}.id-locate {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: rgb(191,233,206);
}.id-locate::before {
    width: 100%;
    opacity: 0.1;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(119,166,135,0.5) 10px,
        rgb(119,166,135,0.5) 11px
    );
    z-index: 1;
    left: 0;
}.id-locate::after {
    top: 0;
    z-index: 1;
    width: 40%;
    background: linear-gradient(to left, rgb(155,199,170,0.5) 0%, transparent 100%);
    height: 100%;
    right: 0;
    content: '';
    position: absolute;
}.id-locate .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.id-locate .id-info-request {
    font-weight: 700;
    color: rgb(155,199,170);
    letter-spacing: 2px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 0 0 40px 0;
    font-size: 39px;
    z-index: 3;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}.id-locate .id-img-wrapper {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.id-locate .id-img-wrapper::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    top: 0;
    content: '';
    width: 100%;
}.id-locate .id-img-wrapper::after {
    content: '';
    background: rgb(155,199,170,0.5);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    height: 100%;
}.id-locate .id-message-card {
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(119,166,135,0.5);
    z-index: 3;
    overflow: hidden;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.9);
}.id-locate .id-message-card::before {
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    top: 0;
    left: 0;
    height: 5px;
}.id-locate .id-message-card .id-info-request {
    font-weight: 700;
    background: rgba(255, 255, 255, 0.9);
    align-items: center;
    padding: 30px;
    margin: 0;
    display: flex;
    font-size: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgb(119,166,135,0.5);
    color: rgb(155,199,170);
    position: relative;
}.id-locate .id-info-request::before {
    background: rgb(155,199,170);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 20px;
    content: '';
    height: 20px;
    margin-right: 15px;
}.id-locate .id-info-request svg {
    height: 24px;
    fill: rgb(155,199,170);
    margin-right: 15px;
    width: 24px;
    transition: transform 0.3s ease, fill 0.3s ease;
}.id-locate .id-info-request:hover svg {
    fill: rgb(119,166,135);
    transform: rotate(15deg);
}.id-locate .id-info-request svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.id-locate .id-instant-help {
    padding: 30px;
    gap: 15px;
    background: rgba(255, 255, 255, 0.8);
    display: grid;
}.id-locate .id-instant-help p {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 13px;
    border-radius: 10px;
    padding: 15px 15px 15px 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    border-left: 3px solid rgb(155,199,170);
    background: #ffffff;
}.id-locate .id-instant-help p svg {
    position: absolute;
    left: 15px;
    width: 22px;
    top: 50%;
    height: 22px;
    transition: transform 0.3s ease, fill 0.3s ease;
    transform: translateY(-50%);
    fill: rgb(155,199,170);
}.id-locate .id-instant-help p:hover svg {
    transform: translateY(-50%) scale(1.1) rotate(5deg);
    fill: rgb(119,166,135);
}.id-locate .id-instant-help p svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.id-locate .id-instant-help p::before {
    position: absolute;
    height: 0;
    content: '';
    top: 0;
    left: -3px;
    transition: height 0.3s ease;
    width: 3px;
    background: rgb(119,166,135);
}.id-locate .id-instant-help p:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.id-locate .id-instant-help p:hover::before {
    height: 100%;
}.id-locate .id-instant-help p span b {
    font-weight: 600;
    color: rgb(155,199,170);
}.id-locate .id-instant-help p span a {
    text-decoration: none;
    color: rgb(155,199,170);
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
}.id-locate .id-instant-help p span a::after {
    transition: width 0.3s ease;
    width: 0;
    bottom: -2px;
    left: 0;
    height: 1px;
    content: '';
    background: rgb(119,166,135);
    position: absolute;
}.id-locate .id-instant-help p span a:hover {
    color: rgb(119,166,135);
}.id-locate .id-instant-help p span a:hover::after {
    width: 100%;
}.id-locate .id-send-query {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid rgb(119,166,135,0.5);
}.id-locate .id-quick-request {
    position: relative;
    padding-left: 30px;
    color: rgb(155,199,170);
    align-items: center;
    font-weight: 600;
    display: flex;
    font-size: 21px;
    margin-bottom: 20px;
}.id-locate .id-quick-request svg {
    left: 0;
    transition: transform 0.3s ease, fill 0.3s ease;
    width: 22px;
    transform: translateY(-50%);
    position: absolute;
    fill: rgb(155,199,170);
    top: 50%;
    height: 22px;
}.id-locate .id-quick-request:hover svg {
    fill: rgb(119,166,135);
    transform: translateY(-50%) rotate(15deg);
}.id-locate .id-quick-request svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.id-locate .id-quick-request::before {
    background: rgb(155,199,170);
    position: absolute;
    transform: translateY(-50%);
    display: none;
    left: 0;
    height: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 50%;
    content: '';
    width: 10px;
}.id-locate .id-contact-today {
    display: grid;
    gap: 10px;
}.id-locate .id-contact-panel {
    color: #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    font-size: 13px;
    background: #ffffff;
    border-left: 3px solid rgb(119,166,135);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 12px 15px 12px 45px;
}.id-locate .id-contact-panel svg {
    height: 18px;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 18px;
    fill: rgb(119,166,135);
    transform: translateY(-50%);
    transition: transform 0.3s ease, fill 0.3s ease;
}.id-locate .id-contact-panel:hover svg {
    transform: translateY(-50%) rotate(15deg);
    fill: rgb(155,199,170);
}.id-locate .id-contact-panel svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.id-locate .id-contact-panel::before {
    position: absolute;
    transition: height 0.3s ease;
    height: 0;
    width: 3px;
    left: -3px;
    top: 0;
    content: '';
    background: rgb(155,199,170);
}.id-locate .id-contact-panel:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.id-locate .id-contact-panel:hover::before {
    height: 100%;
}.id-locate .id-contact-panel::after {
    background: linear-gradient(to right, rgb(119,166,135,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: -1;
    top: 0;
    width: 0;
    transition: width 0.5s ease;
    content: '';
    height: 100%;
    opacity: 0.2;
    left: 0;
}.id-locate .id-contact-panel:hover::after {
    width: 100%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scan {
    0%, 100% {
        top: 10%;
        opacity: 0;
    }
    50% {
        top: 90%;
        opacity: 1;
    }
}

@media (min-width: 992px) {.id-locate .id-contact-today {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.id-locate .id-contact-today {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.id-locate {
    padding: 60px 0;
}.id-locate .id-info-request {
    font-size: 21px;
    padding: 25px;
}.id-locate .id-info-request svg {
    height: 20px;
    width: 20px;
}.id-locate .id-instant-help {
    padding: 25px;
}.id-locate .id-instant-help p svg {
    width: 20px;
    height: 20px;
}.id-locate .id-quick-request svg {
    height: 20px;
    width: 20px;
}.id-locate .id-contact-panel svg {
    height: 16px;
    width: 16px;
}.id-locate .id-contact-today {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.id-locate {
    padding: 50px 0;
}.id-locate .id-info-request {
    font-size: 18px;
    padding: 20px;
}.id-locate .id-info-request svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}.id-locate .id-instant-help {
    padding: 20px;
}.id-locate .id-instant-help p {
    padding: 12px 12px 12px 45px;
}.id-locate .id-instant-help p svg {
    width: 18px;
    height: 18px;
    left: 12px;
}.id-locate .id-quick-request {
    font-size: 18px;
}.id-locate .id-quick-request svg {
    width: 18px;
    height: 18px;
}.id-locate .id-contact-panel {
    padding: 10px 10px 10px 40px;
}.id-locate .id-contact-panel svg {
    width: 15px;
    left: 12px;
    height: 15px;
}}.id-thxHub {
    background: linear-gradient(135deg, rgb(155,199,170,0.5) 0%, rgb(191,233,206) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.id-thxHub::before {
    pointer-events: none;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(119,166,135,0.5) 50px, rgb(119,166,135,0.5) 52px);
    opacity: 0.1;
    position: absolute;
}.id-thxHub::after {
    opacity: 0.08;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(155,199,170);
    z-index: 0;
    right: -20px;
    transform: rotate(15deg);
    width: 250px;
    bottom: -20px;
    content: "";
    position: absolute;
    height: 250px;
}.id-thxHub .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.id-thxHub .id-knowledge-space {
    grid-template-columns: 1fr;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    position: relative;
    transform: translateX(0);
    display: grid;
}.id-thxHub .id-knowledge-space:hover {
    transform: translateX(10px);
}.id-thxHub .id-knowledge-space > div:first-child {
    border-left: 4px solid rgb(155,199,170);
    position: relative;
    padding-left: 30px;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.id-thxHub .id-knowledge-space > div:first-child::before {
    content: "";
    height: 24px;
    left: -14px;
    width: 24px;
    top: 50%;
    background: #ffffff;
    border: 3px solid rgb(155,199,170);
    transition: transform 0.4s ease;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}.id-thxHub .id-knowledge-space:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.id-thxHub h5 {
    font-size: 19px;
    margin: 0;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    position: relative;
}.id-thxHub .id-knowledge-space > div:last-child {
    padding: 35px 40px;
    transform: translateY(0);
    position: relative;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.id-thxHub .id-knowledge-space > div:last-child::before {
    top: 0;
    height: 100%;
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    content: "";
    width: 6px;
    background: linear-gradient(to bottom, rgb(155,199,170), rgb(119,166,135));
}.id-thxHub .id-knowledge-space > div:last-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.id-thxHub .id-knowledge-space > div:last-child:hover::before {
    width: 10px;
}.id-thxHub .id-knowledge-space > div:last-child::after {
    z-index: 0;
    right: -30px;
    height: 90px;
    opacity: 0.15;
    border-radius: 50%;
    background: rgb(119,166,135,0.5);
    width: 90px;
    position: absolute;
    top: -30px;
    content: "";
}.id-thxHub a {
    transition: transform 0.3s ease;
    display: block;
    z-index: 1;
    text-decoration: none;
    position: relative;
}.id-thxHub a:hover {
    transform: translateX(5px);
}.id-thxHub p {
    font-size: 15px;
    z-index: 2;
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin: 0;
}

@media (min-width: 768px) {.id-thxHub {
    padding: 150px 0;
}.id-thxHub .id-knowledge-space {
    gap: 60px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.id-thxHub .id-knowledge-space > div:first-child {
    padding-left: 50px;
}.id-thxHub h5 {
    max-width: 90%;
    font-size: calc(19px * 1.2);
}
}

@media (min-width: 992px) {.id-thxHub {
    padding: 180px 0;
}.id-thxHub .id-knowledge-space {
    gap: 80px;
    grid-template-columns: 1fr 1.2fr;
}.id-thxHub .id-knowledge-space > div:first-child {
    transform: translateX(-30px);
}.id-thxHub .id-knowledge-space:hover > div:first-child {
    transform: translateX(-20px);
}.id-thxHub .id-knowledge-space > div:last-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
    padding: 50px 60px;
}.id-thxHub .id-knowledge-space > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.id-thxHub {
    padding: 80px 0;
}.id-thxHub::after {
    height: 150px;
    width: 150px;
}.id-thxHub .id-knowledge-space > div:first-child {
    padding-left: 20px;
}.id-thxHub .id-knowledge-space > div:last-child {
    padding: 25px 30px;
}.id-thxHub h5 {
    font-size: calc(19px * 0.9);
}.id-thxHub p {
    font-size: calc(15px * 0.95);
}}.id-teacher-profile {
    background: linear-gradient(135deg, rgb(191,233,206) 0%, rgb(155,199,170,0.5) 50%, rgb(191,233,206) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.id-teacher-profile::before {
    content: "";
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(155,199,170,0.5) 0,
        rgb(155,199,170,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.id-teacher-profile::after {
    opacity: 0.4;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(155,199,170,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(119,166,135,0.5) 0%, transparent 50%);
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    filter: blur(60px);
}.id-teacher-profile .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
}.id-teacher-profile .id-rating-spot {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 24px;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 60px 40px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.id-teacher-profile .id-rating-spot::before {
    transform: rotate(-45deg) scale(2);
    transition: opacity 0.6s ease;
    opacity: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    inset: 0;
    z-index: 1;
    content: "";
}.id-teacher-profile .id-rating-spot:hover::before {
    opacity: 1;
    animation: holographic-sweep 1.5s ease infinite;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.id-teacher-profile .id-img-wrapper {
    transform: rotate(-3deg);
    height: 180px;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(155,199,170,0.5);
    width: 180px;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    margin-bottom: 35px;
}.id-teacher-profile .id-img-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    z-index: 3;
    width: 100%;
    left: 0;
}.id-teacher-profile .id-img-wrapper::after {
    mix-blend-mode: overlay;
    width: 200%;
    left: -50%;
    height: 200%;
    animation: rotate 15s linear infinite;
    opacity: 0.15;
    content: "";
    z-index: 1;
    position: absolute;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(155,199,170,0.5) 90deg,
            transparent 180deg,
            rgb(119,166,135,0.5) 270deg,
            transparent 360deg
        );
    top: -50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.id-teacher-profile .name {
    position: relative;
    font-size: 31px;
    z-index: 2;
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}.id-teacher-profile .name::after {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(155,199,170) 50%,
        transparent 100%
    );
    transform: translateX(-50%);
    content: "";
    width: 70px;
    bottom: -8px;
    height: 2px;
    left: 50%;
    position: absolute;
}.id-teacher-profile .id-rating-spot span:not(.name) {
    text-align: center;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    font-size: 17px;
    z-index: 2;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
}.id-teacher-profile .id-exp-highlights {
    backdrop-filter: blur(5px);
    line-height: 1.8;
    text-align: center;
    border-left: 3px solid rgb(155,199,170);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-right: 3px solid rgb(119,166,135);
    color: #000000;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
    max-width: 85%;
    margin: 0;
    font-size: 16px;
    padding: 25px 30px;
    position: relative;
    border-radius: 10px;
}.id-teacher-profile .id-exp-highlights::before,
.id-teacher-profile .id-exp-highlights::after {
    height: 40px;
    background: rgb(155,199,170,0.5);
    content: "";
    opacity: 0.1;
    width: 40px;
    position: absolute;
}.id-teacher-profile .id-exp-highlights::before {
    border-top: 3px solid rgb(155,199,170);
    top: -5px;
    left: -5px;
    border-left: 3px solid rgb(155,199,170);
}.id-teacher-profile .id-exp-highlights::after {
    border-right: 3px solid rgb(119,166,135);
    bottom: -5px;
    border-bottom: 3px solid rgb(119,166,135);
    right: -5px;
}.id-teacher-profile .id-rating-spot:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.id-teacher-profile .id-rating-spot:hover .id-img-wrapper {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(155,199,170,0.5);
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 991px) {.id-teacher-profile {
    padding: 80px 0;
}.id-teacher-profile .id-rating-spot {
    padding: 50px 30px;
}.id-teacher-profile .id-img-wrapper {
    width: 160px;
    margin-bottom: 30px;
    height: 160px;
}.id-teacher-profile .id-exp-highlights {
    max-width: 90%;
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.id-teacher-profile {
    padding: 60px 0;
}.id-teacher-profile .id-rating-spot {
    padding: 40px 25px;
}.id-teacher-profile .id-img-wrapper {
    margin-bottom: 25px;
    width: 140px;
    height: 140px;
}.id-teacher-profile .name {
    font-size: calc(31px * 0.9);
}.id-teacher-profile .id-rating-spot span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(17px * 0.95);
}.id-teacher-profile .id-exp-highlights {
    padding: 18px 20px;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 575px) {.id-teacher-profile {
    padding: 50px 0;
}.id-teacher-profile .id-rating-spot {
    padding: 35px 20px;
}.id-teacher-profile .id-img-wrapper {
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
}.id-teacher-profile .name {
    font-size: calc(31px * 0.8);
}.id-teacher-profile .id-rating-spot span:not(.name) {
    font-size: calc(17px * 0.9);
    margin-bottom: 15px;
    letter-spacing: 1px;
}.id-teacher-profile .id-exp-highlights {
    font-size: calc(16px * 0.9);
    padding: 15px;
    max-width: 100%;
}}.id-secure-guard {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(191,233,206) 0%, rgba(rgb(155,199,170,0.5), 0.05) 100%);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.id-secure-guard::before {
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    top: 0;
    height: 5px;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
}.id-secure-guard::after {
    background: linear-gradient(to bottom, rgba(rgb(155,199,170,0.5), 0.03), transparent);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    z-index: 0;
    position: absolute;
    right: 0;
    content: "";
    width: 30%;
    top: 0;
    height: 100%;
}.id-secure-guard .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.id-secure-guard h1 {
    letter-spacing: -0.5px;
    margin-bottom: 2.5rem;
    position: relative;
    font-weight: 700;
    transform: translateY(10px);
    animation: fadeup 0.5s ease-out 0.2s forwards;
    font-size: 48px;
    opacity: 0;
    color: #000000;
}.id-secure-guard h1::after {
    width: 60px;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    background: rgb(155,199,170);
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    content: "";
    left: 0;
    height: 3px;
    bottom: -12px;
}.id-secure-guard h2 {
    transform: translateY(10px);
    position: relative;
    font-size: 36px;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    color: #000000;
    opacity: 0;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    font-weight: 600;
}.id-secure-guard h2::before {
    content: "";
    position: absolute;
    background: rgb(119,166,135);
    opacity: 0.8;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    transform: scaleY(0.7);
}.id-secure-guard h3 {
    transform: translateY(10px);
    animation: fadeup 0.5s ease-out 0.3s forwards;
    color: #000000;
    font-size: calc(36px * 0.85);
    opacity: 0;
    font-weight: 600;
    margin: 2rem 0 1rem;
}.id-secure-guard h4 {
    color: #000000;
    opacity: 0.85;
    opacity: 0;
    font-size: calc(36px * 0.75);
    transform: translateY(10px);
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    animation: fadeup 0.5s ease-out 0.3s forwards;
}.id-secure-guard p {
    color: #000000;
    max-width: 95%;
    margin-bottom: 1.5rem;
    font-size: 17px;
    line-height: 1.75;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    transform: translateY(10px);
    opacity: 0;
}.id-secure-guard p strong {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
}.id-secure-guard p strong::after {
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -2px;
    opacity: 0.5;
    content: "";
    background: rgb(155,199,170);
    width: 100%;
}.id-secure-guard span {
    display: block;
    font-size: 17px;
    position: relative;
    opacity: 0;
    padding-left: 1rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    color: #000000;
    transform: translateY(10px);
}.id-secure-guard span::before {
    width: 3px;
    content: "";
    top: 0.5rem;
    left: 0;
    background: rgb(119,166,135);
    position: absolute;
    height: calc(100% - 1rem);
    opacity: 0.3;
}.id-secure-guard ul {
    border-left: 3px solid rgb(155,199,170);
    list-style: none;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    position: relative;
    transform: translateX(-10px);
    margin: 1.5rem 0 2rem;
    padding: 1.5rem 2rem;
    opacity: 0;
    animation: slidein 0.6s ease-out 0.5s forwards;
    padding-left: 0;
    border-radius: 0 10px 10px 0;
}.id-secure-guard ul::before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(to right, rgba(rgb(155,199,170,0.5), 0.05), transparent);
    height: 100%;
    content: "";
    position: absolute;
}.id-secure-guard li {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    padding-left: 1.75rem;
    position: relative;
}.id-secure-guard li:last-child {
    margin-bottom: 0;
}.id-secure-guard li::before {
    content: "";
    border-radius: 1px;
    left: 0;
    height: 8px;
    background: rgb(119,166,135);
    position: absolute;
    top: 0.5rem;
    transform: rotate(45deg);
    width: 8px;
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slidein {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.id-secure-guard {
    padding: 6rem 3rem;
}.id-secure-guard h1 {
    margin-bottom: 3rem;
    font-size: calc(48px * 1.15);
}.id-secure-guard h1::after {
    width: 80px;
}.id-secure-guard p, .id-secure-guard span {
    max-width: 85%;
}.id-secure-guard ul {
    max-width: 90%;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.id-secure-guard {
    padding: 7rem 4rem;
}.id-secure-guard::after {
    width: 40%;
}.id-secure-guard h1 {
    font-size: calc(48px * 1.3);
}.id-secure-guard h2 {
    padding-left: 1.5rem;
}.id-secure-guard p, .id-secure-guard span {
    max-width: 80%;
    font-size: calc(17px * 1.05);
}.id-secure-guard ul {
    padding: 2rem 2.5rem;
}.id-secure-guard li {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.id-secure-guard {
    padding: 4rem 1.5rem;
}.id-secure-guard h1 {
    font-size: calc(48px * 0.9);
}.id-secure-guard h2 {
    font-size: calc(36px * 0.9);
}.id-secure-guard h3 {
    font-size: calc(36px * 0.8);
}.id-secure-guard h4 {
    font-size: calc(36px * 0.7);
}.id-secure-guard p, .id-secure-guard span {
    max-width: 100%;
}.id-secure-guard ul {
    padding: 1.25rem 1.5rem;
}}.id-homepage {
    position: relative;
    background: linear-gradient(135deg, rgb(191,233,206) 0%, #f0f4f8 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
}.id-homepage::before {
    height: 10px;
    position: absolute;
    right: 0;
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.3);
    content: '';
    background: linear-gradient(90deg, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    z-index: 5;
    left: 0;
    top: 0;
}.id-homepage::after {
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    background: radial-gradient(ellipse at bottom, rgba(94, 170, 168, 0.1) 0%, transparent 70%);
    content: '';
    height: 200px;
}.id-homepage .id-knowledge-space {
    box-shadow: 20px 20px 60px #d1d9e6, -20px -20px 60px #ffffff;
    background: linear-gradient(145deg, #f0f0f0, #ffffff);
    grid-template-columns: 1fr 1fr;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    border-radius: 25px;
    width: 100%;
    display: grid;
    max-width: 1200px;
    gap: 2rem;
    position: relative;
}.id-homepage h1 {
    transform-origin: left center;
    position: relative;
    z-index: 1;
    font-weight: 700;
    margin-bottom: 2rem;
    animation: titleReveal 1s ease-out forwards;
    grid-column: 1 / -1;
    text-shadow: 2px 2px 0 rgba(94, 170, 168, 0.1);
    letter-spacing: -0.5px;
    font-size: calc(48px * 1.1);
    color: #000000;
}.id-homepage .id-content-wrap {
    position: relative;
    justify-content: center;
    z-index: 1;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
}.id-homepage .id-learn-main {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    padding: 2.5rem;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    border-radius: 25px;
}.id-homepage .id-learn-main:hover {
    transform: translateY(-10px);
}.id-homepage p {
    position: relative;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    font-size: calc(16px * 1.1);
    color: #000000;
    line-height: 1.6;
}.id-homepage svg {
    height: 120px;
    transform: translateY(0);
    width: 120px;
    transition: transform 0.4s ease;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
    animation: float 6s ease-in-out infinite;
    margin: 0 auto 2rem;
    display: block;
}.id-homepage svg:hover {
    transform: translateY(-10px) scale(1.05);
}.id-homepage svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.id-homepage svg:hover path {
    fill: rgb(70, 150, 148);
}.id-homepage svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
    font-weight: 700;
}.id-homepage svg:hover text {
    fill: rgb(70, 150, 148);
}.id-homepage .id-reach-list {
    padding: 1rem 2rem;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    text-decoration: none;
    font-size: 15px;
    opacity: 0;
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(119,166,135) 0%, rgb(155,199,170) 100%);
    overflow: hidden;
    z-index: 2;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    transform: translateZ(0);
    border-radius: 25px;
    margin-top: 1rem;
    animation: fadeUp 0.8s ease-out 0.6s forwards;
}.id-homepage .id-reach-list::before {
    content: '';
    width: 100%;
    transition: transform 0.5s ease;
    left: 0;
    transform: translateX(-100%) skewX(-15deg);
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    position: absolute;
    top: 0;
}.id-homepage .id-reach-list:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.4);
}.id-homepage .id-reach-list:hover::before {
    transform: translateX(100%) skewX(-15deg);
}.id-homepage .id-img-wrapper {
    transition: transform 0.5s ease;
    position: relative;
    min-height: 400px;
    overflow: hidden;
    border-radius: 25px;
    animation: fadeIn 1s ease-out 0.8s forwards;
    transform: perspective(1000px) rotateY(-5deg);
    opacity: 0;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    height: 100%;
}.id-homepage .id-img-wrapper::before {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.3) 0%, transparent 80%);
    left: 0;
    content: '';
    position: absolute;
}.id-homepage .id-img-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes titleReveal {
    0% {
        transform: translateY(30px) scale(0.95);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@media screen and (max-width: 992px) {.id-homepage .id-knowledge-space {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.id-homepage h1 {
    text-align: center;
    font-size: calc(48px * 0.9);
}.id-homepage .id-content-wrap {
    order: 2;
    padding-right: 0;
}.id-homepage .id-img-wrapper {
    transform: perspective(1000px) rotateY(0deg);
    min-height: 300px;
    order: 1;
}.id-homepage p {
    font-size: 16px;
    text-align: center;
}.id-homepage .id-learn-main {
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    display: flex;
}.id-homepage svg {
    width: 100px;
    margin-bottom: 1.5rem;
    height: 100px;
}.id-homepage .id-reach-list {
    width: 100%;
    max-width: 300px;
}
}

@media screen and (max-width: 768px) {.id-homepage {
    padding: 4rem 1.5rem;
}.id-homepage .id-knowledge-space {
    padding: 1.5rem;
}.id-homepage h1 {
    margin-bottom: 1.5rem;
    font-size: calc(48px * 0.8);
}.id-homepage .id-learn-main {
    padding: 1.5rem;
}.id-homepage svg {
    width: 80px;
    height: 80px;
}.id-homepage .id-img-wrapper {
    min-height: 250px;
}
}

@media screen and (max-width: 576px) {.id-homepage {
    padding: 3rem 1rem;
}.id-homepage .id-knowledge-space {
    padding: 1.25rem;
    box-shadow: 10px 10px 30px #d1d9e6, -10px -10px 30px #ffffff;
}.id-homepage h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1rem;
}.id-homepage p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.id-homepage .id-learn-main {
    padding: 1.25rem;
}.id-homepage svg {
    margin-bottom: 1rem;
    width: 70px;
    height: 70px;
}.id-homepage .id-img-wrapper {
    min-height: 200px;
}.id-homepage .id-reach-list {
    font-size: calc(15px * 0.9);
    padding: 0.875rem 1.5rem;
}}.id-user-feedback {
    background: linear-gradient(135deg, rgb(191,233,206) 0%, rgba(240, 245, 255, 0.9) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.id-user-feedback::before {
    pointer-events: none;
    right: -10%;
    position: absolute;
    top: -5%;
    content: "";
    width: 50%;
    transform: rotate(-15deg) skew(5deg);
    height: 70%;
    background: linear-gradient(230deg, rgb(155,199,170,0.5) 0%, transparent 80%);
    z-index: 1;
}.id-user-feedback::after {
    position: absolute;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(119,166,135,0.5) 0%, transparent 70%);
    left: -5%;
    z-index: 1;
    transform: rotate(10deg) skew(-5deg);
    width: 40%;
    content: "";
    bottom: -10%;
    height: 60%;
}.id-user-feedback h2 {
    transform-origin: center left;
    position: relative;
    transition: transform 0.5s ease-out;
    color: #000000;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 3.5rem;
    text-align: center;
}.id-user-feedback h2:hover {
    transform: scale(1.02);
}.id-user-feedback h2::after {
    content: "";
    left: 50%;
    box-shadow: 0 4px 12px rgba(rgb(155,199,170,0.5), 0.3);
    transform: translateX(-50%);
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    height: 0.25rem;
    position: absolute;
    width: 6rem;
}.id-user-feedback .container.id-knowledge-space {
    position: relative;
    z-index: 5;
}.id-user-feedback .id-user-reviews {
    gap: 2.5rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.id-user-feedback .id-rating-spot {
    height: 100%;
    padding: 2rem;
    display: flex;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
    overflow: hidden;
    background: #ffffff;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
    justify-content: space-between;
}.id-user-feedback .id-rating-spot::before {
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(155,199,170,0.5), 0.05) 100%);
    position: absolute;
    width: 100%;
    left: 0;
}.id-user-feedback .id-rating-spot:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px) rotateX(2deg);
}.id-user-feedback .id-rating-spot h3 {
    font-weight: 700;
    color: rgb(155,199,170);
    font-size: calc(18px * 1.1);
    margin-bottom: 0.75rem;
    position: relative;
    display: inline-block;
}.id-user-feedback .id-rating-spot h3::after {
    bottom: -5px;
    transition: width 0.3s ease;
    background: rgb(119,166,135);
    left: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
}.id-user-feedback .id-rating-spot:hover h3::after {
    width: 100%;
}.id-user-feedback .id-rating-spot .description {
    position: relative;
    font-size: 13px;
    margin-bottom: 1.5rem;
    z-index: 2;
    color: #000000;
    line-height: 1.7;
}.id-user-feedback .id-rating-spot .description::before {
    content: "";
    left: -1rem;
    position: absolute;
    top: -2rem;
    font-family: serif;
    font-size: 8rem;
    z-index: -1;
    color: rgba(rgb(155,199,170,0.5), 0.05);
}.id-user-feedback .id-rating-spot div {
    position: relative;
    margin-top: auto;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}.id-user-feedback .id-rating-spot div::before {
    inset: 0;
    content: "";
    background: linear-gradient(45deg, rgb(155,199,170,0.5), transparent);
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: 1;
    opacity: 0;
}.id-user-feedback .id-rating-spot:hover div::before {
    opacity: 0.3;
}.id-user-feedback .id-rating-spot div img {
    height: 100%;
    transition: transform 0.5s ease;
    display: block;
    object-fit: cover;
    width: 100%;
}.id-user-feedback .id-rating-spot:hover div img {
    transform: scale(1.05);
}

@media (max-width: 991px) {.id-user-feedback {
    padding: 4rem 0;
}.id-user-feedback h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 3rem;
}.id-user-feedback .id-user-reviews {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 767px) {.id-user-feedback {
    padding: 3rem 0;
}.id-user-feedback::before,
    .id-user-feedback::after {
    height: 50%;
    width: 70%;
}.id-user-feedback h2 {
    margin-bottom: 2.5rem;
    font-size: calc(33px * 0.8);
}.id-user-feedback h2::after {
    width: 5rem;
}.id-user-feedback .id-user-reviews {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.id-user-feedback .id-rating-spot {
    padding: 1.5rem;
}
}

@media (max-width: 575px) {.id-user-feedback {
    padding: 2.5rem 0;
}.id-user-feedback h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 2rem;
}.id-user-feedback h2::after {
    height: 0.2rem;
    width: 4rem;
}.id-user-feedback .id-user-reviews {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.id-user-feedback .id-rating-spot {
    padding: 1.25rem;
}.id-user-feedback .id-rating-spot:hover {
    transform: translateY(-5px) rotateX(1deg);
}
}

@media (hover: none) {.id-user-feedback .id-rating-spot:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: none;
}.id-user-feedback .id-rating-spot:hover h3::after {
    width: 0;
}.id-user-feedback .id-rating-spot:hover div::before {
    opacity: 0;
}.id-user-feedback .id-rating-spot:hover div img {
    transform: none;
}
}

@media (prefers-reduced-motion) {.id-user-feedback .id-rating-spot,
    .id-user-feedback .id-rating-spot div img,
    .id-user-feedback .id-rating-spot h3::after,
    .id-user-feedback h2 {
    transition: none;
}.id-user-feedback .id-rating-spot:hover {
    transform: none;
}.id-user-feedback .id-rating-spot:hover div img {
    transform: none;
}
}