html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
    height: 100%;
}

html {
    scrollbar-width: none;
    scrollbar-color: #ffffff #ffffff;
}

.partner-logo-local {
    flex: 0 0 auto;
}

.partner-logo-local {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}

.educational-gains-local::before {
    width: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(150,173,200,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(100,139,168,0.5), 0.08) 0%, transparent 60%);
    top: 0;
    left: 0;
    height: 100%;
}

.educational-gains-local .cover-photo-local:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(30px);
}

.educational-gains-local .legacy-edu-local:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}

.educational-gains-local .text-holder-box-local {
    padding: 20px 0;
    position: relative;
}

.educational-gains-local .text-holder-box-local:hover::before {
    transform: scaleY(1);
}

.educational-gains-local h1::after {
    height: 3px;
    content: "";
    background: linear-gradient(to right, rgb(150,173,200), rgb(100,139,168));
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: width 0.4s ease;
    width: 80px;
    border-radius: 10px;
}

.educational-gains-local li:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(5px) translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.educational-gains-local li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.educational-gains-local li svg path {
    transition: fill 0.3s ease;
    fill: rgb(150,173,200);
}

.educational-gains-local li:nth-child(odd):hover {
    transform: translateX(0) translateY(-2px);
}

#cookieWarningNotice-local:checked ~ .usageAgreementAlert-local {
    visibility: hidden;
    opacity: 0;
}

.visitor-controls-local {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.visitor-controls-local svg {
    height: 50px;
    width: 50px;
    fill: rgb(150,173,200);
}

.track-manage-local h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(150,173,200);
}

.cookie_button.visitor-privacy-local {
    background: #000000;
    margin-left: 0.5rem;
}

.cookie_button.visitor-privacy-local:hover {
    background: rgb(150,173,200);
}

.usageAgreementAlert-local p a:hover {
    color: #000000;
}


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

.partner-logo-local::before {
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.2;
    background: #ffffff;
    height: 10px;
}

.partner-logo-local .edu-links-local {
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    background: rgba(0, 0, 0, 0.15);
    font-size: 15px;
    padding: 1.5rem;
    line-height: 1.6;
    margin: 0 1rem;
    color: #ffffff;
}

.partner-logo-local .head-skill-local {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
}

.partner-logo-local .head-skill-local .top-sitebar-local a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    display: block;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    text-decoration: none;
    padding: 0.6rem 1rem;
}

.trade-mark-local {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    margin-top: 3rem;
    padding: 2rem 0;
}

header .top_plank .master-techpro-local div svg, header .top_plank .master-techpro-local div svg path {
    fill: #ffffff;
}

header .top_plank .master-techpro-local {
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
    display: flex;
}

header:hover::after {
    transform: scaleX(1);
}

header .head-guide-local {
    z-index: 5;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.3rem 2.5rem;
    justify-content: space-between;
}

header .header-page-local {
    perspective: 800px;
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
}

header .site-prime-local:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .site-prime-local::before {
    height: 100%;
    filter: blur(10px);
    transform: translateZ(-10px);
    content: '';
    position: absolute;
    opacity: 0.1;
    background: rgb(150,173,200);
    top: 0;
    width: 100%;
    left: 0;
}

header .header-know-local {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 0.3rem;
}

header .header-know-local a::before {
    transition: opacity 0.4s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(150,173,200,0.5) 0%, 
        rgb(100,139,168,0.5) 100%
    );
    position: absolute;
    transform: translateZ(-5px);
    border-radius: 10px;
    content: '';
    left: 0;
    height: 100%;
    opacity: 0;
}

header .head-guide-local::before {
    height: 1px;
    top: 0;
    left: 35%;
    content: '';
    width: 30%;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(150,173,200), 
        transparent
    );
}

.plan-display-local::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(150,173,200,0.5) 100%);
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.plan-display-local .offer-box-local {
    display: grid;
    margin: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}

.plan-display-local .offer-box-local li:nth-child(2) {
    animation-delay: 0.7s;
}

.plan-display-local .offer-box-local li:nth-child(4) {
    animation-delay: 1.1s;
}

.plan-display-local .fee-deals-local::before {
    top: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    background: rgb(100,139,168);
    right: 0;
    height: 80px;
    width: 80px;
    content: "";
    transform: translate(50%, -50%) rotate(45deg);
    opacity: 0.8;
}

.plan-display-local .plan-options-local h4::after {
    height: 3px;
    left: 0;
    background: rgb(150,173,200);
    position: absolute;
    bottom: -10px;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
}

.plan-display-local .learn-sub-local::before {
    transform: translateX(-100%);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.plan-display-local .enroll-cost-local:hover .plan-options-local h4::after {
    width: 70px;
}

.plan-display-local .enroll-cost-local:active {
    transform: translateY(-2px);
    transition: transform 0.2s;
}

.course-overview-local .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}



.course-overview-local .container {
    animation: fadeSlideUp 0.8s ease-out forwards;
}

.course-overview-local h2::before {
    height: calc(100% - 1rem);
    position: absolute;
    width: 4px;
    content: "";
    border-radius: 2px;
    left: 0;
    top: 0.5rem;
    background: linear-gradient(to bottom, rgb(150,173,200), rgb(100,139,168));
}

.course-overview-local .cover-photo-local::after {
    position: absolute;
    content: "";
    inset: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgba(rgb(150,173,200,0.5), 0.4), transparent);
}

.course-overview-local .description {
    position: relative;
    padding-right: 15px;
    line-height: 1.75;
    max-height: 250px;
    overflow-y: auto;
    font-size: 15px;
    margin-bottom: 1.5rem;
    color: #000000;
}

.course-overview-local .description:first-of-type::first-letter {
    margin-right: 3px;
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(150,173,200);
}

.newsletter-subscription-local .legacy-edu-local {
    margin: 0 auto;
    align-items: flex-start;
    max-width: 1140px;
    display: flex;
    flex-direction: column;
}

.newsletter-subscription-local p {
    max-width: 70%;
    font-weight: 700;
    font-size: 30px;
    padding-left: 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 2rem;
    transform: translateX(30px);
}

.newsletter-subscription-local p::before {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background: rgb(100,139,168);
    left: 0;
    width: 5px;
    border-radius: 10px;
    height: 80%;
}

.newsletter-subscription-local .mail-sub-local:focus {
    box-shadow: inset 0 0 0 2px rgb(150,173,200,0.5);
    background: #ffffff;
}

.newsletter-subscription-local .query-card-local {
    background: linear-gradient(135deg, rgb(100,139,168) 0%, rgb(150,173,200) 100%);
    outline: none;
    cursor: pointer;
    border: none;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 1.2rem 2rem;
    font-size: 16px;
    position: relative;
}

.our-team-local::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: pulse 15s infinite alternate;
    content: '';
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(150,173,200,0.5) 0%, transparent 50%);
    z-index: 1;
}

.our-team-local .legacy-edu-local::before {
    top: -20px;
    position: absolute;
    left: -20px;
    z-index: -1;
    border-radius: 11px;
    opacity: 0.4;
    animation: borderPulse 8s infinite alternate;
    width: calc(100% + 40px);
    content: '';
    border: 1px solid rgb(150,173,200,0.5);
    transform: rotate(-1deg);
    height: calc(100% + 40px);
}

.our-team-local .cover-photo-local::before {
    right: -10px;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    border: 1px solid rgb(150,173,200,0.5);
    animation: rotate 15s linear infinite;
    content: '';
    top: -10px;
    bottom: -10px;
}

.our-team-local .skill-sessions-local::after {
    bottom: -8px;
    background: rgb(150,173,200);
    left: 50%;
    transition: width 0.3s ease;
    width: 50px;
    content: '';
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
}

.our-team-local .text-holder-box-local:hover {
    transform: perspective(1000px) rotateY(0);
}

.our-team-local .text-holder-box-local::after {
    border-bottom: 2px solid rgb(100,139,168);
    opacity: 0.5;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    content: '';
    position: absolute;
    border-right: 2px solid rgb(100,139,168);
}

.our-team-local .guide-approach-local svg path {
    transition: fill 0.3s ease;
    fill: rgb(150,173,200);
}

.our-team-local .text-holder-box-local:hover h2::after {
    width: 120px;
}

.our-team-local p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    font-size: 17px;
}

.gratWrap-local::before {
    left: -50px;
    filter: blur(80px);
    height: 300px;
    z-index: 0;
    top: -50px;
    animation: float 12s ease-in-out infinite;
    position: absolute;
    background: rgb(100,139,168,0.5);
    content: "";
    width: 300px;
}

.gratWrap-local .legacy-edu-local::before {
    background-size: 10px 10px;
    top: 0;
    width: 100%;
    opacity: 0.08;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, transparent 48%, rgb(100,139,168,0.5) 49%, transparent 51%);
    pointer-events: none;
    left: 0;
    position: absolute;
}

.gratWrap-local .legacy-edu-local:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.gratWrap-local h5 {
    font-family: Arial, sans-serif;
    transform: translateX(0);
    font-size: 21px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.gratWrap-local a:hover::before {
    opacity: 0.1;
    height: 100%;
}

.aspiring-learners-local {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: #ffffff;
}

.aspiring-learners-local::before {
    background: linear-gradient(135deg, 
                rgb(150,173,200,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(100,139,168,0.5) 100%);
    z-index: 1;
    left: 0;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}

.aspiring-learners-local p {
    font-size: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    align-items: center;
    position: relative;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 28px;
    margin: 0;
    display: flex;
    padding: 25px 30px;
    overflow: hidden;
}

.aspiring-learners-local p:hover::before {
    width: 8px;
}

.aspiring-learners-local p svg {
    height: 28px;
    width: 28px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: 20px;
}

.aspiring-learners-local p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(100,139,168,0.5) 0%, 
                transparent 30%);
}

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

.contact-form-section-local {
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: rgb(199,212,226);
    padding: 120px 0;
}

.contact-form-section-local .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.contact-form-section-local .connect-list-local {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    display: flex;
    border-radius: 30px;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

.contact-form-section-local .query-message-local {
    flex: 1 1 55%;
    flex-direction: column;
    position: relative;
    justify-content: center;
    padding: 80px;
    background: #ffffff;
    display: flex;
    z-index: 1;
}

.contact-form-section-local .query-message-local h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    color: #000000;
    margin-bottom: 40px;
}

.contact-form-section-local .query-message-local input[type="text"]:focus,
.contact-form-section-local .query-message-local textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(150,173,200,0.5);
    outline: none;
    background-color: rgba(0, 0, 0, 0.015);
}

.contact-form-section-local .query-message-local .reach-box-local input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-form-section-local .query-message-local .reach-box-local input[type="checkbox"]:checked + label::before {
    border-color: rgb(150,173,200);
    background-color: rgb(150,173,200);
}

.contact-form-section-local .query-message-local .reach-box-local a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(150,173,200);
}

.contact-form-section-local .query-message-local .query-card-local {
    background: rgb(150,173,200);
    cursor: pointer;
    border: none;
    display: block;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    border-radius: 50px;
    color: #ffffff;
    font-size: 19px;
    transition: all 0.3s ease;
    padding: 18px;
    margin: 0 auto;
}

.contact-form-section-local .inquiry-map-local::before {
    width: 200%;
    top: -50%;
    z-index: 0;
    background-size: 250px 250px;
    position: absolute;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    opacity: 0.7;
    height: 200%;
    content: '';
    left: -50%;
}

.contact-form-section-local .inquiry-map-local .query-inquiry-local li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact-form-section-local .inquiry-map-local .query-inquiry-local li span::after {
    transition: width 0.3s ease;
    width: 0;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    height: 1px;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.training-specialist-local::before {
    opacity: 0.1;
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    animation: gridFlow 20s linear infinite;
    height: 100%;
    position: absolute;
    background-size: 150px 150px;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(150,173,200,0.5) 85%, rgb(150,173,200,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(100,139,168,0.5) 85%, rgb(100,139,168,0.5) 88%, transparent 88%);
}

.training-specialist-local .cover-photo-local {
    grid-area: photo;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
    transform: scale(1);
    overflow: hidden;
    z-index: 2;
    border-radius: 22px 0 0 22px;
    filter: contrast(1.1) brightness(1.05);
}

.training-specialist-local .name {
    align-self: end;
    grid-area: name;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 28px;
    margin-top: 80px;
    z-index: 3;
    transform: translateX(0);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.training-specialist-local .edu-quotes-local:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}

.training-specialist-local .edu-quotes-local:hover .employee-view-local {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}

.training-specialist-local .container::after {
    width: 300px;
    position: absolute;
    background: radial-gradient(circle, rgb(100,139,168,0.5) 0%, transparent 70%);
    animation: pulseGlow 10s ease-in-out infinite alternate;
    content: "";
    height: 300px;
    bottom: -150px;
    opacity: 0.3;
    right: -150px;
    filter: blur(70px);
    z-index: -1;
}

.welcome-page-local .main-title-local::after {
    background: linear-gradient(to right, rgb(150,173,200,0.5) 0%, transparent 30%, transparent 70%, rgb(100,139,168,0.5) 100%);
    content: "";
    height: 120%;
    top: -10%;
    z-index: -1;
    transform: skewY(-8deg);
    position: absolute;
    left: -10%;
    width: 120%;
    pointer-events: none;
}

.welcome-page-local h1 {
    line-height: 1.1;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.4s;
    font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
    color: #ffffff;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    transform: translateY(30px);
}

.welcome-page-local p {
    color: #ffffff;
    line-height: 1.6;
    border-left: 2px solid rgb(100,139,168);
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    padding-left: 16px;
    max-width: 85%;
    opacity: 0;
    position: relative;
    margin-top: 2rem;
    transform: translateY(15px);
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
}

.privacy-fortification-local .container {
    margin: 0 auto;
    z-index: 1;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
}

.privacy-fortification-local h1::after {
    animation: lineGrow 1.5s ease-out forwards;
    content: "";
    width: 60%;
    transform-origin: left;
    bottom: -3px;
    position: absolute;
    height: 3px;
    left: 0;
    background: rgb(150,173,200);
}

.privacy-fortification-local h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    color: #000000;
    padding-left: 1.25rem;
    position: relative;
    font-size: calc(32px * 0.85);
    font-weight: 600;
}

.privacy-fortification-local h4 {
    position: relative;
    padding-left: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #000000;
    font-size: calc(32px * 0.7);
}

.privacy-fortification-local p strong {
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}

.privacy-fortification-local ul::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 2px;
    left: -1rem;
    background: linear-gradient(to bottom, rgb(100,139,168,0.5), transparent);
}

.privacy-fortification-local li:hover {
    transform: translateX(5px) translateZ(0);
}

.privacy-fortification-local span {
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    line-height: 1.7;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    transform: translateZ(0);
    display: block;
    font-size: 18px;
    border-left: 3px solid rgb(100,139,168);
    background: rgba(255,255,255,0.7);
    padding: 1.25rem;
    color: #000000;
}



@media (max-width: 992px) {.educational-gains-local {
    padding: 80px 0;
}.educational-gains-local .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.educational-gains-local .cover-photo-local {
    max-height: 400px;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}.educational-gains-local .legacy-edu-local {
    transform: none;
}.educational-gains-local h1 {
    margin-bottom: 25px;
    font-size: calc(42px * 0.9);
}
}



@media (max-width: 576px) {.educational-gains-local {
    padding: 50px 0;
}.educational-gains-local .cover-photo-local {
    max-height: 250px;
}.educational-gains-local h1 {
    font-size: calc(42px * 0.7);
}.educational-gains-local .text-holder-box-local::before {
    width: 3px;
    left: -15px;
}.educational-gains-local li {
    margin-bottom: 12px;
    padding: 10px 12px;
}.educational-gains-local li p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.educational-gains-local li svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}}



@media (max-width: 768px) {.partner-logo-local {
    padding: 3rem 0 1.5rem;
}.partner-logo-local .company_holder {
    padding: 2rem;
}.partner-logo-local .company_holder h3 {
    font-size: calc(30px - 2px);
}.partner-logo-local .top-sitebar-local {
    gap: 1.5rem;
}.trade-mark-local {
    margin-top: 2rem;
}
}



@media (min-width: 1400px) {header .head-guide-local {
    max-width: 1320px;
    margin: 0 auto;
}header .header-know-local {
    margin: 0 0.5rem;
}header .header-know-local a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head-guide-local {
    padding: 0.8rem 1.5rem;
}header .header-page-local {
    max-width: 140px;
}header .site-prime-local img {
    max-height: 35px;
}header .head-skill-local {
    scrollbar-width: thin;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}header .head-skill-local::-webkit-scrollbar {
    height: 3px;
}header .head-skill-local::-webkit-scrollbar-thumb {
    background: rgb(150,173,200,0.5);
    border-radius: 10px;
}header .header-know-local {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .header-know-local a {
    font-size: calc(13px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}
}




@media (min-width: 768px) {.course-overview-local {
    padding: 8rem 0;
}.course-overview-local h2 {
    font-size: calc(36px * 1.1);
    margin-bottom: 4rem;
    max-width: 70%;
}.course-overview-local .career-path-local {
    grid-template-columns: 45% 55%;
    gap: 0;
}.course-overview-local .cover-photo-local {
    transform: perspective(1200px) rotateY(-5deg) translateX(-30px);
    height: 480px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}.course-overview-local .text-holder-box-local {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
    padding: 3rem;
    margin-left: -50px;
}
}



@media (max-width: 767px) {.course-overview-local {
    padding: 4rem 0;
}.course-overview-local h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.course-overview-local .cover-photo-local {
    height: 280px;
    margin-bottom: 1rem;
}.course-overview-local .text-holder-box-local {
    padding: 1.5rem;
    max-height: none;
}.course-overview-local .description {
    line-height: 1.6;
    max-height: 200px;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 992px) {.our-team-local {
    padding: 80px 0;
}.our-team-local .container {
    padding: 0 20px;
}.our-team-local .legacy-edu-local {
    gap: 30px;
    grid-template-columns: 1fr;
}.our-team-local .path-creators-local {
    margin: 0 auto;
    max-width: 400px;
}.our-team-local .text-holder-box-local {
    transform: none;
    padding: 30px;
}.our-team-local h2 {
    font-size: calc(38px * 0.9);
}
}



@media (min-width: 768px) {.gratWrap-local {
    padding: 150px 0;
}.gratWrap-local .legacy-edu-local {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    gap: 3rem;
    align-items: center;
}.gratWrap-local h5 {
    font-size: calc(21px * 1.1);
    margin-bottom: 0;
}.gratWrap-local p {
    font-size: calc(13px * 1.05);
}
}



@media (min-width: 992px) {.gratWrap-local {
    padding: 180px 0;
}.gratWrap-local .legacy-edu-local {
    padding: 5rem;
}.gratWrap-local h5 {
    font-size: calc(21px * 1.2);
}.gratWrap-local .legacy-edu-local > div:first-child::after {
    width: 100px;
}
}



@media (max-width: 991px) {.aspiring-learners-local {
    padding: 90px 0;
}.aspiring-learners-local h4 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.aspiring-learners-local div > div {
    gap: 18px;
}.aspiring-learners-local p {
    padding: 20px 25px;
}.aspiring-learners-local p svg {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
}



@media (max-width: 992px) {.contact-form-section-local {
    padding: 80px 0;
}.contact-form-section-local .connect-list-local {
    flex-direction: column;
}.contact-form-section-local .query-message-local,
    .contact-form-section-local .inquiry-map-local {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}



@media (max-width: 576px) {.contact-form-section-local {
    padding: 50px 0;
}.contact-form-section-local .query-message-local,
    .contact-form-section-local .inquiry-map-local {
    padding: 40px 25px;
}.contact-form-section-local h3 {
    font-size: calc(31px - 6px);
}.contact-form-section-local .query-message-local .reach-box-local label {
    font-size: calc(12px - 3px);
}.contact-form-section-local .connect-list-local {
    border-radius: 20px;
}.contact-form-section-local .query-message-local input[type="text"],
    .contact-form-section-local .query-message-local textarea {
    border-radius: 25px;
}.contact-form-section-local .query-message-local textarea {
    border-radius: 20px;
}}



@media (max-width: 1200px) {.welcome-page-local .main-title-local {
    padding: 10% 8%;
}.welcome-page-local .master-study-local {
    max-width: 650px;
}
}



@media (max-width: 991px) {.welcome-page-local .main-title-local {
    padding: 12% 6%;
    min-height: 90vh;
}.welcome-page-local .master-study-local::before {
    left: -4vw;
}.welcome-page-local h1 {
    margin-bottom: 1.5rem;
}.welcome-page-local h3 {
    max-width: 95%;
}
}



@media (max-width: 576px) {.welcome-page-local .main-title-local {
    min-height: 80vh;
    padding: 25% 5% 15%;
}.welcome-page-local .main-title-local::after {
    transform: skewY(-12deg);
}.welcome-page-local h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.welcome-page-local h3 {
    line-height: 1.5;
    font-size: clamp(1rem, 4vw, 1.2rem);
}.welcome-page-local p {
    padding-left: 12px;
    font-size: 1rem;
}.welcome-page-local .master-study-local::after {
    width: 60px;
    bottom: -25px;
}}



@media (max-width: 767px) {.privacy-fortification-local {
    padding: 4rem 1.5rem;
}.privacy-fortification-local h1 {
    margin-bottom: 2rem;
    font-size: calc(45px * 0.9);
}.privacy-fortification-local h2 {
    font-size: calc(32px * 0.9);
    margin-top: 2.5rem;
    padding-left: 1.25rem;
}.privacy-fortification-local h3, .privacy-fortification-local h4 {
    padding-left: 1rem;
}.privacy-fortification-local p, .privacy-fortification-local li, .privacy-fortification-local span {
    font-size: calc(18px * 0.95);
}.privacy-fortification-local ul {
    margin-left: 0.5rem;
}.privacy-fortification-local li {
    padding-left: 1.25rem;
}.privacy-fortification-local span {
    padding: 1rem;
}
}



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

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

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



@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}



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



@keyframes lineGrow {
  from {
    height: 0;
  }
  to {
    height: 70%;
  }
}

