﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}.nav-master {
    flex: 1 0 auto;
}html,body {
    scroll-behavior: auto;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.container {
    width: 1111px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}.warp-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.med-guides {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 0.8em;
    padding: 2px;
}::-webkit-scrollbar-track {
    margin: 5px 0;
    border-radius: 8.8vw;
    background: linear-gradient(226deg, #ffffff 35%, rgb(131,124,125) 94%, rgb(131,124,125,0.5) 16%, rgb(195,190,190) 4%);
}::-webkit-scrollbar-thumb {
    background: rgb(195,190,190);
    min-height: 59px;
    border: 2px groove rgb(195,190,190);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(131,124,125);
}::-webkit-scrollbar-thumb:active {
    background: rgb(131,124,125,0.5);
    box-shadow: inset -3px 0px 15px 2px rgba(0, 0, 0, 0.1);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(131,124,125) rgb(162,156,156,0.5);
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title-portal {
    height: 100vh;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.title-portal .master-studyfast {
    justify-content: center;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}.title-portal .master-studyfast::before {
    background: radial-gradient(circle at 30% 40%, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.85) 100%);
    z-index: -1;
    bottom: 0;
    right: 0;
    backdrop-filter: saturate(120%) contrast(110%);
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.title-portal .master-studyfast::after {
    left: -50%;
    transform: rotate(-15deg);
    z-index: -1;
    content: "";
    opacity: 0.7;
    background: radial-gradient(circle at 70% 60%, 
    rgb(162,156,156,0.5) 0%, 
    transparent 20%),
    radial-gradient(circle at 20% 30%, 
    rgb(131,124,125,0.5) 0%, 
    transparent 25%);
    right: -50%;
    top: -50%;
    position: absolute;
    animation: orbital-movement 20s infinite linear;
    bottom: -50%;
}.title-portal .path-impact {
    max-width: 1000px;
    width: 90%;
    flex-direction: column;
    padding: 3rem;
    gap: 2.5rem;
    position: relative;
    display: flex;
    transform: perspective(1000px) rotateX(3deg);
    transform-style: preserve-3d;
    z-index: 2;
}.title-portal .path-impact > div {
    animation: fade-in-up 1s forwards ease-out;
    position: relative;
    transform-style: preserve-3d;
    opacity: 0;
}.title-portal .path-impact > div:nth-child(1) {
    animation-delay: 0.3s;
}.title-portal .path-impact > div:nth-child(2) {
    animation-delay: 0.6s;
}.title-portal .path-impact::before {
    top: -75px;
    border: 2px solid rgb(131,124,125,0.5);
    left: -75px;
    position: absolute;
    animation: pulse 5s infinite alternate ease-in-out;
    border-radius: 50%;
    width: 150px;
    content: "";
    height: 150px;
}.title-portal .path-impact::after {
    height: 200px;
    border: 1px dashed rgb(162,156,156,0.5);
    width: 200px;
    bottom: -100px;
    border-radius: 50%;
    position: absolute;
    content: "";
    right: -100px;
    animation: rotate 20s infinite linear;
}.title-portal .title_style_header {
    position: relative;
    color: #ffffff;
    letter-spacing: -0.02em;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateZ(30px);
    line-height: 1.1;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw + 1rem, 42px);
}.title-portal .title_style_header::after {
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(162,156,156), rgb(131,124,125));
    transform: translateZ(25px);
    border-radius: 10px;
    width: 60px;
    left: 0;
    position: absolute;
    height: 4px;
}.title-portal h3 {
    transform: translateZ(20px);
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    padding-right: 10%;
    font-size: clamp(1.2rem, 2vw + 0.5rem, 22px);
}.title-portal p {
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    transform: translateZ(15px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    line-height: 1.6;
    font-size: 16px;
}.title-portal p::before {
    content: "";
    height: 15px;
    background-color: rgb(162,156,156,0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    filter: blur(2px);
    left: -30px;
    animation: pulse-small 3s infinite alternate ease-in-out;
    width: 15px;
    position: absolute;
}

@keyframes orbital-movement {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}

@keyframes pulse-small {
  0% {
    transform: translateY(-50%) scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-50%) scale(1.2);
    opacity: 0.8;
  }
}

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

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {.title-portal .path-impact {
    gap: 1.8rem;
    padding: 2.5rem;
    transform: perspective(800px) rotateX(2deg);
}.title-portal .title_style_header {
    font-size: clamp(2rem, 4vw + 0.8rem, 42px);
}.title-portal h3 {
    font-size: clamp(1rem, 1.8vw + 0.4rem, 22px);
    padding-right: 5%;
}.title-portal .path-impact::before,
  .title-portal .path-impact::after {
    width: 120px;
    height: 120px;
}
}

@media (max-width: 768px) {.title-portal {
    min-height: 100vh;
    height: auto;
}.title-portal .master-studyfast {
    padding: 5rem 1rem;
}.title-portal .path-impact {
    gap: 1.5rem;
    padding: 2rem 1.5rem;
    width: 95%;
    transform: perspective(600px) rotateX(1deg);
}.title-portal .title_style_header {
    font-size: clamp(1.8rem, 3vw + 0.6rem, 2.5rem);
}.title-portal h3 {
    padding-right: 0;
    font-size: clamp(0.9rem, 1.5vw + 0.3rem, 1.2rem);
}.title-portal p {
    font-size: 0.9rem;
}.title-portal .path-impact::before {
    top: -40px;
    width: 80px;
    height: 80px;
    left: -40px;
}.title-portal .path-impact::after {
    height: 100px;
    width: 100px;
    bottom: -50px;
    right: -50px;
}.title-portal .master-studyfast::before {
    background: radial-gradient(circle at 50% 40%, 
      rgba(0, 0, 0, 0.2) 0%, 
      rgba(0, 0, 0, 0.7) 60%, 
      rgba(0, 0, 0, 0.9) 100%);
}
}

@media (max-width: 480px) {.title-portal .master-studyfast {
    padding: 4rem 1rem;
}.title-portal .path-impact {
    transform: none;
    padding: 1.5rem 1rem;
    gap: 1.2rem;
}.title-portal .title_style_header {
    font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
}.title-portal .title_style_header::after {
    width: 40px;
    height: 3px;
    bottom: -10px;
}.title-portal h3 {
    line-height: 1.5;
    font-size: 0.9rem;
}.title-portal p {
    line-height: 1.5;
    font-size: 0.85rem;
}.title-portal p::before {
    display: none;
}.title-portal .path-impact::before,
  .title-portal .path-impact::after {
    display: none;
}}.privacy-space {
    padding: 40px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy-space h1, .privacy-space h2, .privacy-space h3, .privacy-space h4, .privacy-space h5, .privacy-space h6 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}.privacy-space h1 {
    border-bottom: 2px solid rgb(162,156,156);
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 42px;
}.privacy-space h2 {
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(131,124,125);
    font-size: 32px;
    padding-bottom: 8px;
}.privacy-space h3 {
    padding-bottom: 6px;
    border-bottom: 1px solid #000000;
    font-size: 1.5em;
    margin-bottom: 20px;
}.privacy-space h4 {
    margin-bottom: 18px;
    font-size: 1.25em;
}.privacy-space h5 {
    margin-bottom: 16px;
    font-size: 18px;
}.privacy-space h6 {
    font-size: 19px;
    margin-bottom: 14px;
}.privacy-space ul, .privacy-space ol {
    color: #000000;
    padding-left: 20px;
    list-style: none;
    margin-left: 20px;
}.privacy-space ul li, .privacy-space ol li {
    margin-bottom: 10px;
    line-height: 1.6;
    padding-left: 20px;
    font-size: 15px;
    position: relative;
}.privacy-space ul li:before {
    left: 0;
    position: absolute;
    font-size: 1.2em;
    content: '•';
    color: rgb(162,156,156);
}.privacy-space p, .privacy-space span, .privacy-space div {
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy-space {
    padding: 20px 10px;
}.privacy-space h1 {
    font-size: calc(18px - 10%);
}.privacy-space h2 {
    font-size: calc(18px - 10%);
}.privacy-space p, .privacy-space span, .privacy-space div {
    font-size: calc(15px - 10%);
}}
.privacy-space a {
    text-decoration: none;
    border-bottom: 1px solid rgb(162,156,156);
    color: rgb(162,156,156);
}.privacy-space a:hover {
    color: rgb(131,124,125);
    border-bottom: 1px solid rgb(131,124,125);
}.privacy-space blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    font-style: italic;
    color: #000000;
    background-color: rgb(195,190,190);
    border-left: 5px solid rgb(162,156,156);
}.privacy-space code {
    color: #000000;
    background-color: rgb(195,190,190);
    border-radius: 10px;
    font-family: monospace;
    padding: 2px 6px;
}.privacy-space hr {
    background: rgba(0, 0, 0, 0.5);
    height: 1px;
    margin: 30px 0;
    border: 0;
}.connect-form {
    overflow: hidden;
    background: rgb(195,190,190);
    padding: 90px 0;
    position: relative;
}.connect-form::before {
    z-index: 0;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    background-size: 40px 40px;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(162,156,156), 0.05) 49%, rgba(rgb(162,156,156), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(131,124,125), 0.05) 49%, rgba(rgb(131,124,125), 0.05) 51%, transparent 52%);
    height: 100%;
}.connect-form .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.connect-form h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(162,156,156);
    color: #000000;
    font-size: 37px;
    font-weight: 700;
}.connect-form .support-reach {
    overflow: hidden;
    position: relative;
    display: flex;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
}.connect-form .square-image {
    min-height: 550px;
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
}.connect-form .message-box {
    position: relative;
    padding: 60px;
    background: #ffffff;
    flex: 0 0 55%;
}.connect-form .message-box::before {
    content: "";
    z-index: -1;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    position: absolute;
    opacity: 0.1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}.connect-form #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.connect-form h3 {
    margin-bottom: 30px;
    font-weight: 700;
    color: rgb(162,156,156);
    position: relative;
    font-size: 23px;
}.connect-form input[type="text"] {
    font-size: 14px;
    background: rgb(195,190,190);
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(162,156,156);
    color: #000000;
    width: 100%;
    border: none;
    padding: 15px 20px;
    transition: all 0.3s ease;
}.connect-form input[type="text"]:focus {
    outline: none;
    border-left-color: rgb(131,124,125);
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.connect-form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.connect-form .message-list {
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
    gap: 12px;
}.connect-form .message-list input[type="checkbox"] {
    border: 2px solid rgb(195,190,190);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 22px;
    appearance: none;
    width: 22px;
    margin-top: 3px;
    position: relative;
    border-radius: 4px;
    background: rgb(195,190,190);
}.connect-form .message-list input[type="checkbox"]:checked {
    background: rgb(162,156,156);
    border-color: rgb(162,156,156);
}.connect-form .message-list input[type="checkbox"]:checked::after {
    content: "";
    height: 10px;
    border-bottom: 2px solid #ffffff;
    left: 50%;
    width: 5px;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 40%;
    position: absolute;
    border-right: 2px solid #ffffff;
}.connect-form .message-list label {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.connect-form .message-list a {
    color: rgb(162,156,156);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.connect-form .message-list a:hover {
    color: rgb(131,124,125);
}.connect-form .message-list a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    background: rgb(162,156,156);
    height: 1px;
    transition: all 0.3s ease;
    width: 100%;
}.connect-form .message-list a:hover::after {
    height: 2px;
    background: rgb(131,124,125);
}.connect-form .request-query {
    border: none;
    position: relative;
    background: rgb(162,156,156);
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 35px;
    color: #ffffff;
    align-self: flex-start;
    border-radius: 10px;
    margin-top: 15px;
    transition: all 0.3s ease;
}.connect-form .request-query::after {
    position: absolute;
    transition: all 0.6s ease;
    left: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    height: 0;
    content: "";
    transform: translate(-50%, -50%);
    width: 0;
    top: 50%;
}.connect-form .request-query:hover {
    background: rgb(131,124,125);
}.connect-form .request-query:hover::after {
    height: 300%;
    width: 300%;
}.connect-form svg {
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(162,156,156);
}.connect-form svg path {
    transition: all 0.3s ease;
    fill: rgb(162,156,156);
}.connect-form svg:hover {
    fill: rgb(131,124,125);
}.connect-form svg:hover path {
    fill: rgb(131,124,125);
}

@media (max-width: 992px) {.connect-form {
    padding: 70px 0;
}.connect-form .support-reach {
    flex-direction: column;
}.connect-form .square-image {
    min-height: 300px;
    flex: 0 0 auto;
}.connect-form .message-box {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.connect-form {
    padding: 60px 0;
}.connect-form h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 40px;
}.connect-form .message-box {
    padding: 35px 25px 45px;
}.connect-form #contact {
    gap: 20px;
}.connect-form .square-image {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect-form {
    padding: 50px 0;
}.connect-form .container {
    padding: 0 15px;
}.connect-form h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.connect-form .message-box {
    padding: 30px 20px 40px;
}.connect-form .request-query {
    width: 100%;
}.connect-form .square-image {
    min-height: 200px;
}}.meet-us {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.meet-us::before {
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(162,156,156,0.5), rgb(131,124,125,0.5), rgba(20, 30, 40, 0.85));
    backdrop-filter: blur(3px) saturate(120%);
    width: 100%;
    position: absolute;
    height: 100%;
}.meet-us .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.meet-us .text-content-box {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 40px 50px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    border-left: 4px solid rgb(131,124,125);
}.meet-us .text-content-box:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet-us .text-content-box::before {
    width: 50px;
    position: absolute;
    background: rgb(131,124,125);
    left: 25px;
    content: "";
    transform: skewX(-25deg);
    top: -10px;
    height: 5px;
}.meet-us .text-content-box::after {
    height: 5px;
    right: 45px;
    content: "";
    bottom: -10px;
    position: absolute;
    transform: skewX(-25deg);
    background: rgb(162,156,156);
    width: 70px;
}.meet-us h5 {
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-weight: 700;
    color: transparent;
    font-size: 23px;
    background-clip: text !important;
    text-transform: uppercase;
    position: relative;
    background: linear-gradient(90deg, rgb(131,124,125), rgb(162,156,156));
}.meet-us h5::after {
    transform-origin: left;
    transform: scaleX(0.6);
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(131,124,125), transparent);
    transition: transform 0.4s ease;
    bottom: -8px;
    position: absolute;
    content: "";
    height: 2px;
}.meet-us .text-content-box:hover h5::after {
    transform: scaleX(1);
}.meet-us p {
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    font-size: calc(16px * 1.2);
    z-index: 1;
    letter-spacing: 0.5px;
    color: #ffffff;
}.meet-us p b {
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
}.meet-us p b::after {
    left: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    position: absolute;
    content: "";
    background: rgb(131,124,125);
    bottom: -2px;
    z-index: -1;
}.meet-us .text-content-box:hover p b::after {
    transform: scaleX(1);
}.meet-us ol {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
}.meet-us ol li {
    font-size: 16px;
    text-align: justify;
    overflow-y: auto;
    padding-left: 10px;
    max-height: 60vh;
    scrollbar-width: thin;
    color: #ffffff;
    line-height: 1.8;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    position: relative;
    scrollbar-color: rgb(131,124,125) transparent;
}.meet-us ol li::-webkit-scrollbar {
    width: 6px;
}.meet-us ol li::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}.meet-us ol li::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(131,124,125);
}.meet-us ol li::before {
    transform: scaleY(0.9);
    width: 3px;
    transition: all 0.5s ease;
    left: -10px;
    top: 0;
    opacity: 0.6;
    background: linear-gradient(to bottom, rgb(131,124,125), transparent);
    position: absolute;
    content: "";
    height: 100%;
}.meet-us .text-content-box:hover ol li::before {
    opacity: 1;
    transform: scaleY(1);
}

@media (max-width: 992px) {.meet-us {
    padding: 80px 0;
}.meet-us .text-content-box {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px 35px;
}.meet-us h5 {
    font-size: calc(23px * 0.95);
}.meet-us p {
    font-size: 16px;
}.meet-us ol li {
    max-height: 50vh;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 768px) {.meet-us {
    padding: 60px 0;
}.meet-us .text-content-box {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 25px;
    transform: none;
}.meet-us .text-content-box::before,
    .meet-us .text-content-box::after {
    width: 40px;
}.meet-us h5 {
    font-size: calc(23px * 0.9);
}.meet-us p {
    font-size: calc(16px * 0.95);
}.meet-us ol li {
    max-height: 40vh;
    line-height: 1.7;
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 576px) {.meet-us {
    padding: 50px 0;
}.meet-us .text-content-box {
    padding: 20px 15px;
    border-left-width: 3px;
}.meet-us .text-content-box::before,
    .meet-us .text-content-box::after {
    width: 30px;
    height: 3px;
}.meet-us h5 {
    font-size: calc(23px * 0.85);
    margin-bottom: 15px;
}.meet-us p {
    margin-bottom: 15px;
    font-size: calc(16px * 0.9);
}.meet-us ol li {
    max-height: 35vh;
    line-height: 1.6;
    font-size: calc(16px * 0.85);
}
}

@media (prefers-reduced-motion: reduce) {.meet-us .text-content-box,
    .meet-us .text-content-box:hover,
    .meet-us h5::after,
    .meet-us .text-content-box:hover h5::after,
    .meet-us p b::after,
    .meet-us .text-content-box:hover p b::after,
    .meet-us ol li::before,
    .meet-us .text-content-box:hover ol li::before {
    transition: none;
    transform: none;
}}.tariff-plan {
    background: rgb(195,190,190);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.tariff-plan::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(162,156,156,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: 1;
    width: 100%;
}.tariff-plan .container {
    max-width: 1320px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.tariff-plan .cert-plans {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.tariff-plan .learn-fees {
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
    max-width: 800px;
    text-align: center;
}.tariff-plan .learn-fees h2 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: 38px;
}.tariff-plan .learn-fees h2::after {
    height: 3px;
    bottom: -10px;
    left: 50%;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(162,156,156);
    content: "";
}.tariff-plan .discount-tier {
    margin-bottom: 0;
    margin: 0 auto;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    max-width: 600px;
    line-height: 1.7;
    font-size: 15px;
}.tariff-plan .pricing-offers {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}.tariff-plan .price-sheet {
    overflow: hidden;
    animation-delay: calc(var(--index, 0) * 0.1s);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    transform: translateY(20px);
    text-decoration: none;
    animation: fadeInUp 0.8s ease-out forwards;
    display: block;
    border-radius: 10px;
}.tariff-plan .price-sheet:nth-child(1) {
    --index: 1;
}.tariff-plan .price-sheet:nth-child(2) {
    --index: 2;
}.tariff-plan .price-sheet:nth-child(3) {
    --index: 3;
}.tariff-plan .price-sheet:nth-child(4) {
    --index: 4;
}.tariff-plan .price-sheet:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.tariff-plan .study-fees {
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    overflow: hidden;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
}.tariff-plan .study-fees::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(162,156,156), rgb(131,124,125));
    height: 5px;
    width: 100%;
}.tariff-plan .rate-plans {
    flex-direction: column;
    box-sizing: border-box;
    flex: 1;
    padding: 40px 30px;
    display: flex;
}.tariff-plan .rate-plans h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 23px;
    position: relative;
    color: #000000;
    margin-top: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}.tariff-plan .rate-plans h3::after {
    width: 40px;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    bottom: -8px;
    background-color: rgb(162,156,156);
    left: 0;
}.tariff-plan .price-sheet:hover .rate-plans h3::after {
    width: 70px;
}.tariff-plan .learning-cost {
    overflow-wrap: break-word;
    border-radius: 10px;
    word-break: break-word;
    color: rgb(162,156,156);
    font-size: calc(23px * 1.2);
    padding: 8px 16px;
    display: inline-block;
    margin: 10px 0 20px;
    position: relative;
    font-weight: 700;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
}.tariff-plan .rate-plans p {
    word-break: break-word;
    line-height: 1.7;
    white-space: normal;
    flex-grow: 1;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    font-size: 15px;
}.tariff-plan .square-image {
    height: 200px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}.tariff-plan .price-sheet:hover .square-image {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.tariff-plan .pricing-offers {
    grid-template-columns: repeat(2, 1fr);
}.tariff-plan .rate-plans {
    padding: 40px;
}.tariff-plan .square-image {
    height: 220px;
}
}

@media (min-width: 992px) {.tariff-plan .cert-plans {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.tariff-plan .pricing-offers {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.tariff-plan .learn-fees {
    margin: 0;
    width: 35%;
    text-align: left;
}.tariff-plan .learn-fees h2::after {
    transform: none;
    left: 0;
}.tariff-plan .discount-tier {
    margin: 0;
}
}

@media (min-width: 1200px) {.tariff-plan .pricing-offers {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff-plan .rate-plans h3 {
    font-size: calc(23px * 1.1);
}.tariff-plan .learning-cost {
    font-size: calc(23px * 1.3);
}.tariff-plan .square-image {
    height: 240px;
}
}

@media (max-width: 767px) {.tariff-plan {
    padding: 80px 0;
}.tariff-plan .rate-plans {
    padding: 30px 20px;
}.tariff-plan .learning-cost {
    font-size: 23px;
    padding: 6px 12px;
}.tariff-plan .square-image {
    height: 180px;
}
}

@media (max-width: 480px) {.tariff-plan {
    padding: 60px 0;
}.tariff-plan .learn-fees h2 {
    font-size: calc(38px * 0.85);
}.tariff-plan .rate-plans h3 {
    font-size: calc(23px * 0.95);
}.tariff-plan .square-image {
    height: 160px;
}}.course-rewards {
    padding: 8rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(195,190,190) 0%, rgb(131,124,125,0.5) 100%);
    overflow: hidden;
}.course-rewards::before {
    width: 100%;
    background-image: radial-gradient(circle at 80% 20%, rgb(162,156,156,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    z-index: 0;
    pointer-events: none;
    left: 0;
}.course-rewards::after {
    pointer-events: none;
    right: -5rem;
    content: "";
    width: 20rem;
    z-index: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(131,124,125,0.5) 0%, transparent 70%);
    bottom: -5rem;
    height: 20rem;
    filter: blur(5rem);
}.course-rewards h5 {
    color: #000000;
    max-width: 80%;
    font-size: 23px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    text-align: center;
    z-index: 2;
    margin-left: auto;
    position: relative;
    transform: translateY(0);
    margin-bottom: 4rem;
    line-height: 1.5;
    font-weight: 700;
    margin-right: auto;
}.course-rewards h5::after {
    position: absolute;
    transform: translateX(-50%);
    height: 0.25rem;
    background: linear-gradient(90deg, rgb(162,156,156) 0%, rgb(131,124,125) 100%);
    left: 50%;
    border-radius: 10px;
    bottom: -1rem;
    width: 6rem;
    content: "";
}.course-rewards .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.course-rewards .learn-growth {
    display: flex;
    gap: 3rem;
    position: relative;
    padding: 1rem;
    flex-direction: column;
}.course-rewards .learn-growth > div:first-child {
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 10px;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    order: 1;
}.course-rewards .learn-growth > div:first-child::before {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgb(162,156,156,0.5) 100%);
    pointer-events: none;
}.course-rewards .learn-growth > div:first-child:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-rewards .square-image {
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.05);
    display: block;
}.course-rewards .learn-growth > div:first-child:hover .square-image {
    transform: scale(1);
}.course-rewards .text-content-box {
    padding: 1rem;
    position: relative;
    order: 2;
}.course-rewards .text-content-box::before {
    width: 8rem;
    position: absolute;
    pointer-events: none;
    filter: blur(2rem);
    background: radial-gradient(circle, rgb(131,124,125,0.5) 0%, transparent 70%);
    z-index: -1;
    left: -1rem;
    top: -3rem;
    content: "";
    height: 8rem;
}.course-rewards ul {
    margin: 0;
    display: grid;
    gap: 1.75rem;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
}.course-rewards li {
    padding-left: 3rem;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    position: relative;
}.course-rewards li:hover {
    transform: translateX(0.5rem);
}.course-rewards li div {
    position: relative;
}.course-rewards li p {
    line-height: 1.6;
    font-size: 12px;
    display: flex;
    color: #000000;
    align-items: flex-start;
    margin: 0;
    position: relative;
}.course-rewards li p svg {
    left: -3rem;
    position: absolute;
    transition: transform 0.3s ease;
    top: 0.125rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 1.75rem;
    width: 1.75rem;
}.course-rewards li:hover p svg {
    transform: rotate(10deg) scale(1.1);
}.course-rewards li p svg path {
    transition: fill 0.3s ease;
    fill: rgb(162,156,156);
}.course-rewards li:hover p svg path {
    fill: rgb(131,124,125);
}.course-rewards li:nth-child(odd) {
    transform: translateX(0);
}.course-rewards li:nth-child(odd):hover {
    transform: translateX(0.5rem);
}.course-rewards li:nth-child(even) {
    transform: translateX(0);
}.course-rewards li:nth-child(even):hover {
    transform: translateX(0.5rem);
}

@media (min-width: 768px) {.course-rewards {
    padding: 10rem 3rem;
}.course-rewards h5 {
    max-width: 70%;
    font-size: calc(23px * 1.2);
}.course-rewards .learn-growth {
    flex-direction: row;
    align-items: center;
    gap: 5rem;
}.course-rewards .learn-growth > div:first-child {
    flex: 0 0 45%;
    transform: perspective(1000px) rotateY(-8deg);
    order: 0;
}.course-rewards .text-content-box {
    padding-right: 2rem;
    flex: 0 0 50%;
}.course-rewards ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
}.course-rewards li:nth-child(odd) {
    transform: translateY(-0.5rem);
}.course-rewards li:nth-child(odd):hover {
    transform: translateY(-0.5rem) translateX(0.5rem);
}.course-rewards li:nth-child(even) {
    transform: translateY(0.5rem);
}.course-rewards li:nth-child(even):hover {
    transform: translateY(0.5rem) translateX(0.5rem);
}
}

@media (min-width: 992px) {.course-rewards {
    padding: 12rem 4rem;
}.course-rewards h5 {
    max-width: 60%;
    font-size: calc(23px * 1.4);
}.course-rewards .learn-growth {
    gap: 8rem;
}.course-rewards .learn-growth > div:first-child {
    flex: 0 0 40%;
}.course-rewards .text-content-box {
    flex: 0 0 55%;
}.course-rewards li p {
    font-size: calc(12px * 1.05);
}.course-rewards li p svg {
    width: 2rem;
    height: 2rem;
}
}

@media (min-width: 1200px) {.course-rewards .learn-growth > div:first-child::after {
    bottom: -2rem;
    border-radius: 10px;
    filter: blur(1rem);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 70%;
    width: 70%;
    transform: rotate(-5deg);
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(45deg, rgb(162,156,156,0.5) 0%, rgb(131,124,125,0.5) 100%);
    z-index: -1;
    content: "";
    right: -2rem;
}.course-rewards .learn-growth > div:first-child:hover::after {
    transform: rotate(0deg);
}.course-rewards ul {
    gap: 3rem 4rem;
}
}

@media (max-width: 767px) {.course-rewards {
    padding: 6rem 1.5rem;
}.course-rewards h5 {
    margin-bottom: 3rem;
    font-size: calc(23px * 0.9);
    max-width: 100%;
}.course-rewards li {
    margin-bottom: 1.25rem;
}.course-rewards li p {
    font-size: calc(12px * 0.95);
}}.med-guides {
    color: #ffffff;
    z-index: 1;
    padding: 80px 0 40px;
    position: relative;
}.med-guides::before {
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    backdrop-filter: blur(8px);
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
}footer {
    position: relative;
}.med-guides .container {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.med-guides .company_holder {
    padding-right: 40px;
    position: relative;
}.med-guides .company_holder::after {
    right: 0;
    top: 20%;
    width: 1px;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(131,124,125,0.5), 
        transparent);
    height: 60%;
    position: absolute;
    content: "";
}.med-guides .company_holder h3 {
    position: relative;
    font-size: calc(28px * 0.9);
    margin-bottom: 25px;
    font-weight: 700;
    display: inline-block;
}.med-guides .company_holder h3::after {
    content: "";
    left: 0;
    height: 3px;
    width: 40px;
    background: rgb(162,156,156);
    border-radius: 10px;
    bottom: -8px;
    position: absolute;
}.med-guides .progress-bar {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 30px;
    max-width: 90%;
    line-height: 1.6;
}.med-guides .rating-stars {
    justify-content: flex-end;
    display: flex;
}.med-guides .nav-mainbar {
    gap: 60px;
    display: flex;
}.med-guides .head-guide {
    position: relative;
}.med-guides .head-guide h5 {
    margin-bottom: 25px;
    padding-bottom: 12px;
    font-weight: 600;
    position: relative;
    font-size: 22px;
}.med-guides .head-guide h5::after {
    left: 0;
    background: rgb(162,156,156);
    height: 2px;
    position: absolute;
    width: 30px;
    bottom: 0;
    content: "";
    border-radius: 10px;
}.med-guides .head-guide .nav-mainbar {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.med-guides .head-guide .nav-mainbar a {
    padding-left: 0;
    font-size: calc(18px * 0.95);
    text-decoration: none;
    opacity: 0.7;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}.med-guides .head-guide .nav-mainbar a::before {
    left: 0;
    background: rgb(162,156,156);
    opacity: 0;
    top: 50%;
    position: absolute;
    width: 0;
    height: 1px;
    transform: translateY(-50%);
    content: "";
    transition: all 0.3s ease;
}.med-guides .head-guide .nav-mainbar a:hover {
    color: rgb(162,156,156);
    padding-left: 12px;
    opacity: 1;
}.med-guides .head-guide .nav-mainbar a:hover::before {
    width: 8px;
    opacity: 1;
}.conduct-code {
    backdrop-filter: blur(5px);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}.conduct-code .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.conduct-code .alumni-net {
    opacity: 0.6;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(162,156,156,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(162,156,156);
    }
}

@media (max-width: 991px) {.med-guides {
    padding: 60px 0 30px;
}.med-guides .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.med-guides .company_holder {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    padding-right: 0;
}.med-guides .company_holder::after {
    display: none;
}.med-guides .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.med-guides .company_holder h3::after {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
}.med-guides .progress-bar {
    text-align: center;
    max-width: 100%;
}.med-guides .rating-stars {
    justify-content: center;
}
}

@media (max-width: 767px) {.med-guides {
    padding: 50px 0 20px;
}.med-guides .nav-mainbar {
    flex-direction: column;
    gap: 40px;
    width: 100%;
}.med-guides .head-guide {
    text-align: center;
}.med-guides .head-guide h5 {
    text-align: center;
}.med-guides .head-guide h5::after {
    left: 50%;
    transform: translateX(-50%);
}.med-guides .head-guide .nav-mainbar {
    align-items: center;
}.med-guides .head-guide .nav-mainbar a {
    text-align: center;
}.med-guides .head-guide .nav-mainbar a::before {
    display: none;
}.med-guides .head-guide .nav-mainbar a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.med-guides {
    padding: 40px 0 20px;
}.med-guides .company_holder h3 {
    font-size: calc(28px * 0.8);
}.med-guides .progress-bar {
    font-size: calc(18px * 0.9);
}.conduct-code .alumni-net {
    font-size: calc(14px * 0.9);
}}

.med-guides::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.med-guides::after {
    box-shadow: 0 0 40px rgb(162,156,156,0.5);
}.med-guides .container::before {
    filter: blur(30px);
    height: 150px;
    left: -75px;
    width: 150px;
    position: absolute;
    content: "";
    background: radial-gradient(
        circle, 
        rgb(131,124,125,0.5), 
        transparent 70%
    );
    bottom: -75px;
    border-radius: 50%;
    animation: pulse 10s infinite alternate-reverse;
}.med-guides .head-guide::before {
    content: "";
    opacity: 0.7;
    left: -15px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    top: 10px;
    position: absolute;
    background: rgb(162,156,156);
}.med-guides .head-guide:hover::before {
    animation: glow 2s infinite;
}.med-guides .company_holder::before {
    bottom: -20px;
    width: 100px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(162,156,156,0.5), 
        transparent);
}

@media (max-width: 991px) {.med-guides .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(162,156,156,0.5), 
            transparent);
}}

.med-guides .head-guide .nav-mainbar a::after {
    position: absolute;
    left: 0;
    background: rgb(162,156,156);
    width: 0;
    transition: width 0.3s ease;
    content: "";
    bottom: -2px;
    height: 1px;
}.med-guides .head-guide .nav-mainbar a:hover::after {
    width: 100%;
}.med-guides .head-guide .nav-mainbar a:nth-child(odd):hover {
    transform: translateX(2px);
}.med-guides .head-guide .nav-mainbar a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    top: 0;
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
            transparent, 
            rgb(131,124,125,0.5), 
            transparent);
    right: 0;
}.med-guides::before {
    background-blend-mode: overlay;
}}

.med-guides .company_holder h3::before {
    height: 1px;
    position: absolute;
    background: rgb(162,156,156);
    left: -30px;
    width: 20px;
    opacity: 0.7;
    top: 50%;
    content: "";
}

@media (max-width: 991px) {.med-guides .company_holder h3::before {
    display: none;
}}

.conduct-code {
    position: relative;
    overflow: hidden;
}.conduct-code::before {
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(131,124,125,0.5), 
        transparent);
    height: 1px;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.conduct-code::after {
    opacity: 0.3;
    bottom: 0;
    content: "";
    width: 30%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(131,124,125,0.5), 
        transparent);
    left: 35%;
}.conduct-code .alumni-net {
    transition: all 0.3s ease;
    position: relative;
}.conduct-code .alumni-net:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.course-program {
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    background-color: rgb(195,190,190);
    align-items: center;
    position: relative;
}.course-program .class-route {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.course-program .study-route {
    animation: slide-show 35s ease-in-out infinite;
    display: flex;
    width: 500%;
    height: 100%;
}.course-program .class-route:hover .study-route {
    animation-play-state: paused;
}.course-program .career-progress {
    height: 100%;
    overflow: hidden;
    width: 20%;
    position: relative;
}.course-program .career-progress img {
    filter: brightness(0.8) saturate(1.3);
    object-fit: cover;
    width: 100%;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    transform-origin: center;
    height: 100%;
}.course-program .career-progress::before {
    z-index: 2;
    inset: 0;
    background: 
        linear-gradient(0deg, 
            rgb(162,156,156,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(131,124,125,0.5) 100%),
        linear-gradient(90deg, 
            rgb(162,156,156,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(131,124,125,0.5) 100%);
    position: absolute;
    content: '';
    opacity: 0.7;
}.course-program .career-progress::after {
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(162,156,156,0.5) 0px,
            rgb(162,156,156,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    opacity: 0.3;
    content: '';
    inset: 0;
    z-index: 3;
    position: absolute;
    mix-blend-mode: overlay;
    animation: slide-pattern 15s linear infinite;
}.course-program .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    z-index: 4;
    position: relative;
}.course-program .learn-growth {
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 22px;
    background: linear-gradient(
        135deg,
        rgb(162,156,156,0.5) 0%,
        rgb(131,124,125,0.5) 100%
    );
    padding: 0.5rem;
    position: relative;
    width: 100%;
    margin-left: 0;
    max-width: 600px;
}.course-program .job-classes {
    border-radius: 10px;
    background: rgb(195,190,190);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 3rem;
}.course-program .job-classes::before {
    z-index: -1;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(162,156,156,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(131,124,125,0.5) 0%,
            transparent 70%
        );
    opacity: 0.15;
    position: absolute;
    inset: 0;
    content: '';
}.course-program .job-classes h3 {
    font-size: 36px;
    color: rgb(162,156,156);
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}.course-program .job-classes h3::after {
    background: linear-gradient(to right, 
        rgb(162,156,156), 
        rgb(131,124,125));
    bottom: -10px;
    transition: width 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
}.course-program .job-classes:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}.course-program .job-classes p {
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
}.course-program .job-classes .request-query {
    display: inline-block;
    padding: 0.9rem 1.8rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(to right, 
        rgb(162,156,156), 
        rgb(131,124,125));
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
    box-shadow: 0 5px 15px rgb(162,156,156,0.5);
}.course-program .job-classes .request-query::before {
    transition: opacity 0.4s ease;
    content: '';
    z-index: -1;
    left: 0;
    background: linear-gradient(to right, 
        rgb(131,124,125), 
        rgb(162,156,156));
    top: 0;
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
}.course-program .job-classes .request-query:hover {
    box-shadow: 0 8px 20px rgb(131,124,125,0.5);
    transform: translateY(-3px);
}.course-program .job-classes .request-query:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course-program .job-classes {
    padding: 2.5rem;
}.course-program .learn-growth {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course-program .learn-growth {
    max-width: 650px;
}.course-program .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course-program {
    flex-direction: column;
    min-height: auto;
    padding: 0;
}.course-program .class-route {
    position: relative;
    height: 350px;
}.course-program .container {
    width: 100%;
    padding: 3rem 1.5rem;
}.course-program .learn-growth {
    margin: 0 auto;
    max-width: 100%;
}.course-program .job-classes {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course-program .class-route {
    height: 300px;
}.course-program .study-route {
    animation-duration: 25s;
}.course-program .container {
    padding: 2.5rem 1rem;
}.course-program .job-classes {
    padding: 1.8rem;
}.course-program .job-classes h3 {
    font-size: calc(36px * 0.9);
}.course-program .job-classes p {
    font-size: calc(13px * 0.95);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.course-program .class-route {
    height: 250px;
}.course-program .study-route {
    animation-duration: 20s;
}.course-program .container {
    padding: 2rem 0.8rem;
}.course-program .job-classes {
    padding: 1.5rem;
}.course-program .job-classes h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1rem;
}.course-program .job-classes p {
    margin-bottom: 1.2rem;
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}.course-program .job-classes .request-query {
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 100%;
}
}

@media (prefers-reduced-motion) {.course-program .study-route,
    .course-program .career-progress img,
    .course-program .career-progress::after {
    animation: none;
}}.experience-trial {
    z-index: 1;
    padding: 6rem 0;
    overflow: hidden;
    transform: skewY(-2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background: linear-gradient(135deg, rgb(162,156,156) 0%, rgb(131,124,125) 100%);
    position: relative;
}.experience-trial::before {
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(162,156,156,0.5),
        rgb(162,156,156,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    top: 0;
}.experience-trial::after {
    height: 50vw;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle, rgb(131,124,125) 0%, transparent 70%);
    top: -30%;
    opacity: 0.15;
    width: 50vw;
    animation: floatGlow 15s infinite alternate ease-in-out;
    content: "";
    right: -10%;
}.experience-trial .container {
    transform: skewY(2deg);
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    align-items: center;
    padding: 0 2rem;
    flex-direction: column;
    display: flex;
    z-index: 2;
}.experience-trial h6 {
    font-weight: 600;
    color: #ffffff;
    max-width: 800px;
    position: relative;
    transform: translateY(0);
    letter-spacing: 0.5px;
    font-size: 21px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    animation: textFloat 5s infinite alternate ease-in-out;
    margin-bottom: 2.5rem;
    text-align: center;
    line-height: 1.5;
}.experience-trial h6::after {
    position: absolute;
    width: 70px;
    transform: translateX(-50%);
    opacity: 0.7;
    content: "";
    left: 50%;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    height: 3px;
    bottom: -15px;
}.experience-trial div div {
    z-index: 2;
    justify-content: center;
    display: flex;
    position: relative;
}.experience-trial div div span {
    display: inline-block;
    position: relative;
    transform-style: preserve-3d;
    perspective: 800px;
}.experience-trial div div span::before {
    filter: blur(10px);
    width: calc(100% + 20px);
    opacity: 0.15;
    left: -10px;
    position: absolute;
    height: calc(100% + 20px);
    transform: translateZ(-10px);
    border-radius: 10px;
    content: "";
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(162,156,156);
    top: -10px;
}.experience-trial .request-query {
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    transform: translateY(0);
    z-index: 2;
    font-size: 16px;
    position: relative;
    padding: 0.9rem 2.5rem;
    overflow: hidden;
    color: rgb(162,156,156);
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    justify-content: center;
    display: inline-flex;
    background: #ffffff;
    border-radius: 10px;
}.experience-trial .request-query::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgb(131,124,125,0.5) 100%);
    transition: opacity 0.4s ease;
    top: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    left: 0;
}.experience-trial .request-query::after {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 70%;
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.7s ease;
    top: 0;
    left: -100%;
    transform: skewX(-25deg);
}.experience-trial .request-query span {
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
}.experience-trial .request-query:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    color: rgb(131,124,125);
    transform: translateY(-5px);
}.experience-trial .request-query:hover::before {
    opacity: 0.1;
}.experience-trial .request-query:hover::after {
    transition: all 0.7s ease;
    left: 100%;
}.experience-trial .request-query:hover span {
    transform: scale(1.05);
}.experience-trial div div span:hover::before {
    transform: translateZ(-5px) scale(1.05);
    opacity: 0.25;
}.experience-trial .request-query:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes textFloat {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-5%, 5%);
    }
}

@media (max-width: 992px) {.experience-trial {
    padding: 5rem 0;
}.experience-trial h6 {
    margin-bottom: 2rem;
    font-size: calc(16px * 1.1);
}.experience-trial .request-query {
    padding: 0.8rem 2.2rem;
}
}

@media (max-width: 768px) {.experience-trial {
    padding: 4rem 0;
    transform: skewY(-1deg);
}.experience-trial .container {
    transform: skewY(1deg);
    padding: 0 1.5rem;
}.experience-trial h6 {
    margin-bottom: 1.8rem;
    font-size: 16px;
}.experience-trial h6::after {
    width: 50px;
    bottom: -12px;
}
}

@media (max-width: 576px) {.experience-trial {
    padding: 3.5rem 0;
    transform: skewY(0);
}.experience-trial .container {
    padding: 0 1rem;
    transform: skewY(0);
}.experience-trial h6 {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.2);
    line-height: 1.6;
}.experience-trial .request-query {
    padding: 0.7rem 1.8rem;
    font-size: calc(16px * 0.9);
}.experience-trial div div span::before {
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
}}.teaching-experience {
    position: relative;
    overflow: hidden;
    background: rgb(195,190,190);
    padding: 5rem 2rem;
}.teaching-experience::before {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    z-index: 0;
    background: linear-gradient(120deg, rgb(162,156,156,0.5) 0%, transparent 70%);
}.teaching-experience::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    z-index: 0;
    bottom: 0;
    background: linear-gradient(210deg, rgb(131,124,125,0.5) 0%, transparent 70%);
    right: 0;
}.teaching-experience .review-voicesAKEwx {
    display: flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    z-index: 1;
    max-width: 600px;
}.teaching-experience .square-image {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    width: 80%;
    z-index: 2;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 400px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
}.teaching-experience .square-image::before {
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    top: 0;
}.teaching-experience .square-image::after {
    background: linear-gradient(45deg, rgb(162,156,156,0.5) 0%, transparent 40%, transparent 60%, rgb(131,124,125,0.5) 100%);
    width: 300%;
    opacity: 0.3;
    top: -100%;
    left: -100%;
    transition: all 0.8s ease;
    height: 300%;
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
    animation: shiftGradient 10s infinite alternate;
}.teaching-experience .work-details {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    z-index: 3;
    background: #ffffff;
    border-radius: 13px;
    position: relative;
    transform: translateY(0);
    padding: 2.5rem 2rem 2rem;
    width: 90%;
    margin: -80px auto 0;
}.teaching-experience .work-details::before {
    transform: translate(-50%, -50%);
    background: #ffffff;
    top: 0;
    height: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 4;
    border-radius: 50%;
    left: 50%;
    content: "";
    border: 5px solid rgb(195,190,190);
    position: absolute;
    width: 70px;
}.teaching-experience .name {
    font-size: 38px;
    position: relative;
    color: rgb(162,156,156);
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: 700;
}.teaching-experience .work-details div:nth-child(2) {
    margin-bottom: 1.5rem;
    color: rgb(131,124,125);
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    position: relative;
}.teaching-experience .work-details div:nth-child(2)::after {
    content: "";
    display: block;
    margin: 1rem auto 0;
    height: 3px;
    width: 40px;
    background: rgb(162,156,156,0.5);
}.teaching-experience .exp-card {
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    padding: 0 1rem;
    color: #000000;
    text-align: center;
    font-style: italic;
}.teaching-experience .exp-card::before,
.teaching-experience .exp-card::after {
    line-height: 0;
    content: "";
    font-size: 3rem;
    position: absolute;
    color: rgb(162,156,156,0.5);
    font-family: serif;
}.teaching-experience .exp-card::before {
    left: 0;
    top: 0.5rem;
    transform: rotate(180deg);
}.teaching-experience .exp-card::after {
    right: 0;
    bottom: -0.5rem;
}.teaching-experience .review-voicesAKEwx:hover .square-image {
    transform: translateY(-20px);
}.teaching-experience .review-voicesAKEwx:hover .work-details {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.teaching-experience .square-image {
    height: 320px;
    width: 90%;
}.teaching-experience .work-details {
    margin-top: -60px;
    padding: 2rem 1.5rem 1.5rem;
    width: 95%;
}.teaching-experience .work-details::before {
    width: 60px;
    height: 60px;
}}header {
    position: relative;
    z-index: 1000;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    background-color: rgb(195,190,190);
    padding: 1.2rem 0;
}header::before {
    content: '';
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(162,156,156,0.5) 49.5%, rgb(162,156,156,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(131,124,125,0.5) 49.5%, rgb(131,124,125,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    left: 0;
    animation: gridMove 40s linear infinite;
    position: absolute;
    opacity: 0.15;
}header::after {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(162,156,156) 0%, 
        rgb(131,124,125) 50%, 
        rgb(162,156,156) 100%);
    content: '';
    z-index: 1;
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0;
}header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}header .top-mainwrap {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}header .head-guide {
    backdrop-filter: blur(10px);
    padding: 5px;
    gap: 0.5rem;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 14px;
}header .nav-expert {
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-weight: 400;
    position: relative;
    color: #ffffff;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 16px;
}header .nav-expert::before {
    transform: scale(0.95);
    transition: all 0.3s ease;
    right: -2px;
    position: absolute;
    background: linear-gradient(45deg, rgb(162,156,156), rgb(131,124,125));
    bottom: -2px;
    opacity: 0;
    z-index: -1;
    top: -2px;
    left: -2px;
    content: '';
    border-radius: calc(10px + 2px);
}header .nav-expert::after {
    border-radius: 10px;
    background: rgb(162,156,156);
    top: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    right: 0;
    left: 0;
    position: absolute;
}header .nav-expert:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}header .nav-expert:hover::before {
    opacity: 1;
    transform: scale(1);
}header .first-class {
    align-items: center;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    display: flex;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    position: relative;
}header .first-class::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    top: 0;
    content: '';
    left: -100%;
    transition: 0.5s;
    height: 100%;
    width: 100%;
    position: absolute;
}header .first-class:hover::before {
    left: 100%;
}header .first-class svg {
    z-index: 2;
    width: 160px;
    position: relative;
    height: auto;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .head-guide {
    gap: 0.3rem;
}header .nav-expert {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .first-class svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .top-mainwrap {
    flex-direction: column;
}header .head-guide {
    order: 2;
    padding: 10px;
    margin-top: 1rem;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    flex-wrap: wrap;
}header .nav-expert {
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
}header .first-class {
    margin-bottom: 0.5rem;
    order: 1;
}header .first-class svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .head-guide {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .head-guide::-webkit-scrollbar {
    height: 3px;
}header .head-guide::-webkit-scrollbar-thumb {
    background: rgb(162,156,156);
    border-radius: 10px;
}header .nav-expert {
    white-space: nowrap;
}header .first-class svg {
    width: 110px;
}}.thxZone {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(195,190,190) 0%, rgb(162,156,156,0.5) 100%);
    position: relative;
}.thxZone::before {
    z-index: 1;
    opacity: 0.05;
    top: -10%;
    position: absolute;
    background: linear-gradient(210deg, rgb(131,124,125) 0%, rgb(162,156,156) 100%);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    right: -5%;
    width: 45%;
    height: 70%;
    content: "";
    transform: rotate(15deg) skewX(-15deg);
}.thxZone::after {
    bottom: -10%;
    height: 60%;
    content: "";
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    left: -5%;
    width: 35%;
    z-index: 1;
    opacity: 0.07;
    background: linear-gradient(45deg, rgb(162,156,156) 0%, rgb(131,124,125) 100%);
    position: absolute;
    transform: rotate(-10deg) skewX(15deg);
}.thxZone .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}.thxZone .learn-growth {
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    position: relative;
    display: grid;
}.thxZone .learn-growth > div:first-child {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    transform: translateZ(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    padding: 3rem;
}.thxZone .learn-growth > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.thxZone .learn-growth > div:first-child::before {
    background: linear-gradient(to bottom, rgb(162,156,156), rgb(131,124,125));
    width: 5px;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}.thxZone .learn-growth > div:last-child {
    transform: translateZ(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    padding: 3rem;
}.thxZone .learn-growth > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}.thxZone h5 {
    letter-spacing: -0.01em;
    position: relative;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    font-size: calc(18px * 1.1);
}.thxZone h5::after {
    display: block;
    background: linear-gradient(90deg, rgb(162,156,156), transparent);
    height: 3px;
    margin-top: 1rem;
    width: 70px;
    content: "";
}.thxZone a {
    text-decoration: none;
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}.thxZone a:hover {
    transform: translateX(5px);
}.thxZone p {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    position: relative;
}.thxZone p::first-line {
    font-weight: 600;
    color: rgb(162,156,156);
}

@media (min-width: 768px) {.thxZone {
    padding: 8rem 0;
}.thxZone .learn-growth {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.thxZone .learn-growth > div:first-child {
    padding: 4rem;
}.thxZone .learn-growth > div:last-child {
    margin-top: 2rem;
    padding: 4rem;
}.thxZone h5 {
    font-size: calc(18px * 1.2);
}.thxZone p {
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 992px) {.thxZone .learn-growth {
    gap: 5rem;
    grid-template-columns: 1fr 1.5fr;
}.thxZone .learn-growth > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.thxZone .learn-growth > div:first-child::after {
    position: absolute;
    width: 3px;
    transform: rotate(15deg);
    background: rgb(131,124,125);
    height: 40px;
    right: -1.5rem;
    top: 2rem;
    content: "";
}.thxZone .learn-growth > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.thxZone h5 {
    font-size: calc(18px * 1.3);
}.thxZone h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.thxZone {
    padding: 4rem 0;
}.thxZone .learn-growth > div:first-child,
    .thxZone .learn-growth > div:last-child {
    padding: 2rem;
}.thxZone h5 {
    font-size: 18px;
}.thxZone p {
    font-size: calc(12px * 0.95);
}
}

@media (hover: hover) {.thxZone .learn-growth > div:first-child:hover::after {
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    inset: 0;
    position: absolute;
}.thxZone .learn-growth > div:last-child:hover::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
}}.user-testimonials {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,190,190) 0%, rgba(245, 247, 250, 1) 100%);
    padding: 6rem 0;
    position: relative;
}.user-testimonials::before {
    right: -10%;
    top: -5%;
    background: linear-gradient(120deg, rgb(162,156,156,0.5) 20%, transparent 80%);
    opacity: 0.07;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    pointer-events: none;
    height: 35%;
    width: 45%;
}.user-testimonials::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(162,156,156), transparent);
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    opacity: 0.3;
}.user-testimonials .container {
    position: relative;
    z-index: 2;
}.user-testimonials h2 {
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 3.5rem;
    font-weight: 700;
    color: #000000;
    max-width: 75%;
    font-size: 28px;
    transform: translateX(-0.5rem);
    position: relative;
}.user-testimonials h2::after {
    width: 4rem;
    height: 3px;
    transform: scaleX(1);
    content: "";
    position: absolute;
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    bottom: -0.75rem;
    background-color: rgb(162,156,156);
}.user-testimonials h2:hover::after {
    transform: scaleX(1.5);
}.user-testimonials .review-voicesX3DF9 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    padding: 0;
    gap: 2rem;
    list-style: none;
    margin: 0;
}.user-testimonials .review-voicesAKEwx {
    border-left: 3px solid rgb(162,156,156);
    padding: 2rem;
    transform: translateY(0) rotateX(0);
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}.user-testimonials .review-voicesAKEwx:hover {
    transform: translateY(-10px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09), 0 2px 6px rgba(0, 0, 0, 0.04);
    border-left-width: 5px;
}.user-testimonials .review-voicesAKEwx::before {
    content: "";
    font-size: 5rem;
    top: 1rem;
    right: 1.5rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    line-height: 0.6;
    opacity: 0.12;
    font-family: serif;
    color: rgb(162,156,156);
    position: absolute;
}.user-testimonials .review-voicesAKEwx:hover::before {
    opacity: 0.2;
    transform: scale(1.2) translateY(-5px);
}.user-testimonials .review-voicesAKEwx > div {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
}.user-testimonials .review-voicesAKEwx img {
    border-radius: 50%;
    transform: translateZ(0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    height: 3.5rem;
    width: 3.5rem;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid rgba(255, 255, 255, 0.9);
    object-fit: cover;
}.user-testimonials .review-voicesAKEwx:hover img {
    transform: scale(1.1) translateZ(0);
}.user-testimonials .review-voicesAKEwx h4 {
    color: #000000;
    font-size: 1.125rem;
    transition: transform 0.3s ease;
    position: relative;
    margin: 0;
    font-weight: 600;
}.user-testimonials .review-voicesAKEwx:hover h4 {
    transform: translateX(3px);
}.user-testimonials .review-voicesAKEwx h4::after {
    content: "";
    bottom: -0.5rem;
    background-color: rgb(162,156,156);
    transition: width 0.3s ease-out;
    left: 0;
    width: 0;
    height: 2px;
    position: absolute;
}.user-testimonials .review-voicesAKEwx:hover h4::after {
    width: 100%;
}.user-testimonials .review-voicesAKEwx .description {
    font-size: 14px;
    overflow: hidden;
    margin: 0;
    color: #000000;
    position: relative;
    font-weight: 400;
    line-height: 1.6;
}.user-testimonials .review-voicesAKEwx .description::before {
    bottom: 0;
    height: 0;
    content: "";
    transition: height 0.3s ease, opacity 0.3s ease;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, #ffffff, transparent);
    left: 0;
    opacity: 0;
    width: 100%;
}.user-testimonials a {
    position: relative;
    background-color: rgb(162,156,156);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    transform: translateZ(0);
    text-align: center;
    margin-top: 3rem;
    border: none;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    padding: 0.75rem 2rem;
}.user-testimonials a::before {
    z-index: -1;
    transform: translateX(-100%);
    left: 0;
    transition: transform 0.6s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
    content: "";
    top: 0;
}.user-testimonials a:hover::before {
    transform: translateX(100%);
}

@media (min-width: 768px) {.user-testimonials .review-voicesX3DF9 {
    grid-template-columns: repeat(2, 1fr);
}.user-testimonials .review-voicesAKEwx:nth-child(even) {
    transform: translateY(25px);
}.user-testimonials .review-voicesAKEwx:nth-child(even):hover {
    transform: translateY(15px) rotateX(2deg);
}.user-testimonials .review-voicesAKEwx:nth-child(4n+1)::before,
  .user-testimonials .review-voicesAKEwx:nth-child(4n+4)::before {
    right: auto;
    left: 1.5rem;
}
}

@media (min-width: 992px) {.user-testimonials {
    padding: 8rem 0;
}.user-testimonials h2 {
    max-width: 60%;
    font-size: calc(28px * 1.1);
}.user-testimonials .review-voicesX3DF9 {
    grid-template-columns: repeat(3, 1fr);
}.user-testimonials .review-voicesAKEwx:nth-child(3n+1) {
    transform: translateY(0);
}.user-testimonials .review-voicesAKEwx:nth-child(3n+2) {
    transform: translateY(20px);
}.user-testimonials .review-voicesAKEwx:nth-child(3n+3) {
    transform: translateY(40px);
}.user-testimonials .review-voicesAKEwx:nth-child(3n+1):hover {
    transform: translateY(-10px) rotateX(2deg);
}.user-testimonials .review-voicesAKEwx:nth-child(3n+2):hover {
    transform: translateY(10px) rotateX(2deg);
}.user-testimonials .review-voicesAKEwx:nth-child(3n+3):hover {
    transform: translateY(30px) rotateX(2deg);
}
}

@media (min-width: 1200px) {.user-testimonials .review-voicesX3DF9 {
    grid-template-columns: repeat(4, 1fr);
}.user-testimonials .review-voicesAKEwx:nth-child(4n+1) {
    transform: translateY(0);
}.user-testimonials .review-voicesAKEwx:nth-child(4n+2) {
    transform: translateY(15px);
}.user-testimonials .review-voicesAKEwx:nth-child(4n+3) {
    transform: translateY(30px);
}.user-testimonials .review-voicesAKEwx:nth-child(4n+4) {
    transform: translateY(45px);
}.user-testimonials .review-voicesAKEwx:nth-child(4n+1):hover {
    transform: translateY(-10px) rotateX(2deg);
}.user-testimonials .review-voicesAKEwx:nth-child(4n+2):hover {
    transform: translateY(5px) rotateX(2deg);
}.user-testimonials .review-voicesAKEwx:nth-child(4n+3):hover {
    transform: translateY(20px) rotateX(2deg);
}.user-testimonials .review-voicesAKEwx:nth-child(4n+4):hover {
    transform: translateY(35px) rotateX(2deg);
}
}

@media (max-width: 767px) {.user-testimonials {
    padding: 4rem 0;
}.user-testimonials h2 {
    margin-bottom: 2.5rem;
    max-width: 100%;
    font-size: calc(28px * 0.85);
}.user-testimonials .review-voicesX3DF9 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user-testimonials .review-voicesAKEwx {
    padding: 1.5rem;
}.user-testimonials .review-voicesAKEwx > div {
    margin-bottom: 1rem;
}.user-testimonials .review-voicesAKEwx img {
    height: 3rem;
    width: 3rem;
}.user-testimonials a {
    margin-top: 2rem;
    width: 100%;
}
}

@media (max-width: 480px) {.user-testimonials h2 {
    font-size: calc(28px * 0.75);
}.user-testimonials .review-voicesAKEwx {
    padding: 1.25rem;
}.user-testimonials .review-voicesAKEwx::before {
    font-size: 4rem;
}.user-testimonials .review-voicesAKEwx img {
    height: 2.5rem;
    width: 2.5rem;
}.user-testimonials .review-voicesAKEwx h4 {
    font-size: 1rem;
}.user-testimonials .review-voicesAKEwx .description {
    font-size: calc(14px * 0.95);
}}.connect {
    padding: 5rem 0;
    background: rgb(131,124,125,0.5);
    position: relative;
    overflow: hidden;
}.connect::before {
    content: "";
    background: linear-gradient(135deg, rgb(162,156,156,0.5) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.7;
    right: -10%;
    height: 70%;
    transform: rotate(-15deg);
    width: 40%;
    position: absolute;
    top: -15%;
}.connect::after {
    bottom: -10%;
    height: 60%;
    left: -5%;
    width: 30%;
    background: linear-gradient(225deg, rgb(162,156,156,0.5) 0%, transparent 80%);
    position: absolute;
    transform: rotate(20deg);
    content: "";
    opacity: 0.5;
    z-index: 1;
}.connect .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.connect .get-assist {
    padding: 3rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.connect .get-assist:hover {
    transform: perspective(1000px) rotateY(0deg);
}.connect .get-assist::before {
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(162,156,156), rgb(131,124,125));
    content: "";
    left: 0;
    width: 5px;
    position: absolute;
}.connect h3 {
    padding-bottom: 0.8rem;
    position: relative;
    margin-bottom: 1.5rem;
    transform: translateX(0.5rem);
    font-weight: 700;
    font-size: calc(28px * 1.1);
    color: #000000;
}.connect h3::after {
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(162,156,156);
    width: 80px;
    transform-origin: left;
    content: "";
    bottom: 0;
    height: 3px;
}.connect .get-assist:hover h3::after {
    transform: scaleX(1.5);
}.connect p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 16px;
    color: #000000;
}.connect h5 {
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    display: flex;
    color: #000000;
    font-size: 21px;
    align-items: center;
    font-weight: 600;
}.connect h5 svg {
    margin-left: 0.5rem;
    transform: translateY(2px);
    transition: transform 0.3s ease;
}.connect h5:hover svg {
    transform: translateY(0) scale(1.1);
}.connect svg {
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
}.connect svg path {
    fill: rgb(162,156,156);
    transition: fill 0.3s ease;
}.connect .quick-support {
    padding: 0;
    display: flex;
    margin: 2rem 0 0;
    list-style: none;
    gap: 1rem;
    flex-direction: column;
}.connect .help-now {
    background: linear-gradient(to right, rgba(rgb(162,156,156,0.5), 0.05), transparent);
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    align-items: center;
    color: #000000;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    padding: 0.75rem 1rem;
    position: relative;
}.connect .help-now::before {
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    width: 0;
    transition: width 0.4s ease;
    left: 0;
    background: rgb(162,156,156);
}.connect .help-now:hover {
    border-left-color: rgb(162,156,156);
    transform: translateX(5px);
}.connect .help-now:hover::before {
    width: 100%;
}.connect .help-now:hover svg {
    transform: scale(1.1) rotate(5deg);
}.connect .help-now:hover svg path {
    fill: rgb(131,124,125);
}.connect .help-now svg {
    margin-left: 0.5rem;
}

@media (min-width: 768px) {.connect .get-assist {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 2rem;
}.connect h3 {
    font-size: calc(28px * 1.2);
    grid-column: 1 / -1;
}.connect .quick-support {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    display: grid;
}.connect::before {
    height: 80%;
    width: 30%;
}.connect::after {
    width: 25%;
    height: 70%;
}.connect .get-assist {
    padding: 4rem;
}
}

@media (min-width: 992px) {.connect .get-assist {
    grid-template-columns: 1.5fr 1fr;
}.connect .quick-support {
    margin-top: 3rem;
}.connect h3 {
    font-size: calc(28px * 1.3);
}.connect .get-assist {
    transform: perspective(1500px) rotateY(-3deg);
}
}

@media (max-width: 767px) {.connect {
    padding: 3rem 0;
}.connect .get-assist {
    padding: 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.connect h3 {
    font-size: calc(28px * 1);
}.connect .help-now {
    padding: 0.5rem 0.75rem;
}.connect::before,
    .connect::after {
    opacity: 0.4;
}
}

@media (max-width: 480px) {.connect .get-assist {
    padding: 1.5rem;
}.connect h3 {
    font-size: 28px;
}.connect .help-now svg {
    width: 20px;
    height: 20px;
}.connect h5 svg {
    height: 20px;
    width: 20px;
}}.consentInformationPopup {
    left: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    bottom: 20px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #ffffff;
    transform: translateX(-50%);
    z-index: 1050;
    max-width: 500px;
    position: fixed;
    width: 90%;
    border-radius: 19px;
}.cookie-screen {
    flex-direction: column;
    padding: 20px;
    display: flex;
    align-items: center;
}.online-tracking {
    margin-bottom: 20px;
}.online-tracking svg, .online-tracking svg path, .online-tracking img {
    fill: rgb(162,156,156);
    width: 60px;
    height: 60px;
}.consentInformationPopup h5 {
    text-align: center;
    margin-bottom: 10px;
    color: rgb(162,156,156);
    font-size: 22px;
    font-weight: 700;
}.consentInformationPopup p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
}.data-comply {
    width: calc(50% - 10px);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    margin: 5px;
    transition: background 0.3s ease-in-out;
    padding: 10px 20px;
    background: rgb(162,156,156);
    text-align: center;
    display: inline-block;
}.data-comply:hover {
    background: rgb(131,124,125);
}.cookie_button.cookie-customize {
    background: rgb(131,124,125);
}.cookie_button.cookie-customize:hover {
    background: rgb(131,124,125,0.5);
}.consentInformationPopup p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(162,156,156);
}.consentInformationPopup p a:hover {
    color: rgb(131,124,125);
}#cookie-alert-info {
    display: none;
}#cookie-alert-info:checked ~ .consentInformationPopup {
    visibility: hidden;
    opacity: 0;
}