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

.biz-learnings-2 {
    flex: 0 0 auto;
}

.biz-learnings-2 {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}

.company-info-1::before {
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.15;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    background-image: linear-gradient(30deg, transparent 90%, rgb(157,124,105,0.5) 92%),
                     linear-gradient(150deg, transparent 90%, rgb(157,124,105,0.5) 92%);
}

.company-info-1 h1::after {
    bottom: -10px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(186,169,160) 0%, rgb(157,124,105) 100%);
    animation: expandWidth 0.8s ease-out forwards;
    height: 4px;
    transform-origin: left;
    left: 0;
    content: '';
}

.company-info-1 .our-ethos-6:nth-child(2) {
    border-left-color: rgb(157,124,105);
    --i: 2;
}

.company-info-1 .our-ethos-6 h4 {
    position: relative;
    font-size: calc(19px * 1.1);
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-top: 0;
}

.company-info-1 .our-ethos-6:nth-child(2) h4::before {
    position: absolute;
    background: rgb(157,124,105,0.5);
    left: -30px;
    width: 25px;
    top: -8px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 25px;
    z-index: -1;
    opacity: 0.2;
    content: '';
}

.teaching-experience-4::after {
    content: "";
    filter: blur(20px);
    position: absolute;
    height: 40%;
    width: 40%;
    background: linear-gradient(225deg, rgb(157,124,105), rgb(157,124,105,0.5));
    z-index: 0;
    left: -5%;
    transform: rotate(-15deg);
    bottom: -5%;
    opacity: 0.07;
}

.teaching-experience-4 .user-voices-5::before {
    right: 1.5rem;
    z-index: -1;
    background: rgb(186,169,160,0.5);
    top: 1.5rem;
    height: 80px;
    position: absolute;
    border-radius: 10px;
    width: 80px;
    transform: rotate(15deg);
    opacity: 0.05;
    content: "";
}

.teaching-experience-4 .img-vertical-5 {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 2px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s ease;
    height: 170px;
    transform: perspective(800px) rotateY(5deg);
    position: relative;
    width: 170px;
    overflow: hidden;
}

.teaching-experience-4 .user-voices-5:hover .img-vertical-5::after {
    transform: rotate(25deg) translate(50%, 50%);
    opacity: 1;
}

.teaching-experience-4 .name::after {
    height: 3px;
    background: linear-gradient(to right, rgb(186,169,160), rgb(186,169,160,0.5));
    content: "";
    transition: transform 0.35s ease;
    width: 2.5rem;
    bottom: -5px;
    position: absolute;
    transform: scaleX(0.8);
    transform-origin: left center;
    left: 0;
}

.teaching-experience-4 .user-voices-5 > div:nth-child(2) > div::before {
    width: 3px;
    top: 0.4em;
    transition: height 0.3s ease, top 0.3s ease;
    opacity: 0.75;
    position: absolute;
    height: 0.8em;
    background-color: rgb(157,124,105);
    content: "";
    left: 0;
}

.teaching-experience-4 .exp-projects-4::before {
    left: -0.5rem;
    position: absolute;
    opacity: 0.15;
    top: -1.5rem;
    font-size: 4rem;
    content: "";
    line-height: 1;
    color: rgb(186,169,160,0.5);
}

.title-welcome-6 > div {
    width: 90%;
    padding: 2rem;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 3;
}

.title-welcome-6 .title_style_header {
    padding: 0;
    letter-spacing: -0.02em;
    background-clip: text !important;
    font-weight: 700;
    animation: textShine 5s infinite alternate ease-in-out;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 48px);
    position: relative;
    color: transparent;
    margin: 0;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, 
    #ffffff 0%,
    rgb(157,124,105) 100%);
}

.title-welcome-6 .story-info-9 h3 {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    font-size: clamp(1.2rem, 3vw, 21px);
}

.title-welcome-6 .page-title-2 span {
    padding-left: 2rem;
    display: inline-block;
    position: relative;
}

.title-welcome-6 .page-title-2 p {
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    opacity: 0.9;
    font-size: clamp(1rem, 2vw, 13px);
}

.course-beneficiaries-9::before {
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background-size: 40px 40px;
    z-index: -1;
    height: 100%;
}

.course-beneficiaries-9 li {
    border: 1px solid rgba(#ffffff, 0.1);
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: flex-start;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    padding: 1.5rem;
    transition: all 0.3s ease;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    border-radius: 10px;
}

.course-beneficiaries-9 li {
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
}

.course-beneficiaries-9 li:hover::before,
.course-beneficiaries-9 li:hover::after {
    opacity: 1;
}

.course-beneficiaries-9 li svg {
    flex-shrink: 0;
    margin-right: 1.2rem;
    top: 2px;
    fill: rgb(157,124,105);
    height: 32px;
    transition: all 0.3s ease;
    position: relative;
    width: 32px;
}

.biz-learnings-2::before {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    box-shadow: 0 0 20px rgb(186,169,160,0.5);
    content: "";
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(186,169,160), rgb(157,124,105), transparent);
    opacity: 0.8;
}

.biz-learnings-2 .container {
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.biz-learnings-2 .company_holder::before {
    width: 200%;
    background: linear-gradient(90deg, transparent, rgb(186,169,160), transparent);
    content: "";
    transform: translateY(-1px);
    position: absolute;
    left: -50%;
    height: 1px;
    top: 0;
}

.biz-learnings-2 .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(186,169,160,0.5);
    transform: translateY(-5px);
}

.biz-learnings-2 .company_holder:hover h3::after {
    width: 100%;
}

.biz-learnings-2 .trust-badge-1 {
    max-width: 100%;
    line-height: 1.6;
    text-shadow: 0 0 10px #000000;
    opacity: 0.85;
    color: #ffffff;
    font-size: 12px;
}

.biz-learnings-2 .top-class-8 {
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    flex: 1 1 calc(50% - 1.25rem);
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    position: relative;
    padding: 2rem;
    min-width: 250px;
    border-radius: 20px;
}

.biz-learnings-2 .top-class-8 h5::after {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(157,124,105), rgb(186,169,160));
    height: 3px;
    position: absolute;
    width: 40px;
    box-shadow: 0 0 10px rgb(157,124,105);
    border-radius: 10px;
    transition: width 0.3s ease-out;
    bottom: -8px;
}

.biz-learnings-2 .top-class-8 .top-primary-1 a::after {
    height: 100%;
    width: 0;
    content: "";
    opacity: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
}

.glossary-1 {
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
    padding: 2rem 0;
    position: relative;
}

.glossary-1 .diversity-2 {
    color: #ffffff;
    opacity: 0.7;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-size: 13px;
    position: relative;
    text-shadow: 0 0 5px #000000;
    text-align: center;
}

.get-support-4::after {
    height: 300px;
    animation: floatShape 15s infinite alternate ease-in-out;
    filter: blur(30px);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    width: 300px;
    top: -10%;
    right: -5%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(186,169,160,0.5) 0%, rgb(157,124,105,0.5) 100%);
    opacity: 0.25;
    position: absolute;
}

.get-support-4 .connect-now-8 {
    border-radius: 14px;
    transform: translateY(0);
    display: grid;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    gap: 40px;
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    grid-template-columns: 1fr;
}

.get-support-4 .connect-now-8 > div:first-child {
    letter-spacing: 0.02em;
    color: #000000;
    font-size: calc(18px + 2px);
    border-left: 4px solid rgb(186,169,160);
    line-height: 1.7;
}

.get-support-4 .get-contactus-4 {
    display: flex;
    gap: 18px;
    flex-direction: column;
}

.get-support-4 svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.get-support-4 svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}

.get-support-4 .contact-section-1:hover svg {
    transform: scale(1.1);
}

.course-overview-2 {
    overflow: hidden;
    align-items: stretch;
    min-height: 100vh;
    position: relative;
    background-color: #ffffff;
    display: flex;
}

.course-overview-2 .learn-work-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 500%;
    animation: carousel-vertical 25s ease infinite;
}

.course-overview-2 .class-track-0::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.course-overview-2 .learn-explore-6 {
    max-width: 550px;
    border-radius: 0 22px 22px 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(215,208,204) 100%);
    padding: 3.5rem;
    border-left: 5px solid rgb(186,169,160);
}

.course-overview-2 .learn-explore-6 h3::after {
    width: 80px;
    left: 0;
    background: rgb(157,124,105);
    height: 3px;
    bottom: 0;
    position: absolute;
    content: '';
}

.course-overview-2 .learn-explore-6 .feedback-feedback-8:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.course-overview-2 .learn-explore-6 .feedback-feedback-8:hover::before {
    opacity: 1;
}

.thxWrap-8 {
    background: linear-gradient(145deg, rgb(186,169,160,0.5), rgb(157,124,105,0.5) 70%, rgb(255, 255, 255, 0.5));
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 5rem 0;
}

.thxWrap-8 .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}

.thxWrap-8 h2::after {
    transform: translateX(-50%) translateZ(20px);
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    height: 3px;
    background: linear-gradient(90deg, rgb(186,169,160), rgb(157,124,105));
    content: "";
    opacity: 0.8;
    width: 100px;
}

.thxWrap-8 .academy-team-3::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(186,169,160,0.5) 0%, transparent 100%);
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.05;
    content: "";
    height: 100%;
    top: 0;
}

.thxWrap-8 li::before {
    left: -5px;
    top: 0.7rem;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
    transform: scale(0);
    opacity: 0;
    border-radius: 50%;
    height: 0;
    width: 0;
    background: rgb(186,169,160);
}

header .head-edu-9 {
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    display: flex;
    position: relative;
}

header .head-edu-9 .top-learn-4 {
    position: relative;
    margin-right: 40px;
    z-index: 2;
}

header .head-edu-9 .top-learn-4 .top-learning-5::before {
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: -1;
    top: -5px;
    left: -5px;
    background: rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    border-radius: 10px;
    position: absolute;
    right: -5px;
    opacity: 0;
    bottom: -5px;
    content: "";
}

header .head-edu-9 .top-class-8 .head-lesson-8 a::before,
header .head-edu-9 .top-class-8 .head-lesson-8 a::after {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    transition: all 0.3s ease;
    top: 0;
    pointer-events: none;
}

header .head-edu-9 .top-class-8 .head-lesson-8 a::before {
    transform-origin: top center;
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(186,169,160,0.5), transparent);
}

.offer-list-2 {
    background: linear-gradient(145deg, rgb(215,208,204), #ffffff);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.offer-list-2 .learn-pricing-3 {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}

.offer-list-2 .member-fees-8 h2::after {
    width: 60%;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(186,169,160), transparent);
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.offer-list-2 .learning-packages-6 {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    order: 2;
}

.offer-list-2 .qtr-cost-7:nth-child(2) {
    --i: 2;
}

.offer-list-2 .qtr-cost-7:nth-child(4) {
    --i: 4;
}

.offer-list-2 .lesson-plans-3 {
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    background: #ffffff;
}

.offer-list-2 .qtr-cost-7:hover .package-deals-0::before {
    transform: translate(0, 0);
    opacity: 0.7;
}

.offer-list-2 .qtr-cost-7:hover h3 {
    color: rgb(186,169,160);
}

.offer-list-2 .annual-plan-7 {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(186,169,160);
    font-size: calc(22px + 0.8rem);
    font-weight: 700;
}

.offer-list-2 .img-vertical-5 {
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: transform 0.5s ease;
}

.offer-list-2 .qtr-cost-7:hover .img-vertical-5 {
    transform: scale(1.05);
}

.privacy-cookies-7 {
    margin: auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 30px;
    flex-wrap: wrap;
    max-width: 1200px;
}

.cookie-list-1 {
    margin-right: 20px;
    flex-shrink: 0;
}

.cookie-list-1 svg, .cookie-list-1 svg path {
    fill: rgb(186,169,160);
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
}

.data-accept-8:hover {
    transform: scale(1.05);
    box-shadow: rgb(186,169,160,0.5) 0px 6px 15px 0px;
}

.cookie-warning-alert-5 p a:hover {
    color: rgb(157,124,105);
}

.viewport-container-2 .cookie-warning-alert-5 {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(157,124,105);
}

#cookieWarningModal-3:checked ~ .cookie-warning-alert-5 {
    visibility: hidden;
    opacity: 0;
}

.privacy-hutch-2 h1, .privacy-hutch-2 h2 {
    text-transform: uppercase;
    color: rgb(186,169,160);
    margin-bottom: 0.75rem;
    letter-spacing: 0.05em;
}

.privacy-hutch-2 h1 {
    font-size: 44px;
    border-left: 4px solid rgb(157,124,105);
    padding-left: 0.5rem;
    font-weight: 700;
}

.privacy-hutch-2 ul li::before {
    content: '';
    margin-right: 0.75rem;
    background-color: rgb(186,169,160);
    height: 10px;
    border-radius: 50%;
    width: 10px;
}

.contact-section-3::before {
    right: 0;
    top: 0;
    content: "";
    width: 50%;
    position: absolute;
    opacity: 0.05;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(186,169,160,0.5),
        rgb(186,169,160,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    height: 100%;
}

.contact-section-3 .contact-query-3 {
    align-items: center;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 450px;
    background: transparent;
    position: relative;
}

.contact-section-3 .message-message-6:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-section-3 form {
    width: 100%;
}

.contact-section-3 form input[type="text"] {
    background: rgb(215,208,204);
    padding: 16px 20px;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
}

.contact-section-3 .request-request-4 label {
    padding-left: 35px;
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
}

.contact-section-3 .request-request-4 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(186,169,160);
}

.contact-section-3 form .feedback-feedback-8 {
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: rgb(186,169,160);
    position: relative;
    padding: 16px 35px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.contact-section-3 svg path {
    fill: rgb(186,169,160);
    transition: fill 0.3s ease;
}

.test-drive-9::after {
    content: '';
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    width: 100%;
    position: absolute;
}

.test-drive-9 .container p::before {
    content: '';
    left: 0;
    z-index: -1;
    background: rgb(186,169,160);
    top: 0;
    position: absolute;
    height: 30px;
    width: 30px;
}

.test-drive-9 .feedback-feedback-8::before {
    content: '';
    top: 0;
    right: 0;
    width: 30px;
    background: rgb(157,124,105);
    height: 30px;
    z-index: -1;
    position: absolute;
}

.test-drive-9 .feedback-feedback-8:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.test-drive-9 .academy-team-3::after {
    border-radius: 50%;
    width: 100px;
    background: rgb(157,124,105,0.5);
    height: 100px;
    position: absolute;
    opacity: 0.2;
    bottom: -30px;
    right: -30px;
    z-index: -1;
    content: '';
}


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




@media screen and (max-width: 992px) {.company-info-1 {
    padding: 60px 0;
}.company-info-1 h1 {
    font-size: calc(39px * 0.9);
}.company-info-1 .knowledge-pro-4 ul {
    grid-template-columns: 1fr;
    gap: 30px;
}.company-info-1 .our-ethos-6 {
    max-width: 100%;
}
}



@media (min-width: 768px) {.teaching-experience-4 {
    padding: 6rem 0;
}.teaching-experience-4 .user-voices-5 {
    grid-template-columns: auto 1fr;
    padding: 3rem;
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
}.teaching-experience-4 .user-voices-5 > div:first-child {
    grid-row: 1 / 3;
    justify-self: start;
}.teaching-experience-4 .img-vertical-5 {
    height: 280px;
    width: 220px;
}.teaching-experience-4 .name {
    margin: 0 0 1rem;
    font-size: calc(20px * 1.1);
}.teaching-experience-4 .exp-projects-4 {
    padding-left: 1.5rem;
    line-height: 1.75;
    font-size: calc(14px * 1.05);
}
}



@media (hover: none) {.teaching-experience-4 .user-voices-5 {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                    0 1px 4px rgba(0,0,0,0.03),
                    0 20px 40px rgba(rgb(186,169,160,0.5), 0.04) !important;
}.teaching-experience-4 .img-vertical-5 {
    transform: none !important;
}.teaching-experience-4 .img-vertical-5::after {
    display: none;
}.teaching-experience-4 .name::after {
    transform: scaleX(1);
}}



@media (min-width: 992px) {.course-beneficiaries-9 ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}.course-beneficiaries-9 li:first-child {
    grid-row: 1;
    grid-column: 1;
}.course-beneficiaries-9 li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.course-beneficiaries-9 li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.course-beneficiaries-9 li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.course-beneficiaries-9 li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
}.course-beneficiaries-9 li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}



@media (max-width: 1200px) {.biz-learnings-2 .container {
    gap: 2rem;
}.biz-learnings-2 .company_holder {
    flex: 1 1 320px;
}.biz-learnings-2 .footer-careers-9 {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}



@media (max-width: 992px) {.biz-learnings-2 {
    padding: 3.5rem 0 2rem;
}.biz-learnings-2 .container {
    gap: 2rem;
    flex-direction: column;
}.biz-learnings-2 .company_holder,
    .biz-learnings-2 .footer-careers-9 {
    flex: 1 1 100%;
    min-width: 100%;
}.biz-learnings-2 .top-class-8 {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}



@media (min-width: 768px) {.get-support-4 {
    padding: 150px 30px;
}.get-support-4 h1 {
    margin-bottom: 80px;
}.get-support-4 .connect-now-8 {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px;
}.get-support-4 .connect-now-8 > div:first-child {
    grid-column: 1 / -1;
}
}



@media (max-width: 767px) {.get-support-4 {
    padding: 80px 15px;
}.get-support-4 h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.get-support-4 .connect-now-8 {
    padding: 30px 20px;
}.get-support-4 .connect-now-8 > div {
    padding: 15px;
}.get-support-4 span {
    margin-left: 20px;
}.get-support-4 .contact-section-1 {
    padding: 8px 10px;
}
}



@media screen and (max-width: 1200px) {.course-overview-2 .quick-progress-2 {
    width: 50%;
}.course-overview-2 .academy-team-3 {
    padding-left: 5%;
    width: 50%;
}.course-overview-2 .learn-explore-6 {
    padding: 2.5rem;
}
}



@media screen and (max-width: 576px) {.course-overview-2 .quick-progress-2 {
    height: 300px;
}.course-overview-2 .container {
    padding: 2rem 1rem;
}.course-overview-2 .learn-explore-6 {
    padding: 1.5rem;
}.course-overview-2 .learn-explore-6 h3 {
    font-size: calc(41px * 0.7);
}.course-overview-2 .learn-explore-6 p {
    margin-bottom: 2rem;
    font-size: calc(12px * 0.9);
}.course-overview-2 .learn-explore-6 .feedback-feedback-8 {
    padding: 1rem;
    text-align: center;
    width: 100%;
}.course-overview-2 .learn-explore-6::before {
    display: none;
}}



@media (max-width: 767px) {.thxWrap-8 {
    padding: 4rem 0;
}.thxWrap-8 .academy-team-3 {
    padding: 1.5rem;
    transform: translateZ(10px) rotateX(1deg);
}.thxWrap-8 h2 {
    margin-bottom: 2rem;
    transform: translateZ(15px);
    font-size: clamp(1.2rem, 5vw, 1.8rem);
}.thxWrap-8 .academy-team-3:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thxWrap-8 span {
    font-size: 0.95rem;
}
}



@media (max-width: 992px) {header .head-edu-9 {
    padding: 15px;
    flex-direction: column;
}header .head-edu-9 .top-learn-4 {
    margin: 0 0 15px 0;
}header .head-edu-9 .top-class-8 {
    flex-wrap: wrap;
    perspective: none;
    width: 100%;
    justify-content: center;
}header .head-edu-9 .top-class-8 .head-lesson-8 a {
    transform-style: flat;
    padding: 10px 15px;
    font-size: calc(18px - 1px);
}header .head-edu-9 .top-class-8 .head-lesson-8:hover a {
    transform: none;
}header .head-edu-9 .top-class-8 .head-lesson-8 a::before,
    header .head-edu-9 .top-class-8 .head-lesson-8 a::after {
    display: none;
}
}



@media (max-width: 767px) {.offer-list-2 {
    padding: 4rem 0;
}.offer-list-2 .member-fees-8 h2 {
    font-size: calc(34px - 0.2rem);
}.offer-list-2 .member-fees-8 .skill-offers-2 {
    font-size: calc(13px - 0.1rem);
    max-width: 100%;
}.offer-list-2 .qtr-cost-7 h3 {
    font-size: 18px;
}.offer-list-2 .annual-plan-7 {
    font-size: calc(22px + 0.5rem);
}.offer-list-2 .img-vertical-5 {
    height: 160px;
}}



@media screen and (max-width: 1100px) {.contact-section-3 .contact-query-3 {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact-section-3 .img-vertical-5 {
    height: 500px;
}.contact-section-3 .message-message-6 {
    padding: 40px;
}
}



@media screen and (max-width: 576px) {.contact-section-3 {
    padding: 50px 0;
}.contact-section-3 h2 {
    font-size: calc(28px * 0.85);
}.contact-section-3 .img-vertical-5 {
    height: 250px;
}.contact-section-3 .message-message-6 {
    padding: 30px 25px;
}.contact-section-3 form h3 {
    font-size: calc(20px * 0.9);
}.contact-section-3 form .feedback-feedback-8 {
    width: 100%;
}}



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



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}



@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}



@keyframes pulse {
  0% {
    transform: rotate(45deg) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: rotate(45deg) scale(1.3);
    opacity: 1;
  }
}



@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0deg);
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        transform: translate(-20px, 20px) rotate(4deg);
        border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    }
    100% {
        transform: translate(20px, -15px) rotate(-5deg);
        border-radius: 35% 65% 60% 40% / 40% 45% 65% 55%;
    }
}



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



@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.05);
  }
}

