.nav-pagebar-db {
    flex: 1 0 auto;
}

html,body {
    scroll-snap-type: none;
    min-height: 100%;
    height: 100%;
    auto
    scroll-behavior: auto;
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}

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

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

.rating-stars-db::after {
    content: "";
    height: 100%;
    opacity: 0.15;
    left: 0;
    animation: gridAnimate 15s linear infinite;
    z-index: -1;
    background-size: 30px 30px;
    position: absolute;
    background: 
        linear-gradient(rgba(rgb(171,197,176), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(171,197,176), 0.2) 1px, transparent 1px);
    background-position: center;
    top: 0;
    width: 100%;
}

.rating-stars-db .company_holder h3 {
    position: relative;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    font-size: 36px;
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, rgb(171,197,176));
    font-weight: 700;
}

.rating-stars-db .top-expert-db {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(4px);
    position: relative;
}

.rating-stars-db .top-expert-db .main-head-db {
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
}

.rating-stars-db .top-expert-db .main-head-db a {
    border-radius: 10px;
    color: #ffffff;
    padding: 0.4rem 1rem;
    opacity: 0.7;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}

.login-footer-db {
    margin-top: 4rem;
    position: relative;
    grid-row: 2;
    padding: 1.5rem 0;
    grid-column: 1 / 13;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
}

.give-it-a-try-db {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(171,197,176) 0%, rgb(169,152,116) 100%);
    padding: 120px 0;
    isolation: isolate;
    position: relative;
}

.give-it-a-try-db .container {
    align-items: center;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 0 20px;
}

.give-it-a-try-db h2::after {
    width: 80px;
    content: "";
    background: #ffffff;
    transform: translateX(-50%);
    border-radius: 1px;
    height: 3px;
    bottom: -15px;
    position: absolute;
    left: 50%;
}

.give-it-a-try-db .virtual-classes-db:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.give-it-a-try-db svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg);
    width: 50px;
    height: 50px;
}

.give-it-a-try-db .request-info-dbMNE {
    padding: 15px 30px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: color 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    color: rgb(171,197,176);
    border-radius: 10px;
}

.academic-expertise-db {
    isolation: isolate;
    padding: 5rem 2rem;
    position: relative;
    background: rgb(224,226,231);
    overflow: hidden;
}



.academic-expertise-db .edu-testimonials-db {
    position: relative;
    display: grid;
    max-width: 1100px;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}

.academic-expertise-db .hero-photo-db::after {
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
}

.academic-expertise-db .name {
    margin-bottom: 0.7rem;
    color: rgb(171,197,176);
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 31px;
}

.academic-expertise-db .edu-testimonials-db:hover .name::before {
    transform: rotate(45deg) scale(1);
}

.academic-expertise-db .edu-testimonials-db:hover .experience-db > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.academic-expertise-db .exp-list-db {
    font-weight: 400;
    color: #000000;
    transform: translateY(20px);
    position: relative;
    padding-top: 20px;
    opacity: 0;
    line-height: 1.7;
    font-style: italic;
    transition: all 0.5s ease 0.5s;
    font-size: 13px;
}

.thxWrapper-db {
    background: linear-gradient(135deg, rgba(rgb(171,197,176,0.5), 0.05), rgba(rgb(169,152,116,0.5), 0.1));
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.thxWrapper-db .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.thxWrapper-db h2 {
    font-size: 31px;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 600;
    transition: transform 0.5s ease-out;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    transform: perspective(1000px) translateZ(10px);
}

.thxWrapper-db .virtual-classes-db::before {
    content: "";
    height: 5px;
    animation: gradientShift 6s ease infinite;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116), rgb(171,197,176));
}

.thxWrapper-db span {
    color: #000000;
    line-height: 1.7;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 400;
    font-size: 18px;
    transform: translateY(0);
    position: relative;
    font-family: Arial, sans-serif;
}

.thxWrapper-db .virtual-classes-db:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

.training-results-db::before {
    background: radial-gradient(circle at top right, rgb(169,152,116,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    width: 60%;
    position: absolute;
    opacity: 0.4;
    top: 0;
    right: 0;
}

.training-results-db .hero-photo-db {
    position: relative;
    transform: translateY(-15px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    flex: 0 0 45%;
    z-index: 1;
    border-radius: 11px;
    max-width: 500px;
}

.training-results-db .text-details-db {
    background: #ffffff;
    padding: 40px 50px;
    flex: 1;
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.training-results-db ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0;
    list-style: none;
}

.training-results-db li p {
    display: flex;
    font-weight: 400;
    line-height: 1.5;
    font-size: 17px;
    align-items: center;
    gap: 16px;
    margin: 0;
    color: #000000;
}

.training-results-db li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.privacy-container-db h1 {
    color: rgb(171,197,176);
    margin-bottom: 20px;
    grid-column: span 2;
    text-align: center;
    margin-top: 0;
    font-size: 46px;
    border-bottom: 2px solid rgb(169,152,116);
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.privacy-container-db li {
    padding: 10px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: rgb(169,152,116,0.5);
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #000000;
}

.course-suitability-db::before {
    opacity: 0.3;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,197,176,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(169,152,116,0.5) 0, transparent 80px);
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
}

.course-suitability-db p {
    flex-direction: column;
    font-size: 17px;
    position: relative;
    margin: 0;
    color: #000000;
    transition: all 0.5s ease;
    padding: 0;
    text-align: center;
    align-items: center;
    display: flex;
    flex: 0 0 calc(33.333% - 20px);
}

.course-suitability-db p svg path {
    fill: rgb(171,197,176);
    transition: fill 0.3s ease;
}

.course-suitability-db p:hover svg {
    background: #ffffff;
    transform: translateY(-10px);
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}



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



.course-suitability-db .virtual-classes-db > div p {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}

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

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

.contact-form-box-db::before {
    top: 0;
    content: "";
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(171,197,176,0.5),
        rgb(171,197,176,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    opacity: 0.05;
}

.contact-form-box-db .request-help-db {
    grid-template-columns: 1fr 450px;
    display: grid;
    background: transparent;
    position: relative;
    gap: 40px;
    align-items: center;
}

.contact-form-box-db .contact-query-db {
    transition: transform 0.5s ease;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    position: relative;
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg);
}

.contact-form-box-db form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(171,197,176);
}

.contact-form-box-db .reach-inquiry-db {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.contact-form-box-db .reach-inquiry-db label::before {
    left: 0;
    background: rgb(224,226,231);
    height: 22px;
    width: 22px;
    position: absolute;
    top: 2px;
    border-radius: 4px;
    content: "";
    transition: all 0.3s ease;
}

.contact-form-box-db .reach-inquiry-db label a:hover {
    color: rgb(169,152,116);
}

.contact-form-box-db form .request-info-dbMNE::after {
    position: absolute;
    right: 0;
    background: rgb(169,152,116);
    content: "";
    transition: width 0.3s ease;
    height: 100%;
    width: 0;
    z-index: 0;
    top: 0;
}

.contact-form-box-db svg {
    fill: rgb(171,197,176);
    width: 22px;
    height: 22px;
}

.meet-us-db::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
}

.meet-us-db .text-details-db > div:first-child {
    padding-left: 20px;
    transform: translateY(0);
    opacity: 0;
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    position: relative;
}

.meet-us-db h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0;
    color: rgb(169,152,116);
}

.meet-us-db p {
    margin: 0 0 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(17px * 1.5);
}

.meet-us-db ol li {
    line-height: 1.8;
    border-radius: 0 10px 10px 0;
    padding: 30px;
    color: #ffffff;
    list-style-type: none;
    transition: transform 0.5s, box-shadow 0.5s;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    border-left: 4px solid rgb(171,197,176);
}

.info-details-db h1 {
    position: relative;
    font-size: 42px;
    background-clip: text;
    transform: translateY(-5px);
    text-align: center;
    -webkit-background-clip: text;
    letter-spacing: -0.5px;
    color: transparent;
    margin-bottom: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(171,197,176), rgb(169,152,116));
    z-index: 2;
}

.info-details-db .reach-help-db > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
}

.info-details-db h6 {
    text-transform: capitalize;
    margin-bottom: 0.75rem;
    font-size: 16px;
    font-weight: 600;
    color: rgb(171,197,176);
    align-items: center;
    display: flex;
}

.info-details-db .write-form-db {
    gap: 1.2rem;
    flex-direction: column;
    display: flex;
}

.info-details-db .send-feedback-db {
    color: #000000;
    position: relative;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    border-radius: 2px;
    display: flex;
    transition: color 0.25s ease;
    padding: 0.5rem 0.75rem;
    background: linear-gradient(to right, rgba(rgb(171,197,176,0.5), 0.05), transparent);
    font-size: calc(14px - 0.05rem);
}

.info-details-db .send-feedback-db:hover svg path {
    fill: rgb(171,197,176);
}

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

.price-table-db h2::after {
    bottom: -15px;
    width: 80px;
    height: 3px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    background: rgb(169,152,116);
    position: absolute;
}

.price-table-db .discount-grid-db li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.price-table-db .cost-fee-db::before {
    left: 0;
    background: linear-gradient(45deg, rgb(171,197,176,0.5), transparent);
    height: 100%;
    opacity: 0;
    content: "";
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    pointer-events: none;
}

.price-table-db .cost-breakdown-db:hover .cost-fee-db::after {
    transform: scale(1.2);
}

.price-table-db .monthly-plan-db {
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
    height: 100%;
}

.price-table-db .cost-breakdown-db:hover .monthly-plan-db h4::after {
    width: 60px;
}

.price-table-db .monthly-plan-db p {
    margin: 0 0 25px;
    flex-grow: 1;
    word-wrap: break-word;
    font-size: calc(13px - 2px);
    word-break: break-word;
    color: #ffffff;
    overflow-wrap: break-word;
    line-height: 1.5;
    opacity: 0.85;
}

.training-structure-db::before {
    height: 50%;
    width: 30%;
    transform: rotate(-15deg) translateZ(-10px);
    filter: blur(15px);
    right: -10%;
    content: "";
    background: linear-gradient(
        217deg, 
        rgba(rgb(171,197,176,0.5), 0.12), 
        rgba(rgb(169,152,116,0.5), 0.08) 70.71%
    );
    top: -5%;
    position: absolute;
    z-index: 1;
}

.training-structure-db:hover .virtual-classes-db {
    transform: translateZ(10px);
}

.training-structure-db h2::before {
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(171,197,176) 0%, rgb(169,152,116) 100%);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    transform: scaleX(1) translateZ(25px);
    height: 4px;
    bottom: -15px;
    width: 80px;
    content: "";
}

.training-structure-db:hover .text-details-db {
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        20px -20px 40px rgba(rgb(255, 255, 255, 0.5), 0.08);
    transform: translateZ(15px) rotateX(0deg);
}

.training-structure-db:hover p {
    transform: translateZ(5px);
}

.welcome-page-db::before {
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(169,152,116,0.5) 0%, transparent 60%);
    left: 0;
    opacity: 0.4;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 0;
}

.welcome-page-db h1::after {
    border-radius: 10px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    position: absolute;
    width: 50px;
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
}

.welcome-page-db .text-details-db::before {
    content: "";
    bottom: -5px;
    filter: blur(4px);
    opacity: 0.2;
    position: absolute;
    border-radius: calc(27px + 5px);
    right: -5px;
    z-index: -1;
    top: -5px;
    background: linear-gradient(135deg, rgb(169,152,116) 0%, rgb(171,197,176) 100%);
    left: -5px;
}

.welcome-page-db .study-fast-db svg:hover {
    transform: translateY(-5px) scale(1.05);
}

.welcome-page-db .study-fast-db svg path {
    transition: fill 0.3s ease;
}

.welcome-page-db .study-fast-db svg text {
    animation: glow 3s infinite alternate;
}

.welcome-page-db .request-info-dbMNE {
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(94,170,168,0.3);
    background: linear-gradient(135deg, rgb(171,197,176) 0%, rgb(169,152,116) 100%);
    animation: fadeIn 1s ease-out 0.9s both;
    position: relative;
    padding: 15px 30px;
    z-index: 1;
    transform: translateY(0);
    overflow: hidden;
}

.welcome-page-db .hero-photo-db::after {
    content: "";
    z-index: -1;
    top: -5px;
    background: linear-gradient(135deg, rgb(169,152,116) 0%, rgb(171,197,176) 100%);
    border-radius: calc(27px + 5px);
    right: -5px;
    left: -5px;
    opacity: 0.4;
    bottom: -5px;
    filter: blur(4px);
    position: absolute;
}

header .top-mainbar-db:before {
    opacity: 0.7;
    height: 1px;
    width: 200%;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(171,197,176) 25%,
        #ffffff 50%,
        rgb(171,197,176) 75%,
        transparent 100%
    );
    box-shadow: 0 0 15px rgb(171,197,176), 0 0 35px rgb(171,197,176);
    bottom: 0;
    left: -50%;
    position: absolute;
    animation: scanlineGlow 4s linear infinite;
}

header .main-skill-db:after {
    right: -10px;
    height: 20px;
    border-radius: 50%;
    background: rgb(169,152,116);
    position: absolute;
    filter: blur(15px);
    animation: breathe 5s infinite alternate-reverse;
    top: 50%;
    opacity: 0.3;
    width: 20px;
    transform: translateY(-50%);
    content: '';
}

header .header-master-db:before {
    width: 100%;
    top: 0;
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(171,197,176,0.5), 
        transparent
    );
    transform: skewX(-20deg) scale(0.8, 1);
    z-index: -1;
}

header .header-master-db:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}

header .head-tutor-db {
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 5px;
    position: relative;
}

header .head-tutor-db:hover:before {
    opacity: 0.3;
}

header .head-tutor-db:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}

header .head-tutor-db svg {
    width: auto;
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 2px rgb(171,197,176,0.5));
    position: relative;
}

.course-highlights-db::after {
    pointer-events: none;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(169,152,116,0.5) 0%, transparent 50%);
    z-index: 3;
    content: '';
    animation: pulse 15s infinite alternate;
    position: absolute;
    left: 0;
    width: 100%;
}

.course-highlights-db .education-flow-db:hover .education-guide-db {
    animation-play-state: paused;
}

.course-highlights-db .study-path-db::before {
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    content: '';
    z-index: 2;
}

.course-highlights-db .study-path-db:hover img {
    transform: scale(1.15);
}

.course-highlights-db .container {
    padding: 2rem 0;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    z-index: 10;
    align-items: center;
    display: flex;
}

.course-highlights-db .online-class-db::after {
    opacity: 0.8;
    height: 40px;
    right: -20px;
    border-bottom: 2px solid rgb(169,152,116);
    content: '';
    border-right: 2px solid rgb(169,152,116);
    width: 40px;
    position: absolute;
    bottom: -20px;
}

.course-highlights-db .online-class-db h3 {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.course-highlights-db .online-class-db h3 {
    font-size: calc(30px * 0.7);
}

.course-highlights-db .online-class-db .request-info-dbMNE:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.course-highlights-db .online-class-db .request-info-dbMNE:hover::before {
    transition: all 0.4s ease;
    left: 100%;
}



@supports (animation-timeline: scroll()) {.course-highlights-db .education-guide-db {
    animation-range: 0 100vh;
    animation-timeline: scroll();
}}

.get-updates-db .virtual-classes-db {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.get-updates-db .inquiry-grid-db:hover {
    transform: perspective(1000px) rotateY(0);
}

.get-updates-db .input_holder {
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
    display: flex;
    gap: 15px;
}

.get-updates-db input[type="email"]:focus {
    box-shadow: 0 12px 28px rgb(169,152,116,0.5);
    outline: none;
    transform: translateY(-3px);
}

.get-updates-db .mail-group-db::before {
    top: 0;
    transition: all 0.4s ease;
    left: -100%;
    background: linear-gradient(135deg, rgb(169,152,116) 0%, rgb(171,197,176) 100%);
    position: absolute;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
}

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


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



@media screen and (max-width: 768px) {.rating-stars-db {
    padding: 4rem 0 3rem;
}.rating-stars-db .main-head-db {
    grid-template-columns: 1fr;
    gap: 2rem;
}.rating-stars-db .top-expert-db {
    padding: 1.2rem;
}.rating-stars-db .top-expert-db h5 {
    font-size: calc(22px * 0.9);
}.rating-stars-db .company_holder::before,
    .rating-stars-db .company_holder::after {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 991px) {.give-it-a-try-db {
    padding: 90px 0;
}.give-it-a-try-db h2 {
    max-width: 700px;
    font-size: calc(29px * 0.9);
}.give-it-a-try-db .virtual-classes-db {
    padding: 25px 35px;
}
}



@media (max-width: 479px) {.give-it-a-try-db {
    padding: 50px 0;
}.give-it-a-try-db h2 {
    line-height: 1.5;
    font-size: calc(29px * 0.7);
}.give-it-a-try-db h2::after {
    width: 50px;
    bottom: -12px;
}.give-it-a-try-db .virtual-classes-db {
    padding: 25px 20px;
}.give-it-a-try-db svg {
    height: 40px;
    width: 40px;
}.give-it-a-try-db .request-info-dbMNE {
    font-size: calc(18px * 0.9);
    text-align: center;
    padding: 12px 20px;
    width: 100%;
}}



@media (max-width: 767px) {.thxWrapper-db {
    padding: 80px 0;
}.thxWrapper-db .container {
    padding: 0 20px;
}.thxWrapper-db h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.thxWrapper-db .virtual-classes-db {
    padding: 30px 20px;
}.thxWrapper-db li {
    padding: 10px 0 10px 15px;
}.thxWrapper-db li::before {
    height: 6px;
    width: 6px;
}.thxWrapper-db span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 576px) {.training-results-db {
    padding: 50px 0;
}.training-results-db .hero-photo-db {
    width: 100%;
}.training-results-db .hero-photo-db::after {
    display: none;
}.training-results-db .text-details-db {
    padding: 30px 25px;
}.training-results-db h3 {
    margin-bottom: 30px;
    font-size: 24px;
}.training-results-db ul {
    gap: 20px;
}.training-results-db li {
    padding: 12px 15px;
}.training-results-db svg {
    width: 20px;
    height: 20px;
}}



@media (max-width: 768px) {.course-suitability-db {
    padding: 80px 0;
}.course-suitability-db h4 {
    margin-bottom: 50px;
    font-size: calc(42px * 0.8);
}.course-suitability-db h4::after {
    width: 40px;
    bottom: -15px;
}.course-suitability-db div > div {
    gap: 40px 0;
}.course-suitability-db p {
    flex: 0 0 100%;
}.course-suitability-db p:nth-child(odd),
    .course-suitability-db p:nth-child(even) {
    animation: none;
}
}



@media screen and (max-width: 767px) {.contact-form-box-db {
    padding: 60px 0;
}.contact-form-box-db h2 {
    margin-bottom: 40px;
}.contact-form-box-db .hero-photo-db {
    height: 350px;
}
}



@media (min-width: 768px) {.meet-us-db {
    padding: 150px 0;
}.meet-us-db .text-details-db {
    grid-template-columns: 1fr;
    gap: 40px;
}.meet-us-db h5 {
    font-size: calc(24px * 1.2);
}.meet-us-db p {
    font-size: calc(17px * 1.8);
}.meet-us-db ol li {
    padding: 40px;
    font-size: calc(17px * 1.05);
}
}



@media (min-width: 768px) {.info-details-db {
    padding: 6rem 3rem;
}.info-details-db .reach-help-db {
    grid-template-columns: repeat(2, 1fr);
}.info-details-db .reach-help-db > div:first-child {
    grid-column: span 2;
}
}



@media (max-width: 767px) {.info-details-db {
    padding: 4rem 1.5rem;
}.info-details-db h1 {
    margin-bottom: 2rem;
    font-size: calc(42px - 0.25rem);
}.info-details-db .reach-help-db > div {
    padding: 1.5rem;
}.info-details-db .write-form-db {
    gap: 1rem;
}.info-details-db .send-feedback-db {
    font-size: calc(14px - 0.1rem);
}
}



@media (max-width: 767px) {.price-table-db {
    padding: 80px 0;
}.price-table-db .discount-grid-db {
    grid-template-columns: 1fr;
}.price-table-db h2 {
    font-size: calc(38px - 2px);
}.price-table-db .cost-schemes-db {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.price-table-db .monthly-plan-db p {
    overflow-y: auto;
    max-height: 300px;
    font-size: calc(13px - 3px);
    padding-right: 10px;
}.price-table-db .monthly-plan-db p::-webkit-scrollbar {
    width: 3px;
}.price-table-db .monthly-plan-db p::-webkit-scrollbar-thumb {
    background: rgb(169,152,116);
}
}



@media (max-width: 480px) {.training-structure-db {
    padding: 60px 0;
}.training-structure-db .virtual-classes-db {
    padding: 0 15px;
}.training-structure-db h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.training-structure-db h2::before {
    height: 3px;
    width: 50px;
}.training-structure-db .text-details-db {
    border-left-width: 3px;
    padding: 20px 15px;
}.training-structure-db p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}



@media (min-width: 1200px) {.welcome-page-db .virtual-classes-db {
    gap: 80px;
}.welcome-page-db .hero-photo-db {
    height: 550px;
}}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .top-expert-db {
    gap: 20px;
}header .head-tutor-db svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .top-expert-db {
    padding: 85px 30px 30px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    backdrop-filter: blur(15px);
    z-index: 1001;
    width: 85%;
    max-width: 330px;
    gap: 25px;
    right: -100%;
    position: fixed;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    -webkit-backdrop-filter: blur(15px);
}header .top-expert-db:before {
    width: 80%;
    top: 70px;
    left: 10%;
    animation: none;
    opacity: 0.3;
    height: 1px;
}header .top-expert-db:after {
    right: 20px;
    width: 30px;
    top: 20px;
    opacity: 0.6;
    background: transparent;
    border: 1px solid rgb(171,197,176,0.5);
    content: '';
    position: absolute;
    height: 30px;
}header .menu.active {
    right: 0;
}header .header-master-db {
    text-align: left;
    padding: 12px 5px;
    opacity: 0.8;
    width: 100%;
    border-bottom: 1px solid rgb(171,197,176,0.5);
}header .header-master-db:last-child {
    border-bottom: none;
}header .header-master-db:hover {
    transform: translateY(0);
    opacity: 1;
}header .head-tutor-db {
    margin: 0 auto;
}
}

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



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}



@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}



@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(171,197,176), rgb(169,152,116), rgb(171,197,176)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(171,197,176), rgb(169,152,116), rgb(171,197,176)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(171,197,176), rgb(169,152,116), rgb(171,197,176)) 1;
    }
}



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

@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }

