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

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: linear-gradient(135deg, rgb(156,156,159,0.5) 0%, rgb(120,120,122) 100%);
    overflow: visible;
    z-index: 99;
    width: 100%;
}


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

.education-experience .learner-testimonials {
    backdrop-filter: blur(10px);
    grid-template-areas:
    "photo quote"
    "name quote";
    display: grid;
    border-radius: 25px;
    transform: rotateX(5deg) rotateY(-2deg);
    transform-style: preserve-3d;
    padding: 2.5rem;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    transition: transform 0.5s ease;
    background: #ffffff;
    grid-template-rows: auto auto;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(156,156,159,0.5);
    gap: 1.5rem;
}

.education-experience .employee-history {
    grid-area: quote;
    position: relative;
    transform: translateZ(15px);
    border-radius: 25px;
    line-height: 1.7;
    background: linear-gradient(to right, #ffffff, rgb(193,193,196));
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    font-size: calc(12px * 1.1);
    transition: transform 0.3s ease;
    padding: 2rem;
    color: #000000;
}

.client-testimonials .legacy-story {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}

.client-testimonials h4::after {
    height: 4px;
    background: rgb(156,156,159);
    position: absolute;
    border-radius: 10px;
    left: 50%;
    width: 60px;
    content: "";
    bottom: -20px;
    transform: translateX(-50%);
}

.client-testimonials .testimonial-feedback::before {
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(156,156,159,0.5), rgb(120,120,122,0.5));
    border-radius: 2px;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    left: calc(50% - 2px);
}

.client-testimonials .testimonial-feedback::before {
    left: 30px;
}

.client-testimonials .learner-testimonials:nth-child(even) {
    transform: translateY(-40px);
    align-self: flex-end;
}

.client-testimonials .learner-testimonials:nth-child(even) {
    animation-delay: calc(0.3s * var(--i, 0));
    animation: fadeInRight 0.8s ease-out both;
}

.client-testimonials .learner-testimonials::after {
    height: 2px;
    background: rgb(156,156,159,0.5);
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    width: 30px;
}

.client-testimonials .learner-testimonials:nth-child(even):hover {
    transform: translateY(-40px) scale(1.05);
}

.client-testimonials .learner-testimonials:nth-child(even) .image-box-item {
    margin-right: 0;
    margin-left: 20px;
    float: right;
}

.client-testimonials .learner-testimonials span {
    margin-bottom: 10px;
    transition: all 0.3s ease;
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.client-testimonials .learner-testimonials span {
    font-size: calc(18px * 0.9);
}



.client-testimonials .learner-testimonials:last-child:nth-child(odd) {
    margin-bottom: 0;
}

.client-testimonials .learner-testimonials:nth-child(n) {
    animation-delay: calc(0.2s * var(--i, 0));
    animation: fadeInUp 0.6s ease-out both;
}

.training-structure::after {
    filter: blur(70px);
    background: rgb(120,120,122,0.5);
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    height: 300px;
    right: -50px;
    animation: float 15s infinite ease-in-out;
    bottom: -50px;
    content: "";
    width: 300px;
}

.training-structure h3 {
    animation: slideUp 0.8s ease-out forwards;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 1rem;
    color: #ffffff;
    position: relative;
}

.training-structure h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(156,156,159) 0%, rgb(120,120,122) 100%);
    left: 50%;
    bottom: 0;
    content: "";
    position: absolute;
    border-radius: 2px;
    transform: translateX(-50%);
    width: 80px;
}

.try-immediately .container p {
    background: #ffffff;
    flex: 1;
    border-radius: 20px 20px 20px 0;
    padding: 30px;
    color: #000000;
    position: relative;
    z-index: 5;
    margin: 0;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    line-height: 1.4;
    font-size: 33px;
    font-weight: 700;
}

.try-immediately .support-grid:hover {
    transform: translateY(15px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
}

.try-immediately .support-grid:hover::before {
    opacity: 1;
}

.try-immediately::after {
    width: 200px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    right: -100px;
    height: 200px;
    border: 30px solid rgba(255, 255, 255, 0.1);
    top: -100px;
    content: '';
}

.join-list::before {
    background: linear-gradient(120deg, transparent, rgb(156,156,159,0.5), transparent);
    z-index: -1;
    top: -10%;
    animation: shine 8s infinite ease-in-out;
    right: -5%;
    width: 40%;
    height: 140%;
    transform: rotate(-15deg) translateZ(0);
    opacity: 0.3;
    content: "";
    position: absolute;
}

.join-list .legacy-story:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
}

.join-list h4::before {
    left: 0;
    background: #ffffff;
    bottom: 0.2em;
    transform-origin: bottom;
    position: absolute;
    opacity: 0.8;
    width: 4px;
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    top: 0.2em;
    border-radius: 10px;
    transform: scaleY(0);
    content: "";
}

.join-list h4::before {
    top: -0.8rem;
    left: 50%;
    width: 50px;
    transform: translateX(-50%) scaleX(0);
    animation: widthIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    height: 3px;
    bottom: auto;
}

.join-list input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}

.join-list .subscribe-box {
    z-index: 1;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.5) inset;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    background: #ffffff;
    color: rgb(156,156,159);
    padding: 1rem 2rem;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    font-size: 18px;
    border-radius: 14px;
    width: 100%;
}

.connect-with-us::before {
    top: 0;
    left: 0;
    background: 
        linear-gradient(0deg, transparent 24%, rgb(156,156,159,0.5) 25%, rgb(156,156,159,0.5) 26%, transparent 27%, transparent 74%, rgb(156,156,159,0.5) 75%, rgb(156,156,159,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(156,156,159,0.5) 25%, rgb(156,156,159,0.5) 26%, transparent 27%, transparent 74%, rgb(156,156,159,0.5) 75%, rgb(156,156,159,0.5) 76%, transparent 77%, transparent);
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: 50px 50px;
    opacity: 0.3;
    content: "";
    position: absolute;
}

.request-message::before {
    background: rgb(156,156,159,0.5);
    top: -150px;
    height: 300px;
    position: absolute;
    content: "";
    right: -150px;
    filter: blur(70px);
    z-index: 0;
    border-radius: 50%;
    width: 300px;
}

.request-message .reach-reach h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: left;
    font-size: 22px;
}

.request-message .reach-reach input[type="text"]:focus,
.request-message .reach-reach textarea:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(245, 245, 245, 1);
    outline: none;
}

.request-message .reach-reach .feedback-query {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    position: relative;
}

.request-message .reach-reach .feedback-query label::before {
    height: 22px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    transition: all 0.3s ease;
    content: "";
    width: 22px;
    background: rgba(245, 245, 245, 0.7);
    top: 2px;
}

.request-message .reach-reach .feedback-query a:hover {
    color: rgb(120,120,122);
}

.request-message .reach-reach .support-grid {
    padding: 18px 40px;
    z-index: 1;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    align-self: flex-start;
    position: relative;
    display: inline-block;
    background: rgb(156,156,159);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.request-message .help-form h4::after {
    left: 0;
    content: "";
    background: rgb(156,156,159);
    height: 2px;
    width: 30px;
    bottom: -15px;
    position: absolute;
}

.request-message .help-form .help-panel li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.9);
}

.request-message .help-form .help-panel li svg path {
    fill: rgb(156,156,159);
    transition: all 0.3s ease;
}

.request-message .help-form .help-panel li a:hover {
    color: rgb(156,156,159);
}

.title-intro::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    background: linear-gradient(45deg, transparent 30%, rgb(120,120,122,0.5) 100%);
    width: 100%;
}

.title-intro .start-primary {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1200px;
    position: relative;
    display: grid;
    width: 90%;
    z-index: 2;
}

.title-intro .start-primary > div:first-child p {
    line-height: 1.5;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: calc(12px * 1.1);
    letter-spacing: 0.02em;
    margin: 0;
    color: #000000;
}

.title-intro .knowledge-hub > div::before {
    height: 100%;
    background: linear-gradient(to bottom, rgba(#000000, 0.5), rgba(rgb(156,156,159), 0.7));
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.title-intro .knowledge-hub > div > div:hover {
    transform: translateX(10px);
}

.title-intro .title_style_header {
    transform: translateY(0);
    color: #ffffff;
    letter-spacing: -0.01em;
    margin: 0;
    transition: transform 0.3s ease;
    font-size: calc(46px * 1.2);
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}

.cost-schemes {
    position: relative;
}

.pricing-column h2::after {
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: linear-gradient(90deg, rgb(120,120,122), rgb(156,156,159));
    content: "";
    display: block;
    transform: scaleX(1);
    transition: transform 0.4s ease;
}

.pricing-column .cost-levels {
    list-style: none;
    display: grid;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.pricing-column .member-fees::before {
    left: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(230deg, rgb(120,120,122,0.5) 0%, transparent 80%);
    transition: opacity 0.5s ease;
    position: absolute;
    height: 100%;
}

.pricing-column .enroll-cost {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-column .enroll-cost h4::after {
    height: 2px;
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(156,156,159);
    bottom: 0;
}

.pricing-column .learning-plan {
    font-size: calc(20px + 4px);
    position: relative;
    font-weight: 700;
    -webkit-background-clip: text !important;
    transition: transform 0.3s ease;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(120,120,122) 0%, rgb(156,156,159) 100%);
    display: inline-block;
    background-clip: text !important;
    padding: 10px 0;
    margin-top: auto;
    -webkit-text-fill-color: transparent;
}

footer .info_item {
    margin: 10px;
    transition: all 0.3s ease;
    padding: 10px 15px;
    position: relative;
    background-color: rgb(193,193,196);
    flex: 1 1 200px;
    border-radius: 10px;
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(-5px);
}

footer .info_item svg {
    fill: rgb(156,156,159);
    height: 20px;
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

footer .text_main_holder {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

footer .head-prime::after {
    background: linear-gradient(90deg, rgb(156,156,159), transparent);
    position: absolute;
    left: 30px;
    bottom: -15px;
    height: 1px;
    content: "";
    right: 30px;
}

footer .first-teach h5 {
    margin-bottom: 20px;
    position: relative;
    font-size: 23px;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}

footer .top-site {
    grid-template-columns: 1fr;
    display: grid;
    margin-bottom: 20px;
    gap: 10px;
}

footer .top-site a:hover {
    transform: translateX(5px);
    color: rgb(156,156,159);
}

footer .top-site a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    background-color: rgb(156,156,159);
    content: "";
    transform: rotate(45deg);
    height: 30px;
    width: 30px;
    position: absolute;
    top: -15px;
    z-index: -1;
    right: 30px;
}

footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}

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

footer .subscribe-box {
    font-weight: 600;
    padding: 14px 20px;
    cursor: pointer;
    background-color: #000000;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
}

.course-highlights .container {
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 1200px;
    padding: 4rem 2rem;
}

.course-highlights .container {
    padding: 3rem 1.5rem;
}

.course-highlights .knowledge-plan::before {
    opacity: 0.1;
    background-color: rgb(156,156,159);
    left: -30px;
    content: '';
    z-index: -1;
    width: 150px;
    top: -50px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
}

.course-highlights .knowledge-plan h3::after {
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: rgb(156,156,159);
    border-radius: 2px;
    bottom: -15px;
    position: absolute;
    content: '';
    left: 50%;
}

.course-highlights .knowledge-plan .support-grid:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}

.course-highlights .knowledge-plan .support-grid:hover::before {
    transform: translateY(0);
}

.course-highlights .skill-master {
    overflow: hidden;
    margin-top: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    height: 500px;
    width: 100%;
    position: relative;
}

.course-highlights .skill-master {
    margin-top: 2rem;
    height: 300px;
}

.course-highlights .skill-master:hover .program-route {
    animation-play-state: paused;
}

.course-highlights .class-path img {
    width: 100%;
    transition: transform 0.5s ease;
    height: 100%;
    object-fit: cover;
}

header::before {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
    background: linear-gradient(145deg, rgb(120,120,122,0.5) 0%, transparent 70%);
    position: absolute;
}

header .nav-sitebar .head-prime {
    margin-right: 10px;
    transition: transform 0.4s ease;
    transform: translateX(0);
}

header .nav-sitebar .head-prime .top-bar svg {
    height: 50px;
    width: auto;
}

header .nav-sitebar .first-teach .head-mainwrap {
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

header .nav-sitebar .first-teach .head-mainwrap:hover {
    transform: translateY(-3px) scale(1.05);
}

header .nav-sitebar .first-teach .head-mainwrap a::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(120,120,122), transparent);
    transform: translateX(-100%);
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    transition: transform 0.4s ease;
}

.our-background .container {
    max-width: 1200px;
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 2rem;
    display: grid;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.our-background h2 {
    transform-origin: left center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    animation: slideInTitle 1s cubic-bezier(0.17, 0.67, 0.31, 0.95) forwards;
    font-size: calc(30px * 1.2);
    letter-spacing: 0.5px;
    position: relative;
}

.our-background .text-text::before {
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    width: 200px;
    height: 200px;
    content: "";
    top: -100px;
    background: linear-gradient(135deg, rgb(120,120,122,0.5), transparent);
    opacity: 0.2;
    left: -100px;
}

.our-background .text-text p::after {
    background: rgb(120,120,122);
    height: 3px;
    bottom: -10px;
    content: "";
    opacity: 0.8;
    width: 40px;
    position: absolute;
    left: 0;
}

.appSection::before {
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(156,156,159,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(120,120,122,0.5) 0%, transparent 50%);
    left: 0;
    top: 0;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    height: 100%;
    content: "";
}

.appSection .legacy-story > div:first-child {
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-fill-mode: both;
    transform: translateY(-20px);
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgb(156,156,159,0.5);
    position: relative;
    opacity: 0;
}

.appSection h5 {
    font-size: 19px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    color: #000000;
    line-height: 1.4;
}

.appSection h5::before {
    content: "";
    transform: translateY(-50%);
    width: 0.5rem;
    opacity: 0;
    animation: fadeIn 0.5s ease 1.2s forwards;
    left: -1.5rem;
    position: absolute;
    background: rgb(156,156,159);
    top: 50%;
    height: 80%;
}

.appSection a:hover::before {
    left: 100%;
}

.appSection a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.appSection p {
    line-height: 1.8;
    font-size: 15px;
    margin: 0;
    position: relative;
    color: #000000;
    z-index: 1;
}

.privacy-armory h2 {
    margin-top: 30px;
    color: rgb(120,120,122);
    border-left: 6px solid rgb(120,120,122);
    font-size: 33px;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 20px;
}

.privacy-armory ul li::before {
    margin-left: -1em;
    font-size: 1.5em;
    width: 1em;
    display: inline-block;
    color: rgb(156,156,159);
    content: "•";
}

.privacyPolicyOverlay {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(193,193,196);
    z-index: 90;
    border-top: 2px solid rgb(156,156,159);
}

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

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

.cookie-customize {
    margin-left: 10px;
    border-bottom: 2px solid rgb(156,156,159);
    min-width: 120px;
    cursor: pointer;
    color: rgb(156,156,159);
    white-space: nowrap;
    line-height: 35px;
    text-decoration: none;
    font-size: 24px;
    flex-shrink: 0;
    text-align: center;
}

.wrapper-section .consent-box svg, .wrapper-section .consent-box svg path, .wrapper-section .consent-box img {
    fill:#000000;
    height: 40px;
    width: 40px;
}



@media (max-width: 992px) {.education-experience .learner-testimonials {
    grid-template-areas:
      "image-box-item"
      "name"
      "employee-history";
    grid-template-columns: 1fr;
    transform: none;
    grid-template-rows: auto auto auto;
}.education-experience .image-box-item {
    max-width: 200px;
    margin: 0 auto;
}.education-experience .name,
  .education-experience .name + span {
    text-align: center;
    padding-left: 0;
}.education-experience .name + span {
    margin-top: 0.5rem;
}
}



@media (max-width: 991px) {.try-immediately {
    padding: 110px 0;
}.try-immediately .legacy-story {
    gap: 40px;
}.try-immediately .container p {
    font-size: calc(22px * 1.2);
    padding: 25px;
}.try-immediately .support-grid {
    flex: 0 0 180px;
    height: 180px;
}.try-immediately .container p::after {
    height: 30px;
    width: 30px;
}
}



@media (min-width: 768px) {.join-list .legacy-story {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
}.join-list h4 {
    font-size: calc(18px * 1.2);
    margin: 0;
}.join-list .input_holder {
    gap: 1rem;
    flex-direction: row;
}.join-list input[type="email"] {
    flex: 1;
}.join-list .subscribe-box {
    flex: 0 0 auto;
    white-space: nowrap;
    width: auto;
}
}



@media screen and (max-width: 768px) {.connect-with-us {
    padding: 60px 0;
}.connect-with-us h3 {
    font-size: calc(34px - 4px);
}.request-message {
    border-radius: 25px;
}.request-message .reach-reach,
    .request-message .help-form {
    padding: 40px 30px;
}.request-message .reach-reach input[type="text"],
    .request-message .reach-reach textarea {
    border-radius: 20px;
    padding: 15px 20px;
}.request-message .reach-reach .support-grid {
    text-align: center;
    padding: 15px 30px;
    width: 100%;
}.request-message .help-form .help-panel li {
    border-radius: 15px;
    padding: 15px;
}
}



@media (max-width: 767px) {.title-intro {
    padding: 2rem 1rem;
}.title-intro .start-primary > div:first-child {
    padding: 1rem;
}.title-intro .knowledge-hub > div {
    padding: 1.5rem;
}.title-intro .knowledge-hub h3 {
    margin-bottom: 1.5rem;
    font-size: 20px;
}.title-intro .knowledge-hub > div > div {
    padding: 1.5rem;
}.title-intro .title_style_header {
    font-size: 30px;
}}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .top-site {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe-box {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .pitch-comp {
    padding: 80px 0 30px;
}footer .edu-askedu {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .first-teach, footer .subscribe_holder {
    margin-right: 10px;
    padding: 25px 20px;
    margin-left: 10px;
}footer .class-guide {
    margin-top: 40px;
}
}



@media (max-width: 992px) {header .nav-sitebar {
    align-items: center;
    flex-direction: column;
}header .nav-sitebar .head-prime {
    margin-bottom: 15px;
    margin-right: 0;
}header .nav-sitebar .first-teach {
    width: 100%;
    padding: 15px;
    justify-content: center;
}header .nav-sitebar .first-teach .head-mainwrap {
    margin: 5px 15px 5px 0;
}header .nav-sitebar .first-teach .head-mainwrap a {
    padding: 5px;
    font-size: calc(13px - 2px);
}}



@media (max-width: 576px) {.appSection {
    padding: 3rem 0;
}.appSection .legacy-story {
    gap: 1.5rem;
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.appSection h5 {
    font-size: calc(19px * 0.8);
}.appSection h5::before {
    width: 0.3rem;
    left: -1rem;
}.appSection a {
    padding: 0.8rem 1rem;
}.appSection p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}



@media only screen and (max-width: 800px) {.privacy-armory {
    padding: 30px;
}.privacy-armory h1 {
    font-size: calc(20px - 4px);
}.privacy-armory h2 {
    font-size: calc(20px - 3px);
}.privacy-armory h3, .privacy-armory h4, .privacy-armory h5, .privacy-armory h6 {
    font-size: calc(20px - 2px);
}.privacy-armory p, .privacy-armory span, .privacy-armory div, .privacy-armory li {
    font-size: calc(13px - 2px);
}}



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



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

@keyframes widthIn {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }



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



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



@keyframes lineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-15deg) translate(-5px, 5px);
    }
}

