svg {
    height: 30px;
    width: 30px;
}

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

.transcript {
    flex: 0 0 auto;
}

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

.transcript::before {
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(230,170,170), rgb(202,140,140));
    height: 5px;
    content: "";
    position: absolute;
}

footer .info_item:last-child {
    margin-right: 0;
}

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

footer .eng-center {
    max-width: 350px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}

footer .nav-main {
    margin-bottom: 30px;
}

footer .nav-main a {
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    transition: transform 0.2s ease, color 0.2s ease;
    margin-bottom: 12px;
    display: block;
}

footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: #000000;
    font-size: 12px;
}

footer .join-wrap {
    border: none;
    font-size: 19px;
    text-align: center;
    background-color: rgb(230,170,170);
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    padding: 14px 20px;
    color: #ffffff;
    transition: background-color 0.3s ease;
}

.welcome .page-first {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
}

.welcome .page-first::before {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgb(202,140,140,0.5) 30%,
        transparent 60%
    );
    top: 0;
    content: '';
    z-index: 2;
}

.welcome .start-head img {
    transform-origin: center;
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    object-fit: cover;
    animation: image-scale 15s ease-in-out infinite alternate;
    height: 100%;
    transition: transform 0.7s ease-out;
}

.welcome .info-panel::before {
    content: '';
    width: 6px;
    background: rgb(230,170,170);
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}

.welcome .info-panel h1::after {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    position: absolute;
    left: -30px;
    opacity: 0.3;
    content: '';
    background: rgb(230,170,170,0.5);
    z-index: -1;
    top: -15px;
}

.welcome .info-panel .help-query::before {
    top: 50%;
    border-radius: 50%;
    background: rgb(230,170,170);
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    transition: width 0.6s ease, height 0.6s ease;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
}

.cookie-apply {
    padding: 20px 15px;
    align-items: center;
    max-width: 1200px;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
}

.edu-track svg:hover {
    fill: rgb(202,140,140);
}

.cookieUsagePromptBar p {
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #000000;
}

#confirm-cookies-data-policy {
    background: rgb(230,170,170);
}

#disallow-cookies-collection {
    background: rgba(0, 0, 0, 0.5);
}

.cookieUsagePromptBar p a:hover {
    color: rgb(202,140,140);
}


#dataProtectionBox {
    display: none;
}

.education-history::before {
    filter: blur(60px);
    position: absolute;
    width: 100%;
    content: "";
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(202,140,140,0.5) 0deg,
        rgb(230,170,170,0.5) 90deg,
        rgb(254,201,201) 180deg,
        rgb(230,170,170,0.5) 270deg,
        rgb(202,140,140,0.5) 360deg
    );
    opacity: 0.4;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.education-history .img-text:hover {
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    filter: saturate(1.2);
}



.education-history .img-text:hover {
    animation: pulse 1.5s infinite;
}

.education-history .exp-table:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}

.education-history .exp-table:hover::before {
    transform: scale(1);
}

.education-history .name::after {
    left: 0;
    position: absolute;
    transition: width 0.4s ease-in-out;
    width: 0;
    content: "";
    bottom: -5px;
    background: rgb(202,140,140);
    height: 3px;
}

.education-history .employee-summary::before {
    top: -20px;
    font-size: 5rem;
    content: "";
    position: absolute;
    left: -10px;
    font-family: serif;
    opacity: 0.3;
    color: rgb(202,140,140,0.5);
}

.appPanel::after {
    z-index: 0;
    content: "";
    height: 300px;
    opacity: 0.1;
    background: rgb(202,140,140);
    top: -10%;
    position: absolute;
    width: 300px;
    filter: blur(100px);
    right: -5%;
    border-radius: 50%;
    animation: pulse 10s infinite alternate ease-in-out;
}

.appPanel h2::after {
    transform: scaleX(0);
    content: "";
    position: absolute;
    transform-origin: left;
    height: 3px;
    background: rgb(202,140,140);
    animation-delay: 1s;
    animation: expandLine 1s forwards ease-out;
    width: 80px;
    left: 0;
    bottom: -15px;
}

.appPanel ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.appPanel li {
    position: relative;
    padding-left: 2rem;
}

.appPanel li::before {
    animation-delay: 1.2s;
    background: rgb(202,140,140);
    content: "";
    left: 0;
    transform: rotate(45deg);
    height: 8px;
    position: absolute;
    animation: fadeIn 0.5s forwards ease-out;
    opacity: 0;
    width: 8px;
    top: 0.5rem;
}

.experience-trial {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 5rem 2rem;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(230,170,170) 0%, rgb(202,140,140) 100%);
}

.experience-trial .container {
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    animation: containerReveal 0.8s ease-out forwards;
}

.experience-trial .container div span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s var(--timing-cubic);
}

.experience-trial .container div span::before {
    width: calc(100% + 20px);
    border-radius: 25px;
    left: -10px;
    z-index: -1;
    position: absolute;
    height: calc(100% + 20px);
    border: 2px solid rgba(255,255,255,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    transform: scale(0.9);
    opacity: 0;
    top: -10px;
}

.experience-trial .help-query:hover {
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.experience-trial .help-query span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}

.client-experience {
    position: relative;
    background: linear-gradient(135deg, rgb(254,201,201) 0%, rgba(rgb(202,140,140,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 5rem 0;
}

.client-experience .container {
    position: relative;
    z-index: 1;
}

.client-experience h2 {
    color: #000000;
    margin-bottom: 3.5rem;
    max-width: 80%;
    font-size: 29px;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    text-align: left;
}

.client-experience .user-voices {
    list-style: none;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    display: grid;
    gap: 2rem;
}

.client-experience .student-testimonials::before {
    font-family: Georgia, serif;
    color: rgba(rgb(202,140,140,0.5), 0.07);
    font-size: 6rem;
    pointer-events: none;
    top: 1.5rem;
    right: 1.5rem;
    content: "";
    line-height: 1;
    position: absolute;
}

.client-experience .student-testimonials img {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    margin-right: 1rem;
    object-fit: cover;
    border: 2px solid rgba(rgb(202,140,140,0.5), 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 50px;
    width: 50px;
}

.client-experience .student-testimonials .description {
    position: relative;
    margin: 0;
    line-height: 1.6;
    color: #000000;
    z-index: 1;
    font-size: 14px;
}

.client-experience a::before {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, 
                rgba(255, 255, 255, 0) 0%, 
                rgba(255, 255, 255, 0.2) 50%, 
                rgba(255, 255, 255, 0) 100%);
    transition: left 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    pointer-events: none;
    left: -100%;
    top: 0;
}

.tariff-option .skill-pricing {
    display: flex;
    flex-direction: column;
}

.tariff-option .annual-plan {
    margin-left: auto;
    order: 1;
    margin-right: auto;
    margin-bottom: 3rem;
    max-width: 800px;
    text-align: center;
}

.tariff-option .pricing-schemes {
    line-height: 1.6;
    overflow-wrap: break-word;
    margin: 0 auto;
    color: #000000;
    word-break: break-word;
    font-size: 17px;
    max-width: 600px;
}

.tariff-option .plan-rates:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.tariff-option .learning-fees::before {
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0.7;
    left: 0;
    position: absolute;
    content: "";
}

.tariff-option .plan-rates:hover .learning-fees h3::after {
    width: 80px;
}

.tariff-option .rate-options {
    font-size: calc(19px * 1.5);
    color: rgb(230,170,170);
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
}

.tariff-option .img-text {
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
}

.tariff-option .plan-rates:hover .img-text {
    transform: scale(1.05);
}

.tariff-option .plan-rates:nth-child(3n+1) {
    border-top: 3px solid rgb(230,170,170);
}

.secure-citadel {
    font-family: Arial, sans-serif;
    background-position: center;
    overflow: hidden;
    padding: 50px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom right, rgb(230,170,170,0.5), rgb(202,140,140,0.5));
    color: #ffffff;
    background-size: cover;
}

.secure-citadel p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: #ffffff;
    margin: 20px 0;
}

.meet-us::after {
    position: absolute;
    content: "";
    z-index: 2;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

.meet-us h2 {
    font-weight: 700;
    font-size: 45px;
    position: relative;
    margin-bottom: 80px;
    color: rgb(230,170,170);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.meet-us .study-space:last-child {
    transform-origin: left center;
    animation: card-in-right 1s ease-out forwards;
}

.meet-us .study-space:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}

.meet-us .study-space::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    transform: skewY(0deg);
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: transform 0.5s ease;
    content: "";
    width: 100%;
}

.meet-us .study-space:hover::after {
    opacity: 0.2;
}

.meet-us .study-space:first-child::before {
    border-right: 1px solid rgb(230,170,170,0.5);
}

.meet-us .study-space:first-child::before {
    border-bottom: 1px solid rgb(230,170,170,0.5);
    border-right: none;
}

.meet-us .knowledge-learn::after {
    background-color: rgb(202,140,140);
    z-index: 11;
    content: "";
    width: 20px;
    transform: translate(-50%, -50%);
    height: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    border-radius: 50%;
}

.meet-us .container::after {
    height: 200px;
    opacity: 0.2;
    bottom: -100px;
    width: 200px;
    content: "";
    transform: rotate(45deg);
    border: 1px solid rgb(202,140,140,0.5);
    animation: float-element 10s ease-in-out infinite reverse;
    border-radius: 20px;
    right: -100px;
    position: absolute;
}

header .header-master {
    position: relative;
}

header .header-master:after {
    left: 0;
    top: 50%;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    opacity: 0.5;
    width: 60px;
    content: '';
    height: 60px;
    pointer-events: none;
    transform: translateY(-50%);
    position: absolute;
    filter: blur(8px);
}

header .nav-start {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

header .nav-start:after {
    width: 20px;
    border-radius: 50%;
    top: 50%;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) translateX(40px);
    content: '';
    right: 0;
    position: absolute;
    opacity: 0.5;
}

header .nav-lesson:before {
    opacity: 0;
    content: '';
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    height: 2px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    bottom: -10px;
}

header .head-bar:after {
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    transform-origin: right;
    transform: translateY(-50%) scaleX(0);
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    top: 50%;
    left: -30px;
    width: 20px;
}

header .top-header:after {
    background: #ffffff;
    top: -5px;
    content: '';
    left: -5px;
    width: 10px;
    height: 10px;
    opacity: 0;
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    border-radius: 50%;
}

.program-details {
    background-color: rgb(254,201,201);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.program-details .online-learn {
    flex-direction: column;
    display: flex;
    z-index: 2;
}

.program-details .info-panel {
    position: relative;
    margin: 0 auto 60px;
    width: 80%;
}

.program-details .info-panel h2 {
    background-image: repeating-linear-gradient(45deg, rgb(230,170,170,0.5) 0px, rgb(230,170,170,0.5) 2px, transparent 2px, transparent 8px);
    color: #000000;
    font-weight: 700;
    border-radius: 10px;
    font-size: 37px;
    position: relative;
    transform: translateX(0);
    margin-bottom: 30px;
    padding: 15px;
    transition: transform 0.5s ease;
}

.program-details .online-learn:hover .img-text {
    transform: scale(1.05);
    opacity: 0.3;
}

.program-details .img-text::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(230,170,170,0.5) 0%, transparent 80%);
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.program-details .online-learn::after {
    content: "";
    width: 40px;
    z-index: -1;
    right: -20px;
    border: 4px solid rgb(230,170,170,0.5);
    top: 40px;
    animation: rotateAnimation 20s infinite linear;
    border-radius: 10px;
    height: 40px;
    position: absolute;
}

.program-details .info-panel .description:first-of-type::after {
    content: "";
    background: linear-gradient(90deg, rgb(230,170,170), transparent);
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
}

.program-details .container::before {
    width: 150%;
    height: 1px;
    bottom: -40px;
    content: "";
    position: absolute;
    left: -25%;
    background: linear-gradient(90deg, transparent, rgb(230,170,170,0.5), transparent);
}

.program-results::before {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(230,170,170,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(202,140,140,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    opacity: 0.1;
    width: 100%;
}

.program-results .info-panel:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -10px -10px 25px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) translateZ(0);
}

.program-results .info-panel:hover h4::after {
    width: 120px;
}

.program-results div > ul {
    padding: 0;
    list-style: none;
    margin: 20px 0;
}

.program-results li:hover {
    transform: translateX(5px);
}

.program-results li p {
    align-items: flex-start;
    display: flex;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0;
    gap: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.03),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.4);
}

.program-results li:hover svg path {
    fill: rgb(202,140,140);
}

.program-results .img-text:hover {
    transform: rotate(0deg) translateY(-5px) translateZ(0);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -12px -12px 25px rgba(255, 255, 255, 0.9);
}

.contact-panel::before {
    background-color: rgb(230,170,170);
    position: absolute;
    content: '';
    inset: 0;
    z-index: -1;
    opacity: 0.95;
}

.contact-panel .connect-list h3 {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-panel .connect-list div:hover {
    background-color: rgb(202,140,140);
    transform: translateY(-5px);
}

.contact-panel .connect-list div svg path {
    fill: #ffffff;
}

.contact-panel .connect-list div span a {
    color: #ffffff;
    text-decoration: none;
}

.contact-panel .reach-request h3 {
    grid-column: span 3;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.contact-panel .reach-request input#name {
    grid-column: span 1;
}

.contact-panel .reach-request input[type="text"],
.contact-panel .reach-request input[type="email"] {
    height: 55px;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    border: none;
    color: #000000;
    background-color: rgb(254,201,201);
    width: 100%;
    font-size: 18px;
    padding: 0 20px;
}

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

.contact-panel .reach-request .help-query {
    border: none;
    grid-column: span 1;
    cursor: pointer;
    background-color: rgb(202,140,140);
    color: #ffffff;
    height: 55px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.statistical-details h3 {
    position: relative;
    font-size: 33px;
    color: #000000;
    transition: transform 0.5s ease;
    margin-bottom: 60px;
    z-index: 2;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    font-weight: 700;
}

.statistical-details h3:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}

.statistical-details ul {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    display: grid;
    list-style: none;
    perspective: 1000px;
    gap: 30px;
}

.statistical-details .statistics-benefits::after {
    transition: opacity 0.5s ease;
    opacity: 0;
    height: 40%;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 40%;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgba(240, 240, 250, 0.5) 100%);
    position: absolute;
}

.statistical-details .statistics-benefits:hover::before {
    transform: scaleX(1);
}

.statistical-details .statistics-benefits span {
    display: block;
    z-index: 2;
    color: #000000;
    font-size: calc(14px * 1.05);
    transition: transform 0.3s ease;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}

.statistical-details .statistics-benefits:nth-child(odd):hover {
    transform: translateZ(10px) translateY(-5px) rotate(0deg);
}

.statistical-details .statistics-benefits:nth-child(even):hover {
    transform: translateZ(10px) translateY(-5px) rotate(0deg);
}


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



@media (max-width: 576px) {footer .transcript {
    padding: 40px 0 20px;
}footer .project-ref {
    gap: 40px;
}footer .nav-lesson h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}



@media (max-width: 1200px) {.welcome .page-first {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 40% 100%, 0% 80%);
}.welcome .info-panel {
    width: 55%;
    margin-right: 5%;
}
}



@media (max-width: 576px) {.welcome {
    min-height: 450px;
}.welcome .info-panel {
    padding: 2rem;
}.welcome .info-panel::before {
    width: 4px;
}.welcome .info-panel::after {
    height: 4px;
}.welcome .info-panel h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 1.5rem;
}.welcome .info-panel p {
    font-size: calc(15px * 0.9);
    margin-bottom: 2rem;
}.welcome .info-panel .help-query {
    padding: 12px 20px;
    display: block;
    text-align: center;
    width: 100%;
}.welcome .start-head::before {
    background-size: 15px 15px;
}
}



@media (max-width: 992px) {.education-history .student-testimonials {
    flex-direction: column;
}.education-history .img-text,
    .education-history .exp-table {
    width: 100%;
    transform: none;
}.education-history .img-text {
    margin-bottom: 2rem;
    height: 300px;
}.education-history .img-text:hover,
    .education-history .exp-table:hover {
    transform: translateY(-10px);
}}



@media (min-width: 768px) {.experience-trial {
    background: linear-gradient(120deg, rgb(230,170,170) 0%, rgb(202,140,140) 70%, rgb(230,170,170,0.5) 100%);
    padding: 7rem 3rem;
}.experience-trial::before {
    background-size: 40px 40px;
}.experience-trial h6 {
    font-size: calc(21px * 1.4);
    max-width: 80%;
    margin-bottom: 3rem;
}.experience-trial .container {
    flex-direction: column;
    align-items: center;
    display: flex;
}.experience-trial .help-query {
    padding: 1rem 3rem;
}
}



@media (max-width: 1200px) {.client-experience h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.client-experience .user-voices {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.client-experience {
    padding: 3rem 0;
}.client-experience h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.client-experience .user-voices {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client-experience .student-testimonials:hover {
    transform: translateY(-5px) translateZ(10px);
}.client-experience a {
    margin-top: 2rem;
    padding: 0.7rem 1.5rem;
}
}



@media (min-width: 992px) {.tariff-option .tuition-grid {
    grid-template-columns: repeat(2, 1fr);
}.tariff-option .plan-rates:nth-child(4n+1) {
    transform: translateY(20px);
}.tariff-option .plan-rates:nth-child(4n+3) {
    transform: translateY(-20px);
}.tariff-option .plan-rates:hover {
    transform: translateY(0) scale(1.02);
}
}


@media only screen and (max-width: 800px) {.secure-citadel {
    padding: 30px;
}.secure-citadel h1 {
    font-size: calc(21px - 8px);
}.secure-citadel h2 {
    font-size: calc(21px - 8px);
}.secure-citadel ul li {
    font-size: calc(17px - 2px);
}.secure-citadel p {
    font-size: calc(17px - 2px);
}}



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .nav-lesson {
    gap: 20px;
}header .top-header svg {
    height: 35px;
}
}



@media (max-width: 767px) {header .nav-lesson {
    z-index: 1001;
    max-width: 320px;
    background: rgb(230,170,170);
    right: -100%;
    height: 100vh;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    position: fixed;
    gap: 25px;
    width: 80%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    padding: 80px 30px 30px;
}header .nav-lesson:before {
    bottom: auto;
    width: 80%;
    top: 60px;
    left: 10%;
}header .nav-lesson:after {
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 20px;
    pointer-events: none;
    border-radius: 50%;
}header .menu.active {
    right: 0;
}header .head-bar {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .head-bar:hover {
    transform: translateX(0);
}header .head-bar:last-child {
    border-bottom: none;
}header .top-header {
    margin: 0 auto;
}
}



@media (max-width: 767px) {.program-results {
    padding: 80px 0;
}.program-results .info-panel {
    padding: 30px 25px;
}.program-results h4 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.program-results li p {
    padding: 12px 15px;
}.program-results .img-text {
    max-width: 90%;
}
}



@media screen and (max-width: 991px) {.contact-panel .reach-request input#name,
    .contact-panel .reach-request input#phone,
    .contact-panel .reach-request input#email {
    grid-column: span 3;
}.contact-panel .reach-request .query-info {
    grid-column: span 3;
}.contact-panel .reach-request .help-query {
    grid-column: span 3;
}
}



@media (max-width: 992px) {.statistical-details {
    padding: 80px 0 60px;
}.statistical-details h3 {
    margin-bottom: 50px;
    font-size: calc(33px * 0.9);
}.statistical-details ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.statistical-details .statistics-benefits {
    padding: 25px 15px;
}.statistical-details .statistics-benefits p {
    font-size: calc(46px * 1.1);
}
}



@media (max-width: 480px) {.statistical-details ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.statistical-details .statistics-benefits {
    transform: none !important;
}.statistical-details .statistics-benefits:hover {
    transform: translateY(-3px) !important;
}
}



@keyframes image-scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(230,170,170,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



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



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

@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}



@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

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

