﻿html {
    scrollbar-width: auto;
    scrollbar-color: rgb(217,144,106,0.5) rgb(231,182,154);
}

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

.dbprivacy_chamber::before {
    background: linear-gradient(to right, rgb(231,182,154,0.5) 0%, transparent 10%);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.dbprivacy_chamber h1 {
    opacity: 0;
    padding-bottom: 0.75rem;
    color: #000000;
    animation: slideInTitle 0.8s 0.2s forwards;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 42px;
    transform: translateX(-5px);
}

.dbprivacy_chamber h3 {
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    opacity: 0;
    transform: translateY(8px);
    margin: 2rem 0 1rem;
    animation: slideInUp 0.6s 0.5s forwards;
    font-size: calc(28px * 0.85);
}

.dbprivacy_chamber p strong {
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}

.dbprivacy_chamber ul {
    animation: slideInRight 0.7s 0.7s forwards;
    transform: translateX(10px);
    opacity: 0;
    padding-left: 1.5rem;
    position: relative;
    margin: 1.5rem 0 2rem 1rem;
}

.dbprivacy_chamber span {
    animation: slideInUp 0.6s 0.6s forwards;
    margin: 0.75rem 0 1.5rem;
    transform: translateY(10px);
    padding-left: 1rem;
    line-height: 1.7;
    border-left: 2px solid rgb(217,144,106,0.5);
    display: block;
    color: #000000;
    font-size: 14px;
    opacity: 0;
}

.dbtitle_section > div > div:first-child {
    margin-bottom: 3rem;
    position: relative;
    opacity: 0;
    animation: slideInTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    text-align: center;
    width: 100%;
    transform: translateY(-20px);
}

.dbtitle_section .dbcourse_lead {
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(12px);
    background: linear-gradient(135deg, 
    rgba(#000000, 0.6) 0%, 
    rgba(#000000, 0.3) 100%);
    opacity: 0;
    width: 100%;
    max-width: 900px;
    transform: translateY(30px);
    animation: slideUpBox 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
               0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 3rem;
}




.dbtitle_section:hover::before {
    animation: pulseGradient 8s ease-in-out infinite alternate;
}

.dboffer_card::before {
    filter: blur(80px);
    z-index: 0;
    width: 600px;
    content: "";
    opacity: 0.15;
    height: 600px;
    top: -15%;
    background: linear-gradient(135deg, rgb(231,182,154,0.5), rgb(217,144,106,0.5));
    position: absolute;
    right: -10%;
}

.dboffer_card .dbbundle_price .dbclass_deals {
    max-width: 700px;
    transform: translateY(0);
    transition: transform 0.4s ease;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
    margin-left: 5px;
}

.dboffer_card .dbpromo_plans:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}

.dboffer_card .dbpromo_plans:hover .dbpackage_price {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(231,182,154,0.5);
}

.dboffer_card .dbpromo_plans:hover .dbpackage_price::before {
    transform: scaleX(1);
}

.dboffer_card .dbpricing_pack h3 {
    color: #000000;
    transition: transform 0.4s ease, color 0.3s ease;
    word-break: break-word;
    margin-bottom: 15px;
    font-size: calc(24px + 2px);
    position: relative;
    font-weight: 600;
    transform: translateY(0);
    overflow-wrap: break-word;
}

.dboffer_card .dbpricing_pack p {
    color: #000000;
    transition: opacity 0.3s ease;
    overflow-wrap: break-word;
    opacity: 0.85;
    word-break: break-word;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
    white-space: normal;
    flex-grow: 1;
}

.dbprivacySettingsBanner {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(231,182,154);
    width: 100%;
    background: rgb(244,219,201);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    position: fixed;
}

.dbcookie_necessary:hover {
    background: rgb(217,144,106);
    box-shadow: 0 0 10px rgb(217,144,106,0.5);
}

#dbno_thanks_cookies_collection {
    background: rgba(0, 0, 0, 0.5);
}


#dbcookie_popup_alert {
    display: none;
}

#dbcookie_popup_alert:checked ~ .dbprivacySettingsBanner {
    opacity: 0;
    visibility: hidden;
}

.dbdata_analysis h2 {
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    text-align: left;
    padding-left: 30px;
    color: #000000;
    border-left: 5px solid rgb(231,182,154);
    font-family: Arial, sans-serif;
}

.dbdata_analysis .dbstatistics_upgrade span {
    line-height: 1.7;
    position: relative;
    z-index: 2;
    display: flex;
    padding: 40px;
    align-items: center;
    color: #000000;
    font-size: 23px;
    direction: ltr;
    font-weight: 400;
}

.dbdata_analysis .dbstatistics_upgrade:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

.dbdata_analysis .dbstatistics_upgrade:nth-child(odd) p::after {
    transform-origin: right;
    right: -35%;
}

.dbdata_analysis svg {
    transition: transform 0.3s ease;
    right: 20px;
    top: 20px;
    fill: rgb(217,144,106);
    position: absolute;
    width: 30px;
    z-index: 3;
    height: 30px;
}

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

.dbcontact .dbinfo_request {
    margin: 0;
    font-size: 28px;
    background: #ffffff;
    font-weight: 700;
    color: rgb(231,182,154);
    padding: 30px;
    border-bottom: 1px solid rgb(217,144,106,0.5);
}

.dbcontact .dbmsg_block p {
    padding-left: 45px;
    color: #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 3px solid rgb(231,182,154);
    font-size: 18px;
    position: relative;
    border-radius: 10px;
    padding: 15px;
    background: rgb(244,219,201);
    margin: 0;
}

.dbcontact .dbmsg_block p span a:hover::after {
    width: 100%;
}

.dbcontact .dbget_contactus {
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    font-size: 19px;
    color: rgb(231,182,154);
    display: inline-block;
}

.dbcontact .dbget_contactus::after {
    bottom: -5px;
    height: 2px;
    background: rgb(231,182,154);
    position: absolute;
    left: 30px;
    content: '';
    width: 50%;
}

.dbcontact .dbquick_support svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.dbcontact .dbquick_support:hover::before {
    width: 100%;
}

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

.dbeducational_rewards .dbmessage_holder {
    position: relative;
}

.dbeducational_rewards h1 {
    padding-bottom: 15px;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
    position: relative;
}

.dbeducational_rewards li {
    transition: transform 0.3s ease;
    padding-left: 36px;
    position: relative;
}

.dbeducational_rewards li:hover svg {
    transform: scale(1.15) rotate(5deg);
}

.dbeducational_rewards li:hover svg path {
    fill: rgb(217,144,106);
}

.dbfollow::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    background: linear-gradient(45deg, rgb(217,144,106,0.5) 0%, rgb(217,144,106) 100%);
    z-index: 1;
    transform: rotate(-15deg);
    position: absolute;
    width: 60%;
    content: "";
    top: -10%;
    height: 120%;
    right: -10%;
}

.dbfollow .dbsub_box {
    transition: all 0.3s ease;
    background-color: #ffffff;
    transform: translateY(0);
    font-size: 17px;
    border-radius: 10px;
    width: 100%;
    border: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
}

.dbfollow .dbsub_warning:hover::before {
    left: 100%;
}

.dblaunch_now::before {
    animation: rotatePortal 20s linear infinite;
    opacity: 0.05;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    background: repeating-conic-gradient(
        from 0deg at 50% 50%,
        rgb(231,182,154,0.5) 0deg,
        transparent 5deg,
        transparent 55deg,
        rgb(231,182,154,0.5) 60deg
    );
    z-index: -1;
}

.dblaunch_now .dbknowledge_experts::after {
    z-index: -1;
    top: 0;
    opacity: 0.2;
    animation: gridScale 15s ease infinite;
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(0deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%),
        linear-gradient(90deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%);
    background-size: 40px 40px;
}

.dblaunch_now .dbedu_help::after {
    width: 15px;
    background: linear-gradient(
        to bottom,
        transparent,
        #ffffff,
        transparent
    );
    height: 300%;
    z-index: -1;
    left: 50%;
    position: absolute;
    content: '';
    opacity: 0;
    top: -100%;
    transform: translateX(-50%) rotate(20deg);
    transition: all 0.6s ease;
}

.dbchallenge_cta .company_holder {
    flex: 0 0 100%;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    border-radius: 13px;
    padding: 25px;
}

.dbchallenge_cta .dbheader_navbar {
    padding: 20px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
}

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

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

header::after {
    height: 5px;
    position: absolute;
    width: 100%;
    content: '';
    bottom: 0;
    transform: scaleX(0.7);
    transition: transform 0.5s ease;
    left: 0;
    transform-origin: center;
    background: linear-gradient(to right, 
        rgb(231,182,154), 
        rgb(217,144,106), 
        rgb(231,182,154)
    );
}

header .dbtop_section:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .dbtop_section img {
    transform: translateZ(20px);
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

header .dbmain_learning {
    margin: 0 0.3rem;
    position: relative;
    transform-style: preserve-3d;
}

header .dbmain_learning a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}

header .dbmain_learning a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}

header .dbpage_head::before {
    top: 0;
    width: 30%;
    position: absolute;
    content: '';
    left: 35%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(231,182,154), 
        transparent
    );
    height: 1px;
}

.dbleadership_experience::after {
    width: 200%;
    position: absolute;
    background: 
        radial-gradient(circle at 30% 30%, rgb(231,182,154,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(217,144,106,0.5) 0%, transparent 40%);
    filter: blur(60px);
    top: -50%;
    opacity: 0.3;
    height: 200%;
    left: -50%;
    content: "";
    animation: pulseBackground 15s ease-in-out infinite alternate;
    z-index: 0;
}

.dbleadership_experience .dbtestimonials:hover .dbimg_background::before {
    opacity: 0.4;
}

.dbleadership_experience .name {
    padding: 0 50px 5px 70px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 22px;
    transform: translateY(0);
    grid-row: 1;
    font-weight: 700;
    grid-column: 2;
    margin: 0;
    z-index: 2;
    align-self: end;
}

.dbleadership_experience .dbtestimonials:hover .dbwork_skills {
    transform: translateY(-5px);
}

.dbcourse_fit_for::after {
    background-image: radial-gradient(circle at 50% 50%, rgb(231,182,154,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(231,182,154,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(231,182,154,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(231,182,154,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(231,182,154,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(231,182,154,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(231,182,154,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(231,182,154,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(231,182,154,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(231,182,154,0.5) 0%, transparent 2%);
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background-size: 180px 180px;
    animation: pulseDots 10s infinite alternate;
    z-index: 1;
    opacity: 0.4;
    content: '';
    height: 100%;
}

.dbcourse_fit_for li:nth-child(2) svg {
    animation-delay: 1s;
}

.dbcourse_structure .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
    max-width: 1400px;
}

.dbcourse_structure .dbmessage_holder .description {
    text-align: center;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
}

.dbcourse_structure .dbimg_background::after {
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    content: "";
    left: 0;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100%;
}

.dbcontact_form_box h2 {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.dbcontact_form_box .dbmessage_list::before {
    content: "";
    height: 100%;
    position: absolute;
    top: -8px;
    z-index: -1;
    left: -8px;
    border: 1px solid rgba(rgb(231,182,154), 0.2);
    border-radius: 23px;
    width: 100%;
}

.dbcontact_form_box .dbimg_background::after {
    width: 60px;
    right: 20px;
    border-top: 2px solid rgba(rgb(231,182,154), 0.6);
    height: 60px;
    position: absolute;
    z-index: 2;
    border-right: 2px solid rgba(rgb(231,182,154), 0.6);
    top: 20px;
    content: "";
}

.dbcontact_form_box form h3::before {
    top: 0;
    background: rgb(231,182,154);
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    border-radius: 10px;
    left: 0;
}

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

.dbcontact_form_box .dbfeedback_widget label::before {
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    background: rgba(255, 255, 255, 0.05);
    height: 22px;
    width: 22px;
    border-radius: 10px;
    top: 2px;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dbcontact_form_box form .dbinquiry_request::before {
    content: "";
    background: linear-gradient(45deg, rgb(217,144,106), rgb(231,182,154));
    position: absolute;
    width: 100%;
    top: 0;
    transition: all 0.4s ease;
    z-index: -1;
    left: -100%;
    height: 100%;
}

.dbgratitudeDiv::before {
    left: 0;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
}

.dbgratitudeDiv .dbknowledge_experts {
    animation: fadeIn 1s 0.5s both ease-out;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s;
    background: #ffffff;
    position: relative;
    padding: 3rem;
    transform-origin: center top;
    border-radius: 10px;
}

.dbgratitudeDiv li::before {
    width: 32px;
    opacity: 0;
    transform: scale(0);
    content: "";
    height: 32px;
    background: linear-gradient(135deg, rgb(217,144,106) 0%, rgb(231,182,154) 100%);
    top: -5px;
    box-shadow: 0 5px 15px -5px rgb(217,144,106,0.5);
    border-radius: 50%;
    position: absolute;
    left: -40px;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
}

.dbcompany_info .dbmessage_holder {
    position: relative;
    transform: translateY(0);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 60px 50px;
    max-width: 90%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    margin-left: auto;
}

.dbcompany_info h1::after {
    background: linear-gradient(to right, rgb(231,182,154), rgb(217,144,106));
    width: 80px;
    left: 0;
    animation: expandWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    transform-origin: left;
    height: 3px;
    position: absolute;
    bottom: -10px;
}

.dbcompany_info .dbmessage_holder:hover h1 {
    transform: translateX(5px);
}



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



@media (max-width: 575px) {.dbprivacy_chamber {
    padding: 1.5rem 0.5rem;
}.dbprivacy_chamber .container {
    padding: 1rem;
}.dbprivacy_chamber h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 1.25rem;
}.dbprivacy_chamber h2 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.7);
}.dbprivacy_chamber h2::before {
    width: 3px;
}.dbprivacy_chamber h3 {
    font-size: calc(28px * 0.65);
    padding-left: 1.25rem;
}.dbprivacy_chamber h3::before {
    height: 8px;
    width: 8px;
}.dbprivacy_chamber h4 {
    font-size: calc(28px * 0.6);
    padding-left: 1.5rem;
}.dbprivacy_chamber p, .dbprivacy_chamber li, .dbprivacy_chamber span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.dbprivacy_chamber span {
    padding-left: 0.75rem;
}}



@media (max-width: 991px) {.dboffer_card {
    padding: 80px 0;
}.dboffer_card .dbbundle_price {
    transform: translateX(0);
    text-align: center;
}.dboffer_card .dbbundle_price .dbclass_deals {
    margin: 0 auto;
}
}


@media only screen and (max-width: 1200px) {.dbtrack_manage {
    flex-direction: column;
    align-items: center;
}.dbcookie_disclaimer {
    margin-bottom: 15px;
}.dbcookie_window {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.dbcookie_necessary {
    margin-left: 0;
    max-width: 200px;
    margin-bottom: 10px;
    width: 100%;
}
}



@media (max-width: 767px) {.dbcontact {
    padding: 50px 0;
}.dbcontact .dbinfo_request {
    padding: 20px;
    font-size: 16px;
}.dbcontact .dbimg_background {
    height: 180px;
}.dbcontact .dbmsg_block {
    padding: 20px;
}.dbcontact .dbmsg_block p {
    padding: 12px;
    padding-left: 40px;
}.dbcontact .dbmsg_block p svg {
    left: 12px;
    width: 16px;
    height: 16px;
}.dbcontact .dbget_contactus {
    font-size: 16px;
}.dbcontact .dbget_contactus svg {
    height: 18px;
    width: 18px;
}.dbcontact .dbquick_support {
    padding: 10px;
    padding-left: 35px;
}.dbcontact .dbquick_support svg {
    height: 14px;
    width: 14px;
    left: 10px;
}}



@media screen and (max-width: 768px) {.dblaunch_now {
    padding: 80px 0;
}.dblaunch_now .dbknowledge_experts {
    padding: 40px 25px;
}.dblaunch_now h3 {
    margin-bottom: 45px;
    letter-spacing: 3px;
    font-size: calc(28px * 0.8);
}.dblaunch_now h3::after {
    height: 40px;
    width: 40px;
    bottom: -60px;
}.dblaunch_now .dbedu_help {
    padding: 16px 45px;
    letter-spacing: 2px;
    font-size: calc(18px * 0.95);
    margin-top: 20px;
}
}



@media (max-width: 576px) {.dbchallenge_cta {
    padding: 40px 0;
}.dbchallenge_cta .company_holder h3 {
    font-size: calc(38px * 0.8);
}.dbchallenge_cta .dbheader_navbar h5 {
    font-size: calc(24px * 0.9);
}.dbchallenge_cta .dbheader_navbar .dbheader_learn a {
    font-size: calc(15px * 0.95);
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .dbpage_head {
    padding: 0.8rem 1.5rem;
}header .dbtop_pagebar {
    max-width: 140px;
}header .dbtop_section img {
    max-height: 35px;
}header .dbheader_navbar {
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 0.8rem;
}header .dbheader_navbar::-webkit-scrollbar {
    height: 3px;
}header .dbheader_navbar::-webkit-scrollbar-thumb {
    background: rgb(231,182,154,0.5);
    border-radius: 10px;
}header .dbmain_learning {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .dbmain_learning a {
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}



@media (max-width: 767px) {.dbcourse_fit_for {
    padding: 3rem 0;
}.dbcourse_fit_for ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.dbcourse_fit_for h3 {
    border-left: none;
    margin-bottom: 2.5rem;
    text-align: center;
    padding-left: 0;
    border-bottom: 4px solid rgb(231,182,154);
    box-shadow: 0 5px 15px rgb(231,182,154,0.5);
    font-size: calc(33px * 0.8);
    padding-bottom: 1rem;
}.dbcourse_fit_for li {
    padding: 1.2rem;
}.dbcourse_fit_for li svg {
    height: 30px;
    width: 30px;
    margin-right: 1rem;
}}



@media screen and (max-width: 767px) {.dbcontact_form_box {
    padding: 70px 0;
}.dbcontact_form_box h2 {
    font-size: calc(35px * 0.9);
}.dbcontact_form_box .dbimg_background {
    min-height: 350px;
}.dbcontact_form_box .dbimg_background::after,
    .dbcontact_form_box .dbhelp_map::before {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 576px) {.dbgratitudeDiv {
    padding: 3rem 0;
}.dbgratitudeDiv h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.dbgratitudeDiv .dbknowledge_experts {
    transform: none;
    padding: 1.5rem;
}.dbgratitudeDiv ul::before {
    left: -12px;
}.dbgratitudeDiv li::before {
    top: -2px;
    left: -25px;
    height: 20px;
    width: 20px;
}.dbgratitudeDiv li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}



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



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



@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}



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

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



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



@keyframes lightBeam {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(20deg);
    }
    25% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        transform: translateX(300%) rotate(20deg);
    }
}



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



@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(231,182,154,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(231,182,154));
    }
}



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



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



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

