﻿.recycle-info-db {
    flex: 0 0 auto;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    z-index: 1000;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(135,131,170,0.5), rgb(174,175,204));
    position: relative;
}

.get-in-touch-db::before {
    z-index: 0;
    left: 0;
    top: 0;
    content: "";
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(174,175,204), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(135,131,170), 0.05) 0%, transparent 30%);
    position: absolute;
    right: 0;
}

.get-in-touch-db h2::after {
    height: 3px;
    position: absolute;
    left: 15%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(174,175,204), transparent);
    bottom: -15px;
    width: 70%;
}

.get-in-touch-db .connect-inquiry-db::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, rgb(174,175,204), rgb(135,131,170));
    content: "";
    left: 0;
}

.get-in-touch-db .image-grid-db::before {
    width: 150%;
    height: 150px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
    top: -100px;
    left: -100px;
    content: "";
    animation: shine 6s infinite;
    position: absolute;
}

.get-in-touch-db form {
    position: relative;
    z-index: 2;
}

.get-in-touch-db form h3::after {
    content: "";
    position: absolute;
    background: rgb(174,175,204);
    bottom: -10px;
    height: 2px;
    width: 40px;
    left: 0;
}

.get-in-touch-db form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.get-in-touch-db form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}

.get-in-touch-db .feedback-section-db input[type="checkbox"] {
    height: 0;
    width: 0;
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.get-in-touch-db .feedback-section-db input[type="checkbox"]:checked + label::before {
    background: rgb(174,175,204);
    border-color: rgb(174,175,204);
}

.get-in-touch-db .feedback-section-db label a {
    transition: all 0.3s ease;
    position: relative;
    color: rgb(174,175,204);
    text-decoration: none;
}

.get-in-touch-db .feedback-section-db label a:hover {
    color: rgb(135,131,170);
}

.get-in-touch-db .connect-widget-db {
    font-size: 14px;
    background: linear-gradient(90deg, rgb(174,175,204), rgb(135,131,170));
    border: none;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 1;
}

.get-in-touch-db form input {
    background: rgb(214,214,228);
}

.ty-block-id-db::before {
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(174,175,204,0.5) 0%, transparent 50%);
    top: 0;
    content: "";
    pointer-events: none;
    width: 100%;
}

.ty-block-id-db .pro-study-db {
    display: flex;
    flex-direction: column;
    transform: translateX(-20px);
    opacity: 0;
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    gap: 2.5rem;
}

.ty-block-id-db .pro-study-db > div:last-child::after {
    bottom: 0;
    width: 100%;
    left: 0;
    height: 4px;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(174,175,204), rgb(135,131,170));
    transform: scaleX(0);
    position: absolute;
    content: "";
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transform-origin: left;
}

.ty-block-id-db a:hover {
    transform: translateY(-5px);
}

header::before {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.1;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
}

header .site-start-db:hover::after {
    opacity: 1;
    width: 80%;
}

header .site-start-db:hover svg {
    transform: translateY(-5px);
}

header .nav-learn-db {
    padding: 0.6rem 1rem;
    justify-content: center;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    gap: 0.8rem;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    border-radius: 26px;
    max-width: 800px;
}

header .main-teach-db::before {
    border-radius: 10px;
    background: #ffffff;
    transform: translateY(100%) scale(0.8);
    width: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0;
    top: 0;
}

.edu-settings-db {
    flex-shrink: 0;
    margin-right: 20px;
}

.privacy-notify-db {
    flex-direction: column;
    max-width: 600px;
    display: flex;
    justify-content: center;
}

.cookie-necessary-db {
    transition: none;
    margin-left: 10px;
    font-size: 15px;
    text-decoration: none;
    flex-shrink: 0;
    border: 2px solid rgb(174,175,204);
    text-align: center;
    padding: 10px 20px;
    min-width: 150px;
    background: rgb(174,175,204);
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
}

.privacy-hold-db .container {
    z-index: 2;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 2rem;
    transform: translateZ(0);
}

.privacy-hold-db h1::after {
    left: 0;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(174,175,204) 0%, rgb(135,131,170) 100%);
    transform-origin: left;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    animation-delay: 0.2s;
    opacity: 0;
    width: 80px;
    content: "";
    position: absolute;
}

.privacy-hold-db p {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    max-width: 90ch;
    position: relative;
    color: #000000;
    line-height: 1.8;
}

.privacy-hold-db li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
}




.privacy-hold-db h2:hover,
.privacy-hold-db h3:hover,
.privacy-hold-db h4:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease-out;
}

.title-opener-db::after {
    height: 25%;
    position: absolute;
    background: rgb(174,175,204,0.5);
    width: 35%;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
}

.title-opener-db h1.edu-online-db::after {
    height: 4px;
    position: absolute;
    width: 80px;
    animation: expandLine 1s ease forwards 1s;
    background: rgb(174,175,204);
    content: "";
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    bottom: -10px;
}

.title-opener-db .who-mentors-db {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
    transform-origin: center bottom;
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: popIn 1s cubic-bezier(0.17, 0.67, 0.4, 1.2) forwards 0.8s;
    min-height: 280px;
}

footer {
    position: relative;
    width: 100%;
}

footer .recycle-info-db {
    position: relative;
    background-color: rgb(214,214,228);
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
}

footer .info_item {
    background-color: rgb(214,214,228);
    align-items: center;
    padding: 15px;
    flex: 1 1 200px;
    border-radius: 10px;
    display: flex;
    transition: all 0.3s ease;
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}

footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 18px;
    color: #000000;
}

footer .nav-expert-db:hover {
    transform: translateZ(30px) scale(1.02);
}

footer .nav-learn-db {
    margin-right: 20px;
    margin-left: 20px;
    color: #ffffff;
    z-index: 1;
    transform: translateZ(-10px) scale(0.98);
    margin-top: -20px;
    background-color: rgb(135,131,170);
}

footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}

footer .nav-expert-db svg {
    width: auto;
    margin-bottom: 20px;
    display: block;
    height: 45px;
}

footer .blog-ref-db {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}

footer .nav-learn-db h5::after {
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(174,175,204), transparent);
    position: absolute;
    width: 40px;
    left: 0;
    bottom: -8px;
}

footer .main-nav-db a::before {
    position: absolute;
    left: 0;
    background-color: rgb(174,175,204);
    height: 1px;
    transition: width 0.3s ease;
    bottom: 0;
    width: 0;
    content: "";
}

footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .news-signup-db {
    color: rgb(174,175,204);
    padding: 14px 20px;
    font-size: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    cursor: pointer;
    background-color: #ffffff;
    text-align: center;
}

header .top_plank .best-knowledge-db div svg, header .top_plank .best-knowledge-db div svg path {
    fill: #ffffff;
}

header .top_plank .best-knowledge-db div img, header .top_plank .best-knowledge-db div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.our-story-db::before {
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
    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%);
}

.our-story-db .word-block-db::before {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(174,175,204,0.5) 0%, 
        transparent 100%);
    opacity: 0.05;
    content: "";
    z-index: -1;
    height: 100%;
}

.our-story-db h5 {
    text-transform: uppercase;
    animation: fadeInRight 0.6s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    font-weight: 700;
    position: relative;
    color: rgb(174,175,204);
    letter-spacing: 2px;
    font-size: 19px;
    transform: translateX(-10px);
    margin: 0 0 10px;
}

.our-story-db li {
    font-size: 12px;
    text-align: justify;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #ffffff;
}

.enroll-instantly-db {
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(120deg, rgb(174,175,204) 0%, rgb(135,131,170) 100%);
    position: relative;
    z-index: 1;
}

.enroll-instantly-db .pro-study-db {
    align-items: center;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    max-width: 1000px;
    position: relative;
    padding: 60px 40px;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
}

.enroll-instantly-db h3 {
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    animation: pulseText 4s ease-in-out infinite alternate;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.enroll-instantly-db .connect-experts-db {
    color: rgb(174,175,204);
    background: #ffffff;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    font-size: 18px;
    padding: 16px 45px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    position: relative;
    text-decoration: none;
    z-index: 1;
    font-family: Arial, sans-serif;
}

.enroll-instantly-db .connect-experts-db:hover::before {
    opacity: 1;
}

.tariff-container-db {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
}

.tariff-container-db .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.tariff-container-db .pricing-list-db {
    display: flex;
    flex-direction: column;
}

.tariff-container-db .fee-plan-db h2 {
    font-size: 37px;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
    display: inline-block;
}

.tariff-container-db .tuition-grid-db {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    order: 2;
    gap: 2rem;
}

.tariff-container-db .study-packages-db::before {
    background: linear-gradient(90deg, rgb(174,175,204), rgb(135,131,170));
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    transform: translateY(-5px);
    height: 5px;
    left: 0;
    transition: transform 0.3s ease;
}

.tariff-container-db .price-panel-db .fee-options-db {
    position: relative;
    font-weight: 700;
    color: rgb(174,175,204);
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.3);
}

.tariff-container-db .image-grid-db {
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 180px;
    position: relative;
}

.tariff-container-db .study-packages-db:hover .image-grid-db {
    transform: scale(1.05);
}

.tariff-container-db .study-packages-db:nth-child(even) .price-panel-db::before {
    background: rgb(135,131,170,0.5);
    opacity: 0.1;
    height: 2.5rem;
    content: "";
    width: 2.5rem;
    left: 1rem;
    bottom: 1rem;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.mentorship-profile-db .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.mentorship-profile-db .feedback-panel-db {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    opacity: 0;
    grid-template-columns: 1fr;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.85);
    padding: 2.5rem;
    transform-style: preserve-3d;
    gap: 2rem;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
}

.mentorship-profile-db .feedback-panel-db .image-grid-db::after {
    content: "";
    position: absolute;
    top: -10%;
    opacity: 0;
    transition: opacity 0.5s ease;
    left: -10%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    z-index: 2;
    height: 120%;
    width: 120%;
}

.mentorship-profile-db .feedback-panel-db > div:nth-child(3) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
    opacity: 0;
}

.mentorship-profile-db .feedback-panel-db .emp-block-db {
    padding-left: 1.5rem;
    color: #000000;
    font-size: 12px;
    border-left: 3px solid rgb(174,175,204,0.5);
    position: relative;
    line-height: 1.7;
    margin: 0;
}

.course-program-description-db .knowledge-route-db {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    width: 55%;
    height: 100%;
}

.course-program-description-db .knowledge-route-db:hover .education-plan-db {
    animation-play-state: paused;
}

.course-program-description-db .program-plan-db::before {
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    top: 0;
    width: 100%;
}

.course-program-description-db .skill-path-db {
    max-width: 550px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(214,214,228) 100%);
    border-radius: 0 28px 28px 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 3.5rem;
    border-left: 5px solid rgb(174,175,204);
}

.course-program-description-db .skill-path-db h3::after {
    background: rgb(135,131,170);
    content: '';
    left: 0;
    width: 80px;
    position: absolute;
    height: 3px;
    bottom: 0;
}

.course-program-description-db .skill-path-db .connect-widget-db:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.course-program-description-db .skill-path-db .connect-widget-db:hover::before {
    opacity: 1;
}


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



@media (max-width: 768px) {.get-in-touch-db {
    padding: 50px 0;
}.get-in-touch-db h2 {
    margin-bottom: 30px;
}.get-in-touch-db .connect-inquiry-db {
    flex-direction: column;
}.get-in-touch-db .image-grid-db {
    height: 250px;
    width: 100%;
}.get-in-touch-db .request-feedback-db {
    width: 100%;
    padding: 30px 25px;
}.get-in-touch-db form h3 {
    margin-bottom: 25px;
}.get-in-touch-db form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.get-in-touch-db .feedback-section-db {
    margin-bottom: 25px;
}.get-in-touch-db .connect-widget-db {
    padding: 12px 15px;
}
}



@media (min-width: 992px) {.ty-block-id-db {
    padding: 8rem 0;
}.ty-block-id-db .container {
    padding: 0 2rem;
}.ty-block-id-db .pro-study-db {
    gap: 4rem;
}.ty-block-id-db .pro-study-db > div:first-child {
    padding-left: 2rem;
}.ty-block-id-db .pro-study-db > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.ty-block-id-db h5 {
    font-size: calc(24px * 1.4);
    padding-left: 2rem;
}.ty-block-id-db .pro-study-db > div:last-child {
    margin-left: 6rem;
    padding: 4rem;
    max-width: 80%;
}.ty-block-id-db p {
    font-size: calc(13px * 1.1);
    line-height: 1.9;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top-main-db {
    gap: 1rem;
}header .site-start-db svg {
    width: 150px;
}header .nav-learn-db {
    gap: 0.4rem;
    padding: 0.4rem;
}header .main-teach-db {
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.8rem;
}
}




@media (max-width: 992px) {.privacy-hold-db {
    padding: 4rem 0;
}.privacy-hold-db h1 {
    font-size: calc(45px * 0.9);
}.privacy-hold-db h2 {
    font-size: calc(37px * 0.9);
}.privacy-hold-db h3 {
    font-size: calc(37px * 0.8);
}.privacy-hold-db h4 {
    font-size: calc(37px * 0.7);
}
}



@media (min-width: 768px) {.title-opener-db {
    padding: 8rem 4rem;
}.title-opener-db > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.title-opener-db h1.edu-online-db {
    margin-bottom: 2rem;
    max-width: 90%;
    font-size: calc(46px * 1.2);
}.title-opener-db p {
    max-width: 80%;
    font-size: calc(14px * 1.3);
}.title-opener-db .who-mentors-db {
    min-height: 360px;
}.title-opener-db .who-mentors-db h3 {
    font-size: 20px;
}
}



@media (max-width: 767px) {.title-opener-db {
    padding: 4rem 1.5rem;
}.title-opener-db > div {
    gap: 2rem;
}.title-opener-db h1.edu-online-db {
    font-size: calc(46px * 0.9);
}.title-opener-db p {
    font-size: 14px;
    max-width: 100%;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .nav-expert-db, footer .nav-learn-db, footer .subscribe_holder {
    flex-direction: column;
    flex: 1;
    display: flex;
    margin-top: 0;
}footer .nav-expert-db {
    margin-right: -20px;
}footer .nav-learn-db {
    margin-left: 0;
    margin-right: -20px;
    z-index: 1;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}



@media (min-width: 768px) {.our-story-db {
    padding: 150px 0;
}.our-story-db .word-block-db {
    margin-left: auto;
    padding: 60px;
    max-width: 85%;
}.our-story-db .word-block-db::after {
    width: 80px;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    content: "";
    top: -40px;
    left: 40px;
    border: 1px solid rgb(174,175,204);
    height: 80px;
}.our-story-db ol {
    column-count: 1;
    column-gap: 40px;
}.our-story-db h5 {
    font-size: calc(19px * 1.2);
}
}



@media screen and (max-width: 992px) {.enroll-instantly-db {
    padding: 90px 0;
}.enroll-instantly-db .pro-study-db {
    padding: 50px 30px;
    max-width: 90%;
}.enroll-instantly-db h3 {
    margin-bottom: 45px;
    font-size: calc(29px * 0.9);
}.enroll-instantly-db h3::before {
    width: 60px;
}.enroll-instantly-db .connect-experts-db {
    font-size: calc(18px * 0.95);
    padding: 14px 40px;
}
}



@media (min-width: 992px) {.tariff-container-db .pricing-list-db {
    flex-direction: row;
}.tariff-container-db .fee-plan-db {
    text-align: left;
    display: flex;
    padding-left: 3rem;
    margin-bottom: 0;
    order: 2;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 30%;
}.tariff-container-db .fee-plan-db h2 {
    margin-bottom: 2rem;
    text-align: left;
}.tariff-container-db .fee-plan-db h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.tariff-container-db .study-pricing-db {
    margin: 0;
    text-align: left;
}.tariff-container-db .tuition-grid-db {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}



@media (min-width: 768px) {.mentorship-profile-db {
    padding: 7rem 0;
}.mentorship-profile-db .feedback-panel-db {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
    padding: 3rem;
    row-gap: 1.5rem;
    column-gap: 3rem;
}.mentorship-profile-db .feedback-panel-db > div:first-child {
    grid-row: 1 / span 2;
}.mentorship-profile-db .feedback-panel-db > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
}.mentorship-profile-db .feedback-panel-db .name::after {
    left: 0;
    transform: none;
}
}



@media screen and (max-width: 768px) {.course-program-description-db .knowledge-route-db {
    height: 350px;
}.course-program-description-db .container {
    padding: 2.5rem 1rem;
}.course-program-description-db .skill-path-db {
    padding: 2rem;
}.course-program-description-db .skill-path-db h3 {
    font-size: calc(41px * 0.8);
}

}

@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}



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



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

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



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



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



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



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
    }
    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
}



@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

