* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,body {
    color: #000000;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
    scroll-behavior: smooth;
}

html {
    scrollbar-width: none;
}

.exp-secure-fortification::before {
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.03;
    content: "";
    z-index: -1;
    background-image: 
        linear-gradient(45deg, rgb(202,215,229) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(202,215,229) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(202,215,229) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(202,215,229) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    background-size: 20px 20px;
    left: 0;
}

.exp-secure-fortification h1::after {
    content: "";
    bottom: 0;
    transform-origin: left;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 60px;
    transform: scaleX(1);
    background: rgb(156,179,204);
    height: 3px;
}

.exp-secure-fortification h2:hover::before {
    transform: scaleY(1.2);
}

.exp-secure-fortification h4 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    margin: 1.5rem 0 0.75rem;
}

.exp-secure-fortification span:hover {
    color: rgb(106,145,174);
}

.exp-secure-fortification ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.25rem;
}

.exp-secure-fortification li:hover::before {
    transform: rotate(135deg);
    background: rgb(156,179,204);
}

.exp-secure-fortification li:hover {
    transform: translateX(3px);
}

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

footer::after {
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    bottom: 0;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
}

.exp-policy-links .company_holder h3 {
    position: relative;
    font-size: 32px;
    padding-bottom: 1rem;
    color: #ffffff;
    margin: 0 0 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
}

.exp-policy-links .exp-main-learn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.exp-policy-links .exp-head-skill .exp-main-learn {
    gap: 1rem;
    display: grid;
}

.exp-policy-links .exp-head-skill .exp-main-learn a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    align-items: center;
    font-size: 18px;
    display: flex;
}

.exp-webinar-cta {
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}

.exp-policy-links .company_holder::before {
    left: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    width: 50px;
    top: 0;
    content: "";
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.exp-client-opinions {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(202,215,229) 0%, rgba(rgb(106,145,174,0.5), 0.05) 100%);
}

.exp-client-opinions::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 50% 50% 40% 60% / 40% 40% 60% 50%;
    z-index: 0;
    height: 15vw;
    right: -5%;
    background: radial-gradient(circle, rgb(156,179,204) 0%, rgba(rgb(156,179,204,0.5), 0) 70%);
    width: 15vw;
    opacity: 0.07;
    content: "";
    bottom: -5%;
    filter: blur(40px);
    position: absolute;
}

.exp-client-opinions .exp-learning-testimonials {
    overflow: hidden;
    position: relative;
    padding: 2rem;
    transform: translateZ(0) rotateY(0deg);
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    background: #ffffff;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.03);
}

.exp-client-opinions .exp-learning-testimonials:hover img {
    transform: scale(1.05);
    border-color: rgba(rgb(106,145,174,0.5), 0.3);
}

.exp-client-opinions .exp-learning-testimonials h4::after {
    bottom: -5px;
    transition: width 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(106,145,174) 0%, rgba(rgb(106,145,174,0.5), 0.3) 100%);
}

.exp-client-opinions a:hover {
    box-shadow: 0 8px 25px rgba(rgb(106,145,174,0.5), 0.3);
    transform: translateY(-3px);
}

.exp-client-opinions a:hover::before {
    left: 100%;
}

.exp-enroll-instantly {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(202,215,229) 0%, #ffffff 100%);
}

.exp-enroll-instantly::before {
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(156,179,204,0.5) 0%, transparent 30%, transparent 70%, rgb(106,145,174,0.5) 100%);
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
}

.exp-enroll-instantly .exp-reach-widget::before {
    left: 0;
    position: absolute;
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 0;
    content: '';
    height: 100%;
    background: rgb(106,145,174);
    top: 0;
    width: 100%;
}

.exp-enroll-instantly .exp-reach-widget:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: skewY(2deg) translateY(-5px);
}

.exp-enroll-instantly .exp-reach-widget:hover::after {
    left: 200%;
}

.exp-enroll-instantly .exp-skill-space::after {
    content: '';
    border-radius: 50%;
    height: 100px;
    transform: skewY(2deg);
    top: -50px;
    z-index: -1;
    border: 2px dashed rgb(156,179,204,0.5);
    position: absolute;
    width: 100px;
    right: -50px;
    opacity: 0.4;
}

.exp-developer-experience::before {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    animation: pulse 20s infinite alternate;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(156,179,204,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(106,145,174,0.5) 0%, transparent 30%);
}

.exp-developer-experience .exp-work-table::before {
    position: absolute;
    left: 20px;
    font-size: calc(41px * 2);
    top: 15px;
    line-height: 1;
    content: "";
    color: rgb(156,179,204);
}

.exp-developer-experience .exp-learning-testimonials:hover .exp-image {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(156,179,204,0.5);
    transform: translateZ(60px) translateX(-10px);
}

.exp-developer-experience .exp-learning-testimonials:hover .name {
    transform: translateZ(45px) translateY(-5px);
}

.exp-developer-experience .exp-learning-testimonials:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

.exp-cookie-banner-window {
    background-color: rgb(202,215,229);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.5s ease-out;
    bottom: 0;
    z-index: 1000;
    padding: 20px 0;
    position: fixed;
    border-top: 1px solid rgb(156,179,204);
    width: 100%;
}

.exp-cookie-banner-window .exp-data-control p {
    color: #000000;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.exp-cookie-banner-window .exp-visitor-settings:active {
    transform: translateY(1px);
    box-shadow: none;
}


#exp-dataConsentBanner {
    display: none;
}

header::before {
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    opacity: 0.5;
    background: linear-gradient(135deg, 
        rgb(156,179,204,0.5) 0%, 
        transparent 50%, 
        rgb(106,145,174,0.5) 100%);
    position: absolute;
    width: 100%;
}

header .exp-nav-master::before {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(156,179,204,0.5), 
        rgb(106,145,174,0.5), 
        rgb(156,179,204,0.5), 
        transparent);
}

header .exp-nav-pagebar::before {
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(156,179,204), rgb(106,145,174));
    content: '';
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.exp-course-program-description::before {
    content: "";
    right: -50px;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    filter: blur(40px);
    top: -50px;
    opacity: 0.15;
    background: rgb(106,145,174,0.5);
    position: absolute;
    transform: translateZ(0);
}

.exp-course-program-description h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    font-size: 31px;
    transform: translateX(10px);
    display: inline-block;
    color: #000000;
    max-width: 90%;
}

.exp-course-program-description .exp-image {
    position: relative;
    overflow: hidden;
    height: 300px;
    transform: translateZ(0) perspective(1000px) rotateY(2deg);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.exp-course-program-description .exp-text-info-box::before {
    left: 0;
    width: 100%;
    transform: scaleX(0.97);
    background: linear-gradient(90deg, rgb(156,179,204), rgb(106,145,174));
    height: 5px;
    transition: transform 0.5s ease;
    content: "";
    top: 0;
    position: absolute;
}

.exp-course-program-description .description:first-of-type::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(106,145,174);
}

.exp-title-board .exp-edu-skill::before {
    content: "";
    left: 0;
    z-index: 2;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    135deg,
    rgb(156,179,204,0.5) 0%,
    rgba(0, 0, 0, 0.5) 60%,
    rgb(106,145,174,0.5) 100%
  );
}

.exp-title-board .exp-about-section::before {
    content: "";
    position: absolute;
    top: -2px;
    transform: translateZ(-10px);
    filter: blur(8px);
    opacity: 0.5;
    clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 95%,
    95% 100%,
    0% 100%
  );
    right: -2px;
    z-index: -1;
    left: -2px;
    bottom: -2px;
    background: linear-gradient(
    45deg,
    rgb(156,179,204) 0%,
    transparent 40%,
    transparent 60%,
    rgb(106,145,174) 100%
  );
}

.exp-title-board h1::after {
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    width: 80px;
    bottom: -10px;
    background: rgb(156,179,204);
    content: "";
    left: 0;
    animation: growLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
}

.exp-title-board p::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: rgb(156,179,204);
}



.exp-training-results::after {
    height: 100%;
    left: 0;
    opacity: 0.2;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(106,145,174,0.5) 100%),
        linear-gradient(45deg, rgb(156,179,204,0.5) 0%, transparent 60%);
}



.exp-training-results .exp-skill-space::after {
    content: "";
    inset: 0;
    position: absolute;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(245, 245, 250, 0.9) 100%
    );
    z-index: -1;
}

.exp-training-results h3 {
    position: relative;
    font-size: 30px;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    font-weight: 700;
}

.exp-training-results h3::after {
    content: "";
    width: 80px;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 10px;
    height: 3px;
    background: linear-gradient(
        to right, 
        rgb(106,145,174) 0%, 
        rgb(156,179,204) 50%,
        transparent 100%
    );
}

.exp-training-results li:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(
        to right,
        rgb(202,215,229) 0%,
        #ffffff 100%
    );
}

.exp-training-results li:hover::after {
    opacity: 0.3;
}

.exp-training-results svg path {
    transition: all 0.5s ease;
    fill: rgb(156,179,204);
}

.exp-training-results li:hover svg {
    transform: scale(1.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}

.exp-about-this {
    position: relative;
    padding: 6rem 0;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.exp-about-this .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}

.exp-about-this .exp-text-info-box {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    margin-left: 0;
    max-width: 90%;
    transform: translateX(0);
}

.exp-about-this:hover h1 {
    transform: perspective(1000px) rotateX(5deg);
}

.exp-about-this:hover h1::before {
    transform: scaleX(1.3);
}

.exp-about-this ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.exp-about-this h4 {
    margin: 0 0 1.25rem;
    color: rgb(106,145,174);
    position: relative;
    font-size: calc(20px + 0.15rem);
    font-weight: 600;
    transition: transform 0.4s ease;
    padding-left: 1.5rem;
}

.exp-about-this:hover span {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.exp-pricing-layout::before {
    transform: rotate(-15deg);
    width: 35%;
    opacity: 0.5;
    height: 50%;
    right: -5%;
    filter: blur(60px);
    background: linear-gradient(135deg, rgb(156,179,204,0.5), rgb(106,145,174,0.5));
    position: absolute;
    content: "";
    z-index: 1;
    top: -10%;
}

.exp-pricing-layout .container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
    z-index: 2;
}

.exp-pricing-layout .exp-payment-plan {
    text-align: center;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 60px;
    order: -1;
    margin-left: auto;
}

.exp-pricing-layout .exp-fee-pricing {
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.6;
    margin: 0 auto;
    font-size: calc(13px + 2px);
    white-space: normal;
    color: #000000;
    max-width: 700px;
}

.exp-pricing-layout .exp-fee-offers:hover {
    transform: translateY(-10px);
}

.exp-pricing-layout .exp-fee-offers:hover .exp-edu-packages {
    box-shadow: var(--card-hover-shadow);
}

.exp-pricing-layout .exp-fee-offers:hover .exp-edu-packages::before {
    transform: scaleX(1);
}

.exp-pricing-layout .exp-learn-fees {
    flex-direction: column;
    display: flex;
    position: relative;
    flex-grow: 1;
    padding: 35px 30px;
    z-index: 1;
}

.exp-pricing-layout .exp-fee-offers:hover .exp-learn-fees h3 {
    color: var(--card-accent);
}

.exp-pricing-layout .exp-fee-offers:hover .exp-plan-fee::after {
    width: 60px;
}

.exp-pricing-layout .exp-learn-fees p {
    margin-top: 15px;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 13px;
    flex-grow: 1;
    white-space: normal;
    hyphens: auto;
    color: #000000;
}

.exp-pricing-layout .exp-fee-offers:hover .exp-image {
    transform: scale(1.05);
}

.exp-id-thankdiv::before {
    left: 0;
    top: 0;
    opacity: 0.07;
    background-image: 
        linear-gradient(90deg, rgb(156,179,204,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(156,179,204,0.5) 1px, transparent 1px);
    background-size: 35px 35px;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1;
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    width: 100%;
}

.exp-id-thankdiv .exp-skill-space {
    padding: 3.5rem;
    opacity: 0;
    background: #ffffff;
    animation: slideUp 0.8s forwards ease-out 0.5s;
    transform: translateY(30px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    position: relative;
}

.exp-id-thankdiv .exp-skill-space li {
    padding-left: 2rem;
    position: relative;
}

.exp-reach-out {
    position: relative;
    padding: 120px 0;
    background: rgb(202,215,229);
    overflow: hidden;
}

.exp-reach-out::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    left: 0;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(156,179,204,0.5) 0,
        rgb(156,179,204,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
}

.exp-reach-out .container {
    margin: 0 auto;
    z-index: 5;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}

.exp-reach-out h3::before {
    transform: translateX(-50%);
    background: rgb(156,179,204);
    content: "";
    left: 50%;
    width: 40px;
    top: -20px;
    position: absolute;
    height: 4px;
}

.exp-inquiry-message::before {
    z-index: 0;
    position: absolute;
    top: -50%;
    animation: rotate 60s linear infinite;
    opacity: 0.2;
    background: radial-gradient(circle at center, rgb(106,145,174,0.5) 0%, transparent 50%);
    height: 200%;
    content: "";
    left: -50%;
    width: 200%;
}

.exp-inquiry-message .exp-help-links h3::before {
    display: none;
}

.exp-inquiry-message .exp-help-links h3::after {
    bottom: -15px;
    background: rgb(156,179,204);
    height: 2px;
    transform: none;
    left: 0;
    width: 60px;
}

.exp-inquiry-message .exp-help-links textarea {
    min-height: 150px;
    resize: vertical;
}

.exp-inquiry-message .exp-help-links .exp-support-grid {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.exp-inquiry-message .exp-help-links .exp-support-grid label {
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
    position: relative;
    padding-left: 30px;
    font-size: calc(18px - 2px);
}

.exp-inquiry-message .exp-help-links .exp-support-grid input[type="checkbox"]:checked + label::after {
    position: absolute;
    border: solid #ffffff;
    left: 8px;
    content: "";
    transform: rotate(45deg);
    width: 5px;
    border-width: 0 2px 2px 0;
    top: 5px;
    height: 10px;
}

.exp-inquiry-message .exp-help-links .exp-reach-widget::before {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    height: 100%;
    left: 0;
    width: 0;
    top: 0;
    position: absolute;
    background: rgb(156,179,204);
    content: "";
}

.exp-inquiry-message .exp-message-inquiry {
    padding: 60px 50px;
    z-index: 2;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
    position: relative;
}

.exp-inquiry-message .exp-message-inquiry h4::after {
    left: 0;
    height: 2px;
    bottom: -15px;
    content: "";
    background: rgb(156,179,204);
    width: 60px;
    position: absolute;
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li {
    display: flex;
    z-index: 1;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    border-left: 2px solid transparent;
    margin-bottom: 30px;
    padding-left: 15px;
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li svg path {
    fill: rgb(156,179,204);
    transition: all 0.3s ease;
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li a {
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    text-decoration: none;
}

::-webkit-scrollbar {
    background: rgb(202,215,229);
    width: 13px;
}

::-webkit-scrollbar-track {
    background: rgb(156,179,204,0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(156,179,204);
}

::-webkit-scrollbar-thumb:hover {
    transform: scale(1.05);
    background: rgb(106,145,174);
}

::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    background: rgb(156,179,204);
    box-shadow: inset -3px 3px 3px 5px rgba(0, 0, 0, 0.1);
}



@media (prefers-reduced-motion: reduce) {.exp-secure-fortification::after {
    animation: none;
}.exp-secure-fortification .container,
    .exp-secure-fortification li,
    .exp-secure-fortification h1::after,
    .exp-secure-fortification h2::before {
    transition: none;
}}



@media (max-width: 1200px) {.exp-policy-links .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.exp-policy-links {
    padding: 4rem 0 2rem;
}.exp-policy-links .container {
    grid-template-columns: 1fr;
}.exp-policy-links .company_holder,
    .exp-policy-links .exp-career-help {
    grid-column: span 12;
}.exp-policy-links .company_holder {
    margin-bottom: 2rem;
}.exp-policy-links::after,
    .exp-policy-links .company_holder::before,
    .exp-policy-links .company_holder::after,
    .exp-policy-links .exp-career-help::after {
    display: none;
}
}



@media (max-width: 768px) {.exp-client-opinions {
    padding: 3rem 0;
}.exp-client-opinions h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.exp-client-opinions .exp-edu-ratings {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.exp-client-opinions .exp-learning-testimonials:hover {
    transform: translateY(-5px) translateZ(10px);
}.exp-client-opinions a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}
}



@media (max-width: 767px) {.exp-enroll-instantly {
    padding: 80px 0;
}.exp-enroll-instantly .exp-skill-space {
    gap: 25px;
    grid-template-columns: 1fr;
}.exp-enroll-instantly .container p {
    font-size: 20px;
    padding: 30px;
}.exp-enroll-instantly .exp-reach-widget {
    height: 80px;
}.exp-enroll-instantly .container p::before {
    width: 4px;
}
}



@media (max-width: 576px) {.exp-developer-experience {
    padding: 60px 0;
}.exp-developer-experience .exp-image {
    height: 200px;
    width: 100%;
}.exp-developer-experience .exp-work-table {
    font-size: calc(14px * 0.95);
    padding: 25px 20px;
}.exp-developer-experience .name {
    font-size: calc(23px * 0.9);
}.exp-developer-experience .exp-learning-testimonials > span:not(.name) {
    font-size: calc(14px * 0.9);
}}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .exp-top-know {
    padding: 0.8rem;
    gap: 0.8rem;
}header .exp-nav-master svg {
    width: 140px;
}header .exp-head-skill {
    padding: 0.5rem;
}header .exp-nav-pagebar {
    font-size: calc(15px - 1px);
    padding: 0.4rem 0.8rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .exp-top-know {
    padding: 0.6rem;
    gap: 0.6rem;
}header .exp-nav-master svg {
    width: 110px;
}header .exp-head-skill {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
}header .exp-head-skill::-webkit-scrollbar {
    height: 2px;
}header .exp-head-skill::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(156,179,204);
}header .exp-nav-pagebar {
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (min-width: 1200px) {.exp-course-program-description {
    padding: 10rem 0;
}.exp-course-program-description .container {
    padding: 0 30px;
}.exp-course-program-description h2 {
    margin-bottom: 5rem;
    font-size: calc(31px * 1.3);
}.exp-course-program-description .exp-career-learn {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 5rem;
}.exp-course-program-description .exp-image {
    min-height: 600px;
}.exp-course-program-description .exp-text-info-box {
    padding: 4rem;
    max-height: 700px;
}
}



@media (max-width: 480px) {.exp-course-program-description {
    padding: 3rem 0;
}.exp-course-program-description h2 {
    max-width: 100%;
    font-size: calc(31px * 0.8);
}.exp-course-program-description .exp-image {
    height: 200px;
}.exp-course-program-description .exp-text-info-box {
    padding: 1.25rem;
}.exp-course-program-description .description {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 576px) {.exp-title-board .exp-about-section {
    padding: 1.5rem;
}.exp-title-board h1 {
    font-size: calc(40px * 0.65);
}.exp-title-board h3 {
    font-size: calc(20px * 0.85);
}.exp-title-board p {
    padding-left: 15px;
    font-size: calc(13px * 0.9);
}.exp-title-board p::before {
    width: 8px;
}.exp-title-board .exp-about-section::before {
    filter: blur(5px);
}}



@media (max-width: 576px) {.exp-training-results {
    padding: 60px 0;
}.exp-training-results .exp-skill-space {
    gap: 30px;
}.exp-training-results .exp-image {
    max-height: 250px;
}.exp-training-results .exp-text-info-box {
    padding: 25px 20px;
}.exp-training-results h3 {
    margin-bottom: 25px;
    font-size: 22px;
}.exp-training-results h3::before {
    display: none;
}.exp-training-results li {
    padding: 15px;
}.exp-training-results li p {
    gap: 12px;
    font-size: 17px;
}.exp-training-results svg {
    width: 22px;
    padding: 3px;
    height: 22px;
}}



@media (max-width: 480px) {.exp-about-this {
    padding: 3rem 0;
}.exp-about-this .container {
    padding: 0 1.5rem;
}.exp-about-this h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px - 0.75rem);
}.exp-about-this h4 {
    font-size: calc(20px - 0.1rem);
    padding-left: 1rem;
}.exp-about-this h4::before {
    width: 8px;
    height: 8px;
}.exp-about-this span {
    line-height: 1.6;
    padding: 1rem;
    font-size: calc(16px - 0.15rem);
}
}



@media (min-width: 992px) {.exp-pricing-layout .exp-learning-packages {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.exp-pricing-layout .exp-payment-plan {
    margin: 0;
    width: 30%;
    text-align: left;
    order: 0;
}.exp-pricing-layout .exp-payment-plan h2 {
    text-align: left;
    display: block;
}.exp-pricing-layout .exp-payment-plan h2::after {
    transform: none;
    left: 0;
}.exp-pricing-layout .exp-fee-pricing {
    text-align: left;
    margin: 0;
}.exp-pricing-layout .exp-promo-rates {
    width: 70%;
}
}



@media (max-width: 767px) {.exp-id-thankdiv {
    padding: 3rem 0;
}.exp-id-thankdiv::before {
    background-size: 25px 25px;
}.exp-id-thankdiv h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.exp-id-thankdiv .exp-skill-space {
    padding: 2rem;
}.exp-id-thankdiv .exp-skill-space li {
    padding-left: 1.5rem;
}.exp-id-thankdiv .exp-skill-space li::before {
    top: 6px;
    width: 6px;
    height: 6px;
}
}



@media screen and (max-width: 480px) {.exp-reach-out {
    padding: 50px 0;
}.exp-inquiry-message {
    border-radius: 10px;
}.exp-inquiry-message .exp-help-links,
    .exp-inquiry-message .exp-message-inquiry {
    padding: 30px 25px;
}.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li {
    align-items: flex-start;
}.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li svg {
    margin-top: 3px;
}
}



@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(-5px);
    opacity: 1;
  }
}



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

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



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(5deg);
    }
}

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

@media(max-width: 768px) {
    .exp-learning-testimonials {
        display: flex !important;
        flex-direction: column !important;
    }

    footer .container {
        display: flex !important;
        flex-direction: column !important;
    }
}