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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    padding: 0;
    z-index: 100;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, rgb(207,204,209) 100%);
    position: relative;
    margin-top: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}



.welcome-section .why-trust {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 5;
    min-height: 85vh;
    padding: 4rem 2rem;
    grid-gap: 2rem;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.welcome-section .why-trust {
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem;
    min-height: auto;
}



.welcome-section .reading-block {
    display: flex;
    transform-style: preserve-3d;
    transform: translateZ(30px);
    opacity: 0;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.3s;
    justify-content: center;
    flex-direction: column;
}


    
    .welcome-section .reading-block {
    order: 2;
}

.welcome-section .start-base:hover {
    transform: rotate(0deg) translateY(-10px);
}

.welcome-section svg {
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    align-self: center;
    width: 100px;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    transform: translateZ(20px);
    height: 100px;
}

.welcome-section svg text {
    animation: textPulse 3s infinite alternate;
    font-family: Arial, sans-serif;
}

.welcome-section .request-form:hover {
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
    transform: translateZ(20px) scale(1.05);
}

.welcome-section .request-form:hover::before {
    left: 100%;
}

.welcome-section .img-caption {
    height: 100%;
    box-shadow: 
        25px 25px 45px rgba(0,0,0,0.2),
        -5px -5px 30px rgba(255,255,255,0.5);
    min-height: 400px;
    opacity: 0;
    position: relative;
    animation: photoReveal 1.8s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    transform: translateZ(10px) perspective(800px) rotateY(-6deg);
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    overflow: hidden;
    border-radius: 20px;
}

.welcome-section .img-caption {
    order: 1;
    transform: translateZ(10px) perspective(800px) rotateY(0);
    margin-bottom: 2rem;
    min-height: 300px;
}

footer .stats-tool {
    z-index: 1;
    position: relative;
}

footer .info_item {
    padding: 20px;
    backdrop-filter: blur(5px);
    flex: 0 1 220px;
    display: flex;
    background-color: rgb(183,169,188,0.5);
    position: relative;
    z-index: 1;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border-radius: 50%;
    align-items: center;
    height: 220px;
}

footer .info_item p,
footer .info_item a {
    font-size: 14px;
    max-width: 80%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}

footer .nav-main:hover, footer .top-train:hover, footer .subscribe_holder:hover {
    background-color: rgb(122,131,159,0.5);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

footer .top-train::before {
    bottom: -50px;
    background-color: rgb(122,131,159);
    right: -50px;
}

footer .subscribe_holder::before {
    background-color: rgb(183,169,188);
    bottom: -50px;
    left: -50px;
}

footer .top-train h5, footer .subscribe_holder h5 {
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

footer .nav-sitewrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 300px;
    justify-content: center;
}

footer .subscribe_holder p {
    max-width: 300px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 25px;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgb(183,169,188,0.5);
    outline: none;
}

footer .sub-warning:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(122,131,159);
}

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

.training-specialist::after {
    animation: float 6s ease-in-out infinite reverse;
    z-index: 1;
    position: absolute;
    border-radius: 27px;
    transform: rotate(20deg);
    width: 40%;
    bottom: -5%;
    left: -5%;
    background: rgb(122,131,159,0.5);
    height: 60%;
    content: "";
}

.training-specialist .img-caption {
    box-shadow: 10px 10px 0 rgb(183,169,188,0.5);
    border-radius: 27px;
    transform: rotate(4deg);
    grid-area: photo;
    transition: transform 0.3s ease;
    height: 200px;
}

.training-specialist .user-review span:not(.name) {
    color: #000000;
    transform: translateX(20px);
    font-size: 17px;
    grid-area: job;
    font-style: italic;
}

.cookieUsageContainer {
    z-index: 90;
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(183,169,188);
    background: rgb(207,204,209);
    width: 100%;
}

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

.cookie-view svg, .cookie-view svg path, .cookie-view img {
    fill: rgb(183,169,188);
    height: 100px;
    width: 100px;
}


#cookieConsentAlert {
    display: none;
}

.privacy-sanctum {
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    margin: auto;
    height: auto;
    padding: 50px;
    overflow: hidden;
    position: relative;
}

.privacy-sanctum h1 {
    margin-bottom: 30px;
    border-bottom: 3px double rgb(183,169,188);
    color: rgb(183,169,188);
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    font-size: 44px;
    margin-top: 40px;
    font-weight: 700;
}

.privacy-sanctum li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
}

.privacy-sanctum li::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 10px;
    left: 0;
    background-color: rgb(183,169,188);
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-information::before {
    height: 100%;
    animation: pulse 15s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(122,131,159,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(183,169,188,0.5) 0%, transparent 40%);
    position: absolute;
    content: '';
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}

.contact-information h3 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    font-size: 38px;
}

.contact-information .inquiry-grid {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 13px;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.contact-information .connect-grid #contact {
    z-index: 1;
    position: relative;
}

.contact-information .connect-grid h3 {
    margin-bottom: 30px;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}

.contact-information .connect-grid input[type="text"],
.contact-information .connect-grid textarea {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    padding: 15px 20px;
    font-size: 13px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000000;
}

.contact-information .connect-grid .query-feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-information .connect-grid .query-feedback input[type="checkbox"]:checked + label::before {
    border-color: rgb(183,169,188);
    background-color: rgb(183,169,188);
}

.contact-information .connect-grid .query-feedback a {
    color: rgb(183,169,188);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}

.contact-information .connect-grid .request-form {
    background: linear-gradient(135deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    display: inline-block;
    border-radius: 13px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: none;
    text-transform: uppercase;
}

.contact-information .help-links h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
}

.contact-information .help-links .support-block {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-information .help-links .support-block li {
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.contact-information .help-links .support-block li span {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

.course-summary {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    position: relative;
    display: grid;
    background: rgb(207,204,209);
    min-height: 100vh;
}

.course-summary {
    grid-template-columns: 1fr;
}

.course-summary .class-path {
    display: flex;
    flex-direction: column;
    height: 100%;
    animation: carousel-vertical 30s ease-in-out infinite;
}

.course-summary .class-path {
    animation: carousel-horizontal-tablet 20s ease-in-out infinite;
    flex-direction: row;
}

.course-summary .learn-path img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: transform 0.7s ease-out;
    filter: brightness(1.05) contrast(1.05);
}

.course-summary .skill-track {
    position: relative;
    flex-direction: column;
    display: flex;
}

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

.course-summary .skill-track h3::after {
    border-radius: 10px;
    bottom: -0.5rem;
    background: rgb(183,169,188);
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    width: 80px;
}

.course-summary .skill-track .request-form:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.course-summary .skill-track .request-form:hover::before {
    transform: translateX(100%);
}

header::before {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    content: '';
}

header .top-train {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    list-style: none;
    z-index: 2;
}

header .main-nav {
    position: relative;
    margin: 0 0.5rem;
}

header .main-nav a::before {
    transition: opacity 0.4s ease;
    position: absolute;
    transform: scale(1.1);
    z-index: -1;
    height: 100%;
    border-radius: inherit;
    opacity: 0;
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, rgb(122,131,159,0.5) 100%);
    left: 0;
    width: 100%;
}

header .main-nav::after {
    height: 6px;
    bottom: -8px;
    width: 6px;
    content: '';
    position: absolute;
    transform: translateX(-50%) scale(0);
    left: 50%;
    opacity: 0.7;
    transition: transform 0.4s ease;
    border-radius: 50%;
    background: rgb(183,169,188);
}

.learning-outcomes {
    padding: 8rem 0;
    perspective: 1000px;
    background: linear-gradient(to right, rgb(207,204,209) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}

.learning-outcomes .img-caption {
    width: 50%;
    height: 600px;
    transform-origin: left center;
    position: relative;
    transition: transform 0.5s ease;
    z-index: 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    transform: rotateY(15deg) translateX(-5vw);
}

.learning-outcomes .reading-block:hover {
    transform: rotateY(0deg);
}

.learning-outcomes .text_main_holder > div {
    display: flex;
    border-radius: 10px;
    background: #ffffff;
    z-index: 1;
    padding: 2rem;
    overflow: hidden;
    align-items: flex-start;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.4s ease;
}

.learning-outcomes .text_main_holder > div:hover::before {
    opacity: 1;
}

.learning-outcomes .text_main_holder > div:hover svg {
    transform: rotate(10deg);
}

.learning-outcomes .text_main_holder > div:hover svg path {
    fill: rgb(122,131,159);
}

.thanksSpace::before {
    width: 300px;
    position: absolute;
    height: 300px;
    background: rgb(183,169,188,0.5);
    right: -50px;
    filter: blur(80px);
    top: -50px;
    content: "";
    z-index: 0;
    animation: float 15s ease-in-out infinite;
}

.thanksSpace h2::before {
    left: 0;
    top: -15px;
    height: 5px;
    transform: scaleX(0);
    position: absolute;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    width: 80px;
}

.thanksSpace .why-trust::after {
    height: 100%;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(rgb(122,131,159,0.5), 0.05));
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    width: 30%;
}

.thanksSpace li::before {
    transform: scale(0);
    animation: pulse 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
    border-radius: 50%;
    position: absolute;
    content: "";
    background: rgb(183,169,188);
    width: 10px;
    left: 0;
    top: 8px;
    height: 10px;
}

.about-this::after {
    height: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(122,131,159,0.5) 0,
        rgb(122,131,159,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    z-index: 1;
    bottom: 0;
    content: "";
    width: 50%;
    left: 0;
    position: absolute;
}

.about-this h2::after {
    z-index: -1;
    content: "";
    bottom: -15px;
    height: 4px;
    background: rgb(183,169,188,0.5);
    width: 120px;
    position: absolute;
    left: 20px;
}

.about-this .team-culture:nth-child(1)::before {
    width: 40px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03));
    z-index: -1;
    height: 100%;
    content: "";
    right: 0;
    position: absolute;
}

.about-this .team-culture:nth-child(2)::before {
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 60px;
    z-index: -1;
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.1));
}

.about-this .team-culture:nth-child(1) h3 {
    color: #000000;
}

.about-this .team-culture:nth-child(2) h3 {
    color: #ffffff;
}

.about-this .team-culture:nth-child(1) h3::after {
    background: rgb(183,169,188);
}

.about-this .team-culture p {
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    font-size: 15px;
}

.about-this .team-culture:nth-child(2):hover::after {
    transform: rotate(315deg);
    height: 100px;
    width: 100px;
}

.about-this .container::after {
    content: "";
    height: 250px;
    width: 250px;
    filter: blur(60px);
    background: rgb(183,169,188,0.5);
    position: absolute;
    bottom: -80px;
    border-radius: 50%;
    opacity: 0.05;
    left: -80px;
    z-index: 0;
}

.training-method::after {
    pointer-events: none;
    background: linear-gradient(to right, transparent, rgba(rgb(122,131,159,0.5), 0.08));
    width: 70%;
    content: "";
    height: 200%;
    transform: rotate(-15deg);
    top: -50%;
    position: absolute;
    z-index: 1;
    right: -25%;
}

.training-method h2:hover::after {
    transform: scaleX(1.2);
}

.training-method .reading-block {
    transform: translateZ(10px) translateY(0);
    position: relative;
    animation: containerRise 1s ease-out forwards;
    background: linear-gradient(to right bottom, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.9) 100%);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation-delay: 0.3s;
    border-left: 4px solid rgb(183,169,188);
    opacity: 0;
    padding: 2.5rem 3rem;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset;
}

.pricing-section .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.pricing-section .learn-deals {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transform: translateZ(0);
    border-left: 4px solid rgb(183,169,188);
    position: relative;
}

.pricing-section .learn-deals h2::after {
    content: "";
    width: 80px;
    bottom: -10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    position: absolute;
    left: 0;
}

.pricing-section .value-fees {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: relative;
    transform: translateZ(0);
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}

.pricing-section .study-rates h3 {
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    font-weight: 600;
    color: #000000;
    transform: translateZ(10px);
    font-size: calc(19px * 1.2);
    position: relative;
}

.pricing-section .enroll-cost {
    display: block;
    transform: translateZ(15px);
    position: relative;
    font-weight: 700;
    color: rgb(183,169,188);
    font-size: calc(19px * 1.8);
    margin: 0.5rem 0 1.5rem;
}

.pricing-section .img-caption {
    position: relative;
    height: 200px;
    transition: transform 0.5s ease;
    overflow: hidden;
    transform: translateZ(0);
    width: 100%;
}

.pricing-section .pricing-fees:hover .img-caption::before {
    opacity: 0.05;
}


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



@media (max-width: 768px) {.welcome-section .why-trust {
    padding: 2rem 1rem;
}.welcome-section h1 {
    font-size: 45px;
    margin-bottom: 1.5rem;
}.welcome-section .start-base {
    transform: rotate(0);
    padding: 1.5rem;
}.welcome-section .start-base p {
    font-size: 18px;
}.welcome-section svg {
    height: 80px;
    width: 80px;
}.welcome-section .img-caption {
    min-height: 250px;
}
}



@media (max-width: 576px) {footer .terms-legal {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .top-train h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .nav-sitewrap a {
    padding: 6px 12px;
    font-size: calc(14px - 1px);
}footer .input_holder input[type="email"],
    footer .sub-warning {
    padding: 12px 15px;
}footer .rating-stars {
    padding: 6px 15px;
}}



@media only screen and (max-width: 800px) {.privacy-sanctum {
    padding: 30px;
    width: 100%;
}.privacy-sanctum h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: calc(23px - 6px);
}.privacy-sanctum h2 {
    margin-top: 20px;
    font-size: calc(23px - 6px);
    margin-bottom: 15px;
}.privacy-sanctum ul, .privacy-sanctum ol {
    padding-left: 15px;
}.privacy-sanctum li {
    padding-left: 20px;
}.privacy-sanctum p, .privacy-sanctum span, .privacy-sanctum div {
    margin-bottom: 15px;
    padding-bottom: 8px;
}}



@media (max-width: 576px) {.contact-information {
    padding: 30px 0;
}.contact-information .connect-grid,
    .contact-information .help-links {
    padding: 20px;
}.contact-information h3 {
    font-size: calc(38px - 6px);
}.contact-information .connect-grid .query-feedback label {
    font-size: calc(13px - 3px);
}}



@media (min-width: 1400px) {header .main-lead {
    max-width: 1320px;
    margin: 0 auto;
}header .main-nav {
    margin: 0 0.7rem;
}header .main-nav a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 991px) {header .main-lead {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-main {
    padding: 0.7rem;
    margin-bottom: 0;
    margin-right: 0;
}header .top-train {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main-nav a {
    font-size: calc(16px - 1px);
    padding: 0.6rem 1rem;
}header .top-train::before {
    display: none;
}
}



@media (max-width: 479px) {header .main-lead {
    padding: 0.7rem 1.2rem;
}header .nav-main {
    padding: 0.5rem;
    max-width: 120px;
}header .main-nav a {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media (max-width: 1200px) {.learning-outcomes .img-caption {
    width: 45%;
    height: 500px;
}.learning-outcomes .reading-block {
    width: 55%;
}
}



@media (max-width: 768px) {.learning-outcomes {
    padding: 5rem 0;
}.learning-outcomes .img-caption {
    height: 350px;
}.learning-outcomes h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2.5rem;
}.learning-outcomes .text_main_holder > div {
    padding: 1.5rem;
}
}



@media (max-width: 1200px) {.thanksSpace {
    padding: 100px 0;
}.thanksSpace h2 {
    font-size: calc(36px * 0.9);
}.thanksSpace .why-trust {
    padding: 40px;
}
}



@media (max-width: 992px) {.thanksSpace {
    padding: 80px 0;
}.thanksSpace h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
}.thanksSpace .why-trust {
    padding: 35px;
}.thanksSpace li span {
    font-size: 15px;
}
}



@media screen and (max-width: 991px) {.about-this {
    padding: 90px 0;
}.about-this h2 {
    margin-bottom: 60px;
}.about-this .team-culture:nth-child(1) {
    padding: 50px 30px 50px 20px;
}.about-this .team-culture:nth-child(2) {
    padding: 50px 20px 50px 50px;
}
}



@media screen and (max-width: 576px) {.about-this {
    padding: 60px 0;
}.about-this h2 {
    margin-bottom: 40px;
    font-size: 35px;
}.about-this .team-culture:nth-child(1),
    .about-this .team-culture:nth-child(2) {
    padding: 30px 20px;
}.about-this .team-culture h3 {
    margin-bottom: 15px;
    font-size: calc(19px + 0.1rem);
}.about-this .team-culture p {
    font-size: calc(15px - 0.05rem);
}}



@media (min-width: 992px) {.pricing-section .indv-cost {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.pricing-section .learn-deals {
    padding: 3rem;
}.pricing-section .program-price {
    grid-row: 1;
    grid-column: 1;
}.pricing-section .learn-deals {
    align-self: start;
    top: 2rem;
    grid-row: 1;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    position: sticky;
    grid-column: 2;
}.pricing-section .learn-deals:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@media (max-width: 480px) {.pricing-section .study-rates p {
    font-size: calc(15px * 0.9);
}.pricing-section .study-rates h3 {
    font-size: 19px;
}.pricing-section .enroll-cost {
    font-size: calc(19px * 1.3);
}.pricing-section .img-caption {
    height: 160px;
}
}

@keyframes textPulse {
    0% { fill: rgb(122,131,159); }
    100% { fill: rgb(183,169,188); }
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateZ(10px) perspective(800px) rotateY(-20deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) perspective(800px) rotateY(-6deg) translateX(0);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}



    @keyframes carousel-horizontal-tablet {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-50%);
        }
        40%, 56% {
            transform: translateX(-100%);
        }
        60%, 76% {
            transform: translateX(-150%);
        }
        80%, 96% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

