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

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

.dbwrapper-holder {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

.dbheader_bar {
    flex: 1 0 auto;
}

.dbheader_bar {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.dbprivacy_chamber .container {
    background-color: #ffffff;
    transform: perspective(1000px) rotateY(0.5deg);
    margin: 0 auto;
    transform-origin: left center;
    z-index: 1;
    position: relative;
    max-width: 1140px;
    padding: 2rem;
    transition: transform 0.5s ease-out;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

.dbprivacy_chamber h2::before {
    left: 0;
    height: 100%;
    animation: scaleVertical 0.4s 0.8s forwards;
    width: 4px;
    transform-origin: top;
    top: 0;
    background-color: rgb(231,182,154);
    content: "";
    position: absolute;
    transform: scaleY(0);
}

.dbprivacy_chamber p {
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 14px;
    position: relative;
    line-height: 1.7;
    color: #000000;
    animation: slideInUp 0.6s 0.5s forwards;
    transform: translateY(10px);
}

.dbprivacy_chamber li {
    position: relative;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    padding-left: 0.25rem;
}

.dbtitle_section {
    justify-content: center;
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    box-sizing: border-box;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.dbtitle_section > div {
    position: relative;
    width: 100%;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    z-index: 3;
}

.dbtitle_section .title_style_header::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(217,144,106), transparent);
    border-radius: 10px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 60%;
}

.dbtitle_section .dblearn_guides::after {
    height: 60px;
    border-right: 2px solid rgb(217,144,106);
    bottom: -10px;
    opacity: 0.7;
    width: 60px;
    position: absolute;
    border-bottom: 2px solid rgb(217,144,106);
    content: "";
    right: -20px;
}

.dbtitle_section p::after {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(231,182,154), transparent);
    transform: scaleX(0);
    height: 1px;
    content: "";
    position: absolute;
    bottom: -10px;
    transform-origin: left;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.8s;
    width: 100%;
}

.dboffer_card .dbpremium_plan {
    gap: 60px;
    flex-direction: column;
    display: flex;
}

.dboffer_card .dbbundle_price h2 {
    -webkit-background-clip: text !important;
    font-size: 36px;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    background-clip: text !important;
    color: transparent;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #000000, rgb(231,182,154));
    transition: transform 0.5s ease;
}

.dboffer_card .dbpackage_price::before {
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 5px;
    transform: scaleX(0);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(231,182,154), rgb(217,144,106));
    right: 0;
    left: 0;
    transform-origin: left;
}

.dboffer_card .dbpricing_pack .dbstudy_packages::after {
    left: 0;
    bottom: -10px;
    content: "";
    background: rgb(217,144,106,0.5);
    width: 50px;
    position: absolute;
    transition: width 0.4s ease;
    height: 2px;
}

.dboffer_card .dbpromo_plans:hover .dbimg_background {
    height: 240px;
}

.dboffer_card .dbpromo_plans:hover .dbimg_background::after {
    opacity: 1;
}

.dboffer_card .dbpromo_plans:nth-child(odd) .dbpackage_price {
    flex-direction: column-reverse;
}

.dbcookie_disclaimer {
    margin-right: 15px;
    flex-shrink: 0;
}

.dbcookie_disclaimer svg:hover {
    fill: rgb(217,144,106);
}

.dbprivacySettingsBanner h5 {
    font-family: Arial, sans-serif;
    color: rgb(231,182,154);
    font-size: 23px;
    margin-bottom: 8px;
    font-weight: 600;
}

#dbacknowledge_cookie_policy {
    background: rgb(231,182,154);
}

.dbprivacySettingsBanner p a:hover {
    color: rgb(217,144,106);
}

.dbdata_analysis {
    background: rgb(244,219,201);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.dbdata_analysis ul {
    display: flex;
    padding: 0;
    flex-direction: column;
    gap: 40px;
    margin: 0;
    list-style: none;
}

.dbdata_analysis .dbstatistics_upgrade:nth-child(even) {
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.9));
    direction: rtl;
    grid-template-columns: 60% 40%;
}

.dbdata_analysis .dbstatistics_upgrade::before {
    width: 200%;
    transition: all 0.5s ease-out;
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(231,182,154,0.5) 0%,
        transparent 70%
    );
    left: -50%;
    z-index: 1;
    transform: scale(0.5);
    position: absolute;
    top: -50%;
    opacity: 0;
    height: 200%;
}

.dbdata_analysis .dbstatistics_upgrade:nth-child(even) svg {
    left: 20px;
    right: auto;
}

.dbdata_analysis .dbstatistics_upgrade::after {
    animation: borderFlow 3s linear infinite;
    pointer-events: none;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 22px;
    background: linear-gradient(90deg, rgb(231,182,154), rgb(217,144,106), rgb(231,182,154)) border-box;
    inset: 0;
    background-size: 200% 200%;
    content: "";
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    border: 1px solid transparent;
    position: absolute;
}

.dbcontact .dbmsg_block p:hover svg {
    transform: translateY(-50%) scale(1.1);
    fill: rgb(217,144,106);
}

.dbcontact .dbmsg_block p:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.dbcontact .dbmsg_block p span a:hover {
    color: rgb(217,144,106);
}

.dbcontact .dbedu_talk {
    padding-top: 20px;
    border-top: 1px solid rgb(217,144,106,0.5);
    margin-top: 20px;
}

.dbcontact .dbget_contactus:hover svg {
    fill: rgb(217,144,106);
    transform: translateY(-50%) rotate(15deg);
}

.dbcontact .dbquick_support {
    padding: 12px 15px;
    justify-content: space-between;
    display: flex;
    color: #000000;
    padding-left: 40px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: rgb(244,219,201);
    border-radius: 10px;
}

.dbeducational_rewards::before {
    height: 100%;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(231,182,154,0.5), 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 90% 90%, rgba(rgb(217,144,106,0.5), 0.05) 0%, transparent 50%);
    position: absolute;
    left: 0;
}

.dbeducational_rewards h1::after {
    background: rgb(231,182,154);
    width: 60px;
    transition: width 0.5s ease;
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
}

.dbeducational_rewards svg path {
    fill: rgb(231,182,154);
    transition: fill 0.3s ease;
}



.dbeducational_rewards .dbimg_background:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.dbfollow .dbknowledge_experts {
    padding: 2rem;
    transform: perspective(1000px) rotateX(5deg);
}

.dbfollow p::before {
    background: rgb(231,182,154);
    left: 0;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    top: 50%;
    height: 2px;
    animation: growLine 0.8s forwards 0.6s;
    width: 2rem;
    position: absolute;
}

.dbfollow .dbsub_box:focus {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    outline: none;
}

.dbfollow .dbsub_warning:hover {
    box-shadow: 0 10px 25px rgb(231,182,154,0.5);
    transform: translateY(-5px) scale(1.02);
}

.dblaunch_now {
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(125deg, rgb(217,144,106) 0%, rgb(231,182,154) 100%);
}

.dblaunch_now .dbknowledge_experts {
    padding: 60px 40px;
    flex-direction: column;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    z-index: 2;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    display: flex;
    max-width: 1000px;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
}

.dblaunch_now h3::after {
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 20px #ffffff;
    opacity: 0.1;
    content: '';
    border: 1px solid #ffffff;
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: -80px;
    animation: pulseCircle 4s ease-in-out infinite;
    border-radius: 50%;
}

.dblaunch_now .dbedu_help:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 30px #ffffff;
    color: rgb(231,182,154);
    transform: translateY(-5px) scale(1.05);
}

.dblaunch_now .dbedu_help:hover::before {
    animation: pulseGlow 2s ease-in-out infinite;
    opacity: 0.5;
}

footer::before {
    top: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(217,144,106) 100%);
    opacity: 0.95;
    position: absolute;
    content: '';
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}

.dbchallenge_cta .dbgrade_help {
    flex: 0 0 100%;
    margin-top: 20px;
}

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

.dbchallenge_cta .dbheader_navbar .dbheader_learn a {
    font-size: 15px;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
}



footer::after {
    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);
    content: '';
    top: 0;
    width: 100%;
    background-size: 20px 20px;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}

header .dbtop_section {
    display: block;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .dbheader_navbar {
    list-style: none;
    margin: 0;
    transform-style: preserve-3d;
    padding: 0;
    display: flex;
    perspective: 1000px;
    position: relative;
}

header .dbmain_learning a::before {
    height: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    border-radius: 10px;
    position: absolute;
    transform: translateZ(-5px);
    opacity: 0;
    content: '';
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(231,182,154,0.5) 0%, 
        rgb(217,144,106,0.5) 100%
    );
}



@supports not (transform-style: preserve-3d) {header .dbtop_section:hover {
    transform: translateY(-3px);
}header .dbmain_learning a:hover {
    transform: translateY(-3px);
}}

.dbleadership_experience .dbtestimonials {
    backdrop-filter: blur(10px);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: relative;
    grid-template-rows: auto auto;
    display: grid;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    border-radius: 11px;
    margin: 0 auto;
    max-width: 1000px;
    transform: perspective(1200px) rotateY(0deg);
}

.dbleadership_experience .dbtestimonials span:not(.name) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    font-family: Arial, sans-serif;
    grid-row: 1;
    position: relative;
    transform: translateY(0);
    z-index: 2;
    font-size: 12px;
    margin: 0;
    grid-column: 2;
    color: rgb(217,144,106);
    font-weight: 300;
    align-self: end;
    padding: 35px 50px 40px 70px;
}

.dbcourse_fit_for {
    background: linear-gradient(135deg, rgb(244,219,201) 0%, rgb(217,144,106,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

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

.dbcourse_fit_for ul {
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    display: grid;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.dbcourse_fit_for li::before {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    position: absolute;
    pointer-events: none;
    height: 100%;
    content: '';
    left: 0;
}

.dbcourse_fit_for li:hover {
    transform: translateY(-5px) scale(1.02);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(231,182,154,0.5);
}

.dbcourse_fit_for li svg path {
    transition: all 0.4s ease;
}

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

.dbcourse_fit_for li:nth-child(4)::after {
    animation-delay: 1.5s;
}

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

.dbcourse_structure .dbmessage_holder {
    backdrop-filter: blur(10px);
    max-width: 850px;
    z-index: 4;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    width: 100%;
}

.dbcontact_form_box {
    background: linear-gradient(135deg, rgb(244,219,201) 0%, rgba(16, 22, 47, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}



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

.dbcontact_form_box h2::after {
    left: 50%;
    height: 3px;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(231,182,154), rgb(217,144,106));
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    border-radius: 1.5px;
}

.dbcontact_form_box .dbimg_background {
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 100%;
    min-height: 550px;
    position: relative;
}

.dbcontact_form_box .dbhelp_map::before {
    position: absolute;
    width: 60px;
    border-bottom: 2px solid rgba(rgb(217,144,106), 0.6);
    content: "";
    left: 20px;
    border-left: 2px solid rgba(rgb(217,144,106), 0.6);
    bottom: 20px;
    height: 60px;
}

.dbcontact_form_box form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(231,182,154), 0.2);
    border-color: rgb(231,182,154);
    background: rgba(255, 255, 255, 0.08);
}

.dbcontact_form_box .dbfeedback_widget label {
    font-size: 13px;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.dbcontact_form_box .dbfeedback_widget label a {
    color: rgb(231,182,154);
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
}

.dbcontact_form_box form .dbinquiry_request:hover::before {
    left: 0;
}

.dbcontact_form_box svg {
    fill: rgb(231,182,154);
    width: 22px;
    height: 22px;
}

.dbgratitudeDiv {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,182,154,0.5) 0%, rgb(244,219,201) 40%, rgb(217,144,106,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}

.dbgratitudeDiv h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    opacity: 0;
    position: relative;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    color: #000000;
    margin-bottom: 3rem;
    transform: translateY(20px);
    text-align: center;
}

.dbgratitudeDiv .dbknowledge_experts:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.dbgratitudeDiv ul {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}

.dbgratitudeDiv li {
    opacity: 0;
    transform: translateX(20px);
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 0;
    position: relative;
}

.dbgratitudeDiv li span::first-letter {
    font-size: 1.4em;
    font-weight: 700;
    color: rgb(231,182,154);
}

.dbcompany_info::after {
    top: -15%;
    content: "";
    transform: rotate(25deg);
    z-index: 1;
    width: 35%;
    right: -10%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    opacity: 0.15;
    animation: float 18s ease-in-out infinite alternate;
    position: absolute;
    height: 80%;
    background: rgb(217,144,106,0.5);
}

.dbcompany_info h1 {
    color: rgb(231,182,154);
    letter-spacing: -0.5px;
    font-weight: 700;
    position: relative;
    transform: translateX(0);
    font-size: 44px;
    transition: transform 0.4s ease;
    margin-bottom: 30px;
}

.dbcompany_info li:first-child {
    margin-bottom: 25px;
    animation-delay: 0.6s;
}

.dbcompany_info h4::before {
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    bottom: -2px;
    width: 100%;
    content: "";
    left: 0;
    background: rgb(217,144,106,0.5);
    transform-origin: left;
}


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



@media (max-width: 767px) {.dbprivacy_chamber {
    padding: 2rem 0.75rem;
}.dbprivacy_chamber .container {
    padding: 1.25rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
    transform: none;
}.dbprivacy_chamber h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.8);
}.dbprivacy_chamber h2 {
    font-size: calc(28px * 0.8);
    margin: 1.75rem 0 0.75rem;
}.dbprivacy_chamber h3 {
    font-size: calc(28px * 0.75);
    margin: 1.5rem 0 0.75rem;
}.dbprivacy_chamber h4 {
    font-size: calc(28px * 0.65);
    margin: 1.25rem 0 0.5rem;
}.dbprivacy_chamber p, .dbprivacy_chamber li, .dbprivacy_chamber span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.dbprivacy_chamber ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}



@media (min-width: 1200px) {.dboffer_card .dbdiscount_tier {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.dboffer_card .dbbundle_price h2 {
    font-size: calc(36px + 5px);
}
}



@media (max-width: 480px) {.dboffer_card {
    padding: 50px 0;
}.dboffer_card .dbpricing_pack h3 {
    font-size: 24px;
}.dboffer_card .dbpricing_pack .dbstudy_packages {
    font-size: calc(24px + 2px);
}.dboffer_card .dbpricing_pack p {
    font-size: calc(14px - 1px);
}}



@media (min-width: 1200px) {.dbcontact .dbget_assistance {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (min-width: 768px) and (max-width: 991px) {.dbcontact .dbinfo_request {
    font-size: 19px;
    padding: 25px;
}.dbcontact .dbimg_background {
    height: 220px;
}.dbcontact .dbmsg_block {
    padding: 25px;
}.dbcontact .dbget_assistance {
    grid-template-columns: repeat(2, 1fr);
}.dbcontact .dbmsg_block p svg {
    width: 18px;
    height: 18px;
}.dbcontact .dbget_contactus svg {
    height: 20px;
    width: 20px;
}.dbcontact .dbquick_support svg {
    height: 14px;
    width: 14px;
}
}



@media (max-width: 767px) {.dbeducational_rewards {
    padding: 80px 0;
}.dbeducational_rewards .dbimg_background {
    max-height: 300px;
}.dbeducational_rewards .dbknowledge_experts {
    padding: 30px 25px;
}.dbeducational_rewards h1 {
    margin-bottom: 25px;
    font-size: calc(31px - 4px);
}.dbeducational_rewards li {
    margin-bottom: 15px;
}.dbeducational_rewards li p {
    font-size: calc(18px - 2px);
}}



@media screen and (max-width: 576px) {.dblaunch_now {
    padding: 60px 0;
}.dblaunch_now .dbknowledge_experts {
    padding: 30px 20px;
}.dblaunch_now h3 {
    letter-spacing: 2px;
    font-size: calc(28px * 0.7);
    margin-bottom: 40px;
}.dblaunch_now h3::after {
    width: 30px;
    height: 30px;
    bottom: -50px;
}.dblaunch_now .dbedu_help {
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 14px 35px;
    font-size: calc(18px * 0.9);
}}



@media (max-width: 991px) {header .dbpage_head {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .dbtop_pagebar {
    margin-bottom: 0;
    margin-right: 0;
}header .dbheader_navbar {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .dbmain_learning a {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}
}



@media (max-width: 480px) {.dbleadership_experience {
    padding: 80px 0;
}.dbleadership_experience .container {
    padding: 0 20px;
}.dbleadership_experience .dbimg_background {
    min-height: 250px;
}.dbleadership_experience .name {
    padding: 30px 25px 5px 25px;
    font-size: calc(22px * 0.85);
}.dbleadership_experience .dbtestimonials span:not(.name) {
    font-size: calc(12px * 0.95);
    padding: 10px 25px 30px 25px;
}.dbleadership_experience .dbtestimonials span:not(.name)::after {
    width: 30px;
    bottom: 20px;
    left: 25px;
}.dbleadership_experience .dbwork_skills {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
    padding: 0 25px 30px 25px;
}}


@media (min-width: 992px) {.dbcourse_structure .dbmessage_holder {
    margin: 0 auto;
}
}


@media (max-width: 767px) {.dbcourse_structure {
    padding: 60px 0;
}.dbcourse_structure .dbmessage_holder {
    padding: 25px;
    max-width: 100%;
}.dbcourse_structure .dbmessage_holder h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.9);
}.dbcourse_structure .dbmessage_holder .description {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}



@media screen and (max-width: 576px) {.dbcontact_form_box {
    padding: 50px 0;
}.dbcontact_form_box h2 {
    font-size: calc(35px * 0.8);
}.dbcontact_form_box .dbmessage_list {
    margin-top: 40px;
}.dbcontact_form_box .dbimg_background {
    min-height: 250px;
}.dbcontact_form_box .dbhelp_map {
    padding: 30px 20px;
}.dbcontact_form_box form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.dbcontact_form_box form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.dbcontact_form_box form .dbinquiry_request {
    padding: 15px 20px;
    width: 100%;
}}



@media (max-width: 576px) {.dbcompany_info {
    padding: 50px 0;
}.dbcompany_info .container {
    padding: 0 20px;
}.dbcompany_info .dbmessage_holder {
    padding: 30px 20px;
}.dbcompany_info .dbmessage_holder::after {
    bottom: 15px;
    width: 80px;
    right: 15px;
    height: 80px;
}.dbcompany_info h1 {
    margin-bottom: 20px;
    font-size: calc(44px * 0.8);
}.dbcompany_info h4 {
    font-size: 23px;
}.dbcompany_info span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}
}



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



@keyframes pulseGradient {
  0% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.9;
  }
}



@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes gridScale {
    0% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
    50% {
        background-size: 45px 45px;
        opacity: 0.2;
    }
    100% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
}



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



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



@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(231,182,154,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(231,182,154);
    }
}



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}



@keyframes float {
  0% { transform: rotate(25deg) translateY(0); }
  50% { transform: rotate(22deg) translateY(15px); }
  100% { transform: rotate(25deg) translateY(0); }
}

