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

.viewport-container-2 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.top-tutor-4 {
    flex: 1 0 auto;
}


.company-info-1 {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(215,208,204) 0%, rgb(186,169,160,0.5) 100%);
    position: relative;
}

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

.company-info-1 h1 {
    display: inline-block;
    font-weight: 700;
    font-size: 39px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}

.company-info-1 .knowledge-pro-4 ul {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    padding: 0;
    display: grid;
    margin: 0;
    list-style: none;
}

.company-info-1 .our-ethos-6:nth-child(1) {
    --i: 1;
}

.company-info-1 .our-ethos-6:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08);
}

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

.teaching-experience-4 {
    background-color: rgb(215,208,204);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.teaching-experience-4 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.teaching-experience-4 .user-voices-5 {
    position: relative;
    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);
    border-left: 4px solid rgb(186,169,160);
    gap: 2rem;
    display: grid;
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    grid-template-columns: 1fr;
    padding: 2.5rem;
}

.teaching-experience-4 .img-vertical-5::before {
    content: "";
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(186,169,160,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgb(157,124,105,0.5), 0.2) 100%
    );
    position: absolute;
    z-index: 1;
}

.teaching-experience-4 .name {
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
    margin: 0 0 0.75rem;
    font-size: 20px;
    letter-spacing: 0.03em;
}

.teaching-experience-4 .user-voices-5:hover .name::after {
    transform: scaleX(1);
}

.teaching-experience-4 .user-voices-5:hover > div:nth-child(2) > div {
    opacity: 1;
    color: rgb(186,169,160);
}

.teaching-experience-4 .user-voices-5:hover > div:nth-child(2) > div::before {
    top: 0.2em;
    height: 1.2em;
}

.teaching-experience-4 .exp-projects-4 {
    font-size: 14px;
    color: #000000;
    margin: 0;
    padding-left: 1rem;
    position: relative;
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(186,169,160,0.5), 0.3);
    transition: border-color 0.3s ease;
}

.title-welcome-6::before {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.85) 100%);
    content: "";
    left: 0;
    right: 0;
    top: 0;
}

.title-welcome-6 > div > div:first-child {
    position: relative;
    transform: translateZ(30px);
    margin-bottom: 4rem;
}

.title-welcome-6 .page-title-2 {
    transform: translateZ(20px);
    border-left: 2px solid rgb(157,124,105);
    display: flex;
    clip-path: polygon(
    0 0, 
    100% 0, 
    100% calc(100% - 30px), 
    calc(100% - 30px) 100%, 
    0 100%
  );
    flex-direction: column;
    padding: 3rem;
    backdrop-filter: blur(5px);
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.5),
    0 1px 2px 0 rgba(255, 255, 255, 0.05) inset;
    gap: 2rem;
    position: relative;
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.03) 100%);
}

.title-welcome-6 .page-title-2 > div:nth-child(2) {
    position: relative;
    transform: translateZ(5px);
    margin-top: 0.5rem;
}

.title-welcome-6 .page-title-2 span::before {
    left: 0;
    animation: lineWidth 3s infinite alternate ease-in-out;
    transform-origin: left center;
    position: absolute;
    content: "";
    top: 50%;
    background: rgb(186,169,160);
    transform: scaleX(1);
    height: 1px;
    width: 20px;
}

.course-beneficiaries-9 .academy-team-3 {
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    padding: 0 2rem;
}

.course-beneficiaries-9 h3 {
    font-size: 38px;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    padding: 0.8rem 2rem;
    padding: 1rem 0;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: right;
    position: relative;
    display: inline-block;
    align-self: flex-end;
    color: #ffffff;
    background: rgba(rgb(186,169,160,0.5), 0.2);
    border-radius: 10px 0 0 10px;
}

.course-beneficiaries-9 ul {
    margin: 0;
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1.5rem;
}

.course-beneficiaries-9 li::before {
    top: 0;
    opacity: 0;
    background: linear-gradient(
        90deg,
        rgb(186,169,160,0.5),
        rgb(157,124,105,0.5)
    );
    width: 100%;
    height: 4px;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
}

.course-beneficiaries-9 li::before {
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(
        90deg,
        rgb(157,124,105),
        transparent
    );
}

.course-beneficiaries-9 li:hover svg {
    transform: scale(1.2);
}

footer {
    position: relative;
    z-index: 1;
}

footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(186,169,160,0.5) 25%, rgb(186,169,160,0.5) 26%, transparent 27%, transparent 74%, rgb(157,124,105,0.5) 75%, rgb(157,124,105,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(186,169,160,0.5) 25%, rgb(186,169,160,0.5) 26%, transparent 27%, transparent 74%, rgb(157,124,105,0.5) 75%, rgb(157,124,105,0.5) 76%, transparent 77%, transparent);
    left: 0;
    content: "";
    opacity: 0.15;
    background-size: 50px 50px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    top: 0;
}

.biz-learnings-2 .company_holder::after {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(157,124,105), transparent);
    bottom: 0;
    transform: translateY(1px);
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
}

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

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

.biz-learnings-2 .top-class-8 h5 {
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 15px rgb(157,124,105,0.5);
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
}

.biz-learnings-2 .top-class-8 .top-primary-1 {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.biz-learnings-2 .top-class-8 .top-primary-1 a::before {
    content: "";
    transition: all 0.3s ease;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(186,169,160), rgb(157,124,105));
    z-index: -1;
    width: 3px;
    top: 0;
}

.biz-learnings-2 .top-class-8 .top-primary-1 a:hover::before {
    box-shadow: 0 0 10px rgb(186,169,160);
    width: 5px;
    opacity: 1;
}

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

.get-support-4::before {
    opacity: 0.15;
    background-image: 
        linear-gradient(30deg, rgb(186,169,160,0.5) 1px, transparent 1px),
        linear-gradient(150deg, rgb(186,169,160,0.5) 1px, transparent 1px);
    left: 0;
    width: 100%;
    content: "";
    background-size: 40px 40px;
    pointer-events: none;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
}

.get-support-4 h1::after {
    bottom: -12px;
    left: 50%;
    background: linear-gradient(90deg, rgb(186,169,160) 0%, rgb(157,124,105) 100%);
    width: 80px;
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
}

.get-support-4 .connect-now-8 > div:hover {
    box-shadow: 0 8px 28px -4px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.01);
}

.get-support-4 h6 {
    gap: 12px;
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    color: #000000;
    display: flex;
    margin-bottom: 15px;
}

.get-support-4 .contact-section-1 {
    display: flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    padding: 10px 15px;
    background: linear-gradient(135deg, rgba(250, 252, 255, 0.8), rgba(245, 247, 251, 0.4));
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    transform-origin: left center;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

.course-overview-2 .quick-progress-2 {
    top: 0;
    width: 55%;
    right: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.course-overview-2 .quick-progress-2:hover .learn-work-2 {
    animation-play-state: paused;
}

.course-overview-2 .class-track-0 img {
    transform: scale(1.05);
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    object-fit: cover;
}

.course-overview-2 .academy-team-3 {
    width: 45%;
    flex-direction: column;
    padding-left: 8%;
    justify-content: center;
    display: flex;
}

.course-overview-2 .learn-explore-6 h3 {
    position: relative;
    font-size: 41px;
    font-weight: 700;
    color: rgb(186,169,160);
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
}

.course-overview-2 .learn-explore-6 .feedback-feedback-8 {
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
    padding: 1.2rem 2.5rem;
    background: linear-gradient(45deg, rgb(186,169,160) 0%, rgb(157,124,105) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.thxWrap-8::after {
    height: 100%;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    right: -50%;
    position: absolute;
    top: -50%;
    content: "";
    transform: rotate(45deg);
    filter: blur(100px);
    opacity: 0.2;
    animation: glow 10s infinite alternate;
}

.thxWrap-8 h2 {
    text-align: center;
    color: #000000;
    transform: translateZ(30px);
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    font-size: clamp(1.5rem, 3vw, 28px);
    animation: fadeSlideIn 0.8s ease-out both;
    position: relative;
}

.thxWrap-8 .academy-team-3:hover {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
    transform: translateZ(25px) rotateX(0deg);
}

.thxWrap-8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thxWrap-8 li:hover::before {
    width: 8px;
    transform: scale(1);
    height: 8px;
    left: -20px;
    opacity: 1;
}

header::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
}

header .head-edu-9 .top-learn-4 .top-learning-5 {
    position: relative;
    display: block;
    padding: 5px;
}

header .head-edu-9 .top-learn-4 .top-learning-5:hover::before {
    transform: scale(1);
    opacity: 0.1;
}

header .head-edu-9 .top-class-8 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    perspective: 1000px;
}

header .head-edu-9 .top-class-8 .head-lesson-8 a {
    letter-spacing: 0.5px;
    display: block;
    font-weight: 600;
    transform-style: preserve-3d;
    padding: 12px 20px;
    font-size: 18px;
    background: linear-gradient(to bottom, transparent, transparent);
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}

header .head-edu-9 .top-class-8 .head-lesson-8:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

.offer-list-2::before {
    content: "";
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    left: 0;
    height: 100%;
    position: absolute;
}

.offer-list-2 .member-fees-8 h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 34px;
    color: rgb(186,169,160);
    font-weight: 700;
}

.offer-list-2 .member-fees-8 .skill-offers-2 {
    margin: 0 auto;
    font-weight: 400;
    color: #000000;
    max-width: 80%;
    line-height: 1.6;
    font-size: 13px;
}

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

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

.offer-list-2 .qtr-cost-7:hover {
    transform: translateY(-5px) scale(1.02);
}

.offer-list-2 .qtr-cost-7:hover .lesson-plans-3 {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.offer-list-2 .package-deals-0::before {
    content: "";
    right: 0;
    z-index: -1;
    opacity: 0;
    transform: translate(30px, -30px);
    height: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(186,169,160,0.5) 50%);
    width: 120px;
    top: 0;
    position: absolute;
}

.offer-list-2 .qtr-cost-7:hover .annual-plan-7::before {
    width: 80px;
}

.offer-list-2 .qtr-cost-7 p {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    -ms-word-break: break-all;
    overflow-wrap: break-word;
    margin-bottom: 0;
    word-wrap: break-word;
    word-break: break-word;
}

.cookie-warning-alert-5 {
    bottom: 0;
    z-index: 90;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    background: rgb(157,124,105);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    position: fixed;
    border-top: 2px solid rgb(186,169,160);
    width: 100%;
}

.cookie-list-1:hover svg {
    transform: rotate(10deg);
}

.cookie_button.policy-opt-1 {
    background: rgb(186,169,160);
}

.cookie_button.cookie-gate-6 {
    background: rgb(157,124,105);
}

.cookie-warning-alert-5 p a {
    color: rgb(186,169,160);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    font-weight: 600;
}

.viewport-container-2 .data-accept-8 {
    background: rgb(186,169,160);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-weight: 400;
    margin-left: 30px;
    font-size: 14px;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
}

.privacy-hutch-2 h2 {
    font-size: 32px;
    padding-left: 0.5rem;
    border-left: 3px solid rgb(157,124,105,0.5);
    font-weight: 600;
}

.privacy-hutch-2 ul li {
    border-radius: 10px;
    font-size: 13px;
    display: flex;
    padding: 0.5rem;
    background-color: rgb(157,124,105,0.5);
    font-weight: 400;
    align-items: center;
}

.privacy-hutch-2 div {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.contact-section-3 {
    overflow: hidden;
    background: linear-gradient(125deg, rgb(215,208,204) 0%, rgb(215,208,204) 60%, rgb(186,169,160,0.5) 100%);
    position: relative;
    padding: 110px 0;
}

.contact-section-3 h2::before {
    left: 50%;
    background: rgb(186,169,160);
    bottom: -15px;
    content: "";
    border-radius: 2px;
    width: 60px;
    position: absolute;
    height: 4px;
    transform: translateX(-50%);
}

.contact-section-3 .img-vertical-5:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-section-3 .message-message-6 {
    background: #ffffff;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    padding: 50px;
}

.contact-section-3 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(186,169,160);
    outline: none;
}

.contact-section-3 .request-request-4 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-section-3 .request-request-4 label::before {
    border-radius: 4px;
    top: 2px;
    content: "";
    background: rgb(215,208,204);
    transition: all 0.3s ease;
    width: 22px;
    left: 0;
    height: 22px;
    position: absolute;
}

.contact-section-3 .request-request-4 label a:hover {
    color: rgb(157,124,105);
}

.contact-section-3 form .feedback-feedback-8::after {
    width: 0;
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    transition: width 0.3s ease;
    z-index: 0;
    background: rgb(157,124,105);
    content: "";
}

.contact-section-3 svg {
    fill: rgb(186,169,160);
    height: 22px;
    width: 22px;
}

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

.test-drive-9 .container {
    position: relative;
}

.test-drive-9 .feedback-feedback-8 {
    align-self: flex-end;
    font-size: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    padding: 20px 40px;
    color: #ffffff;
    border-radius: 12px 0 12px 12px;
    background: rgb(186,169,160);
    transition: all 0.4s ease;
    z-index: 5;
}

.test-drive-9 .feedback-feedback-8:hover::after {
    transform: translateX(0);
}

.test-drive-9 .academy-team-3::before {
    transform: translateY(-50%);
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    left: -30px;
    content: '';
    width: 60px;
    height: 60px;
    top: 50%;
    border-radius: 50%;
    background: rgb(186,169,160,0.5);
}


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



@media screen and (max-width: 768px) {.company-info-1 {
    padding: 50px 0;
}.company-info-1 h1 {
    font-size: calc(39px * 0.85);
    margin-bottom: 30px;
}.company-info-1 h1::after {
    height: 3px;
}.company-info-1 .our-ethos-6 {
    padding: 25px 20px;
}.company-info-1 .our-ethos-6 h4 {
    font-size: 19px;
}.company-info-1 .our-ethos-6 div {
    font-size: calc(12px * 0.95);
    max-height: 250px;
}
}



@media (min-width: 992px) {.teaching-experience-4 {
    padding: 8rem 0;
}.teaching-experience-4 .user-voices-5 {
    max-width: 90%;
    margin: 0 auto;
    padding: 4rem;
    gap: 2.5rem 4rem;
    border-left-width: 6px;
}.teaching-experience-4 .img-vertical-5 {
    height: 320px;
    width: 240px;
}.teaching-experience-4 .user-voices-5 > div:nth-child(2) > div {
    font-size: calc(14px * 1);
}.teaching-experience-4 .exp-projects-4 {
    line-height: 1.8;
    font-size: calc(14px * 1.1);
}
}



@media (max-width: 992px) {.title-welcome-6 > div {
    padding: 1.5rem;
    transform: perspective(800px) rotateX(1deg);
}.title-welcome-6 .page-title-2 {
    padding: 2rem;
    gap: 1.5rem;
}.title-welcome-6 > div > div:first-child {
    margin-bottom: 3rem;
}
}



@media (max-width: 480px) {.title-welcome-6 {
    padding-top: 5vh;
}.title-welcome-6 > div {
    padding: 0.75rem;
    width: 95%;
}.title-welcome-6 .page-title-2 {
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% calc(100% - 15px), 
      calc(100% - 15px) 100%, 
      0 100%
    );
    gap: 0.75rem;
    padding: 1.25rem;
}.title-welcome-6 .story-info-9::before {
    top: 0.4rem;
    width: 6px;
    left: -1rem;
    height: 6px;
}.title-welcome-6 .page-title-2 span {
    padding-left: 1.5rem;
}.title-welcome-6 .page-title-2 span::before {
    width: 15px;
}.title-welcome-6 .title_style_header::after {
    height: 2px;
    width: 50px;
}}



@media (max-width: 768px) {.course-beneficiaries-9 {
    padding: 3.5rem 0;
}.course-beneficiaries-9 .academy-team-3 {
    padding: 0 1.5rem;
}.course-beneficiaries-9 h3 {
    font-size: calc(38px * 0.8);
    width: auto;
    text-align: center;
    padding: 0.6rem 1.5rem;
    align-self: center;
    margin-bottom: 2rem;
    border-radius: 10px;
}.course-beneficiaries-9 h3::before {
    height: 4px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    bottom: 0;
}.course-beneficiaries-9 h3::after {
    display: none;
}.course-beneficiaries-9 ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}
}



@media (max-width: 576px) {.biz-learnings-2 {
    padding: 2.5rem 0 1rem;
}.biz-learnings-2 .top-primary-1 {
    gap: 1rem;
}.biz-learnings-2 .top-class-8 {
    min-width: 100%;
    flex: 1 1 100%;
}.biz-learnings-2 .top-class-8 .top-primary-1 a {
    padding: 0.4rem 0.8rem;
}.biz-learnings-2 .top-class-8 .top-primary-1 a:hover {
    padding-left: 1.2rem;
}.glossary-1 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.biz-learnings-2 .company_holder:hover,
    .biz-learnings-2 .top-class-8:hover {
    transform: translateY(-2px);
}}



@media (hover: none) {.get-support-4 .connect-now-8:hover {
    transform: none;
}.get-support-4 .connect-now-8 > div:hover {
    box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.05);
    transform: none;
}.get-support-4 .contact-section-1:hover {
    transform: none;
}}



@media screen and (max-width: 992px) {.course-overview-2 {
    min-height: auto;
    flex-direction: column;
}.course-overview-2 .quick-progress-2 {
    width: 100%;
    height: 400px;
    position: relative;
}.course-overview-2 .learn-work-2 {
    width: 500%;
    flex-direction: row;
    animation: carousel-horizontal 25s ease infinite;
    height: 100%;
}.course-overview-2 .class-track-0 {
    width: 20%;
    height: 100%;
}.course-overview-2 .class-track-0::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.course-overview-2 .container {
    padding: 3rem 1rem;
}.course-overview-2 .academy-team-3 {
    margin: 0 auto;
    padding-left: 0;
    max-width: 800px;
    width: 100%;
}.course-overview-2 .learn-explore-6 {
    border-top: 5px solid rgb(186,169,160);
    border-left: none;
    max-width: 100%;
    border-radius: 22px;
}.course-overview-2 .learn-explore-6::before {
    border-top: none;
    border-radius: 10px;
    right: 20px;
    border: 1px solid rgb(157,124,105,0.5);
    top: 20px;
    bottom: 20px;
    left: 20px;
}
}



@media (max-width: 480px) {.thxWrap-8 {
    padding: 3rem 0;
}.thxWrap-8 .container {
    padding: 0 1.5rem;
}.thxWrap-8 h2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}.thxWrap-8 .academy-team-3 {
    padding: 1.25rem;
}.thxWrap-8 span {
    line-height: 1.5;
    font-size: 0.9rem;
}}



@media (min-width: 992px) {.offer-list-2 .learn-pricing-3 {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.offer-list-2 .member-fees-8 {
    flex-direction: column;
    padding: 4rem 3rem;
    height: 100%;
    justify-content: center;
    order: 2;
    display: flex;
    text-align: left;
}.offer-list-2 .member-fees-8 h2::after {
    left: 0;
    width: 100px;
    background: linear-gradient(90deg, rgb(186,169,160), transparent);
    transform: none;
}.offer-list-2 .member-fees-8 .skill-offers-2 {
    max-width: 100%;
    margin: 0;
}.offer-list-2 .learning-packages-6 {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}


@media only screen and (max-width: 800px) {.privacy-hutch-2 {
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 10px;
}.privacy-hutch-2 h1 {
    font-size: calc(21px * 0.9);
}.privacy-hutch-2 h2 {
    font-size: calc(21px * 0.9);
}.privacy-hutch-2 ul {
    gap: 0.75rem;
}.privacy-hutch-2 ul li {
    padding: 0.75rem;
}.privacy-hutch-2 ul li::before {
    height: 8px;
    width: 8px;
}}



@media screen and (max-width: 767px) {.contact-section-3 {
    padding: 60px 0;
}.contact-section-3 h2 {
    margin-bottom: 40px;
}.contact-section-3 .img-vertical-5 {
    height: 350px;
}
}



@media (max-width: 991px) {.test-drive-9 {
    padding: 90px 0;
}.test-drive-9 .container p {
    font-size: calc(19px * 1.2);
    margin-bottom: 40px;
    padding: 25px 40px;
}.test-drive-9 .feedback-feedback-8 {
    padding: 18px 35px;
}
}



@media (max-width: 480px) {.test-drive-9 {
    padding: 50px 0;
}.test-drive-9 .academy-team-3 {
    align-items: stretch;
}.test-drive-9 .container p {
    width: 100%;
    font-size: calc(17px * 1.2);
    margin-bottom: 25px;
    padding: 15px 20px;
}.test-drive-9 .feedback-feedback-8 {
    align-self: flex-start;
    padding: 12px 25px;
    font-size: calc(18px * 0.9);
}
}



@keyframes lineWidth {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1.5);
  }
}



@keyframes gradientShift {
  0% {
    opacity: 0.7;
    background-position: 0% 50%;
  }
  100% {
    opacity: 0.9;
    background-position: 100% 50%;
  }
}



@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}



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



@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}

