header,footer {
    width: 100%;
}

header {
    position: relative;
    background: rgb(202,215,229);
    z-index: 100;
    padding: 1.2rem 0;
}

svg {
    height: 30px;
    width: 30px;
}

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


.exp-secure-fortification {
    padding: 4rem 2rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: linear-gradient(145deg, rgb(202,215,229) 0%, rgb(202,215,229) 85%, rgb(156,179,204,0.5) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}



.exp-secure-fortification .container {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(156,179,204,0.5);
    background: #ffffff;
    max-width: 1200px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 3rem;
    margin: 0 auto;
    transform: translateY(0);
}

.exp-secure-fortification:hover h1::after {
    transform: scaleX(1.5);
}

.exp-secure-fortification h2 {
    position: relative;
    margin: 2.5rem 0 1.5rem;
    font-size: 33px;
    transition: padding 0.3s ease;
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
}

.exp-secure-fortification h3 {
    margin: 1.75rem 0 1rem;
    font-size: calc(24px + 0.1rem);
    color: #000000;
    font-weight: 600;
    position: relative;
}

.exp-secure-fortification span {
    position: relative;
    color: rgb(156,179,204);
    transition: color 0.3s ease;
    font-weight: 600;
    display: inline-block;
}

.exp-secure-fortification li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    left: 0;
    width: 8px;
    position: absolute;
    transform: rotate(45deg);
    top: 0.7em;
    content: "";
    background: rgb(156,179,204,0.5);
    height: 8px;
    border-radius: 1px;
}

.exp-policy-links::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(156,179,204), rgb(106,145,174), rgb(156,179,204));
    top: 0;
    height: 10px;
}

.exp-policy-links .company_holder {
    position: relative;
    padding: 0;
    grid-column: span 5;
}

.exp-policy-links .exp-insta-feed {
    padding: 0 0 0 1.5rem;
    font-size: 18px;
    position: relative;
    line-height: 1.7;
    margin-top: 1.5rem;
    color: #ffffff;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}

.exp-policy-links .exp-head-skill h5 {
    font-size: 21px;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    color: #ffffff;
    margin: 0 0 1.5rem;
    padding-bottom: 0.8rem;
}

.exp-policy-links .exp-head-skill .exp-main-learn a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}

.exp-policy-links .exp-head-skill .exp-main-learn a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.exp-webinar-cta .exp-zoom-meet {
    padding: 0 1rem;
    opacity: 0.9;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 12px;
}

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

.exp-client-opinions::before {
    height: 20vw;
    background: radial-gradient(circle, rgb(106,145,174) 0%, rgba(rgb(106,145,174,0.5), 0) 70%);
    left: -5%;
    width: 20vw;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 0;
    filter: blur(50px);
    position: absolute;
    opacity: 0.1;
    content: "";
    top: -10%;
    animation: float 15s ease-in-out infinite alternate;
}

.exp-client-opinions h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(106,145,174) 0%, rgba(rgb(106,145,174,0.5), 0.3) 100%);
    transition: transform 0.5s ease;
    content: "";
    transform: translateX(0);
    height: 3px;
    position: absolute;
    bottom: -1rem;
    width: 4rem;
}

.exp-client-opinions .exp-learning-testimonials::before {
    top: 1.5rem;
    pointer-events: none;
    content: "";
    line-height: 1;
    font-size: 6rem;
    position: absolute;
    font-family: Georgia, serif;
    color: rgba(rgb(106,145,174,0.5), 0.07);
    right: 1.5rem;
}

.exp-client-opinions .exp-learning-testimonials img {
    margin-right: 1rem;
    height: 50px;
    border-radius: 50%;
    width: 50px;
    object-fit: cover;
    border: 2px solid rgba(rgb(106,145,174,0.5), 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.exp-client-opinions .exp-learning-testimonials .description {
    z-index: 1;
    font-size: 12px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    position: relative;
}

.exp-client-opinions a::before {
    width: 100%;
    position: absolute;
    pointer-events: none;
    transition: left 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    background: linear-gradient(90deg, 
                rgba(255, 255, 255, 0) 0%, 
                rgba(255, 255, 255, 0.2) 50%, 
                rgba(255, 255, 255, 0) 100%);
    left: -100%;
    content: "";
    top: 0;
    height: 100%;
}

.exp-enroll-instantly .exp-skill-space {
    transform: skewY(-2deg);
    grid-template-columns: 2fr 1fr;
    z-index: 10;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    gap: 40px;
    display: grid;
}

.exp-enroll-instantly .exp-reach-widget {
    justify-content: center;
    background: rgb(156,179,204);
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.4s ease;
    transform: skewY(2deg);
    align-items: center;
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    display: flex;
    overflow: hidden;
    font-weight: 600;
    height: 100%;
    text-decoration: none;
}

.exp-enroll-instantly::after {
    width: 100%;
    top: 0;
    opacity: 0.1;
    content: '';
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 80% 20%, rgb(156,179,204,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(106,145,174,0.5) 0%, transparent 50%);
    left: 0;
    height: 100%;
}

.exp-developer-experience .container {
    perspective: 1200px;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}

.exp-developer-experience .exp-learning-testimonials:hover {
    transform: rotateY(0deg) translateZ(10px);
}

.exp-developer-experience .exp-work-table {
    padding: 50px 40px;
    font-weight: 300;
    color: #ffffff;
    transform: translateZ(20px);
    z-index: 1;
    line-height: 1.7;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(156,179,204,0.5);
    grid-area: quote;
    font-size: 14px;
    position: relative;
    margin: 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.exp-developer-experience .name {
    border-radius: 10px;
    background: rgb(156,179,204);
    grid-area: name;
    padding: 15px 20px;
    margin: 0;
    color: #ffffff;
    z-index: 2;
    transform: translateZ(30px);
    transition: transform 0.3s ease;
    font-weight: 700;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 23px;
}

.exp-cookie-banner-window .exp-track-switch {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
    flex-shrink: 0;
    transform-origin: center;
}

.exp-cookie-banner-window .exp-data-control h5 {
    font-size: 19px;
    color: rgb(156,179,204);
    margin-bottom: 6px;
}

.exp-cookie-banner-window .exp-visitor-settings:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

#exp-dataConsentBanner:checked ~ .exp-cookie-banner-window {
    visibility: hidden;
    opacity: 0;
}

header .exp-top-know {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    display: flex;
    border-radius: 14px;
    gap: 1rem;
    padding: 1rem;
    background: #ffffff;
    align-items: center;
}

header .exp-nav-master svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}

header .exp-head-skill {
    width: 100%;
    gap: 0.4rem;
    background: rgb(202,215,229);
    padding: 0.6rem;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    display: flex;
}

header .exp-nav-pagebar:hover {
    color: #ffffff;
}

header .exp-nav-pagebar:hover::before {
    opacity: 1;
}

header .exp-nav-pagebar::after {
    height: 2px;
    width: 100%;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(156,179,204), rgb(106,145,174));
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    bottom: 0;
    content: '';
}

.exp-course-program-description::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(106,145,174), transparent);
    content: "";
    opacity: 0.6;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
}

.exp-course-program-description h2:hover::before {
    transform: scaleY(1.1);
}

.exp-course-program-description .exp-career-learn {
    display: grid;
    transform: translateZ(0);
    gap: 2.5rem;
    grid-template-columns: 1fr;
}

.exp-course-program-description .exp-image::after {
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    content: "";
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
    position: absolute;
    width: 100%;
    opacity: 0;
}

.exp-course-program-description .exp-text-info-box:hover::before {
    transform: scaleX(1);
}

.exp-course-program-description .description {
    opacity: 0.9;
    color: #000000;
    margin-bottom: 1.5rem;
    transition: opacity 0.3s ease;
    line-height: 1.75;
    position: relative;
    font-size: 12px;
}

.exp-title-board .exp-edu-skill {
    z-index: 1;
    justify-content: center;
    position: absolute;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    display: flex;
    top: 0;
    height: 100%;
    align-items: center;
}

.exp-title-board .exp-about-section {
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg) translateZ(20px);
    clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 95%,
    95% 100%,
    0% 100%
  );
    padding: 3rem;
    max-width: 85%;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
    z-index: 5;
    backdrop-filter: blur(5px);
}

.exp-title-board h3 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    animation: slideInFromRight 0.9s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    line-height: 1.4;
    padding-right: 10%;
    font-size: calc(20px * 1.05);
    color: #ffffff;
    opacity: 0;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.exp-title-board:hover .exp-about-section {
    transform: perspective(1000px) rotateX(1deg) translateZ(30px);
}

.exp-training-results::before {
    left: -50%;
    height: 200%;
    opacity: 0.4;
    width: 200%;
    content: "";
    background: radial-gradient(
        ellipse at center,
        rgb(106,145,174,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    z-index: 0;
    top: -50%;
    animation: rotateBackground 30s infinite linear;
}

.exp-training-results .exp-skill-space::before {
    animation: borderGlow 8s infinite alternate;
    inset: -2px;
    background: linear-gradient(
        -45deg,
        rgb(156,179,204) 0%,
        transparent 40%,
        transparent 60%,
        rgb(106,145,174) 100%
    );
    content: "";
    z-index: -1;
    border-radius: 22px;
    opacity: 0.6;
    position: absolute;
}

.exp-training-results .exp-image:hover {
    transform: scale(1.08) translateX(-3%);
}

.exp-training-results h3::before {
    left: -40px;
    width: 30px;
    top: 50%;
    position: absolute;
    background: rgb(156,179,204);
    transform: translateY(-50%);
    height: 2px;
    content: "";
}

.exp-training-results li {
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    padding: 18px;
    background: rgb(202,215,229);
}

.exp-training-results li::after {
    transition: all 0.4s ease;
    background: linear-gradient(
        to right,
        rgb(156,179,204,0.5) 0%,
        transparent 30%
    );
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0;
    z-index: -1;
    height: 100%;
}

.exp-training-results svg {
    background: #ffffff;
    padding: 4px;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    height: 24px;
    border-radius: 50%;
    width: 24px;
    transition: all 0.5s ease;
    flex-shrink: 0;
}

.exp-about-this::after {
    right: 0;
    width: 35%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(156,179,204,0.5), rgb(156,179,204));
    height: 100%;
    z-index: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    top: 0;
    content: "";
}

.exp-about-this h1 {
    font-weight: 700;
    display: inline-block;
    font-size: 42px;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    color: rgb(156,179,204);
    margin-bottom: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.exp-about-this li {
    margin-bottom: 1.5rem;
    position: relative;
}

.exp-about-this h4::before {
    background-color: rgb(156,179,204);
    width: 10px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease, background-color 0.3s ease;
    top: 50%;
    position: absolute;
    height: 10px;
    left: 0;
}

.exp-pricing-layout {
    --card-border: linear-gradient(135deg, rgb(156,179,204), rgb(106,145,174));
    --card-accent: rgb(156,179,204);
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 120px 0 80px;
    --card-bg: #ffffff;
    overflow: hidden;
    --pricing-bg: #f5f7fa;
    background-color: var(--pricing-bg);
    position: relative;
}

.exp-pricing-layout .exp-learning-packages {
    display: flex;
    flex-direction: column;
}

.exp-pricing-layout .exp-payment-plan h2 {
    font-size: 32px;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.exp-pricing-layout .exp-promo-rates {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%;
    display: grid;
    gap: 30px;
}

.exp-pricing-layout .exp-edu-packages {
    height: 100%;
    overflow: hidden;
    transition: box-shadow var(--card-transition);
    display: flex;
    box-shadow: var(--card-shadow);
    flex-direction: column;
    background-color: var(--card-bg);
    border-radius: 23px;
    position: relative;
}

.exp-pricing-layout .exp-learn-fees h3 {
    transition: color 0.3s ease;
    font-weight: 700;
    position: relative;
    font-size: calc(18px + 2px);
    margin-bottom: 15px;
    display: inline-block;
    color: #000000;
}

.exp-pricing-layout .exp-plan-fee::after {
    content: "";
    background-color: var(--card-accent);
    left: 0;
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -10px;
}

.exp-pricing-layout .exp-image::after {
    content: "";
    top: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
    transition: opacity 0.4s ease;
    bottom: 0;
    opacity: 0;
    left: 0;
}

.exp-id-thankdiv::after {
    width: 60%;
    z-index: 0;
    top: -20%;
    position: absolute;
    opacity: 0.15;
    content: "";
    right: -10%;
    filter: blur(30px);
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(156,179,204,0.5) 0%, transparent 70%);
    height: 70%;
}

.exp-id-thankdiv h2::after {
    transform-origin: left;
    bottom: -12px;
    position: absolute;
    height: 3px;
    content: "";
    transform: scaleX(0);
    width: 80px;
    background: linear-gradient(90deg, rgb(156,179,204) 0%, rgb(156,179,204,0.5) 100%);
    left: 0;
    animation: expandLine 1s forwards ease-out 1s;
}

.exp-id-thankdiv .exp-skill-space ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.exp-id-thankdiv .exp-skill-space span {
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    position: relative;
    opacity: 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    display: block;
    transform: translateX(10px);
    font-size: 12px;
    color: #000000;
}

.exp-reach-out .exp-image {
    filter: blur(2px) saturate(0.8);
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.08;
    z-index: 0;
    width: 100%;
    position: absolute;
}

.exp-reach-out .exp-image::after {
    width: 100%;
    background: linear-gradient(to bottom, rgb(106,145,174,0.5) 0%, transparent 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.exp-reach-out h3::after {
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(156,179,204), transparent);
    position: absolute;
    content: "";
    width: 100px;
    bottom: -20px;
}

.exp-inquiry-message .exp-help-links {
    position: relative;
    padding: 60px 50px;
    z-index: 2;
}

.exp-inquiry-message .exp-help-links::before {
    height: 70%;
    position: absolute;
    right: 0;
    content: "";
    top: 15%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(156,179,204,0.5), transparent);
}

.exp-inquiry-message .exp-help-links input[type="text"],
.exp-inquiry-message .exp-help-links textarea {
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    background: rgba(240, 240, 240, 0.5);
    margin-bottom: 25px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 18px 22px;
}

.exp-inquiry-message .exp-help-links .exp-support-grid label::before {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 20px;
    top: 2px;
    background: rgba(240, 240, 240, 0.8);
    left: 0;
    height: 20px;
}

.exp-inquiry-message .exp-help-links .exp-support-grid a::after {
    width: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    background-color: rgb(156,179,204);
}

.exp-inquiry-message .exp-help-links .exp-reach-widget:hover {
    color: #ffffff;
}

.exp-inquiry-message .exp-help-links .exp-reach-widget:hover::before {
    width: 100%;
}

.exp-inquiry-message .exp-message-inquiry::before {
    opacity: 0.5;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background-size: 20px 20px;
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li:last-child {
    margin-bottom: 0;
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li svg {
    width: 22px;
    opacity: 0.8;
    transition: all 0.3s ease;
    margin-right: 18px;
    height: 22px;
    flex-shrink: 0;
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li:hover svg path {
    fill: rgb(106,145,174);
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li a::after {
    transition: width 0.3s ease;
    bottom: -3px;
    background-color: rgb(156,179,204);
    height: 1px;
    content: "";
    width: 0;
    left: 0;
    position: absolute;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.exp-secure-fortification {
    padding: 3rem 1.5rem;
}.exp-secure-fortification .container {
    padding: 2.5rem 2rem;
}.exp-secure-fortification h1 {
    font-size: calc(39px - 0.2rem);
}.exp-secure-fortification h2 {
    font-size: calc(33px - 0.15rem);
}
}



@media (max-width: 576px) {.exp-secure-fortification {
    padding: 2rem 0.75rem;
}.exp-secure-fortification .container {
    padding: 1.5rem 1.25rem;
}.exp-secure-fortification h1 {
    font-size: calc(39px - 0.6rem);
}.exp-secure-fortification h2 {
    padding-left: 0.75rem;
    font-size: calc(33px - 0.4rem);
}.exp-secure-fortification h2::before {
    width: 2px;
}.exp-secure-fortification li::before {
    height: 6px;
    width: 6px;
}
}



@media (max-width: 576px) {.exp-policy-links {
    padding: 2.5rem 0 1rem;
}.exp-policy-links .exp-main-learn {
    gap: 2rem;
    grid-template-columns: 1fr;
}.exp-policy-links .exp-insta-feed {
    padding-left: 1rem;
}.exp-webinar-cta {
    margin-top: 2rem;
}
}



@media (max-width: 1200px) {.exp-client-opinions h2 {
    max-width: 100%;
    font-size: calc(34px * 0.9);
}.exp-client-opinions .exp-edu-ratings {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 576px) {.exp-client-opinions {
    padding: 2.5rem 0;
}.exp-client-opinions h2 {
    font-size: calc(34px * 0.7);
}.exp-client-opinions .exp-learning-testimonials {
    padding: 1.25rem;
}.exp-client-opinions .exp-learning-testimonials img {
    height: 40px;
    width: 40px;
}.exp-client-opinions .exp-learning-testimonials h4 {
    font-size: calc(21px * 0.8);
}.exp-client-opinions .exp-learning-testimonials .description {
    font-size: calc(12px * 0.9);
}.exp-client-opinions a {
    text-align: center;
    width: 100%;
}}



@media (max-width: 992px) {.exp-developer-experience {
    padding: 80px 0;
}.exp-developer-experience .exp-learning-testimonials {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "exp-image"
      "name"
      "exp-exp-milestones"
      "exp-work-table";
    transform: none;
    gap: 15px;
}.exp-developer-experience .exp-work-table,
  .exp-developer-experience .exp-image,
  .exp-developer-experience .name,
  .exp-developer-experience .exp-learning-testimonials > span:not(.name) {
    transform: none;
}.exp-developer-experience .exp-learning-testimonials:hover .exp-work-table,
  .exp-developer-experience .exp-learning-testimonials:hover .exp-image,
  .exp-developer-experience .exp-learning-testimonials:hover .name,
  .exp-developer-experience .exp-learning-testimonials:hover > span:not(.name) {
    transform: none;
}.exp-developer-experience .exp-image {
    width: 90%;
    margin: 0 auto;
    height: 240px;
}.exp-developer-experience .exp-work-table {
    padding: 30px;
}.exp-developer-experience .name,
  .exp-developer-experience .exp-learning-testimonials > span:not(.name) {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
}



@media (min-width: 992px) {.exp-course-program-description h2 {
    font-size: calc(31px * 1.2);
    max-width: 70%;
}.exp-course-program-description .exp-career-learn {
    gap: 4rem;
    grid-template-columns: 0.8fr 1.2fr;
}.exp-course-program-description .exp-image {
    transform: translateZ(0) perspective(1200px) rotateY(4deg);
}.exp-course-program-description .exp-text-info-box {
    padding: 3.5rem;
    transform: translateZ(0) perspective(1200px) rotateY(-2deg);
    max-height: 650px;
}.exp-course-program-description .exp-text-info-box:hover {
    transform: translateZ(0) perspective(1200px) rotateY(0deg);
}.exp-course-program-description .description {
    line-height: 1.8;
}
}



@media (max-width: 767px) {.exp-course-program-description {
    padding: 4rem 0;
}.exp-course-program-description h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.exp-course-program-description .exp-image {
    height: 250px;
}.exp-course-program-description .exp-text-info-box {
    padding: 1.5rem;
}.exp-course-program-description .description {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 768px) {.exp-title-board .exp-about-section {
    transform: perspective(1000px) rotateX(0deg) translateZ(0);
    max-width: 95%;
    padding: 1.8rem;
}.exp-title-board h1 {
    margin-bottom: 1rem;
    font-size: calc(40px * 0.75);
}.exp-title-board h3 {
    margin-bottom: 1rem;
    font-size: calc(20px * 0.9);
}.exp-title-board p {
    font-size: calc(13px * 0.95);
}.exp-title-board:hover .exp-about-section {
    transform: perspective(1000px) rotateX(0deg) translateZ(5px);
}
}




@media (min-width: 992px) {.exp-about-this {
    padding: 8rem 0;
}.exp-about-this .exp-text-info-box {
    max-width: 80%;
    margin-left: 5%;
}.exp-about-this h1 {
    margin-bottom: 3.5rem;
    font-size: calc(42px + 0.5rem);
}.exp-about-this h1::before {
    width: 70%;
    height: 5px;
}.exp-about-this span {
    column-gap: 2.5rem;
    padding: 2.5rem;
    column-count: 2;
}
}



@media (max-width: 991px) {.exp-about-this {
    padding: 5rem 0;
}.exp-about-this::after {
    width: 25%;
}.exp-about-this h1 {
    font-size: calc(42px - 0.25rem);
    margin-bottom: 2rem;
}.exp-about-this span {
    padding: 1.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.exp-about-this .exp-text-info-box,
    .exp-about-this h1,
    .exp-about-this h1::before,
    .exp-about-this h4::before,
    .exp-about-this span {
    transition: none;
}.exp-about-this:hover .exp-text-info-box,
    .exp-about-this:hover h1,
    .exp-about-this:hover h1::before,
    .exp-about-this:hover h4::before,
    .exp-about-this:hover span {
    transform: none;
}}



@media (max-width: 767px) {.exp-pricing-layout {
    padding: 60px 0 40px;
}.exp-pricing-layout .exp-payment-plan {
    margin-bottom: 40px;
}.exp-pricing-layout .exp-promo-rates {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.exp-pricing-layout .exp-learn-fees {
    padding: 25px 20px;
}.exp-pricing-layout .exp-learn-fees h3 {
    font-size: 18px;
}.exp-pricing-layout .exp-plan-fee {
    font-size: calc(18px + 2px);
}.exp-pricing-layout .exp-learn-fees p {
    font-size: calc(13px - 1px);
}.exp-pricing-layout .exp-image {
    height: 180px;
}
}



@media (max-width: 480px) {.exp-id-thankdiv {
    padding: 2.5rem 0;
}.exp-id-thankdiv h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
}.exp-id-thankdiv .exp-skill-space {
    padding: 1.5rem;
}.exp-id-thankdiv h2::after {
    width: 60px;
    bottom: -8px;
    height: 2px;
}}



@media screen and (max-width: 768px) {.exp-reach-out {
    padding: 60px 0;
}.exp-reach-out h3 {
    margin-bottom: 40px;
    font-size: calc(31px - 4px);
}.exp-inquiry-message .exp-help-links,
    .exp-inquiry-message .exp-message-inquiry {
    padding: 40px 30px;
}.exp-inquiry-message .exp-help-links h3,
    .exp-inquiry-message .exp-message-inquiry h4 {
    margin-bottom: 30px;
    font-size: calc(24px - 2px);
}.exp-inquiry-message .exp-help-links input[type="text"],
    .exp-inquiry-message .exp-help-links textarea {
    padding: 15px 18px;
    margin-bottom: 20px;
}.exp-inquiry-message .exp-help-links .exp-reach-widget {
    text-align: center;
    width: 100%;
}
}



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



@keyframes patternMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}



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



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

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