header,footer {
    width: 100%;
}

header {
    z-index: 99;
    position: relative;
    overflow: visible;
    background: rgb(205,203,183);
    width: 100%;
}

.main-mainbar {
    flex: 1 0 auto;
}

svg {
    height: 30px;
    width: 30px;
}


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

.program-outcomes .knowledge-hub {
    align-items: center;
    gap: 50px;
    display: flex;
}

.program-outcomes .portrait-img::after {
    left: 15px;
    content: "";
    border-radius: 16px;
    position: absolute;
    bottom: -15px;
    opacity: 0.5;
    top: 15px;
    right: -15px;
    border: 2px solid rgb(173,161,159,0.5);
    z-index: -1;
    transition: all 0.5s ease;
}

.program-outcomes h3 {
    margin-bottom: 30px;
    font-size: 33px;
    padding-left: 15px;
    font-weight: 700;
    color: #000000;
    position: relative;
}

.program-outcomes ul {
    margin: 0;
    display: flex;
    list-style: none;
    gap: 15px;
    padding: 0 0 0 15px;
    flex-direction: column;
}

.program-outcomes li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
    background: linear-gradient(90deg, #ffffff, rgb(130,118,116,0.5) 180%);
}

.program-outcomes svg path {
    fill: rgb(173,161,159);
    transition: fill 0.3s ease;
}

.program-outcomes li:hover svg path {
    fill: rgb(130,118,116);
}

.ty-block-id::before {
    position: absolute;
    opacity: 0.1;
    left: 0;
    top: 0;
    animation: patternMove 30s linear infinite;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(130,118,116,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(130,118,116,0.5) 11px
    );
    pointer-events: none;
    height: 100%;
    z-index: 1;
    transform: translateZ(-20px);
}

.ty-block-id h2::after {
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    background: linear-gradient(90deg, transparent, rgb(130,118,116), transparent);
    transform-origin: center;
    bottom: -15px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    opacity: 0;
    width: 150px;
    left: 50%;
}

.ty-block-id .knowledge-hub::after {
    content: "";
    z-index: -1;
    height: 180px;
    background: radial-gradient(circle at center, rgb(173,161,159,0.5), transparent 70%);
    opacity: 0.2;
    position: absolute;
    width: 180px;
    right: 0;
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite alternate;
    bottom: 0;
    transform: translate(40%, 40%);
}

.ty-block-id span {
    animation: textFadeIn 1s ease-out forwards 0.8s;
    color: #000000;
    transform: translateY(15px);
    font-size: calc(12px * 1.05);
    opacity: 0;
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.7;
}

.opening-board .expert-network {
    position: relative;
    opacity: 0;
    transform: translateX(-10px);
    margin-bottom: 3rem;
    animation: slideInLeft 0.8s ease-out forwards;
}

.opening-board .learning-welcome {
    opacity: 0;
    width: 100%;
    position: relative;
    transform: translateY(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    animation: fadeUp 1s ease-out 0.3s forwards;
    min-height: 400px;
    border: 1px solid rgb(130,118,116,0.5);
}

.opening-board .learning-welcome > div > div {
    margin-bottom: 2rem;
    transform: translateX(-15px);
    opacity: 0;
    animation: slideInLeft 0.8s ease-out 0.6s forwards;
}

.opening-board .learning-welcome p::before {
    position: absolute;
    transform-origin: top;
    bottom: 0;
    top: 0;
    content: "";
    background: rgb(130,118,116);
    animation: scaleVertical 0.5s ease-out 1s forwards;
    left: 0;
    transform: scaleY(0);
    width: 3px;
}

.program-structure {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgb(205,203,183) 60%, rgba(rgb(173,161,159,0.5), 0.1) 100%);
    padding: 100px 0;
}

.program-structure .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.program-structure .portrait-img::after {
    z-index: 1;
    background: linear-gradient(135deg, rgba(rgb(173,161,159,0.5), 0.2) 0%, transparent 70%);
    position: absolute;
    content: '';
    inset: 0;
}

.program-structure .description-card::before {
    position: absolute;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(173,161,159), rgb(130,118,116));
    transform: scaleY(0.95);
    left: 0;
    transition: transform 0.5s ease;
    content: '';
    top: 0;
}

.program-structure .description {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    margin: 0 0 20px;
    font-weight: 400;
    opacity: 0.9;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.program-structure .description-card:hover::before {
    transform: scaleY(1);
}

.instructor-history::before {
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(173,161,159,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(130,118,116,0.5) 0%, transparent 35%);
    filter: blur(70px);
    left: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    top: 0;
    content: "";
}

.instructor-history .portrait-img {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    z-index: 3;
    transform: scale(1) rotate(0deg);
    grid-row: 1 / span 2;
    height: 100%;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    grid-column: 2;
    filter: contrast(1.1) brightness(1.05);
}

.instructor-history .student-feedback:hover .name {
    transform: translateX(10px);
}

.instructor-history .name::after {
    height: 3px;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
    transition: width 0.6s ease;
    width: 0;
    bottom: -10px;
}

.instructor-history .job-expertise {
    grid-row: 2;
    z-index: 2;
    transform: translateY(0);
    line-height: 1.8;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    grid-column: 1;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    padding: 2rem;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(130,118,116);
    font-size: 18px;
    border-radius: 12px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    overflow: hidden;
    color: #ffffff;
}

.user-testimonials {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgb(130,118,116,0.5) 100%);
    position: relative;
}

.user-testimonials::after {
    transform: rotate(12deg);
    animation: floatEffect 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
    left: -5%;
    position: absolute;
    filter: blur(25px);
    content: "";
    bottom: -10%;
    height: 60%;
    opacity: 0.12;
    background: linear-gradient(225deg, rgb(130,118,116) 0%, rgb(173,161,159,0.5) 100%);
    width: 40%;
}

.user-testimonials .student-feedback {
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    padding: 1.75rem;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateZ(0) scale(1);
}

.user-testimonials .student-feedback div {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}

.user-testimonials .student-feedback h4::after {
    background: rgb(173,161,159);
    transition: width 0.3s ease;
    content: "";
    left: 0;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
}

.user-testimonials a::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    top: 0;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
}

footer {
    position: relative;
}

.guide-section::before {
    height: 1px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    opacity: 0.1;
    top: 0;
    width: 100%;
    left: 0;
}

.guide-section .company_holder h3 {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 3px;
    position: relative;
}

.guide-section .vr-labs {
    line-height: 1.6;
    font-size: 17px;
    max-width: 80%;
    padding-top: 15px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.guide-section .header-bar {
    transition: transform 0.3s ease;
    position: relative;
    padding: 20px;
    min-width: 250px;
    overflow: hidden;
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transform: translateZ(0);
    max-width: calc(50% - 30px);
}

.guide-section .header-bar h5::before {
    content: '';
    height: 1px;
    width: 50px;
    background: rgb(130,118,116);
    bottom: -1px;
    position: absolute;
    left: 0;
}

.guide-section .header-bar .top-master a {
    font-size: 17px;
    transition: all 0.3s ease;
    white-space: normal;
    text-decoration: none;
    word-break: break-word;
    align-items: center;
    opacity: 0.8;
    color: #ffffff;
    display: flex;
}

.equity-info {
    background: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    z-index: 2;
    padding: 25px 0;
    position: relative;
}



.guide-section .sustain-cta::before {
    z-index: -1;
    content: '';
    width: 250px;
    background: rgb(130,118,116);
    filter: blur(100px);
    left: -5%;
    bottom: -10%;
    animation: pulse 10s infinite ease-in-out reverse;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    height: 250px;
}

.data-statistics::after {
    content: "";
    width: 40%;
    right: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at bottom right, rgba(rgb(130,118,116,0.5), 0.1), transparent 70%);
    bottom: 0;
}

.data-statistics ul {
    padding: 0;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    list-style: none;
    margin: 0 auto;
}

.data-statistics .statistics-plus {
    height: 220px;
    display: flex;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.6) inset;
    position: relative;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    backdrop-filter: blur(5px);
    z-index: 1;
    transform: translateY(0);
    overflow: hidden;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    align-items: center;
}

.data-statistics .statistics-plus p::after {
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(173,161,159), transparent);
    content: "";
    height: 3px;
    width: 40px;
    left: 50%;
}

.data-statistics .statistics-plus:nth-child(even) div {
    background-image: 
        linear-gradient(135deg, transparent 0%, rgba(rgb(130,118,116,0.5), 0.03) 100%);
}

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

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

.explore-now::after {
    opacity: 0.1;
    width: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(173,161,159) 0deg,
        rgb(130,118,116) 120deg,
        rgb(173,161,159) 240deg,
        rgb(130,118,116) 360deg
    );
    top: -50%;
    height: 200%;
    left: -50%;
    content: '';
    animation: rotateRays 30s linear infinite;
    position: absolute;
    z-index: -1;
}

.explore-now .knowledge-hub::before {
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    animation: pulseRadial 15s ease-in-out infinite alternate;
    z-index: -1;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 41px
        );
    height: 100%;
}

.explore-now h3::after {
    left: -10%;
    position: absolute;
    height: 1px;
    content: '';
    background: linear-gradient(
        90deg,
        transparent 10%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 90%
    );
    bottom: -25px;
    width: 120%;
}

.explore-now .assist-experts::after {
    width: 30%;
    transform: rotate(25deg);
    top: -100%;
    z-index: 1;
    height: 300%;
    left: -100%;
    transition: all 0.6s ease;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    position: absolute;
    content: '';
}

.explore-now .assist-experts:hover::after {
    left: 200%;
}

.future-members::before {
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(130,118,116,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(173,161,159,0.5) 0%, transparent 40%);
    animation: backgroundShift 15s ease-in-out infinite alternate;
    height: 100%;
    position: absolute;
}

.future-members .knowledge-hub::after {
    background: rgb(173,161,159);
    bottom: -15px;
    content: "";
    transform: rotate(10deg) translateZ(-15px);
    left: -15px;
    width: 120px;
    height: 120px;
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    border-radius: 10px;
}

.future-members p {
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    z-index: 1;
    color: #000000;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    padding: 20px;
    margin-bottom: 0;
    align-items: center;
}

.future-members p:hover::before {
    width: 8px;
}

.future-members p svg path {
    transition: fill 0.3s ease;
    fill: rgb(173,161,159);
}



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

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

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

.offer-package {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
}

.fee-board {
    position: relative;
}

.fee-board::before {
    content: "";
    filter: blur(15px);
    background: radial-gradient(circle, rgb(173,161,159,0.5) 5%, transparent 70%);
    animation: pulseGlow 8s infinite alternate;
    height: 200px;
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
}

.offer-package .study-rates {
    color: rgb(255, 255, 255, 0.5);
    transform: perspective(1000px) translateZ(5px);
    font-size: calc(13px * 1.1);
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
}

.offer-package .member-fees li:hover {
    transform: translateY(-15px) rotateY(5deg);
    z-index: 5;
}

.offer-package .value-fees::before {
    width: 100%;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(173,161,159,0.5), transparent 70%);
    opacity: 0;
    left: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    top: 0;
}

.offer-package .value-fees:hover::after {
    opacity: 0.3;
    left: 100%;
    top: 100%;
}

.offer-package .payment-scheme {
    padding: 30px;
    height: 100%;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    min-height: 400px;
    display: flex;
    z-index: 2;
}

.offer-package .value-fees:hover h4::after {
    width: 100px;
}

.offer-package .value-fees p {
    font-size: 13px;
    overflow-y: auto;
    scrollbar-width: thin;
    margin: 0 0 25px;
    max-height: 250px;
    overflow-wrap: break-word;
    color: #ffffff;
    scrollbar-color: rgb(173,161,159) rgba(255, 255, 255, 0.1);
    flex: 1;
    word-break: normal;
    line-height: 1.6;
}

.offer-package .value-fees:hover .monthly-plan::before {
    left: 100%;
}

.get-help-info {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,203,183), rgb(173,161,159,0.5) 80%);
    padding: 80px 0;
    position: relative;
}



.get-help-info .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}

.get-help-info .ask-feedback {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    display: grid;
}

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

.get-help-info .help-question::after {
    border-radius: 50%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgb(173,161,159,0.5));
    right: 0;
    height: 100px;
    width: 100px;
    transform: translate(30%, 30%);
    content: "";
    opacity: 0.2;
}

.get-help-info p {
    margin-bottom: 15px;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
}

.get-help-info .get-support {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.get-help-info .get-support span:hover {
    background: rgb(173,161,159,0.5);
}

.get-help-info .help-question .portrait-img::after {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    height: 100%;
    width: 100%;
}

.get-help-info .inquire-now a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.get-help-info .inquire-now a:hover::before {
    width: 7px;
}

.get-help-info .inquire-now a span {
    color: rgb(130,118,116);
    margin-bottom: 5px;
    font-size: calc(17px * 0.9);
    font-weight: 600;
}

.get-help-info .inquire-now a:hover svg,
.get-help-info .inquire-now a:hover svg path {
    fill: rgb(130,118,116);
}

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

.get-help-info .get-support span:nth-child(odd) {
    transform: translateY(-3px);
}

header::before {
    opacity: 0.15;
    left: 0;
    background: linear-gradient(90deg, rgb(173,161,159,0.5) 0%, transparent 50%, rgb(173,161,159,0.5) 100%);
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
}

header .main-base .top-header::before,
header .main-base .top-header::after {
    position: absolute;
    border-radius: 27px;
    content: "";
    width: 90%;
    height: 90%;
}

header .main-base .top-header::before {
    transform: scale(0);
    border-left: 2px solid rgb(173,161,159);
    transform-origin: top left;
    border-top: 2px solid rgb(173,161,159);
    transition: transform 0.3s ease;
    left: -5px;
    top: -5px;
}

header .main-base .header-bar::after {
    right: 0;
}

header .main-base .header-bar .header-edu {
    transition: transform 0.3s ease;
    margin: 0;
    padding: 0 15px;
    position: relative;
}

header .main-base .header-bar .header-edu:not(:last-child)::after {
    height: 60%;
    right: 0;
    width: 1px;
    position: absolute;
    background: rgb(130,118,116,0.5);
    content: "";
    top: 20%;
}

header .main-base .header-bar .header-edu a:hover::before {
    transform: scaleX(1);
}

.company-overview {
    background: rgb(205,203,183);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.company-overview .container {
    z-index: 2;
    position: relative;
}

.company-overview h2::after {
    position: absolute;
    width: 40px;
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    background: rgb(173,161,159);
}

.company-overview .knowledge-classes::after {
    z-index: 1;
    height: 100%;
    position: absolute;
    background: rgb(173,161,159,0.5);
    top: 0;
    content: "";
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
}

.company-overview .learn-lab:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.company-overview .learn-lab p {
    margin-bottom: 0;
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
}

.company-overview .learn-lab:first-child::before {
    position: absolute;
    color: rgb(173,161,159,0.5);
    font-weight: 700;
    content: "01";
    font-size: 70px;
    top: 20px;
    right: 20px;
    opacity: 0.2;
    line-height: 1;
}

.company-overview .container::after {
    width: 150px;
    bottom: -70px;
    opacity: 0.1;
    content: "";
    height: 150px;
    z-index: -1;
    border-radius: 50%;
    border: 30px solid rgb(130,118,116,0.5);
    right: -70px;
    position: absolute;
}

.study-process .container {
    backdrop-filter: blur(4px);
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    transform: perspective(1500px) rotateY(2deg);
    padding: 3rem;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03), 
                0 1px 5px rgba(0,0,0,0.02),
                0 20px 40px rgba(0,0,0,0.04);
}

.study-process p {
    max-width: 800px;
    font-size: 17px;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    color: #000000;
    line-height: 1.8;
    margin-top: 2rem;
}

.study-process .knowledge-hub {
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
}

.contact-form-box::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(173,161,159), 0.05) 100%);
    top: 0;
}

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

.contact-form-box .portrait-img {
    position: relative;
    min-height: 100%;
}

.contact-form-box .portrait-img::after {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    animation: scanLines 5s linear infinite;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(173,161,159), 0.1) 10px, rgba(rgb(173,161,159), 0.1) 11px);
    z-index: 2;
}

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

.contact-form-box input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(173,161,159), 0.2);
    border-color: rgb(173,161,159);
    outline: none;
    background: rgba(0, 0, 0, 0.3);
}

.contact-form-box .query-message input[type="checkbox"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 24px;
    position: relative;
    appearance: none;
    width: 24px;
    margin-top: 2px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    cursor: pointer;
}

.contact-form-box .query-message a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(173,161,159);
}

.contact-form-box .message-widget {
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    align-self: flex-start;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: rgb(173,161,159);
    border-radius: 10px;
    font-size: 20px;
    padding: 16px 35px;
    overflow: hidden;
    letter-spacing: 1px;
    position: relative;
}

#policyPopupWindow {
    display: none;
}

#policyPopupWindow:checked ~ .cookieAlertPromptPanel {
    opacity: 0;
    visibility: hidden;
}

.cookieAlertPromptPanel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie-hide svg, .cookie-hide svg path, .cookie-hide img {
    fill: rgb(173,161,159);
    width: 100px;
    height: 100px;
}

.wrap-container .visitor-confirm {
    padding: 40px 0;
    justify-content: space-between;
}

.wrap-container .web-cookies {
    background: #ffffff;
    color: rgb(173,161,159);
    font-size: 20px;
    margin-left: 30px;
    border: none;
    padding: 10px;
}

.join-our-mailing-list {
    z-index: 1;
    background: linear-gradient(135deg, rgb(173,161,159,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}

.join-our-mailing-list .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.join-our-mailing-list .knowledge-hub {
    border-left: 3px solid rgb(130,118,116);
    display: grid;
    padding: 2.5rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 0 0 1px rgba(255,255,255,0.1);
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
}

.join-our-mailing-list .sub-alerts {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: rgba(255,255,255,0.1);
    font-size: 13px;
    color: #ffffff;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 1rem 1.25rem;
}

.join-our-mailing-list .mail-signup::before {
    height: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    content: "";
    transition: left 0.6s ease;
    width: 100%;
}

.confidential-nest {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    width: 90%;
    border: 1px solid rgb(173,161,159);
    padding: 50px;
    background: #ffffff;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #000000;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}

.confidential-nest h1:before {
    content: "";
    left: 0;
    width: 50px;
    height: 5px;
    bottom: -5px;
    z-index: -1;
    position: absolute;
    background: rgb(130,118,116);
}

.confidential-nest h2:before {
    background: rgb(173,161,159);
    width: 30px;
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    bottom: -5px;
    height: 3px;
}

.confidential-nest div {
    padding: 25px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    line-height: 1.8;
}

.confidential-nest a {
    position: relative;
    border-bottom: 1px solid rgb(130,118,116);
    z-index: 2;
    text-decoration: none;
    color: rgb(130,118,116);
    font-weight: 400;
}

.confidential-nest button:hover {
    border-color: rgb(130,118,116);
    background: rgb(173,161,159);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 992px) {.program-outcomes {
    padding: 70px 0;
}.program-outcomes .knowledge-hub {
    gap: 40px;
    flex-direction: column;
}.program-outcomes .portrait-img {
    max-width: 60%;
    flex: none;
    margin: 0 auto;
}.program-outcomes .description-card {
    width: 90%;
    flex: none;
    margin: 0 auto;
}.program-outcomes .description-card::before {
    height: 6px;
    top: 0;
    width: 100%;
    left: 0;
}
}



@media (max-width: 576px) {.ty-block-id {
    padding: 40px 0;
}.ty-block-id h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}.ty-block-id h2::after {
    width: 100px;
    bottom: -10px;
}.ty-block-id .knowledge-hub {
    transform: translateZ(5px) rotateX(0.5deg);
    padding: 20px;
    margin-top: 15px;
}.ty-block-id li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.ty-block-id li::before {
    width: 12px;
    height: 12px;
    left: -7px;
}.ty-block-id span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}



@media (min-width: 768px) {.program-structure .job-training {
    grid-template-columns: 45% 55%;
    align-items: center;
}.program-structure .portrait-img {
    height: 500px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.program-structure .description-card {
    z-index: 2;
    padding: 50px 50px 50px 80px;
    margin-left: -80px;
}.program-structure h3 {
    font-size: 23px;
}
}



@media (max-width: 767px) {.program-structure {
    padding: 70px 0;
}.program-structure .portrait-img {
    height: 250px;
    margin-bottom: -20px;
}.program-structure .description-card {
    padding: 25px;
}.program-structure h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
    padding-bottom: 10px;
}.program-structure .description {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 991px) {.user-testimonials {
    padding: 5rem 0;
}.user-testimonials h2 {
    font-size: calc(32px * 0.9);
    max-width: 90%;
}.user-testimonials .review-praise {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}
}



@media (max-width: 768px) {.user-testimonials {
    padding: 4rem 0;
}.user-testimonials h2 {
    max-width: 100%;
    font-size: calc(32px * 0.8);
    transform: none;
}.user-testimonials h2::after {
    width: 80px;
}.user-testimonials .review-praise {
    max-width: 480px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.user-testimonials .student-feedback {
    padding: 1.5rem;
}.user-testimonials .student-feedback img {
    width: 50px;
    height: 50px;
}.user-testimonials a {
    width: 100%;
    margin-top: 2rem;
    max-width: 480px;
}
}



@media (max-width: 576px) {.guide-section {
    padding: 40px 0 20px;
}.guide-section .company_holder h3 {
    font-size: calc(28px * 0.8);
}.guide-section .header-bar h5 {
    font-size: calc(19px * 0.9);
}}



@media screen and (max-width: 767px) {.data-statistics {
    padding: 4rem 0;
}.data-statistics ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.data-statistics .statistics-plus {
    height: 180px;
}.data-statistics .statistics-plus p {
    font-size: calc(33px * 1.1);
}.data-statistics .statistics-plus span {
    font-size: calc(12px * 0.9);
}
}



@media screen and (max-width: 992px) {.explore-now {
    padding: 90px 0;
}.explore-now .knowledge-hub {
    max-width: 90%;
    padding: 50px 30px;
}.explore-now h3 {
    margin-bottom: 45px;
    font-size: calc(36px * 0.9);
}.explore-now h3::before {
    width: 60px;
}.explore-now .assist-experts {
    font-size: calc(18px * 0.95);
    padding: 14px 40px;
}
}



@media (max-width: 991px) {.future-members {
    padding: 80px 0;
}.future-members .knowledge-hub {
    padding: 40px 30px;
}.future-members h4 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.future-members div > div {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.future-members p {
    padding: 15px;
}.future-members::after {
    height: 80px;
}
}



@media (max-width: 1200px) {.offer-package {
    padding: 80px 0;
}.offer-package .member-fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}



@media (max-width: 768px) {.offer-package {
    padding: 60px 0;
}.offer-package .member-fees {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.offer-package .value-fees h4 {
    font-size: 23px;
}.offer-package .monthly-plan {
    font-size: calc(23px * 1.1);
}.offer-package .member-fees li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}



@media (max-width: 768px) {.get-help-info {
    padding: 50px 0;
}.get-help-info .ask-feedback {
    grid-template-columns: 1fr;
}.get-help-info .help-question {
    grid-column: span 1 !important;
}.get-help-info h2 {
    font-size: calc(36px * 0.9);
}.get-help-info .help-question .portrait-img {
    height: 300px;
}.get-help-info .inquire-now {
    gap: 15px;
}.get-help-info .inquire-now a {
    padding: 12px 15px;
}
}



@media (max-width: 992px) {header .main-base {
    padding: 15px;
    grid-template-rows: auto auto;
    gap: 10px;
}header .main-base .top-header {
    padding: 5px 10px;
}header .main-base .top-header .nav-main svg {
    height: 45px;
}header .main-base .header-bar {
    padding: 15px 0 10px;
}header .main-base .header-bar .header-edu {
    padding: 0 10px;
}header .main-base .header-bar .header-edu a {
    font-size: calc(12px - 1px);
    padding: 8px 3px;
}
}



@media screen and (max-width: 575px) {.company-overview {
    padding: 50px 0;
}.company-overview h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.company-overview .learn-lab {
    padding: 20px;
}.company-overview .learn-lab h3 {
    font-size: calc(21px * 0.85);
    margin-bottom: 12px;
    padding-bottom: 10px;
}.company-overview .learn-lab p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.company-overview .learn-lab:first-child::before,
    .company-overview .learn-lab:last-child::before {
    right: 10px;
    top: 10px;
    font-size: 50px;
}.company-overview .container::before,
    .company-overview .container::after {
    width: 100px;
    height: 100px;
    border-width: 20px;
}}



@media (max-width: 992px) {.contact-form-box {
    padding: 70px 0;
}.contact-form-box .feedback-inquiry {
    grid-template-columns: 1fr;
}.contact-form-box .portrait-img {
    min-height: 300px;
}.contact-form-box .request-links {
    padding: 40px 30px 50px;
}
}


@media only screen and (max-width: 800px) {.cookie-hide {
    display: none;
}.visitor-confirm {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieAlertPromptPanel h5 {
    text-align: center;
}.cookieAlertPromptPanel p {
    text-align: center;
}.cookie-visitor {
    margin-bottom: 20px;
}body .wrap-container .web-cookies {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 767px) {.join-our-mailing-list .knowledge-hub {
    padding: 2rem 1.5rem;
}.join-our-mailing-list h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 1.5rem;
}.join-our-mailing-list .mail-signup {
    width: 100%;
    margin-top: 0.5rem;
}
}



@media only screen and (max-width: 800px) {.confidential-nest {
    padding: 30px;
    width: 95%;
}.confidential-nest h1 {
    font-size: calc(20px - 10px);
}.confidential-nest h2 {
    font-size: calc(20px - 5px);
}.confidential-nest ul, .confidential-nest ol {
    padding-left: 20px;
}.confidential-nest li:before {
    left: -15px;
}.confidential-nest button {
    padding: 10px 20px;
}
}



@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}



@keyframes itemSlideIn {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}



@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



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



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



@keyframes scanBottom {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}



@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}



@keyframes slideInText {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

