﻿header,footer {
    width: 100%;
}

header {
    position: relative;
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    z-index: 100;
    background: linear-gradient(to right, #ffffff, rgb(237,235,233));
    padding: 0;
}

.title-opener-db .learning-open-db {
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    min-height: 70vh;
    padding: 5rem 3rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    display: flex;
}

.title-opener-db .learning-open-db div div {
    max-width: 600px;
    opacity: 1;
    animation: none;
    transform: none;
}

.title-opener-db .learning-open-db p {
    color: #ffffff;
    background: linear-gradient(
    90deg,
    rgb(176,173,164,0.5) 0%,
    transparent 100%
  );
    border-left: 3px solid rgb(176,173,164);
    line-height: 1.6;
    position: relative;
    font-size: clamp(1rem, 3vw, 1.2rem);
    padding: 1.2rem 1.5rem;
    margin-top: 0.5rem;
    font-family: Arial, sans-serif;
}

.get-in-touch-db .help-info-db::after {
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom,
        transparent,
        rgb(210,207,202,0.5),
        transparent);
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
}

.get-in-touch-db .help-info-db div svg {
    height: 24px;
    background: rgb(210,207,202);
    padding: 5px;
    border-radius: 50%;
    width: 24px;
    flex-shrink: 0;
    margin-right: 1rem;
}

.get-in-touch-db .request-list-db::before {
    position: absolute;
    transform: rotate(45deg);
    top: 3rem;
    height: 20px;
    content: "";
    background: #ffffff;
    width: 20px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    left: -10px;
}

.get-in-touch-db .request-list-db input[type="text"]::placeholder,
.get-in-touch-db .request-list-db input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.get-in-touch-db .request-list-db .message-list-db input[type="checkbox"] {
    cursor: pointer;
    border: 2px solid #000000;
    width: 20px;
    background-color: #ffffff;
    height: 20px;
    -webkit-appearance: none;
    border-radius: 4px;
    appearance: none;
    margin-top: 2px;
    transition: all 0.2s ease;
    position: relative;
    flex-shrink: 0;
}

.get-in-touch-db .request-list-db .support-request-db:focus {
    outline: none;
}

.pricing-structure-db {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(237,235,233);
}

.pricing-structure-db .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.pricing-structure-db .fee-plan-db h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 29px;
    color: #000000;
    position: relative;
    display: inline-block;
}

.pricing-structure-db .offer-box-db {
    text-decoration: none;
    z-index: 2;
    position: relative;
    color: #000000;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
}

.pricing-structure-db .fee-schemes-db h3 {
    display: inline-block;
    color: #000000;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
    font-weight: 600;
    position: relative;
    font-size: calc(23px + 0.1rem);
}

.pricing-structure-db .fee-schemes-db p {
    color: #000000;
    word-break: break-word;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: calc(13px - 0.1rem);
}

.pricing-structure-db .training-fees-db::before {
    left: 0;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 5px;
    content: "";
    top: 0;
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(90deg, rgb(210,207,202), rgb(176,173,164));
    position: absolute;
}

.give-it-a-try-db .pro-classes-db::before {
    position: absolute;
    opacity: 0.2;
    bottom: -10px;
    filter: blur(20px);
    left: -10px;
    z-index: -1;
    content: '';
    top: -10px;
    background: linear-gradient(45deg, 
        rgb(210,207,202,0.5), 
        rgb(176,173,164,0.5), 
        rgb(210,207,202,0.5)
    );
    animation: gradientFlow 8s ease infinite;
    right: -10px;
}

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

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

.program-details-db::after {
    bottom: -80px;
    filter: blur(60px);
    z-index: 0;
    content: "";
    position: absolute;
    animation: float 18s ease-in-out infinite alternate;
    left: -80px;
    background: rgb(176,173,164,0.5);
    width: 250px;
    height: 250px;
}

.program-details-db .image-section-db {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(20px);
    height: 380px;
    opacity: 0;
}

.program-details-db .text-column-db {
    transform: translateY(20px);
    gap: 30px;
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.gratSpace-db::before {
    position: absolute;
    background-size: 20px 20px;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(210,207,202,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(210,207,202,0.5), 0.05) 1px, transparent 1px);
    top: 0;
    height: 100%;
    transform: perspective(1000px) rotateX(5deg);
    opacity: 0.6;
    content: "";
    z-index: -1;
}

.gratSpace-db h5 {
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 1rem;
    line-height: 1.3;
    font-size: calc(19px * 1.1);
    color: #000000;
    overflow: hidden;
    font-weight: 700;
}

.gratSpace-db p {
    transform: translateZ(0);
    opacity: 0.9;
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    font-weight: 400;
    position: relative;
    transition: color 0.3s ease;
}

.gratSpace-db a:hover p {
    color: rgb(210,207,202);
}

.our-mission-db::after {
    height: 70%;
    bottom: 0;
    content: "";
    position: absolute;
    right: 30%;
    background: linear-gradient(to bottom, transparent, rgb(176,173,164,0.5), transparent);
    width: 2px;
    z-index: 0;
}

.our-mission-db h2 {
    margin-bottom: 80px;
    color: #000000;
    font-weight: 700;
    font-size: 46px;
    text-align: left;
    position: relative;
}

.our-mission-db h2::before {
    left: 0;
    position: absolute;
    bottom: -20px;
    content: "";
    height: 4px;
    background: rgb(210,207,202);
    width: 120px;
}

.our-mission-db .path-impact-db {
    overflow: visible;
    padding: 40px;
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 11px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: rgba(255, 255, 255, 1);
}

.our-mission-db .path-impact-db:last-child h3 {
    color: rgb(176,173,164);
}

.our-mission-db .path-impact-db p {
    z-index: 1;
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-size: 12px;
}

header::before {
    z-index: 0;
    background-size: 20px 20px;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    height: 100%;
    position: absolute;
}

header .head-core-db:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

header .head-page-db {
    display: flex;
    position: relative;
    gap: 0.4rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    padding: 0.4rem 0.6rem;
    align-items: center;
}

header .header-pagewrap-db:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.windowPrivacySettings-db {
    transform: translateX(-50%);
    flex-direction: column;
    bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    width: 90%;
    padding: 20px;
    align-items: center;
    position: fixed;
    overflow: hidden;
    background: rgb(237,235,233);
    text-align: center;
    border-radius: 19px;
    font-family: Arial, sans-serif;
    display: flex;
    max-width: 600px;
    left: 50%;
    z-index: 1050;
}


#cookieModalMessage-db {
    display: none;
}

#cookieModalMessage-db:checked ~ .windowPrivacySettings-db {
    opacity: 0;
    visibility: hidden;
}

.mentorship-experience-db::after {
    filter: blur(60px);
    content: "";
    position: absolute;
    left: -50%;
    height: 200%;
    z-index: 0;
    top: -50%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(210,207,202,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(176,173,164,0.5) 0%, transparent 40%);
    animation: pulseBackground 15s ease-in-out infinite alternate;
    opacity: 0.3;
    width: 200%;
}

.mentorship-experience-db .learner-review-db:hover .image-section-db::before {
    opacity: 0.4;
}

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

.mentorship-experience-db .learner-review-db:hover .emp-details-db {
    transform: translateY(-5px);
}

.secure-lodge-db h2 {
    font-weight: 600;
    font-size: 31px;
}

.secure-lodge-db h3 {
    font-weight: 600;
    font-size: 1.5em;
}

.secure-lodge-db h4 {
    font-weight: 400;
    font-size: 1.25em;
}

.secure-lodge-db ul, .secure-lodge-db ol {
    margin-left: 20px;
    padding-left: 20px;
    list-style: none;
}


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

.secure-lodge-db code {
    padding: 2px 6px;
    border-radius: 10px;
    font-family: monospace;
    background-color: rgb(176,173,164,0.5);
}

footer .contact-question-db {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

footer .head-page-db h5::after {
    background-color: rgb(210,207,202);
    bottom: -8px;
    position: absolute;
    width: 30px;
    content: "";
    left: 0;
    height: 2px;
}

footer .subscribe_holder h5 {
    color: #000000;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(210,207,202);
}

footer .fund-cta-db {
    margin-top: 50px;
}

.subscribe-to-newsletter-db {
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 4rem;
    box-shadow: 0 0 30px rgb(210,207,202,0.5);
}

.subscribe-to-newsletter-db p {
    font-weight: 700;
    padding-left: 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    grid-column: 1 / 2;
    line-height: 1.5;
    letter-spacing: 1px;
}

.subscribe-to-newsletter-db .sub-benefit-db {
    border: 1px solid rgb(210,207,202,0.5);
    flex: 1;
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
    box-shadow: inset 0 0 10px rgb(210,207,202,0.5);
}

.subscribe-to-newsletter-db .free-lessons-db:hover {
    box-shadow: 
        0 0 10px rgb(176,173,164),
        0 0 20px rgb(176,173,164,0.5);
    background: rgb(176,173,164);
}



@media screen and (max-width: 992px) {.title-opener-db .start-entry-db {
    padding: 1.5rem;
}.title-opener-db .learning-open-db {
    padding: 4rem 2.5rem;
    min-height: 65vh;
}.title-opener-db .learning-open-db span {
    max-width: 95%;
}.title-opener-db .learning-open-db h3 {
    padding: 0.8rem 1.2rem;
    font-size: 1.1rem;
}
}



@media screen and (max-width: 768px) {.get-in-touch-db {
    padding: 4rem 0;
}.get-in-touch-db .help-info-db,
    .get-in-touch-db .request-list-db {
    padding: 2rem;
}.get-in-touch-db .help-info-db h3,
    .get-in-touch-db .request-list-db h3 {
    font-size: calc(24px - 2px);
}
}



@media (max-width: 767px) {.pricing-structure-db {
    padding: 3rem 0;
}.pricing-structure-db .package-price-db {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-structure-db .fee-plan-db h2 {
    text-align: center;
    display: block;
}.pricing-structure-db .fee-plan-db h2::after {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}.pricing-structure-db .class-rates-db {
    text-align: center;
}.pricing-structure-db .training-fees-db {
    min-height: auto;
}.pricing-structure-db .fee-schemes-db {
    padding: 1.5rem;
}.pricing-structure-db .image-section-db {
    height: 160px;
}
}



@media screen and (max-width: 576px) {.give-it-a-try-db {
    padding: 60px 0;
}.give-it-a-try-db .pro-classes-db {
    padding: 30px 20px;
}.give-it-a-try-db h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(32px * 0.7);
}.give-it-a-try-db h3::after {
    height: 30px;
    width: 30px;
    bottom: -50px;
}.give-it-a-try-db .get-contactpanel-db {
    font-size: calc(19px * 0.9);
    margin-top: 15px;
    padding: 14px 35px;
    letter-spacing: 1px;
}}



@media (max-width: 767px) {.program-details-db {
    padding: 80px 0;
}.program-details-db h2 {
    font-size: 34px;
    margin-bottom: 30px;
}.program-details-db .image-section-db {
    height: 280px;
}.program-details-db .description {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}}



@media (max-width: 767px) {.gratSpace-db {
    padding: 4rem 0;
}.gratSpace-db .pro-classes-db {
    padding: 2.5rem;
}.gratSpace-db h5 {
    font-size: 19px;
}.gratSpace-db::before {
    background-size: 15px 15px;
}.gratSpace-db::after {
    opacity: 0.1;
}
}



@media screen and (max-width: 767px) {.our-mission-db {
    padding: 60px 0;
}.our-mission-db h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 40px;
}.our-mission-db .path-impact-db {
    padding: 30px;
}.our-mission-db .path-impact-db h3 {
    font-size: calc(18px * 0.9);
}.our-mission-db .path-impact-db p {
    font-size: calc(12px * 0.95);
}.our-mission-db .path-impact-db:first-child h3::after,
    .our-mission-db .path-impact-db:last-child h3::after {
    font-size: 80px;
    top: -50px;
}
}


@media only screen and (max-width: 600px) {.windowPrivacySettings-db {
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
    border-radius: 0;
}.cookie-eductrl-db {
    padding: 15px;
}.cookie-visitor-db svg {
    width: 50px;
    height: 50px;
}.windowPrivacySettings-db h5 {
    font-size: calc(24px - 2px);
}.windowPrivacySettings-db p {
    font-size: calc(14px - 2px);
}.policy-ack-db {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}}



@media (max-width: 480px) {.mentorship-experience-db {
    padding: 80px 0;
}.mentorship-experience-db .container {
    padding: 0 20px;
}.mentorship-experience-db .image-section-db {
    min-height: 250px;
}.mentorship-experience-db .name {
    font-size: calc(18px * 0.85);
    padding: 30px 25px 5px 25px;
}.mentorship-experience-db .learner-review-db span:not(.name) {
    padding: 10px 25px 30px 25px;
    font-size: calc(17px * 0.95);
}.mentorship-experience-db .learner-review-db span:not(.name)::after {
    width: 30px;
    bottom: 20px;
    left: 25px;
}.mentorship-experience-db .emp-details-db {
    line-height: 1.7;
    padding: 0 25px 30px 25px;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 768px) {.subscribe-to-newsletter-db {
    padding: 2.5rem 1.5rem;
}.subscribe-to-newsletter-db .pro-classes-db {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.subscribe-to-newsletter-db p {
    grid-column: 1 / 2;
    font-size: 21px;
    margin-bottom: 0.5rem;
}.subscribe-to-newsletter-db .input_holder {
    flex-direction: column;
    transform: none;
    grid-column: 1 / 2;
}.subscribe-to-newsletter-db .sub-benefit-db {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}.subscribe-to-newsletter-db .free-lessons-db {
    border-radius: 10px;
    width: 100%;
}
}



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



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



@keyframes moveDown {
    0% {
        top: 0;
        background: rgb(210,207,202);
    }
    100% {
        top: calc(100% - 10px);
        background: rgb(176,173,164);
    }
}



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

