.head-mentor-db {
    flex: 1 0 auto;
}

html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
}

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


.price-pick-db {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(164,195,190);
}

.price-pick-db .discount-deals-db {
    flex-direction: column;
    display: flex;
}

.price-pick-db .plan-rates-db h2 {
    line-height: 1.2;
    font-size: 35px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
}

.price-pick-db .package-price-db {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    margin-top: 20px;
    gap: 30px;
}

.price-pick-db .study-fees-db:nth-child(3) {
    --i: 3;
}

.price-pick-db .price-choices-db {
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    overflow: hidden;
}

.price-pick-db .skill-plans-db {
    color: rgb(94,116,112);
    transition: all 0.3s ease;
    position: relative;
    font-weight: 700;
    margin: 20px 0;
    display: block;
    font-size: calc(21px + 4px);
}

.price-pick-db .cost-options-db p {
    hyphens: auto;
    margin-top: 15px;
    transition: color 0.3s ease;
    word-break: normal;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #000000;
    white-space: normal;
}

.price-pick-db .study-fees-db:hover .img-panel-db::after {
    opacity: 0.3;
}

.appWrapper-db::before {
    animation: rotateGradient 30s infinite linear;
    top: -50%;
    content: "";
    opacity: 0.2;
    background: radial-gradient(circle at center, rgb(129,160,156,0.5) 0%, transparent 70%);
    position: absolute;
    left: -50%;
    height: 200%;
    width: 200%;
}

.appWrapper-db .class-track-db::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    position: absolute;
    height: 100%;
    content: "";
    pointer-events: none;
    left: -100%;
    animation: shimmer 4s infinite;
    width: 100%;
    top: 0;
}

.appWrapper-db .class-track-db > div:first-child {
    transform: translateX(-2rem);
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    opacity: 0;
    position: relative;
}

.appWrapper-db h5::after {
    left: 0;
    width: 0;
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(129,160,156) 0%, rgb(94,116,112) 100%);
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
}

.appWrapper-db a::before {
    inset: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(129,160,156,0.5) 0%, transparent 100%);
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
}

.appWrapper-db a::after {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(90deg, rgb(94,116,112) 0%, rgb(129,160,156) 100%);
    transform-origin: left;
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
    content: "";
    height: 3px;
    width: 100%;
    left: 0;
}

.client-opinions-db .container {
    z-index: 1;
    position: relative;
}

.client-opinions-db h2 {
    display: inline-block;
    background: linear-gradient(180deg, transparent, rgb(129,160,156,0.5));
    color: #000000;
    text-align: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1rem 3rem;
    font-size: 32px;
    margin-bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    transform: perspective(500px) rotateX(5deg);
    font-weight: 700;
}

.client-opinions-db .user-voices-db::before {
    transform: translateZ(-10px);
    top: 0;
    content: "";
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    left: 0;
    opacity: 0.5;
    background: #ffffff;
    height: 100%;
    z-index: -1;
}

.client-opinions-db .user-voices-db:hover {
    transform: rotateY(0) rotateX(0) translateZ(20px) scale(1.05);
    z-index: 10;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 1px 1px 0 rgba(255, 255, 255, 1),
        inset -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.client-opinions-db .user-voices-db p {
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
    transform: translateZ(10px);
    font-size: 17px;
    transition: all 0.3s ease;
    color: #000000;
}

.client-opinions-db .user-voices-db .description::before {
    border-left: 2px solid rgb(129,160,156,0.5);
    content: "";
    top: 0;
    border-top: 2px solid rgb(129,160,156,0.5);
    transition: all 0.3s ease;
    position: absolute;
    width: 20px;
    left: 0;
    height: 20px;
}

.client-opinions-db .user-voices-db:nth-child(3n+1)::before {
    background: linear-gradient(135deg, #ffffff, rgb(164,195,190));
}

.client-opinions-db .class-track-db::before {
    background: rgb(129,160,156,0.5);
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    bottom: -50px;
    opacity: 0.1;
    width: 200px;
    z-index: -1;
    content: "";
    left: -50px;
    height: 200px;
    position: absolute;
}

.title-welcome-db::after {
    background: linear-gradient(145deg, rgb(129,160,156,0.5), transparent);
    top: -50%;
    opacity: 0.1;
    height: 200%;
    width: 70%;
    right: -20%;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
}

.title-welcome-db h3 {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 1.5rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 20px;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    font-weight: 600;
    border-left: 4px solid rgb(129,160,156);
    color: #000000;
    line-height: 1.5;
    transform: translateZ(20px) rotateX(2deg);
}

.title-welcome-db .learn-track-db > div {
    display: flex;
    padding: 3rem;
    position: relative;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    z-index: 2;
}

.title-welcome-db .learn-track-db p::before {
    width: 3px;
    background: rgb(94,116,112);
    top: 0.5rem;
    left: 0;
    height: 0;
    content: "";
    animation: lineGrow 0.6s 0.7s ease forwards;
    position: absolute;
}

.cookie-overlay-window-db {
    width: 100%;
    display: flex;
    position: fixed;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    z-index: 100;
    border-top: 3px solid rgb(129,160,156);
    bottom: 0;
    background: rgb(164,195,190);
    padding: 20px 0;
}

.cookie-notice-db svg {
    height: 50px;
    fill: rgb(129,160,156);
    width: 50px;
}

.user-dialog-db h5 {
    text-transform: uppercase;
    color: rgb(129,160,156);
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 18px;
}

.cookie_button.user-alert-db {
    margin-right: 10px;
}

#cookieWarningPanel-db:checked ~ .cookie-overlay-window-db {
    visibility: hidden;
    opacity: 0;
}

.statistical-data-db::before {
    filter: blur(40px);
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: linear-gradient(to bottom right, rgb(94,116,112,0.5), transparent);
    right: -10%;
    opacity: 0.4;
    content: "";
    transform: rotate(-15deg);
    height: 40vw;
    top: -20%;
    z-index: 0;
    width: 40vw;
}

.statistical-data-db .statistics-plus-db {
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    box-shadow: 
    0 10px 30px -15px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transform-style: preserve-3d;
}

.statistical-data-db .statistics-plus-db p {
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin: 0;
    line-height: 1.2;
    transition: all 0.3s ease;
    color: rgb(129,160,156);
    font-size: calc(30px * 1.2);
}

.statistical-data-db .statistics-plus-db span {
    transition: all 0.3s ease;
    opacity: 0.9;
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
    max-width: 90%;
    font-weight: 400;
}

.statistical-data-db:hover h4 {
    transform: translateY(-5px);
}

.statistical-data-db:hover h4::before {
    width: 120px;
}

.secure-safe-db {
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    color: #000000;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(164,195,190) 0%, rgba(245, 248, 250, 0.95) 100%);
}

.secure-safe-db .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}

.secure-safe-db h2 {
    margin: 3rem 0 1.5rem;
    font-size: 31px;
    position: relative;
    color: #000000;
    font-weight: 600;
    padding-left: 1.5rem;
}

.secure-safe-db h3 {
    padding-left: 1.25rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: calc(31px * 0.85);
    margin: 2.5rem 0 1.25rem;
}

.secure-safe-db h4::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 4px;
    left: 0;
    top: 50%;
    background: rgb(94,116,112);
    opacity: 0.7;
    transform: translateY(-50%);
}

.secure-safe-db li {
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1.7;
    padding-left: 1.75rem;
    position: relative;
}

.secure-safe-db strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}

.mentorship-experience-db {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: rgb(164,195,190);
    min-height: 700px;
}

.mentorship-experience-db .user-voices-db {
    display: flex;
    perspective: 2000px;
    position: relative;
    max-width: 1000px;
    height: 650px;
    flex-direction: column;
    margin: 0 auto;
}

.mentorship-experience-db .user-voices-db:hover .img-panel-db {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}

.mentorship-experience-db .name {
    font-weight: 700;
    transform: translateZ(70px) rotateY(5deg);
    top: 100px;
    font-size: 28px;
    position: absolute;
    color: #ffffff;
    padding: 1.5rem 2rem;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(129,160,156);
    left: 0;
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 4;
    min-width: 300px;
}

.mentorship-experience-db .user-voices-db:hover .work-achievements-db {
    transform: translateZ(40px) translateY(-10px);
}

.mentorship-experience-db .work-achievements-db::before {
    opacity: 0.1;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(94,116,112,0.5) 49.5%, rgb(94,116,112,0.5) 50.5%, transparent 50.5%);
    content: "";
    mix-blend-mode: overlay;
    left: 0;
    width: 100%;
    background-size: 20px 20px;
    top: 0;
}

.program-assets-db::before {
    background-image: linear-gradient(0deg, transparent 24%, rgb(129,160,156,0.5) 25%, rgb(129,160,156,0.5) 26%, transparent 27%, transparent 74%, rgb(129,160,156,0.5) 75%, rgb(129,160,156,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(129,160,156,0.5) 25%, rgb(129,160,156,0.5) 26%, transparent 27%, transparent 74%, rgb(129,160,156,0.5) 75%, rgb(129,160,156,0.5) 76%, transparent 77%, transparent);
    opacity: 0.07;
    position: absolute;
    background-size: 60px 60px;
    width: 100%;
    animation: gridShift 25s linear infinite;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
}

.program-assets-db .img-panel-db::before {
    background: linear-gradient(45deg, rgb(129,160,156,0.5) 0%, transparent 40%);
    content: '';
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.program-assets-db .text_main_holder::before {
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(94,116,112);
    width: 2px;
    opacity: 0.8;
    content: '';
    top: -60px;
    position: absolute;
}

.program-assets-db .text_main_holder > div:nth-child(1) {
    --i: 1;
}

.program-assets-db .text_main_holder > div:nth-child(2) {
    --i: 2;
}

.program-assets-db .text_main_holder > div:nth-child(4) {
    --i: 4;
}

.program-assets-db .text_main_holder > div:nth-child(6) {
    --i: 6;
}

.program-assets-db .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.program-assets-db .text_main_holder > div:hover::before {
    opacity: 1;
}

.program-assets-db .text_main_holder > div:hover svg {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(129,160,156);
    transform: scale(1.1);
}

.program-assets-db .text_main_holder > div:hover svg path {
    fill: rgb(129,160,156);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(129,160,156);
}

header .top_plank .prime-skill-db div span {
    color: #ffffff;
}

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

.service-contact-db {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(120deg, rgb(164,195,190) 0%, rgb(129,160,156,0.5) 40%, rgb(164,195,190) 100%);
    isolation: isolate;
}



.service-contact-db .container {
    padding: 0 2rem;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.service-contact-db .container::before {
    top: -200px;
    filter: blur(100px);
    width: 400px;
    background: rgb(94,116,112,0.5);
    right: -200px;
    content: "";
    opacity: 0.1;
    height: 400px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}

.service-contact-db .assist-form-db:nth-child(2) {
    overflow: hidden;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    position: relative;
    padding: 0;
    aspect-ratio: 16/9;
    border: none;
}

.service-contact-db .assist-form-db:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}

.service-contact-db .assist-form-db h2::after {
    left: 0;
    bottom: -10px;
    position: absolute;
    width: 40px;
    content: "";
    background: rgb(129,160,156);
    transition: width 0.3s ease;
    height: 3px;
}

.service-contact-db .get-help-db {
    position: relative;
    font-size: 12px;
    margin-bottom: 2.5rem;
    color: #000000;
    line-height: 1.8;
    max-width: 90%;
}

.service-contact-db .assist-form-db p span {
    padding-bottom: 2px;
    transition: color 0.3s ease;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-left: 0.5rem;
}

.service-contact-db .request-form-db {
    border-left: 3px solid rgb(94,116,112);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 2.5rem;
    position: relative;
    padding: 1.5rem;
}

.service-contact-db .request-form-db h3 {
    color: rgb(94,116,112);
    font-size: 18px;
    margin-bottom: 1.2rem;
    display: flex;
    font-weight: 600;
    align-items: center;
}

.service-contact-db .edu-tutor-db span::before {
    position: absolute;
    content: "";
    height: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    z-index: -1;
    background: rgb(129,160,156);
    width: 100%;
    top: 0;
}

.service-contact-db .edu-tutor-db span:hover::before {
    opacity: 0.1;
}

.service-contact-db .assist-form-db .img-panel-db::after {
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(129,160,156,0.5) 0%, transparent 100%),
        linear-gradient(45deg, transparent 70%, rgb(94,116,112,0.5) 100%);
    width: 100%;
    mix-blend-mode: overlay;
}

.service-contact-db .get-contactinfo-db a::after {
    transition: opacity 0.3s ease;
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(129,160,156);
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0;
}

.service-contact-db .get-contactinfo-db a span {
    color: rgb(94,116,112);
    font-weight: 600;
    width: 80px;
    display: inline-block;
    margin-right: 2rem;
    font-size: calc(12px * 0.9);
}

.service-contact-db .get-contactinfo-db a:hover svg {
    transform: scale(1.1) rotate(5deg);
}

footer {
    margin-top: 0;
    background-color: #000000;
    position: relative;
}

.rating-stars-db .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
}

.rating-stars-db .company_holder {
    grid-column: span 4;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 30px;
}

.rating-stars-db .company_holder h3::after {
    height: 2px;
    position: absolute;
    background: rgb(129,160,156);
    content: "";
    bottom: -8px;
    width: 100%;
    left: 0;
}

.rating-stars-db .nav-start-db h5 {
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
}

.rating-stars-db .nav-start-db h5,
.rating-stars-db .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rating-stars-db .nav-start-db .nav-core-db a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(129,160,156);
}

.fellow-prog-db {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    margin-top: 40px;
    z-index: 5;
    position: relative;
}

.rating-stars-db .container::before {
    background: 
    linear-gradient(to right, rgb(129,160,156,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(129,160,156,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    z-index: -1;
    opacity: 0.05;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.rating-stars-db .nav-core-db::after {
    left: 0;
    background: rgb(94,116,112,0.5);
    content: "";
    position: absolute;
    opacity: 0.2;
    height: 1px;
    width: 100%;
    bottom: -15px;
}

.connect-with-us-db {
    position: relative;
    background: rgb(164,195,190);
    padding: 70px 0;
    overflow: hidden;
}

.connect-with-us-db::before {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    z-index: 0;
}

.connect-with-us-db .help-support-db {
    grid-row: 1;
    grid-column: 1;
    padding: 50px 40px;
    background: #ffffff;
}

.connect-with-us-db h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(129,160,156);
    margin-bottom: 15px;
}

.connect-with-us-db input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.connect-with-us-db .inquiry-panel-db {
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
}

.connect-with-us-db .inquiry-panel-db input[type="checkbox"]:checked::after {
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    content: "✓";
    color: #ffffff;
}

.connect-with-us-db .message-box-db {
    border-radius: 10px;
    letter-spacing: 1px;
    position: relative;
    border: none;
    font-size: 14px;
    align-self: flex-start;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 15px 35px;
    background: rgb(129,160,156);
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.program-structure-db::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(129,160,156,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(94,116,112,0.5) 0%, transparent 40%);
    height: 100%;
    top: 0;
    content: "";
}



.program-structure-db::before,
.program-structure-db::after,
.program-structure-db .text-frame-item-db::before,
.program-structure-db .container::before,
.program-structure-db .container::after {
    pointer-events: none;
}

.program-structure-db .text-frame-item-db h2 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    display: inline-block;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    padding: 10px 25px;
    position: relative;
    font-size: 38px;
    margin-bottom: 30px;
}

.program-structure-db .text-frame-item-db .description {
    border-left: 2px solid rgb(129,160,156);
    margin-bottom: 25px;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 20px;
    border-radius: 10px;
    color: #000000;
    position: relative;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    font-size: 13px;
    backdrop-filter: blur(3px);
}

.program-structure-db .tech-learn-db::after {
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(129,160,156,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(94,116,112,0.5) 0%, transparent 1%);
    left: 0;
    opacity: 0.3;
    background-size: 30px 30px;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    pointer-events: none;
    height: 100%;
}

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

.about-this-db .study-tracks-db {
    position: relative;
}

.about-this-db .study-tracks-db ul {
    gap: 3rem;
    display: grid;
    margin: 0;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
}

.about-this-db .learn-pro-db::before {
    top: 0;
    content: "";
    width: 4px;
    left: 0;
    transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: linear-gradient(to bottom, rgb(129,160,156), rgb(94,116,112));
    height: 0%;
}

.about-this-db .learn-pro-db h4 {
    position: relative;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 1.5rem;
    color: #000000;
    display: inline-block;
    transition: transform 0.3s ease;
}

.about-this-db .learn-pro-db:nth-child(2) {
    animation: fadeUp 0.8s 0.4s ease-out both;
}

header .top-mentor-db {
    padding: 25px 30px;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
}

header .top-mentor-db::after {
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(94,116,112));
    filter: blur(5px);
    content: "";
    width: 30%;
    right: 10%;
    position: absolute;
    height: 5px;
}

header .top-mentor-db .nav-lead-db:hover .site-main-db {
    transform: scale(1.05);
}

header .top-mentor-db .nav-lead-db .site-main-db svg {
    width: auto;
    height: 45px;
}

header .top-mentor-db .nav-start-db::before {
    border-radius: 10px;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    opacity: 0.1;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    position: absolute;
}

header .top-mentor-db .nav-start-db .head-expert-db a::after {
    width: 150%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    content: "";
    height: 150%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
}



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



@media (min-width: 1200px) {.price-pick-db .discount-deals-db {
    flex-direction: row-reverse;
}.price-pick-db .plan-rates-db {
    margin-bottom: 0;
    padding-left: 50px;
    width: 30%;
}.price-pick-db .package-price-db {
    width: 70%;
}.price-pick-db .plan-rates-db h2 {
    font-size: calc(35px + 4px);
}
}



@media (hover: none) {.price-pick-db .study-fees-db:hover .price-choices-db {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.price-pick-db .study-fees-db:hover .cost-options-db h3 {
    transform: none;
}.price-pick-db .study-fees-db:hover .skill-plans-db {
    transform: none;
}.price-pick-db .study-fees-db:hover .img-panel-db {
    transform: none;
}}



@media (hover: none) {.appWrapper-db .class-track-db:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.appWrapper-db a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.appWrapper-db a:hover p {
    transform: none;
}}



@media (min-width: 992px) {.title-welcome-db {
    padding: 6rem 0;
}.title-welcome-db .main-begin-db > div {
    gap: 3rem;
    grid-template-columns: 1fr 1.8fr;
}.title-welcome-db h3 {
    transform: translateZ(30px) rotateX(3deg) translateX(-20px);
    font-size: calc(20px * 1.2);
}.title-welcome-db .learn-track-db {
    height: 600px;
    transform: translateZ(25px) rotateY(-3deg);
}.title-welcome-db .learn-track-db > div {
    padding: 5rem;
}.title-welcome-db .title_style_header {
    font-size: calc(46px * 1.4);
}.title-welcome-db .title_style_header::after {
    width: 150px;
    height: 5px;
}
}


@media only screen and (max-width: 1200px) {.cookie-tips-db {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie-notice-db {
    margin-right: 0;
    margin-bottom: 20px;
}.data-opt-db {
    margin: 10px 0;
    width: 100%;
    max-width: 250px;
}}



@media (min-width: 992px) {.statistical-data-db {
    padding: 8rem 0;
}.statistical-data-db ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}.statistical-data-db .statistics-plus-db {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.statistical-data-db .statistics-plus-db:hover {
    transform: perspective(1200px) rotateX(2deg) translateY(-10px) translateZ(10px);
}.statistical-data-db h4 {
    margin-top: 5rem;
    font-size: calc(24px * 1.1);
}
}



@media (max-width: 767px) {.secure-safe-db {
    padding: 4rem 1.5rem;
}.secure-safe-db::before {
    width: 50%;
}.secure-safe-db h1 {
    padding-bottom: 1rem;
    font-size: calc(38px * 0.9);
}.secure-safe-db h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(31px * 0.9);
}.secure-safe-db h3 {
    font-size: calc(31px * 0.75);
}.secure-safe-db h4 {
    font-size: calc(31px * 0.65);
}.secure-safe-db p, .secure-safe-db span, .secure-safe-db li {
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 576px) {.mentorship-experience-db {
    padding: 4rem 0;
}.mentorship-experience-db .img-panel-db {
    height: 220px;
    width: 220px;
    margin-bottom: 35px;
}.mentorship-experience-db .name {
    font-size: 22px;
    margin-bottom: 25px;
    padding: 1rem 1.5rem;
    min-width: auto;
    width: 100%;
}.mentorship-experience-db .user-voices-db span:not(.name) {
    margin-bottom: 35px;
    font-size: 16px;
    padding: 0.5rem 1rem;
}.mentorship-experience-db .work-achievements-db {
    font-size: calc(16px * 0.9);
    padding: 2rem 1.5rem;
}}



@media (max-width: 768px) {.program-assets-db {
    padding: 80px 0 120px;
}.program-assets-db h2 {
    margin-bottom: 40px;
    font-size: calc(44px * 0.8);
}.program-assets-db .img-panel-db {
    height: 300px;
    margin-bottom: 50px;
}
}



@media (max-width: 1024px) {.service-contact-db .get-contactform-db {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    gap: 2rem;
}.service-contact-db .assist-form-db:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.service-contact-db .assist-form-db:nth-child(2) {
    aspect-ratio: 21/9;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.service-contact-db .assist-form-db:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}.service-contact-db .get-contactinfo-db {
    grid-template-columns: repeat(2, 1fr);
}.service-contact-db .get-contactinfo-db a {
    grid-column: span 1;
}.service-contact-db .get-contactinfo-db a:last-child {
    grid-column: span 2;
}
}



@media (max-width: 991px) {.rating-stars-db .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.rating-stars-db .company_holder {
    grid-column: span 12;
}.rating-stars-db .res-connect-db {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}



@media (max-width: 575px) {.rating-stars-db {
    padding: 30px 0 20px;
}.rating-stars-db .company_holder,
  .rating-stars-db .nav-start-db {
    padding: 20px;
}.rating-stars-db .company_holder h3 {
    font-size: calc(31px - 4px);
}.fellow-prog-db {
    padding: 20px 0;
}}



@media (max-width: 768px) {.connect-with-us-db {
    padding: 50px 0;
}.connect-with-us-db h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 30px;
}.connect-with-us-db .help-support-db {
    padding: 30px 25px;
}.connect-with-us-db .img-panel-db {
    min-height: 250px;
}
}



@media (max-width: 768px) {.program-structure-db {
    padding: 60px 0;
}.program-structure-db .text-frame-item-db {
    margin-bottom: 30px;
    padding: 30px;
}.program-structure-db .text-frame-item-db h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.9);
}.program-structure-db .img-panel-db {
    height: 50%;
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
}
}



@media (min-width: 992px) {.about-this-db .container {
    padding: 0 3rem;
}.about-this-db .study-tracks-db ul {
    gap: 3rem;
}.about-this-db .learn-pro-db {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.6s ease;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}.about-this-db .learn-pro-db:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px) scale(1.01);
}.about-this-db .learn-pro-db:nth-child(2n):hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px) scale(1.01);
}
}



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



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



@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes slideIn {
  from {
    opacity: 0.4;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}



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

