﻿header,footer {
    width: 100%;
}

header {
    position: relative;
    background: linear-gradient(to bottom, rgb(222,228,216), rgba(0, 0, 0, 0.5));
    width: 100%;
    z-index: 99;
    overflow: visible;
}

.connect-form::before {
    z-index: -1;
    inset: 0;
    position: absolute;
    content: '';
    background-color: rgb(185,205,168,0.5);
}

.connect-form .feedback-info h3 {
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: 700;
    position: relative;
    text-align: center;
    width: 100%;
    color: #ffffff;
    padding-bottom: 15px;
}

.connect-form .feedback-info div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}

.connect-form .feedback-info div span a:hover {
    color: rgb(175,175,116);
}

.connect-form .support-panel {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    padding: 40px 30px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 23px;
    max-width: 550px;
    transform: translateY(50px);
}

.connect-form .support-panel .feedback-request {
    display: flex;
    flex: 1 0 100%;
    align-items: flex-start;
    margin-top: 5px;
}

.connect-form .support-panel .feedback-request input[type="checkbox"]:checked::before {
    position: absolute;
    content: '✓';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 12px;
}

.connect-form .support-panel .request-section {
    margin-top: 15px;
    height: 50px;
    border: none;
    font-size: 18px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(175,175,116), rgb(185,205,168));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    box-shadow: 0 5px 15px rgb(175,175,116,0.5);
}

.client-testimonials .container.learning-tracks {
    z-index: 2;
    position: relative;
}

.client-testimonials .feedback-carousel {
    padding: 2rem;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    backface-visibility: hidden;
    position: relative;
    transform: translateZ(0) scale(1);
    background: #ffffff;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-radius: 14px;
}

.client-testimonials .feedback-carousel div {
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 50%;
    border: 3px solid #ffffff;
    transform: translateZ(20px);
    width: 60px;
    height: 60px;
    position: relative;
}

.client-testimonials .feedback-carousel:hover::after {
    opacity: 0.4;
    width: 120px;
    height: 120px;
}

.course-program .learn-more::before {
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
}

.course-program .knowledge-base:hover img {
    transform: scale(1.05);
}

.course-program .learning-tracks {
    position: relative;
    margin-right: 5%;
    padding: 0;
    width: 55%;
}

.course-program .learn-professional::before {
    background-color: rgb(222,228,216);
    top: 0;
    z-index: -1;
    height: 100%;
    content: '';
    width: 100%;
    opacity: 1;
    border-radius: 10px;
    left: 0;
    position: absolute;
}

.course-program .learn-professional p {
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 2rem;
}

.course-program .learn-professional .request-section:hover {
    box-shadow: 0 5px 15px rgba(rgb(185,205,168), 0.3);
    transform: translateY(-2px);
    color: #ffffff;
}

.course-program .learn-professional .request-section:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(rgb(185,205,168), 0.2);
}

header .header-mainbar::before {
    height: 1px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(185,205,168), transparent);
    content: "";
    width: 80%;
    left: 10%;
}

header .header-mainbar .head-base {
    display: flex;
    list-style: none;
    perspective: 1000px;
    margin: 0;
    padding: 0;
}

header .header-mainbar .head-base .first-teach a::before,
header .header-mainbar .head-base .first-teach a::after {
    height: 100%;
    top: 0;
    pointer-events: none;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    content: "";
    left: 0;
}

header .header-mainbar .head-base .first-teach a::before {
    transform: translateZ(-1px) rotateX(10deg);
    transform-origin: top center;
    opacity: 0;
    background: linear-gradient(to bottom, rgb(185,205,168,0.5), transparent);
}

.about-this::after {
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(175,175,116,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
}

.about-this .impact-facts:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.about-this .impact-facts::before {
    animation: border-pulse 4s infinite alternate;
    content: "";
    bottom: -10px;
    position: absolute;
    z-index: -1;
    top: -10px;
    right: -10px;
    left: -10px;
    border-radius: 17px;
    border: 1px solid rgb(175,175,116,0.5);
}

.about-this .master-sessions {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}



.about-this .learn-track {
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
    display: flex;
}

.about-this .learn-track {
    color: rgb(185,205,168);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: calc(19px - 1px);
}

.about-this h2 {
    font-size: 31px;
    padding-bottom: 15px;
    margin: 0 0 25px;
    color: #000000;
    position: relative;
    font-weight: 700;
}

.statistical-report::before {
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(175,175,116,0.5) 0px,
        rgb(175,175,116,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.05;
    z-index: 1;
    height: 100%;
}

.statistical-report .statistics-perks::after {
    right: 0;
    content: "";
    opacity: 0.1;
    width: 50px;
    background: rgb(185,205,168,0.5);
    border-radius: 50% 0 0 0;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scale(0);
    z-index: -1;
    position: absolute;
    height: 50px;
}

.statistical-report .statistics-perks:hover p {
    transform: scale(1.1);
}

.statistical-report .statistics-perks:nth-child(odd) {
    transform: translateZ(5px) rotateX(2deg);
}

.statistical-report .statistics-perks:nth-child(even) {
    transform: translateZ(10px) rotateX(-2deg);
}

.statistical-report .statistics-perks:nth-child(1) {
    animation-delay: 0.1s;
}

.statistical-report .statistics-perks:nth-child(2) {
    animation-delay: 0.2s;
}

.statistical-report .statistics-perks:nth-child(3) {
    animation-delay: 0.3s;
}

.statistical-report .statistics-perks:nth-child(7) {
    animation-delay: 0.7s;
}

.training-specialist .feedback-carousel {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    display: grid;
    backdrop-filter: blur(5px);
    transform-style: preserve-3d;
    gap: 2.5rem;
    transform: translateZ(20px);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.training-specialist .name::after {
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.8);
    transition: transform 0.3s ease-in-out;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(185,205,168) 0%, rgb(175,175,116) 100%);
    height: 3px;
    width: 60px;
    left: 0;
}

.training-specialist .feedback-carousel:hover .past-work::before {
    transform: scale(1.1) translateZ(20px);
}

.pricing-suite::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
}

.pricing-suite .trial-pricing li {
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.4s ease;
}

.pricing-suite .price-schemes::before {
    background: linear-gradient(90deg, 
        rgb(185,205,168), 
        rgb(175,175,116));
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 100%;
    top: 0;
    height: 5px;
    transform: scaleX(0);
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.pricing-suite .premium-cost p {
    word-break: break-word;
    scrollbar-width: thin;
    font-size: 12px;
    overflow-wrap: break-word;
    margin-bottom: 30px;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.85);
    scrollbar-color: rgb(185,205,168) rgba(255, 255, 255, 0.1);
    max-height: 200px;
    line-height: 1.6;
    overflow-y: auto;
}

.pricing-suite .trial-pricing li:hover .premium-cost h4::after {
    width: 80px;
}

.pricing-suite .trial-pricing li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.gratitudeDiv::after {
    width: 40%;
    bottom: -10%;
    transform: rotate(15deg) skewX(-10deg);
    height: 70%;
    z-index: 1;
    filter: blur(60px);
    left: -5%;
    animation: floatElement 15s ease-in-out infinite reverse;
    position: absolute;
    background: linear-gradient(220deg, rgb(185,205,168,0.5) 20%, transparent 80%);
    content: "";
}

.gratitudeDiv .learning-tracks::before {
    top: 0;
    background: linear-gradient(90deg, rgb(185,205,168) 0%, rgb(175,175,116) 100%);
    width: 100%;
    content: "";
    height: 6px;
    position: absolute;
    left: 0;
}

.gratitudeDiv li {
    gap: 20px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}

.study-process {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(222,228,216) 0%, rgba(255,255,255,0.92) 100%);
    position: relative;
    overflow: hidden;
}

.study-process:hover::after {
    transform: rotate(-12deg) scale(2.05);
    opacity: 0.15;
}

.study-process h2 {
    text-align: left;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
    transform: translateZ(20px);
    font-size: 35px;
    transition: transform 0.5s ease-out;
    padding-bottom: 20px;
    position: relative;
}

.study-process:hover .text-description {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 25px 30px -5px rgba(0,0,0,0.07);
    transform: translateZ(15px) translateX(5px);
}

.study-process p::first-letter {
    font-size: 1.3em;
    color: rgb(185,205,168);
    font-weight: 600;
}

.windowPrivacySettings h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.windowPrivacySettings p {
    font-size: 18px;
}

.windowPrivacySettings p a {
    text-decoration: none;
    color: rgb(185,205,168);
}

.privacy-module {
    padding: 4rem 1.5rem;
    color: #000000;
    background: linear-gradient(165deg, rgb(222,228,216) 0%, #ffffff 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}

.privacy-module h1::after {
    transition: width 0.4s ease-out;
    width: 80px;
    background: linear-gradient(90deg, rgb(185,205,168) 0%, rgb(175,175,116) 100%);
    bottom: 0;
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
}

.privacy-module h2:hover::before {
    transform: scaleY(1);
}

.privacy-module h3::before {
    top: 50%;
    background: rgb(175,175,116);
    position: absolute;
    width: 12px;
    content: "";
    height: 2px;
    transform: translateY(-50%);
    left: 0;
}

.privacy-module p strong {
    color: #000000;
    font-weight: 600;
    z-index: 1;
    position: relative;
}

.privacy-module ul::before {
    top: 0;
    border-radius: 1.5px;
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgb(185,205,168) 0%, rgb(185,205,168,0.5) 100%);
    width: 3px;
    bottom: 0;
    left: 0;
}

.privacy-module span {
    line-height: 1.65;
    border-left: 3px solid rgb(175,175,116);
    opacity: 0.85;
    color: #000000;
    transition: all 0.3s ease;
    display: block;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    font-size: calc(12px * 0.95);
    background-color: rgba(rgb(175,175,116,0.5), 0.07);
}

.law-res .company_holder h3::after {
    border-radius: 3px;
    content: '';
    width: 60px;
    background: rgb(185,205,168);
    margin: 15px auto 0;
    height: 3px;
    display: block;
}

.law-res .res-connect {
    position: relative;
    order: 1;
}

.law-res .head-base:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.law-res .head-base:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.law-res .head-base h5 {
    font-weight: 600;
    color: #ffffff;
    word-wrap: break-word;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 21px;
}

.law-res .head-base .header-site a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.footer-careers::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(175,175,116,0.5), transparent);
    content: '';
    left: 0;
    height: 1px;
    top: 0;
    width: 100%;
}

.greeting-page {
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, rgb(222,228,216) 0%, rgb(185,205,168,0.5) 50%, rgb(175,175,116,0.5) 100%);
    overflow: hidden;
}



.greeting-page .learning-tracks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    z-index: 2;
}

.greeting-page .page-title {
    position: relative;
    width: 20%;
    height: 100%;
}

.greeting-page .learning-page {
    transform: translateX(-50%);
    display: flex;
    box-shadow: 0 10px 30px -15px #000000;
    padding: 12px 20px;
    backdrop-filter: blur(8px);
    z-index: 10;
    position: absolute;
    left: 50%;
    border-radius: 21px;
    bottom: 30px;
    gap: 16px;
    background: rgba(0, 0, 0, 0.5);
}

.greeting-page .text-description {
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 40px 0 80px;
    z-index: 5;
    backdrop-filter: blur(10px);
    width: 100%;
    margin-top: auto;
    position: relative;
}

.greeting-page .text-description h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: rgb(175,175,116);
}

.greeting-page input:nth-of-type(3):checked ~ .course-begin {
    transform: translateX(-40%);
}

.greeting-page input:nth-of-type(6):checked ~ .course-begin {
    transform: translateX(-100%);
}

.greeting-page input:nth-of-type(9):checked ~ .course-begin {
    transform: translateX(-160%);
}

.greeting-page input:nth-of-type(1):checked ~ .learning-page label:nth-child(1)::before,
.greeting-page input:nth-of-type(2):checked ~ .learning-page label:nth-child(2)::before,
.greeting-page input:nth-of-type(3):checked ~ .learning-page label:nth-child(3)::before,
.greeting-page input:nth-of-type(4):checked ~ .learning-page label:nth-child(4)::before,
.greeting-page input:nth-of-type(5):checked ~ .learning-page label:nth-child(5)::before,
.greeting-page input:nth-of-type(6):checked ~ .learning-page label:nth-child(6)::before,
.greeting-page input:nth-of-type(7):checked ~ .learning-page label:nth-child(7)::before,
.greeting-page input:nth-of-type(8):checked ~ .learning-page label:nth-child(8)::before,
.greeting-page input:nth-of-type(9):checked ~ .learning-page label:nth-child(9)::before,
.greeting-page input:nth-of-type(10):checked ~ .learning-page label:nth-child(10)::before {
    background: rgb(185,205,168);
    transform: scale(1.2);
}



@media screen and (min-width: 768px) and (max-width: 991px) {.connect-form {
    padding: 80px 0 120px;
}.connect-form .feedback-info {
    padding: 0 20px 120px;
    justify-content: space-between;
}.connect-form .feedback-info div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
}



@media (max-width: 991px) {.client-testimonials {
    padding: 4rem 0;
}.client-testimonials h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
}.client-testimonials .learner-reflections {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 991px) {.course-program {
    flex-direction: column;
    display: flex;
    min-height: auto;
}.course-program .learn-more {
    width: 100%;
    height: 400px;
}.course-program .learn-more::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.course-program .container {
    position: relative;
    padding: 3rem 1rem;
}.course-program .learning-tracks {
    width: 100%;
    margin-right: 0;
}.course-program .learn-professional {
    max-width: 100%;
}
}



@media (max-width: 768px) {.about-this {
    padding: 70px 0;
}.about-this .learning-tracks {
    gap: 50px;
    flex-direction: column;
}.about-this .impact-facts {
    width: 80%;
    transform: perspective(1000px) rotateY(0);
    max-width: 350px;
    margin: 0 auto;
}.about-this .impact-facts:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.about-this .img-center-align {
    height: 320px;
}.about-this .text-description {
    padding: 30px 25px;
    width: 100%;
}.about-this h2 {
    font-size: calc(31px - 4px);
}
}



@media (max-width: 767px) {.statistical-report {
    padding: 60px 15px;
}.statistical-report h3 {
    margin-bottom: 40px;
    font-size: 29px;
}.statistical-report ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.statistical-report .statistics-perks {
    padding: 25px 20px;
}.statistical-report .statistics-perks span {
    font-size: 15px;
}.statistical-report .statistics-perks p {
    font-size: 2rem;
}.statistical-report .statistics-perks:nth-child(odd),
    .statistical-report .statistics-perks:nth-child(even) {
    transform: none;
}}



@media (hover: hover) {.training-specialist .feedback-carousel {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.training-specialist .feedback-carousel:hover {
    transform: translateZ(30px) translateY(-5px);
}
}



@media (max-width: 768px) {.pricing-suite {
    padding: 60px 0;
}.pricing-suite h2 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.85);
}.pricing-suite .basic-rates {
    margin-bottom: 30px;
    font-size: calc(12px * 0.9);
}.pricing-suite .trial-pricing {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-suite .price-schemes {
    min-height: auto;
}.pricing-suite .premium-cost p {
    max-height: 150px;
}
}



@media (max-width: 480px) {.gratitudeDiv {
    padding: 40px 0;
}.gratitudeDiv h2 {
    font-size: calc(30px * 0.6);
    margin-bottom: 25px;
}.gratitudeDiv .learning-tracks {
    padding: 25px 15px;
}.gratitudeDiv span {
    padding-left: 10px;
    border-left: 2px solid rgb(185,205,168,0.5);
}}


@media only screen and (max-width: 800px) {.cookie-disclaimer {
    display: none;
}.edu-cookies {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.windowPrivacySettings h5 {
    text-align: center;
}.windowPrivacySettings p {
    text-align: center;
}.consent-ack {
    margin-bottom: 20px;
}body .content-wrapper .cookie-rules {
    margin-left: 0;
}}



@media screen and (max-width: 576px) {.privacy-module {
    padding: 2rem 0.5rem;
}.privacy-module .container {
    padding: 1.5rem 1.25rem;
}.privacy-module h1 {
    font-size: calc(39px * 0.7);
    padding-bottom: 0.75rem;
}.privacy-module h1::after {
    width: 60px;
    height: 2px;
}.privacy-module:hover h1::after {
    width: 90px;
}.privacy-module h2 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.7);
}.privacy-module h2::before {
    width: 3px;
}.privacy-module h3, 
    .privacy-module h4 {
    padding-left: 1.25rem;
}.privacy-module ul {
    padding-left: 1rem;
}.privacy-module li {
    padding-left: 1.25rem;
}.privacy-module li::before {
    height: 6px;
    width: 6px;
}.privacy-module span {
    padding: 0.75rem 0.75rem;
    border-left: 2px solid rgb(175,175,116);
}}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}



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

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

@keyframes patternShift {
    0% {
        background-position: 0% 0%, 0% 0%, 0 0, 0 0;
    }
    50% {
        background-position: 10% 20%, -10% -20%, 30px 30px, -30px -30px;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0 0, 0 0;
    }
}

