* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1174px;
    max-width: 100%;
    margin: auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 2px;
    width: 15px;
}::-webkit-scrollbar-track {
    border-radius: 1%;
    box-shadow: inset 4px 0px 3px 0px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    box-shadow: -3px -4px 5px 8px rgba(0, 0, 0, 0.7);
    animation: pulse_scrollbar 4.9s ease-in-out 3;
    transition: background, border-radius 3.5s ease-in;
    background: rgb(152,173,152,0.5);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(191,208,191,0.5);
    box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.6);
    background: rgb(152,173,152,0.5);
}html {
    scrollbar-color: rgb(191,208,191,0.5) rgb(152,173,152);
    scrollbar-width: auto;
}.peer_help {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.wrapper-padding {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.nav_master {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.reach_out {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.reach_out::before {
    left: 0;
    height: 100%;
    backdrop-filter: blur(10px);
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background-color: rgb(191,208,191,0.5);
}.reach_out::after {
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    pointer-events: none;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(152,173,152,0.5) 0%, transparent 50%, rgb(191,208,191,0.5) 100%);
}.reach_out .container {
    z-index: 3;
    width: 90%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.reach_out .feedback_query {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: space-between;
    display: flex;
    backdrop-filter: blur(15px);
    overflow: hidden;
    gap: 30px;
}.reach_out .help_card {
    position: relative;
    background: linear-gradient(to bottom right, rgb(191,208,191), rgb(152,173,152));
    width: 40%;
    padding: 60px 40px;
    overflow: hidden;
}.reach_out .help_card::before {
    content: '';
    border-radius: 50%;
    height: 200px;
    opacity: 0.4;
    width: 200px;
    position: absolute;
    right: -100px;
    background: rgb(152,173,152);
    top: -100px;
}.reach_out .help_card::after {
    height: 150px;
    opacity: 0.3;
    width: 150px;
    position: absolute;
    bottom: -75px;
    content: '';
    background: rgb(191,208,191);
    left: -75px;
    border-radius: 50%;
}.reach_out .help_card h3 {
    font-weight: 700;
    z-index: 5;
    color: #ffffff;
    font-size: 28px;
    position: relative;
    margin-bottom: 40px;
}.reach_out .help_card div {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    z-index: 5;
}.reach_out .help_card div:hover {
    transform: translateX(10px);
}.reach_out .help_card div svg {
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.reach_out .help_card div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.reach_out .help_card div:hover svg path {
    fill: rgb(225,233,225);
}.reach_out .help_card div span {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}.reach_out .help_card div span a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}.reach_out .help_card div span a:hover {
    text-decoration: underline;
    color: rgb(225,233,225);
}.reach_out .connect_message {
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    width: 60%;
    padding: 60px 40px;
}.reach_out .connect_message::before {
    top: 0;
    background: linear-gradient(to right, rgb(191,208,191), rgb(152,173,152));
    position: absolute;
    left: 0;
    height: 5px;
    width: 100%;
    content: '';
}.reach_out .connect_message h3 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color: #ffffff;
}.reach_out .connect_message h3::after {
    left: 0;
    background: rgb(152,173,152);
    width: 50px;
    height: 3px;
    position: absolute;
    content: '';
    bottom: -10px;
}.reach_out form {
    flex-direction: column;
    width: 100%;
    display: flex;
}.reach_out form input[type="text"],
.reach_out form input[type="email"] {
    transition: all 0.3s ease;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: 1px solid transparent;
    color: #ffffff;
    padding: 16px 20px;
    margin-bottom: 20px;
}.reach_out form input[type="text"]:focus,
.reach_out form input[type="email"]:focus {
    border-color: rgb(152,173,152);
    outline: none;
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 15px rgba(rgb(152,173,152), 0.2);
}.reach_out form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.reach_out .feedback_inquiry {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
    position: relative;
}.reach_out .feedback_inquiry input[type="checkbox"] {
    height: 0;
    width: 0;
    cursor: pointer;
    position: absolute;
    opacity: 0;
}.reach_out .feedback_inquiry label {
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 35px;
}.reach_out .feedback_inquiry label::before {
    width: 22px;
    content: '';
    border-radius: 10px;
    border: 2px solid rgb(152,173,152);
    background: transparent;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    top: 2px;
    height: 22px;
}.reach_out .feedback_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(152,173,152);
}.reach_out .feedback_inquiry input[type="checkbox"]:checked + label::after {
    border: solid white;
    top: 5px;
    width: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    height: 12px;
    content: '';
    left: 8px;
}.reach_out .feedback_inquiry label a {
    color: rgb(152,173,152);
    text-decoration: none;
    transition: color 0.3s ease;
}.reach_out .feedback_inquiry label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.reach_out form .request_info {
    padding: 16px 30px;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    background: linear-gradient(to right, rgb(191,208,191), rgb(152,173,152));
}.reach_out form .request_info::before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    left: -100%;
}.reach_out form .request_info:hover::before {
    left: 100%;
}.reach_out form .request_info:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.reach_out .help_card div:nth-child(2) {
    animation: float 5s infinite ease-in-out;
}.reach_out .help_card div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.reach_out .help_card div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}.reach_out .help_card div:nth-child(5) {
    animation: float 8s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.reach_out {
    padding: 80px 0;
}.reach_out .feedback_query {
    flex-direction: column;
}.reach_out .help_card,
    .reach_out .connect_message {
    width: 100%;
    padding: 40px 30px;
}.reach_out .help_card h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.reach_out .help_card div {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 576px) {.reach_out {
    padding: 60px 0;
}.reach_out .container {
    width: 95%;
}.reach_out .help_card,
    .reach_out .connect_message {
    padding: 30px 20px;
}.reach_out .help_card h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.reach_out .connect_message h3 {
    font-size: calc(18px * 0.9);
}.reach_out form input[type="text"],
    .reach_out form input[type="email"] {
    padding: 14px 16px;
    margin-bottom: 15px;
}.reach_out .feedback_inquiry label {
    font-size: calc(15px * 0.9);
}.reach_out form .request_info {
    padding: 14px 20px;
}}.privacy_bunker {
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgba(255,255,255,0.96) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.privacy_bunker::before {
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    opacity: 0.15;
    height: 100%;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 100% 0%, rgb(191,208,191,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(152,173,152,0.5) 0%, transparent 50%);
}.privacy_bunker .container {
    position: relative;
    z-index: 1;
    transform: translateZ(0);
    padding: 3rem;
    border-left: 4px solid rgb(191,208,191);
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    margin: 0 auto;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    max-width: 1140px;
}.privacy_bunker h1 {
    font-size: 41px;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    transform: translateX(0);
    font-weight: 700;
    transition: transform 0.5s ease-out;
    color: #000000;
}.privacy_bunker h1::after {
    content: "";
    width: 80px;
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(191,208,191), rgb(152,173,152));
    left: 0;
    transition: width 0.5s ease-out;
}.privacy_bunker h1:hover {
    transform: translateX(5px);
}.privacy_bunker h1:hover::after {
    width: 120px;
}.privacy_bunker h2 {
    color: #000000;
    border-left: 3px solid rgb(152,173,152);
    font-size: 36px;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
}.privacy_bunker h3 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    border-left: 2px solid rgb(152,173,152,0.5);
    color: #000000;
    font-size: calc(36px * 0.8);
    padding-left: 1rem;
    position: relative;
}.privacy_bunker h4 {
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    position: relative;
    color: #000000;
    padding-left: 0.75rem;
    font-size: calc(36px * 0.7);
    border-left: 1px solid rgb(152,173,152,0.5);
}.privacy_bunker p {
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    transition: transform 0.4s ease;
    font-family: Arial, sans-serif;
    position: relative;
}.privacy_bunker p:hover {
    transform: translateX(5px);
}.privacy_bunker strong {
    color: rgb(191,208,191);
    position: relative;
    font-weight: 700;
}.privacy_bunker strong::after {
    bottom: -2px;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(191,208,191);
    height: 1px;
    position: absolute;
    content: "";
}.privacy_bunker p:hover strong::after {
    width: 100%;
}.privacy_bunker ul {
    padding-left: 0;
    margin: 1.5rem 0 2rem 1rem;
}.privacy_bunker li {
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.6;
    position: relative;
    padding-left: 1.5rem;
    font-size: 18px;
    list-style-type: none;
}.privacy_bunker li::before {
    height: 8px;
    content: "";
    top: 0.6rem;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
    background: linear-gradient(135deg, rgb(191,208,191), rgb(152,173,152));
    left: 0;
    transition: transform 0.3s ease;
}.privacy_bunker li:hover {
    transform: translateX(8px);
}.privacy_bunker li:hover::before {
    transform: rotate(225deg);
}.privacy_bunker span {
    font-size: calc(18px * 0.95);
    color: #000000;
    display: block;
    transition: transform 0.3s ease-out, background 0.3s ease;
    line-height: 1.7;
    padding: 0.75rem 1rem;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) rotateX(0);
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(225,233,225), 0.3), transparent);
    border-left: 2px solid rgb(152,173,152,0.5);
}.privacy_bunker span:hover {
    transform: perspective(1000px) rotateX(1deg);
    background: linear-gradient(to right, rgba(rgb(225,233,225), 0.5), transparent);
}

@media (max-width: 991px) {.privacy_bunker {
    padding: 4rem 1.5rem;
}.privacy_bunker .container {
    padding: 2.5rem 2rem;
}.privacy_bunker h1 {
    font-size: calc(41px * 0.9);
}.privacy_bunker h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.privacy_bunker {
    padding: 3rem 1rem;
}.privacy_bunker .container {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.privacy_bunker h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_bunker h2 {
    font-size: calc(36px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_bunker h3 {
    font-size: calc(36px * 0.7);
}.privacy_bunker h4 {
    font-size: calc(36px * 0.6);
}.privacy_bunker ul {
    margin-left: 0.5rem;
}.privacy_bunker li {
    padding-left: 1.25rem;
}.privacy_bunker p, .privacy_bunker span, .privacy_bunker li {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.privacy_bunker {
    padding: 2rem 0.75rem;
}.privacy_bunker .container {
    padding: 1.5rem 1rem;
}.privacy_bunker h1 {
    font-size: calc(41px * 0.7);
}.privacy_bunker h2 {
    font-size: calc(36px * 0.7);
    padding-left: 0.75rem;
}.privacy_bunker h3, .privacy_bunker h4 {
    padding-left: 0.5rem;
}.privacy_bunker p, .privacy_bunker span, .privacy_bunker li {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.privacy_bunker li {
    padding-left: 1rem;
}.privacy_bunker li::before {
    height: 6px;
    width: 6px;
}}.course_summary {
    background: rgb(225,233,225);
    position: relative;
    overflow: hidden;
    padding: 140px 0;
}.course_summary::before {
    right: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    top: 0;
    opacity: 0.15;
    background: 
        linear-gradient(45deg, rgb(191,208,191,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(152,173,152,0.5) 100%);
}.course_summary .container {
    position: relative;
    z-index: 2;
}.course_summary .skill_academy {
    display: flex;
    flex-direction: column;
    position: relative;
}.course_summary .snippet_wrap {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    order: 2;
    position: relative;
    padding: 40px;
    margin: -80px auto 0;
    z-index: 3;
    width: 80%;
    background: #ffffff;
}.course_summary .snippet_wrap h2 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
}.course_summary .snippet_wrap h2::after {
    content: '';
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(191,208,191), rgb(152,173,152));
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    width: 80px;
}.course_summary .snippet_wrap .description {
    text-align: center;
    color: #000000;
    line-height: 1.75;
    margin-bottom: 20px;
    font-size: 13px;
}.course_summary .snippet_wrap .description:last-of-type {
    padding-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}.course_summary .photo_thumbnail {
    transform-origin: bottom;
    width: 100%;
    overflow: hidden;
    transform: perspective(1000px) rotateX(5deg);
    height: 500px;
    order: 1;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    margin: 0 auto;
}.course_summary .photo_thumbnail::before {
    bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
}.course_summary .photo_thumbnail::after {
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    position: absolute;
    height: 30%;
    left: 0;
    content: '';
}.course_summary .skill_academy::before {
    height: 60px;
    z-index: 1;
    left: 10%;
    position: absolute;
    width: 60px;
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
    border: 2px solid rgb(191,208,191,0.5);
    top: 20px;
    content: '';
}.course_summary .skill_academy::after {
    right: 15%;
    animation: float 6s ease-in-out infinite;
    position: absolute;
    bottom: 50px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgb(152,173,152,0.5);
    z-index: 1;
    content: '';
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {.course_summary .snippet_wrap::before {
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(191,208,191,0.5), transparent);
    transform: translateY(130px) rotate(90deg);
    top: 0;
    width: 200px;
    left: -160px;
    height: 3px;
    z-index: 1;
    content: '';
}.course_summary .snippet_wrap::after {
    top: 0;
    transform: translateY(130px) rotate(90deg);
    position: absolute;
    z-index: 1;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(152,173,152,0.5), transparent);
    content: '';
    width: 200px;
    right: -160px;
}
}

@media (max-width: 1200px) {.course_summary .snippet_wrap {
    width: 70%;
}
}

@media (max-width: 992px) {.course_summary {
    padding: 100px 0;
}.course_summary .snippet_wrap {
    padding: 30px;
    width: 80%;
}.course_summary .photo_thumbnail {
    height: 350px;
}
}

@media (max-width: 768px) {.course_summary {
    padding: 80px 0;
}.course_summary .snippet_wrap {
    margin-top: -50px;
    padding: 25px;
    width: 90%;
}.course_summary .photo_thumbnail {
    transform: perspective(1000px) rotateX(3deg);
    height: 300px;
    width: 100%;
}.course_summary .skill_academy::before,
    .course_summary .skill_academy::after {
    display: none;
}
}

@media (max-width: 576px) {.course_summary {
    padding: 60px 0;
}.course_summary .snippet_wrap {
    width: 100%;
    padding: 20px;
    margin-top: -30px;
}.course_summary .photo_thumbnail {
    transform: none;
    height: 250px;
}.course_summary .snippet_wrap h2 {
    font-size: calc(31px * 0.85);
}.course_summary .snippet_wrap .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.audience_profile {
    padding: 6rem 0;
    background-color: rgb(225,233,225);
    z-index: 1;
    position: relative;
    overflow: hidden;
}.audience_profile::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
}.audience_profile::after {
    width: 100%;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(191,208,191,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(152,173,152,0.5), 0.1) 0%, transparent 40%);
    height: 100%;
    z-index: -1;
    animation: cloudMove 25s infinite alternate ease-in-out;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.audience_profile .method_ped {
    flex-direction: column;
    max-width: 1100px;
    display: flex;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    align-items: center;
}.audience_profile h3 {
    font-weight: 600;
    color: rgb(191,208,191);
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 4rem;
    font-size: 38px;
    position: relative;
    opacity: 0.9;
}.audience_profile h3::after {
    width: 50px;
    background: rgb(191,208,191);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    opacity: 0.6;
    position: absolute;
    bottom: -15px;
    height: 2px;
}.audience_profile ul {
    width: 100%;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 0;
}.audience_profile li {
    border-radius: 30px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    padding: 2rem;
    text-align: center;
    overflow: hidden;
    background: rgba(#ffffff, 0.08);
    border: 1px solid rgba(#ffffff, 0.1);
    backdrop-filter: blur(10px);
    align-items: center;
    flex-direction: column;
    display: flex;
}.audience_profile li::before {
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: -1;
    left: 0;
}.audience_profile li:hover {
    transform: translateY(-10px);
    border-color: rgba(rgb(191,208,191,0.5), 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
}.audience_profile li:hover::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(191,208,191) 0%,
        rgb(152,173,152) 100%
    );
    height: 4px;
    width: 100%;
    position: absolute;
    content: "";
}.audience_profile li svg {
    height: 50px;
    transition: all 0.5s ease;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    fill: rgb(152,173,152);
    width: 50px;
}.audience_profile li svg path {
    fill: rgb(152,173,152);
    transition: fill 0.5s ease;
}.audience_profile li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}.audience_profile li:hover svg path {
    fill: rgb(191,208,191);
}.audience_profile li {
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.audience_profile ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.audience_profile {
    padding: 5rem 0;
}.audience_profile h3 {
    margin-bottom: 3.5rem;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.audience_profile {
    padding: 4rem 0;
}.audience_profile .method_ped {
    padding: 0 1.5rem;
}.audience_profile h3 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.8);
}.audience_profile ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.audience_profile li {
    padding: 1.5rem;
}.audience_profile li svg {
    width: 45px;
    height: 45px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 480px) {.audience_profile {
    padding: 3rem 0;
}.audience_profile .method_ped {
    padding: 0 1rem;
}.audience_profile h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.7);
}.audience_profile li {
    padding: 1.25rem;
}.audience_profile li svg {
    height: 40px;
    width: 40px;
    margin-bottom: 1rem;
}}footer {
    width: 100%;
    position: relative;
}.peer_help {
    color: #ffffff;
    position: relative;
    background-color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}.peer_help::before {
    transform: rotate(45deg);
    content: "";
    right: -100px;
    position: absolute;
    height: 500px;
    opacity: 0.4;
    width: 500px;
    top: -100px;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
}.peer_help::after {
    transform: rotate(30deg);
    opacity: 0.2;
    height: 300px;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(152,173,152,0.5) 15px,
        rgb(152,173,152,0.5) 30px
    );
    bottom: -50px;
    width: 300px;
    position: absolute;
    left: -50px;
    content: "";
}footer .search_foot {
    position: relative;
    z-index: 1;
}footer .reach_us5wDa {
    display: grid;
    border-left: 4px solid rgb(191,208,191);
    border-radius: 0 11px 11px 0;
    padding: 30px;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .info_item {
    align-items: center;
    display: flex;
}footer .info_item svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: rgb(191,208,191);
}footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(191,208,191);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 50px;
    display: grid;
}footer .top_mainwrap {
    position: relative;
}footer .top_mainwrap::after {
    left: 0;
    content: "";
    background-color: rgb(191,208,191);
    position: absolute;
    height: 3px;
    bottom: -30px;
    width: 30%;
}footer .top_mainwrap svg {
    margin-bottom: 20px;
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .tiktok_edu {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 330px;
    font-size: 14px;
}footer .head_primary {
    position: relative;
}footer .head_primary h5 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    color: #ffffff;
}footer .head_primary h5::after {
    background-color: rgb(191,208,191);
    position: absolute;
    content: "";
    bottom: -10px;
    width: 40px;
    left: 0;
    height: 3px;
}footer .nav_know {
    margin-bottom: 30px;
}footer .nav_know a {
    font-size: 14px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}footer .nav_know a:hover {
    color: #ffffff;
    padding-left: 10px;
    border-bottom-color: rgb(191,208,191,0.5);
}footer .subscribe_holder {
    border-radius: 11px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 35px;
}footer .subscribe_holder::before {
    position: absolute;
    bottom: 0;
    opacity: 0.1;
    top: 0;
    border-radius: 11px;
    content: "";
    background: linear-gradient(135deg, rgb(191,208,191,0.5), transparent);
    right: 0;
    left: 0;
}footer .subscribe_holder h5 {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    transition: all 0.3s ease;
    font-size: 14px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(191,208,191);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .newsletter_box {
    font-size: 19px;
    text-transform: uppercase;
    background-color: rgb(191,208,191);
    border-radius: 10px;
    color: #ffffff;
    padding: 15px 20px;
    cursor: pointer;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    border: none;
}footer .newsletter_box::after {
    transition: all 0.7s ease;
    width: 30px;
    height: 300px;
    top: -100px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    transform: rotate(45deg);
    left: -100px;
    content: "";
}footer .newsletter_box:hover {
    background-color: rgb(152,173,152);
}footer .newsletter_box:hover::after {
    left: 120%;
}footer .exam_prep {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
}footer .mobile_cta {
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .newsletter_box {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .peer_help {
    padding: 60px 0 30px;
}footer .reach_us5wDa {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    padding: 20px;
}footer .head_primary h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .head_primary h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .exam_prep {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .peer_help {
    padding: 50px 0 20px;
}footer .reach_us5wDa {
    margin-bottom: 30px;
    padding: 15px;
}footer .top_mainwrap::after {
    width: 50px;
}footer .head_primary h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .nav_know a, footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .newsletter_box {
    padding: 12px 15px;
}}.consentNotificationBox {
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    background: rgb(225,233,225);
    z-index: 90;
    position: fixed;
    border-top: 3px solid rgb(191,208,191);
}.cookie_explained {
    padding: 20px 15px;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.visitor_privacy {
    margin-right: 15px;
    flex-shrink: 0;
}.visitor_privacy svg {
    transition: fill 0.3s ease;
    width: 60px;
    fill: rgb(191,208,191);
    height: 60px;
}.visitor_privacy svg:hover {
    fill: rgb(152,173,152);
}.track_optin {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.consentNotificationBox h5 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgb(191,208,191);
}.consentNotificationBox p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
}.cookie_rules {
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    margin-left: 10px;
    background: rgb(191,208,191);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 17px;
}.cookie_rules:hover {
    background: rgb(152,173,152);
    box-shadow: 0 0 10px rgb(152,173,152,0.5);
}#cookies_confirmation_btn {
    background: rgb(191,208,191);
}#refuse_cookies_collection {
    background: rgba(0, 0, 0, 0.5);
}.consentNotificationBox p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(191,208,191);
}.consentNotificationBox p a:hover {
    color: rgb(152,173,152);
}
@media only screen and (max-width: 1200px) {.cookie_explained {
    align-items: center;
    flex-direction: column;
}.visitor_privacy {
    margin-bottom: 15px;
}.track_optin {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_rules {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.cookie_explained {
    padding: 15px;
}.visitor_privacy {
    display: none;
}.consentNotificationBox h5 {
    font-size: 16px;
}.consentNotificationBox p {
    font-size: 15px;
}}
#cookie_announcement {
    display: none;
}#cookie_announcement:checked ~ .consentNotificationBox {
    visibility: hidden;
    opacity: 0;
}.thanksPart {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,208,191,0.5), rgb(152,173,152) 120%);
}.thanksPart::before {
    background: rgb(255, 255, 255, 0.5);
    pointer-events: none;
    position: absolute;
    opacity: 0.05;
    content: "";
    width: 50%;
    transform: rotate(-15deg);
    top: -10%;
    right: -10%;
    height: 60%;
}.thanksPart::after {
    left: -5%;
    height: 30%;
    transform: rotate(10deg);
    opacity: 0.1;
    pointer-events: none;
    width: 40%;
    position: absolute;
    content: "";
    bottom: -5%;
    background: rgb(191,208,191);
}.thanksPart .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.thanksPart .method_ped {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    gap: 40px;
    display: flex;
    position: relative;
    transform: translateY(0);
    padding: 60px 50px;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    flex-direction: column;
}.thanksPart .method_ped:hover {
    transform: translateY(-5px);
}.thanksPart .method_ped::before {
    left: 0;
    width: 4px;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(191,208,191), rgb(152,173,152));
}.thanksPart .method_ped div:first-child {
    padding-bottom: 25px;
    position: relative;
}.thanksPart .method_ped div:first-child::after {
    background: rgb(191,208,191,0.5);
    height: 2px;
    content: "";
    bottom: 0;
    width: 80px;
    left: 0;
    position: absolute;
}.thanksPart .method_ped h5 {
    color: #000000;
    margin: 0;
    font-size: 24px;
    transition: transform 0.4s ease-out;
    font-weight: 700;
    transform: translateX(0);
    line-height: 1.4;
}.thanksPart .method_ped:hover h5 {
    transform: translateX(8px);
}.thanksPart .method_ped div:last-child {
    position: relative;
}.thanksPart .method_ped a {
    text-decoration: none;
    display: block;
    transition: all 0.4s ease;
}.thanksPart .method_ped p {
    transition: color 0.3s ease;
    color: #000000;
    z-index: 1;
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
}.thanksPart .method_ped a:hover p {
    color: rgb(191,208,191);
}.thanksPart .method_ped a::before {
    right: -10px;
    background: linear-gradient(135deg, transparent, rgb(152,173,152,0.5) 60%);
    width: 40%;
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0;
    bottom: -10px;
    height: 40%;
    z-index: 0;
    content: "";
}.thanksPart .method_ped a:hover::before {
    opacity: 0.1;
}

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

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

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

@media (prefers-reduced-motion: reduce) {.thanksPart .method_ped,
    .thanksPart .method_ped h5,
    .thanksPart .method_ped a::before,
    .thanksPart .method_ped a p {
    transition: none;
}.thanksPart .method_ped:hover,
    .thanksPart .method_ped:hover h5 {
    transform: none;
}}.title_screen {
    position: relative;
    display: flex;
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,173,152,0.5), rgba(0, 0, 0, 0.5));
    justify-content: center;
}.title_screen::before {
    position: absolute;
    content: "";
    opacity: 0.05;
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(191,208,191,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(191,208,191,0.5) 12px
  );
    width: 100%;
    z-index: 1;
    animation: subtleShift 20s infinite linear;
    height: 100%;
    top: 0;
}.title_screen::after {
    width: 100%;
    right: -50%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    top: -50%;
    position: absolute;
    height: 100%;
    content: "";
    background: radial-gradient(
    circle at center,
    rgb(152,173,152) 0%,
    transparent 70%
  );
    z-index: 0;
    transform: scale(2);
    opacity: 0.1;
}.title_screen .online_skills {
    position: relative;
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem;
    max-width: 1200px;
    width: 90%;
    gap: 2rem;
    z-index: 3;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
}.title_screen .online_skills > div:first-child {
    animation: slideInFromLeft 1s ease-out forwards;
    backdrop-filter: blur(8px);
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.5),
    0 1px 0 rgb(152,173,152,0.5) inset;
    transform: translateZ(20px);
    position: relative;
    background: linear-gradient(
    145deg, 
    rgb(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.85) 100%
  );
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    padding: 1.5rem;
}.title_screen .online_skills > div:first-child p {
    font-size: calc(12px * 1.2);
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
}.title_screen .online_skills > div:first-child p::after {
    width: 80px;
    position: absolute;
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    background: linear-gradient(to right, rgb(191,208,191), rgb(152,173,152));
    bottom: -10px;
    left: 0;
}.title_screen .mastery_zone {
    transform: translateZ(40px);
    z-index: 4;
    animation: fadeInUp 1.2s ease-out forwards;
    position: relative;
}.title_screen .mastery_zone > div {
    position: relative;
    overflow: hidden;
    border-left: 4px solid rgb(191,208,191);
    padding: 2.5rem;
}.title_screen .mastery_zone > div::before {
    background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}.title_screen .mastery_zone h3 {
    transform: translateY(10px);
    font-weight: 400;
    z-index: 2;
    color: #ffffff;
    position: relative;
    animation: fadeSlideUp 0.8s 0.5s forwards ease;
    padding-right: 2rem;
    opacity: 0;
    margin: 0 0 2rem 0;
    font-size: calc(24px * 1.1);
    line-height: 1.5;
}.title_screen .mastery_zone h3::before {
    content: "";
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    background: rgb(191,208,191);
    width: 12px;
    left: -2rem;
    height: 12px;
    position: absolute;
}.title_screen .title_style_header {
    animation: slideRightFade 1s 0.8s forwards ease-out;
    padding: 1.5rem 0;
    opacity: 0;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    transform: translateX(-10px);
    margin: 0;
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 2;
    font-size: calc(30px * 1.2);
}.title_screen .title_style_header::after {
    height: 4px;
    background: linear-gradient(to right, rgb(191,208,191), rgb(152,173,152));
    width: 0;
    position: absolute;
    content: "";
    left: 0;
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.25, 0.1, 0.25, 1);
    bottom: 0;
}

@keyframes lineGrow {
  from { width: 0; }
  to { width: 180px; }
}

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

@keyframes pulseGlow {
  0% { transform: scale(2); opacity: 0.05; }
  50% { transform: scale(2.2); opacity: 0.15; }
  100% { transform: scale(2); opacity: 0.05; }
}

@keyframes slideInFromLeft {
  0% { transform: translateX(-30px) translateZ(20px); opacity: 0; }
  100% { transform: translateX(0) translateZ(20px); opacity: 1; }
}

@keyframes fadeInUp {
  0% { transform: translateY(30px) translateZ(40px); opacity: 0; }
  100% { transform: translateY(0) translateZ(40px); opacity: 1; }
}

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

@keyframes slideRightFade {
  0% { transform: translateX(-20px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@media (min-width: 768px) {.title_screen .online_skills {
    padding: 4rem 2rem;
    gap: 3rem;
    transform: perspective(1000px) rotateX(3deg);
    grid-template-columns: 1fr 1.5fr;
}.title_screen .online_skills > div:first-child {
    display: flex;
    align-items: center;
    padding: 2rem;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}.title_screen .online_skills > div:first-child p {
    line-height: 1.7;
    font-size: calc(12px * 1.3);
}.title_screen .mastery_zone > div {
    transition: transform 0.5s ease;
    border-left: 6px solid rgb(191,208,191);
    box-shadow: 0 20px 40px -20px #000000;
    padding: 3rem;
}.title_screen .mastery_zone > div:hover {
    transform: translateY(-5px);
}.title_screen .mastery_zone h3 {
    font-size: 24px;
    padding-right: 3rem;
}.title_screen .title_style_header {
    font-size: 48px;
    padding: 2rem 0;
}
}

@media (min-width: 1024px) {.title_screen .online_skills {
    width: 85%;
    gap: 4rem;
    padding: 5rem 2rem;
}.title_screen .online_skills > div:first-child {
    margin-top: -2rem;
    padding: 2.5rem;
}.title_screen .mastery_zone > div {
    padding: 4rem;
}.title_screen .mastery_zone h3 {
    margin-bottom: 3rem;
}.title_screen .title_style_header::after {
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.25, 0.1, 0.25, 1);
}
  
  @keyframes lineGrow {
    from { width: 0; }
    to { width: 220px; }
  }
}

@media (min-width: 1400px) {.title_screen .online_skills {
    max-width: 1400px;
    gap: 5rem;
}.title_screen .online_skills > div:first-child p {
    font-size: calc(12px * 1.4);
}.title_screen .mastery_zone > div {
    padding: 5rem;
}.title_screen .title_style_header {
    font-size: calc(48px * 1.1);
}
}

@media (max-width: 767px) {.title_screen {
    padding: 3rem 0;
}.title_screen .online_skills {
    padding: 2rem 1rem;
    gap: 2rem;
}.title_screen .online_skills > div:first-child {
    padding: 1.25rem;
}.title_screen .online_skills > div:first-child p {
    font-size: 12px;
}.title_screen .mastery_zone > div {
    padding: 2rem 1.5rem;
}.title_screen .mastery_zone h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 1.5rem;
}.title_screen .title_style_header {
    font-size: calc(30px * 0.9);
    padding: 1rem 0;
}.title_screen .title_style_header::after {
    height: 3px;
}@keyframes lineGrow {
    from { width: 0; }
    to { width: 120px; }
  }
}.pricing_structure {
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
}.pricing_structure::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
}.pricing_structure .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
}.discount_deals {
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
}.pricing_structure h2 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 38px;
    transform: translateX(-10px);
    color: #ffffff;
}.pricing_structure h2::after {
    content: "";
    width: 60px;
    transform: skewX(-20deg);
    position: absolute;
    bottom: -10px;
    height: 4px;
    background: rgb(191,208,191);
    left: 0;
}.pricing_structure .pricing_list {
    transform: translateX(10px);
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    max-width: 80%;
}.pricing_structure .pricing_schemes {
    display: grid;
    margin: 0;
    list-style: none;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 30px;
    padding: 0;
}.pricing_structure .pricing_schemes li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pricing_structure .pricing_schemes li:hover {
    transform: translateY(-10px) scale(1.02);
    z-index: 5;
}.pricing_structure .value_rates {
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #000000;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    position: relative;
}.pricing_structure .training_fees {
    position: relative;
    padding: 30px;
    overflow: hidden;
    min-height: 450px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease-out;
    flex-direction: column;
    height: 100%;
    display: flex;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
}.pricing_structure .value_rates:hover .training_fees {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
}.pricing_structure .training_fees::after {
    top: 0;
    background: rgb(152,173,152);
    content: "";
    transition: transform 0.5s ease;
    position: absolute;
    width: 100px;
    right: 0;
    height: 100px;
    transform: rotate(45deg) translate(30px, -80px);
    opacity: 0.1;
}.pricing_structure .value_rates:hover .training_fees::after {
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
    opacity: 0.15;
}.pricing_structure .learn_pricing {
    flex-direction: column;
    position: relative;
    flex: 1;
    z-index: 2;
    display: flex;
}.pricing_structure .learn_pricing h4 {
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-top: 0;
    transform: translateX(-5px);
    position: relative;
    letter-spacing: 0.5px;
    color: rgb(191,208,191);
    font-size: calc(21px + 2px);
}.pricing_structure .learn_pricing h4::after {
    transform: skewX(-15deg);
    content: "";
    bottom: 0;
    height: 3px;
    position: absolute;
    width: 40px;
    background: rgb(152,173,152);
    left: 0;
}.pricing_structure .learn_pricing p {
    overflow-wrap: break-word;
    margin-bottom: 25px;
    line-height: 1.5;
    color: #000000;
    hyphens: auto;
    flex-grow: 1;
    word-wrap: break-word;
    font-size: 15px;
}.pricing_structure .cost_summary {
    font-weight: 700;
    transition: color 0.3s ease;
    margin-bottom: 0;
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-size: calc(21px + 6px);
    color: rgb(152,173,152);
    display: block;
    padding: 15px 0 0;
    margin-top: auto;
}.pricing_structure .value_rates:hover .cost_summary {
    transform: translateY(-5px);
    color: rgb(191,208,191);
}.pricing_structure .cost_summary::before {
    transform: translateY(-1px);
    position: absolute;
    left: 0;
    content: "";
    width: 30px;
    top: 0;
    height: 1px;
    background: rgb(191,208,191);
}

@media (max-width: 991px) {.pricing_structure {
    padding: 80px 0;
}.discount_deals {
    transform: perspective(1000px) rotateX(1deg);
}.pricing_structure .pricing_list {
    transform: translateX(5px);
    max-width: 90%;
}.pricing_structure .pricing_schemes {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.pricing_structure .training_fees {
    min-height: 400px;
    padding: 25px;
}
}

@media (max-width: 767px) {.pricing_structure {
    padding: 60px 0;
}.discount_deals {
    transform: none;
}.pricing_structure h2 {
    font-size: calc(38px - 4px);
    transform: none;
}.pricing_structure .pricing_list {
    margin-bottom: 30px;
    transform: none;
    max-width: 100%;
}.pricing_structure .pricing_schemes {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_structure .training_fees {
    padding: 20px;
    min-height: 350px;
}.pricing_structure .learn_pricing h4 {
    transform: none;
}.pricing_structure .learn_pricing p {
    font-size: calc(15px - 1px);
}.pricing_structure .cost_summary {
    font-size: calc(21px + 4px);
}
}

@media (max-width: 480px) {.pricing_structure {
    padding: 40px 0;
}.pricing_structure h2 {
    font-size: calc(38px - 6px);
}.pricing_structure .pricing_schemes {
    margin-top: 20px;
}.pricing_structure .training_fees {
    padding: 15px;
}.pricing_structure .learn_pricing h4 {
    margin-bottom: 15px;
    font-size: 21px;
}.pricing_structure .learn_pricing p {
    margin-bottom: 20px;
    font-size: calc(15px - 2px);
}}.learning_outcomes {
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgba(255,255,255,0.92) 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.learning_outcomes::before {
    content: "";
    background-image: radial-gradient(circle at 10% 10%, rgb(191,208,191,0.5) 0%, transparent 60%),
                      radial-gradient(circle at 90% 90%, rgb(152,173,152,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.08;
    z-index: 0;
}.learning_outcomes h5 {
    font-weight: 600;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-left: auto;
    text-align: center;
    max-width: 850px;
    margin-right: auto;
    position: relative;
    font-size: 23px;
    transform: translateY(0);
    color: #000000;
    line-height: 1.5;
    margin-bottom: 60px;
}.learning_outcomes h5::after {
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    bottom: -20px;
    left: 50%;
    border-radius: 10px;
    width: 80px;
    content: "";
    transform: translateX(-50%);
}.learning_outcomes .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.learning_outcomes .method_ped {
    gap: 40px;
    align-items: center;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.learning_outcomes .photo_thumbnail {
    object-fit: cover;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    border-radius: 19px;
    height: auto;
    width: 100%;
}.learning_outcomes .method_ped:hover .photo_thumbnail {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.learning_outcomes .snippet_wrap {
    backdrop-filter: blur(10px);
    position: relative;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    z-index: 2;
    border-radius: 19px;
}.learning_outcomes .snippet_wrap::before {
    background: linear-gradient(135deg, rgb(191,208,191,0.5), rgb(152,173,152,0.5));
    left: -5px;
    content: "";
    filter: blur(10px);
    z-index: -1;
    transition: opacity 0.3s ease;
    bottom: -5px;
    opacity: 0.5;
    border-radius: calc(19px + 5px);
    top: -5px;
    position: absolute;
    right: -5px;
}.learning_outcomes .snippet_wrap:hover::before {
    opacity: 0.8;
}.learning_outcomes ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
    list-style: none;
    grid-template-columns: 1fr;
}.learning_outcomes li {
    position: relative;
    transition: transform 0.3s ease;
}.learning_outcomes li:hover {
    transform: translateX(5px);
}.learning_outcomes li div {
    display: flex;
    align-items: flex-start;
}.learning_outcomes li p {
    font-weight: 400;
    align-items: flex-start;
    line-height: 1.6;
    gap: 15px;
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 16px;
    display: flex;
}.learning_outcomes li p svg {
    transform: scale(0.95);
    transition: transform 0.3s ease, filter 0.3s ease;
    position: relative;
    margin-top: 3px;
    flex-shrink: 0;
}.learning_outcomes li:hover p svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transform: scale(1);
}.learning_outcomes svg path {
    transition: fill 0.3s ease;
}.learning_outcomes li:hover svg path {
    fill: rgb(191,208,191);
}

@media (min-width: 768px) {.learning_outcomes .method_ped {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.learning_outcomes ul {
    grid-template-columns: repeat(2, 1fr);
}.learning_outcomes h5 {
    font-size: calc(23px * 1.1);
}
}

@media (min-width: 992px) {.learning_outcomes {
    padding: 150px 0 100px;
}.learning_outcomes .method_ped {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
}.learning_outcomes .photo_thumbnail {
    transform: perspective(1200px) rotateY(-4deg) translateZ(0);
}.learning_outcomes .snippet_wrap {
    padding: 50px;
}.learning_outcomes h5 {
    margin-bottom: 70px;
    font-size: calc(23px * 1.2);
}.learning_outcomes li p {
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.learning_outcomes {
    padding: 80px 0 60px;
}.learning_outcomes h5 {
    margin-bottom: 40px;
    font-size: calc(23px * 0.9);
}.learning_outcomes h5::after {
    width: 60px;
    bottom: -15px;
}.learning_outcomes .snippet_wrap {
    padding: 30px;
}.learning_outcomes li p {
    font-size: calc(16px * 0.95);
}.learning_outcomes .photo_thumbnail {
    max-height: 300px;
    object-position: center;
}
}

@media (max-width: 480px) {.learning_outcomes {
    padding: 60px 0 40px;
}.learning_outcomes h5 {
    font-size: calc(23px * 0.85);
    margin-bottom: 35px;
}.learning_outcomes .snippet_wrap {
    padding: 25px 20px;
}.learning_outcomes li p {
    gap: 10px;
}.learning_outcomes li p svg {
    transform: scale(0.85);
    margin-top: 2px;
}.learning_outcomes li:hover p svg {
    transform: scale(0.9);
}}header {
    overflow: visible;
    width: 100%;
    background: linear-gradient(to bottom, rgb(225,233,225), rgba(0, 0, 0, 0.5));
    z-index: 99;
    position: relative;
}header::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.1;
    content: "";
}header .head_section {
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .head_section::before {
    left: 10%;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, transparent, rgb(191,208,191), transparent);
    width: 80%;
    height: 1px;
}header .head_section .top_mainwrap {
    margin-right: 40px;
    position: relative;
    z-index: 2;
}header .head_section .top_mainwrap .head_wrap {
    display: block;
    position: relative;
    padding: 5px;
}header .head_section .top_mainwrap .head_wrap::before {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: -5px;
    content: "";
    left: -5px;
    transform: scale(0.9);
    opacity: 0;
    z-index: -1;
    top: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    bottom: -5px;
}header .head_section .top_mainwrap .head_wrap:hover::before {
    opacity: 0.1;
    transform: scale(1);
}header .head_section .top_mainwrap .head_wrap svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: auto;
    height: 45px;
}header .head_section .head_primary {
    margin: 0;
    display: flex;
    list-style: none;
    perspective: 1000px;
    padding: 0;
}header .head_section .head_primary .head_info {
    position: relative;
    margin: 0;
    transform-style: preserve-3d;
}header .head_section .head_primary .head_info a {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to bottom, transparent, transparent);
    font-size: 15px;
    font-weight: 600;
    transform-style: preserve-3d;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    display: block;
    padding: 12px 20px;
    font-family: Arial, sans-serif;
    position: relative;
}header .head_section .head_primary .head_info a::before,
header .head_section .head_primary .head_info a::after {
    pointer-events: none;
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
}header .head_section .head_primary .head_info a::before {
    transform-origin: top center;
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(191,208,191,0.5), transparent);
    opacity: 0;
}header .head_section .head_primary .head_info a::after {
    background: linear-gradient(to top, rgb(152,173,152,0.5), transparent);
    opacity: 0;
    transform-origin: bottom center;
    transform: translateZ(-2px) rotateX(-10deg);
}header .head_section .head_primary .head_info:hover a {
    color: rgb(191,208,191);
    transform: translateZ(10px);
}header .head_section .head_primary .head_info:hover a::before,
header .head_section .head_primary .head_info:hover a::after {
    opacity: 0.1;
}header .head_section .head_primary .head_info:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .head_section .head_primary .head_info:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .head_section {
    padding: 15px;
    flex-direction: column;
}header .head_section .top_mainwrap {
    margin: 0 0 15px 0;
}header .head_section .head_primary {
    flex-wrap: wrap;
    perspective: none;
    justify-content: center;
    width: 100%;
}header .head_section .head_primary .head_info a {
    font-size: calc(15px - 1px);
    transform-style: flat;
    padding: 10px 15px;
}header .head_section .head_primary .head_info:hover a {
    transform: none;
}header .head_section .head_primary .head_info a::before,
    header .head_section .head_primary .head_info a::after {
    display: none;
}
}

@media (max-width: 767px) {header .head_section .head_primary .head_info a {
    font-size: calc(15px - 2px);
    padding: 8px 12px;
}}.meet_us {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.meet_us::before {
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    bottom: 0;
    right: 0;
}.meet_us::after {
    opacity: 0.15;
    position: absolute;
    height: 300px;
    content: "";
    right: -100px;
    animation: float 18s infinite ease-in-out;
    z-index: 1;
    border: 2px solid rgb(191,208,191);
    top: -150px;
    pointer-events: none;
    width: 300px;
    transform: rotate(45deg);
}.meet_us h4 {
    font-weight: 700;
    opacity: 0;
    letter-spacing: 3px;
    position: relative;
    z-index: 2;
    transform: translateX(40px);
    color: #ffffff;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    text-transform: uppercase;
    padding-left: 60px;
    font-size: calc(19px * 1.2);
    margin-bottom: 40px;
}.meet_us h4::before {
    left: 0;
    top: 50%;
    content: "";
    height: 2px;
    background: rgb(191,208,191);
    position: absolute;
    transform: translateY(-50%);
    width: 40px;
}.meet_us .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.meet_us .snippet_wrap {
    transform: translateY(30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 50px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    border-left: 4px solid rgb(191,208,191);
    backdrop-filter: blur(8px);
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.meet_us .snippet_wrap::before {
    height: 100%;
    opacity: 0.05;
    background: linear-gradient(45deg, rgb(191,208,191,0.5), transparent);
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}.meet_us .snippet_wrap h6 {
    animation: slideIn 0.8s 0.5s forwards ease-out;
    color: rgb(191,208,191);
    font-size: calc(35px * 0.9);
    display: inline-block;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-10px);
    margin-bottom: 25px;
    position: relative;
}.meet_us .snippet_wrap h6::after {
    content: "";
    background: rgb(191,208,191);
    position: absolute;
    transform-origin: left;
    height: 2px;
    width: 60%;
    bottom: -8px;
    animation: expandWidth 1.2s 0.8s forwards cubic-bezier(.17,.67,.83,.67);
    left: 0;
    transform: scaleX(0);
}.meet_us .snippet_wrap div {
    max-height: 300px;
    scroll-behavior: smooth;
    padding-right: 15px;
    position: relative;
    overflow-y: auto;
}.meet_us .snippet_wrap div::-webkit-scrollbar {
    width: 4px;
}.meet_us .snippet_wrap div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}.meet_us .snippet_wrap div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(191,208,191,0.5);
}.meet_us .snippet_wrap span {
    line-height: 1.8;
    transform: translateY(20px);
    opacity: 0;
    font-size: 17px;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    opacity: 0.9;
    display: block;
    font-family: Arial, sans-serif;
}

@keyframes slideIn {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes expandWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    25% {
        transform: rotate(45deg) translate(-20px, 20px);
    }
    50% {
        transform: rotate(45deg) translate(-40px, 0);
    }
    75% {
        transform: rotate(45deg) translate(-20px, -20px);
    }
}

@media (max-width: 991px) {.meet_us {
    padding: 80px 0;
}.meet_us h4 {
    font-size: calc(19px * 1.1);
    margin-left: 15px;
    padding-left: 40px;
}.meet_us h4::before {
    width: 30px;
}.meet_us .snippet_wrap {
    padding: 40px 30px;
}.meet_us .snippet_wrap h6 {
    font-size: calc(35px * 0.8);
}
}

@media (max-width: 767px) {.meet_us {
    padding: 60px 0;
}.meet_us h4 {
    font-size: 19px;
    padding-left: 35px;
}.meet_us h4::before {
    width: 25px;
}.meet_us .snippet_wrap {
    padding: 30px 20px;
}.meet_us .snippet_wrap h6 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.meet_us .snippet_wrap div {
    max-height: 250px;
}.meet_us .snippet_wrap span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.meet_us {
    padding: 50px 0;
}.meet_us h4 {
    padding-left: 30px;
    font-size: calc(19px * 0.9);
    margin-left: 10px;
    letter-spacing: 2px;
}.meet_us h4::before {
    width: 20px;
}.meet_us .snippet_wrap {
    padding: 25px 15px;
    border-left-width: 3px;
}.meet_us .snippet_wrap h6 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.6);
}.meet_us .snippet_wrap div {
    max-height: 200px;
}.meet_us .snippet_wrap span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}.leadership_profile {
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(to bottom, #000000 0%, rgb(225,233,225) 100%);
    overflow: hidden;
}.leadership_profile::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(191,208,191,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(152,173,152,0.5) 0%, transparent 25%);
    filter: blur(60px);
    content: "";
    animation: ambientLight 20s ease-in-out infinite alternate;
    width: 100%;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.leadership_profile .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    z-index: 2;
}.leadership_profile .review_feedback {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(152,173,152,0.5),
        inset 0 0 30px rgb(191,208,191,0.5);
    position: relative;
    border-radius: 15px;
    padding: 3rem;
    backdrop-filter: blur(15px);
    transform-style: preserve-3d;
    display: flex;
    transform: rotateX(5deg) rotateY(-5deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
}.leadership_profile .review_feedback:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(152,173,152,0.5),
        inset 0 0 50px rgb(191,208,191,0.5);
}.leadership_profile .photo_thumbnail {
    border: 3px solid #ffffff;
    width: 180px;
    height: 180px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(191,208,191,0.5);
    top: -90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateZ(30px);
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.leadership_profile .review_feedback:hover .photo_thumbnail {
    transform: translateX(-50%) translateZ(50px);
}.leadership_profile .name {
    text-shadow: 0 0 10px rgb(191,208,191,0.5);
    text-align: center;
    margin-top: 100px;
    width: 100%;
    color: #ffffff;
    letter-spacing: 1px;
    transform: translateZ(20px);
    font-weight: 700;
    font-size: 37px;
}.leadership_profile .review_feedback span:not(.name) {
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateZ(15px);
    font-size: 21px;
    color: rgb(152,173,152);
    width: 100%;
    font-weight: 600;
    margin-top: 0.5rem;
    text-align: center;
}.leadership_profile .experience_tasks {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    transform: translateZ(10px);
    padding: 2rem;
    font-size: 12px;
    line-height: 1.7;
    border-radius: 10px;
    transition: transform 0.3s ease;
    border-left: 3px solid rgb(191,208,191);
    position: relative;
    width: 100%;
    margin-top: 2rem;
    color: #ffffff;
}.leadership_profile .experience_tasks::before {
    border-radius: 10px;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(191,208,191,0.5) 0%, transparent 70%);
    mix-blend-mode: overlay;
    left: 0;
    opacity: 0.1;
    height: 100%;
    width: 100%;
}.leadership_profile .review_feedback:hover .experience_tasks {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.leadership_profile {
    padding: 7rem 0 5rem;
}.leadership_profile .review_feedback {
    padding: 2.5rem 2rem;
}.leadership_profile .photo_thumbnail {
    height: 150px;
    width: 150px;
    top: -75px;
}.leadership_profile .name {
    margin-top: 80px;
}.leadership_profile .experience_tasks {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.leadership_profile {
    padding: 6rem 0 3rem;
}.leadership_profile .container {
    padding: 0 1rem;
}.leadership_profile .review_feedback {
    padding: 2rem 1.5rem;
    transform: none;
}.leadership_profile .photo_thumbnail {
    width: 120px;
    top: -60px;
    height: 120px;
}.leadership_profile .name {
    font-size: calc(37px - 2px);
    margin-top: 70px;
}.leadership_profile .review_feedback span:not(.name) {
    font-size: calc(21px - 1px);
}.leadership_profile .experience_tasks {
    padding: 1.2rem;
    font-size: calc(12px - 1px);
    margin-top: 1.5rem;
}.leadership_profile .review_feedback:hover {
    transform: none;
}}.teaching_process {
    z-index: 1;
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgba(245, 247, 251, 0.95) 100%);
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
}.teaching_process::before {
    background: linear-gradient(120deg, rgb(191,208,191,0.5), rgb(152,173,152,0.5));
    opacity: 0.15;
    position: absolute;
    animation: float 20s infinite alternate ease-in-out;
    filter: blur(40px);
    right: -10%;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    top: -5%;
    height: 70%;
    content: "";
    z-index: -1;
}.teaching_process::after {
    z-index: -1;
    height: 50%;
    bottom: -15%;
    left: -5%;
    background: linear-gradient(220deg, rgb(152,173,152,0.5), rgb(191,208,191,0.5));
    position: absolute;
    content: "";
    width: 30%;
    animation: float 25s infinite alternate-reverse ease-in-out;
    filter: blur(30px);
    transform: rotate(25deg) skewY(-10deg);
    opacity: 0.1;
}.teaching_process .method_ped {
    max-width: 1200px;
    display: grid;
    gap: 3rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
    position: relative;
    padding: 0 2rem;
}.teaching_process h2 {
    position: relative;
    max-width: 80%;
    color: #000000;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
    font-weight: 700;
    font-size: 38px;
    transform: translateX(-0.5rem);
}.teaching_process h2::before {
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.8;
    height: 0.7rem;
    top: 0.6em;
    position: absolute;
    width: 0.7rem;
    left: -1.5rem;
    background-color: rgb(191,208,191);
    transform: rotate(45deg);
}.teaching_process h2::after {
    transform-origin: left center;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    border-radius: 1px;
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 3.5rem;
    left: 0;
    bottom: -0.8rem;
    content: "";
}.teaching_process:hover h2::after {
    width: 5rem;
}.teaching_process .snippet_wrap {
    padding: 2.5rem;
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.1),
        0 2px 8px -2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.65));
    transform: translateY(0);
    border-left: 3px solid rgb(191,208,191);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    backdrop-filter: blur(5px);
    position: relative;
}.teaching_process .snippet_wrap::before {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    z-index: -1;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(rgb(152,173,152,0.5), 0.05));
}.teaching_process .snippet_wrap:hover {
    box-shadow: 
        0 15px 35px -15px rgba(0, 0, 0, 0.15),
        0 3px 10px -2px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.teaching_process p {
    position: relative;
    line-height: 1.7;
    z-index: 2;
    font-size: calc(13px + 0.05rem);
    color: #000000;
    margin: 0;
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0) skewX(15deg);
    }
    50% {
        transform: rotate(-12deg) translate(5px, 10px) skewX(12deg);
    }
    100% {
        transform: rotate(-15deg) translate(-5px, -5px) skewX(15deg);
    }
}

@media (min-width: 768px) {.teaching_process {
    padding: 10rem 0;
}.teaching_process .method_ped {
    grid-template-columns: 1fr;
    padding: 0 4rem;
}.teaching_process h2 {
    max-width: 70%;
    font-size: calc(38px * 1.1);
    margin-bottom: 1rem;
}.teaching_process .snippet_wrap {
    padding: 3rem 3.5rem;
    margin-left: 2rem;
    border-left-width: 4px;
}.teaching_process p {
    font-size: calc(13px + 0.1rem);
    line-height: 1.75;
}
}

@media (min-width: 1024px) {.teaching_process .method_ped {
    gap: 4rem;
    grid-template-columns: 1fr;
}.teaching_process h2 {
    transform: translateX(-1rem);
    max-width: 60%;
    font-size: calc(38px * 1.2);
}.teaching_process h2::before {
    height: 0.8rem;
    width: 0.8rem;
    left: -2rem;
}.teaching_process .snippet_wrap {
    margin-left: 4rem;
    padding: 3.5rem 4rem;
    border-left-width: 5px;
}
}

@media (max-width: 767px) {.teaching_process {
    padding: 5rem 0;
}.teaching_process .method_ped {
    padding: 0 1.5rem;
}.teaching_process h2 {
    font-size: calc(38px * 0.9);
    max-width: 100%;
}.teaching_process h2::before {
    width: 0.6rem;
    left: -1.2rem;
    height: 0.6rem;
}.teaching_process .snippet_wrap {
    margin-left: 0;
    padding: 1.8rem;
}.teaching_process p {
    line-height: 1.6;
    font-size: 13px;
}
}