﻿.pitch-comp {
    flex: 0 0 auto;
}

.pitch-comp {
    padding: 100px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(193,193,196);
    color: #000000;
}

html,body {
    auto
contain
touch-action: none;
    color: #000000;
    scroll-snap-type: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: smooth;
    height: 100%;
}



.education-experience .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    perspective: 1000px;
}

.education-experience .learner-testimonials:hover {
    transform: rotateX(0) rotateY(0);
}

.education-experience .image-box-item {
    transition: transform 0.3s ease;
    transform: translateZ(20px);
    width: 100%;
    aspect-ratio: 1/1;
    box-shadow: 
    -5px 5px 0 rgb(120,120,122),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    grid-area: photo;
}

.education-experience .name + span {
    transform: translateZ(5px);
    text-transform: uppercase;
    grid-area: name;
    letter-spacing: 1px;
    align-self: end;
    opacity: 0.8;
    margin-top: 2rem;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    padding-left: 1rem;
}

.education-experience .learner-testimonials:hover .employee-history {
    transform: translateZ(25px);
}

.client-testimonials {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(193,193,196) 0%, #ffffff 70%);
}

.client-testimonials {
    padding: 70px 0;
}

.client-testimonials h4 {
    letter-spacing: 1px;
    margin-bottom: 80px;
    font-size: 40px;
    color: #000000;
    position: relative;
    text-align: center;
    font-weight: 700;
}

.client-testimonials h4 {
    font-size: calc(40px * 0.7);
    margin-bottom: 50px;
}

.client-testimonials .learner-testimonials {
    padding: 30px;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    background: #ffffff;
    width: 48%;
    margin-bottom: 40px;
}

.client-testimonials .learner-testimonials {
    margin-left: 60px;
    margin-bottom: 30px;
    align-self: flex-start !important;
    transform: translateY(0) !important;
    width: calc(100% - 60px);
}

.client-testimonials .learner-testimonials:nth-child(odd)::before {
    right: -50px;
    transform: translateY(-50%);
}

.client-testimonials .learner-testimonials:nth-child(even)::before {
    left: -50px;
    transform: translateY(-50%);
}

.client-testimonials .learner-testimonials:hover {
    z-index: 4;
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.client-testimonials .learner-testimonials:hover {
    transform: scale(1.03) !important;
}

.client-testimonials .learner-testimonials:hover .image-box-item {
    transform: scale(1.1);
    border-radius: 50%;
}

.client-testimonials .learner-testimonials:hover span {
    color: rgb(156,156,159);
}

.client-testimonials .learner-testimonials p {
    color: #000000;
    font-size: 15px;
    transition: all 0.3s ease;
    line-height: 1.6;
    position: relative;
}

.client-testimonials .learner-testimonials p {
    font-size: calc(15px * 0.95);
    clear: none;
}

.client-testimonials .learner-testimonials:nth-child(n)::after {
    left: -30px;
    right: auto;
}

.training-structure::before {
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(156,156,159,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    z-index: 1;
    animation: pulse 8s infinite alternate;
    height: 100%;
    left: 0;
    top: 0;
}

.training-structure .legacy-story::before {
    top: -2px;
    right: -2px;
    position: absolute;
    bottom: -2px;
    z-index: -1;
    left: -2px;
    content: "";
    border-radius: 11px;
    background: linear-gradient(45deg, rgb(156,156,159) 0%, transparent 30%, transparent 70%, rgb(120,120,122) 100%);
}

.try-immediately {
    padding: 130px 0;
    position: relative;
    background: linear-gradient(155deg, rgb(156,156,159,0.5) 50%, rgb(193,193,196) 50%);
    overflow: hidden;
}

.try-immediately::before {
    background-size: 30px 30px;
    content: '';
    width: 100%;
    background-position: 0 0;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.04;
    z-index: 1;
}

.try-immediately .support-grid::before {
    width: 100%;
    content: '';
    border-radius: 20px 20px 0 20px;
    z-index: -1;
    opacity: 0;
    height: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    background: rgb(120,120,122);
    top: 0;
    position: absolute;
}

.try-immediately .container p::after {
    left: -10px;
    z-index: -1;
    background: rgb(156,156,159);
    position: absolute;
    width: 40px;
    bottom: -10px;
    border-radius: 10px;
    height: 40px;
    content: '';
}

.join-list {
    z-index: 1;
    background: linear-gradient(135deg, rgb(156,156,159,0.5), rgb(120,120,122));
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

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

.join-list .legacy-story {
    -webkit-backdrop-filter: blur(15px);
    grid-template-columns: 1fr;
    transform: translateZ(0);
    display: grid;
    gap: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.1) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    padding: 2.5rem;
    backdrop-filter: blur(15px);
}

.join-list .input_holder span {
    position: relative;
    display: block;
    width: 100%;
}

.join-list input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}

.join-list input[type="email"]:focus {
    border-color: rgba(255,255,255,0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1), 0 0 0 2px rgb(156,156,159,0.5);
    background: rgba(255,255,255,0.15);
}

.join-list .subscribe-box::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    left: -100%;
    transition: all 0.5s ease;
    height: 100%;
    content: "";
}

.join-list .subscribe-box:hover::before {
    left: 100%;
    animation: shine 1s forwards;
}

.connect-with-us {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background: rgb(193,193,196);
}

.connect-with-us::after {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    background: radial-gradient(circle at center, transparent 50%, rgb(193,193,196) 100%);
}

.connect-with-us h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
    font-size: 34px;
}

.connect-with-us h3::after {
    position: absolute;
    background: rgb(156,156,159);
    border-radius: 50%;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    height: 6px;
    width: 6px;
    bottom: -15px;
}

.request-message::after {
    filter: blur(70px);
    width: 300px;
    left: -150px;
    position: absolute;
    background: rgb(120,120,122,0.5);
    height: 300px;
    bottom: -150px;
    content: "";
    border-radius: 50%;
    z-index: 0;
}

.request-message .reach-reach form {
    display: flex;
    flex-direction: column;
}

.request-message .reach-reach input[type="text"],
.request-message .reach-reach textarea {
    transition: all 0.3s ease;
    font-size: 14px;
    width: 100%;
    padding: 20px 25px;
    border: none;
    border-radius: 30px;
    font-family: Arial, sans-serif;
    background: rgba(245, 245, 245, 0.7);
    margin-bottom: 25px;
}

.request-message .reach-reach .feedback-query label {
    position: relative;
    font-size: calc(14px - 2px);
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
}

.request-message .reach-reach .feedback-query input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    content: "";
    left: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    border: solid #ffffff;
    height: 10px;
    width: 6px;
}

.request-message .help-form {
    padding: 70px 50px;
    background: rgb(193,193,196);
    position: relative;
    width: 40%;
    z-index: 1;
    float: left;
}

.request-message .help-form h4 {
    color: #000000;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    font-size: 22px;
}

.request-message .help-form .help-panel {
    padding: 0;
    margin: 0;
    list-style: none;
}

.request-message .help-form .help-panel li {
    display: flex;
    padding: 20px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    align-items: center;
}

.request-message .help-form .help-panel li:hover svg path {
    fill: rgb(120,120,122);
}

.request-message .help-form .help-panel li a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}

.title-intro::after {
    top: -10%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    background: rgb(156,156,159);
    transform: rotate(15deg);
    right: -10%;
    opacity: 0.15;
    position: absolute;
    z-index: 1;
    animation: float 15s infinite ease-in-out alternate;
    width: 45%;
    height: 45%;
}

.title-intro .start-primary > div:first-child::before {
    position: absolute;
    content: "";
    background: rgb(156,156,159);
    height: 4px;
    left: -4px;
    width: 70px;
    bottom: -8px;
}

.title-intro .knowledge-hub {
    opacity: 0;
    position: relative;
    animation: slideInUp 0.8s 0.4s forwards ease-out;
    transform: translateY(30px);
}

.title-intro .knowledge-hub h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: calc(20px * 1.05);
    color: #ffffff;
    padding-bottom: 1rem;
    position: relative;
}

.title-intro .knowledge-hub > div > div:hover .title_style_header {
    transform: translateY(-5px);
}

.pricing-column::before {
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
}

.pricing-column:hover h2::after {
    transform: scaleX(1.2);
}

.pricing-column .discount-deals {
    margin: 0 auto 60px;
    max-width: 800px;
    color: #ffffff;
    opacity: 0.9;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    line-height: 1.6;
    font-size: calc(16px + 2px);
}

.pricing-column .cost-levels li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}

.pricing-column .member-fees:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}

.pricing-column .member-fees:hover::before {
    opacity: 0.2;
}

.pricing-column .premium-grid {
    position: relative;
    padding: 40px 30px;
    z-index: 2;
}

.pricing-column .enroll-cost h4 {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: calc(20px + 2px);
    margin-top: 0;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.pricing-column .member-fees:hover .enroll-cost p {
    color: #ffffff;
}

.pricing-column .learning-plan::before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(120,120,122) 0%, transparent 100%);
    content: "";
    bottom: 0;
}

.pitch-comp::before {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 120px;
    background-size: 100px 100px;
    background-color: rgb(156,156,159,0.5);
    content: "";
    background: 
        linear-gradient(135deg, rgb(193,193,196) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(193,193,196) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(193,193,196) 25%, transparent 25%),
        linear-gradient(45deg, rgb(193,193,196) 25%, transparent 25%);
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
    color: #000000;
}

footer .head-prime {
    padding: 0 30px;
    position: relative;
}

footer .head-prime svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}

footer .trial-offer {
    color: #000000;
    font-size: 13px;
    max-width: 330px;
    line-height: 1.6;
}

footer .first-teach h5::after {
    background-color: rgb(156,156,159);
    width: 50px;
    position: absolute;
    content: "";
    bottom: -7px;
    height: 2px;
    left: 0;
}

footer .top-site a {
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 0;
    color: #000000;
}

footer .subscribe_holder {
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin-right: 40px;
    margin-left: 40px;
    z-index: 0;
    background-color: rgb(156,156,159);
    margin-top: -10px;
    color: #ffffff;
}

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

footer .class-guide {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.course-highlights {
    display: flex;
    min-height: 100vh;
    background-color: rgb(193,193,196);
    overflow: hidden;
    align-items: center;
    position: relative;
}

.course-highlights .legacy-story {
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
    flex-direction: column;
}

.course-highlights .knowledge-plan h3 {
    margin-bottom: 1.5rem;
    color: rgb(156,156,159);
    position: relative;
    font-size: 44px;
    font-weight: 700;
}

.course-highlights .knowledge-plan h3 {
    font-size: calc(44px * 0.8);
}

.course-highlights .knowledge-plan p {
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    margin-left: auto;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-right: auto;
}

.course-highlights .knowledge-plan .support-grid::before {
    height: 100%;
    transform: translateY(100%);
    content: '';
    z-index: -1;
    border-radius: 50px;
    position: absolute;
    background-color: rgb(120,120,122);
    width: 100%;
    left: 0;
    top: 0;
    transition: transform 0.4s ease;
}

.course-highlights .program-route {
    display: flex;
    height: 100%;
    width: 500%;
    animation: carousel-slide 25s ease-in-out infinite;
}

.course-highlights .program-route {
    width: 600%;
    animation-duration: 20s;
}

.course-highlights .class-path {
    position: relative;
    width: 20%;
    height: 100%;
}

.course-highlights .class-path {
    width: 16.6667%;
}

.course-highlights .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

header .nav-sitebar {
    position: relative;
    align-items: center;
    transform: none;
    padding: 20px 15px;
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header .nav-sitebar .head-prime:hover {
    transform: scale(1.05);
}

header .nav-sitebar .first-teach {
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    position: relative;
    display: flex;
    padding: 0;
    transform: none;
    padding: 20px 30px;
    border-radius: 20px;
    list-style: none;
}

header .nav-sitebar .first-teach .head-mainwrap a {
    font-weight: 600;
    padding: 8px 5px;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    display: block;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.our-background::before {
    left: 0;
    box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.1);
    width: 100%;
    background: linear-gradient(135deg, rgb(156,156,159,0.5), rgb(120,120,122,0.5));
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.85;
    position: absolute;
}

.our-background h2::after {
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    height: 4px;
    transform: scaleX(0);
    bottom: -12px;
    position: absolute;
    background: rgb(120,120,122);
    box-shadow: 0 2px 10px rgb(120,120,122,0.5);
    width: 80px;
    left: 0;
    content: "";
    transform-origin: left;
}

.our-background .text-text > div {
    position: relative;
    padding: 35px;
}

.our-background .text-text p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: calc(16px * 1.4);
    font-weight: 600;
}

.appSection {
    position: relative;
    background: linear-gradient(135deg, rgb(156,156,159,0.5) 0%, rgb(193,193,196) 50%, rgb(120,120,122,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.appSection::after {
    background: rgb(156,156,159,0.5);
    top: -10%;
    content: "";
    right: -10%;
    z-index: 0;
    width: 50%;
    animation: float 15s ease-in-out infinite alternate;
    height: 50%;
    transform: rotate(-15deg);
    position: absolute;
    filter: blur(80px);
}

.appSection .legacy-story:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 15px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}

.appSection .legacy-story > div:first-child::after {
    background: rgb(156,156,159);
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 2px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    width: 35%;
}

.appSection .legacy-story > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    animation-fill-mode: both;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}

.appSection a::before {
    transition: left 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
}

.privacy-armory h1 {
    border-bottom: 4px solid rgb(156,156,159);
    color: rgb(156,156,159);
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 38px;
}

.privacy-armory li {
    font-size: 13px;
    padding-left: 10px;
    border-left: 2px solid rgb(156,156,159,0.5);
    margin-bottom: 15px;
    line-height: 1.8;
}

.privacy-armory h3, .privacy-armory h4, .privacy-armory h5, .privacy-armory h6 {
    padding-left: 15px;
    color: rgb(156,156,159);
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 25px;
    border-left: 5px solid rgb(156,156,159);
}

.consent-box svg, .consent-box svg path, .consent-box img {
    fill: rgb(156,156,159);
    width: 100px;
    height: 100px;
}


.wrapper-section .privacyPolicyOverlay {
    border: none;
    background: #ffffff;
    box-shadow: rgb(156,156,159,0.5) 0px 0px 40px 39px;
}

.wrapper-section .consent-box {
    border-radius: 50%;
    align-items: center;
    background:rgb(156,156,159);
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
}


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



@media (max-width: 1024px) {.client-testimonials {
    padding: 90px 0;
}.client-testimonials h4 {
    margin-bottom: 60px;
    font-size: calc(40px * 0.85);
}.client-testimonials .learner-testimonials {
    width: 46%;
    padding: 25px;
}.client-testimonials .learner-testimonials:nth-child(odd)::before {
    right: -40px;
}.client-testimonials .learner-testimonials:nth-child(even)::before {
    left: -40px;
}.client-testimonials .image-box-item {
    width: 70px;
    height: 70px;
}
}



@media (max-width: 767px) {.try-immediately {
    padding: 90px 0;
    background: linear-gradient(175deg, rgb(156,156,159,0.5) 60%, rgb(193,193,196) 60%);
}.try-immediately .legacy-story {
    flex-direction: column;
    gap: 60px;
}.try-immediately .container p {
    width: 100%;
    font-size: 22px;
}.try-immediately .support-grid {
    margin-right: 20px;
    align-self: flex-end;
    width: 160px;
    height: 160px;
}
}



@media (min-width: 992px) {.join-list {
    padding: 6rem 0;
}.join-list .legacy-story {
    padding: 4rem;
    gap: 4rem;
}.join-list h4 {
    font-size: calc(18px * 1.3);
}.join-list .legacy-story > div:first-child {
    animation: fadeIn 0.8s ease-out;
}.join-list .input_holder {
    animation: fadeIn 0.8s 0.2s both ease-out;
}
}



@media screen and (max-width: 480px) {.connect-with-us {
    padding: 40px 0;
}.request-message {
    border-radius: 20px;
}.request-message .reach-reach,
    .request-message .help-form {
    padding: 30px 20px;
}}



@media (min-width: 1200px) {.title-intro .start-primary {
    grid-template-columns: 1fr 2.5fr;
}.title-intro .start-primary > div:first-child {
    transform: translateX(-50px);
    animation: slideInLeft 1s 0.3s forwards ease-out;
    opacity: 0;
}.title-intro .knowledge-hub {
    transform: translateY(50px);
    animation: slideInUp 1s 0.5s forwards ease-out;
}.title-intro .knowledge-hub > div {
    padding: 4rem;
}.title-intro .knowledge-hub > div > div {
    padding: 2.5rem;
}.title-intro .title_style_header {
    font-size: calc(46px * 1.5);
}
}



@media (max-width: 768px) {.pricing-column {
    padding: 70px 0;
}.pricing-column h2 {
    font-size: calc(28px - 4px);
}.pricing-column .discount-deals {
    font-size: 16px;
    margin-bottom: 40px;
}.pricing-column .cost-levels {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing-column .premium-grid {
    padding: 25px 20px;
}.pricing-column .learning-plan {
    font-size: calc(20px + 2px);
}
}



@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}



@media (max-width: 576px) {footer .pitch-comp {
    padding: 60px 0 20px;
}footer .edu-askedu {
    padding: 15px;
    transform: translateY(-20px);
    margin-bottom: 40px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .head-prime {
    padding: 0 20px;
}footer .head-prime::after {
    left: 20px;
    right: 20px;
}footer .first-teach h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .top-site a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .subscribe-box {
    padding: 12px 15px;
}}



@media (min-width: 1024px) {.our-background {
    padding: 180px 0;
}.our-background .container {
    gap: 3rem;
    grid-template-columns: 1fr;
}.our-background .text-text {
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.2),
            -20px -20px 40px rgba(255, 255, 255, 0.03),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
}.our-background .text-text:hover {
    box-shadow: 
            25px 25px 50px rgba(0, 0, 0, 0.25),
            -25px -25px 50px rgba(255, 255, 255, 0.05),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.our-background .text-text div div {
    column-count: 2;
}}


@media only screen and (max-width: 800px){.wrapper-section .consent-box {
    margin: 0;
    margin-bottom: 14px;
}
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(40px);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}



@keyframes appearIn {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}



@keyframes shine {
    0% {
        transform: translateX(-100%) translateZ(0);
    }
    100% {
        transform: translateX(100%) translateZ(0);
    }
}



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



@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 lightShift {
    0% {
        transform: rotate(35deg) translateX(0);
        opacity: 0.06;
    }
    50% {
        opacity: 0.08;
    }
    100% {
        transform: rotate(35deg) translateX(50px);
        opacity: 0.06;
    }
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 35%;
    }
}

