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

.inner-container {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.welcome-section::before {
    animation: backgroundShift 40s linear infinite;
    background: linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 50%, 
                rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.03) 75%, transparent 75%);
    content: "";
    background-size: 80px 80px;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    height: 100%;
    left: 0;
}

.welcome-section h1::after {
    transform-origin: left center;
    left: 0;
    content: "";
    bottom: -10px;
    position: absolute;
    transform: scaleX(0);
    background: rgb(183,169,188);
    height: 4px;
    width: 80px;
    animation: lineExpand 1.5s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
}

.welcome-section h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.welcome-section .start-base p {
    font-size: calc(18px * 1.2);
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.6;
}

.welcome-section svg:hover {
    transform: translateZ(40px) scale(1.1);
}

.welcome-section svg:hover path {
    fill: rgb(183,169,188);
}



.welcome-section .start-base div {
    justify-content: center;
    margin-top: 1rem;
    display: flex;
}

.welcome-section .request-form::before {
    transition: left 0.7s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}



.welcome-section .img-caption::before {
    left: 0;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgb(183,169,188,0.5) 0%,
        transparent 70%
    );
    top: 0;
    content: "";
    width: 100%;
    z-index: 2;
    position: absolute;
}

.welcome-section .img-caption:hover {
    transform: translateZ(50px) perspective(800px) rotateY(0deg);
}

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

footer .terms-legal::before {
    top: 0;
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}

footer .info_item:nth-child(4) {
    transform: translateY(10px);
}

footer .info_item svg {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    fill: #ffffff;
    flex-shrink: 0;
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .nav-main, footer .top-train, footer .subscribe_holder {
    background-color: rgb(183,169,188,0.5);
    padding: 30px;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    text-align: center;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    flex: 1 1 300px;
}

footer .donate-books {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    max-width: 300px;
}

footer .top-train:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}

footer .nav-sitewrap a {
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
    text-decoration: none;
    background-color: rgb(183,169,188,0.5);
}

footer .input_holder {
    display: flex;
    align-items: center;
    max-width: 300px;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .sub-warning {
    font-weight: 600;
    background-color: rgb(183,169,188);
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    border: none;
    color: #ffffff;
}

.training-specialist::before {
    background: rgb(183,169,188,0.5);
    z-index: 1;
    transform: rotate(-15deg);
    height: 80%;
    position: absolute;
    right: -10%;
    border-radius: 27px;
    top: -10%;
    width: 60%;
    content: "";
    animation: float 8s ease-in-out infinite;
}

.training-specialist .user-review:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}

.training-specialist .user-review:hover .img-caption {
    transform: rotate(0deg) scale(1.05);
}

.training-specialist .name {
    color: #000000;
    grid-area: name;
    font-weight: 700;
    transform: translateX(20px);
    margin-top: 20px;
    font-size: 18px;
}

.training-specialist .job-timeline::before {
    top: -10px;
    font-family: serif;
    left: 10px;
    line-height: 1;
    content: "";
    position: absolute;
    font-size: calc(45px * 2);
    color: rgb(183,169,188,0.5);
}

.digital-consent {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}

.cookieUsageContainer p a {
    color: rgb(183,169,188);
    text-decoration: none;
}

#cookieConsentAlert:checked ~ .cookieUsageContainer {
    opacity: 0;
    visibility: hidden;
}

.privacy-sanctum::before {
    z-index: -1;
    bottom: -10px;
    right: -10px;
    left: -10px;
    top: -10px;
    border: 1px solid rgb(183,169,188);
    content: '';
    position: absolute;
}

.privacy-sanctum h2 {
    border-bottom: 2px dashed rgb(122,131,159);
    margin-bottom: 20px;
    color: rgb(122,131,159);
    margin-top: 30px;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 35px;
    text-align: left;
    font-weight: 600;
}

.privacy-sanctum ul, .privacy-sanctum ol {
    padding: 15px 0;
    margin: 0;
    color: #000000;
    list-style-position: inside;
    font-size: 14px;
    font-family: Arial, sans-serif;
    list-style: none;
    padding-left: 20px;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    padding-left: 0;
}

.contact-information {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(183,169,188,0.5) 100%);
    position: relative;
}

.contact-information .img-caption {
    position: absolute;
    filter: grayscale(40%) contrast(120%);
    top: 0;
    z-index: 2;
    height: 100%;
    opacity: 0.2;
    left: 0;
    width: 100%;
}

.contact-information .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 3;
    max-width: 1200px;
}

.contact-information h3::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    height: 4px;
    content: '';
    border-radius: 10px;
    background: rgb(183,169,188);
}

.contact-information .connect-grid {
    padding: 40px;
    flex: 1 1 60%;
    overflow: hidden;
    position: relative;
}

.contact-information .connect-grid::before {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    width: 100%;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    opacity: 0.3;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    z-index: 0;
    position: absolute;
}

.contact-information .connect-grid .query-feedback label {
    padding-left: 35px;
    font-size: calc(13px - 2px);
    line-height: 1.5;
    position: relative;
    color: #000000;
    cursor: pointer;
}

.contact-information .connect-grid .query-feedback input[type="checkbox"]:checked + label::after {
    content: '';
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
    left: 7px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    top: 9px;
    height: 4px;
    width: 8px;
}

.contact-information .connect-grid .request-form::before {
    content: '';
    transition: all 0.5s ease;
    height: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
}

.contact-information .help-links::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    opacity: 0.6;
}

.contact-information .help-links .support-block li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact-information .help-links .support-block li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.course-summary .study-track {
    z-index: 1;
    right: 0;
    overflow: hidden;
    grid-column: 1 / 3;
    width: 50%;
    height: 100%;
    top: 0;
    grid-row: 1;
    position: absolute;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.course-summary .study-track {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    position: relative;
    clip-path: none;
    height: 45%;
}

.course-summary .study-track:hover .class-path {
    animation-play-state: paused;
}

.course-summary .learn-path:hover img {
    transform: scale(1);
}

.course-summary .container {
    grid-column: 1;
    align-items: center;
    display: flex;
    z-index: 3;
    padding: 0 3rem;
    grid-row: 1;
}

.course-summary .container {
    padding: 2rem;
    grid-column: 1;
    grid-row: 2;
}

.course-summary .skill-track::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid rgb(183,169,188);
    border-radius: 0 0 10px 0;
    height: 60px;
    border-right: 2px solid rgb(183,169,188);
    bottom: -15px;
    right: -15px;
    width: 60px;
}

.course-summary .skill-track p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #000000;
}

.course-summary .skill-track .request-form::before {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    transform: translateX(-100%);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    transition: transform 0.6s ease;
    width: 100%;
}

header::after {
    width: 100%;
    height: 10px;
    opacity: 0.6;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(183,169,188,0.5), 
        transparent
    );
}

header .nav-main:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .site-prime {
    transition: all 0.4s ease;
    position: relative;
    display: block;
}

header .top-train::before {
    z-index: -1;
    left: -5%;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, transparent 100%);
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    height: 110%;
    top: -5%;
    position: absolute;
    content: '';
    width: 110%;
    transition: all 0.6s ease;
}

header .main-nav a:hover {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) scale(1.05);
    color: #ffffff;
}

header .main-nav a:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .main-lead::before {
    position: absolute;
    background: radial-gradient(circle, rgb(183,169,188,0.5) 0%, transparent 70%);
    width: 200px;
    filter: blur(30px);
    height: 200px;
    content: '';
    border-radius: 50%;
    top: -100px;
    right: -100px;
    opacity: 0.1;
}

.learning-outcomes::before {
    position: absolute;
    right: -10%;
    transform: rotate(-15deg);
    content: '';
    width: 70%;
    background: linear-gradient(135deg, transparent 0%, rgb(183,169,188,0.5) 100%);
    z-index: 1;
    height: 120%;
    top: -10%;
    opacity: 0.5;
}

.learning-outcomes .reading-block {
    width: 50%;
    transition: transform 0.5s ease;
    padding: 3rem 5vw;
    transform: rotateY(-5deg);
    transform-origin: right center;
}

.learning-outcomes .text_main_holder {
    gap: 2rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

.learning-outcomes .text_main_holder > div::before {
    inset: 0;
    content: '';
    z-index: -1;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, transparent 100%);
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
}

.learning-outcomes .text_main_holder svg path {
    fill: rgb(183,169,188);
    transition: fill 0.3s ease;
}

.thanksSpace {
    position: relative;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(122,131,159,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}

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

.thanksSpace h2 {
    opacity: 0;
    font-size: 36px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.3;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.thanksSpace .why-trust::before {
    left: 0;
    position: absolute;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    content: "";
    top: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(to bottom, rgb(183,169,188), rgb(122,131,159));
    transform: scaleY(0);
    transform-origin: top;
}

.thanksSpace li span {
    font-weight: 400;
    position: relative;
    line-height: 1.8;
    display: block;
    font-family: Arial, sans-serif;
    font-size: calc(15px * 1.05);
    color: #000000;
    transition: transform 0.3s ease;
    transform: translateY(0);
}

.about-this .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.about-this h2 {
    padding-left: 20px;
    font-weight: 700;
    display: inline-block;
    padding-right: 20px;
    color: #000000;
    font-size: 39px;
    margin-bottom: 70px;
    position: relative;
}

.about-this .mentor-approach {
    display: grid;
    grid-template-rows: auto;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
}

.about-this .team-culture:nth-child(2) {
    grid-row: 1;
    justify-content: center;
    color: #ffffff;
    margin-left: -20px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    padding: 60px 20px 60px 60px;
    display: flex;
    flex-direction: column;
    background: rgb(183,169,188);
    grid-column: 3 / 5;
    z-index: 2;
    position: relative;
}

.about-this .team-culture:nth-child(1)::after {
    top: -100%;
    opacity: 0.1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -100%;
    background: rgb(183,169,188,0.5);
    transition: all 0.5s ease;
    z-index: -1;
}

.about-this .team-culture h3::after {
    height: 3px;
    position: absolute;
    bottom: 0;
    content: "";
    width: 40px;
    left: 0;
}

.about-this .team-culture:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}

.about-this .container::before {
    filter: blur(50px);
    z-index: 0;
    height: 200px;
    content: "";
    background: rgb(122,131,159,0.5);
    opacity: 0.05;
    border-radius: 50%;
    right: -50px;
    width: 200px;
    top: -50px;
    position: absolute;
}

.training-method {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgba(rgb(122,131,159,0.5), 0.1) 100%);
    padding: 6rem 0;
    position: relative;
}

.training-method .why-trust {
    z-index: 2;
    perspective: 1000px;
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}

.training-method h2 {
    transform: translateZ(20px);
    font-size: 31px;
    color: #000000;
    text-align: left;
    font-weight: 700;
    margin-bottom: 2.5rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    position: relative;
}

.training-method .reading-block:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset;
    transform: translateZ(20px) translateY(-5px);
}

.pricing-section {
    padding: 6rem 0;
    background-color: rgb(207,204,209);
    overflow: hidden;
    position: relative;
}

.pricing-section::after {
    height: 20rem;
    bottom: -5rem;
    z-index: 1;
    opacity: 0.15;
    width: 20rem;
    right: -5rem;
    background: linear-gradient(225deg, rgb(122,131,159) 0%, transparent 80%);
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    pointer-events: none;
}

.pricing-section .learn-deals h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 36px;
    margin-bottom: 1.5rem;
    transform: perspective(800px) translateZ(30px);
}

.pricing-section .program-price {
    display: grid;
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.pricing-section .pricing-fees:hover {
    transform: translateY(-10px);
}

.pricing-section .pricing-fees:hover .value-fees {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(183,169,188,0.5);
}

.pricing-section .pricing-fees:hover .value-fees {
    transform: rotate(0) translateZ(20px);
}

.pricing-section .study-rates {
    overflow-wrap: break-word;
    flex: 1;
    padding: 2rem;
    display: flex;
    word-break: break-word;
    position: relative;
    flex-direction: column;
    z-index: 2;
}

.pricing-section .pricing-fees:hover .study-rates h3 {
    transform: translateZ(25px);
}

.pricing-section .pricing-fees:hover .study-rates h3::after {
    width: 60px;
}

.pricing-section .enroll-cost::before {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgb(183,169,188,0.5), transparent);
    left: 0;
    width: 80px;
    content: "";
    bottom: -8px;
}

.pricing-section .pricing-fees:hover .img-caption {
    transform: scale(1.05) translateZ(0);
}

.pricing-section .img-caption::before {
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.15;
    background: rgb(183,169,188);
    content: "";
}



@media (max-width: 576px) {.welcome-section {
    padding-top: 1rem;
}.welcome-section .why-trust {
    grid-gap: 1.5rem;
    padding: 1.5rem 1rem;
}.welcome-section h1 {
    font-size: calc(45px * 0.9);
}.welcome-section .start-base {
    padding: 1.25rem;
}.welcome-section svg {
    width: 60px;
    height: 60px;
}.welcome-section .request-form {
    padding: 0.7rem 1.5rem;
}.welcome-section .img-caption {
    min-height: 200px;
}}



@media (max-width: 768px) {.training-specialist {
    padding: 60px 0;
}.training-specialist .user-review {
    padding: 30px 20px;
    grid-template-areas: 
            "img-caption"
            "name"
            "career-summary"
            "job-timeline";
    grid-template-columns: 1fr;
}.training-specialist .img-caption {
    margin: 0 auto;
    width: 80%;
    height: 180px;
}.training-specialist .name,
    .training-specialist .user-review span:not(.name) {
    transform: translateX(0);
    text-align: center;
}.training-specialist .job-timeline {
    padding: 15px;
}}



@media (max-width: 992px) {.contact-information {
    padding: 60px 0;
}.contact-information .container {
    padding: 0 15px;
}.contact-information .inquiry-grid {
    flex-direction: column;
}.contact-information .connect-grid,
    .contact-information .help-links {
    flex: 1 1 100%;
}.contact-information .connect-grid {
    padding: 30px;
}.contact-information .help-links {
    padding: 30px;
}
}



@media (max-width: 767px) {.course-summary {
    min-height: auto;
    grid-template-columns: 1fr;
}.course-summary .study-track {
    width: 100%;
    grid-row: 1;
    grid-column: 1;
    clip-path: none;
    height: 40vh;
    position: relative;
}.course-summary .study-track::before {
    background: linear-gradient(0deg, rgb(207,204,209) 0%, rgba(255,255,255,0.3) 100%);
}.course-summary .class-path {
    animation: none;
    flex-direction: row;
}.course-summary .learn-path {
    width: 100%;
    min-height: auto;
}.course-summary .container {
    grid-row: 2;
    grid-column: 1;
    padding: 2rem 1.5rem;
}.course-summary .why-trust {
    padding: 1.5rem;
    max-width: 100%;
}.course-summary .skill-track::before,
    .course-summary .skill-track::after {
    height: 40px;
    width: 40px;
}.course-summary .skill-track h3 {
    font-size: 24px;
    margin-bottom: 1rem;
}.course-summary .skill-track h3::after {
    width: 50px;
    height: 2px;
}.course-summary .skill-track p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.course-summary .skill-track .request-form {
    padding: 0.7rem 1.5rem;
    text-align: center;
    width: 100%;
}}



@media (max-width: 992px) {.learning-outcomes {
    padding: 6rem 0;
    perspective: none;
}.learning-outcomes .why-trust {
    flex-direction: column;
    max-width: 90%;
}.learning-outcomes .img-caption {
    height: 400px;
    transform: none;
    width: 100%;
    margin-bottom: 3rem;
}.learning-outcomes .img-caption:hover {
    transform: none;
}.learning-outcomes .reading-block {
    width: 100%;
    padding: 0;
    transform: none;
}.learning-outcomes .reading-block:hover {
    transform: none;
}.learning-outcomes .text_main_holder > div:hover {
    transform: translateX(0) scale(1.03);
}
}



@media (max-width: 768px) {.thanksSpace {
    padding: 70px 0;
}.thanksSpace h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.8);
}.thanksSpace h2::before {
    height: 4px;
    width: 60px;
}.thanksSpace .why-trust {
    padding: 30px 25px;
}.thanksSpace li {
    padding-left: 25px;
}
}



@media screen and (max-width: 768px) {.about-this {
    padding: 70px 0;
}.about-this h2 {
    margin-bottom: 50px;
    font-size: calc(35px + 0.1rem);
}.about-this .mentor-approach {
    display: flex;
    padding: 0 20px;
    gap: 20px;
    flex-direction: column;
}.about-this .team-culture:nth-child(1),
    .about-this .team-culture:nth-child(2) {
    clip-path: none;
    margin-left: 0;
    padding: 40px 30px;
}.about-this .team-culture:nth-child(2)::before {
    display: none;
}
}



@media (max-width: 480px) {.training-method {
    padding: 2.5rem 0;
}.training-method .why-trust {
    padding: 0 0.8rem;
}.training-method h2 {
    margin-bottom: 1.25rem;
    font-size: calc(31px * 0.7);
}.training-method .reading-block {
    border-left-width: 3px;
    padding: 1.25rem 1.5rem;
}.training-method p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 991px) {.pricing-section {
    padding: 4rem 0;
}.pricing-section .learn-deals {
    order: -1;
}.pricing-section .learn-deals h2 {
    font-size: calc(36px * 0.9);
}.pricing-section .learn-deals .learning-price {
    max-width: 100%;
}
}

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

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

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


    
    @keyframes photoReveal {
        0% {
            opacity: 0;
            transform: translateZ(10px) scale(0.9);
        }
        100% {
            opacity: 1;
            transform: translateZ(10px) scale(1);
        }
    }



@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}



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



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



@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateZ(0) translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateZ(20px) translateY(0);
    }
}

