﻿.container {
    max-width: 100%;
    width: 1223px;
    margin: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.campus-links-db {
    flex: 0 0 auto;
}

.campus-links-db {
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
    position: relative;
}

.title-opener-db .learning-open-db::after {
    left: 0;
    width: 100%;
    z-index: 2;
    top: 0;
    height: 100%;
    background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
    content: "";
    position: absolute;
}

.title-opener-db .learning-open-db h1 {
    position: relative;
    font-family: Arial, sans-serif;
    margin: 1rem 0 2rem;
    opacity: 0;
    transform: translateY(2rem);
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.7s;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    font-size: clamp(2.5rem, 6vw, 45px);
    color: #ffffff;
    z-index: 10;
}

.get-in-touch-db .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

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

.get-in-touch-db .help-info-db div:hover {
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
    transform: translateX(5px);
}

.get-in-touch-db .help-info-db div span {
    font-size: 18px;
    color: #000000;
}

.get-in-touch-db .request-list-db {
    position: relative;
    flex: 1 0 450px;
    padding: 3rem;
    background: #ffffff;
}

.get-in-touch-db .request-list-db h3::after {
    width: 50px;
    height: 3px;
    bottom: -10px;
    background: rgb(210,207,202);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}

.get-in-touch-db .request-list-db .message-list-db {
    align-items: flex-start;
    display: flex;
    margin: 0.5rem 0;
    gap: 10px;
}

.get-in-touch-db .request-list-db .message-list-db label {
    color: #000000;
    font-size: calc(18px - 1px);
    line-height: 1.5;
}

.get-in-touch-db .request-list-db .message-list-db label a {
    color: rgb(210,207,202);
    text-decoration: none;
    font-weight: 600;
}

.get-in-touch-db .request-list-db .support-request-db::after {
    transform-origin: 50% 50%;
    height: 5px;
    width: 5px;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    left: 50%;
    border-radius: 100%;
    opacity: 0;
    top: 50%;
    transform: scale(1, 1) translate(-50%);
    position: absolute;
}

.pricing-structure-db .program-fees-db {
    display: flex;
    flex-direction: column;
}

.pricing-structure-db .fee-plan-db {
    position: relative;
    order: -1;
    margin-bottom: 3rem;
}

.pricing-structure-db .fee-plan-db h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(210,207,202), transparent);
    width: 60%;
    height: 3px;
    bottom: -0.5rem;
    position: absolute;
    content: "";
}

.pricing-structure-db .fee-schemes-db {
    overflow: hidden;
    flex-direction: column;
    display: flex;
    z-index: 2;
    flex: 1;
    position: relative;
    padding: 2rem;
}

.pricing-structure-db .enroll-cost-db {
    display: block;
    margin-bottom: 1.5rem;
    color: rgb(210,207,202);
    font-weight: 700;
    position: relative;
    font-size: calc(23px + 0.5rem);
    transition: transform 0.3s ease;
}

.pricing-structure-db .image-section-db {
    height: 180px;
    transition: transform 0.6s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.pricing-structure-db .offer-box-db:hover .image-section-db::after {
    opacity: 0.4;
}

.give-it-a-try-db {
    background: linear-gradient(125deg, rgb(176,173,164) 0%, rgb(210,207,202) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
    position: relative;
}

.give-it-a-try-db .pro-classes-db {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    max-width: 1000px;
    backdrop-filter: blur(10px);
    align-items: center;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.03);
}

.give-it-a-try-db h3::before {
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    opacity: 0.1;
    filter: blur(15px);
    height: 100%;
    position: absolute;
    content: '';
    animation: pulseGlow 4s ease-in-out infinite;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
}

.give-it-a-try-db .get-contactpanel-db:hover {
    transform: translateY(-5px) scale(1.05);
    color: rgb(210,207,202);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 30px #ffffff;
}

.give-it-a-try-db .get-contactpanel-db:hover::before {
    animation: pulseGlow 2s ease-in-out infinite;
    opacity: 0.5;
}

.program-details-db::before {
    z-index: 0;
    position: absolute;
    height: 300px;
    filter: blur(80px);
    content: "";
    animation: float 15s ease-in-out infinite;
    background: rgb(210,207,202,0.5);
    right: -50px;
    top: -50px;
    width: 300px;
}

.program-details-db .program-map-db {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
}

.program-details-db .image-section-db::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    top: 0;
    z-index: 1;
    width: 100%;
}

.program-details-db .description:first-of-type {
    z-index: 2;
    position: relative;
}

.program-details-db .description:hover {
    border-left: 2px solid rgb(176,173,164);
}

.gratSpace-db {
    padding: 6rem 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(237,235,233) 0%, rgba(rgb(210,207,202,0.5), 0.1) 100%);
}

.gratSpace-db .pro-classes-db {
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    display: grid;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(210,207,202,0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    position: relative;
    gap: 2.5rem;
    transform: translateY(0);
    grid-template-columns: 1fr;
}

.gratSpace-db .pro-classes-db:hover h5::after {
    transform: translateX(10px);
    width: 7rem;
}

.gratSpace-db a::before {
    background: rgba(rgb(210,207,202,0.5), 0.3);
    position: absolute;
    transform: scaleX(0);
    content: "";
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    z-index: 1;
    bottom: 0;
    height: 1px;
    width: 100%;
}

.our-mission-db .container {
    z-index: 2;
    position: relative;
}

.our-mission-db .container::before {
    top: 40%;
    border: 2px solid rgb(210,207,202);
    content: "";
    height: 20px;
    z-index: 1;
    width: 20px;
    position: absolute;
    left: -100px;
    border-radius: 50%;
    animation: techPulse 4s infinite;
}

.our-mission-db .mission-block-db {
    gap: 80px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}

.our-mission-db .mission-block-db::after {
    content: "";
    height: 10px;
    width: 10px;
    top: 0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    left: calc(40% - 4px);
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    background: rgb(210,207,202);
    animation: moveDown 10s infinite alternate ease-in-out;
}

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

.our-mission-db .path-impact-db::before {
    content: "";
    background-size: 10px 10px;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    left: 0;
    z-index: 0;
    opacity: 0.05;
}

.our-mission-db .path-impact-db::before {
    border-radius: calc(11px + 1px);
    position: absolute;
    bottom: -1px;
    content: "";
    background: linear-gradient(135deg, rgb(210,207,202) 0%, transparent 50%, rgb(176,173,164) 100%);
    z-index: -2;
    right: -1px;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: -1px;
    top: -1px;
}

header .header-pagewrap-db::before {
    background: linear-gradient(45deg, rgb(210,207,202,0.5), rgb(176,173,164,0.5));
    content: '';
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.cookie-visitor-db svg, .cookie-visitor-db svg path, .cookie-visitor-db img {
    width: 80px;
    height: 80px;
    fill: rgb(210,207,202);
}

.policy-ack-db {
    border-radius: 10px;
    font-size: 14px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    background: rgb(210,207,202);
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    margin: 5px;
    width: calc(50% - 10px);
}

.mentorship-experience-db .learner-review-db {
    margin: 0 auto;
    display: grid;
    border-radius: 21px;
    background: #ffffff;
    max-width: 1000px;
    grid-template-rows: auto auto;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr 1fr;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1200px) rotateY(0deg);
    backdrop-filter: blur(10px);
}

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

.mentorship-experience-db .learner-review-db:hover span:not(.name)::after {
    transform: scaleX(1);
}

.mentorship-experience-db .emp-details-db {
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    line-height: 1.8;
    grid-row: 2;
    padding: 0 50px 50px 70px;
    z-index: 2;
    position: relative;
    margin: 0;
    transform: translateY(0);
    font-size: 17px;
    color: #000000;
    grid-column: 2;
    font-weight: 400;
}

.secure-lodge-db h5 {
    font-weight: 400;
    font-size: 21px;
}

.secure-lodge-db ul li, .secure-lodge-db ol li {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.6;
}

.secure-lodge-db blockquote {
    padding: 15px 20px;
    border-left: 5px solid rgb(210,207,202);
    font-style: italic;
    margin: 20px 0;
    background-color: rgb(210,207,202,0.5);
}

footer .info_item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 15px;
}

footer .info_item p,
footer .info_item a {
    transition: color 0.2s ease;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.3px;
}

footer .head-page-db h5 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
}

footer .subscribe_holder {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 30px;
}

footer .input_holder {
    gap: 10px;
    flex-direction: column;
    display: flex;
}

footer .free-lessons-db:hover {
    background-color: rgb(176,173,164);
}

footer .donate-btn-db {
    font-size: 15px;
    text-align: center;
    color: #000000;
}

.subscribe-to-newsletter-db::before {
    z-index: 1;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 5px, 
            rgb(210,207,202,0.5) 5px, 
            rgb(210,207,202,0.5) 6px
        ),
        repeating-linear-gradient(
            45deg, 
            transparent, 
            transparent 5px, 
            rgb(176,173,164,0.5) 5px, 
            rgb(176,173,164,0.5) 6px
        );
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.05;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
}

.subscribe-to-newsletter-db .sub-benefit-db::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe-to-newsletter-db .free-lessons-db::before {
    left: -100%;
    z-index: -1;
    content: "";
    transition: all 0.6s ease;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    height: 100%;
    width: 100%;
}



@media screen and (max-width: 992px) {.get-in-touch-db .support-map-db {
    flex-direction: column;
}.get-in-touch-db .help-info-db {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}.get-in-touch-db .help-info-db::after {
    bottom: 0;
    height: 1px;
    right: unset;
    width: 100%;
    left: 0;
    top: unset;
    background: linear-gradient(to right,
            transparent,
            rgb(210,207,202,0.5),
            transparent);
}.get-in-touch-db .request-list-db::before {
    top: -10px;
    transform: rotate(135deg);
    left: 3rem;
}
}



@media (min-width: 1024px) {.pricing-structure-db .package-price-db {
    grid-template-columns: repeat(2, 1fr);
}.pricing-structure-db .offer-box-db:nth-child(odd) {
    transform: translateY(1.5rem);
}
}



@media (min-width: 1200px) {.pricing-structure-db .fee-plan-db {
    padding-top: 4rem;
}.pricing-structure-db .offer-box-db:hover {
    z-index: 5;
}.pricing-structure-db .package-price-db {
    row-gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
}
}



@media screen and (max-width: 768px) {.give-it-a-try-db {
    padding: 80px 0;
}.give-it-a-try-db .pro-classes-db {
    padding: 40px 25px;
}.give-it-a-try-db h3 {
    letter-spacing: 3px;
    font-size: calc(32px * 0.8);
    margin-bottom: 45px;
}.give-it-a-try-db h3::after {
    width: 40px;
    bottom: -60px;
    height: 40px;
}.give-it-a-try-db .get-contactpanel-db {
    padding: 16px 45px;
    letter-spacing: 2px;
    margin-top: 20px;
    font-size: calc(19px * 0.95);
}
}



@media (min-width: 1200px) {.program-details-db .program-map-db {
    gap: 80px;
}.program-details-db h2 {
    max-width: 60%;
}.program-details-db .image-section-db {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}.program-details-db .image-section-db:hover {
    transform: perspective(1000px) rotateY(0);
}.program-details-db .text-column-db {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s ease;
}.program-details-db .text-column-db:hover {
    transform: perspective(1000px) rotateY(0);
}
}



@media screen and (max-width: 1200px) {.our-mission-db .path-impact-db:first-child {
    margin-right: -10%;
}.our-mission-db .path-impact-db:last-child {
    margin-left: -10%;
}
}



@media screen and (max-width: 575px) {.our-mission-db {
    padding: 50px 0;
}.our-mission-db h2 {
    font-size: calc(46px * 0.7);
    margin-bottom: 30px;
}.our-mission-db h2::before {
    width: 80px;
    height: 3px;
}.our-mission-db h2::after {
    width: 40px;
    height: 3px;
    left: 90px;
}.our-mission-db .path-impact-db {
    padding: 25px;
}.our-mission-db .path-impact-db h3 {
    font-size: calc(18px * 0.85);
    margin-bottom: 15px;
}.our-mission-db .path-impact-db p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.our-mission-db .path-impact-db:first-child h3::after,
    .our-mission-db .path-impact-db:last-child h3::after {
    top: -40px;
    font-size: 60px;
}.our-mission-db .mission-block-db::before {
    left: 10px;
}.our-mission-db .mission-block-db::after {
    left: 6px;
}}



@media (max-width: 768px) {.mentorship-experience-db {
    padding: 100px 0;
}.mentorship-experience-db .container {
    padding: 0 30px;
}.mentorship-experience-db .learner-review-db {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.mentorship-experience-db .image-section-db {
    grid-row: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-column: 1;
    min-height: 300px;
}.mentorship-experience-db .name {
    text-align: left;
    grid-row: 2;
    grid-column: 1;
    padding: 40px 30px 5px 30px;
}.mentorship-experience-db .learner-review-db span:not(.name) {
    grid-column: 1;
    text-align: left;
    grid-row: 3;
    padding: 10px 30px 40px 30px;
}.mentorship-experience-db .learner-review-db span:not(.name)::after {
    left: 30px;
    bottom: 30px;
}.mentorship-experience-db .emp-details-db {
    grid-column: 1;
    padding: 0 30px 40px 30px;
    grid-row: 4;
}
}



@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}



@keyframes gridScale {
    0% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
    50% {
        background-size: 45px 45px;
        opacity: 0.2;
    }
    100% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
}



@keyframes scaleIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



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



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



@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}



@keyframes pulse-neon {
    0% {
        opacity: 0.7;
        box-shadow: 
            0 0 5px rgb(210,207,202),
            0 0 10px rgb(210,207,202);
    }
    100% {
        opacity: 1;
        box-shadow: 
            0 0 10px rgb(210,207,202),
            0 0 20px rgb(210,207,202),
            0 0 30px rgb(210,207,202);
    }
}

