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

* {
    scrollbar-width: none;
    scrollbar-color: rgb(224,226,231) rgb(171,197,176,0.5);
}

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

.rating-stars-db {
    flex: 0 0 auto;
}


.rating-stars-db {
    color: #ffffff;
    z-index: 1;
    padding: 6rem 0 4rem;
    position: relative;
}

.rating-stars-db::before {
    content: "";
    z-index: -1;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: #000000;
    opacity: 0.85;
}

.rating-stars-db .company_holder {
    position: relative;
    grid-row: 1;
    grid-column: 1 / 5;
}

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

.rating-stars-db .sample-docs-db {
    margin-top: 1.5rem;
    color: #ffffff;
    opacity: 0.8;
    font-size: 18px;
    line-height: 1.6;
}

.rating-stars-db .footer-address-db {
    grid-column: 6 / 13;
    justify-content: flex-end;
    display: flex;
    grid-row: 1;
}

.rating-stars-db .top-expert-db:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.rating-stars-db .top-expert-db:hover::before {
    height: 100%;
}

.rating-stars-db .top-expert-db h5::before {
    width: 5px;
    border-radius: 50%;
    top: 50%;
    height: 5px;
    background: rgb(171,197,176);
    position: absolute;
    box-shadow: 0 0 10px rgb(171,197,176);
    left: 0;
    content: "";
    transform: translateY(-50%);
}

.rating-stars-db .top-expert-db .main-head-db a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
}

.rating-stars-db .top-expert-db .main-head-db a:hover::before {
    transform: translateX(0);
}

.login-footer-db .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.login-footer-db .license-cta-db {
    font-size: 13px;
    text-align: center;
    opacity: 0.7;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.give-it-a-try-db::after {
    border-radius: 50%;
    top: -50%;
    content: "";
    height: 100%;
    right: -50%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    transform: rotate(-15deg);
    z-index: 0;
    background: radial-gradient(ellipse at center, rgb(171,197,176,0.5) 0%, transparent 70%);
}

.give-it-a-try-db .virtual-classes-db {
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 30px 40px;
    border-radius: 10px;
    gap: 25px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    justify-content: center;
    align-items: center;
}

.give-it-a-try-db svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.give-it-a-try-db .request-info-dbMNE::before {
    z-index: -1;
    transition: left 0.7s ease;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

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

.give-it-a-try-db .virtual-classes-db div {
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.academic-expertise-db::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    z-index: -1;
    background: rgb(169,152,116,0.5);
    height: 30%;
    position: absolute;
    animation: morph 15s linear infinite alternate;
    left: -5%;
    bottom: -5%;
    width: 30%;
}

.academic-expertise-db .edu-testimonials-db:hover .hero-photo-db {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}

.academic-expertise-db .experience-db {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    z-index: 1;
    transform: translateX(-15%);
    justify-content: center;
    grid-column: 2 / 3;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #ffffff;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    padding: 3rem 3rem 3rem 5rem;
    grid-row: 1 / 2;
}

.academic-expertise-db .experience-db > div:nth-child(2) {
    color: rgb(169,152,116);
    font-size: 20px;
    transform: translateX(-20px);
    margin-bottom: 2rem;
    opacity: 0.9;
    opacity: 0;
    font-weight: 600;
    transition: all 0.5s ease 0.3s;
}

.academic-expertise-db .exp-list-db::before {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(171,197,176), transparent);
    width: 60px;
    height: 3px;
    left: 0;
}

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

.thxWrapper-db h2::after {
    width: 120px;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
    bottom: -12px;
    transform-origin: left;
    left: 0;
    border-radius: 10px;
    content: "";
    position: absolute;
    transform: scaleX(0.8);
}

.thxWrapper-db ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thxWrapper-db li {
    position: relative;
    padding: 10px 0 10px 20px;
    transition: transform 0.3s ease-out;
}

.thxWrapper-db li::before {
    width: 8px;
    height: 8px;
    position: absolute;
    transform: translateY(-50%);
    top: 24px;
    border-radius: 50%;
    background: rgb(171,197,176);
    box-shadow: 0 0 10px rgba(rgb(171,197,176,0.5), 0.5);
    left: 0;
    content: "";
}

.thxWrapper-db .virtual-classes-db:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.training-results-db .virtual-classes-db {
    align-items: center;
    gap: 50px;
    flex-direction: row-reverse;
    position: relative;
    display: flex;
}

.training-results-db .hero-photo-db:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
}

.training-results-db .hero-photo-db:hover::after {
    left: 10px;
    top: 10px;
    opacity: 0.6;
    bottom: -10px;
    right: -10px;
}

.training-results-db h3::after {
    border-radius: 10px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -12px;
    content: "";
    width: 100%;
    background: linear-gradient(to right, rgb(171,197,176), rgb(169,152,116));
}

.training-results-db li:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, #ffffff, rgb(169,152,116,0.5) 120%);
}

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

.training-results-db li:hover svg path {
    fill: rgb(169,152,116);
}

.privacy-container-db {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    color: #000000;
    height: auto;
    padding: 50px;
    width: 100%;
}

.privacy-container-db h3, .privacy-container-db h4, .privacy-container-db h5 {
    color: #000000;
    font-size: 21px;
}

.privacy-container-db ul {
    padding-left: 20px;
    margin: 0;
    list-style-type: square;
}

.privacy-container-db p, .privacy-container-db span {
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
}

.course-suitability-db {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}

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

.course-suitability-db h4::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 50px;
    transform: translateX(-50%);
    height: 2px;
    content: "";
    background: rgb(171,197,176);
}

.course-suitability-db p::before {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 50%;
    background: rgb(224,226,231);
    content: "";
    height: 0;
    z-index: -1;
    width: 0;
}

.course-suitability-db p:hover svg path {
    fill: rgb(169,152,116);
}

.course-suitability-db p span::before {
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(171,197,176);
    position: absolute;
    content: "";
    height: 1px;
    transition: width 0.3s ease;
    top: 0;
}

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

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

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

.contact-form-box-db .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.contact-form-box-db h2::before {
    left: 50%;
    position: absolute;
    border-radius: 2px;
    width: 60px;
    background: rgb(171,197,176);
    content: "";
    transform: translateX(-50%);
    height: 4px;
    bottom: -15px;
}

.contact-form-box-db .hero-photo-db:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-form-box-db .contact-query-db:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-form-box-db form h3 {
    font-size: 24px;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
}

.contact-form-box-db form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact-form-box-db .reach-inquiry-db input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-form-box-db .reach-inquiry-db input[type="checkbox"]:checked + label::before {
    background: rgb(171,197,176);
}

.contact-form-box-db .reach-inquiry-db input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    top: 6px;
    width: 6px;
    height: 10px;
    position: absolute;
    border-right: 2px solid #ffffff;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    content: "";
}

.contact-form-box-db form .request-info-dbMNE:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.contact-form-box-db form .request-info-dbMNE span {
    position: relative;
    z-index: 1;
}

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

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

.meet-us-db .text-details-db {
    gap: 25px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(0);
}

.meet-us-db .text-details-db > div:nth-child(2) {
    position: relative;
    transform: translateY(20px);
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    margin-top: -5px;
    opacity: 0;
}

.meet-us-db p b::after {
    left: 0;
    position: absolute;
    height: 2px;
    width: 0;
    animation: expandWidth 0.8s ease-out forwards 0.9s;
    content: "";
    background: rgb(169,152,116);
    bottom: -6px;
}

.meet-us-db ol li::before {
    height: 100%;
    opacity: 0.2;
    position: absolute;
    content: "";
    pointer-events: none;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(171,197,176,0.5) 0%,
        transparent 20%);
    left: 0;
    width: 100%;
}

.info-details-db::before {
    z-index: 0;
    content: "";
    height: 120%;
    top: -10%;
    left: -5%;
    transform: rotate(-3deg);
    width: 120%;
    background: radial-gradient(circle at 30% 20%, rgba(rgb(171,197,176,0.5), 0.08), transparent 60%),
                radial-gradient(circle at 70% 60%, rgba(rgb(169,152,116,0.5), 0.06), transparent 55%);
    position: absolute;
}

.info-details-db .container {
    max-width: 1140px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.info-details-db .reach-help-db > div {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.02);
    border-radius: 3px;
    background: rgba(#ffffff, 0.7);
    transform: translateY(0);
    position: relative;
    border-left: 3px solid rgb(171,197,176);
    backdrop-filter: blur(10px);
    padding: 1.8rem 2rem;
}

.info-details-db .write-form-db > div {
    position: relative;
}

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

.info-details-db .send-feedback-db:hover::before {
    width: 100%;
}

.info-details-db .send-feedback-db svg {
    margin-left: 8px;
    transform: scale(0.85);
    transition: transform 0.3s ease;
}

.info-details-db svg {
    z-index: 2;
    position: relative;
}

.price-table-db {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.price-table-db .cost-matrix-db {
    position: relative;
}

.price-table-db h2 {
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    position: relative;
}

.price-table-db .discount-grid-db {
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.price-table-db .cost-fee-db {
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 3px solid rgb(169,152,116);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    height: 100%;
    padding: 40px 30px;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border-radius: 10px;
}

.price-table-db .monthly-plan-db h4 {
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding-bottom: 12px;
    margin: 0 0 20px;
}

.price-table-db .cert-cost-db {
    position: relative;
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-weight: 700;
    font-size: calc(19px + 4px);
    color: #ffffff;
    padding: 15px 0 0;
    display: block;
}

.training-structure-db::after {
    height: 60%;
    position: absolute;
    filter: blur(20px);
    z-index: 1;
    background: linear-gradient(
        127deg, 
        rgba(rgb(169,152,116,0.5), 0.1), 
        rgba(rgb(171,197,176,0.5), 0.15) 70.71%
    );
    width: 35%;
    content: "";
    bottom: -5%;
    left: -10%;
    transform: rotate(15deg) translateZ(-5px);
}

.training-structure-db h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    font-size: 33px;
    transition: transform 0.5s ease;
    transform: translateZ(20px);
    line-height: 1.2;
}

.training-structure-db .text-details-db::before {
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.1), 
        rgba(rgb(255, 255, 255, 0.5), 0)
    );
    position: absolute;
}

.training-structure-db p {
    transition: transform 0.4s ease;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
}

.welcome-page-db {
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,226,231) 0%, #ffffff 100%);
    justify-content: center;
    padding: 100px 20px;
    position: relative;
}

.welcome-page-db .virtual-classes-db {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column-reverse;
    max-width: 1200px;
    margin-top: 2rem;
    z-index: 2;
}

.welcome-page-db .text-details-db {
    padding: 2rem;
    animation: fadeInUp 1s ease-out 0.3s both;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: translateY(0);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    z-index: 3;
    position: relative;
    border-radius: 27px;
    flex: 1;
}

.welcome-page-db .study-fast-db {
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
}

.welcome-page-db .study-fast-db svg:hover path {
    fill: rgb(171,197,176);
}

.welcome-page-db .study-fast-db p {
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    max-width: 600px;
    margin-bottom: 0;
    color: #000000;
    animation: fadeIn 1s ease-out 0.7s both;
}

.welcome-page-db .request-info-dbMNE:hover {
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
    transform: translateY(-5px);
}

.welcome-page-db .request-info-dbMNE:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.welcome-page-db .hero-photo-db {
    margin-bottom: 2rem;
    height: 300px;
    width: 100%;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-radius: 27px;
    animation: fadeInDown 1s ease-out both;
    overflow: hidden;
}

header:after {
    width: 100%;
    opacity: 0.02;
    content: '';
    pointer-events: none;
    height: 100%;
    position: absolute;
    left: 0;
    mix-blend-mode: overlay;
    top: 0;
}

header .top-mainbar-db {
    position: relative;
    overflow: hidden;
}

header .container {
    margin: 0 auto;
    position: relative;
    padding: 18px 25px;
    max-width: 1200px;
}

header .main-skill-db {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

header .main-skill-db:before {
    border-radius: 50%;
    animation: breathe 5s infinite alternate;
    content: '';
    opacity: 0.3;
    width: 20px;
    transform: translateY(-50%);
    left: -10px;
    filter: blur(15px);
    top: 50%;
    height: 20px;
    position: absolute;
    background: rgb(171,197,176);
}

header .top-expert-db:before {
    animation: menuGlow 10s infinite ease-in-out;
    left: -5%;
    width: 110%;
    height: 110%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(171,197,176,0.5), 
        transparent
    );
    top: -5%;
    content: '';
    filter: blur(5px);
    position: absolute;
    transform: translateX(-100%);
    opacity: 0.15;
}

header .header-master-db:hover {
    color: #ffffff;
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(171,197,176);
}

header .header-master-db:hover:after {
    box-shadow: 
        0 0 5px rgb(171,197,176),
        0 0 10px rgb(171,197,176);
    width: 100%;
}

header .head-tutor-db:before {
    position: absolute;
    background: radial-gradient(circle, 
        rgb(171,197,176,0.5) 0%, 
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    transform: translate(-50%, -50%);
    width: 150%;
    left: 50%;
    height: 150%;
    content: '';
    top: 50%;
}

header .head-tutor-db:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(171,197,176));
}

.course-highlights-db {
    display: flex;
    min-height: 100vh;
    background-color: rgb(224,226,231);
    overflow: hidden;
    flex-direction: column;
    z-index: 1;
    justify-content: center;
    position: relative;
}

.course-highlights-db {
    padding: 4rem 0;
}

.course-highlights-db .education-flow-db {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.course-highlights-db .study-path-db {
    overflow: hidden;
    position: relative;
    width: calc(100% / var(--slide-count, 5));
    transition: transform 0.5s ease;
    height: 100%;
}

.course-highlights-db .study-path-db img {
    height: 100%;
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    transition: transform 8s ease;
    object-fit: cover;
    transform: scale(1.05);
}

.course-highlights-db .virtual-classes-db {
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    border-radius: 17px;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    animation: float 6s ease-in-out infinite;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
}

.course-highlights-db .virtual-classes-db {
    padding: 1.5rem;
}

.course-highlights-db .online-class-db h3::after {
    background: linear-gradient(90deg, rgb(171,197,176) 0%, transparent 100%);
    height: 3px;
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 60%;
}

.course-highlights-db .online-class-db .request-info-dbMNE::before {
    left: -100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.4s ease;
    height: 100%;
    content: '';
}

.get-updates-db {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(224,226,231) 0%, rgb(169,152,116,0.5) 100%);
    padding: 80px 0;
}

.get-updates-db .inquiry-grid-db {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    margin-left: 5%;
    max-width: 650px;
}

.get-updates-db h3 {
    font-weight: 700;
    padding-left: 15px;
    border-left: 5px solid rgb(171,197,176);
    color: #000000;
    transform: translateX(-15px);
    margin-bottom: 30px;
    font-size: 30px;
}

.get-updates-db .mail-group-db {
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    padding: 18px 35px;
    border: none;
    background: linear-gradient(135deg, rgb(171,197,176) 0%, rgb(169,152,116) 100%);
    font-size: 17px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    z-index: 1;
    border-radius: 10px;
    color: #ffffff;
    flex: 0 1 auto;
}



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



@media screen and (max-width: 992px) {.rating-stars-db .container {
    grid-template-columns: repeat(1, 1fr);
}.rating-stars-db .company_holder {
    grid-row: 1;
    grid-column: 1;
}.rating-stars-db .footer-address-db {
    margin-top: 2rem;
    grid-column: 1;
    grid-row: 2;
}.login-footer-db {
    margin-top: 3rem;
    grid-row: 3;
}
}



@media screen and (max-width: 576px) {.rating-stars-db {
    padding: 3rem 0 2rem;
}.rating-stars-db .company_holder h3 {
    font-size: calc(36px * 0.9);
}.rating-stars-db .sample-docs-db {
    font-size: calc(18px * 0.9);
}.rating-stars-db .top-expert-db .main-head-db a {
    font-size: calc(18px * 0.9);
}.login-footer-db {
    padding: 1rem 0;
    margin-top: 2rem;
}}



@media (max-width: 992px) {.academic-expertise-db .edu-testimonials-db {
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.academic-expertise-db .hero-photo-db {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    transform: none;
    grid-row: 1 / 2;
    height: 300px;
    grid-column: 1 / 2;
}.academic-expertise-db .hero-photo-db::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.academic-expertise-db .experience-db {
    transform: none;
    clip-path: none;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 2rem;
}.academic-expertise-db .edu-testimonials-db:hover .experience-db {
    transform: translateY(-5px);
}}



@media (max-width: 480px) {.thxWrapper-db {
    padding: 60px 0;
}.thxWrapper-db h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.thxWrapper-db .virtual-classes-db {
    padding: 25px 15px;
}.thxWrapper-db span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}


@media only screen and (max-width: 800px) {.privacy-container-db {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
}.privacy-container-db h1 {
    margin-bottom: 15px;
    font-size: calc(21px - 4px);
}.privacy-container-db h2 {
    font-size: calc(21px - 2px);
    margin-bottom: 10px;
}.privacy-container-db ul {
    padding-left: 15px;
}.privacy-container-db li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy-container-db div {
    padding: 10px;
}}



@media (max-width: 576px) {.course-suitability-db {
    padding: 60px 0;
}.course-suitability-db h4 {
    font-size: calc(42px * 0.7);
    margin-bottom: 40px;
}.course-suitability-db h4::after {
    bottom: -12px;
    width: 30px;
}.course-suitability-db div > div {
    gap: 30px 0;
}.course-suitability-db p svg {
    width: 40px;
    padding: 8px;
    margin-bottom: 10px;
    height: 40px;
}.course-suitability-db p {
    font-size: calc(17px * 0.9);
}}



@media screen and (max-width: 576px) {.contact-form-box-db {
    padding: 50px 0;
}.contact-form-box-db h2 {
    font-size: calc(31px * 0.85);
}.contact-form-box-db .hero-photo-db {
    height: 250px;
}.contact-form-box-db .contact-query-db {
    padding: 30px 25px;
}.contact-form-box-db form h3 {
    font-size: calc(24px * 0.9);
}.contact-form-box-db form .request-info-dbMNE {
    width: 100%;
}}



@media (max-width: 767px) {.meet-us-db {
    padding: 80px 0;
}.meet-us-db .text-details-db {
    gap: 20px;
}.meet-us-db h5 {
    font-size: calc(24px * 0.9);
}.meet-us-db p {
    font-size: calc(17px * 1.3);
}.meet-us-db ol li {
    padding: 20px;
    line-height: 1.6;
    font-size: 17px;
}}



@media (max-width: 480px) {.info-details-db {
    padding: 3.5rem 1.25rem;
}.info-details-db h1 {
    font-size: calc(42px - 0.5rem);
}.info-details-db .reach-help-db > div {
    padding: 1.25rem;
}.info-details-db span {
    margin-left: 0;
}}



@media (min-width: 992px) {.price-table-db .discount-grid-db {
    grid-template-columns: repeat(4, 1fr);
}.price-table-db .cost-fee-db {
    padding: 35px 25px;
}.price-table-db h2 {
    font-size: calc(38px + 4px);
}
}



@media (max-width: 480px) {.price-table-db .cost-fee-db {
    padding: 30px 20px;
}.price-table-db h2 {
    font-size: calc(38px - 4px);
}.price-table-db .cert-cost-db {
    font-size: calc(19px + 2px);
}}



@media (min-width: 992px) {.training-structure-db {
    padding: 150px 0;
}.training-structure-db .virtual-classes-db {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}.training-structure-db h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 50px;
}.training-structure-db .text-details-db {
    width: calc(100% - 100px);
    margin-left: 50px;
    padding: 45px 60px;
}.training-structure-db p {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}



@media (min-width: 768px) {.welcome-page-db {
    padding: 120px 40px;
}.welcome-page-db h1 {
    font-size: calc(34px * 0.9);
    margin-bottom: 3rem;
}.welcome-page-db .virtual-classes-db {
    gap: 40px;
    flex-direction: row;
    align-items: center;
}.welcome-page-db .text-details-db {
    padding: 3rem;
}.welcome-page-db .study-fast-db {
    align-items: flex-start;
    text-align: left;
}.welcome-page-db .study-fast-db svg {
    width: 120px;
    height: 120px;
}.welcome-page-db .hero-photo-db {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    flex: 1;
    height: 450px;
    margin-bottom: 0;
}.welcome-page-db .hero-photo-db:hover {
    transform: perspective(1000px) rotateY(0);
}
}



@media screen and (max-width: 1200px) {.course-highlights-db .container {
    justify-content: center;
}.course-highlights-db .virtual-classes-db {
    max-width: 80%;
}
}



@media (max-width: 768px) {.get-updates-db {
    padding: 60px 0;
}.get-updates-db::before {
    transform: rotate(-8deg);
    top: -10%;
    height: 60%;
    right: -20%;
    width: 100%;
}.get-updates-db .inquiry-grid-db {
    margin-left: 0;
    transform: none;
}.get-updates-db h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 20px;
}.get-updates-db .input_holder {
    flex-direction: column;
}.get-updates-db input[type="email"],
    .get-updates-db .mail-group-db {
    width: 100%;
}
}

@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

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



@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



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



@keyframes glow {
    0% {
        filter: drop-shadow(0 0 2px rgba(94,170,168,0.3));
    }
    100% {
        filter: drop-shadow(0 0 10px rgba(94,170,168,0.7));
    }
}



@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}



@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

