﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.main-pagebar-k64 {
    flex: 1 0 auto;
}
header,footer {
    width: 100%;
}
section {
    background-color: rgb(234,227,234);
}
.container {
    margin: auto;
    width: 1264px;
    max-width: 100%;
}

.footer {
    flex: 0 0 auto;
}
svg {
    width: 30px;
    height: 30px;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
a {
    color: inherit;
    text-decoration: none;
}
.segment-wrapper-QPv {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    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;
    }
}.privacy-lair-XIe {
    background-color: rgb(234,227,234);
    padding: 50px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-family: Roboto, sans-serif;
    color: #000000;
    line-height: 1.6;
}
.privacy-lair-XIe h1, .privacy-lair-XIe h2, .privacy-lair-XIe h3, .privacy-lair-XIe h4, .privacy-lair-XIe h5, .privacy-lair-XIe h6 {
    color: rgb(208,185,208);
    margin-bottom: 20px;
}
.privacy-lair-XIe h1 {
    font-size: 43px;
    font-weight: 700;
    border-bottom: 2px solid rgb(186,134,182);
    padding-bottom: 10px;
}
.privacy-lair-XIe h2 {
    font-size: 38px;
    font-weight: 600;
    border-bottom: 1px solid rgb(186,134,182);
    padding-bottom: 8px;
}
.privacy-lair-XIe ul, .privacy-lair-XIe ol {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.privacy-lair-XIe li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    color: #000000;
}
.privacy-lair-XIe ul li:before, .privacy-lair-XIe ol li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 10px;
    height: 10px;
    background-color: rgb(186,134,182);
    border-radius: 50%;
}
.privacy-lair-XIe p, .privacy-lair-XIe span {
    font-size: 15px;
    margin-bottom: 20px;
}
.privacy-lair-XIe p {
    text-align: justify;
}
.privacy-lair-XIe div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .privacy-lair-XIe {
        padding: 30px 15px;
    }
    .privacy-lair-XIe h1 {
        font-size: calc(22px - 10px);
    }
    .privacy-lair-XIe h2 {
        font-size: calc(22px - 8px);
    }
    .privacy-lair-XIe p, .privacy-lair-XIe li {
        font-size: calc(15px - 2px);
    }
}.contact-box-FyU {
    position: relative;
    padding: 0;
    z-index: 1;
    min-height: 650px;
    display: flex;
    align-items: center;
}

.contact-box-FyU::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(208,185,208,0.5);
    z-index: -1;
}

.contact-box-FyU .container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.contact-box-FyU .feedback-message-0KP {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.contact-box-FyU .request-message-5hX {
    width: 100%;
    background-color: transparent;
    padding: 40px 20px 120px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.contact-box-FyU .request-message-5hX h3 {
    width: 100%;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.contact-box-FyU .request-message-5hX h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: rgb(186,134,182);
}

.contact-box-FyU .request-message-5hX div {
    max-width: 220px;
    min-height: 140px;
    flex: 1 0 calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.contact-box-FyU .request-message-5hX div:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.contact-box-FyU .request-message-5hX div svg {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}

.contact-box-FyU .request-message-5hX div svg path {
    fill: rgb(186,134,182);
}

.contact-box-FyU .request-message-5hX div span {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
}

.contact-box-FyU .request-message-5hX div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-box-FyU .request-message-5hX div span a:hover {
    color: rgb(186,134,182);
}

.contact-box-FyU .reach-feedback-Rn4 {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    padding: 40px 30px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    transform: translateY(50px);
    z-index: 2;
}

.contact-box-FyU .reach-feedback-Rn4::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    z-index: -1;
}

.contact-box-FyU .reach-feedback-Rn4 h3 {
    color: rgb(208,185,208);
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.contact-box-FyU .reach-feedback-Rn4 form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact-box-FyU .reach-feedback-Rn4 input[type="text"],
.contact-box-FyU .reach-feedback-Rn4 input[type="email"] {
    flex: 1 0 100%;
    height: 50px;
    padding: 15px 20px;
    border: 1px solid rgb(234,227,234);
    border-radius: 10px;
    background-color: transparent;
    color: #000000;
    font-size: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-box-FyU .reach-feedback-Rn4 input[type="text"]:focus,
.contact-box-FyU .reach-feedback-Rn4 input[type="email"]:focus {
    outline: none;
    border-color: rgb(186,134,182);
    box-shadow: 0 0 0 3px rgb(186,134,182,0.5);
}

.contact-box-FyU .reach-feedback-Rn4 input::placeholder {
    color: #000000;
    opacity: 0.6;
}

.contact-box-FyU .reach-feedback-Rn4 .feedback-help-dYq {
    flex: 1 0 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}

.contact-box-FyU .reach-feedback-Rn4 .feedback-help-dYq input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid rgb(234,227,234);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 3px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.contact-box-FyU .reach-feedback-Rn4 .feedback-help-dYq input[type="checkbox"]:checked {
    background-color: rgb(186,134,182);
    border-color: rgb(186,134,182);
}

.contact-box-FyU .reach-feedback-Rn4 .feedback-help-dYq input[type="checkbox"]:checked::before {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 12px;
}

.contact-box-FyU .reach-feedback-Rn4 .feedback-help-dYq label {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}

.contact-box-FyU .reach-feedback-Rn4 .feedback-help-dYq label a {
    color: rgb(186,134,182);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-box-FyU .reach-feedback-Rn4 .feedback-help-dYq label a:hover {
    color: rgb(208,185,208);
}

.contact-box-FyU .reach-feedback-Rn4 .help-inquiry-U9W {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(186,134,182), rgb(208,185,208));
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgb(186,134,182,0.5);
}

.contact-box-FyU .reach-feedback-Rn4 .help-inquiry-U9W:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(208,185,208,0.5);
}

@media screen and (min-width: 992px) {
    .contact-box-FyU {
        padding: 100px 0;
        min-height: 700px;
    }
    
    .contact-box-FyU .feedback-message-0KP {
        flex-direction: row;
        align-items: center;
    }
    
    .contact-box-FyU .request-message-5hX {
        width: 65%;
        padding: 60px 0 60px 120px;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        margin-left: auto;
    }
    
    .contact-box-FyU .request-message-5hX h3 {
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 40px;
    }
    
    .contact-box-FyU .request-message-5hX h3::after {
        left: 0;
        transform: none;
    }
    
    .contact-box-FyU .request-message-5hX div {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin: 0;
    }
    
    .contact-box-FyU .reach-feedback-Rn4 {
        width: 45%;
        max-width: 450px;
        padding: 40px;
        margin: 0;
        position: absolute;
        left: 0;
        z-index: 3;
    }
    
    .contact-box-FyU .reach-feedback-Rn4::before {
        top: 50%;
        left: -15px;
        transform: translateY(-50%) rotate(45deg);
    }
}

@media screen and (min-width: 1200px) {
    .contact-box-FyU .request-message-5hX {
        padding-left: 200px;
        width: 70%;
    }
    
    .contact-box-FyU .reach-feedback-Rn4 {
        width: 40%;
        max-width: 480px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact-box-FyU {
        padding: 80px 0 120px;
    }
    
    .contact-box-FyU .request-message-5hX {
        padding: 0 20px 120px;
        justify-content: space-between;
    }
    
    .contact-box-FyU .request-message-5hX div {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) {
    .contact-box-FyU {
        padding: 60px 0 120px;
    }
    
    .contact-box-FyU .request-message-5hX {
        padding: 0 20px 120px;
    }
    
    .contact-box-FyU .request-message-5hX h3 {
        font-size: calc(23px + 2px);
    }

    .contact-box-FyU .request-message-5hX div {
        flex: 0 0 100%;
        max-width: 280px;
        min-height: 120px;
        margin-bottom: 0;
    }
    
    .contact-box-FyU .request-message-5hX div svg {
        width: 30px;
        height: 30px;
    }
    
    .contact-box-FyU .reach-feedback-Rn4 {
        padding: 30px 25px;
    }
}

@media screen and (max-width: 480px) {
    .contact-box-FyU {
        padding: 40px 0 100px;
    }
    
    .contact-box-FyU .request-message-5hX {
        gap: 20px;
    }
    
    .contact-box-FyU .request-message-5hX div {
        min-height: auto;
        padding: 20px 15px;
    }
}header .nav-study-lzU {
    background: rgb(208,185,208);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
header .head-primary-18M {
    display: flex;
    align-items: center;
    padding: 5px 15px;
}
header .head-primary-18M a.head-prime-A3V {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .head-primary-18M .head-prime-A3V svg, header .head-primary-18M .head-prime-A3V img {
    height: 70px;
    width: 70px;
    fill: rgb(208,185,208);
    transition: transform 0.3s ease;
}
header .head-primary-18M .head-prime-A3V svg:hover, header .head-primary-18M .head-prime-A3V img:hover {
    transform: scale(1.1);
}
header .top-learning-d1O {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
header .top-learning-d1O a {
    color: rgb(186,134,182);
    text-decoration: none;
    padding: 15px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
header .top-learning-d1O a:hover {
    color: rgb(208,185,208);
    background-color: #ffffff;
}
header .top-learning-d1O a.active {
    border: 2px solid #ffffff;
    background-color: rgb(186,134,182);
    border-radius: 10px;
}
header .top-learning-d1O a.active:hover {
    background-color: rgb(208,185,208);
    border-color: rgb(208,185,208);
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
    header .main-start-LyJ {
        flex-direction: column;
        align-items: flex-start;
    }
    header .top-learning-d1O {
        display: none;
        flex-direction: column;
        width: 100%;
        padding: 10px 0;
    }
    header .menu.nav-lead-JwH {
        display: flex;
    }
    header .head-primary-18M {
        width: 100%;
        justify-content: center;
    }
    header .head-primary-18M .head-prime-A3V svg, header .head-primary-18M .head-prime-A3V img {
        height: 50px;
        width: 50px;
    }
}
header .nav-study-lzU::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(208,185,208) 0%, rgb(186,134,182) 100%);
    opacity: 0.7;
    z-index: -1;
}
header .main-start-LyJ {
    position: relative;
    z-index: 1;
}
header .head-primary-18M .main-primary-5Yf {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
header .head-primary-18M .main-primary-5Yf .head-learn-wUq {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(186,134,182);
}
header .top-learning-d1O a::before {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: rgb(186,134,182);
    transition: width 0.3s ease;
}
header .top-learning-d1O a:hover::before {
    width: 100%;
}
.segment-wrapper-QPv header .nav-study-lzU {
    background: rgb(208,185,208);
}
.segment-wrapper-QPv header .main-start-LyJ {
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    width: 100%;
}
.benefits-summary-kgc .skill-reasons-UAV h2 {
    color: rgb(186,134,182);
}

.benefits-summary-kgc .edu-wins-SpO svg, .benefits-summary-kgc .edu-wins-SpO svg path {
    fill: rgb(208,185,208);
}

.benefits-summary-kgc .edu-wins-SpO p {
    color: #000000;
}

.benefits-summary-kgc .edu-wins-SpO b {
    color: rgb(208,185,208);
}

.benefits-summary-kgc {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-summary-kgc .learn-reasons-VdW {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits-summary-kgc .skill-reasons-UAV {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits-summary-kgc .skill-reasons-UAV h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: 600;
}

.benefits-summary-kgc .skill-reasons-UAV h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-summary-kgc .key-advantages-rHL {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits-summary-kgc .edu-wins-SpO {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits-summary-kgc .edu-wins-SpO svg, .benefits-summary-kgc .edu-wins-SpO img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .segment-wrapper-QPv .benefits-summary-kgc .learn-reasons-VdW .edu-wins-SpO {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-summary-kgc .skill-reasons-UAV h2 {
        font-size: 30px;
    }

    .benefits-summary-kgc .learn-reasons-VdW {
        flex-direction: column;
    }

    .benefits-summary-kgc {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .segment-wrapper-QPv .benefits-summary-kgc .learn-reasons-VdW .edu-wins-SpO {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.segment-wrapper-QPv .benefits-summary-kgc {
    position: relative;
    background: linear-gradient(135deg, rgb(208,185,208,0.5), rgb(186,134,182,0.5));
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.segment-wrapper-QPv .benefits-summary-kgc::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(208,185,208) 0%, transparent 70%);
    opacity: 0.3;
    z-index: 0;
}

.segment-wrapper-QPv .benefits-summary-kgc .skill-reasons-UAV {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #000000;
}

.segment-wrapper-QPv .benefits-summary-kgc .skill-reasons-UAV h2 {
    font-size: 36px;
    font-weight: 700;
    color: rgb(186,134,182);
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 1px 1px #ffffff;
}

.segment-wrapper-QPv .benefits-summary-kgc .key-advantages-rHL {
    font-size: 15px;
    color: #000000;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.segment-wrapper-QPv .benefits-summary-kgc .learn-reasons-VdW {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.segment-wrapper-QPv .benefits-summary-kgc .edu-wins-SpO {
    background: #ffffff;
    border-radius: 29px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 20px;
    flex: 1 1 calc(25% - 40px);
    max-width: calc(25% - 40px);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.segment-wrapper-QPv .benefits-summary-kgc .edu-wins-SpO:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.segment-wrapper-QPv .benefits-summary-kgc .learn-benefits-gDp {
    margin-bottom: 20px;
}

.segment-wrapper-QPv .benefits-summary-kgc .learn-benefits-gDp img,
.segment-wrapper-QPv .benefits-summary-kgc .learn-benefits-gDp svg {
    width: 80px;
    height: 80px;
    fill: rgb(208,185,208);
}

.segment-wrapper-QPv .benefits-summary-kgc .edu-wins-SpO h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
    .segment-wrapper-QPv .benefits-summary-kgc .edu-wins-SpO {
        flex: 1 1 calc(45% - 40px);
        max-width: calc(45% - 40px);
    }
}

@media only screen and (max-width: 800px) {
    .segment-wrapper-QPv .benefits-summary-kgc .learn-reasons-VdW {
        flex-direction: column;
        align-items: center;
    }

    .segment-wrapper-QPv .benefits-summary-kgc .edu-wins-SpO {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 20px 0;
    }

    .segment-wrapper-QPv .benefits-summary-kgc .skill-reasons-UAV h2 {
        font-size: 22px;
    }
}.sign-up-now-A8Y {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgb(234,227,234) 80%);
    border-top: 4px solid rgb(208,185,208);
    border-bottom: 4px solid rgb(208,185,208);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-up-now-A8Y::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
    z-index: 0;
    transform: translate(-50%, -50%);
    opacity: 0.4;
    pointer-events: none;
}

.sign-up-now-A8Y .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 85vw;
    max-width: 1200px;
    padding: 4vh 6vw;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 28px;
    backdrop-filter: blur(10px);
    transition: background 0.3s ease;
}

.sign-up-now-A8Y .skill-sessions-4ga {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 2px solid rgb(208,185,208);
    border-radius: 28px;
    padding: 3vh 4vw;
    position: relative;
    overflow: hidden;
}


.sign-up-now-A8Y .skill-sessions-4ga svg, .sign-up-now-A8Y .skill-sessions-4ga svg path {
    fill: rgb(208,185,208);
    width: 8vw;
    height: auto;
    max-width: 80px;
}

.sign-up-now-A8Y .skill-sessions-4ga h2 {
    font-size: 31px;
    margin: 0 3vw;
    font-weight: 700;
    color: rgb(208,185,208);
    position: relative;
    z-index: 1;
    text-align: center;
}

.sign-up-now-A8Y .skill-sessions-4ga h2::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10%;
    width: 50%;
    height: 4px;
    background: rgb(208,185,208);
    transform: translateX(-50%);
}

.sign-up-now-A8Y .skill-sessions-4ga .help-inquiry-U9W {
    padding: 16px 32px;
    background: rgb(208,185,208);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    border: none;
    transition: background 0.3s ease;
}

.sign-up-now-A8Y .skill-sessions-4ga .help-inquiry-U9W:hover {
    background: rgb(186,134,182);
}

.sign-up-now-A8Y .skill-sessions-4ga .help-inquiry-U9W:focus {
    outline: 3px solid rgb(208,185,208);
    outline-offset: 4px;
}

@media only screen and (max-width: 1024px) and (min-width: 801px) {
    .sign-up-now-A8Y .container {
        width: 90vw;
        padding: 3vh 5vw;
    }
    
    .sign-up-now-A8Y .skill-sessions-4ga {
        padding: 3vh 3vw;
    }
    
    .sign-up-now-A8Y .skill-sessions-4ga h2 {
        font-size: calc(31px * 0.9);
    }
    
    .sign-up-now-A8Y .skill-sessions-4ga .help-inquiry-U9W {
        padding: 14px 28px;
    }
}

@media only screen and (max-width: 800px) {
    .sign-up-now-A8Y {
        padding: 4vh 0;
    }
    .sign-up-now-A8Y .container {
        padding: 2vh 4vw;
        width: 95vw;
    }
    .sign-up-now-A8Y .skill-sessions-4ga {
        flex-direction: column;
        padding: 4vh 2vw;
        width: 90vw;
    }
    .sign-up-now-A8Y .skill-sessions-4ga h2 {
        font-size: 19px;
        margin-bottom: 3vh;
    }
    .sign-up-now-A8Y .skill-sessions-4ga .help-inquiry-U9W {
        padding: 12px 24px;
        font-size: 15px;
        margin-top: 2vh;
    }
}header .top_plank {
    background: rgb(208,185,208);
    color:  #ffffff;
}
header .top_plank .skill-peakpro-ITy div svg, header .top_plank .skill-peakpro-ITy div svg path {
    fill: #ffffff;
}
header .top_plank .skill-peakpro-ITy div span {
    color: #ffffff;
}
header .top_plank .skill-peakpro-ITy {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 15px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .skill-peakpro-ITy div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .skill-peakpro-ITy div img, header .top_plank .skill-peakpro-ITy div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.customer-reviews-Rfp {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(186,134,182,0.5);
    font-family: Roboto, sans-serif;
}

.customer-reviews-Rfp h2 {
    color: rgb(186,134,182);
    text-align: center;
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
}

.customer-reviews-Rfp h2::after {
    content: '';
    width: 50px;
    height: 3px;
    background: rgb(208,185,208);
    display: block;
    margin: 20px auto 0;
    border-radius: 10px;
}

.customer-reviews-Rfp .skill-sessions-4ga {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.customer-reviews-Rfp .learning-testimonials-VX7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.customer-reviews-Rfp .alumni-feedback-R45 {
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(33% - 20px);
    max-width: 350px;
    padding: 20px;
    text-align: center;
    margin: 10px;
}

.customer-reviews-Rfp .alumni-feedback-R45:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.customer-reviews-Rfp .image-item-xP5 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto 20px;
}

.customer-reviews-Rfp .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer-reviews-Rfp .alumni-feedback-R45 span {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.customer-reviews-Rfp .alumni-feedback-R45 p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    max-width: 280px;
}

@media only screen and (max-width: 1024px) {
    .customer-reviews-Rfp .learning-testimonials-VX7 {
        flex-direction: column;
        align-items: center;
    }

    .customer-reviews-Rfp .alumni-feedback-R45 {
        width: 80%;
        max-width: unset;
        margin-bottom: 20px;
    }
}

.segment-wrapper-QPv .customer-reviews-Rfp .alumni-feedback-R45 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(208,185,208,0.5);
    background: #ffffff;
    padding: 25px;
    width: calc(50% - 30px);
    margin: 15px;
    border-radius: 10px;
}

.segment-wrapper-QPv .customer-reviews-Rfp .learning-testimonials-VX7 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.segment-wrapper-QPv .customer-reviews-Rfp .image-item-xP5 {
    margin-bottom: 20px;
}

.segment-wrapper-QPv .customer-reviews-Rfp .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.segment-wrapper-QPv .customer-reviews-Rfp .alumni-feedback-R45 span {
    text-align: center;
    color: #000000;
    font-size: 19px;
    margin-bottom: 10px;
}

.segment-wrapper-QPv .customer-reviews-Rfp .alumni-feedback-R45 p {
    text-align: center;
    color: #000000;
}

.segment-wrapper-QPv .customer-reviews-Rfp .skill-sessions-4ga h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
    .segment-wrapper-QPv .customer-reviews-Rfp .alumni-feedback-R45 {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 15px;
        margin: 10px 0;
    }

    .segment-wrapper-QPv .customer-reviews-Rfp .image-item-xP5 {
        margin-bottom: 15px;
    }

    .segment-wrapper-QPv .customer-reviews-Rfp .text {
        width: 100%;
    }
}
.thxBlock-U0N {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, rgb(208,185,208), rgb(186,134,182));
    padding: 40px;
    color: #ffffff;
}
.thxBlock-U0N .container {
    max-width: 900px;
    width: 100%;
    padding: 50px;
    background: rgb(234,227,234);
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.thxBlock-U0N h2 {
    margin-bottom: 20px;
    font-size: 42px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: rgb(208,185,208);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.thxBlock-U0N p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
    .thxBlock-U0N .container {
        padding: 40px;
    }
    .thxBlock-U0N h2 {
        font-size: 29px;
    }
    .thxBlock-U0N p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 800px) {
    .thxBlock-U0N {
        padding: 20px;
    }
    .thxBlock-U0N .container {
        padding: 30px;
    }
    .thxBlock-U0N h2 {
        font-size: 18px;
    }
    .thxBlock-U0N p {
        font-size: 18px;
    }
}
.cost-plan-ZMS {
  background: rgb(234,227,234);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.cost-plan-ZMS::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: 
    radial-gradient(
      circle at 20% 20%,
      rgb(208,185,208,0.5) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgb(186,134,182,0.5) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgb(208,185,208,0.5) 0%,
      transparent 25%
    ),
    repeating-conic-gradient(
      from 0deg,
      rgb(208,185,208,0.5) 0deg 10deg,
      transparent 10deg 20deg,
      rgb(186,134,182,0.5) 20deg 30deg,
      transparent 30deg 40deg
    );
  opacity: 0.04;
  filter: blur(40px);
  animation: rotateBg 40s linear infinite;
  z-index: -2;
}

.cost-plan-ZMS::after {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(90deg,
      transparent 20%,
      rgb(208,185,208,0.5) 50%,
      transparent 80%
    ),
    linear-gradient(180deg,
      rgb(186,134,182,0.5) 0%,
      transparent 50%,
      rgb(208,185,208,0.5) 100%
    ),
    repeating-linear-gradient(
      45deg,
      #000000 0px,
      #000000 1px,
      transparent 1px,
      transparent 15px
    ),
    repeating-linear-gradient(
      -45deg,
      #000000 0px,
      #000000 1px,
      transparent 1px,
      transparent 15px
    );
  opacity: 0.03;
  filter: blur(1px);
  z-index: -1;
}

.cost-plan-ZMS .container {
  position: relative;
}

.study-sub-hBb {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.cost-plan-ZMS .pricing-pack-lj7 {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.cost-plan-ZMS .pricing-pack-lj7::before,
.cost-plan-ZMS .pricing-pack-lj7::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: 
    radial-gradient(
      circle at center,
      rgb(208,185,208,0.5) 0%,
      transparent 50%
    ),
    repeating-conic-gradient(
      from 0deg,
      rgb(186,134,182,0.5) 0deg 5deg,
      transparent 5deg 10deg
    );
  opacity: 0.05;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
  animation: pulseGlow 10s ease-in-out infinite;
}

.cost-plan-ZMS .pricing-pack-lj7::before {
  top: -200px;
  left: -200px;
}

.cost-plan-ZMS .pricing-pack-lj7::after {
  bottom: -200px;
  right: -200px;
  animation-delay: -5s;
}

.cost-plan-ZMS .pricing-pack-lj7 h2 {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.cost-plan-ZMS .learn-fees-DJx {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
}

.cost-plan-ZMS .value-rates-ic0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px 10px;
  position: relative;
}

.cost-plan-ZMS .value-rates-ic0::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: 
    radial-gradient(
      circle at center,
      rgb(208,185,208,0.5) 0%,
      transparent 60%
    ),
    repeating-conic-gradient(
      from 45deg,
      rgb(186,134,182,0.5) 0deg 1deg,
      transparent 1deg 5deg
    );
  opacity: 0.05;
  filter: blur(40px);
  animation: rotateShine 20s linear infinite;
  z-index: -1;
}

.cost-plan-ZMS .rate-packages-yh8 {
  text-decoration: none;
  position: relative;
}

.cost-plan-ZMS .price-grid-nLs {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.cost-plan-ZMS .image-item-xP5 {
  height: 260px;
  position: relative;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 85%,
    85% 100%,
    15% 100%,
    0 85%
  );
}

.cost-plan-ZMS .image-item-xP5::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5)
  );
}

.cost-plan-ZMS .premium-plan-bDx {
  padding: 30px;
  background: #ffffff;
}

.cost-plan-ZMS .premium-plan-bDx h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cost-plan-ZMS .learning-package-9Pm {
  display: inline-block;
  color: rgb(208,185,208);
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 15px;
}

.cost-plan-ZMS .premium-plan-bDx p {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@keyframes rotateBg {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.05;
  }
  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 0.08;
  }
}

@keyframes rotateShine {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 1200px) {
  .cost-plan-ZMS {
    padding: 100px 0;
  }

  .cost-plan-ZMS .value-rates-ic0 {
    gap: 25px;
  }

  .cost-plan-ZMS .pricing-pack-lj7::before,
  .cost-plan-ZMS .pricing-pack-lj7::after {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .cost-plan-ZMS {
    padding: 80px 0;
  }

  .cost-plan-ZMS .image-item-xP5 {
    height: 220px;
  }

  .cost-plan-ZMS .premium-plan-bDx {
    padding: 25px;
  }

  .cost-plan-ZMS .pricing-pack-lj7::before,
  .cost-plan-ZMS .pricing-pack-lj7::after {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .cost-plan-ZMS {
    padding: 60px 0;
  }

  .study-sub-hBb {
    gap: 50px;
  }

  .cost-plan-ZMS .value-rates-ic0 {
    grid-template-columns: minmax(280px, 400px);
    justify-content: center;
    gap: 20px;
  }

  .cost-plan-ZMS .image-item-xP5 {
    height: 200px;
  }

  .cost-plan-ZMS .premium-plan-bDx {
    padding: 20px;
  }

  .cost-plan-ZMS .pricing-pack-lj7::before,
  .cost-plan-ZMS .pricing-pack-lj7::after {
    width: 200px;
    height: 200px;
  }
}.newsletter-67x {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.newsletter-67x .skill-sessions-4ga {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter-67x input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(186,134,182,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.newsletter-67x h2 {
    margin-bottom: 20px;
    text-align: center;
}

.newsletter-67x .help-inquiry-U9W {
    background: rgb(186,134,182);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.newsletter-67x .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .newsletter-67x .skill-sessions-4ga {
        flex-direction: column;
    }

    .newsletter-67x {
        padding: 30px 20px;
    }

    .newsletter-67x input {
        min-width: unset;
    }

    .newsletter-67x .help-inquiry-U9W {
        flex-shrink: unset;
    }

    .newsletter-67x .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .newsletter-67x input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .segment-wrapper-QPv .newsletter-67x .skill-sessions-4ga h2 {
        font-size: 20px;
    }
}

.segment-wrapper-QPv .newsletter-67x {
    padding: 80px 0;
    background: rgb(234,227,234);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.segment-wrapper-QPv .newsletter-67x::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(208,185,208,0.5) 0%, transparent 80%);
    opacity: 0.2;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 50%;
}

.segment-wrapper-QPv .newsletter-67x .container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.segment-wrapper-QPv .newsletter-67x h2 {
    font-size: 48px;
    margin-bottom: 30px;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.segment-wrapper-QPv .newsletter-67x .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.segment-wrapper-QPv .newsletter-67x input[type="email"] {
    padding: 15px 20px;
    height: auto;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(186,134,182);
    font-weight: 400;
    font-size: 12px;
    width: 70%;
    max-width: 450px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.segment-wrapper-QPv .newsletter-67x .help-inquiry-U9W {
    padding: 15px 30px;
    border-radius: 10px;
    background: rgb(208,185,208);
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.segment-wrapper-QPv .newsletter-67x .help-inquiry-U9W:hover {
    background: #000000;
}

@media only screen and (max-width: 800px) {
    .segment-wrapper-QPv .newsletter-67x {
        padding: 60px 20px;
    }

    .segment-wrapper-QPv .newsletter-67x h2 {
        font-size: 28px;
    }

    .segment-wrapper-QPv .newsletter-67x .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .segment-wrapper-QPv .newsletter-67x input[type="email"] {
        width: 100%;
    }

    .segment-wrapper-QPv .newsletter-67x .help-inquiry-U9W {
        width: 100%;
    }
}.title-board-SRv .learn-begin-ZMX {
    background-size: cover;
    background-position: center !important;
}

.title-board-SRv .study-space-13f h1 {
    color: rgb(186,134,182);
}

.title-board-SRv .study-space-13f h3 {
    color: rgb(186,134,182);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.title-board-SRv .study-space-13f p {
    color: #000000;
    text-align: right;
}

.title-board-SRv {
    width: 100%;
}

.title-board-SRv .learn-begin-ZMX {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.title-board-SRv .study-space-13f {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.title-board-SRv .study-space-13f h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.title-board-SRv .study-space-13f p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .title-board-SRv .learn-begin-ZMX {
        min-height: 320px;
        height: auto;
    }

    .title-board-SRv .study-space-13f {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .title-board-SRv .study-space-13f h1 {
        font-size: 18px;
    }

    .title-board-SRv .study-space-13f h3 {
        font-size: 16px;
    }

    .title-board-SRv .study-space-13f p {
        font-size: 14px;
    }


}

.segment-wrapper-QPv .title-board-SRv .study-space-13f {
    position: static;
    width: 100%;
    clip-path: none;
    height: 560px;
    background: linear-gradient(180deg, rgb(208,185,208,0.5) 0%, rgb(186,134,182,0.5) 100%);
    padding: 100px calc(50% - 600px);
    justify-content: flex-start;
    align-items: flex-start;
}

.segment-wrapper-QPv .title-board-SRv {
    position: relative;
}

.segment-wrapper-QPv .title-board-SRv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    z-index: 0;
}

.segment-wrapper-QPv .title-board-SRv .learn-begin-ZMX {
    min-height: unset;
    height: auto;
}

.segment-wrapper-QPv .title-board-SRv .study-space-13f h1 {
    text-align: left;
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.segment-wrapper-QPv .title-board-SRv .study-space-13f h3 {
    text-align: left;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.segment-wrapper-QPv .title-board-SRv .study-space-13f p {
    text-align: left;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .segment-wrapper-QPv .title-board-SRv .study-space-13f {
        padding: 30px;
        height: 400px;
    }
}

@media only screen and (max-width: 800px) {
    .segment-wrapper-QPv .title-board-SRv .study-space-13f {
        width: 100%;
        padding: 80px 30px;
        height: auto;
    }

    .segment-wrapper-QPv .title-board-SRv .learn-begin-ZMX {
        height: auto;
    }
}.company-info-GTI {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.company-info-GTI::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: -1;
}

.company-info-GTI .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.company-info-GTI .description-card-qBH {
    position: relative;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 45px 50px;
    border-left: 4px solid rgb(208,185,208);
    transform: translateX(0);
    opacity: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.company-info-GTI .description-card-qBH h3 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.company-info-GTI .description-card-qBH h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: rgb(208,185,208);
}

.company-info-GTI .description-card-qBH span {
    display: block;
    font-size: 19px;
    color: rgb(186,134,182);
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

.company-info-GTI .description-card-qBH p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 0;
    opacity: 0.9;
}

.company-info-GTI .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 3px;
    height: 100%;
    background: rgb(208,185,208,0.5);
}

.company-info-GTI .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 20px;
    height: 20px;
    background: rgb(208,185,208);
}

.company-info-GTI svg {
    position: absolute;
    width: 50px;
    height: 50px;
    fill: #ffffff;
    opacity: 0.1;
    z-index: 1;
}

.company-info-GTI svg:nth-child(1) {
    top: 50px;
    right: 50px;
}

.company-info-GTI svg:nth-child(2) {
    bottom: 50px;
    right: 150px;
}

.company-info-GTI svg path {
    stroke: rgb(208,185,208);
    stroke-width: 1;
    fill: transparent;
}

@media (max-width: 992px) {
    .company-info-GTI {
        padding: 80px 0;
    }
    
    .company-info-GTI .description-card-qBH {
        max-width: 550px;
        padding: 40px 45px;
    }
    
    .company-info-GTI .description-card-qBH h3 {
        font-size: calc(38px - 2px);
    }
    
    .company-info-GTI .description-card-qBH span {
        font-size: calc(19px - 1px);
    }
    
    .company-info-GTI .container::before {
        left: -60px;
    }
    
    .company-info-GTI .container::after {
        left: -60px;
    }
}

@media (max-width: 768px) {
    .company-info-GTI {
        padding: 70px 0;
    }
    
    .company-info-GTI .description-card-qBH {
        max-width: 100%;
        padding: 35px 30px;
    }
    
    .company-info-GTI .description-card-qBH h3 {
        font-size: calc(38px - 4px);
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    
    .company-info-GTI .description-card-qBH h3::after {
        width: 50px;
        height: 2px;
    }
    
    .company-info-GTI .description-card-qBH span {
        font-size: calc(19px - 2px);
        margin-bottom: 20px;
    }
    
    .company-info-GTI .description-card-qBH p {
        font-size: calc(18px - 1px);
        line-height: 1.7;
    }
    
    .company-info-GTI .container::before,
    .company-info-GTI .container::after {
        display: none;
    }
    
    .company-info-GTI svg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .company-info-GTI {
        padding: 60px 0;
    }
    
    .company-info-GTI::before {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 100%);
    }
    
    .company-info-GTI .description-card-qBH {
        padding: 30px 25px;
        border-left: 3px solid rgb(208,185,208);
    }
    
    .company-info-GTI .description-card-qBH h3 {
        font-size: calc(38px - 6px);
        margin-bottom: 12px;
        padding-bottom: 10px;
        letter-spacing: 1px;
    }
    
    .company-info-GTI .description-card-qBH h3::after {
        width: 40px;
    }
    
    .company-info-GTI .description-card-qBH span {
        font-size: calc(19px - 3px);
        margin-bottom: 15px;
    }
    
    .company-info-GTI .description-card-qBH p {
        font-size: calc(18px - 2px);
        line-height: 1.6;
    }
    
    .company-info-GTI svg {
        display: none;
    }
}.program-details-yQ5 {
    padding: 100px 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.program-details-yQ5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(208,185,208,0.5);
    z-index: -1;
    transition: opacity 0.3s;
}
.program-details-yQ5 h2 {
    color: #000000;
    font-size: 43px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    transition: color 0.3s;
}

.program-details-yQ5 .skill-sessions-4ga {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.program-details-yQ5 .learn-development-3X0 {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.program-details-yQ5 .image-item-xP5 {
    height: 250px;
    background-size: cover;
    background-position: center;
    transition: background-size 0.3s, filter 0.3s;
}
.program-details-yQ5 .description-card-qBH {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.program-details-yQ5 h3 {
    font-size: 29px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    transition: color 0.3s;
}
.program-details-yQ5:hover h3 {
    color: rgb(208,185,208);
}
.program-details-yQ5 p {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 300;
}
.program-details-yQ5 .help-inquiry-U9W {
    background: rgb(208,185,208);
    color: #ffffff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.program-details-yQ5 .help-inquiry-U9W:hover {
    background: rgb(186,134,182);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.program-details-yQ5 .coding-class-CIh {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 15px;
}
.segment-wrapper-QPv .program-details-yQ5 {
    padding: 40px 0;
    background: none;
}
.segment-wrapper-QPv .program-details-yQ5 .coding-class-CIh {
    width: 100%;
}
.segment-wrapper-QPv .program-details-yQ5 .coding-class-CIh .learn-development-3X0 .main-pagebar-k64 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.segment-wrapper-QPv .program-details-yQ5 .description-card-qBH {
    background: #ffffff;
    padding: 40px 60px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
.segment-wrapper-QPv .program-details-yQ5 .image-item-xP5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: 1;
}
.segment-wrapper-QPv .program-details-yQ5 h3 {
    color: rgb(208,185,208);
    font-size: 29px;
    margin-bottom: 15px;
    font-weight: 700;
}
.segment-wrapper-QPv .program-details-yQ5 p {
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.segment-wrapper-QPv .program-details-yQ5 .help-inquiry-U9W {
    background: rgb(186,134,182);
    color: #ffffff;
    padding: 15px 45px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.segment-wrapper-QPv .program-details-yQ5 .help-inquiry-U9W:hover {
    background: rgb(208,185,208);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
    .program-details-yQ5, .segment-wrapper-QPv .program-details-yQ5 {
        padding: 50px 0;
    }
    .program-details-yQ5 h2, .segment-wrapper-QPv .program-details-yQ5 h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .program-details-yQ5 .image-item-xP5, .segment-wrapper-QPv .program-details-yQ5 .image-item-xP5 {
        height: 200px;
    }
    .program-details-yQ5 .description-card-qBH, .segment-wrapper-QPv .program-details-yQ5 .description-card-qBH {
        padding: 20px;
    }
    .program-details-yQ5 h3, .segment-wrapper-QPv .program-details-yQ5 h3 {
        font-size: 24px;
    }
    .program-details-yQ5 p, .segment-wrapper-QPv .program-details-yQ5 p {
        font-size: 18px;
    }
    .program-details-yQ5 .help-inquiry-U9W, .segment-wrapper-QPv .program-details-yQ5 .help-inquiry-U9W {
        padding: 10px 30px;
    }
}footer {
    background: rgb(186,134,182);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 60px 0;
    border-top: 2px solid rgb(208,185,208);
    box-shadow: 0 -5px 15px rgb(186,134,182,0.5);
    position: relative;
}
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.2), rgba(255, 0, 255, 0.2));
    opacity: 0.1;
    pointer-events: none;
}
footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .contact-edu-N71 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    border-bottom: 1px solid rgb(208,185,208,0.5);
    padding-bottom: 30px;
}
footer .head-primary-18M svg, footer .head-primary-18M img {
    height: 80px;
    width: 80px;
    margin-right: 20px;
    fill: rgb(208,185,208);
    filter: drop-shadow(0 0 10px rgb(208,185,208));
}
footer h5 {
    font-size: 23px;
    color: rgb(208,185,208);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(208,185,208);
    padding-bottom: 5px;
}
footer .top-learning-d1O a {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
footer .top-learning-d1O a:hover {
    color: rgb(208,185,208);
    text-shadow: 0 0 5px rgb(208,185,208), 0 0 10px rgb(208,185,208);
}
footer .support-box-HtP {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .support-box-HtP div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}
footer .support-box-HtP div svg, footer .support-box-HtP div svg path {
    fill: rgb(208,185,208);
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
footer .support-box-HtP div span {
    color: #ffffff;
    font-size: 12px;
}
footer .support-box-HtP div:hover {
    transform: translateX(10px);
}
footer .skill-test-6eG {
    text-align: right;
    margin-top: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}
footer .footer-caption-RC1 {
    background: rgb(208,185,208);
    padding: 20px 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgb(208,185,208,0.5);
    position: relative;
    z-index: 1;
}
footer .sec-cert-xWR {
    font-size: 14px;
    color: #ffffff;
}
footer .sec-cert-xWR a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
footer .sec-cert-xWR a:hover {
    color: rgb(208,185,208);
    text-shadow: 0 0 5px rgb(208,185,208), 0 0 10px rgb(208,185,208);
}
@media only screen and (max-width: 1200px) {
    footer .contact-edu-N71 {
        flex-direction: column;
        align-items: center;
    }
    footer h5 {
        text-align: center;
        margin: 20px 0;
    }
    footer .skill-test-6eG {
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .contact-edu-N71, footer .header-sitebar-aeL {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .support-box-HtP {
        margin-top: 20px;
    }
    footer h5 {
        margin-top: 10px;
    }
}
.segment-wrapper-QPv footer .footer {
    padding: 40px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.segment-wrapper-QPv footer .top-learning-d1O a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.segment-wrapper-QPv footer .top-learning-d1O a:after {
    content: "/";
    margin: 0 5px;
}
.segment-wrapper-QPv footer .top-learning-d1O a:hover {
    color: rgb(208,185,208);
    text-shadow: 0 0 5px rgb(208,185,208), 0 0 10px rgb(208,185,208);
}
.segment-wrapper-QPv footer .footer-caption-RC1 {
    padding: 20px 0;
}
.segment-wrapper-QPv footer .sec-cert-xWR {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
