a {
    text-decoration: none;
    color: inherit;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    box-shadow: 0 5px 15px rgb(208,208,191,0.5);
    background: linear-gradient(to right, rgb(233,233,225), #ffffff);
    padding: 1.5rem 0;
    position: relative;
}

.grid-container79 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

.container {
    margin: auto;
    width: 1229px;
    max-width: 100%;
}


.our_mission62 {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}

.our_mission62 {
    padding: 140px 0 120px;
}

.our_mission62::after {
    opacity: 0.1;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    width: 35%;
    right: 0;
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    background: rgb(208,208,191);
}

.our_mission62 h2 {
    display: inline-block;
    position: relative;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 700;
    transform: translateX(-10px);
    color: #ffffff;
}

.our_mission62 .metadata_block49 {
    background: rgba(255, 255, 255, 0.95);
    animation: fadeInUp 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    position: relative;
    padding: 50px;
    border-left: 6px solid rgb(208,208,191);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.our_mission62 .metadata_block49 {
    padding: 60px;
    animation: appear3D 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-2deg);
}

.our_mission62 .metadata_block49 p {
    margin: 0;
    position: relative;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    transform: translateX(-5px);
    color: rgb(208,208,191);
    font-weight: 600;
    font-size: calc(15px * 1.6);
}

.future_students96 {
    position: relative;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}

.future_students96::before {
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(208,208,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(173,174,152,0.5) 0%, transparent 40%);
    content: '';
    left: 0;
    opacity: 0.15;
    width: 100%;
    top: 0;
    z-index: 1;
}

.future_students96 .skill_training12 {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 10;
}

.future_students96 h3::before,
.future_students96 h3::after {
    height: 2px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgb(208,208,191), rgb(173,174,152));
    width: 40px;
    top: 50%;
    content: '';
    position: absolute;
}

.future_students96 h3::before {
    left: -60px;
}

.future_students96 ul li {
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    width: calc(33.333% - 27px);
    text-align: left;
    gap: 20px;
    align-items: flex-start;
    padding: 40px 30px;
    min-width: 280px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    display: flex;
}



.future_students96 ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}

.future_students96 ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}

.future_students96 ul li svg {
    height: 50px;
    position: relative;
    flex-shrink: 0;
    width: 50px;
    transition: all 0.5s ease;
}

.future_students96 ul li:hover svg path {
    fill: rgb(173,174,152);
}

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

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

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

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

.price_card_deck81 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.price_card_deck81::before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    z-index: 1;
}

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

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

.price_card_deck81 .value_plan81 {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 12px;
}

.price_card_deck81 .edu_packages63 {
    position: relative;
    z-index: 2;
}

.price_card_deck81 .value_plan81 h4::before {
    border-top: 2px solid rgb(173,174,152);
    opacity: 0.6;
    left: -10px;
    height: 30px;
    transition: all 0.3s ease;
    content: "";
    border-left: 2px solid rgb(173,174,152);
    top: -10px;
    position: absolute;
    width: 30px;
}

.price_card_deck81 .pricing_block26 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(rgb(173,174,152,0.5), 0.1), rgba(rgb(208,208,191,0.5), 0.2));
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    font-size: calc(21px + 4px);
}

.price_card_deck81 .value_plan81:hover::before {
    transform: scaleX(1);
}

.price_card_deck81 .value_plan81:hover h4 {
    transform: translateX(5px);
}

.price_card_deck81 .value_plan81:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}

.cookie_popup_display80 {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    border-radius: 30px;
    text-align: center;
    padding: 20px;
    font-family: Arial, sans-serif;
    position: fixed;
    overflow: hidden;
    background: rgb(233,233,225);
    align-items: center;
    left: 50%;
    max-width: 600px;
    z-index: 1050;
    width: 90%;
}

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

.cookie_necessary91 {
    text-align: center;
    font-size: 14px;
    margin: 5px;
    padding: 10px 20px;
    background: rgb(208,208,191);
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    width: calc(50% - 10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}


#popupPrivacyTerms63 {
    display: none;
}

#popupPrivacyTerms63:checked ~ .cookie_popup_display80 {
    opacity: 0;
    visibility: hidden;
}

.privacy_vault18 h1 {
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(173,174,152);
    padding-bottom: 10px;
    color: rgb(208,208,191);
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1px;
}

.privacy_vault18 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.privacy_vault18 li {
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    align-items: center;
}

.privacy_vault18 a {
    font-weight: 600;
    color: rgb(208,208,191);
    text-decoration: none;
    border-bottom: 1px solid rgb(208,208,191,0.5);
}

.customer_reviews96 {
    position: relative;
    background: linear-gradient(180deg, rgb(233,233,225) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}

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

.customer_reviews96 h4 {
    color: #000000;
    margin-bottom: 80px;
    font-size: 38px;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.customer_reviews96 .edu_quotes28 {
    perspective: 1000px;
    gap: 50px 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    transform-style: preserve-3d;
}

.customer_reviews96 .user_testimonials96 {
    transform: rotateX(10deg) rotateY(-10deg);
    padding: 30px;
    z-index: 2;
    background: #ffffff;
    border-radius: 16px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.customer_reviews96 .user_testimonials96::after {
    border: 1px solid #ffffff;
    top: 5px;
    content: "";
    z-index: -1;
    transform: scale(0.9) translateZ(10px);
    bottom: 5px;
    transition: all 0.5s ease;
    position: absolute;
    opacity: 0;
    left: 5px;
    border-radius: calc(16px - 5px);
    right: 5px;
}

.customer_reviews96 .img_fluid60 {
    border-radius: 16px;
    margin: 0 auto 20px;
    width: 90px;
    height: 90px;
    border: 3px solid #ffffff;
    transition: all 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
}

.customer_reviews96 .user_testimonials96:hover span {
    color: #ffffff;
    transform: translateZ(30px);
}

.customer_reviews96 .user_testimonials96 p {
    padding-top: 15px;
    transform: translateZ(10px);
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
    color: #000000;
}

.customer_reviews96 .user_testimonials96:hover p {
    color: #ffffff;
    transform: translateZ(20px);
}

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

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

.teaching_history53::before {
    top: -10%;
    z-index: 1;
    background: rgb(173,174,152,0.5);
    content: "";
    left: -5%;
    height: 70%;
    width: 120%;
    position: absolute;
    transform: rotate(-12deg);
}

.teaching_history53 .img_fluid60 {
    box-shadow: 15px 15px 0 rgb(208,208,191,0.5);
    height: 350px;
    transform: rotate(-5deg);
    border-radius: 25px;
    transition: all 0.5s ease;
    width: 280px;
}

.teaching_history53 .emp_overview72 {
    max-width: 60%;
    transition: all 0.5s ease;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 25px;
    padding: 2rem;
    background: #ffffff;
    transform: rotate(2deg) translateY(-30px);
}

.teaching_history53 .emp_overview72:hover {
    transform: rotate(0deg) translateY(-20px);
}

.teaching_history53 .name {
    font-weight: 700;
    transform: translateX(-20px);
    margin-bottom: 0.5rem;
    color: rgb(208,208,191);
    font-size: 28px;
}

.teaching_history53 .job_container48 {
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
    padding-left: 1.5rem;
    font-style: italic;
    position: relative;
    color: #000000;
}

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

.program_structure87::after {
    background: radial-gradient(circle, rgb(173,174,152,0.5) 0%, transparent 70%);
    width: 150px;
    bottom: -30px;
    content: "";
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    height: 150px;
    position: absolute;
    left: -30px;
    opacity: 0.2;
}

.program_structure87 .education_map64 {
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    perspective: 1000px;
    position: relative;
    gap: 40px;
    display: grid;
}

.program_structure87 .img_fluid60::before {
    position: absolute;
    mix-blend-mode: overlay;
    opacity: 0.6;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to right, rgb(208,208,191,0.5) 0%, transparent 50%);
    width: 100%;
    left: 0;
}

.program_structure87 .metadata_block49 {
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    transition: transform 0.4s ease-out;
    transform: translateZ(10px);
    padding: 30px;
    position: relative;
}

.program_structure87 h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(208,208,191) 0%, rgb(173,174,152) 100%);
    left: 0;
    bottom: -10px;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    content: "";
    transform-origin: left;
    width: 60px;
    height: 3px;
}

.program_structure87 p.description {
    display: block;
}

.program_structure87 span.description {
    display: none;
}

.contact_section27 {
    background: rgb(233,233,225);
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.contact_section27::after {
    left: -100px;
    height: 300px;
    filter: blur(60px);
    bottom: -100px;
    content: "";
    z-index: 1;
    border-radius: 50%;
    width: 300px;
    position: absolute;
    background: linear-gradient(225deg, rgb(173,174,152,0.5), rgb(208,208,191,0.5));
}

.contact_section27 h2 {
    color: #000000;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 60px;
}

.contact_section27 h2::after {
    background: rgb(173,174,152,0.5);
    border-radius: 50%;
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: -15px;
    right: calc(50% - 100px);
    content: "";
    z-index: -1;
}

.contact_section27 .message_widget65::before {
    inset: 0;
    z-index: 0;
    position: absolute;
    pointer-events: none;
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(208,208,191,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(173,174,152,0.5) 99%
    );
}

.contact_section27 .img_fluid60::after {
    z-index: 2;
    content: "";
    right: 20px;
    position: absolute;
    pointer-events: none;
    left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: 20px;
    bottom: 20px;
}

.contact_section27 form {
    position: relative;
    z-index: 3;
}

.contact_section27 form input[type="text"] {
    transition: all 0.3s ease;
    font-size: 16px;
    margin-bottom: 25px;
    width: 100%;
    color: #000000;
    background: rgb(233,233,225);
    border: none;
    padding: 18px 25px;
    border-radius: 12px;
}

.contact_section27 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

.contact_section27 .support_request38 {
    position: relative;
    margin-bottom: 30px;
}

.contact_section27 .support_request38 label {
    align-items: center;
    color: #000000;
    font-size: 15px;
    padding-left: 35px;
    display: flex;
    position: relative;
    cursor: pointer;
}

.contact_section27 .support_request38 input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(208,208,191), rgb(173,174,152));
}

.contact_section27 .support_request38 label a {
    font-weight: 600;
    color: rgb(208,208,191);
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact_section27 .support_request38 label a:hover {
    color: rgb(173,174,152);
}

.contact_section27 .support_support51::before {
    transform-origin: right;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scaleX(0);
    content: "";
    transition: transform 0.5s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(173,174,152), rgb(208,208,191));
    z-index: -1;
}

.contact_section27 .support_support51:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_section27 svg path {
    stroke-width: 2;
    stroke: rgb(208,208,191);
    fill: none;
    transition: all 0.3s ease;
}

footer {
    position: relative;
    z-index: 1;
}

footer::after {
    content: "";
    bottom: 0;
    left: 0;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(208,208,191,0.5), rgb(208,208,191,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(208,208,191,0.5), rgb(208,208,191,0.5) 1px, transparent 1px, transparent 20px);
    right: 0;
}

.support_cta72 .company_holder {
    background: #ffffff;
    position: relative;
    border-radius: 13px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    padding: 2rem 2.5rem;
}

.support_cta72 .company_holder h3 {
    font-size: 38px;
    margin: 0 0 1.5rem;
    color: rgb(208,208,191);
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
}

.support_cta72 .price_table07 {
    padding: 1.5rem;
    position: relative;
    border-radius: 10px;
    border-left: 3px solid rgb(173,174,152);
    background: rgb(233,233,225);
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
}

.support_cta72 .site_main82 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    border-radius: 13px;
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
    overflow: hidden;
}

.support_cta72 .site_main82 .head_bar81 {
    display: flex;
    padding: 1rem 0;
    gap: 0;
    flex-direction: column;
}

.support_cta72 .site_main82 .head_bar81 a::before {
    content: "";
    transition: all 0.3s ease;
    width: 0;
    background: rgb(233,233,225);
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
}

.support_cta72 .site_main82 .head_bar81 a:hover {
    padding-left: 2.2rem;
    color: rgb(208,208,191);
}

.support_cta72 .site_main82 .head_bar81 a:hover::before {
    width: 100%;
}

.support_cta72 .site_main82 .head_bar81 a:hover::after {
    opacity: 1;
}

.code_labs29::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(208,208,191,0.5), transparent);
    top: 0;
    content: "";
    left: 10%;
    right: 10%;
    position: absolute;
}

.code_labs29 .equity_info45 {
    text-align: center;
    background: #ffffff;
    font-weight: 400;
    border-radius: 50px;
    font-size: 12px;
    padding: 0.8rem 2rem;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.metrics_summary01::after {
    right: -50%;
    width: 100%;
    top: -50%;
    opacity: 0.4;
    z-index: 0;
    content: "";
    position: absolute;
    transform: translateZ(0);
    height: 100%;
    background-image: radial-gradient(circle, rgb(173,174,152,0.5) 0%, transparent 70%);
}

.metrics_summary01 h4 {
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 22px;
    color: #000000;
    margin-top: 3rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    font-family: Arial, sans-serif;
    position: relative;
}

.metrics_summary01 h4:hover::after {
    transform: scaleX(1.2);
}

.metrics_summary01 .statistics_advances27 {
    padding: 2rem;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05), 
                -5px -5px 15px rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transform: translateY(0);
}

.metrics_summary01 .statistics_advances27 {
    padding: 2.5rem 2rem;
}

.metrics_summary01 .statistics_advances27:hover::before {
    height: 100%;
}

.metrics_summary01 .statistics_advances27 div {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
}

.metrics_summary01 .statistics_advances27 p::after {
    transition: transform 0.4s ease;
    background-color: rgb(173,174,152);
    position: absolute;
    width: 30px;
    bottom: -0.5rem;
    height: 2px;
    content: "";
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.metrics_summary01 .statistics_advances27:hover p {
    transform: translateY(-5px) scale(1.05);
}

.metrics_summary01 .statistics_advances27:hover p::after {
    transform: translateX(-50%) scaleX(1);
}

.metrics_summary01 .statistics_advances27:hover span {
    color: rgb(208,208,191);
}


    
    .metrics_summary01 .statistics_advances27:nth-child(odd) {
    animation: floatStat 6s ease-in-out infinite;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}

header .main_teach35 {
    border-radius: 10px;
    position: relative;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

header .main_teach35 svg {
    width: 180px;
    transition: transform 0.3s ease;
    height: auto;
}

header .main_teach35:hover svg {
    transform: scale(1.05);
}

header .top_skill28 {
    transition: all 0.3s ease;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 400;
    padding: 0.6rem 1.2rem;
}

.contacts31 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgb(233,233,225) 0%, rgb(208,208,191,0.5) 100%);
}


.contacts31 {
    animation: floatBackground 15s ease infinite;
    background-size: 400% 400%;
}

.contacts31 .container {
    z-index: 2;
    position: relative;
}

.contacts31 .ask_question10 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    overflow: hidden;
    display: grid;
    background-color: #ffffff;
    gap: 2rem;
    grid-template-columns: 1fr;
}


.contacts31 .ask_question10 {
    transform-style: preserve-3d;
    animation: card-appear 0.8s ease-out forwards;
}

.contacts31 .msg_support68 {
    max-width: 80%;
    color: #000000;
    line-height: 1.6;
    margin: 0 auto 2rem;
    text-align: center;
    padding: 0 1.5rem;
    font-size: 15px;
}

.contacts31 .edu_tutor31 {
    padding: 2rem 3rem 3rem;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
}

.contacts31 .edu_tutor31 > span {
    border-radius: 10px;
    position: relative;
    padding: 1rem;
    flex-direction: column;
    display: flex;
    background-color: rgba(rgb(233,233,225), 0.03);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}


.contacts31 .edu_tutor31 > span {
    animation: item-appear 0.5s ease-out forwards;
    opacity: 0;
}

.contacts31 .edu_tutor31 > span:nth-child(even)::before {
    background-color: rgb(173,174,152);
}

.contacts31 .edu_tutor31 > span:nth-child(even) svg {
    fill: rgb(173,174,152);
}

.contacts31 .edu_tutor31 > span:hover svg {
    transform: translateY(-3px) rotate(10deg);
    opacity: 1;
}

.contacts31 .edu_tutor31 > span:hover svg path {
    stroke-width: 1;
}

.contacts31 .edu_tutor31 p {
    font-size: 15px;
    display: flex;
    color: #000000;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
    align-items: center;
}

.contacts31 .edu_tutor31 span > span svg {
    margin-right: 8px;
    opacity: 0.8;
    height: 16px;
    position: static;
    width: 16px;
}

.contacts31 .edu_tutor31 a {
    position: relative;
    align-items: center;
    color: rgb(208,208,191);
    display: inline-flex;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
    padding-bottom: 2px;
}

.contacts31 .edu_tutor31 a:hover {
    color: rgb(173,174,152);
}

.contacts31 .edu_tutor31 a:hover svg {
    fill: rgb(173,174,152);
    transform: translateX(3px);
}

.contacts31 .edu_tutor31 a:hover::after {
    background-color: rgb(173,174,152);
    transform-origin: left;
    transform: scaleX(1);
}

.contacts31 .contact_box50::before {
    content: '';
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.1;
    height: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at top right, rgb(208,208,191,0.5) 0%, transparent 70%);
}

.contacts31 .contact_box50 h4 svg {
    fill: rgb(208,208,191);
    transition: transform 0.5s ease;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.contacts31 .contact_box50 span {
    margin-bottom: 0.75rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    display: inline-flex;
    margin-right: 1.5rem;
    align-items: center;
    font-size: calc(15px * 0.95);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.contacts31 .contact_box50 span:hover svg {
    opacity: 1;
    transform: scale(1.2);
}

.contacts31 .ask_question10::after {
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(208,208,191), rgb(173,174,152));
    content: '';
    height: 5px;
    top: 0;
}

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

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

.contacts31 .container::after {
    content: '';
    opacity: 0.2;
    z-index: 0;
    background: radial-gradient(circle, rgb(173,174,152,0.5) 0%, transparent 70%);
    width: 250px;
    left: -5%;
    border-radius: 50%;
    height: 250px;
    bottom: -10%;
    position: absolute;
}

.title_greeting72 {
    background: linear-gradient(135deg, rgb(233,233,225) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
    padding: 4rem 1rem;
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.title_greeting72::before {
    left: 0;
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(var(--secondary-color-rgb, 94, 170, 168), 0.05) 0%, transparent 25%);
    height: 100%;
    top: 0;
}

.title_greeting72 h1::after {
    bottom: -0.5rem;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary-color, rgb(94, 170, 168)), transparent);
    content: "";
}

.title_greeting72 .metadata_block49:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.title_greeting72 ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.title_greeting72 .edu_first91 {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.title_greeting72 svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.title_greeting72 svg path {
    transition: fill 0.3s ease;
}

.title_greeting72 svg:hover path {
    fill: var(--secondary-color, rgb(94, 170, 168));
}

.title_greeting72 svg:hover text {
    fill: var(--dark-color, #333);
}

.title_greeting72 .support_support51 {
    font-weight: 600;
    color: var(--white-color, #fff);
    background: linear-gradient(135deg, var(--primary-color, rgb(94, 170, 168)) 0%, var(--secondary-color, rgb(94, 170, 168)) 100%);
    transition: all 0.3s ease;
    padding: 0.75rem 2rem;
    transform: translateZ(0);
    font-size: var(--btn-font-size, 1rem);
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: none;
}

.title_greeting72 .support_support51:hover::before {
    left: 100%;
}

.title_greeting72 .img_fluid60 {
    height: 300px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    width: 100%;
    position: relative;
    border-radius: var(--border-radius-medium, 8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.title_greeting72 .img_fluid60:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

.appSection92::before {
    width: 100%;
    opacity: 0.1;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    pointer-events: none;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(173,174,152,0.5) 50px, rgb(173,174,152,0.5) 52px);
    left: 0;
}

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

.appSection92 .skill_training12:hover {
    transform: translateX(10px);
}

.appSection92 .skill_training12 > div:first-child {
    border-left: 4px solid rgb(208,208,191);
    position: relative;
    padding-left: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
}

.appSection92 .skill_training12:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}

.appSection92 h5 {
    line-height: 1.4;
    margin: 0;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 22px;
}

.appSection92 .skill_training12 > div:last-child::before {
    transition: width 0.4s ease;
    content: "";
    background: linear-gradient(to bottom, rgb(208,208,191), rgb(173,174,152));
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 6px;
}

.appSection92 .skill_training12 > div:last-child:hover::before {
    width: 10px;
}

.appSection92 a {
    text-decoration: none;
    transition: transform 0.3s ease;
    z-index: 1;
    display: block;
    position: relative;
}

.appSection92 a:hover {
    transform: translateX(5px);
}

.appSection92 p {
    position: relative;
    z-index: 2;
    margin: 0;
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
}



@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}




@media (min-width: 992px) {.our_mission62 {
    padding: 160px 0 140px;
}.our_mission62 h2 {
    margin-bottom: 60px;
    font-size: calc(28px * 1.2);
}.our_mission62 h2::after {
    width: 100px;
    height: 5px;
}.our_mission62 .metadata_block49 {
    margin-left: 40px;
    padding: 70px;
    border-left: 8px solid rgb(208,208,191);
}.our_mission62 .metadata_block49::after {
    height: 120px;
    right: -15px;
    position: absolute;
    opacity: 0.3;
    width: 120px;
    content: "";
    border: 3px solid rgb(173,174,152);
    top: -15px;
    z-index: -1;
}.our_mission62 .metadata_block49 > div {
    grid-template-columns: 0.3fr 0.7fr;
    align-items: flex-start;
}.our_mission62 .metadata_block49 p {
    padding-bottom: 20px;
    font-size: calc(23px * 1.1);
}.our_mission62 .metadata_block49 p::after {
    width: 60px;
}.our_mission62 .metadata_block49 div div {
    column-count: 2;
}
}



@media (max-width: 992px) {.future_students96 {
    padding: 90px 0;
}.future_students96 h3 {
    margin-bottom: 60px;
}.future_students96 h3::before,
    .future_students96 h3::after {
    width: 30px;
}.future_students96 h3::before {
    left: -40px;
}.future_students96 h3::after {
    right: -40px;
}.future_students96 ul {
    gap: 30px;
}.future_students96 ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}



@media (max-width: 768px) {.future_students96 ul li {
    width: 100%;
    max-width: 400px;
}.future_students96 ul li:nth-child(3n+1),
    .future_students96 ul li:nth-child(3n+2),
    .future_students96 ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}



@media (prefers-reduced-motion: reduce) {.future_students96 ul li {
    opacity: 1;
    animation: none;
}.future_students96 ul li:hover {
    transform: none;
}.future_students96 ul li:hover svg {
    transform: none;
}}



@media (max-width: 992px) {.price_card_deck81 {
    padding: 80px 0;
}.price_card_deck81 h2 {
    font-size: calc(31px - 4px);
}.price_card_deck81 .discount_grid63 {
    margin-bottom: 40px;
    font-size: 16px;
}.price_card_deck81 .tuition_table39 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 480px) {.price_card_deck81 {
    padding: 50px 0;
}.price_card_deck81 h2 {
    font-size: calc(31px - 8px);
}.price_card_deck81 .discount_grid63 {
    font-size: calc(16px - 2px);
}.price_card_deck81 .pro_rates39 {
    padding: 25px 20px;
}.price_card_deck81 .value_plan81 h4 {
    font-size: calc(21px - 2px);
}.price_card_deck81 .pricing_block26 {
    padding: 8px 15px;
    font-size: calc(21px - 2px);
}}


@media only screen and (max-width: 800px) {.privacy_vault18 {
    padding: 30px;
}.privacy_vault18 h1 {
    font-size: calc(24px * 0.8);
}.privacy_vault18 h2 {
    font-size: calc(24px * 0.8);
}.privacy_vault18 p {
    font-size: calc(18px * 0.9);
}.privacy_vault18 li {
    padding: 10px;
}}



@media (max-width: 768px) {.customer_reviews96 {
    padding: 70px 0;
}.customer_reviews96::before {
    transform: perspective(500px) rotateX(20deg) scale(2);
}.customer_reviews96 h4 {
    font-size: calc(38px * 0.8);
    margin-bottom: 50px;
}.customer_reviews96 .edu_quotes28 {
    gap: 40px;
    grid-template-columns: 1fr;
}.customer_reviews96 .user_testimonials96 {
    transform: rotateX(5deg) rotateY(-5deg);
    margin: 0 auto;
    max-width: 350px;
    padding: 20px;
}.customer_reviews96 .user_testimonials96:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px);
}.customer_reviews96 .img_fluid60 {
    height: 70px;
    width: 70px;
}.customer_reviews96 .user_testimonials96 span {
    font-size: calc(19px * 0.9);
}.customer_reviews96 .user_testimonials96 p {
    font-size: calc(15px * 0.95);
}}



@media (min-width: 992px) {.program_structure87 {
    padding: 150px 0;
}.program_structure87 .container {
    padding: 0 40px;
}.program_structure87 .education_map64 {
    gap: 80px;
}.program_structure87 .img_fluid60 {
    transform: translateZ(40px) rotateY(-5deg);
    height: 500px;
}.program_structure87 .metadata_block49 {
    transform: translateZ(20px) rotateY(2deg);
    padding: 40px;
}.program_structure87 .metadata_block49:hover {
    transform: translateZ(25px) rotateY(2deg);
}.program_structure87 .description {
    line-height: 1.9;
    max-height: 400px;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 767px) {.program_structure87 {
    padding: 80px 0;
}.program_structure87 .container {
    padding: 0 15px;
}.program_structure87 .metadata_block49 {
    padding: 25px 20px;
}.program_structure87 h3 {
    margin-bottom: 20px;
    font-size: 16px;
}.program_structure87 .description {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
    max-height: 250px;
}}



@media (max-width: 480px) {.contact_section27 {
    padding: 50px 0;
}.contact_section27 h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.contact_section27 .img_fluid60 {
    min-height: 220px;
}.contact_section27 .help_links75 {
    padding: 30px 20px;
}.contact_section27 form h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.contact_section27 form input[type="text"] {
    font-size: calc(16px * 0.95);
    padding: 14px 16px;
    margin-bottom: 16px;
}.contact_section27 .support_support51 {
    padding: 16px;
}.contact_section27 .support_request38 label {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 768px) {.support_cta72 {
    padding: 3rem 0 1.5rem;
}.support_cta72 .head_bar81 {
    gap: 1.5rem;
}.support_cta72 .company_holder {
    padding: 2rem;
}.support_cta72 .company_holder h3 {
    font-size: calc(38px - 2px);
}.code_labs29 {
    margin-top: 2rem;
}
}



@media (max-width: 576px) {.support_cta72 {
    padding: 2.5rem 0 1rem;
}.support_cta72 .container {
    gap: 1.5rem;
}.support_cta72 .site_main82 {
    min-width: 100%;
    flex: 1 1 100%;
}.support_cta72 .head_bar81 {
    gap: 1rem;
}.support_cta72 .company_holder {
    padding: 1.5rem;
}.support_cta72 .price_table07 {
    padding: 1.2rem;
}.code_labs29 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}



@media (min-width: 992px) {.metrics_summary01 {
    padding: 8rem 0;
}.metrics_summary01 ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.metrics_summary01 .container {
    padding: 0 2rem;
}.metrics_summary01 .statistics_advances27 {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.4s ease;
    transform: perspective(1000px) rotateY(0deg);
}.metrics_summary01 .statistics_advances27:hover {
    transform: perspective(1000px) rotateY(5deg) translateY(-5px);
}.metrics_summary01 .statistics_advances27:nth-child(even):hover {
    transform: perspective(1000px) rotateY(-5deg) translateY(-5px);
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main_tutor04 {
    gap: 1rem;
}header .main_teach35 svg {
    width: 140px;
}header .site_main82 {
    padding: 0.6rem;
    gap: 0.4rem;
}header .top_skill28 {
    font-size: calc(17px - 2px);
    padding: 0.4rem 0.8rem;
}
}


@media (min-width: 992px) {.contacts31 .ask_question10 {
    grid-template-columns: 1fr;
}.contacts31 .edu_tutor31 {
    grid-template-columns: repeat(3, 1fr);
}.contacts31 .contact_box50 {
    grid-column: span 3;
}.contacts31 .edu_tutor31 > span {
    padding: 1.5rem;
}
}


@media (max-width: 991px) {.contacts31 .contact_box50 h4 {
    width: 100%;
    margin-bottom: 20px;
}.contacts31 {
    padding: 4rem 0;
}.contacts31 .edu_tutor31 {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.contacts31 .contact_box50 {
    grid-column: span 2;
}.contacts31 .msg_support68 {
    max-width: 90%;
}.contacts31 .edu_tutor31 > span svg {
    width: 20px;
    height: 20px;
}.contacts31 .contact_box50 span svg {
    width: 12px;
    height: 12px;
}
}


@media (max-width: 575px) {.contacts31 {
    padding: 2.5rem 0;
}.contacts31 .ask_question10 {
    gap: 1.5rem;
}.contacts31 .edu_tutor31 {
    padding: 1rem;
}.contacts31 .contact_box50 {
    margin-top: 1rem;
    padding: 1.2rem;
}.contacts31 .contact_box50 span {
    margin-right: 0.5rem;
    padding: 0.3rem 0.8rem;
}.contacts31 .ask_question10 h3 {
    font-size: calc(37px * 0.9);
    margin: 2rem 0 1.5rem;
}.contacts31 .msg_support68 {
    font-size: calc(15px * 0.95);
    padding: 0 1rem;
}.contacts31 .edu_tutor31 > span {
    padding: 0.8rem;
}.contacts31 .edu_tutor31 > span svg {
    top: 0.8rem;
    right: 0.8rem;
    width: 16px;
    height: 16px;
}.contacts31 .contact_box50 h4 svg {
    width: 16px;
    height: 16px;
}.contacts31 .contact_box50 span svg {
    height: 10px;
    width: 10px;
    margin-right: 5px;
}}



@media (min-width: R-width) {.title_greeting72 {
    padding: 7rem 4rem;
}.title_greeting72 h1::after {
    width: 120px;
}.title_greeting72 .skill_training12 {
    gap: 7rem;
}.title_greeting72 .metadata_block49 {
    padding: 4rem;
}.title_greeting72 .edu_first91 p {
    max-width: 80%;
}.title_greeting72 .img_fluid60 {
    height: 550px;
}
}



@media (max-width: 767px) {.title_greeting72 {
    padding: 3rem 1rem;
}.title_greeting72 h1 {
    font-size: var(--h5-font-size, 1.5rem);
}.title_greeting72 .metadata_block49 {
    padding: 1.5rem;
}.title_greeting72 svg {
    width: 100px;
    height: 100px;
}.title_greeting72 .edu_first91 p {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.title_greeting72 .support_support51 {
    display: block;
    text-align: center;
}}



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


    
    @keyframes appear3D {
        from {
            opacity: 0;
            transform: perspective(1000px) rotateY(-8deg) translateY(30px);
        }
        to {
            opacity: 1;
            transform: perspective(1000px) rotateY(-2deg) translateY(0);
        }
    }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}



@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}



@keyframes orbitEffect {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

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

