* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.head_mentorlocal {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1132px;
    max-width: 100%;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
}.framework-wraplocal {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.milestone_ctalocal {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}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;
}}
.privacy_reservelocal {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 4rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(233,235,237), #ffffff 80%);
    position: relative;
}.privacy_reservelocal::before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.97);
    transform-origin: left;
    left: 0;
    height: 5px;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(202,207,210), rgb(164,173,176));
    position: absolute;
    width: 100%;
}.privacy_reservelocal:hover::before {
    transform: scaleX(1);
}.privacy_reservelocal::after {
    opacity: 0.03;
    width: 50%;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 0;
    bottom: 0;
    transform: skewX(-12deg) translateX(30%);
    background: linear-gradient(to left, rgb(202,207,210,0.5), transparent);
}.privacy_reservelocal .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 1;
}.privacy_reservelocal h1 {
    margin-bottom: 2rem;
    color: rgb(202,207,210);
    position: relative;
    letter-spacing: -0.03em;
    font-weight: 700;
    transform: translateX(-0.5rem);
    font-size: 43px;
    transition: transform 0.3s ease;
    padding-bottom: 1rem;
}.privacy_reservelocal h1::after {
    width: 80px;
    position: absolute;
    bottom: 0;
    height: 3px;
    content: "";
    left: 0;
    background: rgb(164,173,176);
    transition: width 0.4s ease-out;
    transform-origin: left;
}.privacy_reservelocal:hover h1::after {
    width: 120px;
}.privacy_reservelocal h2 {
    font-weight: 600;
    font-size: 34px;
    border-left: 3px solid rgb(202,207,210);
    color: #000000;
    padding-left: 1rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    position: relative;
    transition: padding-left 0.3s ease;
}.privacy_reservelocal h2:hover {
    padding-left: 1.5rem;
}.privacy_reservelocal h3 {
    font-weight: 600;
    color: #000000;
    font-size: calc(34px * 0.85);
    margin-top: 2rem;
    position: relative;
    margin-bottom: 1rem;
}.privacy_reservelocal h4 {
    color: #000000;
    font-size: calc(34px * 0.7);
    display: inline-block;
    position: relative;
    font-weight: 400;
    margin-bottom: 0.75rem;
    margin-top: 1.75rem;
}.privacy_reservelocal h4::after {
    background: linear-gradient(to right, rgb(164,173,176), transparent);
    content: "";
    position: absolute;
    width: 100%;
    bottom: -5px;
    left: 0;
    height: 1px;
}.privacy_reservelocal p {
    transition: transform 0.3s ease;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 13px;
    color: #000000;
    padding-right: 1rem;
    position: relative;
}.privacy_reservelocal p:hover {
    transform: translateX(5px);
}.privacy_reservelocal p strong {
    display: inline-block;
    color: rgb(202,207,210);
    position: relative;
    font-weight: 600;
}.privacy_reservelocal p strong::after {
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -2px;
    transform: scaleX(0.7);
    transform-origin: left;
    transition: transform 0.3s ease;
    position: absolute;
    background-color: rgb(202,207,210,0.5);
}.privacy_reservelocal p strong:hover::after {
    transform: scaleX(1);
}.privacy_reservelocal span {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: 13px;
    color: #000000;
    display: block;
    border-left: 1px dashed rgb(164,173,176,0.5);
    line-height: 1.7;
}.privacy_reservelocal ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy_reservelocal li {
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 13px;
    transition: transform 0.3s ease;
}.privacy_reservelocal li:hover {
    transform: translateX(5px);
}.privacy_reservelocal li::before {
    left: 0;
    background-color: rgb(164,173,176);
    content: "";
    position: absolute;
    top: 0.5rem;
    width: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: rotate(45deg);
    height: 8px;
}.privacy_reservelocal li:hover::before {
    background-color: rgb(202,207,210);
    transform: rotate(225deg);
}


@media (max-width: 991px) {.privacy_reservelocal {
    padding: 3rem 1.5rem;
}.privacy_reservelocal h1 {
    font-size: calc(43px * 0.9);
}.privacy_reservelocal h2 {
    font-size: calc(34px * 0.9);
}.privacy_reservelocal p, .privacy_reservelocal span, .privacy_reservelocal li {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 767px) {.privacy_reservelocal {
    padding: 2.5rem 1.25rem;
}.privacy_reservelocal::after {
    display: none;
}.privacy_reservelocal h1 {
    transform: translateX(0);
    font-size: calc(43px * 0.8);
}.privacy_reservelocal h2 {
    font-size: calc(34px * 0.8);
    padding-left: 0.75rem;
}.privacy_reservelocal h3 {
    font-size: calc(34px * 0.7);
}.privacy_reservelocal h4 {
    font-size: calc(34px * 0.6);
}.privacy_reservelocal p, .privacy_reservelocal span, .privacy_reservelocal li {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.privacy_reservelocal ul {
    margin-left: 0.5rem;
}.privacy_reservelocal li {
    padding-left: 1.25rem;
}
}

@media (max-width: 480px) {.privacy_reservelocal {
    padding: 2rem 1rem;
}.privacy_reservelocal h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_reservelocal h1::after {
    width: 60px;
}.privacy_reservelocal:hover h1::after {
    width: 80px;
}.privacy_reservelocal h2 {
    font-size: calc(34px * 0.7);
    margin-top: 2rem;
    margin-bottom: 1rem;
}.privacy_reservelocal p, .privacy_reservelocal span, .privacy_reservelocal li {
    font-size: calc(13px * 0.85);
    line-height: 1.5;
    margin-bottom: 1.25rem;
}.privacy_reservelocal li::before {
    width: 6px;
    top: 0.4rem;
    height: 6px;
}.privacy_reservelocal p:hover, .privacy_reservelocal li:hover {
    transform: translateX(3px);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    opacity: 0.85;
    bottom: 0;
    z-index: -2;
    content: "";
    background: linear-gradient(120deg, rgb(202,207,210) 0%, rgb(164,173,176) 100%);
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}footer::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    background-size: 20px 20px;
    left: 0;
    bottom: 0;
    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);
    z-index: -1;
}.milestone_ctalocal {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.milestone_ctalocal::before {
    position: absolute;
    opacity: 0.2;
    content: "";
    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%
    );
    height: 10px;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 0;
}.milestone_ctalocal .container {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}.milestone_ctalocal .company_holder {
    flex: 1 1 400px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    padding: 2.5rem;
}.milestone_ctalocal .company_holder h3 {
    padding: 0.5rem 2rem;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
}.milestone_ctalocal .forum_linklocal {
    line-height: 1.6;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    margin: 0 1rem;
    background: rgba(0, 0, 0, 0.15);
    font-size: 12px;
    padding: 1.5rem;
    color: #ffffff;
}.milestone_ctalocal .discuss_ctalocal {
    gap: 2rem;
    flex: 1 1 calc(100% - 480px);
    flex-direction: column;
    min-width: 400px;
    display: flex;
}.milestone_ctalocal .nav_tutorlocal {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.milestone_ctalocal .top_prolocal {
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
}.milestone_ctalocal .top_prolocal h5 {
    font-size: 18px;
    margin: 0 0 1.5rem;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    font-weight: 600;
    color: #ffffff;
    position: relative;
}.milestone_ctalocal .top_prolocal .nav_tutorlocal {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.5rem;
    display: flex;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
}.milestone_ctalocal .top_prolocal .nav_tutorlocal a {
    display: block;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    position: relative;
    padding: 0.6rem 1rem;
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s ease;
}.milestone_ctalocal .top_prolocal .nav_tutorlocal a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}.milestone_ctalocal .top_prolocal .nav_tutorlocal a::before {
    background: #ffffff;
    height: 100%;
    transition: all 0.3s ease;
    width: 3px;
    left: 0;
    opacity: 0;
    content: "";
    top: 0;
    position: absolute;
}.milestone_ctalocal .top_prolocal .nav_tutorlocal a:hover::before {
    opacity: 0.7;
}.calc_footlocal {
    margin-top: 3rem;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}.calc_footlocal .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.calc_footlocal .diploma_ctalocal {
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    padding: 0.7rem 2rem;
    position: relative;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.milestone_ctalocal .container {
    gap: 2rem;
}.milestone_ctalocal .company_holder {
    flex: 1 1 380px;
}.milestone_ctalocal .discuss_ctalocal {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.milestone_ctalocal {
    padding: 3.5rem 0 2rem;
}.milestone_ctalocal .container {
    flex-direction: column;
    gap: 2.5rem;
}.milestone_ctalocal .company_holder,
    .milestone_ctalocal .discuss_ctalocal {
    flex: 1 1 100%;
    min-width: 100%;
}.milestone_ctalocal .top_prolocal {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.milestone_ctalocal {
    padding: 3rem 0 1.5rem;
}.milestone_ctalocal .company_holder {
    padding: 2rem;
}.milestone_ctalocal .company_holder h3 {
    font-size: calc(30px - 2px);
}.milestone_ctalocal .nav_tutorlocal {
    gap: 1.5rem;
}.calc_footlocal {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.milestone_ctalocal {
    padding: 2.5rem 0 1rem;
}.milestone_ctalocal .top_prolocal {
    min-width: 100%;
    flex: 1 1 100%;
}.milestone_ctalocal .nav_tutorlocal {
    gap: 1rem;
}.calc_footlocal {
    margin-top: 1.5rem;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
}.milestone_ctalocal::before {
    height: 5px;
}
}

@media (max-width: 420px) {.milestone_ctalocal .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.milestone_ctalocal .company_holder h3 {
    padding: 0.4rem 1rem;
}.milestone_ctalocal .top_prolocal h5 {
    padding: 0.4rem 1rem;
}.milestone_ctalocal .top_prolocal .nav_tutorlocal {
    padding: 1rem;
}.milestone_ctalocal .top_prolocal .nav_tutorlocal a:hover {
    transform: translateX(3px);
}.calc_footlocal .diploma_ctalocal {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}.our_storylocal {
    background: linear-gradient(135deg, rgb(233,235,237) 0%, rgb(164,173,176,0.5) 100%);
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}.our_storylocal::before {
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    right: -50px;
    top: -50px;
    transform: rotate(45deg);
    width: 300px;
    content: "";
    height: 300px;
    background: rgb(202,207,210,0.5);
}.our_storylocal::after {
    height: 250px;
    content: "";
    bottom: -80px;
    z-index: 1;
    position: absolute;
    background: rgb(164,173,176,0.5);
    opacity: 0.08;
    left: -80px;
    border-radius: 50%;
    width: 250px;
}.our_storylocal .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.our_storylocal h1 {
    transform: translateX(-10px);
    color: #000000;
    margin-bottom: 50px;
    text-align: left;
    font-weight: 700;
    opacity: 0;
    position: relative;
    font-size: 46px;
    animation: slideInTitle 0.8s ease-out forwards;
}.our_storylocal h1::after {
    width: 80px;
    transform-origin: left;
    animation: expandLine 1s 0.4s ease-out forwards;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(202,207,210) 0%, rgb(164,173,176) 100%);
    bottom: -15px;
    height: 4px;
    transform: scaleX(0);
}.our_storylocal .value_proplocal {
    position: relative;
}.our_storylocal .value_proplocal ul {
    gap: 40px;
    list-style: none;
    margin: 0;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
}.our_storylocal .creds_blocklocal {
    background: #ffffff;
    overflow: hidden;
    padding: 40px 35px;
    border-left: 4px solid rgb(202,207,210);
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}.our_storylocal .creds_blocklocal:nth-child(1) {
    animation-delay: 0.2s;
}.our_storylocal .creds_blocklocal:nth-child(2) {
    animation-delay: 0.4s;
}.our_storylocal .creds_blocklocal::before {
    height: 120px;
    background: rgb(202,207,210,0.5);
    transition: transform 0.6s ease;
    opacity: 0.05;
    position: absolute;
    right: 0;
    content: "";
    transform: translate(50%, -50%) rotate(45deg);
    width: 120px;
    top: 0;
}.our_storylocal .creds_blocklocal:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.our_storylocal .creds_blocklocal:hover::before {
    transform: translate(30%, -30%) rotate(45deg) scale(1.2);
}.our_storylocal .creds_blocklocal h4 {
    font-size: calc(22px + 2px);
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: rgb(202,207,210);
}.our_storylocal .creds_blocklocal h4::after {
    left: 0;
    bottom: -8px;
    width: 40px;
    content: "";
    height: 2px;
    background: rgb(164,173,176);
    transition: width 0.3s ease;
    position: absolute;
}.our_storylocal .creds_blocklocal:hover h4::after {
    width: 100%;
}.our_storylocal .creds_blocklocal div {
    color: #000000;
    max-height: 300px;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-right: 10px;
    line-height: 1.8;
}.our_storylocal .creds_blocklocal div::-webkit-scrollbar {
    width: 4px;
}.our_storylocal .creds_blocklocal div::-webkit-scrollbar-track {
    background: rgb(233,235,237);
    border-radius: 10px;
}.our_storylocal .creds_blocklocal div::-webkit-scrollbar-thumb {
    background: rgb(164,173,176,0.5);
    border-radius: 10px;
}

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

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

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

@media (min-width: 768px) {.our_storylocal {
    padding: 140px 0 100px;
}.our_storylocal h1 {
    font-size: calc(46px + 8px);
    margin-bottom: 70px;
}.our_storylocal h1::after {
    height: 5px;
    width: 120px;
}.our_storylocal .value_proplocal ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}.our_storylocal .creds_blocklocal {
    padding: 50px 45px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
}.our_storylocal .creds_blocklocal:hover {
    transform: translateY(-10px) scale(1.02);
}.our_storylocal .creds_blocklocal div {
    max-height: 350px;
}
}

@media (min-width: 1200px) {.our_storylocal {
    padding: 180px 0 140px;
}.our_storylocal::before {
    width: 400px;
    height: 400px;
}.our_storylocal::after {
    width: 350px;
    height: 350px;
}.our_storylocal .container {
    padding: 0 40px;
}.our_storylocal h1 {
    transform: translateX(-20px);
}.our_storylocal .value_proplocal {
    perspective: 1000px;
}.our_storylocal .creds_blocklocal {
    transform: translateY(40px) rotateX(10deg);
    padding: 60px 50px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
    transform-origin: top;
}.our_storylocal .creds_blocklocal:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.14);
    transform: translateY(-15px) rotateX(0) scale(1.03);
}.our_storylocal .creds_blocklocal h4 {
    margin-bottom: 25px;
    font-size: calc(22px + 5px);
}.our_storylocal .creds_blocklocal div {
    font-size: calc(13px + 1px);
    max-height: 400px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.our_storylocal {
    padding: 80px 0 60px;
}.our_storylocal h1 {
    margin-bottom: 40px;
    font-size: calc(46px - 2px);
}.our_storylocal .creds_blocklocal {
    margin-bottom: 30px;
    padding: 30px 25px;
}.our_storylocal .creds_blocklocal h4 {
    margin-bottom: 15px;
    font-size: 22px;
}.our_storylocal .creds_blocklocal div {
    max-height: 250px;
    line-height: 1.7;
    font-size: calc(13px - 1px);
}}.instructor_profilelocal {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    min-height: 700px;
    background: linear-gradient(160deg, rgb(233,235,237) 0%, #000000 100%);
}.instructor_profilelocal::before {
    top: 0;
    opacity: 0.4;
    width: 100%;
    filter: blur(70px);
    position: absolute;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(202,207,210,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(164,173,176,0.5) 0%, transparent 35%);
    z-index: 1;
    content: "";
    animation: breatheGlow 15s ease-in-out infinite alternate;
}.instructor_profilelocal .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.instructor_profilelocal .alumni_viewslocal {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
    min-height: 580px;
    position: relative;
    border-radius: 17px;
    overflow: hidden;
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    gap: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    padding: 3rem;
}.instructor_profilelocal .alumni_viewslocal::before {
    opacity: 0.2;
    top: 0;
    background-size: 200% 200%;
    width: 100%;
    animation: shimmerEffect 10s ease-in-out infinite;
    left: 0;
    background: linear-gradient(135deg, transparent, rgb(202,207,210,0.5), transparent);
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
}.instructor_profilelocal .image_box_wraplocal {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 17px;
    z-index: 3;
    height: 100%;
    grid-row: 1 / span 2;
    transform: scale(1) rotate(0deg);
    filter: contrast(1.1) brightness(1.05);
    grid-column: 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
}.instructor_profilelocal .alumni_viewslocal:hover .image_box_wraplocal {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.instructor_profilelocal .image_box_wraplocal::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    border-radius: inherit;
    top: 0;
    left: 0;
}.instructor_profilelocal .name {
    margin: 0;
    position: relative;
    grid-row: 1;
    font-size: 34px;
    grid-column: 1;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 4;
    font-weight: 700;
    transform: translateX(0);
}.instructor_profilelocal .alumni_viewslocal:hover .name {
    transform: translateX(10px);
}.instructor_profilelocal .name::after {
    left: 0;
    background: linear-gradient(90deg, rgb(202,207,210), rgb(164,173,176));
    position: absolute;
    transition: width 0.6s ease;
    content: "";
    width: 0;
    height: 3px;
    bottom: -10px;
}.instructor_profilelocal .alumni_viewslocal:hover .name::after {
    width: 120px;
}.instructor_profilelocal .alumni_viewslocal span:not(.name) {
    grid-column: 1;
    font-size: 19px;
    grid-row: 1;
    color: rgb(164,173,176);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.7rem 1.5rem;
    transform: translateX(0);
    width: max-content;
    font-weight: 600;
    backdrop-filter: blur(10px);
    margin-top: 4rem;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
}.instructor_profilelocal .alumni_viewslocal:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}.instructor_profilelocal .experience_profilelocal {
    position: relative;
    grid-column: 1;
    backdrop-filter: blur(10px);
    z-index: 2;
    padding: 2rem;
    overflow: hidden;
    grid-row: 2;
    color: #ffffff;
    border-left: 4px solid rgb(164,173,176);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 17px;
    line-height: 1.8;
    transform: translateY(0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
}.instructor_profilelocal .alumni_viewslocal:hover .experience_profilelocal {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.instructor_profilelocal .experience_profilelocal::before {
    animation: shimmerEffect 5s ease-in-out infinite;
    left: 0;
    background-size: 200% 200%;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
}.instructor_profilelocal .container::after {
    bottom: -200px;
    z-index: -1;
    background: conic-gradient(from 135deg, rgb(202,207,210,0.5) 0%, rgb(164,173,176,0.5) 50%, rgb(202,207,210,0.5) 100%);
    content: "";
    left: -200px;
    animation: rotateGlow 25s linear infinite;
    opacity: 0.2;
    width: 400px;
    border-radius: 50%;
    position: absolute;
    height: 400px;
    filter: blur(80px);
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.instructor_profilelocal .alumni_viewslocal {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto;
    padding: 2rem;
}.instructor_profilelocal .image_box_wraplocal {
    height: 350px;
    grid-row: 1;
    grid-column: 1;
}.instructor_profilelocal .name {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
}.instructor_profilelocal .alumni_viewslocal span:not(.name) {
    grid-row: 2;
    grid-column: 1;
    margin-top: 3.5rem;
}.instructor_profilelocal .experience_profilelocal {
    grid-column: 1;
    grid-row: 3;
}.instructor_profilelocal .alumni_viewslocal:hover .name,
    .instructor_profilelocal .alumni_viewslocal:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.instructor_profilelocal {
    padding: 5rem 0;
}.instructor_profilelocal .alumni_viewslocal {
    padding: 1.5rem;
}.instructor_profilelocal .image_box_wraplocal {
    height: 250px;
}.instructor_profilelocal .name {
    font-size: 19px;
}.instructor_profilelocal .alumni_viewslocal span:not(.name) {
    padding: 0.6rem 1rem;
    font-size: 13px;
    margin-top: 3rem;
}.instructor_profilelocal .experience_profilelocal {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
    padding: 1.5rem;
}}.plan_cardlocal {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(233,235,237), #ffffff);
    overflow: hidden;
}.plan_cardlocal::before {
    position: absolute;
    top: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
}.plan_cardlocal .container {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.plan_cardlocal .package_rateslocal {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.plan_cardlocal .cert_costlocal {
    order: 1;
    text-align: center;
    padding: 2rem;
    transform: translateY(20px);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    animation: fadeInUp 0.8s forwards 0.2s;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}.plan_cardlocal .cert_costlocal h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(202,207,210);
    font-size: 28px;
}.plan_cardlocal .cert_costlocal h2::after {
    width: 60%;
    position: absolute;
    height: 3px;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(202,207,210), transparent);
    bottom: -10px;
    transform: translateX(-50%);
}.plan_cardlocal .cert_costlocal .access_rateslocal {
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    font-size: 13px;
    max-width: 80%;
    font-weight: 400;
}.plan_cardlocal .class_rateslocal {
    order: 2;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
}.plan_cardlocal .value_planlocal {
    animation: fadeInUp 0.8s forwards;
    animation-delay: calc(0.1s * var(--i, 1));
    will-change: transform, opacity;
    text-decoration: none;
    display: block;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transform: translateY(30px);
}.plan_cardlocal .value_planlocal:nth-child(1) {
    --i: 1;
}.plan_cardlocal .value_planlocal:nth-child(2) {
    --i: 2;
}.plan_cardlocal .value_planlocal:nth-child(3) {
    --i: 3;
}.plan_cardlocal .value_planlocal:nth-child(4) {
    --i: 4;
}.plan_cardlocal .value_planlocal:hover {
    transform: translateY(-5px) scale(1.02);
}.plan_cardlocal .study_rateslocal {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    display: flex;
    position: relative;
    transition: all 0.4s ease;
}.plan_cardlocal .value_planlocal:hover .study_rateslocal {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.plan_cardlocal .cost_rateslocal {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2rem;
    z-index: 1;
}.plan_cardlocal .cost_rateslocal::before {
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    transform: translate(30px, -30px);
    top: 0;
    height: 120px;
    background: linear-gradient(135deg, transparent 50%, rgb(202,207,210,0.5) 50%);
    position: absolute;
    z-index: -1;
    content: "";
    width: 120px;
    right: 0;
}.plan_cardlocal .value_planlocal:hover .cost_rateslocal::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.plan_cardlocal .value_planlocal h3 {
    transition: color 0.3s ease;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: calc(23px + 0.2rem);
    color: #000000;
    position: relative;
}.plan_cardlocal .value_planlocal:hover h3 {
    color: rgb(202,207,210);
}.plan_cardlocal .fee_structlocal {
    font-weight: 700;
    color: rgb(202,207,210);
    position: relative;
    display: inline-block;
    font-size: calc(22px + 0.8rem);
    margin-bottom: 1.5rem;
}.plan_cardlocal .fee_structlocal::before {
    width: 40px;
    background: rgb(164,173,176);
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -5px;
}.plan_cardlocal .value_planlocal:hover .fee_structlocal::before {
    width: 80px;
}.plan_cardlocal .value_planlocal p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.6;
    -ms-word-break: break-all;
    margin-bottom: 0;
    word-break: break-word;
    font-size: 13px;
    color: #000000;
}.plan_cardlocal .image_box_wraplocal {
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 200px;
    position: relative;
}.plan_cardlocal .image_box_wraplocal::after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    inset: 0;
}.plan_cardlocal .value_planlocal:hover .image_box_wraplocal {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.plan_cardlocal .class_rateslocal {
    grid-template-columns: repeat(2, 1fr);
}.plan_cardlocal .cert_costlocal {
    padding: 3rem;
}.plan_cardlocal .cost_rateslocal {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.plan_cardlocal .package_rateslocal {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.plan_cardlocal .cert_costlocal {
    flex-direction: column;
    text-align: left;
    order: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 4rem 3rem;
}.plan_cardlocal .cert_costlocal h2::after {
    background: linear-gradient(90deg, rgb(202,207,210), transparent);
    width: 100px;
    left: 0;
    transform: none;
}.plan_cardlocal .cert_costlocal .access_rateslocal {
    max-width: 100%;
    margin: 0;
}.plan_cardlocal .class_rateslocal {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan_cardlocal .class_rateslocal {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.plan_cardlocal .cost_rateslocal {
    padding: 3rem 2.5rem;
}.plan_cardlocal .cert_costlocal h2 {
    font-size: calc(28px + 0.3rem);
}
}

@media (max-width: 767px) {.plan_cardlocal {
    padding: 4rem 0;
}.plan_cardlocal .cert_costlocal h2 {
    font-size: calc(28px - 0.2rem);
}.plan_cardlocal .cert_costlocal .access_rateslocal {
    font-size: calc(13px - 0.1rem);
    max-width: 100%;
}.plan_cardlocal .value_planlocal h3 {
    font-size: 23px;
}.plan_cardlocal .fee_structlocal {
    font-size: calc(22px + 0.5rem);
}.plan_cardlocal .image_box_wraplocal {
    height: 160px;
}}.course_program_detailslocal {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(202,207,210,0.5) 100%);
    padding: 80px 0;
}.course_program_detailslocal::before {
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(202,207,210,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(164,173,176,0.5) 0%, transparent 40%);
    right: 0;
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    z-index: 1;
}.course_program_detailslocal::after {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(202,207,210,0.5) 49%, rgb(202,207,210,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(164,173,176,0.5) 49%, rgb(164,173,176,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    animation: backgroundShift 30s linear infinite;
    opacity: 0.1;
    height: 100%;
    content: '';
    position: absolute;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.course_program_detailslocal .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.course_program_detailslocal .study_programlocal {
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    overflow: hidden;
    border-radius: 23px;
    padding: 40px;
    grid-template-columns: 1fr 1fr;
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(202,207,210,0.5),
                inset 0 0 20px rgb(202,207,210,0.5);
    backdrop-filter: blur(5px);
    display: grid;
    gap: 40px;
}.course_program_detailslocal .study_programlocal::before {
    right: -100px;
    position: absolute;
    animation: pulseLight 8s ease-in-out infinite;
    height: 200px;
    top: -100px;
    content: '';
    border-radius: 50%;
    background: radial-gradient(circle, rgb(202,207,210) 0%, transparent 70%);
    opacity: 0.2;
    filter: blur(20px);
    width: 200px;
}.course_program_detailslocal .study_programlocal::after {
    opacity: 0.2;
    filter: blur(20px);
    height: 200px;
    background: radial-gradient(circle, rgb(164,173,176) 0%, transparent 70%);
    content: '';
    width: 200px;
    position: absolute;
    left: -100px;
    bottom: -100px;
    animation: pulseLight 8s ease-in-out infinite 4s;
    border-radius: 50%;
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.course_program_detailslocal .learn_nowlocal {
    position: relative;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
    display: flex;
    padding-right: 20px;
}.course_program_detailslocal .top_mainlocal {
    display: inline-block;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    margin-bottom: 25px;
    transition: transform 0.5s ease;
}.course_program_detailslocal .top_mainlocal:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_program_detailslocal .top_mainlocal svg {
    filter: drop-shadow(0 5px 15px rgb(202,207,210,0.5));
    height: 50px;
    width: 50px;
    transition: all 0.3s ease;
}.course_program_detailslocal .top_mainlocal svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,207,210);
}.course_program_detailslocal .top_mainlocal:hover svg path {
    fill: rgb(164,173,176);
}.course_program_detailslocal h3 {
    font-size: 35px;
    letter-spacing: 0.5px;
    backface-visibility: hidden;
    margin-bottom: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateZ(0);
    position: relative;
}.course_program_detailslocal h3::after {
    content: '';
    border-radius: 10px;
    width: 60px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(202,207,210) 0%, rgb(164,173,176) 100%);
    animation: lineExpand 4s ease-in-out infinite;
    position: absolute;
    height: 3px;
    left: 0;
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.course_program_detailslocal p {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    font-family: Arial, sans-serif;
    z-index: 2;
    line-height: 1.7;
    color: #ffffff;
}.course_program_detailslocal .image_box_wraplocal {
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    border-radius: calc(23px * 1.5);
    transition: all 0.5s ease;
    overflow: hidden;
    height: 350px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(202,207,210,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
}.course_program_detailslocal .image_box_wraplocal:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(202,207,210),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.course_program_detailslocal .image_box_wraplocal::before {
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    content: '';
}.course_program_detailslocal .image_box_wraplocal::after {
    top: 0;
    width: 100%;
    content: '';
    animation: scanlines 10s linear infinite;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    opacity: 0.5;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.course_program_detailslocal {
    padding: 60px 0;
}.course_program_detailslocal .study_programlocal {
    padding: 30px;
    gap: 30px;
    grid-template-columns: 1fr;
}.course_program_detailslocal .learn_nowlocal {
    text-align: center;
    padding-right: 0;
}.course_program_detailslocal h3::after {
    left: 50%;
    transform: translateX(-50%);
}.course_program_detailslocal .image_box_wraplocal {
    min-height: 300px;
}
}

@media (max-width: 767px) {.course_program_detailslocal {
    padding: 40px 0;
}.course_program_detailslocal .study_programlocal {
    padding: 25px;
    gap: 25px;
}.course_program_detailslocal h3 {
    font-size: calc(35px * 0.85);
    margin-bottom: 20px;
}.course_program_detailslocal p {
    font-size: calc(14px * 0.95);
}.course_program_detailslocal .image_box_wraplocal {
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
    min-height: 250px;
}
}

@media (max-width: 576px) {.course_program_detailslocal {
    padding: 30px 0;
}.course_program_detailslocal .study_programlocal {
    padding: 20px;
    gap: 20px;
}.course_program_detailslocal .top_mainlocal {
    margin-bottom: 15px;
}.course_program_detailslocal h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(35px * 0.7);
}.course_program_detailslocal p {
    font-size: calc(14px * 0.9);
}.course_program_detailslocal .image_box_wraplocal {
    min-height: 200px;
}}
.gratCardlocal {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,235,237), rgb(233,235,237) 60%, rgb(164,173,176,0.5) 140%);
    position: relative;
}.gratCardlocal::before {
    filter: blur(20px);
    top: -5%;
    opacity: 0.8;
    width: 50%;
    animation: float 18s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    transform: rotate(15deg) skew(5deg);
    background: linear-gradient(145deg, rgb(202,207,210,0.5) 10%, transparent 70%);
    height: 70%;
    right: -10%;
    z-index: 1;
}.gratCardlocal::after {
    position: absolute;
    opacity: 0.7;
    bottom: -8%;
    height: 60%;
    content: "";
    filter: blur(15px);
    width: 40%;
    left: -5%;
    background: linear-gradient(215deg, rgb(164,173,176,0.5) 15%, transparent 65%);
    animation: float 15s ease-in-out infinite alternate-reverse;
    z-index: 1;
    transform: rotate(-10deg) skew(-5deg);
}.gratCardlocal .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
}.gratCardlocal h2 {
    transform: translateY(0);
    font-size: 36px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 2rem;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    color: #000000;
    max-width: 90%;
}.gratCardlocal h2::after {
    content: "";
    position: absolute;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(202,207,210), rgb(164,173,176));
    bottom: -0.8rem;
    transform-origin: left center;
    transition: transform 0.6s ease-out;
    height: 4px;
    left: 0;
    width: 80px;
}.gratCardlocal:hover h2 {
    transform: translateY(-5px);
}.gratCardlocal:hover h2::after {
    transform: scaleX(1.2);
}.gratCardlocal .study_programlocal {
    transform: translateZ(0);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    backdrop-filter: blur(8px);
    margin-top: 1rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    padding: 2.5rem;
    border-radius: calc(17px / 1.5);
}.gratCardlocal .study_programlocal::before {
    background: linear-gradient(90deg, rgb(202,207,210), rgb(164,173,176), rgb(202,207,210));
    left: 0;
    width: 100%;
    animation: gradientMove 8s ease infinite;
    height: 4px;
    position: absolute;
    background-size: 200% 100%;
    top: 0;
    content: "";
}.gratCardlocal .study_programlocal:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) translateZ(0);
}.gratCardlocal ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}.gratCardlocal li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}.gratCardlocal li::before {
    position: absolute;
    background: rgb(202,207,210);
    left: 0;
    top: 0.5rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    height: 10px;
    border-radius: 50%;
    content: "";
    transform: scale(0.8);
    width: 10px;
}.gratCardlocal li:hover::before {
    transform: scale(1.1);
    background: rgb(164,173,176);
}.gratCardlocal li span {
    transition: transform 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    font-size: calc(17px * 1.05);
    line-height: 1.7;
}.gratCardlocal li:hover span {
    transform: translateX(5px);
}

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

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

@media (max-width: 992px) {.gratCardlocal {
    padding: 4rem 0;
}.gratCardlocal h2 {
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.gratCardlocal .study_programlocal {
    padding: 2rem;
}
}

@media (max-width: 768px) {.gratCardlocal {
    padding: 3.5rem 0;
}.gratCardlocal h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.8);
}.gratCardlocal h2::after {
    width: 60px;
    height: 3px;
}.gratCardlocal .study_programlocal {
    padding: 1.8rem;
}.gratCardlocal li {
    padding-left: 1.8rem;
}.gratCardlocal li span {
    font-size: 17px;
}
}

@media (max-width: 576px) {.gratCardlocal {
    padding: 3rem 0;
}.gratCardlocal h2 {
    margin-bottom: 1.2rem;
    font-size: calc(36px * 0.7);
}.gratCardlocal h2::after {
    width: 50px;
    height: 3px;
}.gratCardlocal .study_programlocal {
    padding: 1.5rem;
    margin-top: 0.5rem;
}.gratCardlocal li {
    padding-left: 1.5rem;
}.gratCardlocal li::before {
    height: 8px;
    width: 8px;
    top: 0.4rem;
}.gratCardlocal li span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.title_portallocal {
    min-height: 100vh;
    align-items: center;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,235,237), rgba(0, 0, 0, 0.5), rgb(202,207,210,0.5) 80%);
    justify-content: center;
    position: relative;
}.title_portallocal::before {
    animation: constellationMove 120s infinite linear;
    position: absolute;
    opacity: 0.15;
    width: 100%;
    z-index: 1;
    top: 0;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgb(164,173,176,0.5) 2px, transparent 12px),
    radial-gradient(circle at 70% 60%, rgb(164,173,176,0.5) 3px, transparent 15px),
    radial-gradient(circle at 40% 80%, rgb(164,173,176,0.5) 2px, transparent 10px),
    radial-gradient(circle at 80% 10%, rgb(164,173,176,0.5) 4px, transparent 14px);
    left: 0;
    height: 100%;
    background-size: 320px 320px;
}.title_portallocal::after {
    z-index: 0;
    opacity: 0.4;
    height: 200%;
    pointer-events: none;
    transform: rotate(-15deg);
    content: "";
    left: -50%;
    position: absolute;
    top: -50%;
    background: radial-gradient(ellipse at center, transparent 30%, rgb(202,207,210,0.5) 100%);
    width: 200%;
}.title_portallocal .start_introlocal {
    perspective: 1000px;
    width: 90%;
    position: relative;
    z-index: 3;
    max-width: 1200px;
}.title_portallocal .start_introlocal > div {
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    transform-style: preserve-3d;
}.title_portallocal .start_introlocal > div > div:first-child {
    transform: translateZ(20px) rotate(-2deg);
    opacity: 0;
    animation: floatIn 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    border-left: 3px solid rgb(164,173,176);
    background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    padding: 2.5rem;
    backdrop-filter: blur(12px);
    position: relative;
    animation-delay: 0.3s;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.title_portallocal .start_introlocal > div > div:first-child:hover {
    transform: translateZ(30px) rotate(-1deg);
}.title_portallocal h3 {
    position: relative;
    font-size: calc(20px * 1.1);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}.title_portallocal .class_prolocal {
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    overflow: hidden;
    opacity: 0;
    transform: translateZ(40px) rotate(1deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    animation-delay: 0.6s;
    position: relative;
    height: 420px;
    animation: slideUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    border-radius: 10px;
}.title_portallocal .class_prolocal:hover {
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
    transform: translateZ(50px) rotate(0deg);
}.title_portallocal .class_prolocal::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, 
    transparent, 
    rgba(0, 0, 0, 0.5) 70%, 
    rgb(202,207,210) 130%);
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
}.title_portallocal .class_prolocal::after {
    background: 
    repeating-linear-gradient(45deg, 
      rgb(164,173,176,0.5) 0%, 
      transparent 0.5%, 
      transparent 1%);
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
    position: absolute;
}.title_portallocal .class_prolocal > div {
    left: 0;
    padding: 3rem 2.5rem;
    z-index: 3;
    width: 100%;
    transform: translateY(0);
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
}.title_portallocal .class_prolocal:hover > div {
    transform: translateY(-10px);
}.title_portallocal .class_prolocal p {
    font-size: calc(13px * 1.2);
    opacity: 0;
    transform: translateX(-20px);
    position: relative;
    margin-bottom: 1rem;
    animation: fadeSlideIn 0.8s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    color: #ffffff;
}.title_portallocal .class_prolocal p::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 0.8rem;
    left: -1.5rem;
    width: 0.8rem;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(164,173,176);
}.title_portallocal .title_style_header {
    opacity: 0;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    color: #ffffff;
    transform: translateX(-20px);
    font-size: 42px;
    animation: fadeSlideIn 0.8s 1.3s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    margin: 0;
}

@keyframes constellationMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(50px) rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(20px) rotate(-2deg);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(40px) rotate(1deg);
  }
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 768px) {.title_portallocal .start_introlocal > div {
    grid-template-columns: 30% 1fr;
    gap: 3rem;
    align-items: center;
}.title_portallocal h3 {
    font-size: 20px;
}.title_portallocal .class_prolocal {
    height: 480px;
}.title_portallocal .title_style_header {
    font-size: calc(42px * 1.2);
}
}

@media (min-width: 992px) {.title_portallocal .start_introlocal > div {
    gap: 4rem;
    grid-template-columns: 35% 1fr;
}.title_portallocal .start_introlocal > div > div:first-child {
    padding: 3rem;
}.title_portallocal h3 {
    font-size: calc(20px * 1.1);
}.title_portallocal .class_prolocal {
    height: 520px;
}.title_portallocal .class_prolocal > div {
    padding: 4rem 3rem;
}.title_portallocal .title_style_header {
    font-size: calc(42px * 1.4);
}
}

@media (max-width: 767px) {.title_portallocal {
    padding: 4rem 1rem;
}.title_portallocal .class_prolocal {
    height: 380px;
}.title_portallocal .start_introlocal > div > div:first-child {
    padding: 1.5rem;
}.title_portallocal h3 {
    font-size: calc(18px * 1.2);
}.title_portallocal .class_prolocal > div {
    padding: 2rem 1.5rem;
}.title_portallocal .class_prolocal p {
    font-size: 13px;
}.title_portallocal .title_style_header {
    font-size: calc(28px * 1.1);
}
}

@media (max-width: 480px) {.title_portallocal {
    padding: 3rem 1rem;
}.title_portallocal .class_prolocal {
    height: 320px;
}.title_portallocal .start_introlocal > div > div:first-child {
    padding: 1.25rem;
}.title_portallocal h3 {
    font-size: 18px;
}.title_portallocal .class_prolocal > div {
    padding: 1.5rem 1.25rem;
}.title_portallocal .title_style_header {
    font-size: 28px;
}}.connect_formlocal {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: rgb(233,235,237);
}.connect_formlocal::before {
    border-radius: 50%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(202,207,210,0.5), rgb(164,173,176,0.5));
    height: 400px;
    filter: blur(70px);
    position: absolute;
    width: 400px;
    top: -150px;
    content: "";
    right: -150px;
}.connect_formlocal::after {
    filter: blur(60px);
    height: 300px;
    left: -100px;
    content: "";
    position: absolute;
    bottom: -100px;
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(164,173,176,0.5), rgb(202,207,210,0.5));
    z-index: 1;
    width: 300px;
}.connect_formlocal .container {
    z-index: 2;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.connect_formlocal h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 36px;
    color: #000000;
    margin-bottom: 60px;
}.connect_formlocal h2::before {
    position: absolute;
    width: 50px;
    z-index: -1;
    background: rgb(202,207,210,0.5);
    left: calc(50% - 120px);
    height: 50px;
    content: "";
    border-radius: 50%;
    top: -25px;
}.connect_formlocal h2::after {
    z-index: -1;
    background: rgb(164,173,176,0.5);
    height: 30px;
    right: calc(50% - 100px);
    width: 30px;
    position: absolute;
    border-radius: 50%;
    content: "";
    bottom: -15px;
}.connect_formlocal .message_helplocal {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 20px;
}.connect_formlocal .message_helplocal::before {
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(202,207,210,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(164,173,176,0.5) 99%
    );
    content: "";
    pointer-events: none;
    inset: 0;
    z-index: 0;
}.connect_formlocal .image_box_wraplocal {
    flex: 0 0 45%;
    transition: transform 0.5s ease;
    min-height: 500px;
    position: relative;
}.connect_formlocal .image_box_wraplocal::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}.connect_formlocal .image_box_wraplocal::after {
    pointer-events: none;
    bottom: 20px;
    z-index: 2;
    position: absolute;
    content: "";
    left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    right: 20px;
    top: 20px;
}.connect_formlocal .inquiry_reachlocal {
    flex-direction: column;
    flex: 0 0 55%;
    position: relative;
    justify-content: center;
    display: flex;
    padding: 60px;
}.connect_formlocal form {
    position: relative;
    z-index: 3;
}.connect_formlocal form h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}.connect_formlocal form input[type="text"] {
    font-size: 14px;
    color: #000000;
    border-radius: 12px;
    width: 100%;
    transition: all 0.3s ease;
    padding: 18px 25px;
    margin-bottom: 25px;
    background: rgb(233,235,237);
    border: none;
}.connect_formlocal form input[type="text"]:focus {
    border: 1px solid transparent;
    background: linear-gradient(rgb(233,235,237), rgb(233,235,237)) padding-box,
                linear-gradient(to right, rgb(202,207,210), rgb(164,173,176)) border-box;
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(202,207,210), 0.1);
}.connect_formlocal form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.connect_formlocal .connect_boxlocal {
    position: relative;
    margin-bottom: 30px;
}.connect_formlocal .connect_boxlocal input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_formlocal .connect_boxlocal label {
    align-items: center;
    color: #000000;
    padding-left: 35px;
    display: flex;
    position: relative;
    font-size: 15px;
    cursor: pointer;
}.connect_formlocal .connect_boxlocal label::before {
    border-radius: 6px;
    height: 22px;
    content: "";
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(233,235,237);
    width: 22px;
}.connect_formlocal .connect_boxlocal input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(202,207,210), rgb(164,173,176));
}.connect_formlocal .connect_boxlocal input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-width: 0 2px 2px 0;
    height: 12px;
    border: solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    top: 4px;
    width: 6px;
}.connect_formlocal .connect_boxlocal label a {
    color: rgb(202,207,210);
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.connect_formlocal .connect_boxlocal label a:hover {
    color: rgb(164,173,176);
}.connect_formlocal .help_widgetlocal {
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(202,207,210), rgb(164,173,176));
    font-size: 16px;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 20px;
    border: none;
}.connect_formlocal .help_widgetlocal::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(164,173,176), rgb(202,207,210));
    transition: transform 0.5s ease;
    content: "";
    transform: scaleX(0);
    height: 100%;
    transform-origin: right;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.connect_formlocal .help_widgetlocal:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.connect_formlocal svg {
    stroke: rgb(202,207,210);
    transition: all 0.3s ease;
    width: 24px;
    margin-right: 12px;
    fill: none;
    height: 24px;
}.connect_formlocal svg path {
    transition: all 0.3s ease;
    stroke: rgb(202,207,210);
    fill: none;
    stroke-width: 2;
}.connect_formlocal svg:hover,
.connect_formlocal svg:hover path {
    stroke: rgb(164,173,176);
}

@media (max-width: 1024px) {.connect_formlocal {
    padding: 70px 0;
}.connect_formlocal .inquiry_reachlocal {
    padding: 45px;
}.connect_formlocal .image_box_wraplocal {
    min-height: 450px;
}
}

@media (max-width: 768px) {.connect_formlocal {
    padding: 60px 0;
}.connect_formlocal h2 {
    margin-bottom: 40px;
}.connect_formlocal .message_helplocal {
    flex-direction: column;
}.connect_formlocal .image_box_wraplocal {
    width: 100%;
    flex: 0 0 300px;
    min-height: 300px;
}.connect_formlocal .inquiry_reachlocal {
    padding: 40px 30px;
    flex: 0 0 auto;
}.connect_formlocal form h3 {
    margin-bottom: 25px;
}.connect_formlocal form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.connect_formlocal {
    padding: 50px 0;
}.connect_formlocal h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.connect_formlocal .image_box_wraplocal {
    min-height: 220px;
}.connect_formlocal .inquiry_reachlocal {
    padding: 30px 20px;
}.connect_formlocal form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.connect_formlocal form input[type="text"] {
    font-size: calc(14px * 0.95);
    margin-bottom: 16px;
    padding: 14px 16px;
}.connect_formlocal .help_widgetlocal {
    padding: 16px;
}.connect_formlocal .connect_boxlocal label {
    font-size: calc(15px * 0.95);
}}.test_drivelocal {
    padding: 120px 0;
    background: linear-gradient(110deg, rgb(202,207,210) 55%, rgb(233,235,237) 45%);
    overflow: hidden;
    position: relative;
}.test_drivelocal::before {
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
}.test_drivelocal .study_programlocal {
    position: relative;
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
    z-index: 10;
    display: flex;
    align-items: center;
}.test_drivelocal .container p {
    width: 60%;
    padding-right: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    position: relative;
    z-index: 5;
    font-size: 29px;
    color: #ffffff;
}.test_drivelocal .help_widgetlocal {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    height: 100px;
    transition: all 0.4s ease;
    justify-content: center;
    z-index: 5;
    width: 35%;
    text-decoration: none;
    color: #ffffff;
    align-items: center;
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    background: rgb(202,207,210);
    display: flex;
    font-size: 20px;
    transform: skewX(-10deg);
}.test_drivelocal .help_widgetlocal::before {
    transform: rotate(35deg) translateY(-50px);
    position: absolute;
    left: -50px;
    width: 10px;
    transition: all 0.6s ease;
    content: '';
    height: 150%;
    background: rgba(255, 255, 255, 0.3);
}.test_drivelocal .help_widgetlocal:hover {
    background: rgb(164,173,176);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    transform: skewX(-10deg) translateY(-8px);
}.test_drivelocal .help_widgetlocal:hover::before {
    left: 120%;
}.test_drivelocal .container::after {
    filter: blur(60px);
    right: -50px;
    height: 200px;
    animation: pulse 8s infinite alternate;
    border-radius: 50%;
    width: 200px;
    z-index: -1;
    position: absolute;
    content: '';
    top: -50px;
    background: rgb(202,207,210,0.5);
}.test_drivelocal .container::before {
    animation: pulse 8s infinite alternate-reverse;
    width: 150px;
    filter: blur(50px);
    content: '';
    z-index: -1;
    height: 150px;
    left: -50px;
    position: absolute;
    border-radius: 50%;
    background: rgb(164,173,176,0.5);
    bottom: -50px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (max-width: 991px) {.test_drivelocal {
    background: linear-gradient(130deg, #000000 55%, rgb(233,235,237) 55%);
    padding: 90px 0;
}.test_drivelocal .container p {
    font-size: calc(20px * 1.3);
}.test_drivelocal .help_widgetlocal {
    height: 80px;
}
}

@media (max-width: 767px) {.test_drivelocal {
    background: #000000;
    padding: 70px 0;
}.test_drivelocal .study_programlocal {
    gap: 30px;
    flex-direction: column;
}.test_drivelocal .container p {
    text-align: center;
    width: 100%;
    padding-right: 0;
    font-size: 20px;
}.test_drivelocal .help_widgetlocal {
    transform: skewX(0);
    width: 80%;
    height: 70px;
}.test_drivelocal .help_widgetlocal:hover {
    transform: skewX(0) translateY(-5px);
}
}

@media (max-width: 480px) {.test_drivelocal {
    padding: 50px 0;
}.test_drivelocal .container p {
    font-size: calc(14px * 1.2);
}.test_drivelocal .help_widgetlocal {
    height: 60px;
    width: 100%;
    font-size: calc(20px * 0.9);
}}.alertPrivacySettingslocal {
    z-index: 90;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    background: rgb(233,235,237);
    border-top: 3px solid rgb(202,207,210);
}.digital_cookieslocal {
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
}.tracking_policylocal {
    flex-shrink: 0;
    margin-right: 15px;
}.tracking_policylocal svg {
    height: 60px;
    width: 60px;
    fill: rgb(202,207,210);
    transition: fill 0.3s ease;
}.tracking_policylocal svg:hover {
    fill: rgb(164,173,176);
}.cookie_overlaylocal {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.alertPrivacySettingslocal h5 {
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: rgb(202,207,210);
    font-size: 18px;
}.alertPrivacySettingslocal p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 17px;
}.track_prefslocal {
    color: #ffffff;
    margin-left: 10px;
    border-radius: 27px;
    line-height: 35px;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    background: rgb(202,207,210);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    font-size: 18px;
}.track_prefslocal:hover {
    background: rgb(164,173,176);
    box-shadow: 0 0 10px rgb(164,173,176,0.5);
}#cookieGrantPermissionBtnlocal {
    background: rgb(202,207,210);
}#refuseDataCookiesSettinglocal {
    background: rgba(0, 0, 0, 0.5);
}.alertPrivacySettingslocal p a {
    text-decoration: underline;
    color: rgb(202,207,210);
    transition: color 0.3s ease;
}.alertPrivacySettingslocal p a:hover {
    color: rgb(164,173,176);
}
@media only screen and (max-width: 1200px) {.digital_cookieslocal {
    flex-direction: column;
    align-items: center;
}.tracking_policylocal {
    margin-bottom: 15px;
}.cookie_overlaylocal {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.track_prefslocal {
    width: 100%;
    max-width: 200px;
    margin-left: 0;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.digital_cookieslocal {
    padding: 15px;
}.tracking_policylocal {
    display: none;
}.alertPrivacySettingslocal h5 {
    font-size: 16px;
}.alertPrivacySettingslocal p {
    font-size: 15px;
}}
#cookieTermsNoticelocal {
    display: none;
}#cookieTermsNoticelocal:checked ~ .alertPrivacySettingslocal {
    visibility: hidden;
    opacity: 0;
}.customer_supportlocal {
    position: relative;
    perspective: 1000px;
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,235,237) 0%, rgba(245, 245, 255, 0.9) 100%);
}.customer_supportlocal::before {
    pointer-events: none;
    width: 120%;
    content: "";
    left: -10%;
    position: absolute;
    transform: rotate(-15deg) translateZ(-10px);
    z-index: 0;
    height: 200%;
    top: -50%;
    background: linear-gradient(120deg, rgb(202,207,210,0.5) 0%, transparent 70%);
    opacity: 0.05;
}.customer_supportlocal::after {
    content: "";
    bottom: 0;
    width: 60%;
    right: 0;
    position: absolute;
    height: 40%;
    background: radial-gradient(circle at bottom right, rgb(164,173,176,0.5) 0%, transparent 70%);
    pointer-events: none;
    opacity: 0.1;
    z-index: 0;
}.customer_supportlocal .container {
    padding: 0 20px;
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.customer_supportlocal .quick_answerslocal {
    grid-template-columns: 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    display: grid;
    padding: 50px 40px;
    background: #ffffff;
    transform: translateZ(0);
    gap: 30px;
}.customer_supportlocal h3 {
    transform: translateZ(10px);
    position: relative;
    font-size: calc(37px * 1.1);
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 30px;
}.customer_supportlocal h3::after {
    bottom: -10px;
    transform-origin: left;
    background: rgb(202,207,210);
    left: 0;
    position: absolute;
    width: 80px;
    transform: scaleX(1);
    content: "";
    height: 3px;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.customer_supportlocal h3:hover::after {
    transform: scaleX(1.5);
}.customer_supportlocal p {
    max-width: 90%;
    margin-bottom: 20px;
    font-size: 17px;
    transform: translateZ(5px);
    color: #000000;
    line-height: 1.7;
}.customer_supportlocal h5 {
    font-weight: 600;
    gap: 10px;
    text-transform: capitalize;
    align-items: center;
    margin: 0 0 10px;
    color: #000000;
    transform: translateZ(7px);
    display: flex;
    letter-spacing: 0.01em;
    font-size: 18px;
}.customer_supportlocal svg {
    width: 22px;
    transform: translateY(2px);
    height: 22px;
    transition: transform 0.3s ease, fill 0.3s ease;
}.customer_supportlocal svg path {
    fill: rgb(202,207,210);
    transition: fill 0.3s ease;
}.customer_supportlocal .talk_contactlocal {
    padding: 0;
    flex-direction: column;
    gap: 15px;
    transform: translateZ(8px);
    margin: 20px 0 0;
    list-style: none;
    display: flex;
}.customer_supportlocal .talk_contactlocal li {
    transition: transform 0.3s ease;
    position: relative;
}.customer_supportlocal .talk_contactlocal li:hover {
    transform: translateX(5px);
}.customer_supportlocal .contact_helplocal {
    display: flex;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    color: #000000;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: calc(17px * 1.05);
    font-weight: 600;
}.customer_supportlocal .contact_helplocal:hover {
    border-left-color: rgb(202,207,210);
    color: rgb(202,207,210);
}.customer_supportlocal .contact_helplocal:hover svg {
    transform: translateY(2px) scale(1.1);
}.customer_supportlocal .contact_helplocal:hover svg path {
    fill: rgb(164,173,176);
}.customer_supportlocal .contact_helplocal:active {
    transform: scale(0.98);
}

@media (min-width: 768px) {.customer_supportlocal .quick_answerslocal {
    padding: 60px 70px;
    gap: 40px 60px;
    grid-template-columns: repeat(2, 1fr);
}.customer_supportlocal h3 {
    grid-column: 1 / -1;
    margin-bottom: 10px;
}.customer_supportlocal .quick_answerslocal > div:first-of-type {
    grid-column: 1 / -1;
}.customer_supportlocal .talk_contactlocal {
    align-self: start;
    grid-column: 2 / 3;
}
}

@media (min-width: 1024px) {.customer_supportlocal {
    padding: 140px 0 100px;
}.customer_supportlocal .quick_answerslocal {
    grid-template-columns: 1.5fr 1fr;
    padding: 70px 80px;
    gap: 40px 80px;
}.customer_supportlocal h3 {
    font-size: calc(37px * 1.2);
}.customer_supportlocal h3::after {
    width: 100px;
}.customer_supportlocal p {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}.customer_supportlocal .contact_helplocal {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.customer_supportlocal {
    padding: 80px 0 60px;
}.customer_supportlocal .quick_answerslocal {
    padding: 40px 30px;
}.customer_supportlocal h3 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.9);
}.customer_supportlocal p {
    font-size: calc(17px * 0.95);
    max-width: 100%;
}
}

@media (max-width: 480px) {.customer_supportlocal {
    padding: 60px 0 40px;
}.customer_supportlocal .quick_answerslocal {
    padding: 30px 20px;
}.customer_supportlocal h3 {
    font-size: calc(37px * 0.85);
}.customer_supportlocal .contact_helplocal {
    font-size: calc(17px * 0.95);
    padding: 8px 12px;
}.customer_supportlocal svg {
    width: 20px;
    height: 20px;
}}header {
    width: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 100;
    left: 0;
    transition: all 0.5s ease;
    top: 0;
    position: fixed;
}header::before {
    content: "";
    animation: pulse 15s infinite alternate;
    left: 0;
    z-index: -1;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(202,207,210,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(164,173,176,0.5) 0%, transparent 20%);
    top: 0;
    width: 100%;
    opacity: 0.3;
    position: absolute;
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .top_learnlocal {
    justify-content: space-between;
    display: flex;
    z-index: 2;
    align-items: center;
    position: relative;
}header .top_prolocal {
    gap: 2rem;
    position: relative;
    display: flex;
    align-items: center;
}header .top_prolocal::before {
    top: -15px;
    transform: skewX(-15deg);
    height: calc(100% + 30px);
    z-index: -1;
    opacity: 0.1;
    background: linear-gradient(90deg, transparent 0%, rgb(202,207,210,0.5) 50%, transparent 100%);
    left: -30px;
    position: absolute;
    width: calc(100% + 60px);
    border-radius: 21px;
    content: "";
}header .nav_mainlocal {
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 0.5rem 0;
    text-decoration: none;
}header .nav_mainlocal::before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(202,207,210), rgb(164,173,176));
    content: "";
    height: 2px;
    transition: width 0.3s ease;
}header .nav_mainlocal:hover {
    color: rgb(202,207,210);
    transform: translateY(-2px);
}header .nav_mainlocal:hover::before {
    width: 100%;
}header .nav_baselocal {
    align-items: center;
    z-index: 2;
    text-decoration: none;
    display: flex;
    position: relative;
}header .nav_baselocal svg {
    height: 40px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    width: auto;
}header .nav_baselocal:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(202,207,210,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .top_prolocal {
    gap: 1.5rem;
}header .nav_mainlocal {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .top_learnlocal {
    gap: 1rem;
    flex-direction: column-reverse;
    padding: 1rem 0;
}header .nav_baselocal {
    margin-bottom: 0.5rem;
}header .top_prolocal {
    padding: 0.5rem 0;
    width: 100%;
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    justify-content: flex-start;
}header .top_prolocal::before {
    display: none;
}header .nav_mainlocal {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    white-space: nowrap;
    padding: 0.5rem 1rem;
}header .nav_mainlocal::before {
    display: none;
}}.sign_uplocal {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,207,210,0.5), rgb(233,235,237));
}.sign_uplocal::before {
    height: 300px;
    opacity: 0.7;
    position: absolute;
    background: radial-gradient(circle, rgb(164,173,176,0.5) 0%, transparent 70%);
    top: -10%;
    animation: float 15s infinite ease-in-out;
    width: 300px;
    right: -5%;
    content: "";
    z-index: 0;
}.sign_uplocal::after {
    background: radial-gradient(circle, rgb(202,207,210,0.5) 0%, transparent 70%);
    bottom: -10%;
    position: absolute;
    content: "";
    width: 250px;
    left: -5%;
    height: 250px;
    z-index: 0;
    opacity: 0.5;
    animation: float 20s infinite ease-in-out reverse;
}.sign_uplocal .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.sign_uplocal .study_programlocal {
    backdrop-filter: blur(10px);
    padding: 3rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.sign_uplocal .study_programlocal:hover {
    transform: perspective(1000px) rotateX(0deg);
}.sign_uplocal h3 {
    margin-bottom: 2rem;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    transition: transform 0.4s ease;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    color: #000000;
}.sign_uplocal h3::after {
    height: 3px;
    transition: transform 0.5s ease-out;
    content: "";
    transform: scaleX(1);
    bottom: -10px;
    background: rgb(202,207,210);
    position: absolute;
    transform-origin: left;
    left: 0;
    width: 60px;
}.sign_uplocal .study_programlocal:hover h3 {
    transform: translateY(-5px);
}.sign_uplocal .study_programlocal:hover h3::after {
    transform: scaleX(1.5);
}.sign_uplocal .input_holder {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}.sign_uplocal .input_holder div {
    flex: 1 1 300px;
    position: relative;
    overflow: hidden;
}.sign_uplocal .input_holder input[type="email"] {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    width: 100%;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    outline: none;
    font-size: 15px;
}.sign_uplocal .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    border-color: rgb(202,207,210);
}.sign_uplocal .input_holder input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.sign_uplocal .input_holder input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
    transform: translateX(5px);
}.sign_uplocal .input_holder .sub_blocklocal {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    background: rgb(202,207,210);
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    flex: 0 0 auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    font-family: Arial, sans-serif;
    padding: 1rem 1.8rem;
}.sign_uplocal .input_holder .sub_blocklocal::before {
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    left: -100%;
    transition: all 0.6s ease;
}.sign_uplocal .input_holder .sub_blocklocal:hover {
    background: rgb(164,173,176);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.sign_uplocal .input_holder .sub_blocklocal:active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}.sign_uplocal .input_holder .sub_blocklocal:hover::before {
    left: 100%;
}

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

@media screen and (max-width: 768px) {.sign_uplocal {
    padding: 3rem 0;
}.sign_uplocal .study_programlocal {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.sign_uplocal h3 {
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    margin-bottom: 1.5rem;
}.sign_uplocal .input_holder {
    flex-direction: column;
    gap: 1rem;
}.sign_uplocal .input_holder div {
    flex: 1 1 100%;
}.sign_uplocal .input_holder .sub_blocklocal {
    padding: 0.9rem 1.5rem;
    width: 100%;
}.sign_uplocal::before {
    width: 150px;
    height: 150px;
}.sign_uplocal::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 480px) {.sign_uplocal {
    padding: 2.5rem 0;
}.sign_uplocal .study_programlocal {
    padding: 1.5rem;
}.sign_uplocal h3 {
    margin-bottom: 1.25rem;
    font-size: 1.2rem;
}.sign_uplocal h3::after {
    width: 40px;
    height: 2px;
}.sign_uplocal .input_holder input[type="email"] {
    padding: 0.9rem 1.2rem;
}.sign_uplocal .input_holder .sub_blocklocal {
    padding: 0.8rem 1.2rem;
}
}