* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.nav-class {
    flex: 1 0 auto;
}.guide-section {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: smooth;
    min-height: 100%;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    color: #000000;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1229px;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.framework-wrap {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.offer-card {
    padding: 100px 0;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: rgb(176,199,198);
}.offer-card::before {
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(106,131,130,0.5), 0.05) 0%, rgba(rgb(142,168,166,0.5), 0.08) 100%);
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    height: 100%;
}.offer-card .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.offer-card .cost-matrix {
    display: flex;
    flex-direction: column;
}.offer-card .learning-fees {
    opacity: 0;
    margin-bottom: 60px;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
}.offer-card .learning-fees h2 {
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-size: 37px;
    color: #000000;
    font-weight: 700;
}.offer-card .learning-fees h2::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(106,131,130), rgb(142,168,166));
    position: absolute;
    border-radius: 2px;
    width: 80px;
    left: 0;
    content: "";
    height: 4px;
}.offer-card .plan-deals {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    max-width: 800px;
    margin-top: 25px;
}.offer-card .pro-rates {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    margin-top: 20px;
}.offer-card .study-packages {
    animation-delay: calc(0.15s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out forwards;
    display: block;
    text-decoration: none;
    opacity: 0;
    perspective: 1000px;
    transform: translateY(30px);
}.offer-card .study-packages:nth-child(1) {
    --i: 1;
}.offer-card .study-packages:nth-child(2) {
    --i: 2;
}.offer-card .study-packages:nth-child(3) {
    --i: 3;
}.offer-card .study-packages:nth-child(4) {
    --i: 4;
}.offer-card .payment-option {
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    background-color: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border-radius: 12px;
    overflow: hidden;
}.offer-card .study-packages:hover .payment-option {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(142,168,166,0.5), 0.1);
}.offer-card .cost-levels {
    z-index: 2;
    position: relative;
    min-height: 250px;
    box-sizing: border-box;
    padding: 35px 30px;
}.offer-card .cost-levels h3 {
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(19px + 2px);
    font-weight: 700;
}.offer-card .study-packages:hover .cost-levels h3 {
    transform: translateX(5px);
    color: rgb(142,168,166);
}.offer-card .pricing-deals {
    font-weight: 700;
    display: block;
    position: relative;
    margin: 20px 0;
    color: rgb(106,131,130);
    transition: all 0.3s ease;
    font-size: calc(19px + 4px);
}.offer-card .pricing-deals::before {
    top: -10px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(106,131,130), transparent);
    width: 40px;
    left: 0;
    content: "";
    border-radius: 2px;
}.offer-card .study-packages:hover .pricing-deals {
    color: rgb(142,168,166);
    transform: scale(1.05);
}.offer-card .cost-levels p {
    word-wrap: break-word;
    white-space: normal;
    transition: color 0.3s ease;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    hyphens: auto;
    margin-top: 15px;
    word-break: normal;
}.offer-card .pic-list {
    transition: all 0.5s ease;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}.offer-card .pic-list::after {
    opacity: 0.6;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transition: opacity 0.4s ease;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}.offer-card .study-packages:hover .pic-list {
    transform: scale(1.05);
}.offer-card .study-packages:hover .pic-list::after {
    opacity: 0.3;
}

@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 1200px) {.offer-card .cost-matrix {
    flex-direction: row-reverse;
}.offer-card .learning-fees {
    width: 30%;
    margin-bottom: 0;
    padding-left: 50px;
}.offer-card .pro-rates {
    width: 70%;
}.offer-card .learning-fees h2 {
    font-size: calc(37px + 4px);
}
}

@media (max-width: 1199px) {.offer-card {
    padding: 80px 0;
}.offer-card .learning-fees {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}.offer-card .learning-fees h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.offer-card {
    padding: 60px 0;
}.offer-card .pro-rates {
    gap: 20px;
    grid-template-columns: 1fr;
}.offer-card .cost-levels {
    padding: 25px 20px;
}.offer-card .pic-list {
    height: 180px;
}.offer-card .learning-fees h2 {
    font-size: calc(37px - 2px);
}.offer-card .plan-deals {
    font-size: calc(12px - 1px);
}
}

@media (hover: none) {.offer-card .study-packages:hover .payment-option {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.offer-card .study-packages:hover .cost-levels h3 {
    transform: none;
}.offer-card .study-packages:hover .pricing-deals {
    transform: none;
}.offer-card .study-packages:hover .pic-list {
    transform: none;
}}.newsletter-signup {
    z-index: 1;
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(142,168,166,0.5), rgb(106,131,130));
}.newsletter-signup::before {
    right: -5%;
    background: linear-gradient(120deg, transparent, rgb(142,168,166,0.5), transparent);
    transform: rotate(-15deg) translateZ(0);
    top: -10%;
    content: "";
    opacity: 0.3;
    z-index: -1;
    width: 40%;
    position: absolute;
    animation: shine 8s infinite ease-in-out;
    height: 140%;
}.newsletter-signup::after {
    z-index: -1;
    width: 35%;
    position: absolute;
    animation: shine 8s infinite ease-in-out reverse;
    content: "";
    left: -5%;
    transform: rotate(20deg) translateZ(0);
    bottom: -10%;
    background: linear-gradient(240deg, transparent, rgb(106,131,130,0.5), transparent);
    opacity: 0.2;
    height: 130%;
}.newsletter-signup .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.newsletter-signup .founder-bio {
    backdrop-filter: blur(15px);
    transform: translateZ(0);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.1) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
    display: grid;
    -webkit-backdrop-filter: blur(15px);
    border-radius: 14px;
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    padding: 2.5rem;
}.newsletter-signup .founder-bio:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
}.newsletter-signup h4 {
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin: 0 0 1rem;
    position: relative;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
    padding-left: 1rem;
    transform: translateZ(0);
    font-size: calc(20px * 1.1);
}.newsletter-signup h4::before {
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transform: scaleY(0);
    border-radius: 10px;
    top: 0.2em;
    position: absolute;
    width: 4px;
    transform-origin: bottom;
    background: #ffffff;
    left: 0;
    content: "";
    bottom: 0.2em;
    opacity: 0.8;
}.newsletter-signup .input_holder {
    gap: 1rem;
    position: relative;
    z-index: 2;
    flex-direction: column;
    width: 100%;
    display: flex;
}.newsletter-signup .input_holder span {
    display: block;
    position: relative;
    width: 100%;
}.newsletter-signup input[type="email"] {
    color: #ffffff;
    outline: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(5px);
    background: rgba(255,255,255,0.1);
    font-size: 13px;
    padding: 1rem 1.5rem;
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 14px;
}.newsletter-signup input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255,255,255,0.7);
}.newsletter-signup input[type="email"]:focus {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,0.3);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1), 0 0 0 2px rgb(142,168,166,0.5);
    background: rgba(255,255,255,0.15);
}.newsletter-signup input[type="email"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.newsletter-signup .sub-grids {
    padding: 1rem 2rem;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 19px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.5) inset;
    color: rgb(142,168,166);
    font-weight: 600;
    z-index: 1;
    border: none;
}.newsletter-signup .sub-grids::before {
    height: 100%;
    position: absolute;
    transition: all 0.5s ease;
    z-index: -1;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    width: 100%;
    left: -100%;
}.newsletter-signup .sub-grids:hover {
    color: rgb(142,168,166);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.5) inset;
    background: linear-gradient(to right, #ffffff, rgba(255,255,255,0.9));
    transform: translateY(-3px);
}.newsletter-signup .sub-grids:hover::before {
    animation: shine 1s forwards;
    left: 100%;
}.newsletter-signup .sub-grids:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(1px);
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateZ(0);
    }
    100% {
        transform: translateX(100%) translateZ(0);
    }
}

@keyframes scaleIn {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

@media (min-width: 768px) {.newsletter-signup .founder-bio {
    gap: 3rem;
    padding: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.newsletter-signup h4 {
    font-size: calc(20px * 1.2);
    margin: 0;
}.newsletter-signup .input_holder {
    flex-direction: row;
    gap: 1rem;
}.newsletter-signup input[type="email"] {
    flex: 1;
}.newsletter-signup .sub-grids {
    flex: 0 0 auto;
    white-space: nowrap;
    width: auto;
}
}

@media (min-width: 992px) {.newsletter-signup {
    padding: 6rem 0;
}.newsletter-signup .founder-bio {
    padding: 4rem;
    gap: 4rem;
}.newsletter-signup h4 {
    font-size: calc(20px * 1.3);
}.newsletter-signup .founder-bio > div:first-child {
    animation: fadeIn 0.8s ease-out;
}.newsletter-signup .input_holder {
    animation: fadeIn 0.8s 0.2s both ease-out;
}
}

@media (max-width: 767px) {.newsletter-signup h4 {
    padding-left: 0;
    text-align: center;
}.newsletter-signup h4::before {
    width: 50px;
    height: 3px;
    animation: widthIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    left: 50%;
    top: -0.8rem;
    bottom: auto;
    transform: translateX(-50%) scaleX(0);
}@keyframes widthIn {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
}.contact-us {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(176,199,198) 0%, #1a1e2e 100%);
    overflow: hidden;
}.contact-us::before {
    position: absolute;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(142,168,166), 0.05) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}.contact-us::after {
    left: 0;
    content: "";
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}.contact-us .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.contact-us h2 {
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 70px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
}.contact-us h2::before {
    left: calc(50% - 50px);
    bottom: -20px;
    width: 30px;
    height: 2px;
    background: rgb(142,168,166);
    content: "";
    position: absolute;
}.contact-us h2::after {
    position: absolute;
    height: 2px;
    left: calc(50% - 10px);
    bottom: -20px;
    content: "";
    width: 70px;
    background: rgb(142,168,166);
}.contact-us .inquiry-query {
    backdrop-filter: blur(10px);
    grid-template-columns: 6fr 4fr;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    display: grid;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border-radius: 29px;
}.contact-us .pic-list {
    min-height: 100%;
    position: relative;
}.contact-us .pic-list::before {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    z-index: 1;
}.contact-us .pic-list::after {
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    animation: scanLines 5s linear infinite;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(142,168,166), 0.1) 10px, rgba(rgb(142,168,166), 0.1) 11px);
    height: 100%;
    position: absolute;
    z-index: 2;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact-us .help-map {
    padding: 50px;
    position: relative;
}.contact-us .help-map::before {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    width: 100%;
    content: "";
    z-index: -1;
}.contact-us #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.contact-us h3 {
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    letter-spacing: 1px;
}.contact-us h3::after {
    position: absolute;
    left: 0;
    width: 50px;
    bottom: -10px;
    background: rgb(142,168,166);
    content: "";
    height: 2px;
}.contact-us input[type="text"] {
    transition: all 0.3s ease;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 20px;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    color: #ffffff;
}.contact-us input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(142,168,166);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(142,168,166), 0.2);
}.contact-us input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact-us .request-help {
    margin-top: 5px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}.contact-us .request-help input[type="checkbox"] {
    background: rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 24px;
    appearance: none;
    cursor: pointer;
    position: relative;
    height: 24px;
    border-radius: 3px;
}.contact-us .request-help input[type="checkbox"]:checked {
    border-color: rgb(142,168,166);
    background: rgb(142,168,166);
}.contact-us .request-help input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    width: 6px;
    content: "";
    border: solid #ffffff;
    left: 9px;
    top: 6px;
    border-width: 0 2px 2px 0;
    height: 10px;
    position: absolute;
}.contact-us .request-help label {
    font-size: calc(16px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}.contact-us .request-help a {
    position: relative;
    color: rgb(142,168,166);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-us .request-help a:hover {
    color: #ffffff;
}.contact-us .request-help a::after {
    position: absolute;
    left: 0;
    background: rgb(142,168,166);
    width: 100%;
    content: "";
    transition: all 0.3s ease;
    bottom: -2px;
    height: 1px;
}.contact-us .request-help a:hover::after {
    background: #ffffff;
}.contact-us .reach-map {
    position: relative;
    letter-spacing: 1px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 16px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    font-size: 20px;
    align-self: flex-start;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
    background: rgb(142,168,166);
}.contact-us .reach-map::before {
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    position: absolute;
    left: -100%;
    content: "";
}.contact-us .reach-map:hover {
    background: rgb(106,131,130);
    transform: translateY(-3px);
}.contact-us .reach-map:hover::before {
    left: 100%;
}.contact-us svg {
    fill: rgb(142,168,166);
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(142,168,166), 0.5));
    transition: all 0.3s ease;
    height: 22px;
}.contact-us svg path {
    fill: rgb(142,168,166);
    transition: all 0.3s ease;
}.contact-us svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact-us svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact-us {
    padding: 70px 0;
}.contact-us .inquiry-query {
    grid-template-columns: 1fr;
}.contact-us .pic-list {
    min-height: 300px;
}.contact-us .help-map {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact-us {
    padding: 50px 0;
}.contact-us h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 50px;
}.contact-us .pic-list {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-us {
    padding: 40px 0;
}.contact-us .container {
    padding: 0 15px;
}.contact-us h2 {
    margin-bottom: 40px;
    font-size: calc(38px - 6px);
}.contact-us h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contact-us h2::after {
    width: 50px;
}.contact-us .help-map {
    padding: 30px 20px 40px;
}.contact-us #contact {
    gap: 20px;
}.contact-us .reach-map {
    width: 100%;
}.contact-us .pic-list {
    min-height: 200px;
}}.confidential-zone {
    background: linear-gradient(135deg, rgb(176,199,198) 0%, rgba(245, 245, 250, 0.97) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.confidential-zone::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(142,168,166,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(106,131,130,0.5), 0.04) 0%, transparent 50%);
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    width: 100%;
}.confidential-zone .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out forwards;
    transform: translateZ(0);
    max-width: 1140px;
    position: relative;
}.confidential-zone h1 {
    position: relative;
    letter-spacing: -0.01em;
    font-size: 40px;
    color: #000000;
    transform: translateX(-5px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2.5rem;
}.confidential-zone h1::after {
    height: 3px;
    transform-origin: left;
    animation-delay: 0.2s;
    opacity: 0;
    content: "";
    width: 80px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(142,168,166) 0%, rgb(106,131,130) 100%);
    bottom: -12px;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.confidential-zone h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    border-left: 3px solid rgb(142,168,166);
    padding-left: 1rem;
    margin: 3rem 0 1.5rem;
    position: relative;
}.confidential-zone h3 {
    margin: 2.5rem 0 1.25rem;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    font-size: calc(28px * 0.85);
    border-left: 2px solid rgb(106,131,130);
    font-weight: 600;
}.confidential-zone h4 {
    position: relative;
    margin: 2rem 0 1rem;
    font-size: calc(28px * 0.75);
    border-left: 1px solid rgb(106,131,130);
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
}.confidential-zone p {
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    max-width: 90ch;
    font-size: 18px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}.confidential-zone p strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.confidential-zone span {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 1.5rem;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    max-width: 90ch;
}.confidential-zone ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.confidential-zone li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1rem;
    padding-left: 1.8rem;
    position: relative;
    color: #000000;
}.confidential-zone li::before {
    width: 6px;
    position: absolute;
    height: 6px;
    content: "";
    border-radius: 50%;
    left: 0;
    background-color: rgb(142,168,166);
    top: 0.8rem;
    transform: translateY(-50%);
}.confidential-zone li:nth-child(2n)::before {
    background-color: rgb(106,131,130);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    0% {
        transform: scaleX(0);
        opacity: 0;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}


.confidential-zone h2:hover,
.confidential-zone h3:hover,
.confidential-zone h4:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease-out;
}


@media (max-width: 992px) {.confidential-zone {
    padding: 4rem 0;
}.confidential-zone h1 {
    font-size: calc(40px * 0.9);
}.confidential-zone h2 {
    font-size: calc(28px * 0.9);
}.confidential-zone h3 {
    font-size: calc(28px * 0.8);
}.confidential-zone h4 {
    font-size: calc(28px * 0.7);
}
}

@media (max-width: 768px) {.confidential-zone {
    padding: 3rem 0;
}.confidential-zone .container {
    padding: 0 1.5rem;
}.confidential-zone h1 {
    margin-bottom: 2rem;
    font-size: calc(40px * 0.85);
}.confidential-zone h1::after {
    width: 60px;
}.confidential-zone h2 {
    margin: 2.5rem 0 1.25rem;
}.confidential-zone h3 {
    margin: 2rem 0 1rem;
}.confidential-zone li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.confidential-zone {
    padding: 2.5rem 0;
}.confidential-zone .container {
    padding: 0 1.25rem;
}.confidential-zone h1 {
    font-size: calc(40px * 0.75);
    transform: translateX(0);
}.confidential-zone h2 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.8);
}.confidential-zone h3 {
    font-size: calc(28px * 0.7);
    padding-left: 0.75rem;
}.confidential-zone h4 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.6);
}.confidential-zone p,
    .confidential-zone span {
    font-size: calc(18px * 0.95);
}.confidential-zone ul {
    margin-left: 0.5rem;
}.confidential-zone li {
    font-size: calc(18px * 0.95);
    padding-left: 1.25rem;
    margin-bottom: 0.8rem;
}}.teaching-experience {
    background: linear-gradient(150deg, rgb(176,199,198) 0%, #000000 100%);
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    min-height: 700px;
}.teaching-experience::before {
    content: "";
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(142,168,166,0.5) 85%, rgb(142,168,166,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(106,131,130,0.5) 85%, rgb(106,131,130,0.5) 88%, transparent 88%);
    position: absolute;
    background-size: 150px 150px;
    top: 0;
    height: 100%;
    animation: gridFlow 20s linear infinite;
    left: 0;
}.teaching-experience .container {
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.teaching-experience .learner-review {
    display: grid;
    background: transparent;
    grid-template-columns: 45% 1fr;
    min-height: 580px;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    grid-template-rows: auto auto 1fr;
    gap: 20px 30px;
    position: relative;
}.teaching-experience .learner-review::before {
    position: absolute;
    content: "";
    height: 90%;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    border-radius: 11px;
    right: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(142,168,166,0.5) 0%, transparent 50%);
    transform: translateY(-50%);
    filter: blur(40px);
    top: 50%;
    opacity: 0.3;
    left: 0;
}.teaching-experience .learner-review::after {
    border-radius: 11px;
    width: 100%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    content: "";
    top: 0;
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    z-index: -2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    left: 0;
}.teaching-experience .pic-list {
    position: relative;
    transform: scale(1);
    z-index: 2;
    height: 100%;
    overflow: hidden;
    filter: contrast(1.1) brightness(1.05);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 11px 0 0 11px;
    grid-area: photo;
}.teaching-experience .learner-review:hover .pic-list {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.teaching-experience .pic-list::before {
    content: "";
    background: rgb(142,168,166);
    opacity: 0.7;
    animation: pulseOpacity 3s ease-in-out infinite;
    position: absolute;
    height: 100%;
    width: 10px;
    z-index: 3;
    top: 0;
    left: 0;
}.teaching-experience .name {
    transform: translateX(0);
    margin-top: 80px;
    font-weight: 700;
    font-size: 33px;
    position: relative;
    align-self: end;
    padding-bottom: 10px;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: name;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}.teaching-experience .learner-review:hover .name {
    transform: translateX(15px);
}.teaching-experience .name::after {
    position: absolute;
    height: 2px;
    transition: width 0.5s ease;
    content: "";
    background: rgb(142,168,166);
    width: 0;
    left: 0;
    bottom: 0;
}.teaching-experience .learner-review:hover .name::after {
    width: 60%;
}.teaching-experience .learner-review span:not(.name) {
    align-self: start;
    border-radius: 10px;
    transform: translateX(0);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    grid-area: job;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    backdrop-filter: blur(5px);
    color: rgb(106,131,130);
    font-weight: 600;
    font-size: 22px;
    padding: 0.6rem 1.2rem;
    position: relative;
    display: inline-block;
}.teaching-experience .learner-review:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.teaching-experience .career-achievements {
    border-left: 4px solid rgb(106,131,130);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    align-self: start;
    backdrop-filter: blur(10px);
    margin-right: 0;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    transform: translateY(0);
    border-radius: 11px;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
    width: 95%;
    z-index: 2;
    grid-area: quote;
    color: #ffffff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    padding: 2rem;
}.teaching-experience .learner-review:hover .career-achievements {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.teaching-experience .container::after {
    filter: blur(70px);
    width: 300px;
    z-index: -1;
    background: radial-gradient(circle, rgb(106,131,130,0.5) 0%, transparent 70%);
    position: absolute;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    right: -150px;
    opacity: 0.3;
    height: 300px;
    bottom: -150px;
    content: "";
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.teaching-experience .learner-review {
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
            "pic-list"
            "name"
            "job-expertise"
            "career-achievements";
    grid-template-rows: auto auto auto auto;
}.teaching-experience .pic-list {
    border-radius: 11px 11px 0 0;
    height: 350px;
}.teaching-experience .pic-list::before {
    height: 10px;
    width: 100%;
}.teaching-experience .name {
    text-align: center;
    margin-top: 0;
}.teaching-experience .name::after {
    transform: translateX(-50%);
    left: 50%;
}.teaching-experience .learner-review:hover .name {
    transform: translateY(-5px);
}.teaching-experience .learner-review span:not(.name) {
    margin: 0 auto;
}.teaching-experience .learner-review:hover span:not(.name) {
    transform: translateY(-5px);
}.teaching-experience .career-achievements {
    border-top: 4px solid rgb(106,131,130);
    margin: 0 auto;
    width: 90%;
    border-left: none;
}.teaching-experience .learner-review:hover .career-achievements {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teaching-experience {
    padding: 5rem 0;
}.teaching-experience .pic-list {
    height: 250px;
}.teaching-experience .name {
    font-size: 22px;
}.teaching-experience .learner-review span:not(.name) {
    font-size: 16px;
    padding: 0.5rem 1rem;
}.teaching-experience .career-achievements {
    padding: 1.5rem;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    width: 95%;
}}header {
    left: 0;
    background: #000000;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(142,168,166,0.5) 100%);
}header::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.03;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(106,131,130,0.5) 10px,
            rgb(106,131,130,0.5) 11px
        );
    content: "";
    position: absolute;
    height: 100%;
}header::after {
    top: 0;
    left: 0;
    height: 5px;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(142,168,166),
        rgb(106,131,130),
        rgb(142,168,166));
    content: "";
    width: 100%;
    z-index: 5;
    animation: gradient-shift 8s linear infinite;
    position: absolute;
}header .container {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}header .nav-top {
    position: relative;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    z-index: 2;
    width: 100%;
    align-items: center;
}header .head-mainwrap {
    padding: 0.5rem 2rem;
    position: relative;
    justify-content: center;
    margin-bottom: 2rem;
    display: flex;
    text-decoration: none;
    z-index: 3;
}header .head-mainwrap::before {
    left: -30%;
    bottom: -10px;
    content: "";
    width: 160%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(106,131,130,0.5) 20%,
        rgb(106,131,130) 50%,
        rgb(106,131,130,0.5) 80%,
        transparent 100%);
    height: 1px;
    position: absolute;
}header .head-mainwrap::after {
    filter: blur(20px);
    z-index: -1;
    opacity: 0.5;
    background: rgb(142,168,166,0.5);
    animation: orb-float 5s ease-in-out infinite alternate;
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    content: "";
}header .head-mainwrap svg {
    position: relative;
    width: auto;
    height: 48px;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 8px rgb(142,168,166,0.5));
}header .head-mainwrap:hover svg {
    filter: drop-shadow(0 0 12px rgb(142,168,166));
    transform: scale(1.08);
}header .top-mainwrap {
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    position: relative;
    gap: 1rem;
    padding: 1rem 0;
    width: 100vw;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    scrollbar-width: none;
    justify-content: center;
    overflow-x: auto;
}header .top-mainwrap::-webkit-scrollbar {
    display: none;
}header .top-mainwrap::before {
    height: 1px;
    background: rgb(142,168,166,0.5);
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
}header .top-sitewrap {
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0.5px;
    overflow: hidden;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    padding: 0.6rem 1.8rem;
    border: 1px solid rgb(142,168,166,0.5);
}header .top-sitewrap::before {
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgb(106,131,130,0.5),
        transparent);
    content: "";
    position: absolute;
    opacity: 0.5;
    transition: left 0.5s ease;
}header .top-sitewrap::after {
    transform: translateY(-50%) scale(0);
    box-shadow: 0 0 10px rgb(106,131,130);
    content: "";
    border-radius: 50%;
    transition: transform 0.3s ease;
    background: rgb(106,131,130);
    right: 12px;
    height: 8px;
    position: absolute;
    width: 8px;
    top: 50%;
}header .top-sitewrap:hover {
    box-shadow: 0 0 15px rgb(142,168,166,0.5),
                inset 0 0 10px rgb(142,168,166,0.5);
    border-color: rgb(106,131,130);
    color: rgb(106,131,130);
    transform: translateY(-2px);
}header .top-sitewrap:hover::before {
    left: 100%;
}header .top-sitewrap:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .head-mainwrap {
    margin-bottom: 1.5rem;
}header .head-mainwrap svg {
    height: 42px;
}header .top-sitewrap {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1.5rem;
}
}

@media (max-width: 767px) {header .nav-top {
    padding-top: 1rem;
}header .head-mainwrap {
    margin-bottom: 1rem;
}header .head-mainwrap svg {
    height: 36px;
}header .top-mainwrap {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .top-sitewrap {
    margin: 0 0.2rem;
    font-size: calc(17px - 2px);
    padding: 0.4rem 1.2rem;
}header .top-sitewrap:first-child {
    margin-left: 1rem;
}header .top-sitewrap:last-child {
    margin-right: 1rem;
}header .top-sitewrap::after {
    width: 6px;
    height: 6px;
    right: 8px;
}}.title-welcome {
    margin: 0;
    width: 100%;
    height: 100vh;
    font-family: Arial, sans-serif;
    padding: 0;
    position: relative;
    overflow: hidden;
}.title-welcome .class-online {
    justify-content: flex-start;
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    width: 100%;
}.title-welcome .class-online::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgb(142,168,166,0.5), rgb(106,131,130,0.5));
    left: 0;
    position: absolute;
}.title-welcome .learn-growth {
    width: 90%;
    display: grid;
    margin-left: 5%;
    transition: transform 0.5s ease;
    padding: 2rem 4rem;
    transform: perspective(1000px) translateZ(0);
    grid-template-columns: 1fr;
    gap: 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.title-welcome .learn-growth > div:first-child {
    animation: slideIn 0.8s forwards 0.2s ease-out;
    opacity: 0;
    transform: translateX(-20px) translateZ(20px);
    position: relative;
}.title-welcome .learn-growth > div:last-child {
    position: relative;
    transform: translateX(-20px) translateZ(10px);
    opacity: 0;
    animation: slideIn 0.8s forwards 0.5s ease-out;
}.title-welcome .title_style_header {
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #ffffff;
    font-size: 41px;
    line-height: 1.2;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    position: relative;
}.title-welcome .title_style_header::after {
    background: linear-gradient(90deg, rgb(142,168,166), rgb(106,131,130));
    content: '';
    left: 0;
    transform-origin: left;
    bottom: -0.5rem;
    position: absolute;
    transform: scaleX(0);
    animation: scaleIn 0.6s forwards 0.8s ease-out;
    width: 80px;
    height: 4px;
}.title-welcome h3 {
    font-size: calc(24px + 0.1rem);
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    margin: 0 0 1.5rem 0;
    color: #ffffff;
    font-weight: 600;
}.title-welcome p {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    max-width: 90%;
}.title-welcome p::before {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: rgb(142,168,166);
    width: 10px;
    left: -20px;
    height: 2px;
    content: '';
}@keyframes slideIn {
  0% {
    transform: translateX(-20px) translateZ(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateZ(0);
    opacity: 1;
  }
}

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

.title-welcome .learn-growth:hover {
    transform: perspective(1000px) translateZ(10px);
}.title-welcome .learn-growth:hover > div:first-child {
    transform: translateZ(30px);
    transition: transform 0.4s ease;
}.title-welcome .learn-growth:hover > div:last-child {
    transition: transform 0.4s ease;
    transform: translateZ(20px);
}

@media (min-width: 768px) {.title-welcome .learn-growth {
    padding: 3rem 5rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.title-welcome .title_style_header {
    font-size: calc(41px + 0.5rem);
}.title-welcome h3 {
    font-size: 24px;
}.title-welcome p {
    font-size: calc(18px + 0.1rem);
}.title-welcome .learn-growth > div:first-child {
    transform: translateX(-30px) translateZ(20px);
}.title-welcome .learn-growth > div:last-child {
    transform: translateX(-30px) translateZ(10px);
}
}

@media (min-width: 992px) {.title-welcome .learn-growth {
    margin-left: 10%;
    padding: 4rem 6rem;
    width: 80%;
}.title-welcome .title_style_header {
    font-size: calc(41px + 1rem);
}.title-welcome .title_style_header::after {
    width: 120px;
    height: 5px;
}.title-welcome h3 {
    font-size: calc(24px + 0.2rem);
}
}

@media (max-width: 767px) {.title-welcome .learn-growth {
    width: 90%;
    padding: 2rem;
    margin: 0 auto;
}.title-welcome .title_style_header {
    font-size: calc(35px + 0.1rem);
}.title-welcome h3 {
    margin-bottom: 1rem;
    font-size: 18px;
}.title-welcome p {
    font-size: calc(18px - 0.1rem);
}.title-welcome .title_style_header::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 480px) {.title-welcome .learn-growth {
    padding: 1.5rem;
}.title-welcome .title_style_header {
    font-size: calc(35px - 0.2rem);
}.title-welcome h3 {
    font-size: calc(18px - 0.1rem);
}.title-welcome p {
    font-size: 14px;
}.title-welcome p::before {
    width: 8px;
    left: -15px;
}}.cookieNotificationPanel {
    bottom: 20px;
    padding: 20px;
    width: 90%;
    background: rgb(176,199,198);
    text-align: center;
    max-width: 600px;
    display: flex;
    align-items: center;
    border-radius: 11px;
    flex-direction: column;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: fixed;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    left: 50%;
    transform: translateX(-50%);
}.cookie-confirm {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
}.cookies-tech {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cookies-tech svg, .cookies-tech svg path, .cookies-tech img {
    height: 80px;
    width: 80px;
    fill: rgb(142,168,166);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookieNotificationPanel h5 {
    font-size: 22px;
    margin-bottom: 10px;
    color: rgb(142,168,166);
    font-weight: 700;
}.cookieNotificationPanel p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
}.cookie-review {
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    margin: 5px;
    background: rgb(142,168,166);
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    width: calc(50% - 10px);
    display: inline-block;
}.cookie-review:hover {
    transform: translateY(-3px);
    background: rgb(106,131,130);
}.cookie_button.user-alert {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.user-alert:hover {
    background: rgb(106,131,130,0.5);
}.cookieNotificationPanel p a {
    text-decoration: underline;
    color: rgb(142,168,166);
    transition: color 0.3s ease-in-out;
}.cookieNotificationPanel p a:hover {
    color: rgb(106,131,130);
}
@media only screen and (max-width: 600px) {.cookieNotificationPanel {
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
}.cookie-confirm {
    padding: 15px;
}.cookies-tech svg {
    height: 50px;
    width: 50px;
}.cookieNotificationPanel h5 {
    font-size: calc(22px - 2px);
}.cookieNotificationPanel p {
    font-size: calc(15px - 2px);
}.cookie-review {
    font-size: calc(16px - 2px);
    padding: 8px 16px;
    width: calc(100% - 10px);
}}
#cookieWarningWindow {
    display: none;
}#cookieWarningWindow:checked ~ .cookieNotificationPanel {
    visibility: hidden;
    opacity: 0;
}footer {
    position: relative;
    width: 100%;
}footer .guide-section {
    overflow: hidden;
    background-color: rgb(106,131,130);
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 80px 0 30px;
}footer .guide-section::before {
    top: -50px;
    position: absolute;
    z-index: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    transform: skewY(-3deg);
    left: 0;
    height: 100px;
    right: 0;
    content: "";
    background-color: rgb(106,131,130);
}footer .media-kit {
    position: relative;
    z-index: 1;
}footer .quick-contact {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
}footer .info_item {
    position: relative;
    overflow: hidden;
    background-color: rgb(106,131,130,0.5);
    max-width: 300px;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 0;
    padding: 15px 20px 15px 25px;
}footer .info_item::before {
    content: "";
    height: 100%;
    left: 0;
    background-color: rgb(142,168,166);
    top: 0;
    width: 5px;
    position: absolute;
}footer .info_item::after {
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    content: "";
}footer .info_item:nth-child(even) {
    background-color: rgb(142,168,166,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    vertical-align: middle;
    position: relative;
    height: 20px;
    fill: rgb(142,168,166);
    width: 20px;
    margin-right: 12px;
    top: -1px;
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
    font-size: 17px;
}footer .info_item a:hover {
    color: rgb(142,168,166);
}footer .text_main_holder {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
}footer .nav-skill {
    padding: 30px;
    position: relative;
    border-radius: 29px;
    background-color: rgb(106,131,130,0.5);
}footer .nav-skill::before {
    content: "";
    left: 15px;
    bottom: 15px;
    pointer-events: none;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    position: absolute;
    border-radius: calc(29px - 8px);
    right: 15px;
    top: 15px;
}footer .nav-skill svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    display: block;
    height: 45px;
}footer .copy-notice {
    line-height: 1.6;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}footer .top-mainwrap {
    position: relative;
}footer .top-mainwrap h5 {
    display: inline-block;
    position: relative;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 25px;
}footer .top-mainwrap h5::before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(142,168,166);
    width: 3px;
    content: "";
}footer .top-mainbar {
    position: relative;
    margin-bottom: 25px;
}footer .top-mainbar a {
    font-size: 17px;
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0 5px 5px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 10px 10px 0;
    background-color: rgb(106,131,130,0.5);
}footer .top-mainbar a::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgb(142,168,166);
    width: 3px;
    position: absolute;
    transition: width 0.3s ease;
}footer .top-mainbar a:hover {
    transform: translateX(5px);
    background-color: rgb(142,168,166,0.5);
    color: #ffffff;
}footer .top-mainbar a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    border-radius: 29px;
    background-color: rgb(106,131,130,0.5);
    padding: 30px;
}footer .subscribe_holder::before {
    pointer-events: none;
    top: 15px;
    content: "";
    border-radius: calc(29px - 8px);
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    bottom: 15px;
    right: 15px;
    left: 15px;
}footer .subscribe_holder h5 {
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}footer .subscribe_holder h5::before {
    left: 0;
    height: 100%;
    background-color: rgb(142,168,166);
    width: 3px;
    position: absolute;
    top: 0;
    content: "";
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    font-size: 17px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(142,168,166);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub-grids {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgb(142,168,166);
    transition: all 0.3s ease;
}footer .sub-grids::after {
    width: 200%;
    content: "";
    top: -50%;
    transition: all 0.5s ease;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    left: -100%;
    transform: rotate(30deg);
    height: 200%;
}footer .sub-grids:hover {
    background-color: rgb(106,131,130);
}footer .sub-grids:hover::after {
    left: 100%;
}footer .knowl-base {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .knowl-base::before {
    content: "";
    position: absolute;
    width: 50px;
    top: -25px;
    transform: translateX(-50%);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: 50%;
}footer .skill-links {
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-grids {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .guide-section {
    padding: 60px 0 30px;
}footer .quick-contact {
    margin-bottom: 40px;
}footer .nav-skill, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top-mainbar a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .knowl-base {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .guide-section {
    padding: 50px 0 20px;
}footer .top-mainwrap h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
}footer .nav-skill::before, footer .subscribe_holder::before {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}footer .input_holder input[type="email"],
    footer .sub-grids {
    padding: 12px;
}}.learning-profits {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(176,199,198) 0%, rgb(142,168,166,0.5) 100%);
    overflow: hidden;
}.learning-profits::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.7;
    width: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(106,131,130,0.5) 0%, transparent 40%);
    left: 0;
}.learning-profits::after {
    opacity: 0.5;
    top: -200px;
    right: -200px;
    animation: rotate 30s linear infinite;
    border-radius: 50%;
    background: rgb(142,168,166,0.5);
    position: absolute;
    height: 400px;
    filter: blur(80px);
    content: "";
    width: 400px;
}.learning-profits .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.learning-profits .founder-bio {
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 40px;
}.learning-profits .pic-list {
    flex: 0 0 42%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: relative;
    z-index: 1;
    max-width: 42%;
    transition: all 0.5s ease;
}.learning-profits .pic-list:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.learning-profits .text-area {
    padding: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    flex: 0 0 52%;
}.learning-profits .text-area::before {
    height: 80px;
    opacity: 0.7;
    z-index: -1;
    content: "";
    right: 30px;
    width: 80px;
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(142,168,166,0.5), rgb(106,131,130,0.5));
    position: absolute;
    border-radius: 20px;
    top: -20px;
}.learning-profits h3 {
    position: relative;
    margin-bottom: 35px;
    font-size: 31px;
    color: #000000;
    font-weight: 700;
}.learning-profits h3::after {
    height: 3px;
    bottom: -12px;
    width: 50px;
    position: absolute;
    left: 0;
    content: "";
    border-radius: 10px;
    background: linear-gradient(to right, rgb(142,168,166), rgb(106,131,130));
}.learning-profits ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 16px;
    flex-direction: column;
    display: flex;
}.learning-profits li {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.3s ease;
}.learning-profits li::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(142,168,166,0.5), transparent);
    top: 0;
    z-index: 0;
    width: 100%;
    opacity: 0;
    content: "";
    transition: opacity 0.3s ease;
    left: 0;
    height: 100%;
}.learning-profits li:hover {
    transform: translateX(10px);
}.learning-profits li:hover::before {
    opacity: 0.3;
}.learning-profits li p {
    gap: 16px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    font-size: 15px;
    padding: 16px 20px;
    align-items: center;
    line-height: 1.5;
    border-radius: 12px;
    font-weight: 400;
    color: #000000;
    display: flex;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    z-index: 1;
    margin: 0;
    position: relative;
    transition: all 0.3s ease;
}.learning-profits li:hover p {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}.learning-profits svg {
    display: flex;
    width: 24px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 5px;
    flex-shrink: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff, rgb(176,199,198));
    height: 24px;
}.learning-profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(142,168,166);
}.learning-profits li:hover svg {
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1) rotate(10deg);
}.learning-profits li:hover svg path {
    fill: rgb(106,131,130);
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 992px) {.learning-profits {
    padding: 70px 0;
}.learning-profits .founder-bio {
    flex-direction: column;
    gap: 40px;
}.learning-profits .pic-list {
    max-width: 60%;
    flex: none;
    margin: 0 auto;
}.learning-profits .text-area {
    margin: 0 auto;
    flex: none;
    width: 90%;
}
}

@media (max-width: 576px) {.learning-profits {
    padding: 50px 0;
}.learning-profits .pic-list {
    max-width: 85%;
}.learning-profits .text-area {
    width: 100%;
    padding: 30px 25px;
}.learning-profits .text-area::before {
    top: -15px;
    width: 60px;
    height: 60px;
    right: 20px;
}.learning-profits h3 {
    font-size: 20px;
    margin-bottom: 25px;
}.learning-profits li p {
    padding: 12px 15px;
}.learning-profits svg {
    padding: 4px;
    width: 22px;
    height: 22px;
}}.meet-us {
    position: relative;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
}.meet-us::before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(145deg, rgb(142,168,166,0.5), rgba(0, 0, 0, 0.5), rgb(106,131,130,0.5));
    opacity: 0.85;
    top: 0;
    backdrop-filter: blur(5px);
    content: "";
    right: 0;
}.meet-us::after {
    z-index: 1;
    animation: shiftBackground 25s infinite alternate ease-in-out;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    position: absolute;
    top: -50%;
    right: -50%;
    height: 100%;
    content: "";
    transform: rotate(-35deg) skewX(15deg);
    opacity: 0.08;
    background: rgb(142,168,166);
}.meet-us .container {
    transform: translateY(0);
    margin: 0 auto;
    position: relative;
    opacity: 1;
    z-index: 2;
    max-width: 1200px;
    animation: fadeUp 1.2s ease-out;
    padding: 3rem 2rem;
}.meet-us .text-area {
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(255, 255, 255, 0.9);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3.5rem;
    transform: perspective(1000px) rotateY(2deg);
}.meet-us .text-area:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet-us .text-area::before {
    transform-origin: left;
    animation: lineGrow 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(142,168,166);
    transform: scaleX(0);
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    top: -10px;
    right: 0;
}.meet-us .text-area::after {
    bottom: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
    left: 0;
    content: "";
    opacity: 0.3;
    position: absolute;
    width: 100%;
    z-index: -1;
}.meet-us .text-area > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.meet-us .text-area > div:first-child::before {
    width: 60px;
    transform: scaleX(0.7);
    bottom: -10px;
    height: 3px;
    transform-origin: left;
    content: "";
    position: absolute;
    left: 0;
    transition: transform 0.6s ease;
    background: rgb(142,168,166);
}.meet-us .text-area > div:first-child:hover::before {
    transform: scaleX(1);
}.meet-us h5 {
    margin: 0;
    transform: translateX(0);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 19px;
    display: inline-block;
    position: relative;
    color: #000000;
    transition: transform 0.5s ease;
    padding-bottom: 0.5rem;
    font-weight: 700;
}.meet-us h5::after {
    background: rgb(142,168,166);
    left: 0;
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: 0;
    transform: scaleX(0);
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
}.meet-us .text-area > div:first-child:hover h5 {
    transform: translateX(10px);
}.meet-us .text-area > div:first-child:hover h5::after {
    transform: scaleX(1);
    transform-origin: left;
}.meet-us .text-area > div:nth-child(2) {
    margin-bottom: 2rem;
}.meet-us .text-area > div:nth-child(2) p {
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0;
    transition: transform 0.5s ease;
    color: rgb(106,131,130);
    font-weight: 600;
    transform: translateY(0);
    font-size: calc(19px * 1.2);
}.meet-us .text-area > div:nth-child(2) p::before {
    transform: translateY(-50%) scale(0);
    background: rgb(142,168,166);
    left: -20px;
    position: absolute;
    opacity: 0;
    width: 10px;
    content: "";
    border-radius: 50%;
    top: 50%;
    height: 10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}.meet-us .text-area > div:nth-child(2):hover p {
    transform: translateY(-5px);
}.meet-us .text-area > div:nth-child(2):hover p::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}.meet-us ol {
    padding-left: 1.2rem;
    counter-reset: list-counter;
    margin: 0;
}.meet-us ol li {
    line-height: 1.8;
    hyphens: auto;
    column-count: 1;
    text-align: justify;
    font-size: 18px;
    position: relative;
    column-gap: 2rem;
    color: #000000;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    counter-increment: list-counter;
}.meet-us ol li::before {
    position: absolute;
    transition: transform 0.3s ease;
    border-radius: 50%;
    content: "";
    background: rgb(142,168,166);
    top: 0.7rem;
    height: 6px;
    width: 6px;
    left: -1.2rem;
}.meet-us ol li:hover::before {
    transform: scale(1.5);
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes shiftBackground {
    0% {
        transform: rotate(-35deg) skewX(15deg) translateX(0) translateY(0);
    }
    100% {
        transform: rotate(-35deg) skewX(15deg) translateX(5%) translateY(-5%);
    }
}

@media (min-width: 768px) {.meet-us .text-area {
    padding: 4rem;
}.meet-us ol li {
    padding-left: 0;
    column-count: 2;
}
}

@media (min-width: 992px) {.meet-us .container {
    padding: 5rem 2rem;
}.meet-us .text-area {
    padding: 5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.meet-us h5 {
    font-size: calc(19px * 1.2);
}.meet-us .text-area > div:nth-child(2) p {
    font-size: calc(19px * 1.5);
}.meet-us ol li {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.meet-us {
    min-height: auto;
}.meet-us .text-area {
    transform: perspective(1000px) rotateY(1deg);
    padding: 2.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.meet-us h5 {
    font-size: calc(19px * 0.9);
}.meet-us .text-area > div:nth-child(2) p {
    font-size: calc(19px * 1.1);
}.meet-us ol li {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
    padding-left: 0;
}
}

@media (max-width: 480px) {.meet-us .text-area {
    padding: 2rem 1.25rem;
}.meet-us h5 {
    font-size: calc(19px * 0.85);
}.meet-us .text-area > div:nth-child(2) p {
    font-size: 19px;
}.meet-us ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}.appHub {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(176,199,198), rgb(176,199,198) 60%, rgb(106,131,130,0.5) 140%);
    overflow: hidden;
    position: relative;
}.appHub::before {
    position: absolute;
    top: -5%;
    height: 70%;
    filter: blur(20px);
    right: -10%;
    content: "";
    animation: float 18s ease-in-out infinite alternate;
    width: 50%;
    z-index: 1;
    transform: rotate(15deg) skew(5deg);
    opacity: 0.8;
    background: linear-gradient(145deg, rgb(142,168,166,0.5) 10%, transparent 70%);
}.appHub::after {
    animation: float 15s ease-in-out infinite alternate-reverse;
    transform: rotate(-10deg) skew(-5deg);
    height: 60%;
    left: -5%;
    background: linear-gradient(215deg, rgb(106,131,130,0.5) 15%, transparent 65%);
    z-index: 1;
    width: 40%;
    content: "";
    opacity: 0.7;
    position: absolute;
    filter: blur(15px);
    bottom: -8%;
}.appHub .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.appHub h2 {
    transform: translateY(0);
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    line-height: 1.3;
    font-size: 32px;
    color: #000000;
    max-width: 90%;
}.appHub h2::after {
    bottom: -0.8rem;
    left: 0;
    transform: scaleX(1);
    width: 80px;
    transform-origin: left center;
    transition: transform 0.6s ease-out;
    position: absolute;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(142,168,166), rgb(106,131,130));
}.appHub:hover h2 {
    transform: translateY(-5px);
}.appHub:hover h2::after {
    transform: scaleX(1.2);
}.appHub .founder-bio {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    margin-top: 1rem;
    border-radius: calc(15px / 1.5);
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    position: relative;
    transform: translateZ(0);
    backdrop-filter: blur(8px);
}.appHub .founder-bio::before {
    content: "";
    background-size: 200% 100%;
    animation: gradientMove 8s ease infinite;
    position: absolute;
    background: linear-gradient(90deg, rgb(142,168,166), rgb(106,131,130), rgb(142,168,166));
    top: 0;
    width: 100%;
    height: 4px;
    left: 0;
}.appHub .founder-bio:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) translateZ(0);
}.appHub ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}.appHub li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}.appHub li::before {
    transform: scale(0.8);
    top: 0.5rem;
    border-radius: 50%;
    left: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
    background: rgb(142,168,166);
    position: absolute;
    height: 10px;
    width: 10px;
}.appHub li:hover::before {
    background: rgb(106,131,130);
    transform: scale(1.1);
}.appHub li span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(17px * 1.05);
    display: block;
    line-height: 1.7;
    transition: transform 0.3s ease;
}.appHub li:hover span {
    transform: translateX(5px);
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(12deg) skew(3deg);
    }
    100% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
}

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

@media (max-width: 992px) {.appHub {
    padding: 4rem 0;
}.appHub h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.appHub .founder-bio {
    padding: 2rem;
}
}

@media (max-width: 768px) {.appHub {
    padding: 3.5rem 0;
}.appHub h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1.5rem;
}.appHub h2::after {
    height: 3px;
    width: 60px;
}.appHub .founder-bio {
    padding: 1.8rem;
}.appHub li {
    padding-left: 1.8rem;
}.appHub li span {
    font-size: 17px;
}
}

@media (max-width: 576px) {.appHub {
    padding: 3rem 0;
}.appHub h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.2rem;
}.appHub h2::after {
    height: 3px;
    width: 50px;
}.appHub .founder-bio {
    padding: 1.5rem;
    margin-top: 0.5rem;
}.appHub li {
    padding-left: 1.5rem;
}.appHub li::before {
    height: 8px;
    width: 8px;
    top: 0.4rem;
}.appHub li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.course-highlights {
    min-height: 100vh;
    position: relative;
    background-color: rgb(176,199,198);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    overflow: hidden;
    display: grid;
}.course-highlights .learn-coding {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}.course-highlights .learn-coding::before {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
    width: 100%;
    content: '';
    left: 0;
}.course-highlights .knowledge-guide {
    animation: carousel-slide 25s ease-in-out infinite;
    width: 500%;
    height: 100%;
    display: flex;
}.course-highlights .learn-coding:hover .knowledge-guide {
    animation-play-state: paused;
}.course-highlights .learn-professional {
    height: 100%;
    position: relative;
    width: 20%;
}.course-highlights .learn-professional img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}.course-highlights .learn-professional:hover img {
    transform: scale(1.05);
}.course-highlights .container {
    grid-column: 1 / 3;
    padding: 0;
    display: flex;
    height: 100%;
    grid-row: 1;
    position: relative;
    justify-content: flex-end;
    width: 100%;
    z-index: 10;
    align-items: center;
}.course-highlights .founder-bio {
    width: 55%;
    position: relative;
    padding: 0;
    margin-right: 5%;
}.course-highlights .job-ready {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    padding: 3.5rem;
    width: 100%;
    max-width: 700px;
    overflow: hidden;
}.course-highlights .job-ready:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course-highlights .job-ready::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 1;
    content: '';
    border-radius: 10px;
    top: 0;
    width: 100%;
    background-color: rgb(176,199,198);
}.course-highlights .job-ready::after {
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom,
                rgb(142,168,166) 0%,
                rgb(106,131,130) 100%);
    left: 0;
    top: 0;
    content: '';
    height: 100%;
}.course-highlights .job-ready h3 {
    font-size: 32px;
    font-weight: 700;
    padding-left: 1.5rem;
    position: relative;
    color: rgb(142,168,166);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    letter-spacing: 1px;
}.course-highlights .job-ready h3::after {
    content: '';
    background-color: rgb(106,131,130);
    bottom: -0.5rem;
    left: 1.5rem;
    height: 3px;
    width: 50px;
    position: absolute;
}.course-highlights .job-ready p {
    margin-bottom: 2rem;
    font-size: 12px;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.8;
}.course-highlights .job-ready .reach-map {
    border-radius: 10px;
    display: inline-block;
    letter-spacing: 0.5px;
    position: relative;
    padding: 0.8rem 2rem;
    font-size: 14px;
    color: rgb(142,168,166);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid rgb(142,168,166);
    margin-left: 1.5rem;
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
}.course-highlights .job-ready .reach-map::before {
    left: -100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    background-color: rgb(142,168,166);
    width: 100%;
    z-index: -1;
}.course-highlights .job-ready .reach-map:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(rgb(142,168,166), 0.3);
}.course-highlights .job-ready .reach-map:hover::before {
    left: 0;
}.course-highlights .job-ready .reach-map:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(rgb(142,168,166), 0.2);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.course-highlights {
    min-height: auto;
    display: flex;
    flex-direction: column;
}.course-highlights .learn-coding {
    height: 400px;
    width: 100%;
}.course-highlights .learn-coding::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.course-highlights .container {
    position: relative;
    padding: 3rem 1rem;
}.course-highlights .founder-bio {
    width: 100%;
    margin-right: 0;
}.course-highlights .job-ready {
    max-width: 100%;
}
}

@media (max-width: 767px) {.course-highlights .learn-coding {
    height: 350px;
}.course-highlights .job-ready h3 {
    font-size: calc(32px * 0.9);
}.course-highlights .knowledge-guide {
    width: 600%;
    animation-duration: 20s;
}.course-highlights .learn-professional {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.course-highlights .learn-coding {
    height: 300px;
}.course-highlights .job-ready {
    padding: 2rem 1.5rem;
}.course-highlights .job-ready h3 {
    padding-left: 1rem;
}.course-highlights .job-ready p {
    padding-left: 1rem;
}.course-highlights .job-ready .reach-map {
    margin-left: 1rem;
}

}