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

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

.db_cheat_sheet {
    flex: 0 0 auto;
}

.db_cheat_sheet {
    padding: 70px 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

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

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

.db_contact_information .db_message_help {
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background: rgb(150,168,177,0.5);
    position: relative;
    border-radius: 14px;
    box-shadow: 0 25px 50px rgb(187,200,207,0.5);
}

.db_contact_information .db_query_widget {
    position: relative;
    flex: 0 0 55%;
    padding: 4rem 3rem 4rem 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
}

.db_contact_information h2::before {
    background: rgb(187,200,207);
    border-radius: 50%;
    content: '';
    top: 50%;
    box-shadow: 0 0 15px rgb(187,200,207,0.5);
    left: 0;
    width: 1rem;
    height: 1rem;
    position: absolute;
    transform: translateY(-50%);
}

.db_contact_information .db_query_widget input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(187,200,207,0.5);
    border-color: rgb(187,200,207);
}

.db_contact_information .db_query_widget input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.db_contact_information .db_query_widget .db_query_links input[type="checkbox"]:checked {
    background: rgb(187,200,207);
    border-color: rgb(187,200,207);
}

.db_contact_information .db_query_widget .db_query_links label {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
}

.db_contact_information .db_query_widget .db_query_links a {
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(187,200,207);
    transition: color 0.3s ease;
}

.db_contact_information .db_query_widget .db_support_help:hover::before {
    opacity: 1;
}

.db_contact_information .db_query_widget .db_support_help:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(187,200,207,0.5);
}

.db_cheat_sheet .container {
    flex-wrap: wrap;
    display: flex;
    gap: 40px;
}

.db_cheat_sheet .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.db_cheat_sheet .company_holder::before {
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    height: 5px;
    background: rgb(187,200,207);
    top: 0;
}

.db_cheat_sheet .db_fellow_prog {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 1.6;
}

.db_cheat_sheet .db_header_mentor h5 {
    font-weight: 600;
    font-size: 19px;
    border-left: 3px solid rgb(187,200,207);
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.db_cheat_sheet .db_header_mentor .db_first_section a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
    color: #ffffff;
}

.db_training_zone {
    z-index: 2;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    position: relative;
}



.db_training_zone::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    height: 1px;
    content: '';
    width: 100%;
    opacity: 0.2;
}

.db_secure_grotto h1, .db_secure_grotto h2, .db_secure_grotto h3, .db_secure_grotto h4, .db_secure_grotto h5, .db_secure_grotto h6 {
    margin-bottom: 20px;
    color: rgb(187,200,207);
}

.db_secure_grotto h1 {
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(187,200,207);
    font-size: 43px;
}

.db_secure_grotto ul li:before {
    font-size: 1.2em;
    left: 0;
    position: absolute;
    content: '•';
    color: rgb(150,168,177);
}

.db_secure_grotto a:hover {
    color: rgb(150,168,177);
}

.db_secure_grotto blockquote {
    font-style: italic;
    margin: 20px 0;
    background-color: rgb(187,200,207,0.5);
    padding: 15px 20px;
    border-left: 5px solid rgb(187,200,207);
}

.db_training_benefits::after {
    height: 6px;
    bottom: -2px;
    transform: scaleX(0.97);
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(187,200,207) 0%, rgb(150,168,177) 100%);
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
}

.db_training_benefits h5::after {
    transform: translateX(-50%);
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: rgb(187,200,207);
    left: 50%;
    bottom: -12px;
}

.db_training_benefits .db_img_shadow_box {
    transform: scale(1);
    transition: transform 1.2s ease-out;
    object-position: center;
    object-fit: cover;
    height: 300px;
    display: block;
    width: 100%;
}

.db_training_benefits .db_exp_years:hover .db_text_box_holder::before {
    height: 100%;
}

.db_training_benefits li:hover {
    transform: translateX(5px);
}

.db_training_benefits li p {
    margin: 0;
    font-size: 14px;
    align-items: flex-start;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    display: flex;
}

.db_training_benefits li:hover svg path {
    fill: rgb(150,168,177);
}

.db_title_screen .db_exp_years {
    grid-template-columns: 1fr;
    display: grid;
    z-index: 1;
    position: relative;
    min-height: 100vh;
    padding: 2rem;
    width: 100%;
}

.db_title_screen::after {
    width: 55%;
    opacity: 0.12;
    border-radius: 30% 70% 70% 30% / 60% 40% 60% 40%;
    background: linear-gradient(135deg, rgb(150,168,177,0.5) 20%, rgb(187,200,207,0.5) 80%);
    position: absolute;
    height: 60%;
    bottom: -15%;
    content: "";
    transform: rotate(8deg);
    filter: blur(15px);
    z-index: 0;
    left: -10%;
    animation: floatBackground 22s ease-in-out infinite alternate-reverse;
}

.db_title_screen .db_course_begin {
    flex-direction: column;
    margin-bottom: 2.5rem;
    animation: fadeIn 0.8s ease forwards 0.6s;
    transform: translateY(10px);
    opacity: 0;
    display: flex;
    align-items: flex-start;
}

.db_title_screen svg {
    opacity: 0;
    transform: translateY(5px) scale(0.95);
    width: 80px;
    animation: popIn 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
    height: 80px;
    margin-left: -0.5rem;
    transform-origin: center;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.db_title_screen .db_support_help {
    z-index: 1;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    padding: 1rem 2rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(94, 170, 168, 0.2);
    background: linear-gradient(45deg, rgb(187,200,207) 0%, rgb(150,168,177) 100%);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateY(0);
    border-radius: 23px;
}

.db_title_screen .db_img_shadow_box:hover::before {
    opacity: 1;
}

.db_course_summary {
    background-color: rgb(226,234,237);
    display: grid;
    grid-template-rows: 1fr;
    overflow: hidden;
    min-height: 100vh;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.db_course_summary .db_training_flow {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.db_course_summary .db_learn_challenge {
    width: 100%;
    perspective: 1000px;
    position: relative;
    height: 100%;
}

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

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

.db_course_summary .db_training_flow:hover .db_learn_track {
    animation-play-state: paused;
}

.db_course_summary .db_job_success {
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 13px;
    padding: 2rem;
}

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

.db_course_summary .db_support_help:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(rgb(187,200,207), 0.5);
    background: transparent;
}

.db_course_summary .db_support_help::before {
    width: 100%;
    top: 0;
    background: rgb(187,200,207);
    transition: transform 0.5s;
    position: absolute;
    transform-origin: bottom right;
    content: "";
    z-index: -1;
    transform: scale(1);
    left: 0;
    height: 100%;
}

.db_register_now {
    padding: 140px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #ffffff 0%, rgb(226,234,237) 100%);
}

.db_register_now .db_exp_years {
    padding: 80px 0;
    margin: 0 auto;
    z-index: 10;
    border: 1px solid rgb(187,200,207);
    max-width: 1000px;
    position: relative;
}

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

.db_register_now .db_support_help::before {
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    width: 0;
    background: rgb(187,200,207);
    z-index: -1;
}

.db_register_now .container p::before {
    width: 40px;
    left: 50%;
    position: absolute;
    height: 1px;
    content: '';
    bottom: -25px;
    background: rgb(187,200,207);
    transform: translateX(-50%);
}

.db_service_contact::before {
    height: 200%;
    transform: rotate(45deg);
    animation: bgAnimation 20s linear infinite;
    content: "";
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
    position: absolute;
    left: -50%;
    width: 200%;
    top: -50%;
    z-index: 1;
}

.db_service_contact .db_contact_widget {
    width: 100%;
    margin-bottom: 30px;
}

.db_service_contact .db_contact_widget p:hover {
    transform: translateY(-3px);
}

.db_service_contact .db_contact_widget p svg {
    height: 20px;
    flex-shrink: 0;
    width: 20px;
    margin: 0 10px;
}

.db_service_contact .db_contact_widget p:hover svg path {
    fill: rgb(187,200,207);
}

.db_service_contact .db_message_us {
    width: 100%;
    margin-top: 50px;
}

.db_service_contact .db_info_request svg {
    height: 22px;
    margin-right: 10px;
    width: 22px;
}

.db_service_contact .db_get_contactus {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    display: grid;
}

.db_service_contact .db_edu_help svg {
    opacity: 0;
    margin-right: 0;
    transition: all 0.3s ease;
    width: 0;
    height: 16px;
}

.db_service_contact .db_edu_help:hover svg {
    width: 16px;
    opacity: 1;
    margin-right: 6px;
}

.db_education_framework::before {
    right: -5%;
    width: 35%;
    height: 40%;
    content: "";
    opacity: 0.6;
    background: linear-gradient(210deg, rgb(187,200,207,0.5) 0%, transparent 80%);
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg) skewX(10deg);
    top: -5%;
}

.db_education_framework .container.db_exp_years:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.db_education_framework .container.db_exp_years > div::before {
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(187,200,207), rgb(150,168,177));
    position: absolute;
    left: -2px;
    transition: transform 0.6s ease-out;
    width: 4px;
    content: "";
    transform-origin: top;
    height: 100%;
    top: 0;
}

.db_education_framework p {
    line-height: 1.8;
    max-width: 90%;
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
    opacity: 0.9;
    transition: opacity 0.3s ease-out;
}

.db_education_framework .container.db_exp_years:hover p span {
    border-left: 2px solid rgb(150,168,177,0.5);
    padding-left: 20px;
}

header::after {
    background-size: 200% auto;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(187,200,207) 0%,
        rgb(150,168,177) 50%,
        rgb(187,200,207) 100%
    );
    bottom: 0;
    height: 4px;
    content: '';
    left: 0;
    width: 100%;
    animation: gradientSlide 5s linear infinite;
}

header .db_head_class img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}

header .db_header_mentor {
    z-index: 5;
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

header .db_main_core a {
    position: relative;
    border: 1px solid transparent;
    display: block;
    transition: all 0.4s ease;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    z-index: 1;
}

header .db_main_core:hover::after {
    opacity: 0.4;
}

header .db_main_mentor::after {
    width: 60%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 20%;
    content: '';
    height: 1px;
    position: absolute;
    opacity: 0.1;
    bottom: 0;
}

.db_privacy_opt {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.db_privacy_ack {
    flex-shrink: 0;
    margin-right: 10px;
}

.db_cookie_overlay_window p a {
    color: rgb(187,200,207);
    text-decoration: none;
}


#db_consentAlertBanner {
    display: none;
}

.db_user_feedback {
    padding: 6rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(226,234,237) 40%, rgb(150,168,177,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.db_user_feedback h2 {
    line-height: 1.2;
    transform-origin: left center;
    text-align: left;
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 3.5rem;
    font-size: calc(35px * 1.1);
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
}

.db_user_feedback .db_learner_views {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform-style: preserve-3d;
    gap: 2.5rem;
}

.db_user_feedback .db_review_spot:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(15px) translateY(-8px);
}

.db_user_feedback .db_review_spot:hover h3 {
    transform: translateX(5px);
}

.db_user_feedback .db_review_spot:hover h3::after {
    height: 80%;
}

.db_user_feedback .db_review_spot .description {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    z-index: 2;
    color: #000000;
    font-weight: 400;
}

.db_user_feedback .db_review_spot img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

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

.db_user_feedback .db_review_spot:nth-child(3n+1)::after {
    content: '';
    right: 0;
    width: 30%;
    background: linear-gradient(135deg, transparent 50%, rgb(187,200,207,0.5) 100%);
    position: absolute;
    opacity: 0.05;
    bottom: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    height: 40%;
}

.db_gratDiv::before {
    background: radial-gradient(circle at 70% 30%, rgb(150,168,177,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 1;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}

.db_gratDiv h2 {
    font-weight: 700;
    text-align: center;
    max-width: 900px;
    position: relative;
    line-height: 1.3;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    margin-bottom: 3rem;
    font-size: 38px;
    letter-spacing: -0.02em;
}

.db_gratDiv .db_exp_years::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(187,200,207), rgb(150,168,177));
    height: 100%;
    position: absolute;
    left: 0;
    width: 6px;
    content: "";
}

.db_gratDiv ul {
    padding: 0;
    margin: 0;
    z-index: 1;
    list-style: none;
    position: relative;
}

.db_company_info {
    position: relative;
    overflow: hidden;
    background-color: rgb(226,234,237);
    padding: 90px 0;
}

.db_company_info::before {
    top: 0;
    content: "";
    z-index: 1;
    right: 0;
    background: radial-gradient(circle at top right, rgb(187,200,207,0.5) 0%, transparent 70%);
    opacity: 0.4;
    position: absolute;
    height: 100%;
    width: 40%;
}

.db_company_info h3 {
    color: #000000;
    margin-bottom: 50px;
    font-size: 37px;
    position: relative;
    font-weight: 700;
    grid-column: 1 / -1;
    text-align: center;
}

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

.db_company_info .db_impact_stats span {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: rgb(187,200,207);
}

.db_company_info .db_impact_stats p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}

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

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

.db_company_info .db_exp_years::before {
    content: "";
    z-index: -1;
    border-radius: 50%;
    animation: rotate 30s linear infinite;
    width: 200px;
    opacity: 0.4;
    top: -100px;
    border: 2px dotted rgb(187,200,207,0.5);
    height: 200px;
    left: -100px;
    position: absolute;
}

.db_company_info .db_expert_studio::before {
    background: rgb(150,168,177);
}

.db_company_info .db_impact_stats::after,
.db_company_info .db_expert_studio::after {
    height: 100px;
    right: -50%;
    opacity: 0.2;
    width: 100px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    top: -50%;
    position: absolute;
    content: "";
}

.db_teacher_profile .container {
    position: relative;
    padding: 0 1.5rem;
    perspective: 1000px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}

.db_teacher_profile .db_review_spot::before {
    width: 100%;
    background: linear-gradient(90deg, 
    rgb(187,200,207) 0%, 
    rgb(150,168,177) 50%, 
    rgb(187,200,207) 100%);
    left: 0;
    background-size: 200% 100%;
    position: absolute;
    animation: gradientMove 8s ease-in-out infinite;
    height: 5px;
    z-index: 2;
    content: "";
    top: 0;
}

.db_teacher_profile .db_img_shadow_box::before {
    background: linear-gradient(
    135deg,
    rgb(150,168,177) 0%,
    transparent 50%,
    rgb(187,200,207) 100%
  );
    content: "";
    z-index: -1;
    inset: -8px;
    position: absolute;
    opacity: 0.8;
    transform: rotate(-45deg);
    animation: rotateGradient 15s linear infinite;
    border-radius: 50%;
}

.db_teacher_profile .db_review_spot > div:nth-child(2) > div {
    margin-top: 1rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: rgb(150,168,177);
    font-size: calc(12px * 0.9);
}

.db_teacher_profile .db_review_spot:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
}

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

.db_future_attendees .db_exp_years:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

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

.db_future_attendees div p:last-child {
    margin-bottom: 0;
}

.db_future_attendees div p:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.db_future_attendees div p svg {
    margin-right: 15px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    min-width: 24px;
    width: 24px;
    height: 24px;
}

.db_plan_option {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
}

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

.db_plan_option h2::after {
    left: 0;
    background: rgb(187,200,207);
    width: 60px;
    bottom: -10px;
    position: absolute;
    height: 4px;
    transform: skewX(-20deg);
    content: "";
}

.db_plan_option .db_payment_plan li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

.db_plan_option .db_rate_list {
    transform-style: preserve-3d;
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    padding: 30px;
    transition: transform 0.4s ease-out;
    height: 100%;
    flex-direction: column;
    min-height: 450px;
    display: flex;
    overflow: hidden;
}

.db_plan_option .db_promo_rates {
    flex-direction: column;
    display: flex;
    flex: 1;
    z-index: 2;
    position: relative;
}

.db_plan_option .db_promo_rates h4::after {
    background: rgb(150,168,177);
    height: 3px;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 40px;
    transform: skewX(-15deg);
}

.db_plan_option .db_group_rates {
    font-weight: 700;
    margin-top: auto;
    color: rgb(150,168,177);
    transition: color 0.3s ease;
    position: relative;
    font-size: calc(24px + 6px);
    margin-bottom: 0;
    border-top: 1px solid rgba(0,0,0,0.08);
    display: block;
    padding: 15px 0 0;
}


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



@media screen and (max-width: 1024px) {.db_contact_information .db_message_help {
    flex-direction: column;
}.db_contact_information .db_img_shadow_box {
    min-height: 300px;
    transform: none;
    flex: 0 0 100%;
    margin-left: 0;
}.db_contact_information .db_img_shadow_box::before {
    width: 100%;
    transform: none;
}.db_contact_information .db_query_widget {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media screen and (max-width: 480px) {.db_contact_information .db_message_help {
    border-radius: 0;
}.db_contact_information .db_query_widget {
    padding: 2rem 1.5rem;
}}


@media only screen and (max-width: 800px) {.db_secure_grotto {
    padding: 20px 10px;
}.db_secure_grotto h1 {
    font-size: calc(19px - 10%);
}.db_secure_grotto h2 {
    font-size: calc(19px - 10%);
}.db_secure_grotto p, .db_secure_grotto span, .db_secure_grotto div {
    font-size: calc(13px - 10%);
}}



@media (min-width: 992px) {.db_training_benefits {
    padding: 8rem 0;
}.db_training_benefits h5 {
    margin-bottom: 4rem;
    font-size: calc(19px * 1.1);
}.db_training_benefits .db_text_box_holder {
    padding: 3.5rem;
}.db_training_benefits ul {
    columns: 2;
    column-gap: 2rem;
}.db_training_benefits li {
    break-inside: avoid;
}
}



@media (hover: none) {.db_training_benefits .db_exp_years,
  .db_training_benefits .db_exp_years:hover {
    transform: translateY(0);
}.db_training_benefits .db_img_shadow_box,
  .db_training_benefits .db_exp_years:hover .db_img_shadow_box {
    transform: scale(1);
}.db_training_benefits li:hover {
    transform: translateX(0);
}}



@media (max-width: 767px) {.db_title_screen {
    min-height: auto;
}.db_title_screen .db_exp_years {
    min-height: auto;
    padding: 3rem 1.5rem;
}.db_title_screen .db_text_box_holder {
    margin-bottom: 2rem;
}.db_title_screen .db_img_shadow_box {
    order: -1;
    min-height: 250px;
    margin-bottom: 2rem;
}.db_title_screen h1 {
    font-size: 1.75rem;
}.db_title_screen .db_course_begin p {
    font-size: 1rem;
}.db_title_screen .db_support_help {
    padding: 0.875rem 1.75rem;
}}



@media screen and (max-width: 768px) {.db_course_summary .db_training_guide {
    height: 40vh;
}.db_course_summary .container {
    padding: 3rem 2rem;
}.db_course_summary .db_job_success h3 {
    font-size: calc(40px * 0.8);
}.db_course_summary .db_job_success::before,
    .db_course_summary .db_job_success::after {
    height: 60px;
    width: 60px;
}
}



@media (max-width: 991px) {.db_register_now {
    padding: 120px 0;
}.db_register_now .db_exp_years {
    padding: 60px 0;
}.db_register_now .container p {
    font-size: calc(18px * 1.2);
    margin-bottom: 40px;
}
}



@media (max-width: 767px) {.db_register_now {
    padding: 100px 0;
}.db_register_now .db_exp_years {
    padding: 50px 0;
}.db_register_now .db_exp_years::before {
    width: calc(100% + 40px);
    top: -20px;
    height: calc(100% + 40px);
    left: -20px;
}.db_register_now .db_exp_years::after {
    height: calc(100% + 80px);
    top: -40px;
    left: -40px;
    width: calc(100% + 80px);
}.db_register_now .container p {
    margin-bottom: 35px;
    font-size: 18px;
}.db_register_now .db_support_help {
    padding: 14px 35px;
}
}



@media (max-width: 992px) {.db_education_framework {
    padding: 5rem 0;
}.db_education_framework .container.db_exp_years {
    transform: perspective(1000px) rotateY(1deg);
}.db_education_framework .container.db_exp_years > div {
    padding: 2.5rem;
}.db_education_framework h3 {
    font-size: 1.8rem;
}.db_education_framework p {
    max-width: 100%;
}
}



@media (max-width: 576px) {.db_education_framework {
    padding: 3rem 0;
}.db_education_framework .container.db_exp_years {
    padding: 0 1rem;
}.db_education_framework .container.db_exp_years > div {
    padding: 1.5rem;
}.db_education_framework h3 {
    font-size: 1.3rem;
}.db_education_framework p span {
    padding-left: 8px;
}.db_education_framework .container.db_exp_years:hover p span {
    padding-left: 12px;
}}



@media (max-width: 479px) {header .db_main_mentor {
    padding: 0.7rem 1rem;
}header .db_top_skill {
    max-width: 110px;
}header .db_main_core a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}}


@media only screen and (max-width: 1200px) {.db_cookie_overlay_window {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.db_privacy_ack {
    display: none;
}.db_privacy_opt {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.db_cookie_overlay_window h5 {
    text-align: center;
}.db_cookie_overlay_window p {
    text-align: center;
}.db_track_prefs {
    margin-bottom: 20px;
}body .db_wrapper-section .db_cookie_guard {
    margin-left: 0;
}}



@media (max-width: 767px) {.db_user_feedback {
    padding: 4rem 0;
}.db_user_feedback h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.db_user_feedback .db_learner_views {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.db_user_feedback .db_review_spot {
    padding: 1.5rem;
}.db_user_feedback .db_review_spot::before {
    font-size: 100px;
    top: -10px;
    right: 15px;
}
}



@media (max-width: 480px) {.db_gratDiv {
    padding: 2.5rem 0;
}.db_gratDiv .container {
    padding: 0 1.25rem;
}.db_gratDiv h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.db_gratDiv h2::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.db_gratDiv .db_exp_years {
    padding: 1.5rem 1.25rem;
}.db_gratDiv li span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 576px) {.db_company_info {
    padding: 50px 0;
}.db_company_info h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.db_company_info .db_impact_stats,
    .db_company_info .db_expert_studio {
    padding: 20px;
}.db_company_info .db_impact_stats p,
    .db_company_info .db_expert_studio p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    margin-bottom: 20px;
}.db_company_info .db_img_shadow_box,
    .db_company_info .db_expert_sessions {
    height: 200px;
}}



@media (min-width: 1200px) {.db_teacher_profile .container {
    padding: 0 2rem;
}.db_teacher_profile .db_review_spot {
    grid-template-columns: 280px 1fr;
    padding: 4rem 5rem;
}.db_teacher_profile .db_img_shadow_box {
    height: 240px;
    width: 240px;
}
}



@media (max-width: 767px) {.db_teacher_profile {
    padding: 4rem 0;
}.db_teacher_profile .db_review_spot {
    text-align: center;
    padding: 2rem 1.5rem;
}.db_teacher_profile .db_img_shadow_box {
    height: 150px;
    width: 150px;
}.db_teacher_profile .db_emp_overview {
    padding-left: 0;
    padding-top: 1rem;
    text-align: left;
}.db_teacher_profile .db_emp_overview::before {
    top: 0;
    width: 50px;
    transform: translateX(-50%);
    bottom: auto;
    left: 50%;
    height: 3px;
}}



@media (max-width: 991px) {.db_plan_option {
    padding: 80px 0;
}.db_value_rates {
    transform: perspective(1000px) rotateX(1deg);
}.db_plan_option .db_plan_pricing {
    transform: translateX(5px);
    max-width: 90%;
}.db_plan_option .db_payment_plan {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.db_plan_option .db_rate_list {
    min-height: 400px;
    padding: 25px;
}
}

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

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



@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-5px) scale(1.01);
    }
}



@keyframes pulseBrightness {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.2);
    }
}



@keyframes fade-in {
    to {
        opacity: 1;
    }
}

@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}



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



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}



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

