﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 4px;
    padding: 2px;
}::-webkit-scrollbar-track {
    border: 1px solid rgb(212,210,176);
    border-radius: 9.3vh;
    background: rgb(212,210,176);
}::-webkit-scrollbar-track:active {
    background: rgb(233,233,221);
}::-webkit-scrollbar-thumb {
    border-radius: 4%;
    transition: box-shadow, transform 2.3s cubic-bezier(0.42, 0, 0.58, 1);
    background: rgb(188,188,103);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    transform: translateX(-2px);
    box-shadow: -5px 4px 10px 3px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset 5px 4px 15px 5px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-corner {
    border-radius: 3px;
    background: rgb(188,188,103);
    border: 1px dotted rgb(188,188,103);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(212,210,176);
}.abuse_ctrl_db {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.core-container_db {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.container {
    width: 1266px;
    max-width: 100%;
    margin: auto;
}.head_lead_db {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_box_db {
    background-color: rgb(233,233,221);
    border: 1px solid rgb(212,210,176);
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 60px;
}.privacy_box_db h1 {
    margin-bottom: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(212,210,176);
    font-size: 41px;
    border-bottom: 2px solid rgb(212,210,176);
}.privacy_box_db h2 {
    font-size: 35px;
    border-bottom: 1px solid rgb(188,188,103);
    font-weight: 600;
    padding-bottom: 8px;
    color: rgb(188,188,103);
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 30px;
}.privacy_box_db h3, .privacy_box_db h4, .privacy_box_db h5, .privacy_box_db h6 {
    margin: 30px 0;
    text-transform: uppercase;
    color: rgb(212,210,176);
}.privacy_box_db h3 {
    font-size: calc(19px - 2px);
    font-weight: 700;
}.privacy_box_db h4 {
    font-weight: 600;
    font-size: calc(19px + 2px);
}.privacy_box_db h5 {
    font-weight: 400;
    font-size: 19px;
}.privacy_box_db h6 {
    font-weight: 300;
    font-size: 19px;
}.privacy_box_db ul, .privacy_box_db ol {
    padding-left: 25px;
    list-style: none;
    margin: 20px 0;
}.privacy_box_db ul li::before {
    color: rgb(188,188,103);
    margin-right: 10px;
    content: '•';
    font-size: 20px;
}.privacy_box_db ol {
    counter-reset: list-counter;
}.privacy_box_db ol li {
    counter-increment: list-counter;
}.privacy_box_db ol li::before {
    content: counter(list-counter) '. ';
    font-weight: 700;
    color: rgb(212,210,176);
    margin-right: 5px;
}.privacy_box_db li {
    margin-bottom: 15px;
    padding-left: 15px;
    line-height: 1.6;
    font-size: 15px;
    position: relative;
}.privacy_box_db section {
    padding-top: 30px;
    border-top: 1px solid #000000;
    margin-top: 60px;
}.privacy_box_db p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.8;
}.privacy_box_db span {
    font-weight: 600;
    color: rgb(212,210,176);
}.privacy_box_db div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {.privacy_box_db {
    border-radius: 10px;
    padding: 40px;
}.privacy_box_db h1 {
    font-size: calc(19px - 8px);
}.privacy_box_db h2 {
    font-size: calc(19px - 6px);
}.privacy_box_db ul, .privacy_box_db ol {
    padding-left: 20px;
}.privacy_box_db li {
    font-size: calc(15px - 1px);
}.privacy_box_db p {
    font-size: calc(15px - 1px);
}}.program_outcomes_db {
    font-family: Arial, sans-serif;
    background: rgb(233,233,221);
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%);
    background-size: 60px 60px;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.program_outcomes_db::before {
    right: -10%;
    transform: translateZ(0);
    top: -10%;
    content: "";
    filter: blur(80px);
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 0;
    opacity: 0.6;
    background: linear-gradient(145deg, rgb(212,210,176,0.5), rgb(188,188,103,0.5));
}.program_outcomes_db::after {
    filter: blur(100px);
    bottom: -10%;
    height: 400px;
    opacity: 0.5;
    content: "";
    transform: translateZ(0);
    width: 400px;
    left: -10%;
    background: linear-gradient(225deg, rgb(188,188,103,0.5), rgb(212,210,176,0.5));
    z-index: 0;
    position: absolute;
}.program_outcomes_db .container {
    margin: 0 auto;
    display: flex;
    gap: 60px;
    max-width: 1200px;
    z-index: 1;
    flex-direction: column;
    position: relative;
}.program_outcomes_db .portrait_img_db {
    max-height: 500px;
    height: auto;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
}.program_outcomes_db .portrait_img_db:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    box-shadow: 
        20px 20px 40px rgba(0,0,0,0.15),
        -20px -20px 40px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
}.program_outcomes_db .learn_mastery_db {
    backdrop-filter: blur(10px);
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 40px;
    position: relative;
    border-radius: 5px;
    transform: translateZ(0);
}.program_outcomes_db .text_overlay_db {
    position: relative;
}.program_outcomes_db h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    transform: translateY(0);
    color: #000000;
    position: relative;
    transition: transform 0.4s ease-out;
    margin-bottom: 30px;
}.program_outcomes_db h1::after {
    height: 4px;
    width: 120px;
    bottom: -10px;
    transform-origin: left center;
    left: 0;
    border-radius: 2px;
    transition: width 0.4s ease-out;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(212,210,176), rgb(188,188,103));
}.program_outcomes_db .learn_mastery_db:hover h1 {
    transform: translateY(-5px);
}.program_outcomes_db .learn_mastery_db:hover h1::after {
    width: 180px;
}.program_outcomes_db ul {
    gap: 20px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin: 0;
    padding: 0;
    display: grid;
}.program_outcomes_db li {
    transition: all 0.3s ease;
    position: relative;
    transform: translateZ(0);
    border-radius: 4px;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    padding: 20px;
}.program_outcomes_db li:hover {
    box-shadow: 
        8px 8px 16px rgba(0,0,0,0.05),
        -8px -8px 16px rgba(255,255,255,0.9),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    transform: translateY(-5px);
}.program_outcomes_db li p {
    align-items: flex-start;
    display: flex;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    gap: 15px;
}.program_outcomes_db svg {
    transition: transform 0.3s ease, filter 0.3s ease;
    flex-shrink: 0;
    transform: scale(0.9);
    margin-top: 2px;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
}.program_outcomes_db li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.15));
}.program_outcomes_db svg path {
    transition: fill 0.3s ease;
}.program_outcomes_db li:hover svg path {
    fill: rgb(212,210,176);
}

@media (min-width: 992px) {.program_outcomes_db .container {
    flex-direction: row;
    align-items: center;
}.program_outcomes_db .portrait_img_db {
    width: 45%;
    height: auto;
    max-height: 600px;
}.program_outcomes_db .learn_mastery_db {
    width: 55%;
    margin-left: -50px;
}.program_outcomes_db ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.program_outcomes_db {
    padding: 80px 0;
}.program_outcomes_db .container {
    padding: 0 20px;
}.program_outcomes_db .learn_mastery_db {
    padding: 30px;
}.program_outcomes_db h1 {
    font-size: calc(40px * 0.85);
}.program_outcomes_db ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.program_outcomes_db {
    padding: 60px 0;
}.program_outcomes_db .portrait_img_db {
    max-height: 350px;
}.program_outcomes_db .learn_mastery_db {
    padding: 25px;
}.program_outcomes_db h1 {
    font-size: calc(40px * 0.7);
}.program_outcomes_db li {
    padding: 15px;
}.program_outcomes_db li p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.program_outcomes_db {
    padding: 40px 0;
}.program_outcomes_db .container {
    gap: 30px;
}.program_outcomes_db .portrait_img_db {
    max-height: 250px;
}.program_outcomes_db .learn_mastery_db {
    padding: 20px;
}.program_outcomes_db h1 {
    font-size: calc(40px * 0.6);
    margin-bottom: 20px;
}.program_outcomes_db h1::after {
    height: 3px;
    width: 80px;
}.program_outcomes_db li {
    padding: 12px;
}.program_outcomes_db svg {
    transform: scale(0.8);
}}.ty_panel_db {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,233,221) 0%, rgb(212,210,176,0.5) 100%);
}.ty_panel_db::before {
    background: rgb(188,188,103,0.5);
    position: absolute;
    content: "";
    height: 200px;
    top: -50px;
    filter: blur(60px);
    animation: float 15s infinite ease-in-out;
    border-radius: 50%;
    right: -50px;
    width: 200px;
    z-index: 0;
}.ty_panel_db::after {
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    bottom: 0;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(212,210,176), transparent);
}.ty_panel_db .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.ty_panel_db h2 {
    color: #000000;
    margin-bottom: 40px;
    animation: slideInUp 0.8s ease-out forwards;
    position: relative;
    font-weight: 700;
    opacity: 1;
    transform: translateY(0);
    font-size: 38px;
    line-height: 1.4;
    max-width: 800px;
}.ty_panel_db h2::after {
    transform: scaleX(1);
    bottom: -15px;
    width: 60px;
    transform-origin: left;
    transition: transform 0.5s ease;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(212,210,176);
    left: 0;
}.ty_panel_db .learn_mastery_db {
    padding: 40px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    border-left: 4px solid rgb(212,210,176);
    animation: fadeInUp 1s ease-out 0.3s forwards;
    opacity: 0;
    transform: translateY(20px);
    background: #ffffff;
}.ty_panel_db .learn_mastery_db::before {
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, transparent 49.5%, rgb(188,188,103,0.5) 49.5%, rgb(188,188,103,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    left: 0;
    background-size: 20px 20px;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    top: 0;
}.ty_panel_db ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.ty_panel_db li {
    position: relative;
    padding-left: 25px;
}.ty_panel_db li::before {
    position: absolute;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    content: "";
    top: 10px;
    left: 0;
    height: 8px;
    background: rgb(212,210,176);
    width: 8px;
}.ty_panel_db li:hover::before {
    transform: rotate(225deg);
}.ty_panel_db span {
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
    display: block;
}

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

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

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}

@media (max-width: 991px) {.ty_panel_db {
    padding: 80px 0;
}.ty_panel_db h2 {
    font-size: calc(38px * 0.9);
    max-width: 100%;
}.ty_panel_db .learn_mastery_db {
    padding: 30px;
}
}

@media (max-width: 767px) {.ty_panel_db {
    padding: 60px 0;
}.ty_panel_db h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.ty_panel_db h2::after {
    width: 40px;
}.ty_panel_db .learn_mastery_db {
    padding: 25px 20px;
}.ty_panel_db span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.ty_panel_db {
    padding: 40px 0;
}.ty_panel_db h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 25px;
}.ty_panel_db .learn_mastery_db {
    padding: 20px 15px;
    border-left-width: 3px;
}.ty_panel_db li {
    padding-left: 20px;
}.ty_panel_db li::before {
    width: 6px;
    height: 6px;
    top: 8px;
}.ty_panel_db span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}header .first_expert_db {
    background: linear-gradient(120deg, rgb(233,233,221) 0%, rgb(212,210,176,0.5) 100%);
    z-index: 100;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}header .first_expert_db::before {
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(188,188,103,0.5) 10px,
        rgb(188,188,103,0.5) 11px
    );
    left: 0;
    animation: slidePattern 25s linear infinite;
    width: 100%;
}header .first_expert_db::after {
    opacity: 0.1;
    transform: rotate(-2deg);
    z-index: -2;
    content: "";
    height: 100px;
    left: -25%;
    width: 150%;
    top: -50px;
    background: rgb(212,210,176);
    position: absolute;
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .main_class_db {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2rem;
    display: grid;
}header .header_wrap_db {
    z-index: 2;
    position: relative;
}header .main_primary_db {
    padding: 15px;
    box-shadow: 5px 5px 0 rgb(212,210,176,0.5);
    background: #ffffff;
    transform: rotate(-3deg);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}header .main_primary_db::before {
    left: -5px;
    opacity: 0;
    right: -5px;
    content: "";
    bottom: -5px;
    transition: all 0.3s ease;
    top: -5px;
    border: 2px dashed rgb(212,210,176,0.5);
    position: absolute;
    border-radius: 10px;
}header .main_primary_db:hover {
    box-shadow: 8px 8px 0 rgb(212,210,176);
    transform: rotate(0deg) translateY(-5px);
}header .main_primary_db:hover::before {
    left: -8px;
    right: -8px;
    top: -8px;
    opacity: 1;
    bottom: -8px;
}header .main_primary_db svg {
    width: auto;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    height: 45px;
}header .header_pagewrap_db {
    list-style: none;
    position: relative;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}header .header_pagewrap_db::before {
    content: "";
    bottom: 0;
    top: 0;
    opacity: 0.15;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(188,188,103,0.5) 100%);
    border-radius: 0 22px 22px 0;
    position: absolute;
    z-index: -1;
    width: 85%;
    transition: width 0.3s ease;
}header .header_pagewrap_db:hover::before {
    width: 100%;
}header .head_pagebar_db {
    position: relative;
    margin: 5px 3px;
}header .head_pagebar_db:nth-child(odd) {
    transform: translateY(-3px);
}header .head_pagebar_db:nth-child(even) {
    transform: translateY(3px);
}header .head_pagebar_db a {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    display: block;
    border-left: 3px solid transparent;
    padding: 8px 16px;
    color: #000000;
    font-size: 13px;
    border-radius: 0 10px 0 10px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}header .head_pagebar_db a::before {
    height: 100%;
    content: "";
    transition: transform 0.3s ease;
    width: 5px;
    transform: scaleY(0);
    right: 0;
    position: absolute;
    transform-origin: top;
    top: 0;
    background: rgb(212,210,176);
}header .head_pagebar_db a::after {
    height: 2px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    bottom: 0;
    transition: transform 0.3s ease 0.1s;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(212,210,176) 0%, rgb(188,188,103) 100%);
}header .head_pagebar_db a:hover {
    border-left-color: rgb(212,210,176);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    color: rgb(212,210,176);
    transform: translateX(5px);
}header .head_pagebar_db a:hover::before {
    transform: scaleY(1);
}header .head_pagebar_db a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .main_class_db {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .header_wrap_db {
    justify-self: center;
}header .header_pagewrap_db {
    justify-content: center;
}header .header_pagewrap_db::before {
    opacity: 0.1;
    width: 100%;
    background: rgb(188,188,103,0.5);
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .header_pagewrap_db {
    width: 100%;
    flex-direction: column;
}header .head_pagebar_db {
    transform: none !important;
    margin: 3px 0;
    width: 100%;
}header .head_pagebar_db a {
    text-align: center;
    border-bottom: 3px solid transparent;
    border-left: none;
    border-radius: 10px;
}header .head_pagebar_db a:hover {
    border-left-color: transparent;
    transform: translateY(-3px);
    border-bottom-color: rgb(212,210,176);
}header .head_pagebar_db a::before {
    height: 5px;
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    transform: scaleX(0);
    width: 100%;
}header .head_pagebar_db a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .main_primary_db {
    transform: none;
    padding: 10px;
}header .main_primary_db svg {
    height: 40px;
}header .main_primary_db:hover {
    transform: translateY(-3px);
}}.operation_process_db {
    background: linear-gradient(135deg, rgb(233,233,221) 0%, rgb(212,210,176,0.5) 100%);
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
}.operation_process_db::before {
    background-size: 50px 50px;
    z-index: 1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(188,188,103,0.5) 48%, rgb(188,188,103,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(188,188,103,0.5) 48%, rgb(188,188,103,0.5) 52%, transparent 52%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    position: absolute;
    content: "";
}.operation_process_db::after {
    z-index: 0;
    opacity: 0.2;
    background: rgb(212,210,176,0.5);
    position: absolute;
    width: 80%;
    animation: floatBlob 20s infinite alternate ease-in-out;
    border-radius: 50%;
    content: "";
    right: -10%;
    height: 80%;
    top: -10%;
    filter: blur(100px);
}.operation_process_db .learn_mastery_db {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    z-index: 2;
    flex-direction: column;
}.operation_process_db h3 {
    border-radius: 16px;
    padding: 2rem;
    background: #ffffff;
    text-align: center;
    margin: 0;
    color: #000000;
    font-size: 36px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    transform: rotate(-1deg);
    position: relative;
    animation: paperCut 0.8s ease-out forwards;
}.operation_process_db h3::before {
    position: absolute;
    z-index: -1;
    border-radius: calc(16px - 4px);
    bottom: 5px;
    border: 2px dashed rgb(212,210,176,0.5);
    content: "";
    opacity: 0.6;
    right: 5px;
    top: 5px;
    left: 5px;
}.operation_process_db h3::after {
    left: 15%;
    border-radius: 8px;
    position: absolute;
    width: 70%;
    z-index: -2;
    top: -8px;
    background: rgb(188,188,103,0.5);
    transform: rotate(1deg);
    height: 16px;
    content: "";
}.operation_process_db span {
    color: #000000;
    animation: paperCut 1s 0.3s ease-out forwards;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    position: relative;
    line-height: 1.8;
    opacity: 0;
    border-radius: 16px;
    padding: 2rem;
    background: #ffffff;
    font-size: 14px;
    transform: rotate(1deg);
}.operation_process_db span::before {
    bottom: 5px;
    z-index: -1;
    position: absolute;
    opacity: 0.6;
    top: 5px;
    right: 5px;
    border: 2px dashed rgb(188,188,103,0.5);
    content: "";
    border-radius: calc(16px - 4px);
    left: 5px;
}.operation_process_db span::after {
    border-radius: 8px;
    transform: rotate(-1deg);
    bottom: -8px;
    z-index: -2;
    right: 15%;
    width: 70%;
    content: "";
    background: rgb(212,210,176,0.5);
    height: 16px;
    position: absolute;
}

@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

@media (max-width: 992px) {.operation_process_db {
    padding: 6rem 1.5rem;
}.operation_process_db h3 {
    font-size: calc(36px * 0.9);
    padding: 1.8rem;
}.operation_process_db span {
    padding: 1.8rem;
}.operation_process_db h3::after {
    top: -6px;
    height: 12px;
}.operation_process_db span::after {
    bottom: -6px;
    height: 12px;
}.operation_process_db .learn_mastery_db {
    gap: 2.5rem;
}
}

@media (max-width: 768px) {.operation_process_db {
    padding: 5rem 1rem;
}.operation_process_db h3 {
    font-size: calc(36px * 0.8);
    transform: rotate(0deg);
    --rotation: 0deg;
    padding: 1.5rem;
}.operation_process_db span {
    padding: 1.5rem;
    --rotation: 0deg;
    font-size: calc(14px * 0.95);
    transform: rotate(0deg);
}.operation_process_db .learn_mastery_db {
    gap: 2rem;
}.operation_process_db h3::after,
    .operation_process_db span::after {
    transform: rotate(0deg);
    left: 10%;
    right: 10%;
    width: 80%;
}}.tariff_grid_db {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}.tariff_grid_db::before {
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    top: 0;
}.tariff_grid_db .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.tariff_grid_db .skill_plans_db {
    position: relative;
}.tariff_grid_db .skill_plans_db::before {
    border-radius: 50%;
    height: 300px;
    pointer-events: none;
    left: -150px;
    opacity: 0.2;
    top: -50px;
    width: 300px;
    background: radial-gradient(circle, rgb(212,210,176,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
}.tariff_grid_db .skill_plans_db::after {
    position: absolute;
    opacity: 0.15;
    right: -120px;
    background: radial-gradient(circle, rgb(188,188,103,0.5) 0%, transparent 70%);
    bottom: -80px;
    width: 250px;
    content: "";
    height: 250px;
    pointer-events: none;
    border-radius: 50%;
}.tariff_grid_db h2 {
    color: #ffffff;
    margin-bottom: 20px;
    transform: translateX(-5%);
    position: relative;
    font-size: 33px;
    font-weight: 700;
    display: inline-block;
}.tariff_grid_db h2::after {
    left: 0;
    height: 3px;
    width: 60%;
    bottom: -8px;
    position: absolute;
    background: linear-gradient(90deg, rgb(212,210,176) 0%, rgb(188,188,103) 100%);
    content: "";
}.tariff_grid_db .pricing_block_db {
    font-size: calc(12px * 1.1);
    max-width: 80%;
    margin-bottom: 50px;
    opacity: 0.9;
    transform: translateX(-3%);
    line-height: 1.6;
}.tariff_grid_db .fee_schemes_db {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    list-style: none;
    margin: 0;
}.tariff_grid_db .fee_schemes_db li {
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}.tariff_grid_db .plan_deals_db {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    color: #ffffff;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}.tariff_grid_db .plan_deals_db:hover {
    transform: translateY(-8px) scale(1.02);
}.tariff_grid_db .price_panel_db {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(10px);
    padding: 5px;
    border-radius: 8px;
}.tariff_grid_db .price_panel_db::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    height: 100%;
    opacity: 0;
    background: linear-gradient(45deg, 
        rgb(212,210,176,0.5) 0%, 
        transparent 50%, 
        rgb(188,188,103,0.5) 100%);
}.tariff_grid_db .plan_deals_db:hover .price_panel_db::before {
    opacity: 0.15;
}.tariff_grid_db .bundle_offer_db {
    flex-direction: column;
    padding: 35px 30px;
    z-index: 1;
    height: 100%;
    position: relative;
    display: flex;
}.tariff_grid_db .bundle_offer_db h4 {
    font-weight: 700;
    transition: color 0.3s ease;
    font-size: calc(20px * 1.2);
    position: relative;
    color: #ffffff;
    margin: 0 0 20px;
}.tariff_grid_db .bundle_offer_db h4::after {
    top: 50%;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(212,210,176), rgb(188,188,103));
    height: 70%;
    left: -15px;
    opacity: 0.8;
    width: 5px;
}.tariff_grid_db .plan_deals_db:hover .bundle_offer_db h4::after {
    height: 100%;
    opacity: 1;
}.tariff_grid_db .bundle_offer_db p {
    flex-grow: 1;
    font-size: 12px;
    scrollbar-color: rgb(212,210,176) rgba(255,255,255,0.1);
    max-height: 200px;
    word-break: break-word;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    overflow-wrap: break-word;
    margin-bottom: 25px;
    overflow-y: auto;
    scrollbar-width: thin;
}.tariff_grid_db .bundle_offer_db p::-webkit-scrollbar {
    width: 5px;
}.tariff_grid_db .bundle_offer_db p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}.tariff_grid_db .bundle_offer_db p::-webkit-scrollbar-thumb {
    background: rgb(212,210,176);
    border-radius: 10px;
}.tariff_grid_db .discount_deals_db {
    display: inline-block;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 4px;
    font-size: calc(20px * 1.3);
    align-self: flex-start;
    background: linear-gradient(135deg, 
        rgb(212,210,176,0.5) 0%, 
        rgb(188,188,103,0.5) 100%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    margin-top: auto;
    position: relative;
}.tariff_grid_db .plan_deals_db:hover .discount_deals_db {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

@media (max-width: 1200px) {.tariff_grid_db {
    padding: 100px 0;
}.tariff_grid_db .fee_schemes_db {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.tariff_grid_db h2 {
    transform: translateX(0);
}.tariff_grid_db .pricing_block_db {
    max-width: 90%;
    transform: translateX(0);
}
}

@media (max-width: 992px) {.tariff_grid_db {
    padding: 80px 0;
}.tariff_grid_db .fee_schemes_db {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.tariff_grid_db .bundle_offer_db {
    padding: 25px 20px;
}.tariff_grid_db .bundle_offer_db p {
    max-height: 180px;
    font-size: calc(12px * 0.95);
}.tariff_grid_db .discount_deals_db {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 768px) {.tariff_grid_db {
    padding: 70px 0;
}.tariff_grid_db .fee_schemes_db {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.tariff_grid_db h2 {
    font-size: calc(33px * 0.9);
}.tariff_grid_db .pricing_block_db {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 12px;
}
}

@media (max-width: 576px) {.tariff_grid_db {
    padding: 60px 0;
}.tariff_grid_db .fee_schemes_db {
    grid-template-columns: 1fr;
}.tariff_grid_db h2 {
    font-size: calc(33px * 0.8);
    display: block;
    text-align: center;
}.tariff_grid_db h2::after {
    left: 20%;
    width: 60%;
}.tariff_grid_db .pricing_block_db {
    margin-bottom: 30px;
    text-align: center;
}.tariff_grid_db .bundle_offer_db h4 {
    font-size: calc(20px * 1.1);
}.tariff_grid_db .bundle_offer_db p {
    max-height: 150px;
}.tariff_grid_db .discount_deals_db {
    font-size: calc(20px * 1.1);
}}.course_program_db {
    position: relative;
    padding: 100px 0;
    background: rgb(233,233,221);
    overflow: hidden;
}.course_program_db .container {
    margin: 0 auto;
    max-width: 1400px;
    z-index: 3;
    position: relative;
    padding: 0 15px;
}.course_program_db .program_route_db {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}.course_program_db .text_overlay_db {
    backdrop-filter: blur(10px);
    border-radius: 12px;
    max-width: 850px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 40px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    width: 100%;
}.course_program_db .text_overlay_db h2 {
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid rgb(212,210,176);
    color: #000000;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 36px;
}.course_program_db .text_overlay_db .description {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
}.course_program_db .text_overlay_db .description:last-child {
    margin-bottom: 0;
    font-weight: 600;
}.course_program_db .portrait_img_db {
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}.course_program_db .portrait_img_db::after {
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    top: 0;
    content: "";
    z-index: 2;
    width: 100%;
}
@media (min-width: 992px) {.course_program_db .text_overlay_db {
    margin: 0 auto;
}
}
@media (max-width: 991px) {.course_program_db {
    padding: 80px 0;
}.course_program_db .text_overlay_db {
    max-width: 750px;
    padding: 30px;
}
}
@media (max-width: 767px) {.course_program_db {
    padding: 60px 0;
}.course_program_db .text_overlay_db {
    padding: 25px;
    max-width: 100%;
}.course_program_db .text_overlay_db h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.9);
}.course_program_db .text_overlay_db .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}
@media (max-width: 480px) {.course_program_db {
    padding: 50px 0;
}.course_program_db .text_overlay_db {
    padding: 20px;
}.course_program_db .text_overlay_db h2 {
    font-size: calc(36px * 0.8);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.course_program_db .text_overlay_db .description {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(188,188,103) 100%);
    top: 0;
    content: '';
    opacity: 0.95;
    right: 0;
}.abuse_ctrl_db {
    padding: 60px 0;
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.abuse_ctrl_db .container {
    flex-wrap: wrap;
    display: flex;
}.abuse_ctrl_db .company_holder {
    margin-bottom: 40px;
    padding: 25px;
    border-radius: 18px;
    flex: 0 0 100%;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
}.abuse_ctrl_db .company_holder h3 {
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 37px;
    margin-bottom: 20px;
    font-weight: 700;
}.abuse_ctrl_db .faculty_info_db {
    padding: 15px 20px;
    max-width: 80%;
    line-height: 1.7;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    font-size: 17px;
    border-radius: 10px;
    color: #ffffff;
}.abuse_ctrl_db .mod_tools_db {
    margin-top: 20px;
    flex: 0 0 100%;
}.abuse_ctrl_db .nav_begin_db {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}.abuse_ctrl_db .header_pagewrap_db {
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
    max-width: calc(50% - 30px);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}.abuse_ctrl_db .header_pagewrap_db:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}.abuse_ctrl_db .header_pagewrap_db h5 {
    padding-bottom: 10px;
    font-size: 21px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}.abuse_ctrl_db .header_pagewrap_db .nav_begin_db {
    flex-direction: column;
    gap: 12px;
    display: flex;
    margin-top: 0;
}.abuse_ctrl_db .header_pagewrap_db .nav_begin_db a {
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
}.abuse_ctrl_db .header_pagewrap_db .nav_begin_db a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}.progress_bar_db {
    margin-top: 40px;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}.progress_bar_db::before {
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    right: 20%;
    position: absolute;
    height: 1px;
    left: 20%;
    opacity: 0.2;
}.progress_bar_db .container {
    display: flex;
    justify-content: center;
}.progress_bar_db .math_tools_db {
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.abuse_ctrl_db .nav_begin_db {
    justify-content: space-between;
}.abuse_ctrl_db .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.abuse_ctrl_db .mod_tools_db {
    flex: 0 0 65%;
}.abuse_ctrl_db .container {
    align-items: flex-start;
    justify-content: space-between;
}.abuse_ctrl_db .faculty_info_db {
    text-align: left;
    margin: 0;
    max-width: 100%;
}
}

@media (max-width: 767px) {.abuse_ctrl_db .header_pagewrap_db {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
}.abuse_ctrl_db .company_holder {
    padding: 20px 15px;
}.abuse_ctrl_db .faculty_info_db {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.abuse_ctrl_db {
    padding: 40px 0;
}.abuse_ctrl_db .company_holder h3 {
    font-size: calc(37px * 0.8);
}.abuse_ctrl_db .header_pagewrap_db h5 {
    font-size: calc(21px * 0.9);
}.abuse_ctrl_db .header_pagewrap_db .nav_begin_db a {
    font-size: calc(17px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    background-size: 20px 20px;
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
}.teacher_profile_db {
    position: relative;
    background: linear-gradient(135deg, rgb(233,233,221) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0;
}.teacher_profile_db::before {
    background-size: 60px 60px;
    pointer-events: none;
    background-image: 
        linear-gradient(30deg, rgb(212,210,176,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(212,210,176,0.5) 1px, transparent 1px);
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.05;
    z-index: 0;
    top: 0;
    position: absolute;
}.teacher_profile_db::after {
    background: rgb(188,188,103,0.5);
    opacity: 0.1;
    height: 70%;
    position: absolute;
    filter: blur(80px);
    top: -20%;
    z-index: 0;
    width: 50%;
    right: -10%;
    transform: rotate(-15deg);
    content: "";
}.teacher_profile_db .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.teacher_profile_db .alumni_testimonials_db {
    padding: 40px;
    position: relative;
    gap: 35px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    display: grid;
}.teacher_profile_db .alumni_testimonials_db:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.teacher_profile_db .alumni_testimonials_db > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}.teacher_profile_db .portrait_img_db {
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    position: relative;
    transform: translateZ(30px);
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.teacher_profile_db .alumni_testimonials_db:hover .portrait_img_db {
    transform: translateZ(40px) translateY(-10px);
}.teacher_profile_db .portrait_img_db::before {
    bottom: -12px;
    border: 2px solid rgb(212,210,176);
    opacity: 0.2;
    content: "";
    top: 12px;
    right: -12px;
    position: absolute;
    left: 12px;
    z-index: -1;
    transition: all 0.4s ease;
}.teacher_profile_db .alumni_testimonials_db:hover .portrait_img_db::before {
    left: 18px;
    top: 18px;
    bottom: -18px;
    right: -18px;
    opacity: 0.3;
}.teacher_profile_db .name {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 22px;
    color: #000000;
}.teacher_profile_db .name::after {
    height: 3px;
    position: absolute;
    width: 40px;
    content: "";
    left: 0;
    transform: scaleX(0.6);
    transform-origin: left;
    transition: transform 0.5s ease;
    bottom: -6px;
    background: rgb(212,210,176);
}.teacher_profile_db .alumni_testimonials_db:hover .name::after {
    transform: scaleX(1);
}.teacher_profile_db .alumni_testimonials_db > div:nth-child(2) div {
    opacity: 0.85;
    font-size: calc(14px - 1px);
    color: rgb(188,188,103);
    margin-top: 5px;
    font-weight: 600;
    transform: translateX(0);
    transition: transform 0.4s ease, opacity 0.4s ease;
}.teacher_profile_db .alumni_testimonials_db:hover > div:nth-child(2) div {
    transform: translateX(5px);
    opacity: 1;
}.teacher_profile_db .emp_section_db {
    padding-left: 25px;
    font-size: 14px;
    position: relative;
    border-left: 3px solid rgb(212,210,176,0.5);
    margin: 0;
    line-height: 1.7;
    color: #000000;
}.teacher_profile_db .emp_section_db::before {
    color: rgb(212,210,176);
    font-family: serif;
    top: -40px;
    left: -20px;
    font-size: 120px;
    content: "";
    z-index: -1;
    position: absolute;
    line-height: 1;
    opacity: 0.08;
}

@media (min-width: 768px) {.teacher_profile_db .alumni_testimonials_db {
    grid-template-columns: auto 1fr;
    column-gap: 40px;
    row-gap: 30px;
    grid-template-rows: auto 1fr;
}.teacher_profile_db .alumni_testimonials_db > div:first-child {
    grid-row: 1 / 3;
}.teacher_profile_db .portrait_img_db {
    width: 220px;
    height: 260px;
}.teacher_profile_db .emp_section_db {
    grid-column: 2;
    padding-left: 30px;
}
}

@media (min-width: 992px) {.teacher_profile_db {
    padding: 150px 0;
}.teacher_profile_db .alumni_testimonials_db {
    padding: 60px;
    gap: 50px;
    grid-template-columns: auto 250px 1fr;
}.teacher_profile_db .alumni_testimonials_db > div:first-child {
    grid-row: 1;
}.teacher_profile_db .alumni_testimonials_db > div:nth-child(2) {
    padding-top: 20px;
    grid-row: 1;
}.teacher_profile_db .emp_section_db {
    padding-left: 40px;
    grid-column: 1 / 4;
    font-size: calc(14px + 1px);
    grid-row: 2;
}.teacher_profile_db .portrait_img_db {
    height: 280px;
    width: 240px;
}
}

@media (max-width: 767px) {.teacher_profile_db {
    padding: 80px 0;
}.teacher_profile_db .alumni_testimonials_db {
    padding: 30px;
    gap: 25px;
}.teacher_profile_db .portrait_img_db {
    width: 150px;
    height: 150px;
}.teacher_profile_db .name {
    font-size: calc(22px - 2px);
}.teacher_profile_db .emp_section_db {
    font-size: calc(14px - 1px);
}
}

@media (hover: none) {.teacher_profile_db .alumni_testimonials_db {
    transform: none !important;
}.teacher_profile_db .portrait_img_db,
    .teacher_profile_db .alumni_testimonials_db:hover .portrait_img_db {
    transform: none;
}}

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

.teacher_profile_db .alumni_testimonials_db {
    animation: fadeInUp 0.8s ease-out forwards;
}.trackingNoticeDialog_db {
    bottom: 0;
    padding: 20px;
    background: rgb(233,233,221);
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(212,210,176);
    z-index: 1050;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.privacy_switch_db {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    flex-wrap: nowrap;
}.privacy_ctrl_db {
    margin-right: 20px;
    flex-shrink: 0;
}#cookiePopupMessage_db {
    display: none;
}#cookiePopupMessage_db:checked ~ .trackingNoticeDialog_db {
    visibility: hidden;
    opacity: 0;
}.privacy_ctrl_db svg {
    transition: fill 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    fill: rgb(212,210,176);
}.cookie_controls_db {
    margin-right: 20px;
    flex-grow: 1;
}.cookie_controls_db h5 {
    font-size: 20px;
    color: rgb(212,210,176);
    margin-bottom: 5px;
    font-weight: 700;
}.cookie_controls_db p {
    color: #000000;
    margin-bottom: 0;
    font-size: 16px;
}.data_notice_db {
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 17px;
}.data_notice_db {
    border: 1px solid rgb(212,210,176);
    color: #ffffff;
    background-color: rgb(212,210,176);
}.data_notice_db:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.trackingNoticeDialog_db p a {
    text-decoration: underline;
    color: rgb(212,210,176);
}.trackingNoticeDialog_db p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_controls_db h5 {
    font-size: calc(20px - 2px);
}.cookie_controls_db p {
    font-size: calc(16px - 2px);
}.data_notice_db {
    font-size: calc(17px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.privacy_switch_db {
    flex-direction: column;
    align-items: center;
}.privacy_ctrl_db {
    margin-bottom: 15px;
}.cookie_controls_db {
    text-align: center;
    margin-bottom: 20px;
}.data_notice_db {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.opening_page_db {
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}.opening_page_db .learn_team_db {
    min-height: 600px;
    height: 100vh;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}.opening_page_db .learn_team_db::before {
    z-index: 1;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(135deg, 
    rgba(0,0,0,0.85) 0%, 
    rgba(20,20,50,0.75) 50%, 
    rgba(0,0,0,0.85) 100%);
    height: 100%;
    position: absolute;
    left: 0;
}.opening_page_db .learn_team_db::after {
    left: 0;
    position: absolute;
    right: 0;
    content: '';
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05) 0px,
    rgba(255,255,255,0.05) 1px,
    transparent 1px,
    transparent 15px
  );
    bottom: 0;
    pointer-events: none;
    z-index: 2;
    top: 0;
}.opening_page_db .learn_learnings_db {
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 1000px;
    padding: 3rem;
    z-index: 3;
    max-width: 90%;
    position: relative;
    transform: translateY(-20px);
}.opening_page_db .learn_learnings_db > div {
    margin-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
}.opening_page_db .learn_learnings_db > div:nth-child(1) {
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform: translateX(-20px);
}.opening_page_db .learn_learnings_db > div:nth-child(2) {
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    opacity: 0;
}.opening_page_db .learn_learnings_db > div:nth-child(3) {
    transform: translateX(20px);
    opacity: 0;
    animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
}.opening_page_db p {
    margin: 0;
    position: relative;
    letter-spacing: 0.5px;
    font-size: calc(18px * 1.1);
    line-height: 1.5;
    padding-left: 2rem;
    font-weight: 400;
}.opening_page_db p::before {
    position: absolute;
    content: '';
    background: rgb(212,210,176);
    top: 50%;
    left: 0;
    width: 10px;
    transform: translateY(-50%);
    height: 2px;
}.opening_page_db .title_style_header {
    font-size: calc(41px * 1.3);
    -webkit-background-clip: text !important;
    font-weight: 700;
    text-shadow: 0 3px 10px rgba(0,0,0,0.2);
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transform-origin: left;
    line-height: 1.2;
    background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgb(212,210,176) 100%
  );
    position: relative;
    margin: 0;
}.opening_page_db .title_style_header::after {
    transform: scaleX(0);
    transform-origin: left;
    height: 4px;
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) 1.2s forwards;
    bottom: -10px;
    left: 0;
    width: 80px;
    content: '';
    position: absolute;
    background: rgb(212,210,176);
}.opening_page_db h3 {
    padding-right: 4rem;
    position: relative;
    line-height: 1.4;
    margin: 0;
    opacity: 0.9;
    font-size: calc(19px * 1.1);
    font-weight: 600;
}.opening_page_db h3::after {
    height: 1px;
    background: rgb(188,188,103);
    transform: translateY(-50%);
    width: 3rem;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
}

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

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@media (max-width: 1200px) {.opening_page_db .title_style_header {
    font-size: calc(41px * 1.1);
}.opening_page_db p {
    font-size: 18px;
}.opening_page_db h3 {
    padding-right: 2rem;
    font-size: 19px;
}
}

@media (max-width: 992px) {.opening_page_db .learn_team_db {
    min-height: 500px;
}.opening_page_db .learn_learnings_db {
    padding: 2rem;
}.opening_page_db .learn_learnings_db > div {
    margin-bottom: 1.2rem;
}.opening_page_db h3::after {
    width: 2rem;
}
}

@media (max-width: 768px) {.opening_page_db .learn_team_db {
    min-height: 450px;
}.opening_page_db .learn_learnings_db {
    padding: 1.5rem;
}.opening_page_db .title_style_header {
    font-size: 30px;
}.opening_page_db p {
    padding-left: 1.5rem;
}.opening_page_db p::before {
    width: 8px;
}.opening_page_db .title_style_header::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 576px) {.opening_page_db .learn_team_db {
    min-height: 400px;
}.opening_page_db .learn_learnings_db {
    width: 95%;
    padding: 1rem;
}.opening_page_db .learn_learnings_db > div {
    margin-bottom: 1rem;
}.opening_page_db .title_style_header {
    font-size: calc(30px * 0.9);
}.opening_page_db h3 {
    padding-right: 0;
    font-size: calc(17px * 1.1);
}.opening_page_db h3::after {
    display: none;
}.opening_page_db p {
    padding-left: 1.2rem;
    font-size: calc(18px * 0.9);
}
}

@media (max-height: 600px) {.opening_page_db .learn_team_db {
    min-height: 450px;
    height: auto;
    padding: 3rem 0;
}}.service_contact_db {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,233,221), rgba(0, 0, 0, 0.5) 120%);
    position: relative;
    perspective: 1000px;
}.service_contact_db::before {
    width: 200%;
    left: -50%;
    content: "";
    opacity: 0.07;
    top: -50%;
    background: radial-gradient(circle at center, rgb(212,210,176,0.5) 0%, transparent 60%);
    position: absolute;
    pointer-events: none;
    z-index: 0;
    transform: rotate(-15deg);
    height: 200%;
}.service_contact_db .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 1.5rem;
    position: relative;
    transform-style: preserve-3d;
    z-index: 1;
}.service_contact_db .write_feedback_db {
    border-left: 5px solid rgb(212,210,176);
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
    transform: rotateY(-3deg);
    gap: 2rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 16px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    grid-template-columns: 1fr;
}.service_contact_db .write_feedback_db:hover {
    transform: rotateY(0deg) translateZ(10px) scale(1.01);
}.service_contact_db h3 {
    position: relative;
    margin-bottom: 1.5rem;
    transform-origin: left center;
    font-weight: 700;
    font-size: 35px;
    color: rgb(212,210,176);
    transition: transform 0.4s ease;
}.service_contact_db h3::after {
    position: absolute;
    height: 3px;
    transform-origin: left center;
    transform: scaleX(0.8);
    left: 0;
    width: 80px;
    bottom: -10px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(212,210,176), rgb(188,188,103));
}.service_contact_db .write_feedback_db:hover h3::after {
    transform: scaleX(1);
}.service_contact_db p {
    transform: translateZ(20px);
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 17px;
}.service_contact_db h5 {
    font-weight: 600;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 23px;
    display: flex;
    color: #000000;
    gap: 0.75rem;
}.service_contact_db h5 svg {
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}.service_contact_db h5 svg path {
    fill: rgb(212,210,176);
    transition: fill 0.3s ease;
}.service_contact_db .support_center_db {
    margin-top: 1.5rem;
    flex-direction: column;
    padding: 0;
    display: flex;
    transform: translateZ(30px);
    position: relative;
    gap: 1rem;
    list-style: none;
}.service_contact_db .support_center_db li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left center;
    position: relative;
}.service_contact_db .support_center_db li:hover {
    transform: translateX(5px);
}.service_contact_db .edu_asksup_db {
    transition: color 0.3s ease;
    color: #000000;
    text-decoration: none;
    display: flex;
    overflow: hidden;
    padding: 0.5rem 0;
    align-items: center;
    font-size: calc(17px * 1.05);
    font-weight: 600;
    gap: 0.75rem;
    position: relative;
}.service_contact_db .edu_asksup_db::before {
    content: "";
    left: 0;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    height: 2px;
    width: 100%;
    bottom: 0;
    transform: translateX(-100%);
    position: absolute;
    background: linear-gradient(90deg, rgb(212,210,176), transparent);
}.service_contact_db .edu_asksup_db:hover {
    color: rgb(212,210,176);
}.service_contact_db .edu_asksup_db:hover::before {
    transform: translateX(0);
}.service_contact_db .edu_asksup_db svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}.service_contact_db .edu_asksup_db:hover svg {
    transform: scale(1.15) rotate(5deg);
}.service_contact_db .edu_asksup_db svg path {
    fill: rgb(212,210,176);
    transition: fill 0.3s ease;
}.service_contact_db .edu_asksup_db:hover svg path {
    fill: rgb(188,188,103);
}

@media (min-width: 768px) {.service_contact_db .write_feedback_db {
    grid-template-rows: auto auto auto;
    padding: 3rem;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 4rem;
}.service_contact_db h3 {
    grid-column: 1 / -1;
    font-size: calc(35px * 1.1);
}.service_contact_db h3::after {
    width: 100px;
}.service_contact_db .support_center_db {
    grid-column: 2;
    margin-top: 0;
    grid-row: 2 / -1;
}
}

@media (min-width: 992px) {.service_contact_db {
    padding: 7rem 0;
}.service_contact_db .write_feedback_db {
    transform: rotateY(-5deg);
    grid-template-columns: 1.5fr 1fr;
    padding: 4rem 3.5rem;
}.service_contact_db h3 {
    font-size: calc(46px * 0.85);
}.service_contact_db p {
    font-size: calc(17px * 1.05);
}.service_contact_db .support_center_db {
    gap: 1.5rem;
}.service_contact_db .edu_asksup_db {
    font-size: calc(17px * 1.1);
}.service_contact_db .edu_asksup_db svg,
    .service_contact_db h5 svg {
    width: 24px;
    height: 24px;
}
}

@media (min-width: 1200px) {.service_contact_db .write_feedback_db {
    padding: 4.5rem 4rem;
    grid-template-columns: 1.75fr 1fr;
}.service_contact_db h3 {
    font-size: 46px;
}.service_contact_db h3::after {
    width: 120px;
    height: 4px;
}
}

@media (max-width: 767px) {.service_contact_db {
    padding: 4rem 0;
}.service_contact_db .write_feedback_db {
    transform: rotateY(-2deg);
    padding: 2rem;
}.service_contact_db h3 {
    font-size: calc(35px * 0.9);
}.service_contact_db h5 {
    font-size: calc(23px * 0.95);
}.service_contact_db p {
    font-size: calc(17px * 0.95);
}}.user_feedback_db {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,233,221) 0%, rgb(233,233,221) 85%, rgb(212,210,176,0.5) 100%);
    position: relative;
}.user_feedback_db::before {
    opacity: 0.3;
    background: radial-gradient(circle, rgb(212,210,176,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    height: 300px;
    right: -5%;
    width: 300px;
    content: "";
    top: -10%;
}.user_feedback_db::after {
    left: -5%;
    width: 250px;
    height: 250px;
    bottom: -10%;
    z-index: 0;
    position: absolute;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(188,188,103,0.5) 0%, transparent 70%);
    content: "";
}.user_feedback_db .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
}.user_feedback_db h2 {
    margin-bottom: 3rem;
    transform-origin: center bottom;
    position: relative;
    transform: perspective(1000px) rotateX(3deg);
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #000000;
}.user_feedback_db h2::after {
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(212,210,176) 0%, rgb(188,188,103) 100%);
    position: absolute;
    width: 80px;
    left: 50%;
    content: "";
    height: 3px;
}.user_feedback_db .feedback_quotes_db {
    display: grid;
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.user_feedback_db .alumni_testimonials_db {
    padding: 25px;
    position: relative;
    border-radius: 3px;
    z-index: 1;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.03),
                0 5px 20px rgba(rgb(212,210,176,0.5), 0.1);
    overflow: hidden;
}.user_feedback_db .alumni_testimonials_db::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(212,210,176) 0%, rgb(188,188,103) 100%);
    left: 0;
    top: 0;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1;
    width: 100%;
    height: 3px;
    content: "";
    transform-origin: left;
}.user_feedback_db .alumni_testimonials_db:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 10px 30px rgba(rgb(212,210,176,0.5), 0.15);
    transform: translateY(-8px);
}.user_feedback_db .alumni_testimonials_db:hover::before {
    transform: scaleX(1);
}.user_feedback_db .alumni_testimonials_db div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}.user_feedback_db .alumni_testimonials_db img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    width: 60px;
    height: 60px;
    object-fit: cover;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid rgba(rgb(212,210,176,0.5), 0.1);
}.user_feedback_db .alumni_testimonials_db:hover img {
    transform: scale(1.05);
    border-color: rgb(212,210,176,0.5);
}.user_feedback_db .alumni_testimonials_db h4 {
    transition: color 0.3s ease;
    margin: 0;
    color: #000000;
    font-size: 23px;
    font-weight: 600;
}.user_feedback_db .alumni_testimonials_db:hover h4 {
    color: rgb(212,210,176);
}.user_feedback_db .alumni_testimonials_db .description {
    position: relative;
    line-height: 1.6;
    padding-left: 25px;
    font-size: 17px;
    color: #000000;
    margin: 0;
}.user_feedback_db .alumni_testimonials_db .description::before {
    opacity: 0.6;
    font-size: 48px;
    color: rgb(212,210,176,0.5);
    left: 0;
    line-height: 1;
    content: "";
    top: -5px;
    position: absolute;
}.user_feedback_db a {
    box-shadow: 0 5px 15px rgba(rgb(212,210,176,0.5), 0.2);
    margin-top: 3rem;
    position: relative;
    padding: 12px 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 14px;
    overflow: hidden;
    color: #ffffff;
    border-radius: 2px;
    background: linear-gradient(135deg, rgb(212,210,176) 0%, rgb(188,188,103) 100%);
    text-decoration: none;
    z-index: 1;
    font-weight: 600;
    display: inline-block;
}.user_feedback_db a::before {
    background: linear-gradient(135deg, rgb(188,188,103) 0%, rgb(212,210,176) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -1;
    top: 0;
}.user_feedback_db a:hover {
    box-shadow: 0 8px 20px rgba(rgb(212,210,176,0.5), 0.3);
    transform: translateY(-3px);
}.user_feedback_db a:hover::before {
    opacity: 1;
}.user_feedback_db .learn_mastery_db {
    display: flex;
    align-items: center;
    flex-direction: column;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user_feedback_db .alumni_testimonials_db {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}.user_feedback_db .alumni_testimonials_db:nth-child(1) {
    animation-delay: 0.1s;
}.user_feedback_db .alumni_testimonials_db:nth-child(2) {
    animation-delay: 0.2s;
}.user_feedback_db .alumni_testimonials_db:nth-child(3) {
    animation-delay: 0.3s;
}.user_feedback_db .alumni_testimonials_db:nth-child(4) {
    animation-delay: 0.4s;
}.user_feedback_db .alumni_testimonials_db:nth-child(5) {
    animation-delay: 0.5s;
}.user_feedback_db .alumni_testimonials_db:nth-child(6) {
    animation-delay: 0.6s;
}.user_feedback_db .alumni_testimonials_db:nth-child(7) {
    animation-delay: 0.7s;
}


@media (max-width: 1200px) {.user_feedback_db {
    padding: 4rem 0;
}.user_feedback_db .feedback_quotes_db {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_feedback_db h2 {
    font-size: calc(32px * 0.95);
}
}

@media (max-width: 992px) {.user_feedback_db {
    padding: 3.5rem 0;
}.user_feedback_db h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.user_feedback_db .feedback_quotes_db {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 20px;
}.user_feedback_db .alumni_testimonials_db {
    padding: 20px;
}.user_feedback_db .alumni_testimonials_db img {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 768px) {.user_feedback_db {
    padding: 3rem 0;
}.user_feedback_db h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.85);
    transform: none;
}.user_feedback_db .feedback_quotes_db {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}.user_feedback_db .alumni_testimonials_db {
    padding: 18px;
}.user_feedback_db .alumni_testimonials_db img {
    margin-right: 12px;
    height: 50px;
    width: 50px;
}.user_feedback_db .alumni_testimonials_db::before {
    height: 2px;
}.user_feedback_db .alumni_testimonials_db .description {
    font-size: calc(17px * 0.95);
    padding-left: 20px;
}.user_feedback_db .alumni_testimonials_db .description::before {
    font-size: 40px;
}
}

@media (max-width: 576px) {.user_feedback_db {
    padding: 2.5rem 0;
}.user_feedback_db h2 {
    width: 100%;
    text-align: left;
    font-size: calc(32px * 0.8);
    margin-bottom: 1.5rem;
}.user_feedback_db h2::after {
    transform: none;
    left: 0;
    width: 60px;
}.user_feedback_db .feedback_quotes_db {
    gap: 15px;
    grid-template-columns: 1fr;
}.user_feedback_db .alumni_testimonials_db {
    padding: 15px;
}.user_feedback_db .alumni_testimonials_db img {
    width: 45px;
    margin-right: 10px;
    height: 45px;
}.user_feedback_db .alumni_testimonials_db h4 {
    font-size: calc(23px * 0.9);
}.user_feedback_db .alumni_testimonials_db .description {
    font-size: calc(17px * 0.9);
    padding-left: 18px;
}.user_feedback_db .alumni_testimonials_db .description::before {
    font-size: 36px;
}.user_feedback_db a {
    padding: 10px 22px;
    margin-top: 2rem;
    font-size: calc(14px * 0.95);
}.user_feedback_db .learn_mastery_db {
    align-items: flex-start;
}}.contact_box_db {
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(233,233,221) 0%, rgb(212,210,176,0.5) 100%);
    padding: 90px 0;
}.contact_box_db::before {
    content: "";
    width: 100%;
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgb(212,210,176,0.5),
        rgb(212,210,176,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.contact_box_db .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.contact_box_db h2 {
    margin-bottom: 50px;
    color: #000000;
    font-size: 41px;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.contact_box_db .connect_inquiry_db {
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 26px;
    max-width: 800px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}.contact_box_db .portrait_img_db {
    height: 200px;
    position: relative;
    width: 100%;
}.contact_box_db .feedback_support_db {
    padding: 50px;
    position: relative;
    width: 100%;
}.contact_box_db form {
    width: 100%;
}.contact_box_db form h3 {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}.contact_box_db form h3::after {
    height: 3px;
    content: "";
    border-radius: 1.5px;
    background: rgb(212,210,176);
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 100%;
}.contact_box_db form input[type="text"] {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
    background: rgb(233,233,221);
    font-size: 13px;
    color: #000000;
    font-family: Arial, sans-serif;
}.contact_box_db form input[type="text"]:focus {
    border-color: rgb(212,210,176);
    outline: none;
}.contact_box_db form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_box_db .reach_query_db {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_box_db .reach_query_db input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_box_db .reach_query_db label {
    cursor: pointer;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 16px;
    padding-left: 35px;
}.contact_box_db .reach_query_db label::before {
    top: 2px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    background: rgb(233,233,221);
    content: "";
    border-radius: 10px;
    width: 22px;
    height: 22px;
}.contact_box_db .reach_query_db input[type="checkbox"]:checked + label::before {
    background: rgb(212,210,176);
}.contact_box_db .reach_query_db input[type="checkbox"]:checked + label::after {
    left: 8px;
    transform: rotate(45deg);
    top: 5px;
    border-bottom: 2px solid #ffffff;
    content: "";
    position: absolute;
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 12px;
}.contact_box_db .reach_query_db label a {
    color: rgb(212,210,176);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_box_db .reach_query_db label a:hover {
    text-decoration: underline;
}.contact_box_db form .support_message_db {
    font-family: Arial, sans-serif;
    width: 100%;
    overflow: hidden;
    background: rgb(212,210,176);
    position: relative;
    font-size: 19px;
    text-align: center;
    padding: 16px 20px;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}.contact_box_db form .support_message_db:hover {
    background: rgb(188,188,103);
}.contact_box_db svg {
    fill: rgb(212,210,176);
    height: 20px;
    width: 20px;
}.contact_box_db svg path {
    fill: rgb(212,210,176);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact_box_db .connect_inquiry_db {
    flex-direction: row;
    max-width: 1000px;
}.contact_box_db .portrait_img_db {
    min-height: 400px;
    width: 40%;
    height: auto;
}.contact_box_db .feedback_support_db {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_box_db .portrait_img_db {
    width: 50%;
}.contact_box_db .feedback_support_db {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact_box_db .connect_inquiry_db {
    max-width: 1100px;
}.contact_box_db .portrait_img_db {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_box_db {
    padding: 60px 0;
}.contact_box_db h2 {
    margin-bottom: 30px;
    font-size: calc(41px * 0.7);
}.contact_box_db .feedback_support_db {
    padding: 30px 20px;
}.contact_box_db form h3 {
    font-size: calc(19px * 0.9);
}}.our_background_db {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our_background_db::before {
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%, 
        rgba(0, 0, 0, 0.65) 100%);
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
}.our_background_db::after {
    width: 100%;
    content: "";
    z-index: 2;
    top: -50%;
    opacity: 0.15;
    right: -50%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    background: radial-gradient(circle at center, rgb(212,210,176,0.5) 0%, transparent 70%);
}.our_background_db .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}.our_background_db .text_overlay_db {
    padding: 40px;
    border-left: 4px solid rgb(212,210,176);
    background: linear-gradient(to right, 
        rgba(#000000, 0.8) 0%,
        rgba(#000000, 0.6) 100%);
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateZ(0);
}.our_background_db .text_overlay_db::before {
    opacity: 0.05;
    background-size: 20px 20px;
    background: linear-gradient(45deg, 
        transparent 49.5%, 
        rgb(212,210,176) 49.5%, 
        rgb(212,210,176) 50.5%, 
        transparent 50.5%);
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}.our_background_db h5 {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    font-size: 24px;
    position: relative;
    letter-spacing: 2px;
    color: rgb(212,210,176);
}.our_background_db h5::after {
    height: 2px;
    width: 0;
    display: block;
    content: "";
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 8px;
    background: rgb(212,210,176);
    animation: expandLine 1.5s forwards 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.our_background_db p {
    line-height: 1.6;
    font-size: calc(17px * 1.25);
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
}.our_background_db p b {
    padding-bottom: 5px;
    color: rgb(188,188,103);
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: calc(17px * 1.5);
}.our_background_db p b::after {
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(212,210,176);
    width: 40px;
}.our_background_db ol {
    list-style-type: none;
    counter-reset: item;
    padding-left: 0;
}.our_background_db ol li {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: justify;
    padding-left: 0;
    line-height: 1.8;
    color: #ffffff;
    animation: fadeInUp 1s forwards 0.8s;
    column-gap: 30px;
    column-count: 1;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
}

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

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

@keyframes pulseGlow {
    0% { opacity: 0.15; transform: rotate(45deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(45deg) scale(1.1); }
    100% { opacity: 0.15; transform: rotate(45deg) scale(1); }
}


@media (min-width: 768px) {.our_background_db .text_overlay_db {
    padding: 60px;
    width: 90%;
    margin-left: 5%;
}.our_background_db ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_background_db {
    padding: 150px 0;
}.our_background_db .text_overlay_db {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: 10%;
    width: 80%;
    padding: 70px;
}.our_background_db .text_overlay_db:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_background_db h5 {
    font-size: calc(24px * 1.2);
}.our_background_db ol li {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_background_db {
    padding: 80px 0;
}.our_background_db .text_overlay_db {
    padding: 30px 20px;
}.our_background_db h5 {
    font-size: 24px;
}.our_background_db p b {
    font-size: calc(17px * 1.2);
}.our_background_db ol li {
    line-height: 1.7;
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 480px) {.our_background_db {
    padding: 60px 0;
}.our_background_db .text_overlay_db {
    padding: 25px 15px;
}.our_background_db h5 {
    font-size: calc(24px * 0.9);
}.our_background_db p b {
    font-size: 17px;
}.our_background_db p {
    font-size: 17px;
}.our_background_db ol li {
    font-size: calc(17px * 0.85);
    line-height: 1.6;
}
}