* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

svg {
    width: 30px;
    height: 30px;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    position: relative;
    z-index: 99;
    background: rgb(164,195,190);
    width: 100%;
}

.price-pick-db::before {
    left: 0;
    background: linear-gradient(135deg, rgba(rgb(94,116,112,0.5), 0.05) 0%, rgba(rgb(129,160,156,0.5), 0.08) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    z-index: 0;
}

.price-pick-db .plan-rates-db h2::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(94,116,112), rgb(129,160,156));
    width: 80px;
    left: 0;
    border-radius: 2px;
    content: "";
    position: absolute;
    bottom: -10px;
}

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

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

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

.price-pick-db .study-fees-db:hover .price-choices-db {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(129,160,156,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}

.price-pick-db .study-fees-db:hover .cost-options-db h3 {
    color: rgb(129,160,156);
    transform: translateX(5px);
}

.price-pick-db .skill-plans-db::before {
    background: linear-gradient(90deg, rgb(94,116,112), transparent);
    border-radius: 2px;
    content: "";
    height: 3px;
    top: -10px;
    left: 0;
    position: absolute;
    width: 40px;
}

.price-pick-db .img-panel-db::after {
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transition: opacity 0.4s ease;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.appWrapper-db::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(94,116,112,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(94,116,112,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(129,160,156,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(129,160,156,0.5) 0%, transparent 7%);
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.appWrapper-db .class-track-db:hover {
    transform: translateZ(20px) scale(1.01);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
}

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

.appWrapper-db p {
    margin: 0;
    line-height: 1.7;
    z-index: 1;
    font-size: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #000000;
    position: relative;
}

.appWrapper-db a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.appWrapper-db a:hover::before {
    opacity: 0.15;
}

.appWrapper-db a:hover p {
    color: #000000;
    transform: translateY(-3px);
}

.appWrapper-db a:hover::after {
    transform: scaleX(1);
}

.client-opinions-db::before {
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(129,160,156,0.5) 25%, transparent 25%, transparent 75%, rgb(129,160,156,0.5) 75%),
    linear-gradient(45deg, rgb(129,160,156,0.5) 25%, transparent 25%, transparent 75%, rgb(129,160,156,0.5) 75%);
    content: "";
    background-size: 60px 60px;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-position: 0 0, 30px 30px;
}

.client-opinions-db .student-glow-db {
    transform-style: preserve-3d;
    display: grid;
    perspective: 1000px;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}

.client-opinions-db .user-voices-db:nth-child(2n) {
    transform: rotateY(-10deg) rotateX(-5deg);
}

.client-opinions-db .user-voices-db:nth-child(3n) {
    transform: rotateY(0) rotateX(-7deg);
}

.client-opinions-db .user-voices-db::after {
    transform: translateZ(5px);
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.3s ease;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent rgb(94,116,112,0.5) transparent;
    content: "";
}

.client-opinions-db .user-voices-db img {
    border: 2px solid #ffffff;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    height: 80px;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    width: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    object-fit: cover;
    transform: translateZ(15px);
}

.client-opinions-db .user-voices-db:hover .description {
    transform: translateZ(20px);
}

.client-opinions-db .user-voices-db:hover .description::before {
    width: 30px;
    height: 30px;
    border-color: rgb(129,160,156);
}

.client-opinions-db .user-voices-db:hover .description::after {
    border-color: rgb(94,116,112);
    height: 30px;
    width: 30px;
}

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

.title-welcome-db {
    padding: 3rem 0;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,195,190), rgba(0, 0, 0, 0.5));
    position: relative;
}

.title-welcome-db::before {
    left: 0;
    pointer-events: none;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
    -45deg,
    rgb(129,160,156,0.5) 0%,
    transparent 2px,
    transparent 10px,
    rgb(129,160,156,0.5) 12px
  );
    height: 100%;
    top: 0;
    content: "";
}

.title-welcome-db h3:hover {
    transform: translateZ(30px) rotateX(0deg);
}

.title-welcome-db h3:hover::before {
    width: 100%;
}

.title-welcome-db .learn-track-db {
    height: 500px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform-style: preserve-3d;
    transform: translateZ(10px) rotateY(-2deg);
}

.title-welcome-db .learn-track-db p {
    padding-left: 2rem;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    margin-bottom: 1.5rem;
    font-weight: 400;
    transform: translateX(-10px);
    position: relative;
    max-width: 70%;
    opacity: 0.9;
    color: #ffffff;
    font-size: calc(14px * 1.1);
}

.title-welcome-db .title_style_header::after {
    bottom: -1rem;
    transform: scaleX(0);
    position: absolute;
    animation: scaleIn 0.6s 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    width: 100px;
    height: 4px;
    content: "";
    left: 0;
    background: rgb(94,116,112);
    transform-origin: left;
}

.cookie-notice-db {
    margin-right: 20px;
    flex-shrink: 0;
}

.user-dialog-db {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}

.user-dialog-db p {
    line-height: 1.5;
    margin: 0;
    font-size: 18px;
    color: #ffffff;
}

.user-dialog-db p a {
    text-decoration: underline;
    color: rgb(129,160,156);
}

#cookieWarningPanel-db {
    display: none;
}


.statistical-data-db {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(164,195,190) 0%, rgba(245, 247, 250, 0.9) 100%);
    overflow: hidden;
}

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

.statistical-data-db ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.statistical-data-db .statistics-plus-db::before {
    content: "";
    z-index: 1;
    background: linear-gradient(105deg, transparent 60%, rgba(255, 255, 255, 0.2) 100%);
    inset: 0;
    position: absolute;
}

.statistical-data-db .statistics-plus-db:nth-child(even)::after {
    height: 6px;
    content: "";
    border-top-left-radius: 10px;
    right: 0;
    width: 40%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(94,116,112));
    position: absolute;
}

.statistical-data-db .statistics-plus-db div {
    transition: transform 0.3s ease;
    display: flex;
    z-index: 2;
    align-items: flex-start;
    gap: 0.5rem;
    position: relative;
    flex-direction: column;
}

.statistical-data-db .statistics-plus-db:hover p::after {
    width: 100%;
}

.statistical-data-db .statistics-plus-db:hover span {
    transform: translateY(2px);
    opacity: 1;
}

.statistical-data-db h4::before {
    bottom: 0;
    background: linear-gradient(to right, rgb(129,160,156), rgb(94,116,112));
    transition: width 0.4s ease;
    left: 50%;
    height: 3px;
    position: absolute;
    width: 60px;
    transform: translateX(-50%);
    content: "";
}

.secure-safe-db::after {
    content: "";
    z-index: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, transparent 40%, rgba(rgb(94,116,112,0.5), 0.03) 100%);
    bottom: 0;
    position: absolute;
}

.secure-safe-db h1::before {
    transform-origin: left;
    width: 120px;
    background: linear-gradient(90deg, rgb(129,160,156) 0%, rgb(94,116,112) 100%);
    position: absolute;
    left: 0;
    height: 4px;
    animation: scaleIn 0.8s ease-out forwards;
    bottom: 0;
    content: "";
}

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

.secure-safe-db p {
    max-width: 95%;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
}

.secure-safe-db li::before {
    position: absolute;
    content: "";
    height: 10px;
    top: 0.6rem;
    border: 2px solid rgb(129,160,156);
    border-radius: 10px;
    left: 0;
    width: 10px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.mentorship-experience-db::before {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(129,160,156,0.5) 49.5%, rgb(129,160,156,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(129,160,156,0.5) 49.5%, rgb(129,160,156,0.5) 50.5%, transparent 50.5%);
    background-size: 50px 50px;
    width: 100%;
    opacity: 0.15;
    animation: gridMove 20s linear infinite;
    height: 100%;
}

.mentorship-experience-db .user-voices-db:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}

.mentorship-experience-db .user-voices-db span:not(.name) {
    background: #ffffff;
    position: absolute;
    left: 40px;
    padding: 1rem 1.5rem;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    z-index: 3;
    font-size: 22px;
    transform: translateZ(50px) rotateY(5deg);
    border-radius: 10px;
    color: #000000;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    top: 190px;
}

.mentorship-experience-db .container::after {
    content: "";
    top: 0;
    z-index: -1;
    animation: colorPulse 10s ease-in-out infinite alternate;
    filter: blur(100px);
    background: 
        radial-gradient(circle at 80% 20%, rgb(129,160,156,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(94,116,112,0.5) 0%, transparent 50%);
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.program-assets-db::after {
    height: 200px;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to top, #000000, transparent);
}

.program-assets-db h2 {
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 44px;
    letter-spacing: 2px;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.program-assets-db h2::before {
    left: 50%;
    height: 1px;
    width: 80px;
    bottom: -5px;
    position: absolute;
    opacity: 0.3;
    content: '';
    background: #ffffff;
    transform: translateX(-50%);
}

.program-assets-db .img-panel-db::after {
    bottom: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    right: 0;
    position: absolute;
    z-index: 2;
    content: '';
}

.program-assets-db .text_main_holder > div {
    padding: 25px;
    display: flex;
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.15s);
    align-items: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(94,116,112,0.5);
    backdrop-filter: blur(10px);
    text-align: center;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(50px);
    gap: 20px;
    animation: floatUp 0.6s forwards;
}

.program-assets-db .text_main_holder svg {
    width: 50px;
    border: 1px solid rgb(129,160,156,0.5);
    background: rgba(0, 0, 0, 0.4);
    height: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(129,160,156,0.5);
    border-radius: 50%;
}

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

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

.service-contact-db::before {
    position: absolute;
    z-index: -1;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px);
    content: "";
    inset: 0;
}

.service-contact-db .assist-form-db {
    backdrop-filter: blur(10px);
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 28px;
    overflow: hidden;
}

.service-contact-db .assist-form-db::before {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 2px;
    content: "";
    height: 100%;
    transform: scaleY(0.6);
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(129,160,156), transparent);
}

.service-contact-db .contact-support-db {
    margin-bottom: 1.5rem;
    color: rgb(94,116,112);
    padding-left: 15px;
    font-size: calc(12px * 1.3);
    font-weight: 600;
    position: relative;
}

.service-contact-db .assist-form-db p {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
    font-size: 12px;
    color: #000000;
}

.service-contact-db .assist-form-db p:hover span::after {
    width: 100%;
}

.service-contact-db .request-form-db::before {
    background: linear-gradient(to right, transparent, rgb(94,116,112,0.5));
    height: 1px;
    content: "";
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
}

.service-contact-db .request-form-db h3::before {
    display: inline-block;
    margin-right: 8px;
    width: 18px;
    border-radius: 50%;
    content: "";
    height: 18px;
    background: 
        linear-gradient(45deg, rgb(129,160,156) 0%, rgb(129,160,156) 40%, transparent 40%),
        linear-gradient(-45deg, rgb(94,116,112) 0%, rgb(94,116,112) 40%, transparent 40%);
}

.service-contact-db .edu-tutor-db span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: #ffffff;
}

.service-contact-db .assist-form-db .img-panel-db::before {
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: 2;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    position: absolute;
}

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

.service-contact-db .get-contactinfo-db a:hover {
    transform: translateX(5px);
}

.service-contact-db .get-contactinfo-db a:hover::after {
    opacity: 0.05;
}

.service-contact-db .get-contactinfo-db a:hover p {
    transform: translateX(5px);
}

.service-contact-db svg {
    margin-right: 1rem;
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}



.service-contact-db .container::after {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    left: -100px;
    content: "";
    width: 200px;
    bottom: -100px;
    height: 200px;
    animation: rotate 30s linear infinite;
    background: 
        radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
        repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.03) 0deg, rgba(255, 255, 255, 0) 5deg, rgba(255, 255, 255, 0.03) 10deg);
}

.rating-stars-db .cert-block-db {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    font-size: 17px;
}

.rating-stars-db .nav-start-db {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.rating-stars-db .nav-start-db .nav-core-db {
    display: grid;
    grid-gap: 15px;
}

.rating-stars-db .nav-start-db .nav-core-db a {
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 17px;
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    padding-left: 15px;
}

.fellow-prog-db .contest-info-db {
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.fellow-prog-db .contest-info-db {
    position: relative;
    display: inline-block;
}

.rating-stars-db .company_holder::before {
    content: "";
    left: 0;
    top: 0;
    width: 5px;
    opacity: 0.5;
    height: 100%;
    background: rgb(129,160,156);
    position: absolute;
}

footer::after {
    left: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
    height: 5px;
    z-index: 2;
    background: linear-gradient(to right,
    rgb(129,160,156),
    rgb(94,116,112),
    rgb(129,160,156));
}

.fellow-prog-db .contest-info-db::before {
    height: 1px;
    width: 30px;
    top: 50%;
    content: "";
    left: -40px;
    background: rgb(129,160,156);
    position: absolute;
    opacity: 0.5;
    transform: translateY(-50%);
}

.connect-with-us-db .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}

.connect-with-us-db h2::after {
    background: rgb(129,160,156);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 60px;
    height: 3px;
    bottom: -15px;
    position: absolute;
}

.connect-with-us-db .img-panel-db {
    border-bottom-right-radius: 29px;
    height: 100%;
    grid-column: 2;
    border-top-right-radius: 29px;
    transition: transform 0.6s ease;
    min-height: 500px;
    grid-row: 1;
}

.connect-with-us-db input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(129,160,156);
}

.connect-with-us-db .inquiry-panel-db input[type="checkbox"] {
    appearance: none;
    height: 24px;
    border-radius: 10px;
    margin-top: 2px;
    border: 2px solid rgb(164,195,190);
    flex-shrink: 0;
    width: 24px;
    cursor: pointer;
    position: relative;
}

.connect-with-us-db .inquiry-panel-db a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(129,160,156);
    font-weight: 600;
}

.connect-with-us-db .message-box-db:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(94,116,112);
    transform: translateY(-3px);
}

.connect-with-us-db .message-box-db:hover::before {
    left: 100%;
}

.connect-with-us-db svg path {
    fill: rgb(129,160,156);
}

.program-structure-db {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(164,195,190);
}

.program-structure-db .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
}

.program-structure-db .tech-learn-db {
    flex-direction: column;
    display: flex;
}

.program-structure-db .text-frame-item-db {
    backdrop-filter: blur(5px);
    margin-bottom: 60px;
    border-top: 3px solid rgb(129,160,156);
    background: rgba(255, 255, 255, 0.3);
    padding: 50px;
    position: relative;
    border-radius: 19px;
    z-index: 4;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgb(94,116,112);
}

.program-structure-db .text-frame-item-db h2::after {
    width: 80px;
    height: 3px;
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(129,160,156) 0%, rgb(94,116,112) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.program-structure-db .img-panel-db {
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0;
    height: 100%;
    position: absolute;
    transform: scale(1.05);
}

.program-structure-db .img-panel-db::before {
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
}

.about-this-db {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,195,190) 0%, #ffffff 100%);
}

.about-this-db::after {
    background: rgb(129,160,156,0.5);
    filter: blur(100px);
    opacity: 0.1;
    position: absolute;
    width: 30%;
    content: "";
    height: 30%;
    top: -5%;
    right: -5%;
    z-index: 0;
}

.about-this-db h1 {
    font-weight: 700;
    margin-bottom: 3rem;
    display: inline-block;
    font-size: 39px;
    transform: translateZ(0);
    color: #000000;
    position: relative;
}

.about-this-db .learn-pro-db {
    position: relative;
    padding: 2.5rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    transform: translateZ(0) scale(1);
}

.about-this-db .learn-pro-db div {
    font-family: Arial, sans-serif;
    scrollbar-color: rgb(94,116,112,0.5) transparent;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 1rem;
    font-size: 15px;
    scrollbar-width: thin;
    line-height: 1.75;
    color: #000000;
}

header .top-mentor-db::before {
    top: -10px;
    height: 5px;
    position: absolute;
    filter: blur(5px);
    width: 30%;
    left: 10%;
    background: linear-gradient(90deg, rgb(129,160,156), transparent);
    content: "";
}

header .top-mentor-db .nav-lead-db:hover::before {
    opacity: 0.7;
}

header .top-mentor-db .nav-lead-db .site-main-db {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}

header .top-mentor-db .nav-start-db {
    list-style: none;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
    position: relative;
    display: flex;
}

header .top-mentor-db .nav-start-db .head-expert-db a {
    color: #000000;
    z-index: 1;
    font-weight: 600;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 15px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    border-radius: 10px;
    padding: 8px 15px;
}

header .top-mentor-db .nav-start-db .head-expert-db:hover a::before {
    opacity: 1;
}

header .top-mentor-db .nav-start-db .head-expert-db:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}

header .top-mentor-db .nav-start-db .head-expert-db:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(129,160,156), rgb(94,116,112));
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 1199px) {.price-pick-db {
    padding: 80px 0;
}.price-pick-db .plan-rates-db {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 800px;
}.price-pick-db .plan-rates-db h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}



@media (max-width: 991px) {.appWrapper-db {
    padding: 5rem 0;
}.appWrapper-db .class-track-db {
    gap: 2rem;
    padding: 2.5rem;
}.appWrapper-db h5 {
    font-size: 20px;
}.appWrapper-db p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 575px) {.appWrapper-db {
    padding: 3rem 0;
}.appWrapper-db .class-track-db {
    padding: 1.5rem;
    gap: 1.2rem;
}.appWrapper-db h5 {
    font-size: calc(20px * 0.85);
    padding-bottom: 0.75rem;
}.appWrapper-db p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.appWrapper-db a {
    padding: 1rem;
}.appWrapper-db a:hover {
    transform: translateY(-3px);
}
}



@media (min-width: 768px) {.title-welcome-db {
    padding: 5rem 0;
}.title-welcome-db .main-begin-db > div {
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
    align-items: center;
}.title-welcome-db h3 {
    font-size: calc(20px * 1.1);
    z-index: 3;
    padding: 2rem;
    margin-right: -2rem;
}.title-welcome-db .learn-track-db {
    height: 550px;
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 0% 100%);
}.title-welcome-db .learn-track-db > div {
    padding: 4rem;
}.title-welcome-db .title_style_header {
    max-width: 90%;
    font-size: calc(46px * 1.2);
}
}



@media (max-width: 767px) {.title-welcome-db h3 {
    margin-bottom: 0;
    font-size: calc(20px * 0.9);
    padding: 1.25rem;
}.title-welcome-db .learn-track-db {
    height: 400px;
}.title-welcome-db .learn-track-db > div {
    padding: 2rem;
}.title-welcome-db .learn-track-db p {
    font-size: 14px;
    padding-left: 1.5rem;
    max-width: 100%;
}.title-welcome-db .title_style_header {
    max-width: 100%;
    font-size: calc(46px * 0.9);
}.title-welcome-db .title_style_header::after {
    height: 3px;
    width: 80px;
}}



@media (max-width: 767px) {.statistical-data-db {
    padding: 4rem 0;
}.statistical-data-db ul {
    gap: 1.5rem;
}.statistical-data-db .statistics-plus-db {
    padding: 1.5rem;
    transform: none;
}.statistical-data-db .statistics-plus-db:hover {
    transform: translateY(-5px);
}.statistical-data-db .statistics-plus-db p {
    font-size: calc(30px * 1.1);
}.statistical-data-db h4 {
    font-size: 21px;
    margin-top: 3rem;
}
}



@media (min-width: 992px) {.secure-safe-db {
    padding: 8rem 4rem;
}.secure-safe-db::before {
    width: 40%;
}.secure-safe-db h1 {
    transform: translateX(-25px);
}.secure-safe-db h1::before {
    width: 220px;
}.secure-safe-db p {
    max-width: 75%;
}.secure-safe-db li::before {
    width: 12px;
    height: 12px;
}.secure-safe-db span {
    border-left: 3px solid rgba(rgb(94,116,112,0.5), 0.3);
    padding-left: 2rem;
}
}



@media (max-width: 480px) {.secure-safe-db {
    padding: 3rem 1rem;
}.secure-safe-db h1 {
    font-size: calc(38px * 0.8);
}.secure-safe-db h2 {
    padding-left: 1.25rem;
    font-size: calc(31px * 0.8);
}.secure-safe-db h3 {
    padding-left: 1rem;
    font-size: calc(31px * 0.7);
}.secure-safe-db h4 {
    font-size: calc(31px * 0.6);
    padding-left: 0.75rem;
}.secure-safe-db p, .secure-safe-db span, .secure-safe-db li {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.secure-safe-db li {
    padding-left: 1.5rem;
}.secure-safe-db span {
    padding-left: 0.75rem;
}}



@media (max-width: 992px) {.program-assets-db .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.program-assets-db .img-panel-db {
    margin-bottom: 60px;
    height: 350px;
}
}



@media (max-width: 576px) {.program-assets-db {
    padding: 60px 0 100px;
}.program-assets-db .text_main_holder {
    gap: 25px;
    grid-template-columns: 1fr;
}.program-assets-db .img-panel-db {
    margin-bottom: 40px;
    height: 250px;
}.program-assets-db h2 {
    padding-bottom: 20px;
    font-size: 35px;
}.program-assets-db .text_main_holder svg {
    height: 45px;
    width: 45px;
    padding: 8px;
}}



@media (max-width: 768px) {.service-contact-db {
    padding: 4rem 0;
}.service-contact-db .get-contactform-db {
    gap: 1.5rem;
}.service-contact-db .assist-form-db {
    padding: 2rem;
}.service-contact-db .assist-form-db:nth-child(2) {
    aspect-ratio: 16/9;
}.service-contact-db .get-contactinfo-db {
    grid-template-columns: 1fr;
}.service-contact-db .get-contactinfo-db a {
    grid-column: span 1;
}.service-contact-db .get-contactinfo-db a:last-child {
    grid-column: span 1;
}.service-contact-db .edu-tutor-db {
    gap: 0.6rem;
}.service-contact-db .edu-tutor-db span {
    padding: 0.5rem 0.8rem;
}
}



@media (max-width: 767px) {.rating-stars-db {
    padding: 40px 0 30px;
}.rating-stars-db .res-connect-db {
    grid-template-columns: 1fr;
}.rating-stars-db .company_holder {
    padding: 25px;
}.rating-stars-db .nav-start-db {
    padding: 25px;
}.rating-stars-db .company_holder h3 {
    font-size: calc(31px - 2px);
}.rating-stars-db .nav-start-db h5 {
    font-size: calc(23px - 1px);
}
}



@media (max-width: 576px) {.connect-with-us-db {
    padding: 40px 0;
}.connect-with-us-db .container {
    padding: 0 15px;
}.connect-with-us-db h2::after {
    width: 40px;
}.connect-with-us-db .help-support-db {
    padding: 25px 20px;
}.connect-with-us-db #contact {
    gap: 20px;
}.connect-with-us-db .message-box-db {
    width: 100%;
    padding: 14px 20px;
}.connect-with-us-db .img-panel-db {
    min-height: 200px;
}}



@media (min-width: 768px) {.about-this-db {
    padding: 8rem 0;
}.about-this-db .study-tracks-db ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.about-this-db h1 {
    margin-bottom: 4rem;
    font-size: calc(39px * 1.2);
}.about-this-db .learn-pro-db {
    padding: 3rem;
}.about-this-db .learn-pro-db div {
    max-height: 350px;
}
}



@media (max-width: 767px) {.about-this-db {
    padding: 4rem 0;
}.about-this-db h1 {
    margin-bottom: 2rem;
    font-size: 28px;
}.about-this-db .learn-pro-db {
    padding: 1.5rem;
}.about-this-db .learn-pro-db div {
    font-size: calc(15px * 0.95);
    max-height: 200px;
}}



@media (max-width: 767px) {header .top-mentor-db {
    padding: 15px 10px;
}header .top-mentor-db .nav-lead-db .site-main-db svg {
    height: 40px;
}header .top-mentor-db .nav-start-db {
    padding: 5px;
}header .top-mentor-db .nav-start-db .head-expert-db a {
    font-size: calc(15px - 2px);
    padding: 5px 10px;
}
}



@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}



@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}



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



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



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 70%;
        opacity: 1;
    }
}

