.guide-section {
    flex: 0 0 auto;
}

.guide-section {
    font-family: Arial, sans-serif;
    z-index: 2;
    padding: 90px 0 50px;
    color: #ffffff;
    position: relative;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
}

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

.program-outcomes .portrait-img {
    border-radius: 16px;
    max-width: 38%;
    position: relative;
    transition: all 0.5s ease;
    flex: 0 0 38%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transform: translateY(-10px);
}

.program-outcomes .description-card {
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 16px;
    background: #ffffff;
    flex: 0 0 55%;
    padding: 40px 35px;
}

.program-outcomes h3::after {
    background: rgb(173,161,159);
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    left: 15px;
    bottom: -12px;
    border-radius: 10px;
}

.program-outcomes li p {
    display: flex;
    line-height: 1.5;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    align-items: center;
    gap: 16px;
}

.program-outcomes li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.ty-block-id {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgba(245, 245, 245, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.ty-block-id .container {
    z-index: 10;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.ty-block-id h2 {
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    font-size: 33px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transform: translateZ(30px);
    line-height: 1.4;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    position: relative;
    font-weight: 700;
    color: #000000;
    opacity: 0;
}

.ty-block-id .knowledge-hub::before {
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(130,118,116,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0.1;
    top: 0;
}

.ty-block-id li {
    opacity: 0;
    transform: translateX(-20px);
    margin-bottom: 15px;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    border-left: 3px solid rgb(130,118,116);
    position: relative;
    border-radius: 0 10px 10px 0;
    padding: 20px 15px 20px 35px;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
}

.opening-board {
    overflow: hidden;
    margin: 0;
    position: relative;
    min-height: 100vh;
    display: flex;
    background: rgb(205,203,183);
    padding: 0;
    font-family: Arial, sans-serif;
    align-items: center;
    justify-content: center;
}

.opening-board .start-home::after {
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
    content: "";
    animation: lineGrow 1.2s ease-out 0.5s forwards;
}

.opening-board .learning-welcome:hover::before {
    opacity: 0.6;
}

.opening-board .learning-welcome > div {
    color: #ffffff;
    padding: 3rem;
    display: flex;
    height: 100%;
    flex-direction: column;
    z-index: 2;
    position: relative;
    justify-content: center;
}

.opening-board .learning-welcome h3 {
    margin: 0;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    font-size: 31px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    padding-bottom: 1rem;
    line-height: 1.4;
}

.program-structure::before {
    left: 0;
    position: absolute;
    z-index: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(173,161,159,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(130,118,116,0.5), 0.06) 0%, transparent 40%);
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}

.program-structure .description-card {
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    padding: 30px;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    background: #ffffff;
    position: relative;
}

.program-structure h3::after {
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 0;
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(173,161,159);
    content: '';
    width: 60px;
}

.program-structure .description-card:hover {
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

.instructor-history {
    position: relative;
    background: linear-gradient(160deg, rgb(205,203,183) 0%, #000000 100%);
    padding: 8rem 0;
    min-height: 700px;
    overflow: hidden;
}

.instructor-history .student-feedback {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    min-height: 580px;
    grid-template-rows: auto 1fr;
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    overflow: hidden;
    grid-template-columns: 1.2fr 0.8fr;
    padding: 3rem;
    gap: 30px;
    display: grid;
    position: relative;
}

.instructor-history .portrait-img::before {
    content: "";
    border-radius: inherit;
    left: 0;
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 0;
    width: 100%;
    height: 100%;
}

.instructor-history .student-feedback:hover .name::after {
    width: 120px;
}

.instructor-history .student-feedback span:not(.name) {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    margin-top: 4rem;
    font-weight: 600;
    font-size: 21px;
    grid-column: 1;
    width: max-content;
    grid-row: 1;
    padding: 0.7rem 1.5rem;
    border-radius: 10px;
    color: rgb(130,118,116);
    background: rgba(0, 0, 0, 0.2);
    z-index: 3;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.instructor-history .container::after {
    z-index: -1;
    position: absolute;
    width: 400px;
    filter: blur(80px);
    bottom: -200px;
    opacity: 0.2;
    height: 400px;
    background: conic-gradient(from 135deg, rgb(173,161,159,0.5) 0%, rgb(130,118,116,0.5) 50%, rgb(173,161,159,0.5) 100%);
    left: -200px;
    border-radius: 50%;
    content: "";
    animation: rotateGlow 25s linear infinite;
}

.user-testimonials .container {
    position: relative;
    z-index: 2;
}

.user-testimonials h2 {
    position: relative;
    margin-bottom: 3.5rem;
    margin-left: auto;
    transform: perspective(1000px) rotateX(2deg);
    font-size: 32px;
    max-width: 80%;
    font-weight: 700;
    text-align: center;
    margin-right: auto;
    color: #000000;
}

.user-testimonials .review-praise {
    margin: 0;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 2.5rem;
    display: grid;
}

.user-testimonials .student-feedback:hover {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px) scale(1.02);
}

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

.user-testimonials .student-feedback img {
    height: 60px;
    object-fit: cover;
    width: 60px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.user-testimonials .student-feedback .description {
    margin-top: 0.75rem;
    position: relative;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    z-index: 1;
}

.user-testimonials a:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.user-testimonials a:hover::before {
    left: 100%;
}

footer::before {
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.92;
    z-index: 1;
    background: linear-gradient(210deg, #000000 0%, rgb(173,161,159) 100%);
    position: absolute;
    top: 0;
    content: '';
}

.guide-section .company_holder {
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    animation: shiftGradient 15s ease infinite;
    transform: perspective(1000px) rotateX(2deg);
    margin-top: 70px;
    order: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background-size: 200% 200%;
}

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

.guide-section .header-bar::before {
    border-radius: 10px;
    content: '';
    inset: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
}

.guide-section .header-bar .top-master {
    padding: 0 10px;
    gap: 12px;
    display: flex;
    margin: 0;
    flex-direction: column;
}

.guide-section .header-bar .top-master a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: #ffffff;
}

.guide-section .header-bar .top-master a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.equity-info .container {
    text-align: center;
}

.equity-info .access-help {
    opacity: 0.7;
    color: #ffffff;
    font-size: 16px;
}

footer::after {
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
    position: absolute;
    content: '';
}

.data-statistics .container {
    z-index: 1;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

.data-statistics h4::after {
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
    bottom: -10px;
    position: absolute;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    content: "";
}

.data-statistics .statistics-plus:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12), 
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.8) inset;
}

.data-statistics .statistics-plus::after {
    height: 150%;
    top: -25%;
    width: 150%;
    transform: scale(0.8);
    content: "";
    transition: opacity 0.5s ease, transform 0.5s ease;
    left: -25%;
    opacity: 0;
    background: radial-gradient(circle, transparent 30%, rgba(rgb(130,118,116,0.5), 0.03) 70%);
    position: absolute;
    z-index: -1;
}

.data-statistics .statistics-plus p {
    perspective: 1000px;
    margin: 0 0 0.5rem;
    line-height: 1;
    transform-style: preserve-3d;
    color: rgb(173,161,159);
    font-size: calc(33px * 1.2);
    font-weight: 700;
    position: relative;
}

.data-statistics .statistics-plus:hover span {
    color: rgb(130,118,116);
}

.data-statistics .statistics-plus:nth-child(odd) div {
    background-image: 
        linear-gradient(135deg, transparent 0%, rgba(rgb(173,161,159,0.5), 0.03) 100%);
}

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

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

.explore-now::before {
    content: '';
    opacity: 0.05;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
}

.explore-now .knowledge-hub::after {
    animation: scanBottom 4s ease-in-out infinite;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    height: 1px;
    content: '';
    width: 100%;
}

.explore-now h3::before {
    transform: translateX(-50%);
    left: 50%;
    box-shadow: 0 0 10px #ffffff;
    bottom: -15px;
    height: 2px;
    width: 70px;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    content: '';
    position: absolute;
}

.explore-now .assist-experts::before {
    opacity: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    width: 100%;
    z-index: -1;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(173,161,159),
        rgb(130,118,116)
    );
}

.explore-now .assist-experts:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(255, 255, 255, 0.3);
}

.future-members::after {
    left: 0;
    bottom: 0;
    content: "";
    background-size: cover;
    width: 100%;
    z-index: 2;
    position: absolute;
    background-position: center;
    height: 120px;
}

.future-members .knowledge-hub::before {
    border-radius: 10px;
    transform: rotate(-15deg) translateZ(-10px);
    opacity: 0.3;
    right: -10px;
    height: 100px;
    width: 100px;
    top: -10px;
    content: "";
    z-index: -1;
    position: absolute;
    background: rgb(130,118,116);
}

.future-members h4::after {
    content: "";
    border-radius: 10px;
    width: 70px;
    left: 50%;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
    transform: translateX(-50%);
}

.future-members p::after {
    top: 0;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(173,161,159,0.5) 0%, transparent 100%);
    z-index: -1;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0;
}

.future-members p:hover::after {
    opacity: 0.15;
}

.future-members p:hover svg {
    transform: scale(1.2);
}

.future-members p:hover svg path {
    fill: rgb(130,118,116);
}



.future-members .knowledge-hub > div p {
    opacity: 0;
    animation: fadeSlideUp 0.6s ease forwards;
}

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

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

.offer-package .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.fee-board::after {
    content: "";
    height: 300px;
    background: radial-gradient(ellipse, rgb(130,118,116,0.5) 5%, transparent 70%);
    left: -80px;
    bottom: -80px;
    position: absolute;
    filter: blur(20px);
    animation: pulseGlow 10s infinite alternate-reverse;
    width: 300px;
}

.offer-package .member-fees {
    margin: 0;
    padding: 0;
    gap: 30px;
    list-style: none;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.offer-package .value-fees {
    text-decoration: none;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    display: block;
}

.offer-package .rate-packages {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.offer-package .value-fees:hover h4 {
    transform: translateX(5px);
}

.offer-package .value-fees h4::after {
    bottom: 0;
    height: 3px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    background: linear-gradient(to right, rgb(173,161,159), rgb(130,118,116));
}

.offer-package .monthly-plan::before {
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
    left: -100%;
    position: absolute;
    width: 100%;
}

.get-help-info::before {
    position: absolute;
    left: 0;
    z-index: 0;
    opacity: 0.7;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgb(173,161,159,0.5) 0%, transparent 60%),
        radial-gradient(circle at 90% 90%, rgb(130,118,116,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
}

.get-help-info .help-question {
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.get-help-info h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: rgb(130,118,116);
    position: relative;
    font-weight: 700;
}

.get-help-info h3 {
    font-weight: 600;
    color: rgb(130,118,116);
    font-size: 23px;
    margin-bottom: 15px;
}

.get-help-info .join-us {
    font-size: calc(17px * 1.1);
    color: rgb(130,118,116);
    margin-bottom: 20px;
    font-weight: 600;
}

.get-help-info .get-support span {
    transition: background 0.3s ease;
    font-size: calc(17px * 0.9);
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
}

.get-help-info .inquire-now a {
    padding: 15px 20px;
    position: relative;
    flex-direction: column;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
}

.get-help-info .inquire-now a p {
    margin: 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 17px;
}

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

.get-help-info .help-question:nth-child(2) {
    animation: float 8s ease-in-out infinite;
}



.get-help-info .help-question:hover h2::after {
    width: 80px;
    transition: width 0.3s ease;
}

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

header .main-base {
    padding: 20px;
    gap: 15px;
    display: grid;
    position: relative;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}

header .main-base .top-header {
    padding: 5px 20px 15px;
    position: relative;
    justify-self: center;
    z-index: 10;
}

header .main-base .top-header::after {
    bottom: -5px;
    right: -5px;
    border-right: 2px solid rgb(130,118,116);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(130,118,116);
    transform: scale(0);
}

header .main-base .header-bar {
    list-style: none;
    background: linear-gradient(180deg, transparent, rgb(130,118,116) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    padding: 20px 0 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

header .main-base .header-bar .header-edu:hover {
    transform: translateY(-3px);
}

header .main-base .header-bar .header-edu a:hover {
    color: rgb(173,161,159);
}

header .main-base .header-bar .header-edu a::before {
    transition: transform 0.3s ease;
    background: rgb(130,118,116);
    width: 100%;
    content: "";
    bottom: 5px;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    position: absolute;
}

.company-overview h2 {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 700;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    color: #000000;
    padding: 0 15px;
}

.company-overview .learn-lab {
    border-radius: 15px;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 35px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.company-overview .learn-lab:first-child {
    border-bottom: 3px solid rgb(173,161,159);
}

.company-overview .learn-lab h3 {
    display: inline-block;
    position: relative;
    color: rgb(173,161,159);
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}

.company-overview .container::before {
    left: -100px;
    top: -100px;
    z-index: -1;
    border-radius: 50%;
    width: 200px;
    border: 30px solid rgb(173,161,159,0.5);
    height: 200px;
    content: "";
    position: absolute;
    opacity: 0.1;
}

.study-process::before {
    z-index: 0;
    width: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.1;
    content: "";
    background: linear-gradient(to right, rgb(173,161,159,0.5), rgb(130,118,116));
    right: -5%;
    animation: floatElement 15s ease-in-out infinite alternate;
    position: absolute;
    top: -5%;
    height: 300px;
}

.study-process .container:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 3px 10px rgba(0,0,0,0.03),
                0 30px 60px rgba(0,0,0,0.06);
    transform: perspective(1500px) rotateY(0deg);
}

.study-process h3::after {
    content: "";
    height: 3px;
    left: 0;
    width: 60px;
    transform: scaleX(0);
    position: absolute;
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    background: linear-gradient(to right, rgb(173,161,159), rgb(130,118,116));
    bottom: -10px;
    transform-origin: left;
}

.contact-form-box {
    position: relative;
    background: linear-gradient(120deg, rgb(205,203,183) 0%, #1a1e2e 100%);
    overflow: hidden;
    padding: 90px 0;
}

.contact-form-box .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.contact-form-box h2 {
    position: relative;
    margin-bottom: 70px;
    letter-spacing: 2px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}

.contact-form-box .feedback-inquiry {
    grid-template-columns: 6fr 4fr;
    backdrop-filter: blur(10px);
    display: grid;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}



.contact-form-box .request-links {
    padding: 50px;
    position: relative;
}

.contact-form-box #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.contact-form-box h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-form-box input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact-form-box .query-message {
    gap: 12px;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}

.contact-form-box .query-message input[type="checkbox"]:checked::after {
    top: 6px;
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
    height: 10px;
    left: 9px;
    border-width: 0 2px 2px 0;
    content: "";
    border: solid #ffffff;
}

.contact-form-box .query-message a:hover {
    color: #ffffff;
}

.contact-form-box .query-message a:hover::after {
    background: #ffffff;
}

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

.contact-form-box svg path {
    fill: rgb(173,161,159);
    transition: all 0.3s ease;
}

.contact-form-box svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}

.cookieAlertPromptPanel {
    border-top: 2px solid rgb(173,161,159);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 90;
    background: rgb(205,203,183);
}

.cookieAlertPromptPanel p {
    font-size: 18px;
}

.web-cookies {
    text-decoration: none;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 24px;
    border-bottom: 2px solid rgb(173,161,159);
    cursor: pointer;
    color: rgb(173,161,159);
    min-width: 120px;
    margin-left: 10px;
}

.wrap-container .cookie-visitor h5 {
    font-weight: 700;
}

.wrap-container .cookie-visitor h5, .wrap-container .cookie-visitor p {
    color: #ffffff;
}

.join-our-mailing-list::after {
    background: radial-gradient(ellipse at center, rgb(173,161,159,0.5) 0%, transparent 70%);
    top: 0;
    z-index: -2;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
}

.join-our-mailing-list h3 {
    font-size: calc(24px * 1.1);
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-left: 1.5rem;
    margin: 0;
    position: relative;
    line-height: 1.4;
    color: #ffffff;
}

.join-our-mailing-list .input_holder {
    transform: translateZ(0);
    max-width: 650px;
    position: relative;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    gap: 1.25rem;
}

.join-our-mailing-list .input_holder div::before {
    background: linear-gradient(to right, rgb(130,118,116,0.5), transparent);
    opacity: 0;
    width: 100%;
    border-radius: 10px;
    content: "";
    transition: opacity 0.3s ease-out;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    position: absolute;
}

.join-our-mailing-list .sub-alerts::placeholder {
    color: rgba(255,255,255,0.6);
}

.join-our-mailing-list .mail-signup:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0,0,0,0.2);
}

.join-our-mailing-list .mail-signup:hover::before {
    left: 100%;
}

.join-our-mailing-list .mail-signup:active {
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    transform: translateY(-1px);
}

.confidential-nest:before {
    position: absolute;
    width: 150px;
    z-index: 1;
    content: "";
    height: 150px;
    border-radius: 50%;
    background: rgb(173,161,159,0.5);
    left: -50px;
    top: -50px;
}

.confidential-nest h1 {
    z-index: 2;
    border-bottom: 3px solid rgb(173,161,159);
    color: #000000;
    position: relative;
    margin-top: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 46px;
    font-weight: 700;
}

.confidential-nest li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
}

.confidential-nest .container {
    z-index: 2;
    position: relative;
}

.confidential-nest h3, .confidential-nest h4, .confidential-nest h5, .confidential-nest h6 {
    font-weight: 600;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    color: rgb(173,161,159);
    font-size: 1.2em;
    margin-bottom: 15px;
}

.confidential-nest a:hover {
    color: rgb(173,161,159);
    border-bottom: 1px solid rgb(173,161,159);
}

.offer-package .value-fees p::-webkit-scrollbar {
    width: 6px;
}

.offer-package .value-fees p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.offer-package .value-fees p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(173,161,159);
}



@media (max-width: 992px) {.ty-block-id {
    padding: 60px 0;
}.ty-block-id h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}.ty-block-id .knowledge-hub {
    padding: 30px;
}
}



@media (max-width: 768px) {.ty-block-id {
    padding: 50px 0;
}.ty-block-id h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 25px;
}.ty-block-id .knowledge-hub {
    padding: 25px;
    transform: translateZ(10px) rotateX(1deg);
}.ty-block-id span {
    font-size: 12px;
}.ty-block-id li {
    padding: 15px 10px 15px 25px;
}
}



@media (max-width: 768px) {.opening-board > div {
    padding: 1.5rem;
}.opening-board .expert-network {
    margin-bottom: 2rem;
}.opening-board .start-home {
    font-size: calc(43px * 0.8);
}.opening-board .learning-welcome {
    min-height: 300px;
}.opening-board .learning-welcome > div {
    padding: 2rem;
}.opening-board .learning-welcome p {
    max-width: 100%;
}.opening-board .learning-welcome h3 {
    font-size: calc(31px * 0.8);
}
}



@media (min-width: 992px) {.program-structure {
    padding: 120px 0;
}.program-structure .job-training {
    gap: 60px;
}.program-structure .portrait-img {
    height: 550px;
    transform: perspective(1000px) rotateY(-3deg);
}.program-structure .description-card {
    padding: 60px 60px 60px 120px;
    margin-left: -120px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.program-structure h3 {
    font-size: calc(23px * 1.2);
    margin-bottom: 30px;
}
}



@media (prefers-reduced-motion: reduce) {.program-structure .portrait-img,
  .program-structure .description-card,
  .program-structure h3::after,
  .program-structure .description-card::before {
    transition: none;
    transform: none;
}}



@media (max-width: 576px) {.instructor-history {
    padding: 5rem 0;
}.instructor-history .student-feedback {
    padding: 1.5rem;
}.instructor-history .portrait-img {
    height: 250px;
}.instructor-history .name {
    font-size: 21px;
}.instructor-history .student-feedback span:not(.name) {
    padding: 0.6rem 1rem;
    margin-top: 3rem;
    font-size: 18px;
}.instructor-history .job-expertise {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    padding: 1.5rem;
}}



@media (max-width: 480px) {.user-testimonials {
    padding: 3rem 0;
}.user-testimonials h2 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.7);
}.user-testimonials .student-feedback {
    padding: 1.25rem;
}.user-testimonials .student-feedback img {
    height: 45px;
    width: 45px;
}.user-testimonials .student-feedback h4 {
    font-size: calc(22px * 0.9);
}.user-testimonials .student-feedback .description {
    font-size: calc(17px * 0.95);
}}



@media screen and (min-width: 992px) {.data-statistics ul {
    grid-template-columns: repeat(4, 1fr);
}.data-statistics h4 {
    margin-top: 4rem;
    font-size: calc(20px * 1.1);
}.data-statistics .statistics-plus p {
    font-size: calc(33px * 1.4);
}.data-statistics .statistics-plus:nth-child(1) {
    transform: rotate(-1deg) translateY(0);
}.data-statistics .statistics-plus:nth-child(3) {
    transform: rotate(1deg) translateY(0);
}.data-statistics .statistics-plus:nth-child(1):hover {
    transform: rotate(-1deg) translateY(-8px);
}.data-statistics .statistics-plus:nth-child(3):hover {
    transform: rotate(1deg) translateY(-8px);
}
}



@media screen and (max-width: 576px) {.explore-now {
    padding: 60px 0;
}.explore-now .knowledge-hub {
    padding: 30px 20px;
}.explore-now h3 {
    letter-spacing: 1.5px;
    font-size: calc(36px * 0.7);
    margin-bottom: 35px;
}.explore-now h3::before {
    width: 40px;
    bottom: -10px;
}.explore-now h3::after {
    bottom: -18px;
}.explore-now .assist-experts {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(18px * 0.85);
}}



@media (max-width: 576px) {.future-members {
    padding: 60px 0 80px;
}.future-members .knowledge-hub {
    padding: 30px 20px;
}.future-members .knowledge-hub::before,
    .future-members .knowledge-hub::after {
    width: 70px;
    height: 70px;
}.future-members h4 {
    font-size: calc(32px * 0.7);
    margin-bottom: 20px;
    padding-bottom: 10px;
}.future-members h4::after {
    height: 3px;
    width: 50px;
}.future-members p {
    padding: 12px;
    font-size: calc(14px * 0.9);
}.future-members p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.future-members::after {
    height: 40px;
}}



@media (max-width: 992px) {.get-help-info {
    padding: 60px 0;
}.get-help-info .ask-feedback {
    grid-template-columns: 1fr 1fr;
}.get-help-info .help-question:last-child {
    grid-column: span 2;
}.get-help-info .help-question {
    padding: 30px;
}
}



@media (max-width: 576px) {.get-help-info {
    padding: 40px 0;
}.get-help-info .help-question {
    padding: 25px 20px;
}.get-help-info h2 {
    font-size: calc(36px * 0.8);
}.get-help-info p {
    font-size: calc(17px * 0.95);
}.get-help-info .get-support {
    flex-direction: column;
    gap: 8px;
}.get-help-info .get-support span {
    width: 100%;
}.get-help-info .help-question .portrait-img {
    height: 250px;
}}



@media screen and (max-width: 991px) {.company-overview {
    padding: 70px 0;
}.company-overview h2 {
    margin-bottom: 40px;
}.company-overview .knowledge-classes {
    gap: 25px;
    grid-template-columns: 1fr;
}.company-overview .knowledge-classes::before,
    .company-overview .knowledge-classes::after {
    display: none;
}.company-overview .learn-lab {
    padding: 30px;
}
}




@media (max-width: 992px) {.study-process {
    padding: 80px 0;
}.study-process .container {
    padding: 2rem;
    transform: perspective(1200px) rotateY(1deg);
}.study-process h3 {
    font-size: calc(31px * 0.85);
}
}



@media (max-width: 768px) {.study-process {
    padding: 60px 0;
}.study-process .container {
    transform: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    padding: 1.5rem;
}.study-process::before,
    .study-process::after {
    height: 150px;
    width: 150px;
}.study-process h3 {
    font-size: calc(31px * 0.75);
}.study-process p {
    margin-top: 1.5rem;
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 768px) {.contact-form-box {
    padding: 50px 0;
}.contact-form-box h2 {
    margin-bottom: 50px;
    font-size: calc(30px - 4px);
}.contact-form-box .portrait-img {
    min-height: 250px;
}
}


@media only screen and (max-width: 1200px) {.cookieAlertPromptPanel {
    padding: 20px;
}
}



@media (min-width: 768px) {.join-our-mailing-list {
    padding: 5rem 3rem;
}.join-our-mailing-list .knowledge-hub {
    padding: 3rem;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    transform: perspective(1000px) rotateX(1deg);
}.join-our-mailing-list h3 {
    font-size: 24px;
    padding-right: 2rem;
}.join-our-mailing-list .input_holder {
    flex-direction: row;
    align-items: stretch;
}.join-our-mailing-list .input_holder div {
    flex: 1;
}.join-our-mailing-list .sub-alerts {
    height: 100%;
}
}



@media (max-width: 480px) {.join-our-mailing-list {
    padding: 3rem 1.5rem;
}.join-our-mailing-list .knowledge-hub {
    padding: 1.5rem;
}.join-our-mailing-list h3 {
    padding-left: 1rem;
    font-size: calc(24px * 0.85);
}.join-our-mailing-list .sub-alerts {
    padding: 0.9rem 1rem;
}}



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



@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}



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



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



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



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

@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}



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



@keyframes pulseRadial {
    0% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
    50% {
        opacity: 0.5;
        background-size: 90px 90px;
    }
    100% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
}

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

@keyframes patternMove {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



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

