.exp-viewport-container {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}

a {
    color: inherit;
    text-decoration: none;
}

.exp-header-know {
    flex: 1 0 auto;
}

.exp-policy-links {
    flex: 0 0 auto;
}

.exp-policy-links {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}

.exp-secure-fortification::after {
    width: 200%;
    opacity: 0.05;
    left: -50%;
    transform: scale(1);
    height: 200%;
    top: -50%;
    content: "";
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at center, rgb(156,179,204,0.5) 0%, transparent 70%);
    animation: pulse 15s infinite alternate ease-in-out;
}

.exp-secure-fortification .container:hover {
    transform: translateY(-5px);
}

.exp-secure-fortification h1 {
    transition: transform 0.3s ease-out;
    font-size: 39px;
    line-height: 1.2;
    transform: translateX(0);
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 0.75rem;
    font-weight: 700;
    color: #000000;
}

.exp-secure-fortification h2::before {
    left: 0;
    height: 70%;
    content: "";
    top: 0.25em;
    transform: scaleY(1);
    width: 3px;
    background: rgb(106,145,174);
    position: absolute;
    transition: transform 0.3s ease;
}

.exp-secure-fortification p {
    color: #000000;
    margin-bottom: 1.25rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    max-width: 90ch;
    font-size: 17px;
    line-height: 1.7;
}

.exp-secure-fortification li {
    transition: transform 0.2s ease-out;
    color: #000000;
    font-size: 17px;
    position: relative;
    line-height: 1.6;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.exp-secure-fortification div {
    position: relative;
}

footer::before {
    left: 0;
    opacity: 0.9;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(106,145,174), rgb(156,179,204));
    content: "";
    z-index: -2;
    top: 0;
}

.exp-policy-links .container {
    gap: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.exp-policy-links .company_holder h3::after {
    position: absolute;
    left: 0;
    height: 2px;
    background: #ffffff;
    bottom: -2px;
    content: "";
    width: 80px;
}

.exp-policy-links .exp-career-help {
    grid-column: span 7;
}

.exp-policy-links .exp-head-skill {
    position: relative;
}

.exp-policy-links .exp-head-skill h5::after {
    left: 0;
    position: absolute;
    background: #ffffff;
    height: 2px;
    bottom: -2px;
    width: 40px;
    content: "";
}

.exp-policy-links .exp-head-skill .exp-main-learn a::after {
    content: "\2192";
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-5px);
    margin-left: 0.5rem;
}

.exp-webinar-cta .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.exp-policy-links::after {
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    position: absolute;
    width: 50px;
    right: 2rem;
}

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

.exp-client-opinions .container {
    z-index: 1;
    position: relative;
}

.exp-client-opinions h2 {
    font-size: 34px;
    margin-bottom: 3.5rem;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: left;
    max-width: 80%;
}

.exp-client-opinions h2:hover::after {
    transform: translateX(20px) scaleX(1.2);
}

.exp-client-opinions .exp-edu-ratings {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    perspective: 1000px;
    display: grid;
    gap: 2rem;
    margin: 0;
}

.exp-client-opinions .exp-learning-testimonials:hover {
    transform: translateY(-10px) translateZ(20px) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.exp-client-opinions .exp-learning-testimonials div {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.exp-client-opinions .exp-learning-testimonials h4 {
    margin: 0;
    position: relative;
    font-weight: 600;
    font-size: calc(21px * 0.9);
    color: #000000;
}

.exp-client-opinions .exp-learning-testimonials:hover h4::after {
    width: 100%;
}

.exp-client-opinions a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    box-shadow: 0 5px 15px rgba(rgb(106,145,174,0.5), 0.2);
    overflow: hidden;
    margin-top: 3rem;
    padding: 0.8rem 2rem;
    background: linear-gradient(135deg, rgb(106,145,174) 0%, rgba(rgb(156,179,204,0.5), 0.9) 100%);
    font-weight: 600;
    transition: transform 0.3s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.3s cubic-bezier(0.2, 0.85, 0.4, 1);
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
}

.exp-enroll-instantly .container p {
    color: #000000;
    padding: 50px;
    transform: skewY(2deg);
    z-index: 5;
    border-radius: 10px;
    margin: 0;
    line-height: 1.4;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    font-size: 35px;
    background: #ffffff;
    font-weight: 700;
}

.exp-enroll-instantly .exp-reach-widget::after {
    height: 200%;
    transition: left 0.6s ease;
    top: -50%;
    left: -100px;
    content: '';
    position: absolute;
    transform: rotate(20deg);
    width: 30px;
    background: rgba(255, 255, 255, 0.2);
}

.exp-enroll-instantly .exp-reach-widget:hover::before {
    opacity: 1;
}

.exp-enroll-instantly .container p::before {
    border-radius: 0 3px 3px 0;
    position: absolute;
    content: '';
    background: rgb(156,179,204);
    top: 20%;
    width: 6px;
    height: 60%;
    left: 0;
}

.exp-developer-experience {
    overflow: hidden;
    background: linear-gradient(125deg, #000000 0%, rgb(202,215,229) 100%);
    padding: 120px 0;
    position: relative;
}

.exp-developer-experience .exp-learning-testimonials {
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-style: preserve-3d;
    gap: 10px 30px;
    transform: rotateY(-10deg);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
}

.exp-developer-experience .exp-image {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    grid-area: photo;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(40px);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(156,179,204,0.5);
    height: 280px;
}

.exp-developer-experience .exp-learning-testimonials > span:not(.name) {
    color: rgb(106,145,174);
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    z-index: 2;
    grid-area: job;
    font-weight: 600;
    transform: translateZ(25px);
    background: #ffffff;
}

.exp-cookie-banner-window .exp-track-switch svg {
    height: 60px;
    width: 60px;
    fill: rgb(156,179,204);
}


.exp-cookie-banner-window .exp-data-control {
    flex-grow: 1;
}

.exp-cookie-banner-window .exp-visitor-settings {
    color: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;
    margin-right: 15px;
    background-color: rgb(156,179,204);
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

header .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}

header .exp-nav-master {
    padding: 0.5rem 1rem;
    justify-content: center;
    position: relative;
    display: flex;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

header .exp-nav-master:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(156,179,204,0.5));
}

header .exp-nav-pagebar {
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 15px;
    border-radius: 10px;
    z-index: 1;
    padding: 0.5rem 1rem;
    color: #000000;
    text-decoration: none;
}

header .exp-nav-pagebar:hover::after {
    transform: scaleX(1);
}

.exp-course-program-description {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,215,229), #ffffff 80%);
}

.exp-course-program-description .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.exp-course-program-description h2::before {
    background: rgb(106,145,174);
    transform: scaleY(0.9);
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    content: "";
    width: 4px;
    transition: transform 0.3s ease;
}

.exp-course-program-description .exp-image:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(0) perspective(1000px) rotateY(0deg) translateY(-5px);
}

.exp-course-program-description .exp-image:hover::after {
    opacity: 1;
}

.exp-course-program-description .exp-text-info-box {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
}

.exp-course-program-description .description:last-child {
    margin-bottom: 0;
}

.exp-course-program-description .description:hover {
    opacity: 1;
}

.exp-title-board {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    min-height: 100vh;
    width: 100%;
}

.exp-title-board .exp-edu-skill::after {
    animation: patternMove 60s linear infinite;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 1px,
    transparent 1px,
    transparent 30px
  );
    opacity: 0.1;
    content: "";
    z-index: 3;
}

.exp-title-board h1 {
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    text-shadow: 
    0 2px 10px rgba(0, 0, 0, 0.15),
    0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: calc(40px * 1.1);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    opacity: 0;
    letter-spacing: -0.02em;
    animation: slideInFromLeft 0.9s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
}

.exp-title-board p {
    padding-left: 20px;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    opacity: 0;
    margin-bottom: 0;
    font-size: 13px;
    animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
    color: rgb(255, 255, 255, 0.5);
}



.exp-title-board:hover .exp-edu-skill {
    transform: scale(1.02);
}

.exp-training-results {
    padding: 100px 0;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(202,215,229) 0%, rgb(156,179,204,0.5) 100%);
}

.exp-training-results .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}

.exp-training-results .exp-skill-space {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    position: relative;
    border-radius: 20px;
    position: relative;
    gap: 50px;
}

.exp-training-results .exp-text-info-box {
    order: 1;
    display: flex;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
}

.exp-training-results .exp-image {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 
        20px 0 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.08);
    order: 2;
    transform: scale(1.05) translateX(-5%);
    border-radius: 0 20px 20px 0;
    z-index: 1;
}

.exp-training-results ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.exp-training-results li::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 4px;
    background: linear-gradient(
        to bottom,
        rgb(156,179,204) 0%,
        rgb(106,145,174) 100%
    );
    left: 0;
    transition: all 0.4s ease;
    opacity: 0.7;
}

.exp-training-results li:hover::before {
    width: 6px;
}

.exp-training-results li p {
    color: #000000;
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 15px;
    z-index: 2;
    position: relative;
    margin: 0;
}

.exp-training-results li:hover svg path {
    fill: rgb(106,145,174);
}

.exp-about-this::before {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.75) 100%);
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
}

.exp-about-this:hover .exp-text-info-box {
    transform: translateX(10px);
}

.exp-about-this h1::before {
    transform: scaleX(1);
    left: 0;
    height: 4px;
    background: rgb(106,145,174);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -15px;
    width: 60%;
    content: "";
    position: absolute;
    transform-origin: left center;
}

.exp-about-this li:last-child {
    margin-bottom: 0;
}

.exp-about-this:hover h4::before {
    background-color: rgb(106,145,174);
    transform: translateY(-50%) rotate(135deg);
}

.exp-about-this span {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-left: 3px solid rgb(156,179,204);
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
    transform: translateY(0);
    display: block;
    background: linear-gradient(to right, rgba(255,255,255,0.85), rgba(255,255,255,0.95));
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
}

.exp-pricing-layout::after {
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(106,145,174,0.5), rgb(156,179,204,0.5));
    opacity: 0.4;
    bottom: -10%;
    position: absolute;
    left: -5%;
    width: 30%;
    content: "";
    filter: blur(50px);
    height: 40%;
    z-index: 1;
}

.exp-pricing-layout .exp-payment-plan h2::after {
    content: "";
    background: linear-gradient(to right, rgb(156,179,204), rgb(106,145,174));
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
    position: absolute;
    height: 3px;
    width: 80px;
}

.exp-pricing-layout .exp-fee-offers {
    text-decoration: none;
    display: block;
    color: inherit;
    height: 100%;
    transition: transform var(--card-transition);
    transform: translateY(0);
}

.exp-pricing-layout .exp-edu-packages::before {
    background: var(--card-border);
    width: 100%;
    content: "";
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    height: 5px;
    top: 0;
    position: absolute;
    transition: transform 0.5s ease;
}

.exp-pricing-layout .exp-plan-fee {
    position: relative;
    margin-bottom: 20px;
    color: var(--card-accent);
    font-size: calc(18px + 6px);
    font-weight: 700;
    display: inline-block;
}

.exp-pricing-layout .exp-image {
    transition: transform 0.6s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 200px;
}

.exp-pricing-layout .exp-fee-offers:hover .exp-image::after {
    opacity: 1;
}

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

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

.exp-id-thankdiv h2 {
    margin-bottom: 2.5rem;
    animation: slideUp 0.8s forwards ease-out 0.2s;
    opacity: 0;
    font-size: 36px;
    transform: translateY(20px);
    position: relative;
    font-weight: 700;
    color: #000000;
    max-width: 80%;
}

.exp-id-thankdiv .exp-skill-space::before {
    opacity: 0.03;
    z-index: -1;
    background: linear-gradient(135deg, rgb(156,179,204,0.5) 0%, transparent 100%);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.exp-id-thankdiv .exp-skill-space li::before {
    content: "";
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    transform: scale(0);
    left: 0;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: rgb(156,179,204);
}

.exp-reach-out::after {
    width: 300px;
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    background: radial-gradient(circle, rgb(106,145,174) 0%, transparent 70%);
    height: 300px;
    z-index: 1;
    opacity: 0.2;
    animation: float 10s ease-in-out infinite;
    filter: blur(60px);
}

.exp-reach-out h3 {
    font-size: 31px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

.exp-inquiry-message {
    z-index: 10;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr 1fr;
    display: grid;
    backdrop-filter: blur(10px);
    gap: 0;
    overflow: hidden;
    position: relative;
}

.exp-inquiry-message .exp-help-links h3 {
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    text-align: left;
}

.exp-inquiry-message .exp-help-links form {
    flex-direction: column;
    display: flex;
}

.exp-inquiry-message .exp-help-links input[type="text"]:focus,
.exp-inquiry-message .exp-help-links textarea:focus {
    box-shadow: 0 0 0 2px rgb(156,179,204,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    outline: none;
    background: #ffffff;
}

.exp-inquiry-message .exp-help-links .exp-support-grid input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.exp-inquiry-message .exp-help-links .exp-support-grid input[type="checkbox"]:checked + label::before {
    background: rgb(156,179,204);
}

.exp-inquiry-message .exp-help-links .exp-support-grid a {
    color: rgb(156,179,204);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}

.exp-inquiry-message .exp-help-links .exp-support-grid a:hover::after {
    width: 100%;
}

.exp-inquiry-message .exp-help-links .exp-reach-widget {
    background: transparent;
    border: 2px solid rgb(156,179,204);
    align-self: flex-start;
    display: inline-block;
    font-size: 14px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    padding: 15px 30px;
    color: #000000;
    cursor: pointer;
}

.exp-inquiry-message .exp-message-inquiry h4 {
    position: relative;
    letter-spacing: 0.5px;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 35px;
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach {
    padding: 0;
    list-style: none;
    margin: 0;
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li:hover {
    padding-left: 20px;
    border-left-color: rgb(156,179,204);
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li:hover svg {
    transform: scale(1.1);
    opacity: 1;
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li span {
    color: #000000;
    line-height: 1.5;
    font-size: 18px;
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li a:hover {
    color: rgb(156,179,204);
}

.exp-inquiry-message .exp-message-inquiry .exp-inquiry-reach li a:hover::after {
    width: 100%;
}


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



@media (max-width: 768px) {.exp-secure-fortification {
    padding: 2.5rem 1rem;
}.exp-secure-fortification .container {
    padding: 2rem 1.5rem;
}.exp-secure-fortification h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px - 0.4rem);
}.exp-secure-fortification h2 {
    font-size: calc(33px - 0.3rem);
    margin: 2rem 0 1rem;
}.exp-secure-fortification h3 {
    font-size: 24px;
    margin: 1.5rem 0 0.75rem;
}.exp-secure-fortification p {
    font-size: calc(17px - 0.05rem);
}.exp-secure-fortification ul {
    margin-left: 0.5rem;
}.exp-secure-fortification li {
    font-size: calc(17px - 0.05rem);
    padding-left: 1.25rem;
}
}



@media (max-width: 768px) {.exp-policy-links {
    padding: 3rem 0 1.5rem;
}.exp-policy-links .exp-main-learn {
    gap: 1.5rem;
}.exp-policy-links .company_holder h3 {
    font-size: calc(32px - 2px);
}.exp-webinar-cta {
    margin-top: 3rem;
}
}



@media (max-width: 420px) {.exp-policy-links .company_holder h3::after,
    .exp-policy-links .exp-head-skill h5::after {
    width: 30px;
}.exp-policy-links .exp-head-skill .exp-main-learn a:hover {
    padding-left: 0.3rem;
}}



@media (max-width: 992px) {.exp-client-opinions {
    padding: 4rem 0;
}.exp-client-opinions h2 {
    margin-bottom: 2.5rem;
}.exp-client-opinions .exp-edu-ratings {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.exp-client-opinions .exp-learning-testimonials {
    padding: 1.5rem;
}
}



@media (max-width: 991px) {.exp-enroll-instantly {
    padding: 100px 0;
}.exp-enroll-instantly .exp-skill-space {
    gap: 30px;
}.exp-enroll-instantly .container p {
    font-size: calc(20px * 1.2);
    padding: 40px;
}.exp-enroll-instantly .container p::before {
    width: 5px;
}
}



@media (max-width: 480px) {.exp-enroll-instantly {
    padding: 60px 0;
}.exp-enroll-instantly .exp-skill-space {
    transform: skewY(-1deg);
}.exp-enroll-instantly .container p {
    transform: skewY(1deg);
    font-size: calc(13px * 1.2);
    padding: 25px;
}.exp-enroll-instantly .exp-reach-widget {
    transform: skewY(1deg);
    font-size: calc(15px * 0.9);
    height: 60px;
}.exp-enroll-instantly .exp-reach-widget:hover {
    transform: skewY(1deg) translateY(-3px);
}}


@media (max-width: 768px) {.exp-cookie-banner-window .exp-track-switch {
    margin-bottom: 15px;
    margin-right: 0;
}.exp-cookie-banner-window .exp-visitor-settings {
    text-align: center;
    margin-left: 0;
    width: 48%;
}}



@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .exp-top-know {
    padding: 0.7rem;
    gap: 0.7rem;
}header .exp-nav-master svg {
    width: 120px;
}header .exp-head-skill {
    padding: 0.4rem;
    gap: 0.3rem;
}header .exp-nav-pagebar {
    font-size: calc(15px - 2px);
    padding: 0.3rem 0.7rem;
}
}



@media (min-width: 768px) {.exp-course-program-description {
    padding: 8rem 0;
}.exp-course-program-description .exp-career-learn {
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
    gap: 3rem;
}.exp-course-program-description h2 {
    margin-bottom: 4rem;
    max-width: 80%;
    font-size: calc(31px * 1.1);
}.exp-course-program-description .exp-image {
    height: 100%;
    min-height: 500px;
}.exp-course-program-description .exp-text-info-box {
    overflow-y: auto;
    max-height: 600px;
    padding: 3rem;
}.exp-course-program-description .exp-text-info-box::-webkit-scrollbar {
    width: 8px;
}.exp-course-program-description .exp-text-info-box::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.03);
}.exp-course-program-description .exp-text-info-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(106,145,174,0.5);
}.exp-course-program-description .exp-text-info-box::-webkit-scrollbar-thumb:hover {
    background: rgb(106,145,174);
}
}



@media (max-width: 1200px) {.exp-title-board .exp-about-section {
    max-width: 90%;
    padding: 2.5rem;
}.exp-title-board h1 {
    font-size: calc(40px * 0.95);
}.exp-title-board h3 {
    padding-right: 5%;
    font-size: calc(20px * 0.95);
}
}



@media (max-width: 992px) {.exp-title-board .exp-about-section {
    transform: perspective(1000px) rotateX(1deg) translateZ(10px);
    padding: 2rem;
}.exp-title-board h1 {
    font-size: calc(40px * 0.85);
}.exp-title-board h3 {
    padding-right: 0;
}
}



@media (max-width: 992px) {.exp-training-results {
    padding: 80px 0;
}.exp-training-results .exp-skill-space {
    gap: 30px;
}.exp-training-results .exp-text-info-box {
    padding: 30px;
}
}



@media (max-width: 768px) {.exp-training-results .exp-skill-space {
    grid-template-columns: 1fr;
    gap: 40px;
}.exp-training-results .exp-image {
    width: 100%;
    border-radius: 20px 20px 0 0;
    order: 1;
    max-height: 350px;
    transform: scale(1);
}.exp-training-results .exp-text-info-box {
    order: 2;
    padding: 30px;
}.exp-training-results h3::before {
    width: 20px;
    left: -30px;
}
}



@media (min-width: 1200px) {.exp-about-this .exp-text-info-box {
    margin-left: 8%;
    max-width: 75%;
}.exp-about-this h1 {
    font-size: calc(42px + 0.75rem);
}.exp-about-this span {
    column-count: 2;
    column-gap: 3rem;
    padding: 3rem;
}
}



@media (max-width: 767px) {.exp-about-this {
    padding: 4rem 0;
}.exp-about-this::after {
    display: none;
}.exp-about-this .exp-text-info-box {
    max-width: 100%;
}.exp-about-this h1 {
    margin-bottom: 1.75rem;
    font-size: calc(42px - 0.5rem);
}.exp-about-this h1::before {
    height: 3px;
    bottom: -10px;
}.exp-about-this h4 {
    padding-left: 1.25rem;
    font-size: 20px;
}.exp-about-this span {
    font-size: calc(16px - 0.1rem);
    padding: 1.25rem;
    line-height: 1.7;
}
}



@media (max-width: 991px) {.exp-pricing-layout {
    padding: 80px 0 60px;
}.exp-pricing-layout .exp-promo-rates {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}



@media (max-width: 480px) {.exp-pricing-layout {
    padding: 50px 0 30px;
}.exp-pricing-layout .exp-payment-plan h2 {
    font-size: calc(32px - 4px);
}.exp-pricing-layout .exp-fee-pricing {
    font-size: 13px;
}.exp-pricing-layout .exp-learn-fees {
    padding: 20px 15px;
}.exp-pricing-layout .exp-image {
    height: 160px;
}}



@media (max-width: 991px) {.exp-id-thankdiv {
    padding: 4rem 0;
}.exp-id-thankdiv h2 {
    max-width: 100%;
    font-size: calc(36px * 0.9);
}.exp-id-thankdiv .exp-skill-space {
    padding: 2.5rem;
}
}



@media screen and (max-width: 992px) {.exp-reach-out {
    padding: 80px 0;
}.exp-inquiry-message {
    grid-template-columns: 1fr;
}.exp-inquiry-message .exp-help-links::before {
    right: auto;
    bottom: 0;
    left: 15%;
    top: auto;
    width: 70%;
    height: 1px;
}.exp-inquiry-message .exp-help-links,
    .exp-inquiry-message .exp-message-inquiry {
    padding: 50px 40px;
}
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.05; }
    50% { transform: scale(1.05); opacity: 0.08; }
    100% { transform: scale(1); opacity: 0.05; }
}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(5%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-5%, -2%) rotate(-5deg);
    }
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



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

@keyframes borderGlow {
    0% {
        opacity: 0.3;
        filter: blur(3px);
    }
    100% {
        opacity: 0.6;
        filter: blur(1px);
    }
}



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}



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

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