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

.dbnav_wrap {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    border-bottom: 1px solid rgb(205,188,186,0.5);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, 
        rgb(205,188,186) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    left: 0;
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: fixed;
}

.dbthanksNote::before {
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    animation: patternMove 30s linear infinite;
    pointer-events: none;
    top: 0;
    transform: translateZ(-20px);
    background: repeating-linear-gradient(
        45deg,
        rgb(175,133,132,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(175,133,132,0.5) 11px
    );
    position: absolute;
    opacity: 0.1;
}

.dbthanksNote .dbteam_bios {
    background: #ffffff;
    transform: translateZ(15px) rotateX(2deg);
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    margin-top: 20px;
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    border-radius: 15px;
    position: relative;
    opacity: 0;
}

.dbthanksNote li {
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    padding: 20px 15px 20px 35px;
    border-radius: 0 10px 10px 0;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    transform: translateX(-20px);
    opacity: 0;
    border-left: 3px solid rgb(175,133,132);
    margin-bottom: 15px;
    position: relative;
}

.dbconnect_with_us {
    padding: 100px 0;
    position: relative;
}

.dbconnect_with_us .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}

.dbconnect_with_us .dbsupport_box {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    border-radius: 12px;
    display: grid;
}

.dbconnect_with_us .dbsupport_box div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.dbconnect_with_us .dbsupport_box svg path {
    fill: rgb(205,188,186);
}

.dbconnect_with_us .dbsupport_box a {
    transition: color 0.3s ease;
    color: rgb(205,188,186);
    text-decoration: none;
    font-weight: 600;
}

.dbconnect_with_us form h3::after {
    width: 80px;
    bottom: -15px;
    content: '';
    height: 4px;
    border-radius: 2px;
    background: rgb(205,188,186);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.dbconnect_with_us form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.dbconnect_with_us .dbsupport_list {
    align-items: flex-start;
    grid-column: 1 / -1;
    margin: 10px 0;
    display: flex;
}

.dbconnect_with_us .dbsupport_list input[type="checkbox"]:checked {
    border-color: rgb(205,188,186);
    background-color: rgb(205,188,186);
}

.dbconnect_with_us .dbsupport_list label {
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
}

.dbconnect_with_us .dbsupport_list a {
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(205,188,186);
    text-decoration: none;
}

.dbmeet_us {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    color: #ffffff;
}

.dbmeet_us {
    padding: 180px 0 140px;
}

.dbmeet_us::after {
    opacity: 0.12;
    right: -50%;
    z-index: 2;
    top: -50%;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(205,188,186,0.5), transparent 70%);
    content: "";
    height: 100%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
}

.dbmeet_us h4::after {
    animation: slideRight 3s infinite alternate ease-in-out;
    left: 50%;
    bottom: -15px;
    background: rgb(175,133,132);
    position: absolute;
    width: 10px;
    content: "";
    transform: translateX(-50%) translateX(45px);
    height: 3px;
}

.dbmeet_us h4::after {
    transform: translateX(-50%) translateX(65px);
}

.dbmeet_us .dbtext_arch::before {
    position: absolute;
    animation: borderShine 8s infinite linear;
    opacity: 0.4;
    right: -5px;
    z-index: -1;
    left: -5px;
    background: linear-gradient(45deg, transparent 40%, rgb(205,188,186,0.5) 45%, rgb(205,188,186,0.5) 50%, transparent 55%);
    content: "";
    bottom: -5px;
    top: -5px;
}

.dbmeet_us .dbtext_arch div {
    position: relative;
}

.dbmeet_us .dbtext_arch div::after {
    right: -40px;
    border-right: 2px solid rgb(205,188,186,0.5);
    bottom: 0;
    height: 20px;
    border-bottom: 2px solid rgb(205,188,186,0.5);
    opacity: 0.6;
    content: "";
    width: 20px;
    position: absolute;
}

.dbpricing_table .dbpricing_catalog {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}

.dbpricing_table .dbvalue_rates {
    animation: fadeUp 0.8s ease-out forwards;
    order: -1;
    margin: 0 auto 2rem;
    opacity: 0;
    text-align: center;
    transform: translateY(20px);
    max-width: 800px;
}

.dbpricing_table .dbannual_fee {
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.dbpricing_table .dbmonthly_rate:nth-child(1) {
    animation-delay: 0.1s;
}

.dbpricing_table .dbmonthly_rate:nth-child(2) {
    animation-delay: 0.2s;
}

.dbpricing_table .dbmonthly_rate:nth-child(4) {
    animation-delay: 0.4s;
}

.dbpricing_table .dbmonthly_rate:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}

.dbpricing_table .dbmonthly_rate:hover::before {
    transform: scaleX(1);
}

.dbpricing_table .dbrate_options {
    flex-grow: 1;
    flex-direction: column;
    padding: 2rem;
    display: flex;
}

.dbpricing_table .dbplan_rates {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: rgb(205,188,186);
}

.dbpricing_table .dbrate_options p {
    overflow-wrap: break-word;
    color: #000000;
    margin: 0;
    font-size: calc(13px - 2px);
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
}

.dbpricing_table .dbmonthly_rate:hover .dbimg_caption::after {
    opacity: 0.4;
}

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

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

header .container:before {
    content: '';
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
    height: 100%;
}

header .dbhead_section {
    position: relative;
    align-items: center;
    display: flex;
    gap: 30px;
}

header .dbhead_wrap {
    padding: 8px 2px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 1px #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

header .dbhead_wrap:after {
    transform: translateX(-50%);
    opacity: 0.8;
    position: absolute;
    width: 0;
    filter: blur(0.5px);
    height: 2px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(90deg, 
        rgb(205,188,186),
        #ffffff 50%,
        rgb(205,188,186)
    );
    bottom: -2px;
    content: '';
    left: 50%;
}

header .dbnav_section:after {
    position: absolute;
    border: 1px solid transparent;
    left: -5px;
    transition: all 0.5s ease;
    opacity: 0;
    width: calc(100% + 10px);
    border-image: linear-gradient(45deg, rgb(205,188,186), rgb(175,133,132), rgb(205,188,186)) 1;
    top: -5px;
    height: calc(100% + 10px);
    content: '';
}

header .dbnav_section:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

.dbfollow::after {
    height: 200%;
    position: absolute;
    width: 70%;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    content: "";
    right: -20%;
    background: rgb(175,133,132);
    transform: rotate(-20deg);
    top: -50%;
    opacity: 0.1;
}

.dbfollow h3 {
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    transform: translateX(-10px);
    margin: 0;
    animation: slideInText 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    opacity: 0;
    font-size: calc(22px * 1.2);
    color: #ffffff;
}

.dbfollow .input_holder div {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.dbfollow .input_holder div:hover::before,
.dbfollow .input_holder div:focus-within::before {
    width: 100%;
}

.dbfollow .dbjoin_news:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.dbfollow .dbquery_message::before {
    content: "";
    z-index: -1;
    background: rgb(175,133,132);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    transform: translateX(-100%);
}

.dbtraining_specialist {
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(205,188,186,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(175,133,132,0.5) 0%, transparent 40%), 
              #000000;
    position: relative;
    padding: 7rem 2rem;
}

.dbtraining_specialist .dblearner_review::after {
    width: 100%;
    height: 100%;
    pointer-events: none;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(205,188,186,0.5) 0%, transparent 50%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.3;
}

.dbtraining_specialist .dblearner_review .name {
    color: #ffffff;
    font-size: 28px;
    grid-column: 2 / 3;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(205,188,186,0.5), 0 0 20px rgb(205,188,186,0.5);
    grid-row: 1 / 2;
    z-index: 2;
    letter-spacing: 2px;
    position: relative;
    animation: neonPulse 4s infinite alternate;
    padding: 3.5rem 2rem 0.5rem 3rem;
}

.dbtitle_page .dblearn_entry {
    padding: 2rem;
    display: flex;
    z-index: 1;
    min-height: 100vh;
    justify-content: center;
    position: relative;
    align-items: center;
}

.dbtitle_page .dblearn_entry::after {
    background-size: 20px 20px;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.05) 75%);
    content: "";
    opacity: 0.15;
    height: 100%;
}

.dbtitle_page h1 {
    animation: slideRightFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.3s forwards;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2),
                 0 8px 16px rgba(0,0,0,0.1);
    transform: translateX(-30px);
    margin-bottom: 1.5rem;
    opacity: 0;
    line-height: 1.1;
    color: #ffffff;
    font-size: calc(41px * 1.2);
}

.dbtitle_page h3::before {
    transform: scaleY(0);
    background: rgb(175,133,132);
    position: absolute;
    bottom: 0;
    content: "";
    animation: scaleVertical 0.6s ease-out 0.9s forwards;
    left: 0;
    top: 0;
    width: 3px;
    opacity: 0.8;
    transform-origin: top;
}

.dbaspiring_learners {
    background: linear-gradient(150deg, rgb(225,221,220) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.dbaspiring_learners .dbteam_bios {
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.dbaspiring_learners h4::after {
    height: 3px;
    content: "";
    bottom: -1px;
    background: linear-gradient(90deg, rgb(205,188,186), rgb(175,133,132));
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
}

.dbaspiring_learners div p::before {
    top: 0;
    z-index: -1;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgba(rgb(205,188,186), 0.1) 0%, transparent 100%);
    left: 0;
    width: 0;
}

.dbaspiring_learners div p svg {
    width: 24px;
    left: 20px;
    transform: translateY(-50%);
    height: 24px;
    top: 50%;
    transition: all 0.3s ease;
    position: absolute;
}

.dbaspiring_learners div p:hover svg path {
    fill: rgb(175,133,132);
}

.dbterms_legal::before {
    z-index: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(180deg, transparent 0%, rgb(205,188,186,0.5) 100%);
    opacity: 0.05;
    left: 0;
    content: '';
    height: 250px;
}

.dbterms_legal .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}

.dbterms_legal .info_item a:hover {
    color: rgb(205,188,186);
}

.dbterms_legal .text_main_holder {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 3rem;
}

.dbterms_legal .dbmain_learn svg {
    height: auto;
    max-width: 160px;
    transition: opacity 0.3s ease;
}

.dbterms_legal .dbhead_section h5 {
    color: #000000;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
    font-size: 19px;
}

.dbterms_legal .dbhead_pagebar a::before {
    width: 0;
    content: '';
    background-color: rgb(205,188,186);
    left: -10px;
    transition: width 0.3s ease, left 0.3s ease;
    height: 1px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.dbterms_legal .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
}

.dbterms_legal .input_holder input[type="email"] {
    flex: 1;
    color: #000000;
    padding: 1rem 1.25rem;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid rgb(175,133,132,0.5);
    border-radius: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.dbterms_legal .dblecture_ref {
    font-size: 14px;
    opacity: 0.8;
    color: #000000;
}

.dbterms_legal .dbhead_pagebar:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.dbcourse_structure::before {
    content: '';
    position: absolute;
    height: 300px;
    background: rgb(205,188,186,0.5);
    top: -50px;
    opacity: 0.1;
    right: -50px;
    transform: rotate(35deg);
    z-index: 1;
    width: 300px;
}

.dbcourse_structure .dbtraining_flow {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}

.dbcourse_structure .dbimg_caption::before {
    top: 0;
    position: absolute;
    content: '';
    z-index: 1;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(205,188,186), 0.2),
        rgba(rgb(175,133,132), 0.2)
    );
    height: 100%;
    width: 100%;
    left: 0;
}

.dbcourse_structure h3 {
    line-height: 1.3;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateX(-5px);
    font-size: calc(37px * 0.9);
    position: relative;
}

.dbcourse_structure p.description {
    scrollbar-color: rgb(205,188,186,0.5) rgb(225,221,220);
    max-height: 300px;
    padding-right: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
}

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

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

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

.dbconfidential_cell {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: rgb(205,188,186);
    padding: 50px;
    color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 0 10px rgb(205,188,186,0.5);
    border: 1px solid rgb(205,188,186,0.5);
}

.dbconfidential_cell ul {
    list-style-type: none;
    margin: 1rem 0;
    padding: 0;
}

.dbconfidential_cell p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffffff;
}

.dbconfidential_cell span {
    border-radius: 10px;
    background-color: rgb(205,188,186,0.5);
    padding: 3px 6px;
    color: rgb(205,188,186);
    font-weight: 600;
}


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



@media (max-width: 992px) {.dbthanksNote {
    padding: 60px 0;
}.dbthanksNote h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.dbthanksNote .dbteam_bios {
    padding: 30px;
}
}



@media (max-width: 576px) {.dbthanksNote {
    padding: 40px 0;
}.dbthanksNote h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.7);
    line-height: 1.5;
}.dbthanksNote h2::after {
    bottom: -10px;
    width: 100px;
}.dbthanksNote .dbteam_bios {
    transform: translateZ(5px) rotateX(0.5deg);
    margin-top: 15px;
    padding: 20px;
}.dbthanksNote li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.dbthanksNote li::before {
    width: 12px;
    height: 12px;
    left: -7px;
}.dbthanksNote span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}



@media (min-width: 768px) {.dbmeet_us {
    padding: 160px 0 120px;
}.dbmeet_us span {
    column-count: 2;
}.dbmeet_us .dbtext_arch {
    padding: 50px 60px;
}.dbmeet_us h4 {
    font-size: calc(18px * 1.2);
    margin-bottom: 80px;
}.dbmeet_us h6 {
    margin-bottom: 35px;
    font-size: calc(21px * 1.4);
}.dbmeet_us .dbtext_arch::after {
    width: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(205,188,186,0.5), transparent);
    position: absolute;
    filter: blur(10px);
    top: 20px;
    opacity: 0.2;
    content: "";
    height: 60px;
    right: 20px;
}
}



@media (max-width: 767px) {.dbpricing_table .dbmonthly_rate {
    margin: 0 auto;
    max-width: 400px;
}.dbpricing_table .dbvalue_rates h2 {
    font-size: calc(38px * 0.9);
}.dbpricing_table .dbcost_options {
    font-size: calc(13px * 0.95);
}}



@media (max-width: 767px) {header .dbhead_section {
    overflow-y: auto;
    width: 85%;
    right: -100%;
    flex-direction: column;
    height: 100vh;
    padding: 85px 30px 30px;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    gap: 25px;
    -webkit-backdrop-filter: blur(15px);
    max-width: 330px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    top: 0;
    backdrop-filter: blur(15px);
    position: fixed;
}header .dbhead_section:before {
    width: 80%;
    left: 10%;
    animation: none;
    top: 70px;
    height: 1px;
    opacity: 0.3;
}header .dbhead_section:after {
    background: transparent;
    opacity: 0.6;
    top: 20px;
    height: 30px;
    position: absolute;
    border: 1px solid rgb(205,188,186,0.5);
    width: 30px;
    right: 20px;
    content: '';
}header .menu.active {
    right: 0;
}header .dbhead_wrap {
    width: 100%;
    text-align: left;
    padding: 12px 5px;
    opacity: 0.8;
    border-bottom: 1px solid rgb(205,188,186,0.5);
}header .dbhead_wrap:last-child {
    border-bottom: none;
}header .dbhead_wrap:hover {
    opacity: 1;
    transform: translateY(0);
}header .dbnav_section {
    margin: 0 auto;
}
}



@media screen and (max-width: 1200px) {.dbtitle_page .dbexpert_team {
    padding: 2.5rem 1.5rem;
    max-width: 800px;
}.dbtitle_page h1 {
    font-size: calc(41px * 1.1);
}.dbtitle_page h3 {
    font-size: 18px;
}
}



@media screen and (max-width: 768px) {.dbtitle_page .dblearn_entry {
    padding: 1rem;
    min-height: 80vh;
}.dbtitle_page .dbexpert_team {
    padding: 1.8rem 1.2rem;
    max-width: 100%;
}.dbtitle_page h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 1.2rem;
}.dbtitle_page h3 {
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.9);
}.dbtitle_page p {
    font-size: calc(17px * 0.95);
    max-width: 100%;
    margin-top: 1.5rem;
}.dbtitle_page .dbexpert_team::before,
    .dbtitle_page .dbexpert_team::after {
    width: 60px;
    height: 60px;
}
}



@media (max-width: 991px) {.dbaspiring_learners {
    padding: 100px 0;
}.dbaspiring_learners h4 {
    font-size: calc(28px - 2px);
    padding: 25px;
}.dbaspiring_learners div {
    padding: 30px;
}.dbaspiring_learners div p {
    margin-bottom: 15px;
    padding: 18px 18px 18px 55px;
}.dbaspiring_learners div p svg {
    height: 22px;
    width: 22px;
    left: 18px;
}
}



@media (max-width: 479px) {.dbaspiring_learners {
    padding: 60px 0;
}.dbaspiring_learners h4 {
    padding: 18px 15px;
    font-size: calc(28px - 6px);
}.dbaspiring_learners div {
    padding: 20px 15px;
}.dbaspiring_learners div p {
    font-size: calc(18px - 1px);
    margin-bottom: 10px;
    padding: 12px 12px 12px 45px;
}.dbaspiring_learners div p svg {
    width: 18px;
    left: 12px;
    height: 18px;
}}



@media (min-width: 768px) {.dbcourse_structure .dbtraining_flow {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.dbcourse_structure .dbimg_caption {
    height: 550px;
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
}.dbcourse_structure .dbtext_arch {
    padding: 0 0 0 20px;
}.dbcourse_structure h3 {
    margin-bottom: 35px;
    font-size: 37px;
}.dbcourse_structure h3::after {
    width: 120px;
    height: 4px;
}.dbcourse_structure p.description {
    max-height: 380px;
}
}



@media (max-width: 767px) {.dbcourse_structure {
    padding: 80px 0;
}.dbcourse_structure .dbimg_caption {
    height: 300px;
    margin-bottom: 20px;
}.dbcourse_structure h3 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
}.dbcourse_structure p.description {
    line-height: 1.6;
    max-height: 250px;
}}



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



@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}



@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}



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



@keyframes slideRight {
    0% {
        transform: translateX(-50%) translateX(45px);
    }
    100% {
        transform: translateX(-50%) translateX(60px);
    }
}



@keyframes borderShine {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 400% 0%;
    }
}



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



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



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}



@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}



@keyframes slideRightFade {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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

