﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    width: 1217px;
    margin: auto;
}.wrapper-capsule {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.main-learning {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.a11y-tools {
    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;
}}
.cookie-overlay-window {
    width: 100%;
    display: flex;
    background: rgb(210,206,188);
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(177,167,164);
    bottom: 0;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 0;
    overflow: hidden;
    position: fixed;
    justify-content: center;
    align-items: center;
}#usageSettingsPopup {
    display: none;
}#usageSettingsPopup:checked ~ .cookie-overlay-window {
    opacity: 0;
    visibility: hidden;
}.cookie-overlay-window .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    flex-wrap: wrap;
    z-index: 1;
}.cookie-all {
    flex-shrink: 0;
    align-items: center;
    margin-right: 1rem;
    display: flex;
}.cookie-all svg {
    fill: rgb(177,167,164);
    height: 50px;
    width: 50px;
}.cookie-customize {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}.cookie-customize h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: rgb(177,167,164);
}.cookie-customize p {
    font-size: 1rem;
    color: #000000;
}.edu-consent {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    font-size: 1rem;
    border: none;
    font-weight: 700;
    background: rgb(177,167,164);
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}.cookie_button.cookie-none {
    background: rgb(177,167,164);
}.cookie_button.data-agree {
    margin-left: 0.5rem;
    background: #000000;
}.edu-consent:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.data-agree:hover {
    background: rgb(177,167,164);
}.cookie-overlay-window p a {
    transition: color 0.3s ease;
    color: rgb(177,167,164);
    text-decoration: underline;
}.cookie-overlay-window p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie-overlay-window .container {
    flex-direction: column;
    align-items: center;
}.cookie-all {
    margin-right: 0;
    margin-bottom: 1rem;
}.cookie-customize {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.data-agree {
    margin-top: 0.5rem;
    margin-left: 0;
}}
header {
    padding: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(177,167,164,0.5), rgb(135,124,122,0.5));
    position: relative;
    z-index: 100;
}header::before {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
}header .container {
    z-index: 1;
    margin: 0;
    padding: 0 2%;
    max-width: 100%;
    width: 100%;
    position: relative;
}header .main-sitewrap {
    align-items: center;
    overflow: hidden;
    padding: 1.5rem 0;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    margin: 1rem 0;
    border-radius: 25px;
    background: #ffffff;
    flex-direction: column;
}header .main-sitewrap::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(177,167,164), rgb(135,124,122));
    height: 5px;
    content: '';
}header .main-edu {
    justify-content: center;
    text-decoration: none;
    position: relative;
    padding: 0 0 1rem 0;
    display: flex;
}header .main-edu::after {
    width: 60%;
    content: '';
    height: 1px;
    position: absolute;
    left: 20%;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(177,167,164,0.5), rgb(135,124,122,0.5), rgb(177,167,164,0.5), transparent);
}header .main-edu svg {
    width: 180px;
    transition: all 0.3s ease;
    height: auto;
}header .main-edu:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}header .nav-primary {
    max-width: 90%;
    justify-content: center;
    padding: 1rem 2rem 0;
    gap: 0.7rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}header .head-know {
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none;
    padding: 0.7rem 1.3rem;
    font-size: 16px;
    background: linear-gradient(to bottom, #ffffff, rgb(210,206,188));
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}header .head-know::before {
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgb(177,167,164,0.5), transparent);
    content: '';
    transition: height 0.3s ease;
    height: 0;
    position: absolute;
    bottom: 0;
}header .head-know:hover {
    color: rgb(177,167,164);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}header .head-know:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .main-sitewrap {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .main-edu {
    padding: 0 0 0.8rem 0;
}header .main-edu svg {
    width: 160px;
}header .nav-primary {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .head-know {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .main-sitewrap {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .main-edu {
    padding: 0 0 0.7rem 0;
}header .main-edu svg {
    width: 140px;
}header .nav-primary {
    padding: 0.7rem 1rem 0;
    max-width: 95%;
    gap: 0.5rem;
}header .head-know {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header .main-sitewrap {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .main-edu {
    padding: 0 0 0.6rem 0;
}header .main-edu svg {
    width: 120px;
}header .nav-primary {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.6rem 0.5rem 0;
    overflow-x: auto;
}header .nav-primary::-webkit-scrollbar {
    height: 3px;
}header .nav-primary::-webkit-scrollbar-thumb {
    background: rgb(177,167,164);
    border-radius: 10px;
}header .head-know {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}}.company-info {
    background: rgb(210,206,188);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.company-info::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(120deg, rgb(177,167,164,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(135,124,122,0.5) 0%, transparent 30%);
    left: 0;
    width: 100%;
    z-index: 1;
}.company-info .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.company-info h2 {
    letter-spacing: 1px;
    font-size: 35px;
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
}.company-info h2::after {
    bottom: -15px;
    border-radius: 10px;
    position: absolute;
    width: 100px;
    left: 50%;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(177,167,164), rgb(135,124,122));
}.company-info .fast-learn {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 30px;
}.company-info .virtual-academy {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 22px;
    transition: all 0.3s ease;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(177,167,164);
}.company-info .virtual-academy:nth-child(2) {
    border-left-color: rgb(135,124,122);
}.company-info .virtual-academy::before {
    position: absolute;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    height: 100%;
    z-index: -1;
}.company-info .virtual-academy::after {
    top: 30px;
    border: 2px solid rgb(177,167,164,0.5);
    content: "";
    position: absolute;
    border-radius: 50%;
    animation: pulse 4s infinite;
    height: 20px;
    width: 20px;
    right: 30px;
}.company-info .virtual-academy:nth-child(2)::after {
    border-color: rgb(135,124,122,0.5);
    animation-delay: 2s;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.company-info .virtual-academy:hover {
    background: linear-gradient(to right, rgba(rgb(177,167,164,0.5), 0.03), rgba(255, 255, 255, 0.05));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.company-info .virtual-academy h3 {
    color: rgb(177,167,164);
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
}.company-info .virtual-academy:nth-child(2) h3 {
    color: rgb(135,124,122);
}.company-info .virtual-academy h3::before {
    transition: width 0.3s ease;
    width: 30px;
    bottom: -8px;
    background: currentColor;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
}.company-info .virtual-academy:hover h3::before {
    width: 100%;
}.company-info .virtual-academy p {
    line-height: 1.8;
    font-size: 16px;
    position: relative;
    color: #000000;
    padding-left: 0;
    transition: padding-left 0.3s ease;
}.company-info .virtual-academy:first-child {
    animation: slideIn 0.6s forwards 0.2s;
    opacity: 0;
    transform: translateX(-20px);
}.company-info .virtual-academy:last-child {
    animation: slideIn 0.6s forwards 0.5s;
    opacity: 0;
    transform: translateX(-20px);
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.company-info::after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.03;
    z-index: 1;
    content: "";
}.company-info .container::before,
.company-info .container::after {
    background: radial-gradient(circle, rgb(177,167,164,0.5) 0%, transparent 70%);
    height: 200px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
    content: "";
    position: absolute;
    width: 200px;
}.company-info .container::before {
    right: -100px;
    top: -100px;
}.company-info .container::after {
    left: -100px;
    bottom: -100px;
    background: radial-gradient(circle, rgb(135,124,122,0.5) 0%, transparent 70%);
}

@media (max-width: 992px) {.company-info {
    padding: 80px 0;
}.company-info h2 {
    margin-bottom: 50px;
}.company-info .virtual-academy {
    padding: 30px;
}
}

@media (max-width: 768px) {.company-info {
    padding: 60px 0;
}.company-info h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.company-info .virtual-academy {
    padding: 25px;
}.company-info .virtual-academy h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}
}

@media (max-width: 576px) {.company-info {
    padding: 40px 0;
}.company-info h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.company-info .virtual-academy {
    padding: 20px;
    border-left-width: 3px;
}.company-info .virtual-academy::after {
    right: 20px;
    width: 15px;
    top: 20px;
    height: 15px;
}.company-info .virtual-academy p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.company-info .container::before,
    .company-info .container::after {
    width: 150px;
    height: 150px;
}}.course-instructor {
    background: linear-gradient(135deg, rgb(210,206,188) 0%, rgb(177,167,164,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem 5rem;
    perspective: 1000px;
}.course-instructor::before {
    right: -10%;
    top: -20%;
    position: absolute;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    height: 70%;
    content: "";
    opacity: 0.2;
    background: repeating-linear-gradient(
        45deg,
        rgb(135,124,122,0.5),
        rgb(135,124,122,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    z-index: 1;
    width: 60%;
}.course-instructor::after {
    left: -5%;
    z-index: 1;
    content: "";
    border: 5px solid rgb(177,167,164,0.5);
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    width: 40%;
    opacity: 0.3;
    height: 50%;
    position: absolute;
    bottom: -15%;
}.course-instructor .feedback-story {
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
    z-index: 2;
    justify-content: center;
    display: flex;
    position: relative;
}.course-instructor .img-display {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    height: 380px;
    width: 300px;
    left: 15%;
    border-radius: 10px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    z-index: 3;
}.course-instructor .img-display:hover {
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    filter: brightness(1.1);
}.course-instructor .exp-content {
    width: 550px;
    border-radius: 24px;
    z-index: 2;
    background: #ffffff;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    position: relative;
    margin-left: auto;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}.course-instructor .exp-content::before {
    border-radius: 24px;
    transition: all 0.5s ease;
    height: 100%;
    opacity: 0.3;
    left: 15px;
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(177,167,164,0.5);
    z-index: -1;
    top: 15px;
}.course-instructor .exp-content:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}.course-instructor .exp-content:hover::before {
    left: 8px;
    opacity: 0.5;
    top: 8px;
}.course-instructor .name {
    z-index: 2;
    color: rgb(177,167,164);
    font-weight: 700;
    margin-bottom: 0.7rem;
    position: relative;
    opacity: 0;
    font-size: 34px;
    transform: translateY(30px);
    animation: slide-up 0.7s forwards 0.2s;
}.course-instructor .exp-content > div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 20px;
    color: rgb(135,124,122);
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    animation: slide-up 0.7s forwards 0.4s;
    z-index: 2;
}.course-instructor .career-wrap {
    opacity: 0;
    line-height: 1.7;
    position: relative;
    color: #000000;
    animation: slide-up 0.7s forwards 0.6s;
    font-weight: 400;
    z-index: 2;
    font-size: 14px;
    transform: translateY(30px);
    font-style: italic;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.course-instructor .career-wrap::after {
    font-family: serif;
    position: absolute;
    color: rgb(135,124,122,0.5);
    opacity: 0.4;
    right: 0;
    bottom: -50px;
    font-size: 6rem;
    z-index: -1;
    content: "";
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.course-instructor .feedback-story:hover .img-display {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.course-instructor .feedback-story {
    align-items: center;
    flex-direction: column;
}.course-instructor .img-display {
    margin-bottom: 4rem;
    left: auto;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    width: 250px;
    position: relative;
    height: 320px;
}.course-instructor .exp-content {
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    padding: 2rem;
    width: 100%;
    margin-left: 0;
}}.learning-process {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(210,206,188) 0%, rgba(rgb(135,124,122,0.5), 0.05) 100%);
}.learning-process::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(177,167,164,0.5), 0.1) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(135,124,122,0.5), 0.15) 0%, transparent 50%);
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}.learning-process::after {
    background: linear-gradient(225deg, rgb(177,167,164) 0%, transparent 70%);
    top: -5%;
    content: "";
    position: absolute;
    opacity: 0.07;
    width: 250px;
    right: -5%;
    animation: floatElement 18s ease-in-out infinite alternate;
    z-index: 0;
    height: 250px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.learning-process .learn-zone {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.learning-process h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    transform: translateX(-5px);
    margin-bottom: 40px;
    position: relative;
}.learning-process h2::before {
    content: "";
    position: absolute;
    left: 0;
    transform-origin: left center;
    bottom: -10px;
    height: 4px;
    width: 80px;
    transform: scaleX(1);
    background: rgb(177,167,164);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.learning-process h2::after {
    content: "";
    position: absolute;
    background: rgb(135,124,122);
    height: 4px;
    left: 85px;
    bottom: -10px;
    opacity: 0.8;
    width: 20px;
}.learning-process:hover h2::before {
    transform: scaleX(1.2);
}.learning-process .content-pad {
    border-radius: 0 14px 14px 14px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.02);
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 40px;
}.learning-process .content-pad::before {
    background: linear-gradient(to bottom, rgb(177,167,164), rgb(135,124,122));
    z-index: 2;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    width: 8px;
}.learning-process .content-pad::after {
    pointer-events: none;
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(135deg, rgba(rgb(177,167,164,0.5), 0.05) 0%, transparent 100%),
        linear-gradient(45deg, rgba(rgb(135,124,122,0.5), 0.03) 0%, transparent 80%);
}.learning-process .content-pad p {
    line-height: 1.7;
    margin: 0;
    color: #000000;
    position: relative;
    max-width: 95%;
    z-index: 3;
    font-size: 12px;
}.learning-process:hover .content-pad {
    transform: translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.03);
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(15px, -15px) rotate(-5deg);
    }
}

@media (max-width: 991px) {.learning-process {
    padding: 90px 0;
}.learning-process h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.learning-process .content-pad {
    padding: 35px;
}.learning-process::after {
    width: 180px;
    height: 180px;
}
}

@media (max-width: 767px) {.learning-process {
    padding: 70px 0;
}.learning-process h2 {
    margin-bottom: 25px;
    transform: translateX(0);
    font-size: calc(32px * 0.8);
}.learning-process h2::before {
    width: 60px;
}.learning-process h2::after {
    left: 65px;
    width: 15px;
}.learning-process .content-pad {
    padding: 30px 25px 30px 30px;
}.learning-process .content-pad p {
    font-size: calc(12px * 0.95);
    max-width: 100%;
    line-height: 1.6;
}.learning-process::after {
    height: 120px;
    top: -2%;
    right: -2%;
    width: 120px;
}
}

@media (max-width: 480px) {.learning-process {
    padding: 50px 0;
}.learning-process h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.7);
}.learning-process h2::before {
    height: 3px;
    width: 50px;
}.learning-process h2::after {
    width: 12px;
    height: 3px;
    left: 55px;
}.learning-process .content-pad {
    padding: 25px 20px 25px 25px;
}.learning-process .content-pad::before {
    width: 6px;
}.learning-process .content-pad p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.course-rewards {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,206,188) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}.course-rewards::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(177,167,164,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(135,124,122,0.5), 0.08) 0%, transparent 60%);
    width: 100%;
}.course-rewards::after {
    border-radius: 50%;
    position: absolute;
    height: 300px;
    opacity: 0.05;
    top: -150px;
    filter: blur(50px);
    right: -150px;
    content: "";
    background: linear-gradient(45deg, rgb(177,167,164) 0%, rgb(135,124,122) 100%);
    width: 300px;
    z-index: 0;
}.course-rewards .container {
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    display: grid;
    z-index: 1;
}.course-rewards .img-display {
    transform: perspective(1000px) rotateY(-5deg) translateZ(20px);
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: saturate(1.05);
    border-radius: 10px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.course-rewards .img-display:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(30px);
}.course-rewards .learn-zone {
    justify-content: center;
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
}.course-rewards .learn-zone:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}.course-rewards .content-pad {
    padding: 20px 0;
    position: relative;
}.course-rewards .content-pad::before {
    opacity: 0.8;
    transform: scaleY(0.9);
    left: -20px;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(177,167,164), rgb(135,124,122));
    transition: transform 0.4s ease;
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 4px;
}.course-rewards .content-pad:hover::before {
    transform: scaleY(1);
}.course-rewards h1 {
    font-size: 42px;
    color: #000000;
    line-height: 1.3;
    transition: transform 0.4s ease;
    margin-bottom: 30px;
    font-weight: 700;
    transform: translateX(0);
    position: relative;
}.course-rewards h1::after {
    height: 3px;
    width: 80px;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(to right, rgb(177,167,164), rgb(135,124,122));
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    bottom: -10px;
}.course-rewards h1:hover::after {
    width: 120px;
}.course-rewards ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}.course-rewards li {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    align-items: flex-start;
    display: flex;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transform: translateX(0);
}.course-rewards li:hover {
    transform: translateX(5px) translateY(-2px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}.course-rewards li p {
    display: flex;
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    align-items: center;
}.course-rewards li svg {
    transition: transform 0.3s ease;
    margin-right: 15px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}.course-rewards li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.course-rewards li svg path {
    fill: rgb(177,167,164);
    transition: fill 0.3s ease;
}.course-rewards li:hover svg path {
    fill: rgb(135,124,122);
}.course-rewards li:nth-child(odd) {
    transform: translateX(-5px);
}.course-rewards li:nth-child(odd):hover {
    transform: translateX(0) translateY(-2px);
}.course-rewards li:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {.course-rewards {
    padding: 80px 0;
}.course-rewards .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.course-rewards .img-display {
    max-height: 400px;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}.course-rewards .learn-zone {
    transform: none;
}.course-rewards h1 {
    font-size: calc(42px * 0.9);
    margin-bottom: 25px;
}
}

@media (max-width: 768px) {.course-rewards {
    padding: 60px 0;
}.course-rewards .img-display {
    max-height: 320px;
}.course-rewards h1 {
    font-size: calc(42px * 0.8);
}.course-rewards li {
    padding: 12px 15px;
    margin-bottom: 15px;
}.course-rewards li p {
    font-size: calc(15px * 0.95);
}.course-rewards li svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.course-rewards {
    padding: 50px 0;
}.course-rewards .img-display {
    max-height: 250px;
}.course-rewards h1 {
    font-size: calc(42px * 0.7);
}.course-rewards .content-pad::before {
    width: 3px;
    left: -15px;
}.course-rewards li {
    padding: 10px 12px;
    margin-bottom: 12px;
}.course-rewards li p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.course-rewards li svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(177,167,164);
}header .top_plank .top-learnpro div svg, header .top_plank .top-learnpro div svg path {
    fill: #ffffff;
}header .top_plank .top-learnpro div span {
    color: #ffffff;
}header .top_plank .top-learnpro {
    line-height: 21px;
    padding: 15px 0 10px 0;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    font-size: 13px;
    flex-wrap: wrap;
    align-items: center;
}header .top_plank .top-learnpro div {
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
    display: flex;
}header .top_plank .top-learnpro div img, header .top_plank .top-learnpro div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}footer {
    position: relative;
    width: 100%;
}.a11y-tools {
    position: relative;
    background-color: rgb(177,167,164);
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.a11y-tools::before {
    height: 100%;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgb(177,167,164);
    content: "";
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    width: 60%;
}footer .a11y-tools::after {
    content: "";
    position: absolute;
    right: 15%;
    height: 200px;
    top: 50px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(177,167,164), transparent 70%);
    border-radius: 50%;
    width: 200px;
}footer .faculty-info {
    position: relative;
    z-index: 1;
}footer .team-contact {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
    gap: 10px;
}footer .info_item {
    flex: 0 1 auto;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
    padding: 15px 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    backdrop-filter: blur(5px);
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}footer .info_item:hover {
    background-color: rgb(177,167,164);
    transform: skewX(-5deg) translateY(-5px);
}footer .info_item svg {
    margin-right: 10px;
    transform: skewX(5deg);
    width: 20px;
    fill: #ffffff;
    vertical-align: middle;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
    transform: skewX(5deg);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}footer .head-top {
    padding-left: 20px;
    position: relative;
}footer .head-top::before {
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgb(177,167,164);
    left: 0;
    width: 5px;
}footer .head-top svg {
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .academy-info {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
    max-width: 320px;
}footer .nav-primary {
    position: relative;
}footer .nav-primary h5 {
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 10px;
}footer .nav-primary h5::after {
    content: "";
    background-color: rgb(177,167,164);
    position: absolute;
    height: 3px;
    width: 50px;
    left: 0;
    bottom: 0;
}footer .top-nav {
    margin-bottom: 25px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    display: grid;
}footer .top-nav a {
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    position: relative;
}footer .top-nav a::before {
    left: -20px;
    opacity: 0;
    content: "→";
    color: rgb(177,167,164);
    transition: all 0.3s ease;
    position: absolute;
}footer .top-nav a:hover {
    color: rgb(177,167,164);
    padding-left: 20px;
}footer .top-nav a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    position: relative;
    border-left: 5px solid rgb(177,167,164);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 25px;
}footer .subscribe_holder::before {
    z-index: -1;
    width: 100px;
    opacity: 0.2;
    border-radius: 50%;
    background-color: rgb(177,167,164);
    height: 100px;
    position: absolute;
    top: -20px;
    content: "";
    right: -20px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    font-size: 12px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ffffff;
    padding: 14px 16px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 2px rgb(177,167,164);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub-grids {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 14px 20px;
    background-color: rgb(177,167,164);
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
}footer .sub-grids:hover {
    transform: translateX(5px);
    background-color: rgb(135,124,122);
}footer .glossary {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}footer .reg-remind {
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .top-nav {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .sub-grids {
    white-space: nowrap;
}footer .top-nav a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .a11y-tools::before {
    opacity: 0.7;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    background-color: rgb(177,167,164);
}
}

@media (max-width: 767px) {footer .a11y-tools {
    padding: 60px 0 30px;
}footer .team-contact {
    margin-bottom: 40px;
    justify-content: center;
}footer .nav-primary h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .glossary {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .a11y-tools {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .top-nav {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .sub-grids {
    padding: 12px 15px;
}}.privacy-corner {
    padding: 50px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: rgb(135,124,122);
    box-shadow: 0 0 15px rgb(177,167,164,0.5);
}.privacy-corner h3, .privacy-corner h4, .privacy-corner h5, .privacy-corner h6 {
    margin: 1rem 0;
}.privacy-corner h1 {
    margin-bottom: 30px;
    font-weight: 700;
    text-shadow: 0 0 8px rgb(177,167,164,0.5);
    color: rgb(177,167,164);
    font-size: 44px;
}.privacy-corner h2 {
    font-size: 34px;
    margin-top: 40px;
    font-weight: 600;
    color: rgb(177,167,164);
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(135,124,122,0.5);
}.privacy-corner h3, .privacy-corner h4, .privacy-corner h5, .privacy-corner h6 {
    margin-top: 30px;
    color: rgb(177,167,164);
}.privacy-corner h3 {
    font-size: calc(24px - 2px);
    text-shadow: 0 0 6px rgb(177,167,164,0.5);
    font-weight: 700;
}.privacy-corner h4 {
    text-shadow: 0 0 4px rgb(177,167,164,0.5);
    font-weight: 600;
    font-size: calc(24px + 2px);
}.privacy-corner h5 {
    font-size: 24px;
    text-shadow: 0 0 3px rgb(177,167,164,0.5);
    font-weight: 400;
}.privacy-corner h6 {
    font-weight: 300;
    font-size: 20px;
    text-shadow: 0 0 2px rgb(177,167,164,0.5);
}.privacy-corner ul, .privacy-corner ol {
    padding-left: 25px;
    margin: 20px 0;
    list-style: none;
}.privacy-corner li {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.7;
    padding-left: 15px;
    position: relative;
}.privacy-corner li::before {
    position: absolute;
    height: 10px;
    box-shadow: 0 0 8px rgb(135,124,122,0.5);
    border-radius: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    top: 50%;
    width: 10px;
    background-color: rgb(135,124,122);
}.privacy-corner section {
    border-top: 1px solid rgb(135,124,122,0.5);
    margin-top: 50px;
    padding-top: 30px;
}.privacy-corner p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 18px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}.privacy-corner span {
    font-weight: 600;
    text-shadow: 0 0 4px rgb(135,124,122,0.5);
    color: rgb(135,124,122);
}.privacy-corner div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {.privacy-corner {
    border-radius: 10px;
    padding: 30px;
}.privacy-corner h1 {
    font-size: calc(24px - 8px);
}.privacy-corner h2 {
    font-size: calc(24px - 6px);
}.privacy-corner ul, .privacy-corner ol {
    padding-left: 20px;
}.privacy-corner li {
    font-size: calc(18px - 1px);
}.privacy-corner p {
    font-size: calc(18px - 1px);
}}.thanksPoint {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
}.thanksPoint::before {
    width: 60%;
    transform: rotate(-15deg);
    background: linear-gradient(145deg, rgb(177,167,164,0.5) 0%, rgb(135,124,122,0.5) 100%);
    right: -10%;
    position: absolute;
    top: -30%;
    opacity: 0.3;
    filter: blur(30px);
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 0;
    height: 70%;
    animation: float 15s ease-in-out infinite alternate;
}.thanksPoint::after {
    z-index: 0;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    bottom: -20%;
    filter: blur(25px);
    left: -5%;
    height: 60%;
    width: 40%;
    background: linear-gradient(225deg, rgb(135,124,122,0.5) 0%, rgb(177,167,164,0.5) 100%);
    transform: rotate(10deg);
    content: "";
    opacity: 0.2;
}.thanksPoint .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.thanksPoint .learn-zone {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    border-radius: 15px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(5px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.thanksPoint .learn-zone:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksPoint .learn-zone > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.thanksPoint .learn-zone > div:first-child::after {
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(90deg, rgb(177,167,164) 0%, rgb(135,124,122) 100%);
    width: 80px;
    border-radius: 10px;
    height: 3px;
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -0.75rem;
}.thanksPoint .learn-zone:hover > div:first-child::after {
    width: 120px;
}.thanksPoint h5 {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
}.thanksPoint h5::before {
    align-items: center;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ffffff;
    content: "✓";
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: 26px;
    width: 26px;
    top: 50%;
    justify-content: center;
    background: linear-gradient(135deg, rgb(177,167,164) 0%, rgb(135,124,122) 100%);
    display: flex;
    border-radius: 50%;
    left: -35px;
    opacity: 0;
    position: absolute;
}.thanksPoint .learn-zone:hover h5::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}.thanksPoint p {
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    transition: color 0.3s ease;
    margin: 0;
}.thanksPoint a {
    position: relative;
    transition: transform 0.3s ease;
    display: block;
    overflow: hidden;
    text-decoration: none;
}.thanksPoint a::before {
    transform-origin: right;
    transform: scaleX(0);
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(177,167,164,0.5) 0%, rgb(135,124,122) 100%);
    height: 2px;
    bottom: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
}.thanksPoint a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.thanksPoint a:hover {
    transform: translateY(-2px);
}.thanksPoint a:hover p {
    color: rgb(177,167,164);
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(5px, -5px);
    }
}

@media (max-width: 991px) {.thanksPoint {
    padding: 3rem 0;
}.thanksPoint .learn-zone {
    padding: 2.5rem;
}.thanksPoint h5 {
    font-size: calc(22px - 2px);
}
}

@media (max-width: 767px) {.thanksPoint {
    padding: 2.5rem 0;
}.thanksPoint .learn-zone {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksPoint h5 {
    padding-left: 20px;
    font-size: calc(22px - 4px);
}.thanksPoint h5::before {
    height: 22px;
    width: 22px;
    left: -15px;
    font-size: 12px;
}.thanksPoint p {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 576px) {.thanksPoint {
    padding: 2rem 0;
}.thanksPoint .learn-zone {
    padding: 1.5rem;
    transform: none;
    border-radius: 10px;
}.thanksPoint h5 {
    font-size: calc(22px - 6px);
}.thanksPoint .learn-zone > div:first-child::after {
    width: 60px;
    height: 2px;
}.thanksPoint .learn-zone:hover > div:first-child::after {
    width: 90px;
}.thanksPoint h5::before {
    height: 20px;
    width: 20px;
    font-size: 10px;
}.thanksPoint p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}}.pricing-package {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(210,206,188);
}.pricing-package::before {
    right: -50px;
    z-index: 0;
    content: "";
    filter: blur(80px);
    top: -50px;
    position: absolute;
    background: rgb(177,167,164,0.5);
    animation: float-effect 12s infinite alternate ease-in-out;
    height: 300px;
    width: 300px;
}.pricing-package::after {
    z-index: 0;
    content: "";
    width: 250px;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    background: rgb(135,124,122,0.5);
    height: 250px;
    filter: blur(60px);
    left: -50px;
    position: absolute;
    bottom: -50px;
}.pricing-package .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.pricing-package .study-cost {
    display: flex;
    flex-direction: column;
    gap: 60px;
}.pricing-package .cost-summary {
    text-align: center;
    margin: 0 auto;
    position: relative;
    order: -1;
    padding: 0 20px;
    max-width: 700px;
}.pricing-package .cost-summary h2 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
}.pricing-package .cost-summary h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    height: 3px;
    background: rgb(177,167,164);
    width: 80px;
    position: absolute;
}.pricing-package .study-fees {
    opacity: 0.85;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
}.pricing-package .premium-grid {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
}.pricing-package .pay-plans {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    text-decoration: none;
    color: inherit;
}.pricing-package .pay-plans:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing-package .indv-sub {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    transform-style: preserve-3d;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    transition: box-shadow 0.4s ease;
    display: flex;
}.pricing-package .pay-plans:hover .indv-sub {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(177,167,164,0.5);
}.pricing-package .pricing-fees {
    z-index: 2;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    padding: 30px;
    display: flex;
    flex-grow: 1;
}.pricing-package .pricing-fees::before {
    position: absolute;
    right: 0;
    left: 0;
    height: 5px;
    top: 0;
    transition: transform 0.5s ease;
    content: "";
    background: linear-gradient(90deg, rgb(177,167,164), rgb(135,124,122));
    transform: scaleX(0);
    transform-origin: left;
}.pricing-package .pay-plans:hover .pricing-fees::before {
    transform: scaleX(1);
}.pricing-package .pricing-fees h3 {
    color: #000000;
    word-break: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: calc(23px + 2px);
    white-space: normal;
    font-weight: 700;
    overflow-wrap: break-word;
    margin-bottom: 10px;
}.pricing-package .pay-plans:hover .pricing-fees h3 {
    color: rgb(177,167,164);
    transform: translateX(5px);
}.pricing-package .plan-options {
    transition: transform 0.4s ease;
    margin: 10px 0 20px;
    white-space: normal;
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
    color: rgb(135,124,122);
    font-size: 23px;
    font-weight: 700;
    display: block;
}.pricing-package .plan-options::before {
    width: 40px;
    height: 2px;
    bottom: -8px;
    content: "";
    left: 0;
    background: rgb(135,124,122,0.5);
    transition: width 0.4s ease;
    position: absolute;
}.pricing-package .pay-plans:hover .plan-options::before {
    width: 80px;
}.pricing-package .pricing-fees p {
    transition: color 0.3s ease;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    word-break: break-word;
    font-size: calc(18px - 1px);
    white-space: normal;
    flex-grow: 1;
    line-height: 1.6;
}.pricing-package .img-display {
    overflow: hidden;
    height: 200px;
    transform: translateZ(-10px);
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
}.pricing-package .img-display::after {
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
}.pricing-package .pay-plans:hover .img-display {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}.pricing-package .pay-plans:hover .img-display::after {
    opacity: 0.4;
}.pricing-package .pay-plans::after {
    right: 30px;
    z-index: -1;
    position: absolute;
    background: rgb(177,167,164,0.5);
    border-radius: 50%;
    left: 30px;
    filter: blur(10px);
    top: 100%;
    content: "";
    opacity: 0;
    height: 15px;
    transition: opacity 0.4s ease;
}.pricing-package .pay-plans:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.pricing-package .study-cost {
    flex-direction: row;
    align-items: center;
}.pricing-package .cost-summary {
    flex: 0 0 30%;
    padding-right: 40px;
    text-align: left;
    order: 0;
}.pricing-package .cost-summary h2::after {
    transform: none;
    left: 0;
}.pricing-package .premium-grid {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.pricing-package .premium-grid {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-package .pricing-fees {
    padding: 35px;
}.pricing-package .img-display {
    height: 220px;
}
}

@media (max-width: 991px) {.pricing-package {
    padding: 80px 0;
}.pricing-package .cost-summary {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.pricing-package {
    padding: 60px 0;
}.pricing-package .premium-grid {
    grid-template-columns: 1fr;
    gap: 25px;
}.pricing-package .cost-summary h2 {
    font-size: calc(35px - 4px);
}.pricing-package .img-display {
    height: 180px;
}.pricing-package .pricing-fees {
    padding: 25px;
}
}

@media (max-width: 480px) {.pricing-package {
    padding: 50px 0;
}.pricing-package .pricing-fees h3 {
    font-size: 23px;
}.pricing-package .plan-options {
    font-size: calc(23px - 2px);
}.pricing-package .img-display {
    height: 160px;
}.pricing-package .pricing-fees {
    padding: 20px;
}}.program-information {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    position: relative;
    overflow: hidden;
    background: rgb(210,206,188);
    padding: 120px 0;
}.program-information::before {
    animation: backgroundShift 15s infinite alternate;
    width: 100%;
    background: linear-gradient(135deg, rgb(177,167,164,0.5) 0%, transparent 50%, rgb(135,124,122,0.5) 100%);
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    top: 0;
}.program-information::after {
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(177,167,164,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    animation: pulse 8s infinite alternate;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}.program-information .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.program-information .training {
    gap: 40px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    perspective: 1000px;
    position: relative;
}.program-information .training::before {
    transform: rotateY(5deg) rotateX(2deg);
    border: 1px solid rgb(177,167,164,0.5);
    left: -30px;
    height: calc(100% + 60px);
    width: calc(100% + 60px);
    content: "";
    animation: borderPulse 4s infinite alternate;
    z-index: -1;
    position: absolute;
    transform-style: preserve-3d;
    top: -30px;
    border-radius: 28px;
}.program-information .content-pad {
    display: flex;
    transform: translateZ(0);
    position: relative;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px;
    backdrop-filter: blur(8px);
    animation: floatPanel 8s ease-in-out infinite;
    flex-direction: column;
}.program-information .content-pad h2 {
    max-width: fit-content;
    font-weight: 700;
    margin-bottom: 25px;
    background-clip: text !important;
    position: relative;
    background: linear-gradient(to right, rgb(177,167,164) 0%, rgb(135,124,122) 100%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 8px 0 8px 0;
    padding: 15px 20px;
    border-radius: 10px;
    border-bottom: 2px solid rgb(177,167,164);
    transform: translateY(-10px);
    -webkit-background-clip: text !important;
    border-left: 2px solid rgb(135,124,122);
    color: #ffffff;
    letter-spacing: 1.5px;
    display: inline-block;
    font-size: 34px;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(177,167,164,0.5);
}.program-information .content-pad .description {
    backdrop-filter: blur(4px);
    font-weight: 400;
    position: relative;
    transform: translateZ(0);
    line-height: 1.9;
    border-radius: 10px;
    color: #000000;
    font-size: 16px;
    padding: 18px;
    border-left: 3px solid rgb(177,167,164,0.5);
    background: rgba(255, 255, 255, 0.07);
    margin-bottom: 25px;
    z-index: 2;
    text-align: justify;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}.program-information .content-pad .description:first-of-type {
    border-left-color: rgb(177,167,164);
}.program-information .content-pad .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(135,124,122);
}.program-information .content-pad .description::before {
    border-radius: 10px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}.program-information .content-pad .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.program-information .img-display {
    transform-style: preserve-3d;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    background-position: center;
    position: relative;
    z-index: 4;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    height: 450px;
    transform: translateZ(0) rotateY(-5deg);
    border-radius: 28px;
    animation: floatImage 6s ease-in-out infinite alternate;
    background-size: cover;
    align-self: flex-start;
}.program-information .img-display:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(177,167,164,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(177,167,164,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(135,124,122,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(177,167,164,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(177,167,164);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(177,167,164,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(177,167,164);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.program-information {
    padding: 100px 0;
}.program-information .training {
    gap: 30px;
}.program-information .content-pad {
    padding: 30px;
}.program-information .content-pad h2 {
    font-size: calc(34px * 0.9);
    padding: 12px 18px;
}.program-information .content-pad .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.program-information {
    padding: 80px 0;
}.program-information .training {
    grid-template-columns: 1fr;
    gap: 40px;
}.program-information .training::before {
    left: -20px;
    top: -20px;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    transform: none;
}.program-information .content-pad {
    order: 2;
    transform: none;
    animation: none;
}.program-information .img-display {
    animation: pulse 8s infinite alternate;
    min-height: 400px;
    transform: none;
    order: 1;
}.program-information .img-display:hover {
    transform: scale(1.02) translateY(-5px);
}.program-information .content-pad h2 {
    margin-right: auto;
    display: block;
    margin-left: auto;
    max-width: 100%;
    text-align: center;
}.program-information .content-pad .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.program-information {
    padding: 60px 0;
}.program-information .training {
    gap: 30px;
}.program-information .content-pad {
    gap: 20px;
    padding: 25px;
}.program-information .content-pad h2 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.8);
    padding: 10px 15px;
}.program-information .content-pad .description {
    margin-bottom: 15px;
    font-size: calc(16px * 0.95);
    padding: 12px;
    line-height: 1.7;
}.program-information .img-display {
    min-height: 350px;
}.program-information .training::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.program-information {
    padding: 40px 0;
}.program-information .content-pad {
    gap: 15px;
    padding: 20px;
}.program-information .content-pad h2 {
    padding: 8px 12px;
    letter-spacing: 1px;
    font-size: calc(34px * 0.7);
}.program-information .content-pad .description {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    padding: 10px;
}.program-information .img-display {
    min-height: 280px;
}}.get-in-touch {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(210,206,188) 0%, rgb(135,124,122,0.5) 100%);
}.get-in-touch::before {
    left: 0;
    width: 100%;
    opacity: 0.4;
    top: 0;
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(177,167,164,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(135,124,122,0.5) 0%, transparent 70%);
    content: '';
    z-index: 1;
}.get-in-touch::after {
    left: 0;
    z-index: 1;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(90deg, rgb(135,124,122,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(135,124,122,0.5) 1px, transparent 1px);
    opacity: 0.1;
}.get-in-touch .img-display {
    position: absolute;
    left: 0;
    width: 45%;
    z-index: 2;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
}.get-in-touch .img-display::after {
    background: linear-gradient(135deg, rgb(177,167,164,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    opacity: 0.7;
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
}.get-in-touch .container {
    padding: 0 15px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.get-in-touch h3 {
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 31px;
    text-shadow: 0 0 15px rgb(177,167,164,0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
}.get-in-touch .inquiry-query {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
    overflow: hidden;
    justify-content: space-between;
    border-radius: 26px;
}.get-in-touch .inquiry-query:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.get-in-touch .request-map {
    flex: 1;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 40px;
}.get-in-touch .request-map::before {
    border-radius: 50%;
    opacity: 0.2;
    width: 200px;
    background: radial-gradient(rgb(177,167,164,0.5), transparent 70%);
    right: -100px;
    top: -100px;
    height: 200px;
    content: '';
    position: absolute;
}.get-in-touch .request-map::after {
    width: 150px;
    opacity: 0.2;
    background: radial-gradient(rgb(135,124,122,0.5), transparent 70%);
    content: '';
    left: -75px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    bottom: -75px;
}.get-in-touch form {
    z-index: 2;
    position: relative;
}.get-in-touch form h3 {
    background: linear-gradient(to right, #ffffff, rgb(177,167,164));
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    text-align: left;
    -webkit-background-clip: text !important;
    margin-bottom: 25px;
    font-size: 22px;
}.get-in-touch input[type="text"],
.get-in-touch textarea {
    padding: 15px;
    border-radius: 10px;
    font-size: 17px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: Arial, sans-serif;
    width: 100%;
}.get-in-touch input[type="text"]:focus,
.get-in-touch textarea:focus {
    box-shadow: 0 0 10px rgb(177,167,164,0.5);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgb(177,167,164);
    outline: none;
}.get-in-touch textarea {
    resize: none;
    height: 120px;
}.get-in-touch .support-links {
    align-items: flex-start;
    position: relative;
    display: flex;
    margin-bottom: 25px;
}.get-in-touch .support-links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get-in-touch .support-links label {
    padding-left: 30px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    line-height: 1.5;
}.get-in-touch .support-links label::before {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    left: 0;
    height: 20px;
    transition: all 0.3s ease;
    top: 2px;
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    content: '';
}.get-in-touch .support-links input[type="checkbox"]:checked + label::before {
    background: rgb(177,167,164);
    border-color: rgb(177,167,164);
}.get-in-touch .support-links input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    border: solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 6px;
    top: 5px;
    left: 7px;
}.get-in-touch .support-links a {
    color: rgb(177,167,164);
    text-decoration: none;
    transition: color 0.3s ease;
}.get-in-touch .support-links a:hover {
    text-decoration: underline;
    color: rgb(135,124,122);
}.get-in-touch .help-section {
    font-weight: 600;
    width: 100%;
    border: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    transition: all 0.3s ease;
    background: linear-gradient(to right, rgb(177,167,164), rgb(135,124,122));
    padding: 15px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
}.get-in-touch .help-section::before {
    top: 0;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
}.get-in-touch .help-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(177,167,164,0.5);
}.get-in-touch .help-section:hover::before {
    left: 100%;
}.get-in-touch .feedback-map {
    width: 40%;
    overflow: hidden;
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
}.get-in-touch .feedback-map::before {
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.4;
    right: 0;
    width: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(177,167,164,0.5) 0%, transparent 60%);
}.get-in-touch .feedback-map h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
}.get-in-touch .feedback-map h4::after {
    width: 50px;
    left: 0;
    bottom: -10px;
    content: '';
    border-radius: 3px;
    background: rgb(177,167,164);
    position: absolute;
    height: 3px;
}.get-in-touch .support-support {
    list-style: none;
    margin: 0;
    padding: 0;
}.get-in-touch .support-support li {
    transition: transform 0.3s ease;
    padding-left: 5px;
    position: relative;
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.get-in-touch .support-support li:hover {
    transform: translateX(5px);
}.get-in-touch .support-support li::before {
    background: rgb(177,167,164);
    left: -10px;
    opacity: 0;
    content: '';
    transition: all 0.3s ease;
    border-radius: 50%;
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
}.get-in-touch .support-support li:hover::before {
    opacity: 1;
    left: -3px;
    width: 6px;
    height: 6px;
}.get-in-touch .support-support svg {
    height: 24px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(177,167,164,0.5));
    fill: rgb(177,167,164);
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.get-in-touch .support-support li:hover svg {
    transform: scale(1.1);
}.get-in-touch .support-support svg path {
    fill: rgb(177,167,164);
    transition: fill 0.3s ease;
}.get-in-touch .support-support li:hover svg path {
    fill: rgb(135,124,122);
}.get-in-touch .support-support span {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}.get-in-touch .support-support a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}.get-in-touch .support-support a:hover {
    color: rgb(177,167,164);
}

@media (max-width: 992px) {.get-in-touch {
    padding: 60px 0;
}.get-in-touch .img-display {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.get-in-touch .inquiry-query {
    flex-direction: column;
}.get-in-touch .request-map {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.get-in-touch .feedback-map {
    width: 100%;
}
}

@media (max-width: 768px) {.get-in-touch {
    padding: 40px 0;
}.get-in-touch .img-display {
    display: none;
}.get-in-touch h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.get-in-touch .request-map,
    .get-in-touch .feedback-map {
    padding: 30px;
}.get-in-touch form h3,
    .get-in-touch .feedback-map h4 {
    font-size: calc(22px * 0.9);
}.get-in-touch input[type="text"],
    .get-in-touch textarea {
    padding: 12px;
    margin-bottom: 15px;
}.get-in-touch textarea {
    height: 100px;
}.get-in-touch .help-section {
    padding: 12px;
}.get-in-touch .support-support li {
    margin-bottom: 20px;
}.get-in-touch .support-support svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.get-in-touch {
    padding: 30px 0;
}.get-in-touch h3 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.7);
}.get-in-touch .request-map,
    .get-in-touch .feedback-map {
    padding: 20px;
}.get-in-touch .inquiry-query {
    margin: 0 10px;
}.get-in-touch .support-links label {
    font-size: calc(14px * 0.9);
}.get-in-touch .support-support li {
    margin-bottom: 15px;
}.get-in-touch .support-support span {
    font-size: calc(17px * 0.9);
}.get-in-touch::before,
    .get-in-touch::after,
    .get-in-touch .request-map::before,
    .get-in-touch .request-map::after,
    .get-in-touch .feedback-map::before {
    opacity: 0.2;
}}.title-page {
    position: relative;
    background: rgb(210,206,188);
    width: 100%;
    overflow: hidden;
}.title-page::before {
    background: radial-gradient(
        circle at 70% 30%,
        rgb(135,124,122,0.5) 0%,
        transparent 60%
    );
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
}.title-page::after {
    left: 0;
    height: 100%;
    z-index: 1;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(177,167,164,0.5) 0%,
        transparent 60%
    );
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
}.title-page .learn-zone {
    position: relative;
    width: 100%;
    height: 80vh;
    z-index: 2;
}.title-page .page-home {
    width: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 80vh;
}.title-page .page-home input {
    display: none;
}.title-page .start-first {
    width: 500%;
    height: 100%;
    display: flex;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}.title-page .learn-head {
    overflow: hidden;
    height: 100%;
    width: 20%;
    position: relative;
}.title-page .learn-head::before {
    content: "";
    width: 100%;
    opacity: 0.85;
    z-index: 2;
    left: 0;
    top: 0;
    background: linear-gradient(
        135deg,
        rgb(177,167,164,0.5) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.4) 60%,
        rgb(135,124,122,0.5) 100%
    );
    position: absolute;
    height: 100%;
}.title-page .learn-head img {
    transition: transform 2s ease;
    filter: brightness(0.8) contrast(1.1);
    transform: translateZ(0) scale(1.1);
    will-change: transform;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.title-page .skill-expertise {
    gap: 15px;
    display: flex;
    position: absolute;
    bottom: 40px;
    z-index: 10;
    left: 40px;
}.title-page .skill-expertise label {
    border: 2px solid #ffffff;
    cursor: pointer;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    position: relative;
    background: transparent;
    transition: all 0.4s ease;
}.title-page .skill-expertise label::before {
    position: absolute;
    inset: 2px;
    border-radius: 50%;
    content: "";
    transform: scale(0);
    transition: transform 0.3s ease;
    background: #ffffff;
}.title-page .skill-expertise label:hover::before {
    transform: scale(0.6);
}.title-page .content-pad {
    padding: 0 0 50px 0;
    z-index: 5;
    max-width: 1000px;
    position: absolute;
    right: 0;
    width: 95%;
    bottom: 0;
}.title-page .content-pad .container {
    position: relative;
    padding: 3rem;
    background: linear-gradient(
        -135deg,
        rgb(177,167,164) 0%,
        rgb(135,124,122) 100%
    );
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
}.title-page .content-pad .container::before {
    right: 5px;
    z-index: -1;
    bottom: 5px;
    position: absolute;
    left: 5px;
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    content: "";
    background: #ffffff;
    top: 5px;
}.title-page .content-pad h1 {
    font-weight: 700;
    border-left: 4px solid rgb(177,167,164);
    font-size: 43px;
    padding-left: 15px;
    color: rgb(177,167,164);
    margin-bottom: 1.2rem;
}.title-page .content-pad h3 {
    font-weight: 600;
    margin-bottom: 1.8rem;
    color: rgb(135,124,122);
    font-size: 23px;
}.title-page .content-pad p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0.5rem;
    line-height: 1.7;
    max-width: 100%;
}.title-page input:nth-of-type(1):checked ~ .start-first {
    transform: translateX(0);
}.title-page input:nth-of-type(2):checked ~ .start-first {
    transform: translateX(-20%);
}.title-page input:nth-of-type(3):checked ~ .start-first {
    transform: translateX(-40%);
}.title-page input:nth-of-type(4):checked ~ .start-first {
    transform: translateX(-60%);
}.title-page input:nth-of-type(5):checked ~ .start-first {
    transform: translateX(-80%);
}.title-page input:nth-of-type(6):checked ~ .start-first {
    transform: translateX(-100%);
}.title-page input:nth-of-type(7):checked ~ .start-first {
    transform: translateX(-120%);
}.title-page input:nth-of-type(8):checked ~ .start-first {
    transform: translateX(-140%);
}.title-page input:nth-of-type(9):checked ~ .start-first {
    transform: translateX(-160%);
}.title-page input:nth-of-type(10):checked ~ .start-first {
    transform: translateX(-180%);
}.title-page input:nth-of-type(1):checked ~ .skill-expertise label:nth-child(1)::before,
.title-page input:nth-of-type(2):checked ~ .skill-expertise label:nth-child(2)::before,
.title-page input:nth-of-type(3):checked ~ .skill-expertise label:nth-child(3)::before,
.title-page input:nth-of-type(4):checked ~ .skill-expertise label:nth-child(4)::before,
.title-page input:nth-of-type(5):checked ~ .skill-expertise label:nth-child(5)::before,
.title-page input:nth-of-type(6):checked ~ .skill-expertise label:nth-child(6)::before,
.title-page input:nth-of-type(7):checked ~ .skill-expertise label:nth-child(7)::before,
.title-page input:nth-of-type(8):checked ~ .skill-expertise label:nth-child(8)::before,
.title-page input:nth-of-type(9):checked ~ .skill-expertise label:nth-child(9)::before,
.title-page input:nth-of-type(10):checked ~ .skill-expertise label:nth-child(10)::before {
    transform: scale(1);
}.title-page input:nth-of-type(1):checked ~ .skill-expertise label:nth-child(1),
.title-page input:nth-of-type(2):checked ~ .skill-expertise label:nth-child(2),
.title-page input:nth-of-type(3):checked ~ .skill-expertise label:nth-child(3),
.title-page input:nth-of-type(4):checked ~ .skill-expertise label:nth-child(4),
.title-page input:nth-of-type(5):checked ~ .skill-expertise label:nth-child(5),
.title-page input:nth-of-type(6):checked ~ .skill-expertise label:nth-child(6),
.title-page input:nth-of-type(7):checked ~ .skill-expertise label:nth-child(7),
.title-page input:nth-of-type(8):checked ~ .skill-expertise label:nth-child(8),
.title-page input:nth-of-type(9):checked ~ .skill-expertise label:nth-child(9),
.title-page input:nth-of-type(10):checked ~ .skill-expertise label:nth-child(10) {
    background: rgb(177,167,164);
    border-color: rgb(177,167,164);
    transform: scale(1.2);
}.title-page input:nth-of-type(1):checked ~ .start-first .learn-head:nth-child(1) img,
.title-page input:nth-of-type(2):checked ~ .start-first .learn-head:nth-child(2) img,
.title-page input:nth-of-type(3):checked ~ .start-first .learn-head:nth-child(3) img,
.title-page input:nth-of-type(4):checked ~ .start-first .learn-head:nth-child(4) img,
.title-page input:nth-of-type(5):checked ~ .start-first .learn-head:nth-child(5) img,
.title-page input:nth-of-type(6):checked ~ .start-first .learn-head:nth-child(6) img,
.title-page input:nth-of-type(7):checked ~ .start-first .learn-head:nth-child(7) img,
.title-page input:nth-of-type(8):checked ~ .start-first .learn-head:nth-child(8) img,
.title-page input:nth-of-type(9):checked ~ .start-first .learn-head:nth-child(9) img,
.title-page input:nth-of-type(10):checked ~ .start-first .learn-head:nth-child(10) img {
    transform: translateZ(0) scale(1);
}

@media (max-width: 1199px) {.title-page .content-pad {
    width: 95%;
    padding-bottom: 70px;
    max-width: 900px;
}.title-page .content-pad .container {
    padding: 2rem;
}
}

@media (max-width: 991px) {.title-page .learn-zone {
    height: 70vh;
}.title-page .page-home {
    height: 70vh;
}.title-page .content-pad {
    max-width: 900px;
    width: 98%;
    padding-bottom: 40px;
}.title-page .content-pad .container {
    padding: 2.2rem;
}.title-page .content-pad h1 {
    font-size: calc(43px * 0.9);
}.title-page .content-pad h3 {
    font-size: calc(23px * 0.9);
}.title-page .skill-expertise {
    bottom: 25px;
    gap: 12px;
    left: 30px;
}.title-page .skill-expertise label {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.title-page .learn-zone {
    height: 60vh;
}.title-page .page-home {
    height: 60vh;
}.title-page .content-pad {
    padding-bottom: 40px;
    max-width: 700px;
    width: 98%;
}.title-page .content-pad .container {
    padding: 1.8rem;
}.title-page .content-pad h1 {
    padding-left: 12px;
    font-size: calc(43px * 0.85);
    border-left-width: 3px;
}.title-page .content-pad h3 {
    font-size: calc(23px * 0.85);
    margin-bottom: 1.2rem;
}.title-page .content-pad p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.title-page .skill-expertise {
    left: 25px;
    gap: 10px;
    bottom: 20px;
}.title-page .skill-expertise label {
    height: 10px;
    width: 10px;
}
}

@media (max-width: 575px) {.title-page .learn-zone {
    display: flex;
    height: 90vh;
    flex-direction: column;
}.title-page .page-home {
    height: 50%;
    position: relative;
}.title-page .content-pad {
    height: 50%;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
    position: relative;
}.title-page .content-pad .container {
    padding: 1.5rem;
    clip-path: none;
    height: 100%;
    flex-direction: column;
    display: flex;
}.title-page .content-pad .container::before {
    clip-path: none;
}.title-page .content-pad h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 0.6rem;
}.title-page .content-pad h3 {
    font-size: calc(16px * 1.1);
    margin-bottom: 1rem;
}.title-page .content-pad p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.title-page .skill-expertise {
    left: 50%;
    gap: 8px;
    bottom: 15px;
    flex-direction: row;
    transform: translateX(-50%);
}.title-page .skill-expertise label {
    width: 8px;
    height: 8px;
}
}

@media (max-width: 480px) {.title-page .content-pad .container {
    padding: 1rem;
}.title-page .content-pad h1 {
    padding-left: 10px;
    border-left-width: 2px;
}
}

@media (max-height: 700px) and (min-width: 576px) {.title-page .learn-zone {
    height: 85vh;
}.title-page .page-home {
    height: 85vh;
}.title-page .content-pad {
    padding-bottom: 80px;
}
}

@media (max-height: 600px) and (min-width: 576px) {.title-page .learn-zone {
    height: 90vh;
}.title-page .page-home {
    height: 90vh;
}.title-page .content-pad {
    padding-bottom: 70px;
}
}

@media (orientation: landscape) and (max-height: 500px) and (min-width: 576px) {.title-page .learn-zone {
    height: 100vh;
}.title-page .page-home {
    height: 100vh;
}.title-page .content-pad {
    padding-bottom: 60px;
}
}