* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    scrollbar-color: rgb(208,208,191) rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}

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

.header_base59 {
    flex: 1 0 auto;
}

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

.support_cta72 {
    flex: 0 0 auto;
}

.support_cta72 {
    position: relative;
    color: #000000;
    padding: 4rem 0 2rem;
}

.our_mission62::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgb(173,174,152) 0%,
        rgba(0, 0, 0, 0.85) 100%);
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.9;
    z-index: 1;
}

.our_mission62 .container {
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}

.our_mission62 h2::after {
    left: 0;
    width: 80px;
    animation: scaleIn 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: rgb(208,208,191);
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
    bottom: -12px;
    content: "";
}

.our_mission62 .metadata_block49::before {
    z-index: -1;
    opacity: 0.05;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(to right, var(--primary-color-opacity) 0%, rgba(255, 255, 255, 0) 20%);
    width: 100%;
}

.our_mission62 .metadata_block49 > div {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
}

.our_mission62 .metadata_block49 > div {
    grid-template-columns: 1fr;
}

.our_mission62 .metadata_block49 p::after {
    position: absolute;
    bottom: 0;
    background: rgb(173,174,152);
    width: 40px;
    left: 0;
    height: 3px;
    content: "";
}

.our_mission62 .metadata_block49 div div {
    position: relative;
    color: #000000;
    column-gap: 40px;
    line-height: 1.7;
    column-count: 1;
    font-family: Arial, sans-serif;
    text-align: justify;
    font-size: 15px;
}

.our_mission62 .metadata_block49 div div {
    column-count: 2;
}

.future_students96::after {
    opacity: 0.05;
    background-size: 60px 60px;
    z-index: 2;
    top: 0;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(208,208,191,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(173,174,152,0.5) 49%, transparent 51%);
    content: '';
    height: 100%;
    position: absolute;
}

.future_students96 h3 {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 70px;
    padding: 0 20px;
    font-size: 34px;
    display: inline-block;
}

.future_students96 h3::after {
    right: -60px;
}

.future_students96 ul {
    gap: 40px;
    display: flex;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.future_students96 ul li::before {
    transition: opacity 0.4s ease;
    content: '';
    opacity: 0;
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(208,208,191), rgb(173,174,152));
    position: absolute;
}

.future_students96 ul li::after {
    height: 100px;
    opacity: 0.1;
    bottom: -50px;
    background: rgb(208,208,191,0.5);
    content: '';
    position: absolute;
    left: -50px;
    width: 100px;
    z-index: -1;
    transition: all 0.6s ease;
    border-radius: 50%;
}

.future_students96 ul li:hover::before {
    opacity: 1;
}

.future_students96 ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}

.future_students96 ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}

.future_students96 ul li svg path {
    fill: rgb(208,208,191);
    transition: fill 0.5s ease;
}

.future_students96 ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.future_students96 ul li:nth-child(3) {
    animation-delay: 0.4s;
}

.future_students96 ul li:nth-child(5) {
    animation-delay: 0.7s;
}

.future_students96 ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}

.future_students96 ul li:nth-child(3n+3) {
    animation-delay: 0.4s, 4s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
}

.price_card_deck81 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}

.price_card_deck81 .learning_rates94 {
    position: relative;
}

.price_card_deck81 h2 {
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    font-size: 31px;
    text-align: center;
}

.price_card_deck81 .discount_grid63 {
    max-width: 700px;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    line-height: 1.6;
    font-size: calc(16px + 2px);
    position: relative;
}

.price_card_deck81 .tuition_table39 li {
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}

.price_card_deck81 .value_plan81::before {
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(173,174,152), rgb(208,208,191));
    transform-origin: left;
    height: 5px;
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    width: 100%;
    left: 0;
}

.price_card_deck81 .pro_rates39 {
    height: 100%;
    position: relative;
    padding: 30px 25px;
    z-index: 1;
}

.price_card_deck81 .value_plan81 h4 {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    font-size: calc(21px - 2px);
    color: #ffffff;
}

.price_card_deck81 .value_plan81 p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    font-size: 16px;
    overflow-wrap: break-word;
    word-break: normal;
    max-height: 250px;
    padding-right: 10px;
    overflow-y: auto;
    hyphens: auto;
}

.price_card_deck81 .pricing_block26::before {
    background: linear-gradient(90deg, transparent, rgb(173,174,152), transparent);
    content: "";
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: 10px;
    right: 10px;
}

.price_card_deck81 .value_plan81:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}

.price_card_deck81 .value_plan81:hover .pricing_block26 {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
}

.data_control85 {
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
}

.cookie_ack60 {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}

.cookie_ack60 svg, .cookie_ack60 svg path, .cookie_ack60 img {
    height: 80px;
    fill: rgb(208,208,191);
    width: 80px;
}


.cookie_popup_display80 h5 {
    margin-bottom: 10px;
    color: rgb(208,208,191);
    font-size: 19px;
    font-weight: 700;
}

.cookie_necessary91:hover {
    background: rgb(173,174,152);
    transform: translateY(-3px);
}

.cookie_button.visitor_acceptance15 {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.visitor_acceptance15:hover {
    background: rgb(173,174,152,0.5);
}

.cookie_popup_display80 p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(208,208,191);
}

.cookie_popup_display80 p a:hover {
    color: rgb(173,174,152);
}

.privacy_vault18 {
    line-height: 1.8;
    background-color: rgb(233,233,225);
    max-width: 1200px;
    color: #000000;
    border: 2px solid rgb(208,208,191);
    margin: 0 auto;
    font-family: Arial, sans-serif;
    padding: 60px;
}

.privacy_vault18 h2 {
    font-weight: 600;
    color: rgb(173,174,152);
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    margin-top: 40px;
}

.privacy_vault18 li::before {
    font-size: 1.5em;
    margin-right: 10px;
    color: rgb(208,208,191);
    content: '•';
}

.privacy_vault18 p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 18px;
}

.privacy_vault18 span {
    color: rgb(208,208,191);
    font-weight: 700;
}

.privacy_vault18 a:hover {
    color: rgb(173,174,152);
    border-bottom: 1px solid rgb(173,174,152);
}

.customer_reviews96::before {
    top: 0;
    transform-origin: center top;
    background-size: 20px 20px;
    opacity: 0.2;
    height: 100%;
    transform: perspective(500px) rotateX(30deg) scale(1.5);
    position: absolute;
    left: 0;
    background: 
        linear-gradient(90deg, rgb(208,208,191,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(208,208,191,0.5) 0.5px, transparent 1px);
    content: "";
    z-index: 1;
    width: 100%;
}

.customer_reviews96 h4::after {
    bottom: -15px;
    height: 3px;
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(208,208,191), rgb(173,174,152));
    width: 100px;
}

.customer_reviews96 .user_testimonials96::before {
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, rgb(173,174,152,0.5), rgb(208,208,191,0.5));
    z-index: -1;
    position: absolute;
    transition: opacity 0.5s ease;
    inset: 0;
    border-radius: 16px;
}

.customer_reviews96 .user_testimonials96:hover::before {
    opacity: 0.7;
}

.customer_reviews96 .user_testimonials96:hover::after {
    opacity: 0.3;
    transform: scale(1) translateZ(10px);
}

.customer_reviews96 .user_testimonials96:hover {
    transform: rotateX(0) rotateY(0) translateZ(30px);
    z-index: 3;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.customer_reviews96 .user_testimonials96:hover .img_fluid60 {
    border-color: rgb(208,208,191,0.5);
    border-radius: 50%;
    transform: translateZ(40px);
}

.customer_reviews96 .user_testimonials96 span {
    display: block;
    font-size: 19px;
    transform: translateZ(15px);
    transition: all 0.5s ease;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: #000000;
}

.customer_reviews96 .user_testimonials96 p::before {
    width: 30px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    height: 2px;
    background: rgb(208,208,191,0.5);
}

.customer_reviews96 .user_testimonials96:hover p::before {
    background: #ffffff;
    width: 50px;
}

.customer_reviews96 .user_testimonials96:nth-child(3n+2) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.3s;
}

.teaching_history53 {
    position: relative;
    background: linear-gradient(135deg, rgb(233,233,225) 0%, rgb(208,208,191,0.5) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
}

.teaching_history53 .user_testimonials96 {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    transform: translateX(5%);
    position: relative;
    display: flex;
    z-index: 2;
}

.teaching_history53 .img_fluid60:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.teaching_history53 .emp_overview72::after {
    left: 30px;
    bottom: -10px;
    opacity: 0.6;
    filter: blur(8px);
    width: 85%;
    height: 10px;
    background: rgb(173,174,152);
    transition: all 0.5s ease;
    position: absolute;
    content: "";
}

.teaching_history53 .emp_overview72:hover::after {
    opacity: 0.8;
    width: 95%;
}

.teaching_history53 .emp_overview72 > div:nth-child(2) {
    font-size: 19px;
    margin-bottom: 1.5rem;
    color: rgb(173,174,152);
    transform: translateX(-10px);
    font-weight: 600;
}

.teaching_history53 .job_container48::before {
    position: absolute;
    content: "";
    width: 5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(208,208,191), rgb(173,174,152));
    height: 100%;
    border-radius: 10px;
    top: 0;
}

.program_structure87::before {
    top: -50px;
    border-radius: 50%;
    height: 200px;
    position: absolute;
    right: -50px;
    background: radial-gradient(circle, rgb(208,208,191,0.5) 0%, transparent 70%);
    animation: floatEffect 15s infinite alternate ease-in-out;
    content: "";
    width: 200px;
    opacity: 0.3;
}

.program_structure87 .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.program_structure87 .img_fluid60 {
    transform: translateZ(20px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 350px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s ease-out;
}

.program_structure87 .img_fluid60::after {
    width: 200%;
    animation: orbitEffect 20s infinite linear;
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    content: "";
    height: 200%;
    left: -50%;
    position: absolute;
}

.program_structure87 .metadata_block49:hover {
    transform: translateZ(15px);
}

.program_structure87 h3 {
    margin-bottom: 25px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(21px * 1.1);
    color: rgb(208,208,191);
    position: relative;
}

.program_structure87 .metadata_block49:hover h3::after {
    transform: scaleX(1.5);
}

.program_structure87 .description {
    line-height: 1.8;
    scrollbar-color: rgb(173,174,152,0.5) transparent;
    margin-bottom: 20px;
    overflow-y: auto;
    color: #000000;
    position: relative;
    font-size: 15px;
    max-height: 300px;
    scrollbar-width: thin;
}

.program_structure87 .education_map64 div {
    position: relative;
}

.contact_section27::before {
    height: 400px;
    position: absolute;
    filter: blur(70px);
    z-index: 1;
    top: -150px;
    width: 400px;
    background: linear-gradient(45deg, rgb(208,208,191,0.5), rgb(173,174,152,0.5));
    content: "";
    border-radius: 50%;
    right: -150px;
}

.contact_section27 .container {
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.contact_section27 h2::before {
    border-radius: 50%;
    content: "";
    width: 50px;
    position: absolute;
    background: rgb(208,208,191,0.5);
    z-index: -1;
    top: -25px;
    left: calc(50% - 120px);
    height: 50px;
}

.contact_section27 .message_widget65 {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.contact_section27 .img_fluid60 {
    position: relative;
    transition: transform 0.5s ease;
    flex: 0 0 45%;
    min-height: 500px;
}

.contact_section27 .img_fluid60::before {
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    position: absolute;
    z-index: 1;
}

.contact_section27 .help_links75 {
    position: relative;
    flex: 0 0 55%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 60px;
}

.contact_section27 form h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 19px;
}

.contact_section27 form input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(rgb(208,208,191), 0.1);
    border: 1px solid transparent;
    background: linear-gradient(rgb(233,233,225), rgb(233,233,225)) padding-box,
                linear-gradient(to right, rgb(208,208,191), rgb(173,174,152)) border-box;
    outline: none;
}

.contact_section27 .support_request38 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_section27 .support_request38 label::before {
    width: 22px;
    height: 22px;
    top: 0;
    transition: all 0.3s ease;
    border-radius: 6px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(233,233,225);
}

.contact_section27 .support_request38 input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-width: 0 2px 2px 0;
    content: "";
    top: 4px;
    transform: rotate(45deg);
    width: 6px;
    border: solid #ffffff;
    left: 8px;
    height: 12px;
}

.contact_section27 .support_support51 {
    border: none;
    color: #ffffff;
    font-size: 14px;
    border-radius: 12px;
    transition: all 0.5s ease;
    overflow: hidden;
    font-weight: 600;
    padding: 20px;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgb(208,208,191), rgb(173,174,152));
    position: relative;
    cursor: pointer;
}

.contact_section27 svg {
    margin-right: 12px;
    fill: none;
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    stroke: rgb(208,208,191);
}

.contact_section27 svg:hover,
.contact_section27 svg:hover path {
    stroke: rgb(173,174,152);
}

footer::before {
    opacity: 0.9;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(145deg, rgb(233,233,225) 0%, rgb(208,208,191,0.5) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.support_cta72::after {
    top: 0;
    background: linear-gradient(90deg, rgb(208,208,191), rgb(173,174,152));
    width: 100%;
    left: 0;
    height: 6px;
    position: absolute;
    content: "";
}

.support_cta72 .container {
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}

.support_cta72 .company_holder::before {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    background: rgb(208,208,191);
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    content: "";
    width: 100%;
}

.support_cta72 .company_holder h3::after {
    content: "";
    left: 0;
    background: rgb(173,174,152);
    width: 80px;
    position: absolute;
    bottom: -0.5rem;
    height: 3px;
}

.support_cta72 .syllabus_ref54 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.support_cta72 .head_bar81 {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.support_cta72 .site_main82 h5 {
    font-weight: 600;
    padding: 1rem 1.5rem;
    background: rgb(173,174,152);
    color: #ffffff;
    position: relative;
    font-size: 19px;
    margin: 0;
}

.support_cta72 .site_main82 .head_bar81 a {
    transition: all 0.3s ease;
    padding: 0.8rem 1.5rem;
    position: relative;
    font-size: 13px;
    display: flex;
    text-decoration: none;
    color: #000000;
    align-items: center;
}

.support_cta72 .site_main82 .head_bar81 a::after {
    opacity: 0;
    border-radius: 50%;
    background: rgb(173,174,152);
    top: 50%;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    left: 1.5rem;
    height: 5px;
    width: 5px;
}

.code_labs29 {
    padding: 2rem 0;
    margin-top: 3rem;
    background: rgb(233,233,225);
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.code_labs29 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.metrics_summary01 {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,233,225) 0%, rgb(173,174,152,0.5) 100%);
    position: relative;
}

.metrics_summary01::before {
    top: 0;
    width: 100%;
    transform: translateZ(0);
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    background-image: linear-gradient(30deg, rgb(208,208,191,0.5) 10%, transparent 30%);
    left: 0;
}

.metrics_summary01 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.metrics_summary01 h4::after {
    transition: transform 0.5s ease;
    height: 3px;
    margin: 1rem auto 0;
    background: linear-gradient(90deg, rgb(208,208,191) 0%, rgb(173,174,152) 100%);
    transform: scaleX(0.8);
    display: block;
    width: 80px;
    content: "";
}

.metrics_summary01 ul {
    padding: 0;
    gap: 2rem;
    list-style: none;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.metrics_summary01 ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}

.metrics_summary01 .statistics_advances27::before {
    top: 0;
    content: "";
    left: 0;
    transition: height 0.5s ease;
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(208,208,191), rgb(173,174,152));
    z-index: -1;
    height: 0;
}

.metrics_summary01 .statistics_advances27:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08), 
                -8px -8px 20px rgba(255, 255, 255, 0.9);
}

.metrics_summary01 .statistics_advances27 p {
    background-clip: text;
    transform: translateZ(0);
    line-height: 1;
    font-weight: 700;
    position: relative;
    font-size: 3.5rem;
    margin: 0 0 0.5rem;
    background: linear-gradient(90deg, rgb(208,208,191) 0%, rgb(173,174,152) 100%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-background-clip: text;
    color: transparent;
}

.metrics_summary01 .statistics_advances27 p {
    font-size: 4rem;
}

.metrics_summary01 .statistics_advances27 span {
    color: #000000;
    text-align: center;
    font-size: 18px;
    margin-top: 0.5rem;
    max-width: 90%;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.metrics_summary01 .statistics_advances27:nth-child(even) {
    animation: floatStat 7s ease-in-out infinite 1s;
}

header .main_tutor04 {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .main_teach35::after {
    background: linear-gradient(to right, transparent, rgb(208,208,191), transparent);
    left: 0;
    height: 2px;
    content: '';
    width: 100%;
    bottom: -5px;
    opacity: 0.7;
    position: absolute;
}

header .site_main82 {
    width: 100%;
    padding: 0.8rem;
    border-radius: 12px;
    gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(to right, rgb(208,208,191,0.5), rgb(173,174,152,0.5));
}

header .top_skill28:hover {
    box-shadow: 0 4px 8px rgb(208,208,191,0.5);
    background: linear-gradient(135deg, rgb(208,208,191), rgb(173,174,152));
    transform: translateY(-2px);
    color: #ffffff;
}

.contacts31::before {
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}

.contacts31 .ask_question10:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.contacts31 .ask_question10 h3 {
    font-weight: 700;
    margin: 2.5rem 0 1rem;
    text-align: center;
    color: rgb(208,208,191);
    position: relative;
    font-size: 37px;
}

.contacts31 .ask_question10 h3::after {
    content: '';
    bottom: -15px;
    width: 60px;
    left: 50%;
    background: linear-gradient(to right, rgb(208,208,191), rgb(173,174,152));
    position: absolute;
    height: 4px;
    border-radius: 2px;
    transform: translateX(-50%);
}

.contacts31 .edu_tutor31::before {
    height: 1px;
    left: 3rem;
    background: linear-gradient(
        to right,
        transparent,
        rgb(208,208,191,0.5),
        rgb(173,174,152,0.5),
        rgb(208,208,191,0.5),
        transparent
    );
    position: absolute;
    right: 3rem;
    content: '';
    top: 0;
}

.contacts31 .edu_tutor31 > span:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.contacts31 .edu_tutor31 > span::before {
    height: 100%;
    top: 0;
    content: '';
    width: 4px;
    position: absolute;
    background-color: rgb(208,208,191);
    left: 0;
}

.contacts31 .edu_tutor31 > span svg {
    transition: all 0.3s ease;
    top: 1rem;
    opacity: 0.7;
    fill: rgb(208,208,191);
    position: absolute;
    height: 24px;
    width: 24px;
    right: 1rem;
}

.contacts31 .edu_tutor31 > span svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    transition: all 0.3s ease;
}

.contacts31 .edu_tutor31 p svg {
    margin-right: 8px;
    width: 18px;
    opacity: 0.9;
    height: 18px;
    position: static;
}

.contacts31 .edu_tutor31 span > span {
    display: flex;
    font-weight: 400;
    color: #000000;
    align-items: center;
    margin-top: 0.5rem;
}

.contacts31 .edu_tutor31 a svg {
    height: 14px;
    transition: all 0.3s ease;
    opacity: 0.9;
    margin-right: 6px;
    position: static;
    width: 14px;
}

.contacts31 .edu_tutor31 a::after {
    background-color: rgb(208,208,191);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 0.3s ease;
    transform-origin: right;
    width: 100%;
    content: '';
    transform: scaleX(0);
    height: 1px;
}

.contacts31 .contact_box50 {
    margin-top: 2rem;
    grid-column: 1 / -1;
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    background-color: rgba(rgb(208,208,191,0.5), 0.05);
}

.contacts31 .contact_box50 h4 {
    margin-right: 10px;
    display: inline-flex;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
    color: rgb(208,208,191);
    align-items: center;
    font-size: 23px;
}

.contacts31 .contact_box50:hover h4 svg {
    transform: rotate(360deg);
}

.contacts31 .contact_box50 h4::after {
    bottom: -5px;
    width: 30px;
    content: '';
    height: 2px;
    position: absolute;
    background-color: rgb(173,174,152);
    left: 0;
}

.contacts31 .contact_box50 span:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.7);
}

.contacts31 .contact_box50 span svg {
    fill: rgb(173,174,152);
    margin-right: 8px;
    width: 14px;
    height: 14px;
    opacity: 0.7;
    transition: transform 0.3s ease;
}

.contacts31 .edu_tutor31 > span:nth-child(1) {
    animation-delay: 0.1s;
}

.contacts31 .edu_tutor31 > span:nth-child(2) {
    animation-delay: 0.2s;
}

.contacts31 .edu_tutor31 > span:nth-child(3) {
    animation-delay: 0.3s;
}

.contacts31 .edu_tutor31 > span:nth-child(5) {
    animation-delay: 0.5s;
}


.contacts31 .container::before {
    width: 300px;
    z-index: 0;
    opacity: 0.2;
    content: '';
    height: 300px;
    position: absolute;
    right: -5%;
    top: -10%;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(208,208,191,0.5) 0%, transparent 70%);
}

.contacts31 .edu_tutor31 > span:hover::after {
    position: absolute;
    background: linear-gradient(
        to bottom right,
        transparent, 
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent,
        transparent
    );
    animation: shine 1.5s ease forwards;
    width: 100%;
    left: 0;
    content: '';
    z-index: 0;
    top: 0;
    height: 100%;
}

.title_greeting72 h1 {
    color: var(--primary-color, rgb(94, 170, 168));
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    text-align: center;
    margin-bottom: 2rem;
    font-size: var(--h5-font-size, 1.5rem);
    z-index: 2;
    transform: translateY(0);
    opacity: 1;
    position: relative;
    font-weight: 700;
}

.title_greeting72 .skill_training12 {
    flex-direction: column;
    display: flex;
    z-index: 2;
    position: relative;
    gap: 2rem;
}

.title_greeting72 .metadata_block49 {
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-left: 4px solid var(--primary-color, rgb(94, 170, 168));
    backdrop-filter: blur(10px);
}

.title_greeting72 ol li {
    margin-bottom: 1.5rem;
}

.title_greeting72 svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 120px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    margin-bottom: 1.5rem;
    width: 120px;
}

.title_greeting72 svg text {
    transition: fill 0.3s ease;
    font-family: var(--body-font-family, sans-serif);
}

.title_greeting72 .edu_first91 p {
    color: var(--p-color, #666);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    position: relative;
    max-width: 90%;
}

.title_greeting72 .support_support51::before {
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.title_greeting72 .support_support51:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
}

.title_greeting72 .support_support51:active {
    box-shadow: 0 4px 10px rgba(94, 170, 168, 0.2);
    transform: translateY(1px);
}

.title_greeting72 .img_fluid60::after {
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.2) 0%, rgba(94, 170, 168, 0) 50%);
    pointer-events: none;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
}

.appSection92 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,208,191,0.5) 0%, rgb(233,233,225) 100%);
    position: relative;
    padding: 120px 0;
}

.appSection92::after {
    transform: rotate(15deg);
    height: 250px;
    opacity: 0.08;
    position: absolute;
    background: rgb(208,208,191);
    right: -20px;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -20px;
    z-index: 0;
    width: 250px;
}

.appSection92 .skill_training12 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
    gap: 40px;
}

.appSection92 .skill_training12 > div:first-child::before {
    left: -14px;
    position: absolute;
    border: 3px solid rgb(208,208,191);
    transition: transform 0.4s ease;
    content: "";
    background: #ffffff;
    width: 24px;
    top: 50%;
    height: 24px;
    transform: translateY(-50%) rotate(45deg);
}

.appSection92 .skill_training12 > div:last-child {
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 35px 40px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
}

.appSection92 .skill_training12 > div:last-child:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.appSection92 .skill_training12 > div:last-child::after {
    content: "";
    width: 90px;
    height: 90px;
    right: -30px;
    border-radius: 50%;
    top: -30px;
    position: absolute;
    z-index: 0;
    background: rgb(173,174,152,0.5);
    opacity: 0.15;
}

::-webkit-scrollbar {
    height: 9px;
    width: 0.5em;
}

::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    transition: all, background, border-radius 4.2s ease;
    min-height: 24px;
    border-radius: 9.4em;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(173,174,152);
    box-shadow: 5px 1px 7px 5px rgba(0, 0, 0, 0.2);
}

.price_card_deck81 .value_plan81 p::-webkit-scrollbar {
    width: 4px;
}

.price_card_deck81 .value_plan81 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(173,174,152,0.5);
}

.program_structure87 .description::-webkit-scrollbar {
    width: 6px;
}

.program_structure87 .description::-webkit-scrollbar-track {
    background: transparent;
}

.program_structure87 .description::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(173,174,152,0.5);
}




@media (min-width: 1200px) {.our_mission62 {
    padding: 180px 0 160px;
}.our_mission62::before {
    background: linear-gradient(135deg, 
            rgb(173,174,152) 0%,
            rgba(0, 0, 0, 0.75) 100%);
}.our_mission62 h2 {
    letter-spacing: 1px;
    font-size: calc(28px * 1.4);
}.our_mission62 .metadata_block49 {
    margin-left: 80px;
    padding: 80px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.our_mission62 .metadata_block49::before {
    background: linear-gradient(45deg, 
            rgba(rgb(208,208,191), 0.05) 0%, 
            rgba(rgb(208,208,191), 0.02) 50%, 
            rgba(255, 255, 255, 0) 100%);
}.our_mission62 .metadata_block49 > div {
    gap: 40px;
    grid-template-columns: 0.25fr 0.75fr;
}.our_mission62 .metadata_block49 p {
    font-size: 23px;
}.our_mission62 .metadata_block49 div div {
    column-gap: 60px;
    column-count: 2;
}}



@media (max-width: 576px) {.future_students96 {
    padding: 70px 0;
}.future_students96 h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.future_students96 h3::before,
    .future_students96 h3::after {
    display: none;
}.future_students96 ul {
    gap: 25px;
}.future_students96 ul li {
    padding: 30px 20px;
}.future_students96 ul li svg {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 768px) {.price_card_deck81 {
    padding: 60px 0;
}.price_card_deck81 h2 {
    font-size: calc(31px - 6px);
}.price_card_deck81 .discount_grid63 {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.price_card_deck81 .tuition_table39 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.price_card_deck81 .value_plan81 h4 {
    font-size: 21px;
}.price_card_deck81 .value_plan81 p {
    max-height: 180px;
    font-size: calc(16px - 1px);
}.price_card_deck81 .pricing_block26 {
    font-size: 21px;
}
}


@media only screen and (max-width: 600px) {.cookie_popup_display80 {
    border-radius: 0;
    width: 100%;
    transform: none;
    left: 0;
    bottom: 0;
}.data_control85 {
    padding: 15px;
}.cookie_ack60 svg {
    height: 50px;
    width: 50px;
}.cookie_popup_display80 h5 {
    font-size: calc(19px - 2px);
}.cookie_popup_display80 p {
    font-size: calc(16px - 2px);
}.cookie_necessary91 {
    font-size: calc(14px - 2px);
    padding: 8px 16px;
    width: calc(100% - 10px);
}}



@media (max-width: 1024px) {.customer_reviews96 {
    padding: 90px 0;
}.customer_reviews96 .edu_quotes28 {
    gap: 40px 30px;
    grid-template-columns: repeat(2, 1fr);
}.customer_reviews96 h4 {
    font-size: calc(38px * 0.9);
    margin-bottom: 60px;
}.customer_reviews96 .user_testimonials96 {
    padding: 25px;
}.customer_reviews96 .img_fluid60 {
    width: 80px;
    height: 80px;
}
}



@media (max-width: 992px) {.teaching_history53 .user_testimonials96 {
    transform: none;
    gap: 2rem;
    flex-direction: column;
}.teaching_history53 .img_fluid60 {
    width: 220px;
    height: 280px;
    margin: 0 auto;
}.teaching_history53 .emp_overview72 {
    max-width: 100%;
    transform: none;
}.teaching_history53 .name,
    .teaching_history53 .emp_overview72 > div:nth-child(2) {
    transform: none;
}}



@media (min-width: 768px) {.program_structure87 .education_map64 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.program_structure87 .img_fluid60 {
    height: 450px;
    transform: translateZ(30px) rotateY(-3deg);
}.program_structure87 h3 {
    font-size: 38px;
    margin-bottom: 30px;
}.program_structure87 h3::after {
    width: 80px;
}.program_structure87 .description {
    max-height: 350px;
}
}



@media (min-width: 1200px) {.program_structure87 .img_fluid60 {
    height: 550px;
}.program_structure87 .education_map64 {
    gap: 100px;
}.program_structure87 .description {
    max-height: 450px;
}
}



@media (max-width: 1024px) {.contact_section27 {
    padding: 70px 0;
}.contact_section27 .help_links75 {
    padding: 45px;
}.contact_section27 .img_fluid60 {
    min-height: 450px;
}
}



@media (max-width: 768px) {.contact_section27 {
    padding: 60px 0;
}.contact_section27 h2 {
    margin-bottom: 40px;
}.contact_section27 .message_widget65 {
    flex-direction: column;
}.contact_section27 .img_fluid60 {
    width: 100%;
    min-height: 300px;
    flex: 0 0 300px;
}.contact_section27 .help_links75 {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact_section27 form h3 {
    margin-bottom: 25px;
}.contact_section27 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}



@media (max-width: 1200px) {.support_cta72 .container {
    gap: 2rem;
}.support_cta72 .company_holder {
    flex: 1 1 360px;
}.support_cta72 .syllabus_ref54 {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.support_cta72 .head_bar81 {
    gap: 2rem;
}
}



@media (max-width: 992px) {.support_cta72 {
    padding: 3.5rem 0 2rem;
}.support_cta72 .container {
    flex-direction: column;
    gap: 2.5rem;
}.support_cta72 .company_holder,
    .support_cta72 .syllabus_ref54 {
    flex: 1 1 100%;
    min-width: 100%;
}.support_cta72 .site_main82 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 420px) {.support_cta72 .company_holder h3::after {
    width: 50px;
}.support_cta72 .site_main82 .head_bar81 a:hover {
    padding-left: 2rem;
}.code_labs29 .equity_info45 {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media (min-width: 768px) {.metrics_summary01 {
    padding: 6rem 0;
}.metrics_summary01 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2.5rem;
}.metrics_summary01 h4 {
    font-size: calc(22px * 1.1);
    margin-top: 4rem;
}.metrics_summary01 h4::after {
    width: 100px;
}
}



@media (max-width: 767px) {.metrics_summary01 {
    padding: 4rem 0;
}.metrics_summary01 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.metrics_summary01 .statistics_advances27 {
    padding: 1.5rem;
}.metrics_summary01 .statistics_advances27 p {
    font-size: 3rem;
}.metrics_summary01 h4 {
    margin-top: 2rem;
    font-size: calc(22px * 0.9);
}}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main_teach35 svg {
    width: 160px;
}header .site_main82 {
    padding: 0.7rem;
}header .top_skill28 {
    padding: 0.5rem 1rem;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main_tutor04 {
    gap: 0.8rem;
}header .main_teach35 svg {
    width: 120px;
}header .site_main82 {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0.5rem;
}header .site_main82::-webkit-scrollbar {
    height: 3px;
}header .site_main82::-webkit-scrollbar-thumb {
    background: rgb(208,208,191);
    border-radius: 10px;
}header .top_skill28 {
    flex-shrink: 0;
    font-size: calc(17px - 2px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}


@media (max-width: 767px) {.contacts31 {
    padding: 3rem 0;
}.contacts31 .edu_tutor31 {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
}.contacts31 .contact_box50 {
    grid-column: 1;
    padding: 1.5rem;
}.contacts31 .msg_support68 {
    max-width: 100%;
}.contacts31 .edu_tutor31::before {
    left: 1.5rem;
    right: 1.5rem;
}.contacts31 .edu_tutor31 > span svg {
    width: 18px;
    height: 18px;
}
}



@media (min-width: 768px) {.title_greeting72 {
    padding: 5rem 2rem;
}.title_greeting72 h1 {
    font-size: calc(var(--h5-font-size, 1.5rem) * 1.2);
}.title_greeting72 .skill_training12 {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.title_greeting72 .metadata_block49 {
    padding: 3rem;
    flex: 1;
}.title_greeting72 .edu_first91 {
    align-items: flex-start;
    text-align: left;
}.title_greeting72 svg {
    margin-right: auto;
    margin-left: 0;
}.title_greeting72 .img_fluid60 {
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    flex: 1;
}.title_greeting72 .img_fluid60:hover {
    transform: perspective(1000px) rotateX(4deg) rotateY(-4deg);
}
}



@media (min-width: 992px) {.title_greeting72 {
    padding: 6rem 3rem;
}.title_greeting72 h1 {
    font-size: calc(var(--h5-font-size, 1.5rem) * 1.4);
    margin-bottom: 3rem;
}.title_greeting72 .skill_training12 {
    gap: 5rem;
}.title_greeting72 .metadata_block49 {
    flex: 1.2;
}.title_greeting72 svg {
    height: 150px;
    width: 150px;
}.title_greeting72 .img_fluid60 {
    flex: 1;
    height: 500px;
}.title_greeting72 .edu_first91 p {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}.title_greeting72 .support_support51 {
    padding: 1rem 2.5rem;
}
}



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



@media (max-width: 767px) {.appSection92 {
    padding: 80px 0;
}.appSection92::after {
    width: 150px;
    height: 150px;
}.appSection92 .skill_training12 > div:first-child {
    padding-left: 20px;
}.appSection92 .skill_training12 > div:last-child {
    padding: 25px 30px;
}.appSection92 h5 {
    font-size: calc(22px * 0.9);
}.appSection92 p {
    font-size: calc(13px * 0.95);
}
}



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



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

@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}



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



@keyframes floatIn {
    from {
        opacity: 0;
        transform: rotateX(20deg) rotateY(-20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: rotateX(10deg) rotateY(-10deg) translateY(0);
    }
}

@keyframes floatStat {
        0% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
        100% { transform: translateY(0); }
    }

@keyframes card-appear {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }
    100% {
        transform: translateX(100%) translateY(100%);
    }
}

