﻿.db_wrapper-section {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
}

html {
    scrollbar-color: rgb(187,200,207) rgb(150,168,177);
    scrollbar-width: none;
}


.db_contact_information {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(226,234,237) 0%, 
        rgb(150,168,177,0.5) 100%
    );
    position: relative;
}

.db_contact_information .db_img_shadow_box::before {
    transform: skew(10deg);
    content: '';
    width: 120%;
    background: linear-gradient(
        135deg, 
        rgb(187,200,207,0.5) 0%, 
        rgb(150,168,177,0.5) 100%
    );
    position: absolute;
    left: 0;
    opacity: 0.7;
    top: 0;
    height: 100%;
    z-index: 1;
}

.db_contact_information .db_query_widget h3::after {
    left: 0;
    content: '';
    width: 50px;
    position: absolute;
    height: 3px;
    background: rgb(187,200,207);
    bottom: 0;
}

.db_contact_information .db_query_widget input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 14px;
    background: rgb(150,168,177,0.5);
    color: #ffffff;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 1px solid rgb(187,200,207,0.5);
    outline: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
}

.db_contact_information .db_query_widget .db_query_links input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 10px;
    border: 2px solid rgb(187,200,207,0.5);
    position: relative;
    background: rgb(150,168,177,0.5);
    width: 22px;
}

.db_contact_information .db_query_widget .db_query_links a:hover {
    text-decoration: underline;
}

.db_contact_information .db_query_widget .db_support_help::before {
    position: absolute;
    opacity: 0;
    top: -50%;
    transform: rotate(-45deg);
    height: 200%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(187,200,207,0.5), 
        transparent
    );
    content: '';
    transition: all 0.5s ease;
    width: 200%;
    left: -50%;
}

.db_cheat_sheet .company_holder {
    border-radius: 12px 0 12px 0;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 30px;
}

.db_cheat_sheet .company_holder h3::after {
    background: rgb(150,168,177);
    position: absolute;
    left: 0;
    width: 60px;
    content: '';
    bottom: -8px;
    height: 3px;
}

.db_cheat_sheet .db_header_mentor {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

.db_cheat_sheet .db_header_mentor .db_first_section a {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 8px 15px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}

.db_training_zone .container {
    align-items: center;
    display: flex;
    justify-content: center;
}



footer::after {
    left: 0;
    position: absolute;
    right: 0;
    content: '';
    z-index: 1;
    bottom: 0;
    top: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    background-size: 40px 40px;
}

.db_secure_grotto h3 {
    font-size: 1.5em;
    font-weight: 600;
}

.db_secure_grotto h5 {
    font-size: 19px;
    font-weight: 400;
}

.db_secure_grotto ul, .db_secure_grotto ol {
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
}

.db_secure_grotto p, .db_secure_grotto span, .db_secure_grotto div {
    font-size: 13px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
}

.db_secure_grotto code {
    border-radius: 10px;
    background-color: rgb(150,168,177,0.5);
    padding: 2px 6px;
    font-family: monospace;
}

.db_training_benefits::before {
    height: 100%;
    content: "";
    width: 100%;
    z-index: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(rgb(187,200,207,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(150,168,177,0.5), 0.07) 0%, transparent 50%);
    left: 0;
    top: 0;
    position: absolute;
}

.db_training_benefits .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}

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

.db_training_benefits .db_exp_years:hover .db_img_shadow_box {
    transform: scale(1.05);
}

.db_training_benefits .db_text_box_holder {
    padding: 2.5rem 2rem;
    position: relative;
}

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

.db_training_benefits li {
    transition: transform 0.3s ease;
    transform: translateX(0);
    padding-left: 38px;
    margin-bottom: 1.2rem;
    position: relative;
}

.db_training_benefits li:hover svg {
    transform: rotate(10deg);
}

.db_training_benefits svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,200,207);
}

.db_title_screen::before {
    position: absolute;
    content: "";
    top: -10%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 0;
    animation: floatBackground 18s ease-in-out infinite alternate;
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(187,200,207,0.5) 10%, rgb(150,168,177,0.5) 90%);
    height: 70%;
    right: -15%;
    transform: rotate(-5deg);
    width: 60%;
    filter: blur(15px);
}

.db_title_screen h1::after {
    background: linear-gradient(90deg, rgb(187,200,207) 0%, rgb(150,168,177) 100%);
    content: "";
    bottom: -0.5rem;
    height: 4px;
    left: 0;
    animation: scaleInX 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    position: absolute;
    width: 4rem;
    transform: scaleX(0);
    transform-origin: left;
}

.db_title_screen .db_course_begin p::before {
    content: "";
    width: 3px;
    background: linear-gradient(to bottom, rgb(187,200,207), rgb(150,168,177));
    left: 0;
    bottom: 0.5rem;
    border-radius: 10px;
    top: 0.5rem;
    position: absolute;
}

.db_title_screen svg:hover path {
    filter: brightness(1.1);
    fill: rgb(187,200,207);
}

.db_title_screen ul {
    display: flex;
    animation: fadeIn 0.8s ease forwards 1.1s;
    list-style: none;
    padding: 0;
    opacity: 0;
    transform: translateY(10px);
    margin: 0;
}

.db_title_screen .db_support_help:hover {
    box-shadow: 0 7px 14px rgba(94, 170, 168, 0.25);
    transform: translateY(-3px);
}

.db_title_screen .db_support_help:hover::before {
    left: 100%;
}

.db_title_screen .db_support_help:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(94, 170, 168, 0.2);
}

.db_title_screen .db_img_shadow_box::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
    opacity: 0;
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    transition: opacity 0.3s ease;
}

.db_course_summary .db_training_guide {
    grid-column: 4 / span 8;
    z-index: 1;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    position: relative;
    grid-row: 1;
}

.db_course_summary .db_learn_track {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.8s, transform 0.8s;
    opacity: 0;
    transform: translateZ(-50px);
    z-index: 1;
}

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

.db_course_summary .container {
    display: flex;
    position: relative;
    grid-column: 1 / span 7;
    padding: 0 0 0 4rem;
    grid-row: 1;
    z-index: 2;
    justify-content: flex-start;
    align-items: center;
}

.db_course_summary .db_job_success::before {
    top: -40px;
    left: -40px;
    animation: fade-in 0.5s 0.9s ease-out forwards;
    content: "";
    border-left: 3px solid rgb(187,200,207);
    height: 80px;
    border-top: 3px solid rgb(187,200,207);
    opacity: 0;
    width: 80px;
    position: absolute;
}

.db_course_summary .db_support_help {
    color: #ffffff;
    padding: 1rem 2.5rem;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    transition: all 0.3s;
    animation: slide-up 0.7s 0.6s ease-out forwards;
    display: inline-block;
    transform: translateY(30px);
    background: rgb(187,200,207);
    opacity: 0;
    text-decoration: none;
    letter-spacing: 1px;
}

.db_course_summary::after {
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(187,200,207,0.5) 0%,
        transparent 50%
    );
    pointer-events: none;
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    left: 0;
}

.db_register_now .db_exp_years::before {
    z-index: -1;
    opacity: 0.5;
    left: -30px;
    content: '';
    border: 1px solid rgb(187,200,207,0.5);
    top: -30px;
    height: calc(100% + 60px);
    position: absolute;
    width: calc(100% + 60px);
}

.db_register_now .container {
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
}

.db_register_now .db_support_help {
    font-size: 16px;
    z-index: 5;
    position: relative;
    text-decoration: none;
    border: 1px solid rgb(187,200,207);
    background: transparent;
    display: inline-block;
    padding: 16px 40px;
    font-weight: 600;
    color: rgb(187,200,207);
    transition: all 0.4s ease;
}

.db_service_contact {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(187,200,207) 0%, rgb(150,168,177) 100%);
    padding: 100px 0;
}



.db_service_contact .container {
    position: relative;
    z-index: 2;
}

.db_service_contact .db_request_info {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin: auto;
    padding: 50px;
    border-radius: 16px;
    text-align: center;
    background-color: #ffffff;
    flex-direction: column;
    max-width: 500px;
    display: flex;
    align-items: center;
}

.db_service_contact .db_contact_widget p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.db_service_contact .db_contact_widget p span {
    font-weight: 600;
}

.db_service_contact .db_contact_widget a:hover {
    color: rgb(187,200,207);
}

.db_service_contact .db_info_request {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
    color: rgb(150,168,177);
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.db_service_contact .db_edu_help svg path {
    fill: #ffffff;
}

.db_service_contact .db_edu_help:hover {
    background-color: rgb(150,168,177);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.db_education_framework::after {
    transform: rotate(15deg) skewX(-10deg);
    bottom: -5%;
    content: "";
    z-index: 1;
    opacity: 0.5;
    left: -5%;
    width: 40%;
    background: linear-gradient(30deg, rgb(150,168,177,0.5) 0%, transparent 70%);
    position: absolute;
    height: 30%;
}

.db_education_framework .container.db_exp_years > div {
    padding: 3.5rem;
    border-left: 4px solid rgb(187,200,207);
    position: relative;
}

.db_education_framework h3 {
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateX(0);
    font-size: 2.2rem;
    padding-bottom: 0.75rem;
    position: relative;
    transition: transform 0.4s ease-out;
    font-weight: 700;
}

.db_education_framework .container.db_exp_years:hover h3::after {
    transform: scaleX(1.5);
}

.db_education_framework .container.db_exp_years:hover p {
    opacity: 1;
}

.db_education_framework p span {
    border-left: 2px solid transparent;
    padding-left: 10px;
    display: block;
    position: relative;
    transition: all 0.4s ease-out, border-left 0.6s ease-out;
}



header .db_main_mentor {
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.3rem 2rem;
    z-index: 5;
    display: flex;
}

header .db_top_skill {
    z-index: 5;
    position: relative;
    flex: 0 0 auto;
}

header .db_head_class:hover {
    transform: translateY(-3px) scale(1.02);
}

header .db_top_skill::before {
    right: -8px;
    bottom: -8px;
    border: 1px solid rgb(187,200,207);
    border-radius: 10px;
    opacity: 0.3;
    left: -8px;
    position: absolute;
    transition: all 0.3s ease;
    transform: skew(-3deg);
    top: -8px;
    content: '';
}

header .db_main_core a::before {
    position: absolute;
    width: 80%;
    content: '';
    transform: scaleX(0);
    opacity: 0.7;
    left: 10%;
    background: rgb(187,200,207);
    transition: transform 0.3s ease;
    bottom: 5px;
    height: 1px;
}

header .db_main_core::after {
    left: 0;
    content: '';
    background: radial-gradient(circle at center, rgb(187,200,207,0.5) 0%, transparent 70%);
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    z-index: -1;
    position: absolute;
    pointer-events: none;
}

.db_cookie_overlay_window h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.db_cookie_overlay_window p {
    font-size: 18px;
}

.db_cookie_guard {
    color: rgb(187,200,207);
    font-size: 24px;
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid rgb(187,200,207);
    cursor: pointer;
    flex-shrink: 0;
    line-height: 35px;
    margin-left: 10px;
}

.db_user_feedback::after {
    left: -2%;
    z-index: 0;
    position: absolute;
    width: 30%;
    transform: rotate(10deg) translateZ(-30px);
    filter: blur(10px);
    content: '';
    height: 60%;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(150,168,177,0.5) 0%, transparent 80%);
}

.db_user_feedback h2:hover::after {
    transform: scaleX(1.5);
}

.db_user_feedback .container.db_exp_years {
    position: relative;
    z-index: 2;
}

.db_user_feedback .db_review_spot {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    backface-visibility: hidden;
    padding: 2rem;
    overflow: hidden;
    transform: translateZ(0) rotateX(0) translateY(0);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
}

.db_user_feedback .db_review_spot h3::after {
    content: '';
    height: 0;
    top: 50%;
    position: absolute;
    transition: height 0.3s ease;
    transform: translateY(-50%);
    left: -10px;
    background: rgb(187,200,207);
    width: 5px;
    z-index: -1;
}

.db_user_feedback .db_review_spot:hover div {
    transform: scale(1.05);
}

.db_user_feedback .db_review_spot:hover img {
    transform: scale(1.1);
}

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

.db_user_feedback .db_review_spot:nth-child(even):hover {
    transform: translateZ(10px) rotateX(-1deg) translateY(-8px);
}

.db_user_feedback .db_review_spot:nth-child(3n+2)::after {
    width: 40%;
    transition: opacity 0.3s ease;
    background: linear-gradient(225deg, transparent 50%, rgb(150,168,177,0.5) 100%);
    z-index: 1;
    position: absolute;
    top: 0;
    opacity: 0.05;
    height: 30%;
    left: 0;
    content: '';
}

.db_gratDiv .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    padding: 0 2rem;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.db_gratDiv h2::after {
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(187,200,207), rgb(150,168,177));
    position: absolute;
    border-radius: 10px;
    content: "";
}

.db_gratDiv .db_exp_years::after {
    width: 120px;
    top: 10px;
    background: radial-gradient(circle, rgb(187,200,207,0.5) 0%, transparent 70%);
    content: "";
    z-index: 0;
    height: 120px;
    right: 10px;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
}

.db_gratDiv li span {
    position: relative;
    transform: translateY(10px);
    line-height: 1.8;
    opacity: 0;
    display: block;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.db_company_info .container {
    position: relative;
    z-index: 2;
}

.db_company_info .db_exp_years {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}

.db_company_info h3::after {
    content: "";
    border-radius: 10px;
    height: 3px;
    left: 50%;
    background: linear-gradient(to right, rgb(187,200,207), rgb(150,168,177));
    transform: translateX(-50%);
    width: 80px;
    bottom: -15px;
    position: absolute;
}

.db_company_info .db_impact_stats span::after {
    position: absolute;
    left: 0;
    background-color: rgb(150,168,177);
    width: 40px;
    bottom: -5px;
    content: "";
    height: 2px;
}

.db_company_info .db_img_shadow_box {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.db_company_info .db_expert_studio:hover {
    transform: translateX(-10px);
}

.db_company_info .db_expert_studio p {
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 25px;
}

.db_company_info .db_expert_sessions::after {
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
}



.db_company_info .db_impact_stats::before,
.db_company_info .db_expert_studio::before {
    transform: rotate(45deg);
    height: 20px;
    width: 20px;
    z-index: -1;
    right: 30px;
    background: rgb(187,200,207);
    top: -10px;
    position: absolute;
    content: "";
}

.db_teacher_profile::before {
    opacity: 0.1;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    transform: translateY(-30%) skewY(-5deg);
    width: 100%;
    background: linear-gradient(45deg, rgb(187,200,207,0.5) 0%, transparent 70%);
    content: "";
}

.db_teacher_profile .db_review_spot {
    transform-style: preserve-3d;
    background: #ffffff;
    border-radius: 10px;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    padding: 2.5rem;
    border: 1px solid rgba(0,0,0,0.05);
}

.db_teacher_profile .db_img_shadow_box::after {
    z-index: 1;
    inset: 0;
    border-radius: 50%;
    position: absolute;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    content: "";
}

.db_teacher_profile .name {
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
    display: inline-block;
    color: #000000;
    font-size: 21px;
}

.db_teacher_profile .db_review_spot > div:nth-child(3) {
    transform: translateZ(10px);
    position: relative;
}

.db_teacher_profile .db_emp_overview::before {
    content: "";
    width: 3px;
    background: linear-gradient(
    to bottom,
    rgb(187,200,207) 0%,
    rgb(150,168,177) 100%
  );
    border-radius: 3px;
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
}

.db_future_attendees::after {
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    width: 100%;
    height: 100%;
    background-size: 120px 120px;
    position: absolute;
    z-index: 0;
    left: 0;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    opacity: 0.03;
    content: "";
    top: 0;
}

.db_future_attendees .db_exp_years::before {
    opacity: 0.1;
    height: 200px;
    width: 200px;
    filter: blur(30px);
    animation: pulse-effect 8s infinite alternate ease-in-out;
    border-radius: 50%;
    right: -100px;
    content: "";
    top: -100px;
    position: absolute;
    background: linear-gradient(45deg, rgb(187,200,207) 0%, rgb(150,168,177) 100%);
}

.db_future_attendees h4::after {
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
    left: 50%;
    content: "";
    border-radius: 10px;
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(187,200,207) 0%, rgb(150,168,177) 100%);
}

.db_future_attendees div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.db_future_attendees div p svg path {
    fill: rgb(187,200,207);
}

.db_future_attendees div p:hover::after {
    width: 100%;
}

.db_plan_option::before {
    bottom: 0;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
}

.db_plan_option h2 {
    transform: translateX(-10px);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    font-size: 34px;
}

.db_plan_option .db_payment_plan {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    display: grid;
    perspective: 1000px;
    padding: 0;
    gap: 30px;
    list-style: none;
}

.db_plan_option .db_fee_structure:hover .db_rate_list {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateZ(20px);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
}

.db_plan_option .db_fee_structure:hover .db_rate_list::after {
    opacity: 0.15;
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
}

.db_plan_option .db_promo_rates h4 {
    padding-bottom: 15px;
    position: relative;
    font-size: calc(24px + 2px);
    transform: translateX(-5px);
    color: rgb(187,200,207);
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.db_plan_option .db_fee_structure:hover .db_group_rates {
    color: rgb(187,200,207);
    transform: translateY(-5px);
}



::-webkit-scrollbar {
    width: 7px;
    padding: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 12.1vw;
}

::-webkit-scrollbar-thumb {
    min-height: 80px;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
    border-radius: 11.9vh;
    animation: slide_scrollbar 2.7s ease-in-out infinite;
    background: radial-gradient(ellipse at bottom left, #ffffff 27%, rgb(255, 255, 255, 0.5) 37%, rgb(150,168,177) 81%, rgb(150,168,177,0.5) 21%, rgb(187,200,207) 13%, rgb(187,200,207,0.5) 14%, rgb(226,234,237) 80%);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(150,168,177);
    box-shadow: -2px 5px 15px 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(150,168,177);
}



@media (max-width: 992px) {.db_cheat_sheet .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.db_cheat_sheet {
    padding: 50px 0;
}.db_cheat_sheet .db_header_mentor {
    flex: 0 0 100%;
}
}



@media (min-width: 768px) {.db_training_benefits .db_exp_years {
    flex-direction: row;
    align-items: stretch;
}.db_training_benefits .db_exp_years > div:first-child {
    overflow: hidden;
    flex: 0 0 45%;
}.db_training_benefits .db_img_shadow_box {
    height: 100%;
}.db_training_benefits .db_text_box_holder {
    flex: 0 0 55%;
    padding: 3rem;
}.db_training_benefits ul {
    columns: 1;
}
}



@media (max-width: 480px) {.db_training_benefits h5 {
    font-size: calc(19px * 0.8);
}.db_training_benefits .db_img_shadow_box {
    height: 180px;
}.db_training_benefits .db_text_box_holder {
    padding: 1.5rem 1.2rem;
}.db_training_benefits li {
    padding-left: 34px;
}.db_training_benefits li svg {
    width: 22px;
    height: 22px;
}
}



@media (min-width: 992px) {.db_title_screen .db_exp_years {
    gap: 3rem;
    padding: 4rem 6rem;
}.db_title_screen .db_text_box_holder {
    padding-right: 3rem;
}.db_title_screen h1 {
    margin-bottom: 2rem;
}.db_title_screen svg {
    height: 100px;
    width: 100px;
}.db_title_screen .db_img_shadow_box {
    transform-origin: center right;
    min-height: 550px;
}.db_title_screen::before {
    width: 45%;
    height: 55%;
}.db_title_screen::after {
    height: 50%;
    width: 40%;
}
}



@media screen and (max-width: 992px) {.db_course_summary {
    padding: 0;
    min-height: auto;
    flex-direction: column;
    display: flex;
}.db_course_summary .db_training_guide {
    order: 1;
    width: 100%;
    clip-path: none;
    height: 50vh;
}.db_course_summary .db_training_guide::before {
    display: none;
}.db_course_summary .container {
    padding: 4rem 3rem;
    width: 100%;
    order: 2;
}.db_course_summary .db_exp_years {
    margin: 0;
    max-width: 600px;
}.db_course_summary .db_job_success {
    background: rgba(0, 0, 0, 0.7);
}.db_course_summary::before {
    background: rgb(150,168,177,0.5);
    opacity: 0.95;
}.db_course_summary::after {
    background: none;
}.db_course_summary .db_learn_track {
    animation-duration: 20s;
}
}



@media (max-width: 480px) {.db_register_now {
    padding: 80px 0;
}.db_register_now .db_exp_years {
    padding: 40px 0;
}.db_register_now .db_exp_years::before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
}.db_register_now .db_exp_years::after {
    left: -20px;
    height: calc(100% + 40px);
    top: -20px;
    width: calc(100% + 40px);
}.db_register_now .container p {
    font-size: calc(16px * 1.2);
    margin-bottom: 30px;
}.db_register_now .db_support_help {
    padding: 12px 30px;
    font-size: calc(16px * 0.9);
}.db_register_now .container p::before {
    bottom: -20px;
    width: 30px;
}}



@media (max-width: 768px) {.db_education_framework {
    padding: 4rem 0;
}.db_education_framework .container.db_exp_years {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    transform: none;
}.db_education_framework .container.db_exp_years > div {
    padding: 2rem;
}.db_education_framework h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}.db_education_framework h3::after {
    width: 60px;
}.db_education_framework p {
    line-height: 1.6;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 991px) {header {
    padding: 0;
}header .db_main_mentor {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}header .db_top_skill {
    margin-bottom: 0;
}header .db_header_mentor {
    justify-content: center;
    margin-top: 1rem;
    flex: 1 0 100%;
}header .db_main_core {
    margin: 0 0.2rem;
}header .db_main_core a {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .db_top_skill::before {
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
}
}



@media (max-width: 991px) {.db_user_feedback {
    padding: 5rem 0;
}.db_user_feedback h2 {
    text-align: center;
    font-size: 35px;
    transform: none;
}.db_user_feedback h2::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.db_user_feedback h2:hover::after {
    transform: translateX(-50%) scaleX(1.3);
}.db_user_feedback .db_learner_views {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 991px) {.db_gratDiv {
    padding: 4rem 0;
}.db_gratDiv h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.db_gratDiv .db_exp_years {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.db_gratDiv {
    padding: 3rem 0;
}.db_gratDiv h2 {
    line-height: 1.4;
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.db_gratDiv h2::after {
    width: 60px;
    bottom: -12px;
}.db_gratDiv .db_exp_years {
    padding: 2rem 1.5rem;
}.db_gratDiv .db_exp_years::after {
    height: 80px;
    width: 80px;
}.db_gratDiv li {
    padding-left: 1.5rem;
}
}



@media (max-width: 768px) {.db_company_info {
    padding: 60px 0;
}.db_company_info h3 {
    font-size: calc(37px * 0.9);
}.db_company_info .db_impact_stats,
    .db_company_info .db_expert_studio {
    padding: 25px;
}.db_company_info .db_impact_stats span {
    font-size: calc(18px * 0.9);
}.db_company_info .db_img_shadow_box,
    .db_company_info .db_expert_sessions {
    height: 220px;
}
}



@media (min-width: 992px) {.db_teacher_profile .db_review_spot {
    padding: 3.5rem 4rem;
    grid-template-columns: 250px 1fr;
    grid-gap: 3rem;
}.db_teacher_profile .db_img_shadow_box {
    height: 220px;
    width: 220px;
}.db_teacher_profile .name {
    font-size: calc(21px * 1.1);
}.db_teacher_profile .db_review_spot > div:nth-child(2) > div {
    font-size: 12px;
}.db_teacher_profile .db_emp_overview {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 991px) {.db_future_attendees {
    padding: 80px 0;
}.db_future_attendees .db_exp_years {
    padding: 40px 30px;
}.db_future_attendees h4 {
    margin-bottom: 30px;
    font-size: calc(34px - 2px);
}.db_future_attendees div p {
    font-size: 15px;
    padding: 12px 15px;
    margin-bottom: 20px;
}
}



@media (max-width: 479px) {.db_future_attendees {
    padding: 40px 0;
}.db_future_attendees .db_exp_years {
    padding: 25px 15px;
}.db_future_attendees h4 {
    font-size: calc(34px - 6px);
}.db_future_attendees div p {
    font-size: calc(15px - 2px);
    padding: 8px 10px;
}.db_future_attendees div p svg {
    height: 18px;
    min-width: 18px;
    margin-right: 8px;
    width: 18px;
}}



@media (max-width: 480px) {.db_plan_option {
    padding: 40px 0;
}.db_plan_option h2 {
    font-size: calc(34px - 6px);
}.db_plan_option .db_payment_plan {
    margin-top: 20px;
}.db_plan_option .db_rate_list {
    padding: 15px;
}.db_plan_option .db_promo_rates h4 {
    margin-bottom: 15px;
    font-size: 24px;
}.db_plan_option .db_promo_rates p {
    font-size: calc(13px - 2px);
    margin-bottom: 20px;
}
}



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



@keyframes popIn {
    0% {
        opacity: 0;
        transform: translateY(5px) scale(0.95);
    }
    70% {
        opacity: 1;
        transform: translateY(-2px) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}



@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bgAnimation {
  0% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.5);
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}



@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}



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

