﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 4px;
    background: rgb(185,164,171,0.5);
    height: 13px;
}::-webkit-scrollbar-track {
    background: rgb(217,200,208);
    border: 1px dashed rgb(185,164,171);
    margin: 4px 0;
    border-radius: 18%;
}::-webkit-scrollbar-thumb {
    box-shadow: 5px -1px 4px 3px rgba(0, 0, 0, 0.3);
    border: 2px ridge rgb(185,164,171,0.5);
    background: rgb(217,200,208,0.5);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 1px -5px 2px 3px rgba(0, 0, 0, 0.4);
    background: rgb(185,164,171,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px -3px 12px 7px rgba(0, 0, 0, 0.4);
}* {
    scrollbar-color: rgb(185,164,171,0.5) rgb(185,164,171,0.5);
    scrollbar-width: auto;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-thumb {
    background: rgb(185,164,171,0.5);
}}

.wrapper-section_X {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.top_learning_X {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1122px;
    margin: auto;
}.trophy_case_q {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_v {
    z-index: 1;
    background: rgb(242,231,234);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact_v::before {
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    background-size: 60px 60px;
    top: 0;
    opacity: 0.3;
    background: linear-gradient(45deg, transparent 48%, rgb(217,200,208,0.5) 49%, rgb(217,200,208,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(185,164,171,0.5) 49%, rgb(185,164,171,0.5) 51%, transparent 52%);
    content: '';
    height: 100%;
}.contact_v::after {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.2;
    content: '';
    width: 100%;
    background: 
        linear-gradient(90deg, rgb(242,231,234) 6px, transparent 6px),
        linear-gradient(0deg, rgb(242,231,234) 6px, transparent 6px);
    z-index: 0;
    background-size: 100px 100px;
}.contact_v .pic_holder_R {
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.15;
    filter: grayscale(0.7) hue-rotate(25deg);
    position: absolute;
    height: 100%;
    z-index: 0;
}.contact_v .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.contact_v h3 {
    position: relative;
    color: #000000;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 4px;
    font-family: Arial, sans-serif;
    transform: skew(-5deg);
}.contact_v h3::before {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    left: 50%;
    background: linear-gradient(90deg, rgb(217,200,208), rgb(185,164,171));
    height: 5px;
    width: 100px;
    bottom: -15px;
    content: '';
    transform: translateX(-50%);
}.contact_v .help_section_n {
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}.contact_v .query_box_i {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #ffffff;
    z-index: 2;
    padding: 60px;
    border-radius: 0;
    position: relative;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    flex: 1 1 60%;
    transform: skew(-3deg);
}.contact_v .query_box_i::before {
    position: absolute;
    bottom: 20px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    pointer-events: none;
    right: 20px;
    left: 20px;
    top: 20px;
    content: '';
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.contact_v .query_box_i #contact {
    transform: skew(3deg);
}.contact_v .query_box_i h3 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 40px;
    transform: skew(0);
    color: #000000;
    font-weight: 700;
}.contact_v .query_box_i h3::before {
    transform: none;
    width: 60px;
    height: 3px;
    left: 0;
    clip-path: none;
}.contact_v .query_box_i input[type="text"],
.contact_v .query_box_i textarea {
    width: 100%;
    margin-bottom: 25px;
    background-color: #ffffff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0;
    color: #000000;
    padding: 20px;
    border: 2px solid rgb(217,200,208);
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.contact_v .query_box_i input[type="text"]:focus,
.contact_v .query_box_i textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.02);
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0 rgb(217,200,208,0.5);
}.contact_v .query_box_i textarea {
    height: 140px;
    resize: vertical;
}.contact_v .query_box_i .support_grid_v {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact_v .query_box_i .support_grid_v input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_v .query_box_i .support_grid_v label {
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    font-size: calc(18px - 2px);
    position: relative;
    padding-left: 35px;
}.contact_v .query_box_i .support_grid_v label::before {
    background-color: #ffffff;
    content: '';
    height: 24px;
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    left: 0;
    width: 24px;
    border: 2px solid rgb(217,200,208);
}.contact_v .query_box_i .support_grid_v input[type="checkbox"]:checked + label::before {
    background-color: rgb(217,200,208);
}.contact_v .query_box_i .support_grid_v input[type="checkbox"]:checked + label::after {
    height: 12px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    position: absolute;
    top: 5px;
    content: '';
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 9px;
}.contact_v .query_box_i .support_grid_v a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: rgb(217,200,208);
    transition: color 0.3s ease;
}.contact_v .query_box_i .support_grid_v a::after {
    transition: transform 0.3s ease;
    background-color: rgb(217,200,208);
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    height: 2px;
    width: 100%;
    transform-origin: left;
    content: '';
}.contact_v .query_box_i .support_grid_v a:hover {
    color: rgb(185,164,171);
}.contact_v .query_box_i .support_grid_v a:hover::after {
    transform: scaleX(1);
    background-color: rgb(185,164,171);
}.contact_v .query_box_i .message_help_P {
    padding: 18px 40px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgb(217,200,208);
    cursor: pointer;
    color: #ffffff;
    border: none;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    position: relative;
}.contact_v .query_box_i .message_help_P:hover {
    background: rgb(185,164,171);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translate(-3px, -3px);
}.contact_v .query_form_j {
    background: rgb(242,231,234);
    flex: 1 1 40%;
    margin-left: -40px;
    position: relative;
    z-index: 1;
    padding: 60px 60px 60px 80px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    color: #ffffff;
}.contact_v .query_form_j::before {
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: '';
}.contact_v .query_form_j::after {
    top: 20px;
    pointer-events: none;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.1);
    right: 20px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}.contact_v .query_form_j h4 {
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}.contact_v .query_form_j h4::after {
    left: 0;
    content: '';
    bottom: -15px;
    background: rgb(217,200,208);
    width: 60px;
    height: 3px;
    position: absolute;
}.contact_v .query_form_j .inquiry_block_l {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact_v .query_form_j .inquiry_block_l li {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    position: relative;
    padding-bottom: 20px;
    align-items: flex-start;
}.contact_v .query_form_j .inquiry_block_l li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}.contact_v .query_form_j .inquiry_block_l li svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 20px;
}.contact_v .query_form_j .inquiry_block_l li svg path {
    fill: rgb(217,200,208);
}.contact_v .query_form_j .inquiry_block_l li:hover svg path {
    fill: rgb(185,164,171);
    transition: fill 0.3s ease;
}.contact_v .query_form_j .inquiry_block_l li span {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}.contact_v .query_form_j .inquiry_block_l li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_v .query_form_j .inquiry_block_l li a:hover {
    color: rgb(217,200,208);
}

@media (max-width: 992px) {.contact_v {
    padding: 70px 0;
}.contact_v .help_section_n {
    flex-direction: column;
}.contact_v .query_box_i {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 40px;
    flex: 1 1 100%;
}.contact_v .query_form_j {
    margin-left: 0;
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    flex: 1 1 100%;
    margin-top: -20px;
}
}

@media (max-width: 768px) {.contact_v {
    padding: 50px 0;
}.contact_v h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(32px);
}.contact_v .query_box_i h3,
    .contact_v .query_form_j h4 {
    font-size: calc(24px - 2px);
    margin-bottom: 30px;
}.contact_v .query_box_i input[type="text"],
    .contact_v .query_box_i textarea {
    padding: 15px;
    margin-bottom: 20px;
}.contact_v .query_box_i textarea {
    height: 120px;
}.contact_v .query_box_i .message_help_P {
    padding: 15px 30px;
}.contact_v .query_form_j .inquiry_block_l li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.contact_v .query_form_j .inquiry_block_l li svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
}

@media (max-width: 576px) {.contact_v {
    padding: 40px 0;
}.contact_v .query_box_i,
    .contact_v .query_form_j {
    transform: skew(0);
    padding: 30px 20px;
    box-shadow: none;
    clip-path: none;
}.contact_v .query_box_i #contact {
    transform: skew(0);
}.contact_v .query_box_i::before,
    .contact_v .query_form_j::after {
    clip-path: none;
}.contact_v .query_form_j {
    margin-top: 0;
}.contact_v h3 {
    transform: skew(0);
    font-size: calc(32px - 6px);
}.contact_v .query_box_i .support_grid_v label {
    font-size: calc(18px - 3px);
}.contact_v .query_box_i .message_help_P {
    clip-path: none;
}}.data_analysis_a {
    background: linear-gradient(135deg, rgb(242,231,234) 0%, rgb(217,200,208,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}.data_analysis_a::before {
    left: 0;
    right: 0;
    content: "";
    opacity: 0.4;
    position: absolute;
    z-index: 0;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(217,200,208,0.5) 0%, transparent 60%);
    bottom: 0;
}.data_analysis_a::after {
    transform: rotate(-15deg);
    content: "";
    z-index: 0;
    width: 300px;
    filter: blur(40px);
    background: linear-gradient(225deg, rgb(185,164,171,0.5) 0%, transparent 70%);
    position: absolute;
    height: 300px;
    right: -5%;
    top: -10%;
}.data_analysis_a .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.data_analysis_a ul {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 2rem;
    display: grid;
    margin: 0 0 3rem 0;
    list-style: none;
}.data_analysis_a .class_statistics_a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transform: translateZ(0) perspective(1000px);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
                -8px -8px 16px #ffffff;
    min-height: 180px;
}.data_analysis_a .class_statistics_a:hover {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.07),
                -12px -12px 24px #ffffff;
    transform: translateZ(20px) perspective(1000px) scale(1.03);
}.data_analysis_a .class_statistics_a::before {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(217,200,208) 0%, rgb(185,164,171) 100%);
    transform: scaleX(0);
    content: "";
    top: 0;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 6px;
    position: absolute;
}.data_analysis_a .class_statistics_a:hover::before {
    transform: scaleX(1);
}.data_analysis_a .class_statistics_a::after {
    right: 0;
    z-index: 0;
    height: 40%;
    content: "";
    width: 40%;
    background: radial-gradient(circle, rgb(242,231,234) 0%, transparent 70%);
    bottom: 0;
    transform: translate(20%, 20%);
    opacity: 0.3;
    transition: transform 0.5s ease;
    position: absolute;
}.data_analysis_a .class_statistics_a:hover::after {
    transform: translate(10%, 10%) scale(1.2);
}.data_analysis_a .class_statistics_a div {
    flex-direction: column;
    padding: 2rem;
    align-items: center;
    text-align: center;
    z-index: 2;
    justify-content: center;
    height: 100%;
    position: relative;
    display: flex;
}.data_analysis_a .class_statistics_a p {
    font-weight: 700;
    font-size: calc(30px * 1.2);
    transition: transform 0.3s ease, color 0.3s ease;
    color: rgb(217,200,208);
    margin: 0 0 0.5rem;
    position: relative;
}.data_analysis_a .class_statistics_a:hover p {
    color: rgb(185,164,171);
    transform: translateY(-5px);
}.data_analysis_a .class_statistics_a p::after {
    bottom: -10px;
    content: "";
    background: rgb(185,164,171,0.5);
    width: 30px;
    transition: transform 0.4s ease, width 0.4s ease;
    position: absolute;
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
    height: 3px;
}.data_analysis_a .class_statistics_a:hover p::after {
    width: 50px;
    transform: translateX(-50%) scaleX(1);
}.data_analysis_a .class_statistics_a span {
    transition: transform 0.4s ease 0.1s;
    line-height: 1.4;
    color: #000000;
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-top: 1rem;
}.data_analysis_a .class_statistics_a:hover span {
    transform: translateY(5px);
}.data_analysis_a h4 {
    transition: transform 0.3s ease-out;
    left: 50%;
    color: #000000;
    background: #ffffff;
    transform: translateX(-50%);
    margin: 2rem 0 0;
    position: relative;
    padding: 0.5rem 2rem;
    display: inline-block;
    font-size: 21px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}.data_analysis_a h4:hover {
    transform: translateX(-50%) translateY(-5px);
}.data_analysis_a h4::before {
    background: rgb(217,200,208);
    top: 0;
    transform: scaleY(0.7);
    position: absolute;
    height: 100%;
    left: -10px;
    content: "";
    width: 5px;
    transition: transform 0.3s ease;
}.data_analysis_a h4:hover::before {
    transform: scaleY(1);
}

@media (max-width: 991px) {.data_analysis_a ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.data_analysis_a .class_statistics_a {
    min-height: 160px;
}.data_analysis_a .class_statistics_a div {
    padding: 1.5rem;
}.data_analysis_a .class_statistics_a p {
    font-size: calc(30px * 1.1);
}
}

@media (max-width: 767px) {.data_analysis_a {
    padding: 3rem 0;
}.data_analysis_a ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.25rem;
}.data_analysis_a .class_statistics_a {
    min-height: 140px;
}.data_analysis_a .class_statistics_a div {
    padding: 1.25rem;
}.data_analysis_a .class_statistics_a p {
    font-size: 30px;
}.data_analysis_a .class_statistics_a span {
    font-size: calc(16px * 0.95);
}.data_analysis_a h4 {
    padding: 0.4rem 1.5rem;
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 576px) {.data_analysis_a {
    padding: 2.5rem 0;
}.data_analysis_a ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.data_analysis_a .class_statistics_a {
    min-height: 120px;
}.data_analysis_a .class_statistics_a div {
    padding: 1rem;
}.data_analysis_a .class_statistics_a p {
    font-size: calc(30px * 0.9);
    margin-bottom: 0.25rem;
}.data_analysis_a .class_statistics_a span {
    font-size: calc(16px * 0.85);
    margin-top: 0.75rem;
}.data_analysis_a h4 {
    padding: 0.3rem 1.25rem;
    width: 80%;
    font-size: calc(21px * 0.85);
}
}

@media (max-width: 400px) {.data_analysis_a ul {
    grid-template-columns: 1fr;
}.data_analysis_a .class_statistics_a {
    min-height: 100px;
}.data_analysis_a .class_statistics_a div {
    padding: 0.75rem;
}}.client_experience_h {
    background: linear-gradient(180deg, rgb(242,231,234) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem;
}.client_experience_h::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(217,200,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(185,164,171,0.5) 0%, transparent 30%);
    height: 100%;
    opacity: 0.3;
}.client_experience_h::after {
    position: absolute;
    opacity: 0.4;
    content: "";
    top: 0;
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(242,231,234) 80%);
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
}.client_experience_h .learning_corner_M {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.client_experience_h h4 {
    margin-bottom: 6rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 37px;
    text-align: center;
}.client_experience_h h4::before {
    top: 50%;
    content: "";
    width: 120px;
    position: absolute;
    opacity: 0.3;
    border: 2px solid rgb(217,200,208,0.5);
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 120px;
}.client_experience_h h4::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: 0.1;
    top: 50%;
    border-radius: 50%;
    background: rgb(217,200,208,0.5);
    z-index: -2;
    left: 50%;
    transform: translate(-50%, -50%);
}.client_experience_h .review_list_y {
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1.5rem;
}.client_experience_h .client_stories_N {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(185,164,171,0.5);
    border-radius: 25px;
    transform-style: preserve-3d;
    width: calc(33.33% - 3rem);
    transform: translateZ(0);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 2.5rem;
    margin: 1.5rem;
}.client_experience_h .client_stories_N:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(217,200,208);
    transform: translateZ(30px);
}.client_experience_h .client_stories_N::before {
    top: -50%;
    opacity: 0;
    background: radial-gradient(circle at center, rgb(217,200,208,0.5) 0%, transparent 70%);
    content: "";
    height: 200%;
    width: 200%;
    left: -50%;
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease;
}.client_experience_h .client_stories_N:hover::before {
    opacity: 0.1;
    animation: pulse 2s infinite;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.15; }
    100% { transform: scale(1); opacity: 0.1; }
}

.client_experience_h .client_stories_N::after {
    top: 20px;
    content: "";
    height: 20px;
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    transition: all 0.3s ease;
    right: 20px;
    background: rgb(217,200,208,0.5);
    width: 20px;
}.client_experience_h .client_stories_N:hover::after {
    transform: scale(1.5);
    opacity: 0.7;
}.client_experience_h .client_stories_N .pic_holder_R {
    transform: translateZ(20px);
    margin: 0 auto 1.5rem;
    position: relative;
    height: 100px;
    border: 3px solid #ffffff;
    width: 100px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    border-radius: 50%;
}.client_experience_h .client_stories_N:hover .pic_holder_R {
    transform: translateZ(40px) scale(1.1);
}.client_experience_h .client_stories_N .pic_holder_R::before {
    animation: spin 30s linear infinite;
    width: calc(100% + 20px);
    content: "";
    top: -10px;
    transition: all 0.5s ease;
    border: 1px dashed rgb(185,164,171,0.5);
    left: -10px;
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    height: calc(100% + 20px);
}.client_experience_h .client_stories_N:hover .pic_holder_R::before {
    opacity: 1;
}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.client_experience_h .client_stories_N span {
    transition: all 0.4s ease;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1rem;
    transform: translateZ(10px);
    text-align: center;
    display: block;
}.client_experience_h .client_stories_N:hover span {
    transform: translateZ(25px);
    color: rgb(217,200,208);
}.client_experience_h .client_stories_N p {
    text-align: center;
    transform: translateZ(5px);
    line-height: 1.7;
    font-size: 17px;
    position: relative;
    color: #000000;
    transition: all 0.4s ease;
}.client_experience_h .client_stories_N:hover p {
    transform: translateZ(15px);
}.client_experience_h .client_stories_N:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.client_experience_h .client_stories_N:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 0.3s;
}.client_experience_h .client_stories_N:nth-child(3n+3) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0.6s;
}@keyframes float {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-15px) translateZ(0); }
}

.client_experience_h .client_stories_N:hover {
    animation-play-state: paused;
}

@media (max-width: 992px) {.client_experience_h {
    padding: 5rem 1.5rem;
}.client_experience_h h4 {
    margin-bottom: 4rem;
    font-size: calc(37px * 0.9);
}.client_experience_h .client_stories_N {
    width: calc(50% - 3rem);
}.client_experience_h .client_stories_N:nth-child(3n+1),
    .client_experience_h .client_stories_N:nth-child(3n+2),
    .client_experience_h .client_stories_N:nth-child(3n+3) {
    animation-duration: 5s;
}
}

@media (max-width: 768px) {.client_experience_h {
    padding: 4rem 1rem;
}.client_experience_h h4 {
    font-size: calc(37px * 0.8);
    margin-bottom: 3rem;
}.client_experience_h .client_stories_N {
    width: 100%;
    margin: 1rem 0;
}.client_experience_h .client_stories_N .pic_holder_R {
    width: 80px;
    height: 80px;
}.client_experience_h .client_stories_N:nth-child(n) {
    animation-name: float-mobile;
}@keyframes float-mobile {
        0%, 100% { transform: translateY(0) translateZ(0); }
        50% { transform: translateY(-8px) translateZ(0); }
    }
}.secure_shell_Z {
    color: #000000;
    padding: 50px;
    background-color: rgb(242,231,234);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.secure_shell_Z h1 {
    font-size: 45px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgb(217,200,208);
    margin: 20px 0;
}.secure_shell_Z h2 {
    margin: 15px 0;
    font-weight: 700;
    font-size: 29px;
    color: rgb(185,164,171);
    font-family: Arial, sans-serif;
}.secure_shell_Z h3, .secure_shell_Z h4, .secure_shell_Z h5, .secure_shell_Z h6 {
    color: rgb(185,164,171);
    margin: 1rem 0;
}.secure_shell_Z ul {
    padding: 0;
    list-style-type: none;
}.secure_shell_Z li {
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}.secure_shell_Z li:before {
    content: "\2022";
    color: rgb(217,200,208);
    display: inline-block;
    margin-left: -1em;
    width: 1em;
}
@media only screen and (max-width: 800px) {.secure_shell_Z {
    padding: 30px;
}.secure_shell_Z h1 {
    font-size: calc(20px * 0.9);
}.secure_shell_Z h2 {
    font-size: calc(20px * 0.9);
}.secure_shell_Z li {
    font-size: calc(14px * 0.9);
}}.course_summary_d {
    background: linear-gradient(135deg, rgb(242,231,234) 0%, rgba(245, 247, 252, 0.95) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course_summary_d::before {
    right: -50px;
    content: '';
    transform: rotate(35deg);
    position: absolute;
    z-index: 1;
    background: rgb(217,200,208,0.5);
    width: 300px;
    opacity: 0.1;
    top: -50px;
    height: 300px;
}.course_summary_d::after {
    left: -50px;
    height: 250px;
    opacity: 0.15;
    bottom: -50px;
    position: absolute;
    transform: rotate(-15deg);
    width: 250px;
    content: '';
    background: rgb(185,164,171,0.5);
    z-index: 1;
}.course_summary_d .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.course_summary_d .program_guide_T {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
}.course_summary_d .pic_holder_R {
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_summary_d .pic_holder_R::before {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    content: '';
    background: linear-gradient(
        to bottom right,
        rgba(rgb(217,200,208), 0.2),
        rgba(rgb(185,164,171), 0.2)
    );
    left: 0;
}.course_summary_d .pic_holder_R::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    left: 20px;
    transition: all 0.5s ease;
    transform: scale(0.95);
    content: '';
    z-index: 2;
    top: 20px;
    opacity: 0;
}.course_summary_d .pic_holder_R:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_summary_d .pic_holder_R:hover::after {
    opacity: 1;
    transform: scale(1);
}.course_summary_d .text_block_x {
    position: relative;
    padding: 10px 0 0 0;
}.course_summary_d h3 {
    position: relative;
    opacity: 0;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-size: calc(32px * 0.9);
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    transform: translateX(-5px);
    margin-bottom: 25px;
}.course_summary_d h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(217,200,208) 0%, rgb(185,164,171) 100%);
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    content: '';
    left: 0;
    bottom: -12px;
    width: 80px;
}.course_summary_d .description {
    line-height: 1.8;
    opacity: 0;
    font-size: 14px;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    color: #000000;
    transform: translateY(10px);
    position: relative;
}.course_summary_d p.description {
    scrollbar-color: rgb(217,200,208,0.5) rgb(242,231,234);
    overflow-y: auto;
    padding-right: 20px;
    scrollbar-width: thin;
    max-height: 300px;
}.course_summary_d p.description::-webkit-scrollbar {
    width: 6px;
}.course_summary_d p.description::-webkit-scrollbar-track {
    background: rgb(242,231,234);
}.course_summary_d p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(217,200,208,0.5);
}.course_summary_d span.description {
    display: none;
}

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

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

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

@media (min-width: 768px) {.course_summary_d .program_guide_T {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course_summary_d .pic_holder_R {
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
    height: 550px;
}.course_summary_d .text_block_x {
    padding: 0 0 0 20px;
}.course_summary_d h3 {
    margin-bottom: 35px;
    font-size: 32px;
}.course_summary_d h3::after {
    height: 4px;
    width: 120px;
}.course_summary_d p.description {
    max-height: 380px;
}
}

@media (min-width: 992px) {.course_summary_d {
    padding: 150px 0;
}.course_summary_d .program_guide_T {
    gap: 80px;
}.course_summary_d .pic_holder_R {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 600px;
}.course_summary_d .text_block_x {
    padding: 0 0 0 40px;
}.course_summary_d h3 {
    margin-bottom: 40px;
    transform: translateX(-10px);
}.course_summary_d h3::after {
    bottom: -15px;
}.course_summary_d p.description {
    max-height: 450px;
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.course_summary_d {
    padding: 80px 0;
}.course_summary_d .pic_holder_R {
    height: 300px;
    margin-bottom: 20px;
}.course_summary_d h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.course_summary_d p.description {
    line-height: 1.6;
    max-height: 250px;
}}.pricing_package_O {
    position: relative;
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}.pricing_package_O::before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    left: 0;
    width: 100%;
}.pricing_package_O::after {
    top: 0;
    z-index: 2;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(217,200,208,0.5), 0.15) 0%, transparent 50%);
    left: 0;
}.pricing_package_O .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.pricing_package_O .cost_plan_B {
    position: relative;
}.pricing_package_O h2 {
    text-align: center;
    font-size: 35px;
    color: #ffffff;
    transform: translateY(0);
    margin-bottom: 20px;
    opacity: 1;
    font-weight: 700;
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
}.pricing_package_O h2::after {
    width: 80px;
    left: 50%;
    position: absolute;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(217,200,208), rgb(185,164,171));
    transform: translateX(-50%);
    height: 3px;
}.pricing_package_O .payment_option_h {
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
    font-size: calc(14px + 2px);
}.pricing_package_O .learn_fees_R {
    gap: 30px;
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing_package_O .learn_fees_R li {
    perspective: 1000px;
    display: flex;
}.pricing_package_O .fee_chart_S {
    text-decoration: none;
    position: relative;
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    backdrop-filter: blur(8px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}.pricing_package_O .fee_chart_S::before {
    transition: opacity 0.5s ease;
    background: radial-gradient(circle at 30% 30%, rgb(217,200,208,0.5), transparent 75%);
    z-index: -1;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0;
}.pricing_package_O .fee_chart_S:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}.pricing_package_O .fee_chart_S:hover::before {
    opacity: 0.15;
}.pricing_package_O .plan_matrix_O {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 30px;
}.pricing_package_O .cert_cost_j {
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing_package_O .cert_cost_j h4 {
    position: relative;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-size: calc(20px + 2px);
}.pricing_package_O .fee_chart_S:hover .cert_cost_j h4 {
    transform: translateY(-5px);
}.pricing_package_O .cert_cost_j h4::after {
    content: "";
    position: absolute;
    bottom: -8px;
    height: 2px;
    background: rgb(185,164,171);
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
}.pricing_package_O .fee_chart_S:hover .cert_cost_j h4::after {
    width: 60px;
}.pricing_package_O .cert_cost_j p {
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0 0 25px;
    line-height: 1.6;
}.pricing_package_O .program_fees_i {
    overflow: hidden;
    color: #ffffff;
    margin-top: auto;
    font-weight: 700;
    align-self: flex-start;
    padding: 10px 20px;
    font-size: calc(20px + 4px);
    background: linear-gradient(90deg, rgb(217,200,208,0.5), transparent);
    transition: transform 0.3s ease;
    border-radius: 10px;
    position: relative;
}.pricing_package_O .program_fees_i::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    height: 100%;
}.pricing_package_O .fee_chart_S:hover .program_fees_i {
    transform: scale(1.05);
}.pricing_package_O .fee_chart_S:hover .program_fees_i::before {
    left: 100%;
}

@media (max-width: 1200px) {.pricing_package_O {
    padding: 80px 0;
}.pricing_package_O .learn_fees_R {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing_package_O h2 {
    font-size: calc(35px - 4px);
}.pricing_package_O .payment_option_h {
    font-size: 14px;
    margin-bottom: 30px;
}.pricing_package_O .plan_matrix_O {
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing_package_O {
    padding: 60px 0;
}.pricing_package_O .learn_fees_R {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.pricing_package_O .cert_cost_j h4 {
    font-size: 20px;
}.pricing_package_O .program_fees_i {
    font-size: 20px;
}
}

@media (max-width: 576px) {.pricing_package_O {
    padding: 50px 0;
}.pricing_package_O h2 {
    font-size: calc(35px - 6px);
}.pricing_package_O .payment_option_h {
    font-size: calc(14px - 1px);
}.pricing_package_O .plan_matrix_O {
    padding: 20px;
}.pricing_package_O .cert_cost_j p {
    font-size: calc(14px - 1px);
}}header {
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #000000 0%, rgb(217,200,208) 100%);
    border-bottom: 1px solid rgb(217,200,208,0.5);
    position: fixed;
    top: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}header:before {
    height: 100%;
    width: 100%;
    animation: shine 8s infinite linear;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(217,200,208,0.5), transparent);
    pointer-events: none;
    left: 0;
    opacity: 0.4;
    background-size: 200% 100%;
}header .header_master_m {
    width: 100%;
}header .container {
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 1200px;
}header .head_train_r {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .nav_learning_o {
    display: flex;
    gap: 25px;
    position: relative;
}header .nav_learning_o:before {
    content: '';
    bottom: -8px;
    transform-origin: left;
    height: 1px;
    width: 100%;
    transition: transform 0.6s ease;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,200,208), transparent);
}header .nav_learning_o:hover:before {
    transform: scaleX(1);
}header .nav_primary_l {
    transition: all 0.4s ease;
    padding: 8px 0;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
}header .nav_primary_l:after {
    left: 0;
    content: '';
    background: rgb(217,200,208);
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    width: 100%;
    transform-origin: right;
}header .nav_primary_l:before {
    left: 50%;
    position: absolute;
    content: '';
    opacity: 0;
    width: 4px;
    top: 0;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgb(217,200,208);
    transition: all 0.3s ease;
    height: 4px;
}header .nav_primary_l:hover {
    color: rgb(217,200,208);
    text-shadow: 0 0 8px rgb(217,200,208,0.5);
}header .nav_primary_l:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .nav_primary_l:hover:before {
    opacity: 1;
}header .main_info_h {
    display: flex;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
}header .main_info_h svg {
    width: auto;
    height: 40px;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 0 4px rgb(217,200,208,0.5));
}header .main_info_h:hover svg {
    transform: scale(1.05);
}header .main_info_h:after {
    transform: translateX(-50%);
    position: absolute;
    content: '';
    background: rgb(217,200,208);
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 1px;
    transition: width 0.4s ease;
}header .main_info_h:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .nav_learning_o {
    gap: 15px;
}header .nav_primary_l {
    font-size: calc(12px - 1px);
}header .main_info_h svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .nav_learning_o {
    top: 0;
    max-width: 300px;
    overflow-y: auto;
    background: #000000;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    position: fixed;
    width: 80%;
    z-index: 1001;
    padding: 80px 30px 30px;
    height: 100vh;
    right: -100%;
    flex-direction: column;
    gap: 20px;
}header .menu.active {
    right: 0;
}header .nav_primary_l {
    width: 100%;
    border-bottom: 1px solid rgb(217,200,208,0.5);
    padding: 10px 5px;
}header .nav_learning_o:before {
    display: none;
}header .main_info_h {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .main_info_h svg {
    height: 30px;
}}.take_a_spin_P {
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,200,208,0.5), rgb(185,164,171) 85%);
    position: relative;
    margin: 4rem 0;
    padding: 5rem 2rem;
}.take_a_spin_P::before {
    content: "";
    height: 100%;
    z-index: -1;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(185,164,171,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgb(217,200,208,0.5) 0%, transparent 40%);
    opacity: 0.8;
    position: absolute;
    transform: translateZ(0);
    width: 100%;
    top: 0;
}.take_a_spin_P::after {
    z-index: -1;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    top: -50%;
    filter: blur(80px);
    content: "";
    animation: light-sweep 8s ease-in-out infinite alternate;
    background: rgb(255, 255, 255, 0.5);
    right: -50%;
    position: absolute;
    transform: rotate(35deg) translateZ(0);
}.take_a_spin_P .container {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    align-items: flex-start;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
}.take_a_spin_P h2 {
    font-weight: 700;
    transform: translateX(-1rem);
    font-size: 37px;
    animation: slide-in 0.7s cubic-bezier(0.25, 1, 0.5, 1) both;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 2.5rem;
    border-left: 6px solid rgb(185,164,171);
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding-left: 2rem;
    max-width: 85%;
    line-height: 1.3;
}.take_a_spin_P .learning_corner_M {
    background: rgba(255, 255, 255, 0.92);
    width: fit-content;
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 8px 12px rgba(0, 0, 0, 0.05),
              0 4px 6px rgba(rgb(185,164,171), 0.1);
    padding: 2rem;
    animation-delay: 0.3s;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid rgb(217,200,208);
    justify-content: flex-start;
    transform: translateX(2rem) translateY(-1rem);
    display: flex;
    animation: fade-in-up 0.9s cubic-bezier(0.25, 1, 0.5, 1) both;
    backdrop-filter: blur(10px);
}.take_a_spin_P .learning_corner_M:hover {
    transform: translateX(2.5rem) translateY(-1.5rem) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
              0 12px 16px rgba(0, 0, 0, 0.08),
              0 6px 8px rgba(rgb(185,164,171), 0.15);
}.take_a_spin_P svg {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
    width: 50px;
    margin-right: 2rem;
    transform: scale(1.2);
    height: 50px;
}.take_a_spin_P .learning_corner_M:hover svg {
    transform: scale(1.3) rotate(5deg);
}.take_a_spin_P svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,200,208);
}.take_a_spin_P .learning_corner_M:hover svg path {
    fill: rgb(185,164,171);
}.take_a_spin_P .message_help_P {
    font-size: 19px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 1rem 2.5rem;
    transition: all 0.3s ease;
    z-index: 1;
    letter-spacing: 0.5px;
    position: relative;
    background: linear-gradient(45deg, rgb(217,200,208), rgb(185,164,171));
}.take_a_spin_P .message_help_P::before {
    left: -100%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    width: 100%;
    transition: left 0.6s ease;
    height: 100%;
    position: absolute;
}.take_a_spin_P .message_help_P:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}.take_a_spin_P .message_help_P:hover::before {
    left: 100%;
}.take_a_spin_P .message_help_P:active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(-1rem);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateX(1rem) translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(2rem) translateY(-1rem);
  }
}

@keyframes light-sweep {
  0% {
    opacity: 0.05;
    transform: rotate(35deg) translate(0, 0);
  }
  100% {
    opacity: 0.2;
    transform: rotate(35deg) translate(-30%, -20%);
  }
}

@media screen and (max-width: 1024px) {.take_a_spin_P {
    padding: 4rem 1.5rem;
}.take_a_spin_P h2 {
    font-size: calc(37px * 0.9);
    transform: translateX(-0.5rem);
    max-width: 90%;
}.take_a_spin_P .learning_corner_M {
    transform: translateX(1rem) translateY(-0.5rem);
}.take_a_spin_P .learning_corner_M:hover {
    transform: translateX(1.5rem) translateY(-1rem) scale(1.02);
}
}

@media screen and (max-width: 768px) {.take_a_spin_P {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
}.take_a_spin_P h2 {
    transform: translateX(0);
    font-size: calc(37px * 0.8);
    padding-left: 1.5rem;
    max-width: 100%;
    border-left-width: 4px;
}.take_a_spin_P .learning_corner_M {
    padding: 1.5rem;
    justify-content: center;
    transform: translateX(0) translateY(0);
    width: 100%;
}.take_a_spin_P .learning_corner_M:hover {
    transform: translateX(0) translateY(-0.5rem) scale(1.01);
}.take_a_spin_P svg {
    margin-right: 1.5rem;
    width: 40px;
    height: 40px;
}.take_a_spin_P .message_help_P {
    padding: 0.875rem 2rem;
}
  
  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateX(-2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fade-in-up {
    0% {
      opacity: 0;
      transform: translateY(1rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media screen and (max-width: 480px) {.take_a_spin_P {
    margin: 2rem 0;
    padding: 3rem 1rem;
}.take_a_spin_P h2 {
    border-left-width: 3px;
    font-size: calc(37px * 0.7);
    margin-bottom: 2rem;
    padding-left: 1rem;
}.take_a_spin_P .learning_corner_M {
    text-align: center;
    padding: 1.25rem;
    flex-direction: column;
}.take_a_spin_P svg {
    margin-bottom: 1rem;
    margin-right: 0;
}.take_a_spin_P .message_help_P {
    width: 100%;
    text-align: center;
    padding: 0.75rem 1.75rem;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(217,200,208);
}header .top_plank .top_focuspro_Z div svg, header .top_plank .top_focuspro_Z div svg path {
    fill: #ffffff;
}header .top_plank .top_focuspro_Z div span {
    color: #ffffff;
}header .top_plank .top_focuspro_Z {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    line-height: 21px;
    padding: 15px 0 10px 0;
    font-size: 14px;
}header .top_plank .top_focuspro_Z div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .top_focuspro_Z div img, header .top_plank .top_focuspro_Z div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.tySpotlight_G {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,231,234) 0%, rgb(185,164,171,0.5) 100%);
}.tySpotlight_G::before {
    opacity: 0.6;
    top: -10%;
    position: absolute;
    width: 300px;
    background: radial-gradient(circle, rgb(217,200,208,0.5) 0%, transparent 70%);
    filter: blur(40px);
    right: -5%;
    content: "";
    animation: float 15s infinite ease-in-out;
    height: 300px;
}.tySpotlight_G::after {
    width: 250px;
    opacity: 0.6;
    background: radial-gradient(circle, rgb(185,164,171,0.5) 0%, transparent 70%);
    bottom: -5%;
    content: "";
    filter: blur(30px);
    animation: float 12s infinite ease-in-out reverse;
    left: -5%;
    position: absolute;
    height: 250px;
}.tySpotlight_G .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.tySpotlight_G h2 {
    font-size: clamp(28px, 5vw, 36px);
    color: rgb(217,200,208);
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    position: relative;
}.tySpotlight_G h2::before {
    height: 3px;
    background: linear-gradient(90deg, rgb(217,200,208) 0%, rgb(185,164,171) 100%);
    left: 0;
    width: 80px;
    content: "";
    transform-origin: left;
    animation: expand 1.5s ease-out forwards;
    position: absolute;
    bottom: -12px;
}.tySpotlight_G .learning_corner_M {
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.tySpotlight_G .learning_corner_M:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.tySpotlight_G .learning_corner_M::before {
    background: linear-gradient(135deg, rgb(217,200,208,0.5), transparent, rgb(185,164,171,0.5));
    left: -5px;
    z-index: -1;
    position: absolute;
    bottom: -5px;
    top: -5px;
    right: -5px;
    filter: blur(15px);
    animation: pulse 4s infinite alternate;
    content: "";
    opacity: 0.5;
}.tySpotlight_G ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.tySpotlight_G li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}.tySpotlight_G li::before {
    animation: pulse 4s infinite alternate;
    transform: rotate(45deg);
    background: rgb(217,200,208);
    width: 8px;
    left: 0;
    height: 8px;
    position: absolute;
    top: 12px;
    content: "";
}.tySpotlight_G span {
    display: block;
    color: #000000;
    position: relative;
    animation: fadeIn 1s ease-out forwards;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    overflow: hidden;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(5deg); }
}

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.tySpotlight_G {
    padding: 90px 0;
}.tySpotlight_G .learning_corner_M {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 767px) {.tySpotlight_G {
    padding: 70px 0;
}.tySpotlight_G h2 {
    margin-bottom: 30px;
}.tySpotlight_G .learning_corner_M {
    transform: none;
    padding: 25px;
}.tySpotlight_G .learning_corner_M:hover {
    transform: translateY(-3px);
}.tySpotlight_G h2::before {
    bottom: -10px;
    width: 60px;
}
}

@media (max-width: 575px) {.tySpotlight_G {
    padding: 50px 0;
}.tySpotlight_G h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.tySpotlight_G .learning_corner_M {
    padding: 20px;
}.tySpotlight_G li {
    padding-left: 20px;
}.tySpotlight_G span {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}.tySpotlight_G h2::before {
    height: 2px;
    width: 50px;
}}.course_instructor_F {
    overflow: hidden;
    border-radius: 29px;
    position: relative;
    padding: 4rem 2rem;
    background: rgb(242,231,234);
}.course_instructor_F::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    animation: grid-shift 30s linear infinite;
    width: 100%;
    background-image: linear-gradient(rgb(217,200,208,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(217,200,208,0.5) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.2;
    z-index: 1;
    height: 100%;
}.course_instructor_F .client_stories_N {
    max-width: 900px;
    position: relative;
    gap: 0;
    display: grid;
    z-index: 2;
    grid-template-columns: 45% 55%;
    margin: 0 auto;
}.course_instructor_F .pic_holder_R {
    filter: grayscale(60%);
    min-height: 400px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: filter 0.6s ease;
}.course_instructor_F .pic_holder_R::before {
    z-index: 3;
    content: "";
    top: 20px;
    right: 20px;
    border: 1px solid #ffffff;
    transition: all 0.5s ease;
    bottom: 20px;
    transform: scale(0.9);
    opacity: 0;
    mix-blend-mode: overlay;
    position: absolute;
    left: 20px;
}.course_instructor_F .client_stories_N:hover .pic_holder_R {
    filter: grayscale(0%);
}.course_instructor_F .client_stories_N:hover .pic_holder_R::before {
    transform: scale(1);
    opacity: 0.8;
}.course_instructor_F .career_container_s {
    z-index: 3;
    display: flex;
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    padding: 2rem 2rem 2rem 4rem;
    background: #ffffff;
    margin-left: -10%;
    justify-content: center;
    flex-direction: column;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}.course_instructor_F .career_container_s::before {
    background: linear-gradient(to bottom, rgb(217,200,208), rgb(185,164,171));
    transition: width 0.3s ease;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 10px;
    content: "";
}.course_instructor_F .client_stories_N:hover .career_container_s::before {
    width: 15px;
}.course_instructor_F .name {
    letter-spacing: -1px;
    font-family: Arial, sans-serif;
    transform: translateX(20px);
    color: rgb(217,200,208);
    margin-bottom: 0.8rem;
    font-size: calc(28px * 1.2);
    transition: all 0.4s ease;
    line-height: 1.1;
    font-weight: 700;
    opacity: 0.9;
}.course_instructor_F .client_stories_N:hover .name {
    opacity: 1;
    transform: translateX(0);
}.course_instructor_F .career_container_s > div:nth-child(2) {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform: translateX(15px);
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
    color: rgb(185,164,171);
    margin-bottom: 2rem;
    opacity: 0.7;
}.course_instructor_F .client_stories_N:hover .career_container_s > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.course_instructor_F .job_progress_M {
    line-height: 1.8;
    font-size: 13px;
    position: relative;
    transition: all 0.4s ease 0.2s;
    transform: translateX(10px);
    opacity: 0.8;
    color: #000000;
}.course_instructor_F .job_progress_M::first-letter {
    font-weight: 700;
    font-size: 1.6em;
    color: rgb(217,200,208);
}.course_instructor_F .client_stories_N:hover .job_progress_M {
    opacity: 1;
    transform: translateX(0);
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.course_instructor_F .client_stories_N {
    grid-template-columns: 1fr;
}.course_instructor_F .pic_holder_R {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.course_instructor_F .career_container_s {
    margin-top: -50px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-left: 0;
    padding: 3rem 2rem 2rem;
}}.trackingNoticeDialog_k {
    transition: transform 0.3s ease-in-out;
    position: fixed;
    border-top: 3px solid rgb(217,200,208);
    z-index: 90;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(242,231,234);
}.visitor_acceptance_d {
    display: flex;
    max-width: 1200px;
    padding: 20px 15px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}.data_agree_t {
    margin-right: 15px;
    flex-shrink: 0;
}.data_agree_t svg {
    height: 60px;
    transition: fill 0.3s ease;
    width: 60px;
    fill: rgb(217,200,208);
}.data_agree_t svg:hover {
    fill: rgb(185,164,171);
}.cookies_terms_d {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.trackingNoticeDialog_k h5 {
    font-size: 19px;
    font-weight: 600;
    color: rgb(217,200,208);
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
}.trackingNoticeDialog_k p {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 17px;
    color: #000000;
}.online_tracking_i {
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    border-radius: 13px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    background: rgb(217,200,208);
    padding: 10px 20px;
    margin-left: 10px;
}.online_tracking_i:hover {
    background: rgb(185,164,171);
    box-shadow: 0 0 10px rgb(185,164,171,0.5);
}#acknowledge_cookie_policy_B {
    background: rgb(217,200,208);
}#rejectTrackingCookiesSetting_d {
    background: rgba(0, 0, 0, 0.5);
}.trackingNoticeDialog_k p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(217,200,208);
}.trackingNoticeDialog_k p a:hover {
    color: rgb(185,164,171);
}
@media only screen and (max-width: 1200px) {.visitor_acceptance_d {
    flex-direction: column;
    align-items: center;
}.data_agree_t {
    margin-bottom: 15px;
}.cookies_terms_d {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.online_tracking_i {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.visitor_acceptance_d {
    padding: 15px;
}.data_agree_t {
    display: none;
}.trackingNoticeDialog_k h5 {
    font-size: 17px;
}.trackingNoticeDialog_k p {
    font-size: 16px;
}}
#cookieModalMessage_J {
    display: none;
}#cookieModalMessage_J:checked ~ .trackingNoticeDialog_k {
    visibility: hidden;
    opacity: 0;
}footer {
    position: relative;
    width: 100%;
}footer .trophy_case_q {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    padding: 80px 0 30px;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(217,200,208) 100%);
    z-index: 1;
}footer .trophy_case_q::before {
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}footer .trophy_case_q::after {
    background: linear-gradient(90deg, 
        rgb(217,200,208) 0%, 
        rgb(185,164,171) 50%, 
        rgb(217,200,208) 100%);
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    animation: glowBorder 3s infinite linear;
    height: 3px;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .trophy_case_q .container {
    position: relative;
    z-index: 2;
}footer .syllabus_ref_t {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .online_contact_t {
    padding-bottom: 30px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    margin-bottom: 30px;
}footer .online_contact_t::after {
    content: '';
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(185,164,171,0.5) 50%, 
        transparent 100%);
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 1px;
}footer .info_item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    min-width: 200px;
    transform: translateY(0);
    flex: 1;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}footer .info_item p,
footer .info_item a {
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    font-size: 15px;
    font-family: Arial, sans-serif;
    gap: 10px;
    display: flex;
}footer .info_item svg {
    transition: transform 0.3s ease;
    fill: rgb(185,164,171);
    height: 20px;
    flex-shrink: 0;
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(185,164,171);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
}footer .main_core_Q {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    display: flex;
}footer .main_core_Q svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(217,200,208,0.5));
    height: auto;
}footer .ar_tools_t {
    color: #ffffff;
    font-size: 14px;
    max-width: 300px;
    opacity: 0.7;
    font-weight: 300;
    line-height: 1.5;
}footer .nav_learning_o {
    display: flex;
    gap: 20px;
    flex-direction: column;
}footer .nav_learning_o h5 {
    font-size: 19px;
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
    color: #ffffff;
    padding-bottom: 15px;
}footer .nav_learning_o h5::after {
    content: '';
    background: rgb(185,164,171);
    height: 3px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    width: 50px;
}footer .top_class_O {
    flex-direction: column;
    gap: 15px;
    display: flex;
    margin-bottom: 20px;
}footer .top_class_O a {
    position: relative;
    font-size: 15px;
    transition: all 0.3s ease;
    padding-left: 15px;
    text-decoration: none;
    opacity: 0.8;
    color: #ffffff;
}footer .top_class_O a::before {
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.7;
    background: rgb(185,164,171);
    height: 6px;
    width: 6px;
    content: '';
    border-radius: 50%;
    left: 0;
    transition: all 0.3s ease;
    top: 50%;
}footer .top_class_O a:hover {
    opacity: 1;
    color: rgb(185,164,171);
    transform: translateX(5px);
}footer .top_class_O a:hover::before {
    width: 8px;
    opacity: 1;
    height: 8px;
    box-shadow: 0 0 10px rgb(185,164,171);
}footer .subscribe_holder {
    gap: 15px;
    border-radius: 28px;
    background: rgba(0, 0, 0, 0.2);
    flex-direction: column;
    display: flex;
    transform: perspective(1000px) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    width: 100%;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(185,164,171);
    box-shadow: 0 0 15px rgb(185,164,171,0.5);
}footer .study_online_j {
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    background: linear-gradient(45deg, rgb(185,164,171) 0%, rgb(217,200,208) 100%);
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    padding: 12px 24px;
    font-size: 15px;
}footer .study_online_j::before {
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: 0.6s;
    width: 100%;
    left: -100%;
}footer .study_online_j:hover::before {
    left: 100%;
}footer .study_online_j:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .scholar_cta_u {
    text-align: center;
    padding-top: 30px;
    position: relative;
}footer .scholar_cta_u::before {
    height: 1px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(185,164,171,0.5) 50%, 
        transparent 100%);
    position: absolute;
    width: 100%;
    content: '';
}footer .testimonial_C {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.7;
    font-weight: 300;
}

@media (max-width: 992px) {footer .trophy_case_q {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .online_contact_t {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .trophy_case_q {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .nav_learning_o {
    gap: 15px;
}footer .online_contact_t {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .study_online_j {
    width: 100%;
}
}

@media (max-width: 576px) {footer .trophy_case_q {
    padding: 40px 0 30px;
}footer .main_core_Q {
    text-align: center;
    margin: 0 auto;
    align-items: center;
}footer .ar_tools_t {
    margin: 0 auto;
    text-align: center;
}footer .nav_learning_o h5 {
    text-align: center;
}footer .nav_learning_o h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .top_class_O {
    align-items: center;
}footer .top_class_O a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.title_board_q {
    overflow: hidden;
    position: relative;
    background: rgb(242,231,234);
    width: 100%;
}.title_board_q::before {
    height: 100%;
    background: radial-gradient(
        circle at 70% 30%,
        rgb(185,164,171,0.5) 0%,
        transparent 60%
    );
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}.title_board_q::after {
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(217,200,208,0.5) 0%,
        transparent 60%
    );
    content: "";
}.title_board_q .learning_corner_M {
    position: relative;
    width: 100%;
    height: 80vh;
    z-index: 2;
}.title_board_q .edu_home_R {
    top: 0;
    width: 100%;
    position: absolute;
    height: 80vh;
    overflow: hidden;
    left: 0;
}.title_board_q .edu_home_R input {
    display: none;
}.title_board_q .skill_expertise_Q {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    height: 100%;
    width: 500%;
}.title_board_q .learn_entry_c {
    width: 20%;
    overflow: hidden;
    position: relative;
    height: 100%;
}.title_board_q .learn_entry_c::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.85;
    background: linear-gradient(
        135deg,
        rgb(217,200,208,0.5) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.4) 60%,
        rgb(185,164,171,0.5) 100%
    );
    height: 100%;
    z-index: 2;
}.title_board_q .learn_entry_c img {
    object-fit: cover;
    transform: translateZ(0) scale(1.1);
    filter: brightness(0.8) contrast(1.1);
    transition: transform 2s ease;
    height: 100%;
    will-change: transform;
    width: 100%;
}.title_board_q .course_entry_R {
    bottom: 40px;
    display: flex;
    gap: 15px;
    left: 40px;
    position: absolute;
    z-index: 10;
}.title_board_q .course_entry_R label {
    background: transparent;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    transition: all 0.4s ease;
    border: 2px solid #ffffff;
    cursor: pointer;
    position: relative;
}.title_board_q .course_entry_R label::before {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
    background: #ffffff;
    content: "";
    inset: 2px;
}.title_board_q .course_entry_R label:hover::before {
    transform: scale(0.6);
}.title_board_q .text_block_x {
    max-width: 1000px;
    right: 0;
    padding: 0 0 50px 0;
    width: 95%;
    bottom: 0;
    z-index: 5;
    position: absolute;
}.title_board_q .text_block_x .container {
    position: relative;
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    background: linear-gradient(
        -135deg,
        rgb(217,200,208) 0%,
        rgb(185,164,171) 100%
    );
    padding: 3rem;
}.title_board_q .text_block_x .container::before {
    left: 5px;
    top: 5px;
    background: #ffffff;
    right: 5px;
    position: absolute;
    z-index: -1;
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    bottom: 5px;
    content: "";
}.title_board_q .text_block_x h1 {
    font-size: 46px;
    color: rgb(217,200,208);
    font-weight: 700;
    margin-bottom: 1.2rem;
    padding-left: 15px;
    border-left: 4px solid rgb(217,200,208);
}.title_board_q .text_block_x h3 {
    font-size: 19px;
    margin-bottom: 1.8rem;
    color: rgb(185,164,171);
    font-weight: 600;
}.title_board_q .text_block_x p {
    color: #000000;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 0.5rem;
    font-weight: 400;
}.title_board_q input:nth-of-type(1):checked ~ .skill_expertise_Q {
    transform: translateX(0);
}.title_board_q input:nth-of-type(2):checked ~ .skill_expertise_Q {
    transform: translateX(-20%);
}.title_board_q input:nth-of-type(3):checked ~ .skill_expertise_Q {
    transform: translateX(-40%);
}.title_board_q input:nth-of-type(4):checked ~ .skill_expertise_Q {
    transform: translateX(-60%);
}.title_board_q input:nth-of-type(5):checked ~ .skill_expertise_Q {
    transform: translateX(-80%);
}.title_board_q input:nth-of-type(6):checked ~ .skill_expertise_Q {
    transform: translateX(-100%);
}.title_board_q input:nth-of-type(7):checked ~ .skill_expertise_Q {
    transform: translateX(-120%);
}.title_board_q input:nth-of-type(8):checked ~ .skill_expertise_Q {
    transform: translateX(-140%);
}.title_board_q input:nth-of-type(9):checked ~ .skill_expertise_Q {
    transform: translateX(-160%);
}.title_board_q input:nth-of-type(10):checked ~ .skill_expertise_Q {
    transform: translateX(-180%);
}.title_board_q input:nth-of-type(1):checked ~ .course_entry_R label:nth-child(1)::before,
.title_board_q input:nth-of-type(2):checked ~ .course_entry_R label:nth-child(2)::before,
.title_board_q input:nth-of-type(3):checked ~ .course_entry_R label:nth-child(3)::before,
.title_board_q input:nth-of-type(4):checked ~ .course_entry_R label:nth-child(4)::before,
.title_board_q input:nth-of-type(5):checked ~ .course_entry_R label:nth-child(5)::before,
.title_board_q input:nth-of-type(6):checked ~ .course_entry_R label:nth-child(6)::before,
.title_board_q input:nth-of-type(7):checked ~ .course_entry_R label:nth-child(7)::before,
.title_board_q input:nth-of-type(8):checked ~ .course_entry_R label:nth-child(8)::before,
.title_board_q input:nth-of-type(9):checked ~ .course_entry_R label:nth-child(9)::before,
.title_board_q input:nth-of-type(10):checked ~ .course_entry_R label:nth-child(10)::before {
    transform: scale(1);
}.title_board_q input:nth-of-type(1):checked ~ .course_entry_R label:nth-child(1),
.title_board_q input:nth-of-type(2):checked ~ .course_entry_R label:nth-child(2),
.title_board_q input:nth-of-type(3):checked ~ .course_entry_R label:nth-child(3),
.title_board_q input:nth-of-type(4):checked ~ .course_entry_R label:nth-child(4),
.title_board_q input:nth-of-type(5):checked ~ .course_entry_R label:nth-child(5),
.title_board_q input:nth-of-type(6):checked ~ .course_entry_R label:nth-child(6),
.title_board_q input:nth-of-type(7):checked ~ .course_entry_R label:nth-child(7),
.title_board_q input:nth-of-type(8):checked ~ .course_entry_R label:nth-child(8),
.title_board_q input:nth-of-type(9):checked ~ .course_entry_R label:nth-child(9),
.title_board_q input:nth-of-type(10):checked ~ .course_entry_R label:nth-child(10) {
    background: rgb(217,200,208);
    transform: scale(1.2);
    border-color: rgb(217,200,208);
}.title_board_q input:nth-of-type(1):checked ~ .skill_expertise_Q .learn_entry_c:nth-child(1) img,
.title_board_q input:nth-of-type(2):checked ~ .skill_expertise_Q .learn_entry_c:nth-child(2) img,
.title_board_q input:nth-of-type(3):checked ~ .skill_expertise_Q .learn_entry_c:nth-child(3) img,
.title_board_q input:nth-of-type(4):checked ~ .skill_expertise_Q .learn_entry_c:nth-child(4) img,
.title_board_q input:nth-of-type(5):checked ~ .skill_expertise_Q .learn_entry_c:nth-child(5) img,
.title_board_q input:nth-of-type(6):checked ~ .skill_expertise_Q .learn_entry_c:nth-child(6) img,
.title_board_q input:nth-of-type(7):checked ~ .skill_expertise_Q .learn_entry_c:nth-child(7) img,
.title_board_q input:nth-of-type(8):checked ~ .skill_expertise_Q .learn_entry_c:nth-child(8) img,
.title_board_q input:nth-of-type(9):checked ~ .skill_expertise_Q .learn_entry_c:nth-child(9) img,
.title_board_q input:nth-of-type(10):checked ~ .skill_expertise_Q .learn_entry_c:nth-child(10) img {
    transform: translateZ(0) scale(1);
}

@media (max-width: 1199px) {.title_board_q .text_block_x {
    width: 95%;
    padding-bottom: 70px;
    max-width: 900px;
}.title_board_q .text_block_x .container {
    padding: 2rem;
}
}

@media (max-width: 991px) {.title_board_q .learning_corner_M {
    height: 70vh;
}.title_board_q .edu_home_R {
    height: 70vh;
}.title_board_q .text_block_x {
    width: 98%;
    max-width: 900px;
    padding-bottom: 40px;
}.title_board_q .text_block_x .container {
    padding: 2.2rem;
}.title_board_q .text_block_x h1 {
    font-size: calc(46px * 0.9);
}.title_board_q .text_block_x h3 {
    font-size: calc(19px * 0.9);
}.title_board_q .course_entry_R {
    bottom: 25px;
    left: 30px;
    gap: 12px;
}.title_board_q .course_entry_R label {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.title_board_q .learning_corner_M {
    height: 60vh;
}.title_board_q .edu_home_R {
    height: 60vh;
}.title_board_q .text_block_x {
    padding-bottom: 40px;
    max-width: 700px;
    width: 98%;
}.title_board_q .text_block_x .container {
    padding: 1.8rem;
}.title_board_q .text_block_x h1 {
    border-left-width: 3px;
    font-size: calc(46px * 0.85);
    padding-left: 12px;
}.title_board_q .text_block_x h3 {
    margin-bottom: 1.2rem;
    font-size: calc(19px * 0.85);
}.title_board_q .text_block_x p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.title_board_q .course_entry_R {
    left: 25px;
    gap: 10px;
    bottom: 20px;
}.title_board_q .course_entry_R label {
    width: 10px;
    height: 10px;
}
}

@media (max-width: 575px) {.title_board_q .learning_corner_M {
    display: flex;
    height: 90vh;
    flex-direction: column;
}.title_board_q .edu_home_R {
    position: relative;
    height: 50%;
}.title_board_q .text_block_x {
    position: relative;
    height: 50%;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
}.title_board_q .text_block_x .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    clip-path: none;
    padding: 1.5rem;
}.title_board_q .text_block_x .container::before {
    clip-path: none;
}.title_board_q .text_block_x h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 0.6rem;
}.title_board_q .text_block_x h3 {
    margin-bottom: 1rem;
    font-size: calc(21px * 1.1);
}.title_board_q .text_block_x p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}.title_board_q .course_entry_R {
    flex-direction: row;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    gap: 8px;
}.title_board_q .course_entry_R label {
    width: 8px;
    height: 8px;
}
}

@media (max-width: 480px) {.title_board_q .text_block_x .container {
    padding: 1rem;
}.title_board_q .text_block_x h1 {
    padding-left: 10px;
    border-left-width: 2px;
}
}

@media (max-height: 700px) and (min-width: 576px) {.title_board_q .learning_corner_M {
    height: 85vh;
}.title_board_q .edu_home_R {
    height: 85vh;
}.title_board_q .text_block_x {
    padding-bottom: 80px;
}
}

@media (max-height: 600px) and (min-width: 576px) {.title_board_q .learning_corner_M {
    height: 90vh;
}.title_board_q .edu_home_R {
    height: 90vh;
}.title_board_q .text_block_x {
    padding-bottom: 70px;
}
}

@media (orientation: landscape) and (max-height: 500px) and (min-width: 576px) {.title_board_q .learning_corner_M {
    height: 100vh;
}.title_board_q .edu_home_R {
    height: 100vh;
}.title_board_q .text_block_x {
    padding-bottom: 60px;
}}.about_this_A {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.about_this_A::before {
    background: linear-gradient(135deg, rgba(23, 36, 67, 0.85), rgba(35, 46, 82, 0.9));
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    height: 100%;
}.about_this_A .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.about_this_A .text_block_x {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px 60px;
    max-width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(217,200,208);
    margin-left: auto;
    transform: translateY(0);
}.about_this_A .text_block_x:hover {
    transform: translateY(-10px);
}.about_this_A h5 {
    display: inline-block;
    letter-spacing: 2px;
    margin: 0 0 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: rgb(217,200,208);
    position: relative;
}.about_this_A h5::after {
    bottom: -6px;
    height: 2px;
    width: 40px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease-in-out;
    background: rgb(217,200,208);
    content: "";
}.about_this_A .text_block_x:hover h5::after {
    width: 100%;
}.about_this_A p {
    color: #000000;
    font-size: calc(15px * 1.2);
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 25px;
}.about_this_A p b {
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0.5px;
    transform: translateX(0);
    position: relative;
    color: rgb(185,164,171);
    transition: transform 0.4s ease;
    font-size: calc(15px * 1.6);
}.about_this_A p b::before {
    height: 2px;
    bottom: -2px;
    content: "";
    transition: width 0.4s ease-in-out;
    width: 0;
    position: absolute;
    background: rgb(185,164,171);
    left: 0;
}.about_this_A .text_block_x:hover p b {
    transform: translateX(5px);
}.about_this_A .text_block_x:hover p b::before {
    width: 100%;
}.about_this_A ol {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}.about_this_A ol li {
    transition: color 0.3s ease;
    padding-left: 10px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}.about_this_A .text_block_x:hover ol li {
    color: #000000;
}.about_this_A ol li::first-line {
    letter-spacing: 0.3px;
    font-weight: 600;
}.about_this_A::after {
    height: 70%;
    transform: rotate(-15deg);
    right: -10%;
    background: linear-gradient(45deg, rgb(217,200,208,0.5), transparent);
    top: -20%;
    z-index: 1;
    transition: all 0.5s ease;
    position: absolute;
    width: 40%;
    opacity: 0.5;
    content: "";
}.about_this_A:hover::after {
    opacity: 0.7;
    transform: rotate(-10deg) scale(1.1);
}

@media (max-width: 1200px) {.about_this_A {
    padding: 100px 0;
}.about_this_A .text_block_x {
    padding: 40px 50px;
    max-width: 95%;
}
}

@media (max-width: 992px) {.about_this_A {
    padding: 80px 0;
}.about_this_A .text_block_x {
    max-width: 100%;
    padding: 35px 40px;
}.about_this_A p b {
    font-size: calc(15px * 1.4);
}
}

@media (max-width: 768px) {.about_this_A {
    padding: 60px 0;
}.about_this_A .text_block_x {
    border-left-width: 3px;
    padding: 30px;
}.about_this_A h5 {
    font-size: calc(24px * 0.9);
}.about_this_A p {
    margin-bottom: 20px;
    font-size: 15px;
}.about_this_A p b {
    font-size: calc(15px * 1.3);
}.about_this_A ol li {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.about_this_A {
    padding: 50px 0;
}.about_this_A .text_block_x {
    padding: 25px 20px;
    border-left-width: 2px;
}.about_this_A h5 {
    letter-spacing: 1px;
    font-size: calc(24px * 0.85);
}.about_this_A h5::after {
    width: 30px;
}.about_this_A p {
    margin-bottom: 15px;
    font-size: calc(15px * 0.95);
}.about_this_A p b {
    font-size: calc(15px * 1.2);
}.about_this_A ol li {
    padding-left: 5px;
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}
}