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

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

.wrapper-skeleton-db {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}

.title-opener-db .start-entry-db {
    width: 100%;
    display: flex;
    padding: 2rem;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.title-opener-db .learning-open-db span {
    opacity: 0;
    transform: translateX(-1rem);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    margin-bottom: 2rem;
    max-width: 85%;
    position: relative;
    z-index: 10;
}

.title-opener-db .learning-open-db div {
    opacity: 0;
    transform: translateY(2rem);
    z-index: 10;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    position: relative;
}

.title-opener-db .learning-open-db:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.get-in-touch-db {
    padding: 5rem 0;
    position: relative;
}

.get-in-touch-db .support-map-db {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: rgb(237,235,233);
}

.get-in-touch-db .help-info-db h3 {
    font-weight: 700;
    border-bottom: 2px solid rgb(176,173,164);
    display: inline-block;
    font-size: 24px;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    color: rgb(210,207,202);
}

.get-in-touch-db .help-info-db div svg path {
    fill: #ffffff;
}

.get-in-touch-db .help-info-db div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}

.get-in-touch-db .request-list-db form {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}

.get-in-touch-db .request-list-db input[type="text"],
.get-in-touch-db .request-list-db input[type="email"] {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(237,235,233);
    color: #000000;
    width: 100%;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 1rem 1.2rem;
}

.get-in-touch-db .request-list-db .message-list-db input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    width: 4px;
    position: absolute;
    content: "";
    top: 3px;
    left: 7px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.get-in-touch-db .request-list-db .support-request-db:hover {
    background: rgb(176,173,164);
}

.get-in-touch-db .request-list-db .support-request-db:active::after {
    animation: ripple 1s ease-out;
}

.pricing-structure-db::before {
    opacity: 0.07;
    height: 12rem;
    content: "";
    top: -3rem;
    right: -3rem;
    position: absolute;
    width: 12rem;
    background: linear-gradient(135deg, rgb(210,207,202), rgb(176,173,164));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(15deg);
}

.pricing-structure-db .class-rates-db {
    font-size: 13px;
    line-height: 1.6;
    max-width: 800px;
    color: #000000;
    margin-bottom: 1rem;
}

.pricing-structure-db .training-fees-db {
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transform: translateY(0);
    min-height: 480px;
    position: relative;
    height: 100%;
    background-color: #ffffff;
}

.pricing-structure-db .offer-box-db:hover .enroll-cost-db::before {
    transform: scaleX(1.5);
}

.pricing-structure-db .image-section-db::after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
}

.give-it-a-try-db::before {
    height: 100%;
    opacity: 0.05;
    left: 0;
    width: 100%;
    background: repeating-conic-gradient(
        from 0deg at 50% 50%,
        rgb(210,207,202,0.5) 0deg,
        transparent 5deg,
        transparent 55deg,
        rgb(210,207,202,0.5) 60deg
    );
    content: '';
    top: 0;
    animation: rotatePortal 20s linear infinite;
    position: absolute;
    z-index: -1;
}

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

.give-it-a-try-db .get-contactpanel-db::before {
    z-index: -1;
    top: 0;
    width: 100%;
    opacity: 0;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    left: 0;
    position: absolute;
    content: '';
    transition: opacity 0.4s ease;
    height: 100%;
}

.program-details-db {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(237,235,233) 0%, #ffffff 100%);
}

.program-details-db h2 {
    color: #000000;
    line-height: 1.3;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-size: calc(34px * 1.1);
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
    font-weight: 700;
    transform: translateX(-5%);
}

.program-details-db .image-section-db::after {
    transition: opacity 0.5s ease;
    mix-blend-mode: hue;
    opacity: 0.2;
    background: rgb(210,207,202);
    inset: 0;
    content: "";
    z-index: 2;
    position: absolute;
}

.program-details-db .description:nth-of-type(2) {
    z-index: 1;
    margin-top: 20px;
    position: relative;
}

.program-details-db .description::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(210,207,202);
}

.gratSpace-db .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.gratSpace-db .pro-classes-db:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(210,207,202,0.5), 0.12);
}

.gratSpace-db .pro-classes-db::before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 4px;
    transform: scaleY(0);
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(210,207,202), rgb(176,173,164));
    position: absolute;
    left: 0;
    transform-origin: top;
    height: 100%;
}

.gratSpace-db a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}

.our-mission-db::before {
    z-index: 0;
    background: linear-gradient(to bottom, transparent, rgb(210,207,202,0.5), transparent);
    left: 20%;
    height: 50%;
    content: "";
    top: 0;
    width: 2px;
    position: absolute;
}

.our-mission-db .container::after {
    right: -80px;
    bottom: 30%;
    border: 2px solid rgb(176,173,164);
    border-radius: 0;
    content: "";
    z-index: 1;
    animation: techRotate 6s infinite linear;
    position: absolute;
    width: 15px;
    height: 15px;
}

.our-mission-db .mission-block-db::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, 
        rgb(210,207,202) 0%, 
        rgb(210,207,202,0.5) 20%,
        rgb(176,173,164,0.5) 80%,
        rgb(176,173,164) 100%
    );
    left: 40%;
    width: 2px;
    height: 100%;
    top: 0;
    z-index: 1;
}

.our-mission-db .path-impact-db:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.our-mission-db .path-impact-db h3::before {
    width: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: translateY(-50%);
    height: 10px;
    top: 50%;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(210,207,202);
}

header::after {
    background: linear-gradient(to bottom, rgb(210,207,202), rgb(176,173,164));
    z-index: 1;
    top: 0;
    width: 5px;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
}

header .head-core-db {
    background: rgba(255, 255, 255, 0.4);
    padding: 0.5rem;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: flex;
    text-decoration: none;
    position: relative;
}

header .header-pagewrap-db {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    padding: 0.4rem 0.7rem;
    overflow: hidden;
    z-index: 1;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 18px;
}

.cookie-visitor-db {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}

.windowPrivacySettings-db p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 14px;
}

.policy-ack-db:hover {
    transform: translateY(-3px);
    background: rgb(176,173,164);
}

.windowPrivacySettings-db p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(210,207,202);
}

.mentorship-experience-db::before {
    opacity: 0.1;
    inset: 0;
    animation: backgroundShift 30s linear infinite;
    z-index: 0;
    position: absolute;
    content: "";
    background: 
        linear-gradient(135deg, transparent 0%, rgb(210,207,202,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(176,173,164,0.5) 0, rgb(176,173,164,0.5) 1px, transparent 1px, transparent 15px);
}

.mentorship-experience-db .image-section-db::before {
    content: "";
    z-index: 2;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(210,207,202,0.5) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    mix-blend-mode: multiply;
}

.mentorship-experience-db .learner-review-db span:not(.name) {
    transform: translateY(0);
    margin: 0;
    grid-row: 1;
    color: rgb(176,173,164);
    font-weight: 300;
    position: relative;
    align-self: end;
    font-size: 17px;
    font-family: Arial, sans-serif;
    padding: 35px 50px 40px 70px;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    grid-column: 2;
}

.secure-lodge-db h1, .secure-lodge-db h2, .secure-lodge-db h3, .secure-lodge-db h4, .secure-lodge-db h5, .secure-lodge-db h6 {
    color: rgb(210,207,202);
    margin-bottom: 20px;
}

.secure-lodge-db h1 {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 48px;
    border-bottom: 2px solid rgb(210,207,202);
}

.secure-lodge-db p, .secure-lodge-db span, .secure-lodge-db div {
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.8;
}

footer {
    width: 100%;
    position: relative;
}

.campus-links-db::before {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(210,207,202), rgb(176,173,164));
    left: 0;
    height: 5px;
}

footer .info_item a:hover {
    color: rgb(210,207,202);
}

footer .main-header-db {
    margin-bottom: 15px;
}

footer .main-header-db svg {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}

footer .head-tutor-db {
    margin-bottom: 30px;
}

footer .head-tutor-db a:hover {
    color: rgb(210,207,202);
    transform: translateX(5px);
}

footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
    margin-bottom: 25px;
}

footer .free-lessons-db {
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 14px 20px;
    color: #ffffff;
    background-color: rgb(210,207,202);
    font-size: 16px;
    border: none;
    transition: background-color 0.3s ease;
    font-weight: 600;
}

.subscribe-to-newsletter-db .pro-classes-db {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
    gap: 2rem;
    z-index: 2;
    position: relative;
}

.subscribe-to-newsletter-db p::before {
    animation: pulse-neon 2s infinite alternate;
    box-shadow: 
        0 0 5px rgb(210,207,202),
        0 0 10px rgb(210,207,202),
        0 0 15px rgb(210,207,202);
    bottom: 0;
    position: absolute;
    width: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgb(210,207,202), rgb(176,173,164));
    top: 0;
    content: "";
}

.subscribe-to-newsletter-db .free-lessons-db {
    border: none;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    background: rgb(210,207,202);
    transition: all 0.3s ease;
    z-index: 1;
    padding: 1rem 2rem;
    font-size: 19px;
    font-family: Arial, sans-serif;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
    cursor: pointer;
}



@media screen and (max-width: 768px) {.title-opener-db .start-entry-db {
    min-height: 100vh;
    padding: 1rem;
    height: auto;
}.title-opener-db .learning-open-db {
    min-height: 60vh;
    padding: 3rem 1.5rem;
}.title-opener-db .learning-open-db span {
    max-width: 100%;
}.title-opener-db .learning-open-db h3 {
    font-size: 1rem;
    transform: skewX(-3deg);
    padding: 0.7rem 1rem;
}.title-opener-db .learning-open-db h1 {
    margin: 0.8rem 0 1.5rem;
}.title-opener-db .learning-open-db p {
    padding: 1rem;
    font-size: 1rem;
}
}



@media (min-width: 768px) {.pricing-structure-db .program-fees-db {
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
}.pricing-structure-db .fee-plan-db {
    padding-top: 2rem;
    order: 0;
    margin-bottom: 0;
    flex: 0 0 30%;
}.pricing-structure-db .package-price-db {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing-structure-db .training-fees-db {
    border-radius: 0.25rem;
}
}



@media screen and (max-width: 992px) {.give-it-a-try-db {
    padding: 100px 0;
}.give-it-a-try-db .pro-classes-db {
    padding: 50px 30px;
    max-width: 90%;
}.give-it-a-try-db h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 50px;
}.give-it-a-try-db h3::after {
    width: 50px;
    height: 50px;
    bottom: -70px;
}.give-it-a-try-db .get-contactpanel-db {
    margin-top: 25px;
    padding: 18px 50px;
}
}



@media (min-width: 992px) {.program-details-db {
    padding: 150px 0;
}.program-details-db .container {
    padding: 0 40px;
}.program-details-db h2 {
    font-size: calc(34px * 1.3);
    margin-bottom: 60px;
    max-width: 70%;
}.program-details-db .image-section-db {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    height: 550px;
}.program-details-db .description {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}.program-details-db .text-column-db {
    padding-top: 30px;
}
}



@media (min-width: 1024px) {.gratSpace-db .pro-classes-db {
    gap: 4rem;
    padding: 5rem;
}.gratSpace-db h5 {
    font-size: calc(19px * 1.3);
}.gratSpace-db::after {
    right: -10%;
    width: 50%;
}
}



@media (max-width: 480px) {.gratSpace-db {
    padding: 3rem 0;
}.gratSpace-db .pro-classes-db {
    padding: 2rem 1.5rem;
}.gratSpace-db h5 {
    font-size: calc(19px * 0.9);
}.gratSpace-db p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}



@media (max-width: 991px) {header .header-navbar-db {
    padding: 0.8rem 2.5%;
}header .head-core-db svg {
    width: 130px;
}header .head-page-db {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .header-pagewrap-db {
    font-size: calc(18px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .header-navbar-db {
    padding: 0.8rem 2%;
    flex-direction: column;
    gap: 0.7rem;
    margin-left: 3px;
    align-items: flex-start;
}header .head-core-db {
    padding: 0.4rem;
}header .head-core-db svg {
    width: 120px;
}header .head-page-db {
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
    width: 98%;
}header .head-page-db::-webkit-scrollbar {
    height: 2px;
}header .head-page-db::-webkit-scrollbar-thumb {
    background: rgb(210,207,202);
    border-radius: 10px;
}header .header-pagewrap-db {
    padding: 0.3rem 0.5rem;
    font-size: calc(18px - 1px);
    white-space: nowrap;
}
}


@media only screen and (max-width: 800px) {.secure-lodge-db {
    padding: 20px 10px;
}.secure-lodge-db h1 {
    font-size: calc(21px - 10%);
}.secure-lodge-db h2 {
    font-size: calc(21px - 10%);
}.secure-lodge-db p, .secure-lodge-db span, .secure-lodge-db div {
    font-size: calc(15px - 10%);
}}



@media (max-width: 767px) {footer .campus-links-db {
    padding: 50px 0 30px;
}footer .contact-question-db {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .fund-cta-db {
    margin-top: 30px;
}
}



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



@keyframes rotatePortal {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        filter: blur(15px);
    }
    50% {
        opacity: 0.2;
        filter: blur(20px);
    }
    100% {
        opacity: 0.1;
        filter: blur(15px);
    }
}



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



@keyframes techPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}

