* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
svg {
    height: 30px;
    width: 30px;
}
header,
footer {
    width: 100%;
}
html,
body {
     font-family: "Montserrat", sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}
.container {
    max-width: 100%;
    margin: auto;
    width: 1157px;
}
.site-study-db {
    flex: 1 0 auto;
}
.container-wrap-db {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.compliance-db {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px) {
    .container {
        padding: 0 12px;
    }
}
.get-in-touch-db {
    padding: 80px 0;
    background: #ffffff;
    /* overflow: hidden; */
    position: relative;
}
.get-in-touch-db::before {
    left: 0;
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
        linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    height: 100%;
}
.get-in-touch-db .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}
.get-in-touch-db h2 {
    padding-left: 20px;
    border-left: 5px solid rgb(219, 196, 158);
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    font-size: 31px;
    color: #000000;
    text-align: left;
}
.get-in-touch-db .help-query-db {
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    overflow: hidden;
    border-radius: 12px;
}
.get-in-touch-db .img-lightbox-db {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}
.get-in-touch-db .img-lightbox-db::before {
    z-index: 1;
    width: 100%;
    mix-blend-mode: multiply;
    background: rgb(129, 165, 187, 0.5);
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}
.get-in-touch-db .reach-panel-db {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}
.get-in-touch-db .reach-panel-db::after {
    width: 150px;
    position: absolute;
    content: "";
    border-radius: 0 0 0 100%;
    top: 0;
    background: rgb(219, 196, 158);
    right: 0;
    height: 150px;
    z-index: -1;
}
.get-in-touch-db #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}
.get-in-touch-db h3 {
    font-size: 21px;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}
.get-in-touch-db h3::after {
    position: absolute;
    left: 0;
    content: "";
    width: 40px;
    height: 2px;
    background: rgb(219, 196, 158);
    bottom: -10px;
}
.get-in-touch-db input[type="text"] {
    width: 100%;
    border: none;
    background: rgb(219, 196, 158);
    padding: 18px 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
    color: #000000;
}
.get-in-touch-db input[type="text"]:focus {
    box-shadow:
        0 0 0 2px rgb(129, 165, 187, 0.5),
        inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
    background: #ffffff;
}
.get-in-touch-db input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}
.get-in-touch-db .support-panel-db {
    display: flex;
    margin-top: 5px;
    gap: 12px;
    align-items: center;
}
.get-in-touch-db .support-panel-db input[type="checkbox"] {
    width: 22px;
    border-radius: 10px;
    border: 2px solid rgb(219, 196, 158);
    transition: all 0.2s ease;
    height: 22px;
    position: relative;
    cursor: pointer;
    appearance: none;
}
.get-in-touch-db .support-panel-db input[type="checkbox"]:checked {
    background: rgb(219, 196, 158);
    border-color: rgb(219, 196, 158);
}
.get-in-touch-db .support-panel-db input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 3px;
    content: "";
    width: 6px;
    height: 11px;
    position: absolute;
    left: 7px;
}
.get-in-touch-db .support-panel-db label {
    font-size: 17px;
    color: #000000;
    line-height: 1.5;
}
.get-in-touch-db .support-panel-db a {
    color: rgb(219, 196, 158);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}
.get-in-touch-db .support-panel-db a:hover {
    color: rgb(102, 132, 156);
}
.get-in-touch-db .support-panel-db a::after {
    content: "";
    height: 1px;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(219, 196, 158);
    position: absolute;
    left: 0;
    bottom: -2px;
}
.get-in-touch-db .support-panel-db a:hover::after {
    background: rgb(102, 132, 156);
}
.get-in-touch-db .support-info-db {
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgb(129, 165, 187, 0.5);
    border-radius: 12px;
    padding: 18px 40px;
    border: none;
    background: rgb(187, 163, 129);
    align-self: flex-start;
    font-size: 20px;
}
.get-in-touch-db .support-info-db:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(102, 132, 156, 0.5);
    background: rgb(102, 132, 156);
}
.get-in-touch-db svg {
    height: 20px;
    width: 20px;
    fill: rgb(219, 196, 158);
    transition: all 0.3s ease;
}
.get-in-touch-db svg path {
    fill: rgb(219, 196, 158);
    transition: all 0.3s ease;
}
.get-in-touch-db svg:hover {
    fill: rgb(102, 132, 156);
}
.get-in-touch-db svg:hover path {
    fill: rgb(102, 132, 156);
}

@media (max-width: 992px) {
    .get-in-touch-db .help-query-db {
        flex-direction: column;
    }
    .get-in-touch-db .img-lightbox-db {
        min-height: 300px;
        flex: 0 0 auto;
        order: 1;
    }
    .get-in-touch-db .reach-panel-db {
        padding: 50px 40px;
        order: 2;
        flex: 0 0 auto;
    }
    .get-in-touch-db h2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .get-in-touch-db {
        padding: 60px 0;
    }
    .get-in-touch-db h2 {
        font-size: calc(31px - 4px);
        margin-bottom: 30px;
    }
    .get-in-touch-db .reach-panel-db {
        padding: 40px 30px;
    }
    .get-in-touch-db #contact {
        gap: 25px;
    }
    .get-in-touch-db .img-lightbox-db {
        min-height: 250px;
    }
}

@media (max-width: 576px) {
    .get-in-touch-db {
        padding: 40px 0;
    }
    .get-in-touch-db .container {
        padding: 0 15px;
    }
    .get-in-touch-db h2 {
        margin-bottom: 25px;
        font-size: calc(31px - 6px);
        padding-left: 15px;
    }
    .get-in-touch-db .reach-panel-db {
        padding: 30px 20px;
    }
    .get-in-touch-db #contact {
        gap: 20px;
    }
    .get-in-touch-db input[type="text"] {
        padding: 15px;
    }
    .get-in-touch-db .support-info-db {
        padding: 15px 20px;
        width: 100%;
    }
    .get-in-touch-db .img-lightbox-db {
        min-height: 200px;
    }
}
.program-overview-db {
    background: #222;
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}
.program-overview-db::before {
    z-index: 1;
    top: -5%;
    background: linear-gradient(225deg, rgb(219, 196, 158) 0%, rgb(129, 165, 187, 0.5) 70%);
    transform: rotate(-15deg);
    height: 300px;
    animation: floatElement 15s infinite ease-in-out;
    right: -5%;
    content: "";
    opacity: 0.1;
    width: 300px;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    position: absolute;
}
.program-overview-db::after {
    width: 250px;
    position: absolute;
    left: -3%;
    bottom: -8%;
    z-index: 1;
    animation: floatElement 18s infinite ease-in-out reverse;
    transform: rotate(10deg);
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    height: 250px;
    background: linear-gradient(45deg, rgb(102, 132, 156) 0%, rgb(102, 132, 156, 0.5) 70%);
    opacity: 0.1;
    content: "";
}
.program-overview-db .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.program-overview-db .learn-plan-db {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}
.program-overview-db .img-lightbox-db {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    height: 350px;
}
.program-overview-db .img-lightbox-db::before {
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 50%, rgba(#000000, 0.2) 100%);
    position: absolute;
}
.program-overview-db .img-lightbox-db::after {
    opacity: 0.7;
    border-top: 4px solid rgb(219, 196, 158);
    height: 60px;
    right: -15px;
    border-right: 4px solid rgb(219, 196, 158);
    width: 60px;
    top: -15px;
    content: "";
    position: absolute;
    z-index: 2;
}
.program-overview-db .img-lightbox-db:hover {
    transform: perspective(1000px) rotateY(0);
}
.program-overview-db .word-block-db {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.program-overview-db .word-block-db::before {
    transform-origin: top;
    left: -20px;
    position: absolute;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    top: 10%;
    width: 5px;
    content: "";
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(219, 196, 158), rgb(102, 132, 156));
    height: 80%;
}
.program-overview-db h3 {
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(219, 196, 158);
    opacity: 0;
    transform: translateY(20px);
    font-weight: 700;
    font-size: calc(24px * 1.1);
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s forwards 0.3s;
}
.program-overview-db h3::before {
    height: 0.4rem;
    background-color: rgb(102, 132, 156);
    content: "";
    position: absolute;
    width: 0.4rem;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.program-overview-db .description {
    margin-bottom: 1.2rem;
    position: relative;
    color: #fff;
    transform: translateY(20px);
    font-size: 16px;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    opacity: 0;
    line-height: 1.8;
}
.program-overview-db p.description {
    overflow-y: auto;
    scrollbar-color: rgb(102, 132, 156) transparent;
    scrollbar-width: thin;
    position: relative;
    padding-right: 1rem;
    display: block;
    max-height: 400px;
}
.program-overview-db p.description::-webkit-scrollbar {
    width: 6px;
}
.program-overview-db p.description::-webkit-scrollbar-track {
    background: transparent;
}
.program-overview-db p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(102, 132, 156, 0.5);
}
.program-overview-db span.description {
    display: none;
}

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

@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes floatElement {
    0%,
    100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {
    .program-overview-db .learn-plan-db {
        gap: 4rem;
        grid-template-columns: 1fr 1fr;
    }
    .program-overview-db .img-lightbox-db {
        height: 450px;
    }
    .program-overview-db h3 {
        padding-left: 1.5rem;
        font-size: calc(24px * 1.2);
    }
    .program-overview-db h3::before {
        height: 0.6rem;
        width: 0.6rem;
    }
    .program-overview-db .word-block-db::before {
        left: -30px;
    }
}

@media (min-width: 992px) {
    .program-overview-db {
        padding: 9rem 0;
    }
    .program-overview-db .img-lightbox-db {
        height: 500px;
    }
    .program-overview-db .word-block-db {
        padding-right: 2rem;
    }
    .program-overview-db .word-block-db::before {
        left: -40px;
    }
    .program-overview-db h3 {
        margin-bottom: 2rem;
        font-size: calc(35px * 0.7);
    }
    .program-overview-db .description {
        font-size: calc(16px * 1.05);
    }
    .program-overview-db p.description {
        max-height: 450px;
    }
}

@media (min-width: 1200px) {
    .program-overview-db .learn-plan-db {
        gap: 6rem;
    }
    .program-overview-db .img-lightbox-db {
        height: 550px;
        transform: perspective(1500px) rotateY(3deg);
    }
    .program-overview-db .img-lightbox-db:hover {
        transform: perspective(1500px) rotateY(0);
    }
    .program-overview-db h3 {
        font-size: calc(35px * 0.8);
    }
    .program-overview-db p.description {
        max-height: 500px;
    }
}

@media (max-width: 767px) {
    .program-overview-db {
        padding: 5rem 0;
    }
    .program-overview-db .img-lightbox-db {
        margin-bottom: 1rem;
        height: 280px;
    }
    .program-overview-db h3 {
        margin-bottom: 1rem;
        font-size: calc(24px * 1);
    }
    .program-overview-db .word-block-db::before {
        left: -15px;
    }
    .program-overview-db p.description {
        max-height: 350px;
    }
}
.company-info-db {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: #fff;
}
.company-info-db::before {
    background: radial-gradient(ellipse at bottom right, rgb(129, 165, 187, 0.5) 0%, transparent 70%);
    z-index: -1;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.2;
}
.company-info-db::after {
    left: 0;
    background-size: 60px 60px;
    background-image: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.5) 75%,
        transparent 75%,
        transparent
    );
    position: absolute;
    animation: backgroundMove 15s linear infinite;
    opacity: 0.03;
    height: 100%;
    top: 0;
    z-index: -2;
    width: 100%;
    content: "";
}
@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.company-info-db .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}
.company-info-db .learn-learnings-db {
    grid-template-areas:
        "logo"
        "site-study-db"
        "director";
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
}
.company-info-db .virtual-track-db {
    align-items: center;
    display: flex;
    color: rgb(219, 196, 158);
    gap: 15px;
    grid-area: logo;
    margin-bottom: 10px;
    font-size: calc(19px * 1.3);
    position: relative;
    justify-content: center;
    font-weight: 700;
}
.company-info-db .virtual-track-db img {
    width: 60px;
}
.company-info-db .virtual-track-db svg path {
    fill: rgb(219, 196, 158);
}
.company-info-db .word-block-db {
    position: relative;
    text-align: center;
    grid-area: content;
    padding: 0 10%;
}
.company-info-db .word-block-db h2 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    display: inline-block;
    font-size: 35px;
    position: relative;
}
.company-info-db .word-block-db h2::before,
.company-info-db .word-block-db h2::after {
    height: 2px;
    background: rgb(102, 132, 156);
    content: "";
    position: absolute;
    width: 40px;
    top: 50%;
}
.company-info-db .word-block-db h2::before {
    right: calc(100% + 20px);
}
.company-info-db .word-block-db h2::after {
    left: calc(100% + 20px);
}
.company-info-db .word-block-db p {
    position: relative;
    color: #000000;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.8;
}
.company-info-db .study-guides-db {
    padding-top: 40px;
    margin-top: 20px;
    grid-area: director;
    position: relative;
    display: flex;
    grid-row: 1;
    justify-content: center;
}
.company-info-db .img-lightbox-db {
    z-index: 2;
    transition: all 0.4s ease;
    border-radius: 10px;
    flex: 0 0 auto;
    width: 180px;
    height: 180px;
    position: relative;
    box-shadow: 15px 15px 0 rgb(129, 165, 187, 0.5);
}
.company-info-db .img-lightbox-db:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(129, 165, 187, 0.5);
}
.company-info-db .history-tl-db {
    justify-content: center;
    padding-left: 30px;
    position: relative;
    flex-direction: column;
    display: flex;
}
.company-info-db .history-tl-db::before {
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    left: 0;
    top: 50%;
    position: absolute;
    background: rgb(219, 196, 158);
    content: "";
}
.company-info-db .who-mentors-db {
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
}
.company-info-db .knowledge-guides-db {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    color: rgb(219, 196, 158);
}

@media (min-width: 768px) {
    .company-info-db .learn-learnings-db {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "logo logo"
            "content content"
            "director director";
    }
}

@media (min-width: 992px) {
    .company-info-db .learn-learnings-db {
        grid-template-areas:
            "logo content content"
            "director content content";
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .company-info-db .virtual-track-db {
        justify-content: flex-start;
    }
    .company-info-db .word-block-db {
        padding: 0 0 0 30px;
        text-align: left;
    }
    .company-info-db .word-block-db h2::before,
    .company-info-db .word-block-db h2::after {
        display: none;
    }
    .company-info-db .study-guides-db {
        padding-top: 0;
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .company-info-db .learn-learnings-db {
        gap: 40px;
        grid-template-areas:
            "logo . content"
            "director . content";
        grid-template-columns: 0.8fr 2fr;
    }
    .company-info-db .word-block-db {
        padding: 0 0 0 50px;
        position: relative;
    }
    .company-info-db .word-block-db::before {
        left: 0;
        position: absolute;
        top: 10%;
        width: 1px;
        height: 80%;
        content: "";
        background: linear-gradient(to bottom, rgb(219, 196, 158), transparent);
    }
}

@media (max-width: 767px) {
    .company-info-db {
        padding: 80px 0;
    }
    .company-info-db .word-block-db h2::before,
    .company-info-db .word-block-db h2::after {
        width: 25px;
    }
    .company-info-db .img-lightbox-db {
        width: 140px;
        box-shadow: 10px 10px 0 rgb(129, 165, 187, 0.5);
        height: 140px;
    }
    .company-info-db .history-tl-db {
        padding-left: 20px;
    }
    .company-info-db .history-tl-db::before {
        width: 20px;
    }
}

@media (max-width: 575px) {
    .company-info-db {
        padding: 60px 0;
    }
    .company-info-db .virtual-track-db {
        font-size: 19px;
    }
    .company-info-db .virtual-track-db svg {
        width: 50px;
        height: 50px;
    }
    .company-info-db .word-block-db h2 {
        font-size: calc(35px * 0.9);
    }
    .company-info-db .word-block-db h2::before,
    .company-info-db .word-block-db h2::after {
        width: 20px;
    }
    .company-info-db .study-guides-db {
        align-items: center;
        flex-direction: column;
    }
    .company-info-db .history-tl-db {
        padding-left: 0;
        text-align: center;
        padding-top: 20px;
    }
    .company-info-db .history-tl-db::before {
        width: 30px;
        top: 10px;
        left: 50%;
        height: 1px;
        transform: translateX(-50%);
    }
}
.instructional-approach-db {
    padding: 120px 0;
    position: relative;
    background: #222;
    overflow: hidden;
}
.instructional-approach-db .learn-learnings-db {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
    margin: 0 auto;
}
.instructional-approach-db h2 {
    animation: slideIn 0.8s 0.2s forwards ease-out;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    font-weight: 700;
    color: #fff;
    transform: translateX(-8px);
    opacity: 0;
    font-size: 33px;
    text-align: center;
    width: 100%;
}
/* .instructional-approach-db h2::after {
    width: 0;
    bottom: -8px;
    height: 3px;
    background: linear-gradient(to right, rgb(219, 196, 158), rgb(102, 132, 156));
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    left: 0;
    content: "";
} */
.instructional-approach-db .word-block-db {
    opacity: 0;
    transform: translateY(20px);
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: relative;
}
.instructional-approach-db .word-block-db::before {
    content: "";
    width: 4px;
    height: 0%;
    animation: verticalLineGrow 1.2s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(219, 196, 158), rgb(102, 132, 156));
}
.instructional-approach-db .word-block-db p {
     font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
    color: #000000;
}

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

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

@keyframes lineGrow {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

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

@keyframes floatingShape {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, -15px) rotate(-5deg);
    }
}

@media (max-width: 991px) {
    .instructional-approach-db {
        padding: 90px 0;
    }
    .instructional-approach-db::before {
        width: 200px;
        height: 200px;
    }
    .instructional-approach-db::after {
        height: 180px;
        width: 180px;
    }
    .instructional-approach-db .word-block-db {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .instructional-approach-db {
        padding: 70px 0;
    }
    .instructional-approach-db h2 {
        margin-bottom: 30px;
        font-size: calc(33px * 0.85);
    }
    .instructional-approach-db .word-block-db {
        padding: 25px 20px;
    }
    .instructional-approach-db .word-block-db p {
        font-size: calc(18px * 0.95);
    }
}

@media (max-width: 576px) {
    .instructional-approach-db {
        padding: 50px 0;
    }
    .instructional-approach-db::before,
    .instructional-approach-db::after {
        height: 150px;
        width: 150px;
    }
    .instructional-approach-db h2 {
        margin-bottom: 25px;
        font-size: calc(33px * 0.75);
    }
    .instructional-approach-db .word-block-db {
        padding: 20px 15px;
    }
    .instructional-approach-db .word-block-db::before {
        width: 3px;
    }
    .instructional-approach-db .word-block-db p {
        line-height: 1.7;
        font-size: calc(18px * 0.9);
    }
    .instructional-approach-db h2::after {
        height: 2px;
    }
}

.instructional-approach-db:hover .word-block-db {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.secure-chamber-db {
    width: 100%;
    padding: 60px;
    color: #ffffff;
    height: auto;
}
.secure-chamber-db h1 {
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
    font-size: 39px;
    border-bottom: 3px solid rgb(102, 132, 156);
    color: rgb(219, 196, 158);
    grid-column: span 2;
    margin-bottom: 40px;
}
.secure-chamber-db h2 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600;
    color: rgb(102, 132, 156);
    margin-top: 0;
    font-size: 38px;
    border-bottom: 2px solid rgb(219, 196, 158);
}
.secure-chamber-db ul,
.secure-chamber-db ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.secure-chamber-db li {
    color: #000000;
    background: rgb(129, 165, 187, 0.5);
    border-radius: 10px;
    margin-bottom: 15px;
    border-left: 4px solid rgb(219, 196, 158);
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
}
.secure-chamber-db section {
    padding: 30px;
    border-radius: 17px;
    width: 100%;
    background: rgb(102, 132, 156, 0.5);
}
.secure-chamber-db p,
.secure-chamber-db span,
.secure-chamber-db div {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
     font-family: "Montserrat", sans-serif;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {
    .secure-chamber-db {
        grid-template-columns: 1fr;
        padding: 30px 15px;
    }
    .secure-chamber-db h1 {
        font-size: calc(19px - 10px);
    }
    .secure-chamber-db h2 {
        font-size: calc(19px - 8px);
    }
    .secure-chamber-db li {
        font-size: calc(18px - 2px);
        padding: 8px 15px;
    }
}
footer {
    position: relative;
    width: 100%;
}
.compliance-db {
    position: relative;
    padding: 100px 0 30px;
    color: #000000;
    background-color: rgb(219, 196, 158);
     font-family: "Montserrat", sans-serif;
}
.compliance-db::before {
    background-color: rgb(129, 165, 187, 0.5);
    background:
        linear-gradient(135deg, rgb(219, 196, 158) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(219, 196, 158) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(219, 196, 158) 25%, transparent 25%),
        linear-gradient(45deg, rgb(219, 196, 158) 25%, transparent 25%);
    left: 0;
    position: absolute;
    content: "";
    height: 120px;
    width: 100%;
    top: 0;
    background-size: 100px 100px;
}
footer .edu-links-db {
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
footer .reach-form-db {
    position: relative;
    border-radius: 17px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    padding: 25px;
    display: flex;
    background-color: #ffffff;
    z-index: 2;
    justify-content: space-between;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-30px);
}
footer .info_item {
    position: relative;
    border-radius: 10px;
    padding: 10px 15px;
    flex: 1 1 200px;
    background-color: rgb(219, 196, 158);
    transition: all 0.3s ease;
    margin: 10px;
}
footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}
footer .info_item::before {
    transition: opacity 0.3s ease;
    border-radius: 3px 0 0 3px;
    width: 3px;
    content: "";
    position: absolute;
    background-color: rgb(219, 196, 158);
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}
footer .info_item:hover::before {
    opacity: 1;
}
footer .info_item svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
    vertical-align: middle;
    fill: rgb(219, 196, 158);
}
footer .info_item p,
footer .info_item a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    vertical-align: middle;
    font-size: 14px;
    display: inline-block;
}
footer .info_item a:hover {
    color: rgb(219, 196, 158);
}
footer .text_main_holder {
    position: relative;
    gap: 30px;
    display: flex;
    flex-direction: column;
}
footer .text_main_holder::before {
    top: -40px;
    background-color: #ffffff;
    width: 100%;
    content: "";
    z-index: -1;
    border-radius: 17px;
    position: absolute;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    height: calc(100% + 80px);
    left: 0;
}
footer .nav-mainbar-db {
    padding: 0 30px;
    position: relative;
}
footer .nav-mainbar-db::after {
    height: 1px;
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, rgb(219, 196, 158), transparent);
    right: 30px;
    position: absolute;
    left: 30px;
}
footer .nav-mainbar-db img {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}
footer .online-tools-db {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    max-width: 330px;
}
footer .header-top-db {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    margin-left: 20px;
    margin-top: -10px;
    margin-right: 20px;
    padding: 30px;
    z-index: 1;
    background-color: rgb(219, 196, 158);
}
footer .header-top-db h5 {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}
footer .header-top-db h5::after {
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    background-color: rgb(219, 196, 158);
    width: 50px;
    bottom: -7px;
}
footer .nav-learn-db {
    gap: 10px;
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
}
footer .nav-learn-db a {
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    display: inline-block;
    color: #000000;
    transition: all 0.3s ease;
}
footer .nav-learn-db a::after {
    background-color: rgb(219, 196, 158);
    content: "";
    bottom: 5px;
    left: 0;
    height: 2px;
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
}
footer .nav-learn-db a:hover {
    transform: translateX(5px);
    color: #fff;
}
footer .nav-learn-db a:hover::after {
    width: 100%;
}
footer .subscribe_holder {
    position: relative;
    padding: 30px;
    margin-right: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-left: 40px;
    z-index: 0;
    border-radius: 17px;
    background-color: rgb(219, 196, 158);
    margin-top: -10px;
    color: #ffffff;
}
footer .subscribe_holder::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 30px;
    right: 30px;
    transform: rotate(45deg);
    top: -15px;
    background-color: rgb(219, 196, 158);
    z-index: -1;
}
footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}
footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}
footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}
footer .input_holder input[type="email"] {
    border-radius: 10px;
    font-size: 14px;
    color: #000000;
    transition: background-color 0.3s ease;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 14px 16px;
}
footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}
footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}
footer .email-container-db {
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    background-color: #000000;
    color: #ffffff;
    padding: 14px 20px;
    border: none;
    font-size: 19px;
}
footer .email-container-db:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(102, 132, 156);
    transform: translateY(-3px);
}
footer .qna-board-db {
    z-index: 1;
    text-align: center;
    position: relative;
    margin-top: 60px;
}
footer .degree-path-db {
    font-size: 13px;
    border-radius: 30px;
    padding: 8px 20px;
    color: #000000;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

@media (min-width: 768px) {
    footer .text_main_holder {
        grid-template-columns: 1fr 1fr 1fr;
    }
    footer .nav-learn-db {
        grid-template-columns: 1fr;
    }
    footer .input_holder {
        flex-direction: row;
    }
    footer .email-container-db {
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    footer .header-top-db {
        margin-top: 0;
    }
    footer .subscribe_holder {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    footer .text_main_holder {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    footer .compliance-db {
        padding: 80px 0 30px;
    }
    footer .reach-form-db {
        justify-content: center;
        padding: 20px;
    }
    footer .info_item {
        width: 100%;
    }
    footer .header-top-db,
    footer .subscribe_holder {
        padding: 25px 20px;
        margin-right: 10px;
        margin-left: 10px;
    }
    footer .qna-board-db {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    footer .compliance-db {
        padding: 60px 0 20px;
    }
    footer .reach-form-db {
        padding: 15px;
        transform: translateY(-20px);
        margin-bottom: 40px;
    }
    footer .text_main_holder::before {
        top: -30px;
        height: calc(100% + 60px);
    }
    footer .nav-mainbar-db {
        padding: 0 20px;
    }
    footer .nav-mainbar-db::after {
        right: 20px;
        left: 20px;
    }
    footer .header-top-db h5,
    footer .subscribe_holder h5 {
        font-size: calc(24px - 2px);
    }
    footer .nav-learn-db a {
        padding: 6px 0;
    }
    footer .input_holder input[type="email"],
    footer .email-container-db {
        padding: 12px 15px;
    }
}
.customer-experience-db {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 6rem 0;
}
.customer-experience-db::before {
    filter: blur(80px);
    position: absolute;
    z-index: 0;
    width: 40%;
    right: -5%;
    top: -10%;
    opacity: 0.4;
    content: "";
    height: 60%;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(129, 165, 187, 0.5) 0%, rgb(102, 132, 156, 0.5) 100%);
}
.customer-experience-db::after {
    left: -5%;
    background: linear-gradient(45deg, rgb(102, 132, 156, 0.5) 0%, rgb(129, 165, 187, 0.5) 100%);
    width: 30%;
    filter: blur(60px);
    z-index: 0;
    content: "";
    opacity: 0.3;
    height: 50%;
    bottom: -10%;
    position: absolute;
    transform: rotate(12deg);
}
.customer-experience-db .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}
.customer-experience-db h2 {
    font-size: 37px;
    position: relative;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    margin-bottom: 3rem;
}
.customer-experience-db h2::after {
    width: 60px;
    bottom: -15px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(219, 196, 158) 0%, rgb(102, 132, 156) 100%);
    height: 4px;
    transform: translateX(-50%);
    content: "";
}
.customer-experience-db .student-stories-db {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    margin: 0;
}
.customer-experience-db .learn-reviews-db {
    position: relative;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    display: flex;
    padding: 1rem;
    flex-direction: column;
}
.customer-experience-db .learn-reviews-db::before {
    content: "";
    z-index: -1;
    right: 20px;
    font-family: serif;
    top: 10px;
    line-height: 1;
    color: rgb(102, 132, 156, 0.5);
    position: absolute;
    font-size: 6rem;
    opacity: 0.2;
}
.customer-experience-db .learn-reviews-db:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.customer-experience-db .learn-reviews-db:nth-child(odd) {
    /* transform: translateY(5px); */
}
.customer-experience-db .learn-reviews-db:nth-child(odd):hover {
    /* transform: translateY(-5px); */
}
.customer-experience-db .learn-reviews-db div {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.2rem;
}
.customer-experience-db .learn-reviews-db img {
    border: 3px solid #ffffff;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 60px;
    transition: all 0.3s ease;
    filter: grayscale(1);
}
.customer-experience-db .learn-reviews-db:hover img {
    transform: scale(1.05);
    border-color: rgb(129, 165, 187, 0.5);
}
.customer-experience-db .learn-reviews-db h4 {
    color: #000000;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    transition: all 0.3s ease;
}
.customer-experience-db .learn-reviews-db:hover h4 {
    color: rgb(219, 196, 158);
}
.customer-experience-db .learn-reviews-db .description {
    color: #000000;
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
    font-style: italic;
    z-index: 2;
    position: relative;
    text-align: center;
}
.customer-experience-db a {
    position: relative;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    margin-top: 3rem;
    display: inline-block;
    font-weight: 600;
    padding: 0.8rem 2rem;
    transition: all 0.4s ease;
    z-index: 1;
    font-size: 15px;
    left: 50%;
    border: none;
    background: linear-gradient(90deg, rgb(219, 196, 158) 0%, rgb(102, 132, 156) 100%);
    overflow: hidden;
    transform: translateX(-50%);
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}
.customer-experience-db a::before {
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(102, 132, 156) 0%, rgb(219, 196, 158) 100%);
    height: 100%;
    top: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    content: "";
}
.customer-experience-db a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateX(-50%) translateY(-5px);
}
.customer-experience-db a:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {
    .customer-experience-db {
        padding: 4rem 0;
    }
    .customer-experience-db h2 {
        margin-bottom: 2.5rem;
        font-size: calc(37px * 0.9);
    }
    .customer-experience-db .student-stories-db {
        gap: 2rem;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 767px) {
    .customer-experience-db {
        padding: 3rem 0;
    }
    .customer-experience-db h2 {
        margin-bottom: 2rem;
        font-size: calc(37px * 0.8);
    }
    .customer-experience-db .student-stories-db {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .customer-experience-db .learn-reviews-db {
        padding: 1.5rem;
    }
    .customer-experience-db .learn-reviews-db:nth-child(odd) {
        transform: translateY(0);
    }
    .customer-experience-db .learn-reviews-db:hover,
    .customer-experience-db .learn-reviews-db:nth-child(odd):hover {
        transform: translateY(-5px);
    }
    .customer-experience-db a {
        margin-top: 2rem;
        padding: 0.7rem 1.8rem;
    }
}

@media (max-width: 480px) {
    .customer-experience-db {
        padding: 2.5rem 0;
    }
    .customer-experience-db h2 {
        margin-bottom: 1.5rem;
        font-size: calc(37px * 0.7);
    }
    .customer-experience-db .learn-reviews-db {
        padding: 1.2rem;
    }
    .customer-experience-db .learn-reviews-db img {
        width: 50px;
        height: 50px;
    }
    .customer-experience-db a {
        padding: 0.6rem 1.5rem;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .customer-experience-db .container {
        padding: 0 40px;
    }
    .customer-experience-db .student-stories-db {
        grid-template-columns: repeat(4, 1fr);
    }
    .customer-experience-db .learn-reviews-db:nth-child(4n-3) {
        transform: translateY(-10px);
    }
    .customer-experience-db .learn-reviews-db:nth-child(4n-2) {
        transform: translateY(10px);
    }
    .customer-experience-db .learn-reviews-db:nth-child(4n-1) {
        transform: translateY(-5px);
    }
    .customer-experience-db .learn-reviews-db:nth-child(4n) {
        transform: translateY(5px);
    }
    .customer-experience-db .learn-reviews-db:hover {
        transform: translateY(-10px) scale(1.02);
    }
}
.teaching-history-db {
    position: relative;
    overflow: hidden;
    background: #222;
    padding: 120px 0;
}
.teaching-history-db::before {
    opacity: 0.07;
    position: absolute;
    content: "";
    top: 0;
    background-size: 40px 40px;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(
            to right,
            transparent 49.5%,
            rgb(129, 165, 187, 0.5) 49.5%,
            rgb(129, 165, 187, 0.5) 50.5%,
            transparent 50.5%
        ),
        linear-gradient(
            to bottom,
            transparent 49.5%,
            rgb(129, 165, 187, 0.5) 49.5%,
            rgb(129, 165, 187, 0.5) 50.5%,
            transparent 50.5%
        );
}
.teaching-history-db::after {
    top: 0;
    position: absolute;
    opacity: 0.04;
    width: 100%;
    left: 0;
    content: "";
    background: repeating-radial-gradient(
        circle at 50% 50%,
        transparent 0,
        transparent 40px,
        rgb(129, 165, 187, 0.5) 40px,
        rgb(129, 165, 187, 0.5) 41px,
        transparent 41px,
        transparent 60px,
        rgb(129, 165, 187, 0.5) 60px,
        rgb(129, 165, 187, 0.5) 61px,
        transparent 61px,
        transparent 80px,
        rgb(129, 165, 187, 0.5) 80px,
        rgb(129, 165, 187, 0.5) 81px
    );
    height: 100%;
}
.teaching-history-db .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}
.teaching-history-db .teaching-history-box {
    display: flex;
}
.teaching-history-db .learn-reviews-db img {
    width: 300px;
    filter: grayscale(1);
}
.teaching-history-db .learn-reviews-db::before {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(187, 172, 129) 0%, rgb(156, 139, 102) 100%);
    left: 0;
}
.teaching-history-db .learn-reviews-db::after {
    background: linear-gradient(
        90deg,
        rgb(129, 165, 187, 0.5) 0%,
        transparent 20%,
        rgb(129, 165, 187, 0.5) 40%,
        transparent 60%,
        rgb(102, 132, 156, 0.5) 80%,
        transparent 100%
    );
    content: "";
    width: 100%;
    height: 1px;
    animation: scanner 4s linear infinite;
    left: 0;
    position: absolute;
    top: 6px;
}
@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.teaching-history-db .img-lightbox-db {
    min-height: 360px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow:
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
}
.teaching-history-db .img-lightbox-db::before {
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 40%, rgba(0, 0, 0, 0.2) 100%);
    content: "";
}
.teaching-history-db .img-lightbox-db::after {
    background: repeating-linear-gradient(
        45deg,
        transparent 0,
        transparent 10px,
        rgba(255, 255, 255, 0.05) 10px,
        rgba(255, 255, 255, 0.05) 12px
    );
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    z-index: 2;
}
.teaching-history-db .name {
    color: #fff;
    padding-left: 16px;
    position: relative;
    border-left: 4px solid rgb(187, 172, 129);
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}
.teaching-history-db .name::before {
    transition: height 0.5s ease;
    top: 0;
    left: -4px;
    width: 4px;
    position: absolute;
    content: "";
    height: 0;
    background: rgb(102, 132, 156);
}
.teaching-history-db .learn-reviews-db:hover .name::before {
    height: 100%;
}
.teaching-history-db .learn-reviews-db span:not(.name) {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    position: relative;
    padding: 6px 12px;
    font-size: 18px;
    background: rgb(219, 204, 158);
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.teaching-history-db .learn-reviews-db span:not(.name)::after {
    width: 0;
    left: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    content: "";
    background: rgb(219, 196, 158);
    transition: width 0.3s ease;
}
.teaching-history-db .learn-reviews-db:hover span:not(.name)::after {
    width: 100%;
}
.teaching-history-db .career-insights-db {
    font-size: 12px;
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow:
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    border-left: 1px solid rgb(219, 196, 158);
    position: relative;
    line-height: 1.8;
    margin: 0;
    background: linear-gradient(to right, rgb(219, 201, 158) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.teaching-history-db .career-insights-db::before {
    position: absolute;
    border-left: 2px solid rgb(219, 196, 158);
    left: 12px;
    width: 12px;
    border-top: 2px solid rgb(219, 196, 158);
    top: 15px;
    height: 12px;
    content: "";
    opacity: 0.6;
}
.teaching-history-db .career-insights-db::after {
    bottom: 15px;
    width: 12px;
    border-bottom: 2px solid rgb(102, 132, 156);
    right: 12px;
    height: 12px;
    border-right: 2px solid rgb(102, 132, 156);
    position: absolute;
    content: "";
    opacity: 0.6;
}
.teaching-history-db .learn-reviews-db:hover {
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}
.teaching-history-db .learn-reviews-db:hover .img-lightbox-db {
    transform: scale(1.03);
    box-shadow:
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
    .teaching-history-db {
        padding: 90px 0;
    }
    .teaching-history-db .learn-reviews-db {
        padding: 40px 30px;
        gap: 30px;
    }
    .teaching-history-db .img-lightbox-db {
        min-height: 320px;
    }
    .teaching-history-db .career-insights-db {
        padding: 20px 25px;
    }
}

@media (max-width: 767px) {
    .teaching-history-db {
        padding: 70px 0;
    }
    .teaching-history-db .learn-reviews-db {
        gap: 25px;
        padding: 35px 25px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
    .teaching-history-db .img-lightbox-db {
        min-height: 280px;
    }
    .teaching-history-db .name {
        font-size: calc(31px * 0.9);
    }
    .teaching-history-db .learn-reviews-db span:not(.name) {
        font-size: calc(18px * 0.95);
        margin-bottom: 20px;
    }
    .teaching-history-db .career-insights-db {
        padding: 18px 22px;
        font-size: calc(12px * 0.95);
    }
}

@media (max-width: 575px) {
    .teaching-history-db {
        padding: 50px 0;
    }
    .teaching-history-db .learn-reviews-db {
        padding: 30px 20px;
        gap: 20px;
    }
    .teaching-history-db .img-lightbox-db {
        min-height: 220px;
    }
    .teaching-history-db .name {
        padding-left: 12px;
        font-size: calc(31px * 0.8);
    }
    .teaching-history-db .learn-reviews-db span:not(.name) {
        padding: 4px 10px;
        font-size: calc(18px * 0.9);
        margin-bottom: 15px;
    }
    .teaching-history-db .career-insights-db {
        padding: 15px 18px;
        font-size: calc(12px * 0.9);
    }
}
header .first-lesson-db {
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
    position: relative;
    display: flex;
    z-index: 99;
    border-radius: 0;
    width: 100vw;
    background: linear-gradient(to right, rgb(102, 144, 156) 100%, rgb(129, 165, 187, 0.5) 100%);
    background: #222;
    left: 0;
    padding: 1rem 1.5rem;
    box-shadow: 0 0 20px 2px rgb(129, 165, 187, 0.5);
}
/* header .first-lesson-db::before {
    animation: backgroundShift 20s linear infinite;
    opacity: 0.3;
    width: 200%;
    background-size: 15px 15px;
    top: -50%;
    position: absolute;
    left: -50%;
    height: 200%;
    background: radial-gradient(circle, rgb(102, 132, 156, 0.5) 1%, transparent 10%);
    content: "";
    z-index: -1;
}
header .first-lesson-db::after {
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 200% 200%;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(102, 132, 156) 49%,
        rgb(102, 132, 156) 51%,
        transparent 52%
    );
    opacity: 0.1;
    z-index: -1;
    animation: gradientSlide 5s ease infinite;
} */
header .first-lesson-db .nav-mainbar-db {
    overflow: visible;
    position: relative;
}
/* header .first-lesson-db .nav-mainbar-db::after {
    left: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    background: rgb(102, 132, 156);
    box-shadow: 0 0 8px 2px rgb(102, 132, 156);
    bottom: -8px;
    transform-origin: left;
    height: 2px;
    animation: neonPulse 3s infinite alternate;
    content: "";
} */
header .first-lesson-db .nav-mainbar-db .main-navbar-db {
    transform: perspective(800px) rotateY(0deg);
    transition: all 0.5s ease;
    position: relative;
    display: block;
}

header .first-lesson-db .nav-mainbar-db .main-navbar-db img {
    width: 70px;
}

header .first-lesson-db .nav-mainbar-db .main-navbar-db:hover {
    transform: perspective(800px) rotateY(15deg);
}
header .first-lesson-db .nav-mainbar-db svg {
    filter: drop-shadow(0 0 5px rgb(102, 132, 156, 0.5));
    height: auto;
    width: 100px;
}
header .first-lesson-db .header-top-db {
    margin: 0;
    padding: 0;
    position: relative;
    perspective: 800px;
    display: flex;
    list-style: none;
}
/* header .first-lesson-db .header-top-db::before {
    content: "";
    animation: neonPulse 4s infinite alternate-reverse;
    box-shadow: 0 0 10px 2px rgb(219, 196, 158);
    height: 2px;
    background: rgb(219, 196, 158);
    transform: scaleX(0.5);
    top: 105%;
    left: 0;
    position: absolute;
    width: 100%;
} */
header .first-lesson-db .site-navbar-db {
    margin: 0 0.5rem;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    position: relative;
    transform: translateZ(0);
}
header .first-lesson-db .site-navbar-db:hover {
    transform: translateZ(20px);
}
header .first-lesson-db .site-navbar-db a {
    position: relative;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition:
        color 0.3s ease,
        text-shadow 0.3s ease;
    font-weight: 600;
    display: block;
    border: 1px solid transparent;
    color: #ffffff;
    font-size: 18px;
     font-family: "Montserrat", sans-serif;
}
header .first-lesson-db .site-navbar-db a::before {
    z-index: -1;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transform: scale(0.9);
    top: 0;
    background: rgb(129, 165, 187, 0.5);
    left: 0;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0;
}
/* header .first-lesson-db .site-navbar-db a:hover { */
    /* text-shadow: 0 0 5px rgb(102, 132, 156, 0.5);
    color: rgb(102, 132, 156);
    border: 1px solid rgb(102, 132, 156, 0.5); */
/* } */
/* header .first-lesson-db .site-navbar-db a:hover::before {
    opacity: 0.2;
    transform: scale(1);
} */

@keyframes neonPulse {
    0% {
        opacity: 0.6;
        transform: scaleX(0.5);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes backgroundShift {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

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

@media (max-width: 992px) {
    header .first-lesson-db {
        flex-direction: column;
        box-sizing: border-box;
        margin-left: calc(-50vw + 50%);
        width: 100vw;
        padding: 1rem;
    }
    header .first-lesson-db .nav-mainbar-db {
        margin-bottom: 1.5rem;
    }
    header .first-lesson-db .header-top-db {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    header .first-lesson-db .header-top-db::before {
        bottom: -10px;
        top: auto;
    }
    header .first-lesson-db .site-navbar-db {
        margin: 0.25rem 0.5rem;
    }
}

@media (max-width: 576px) {
    header .first-lesson-db {
        padding: 0.75rem;
    }
    header .first-lesson-db .header-top-db {
        flex-direction: column;
        align-items: center;
    }
    header .first-lesson-db .site-navbar-db {
        margin: 0.25rem 0;
        text-align: center;
        width: 100%;
    }
    header .first-lesson-db .nav-mainbar-db svg {
        width: 100px;
    }
    header .first-lesson-db .nav-mainbar-db::after {
        left: 10%;
        width: 80%;
    }
}
.primary-page-db {
    overflow: hidden;
    /* min-height: 100vh; */
    perspective: 1000px;
    background: rgb(219, 196, 158);
    width: 100%;
    position: relative;
}
.primary-page-db .start-first-db {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    position: relative;
}
.primary-page-db .learn-skillspro-db {
    overflow: hidden;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    justify-content: center;
    width: 100%;
    transform-style: preserve-3d;
    padding: 12rem 5rem;
}
.primary-page-db .learn-skillspro-db::before {
    transform: translateZ(-10px);
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgba(rgb(219, 196, 158), 0.92), rgba(rgb(102, 132, 156), 0.85)); */
    backdrop-filter: blur(8px);
    content: "";
    right: 0;
    z-index: 1;
    top: 0;
}
.primary-page-db .learn-skillspro-db::after {
    z-index: 2;
    top: -5%;
    transform: translateZ(5px);
    left: -5%;
    content: "";
    height: 110%;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(129, 165, 187, 0.5), transparent 60%);
    width: 110%;
}
.primary-page-db .learn-skillspro-db span {
    z-index: 10;
    max-width: 650px;
    display: block;
    transform: translateZ(30px);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    transform-origin: left center;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}
.primary-page-db .learn-skillspro-db h3 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-left: 4px solid rgb(102, 132, 156);
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0.01em;
    padding: 1rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    backdrop-filter: blur(5px);
    font-weight: 600;
    background: rgba(#000000, 0.3);
    font-size: calc(23px * 1.05);
}
.primary-page-db .learn-skillspro-db h1 {
    line-height: 1.2;
    font-weight: 700;
    margin: 0.5rem 0 1.5rem;
    z-index: 10;
    transform-origin: left center;
    font-size: 46px;
    transform: translateZ(50px);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.02em;
    position: relative;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
/* .primary-page-db .learn-skillspro-db h1::after {
    bottom: -15px;
    background: rgb(102, 132, 156);
    height: 5px;
    content: "";
    left: 0;
    position: absolute;
    width: 80px;
    transform: skewX(-15deg);
    transform-origin: left bottom;
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
} */
.primary-page-db .learn-skillspro-db div {
    position: relative;
    perspective: 500px;
    opacity: 0.95;
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 10;
    margin-top: 2rem;
    transform: translateZ(40px);
}
.primary-page-db .learn-skillspro-db div div {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    border: 2px solid rgb(102, 132, 156);
    /* max-width: 550px; */
    transform: translateZ(10px) rotateY(-5deg);
    margin: 0;
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    transition:
        transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
        box-shadow 0.6s ease;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
}
.primary-page-db .learn-skillspro-db p {
    color: #ffffff;
    font-size: calc(18px * 1.15);
    margin: 0;
    letter-spacing: 0.02em;
    line-height: 1.6;
    font-weight: 400;
}
.primary-page-db:hover .learn-skillspro-db h1::after {
    width: 120px;
}
.primary-page-db:hover .learn-skillspro-db div div {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateZ(10px) rotateY(-2deg);
}
.primary-page-db:hover .learn-skillspro-db span {
    transform: translateZ(35px);
}
.primary-page-db:hover .learn-skillspro-db h1 {
    transform: translateZ(55px);
}

@media (max-width: 1200px) {
    .primary-page-db .learn-skillspro-db {
        padding: 4rem;
    }
    .primary-page-db .learn-skillspro-db h1 {
        max-width: 90%;
        font-size: calc(46px * 0.9);
    }
    .primary-page-db .learn-skillspro-db h3 {
        font-size: 23px;
    }
    .primary-page-db .learn-skillspro-db div div {
        max-width: 500px;
    }
}

@media (max-width: 992px) {
    .primary-page-db .learn-skillspro-db {
        align-items: center;
        justify-content: center;
        padding: 3rem;
    }
    .primary-page-db .learn-skillspro-db h1 {
        max-width: 100%;
        text-align: center;
        font-size: calc(46px * 0.8);
    }
    .primary-page-db .learn-skillspro-db h1::after {
        left: 50%;
        transform: translateX(-50%) skewX(-15deg);
    }
    .primary-page-db .learn-skillspro-db span {
        text-align: center;
        align-self: center;
    }
    .primary-page-db .learn-skillspro-db h3 {
        font-size: calc(23px * 0.95);
        text-align: center;
    }
    .primary-page-db .learn-skillspro-db div {
        align-self: center;
    }
    .primary-page-db .learn-skillspro-db div div {
        border-bottom: 2px solid rgb(102, 132, 156);
        transform: translateZ(10px);
        padding: 1.25rem 1.5rem;
        border-left: none;
        border-radius: 10px;
    }
    .primary-page-db .learn-skillspro-db p {
        font-size: calc(18px * 1.05);
        text-align: center;
    }
    .primary-page-db:hover .learn-skillspro-db div div {
        transform: translateZ(15px);
    }
}

@media (max-width: 768px) {
    .primary-page-db .learn-skillspro-db {
        /* height: 100vh; */
        padding: 2rem;
    }
    .primary-page-db .learn-skillspro-db h1 {
        margin: 1rem 0;
        line-height: 1.3;
        font-size: calc(46px * 0.7);
    }
    .primary-page-db .learn-skillspro-db h3 {
        font-size: calc(23px * 0.9);
        padding: 0.75rem 1rem;
        clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    }
    .primary-page-db .learn-skillspro-db div {
        margin-top: 1.5rem;
    }
    .primary-page-db .learn-skillspro-db div div {
        max-width: 90%;
        padding: 1rem 1.25rem;
    }
    .primary-page-db .learn-skillspro-db p {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .primary-page-db .learn-skillspro-db {
        padding: 5rem 1.5rem;
        transform: none !important;
    }
    .primary-page-db .learn-skillspro-db span,
    .primary-page-db .learn-skillspro-db h1,
    .primary-page-db .learn-skillspro-db div {
        transform: none !important;
        max-width: 100%;
    }
    .primary-page-db .learn-skillspro-db h1 {
        font-size: calc(46px * 0.6);
    }
    .primary-page-db .learn-skillspro-db h3 {
        padding: 0.75rem;
        clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
        font-size: calc(23px * 0.85);
    }
    .primary-page-db .learn-skillspro-db div div {
        max-width: 100%;
        background: rgba(255, 255, 255, 0.1);
        padding: 1rem;
    }
    .primary-page-db .learn-skillspro-db p {
        font-size: calc(18px * 0.95);
    }
    .primary-page-db:hover .learn-skillspro-db h1::after {
        width: 80px;
    }
}

@media (prefers-reduced-motion) {
    .primary-page-db .learn-skillspro-db,
    .primary-page-db .learn-skillspro-db span,
    .primary-page-db .learn-skillspro-db h1,
    .primary-page-db .learn-skillspro-db div,
    .primary-page-db .learn-skillspro-db div div {
        transition: none;
        transform: none !important;
    }
    .primary-page-db:hover .learn-skillspro-db span,
    .primary-page-db:hover .learn-skillspro-db h1,
    .primary-page-db:hover .learn-skillspro-db div div {
        transform: none !important;
    }
}
.thankYouDiv-db {
    background: linear-gradient(135deg, rgb(219, 196, 158) 0%, rgba(rgb(219, 196, 158), 0.05) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}
.thankYouDiv-db::before {
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.8;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(rgb(219, 196, 158), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(102, 132, 156), 0.05) 0%, transparent 60%);
    top: 0;
    z-index: 0;
}
.thankYouDiv-db::after {
    background: linear-gradient(45deg, rgba(rgb(219, 196, 158), 0.03) 0%, rgba(rgb(102, 132, 156), 0.05) 100%);
    z-index: 0;
    transform: rotate(-15deg);
    height: 70%;
    animation: float 15s infinite ease-in-out;
    right: -5%;
    width: 40%;
    content: "";
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    position: absolute;
    top: -10%;
}
.thankYouDiv-db .container {
    transform-style: preserve-3d;
    perspective: 1000px;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}
.thankYouDiv-db h2 {
    line-height: 1.3;
    max-width: 90%;
    font-weight: 700;
    letter-spacing: -0.02em;
    transform: translateZ(10px);
     font-family: "Montserrat", sans-serif;
    margin-bottom: 2.5rem;
    color: rgb(219, 196, 158);
    font-size: 30px;
    position: relative;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
}
.thankYouDiv-db h2::after {
    background: linear-gradient(90deg, rgb(219, 196, 158) 0%, rgb(102, 132, 156) 100%);
    content: "";
    position: absolute;
    transform-origin: left center;
    border-radius: 2px;
    left: 0;
    width: 5rem;
    bottom: -0.8rem;
    height: 4px;
    animation: expandWidth 0.8s ease-out forwards;
}
.thankYouDiv-db .learn-learnings-db {
    background: #ffffff;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 3rem;
    box-shadow:
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    overflow: hidden;
    transform: translateZ(5px);
    position: relative;
}
.thankYouDiv-db .learn-learnings-db::before {
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 6px;
    left: 0;
    background: linear-gradient(90deg, rgb(219, 196, 158) 0%, rgb(102, 132, 156) 100%);
}
.thankYouDiv-db .learn-learnings-db::after {
    position: absolute;
    opacity: 0.5;
    content: "";
    background-size: 12px 12px;
    background-image: linear-gradient(45deg, rgba(rgb(219, 196, 158), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(219, 196, 158), 0.03) 25%, transparent 25%);
    height: 30%;
    bottom: 0;
    width: 40%;
    z-index: -1;
    right: 0;
}
.thankYouDiv-db ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.thankYouDiv-db li {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    padding-left: 0;
    position: relative;
}
.thankYouDiv-db li::before {
    width: 8px;
    left: -1.5rem;
    background: rgb(102, 132, 156);
    height: 8px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 0.5rem;
    box-shadow: 0 0 0 3px rgba(rgb(102, 132, 156), 0.1);
}
.thankYouDiv-db span {
    display: block;
    font-size: calc(14px * 1.05);
     font-family: "Montserrat", sans-serif;
    letter-spacing: 0.01em;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

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

@media (hover: hover) {
    .thankYouDiv-db .learn-learnings-db:hover {
        box-shadow:
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
        transform: translateZ(10px) scale(1.01);
    }
}

@media (max-width: 992px) {
    .thankYouDiv-db {
        padding: 5rem 0;
    }
    .thankYouDiv-db h2 {
        font-size: calc(30px * 0.9);
        max-width: 100%;
    }
    .thankYouDiv-db .learn-learnings-db {
        padding: 2.5rem;
    }
}

@media (max-width: 768px) {
    .thankYouDiv-db {
        padding: 4rem 0;
    }
    .thankYouDiv-db h2 {
        margin-bottom: 2rem;
        font-size: calc(30px * 0.8);
    }
    .thankYouDiv-db .learn-learnings-db {
        padding: 2rem;
    }
    .thankYouDiv-db span {
        line-height: 1.6;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .thankYouDiv-db {
        padding: 3rem 0;
    }
    .thankYouDiv-db .container {
        padding: 0 1.5rem;
    }
    .thankYouDiv-db h2 {
        font-size: calc(30px * 0.7);
        margin-bottom: 1.5rem;
    }
    .thankYouDiv-db .learn-learnings-db {
        padding: 1.5rem;
    }
    .thankYouDiv-db li::before {
        height: 6px;
        width: 6px;
        left: -1.2rem;
    }
}
.cookie-message-window-db {
    position: fixed;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(219, 196, 158);
    background: rgb(219, 196, 158);
    width: 100%;
    z-index: 90;
}
.cookie-user-db {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    max-width: 1200px;
}
.cookie-verify-db {
    margin-right: 15px;
    flex-shrink: 0;
}
.cookie-verify-db svg {
    fill: rgb(219, 196, 158);
    transition: fill 0.3s ease;
    width: 60px;
    height: 60px;
}
.cookie-verify-db svg:hover {
    fill: rgb(102, 132, 156);
}
.privacy-ack-db {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}
.cookie-message-window-db h5 {
    font-size: 18px;
    font-weight: 600;
     font-family: "Montserrat", sans-serif;
    margin-bottom: 8px;
    color: rgb(219, 196, 158);
}
.cookie-message-window-db p {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
     font-family: "Montserrat", sans-serif;
}
.consent-edu-db {
    text-decoration: none;
    background: rgb(219, 196, 158);
    text-align: center;
    padding: 10px 20px;
    margin-left: 10px;
    line-height: 35px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 14px;
    transition:
        background 0.3s ease,
        box-shadow 0.3s ease;
    color: #ffffff;
}
.consent-edu-db:hover {
    background: rgb(102, 132, 156);
    box-shadow: 0 0 10px rgb(102, 132, 156, 0.5);
}
#cookiePolicyAcceptUsageBtn-db {
    background: rgb(219, 196, 158);
}
#disallow-cookie-tracking-db {
    background: rgba(0, 0, 0, 0.5);
}
.cookie-message-window-db p a {
    transition: color 0.3s ease;
    color: rgb(219, 196, 158);
    text-decoration: underline;
}
.cookie-message-window-db p a:hover {
    color: rgb(102, 132, 156);
}
@media only screen and (max-width: 1200px) {
    .cookie-user-db {
        flex-direction: column;
        align-items: center;
    }
    .cookie-verify-db {
        margin-bottom: 15px;
    }
    .privacy-ack-db {
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .consent-edu-db {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        max-width: 200px;
    }
}
@media only screen and (max-width: 800px) {
    .cookie-user-db {
        padding: 15px;
    }
    .cookie-verify-db {
        display: none;
    }
    .cookie-message-window-db h5 {
        font-size: 21px;
    }
    .cookie-message-window-db p {
        font-size: 14px;
    }
}
#cookieWarningDialog-db {
    display: none;
}
#cookieWarningDialog-db:checked ~ .cookie-message-window-db {
    opacity: 0;
    visibility: hidden;
}


@media(max-width: 920px) {
    .company-info-db .learn-learnings-db {
        display: flex;
        flex-direction: column;
    }
    .teaching-history-db .teaching-history-box,
    .customer-experience-db .student-stories-db {
        flex-direction: column;
    }
}