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

header,footer {
    width: 100%;
}

header {
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    top: 0;
    z-index: 1000;
    background: linear-gradient(180deg, 
        rgb(171,197,176) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(171,197,176,0.5);
    width: 100%;
    position: fixed;
}



.rating-stars-db .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
}

.rating-stars-db .company_holder::before {
    top: -20px;
    opacity: 0.7;
    border-left: 2px solid rgb(171,197,176);
    left: -20px;
    content: "";
    border-top: 2px solid rgb(171,197,176);
    width: 60px;
    height: 60px;
    position: absolute;
}

.rating-stars-db .company_holder h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    box-shadow: 0 0 10px rgb(171,197,176);
    background: rgb(171,197,176);
    width: 30%;
    height: 2px;
}

.rating-stars-db .main-head-db {
    display: grid;
    width: 100%;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
}

.rating-stars-db .top-expert-db::before {
    width: 3px;
    background: rgb(171,197,176);
    height: 0;
    top: 0;
    transition: height 0.3s ease;
    position: absolute;
    content: "";
    left: 0;
}

.rating-stars-db .top-expert-db h5 {
    font-weight: 600;
    font-size: 22px;
    padding-left: 1rem;
    color: rgb(169,152,116);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
}

.rating-stars-db .top-expert-db .main-head-db a::before {
    background: linear-gradient(90deg, rgba(rgb(171,197,176,0.5), 0.1), transparent);
    height: 100%;
    left: 0;
    z-index: -1;
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
}

.login-footer-db::before {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(171,197,176), transparent);
    content: "";
    height: 1px;
    width: 60%;
    left: 50%;
}

.give-it-a-try-db::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    width: 100%;
}

.give-it-a-try-db h2 {
    max-width: 800px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    color: #ffffff;
    font-size: 29px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.give-it-a-try-db .virtual-classes-db:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.give-it-a-try-db .virtual-classes-db:hover svg path {
    fill: #ffffff;
}

.give-it-a-try-db .request-info-dbMNE::after {
    width: 0;
    background: rgb(169,152,116);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    transition: width 0.4s ease;
    height: 100%;
    z-index: -2;
}

.give-it-a-try-db .request-info-dbMNE:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.give-it-a-try-db .request-info-dbMNE:hover::after {
    width: 100%;
}

.give-it-a-try-db .virtual-classes-db:hover div {
    transform: translateX(5px);
}

.academic-expertise-db::before {
    right: -5%;
    top: -20%;
    content: "";
    transform: rotate(15deg);
    z-index: -1;
    background: rgb(171,197,176,0.5);
    width: 60%;
    filter: blur(3px);
    position: absolute;
    height: 140%;
}

.academic-expertise-db .hero-photo-db {
    height: 450px;
    z-index: 2;
    position: relative;
    width: 100%;
    grid-row: 1 / 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    transform: translateX(-5%);
    border-radius: 0;
}

.academic-expertise-db .edu-testimonials-db:hover .experience-db {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}

.academic-expertise-db .name::before {
    content: "";
    border-radius: 10px;
    transform: rotate(45deg) scale(0);
    transition: transform 0.4s ease 0.2s;
    z-index: -1;
    background: rgb(169,152,116,0.5);
    position: absolute;
    height: 30px;
    width: 30px;
    top: -10px;
    left: -20px;
}

.academic-expertise-db .edu-testimonials-db:hover .exp-list-db {
    transform: translateY(0);
    opacity: 1;
}



.academic-expertise-db .experience-db::after {
    content: "";
    right: 20px;
    border-radius: 50%;
    z-index: -1;
    background: rgb(171,197,176,0.5);
    bottom: 20px;
    width: 40px;
    animation: float 4s ease-in-out infinite;
    height: 40px;
    position: absolute;
}

.thxWrapper-db::after {
    content: "";
    filter: blur(20px);
    opacity: 0.05;
    right: -150px;
    height: 300px;
    background: rgb(171,197,176);
    animation: floatShape 15s ease-in-out infinite alternate;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    width: 300px;
    top: -150px;
    z-index: 0;
}

.thxWrapper-db:hover h2::after {
    transform: scaleX(1);
}

.thxWrapper-db .virtual-classes-db {
    background: #ffffff;
    position: relative;
    border-radius: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 40px;
}

.thxWrapper-db span::after {
    background: linear-gradient(90deg, transparent, rgba(rgb(171,197,176,0.5), 0.3));
    content: "";
    bottom: -10px;
    height: 1px;
    right: 0;
    opacity: 0;
    transition: all 0.5s ease;
    transform: scaleX(0.5);
    width: 40%;
    transform-origin: right;
    position: absolute;
}

.training-results-db {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(110deg, rgb(224,226,231) 60%, rgb(171,197,176,0.5) 100%);
}

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

.training-results-db .hero-photo-db::after {
    right: -15px;
    bottom: -15px;
    border: 2px solid rgb(171,197,176);
    opacity: 0.3;
    top: 15px;
    content: "";
    left: 15px;
    border-radius: 11px;
    z-index: -1;
    transition: all 0.6s ease;
    position: absolute;
}

.training-results-db h3 {
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 35px;
    font-size: 35px;
    font-weight: 700;
}

.training-results-db li {
    background: linear-gradient(to right, #ffffff, rgb(224,226,231) 120%);
    position: relative;
    transition: all 0.3s ease;
    padding: 15px 20px;
    border-radius: 10px;
}

.training-results-db svg {
    border-radius: 50%;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    align-items: center;
    padding: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
    display: flex;
}

.privacy-container-db h2 {
    margin-top: 0;
    border-left: 4px solid rgb(171,197,176);
    font-size: 38px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 10px;
    color: rgb(169,152,116);
    font-family: Arial, sans-serif;
}

.privacy-container-db div {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    background: rgb(171,197,176,0.5);
    padding: 15px;
    font-family: Arial, sans-serif;
    border-radius: 19px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000000;
}

.course-suitability-db .virtual-classes-db {
    position: relative;
}

.course-suitability-db h4 {
    text-align: center;
    color: #000000;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 80px;
    position: relative;
}

.course-suitability-db div > div {
    margin: 0 auto;
    gap: 40px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    max-width: 900px;
}

.course-suitability-db p:hover::before {
    width: 170%;
    height: 200%;
}

.course-suitability-db p svg {
    margin-bottom: 15px;
    width: 50px;
    border-radius: 50%;
    transition: all 0.4s ease;
    padding: 10px;
    border: 1px solid rgb(171,197,176,0.5);
    height: 50px;
}

.course-suitability-db p span {
    position: relative;
    padding-top: 10px;
}

.course-suitability-db p:hover span::before {
    width: 30px;
}

.course-suitability-db p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}

.course-suitability-db .virtual-classes-db > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.course-suitability-db .virtual-classes-db > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.course-suitability-db::after {
    position: absolute;
    bottom: 0;
    height: 2px;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(171,197,176,0.5), 
        rgb(169,152,116,0.5), 
        transparent);
}

.contact-form-box-db h2 {
    font-weight: 700;
    font-size: 31px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
}

.contact-form-box-db .hero-photo-db {
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    height: 550px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
}

.contact-form-box-db form {
    width: 100%;
}

.contact-form-box-db form input[type="text"] {
    font-size: 14px;
    border: none;
    margin-bottom: 20px;
    background: rgb(224,226,231);
    padding: 16px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}

.contact-form-box-db .reach-inquiry-db label {
    color: #000000;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}

.contact-form-box-db .reach-inquiry-db label a {
    transition: all 0.3s ease;
    color: rgb(171,197,176);
    text-decoration: none;
}

.contact-form-box-db form .request-info-dbMNE {
    font-size: 19px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 16px 35px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    background: rgb(171,197,176);
}

.contact-form-box-db svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,197,176);
}

.meet-us-db::after {
    position: absolute;
    content: "";
    right: -50%;
    transform: rotate(35deg);
    height: 200%;
    background: linear-gradient(45deg, 
        rgb(171,197,176,0.5) 0%,
        transparent 60%);
    width: 100%;
    z-index: 2;
    top: -50%;
    pointer-events: none;
}

.meet-us-db .text-details-db > div:first-child::before {
    top: 50%;
    left: 0;
    background: rgb(169,152,116);
    position: absolute;
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 0;
    animation: growHeight 0.5s ease-out forwards 0.8s;
}

.meet-us-db p b {
    position: relative;
    display: inline-block;
}

.meet-us-db ol {
    opacity: 0;
    transform: translateY(30px);
    counter-reset: item;
    margin: 0;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    padding: 0;
}

.meet-us-db ol li:hover {
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

.info-details-db {
    overflow: hidden;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    background: linear-gradient(145deg, rgb(224,226,231), rgba(245, 245, 255, 0.97));
}

.info-details-db::after {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(to left, rgba(rgb(171,197,176,0.5), 0.03), transparent);
    content: "";
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
    z-index: 1;
}

.info-details-db .reach-help-db {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}

.info-details-db .reach-help-db > div:first-child {
    padding: 2.5rem;
    line-height: 1.7;
    color: #000000;
    border-left-color: rgb(169,152,116);
    font-size: calc(14px + 0.1rem);
}

.info-details-db h6 svg {
    transform: scale(0.9);
    opacity: 0.9;
    margin-left: 8px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.info-details-db span {
    color: #000000;
    font-size: calc(14px - 0.05rem);
    display: block;
    opacity: 0.95;
    margin-left: 1.5rem;
}

.info-details-db .send-feedback-db::before {
    height: 1px;
    bottom: 0;
    position: absolute;
    width: 0;
    background: rgb(171,197,176);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
}

.info-details-db .send-feedback-db:hover svg {
    transform: scale(0.9) translateX(3px);
}

.info-details-db svg path {
    transition: fill 0.3s ease;
}

.price-table-db::before {
    top: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgb(171,197,176,0.5), rgba(0, 0, 0, 0.5) 90%);
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
}

.price-table-db .cost-schemes-db {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    max-width: 700px;
    margin: 30px auto 50px;
}

.price-table-db .discount-grid-db li:hover {
    transform: translateY(-10px);
}

.price-table-db .cost-breakdown-db {
    position: relative;
    height: 100%;
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.price-table-db .cost-breakdown-db:hover .cost-fee-db::before {
    opacity: 0.15;
}

.price-table-db .cost-fee-db::after {
    top: -30px;
    width: 100px;
    right: -30px;
    border-radius: 50%;
    opacity: 0.1;
    content: "";
    z-index: -1;
    height: 100px;
    transition: transform 0.5s ease;
    background: rgb(169,152,116);
    position: absolute;
}

.price-table-db .monthly-plan-db h4::after {
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(169,152,116);
}

.price-table-db .cert-cost-db::before {
    left: 0;
    background: rgb(169,152,116);
    position: absolute;
    content: "";
    height: 1px;
    top: -1px;
    width: 30%;
}

.training-structure-db {
    background: linear-gradient(135deg, rgb(224,226,231) 0%, rgba(rgb(171,197,176,0.5), 0.05) 100%);
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 120px 0;
    position: relative;
}

.training-structure-db .virtual-classes-db {
    z-index: 2;
    max-width: 1200px;
    transform: translateZ(0);
    margin: 0 auto;
    padding: 0 30px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform-style: preserve-3d;
}

.training-structure-db:hover h2::before {
    transform: scaleX(1.5) translateZ(25px);
}

.training-structure-db .text-details-db {
    position: relative;
    padding: 35px 40px;
    border-left: 4px solid rgb(171,197,176);
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        15px -15px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
    transform: translateZ(10px) rotateX(2deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
        to right, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.9)
    );
}

.welcome-page-db::after {
    height: 200px;
    width: 200px;
    background: rgb(171,197,176,0.5);
    right: -50px;
    position: absolute;
    opacity: 0.1;
    bottom: -50px;
    content: "";
    transform: rotate(45deg);
    filter: blur(40px);
}

.welcome-page-db h1 {
    color: rgb(171,197,176);
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: calc(20px * 1.2);
    letter-spacing: 1px;
    margin-bottom: 2rem;
    z-index: 5;
    animation: fadeInDown 0.8s ease-out;
    opacity: 1;
    transform: translateY(0);
}

.welcome-page-db .text-details-db ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.welcome-page-db .text-details-db li {
    margin-bottom: 2rem;
}

.welcome-page-db .text-details-db li:last-child {
    margin-bottom: 0;
    justify-content: center;
    display: flex;
}

.welcome-page-db .study-fast-db svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.3));
    width: 100px;
    height: 100px;
    margin-bottom: 1.5rem;
    animation: fadeInDown 1s ease-out 0.5s both;
    transform: translateY(0);
}

.welcome-page-db .request-info-dbMNE::before {
    opacity: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(169,152,116) 0%, rgb(171,197,176) 100%);
    top: 0;
    content: "";
    width: 100%;
    transform: translateX(-100%);
    height: 100%;
    left: 0;
    transition: all 0.4s ease;
}

.welcome-page-db .hero-photo-db::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.5));
    left: 0;
    z-index: 1;
    top: 0;
}

header:before {
    opacity: 0.1;
    width: 100%;
    content: '';
    pointer-events: none;
    position: absolute;
    background: 
        radial-gradient(circle at 15% 15%, rgb(171,197,176,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(169,152,116,0.5) 0%, transparent 25%);
    height: 100%;
    top: 0;
    left: 0;
}

header .container:before {
    mix-blend-mode: overlay;
    opacity: 0.5;
    pointer-events: none;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
}

header .top-expert-db {
    position: relative;
    align-items: center;
    display: flex;
    gap: 30px;
}

header .header-master-db {
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 0 0 1px #ffffff;
    padding: 8px 2px;
    font-family: Arial, sans-serif;
}

header .header-master-db:after {
    opacity: 0.8;
    filter: blur(0.5px);
    left: 50%;
    height: 2px;
    width: 0;
    bottom: -2px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        rgb(171,197,176),
        #ffffff 50%,
        rgb(171,197,176)
    );
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    content: '';
}

header .head-tutor-db:after {
    transition: all 0.5s ease;
    border-image: linear-gradient(45deg, rgb(171,197,176), rgb(169,152,116), rgb(171,197,176)) 1;
    width: calc(100% + 10px);
    position: absolute;
    opacity: 0;
    top: -5px;
    border: 1px solid transparent;
    left: -5px;
    height: calc(100% + 10px);
    content: '';
}

header .head-tutor-db:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

.course-highlights-db::before {
    content: '';
    left: 0;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(171,197,176,0.5) 100%);
    height: 100%;
    top: 0;
}

.course-highlights-db .education-guide-db {
    display: flex;
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
}



.course-highlights-db .education-guide-db {
    --slide-count: 5;
}

.course-highlights-db .study-path-db::after {
    mix-blend-mode: overlay;
    content: '';
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(171,197,176,0.5),
        rgb(171,197,176,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    top: 0;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    left: 0;
    z-index: 1;
}

.course-highlights-db .online-class-db {
    position: relative;
}

.course-highlights-db .online-class-db::before {
    height: 40px;
    opacity: 0.8;
    border-left: 2px solid rgb(171,197,176);
    top: -20px;
    border-top: 2px solid rgb(171,197,176);
    position: absolute;
    content: '';
    left: -20px;
    width: 40px;
}

.course-highlights-db .online-class-db::before,
    .course-highlights-db .online-class-db::after {
    height: 30px;
    width: 30px;
}

.course-highlights-db .online-class-db p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    opacity: 0.8;
    font-size: 16px;
}

.course-highlights-db .online-class-db .request-info-dbMNE {
    font-size: 17px;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 1rem 2.5rem;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(171,197,176) 0%, rgb(169,152,116) 100%);
}

.get-updates-db::before {
    content: "";
    background: linear-gradient(145deg, rgb(171,197,176,0.5) 0%, rgb(171,197,176) 100%);
    top: -10%;
    width: 60%;
    z-index: 1;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    height: 140%;
    right: -5%;
    position: absolute;
}

.get-updates-db input[type="email"] {
    color: #000000;
    background: #ffffff;
    border: none;
    padding: 18px 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    flex: 1 1 250px;
    border-radius: 10px;
}

.get-updates-db .mail-group-db:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.get-updates-db .mail-group-db:hover::before {
    left: 0;
}



::-webkit-scrollbar {
    width: 10px;
    padding: 2px;
}

::-webkit-scrollbar-button {
    background: rgb(224,226,231);
    border-radius: 2px;
}

::-webkit-scrollbar-track {
    background: radial-gradient(circle at center, #ffffff 27%, rgb(255, 255, 255, 0.5) 6%);
}

::-webkit-scrollbar-thumb {
    border-radius: 11.5rem;
    animation: pulse_scrollbar 4.7s ease-in 2;
    min-height: 30px;
    background: rgb(171,197,176);
    transition: background, box-shadow, transform 2.7s ease-in;
    border: 1px ridge rgb(169,152,116);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
}



@media (max-width: 767px) {.give-it-a-try-db {
    padding: 70px 0;
}.give-it-a-try-db h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.give-it-a-try-db h2::after {
    width: 60px;
}.give-it-a-try-db .virtual-classes-db {
    flex-direction: column;
    gap: 20px;
    padding: 30px;
}.give-it-a-try-db svg {
    width: 45px;
    height: 45px;
}.give-it-a-try-db .request-info-dbMNE {
    padding: 12px 24px;
}
}



@media (min-width: 768px) {.thxWrapper-db {
    padding: 150px 0;
}.thxWrapper-db .container {
    padding: 0 60px;
}.thxWrapper-db h2 {
    max-width: 90%;
    margin-bottom: 50px;
    font-size: calc(31px * 1.1);
}.thxWrapper-db .virtual-classes-db {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.thxWrapper-db .virtual-classes-db:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thxWrapper-db li {
    padding: 10px 0 10px 30px;
}.thxWrapper-db li::before {
    height: 10px;
    width: 10px;
}.thxWrapper-db span {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 992px) {.training-results-db {
    padding: 70px 0;
}.training-results-db .virtual-classes-db {
    gap: 40px;
    flex-direction: column;
}.training-results-db .hero-photo-db {
    width: 85%;
    margin: 0 auto;
    flex: 0 0 100%;
    transform: translateY(0);
}.training-results-db .text-details-db {
    width: 100%;
    padding: 35px 30px;
}
}



@media (max-width: 991px) {.course-suitability-db {
    padding: 100px 0;
}.course-suitability-db h4 {
    font-size: calc(42px * 0.9);
    margin-bottom: 60px;
}.course-suitability-db div > div {
    gap: 30px 20px;
}.course-suitability-db p {
    flex: 0 0 calc(50% - 20px);
}.course-suitability-db p svg {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
}
}



@media screen and (max-width: 1100px) {.contact-form-box-db .request-help-db {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact-form-box-db .hero-photo-db {
    height: 500px;
}.contact-form-box-db .contact-query-db {
    padding: 40px;
}
}



@media screen and (max-width: 991px) {.contact-form-box-db {
    padding: 80px 0;
}.contact-form-box-db .request-help-db {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact-form-box-db .hero-photo-db {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact-form-box-db .contact-query-db {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (min-width: 992px) {.meet-us-db {
    padding: 180px 0;
}.meet-us-db::after {
    top: -30%;
    right: -30%;
}.meet-us-db .text-details-db {
    margin-left: 10%;
    gap: 50px;
    max-width: 80%;
    grid-template-columns: 1fr;
}.meet-us-db ol li {
    padding: 50px;
    line-height: 2;
}
}



@media (min-width: 992px) {.info-details-db {
    padding: 7rem 4rem;
}.info-details-db h1 {
    margin-bottom: 3.5rem;
    font-size: calc(42px + 0.25rem);
}.info-details-db .reach-help-db {
    grid-template-columns: 2fr 1fr 1fr;
}.info-details-db .reach-help-db > div:first-child {
    align-items: center;
    grid-column: 1;
    display: flex;
    grid-row: span 2;
}.info-details-db .write-form-db {
    gap: 1.5rem;
}
}



@media (min-width: 768px) and (max-width: 991px) {.price-table-db .discount-grid-db {
    grid-template-columns: repeat(2, 1fr);
}.price-table-db {
    padding: 100px 0;
}
}



@media (min-width: 768px) {.training-structure-db .text-details-db {
    margin-left: 30px;
    width: calc(100% - 60px);
}.training-structure-db h2 {
    font-size: calc(33px * 1.1);
}
}



@media (max-width: 767px) {.training-structure-db {
    padding: 80px 0;
}.training-structure-db .virtual-classes-db {
    padding: 0 20px;
}.training-structure-db h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}.training-structure-db h2::before {
    width: 60px;
    bottom: -10px;
    height: 3px;
}.training-structure-db .text-details-db {
    border-left-width: 3px;
    padding: 25px 20px;
    transform: translateZ(5px) rotateX(1deg);
}.training-structure-db:hover .text-details-db {
    transform: translateZ(8px) rotateX(0deg);
}.training-structure-db p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}



@media (min-width: 992px) {.welcome-page-db {
    padding: 140px 60px;
}.welcome-page-db h1 {
    font-size: 34px;
}.welcome-page-db .virtual-classes-db {
    gap: 60px;
}.welcome-page-db .text-details-db {
    padding: 4rem;
}.welcome-page-db .study-fast-db svg {
    width: 140px;
    height: 140px;
}.welcome-page-db .study-fast-db p {
    font-size: calc(12px * 1.2);
}.welcome-page-db .hero-photo-db {
    height: 500px;
    transform: perspective(1000px) rotateY(-8deg) translateX(20px);
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head-tutor-db svg {
    height: 35px;
}header .top-expert-db {
    max-width: 100%;
    width: 100%;
}}



@media screen and (max-width: 768px) {.course-highlights-db {
    padding: 6rem 0;
    min-height: auto;
}.course-highlights-db .education-flow-db {
    height: 100%;
    position: fixed;
}.course-highlights-db .virtual-classes-db {
    max-width: 90%;
    padding: 2rem;
}.course-highlights-db .online-class-db h3 {
    font-size: calc(30px * 0.8);
}.course-highlights-db .online-class-db p {
    font-size: calc(16px * 0.9);
}.course-highlights-db .online-class-db .request-info-dbMNE {
    text-align: center;
    width: 100%;
}
}



@media (max-width: 480px) {.get-updates-db {
    padding: 40px 0;
}.get-updates-db h3 {
    font-size: 21px;
}.get-updates-db input[type="email"] {
    padding: 15px 20px;
}.get-updates-db .mail-group-db {
    padding: 15px 20px;
}
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}



@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}



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



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



@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}



@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

