* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.top_nav {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}.footer_milestones {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1152px;
    max-width: 100%;
}::-webkit-scrollbar {
    height: 14px;
    width: 8px;
}::-webkit-scrollbar-button {
    background: rgb(217,173,108);
}::-webkit-scrollbar-track {
    background: rgb(217,173,108);
    border-radius: 18%;
}::-webkit-scrollbar-track:active {
    background: rgb(217,173,108,0.5);
}::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at top right, #ffffff 18%, rgb(255, 255, 255, 0.5) 77%, rgb(217,173,108) 1%, rgb(217,173,108,0.5) 39%, rgb(231,204,154) 95%, rgb(231,204,154,0.5) 97%, rgb(244,230,200) 75%);
    border-radius: 6%;
}::-webkit-scrollbar-thumb:hover {
    transform: translateX(-2px);
    box-shadow: -3px 2px 11px -2px rgba(0, 0, 0, 0.2);
    background: linear-gradient(316deg, #ffffff 48%, rgb(255, 255, 255, 0.5) 16%, rgb(217,173,108) 33%, rgb(217,173,108,0.5) 90%, rgb(244,230,200) 89%);
}::-webkit-scrollbar-corner {
    border-radius: 8px;
    background: rgb(231,204,154,0.5);
}html {
    scrollbar-color: rgb(244,230,200) rgb(244,230,200);
    scrollbar-width: auto;
}.wrap-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tyArea {
    min-height: 70vh;
    position: relative;
    display: flex;
    padding: 6rem 2rem;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(231,204,154,0.5), rgb(217,173,108,0.5));
}.tyArea::before {
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(231,204,154,0.5) 0%, transparent 60%);
    content: "";
    z-index: 1;
    animation: pulse 15s ease-in-out infinite alternate;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transform-origin: center;
}.tyArea::after {
    content: "";
    z-index: 0;
    background: radial-gradient(circle, rgb(217,173,108,0.5) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
    right: -5%;
    bottom: -5%;
    width: 50%;
    position: absolute;
    height: 50%;
}.tyArea .container {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    width: 100%;
}.tyArea .academy_team {
    background: rgba(255, 255, 255, 0.85);
    padding: 3.5rem;
    position: relative;
    gap: 2.5rem;
    display: grid;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    grid-template-columns: 1fr;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
}.tyArea .academy_team:hover {
    transform: translateZ(30px) scale(1.02);
}.tyArea .academy_team > div:first-child {
    border-left: 4px solid rgb(231,204,154);
    position: relative;
    padding-left: 2.5rem;
}.tyArea .academy_team > div:first-child::before {
    content: "";
    left: -15px;
    top: 50%;
    background: rgb(231,204,154);
    height: 26px;
    box-shadow: 0 0 20px rgba(rgb(231,204,154), 0.5);
    width: 26px;
    transform: translateY(-50%);
    animation: pulse 3s infinite alternate;
    position: absolute;
    border-radius: 50%;
}.tyArea h5 {
    font-weight: 700;
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: translateX(0);
    line-height: 1.4;
    opacity: 0;
    font-size: calc(23px * 1.2);
    margin: 0;
    transition: transform 0.4s ease-out;
}.tyArea .academy_team > div:nth-child(2) {
    opacity: 0;
    position: relative;
    transition: transform 0.3s ease;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
}.tyArea .academy_team > div:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(231,204,154), transparent);
    height: 1px;
    width: 70%;
    position: absolute;
    left: 0;
    content: "";
    top: -10px;
}.tyArea a {
    text-decoration: none;
    transition: transform 0.4s ease-out;
    display: block;
    transform: translateY(0);
}.tyArea a:hover {
    transform: translateY(-5px);
}.tyArea p {
    margin: 0;
    line-height: 1.8;
    padding: 1rem 0;
    position: relative;
    hyphens: auto;
    color: #000000;
    font-size: 12px;
}.tyArea p::after {
    bottom: 0;
    width: 35%;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    transform: scaleX(0);
    content: "";
    height: 2px;
    transform-origin: right;
    background: linear-gradient(90deg, transparent, rgb(217,173,108));
}.tyArea a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

@keyframes slideIn {
    0% { transform: translateX(-20px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

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

@media (min-width: 768px) {.tyArea {
    padding: 8rem 3rem;
}.tyArea .academy_team {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    gap: 3.5rem;
}.tyArea h5 {
    font-size: calc(23px * 1.4);
}.tyArea .academy_team > div:first-child::after {
    background: linear-gradient(to bottom, transparent, rgb(231,204,154,0.5), transparent);
    position: absolute;
    width: 1px;
    right: -3.5rem;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 80%;
}.tyArea .academy_team > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.tyArea .academy_team {
    gap: 5rem;
    padding: 5rem;
}.tyArea h5 {
    font-size: calc(23px * 1.5);
}.tyArea .academy_team > div:first-child {
    border-left-width: 5px;
    padding-left: 3rem;
}.tyArea p {
    font-size: calc(12px * 1.1);
}.tyArea .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.tyArea {
    padding: 4rem 1.5rem;
}.tyArea .academy_team {
    padding: 2.5rem 2rem;
}.tyArea h5 {
    font-size: 23px;
}.tyArea p {
    font-size: calc(12px * 0.95);
}
}

@media (hover: hover) {.tyArea .academy_team:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.tyArea .academy_team,
    .tyArea a,
    .tyArea h5,
    .tyArea::before,
    .tyArea::after {
    transition: none;
    animation: none;
}.tyArea .academy_team > div:first-child::before {
    animation: none;
}.tyArea .academy_team > div:nth-child(2) {
    opacity: 1;
}.tyArea h5 {
    opacity: 1;
}}.tariff_plan {
    --card-accent: rgb(231,204,154);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-border: linear-gradient(135deg, rgb(231,204,154), rgb(217,173,108));
    position: relative;
    --card-bg: #ffffff;
    padding: 120px 0 80px;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: var(--pricing-bg);
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --pricing-bg: #f5f7fa;
    overflow: hidden;
}.tariff_plan::before {
    width: 35%;
    content: "";
    z-index: 1;
    top: -10%;
    transform: rotate(-15deg);
    position: absolute;
    right: -5%;
    opacity: 0.5;
    height: 50%;
    filter: blur(60px);
    background: linear-gradient(135deg, rgb(231,204,154,0.5), rgb(217,173,108,0.5));
}.tariff_plan::after {
    filter: blur(50px);
    opacity: 0.4;
    z-index: 1;
    bottom: -10%;
    left: -5%;
    content: "";
    position: absolute;
    transform: rotate(15deg);
    height: 40%;
    background: linear-gradient(225deg, rgb(217,173,108,0.5), rgb(231,204,154,0.5));
    width: 30%;
}.tariff_plan .container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.tariff_plan .study_sub {
    flex-direction: column;
    display: flex;
}.tariff_plan .discount_plan {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center;
    max-width: 800px;
    order: -1;
}.tariff_plan .discount_plan h2 {
    font-size: 33px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
}.tariff_plan .discount_plan h2::after {
    content: "";
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(231,204,154), rgb(217,173,108));
    width: 80px;
    position: absolute;
    bottom: -10px;
    left: 50%;
}.tariff_plan .pricing_rates {
    max-width: 700px;
    font-size: calc(16px + 2px);
    word-wrap: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    white-space: normal;
    color: #000000;
    margin: 0 auto;
}.tariff_plan .pricing_tiers {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    display: grid;
    width: 100%;
}.tariff_plan .learn_fees {
    text-decoration: none;
    color: inherit;
    transition: transform var(--card-transition);
    transform: translateY(0);
    height: 100%;
    display: block;
}.tariff_plan .learn_fees:hover {
    transform: translateY(-10px);
}.tariff_plan .value_rates {
    display: flex;
    transition: box-shadow var(--card-transition);
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    box-shadow: var(--card-shadow);
    background-color: var(--card-bg);
    border-radius: 27px;
}.tariff_plan .learn_fees:hover .value_rates {
    box-shadow: var(--card-hover-shadow);
}.tariff_plan .value_rates::before {
    height: 5px;
    top: 0;
    transition: transform 0.5s ease;
    background: var(--card-border);
    width: 100%;
    transform-origin: left;
    content: "";
    position: absolute;
    transform: scaleX(0);
    left: 0;
}.tariff_plan .learn_fees:hover .value_rates::before {
    transform: scaleX(1);
}.tariff_plan .pricing_pack {
    z-index: 1;
    padding: 35px 30px;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
}.tariff_plan .pricing_pack h3 {
    margin-bottom: 15px;
    font-size: calc(23px + 2px);
    font-weight: 700;
    display: inline-block;
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
}.tariff_plan .learn_fees:hover .pricing_pack h3 {
    color: var(--card-accent);
}.tariff_plan .skill_offers {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    font-size: calc(23px + 6px);
    position: relative;
    color: var(--card-accent);
}.tariff_plan .skill_offers::after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: -10px;
    transition: width 0.3s ease;
    background-color: var(--card-accent);
    width: 40px;
    left: 0;
}.tariff_plan .learn_fees:hover .skill_offers::after {
    width: 60px;
}.tariff_plan .pricing_pack p {
    hyphens: auto;
    font-size: 16px;
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
    white-space: normal;
    margin-top: 15px;
}.tariff_plan .photo_frame_wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s ease;
    width: 100%;
}.tariff_plan .photo_frame_wrap::after {
    opacity: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.4s ease;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}.tariff_plan .learn_fees:hover .photo_frame_wrap::after {
    opacity: 1;
}.tariff_plan .learn_fees:hover .photo_frame_wrap {
    transform: scale(1.05);
}

@media (min-width: 992px) {.tariff_plan .study_sub {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.tariff_plan .discount_plan {
    width: 30%;
    text-align: left;
    margin: 0;
    order: 0;
}.tariff_plan .discount_plan h2 {
    text-align: left;
    display: block;
}.tariff_plan .discount_plan h2::after {
    left: 0;
    transform: none;
}.tariff_plan .pricing_rates {
    text-align: left;
    margin: 0;
}.tariff_plan .pricing_tiers {
    width: 70%;
}
}

@media (max-width: 991px) {.tariff_plan {
    padding: 80px 0 60px;
}.tariff_plan .pricing_tiers {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.tariff_plan {
    padding: 60px 0 40px;
}.tariff_plan .discount_plan {
    margin-bottom: 40px;
}.tariff_plan .pricing_tiers {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.tariff_plan .pricing_pack {
    padding: 25px 20px;
}.tariff_plan .pricing_pack h3 {
    font-size: 23px;
}.tariff_plan .skill_offers {
    font-size: calc(23px + 2px);
}.tariff_plan .pricing_pack p {
    font-size: calc(16px - 1px);
}.tariff_plan .photo_frame_wrap {
    height: 180px;
}
}

@media (max-width: 480px) {.tariff_plan {
    padding: 50px 0 30px;
}.tariff_plan .discount_plan h2 {
    font-size: calc(33px - 4px);
}.tariff_plan .pricing_rates {
    font-size: 16px;
}.tariff_plan .pricing_pack {
    padding: 20px 15px;
}.tariff_plan .photo_frame_wrap {
    height: 160px;
}}.about_this {
    background: linear-gradient(135deg, rgb(244,230,200) 0%, rgb(217,173,108,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.about_this::before {
    content: '';
    transform: rotate(-15deg) skewX(15deg);
    right: -10%;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    background: linear-gradient(165deg, rgb(231,204,154,0.5) 0%, transparent 80%);
    z-index: 1;
    opacity: 0.6;
    width: 40%;
    top: -5%;
    height: 70%;
}.about_this::after {
    transform: rotate(10deg) skewX(-10deg);
    content: '';
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -5%;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(217,173,108,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: -5%;
    width: 30%;
    z-index: 1;
    height: 60%;
}.about_this .container {
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.about_this h1 {
    margin-bottom: 3rem;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    transform: translateX(2rem);
    color: #000000;
}.about_this h1::after {
    position: absolute;
    content: '';
    width: 60%;
    animation: slide-in 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    transform-origin: left;
    transform: scaleX(0);
    height: 4px;
    left: 0;
    bottom: -0.5rem;
    background: rgb(231,204,154);
}.about_this .learn_expert {
    position: relative;
}.about_this .learn_expert ul {
    display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 3rem;
}.about_this .mentor_team {
    position: relative;
    transform: translateY(30px);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    padding: 2.5rem;
}.about_this .mentor_team:nth-child(1) {
    animation-delay: 0.3s;
    border-left: 4px solid rgb(231,204,154);
}.about_this .mentor_team:nth-child(2) {
    border-right: 4px solid rgb(217,173,108);
    animation-delay: 0.6s;
}.about_this .mentor_team:hover {
    transform: translateY(-5px) scale(1.01);
}.about_this .mentor_team h4 {
    font-size: calc(21px * 1.1);
    color: rgb(231,204,154);
    padding-bottom: 0.8rem;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
    margin-top: 0;
}.about_this .mentor_team:nth-child(2) h4 {
    color: rgb(217,173,108);
}.about_this .mentor_team h4::after {
    left: 0;
    position: absolute;
    width: 3rem;
    height: 2px;
    background: currentColor;
    bottom: 0;
    content: '';
}.about_this .mentor_team div {
    overflow-y: auto;
    padding-right: 1rem;
    font-family: Arial, sans-serif;
    font-size: 12px;
    scrollbar-width: thin;
    color: #000000;
    scrollbar-color: rgb(231,204,154,0.5) #ffffff;
    max-height: 300px;
    line-height: 1.7;
}.about_this .mentor_team:nth-child(2) div {
    scrollbar-color: rgb(217,173,108,0.5) #ffffff;
}.about_this .mentor_team div::-webkit-scrollbar {
    width: 6px;
}.about_this .mentor_team div::-webkit-scrollbar-track {
    background: #ffffff;
}.about_this .mentor_team div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(231,204,154,0.5);
}.about_this .mentor_team:nth-child(2) div::-webkit-scrollbar-thumb {
    background-color: rgb(217,173,108,0.5);
}

@keyframes float {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    100% {
        transform: rotate(-15deg) skewX(15deg) translate(15px, 15px);
    }
}

@keyframes slide-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.about_this {
    padding: 8rem 0;
}.about_this h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 4rem;
}.about_this .learn_expert ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.about_this .mentor_team {
    padding: 3rem;
}.about_this .mentor_team div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.about_this {
    padding: 10rem 0;
}.about_this h1 {
    transform: translateX(4rem);
}.about_this .mentor_team:nth-child(1) {
    transform: translateY(2rem);
}.about_this .mentor_team:nth-child(2) {
    transform: translateY(-2rem);
}.about_this .mentor_team:hover {
    transform: scale(1.03);
}
}

@media (min-width: 1200px) {.about_this .container {
    padding: 0 4rem;
}.about_this .learn_expert ul {
    gap: 4rem;
}.about_this .mentor_team {
    padding: 3.5rem;
}.about_this .mentor_team div {
    max-height: 400px;
}
}

@media (max-width: 767px) {.about_this {
    padding: 4rem 0;
}.about_this h1 {
    transform: translateX(1rem);
    font-size: calc(40px * 0.9);
}.about_this .mentor_team {
    padding: 2rem;
}.about_this .mentor_team div {
    max-height: 250px;
}}.course_program {
    background-color: rgb(244,230,200);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course_program::before {
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(231,204,154,0.5) 0%, transparent 50%, rgb(217,173,108,0.5) 100%);
    position: absolute;
    height: 100%;
    content: "";
}.course_program::after {
    z-index: 0;
    filter: blur(80px);
    height: 200px;
    position: absolute;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    top: -50px;
    background-color: rgb(231,204,154,0.5);
    right: -50px;
    content: "";
    width: 200px;
    border-radius: 50%;
}.course_program .job_training {
    z-index: 2;
    display: flex;
    flex-direction: column;
}.course_program .legend_holder {
    margin: 0 auto 60px;
    width: 80%;
    position: relative;
}.course_program .legend_holder::before {
    position: absolute;
    width: 80px;
    top: -20px;
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(231,204,154), rgb(217,173,108));
    content: "";
    border-radius: 10px;
}.course_program .legend_holder h2 {
    padding: 15px;
    position: relative;
    background-image: repeating-linear-gradient(45deg, rgb(231,204,154,0.5) 0px, rgb(231,204,154,0.5) 2px, transparent 2px, transparent 8px);
    transition: transform 0.5s ease;
    border-radius: 10px;
    font-weight: 700;
    transform: translateX(0);
    font-size: 29px;
    margin-bottom: 30px;
    color: #000000;
}.course_program .legend_holder h2:hover {
    transform: translateX(10px);
}.course_program .legend_holder .description {
    border-left: 2px solid rgb(231,204,154);
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
    padding-left: 20px;
    position: relative;
    line-height: 1.7;
}.course_program .legend_holder .description:last-child {
    border-left: none;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 30px 40px;
    z-index: 2;
    backdrop-filter: blur(5px);
    border-radius: 21px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}.course_program .photo_frame_wrap {
    height: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    top: 0;
    opacity: 0.2;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
}.course_program .job_training:hover .photo_frame_wrap {
    opacity: 0.3;
    transform: scale(1.05);
}.course_program .photo_frame_wrap::before {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(231,204,154,0.5) 0%, transparent 80%);
    content: "";
}.course_program .photo_frame_wrap::after {
    content: "";
    z-index: 1;
    bottom: 0;
    width: 80%;
    background: linear-gradient(225deg, rgb(217,173,108,0.5) 0%, transparent 100%);
    height: 40%;
    right: 0;
    position: absolute;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.course_program .job_training::before {
    z-index: -1;
    position: absolute;
    height: 200px;
    content: "";
    width: 200px;
    border-radius: 50%;
    left: -50px;
    bottom: -100px;
    background-color: rgb(217,173,108,0.5);
    animation: pulseAnimation 10s infinite ease-in-out;
    filter: blur(100px);
}.course_program .job_training::after {
    height: 40px;
    right: -20px;
    content: "";
    border: 4px solid rgb(231,204,154,0.5);
    width: 40px;
    border-radius: 10px;
    animation: rotateAnimation 20s infinite linear;
    z-index: -1;
    top: 40px;
    position: absolute;
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_program .legend_holder::after {
    top: -40px;
    height: 100px;
    border: 2px dashed rgb(231,204,154,0.5);
    border-radius: 50%;
    position: absolute;
    animation: rotateAnimation 30s infinite linear reverse;
    content: "";
    width: 100px;
    z-index: -1;
    right: -60px;
}.course_program .legend_holder .description:first-of-type {
    position: relative;
    border-radius: 10px;
    border-left: none;
    padding: 20px;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(244,230,200) 10px,
        rgb(244,230,200) 12px
    );
    overflow: hidden;
}.course_program .legend_holder .description:first-of-type::after {
    content: "";
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(231,204,154), transparent);
}.course_program .legend_holder .description:last-child::before {
    left: 0;
    border-radius: 21px;
    content: "";
    filter: brightness(0.5) contrast(1.2);
    background-position: center;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}

@media (max-width: 1024px) {.course_program {
    padding: 80px 0;
}.course_program .legend_holder {
    width: 90%;
}
}

@media (max-width: 768px) {.course_program {
    padding: 60px 0;
}.course_program .legend_holder {
    width: 100%;
    margin-bottom: 40px;
}.course_program .legend_holder h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 20px;
}.course_program .legend_holder .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.course_program {
    padding: 40px 0;
}.course_program .legend_holder h2 {
    font-size: calc(29px * 0.8);
}.course_program .legend_holder .description {
    font-size: calc(16px * 0.95);
}.course_program .legend_holder .description:last-child {
    padding: 20px;
}.course_program::after,
    .course_program .job_training::before,
    .course_program .legend_holder::after {
    display: none;
}.course_program .legend_holder::before {
    width: 60px;
}}

.course_program .job_training .legend_holder .description strong {
    color: rgb(217,173,108);
    font-weight: 600;
}.course_program .container::before {
    height: 1px;
    content: "";
    width: 150%;
    bottom: -40px;
    left: -25%;
    background: linear-gradient(90deg, transparent, rgb(231,204,154,0.5), transparent);
    position: absolute;
}.course_program .legend_holder h2::after {
    filter: blur(15px);
    border-radius: 50%;
    background-color: rgb(231,204,154,0.5);
    position: absolute;
    width: 30px;
    left: -15px;
    top: -15px;
    content: "";
    height: 30px;
    z-index: -1;
}.get_in_touch {
    padding: 80px 0;
    isolation: isolate;
    position: relative;
}.get_in_touch::before {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
}.get_in_touch .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.get_in_touch .feedback_message {
    grid-template-columns: 1fr 1.5fr;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    display: grid;
    border-radius: 19px;
}.get_in_touch .inquiry_grid {
    position: relative;
    background: rgb(231,204,154);
    padding: 50px 40px;
}.get_in_touch .inquiry_grid::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    height: 100%;
    position: absolute;
    width: 25px;
    content: '';
    top: 0;
    right: 0;
}.get_in_touch .inquiry_grid h3 {
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 37px;
    border-bottom: 2px solid rgb(217,173,108);
}.get_in_touch .inquiry_grid div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}.get_in_touch .inquiry_grid div:last-of-type {
    border-bottom: none;
}.get_in_touch .inquiry_grid div svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
}.get_in_touch .inquiry_grid div svg path {
    fill: rgb(217,173,108);
}.get_in_touch .inquiry_grid div span {
    color: #ffffff;
    font-size: 16px;
}.get_in_touch .inquiry_grid div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}.get_in_touch .inquiry_grid div span a:hover {
    color: rgb(217,173,108);
}.get_in_touch .message_reach {
    background-color: rgb(244,230,200);
    padding: 50px 40px;
}.get_in_touch .message_reach h3 {
    margin-bottom: 30px;
    position: relative;
    font-size: 19px;
    color: rgb(231,204,154);
    font-weight: 600;
}.get_in_touch form {
    flex-direction: column;
    display: flex;
}.get_in_touch form input[type="text"],
.get_in_touch form input[type="email"] {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
    border-radius: 10px;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    background: #ffffff;
}.get_in_touch form input[type="text"]:focus,
.get_in_touch form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(rgb(231,204,154), 0.1);
    border-color: rgb(231,204,154);
}.get_in_touch form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.get_in_touch .inquiry_box {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.get_in_touch .inquiry_box input[type="checkbox"] {
    width: 18px;
    margin-top: 4px;
    margin-right: 10px;
    height: 18px;
    position: relative;
    border: 2px solid rgb(231,204,154);
    appearance: none;
    border-radius: 3px;
    cursor: pointer;
}.get_in_touch .inquiry_box input[type="checkbox"]:checked {
    background-color: rgb(231,204,154);
}.get_in_touch .inquiry_box input[type="checkbox"]:checked::after {
    width: 5px;
    border: solid #ffffff;
    top: 1px;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    border-width: 0 2px 2px 0;
}.get_in_touch .inquiry_box label {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}.get_in_touch .inquiry_box label a {
    color: rgb(231,204,154);
    font-weight: 600;
    text-decoration: none;
}.get_in_touch .inquiry_box label a:hover {
    text-decoration: underline;
}.get_in_touch form .request_form {
    transition: background-color 0.3s, transform 0.3s;
    font-size: 19px;
    background-color: rgb(231,204,154);
    font-weight: 600;
    padding: 15px 25px;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    align-self: flex-start;
}.get_in_touch form .request_form:hover {
    background-color: rgb(217,173,108);
    transform: translateY(-3px);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.get_in_touch .inquiry_grid h3 {
    animation: reveal 0.6s ease forwards;
}.get_in_touch .inquiry_grid div {
    opacity: 0;
    animation: reveal 0.6s ease forwards;
}.get_in_touch .inquiry_grid div:nth-child(2) {
    animation-delay: 0.2s;
}.get_in_touch .inquiry_grid div:nth-child(3) {
    animation-delay: 0.4s;
}.get_in_touch .inquiry_grid div:nth-child(4) {
    animation-delay: 0.6s;
}.get_in_touch .inquiry_grid div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.get_in_touch .feedback_message {
    grid-template-columns: 1fr;
}.get_in_touch .inquiry_grid {
    padding: 40px 30px;
}.get_in_touch .message_reach {
    padding: 40px 30px;
}.get_in_touch .inquiry_grid::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.get_in_touch {
    padding: 50px 0;
}.get_in_touch .inquiry_grid,
    .get_in_touch .message_reach {
    padding: 30px 20px;
}.get_in_touch .inquiry_grid h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.get_in_touch form input[type="text"],
    .get_in_touch form input[type="email"] {
    padding: 12px;
}.get_in_touch form .request_form {
    width: 100%;
    padding: 12px;
}}.learning_system {
    background: linear-gradient(135deg, rgb(244,230,200) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.learning_system::before {
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(231,204,154,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(217,173,108,0.5) 0%, transparent 40%);
    left: 0;
    opacity: 0.1;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}.learning_system::after {
    top: -5%;
    content: "";
    opacity: 0.2;
    width: 300px;
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
    right: -5%;
    background: linear-gradient(225deg, rgb(231,204,154,0.5) 0%, transparent 70%);
    filter: blur(60px);
    height: 300px;
}.learning_system .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.learning_system .academy_team {
    justify-content: center;
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    perspective: 1000px;
    align-items: center;
}.learning_system .academy_team > div {
    padding: 50px 60px;
    background: #ffffff;
    transform: translateZ(0);
    width: 100%;
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    max-width: 800px;
}.learning_system .academy_team > div::before {
    content: "";
    background: linear-gradient(90deg, 
        rgb(231,204,154) 0%, 
        rgb(217,173,108) 50%, 
        rgb(231,204,154) 100%);
    position: absolute;
    animation: gradientFlow 6s ease infinite;
    background-size: 200% 100%;
    width: 100%;
    top: 0;
    left: 0;
    height: 3px;
}.learning_system .academy_team > div::after {
    width: 90%;
    left: 5%;
    height: 10px;
    opacity: 0.7;
    background: #ffffff;
    filter: blur(10px);
    content: "";
    bottom: -10px;
    position: absolute;
    z-index: -1;
}.learning_system h3 {
    animation: fadeSlideUp 0.8s ease-out forwards;
    transition: transform 0.5s ease-out;
    transform: translateY(0);
    margin-bottom: 25px;
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    display: inline-block;
    position: relative;
}.learning_system h3::after {
    transform-origin: left;
    animation: expandWidth 0.8s 0.4s ease-out forwards;
    background: rgb(231,204,154);
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 60px;
    transform: scaleX(0);
}.learning_system p {
    animation: fadeSlideUp 0.8s 0.2s ease-out forwards;
    opacity: 0;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    color: #000000;
    font-size: 15px;
}.learning_system p span {
    position: relative;
    display: block;
}.learning_system p span::before {
    position: absolute;
    opacity: 0.2;
    top: -40px;
    font-size: 120px;
    font-family: serif;
    z-index: -1;
    left: -10px;
    content: "";
    color: rgb(231,204,154,0.5);
}.learning_system .academy_team:hover > div {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) translateZ(30px);
}.learning_system .academy_team:hover h3 {
    color: rgb(231,204,154);
    transform: translateY(-3px);
}

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

@keyframes expandWidth {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

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

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

@media screen and (max-width: 992px) {.learning_system {
    padding: 80px 0;
}.learning_system .academy_team > div {
    padding: 40px 35px;
}.learning_system h3 {
    font-size: calc(36px * 0.9);
}
}

@media screen and (max-width: 768px) {.learning_system {
    padding: 60px 0;
}.learning_system .academy_team > div {
    padding: 35px 30px;
}.learning_system h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 20px;
}.learning_system p {
    font-size: calc(15px * 0.95);
}.learning_system .academy_team > div::before {
    height: 2px;
}
}

@media screen and (max-width: 576px) {.learning_system {
    padding: 50px 0;
}.learning_system .academy_team > div {
    padding: 30px 20px;
}.learning_system h3 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.7);
}.learning_system p {
    font-size: calc(15px * 0.9);
    line-height: 1.7;
}.learning_system h3::after {
    width: 40px;
}.learning_system p span::before {
    font-size: 80px;
    top: -30px;
}}header {
    padding: 0;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    z-index: 100;
    width: 100%;
    background: linear-gradient(to right, #ffffff, rgb(244,230,200));
}header::before {
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
    content: '';
}header::after {
    background: linear-gradient(to bottom, rgb(231,204,154), rgb(217,173,108));
    height: 100%;
    top: 0;
    width: 5px;
    left: 0;
    content: '';
    position: absolute;
    z-index: 1;
}header .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    z-index: 2;
    padding: 0;
    position: relative;
}header .main_base {
    display: flex;
    align-items: center;
    padding: 0.9rem 3%;
    margin-left: 5px;
    justify-content: space-between;
}header .top_learn {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    transition: all 0.3s ease;
    border-radius: 10px;
    align-items: center;
    padding: 0.5rem;
    text-decoration: none;
}header .top_learn:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}header .top_learn svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}header .head_main {
    border-radius: 10px;
    padding: 0.4rem 0.6rem;
    gap: 0.4rem;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
}header .head_main::before {
    right: -2px;
    z-index: -1;
    top: -2px;
    opacity: 0.5;
    bottom: -2px;
    left: -2px;
    content: '';
    position: absolute;
    border-radius: calc(10px + 2px);
    background: linear-gradient(135deg, rgb(231,204,154,0.5), rgb(217,173,108,0.5));
}header .top_head {
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    text-decoration: none;
    position: relative;
    padding: 0.4rem 0.7rem;
}header .top_head::before {
    content: '';
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: linear-gradient(45deg, rgb(231,204,154,0.5), rgb(217,173,108,0.5));
    top: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
}header .top_head:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}header .top_head:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .main_base {
    padding: 0.8rem 2.5%;
}header .top_learn svg {
    width: 130px;
}header .head_main {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .top_head {
    font-size: calc(18px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .main_base {
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.8rem 2%;
    margin-left: 3px;
    align-items: flex-start;
}header .top_learn {
    padding: 0.4rem;
}header .top_learn svg {
    width: 120px;
}header .head_main {
    overflow-x: auto;
    width: 98%;
    padding: 0.4rem;
    justify-content: flex-start;
}header .head_main::-webkit-scrollbar {
    height: 2px;
}header .head_main::-webkit-scrollbar-thumb {
    background: rgb(231,204,154);
    border-radius: 10px;
}header .top_head {
    font-size: calc(18px - 1px);
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .main_base {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .top_learn svg {
    width: 110px;
}header .head_main {
    padding: 0.3rem;
}header .top_head {
    padding: 0.3rem 0.4rem;
    font-size: calc(18px - 2px);
}}.education_history {
    border-radius: 23px;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(244,230,200), rgb(231,204,154,0.5) 120%);
    position: relative;
    padding: 5rem 2rem;
}.education_history::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(217,173,108,0.5) 0,
        rgb(217,173,108,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.3;
}.education_history .client_ratings {
    z-index: 2;
    position: relative;
    flex-direction: column;
    max-width: 500px;
    display: flex;
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
}.education_history .client_ratings:hover {
    transform: translateY(-15px);
}.education_history .photo_frame_wrap {
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    transition: all 0.5s ease;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    border-radius: 23px 23px 0 0;
    z-index: 3;
    position: relative;
    height: 350px;
}.education_history .photo_frame_wrap::after {
    border-radius: 23px 23px 0 0;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(231,204,154,0.5) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
}.education_history .client_ratings:hover .photo_frame_wrap {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.education_history .experience_summary {
    margin-top: -50px;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s ease;
    border-radius: 23px;
    transform: translateZ(0);
    z-index: 2;
    padding: 70px 2rem 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}.education_history .experience_summary::before {
    left: 0;
    height: 6px;
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: 0;
    animation: gradient-shift 8s infinite alternate;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
                rgb(231,204,154), 
                rgb(217,173,108), 
                rgb(231,204,154));
    content: "";
    right: 0;
}.education_history .experience_summary::after {
    filter: blur(15px);
    background: rgb(217,173,108,0.5);
    opacity: 0.2;
    position: absolute;
    height: 60px;
    width: 60px;
    bottom: 20px;
    animation: float-blob 10s infinite alternate;
    right: 20px;
    content: "";
    border-radius: 20% 40% 50% 30%;
}.education_history .name {
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    transform: translateY(0);
    opacity: 0.9;
    font-family: Arial, sans-serif;
    font-size: 36px;
    color: rgb(231,204,154);
    font-weight: 700;
}.education_history .experience_summary > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    position: relative;
    padding-bottom: 1rem;
    font-size: 21px;
    font-weight: 600;
    color: rgb(217,173,108);
    transform: translateY(0);
    opacity: 0.8;
    margin-bottom: 1.5rem;
}.education_history .experience_summary > div:nth-child(2)::after {
    width: 40px;
    transition: width 0.4s ease;
    background: rgb(217,173,108,0.5);
    bottom: 0;
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
}.education_history .client_ratings:hover .experience_summary > div:nth-child(2)::after {
    width: 100px;
}.education_history .career_insights {
    border-left: 3px solid rgb(217,173,108,0.5);
    font-size: 12px;
    transform: translateY(10px);
    opacity: 0.7;
    padding: 1rem 0 0 1.5rem;
    position: relative;
    color: #000000;
    font-style: italic;
    line-height: 1.7;
    transition: all 0.5s ease 0.2s;
}.education_history .client_ratings:hover .career_insights {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.education_history .photo_frame_wrap {
    width: 100%;
    height: 250px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    top: 0;
    background: linear-gradient(to right, rgb(217,173,108), rgb(231,204,154));
    bottom: 0;
    right: 0;
    z-index: -2;
    position: absolute;
    content: "";
    opacity: 0.9;
    left: 0;
}footer::after {
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    z-index: -1;
    left: 0;
}.footer_milestones {
    padding: 5rem 0 2rem;
    position: relative;
    color: #ffffff;
}.footer_milestones::before {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(231,204,154), rgb(217,173,108), rgb(231,204,154));
}.footer_milestones .container {
    display: grid;
    gap: 2rem;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}.footer_milestones .company_holder {
    padding: 0;
    grid-column: span 5;
    position: relative;
}.footer_milestones .company_holder h3 {
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 28px;
    margin: 0 0 1.5rem;
}.footer_milestones .company_holder h3::after {
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 80px;
    background: #ffffff;
    position: absolute;
    content: "";
}.footer_milestones .template_cta {
    color: #ffffff;
    margin-top: 1.5rem;
    padding: 0 0 0 1.5rem;
    position: relative;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    line-height: 1.7;
}.footer_milestones .footer_social {
    grid-column: span 7;
}.footer_milestones .nav_section {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.footer_milestones .head_main {
    position: relative;
}.footer_milestones .head_main h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
    position: relative;
    color: #ffffff;
    padding-bottom: 0.8rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
}.footer_milestones .head_main h5::after {
    bottom: -2px;
    content: "";
    width: 40px;
    background: #ffffff;
    position: absolute;
    height: 2px;
    left: 0;
}.footer_milestones .head_main .nav_section {
    display: grid;
    gap: 1rem;
}.footer_milestones .head_main .nav_section a {
    text-decoration: none;
    position: relative;
    display: flex;
    color: rgba(255, 255, 255, 0.8);
    align-items: center;
    font-size: 16px;
    transition: all 0.3s ease;
}.footer_milestones .head_main .nav_section a::after {
    content: "\2192";
    transition: all 0.3s ease;
    transform: translateX(-5px);
    opacity: 0;
    margin-left: 0.5rem;
}.footer_milestones .head_main .nav_section a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.footer_milestones .head_main .nav_section a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.donate_btn {
    margin-top: 4rem;
    padding: 2rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.donate_btn .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.donate_btn .ar_tools {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    padding: 0 1rem;
    opacity: 0.9;
    position: relative;
}.footer_milestones::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    right: 2rem;
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    top: 2rem;
    width: 50px;
}.footer_milestones .company_holder::before {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
}.footer_milestones .company_holder::after {
    height: 50px;
    width: 50px;
    left: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.footer_milestones .footer_social::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    right: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    width: 50px;
    bottom: 0;
}

@media (max-width: 1200px) {.footer_milestones .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.footer_milestones {
    padding: 4rem 0 2rem;
}.footer_milestones .container {
    grid-template-columns: 1fr;
}.footer_milestones .company_holder,
    .footer_milestones .footer_social {
    grid-column: span 12;
}.footer_milestones .company_holder {
    margin-bottom: 2rem;
}.footer_milestones::after,
    .footer_milestones .company_holder::before,
    .footer_milestones .company_holder::after,
    .footer_milestones .footer_social::after {
    display: none;
}
}

@media (max-width: 768px) {.footer_milestones {
    padding: 3rem 0 1.5rem;
}.footer_milestones .nav_section {
    gap: 1.5rem;
}.footer_milestones .company_holder h3 {
    font-size: calc(28px - 2px);
}.donate_btn {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.footer_milestones {
    padding: 2.5rem 0 1rem;
}.footer_milestones .nav_section {
    gap: 2rem;
    grid-template-columns: 1fr;
}.footer_milestones .template_cta {
    padding-left: 1rem;
}.donate_btn {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.footer_milestones .company_holder h3::after,
    .footer_milestones .head_main h5::after {
    width: 30px;
}.footer_milestones .head_main .nav_section a:hover {
    padding-left: 0.3rem;
}}.greeting_page {
    background: linear-gradient(135deg, rgb(244,230,200) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 0;
    min-height: 100vh;
    position: relative;
}.greeting_page::before {
    top: -50%;
    background: linear-gradient(45deg, rgb(231,204,154,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    width: 100%;
    height: 200%;
    z-index: 1;
    left: -20%;
    position: absolute;
    content: "";
}.greeting_page::after {
    background: linear-gradient(225deg, rgb(217,173,108,0.5) 0%, transparent 80%);
    bottom: -10%;
    content: "";
    transform: rotate(15deg);
    height: 60%;
    width: 60%;
    z-index: 1;
    border-radius: 100px;
    position: absolute;
    right: -10%;
}.greeting_page h1 {
    position: relative;
    font-size: 38px;
    z-index: 10;
    padding: 1rem;
    color: rgb(231,204,154);
    text-align: center;
    margin: 2rem 0;
    transform: translateY(20px);
    animation: fadeSlideDown 0.8s ease-out 0.2s forwards;
    opacity: 0;
    font-weight: 700;
}.greeting_page .academy_team {
    flex-direction: column;
    width: 100%;
    z-index: 10;
    position: relative;
    display: flex;
}.greeting_page .legend_holder {
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 15px 20px rgba(0,0,0,0.05);
    z-index: 5;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    padding: 2rem;
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s ease-out 0.4s forwards;
    position: relative;
}.greeting_page .legend_holder ol {
    padding: 0;
    list-style: none;
    margin: 0;
}.greeting_page .legend_holder li {
    margin-bottom: 2rem;
}.greeting_page .learn_quickpro {
    align-items: center;
    flex-direction: column;
    display: flex;
    text-align: center;
}.greeting_page .learn_quickpro svg {
    transform: scale(0);
    margin-bottom: 1.5rem;
    height: 150px;
    width: 150px;
    animation: growAndRotate 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards;
}.greeting_page .learn_quickpro svg path {
    fill: rgb(231,204,154);
    stroke-width: 0.5;
    transition: all 0.3s ease;
    stroke: rgb(217,173,108);
}.greeting_page .learn_quickpro svg text {
    font-family: Arial, sans-serif;
    fill: rgb(231,204,154);
    transition: all 0.3s ease;
}.greeting_page .learn_quickpro p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    color: #000000;
    opacity: 0;
    animation: fadeSlideUp 0.8s ease-out 0.8s forwards;
    font-size: calc(14px * 1.2);
    max-width: 600px;
    position: relative;
}.greeting_page .learn_quickpro p::after {
    height: 3px;
    border-radius: 10px;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(231,204,154), rgb(217,173,108));
    position: absolute;
    content: "";
    bottom: -10px;
}.greeting_page .request_form {
    border-radius: 10px;
    animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
    color: #ffffff;
    letter-spacing: 1px;
    border: none;
    z-index: 1;
    text-transform: uppercase;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    background: linear-gradient(135deg, rgb(231,204,154) 0%, rgb(217,173,108) 100%);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    transform: scale(0.9);
    opacity: 0;
    padding: 1rem 2rem;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.05);
}.greeting_page .request_form::before {
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    z-index: -1;
    content: "";
}.greeting_page .request_form:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.05);
    transform: translateY(-5px) scale(1.03);
}.greeting_page .request_form:hover::before {
    left: 100%;
}.greeting_page .photo_frame_wrap {
    position: relative;
    width: 100%;
    height: 300px;
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 15px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-top: 2rem;
    transform: translateY(30px) scale(0.95);
    animation: fadeSlideUp 0.8s ease-out 0.6s forwards;
    border-radius: 10px;
}.greeting_page .photo_frame_wrap::before {
    height: 100%;
    background: linear-gradient(
    to bottom,
    transparent 0%,
    rgb(231,204,154,0.5) 100%
  );
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
}.greeting_page .photo_frame_wrap::after {
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 2px solid rgb(255, 255, 255, 0.5);
    top: 10px;
    content: "";
    border-radius: calc(10px - 10px);
    z-index: 2;
}

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

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

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes growAndRotate {
  from {
    transform: scale(0) rotate(-10deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}

@media (min-width: 768px) {.greeting_page h1 {
    margin: 3rem 0;
    font-size: calc(38px * 1.2);
}.greeting_page .academy_team {
    flex-direction: row;
    padding: 0 3rem;
    gap: 3rem;
    align-items: center;
}.greeting_page .legend_holder {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    flex: 1;
    padding: 3rem;
}.greeting_page .learn_quickpro {
    align-items: flex-start;
    text-align: left;
}.greeting_page .learn_quickpro p::after {
    transform: none;
    left: 0;
}.greeting_page .photo_frame_wrap {
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    margin-top: 0;
    height: 500px;
    flex: 1;
}
}

@media (min-width: 992px) {.greeting_page {
    padding: 3rem 0;
}.greeting_page h1 {
    font-size: calc(38px * 1.5);
}.greeting_page .academy_team {
    padding: 0 5rem;
    gap: 5rem;
}.greeting_page .learn_quickpro svg {
    width: 180px;
    height: 180px;
}.greeting_page .learn_quickpro p {
    font-size: calc(14px * 1.4);
}.greeting_page .request_form {
    font-size: calc(19px * 1.1);
    padding: 1.2rem 2.5rem;
}.greeting_page .photo_frame_wrap {
    height: 600px;
}
}

@media (min-width: 1200px) {.greeting_page .academy_team {
    padding: 0 8rem;
}.greeting_page .legend_holder {
    padding: 4rem;
}.greeting_page .learn_quickpro svg {
    width: 200px;
    height: 200px;
}.greeting_page .photo_frame_wrap {
    height: 650px;
}
}

@media (max-width: 767px) {.greeting_page .learn_quickpro svg {
    height: 120px;
    width: 120px;
}.greeting_page .learn_quickpro p {
    font-size: 14px;
}.greeting_page .request_form {
    text-align: center;
    width: 100%;
}}.test_drive {
    padding: 6rem 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,204,154) 0%, rgb(217,173,108) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    transform: skewY(-2deg);
}.test_drive::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(231,204,154,0.5),
        rgb(231,204,154,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}.test_drive::after {
    position: absolute;
    background: radial-gradient(circle, rgb(217,173,108) 0%, transparent 70%);
    height: 50vw;
    animation: floatGlow 15s infinite alternate ease-in-out;
    z-index: -1;
    top: -30%;
    right: -10%;
    opacity: 0.15;
    content: "";
    width: 50vw;
}.test_drive .container {
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    padding: 0 2rem;
    display: flex;
    z-index: 2;
    position: relative;
    transform: skewY(2deg);
    flex-direction: column;
}.test_drive h6 {
    line-height: 1.5;
    animation: textFloat 5s infinite alternate ease-in-out;
    letter-spacing: 0.5px;
    margin-bottom: 2.5rem;
    transform: translateY(0);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 21px;
    max-width: 800px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}.test_drive h6::after {
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    background: #ffffff;
    height: 3px;
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    opacity: 0.7;
    width: 70px;
    content: "";
}.test_drive div div {
    justify-content: center;
    z-index: 2;
    position: relative;
    display: flex;
}.test_drive div div span {
    display: inline-block;
    perspective: 800px;
    position: relative;
    transform-style: preserve-3d;
}.test_drive div div span::before {
    opacity: 0.15;
    height: calc(100% + 20px);
    top: -10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(-10px);
    background: rgb(231,204,154);
    position: absolute;
    border-radius: 10px;
    left: -10px;
    width: calc(100% + 20px);
    content: "";
    filter: blur(10px);
}.test_drive .request_form {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    position: relative;
    align-items: center;
    text-decoration: none;
    z-index: 2;
    font-size: 20px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0.9rem 2.5rem;
    font-weight: 700;
    color: rgb(231,204,154);
    overflow: hidden;
    background: #ffffff;
    display: inline-flex;
    justify-content: center;
}.test_drive .request_form::before {
    content: "";
    transition: opacity 0.4s ease;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(217,173,108,0.5) 100%);
    height: 100%;
}.test_drive .request_form::after {
    transform: skewX(-25deg);
    transition: all 0.7s ease;
    left: -100%;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 70%;
}.test_drive .request_form span {
    position: relative;
    transition: all 0.3s ease;
    z-index: 3;
}.test_drive .request_form:hover {
    color: rgb(217,173,108);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.test_drive .request_form:hover::before {
    opacity: 0.1;
}.test_drive .request_form:hover::after {
    transition: all 0.7s ease;
    left: 100%;
}.test_drive .request_form:hover span {
    transform: scale(1.05);
}.test_drive div div span:hover::before {
    transform: translateZ(-5px) scale(1.05);
    opacity: 0.25;
}.test_drive .request_form:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes textFloat {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-5%, 5%);
    }
}

@media (max-width: 992px) {.test_drive {
    padding: 5rem 0;
}.test_drive h6 {
    font-size: calc(16px * 1.1);
    margin-bottom: 2rem;
}.test_drive .request_form {
    padding: 0.8rem 2.2rem;
}
}

@media (max-width: 768px) {.test_drive {
    transform: skewY(-1deg);
    padding: 4rem 0;
}.test_drive .container {
    padding: 0 1.5rem;
    transform: skewY(1deg);
}.test_drive h6 {
    font-size: 16px;
    margin-bottom: 1.8rem;
}.test_drive h6::after {
    width: 50px;
    bottom: -12px;
}
}

@media (max-width: 576px) {.test_drive {
    padding: 3.5rem 0;
    transform: skewY(0);
}.test_drive .container {
    padding: 0 1rem;
    transform: skewY(0);
}.test_drive h6 {
    font-size: calc(17px * 1.2);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.test_drive .request_form {
    font-size: calc(20px * 0.9);
    padding: 0.7rem 1.8rem;
}.test_drive div div span::before {
    width: calc(100% + 10px);
    left: -5px;
    height: calc(100% + 10px);
    top: -5px;
}}.secure_depository {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    padding: 40px;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(244,230,200);
}.secure_depository h1 {
    margin-bottom: 20px;
    font-size: 46px;
    color: rgb(231,204,154);
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(231,204,154,0.5);
}.secure_depository h2 {
    color: rgb(217,173,108);
    margin-top: 30px;
    font-size: 37px;
    margin-bottom: 15px;
    font-weight: 600;
}.secure_depository h3,
.secure_depository h4,
.secure_depository h5,
.secure_depository h6 {
    margin-top: 20px;
    color: rgb(217,173,108,0.5);
    font-weight: 400;
}.secure_depository ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}.secure_depository ul li {
    border-radius: 10px;
    border-left: 4px solid rgb(231,204,154);
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}.secure_depository ol {
    counter-reset: li;
    padding: 0;
    list-style: none;
    margin: 20px 0;
}.secure_depository ol li {
    border-radius: 10px;
    padding: 10px 15px 10px 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    background-color: #ffffff;
    position: relative;
}.secure_depository ol li:before {
    border-radius: 50%;
    left: 10px;
    counter-increment: li;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    display: flex;
    content: counter(li);
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: rgb(231,204,154);
}.secure_depository p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
}.secure_depository span {
    font-weight: 600;
    color: rgb(231,204,154);
}.secure_depository div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_depository {
    padding: 20px;
}.secure_depository h1 {
    font-size: calc(22px * 0.8);
}.secure_depository h2 {
    font-size: calc(22px * 0.8);
}.secure_depository ul li,
    .secure_depository ol li {
    padding: 10px;
}.secure_depository ol li:before {
    font-size: 0.8em;
    height: 20px;
    width: 20px;
}.secure_depository p {
    font-size: calc(14px * 0.9);
}}.course_benefits {
    background: linear-gradient(135deg, rgb(244,230,200) 30%, rgba(rgb(231,204,154,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.course_benefits::before {
    position: absolute;
    content: "";
    z-index: 0;
    left: -50%;
    height: 200%;
    width: 200%;
    transform: rotate(-15deg);
    top: -50%;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(231,204,154,0.5), 0.08) 0%, transparent 50%);
}.course_benefits .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1.5fr;
    margin: 0 auto;
}.course_benefits .photo_frame_wrap {
    filter: brightness(1.05) contrast(1.05);
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    object-fit: cover;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 15px 15px 0 rgba(rgb(231,204,154,0.5), 0.2),
                -10px -10px 0 rgba(rgb(217,173,108,0.5), 0.15);
    height: 100%;
}.course_benefits .photo_frame_wrap:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.course_benefits .academy_team {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}.course_benefits .legend_holder {
    padding: 30px 0;
    opacity: 0;
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: translateX(-20px);
}.course_benefits h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 43px;
    line-height: 1.3;
    transform: translateY(0);
    color: #000000;
    position: relative;
}.course_benefits h1::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(231,204,154), rgba(rgb(231,204,154,0.5), 0.5));
    bottom: -12px;
    width: 80px;
    height: 4px;
    animation: scale-in 0.6s 0.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
}.course_benefits ul {
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    display: grid;
    gap: 20px;
}.course_benefits li {
    opacity: 0;
    border-left: 3px solid rgb(231,204,154);
    box-shadow: 0 6px 15px rgba(rgba(0, 0, 0, 0.5), 0.06);
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    padding: 18px 20px;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    animation-delay: calc(0.1s * var(--i, 0));
    transition: all 0.3s ease;
    animation: fade-up 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.course_benefits li:nth-child(1) {
    --i: 1;
}.course_benefits li:nth-child(2) {
    --i: 2;
}.course_benefits li:nth-child(3) {
    --i: 3;
}.course_benefits li:nth-child(4) {
    --i: 4;
}.course_benefits li:nth-child(5) {
    --i: 5;
}.course_benefits li:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-left-width: 5px;
}.course_benefits li p {
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}.course_benefits svg {
    height: 20px;
    transform: rotate(-5deg);
    flex-shrink: 0;
    width: 20px;
    transition: transform 0.3s ease;
    margin-top: 4px;
}.course_benefits li:hover svg {
    transform: rotate(0deg) scale(1.1);
}.course_benefits svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,204,154);
}.course_benefits li:hover svg path {
    fill: rgb(217,173,108);
}

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

@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media (max-width: 1024px) {.course_benefits {
    padding: 90px 0;
}.course_benefits .container {
    gap: 30px;
    grid-template-columns: 1fr;
}.course_benefits .photo_frame_wrap {
    display: block;
    max-height: 400px;
    margin: 0 auto;
    width: 90%;
}.course_benefits ul {
    grid-template-columns: 1fr;
}.course_benefits h1 {
    font-size: calc(43px * 0.9);
}
}

@media (max-width: 768px) {.course_benefits {
    padding: 70px 0;
}.course_benefits .photo_frame_wrap {
    max-height: 320px;
    box-shadow: 10px 10px 0 rgba(rgb(231,204,154,0.5), 0.2);
}.course_benefits h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 25px;
}.course_benefits li {
    padding: 15px;
}.course_benefits li p {
    font-size: calc(12px * 0.95);
    gap: 8px;
}.course_benefits svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 480px) {.course_benefits {
    padding: 50px 0;
}.course_benefits .photo_frame_wrap {
    max-height: 250px;
}.course_benefits h1 {
    font-size: calc(43px * 0.7);
}.course_benefits h1::after {
    height: 3px;
    width: 60px;
}.course_benefits li {
    padding: 12px;
}.course_benefits li p {
    font-size: calc(12px * 0.9);
}.course_benefits svg {
    height: 16px;
    width: 16px;
}
}