* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.Cwrapper-holder {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}.fhead_pro {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    background: rgb(161,149,128);
    width: 17px;
}::-webkit-scrollbar-track {
    border-radius: 1rem;
    box-shadow: inset 5px -4px 4px 4px rgba(0, 0, 0, 0.4);
    background: linear-gradient(186deg, #ffffff 75%, rgb(255, 255, 255, 0.5) 41%, rgb(161,149,128) 4%, rgb(195,184,162) 73%, rgb(195,184,162,0.5) 3%, rgb(231,218,197) 93%);
}::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at top left, #ffffff 39%, rgb(255, 255, 255, 0.5) 61%, rgb(161,149,128) 86%, rgb(195,184,162,0.5) 75%);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(161,149,128,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px 5px 8px -1px rgba(0, 0, 0, 0.1);
    background: rgb(161,149,128,0.5);
    transform: translateY(1px);
}html {
    scrollbar-color: rgb(161,149,128,0.5) rgb(255, 255, 255, 0.5);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 4px;
}::-webkit-scrollbar-thumb {
    background: rgb(231,218,197);
}}

.container {
    width: 1131px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}.Imodule_end {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: fixed;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgb(195,184,162,0.5);
    z-index: 1000;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    background: linear-gradient(180deg, 
        rgb(195,184,162) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
}header:before {
    opacity: 0.1;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(195,184,162,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(161,149,128,0.5) 0%, transparent 25%);
    pointer-events: none;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
}header:after {
    width: 100%;
    content: '';
    opacity: 0.02;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    pointer-events: none;
    mix-blend-mode: overlay;
}header .qsite_head {
    position: relative;
    overflow: hidden;
}header .qsite_head:before {
    box-shadow: 0 0 15px rgb(195,184,162), 0 0 35px rgb(195,184,162);
    width: 200%;
    position: absolute;
    opacity: 0.7;
    height: 1px;
    content: '';
    animation: scanlineGlow 4s linear infinite;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(195,184,162) 25%,
        #ffffff 50%,
        rgb(195,184,162) 75%,
        transparent 100%
    );
    bottom: 0;
    left: -50%;
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 18px 25px;
    margin: 0 auto;
}header .container:before {
    mix-blend-mode: overlay;
    pointer-events: none;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
}header .emain_primary {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .emain_primary:before {
    filter: blur(15px);
    border-radius: 50%;
    top: 50%;
    width: 20px;
    left: -10px;
    height: 20px;
    background: rgb(195,184,162);
    content: '';
    opacity: 0.3;
    position: absolute;
    transform: translateY(-50%);
    animation: breathe 5s infinite alternate;
}header .emain_primary:after {
    content: '';
    opacity: 0.3;
    transform: translateY(-50%);
    animation: breathe 5s infinite alternate-reverse;
    top: 50%;
    position: absolute;
    width: 20px;
    right: -10px;
    background: rgb(161,149,128);
    border-radius: 50%;
    height: 20px;
    filter: blur(15px);
}header .qmain_navbar {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
}header .qmain_navbar:before {
    filter: blur(5px);
    top: -5%;
    width: 110%;
    animation: menuGlow 10s infinite ease-in-out;
    transform: translateX(-100%);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(195,184,162,0.5), 
        transparent
    );
    content: '';
    height: 110%;
    opacity: 0.15;
    position: absolute;
    left: -5%;
}header .Mheader_lead {
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    padding: 8px 2px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 0 1px #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 12px;
}header .Mheader_lead:before {
    top: 0;
    transition: all 0.4s ease;
    position: absolute;
    height: 100%;
    opacity: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(195,184,162,0.5), 
        transparent
    );
    transform: skewX(-20deg) scale(0.8, 1);
    width: 100%;
    content: '';
    left: 0;
    z-index: -1;
}header .Mheader_lead:after {
    left: 50%;
    transform: translateX(-50%);
    filter: blur(0.5px);
    bottom: -2px;
    width: 0;
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(195,184,162),
        #ffffff 50%,
        rgb(195,184,162)
    );
    content: '';
    height: 2px;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .Mheader_lead:hover {
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(195,184,162);
    transform: translateY(-2px);
}header .Mheader_lead:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .Mheader_lead:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(195,184,162),
        0 0 10px rgb(195,184,162);
}header .rfirst_section {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 5px;
}header .rfirst_section:before {
    transition: opacity 0.5s ease;
    height: 150%;
    width: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    top: 50%;
    position: absolute;
    background: radial-gradient(circle, 
        rgb(195,184,162,0.5) 0%, 
        transparent 70%
    );
    content: '';
}header .rfirst_section:after {
    top: -5px;
    border: 1px solid transparent;
    border-image: linear-gradient(45deg, rgb(195,184,162), rgb(161,149,128), rgb(195,184,162)) 1;
    position: absolute;
    height: calc(100% + 10px);
    content: '';
    opacity: 0;
    left: -5px;
    width: calc(100% + 10px);
    transition: all 0.5s ease;
}header .rfirst_section:hover:before {
    opacity: 0.3;
}header .rfirst_section:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .rfirst_section svg {
    position: relative;
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 2px rgb(195,184,162,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .rfirst_section:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(195,184,162));
}header .rfirst_section:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(195,184,162), rgb(161,149,128), rgb(195,184,162)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(195,184,162), rgb(161,149,128), rgb(195,184,162)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(195,184,162), rgb(161,149,128), rgb(195,184,162)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .qmain_navbar {
    gap: 20px;
}header .rfirst_section svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .qmain_navbar {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: fixed;
    right: -100%;
    padding: 85px 30px 30px;
    overflow-y: auto;
    width: 85%;
    top: 0;
    flex-direction: column;
    z-index: 1001;
    max-width: 330px;
    -webkit-backdrop-filter: blur(15px);
    gap: 25px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    height: 100vh;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
}header .qmain_navbar:before {
    opacity: 0.3;
    animation: none;
    top: 70px;
    width: 80%;
    left: 10%;
    height: 1px;
}header .qmain_navbar:after {
    height: 30px;
    width: 30px;
    position: absolute;
    background: transparent;
    border: 1px solid rgb(195,184,162,0.5);
    opacity: 0.6;
    content: '';
    top: 20px;
    right: 20px;
}header .menu.active {
    right: 0;
}header .Mheader_lead {
    border-bottom: 1px solid rgb(195,184,162,0.5);
    width: 100%;
    text-align: left;
    opacity: 0.8;
    padding: 12px 5px;
}header .Mheader_lead:last-child {
    border-bottom: none;
}header .Mheader_lead:hover {
    opacity: 1;
    transform: translateY(0);
}header .rfirst_section {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .rfirst_section svg {
    height: 35px;
}header .qmain_navbar {
    width: 100%;
    max-width: 100%;
}}.rtestimonials {
    background: linear-gradient(135deg, rgb(231,218,197) 0%, #ffffff 100%);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.rtestimonials::before {
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 0% 85%);
    content: "";
    left: -10%;
    background: linear-gradient(225deg, rgb(195,184,162,0.5) 0%, transparent 70%);
    width: 40%;
    top: -5%;
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    height: 70%;
    z-index: 1;
}.rtestimonials::after {
    position: absolute;
    transform: rotate(15deg) skewX(15deg);
    height: 75%;
    z-index: 1;
    background: linear-gradient(45deg, transparent 30%, rgb(161,149,128,0.5) 100%);
    content: "";
    width: 50%;
    bottom: -5%;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 80%);
    right: -10%;
}.rtestimonials .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.rtestimonials h2 {
    margin-bottom: 3rem;
    font-size: 31px;
    transform: translateX(-5%);
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
}.rtestimonials h2::after {
    content: "";
    width: 40%;
    transform-origin: left center;
    position: absolute;
    height: 4px;
    left: 0;
    transform: skewX(-20deg);
    background: rgb(195,184,162);
    bottom: -0.8rem;
}.rtestimonials .Treviews_hub {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    list-style: none;
}.rtestimonials .olearning_opinion {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    background: #ffffff;
    padding: 2rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
}.rtestimonials .olearning_opinion:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px) scale(1.02);
}.rtestimonials .olearning_opinion::before {
    position: absolute;
    height: 100%;
    content: "";
    transform: scaleY(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(to bottom, rgb(195,184,162), rgb(161,149,128));
    left: 0;
    top: 0;
    transform-origin: top;
    width: 6px;
}.rtestimonials .olearning_opinion:hover::before {
    transform: scaleY(1);
}.rtestimonials .olearning_opinion:nth-child(3n+1) {
    transform: translateY(20px);
}.rtestimonials .olearning_opinion:nth-child(3n+2) {
    transform: translateY(-10px);
}.rtestimonials .olearning_opinion:nth-child(3n+1):hover {
    transform: translateY(10px) scale(1.02);
}.rtestimonials .olearning_opinion:nth-child(3n+2):hover {
    transform: translateY(-20px) scale(1.02);
}.rtestimonials .olearning_opinion div {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}.rtestimonials .olearning_opinion img {
    border: 3px solid #ffffff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    object-fit: cover;
}.rtestimonials .olearning_opinion:hover img {
    transform: scale(1.1);
    border-color: rgb(195,184,162);
}.rtestimonials .olearning_opinion h4 {
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    color: #000000;
    position: relative;
}.rtestimonials .olearning_opinion h4::after {
    transition: transform 0.3s ease;
    width: 30px;
    height: 2px;
    transform: scaleX(0);
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    background: rgb(161,149,128);
    transform-origin: left;
    content: "";
}.rtestimonials .olearning_opinion:hover h4::after {
    transform: scaleX(1);
}.rtestimonials .description {
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-size: 13px;
    position: relative;
    margin: 0;
}.rtestimonials .description::before {
    font-size: 3.5rem;
    position: absolute;
    content: "";
    opacity: 0.4;
    left: 0;
    color: rgb(195,184,162,0.5);
    top: -10px;
    line-height: 1;
}.rtestimonials a {
    display: inline-block;
    overflow: hidden;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    margin-top: 3rem;
    font-weight: 600;
    transform: translateX(40%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s ease;
    position: relative;
    background: linear-gradient(135deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
}.rtestimonials a::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    left: -100%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}.rtestimonials a:hover {
    transform: translateX(40%) translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}.rtestimonials a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.rtestimonials {
    padding: 5rem 0;
}.rtestimonials h2 {
    transform: translateX(0);
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.rtestimonials .Treviews_hub {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.rtestimonials .olearning_opinion:nth-child(3n+1),
    .rtestimonials .olearning_opinion:nth-child(3n+2) {
    transform: translateY(0);
}.rtestimonials .olearning_opinion:nth-child(odd) {
    transform: translateY(15px);
}.rtestimonials .olearning_opinion:nth-child(even) {
    transform: translateY(-15px);
}.rtestimonials .olearning_opinion:nth-child(odd):hover {
    transform: translateY(5px) scale(1.02);
}.rtestimonials .olearning_opinion:nth-child(even):hover {
    transform: translateY(-25px) scale(1.02);
}.rtestimonials a {
    transform: translateX(20%);
}.rtestimonials a:hover {
    transform: translateX(20%) translateY(-5px);
}
}

@media (max-width: 768px) {.rtestimonials {
    padding: 4rem 0;
}.rtestimonials::before,
    .rtestimonials::after {
    height: 40%;
    width: 70%;
}.rtestimonials h2 {
    font-size: calc(31px * 0.8);
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}.rtestimonials h2::after {
    width: 50%;
    left: 25%;
}.rtestimonials .Treviews_hub {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.rtestimonials .olearning_opinion,
    .rtestimonials .olearning_opinion:nth-child(odd),
    .rtestimonials .olearning_opinion:nth-child(even) {
    transform: translateY(0);
}.rtestimonials .olearning_opinion:hover,
    .rtestimonials .olearning_opinion:nth-child(odd):hover,
    .rtestimonials .olearning_opinion:nth-child(even):hover {
    transform: translateY(-8px) scale(1.01);
}.rtestimonials a {
    display: block;
    transform: translateX(0);
    text-align: center;
    width: 80%;
    margin: 2rem auto 0;
}.rtestimonials a:hover {
    transform: translateY(-5px);
}
}

@media (max-width: 480px) {.rtestimonials {
    padding: 3rem 0;
}.rtestimonials h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.rtestimonials .olearning_opinion {
    padding: 1.5rem;
}.rtestimonials .olearning_opinion div {
    margin-bottom: 1rem;
}.rtestimonials .olearning_opinion img {
    height: 50px;
    width: 50px;
}.rtestimonials .description {
    padding-left: 1rem;
    font-size: calc(13px * 0.95);
}.rtestimonials .description::before {
    font-size: 2.5rem;
}.rtestimonials a {
    width: 100%;
    padding: 0.8rem 1.5rem;
}}.qcourse_program_info {
    background-color: rgb(231,218,197);
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
}.qcourse_program_info .xfuture_class {
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
}.qcourse_program_info .Vlearn_route {
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    display: flex;
    width: calc(100% * var(--slide-count, 5));
}.qcourse_program_info .xfuture_class:hover .Vlearn_route {
    animation-play-state: paused;
}.qcourse_program_info .oknowledge_route {
    position: relative;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
}.qcourse_program_info .oknowledge_route::before {
    background: linear-gradient(
        135deg,
        rgb(195,184,162,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(161,149,128,0.5) 100%
    );
    top: 0;
    z-index: 1;
    opacity: 0.8;
    transition: opacity 0.5s ease;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}.qcourse_program_info .oknowledge_route:hover::before {
    opacity: 0.4;
}.qcourse_program_info .oknowledge_route img {
    object-fit: cover;
    width: 100%;
    filter: brightness(0.85) contrast(1.1);
    height: 100%;
    transform: scale(1.05);
    transition: transform 0.7s ease-out;
}.qcourse_program_info .oknowledge_route:hover img {
    filter: brightness(0.95) contrast(1.05);
    transform: scale(1);
}.qcourse_program_info .container {
    z-index: 2;
    position: relative;
    align-items: center;
    height: 100%;
    margin: auto;
    display: flex;
    padding: 4rem 2rem;
    justify-content: flex-end;
}.qcourse_program_info .oskill_sessions {
    width: 100%;
    position: relative;
    max-width: 600px;
    margin-right: 5%;
}.qcourse_program_info .icareer_lab {
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(8px);
    border-radius: 28px;
    padding: 3rem;
}.qcourse_program_info .icareer_lab::before {
    position: absolute;
    height: 3px;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(195,184,162) 0%,
        rgb(161,149,128) 100%
    );
}.qcourse_program_info .icareer_lab::after {
    width: 50%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(195,184,162,0.5) 100%
    );
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
}.qcourse_program_info .icareer_lab:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateY(-5px);
}.qcourse_program_info .icareer_lab h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}.qcourse_program_info .icareer_lab h3::after {
    transition: width 0.3s ease;
    background-color: rgb(195,184,162);
    width: 40%;
    left: 0;
    content: "";
    bottom: -8px;
    height: 2px;
    position: absolute;
}.qcourse_program_info .icareer_lab:hover h3::after {
    width: 60%;
}.qcourse_program_info .icareer_lab p {
    opacity: 0.8;
    font-size: 13px;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-weight: 300;
    color: #ffffff;
}.qcourse_program_info .icareer_lab .hcontact_reach {
    z-index: 1;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    padding: 0.85rem 2rem;
    box-shadow: 0 4px 15px rgb(195,184,162,0.5);
    background: linear-gradient(
        45deg,
        rgb(195,184,162) 0%,
        rgb(161,149,128) 100%
    );
    color: #ffffff;
    position: relative;
}.qcourse_program_info .icareer_lab .hcontact_reach::before {
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(161,149,128) 0%,
        rgb(195,184,162) 100%
    );
    top: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
}.qcourse_program_info .icareer_lab .hcontact_reach:hover {
    box-shadow: 0 8px 20px rgb(195,184,162,0.5);
    transform: translateY(-2px);
}.qcourse_program_info .icareer_lab .hcontact_reach:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.qcourse_program_info::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
}

@media (max-width: 992px) {.qcourse_program_info .container {
    padding: 3rem 1.5rem;
    justify-content: center;
}.qcourse_program_info .oskill_sessions {
    max-width: 540px;
    margin-right: 0;
}.qcourse_program_info .icareer_lab {
    padding: 2.5rem;
}.qcourse_program_info .icareer_lab h3 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.qcourse_program_info .container {
    padding-bottom: 4rem;
    padding-top: 4rem;
}.qcourse_program_info .icareer_lab {
    padding: 2rem;
}.qcourse_program_info .icareer_lab h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.2rem;
}.qcourse_program_info .icareer_lab p {
    margin-bottom: 1.5rem;
}.qcourse_program_info .icareer_lab .hcontact_reach {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.qcourse_program_info .Vlearn_route {
    animation-duration: 20s;
}.qcourse_program_info .container {
    padding: 3rem 1rem;
}.qcourse_program_info .icareer_lab {
    padding: 1.5rem;
}.qcourse_program_info .icareer_lab h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1rem;
}.qcourse_program_info .icareer_lab p {
    margin-bottom: 1.25rem;
    font-size: calc(13px * 0.9);
}.qcourse_program_info .icareer_lab .hcontact_reach {
    font-size: calc(14px * 0.9);
    padding: 0.65rem 1.5rem;
}}

.qcourse_program_info .Vlearn_route::before {
    content: "";
    position: fixed;
    width: 1px;
    height: 1px;
    animation: set-slide-count 0.1s forwards;
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.qcourse_program_info .oknowledge_route:nth-child(1) {
    --slide-color: rgb(195,184,162);
}.qcourse_program_info .oknowledge_route:nth-child(2) {
    --slide-color: rgb(161,149,128);
}.qcourse_program_info .oknowledge_route:nth-child(3) {
    --slide-color: rgb(195,184,162);
}.qcourse_program_info .oknowledge_route:nth-child(4) {
    --slide-color: rgb(161,149,128);
}.qcourse_program_info .oknowledge_route:nth-child(5) {
    --slide-color: rgb(195,184,162);
}.qcourse_program_info .oknowledge_route::after {
    top: 0;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(195,184,162)) 150%
    );
    opacity: 0.3;
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    height: 100%;
    mix-blend-mode: soft-light;
    width: 100%;
}.qcourse_program_info .oknowledge_route:hover::after {
    opacity: 0.5;
}.ZappPage {
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.ZappPage::before {
    z-index: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(195,184,162,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(195,184,162,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(195,184,162,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(195,184,162,0.5), 0.05) 75%);
    animation: patternShift 60s linear infinite;
    position: absolute;
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    top: 0;
}.ZappPage::after {
    right: -5%;
    top: -10%;
    filter: blur(70px);
    z-index: 0;
    animation: floatGlow 15s ease-in-out infinite alternate;
    background: linear-gradient(145deg, rgb(195,184,162,0.5), rgb(161,149,128,0.5));
    position: absolute;
    content: "";
    height: 50%;
    opacity: 0.25;
    width: 30%;
}.ZappPage .container {
    transform: translateZ(0);
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
}.ZappPage h2 {
    position: relative;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: -0.01em;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    font-size: 31px;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.ZappPage h2::after {
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
    width: 6rem;
    bottom: -1rem;
    box-shadow: 0 2px 10px rgba(rgb(195,184,162,0.5), 0.2);
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 50%;
    height: 3px;
    content: "";
}.ZappPage:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.ZappPage .oskill_sessions {
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(0);
    padding: 3rem 2.5rem;
    position: relative;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
}.ZappPage .oskill_sessions::before {
    height: 5px;
    left: -2px;
    z-index: 1;
    animation: gradientMove 6s linear infinite;
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128), rgb(195,184,162));
    background-size: 200% 100%;
    position: absolute;
    content: "";
    top: -2px;
    right: -2px;
}.ZappPage .oskill_sessions::after {
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 30%;
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgba(rgb(231,218,197), 0.05));
}.ZappPage:hover .oskill_sessions {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}.ZappPage ul {
    padding: 0;
    z-index: 2;
    margin: 0;
    list-style: none;
    position: relative;
}.ZappPage li {
    z-index: 2;
    position: relative;
}.ZappPage li::before {
    transform: scale(0.8);
    opacity: 0.3;
    z-index: -1;
    left: -1rem;
    top: -0.5rem;
    position: absolute;
    width: 2rem;
    content: "";
    background-image: radial-gradient(circle, rgb(161,149,128,0.5) 0%, transparent 70%);
    transition: transform 0.6s ease, opacity 0.6s ease;
    height: 2rem;
}.ZappPage:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}.ZappPage span {
    font-size: 16px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    padding: 0.5rem 0;
    color: #000000;
    display: block;
    position: relative;
    line-height: 1.7;
}.ZappPage span::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(195,184,162);
}

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

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

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

@media (max-width: 991px) {.ZappPage {
    padding: 4rem 0;
}.ZappPage h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.ZappPage .oskill_sessions {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.ZappPage {
    padding: 3.5rem 0;
}.ZappPage h2 {
    font-size: calc(31px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.ZappPage h2::after {
    bottom: -0.8rem;
    width: 5rem;
}.ZappPage .oskill_sessions {
    padding: 2rem 1.5rem;
}.ZappPage span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 575px) {.ZappPage {
    padding: 3rem 0;
}.ZappPage h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.8rem;
}.ZappPage h2::after {
    width: 4rem;
}.ZappPage .oskill_sessions {
    padding: 1.5rem 1.25rem;
}.ZappPage span {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}.ZappPage li::before {
    height: 1.5rem;
    top: -0.3rem;
    width: 1.5rem;
    left: -0.5rem;
}}#HcookieNoticeAlert {
    display: none;
}#HcookieNoticeAlert:checked ~ .Ecookie_popup_overlay {
    opacity: 0;
    visibility: hidden;
}.Ecookie_popup_overlay {
    background: rgb(161,149,128);
    bottom: 0;
    padding: 20px 0;
    border-top: 3px solid rgb(195,184,162);
    position: fixed;
    font-family: Arial, sans-serif;
    z-index: 90;
    width: 100%;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
}.kvisitor_privacy {
    align-items: center;
    padding: 20px 5%;
    border: 2px dashed rgb(195,184,162);
    display: flex;
    justify-content: space-between;
    border-radius: 19px;
    gap: 20px;
    background: rgba(0, 0, 0, 0.5);
}.Ecookie_popup_overlay h5 {
    letter-spacing: 1.5px;
    font-weight: 700;
    color: rgb(195,184,162);
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}.Ecookie_popup_overlay p {
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    margin: 0;
    font-size: 15px;
}.Fcookie_comply {
    display: flex;
    border-radius: 19px;
    margin-right: 20px;
    padding: 10px;
    flex-shrink: 0;
    justify-content: center;
    background: rgb(195,184,162,0.5);
    align-items: center;
}.Fcookie_comply svg {
    fill: rgb(195,184,162);
    width: 60px;
    height: 60px;
}.udata_consent {
    min-width: 140px;
    color: #000000;
    border: 2px solid rgb(195,184,162);
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    background: rgb(195,184,162);
    font-size: 17px;
}.udata_consent:hover {
    box-shadow: 0 0 10px rgb(161,149,128);
    background-color: rgb(161,149,128);
}.cookie_button.Ddata_settings {
    border: 2px solid rgb(161,149,128);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.Ddata_settings:hover {
    box-shadow: 0 0 10px rgb(161,149,128);
}.Ecookie_popup_overlay p a {
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(195,184,162);
    text-decoration: none;
    color: rgb(195,184,162);
}.Ecookie_popup_overlay p a:hover {
    color: rgb(161,149,128);
}
@media only screen and (max-width: 1200px) {.Ecookie_popup_overlay {
    padding: 15px 0;
}.kvisitor_privacy {
    padding: 15px 5%;
}.Fcookie_comply {
    display: none;
}.kvisitor_privacy {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.Ecookie_popup_overlay h5 {
    margin-bottom: 10px;
    font-size: 18px;
}.Wcookie_notice {
    margin-bottom: 15px;
}.udata_consent {
    margin: 10px 0;
    min-width: 100%;
}}
.gacademic_expertise {
    overflow: hidden;
    background: rgb(231,218,197);
    min-height: 450px;
    position: relative;
    padding: 80px 40px;
}.gacademic_expertise::before {
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(195,184,162,0.5) 30px,
        rgb(195,184,162,0.5) 32px
    );
    opacity: 0.05;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
}.gacademic_expertise .olearning_opinion {
    position: relative;
    perspective: 1000px;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    margin: 0 auto;
}.gacademic_expertise .Fsnap {
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    width: 140px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
    height: 140px;
    border: 4px solid #ffffff;
    margin-left: 60px;
    z-index: 5;
}.gacademic_expertise .olearning_opinion:hover .Fsnap {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(195,184,162);
}.gacademic_expertise .Aexp_details {
    transform: translateZ(0);
    background: #ffffff;
    padding: 60px 40px 40px;
    margin-top: -40px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.gacademic_expertise .olearning_opinion:hover .Aexp_details {
    transform: translateZ(30px);
}.gacademic_expertise .Aexp_details::before {
    background: linear-gradient(to bottom, rgb(195,184,162), rgb(161,149,128));
    left: 0;
    content: "";
    width: 4px;
    top: 0;
    transition: height 0.5s ease;
    position: absolute;
    height: 0;
}.gacademic_expertise .olearning_opinion:hover .Aexp_details::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.gacademic_expertise .name {
    transform: translateX(0);
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 33px;
    color: #000000;
    transition: all 0.4s ease;
    margin-bottom: 5px;
}.gacademic_expertise .olearning_opinion:hover .name {
    color: rgb(195,184,162);
    transform: translateX(15px);
}.gacademic_expertise .Aexp_details > div:nth-child(2) {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    transition: all 0.4s ease 0.1s;
    opacity: 0.8;
    font-size: 18px;
    transform: translateX(0);
    color: rgb(161,149,128);
    text-transform: uppercase;
}.gacademic_expertise .olearning_opinion:hover .Aexp_details > div:nth-child(2) {
    transform: translateX(15px);
}.gacademic_expertise .vemployee_summary {
    opacity: 0.9;
    color: #000000;
    font-size: 18px;
    transform: translateY(0);
    padding: 20px 0;
    position: relative;
    line-height: 1.8;
    transition: all 0.4s ease 0.2s;
}.gacademic_expertise .olearning_opinion:hover .vemployee_summary {
    transform: translateY(-5px);
}.gacademic_expertise .vemployee_summary::before,
.gacademic_expertise .vemployee_summary::after {
    width: 35px;
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    background: rgb(161,149,128,0.5);
    height: 1px;
}.gacademic_expertise .vemployee_summary::before {
    left: 0;
    top: 0;
}.gacademic_expertise .vemployee_summary::after {
    bottom: 0;
    right: 0;
}.gacademic_expertise .olearning_opinion:hover .vemployee_summary::before,
.gacademic_expertise .olearning_opinion:hover .vemployee_summary::after {
    width: 100px;
    background: rgb(161,149,128);
    height: 2px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(195,184,162,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(195,184,162);
    }
}

@media (min-width: 768px) {.gacademic_expertise .olearning_opinion {
    flex-direction: row;
    align-items: center;
}.gacademic_expertise .Fsnap {
    margin-right: -80px;
    height: 180px;
    width: 180px;
    margin-left: 0;
    z-index: 5;
}.gacademic_expertise .Aexp_details {
    margin-top: 0;
    flex: 1;
    padding-left: 100px;
}
}

@media (max-width: 767px) {.gacademic_expertise {
    padding: 60px 20px;
}.gacademic_expertise .Aexp_details {
    padding: 60px 25px 35px;
}.gacademic_expertise .name {
    font-size: calc(33px - 4px);
}.gacademic_expertise .Aexp_details > div:nth-child(2) {
    font-size: calc(18px - 1px);
}.gacademic_expertise .vemployee_summary {
    font-size: calc(18px - 1px);
}}.dplan_wrapper {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.dplan_wrapper::before {
    left: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.dplan_wrapper .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.dplan_wrapper .cpromo_cost {
    flex-direction: column;
    display: flex;
    align-items: center;
}.dplan_wrapper h2 {
    color: #ffffff;
    text-align: center;
    animation: float 6s ease-in-out infinite;
    position: relative;
    font-size: 37px;
    margin-bottom: 20px;
    transform: translateY(0);
    font-weight: 700;
}.dplan_wrapper h2::after {
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
    width: 80px;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
}.dplan_wrapper .jcost_table {
    font-size: 18px;
    margin: 0 auto 50px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    max-width: 800px;
    text-align: center;
}.dplan_wrapper .Gprogram_rate {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    gap: 30px;
    width: 100%;
    list-style: none;
    margin: 0;
}.dplan_wrapper .Gprogram_rate li {
    perspective: 1000px;
}.dplan_wrapper .vcost_plan {
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    box-sizing: border-box;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
}.dplan_wrapper .vcost_plan:hover {
    transform: translateY(-10px) rotateY(2deg);
}.dplan_wrapper .Cdiscount_deals {
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 35px 30px;
    box-sizing: border-box;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    display: flex;
}.dplan_wrapper .Cdiscount_deals::before {
    transform-origin: left;
    transform: scaleX(0.5);
    width: 100%;
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
    top: 0;
    content: "";
    transition: transform 0.4s ease;
    height: 5px;
    left: 0;
    position: absolute;
}.dplan_wrapper .vcost_plan:hover .Cdiscount_deals::before {
    transform: scaleX(1);
}.dplan_wrapper .dstudy_costs {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
}.dplan_wrapper .vcost_plan h4 {
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    position: relative;
}.dplan_wrapper .vcost_plan h4::after {
    position: absolute;
    bottom: -10px;
    content: "";
    background-color: rgb(195,184,162);
    height: 2px;
    left: 0;
    width: 40px;
}.dplan_wrapper .vcost_plan p {
    margin: 0 0 25px;
    line-height: 1.6;
    word-wrap: break-word;
    flex-grow: 1;
    font-size: 18px;
    white-space: normal;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
}.dplan_wrapper .Etrial_offers {
    font-size: calc(22px * 1.4);
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgb(195,184,162,0.5) 0%, rgb(161,149,128,0.5) 100%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    align-self: flex-start;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    border-radius: 6px;
}.dplan_wrapper .vcost_plan:hover .Etrial_offers {
    transform: translateZ(15px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

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

@media (max-width: 1200px) {.dplan_wrapper {
    padding: 100px 0;
}.dplan_wrapper .Gprogram_rate {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.dplan_wrapper {
    padding: 80px 0;
}.dplan_wrapper .Gprogram_rate {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.dplan_wrapper h2 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.dplan_wrapper {
    padding: 60px 0;
}.dplan_wrapper .Gprogram_rate {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.dplan_wrapper .jcost_table {
    margin-bottom: 40px;
}.dplan_wrapper h2 {
    font-size: calc(37px * 0.8);
}.dplan_wrapper .Cdiscount_deals {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.dplan_wrapper {
    padding: 50px 0;
}.dplan_wrapper h2 {
    font-size: calc(37px * 0.7);
}.dplan_wrapper .jcost_table {
    margin-bottom: 30px;
    font-size: calc(18px * 0.9);
}.dplan_wrapper .Cdiscount_deals {
    padding: 25px 20px;
}.dplan_wrapper .vcost_plan h4 {
    font-size: calc(22px * 1.1);
}.dplan_wrapper .vcost_plan p {
    font-size: calc(18px * 0.9);
}.dplan_wrapper .Etrial_offers {
    font-size: calc(22px * 1.2);
    padding: 8px 16px;
}}.nopening_board {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(231,218,197) 0%, rgba(94,170,168,0.1) 100%);
    position: relative;
    padding: 3rem 1rem;
}.nopening_board::before {
    content: "";
    left: 0;
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 10px);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}.nopening_board h1 {
    margin-bottom: 2rem;
    animation: fadeInDown 0.8s 0.3s forwards;
    font-weight: 600;
    font-size: 19px;
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    transform: translateY(0);
    text-align: center;
    color: rgb(195,184,162);
}@keyframes fadeInDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.nopening_board .oskill_sessions {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}.nopening_board .Ctext_content {
    padding: 0 1rem;
    order: 2;
}.nopening_board .Fsnap {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    order: 1;
    animation: fadeInUp 0.8s 0.5s forwards;
    transform: translateY(20px);
    opacity: 0;
    overflow: hidden;
    border-radius: 23px;
    height: 250px;
    position: relative;
}@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.nopening_board .Fsnap::after {
    background: linear-gradient(to bottom, rgba(94,170,168,0.2), transparent 30%, transparent 70%, rgba(94,170,168,0.4));
    top: 0;
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
}.nopening_board ol {
    gap: 1.5rem;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
}.nopening_board li {
    opacity: 0;
    transform: translateX(-10px);
    animation: fadeInRight 0.8s 0.7s forwards;
}.nopening_board li:nth-child(2) {
    animation-delay: 0.9s;
}@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.nopening_board .Mstart_page {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}.nopening_board svg {
    height: 80px;
    width: 80px;
    animation: pulse 3s infinite alternate ease-in-out;
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    transform-origin: center;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

.nopening_board svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,184,162);
}.nopening_board svg text {
    font-family: Arial, sans-serif;
    fill: rgb(195,184,162);
}.nopening_board .Mstart_page p {
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    max-width: 600px;
}.nopening_board .hcontact_reach {
    color: #ffffff;
    padding: 0.8rem 2rem;
    background: linear-gradient(135deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    text-decoration: none;
    position: relative;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    z-index: 1;
    font-family: Arial, sans-serif;
}.nopening_board .hcontact_reach::before {
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    background: linear-gradient(135deg, rgb(161,149,128) 0%, rgb(195,184,162) 100%);
    position: absolute;
    z-index: -1;
}.nopening_board .hcontact_reach:hover {
    box-shadow: 0 15px 25px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}.nopening_board .hcontact_reach:hover::before {
    opacity: 1;
}.nopening_board .hcontact_reach:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
}

@media (min-width: 768px) {.nopening_board {
    padding: 5rem 2rem;
}.nopening_board h1 {
    font-size: calc(19px * 1.2);
    margin-bottom: 3rem;
}.nopening_board .oskill_sessions {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.nopening_board .Ctext_content {
    flex: 1;
    padding: 0;
    order: 1;
}.nopening_board .Fsnap {
    height: 400px;
    flex: 1;
    order: 2;
}.nopening_board svg {
    height: 100px;
    width: 100px;
}.nopening_board .Mstart_page {
    align-items: flex-start;
}.nopening_board .Mstart_page p {
    font-size: calc(12px * 1.1);
    text-align: left;
}
}

@media (min-width: 992px) {.nopening_board {
    padding: 6rem 3rem;
}.nopening_board::before {
    background-image: 
            repeating-linear-gradient(45deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 15px),
            repeating-linear-gradient(135deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 15px);
}.nopening_board .oskill_sessions {
    gap: 5rem;
}.nopening_board .Fsnap {
    transition: transform 0.5s ease;
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg);
}.nopening_board .Fsnap:hover {
    transform: perspective(1000px) rotateY(0);
}.nopening_board h1 {
    font-size: calc(19px * 1.4);
}.nopening_board svg {
    width: 120px;
    height: 120px;
}.nopening_board .Mstart_page p {
    font-size: calc(12px * 1.2);
}.nopening_board .hcontact_reach {
    padding: 1rem 2.5rem;
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 1200px) {.nopening_board {
    padding: 8rem 5rem;
}.nopening_board .oskill_sessions {
    max-width: 1400px;
    margin: 0 auto;
    gap: 8rem;
}.nopening_board .Fsnap {
    height: 500px;
}.nopening_board h1 {
    font-size: calc(19px * 1.5);
}.nopening_board .Mstart_page p {
    max-width: 700px;
    font-size: calc(12px * 1.3);
}}.Kinstructional_approach {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgba(240,240,255,0.9) 100%);
    overflow: hidden;
}.Kinstructional_approach::before {
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(20px);
    top: -10%;
    height: 70%;
    content: "";
    z-index: 1;
    right: -5%;
    animation: floatBackground 15s ease-in-out infinite alternate;
    background: linear-gradient(225deg, rgb(161,149,128,0.5) 0%, transparent 80%);
    opacity: 0.6;
    width: 40%;
}.Kinstructional_approach::after {
    animation: floatBackground 18s ease-in-out infinite alternate-reverse;
    width: 35%;
    opacity: 0.5;
    transform: rotate(10deg) skewX(-10deg);
    left: -2%;
    position: absolute;
    background: linear-gradient(45deg, rgb(195,184,162,0.5) 0%, transparent 70%);
    filter: blur(15px);
    content: "";
    height: 60%;
    bottom: -5%;
    z-index: 1;
}.Kinstructional_approach .oskill_sessions {
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    display: grid;
    padding: 0 2rem;
    z-index: 2;
    grid-template-columns: 1fr;
    max-width: 1200px;
    transform-style: preserve-3d;
    gap: 2.5rem;
}.Kinstructional_approach h2 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
    transform: translateZ(20px);
    position: relative;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -0.02em;
}.Kinstructional_approach h2::after {
    bottom: 0;
    width: 120px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    transform: scaleX(1);
}.Kinstructional_approach:hover h2::after {
    transform: scaleX(1.5);
}.Kinstructional_approach .Ctext_content {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    border-left: 3px solid rgb(161,149,128);
    position: relative;
    padding: 2.5rem;
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.1), 
    0 1px 4px rgba(0, 0, 0, 0.05),
    20px 20px 60px -20px rgba(rgb(195,184,162,0.5), 0.1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    transform: translateZ(10px) translateY(0);
}.Kinstructional_approach .Ctext_content:hover {
    box-shadow: 
    0 15px 40px -15px rgba(0, 0, 0, 0.15), 
    0 1px 6px rgba(0, 0, 0, 0.08),
    25px 25px 80px -25px rgba(rgb(195,184,162,0.5), 0.15);
    transform: translateZ(20px) translateY(-5px);
}.Kinstructional_approach .Ctext_content::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
}.Kinstructional_approach p {
    z-index: 2;
    position: relative;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
    transition: transform 0.3s ease;
    margin: 0;
    font-size: 17px;
}.Kinstructional_approach .Ctext_content:hover p {
    transform: translateY(2px);
}

@keyframes floatBackground {
  0% {
    transform: rotate(-15deg) skewX(15deg) translate(0, 0);
  }
  100% {
    transform: rotate(-15deg) skewX(15deg) translate(20px, 20px);
  }
}

@media (min-width: 768px) {.Kinstructional_approach .oskill_sessions {
    gap: 3rem;
    padding: 0 4rem;
    grid-template-columns: 1fr;
}.Kinstructional_approach h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 1.1);
}.Kinstructional_approach .Ctext_content {
    padding: 3rem;
}
}

@media (min-width: 992px) {.Kinstructional_approach {
    padding: 9rem 0;
}.Kinstructional_approach .oskill_sessions {
    gap: 4rem;
    grid-template-columns: 1fr;
}.Kinstructional_approach h2 {
    font-size: calc(37px * 1.2);
    margin-bottom: 2.5rem;
}.Kinstructional_approach .Ctext_content {
    border-left-width: 4px;
    padding: 3.5rem 4rem;
}.Kinstructional_approach p {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.Kinstructional_approach .oskill_sessions {
    padding: 0 2rem;
}.Kinstructional_approach h2 {
    font-size: calc(37px * 1.3);
}.Kinstructional_approach .Ctext_content {
    margin: 0 auto;
    max-width: 90%;
}
}

@media (max-width: 767px) {.Kinstructional_approach {
    padding: 5rem 0;
}.Kinstructional_approach h2 {
    font-size: calc(37px * 0.9);
}.Kinstructional_approach .Ctext_content {
    padding: 2rem;
}.Kinstructional_approach p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (hover: none) {.Kinstructional_approach .Ctext_content {
    transform: none !important;
    box-shadow: 
      0 10px 30px -10px rgba(0, 0, 0, 0.1), 
      0 1px 4px rgba(0, 0, 0, 0.05) !important;
}.Kinstructional_approach p {
    transform: none !important;
}.Kinstructional_approach h2::after {
    transform: scaleX(1) !important;
}}.Mour_mission {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.Mour_mission::before {
    z-index: 1;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgb(195,184,162,0.5);
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    right: 0;
}.Mour_mission .container {
    padding: 0 20px;
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.Mour_mission h2 {
    position: relative;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateX(-8px);
    font-weight: 700;
    margin-bottom: 48px;
    font-size: 38px;
}.Mour_mission h2::after {
    animation: expandWidth 1.2s ease-out forwards;
    width: 80px;
    left: 0;
    background: rgb(161,149,128);
    transform-origin: left center;
    bottom: -12px;
    position: absolute;
    height: 4px;
    content: "";
}.Mour_mission .Ctext_content {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transform: translateY(0);
    padding: 40px;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.Mour_mission .Ctext_content:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}.Mour_mission .Ctext_content::before {
    height: 0;
    width: 4px;
    position: absolute;
    left: 0;
    animation: growHeight 1s 0.4s ease-out forwards;
    top: 0;
    background: rgb(195,184,162);
    content: "";
}.Mour_mission .Ctext_content > div {
    position: relative;
    overflow: hidden;
}.Mour_mission .Ctext_content p {
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(14px * 1.4);
    margin-bottom: 20px;
    color: rgb(195,184,162);
}.Mour_mission .Ctext_content p::after {
    bottom: -4px;
    animation: expandLine 0.8s 0.6s ease-out forwards;
    height: 2px;
    transform-origin: right;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: rgb(161,149,128);
    transform: scaleX(0);
}.Mour_mission .Ctext_content div div {
    font-size: 14px;
    line-height: 1.8;
    columns: 1;
    animation: fadeIn 1s 0.8s forwards;
    hyphens: auto;
    column-gap: 40px;
    color: #000000;
    text-align: justify;
    opacity: 0;
}

@keyframes expandWidth {
  from { width: 0; }
  to { width: 80px; }
}

@keyframes growHeight {
  from { height: 0; }
  to { height: 100%; }
}

@keyframes expandLine {
  from { transform: scaleX(0); transform-origin: right; }
  to { transform: scaleX(1); transform-origin: left; }
}

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

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

@media (min-width: 768px) {.Mour_mission {
    padding: 150px 0 100px;
}.Mour_mission h2 {
    font-size: calc(38px * 1.2);
    margin-bottom: 60px;
}.Mour_mission .Ctext_content {
    margin-left: 40px;
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
    padding: 60px;
}.Mour_mission .Ctext_content:hover {
    transform: perspective(1000px) rotateY(-1deg) translateY(-5px);
}.Mour_mission .Ctext_content div div {
    columns: 2;
}
}

@media (min-width: 992px) {.Mour_mission {
    padding: 180px 0 120px;
}.Mour_mission::after {
    top: -10%;
    right: -5%;
    content: "";
    animation: floatElement 15s infinite ease-in-out;
    opacity: 0.15;
    height: 300px;
    z-index: 1;
    border: 15px solid rgb(161,149,128,0.5);
    border-radius: 10px;
    width: 300px;
    position: absolute;
    transform: rotate(15deg);
}.Mour_mission .container {
    padding: 0 40px;
}.Mour_mission h2 {
    font-size: calc(38px * 1.4);
    margin-bottom: 70px;
}.Mour_mission .Ctext_content {
    padding: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
    margin-left: 80px;
}.Mour_mission .Ctext_content p {
    font-size: calc(14px * 1.8);
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.Mour_mission {
    padding: 200px 0 150px;
}.Mour_mission::after {
    width: 400px;
    height: 400px;
}.Mour_mission h2 {
    font-size: calc(38px * 1.6);
}.Mour_mission .Ctext_content {
    padding: 100px;
}.Mour_mission .Ctext_content div div {
    column-gap: 60px;
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}}

@keyframes floatElement {
  0%, 100% { transform: rotate(15deg) translateY(0); }
  50% { transform: rotate(15deg) translateY(20px); }
}.Mcourse_candidates {
    padding: 120px 0;
    background: rgb(231,218,197);
    position: relative;
    overflow: hidden;
}.Mcourse_candidates::before {
    z-index: 1;
    background: rgb(195,184,162,0.5);
    content: "";
    opacity: 0.08;
    transform: rotate(-30deg);
    position: absolute;
    left: -30%;
    height: 200%;
    width: 80%;
    top: -50%;
}.Mcourse_candidates::after {
    width: 80%;
    transform: rotate(-30deg);
    bottom: -50%;
    height: 200%;
    background: rgb(161,149,128,0.5);
    right: -30%;
    content: "";
    opacity: 0.08;
    position: absolute;
    z-index: 1;
}.Mcourse_candidates .container {
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.Mcourse_candidates .oskill_sessions {
    position: relative;
}.Mcourse_candidates h4 {
    position: relative;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
}.Mcourse_candidates h4::before {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    animation: shimmer 3s infinite;
    left: -100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(195,184,162,0.5), transparent);
}.Mcourse_candidates h4::after {
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128));
    transform: translateX(-50%);
    border-radius: 3px;
    bottom: 0;
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
    left: 50%;
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.Mcourse_candidates div > div {
    perspective: 1000px;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}.Mcourse_candidates p {
    z-index: 1;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    align-items: center;
    transform-style: preserve-3d;
    background: #ffffff;
    font-size: 16px;
    transition: all 0.4s ease;
    color: #000000;
    width: calc(33.333% - 20px);
    display: flex;
    min-height: 100px;
    position: relative;
    margin: 0;
}.Mcourse_candidates p::before {
    content: "";
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgb(231,218,197) 100%);
    z-index: -1;
}.Mcourse_candidates p::after {
    width: 4px;
    top: 0;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    background: rgb(195,184,162);
    content: "";
    height: 100%;
}.Mcourse_candidates p:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.Mcourse_candidates p:hover::before {
    opacity: 1;
}.Mcourse_candidates p:hover::after {
    width: 8px;
}.Mcourse_candidates p svg {
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    position: relative;
    padding: 8px;
    margin: 0 15px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: #ffffff;
    z-index: 2;
}.Mcourse_candidates p svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,184,162);
}.Mcourse_candidates p:hover svg {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
}.Mcourse_candidates p:hover svg path {
    fill: rgb(161,149,128);
}.Mcourse_candidates p span {
    padding: 20px 20px 20px 0;
    flex: 1;
}.Mcourse_candidates p:nth-child(odd) {
    transform: translateZ(10px);
}.Mcourse_candidates p:nth-child(even) {
    transform: translateZ(20px);
}.Mcourse_candidates p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.Mcourse_candidates p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.Mcourse_candidates p:nth-child(3n+1)::after {
    background: rgb(195,184,162);
}.Mcourse_candidates p:nth-child(3n+2)::after {
    background: rgb(161,149,128);
}.Mcourse_candidates p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(195,184,162), rgb(161,149,128));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.Mcourse_candidates .oskill_sessions > div p {
    opacity: 0;
    animation: fadeInStagger 0.6s ease forwards;
}.Mcourse_candidates .oskill_sessions > div p:nth-child(1) {
    animation-delay: 0.1s;
}.Mcourse_candidates .oskill_sessions > div p:nth-child(2) {
    animation-delay: 0.2s;
}.Mcourse_candidates .oskill_sessions > div p:nth-child(3) {
    animation-delay: 0.3s;
}.Mcourse_candidates .oskill_sessions > div p:nth-child(4) {
    animation-delay: 0.4s;
}.Mcourse_candidates .oskill_sessions > div p:nth-child(5) {
    animation-delay: 0.5s;
}.Mcourse_candidates .oskill_sessions > div p:nth-child(6) {
    animation-delay: 0.6s;
}.Mcourse_candidates p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(195,184,162,0.5);
}.Mcourse_candidates p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(161,149,128,0.5);
}.Mcourse_candidates p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(195,184,162,0.5);
}.Mcourse_candidates p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(161,149,128,0.5);
}

@media (max-width: 991px) {.Mcourse_candidates {
    padding: 100px 0;
}.Mcourse_candidates h4 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.Mcourse_candidates div > div {
    gap: 15px;
}.Mcourse_candidates p {
    min-height: 90px;
    width: calc(50% - 15px);
}.Mcourse_candidates p svg {
    padding: 7px;
    width: 36px;
    margin: 0 12px;
    height: 36px;
}.Mcourse_candidates p span {
    padding: 18px 18px 18px 0;
}.Mcourse_candidates p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(195,184,162,0.5);
}.Mcourse_candidates p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(161,149,128,0.5);
}.Mcourse_candidates p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(195,184,162,0.5);
}.Mcourse_candidates p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(161,149,128,0.5);
}
}

@media (max-width: 768px) {.Mcourse_candidates {
    padding: 80px 0;
}.Mcourse_candidates h4 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.8);
}.Mcourse_candidates div > div {
    gap: 20px;
}.Mcourse_candidates p {
    min-height: 80px;
    width: 100%;
}.Mcourse_candidates p svg {
    height: 32px;
    width: 32px;
    margin: 0 10px;
    padding: 6px;
}.Mcourse_candidates p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.Mcourse_candidates {
    padding: 60px 0;
}.Mcourse_candidates h4 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.Mcourse_candidates h4::after {
    height: 2px;
    width: 60px;
}.Mcourse_candidates div > div {
    gap: 15px;
}.Mcourse_candidates p {
    min-height: 70px;
    font-size: calc(16px * 0.9);
}.Mcourse_candidates p svg {
    width: 28px;
    margin: 0 8px;
    height: 28px;
    padding: 5px;
}.Mcourse_candidates p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(195,184,162,0.5);
}.Mcourse_candidates p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(161,149,128,0.5);
}.Mcourse_candidates p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(195,184,162,0.5);
}.Mcourse_candidates p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(161,149,128,0.5);
}}footer {
    width: 100%;
    position: relative;
}.Imodule_end {
    padding: 80px 0 30px;
    position: relative;
    background-color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.Imodule_end::before {
    position: absolute;
    transform: rotate(45deg);
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    content: "";
    top: -100px;
    width: 500px;
    height: 500px;
    opacity: 0.4;
    right: -100px;
}.Imodule_end::after {
    height: 300px;
    left: -50px;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(161,149,128,0.5) 15px,
        rgb(161,149,128,0.5) 30px
    );
    transform: rotate(30deg);
    bottom: -50px;
    opacity: 0.2;
    width: 300px;
    content: "";
    position: absolute;
}footer .Rstudy_group {
    z-index: 1;
    position: relative;
}footer .pedu_chat {
    gap: 20px;
    border-radius: 0 15px 15px 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    margin-bottom: 60px;
    display: grid;
    border-left: 4px solid rgb(195,184,162);
}footer .info_item {
    align-items: center;
    display: flex;
}footer .info_item svg {
    height: 20px;
    fill: rgb(195,184,162);
    margin-right: 15px;
    flex-shrink: 0;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(195,184,162);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 50px;
}footer .Vnav_expert {
    position: relative;
}footer .Vnav_expert::after {
    content: "";
    background-color: rgb(195,184,162);
    height: 3px;
    bottom: -30px;
    width: 30%;
    position: absolute;
    left: 0;
}footer .Vnav_expert svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
}footer .Iwebinar_live {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
    max-width: 330px;
}footer .qmain_navbar {
    position: relative;
}footer .qmain_navbar h5 {
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 19px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
}footer .qmain_navbar h5::after {
    width: 40px;
    background-color: rgb(195,184,162);
    bottom: -10px;
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
}footer .btop_mainwrap {
    margin-bottom: 30px;
}footer .btop_mainwrap a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    display: block;
    transition: all 0.3s ease;
    padding: 8px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    margin-bottom: 12px;
}footer .btop_mainwrap a:hover {
    border-bottom-color: rgb(195,184,162,0.5);
    color: #ffffff;
    padding-left: 10px;
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 35px;
    border-radius: 15px;
    position: relative;
}footer .subscribe_holder::before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(195,184,162,0.5), transparent);
    border-radius: 15px;
    position: absolute;
    opacity: 0.1;
}footer .subscribe_holder h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(195,184,162);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .zsubscribe_box {
    background-color: rgb(195,184,162);
    font-weight: 600;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    padding: 15px 20px;
    letter-spacing: 1px;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}footer .zsubscribe_box::after {
    left: -100px;
    content: "";
    transition: all 0.7s ease;
    top: -100px;
    width: 30px;
    height: 300px;
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
}footer .zsubscribe_box:hover {
    background-color: rgb(161,149,128);
}footer .zsubscribe_box:hover::after {
    left: 120%;
}footer .wgreen_edu {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .Qdigital_res {
    text-align: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .zsubscribe_box {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .Imodule_end {
    padding: 60px 0 30px;
}footer .pedu_chat {
    padding: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
}footer .qmain_navbar h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .qmain_navbar h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .wgreen_edu {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .Imodule_end {
    padding: 50px 0 20px;
}footer .pedu_chat {
    margin-bottom: 30px;
    padding: 15px;
}footer .Vnav_expert::after {
    width: 50px;
}footer .qmain_navbar h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .subscribe_holder p, footer .btop_mainwrap a, footer .info_item p, footer .info_item a {
    font-size: calc(16px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .zsubscribe_box {
    padding: 12px 15px;
}}.ustay_informed {
    overflow: hidden;
    padding: 5rem 2rem;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(195,184,162,0.5), rgb(161,149,128) 120%);
}.ustay_informed::before {
    left: -25%;
    opacity: 0.1;
    z-index: -1;
    height: 80%;
    width: 150%;
    transform: rotate(-12deg);
    top: -30%;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    filter: blur(15px);
    background: rgb(255, 255, 255, 0.5);
    content: "";
}.ustay_informed::after {
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 60%);
    width: 100%;
}.ustay_informed .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.ustay_informed .oskill_sessions {
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
    z-index: 2;
    position: relative;
    flex-direction: column;
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
}.ustay_informed .oskill_sessions:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ustay_informed .oskill_sessions > div {
    width: 100%;
    margin-bottom: 2.5rem;
    position: relative;
}.ustay_informed h4 {
    line-height: 1.4;
    transform: translateZ(0);
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    font-size: calc(21px * 1.1);
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}.ustay_informed .input_holder {
    width: 100%;
    gap: 1rem;
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}.ustay_informed .input_holder span {
    min-width: 250px;
    flex: 1;
    position: relative;
}.ustay_informed .input_holder input[type="email"] {
    width: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease-out;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    padding: 1.2rem 1.5rem;
}.ustay_informed .input_holder input[type="email"]::placeholder {
    transition: transform 0.3s ease, opacity 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.ustay_informed .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 0 0 4px rgba(rgb(195,184,162), 0.1);
    outline: none;
}.ustay_informed .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.4;
}.ustay_informed .input_holder .zsubscribe_box {
    border: none;
    padding: 1.2rem 2rem;
    overflow: hidden;
    background: rgb(161,149,128);
    width: 100%;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 
                0 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    white-space: nowrap;
    font-weight: 600;
    font-size: 15px;
}.ustay_informed .input_holder .zsubscribe_box::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    left: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: left 0.7s ease;
    top: 0;
}.ustay_informed .input_holder .zsubscribe_box:hover {
    transform: translateY(-3px);
    background: rgb(195,184,162);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15), 
                0 6px 12px rgba(0, 0, 0, 0.1);
}.ustay_informed .input_holder .zsubscribe_box:hover::before {
    left: 100%;
}.ustay_informed .input_holder .zsubscribe_box:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {.ustay_informed .oskill_sessions {
    flex-direction: row;
    align-items: center;
    padding: 4rem;
    justify-content: space-between;
}.ustay_informed .oskill_sessions > div {
    padding-right: 2rem;
    margin-bottom: 0;
    max-width: 50%;
}.ustay_informed h4 {
    text-align: left;
    font-size: 21px;
}.ustay_informed .input_holder {
    width: auto;
    flex: 1;
    justify-content: flex-end;
}.ustay_informed .input_holder span:last-child {
    flex: 0 0 auto;
}.ustay_informed .input_holder .zsubscribe_box {
    width: auto;
}
}

@media (max-width: 767px) {.ustay_informed {
    padding: 4rem 1.5rem;
}.ustay_informed .oskill_sessions {
    padding: 2.5rem 1.5rem;
}.ustay_informed h4 {
    font-size: calc(17px * 1.1);
    margin-bottom: 0.5rem;
}.ustay_informed .input_holder {
    flex-direction: column;
}.ustay_informed .input_holder span {
    width: 100%;
}.ustay_informed .input_holder input[type="email"] {
    padding: 1rem 1.2rem;
}.ustay_informed .input_holder .zsubscribe_box {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 480px) {.ustay_informed {
    padding: 3rem 1rem;
}.ustay_informed .oskill_sessions {
    padding: 2rem 1.25rem;
}.ustay_informed h4 {
    font-size: 17px;
}
}

@media (hover: none) {.ustay_informed .oskill_sessions {
    transform: none !important;
}.ustay_informed .input_holder input:focus {
    transform: none;
}
}

@media (prefers-reduced-motion) {.ustay_informed, 
    .ustay_informed::before,
    .ustay_informed .input_holder input,
    .ustay_informed .input_holder .zsubscribe_box {
    transition: none !important;
}.ustay_informed .input_holder .zsubscribe_box::before {
    display: none;
}}.acontact_information {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(231,218,197);
}.acontact_information::before {
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}.acontact_information .Fsnap {
    width: 100%;
    left: 0;
    z-index: 0;
    top: 0;
    height: 50%;
    position: absolute;
}.acontact_information .Fsnap::after {
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(231,218,197) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
}.acontact_information .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.acontact_information h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
    color: #ffffff;
}.acontact_information .Ifeedback_widget {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}.acontact_information .Bhelp_message {
    position: relative;
    padding: 60px 50px;
    flex: 2;
}.acontact_information form h3 {
    margin-bottom: 30px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    text-shadow: none;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none;
}.acontact_information input[type="text"],
.acontact_information textarea {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 15px 0;
    background: #ffffff;
    border-bottom: 2px solid rgb(161,149,128,0.5);
    transition: all 0.3s ease;
}.acontact_information input[type="text"]::placeholder,
.acontact_information textarea::placeholder {
    opacity: 0.7;
    color: #000000;
}.acontact_information input[type="text"]:focus,
.acontact_information textarea:focus {
    outline: none;
    border-color: rgb(195,184,162);
}.acontact_information textarea {
    height: 120px;
    resize: none;
}.acontact_information .xfeedback_support {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.acontact_information .xfeedback_support input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.acontact_information .xfeedback_support label {
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
    position: relative;
    font-size: 12px;
}.acontact_information .xfeedback_support label::before {
    top: 0;
    width: 22px;
    position: absolute;
    left: 0;
    background: #ffffff;
    transition: all 0.3s ease;
    border: 2px solid rgb(161,149,128);
    height: 22px;
    content: '';
}.acontact_information .xfeedback_support input[type="checkbox"]:checked + label::before {
    border-color: rgb(195,184,162);
    background: rgb(195,184,162);
}.acontact_information .xfeedback_support input[type="checkbox"]:checked + label::after {
    left: 8px;
    transform: rotate(45deg);
    content: '';
    height: 12px;
    top: 4px;
    border: solid #ffffff;
    width: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
}.acontact_information .xfeedback_support a {
    transition: all 0.3s ease;
    color: rgb(195,184,162);
    text-decoration: none;
    font-weight: 600;
}.acontact_information .xfeedback_support a:hover {
    color: #000000;
}.acontact_information .hcontact_reach {
    font-family: Arial, sans-serif;
    font-size: 18px;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 700;
    background: rgb(195,184,162);
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 40px;
}.acontact_information .hcontact_reach:hover {
    transform: translateY(-3px);
    background: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.acontact_information .Uconnect_card {
    color: #ffffff;
    position: relative;
    padding: 60px 40px;
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    background: #000000;
}.acontact_information .Uconnect_card::before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
}.acontact_information .Uconnect_card h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    position: relative;
}.acontact_information .Uconnect_card h4::after {
    bottom: -15px;
    left: 0;
    content: '';
    height: 3px;
    width: 50px;
    position: absolute;
    background: rgb(195,184,162);
}.acontact_information .tmessage_links {
    margin: 0;
    list-style: none;
    padding: 0;
}.acontact_information .tmessage_links li {
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}.acontact_information .tmessage_links li:last-child {
    margin-bottom: 0;
}.acontact_information .tmessage_links li:hover {
    transform: translateX(5px);
}.acontact_information .tmessage_links svg {
    margin-right: 20px;
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}.acontact_information .tmessage_links svg path {
    fill: rgb(195,184,162);
}.acontact_information .tmessage_links li:hover svg {
    transform: scale(1.2);
}.acontact_information .tmessage_links span {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    font-size: 15px;
}.acontact_information .tmessage_links a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.acontact_information .tmessage_links a:hover {
    color: rgb(195,184,162);
}

@media (max-width: 992px) {.acontact_information .Fsnap {
    height: 30%;
}.acontact_information h3 {
    margin-bottom: 50px;
}.acontact_information .Ifeedback_widget {
    max-width: 700px;
    flex-direction: column;
    margin: 0 auto;
}.acontact_information .Bhelp_message,
    .acontact_information .Uconnect_card {
    padding: 40px;
    width: 100%;
}
}

@media (max-width: 768px) {.acontact_information {
    padding: 80px 0;
}.acontact_information .Fsnap {
    height: 25%;
}.acontact_information h3 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.8);
}.acontact_information .Bhelp_message,
    .acontact_information .Uconnect_card {
    padding: 30px;
}.acontact_information form h3,
    .acontact_information .Uconnect_card h4 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.acontact_information .hcontact_reach {
    padding: 14px 30px;
}
}

@media (max-width: 576px) {.acontact_information {
    padding: 60px 0;
}.acontact_information .Fsnap {
    height: 20%;
}.acontact_information h3 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.acontact_information .Bhelp_message,
    .acontact_information .Uconnect_card {
    padding: 25px 20px;
}.acontact_information input[type="text"],
    .acontact_information textarea {
    margin-bottom: 20px;
    padding: 12px 0;
}.acontact_information .hcontact_reach {
    padding: 14px 20px;
    width: 100%;
}.acontact_information .tmessage_links li {
    margin-bottom: 20px;
}.acontact_information .tmessage_links svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}}.oprivacy_cordon {
    background: linear-gradient(135deg, rgb(231,218,197) 0%, rgba(245, 245, 250, 0.95) 100%);
    color: #000000;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
}.oprivacy_cordon::before {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(195,184,162) 0%, rgb(161,149,128) 100%);
    content: "";
    height: 8px;
}.oprivacy_cordon::after {
    width: 100%;
    top: 0;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    position: absolute;
    background-size: 20px 20px;
    content: "";
    left: 0;
    z-index: -1;
}.oprivacy_cordon .container {
    z-index: 2;
    max-width: 1140px;
    transform: translateZ(0);
    margin: 0 auto;
    position: relative;
}.oprivacy_cordon h1 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    font-size: calc(45px * 1.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(195,184,162);
    transform: perspective(1000px) translateZ(10px);
    transform-style: preserve-3d;
    padding-bottom: 1rem;
}.oprivacy_cordon h1::after {
    width: 80px;
    height: 4px;
    bottom: 0;
    transition: width 0.4s ease-out;
    left: 0;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(195,184,162), rgb(161,149,128,0.5));
    position: absolute;
}.oprivacy_cordon h1:hover::after {
    width: 120px;
}.oprivacy_cordon h2 {
    position: relative;
    transform: translateX(0);
    font-weight: 600;
    color: rgb(161,149,128);
    font-size: 35px;
    margin: 3rem 0 1.5rem;
    padding-left: 1.2rem;
    transition: transform 0.35s ease-out;
}.oprivacy_cordon h2::before {
    left: 0;
    background: rgb(195,184,162,0.5);
    content: "";
    position: absolute;
    height: 85%;
    top: 50%;
    width: 8px;
    transform: translateY(-50%);
}.oprivacy_cordon h2:hover {
    transform: translateX(5px);
}.oprivacy_cordon h3 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(35px * 0.85);
    color: #000000;
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
}.oprivacy_cordon h3::before {
    width: 6px;
    left: 0;
    content: "";
    top: 50%;
    height: 70%;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(161,149,128,0.5);
}.oprivacy_cordon h4 {
    padding-left: 0.8rem;
    margin: 2rem 0 1rem;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: calc(23px * 1.1);
}.oprivacy_cordon h4::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(161,149,128,0.5);
    content: "";
    height: 60%;
    width: 4px;
    position: absolute;
}.oprivacy_cordon p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    position: relative;
    padding: 0.5rem 0;
    max-width: 90%;
    transition: transform 0.35s ease;
    font-size: 17px;
    transform: translateZ(0);
}.oprivacy_cordon p strong {
    display: inline-block;
    padding-bottom: 2px;
    color: #000000;
    position: relative;
}.oprivacy_cordon p strong::after {
    content: "";
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    bottom: 0;
    background: rgb(195,184,162,0.5);
    height: 1px;
    left: 0;
    position: absolute;
    transition: transform 0.35s ease-out;
}.oprivacy_cordon p:hover strong::after {
    transform-origin: left;
    transform: scaleX(1);
}.oprivacy_cordon ul {
    position: relative;
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.oprivacy_cordon ul::before {
    background: linear-gradient(to bottom, rgb(195,184,162,0.5), transparent);
    left: 0;
    content: "";
    width: 2px;
    position: absolute;
    top: 0;
    height: 100%;
}.oprivacy_cordon li {
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: calc(17px * 0.97);
    position: relative;
    padding: 0.8rem 0 0.8rem 2rem;
    line-height: 1.7;
}.oprivacy_cordon li::before {
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    opacity: 0.8;
    transform: rotate(45deg);
    height: 10px;
    top: 1.2rem;
    left: 0;
    border: 2px solid rgb(195,184,162);
    width: 10px;
}.oprivacy_cordon li:hover {
    transform: translateX(5px);
}.oprivacy_cordon li:hover::before {
    background-color: rgb(195,184,162,0.5);
    transform: rotate(225deg);
}.oprivacy_cordon span {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateZ(0);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1rem 1.5rem;
    display: block;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.75;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(161,149,128);
    font-size: calc(17px * 0.95);
}.oprivacy_cordon span:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}

@media (min-width: 992px) {.oprivacy_cordon {
    padding: 7rem 3rem;
}.oprivacy_cordon h1 {
    font-size: calc(45px * 1.3);
    margin-bottom: 3rem;
}.oprivacy_cordon p {
    max-width: 80%;
}.oprivacy_cordon h2 {
    padding-left: 1.5rem;
}.oprivacy_cordon h2::before {
    width: 10px;
}.oprivacy_cordon span {
    margin-left: 3rem;
    max-width: calc(100% - 6rem);
}
}

@media (max-width: 991px) {.oprivacy_cordon h1 {
    font-size: calc(45px * 1.1);
}.oprivacy_cordon h2 {
    font-size: calc(35px * 0.95);
}.oprivacy_cordon p, .oprivacy_cordon span {
    max-width: 100%;
}
}

@media (max-width: 767px) {.oprivacy_cordon {
    padding: 4rem 1.5rem;
}.oprivacy_cordon h1 {
    margin-bottom: 2rem;
    font-size: 45px;
}.oprivacy_cordon h2 {
    padding-left: 1rem;
    margin: 2.5rem 0 1rem;
}.oprivacy_cordon h3, .oprivacy_cordon h4 {
    padding-left: 0.7rem;
}.oprivacy_cordon ul {
    padding-left: 0.5rem;
}.oprivacy_cordon li {
    padding: 0.7rem 0 0.7rem 1.8rem;
}.oprivacy_cordon li::before {
    width: 8px;
    height: 8px;
}.oprivacy_cordon span {
    margin-bottom: 1.2rem;
    padding: 0.8rem 1.2rem;
}
}

@media (max-width: 480px) {.oprivacy_cordon {
    padding: 3rem 1rem;
}.oprivacy_cordon h1 {
    font-size: calc(45px * 0.9);
}.oprivacy_cordon h2 {
    font-size: calc(35px * 0.9);
}.oprivacy_cordon h3 {
    font-size: calc(23px * 1.1);
}.oprivacy_cordon h4 {
    font-size: 23px;
}.oprivacy_cordon p, .oprivacy_cordon li, .oprivacy_cordon span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}