* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.gdpr-block-ex {
    flex: 0 0 auto;
}.grid-container-ex {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}header,footer {
    width: 100%;
}.nav-prime-ex {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1141px;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our-team-ex {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(190,205,213) 0%, rgba(245, 245, 250, 0.98) 100%);
    overflow: hidden;
    position: relative;
}.our-team-ex::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(96,95,171,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(96,95,171,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgb(96,95,171,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 30% 80%, rgb(96,95,171,0.5) 0.5%, transparent 5%);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.08;
    z-index: 1;
    background-size: 250px 250px;
}.our-team-ex .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.our-team-ex h1 {
    font-weight: 700;
    font-size: 38px;
    color: rgb(138,164,193);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}.our-team-ex h1::after {
    background: linear-gradient(90deg, rgb(138,164,193), rgb(96,95,171));
    width: 80px;
    bottom: -15px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    border-radius: 10px;
    left: 50%;
}.our-team-ex .study-guide-ex {
    position: relative;
}.our-team-ex .study-guide-ex ul {
    padding: 0;
    gap: 40px;
    list-style: none;
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
}.our-team-ex .master-sessions-ex {
    border-radius: 3px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.our-team-ex .master-sessions-ex::before {
    transform: scaleX(0);
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(138,164,193), rgb(96,95,171));
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 4px;
    transform-origin: left;
    width: 100%;
}.our-team-ex .master-sessions-ex:hover::before {
    transform: scaleX(1);
}.our-team-ex .master-sessions-ex::after {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    background: radial-gradient(circle, rgb(96,95,171,0.5) 0%, transparent 70%);
    position: absolute;
    right: -100px;
    z-index: 0;
    opacity: 0.1;
    content: "";
    bottom: -100px;
}.our-team-ex .master-sessions-ex h4 {
    transform: translateX(0);
    margin-bottom: 20px;
    position: relative;
    color: rgb(138,164,193);
    font-size: calc(24px + 2px);
    transition: transform 0.3s ease;
    font-weight: 700;
}.our-team-ex .master-sessions-ex:hover h4 {
    transform: translateX(10px);
}.our-team-ex .master-sessions-ex h4::after {
    bottom: -10px;
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    background-color: rgb(96,95,171);
    height: 2px;
    position: absolute;
    content: "";
}.our-team-ex .master-sessions-ex:hover h4::after {
    width: 60px;
}.our-team-ex .master-sessions-ex div {
    font-family: Arial, sans-serif;
    position: relative;
    padding-right: 10px;
    z-index: 1;
    font-size: 14px;
    color: #000000;
    overflow-y: auto;
    line-height: 1.8;
    max-height: 200px;
    font-weight: 400;
}.our-team-ex .master-sessions-ex div::-webkit-scrollbar {
    width: 4px;
}.our-team-ex .master-sessions-ex div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.our-team-ex .master-sessions-ex div::-webkit-scrollbar-thumb {
    background: rgb(96,95,171,0.5);
    border-radius: 10px;
}.our-team-ex .master-sessions-ex:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {.our-team-ex .study-guide-ex ul {
    grid-template-columns: repeat(2, 1fr);
}.our-team-ex h1 {
    margin-bottom: 70px;
    font-size: calc(38px + 4px);
}.our-team-ex .master-sessions-ex div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.our-team-ex {
    padding: 120px 0;
}.our-team-ex .master-sessions-ex {
    padding: 50px;
}.our-team-ex h1 {
    font-size: calc(38px + 8px);
}.our-team-ex .master-sessions-ex div {
    max-height: 350px;
    font-size: calc(14px + 1px);
}.our-team-ex .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.our-team-ex {
    padding: 70px 0;
}.our-team-ex h1 {
    margin-bottom: 40px;
    font-size: calc(38px - 2px);
}.our-team-ex .master-sessions-ex {
    padding: 30px;
}.our-team-ex .master-sessions-ex div {
    line-height: 1.6;
    font-size: calc(14px - 1px);
}
}

@media (hover: hover) {.our-team-ex h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.our-team-ex .master-sessions-ex:hover div::-webkit-scrollbar-thumb {
    background: rgb(96,95,171);
}}.cookie-banner-window-ex {
    z-index: 90;
    border-top: 2px solid rgb(138,164,193);
    bottom: 0;
    position: fixed;
    width: 100%;
    background: rgb(190,205,213);
}#policyPopupWindow-ex {
    display: none;
}#policyPopupWindow-ex:checked ~ .cookie-banner-window-ex {
    opacity: 0;
    visibility: hidden;
}.cookie-all-ex {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    align-items: center;
}.cookie-banner-window-ex h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie-banner-window-ex p {
    font-size: 18px;
}.cookie-comply-ex {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-comply-ex svg, .cookie-comply-ex svg path, .cookie-comply-ex img {
    height: 100px;
    width: 100px;
    fill: rgb(138,164,193);
}.cookie-list-ex {
    min-width: 120px;
    border-bottom: 2px solid rgb(138,164,193);
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    white-space: nowrap;
    line-height: 35px;
    text-decoration: none;
    color: rgb(138,164,193);
    flex-shrink: 0;
}.cookie-banner-window-ex p a {
    color: rgb(138,164,193);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-banner-window-ex {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-comply-ex {
    display: none;
}.cookie-all-ex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-banner-window-ex h5 {
    text-align: center;
}.cookie-banner-window-ex p {
    text-align: center;
}.consent-learn-ex {
    margin-bottom: 20px;
}body .grid-container-ex .cookie-list-ex {
    margin-bottom: 10px;
    margin-left: 0;
}}
.grid-container-ex .cookie-banner-window-ex {
    background: rgb(138,164,193);
    box-shadow: rgb(96,95,171,0.5) 0px 0px 10px 10px;
}.grid-container-ex .cookie-all-ex {
    justify-content: space-between;
    padding: 40px 0;
}.grid-container-ex .cookie-list-ex {
    color: rgb(138,164,193);
    margin-left: 30px;
    font-size: 20px;
    background: #ffffff;
    border: none;
    padding: 10px;
}.grid-container-ex .consent-learn-ex {
    text-align: left;
    color: #ffffff;
}.grid-container-ex .consent-learn-ex h5 {
    font-weight: 700;
}.grid-container-ex .consent-learn-ex h5, .grid-container-ex .consent-learn-ex p {
    color: #ffffff;
}.grid-container-ex .cookie-banner-window-ex p a {
    color: rgb(96,95,171);
    text-decoration: underline;
}.pricing-table-ex {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing-table-ex::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
}.pricing-table-ex .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.pricing-table-ex .study-offers-ex {
    perspective: 1000px;
}.pricing-table-ex h2 {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    position: relative;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-bottom: 25px;
    transform: translateZ(50px);
    font-size: 37px;
}.pricing-table-ex h2::after {
    left: 50%;
    content: "";
    background: rgb(138,164,193);
    width: 80px;
    height: 3px;
    position: absolute;
    box-shadow: 0 0 15px rgb(138,164,193,0.5);
    transform: translateX(-50%);
    bottom: -10px;
}.pricing-table-ex .cert-fees-ex {
    color: #ffffff;
    line-height: 1.6;
    max-width: 800px;
    font-size: 15px;
    opacity: 0.9;
    text-align: center;
    margin: 0 auto 60px;
}.pricing-table-ex .study-sub-ex {
    display: grid;
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-table-ex .cost-options-ex {
    height: 100%;
    transform-style: preserve-3d;
    display: block;
    text-decoration: none;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.pricing-table-ex .price-schemes-ex {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border-radius: 8px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.03);
    height: 100%;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.pricing-table-ex .price-schemes-ex::before {
    left: -5px;
    top: -5px;
    z-index: -1;
    transition: opacity 0.4s ease;
    animation: shimmer 3s infinite linear;
    bottom: -5px;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    opacity: 0;
    right: -5px;
    background-size: 200% 200%;
    position: absolute;
}.pricing-table-ex .plan-table-ex {
    position: relative;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 4px;
    display: flex;
    transition: all 0.3s ease;
    padding: 35px 25px;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    height: 100%;
}.pricing-table-ex .plan-table-ex h4 {
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 19px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}.pricing-table-ex .plan-table-ex h4::after {
    bottom: 0;
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(138,164,193);
    position: absolute;
    width: 40px;
    left: 0;
}.pricing-table-ex .plan-table-ex p {
    font-size: calc(15px - 2px);
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
    color: #ffffff;
    opacity: 0.8;
}.pricing-table-ex .program-fees-ex {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(138,164,193) 0%, rgb(96,95,171) 100%);
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    font-weight: 700;
    padding: 12px 25px;
    font-size: calc(19px + 4px);
    display: inline-block;
}.pricing-table-ex .program-fees-ex::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    transition: 0.5s;
    top: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    height: 100%;
}.pricing-table-ex .cost-options-ex:hover {
    transform: translateY(-10px) rotateX(5deg);
}.pricing-table-ex .cost-options-ex:hover .price-schemes-ex {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.pricing-table-ex .cost-options-ex:hover .price-schemes-ex::before {
    opacity: 1;
}.pricing-table-ex .cost-options-ex:hover .plan-table-ex h4::after {
    width: 80px;
}.pricing-table-ex .cost-options-ex:hover .program-fees-ex::before {
    left: 100%;
}.pricing-table-ex .cost-options-ex:hover .plan-table-ex {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

@media (max-width: 1200px) {.pricing-table-ex {
    padding: 100px 0;
}.pricing-table-ex .study-sub-ex {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.pricing-table-ex .plan-table-ex {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.pricing-table-ex {
    padding: 80px 0;
}.pricing-table-ex h2 {
    font-size: calc(37px - 4px);
}.pricing-table-ex .cert-fees-ex {
    margin-bottom: 40px;
}.pricing-table-ex .study-sub-ex {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.pricing-table-ex .plan-table-ex h4 {
    font-size: calc(19px - 1px);
}.pricing-table-ex .program-fees-ex {
    font-size: calc(19px + 2px);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.pricing-table-ex {
    padding: 60px 0;
}.pricing-table-ex h2 {
    font-size: calc(37px - 6px);
}.pricing-table-ex .cert-fees-ex {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.pricing-table-ex .plan-table-ex {
    padding: 25px 15px;
}.pricing-table-ex .plan-table-ex p {
    font-size: calc(15px - 3px);
    margin-bottom: 20px;
}.pricing-table-ex .program-fees-ex {
    padding: 8px 15px;
    font-size: calc(19px + 0px);
}
}

@media (hover: none) {.pricing-table-ex .cost-options-ex:hover {
    transform: none;
}.pricing-table-ex .price-schemes-ex {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.pricing-table-ex .cost-options-ex:active {
    transform: scale(0.98);
}}.aspiring-learners-ex {
    z-index: 1;
    background-color: rgb(190,205,213);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.aspiring-learners-ex::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}.aspiring-learners-ex::after {
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(138,164,193,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(96,95,171,0.5), 0.1) 0%, transparent 40%);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    animation: cloudMove 25s infinite alternate ease-in-out;
    z-index: -1;
    left: 0;
    width: 100%;
}.aspiring-learners-ex .skill-boost-ex2k5Ic {
    margin: 0 auto;
    flex-direction: column;
    max-width: 1100px;
    align-items: center;
    display: flex;
    padding: 0 2rem;
    position: relative;
}.aspiring-learners-ex h3 {
    font-weight: 600;
    position: relative;
    font-size: 39px;
    opacity: 0.9;
    margin-bottom: 4rem;
    text-align: center;
    color: rgb(138,164,193);
    letter-spacing: 1px;
}.aspiring-learners-ex h3::after {
    content: "";
    height: 2px;
    bottom: -15px;
    opacity: 0.6;
    width: 50px;
    background: rgb(138,164,193);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}.aspiring-learners-ex ul {
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 2rem;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.aspiring-learners-ex li {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(#ffffff, 0.1);
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(#ffffff, 0.08);
    position: relative;
    text-align: center;
}.aspiring-learners-ex li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
}.aspiring-learners-ex li:hover {
    transform: translateY(-10px);
    border-color: rgba(rgb(138,164,193,0.5), 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
}.aspiring-learners-ex li:hover::after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(138,164,193) 0%,
        rgb(96,95,171) 100%
    );
    left: 0;
    bottom: 0;
}.aspiring-learners-ex li svg {
    height: 50px;
    fill: rgb(96,95,171);
    width: 50px;
    transition: all 0.5s ease;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}.aspiring-learners-ex li svg path {
    transition: fill 0.5s ease;
    fill: rgb(96,95,171);
}.aspiring-learners-ex li:hover svg {
    transform: translateY(-3px);
    animation: float 3s infinite ease-in-out;
}.aspiring-learners-ex li:hover svg path {
    fill: rgb(138,164,193);
}.aspiring-learners-ex li {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.aspiring-learners-ex ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.aspiring-learners-ex {
    padding: 5rem 0;
}.aspiring-learners-ex h3 {
    margin-bottom: 3.5rem;
    font-size: calc(39px * 0.9);
}
}

@media (max-width: 768px) {.aspiring-learners-ex {
    padding: 4rem 0;
}.aspiring-learners-ex .skill-boost-ex2k5Ic {
    padding: 0 1.5rem;
}.aspiring-learners-ex h3 {
    margin-bottom: 3rem;
    font-size: calc(39px * 0.8);
}.aspiring-learners-ex ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.aspiring-learners-ex li {
    padding: 1.5rem;
}.aspiring-learners-ex li svg {
    width: 45px;
    margin-bottom: 1.2rem;
    height: 45px;
}
}

@media (max-width: 480px) {.aspiring-learners-ex {
    padding: 3rem 0;
}.aspiring-learners-ex .skill-boost-ex2k5Ic {
    padding: 0 1rem;
}.aspiring-learners-ex h3 {
    font-size: calc(39px * 0.7);
    margin-bottom: 2.5rem;
}.aspiring-learners-ex li {
    padding: 1.25rem;
}.aspiring-learners-ex li svg {
    height: 40px;
    margin-bottom: 1rem;
    width: 40px;
}}.contact-us-exOvVot {
    background: linear-gradient(160deg, rgb(190,205,213) 0%, rgb(138,164,193,0.5) 100%);
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}.contact-us-exOvVot::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(138,164,193,0.5),
        rgb(138,164,193,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.03;
    width: 100%;
}.contact-us-exOvVot .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.contact-us-exOvVot h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 43px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
}.contact-us-exOvVot .reach-list-ex {
    border-radius: 16px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    flex-direction: column;
    background: #ffffff;
    max-width: 800px;
}.contact-us-exOvVot .img-thumbnail-ex {
    position: relative;
    height: 200px;
    width: 100%;
}.contact-us-exOvVot .connect-message-ex {
    padding: 50px;
    position: relative;
    width: 100%;
}.contact-us-exOvVot form {
    width: 100%;
}.contact-us-exOvVot form h3 {
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 30px;
}.contact-us-exOvVot form h3::after {
    bottom: -10px;
    border-radius: 1.5px;
    background: rgb(138,164,193);
    height: 3px;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
}.contact-us-exOvVot form input[type="text"] {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    background: rgb(190,205,213);
    width: 100%;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
}.contact-us-exOvVot form input[type="text"]:focus {
    border-color: rgb(138,164,193);
    outline: none;
}.contact-us-exOvVot form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact-us-exOvVot .query-request-ex {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact-us-exOvVot .query-request-ex input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-us-exOvVot .query-request-ex label {
    color: #000000;
    position: relative;
    font-size: 13px;
    cursor: pointer;
    line-height: 1.6;
    padding-left: 35px;
}.contact-us-exOvVot .query-request-ex label::before {
    height: 22px;
    width: 22px;
    top: 2px;
    background: rgb(190,205,213);
    content: "";
    position: absolute;
    left: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact-us-exOvVot .query-request-ex input[type="checkbox"]:checked + label::before {
    background: rgb(138,164,193);
}.contact-us-exOvVot .query-request-ex input[type="checkbox"]:checked + label::after {
    top: 5px;
    left: 8px;
    width: 6px;
    border-right: 2px solid #ffffff;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    content: "";
    transform: rotate(45deg);
    height: 12px;
}.contact-us-exOvVot .query-request-ex label a {
    color: rgb(138,164,193);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-us-exOvVot .query-request-ex label a:hover {
    text-decoration: underline;
}.contact-us-exOvVot form .inquiry-grid-ex {
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    background: rgb(138,164,193);
    font-size: 17px;
    padding: 16px 20px;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
}.contact-us-exOvVot form .inquiry-grid-ex:hover {
    background: rgb(96,95,171);
}.contact-us-exOvVot svg {
    height: 20px;
    width: 20px;
    fill: rgb(138,164,193);
}.contact-us-exOvVot svg path {
    fill: rgb(138,164,193);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact-us-exOvVot .reach-list-ex {
    flex-direction: row;
    max-width: 1000px;
}.contact-us-exOvVot .img-thumbnail-ex {
    width: 40%;
    min-height: 400px;
    height: auto;
}.contact-us-exOvVot .connect-message-ex {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact-us-exOvVot .img-thumbnail-ex {
    width: 50%;
}.contact-us-exOvVot .connect-message-ex {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact-us-exOvVot .reach-list-ex {
    max-width: 1100px;
}.contact-us-exOvVot .img-thumbnail-ex {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact-us-exOvVot {
    padding: 60px 0;
}.contact-us-exOvVot h2 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.7);
}.contact-us-exOvVot .connect-message-ex {
    padding: 30px 20px;
}.contact-us-exOvVot form h3 {
    font-size: calc(22px * 0.9);
}}.operation-process-ex {
    background: rgb(190,205,213);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}.operation-process-ex::before {
    position: absolute;
    z-index: 0;
    height: 200%;
    opacity: 0.3;
    top: -50%;
    animation: shiftPattern 60s linear infinite;
    left: -50%;
    width: 200%;
    background-image: 
        radial-gradient(
            rgb(96,95,171,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(138,164,193,0.5) 20%, 
            transparent 21%
        );
    background-size: 60px 60px;
    content: "";
    transform: rotate(15deg);
    background-position: 0 0, 30px 30px;
}.operation-process-ex::after {
    height: 40%;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, 
        rgb(190,205,213), 
        transparent
    );
    content: "";
    left: 0;
    width: 100%;
}.operation-process-ex .skill-boost-ex2k5Ic {
    z-index: 2;
    background: #ffffff;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 0;
    animation: appearFromBottom 1s ease-out forwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
    position: relative;
}.operation-process-ex h3 {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    position: relative;
    font-weight: 700;
    width: 100%;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgb(138,164,193), rgb(96,95,171));
    text-align: center;
    color: #ffffff;
    padding-bottom: 4rem;
    margin: 0;
    font-size: 36px;
}.operation-process-ex h3::before {
    animation: moveGrid 20s linear infinite;
    background-size: 20px 20px;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    position: absolute;
    left: 0;
    opacity: 0.3;
}.operation-process-ex h3::after {
    content: "";
    animation: shimmer 5s infinite linear;
    left: 0;
    top: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    position: absolute;
}.operation-process-ex span {
    color: #000000;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    background: #ffffff;
    z-index: 1;
    padding: 3rem 2.5rem 2.5rem;
    margin-top: -30px;
    line-height: 1.8;
    width: 100%;
    border-radius: 0 0 15px 15px;
}.operation-process-ex span::before {
    height: 70px;
    width: 70px;
    top: -35px;
    left: 50%;
    content: "";
    background: #ffffff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    z-index: -1;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
}.operation-process-ex span::after {
    left: 50%;
    animation: pulse 3s infinite;
    transform: translateX(-50%);
    background: rgb(138,164,193);
    top: -20px;
    height: 20px;
    width: 20px;
    box-shadow: 0 0 15px rgb(138,164,193,0.5);
    content: "";
    border-radius: 50%;
    position: absolute;
}

@keyframes appearFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}

@media (max-width: 992px) {.operation-process-ex {
    padding: 5rem 1.5rem;
}.operation-process-ex::before {
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
}.operation-process-ex h3 {
    font-size: calc(36px * 0.9);
    padding: 2rem;
    padding-bottom: 3.5rem;
}.operation-process-ex span {
    padding: 2.5rem 2rem 2rem;
}
}

@media (max-width: 768px) {.operation-process-ex {
    padding: 4rem 1rem;
}.operation-process-ex::before {
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}.operation-process-ex h3 {
    font-size: calc(36px * 0.8);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
    padding-bottom: 3rem;
    padding: 1.5rem;
}.operation-process-ex span {
    padding: 2.5rem 1.5rem 1.5rem;
    font-size: calc(18px * 0.95);
}.operation-process-ex span::before {
    top: -30px;
    width: 60px;
    height: 60px;
}.operation-process-ex span::after {
    width: 16px;
    height: 16px;
    top: -18px;
}}.receive-updates-ex {
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(138,164,193,0.5), rgb(138,164,193), rgb(96,95,171));
    position: relative;
    padding: 5rem 1.5rem;
}.receive-updates-ex::before {
    z-index: 1;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}.receive-updates-ex::after {
    position: absolute;
    border-radius: 50%;
    bottom: -30px;
    opacity: 0.5;
    height: 200px;
    width: 200px;
    right: -30px;
    content: "";
    z-index: 0;
    background: radial-gradient(circle, rgb(96,95,171), transparent 70%);
}.receive-updates-ex .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.receive-updates-ex .skill-boost-ex2k5Ic {
    padding: 2.5rem;
    display: flex;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.12);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.receive-updates-ex .skill-boost-ex2k5Ic:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.receive-updates-ex h3 {
    font-weight: 600;
    line-height: 1.4;
    max-width: 800px;
    color: #ffffff;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: calc(21px * 1.05);
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}.receive-updates-ex h3::after {
    height: 3px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 80px;
    bottom: -10px;
}.receive-updates-ex .input_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    position: relative;
    max-width: 550px;
    z-index: 3;
}.receive-updates-ex .input_holder div {
    margin-bottom: 1rem;
    width: 100%;
    position: relative;
}.receive-updates-ex .input_holder div::before {
    opacity: 0.7;
    height: 18px;
    width: 18px;
    transition: opacity 0.3s ease;
    pointer-events: none;
    transform: translateY(-50%);
    left: 15px;
    content: "";
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}.receive-updates-ex input[type="email"] {
    width: 100%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 16px 20px 16px 45px;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: inherit;
    background: rgba(255, 255, 255, 0.15);
    outline: none;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: none;
}.receive-updates-ex input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
}.receive-updates-ex input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px rgba(rgb(96,95,171), 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.25);
}.receive-updates-ex input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.receive-updates-ex .input_holder div:focus-within::before {
    opacity: 1;
}.receive-updates-ex .explore-courses-ex {
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    letter-spacing: 0.05em;
    font-size: 19px;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    border: none;
    background: rgb(96,95,171);
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}.receive-updates-ex .explore-courses-ex::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    top: 0;
    z-index: -1;
    height: 100%;
}.receive-updates-ex .explore-courses-ex:hover {
    transform: translateY(-3px);
    background: rgb(138,164,193);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}.receive-updates-ex .explore-courses-ex:hover::before {
    left: 100%;
}.receive-updates-ex .explore-courses-ex:active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

@media (min-width: 768px) {.receive-updates-ex {
    padding: 6rem 2rem;
}.receive-updates-ex .skill-boost-ex2k5Ic {
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(3deg);
}.receive-updates-ex h3 {
    margin-bottom: 2.5rem;
    font-size: 32px;
}.receive-updates-ex .input_holder {
    flex-direction: row;
    max-width: 650px;
}.receive-updates-ex .input_holder div {
    margin-bottom: 0;
    margin-right: 1rem;
    flex: 1;
}.receive-updates-ex input[type="email"] {
    height: 56px;
}.receive-updates-ex .explore-courses-ex {
    height: 56px;
    min-width: 180px;
}
}

@media (min-width: 992px) {.receive-updates-ex .skill-boost-ex2k5Ic::before {
    border-radius: 10px;
    width: 80px;
    top: -20px;
    height: 80px;
    animation: rotate 30s linear infinite;
    position: absolute;
    left: -20px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    content: "";
}.receive-updates-ex .skill-boost-ex2k5Ic::after {
    right: -15px;
    width: 60px;
    content: "";
    position: absolute;
    height: 60px;
    border-radius: 13px;
    animation: float 8s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.1);
    bottom: -15px;
}
    
    @keyframes rotate {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    @keyframes float {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-15px) rotate(5deg); }
    }
}

@media (max-width: 767px) {.receive-updates-ex h3 {
    font-size: calc(21px * 0.9);
}.receive-updates-ex .skill-boost-ex2k5Ic {
    padding: 2rem 1.5rem;
}.receive-updates-ex input[type="email"] {
    padding: 14px 15px 14px 40px;
}.receive-updates-ex .explore-courses-ex {
    width: 100%;
    margin-top: 0.5rem;
    padding: 12px 20px;
}.receive-updates-ex .input_holder div::before {
    width: 16px;
    left: 12px;
    height: 16px;
}}.teaching-experience-ex {
    position: relative;
    padding: 5rem 2rem;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(190,205,213), rgb(138,164,193,0.5) 120%);
}.teaching-experience-ex::before {
    top: 0;
    content: "";
    opacity: 0.3;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(96,95,171,0.5) 0,
        rgb(96,95,171,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
}.teaching-experience-ex .client-feedback-ex {
    margin: 0 auto;
    max-width: 500px;
    transform: translateY(0);
    flex-direction: column;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    position: relative;
    display: flex;
}.teaching-experience-ex .client-feedback-ex:hover {
    transform: translateY(-15px);
}.teaching-experience-ex .img-thumbnail-ex {
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    height: 350px;
    width: 80%;
    transition: all 0.5s ease;
    z-index: 3;
    border-radius: 12px 12px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    position: relative;
}.teaching-experience-ex .img-thumbnail-ex::after {
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(138,164,193,0.5) 100%);
    position: absolute;
    top: 0;
    border-radius: 12px 12px 0 0;
    width: 100%;
}.teaching-experience-ex .client-feedback-ex:hover .img-thumbnail-ex {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.teaching-experience-ex .emp-items-ex {
    position: relative;
    transform: translateZ(0);
    z-index: 2;
    padding: 70px 2rem 2rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    border-radius: 12px;
    margin-top: -50px;
}.teaching-experience-ex .emp-items-ex::before {
    animation: gradient-shift 8s infinite alternate;
    right: 0;
    position: absolute;
    height: 6px;
    background: linear-gradient(90deg, 
                rgb(138,164,193), 
                rgb(96,95,171), 
                rgb(138,164,193));
    top: 0;
    content: "";
    border-radius: 10px 10px 0 0;
    background-size: 200% 100%;
    left: 0;
}.teaching-experience-ex .emp-items-ex::after {
    border-radius: 20% 40% 50% 30%;
    height: 60px;
    position: absolute;
    background: rgb(96,95,171,0.5);
    content: "";
    right: 20px;
    animation: float-blob 10s infinite alternate;
    opacity: 0.2;
    width: 60px;
    bottom: 20px;
    filter: blur(15px);
}.teaching-experience-ex .name {
    opacity: 0.9;
    transition: all 0.3s ease;
    color: rgb(138,164,193);
    font-family: Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    transform: translateY(0);
}.teaching-experience-ex .emp-items-ex > div:nth-child(2) {
    transform: translateY(0);
    transition: all 0.4s ease 0.1s;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(96,95,171);
    opacity: 0.8;
    padding-bottom: 1rem;
}.teaching-experience-ex .emp-items-ex > div:nth-child(2)::after {
    background: rgb(96,95,171,0.5);
    height: 3px;
    transition: width 0.4s ease;
    content: "";
    left: 0;
    position: absolute;
    width: 40px;
    bottom: 0;
}.teaching-experience-ex .client-feedback-ex:hover .emp-items-ex > div:nth-child(2)::after {
    width: 100px;
}.teaching-experience-ex .exp-projects-ex {
    padding: 1rem 0 0 1.5rem;
    border-left: 3px solid rgb(96,95,171,0.5);
    font-style: italic;
    transform: translateY(10px);
    opacity: 0.7;
    line-height: 1.7;
    color: #000000;
    transition: all 0.5s ease 0.2s;
    font-size: 18px;
    position: relative;
}.teaching-experience-ex .client-feedback-ex:hover .exp-projects-ex {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.teaching-experience-ex .img-thumbnail-ex {
    width: 100%;
    height: 250px;
}}.opening-page-ex {
    display: flex;
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    padding: 2rem;
    position: relative;
    justify-content: flex-start;
}.opening-page-ex::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0.85) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: 1;
    right: 0;
}.opening-page-ex::after {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    z-index: 2;
    background: linear-gradient(to right, rgb(138,164,193,0.5) 0%, transparent 50%);
    height: 100%;
}.opening-page-ex > div {
    transform: translateY(-2rem);
    z-index: 3;
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin-left: 5%;
}.opening-page-ex > div > div:first-child {
    margin-bottom: 3rem;
    position: relative;
}.opening-page-ex .title_style_header {
    max-width: 90%;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 39px);
    font-weight: 700;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left center;
    margin: 0 0 1.5rem;
    position: relative;
    line-height: 1.2;
    color: #ffffff;
}.opening-page-ex .title_style_header::after {
    transform: scaleX(0);
    transform-origin: left;
    bottom: -1rem;
    width: 5rem;
    height: 0.35rem;
    background: rgb(96,95,171);
    position: absolute;
    left: 0;
    content: "";
    animation: lineGrow 1.5s 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.opening-page-ex .page-home-ex {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    animation: slideInRight 1s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border-left: 3px solid rgb(96,95,171);
    opacity: 0;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.08);
    max-width: 650px;
    transform: translateX(-50px);
}.opening-page-ex .quick-mastery-ex {
    margin-bottom: 1.5rem;
}.opening-page-ex .quick-mastery-ex h3 {
    color: #ffffff;
    opacity: 0;
    position: relative;
    animation: fadeIn 1s 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    margin: 0;
    line-height: 1.4;
    font-size: clamp(1.2rem, 3vw, 23px);
    font-weight: 600;
}.opening-page-ex span {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
}.opening-page-ex p {
    position: relative;
    animation: fadeIn 1s 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    color: #ffffff;
    opacity: 0;
    font-size: clamp(1rem, 2vw, 12px);
    margin: 0;
    line-height: 1.6;
}

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

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@media (max-width: 992px) {.opening-page-ex {
    align-items: flex-start;
    padding: 3rem 1.5rem;
    justify-content: center;
}.opening-page-ex > div {
    margin-left: 0;
    margin-top: 3rem;
}.opening-page-ex::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(to bottom, rgb(138,164,193,0.5) 0%, transparent 70%);
}.opening-page-ex .title_style_header {
    max-width: 100%;
}.opening-page-ex .page-home-ex {
    max-width: 100%;
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.opening-page-ex {
    padding-bottom: 5rem;
    padding-top: 5rem;
    min-height: unset;
}.opening-page-ex > div > div:first-child {
    margin-bottom: 2rem;
}.opening-page-ex .title_style_header::after {
    height: 0.25rem;
    width: 4rem;
}.opening-page-ex .page-home-ex {
    animation-name: fadeIn;
    padding: 1.25rem;
    transform: none;
}
}

@media (max-width: 480px) {.opening-page-ex {
    padding: 2rem 1rem;
}.opening-page-ex .title_style_header {
    margin-bottom: 1rem;
}.opening-page-ex .title_style_header::after {
    width: 3rem;
    height: 0.2rem;
}.opening-page-ex .page-home-ex {
    padding: 1rem;
}.opening-page-ex .quick-mastery-ex {
    margin-bottom: 1rem;
}.opening-page-ex span {
    padding-top: 1rem;
}
}

@media (hover: hover) {.opening-page-ex .page-home-ex:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
}}header .head-section-ex {
    border-bottom-left-radius: 22px;
    z-index: 100;
    left: 0;
    align-items: center;
    justify-content: space-between;
    border-bottom-right-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    display: flex;
    background: linear-gradient(135deg, rgb(138,164,193,0.5) 0%, rgb(96,95,171) 100%);
    overflow: visible;
    position: relative;
    padding: 1.5rem 2rem;
}header .head-section-ex .nav-expert-ex {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}header .head-section-ex .nav-expert-ex .top-learning-ex {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .head-section-ex .nav-expert-ex .top-learning-ex:hover {
    transform: translateY(-8px) rotate(0deg);
}header .head-section-ex .nav-expert-ex svg {
    height: auto;
    width: 80px;
}header .head-section-ex .nav-pagewrap-ex {
    gap: 1rem;
    list-style: none;
    display: flex;
    padding: 0;
    position: relative;
    margin: 0;
}header .head-section-ex .nav-pagewrap-ex::before {
    height: calc(100% + 20px);
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    content: "";
    left: -20px;
    z-index: -1;
    width: calc(100% + 40px);
    top: -10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: linear-gradient(45deg, transparent 0%, rgb(138,164,193,0.5) 100%);
}header .head-section-ex .header-site-ex {
    transition: transform 0.3s ease;
    position: relative;
}header .head-section-ex .header-site-ex a {
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding: 0.5rem 1rem;
    display: block;
    transition: color 0.3s ease;
    color: #ffffff;
    font-size: 19px;
}header .head-section-ex .header-site-ex a::before {
    height: 2px;
    background: rgb(96,95,171);
    position: absolute;
    transform-origin: right;
    bottom: 0;
    content: "";
    transform: scaleX(0) rotate(-2deg);
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
}header .head-section-ex .header-site-ex a:hover {
    color: rgb(96,95,171);
}header .head-section-ex .header-site-ex a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .head-section-ex {
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    transform: skewX(0);
    flex-direction: column;
    box-sizing: border-box;
    width: 100vw;
}header .head-section-ex .nav-expert-ex {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .head-section-ex .nav-pagewrap-ex {
    justify-content: center;
    flex-wrap: wrap;
    transform: skewX(0);
    width: 100%;
}header .head-section-ex .nav-pagewrap-ex::before {
    transform: skewX(0);
}header .head-section-ex .nav-pagewrap-ex:hover::before {
    transform: skewX(0);
}header .head-section-ex .header-site-ex {
    margin: 0.25rem;
}header .head-section-ex .header-site-ex:nth-child(odd),
  header .head-section-ex .header-site-ex:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .head-section-ex {
    padding: 0.75rem;
}header .head-section-ex .nav-pagewrap-ex {
    align-items: center;
    flex-direction: column;
}header .head-section-ex .header-site-ex {
    text-align: center;
    width: 100%;
}header .head-section-ex .nav-expert-ex svg {
    width: 100px;
}}.reach-us-ex {
    position: relative;
    background: rgb(190,205,213);
    padding: 5rem 0;
    overflow: hidden;
}.reach-us-ex::before {
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.07;
    background: 
    radial-gradient(circle at 15% 15%, rgb(138,164,193,0.5) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgb(96,95,171,0.5) 0%, transparent 25%),
    repeating-linear-gradient(
      45deg,
      rgb(138,164,193,0.5) 0,
      rgb(138,164,193,0.5) 1px,
      transparent 1px,
      transparent 20px
    );
    left: 0;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    top: 0;
}.reach-us-ex::after {
    background: 
    radial-gradient(circle at 70% 30%, rgb(138,164,193,0.5) 0%, transparent 10%),
    radial-gradient(circle at 30% 70%, rgb(96,95,171,0.5) 0%, transparent 10%),
    radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 100%);
    width: 200%;
    left: -50%;
    transform-origin: center;
    animation: rotateBg 40s infinite linear;
    opacity: 0.05;
    z-index: 0;
    top: -50%;
    height: 200%;
    position: absolute;
    content: "";
}@keyframes backgroundShift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
    background-size: 500px 500px, 500px 500px, 20px 20px;
  }
  100% {
    background-position: 5% 5%, 5% 5%, 0% 0%;
    background-size: 600px 600px, 600px 600px, 20px 20px;
  }
}

@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.reach-us-ex .container {
    z-index: 10;
    position: relative;
}.reach-us-ex .support-contact-ex {
    background-color: #ffffff;
    border-radius: 22px;
    padding: 3.5rem;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.reach-us-ex .support-contact-ex h2 {
    text-align: center;
    font-size: 31px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
}.reach-us-ex .support-contact-ex p {
    margin-bottom: 2rem;
    text-align: center;
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
}.reach-us-ex .support-contact-ex p:last-of-type {
    color: #000000;
    margin-bottom: 2.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 600;
}.reach-us-ex .support-contact-ex p:last-of-type svg {
    margin-right: 12px;
    height: 22px;
    width: 22px;
    fill: rgb(138,164,193);
}.reach-us-ex .support-contact-ex p:last-of-type svg path {
    fill: rgb(138,164,193);
}.reach-us-ex .request-feedback-ex {
    margin-top: 1rem;
    justify-content: center;
    gap: 3rem;
    display: flex;
    align-items: center;
}.reach-us-ex .edu-help-ex {
    position: relative;
    height: 80px;
    border: 2px solid rgb(190,205,213);
    display: flex;
    justify-content: center;
    width: 80px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background-color: #ffffff;
    color: transparent;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    font-size: 0;
}.reach-us-ex .edu-help-ex::after {
    white-space: nowrap;
    left: 50%;
    font-size: 13px;
    position: absolute;
    transform: translateX(-50%);
    font-weight: 600;
    color: #000000;
    transition: opacity 0.3s ease;
    bottom: -30px;
    opacity: 0;
    content: attr(title);
}.reach-us-ex .edu-help-ex:hover::after {
    opacity: 1;
}.reach-us-ex .edu-help-ex:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(rgb(138,164,193), 0.2);
    border-color: rgb(138,164,193);
    background-color: rgb(138,164,193);
}.reach-us-ex .edu-help-ex svg {
    height: 28px;
    transition: fill 0.3s ease;
    width: 28px;
    fill: rgb(138,164,193);
}.reach-us-ex .edu-help-ex:hover svg {
    fill: #ffffff;
}.reach-us-ex .edu-help-ex svg path {
    fill: rgb(138,164,193);
    transition: fill 0.3s ease;
}.reach-us-ex .edu-help-ex:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.reach-us-ex {
    padding: 4rem 0;
}.reach-us-ex .support-contact-ex {
    padding: 2.5rem;
}.reach-us-ex .support-contact-ex h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 767px) {.reach-us-ex {
    padding: 3rem 0;
}.reach-us-ex .support-contact-ex {
    padding: 2rem;
}.reach-us-ex .request-feedback-ex {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 2rem;
}.reach-us-ex .edu-help-ex {
    width: 70px;
    height: 70px;
}.reach-us-ex .edu-help-ex::after {
    bottom: -25px;
    font-size: calc(13px * 0.9);
}.reach-us-ex .edu-help-ex svg {
    height: 24px;
    width: 24px;
}}.statistical-details-ex {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(190,205,213);
}.statistical-details-ex::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(138,164,193,0.5) 0px,
        rgb(138,164,193,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.1;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    z-index: 0;
}.statistical-details-ex .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.statistical-details-ex h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    padding-left: 20px;
    text-align: left;
    border-left: 6px solid rgb(138,164,193);
    position: relative;
    color: #000000;
    display: inline-block;
    letter-spacing: 2px;
}.statistical-details-ex h2::after {
    height: 2px;
    bottom: -10px;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(138,164,193), transparent);
    left: 0;
}.statistical-details-ex ul {
    gap: 0;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}.statistical-details-ex .statistics-elevation-ex {
    background: transparent;
    align-items: flex-start;
    position: relative;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    flex-direction: column;
    padding: 40px 30px;
    display: flex;
    min-width: 200px;
    flex: 1;
}.statistical-details-ex .statistics-elevation-ex:hover {
    transform: scale(1.05);
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.statistical-details-ex .statistics-elevation-ex::before {
    background: rgb(138,164,193);
    transition: all 0.3s ease;
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    top: 20px;
    left: 20px;
    content: '';
}.statistical-details-ex .statistics-elevation-ex:hover::before {
    opacity: 1;
}.statistical-details-ex .statistics-elevation-ex p {
    color: rgb(138,164,193);
    font-size: 60px;
    position: relative;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 20px;
    transition: all 0.3s ease;
}.statistical-details-ex .statistics-elevation-ex:hover p {
    transform: translateY(-10px);
}.statistical-details-ex .statistics-elevation-ex span {
    font-weight: 400;
    font-size: 19px;
    transition: all 0.3s ease;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}.statistical-details-ex .statistics-elevation-ex:hover span {
    font-weight: 600;
    color: #000000;
}.statistical-details-ex .statistics-elevation-ex:nth-child(2n) p {
    color: rgb(96,95,171);
}.statistical-details-ex .statistics-elevation-ex:nth-child(3n) p {
    color: #000000;
}.statistical-details-ex .statistics-elevation-ex:nth-child(4n) p {
    color: rgb(138,164,193);
}.statistical-details-ex svg {
    fill: rgba(0, 0, 0, 0.5);
    right: 20px;
    width: 50px;
    transition: all 0.4s ease;
    height: 50px;
    opacity: 0.05;
    position: absolute;
    top: 20px;
}.statistical-details-ex svg path {
    fill: rgba(0, 0, 0, 0.5);
}.statistical-details-ex .statistics-elevation-ex:hover svg {
    transform: translateY(-10px);
    opacity: 0.2;
}.statistical-details-ex::after {
    content: '';
    bottom: 0;
    background: radial-gradient(circle, rgb(96,95,171,0.5) 0%, transparent 70%);
    height: 300px;
    width: 300px;
    position: absolute;
    animation: pulse 10s infinite alternate;
    z-index: 0;
    right: 0;
    opacity: 0.2;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(0.9);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.statistical-details-ex ul {
    flex-wrap: wrap;
}.statistical-details-ex .statistics-elevation-ex {
    flex-basis: 50%;
    min-width: 50%;
}.statistical-details-ex .statistics-elevation-ex p {
    font-size: 50px;
}
}

@media (max-width: 767px) {.statistical-details-ex {
    padding: 60px 0;
}.statistical-details-ex h2 {
    padding-bottom: 15px;
    text-align: center;
    margin-left: 0;
    border-left: none;
    padding-left: 0;
    width: 100%;
    border-bottom: 4px solid rgb(138,164,193);
    display: block;
}.statistical-details-ex h2::after {
    display: none;
}.statistical-details-ex ul {
    display: block;
}.statistical-details-ex .statistics-elevation-ex {
    min-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    align-items: center;
    border-right: none;
    text-align: center;
    flex-basis: 100%;
}.statistical-details-ex .statistics-elevation-ex::before {
    left: 50%;
    transform: translateX(-50%);
}.statistical-details-ex .statistics-elevation-ex p {
    font-size: 40px;
}.statistical-details-ex svg {
    width: 30px;
    top: auto;
    transform: translateX(50%);
    right: 50%;
    height: 30px;
    bottom: 15px;
}.statistical-details-ex .statistics-elevation-ex:hover svg {
    transform: translateX(50%) translateY(-5px);
}}

.statistical-details-ex .container::before {
    animation: rotation 40s linear infinite;
    z-index: -1;
    content: '';
    opacity: 0.1;
    width: 200px;
    border-radius: 50%;
    height: 200px;
    left: -100px;
    top: -100px;
    position: absolute;
    border: 2px dashed rgb(138,164,193,0.5);
}@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.statistical-details-ex .statistics-elevation-ex::after {
    transition: opacity 0.3s ease;
    height: 0;
    position: absolute;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent rgb(138,164,193,0.5) transparent;
    right: 0;
    border-style: solid;
    opacity: 0;
    width: 0;
    content: '';
    bottom: 0;
}.statistical-details-ex .statistics-elevation-ex:hover::after {
    opacity: 0.1;
}.statistical-details-ex .statistics-elevation-ex:nth-child(2n)::after {
    border-color: transparent transparent rgb(96,95,171,0.5) transparent;
}.statistical-details-ex .statistics-elevation-ex:nth-child(3n)::after {
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

@media (min-width: 768px) and (max-width: 991px) {.statistical-details-ex .statistics-elevation-ex {
    padding: 30px 20px;
}.statistical-details-ex .statistics-elevation-ex p {
    font-size: 45px;
}
}

@media (min-width: 992px) {.statistical-details-ex ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}.statistical-details-ex .statistics-elevation-ex {
    height: 200px;
}}

.statistical-details-ex .statistics-elevation-ex p::after {
    width: 40px;
    opacity: 0.3;
    transition: width 0.3s ease;
    background: currentColor;
    left: 0;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -10px;
}.statistical-details-ex .statistics-elevation-ex:hover p::after {
    width: 60px;
}

@media (max-width: 767px) {.statistical-details-ex .statistics-elevation-ex p::after {
    left: 50%;
    transform: translateX(-50%);
}}.secure-haven-ex {
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    background-color: rgb(190,205,213);
    position: relative;
    line-height: 1.8;
    padding: 60px;
    color: #000000;
    font-family: Arial, sans-serif;
}.secure-haven-ex::before {
    background: radial-gradient(circle, rgb(138,164,193), transparent);
    height: 200px;
    right: -50px;
    width: 200px;
    content: '';
    opacity: 0.1;
    position: absolute;
    top: -50px;
    z-index: 0;
}.secure-haven-ex::after {
    z-index: 0;
    opacity: 0.1;
    height: 300px;
    position: absolute;
    left: -50px;
    bottom: -50px;
    background: radial-gradient(circle, rgb(96,95,171), transparent);
    content: '';
    width: 300px;
}.secure-haven-ex h1 {
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 44px;
    z-index: 1;
    border-bottom: 2px solid rgb(138,164,193);
    color: rgb(138,164,193);
    grid-column: span 2;
    position: relative;
}.secure-haven-ex h2 {
    margin-top: 35px;
    z-index: 1;
    font-size: 38px;
    color: rgb(96,95,171);
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}.secure-haven-ex h3,
.secure-haven-ex h4,
.secure-haven-ex h5,
.secure-haven-ex h6 {
    color: rgb(138,164,193);
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
    margin-top: 30px;
}.secure-haven-ex h3 {
    font-size: calc(24px - 0.2rem);
}.secure-haven-ex h4 {
    font-size: 24px;
}.secure-haven-ex h5 {
    font-size: calc(24px - 0.2rem);
}.secure-haven-ex h6 {
    font-size: 20px;
}.secure-haven-ex ul,
.secure-haven-ex ol {
    position: relative;
    margin-top: 15px;
    padding-left: 20px;
    z-index: 1;
}.secure-haven-ex li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.7;
    border-left: 3px solid rgb(96,95,171);
    z-index: 1;
}.secure-haven-ex > div {
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}.secure-haven-ex p {
    z-index: 1;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
}.secure-haven-ex span {
    color: rgb(138,164,193);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.secure-haven-ex {
    padding: 30px;
    border-radius: 10px;
    grid-template-columns: 1fr;
}.secure-haven-ex h1 {
    font-size: calc(24px - 0.5rem);
    grid-column: span 1;
}.secure-haven-ex h2 {
    font-size: calc(24px - 0.4rem);
}.secure-haven-ex p {
    font-size: calc(18px - 0.2rem);
}}
.secure-haven-ex hr {
    margin: 40px 0;
    background: rgba(0, 0, 0, 0.5);
    height: 1px;
    border: none;
}.secure-haven-ex section {
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
}.program-details-ex {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,205,213) 0%, rgba(245, 247, 250, 0.95) 100%);
}.program-details-ex::before {
    position: absolute;
    right: -5%;
    content: "";
    height: 300px;
    width: 300px;
    top: -10%;
    z-index: 0;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(138,164,193,0.5) 0%, rgb(96,95,171,0.5) 100%);
    filter: blur(120px);
}.program-details-ex::after {
    width: 250px;
    position: absolute;
    opacity: 0.3;
    filter: blur(100px);
    background: linear-gradient(225deg, rgb(96,95,171,0.5) 0%, rgb(138,164,193,0.5) 100%);
    left: -5%;
    content: "";
    bottom: -10%;
    height: 250px;
    z-index: 0;
}.program-details-ex .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.program-details-ex .program-guide-ex {
    border-left: 3px solid rgb(138,164,193);
    display: grid;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    gap: 40px;
    overflow: hidden;
    background: #ffffff;
    grid-template-columns: 1fr;
}.program-details-ex .program-guide-ex:hover {
    transform: translateY(-5px);
}.program-details-ex .img-thumbnail-ex {
    position: relative;
    transform-origin: center center;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    width: 100%;
    height: 250px;
}.program-details-ex .img-thumbnail-ex::after {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    z-index: 1;
    left: 0;
    content: "";
}.program-details-ex .img-thumbnail-ex:hover {
    transform: scale(1.02);
}.program-details-ex .word-wrapper-ex {
    position: relative;
    padding: 40px 30px;
}.program-details-ex .word-wrapper-ex::before {
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, rgb(138,164,193) 0%, rgb(96,95,171) 100%);
    transform: scaleX(0.7);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.program-details-ex .program-guide-ex:hover .word-wrapper-ex::before {
    transform: scaleX(1);
}.program-details-ex h3 {
    padding-left: 0;
    font-size: 20px;
    transform: translateY(0);
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    transition: transform 0.3s ease, padding-left 0.3s ease;
    color: #000000;
    line-height: 1.4;
}.program-details-ex .program-guide-ex:hover h3 {
    transform: translateY(-3px);
    color: rgb(138,164,193);
    padding-left: 15px;
}.program-details-ex h3::after {
    background-color: rgb(96,95,171);
    position: absolute;
    content: "";
    transition: width 0.4s ease-out, background-color 0.3s ease;
    width: 60px;
    left: 0;
    bottom: -8px;
    height: 2px;
}.program-details-ex .program-guide-ex:hover h3::after {
    background-color: rgb(138,164,193);
    width: 100px;
}.program-details-ex .word-wrapper-ex div {
    position: relative;
    overflow: hidden;
}.program-details-ex p.description {
    position: relative;
    padding-right: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
    font-size: 13px;
    max-height: 300px;
    overflow-y: auto;
}.program-details-ex p.description::-webkit-scrollbar {
    width: 4px;
}.program-details-ex p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.program-details-ex p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(138,164,193,0.5);
}.program-details-ex span.description {
    display: none;
}

@media (min-width: 768px) {.program-details-ex .program-guide-ex {
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.program-details-ex .img-thumbnail-ex {
    height: 100%;
    min-height: 400px;
}.program-details-ex h3 {
    font-size: calc(20px * 1.1);
}.program-details-ex p.description {
    font-size: calc(13px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 992px) {.program-details-ex .program-guide-ex {
    grid-template-columns: 1fr 1.8fr;
}.program-details-ex .img-thumbnail-ex {
    min-height: 450px;
}.program-details-ex .word-wrapper-ex {
    padding: 50px 40px;
}.program-details-ex h3 {
    margin-bottom: 30px;
    font-size: calc(20px * 1.2);
}.program-details-ex p.description {
    max-height: 450px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.program-details-ex {
    padding: 70px 0;
}.program-details-ex .word-wrapper-ex {
    padding: 30px 20px;
}.program-details-ex h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 0.9);
}.program-details-ex p.description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
    max-height: 200px;
}
}

@media (max-width: 480px) {.program-details-ex {
    padding: 50px 0;
}.program-details-ex .img-thumbnail-ex {
    height: 180px;
}.program-details-ex .word-wrapper-ex {
    padding: 25px 15px;
}.program-details-ex h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.85);
}
}

@media (hover: hover) {.program-details-ex .program-guide-ex {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.program-details-ex .program-guide-ex:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
}}.appNote-ex {
    background: linear-gradient(135deg, rgb(190,205,213) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.appNote-ex::before {
    height: 300px;
    background: linear-gradient(45deg, rgb(96,95,171,0.5) 0%, rgb(138,164,193,0.5) 100%);
    position: absolute;
    content: "";
    filter: blur(80px);
    animation: float 15s ease-in-out infinite;
    opacity: 0.4;
    top: -50px;
    z-index: 1;
    width: 300px;
    right: -50px;
}.appNote-ex::after {
    content: "";
    background: linear-gradient(225deg, rgb(138,164,193,0.5) 0%, rgb(96,95,171,0.5) 80%);
    bottom: -30px;
    height: 250px;
    filter: blur(60px);
    animation: float 18s ease-in-out infinite reverse;
    z-index: 1;
    left: -30px;
    width: 250px;
    position: absolute;
    opacity: 0.3;
}.appNote-ex .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 5;
    position: relative;
}.appNote-ex h2 {
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    opacity: 0;
    font-size: 30px;
    margin-bottom: 40px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    position: relative;
}.appNote-ex h2::after {
    transform-origin: left center;
    content: "";
    left: 0;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(138,164,193) 0%, rgb(96,95,171) 100%);
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    position: absolute;
    height: 3px;
    transform: scaleX(0);
    width: 80px;
}.appNote-ex .skill-boost-ex2k5Ic {
    background: #ffffff;
    overflow: hidden;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    border-radius: 16px;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px;
}.appNote-ex .skill-boost-ex2k5Ic::before {
    background: linear-gradient(to bottom, rgb(96,95,171), rgb(138,164,193));
    height: 100%;
    content: "";
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
}.appNote-ex ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.appNote-ex li {
    position: relative;
    padding-left: 25px;
}.appNote-ex li::before {
    height: 10px;
    content: "";
    left: 0;
    width: 10px;
    background: linear-gradient(135deg, rgb(138,164,193) 0%, rgb(96,95,171) 100%);
    transform: scale(0);
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    top: 8px;
    border-radius: 50%;
    position: absolute;
}.appNote-ex span {
    display: block;
    opacity: 0;
    font-size: calc(13px * 1.05);
    transform: translateY(15px);
    animation: fadeText 0.8s ease forwards 0.8s;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
}

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

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

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (max-width: 991px) {.appNote-ex {
    padding: 90px 0 70px;
}.appNote-ex h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 35px;
}.appNote-ex .skill-boost-ex2k5Ic {
    padding: 40px 35px;
}.appNote-ex h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.appNote-ex {
    padding: 70px 0 50px;
}.appNote-ex h2 {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.appNote-ex .skill-boost-ex2k5Ic {
    padding: 35px 25px;
}.appNote-ex span {
    font-size: 13px;
    line-height: 1.6;
}.appNote-ex h2::after {
    width: 60px;
    height: 2px;
}
}

@media (max-width: 575px) {.appNote-ex {
    padding: 60px 0 40px;
}.appNote-ex h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.appNote-ex .skill-boost-ex2k5Ic {
    padding: 30px 20px;
}.appNote-ex li {
    padding-left: 20px;
}.appNote-ex li::before {
    height: 8px;
    top: 9px;
    width: 8px;
}.appNote-ex h2::after {
    width: 50px;
}
}

@media (hover: hover) {.appNote-ex .skill-boost-ex2k5Ic:hover {
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
}.appNote-ex .skill-boost-ex2k5Ic:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, rgb(138,164,193), rgb(96,95,171));
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    animation: gradientFlow 20s ease infinite;
    content: "";
    position: absolute;
    bottom: 0;
    background-size: 300% 300%;
    top: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(138,164,193,0.5) 35%, rgb(96,95,171,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
    left: 0;
    opacity: 0.75;
    right: 0;
}footer::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(138,164,193,0.5) 25%, rgb(138,164,193,0.5) 26%, transparent 27%, transparent 74%, rgb(96,95,171,0.5) 75%, rgb(96,95,171,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(138,164,193,0.5) 25%, rgb(138,164,193,0.5) 26%, transparent 27%, transparent 74%, rgb(96,95,171,0.5) 75%, rgb(96,95,171,0.5) 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    left: 0;
    opacity: 0.15;
    bottom: 0;
    right: 0;
}.gdpr-block-ex {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2.5rem;
}.gdpr-block-ex::before {
    background: linear-gradient(90deg, transparent, rgb(138,164,193), rgb(96,95,171), transparent);
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.8;
    left: 0;
    height: 2px;
    box-shadow: 0 0 20px rgb(138,164,193,0.5);
}.gdpr-block-ex .container {
    position: relative;
    justify-content: space-between;
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.gdpr-block-ex .company_holder {
    backdrop-filter: blur(8px);
    flex: 1 1 350px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 2rem;
    border-radius: 25px;
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}.gdpr-block-ex .company_holder::before {
    width: 200%;
    position: absolute;
    left: -50%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(138,164,193), transparent);
    content: "";
    transform: translateY(-1px);
    height: 1px;
}.gdpr-block-ex .company_holder::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(96,95,171), transparent);
    position: absolute;
    transform: translateY(1px);
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
}.gdpr-block-ex .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(138,164,193,0.5);
}.gdpr-block-ex .company_holder h3 {
    display: inline-block;
    font-size: 30px;
    text-shadow: 0 0 15px rgb(138,164,193,0.5);
    margin: 0 0 1.5rem;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
}.gdpr-block-ex .company_holder h3::after {
    background: linear-gradient(90deg, rgb(138,164,193), rgb(96,95,171));
    content: "";
    height: 3px;
    border-radius: 10px;
    left: 0;
    transition: width 0.3s ease-out;
    bottom: -8px;
    position: absolute;
    box-shadow: 0 0 10px rgb(138,164,193);
    width: 50px;
}.gdpr-block-ex .company_holder:hover h3::after {
    width: 100%;
}.gdpr-block-ex .case-study-ex {
    opacity: 0.85;
    max-width: 100%;
    font-size: 17px;
    text-shadow: 0 0 10px #000000;
    color: #ffffff;
    line-height: 1.6;
}.gdpr-block-ex .guide-section-ex {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.gdpr-block-ex .first-lesson-ex {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}.gdpr-block-ex .nav-pagewrap-ex {
    backdrop-filter: blur(8px);
    border-radius: 25px;
    min-width: 250px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: all 0.4s ease;
    flex: 1 1 calc(50% - 1.25rem);
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}.gdpr-block-ex .nav-pagewrap-ex::before {
    content: "";
    transform: translateY(-1px);
    height: 1px;
    width: 200%;
    background: linear-gradient(90deg, transparent, rgb(96,95,171), transparent);
    left: -50%;
    position: absolute;
    top: 0;
}.gdpr-block-ex .nav-pagewrap-ex::after {
    transform: translateY(1px);
    content: "";
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(138,164,193), transparent);
    width: 100%;
    position: absolute;
    left: 0;
}.gdpr-block-ex .nav-pagewrap-ex:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(96,95,171,0.5);
    transform: translateY(-5px);
}.gdpr-block-ex .nav-pagewrap-ex h5 {
    position: relative;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(96,95,171,0.5);
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    font-size: 24px;
    display: inline-block;
    font-weight: 600;
}.gdpr-block-ex .nav-pagewrap-ex h5::after {
    transition: width 0.3s ease-out;
    box-shadow: 0 0 10px rgb(96,95,171);
    position: absolute;
    bottom: -8px;
    content: "";
    border-radius: 10px;
    width: 40px;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(96,95,171), rgb(138,164,193));
}.gdpr-block-ex .nav-pagewrap-ex:hover h5::after {
    width: 100%;
}.gdpr-block-ex .nav-pagewrap-ex .first-lesson-ex {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.gdpr-block-ex .nav-pagewrap-ex .first-lesson-ex a {
    text-decoration: none;
    color: #ffffff;
    padding: 0.5rem 1rem;
    opacity: 0.8;
    transition: all 0.3s ease;
    font-size: 17px;
    text-shadow: 0 0 5px #000000;
    z-index: 1;
    border-radius: 10px;
    position: relative;
    display: block;
}.gdpr-block-ex .nav-pagewrap-ex .first-lesson-ex a::before {
    width: 3px;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(180deg, rgb(138,164,193), rgb(96,95,171));
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0.5;
    border-radius: 10px;
    position: absolute;
    height: 100%;
}.gdpr-block-ex .nav-pagewrap-ex .first-lesson-ex a::after {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    transition: all 0.3s ease;
    width: 0;
    z-index: -1;
    opacity: 0;
}.gdpr-block-ex .nav-pagewrap-ex .first-lesson-ex a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(96,95,171,0.5);
}.gdpr-block-ex .nav-pagewrap-ex .first-lesson-ex a:hover::before {
    box-shadow: 0 0 10px rgb(138,164,193);
    opacity: 1;
    width: 5px;
}.gdpr-block-ex .nav-pagewrap-ex .first-lesson-ex a:hover::after {
    opacity: 0.2;
    width: 100%;
}.online-tools-ex {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
    position: relative;
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.5);
}.online-tools-ex::before {
    background: linear-gradient(90deg, transparent, rgb(138,164,193), rgb(96,95,171), transparent);
    opacity: 0.5;
    top: 0;
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
    width: 100%;
}.online-tools-ex .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.online-tools-ex .login-footer-ex {
    opacity: 0.7;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    transition: all 0.3s ease;
}.online-tools-ex .login-footer-ex:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(96,95,171,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.gdpr-block-ex .container {
    gap: 2rem;
}.gdpr-block-ex .company_holder {
    flex: 1 1 320px;
}.gdpr-block-ex .guide-section-ex {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.gdpr-block-ex {
    padding: 3.5rem 0 2rem;
}.gdpr-block-ex .container {
    gap: 2rem;
    flex-direction: column;
}.gdpr-block-ex .company_holder,
    .gdpr-block-ex .guide-section-ex {
    min-width: 100%;
    flex: 1 1 100%;
}.gdpr-block-ex .nav-pagewrap-ex {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.gdpr-block-ex {
    padding: 3rem 0 1.5rem;
}.gdpr-block-ex .company_holder,
    .gdpr-block-ex .nav-pagewrap-ex {
    padding: 1.5rem;
}.gdpr-block-ex .first-lesson-ex {
    gap: 1.5rem;
}.gdpr-block-ex .company_holder h3 {
    font-size: calc(30px - 2px);
}.gdpr-block-ex .nav-pagewrap-ex h5 {
    font-size: calc(24px - 1px);
}.gdpr-block-ex .company_holder:hover,
    .gdpr-block-ex .nav-pagewrap-ex:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.gdpr-block-ex {
    padding: 2.5rem 0 1rem;
}.gdpr-block-ex .first-lesson-ex {
    gap: 1rem;
}.gdpr-block-ex .nav-pagewrap-ex {
    flex: 1 1 100%;
    min-width: 100%;
}.gdpr-block-ex .nav-pagewrap-ex .first-lesson-ex a {
    padding: 0.4rem 0.8rem;
}.gdpr-block-ex .nav-pagewrap-ex .first-lesson-ex a:hover {
    padding-left: 1.2rem;
}.online-tools-ex {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.gdpr-block-ex .company_holder:hover,
    .gdpr-block-ex .nav-pagewrap-ex:hover {
    transform: translateY(-2px);
}}.educational-gains-ex {
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    background: rgb(190,205,213);
}.educational-gains-ex::before {
    height: 140%;
    z-index: 1;
    width: 60%;
    right: -10%;
    position: absolute;
    top: -20%;
    background: rgb(138,164,193,0.5);
    transform: rotate(-20deg);
    content: '';
}.educational-gains-ex::after {
    opacity: 0.4;
    content: '';
    left: -10%;
    bottom: -20%;
    position: absolute;
    z-index: 1;
    width: 60%;
    height: 140%;
    background: rgb(96,95,171,0.5);
    transform: rotate(-20deg);
}.educational-gains-ex .skill-boost-ex2k5Ic {
    z-index: 2;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    padding: 0 2rem;
    grid-gap: 2rem;
    max-width: 1200px;
}.educational-gains-ex .img-thumbnail-ex {
    height: 500px;
    transform: translateY(30px);
    position: relative;
    grid-column: 1 / span 7;
    overflow: hidden;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    animation: float 6s ease-in-out infinite;
    grid-row: 1;
}.educational-gains-ex .img-thumbnail-ex::after {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(
        45deg,
        rgb(138,164,193,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(96,95,171,0.5) 100%
    );
    content: '';
    left: 0;
}.educational-gains-ex .word-wrapper-ex {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    background: #ffffff;
    grid-column: 6 / span 7;
    border-radius: 15px;
    grid-row: 1;
    z-index: 3;
    align-self: center;
}.educational-gains-ex h2 {
    border-left: 5px solid rgb(138,164,193);
    margin-bottom: 2.5rem;
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
    font-weight: 700;
    font-size: 35px;
}.educational-gains-ex .text_main_holder {
    display: grid;
    gap: 2rem;
}.educational-gains-ex .text_main_holder > div {
    position: relative;
    align-items: flex-start;
    transition: all 0.3s ease;
    display: flex;
}.educational-gains-ex .text_main_holder > div::before {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    transform-origin: right;
    top: 1.2rem;
    left: -3rem;
    height: 1px;
    width: 2rem;
    background: rgb(138,164,193);
    position: absolute;
    content: '';
}.educational-gains-ex .text_main_holder > div:hover::before {
    transform: scaleX(1);
}.educational-gains-ex .text_main_holder > div:hover {
    transform: translateX(5px);
}.educational-gains-ex .text_main_holder svg {
    background: rgb(138,164,193,0.5);
    height: 2.5rem;
    padding: 0.6rem;
    margin-right: 1.5rem;
    width: 2.5rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}.educational-gains-ex .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(138,164,193);
}.educational-gains-ex .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.educational-gains-ex .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.educational-gains-ex .text_main_holder p {
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    padding-top: 0.3rem;
}

@keyframes float {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(30px);
    }
}

@media (max-width: 1100px) {.educational-gains-ex .img-thumbnail-ex {
    grid-column: 1 / span 5;
}.educational-gains-ex .word-wrapper-ex {
    grid-column: 4 / span 9;
}
}

@media (max-width: 992px) {.educational-gains-ex .skill-boost-ex2k5Ic {
    grid-gap: 0;
    grid-template-columns: 1fr;
}.educational-gains-ex .img-thumbnail-ex {
    grid-column: 1;
    margin-bottom: -50px;
    grid-row: 1;
    height: 400px;
}.educational-gains-ex .word-wrapper-ex {
    grid-column: 1;
    width: auto;
    margin: 0 2rem;
    grid-row: 2;
}
}

@media (max-width: 768px) {.educational-gains-ex {
    padding: 6rem 0;
}.educational-gains-ex .img-thumbnail-ex {
    margin-bottom: -30px;
    animation: none;
    transform: translateY(0);
    height: 350px;
}.educational-gains-ex .word-wrapper-ex {
    padding: 2rem;
}.educational-gains-ex h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}
}

@media (max-width: 576px) {.educational-gains-ex {
    padding: 5rem 0;
}.educational-gains-ex .skill-boost-ex2k5Ic {
    padding: 0 1rem;
}.educational-gains-ex .img-thumbnail-ex {
    height: 250px;
    margin-bottom: -20px;
}.educational-gains-ex .word-wrapper-ex {
    padding: 1.5rem;
    margin: 0 1rem;
}.educational-gains-ex .text_main_holder > div {
    align-items: center;
}.educational-gains-ex .text_main_holder > div::before {
    display: none;
}.educational-gains-ex .text_main_holder svg {
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
}.educational-gains-ex .text_main_holder p {
    font-size: calc(12px * 0.9);
}}.testimonials-ex {
    background: linear-gradient(135deg, #ffffff 0%, rgb(190,205,213) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.testimonials-ex::before {
    pointer-events: none;
    width: 35%;
    position: absolute;
    content: "";
    top: -10%;
    left: -5%;
    height: 70%;
    background: linear-gradient(225deg, rgb(96,95,171,0.5) 0%, transparent 80%);
    transform: rotate(-15deg) skew(10deg);
    z-index: 1;
}.testimonials-ex::after {
    bottom: -15%;
    width: 50%;
    pointer-events: none;
    z-index: 1;
    content: "";
    height: 70%;
    transform: rotate(15deg) skew(-5deg);
    right: -10%;
    background: linear-gradient(135deg, transparent 30%, rgb(138,164,193,0.5) 100%);
    position: absolute;
}.testimonials-ex h2 {
    transform: perspective(1000px) rotateX(5deg);
    font-size: 28px;
    position: relative;
    margin-bottom: 3rem;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000000;
    text-align: center;
}.testimonials-ex h2::after {
    background: linear-gradient(90deg, transparent, rgb(138,164,193), transparent);
    right: 25%;
    left: 25%;
    bottom: -15px;
    position: absolute;
    content: "";
    height: 3px;
}.testimonials-ex .container.skill-boost-ex2k5Ic {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.testimonials-ex .feedback-stars-ex {
    gap: 2rem;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.testimonials-ex .client-feedback-ex {
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    animation: revealCard 0.7s forwards;
    height: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    transform: translateY(20px);
    opacity: 0;
    justify-content: space-between;
    padding: 2rem;
    display: flex;
    animation-delay: calc(var(--i, 0) * 0.1s);
}.testimonials-ex .client-feedback-ex:nth-child(odd) {
    transform: translateY(20px) rotate(1deg);
}.testimonials-ex .client-feedback-ex:nth-child(even) {
    transform: translateY(20px) rotate(-1deg);
}.testimonials-ex .client-feedback-ex:hover {
    z-index: 5;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.testimonials-ex .client-feedback-ex::before {
    line-height: 1;
    font-size: 150px;
    z-index: 1;
    opacity: 0.1;
    left: 10px;
    color: rgb(96,95,171,0.5);
    content: "";
    font-family: serif;
    position: absolute;
    top: -20px;
}.testimonials-ex .client-feedback-ex h3 {
    letter-spacing: 0.8px;
    color: rgb(138,164,193);
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 2px solid rgb(96,95,171,0.5);
    margin-bottom: 0.75rem;
    font-size: calc(23px + 2px);
}.testimonials-ex .client-feedback-ex p.description {
    color: #000000;
    z-index: 2;
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
    font-size: 18px;
}.testimonials-ex .client-feedback-ex div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: auto;
    border-radius: 50%;
    border: 3px solid #ffffff;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    z-index: 2;
    width: 60px;
    height: 60px;
}.testimonials-ex .client-feedback-ex:hover div {
    transform: scale(1.1) rotate(5deg);
}.testimonials-ex .client-feedback-ex div img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}.testimonials-ex .client-feedback-ex:hover div img {
    transform: scale(1.1);
}

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

@media screen and (max-width: 1200px) {.testimonials-ex {
    padding: 4rem 0;
}.testimonials-ex .feedback-stars-ex {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media screen and (max-width: 992px) {.testimonials-ex h2 {
    font-size: calc(28px - 2px);
}.testimonials-ex .client-feedback-ex {
    padding: 1.75rem;
}
}

@media screen and (max-width: 768px) {.testimonials-ex {
    padding: 3rem 0;
}.testimonials-ex h2 {
    margin-bottom: 2rem;
}.testimonials-ex .feedback-stars-ex {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}.testimonials-ex .client-feedback-ex::before {
    top: -15px;
    font-size: 120px;
}
}

@media screen and (max-width: 576px) {.testimonials-ex {
    padding: 2.5rem 0;
}.testimonials-ex .feedback-stars-ex {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.testimonials-ex h2 {
    font-size: calc(28px - 4px);
    transform: none;
}.testimonials-ex .client-feedback-ex {
    padding: 1.5rem;
}.testimonials-ex .client-feedback-ex h3 {
    font-size: 23px;
}
}

@media (prefers-reduced-motion: reduce) {.testimonials-ex .client-feedback-ex {
    opacity: 1;
    animation: none;
    transform: none !important;
}.testimonials-ex .client-feedback-ex:hover {
    transform: none !important;
}
}