﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1273px;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 0px;
    width: 12px;
}::-webkit-scrollbar-button {
    background: #ffffff;
    border-radius: 1px;
}::-webkit-scrollbar-track {
    background: radial-gradient(circle at top left, #ffffff 88%, rgb(255, 255, 255, 0.5) 64%, rgb(132,148,148) 69%, rgb(132,148,148,0.5) 72%, rgb(168,183,183) 90%, rgb(168,183,183,0.5) 11%, rgb(205,218,218) 52%);
}::-webkit-scrollbar-thumb {
    animation: pulse_scrollbar 5.4s ease-in-out infinite;
    border-radius: 5vh;
    transition: box-shadow, transform 3.4s ease-in-out;
    background: #ffffff;
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    box-shadow: -4px 0px 13px 5px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset 2px -5px 6px 7px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-corner {
    border-radius: 8px;
    background: rgb(205,218,218);
}

* {
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    height: 100%;
}.wrapping-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.top-head {
    flex: 1 0 auto;
}.news-feed {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our-mission {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(205,218,218);
}.our-mission::before {
    height: 400px;
    top: -100px;
    border-radius: 50%;
    background: rgb(168,183,183,0.5);
    right: -100px;
    width: 400px;
    content: '';
    opacity: 0.15;
    position: absolute;
}.our-mission::after {
    opacity: 0.15;
    width: 500px;
    background: rgb(132,148,148,0.5);
    border-radius: 50%;
    position: absolute;
    bottom: -100px;
    height: 500px;
    left: -100px;
    content: '';
}.our-mission .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.our-mission .skill-lab {
    gap: 40px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    align-items: center;
    display: grid;
}.our-mission .smart-track {
    position: relative;
    grid-column: span 4;
}.our-mission .img-placeholder {
    aspect-ratio: 1/1.2;
    width: 100%;
    border-radius: 24px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
}.our-mission .img-placeholder:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.12), 
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}.our-mission .impact-stats {
    position: relative;
    margin-left: 20px;
    background-color: #ffffff;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.6);
    padding: 25px 30px;
    margin-top: -50px;
    margin-right: 20px;
    z-index: 2;
    border-radius: 24px;
}.our-mission .learn-guide {
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    color: #000000;
    font-size: 21px;
}.our-mission .study-sessions {
    font-size: 17px;
    text-align: center;
    color: rgb(168,183,183);
    font-weight: 600;
}.our-mission .text-bubble {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.06), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    padding: 50px;
    border-radius: 24px;
    grid-column: span 8;
    background-color: #ffffff;
    position: relative;
}.our-mission .training-space {
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 600;
}.our-mission .training-space svg {
    width: 40px;
    margin-right: 15px;
    fill: rgb(168,183,183);
    height: 40px;
}.our-mission .training-space svg path {
    fill: rgb(168,183,183);
}.our-mission h2 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
}.our-mission h2::before {
    left: -50px;
    width: 30px;
    transform: translateY(-50%);
    content: '';
    top: 50%;
    position: absolute;
    height: 3px;
    background-color: rgb(168,183,183);
}.our-mission p {
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
}

@media (max-width: 992px) {.our-mission {
    padding: 80px 0;
}.our-mission .skill-lab {
    grid-template-columns: 1fr;
    gap: 50px;
}.our-mission .smart-track {
    max-width: 400px;
    margin: 0 auto;
    grid-column: span 1;
}.our-mission .text-bubble {
    padding: 40px 30px;
    grid-column: span 1;
}.our-mission h2::before {
    left: -30px;
    width: 20px;
}
}

@media (max-width: 768px) {.our-mission {
    padding: 60px 0;
}.our-mission .impact-stats {
    padding: 20px;
    margin-top: -40px;
}.our-mission .text-bubble {
    padding: 30px 25px;
}.our-mission h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 20px;
}.our-mission h2::before {
    display: none;
}.our-mission p {
    padding-left: 15px;
}
}

@media (max-width: 480px) {.our-mission {
    padding: 40px 0;
}.our-mission .impact-stats {
    padding: 15px;
    margin-top: -30px;
}.our-mission .learn-guide {
    font-size: calc(21px * 0.9);
}.our-mission .study-sessions {
    font-size: calc(17px * 0.9);
}.our-mission .text-bubble {
    padding: 25px 20px;
}.our-mission h2 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
}.our-mission p {
    padding-left: 10px;
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.our-mission .training-space {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.our-mission .training-space svg {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}}.privacy-chest {
    padding: 4rem 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, #ffffff 100%);
}.privacy-chest::before {
    top: 0;
    content: "";
    z-index: 2;
    right: 0;
    background: linear-gradient(90deg, rgb(168,183,183) 0%, rgb(132,148,148) 100%);
    left: 0;
    position: absolute;
    height: 5px;
}.privacy-chest::after {
    position: absolute;
    pointer-events: none;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 41px
    );
    z-index: 1;
}.privacy-chest .container {
    padding: 0 20px;
    position: relative;
    padding: 3rem;
    max-width: 1140px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(0);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    z-index: 3;
    margin: 0 auto;
    background: #ffffff;
}.privacy-chest .container:hover {
    transform: translateY(-5px);
}.privacy-chest h1 {
    opacity: 0;
    position: relative;
    font-weight: 700;
    font-size: 48px;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    display: inline-block;
    margin-bottom: 2rem;
    color: rgb(168,183,183);
}.privacy-chest h1::after {
    content: "";
    transform-origin: left;
    height: 4px;
    position: absolute;
    left: 0;
    animation: scaleIn 1s forwards 1s;
    transform: scaleX(0);
    bottom: -10px;
    background: rgb(132,148,148);
    width: 80px;
}.privacy-chest h2 {
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    font-weight: 600;
    font-size: 38px;
    color: #000000;
    border-left: 4px solid rgb(168,183,183);
    position: relative;
    opacity: 0;
    margin: 2.5rem 0 1.5rem;
}.privacy-chest h3 {
    color: #000000;
    opacity: 0;
    font-size: calc(38px * 0.85);
    position: relative;
    margin: 2rem 0 1.2rem;
    font-weight: 600;
    animation: fadeSlideUp 0.8s forwards 0.5s;
}.privacy-chest h4 {
    margin: 1.8rem 0 1rem;
    font-size: calc(38px * 0.7);
    font-weight: 600;
    opacity: 0;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.6s;
}.privacy-chest p {
    opacity: 0;
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.8s forwards 0.6s;
    line-height: 1.8;
}.privacy-chest p strong {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
}.privacy-chest p strong::after {
    position: absolute;
    width: 100%;
    content: "";
    background: rgb(132,148,148,0.5);
    bottom: -2px;
    left: 0;
    height: 2px;
}.privacy-chest ul {
    padding-left: 1.5rem;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.7s;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.privacy-chest li {
    padding-left: 1.5rem;
    position: relative;
    font-size: 14px;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.7;
}.privacy-chest li::before {
    transform: rotate(45deg);
    position: absolute;
    content: "";
    width: 8px;
    left: 0;
    top: 10px;
    background: rgb(168,183,183);
    height: 8px;
}.privacy-chest span {
    animation: fadeSlideUp 0.8s forwards 0.8s;
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #000000;
    padding-left: 1rem;
    opacity: 0;
    line-height: 1.8;
    position: relative;
    border-left: 2px solid rgb(132,148,148,0.5);
    display: block;
}

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

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

@media (max-width: 991px) {.privacy-chest {
    padding: 3rem 0;
}.privacy-chest .container {
    padding: 2rem;
}.privacy-chest h1 {
    font-size: calc(48px * 0.9);
}.privacy-chest h2 {
    font-size: calc(38px * 0.9);
    margin: 2rem 0 1.2rem;
}
}

@media (max-width: 767px) {.privacy-chest {
    padding: 2rem 0;
}.privacy-chest .container {
    padding: 1.5rem;
}.privacy-chest h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.privacy-chest h1::after {
    height: 3px;
    width: 60px;
}.privacy-chest h2 {
    font-size: calc(38px * 0.8);
    margin: 1.8rem 0 1rem;
}.privacy-chest h3 {
    font-size: calc(38px * 0.7);
}.privacy-chest h4 {
    font-size: calc(38px * 0.6);
}.privacy-chest ul {
    padding-left: 0.5rem;
}.privacy-chest li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy-chest {
    padding: 1.5rem 0;
}.privacy-chest .container {
    padding: 1.2rem;
}.privacy-chest h1 {
    margin-bottom: 1.2rem;
    font-size: calc(48px * 0.7);
}.privacy-chest h2 {
    font-size: calc(38px * 0.7);
    padding-left: 0.8rem;
}.privacy-chest p, 
    .privacy-chest li, 
    .privacy-chest span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.privacy-chest span {
    padding-left: 0.8rem;
}}.appHub {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(168,183,183,0.5), rgb(132,148,148,0.5) 70%);
    padding: 5rem 0;
    overflow: hidden;
}.appHub::before {
    top: 0;
    left: 0;
    content: '';
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
}.appHub::after {
    height: 100%;
    content: '';
    right: -50%;
    z-index: -1;
    width: 100%;
    background: radial-gradient(circle, rgb(132,148,148,0.5) 0%, transparent 70%);
    transform: scale(1.5);
    top: -50%;
    opacity: 0.4;
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
}.appHub .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.appHub .skill-lab {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    z-index: 2;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    flex-direction: column;
    position: relative;
    max-width: 900px;
}.appHub .skill-lab:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.appHub .skill-lab > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.appHub .skill-lab > div:first-child::before {
    height: 60px;
    content: '';
    background: rgb(168,183,183);
    position: absolute;
    top: 50%;
    left: -3.5rem;
    width: 1.5rem;
    transform: translateY(-50%);
}.appHub h5 {
    line-height: 1.4;
    position: relative;
    color: #000000;
    font-size: 21px;
    margin: 0;
    font-weight: 700;
    padding-left: 1rem;
    border-left: 3px solid rgb(132,148,148);
}.appHub a {
    position: relative;
    transition: all 0.4s ease;
    transform-origin: left center;
    overflow: hidden;
    display: block;
    text-decoration: none;
}.appHub a::before {
    height: 100%;
    opacity: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,183,183,0.5) 0%, transparent 100%);
    width: 100%;
    z-index: -1;
    transition: opacity 0.5s ease;
    content: '';
}.appHub a:hover::before {
    opacity: 0.1;
}.appHub p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #000000;
}.appHub a:hover p {
    transform: translateX(5px);
    color: rgb(168,183,183);
}.appHub .skill-lab > div:last-child {
    padding-top: 2rem;
    position: relative;
}.appHub .skill-lab > div:last-child::before {
    position: absolute;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(168,183,183,0.5), transparent 80%);
    content: '';
    width: 100%;
    top: 0;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.appHub {
    padding: 4rem 0;
}.appHub .skill-lab {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.appHub .skill-lab > div:first-child::before {
    height: 50px;
    left: -2.5rem;
    width: 1rem;
}.appHub h5 {
    font-size: calc(21px - 0.1rem);
}
}

@media (max-width: 768px) {.appHub {
    padding: 3rem 0;
}.appHub .skill-lab {
    padding: 2rem;
    transform: none;
}.appHub .skill-lab:hover {
    transform: translateY(-5px);
}.appHub .skill-lab > div:first-child::before {
    width: 0.7rem;
    left: -2rem;
    height: 40px;
}.appHub h5 {
    font-size: calc(21px - 0.2rem);
    padding-left: 0.7rem;
}
}

@media (max-width: 576px) {.appHub {
    padding: 2.5rem 0;
}.appHub .container {
    padding: 0 1.5rem;
}.appHub .skill-lab {
    padding: 1.5rem;
}.appHub .skill-lab > div:first-child {
    margin-bottom: 1.5rem;
}.appHub .skill-lab > div:first-child::before {
    width: 0.5rem;
    left: -1.5rem;
    height: 30px;
}.appHub h5 {
    padding-left: 0.5rem;
    font-size: calc(21px - 0.3rem);
}.appHub p {
    line-height: 1.6;
    font-size: calc(14px - 0.1rem);
}.appHub .skill-lab > div:last-child {
    padding-top: 1.5rem;
}}header .main-head {
    display: flex;
    overflow: hidden;
    border-radius: 0;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(132,148,148) 0%, rgb(168,183,183,0.5) 100%);
    justify-content: space-between;
    width: 100%;
    left: 0;
    position: relative;
    box-shadow: 0 0 20px 2px rgb(168,183,183,0.5);
    z-index: 99;
    align-items: center;
}header .main-head::before {
    top: -50%;
    animation: backgroundShift 20s linear infinite;
    position: absolute;
    background-size: 15px 15px;
    left: -50%;
    content: "";
    background: radial-gradient(circle, rgb(132,148,148,0.5) 1%, transparent 10%);
    height: 200%;
    opacity: 0.3;
    z-index: -1;
    width: 200%;
}header .main-head::after {
    opacity: 0.1;
    content: "";
    z-index: -1;
    background-size: 200% 200%;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(132,148,148) 49%, rgb(132,148,148) 51%, transparent 52%);
    width: 100%;
    height: 100%;
    animation: gradientSlide 5s ease infinite;
    left: 0;
}header .main-head .main-teach {
    position: relative;
    overflow: visible;
}header .main-head .main-teach::after {
    width: 100%;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    animation: neonPulse 3s infinite alternate;
    background: rgb(132,148,148);
    height: 2px;
    bottom: -8px;
    position: absolute;
    content: "";
    box-shadow: 0 0 8px 2px rgb(132,148,148);
}header .main-head .main-teach .first-teach {
    transition: all 0.5s ease;
    display: block;
    position: relative;
    transform: perspective(800px) rotateY(0deg);
}header .main-head .main-teach .first-teach:hover {
    transform: perspective(800px) rotateY(15deg);
}header .main-head .main-teach svg {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(132,148,148,0.5));
}header .main-head .main-edu {
    margin: 0;
    padding: 0;
    list-style: none;
    perspective: 800px;
    display: flex;
    position: relative;
}header .main-head .main-edu::before {
    position: absolute;
    box-shadow: 0 0 10px 2px rgb(168,183,183);
    height: 2px;
    content: "";
    left: 0;
    background: rgb(168,183,183);
    top: 105%;
    transform: scaleX(0.5);
    animation: neonPulse 4s infinite alternate-reverse;
    width: 100%;
}header .main-head .top-info {
    position: relative;
    transition: transform 0.3s ease;
    margin: 0 0.5rem;
    transform-style: preserve-3d;
    transform: translateZ(0);
}header .main-head .top-info:hover {
    transform: translateZ(20px);
}header .main-head .top-info a {
    border: 1px solid transparent;
    display: block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}header .main-head .top-info a::before {
    background: rgb(168,183,183,0.5);
    opacity: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    left: 0;
    width: 100%;
    transform: scale(0.9);
    content: "";
    border-radius: 10px;
}header .main-head .top-info a:hover {
    color: rgb(132,148,148);
    text-shadow: 0 0 5px rgb(132,148,148,0.5);
    border: 1px solid rgb(132,148,148,0.5);
}header .main-head .top-info a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .main-head {
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    width: 100vw;
    padding: 1rem;
}header .main-head .main-teach {
    margin-bottom: 1.5rem;
}header .main-head .main-edu {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .main-head .main-edu::before {
    top: auto;
    bottom: -10px;
}header .main-head .top-info {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .main-head {
    padding: 0.75rem;
}header .main-head .main-edu {
    flex-direction: column;
    align-items: center;
}header .main-head .top-info {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .main-head .main-teach svg {
    width: 100px;
}header .main-head .main-teach::after {
    left: 10%;
    width: 80%;
}}.training-specialist {
    background: rgb(205,218,218);
    height: 500px;
    overflow: hidden;
    position: relative;
}.training-specialist::before {
    background: rgb(168,183,183);
    top: 0;
    content: "";
    width: 50%;
    left: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    position: absolute;
    z-index: 1;
}.training-specialist::after {
    height: 100%;
    z-index: 2;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(132,148,148,0.5) 100%
        );
    mix-blend-mode: overlay;
    content: "";
}.training-specialist .user-ratings {
    position: relative;
    height: 100%;
    display: flex;
    z-index: 3;
}.training-specialist .img-placeholder {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-5%);
    left: 0;
    width: 45%;
    top: -15%;
    height: 130%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 2;
    border-radius: 0;
    filter: grayscale(30%) contrast(1.1);
}.training-specialist .img-placeholder::after {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(168,183,183) 0%,
        transparent 100%
    );
}.training-specialist:hover .img-placeholder {
    transform: translateX(0%);
    filter: grayscale(0%) contrast(1.2);
}.training-specialist .job-progress {
    justify-content: center;
    height: 100%;
    width: 60%;
    position: absolute;
    padding: 0 3rem 0 7rem;
    flex-direction: column;
    z-index: 3;
    display: flex;
    right: 0;
}.training-specialist .name {
    opacity: 0;
    animation: slide-left 0.7s forwards 0.2s;
    margin-bottom: 0.7rem;
    font-weight: 700;
    position: relative;
    transform: translateX(50px);
    color: #000000;
    font-size: 40px;
}.training-specialist .name::before {
    transition: transform 0.5s ease 0.7s;
    background: rgb(168,183,183);
    height: 5px;
    position: absolute;
    width: 50px;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    bottom: -10px;
    left: 0;
}.training-specialist:hover .name::before {
    transform: scaleX(1);
}.training-specialist .job-progress > div:nth-child(2) {
    animation: slide-left 0.7s forwards 0.4s;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 3px;
    opacity: 0;
    color: rgb(132,148,148);
    text-transform: uppercase;
    transform: translateX(50px);
    margin-bottom: 2rem;
}.training-specialist .job-view {
    font-size: 13px;
    transform: translateX(50px);
    opacity: 0;
    animation: slide-left 0.7s forwards 0.6s;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    color: #000000;
    line-height: 1.8;
    max-width: 600px;
}@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.training-specialist .job-view::before {
    left: 0;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        rgb(168,183,183) 0%,
        rgb(132,148,148) 100%
    );
    width: 5px;
}.training-specialist .job-view::after {
    z-index: -1;
    position: absolute;
    line-height: 0;
    color: rgb(168,183,183,0.5);
    right: -80px;
    opacity: 0.1;
    font-family: serif;
    bottom: -120px;
    font-size: 20rem;
    content: '"';
}@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.training-specialist:hover .img-placeholder {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}.training-specialist .job-progress > div {
    transition: transform 0.3s ease;
}.training-specialist:hover .name {
    transform: translateY(-5px);
    transition-delay: 0.1s;
}.training-specialist:hover .job-progress > div:nth-child(2) {
    transform: translateY(-3px);
    transition-delay: 0.2s;
}.training-specialist:hover .job-view {
    transition-delay: 0.3s;
    transform: translateY(-1px);
}

@media (max-width: 992px) {.training-specialist {
    height: auto;
    padding: 0;
}.training-specialist::before {
    width: 100%;
    clip-path: none;
    height: 250px;
}.training-specialist .user-ratings {
    flex-direction: column;
}.training-specialist .img-placeholder {
    position: relative;
    clip-path: none;
    transform: none;
    width: 100%;
    height: 300px;
    top: 0;
}.training-specialist .job-progress {
    position: relative;
    padding: 2rem;
    width: 100%;
}.training-specialist:hover .img-placeholder {
    animation: none;
}.training-specialist .job-view::after {
    display: none;
}}.experience-trial {
    background-size: 200% 200%;
    background: linear-gradient(130deg, rgb(168,183,183) 0%, rgb(132,148,148) 50%, rgb(168,183,183) 100%);
    z-index: 1;
    animation: gradientFlow 15s ease infinite;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.experience-trial::before {
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    z-index: -1;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    width: 100%;
    animation: rotateQuantum 30s linear infinite;
    position: absolute;
}.experience-trial::after {
    position: absolute;
    opacity: 0.1;
    left: -50%;
    content: '';
    z-index: -1;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    width: 200%;
    top: -50%;
    height: 200%;
    animation: pulseRadial 10s ease-in-out infinite alternate;
}.experience-trial .skill-lab {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: center;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    max-width: 1000px;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
}.experience-trial .skill-lab::before {
    opacity: 0.3;
    height: 100%;
    content: '';
    top: 0;
    background-size: 40px 40px;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
    animation: pulseGrid 4s linear infinite alternate;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}.experience-trial .skill-lab::after {
    position: absolute;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(168,183,183,0.5) 0deg,
        rgb(132,148,148,0.5) 120deg,
        rgb(168,183,183,0.5) 240deg,
        rgb(132,148,148,0.5) 360deg
    );
    height: 200%;
    left: -50%;
    opacity: 0.1;
    content: '';
    top: -50%;
    width: 200%;
    animation: rotateQuantumGradient 20s linear infinite;
    z-index: -1;
}.experience-trial h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 3px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    animation: floatTitle 6s ease-in-out infinite;
}.experience-trial h3::before {
    position: absolute;
    height: 1px;
    content: '';
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    transform: translateX(-50%);
    box-shadow: 0 0 10px #ffffff;
    left: 50%;
    bottom: -20px;
    width: 80px;
}.experience-trial h3::after {
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    animation: titleScan 3s ease-in-out infinite;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    opacity: 0;
}.experience-trial .edu-talk {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    padding: 18px 45px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    letter-spacing: 2px;
    overflow: hidden;
}.experience-trial .edu-talk::before {
    z-index: -1;
    opacity: 0;
    left: 0;
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
    transition: opacity 0.4s ease;
}.experience-trial .edu-talk::after {
    left: -100px;
    transform: rotate(35deg);
    z-index: 2;
    width: 20px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    transition: all 0.6s ease;
    top: -50%;
    content: '';
    height: 200%;
    position: absolute;
}.experience-trial .edu-talk:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
    color: rgb(168,183,183);
    transform: translateY(-5px);
    border-color: transparent;
}.experience-trial .edu-talk:hover::before {
    opacity: 1;
}.experience-trial .edu-talk:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.experience-trial {
    padding: 100px 0;
}.experience-trial .skill-lab {
    max-width: 90%;
    padding: 50px 30px;
}.experience-trial h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 50px;
    letter-spacing: 2.5px;
}.experience-trial h3::before {
    bottom: -18px;
    width: 70px;
}.experience-trial .edu-talk {
    padding: 16px 40px;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 768px) {.experience-trial {
    padding: 80px 0;
}.experience-trial .skill-lab {
    padding: 40px 25px;
}.experience-trial h3 {
    letter-spacing: 2px;
    margin-bottom: 45px;
    font-size: calc(36px * 0.8);
}.experience-trial h3::before {
    width: 60px;
    bottom: -15px;
}.experience-trial .edu-talk {
    letter-spacing: 1.5px;
    padding: 14px 35px;
    font-size: calc(17px * 0.9);
}
}

@media screen and (max-width: 576px) {.experience-trial {
    padding: 60px 0;
}.experience-trial .skill-lab {
    padding: 30px 20px;
}.experience-trial h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.7);
    letter-spacing: 1.5px;
}.experience-trial h3::before {
    bottom: -12px;
    width: 50px;
}.experience-trial .edu-talk {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(17px * 0.85);
}}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateQuantum {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}

@keyframes rotateQuantumGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}#cookiePromptAlert {
    display: none;
}#cookiePromptAlert:checked ~ .cookie-popup-message {
    visibility: hidden;
    opacity: 0;
}.cookie-popup-message {
    position: fixed;
    z-index: 90;
    width: 100%;
    font-family: Arial, sans-serif;
    background: rgb(132,148,148);
    border-top: 3px solid rgb(168,183,183);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    bottom: 0;
}.digital-tracking {
    display: flex;
    align-items: center;
    border-radius: 22px;
    gap: 20px;
    border: 2px dashed rgb(168,183,183);
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 5%;
}.cookie-popup-message h5 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    color: rgb(168,183,183);
    letter-spacing: 1.5px;
    margin: 0;
}.cookie-popup-message p {
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}.cookie-lock {
    margin-right: 20px;
    background: rgb(168,183,183,0.5);
    align-items: center;
    border-radius: 22px;
    flex-shrink: 0;
    justify-content: center;
    padding: 10px;
    display: flex;
}.cookie-lock svg {
    fill: rgb(168,183,183);
    height: 60px;
    width: 60px;
}.cookie-tab {
    margin-left: 10px;
    text-decoration: none;
    flex-shrink: 0;
    padding: 10px 20px;
    line-height: 40px;
    white-space: nowrap;
    cursor: pointer;
    min-width: 140px;
    border-radius: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: rgb(168,183,183);
    text-align: center;
    border: 2px solid rgb(168,183,183);
    color: #000000;
    font-size: 20px;
}.cookie-tab:hover {
    background-color: rgb(132,148,148);
    box-shadow: 0 0 10px rgb(132,148,148);
}.cookie_button.data-notice {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(132,148,148);
    color: #ffffff;
}.cookie_button.data-notice:hover {
    box-shadow: 0 0 10px rgb(132,148,148);
}.cookie-popup-message p a {
    color: rgb(168,183,183);
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(168,183,183);
}.cookie-popup-message p a:hover {
    color: rgb(132,148,148);
}
@media only screen and (max-width: 1200px) {.cookie-popup-message {
    padding: 15px 0;
}.digital-tracking {
    padding: 15px 5%;
}.cookie-lock {
    display: none;
}.digital-tracking {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie-popup-message h5 {
    font-size: 20px;
    margin-bottom: 10px;
}.cookies-consent {
    margin-bottom: 15px;
}.cookie-tab {
    min-width: 100%;
    margin: 10px 0;
}}
.tariff-item {
    position: relative;
    background: rgb(205,218,218);
    overflow: hidden;
    padding: 120px 0;
}.tariff-item::before {
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(168,183,183,0.5) 0%, transparent 70%);
    top: 0;
    width: 100%;
}.tariff-item .container {
    max-width: 1320px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.tariff-item .price-grid {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}.tariff-item .pricing-tiers {
    transform: translateY(-10px);
    margin: 0 auto;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
}.tariff-item .pricing-tiers h2 {
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 29px;
}.tariff-item .pricing-tiers h2::after {
    content: "";
    background: rgb(168,183,183);
    height: 3px;
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
}.tariff-item .promo-cost {
    margin: 0 auto;
    color: #000000;
    max-width: 600px;
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
    line-height: 1.7;
}.tariff-item .package-pricing {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
}.tariff-item .class-cost {
    transform: translateY(20px);
    animation-delay: calc(var(--index, 0) * 0.1s);
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    text-decoration: none;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}.tariff-item .class-cost:nth-child(1) {
    --index: 1;
}.tariff-item .class-cost:nth-child(2) {
    --index: 2;
}.tariff-item .class-cost:nth-child(3) {
    --index: 3;
}.tariff-item .class-cost:nth-child(4) {
    --index: 4;
}.tariff-item .class-cost:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.tariff-item .cost-deals {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    display: flex;
    flex-direction: column;
}.tariff-item .cost-deals::before {
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(168,183,183), rgb(132,148,148));
    position: absolute;
    height: 5px;
    top: 0;
}.tariff-item .learning-pricing {
    flex: 1;
    flex-direction: column;
    padding: 40px 30px;
    display: flex;
    box-sizing: border-box;
}.tariff-item .learning-pricing h3 {
    margin-top: 0;
    position: relative;
    font-weight: 700;
    overflow-wrap: break-word;
    font-size: 18px;
    color: #000000;
    word-break: break-word;
    margin-bottom: 15px;
}.tariff-item .learning-pricing h3::after {
    bottom: -8px;
    transition: width 0.3s ease;
    left: 0;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    background-color: rgb(168,183,183);
}.tariff-item .class-cost:hover .learning-pricing h3::after {
    width: 70px;
}.tariff-item .pay-options {
    word-break: break-word;
    display: inline-block;
    overflow-wrap: break-word;
    margin: 10px 0 20px;
    color: rgb(168,183,183);
    padding: 8px 16px;
    position: relative;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    font-size: calc(18px * 1.2);
    font-weight: 700;
    border-radius: 10px;
}.tariff-item .learning-pricing p {
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    flex-grow: 1;
    margin-bottom: 0;
}.tariff-item .img-placeholder {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
    width: 100%;
}.tariff-item .class-cost:hover .img-placeholder {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.tariff-item .package-pricing {
    grid-template-columns: repeat(2, 1fr);
}.tariff-item .learning-pricing {
    padding: 40px;
}.tariff-item .img-placeholder {
    height: 220px;
}
}

@media (min-width: 992px) {.tariff-item .price-grid {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.tariff-item .package-pricing {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.tariff-item .pricing-tiers {
    width: 35%;
    margin: 0;
    text-align: left;
}.tariff-item .pricing-tiers h2::after {
    left: 0;
    transform: none;
}.tariff-item .promo-cost {
    margin: 0;
}
}

@media (min-width: 1200px) {.tariff-item .package-pricing {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff-item .learning-pricing h3 {
    font-size: calc(18px * 1.1);
}.tariff-item .pay-options {
    font-size: calc(18px * 1.3);
}.tariff-item .img-placeholder {
    height: 240px;
}
}

@media (max-width: 767px) {.tariff-item {
    padding: 80px 0;
}.tariff-item .learning-pricing {
    padding: 30px 20px;
}.tariff-item .pay-options {
    font-size: 18px;
    padding: 6px 12px;
}.tariff-item .img-placeholder {
    height: 180px;
}
}

@media (max-width: 480px) {.tariff-item {
    padding: 60px 0;
}.tariff-item .pricing-tiers h2 {
    font-size: calc(29px * 0.85);
}.tariff-item .learning-pricing h3 {
    font-size: calc(18px * 0.95);
}.tariff-item .img-placeholder {
    height: 160px;
}}.welcome {
    font-family: Arial, sans-serif;
    width: 100%;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    height: 100vh;
}.welcome .start-begin {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}.welcome .start-begin::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.7) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0.7) 100%);
    height: 100%;
    left: 0;
    backdrop-filter: blur(3px);
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
}.welcome .start-begin::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, 
        rgba(rgb(168,183,183,0.5), 0.9), 
        transparent);
    left: 0;
    height: 35%;
    content: "";
    z-index: -1;
}.welcome .our-journey {
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 5%;
    display: flex;
    max-width: 1200px;
    position: relative;
    flex-direction: column;
    height: 100%;
    z-index: 2;
    margin: 0 auto;
}.welcome .our-journey > div {
    animation: fade-slide-up 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    transform: translateY(30px);
}.welcome .our-journey > div:nth-child(1) {
    max-width: 85%;
    animation-delay: 0.2s;
}.welcome .our-journey > div:nth-child(2) {
    max-width: 90%;
    animation-delay: 0.5s;
}.welcome .our-journey > div:nth-child(3) {
    animation-delay: 0.8s;
    max-width: 75%;
}.welcome p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: calc(17px * 1.3);
    font-weight: 600;
    color: rgb(132,148,148);
}.welcome p::before {
    border-radius: 2px;
    top: 50%;
    left: 0;
    position: absolute;
    content: "";
    width: 5px;
    transform: translateY(-50%);
    height: 80%;
    background: rgb(132,148,148);
}.welcome .title_style_header {
    font-size: clamp(2.5rem, 5vw, 43px);
    color: transparent;
    transition: transform 0.5s ease;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    -webkit-background-clip: text !important;
    margin-bottom: 2rem;
    background-clip: text !important;
    transform: perspective(1000px) rotateX(0deg);
    background: linear-gradient(135deg, #ffffff 30%, rgb(132,148,148) 100%);
    font-weight: 700;
    line-height: 1.2;
}.welcome .title_style_header::after {
    left: 0;
    animation: line-reveal 1s 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(132,148,148), transparent);
    width: 40%;
    transform-origin: left;
    position: absolute;
    height: 4px;
    transform: scaleX(0);
}.welcome h3 {
    border-left: 2px solid rgb(168,183,183);
    font-weight: 400;
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 10%;
    color: rgba(rgb(255, 255, 255, 0.5), 0.9);
    box-decoration-break: clone;
    font-size: calc(19px * 1.1);
    line-height: 1.6;
    position: relative;
}@keyframes fade-slide-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes line-reveal {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}


.welcome:hover .title_style_header {
    transform: perspective(1000px) rotateX(3deg);
}


@media (max-width: 992px) {.welcome .our-journey {
    padding: 2rem 4%;
}.welcome p {
    padding-left: 1.2rem;
    font-size: calc(17px * 1.1);
}.welcome h3 {
    padding-right: 5%;
    font-size: 19px;
}
}

@media (max-width: 768px) {.welcome {
    height: 90vh;
}.welcome .our-journey {
    padding-bottom: 15%;
    justify-content: flex-end;
}.welcome .our-journey > div:nth-child(1),
    .welcome .our-journey > div:nth-child(2),
    .welcome .our-journey > div:nth-child(3) {
    max-width: 100%;
}.welcome p {
    font-size: 17px;
    margin-bottom: 1rem;
}.welcome .title_style_header {
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 7vw, 2.5rem);
}.welcome .title_style_header::after {
    width: 60%;
}.welcome h3 {
    font-size: calc(17px * 1.1);
    padding-right: 0;
}
}

@media (max-width: 576px) {.welcome {
    height: 85vh;
}.welcome .start-begin::before {
    background: linear-gradient(135deg, 
            rgba(0, 0, 0, 0.8) 0%, 
            rgba(0, 0, 0, 0.6) 50%, 
            rgba(0, 0, 0, 0.8) 100%);
}.welcome .our-journey {
    padding: 1.5rem 5%;
    justify-content: center;
}.welcome p {
    font-size: calc(17px * 0.9);
    margin-bottom: 0.8rem;
    padding-left: 1rem;
}.welcome p::before {
    width: 3px;
    height: 70%;
}.welcome .title_style_header {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
    margin-bottom: 1.2rem;
}.welcome h3 {
    padding-left: 1rem;
    line-height: 1.5;
    font-size: 17px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.welcome {
    height: auto;
    min-height: 100vh;
}.welcome .our-journey {
    padding: 5rem 5% 3rem;
}.welcome p {
    margin-bottom: 0.5rem;
}.welcome .title_style_header {
    margin-bottom: 1rem;
}}.program-information {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(205,218,218);
}.program-information .container {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}.program-information .skill-path {
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
}.program-information .text-bubble {
    position: relative;
    z-index: 4;
    backdrop-filter: blur(10px);
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    max-width: 850px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 26px;
    padding: 40px;
}.program-information .text-bubble h2 {
    font-size: 36px;
    color: #000000;
    border-bottom: 2px solid rgb(168,183,183);
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 25px;
}.program-information .text-bubble .description {
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
}.program-information .text-bubble .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}.program-information .img-placeholder {
    left: 0;
    object-fit: cover;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}.program-information .img-placeholder::after {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    top: 0;
    z-index: 2;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}
@media (min-width: 992px) {.program-information .text-bubble {
    margin: 0 auto;
}
}
@media (max-width: 991px) {.program-information {
    padding: 80px 0;
}.program-information .text-bubble {
    max-width: 750px;
    padding: 30px;
}
}
@media (max-width: 767px) {.program-information {
    padding: 60px 0;
}.program-information .text-bubble {
    max-width: 100%;
    padding: 25px;
}.program-information .text-bubble h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.9);
}.program-information .text-bubble .description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}
@media (max-width: 480px) {.program-information {
    padding: 50px 0;
}.program-information .text-bubble {
    padding: 20px;
}.program-information .text-bubble h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
}.program-information .text-bubble .description {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}}footer {
    width: 100%;
    position: relative;
}.news-feed {
    padding: 80px 0 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    position: relative;
}.news-feed::before {
    bottom: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-image: repeating-linear-gradient(
        to right,
        rgb(168,183,183),
        rgb(168,183,183) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
}footer .art-portal {
    position: relative;
    z-index: 1;
}footer .form-learn {
    display: flex;
    overflow: hidden;
    height: 100px;
    margin-bottom: 70px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}footer .info_item {
    position: relative;
    height: 100px;
    cursor: pointer;
    display: flex;
    flex: 1;
    min-width: 250px;
    align-items: center;
    transition: all 0.5s ease;
    background-color: rgb(132,148,148);
    overflow: hidden;
    padding: 0 25px;
    margin-right: 1px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    background-color: rgb(168,183,183);
    flex: 1.5;
}footer .info_item::after {
    right: 0;
    width: 1px;
    top: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    height: 100%;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    width: 24px;
    position: relative;
    fill: #ffffff;
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px;
    z-index: 2;
}footer .info_item p,
footer .info_item a {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    color: #ffffff;
    font-size: 18px;
    z-index: 2;
    text-decoration: none;
    text-overflow: ellipsis;
}footer .info_item::before {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    left: 0;
    opacity: 0;
    content: "";
    height: 100%;
    position: absolute;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    -ms-overflow-style: none;
    display: flex;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin: 0 -20px;
    overflow-x: auto;
    gap: 0;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .main-teach, footer .main-edu, footer .subscribe_holder {
    margin-right: 30px;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    max-width: 500px;
    transition: all 0.4s ease;
    height: 450px;
    scroll-snap-align: start;
    flex: 0 0 100%;
    min-width: 280px;
}footer .main-teach {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: rgb(205,218,218);
}footer .main-teach svg {
    margin-bottom: 30px;
    height: 50px;
    width: auto;
}footer .lang-learn {
    color: #000000;
    font-size: 13px;
    max-width: 300px;
    line-height: 1.6;
}footer .main-edu {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(132,148,148,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(168,183,183,0.5) 0%, transparent 40%);
    position: relative;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(132,148,148);
}footer .main-edu::after {
    pointer-events: none;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    content: "";
    background-size: 30px 30px;
    opacity: 0.3;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
}footer .main-edu h5 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: inline-block;
}footer .main-edu h5::after {
    width: 30px;
    left: 0;
    background-color: rgb(168,183,183);
    height: 2px;
    position: absolute;
    content: "";
    bottom: -10px;
}footer .main-master {
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 280px;
    height: auto;
    position: relative;
}footer .main-master a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}footer .main-master a:hover {
    color: #ffffff;
    padding-left: 10px;
    border-bottom-color: rgb(168,183,183);
}footer .subscribe_holder {
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    background-color: rgb(168,183,183);
    display: flex;
}footer .subscribe_holder h5 {
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 30px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .instant-learning {
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    background-color: rgb(132,148,148);
    border: none;
}footer .instant-learning:hover {
    background-color: rgb(132,148,148,0.5);
}footer .skill-links {
    margin-top: 40px;
    padding-top: 20px;
    position: relative;
}footer .skill-links::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    right: 20%;
    height: 1px;
    left: 20%;
    top: 0;
}footer .eng-center {
    text-align: center;
    font-size: 13px;
    color: #000000;
}

@media (min-width: 992px) {footer .text_main_holder {
    gap: 30px;
    scroll-snap-type: none;
    overflow-x: visible;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
}footer .main-teach, footer .main-edu, footer .subscribe_holder {
    height: 500px;
    margin-right: 0;
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .main-teach::before,
    footer .main-edu::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .news-feed {
    padding: 60px 0 30px;
}footer .form-learn {
    margin-bottom: 40px;
    height: auto;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-bottom: 1px;
    margin-right: 0;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .main-teach, footer .main-edu, footer .subscribe_holder {
    padding: 25px 20px;
    height: auto;
    min-height: 350px;
}
}

@media (max-width: 576px) {footer .news-feed {
    padding: 50px 0 20px;
}footer .main-teach::before,
    footer .main-edu::before,
    footer .subscribe_holder::before {
    left: 15px;
    font-size: 2rem;
    top: 15px;
}footer .main-master {
    max-height: 220px;
    height: auto;
}footer .main-teach, footer .main-edu, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .main-edu h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .instant-learning {
    padding: 12px;
}}.client-opinions {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(205,218,218);
    position: relative;
}.client-opinions::before {
    top: 0;
    content: "";
    right: 0;
    height: 2px;
    left: 0;
    background: linear-gradient(to right, 
        transparent 0%, 
        rgb(168,183,183) 50%, 
        transparent 100%);
    position: absolute;
}.client-opinions .container {
    position: relative;
    z-index: 2;
}.client-opinions h2 {
    font-size: calc(33px * 1.4);
    letter-spacing: -1px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    color: #000000;
    max-width: 60%;
    margin-bottom: 80px;
}.client-opinions h2::before {
    content: "";
    position: absolute;
    transform: scaleY(1.2);
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: rgb(168,183,183);
}.client-opinions .learner-review {
    position: relative;
    gap: 60px 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.client-opinions .learner-review::before {
    left: 0;
    height: 1px;
    content: "";
    right: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(168,183,183,0.5), transparent);
    top: -40px;
}.client-opinions .user-ratings {
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "image ."
        "name name"
        "desc desc";
    position: relative;
    display: grid;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    grid-template-rows: auto auto 1fr;
}.client-opinions .user-ratings::before {
    width: 0;
    content: "";
    background: rgb(168,183,183);
    height: 1px;
    bottom: -15px;
    transition: width 0.6s ease;
    left: 0;
    position: absolute;
}.client-opinions .user-ratings:hover::before {
    width: 100%;
}.client-opinions .user-ratings img {
    height: 55px;
    transition: all 0.4s ease;
    width: 55px;
    transform: rotate(-3deg);
    filter: grayscale(100%);
    border-radius: 10px;
    grid-area: image;
    object-fit: cover;
    box-shadow: 5px 5px 0 rgb(168,183,183,0.5);
}.client-opinions .user-ratings:hover img {
    transform: rotate(0deg);
    filter: grayscale(0%);
}.client-opinions .user-ratings p {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    color: #000000;
    overflow: hidden;
    grid-area: name;
    font-size: 24px;
    margin: 20px 0 5px 0;
}.client-opinions .user-ratings p::after {
    transition: width 0.4s ease;
    width: 30px;
    position: absolute;
    left: 0;
    background: rgb(132,148,148);
    height: 2px;
    bottom: 0;
    content: "";
}.client-opinions .user-ratings:hover p::after {
    width: 60px;
}.client-opinions .user-ratings .description {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    grid-area: desc;
    transform: translateX(0);
    color: #000000;
    line-height: 1.8;
    transition: transform 0.5s ease;
    position: relative;
}.client-opinions .user-ratings:hover .description {
    transform: translateX(10px);
}.client-opinions .user-ratings .description::first-letter {
    font-size: calc(16px * 1.5);
    font-weight: 700;
    color: rgb(168,183,183);
}.client-opinions .user-ratings:nth-child(3n+1) {
    transform: translateY(20px);
}.client-opinions .user-ratings:nth-child(3n+2) {
    transform: translateY(-20px);
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.client-opinions {
    padding: 90px 0;
}.client-opinions h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 60px;
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.client-opinions {
    padding: 70px 0;
}.client-opinions .learner-review {
    grid-template-columns: 1fr;
    gap: 70px;
}.client-opinions h2 {
    max-width: 100%;
}.client-opinions .user-ratings:nth-child(3n+1),
    .client-opinions .user-ratings:nth-child(3n+2) {
    transform: translateY(0);
}
}

@media screen and (max-width: 576px) {.client-opinions {
    padding: 60px 0;
}.client-opinions h2 {
    font-size: 33px;
    padding-left: 15px;
}.client-opinions .user-ratings img {
    height: 45px;
    width: 45px;
}.client-opinions .user-ratings p {
    font-size: calc(24px * 0.9);
    margin-top: 15px;
}.client-opinions .learner-review {
    gap: 60px;
}}.contact-form-box {
    z-index: 1;
    position: relative;
    align-items: center;
    min-height: 650px;
    padding: 0;
    display: flex;
}.contact-form-box::before {
    z-index: -1;
    content: '';
    position: absolute;
    background-color: rgb(168,183,183,0.5);
    inset: 0;
}.contact-form-box .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
    position: relative;
}.contact-form-box .help-reach {
    position: relative;
    flex-direction: column-reverse;
    display: flex;
    width: 100%;
}.contact-form-box .connect-reach {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 40px 20px 120px;
    background-color: transparent;
    gap: 30px;
    width: 100%;
}.contact-form-box .connect-reach h3 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 32px;
}.contact-form-box .connect-reach h3::after {
    height: 3px;
    transform: translateX(-50%);
    content: '';
    background-color: rgb(132,148,148);
    bottom: 0;
    position: absolute;
    left: 50%;
    width: 60px;
}.contact-form-box .connect-reach div {
    min-height: 140px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 22px;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    align-items: center;
    padding: 20px;
    flex-direction: column;
    flex: 1 0 calc(50% - 30px);
    display: flex;
    max-width: 220px;
}.contact-form-box .connect-reach div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}.contact-form-box .connect-reach div svg {
    margin-bottom: 15px;
    height: 35px;
    width: 35px;
}.contact-form-box .connect-reach div svg path {
    fill: rgb(132,148,148);
}.contact-form-box .connect-reach div span {
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.contact-form-box .connect-reach div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact-form-box .connect-reach div span a:hover {
    color: rgb(132,148,148);
}.contact-form-box .support-feedback {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    z-index: 2;
    max-width: 550px;
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px 30px;
    transform: translateY(50px);
}.contact-form-box .support-feedback::before {
    height: 30px;
    top: -15px;
    content: '';
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    width: 30px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 3px;
}.contact-form-box .support-feedback h3 {
    color: rgb(168,183,183);
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 19px;
}.contact-form-box .support-feedback form {
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}.contact-form-box .support-feedback input[type="text"],
.contact-form-box .support-feedback input[type="email"] {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgb(205,218,218);
    padding: 15px 20px;
    background-color: transparent;
    height: 50px;
    border-radius: 10px;
    color: #000000;
    flex: 1 0 100%;
    font-size: 14px;
}.contact-form-box .support-feedback input[type="text"]:focus,
.contact-form-box .support-feedback input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(132,148,148,0.5);
    outline: none;
    border-color: rgb(132,148,148);
}.contact-form-box .support-feedback input::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact-form-box .support-feedback .connect-list {
    margin-top: 5px;
    flex: 1 0 100%;
    display: flex;
    align-items: flex-start;
}.contact-form-box .support-feedback .connect-list input[type="checkbox"] {
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    border: 2px solid rgb(205,218,218);
    margin-top: 3px;
    height: 20px;
    -webkit-appearance: none;
    position: relative;
    appearance: none;
    margin-right: 10px;
    border-radius: 4px;
    width: 20px;
    flex-shrink: 0;
}.contact-form-box .support-feedback .connect-list input[type="checkbox"]:checked {
    background-color: rgb(132,148,148);
    border-color: rgb(132,148,148);
}.contact-form-box .support-feedback .connect-list input[type="checkbox"]:checked::before {
    top: 50%;
    font-size: 12px;
    transform: translate(-50%, -50%);
    color: #ffffff;
    position: absolute;
    left: 50%;
    content: '✓';
}.contact-form-box .support-feedback .connect-list label {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}.contact-form-box .support-feedback .connect-list label a {
    transition: color 0.3s ease;
    color: rgb(132,148,148);
    text-decoration: none;
}.contact-form-box .support-feedback .connect-list label a:hover {
    color: rgb(168,183,183);
}.contact-form-box .support-feedback .inquiry-support {
    box-shadow: 0 5px 15px rgb(132,148,148,0.5);
    border-radius: 10px;
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(132,148,148), rgb(168,183,183));
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 50px;
    border: none;
}.contact-form-box .support-feedback .inquiry-support:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(168,183,183,0.5);
}

@media screen and (min-width: 992px) {.contact-form-box {
    padding: 100px 0;
    min-height: 700px;
}.contact-form-box .help-reach {
    flex-direction: row;
    align-items: center;
}.contact-form-box .connect-reach {
    margin-left: auto;
    width: 65%;
    gap: 30px;
    align-items: center;
    padding: 60px 0 60px 120px;
    justify-content: space-between;
}.contact-form-box .connect-reach h3 {
    text-align: left;
    padding-right: 0;
    margin-bottom: 40px;
    padding-left: 0;
}.contact-form-box .connect-reach h3::after {
    left: 0;
    transform: none;
}.contact-form-box .connect-reach div {
    margin: 0;
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}.contact-form-box .support-feedback {
    z-index: 3;
    position: absolute;
    max-width: 450px;
    margin: 0;
    width: 45%;
    padding: 40px;
    left: 0;
}.contact-form-box .support-feedback::before {
    top: 50%;
    left: -15px;
    transform: translateY(-50%) rotate(45deg);
}
}

@media screen and (min-width: 1200px) {.contact-form-box .connect-reach {
    width: 70%;
    padding-left: 200px;
}.contact-form-box .support-feedback {
    max-width: 480px;
    width: 40%;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.contact-form-box {
    padding: 80px 0 120px;
}.contact-form-box .connect-reach {
    padding: 0 20px 120px;
    justify-content: space-between;
}.contact-form-box .connect-reach div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
}

@media screen and (max-width: 767px) {.contact-form-box {
    padding: 60px 0 120px;
}.contact-form-box .connect-reach {
    padding: 0 20px 120px;
}.contact-form-box .connect-reach h3 {
    font-size: calc(19px + 2px);
}.contact-form-box .connect-reach div {
    flex: 0 0 100%;
    min-height: 120px;
    max-width: 280px;
    margin-bottom: 0;
}.contact-form-box .connect-reach div svg {
    height: 30px;
    width: 30px;
}.contact-form-box .support-feedback {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.contact-form-box {
    padding: 40px 0 100px;
}.contact-form-box .connect-reach {
    gap: 20px;
}.contact-form-box .connect-reach div {
    min-height: auto;
    padding: 20px 15px;
}
}