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

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

.welcome_sectionweb::before {
    filter: blur(80px);
    left: -5%;
    border-radius: 40% 60% 70% 30%;
    position: absolute;
    opacity: 0.15;
    animation: float 15s infinite alternate ease-in-out;
    background: rgb(208,191,201,0.5);
    height: 50%;
    content: "";
    top: -10%;
    width: 35%;
    z-index: 0;
}

.welcome_sectionweb h1::after {
    height: 6px;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    width: 100px;
    bottom: -0.75rem;
    background: linear-gradient(90deg, rgb(208,191,201) 0%, rgb(173,152,164) 100%);
    position: absolute;
    content: "";
    transition: width 0.5s ease;
    border-radius: 3px;
    left: 0;
}

.welcome_sectionweb svg {
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
    height: 140px;
    margin: 1rem auto 2rem;
    transition: transform 0.5s ease, filter 0.5s ease;
    display: block;
    width: 140px;
}

.welcome_sectionweb .query_linksweb {
    font-weight: 600;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.1),
                -6px -6px 18px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    font-size: 14px;
    padding: 1rem 2rem;
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, rgb(208,191,201) 0%, rgb(173,152,164) 100%);
    border: none;
    text-decoration: none;
    border-radius: 21px;
    transition: all 0.3s ease;
    color: #ffffff;
}

.program_structureweb::before {
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, rgb(208,191,201,0.5) 0%, transparent 50%, rgb(173,152,164,0.5) 100%);
    left: 0;
}

.program_structureweb .subtext_wrapweb {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
    display: grid;
}

.program_structureweb .description:first-of-type::before {
    border-radius: 50%;
    width: 40px;
    left: -10px;
    z-index: -1;
    top: -10px;
    height: 40px;
    background-color: rgb(208,191,201,0.5);
    position: absolute;
    content: "";
}

.program_structureweb .snapweb::before {
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    content: "";
    left: 0;
}

.pricing_bucketweb::before {
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(208,191,201), 0.03) 40px, rgba(rgb(208,191,201), 0.03) 80px);
    position: absolute;
    content: "";
    height: 100%;
}

.pricing_bucketweb .discount_priceweb:hover h2::after {
    transform: scaleX(1.5);
}

.pricing_bucketweb .group_plansweb {
    margin-top: 1.5rem;
    font-size: 16px;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    max-width: 100%;
    color: #000000;
}

.pricing_bucketweb .trial_pricingweb:hover .price_dealsweb {
    box-shadow: 0 15px 35px rgba(rgb(208,191,201,0.5), 0.15);
}

.pricing_bucketweb .class_costweb {
    font-size: calc(18px + 0.3rem);
    display: block;
    margin: 0.5rem 0 1.25rem;
    color: rgb(208,191,201);
    position: relative;
    font-weight: 700;
}

.pricing_bucketweb .snapweb::after {
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
}

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

.cookie_modal_messageweb p a {
    color: rgb(208,191,201);
    text-decoration: none;
}

.outer-containerweb .data_controlweb {
    font-weight: 400;
    margin-left: 30px;
    background: rgb(208,191,201);
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
}

.outer-containerweb .learn_consentweb h5, .outer-containerweb .learn_consentweb p {
    color: #000000;
}

.gratWrapperweb .container {
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1140px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    transform-style: preserve-3d;
}

.gratWrapperweb h2::after {
    background: linear-gradient(90deg, rgb(208,191,201), rgb(173,152,164));
    transform-origin: left;
    height: 3px;
    bottom: -16px;
    transform: scaleX(0);
    position: absolute;
    width: 80px;
    content: "";
    animation: expandLine 0.6s 0.4s forwards ease-out;
    left: 0;
}

.gratWrapperweb li {
    position: relative;
    padding-left: 25px;
}

.gratWrapperweb li span {
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 18px;
}

footer .study_bottomweb {
    position: relative;
    z-index: 1;
}

footer .info_item {
    display: flex;
    align-items: center;
}

footer .info_item svg {
    margin-right: 15px;
    fill: rgb(208,191,201);
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}

footer .info_item p,
footer .info_item a {
    color: #ffffff;
    transition: color 0.3s ease;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}

footer .head_studyweb {
    position: relative;
}

footer .head_studyweb h5 {
    font-size: 19px;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

footer .subscribe_holder h5 {
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

footer .input_holder input[type="email"] {
    color: #ffffff;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

footer .sub_formweb:hover::after {
    left: 120%;
}

footer .template_ctaweb {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

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



.customer_experienceweb h4::after {
    height: 3px;
    left: 50%;
    position: absolute;
    content: "";
    bottom: -15px;
    width: 80px;
    background: rgb(208,191,201);
    transform: translateX(-50%);
    border-radius: 10px;
}

.customer_experienceweb .student_quotesweb:nth-child(even) {
    animation: slideInRight 0.8s ease-out both;
    float: right;
    animation-delay: calc(0.2s * var(--i, 0));
}

.customer_experienceweb .student_quotesweb:nth-child(odd)::before {
    right: -60px;
}

.customer_experienceweb .student_quotesweb:hover::before {
    box-shadow: 0 0 0 4px rgb(173,152,164,0.5);
    background: rgb(173,152,164);
}

.customer_experienceweb .student_quotesweb:nth-child(even)::after {
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
}

.customer_experienceweb .student_quotesweb p {
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    clear: both;
    line-height: 1.7;
    font-size: 15px;
    margin-top: 20px;
}

.secure_oasisweb::before {
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(rgb(208,191,201,0.5), 0.03), rgba(rgb(173,152,164,0.5), 0.02));
    content: "";
    pointer-events: none;
    height: 100%;
    position: absolute;
}

.secure_oasisweb h1 {
    line-height: 1.2;
    font-size: calc(43px * 1.05);
    letter-spacing: -0.02em;
    margin-bottom: 1.8rem;
    color: rgb(208,191,201);
    padding-bottom: 0.8rem;
    position: relative;
    font-weight: 700;
}

.secure_oasisweb h3 {
    margin-top: 2rem;
    font-size: calc(32px * 0.85);
    font-weight: 600;
    color: #000000;
    padding-left: 0.8rem;
    position: relative;
    margin-bottom: 1rem;
}

.secure_oasisweb p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 1.3rem;
    position: relative;
    line-height: 1.7;
}

.secure_oasisweb ul::before {
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.2;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, rgb(208,191,201), transparent);
    left: 0;
}

.potential_learnersweb {
    padding: 100px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    background-size: 60px 60px;
    background-color: #000000;
}

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

.potential_learnersweb h4::before {
    box-shadow: 0 0 10px 2px rgb(208,191,201);
    width: 120px;
    background: rgb(208,191,201);
    height: 3px;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    bottom: 0;
    position: absolute;
}

.potential_learnersweb p::before {
    width: 30px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    transition: opacity 0.3s ease;
    height: 30px;
    background: rgb(208,191,201);
    bottom: 0;
    content: '';
    right: 0;
    position: absolute;
    opacity: 0.7;
}

.potential_learnersweb p:nth-child(5)::after {
    content: '05';
}

.potential_learnersweb p:nth-child(8)::after {
    content: '08';
}

.potential_learnersweb p:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(208,191,201,0.5),
        inset 0 0 15px rgb(208,191,201);
    z-index: 10;
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(208,191,201);
}

.potential_learnersweb p:hover svg {
    transform: scale(1.2) rotate(15deg);
}

.potential_learnersweb p:hover svg path {
    fill: rgb(173,152,164);
}

.potential_learnersweb .study_sessionsweb::after {
    right: -70px;
    bottom: -70px;
    height: 150px;
    animation: rotateMesh 30s linear infinite reverse;
    opacity: 0.2;
    width: 150px;
    border-radius: 50%;
    filter: blur(2px);
    background: 
        linear-gradient(45deg, transparent 48%, rgb(208,191,201) 49%, rgb(208,191,201) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(208,191,201) 49%, rgb(208,191,201) 51%, transparent 52%) 0 0/15px 15px;
    content: '';
    position: absolute;
}

.learning_outcomesweb h4 {
    letter-spacing: 0.5px;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    position: relative;
}

.learning_outcomesweb .subtext_wrapweb:hover h4::after {
    width: 120px;
}

.learning_outcomesweb div > ul {
    padding: 0;
    list-style: none;
    margin: 20px 0;
}

.learning_outcomesweb li p {
    padding: 15px 20px;
    border-radius: 10px;
    align-items: flex-start;
    gap: 15px;
    margin: 0;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    transition: all 0.3s ease;
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.03),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.4);
}

.company_overviewweb {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}

.company_overviewweb .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    transform: translateZ(0);
}

.company_overviewweb h2::after {
    width: 80px;
    position: absolute;
    height: 4px;
    content: "";
    left: 0;
    animation: expandWidth 1.2s ease-out forwards;
    transform-origin: left center;
    background: rgb(173,152,164);
    bottom: -12px;
}

.company_overviewweb .subtext_wrapweb p {
    display: inline-block;
    font-size: calc(14px * 1.4);
    margin-bottom: 20px;
    color: rgb(208,191,201);
    font-weight: 700;
    position: relative;
}

.leadership_profileweb::before {
    width: 100%;
    animation: gradientSlide 30s linear infinite;
    opacity: 0.3;
    top: 0;
    content: "";
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(208,191,201,0.5) 10%, 
        transparent 11%);
    background-size: 150px 100%;
    left: 0;
    height: 100%;
    position: absolute;
}

.leadership_profileweb .name {
    font-weight: 700;
    font-size: calc(18px * 1.2);
    margin-top: 40px;
    color: #000000;
    margin-left: 0;
    letter-spacing: -0.5px;
    transform: translateX(0);
    transition: transform 0.5s ease;
}

.leadership_profileweb .work_projectsweb::before {
    content: "";
    height: 2px;
    transition: transform 0.5s ease;
    transform-origin: right;
    width: 30px;
    top: 15px;
    left: -40px;
    position: absolute;
    transform: scaleX(0);
    background: rgb(208,191,201);
}

.contact_boxwebGMX .feedback_blockweb {
    width: 40%;
    overflow: hidden;
    background: rgb(208,191,201);
    padding: 60px 40px;
    position: relative;
}

.contact_boxwebGMX .feedback_blockweb div {
    margin-bottom: 25px;
    display: flex;
    padding-left: 15px;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    border-left: 3px solid #ffffff;
    z-index: 1;
}



.contact_boxwebGMX .feedback_blockweb div {
    animation: slideInLeft 0.5s forwards;
    opacity: 0;
}

.contact_boxwebGMX .query_cardweb h3 {
    font-size: 22px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
}

.contact_boxwebGMX .inquiry_inquiryweb {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact_boxwebGMX .inquiry_inquiryweb label::before {
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    border: 2px solid #EFEFEF;
    top: 2px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    content: "";
}

.contact_boxwebGMX form .query_linksweb {
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(208,191,201);
    align-self: flex-start;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 20px;
    position: relative;
}

header .container {
    width: 100%;
    padding: 0 2%;
    max-width: 100%;
    z-index: 1;
    position: relative;
    margin: 0;
}

header .header_mainweb::after {
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,191,201), 
        rgb(173,152,164), 
        rgb(208,191,201), 
        transparent);
    left: 50%;
    content: '';
    transform: translateX(-50%);
}


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



@media (min-width: 768px) {.welcome_sectionweb .study_sessionsweb {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 4rem;
    flex-direction: row;
}.welcome_sectionweb h1 {
    max-width: 70%;
    font-size: calc(39px * 1.2);
}.welcome_sectionweb .subtext_wrapweb {
    width: 50%;
    margin-bottom: 0;
}.welcome_sectionweb .snapweb {
    width: 45%;
    margin-top: 0;
    height: 450px;
}
}



@media screen and (max-width: 768px) {.program_structureweb {
    padding: 60px 0;
}.program_structureweb .subtext_wrapweb {
    gap: 20px;
    grid-template-columns: 1fr;
}.program_structureweb .description {
    padding: 25px;
}.program_structureweb .snapweb {
    margin: 25px 0;
    height: 300px;
}.program_structureweb h2 {
    font-size: calc(33px * 0.9);
}
}



@media (max-width: 767px) {.pricing_bucketweb {
    padding: 4rem 0;
}.pricing_bucketweb .rate_optionsweb {
    padding: 1.5rem;
    min-height: 240px;
}.pricing_bucketweb .snapweb {
    height: 180px;
}.pricing_bucketweb .discount_priceweb {
    padding: 1.5rem;
}.pricing_bucketweb .discount_priceweb h2 {
    font-size: calc(29px - 0.2rem);
}.pricing_bucketweb .group_plansweb {
    font-size: calc(16px - 0.1rem);
}}



@media (max-width: 576px) {.gratWrapperweb {
    padding: 50px 0;
}.gratWrapperweb h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 25px;
}.gratWrapperweb .study_sessionsweb {
    border-left-width: 3px;
    padding: 20px 25px 15px;
}.gratWrapperweb li {
    padding-left: 20px;
}.gratWrapperweb li::before {
    height: 6px;
    width: 6px;
    top: 8px;
}.gratWrapperweb li span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.gratWrapperweb::before {
    background-size: 40px 40px;
}
}



@media (max-width: 768px) {.customer_experienceweb {
    padding: 60px 0;
}.customer_experienceweb h4 {
    font-size: calc(30px * 0.85);
    margin-bottom: 50px;
}.customer_experienceweb .testimonials_proweb::before {
    left: 20px;
}.customer_experienceweb .student_quotesweb {
    float: right;
    margin-bottom: 40px;
    width: calc(100% - 60px);
}.customer_experienceweb .student_quotesweb:nth-child(odd),
    .customer_experienceweb .student_quotesweb:nth-child(even) {
    animation: slideInRight 0.8s ease-out both;
    float: right;
}.customer_experienceweb .student_quotesweb:nth-child(odd)::before,
    .customer_experienceweb .student_quotesweb:nth-child(even)::before {
    left: -40px;
}.customer_experienceweb .student_quotesweb:nth-child(odd)::after,
    .customer_experienceweb .student_quotesweb:nth-child(even)::after {
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
}.customer_experienceweb .snapweb {
    width: 50px;
    margin-right: 15px;
    height: 50px;
}.customer_experienceweb .student_quotesweb span {
    font-size: calc(23px * 0.9);
}}



@media (max-width: 480px) {.potential_learnersweb {
    padding: 60px 0;
}.potential_learnersweb h4 {
    font-size: calc(33px * 0.85);
    letter-spacing: 1px;
    margin-bottom: 40px;
}.potential_learnersweb p {
    font-size: 12px;
    padding: 20px;
}.potential_learnersweb p svg {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}.potential_learnersweb p::after {
    top: -10px;
    right: 15px;
    font-size: 45px;
}}



@media (min-width: 992px) {.learning_outcomesweb {
    padding: 150px 0;
}.learning_outcomesweb .study_sessionsweb {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.learning_outcomesweb h4 {
    font-size: calc(18px * 1.1);
}.learning_outcomesweb .subtext_wrapweb {
    padding: 50px;
}.learning_outcomesweb .snapweb {
    max-width: 45%;
}
}



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



@media screen and (max-width: 576px) {.contact_boxwebGMX {
    padding: 60px 0;
}.contact_boxwebGMX .container {
    width: 90%;
}.contact_boxwebGMX .feedback_blockweb,
    .contact_boxwebGMX .query_cardweb {
    padding: 30px 20px;
}.contact_boxwebGMX .feedback_blockweb h3 {
    font-size: calc(28px * 0.8);
}.contact_boxwebGMX form .query_linksweb {
    width: 100%;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header_mainweb svg {
    width: 120px;
}header .head_studyweb {
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .head_studyweb::-webkit-scrollbar {
    height: 2px;
}header .head_studyweb::-webkit-scrollbar-thumb {
    background: rgb(208,191,201);
    border-radius: 10px;
}header .nav_guideweb {
    flex-shrink: 0;
    white-space: nowrap;
}
}



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



@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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



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

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
