* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
}.footer-subscribe {
    flex: 0 0 auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 17px;
}::-webkit-scrollbar-track {
    border-radius: 18px;
    background: rgb(179,176,177);
    box-shadow: inset -2px -5px 3px -1px rgba(0, 0, 0, 0.4);
    margin: 1px 0;
}::-webkit-scrollbar-thumb {
    border: 1px dashed rgb(146,142,143,0.5);
    animation: glow_scrollbar 3.1s ease-out 3;
    border-radius: 16px;
    background: rgb(146,142,143);
}html {
    scrollbar-color: rgb(146,142,143,0.5) rgb(146,142,143,0.5);
    scrollbar-width: thin;
}a {
    text-decoration: none;
    color: inherit;
}.framework-wrap {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1251px;
}header,footer {
    width: 100%;
}.header-tutor {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.welcome-board {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    align-items: center;
}.welcome-board::before {
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(146,142,143,0.5),
    rgb(115,109,111,0.5),
    rgba(0, 0, 0, 0.65)
  );
}.welcome-board > div {
    position: relative;
    padding: 2rem;
    max-width: 1200px;
    transform: translateY(calc(var(--scroll-y, 0) * -0.2px));
    width: 90%;
    z-index: 2;
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.welcome-board .title_style_header {
    line-height: 1.2;
    transform: translateX(calc(var(--scroll-y, 0) * 0.1px));
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding-bottom: 0.5em;
    font-size: clamp(2rem, 5vw, 43px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 0.03em;
}.welcome-board .title_style_header::after {
    background: linear-gradient(
    90deg,
    rgb(146,142,143),
    rgb(115,109,111)
  );
    position: absolute;
    left: 0;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: 0;
    height: 4px;
    transform-origin: left;
    width: 60%;
    content: "";
}.welcome-board .learn-quickpro {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 8px 15px rgba(0, 0, 0, 0.15);
    transform: translateX(calc(var(--scroll-y, 0) * -0.15px));
    padding: 2.5rem;
    border-left: 4px solid rgb(146,142,143);
    backdrop-filter: blur(10px);
}.welcome-board .teach-style {
    margin-bottom: 1.5rem;
    position: relative;
}.welcome-board .teach-style::before {
    content: "";
    opacity: 0.8;
    border-top: 2px solid rgb(115,109,111);
    top: -10px;
    border-right: 2px solid rgb(115,109,111);
    position: absolute;
    width: 40px;
    height: 40px;
    right: -10px;
}.welcome-board .teach-style h3 {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-size: clamp(1.2rem, 3vw, 20px);
}.welcome-board span p {
    font-size: clamp(1rem, 2vw, 17px);
    letter-spacing: 0.015em;
    line-height: 1.7;
    opacity: 0;
    color: #ffffff;
    margin-top: 1rem;
    position: relative;
    border-left: 2px solid rgb(115,109,111);
    padding-left: 1rem;
    transform: translateY(20px);
    animation: fadeUp 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
}@keyframes expandLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.welcome-board > div > div:first-child {
    transform: translateY(30px);
    opacity: 0;
    animation: revealTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}@keyframes revealTitle {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.welcome-board {
    perspective: 1000px;
}.welcome-board .learn-quickpro {
    transition: transform 0.2s ease-out;
    transform-style: preserve-3d;
}.welcome-board:hover .learn-quickpro {
    transform: translateZ(20px) rotateX(2deg);
}.welcome-board .teach-style {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.welcome-board .teach-style:hover {
    transform: translateX(10px);
}.welcome-board .teach-style:hover::before {
    animation: borderPulse 2s infinite alternate;
}

@keyframes borderPulse {
  0% {
    border-color: rgb(115,109,111);
  }
  100% {
    border-color: rgb(146,142,143);
  }
}


@media (min-width: 768px) {.welcome-board > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 3rem;
}.welcome-board .title_style_header {
    font-size: calc(43px * 1.2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 85%);
}.welcome-board .learn-quickpro {
    transform: translateY(-20px);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 5% 100%);
}
}

@media (min-width: 992px) {.welcome-board::after {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(rgb(146,142,143), 0.05)
    );
    right: 0;
    content: "";
    width: 40%;
}.welcome-board .title_style_header {
    margin-right: -2rem;
}.welcome-board .learn-quickpro {
    margin-left: -2rem;
}
}

@media (max-width: 767px) {.welcome-board {
    min-height: 80vh;
}.welcome-board > div {
    padding: 1.5rem;
    grid-gap: 1rem;
}.welcome-board .learn-quickpro {
    padding: 1.5rem;
}.welcome-board .title_style_header::after {
    width: 80%;
}.welcome-board .teach-style::before {
    right: -5px;
    top: -5px;
    height: 25px;
    width: 25px;
}
}

@media (prefers-reduced-motion: reduce) {.welcome-board * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
}}.usageAgreementAlert {
    background: rgb(179,176,177);
    z-index: 90;
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    border-top: 3px solid rgb(146,142,143);
}.consent-edu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}.edu-cookie {
    margin-right: 15px;
    flex-shrink: 0;
}.edu-cookie svg {
    fill: rgb(146,142,143);
    transition: fill 0.3s ease;
    height: 60px;
    width: 60px;
}.edu-cookie svg:hover {
    fill: rgb(115,109,111);
}.cookie-edu {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.usageAgreementAlert h5 {
    font-size: 21px;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    color: rgb(146,142,143);
    font-weight: 600;
}.usageAgreementAlert p {
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
}.privacy-notify {
    padding: 10px 20px;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-left: 10px;
    font-size: 15px;
    color: #ffffff;
    line-height: 35px;
    background: rgb(146,142,143);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}.privacy-notify:hover {
    background: rgb(115,109,111);
    box-shadow: 0 0 10px rgb(115,109,111,0.5);
}#accept-cookies-policy-terms {
    background: rgb(146,142,143);
}#turn-off-privacy-settings {
    background: rgba(0, 0, 0, 0.5);
}.usageAgreementAlert p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(146,142,143);
}.usageAgreementAlert p a:hover {
    color: rgb(115,109,111);
}
@media only screen and (max-width: 1200px) {.consent-edu {
    flex-direction: column;
    align-items: center;
}.edu-cookie {
    margin-bottom: 15px;
}.cookie-edu {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.privacy-notify {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.consent-edu {
    padding: 15px;
}.edu-cookie {
    display: none;
}.usageAgreementAlert h5 {
    font-size: 18px;
}.usageAgreementAlert p {
    font-size: 15px;
}}
#cookie-popup-toast {
    display: none;
}#cookie-popup-toast:checked ~ .usageAgreementAlert {
    visibility: hidden;
    opacity: 0;
}.course-summary {
    position: relative;
    background: linear-gradient(150deg, rgb(146,142,143,0.5) 0%, rgb(179,176,177) 50%, rgb(115,109,111,0.5) 100%);
    padding: 7rem 0;
    overflow: hidden;
}.course-summary::before {
    top: -25%;
    z-index: 0;
    filter: blur(60px);
    height: 150%;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    content: "";
    left: -25%;
    position: absolute;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(146,142,143,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(115,109,111,0.5) 0%, transparent 50%);
    transform-origin: center;
    opacity: 0.6;
    width: 150%;
}.course-summary::after {
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background-size: 20px 20px;
    animation: gridMove 30s linear infinite;
    height: 100%;
    top: 0;
    z-index: 1;
}.course-summary .container {
    z-index: 2;
    position: relative;
}.course-summary .our-journey {
    gap: 15px;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    min-height: 550px;
    display: grid;
    grid-template-rows: repeat(12, minmax(30px, auto));
}.course-summary .career-learn {
    backdrop-filter: blur(10px);
    grid-row: 3 / 11;
    background: rgba(255, 255, 255, 0.07);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / 8;
    padding: 2.5rem;
    position: relative;
    border-radius: 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(0);
    z-index: 5;
}.course-summary .career-learn::before {
    z-index: -1;
    width: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgb(146,142,143,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(115,109,111,0.5) 0%, transparent 80%);
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.15;
    top: 0;
    border-radius: 23px;
    left: 0;
}.course-summary .career-learn::after {
    content: "";
    left: 50%;
    filter: blur(1px);
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(to right, rgb(146,142,143) 0%, transparent 100%);
    position: absolute;
    height: 1px;
    width: 80%;
}.course-summary .nav-sitewrap {
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    position: relative;
    width: 110px;
    height: 110px;
    transform-style: preserve-3d;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.course-summary .nav-sitewrap::before {
    content: "";
    animation: rotateConic 10s linear infinite;
    inset: -4px;
    z-index: -1;
    background: conic-gradient(
        from 0deg, 
        rgb(146,142,143) 0%, 
        rgb(115,109,111) 50%, 
        rgb(146,142,143) 100%
    );
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    position: absolute;
}.course-summary .nav-sitewrap::after {
    z-index: -1;
    content: "";
    background: rgb(179,176,177);
    position: absolute;
    inset: 6px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.course-summary .nav-sitewrap svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 60px;
    width: 60px;
    animation: floatLogo 6s ease-in-out infinite;
    left: 50%;
    filter: drop-shadow(0 0 10px rgb(146,142,143,0.5));
}.course-summary .nav-sitewrap svg path {
    transition: fill 0.3s ease;
    fill: rgb(146,142,143);
}.course-summary h3 {
    margin-bottom: 1.5rem;
    position: relative;
    transform-origin: left bottom;
    padding-right: 2rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 0 0 20px rgb(146,142,143,0.5);
    transform: perspective(1000px) rotateX(2deg);
    font-size: 37px;
    color: #ffffff;
}.course-summary h3::before {
    left: 0;
    transform-origin: left;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(146,142,143);
    position: absolute;
    bottom: -8px;
    width: 60px;
    content: "";
    height: 3px;
}.course-summary p {
    color: #ffffff;
    max-width: 100%;
    font-size: 17px;
    position: relative;
    transform-origin: left bottom;
    line-height: 1.8;
    transform: perspective(1000px) rotateX(1deg);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}.course-summary .img-list {
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    height: 500px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    grid-row: 1 / 13;
    animation: morphShape 20s ease-in-out infinite alternate;
    position: relative;
    z-index: 4;
    grid-column: 5 / 13;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.course-summary .img-list::before {
    z-index: 1;
    mix-blend-mode: overlay;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(146,142,143,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(115,109,111,0.5) 0%, transparent 70%);
    opacity: 0.6;
    inset: 0;
    content: "";
    position: absolute;
}.course-summary .img-list::after {
    z-index: 1;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(179,176,177) 100%
    );
    animation: pulseOverlay 15s ease-in-out infinite;
    top: -25%;
    height: 150%;
    mix-blend-mode: multiply;
    opacity: 0.2;
    width: 150%;
    left: -25%;
    content: "";
    position: absolute;
}.course-summary .our-journey:hover .img-list {
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
}.course-summary .our-journey:hover .career-learn {
    transform: translateZ(20px) translateX(10px);
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}.course-summary .our-journey:hover .nav-sitewrap {
    transform: rotate(5deg) scale(1.05);
}.course-summary .our-journey:hover .nav-sitewrap svg path {
    fill: rgb(115,109,111);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.course-summary .our-journey {
    min-height: 500px;
}.course-summary .career-learn {
    grid-column: 1 / 8;
    padding: 2.2rem;
}.course-summary h3 {
    font-size: calc(37px * 0.9);
}.course-summary .nav-sitewrap {
    width: 100px;
    height: 100px;
}.course-summary .nav-sitewrap svg {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 992px) {.course-summary {
    padding: 5rem 0;
}.course-summary .our-journey {
    grid-template-rows: auto auto;
    gap: 10px;
    min-height: auto;
    grid-template-columns: 1fr;
}.course-summary .career-learn {
    z-index: 5;
    margin-top: -80px;
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    padding: 2.5rem;
}.course-summary .img-list {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    height: 350px;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
}.course-summary .nav-sitewrap {
    margin-right: auto;
    margin-left: auto;
}.course-summary h3 {
    padding-right: 0;
    text-align: center;
}.course-summary h3::before {
    left: 50%;
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-50%) scaleX(0);
}.course-summary p {
    text-align: center;
}.course-summary .our-journey:hover .img-list {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.course-summary .our-journey:hover .career-learn {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.course-summary {
    padding: 4rem 0;
}.course-summary .img-list {
    height: 300px;
}.course-summary .career-learn {
    margin-top: -60px;
    padding: 2rem;
}.course-summary .nav-sitewrap {
    margin-bottom: 1.3rem;
    height: 90px;
    width: 90px;
}.course-summary .nav-sitewrap svg {
    height: 50px;
    width: 50px;
}.course-summary h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 1.3rem;
}.course-summary p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.course-summary {
    padding: 3rem 0;
}.course-summary .img-list {
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}.course-summary .career-learn {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.course-summary .nav-sitewrap {
    height: 80px;
    width: 80px;
    margin-bottom: 1.2rem;
}.course-summary .nav-sitewrap svg {
    height: 45px;
    width: 45px;
}.course-summary h3 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.7);
}.course-summary h3::before {
    height: 2px;
    width: 50px;
}.course-summary p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    background: rgb(146,142,143,0.5);
    backdrop-filter: blur(20px);
    top: 0;
}header:before {
    height: 100%;
    width: 100%;
    left: 0;
    animation: shimmer 8s infinite linear;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    content: '';
    pointer-events: none;
    top: 0;
}header:after {
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(115,109,111) 0%,
        rgb(146,142,143) 50%,
        rgb(115,109,111) 100%
    );
    height: 3px;
    content: '';
    opacity: 0.8;
    filter: blur(1px);
    bottom: 0;
    position: absolute;
    left: 0;
}header .nav-block {
    overflow: hidden;
    position: relative;
}header .nav-block:before {
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(146,142,143,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(115,109,111,0.5) 0%, transparent 40%);
    top: 0;
    opacity: 0.15;
    pointer-events: none;
    content: '';
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
    height: 100%;
}header .container {
    max-width: 1200px;
    padding: 16px 25px;
    position: relative;
    margin: 0 auto;
}header .container:before {
    position: absolute;
    height: 1px;
    opacity: 0.5;
    left: 0;
    bottom: -1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 100%;
    content: '';
}header .nav-class {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .head-nav {
    gap: 35px;
    align-items: center;
    position: relative;
    display: flex;
}header .head-nav:before {
    top: 50%;
    height: 35px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%) scaleX(0.8);
    left: 0;
    opacity: 0;
    content: '';
    transition: all 0.4s ease;
    position: absolute;
}header .head-nav:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .main-learning {
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 5px 0;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
}header .main-learning:before {
    bottom: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    transform-origin: right;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    content: '';
    transform: scaleX(0);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}header .main-learning:after {
    background: linear-gradient(
        180deg,
        transparent,
        rgb(146,142,143,0.5),
        transparent
    );
    z-index: -1;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    height: 100%;
    transition: all 0.3s ease;
    content: '';
}header .main-learning:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .main-learning:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .main-learning:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .first-teach {
    align-items: center;
    position: relative;
    display: flex;
    padding: 5px;
    transition: all 0.4s ease;
    text-decoration: none;
}header .first-teach:before {
    width: calc(100% + 20px);
    transition: opacity 0.5s ease;
    background: radial-gradient(
        circle,
        rgb(146,142,143,0.5) 0%,
        transparent 70%
    );
    opacity: 0;
    z-index: -1;
    content: '';
    position: absolute;
    top: -10px;
    height: calc(100% + 20px);
    left: -10px;
}header .first-teach:after {
    opacity: 0;
    top: 0;
    width: 100%;
    border: 1px solid transparent;
    content: '';
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(146,142,143),
        transparent
    ) 1;
    height: 100%;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
}header .first-teach:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .first-teach:hover:after {
    opacity: 0.7;
}header .first-teach svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 3px rgb(146,142,143,0.5));
    height: 45px;
    width: auto;
}header .first-teach:hover svg {
    filter: drop-shadow(0 0 5px rgb(146,142,143));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .head-nav {
    gap: 20px;
}header .first-teach svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head-nav {
    right: -100%;
    -webkit-backdrop-filter: blur(15px);
    flex-direction: column;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    top: 0;
    width: 80%;
    padding: 80px 30px 30px;
    background: linear-gradient(
            135deg,
            rgb(146,142,143) 0%,
            rgb(146,142,143,0.5) 100%
        );
    max-width: 320px;
    z-index: 1001;
    backdrop-filter: blur(15px);
    gap: 20px;
    position: fixed;
    height: 100vh;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(146,142,143);
}header .head-nav:before {
    display: none;
}header .menu.active {
    right: 0;
}header .main-learning {
    padding: 12px 5px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .main-learning:last-child {
    border-bottom: none;
}header .first-teach {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .first-teach svg {
    height: 35px;
}}.explore-now {
    padding: 130px 0;
    position: relative;
    background: linear-gradient(140deg, rgb(179,176,177) 0%, #ffffff 100%);
    overflow: hidden;
}.explore-now::before {
    left: 0;
    width: 100%;
    opacity: 0.08;
    content: '';
    background-image: 
        linear-gradient(to right, rgb(146,142,143,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(146,142,143,0.5) 1px, transparent 1px);
    position: absolute;
    background-size: 20px 20px;
    top: 0;
    height: 100%;
    z-index: 1;
}.explore-now .our-journey {
    background: #ffffff;
    border-radius: 15px;
    z-index: 10;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    justify-content: space-between;
    padding: 60px;
    align-items: center;
    display: flex;
    flex-direction: row;
    position: relative;
}.explore-now .our-journey::before {
    width: 100%;
    content: '';
    z-index: -1;
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 96%, rgb(146,142,143) 96%, rgb(146,142,143) 100%);
    position: absolute;
    top: 0;
    border-radius: 15px;
}.explore-now .container p {
    font-size: 31px;
    font-weight: 700;
    z-index: 5;
    line-height: 1.4;
    margin: 0;
    flex: 0 0 65%;
    color: #000000;
    position: relative;
}.explore-now .request-feedback {
    height: 80px;
    position: relative;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(146,142,143,0.5) 0%, transparent 100%);
    overflow: hidden;
    border-radius: 6px;
    text-decoration: none;
    z-index: 5;
    border: 2px solid rgb(146,142,143);
    justify-content: center;
    flex: 0 0 30%;
    color: rgb(146,142,143);
    align-items: center;
    font-size: 14px;
    display: flex;
    transition: all 0.4s ease;
}.explore-now .request-feedback::before {
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    content: '';
    width: calc(100% + 4px);
    top: -2px;
    left: -2px;
    position: absolute;
    background: rgb(146,142,143);
    z-index: -1;
    height: calc(100% + 4px);
}.explore-now .request-feedback:hover {
    box-shadow: 0 10px 30px rgb(146,142,143,0.5);
    color: #ffffff;
}.explore-now .request-feedback:hover::before {
    transform: translateX(0);
}.explore-now::after {
    position: absolute;
    width: 400px;
    z-index: 1;
    right: -200px;
    content: '';
    top: -200px;
    background: radial-gradient(circle, rgb(146,142,143,0.5) 0%, transparent 70%);
    opacity: 0.4;
    height: 400px;
}.explore-now .our-journey::after {
    height: 30px;
    position: absolute;
    content: '';
    left: 60px;
    background: #ffffff;
    width: 30px;
    border: 2px solid rgb(146,142,143);
    border-radius: 50%;
    z-index: 2;
    bottom: -15px;
}

@media (max-width: 991px) {.explore-now {
    padding: 100px 0;
}.explore-now .our-journey {
    padding: 40px;
}.explore-now .container p {
    font-size: calc(21px * 1.2);
}.explore-now .request-feedback {
    height: 70px;
}.explore-now .our-journey::after {
    left: 40px;
    width: 25px;
    height: 25px;
    bottom: -12px;
}
}

@media (max-width: 767px) {.explore-now {
    padding: 80px 0;
}.explore-now .our-journey {
    flex-direction: column;
    padding: 30px;
    gap: 40px;
}.explore-now .container p {
    font-size: 21px;
    flex: none;
    width: 100%;
}.explore-now .request-feedback {
    height: 60px;
    width: 100%;
    flex: none;
}.explore-now .our-journey::after {
    left: 30px;
    width: 20px;
    height: 20px;
    bottom: -10px;
}
}

@media (max-width: 480px) {.explore-now {
    padding: 60px 0;
}.explore-now .our-journey {
    gap: 30px;
    padding: 25px;
}.explore-now .container p {
    font-size: calc(12px * 1.2);
}.explore-now .request-feedback {
    height: 50px;
    font-size: calc(14px * 0.9);
}}.confidential-cell {
    background: linear-gradient(135deg, rgb(115,109,111,0.5) 0%, rgb(179,176,177) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.confidential-cell::before {
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(115,109,111,0.5) 0%, transparent 70%);
    z-index: 0;
    width: 100%;
    opacity: 0.4;
    content: "";
    position: absolute;
}.confidential-cell::after {
    position: absolute;
    z-index: 0;
    height: 200px;
    content: "";
    right: -50px;
    transform: rotate(-15deg);
    width: 200px;
    bottom: -50px;
    background: linear-gradient(225deg, rgb(146,142,143,0.5) 0%, transparent 70%);
    opacity: 0.2;
}.confidential-cell .container {
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    max-width: 1140px;
    transform: perspective(1000px) rotateX(0.5deg);
    background: #ffffff;
    z-index: 1;
    padding: 3.5rem;
}.confidential-cell h1 {
    color: rgb(146,142,143);
    padding-left: 20px;
    transform: translateX(-10px);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 2rem;
    position: relative;
    font-size: 38px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.confidential-cell h1::before {
    top: 15%;
    position: absolute;
    height: 70%;
    content: "";
    left: 0;
    width: 5px;
    transform: skewY(-15deg);
    background: rgb(115,109,111);
}.confidential-cell h2 {
    margin-top: 3rem;
    font-size: 33px;
    color: rgb(115,109,111);
    font-family: Arial, sans-serif;
    position: relative;
    padding-bottom: 12px;
    letter-spacing: -0.01em;
    font-weight: 600;
    margin-bottom: 1.5rem;
}.confidential-cell h2::after {
    height: 3px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(115,109,111) 0%, rgb(115,109,111,0.5) 100%);
    bottom: 0;
    left: 0;
    content: "";
}.confidential-cell h3 {
    color: #000000;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    position: relative;
    font-size: calc(33px * 0.8);
}.confidential-cell h3::before {
    background: rgb(115,109,111,0.5);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 3px;
    content: "";
}.confidential-cell h4 {
    position: relative;
    font-size: calc(33px * 0.7);
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
}.confidential-cell h4::before {
    background: rgb(115,109,111,0.5);
    position: absolute;
    width: 2px;
    top: 25%;
    left: 0;
    height: 50%;
    content: "";
}.confidential-cell p {
    font-family: Arial, sans-serif;
    position: relative;
    max-width: 95%;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
}.confidential-cell strong {
    position: relative;
    display: inline-block;
    color: rgb(115,109,111);
    font-weight: 600;
}.confidential-cell ul {
    position: relative;
    border-left: 3px solid rgb(115,109,111);
    background: linear-gradient(90deg, rgb(115,109,111,0.5) 0%, transparent 3%);
    margin: 2rem 0;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    list-style: none;
    padding-left: 1.5rem;
}.confidential-cell li {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    position: relative;
}.confidential-cell li::before {
    top: 0.6rem;
    width: 8px;
    position: absolute;
    left: -1.5rem;
    background: rgb(115,109,111);
    content: "";
    height: 8px;
    transform: rotate(45deg);
}.confidential-cell span {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 18px;
    line-height: 1.75;
    border-left: 1px dashed rgb(115,109,111,0.5);
    color: #000000;
}.confidential-cell *:last-child {
    margin-bottom: 0;
}.confidential-cell .container > *:first-child {
    margin-top: 0;
}

@media (max-width: 991px) {.confidential-cell {
    padding: 4rem 1.5rem;
}.confidential-cell .container {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(0.3deg);
}.confidential-cell h1 {
    font-size: calc(38px * 0.9);
}.confidential-cell h2 {
    font-size: calc(33px * 0.9);
}.confidential-cell ul {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
}

@media (max-width: 767px) {.confidential-cell {
    padding: 3rem 1rem;
}.confidential-cell .container {
    padding: 2rem 1.5rem;
    transform: none;
}.confidential-cell h1 {
    padding-left: 15px;
    font-size: calc(38px * 0.8);
}.confidential-cell h1::before {
    width: 4px;
}.confidential-cell h2 {
    font-size: calc(33px * 0.8);
}.confidential-cell h3 {
    font-size: calc(33px * 0.7);
}.confidential-cell h4 {
    font-size: calc(33px * 0.6);
}.confidential-cell p, 
    .confidential-cell li,
    .confidential-cell span {
    max-width: 100%;
    font-size: calc(18px * 0.95);
}.confidential-cell ul {
    margin: 1.5rem 0;
    padding: 1rem 1rem 1rem 2rem;
}
}

@media (max-width: 480px) {.confidential-cell {
    padding: 2rem 0.75rem;
}.confidential-cell .container {
    padding: 1.5rem 1.25rem;
}.confidential-cell h1 {
    font-size: calc(38px * 0.7);
}.confidential-cell h2 {
    font-size: calc(33px * 0.7);
}.confidential-cell h2::after {
    width: 60px;
}.confidential-cell h3 {
    font-size: calc(33px * 0.6);
}.confidential-cell h4 {
    font-size: calc(33px * 0.5);
}.confidential-cell p, 
    .confidential-cell li,
    .confidential-cell span {
    font-size: calc(18px * 0.9);
}}.contact-form-section {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(179,176,177), rgba(rgb(146,142,143), 0.03));
}.contact-form-section::before {
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(146,142,143), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(115,109,111), 0.05) 0%, transparent 50%);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
}.contact-form-section::after {
    content: "";
    height: 100%;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    animation: backgroundShift 30s linear infinite;
    top: 0;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(146,142,143), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(146,142,143), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(115,109,111), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(146,142,143), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(115,109,111), 0.04) 0%, transparent 30%);
    background-position: center center;
    position: absolute;
    left: 0;
    width: 100%;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact-form-section .container {
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.contact-form-section h2 {
    position: relative;
    perspective: 1000px;
    font-size: 35px;
    font-weight: 700;
    left: 50%;
    margin-bottom: 15px;
    color: #000000;
    text-align: center;
    transform: translateX(-50%);
    letter-spacing: 1px;
    display: inline-block;
}.contact-form-section h2::before {
    left: 0;
    width: 100%;
    bottom: -10px;
    height: 2px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(146,142,143), transparent);
}.contact-form-section .help-grid {
    display: flex;
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    position: relative;
    margin-top: 60px;
}.contact-form-section .help-grid::before {
    content: "";
    width: 100%;
    height: 5px;
    z-index: 3;
    left: 0;
    background: linear-gradient(90deg, rgb(146,142,143), rgb(115,109,111));
    position: absolute;
    top: 0;
}.contact-form-section .img-list {
    flex: 0 0 45%;
    transform: translateZ(0);
    position: relative;
    min-height: 500px;
    overflow: hidden;
}.contact-form-section .img-list::before {
    position: absolute;
    content: "";
    inset: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(210deg, rgba(rgb(146,142,143), 0.5), rgba(rgb(115,109,111), 0.5));
    z-index: 1;
}.contact-form-section .img-list::after {
    content: "";
    top: -100%;
    z-index: 2;
    position: absolute;
    height: 300%;
    animation: shine 6s infinite ease-in-out;
    width: 300%;
    left: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact-form-section .query-support {
    padding: 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    flex: 0 0 55%;
    position: relative;
    backdrop-filter: blur(10px);
}.contact-form-section .query-support::before {
    right: 0;
    width: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(146,142,143), 0.03) 0%, transparent 70%);
    content: "";
    border-radius: 50%;
    z-index: 0;
    height: 500px;
    opacity: 0.5;
    position: absolute;
    top: 0;
}.contact-form-section form {
    position: relative;
    z-index: 3;
}.contact-form-section form h3 {
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 21px;
}.contact-form-section form h3::after {
    width: 30px;
    bottom: -15px;
    position: absolute;
    content: "";
    background: rgb(146,142,143);
    height: 2px;
    left: 0;
}.contact-form-section form input[type="text"] {
    border: 1px solid rgba(rgb(146,142,143), 0.1);
    background: rgba(rgb(179,176,177), 0.5);
    padding: 18px 25px;
    margin-bottom: 25px;
    width: 100%;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
    backdrop-filter: blur(5px);
    border-radius: 8px;
}.contact-form-section form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(rgb(146,142,143), 0.1);
    border-color: rgb(146,142,143);
    background: rgba(#ffffff, 0.9);
}.contact-form-section form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-form-section form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.contact-form-section .request-query {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}.contact-form-section .request-query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-form-section .request-query label {
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    font-size: 12px;
    color: #000000;
    cursor: pointer;
}.contact-form-section .request-query label::before {
    position: absolute;
    width: 22px;
    transition: all 0.3s ease;
    top: 0;
    content: "";
    border-radius: 4px;
    left: 0;
    height: 22px;
    background: rgba(#ffffff, 0.6);
    border: 1px solid rgba(rgb(146,142,143), 0.3);
}.contact-form-section .request-query input[type="checkbox"]:checked + label::before {
    border-color: rgb(146,142,143);
    background: rgb(146,142,143);
}.contact-form-section .request-query input[type="checkbox"]:checked + label::after {
    width: 6px;
    left: 8px;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    border: solid #ffffff;
    height: 12px;
    top: 4px;
    transform: rotate(45deg);
}.contact-form-section .request-query label a {
    text-decoration: none;
    color: rgb(146,142,143);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}.contact-form-section .request-query label a::after {
    position: absolute;
    height: 1px;
    background: rgb(146,142,143);
    transform: scaleX(0);
    left: 0;
    transform-origin: right;
    bottom: -2px;
    width: 100%;
    transition: transform 0.3s ease;
    content: "";
}.contact-form-section .request-query label a:hover {
    color: rgb(115,109,111);
}.contact-form-section .request-query label a:hover::after {
    transform-origin: left;
    background: rgb(115,109,111);
    transform: scaleX(1);
}.contact-form-section .request-feedback {
    z-index: 1;
    letter-spacing: 0.5px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
    padding: 16px 40px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    background: rgb(146,142,143);
    cursor: pointer;
}.contact-form-section .request-feedback::before {
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(146,142,143), rgb(115,109,111));
    transition: opacity 0.3s ease;
    top: 0;
    opacity: 0;
    left: 0;
}.contact-form-section .request-feedback:hover::before {
    opacity: 1;
}.contact-form-section .request-feedback::after {
    width: 50px;
    transition: all 0.5s ease;
    content: "";
    left: -10px;
    border-radius: 50%;
    z-index: -1;
    height: 50px;
    transform: scale(0);
    position: absolute;
    top: -50%;
    background: rgba(255, 255, 255, 0.3);
}.contact-form-section .request-feedback:hover::after {
    transform: scale(4);
    opacity: 0;
}.contact-form-section svg {
    transition: all 0.3s ease;
    fill: none;
    filter: drop-shadow(0 2px 2px rgba(rgb(146,142,143), 0.3));
    height: 22px;
    stroke-width: 2;
    width: 22px;
    stroke: rgb(146,142,143);
}.contact-form-section svg path {
    stroke: rgb(146,142,143);
    transition: all 0.3s ease;
    stroke-width: 2;
}.contact-form-section svg:hover,
.contact-form-section svg:hover path {
    stroke: rgb(115,109,111);
    transform: translateY(-2px);
}.contact-form-section form input {
    border: 1px solid rgb(146,142,143);
}

@media (max-width: 1024px) {.contact-form-section {
    padding: 80px 0;
}.contact-form-section .help-grid {
    margin-top: 50px;
}.contact-form-section .img-list {
    min-height: 450px;
}.contact-form-section .query-support {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-form-section {
    padding: 60px 0;
}.contact-form-section .help-grid {
    margin-top: 40px;
    flex-direction: column;
}.contact-form-section .img-list {
    width: 100%;
    min-height: 300px;
}.contact-form-section .query-support {
    padding: 40px 30px;
    width: 100%;
}.contact-form-section form h3 {
    margin-bottom: 30px;
}.contact-form-section form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-form-section .request-query {
    margin-bottom: 25px;
}.contact-form-section .request-feedback {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact-form-section {
    padding: 50px 0;
}.contact-form-section h2 {
    font-size: calc(35px * 0.85);
}.contact-form-section .help-grid {
    border-radius: 12px;
    margin-top: 30px;
}.contact-form-section .img-list {
    min-height: 220px;
}.contact-form-section .query-support {
    padding: 30px 20px;
}.contact-form-section form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact-form-section form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-form-section .request-query {
    margin-bottom: 20px;
}.contact-form-section .request-query label {
    font-size: calc(12px * 0.9);
}.contact-form-section .request-feedback {
    padding: 12px 20px;
}}.footer-subscribe {
    z-index: 1;
    color: #ffffff;
    padding: 6rem 0 3rem;
    position: relative;
    background-attachment: fixed;
}.footer-subscribe::before {
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(146,142,143,0.5) 100%);
    width: 100%;
    position: absolute;
    z-index: -1;
}.footer-subscribe::after {
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    pointer-events: none;
    width: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    left: 0;
    content: "";
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.footer-subscribe .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.footer-subscribe .company_holder {
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    text-align: center;
}.footer-subscribe .company_holder::before,
.footer-subscribe .company_holder::after {
    bottom: -1px;
    background: linear-gradient(90deg, transparent, rgb(115,109,111), transparent);
    animation: slide 3s infinite alternate;
    width: 20%;
    height: 2px;
    content: "";
    position: absolute;
}.footer-subscribe .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.footer-subscribe .company_holder::after {
    animation-delay: 1.5s;
    right: 0;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.footer-subscribe .company_holder h3 {
    font-weight: 700;
    position: relative;
    font-size: calc(36px * 1.3);
    margin-bottom: 1rem;
    display: inline-block;
}.footer-subscribe .company_holder h3::after {
    position: absolute;
    height: 3px;
    background: rgb(115,109,111);
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 60px;
}.footer-subscribe .collab-net {
    max-width: 600px;
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.7;
    color: #ffffff;
    margin: 1.5rem auto 0;
}.footer-subscribe .policy-links {
    justify-content: center;
    display: flex;
}.footer-subscribe .header-page {
    gap: 6rem;
    position: relative;
    display: flex;
}.footer-subscribe .header-page::before {
    width: 1px;
    left: 50%;
    top: -30px;
    position: absolute;
    height: 20px;
    transform: translateX(-50%);
    background: rgb(146,142,143);
    content: "";
}.footer-subscribe .head-nav {
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.05);
}.footer-subscribe .head-nav:hover {
    background: rgba(rgb(146,142,143,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.footer-subscribe .head-nav h5 {
    color: rgb(115,109,111);
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    font-size: 22px;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    text-transform: uppercase;
    text-align: center;
}.footer-subscribe .head-nav .header-page {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    position: static;
}.footer-subscribe .head-nav .header-page a {
    text-align: center;
    font-size: 14px;
    opacity: 0.75;
    position: relative;
    padding: 0.4rem 0;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
}.footer-subscribe .head-nav .header-page a::before {
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(146,142,143), transparent);
    bottom: 0;
    content: "";
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    transition: transform 0.4s ease;
    position: absolute;
    transform-origin: center;
    left: 0;
}.footer-subscribe .head-nav .header-page a:hover {
    opacity: 1;
    color: rgb(115,109,111);
}.footer-subscribe .head-nav .header-page a:hover::before {
    transform: scaleX(1);
}.transcript {
    margin-top: 4rem;
    overflow: hidden;
    padding: 1.2rem 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
}.transcript::before {
    opacity: 0.3;
    animation: bgMove 20s linear infinite;
    background-image: linear-gradient(45deg, rgba(rgb(146,142,143,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(146,142,143,0.5), 0.05) 50%, rgba(rgb(146,142,143,0.5), 0.05) 75%, transparent 75%, transparent);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    background-size: 4px 4px;
    top: 0;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.transcript .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.transcript .donate-books {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    letter-spacing: 0.5px;
}.transcript .donate-books::before,
.transcript .donate-books::after {
    color: rgb(146,142,143);
    content: "•";
    margin: 0 0.6rem;
}

@media screen and (max-width: 992px) {.footer-subscribe {
    padding: 4rem 0 2rem;
}.footer-subscribe .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.footer-subscribe .company_holder h3 {
    font-size: 36px;
}.footer-subscribe .header-page {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.footer-subscribe .policy-links {
    align-items: center;
    flex-direction: column;
}.footer-subscribe .header-page {
    max-width: 450px;
    gap: 2rem;
    flex-direction: column;
    width: 100%;
}.footer-subscribe .head-nav {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.footer-subscribe {
    padding: 3rem 0 1.5rem;
}.footer-subscribe .company_holder h3 {
    font-size: calc(36px * 0.9);
}.footer-subscribe .collab-net {
    font-size: calc(14px * 0.9);
}.footer-subscribe .head-nav {
    padding: 1rem;
}.footer-subscribe .head-nav h5 {
    font-size: calc(22px * 0.9);
}.transcript {
    margin-top: 2rem;
    padding: 1rem 0;
}.transcript .donate-books {
    font-size: calc(14px * 0.9);
}.transcript .donate-books::before,
    .transcript .donate-books::after {
    display: none;
}}.price-list {
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.price-list::before {
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.price-list .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.price-list .value-pricing {
    display: flex;
    flex-direction: column;
    z-index: 2;
    align-items: center;
    justify-content: center;
    position: relative;
}.price-list h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    position: relative;
    font-size: calc(36px * 1.1);
}.price-list h2::after {
    border-radius: 1px;
    content: "";
    position: absolute;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    bottom: -12px;
    background: rgb(146,142,143);
}.price-list .cert-fees {
    max-width: 80%;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    text-align: center;
    font-size: calc(16px * 1.05);
    margin: 0 auto 50px;
    font-weight: 400;
    letter-spacing: 0.2px;
}.price-list .premium-cost {
    padding: 0;
    display: grid;
    list-style: none;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
}.price-list .premium-cost li {
    height: 100%;
    display: flex;
}.price-list .study-rates {
    flex-direction: column;
    transform: translateY(0) scale(1);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}.price-list .study-rates::before {
    content: "";
    top: 0;
    position: absolute;
    transform: translateY(-5px);
    height: 5px;
    background: linear-gradient(90deg, rgb(146,142,143), rgb(115,109,111));
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    width: 100%;
}.price-list .study-rates:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}.price-list .study-rates:hover::before {
    transform: translateY(0);
}.price-list .skill-offers {
    display: flex;
    position: relative;
    padding: 35px 30px;
    height: 100%;
    flex-direction: column;
}.price-list .cost-fee {
    height: 100%;
    display: flex;
    flex-direction: column;
}.price-list .study-rates h4 {
    position: relative;
    color: #ffffff;
    letter-spacing: 0.3px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    font-size: calc(18px * 1.1);
    transition: color 0.3s ease;
    font-weight: 600;
}.price-list .study-rates:hover h4 {
    color: rgb(146,142,143);
}.price-list .study-rates h4::after {
    bottom: 0;
    position: absolute;
    content: "";
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px;
    transition: width 0.4s ease, background-color 0.4s ease;
    left: 0;
}.price-list .study-rates:hover h4::after {
    background-color: rgb(146,142,143);
    width: 60px;
}.price-list .study-rates p {
    white-space: normal;
    flex-grow: 1;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 30px;
}.price-list .price-plan {
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 15px 0 0;
    margin-top: auto;
    letter-spacing: 0.5px;
    font-size: calc(18px * 1.15);
    display: block;
    color: rgb(146,142,143);
    position: relative;
}.price-list .price-plan::before {
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    transition: width 0.4s ease, opacity 0.3s ease;
    height: 2px;
    top: 0;
    background-color: rgb(146,142,143);
    width: 25px;
}.price-list .study-rates:hover .price-plan {
    color: rgb(115,109,111);
    transform: translateY(-3px);
}.price-list .study-rates:hover .price-plan::before {
    opacity: 1;
    width: 40px;
}


@media (max-width: 1200px) {.price-list {
    padding: 80px 0;
}.price-list .cert-fees {
    max-width: 90%;
}.price-list .premium-cost {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.price-list h2 {
    font-size: 36px;
}.price-list .skill-offers {
    padding: 30px 25px;
}.price-list .study-rates h4 {
    font-size: 18px;
}
}

@media (max-width: 768px) {.price-list {
    padding: 60px 0;
}.price-list h2 {
    font-size: calc(36px * 0.9);
}.price-list .cert-fees {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
}.price-list .premium-cost {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.price-list .study-rates {
    max-height: none;
}.price-list .study-rates p {
    margin-bottom: 25px;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.price-list {
    padding: 50px 0;
}.price-list h2 {
    font-size: calc(36px * 0.85);
}.price-list .cert-fees {
    font-size: calc(16px * 0.95);
}.price-list .skill-offers {
    padding: 25px 20px;
}.price-list .study-rates h4 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.95);
}.price-list .price-plan {
    font-size: 18px;
}}.our-story {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    color: #ffffff;
}.our-story::before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(28, 35, 45, 0.92) 0%,
        rgba(28, 35, 45, 0.85) 50%, 
        rgba(28, 35, 45, 0.75) 100%);
    content: "";
}.our-story::after {
    top: 0;
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgb(115,109,111,0.5) 1px, transparent 1px),
        linear-gradient(180deg, rgb(115,109,111,0.5) 1px, transparent 1px);
    width: 100%;
    opacity: 0.1;
    height: 100%;
    background-size: 40px 40px;
    z-index: 2;
    content: "";
}.our-story .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
}.our-story h2 {
    position: relative;
    color: #ffffff;
    transform: translateX(-10px);
    opacity: 0;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 37px;
    display: inline-block;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.our-story h2::after {
    width: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(115,109,111), rgb(146,142,143));
    left: 0;
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
    bottom: -15px;
    height: 3px;
}.our-story .text-wrapper {
    display: flex;
    animation: fadeUpIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    padding: 40px;
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    flex-direction: column;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(115,109,111);
    background: rgba(255, 255, 255, 0.03);
}.our-story .text-wrapper::before {
    content: "";
    background: rgb(115,109,111);
    position: absolute;
    height: 20px;
    width: 20px;
    top: 30px;
    transform: rotate(45deg);
    left: -12px;
}.our-story .text-wrapper::after {
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--primary-color-rgb), 0.1) 50%);
    width: 100px;
    content: "";
}.our-story .text-wrapper > div {
    position: relative;
}.our-story .text-wrapper p {
    color: rgb(115,109,111);
    letter-spacing: 1px;
    opacity: 0;
    animation: fadeIn 0.8s ease-out 0.5s forwards;
    transform: translateX(-5px);
    font-size: calc(15px * 1.4);
    margin-bottom: 20px;
    font-weight: 600;
}.our-story .text-wrapper div div {
    line-height: 1.8;
    font-size: 15px;
    animation: fadeIn 1s ease-out 0.7s forwards;
    font-family: Arial, sans-serif;
    color: #ffffff;
    opacity: 0;
    column-count: 1;
    text-align: justify;
    column-gap: 40px;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    to {
        width: 80px;
    }
}

@keyframes fadeUpIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


@media (min-width: 768px) {.our-story {
    padding: 150px 0 130px;
}.our-story h2 {
    margin-bottom: 70px;
    font-size: calc(37px * 1.2);
}.our-story .text-wrapper {
    padding: 50px 60px;
    margin-left: 40px;
    width: calc(100% - 40px);
}.our-story .text-wrapper div div {
    column-count: 2;
}.our-story .text-wrapper::before {
    top: 50px;
}
}

@media (min-width: 992px) {.our-story {
    padding: 180px 0 150px;
}.our-story .container {
    padding: 0 40px;
}.our-story h2 {
    font-size: calc(37px * 1.4);
    margin-bottom: 80px;
}.our-story .text-wrapper {
    padding: 60px 80px;
    width: calc(100% - 60px);
    margin-left: 60px;
}.our-story .text-wrapper div div {
    column-count: 2;
    column-gap: 60px;
}
}

@media (min-width: 1200px) {.our-story .text-wrapper {
    padding: 70px 100px;
    width: calc(100% - 80px);
    margin-left: 80px;
}.our-story .text-wrapper::after {
    height: 150px;
    width: 150px;
}.our-story .text-wrapper div div {
    column-count: 2;
    column-gap: 80px;
}
}

@media (hover: hover) {.our-story .text-wrapper:hover {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.our-story .text-wrapper:hover::before {
    background: rgb(146,142,143);
    transition: all 0.4s ease;
}}.gratPage {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,176,177), #ffffff);
    padding: 120px 0;
}.gratPage::before {
    left: 0;
    opacity: 0.2;
    animation: movePattern 40s linear infinite;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(115,109,111,0.5) 49.5%, rgb(115,109,111,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(115,109,111,0.5) 49.5%, rgb(115,109,111,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    z-index: 1;
    background-size: 60px 60px;
    content: "";
    height: 100%;
    width: 100%;
}.gratPage::after {
    opacity: 0.1;
    top: -50%;
    content: "";
    z-index: 0;
    right: -20%;
    transform: rotate(25deg);
    background: linear-gradient(120deg, rgb(146,142,143,0.5) 10%, transparent 80%);
    height: 200%;
    position: absolute;
    width: 70%;
}.gratPage .container {
    padding: 0 20px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 2;
    perspective: 1000px;
    max-width: 1140px;
}.gratPage h2 {
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    animation: fadeSlideIn 0.8s ease-out forwards;
    position: relative;
    transform: translateZ(20px);
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: 600;
    color: #000000;
    font-size: 37px;
}.gratPage h2::after {
    animation: expandLine 0.6s 0.4s forwards ease-out;
    background: linear-gradient(90deg, rgb(146,142,143), rgb(115,109,111));
    transform: scaleX(0);
    height: 3px;
    content: "";
    width: 80px;
    left: 0;
    transform-origin: left;
    bottom: -16px;
    position: absolute;
}.gratPage .our-journey {
    transform: translateZ(10px) translateY(10px);
    padding: 35px 40px 30px;
    position: relative;
    border-left: 4px solid rgb(115,109,111);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
}.gratPage .our-journey::before {
    right: 20px;
    background: linear-gradient(135deg, rgb(115,109,111,0.5) 30%, transparent 70%);
    opacity: 0.15;
    height: 100px;
    width: 100px;
    content: "";
    top: 20px;
    border-radius: 50%;
    transform: translateZ(-5px);
    position: absolute;
}.gratPage ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gratPage li {
    padding-left: 25px;
    position: relative;
}.gratPage li::before {
    position: absolute;
    background: rgb(146,142,143);
    animation: pulse 3s infinite;
    height: 8px;
    content: "";
    top: 8px;
    opacity: 0.9;
    width: 8px;
    left: 0;
    transform: rotate(45deg);
}.gratPage li span {
    display: block;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}

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

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateZ(10px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateZ(10px) translateY(10px);
    }
}

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.gratPage {
    padding: 100px 0;
}.gratPage h2 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 992px) {.gratPage {
    padding: 80px 0;
}.gratPage h2 {
    font-size: calc(37px * 0.85);
}.gratPage::after {
    width: 100%;
    right: -50%;
}.gratPage .our-journey {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.gratPage {
    padding: 60px 0;
}.gratPage h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.gratPage h2::after {
    bottom: -12px;
    width: 60px;
}.gratPage .our-journey {
    padding: 25px 30px 20px;
}.gratPage li span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.gratPage {
    padding: 50px 0;
}.gratPage h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.7);
}.gratPage .our-journey {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.gratPage li {
    padding-left: 20px;
}.gratPage li::before {
    width: 6px;
    height: 6px;
    top: 8px;
}.gratPage li span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.gratPage::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.gratPage .our-journey:hover {
    transition: transform 0.3s ease;
    transform: translateZ(15px) translateY(5px);
}}.operation-process {
    overflow: hidden;
    min-height: 75vh;
    align-items: center;
    background: rgb(179,176,177);
    position: relative;
    justify-content: center;
    display: flex;
}.operation-process::before {
    top: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(146,142,143,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(115,109,111,0.5) 0%, transparent 50%);
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    content: "";
    left: 0;
    width: 100%;
}.operation-process::after {
    animation: gridMove 30s linear infinite;
    background-image: 
        linear-gradient(to right, rgb(146,142,143,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(115,109,111,0.5) 1px, transparent 1px);
    width: 90%;
    content: "";
    left: 5%;
    opacity: 0.2;
    height: 90%;
    position: absolute;
    background-size: 40px 40px;
    z-index: 1;
    top: 5%;
    transform: perspective(500px) rotateX(10deg);
    transform-origin: center center;
}.operation-process .container {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0 2rem;
    align-items: center;
    max-width: 1200px;
    justify-content: center;
    z-index: 5;
}.operation-process .our-journey {
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    gap: 3rem;
    position: relative;
    display: flex;
    padding: 4rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
}.operation-process .our-journey::before {
    content: "";
    border: 1px solid;
    position: absolute;
    z-index: 1;
    animation: borderFlowInner 6s linear infinite;
    border-image: linear-gradient(45deg, 
        rgb(146,142,143,0.5) 0%, 
        transparent 25%, 
        rgb(115,109,111,0.5) 50%, 
        transparent 75%, 
        rgb(146,142,143,0.5) 100%
    ) 1;
    inset: 10px;
}.operation-process .our-journey::after {
    content: "";
    z-index: 1;
    position: absolute;
    border: 1px dashed rgb(146,142,143,0.5);
    opacity: 0.3;
    animation: rotateDash 15s linear infinite;
    inset: 20px;
}.operation-process h3 {
    padding-bottom: 1.5rem;
    color: rgb(146,142,143);
    overflow: hidden;
    font-weight: 700;
    z-index: 2;
    font-size: 36px;
    position: relative;
    text-align: left;
}.operation-process h3::before {
    animation: lineGrow 4s ease-in-out infinite;
    width: 0;
    content: "";
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(146,142,143), rgb(115,109,111));
    bottom: 0;
    position: absolute;
}.operation-process h3::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(146,142,143,0.5) 20%,
        rgb(115,109,111,0.5) 80%,
        transparent 100%
    );
    bottom: 0;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    opacity: 0.5;
    position: absolute;
}.operation-process span {
    position: relative;
    z-index: 2;
    padding-right: 2rem;
    color: #000000;
    line-height: 1.8;
    padding-left: 2rem;
    font-size: 13px;
    position: relative;
}.operation-process span::before {
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(146,142,143,0.5), transparent);
    width: 5px;
    position: absolute;
}.operation-process span::after {
    right: 0;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(115,109,111,0.5));
    top: 0;
    position: absolute;
    height: 100%;
    width: 5px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes borderFlowInner {
    0% {
        border-image-source: linear-gradient(45deg, 
            rgb(146,142,143,0.5) 0%, 
            transparent 25%, 
            rgb(115,109,111,0.5) 50%, 
            transparent 75%, 
            rgb(146,142,143,0.5) 100%
        );
    }
    50% {
        border-image-source: linear-gradient(45deg, 
            rgb(115,109,111,0.5) 0%, 
            transparent 25%, 
            rgb(146,142,143,0.5) 50%, 
            transparent 75%, 
            rgb(115,109,111,0.5) 100%
        );
    }
    100% {
        border-image-source: linear-gradient(45deg, 
            rgb(146,142,143,0.5) 0%, 
            transparent 25%, 
            rgb(115,109,111,0.5) 50%, 
            transparent 75%, 
            rgb(146,142,143,0.5) 100%
        );
    }
}

@keyframes rotateDash {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lineGrow {
    0%, 100% {
        width: 0;
    }
    50% {
        width: 100%;
    }
}

@media (max-width: 992px) {.operation-process .container {
    padding: 3rem 1.5rem;
}.operation-process .our-journey {
    padding: 3rem;
}.operation-process h3 {
    font-size: calc(36px * 0.9);
    text-align: center;
}.operation-process span {
    font-size: calc(13px * 0.95);
}.operation-process .our-journey::after {
    inset: 15px;
}
}

@media (max-width: 768px) {.operation-process {
    padding: 4rem 0;
    min-height: auto;
}.operation-process .container {
    padding: 0 1.2rem;
}.operation-process .our-journey {
    gap: 2rem;
    padding: 2.5rem;
}.operation-process h3 {
    padding-bottom: 1.2rem;
    font-size: calc(36px * 0.8);
}.operation-process span {
    font-size: calc(13px * 0.9);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}.operation-process .our-journey::before {
    inset: 8px;
}.operation-process .our-journey::after {
    inset: 12px;
}
}

@media (max-width: 576px) {.operation-process {
    padding: 3rem 0;
}.operation-process .container {
    padding: 0 1rem;
}.operation-process .our-journey {
    padding: 2rem;
    gap: 1.5rem;
}.operation-process h3 {
    font-size: calc(36px * 0.7);
    padding-bottom: 1rem;
}.operation-process span {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: calc(13px * 0.85);
}.operation-process span::before,
    .operation-process span::after {
    width: 3px;
}.operation-process .our-journey::before {
    inset: 5px;
}.operation-process .our-journey::after {
    inset: 10px;
}}.learning-profits {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(179,176,177) 60%, rgba(rgb(146,142,143,0.5), 0.05) 100%);
    padding: 120px 0;
}.learning-profits::before {
    height: 100%;
    left: 0;
    width: 100%;
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(146,142,143,0.5), 0.03) 0%, transparent 50%),
                     radial-gradient(circle at 90% 90%, rgba(rgb(115,109,111,0.5), 0.05) 0%, transparent 50%);
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
}.learning-profits::after {
    content: "";
    right: -5%;
    z-index: 0;
    width: 300px;
    transform: rotate(30deg);
    top: -10%;
    position: absolute;
    filter: blur(60px);
    height: 300px;
    background: linear-gradient(135deg, rgba(rgb(146,142,143,0.5), 0.07), rgba(rgb(115,109,111,0.5), 0.07));
}.learning-profits .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    z-index: 1;
}.learning-profits .our-journey {
    flex-direction: column-reverse;
    display: flex;
    gap: 40px;
    position: relative;
}.learning-profits .text-wrapper {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border-left: 3px solid rgb(146,142,143);
    background: linear-gradient(to right bottom, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.7));
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    flex: 1;
    backdrop-filter: blur(10px);
    padding: 30px;
    transform: translateY(0);
}.learning-profits .text-wrapper:hover {
    transform: translateY(-5px);
}.learning-profits .text-wrapper h4 {
    line-height: 1.4;
    font-size: calc(18px * 1.1);
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
}.learning-profits .text-wrapper h4::after {
    content: "";
    transform: scaleX(1);
    bottom: -12px;
    transition: transform 0.5s ease;
    background: rgb(146,142,143);
    transform-origin: left;
    height: 3px;
    width: 60px;
    left: 0;
    position: absolute;
}.learning-profits .text-wrapper:hover h4::after {
    transform: scaleX(1.5);
}.learning-profits .text-wrapper > div {
    margin-bottom: 20px;
}.learning-profits .text-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.learning-profits .text-wrapper li {
    transition: transform 0.4s ease;
    margin-bottom: 16px;
    transform: translateX(0);
}.learning-profits .text-wrapper li:hover {
    transform: translateX(5px);
}.learning-profits .text-wrapper p {
    align-items: flex-start;
    margin: 0;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    display: flex;
}.learning-profits .text-wrapper p span:first-child {
    margin-top: 2px;
    flex-shrink: 0;
    margin-right: 12px;
    transform: translateY(0);
    transition: transform 0.3s ease;
}.learning-profits .text-wrapper li:hover p span:first-child {
    transform: translateY(-3px);
}.learning-profits .text-wrapper p span:last-child {
    flex: 1;
}.learning-profits svg {
    height: 22px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 22px;
}.learning-profits li:hover svg {
    transform: scale(1.15);
}.learning-profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(146,142,143);
}.learning-profits li:hover svg path {
    fill: rgb(115,109,111);
}.learning-profits .img-list {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    border-radius: 0;
    transform: perspective(1000px) rotateY(0deg);
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    height: auto;
    border-top: 4px solid rgb(146,142,143);
    border-bottom: 4px solid rgb(115,109,111);
}.learning-profits .img-list:hover {
    transform: perspective(1000px) rotateY(-2deg);
}

@media (min-width: 768px) {.learning-profits {
    padding: 150px 0;
}.learning-profits .our-journey {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.learning-profits .text-wrapper {
    padding: 40px;
}.learning-profits .text-wrapper h4 {
    font-size: calc(18px * 1.2);
}.learning-profits .text-wrapper > div {
    display: flex;
    gap: 30px;
}.learning-profits .text-wrapper > div > ul {
    flex: 1;
}.learning-profits .img-list {
    transform: perspective(1000px) rotateY(2deg);
    max-width: 500px;
}.learning-profits .img-list:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 1200px) {.learning-profits {
    padding: 180px 0;
}.learning-profits .container {
    padding: 0 40px;
}.learning-profits .our-journey {
    gap: 80px;
}.learning-profits .text-wrapper {
    padding: 50px;
}.learning-profits .text-wrapper h4 {
    margin-bottom: 40px;
    font-size: calc(18px * 1.3);
}.learning-profits .text-wrapper h4::after {
    width: 80px;
    bottom: -18px;
}.learning-profits .img-list {
    max-width: 550px;
}
}

@media (max-width: 767px) {.learning-profits {
    padding: 80px 0;
}.learning-profits .text-wrapper > div {
    margin-bottom: 0;
}.learning-profits .text-wrapper ul {
    margin-bottom: 20px;
}.learning-profits .img-list {
    object-position: center;
    max-height: 350px;
}}.future-learners {
    overflow: hidden;
    position: relative;
    background: rgb(179,176,177);
    padding: 120px 0;
}.future-learners::before {
    content: "";
    left: 0;
    opacity: 0.3;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 30% 40%, rgb(146,142,143,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(115,109,111,0.5) 0%, transparent 35%);
}.future-learners .our-journey {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}.future-learners h3 {
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    display: inline-block;
    font-size: 34px;
    position: relative;
    font-weight: 700;
    transform: translateX(-50%);
    text-align: center;
    color: #000000;
    left: 50%;
}.future-learners h3::before {
    width: 100px;
    z-index: -1;
    border: 2px solid rgb(146,142,143,0.5);
    position: absolute;
    content: "";
    left: -30px;
    top: -20px;
    border-radius: 50%;
    height: 100px;
}.future-learners h3::after {
    content: "";
    border-radius: 50%;
    width: 60px;
    border: 2px solid rgb(115,109,111,0.5);
    right: -20px;
    bottom: -15px;
    position: absolute;
    height: 60px;
    z-index: -1;
}.future-learners ul {
    gap: 50px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    display: grid;
    list-style: none;
    grid-template-rows: repeat(2, 1fr);
}.future-learners ul li {
    align-items: center;
    background: #ffffff;
    height: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
    width: 220px;
    justify-content: flex-start;
    text-align: center;
    transition: all 0.4s ease;
    border-radius: 50%;
    font-size: 14px;
    padding: 0;
    flex-direction: column;
    position: relative;
    color: #000000;
    display: flex;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.future-learners ul li::before {
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(146,142,143), rgb(115,109,111));
    transition: opacity 0.4s ease;
    top: 0;
    height: 100%;
    content: "";
}.future-learners ul li::after {
    height: calc(100% + 20px);
    content: "";
    z-index: -2;
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    top: -10px;
    border: 2px dashed rgb(146,142,143,0.5);
    width: calc(100% + 20px);
    left: -10px;
    transition: all 0.4s ease;
}.future-learners ul li:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: scale(1.05);
}.future-learners ul li:hover::before {
    opacity: 1;
}.future-learners ul li:hover::after {
    border-color: rgb(115,109,111);
    transform: scale(1.1) rotate(15deg);
    opacity: 0.7;
}.future-learners ul li svg {
    flex-shrink: 0;
    height: 40px;
    margin-top: 45px;
    margin-bottom: 20px;
    width: 40px;
    transition: all 0.4s ease;
}.future-learners ul li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}.future-learners ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(146,142,143);
}.future-learners ul li:hover svg path {
    fill: #ffffff;
}.future-learners ul li > span {
    padding: 0 30px;
    overflow: hidden;
    display: block;
    max-height: 100px;
    max-width: 100%;
}

@media (max-width: 1200px) {.future-learners ul {
    gap: 40px;
}.future-learners ul li {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 992px) {.future-learners {
    padding: 100px 0;
}.future-learners h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 60px;
}.future-learners ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    grid-template-rows: repeat(4, 1fr);
}.future-learners ul li {
    height: 220px;
    width: 220px;
}.future-learners ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.future-learners {
    padding: 80px 0;
}.future-learners h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 50px;
}.future-learners ul {
    gap: 30px;
}.future-learners ul li {
    width: 200px;
    height: 200px;
}.future-learners ul li svg {
    height: 35px;
    width: 35px;
    margin-top: 40px;
}
}

@media (max-width: 580px) {.future-learners {
    padding: 60px 0;
}.future-learners .our-journey {
    padding: 0 20px;
}.future-learners h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.7);
}.future-learners ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.future-learners ul li {
    height: 220px;
    width: 220px;
}
}

@media (max-width: 480px) {.future-learners ul li {
    width: 200px;
    height: 200px;
}.future-learners ul li svg {
    margin-top: 35px;
    width: 30px;
    margin-bottom: 15px;
    height: 30px;
}.future-learners ul li > span {
    padding: 0 20px;
}}.academic-expertise {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(179,176,177) 0%, rgb(115,109,111,0.5) 100%);
}.academic-expertise::before {
    top: 0;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(146,142,143,0.5) 49.5%, rgb(146,142,143,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(146,142,143,0.5) 49.5%, rgb(146,142,143,0.5) 50.5%, transparent 50.5%);
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.07;
    background-size: 40px 40px;
}.academic-expertise::after {
    opacity: 0.04;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(146,142,143,0.5) 40px,
            rgb(146,142,143,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(146,142,143,0.5) 60px,
            rgb(146,142,143,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(146,142,143,0.5) 80px,
            rgb(146,142,143,0.5) 81px
        );
    content: "";
    top: 0;
}.academic-expertise .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.academic-expertise .feedback-showcase {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    display: grid;
    padding: 50px;
    background: #ffffff;
    position: relative;
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 40px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.academic-expertise .feedback-showcase::before {
    position: absolute;
    width: 100%;
    height: 6px;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(146,142,143) 0%,
        rgb(115,109,111) 100%
    );
    content: "";
    left: 0;
}.academic-expertise .feedback-showcase::after {
    animation: scanner 4s linear infinite;
    width: 100%;
    left: 0;
    top: 6px;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(146,142,143,0.5) 0%,
        transparent 20%,
        rgb(146,142,143,0.5) 40%,
        transparent 60%,
        rgb(115,109,111,0.5) 80%,
        transparent 100%
    );
    position: absolute;
    height: 1px;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.academic-expertise .img-list {
    width: 100%;
    overflow: hidden;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    border-radius: 0;
    min-height: 360px;
    height: 100%;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease;
    position: relative;
}.academic-expertise .img-list::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
}.academic-expertise .img-list::after {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    top: 0;
}.academic-expertise .name {
    padding-left: 16px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    border-left: 4px solid rgb(146,142,143);
    margin-bottom: 12px;
    color: #000000;
    font-size: 36px;
}.academic-expertise .name::before {
    background: rgb(115,109,111);
    top: 0;
    position: absolute;
    left: -4px;
    transition: height 0.5s ease;
    height: 0;
    content: "";
    width: 4px;
}.academic-expertise .feedback-showcase:hover .name::before {
    height: 100%;
}.academic-expertise .feedback-showcase span:not(.name) {
    margin-bottom: 25px;
    text-transform: uppercase;
    background: rgb(179,176,177);
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 3px;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 6px 12px;
}.academic-expertise .feedback-showcase span:not(.name)::after {
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    content: "";
    width: 0;
    background: rgb(146,142,143);
}.academic-expertise .feedback-showcase:hover span:not(.name)::after {
    width: 100%;
}.academic-expertise .career-story {
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 25px 30px;
    border-radius: 10px;
    position: relative;
    border-left: 1px solid rgb(146,142,143);
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    background: linear-gradient(
        to right,
        rgb(179,176,177) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
}.academic-expertise .career-story::before {
    opacity: 0.6;
    position: absolute;
    top: 15px;
    height: 12px;
    width: 12px;
    left: 12px;
    border-left: 2px solid rgb(146,142,143);
    content: "";
    border-top: 2px solid rgb(146,142,143);
}.academic-expertise .career-story::after {
    border-bottom: 2px solid rgb(115,109,111);
    opacity: 0.6;
    border-right: 2px solid rgb(115,109,111);
    content: "";
    position: absolute;
    height: 12px;
    right: 12px;
    bottom: 15px;
    width: 12px;
}.academic-expertise .feedback-showcase:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.academic-expertise .feedback-showcase:hover .img-list {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {.academic-expertise {
    padding: 90px 0;
}.academic-expertise .feedback-showcase {
    padding: 40px 30px;
    gap: 30px;
}.academic-expertise .img-list {
    min-height: 320px;
}.academic-expertise .career-story {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.academic-expertise {
    padding: 70px 0;
}.academic-expertise .feedback-showcase {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 35px 25px;
}.academic-expertise .img-list {
    min-height: 280px;
}.academic-expertise .name {
    font-size: calc(36px * 0.9);
}.academic-expertise .feedback-showcase span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(18px * 0.95);
}.academic-expertise .career-story {
    padding: 18px 22px;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 575px) {.academic-expertise {
    padding: 50px 0;
}.academic-expertise .feedback-showcase {
    padding: 30px 20px;
    gap: 20px;
}.academic-expertise .img-list {
    min-height: 220px;
}.academic-expertise .name {
    padding-left: 12px;
    font-size: calc(36px * 0.8);
}.academic-expertise .feedback-showcase span:not(.name) {
    margin-bottom: 15px;
    padding: 4px 10px;
    font-size: calc(18px * 0.9);
}.academic-expertise .career-story {
    font-size: calc(12px * 0.9);
    padding: 15px 18px;
}}.find-us {
    padding: 60px 0;
    background: rgb(146,142,143,0.5);
    position: relative;
    overflow: hidden;
    z-index: 1;
}.find-us::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(146,142,143,0.5) 0%, rgb(115,109,111,0.5) 100%);
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.find-us::after {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    animation: pulseBackground 15s infinite alternate;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(115,109,111,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(146,142,143,0.5) 0%, transparent 50%);
    content: '';
    top: 0;
}@keyframes pulseBackground {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}
.find-us .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.find-us .container::before,
.find-us .container::after {
    border: 2px solid rgb(146,142,143,0.5);
    position: absolute;
    height: 150px;
    content: '';
    border-radius: 50%;
    z-index: 0;
    animation: rotateSlow 20s linear infinite;
    opacity: 0.2;
    width: 150px;
}.find-us .container::before {
    top: -75px;
    right: -75px;
}.find-us .container::after {
    bottom: -75px;
    border-color: rgb(115,109,111,0.5);
    animation-direction: reverse;
    left: -75px;
}@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.find-us .reach-us {
    flex-direction: column;
    overflow: hidden;
    display: flex;
    transform: translateY(0);
    border-radius: 24px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    z-index: 2;
}.find-us .reach-us:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.reach-us::after {
    pointer-events: none;
    position: absolute;
    z-index: 3;
    height: 100%;
    left: 0;
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    top: 0;
    content: '';
    width: 100%;
}.find-us .get-connected {
    position: relative;
    color: #ffffff;
    background: linear-gradient(120deg, rgb(146,142,143) 0%, rgb(115,109,111) 100%);
    margin: 0;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
}.find-us .get-connected svg {
    stroke-linejoin: round;
    width: 24px;
    height: 24px;
    stroke-width: 2;
    transition: transform 0.3s ease;
    stroke: #ffffff;
    margin-right: 12px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
    stroke-linecap: round;
    fill: none;
}.find-us .get-connected:hover svg {
    transform: rotate(15deg);
}.find-us .get-connected::before {
    background: rgba(255, 255, 255, 0.15);
    width: 100px;
    height: 100px;
    position: absolute;
    right: -50px;
    top: -50px;
    border-radius: 50%;
    content: '';
    z-index: 1;
}.find-us .get-connected::after {
    background: rgba(255, 255, 255, 0.1);
    height: 50px;
    border-radius: 50%;
    z-index: 1;
    width: 50px;
    bottom: -25px;
    position: absolute;
    content: '';
    left: -25px;
}.find-us .img-list {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 250px;
}.find-us .img-list::after {
    bottom: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    left: 0;
    z-index: 1;
    height: 30%;
}.find-us .join-conversation {
    padding: 30px 35px;
    position: relative;
    background: #ffffff;
}.find-us .join-conversation::before {
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background-size: 20px 20px;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(179,176,177) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(179,176,177) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(179,176,177) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(179,176,177) 75%);
    left: 0;
    top: 0;
    opacity: 0.03;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}.find-us .join-conversation p {
    margin: 0 0 15px;
    padding-left: 32px;
    display: flex;
    color: #000000;
    align-items: flex-start;
    transition: transform 0.3s ease;
    position: relative;
    font-size: 16px;
}.find-us .join-conversation p:last-child {
    margin-bottom: 0;
}.find-us .join-conversation p svg {
    padding: 3px;
    stroke: rgb(146,142,143);
    height: 20px;
    top: 3px;
    border-radius: 10px;
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    box-sizing: content-box;
    transition: all 0.3s ease;
    background: rgb(146,142,143,0.5);
    width: 20px;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke-linecap: round;
    fill: none;
}.find-us .join-conversation p:hover {
    transform: translateX(5px);
}.find-us .join-conversation p:hover svg {
    stroke: #ffffff;
    transform: rotate(0deg);
    background: rgb(146,142,143);
}.find-us .join-conversation p svg path {
    stroke-dashoffset: 40;
    stroke-dasharray: 40;
    animation: drawIcon 1s forwards ease-out;
}.find-us .join-conversation p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.find-us .join-conversation p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.find-us .join-conversation p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.find-us .join-conversation p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.find-us .join-conversation p:nth-child(5) svg path {
    animation-delay: 0.5s;
}@keyframes drawIcon {
    to {
        stroke-dashoffset: 0;
    }
}
.find-us .join-conversation p span {
    z-index: 1;
    position: relative;
}.find-us .join-conversation p a {
    color: rgb(146,142,143);
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}.find-us .join-conversation p a::after {
    bottom: -2px;
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    content: '';
    position: absolute;
    background: rgb(146,142,143);
    height: 1px;
}.find-us .join-conversation p a:hover {
    color: rgb(115,109,111);
}.find-us .join-conversation p a:hover::after {
    width: 100%;
}.find-us .help-question {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.find-us .get-answers {
    padding-left: 32px;
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    font-size: 17px;
    color: #000000;
    margin: 0 0 15px;
}.find-us .get-answers svg {
    stroke-linecap: round;
    height: 20px;
    fill: none;
    box-sizing: content-box;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke: rgb(115,109,111);
    transform: rotate(45deg);
    border-radius: 10px;
    padding: 3px;
    width: 20px;
    transition: all 0.3s ease;
    left: 0;
    background: rgb(115,109,111,0.5);
    position: absolute;
    top: 3px;
}.find-us .get-answers:hover svg {
    transform: rotate(0deg);
}.find-us .write-experts {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.find-us .send-message {
    background: rgb(179,176,177);
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    font-size: calc(16px - 2px);
    overflow: hidden;
    border-radius: 10px;
    padding: 10px 15px 10px 30px;
    color: #000000;
    display: flex;
}.find-us .send-message:hover {
    color: #000000;
    background: rgb(146,142,143,0.5);
    transform: translateY(-2px);
}.find-us .send-message::before {
    height: 100%;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    content: '';
    background: rgb(115,109,111);
    left: 0;
    top: 0;
    position: absolute;
    width: 3px;
}.find-us .send-message:hover::before {
    transform: scaleY(1);
}.find-us .send-message svg {
    opacity: 0.8;
    position: absolute;
    height: 14px;
    transform: translateY(-50%);
    stroke-linecap: round;
    left: 10px;
    stroke: rgb(115,109,111);
    stroke-width: 2;
    stroke-linejoin: round;
    transition: all 0.3s ease;
    fill: none;
    width: 14px;
    top: 50%;
}.find-us .send-message:hover svg {
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
    stroke: #000000;
}@keyframes gridPulse {
    0%, 100% {
        opacity: 0.02;
    }
    50% {
        opacity: 0.05;
    }
}
.find-us::before,
.find-us::after,
.find-us .get-connected::before,
.find-us .get-connected::after,
.find-us .join-conversation::before {
    animation: gridPulse 10s infinite alternate;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {.find-us {
    padding: 50px 0;
}.find-us .reach-us {
    flex-wrap: wrap;
    flex-direction: row;
}.find-us .get-connected {
    width: 100%;
    padding: 20px 30px;
}.find-us .get-connected svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}.find-us .img-list {
    height: auto;
    min-height: 300px;
    width: 40%;
}.find-us .join-conversation {
    padding: 25px 30px;
    width: 60%;
}.find-us .join-conversation p svg {
    height: 18px;
    width: 18px;
}.find-us .help-question {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}.find-us .get-answers svg {
    width: 18px;
    height: 18px;
}.find-us .write-experts {
    grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 767px) {.find-us {
    padding: 40px 0;
}.find-us .get-connected {
    font-size: calc(22px - 2px);
    padding: 20px 25px;
}.find-us .get-connected svg {
    height: 20px;
    margin-right: 8px;
    width: 20px;
}.find-us .img-list {
    height: 200px;
}.find-us .join-conversation {
    padding: 25px;
}.find-us .join-conversation p {
    margin-bottom: 12px;
    font-size: calc(16px - 1px);
    padding-left: 28px;
}.find-us .join-conversation p svg {
    top: 3px;
    width: 16px;
    height: 16px;
}.find-us .help-question {
    padding-top: 20px;
    margin-top: 20px;
}.find-us .get-answers {
    padding-left: 28px;
    font-size: calc(17px - 1px);
}.find-us .get-answers svg {
    top: 2px;
    height: 16px;
    width: 16px;
}.find-us .write-experts {
    grid-template-columns: 1fr;
}.find-us .send-message {
    padding: 8px 12px 8px 28px;
}.find-us .send-message svg {
    left: 8px;
    width: 12px;
    height: 12px;
}
}