﻿html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}

.top-class-db {
    flex: 1 0 auto;
}


.title-opener-db {
    background-color: rgb(237,235,233);
    min-height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.title-opener-db .learning-open-db::before {
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(
    135deg,
    rgb(210,207,202,0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    position: absolute;
    height: 100%;
}

.title-opener-db .learning-open-db h3 {
    border-left: 5px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    background: linear-gradient(
    120deg,
    rgb(210,207,202) 0%,
    rgb(176,173,164) 100%
  );
    transform: skewX(-5deg);
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    line-height: 1.4;
    padding: 1rem 1.5rem;
}

.get-in-touch-db::before {
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
}

.get-in-touch-db .help-info-db {
    padding: 3rem;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(237,235,233);
    flex: 1 0 300px;
}

.get-in-touch-db .help-info-db div {
    margin-bottom: 2rem;
    display: flex;
    border-radius: 10px;
    padding: 1rem;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    align-items: center;
    transition: all 0.3s ease;
}

.get-in-touch-db .help-info-db div span a:hover {
    color: rgb(210,207,202);
}

.get-in-touch-db .request-list-db h3 {
    color: #000000;
    font-size: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 600;
}

.get-in-touch-db .request-list-db input[type="text"]:focus,
.get-in-touch-db .request-list-db input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(210,207,202,0.5);
    border-color: rgb(210,207,202);
    outline: none;
}

.get-in-touch-db .request-list-db .message-list-db input[type="checkbox"]:checked {
    border-color: rgb(210,207,202);
    background-color: rgb(210,207,202);
}

.get-in-touch-db .request-list-db .support-request-db {
    overflow: hidden;
    position: relative;
    margin-top: 1rem;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    padding: 1rem;
    background: rgb(210,207,202);
    border: none;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pricing-structure-db::after {
    height: 18rem;
    background: linear-gradient(45deg, rgb(176,173,164), rgb(210,207,202,0.5));
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    width: 18rem;
    bottom: -5rem;
    content: "";
    left: -5rem;
    z-index: 0;
    transform: rotate(-10deg);
    position: absolute;
    opacity: 0.05;
}

.pricing-structure-db .package-price-db {
    width: 100%;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pricing-structure-db .offer-box-db:hover .training-fees-db {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.pricing-structure-db .offer-box-db:hover .fee-schemes-db h3 {
    color: rgb(210,207,202);
}

.pricing-structure-db .enroll-cost-db::before {
    background-color: rgb(210,207,202,0.5);
    height: 2px;
    bottom: -0.75rem;
    left: 0;
    transform: scaleX(1);
    width: 3rem;
    content: "";
    transform-origin: left;
    position: absolute;
    transition: transform 0.4s ease;
}

.pricing-structure-db .offer-box-db:hover .image-section-db {
    transform: scale(1.03);
}

.pricing-structure-db .offer-box-db:hover .training-fees-db::before {
    transform: scaleX(1);
}

.give-it-a-try-db::after {
    left: -50%;
    width: 200%;
    top: -50%;
    content: '';
    opacity: 0.1;
    z-index: -2;
    height: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(176,173,164) 0deg,
        rgb(210,207,202) 120deg,
        rgb(176,173,164) 240deg,
        rgb(210,207,202) 360deg
    );
    animation: rotatePortalReverse 30s linear infinite;
    position: absolute;
}

.give-it-a-try-db h3 {
    font-family: Arial, sans-serif;
    font-size: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #ffffff;
    margin-bottom: 60px;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-weight: 700;
}

.give-it-a-try-db .get-contactpanel-db {
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 20px 55px;
    background: #ffffff;
    font-size: 19px;
    z-index: 1;
    border-radius: 14px;
    display: inline-block;
    text-decoration: none;
    margin-top: 30px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.15),
        0 0 15px #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(210,207,202);
    font-weight: 700;
    position: relative;
}

.give-it-a-try-db .get-contactpanel-db:hover::after {
    animation: lightBeam 1.5s ease-in-out;
    opacity: 0.6;
}

.program-details-db .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}

.program-details-db h2::after {
    left: 0;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(210,207,202) 0%, rgb(176,173,164) 100%);
    height: 4px;
    bottom: -10px;
    width: 80px;
    position: absolute;
    transform-origin: left;
    content: "";
}

.program-details-db .image-section-db:hover::after {
    opacity: 0;
}

.program-details-db .description {
    margin: 0;
    font-size: 12px;
    border-left: 2px solid rgb(176,173,164,0.5);
    padding-left: 15px;
    transition: border-left 0.3s ease;
    color: #000000;
    line-height: 1.8;
    position: relative;
}

.gratSpace-db::after {
    width: 40%;
    position: absolute;
    animation: float 15s ease-in-out infinite;
    height: 70%;
    right: -5%;
    z-index: -1;
    transform: rotate(-15deg) translateZ(-10px);
    filter: blur(80px);
    content: "";
    top: -10%;
    background: linear-gradient(45deg, rgb(210,207,202) 0%, rgba(rgb(176,173,164,0.5), 0.8) 100%);
    opacity: 0.15;
}

.gratSpace-db .pro-classes-db:hover::before {
    transform: scaleY(1);
}

.gratSpace-db h5::after {
    position: absolute;
    bottom: 0;
    background: rgb(210,207,202);
    transition: width 0.6s ease, transform 0.6s ease;
    transform: translateX(0);
    left: 0;
    content: "";
    width: 4rem;
    height: 3px;
}

.gratSpace-db a:hover {
    transform: translateY(-2px);
}

.gratSpace-db a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.our-mission-db {
    color: #000000;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: 30px 30px;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(210,207,202,0.5) 0%, rgb(237,235,233) 50%, rgb(176,173,164,0.5) 100%);
}

.our-mission-db h2::after {
    width: 60px;
    left: 130px;
    bottom: -20px;
    height: 4px;
    content: "";
    position: absolute;
    background: rgb(176,173,164);
}

.our-mission-db .path-impact-db:first-child {
    z-index: 20;
    border-left: 3px solid rgb(210,207,202);
}

.our-mission-db .path-impact-db:last-child {
    align-self: end;
    border-right: 3px solid rgb(176,173,164);
    z-index: 20;
}

.our-mission-db .path-impact-db h3 {
    position: relative;
    font-weight: 600;
    color: rgb(210,207,202);
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 18px;
}

.our-mission-db .path-impact-db::after {
    pointer-events: none;
    inset: 0;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    border-radius: 11px;
}

header .container {
    margin: 0;
    width: 100%;
    z-index: 2;
    max-width: 100%;
    padding: 0;
    position: relative;
}

header .header-navbar-db {
    display: flex;
    margin-left: 5px;
    padding: 0.9rem 3%;
    justify-content: space-between;
    align-items: center;
}

header .head-core-db svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}

header .head-page-db::before {
    border-radius: calc(10px + 2px);
    bottom: -2px;
    opacity: 0.5;
    right: -2px;
    position: absolute;
    left: -2px;
    content: '';
    top: -2px;
    background: linear-gradient(135deg, rgb(210,207,202,0.5), rgb(176,173,164,0.5));
    z-index: -1;
}

header .header-pagewrap-db:hover::before {
    opacity: 1;
}

.cookie-eductrl-db {
    z-index: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
}


.windowPrivacySettings-db h5 {
    color: rgb(210,207,202);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.cookie_button.data-agree-db {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.data-agree-db:hover {
    background: rgb(176,173,164,0.5);
}

.windowPrivacySettings-db p a:hover {
    color: rgb(176,173,164);
}

.mentorship-experience-db {
    overflow: hidden;
    background: rgb(237,235,233);
    position: relative;
    padding: 140px 0;
}

.mentorship-experience-db .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.mentorship-experience-db .learner-review-db:hover {
    transform: perspective(1200px) rotateY(2deg);
}

.mentorship-experience-db .image-section-db {
    z-index: 1;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    grid-row: 1 / span 2;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    min-height: 450px;
    grid-column: 1;
}

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

.mentorship-experience-db .learner-review-db span:not(.name)::after {
    content: "";
    width: 40px;
    bottom: 30px;
    position: absolute;
    background: rgb(210,207,202);
    transform: scaleX(0);
    height: 2px;
    left: 70px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform-origin: left;
}

.secure-lodge-db {
    padding: 40px 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    background-color: rgb(237,235,233);
}

.secure-lodge-db h6 {
    font-weight: 300;
    font-size: 22px;
}

.secure-lodge-db ul li:before {
    content: '•';
    font-size: 1.2em;
    position: absolute;
    left: 0;
    color: rgb(176,173,164);
}

.secure-lodge-db a:hover {
    color: rgb(176,173,164);
}

.secure-lodge-db hr {
    margin: 30px 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
}

footer .sponsor-logo-db {
    gap: 60px;
    display: grid;
}

footer .info_item:last-child {
    margin-right: 0;
}

footer .info_item svg {
    height: 18px;
    fill: rgb(210,207,202);
    position: relative;
    top: 3px;
    width: 18px;
    margin-right: 10px;
}

footer .footer-account-db {
    color: #000000;
    max-width: 350px;
    font-size: 15px;
    line-height: 1.6;
}

footer .head-tutor-db a {
    margin-bottom: 12px;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    display: block;
    transition: transform 0.2s ease, color 0.2s ease;
}

footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: border-color 0.3s ease;
    background-color: #ffffff;
    color: #000000;
    font-size: 13px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.subscribe-to-newsletter-db::after {
    z-index: 0;
    animation: pulse-glow 5s infinite alternate;
    opacity: 0.1;
    width: 150%;
    content: "";
    height: 150%;
    position: absolute;
    left: -25%;
    top: -25%;
    background: radial-gradient(
        circle at center,
        rgb(210,207,202,0.5) 0%,
        transparent 70%
    );
}

.subscribe-to-newsletter-db .input_holder {
    flex-direction: row;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    grid-column: 2 / 3;
    display: flex;
    transform-style: preserve-3d;
}

.subscribe-to-newsletter-db .sub-benefit-db:focus {
    outline: none;
    border-color: rgb(210,207,202);
    box-shadow: 
        inset 0 0 10px rgb(210,207,202,0.5),
        0 0 15px rgb(210,207,202,0.5);
}

.subscribe-to-newsletter-db .free-lessons-db:hover::before {
    left: 100%;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


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



@media screen and (max-width: 480px) {.title-opener-db .learning-open-db {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1rem;
}.title-opener-db .learning-open-db h3 {
    transform: skewX(-2deg);
    font-size: 0.9rem;
    padding: 0.6rem 0.8rem;
}.title-opener-db .learning-open-db h1 {
    font-size: 2rem;
    margin: 0.6rem 0 1.2rem;
}}



@media screen and (max-width: 576px) {.get-in-touch-db {
    padding: 3rem 0;
}.get-in-touch-db .help-info-db,
    .get-in-touch-db .request-list-db {
    padding: 1.5rem;
}.get-in-touch-db .help-info-db div {
    padding: 0.75rem;
    margin-bottom: 1.25rem;
}.get-in-touch-db .help-info-db div svg {
    width: 20px;
    height: 20px;
}.get-in-touch-db .request-list-db input[type="text"],
    .get-in-touch-db .request-list-db input[type="email"] {
    padding: 0.8rem 1rem;
}.get-in-touch-db .request-list-db::before {
    display: none;
}}



@media (prefers-reduced-motion: reduce) {.pricing-structure-db .offer-box-db,
    .pricing-structure-db .training-fees-db,
    .pricing-structure-db .image-section-db,
    .pricing-structure-db .enroll-cost-db::before,
    .pricing-structure-db .training-fees-db::before {
    transition: none;
}}



@media (min-width: 768px) {.program-details-db .program-map-db {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: flex-start;
}.program-details-db .image-section-db {
    transition: clip-path 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
}.program-details-db .image-section-db:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.program-details-db h2 {
    font-size: calc(34px * 1.2);
    max-width: 80%;
}.program-details-db .text-column-db {
    padding-top: 20px;
}
}



@media (min-width: 768px) {.gratSpace-db {
    padding: 8rem 0;
}.gratSpace-db .pro-classes-db {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: start;
    padding: 4rem;
}.gratSpace-db h5 {
    padding-bottom: 1.5rem;
    font-size: calc(19px * 1.2);
}.gratSpace-db p {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}.gratSpace-db::before {
    background-size: 30px 30px;
}
}



@media screen and (max-width: 991px) {.our-mission-db {
    padding: 80px 0;
}.our-mission-db h2 {
    margin-bottom: 50px;
    font-size: calc(46px * 0.9);
    transform: translateX(0);
}.our-mission-db .mission-block-db {
    gap: 50px;
}.our-mission-db .path-impact-db:first-child,
    .our-mission-db .path-impact-db:last-child {
    margin-right: 0;
    margin-left: 0;
}.our-mission-db .mission-block-db::before {
    left: 20px;
}.our-mission-db .mission-block-db::after {
    left: 16px;
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .header-navbar-db {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .head-core-db svg {
    width: 110px;
}header .head-page-db {
    padding: 0.3rem;
}header .header-pagewrap-db {
    padding: 0.3rem 0.4rem;
    font-size: calc(18px - 2px);
}}



@media (max-width: 992px) {.mentorship-experience-db {
    padding: 120px 0;
}.mentorship-experience-db .learner-review-db {
    grid-template-columns: 1fr 1.2fr;
}.mentorship-experience-db .image-section-db {
    min-height: 400px;
}.mentorship-experience-db .name {
    padding: 0 40px 5px 50px;
    font-size: calc(18px * 0.9);
}.mentorship-experience-db .learner-review-db span:not(.name) {
    padding: 30px 40px 35px 50px;
}.mentorship-experience-db .learner-review-db span:not(.name)::after {
    left: 50px;
    bottom: 25px;
}.mentorship-experience-db .emp-details-db {
    padding: 0 40px 40px 50px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .free-lessons-db {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .campus-links-db {
    padding: 40px 0 20px;
}footer .sponsor-logo-db {
    gap: 40px;
}footer .head-page-db h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}



@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



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



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



@keyframes pulseCircle {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0) translateZ(-10px);
    }
    50% {
        transform: rotate(-12deg) translate(-20px, 20px) translateZ(-10px);
    }
}



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



@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

