* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.wrapper-segment {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}.top-learn {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1258px;
}.price-table {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.get-in-touch {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding: 80px 0;
}.get-in-touch::before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    height: 100%;
    z-index: 0;
    top: 0;
    background-size: 20px 20px;
}.get-in-touch .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.get-in-touch h2 {
    font-weight: 700;
    border-left: 5px solid rgb(231,199,154);
    padding-left: 20px;
    margin-bottom: 50px;
    text-align: left;
    color: #000000;
    position: relative;
    font-size: 37px;
}.get-in-touch .connect-widget {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    display: flex;
    background: #ffffff;
}.get-in-touch .img-flex {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.get-in-touch .img-flex::before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(231,199,154,0.5);
    mix-blend-mode: multiply;
}.get-in-touch .feedback-query {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.get-in-touch .feedback-query::after {
    z-index: -1;
    background: rgb(244,228,200);
    border-radius: 0 0 0 100%;
    height: 150px;
    position: absolute;
    content: "";
    right: 0;
    width: 150px;
    top: 0;
}.get-in-touch #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.get-in-touch h3 {
    font-size: 23px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
}.get-in-touch h3::after {
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    bottom: -10px;
    background: rgb(231,199,154);
    width: 40px;
}.get-in-touch input[type="text"] {
    font-size: 16px;
    width: 100%;
    color: #000000;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: rgb(244,228,200);
    transition: all 0.3s ease;
    padding: 18px 20px;
}.get-in-touch input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(231,199,154,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}.get-in-touch input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.get-in-touch .reach-links {
    margin-top: 5px;
    align-items: center;
    display: flex;
    gap: 12px;
}.get-in-touch .reach-links input[type="checkbox"] {
    appearance: none;
    border-radius: 10px;
    width: 22px;
    position: relative;
    cursor: pointer;
    height: 22px;
    border: 2px solid rgb(244,228,200);
    transition: all 0.2s ease;
}.get-in-touch .reach-links input[type="checkbox"]:checked {
    background: rgb(231,199,154);
    border-color: rgb(231,199,154);
}.get-in-touch .reach-links input[type="checkbox"]:checked::after {
    content: "";
    height: 11px;
    top: 3px;
    transform: rotate(45deg);
    position: absolute;
    border: solid #ffffff;
    width: 6px;
    left: 7px;
    border-width: 0 2px 2px 0;
}.get-in-touch .reach-links label {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}.get-in-touch .reach-links a {
    color: rgb(231,199,154);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.get-in-touch .reach-links a:hover {
    color: rgb(217,167,107);
}.get-in-touch .reach-links a::after {
    height: 1px;
    transition: all 0.3s ease;
    bottom: -2px;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(231,199,154);
}.get-in-touch .reach-links a:hover::after {
    background: rgb(217,167,107);
}.get-in-touch .query-box {
    background: rgb(231,199,154);
    padding: 18px 40px;
    cursor: pointer;
    margin-top: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 19px;
    border-radius: 10px;
    border: none;
    align-self: flex-start;
    box-shadow: 0 4px 15px rgb(231,199,154,0.5);
    color: #ffffff;
}.get-in-touch .query-box:hover {
    box-shadow: 0 7px 20px rgb(217,167,107,0.5);
    background: rgb(217,167,107);
    transform: translateY(-2px);
}.get-in-touch svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(231,199,154);
}.get-in-touch svg path {
    transition: all 0.3s ease;
    fill: rgb(231,199,154);
}.get-in-touch svg:hover {
    fill: rgb(217,167,107);
}.get-in-touch svg:hover path {
    fill: rgb(217,167,107);
}

@media (max-width: 992px) {.get-in-touch .connect-widget {
    flex-direction: column;
}.get-in-touch .img-flex {
    order: 1;
    min-height: 300px;
    flex: 0 0 auto;
}.get-in-touch .feedback-query {
    order: 2;
    flex: 0 0 auto;
    padding: 50px 40px;
}.get-in-touch h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.get-in-touch {
    padding: 60px 0;
}.get-in-touch h2 {
    margin-bottom: 30px;
    font-size: calc(37px - 4px);
}.get-in-touch .feedback-query {
    padding: 40px 30px;
}.get-in-touch #contact {
    gap: 25px;
}.get-in-touch .img-flex {
    min-height: 250px;
}
}

@media (max-width: 576px) {.get-in-touch {
    padding: 40px 0;
}.get-in-touch .container {
    padding: 0 15px;
}.get-in-touch h2 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: calc(37px - 6px);
}.get-in-touch .feedback-query {
    padding: 30px 20px;
}.get-in-touch #contact {
    gap: 20px;
}.get-in-touch input[type="text"] {
    padding: 15px;
}.get-in-touch .query-box {
    width: 100%;
    padding: 15px 20px;
}.get-in-touch .img-flex {
    min-height: 200px;
}}.privacySettingsModal {
    z-index: 90;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(231,199,154);
    background: rgb(244,228,200);
    position: fixed;
}#cookiePreferenceBox {
    display: none;
}#cookiePreferenceBox:checked ~ .privacySettingsModal {
    visibility: hidden;
    opacity: 0;
}.cookie-show {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.privacySettingsModal h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.privacySettingsModal p {
    font-size: 18px;
}.cookie-customize {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-customize svg, .cookie-customize svg path, .cookie-customize img {
    height: 100px;
    width: 100px;
    fill: rgb(231,199,154);
}.track-toggle {
    border-bottom: 2px solid rgb(231,199,154);
    text-align: center;
    min-width: 120px;
    color: rgb(231,199,154);
    line-height: 35px;
    white-space: nowrap;
    margin-left: 10px;
    text-decoration: none;
    font-size: 24px;
    flex-shrink: 0;
    cursor: pointer;
}.privacySettingsModal p a {
    text-decoration: none;
    color: rgb(231,199,154);
}
@media only screen and (max-width: 1200px) {.privacySettingsModal {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-customize {
    display: none;
}.cookie-show {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.privacySettingsModal h5 {
    text-align: center;
}.privacySettingsModal p {
    text-align: center;
}.cookie-control {
    margin-bottom: 20px;
}body .wrapper-segment .track-toggle {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-segment .privacySettingsModal {
    box-shadow: rgb(217,167,107,0.5) 0px 0px 10px 10px;
    background: rgb(231,199,154);
}.wrapper-segment .cookie-show {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-segment .track-toggle {
    font-size: 20px;
    margin-left: 30px;
    color: rgb(231,199,154);
    border: none;
    padding: 10px;
    background: #ffffff;
}.wrapper-segment .cookie-control {
    text-align: left;
    color: #ffffff;
}.wrapper-segment .cookie-control h5 {
    font-weight: 700;
}.wrapper-segment .cookie-control h5, .wrapper-segment .cookie-control p {
    color: #ffffff;
}.wrapper-segment .privacySettingsModal p a {
    color: rgb(217,167,107);
    text-decoration: underline;
}.customer-support {
    background: rgb(244,228,200);
    overflow: hidden;
    isolation: isolate;
    padding: 6rem 0;
    position: relative;
}.customer-support::before {
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(231,199,154,0.5), 0.02) 10px,
        rgba(rgb(231,199,154,0.5), 0.02) 20px
    );
    height: 100%;
}.customer-support::after {
    width: 500px;
    background: radial-gradient(circle, rgb(231,199,154,0.5) 0%, transparent 70%);
    content: '';
    height: 500px;
    top: -250px;
    right: -250px;
    position: absolute;
    filter: blur(50px);
    opacity: 0.1;
    z-index: -2;
}.customer-support .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}.customer-support .info-request {
    display: grid;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    background: transparent;
    position: relative;
    gap: 0;
    overflow: hidden;
    border-radius: 14px;
    grid-template-columns: 1fr;
}.customer-support .info-request::before {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
    inset: 0;
    content: '';
    position: absolute;
}.customer-support .info-request h3 {
    justify-content: center;
    background: rgb(231,199,154);
    overflow: hidden;
    padding: 2rem;
    gap: 0.75rem;
    display: flex;
    font-weight: 700;
    position: relative;
    align-items: center;
    color: #ffffff;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 28px;
}.customer-support .info-request h3 svg {
    animation: floatIcon 3s ease-in-out infinite;
    fill: none;
    stroke: #ffffff;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    height: 1.75rem;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 2;
    width: 1.75rem;
}@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}
.customer-support .info-request h3::before {
    opacity: 0.5;
    top: -50%;
    z-index: 0;
    height: 200%;
    content: '';
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    animation: rotateGradient 20s linear infinite;
    position: absolute;
    left: -50%;
}@keyframes rotateGradient {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.customer-support .assist-grid {
    font-size: calc(13px * 1.05);
    position: relative;
    line-height: 1.7;
    margin: 0 auto;
    color: #000000;
    text-align: center;
    max-width: 80%;
    padding: 2rem 2rem 1rem;
}.customer-support .assist-grid::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    background: rgb(231,199,154);
    content: '';
    width: 50px;
    height: 3px;
    border-radius: 10px;
}.customer-support .ask-for-help {
    padding: 2rem;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    display: grid;
}.customer-support .ask-for-help span {
    margin-bottom: 10px;
    padding-left: 3.5rem;
    border: 1px solid rgba(rgb(231,199,154,0.5), 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.customer-support .ask-for-help span svg {
    transition: all 0.3s ease;
    margin: auto;
    width: 1.5rem;
    stroke: rgb(231,199,154);
    stroke-linejoin: round;
    z-index: 1;
    left: 1.25rem;
    height: 1.5rem;
    stroke-width: 2;
    position: absolute;
    fill: none;
    stroke-linecap: round;
}.customer-support .ask-for-help span svg path,
.customer-support .ask-for-help span svg circle,
.customer-support .ask-for-help span svg line,
.customer-support .ask-for-help span svg polyline,
.customer-support .ask-for-help span svg rect {
    transition: all 0.3s ease;
}.customer-support .ask-for-help span:hover svg {
    transform: scale(1.2);
}.customer-support .ask-for-help span:nth-child(odd) svg {
    stroke: rgb(231,199,154);
}.customer-support .ask-for-help span:nth-child(even) svg {
    stroke: rgb(217,167,107);
}.customer-support .ask-for-help span::before {
    width: 5px;
    content: '';
    background: rgb(231,199,154);
    transition: width 0.3s ease;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.customer-support .ask-for-help span:nth-child(even)::before {
    background: rgb(217,167,107);
}.customer-support .ask-for-help span::after {
    content: '';
    right: 0;
    width: 0;
    bottom: 0;
    height: 0;
    opacity: 0.2;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent rgb(231,199,154,0.5) transparent;
    border-style: solid;
    position: absolute;
}.customer-support .ask-for-help span:nth-child(even)::after {
    border-color: transparent transparent rgb(217,167,107,0.5) transparent;
}.customer-support .ask-for-help span:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.customer-support .ask-for-help span:hover::before {
    width: 7px;
}.customer-support .ask-for-help span:hover svg path,
.customer-support .ask-for-help span:hover svg circle,
.customer-support .ask-for-help span:hover svg line,
.customer-support .ask-for-help span:hover svg polyline,
.customer-support .ask-for-help span:hover svg rect {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: dash 1.5s linear forwards;
}@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
.customer-support .ask-for-help span p {
    font-weight: 600;
    color: #000000;
    margin: 0 0 0.5rem;
    font-size: 13px;
}.customer-support .ask-for-help span > span {
    color: #000000;
    margin: 0;
    font-weight: 400;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}.customer-support .ask-for-help span > span:hover {
    transform: none;
    box-shadow: none;
}.customer-support .ask-for-help span > span::before,
.customer-support .ask-for-help span > span::after {
    display: none;
}.customer-support .ask-for-help span a {
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    color: rgb(231,199,154);
}.customer-support .ask-for-help span a:hover {
    transform: translateX(3px);
    color: rgb(217,167,107);
}.customer-support .learn-talk {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    grid-column: 1 / -1;
    border: 1px solid rgba(rgb(217,167,107,0.5), 0.2);
    background: rgba(rgb(217,167,107,0.5), 0.1);
    margin-top: 1rem;
}.customer-support .learn-talk::before {
    width: 100px;
    content: '';
    opacity: 0.1;
    background: rgb(217,167,107,0.5);
    position: absolute;
    border-radius: 50%;
    top: -50px;
    right: -50px;
    height: 100px;
}.customer-support .learn-talk h4 {
    align-items: center;
    padding-bottom: 0.75rem;
    margin: 0 0 1.5rem;
    gap: 0.75rem;
    font-size: 24px;
    position: relative;
    display: flex;
    color: rgb(217,167,107);
    border-bottom: 1px solid rgba(rgb(217,167,107,0.5), 0.2);
    font-weight: 600;
}.customer-support .learn-talk h4 svg {
    stroke-linecap: round;
    stroke-width: 2;
    stroke-linejoin: round;
    fill: none;
    transition: transform 0.3s ease;
    width: 1.25rem;
    stroke: rgb(217,167,107);
    height: 1.25rem;
}.customer-support .learn-talk h4:hover svg {
    transform: rotate(20deg);
}.customer-support .learn-talk h4::after {
    bottom: -1px;
    position: absolute;
    left: 0;
    height: 3px;
    background: rgb(217,167,107);
    width: 60px;
    content: '';
    border-radius: 10px;
}.customer-support .learn-talk span {
    color: #000000;
    font-size: 13px;
    position: relative;
    padding: 0.75rem 0;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    display: flex;
    align-items: center;
}.customer-support .learn-talk span svg {
    stroke-linecap: round;
    fill: none;
    transition: transform 0.3s ease;
    width: 1rem;
    margin-right: 0.75rem;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke: rgb(217,167,107);
    height: 1rem;
}.customer-support .learn-talk span:hover svg {
    transform: scale(1.2);
}.customer-support .learn-talk span:last-child {
    border-bottom: none;
}@keyframes pulseElement {
    0% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.03); opacity: 1; }
    100% { transform: scale(1); opacity: 0.7; }
}
.customer-support .ask-for-help span:nth-child(odd)::after {
    animation: pulseElement 4s infinite ease-in-out;
}.customer-support .ask-for-help span:nth-child(even)::after {
    animation: pulseElement 4s infinite ease-in-out 2s;
}
@media (max-width: 991px) {.customer-support {
    padding: 5rem 0;
}.customer-support .info-request h3 {
    padding: 1.75rem;
    font-size: calc(28px * 0.9);
}.customer-support .info-request h3 svg {
    width: 1.5rem;
    height: 1.5rem;
}.customer-support .assist-grid {
    max-width: 90%;
    padding: 1.75rem 1.75rem 1rem;
    font-size: 13px;
}.customer-support .ask-for-help {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 1.75rem;
}.customer-support .ask-for-help span svg {
    height: 1.4rem;
    width: 1.4rem;
}.customer-support .learn-talk h4 svg {
    height: 1.2rem;
    width: 1.2rem;
}.customer-support .learn-talk span svg {
    width: 0.9rem;
    height: 0.9rem;
}
}
@media (max-width: 767px) {.customer-support {
    padding: 4rem 0;
}.customer-support .info-request h3 {
    padding: 1.5rem;
    font-size: calc(28px * 0.85);
}.customer-support .info-request h3 svg {
    width: 1.4rem;
    height: 1.4rem;
}.customer-support .assist-grid {
    max-width: 100%;
    padding: 1.5rem 1.5rem 0.875rem;
}.customer-support .ask-for-help {
    grid-template-columns: 1fr;
    padding: 1.5rem;
}.customer-support .ask-for-help span {
    padding: 1.25rem;
    padding-left: 3.25rem;
}.customer-support .ask-for-help span svg {
    width: 1.3rem;
    height: 1.3rem;
    left: 1.1rem;
}.customer-support .learn-talk h4 svg {
    height: 1.1rem;
    width: 1.1rem;
}.customer-support .learn-talk span svg {
    width: 0.85rem;
    height: 0.85rem;
}
}
@media (max-width: 575px) {.customer-support {
    padding: 3rem 0;
}.customer-support .info-request h3 {
    padding: 1.25rem;
    font-size: calc(28px * 0.8);
}.customer-support .info-request h3 svg {
    width: 1.3rem;
    height: 1.3rem;
}.customer-support .assist-grid {
    font-size: calc(13px * 0.95);
    padding: 1.25rem 1.25rem 0.75rem;
}.customer-support .ask-for-help {
    padding: 1.25rem;
}.customer-support .ask-for-help span {
    padding-left: 3rem;
    padding: 1.25rem;
}.customer-support .ask-for-help span svg {
    left: 1rem;
    height: 1.2rem;
    width: 1.2rem;
}.customer-support .learn-talk h4 {
    margin-bottom: 1.25rem;
    font-size: calc(24px * 0.9);
}.customer-support .learn-talk h4 svg {
    width: 1rem;
    height: 1rem;
}.customer-support .learn-talk span svg {
    width: 0.8rem;
    margin-right: 0.5rem;
    height: 0.8rem;
}
}
@media (prefers-reduced-motion: reduce) {.customer-support .info-request h3::before,
    .customer-support .info-request h3 svg,
    .customer-support .ask-for-help span:nth-child(odd)::after,
    .customer-support .ask-for-help span:nth-child(even)::after,
    .customer-support .ask-for-help span:hover svg path,
    .customer-support .ask-for-help span:hover svg circle,
    .customer-support .ask-for-help span:hover svg line,
    .customer-support .ask-for-help span:hover svg polyline,
    .customer-support .ask-for-help span:hover svg rect {
    animation: none;
}.customer-support .learn-talk h4:hover svg,
    .customer-support .learn-talk span:hover svg {
    transform: none;
}}.course-program-info {
    background: linear-gradient(135deg, rgb(244,228,200) 0%, rgb(244,228,200) 60%, rgba(rgb(231,199,154,0.5), 0.1) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.course-program-info::before {
    position: absolute;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(231,199,154,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(217,167,107,0.5), 0.06) 0%, transparent 40%);
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}.course-program-info .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.course-program-info .job-training {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}.course-program-info .img-flex {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    height: 350px;
    transform: perspective(1000px) rotateY(-2deg);
}.course-program-info .img-flex::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(135deg, rgba(rgb(231,199,154,0.5), 0.2) 0%, transparent 70%);
}.course-program-info .text-section {
    padding: 30px;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    position: relative;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    background: #ffffff;
}.course-program-info .text-section::before {
    position: absolute;
    left: 0;
    height: 100%;
    transform: scaleY(0.95);
    top: 0;
    background: linear-gradient(to bottom, rgb(231,199,154), rgb(217,167,107));
    content: '';
    width: 5px;
    transition: transform 0.5s ease;
}.course-program-info h3 {
    margin-bottom: 20px;
    color: #000000;
    font-size: calc(22px * 1.1);
    font-family: Arial, sans-serif;
    position: relative;
    padding-bottom: 15px;
    transform: translateZ(0);
    font-weight: 700;
}.course-program-info h3::after {
    background: rgb(231,199,154);
    height: 3px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.course-program-info .description {
    line-height: 1.7;
    font-size: 17px;
    opacity: 0.9;
    color: #000000;
    margin: 0 0 20px;
    font-family: Arial, sans-serif;
    transition: opacity 0.3s ease;
    font-weight: 400;
}.course-program-info p.description {
    display: block;
}.course-program-info span.description {
    display: none;
}.course-program-info .text-section:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
}.course-program-info .text-section:hover h3::after {
    width: 100px;
}.course-program-info .text-section:hover::before {
    transform: scaleY(1);
}.course-program-info .img-flex:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
}

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

@media (min-width: 992px) {.course-program-info {
    padding: 120px 0;
}.course-program-info .job-training {
    gap: 60px;
}.course-program-info .img-flex {
    height: 550px;
    transform: perspective(1000px) rotateY(-3deg);
}.course-program-info .text-section {
    padding: 60px 60px 60px 120px;
    margin-left: -120px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.course-program-info h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.course-program-info .img-flex {
    height: 600px;
}.course-program-info .text-section {
    margin-left: -150px;
}.course-program-info h3 {
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 767px) {.course-program-info {
    padding: 70px 0;
}.course-program-info .img-flex {
    height: 250px;
    margin-bottom: -20px;
}.course-program-info .text-section {
    padding: 25px;
}.course-program-info h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
    padding-bottom: 10px;
}.course-program-info .description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.course-program-info .img-flex,
  .course-program-info .text-section,
  .course-program-info h3::after,
  .course-program-info .text-section::before {
    transition: none;
    transform: none;
}}.title-welcome {
    background-color: #000000;
    position: relative;
    min-height: 650px;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}.title-welcome .learn-training {
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}.title-welcome .learn-entry {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}.title-welcome .learn-entry::before {
    z-index: 2;
    position: absolute;
    top: 0;
    background: linear-gradient(
        90deg,
        #000000 0%,
        transparent 20%,
        transparent 80%,
        #000000 100%
    ), linear-gradient(
        0deg,
        #000000 0%,
        transparent 30%,
        transparent 70%,
        #000000 100%
    );
    height: 100%;
    width: 100%;
    opacity: 0.85;
    content: '';
    left: 0;
}.title-welcome .learn-entry::after {
    content: '';
    top: 0;
    position: absolute;
    background-size: 8px 8px;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    width: 100%;
    background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
    left: 0;
    z-index: 2;
    height: 100%;
}.title-welcome .start-open {
    animation: infinite-scroll 30s linear infinite;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    display: flex;
    width: fit-content;
    height: 100%;
}.title-welcome .start-begin {
    height: 100%;
    position: relative;
    width: 100vw;
    overflow: hidden;
}.title-welcome .start-begin::before {
    z-index: 1;
    top: 0;
    background: radial-gradient(
        circle at center,
        transparent 40%,
        rgb(231,199,154,0.5) 100%
    );
    left: 0;
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    content: '';
    height: 100%;
}.title-welcome .start-begin::after {
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(
        135deg,
        rgb(231,199,154,0.5) 0%,
        transparent 100%
    );
    content: '';
}.title-welcome .start-begin img {
    transition: transform 0.5s ease;
    height: 100%;
    filter: brightness(0.8) saturate(1.2);
    object-fit: cover;
    animation: ken-burns 20s ease infinite alternate;
    transform-origin: center;
    width: 100%;
}.title-welcome .text-section {
    z-index: 5;
    text-align: center;
    animation: float 6s ease-in-out infinite;
    position: relative;
    width: 85%;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 70%
    );
    padding: 3rem;
    max-width: 750px;
    transform: translateY(0);
}.title-welcome .text-section::before {
    border: 1px solid rgb(231,199,154,0.5);
    z-index: -1;
    right: -10px;
    border-radius: 20px;
    bottom: -10px;
    content: '';
    transform: scale(0.97);
    position: absolute;
    animation: border-pulse 4s ease-in-out infinite;
    left: -10px;
    opacity: 0.3;
    top: -10px;
}.title-welcome .text-section::after {
    filter: blur(15px);
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    position: absolute;
    width: 100%;
    content: '';
    z-index: -1;
}.title-welcome .text-section h1 {
    color: #ffffff;
    margin-bottom: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 41px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    position: relative;
}.title-welcome .text-section h1::before,
.title-welcome .text-section h1::after {
    background: rgb(231,199,154);
    bottom: -8px;
    position: absolute;
    content: '';
    height: 3px;
}.title-welcome .text-section h1::before {
    left: 0;
    right: 75%;
    animation: line-grow-left 1.5s ease-out forwards;
}.title-welcome .text-section h1::after {
    right: 0;
    animation: line-grow-right 1.5s ease-out forwards;
    left: 75%;
}.title-welcome .text-section p {
    color: #ffffff;
    opacity: 0.95;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 2.5rem;
    animation: text-fade 1.5s ease-in forwards;
    line-height: 1.8;
    font-size: 12px;
}.title-welcome .text-section .query-box {
    background: linear-gradient(
        to right,
        rgb(231,199,154) 0%,
        rgb(217,167,107) 50%,
        rgb(231,199,154) 100%
    );
    transition: all 0.5s ease;
    color: #ffffff;
    z-index: 1;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    display: inline-block;
    border-radius: 20px;
    border: none;
    animation: button-gradient 3s ease infinite;
    padding: 0.9rem 2.2rem;
    text-decoration: none;
    background-size: 200% auto;
    position: relative;
    overflow: hidden;
}.title-welcome .text-section .query-box::before {
    z-index: -1;
    content: '';
    transform: scale(0);
    height: 200%;
    left: -50%;
    position: absolute;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.3) 0%,
        transparent 70%
    );
    top: -50%;
    transition: transform 0.5s ease-out;
    width: 200%;
}.title-welcome .text-section .query-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}.title-welcome .text-section .query-box:hover::before {
    transform: scale(1);
}

@keyframes infinite-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / var(--slide-count, 2) * (var(--slide-count, 2) - 1)));
    }
}

@keyframes ken-burns {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes border-pulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(0.97);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes line-grow-left {
    0% {
        right: 100%;
    }
    100% {
        right: 75%;
    }
}

@keyframes line-grow-right {
    0% {
        left: 100%;
    }
    100% {
        left: 75%;
    }
}

@keyframes text-fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 0.95;
        transform: translateY(0);
    }
}

@keyframes button-gradient {
    0% {
        background-position: 0% center;
    }
    50% {
        background-position: 100% center;
    }
    100% {
        background-position: 0% center;
    }
}

@media (max-width: 1200px) {.title-welcome {
    height: 90vh;
}.title-welcome .text-section {
    padding: 2.5rem;
    width: 90%;
    max-width: 700px;
}
}

@media (max-width: 992px) {.title-welcome {
    height: 85vh;
}.title-welcome .text-section {
    max-width: 650px;
    padding: 2rem;
}.title-welcome .text-section h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 1.5rem;
}.title-welcome .text-section p {
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: calc(12px * 0.95);
}.title-welcome .text-section .query-box {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 768px) {.title-welcome {
    min-height: 550px;
    height: 80vh;
}.title-welcome .learn-entry::before {
    background: linear-gradient(
            90deg,
            #000000 0%,
            transparent 15%,
            transparent 85%,
            #000000 100%
        ), linear-gradient(
            0deg,
            #000000 0%,
            transparent 25%,
            transparent 75%,
            #000000 100%
        );
    opacity: 0.9;
}.title-welcome .text-section {
    padding: 1.8rem;
    max-width: 90%;
}.title-welcome .text-section h1 {
    margin-bottom: 1.3rem;
    font-size: 41px;
}.title-welcome .text-section p {
    line-height: 1.6;
    margin-bottom: 1.8rem;
}.title-welcome .text-section .query-box {
    padding: 0.7rem 1.8rem;
    font-size: calc(20px * 0.95);
}
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {.title-welcome {
    height: 70vh;
    min-height: 500px;
}.title-welcome .learn-entry::before {
    background: linear-gradient(
            90deg,
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%
        ), linear-gradient(
            0deg,
            #000000 0%,
            transparent 20%,
            transparent 80%,
            #000000 100%
        );
    opacity: 0.92;
}.title-welcome .learn-entry::after {
    background-size: 6px 6px;
}.title-welcome .text-section {
    padding: 1.5rem;
}.title-welcome .text-section::before {
    display: none;
}.title-welcome .text-section h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 1.1rem;
}.title-welcome .text-section h1::before,
    .title-welcome .text-section h1::after {
    height: 2px;
    bottom: -6px;
}.title-welcome .text-section p {
    font-size: calc(12px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}.title-welcome .text-section .query-box {
    padding: 0.6rem 1.5rem;
}
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-3px);
        }
    }
}

@media (max-width: 420px) {.title-welcome {
    height: 60vh;
    min-height: 450px;
}.title-welcome .text-section {
    padding: 1.2rem;
}.title-welcome .text-section h1 {
    font-size: calc(41px * 0.85);
    margin-bottom: 1rem;
}.title-welcome .text-section p {
    margin-bottom: 1.2rem;
    font-size: calc(12px * 0.85);
}.title-welcome .text-section .query-box {
    font-size: calc(20px * 0.9);
    padding: 0.5rem 1.3rem;
}
}

@media (max-height: 600px) {.title-welcome {
    min-height: 450px;
    height: auto;
}.title-welcome .text-section {
    padding: 1.5rem;
}@keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-2px);
        }
    }
}

.title-welcome .start-begin:nth-child(odd) img {
    animation-delay: -10s;
}.title-welcome .start-open {
    --slide-count: 2;
}.title-welcome:has(.start-begin:nth-child(3)) .start-open {
    --slide-count: 3;
}.title-welcome:has(.start-begin:nth-child(4)) .start-open {
    --slide-count: 4;
}.title-welcome:has(.start-begin:nth-child(5)) .start-open {
    --slide-count: 5;
}.title-welcome:has(.start-begin:nth-child(n+6)) .start-open {
    --slide-count: 5;
}.experience-trial {
    padding: 6rem 2rem;
    position: relative;
    margin: 0;
    background: linear-gradient(125deg, rgb(217,167,107,0.5) 0%, rgb(231,199,154,0.5) 100%);
    overflow: hidden;
    box-shadow: inset 0 0 70px rgba(rgb(231,199,154), 0.3);
}.experience-trial::before {
    top: 0;
    left: 0;
    z-index: 1;
    animation: holographicShift 15s linear infinite;
    background: 
        linear-gradient(125deg, 
            rgba(255, 255, 255, 0.3) 10%, 
            rgba(255, 255, 255, 0.05) 30%, 
            rgba(255, 255, 255, 0.2) 50%, 
            rgba(255, 255, 255, 0.05) 70%, 
            rgba(255, 255, 255, 0.3) 90%);
    content: '';
    width: 100%;
    position: absolute;
    opacity: 0.3;
    background-size: 200% 200%;
    height: 100%;
}@keyframes holographicShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

.experience-trial::after {
    z-index: 1;
    animation: particlesMove 25s linear infinite;
    left: 0;
    position: absolute;
    height: 100%;
    filter: blur(1px);
    content: '';
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.3) 0%, transparent 5px),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 6px),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 5px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.3) 0%, transparent 7px),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 6px);
    top: 0;
}@keyframes particlesMove {
    0% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
    50% {
        background-position: 
            5% 10%,
            -8% 5%,
            10% -5%,
            -5% 8%,
            8% 12%,
            -12% 8%,
            7% -12%;
    }
    100% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
}

.experience-trial::before {
    height: 200%;
    opacity: 0.5;
    animation: prismRotate 30s linear infinite;
    z-index: 2;
    left: -50%;
    position: absolute;
    background-image:
        conic-gradient(
            transparent 0deg,
            rgba(255, 255, 255, 0.05) 10deg,
            transparent 20deg,
            rgba(255, 255, 255, 0.05) 30deg,
            transparent 40deg,
            rgba(255, 255, 255, 0.05) 50deg,
            transparent 60deg,
            rgba(255, 255, 255, 0.05) 70deg,
            transparent 80deg,
            rgba(255, 255, 255, 0.05) 90deg,
            transparent 100deg,
            rgba(255, 255, 255, 0.05) 110deg,
            transparent 120deg,
            rgba(255, 255, 255, 0.05) 130deg,
            transparent 140deg,
            rgba(255, 255, 255, 0.05) 150deg,
            transparent 160deg,
            rgba(255, 255, 255, 0.05) 170deg,
            transparent 180deg,
            rgba(255, 255, 255, 0.05) 190deg,
            transparent 200deg,
            rgba(255, 255, 255, 0.05) 210deg,
            transparent 220deg,
            rgba(255, 255, 255, 0.05) 230deg,
            transparent 240deg,
            rgba(255, 255, 255, 0.05) 250deg,
            transparent 260deg,
            rgba(255, 255, 255, 0.05) 270deg,
            transparent 280deg,
            rgba(255, 255, 255, 0.05) 290deg,
            transparent 300deg,
            rgba(255, 255, 255, 0.05) 310deg,
            transparent 320deg,
            rgba(255, 255, 255, 0.05) 330deg,
            transparent 340deg,
            rgba(255, 255, 255, 0.05) 350deg,
            transparent 360deg
        );
    content: '';
    top: -50%;
    width: 200%;
}@keyframes prismRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.experience-trial .learn-training {
    overflow: hidden;
    text-align: center;
    max-width: 950px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    z-index: 5;
    backdrop-filter: blur(15px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 100px rgba(255, 255, 255, 0.2);
    padding: 4rem 3rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.15);
    align-items: center;
    display: flex;
    border-radius: 20px;
    position: relative;
    justify-content: center;
}.experience-trial .learn-training:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 120px rgba(255, 255, 255, 0.3);
    transform: translateY(-10px);
}.experience-trial .learn-training::before {
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    animation: holoBorderShift 5s ease infinite;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: -1;
    inset: 0;
    opacity: 0.5;
    border-radius: 20px;
    background-size: 200% 200%;
    content: '';
    position: absolute;
}@keyframes holoBorderShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.experience-trial .learn-training::after {
    border-radius: 30px;
    content: '';
    background: linear-gradient(
        125deg,
        rgb(231,199,154,0.5),
        rgba(255, 255, 255, 0.4),
        rgb(217,167,107,0.5)
    );
    position: absolute;
    animation: spectrumPulse 8s ease-in-out infinite;
    opacity: 0.4;
    filter: blur(15px);
    z-index: -2;
    inset: -10px;
}@keyframes spectrumPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

.experience-trial h3 {
    color: #ffffff;
    position: relative;
    margin-bottom: 2.5rem;
    z-index: 1;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 35px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    font-weight: 700;
}.experience-trial h3::after {
    position: absolute;
    width: 60%;
    left: 50%;
    bottom: -12px;
    animation: lineGlow 3s ease-in-out infinite;
    content: '';
    height: 2px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
}@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        width: 60%;
    }
    50% {
        opacity: 1;
        width: 80%;
    }
}

.experience-trial h3::before {
    position: absolute;
    top: -20px;
    animation: titleHaloRotate 5s ease-in-out infinite;
    bottom: -20px;
    content: '';
    z-index: -1;
    border-radius: 50%;
    opacity: 0.5;
    right: -30px;
    filter: blur(8px);
    left: -30px;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 80%
    );
}@keyframes titleHaloRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.experience-trial .learn-form {
    background: linear-gradient(125deg, rgb(231,199,154), rgb(217,167,107));
    align-items: center;
    border-radius: 50px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    border: none;
    letter-spacing: 1.5px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-flex;
    z-index: 1;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    padding: 1.2rem 3.5rem;
    text-decoration: none;
    overflow: hidden;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
}.experience-trial .learn-form::before {
    transform: skewX(-25deg);
    z-index: 0;
    left: -50%;
    content: '';
    width: 50%;
    top: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    animation: buttonSpark 5s ease-in-out infinite;
    height: 100%;
}@keyframes buttonSpark {
    0% {
        left: -50%;
    }
    30%, 100% {
        left: 150%;
    }
}

.experience-trial .learn-form:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) scale(1.03);
}.experience-trial .learn-form::after {
    content: '';
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        125deg,
        rgb(231,199,154),
        rgb(217,167,107)
    );
    border-radius: 55px;
    opacity: 0;
    inset: -5px;
    filter: blur(10px);
    transition: opacity 0.4s ease;
}.experience-trial .learn-form:hover::after {
    opacity: 0.5;
}.experience-trial::after {
    left: 0;
    height: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    position: absolute;
    z-index: 3;
    content: '';
    width: 100%;
}.experience-trial::before {
    left: 0;
    height: 2px;
    top: 50%;
    filter: blur(2px);
    width: 100%;
    animation: spectrumHorizontal 10s linear infinite;
    position: absolute;
    z-index: 3;
    opacity: 0.5;
    content: '';
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(231,199,154) 25%,
        #ffffff 50%,
        rgb(217,167,107) 75%,
        transparent 100%
    );
}@keyframes spectrumHorizontal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.experience-trial::after {
    width: 2px;
    animation: spectrumVertical 15s linear infinite;
    left: 50%;
    top: 0;
    filter: blur(2px);
    content: '';
    opacity: 0.5;
    height: 100%;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgb(231,199,154) 25%,
        #ffffff 50%,
        rgb(217,167,107) 75%,
        transparent 100%
    );
    z-index: 3;
    position: absolute;
}

@keyframes spectrumVertical {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@media screen and (max-width: 991px) {.experience-trial {
    padding: 5rem 1.5rem;
}.experience-trial .learn-training {
    padding: 3.5rem 2.5rem;
}.experience-trial h3 {
    margin-bottom: 2.2rem;
    font-size: calc(35px * 0.9);
}.experience-trial .learn-form {
    padding: 1.1rem 3rem;
}
}

@media screen and (max-width: 767px) {.experience-trial {
    padding: 4rem 1.2rem;
}.experience-trial .learn-training {
    padding: 3rem 2rem;
}.experience-trial h3 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.experience-trial .learn-form {
    font-size: calc(16px * 0.95);
    padding: 1rem 2.5rem;
}
}

@media screen and (max-width: 480px) {.experience-trial {
    padding: 3.5rem 1rem;
}.experience-trial .learn-training {
    padding: 2.5rem 1.5rem;
}.experience-trial h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.8rem;
}.experience-trial .learn-form {
    padding: 0.9rem 2.2rem;
    font-size: calc(16px * 0.9);
}}header {
    background: linear-gradient(to right, rgb(217,167,107) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 99;
    position: relative;
    width: 100%;
    overflow: visible;
}header::before {
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    opacity: 0.1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(231,199,154,0.5) 10px,
        rgb(231,199,154,0.5) 11px
    );
    z-index: -1;
    position: absolute;
}header .nav-lead {
    padding: 15px;
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}header .nav-lead::after {
    height: 1px;
    box-shadow: 0 0 10px rgb(217,167,107), 0 0 20px rgb(217,167,107,0.5);
    left: 5%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(231,199,154),
        rgb(217,167,107),
        rgb(231,199,154),
        transparent
    );
    width: 90%;
    content: '';
    bottom: 0;
}header .nav-lead .head-expert {
    padding: 5px 10px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}header .nav-lead .head-expert::before {
    content: '';
    border: 1px solid rgb(217,167,107,0.5);
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(217,167,107,0.5);
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
}header .nav-lead .head-expert:hover::before {
    opacity: 1;
}header .nav-lead .head-expert .main-start {
    display: block;
    transition: transform 0.3s ease;
}header .nav-lead .head-expert:hover .main-start {
    transform: scale(1.05);
}header .nav-lead .head-expert .main-start svg {
    height: 45px;
    filter: drop-shadow(0 0 5px rgb(217,167,107,0.5));
    width: auto;
}header .nav-lead .nav-class {
    margin: 0;
    list-style: none;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
}header .nav-lead .nav-class::before {
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    opacity: 0.2;
    background: radial-gradient(
        ellipse at center,
        rgb(217,167,107,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    height: 100%;
    border-radius: 10px;
}header .nav-lead .nav-class .top-primary {
    position: relative;
    margin: 0;
}header .nav-lead .nav-class .top-primary::after {
    left: 50%;
    position: absolute;
    width: 0;
    bottom: -5px;
    height: 2px;
    background: rgb(231,199,154);
    box-shadow: 0 0 8px rgb(231,199,154);
    transition: width 0.3s ease, left 0.3s ease;
    content: '';
}header .nav-lead .nav-class .top-primary:hover::after {
    width: 80%;
    left: 10%;
}header .nav-lead .nav-class .top-primary a {
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    padding: 10px 15px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}header .nav-lead .nav-class .top-primary:hover a {
    text-shadow: 0 0 5px rgb(231,199,154,0.5);
    color: rgb(231,199,154);
}

@media (max-width: 992px) {header .nav-lead {
    flex-direction: column;
}header .nav-lead .head-expert {
    align-self: center;
    margin: 0 0 15px 0;
}header .nav-lead .nav-class {
    justify-content: center;
    width: 100%;
}header .nav-lead .nav-class .top-primary a {
    padding: 10px 15px;
    font-size: calc(15px - 1px);
}}footer {
    width: 100%;
    position: relative;
}.price-table {
    background-color: rgb(244,228,200);
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0 30px;
}.price-table::before {
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: rgb(231,199,154,0.5);
    top: 0;
    content: "";
    background: 
        linear-gradient(135deg, rgb(244,228,200) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(244,228,200) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(244,228,200) 25%, transparent 25%),
        linear-gradient(45deg, rgb(244,228,200) 25%, transparent 25%);
    left: 0;
    background-size: 100px 100px;
}footer .desktop-app {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}footer .form-learn {
    position: relative;
    z-index: 2;
    display: flex;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    background-color: #ffffff;
    padding: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translateY(-30px);
}footer .info_item {
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px;
    position: relative;
    background-color: rgb(244,228,200);
    transition: all 0.3s ease;
    flex: 1 1 200px;
}footer .info_item:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    opacity: 0;
    border-radius: 3px 0 0 3px;
    background-color: rgb(231,199,154);
    width: 3px;
    transition: opacity 0.3s ease;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    margin-right: 10px;
    height: 20px;
    fill: rgb(231,199,154);
    width: 20px;
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    font-size: 17px;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(231,199,154);
}footer .text_main_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}footer .text_main_holder::before {
    width: 100%;
    z-index: -1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    position: absolute;
    top: -40px;
    background-color: #ffffff;
    height: calc(100% + 80px);
    content: "";
    left: 0;
}footer .head-expert {
    padding: 0 30px;
    position: relative;
}footer .head-expert::after {
    right: 30px;
    bottom: -15px;
    left: 30px;
    background: linear-gradient(90deg, rgb(231,199,154), transparent);
    position: absolute;
    height: 1px;
    content: "";
}footer .head-expert svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .site-map {
    max-width: 330px;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}footer .nav-class {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    margin-right: 20px;
    margin-left: 20px;
    padding: 30px;
    background-color: rgb(244,228,200);
    position: relative;
    border-radius: 20px;
    margin-top: -10px;
}footer .nav-class h5 {
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: 21px;
}footer .nav-class h5::after {
    bottom: -7px;
    content: "";
    left: 0;
    background-color: rgb(231,199,154);
    height: 2px;
    width: 50px;
    position: absolute;
}footer .top-class {
    gap: 10px;
    grid-template-columns: 1fr;
    display: grid;
    margin-bottom: 20px;
}footer .top-class a {
    font-size: 17px;
    padding: 8px 0;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    color: #000000;
    text-decoration: none;
}footer .top-class a::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: rgb(231,199,154);
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: 5px;
}footer .top-class a:hover {
    transform: translateX(5px);
    color: rgb(231,199,154);
}footer .top-class a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    margin-left: 40px;
    background-color: rgb(231,199,154);
    z-index: 0;
    margin-top: -10px;
    padding: 30px;
    margin-right: 40px;
}footer .subscribe_holder::before {
    width: 30px;
    top: -15px;
    z-index: -1;
    right: 30px;
    transform: rotate(45deg);
    content: "";
    height: 30px;
    position: absolute;
    background-color: rgb(231,199,154);
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 21px;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    border: none;
    color: #000000;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    font-size: 17px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.9);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .enroll-today {
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    background-color: #000000;
    font-weight: 600;
    padding: 14px 20px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .enroll-today:hover {
    background-color: rgb(217,167,107);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .license-cta {
    margin-top: 60px;
    z-index: 1;
    position: relative;
    text-align: center;
}footer .assign-help {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    color: #000000;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: #ffffff;
    font-size: 13px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .top-class {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .enroll-today {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .nav-class {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .price-table {
    padding: 80px 0 30px;
}footer .form-learn {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .nav-class, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .license-cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .price-table {
    padding: 60px 0 20px;
}footer .form-learn {
    transform: translateY(-20px);
    margin-bottom: 40px;
    padding: 15px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .head-expert {
    padding: 0 20px;
}footer .head-expert::after {
    right: 20px;
    left: 20px;
}footer .nav-class h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .top-class a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .enroll-today {
    padding: 12px 15px;
}}.potential-students {
    background: linear-gradient(135deg, rgb(244,228,200) 0%, rgb(231,199,154,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}.potential-students::before {
    left: 50%;
    height: 500px;
    position: absolute;
    width: 500px;
    content: "";
    top: 50%;
    animation: rotate 20s linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
}.potential-students::after {
    height: 800px;
    border: 4px dotted rgb(231,199,154,0.5);
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate-reverse 30s linear infinite;
    width: 800px;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

.potential-students .learn-training {
    z-index: 5;
    padding: 2rem;
    border-radius: 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.potential-students .learn-training::before {
    filter: blur(50px);
    position: absolute;
    top: 50%;
    border-radius: 50%;
    z-index: -1;
    content: "";
    height: 300px;
    transform: translate(-50%, -50%);
    left: 50%;
    background: radial-gradient(circle, rgb(217,167,107,0.5) 0%, transparent 70%);
    width: 300px;
    animation: pulse 8s ease-in-out infinite alternate;
}@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.potential-students h3 {
    margin-bottom: 4rem;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    z-index: 10;
    font-weight: 700;
    position: relative;
}.potential-students h3::after {
    box-shadow: 0 0 15px rgb(231,199,154);
    bottom: -15px;
    height: 3px;
    content: "";
    left: 50%;
    width: 150px;
    border-radius: 50px;
    transform: translateX(-50%);
    background: rgb(231,199,154);
    animation: glow 3s infinite alternate;
    position: absolute;
}@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(231,199,154); }
    100% { box-shadow: 0 0 20px rgb(231,199,154), 0 0 40px rgb(231,199,154,0.5); }
}

.potential-students ul {
    position: relative;
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.potential-students li {
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    position: relative;
    color: #ffffff;
    display: flex;
    overflow: hidden;
    border-radius: 50px;
    padding: 1.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.potential-students li::before {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}.potential-students li::after {
    height: 150%;
    width: 50px;
    content: "";
    animation: data-stream 5s infinite;
    transform: rotate(20deg) translateX(-150px);
    background: rgba(255, 255, 255, 0.2);
    animation-delay: calc(var(--i, 0) * 1s);
    opacity: 0;
    z-index: 0;
    position: absolute;
}.potential-students li:nth-child(1) {
    --i: 0;
}.potential-students li:nth-child(2) {
    --i: 1;
}.potential-students li:nth-child(3) {
    --i: 2;
}.potential-students li:nth-child(4) {
    --i: 3;
}.potential-students li:nth-child(5) {
    --i: 4;
}.potential-students li:nth-child(6) {
    --i: 5;
}.potential-students li:nth-child(7) {
    --i: 6;
}.potential-students li:nth-child(8) {
    --i: 7;
}.potential-students li:nth-child(9) {
    --i: 8;
}.potential-students li:nth-child(10) {
    --i: 9;
}@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}

.potential-students li:hover {
    border-color: rgb(217,167,107);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}.potential-students svg {
    z-index: 2;
    width: 30px;
    margin-right: 1.5rem;
    transition: all 0.4s ease;
    height: 30px;
    position: relative;
}.potential-students svg path {
    fill: rgb(217,167,107);
    transition: all 0.4s ease;
}.potential-students li:hover svg {
    transform: rotate(15deg);
}.potential-students li:hover svg path {
    fill: rgb(231,199,154);
}

@media (max-width: 1200px) {.potential-students::before {
    height: 400px;
    width: 400px;
}.potential-students::after {
    width: 600px;
    height: 600px;
}
}

@media (max-width: 992px) {.potential-students {
    padding: 4rem 1.5rem;
}.potential-students ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.potential-students li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.potential-students {
    padding: 3.5rem 1.5rem;
}.potential-students ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential-students::before {
    height: 300px;
    width: 300px;
}.potential-students::after {
    width: 450px;
    height: 450px;
}.potential-students h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.potential-students {
    padding: 3rem 1rem;
}.potential-students .learn-training {
    padding: 1.5rem 1rem;
}.potential-students h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 3rem;
}.potential-students li {
    padding: 1rem 1.25rem;
}.potential-students svg {
    margin-right: 1rem;
    width: 25px;
    height: 25px;
}}.secure-citadel {
    padding: 40px;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(244,228,200);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.secure-citadel h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 46px;
    border-bottom: 3px solid rgb(231,199,154);
    padding-bottom: 10px;
    color: rgb(231,199,154);
}.secure-citadel h2 {
    font-weight: 600;
    color: rgb(217,167,107);
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 30px;
}.secure-citadel h3, .secure-citadel h4, .secure-citadel h5, .secure-citadel h6 {
    color: rgb(231,199,154);
    margin: 20px 0;
}.secure-citadel h3 {
    font-weight: 700;
    font-size: calc(19px - 4px);
}.secure-citadel h4 {
    font-size: calc(19px + 2px);
    font-weight: 600;
}.secure-citadel h5 {
    font-weight: 400;
    font-size: 19px;
}.secure-citadel h6 {
    font-size: 20px;
    font-weight: 300;
}.secure-citadel ul, .secure-citadel ol {
    padding-left: 20px;
    margin: 15px 0;
}.secure-citadel li {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 17px;
}.secure-citadel section {
    margin-top: 40px;
}.secure-citadel p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 17px;
}.secure-citadel span {
    color: rgb(217,167,107);
    font-weight: 600;
}.secure-citadel div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure-citadel {
    border-radius: 10px;
    padding: 20px;
}.secure-citadel h1 {
    font-size: calc(19px - 10px);
}.secure-citadel h2 {
    font-size: calc(19px - 8px);
}.secure-citadel ul, .secure-citadel ol {
    padding-left: 15px;
}.secure-citadel li {
    font-size: calc(17px - 2px);
}}.pricing-row-item {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.pricing-row-item::before {
    right: 0;
    top: 0;
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}.pricing-row-item .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.pricing-row-item .group-plans {
    position: relative;
}.pricing-row-item h2 {
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    color: #ffffff;
    text-align: center;
    transform: translateY(20px);
    font-weight: 700;
    opacity: 0;
}.pricing-row-item .payment-pricing {
    line-height: 1.6;
    margin: 0 auto 50px;
    word-break: break-word;
    max-width: 700px;
    opacity: 0;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    font-size: 13px;
    transform: translateY(20px);
    text-align: center;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
}.pricing-row-item .study-packages {
    margin: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
}.pricing-row-item .study-packages li {
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    transform-style: preserve-3d;
    perspective: 1000px;
    opacity: 0;
}.pricing-row-item .study-packages li:nth-child(1) {
    --i: 0;
}.pricing-row-item .study-packages li:nth-child(2) {
    --i: 1;
}.pricing-row-item .study-packages li:nth-child(3) {
    --i: 2;
}.pricing-row-item .study-packages li:nth-child(4) {
    --i: 3;
}.pricing-row-item .monthly-rate {
    transform-style: preserve-3d;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: block;
    will-change: transform;
    position: relative;
}.pricing-row-item .monthly-rate:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.pricing-row-item .study-costs {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 10px;
    display: flex;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}.pricing-row-item .monthly-rate:hover .study-costs {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(231,199,154,0.5), 0.15);
    border-color: rgba(rgb(231,199,154,0.5), 0.3);
}.pricing-row-item .study-costs::before {
    position: absolute;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(217,167,107,0.5), 0.1) 100%);
    content: "";
    top: -50%;
    transform: rotate(45deg);
    opacity: 0;
    height: 200%;
    z-index: -1;
    width: 200%;
    left: -50%;
    transition: opacity 0.8s ease;
}.pricing-row-item .monthly-rate:hover .study-costs::before {
    opacity: 1;
}.pricing-row-item .study-offers {
    display: flex;
    z-index: 1;
    height: 100%;
    flex-direction: column;
    position: relative;
}.pricing-row-item .study-offers h4 {
    color: #ffffff;
    position: relative;
    font-size: calc(22px * 1.1);
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 15px;
}.pricing-row-item .study-offers h4::after {
    margin-top: 10px;
    content: "";
    transition: transform 0.4s ease;
    width: 50px;
    transform: scaleX(0.7);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(231,199,154), rgba(rgb(231,199,154,0.5), 0.5));
    height: 3px;
    display: block;
}.pricing-row-item .monthly-rate:hover .study-offers h4::after {
    transform: scaleX(1);
}.pricing-row-item .study-offers p {
    overflow-y: auto;
    flex-grow: 1;
    padding-right: 5px;
    scrollbar-color: rgba(rgb(231,199,154,0.5), 0.5) rgba(255, 255, 255, 0.05);
    max-height: 250px;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    scrollbar-width: thin;
    margin-bottom: 25px;
    font-size: calc(13px * 0.95);
    color: rgba(255, 255, 255, 0.75);
}.pricing-row-item .study-offers p::-webkit-scrollbar {
    width: 4px;
}.pricing-row-item .study-offers p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.pricing-row-item .study-offers p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(rgb(231,199,154,0.5), 0.5);
}.pricing-row-item .cost-breakdown {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: calc(22px * 1.3);
    align-self: flex-start;
    background-clip: text !important;
    background: linear-gradient(135deg, rgb(231,199,154), rgb(217,167,107));
    padding: 5px 0;
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}.pricing-row-item .cost-breakdown::before {
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgb(231,199,154), transparent);
    content: "";
    bottom: 0;
}

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

@media (max-width: 1200px) {.pricing-row-item {
    padding: 80px 0;
}.pricing-row-item .study-packages {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing-row-item h2 {
    font-size: calc(30px * 0.9);
}.pricing-row-item .payment-pricing {
    margin-bottom: 40px;
    font-size: calc(13px * 0.95);
}.pricing-row-item .study-costs {
    padding: 25px;
}.pricing-row-item .study-offers h4 {
    font-size: calc(22px * 1);
}.pricing-row-item .cost-breakdown {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 768px) {.pricing-row-item {
    padding: 60px 0;
}.pricing-row-item .study-packages {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-row-item .study-offers p {
    max-height: 150px;
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 480px) {.pricing-row-item {
    padding: 50px 0;
}.pricing-row-item h2 {
    font-size: calc(30px * 0.8);
}.pricing-row-item .payment-pricing {
    font-size: calc(13px * 0.9);
    margin-bottom: 30px;
}.pricing-row-item .study-costs {
    padding: 20px;
}.pricing-row-item .study-offers h4 {
    margin-bottom: 10px;
    font-size: calc(22px * 0.95);
}.pricing-row-item .cost-breakdown {
    font-size: calc(22px * 1.1);
}}.our-mission {
    isolation: isolate;
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.our-mission::before {
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(217,167,107,0.5), rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
}.our-mission::after {
    filter: blur(30px);
    height: 300px;
    width: 300px;
    content: "";
    transform: rotate(45deg);
    opacity: 0.1;
    animation: float 15s infinite ease-in-out;
    bottom: -50px;
    right: -50px;
    position: absolute;
    z-index: -1;
    background: rgb(231,199,154);
}.our-mission .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.our-mission h2 {
    transform: translateX(-10px);
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 1.5px;
    margin-bottom: 60px;
    padding-bottom: 12px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}.our-mission h2::after {
    width: 80px;
    left: 0;
    height: 4px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    background: rgb(231,199,154);
    bottom: 0;
    transform: scaleX(1);
    transform-origin: left;
}.our-mission h2:hover::after {
    transform: scaleX(1.5);
}.our-mission .text-section {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    margin-left: auto;
    background: rgba(255, 255, 255, 0.92);
    max-width: 900px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px;
    position: relative;
}.our-mission .text-section:hover {
    transform: translateY(-5px);
}.our-mission .text-section::before {
    z-index: -1;
    border-radius: 50%;
    top: -90px;
    position: absolute;
    left: -90px;
    width: 180px;
    content: "";
    opacity: 0.15;
    border: 3px solid rgb(217,167,107);
    height: 180px;
}.our-mission .text-section > div {
    position: relative;
}.our-mission .text-section p {
    margin-bottom: 20px;
    position: relative;
    padding-right: 50px;
    color: rgb(231,199,154);
    font-size: calc(20px * 1.1);
    transition: color 0.3s ease;
    display: inline-block;
    font-weight: 600;
}.our-mission .text-section p::after {
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(231,199,154);
    right: 0;
    content: "";
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
}.our-mission .text-section div > div {
    column-gap: 40px;
    text-align: justify;
    position: relative;
    hyphens: auto;
    color: #000000;
    column-count: 1;
    opacity: 0.9;
    font-size: 17px;
    line-height: 1.8;
}.our-mission .text-section div > div::first-letter {
    float: left;
    font-weight: 700;
    color: rgb(231,199,154);
    padding: 5px 10px 0 0;
    font-size: 1.8em;
    line-height: 1;
}

@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(45deg) translate(20px, -20px);
    }
}

@media (min-width: 768px) {.our-mission {
    padding: 150px 0 130px;
}.our-mission .text-section {
    padding: 60px 70px;
}.our-mission .text-section div > div {
    column-count: 2;
}.our-mission h2 {
    transform: translateX(-20px);
    margin-bottom: 80px;
}
}

@media (min-width: 992px) {.our-mission::before {
    background: linear-gradient(135deg, rgb(217,167,107,0.5), transparent 90%);
}.our-mission .container {
    padding: 0 50px;
}.our-mission .text-section {
    margin-left: 15%;
    padding: 70px 80px;
    width: 85%;
}.our-mission h2 {
    margin-bottom: 70px;
    font-size: calc(36px * 1.2);
}.our-mission .text-section::before {
    top: -125px;
    height: 250px;
    width: 250px;
    left: -125px;
}
}

@media (max-width: 767px) {.our-mission {
    padding: 80px 0 60px;
}.our-mission .text-section {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    padding: 30px 25px;
}.our-mission h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.our-mission .text-section p {
    padding-right: 30px;
    font-size: calc(20px * 0.9);
}.our-mission .text-section p::after {
    width: 25px;
}
}

@media (hover: hover) {.our-mission .text-section:hover p {
    color: rgb(217,167,107);
}.our-mission .text-section:hover p::after {
    width: 60px;
    background: rgb(217,167,107);
}
}

@media (prefers-reduced-motion) {.our-mission::after {
    animation: none;
}.our-mission .text-section:hover {
    transform: none;
}.our-mission h2:hover::after {
    transform: scaleX(1);
}}.appBox {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(244,228,200) 0%, #ffffff 100%);
    overflow: hidden;
}.appBox::before {
    content: "";
    width: 40%;
    animation: float 15s ease-in-out infinite;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(25px);
    right: -5%;
    position: absolute;
    height: 70%;
    background: linear-gradient(120deg, rgb(231,199,154,0.5) 0%, rgb(217,167,107,0.5) 100%);
    opacity: 0.4;
    z-index: 0;
    top: -10%;
}.appBox::after {
    bottom: -5%;
    opacity: 0.3;
    position: absolute;
    height: 60%;
    content: "";
    background: linear-gradient(220deg, rgb(217,167,107,0.5) 0%, rgb(231,199,154,0.5) 100%);
    animation: float 18s ease-in-out infinite reverse;
    transform: rotate(10deg) skewX(-10deg);
    z-index: 0;
    filter: blur(20px);
    left: -2%;
    width: 30%;
}.appBox .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.appBox .learn-training {
    padding: 3.5rem;
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(231,199,154);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(1deg);
}.appBox .learn-training:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
}.appBox .learn-training::before {
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    z-index: -1;
    mask-size: 200% 200%;
    height: 100%;
    animation: shimmerMask 8s infinite linear;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    width: 100%;
}.appBox .learn-training > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.appBox .learn-training > div:first-child::after {
    background: linear-gradient(90deg, rgb(231,199,154) 0%, rgb(217,167,107) 100%);
    width: 60px;
    bottom: -1rem;
    transform-origin: left center;
    left: 0;
    content: "";
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 4px;
    position: absolute;
}.appBox .learn-training:hover > div:first-child::after {
    width: 120px;
}.appBox h5 {
    animation: fadeInUp 0.8s forwards 0.2s;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 0;
    transform: translateZ(0);
    opacity: 0;
}.appBox a {
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    text-decoration: none;
}.appBox a:hover {
    transform: translateY(-3px);
}.appBox p {
    opacity: 0;
    line-height: 1.7;
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.5s;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.appBox {
    padding: 5rem 0;
}.appBox .learn-training {
    padding: 2.5rem;
}.appBox h5 {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 768px) {.appBox {
    padding: 4rem 0;
}.appBox .learn-training {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.appBox h5 {
    font-size: calc(18px * 0.9);
}.appBox p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.appBox {
    padding: 3rem 0;
}.appBox .learn-training {
    border-left-width: 3px;
    padding: 1.5rem;
}.appBox .learn-training > div:first-child::after {
    height: 3px;
    width: 50px;
}.appBox .learn-training:hover > div:first-child::after {
    width: 80px;
}.appBox h5 {
    font-size: calc(18px * 0.85);
}.appBox p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}.developer-experience {
    background: linear-gradient(135deg, rgb(244,228,200) 0%, rgb(231,199,154,0.5) 100%);
    position: relative;
    perspective: 1000px;
    padding: 5rem 0;
    overflow: hidden;
}.developer-experience::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(217,167,107,0.5) 49.5%, rgb(217,167,107,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(217,167,107,0.5) 49.5%, rgb(217,167,107,0.5) 50.5%, transparent 50.5%);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background-size: 60px 60px;
    opacity: 0.1;
    content: "";
    z-index: 1;
    pointer-events: none;
}.developer-experience .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 2;
}.developer-experience .user-review {
    transform: rotateY(-2deg) translateZ(10px);
    padding: 2.5rem;
    border-left: 4px solid rgb(231,199,154);
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
    display: grid;
    border-radius: 10px;
    grid-gap: 2rem;
}.developer-experience .user-review:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}.developer-experience .user-review > div:first-child {
    position: relative;
    align-self: start;
}.developer-experience .img-flex {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    position: relative;
    width: 200px;
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.developer-experience .img-flex::after {
    background: linear-gradient(135deg, rgba(rgb(231,199,154), 0.2) 0%, transparent 100%);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
}.developer-experience .user-review:hover .img-flex {
    transform: translateZ(30px) scale(1.05);
}.developer-experience .user-review > div:nth-child(2) {
    transform: translateZ(15px);
    align-self: start;
}.developer-experience .name {
    font-weight: 700;
    transition: transform 0.4s ease;
    display: inline-block;
    color: rgb(231,199,154);
    transform: translateX(0);
    position: relative;
    font-size: calc(20px * 1.1);
    margin-bottom: 0.5rem;
}.developer-experience .name::after {
    bottom: -5px;
    width: 0;
    transition: width 0.4s ease-out;
    content: "";
    background-color: rgb(217,167,107);
    left: 0;
    height: 2px;
    position: absolute;
}.developer-experience .user-review:hover .name::after {
    width: 100%;
}.developer-experience .user-review:hover .name {
    transform: translateX(5px);
}.developer-experience .user-review > div:nth-child(2) > div {
    font-size: calc(18px * 0.95);
    margin-bottom: 1rem;
    font-style: italic;
    opacity: 0.85;
    font-weight: 600;
    color: #000000;
}.developer-experience .job-area {
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    color: #000000;
}.developer-experience .job-area::before {
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(231,199,154) 0%, rgb(217,167,107) 100%);
    height: 100%;
    left: 0;
    width: 3px;
    position: absolute;
}

@media (min-width: 768px) {.developer-experience {
    padding: 7rem 0;
}.developer-experience .user-review {
    grid-template-columns: 220px 1fr 2fr;
    padding: 3rem;
    grid-gap: 2.5rem;
    align-items: start;
}.developer-experience .img-flex {
    height: 260px;
    width: 220px;
}.developer-experience .name {
    margin-bottom: 0.75rem;
    font-size: calc(20px * 1.2);
}.developer-experience .job-area {
    padding-left: 2rem;
    font-size: calc(18px * 1.05);
}.developer-experience .job-area::before {
    width: 4px;
}
}

@media (min-width: 992px) {.developer-experience .container {
    padding: 0 3rem;
}.developer-experience .user-review {
    padding: 3.5rem;
    grid-gap: 3rem;
    grid-template-columns: 260px 1fr 2.5fr;
}.developer-experience .img-flex {
    width: 260px;
    height: 300px;
}.developer-experience .name {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.3);
}.developer-experience .user-review > div:nth-child(2) > div {
    font-size: 18px;
    margin-bottom: 1.5rem;
}.developer-experience .job-area {
    line-height: 1.7;
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 1200px) {.developer-experience .user-review {
    grid-gap: 3.5rem;
    padding: 4rem;
    grid-template-columns: 300px 1fr 3fr;
}.developer-experience .img-flex {
    height: 350px;
    width: 300px;
}
}

@media (max-width: 767px) {.developer-experience .user-review {
    transform: rotateY(0deg) translateZ(0);
    padding: 2rem;
}.developer-experience .img-flex {
    width: 180px;
    margin: 0 auto 1.5rem;
    height: 180px;
}.developer-experience .user-review > div:first-child {
    justify-content: center;
    display: flex;
}.developer-experience .user-review > div:nth-child(2) {
    text-align: center;
}.developer-experience .job-area {
    padding-left: 0;
    padding-top: 1.5rem;
}.developer-experience .job-area::before {
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    left: 50%;
    top: 0;
}
}