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

header,footer {
    width: 100%;
}

header {
    background: rgb(199,212,226);
    overflow: visible;
    margin-top: 0;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
    position: relative;
}


.educational-gains-local {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,212,226) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}

.educational-gains-local .container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    gap: 60px;
    padding: 0 20px;
}

.educational-gains-local .legacy-edu-local {
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    justify-content: center;
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
    display: flex;
}

.educational-gains-local .text-holder-box-local::before {
    background: linear-gradient(to bottom, rgb(150,173,200), rgb(100,139,168));
    content: "";
    border-radius: 10px;
    left: -20px;
    top: 0;
    transform: scaleY(0.9);
    transition: transform 0.4s ease;
    height: 100%;
    width: 4px;
    position: absolute;
    opacity: 0.8;
}

.educational-gains-local ul {
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
}

.educational-gains-local li p {
    display: flex;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    font-size: 13px;
    align-items: center;
}

.educational-gains-local li svg {
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    transition: transform 0.3s ease;
    width: 24px;
}

.educational-gains-local li:nth-child(odd) {
    transform: translateX(-5px);
}

.usageAgreementAlert-local {
    position: fixed;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    align-items: center;
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(150,173,200);
    display: flex;
    background: rgb(199,212,226);
    padding: 1rem 0;
}

.track-manage-local p {
    font-size: 1rem;
    color: #000000;
}

.cookie_button.cookie-frame-local {
    background: rgb(150,173,200);
}

.cookie-data-local:hover {
    background: #000000;
    transform: translateY(-3px);
}

.usageAgreementAlert-local p a {
    text-decoration: underline;
    color: rgb(150,173,200);
    transition: color 0.3s ease;
}

footer::before {
    position: absolute;
    bottom: 0;
    opacity: 0.85;
    top: 0;
    z-index: -2;
    left: 0;
    right: 0;
    background: linear-gradient(120deg, rgb(150,173,200) 0%, rgb(100,139,168) 100%);
    content: "";
}

.partner-logo-local .container {
    justify-content: space-between;
    display: flex;
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
}

.partner-logo-local .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 30px;
    padding: 0.5rem 2rem;
    display: inline-block;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    margin: 0 0 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
}

.partner-logo-local .top-sitebar-local {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.partner-logo-local .head-skill-local .top-sitebar-local {
    flex-direction: column;
    display: flex;
    padding: 1.5rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    gap: 0.8rem;
    background: rgba(0, 0, 0, 0.15);
}

.partner-logo-local .head-skill-local .top-sitebar-local a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}

.partner-logo-local .head-skill-local .top-sitebar-local a:hover::before {
    opacity: 0.7;
}

.trade-mark-local .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

header .top_plank {
    background: rgb(150,173,200);
    color:  #ffffff;
}

header .top_plank .master-techpro-local div span {
    color: #ffffff;
}

header .top_plank .master-techpro-local div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}

header::before {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(150,173,200), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(150,173,200), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(150,173,200), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(150,173,200), 0.03) 25%) 0 0 / 20px 20px;
    z-index: 0;
    content: '';
    position: absolute;
}

header .site-prime-local img {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
    transform: translateZ(20px);
}

header .head-skill-local::before {
    top: 100%;
    position: absolute;
    content: '';
    transform: rotateX(90deg);
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    height: 10px;
    width: 100%;
    transform-origin: top;
}

header .header-know-local a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
    color: #ffffff;
}

header .header-know-local a:hover::before {
    opacity: 1;
}

header .header-know-local a::after {
    opacity: 0;
    transform: translateZ(-10px);
    bottom: -5px;
    right: 5px;
    content: '';
    position: absolute;
    transition: all 0.4s ease;
    height: 5px;
    left: 5px;
    background: rgb(150,173,200);
}

.plan-display-local {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0;
}

.plan-display-local .pricing-offers-local {
    position: relative;
}

.plan-display-local h2 {
    transform: translateX(-10px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    opacity: 0;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    animation: slideInTitle 0.8s forwards 0.2s;
    font-size: 36px;
}

.plan-display-local .offer-box-local li {
    animation: fadeIn 0.8s forwards;
    opacity: 0;
    perspective: 1000px;
}

.plan-display-local .enroll-cost-local {
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    transform-style: preserve-3d;
    height: 100%;
}

.plan-display-local .plan-options-local {
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: relative;
}

.plan-display-local .plan-options-local h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #000000;
    font-size: calc(20px + 2px);
    position: relative;
    display: inline-block;
}

.plan-display-local .learn-sub-local {
    transform: translateY(0);
    font-weight: 700;
    overflow: hidden;
    margin-top: auto;
    font-size: 20px;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    align-self: flex-start;
    background: rgb(150,173,200);
}

.plan-display-local .enroll-cost-local:hover .learn-sub-local {
    background: rgb(100,139,168);
    transform: translateY(-5px);
}

.course-overview-local {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,212,226) 0%, rgba(241, 245, 249, 0.9) 100%);
    position: relative;
}

.course-overview-local h2 {
    margin-bottom: 3rem;
    max-width: 80%;
    font-size: 36px;
    transform: translateX(-10px);
    color: #000000;
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 15px;
}

.course-overview-local .career-path-local {
    display: grid;
    position: relative;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}

.course-overview-local .cover-photo-local:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.course-overview-local .text-holder-box-local::before {
    top: 0;
    content: "";
    z-index: -1;
    left: 0;
    opacity: 0.03;
    background: linear-gradient(to right, rgb(150,173,200,0.5), transparent);
    width: 100%;
    position: absolute;
    height: 100%;
}

.course-overview-local .description:last-child {
    margin-bottom: 0;
}

.newsletter-subscription-local .container {
    transform: skewY(2deg);
    z-index: 1;
    position: relative;
}

.newsletter-subscription-local .legacy-edu-local::before {
    border-radius: 27px;
    filter: blur(25px);
    z-index: -1;
    opacity: 0.2;
    transform: rotate(-15deg);
    position: absolute;
    top: -15%;
    background: linear-gradient(45deg, rgb(100,139,168) 0%, rgb(150,173,200) 100%);
    content: "";
    width: 70%;
    height: 130%;
    animation: pulse 8s infinite alternate;
    right: -20%;
}

.newsletter-subscription-local .input_holder {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    display: flex;
    transition: all 0.3s ease;
    max-width: 600px;
    width: 100%;
    overflow: hidden;
    border-radius: 27px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    align-items: center;
    margin-left: 3rem;
}

.newsletter-subscription-local .query-card-local::before {
    position: absolute;
    transition: all 0.5s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    width: 100%;
    content: "";
}

.our-team-local {
    background: linear-gradient(135deg, rgb(199,212,226) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}



.our-team-local .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 5;
}

.our-team-local .legacy-edu-local {
    grid-template-columns: 1fr 2fr;
    position: relative;
    gap: 40px;
    align-items: center;
    display: grid;
}

.our-team-local .path-creators-local:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.our-team-local .cover-photo-local {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
    border: 4px solid #ffffff;
    width: 200px;
    border-radius: 50%;
}



.our-team-local .smart-guide-local {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.our-team-local .skill-sessions-local {
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}

.our-team-local .impact-numbers-local {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 15px;
    color: rgb(100,139,168);
}

.our-team-local .text-holder-box-local::before {
    position: absolute;
    content: '';
    width: 40px;
    border-top: 2px solid rgb(150,173,200);
    border-left: 2px solid rgb(150,173,200);
    height: 40px;
    opacity: 0.5;
    top: 20px;
    left: 20px;
}

.our-team-local .guide-approach-local svg {
    width: 40px;
    transition: transform 0.5s ease;
    height: 40px;
    fill: rgb(150,173,200);
    margin-right: 10px;
}

.our-team-local h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(150,173,200) 0%, rgb(100,139,168) 100%);
    transition: width 0.5s ease;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
}

.gratWrap-local::after {
    z-index: 0;
    bottom: -80px;
    height: 280px;
    filter: blur(70px);
    right: -80px;
    width: 280px;
    position: absolute;
    content: "";
    animation: float 15s ease-in-out infinite reverse;
    background: rgb(150,173,200,0.5);
}

.gratWrap-local .legacy-edu-local > div:first-child {
    position: relative;
}

.gratWrap-local .legacy-edu-local > div:first-child::after {
    position: absolute;
    bottom: -1rem;
    transform: scaleX(1);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(150,173,200) 0%, rgb(100,139,168) 100%);
    transform-origin: left center;
    left: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.gratWrap-local .legacy-edu-local:hover h5 {
    transform: translateX(10px);
}

.gratWrap-local a:hover {
    transform: translateY(-5px);
}

.gratWrap-local a::before {
    z-index: -1;
    height: 0;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
    background: linear-gradient(to top, rgb(150,173,200,0.5) 0%, transparent 100%);
    bottom: 0;
    position: absolute;
}

.aspiring-learners-local .legacy-edu-local {
    position: relative;
}

.aspiring-learners-local h4 {
    font-size: 32px;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 50px;
}

.aspiring-learners-local div > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.aspiring-learners-local p::after {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, 
                rgb(150,173,200,0.5) 0%, 
                transparent 30%);
    opacity: 0;
    height: 100%;
}

.aspiring-learners-local p:hover svg {
    transform: scale(1.2);
}

.aspiring-learners-local p:hover svg path {
    fill: rgb(100,139,168);
}



.aspiring-learners-local .legacy-edu-local > div p {
    animation: fadeInSlide 0.5s ease forwards;
    opacity: 0;
}

.aspiring-learners-local .legacy-edu-local > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.aspiring-learners-local .legacy-edu-local > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.contact-form-section-local::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    content: '';
    background-blend-mode: multiply;
    z-index: 0;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
}

.contact-form-section-local .query-message-local #contact {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.contact-form-section-local .query-message-local input[type="text"],
.contact-form-section-local .query-message-local textarea {
    margin-bottom: 30px;
    border: none;
    color: #000000;
    padding: 20px 25px;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
    border-radius: 50px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.03);
}

.contact-form-section-local .query-message-local .reach-box-local label::before {
    left: 0;
    position: absolute;
    background-color: transparent;
    top: 2px;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    content: '';
    width: 22px;
    border-radius: 50%;
}

.contact-form-section-local .query-message-local .reach-box-local a:hover {
    color: rgb(100,139,168);
}

.contact-form-section-local .query-message-local .query-card-local::before {
    transition: all 0.6s ease;
    width: 100%;
    content: '';
    position: absolute;
    left: -100%;
    height: 100%;
    top: 0;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
}

.contact-form-section-local .inquiry-map-local h4 {
    color: #ffffff;
    font-size: 24px;
    z-index: 1;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.contact-form-section-local .inquiry-map-local .query-inquiry-local {
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    padding: 0;
    z-index: 1;
    list-style: none;
}

.contact-form-section-local .inquiry-map-local .query-inquiry-local li:last-child {
    margin-bottom: 0;
}

.contact-form-section-local .inquiry-map-local .query-inquiry-local li svg {
    opacity: 0.9;
    margin-right: 20px;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.contact-form-section-local .inquiry-map-local .query-inquiry-local li:hover span::after {
    width: 100%;
}

.contact-form-section-local .inquiry-map-local .query-inquiry-local li a:hover {
    opacity: 0.8;
}

.training-specialist-local {
    position: relative;
    background: linear-gradient(150deg, rgb(199,212,226) 0%, #000000 100%);
    min-height: 700px;
    padding: 8rem 0;
    overflow: hidden;
}

.training-specialist-local .edu-quotes-local::before {
    left: 0;
    background: linear-gradient(90deg, rgb(150,173,200,0.5) 0%, transparent 50%);
    filter: blur(40px);
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    top: 50%;
    position: absolute;
    z-index: -1;
    height: 90%;
    border-radius: 22px;
    opacity: 0.3;
    content: "";
    right: 0;
    transform: translateY(-50%);
}

.training-specialist-local .edu-quotes-local:hover .cover-photo-local {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}

.training-specialist-local .cover-photo-local::before {
    background: rgb(150,173,200);
    position: absolute;
    z-index: 3;
    opacity: 0.7;
    width: 10px;
    height: 100%;
    animation: pulseOpacity 3s ease-in-out infinite;
    top: 0;
    content: "";
    left: 0;
}

.training-specialist-local .edu-quotes-local:hover .name::after {
    width: 60%;
}

.training-specialist-local .edu-quotes-local span:not(.name) {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    grid-area: job;
    align-self: start;
    z-index: 3;
    transform: translateX(0);
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    font-size: 23px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    display: inline-block;
    position: relative;
    color: rgb(100,139,168);
    padding: 0.6rem 1.2rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.welcome-page-local {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.welcome-page-local .main-title-local {
    position: relative;
    z-index: 1;
    align-items: center;
    padding: 8% 10%;
    display: flex;
    min-height: 100vh;
    justify-content: flex-start;
}

.welcome-page-local .master-study-local {
    max-width: 750px;
    z-index: 2;
    position: relative;
    opacity: 0;
    animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    transform: translateX(calc(5% + 5vw));
}

.welcome-page-local .master-study-local::after {
    background: linear-gradient(90deg, rgb(150,173,200) 0%, rgb(100,139,168) 100%);
    content: "";
    width: 80px;
    transform: scaleX(0);
    height: 4px;
    left: 0;
    transform-origin: left;
    bottom: -40px;
    position: absolute;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.2s;
}

.welcome-page-local h3 {
    margin-bottom: 1.5rem;
    position: relative;
    max-width: 90%;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    font-size: clamp(1.2rem, 2vw + 0.5rem, 1.8rem);
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
}

.privacy-fortification-local::before {
    background: radial-gradient(circle at 10% 30%, rgb(100,139,168,0.5) 0%, transparent 60%);
    opacity: 0.15;
    left: 0;
    width: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}

.privacy-fortification-local h1 {
    font-weight: 700;
    padding-bottom: 0.5rem;
    font-size: 45px;
    transform: translateZ(10px);
    border-bottom: 3px solid rgb(100,139,168,0.5);
    color: rgb(150,173,200);
    letter-spacing: -0.02em;
    margin-bottom: 2.5rem;
    display: inline-block;
    position: relative;
}

.privacy-fortification-local h3::before {
    top: 50%;
    height: 0.6rem;
    content: "";
    width: 0.6rem;
    position: absolute;
    background: rgb(100,139,168,0.5);
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}

.privacy-fortification-local p {
    line-height: 1.7;
    font-size: 18px;
    transform: translateZ(0);
    max-width: 90ch;
    margin-bottom: 1.5rem;
    position: relative;
    padding-right: 1rem;
    color: #000000;
}

.privacy-fortification-local ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2.5rem 1.5rem;
    position: relative;
}

.privacy-fortification-local li {
    padding-left: 1.5rem;
    line-height: 1.6;
    transform: translateZ(0);
    font-size: 18px;
    position: relative;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    color: #000000;
}

.privacy-fortification-local span:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.9);
}



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


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



@media (max-width: 768px) {.educational-gains-local {
    padding: 60px 0;
}.educational-gains-local .cover-photo-local {
    max-height: 320px;
}.educational-gains-local h1 {
    font-size: calc(42px * 0.8);
}.educational-gains-local li {
    padding: 12px 15px;
    margin-bottom: 15px;
}.educational-gains-local li p {
    font-size: calc(13px * 0.95);
}.educational-gains-local li svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}


@media only screen and (max-width: 768px) {.usageAgreementAlert-local .container {
    flex-direction: column;
    align-items: center;
}.visitor-controls-local {
    margin-bottom: 1rem;
    margin-right: 0;
}.track-manage-local {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.visitor-privacy-local {
    margin-left: 0;
    margin-top: 0.5rem;
}}



@media (max-width: 992px) {.partner-logo-local {
    padding: 3.5rem 0 2rem;
}.partner-logo-local .container {
    flex-direction: column;
    gap: 2.5rem;
}.partner-logo-local .company_holder,
    .partner-logo-local .eco-foot-local {
    flex: 1 1 100%;
    min-width: 100%;
}.partner-logo-local .head-skill-local {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}



@media (max-width: 420px) {.partner-logo-local .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.partner-logo-local .company_holder h3 {
    padding: 0.4rem 1rem;
}.partner-logo-local .head-skill-local h5 {
    padding: 0.4rem 1rem;
}.partner-logo-local .head-skill-local .top-sitebar-local {
    padding: 1rem;
}.partner-logo-local .head-skill-local .top-sitebar-local a:hover {
    transform: translateX(3px);
}.trade-mark-local .license-cta-local {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}



@media (max-width: 479px) {header .head-guide-local {
    padding: 0.7rem 1.2rem;
}header .header-page-local {
    max-width: 120px;
}header .header-know-local a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}header::after {
    height: 3px;
}
}



@media (max-width: 768px) {.plan-display-local {
    padding: 60px 0;
}.plan-display-local h2 {
    font-size: calc(36px - 6px);
}.plan-display-local .learning-price-local {
    font-size: calc(17px - 1px);
}.plan-display-local .offer-box-local {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}.plan-display-local .plan-options-local h4 {
    font-size: 20px;
}.plan-display-local .plan-options-local p {
    margin-bottom: 20px;
    font-size: calc(17px - 2px);
}
}



@media (min-width: 992px) {.course-overview-local h2 {
    max-width: 60%;
    font-size: calc(36px * 1.2);
    transform: translateX(0);
}.course-overview-local .cover-photo-local {
    height: 520px;
    transform: perspective(1500px) rotateY(-8deg) translateX(-40px);
}.course-overview-local .text-holder-box-local {
    flex-direction: column;
    max-height: 520px;
    display: flex;
    justify-content: center;
    padding: 3.5rem;
    margin-left: -80px;
}.course-overview-local .description {
    line-height: 1.8;
    max-height: 350px;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 992px) {.newsletter-subscription-local {
    padding: 3rem 1.5rem;
}.newsletter-subscription-local p {
    font-size: calc(30px * 0.9);
    max-width: 80%;
    transform: translateX(15px);
}.newsletter-subscription-local .input_holder {
    margin-left: 2rem;
}
}



@media (max-width: 576px) {.newsletter-subscription-local {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.newsletter-subscription-local .container {
    transform: skewY(1deg);
}.newsletter-subscription-local p {
    font-size: 21px;
    margin-bottom: 1.5rem;
}.newsletter-subscription-local .legacy-edu-local::before {
    right: -50%;
    width: 100%;
}}



@media (max-width: 480px) {.our-team-local {
    padding: 40px 0;
}.our-team-local .cover-photo-local {
    height: 120px;
    width: 120px;
    margin-bottom: 15px;
}.our-team-local .skill-sessions-local {
    font-size: calc(20px * 0.9);
}.our-team-local .impact-numbers-local {
    font-size: calc(17px * 0.9);
}.our-team-local .guide-approach-local {
    font-size: calc(16px * 0.9);
}.our-team-local h2 {
    padding-bottom: 10px;
    font-size: calc(38px * 0.7);
}.our-team-local p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 767px) {.gratWrap-local {
    padding: 80px 0;
}.gratWrap-local .legacy-edu-local {
    padding: 2.5rem;
}.gratWrap-local h5 {
    font-size: calc(21px * 0.9);
}.gratWrap-local p {
    font-size: calc(13px * 0.95);
}.gratWrap-local .legacy-edu-local > div:first-child::after {
    width: 60px;
}
}



@media (max-width: 768px) {.aspiring-learners-local {
    padding: 70px 0;
}.aspiring-learners-local h4 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.aspiring-learners-local h4::after {
    width: 60px;
}.aspiring-learners-local div > div {
    gap: 15px;
}.aspiring-learners-local p {
    padding: 18px 20px;
}
}



@media (max-width: 768px) {.contact-form-section-local {
    padding: 60px 0;
}.contact-form-section-local h3 {
    font-size: calc(31px - 4px);
    margin-bottom: 50px;
}.contact-form-section-local .query-message-local h3,
    .contact-form-section-local .inquiry-map-local h4 {
    margin-bottom: 30px;
    font-size: calc(24px - 2px);
}.contact-form-section-local .query-message-local input[type="text"],
    .contact-form-section-local .query-message-local textarea {
    padding: 16px 20px;
    margin-bottom: 20px;
}.contact-form-section-local .query-message-local textarea {
    height: 120px;
}.contact-form-section-local .query-message-local .query-card-local {
    padding: 16px;
}.contact-form-section-local .inquiry-map-local .query-inquiry-local li {
    margin-bottom: 25px;
}
}



@media (max-width: 576px) {.training-specialist-local {
    padding: 5rem 0;
}.training-specialist-local .cover-photo-local {
    height: 250px;
}.training-specialist-local .name {
    font-size: 23px;
}.training-specialist-local .edu-quotes-local span:not(.name) {
    font-size: 12px;
    padding: 0.5rem 1rem;
}.training-specialist-local .employee-view-local {
    font-size: calc(12px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
    width: 95%;
}}



@media (max-width: 768px) {.welcome-page-local .main-title-local {
    padding-top: 25vh;
    align-items: flex-start;
    padding: 15% 5%;
}.welcome-page-local .master-study-local {
    max-width: 100%;
}.welcome-page-local .master-study-local::before {
    display: none;
}.welcome-page-local h1 {
    font-size: clamp(2rem, 7vw, 3rem);
}.welcome-page-local h3 {
    max-width: 100%;
    font-size: clamp(1.1rem, 3.5vw, 1.5rem);
}.welcome-page-local p {
    margin-top: 1.5rem;
    max-width: 100%;
}
}



@media (min-width: 992px) {.privacy-fortification-local {
    padding: 7rem 4rem;
}.privacy-fortification-local h1 {
    transform: translateX(2rem) translateZ(10px);
}.privacy-fortification-local span {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 2rem;
    width: calc(100% - 4rem);
}.privacy-fortification-local span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.privacy-fortification-local p, .privacy-fortification-local li {
    font-size: calc(18px * 1.05);
}
}



@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



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



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(150,173,200,0.5);
    }
    50% {
        border-color: rgb(100,139,168,0.5);
    }
    100% {
        border-color: rgb(150,173,200,0.5);
    }
}



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}



@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}



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



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

