* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 1170px;
    max-width: 100%;
    margin: auto;
}

.wrap-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}

.program-outcomes::before {
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(130,118,116,0.5) 0%, transparent 50%);
    height: 100%;
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
}

.program-outcomes .portrait-img:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

.program-outcomes .portrait-img:hover::after {
    bottom: -10px;
    opacity: 0.7;
    right: -10px;
    top: 10px;
    left: 10px;
}

.program-outcomes .description-card::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(173,161,159), rgb(130,118,116));
    left: 0;
    position: absolute;
    content: "";
    width: 6px;
    border-radius: 10px;
    height: 100%;
}

.program-outcomes li {
    position: relative;
    padding: 15px;
    border-radius: 8px;
    background: linear-gradient(90deg, #ffffff, rgb(205,203,183) 180%);
    transition: all 0.3s ease;
}

.program-outcomes svg {
    transition: all 0.3s ease;
    align-items: center;
    height: 24px;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    width: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 5px;
    flex-shrink: 0;
}

.ty-block-id::after {
    content: "";
    position: absolute;
    right: -50%;
    top: -50%;
    height: 100%;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    z-index: 0;
    transform: rotate(-15deg) scale(2);
    opacity: 0.15;
    background: radial-gradient(
        circle at center,
        rgb(173,161,159,0.5) 0%,
        transparent 70%
    );
    width: 100%;
}

.ty-block-id .knowledge-hub {
    padding: 40px;
    background: #ffffff;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    margin-top: 20px;
    border-radius: 28px;
    transform: translateZ(15px) rotateX(2deg);
    overflow: hidden;
    opacity: 0;
    position: relative;
}

.ty-block-id ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.ty-block-id li::before {
    position: absolute;
    left: -9px;
    background-color: #ffffff;
    width: 15px;
    animation: pulseDot 3s infinite;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 3px solid rgb(130,118,116);
    content: "";
    top: 50%;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    height: 15px;
}

.opening-board > div {
    padding: 2rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.opening-board .start-home {
    position: relative;
    transition: transform 0.5s ease;
    font-weight: 700;
    margin: 0;
    transform: perspective(1000px) rotateX(0deg);
    padding-bottom: 0.5rem;
    font-size: 43px;
    color: rgb(173,161,159);
    display: inline-block;
}

.opening-board .learning-welcome::before {
    right: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(173,161,159,0.5), rgba(0, 0, 0, 0.5));
    bottom: 0;
}

.opening-board .learning-welcome p {
    padding-left: 1rem;
    position: relative;
    max-width: 80%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0 0 1.5rem;
    font-size: calc(17px * 1.2);
    line-height: 1.6;
}

.opening-board .learning-welcome h3::after {
    background: rgb(130,118,116);
    position: absolute;
    width: 60px;
    transform-origin: left;
    height: 2px;
    bottom: 0;
    animation: scaleHorizontal 0.5s ease-out 1.3s forwards;
    content: "";
    transform: scaleX(0);
    left: 0;
}

.program-structure .job-training {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 40px;
}

.program-structure .portrait-img {
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    position: relative;
    height: 350px;
}

.program-structure h3 {
    color: #000000;
    transform: translateZ(0);
    margin-bottom: 20px;
    font-size: calc(23px * 1.1);
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
}

.program-structure p.description {
    display: block;
}

.program-structure span.description {
    display: none;
}

.program-structure .description-card:hover h3::after {
    width: 100px;
}

.program-structure .portrait-img:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

.instructor-history .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.instructor-history .student-feedback::before {
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.2;
    animation: shimmerEffect 10s ease-in-out infinite;
    background-size: 200% 200%;
    background: linear-gradient(135deg, transparent, rgb(173,161,159,0.5), transparent);
    z-index: -1;
}

.instructor-history .student-feedback:hover .portrait-img {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}

.instructor-history .name {
    z-index: 4;
    color: #ffffff;
    grid-row: 1;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    font-weight: 700;
    transform: translateX(0);
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    grid-column: 1;
    position: relative;
    font-size: 31px;
}

.instructor-history .student-feedback:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}

.instructor-history .student-feedback:hover .job-expertise {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}

.instructor-history .job-expertise::before {
    height: 100%;
    position: absolute;
    background-size: 200% 200%;
    content: "";
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmerEffect 5s ease-in-out infinite;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
}

.user-testimonials::before {
    background: linear-gradient(45deg, rgb(173,161,159,0.5) 0%, rgb(130,118,116) 100%);
    filter: blur(35px);
    animation: floatEffect 18s infinite alternate ease-in-out;
    opacity: 0.15;
    width: 45%;
    content: "";
    position: absolute;
    height: 70%;
    top: -10%;
    right: -10%;
    z-index: 0;
    transform: rotate(-15deg);
}

.user-testimonials h2::after {
    width: 120px;
    background: linear-gradient(90deg, transparent, rgb(173,161,159), transparent);
    bottom: -15px;
    position: absolute;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}

.user-testimonials .student-feedback::before {
    content: "";
    right: 20px;
    line-height: 1;
    font-family: serif;
    opacity: 0.1;
    font-size: 120px;
    pointer-events: none;
    top: -20px;
    position: absolute;
    color: rgb(173,161,159);
}

.user-testimonials .student-feedback:nth-child(even):hover {
    transform: translateZ(20px) scale(1.02) rotate(0.5deg);
}

.user-testimonials .student-feedback h4 {
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    margin-left: 1rem;
}

.user-testimonials .student-feedback:hover h4::after {
    width: 70%;
}

.user-testimonials a {
    color: #ffffff;
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 0.8rem 2rem;
    border-radius: 10px;
    font-size: 20px;
    margin-left: auto;
    display: inline-block;
    text-decoration: none;
    margin-top: 3rem;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-right: auto;
    overflow: hidden;
    z-index: 2;
    background: linear-gradient(135deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
}

.guide-section .container {
    display: flex;
    flex-direction: column;
}

.guide-section .company_holder h3::after {
    content: '';
    display: block;
    border-radius: 3px;
    height: 3px;
    width: 60px;
    background: rgb(173,161,159);
    margin: 15px auto 0;
}

.guide-section .sustain-cta {
    position: relative;
    order: 1;
}

.guide-section .top-master {
    width: 100%;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 30px;
}

.guide-section .header-bar:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.guide-section .header-bar:hover {
    transform: perspective(1000px) rotateY(0);
}

.guide-section .header-bar h5 {
    color: #ffffff;
    word-wrap: break-word;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 19px;
    position: relative;
}

.guide-section .header-bar .top-master a::before {
    height: 6px;
    background: rgb(130,118,116);
    transform: scale(0);
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    opacity: 0;
    min-width: 6px;
    content: '';
    transition: all 0.3s ease;
}

.equity-info::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(130,118,116,0.5), transparent);
}

.data-statistics {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgba(rgb(173,161,159,0.5), 0.05) 100%);
    padding: 6rem 0;
}

.data-statistics::before {
    left: 0;
    content: "";
    right: 0;
    background: linear-gradient(90deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    position: absolute;
    top: 0;
    height: 8px;
    opacity: 0.8;
}

.data-statistics h4 {
    position: relative;
    text-align: center;
    font-size: 20px;
    margin-top: 3rem;
    transform: perspective(1000px) translateZ(0);
    transition: transform 0.5s ease-out;
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
}

.data-statistics .statistics-plus::before {
    z-index: 2;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(173,161,159), 
        rgb(130,118,116), 
        rgb(173,161,159));
    background-size: 200% 100%;
    content: "";
    left: 0;
    height: 5px;
    animation: gradientShift 8s ease infinite;
    width: 100%;
    position: absolute;
}

.data-statistics .statistics-plus:hover::after {
    transform: scale(1);
    opacity: 1;
}

.data-statistics .statistics-plus div {
    z-index: 2;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    flex-direction: column;
    width: 100%;
}

.data-statistics .statistics-plus span {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 1rem;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 400;
    max-width: 90%;
    color: #000000;
}

.data-statistics .statistics-plus:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s both;
}

.data-statistics .statistics-plus:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s both;
}

.data-statistics .statistics-plus:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s both;
}

.explore-now {
    z-index: 1;
    padding: 110px 0;
    background: linear-gradient(120deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    position: relative;
    overflow: hidden;
}

.explore-now .knowledge-hub {
    position: relative;
    border-radius: 13px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    max-width: 1000px;
    padding: 60px 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.explore-now h3 {
    animation: pulseText 4s ease-in-out infinite alternate;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 36px;
}

.explore-now .assist-experts {
    color: rgb(173,161,159);
    overflow: hidden;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    text-decoration: none;
    border-radius: 10px;
    padding: 16px 45px;
    position: relative;
    background: #ffffff;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
}

.explore-now .assist-experts:hover::before {
    opacity: 1;
}

.future-members {
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgb(173,161,159,0.5) 100%);
    position: relative;
    padding: 110px 0;
    overflow: hidden;
}



.future-members .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    z-index: 3;
    position: relative;
}

.future-members .knowledge-hub {
    padding: 50px 40px;
    perspective: 1000px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    transform-style: preserve-3d;
    border-radius: 15px;
}

.future-members h4 {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
    font-weight: 700;
    color: rgb(173,161,159);
    padding-bottom: 15px;
    font-size: 32px;
}

.future-members div > div {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.future-members p::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(173,161,159), rgb(130,118,116));
    left: 0;
    transition: all 0.3s ease;
    z-index: -1;
    width: 4px;
    top: 0;
    position: absolute;
    content: "";
}

.future-members p:hover {
    transform: translateY(-5px);
    color: #000000;
}

.future-members p svg {
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px;
    width: 24px;
    transition: all 0.3s ease;
}

.future-members p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}

.future-members .knowledge-hub > div p:nth-child(2) {
    animation-delay: 0.4s;
}

.future-members .knowledge-hub > div p:nth-child(5) {
    animation-delay: 1s;
}

.offer-package::before {
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
}

.offer-package h2 {
    color: transparent;
    font-size: 36px;
    -webkit-background-clip: text !important;
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    background: linear-gradient(to right, #ffffff, rgb(130,118,116));
    transform: perspective(1000px) translateZ(10px);
    background-clip: text !important;
}

.offer-package .member-fees li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.offer-package .value-fees:hover::before {
    opacity: 0.2;
}

.offer-package .value-fees::after {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(45deg);
    width: 200%;
    position: absolute;
    z-index: 1;
    top: -50%;
    left: -50%;
    content: "";
    opacity: 0;
    height: 200%;
}

.offer-package .value-fees h4 {
    padding-bottom: 15px;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    color: rgb(173,161,159);
    position: relative;
    font-weight: 600;
    font-size: calc(23px * 1.1);
}

.offer-package .monthly-plan {
    transform: translateZ(20px);
    font-size: calc(23px * 1.3);
    overflow: hidden;
    align-self: flex-start;
    font-weight: 700;
    position: relative;
    background: linear-gradient(135deg, rgb(173,161,159), rgb(130,118,116));
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    color: #ffffff;
    margin-top: auto;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 10px 20px;
}

.get-help-info::after {
    height: 100%;
    position: absolute;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgb(205,203,183) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(205,203,183) 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, rgb(205,203,183) 75%), 
        linear-gradient(-45deg, transparent 75%, rgb(205,203,183) 75%);
    left: 0;
    z-index: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    animation: patternMove 30s linear infinite;
    opacity: 0.05;
    content: "";
    top: 0;
    width: 100%;
}

.get-help-info .help-question:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.get-help-info h2::after {
    border-radius: 10px;
    background: rgb(173,161,159);
    position: absolute;
    width: 60px;
    content: "";
    height: 3px;
    bottom: -10px;
    left: 0;
}

.get-help-info .contact-details {
    margin-bottom: 25px;
}

.get-help-info .contact-feedback {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.get-help-info .help-question .portrait-img {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
}

.get-help-info .inquire-now {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.get-help-info .inquire-now a::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 5px;
    border-radius: 10px 0 0 10px;
    background: rgb(173,161,159);
    content: "";
    transition: width 0.3s ease;
}

.get-help-info svg {
    height: 24px;
    fill: rgb(173,161,159);
    width: 24px;
    margin-right: 15px;
    vertical-align: middle;
}



.get-help-info .help-question:first-child {
    animation: float 6s ease-in-out infinite;
}

.get-help-info .inquire-now a::after {
    animation: shine 3s infinite;
    top: 0;
    position: absolute;
    height: 100%;
    left: -100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 30%;
    content: "";
}

header .main-base::after {
    background: linear-gradient(90deg, transparent, rgb(173,161,159,0.5), transparent);
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
}

header .main-base .top-header:hover::before,
header .main-base .top-header:hover::after {
    transform: scale(1);
}

header .main-base .top-header .nav-main {
    display: block;
    transition: transform 0.3s ease;
}

header .main-base .top-header .nav-main svg {
    width: auto;
    height: 60px;
}

header .main-base .header-bar::before,
header .main-base .header-bar::after {
    height: 70%;
    position: absolute;
    content: "";
    width: 2px;
    background: rgb(173,161,159,0.5);
    top: 15%;
}

header .main-base .header-bar::before {
    left: 0;
}

header .main-base .header-bar .header-edu a {
    padding: 10px 5px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
    display: block;
}

.company-overview::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
    width: 100%;
    height: 5px;
    content: "";
}

.company-overview .knowledge-classes {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.company-overview .knowledge-classes::before {
    top: 50%;
    width: 50px;
    z-index: 3;
    transform: translate(-50%, -50%);
    height: 50px;
    content: "";
    border-radius: 50%;
    left: 50%;
    background: #ffffff;
    border: 3px solid rgb(173,161,159);
    position: absolute;
}

.company-overview .learn-lab:last-child {
    border-bottom: 3px solid rgb(130,118,116);
}

.company-overview .learn-lab h3::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    background: rgb(130,118,116);
}

.company-overview .learn-lab:last-child::before {
    font-weight: 700;
    line-height: 1;
    color: rgb(130,118,116,0.5);
    right: 20px;
    font-size: 70px;
    top: 20px;
    opacity: 0.2;
    position: absolute;
    content: "02";
}

.study-process {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgba(255,255,255,0.92) 100%);
    position: relative;
}

.study-process::after {
    height: 250px;
    bottom: -10%;
    background: linear-gradient(to left, rgb(130,118,116,0.5), rgb(173,161,159));
    opacity: 0.08;
    width: 250px;
    left: -5%;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    content: "";
    animation: floatElement 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    position: absolute;
}

.study-process h3 {
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: slideInText 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    position: relative;
    transform: translateX(-10px);
    color: #000000;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: calc(31px * 0.9);
}

.study-process p span {
    position: relative;
    padding: 0.5rem 1rem;
    background: linear-gradient(120deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 30%, transparent 70%);
    display: inline-block;
    border-left: 2px solid rgb(173,161,159,0.5);
}

.contact-form-box::after {
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 100px;
    content: "";
    position: absolute;
}

.contact-form-box h2::after {
    content: "";
    height: 2px;
    width: 70px;
    position: absolute;
    background: rgb(173,161,159);
    left: calc(50% - 10px);
    bottom: -20px;
}

.contact-form-box .portrait-img::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

.contact-form-box .request-links::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    z-index: -1;
}

.contact-form-box input[type="text"] {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 12px;
    position: relative;
    width: 100%;
    padding: 16px 20px;
    transition: all 0.3s ease;
}

.contact-form-box .query-message input[type="checkbox"]:checked {
    border-color: rgb(173,161,159);
    background: rgb(173,161,159);
}

.contact-form-box .query-message label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: calc(12px - 2px);
}

.contact-form-box .query-message a::after {
    position: absolute;
    width: 100%;
    content: "";
    transition: all 0.3s ease;
    background: rgb(173,161,159);
    height: 1px;
    left: 0;
    bottom: -2px;
}

.contact-form-box .message-widget:hover {
    background: rgb(130,118,116);
    transform: translateY(-3px);
}

.contact-form-box .message-widget:hover::before {
    left: 100%;
}

.contact-form-box svg {
    fill: rgb(173,161,159);
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(173,161,159), 0.5));
    width: 22px;
    height: 22px;
}

.contact-form-box svg:hover path {
    fill: #ffffff;
}

.visitor-confirm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.cookie-hide {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookieAlertPromptPanel p a {
    color: rgb(173,161,159);
    text-decoration: none;
}


.wrap-container .cookieAlertPromptPanel {
    box-shadow: rgb(130,118,116,0.5) 0px 0px 10px 10px;
    background: rgb(173,161,159);
}

.wrap-container .cookie-visitor {
    color: #ffffff;
    text-align: left;
}

.wrap-container .cookieAlertPromptPanel p a {
    text-decoration: underline;
    color: rgb(130,118,116);
}

.join-our-mailing-list::before {
    width: 200%;
    left: -50%;
    background-size: 30px 30px;
    transform: rotate(-15deg);
    top: -50%;
    height: 200%;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    opacity: 0.4;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 1px, transparent 1px),
                radial-gradient(circle at 30% 70%, rgba(255,255,255,0.1) 1px, transparent 1px);
    content: "";
}

.join-our-mailing-list h3::before {
    height: 100%;
    width: 3px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(130,118,116), transparent);
}

.join-our-mailing-list .input_holder div {
    width: 100%;
    position: relative;
}

.join-our-mailing-list .input_holder div:focus-within::before {
    opacity: 0.3;
}

.join-our-mailing-list .sub-alerts:focus {
    box-shadow: 0 0 0 3px rgb(130,118,116,0.5);
    border-color: rgb(130,118,116);
    transform: translateY(-2px);
    outline: none;
    background: rgba(255,255,255,0.15);
}

.join-our-mailing-list .mail-signup {
    cursor: pointer;
    position: relative;
    align-self: flex-start;
    color: #ffffff;
    padding: 0.9rem 2rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    font-size: 17px;
    border: none;
    overflow: hidden;
}

.confidential-nest:after {
    background: rgb(130,118,116,0.5);
    width: 200px;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    border-radius: 50%;
    content: "";
    right: -50px;
    height: 200px;
}

.confidential-nest h2 {
    z-index: 2;
    font-weight: 600;
    margin-top: 35px;
    color: rgb(130,118,116);
    position: relative;
    font-size: 37px;
    margin-bottom: 25px;
}

.confidential-nest ul, .confidential-nest ol {
    z-index: 2;
    padding-left: 40px;
    position: relative;
    list-style: none;
    margin-bottom: 30px;
    list-style-type: disc;
}

.confidential-nest li:before {
    color: rgb(173,161,159);
    left: -25px;
    line-height: 1;
    font-size: 1.5em;
    content: "•";
    position: absolute;
}

.confidential-nest p, .confidential-nest span {
    z-index: 2;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
    position: relative;
}

.confidential-nest button {
    cursor: pointer;
    color: #ffffff;
    background: rgb(130,118,116);
    font-size: 15px;
    position: relative;
    border: 2px solid rgb(173,161,159);
    padding: 12px 25px;
    border-radius: 10px;
    z-index: 2;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 576px) {.program-outcomes {
    padding: 50px 0;
}.program-outcomes .portrait-img {
    max-width: 80%;
}.program-outcomes .portrait-img::after {
    display: none;
}.program-outcomes .description-card {
    width: 100%;
    padding: 30px 20px;
}.program-outcomes h3 {
    font-size: 22px;
    margin-bottom: 25px;
}.program-outcomes ul {
    gap: 12px;
}.program-outcomes li {
    padding: 12px;
}.program-outcomes svg {
    height: 22px;
    width: 22px;
}}



@media (max-width: 992px) {.opening-board {
    padding: 4rem 0;
}.opening-board .start-home {
    font-size: calc(43px * 0.9);
}.opening-board .learning-welcome {
    min-height: 350px;
}.opening-board .learning-welcome > div {
    padding: 2.5rem;
}.opening-board .learning-welcome p {
    font-size: 17px;
    max-width: 90%;
}.opening-board .learning-welcome h3 {
    font-size: calc(31px * 0.9);
}
}



@media (max-width: 576px) {.opening-board {
    padding: 3rem 0;
}.opening-board > div {
    padding: 1rem;
}.opening-board .start-home {
    font-size: calc(43px * 0.7);
}.opening-board .learning-welcome {
    min-height: 250px;
}.opening-board .learning-welcome > div {
    padding: 1.5rem;
}.opening-board .learning-welcome p {
    font-size: calc(17px * 0.9);
    padding-left: 0.75rem;
}.opening-board .learning-welcome h3 {
    font-size: calc(31px * 0.7);
}}



@media (min-width: 1200px) {.program-structure .portrait-img {
    height: 600px;
}.program-structure .description-card {
    margin-left: -150px;
}.program-structure h3 {
    font-size: calc(23px * 1.3);
}
}



@media (max-width: 992px) {.instructor-history .student-feedback {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 2rem;
    gap: 20px;
}.instructor-history .portrait-img {
    grid-row: 1;
    height: 350px;
    grid-column: 1;
}.instructor-history .name {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
}.instructor-history .student-feedback span:not(.name) {
    grid-row: 2;
    grid-column: 1;
    margin-top: 3.5rem;
}.instructor-history .job-expertise {
    grid-column: 1;
    grid-row: 3;
}.instructor-history .student-feedback:hover .name,
    .instructor-history .student-feedback:hover span:not(.name) {
    transform: translateY(-5px);
}
}



@media (max-width: 992px) {.guide-section {
    padding: 70px 0 40px;
}.guide-section .top-master {
    gap: 40px;
}.guide-section .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 768px) {.guide-section {
    padding: 50px 0 30px;
}.guide-section .top-master {
    gap: 30px;
    flex-direction: column;
}.guide-section .header-bar {
    min-width: 100%;
    max-width: 100%;
}.guide-section .company_holder {
    padding: 20px;
}.guide-section .vr-labs {
    max-width: 100%;
}
}



@media screen and (max-width: 991px) {.data-statistics ul {
    grid-template-columns: repeat(3, 1fr);
}.data-statistics .statistics-plus {
    height: 200px;
}
}



@media screen and (max-width: 576px) {.data-statistics {
    padding: 3rem 0;
}.data-statistics ul {
    margin: 0 auto;
    max-width: 320px;
    grid-template-columns: 1fr;
}.data-statistics .statistics-plus {
    height: 160px;
}.data-statistics h4 {
    margin-top: 2rem;
    font-size: 20px;
}.data-statistics h4::after {
    width: 60px;
}}



@media screen and (max-width: 768px) {.explore-now {
    padding: 70px 0;
}.explore-now .knowledge-hub {
    padding: 40px 25px;
}.explore-now h3 {
    font-size: calc(36px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.explore-now h3::before {
    bottom: -12px;
    width: 50px;
}.explore-now h3::after {
    bottom: -20px;
}.explore-now .assist-experts {
    font-size: calc(18px * 0.9);
    letter-spacing: 1.5px;
    padding: 12px 35px;
}
}



@media (max-width: 768px) {.future-members {
    padding: 70px 0 90px;
}.future-members .knowledge-hub {
    padding: 35px 25px;
}.future-members h4 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.future-members div > div {
    grid-template-columns: 1fr;
}.future-members::after {
    height: 60px;
}
}



@media (max-width: 992px) {.offer-package h2 {
    font-size: calc(36px * 0.9);
}.offer-package .study-rates {
    margin-bottom: 40px;
    font-size: 13px;
}.offer-package .payment-scheme {
    padding: 25px;
    min-height: 350px;
}
}



@media (max-width: 576px) {.offer-package {
    padding: 50px 0;
}.offer-package h2 {
    font-size: calc(36px * 0.8);
}.offer-package .study-rates {
    margin-bottom: 30px;
    font-size: calc(13px * 0.9);
}.offer-package .member-fees {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.offer-package .payment-scheme {
    padding: 20px;
    min-height: 300px;
}.offer-package .value-fees p {
    max-height: 180px;
    font-size: calc(13px * 0.9);
}.offer-package .monthly-plan {
    padding: 8px 15px;
}}



@media (min-width: 993px) {header .main-base {
    padding: 15px 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .main-base .header-bar {
    padding: 20px 10px 10px;
}
}



@media (max-width: 767px) {header .main-base .header-bar {
    flex-wrap: wrap;
    justify-content: center;
}header .main-base .header-bar .header-edu {
    margin: 3px 0;
}header .main-base .header-bar .header-edu:not(:last-child)::after {
    display: none;
}}



@media screen and (max-width: 767px) {.company-overview {
    padding: 60px 0;
}.company-overview h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 35px;
}.company-overview .learn-lab {
    padding: 25px;
}.company-overview .learn-lab h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 15px;
}.company-overview .learn-lab p {
    font-size: calc(13px * 0.95);
}.company-overview .learn-lab:first-child::before,
    .company-overview .learn-lab:last-child::before {
    top: 15px;
    font-size: 60px;
    right: 15px;
}
}



@media (max-width: 576px) {.study-process {
    padding: 40px 0;
}.study-process .container {
    padding: 1.25rem;
}.study-process h3 {
    margin-bottom: 1.25rem;
    font-size: calc(31px * 0.7);
}.study-process h3::after {
    height: 2px;
    width: 50px;
}.study-process p {
    margin-top: 1.25rem;
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.study-process p span {
    padding: 0.35rem 0.75rem;
}}



@media (max-width: 576px) {.contact-form-box {
    padding: 40px 0;
}.contact-form-box .container {
    padding: 0 15px;
}.contact-form-box h2 {
    margin-bottom: 40px;
    font-size: calc(30px - 6px);
}.contact-form-box h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contact-form-box h2::after {
    width: 50px;
}.contact-form-box .request-links {
    padding: 30px 20px 40px;
}.contact-form-box #contact {
    gap: 20px;
}.contact-form-box .message-widget {
    width: 100%;
}.contact-form-box .portrait-img {
    min-height: 200px;
}}



@media (min-width: 992px) {.join-our-mailing-list {
    padding: 6rem 4rem;
}.join-our-mailing-list::before {
    background-size: 40px 40px;
}.join-our-mailing-list .knowledge-hub {
    grid-template-columns: 1.5fr 1fr;
    padding: 3.5rem;
    gap: 3rem;
}.join-our-mailing-list h3 {
    font-size: calc(24px * 1.1);
}
}



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



@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}



@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}



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



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



@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



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



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



@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
    }
    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
}

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



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}



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



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

