﻿header,footer {
    width: 100%;
}

header {
    position: relative;
    padding: 0;
    margin-top: 0;
    overflow: visible;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 100;
}

.db_main_info {
    flex: 1 0 auto;
}

.db_main_info {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    margin-top: 0;
    background: rgb(226,234,237);
}

.db_contact_information .container {
    padding: 0 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

.db_contact_information .db_img_shadow_box {
    transform: skew(-10deg);
    flex: 0 0 45%;
    z-index: 2;
    margin-left: -5%;
    min-height: 600px;
    position: relative;
}

.db_contact_information h2 {
    margin-bottom: 2.5rem;
    text-align: left;
    color: #ffffff;
    position: relative;
    font-size: 48px;
    padding-left: 2rem;
    font-weight: 700;
}

.db_contact_information .db_query_widget h3 {
    margin-bottom: 2rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 29px;
    padding-bottom: 1rem;
    position: relative;
}

.db_contact_information .db_query_widget form {
    gap: 1.5rem;
    display: grid;
}

.db_contact_information .db_query_widget input:not([type="checkbox"]):not([type="submit"])::after {
    left: 0;
    content: '';
    background: rgb(187,200,207);
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    width: 0;
    bottom: -2px;
}

.db_contact_information .db_query_widget .db_query_links {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.db_contact_information .db_query_widget .db_query_links input[type="checkbox"]:checked::after {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 0.8rem;
    color: #ffffff;
    content: '✔';
}

.db_contact_information .db_query_widget .db_support_help {
    text-transform: uppercase;
    background: rgb(187,200,207);
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    padding: 1rem;
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    position: relative;
    font-size: 15px;
    width: 100%;
}

footer {
    position: relative;
}

footer::before {
    content: '';
    opacity: 0.92;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, rgb(187,200,207) 150%);
    bottom: 0;
    right: 0;
    top: 0;
}

.db_cheat_sheet .company_holder h3 {
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    display: inline-block;
}

.db_cheat_sheet .db_tech_stack {
    position: relative;
}

.db_cheat_sheet .db_first_section {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}

.db_cheat_sheet .db_header_mentor .db_first_section {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.db_cheat_sheet .db_header_mentor .db_first_section a::before {
    background: rgb(187,200,207,0.5);
    z-index: -1;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: '';
}

.db_cheat_sheet .db_header_mentor .db_first_section a:hover::before {
    width: 100%;
}

.db_training_zone .db_faq_block {
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.db_secure_grotto {
    color: #000000;
    background-color: rgb(226,234,237);
    transition: all 0.3s ease-in-out;
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.db_secure_grotto h2 {
    font-weight: 600;
    font-size: 37px;
}

.db_secure_grotto h4 {
    font-weight: 400;
    font-size: 1.25em;
}

.db_secure_grotto h6 {
    font-weight: 300;
    font-size: 21px;
}

.db_secure_grotto ul li, .db_secure_grotto ol li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
    padding-left: 20px;
    font-size: 13px;
}


.db_secure_grotto a {
    text-decoration: underline;
    color: rgb(187,200,207);
    transition: color 0.3s ease-in-out;
}

.db_secure_grotto hr {
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 30px 0;
}

.db_training_benefits {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,234,237) 0%, rgba(255,255,255,0.97) 100%);
    padding: 6rem 0;
    position: relative;
}

.db_training_benefits h5 {
    position: relative;
    transform: translateZ(0);
    font-size: 19px;
    margin-bottom: 3rem;
    z-index: 2;
    text-align: center;
    font-weight: 700;
    color: #000000;
}

.db_training_benefits .db_exp_years {
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 4px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateY(0);
    display: flex;
    background-color: #ffffff;
    overflow: hidden;
}

.db_training_benefits .db_text_box_holder::before {
    position: absolute;
    content: "";
    width: 3px;
    background: linear-gradient(to bottom, rgb(187,200,207), rgb(150,168,177));
    height: 0;
    transition: height 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    left: 0;
}

.db_training_benefits li svg {
    top: 2px;
    margin-right: 12px;
    height: 26px;
    transition: transform 0.3s ease;
    position: absolute;
    width: 26px;
    left: 0;
}

.db_title_screen {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,234,237) 0%, rgba(245, 250, 255, 0.95) 100%);
    position: relative;
    min-height: 100vh;
}

.db_title_screen .db_text_box_holder {
    z-index: 2;
    max-width: 600px;
    padding: 2rem 0;
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.db_title_screen h1 {
    line-height: 1.2;
    color: #000000;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    font-size: clamp(2rem, 5vw, 43px);
    font-weight: 700;
}

.db_title_screen .db_course_begin p {
    transform: translateY(10px);
    font-size: 12px;
    max-width: 95%;
    position: relative;
    line-height: 1.6;
    margin-top: 1.5rem;
    padding-left: 0.75rem;
    animation: fadeIn 0.8s ease forwards 0.9s;
    opacity: 0;
    color: #000000;
}

.db_title_screen svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}

.db_title_screen svg text {
    dominant-baseline: middle;
    font-family: Arial, sans-serif;
    animation: pulseBrightness 4s infinite alternate ease-in-out;
}

.db_title_screen .db_support_help::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    top: 0;
    position: absolute;
    left: -100%;
    transition: all 0.6s ease;
    z-index: -1;
    height: 100%;
    transform: skewX(-25deg);
    width: 100%;
    content: "";
}

.db_title_screen .db_img_shadow_box {
    position: relative;
    transform: translateY(10px) scale(0.98);
    animation: fadeIn 1s ease forwards 0.4s, floatUp 6s ease-in-out infinite alternate;
    height: 100%;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    min-height: 300px;
}

.db_course_summary .db_training_guide::before {
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(150,168,177,0.5), transparent);
    left: 0;
    pointer-events: none;
    z-index: 2;
    width: 30%;
    position: absolute;
}

.db_course_summary .db_learn_track:nth-child(1) {
    animation: slide-cube 25s infinite 0s;
}

.db_course_summary .db_learn_track:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}

.db_course_summary .db_learn_track img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.db_course_summary .db_exp_years {
    max-width: 550px;
    margin-right: auto;
    position: relative;
    width: 100%;
    margin-left: 0;
}

.db_course_summary .db_job_success h3 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: slide-up 0.7s ease-out forwards;
    transform: translateY(30px);
    position: relative;
    color: #ffffff;
}

.db_course_summary .db_job_success p {
    opacity: 0;
    margin-bottom: 2.5rem;
    color: #ffffff;
    animation: slide-up 0.7s 0.4s ease-out forwards;
    line-height: 1.8;
    font-size: 14px;
    transform: translateY(30px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.db_course_summary .db_support_help:hover::before {
    transform: scale(0);
    transition: transform 0.5s;
}



.db_course_summary::before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right,
        rgb(150,168,177,0.5) 0%,
        rgb(150,168,177,0.5) 40%,
        transparent 70%);
    left: 0;
}

.db_register_now::before {
    background: linear-gradient(45deg, rgb(187,200,207,0.5) 25%, transparent 25%, transparent 75%, rgb(187,200,207,0.5) 75%, rgb(187,200,207,0.5));
    background-position: 0 0, 30px 30px;
    content: '';
    opacity: 0.05;
    width: 100%;
    background-size: 60px 60px;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
}

.db_register_now .container p {
    color: #000000;
    padding: 0;
    line-height: 1.4;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 50px 0;
    z-index: 5;
    position: relative;
    max-width: 700px;
}

.db_register_now .db_support_help:hover {
    color: #ffffff;
}

.db_register_now .db_support_help:hover::before {
    width: 100%;
}

.db_register_now::after {
    opacity: 0.1;
    width: 300px;
    right: -150px;
    top: -150px;
    content: '';
    border-radius: 50%;
    height: 300px;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(187,200,207,0.5) 0%, rgb(150,168,177,0.5) 100%);
    filter: blur(50px);
}

.db_service_contact .db_instant_help {
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: rgb(150,168,177);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.db_service_contact .db_img_shadow_box {
    border: 5px solid rgb(150,168,177);
    margin-bottom: 30px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 200px;
}

.db_service_contact .db_contact_widget p svg path {
    transition: fill 0.3s ease;
    fill: rgb(150,168,177);
}

.db_service_contact .db_contact_widget a {
    transition: color 0.3s;
    color: rgb(150,168,177);
    text-decoration: none;
}

.db_service_contact .db_info_request svg path {
    fill: rgb(150,168,177);
    transition: fill 0.3s ease;
}

.db_service_contact .db_edu_help {
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(150,168,177,0.5);
    transition: all 0.3s;
    color: #ffffff;
    font-size: 17px;
    display: flex;
    justify-content: center;
}

.db_education_framework {
    background: linear-gradient(145deg, rgb(226,234,237) 0%, rgba(240, 245, 255, 1) 100%);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}

.db_education_framework .container.db_exp_years {
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateY(2deg);
    background-color: #ffffff;
    max-width: 1200px;
    padding: 0 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.db_education_framework .container.db_exp_years:hover > div::before {
    transform: scaleY(1);
}

.db_education_framework .container.db_exp_years:hover h3 {
    transform: translateX(10px);
}

.db_education_framework h3::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(187,200,207), rgb(150,168,177));
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s ease-out;
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    bottom: 0;
}

header::before {
    left: 0;
    content: '';
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    z-index: 0;
    height: 100%;
    background-size: 20px 20px;
    width: 100%;
    position: absolute;
    top: 0;
}

header .db_head_class {
    position: relative;
    align-items: center;
    z-index: 2;
    padding: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
}

header .db_top_skill:hover::before {
    box-shadow: 0 0 15px rgb(187,200,207,0.5);
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
}

header .db_main_core {
    position: relative;
    perspective: 800px;
    margin: 0 0.3rem;
}

header .db_main_core a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(187,200,207);
}

header .db_main_core a:hover::before {
    transform: scaleX(1);
}

header .db_main_mentor::before {
    position: absolute;
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(187,200,207), transparent);
    content: '';
    height: 1px;
    top: 0;
    width: 30%;
}

.db_cookie_overlay_window {
    border-top: 2px solid rgb(187,200,207);
    background: rgb(226,234,237);
    z-index: 90;
    bottom: 0;
    position: fixed;
    width: 100%;
}

.db_privacy_ack svg, .db_privacy_ack svg path, .db_privacy_ack img {
    fill: rgb(187,200,207);
    width: 100px;
    height: 100px;
}

#db_consentAlertBanner:checked ~ .db_cookie_overlay_window {
    visibility: hidden;
    opacity: 0;
}

.db_user_feedback::before {
    background: linear-gradient(225deg, rgb(187,200,207,0.5) 0%, transparent 70%);
    filter: blur(15px);
    content: '';
    transform: rotate(-15deg) translateZ(-50px);
    right: -5%;
    top: -10%;
    position: absolute;
    width: 40%;
    z-index: 0;
    height: 70%;
}

.db_user_feedback h2::after {
    bottom: -12px;
    height: 3px;
    content: '';
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(187,200,207) 0%, rgb(150,168,177) 100%);
    transition: transform 0.5s ease-out;
    position: absolute;
    transform-origin: left;
    width: 80px;
    left: 0;
}

.db_user_feedback .db_review_spot::before {
    right: 20px;
    z-index: 0;
    position: absolute;
    line-height: 1;
    font-size: 120px;
    opacity: 0.2;
    content: '"';
    top: -15px;
    font-family: serif;
    color: rgb(187,200,207,0.5);
}

.db_user_feedback .db_review_spot h3 {
    font-size: calc(21px * 1.05);
    margin-bottom: 0.8rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    z-index: 2;
    transition: transform 0.3s ease;
    transform: translateX(0);
    color: rgb(187,200,207);
    position: relative;
}

.db_user_feedback .db_review_spot div {
    transition: transform 0.3s ease;
    height: 60px;
    position: relative;
    border-radius: 50%;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 2;
    margin-top: 1rem;
}

.db_user_feedback .db_review_spot:nth-child(even) {
    transform: translateZ(0) rotateX(0) translateY(0);
}

.db_user_feedback .db_review_spot:nth-child(3n+1):hover::after {
    opacity: 0.1;
}

.db_user_feedback .db_review_spot:nth-child(3n+2):hover::after {
    opacity: 0.1;
}

.db_gratDiv {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(226,234,237) 0%, rgb(187,200,207,0.5) 100%);
}

.db_gratDiv::after {
    width: 40%;
    content: "";
    z-index: 0;
    bottom: -10px;
    right: -10px;
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(187,200,207) 0%, transparent 80%);
    position: absolute;
    height: 40%;
    filter: blur(20px);
    transform: rotate(-5deg);
}

.db_gratDiv .db_exp_years {
    position: relative;
    transform: translateY(0);
    border-radius: 20px;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
}

.db_gratDiv .db_exp_years:hover {
    transform: translateY(-5px);
}

.db_gratDiv li {
    padding-left: 2rem;
    position: relative;
}

.db_gratDiv li::before {
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: rgb(187,200,207);
    top: 8px;
    border-radius: 50%;
    left: 0;
    transform: scale(0);
    opacity: 0;
    width: 8px;
    height: 8px;
    position: absolute;
}

.db_company_info::after {
    z-index: 1;
    bottom: 0;
    background: radial-gradient(circle at bottom left, rgb(150,168,177,0.5) 0%, transparent 70%);
    position: absolute;
    height: 60%;
    width: 30%;
    content: "";
    opacity: 0.3;
    left: 0;
}

.db_company_info .db_impact_stats {
    transform: translateX(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 30px;
    display: flex;
    border-radius: 28px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    flex-direction: column;
}

.db_company_info .db_impact_stats,
.db_company_info .db_expert_studio {
    border-top: 4px solid rgb(187,200,207);
}

.db_company_info .db_impact_stats,
.db_company_info .db_expert_studio {
    overflow: hidden;
}

.db_company_info .db_expert_studio {
    border-radius: 28px;
    position: relative;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    background: #ffffff;
    transform: translateX(0);
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.db_company_info .db_expert_studio {
    border-color: rgb(150,168,177);
}

.db_company_info .db_exp_years::after {
    bottom: -75px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    width: 150px;
    right: -75px;
    opacity: 0.4;
    animation: rotate 20s linear infinite reverse;
    height: 150px;
    position: absolute;
    border: 2px dotted rgb(150,168,177,0.5);
}

.db_teacher_profile {
    position: relative;
    background: linear-gradient(135deg, rgb(226,234,237) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    padding: 5rem 0;
}

.db_teacher_profile::after {
    background: linear-gradient(135deg, rgb(150,168,177,0.5) 0%, transparent 80%);
    bottom: -20%;
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.15;
    right: -20%;
    width: 100%;
    content: "";
    height: 60%;
    z-index: 0;
}

.db_teacher_profile .db_review_spot > div:first-child {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    align-items: center;
}

.db_teacher_profile .db_img_shadow_box {
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    width: 180px;
    border-radius: 50%;
    height: 180px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(30px);
}

.db_teacher_profile .db_review_spot > div:nth-child(2) {
    position: relative;
    transform: translateZ(20px);
    text-align: center;
}

.db_teacher_profile .name::after {
    width: 40%;
    position: absolute;
    left: 30%;
    background: rgb(187,200,207);
    transform: translateZ(5px);
    bottom: -8px;
    content: "";
    height: 3px;
}

.db_teacher_profile .db_emp_overview {
    padding-left: 1rem;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
    text-align: justify;
    position: relative;
}

.db_teacher_profile .db_review_spot:hover .db_img_shadow_box {
    transform: translateZ(40px) scale(1.05);
}

.db_future_attendees {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(226,234,237) 0%, rgba(0, 0, 0, 0.5) 100%);
}

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

.db_future_attendees .db_exp_years {
    border-radius: 21px;
    overflow: hidden;
    transform: translateY(0);
    padding: 50px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}



.db_future_attendees h4 {
    margin-bottom: 40px;
    font-size: 34px;
    padding-bottom: 15px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.db_future_attendees div p {
    align-items: center;
    backdrop-filter: blur(5px);
    display: flex;
    margin-bottom: 25px;
    padding: 15px 20px;
    position: relative;
    border-radius: 10px;
    font-size: calc(15px + 2px);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-left: 3px solid rgb(187,200,207);
    transition: all 0.3s ease;
}

.db_future_attendees div p::after {
    content: "";
    bottom: 0;
    position: absolute;
    transition: width 0.5s ease;
    left: 0;
    width: 0;
    background: linear-gradient(90deg, rgb(187,200,207) 0%, transparent 100%);
    height: 1px;
}

.db_value_rates {
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
}

.db_plan_option .db_plan_pricing {
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 80%;
    color: rgba(255,255,255,0.85);
    transform: translateX(10px);
    font-size: 13px;
}

.db_plan_option .db_payment_plan li:hover {
    transform: translateY(-10px) scale(1.02);
    z-index: 5;
}

.db_plan_option .db_fee_structure {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    color: #000000;
    height: 100%;
    transition: all 0.4s ease;
    display: block;
    text-decoration: none;
}

.db_plan_option .db_rate_list::after {
    position: absolute;
    right: 0;
    opacity: 0.1;
    transform: rotate(45deg) translate(30px, -80px);
    content: "";
    height: 100px;
    transition: transform 0.5s ease;
    top: 0;
    background: rgb(150,168,177);
    width: 100px;
}

.db_plan_option .db_promo_rates p {
    color: #000000;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-wrap: break-word;
    font-size: 13px;
    hyphens: auto;
    margin-bottom: 25px;
    line-height: 1.5;
}

.db_plan_option .db_group_rates::before {
    width: 30px;
    height: 1px;
    left: 0;
    transform: translateY(-1px);
    background: rgb(187,200,207);
    content: "";
    top: 0;
    position: absolute;
}



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



@media screen and (max-width: 1200px) {.db_contact_information .db_img_shadow_box {
    margin-left: -3%;
}
}



@media screen and (max-width: 768px) {.db_contact_information {
    padding: 3rem 0;
}.db_contact_information h2 {
    padding-left: 1.5rem;
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.db_contact_information h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.db_contact_information .db_query_widget h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 1.5rem;
}.db_contact_information .db_query_widget input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (max-width: 576px) {.db_cheat_sheet {
    padding: 40px 0;
}.db_cheat_sheet .company_holder h3 {
    font-size: calc(30px * 0.8);
}.db_cheat_sheet .db_header_mentor h5 {
    font-size: calc(19px * 0.9);
}.db_cheat_sheet .db_header_mentor .db_first_section a,
    .db_cheat_sheet .footer_agreement {
    font-size: calc(16px * 0.95);
}}



@media (max-width: 767px) {.db_training_benefits {
    padding: 4rem 0;
}.db_training_benefits h5 {
    font-size: calc(19px * 0.9);
    line-height: 1.4;
    padding: 0 15px;
}.db_training_benefits .db_img_shadow_box {
    height: 220px;
}.db_training_benefits .db_text_box_holder {
    padding: 1.8rem 1.5rem;
}.db_training_benefits li {
    margin-bottom: 1rem;
}
}



@media (min-width: 768px) {.db_title_screen .db_exp_years {
    align-items: center;
    padding: 3rem;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.db_title_screen .db_text_box_holder {
    padding-right: 2rem;
}.db_title_screen h1 {
    max-width: 90%;
}.db_title_screen .db_course_begin p {
    max-width: 90%;
}.db_title_screen .db_img_shadow_box {
    min-height: 450px;
}
}



@media screen and (max-width: 1400px) {.db_course_summary .db_exp_years {
    margin-right: 1rem;
}
}



@media screen and (max-width: 1200px) {.db_course_summary {
    grid-template-columns: repeat(10, 1fr);
}.db_course_summary .db_training_guide {
    grid-column: 6 / span 5;
}.db_course_summary .container {
    grid-column: 1 / span 6;
    padding: 0 0 0 3rem;
}.db_course_summary .db_exp_years {
    max-width: 100%;
}.db_course_summary::before {
    background: linear-gradient(to right,
            rgb(150,168,177,0.5) 0%,
            rgb(150,168,177,0.5) 30%,
            transparent 60%);
}
}



@media screen and (max-width: 576px) {.db_course_summary .db_training_guide {
    height: 35vh;
}.db_course_summary .container {
    padding: 2.5rem 1.5rem;
}.db_course_summary .db_job_success h3 {
    font-size: calc(35px * 1.1);
}.db_course_summary .db_job_success::before,
    .db_course_summary .db_job_success::after {
    bottom: -20px;
    height: 40px;
    top: -20px;
    right: -20px;
    width: 40px;
    left: -20px;
}.db_course_summary .db_support_help {
    width: 100%;
    text-align: center;
}}



@media screen and (max-width: 991px) {.db_service_contact .db_request_info {
    margin-right: auto;
    max-width: 100%;
}.db_service_contact .db_contact_widget p svg {
    width: 18px;
    margin-right: 8px;
    height: 18px;
}.db_service_contact .db_info_request svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
}



@media screen and (max-width: 767px) {.db_service_contact {
    padding: 70px 0;
}.db_service_contact .db_request_info {
    padding: 30px;
}.db_service_contact .db_instant_help {
    font-size: 18px;
    margin-bottom: 20px;
}.db_service_contact .db_img_shadow_box {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}.db_service_contact .db_get_contactus {
    grid-template-columns: 1fr;
}.db_service_contact .db_contact_widget p svg {
    margin-right: 6px;
    height: 16px;
    width: 16px;
}.db_service_contact .db_info_request svg {
    margin-right: 6px;
    width: 18px;
    height: 18px;
}}



@media (min-width: 1400px) {header .db_main_mentor {
    max-width: 1300px;
    margin: 0 auto;
}header .db_main_core {
    margin: 0 0.5rem;
}header .db_main_core a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .db_main_mentor {
    padding: 0.8rem 1.2rem;
}header .db_top_skill {
    max-width: 130px;
}header .db_top_skill::before {
    display: none;
}header .db_header_mentor {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .db_header_mentor::-webkit-scrollbar {
    height: 2px;
}header .db_header_mentor::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(187,200,207);
}header .db_main_core {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .db_main_core a {
    white-space: nowrap;
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
    letter-spacing: 0;
}header .db_main_core a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media (max-width: 480px) {.db_user_feedback {
    padding: 3rem 0;
}.db_user_feedback h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.db_user_feedback .db_review_spot {
    padding: 1.25rem;
}.db_user_feedback .db_review_spot::before {
    font-size: 80px;
}.db_user_feedback .db_review_spot div {
    width: 50px;
    height: 50px;
}}



@media (max-width: 1200px) {.db_company_info {
    padding: 80px 0;
}.db_company_info .db_exp_years {
    grid-gap: 40px;
}.db_company_info h3 {
    margin-bottom: 40px;
}
}



@media (max-width: 992px) {.db_company_info .db_exp_years {
    grid-gap: 50px;
    grid-template-columns: 1fr;
}.db_company_info h3 {
    margin-bottom: 35px;
}.db_company_info .db_impact_stats:hover,
    .db_company_info .db_expert_studio:hover {
    transform: translateY(-10px);
}
}



@media (min-width: 1400px) {.db_company_info .container {
    max-width: 1320px;
}}



@media (min-width: 768px) {.db_teacher_profile {
    padding: 7rem 0;
}.db_teacher_profile .db_review_spot {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 2.5rem;
    padding: 3rem;
}.db_teacher_profile .db_review_spot > div:first-child {
    grid-row: 1 / span 2;
}.db_teacher_profile .db_review_spot > div:nth-child(2) {
    text-align: left;
    padding-top: 1.5rem;
    align-self: end;
}.db_teacher_profile .name::after {
    left: 0;
    width: 60px;
}.db_teacher_profile .db_emp_overview {
    padding-left: 1.5rem;
}.db_teacher_profile .db_emp_overview::before {
    width: 4px;
}
}



@media (max-width: 767px) {.db_future_attendees {
    padding: 60px 0;
}.db_future_attendees .db_exp_years {
    padding: 30px 20px;
}.db_future_attendees h4 {
    font-size: calc(34px - 4px);
    margin-bottom: 25px;
    padding-bottom: 12px;
}.db_future_attendees h4::after {
    width: 60px;
    height: 3px;
}.db_future_attendees div p {
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: calc(15px - 1px);
}.db_future_attendees div p svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
}.db_future_attendees::before,
    .db_future_attendees::after {
    opacity: 0.05;
}
}



@media (max-width: 767px) {.db_plan_option {
    padding: 60px 0;
}.db_value_rates {
    transform: none;
}.db_plan_option h2 {
    font-size: calc(34px - 4px);
    transform: none;
}.db_plan_option .db_plan_pricing {
    max-width: 100%;
    margin-bottom: 30px;
    transform: none;
}.db_plan_option .db_payment_plan {
    grid-template-columns: 1fr;
    gap: 20px;
}.db_plan_option .db_rate_list {
    padding: 20px;
    min-height: 350px;
}.db_plan_option .db_promo_rates h4 {
    transform: none;
}.db_plan_option .db_promo_rates p {
    font-size: calc(13px - 1px);
}.db_plan_option .db_group_rates {
    font-size: calc(24px + 4px);
}
}



@keyframes scaleInX {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes floatBackground {
    0% {
        transform: translate(0, 0) rotate(-5deg);
    }
    100% {
        transform: translate(5px, -5px) rotate(0deg);
    }
}

@keyframes slide-cube {
    0%, 20%, 100% {
        opacity: 0;
        transform: translateZ(-50px) rotateY(-5deg);
    }
    4%, 16% {
        opacity: 1;
        transform: translateZ(0) rotateY(0);
    }
}



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



@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

