* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.db_workshop_cta {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
}.db_top_learn {
    flex: 1 0 auto;
}.db_wrapper-template {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    height: 7px;
    width: 9px;
}::-webkit-scrollbar-track {
    background: radial-gradient(circle at bottom left, rgb(104,171,154,0.5) 92%, rgb(153,204,185) 50%);
    border-radius: 0.8em;
    margin: 3px 0;
}::-webkit-scrollbar-track:active {
    background: rgb(104,171,154,0.5);
}::-webkit-scrollbar-thumb {
    transition: all, box-shadow 4.8s ease-in;
    border-radius: 3.8rem;
    animation: glow_scrollbar 5.1s linear infinite;
    background: rgb(153,204,185);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(153,204,185);
    background: rgb(104,171,154);
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    width: 1104px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.db_course_highlights {
    padding: 100px 0;
    background: linear-gradient(215deg, rgb(200,230,217) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(153,204,185,0.5) 90%);
    overflow: hidden;
    position: relative;
}.db_course_highlights::before {
    opacity: 0.03;
    height: 100%;
    width: 100%;
    z-index: 1;
    animation: gridFlow 20s linear infinite;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
    background-size: 40px 40px;
    position: absolute;
    left: 0;
}.db_course_highlights::after {
    top: -50%;
    z-index: 1;
    left: -50%;
    position: absolute;
    width: 200%;
    opacity: 0.4;
    animation: rotateBg 60s linear infinite;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 90%);
    content: "";
    height: 200%;
}.db_course_highlights .container {
    position: relative;
    z-index: 3;
}.db_course_highlights .db_knowledge_classes {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 500px;
    align-items: center;
}.db_course_highlights .db_image_section {
    z-index: 1;
    position: absolute;
    top: 0;
    transform: scale(1);
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.db_course_highlights .db_image_section::before {
    transition: opacity 0.5s ease;
    content: "";
    bottom: 0;
    left: 0;
    opacity: 0.85;
    position: absolute;
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(153,204,185,0.5) 100%
    );
    mix-blend-mode: multiply;
    top: 0;
    z-index: 2;
    right: 0;
}.db_course_highlights .db_image_section::after {
    background: 
        radial-gradient(circle at 75% 25%, transparent 0%, rgba(0, 0, 0, 0.5) 90%),
        linear-gradient(to bottom, transparent 30%, #000000 100%);
    right: 0;
    opacity: 0.7;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    top: 0;
}.db_course_highlights .db_knowledge_classes:hover .db_image_section {
    transform: scale(1.03);
}.db_course_highlights .db_knowledge_classes:hover .db_image_section::before {
    opacity: 0.6;
}.db_course_highlights .db_knowledge_route {
    position: relative;
    width: 70%;
    padding-top: 60px;
    background: transparent;
    padding-bottom: 60px;
    z-index: 4;
}.db_course_highlights .db_head_top {
    right: 10%;
    display: flex;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
    width: 110px;
    z-index: 5;
    justify-content: center;
    transform-style: preserve-3d;
    perspective: 1000px;
    animation: floatLogo 6s ease-in-out infinite;
    top: -30px;
    align-items: center;
    height: 110px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(104,171,154,0.5);
    position: absolute;
    background: #ffffff;
}.db_course_highlights .db_head_top::before {
    z-index: -1;
    position: absolute;
    animation: rotateBorderGradient 10s linear infinite;
    opacity: 0.3;
    border-radius: inherit;
    background: linear-gradient(
        45deg,
        rgb(153,204,185,0.5),
        rgb(104,171,154,0.5),
        rgb(153,204,185,0.5)
    );
    content: "";
    inset: -5px;
    filter: blur(10px);
}.db_course_highlights .db_head_top svg {
    width: 60%;
    transition: all 0.4s ease;
    fill: rgb(153,204,185);
    transform: translateZ(20px);
    transform-style: preserve-3d;
    height: 60%;
}.db_course_highlights .db_head_top:hover svg {
    transform: translateZ(30px) scale(1.1);
    fill: rgb(104,171,154);
}.db_course_highlights .db_head_top svg path {
    transition: all 0.4s ease;
    stroke: #000000;
    stroke-width: 0.5;
}.db_course_highlights .db_head_top:hover svg path {
    stroke-width: 1;
    stroke: rgb(153,204,185);
}.db_course_highlights .db_knowledge_route h3 {
    transform: translateZ(0);
    border-left: 4px solid rgb(153,204,185);
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(153,204,185,0.5);
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg,
        rgb(153,204,185,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}.db_course_highlights .db_knowledge_route h3::after {
    content: "";
    left: 25px;
    background: rgb(153,204,185);
    border-radius: 10px;
    bottom: -10px;
    z-index: 1;
    position: absolute;
    width: 40px;
    height: 4px;
}.db_course_highlights .db_knowledge_route p {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    font-weight: 400;
    max-width: 600px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border-radius: 21px;
    text-shadow: 0 1px 3px #000000;
    backdrop-filter: blur(5px);
    padding: 25px 30px;
    position: relative;
}.db_course_highlights .db_knowledge_route p::first-letter {
    float: left;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 2.5em;
    font-weight: 700;
    color: rgb(153,204,185);
    margin-top: 5px;
    margin-right: 10px;
    line-height: 0.8;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(10px) rotate(5deg);
    }
}

@keyframes rotateBorderGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1200px) {.db_course_highlights .db_knowledge_route {
    width: 80%;
}.db_course_highlights .db_head_top {
    height: 100px;
    right: 5%;
    width: 100px;
}
}

@media screen and (max-width: 992px) {.db_course_highlights {
    padding: 80px 0;
}.db_course_highlights .db_knowledge_classes {
    min-height: 450px;
}.db_course_highlights .db_knowledge_route {
    width: 85%;
    padding-top: 50px;
    padding-bottom: 50px;
}.db_course_highlights .db_head_top {
    top: -25px;
    height: 90px;
    width: 90px;
}.db_course_highlights .db_knowledge_route h3 {
    font-size: calc(28px * 0.9);
    padding: 12px 20px;
}.db_course_highlights .db_knowledge_route p {
    padding: 20px 25px;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.db_course_highlights {
    padding: 60px 0;
}.db_course_highlights .db_knowledge_classes {
    display: block;
    padding-bottom: 40px;
    min-height: auto;
}.db_course_highlights .db_image_section {
    margin-bottom: -40px;
    position: relative;
    height: 300px;
}.db_course_highlights .db_knowledge_route {
    padding-bottom: 0;
    padding-top: 60px;
    width: 100%;
}.db_course_highlights .db_head_top {
    left: 20px;
    top: -30px;
    height: 80px;
    right: auto;
    width: 80px;
}.db_course_highlights .db_knowledge_route h3 {
    width: calc(100% - 30px);
    box-sizing: border-box;
    font-size: calc(28px * 0.8);
    display: block;
    margin-top: 20px;
}.db_course_highlights .db_knowledge_route p {
    box-sizing: border-box;
    margin: 30px auto 0;
    width: calc(100% - 30px);
}
}

@media screen and (max-width: 576px) {.db_course_highlights {
    padding: 40px 0;
}.db_course_highlights .db_image_section {
    margin-bottom: -30px;
    height: 250px;
}.db_course_highlights .db_head_top {
    left: 15px;
    width: 70px;
    height: 70px;
    top: -25px;
}.db_course_highlights .db_knowledge_route h3 {
    padding: 10px 15px;
    font-size: calc(28px * 0.7);
    margin-top: 15px;
}.db_course_highlights .db_knowledge_route p {
    font-size: calc(16px * 0.9);
    margin-top: 20px;
    padding: 15px 20px;
}.db_course_highlights .db_knowledge_route h3::after {
    height: 3px;
    bottom: -8px;
    left: 15px;
    width: 30px;
}}.db_info_hub {
    padding: 80px 0;
    overflow: hidden;
    background: rgb(200,230,217);
    position: relative;
}.db_info_hub::before {
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(153,204,185,0.5) 0%, transparent 40%, rgb(104,171,154,0.5) 60%, transparent 100%);
    height: 100%;
    content: "";
}.db_info_hub::after {
    width: 100%;
    background-size: 85px 85px;
    z-index: 0;
    background-image: 
        linear-gradient(0deg, transparent 84px, rgb(153,204,185,0.5) 85px, transparent 86px),
        linear-gradient(90deg, transparent 84px, rgb(104,171,154,0.5) 85px, transparent 86px);
    top: 0;
    height: 100%;
    animation: gridMove 40s linear infinite;
    opacity: 0.4;
    position: absolute;
    content: "";
    left: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 85px 85px;
    }
}
.db_info_hub .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.db_info_hub .db_team_contact {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}.db_info_hub .db_contact_card {
    font-weight: 700;
    margin: 0;
    text-align: center;
    color: #ffffff;
    align-items: center;
    position: relative;
    font-size: 45px;
    display: flex;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 25px 30px;
    background: rgb(153,204,185);
}.db_info_hub .db_contact_card svg {
    stroke-linecap: round;
    fill: none;
    stroke-linejoin: round;
    margin-right: 15px;
    height: 30px;
    width: 30px;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
    animation: pulse 2s infinite ease-in-out;
    stroke-width: 2;
    stroke: #ffffff;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.db_info_hub .db_image_section {
    width: 100%;
    object-position: center;
    height: 350px;
    object-fit: cover;
    display: block;
}.db_info_hub .db_learn_help {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px;
    z-index: 2;
    padding: 30px;
}.db_info_hub .db_learn_help p {
    display: flex;
    align-items: center;
    padding: 16px 25px 16px 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 10px;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}.db_info_hub .db_learn_help p:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}.db_info_hub .db_learn_help p::before {
    position: absolute;
    background: rgb(153,204,185);
    content: "";
    top: 0;
    height: 100%;
    width: 4px;
    left: 0;
}.db_info_hub .db_learn_help p svg {
    stroke-width: 2;
    transform: translateY(-50%);
    stroke-linejoin: round;
    stroke-linecap: round;
    left: 20px;
    transition: all 0.3s ease;
    fill: none;
    position: absolute;
    top: 50%;
    stroke: rgb(153,204,185);
    height: 20px;
    width: 20px;
}.db_info_hub .db_learn_help p:hover svg {
    stroke: rgb(104,171,154);
    transform: translateY(-50%) scale(1.2);
}.db_info_hub .db_learn_help p span {
    color: #000000;
    font-weight: 400;
    margin-left: 10px;
}.db_info_hub .db_learn_help p a {
    color: rgb(153,204,185);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}.db_info_hub .db_learn_help p a:hover {
    color: rgb(104,171,154);
}.db_info_hub .db_edu_tutor {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border-top: 3px solid rgb(153,204,185);
    padding: 25px 30px;
    margin-top: 15px;
    background: rgb(200,230,217);
    position: relative;
}.db_info_hub .db_contact_us {
    color: rgb(153,204,185);
    text-align: center;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-bottom: 1px solid rgb(153,204,185,0.5);
    justify-content: center;
    font-size: 20px;
    margin: 0 0 20px 0;
}.db_info_hub .db_contact_us svg {
    margin-right: 10px;
    fill: none;
    stroke-linejoin: round;
    width: 20px;
    stroke-linecap: round;
    stroke-width: 2;
    height: 20px;
    stroke: rgb(153,204,185);
}.db_info_hub .db_contact_us svg circle {
    transform-origin: center;
    animation: rotate 10s linear infinite;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.db_info_hub .db_get_contactbox {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    gap: 12px;
}.db_info_hub .db_connect_now {
    transition: all 0.3s ease;
    color: #000000;
    display: flex;
    padding: 12px;
    font-size: 13px;
    border-left: 3px solid rgb(153,204,185,0.5);
    border-radius: 10px;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}.db_info_hub .db_connect_now:hover {
    background: rgb(153,204,185,0.5);
    border-left-color: rgb(153,204,185);
}.db_info_hub .db_connect_now svg {
    stroke-linecap: round;
    fill: none;
    transition: transform 0.3s ease;
    width: 14px;
    height: 14px;
    stroke: rgb(153,204,185);
    stroke-linejoin: round;
    stroke-width: 2;
    margin-right: 6px;
}.db_info_hub .db_connect_now:hover svg {
    stroke: rgb(104,171,154);
    transform: rotate(30deg);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.db_info_hub .db_learn_help p {
    opacity: 0;
    animation: slideUp 0.4s ease forwards;
}.db_info_hub .db_learn_help p:nth-child(1) {
    animation-delay: 0.1s;
}.db_info_hub .db_learn_help p:nth-child(2) {
    animation-delay: 0.2s;
}.db_info_hub .db_learn_help p:nth-child(3) {
    animation-delay: 0.3s;
}.db_info_hub .db_learn_help p:nth-child(4) {
    animation-delay: 0.4s;
}.db_info_hub .db_learn_help p:nth-child(5) {
    animation-delay: 0.5s;
}@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}
.db_info_hub .db_learn_help p svg path {
    animation: drawSvg 1s forwards;
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
}.db_info_hub .db_learn_help p:nth-child(1) svg path {
    animation-delay: 0.6s;
}.db_info_hub .db_learn_help p:nth-child(2) svg path {
    animation-delay: 0.7s;
}.db_info_hub .db_learn_help p:nth-child(3) svg path {
    animation-delay: 0.8s;
}.db_info_hub .db_learn_help p:nth-child(4) svg path {
    animation-delay: 0.9s;
}.db_info_hub .db_learn_help p:nth-child(5) svg path {
    animation-delay: 1s;
}
@media (min-width: 768px) {.db_info_hub .db_team_contact {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-rows: auto 1fr;
}.db_info_hub .db_contact_card {
    grid-column: 1 / -1;
}.db_info_hub .db_contact_card svg {
    margin-right: 18px;
    width: 32px;
    height: 32px;
}.db_info_hub .db_image_section {
    grid-row: 2;
    grid-column: 1;
    object-position: center;
    height: 100%;
    object-fit: cover;
}.db_info_hub .db_learn_help {
    grid-column: 2;
    padding: 30px;
    grid-row: 2;
}.db_info_hub .db_learn_help p svg {
    height: 22px;
    width: 22px;
}.db_info_hub .db_edu_tutor {
    margin-top: 20px;
}.db_info_hub .db_contact_us svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
}.db_info_hub .db_get_contactbox {
    grid-template-columns: repeat(3, 1fr);
}.db_info_hub .db_connect_now svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
}
@media (min-width: 1024px) {.db_info_hub {
    padding: 100px 0;
}.db_info_hub .db_team_contact {
    max-width: 1100px;
    margin: 0 auto;
}.db_info_hub .db_contact_card {
    padding: 30px;
}.db_info_hub .db_contact_card svg {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}.db_info_hub .db_learn_help {
    padding: 40px;
}.db_info_hub .db_learn_help p svg {
    width: 24px;
    height: 24px;
}.db_info_hub .db_edu_tutor {
    margin-top: 30px;
    padding: 30px;
}.db_info_hub .db_contact_us svg {
    width: 24px;
    height: 24px;
}.db_info_hub .db_get_contactbox {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
}}.db_cookie_warning_notice {
    font-family: Arial, sans-serif;
    padding: 20px;
    max-width: 600px;
    display: flex;
    width: 90%;
    flex-direction: column;
    overflow: hidden;
    left: 50%;
    position: fixed;
    background: rgb(200,230,217);
    bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    text-align: center;
    align-items: center;
    z-index: 1050;
    transform: translateX(-50%);
    border-radius: 10px;
}.db_gdpr_banner {
    flex-direction: column;
    z-index: 1;
    display: flex;
    align-items: center;
}.db_privacy_ack {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.db_privacy_ack svg, .db_privacy_ack svg path, .db_privacy_ack img {
    height: 80px;
    width: 80px;
    fill: rgb(153,204,185);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.db_cookie_warning_notice h5 {
    font-size: 23px;
    margin-bottom: 10px;
    color: rgb(153,204,185);
    font-weight: 700;
}.db_cookie_warning_notice p {
    font-size: 13px;
    margin-bottom: 20px;
    color: #000000;
}.db_data_agree {
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    margin: 5px;
    width: calc(50% - 10px);
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    font-size: 18px;
    background: rgb(153,204,185);
    padding: 10px 20px;
    border-radius: 10px;
}.db_data_agree:hover {
    background: rgb(104,171,154);
    transform: translateY(-3px);
}.cookie_button.db_cookie_layer {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.db_cookie_layer:hover {
    background: rgb(104,171,154,0.5);
}.db_cookie_warning_notice p a {
    color: rgb(153,204,185);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.db_cookie_warning_notice p a:hover {
    color: rgb(104,171,154);
}
@media only screen and (max-width: 600px) {.db_cookie_warning_notice {
    transform: none;
    border-radius: 0;
    width: 100%;
    left: 0;
    bottom: 0;
}.db_gdpr_banner {
    padding: 15px;
}.db_privacy_ack svg {
    width: 50px;
    height: 50px;
}.db_cookie_warning_notice h5 {
    font-size: calc(23px - 2px);
}.db_cookie_warning_notice p {
    font-size: calc(13px - 2px);
}.db_data_agree {
    padding: 8px 16px;
    font-size: calc(18px - 2px);
    width: calc(100% - 10px);
}}
#db_cookie_alert_banner {
    display: none;
}#db_cookie_alert_banner:checked ~ .db_cookie_warning_notice {
    opacity: 0;
    visibility: hidden;
}.db_welcome_page {
    background: linear-gradient(135deg, rgb(200,230,217) 0%, rgba(240, 245, 255, 1) 70%, rgba(225, 240, 250, 1) 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    perspective: 1000px;
    min-height: 100vh;
}.db_welcome_page::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(45deg, rgba(94, 170, 168, 0.03), rgba(94, 170, 168, 0.03) 10px, transparent 10px, transparent 20px);
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}.db_welcome_page::after {
    right: -5%;
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg) skewX(10deg);
    width: 40%;
    content: "";
    pointer-events: none;
    background: linear-gradient(145deg, rgba(94, 170, 168, 0.15), rgba(94, 170, 168, 0.05) 60%, transparent 100%);
    height: 70%;
    top: -10%;
}.db_welcome_page .db_knowledge_classes {
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    width: 100%;
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    max-width: 1280px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
}.db_welcome_page .db_text_holder_wrap {
    position: relative;
    flex-direction: column;
    transform: translateZ(20px);
    z-index: 3;
    justify-content: center;
    display: flex;
    padding: 2rem;
}.db_welcome_page .db_text_holder_wrap::before {
    left: 0;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    top: 0;
    content: "";
    backdrop-filter: blur(10px);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.7) 80%);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.4), box-shadow 0.5s ease;
    position: absolute;
    height: 100%;
    border-left: 4px solid rgb(153,204,185);
}.db_welcome_page .db_text_holder_wrap:hover::before {
    transform: translateX(5px) translateY(-5px);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
}.db_welcome_page h1 {
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
    position: relative;
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    transition: transform 0.5s ease;
}.db_welcome_page h1::after {
    bottom: -10px;
    background: rgb(153,204,185);
    transition: transform 0.5s ease;
    height: 4px;
    content: "";
    transform: scaleX(0.8);
    left: 0;
    transform-origin: left;
    width: 60px;
    position: absolute;
}.db_welcome_page .db_text_holder_wrap:hover h1 {
    transform: translateX(0);
}.db_welcome_page .db_text_holder_wrap:hover h1::after {
    transform: scaleX(1);
}.db_welcome_page .db_tech_track {
    display: flex;
    margin-bottom: 2rem;
    gap: 1.5rem;
    flex-direction: column;
}.db_welcome_page .db_tech_track svg {
    height: 80px;
    transform: rotate(-5deg);
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    width: 80px;
    margin-left: -10px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.5s ease;
}.db_welcome_page .db_text_holder_wrap:hover .db_tech_track svg {
    transform: rotate(0) scale(1.05);
    filter: drop-shadow(3px 6px 8px rgba(0, 0, 0, 0.15));
}.db_welcome_page .db_tech_track svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.db_welcome_page .db_tech_track svg text {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.db_welcome_page .db_text_holder_wrap:hover .db_tech_track svg path,
.db_welcome_page .db_text_holder_wrap:hover .db_tech_track svg text {
    fill: rgb(153,204,185);
}.db_welcome_page .db_tech_track p {
    font-size: calc(15px * 1.1);
    line-height: 1.6;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.9;
    color: #000000;
    transform: translateY(5px);
    max-width: 90%;
}.db_welcome_page .db_text_holder_wrap:hover .db_tech_track p {
    transform: translateY(0);
    opacity: 1;
}.db_welcome_page ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}.db_welcome_page ul li {
    display: inline-block;
}.db_welcome_page .db_feedback_message {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    border: none;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(0);
    font-weight: 600;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    z-index: 1;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    background: linear-gradient(135deg, rgb(153,204,185) 0%, rgb(94, 170, 168) 100%);
    padding: 0.9rem 2rem;
}.db_welcome_page .db_feedback_message::before {
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(94, 170, 168) 0%, rgb(153,204,185) 100%);
    opacity: 0;
    content: "";
    z-index: -1;
}.db_welcome_page .db_feedback_message:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.4);
}.db_welcome_page .db_feedback_message:hover::before {
    opacity: 1;
}.db_welcome_page .db_image_section {
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    transform: translateZ(10px) perspective(1000px) rotateY(-5deg);
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    min-height: 400px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    overflow: hidden;
}.db_welcome_page .db_image_section::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.5s ease;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.7) 0%, rgba(94, 170, 168, 0) 70%);
    z-index: 1;
}.db_welcome_page .db_image_section:hover {
    transform: translateZ(30px) perspective(1000px) rotateY(0deg);
}.db_welcome_page .db_image_section:hover::before {
    opacity: 0.7;
}

@media (max-width: 991px) {.db_welcome_page .db_knowledge_classes {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
}.db_welcome_page .db_text_holder_wrap {
    transform: translateZ(0);
    padding: 1.5rem;
    order: 2;
}.db_welcome_page .db_image_section {
    order: 1;
    min-height: 350px;
    transform: translateZ(0) perspective(1000px) rotateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.db_welcome_page h1 {
    font-size: calc(40px * 0.9);
    transform: translateX(0);
}.db_welcome_page .db_tech_track p {
    max-width: 100%;
}.db_welcome_page .db_text_holder_wrap::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.db_welcome_page {
    padding: 3rem 0;
    min-height: auto;
}.db_welcome_page .db_knowledge_classes {
    padding: 1rem;
    gap: 1.5rem;
}.db_welcome_page .db_text_holder_wrap {
    padding: 1.2rem;
}.db_welcome_page h1 {
    margin-bottom: 1.2rem;
    font-size: calc(40px * 0.8);
}.db_welcome_page .db_tech_track {
    gap: 1rem;
    margin-bottom: 1.5rem;
}.db_welcome_page .db_tech_track svg {
    height: 60px;
    width: 60px;
}.db_welcome_page .db_tech_track p {
    font-size: 15px;
}.db_welcome_page .db_image_section {
    min-height: 250px;
}.db_welcome_page .db_feedback_message {
    font-size: calc(16px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.db_welcome_page {
    padding: 2rem 0;
}.db_welcome_page .db_knowledge_classes {
    padding: 0.8rem;
    gap: 1rem;
}.db_welcome_page .db_text_holder_wrap {
    padding: 1rem;
}.db_welcome_page h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 1rem;
}.db_welcome_page .db_tech_track svg {
    height: 50px;
    width: 50px;
}.db_welcome_page .db_tech_track p {
    font-size: calc(15px * 0.9);
}.db_welcome_page .db_image_section {
    min-height: 200px;
}}.db_our_background {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.db_our_background::before {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(153,204,185,0.5), rgba(0, 0, 0, 0.5) 85%);
    content: "";
    bottom: 0;
    top: 0;
}.db_our_background::after {
    position: absolute;
    z-index: 2;
    background: rgb(104,171,154);
    opacity: 0.07;
    transform: rotate(35deg);
    height: 300px;
    right: -50px;
    content: "";
    width: 300px;
    top: -50px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}.db_our_background h4 {
    text-transform: uppercase;
    margin-bottom: 40px;
    z-index: 10;
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
}.db_our_background h4::after {
    left: 50%;
    background: rgb(104,171,154);
    content: "";
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
    bottom: -14px;
    width: 60px;
}.db_our_background .container {
    z-index: 10;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.db_our_background .db_text_holder_wrap {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 50px 60px;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
    border-left: 5px solid rgb(104,171,154);
}.db_our_background .db_text_holder_wrap:hover {
    transform: translateY(-8px);
}.db_our_background .db_text_holder_wrap::before {
    height: 150px;
    opacity: 0.05;
    width: 150px;
    border-radius: 10px;
    transform: rotate(25deg);
    position: absolute;
    right: 30px;
    z-index: -1;
    top: 30px;
    background: rgb(104,171,154);
    content: "";
}.db_our_background h6 {
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px + 2px);
    position: relative;
    color: rgb(153,204,185);
    margin-bottom: 25px;
}.db_our_background h6::after {
    position: absolute;
    content: "";
    background: rgb(104,171,154);
    left: 0;
    height: 3px;
    bottom: -8px;
    width: 40%;
}.db_our_background .db_text_holder_wrap div {
    position: relative;
}.db_our_background .db_text_holder_wrap span {
    font-weight: 400;
    column-count: 2;
    line-height: 1.8;
    column-gap: 40px;
    color: #000000;
    display: block;
    text-align: justify;
    font-size: 12px;
    hyphens: auto;
}

@media (max-width: 992px) {.db_our_background {
    padding: 90px 0 60px;
}.db_our_background .db_text_holder_wrap {
    padding: 40px 35px;
}.db_our_background .db_text_holder_wrap span {
    column-count: 1;
    font-size: calc(12px - 1px);
}.db_our_background h6 {
    font-size: 22px;
}.db_our_background h4 {
    font-size: calc(38px - 4px);
}
}

@media (max-width: 768px) {.db_our_background {
    padding: 70px 0 50px;
}.db_our_background .db_text_holder_wrap {
    border-left-width: 3px;
    padding: 30px 25px;
}.db_our_background .db_text_holder_wrap::before {
    height: 100px;
    top: 20px;
    right: 20px;
    width: 100px;
}.db_our_background h6 {
    font-size: calc(22px + 2px);
}.db_our_background h4 {
    margin-bottom: 30px;
    font-size: calc(38px - 8px);
    letter-spacing: 2px;
}.db_our_background h4::after {
    bottom: -10px;
    height: 3px;
    width: 40px;
}
}

@media (max-width: 576px) {.db_our_background {
    padding: 60px 0 40px;
}.db_our_background .db_text_holder_wrap {
    padding: 25px 20px;
}.db_our_background .db_text_holder_wrap span {
    font-size: calc(12px - 2px);
    line-height: 1.6;
}.db_our_background h6 {
    margin-bottom: 20px;
}.db_our_background h6::after {
    bottom: -6px;
    height: 2px;
}.db_our_background .db_text_holder_wrap::before {
    display: none;
}}.db_contact_form_section {
    position: relative;
    padding: 90px 0;
    background: rgb(200,230,217);
    overflow: hidden;
}.db_contact_form_section::before {
    background: linear-gradient(45deg, rgb(153,204,185,0.5), rgb(104,171,154,0.5));
    z-index: 1;
    content: "";
    position: absolute;
    width: 400px;
    filter: blur(70px);
    right: -150px;
    top: -150px;
    border-radius: 50%;
    height: 400px;
}.db_contact_form_section::after {
    bottom: -100px;
    width: 300px;
    height: 300px;
    content: "";
    z-index: 1;
    left: -100px;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(104,171,154,0.5), rgb(153,204,185,0.5));
    border-radius: 50%;
    position: absolute;
}.db_contact_form_section .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.db_contact_form_section h2 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
}.db_contact_form_section h2::before {
    left: calc(50% - 120px);
    height: 50px;
    z-index: -1;
    content: "";
    width: 50px;
    position: absolute;
    top: -25px;
    border-radius: 50%;
    background: rgb(153,204,185,0.5);
}.db_contact_form_section h2::after {
    height: 30px;
    position: absolute;
    content: "";
    bottom: -15px;
    z-index: -1;
    right: calc(50% - 100px);
    border-radius: 50%;
    background: rgb(104,171,154,0.5);
    width: 30px;
}.db_contact_form_section .db_inquiry_support {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 20px;
    position: relative;
}.db_contact_form_section .db_inquiry_support::before {
    position: absolute;
    pointer-events: none;
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(153,204,185,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(104,171,154,0.5) 99%
    );
    z-index: 0;
    inset: 0;
}.db_contact_form_section .db_image_section {
    transition: transform 0.5s ease;
    min-height: 500px;
    position: relative;
    flex: 0 0 45%;
}.db_contact_form_section .db_image_section::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}.db_contact_form_section .db_image_section::after {
    pointer-events: none;
    content: "";
    top: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
    right: 20px;
    bottom: 20px;
    left: 20px;
}.db_contact_form_section .db_query_widget {
    flex: 0 0 55%;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    display: flex;
    position: relative;
}.db_contact_form_section form {
    position: relative;
    z-index: 3;
}.db_contact_form_section form h3 {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}.db_contact_form_section form input[type="text"] {
    border: none;
    font-size: 13px;
    color: #000000;
    width: 100%;
    background: rgb(200,230,217);
    padding: 18px 25px;
    transition: all 0.3s ease;
    border-radius: 12px;
    margin-bottom: 25px;
}.db_contact_form_section form input[type="text"]:focus {
    background: linear-gradient(rgb(200,230,217), rgb(200,230,217)) padding-box,
                linear-gradient(to right, rgb(153,204,185), rgb(104,171,154)) border-box;
    outline: none;
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(153,204,185), 0.1);
}.db_contact_form_section form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.db_contact_form_section .db_connect_links {
    position: relative;
    margin-bottom: 30px;
}.db_contact_form_section .db_connect_links input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.db_contact_form_section .db_connect_links label {
    position: relative;
    align-items: center;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    padding-left: 35px;
    display: flex;
}.db_contact_form_section .db_connect_links label::before {
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    background: rgb(200,230,217);
    transition: all 0.3s ease;
    border-radius: 6px;
    top: 0;
    width: 22px;
}.db_contact_form_section .db_connect_links input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(153,204,185), rgb(104,171,154));
}.db_contact_form_section .db_connect_links input[type="checkbox"]:checked + label::after {
    height: 12px;
    border-width: 0 2px 2px 0;
    content: "";
    width: 6px;
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    top: 4px;
}.db_contact_form_section .db_connect_links label a {
    color: rgb(153,204,185);
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.db_contact_form_section .db_connect_links label a:hover {
    color: rgb(104,171,154);
}.db_contact_form_section .db_feedback_message {
    overflow: hidden;
    border-radius: 12px;
    font-size: 19px;
    padding: 20px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.5s ease;
    width: 100%;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border: none;
    background: linear-gradient(135deg, rgb(153,204,185), rgb(104,171,154));
}.db_contact_form_section .db_feedback_message::before {
    left: 0;
    top: 0;
    transform-origin: right;
    background: linear-gradient(135deg, rgb(104,171,154), rgb(153,204,185));
    transform: scaleX(0);
    z-index: -1;
    transition: transform 0.5s ease;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}.db_contact_form_section .db_feedback_message:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.db_contact_form_section svg {
    fill: none;
    height: 24px;
    stroke: rgb(153,204,185);
    width: 24px;
    margin-right: 12px;
    transition: all 0.3s ease;
}.db_contact_form_section svg path {
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(153,204,185);
}.db_contact_form_section svg:hover,
.db_contact_form_section svg:hover path {
    stroke: rgb(104,171,154);
}

@media (max-width: 1024px) {.db_contact_form_section {
    padding: 70px 0;
}.db_contact_form_section .db_query_widget {
    padding: 45px;
}.db_contact_form_section .db_image_section {
    min-height: 450px;
}
}

@media (max-width: 768px) {.db_contact_form_section {
    padding: 60px 0;
}.db_contact_form_section h2 {
    margin-bottom: 40px;
}.db_contact_form_section .db_inquiry_support {
    flex-direction: column;
}.db_contact_form_section .db_image_section {
    min-height: 300px;
    width: 100%;
    flex: 0 0 300px;
}.db_contact_form_section .db_query_widget {
    padding: 40px 30px;
    flex: 0 0 auto;
}.db_contact_form_section form h3 {
    margin-bottom: 25px;
}.db_contact_form_section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.db_contact_form_section {
    padding: 50px 0;
}.db_contact_form_section h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.db_contact_form_section .db_image_section {
    min-height: 220px;
}.db_contact_form_section .db_query_widget {
    padding: 30px 20px;
}.db_contact_form_section form h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.db_contact_form_section form input[type="text"] {
    margin-bottom: 16px;
    padding: 14px 16px;
    font-size: calc(13px * 0.95);
}.db_contact_form_section .db_feedback_message {
    padding: 16px;
}.db_contact_form_section .db_connect_links label {
    font-size: calc(15px * 0.95);
}}.db_pricing_structure {
    color: #ffffff;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.db_pricing_structure::before {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
}.db_pricing_structure .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.db_cost_matrix {
    position: relative;
}.db_cost_matrix::before {
    top: -50px;
    filter: blur(15px);
    content: "";
    animation: pulseGlow 8s infinite alternate;
    position: absolute;
    height: 200px;
    right: -50px;
    background: radial-gradient(circle, rgb(153,204,185,0.5) 5%, transparent 70%);
    width: 200px;
}.db_cost_matrix::after {
    position: absolute;
    filter: blur(20px);
    left: -80px;
    background: radial-gradient(ellipse, rgb(104,171,154,0.5) 5%, transparent 70%);
    width: 300px;
    bottom: -80px;
    height: 300px;
    content: "";
    animation: pulseGlow 10s infinite alternate-reverse;
}.db_pricing_structure h2 {
    transition: transform 0.5s ease;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #ffffff, rgb(104,171,154));
    background-clip: text !important;
    transform: perspective(1000px) translateZ(10px);
    -webkit-background-clip: text !important;
    color: transparent;
    font-size: 37px;
    margin-bottom: 20px;
}.db_pricing_structure .db_study_cost {
    max-width: 800px;
    text-align: center;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    font-size: calc(13px * 1.1);
    transform: perspective(1000px) translateZ(5px);
}.db_pricing_structure .db_cost_fee {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    margin: 0;
}.db_pricing_structure .db_cost_fee li {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
}.db_pricing_structure .db_cost_fee li:hover {
    transform: translateY(-15px) rotateY(5deg);
    z-index: 5;
}.db_pricing_structure .db_fee_package {
    display: block;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
}.db_pricing_structure .db_fee_package::before {
    content: "";
    opacity: 0;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(153,204,185,0.5), transparent 70%);
    top: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    position: absolute;
    height: 100%;
}.db_pricing_structure .db_fee_package:hover::before {
    opacity: 0.2;
}.db_pricing_structure .db_fee_package::after {
    transform: rotate(45deg);
    left: -50%;
    width: 200%;
    z-index: 1;
    content: "";
    height: 200%;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    opacity: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: -50%;
}.db_pricing_structure .db_fee_package:hover::after {
    opacity: 0.3;
    top: 100%;
    left: 100%;
}.db_pricing_structure .db_trial_offers {
    padding: 30px;
    position: relative;
    min-height: 400px;
    display: flex;
    z-index: 2;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}.db_pricing_structure .db_bundle_rate {
    flex-direction: column;
    flex: 1;
    display: flex;
}.db_pricing_structure .db_fee_package h4 {
    transition: transform 0.3s ease;
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 15px;
    font-size: calc(23px * 1.1);
    color: rgb(153,204,185);
    font-weight: 600;
}.db_pricing_structure .db_fee_package:hover h4 {
    transform: translateX(5px);
}.db_pricing_structure .db_fee_package h4::after {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(153,204,185), rgb(104,171,154));
    height: 3px;
    transition: width 0.3s ease;
    width: 60px;
    bottom: 0;
}.db_pricing_structure .db_fee_package:hover h4::after {
    width: 100px;
}.db_pricing_structure .db_fee_package p {
    line-height: 1.6;
    max-height: 250px;
    scrollbar-color: rgb(153,204,185) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
    color: #ffffff;
    margin: 0 0 25px;
    word-break: normal;
    font-size: 13px;
    overflow-y: auto;
    flex: 1;
    overflow-wrap: break-word;
}.db_pricing_structure .db_fee_package p::-webkit-scrollbar {
    width: 6px;
}.db_pricing_structure .db_fee_package p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.db_pricing_structure .db_fee_package p::-webkit-scrollbar-thumb {
    background-color: rgb(153,204,185);
    border-radius: 10px;
}.db_pricing_structure .db_rate_card {
    transition: all 0.3s ease;
    border-radius: 10px;
    align-self: flex-start;
    transform: translateZ(20px);
    font-weight: 700;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
    font-size: calc(23px * 1.3);
    background: linear-gradient(135deg, rgb(153,204,185), rgb(104,171,154));
    margin-top: auto;
    color: #ffffff;
    padding: 10px 20px;
}.db_pricing_structure .db_rate_card::before {
    position: absolute;
    height: 100%;
    top: 0;
    transition: left 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: "";
    width: 100%;
}.db_pricing_structure .db_fee_package:hover .db_rate_card::before {
    left: 100%;
}

@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {.db_pricing_structure {
    padding: 80px 0;
}.db_pricing_structure .db_cost_fee {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.db_pricing_structure h2 {
    font-size: calc(37px * 0.9);
}.db_pricing_structure .db_study_cost {
    font-size: 13px;
    margin-bottom: 40px;
}.db_pricing_structure .db_trial_offers {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 768px) {.db_pricing_structure {
    padding: 60px 0;
}.db_pricing_structure .db_cost_fee {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.db_pricing_structure .db_fee_package h4 {
    font-size: 23px;
}.db_pricing_structure .db_rate_card {
    font-size: calc(23px * 1.1);
}.db_pricing_structure .db_cost_fee li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}

@media (max-width: 576px) {.db_pricing_structure {
    padding: 50px 0;
}.db_pricing_structure h2 {
    font-size: calc(37px * 0.8);
}.db_pricing_structure .db_study_cost {
    margin-bottom: 30px;
    font-size: calc(13px * 0.9);
}.db_pricing_structure .db_cost_fee {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.db_pricing_structure .db_trial_offers {
    padding: 20px;
    min-height: 300px;
}.db_pricing_structure .db_fee_package p {
    max-height: 180px;
    font-size: calc(13px * 0.9);
}.db_pricing_structure .db_rate_card {
    padding: 8px 15px;
}}.db_prospective_members {
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(200,230,217) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.db_prospective_members::before {
    left: 0;
    background-size: 100px 100px;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(153,204,185,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(153,204,185,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(153,204,185,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(153,204,185,0.5) 25%, transparent 25%);
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 1;
}.db_prospective_members .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.db_prospective_members .db_knowledge_classes {
    perspective: 1000px;
    position: relative;
}.db_prospective_members h4 {
    display: inline-block;
    position: relative;
    font-size: 37px;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    font-weight: 700;
    color: #000000;
    margin-bottom: 80px;
    padding-bottom: 15px;
}.db_prospective_members h4::before {
    content: "";
    left: 25%;
    background: rgb(153,204,185);
    height: 3px;
    border-radius: 3px;
    bottom: 0;
    position: absolute;
    width: 50%;
}.db_prospective_members h4::after {
    background: rgb(104,171,154,0.5);
    left: 15%;
    border-radius: 1px;
    width: 70%;
    bottom: 10px;
    position: absolute;
    height: 1px;
    content: "";
}.db_prospective_members div > div {
    display: grid;
    perspective: 1000px;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.db_prospective_members p {
    z-index: 1;
    padding: 25px;
    display: flex;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 27px;
    transform: translateZ(0) rotateX(0) rotateY(0);
    align-items: flex-start;
    color: #000000;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: #ffffff;
}.db_prospective_members p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}.db_prospective_members p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

.db_prospective_members p::before {
    position: absolute;
    width: 100%;
    border-radius: 27px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(200,230,217) 100%);
    opacity: 0;
    height: 100%;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    z-index: -1;
}.db_prospective_members p:hover {
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.db_prospective_members p:hover::before {
    opacity: 1;
}.db_prospective_members p svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    height: 28px;
    transform: translateZ(10px);
    width: 28px;
    margin-right: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}.db_prospective_members p svg path {
    transition: fill 0.3s ease;
    fill: rgb(153,204,185);
}.db_prospective_members p:hover svg {
    transform: translateZ(30px) scale(1.2);
}.db_prospective_members p:hover svg path {
    fill: rgb(104,171,154);
}.db_prospective_members p span {
    transform: translateZ(5px);
}.db_prospective_members::after {
    position: absolute;
    content: "";
    height: 200px;
    pointer-events: none;
    z-index: 1;
    left: 0;
    background: linear-gradient(to top, #ffffff, transparent);
    bottom: 0;
    width: 100%;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}


@media (max-width: 991px) {.db_prospective_members {
    padding: 100px 0;
}.db_prospective_members h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 60px;
}.db_prospective_members div > div {
    gap: 30px;
}.db_prospective_members p {
    padding: 20px;
}
    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }
    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }
}

@media (max-width: 768px) {.db_prospective_members {
    padding: 80px 0;
}.db_prospective_members h4 {
    font-size: calc(37px * 0.8);
    margin-bottom: 50px;
}.db_prospective_members div > div {
    gap: 25px;
    grid-template-columns: 1fr;
}.db_prospective_members p {
    padding: 18px;
}.db_prospective_members p svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.db_prospective_members p:nth-child(odd),
    .db_prospective_members p:nth-child(even) {
    transform: none;
    animation: none;
}.db_prospective_members p:hover {
    transform: translateY(-5px);
}.db_prospective_members p:hover svg {
    transform: scale(1.2);
}.db_prospective_members::after {
    height: 100px;
}
}

@media (max-width: 576px) {.db_prospective_members {
    padding: 60px 0;
}.db_prospective_members h4 {
    font-size: calc(37px * 0.7);
    margin-bottom: 40px;
}.db_prospective_members h4::before {
    height: 2px;
}.db_prospective_members h4::after {
    bottom: 8px;
}.db_prospective_members div > div {
    gap: 20px;
}.db_prospective_members p {
    padding: 15px;
    font-size: calc(16px * 0.9);
}.db_prospective_members p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}}header {
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(153,204,185,0.5);
    background: linear-gradient(to right, rgb(200,230,217), #ffffff);
    z-index: 100;
    position: relative;
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}header .db_header_site {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}header .db_nav_page {
    margin-bottom: 0.5rem;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem;
    display: block;
    text-decoration: none;
}header .db_nav_page::after {
    bottom: -5px;
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(to right, transparent, rgb(153,204,185), transparent);
    content: '';
    left: 0;
    height: 2px;
    width: 100%;
}header .db_nav_page svg {
    width: 180px;
    height: auto;
    transition: transform 0.3s ease;
}header .db_nav_page:hover svg {
    transform: scale(1.05);
}header .db_header_master {
    justify-content: center;
    background: linear-gradient(to right, rgb(153,204,185,0.5), rgb(104,171,154,0.5));
    border-radius: 11px;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
    padding: 0.8rem;
    display: flex;
}header .db_nav_pagewrap {
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 13px;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-weight: 400;
}header .db_nav_pagewrap:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgb(153,204,185,0.5);
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(153,204,185), rgb(104,171,154));
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .db_nav_page svg {
    width: 160px;
}header .db_header_master {
    padding: 0.7rem;
}header .db_nav_pagewrap {
    padding: 0.5rem 1rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .db_header_site {
    gap: 1rem;
}header .db_nav_page svg {
    width: 140px;
}header .db_header_master {
    padding: 0.6rem;
    gap: 0.4rem;
}header .db_nav_pagewrap {
    font-size: calc(13px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .db_header_site {
    gap: 0.8rem;
}header .db_nav_page svg {
    width: 120px;
}header .db_header_master {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.5rem;
    justify-content: flex-start;
}header .db_header_master::-webkit-scrollbar {
    height: 3px;
}header .db_header_master::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(153,204,185);
}header .db_nav_pagewrap {
    white-space: nowrap;
    font-size: calc(13px - 2px);
    padding: 0.4rem 0.7rem;
    flex-shrink: 0;
}}.db_study_method {
    position: relative;
    overflow: visible;
    background: linear-gradient(135deg, rgb(200,230,217) 0%, rgb(104,171,154,0.5) 120%);
    padding: 170px 0 150px;
}.db_study_method::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background: rgb(153,204,185,0.5);
    height: 100%;
    opacity: 0.05;
    width: 100%;
}.db_study_method .db_knowledge_classes {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.db_study_method .db_text_holder_wrap {
    position: relative;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
}.db_study_method .db_text_holder_wrap h2 {
    color: #ffffff;
    z-index: 4;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    position: relative;
    width: 40%;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    font-size: 33px;
    margin: 0 auto 80px;
    padding: 35px 40px;
    background: rgb(153,204,185,0.5);
    text-align: center;
}.db_study_method .db_text_holder_wrap p {
    z-index: 3;
    position: relative;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.07);
    line-height: 1.8;
    width: 70%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 50px 60px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
}.db_study_method .db_text_holder_wrap::before {
    height: 60px;
    top: calc(33px * 2 + 70px);
    position: absolute;
    width: 2px;
    content: '';
    left: 50%;
    z-index: 3;
    background: linear-gradient(to bottom, rgb(153,204,185), transparent);
}.db_study_method .db_text_holder_wrap::after {
    height: 200px;
    width: 200px;
    right: 10%;
    position: absolute;
    opacity: 0.03;
    border-radius: 50%;
    animation: pulse-subtle 15s infinite alternate;
    top: -100px;
    background: rgb(153,204,185);
    filter: blur(70px);
    content: '';
}.db_study_method .db_text_holder_wrap h2::before {
    content: '';
    left: -20%;
    opacity: 0.2;
    height: 10px;
    position: absolute;
    width: 140%;
    bottom: -5px;
    background: rgb(153,204,185);
    filter: blur(10px);
}.db_study_method .db_text_holder_wrap h2::after {
    position: absolute;
    content: '';
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(153,204,185,0.5);
    width: 20px;
    height: 20px;
    bottom: -40px;
    z-index: 5;
    margin-left: -10px;
    background: rgb(153,204,185);
    left: 50%;
    opacity: 0.7;
}.db_study_method .db_text_holder_wrap p::before {
    width: 90%;
    top: 20px;
    background: linear-gradient(90deg, transparent, rgb(153,204,185,0.5), transparent);
    height: 1px;
    opacity: 0.3;
    position: absolute;
    content: '';
    left: 5%;
}.db_study_method .db_text_holder_wrap p::after {
    height: 1px;
    content: '';
    bottom: 20px;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(153,204,185,0.5), transparent);
    position: absolute;
    left: 15%;
    width: 70%;
}.db_study_method::after {
    content: '';
    height: 200px;
    width: 1px;
    opacity: 0.3;
    left: 50%;
    background: linear-gradient(to top, rgb(153,204,185,0.5), transparent);
    position: absolute;
    bottom: 0;
    z-index: 1;
}.db_study_method .db_knowledge_classes::before {
    background: rgb(153,204,185,0.5);
    opacity: 0.2;
    width: 250px;
    top: 40%;
    left: -125px;
    z-index: 0;
    content: '';
    transform-origin: right center;
    height: 2px;
    transform: rotate(30deg);
    position: absolute;
}.db_study_method .db_knowledge_classes::after {
    position: absolute;
    top: 40%;
    z-index: 0;
    width: 250px;
    transform: rotate(-30deg);
    height: 2px;
    opacity: 0.2;
    transform-origin: left center;
    content: '';
    background: rgb(153,204,185,0.5);
    right: -125px;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.03;
        transform: scale(1);
    }
    50% {
        opacity: 0.05;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1200px) {.db_study_method .db_text_holder_wrap h2 {
    width: 50%;
}.db_study_method .db_text_holder_wrap p {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.db_study_method {
    padding: 140px 0 120px;
}.db_study_method .db_text_holder_wrap h2 {
    width: 60%;
    padding: 30px 35px;
    margin-bottom: 60px;
}.db_study_method .db_text_holder_wrap p {
    padding: 40px 50px;
    width: 90%;
}.db_study_method .db_text_holder_wrap::before {
    height: 40px;
}
}

@media screen and (max-width: 768px) {.db_study_method {
    overflow: hidden;
    padding: 120px 0 100px;
}.db_study_method .db_text_holder_wrap {
    transform: none;
}.db_study_method .db_text_holder_wrap h2 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
    width: 80%;
}.db_study_method .db_text_holder_wrap p {
    padding: 30px 40px;
    width: 100%;
}.db_study_method .db_text_holder_wrap::before {
    height: 30px;
}.db_study_method .db_text_holder_wrap::after,
    .db_study_method::after,
    .db_study_method .db_knowledge_classes::before,
    .db_study_method .db_knowledge_classes::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.db_study_method {
    padding: 100px 0 80px;
}.db_study_method .db_text_holder_wrap h2 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    font-size: calc(33px * 0.8);
    width: 100%;
    padding: 25px 30px;
}.db_study_method .db_text_holder_wrap p {
    font-size: calc(14px * 0.9);
    padding: 25px 30px;
}.db_study_method .db_text_holder_wrap::before {
    height: 20px;
}.db_study_method .db_text_holder_wrap h2::after {
    height: 15px;
    bottom: -25px;
    margin-left: -7.5px;
    width: 15px;
}}.db_training_specialist {
    position: relative;
    padding: 120px 0;
    background: rgb(200,230,217);
    overflow: hidden;
}.db_training_specialist::before {
    z-index: 1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(153,204,185,0.5) 0,
        rgb(153,204,185,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.05;
    left: 0;
    content: "";
}.db_training_specialist .container {
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.db_training_specialist .db_learn_reviews {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    position: relative;
    border-radius: 29px;
    overflow: hidden;
    display: grid;
    background: #ffffff;
    gap: 50px;
    max-width: 1000px;
    grid-template-columns: 350px 1fr;
}.db_training_specialist .db_image_section {
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 0;
    min-height: 400px;
    width: 100%;
}.db_training_specialist .db_image_section::before {
    height: 50%;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    z-index: 1;
}.db_training_specialist .db_image_section::after {
    position: absolute;
    left: 0;
    background: rgb(153,204,185);
    opacity: 0.15;
    content: "";
    top: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    width: 100%;
}.db_training_specialist .db_image_section:hover::after {
    opacity: 0;
}.db_training_specialist .name {
    font-weight: 700;
    color: #ffffff;
    left: 30px;
    padding-bottom: 0;
    font-size: 21px;
    font-family: Arial, sans-serif;
    z-index: 2;
    position: absolute;
    margin: 0;
    bottom: 60px;
    transition: transform 0.3s ease;
}.db_training_specialist .db_learn_reviews span:not(.name) {
    font-size: 15px;
    left: 30px;
    margin: 0;
    transition: transform 0.3s ease;
    color: #ffffff;
    z-index: 2;
    font-family: Arial, sans-serif;
    bottom: 30px;
    font-weight: 400;
    opacity: 0.85;
    position: absolute;
}.db_training_specialist .db_image_section:hover ~ .name,
.db_training_specialist .db_image_section:hover ~ span:not(.name) {
    transform: translateX(5px);
}.db_training_specialist .db_experience_log {
    padding: 50px 40px;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    flex-direction: column;
    margin: 0;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    justify-content: center;
}.db_training_specialist .db_experience_log::before {
    width: 40px;
    top: 40px;
    left: 40px;
    position: absolute;
    background: linear-gradient(to right bottom, 
        rgb(153,204,185) 0%, 
        rgb(153,204,185) 50%, 
        transparent 50%, 
        transparent 100%);
    content: "";
    opacity: 0.2;
    height: 30px;
}.db_training_specialist .db_experience_log::after {
    bottom: 40px;
    content: "";
    position: absolute;
    background: linear-gradient(to left top, 
        rgb(104,171,154) 0%, 
        rgb(104,171,154) 50%, 
        transparent 50%, 
        transparent 100%);
    opacity: 0.2;
    height: 30px;
    right: 40px;
    width: 40px;
}

@media (max-width: 992px) {.db_training_specialist {
    padding: 100px 0;
}.db_training_specialist .db_learn_reviews {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.db_training_specialist .db_image_section {
    min-height: 350px;
}.db_training_specialist .db_experience_log {
    padding: 40px 30px;
}.db_training_specialist .db_experience_log::before {
    width: 30px;
    height: 24px;
    top: 30px;
    left: 30px;
}.db_training_specialist .db_experience_log::after {
    width: 30px;
    right: 30px;
    bottom: 30px;
    height: 24px;
}
}

@media (max-width: 768px) {.db_training_specialist {
    padding: 80px 0;
}.db_training_specialist .container {
    padding: 0 20px;
}.db_training_specialist .db_learn_reviews {
    gap: 0;
    grid-template-columns: 1fr;
}.db_training_specialist .db_image_section {
    height: 300px;
    min-height: 300px;
}.db_training_specialist .db_experience_log {
    padding: 35px 25px;
}.db_training_specialist .name {
    font-size: calc(21px * 0.9);
    left: 25px;
    bottom: 50px;
}.db_training_specialist .db_learn_reviews span:not(.name) {
    bottom: 25px;
    font-size: calc(15px * 0.95);
    left: 25px;
}.db_training_specialist .db_experience_log::before {
    height: 20px;
    top: 25px;
    left: 25px;
    width: 24px;
}.db_training_specialist .db_experience_log::after {
    right: 25px;
    height: 20px;
    bottom: 25px;
    width: 24px;
}
}

@media (max-width: 480px) {.db_training_specialist {
    padding: 60px 0;
}.db_training_specialist .db_image_section {
    min-height: 250px;
    height: 250px;
}.db_training_specialist .db_experience_log {
    font-size: calc(15px * 0.9);
    padding: 30px 20px;
}.db_training_specialist .name {
    bottom: 45px;
    left: 20px;
    font-size: calc(21px * 0.85);
}.db_training_specialist .db_learn_reviews span:not(.name) {
    font-size: calc(15px * 0.9);
    bottom: 20px;
    left: 20px;
}.db_training_specialist .db_experience_log::before,
    .db_training_specialist .db_experience_log::after {
    width: 20px;
    height: 16px;
}}.db_privacy_redoubt {
    width: 100%;
    margin: 0 auto;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 40px;
}.db_privacy_redoubt h1 {
    font-size: 40px;
    font-family: Arial, sans-serif;
    margin-top: 40px;
    border-bottom: 2px solid rgb(153,204,185);
    color: rgb(153,204,185);
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}.db_privacy_redoubt h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(104,171,154);
    margin-top: 30px;
    font-size: 33px;
    color: rgb(104,171,154);
    padding-bottom: 8px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.db_privacy_redoubt h3, .db_privacy_redoubt h4, .db_privacy_redoubt h5, .db_privacy_redoubt h6 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
}.db_privacy_redoubt ul, .db_privacy_redoubt ol {
    padding-left: 0;
    padding: 15px 0;
    list-style-position: inside;
    margin: 0;
}.db_privacy_redoubt li {
    font-family: Arial, sans-serif;
    padding: 5px;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: background 0.3s ease-in-out;
}.db_privacy_redoubt li:hover {
    background: rgb(153,204,185,0.5);
}.db_privacy_redoubt section {
    background: none;
}.db_privacy_redoubt p, .db_privacy_redoubt span, .db_privacy_redoubt div {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.db_privacy_redoubt {
    width: 100%;
    padding: 25px 10px;
}.db_privacy_redoubt h1, .db_privacy_redoubt h2 {
    font-size: calc(23px - 5px);
    text-align: left;
}.db_privacy_redoubt ul, .db_privacy_redoubt ol {
    padding: 10px 0;
}}footer {
    position: relative;
}footer::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, #000000 0%, rgb(153,204,185) 150%);
    content: '';
    right: 0;
    bottom: 0;
    opacity: 0.92;
    top: 0;
    left: 0;
}.db_workshop_cta {
    padding: 70px 0;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 2;
}.db_workshop_cta .container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}.db_workshop_cta .company_holder {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 12px 0 12px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.db_workshop_cta .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.db_workshop_cta .company_holder::before {
    content: '';
    left: 0;
    height: 5px;
    background: rgb(153,204,185);
    width: 100%;
    top: 0;
    position: absolute;
}.db_workshop_cta .company_holder h3 {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    margin-bottom: 25px;
}.db_workshop_cta .company_holder h3::after {
    position: absolute;
    left: 0;
    content: '';
    bottom: -8px;
    background: rgb(104,171,154);
    width: 60px;
    height: 3px;
}.db_workshop_cta .db_access_help {
    line-height: 1.6;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.db_workshop_cta .db_insta_feed {
    position: relative;
}.db_workshop_cta .db_head_primary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}.db_workshop_cta .db_header_master {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.db_workshop_cta .db_header_master h5 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    border-left: 3px solid rgb(153,204,185);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 15px;
}.db_workshop_cta .db_header_master .db_head_primary {
    gap: 12px;
    display: flex;
    flex-direction: column;
}.db_workshop_cta .db_header_master .db_head_primary a {
    color: #ffffff;
    font-size: 12px;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 8px 15px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
}.db_workshop_cta .db_header_master .db_head_primary a::before {
    position: absolute;
    width: 0;
    top: 0;
    transition: width 0.3s ease;
    z-index: -1;
    height: 100%;
    content: '';
    background: rgb(153,204,185,0.5);
    left: 0;
}.db_workshop_cta .db_header_master .db_head_primary a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}.db_workshop_cta .db_header_master .db_head_primary a:hover::before {
    width: 100%;
}.db_policy_links {
    padding: 20px 0;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    position: relative;
}.db_policy_links .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.db_policy_links .db_footer_milestones {
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    background-size: 40px 40px;
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    bottom: 0;
    top: 0;
    right: 0;
    content: '';
    left: 0;
    z-index: 1;
}

@media (max-width: 992px) {.db_workshop_cta .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.db_workshop_cta {
    padding: 50px 0;
}.db_workshop_cta .db_header_master {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.db_workshop_cta {
    padding: 40px 0;
}.db_workshop_cta .company_holder h3 {
    font-size: calc(35px * 0.8);
}.db_workshop_cta .db_header_master h5 {
    font-size: calc(24px * 0.9);
}.db_workshop_cta .db_header_master .db_head_primary a,
    .db_workshop_cta .footer_agreement {
    font-size: calc(12px * 0.95);
}}

.db_policy_links::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 0;
    content: '';
    opacity: 0.2;
    position: absolute;
    top: 0;
    height: 1px;
}.db_tyContent {
    background: linear-gradient(135deg, rgb(200,230,217) 0%, rgb(153,204,185,0.5) 100%);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.db_tyContent::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.25;
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 15% 15%, rgb(153,204,185,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(104,171,154,0.5) 0%, transparent 50%);
    z-index: 0;
}.db_tyContent::after {
    right: -10%;
    content: "";
    width: 40%;
    animation: floatElement 15s infinite alternate ease-in-out;
    position: absolute;
    height: 40%;
    opacity: 0.2;
    filter: blur(120px);
    background: rgb(153,204,185,0.5);
    z-index: 0;
    top: -10%;
}.db_tyContent .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.db_tyContent h2 {
    position: relative;
    margin-bottom: 3rem;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    font-weight: 700;
    padding-bottom: 1.5rem;
    max-width: 90%;
    font-size: 38px;
}.db_tyContent h2::after {
    transform-origin: left center;
    height: 4px;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(153,204,185) 0%, rgb(104,171,154) 100%);
    position: absolute;
    content: "";
    width: 120px;
    bottom: 0;
}.db_tyContent h2:hover::after {
    width: 180px;
}.db_tyContent .db_knowledge_classes {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    padding: 2.5rem;
    border-radius: 0 10px 10px 0;
    transform: perspective(1000px) rotateY(-1deg);
    border-left: 4px solid rgb(153,204,185);
    position: relative;
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.db_tyContent .db_knowledge_classes:hover {
    transform: perspective(1000px) rotateY(0);
}.db_tyContent .db_knowledge_classes::before {
    pointer-events: none;
    height: 100%;
    content: "";
    opacity: 0.05;
    z-index: 0;
    position: absolute;
    background-size: 40px 40px;
    width: 100%;
    left: 0;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(104,171,154,0.5) 49.5%, rgb(104,171,154,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(104,171,154,0.5) 49.5%, rgb(104,171,154,0.5) 50.5%, transparent 50.5%);
}.db_tyContent ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 1;
}.db_tyContent li {
    padding-left: 2rem;
    position: relative;
}.db_tyContent li::before {
    top: 0.5rem;
    position: absolute;
    width: 12px;
    animation: rotateDiamond 8s infinite linear;
    background: rgb(153,204,185);
    height: 12px;
    content: "";
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.db_tyContent span {
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    position: relative;
    display: block;
    line-height: 1.8;
}.db_tyContent span::after {
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(104,171,154,0.5));
    content: "";
    right: 0;
    width: 60px;
    height: 4px;
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-20px, 20px) rotate(3deg);
    }
    100% {
        transform: translate(20px, -20px) rotate(-3deg);
    }
}

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

@media (max-width: 991px) {.db_tyContent {
    padding: 5rem 0;
}.db_tyContent h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
    max-width: 100%;
}.db_tyContent .db_knowledge_classes {
    padding: 2rem;
}
}

@media (max-width: 767px) {.db_tyContent {
    padding: 4rem 0;
}.db_tyContent h2 {
    font-size: calc(38px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
    margin-bottom: 1.5rem;
}.db_tyContent .db_knowledge_classes {
    transform: perspective(1000px) rotateY(-0.5deg);
    padding: 1.5rem;
}.db_tyContent li {
    padding-left: 1.5rem;
}.db_tyContent li::before {
    width: 10px;
    top: 0.4rem;
    height: 10px;
}
}

@media (max-width: 575px) {.db_tyContent {
    padding: 3rem 0;
}.db_tyContent h2 {
    font-size: calc(38px * 0.7);
    transform: none;
}.db_tyContent h2::after {
    height: 3px;
    width: 80px;
}.db_tyContent h2:hover::after {
    width: 120px;
}.db_tyContent .db_knowledge_classes {
    transform: none;
    border-left-width: 3px;
    padding: 1.25rem;
}.db_tyContent span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.db_tyContent span::after {
    height: 3px;
    bottom: -10px;
    width: 40px;
}
}