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

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

.db_head_expert {
    flex: 1 0 auto;
}

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

.db_pledge_block {
    flex: 0 0 auto;
}

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

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

.db_service_info::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(134,158,158,0.5), 0.03) 0px,
        rgba(rgb(134,158,158,0.5), 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.db_service_info h1 {
    font-size: 47px;
    z-index: 2;
    position: relative;
    font-weight: 700;
    letter-spacing: -0.02em;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    color: #000000;
    text-align: center;
    transform: translateY(0);
    margin-bottom: 3rem;
}

.db_service_info .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 3;
}

.db_service_info .db_message_us {
    display: grid;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: translateY(0);
    background: rgba(#ffffff, 0.85);
    border: 1px solid rgba(rgb(134,158,158,0.5), 0.1);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    border-radius: 19px;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
}

.db_service_info .db_message_us > div:nth-child(2) {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}

.db_service_info h6 {
    color: #000000;
    gap: 0.75rem;
    display: flex;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}

.db_service_info .db_connect_today {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.db_service_info .db_connect_today > div:hover {
    transform: translateX(5px);
}

.db_service_info .db_get_help {
    transition: color 0.3s ease;
    text-decoration: none;
    gap: 0.75rem;
    display: flex;
    color: #000000;
    position: relative;
    font-weight: 400;
    align-items: center;
    font-size: 14px;
}

.db_service_info .db_get_help:hover {
    color: rgb(134,158,158);
}

.db_service_info svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.db_service_info .db_get_help:hover svg path {
    fill: rgb(102,125,125);
}

.db_instructor_profile::before {
    opacity: 0.2;
    background: repeating-linear-gradient(
        45deg,
        rgb(102,125,125,0.5),
        rgb(102,125,125,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    content: "";
    right: -10%;
    z-index: 1;
    height: 70%;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    width: 60%;
    top: -20%;
    position: absolute;
}

.db_instructor_profile .db_review_highlights {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1000px;
}

.db_instructor_profile .db_snapshot:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
    filter: brightness(1.1);
}

.db_instructor_profile .db_job_expertise {
    z-index: 2;
    border-radius: 21px;
    background: #ffffff;
    width: 550px;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: auto;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    position: relative;
}

.db_instructor_profile .db_job_expertise:hover::before {
    left: 8px;
    opacity: 0.5;
    top: 8px;
}

.db_instructor_profile .name {
    color: rgb(134,158,158);
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    margin-bottom: 0.7rem;
    animation: slide-up 0.7s forwards 0.2s;
    font-size: 30px;
    font-weight: 700;
    z-index: 2;
}

.db_instructor_profile .db_work_items {
    animation: slide-up 0.7s forwards 0.6s;
    color: #000000;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    transform: translateY(30px);
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    opacity: 0;
}



.db_instructor_profile .db_review_highlights:hover .db_snapshot {
    animation: floating 6s ease-in-out infinite;
}

.db_appNote::before {
    position: absolute;
    background-size: 40px 40px;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.1) 1px, transparent 1px);
    height: 100%;
    left: 0;
    animation: constellation 20s infinite linear;
    width: 100%;
    content: "";
    opacity: 0.6;
    top: 0;
}

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

.db_appNote .db_study_guides:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 1px 0 rgba(255,255,255,0.15) inset;
}

.db_appNote .db_study_guides > div:first-child {
    align-items: center;
    position: relative;
    display: flex;
    padding-left: 25px;
}

.db_appNote .db_study_guides > div:first-child::before {
    height: 2px;
    transition: width 0.3s ease;
    top: 50%;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(102,125,125);
    width: 15px;
    transform: translateY(-50%);
}

.db_appNote p {
    color: #000000;
    font-size: 16px;
    opacity: 0;
    z-index: 2;
    transform: translateY(20px);
    line-height: 1.7;
    margin: 0;
    animation: fadeSlideIn 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 400;
    position: relative;
}

.db_appNote a {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 0;
    color: inherit;
    transition: transform 0.3s ease;
}

.db_appNote a:hover {
    transform: translateX(5px);
}

.db_appNote a:hover::after {
    width: 100%;
}

.db_tariff_option {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

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

.db_tariff_option .db_learn_fees {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.db_tariff_option .db_study_pricing {
    max-width: 700px;
    transform: translateY(20px);
    margin-bottom: 40px;
    opacity: 0;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
}

.db_tariff_option .db_package_deals li {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.db_tariff_option .db_package_deals li:nth-child(2) {
    animation-delay: 0.4s;
}

.db_tariff_option .db_package_deals li:nth-child(4) {
    animation-delay: 0.6s;
}

.db_tariff_option .db_pricing_levels:hover {
    transform: translateY(-8px) scale(1.02);
}

.db_tariff_option .db_pricing_levels::before {
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    left: -100%;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.db_tariff_option .db_pricing_levels:hover .db_study_rates {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.db_tariff_option .db_study_rates::after {
    transform: scaleX(0);
    width: 100%;
    content: '';
    background: linear-gradient(90deg, rgb(134,158,158), rgb(102,125,125));
    left: 0;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 5px;
    position: absolute;
    transform-origin: left;
    top: 0;
}

.db_tariff_option .db_price_choices h4 {
    font-weight: 700;
    position: relative;
    color: rgb(134,158,158);
    font-size: 20px;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
}

.db_tariff_option .db_price_choices h4::after {
    width: 40px;
    left: 0;
    position: absolute;
    background: rgb(102,125,125);
    transition: width 0.3s ease;
    height: 3px;
    bottom: 0;
    content: "";
}

.db_tariff_option .db_value_deals {
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    margin-top: auto;
    border-radius: 10px;
    padding: 10px 20px;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(134,158,158) 0%, rgb(134,158,158,0.5) 100%);
    position: relative;
    font-size: calc(20px + 4px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.db_tariff_option .db_pricing_levels:hover .db_value_deals::before {
    opacity: 1;
    transform: scale(1);
}

.db_connect_form {
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(165,190,190);
    position: relative;
}

.db_connect_form::before {
    position: absolute;
    background: linear-gradient(120deg, rgb(134,158,158,0.5) 0%, transparent 75%);
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.15;
    width: 100%;
    left: 0;
}

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

.db_connect_form .db_message_reach {
    flex-wrap: wrap;
    margin-top: 50px;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    flex-direction: row-reverse;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
}

.db_connect_form .db_query_request {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}

.db_connect_form .db_query_request::before {
    height: calc(100% - 80px);
    left: 0;
    top: 40px;
    content: "";
    background: linear-gradient(to bottom, rgb(134,158,158), rgb(102,125,125));
    position: absolute;
    border-radius: 2.5px;
    width: 5px;
}

.db_connect_form form input[type="text"] {
    background: rgb(165,190,190);
    margin-bottom: 20px;
    padding: 18px 25px;
    color: #000000;
    width: 100%;
    border: none;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}

.db_connect_form .db_message_message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.db_connect_form .db_message_message label::before {
    position: absolute;
    width: 22px;
    left: 0;
    content: "";
    height: 22px;
    border-radius: 10px;
    top: 2px;
    transition: all 0.2s ease;
    border: 2px solid rgb(134,158,158,0.5);
}

.db_connect_form .db_message_message input[type="checkbox"]:checked + label::after {
    height: 11px;
    top: 9px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    left: 8px;
    position: absolute;
    width: 6px;
}

.db_connect_form form .db_message_help {
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(134,158,158), rgb(102,125,125));
    font-family: Arial, sans-serif;
    padding: 15px 35px;
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
}

.db_connect_form form .db_message_help:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.db_connect_form svg path {
    fill: rgb(134,158,158);
    transition: fill 0.3s ease;
}

.db_privacy_hideaway h1 {
    margin-top: 40px;
    color: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    border-bottom: 2px solid rgb(102,125,125);
    font-size: 43px;
}

.db_privacy_hideaway h3, .db_privacy_hideaway h4, .db_privacy_hideaway h5, .db_privacy_hideaway h6 {
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 25px;
    color: #000000;
}

.db_privacy_hideaway li {
    line-height: 1.6;
    padding-left: 20px;
    color: #000000;
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
}

.db_privacy_hideaway p, .db_privacy_hideaway span, .db_privacy_hideaway div {
    padding: 5px 10px;
    margin-bottom: 10px;
    line-height: 1.8;
    background-color: rgb(134,158,158,0.5);
    border-left: 3px solid rgb(134,158,158);
    font-weight: 300;
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
}

.db_instructional_approach::after {
    position: absolute;
    z-index: 1;
    background: linear-gradient(225deg, rgb(102,125,125,0.5), rgb(134,158,158,0.5));
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 250px;
    left: -5%;
    height: 250px;
    bottom: -8%;
    animation: floatingShape 15s infinite alternate-reverse ease-in-out;
    opacity: 0.08;
}

.db_instructional_approach h2 {
    transform: translateX(-8px);
    color: #000000;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    opacity: 0;
    font-size: 38px;
    display: inline-block;
}

.db_instructional_approach .db_text_block {
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    padding: 40px;
    transform: translateY(20px);
    opacity: 0;
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    position: relative;
}

.db_instructional_approach .db_text_block p {
    font-size: 12px;
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}



.db_instructional_approach:hover .db_text_block {
    transform: translateY(-5px);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

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

.db_title_page .db_instructor_bio:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.db_title_page .db_instructor_bio::before {
    background: rgb(102,125,125);
    top: -10px;
    transform: scaleX(0.8);
    height: 3px;
    right: 20px;
    position: absolute;
    transition: transform 0.5s ease;
    left: 20px;
    content: "";
}

.db_title_page .db_instructor_bio::after {
    height: 3px;
    left: 20px;
    background: rgb(102,125,125);
    bottom: -10px;
    position: absolute;
    right: 20px;
    transition: transform 0.5s ease;
    transform: scaleX(0.8);
    content: "";
}

.db_title_page .db_instructor_bio > div:first-child::after {
    left: 0;
    width: 80px;
    animation: line-grow 1.5s ease-out forwards;
    bottom: -15px;
    background: #ffffff;
    position: absolute;
    transform-origin: left;
    height: 2px;
    content: "";
}

.db_title_page h3 {
    line-height: 1.6;
    font-size: calc(20px + 0.1rem);
    position: relative;
    animation: slide-up 1s ease-out 0.6s forwards;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
}

.db_title_page .db_instructor_bio > div:last-child {
    border-left: 2px solid rgba(rgb(102,125,125,0.5), 0.5);
    position: relative;
    padding-left: 1.5rem;
    z-index: 2;
}

.db_program_offerings::before {
    z-index: 0;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    transform: translateX(30%) skewX(-15deg);
    top: 0;
    content: "";
    background: linear-gradient(45deg, transparent, rgb(102,125,125,0.5), transparent);
    width: 40%;
    right: 0;
}

.db_program_offerings h2 {
    font-size: calc(37px * 1.05);
    opacity: 0;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    transform: translateX(-2rem);
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    color: #000000;
}

.db_program_offerings .db_career_ready {
    opacity: 0;
    gap: 2.5rem;
    transform: translateY(2rem);
    animation: fadeUpContent 1s ease-out 0.5s forwards;
    grid-template-columns: 1fr;
    display: grid;
}

.db_program_offerings .db_snapshot::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(102,125,125,0.5) 100%
    );
}

.db_program_offerings .db_snapshot:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.db_program_offerings .db_snapshot:hover::after {
    transform: translateX(0);
    opacity: 0.7;
}

.db_program_offerings .description {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-size: 16px;
    border-left: 2px solid rgb(134,158,158,0.5);
    color: #000000;
    position: relative;
    line-height: 1.7;
}

.db_program_offerings .description:last-of-type {
    position: relative;
    padding-top: 1.5rem;
}

.db_program_offerings .description:last-of-type::before {
    position: absolute;
    content: "";
    height: 1px;
    top: 0;
    width: 80%;
    background: linear-gradient(90deg, rgb(102,125,125,0.5) 0%, transparent 100%);
    left: 0;
}

#db_cookieModalMessage:checked ~ .db_cookie_alert_overlay {
    opacity: 0;
    visibility: hidden;
}

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

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

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

.db_wrapper-canvas .db_data_consent {
    padding: 40px 0;
    justify-content: space-between;
}

.db_wrapper-canvas .db_cookie_user {
    text-align: left;
    color: #ffffff;
}

.db_wrapper-canvas .db_cookie_user h5 {
    font-weight: 700;
}

.db_wrapper-canvas .db_cookie_user h5, .db_wrapper-canvas .db_cookie_user p {
    color: #ffffff;
}

.db_educational_yield::before {
    position: absolute;
    animation: gradientShift 15s infinite alternate ease-in-out;
    content: "";
    background: linear-gradient(45deg, transparent 30%, rgb(134,158,158,0.5) 70%, transparent 100%);
    height: 100%;
    width: 100%;
    transform: skewX(-15deg) translateX(-50%);
    z-index: 1;
    left: 0;
    top: 0;
}

.db_educational_yield .container {
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.db_educational_yield .db_snapshot:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.2), 0 20px 30px rgba(0, 0, 0, 0.15);
}

.db_educational_yield .db_study_guides {
    position: relative;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    z-index: 4;
    transform: perspective(1000px) rotateX(2deg);
    padding: 30px;
}

.db_educational_yield h1::after {
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: -15px;
    transform: scaleX(1);
    height: 4px;
    transform-origin: left center;
    width: 80px;
    background: linear-gradient(90deg, rgb(134,158,158), rgb(102,125,125));
}

.db_educational_yield li {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.95));
    border-left: 3px solid rgb(134,158,158);
    position: relative;
    padding: 20px;
    backdrop-filter: blur(5px);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.db_educational_yield li:hover svg {
    transform: translateY(0) scale(1.1);
}

.db_educational_yield svg path {
    transition: fill 0.3s ease;
    fill: rgb(134,158,158);
}

.db_about_this::before {
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(134,158,158,0.5) 0%, transparent 50%);
    animation: pulse 15s infinite alternate;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    z-index: 1;
    position: absolute;
}



.db_about_this .container {
    max-width: 1200px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
}

.db_about_this .db_study_guides {
    align-items: center;
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 2fr;
}



.db_about_this .db_skill_spot {
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
}

.db_about_this .db_snapshot::before {
    animation: rotate 15s linear infinite;
    border-radius: 50%;
    top: -10px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border: 1px solid rgb(134,158,158,0.5);
}



.db_about_this .db_knowledge_sessions {
    z-index: 2;
    position: relative;
    width: 100%;
    text-align: center;
}

.db_about_this .db_corp_culture {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
}

.db_about_this .db_skill_spot:hover .db_corp_culture::after {
    width: 100px;
}

.db_about_this .db_proof_stats {
    letter-spacing: 1px;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    color: rgb(102,125,125);
}

.db_about_this .db_text_block:hover {
    transform: perspective(1000px) rotateY(0);
}

.db_about_this .db_text_block::before {
    width: 40px;
    content: '';
    height: 40px;
    border-top: 2px solid rgb(134,158,158);
    border-left: 2px solid rgb(134,158,158);
    position: absolute;
    left: 20px;
    opacity: 0.5;
    top: 20px;
}

.db_about_this .db_expert_track {
    align-items: center;
    display: flex;
    color: rgb(134,158,158);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}

.db_about_this .db_expert_track svg {
    fill: rgb(134,158,158);
    width: 40px;
    transition: transform 0.5s ease;
    height: 40px;
    margin-right: 10px;
}

.db_about_this h2 {
    color: #ffffff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    font-size: 32px;
}

.db_about_this .db_text_block:hover h2::after {
    width: 120px;
}

.db_about_this p {
    color: #000000;
    position: relative;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 0;
}

header .db_nav_primary {
    justify-content: space-between;
    position: relative;
    padding: 1.2rem 2.5rem;
    display: flex;
    z-index: 5;
    align-items: center;
}

header .db_head_learn {
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.8rem 1.2rem;
    flex: 0 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-radius: 25px;
    transition: all 0.4s ease;
}

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

header .db_nav_sitebar a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}

header .db_nav_sitebar a::before {
    content: '';
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 25px;
}

header .db_nav_sitebar:hover::after {
    width: 70%;
}

header .db_nav_primary::before {
    top: -20px;
    position: absolute;
    content: '';
    width: 100px;
    opacity: 0.5;
    height: 100px;
    background: rgb(134,158,158,0.5);
    border-radius: 50%;
    filter: blur(40px);
    right: -20px;
    z-index: -1;
}

header .db_head_expert {
    position: relative;
    background: rgb(165,190,190);
    padding-top: 2rem;
    z-index: 1;
}



header .db_head_learn::after {
    height: 20px;
    bottom: -20px;
    content: '';
    transition: all 0.4s ease;
    width: 100%;
    left: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    position: absolute;
    opacity: 0.5;
}

.db_pledge_block .container {
    display: flex;
    flex-wrap: wrap;
}

.db_pledge_block .company_holder h3 {
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ffffff;
}

.db_pledge_block .db_transcript {
    margin: 0 auto;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    text-align: center;
    line-height: 1.7;
    color: #ffffff;
    max-width: 80%;
    border-radius: 10px;
}

.db_pledge_block .db_main_master:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.db_pledge_block .db_main_master h5 {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.db_pledge_block .db_main_master .db_top_info a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    color: #ffffff;
}

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



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

.db_customer_opinions::after {
    transform: rotate(-15deg);
    opacity: 0.05;
    content: "";
    z-index: 0;
    top: -10%;
    right: -10%;
    height: 40%;
    background: rgb(102,125,125);
    width: 40%;
    position: absolute;
}

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

.db_customer_opinions h2::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0.3rem;
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(134,158,158);
    content: "";
    bottom: -0.8rem;
    width: 5rem;
    position: absolute;
    left: 0;
}

.db_customer_opinions .db_review_highlights {
    z-index: 2;
    position: relative;
    background: #ffffff;
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.3s ease-out;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    display: flex;
}

.db_customer_opinions .db_review_highlights:hover {
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}

.db_customer_opinions .db_review_highlights h3 {
    font-size: calc(21px * 1.1);
    color: rgb(134,158,158);
    margin-bottom: 0.8rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.db_customer_opinions .db_review_highlights:hover h3::after {
    width: 100%;
}

.db_customer_opinions .db_review_highlights .description::before {
    font-family: serif;
    left: -1rem;
    position: absolute;
    content: "";
    color: rgb(102,125,125,0.5);
    z-index: -1;
    font-size: 6rem;
    top: -2.5rem;
    opacity: 0.2;
    transition: transform 0.5s ease;
}

.db_customer_opinions .db_review_highlights div {
    border: 3px solid #ffffff;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    position: relative;
    transition: transform 0.4s ease;
}

.db_customer_opinions .db_review_highlights:hover img {
    transform: scale(1.15);
}


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


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



@media (min-width: 768px) {.db_service_info {
    padding: 8rem 3rem;
}.db_service_info .db_message_us {
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr 1fr;
    padding: 3rem;
}.db_service_info h1 {
    margin-bottom: 4rem;
    font-size: calc(47px * 1.1);
}.db_service_info h1::after {
    width: 6rem;
}.db_service_info .db_message_us > div:first-child {
    font-size: calc(14px + 0.2rem);
}
}



@media (max-width: 480px) {.db_service_info {
    padding: 3rem 1rem;
}.db_service_info h1 {
    font-size: calc(47px * 0.8);
}.db_service_info .db_message_us {
    padding: 1.5rem;
}.db_service_info .db_message_us > div {
    padding: 0.75rem;
}.db_service_info .db_message_us > div:first-child {
    font-size: 14px;
    padding: 1.25rem;
}}



@media (max-width: 1100px) {.db_instructor_profile .db_review_highlights {
    align-items: center;
    flex-direction: column;
}.db_instructor_profile .db_snapshot {
    width: 250px;
    left: auto;
    margin-bottom: 4rem;
    position: relative;
    height: 320px;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
}.db_instructor_profile .db_job_expertise {
    width: 100%;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    margin-left: 0;
    padding: 2rem;
}}



@media (max-width: 767px) {.db_appNote {
    padding: 4rem 0;
}.db_appNote .db_study_guides {
    gap: 2rem;
    padding: 3rem 2rem;
}.db_appNote h5 {
    font-size: calc(18px * 0.9);
}.db_appNote::after,
    .db_appNote .db_study_guides::before {
    display: none;
}
}



@media (max-width: 991px) {.db_tariff_option {
    padding: 80px 0;
}.db_tariff_option .db_package_deals {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.db_tariff_option .db_price_choices {
    padding: 25px;
    min-height: 350px;
}
}



@media (max-width: 767px) {.db_tariff_option {
    padding: 60px 0;
}.db_tariff_option h2 {
    font-size: calc(33px - 4px);
}.db_tariff_option .db_study_pricing {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.db_tariff_option .db_package_deals {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.db_tariff_option .db_price_choices {
    min-height: 300px;
}.db_tariff_option .db_value_deals {
    font-size: calc(20px + 2px);
}
}



@media screen and (max-width: 991px) {.db_connect_form .db_snapshot {
    flex: 0 0 100%;
    min-height: 300px;
}.db_connect_form .db_query_request {
    flex: 0 0 100%;
}.db_connect_form .db_query_request::before {
    height: 5px;
    left: 40px;
    width: calc(100% - 80px);
    top: 0;
    background: linear-gradient(to right, rgb(134,158,158), rgb(102,125,125));
}.db_connect_form form {
    padding-top: 25px;
    padding-left: 0;
}
}



@media only screen and (max-width: 800px) {.db_privacy_hideaway {
    padding: 20px;
}.db_privacy_hideaway h1 {
    font-size: calc(23px - 10%);
}.db_privacy_hideaway h2 {
    font-size: calc(23px - 10%);
}.db_privacy_hideaway h3, .db_privacy_hideaway h4, .db_privacy_hideaway h5, .db_privacy_hideaway h6 {
    font-size: calc(23px - 10%);
}.db_privacy_hideaway li {
    font-size: calc(14px - 10%);
}}



@media (max-width: 991px) {.db_instructional_approach {
    padding: 90px 0;
}.db_instructional_approach::before {
    width: 200px;
    height: 200px;
}.db_instructional_approach::after {
    width: 180px;
    height: 180px;
}.db_instructional_approach .db_text_block {
    padding: 30px;
}
}



@media (max-width: 576px) {.db_instructional_approach {
    padding: 50px 0;
}.db_instructional_approach::before, 
    .db_instructional_approach::after {
    height: 150px;
    width: 150px;
}.db_instructional_approach h2 {
    font-size: calc(38px * 0.75);
    margin-bottom: 25px;
}.db_instructional_approach .db_text_block {
    padding: 20px 15px;
}.db_instructional_approach .db_text_block::before {
    width: 3px;
}.db_instructional_approach .db_text_block p {
    font-size: calc(12px * 0.9);
    line-height: 1.7;
}.db_instructional_approach h2::after {
    height: 2px;
}}



@media (max-width: 576px) {.db_title_page .db_learn_open {
    min-height: auto;
    padding: 2rem 0.75rem;
}.db_title_page .db_instructor_bio {
    padding: 1.25rem;
}.db_title_page .title_style_header {
    font-size: calc(47px - 0.8rem);
}.db_title_page h3 {
    line-height: 1.5;
    font-size: calc(20px - 0.3rem);
}.db_title_page p {
    margin-top: 1rem;
}.db_title_page .db_instructor_bio > div:first-child {
    margin-bottom: 2rem;
}.db_title_page .db_instructor_bio > div:first-child::after {
    bottom: -10px;
    width: 60px;
}}



@media (min-width: 1024px) {.db_program_offerings {
    padding: 10rem 0;
}.db_program_offerings::before {
    width: 60%;
}.db_program_offerings h2 {
    max-width: 70%;
    font-size: calc(37px * 1.2);
}.db_program_offerings .db_career_ready {
    grid-template-columns: 40% 1fr;
    gap: 5rem;
}.db_program_offerings .db_snapshot {
    height: 500px;
}.db_program_offerings .description {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}


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


@media only screen and (max-width: 800px) {.db_cookie_data {
    display: none;
}.db_data_consent {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.db_cookie_alert_overlay h5 {
    text-align: center;
}.db_cookie_alert_overlay p {
    text-align: center;
}.db_cookie_user {
    margin-bottom: 20px;
}body .db_wrapper-canvas .db_policy_ack {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 992px) {.db_educational_yield {
    padding: 150px 0;
}.db_educational_yield .db_snapshot {
    transform: perspective(1200px) rotateX(5deg) rotateY(-5deg);
}.db_educational_yield .db_snapshot:hover {
    transform: perspective(1200px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
}.db_educational_yield .db_study_guides {
    margin-left: -80px;
    transform: perspective(1200px) rotateX(2deg) rotateY(2deg);
}.db_educational_yield h1 {
    font-size: calc(40px * 1.1);
}.db_educational_yield ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.db_about_this {
    padding: 80px 0;
}.db_about_this .container {
    padding: 0 20px;
}.db_about_this .db_study_guides {
    grid-template-columns: 1fr;
    gap: 30px;
}.db_about_this .db_skill_spot {
    margin: 0 auto;
    max-width: 400px;
}.db_about_this .db_text_block {
    transform: none;
    padding: 30px;
}.db_about_this h2 {
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 480px) {.db_about_this {
    padding: 40px 0;
}.db_about_this .db_snapshot {
    height: 120px;
    margin-bottom: 15px;
    width: 120px;
}.db_about_this .db_corp_culture {
    font-size: calc(24px * 0.9);
}.db_about_this .db_proof_stats {
    font-size: calc(13px * 0.9);
}.db_about_this .db_expert_track {
    font-size: calc(18px * 0.9);
}.db_about_this h2 {
    font-size: calc(32px * 0.7);
    padding-bottom: 10px;
}.db_about_this p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}



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



@media (max-width: 767px) {header {
    padding: 0;
}header .db_nav_primary {
    padding: 0.8rem 1.2rem;
}header .db_head_learn {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .db_main_core img {
    max-height: 35px;
}header .db_main_master {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    overflow-x: auto;
}header .db_main_master::-webkit-scrollbar {
    height: 3px;
}header .db_main_master::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .db_nav_sitebar {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .db_nav_sitebar a {
    padding: 0.5rem 0.8rem;
    font-size: calc(18px - 2px);
    white-space: nowrap;
}header .db_nav_sitebar::after {
    display: none;
}header .db_head_learn::after {
    display: none;
}
}



@media (max-width: 767px) {.db_pledge_block .db_main_master {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}.db_pledge_block .company_holder {
    padding: 20px 15px;
}.db_pledge_block .db_transcript {
    padding: 15px;
    max-width: 100%;
}
}



@media (max-width: 992px) {.db_customer_opinions {
    padding: 5rem 0;
}.db_customer_opinions h2 {
    text-align: center;
    transform: translateX(0);
    font-size: 28px;
}.db_customer_opinions h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.db_customer_opinions h2:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.db_customer_opinions .db_learning_opinion {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}
}



@media (max-width: 576px) {.db_customer_opinions {
    padding: 3rem 0;
}.db_customer_opinions h2 {
    line-height: 1.4;
    font-size: calc(28px * 0.9);
    margin-bottom: 2rem;
}.db_customer_opinions .db_learning_opinion {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.db_customer_opinions .db_review_highlights {
    max-width: 100%;
}.db_customer_opinions .db_review_highlights div {
    width: 50px;
    height: 50px;
}
}



@media (prefers-reduced-motion) {.db_customer_opinions .db_review_highlights,
  .db_customer_opinions .db_review_highlights::before,
  .db_customer_opinions .db_review_highlights h3::after,
  .db_customer_opinions .db_review_highlights .description::before,
  .db_customer_opinions .db_review_highlights div,
  .db_customer_opinions .db_review_highlights img,
  .db_customer_opinions h2::after {
    transition: none;
}
}

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

@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}



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



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



@keyframes verticalLineGrow {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}



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



@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes fadeUpContent {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

