* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-skeleton5 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    width: 1193px;
    margin: auto;
    max-width: 100%;
}.top_lesson6 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.teach_supp4 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.get_updates6 {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgb(179,161,175,0.5) 100%);
}.get_updates6::before {
    opacity: 0.3;
    animation: rotateBg 30s linear infinite;
    content: "";
    left: -50%;
    top: -50%;
    width: 200%;
    position: absolute;
    background: 
        radial-gradient(circle at 30% 30%, rgb(212,198,210,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(179,161,175,0.5) 0%, transparent 50%);
    height: 200%;
    z-index: 1;
}@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.get_updates6 .master_classes3 {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.get_updates6 .request_map7 {
    margin-left: 5%;
    width: 80%;
    max-width: 800px;
    position: relative;
    flex-direction: column;
    display: flex;
}.get_updates6 h3 {
    padding: 1.5rem 2rem;
    color: #000000;
    background: #ffffff;
    margin-bottom: 0;
    font-size: 19px;
    border-radius: 10px 10px 0 0;
    transform: translateX(-5%);
    font-weight: 700;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 3;
}.get_updates6 h3::after {
    width: 30px;
    bottom: -15px;
    right: -15px;
    content: "";
    z-index: -1;
    height: 30px;
    background: rgb(212,198,210);
    position: absolute;
    transform: rotate(45deg);
}.get_updates6 .input_holder {
    display: flex;
    transform: translateX(5%);
    flex-wrap: wrap;
    background: #ffffff;
    padding: 2.5rem 3rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px;
}.get_updates6 input[type="email"] {
    color: #000000;
    transition: all 0.3s ease;
    z-index: 1;
    flex: 1 1 250px;
    padding: 1rem 1.5rem;
    background: rgb(239,234,238);
    margin-right: 1.5rem;
    border: none;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
}.get_updates6 input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(212,198,210);
    transform: translateY(-5px);
    outline: none;
}.get_updates6 input[type="submit"] {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 1rem 2rem;
    cursor: pointer;
    font-size: 20px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    z-index: 1;
    border: none;
    flex: 0 0 auto;
    border-radius: 10px;
    background: rgb(212,198,210);
    font-weight: 600;
}.get_updates6 input[type="submit"]::before {
    transition: all 0.3s ease;
    height: 100%;
    position: absolute;
    background: rgb(179,161,175);
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
    left: -100%;
}.get_updates6 input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.get_updates6 input[type="submit"]:hover::before {
    left: 0;
}.get_updates6::after {
    width: 40%;
    opacity: 0.1;
    animation: patternMove 15s linear infinite;
    top: 15%;
    position: absolute;
    height: 70%;
    pointer-events: none;
    right: -10%;
    z-index: 1;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(212,198,210) 49.5%, rgb(212,198,210) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(212,198,210) 49.5%, rgb(212,198,210) 50.5%, transparent 50.5%);
    background-size: 20px 20px;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.get_updates6 .input_holder::before {
    border: 2px solid rgb(179,161,175,0.5);
    border-radius: 50%;
    right: -50px;
    top: -30px;
    pointer-events: none;
    position: absolute;
    opacity: 0.3;
    width: 100px;
    content: "";
    height: 100px;
}.get_updates6 .input_holder::after {
    background: rgb(212,198,210,0.5);
    position: absolute;
    height: 50px;
    width: 50px;
    left: 10%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(180deg);
    bottom: -25px;
    content: "";
    opacity: 0.5;
}

@media (max-width: 992px) {.get_updates6 .request_map7 {
    margin: 0 auto;
    width: 90%;
}.get_updates6 h3 {
    transform: translateX(0);
}.get_updates6 .input_holder {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.get_updates6 {
    padding: 4rem 1.5rem;
}.get_updates6 .request_map7 {
    width: 100%;
}.get_updates6 h3 {
    font-size: calc(19px * 0.9);
    padding: 1.2rem 1.5rem;
}.get_updates6 .input_holder {
    padding: 2rem;
}.get_updates6 input[type="email"] {
    flex: 1 1 100%;
    margin-right: 0;
}.get_updates6 input[type="submit"] {
    width: 100%;
    margin-top: 1rem;
}
}

@media (max-width: 480px) {.get_updates6 {
    padding: 3rem 1rem;
}.get_updates6 h3 {
    font-size: calc(19px * 0.8);
    padding: 1rem 1.2rem;
}.get_updates6 .input_holder {
    padding: 1.5rem;
}.get_updates6 input[type="email"] {
    padding: 0.8rem 1rem;
}.get_updates6 input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.get_updates6 .input_holder::before,
    .get_updates6 .input_holder::after {
    display: none;
}}.connect_form0 {
    padding: 100px 0;
    background-color: rgb(239,234,238);
    overflow: hidden;
    position: relative;
}.connect_form0::before {
    background: linear-gradient(120deg, rgb(212,198,210,0.5) 0%, transparent 75%);
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.15;
    height: 100%;
}.connect_form0::after {
    height: 70%;
    background: linear-gradient(240deg, rgb(179,161,175,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
    width: 70%;
    content: "";
    right: 0;
    opacity: 0.1;
}.connect_form0 .container {
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.connect_form0 h2 {
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 38px;
    text-align: center;
    color: #000000;
}.connect_form0 .support_reach9 {
    margin-top: 50px;
    border-radius: 11px;
    overflow: hidden;
    flex-direction: row-reverse;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    background: #ffffff;
    flex-wrap: wrap;
}.connect_form0 .img_overlay_box9 {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.connect_form0 .img_overlay_box9::after {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    top: 0;
    bottom: 0;
}.connect_form0 .feedback_box5 {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.connect_form0 .feedback_box5::before {
    left: 0;
    border-radius: 2.5px;
    top: 40px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(212,198,210), rgb(179,161,175));
    height: calc(100% - 80px);
    width: 5px;
}.connect_form0 form {
    width: 100%;
    padding-left: 25px;
}.connect_form0 form h3 {
    font-weight: 600;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
}.connect_form0 form input[type="text"] {
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 18px 25px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgb(239,234,238);
    color: #000000;
    font-family: Arial, sans-serif;
    border: none;
}.connect_form0 form input[type="text"]:focus {
    background: rgb(239,234,238);
    outline: none;
    box-shadow: 0 0 0 2px rgb(212,198,210,0.5);
}.connect_form0 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect_form0 .inquiry_map2 {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 30px;
}.connect_form0 .inquiry_map2 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form0 .inquiry_map2 label {
    line-height: 1.5;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    padding-left: 35px;
    position: relative;
}.connect_form0 .inquiry_map2 label::before {
    left: 0;
    top: 2px;
    width: 22px;
    border-radius: 10px;
    height: 22px;
    border: 2px solid rgb(212,198,210,0.5);
    position: absolute;
    content: "";
    transition: all 0.2s ease;
}.connect_form0 .inquiry_map2 input[type="checkbox"]:checked + label::before {
    background-color: rgb(212,198,210);
    border-color: rgb(212,198,210);
}.connect_form0 .inquiry_map2 input[type="checkbox"]:checked + label::after {
    content: "";
    width: 6px;
    left: 8px;
    height: 11px;
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}.connect_form0 .inquiry_map2 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(212,198,210);
}.connect_form0 .inquiry_map2 label a:hover {
    color: rgb(179,161,175);
    text-decoration: underline;
}.connect_form0 form .connect_map1 {
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 15px 35px;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    background: linear-gradient(45deg, rgb(212,198,210), rgb(179,161,175));
    font-family: Arial, sans-serif;
    font-weight: 600;
}.connect_form0 form .connect_map1::before {
    transform: rotate(45deg) translateX(-200%);
    left: -10%;
    transition: all 0.4s ease;
    width: 120%;
    height: 120%;
    top: -10%;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
}.connect_form0 form .connect_map1:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(212,198,210, 0.3);
}.connect_form0 form .connect_map1:hover::before {
    transform: rotate(45deg) translateX(200%);
}.connect_form0 svg {
    fill: rgb(212,198,210);
    width: 22px;
    height: 22px;
}.connect_form0 svg path {
    fill: rgb(212,198,210);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.connect_form0 .feedback_box5 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.connect_form0 .img_overlay_box9 {
    flex: 0 0 100%;
    min-height: 300px;
}.connect_form0 .feedback_box5 {
    flex: 0 0 100%;
}.connect_form0 .feedback_box5::before {
    height: 5px;
    background: linear-gradient(to right, rgb(212,198,210), rgb(179,161,175));
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
}.connect_form0 form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.connect_form0 {
    padding: 70px 0;
}.connect_form0 .img_overlay_box9 {
    min-height: 250px;
}.connect_form0 .feedback_box5 {
    padding: 40px 30px;
}.connect_form0 .feedback_box5::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.connect_form0 {
    padding: 50px 0;
}.connect_form0 h2 {
    font-size: calc(38px * 0.8);
}.connect_form0 .img_overlay_box9 {
    min-height: 200px;
}.connect_form0 .feedback_box5 {
    padding: 30px 20px;
}.connect_form0 .feedback_box5::before {
    left: 20px;
    width: calc(100% - 40px);
}.connect_form0 form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.connect_form0 form input[type="text"] {
    padding: 15px 20px;
}.connect_form0 form .connect_map1 {
    width: 100%;
    text-align: center;
}}.plan_deal6 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.plan_deal6::before {
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}.plan_deal6 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.plan_deal6 .group_plans9 {
    perspective: 1000px;
}.plan_deal6 h2 {
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    font-size: 32px;
    font-weight: 700;
    transform: translateZ(30px);
    letter-spacing: 0.5px;
    color: #ffffff;
}.plan_deal6 .learning_deals0 {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    opacity: 0.9;
    font-size: 18px;
    transform: translateZ(20px);
    max-width: 700px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    margin: 0 auto 50px;
}.plan_deal6 .annual_fee5 {
    gap: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
}.plan_deal6 .annual_fee5 li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.plan_deal6 .class_deals7 {
    transform-style: preserve-3d;
    height: 100%;
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
    position: relative;
}.plan_deal6 .access_cost7 {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transform-style: preserve-3d;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    position: relative;
}.plan_deal6 .access_cost7::before {
    top: 0;
    background: linear-gradient(90deg, 
        rgb(212,198,210) 0%,
        rgb(179,161,175) 100%);
    height: 5px;
    transform: scaleX(0.92);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    content: "";
    right: 0;
    left: 0;
}.plan_deal6 .access_cost7::after {
    position: absolute;
    height: 2px;
    transform-origin: bottom;
    bottom: -2px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 10px;
    background: linear-gradient(90deg, 
        rgb(179,161,175,0.5) 0%,
        rgb(212,198,210,0.5) 100%);
    right: 10px;
    opacity: 0.7;
    content: "";
}.plan_deal6 .study_packages2 {
    transform: translateZ(10px);
    padding: 35px 30px;
}.plan_deal6 .study_packages2 h4 {
    transform: translateZ(5px);
    display: inline-block;
    color: #ffffff;
    font-size: calc(19px * 1.1);
    position: relative;
    font-weight: 700;
    margin: 0 0 20px;
}.plan_deal6 .study_packages2 h4::after {
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    width: 40px;
    transform-origin: left;
    left: 0;
    background: rgb(212,198,210);
    bottom: -8px;
    height: 3px;
    content: "";
    position: absolute;
}.plan_deal6 .study_packages2 p {
    opacity: 0.85;
    margin: 0 0 25px;
    overflow-y: auto;
    word-wrap: break-word;
    font-weight: 400;
    color: #ffffff;
    padding-right: 5px;
    max-height: 250px;
    hyphens: auto;
    font-size: 18px;
    line-height: 1.6;
    overflow-wrap: break-word;
}.plan_deal6 .study_packages2 p::-webkit-scrollbar {
    width: 4px;
}.plan_deal6 .study_packages2 p::-webkit-scrollbar-thumb {
    background: rgb(212,198,210,0.5);
    border-radius: 10px;
}.plan_deal6 .cost_matrix8 {
    margin-top: 20px;
    transform: translateZ(15px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: block;
    font-weight: 700;
    font-size: calc(19px * 1.2);
    text-align: right;
}.plan_deal6 .cost_matrix8::before {
    box-shadow: 0 0 15px rgb(212,198,210);
    height: 10px;
    width: 10px;
    transform: translateY(-2px);
    background: rgb(212,198,210);
    border-radius: 50%;
    display: inline-block;
    content: "";
    margin-right: 8px;
}.plan_deal6 .annual_fee5 li:hover {
    transform: translateY(-5px) scale(1.02);
}.plan_deal6 .annual_fee5 li:hover .access_cost7 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: translateZ(20px);
}.plan_deal6 .annual_fee5 li:hover .access_cost7::before {
    transform: scaleX(1);
}.plan_deal6 .annual_fee5 li:hover .access_cost7::after {
    opacity: 0.9;
    transform: scaleY(1.5);
}.plan_deal6 .annual_fee5 li:hover .study_packages2 h4::after {
    width: 100%;
}

@media (max-width: 991px) {.plan_deal6 {
    padding: 80px 0;
}.plan_deal6 h2 {
    font-size: calc(32px * 0.9);
}.plan_deal6 .annual_fee5 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.plan_deal6 .study_packages2 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.plan_deal6 {
    padding: 60px 0;
}.plan_deal6 h2 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
}.plan_deal6 .learning_deals0 {
    font-size: calc(18px * 0.95);
    margin-bottom: 40px;
}.plan_deal6 .annual_fee5 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.plan_deal6 .study_packages2 {
    padding: 25px 20px;
}.plan_deal6 .study_packages2 h4 {
    font-size: 19px;
}.plan_deal6 .cost_matrix8 {
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 480px) {.plan_deal6 {
    padding: 50px 0;
}.plan_deal6 h2 {
    font-size: calc(32px * 0.7);
}.plan_deal6 .learning_deals0 {
    font-size: calc(18px * 0.9);
}.plan_deal6 .study_packages2 {
    padding: 20px 15px;
}.plan_deal6 .study_packages2 p {
    max-height: 200px;
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}.client_feedback9 {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgba(240, 245, 255, 0.9) 100%);
}.client_feedback9::before {
    z-index: 0;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(212,198,210,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(212,198,210,0.5), 0.03) 1px, transparent 1px);
    width: 100%;
    content: "";
    left: 0;
    background-size: 2rem 2rem;
    position: absolute;
    top: 0;
}.client_feedback9 h2 {
    font-size: 35px;
    position: relative;
    margin-bottom: 3.5rem;
    transform: translateZ(0);
    text-align: center;
    line-height: 1.3;
    color: #000000;
    letter-spacing: -0.03em;
    font-weight: 700;
}.client_feedback9 h2::after {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 50%;
    height: 3px;
    bottom: -1rem;
    transform: translateX(-50%) scaleX(1);
    width: 4rem;
    content: "";
    background: rgb(212,198,210);
}.client_feedback9 h2:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.client_feedback9 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    width: 90%;
}.client_feedback9 .master_classes3 {
    position: relative;
}.client_feedback9 .success_stories0 {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.client_feedback9 .learn_reviews4 {
    display: flex;
    z-index: 1;
    transform: translateY(0);
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex-direction: column;
    position: relative;
    height: 100%;
}.client_feedback9 .learn_reviews4::before {
    position: absolute;
    top: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    z-index: -1;
    content: "";
    left: 0;
    background: rgb(212,198,210);
    height: 0;
}.client_feedback9 .learn_reviews4:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.client_feedback9 .learn_reviews4:hover::before {
    height: 100%;
}.client_feedback9 .learn_reviews4 h3 {
    transition: color 0.3s ease, transform 0.3s ease;
    color: #000000;
    position: relative;
    margin-bottom: 0.75rem;
    transform-origin: left center;
    font-size: calc(19px * 0.9);
    font-weight: 600;
}.client_feedback9 .learn_reviews4:hover h3 {
    transform: translateX(8px);
    color: rgb(212,198,210);
}.client_feedback9 .learn_reviews4 .description {
    position: relative;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 13px;
}.client_feedback9 .learn_reviews4 .description::before {
    font-size: 4rem;
    font-family: Georgia, serif;
    position: absolute;
    left: -0.5rem;
    content: "";
    line-height: 1;
    top: -1.5rem;
    color: rgba(rgb(212,198,210,0.5), 0.1);
}.client_feedback9 .learn_reviews4 div {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
    transform: scale(1);
    z-index: 2;
    position: relative;
    height: 60px;
    border-radius: 50%;
}.client_feedback9 .learn_reviews4:hover div {
    transform: scale(1.1);
}.client_feedback9 .learn_reviews4 div::after {
    border: 2px solid rgb(212,198,210);
    transition: all 0.3s ease;
    position: absolute;
    transform: scale(1.2);
    inset: 0;
    opacity: 0;
    border-radius: 50%;
    content: "";
}.client_feedback9 .learn_reviews4:hover div::after {
    opacity: 1;
    transform: scale(1);
}.client_feedback9 .learn_reviews4 img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    width: 100%;
    object-position: center;
}.client_feedback9 .learn_reviews4:hover img {
    transform: scale(1.15);
}

@media (max-width: 991px) {.client_feedback9 {
    padding: 4rem 0;
}.client_feedback9 h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 2.5rem;
}.client_feedback9 .success_stories0 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.client_feedback9 {
    padding: 3rem 0;
}.client_feedback9 h2 {
    font-size: calc(35px * 0.75);
    margin-bottom: 2rem;
}.client_feedback9 h2::after {
    width: 3rem;
}.client_feedback9 .success_stories0 {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client_feedback9 .learn_reviews4 {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.client_feedback9 {
    padding: 2.5rem 0;
}.client_feedback9 .container {
    width: 92%;
}.client_feedback9 h2 {
    font-size: calc(35px * 0.65);
    line-height: 1.4;
}.client_feedback9 .learn_reviews4 {
    padding: 1.25rem;
}.client_feedback9 .learn_reviews4 h3 {
    font-size: calc(19px * 0.85);
}.client_feedback9 .learn_reviews4 .description {
    font-size: calc(13px * 0.95);
}
}

@media (min-width: 1200px) {.client_feedback9 .success_stories0 {
    grid-template-columns: repeat(3, 1fr);
}.client_feedback9 .container {
    max-width: 1300px;
}}.gratField8 {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgb(212,198,210,0.5) 100%);
    position: relative;
}.gratField8::before {
    position: absolute;
    right: -5%;
    top: -10%;
    transform: rotate(15deg) skewX(-15deg);
    background: linear-gradient(210deg, rgb(179,161,175) 0%, rgb(212,198,210) 100%);
    content: "";
    opacity: 0.05;
    width: 45%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    height: 70%;
}.gratField8::after {
    content: "";
    left: -5%;
    opacity: 0.07;
    bottom: -10%;
    transform: rotate(-10deg) skewX(15deg);
    position: absolute;
    background: linear-gradient(45deg, rgb(212,198,210) 0%, rgb(179,161,175) 100%);
    width: 35%;
    z-index: 1;
    height: 60%;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
}.gratField8 .container {
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.gratField8 .master_classes3 {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transform-style: preserve-3d;
}.gratField8 .master_classes3 > div:first-child {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateZ(20px);
    position: relative;
    padding: 3rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}.gratField8 .master_classes3 > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.gratField8 .master_classes3 > div:first-child::before {
    background: linear-gradient(to bottom, rgb(212,198,210), rgb(179,161,175));
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
}.gratField8 .master_classes3 > div:last-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    transform: translateZ(10px);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
}.gratField8 .master_classes3 > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}.gratField8 h5 {
    letter-spacing: -0.01em;
    margin: 0;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    position: relative;
}.gratField8 h5::after {
    width: 70px;
    content: "";
    background: linear-gradient(90deg, rgb(212,198,210), transparent);
    height: 3px;
    display: block;
    margin-top: 1rem;
}.gratField8 a {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
    text-decoration: none;
}.gratField8 a:hover {
    transform: translateX(5px);
}.gratField8 p {
    position: relative;
    font-size: 16px;
    color: #000000;
    margin: 0;
    line-height: 1.8;
}.gratField8 p::first-line {
    font-weight: 600;
    color: rgb(212,198,210);
}

@media (min-width: 768px) {.gratField8 {
    padding: 8rem 0;
}.gratField8 .master_classes3 {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.gratField8 .master_classes3 > div:first-child {
    padding: 4rem;
}.gratField8 .master_classes3 > div:last-child {
    padding: 4rem;
    margin-top: 2rem;
}.gratField8 h5 {
    font-size: calc(24px * 1.2);
}.gratField8 p {
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.gratField8 .master_classes3 {
    gap: 5rem;
    grid-template-columns: 1fr 1.5fr;
}.gratField8 .master_classes3 > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.gratField8 .master_classes3 > div:first-child::after {
    top: 2rem;
    content: "";
    position: absolute;
    height: 40px;
    right: -1.5rem;
    background: rgb(179,161,175);
    width: 3px;
    transform: rotate(15deg);
}.gratField8 .master_classes3 > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.gratField8 h5 {
    font-size: calc(24px * 1.3);
}.gratField8 h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.gratField8 {
    padding: 4rem 0;
}.gratField8 .master_classes3 > div:first-child,
    .gratField8 .master_classes3 > div:last-child {
    padding: 2rem;
}.gratField8 h5 {
    font-size: 24px;
}.gratField8 p {
    font-size: calc(16px * 0.95);
}
}

@media (hover: hover) {.gratField8 .master_classes3 > div:first-child:hover::after {
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    content: "";
    position: absolute;
}.gratField8 .master_classes3 > div:last-child:hover::after {
    inset: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
}}.education_experience5 {
    position: relative;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgba(245, 248, 250, 0.9) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.education_experience5::before {
    background: radial-gradient(circle, rgb(212,198,210,0.5) 0%, transparent 70%);
    position: absolute;
    width: 40vw;
    right: -10%;
    content: "";
    top: -5%;
    height: 40vw;
    transform: translateZ(0);
    opacity: 0.15;
}.education_experience5::after {
    background: radial-gradient(circle, rgb(179,161,175,0.5) 0%, transparent 70%);
    bottom: -5%;
    width: 30vw;
    left: -10%;
    content: "";
    transform: translateZ(0);
    height: 30vw;
    opacity: 0.1;
    position: absolute;
}.education_experience5 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.education_experience5 .learn_reviews4 {
    display: grid;
    padding: 2.5rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(212,198,210), 0.03) inset;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
}.education_experience5 .learn_reviews4 > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}.education_experience5 .img_overlay_box9 {
    width: 200px;
    transform: rotate(-2deg) translateZ(0);
    border-radius: 8px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 200px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    position: relative;
    overflow: hidden;
}.education_experience5 .img_overlay_box9::after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(212,198,210), 0.1) 100%);
    position: absolute;
}.education_experience5 .img_overlay_box9:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}.education_experience5 .name {
    font-weight: 700;
    display: inline-block;
    font-size: 22px;
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(212,198,210);
    font-family: Arial, sans-serif;
}.education_experience5 .name::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    transform: scaleX(0.8);
    left: 0;
    transform-origin: left;
    transition: transform 0.4s ease;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(179,161,175) 0%, transparent 100%);
}.education_experience5 .learn_reviews4 > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    justify-content: center;
}.education_experience5 .learn_reviews4 > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    font-size: calc(15px - 0.1rem);
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-top: 0.5rem;
}.education_experience5 .job_profile5 {
    font-size: 15px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin: 0;
}.education_experience5 .job_profile5::before {
    color: rgb(212,198,210,0.5);
    position: absolute;
    top: -2rem;
    left: -1rem;
    font-size: 6rem;
    opacity: 0.15;
    z-index: -1;
    font-family: serif;
    content: "";
}

@media (min-width: 768px) {.education_experience5 {
    padding: 8rem 0;
}.education_experience5 .learn_reviews4 {
    grid-template-columns: auto 1fr;
    padding: 3rem;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 3rem;
}.education_experience5 .learn_reviews4 > div:first-child {
    grid-row: span 2;
}.education_experience5 .img_overlay_box9 {
    width: 260px;
    height: 260px;
}.education_experience5 .name {
    font-size: calc(22px + 0.2rem);
}.education_experience5 .job_profile5 {
    font-size: calc(15px + 0.05rem);
}
}

@media (min-width: 1024px) {.education_experience5 .learn_reviews4 {
    padding: 4rem;
    grid-template-columns: auto 1fr;
    gap: 3rem 4rem;
}.education_experience5 .img_overlay_box9 {
    transform: rotate(-3deg) translateZ(0);
    width: 300px;
    height: 300px;
}.education_experience5 .name {
    font-size: calc(22px + 0.4rem);
}.education_experience5 .name::after {
    height: 4px;
}.education_experience5 .job_profile5 {
    line-height: 1.7;
    font-size: calc(15px + 0.1rem);
}.education_experience5 .learn_reviews4 > div:nth-child(2) > div {
    font-size: 15px;
}
}

@media (min-width: 1200px) {.education_experience5 .container {
    padding: 0 4rem;
}.education_experience5 .learn_reviews4 {
    gap: 3rem 5rem;
}.education_experience5 .learn_reviews4:hover .name::after {
    transform: scaleX(1);
}
}

@media (max-width: 767px) {.education_experience5 {
    padding: 4rem 0;
}.education_experience5 .container {
    padding: 0 1rem;
}.education_experience5 .learn_reviews4 {
    padding: 2rem;
}.education_experience5 .img_overlay_box9 {
    width: 180px;
    height: 180px;
}}.program_outcomes6 {
    background: linear-gradient(135deg, rgb(179,161,175,0.5), rgb(239,234,238));
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.program_outcomes6::before {
    content: "";
    opacity: 0.6;
    width: 200px;
    z-index: 1;
    height: 200px;
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(212,198,210,0.5) 0%, transparent 70%);
    left: -50px;
    position: absolute;
    top: -50px;
}.program_outcomes6::after {
    position: absolute;
    height: 300px;
    animation: float 18s infinite ease-in-out reverse;
    width: 300px;
    z-index: 1;
    background: radial-gradient(ellipse, rgb(179,161,175) 0%, transparent 70%);
    content: "";
    right: -50px;
    opacity: 0.3;
    bottom: -50px;
}.program_outcomes6 .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.program_outcomes6 .master_classes3 {
    position: relative;
    flex-direction: column-reverse;
    gap: 40px;
    display: flex;
}.program_outcomes6 .text_element2 {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    flex: 1;
    will-change: transform;
}.program_outcomes6 .text_element2:hover {
    transform: translateY(-5px) translateZ(0);
}.program_outcomes6 .text_element2 h4 {
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 24px;
    color: #000000;
}.program_outcomes6 .text_element2 h4::after {
    content: "";
    height: 3px;
    left: 0;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(212,198,210), rgb(179,161,175));
    bottom: -10px;
    position: absolute;
    width: 80px;
}.program_outcomes6 .text_element2:hover h4::after {
    width: 120px;
}.program_outcomes6 .text_element2 > div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}.program_outcomes6 .text_element2 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.program_outcomes6 .text_element2 li {
    opacity: 0.95;
    margin-bottom: 18px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateX(0);
}.program_outcomes6 .text_element2 li:hover {
    transform: translateX(5px);
    opacity: 1;
}.program_outcomes6 .text_element2 li p {
    margin: 0;
    line-height: 1.6;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    color: #000000;
    font-size: 15px;
}.program_outcomes6 .text_element2 li p span:first-child {
    top: -2px;
    position: relative;
    flex-shrink: 0;
}.program_outcomes6 .text_element2 li p span:last-child {
    flex: 1;
}.program_outcomes6 svg {
    display: block;
    width: 24px;
    height: 24px;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.program_outcomes6 li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.program_outcomes6 svg path {
    fill: rgb(212,198,210);
    transition: fill 0.3s ease;
}.program_outcomes6 li:hover svg path {
    fill: rgb(179,161,175);
}.program_outcomes6 .img_overlay_box9 {
    position: relative;
    z-index: 3;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    object-fit: cover;
    border-radius: 8px;
    height: auto;
    will-change: transform;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15),
                -5px -5px 30px rgba(255, 255, 255, 0.1);
}.program_outcomes6 .img_overlay_box9:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, 10px);
    }
    50% {
        transform: translate(10px, 20px);
    }
    75% {
        transform: translate(-10px, 15px);
    }
}

@media (min-width: 768px) {.program_outcomes6 {
    padding: 140px 0;
}.program_outcomes6 .master_classes3 {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.program_outcomes6 .text_element2 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    padding: 50px;
}.program_outcomes6 .text_element2 > div {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}.program_outcomes6 .text_element2 > div > div {
    min-width: 250px;
    flex: 1;
}.program_outcomes6 .img_overlay_box9 {
    object-position: center;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    height: 500px;
    max-width: 45%;
}
}

@media (min-width: 992px) {.program_outcomes6 .container {
    padding: 0 40px;
}.program_outcomes6 .text_element2 {
    transform: translateX(-40px) translateZ(0);
}.program_outcomes6 .text_element2:hover {
    transform: translateX(-40px) translateY(-5px) translateZ(0);
}.program_outcomes6 .img_overlay_box9 {
    transform: perspective(1500px) rotateY(-4deg) rotateX(2deg) translateX(40px);
}.program_outcomes6 .img_overlay_box9:hover {
    transform: perspective(1500px) rotateY(0) rotateX(0) translateX(40px);
}.program_outcomes6 h4 {
    font-size: calc(24px * 1.1);
}
}

@media (min-width: 1200px) {.program_outcomes6 .master_classes3 {
    gap: 80px;
}.program_outcomes6 .text_element2 {
    padding: 60px 70px 60px 60px;
}.program_outcomes6 .img_overlay_box9 {
    height: 550px;
}.program_outcomes6 h4 {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 767px) {.program_outcomes6 {
    padding: 80px 0;
}.program_outcomes6 .text_element2 {
    padding: 30px 25px;
}.program_outcomes6 .img_overlay_box9 {
    object-position: center top;
    max-height: 300px;
}.program_outcomes6 h4 {
    font-size: calc(24px * 0.9);
}}.potential_learners2 {
    padding: 6rem 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background-color: rgb(239,234,238);
}.potential_learners2::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%);
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}.potential_learners2::after {
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(212,198,210,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(179,161,175,0.5), 0.1) 0%, transparent 40%);
    width: 100%;
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    animation: cloudMove 25s infinite alternate ease-in-out;
}.potential_learners2 .master_classes3 {
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
}.potential_learners2 h3 {
    margin-bottom: 4rem;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    opacity: 0.9;
    color: rgb(212,198,210);
    font-weight: 600;
    font-size: 41px;
}.potential_learners2 h3::after {
    width: 50px;
    bottom: -15px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    background: rgb(212,198,210);
    height: 2px;
    opacity: 0.6;
}.potential_learners2 ul {
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    gap: 2rem;
    width: 100%;
    padding: 0;
}.potential_learners2 li {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    text-align: center;
    position: relative;
    display: flex;
    border-radius: 11px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    align-items: center;
    flex-direction: column;
    background: rgba(#ffffff, 0.08);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(#ffffff, 0.1);
    padding: 2rem;
}.potential_learners2 li::before {
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}.potential_learners2 li:hover {
    border-color: rgba(rgb(212,198,210,0.5), 0.2);
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
}.potential_learners2 li:hover::after {
    height: 4px;
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(212,198,210) 0%,
        rgb(179,161,175) 100%
    );
}.potential_learners2 li svg {
    fill: rgb(179,161,175);
    margin-bottom: 1.5rem;
    height: 50px;
    width: 50px;
    opacity: 0.9;
    transition: all 0.5s ease;
}.potential_learners2 li svg path {
    fill: rgb(179,161,175);
    transition: fill 0.5s ease;
}.potential_learners2 li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}.potential_learners2 li:hover svg path {
    fill: rgb(212,198,210);
}.potential_learners2 li {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    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) {.potential_learners2 ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.potential_learners2 {
    padding: 5rem 0;
}.potential_learners2 h3 {
    margin-bottom: 3.5rem;
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 768px) {.potential_learners2 {
    padding: 4rem 0;
}.potential_learners2 .master_classes3 {
    padding: 0 1.5rem;
}.potential_learners2 h3 {
    margin-bottom: 3rem;
    font-size: calc(41px * 0.8);
}.potential_learners2 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential_learners2 li {
    padding: 1.5rem;
}.potential_learners2 li svg {
    margin-bottom: 1.2rem;
    height: 45px;
    width: 45px;
}
}

@media (max-width: 480px) {.potential_learners2 {
    padding: 3rem 0;
}.potential_learners2 .master_classes3 {
    padding: 0 1rem;
}.potential_learners2 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(41px * 0.7);
}.potential_learners2 li {
    padding: 1.25rem;
}.potential_learners2 li svg {
    margin-bottom: 1rem;
    width: 40px;
    height: 40px;
}}.course_summary3 {
    position: relative;
    background: rgb(239,234,238);
    overflow: hidden;
    padding: 120px 0;
}.course_summary3::before {
    left: 0;
    background-size: 20px 20px;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    animation: gridMove 40s linear infinite;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(212,198,210,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(212,198,210,0.5) 100%);
    top: 0;
}.course_summary3::after {
    opacity: 0.2;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(212,198,210,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(179,161,175,0.5) 0%, transparent 40%);
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.course_summary3 .container {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.course_summary3 .education_plan5 {
    flex-direction: column;
    max-width: 900px;
    width: 100%;
    gap: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}.course_summary3 .text_element2 {
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    text-align: center;
    z-index: 3;
    position: relative;
    width: 100%;
    padding: 40px;
}.course_summary3 .text_element2::before {
    border-radius: 14px;
    content: "";
    pointer-events: none;
    width: 100%;
    opacity: 0.3;
    top: 0;
    border: 1px solid rgb(212,198,210,0.5);
    height: 100%;
    position: absolute;
    left: 0;
}.course_summary3 .text_element2::after {
    background: linear-gradient(to right, rgb(212,198,210), rgb(179,161,175));
    left: calc(50% - 30px);
    height: 3px;
    width: 60px;
    content: "";
    top: -15px;
    position: absolute;
}.course_summary3 .text_element2 h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 31px;
    margin-bottom: 25px;
}.course_summary3 .text_element2 h2::after {
    bottom: -10px;
    left: calc(50% - 40px);
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(212,198,210,0.5);
    width: 80px;
}.course_summary3 .text_element2 .description {
    color: #000000;
    margin-bottom: 20px;
    font-size: 14px;
    max-width: 800px;
    margin-left: auto;
    line-height: 1.7;
    margin-right: auto;
}.course_summary3 .text_element2 .description:last-child {
    margin-bottom: 0;
}.course_summary3 .img_overlay_box9 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    z-index: 2;
    overflow: hidden;
    height: 450px;
    border-radius: 14px;
    width: 100%;
    position: relative;
}.course_summary3 .container::before {
    background-image: 
        linear-gradient(to right, rgb(212,198,210,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(212,198,210,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(212,198,210,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(179,161,175,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(212,198,210,0.5) 2px, transparent 2px);
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.05;
    height: 100%;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    position: absolute;
    animation: circuitPulse 8s infinite alternate;
    width: 100%;
    content: "";
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.course_summary3 .education_plan5::before {
    content: "";
    width: calc(100% + 200px);
    top: -100px;
    z-index: 0;
    height: calc(100% + 200px);
    opacity: 0.2;
    position: absolute;
    left: -100px;
    background-size: 600px 600px;
    animation: floatParticles 40s linear infinite;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(212,198,210,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(179,161,175,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(212,198,210,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(179,161,175,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(212,198,210,0.5) 1px, transparent 1px);
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.course_summary3 .education_plan5::after {
    width: 100px;
    left: calc(50% - 50px);
    bottom: -30px;
    content: "";
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(179,161,175,0.5), transparent);
}.course_summary3 .container::after {
    background-size: 50px 86.6px;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0.03;
    left: 0;
    background-image: 
        repeating-linear-gradient(60deg, rgb(212,198,210,0.5) 0, rgb(212,198,210,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(212,198,210,0.5) 0, rgb(212,198,210,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(212,198,210,0.5) 0, rgb(212,198,210,0.5) 1px, transparent 1px, transparent 30px);
    animation: hexMove 60s linear infinite;
    height: 100%;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_summary3 .img_overlay_box9::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

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

.course_summary3 .text_element2 h2 {
    animation: reveal 0.8s forwards;
}.course_summary3 .text_element2 .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.course_summary3 .text_element2 .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.course_summary3 .education_plan5 {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.course_summary3 .text_element2 {
    z-index: 4;
    grid-row: 2;
    margin-top: -80px;
}.course_summary3 .img_overlay_box9 {
    height: 500px;
    grid-row: 1;
}
}

@media (max-width: 991px) {.course_summary3 {
    padding: 80px 0;
}.course_summary3 .education_plan5 {
    gap: 40px;
}.course_summary3 .text_element2 {
    padding: 30px;
}.course_summary3 .img_overlay_box9 {
    height: 400px;
}
}

@media (max-width: 768px) {.course_summary3 {
    padding: 60px 0;
}.course_summary3 .text_element2 {
    padding: 25px;
}.course_summary3 .img_overlay_box9 {
    height: 350px;
}.course_summary3 .text_element2 h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 576px) {.course_summary3 {
    padding: 50px 0;
}.course_summary3 .text_element2 {
    padding: 20px;
}.course_summary3 .img_overlay_box9 {
    height: 300px;
}.course_summary3 .text_element2 h2 {
    font-size: calc(31px * 0.8);
}.course_summary3 .text_element2 .description {
    font-size: calc(14px * 0.95);
}
}

@media (min-width: 992px) {.course_summary3 .text_element2:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}.course_summary3 .text_element2:hover::before {
    border-color: rgb(212,198,210);
    transition: all 0.3s ease;
    opacity: 0.5;
}.course_summary3 .img_overlay_box9:hover::after {
    transition: opacity 0.3s ease;
    opacity: 0.8;
}}
.welcome_section2 {
    align-items: center;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(135deg, rgb(239,234,238), rgb(212,198,210,0.5));
    position: relative;
    display: flex;
    min-height: 100vh;
}.welcome_section2 > div {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 2rem;
    width: 100%;
    margin: 0 auto;
}.welcome_section2::before {
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(212,198,210,0.5) 0%, transparent 100%);
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
}.welcome_section2::after {
    height: 200px;
    right: -50px;
    border-radius: 50%;
    width: 200px;
    bottom: -50px;
    background: rgb(179,161,175);
    filter: blur(40px);
    opacity: 0.1;
    position: absolute;
    animation: pulse 8s infinite alternate;
    content: "";
}.welcome_section2 .story_info1 {
    margin-bottom: 2rem;
    position: relative;
    border-left: 4px solid rgb(212,198,210);
    opacity: 0;
    padding-left: 1rem;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
}.welcome_section2 .learn_hero4 {
    color: rgb(212,198,210);
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 43px;
    margin: 0;
    display: inline-block;
    line-height: 1.2;
}.welcome_section2 .learn_hero4::after {
    background: linear-gradient(to right, rgb(179,161,175), transparent);
    bottom: -8px;
    content: "";
    height: 3px;
    transform: scaleX(0.3);
    width: 100%;
    transform-origin: left;
    left: 0;
    transition: transform 0.5s ease;
    position: absolute;
}.welcome_section2:hover .learn_hero4::after {
    transform: scaleX(1);
}.welcome_section2 .main_entry2 {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.8s 0.4s forwards ease-out;
    padding: 3rem;
    opacity: 0;
    position: relative;
    transform: translateY(30px);
}.welcome_section2 .main_entry2::before {
    background: linear-gradient(135deg, rgb(212,198,210,0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
    opacity: 0.85;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}.welcome_section2 .main_entry2 > div {
    display: grid;
    position: relative;
    z-index: 2;
    gap: 2rem;
    grid-template-columns: 1fr;
}.welcome_section2 .main_entry2 p {
    position: relative;
    border-left: 3px solid rgb(179,161,175);
    font-weight: 400;
    transform: translateY(15px);
    font-size: calc(13px * 1.2);
    padding-left: 1rem;
    color: #ffffff;
    opacity: 0;
    animation: fadeInUp 0.8s 0.6s forwards ease-out;
    margin: 0;
    line-height: 1.5;
}.welcome_section2 .main_entry2 h3 {
    position: relative;
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    animation: fadeInUp 0.8s 0.8s forwards ease-out;
    transform: translateY(15px);
    font-size: 21px;
    opacity: 0;
}.welcome_section2 .main_entry2 h3::after {
    height: 3px;
    left: 0;
    width: 60px;
    bottom: -12px;
    background: rgb(179,161,175);
    position: absolute;
    content: "";
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}


@media (min-width: 768px) {.welcome_section2 > div {
    padding: 3rem;
}.welcome_section2 .main_entry2 > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.welcome_section2 .learn_hero4 {
    font-size: calc(43px * 1.2);
}.welcome_section2 .story_info1 {
    margin-bottom: 3rem;
}.welcome_section2 .main_entry2 {
    padding: 4rem;
}
}

@media (min-width: 992px) {.welcome_section2 > div {
    padding: 4rem;
}.welcome_section2 .learn_hero4 {
    font-size: calc(43px * 1.4);
}.welcome_section2 .main_entry2 {
    width: 95%;
    margin-left: 5%;
}.welcome_section2 .story_info1 {
    padding-left: 2rem;
    border-left-width: 6px;
}
}

@media (max-width: 767px) {.welcome_section2 {
    padding: 4rem 0;
    min-height: auto;
}.welcome_section2 .learn_hero4 {
    font-size: calc(43px * 0.85);
}.welcome_section2 .main_entry2 {
    padding: 2rem;
}.welcome_section2 .main_entry2 p {
    font-size: 13px;
}.welcome_section2 .main_entry2 h3 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 480px) {.welcome_section2 > div {
    padding: 1.5rem;
}.welcome_section2 .learn_hero4 {
    font-size: calc(43px * 0.7);
}.welcome_section2 .main_entry2 {
    padding: 1.5rem;
}}.location_details3 {
    background: rgb(239,234,238);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.location_details3::before {
    height: 100%;
    z-index: 0;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(212,198,210,0.5) 0%, transparent 70%);
    opacity: 0.4;
    position: absolute;
    width: 100%;
}.location_details3::after {
    background-image: linear-gradient(rgb(239,234,238) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(239,234,238) 1px, transparent 1px);
    opacity: 0.06;
    content: "";
    background-size: 20px 20px;
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    background-position: center center;
    height: 100%;
}.location_details3 .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.location_details3 .get_contactus3 {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    position: relative;
}.location_details3 .course_faq3 {
    position: relative;
    transition: all 0.4s ease;
    background: #ffffff;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}.location_details3 .course_faq3:first-child {
    padding: 40px;
    display: flex;
    flex-direction: column;
}.location_details3 .course_faq3:first-child::before {
    background: linear-gradient(90deg, rgb(212,198,210), rgb(179,161,175));
    width: 100%;
    height: 6px;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
}.location_details3 .course_faq3:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.location_details3 h2 {
    margin-bottom: 30px;
    color: #000000;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    font-size: 29px;
}.location_details3 h2::after {
    transition: width 0.3s ease;
    position: absolute;
    width: 30px;
    height: 2px;
    background: rgb(212,198,210);
    content: "";
    bottom: -15px;
    left: 0;
}.location_details3 .course_faq3:hover h2::after {
    width: 50px;
}.location_details3 h3 {
    color: #000000;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 15px;
}.location_details3 p {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
}.location_details3 .online_questions9 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(212,198,210);
    margin-bottom: 20px;
    font-size: calc(15px * 1.2);
    font-weight: 700;
}.location_details3 .msg_support5 {
    padding-left: 15px;
    border-left: 2px solid rgb(212,198,210,0.5);
    margin-bottom: 30px;
}.location_details3 .get_in_touch4 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: auto;
    padding-top: 30px;
}.location_details3 .get_in_touch4 h3 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}.location_details3 .get_in_touch4 h3::before {
    display: block;
    content: "";
    height: 16px;
    margin-right: 10px;
    width: 16px;
    background: rgb(212,198,210);
}.location_details3 .instant_request9 {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    display: grid;
}.location_details3 .instant_request9 span {
    text-align: center;
    transition: all 0.3s ease;
    padding: 8px 10px;
    border-left: 3px solid rgb(212,198,210);
    display: block;
    font-size: calc(15px * 0.85);
    color: #000000;
    background: rgb(239,234,238);
}.location_details3 .instant_request9 span:hover {
    transform: translateX(3px);
    background: rgb(212,198,210);
    color: #ffffff;
}.location_details3 .course_faq3 .img_overlay_box9 {
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.5s ease;
}.location_details3 .course_faq3:hover .img_overlay_box9 {
    transform: scale(1.05);
}.location_details3 .edu_asksup0 {
    display: flex;
    padding: 40px;
    gap: 20px;
    flex-direction: column;
}.location_details3 .edu_asksup0 a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
    align-items: flex-start;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
}.location_details3 .edu_asksup0 a:last-child {
    padding-bottom: 0;
    border-bottom: none;
}.location_details3 .edu_asksup0 a:hover {
    transform: translateX(5px);
}.location_details3 .edu_asksup0 a::before {
    transition: width 0.3s ease;
    content: "";
    background: rgb(212,198,210);
    left: -40px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
}.location_details3 .edu_asksup0 a:hover::before {
    width: 3px;
}.location_details3 .edu_asksup0 a span {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 400;
    display: block;
    color: #000000;
}.location_details3 .edu_asksup0 a p {
    margin: 0;
    font-weight: 600;
    font-size: calc(15px * 1.1);
    color: #000000;
}.location_details3 svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    margin-top: 5px;
    fill: rgb(212,198,210);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}.location_details3 svg path {
    fill: rgb(212,198,210);
    transition: fill 0.3s ease;
}.location_details3 .edu_asksup0 a:hover svg {
    transform: scale(1.2);
}.location_details3 .edu_asksup0 a:hover svg,
.location_details3 .edu_asksup0 a:hover svg path {
    fill: rgb(179,161,175);
}

@media (max-width: 992px) {.location_details3 {
    padding: 70px 0;
}.location_details3 .get_contactus3 {
    grid-template-columns: 1fr 1fr;
}.location_details3 .course_faq3:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.location_details3 {
    padding: 50px 0;
}.location_details3 .get_contactus3 {
    grid-template-columns: 1fr;
}.location_details3 .course_faq3:last-child {
    grid-column: span 1;
}.location_details3 .course_faq3 .img_overlay_box9 {
    height: 300px;
}.location_details3 .course_faq3:first-child {
    order: 1;
}.location_details3 .course_faq3:nth-child(2) {
    order: 3;
}.location_details3 .course_faq3:last-child {
    order: 2;
}
}

@media (max-width: 576px) {.location_details3 {
    padding: 40px 0;
}.location_details3 .course_faq3:first-child,
    .location_details3 .edu_asksup0 {
    padding: 30px 20px;
}.location_details3 .course_faq3 .img_overlay_box9 {
    height: 220px;
}.location_details3 .instant_request9 {
    grid-template-columns: 1fr 1fr;
}}

.location_details3::before {
    animation: gradient-shift 15s ease infinite alternate;
}@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}

.location_details3 .course_faq3:first-child {
    overflow: hidden;
    position: relative;
}.location_details3 .course_faq3:first-child::after {
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(212,198,210,0.5) 100%);
    top: -50%;
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.05;
    transform: rotate(45deg);
    transition: transform 0.5s ease;
    right: -50%;
    height: 100%;
}.location_details3 .course_faq3:first-child:hover::after {
    transform: rotate(45deg) scale(1.2);
}.location_details3 .edu_asksup0 a:nth-child(1) {
    animation-delay: 0.1s;
}.location_details3 .edu_asksup0 a:nth-child(2) {
    animation-delay: 0.2s;
}.location_details3 .edu_asksup0 a:nth-child(3) {
    animation-delay: 0.3s;
}.location_details3 .course_faq3:nth-child(2) .img_overlay_box9::after {
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    inset: 0;
}.location_details3 .instant_request9 span:hover {
    animation: pulse 1s ease;
}@keyframes pulse {
    0% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(3px);
    }
}.teach_supp4 {
    padding: 6rem 0 4rem;
    position: relative;
    z-index: 1;
    color: #ffffff;
}.teach_supp4::before {
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background: #000000;
    opacity: 0.85;
    width: 100%;
    top: 0;
    height: 100%;
}.teach_supp4::after {
    width: 100%;
    z-index: -1;
    position: absolute;
    background-size: 30px 30px;
    opacity: 0.15;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(rgba(rgb(212,198,210), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(212,198,210), 0.2) 1px, transparent 1px);
    animation: gridAnimate 15s linear infinite;
    content: "";
    background-position: center;
    top: 0;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.teach_supp4 .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
    display: grid;
}.teach_supp4 .company_holder {
    position: relative;
    grid-column: 1 / 5;
    grid-row: 1;
}.teach_supp4 .company_holder::before {
    border-top: 2px solid rgb(212,198,210);
    top: -20px;
    height: 60px;
    opacity: 0.7;
    content: "";
    width: 60px;
    left: -20px;
    border-left: 2px solid rgb(212,198,210);
    position: absolute;
}.teach_supp4 .company_holder::after {
    border-right: 2px solid rgb(212,198,210);
    height: 60px;
    bottom: -20px;
    position: absolute;
    right: -20px;
    width: 60px;
    border-bottom: 2px solid rgb(212,198,210);
    opacity: 0.7;
    content: "";
}.teach_supp4 .company_holder h3 {
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, rgb(212,198,210));
    font-size: 29px;
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    position: relative;
    -webkit-background-clip: text !important;
    font-weight: 700;
}.teach_supp4 .company_holder h3::after {
    box-shadow: 0 0 10px rgb(212,198,210);
    height: 2px;
    content: "";
    position: absolute;
    bottom: -5px;
    background: rgb(212,198,210);
    width: 30%;
    left: 0;
}.teach_supp4 .sample_docs7 {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
    margin-top: 1.5rem;
}.teach_supp4 .gift_card6 {
    grid-column: 6 / 13;
    justify-content: flex-end;
    display: flex;
    grid-row: 1;
}.teach_supp4 .header_lead9 {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 3rem;
    display: grid;
}.teach_supp4 .top_start2 {
    border-radius: 10px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    backdrop-filter: blur(4px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}.teach_supp4 .top_start2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}.teach_supp4 .top_start2::before {
    transition: height 0.3s ease;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 3px;
    background: rgb(212,198,210);
    height: 0;
}.teach_supp4 .top_start2:hover::before {
    height: 100%;
}.teach_supp4 .top_start2 h5 {
    color: rgb(179,161,175);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    font-size: 23px;
}.teach_supp4 .top_start2 h5::before {
    transform: translateY(-50%);
    height: 5px;
    top: 50%;
    width: 5px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(212,198,210);
    background: rgb(212,198,210);
    left: 0;
    position: absolute;
    content: "";
}.teach_supp4 .top_start2 .header_lead9 {
    gap: 0.7rem;
    flex-direction: column;
    display: flex;
}.teach_supp4 .top_start2 .header_lead9 a {
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    padding: 0.4rem 1rem;
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0.7;
    font-size: 13px;
    overflow: hidden;
}.teach_supp4 .top_start2 .header_lead9 a::before {
    content: "";
    top: 0;
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(rgb(212,198,210,0.5), 0.1), transparent);
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
}.teach_supp4 .top_start2 .header_lead9 a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
}.teach_supp4 .top_start2 .header_lead9 a:hover::before {
    transform: translateX(0);
}.a11y_tools5 {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-column: 1 / 13;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    margin-top: 4rem;
    grid-row: 2;
}.a11y_tools5::before {
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(212,198,210), transparent);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 60%;
    top: 0;
}.a11y_tools5 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.a11y_tools5 .cert_block9 {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 992px) {.teach_supp4 .container {
    grid-template-columns: repeat(1, 1fr);
}.teach_supp4 .company_holder {
    grid-row: 1;
    grid-column: 1;
}.teach_supp4 .gift_card6 {
    margin-top: 2rem;
    grid-column: 1;
    grid-row: 2;
}.a11y_tools5 {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.teach_supp4 {
    padding: 4rem 0 3rem;
}.teach_supp4 .header_lead9 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.teach_supp4 .top_start2 {
    padding: 1.2rem;
}.teach_supp4 .top_start2 h5 {
    font-size: calc(23px * 0.9);
}.teach_supp4 .company_holder::before,
    .teach_supp4 .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.teach_supp4 {
    padding: 3rem 0 2rem;
}.teach_supp4 .company_holder h3 {
    font-size: calc(29px * 0.9);
}.teach_supp4 .sample_docs7 {
    font-size: calc(13px * 0.9);
}.teach_supp4 .top_start2 .header_lead9 a {
    font-size: calc(13px * 0.9);
}.a11y_tools5 {
    margin-top: 2rem;
    padding: 1rem 0;
}}header {
    position: relative;
    padding: 1.2rem 0;
    z-index: 1000;
    background-color: rgb(239,234,238);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
}header::before {
    animation: gridMove 40s linear infinite;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(212,198,210,0.5) 49.5%, rgb(212,198,210,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(179,161,175,0.5) 49.5%, rgb(179,161,175,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    position: absolute;
    content: '';
}header::after {
    z-index: 1;
    position: absolute;
    height: 4px;
    content: '';
    bottom: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(212,198,210) 0%, 
        rgb(179,161,175) 50%, 
        rgb(212,198,210) 100%);
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}header .header_top0 {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}header .top_start2 {
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.2);
    gap: 0.5rem;
    backdrop-filter: blur(10px);
    display: flex;
    padding: 5px;
    position: relative;
}header .header_pro3 {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.2rem;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-weight: 400;
    font-size: 14px;
    position: relative;
}header .header_pro3::before {
    opacity: 0;
    transform: scale(0.95);
    right: -2px;
    z-index: -1;
    left: -2px;
    border-radius: calc(10px + 2px);
    top: -2px;
    content: '';
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(212,198,210), rgb(179,161,175));
    bottom: -2px;
    position: absolute;
}header .header_pro3::after {
    right: 0;
    bottom: 0;
    content: '';
    top: 0;
    border-radius: 10px;
    background: rgb(212,198,210);
    left: 0;
    z-index: -1;
    position: absolute;
}header .header_pro3:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}header .header_pro3:hover::before {
    transform: scale(1);
    opacity: 1;
}header .page_nav5 {
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 1rem;
}header .page_nav5::before {
    content: '';
    left: -100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    height: 100%;
    top: 0;
    transition: 0.5s;
    width: 100%;
}header .page_nav5:hover::before {
    left: 100%;
}header .page_nav5 svg {
    height: auto;
    width: 160px;
    position: relative;
    z-index: 2;
}

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

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .top_start2 {
    gap: 0.3rem;
}header .header_pro3 {
    font-size: calc(14px - 1px);
    padding: 0.6rem 0.8rem;
}header .page_nav5 svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .header_top0 {
    flex-direction: column;
    align-items: stretch;
}header .header_pro3 {
    font-size: calc(14px - 2px);
    padding: 0.5rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .header_pro3 {
    white-space: normal;
}
}.learning_system7 {
    overflow: visible;
    background: linear-gradient(130deg, rgb(239,234,238) 0%, rgb(179,161,175,0.5) 150%);
    padding: 170px 0 140px;
    position: relative;
}.learning_system7::before {
    height: 100%;
    background-image: linear-gradient(rgb(212,198,210,0.5) 1px, transparent 1px);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-size: 100% 40px;
    left: 0;
    content: '';
    opacity: 0.05;
}.learning_system7 .master_classes3 {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.learning_system7 .text_element2 {
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    position: relative;
}.learning_system7 .text_element2 h2 {
    border-radius: 28px;
    font-weight: 700;
    z-index: 4;
    position: relative;
    font-size: 37px;
    transform: translate(-60px, -40px);
    width: 40%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin: 0;
    backdrop-filter: blur(10px);
    align-self: flex-start;
    padding: 35px 40px;
    color: #ffffff;
    background: linear-gradient(120deg, rgb(212,198,210,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
}.learning_system7 .text_element2 p {
    z-index: 3;
    position: relative;
    border-radius: 28px;
    transform: translate(30px, 40px);
    width: 60%;
    align-self: flex-end;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 50px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
}.learning_system7 .text_element2::before {
    position: absolute;
    z-index: 1;
    height: 65%;
    content: '';
    filter: blur(40px);
    border-radius: 28px;
    width: 80%;
    top: 15%;
    background: linear-gradient(140deg, rgb(212,198,210,0.5) 0%, transparent 70%);
    left: 10%;
    opacity: 0.15;
}.learning_system7 .text_element2::after {
    position: absolute;
    height: 80%;
    content: '';
    border-radius: 28px;
    top: 10%;
    border: 1px solid rgb(212,198,210,0.5);
    opacity: 0.1;
    width: 90%;
    left: 5%;
    z-index: 2;
}.learning_system7 .text_element2 h2::before {
    bottom: -60px;
    width: 120px;
    right: -60px;
    background: rgb(212,198,210);
    filter: blur(30px);
    content: '';
    border-radius: 50%;
    height: 120px;
    opacity: 0.05;
    position: absolute;
    z-index: -1;
}.learning_system7 .text_element2 h2::after {
    right: 40px;
    z-index: 5;
    position: absolute;
    bottom: -90px;
    content: '';
    opacity: 0.6;
    height: 80px;
    background: rgb(212,198,210);
    width: 3px;
}.learning_system7 .text_element2 p::before {
    opacity: 0.3;
    content: '';
    width: 80%;
    position: absolute;
    top: 30px;
    background: linear-gradient(90deg, transparent, rgb(212,198,210,0.5), transparent);
    left: 10%;
    height: 1px;
}.learning_system7 .text_element2 p::after {
    left: 20%;
    bottom: 30px;
    background: linear-gradient(90deg, transparent, rgb(179,161,175,0.5), transparent);
    position: absolute;
    height: 1px;
    width: 60%;
    opacity: 0.3;
    content: '';
}.learning_system7::after {
    width: 250px;
    position: absolute;
    right: 10%;
    height: 250px;
    opacity: 0.05;
    content: '';
    animation: float-morph 20s infinite alternate;
    background: rgb(212,198,210,0.5);
    z-index: 1;
    bottom: -100px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    filter: blur(80px);
}.learning_system7 .master_classes3::before {
    opacity: 0.2;
    content: '';
    animation: rotate-scale 25s infinite linear;
    top: -100px;
    position: absolute;
    transform-origin: center;
    left: 12%;
    border: 1px solid rgb(179,161,175,0.5);
    height: 200px;
    width: 200px;
}.learning_system7 .master_classes3::after {
    width: 180px;
    animation: rotate-scale 20s infinite linear reverse;
    border: 1px dashed rgb(212,198,210,0.5);
    transform-origin: center;
    content: '';
    opacity: 0.15;
    left: 40%;
    height: 180px;
    bottom: -90px;
    position: absolute;
}@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}

@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.learning_system7 .master_classes3::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}.learning_system7 .master_classes3::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

@media screen and (max-width: 1200px) {.learning_system7 .text_element2 h2 {
    transform: translate(-40px, -30px);
    width: 45%;
}.learning_system7 .text_element2 p {
    width: 65%;
    transform: translate(20px, 30px);
}.learning_system7 .master_classes3::before,
    .learning_system7 .master_classes3::after {
    height: 160px;
    width: 160px;
}
}

@media screen and (max-width: 992px) {.learning_system7 {
    padding: 140px 0 120px;
}.learning_system7 .text_element2 h2 {
    transform: translate(-30px, -25px);
    width: 50%;
    padding: 30px 35px;
}.learning_system7 .text_element2 p {
    width: 70%;
    padding: 35px 40px;
    transform: translate(15px, 25px);
}.learning_system7 .text_element2 h2::after {
    bottom: -70px;
    height: 60px;
}.learning_system7 .master_classes3::before {
    top: -70px;
    height: 140px;
    width: 140px;
}.learning_system7 .master_classes3::after {
    height: 140px;
    width: 140px;
    bottom: -70px;
}
}

@media screen and (max-width: 768px) {.learning_system7 {
    overflow: hidden;
    padding: 120px 0 100px;
}.learning_system7 .text_element2 {
    flex-direction: column;
}.learning_system7 .text_element2 h2 {
    padding: 25px 30px;
    transform: none;
    margin-bottom: 40px;
    width: 100%;
    font-size: calc(37px * 0.9);
}.learning_system7 .text_element2 p {
    width: 100%;
    transform: none;
}.learning_system7 .text_element2::before,
    .learning_system7 .text_element2::after {
    display: none;
}.learning_system7 .text_element2 h2::after {
    right: 50%;
    bottom: -50px;
    height: 40px;
}.learning_system7 .master_classes3::before,
    .learning_system7 .master_classes3::after,
    .learning_system7::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.learning_system7 {
    padding: 100px 0 80px;
}.learning_system7 .text_element2 h2 {
    padding: 20px 25px;
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.learning_system7 .text_element2 p {
    font-size: calc(15px * 0.9);
    padding: 25px 30px;
}.learning_system7 .text_element2 h2::after {
    bottom: -40px;
    height: 30px;
}}.our_team3 {
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
}.our_team3::before {
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%);
    bottom: 0;
    right: 0;
    position: absolute;
}.our_team3::after {
    animation: glow 12s infinite alternate ease-in-out;
    background: linear-gradient(135deg, rgb(212,198,210,0.5) 0%, transparent 70%);
    height: 60%;
    width: 60%;
    z-index: 2;
    filter: blur(50px);
    content: "";
    transform: rotate(-15deg);
    top: -10%;
    opacity: 0.7;
    right: -10%;
    position: absolute;
}.our_team3 .container {
    z-index: 5;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.our_team3 .text_element2 {
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(179,161,175);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    max-width: 900px;
}.our_team3 .text_element2:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_team3 h1 {
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 2.5rem;
    font-size: 38px;
    transform: translateX(-10px);
    animation: slideIn 0.8s 0.3s forwards cubic-bezier(0.22, 1, 0.36, 1);
}.our_team3 h1::after {
    transform: scaleX(0);
    position: absolute;
    bottom: -12px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(179,161,175), transparent);
    width: 80px;
    content: "";
    height: 4px;
    left: 0;
    animation: expandLine 1.2s 0.8s forwards cubic-bezier(0.22, 1, 0.36, 1);
}.our_team3 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.our_team3 ul li {
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
}.our_team3 ul li:last-child {
    animation-delay: 0.8s;
}.our_team3 h4 {
    color: rgb(179,161,175);
    font-weight: 600;
    font-size: calc(23px * 1.2);
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
}.our_team3 h4::before {
    border-top: 2px solid rgb(179,161,175,0.5);
    left: -20px;
    opacity: 0;
    top: -10px;
    width: 30px;
    content: "";
    animation: fadeIn 1s 1.2s forwards ease-out;
    border-left: 2px solid rgb(179,161,175,0.5);
    height: 30px;
    position: absolute;
}.our_team3 span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    font-weight: 300;
    column-count: 1;
    display: block;
    color: #ffffff;
}

@media (min-width: 768px) {.our_team3 span {
    column-count: 2;
    column-gap: 2.5rem;
}.our_team3 .text_element2 {
    padding: 4rem;
    margin-left: 2rem;
}
}

@media (min-width: 992px) {.our_team3 {
    padding: 10rem 0;
}.our_team3 .text_element2 {
    padding: 5rem;
    margin-left: 4rem;
}.our_team3 h1 {
    font-size: calc(38px * 1.2);
}.our_team3 span {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.our_team3 {
    padding: 6rem 0;
}.our_team3 .text_element2 {
    clip-path: none;
    padding: 2rem;
    border-left-width: 3px;
    transform: none;
}.our_team3 h1 {
    font-size: calc(38px * 0.9);
}.our_team3 h4 {
    font-size: 23px;
}.our_team3 span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.our_team3::after {
    width: 100%;
    height: 40%;
}}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 0.8;
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(-10deg) scale(1.1);
    }
}.privacy_redoubt1 {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(239,234,238), rgba(240, 240, 245, 0.7));
    padding: 4rem 2rem;
    overflow: hidden;
}.privacy_redoubt1::before {
    background: linear-gradient(135deg, rgb(212,198,210,0.5), transparent);
    right: -5%;
    height: 70%;
    transform: rotate(-15deg) skew(15deg);
    z-index: 0;
    width: 40%;
    opacity: 0.07;
    top: -10%;
    content: '';
    position: absolute;
}.privacy_redoubt1::after {
    bottom: -10%;
    z-index: 0;
    position: absolute;
    transform: rotate(12deg) skew(-12deg);
    background: linear-gradient(225deg, rgb(179,161,175,0.5), transparent);
    content: '';
    opacity: 0.05;
    height: 60%;
    width: 45%;
    left: -5%;
}.privacy_redoubt1 .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
}.privacy_redoubt1 h1 {
    transform: translateX(-0.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    font-size: calc(39px * 1.1);
    margin-bottom: 2.5rem;
    position: relative;
    line-height: 1.2;
    color: rgb(212,198,210);
}.privacy_redoubt1 h1::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(179,161,175), transparent);
    content: '';
    left: 0;
    bottom: -0.8rem;
    width: 4rem;
}.privacy_redoubt1 h2 {
    padding-left: 1rem;
    font-size: 32px;
    margin: 2.8rem 0 1.2rem;
    position: relative;
    font-weight: 600;
    color: #000000;
}.privacy_redoubt1 h2::before {
    border-radius: 2px;
    content: '';
    left: 0;
    top: 0.5rem;
    bottom: 0.5rem;
    background: rgb(179,161,175);
    opacity: 0.7;
    position: absolute;
    width: 4px;
}.privacy_redoubt1 h3 {
    color: #000000;
    margin: 2.5rem 0 1rem;
    font-size: calc(32px * 0.85);
    padding-bottom: 0.7rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-weight: 400;
}.privacy_redoubt1 h4 {
    font-weight: 400;
    font-size: calc(32px * 0.75);
    color: rgb(212,198,210);
    margin: 2.2rem 0 0.8rem;
}.privacy_redoubt1 p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 14px;
    max-width: 48rem;
    line-height: 1.7;
}.privacy_redoubt1 ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style-type: none;
}.privacy_redoubt1 li {
    font-size: 14px;
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
}.privacy_redoubt1 li::before {
    top: 0.6rem;
    height: 0.5rem;
    background: rgb(179,161,175);
    transform: rotate(45deg);
    content: '';
    left: 0;
    position: absolute;
    width: 0.5rem;
}.privacy_redoubt1 span {
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    margin-bottom: 2rem;
    font-style: italic;
    font-size: 14px;
    padding: 0.5rem 0 0;
    padding-left: 1.2rem;
    line-height: 1.7;
    display: block;
}.privacy_redoubt1 strong {
    font-weight: 600;
    color: #000000;
}

@media (min-width: 768px) {.privacy_redoubt1 {
    padding: 5rem 3rem;
}.privacy_redoubt1 .container {
    padding: 0 2rem;
}.privacy_redoubt1 h1 {
    font-size: calc(39px * 1.2);
    margin-bottom: 3rem;
    transform: translateX(-1rem);
}.privacy_redoubt1 h1::after {
    height: 4px;
    width: 6rem;
}.privacy_redoubt1 h2 {
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
}.privacy_redoubt1 p {
    line-height: 1.75;
    font-size: calc(14px * 1.05);
}.privacy_redoubt1 ul {
    padding-left: 2rem;
}.privacy_redoubt1 li {
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.privacy_redoubt1 {
    padding: 6rem 2rem;
}.privacy_redoubt1::before {
    width: 35%;
    height: 75%;
}.privacy_redoubt1::after {
    height: 65%;
    width: 40%;
}.privacy_redoubt1 h1 {
    font-size: calc(39px * 1.3);
    margin-bottom: 3.5rem;
}.privacy_redoubt1 h2 {
    font-size: calc(32px * 1.1);
}.privacy_redoubt1 h2::before {
    width: 5px;
}.privacy_redoubt1 p, .privacy_redoubt1 li, .privacy_redoubt1 span {
    font-size: calc(14px * 1.1);
}.privacy_redoubt1 .container {
    padding: 0 3rem;
}.privacy_redoubt1 li::before {
    height: 0.6rem;
    width: 0.6rem;
}
}

@media (min-width: 1200px) {.privacy_redoubt1 {
    padding: 7rem 2rem;
}.privacy_redoubt1 h1 {
    font-size: calc(39px * 1.4);
}.privacy_redoubt1 h1::after {
    width: 8rem;
}.privacy_redoubt1 .container {
    max-width: 1200px;
}
}

@media (hover: hover) {.privacy_redoubt1 li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
}

@media (prefers-reduced-motion: reduce) {.privacy_redoubt1 *,
    .privacy_redoubt1 *::before,
    .privacy_redoubt1 *::after {
    animation: none !important;
    transition: none !important;
}
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}

header .page_nav5 img.site-logo {
    height: auto;
    width: 56px;
    max-height: 56px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    display: block;
}

header .page_nav5 {
    padding: 0.25rem 0.5rem;
}

header .mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: rgb(212,198,210);
    cursor: pointer;
    z-index: 1001;
}

header .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

header .mobile-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

header .mobile-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

header .mobile-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

header .header_top0 .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

.teach_supp4 .footer-contacts p {
    color: #ffffff;
    opacity: 0.85;
    font-size: 13px;
    margin: 0;
    padding: 0.4rem 1rem;
    line-height: 1.5;
}

.teach_supp4 .footer-contacts p a {
    color: #ffffff;
    text-decoration: underline;
    opacity: 1;
}

.teach_supp4 .footer-contacts p a:hover {
    color: rgb(212,198,210);
}

.form-phone-error {
    display: block;
    color: #c0392b;
    font-size: 13px;
    margin: -8px 0 14px;
    padding-left: 4px;
    line-height: 1.4;
}

.connect_form0 form {
    box-sizing: border-box;
}

.connect_form0 form input[type="text"],
.connect_form0 form input[type="tel"] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 16px;
    background: rgb(239,234,238);
    color: #000000;
    font-family: Arial, sans-serif;
    border: 1px solid transparent;
}

.connect_form0 form input[type="text"]:focus,
.connect_form0 form input[type="tel"]:focus {
    background: #ffffff;
    outline: none;
    border-color: rgb(212,198,210);
    box-shadow: 0 0 0 3px rgba(212,198,210, 0.35);
}

.connect_form0 form input[type="text"]::placeholder,
.connect_form0 form input[type="tel"]::placeholder {
    color: rgba(0, 0, 0, 0.45);
}

.connect_form0 .inquiry_map2 {
    margin: 4px 0 24px;
}

.connect_form0 form .connect_map1 {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.get_updates6 .input_holder {
    align-items: stretch;
    gap: 0.75rem;
}

.get_updates6 input[type="email"] {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    margin-right: 0;
    border: 1px solid transparent;
}

.get_updates6 input[type="email"]:focus {
    background: #ffffff;
    border-color: rgb(212,198,210);
    transform: none;
}

.get_updates6 input[type="submit"] {
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 769px) {
    .get_updates6 .input_holder {
        flex-wrap: nowrap;
        align-items: center;
    }

    .get_updates6 input[type="email"] {
        flex: 1 1 auto;
        margin-right: 1rem;
        margin-bottom: 0;
        width: auto;
    }

    .get_updates6 input[type="submit"] {
        width: auto;
        flex: 0 0 auto;
    }

    .connect_form0 form .connect_map1 {
        width: auto;
        min-width: 180px;
    }
}

@media (max-width: 991px) {
    header .page_nav5 img.site-logo {
        width: 48px;
        max-height: 48px;
    }
}

@media (max-width: 767px) {
    header .mobile-menu-toggle {
        display: flex;
    }

    header .header_top0 {
        flex-direction: column;
        align-items: stretch;
    }

    header .top_start2 {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 0;
        padding: 12px;
        order: unset;
        flex-wrap: nowrap;
        overflow-x: visible;
        gap: 0.5rem;
    }

    header .top_start2.is-open {
        display: flex;
    }

    header .header_pro3 {
        width: 100%;
        text-align: center;
        white-space: normal;
    }

    header .page_nav5 img.site-logo {
        width: 44px;
        max-height: 44px;
    }

    header .page_nav5 {
        padding: 0.2rem 0.4rem;
    }

    .connect_form0 {
        padding: 60px 0;
    }

    .connect_form0 .feedback_box5 {
        padding: 32px 24px;
    }

    .connect_form0 form {
        padding-left: 0;
        padding-top: 0;
    }

    .connect_form0 form h3 {
        margin-bottom: 24px;
    }

    .connect_form0 .inquiry_map2 label {
        font-size: 13px;
        padding-left: 32px;
    }

    .get_updates6 {
        padding: 3rem 1rem;
    }

    .get_updates6 .request_map7 {
        width: 100%;
    }

    .get_updates6 h3 {
        transform: none;
        font-size: calc(19px * 0.85);
        padding: 1rem 1.2rem;
    }

    .get_updates6 .input_holder {
        transform: none;
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    header .page_nav5 img.site-logo {
        width: 40px;
        max-height: 40px;
    }

    .connect_form0 form input[type="text"],
    .connect_form0 form input[type="tel"],
    .get_updates6 input[type="email"] {
        font-size: 16px;
        padding: 14px 16px;
    }

    .connect_form0 form .connect_map1,
    .get_updates6 input[type="submit"] {
        font-size: 16px;
        padding: 14px 20px;
    }
}

.about_company1 {
    font-family: Arial, sans-serif;
    background: rgb(239,234,238);
}

.about_company1__hero {
    padding: 4rem 0 3rem;
    background: linear-gradient(135deg, rgb(212,198,210,0.35) 0%, rgb(239,234,238) 100%);
    border-bottom: 1px solid rgba(179,161,175, 0.25);
}

.about_company1__hero .container {
    max-width: 900px;
}

.about_company1__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 700;
    color: rgb(179,161,175);
    margin-bottom: 1rem;
}

.about_company1__hero h1 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    color: #000000;
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.about_company1__lead {
    font-size: 17px;
    line-height: 1.75;
    color: #000000;
    max-width: 42rem;
    margin: 0;
}

.about_company1 > .container {
    max-width: 1140px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.about_company1__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 4rem 0;
}

.about_company1__split--reverse {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.about_company1__figure {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.about_company1__figure img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.about_company1__content h2 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.about_company1__content p {
    font-size: 15px;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 1rem;
}

.about_company1__content p:last-child {
    margin-bottom: 0;
}

.about_company1__values {
    background: #ffffff;
    border-radius: 14px;
    padding: 2.5rem;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
}

.about_company1__values h2 {
    font-size: 26px;
    margin-bottom: 1.5rem;
    color: #000000;
    text-align: center;
}

.about_company1__values ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 2rem;
}

.about_company1__values li {
    font-size: 14px;
    line-height: 1.65;
    color: #000000;
    padding-left: 1rem;
    border-left: 3px solid rgb(212,198,210);
}

.about_company1__values strong {
    display: block;
    color: rgb(179,161,175);
    margin-bottom: 0.35rem;
    font-size: 15px;
}

.about_company1__cta {
    text-align: center;
    padding: 3.5rem 2rem;
    margin: 2rem 0 4rem;
    border-radius: 14px;
    background: linear-gradient(120deg, rgb(212,198,210) 0%, rgb(179,161,175) 100%);
    color: #ffffff;
}

.about_company1__cta h2 {
    font-size: 26px;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.about_company1__cta p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 34rem;
    margin: 0 auto 1.75rem;
    opacity: 0.95;
}

.about_company1__cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.about_company1__btn {
    display: inline-block;
    padding: 0.85rem 1.75rem;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
    color: rgb(179,161,175);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about_company1__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about_company1__btn--outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.85);
}

.about_company1__btn--outline:hover {
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
    .about_company1__split,
    .about_company1__split--reverse {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 0;
    }

    .about_company1__split--reverse .about_company1__figure {
        order: -1;
    }

    .about_company1__values ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .about_company1__hero {
        padding: 3rem 0 2rem;
    }

    .about_company1__values {
        padding: 1.75rem;
    }

    .about_company1__cta {
        padding: 2.5rem 1.25rem;
        margin-bottom: 3rem;
    }

    .about_company1__cta-links {
        flex-direction: column;
        align-items: stretch;
    }

    .about_company1__btn {
        text-align: center;
    }
}
