* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.top-core-local {
    flex: 1 0 auto;
}

.top-core-local {
    z-index: 1;
    background: #ffffff;
    position: relative;
    padding-top: 2rem;
}

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

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

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

.educational-gains-local::after {
    position: absolute;
    opacity: 0.05;
    width: 300px;
    top: -150px;
    filter: blur(50px);
    background: linear-gradient(45deg, rgb(150,173,200) 0%, rgb(100,139,168) 100%);
    right: -150px;
    border-radius: 50%;
    content: "";
    z-index: 0;
    height: 300px;
}

.educational-gains-local .cover-photo-local {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    filter: saturate(1.05);
    object-fit: cover;
    transform: perspective(1000px) rotateY(-5deg) translateZ(20px);
    width: 100%;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.educational-gains-local h1 {
    font-weight: 700;
    line-height: 1.3;
    transform: translateX(0);
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    transition: transform 0.4s ease;
    font-size: 42px;
}

.educational-gains-local h1:hover::after {
    width: 120px;
}

.educational-gains-local li {
    border-radius: 10px;
    transition: all 0.3s ease;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    display: flex;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}

.educational-gains-local li:hover svg path {
    fill: rgb(100,139,168);
}

.educational-gains-local li:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}

#cookieWarningNotice-local {
    display: none;
}

.usageAgreementAlert-local .container {
    justify-content: space-between;
    display: flex;
    position: relative;
    gap: 1rem;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}

.track-manage-local {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}

.cookie-data-local {
    border: none;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background: rgb(150,173,200);
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    font-size: 1rem;
    cursor: pointer;
}

footer::after {
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background-size: 20px 20px;
    left: 0;
    right: 0;
}

.partner-logo-local .company_holder {
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
}

.partner-logo-local .eco-foot-local {
    flex: 1 1 calc(100% - 480px);
    flex-direction: column;
    min-width: 400px;
    gap: 2rem;
    display: flex;
}

.partner-logo-local .head-skill-local h5 {
    display: inline-block;
    position: relative;
    font-size: 21px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    margin: 0 0 1.5rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 600;
    padding: 0.5rem 1.5rem;
}

.partner-logo-local .head-skill-local .top-sitebar-local a::before {
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    content: "";
    width: 3px;
    top: 0;
    background: #ffffff;
    position: absolute;
    height: 100%;
}

.trade-mark-local .license-cta-local {
    color: #ffffff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    text-align: center;
    padding: 0.7rem 2rem;
    font-size: 15px;
}

header .top_plank .master-techpro-local div img, header .top_plank .master-techpro-local div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}

header::after {
    transform-origin: center;
    background: linear-gradient(to right, 
        rgb(150,173,200), 
        rgb(100,139,168), 
        rgb(150,173,200)
    );
    transform: scaleX(0.7);
    left: 0;
    content: '';
    width: 100%;
    transition: transform 0.5s ease;
    position: absolute;
    bottom: 0;
    height: 5px;
}

header .site-prime-local {
    transform-style: preserve-3d;
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .head-skill-local {
    list-style: none;
    position: relative;
    padding: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin: 0;
    display: flex;
}

header .header-know-local a {
    align-items: center;
    transition: all 0.4s ease;
    position: relative;
    background: #ffffff;
    font-size: 13px;
    display: flex;
    transform: translateZ(0);
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    border-radius: 10px;
    justify-content: center;
    transform-style: preserve-3d;
    font-weight: 600;
}

header .header-know-local a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}



@supports not (transform-style: preserve-3d) {header .site-prime-local:hover {
    transform: translateY(-3px);
}header .header-know-local a:hover {
    transform: translateY(-3px);
}}

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

.plan-display-local .learning-price-local {
    font-size: 17px;
    opacity: 0;
    transform: translateX(-10px);
    color: #ffffff;
    line-height: 1.6;
    animation: slideInDesc 0.8s forwards 0.4s;
    max-width: 800px;
    margin-bottom: 40px;
}

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

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

.plan-display-local .fee-deals-local {
    padding: 30px;
    height: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(199,212,226) 100%);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-left: 4px solid rgb(150,173,200);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    box-sizing: border-box;
    transition: all 0.4s ease;
}

.plan-display-local .plan-options-local p {
    white-space: normal;
    word-wrap: break-word;
    hyphens: auto;
    color: #000000;
    margin: 0 0 25px;
    overflow-wrap: break-word;
    font-size: calc(17px - 1px);
    line-height: 1.6;
    flex-grow: 1;
}

.plan-display-local .enroll-cost-local:hover {
    transform: translateY(-8px);
}

.plan-display-local .enroll-cost-local:hover .fee-deals-local {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-left-width: 8px;
}

.plan-display-local .enroll-cost-local:hover .fee-deals-local::before {
    transform: translate(40%, -40%) rotate(45deg);
}

.plan-display-local .enroll-cost-local:hover .learn-sub-local::before {
    transform: translateX(100%);
}

.course-overview-local::before {
    z-index: 0;
    left: 0;
    background-image: 
    linear-gradient(30deg, rgba(rgb(150,173,200,0.5), 0.03) 1px, transparent 1px),
    linear-gradient(120deg, rgba(rgb(150,173,200,0.5), 0.03) 1px, transparent 1px);
    position: absolute;
    height: 100%;
    top: 0;
    background-position: 0 0;
    transform: skewY(-3deg);
    content: "";
    background-size: 40px 40px;
    width: 100%;
}

.course-overview-local .cover-photo-local {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    position: relative;
    height: 360px;
    transform: perspective(1000px) rotateY(-3deg);
}

.course-overview-local .text-holder-box-local {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(10px);
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.course-overview-local .description:first-of-type {
    position: relative;
}

.newsletter-subscription-local {
    position: relative;
    transform: skewY(-2deg);
    background: linear-gradient(135deg, rgb(199,212,226) 0%, rgb(150,173,200,0.5) 100%);
    margin: 5rem 0;
    padding: 4rem 2rem;
    overflow: hidden;
}

.newsletter-subscription-local .legacy-edu-local::after {
    position: absolute;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: -1;
    height: 60%;
    background: rgb(150,173,200,0.5);
    bottom: -20%;
    animation: float 6s infinite alternate;
    left: 10%;
    width: 40%;
}

.newsletter-subscription-local .input_holder:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.newsletter-subscription-local .mail-sub-local {
    outline: none;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 13px;
    flex: 1;
    transition: all 0.3s ease;
    border: none;
    background: #ffffff;
    padding: 1.2rem 1.5rem;
}

.newsletter-subscription-local .query-card-local:hover::before {
    left: 100%;
}

.newsletter-subscription-local .query-card-local:hover {
    background: linear-gradient(135deg, rgb(150,173,200) 0%, rgb(100,139,168) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.our-team-local::after {
    position: absolute;
    animation: pulse 20s infinite alternate-reverse;
    right: 0;
    background: radial-gradient(circle at 90% 80%, rgb(100,139,168,0.5) 0%, transparent 50%);
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: 1;
    content: '';
}



.our-team-local .path-creators-local {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.our-team-local .cover-photo-local::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: -20px;
    animation: rotate 25s linear infinite reverse;
    border: 1px dashed rgb(100,139,168,0.5);
    top: -20px;
    right: -20px;
    bottom: -20px;
}

.our-team-local .path-creators-local:hover .skill-sessions-local::after {
    width: 100px;
}

.our-team-local .text-holder-box-local {
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
}

.our-team-local .guide-approach-local {
    color: rgb(150,173,200);
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
}

.our-team-local h2 {
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 38px;
}

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

.gratWrap-local .container {
    position: relative;
    z-index: 2;
}

.gratWrap-local .legacy-edu-local {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.85);
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 3.5rem;
    backdrop-filter: blur(15px);
    gap: 2rem;
    grid-template-columns: 1fr;
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
}

.gratWrap-local a {
    transform: translateY(0);
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    position: relative;
    overflow: hidden;
}

.gratWrap-local p {
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin: 0;
}

.aspiring-learners-local .container {
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.aspiring-learners-local h4::after {
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(150,173,200);
    content: "";
    border-radius: 10px;
    left: 50%;
    width: 80px;
    position: absolute;
}

.aspiring-learners-local p::before {
    position: absolute;
    left: 0;
    height: 100%;
    background: rgb(150,173,200);
    width: 5px;
    content: "";
    transition: width 0.3s ease;
    top: 0;
}

.aspiring-learners-local p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.aspiring-learners-local p:hover::after {
    opacity: 0.2;
}

.aspiring-learners-local p svg path {
    fill: rgb(150,173,200);
    transition: fill 0.3s ease;
}

.aspiring-learners-local p:nth-child(even)::before {
    background: rgb(100,139,168);
}

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

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

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

.contact-form-section-local .cover-photo-local {
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.07;
    height: 100%;
    left: 0;
    z-index: 0;
    filter: contrast(1.2) saturate(0.8);
}

.contact-form-section-local h3 {
    font-weight: 300;
    text-align: center;
    font-size: 31px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 70px;
    letter-spacing: 1px;
}

.contact-form-section-local .query-message-local::before {
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    position: absolute;
    top: 0;
    content: '';
}

.contact-form-section-local .query-message-local textarea {
    border-radius: 25px;
    height: 150px;
    resize: vertical;
    padding-top: 25px;
}

.contact-form-section-local .query-message-local .reach-box-local {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.contact-form-section-local .query-message-local .reach-box-local label {
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
    font-size: calc(12px - 2px);
    padding-left: 35px;
    position: relative;
}

.contact-form-section-local .query-message-local .reach-box-local input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg);
    top: 10px;
    left: 7px;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    border-left: 2px solid #ffffff;
    content: '';
    position: absolute;
    height: 5px;
}

.contact-form-section-local .query-message-local .query-card-local:hover {
    box-shadow: 0 5px 15px rgb(150,173,200,0.5);
    background: rgb(100,139,168);
    transform: translateY(-2px);
}

.contact-form-section-local .query-message-local .query-card-local:hover::before {
    left: 100%;
}

.contact-form-section-local .inquiry-map-local {
    display: flex;
    position: relative;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    padding: 80px 60px;
    flex: 1 1 45%;
    background: linear-gradient(135deg, rgb(150,173,200) 0%, rgb(100,139,168) 100%);
}

.contact-form-section-local .inquiry-map-local .query-inquiry-local li {
    align-items: center;
    margin-bottom: 35px;
    position: relative;
    transition: transform 0.3s ease;
    display: flex;
}

.contact-form-section-local .inquiry-map-local .query-inquiry-local li:hover {
    transform: translateX(5px);
}

.contact-form-section-local .inquiry-map-local .query-inquiry-local li span {
    font-size: 12px;
    color: #ffffff;
    position: relative;
    line-height: 1.5;
}

.contact-form-section-local .inquiry-map-local .query-inquiry-local li a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

.training-specialist-local .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1300px;
}

.training-specialist-local .edu-quotes-local {
    position: relative;
    min-height: 580px;
    gap: 20px 30px;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    background: transparent;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 45% 1fr;
    display: grid;
}

.training-specialist-local .edu-quotes-local::after {
    width: 100%;
    border-radius: 22px;
    left: 0;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    z-index: -2;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    content: "";
    top: 0;
    height: 100%;
}

.training-specialist-local .edu-quotes-local:hover .name {
    transform: translateX(15px);
}

.training-specialist-local .name::after {
    width: 0;
    bottom: 0;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    background: rgb(150,173,200);
    transition: width 0.5s ease;
}

.training-specialist-local .employee-view-local {
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    border-radius: 22px;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 2;
    transform: translateY(0);
    align-self: start;
    border-left: 4px solid rgb(100,139,168);
    margin-right: 0;
    width: 95%;
    padding: 2rem;
    backdrop-filter: blur(10px);
    color: #ffffff;
    grid-area: quote;
    line-height: 1.8;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    font-size: 12px;
}

.welcome-page-local .main-title-local::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(25,25,35,0.6) 50%, rgba(0,0,0,0.8) 100%);
}

.welcome-page-local .master-study-local::before {
    animation: lineGrow 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    background: rgb(150,173,200);
    content: "";
    height: 0;
    left: -5vw;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 3px;
}

.welcome-page-local h1::after {
    height: 3px;
    width: 60px;
    left: 0;
    bottom: -0.5rem;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    content: "";
    background: rgb(150,173,200);
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
}

.privacy-fortification-local {
    background: linear-gradient(135deg, rgb(199,212,226) 0%, rgba(250, 250, 255, 0.95) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}

.privacy-fortification-local::after {
    content: "";
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 40%, rgb(150,173,200,0.5) 100%);
    position: absolute;
    transform: skewY(-5deg);
    z-index: 0;
    right: -10px;
    bottom: -10px;
    width: 50%;
    height: 40%;
}

.privacy-fortification-local h2 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 1.25rem;
    transform: translateZ(5px);
    position: relative;
    padding-left: 1.5rem;
    margin-top: 3rem;
    font-size: 32px;
}

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

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

.privacy-fortification-local p strong::after {
    width: 100%;
    left: 0;
    transform-origin: left;
    background: rgb(100,139,168,0.5);
    bottom: -2px;
    transform: scaleX(0.9);
    content: "";
    position: absolute;
    height: 2px;
}

.privacy-fortification-local li::before {
    top: 0.6em;
    border: 2px solid rgb(100,139,168);
    height: 0.5rem;
    position: absolute;
    width: 0.5rem;
    content: "";
    border-radius: 10px;
    transform: rotate(45deg);
    left: 0;
}



::-webkit-scrollbar {
    padding: 1px;
    width: 6px;
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-button {
    height: 0px;
    width: 7px;
    border-radius: 7px;
}

::-webkit-scrollbar-track {
    border-radius: 14.6em;
    box-shadow: inset 2px -4px 8px 2px rgba(0, 0, 0, 0.6);
    background: radial-gradient(ellipse at bottom left, #ffffff 73%, rgb(255, 255, 255, 0.5) 32%, rgb(100,139,168) 8%, rgb(150,173,200) 40%, rgb(199,212,226) 28%);
}

::-webkit-scrollbar-thumb {
    transition: box-shadow 1.6s ease-in-out;
    animation: pulse_scrollbar 4.4s ease-in 4;
    border-radius: 7.8vw;
    background: rgb(150,173,200,0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(150,173,200);
}

.course-overview-local .description::-webkit-scrollbar {
    width: 3px;
}

.course-overview-local .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.course-overview-local .description::-webkit-scrollbar-thumb {
    background: rgb(150,173,200);
    border-radius: 10px;
}



@media (max-width: 1200px) {.partner-logo-local .container {
    gap: 2rem;
}.partner-logo-local .company_holder {
    flex: 1 1 380px;
}.partner-logo-local .eco-foot-local {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}



@media (max-width: 576px) {.partner-logo-local {
    padding: 2.5rem 0 1rem;
}.partner-logo-local .head-skill-local {
    min-width: 100%;
    flex: 1 1 100%;
}.partner-logo-local .top-sitebar-local {
    gap: 1rem;
}.trade-mark-local {
    margin-top: 1.5rem;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
}.partner-logo-local::before {
    height: 5px;
}
}



@media (max-width: 991px) {header .head-guide-local {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .header-page-local {
    margin-right: 0;
    margin-bottom: 0;
}header .head-skill-local {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .header-know-local a {
    padding: 0.6rem 1rem;
    font-size: calc(13px - 1px);
}
}



@media (max-width: 1200px) {.plan-display-local {
    padding: 80px 0;
}.plan-display-local .offer-box-local {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.plan-display-local h2 {
    font-size: calc(36px - 4px);
}.plan-display-local .learning-price-local {
    margin-bottom: 30px;
}.plan-display-local .offer-box-local {
    gap: 20px;
}.plan-display-local .fee-deals-local {
    padding: 25px;
}
}



@media (max-width: 576px) {.plan-display-local {
    padding: 50px 0;
}.plan-display-local .container {
    padding: 0 15px;
}.plan-display-local h2 {
    margin-bottom: 15px;
    font-size: calc(36px - 8px);
}.plan-display-local .learning-price-local {
    margin-bottom: 25px;
}.plan-display-local .offer-box-local {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan-display-local .fee-deals-local {
    padding: 20px;
}.plan-display-local .plan-options-local p {
    margin-bottom: 15px;
}.plan-display-local .learn-sub-local {
    padding: 8px 16px;
    font-size: calc(20px - 1px);
}}



@media (min-width: 1200px) {.course-overview-local .cover-photo-local {
    transform: perspective(1800px) rotateY(-10deg) translateX(-50px);
}.course-overview-local .text-holder-box-local {
    margin-left: -100px;
    padding: 4rem;
}.course-overview-local .description {
    font-size: calc(15px * 1.1);
}
}



@media (max-width: 768px) {.newsletter-subscription-local p {
    max-width: 100%;
    transform: translateX(0);
    font-size: calc(30px * 0.8);
    padding-left: 1.5rem;
}.newsletter-subscription-local .input_holder {
    max-width: 100%;
    flex-direction: column;
    margin-left: 0;
}.newsletter-subscription-local .mail-sub-local {
    padding: 1rem;
    width: 100%;
}.newsletter-subscription-local .query-card-local {
    padding: 1rem;
    width: 100%;
}
}



@media (max-width: 768px) {.our-team-local {
    padding: 60px 0;
}.our-team-local .legacy-edu-local::before {
    display: none;
}.our-team-local .cover-photo-local {
    height: 150px;
    width: 150px;
}.our-team-local .cover-photo-local::before,
    .our-team-local .cover-photo-local::after {
    display: none;
}.our-team-local .path-creators-local {
    padding: 20px;
}.our-team-local .text-holder-box-local {
    padding: 25px 20px;
}.our-team-local .text-holder-box-local::before,
    .our-team-local .text-holder-box-local::after {
    width: 25px;
    height: 25px;
}.our-team-local h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.8);
}.our-team-local .guide-approach-local svg {
    height: 30px;
    width: 30px;
}
}



@media (max-width: 480px) {.gratWrap-local {
    padding: 60px 0;
}.gratWrap-local .legacy-edu-local {
    padding: 2rem;
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
}.gratWrap-local h5 {
    font-size: calc(21px * 0.85);
}.gratWrap-local p {
    font-size: calc(13px * 0.9);
}}



@media (max-width: 576px) {.aspiring-learners-local {
    padding: 60px 0;
}.aspiring-learners-local h4 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: calc(32px * 0.7);
}.aspiring-learners-local h4::after {
    height: 2px;
    width: 50px;
}.aspiring-learners-local div > div {
    gap: 12px;
}.aspiring-learners-local p {
    font-size: calc(14px * 0.9);
    padding: 15px;
}.aspiring-learners-local p svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
}.aspiring-learners-local p:hover {
    transform: translateX(5px);
}}



@media (max-width: 992px) {.training-specialist-local .edu-quotes-local {
    gap: 20px;
    grid-template-areas:
            "cover-photo-local"
            "name"
            "employee-history-local"
            "employee-view-local";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.training-specialist-local .cover-photo-local {
    height: 350px;
    border-radius: 22px 22px 0 0;
}.training-specialist-local .cover-photo-local::before {
    width: 100%;
    height: 10px;
}.training-specialist-local .name {
    text-align: center;
    margin-top: 0;
}.training-specialist-local .name::after {
    transform: translateX(-50%);
    left: 50%;
}.training-specialist-local .edu-quotes-local:hover .name {
    transform: translateY(-5px);
}.training-specialist-local .edu-quotes-local span:not(.name) {
    margin: 0 auto;
}.training-specialist-local .edu-quotes-local:hover span:not(.name) {
    transform: translateY(-5px);
}.training-specialist-local .employee-view-local {
    width: 90%;
    margin: 0 auto;
    border-top: 4px solid rgb(100,139,168);
    border-left: none;
}.training-specialist-local .edu-quotes-local:hover .employee-view-local {
    transform: translateY(-5px);
}
}



@media (min-width: 768px) {.privacy-fortification-local {
    padding: 6rem 3rem;
}.privacy-fortification-local .container {
    padding: 0 2rem;
}.privacy-fortification-local h1 {
    margin-bottom: 3rem;
    font-size: calc(45px * 1.1);
}.privacy-fortification-local h2 {
    margin-top: 4rem;
    font-size: calc(32px * 1.05);
}.privacy-fortification-local ul {
    margin-left: 2.5rem;
}
}

@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }



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



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



@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}

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

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



@keyframes slideIn {
  from {
    transform: translateX(calc(10% + 5vw));
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

