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

.warp-container-db {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.header-master-db {
    flex: 1 0 auto;
}


.get-in-touch-db {
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(0, 0, 0, 0.03) 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}



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

.get-in-touch-db h2 {
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.get-in-touch-db .connect-inquiry-db:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(174,175,204), 0.1);
}

.get-in-touch-db .image-grid-db {
    overflow: hidden;
    position: relative;
    width: 45%;
}

.get-in-touch-db .image-grid-db::after {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
                rgba(rgb(174,175,204), 0.3) 0%, 
                rgba(rgb(135,131,170), 0.3) 100%);
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
}

.get-in-touch-db form h3 {
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 22px;
    display: inline-block;
}

.get-in-touch-db form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(rgb(174,175,204), 0.1);
    border-color: rgb(174,175,204);
    background: #ffffff;
}

.get-in-touch-db .feedback-section-db {
    align-items: flex-start;
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.get-in-touch-db .feedback-section-db label::before {
    top: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 22px;
    content: "";
    width: 22px;
    position: absolute;
    left: 0;
    border: 1px solid rgba(#000000, 0.2);
    background: rgba(#ffffff, 0.8);
}

.get-in-touch-db .feedback-section-db label a::after {
    transform: scaleX(0);
    background: rgb(174,175,204);
    transition: transform 0.3s ease;
    content: "";
    width: 100%;
    transform-origin: left;
    height: 1px;
    bottom: -2px;
    position: absolute;
    left: 0;
}

.get-in-touch-db .connect-widget-db::before {
    transition: opacity 0.3s ease;
    top: 0;
    opacity: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, rgb(135,131,170), rgb(174,175,204));
    left: 0;
    content: "";
    width: 100%;
}

.get-in-touch-db svg path {
    fill: rgb(174,175,204);
    transition: fill 0.3s ease;
}

.ty-block-id-db {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgb(135,131,170,0.5) 100%);
    overflow: hidden;
    position: relative;
}

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

.ty-block-id-db .pro-study-db > div:first-child::before {
    position: absolute;
    content: "";
    width: 0.5rem;
    transform: translateY(-50%);
    height: 50%;
    background: rgb(174,175,204);
    top: 50%;
    left: -2rem;
}

.ty-block-id-db h5 {
    margin: 0;
    font-size: 24px;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    font-weight: 700;
    transform: translateY(0);
    transition: transform 0.4s ease;
    line-height: 1.4;
}

.ty-block-id-db p {
    margin: 0;
    position: relative;
    line-height: 1.8;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000;
}

.ty-block-id-db a:hover p {
    color: rgb(174,175,204);
}

.ty-block-id-db a:focus {
    box-shadow: 0 0 0 3px rgb(174,175,204,0.5);
    outline: none;
}

header .top-main-db {
    align-items: center;
    gap: 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

header .site-start-db::after {
    left: 50%;
    bottom: 0;
    content: '';
    position: absolute;
    transition: width 0.3s ease, opacity 0.3s ease;
    background: #ffffff;
    height: 2px;
    width: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
}

header .nav-learn-db::before {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    border-radius: 26px;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    top: 0;
    content: '';
}

header .main-teach-db:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(174,175,204);
    transform: translateY(-3px);
}

.panelTrackingNotice-db {
    width: 100%;
    padding: 15px 20px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-top: 3px solid rgb(174,175,204);
    background: rgb(135,131,170);
    z-index: 90;
}

.panelTrackingNotice-db p {
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}

.cookie-necessary-db:hover {
    background: rgb(174,175,204,0.5);
    border-color: rgb(174,175,204,0.5);
}

.panelTrackingNotice-db p a:hover {
    color: rgb(135,131,170);
    border-bottom-color: rgb(135,131,170);
}

.privacy-hold-db {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgba(245, 245, 250, 0.97) 100%);
    padding: 5rem 0;
}

.privacy-hold-db h1 {
    letter-spacing: -0.01em;
    position: relative;
    font-size: 45px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 2.5rem;
    font-weight: 700;
    transform: translateX(-5px);
}

.privacy-hold-db h2 {
    margin: 3rem 0 1.5rem;
    font-size: 37px;
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    border-left: 3px solid rgb(174,175,204);
    position: relative;
}

.privacy-hold-db h4 {
    position: relative;
    font-size: calc(37px * 0.75);
    padding-left: 1rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    border-left: 1px solid rgb(135,131,170);
    color: #000000;
}

.privacy-hold-db ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}

.privacy-hold-db li::before {
    width: 6px;
    position: absolute;
    height: 6px;
    background-color: rgb(174,175,204);
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
    top: 0.8rem;
    left: 0;
}

.title-opener-db::before {
    background: rgb(135,131,170,0.5);
    right: 0;
    top: 0;
    position: absolute;
    width: 40%;
    z-index: 1;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 20%;
}

.title-opener-db h1.edu-online-db {
    animation: slideInTitle 0.8s ease-out forwards 0.3s;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    transform: translateX(-20px);
    font-size: 46px;
    font-weight: 700;
    position: relative;
    opacity: 0;
    color: #000000;
}

.title-opener-db .master-expert-db {
    perspective: 1000px;
    margin-top: 2rem;
    position: relative;
    width: 100%;
}

.title-opener-db .who-mentors-db span {
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards 1.2s;
    bottom: 0;
    position: absolute;
    left: 0;
    padding: 2rem;
    width: 100%;
    transform: translateY(10px);
    z-index: 2;
}

.title-opener-db .who-mentors-db h3 {
    font-weight: 600;
    font-size: calc(20px * 0.9);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.5;
}

footer .recycle-info-db::before {
    top: 0;
    content: "";
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(174,175,204,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(135,131,170,0.5) 0%, transparent 20%);
    width: 100%;
    opacity: 0.3;
    left: 0;
    z-index: 0;
    height: 100%;
}

footer .info_item svg {
    transition: transform 0.3s ease;
    margin-right: 12px;
    height: 22px;
    fill: rgb(174,175,204);
    width: 22px;
}

footer .nav-expert-db, footer .nav-learn-db, footer .subscribe_holder {
    padding: 30px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    border-radius: 18px;
    transform-origin: center center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

footer .nav-expert-db {
    z-index: 2;
    transform: translateZ(0) scale(1);
    background-color: #ffffff;
}

footer .nav-expert-db:hover::after, footer .nav-learn-db:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}

footer .nav-learn-db h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

footer .nav-learn-db h5:hover::after {
    width: 100%;
}

footer .main-nav-db a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
}

footer .subscribe_holder h5 {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}

footer .input_holder input[type="email"] {
    padding: 14px 16px;
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: none;
}

footer .career-help-db {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

footer .verify-cta-db {
    font-size: 14px;
    border-radius: 30px;
    padding: 8px 20px;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

header .top_plank .best-knowledge-db div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.our-story-db {
    position: relative;
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}

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

.our-story-db .word-block-db {
    opacity: 0;
    border-left: 4px solid rgb(174,175,204);
    transform: translateY(20px);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    background: linear-gradient(to right, 
        rgba(#000000, 0.6), 
        rgba(#000000, 0.4));
}

.our-story-db p {
    color: #ffffff;
    opacity: 0;
    animation: fadeInRight 0.6s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.6;
    transform: translateX(-10px);
    font-size: calc(12px * 1.2);
    margin: 0 0 25px;
}

.our-story-db li::before {
    left: 0;
    width: 6px;
    top: 12px;
    content: "";
    height: 6px;
    border-radius: 50%;
    background-color: rgb(174,175,204);
    position: absolute;
}

.enroll-instantly-db::after {
    position: absolute;
    animation: rotateRays 30s linear infinite;
    z-index: -1;
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(174,175,204) 0deg,
        rgb(135,131,170) 120deg,
        rgb(174,175,204) 240deg,
        rgb(135,131,170) 360deg
    );
    content: '';
    opacity: 0.1;
}

.enroll-instantly-db .pro-study-db::before {
    position: absolute;
    height: 100%;
    animation: pulseRadial 15s ease-in-out infinite alternate;
    top: 0;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 41px
        );
    z-index: -1;
    left: 0;
    width: 100%;
    content: '';
}

.enroll-instantly-db h3::after {
    position: absolute;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 10%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 90%
    );
    width: 120%;
    left: -10%;
    content: '';
    bottom: -25px;
}

.enroll-instantly-db .connect-experts-db::before {
    transition: opacity 0.4s ease;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(174,175,204),
        rgb(135,131,170)
    );
    content: '';
    z-index: -1;
    top: 0;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
}

.enroll-instantly-db .connect-experts-db:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(255, 255, 255, 0.3);
}

.tariff-container-db::after {
    height: 50%;
    transform: rotate(10deg);
    z-index: 0;
    content: "";
    border-radius: 10px;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(135,131,170,0.5) 30%, rgb(174,175,204,0.5) 70%);
    position: absolute;
    left: -3%;
    width: 35%;
    opacity: 0.08;
}

.tariff-container-db .fee-plan-db h2::after {
    bottom: -0.75rem;
    transform: translateX(-50%);
    width: 70%;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(174,175,204), transparent);
    position: absolute;
    height: 3px;
}

.tariff-container-db .study-packages-db:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.tariff-container-db .study-packages-db:hover::before {
    transform: translateY(0);
}

.tariff-container-db .rate-packages-db {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.tariff-container-db .price-panel-db h3 {
    font-size: calc(18px * 1.1);
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
}

.tariff-container-db .price-panel-db p {
    margin-bottom: 1.5rem;
    word-break: break-word;
    flex-grow: 1;
    font-size: 14px;
    word-wrap: break-word;
    color: #000000;
    line-height: 1.65;
    overflow-wrap: break-word;
}

.tariff-container-db .study-packages-db:nth-child(odd) .price-panel-db::before {
    height: 2.5rem;
    top: 1rem;
    opacity: 0.1;
    border-radius: 50%;
    background: rgb(174,175,204,0.5);
    position: absolute;
    z-index: -1;
    right: 1rem;
    width: 2.5rem;
    content: "";
}

.mentorship-profile-db::after {
    transform-origin: center;
    filter: blur(50px);
    background: rgb(135,131,170,0.5);
    height: 30%;
    animation: floating 18s ease-in-out infinite reverse;
    z-index: 0;
    width: 30%;
    content: "";
    opacity: 0.2;
    bottom: -5%;
    left: -5%;
    position: absolute;
}

.mentorship-profile-db .feedback-panel-db > div:first-child {
    margin: 0 auto;
    position: relative;
    max-width: 280px;
    width: 100%;
}

.mentorship-profile-db .feedback-panel-db .image-grid-db {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    height: 280px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(30px);
    position: relative;
    opacity: 0;
    border-radius: 3px;
}

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

.mentorship-profile-db .feedback-panel-db .name::after {
    bottom: -8px;
    position: absolute;
    width: 40px;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(174,175,204);
    content: "";
    left: 50%;
    border-radius: 1px;
}

.course-program-description-db {
    align-items: stretch;
    position: relative;
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
}

.course-program-description-db::before {
    z-index: 2;
    top: 0;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(214,214,228) 90%);
    height: 100%;
    content: '';
    left: 0;
    width: 100%;
}

.course-program-description-db .program-plan-db img {
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    transition: transform 0.8s ease;
    object-fit: cover;
    width: 100%;
    transform: scale(1.05);
    height: 100%;
}

.course-program-description-db .pro-study-db {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 45%;
    padding-left: 8%;
}

.course-program-description-db .skill-path-db h3 {
    font-size: 41px;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(174,175,204);
    padding-bottom: 15px;
}

.course-program-description-db .skill-path-db .connect-widget-db {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(174,175,204) 0%, rgb(135,131,170) 100%);
    transition: all 0.3s ease;
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}


@media (max-width: 1024px) {.get-in-touch-db {
    padding: 60px 0;
}.get-in-touch-db .container {
    padding: 0 15px;
}.get-in-touch-db h2 {
    margin-bottom: 40px;
}.get-in-touch-db .request-feedback-db {
    padding: 40px 30px;
}
}



@media (prefers-reduced-motion: reduce) {.get-in-touch-db::after,
    .get-in-touch-db .image-grid-db::before {
    animation: none;
}.get-in-touch-db .connect-inquiry-db:hover {
    transform: none;
}}



@media (min-width: 768px) {.ty-block-id-db {
    padding: 6rem 0;
}.ty-block-id-db .pro-study-db {
    gap: 3.5rem;
}.ty-block-id-db .pro-study-db > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.ty-block-id-db h5 {
    padding-left: 1.5rem;
    font-size: calc(24px * 1.2);
}.ty-block-id-db .pro-study-db > div:last-child {
    margin-left: 3rem;
    max-width: 90%;
    padding: 3rem;
}
}



@media (min-width: 1200px) {.ty-block-id-db .pro-study-db > div:last-child {
    max-width: 75%;
    padding: 4.5rem;
    margin-left: 8rem;
}.ty-block-id-db h5 {
    font-size: calc(24px * 1.5);
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top-main-db {
    gap: 1.2rem;
}header .site-start-db svg {
    width: 180px;
}header .nav-learn-db {
    padding: 0.5rem;
    gap: 0.6rem;
}header .main-teach-db {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}
}


@media only screen and (max-width: 1200px) {.panelTrackingNotice-db {
    padding: 15px;
}
}


@media only screen and (max-width: 800px) {.edu-settings-db {
    display: none;
}.accept-cookies-db {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.panelTrackingNotice-db h5, .panelTrackingNotice-db p {
    text-align: center;
}.privacy-notify-db {
    margin-bottom: 15px;
}.cookie-necessary-db {
    margin-top: 10px;
    margin-left: 0;
}}



@media (max-width: 768px) {.privacy-hold-db {
    padding: 3rem 0;
}.privacy-hold-db .container {
    padding: 0 1.5rem;
}.privacy-hold-db h1 {
    margin-bottom: 2rem;
    font-size: calc(45px * 0.85);
}.privacy-hold-db h1::after {
    width: 60px;
}.privacy-hold-db h2 {
    margin: 2.5rem 0 1.25rem;
}.privacy-hold-db h3 {
    margin: 2rem 0 1rem;
}.privacy-hold-db li {
    padding-left: 1.5rem;
}
}



@media (min-width: 992px) {.title-opener-db {
    padding: 8rem 6rem;
}.title-opener-db > div {
    gap: 4rem;
}.title-opener-db h1.edu-online-db {
    font-size: calc(46px * 1.4);
}.title-opener-db .who-mentors-db {
    transition: transform 0.5s ease;
    transform: translateY(0) rotateY(-5deg);
    transform-origin: center;
    min-height: 420px;
}.title-opener-db .who-mentors-db:hover {
    transform: rotateY(0) scale(1.03);
}
}



@media (max-width: 991px) {footer .learn-help-db {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}



@media (max-width: 767px) {footer .recycle-info-db {
    padding: 80px 0 30px;
}footer .learn-help-db {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .nav-expert-db, footer .nav-learn-db, footer .subscribe_holder {
    margin-left: 0;
    padding: 25px 20px;
    margin-right: 0;
}footer .nav-learn-db, footer .subscribe_holder {
    margin-top: -10px;
}footer .career-help-db {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.our-story-db {
    padding: 180px 0;
}.our-story-db .word-block-db {
    transform: perspective(1000px) rotateY(-2deg);
    margin-right: 0;
    max-width: 75%;
    margin-left: auto;
}.our-story-db .word-block-db:hover::after {
    transition: all 0.5s ease;
    opacity: 0.4;
    transform: scale(1.1);
}.our-story-db .word-block-db > div:first-child:hover::after {
    width: 100px;
}
}



@media screen and (max-width: 768px) {.enroll-instantly-db {
    padding: 70px 0;
}.enroll-instantly-db .pro-study-db {
    padding: 40px 25px;
}.enroll-instantly-db h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(29px * 0.8);
}.enroll-instantly-db h3::before {
    width: 50px;
    bottom: -12px;
}.enroll-instantly-db h3::after {
    bottom: -20px;
}.enroll-instantly-db .connect-experts-db {
    font-size: calc(18px * 0.9);
    padding: 12px 35px;
    letter-spacing: 1.5px;
}
}



@media (max-width: 991px) {.tariff-container-db {
    padding: 5rem 0;
}.tariff-container-db .study-packages-db {
    margin-bottom: 1.5rem;
}.tariff-container-db .fee-plan-db {
    padding: 0 1rem;
}
}



@media (max-width: 575px) {.tariff-container-db {
    padding: 3rem 0;
}.tariff-container-db .container {
    padding: 0 1.5rem;
}.tariff-container-db .tuition-grid-db {
    gap: 1.5rem;
}.tariff-container-db .price-panel-db {
    padding: 1.5rem;
}.tariff-container-db .image-grid-db {
    height: 140px;
}
}



@media (min-width: 992px) {.mentorship-profile-db .feedback-panel-db {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.mentorship-profile-db .feedback-panel-db > div:first-child {
    max-width: 320px;
}.mentorship-profile-db .feedback-panel-db .image-grid-db {
    height: 350px;
}.mentorship-profile-db .feedback-panel-db .emp-block-db {
    line-height: 1.8;
    font-size: calc(12px + 0.05rem);
}
}



@media screen and (max-width: 1200px) {.course-program-description-db .knowledge-route-db {
    width: 50%;
}.course-program-description-db .pro-study-db {
    width: 50%;
    padding-left: 5%;
}.course-program-description-db .skill-path-db {
    padding: 2.5rem;
}
}



@media screen and (max-width: 576px) {.course-program-description-db .knowledge-route-db {
    height: 300px;
}.course-program-description-db .container {
    padding: 2rem 1rem;
}.course-program-description-db .skill-path-db {
    padding: 1.5rem;
}.course-program-description-db .skill-path-db h3 {
    font-size: calc(41px * 0.7);
}.course-program-description-db .skill-path-db p {
    margin-bottom: 2rem;
    font-size: calc(17px * 0.9);
}.course-program-description-db .skill-path-db .connect-widget-db {
    text-align: center;
    padding: 1rem;
    width: 100%;
}.course-program-description-db .skill-path-db::before {
    display: none;
}
}



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



@keyframes fadeUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes popIn {
  0% {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
  }
  70% {
    transform: translateY(-10px) rotateX(-2deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}



@keyframes pulseRadial {
    0% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
    50% {
        opacity: 0.5;
        background-size: 90px 90px;
    }
    100% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
}



@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}



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

