﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.webinar-live-local {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
}.container {
    margin: auto;
    width: 1164px;
    max-width: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.nav-block-local {
    flex: 1 0 auto;
}.panel-container-local {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.deal-plan-local {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(221,225,228) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.deal-plan-local::before {
    position: absolute;
    border-radius: 10px;
    content: "";
    width: 40%;
    height: 70%;
    transform: rotate(-15deg);
    right: -5%;
    top: -10%;
    opacity: 0.1;
    z-index: 0;
    background: linear-gradient(120deg, rgb(156,180,191,0.5) 20%, rgb(96,164,147,0.5) 80%);
}.deal-plan-local::after {
    background: linear-gradient(45deg, rgb(96,164,147,0.5) 30%, rgb(156,180,191,0.5) 70%);
    width: 35%;
    transform: rotate(10deg);
    bottom: -5%;
    opacity: 0.08;
    content: "";
    left: -3%;
    z-index: 0;
    border-radius: 10px;
    position: absolute;
    height: 50%;
}.deal-plan-local .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 2rem;
    position: relative;
}.deal-plan-local .study-price-local {
    flex-direction: column;
    display: flex;
}.deal-plan-local .pricing-list-local {
    order: 1;
    position: relative;
    margin-bottom: 3.5rem;
    text-align: center;
}.deal-plan-local .pricing-list-local h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 29px;
    display: inline-block;
    margin-bottom: 1.5rem;
}.deal-plan-local .pricing-list-local h2::after {
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(156,180,191), transparent);
    left: 50%;
    content: "";
    width: 70%;
    bottom: -0.75rem;
    position: absolute;
}.deal-plan-local .plan-rates-local {
    margin: 0 auto;
    max-width: 800px;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}.deal-plan-local .learning-packages-local {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    order: 2;
}.deal-plan-local .sub-options-local {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    text-decoration: none;
    display: block;
    position: relative;
    height: 100%;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.deal-plan-local .sub-options-local:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.deal-plan-local .sub-options-local::before {
    background: linear-gradient(90deg, rgb(156,180,191), rgb(96,164,147));
    height: 5px;
    left: 0;
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}.deal-plan-local .sub-options-local:hover::before {
    transform: translateY(0);
}.deal-plan-local .premium-grid-local {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
}.deal-plan-local .plan-fee-local {
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    padding: 2rem 1.75rem;
}.deal-plan-local .plan-fee-local h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    display: inline-block;
    font-size: calc(21px * 1.1);
}.deal-plan-local .plan-fee-local .tuition-grid-local {
    font-weight: 700;
    color: rgb(156,180,191);
    position: relative;
    font-size: calc(21px * 1.3);
    margin-bottom: 1.5rem;
}.deal-plan-local .plan-fee-local .tuition-grid-local::after {
    content: "";
    width: 40px;
    left: 0;
    bottom: -0.75rem;
    background: rgb(156,180,191,0.5);
    position: absolute;
    height: 2px;
}.deal-plan-local .plan-fee-local p {
    word-break: break-word;
    font-size: 16px;
    line-height: 1.65;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    margin-bottom: 1.5rem;
}.deal-plan-local .post-image-grid-local {
    overflow: hidden;
    height: 180px;
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
}.deal-plan-local .post-image-grid-local::after {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    top: 0;
}.deal-plan-local .sub-options-local:hover .post-image-grid-local {
    transform: scale(1.05);
}.deal-plan-local .sub-options-local:nth-child(odd) .plan-fee-local::before {
    background: rgb(156,180,191,0.5);
    right: 1rem;
    z-index: -1;
    border-radius: 50%;
    height: 2.5rem;
    top: 1rem;
    content: "";
    position: absolute;
    width: 2.5rem;
    opacity: 0.1;
}.deal-plan-local .sub-options-local:nth-child(even) .plan-fee-local::before {
    background: rgb(96,164,147,0.5);
    position: absolute;
    bottom: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    content: "";
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
    left: 1rem;
}

@media (min-width: 992px) {.deal-plan-local .study-price-local {
    flex-direction: row;
}.deal-plan-local .pricing-list-local {
    order: 2;
    flex: 0 0 30%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: left;
    padding-left: 3rem;
    margin-bottom: 0;
}.deal-plan-local .pricing-list-local h2 {
    text-align: left;
    margin-bottom: 2rem;
}.deal-plan-local .pricing-list-local h2::after {
    transform: none;
    left: 0;
    width: 40%;
}.deal-plan-local .plan-rates-local {
    margin: 0;
    text-align: left;
}.deal-plan-local .learning-packages-local {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (max-width: 991px) {.deal-plan-local {
    padding: 5rem 0;
}.deal-plan-local .sub-options-local {
    margin-bottom: 1.5rem;
}.deal-plan-local .pricing-list-local {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.deal-plan-local {
    padding: 4rem 0;
}.deal-plan-local .pricing-list-local h2 {
    font-size: calc(29px * 0.9);
}.deal-plan-local .plan-fee-local h3 {
    font-size: 21px;
}.deal-plan-local .plan-fee-local .tuition-grid-local {
    font-size: calc(21px * 1.15);
}.deal-plan-local .post-image-grid-local {
    height: 160px;
}
}

@media (max-width: 575px) {.deal-plan-local {
    padding: 3rem 0;
}.deal-plan-local .container {
    padding: 0 1.5rem;
}.deal-plan-local .learning-packages-local {
    gap: 1.5rem;
}.deal-plan-local .plan-fee-local {
    padding: 1.5rem;
}.deal-plan-local .post-image-grid-local {
    height: 140px;
}
}

@media (hover: none) {.deal-plan-local .sub-options-local:hover {
    transform: none;
}.deal-plan-local .sub-options-local:hover .post-image-grid-local {
    transform: none;
}}.educational-gains-local {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(221,225,228) 0%, rgb(156,180,191,0.5) 100%);
}.educational-gains-local::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    background-size: 40px 40px;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
}.educational-gains-local::after {
    z-index: 0;
    top: -30%;
    right: -20%;
    opacity: 0.3;
    height: 160%;
    background: radial-gradient(ellipse at center, rgb(96,164,147,0.5) 0%, transparent 70%);
    transform: rotate(-30deg);
    position: absolute;
    width: 80%;
    content: '';
}.educational-gains-local .learn-academy-local {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
}.educational-gains-local h2 {
    position: relative;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 48px;
}.educational-gains-local h2::after {
    background: linear-gradient(90deg, rgb(96,164,147) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 3px;
    left: 0;
    content: '';
}.educational-gains-local .nav-block-local {
    gap: 30px;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(4, auto);
}.educational-gains-local .post-image-grid-local {
    z-index: 1;
    border-radius: 20px;
    grid-row: 1 / 5;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    min-height: 600px;
    overflow: hidden;
    grid-column: 1 / 8;
}.educational-gains-local .post-image-grid-local::before {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(156,180,191,0.5) 0%, transparent 60%);
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    z-index: 1;
}.educational-gains-local .post-image-grid-local::after {
    width: 100%;
    height: 30%;
    position: absolute;
    content: '';
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    left: 0;
    bottom: 0;
}.educational-gains-local .text_main_holder {
    display: contents;
}.educational-gains-local .text_main_holder > div {
    display: flex;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.07);
    transition: all 0.3s ease;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    padding: 30px;
    position: relative;
}.educational-gains-local .text_main_holder > div:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 7 / 13;
}.educational-gains-local .text_main_holder > div:nth-child(2) {
    grid-column: 7 / 13;
    grid-row: 2 / 3;
}.educational-gains-local .text_main_holder > div:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 7 / 13;
}.educational-gains-local .text_main_holder > div:nth-child(4) {
    grid-row: 4 / 5;
    grid-column: 7 / 13;
}.educational-gains-local .text_main_holder > div:nth-child(2n) {
    transform: translateX(30px);
}.educational-gains-local .text_main_holder > div:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.educational-gains-local .text_main_holder > div:nth-child(2n):hover {
    transform: translateX(30px) translateY(-10px);
}.educational-gains-local .text_main_holder > div::before {
    width: 100%;
    position: absolute;
    content: '';
    border-radius: 20px;
    height: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(96,164,147,0.5) 0%, transparent 100%);
    opacity: 0;
}.educational-gains-local .text_main_holder > div:hover::before {
    opacity: 0.1;
}.educational-gains-local .text_main_holder svg {
    flex-shrink: 0;
    height: 45px;
    border-radius: 50%;
    padding: 9px;
    background: rgba(255, 255, 255, 0.07);
    width: 45px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}.educational-gains-local .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(156,180,191,0.5);
}.educational-gains-local .text_main_holder svg path {
    fill: rgb(96,164,147);
    transition: fill 0.3s ease;
}.educational-gains-local .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.educational-gains-local .text_main_holder p {
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    font-size: 12px;
}

@media (max-width: 1200px) {.educational-gains-local .post-image-grid-local {
    grid-column: 1 / 9;
}.educational-gains-local .text_main_holder > div:nth-child(1),
    .educational-gains-local .text_main_holder > div:nth-child(2),
    .educational-gains-local .text_main_holder > div:nth-child(3),
    .educational-gains-local .text_main_holder > div:nth-child(4) {
    grid-column: 8 / 13;
}
}

@media (max-width: 992px) {.educational-gains-local .nav-block-local {
    grid-template-rows: auto;
    gap: 30px;
    grid-template-columns: 1fr;
}.educational-gains-local .post-image-grid-local {
    min-height: 400px;
    grid-column: 1;
    grid-row: 1;
}.educational-gains-local .text_main_holder > div:nth-child(1),
    .educational-gains-local .text_main_holder > div:nth-child(2),
    .educational-gains-local .text_main_holder > div:nth-child(3),
    .educational-gains-local .text_main_holder > div:nth-child(4) {
    grid-row: auto;
    grid-column: 1;
}.educational-gains-local .text_main_holder > div:nth-child(2n) {
    transform: translateX(0);
}.educational-gains-local .text_main_holder > div:nth-child(2n):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 768px) {.educational-gains-local {
    padding: 80px 0;
}.educational-gains-local h2 {
    font-size: calc(48px * 0.8);
}.educational-gains-local .post-image-grid-local {
    min-height: 350px;
}.educational-gains-local .text_main_holder > div {
    padding: 25px;
}
}

@media (max-width: 576px) {.educational-gains-local {
    padding: 60px 0;
}.educational-gains-local h2 {
    font-size: 33px;
}.educational-gains-local .post-image-grid-local {
    min-height: 280px;
}.educational-gains-local .text_main_holder > div {
    gap: 15px;
    padding: 20px;
}.educational-gains-local .text_main_holder svg {
    height: 38px;
    width: 38px;
    padding: 7px;
}}.tyWrap-local {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,225,228) 0%, rgb(156,180,191,0.5) 100%);
    padding: 120px 0 80px;
    position: relative;
}.tyWrap-local::before {
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(96,164,147,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}.tyWrap-local::after {
    animation: rotate 24s linear infinite;
    border: 2px solid rgb(156,180,191,0.5);
    right: -50px;
    height: 200px;
    z-index: 1;
    top: -50px;
    position: absolute;
    opacity: 0.4;
    border-radius: 50%;
    content: "";
    width: 200px;
}.tyWrap-local .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.tyWrap-local h2 {
    transform: translateX(-20px);
    font-size: 36px;
    animation: slideInTitle 1s ease-out forwards 0.3s;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    max-width: 800px;
    font-family: Arial, sans-serif;
    opacity: 0;
}.tyWrap-local h2::after {
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(156,180,191) 0%, rgb(96,164,147) 100%);
    width: 80px;
    animation: growLine 1.2s ease-out forwards 0.8s;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -15px;
}.tyWrap-local .learn-academy-local {
    padding: 40px;
    transform: perspective(1000px) rotateY(-2deg);
    transform-origin: left center;
    max-width: 900px;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
}.tyWrap-local .learn-academy-local:hover {
    transform: perspective(1000px) rotateY(0deg);
}.tyWrap-local ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.tyWrap-local li {
    position: relative;
    animation: fadeInUp 0.8s ease forwards 1s;
    opacity: 0;
    transform: translateY(20px);
    padding-left: 25px;
}.tyWrap-local li::before {
    height: 8px;
    background: rgb(156,180,191);
    animation: pulse 2s infinite;
    width: 8px;
    content: "";
    box-shadow: 0 0 0 rgba(rgb(156,180,191), 0.4);
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}.tyWrap-local li span {
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    display: block;
}@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

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


.tyWrap-local .container::before,
.tyWrap-local .container::after {
    opacity: 0.7;
    content: "";
    position: absolute;
    width: 4px;
    border-radius: 50%;
    background: rgb(156,180,191);
    height: 4px;
}.tyWrap-local .container::before {
    box-shadow: 
        30px 50px 0 -1px rgb(96,164,147),
        80px -20px 0 -1px rgb(156,180,191),
        120px 60px 0 -1px rgb(96,164,147),
        200px 40px 0 -1px rgb(156,180,191);
    right: 15%;
    top: 30px;
}.tyWrap-local .container::after {
    left: 10%;
    box-shadow: 
        40px -30px 0 -1px rgb(96,164,147),
        70px 20px 0 -1px rgb(156,180,191),
        120px -40px 0 -1px rgb(96,164,147),
        180px 10px 0 -1px rgb(156,180,191);
    bottom: 60px;
}

@media screen and (max-width: 992px) {.tyWrap-local {
    padding: 80px 0 60px;
}.tyWrap-local h2 {
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.tyWrap-local .learn-academy-local {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}
}

@media screen and (max-width: 768px) {.tyWrap-local {
    padding: 60px 0 40px;
}.tyWrap-local h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.tyWrap-local .learn-academy-local {
    padding: 25px;
    clip-path: none;
    transform: none;
}.tyWrap-local li {
    padding-left: 20px;
}.tyWrap-local li::before {
    width: 6px;
    height: 6px;
    top: 7px;
}.tyWrap-local li span {
    font-size: calc(13px * 0.95);
}
}

@media screen and (max-width: 576px) {.tyWrap-local {
    padding: 50px 0 30px;
}.tyWrap-local h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.tyWrap-local .learn-academy-local {
    padding: 20px;
}.tyWrap-local li span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.tyWrap-local h2::after {
    width: 60px;
    height: 2px;
    bottom: -10px;
}}header {
    width: 100%;
    background: #ffffff;
    position: relative;
    padding: 0;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}header::before {
    top: 0;
    content: '';
    background: linear-gradient(135deg, rgb(156,180,191), rgb(96,164,147));
    width: 35%;
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
}header .container {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0;
    max-width: 100%;
}header .top-know-local {
    height: 100%;
    display: flex;
    align-items: stretch;
}header .head-expert-local {
    padding: 1.2rem 0;
    position: relative;
    text-decoration: none;
    justify-content: center;
    width: 35%;
    display: flex;
    align-items: center;
}header .head-expert-local svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
    height: auto;
    width: 150px;
}header .head-expert-local:hover svg {
    transform: scale(1.05);
}header .nav-study-local {
    padding: 1.2rem 3%;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    display: flex;
    position: relative;
    width: 65%;
}header .nav-study-local::before {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(156,180,191,0.5), transparent);
}header .head-site-local {
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
}header .head-site-local::before {
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(156,180,191,0.5), rgb(96,164,147,0.5));
    content: '';
    opacity: 0;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    top: 0;
    width: 100%;
    height: 100%;
}header .head-site-local:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-2px);
}header .head-site-local:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .head-expert-local {
    width: 30%;
    padding: 1rem 0;
}header .head-expert-local svg {
    width: 130px;
}header .nav-study-local {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .head-site-local {
    font-size: calc(15px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(221,225,228);
}header::before {
    height: auto;
    width: 100%;
    bottom: 50%;
    top: 0;
}header .top-know-local {
    align-items: center;
    flex-direction: column;
}header .head-expert-local {
    width: 100%;
    padding: 0.8rem 0;
}header .head-expert-local svg {
    width: 120px;
}header .nav-study-local {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.8rem 0;
    width: 95%;
}header .nav-study-local::before {
    background: linear-gradient(to right, transparent, rgb(156,180,191,0.5), transparent);
    top: 0;
    height: 1px;
    left: 0;
    width: 100%;
}header .head-site-local {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .head-expert-local {
    padding: 0.7rem 0;
}header .head-expert-local svg {
    width: 110px;
}header .nav-study-local {
    justify-content: flex-start;
    padding: 0.7rem 2%;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
}header .nav-study-local::-webkit-scrollbar {
    height: 3px;
}header .nav-study-local::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(156,180,191);
}header .head-site-local {
    padding: 0.45rem 0.9rem;
    margin-right: 2px;
    font-size: calc(15px - 1px);
    flex-shrink: 0;
    white-space: nowrap;
}}.course-program-details-local {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(221,225,228), rgba(rgb(96,164,147,0.5), 0.05));
    position: relative;
    overflow: hidden;
}.course-program-details-local::before {
    opacity: 0.05;
    top: -100px;
    height: 300px;
    right: -100px;
    transform: skew(-15deg, -15deg);
    width: 300px;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(210deg, rgb(156,180,191), rgb(96,164,147));
    content: "";
}.course-program-details-local::after {
    content: "";
    bottom: -80px;
    left: -80px;
    width: 300px;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    height: 200px;
    z-index: 0;
    opacity: 0.07;
    background: linear-gradient(45deg, rgb(96,164,147), rgb(156,180,191));
    position: absolute;
}.course-program-details-local .container {
    padding: 0 2rem;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.course-program-details-local h2 {
    color: #000000;
    margin-bottom: 3rem;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 1.5rem;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    max-width: 85%;
}.course-program-details-local h2::after {
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, rgb(156,180,191), rgb(96,164,147));
    content: "";
    transform-origin: left;
    position: absolute;
}.course-program-details-local .learn-network-local {
    grid-template-columns: 1fr;
    perspective: 1000px;
    gap: 3rem;
    position: relative;
    display: grid;
}.course-program-details-local .post-image-grid-local {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    overflow: hidden;
    height: 400px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    position: relative;
}.course-program-details-local .post-image-grid-local::before {
    content: "";
    background: linear-gradient(135deg, rgba(rgb(156,180,191,0.5), 0.2), transparent);
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
}.course-program-details-local .post-image-grid-local:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}.course-program-details-local .text-unit-local {
    gap: 2rem;
    position: relative;
    flex-direction: column;
    transform: perspective(1000px) translateZ(0);
    display: flex;
}.course-program-details-local .description {
    padding-left: 1.5rem;
    opacity: 0.95;
    transition: opacity 0.3s ease;
    color: #000000;
    margin: 0;
    line-height: 1.7;
    font-size: 15px;
    position: relative;
}.course-program-details-local .description::before {
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(156,180,191), rgb(96,164,147));
    opacity: 0.7;
    position: absolute;
    content: "";
    bottom: 0;
    width: 3px;
}.course-program-details-local .description:first-of-type {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 2rem;
}.course-program-details-local .description:last-of-type {
    padding-top: 1rem;
}.course-program-details-local .description:hover {
    opacity: 1;
}

@media (min-width: 768px) {.course-program-details-local {
    padding: 8rem 0;
}.course-program-details-local h2 {
    font-size: calc(30px * 1.1);
    max-width: 70%;
}.course-program-details-local .learn-network-local {
    align-items: start;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course-program-details-local .post-image-grid-local {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
}.course-program-details-local h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course-program-details-local {
    padding: 10rem 0;
}.course-program-details-local .container {
    padding: 0 3rem;
}.course-program-details-local h2 {
    font-size: calc(30px * 1.2);
    margin-bottom: 4rem;
    max-width: 65%;
}.course-program-details-local .learn-network-local {
    gap: 5rem;
}.course-program-details-local .post-image-grid-local {
    height: 600px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course-program-details-local .text-unit-local {
    padding-right: 2rem;
}.course-program-details-local h2::after {
    width: 150px;
}.course-program-details-local .description {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course-program-details-local .container {
    padding: 0 4rem;
}.course-program-details-local h2 {
    max-width: 60%;
}.course-program-details-local .learn-network-local {
    gap: 6rem;
}.course-program-details-local .post-image-grid-local {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.course-program-details-local .description {
    padding-left: 2rem;
}.course-program-details-local .description::before {
    width: 4px;
}
}

@media (max-width: 767px) {.course-program-details-local {
    padding: 4rem 0;
}.course-program-details-local h2 {
    font-size: calc(30px * 0.9);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}.course-program-details-local .description {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.course-program-details-local .post-image-grid-local {
    height: 300px;
}}footer {
    position: relative;
    width: 100%;
}footer .webinar-live-local {
    background: linear-gradient(135deg, #000000 0%, rgb(156,180,191) 100%);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    padding: 80px 0 30px;
}footer .webinar-live-local::before {
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    content: '';
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    width: 100%;
}footer .webinar-live-local::after {
    content: '';
    height: 3px;
    left: 0;
    animation: glowBorder 3s infinite linear;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(156,180,191) 0%, 
        rgb(96,164,147) 50%, 
        rgb(156,180,191) 100%);
    top: 0;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .webinar-live-local .container {
    z-index: 2;
    position: relative;
}footer .enroll-info-local {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}footer .contact-now-local {
    margin-bottom: 30px;
    flex-wrap: wrap;
    padding-bottom: 30px;
    gap: 30px;
    justify-content: space-between;
    display: flex;
    position: relative;
}footer .contact-now-local::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(96,164,147,0.5) 50%, 
        transparent 100%);
    left: 0;
    content: '';
    height: 1px;
    bottom: 0;
    width: 100%;
    position: absolute;
}footer .info_item {
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 15px;
    transition: all 0.3s ease;
    transform: translateY(0);
    padding: 15px;
    backdrop-filter: blur(5px);
    flex: 1;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    min-width: 200px;
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item p,
footer .info_item a {
    font-weight: 400;
    color: #ffffff;
    transition: color 0.3s ease;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    gap: 10px;
    display: flex;
}footer .info_item svg {
    flex-shrink: 0;
    fill: rgb(96,164,147);
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(96,164,147);
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    display: grid;
}footer .main-learning-local {
    align-items: flex-start;
    gap: 20px;
    display: flex;
    flex-direction: column;
}footer .main-learning-local svg {
    filter: drop-shadow(0 0 5px rgb(156,180,191,0.5));
    height: auto;
    max-width: 160px;
}footer .cloud-lab-local {
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    max-width: 300px;
    font-weight: 300;
    opacity: 0.7;
}footer .nav-study-local {
    display: flex;
    gap: 20px;
    flex-direction: column;
}footer .nav-study-local h5 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 5px;
    padding-bottom: 15px;
    font-weight: 700;
}footer .nav-study-local h5::after {
    background: rgb(96,164,147);
    content: '';
    height: 3px;
    width: 50px;
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    left: 0;
}footer .main-tutor-local {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 15px;
}footer .main-tutor-local a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.8;
    padding-left: 15px;
}footer .main-tutor-local a::before {
    height: 6px;
    background: rgb(96,164,147);
    opacity: 0.7;
    position: absolute;
    left: 0;
    width: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    transition: all 0.3s ease;
    top: 50%;
}footer .main-tutor-local a:hover {
    opacity: 1;
    color: rgb(96,164,147);
    transform: translateX(5px);
}footer .main-tutor-local a:hover::before {
    height: 8px;
    opacity: 1;
    width: 8px;
    box-shadow: 0 0 10px rgb(96,164,147);
}footer .subscribe_holder {
    border-radius: 24px;
    transform: perspective(1000px) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    flex-direction: column;
    padding: 25px;
    gap: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    background: rgba(0, 0, 0, 0.2);
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 14px 15px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    outline: none;
    color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(96,164,147,0.5);
    border-color: rgb(96,164,147);
}footer .sub-block-local {
    position: relative;
    padding: 12px 24px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(96,164,147) 0%, rgb(156,180,191) 100%);
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
}footer .sub-block-local::before {
    height: 100%;
    transition: 0.6s;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    left: -100%;
    width: 100%;
    content: '';
}footer .sub-block-local:hover::before {
    left: 100%;
}footer .sub-block-local:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .class-guide-local {
    padding-top: 30px;
    text-align: center;
    position: relative;
}footer .class-guide-local::before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(96,164,147,0.5) 50%, 
        transparent 100%);
    height: 1px;
    content: '';
    left: 0;
    width: 100%;
}footer .lesson-cta-local {
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

@media (max-width: 992px) {footer .webinar-live-local {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .contact-now-local {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .webinar-live-local {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .nav-study-local {
    gap: 15px;
}footer .contact-now-local {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .sub-block-local {
    width: 100%;
}
}

@media (max-width: 576px) {footer .webinar-live-local {
    padding: 40px 0 30px;
}footer .main-learning-local {
    align-items: center;
    margin: 0 auto;
    text-align: center;
}footer .cloud-lab-local {
    margin: 0 auto;
    text-align: center;
}footer .nav-study-local h5 {
    text-align: center;
}footer .nav-study-local h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .main-tutor-local {
    align-items: center;
}footer .main-tutor-local a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.customer-experience-local {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(165deg, rgb(221,225,228) 0%, #ffffff 100%);
}.customer-experience-local::before {
    content: "";
    top: 0;
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(156,180,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(96,164,147,0.5) 0%, transparent 40%);
}.customer-experience-local::after {
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgb(156,180,191,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(156,180,191,0.5) 1px, transparent 1px);
    left: 0;
    z-index: 0;
    opacity: 0.05;
    background-size: 50px 50px;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
}.customer-experience-local .learn-academy-local {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}.customer-experience-local h4 {
    font-size: 32px;
    z-index: 2;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
    position: relative;
}.customer-experience-local h4::before {
    bottom: -20px;
    background: linear-gradient(90deg, rgb(156,180,191), rgb(96,164,147));
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
    height: 8px;
    border-radius: 10px;
}.customer-experience-local h4::after {
    background: #ffffff;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    border-radius: 50%;
    border: 3px solid rgb(156,180,191);
    height: 20px;
    width: 20px;
    z-index: 1;
    content: "";
    bottom: -26px;
}.customer-experience-local .review-voices-local {
    animation: scrollReviews 60s linear infinite;
    width: max-content;
    position: relative;
    display: flex;
    padding: 20px 0;
}.customer-experience-local .review-voices-local:hover {
    animation-play-state: paused;
}.customer-experience-local .feedback-grid-local {
    align-items: center;
    flex-direction: column;
    padding: 30px;
    position: relative;
    margin: 0 20px;
    transform: translateY(0);
    border-radius: 22px;
    height: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    z-index: 1;
    background: #ffffff;
    width: 320px;
    transition: all 0.4s ease;
}.customer-experience-local .feedback-grid-local:hover {
    transform: translateY(-15px);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.customer-experience-local .feedback-grid-local::before {
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    border-radius: inherit;
}.customer-experience-local .feedback-grid-local::after {
    height: 60px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    top: -10px;
    z-index: -1;
    width: 60px;
    content: "";
    right: -10px;
    background: rgb(156,180,191,0.5);
    transition: all 0.4s ease;
}.customer-experience-local .feedback-grid-local:hover::after {
    transform: scale(1.2);
    opacity: 0.3;
}.customer-experience-local .post-image-grid-local {
    height: 110px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 110px;
    position: relative;
    margin-bottom: 25px;
}.customer-experience-local .feedback-grid-local:hover .post-image-grid-local {
    border-color: rgb(156,180,191,0.5);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.customer-experience-local .feedback-grid-local span {
    position: relative;
    font-size: calc(17px * 1.2);
    transition: all 0.3s ease;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}.customer-experience-local .feedback-grid-local span::after {
    bottom: -8px;
    content: "";
    height: 2px;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    opacity: 0.5;
    position: absolute;
    background: rgb(156,180,191);
}.customer-experience-local .feedback-grid-local:hover span {
    color: rgb(156,180,191);
}.customer-experience-local .feedback-grid-local:hover span::after {
    opacity: 1;
    width: 60px;
}.customer-experience-local .feedback-grid-local p {
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #000000;
    line-height: 1.6;
    flex-grow: 1;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 17px;
}.customer-experience-local .feedback-grid-local:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(156,180,191,0.5), 0.05));
}.customer-experience-local .feedback-grid-local:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(96,164,147,0.5), 0.05));
}.customer-experience-local .feedback-grid-local:nth-child(3n+2)::after {
    background: rgb(96,164,147,0.5);
}.customer-experience-local .feedback-grid-local:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(156,180,191,0.5), 0.03));
}.customer-experience-local .feedback-grid-local:nth-child(even) {
    margin-top: 30px;
}.customer-experience-local .feedback-grid-local:nth-child(odd) {
    margin-top: -30px;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {.customer-experience-local {
    padding: 90px 0;
}.customer-experience-local .feedback-grid-local {
    width: 280px;
    padding: 25px;
    height: 380px;
}.customer-experience-local .post-image-grid-local {
    height: 90px;
    width: 90px;
}
}

@media (max-width: 992px) {.customer-experience-local {
    padding: 70px 0;
}.customer-experience-local h4 {
    margin-bottom: 60px;
}.customer-experience-local .feedback-grid-local {
    margin: 0 15px;
    height: 350px;
    padding: 20px;
    width: 250px;
}.customer-experience-local .post-image-grid-local {
    width: 80px;
    margin-bottom: 20px;
    height: 80px;
}.customer-experience-local .feedback-grid-local span {
    font-size: 17px;
}.customer-experience-local .feedback-grid-local:nth-child(even) {
    margin-top: 20px;
}.customer-experience-local .feedback-grid-local:nth-child(odd) {
    margin-top: -20px;
}
}

@media (max-width: 768px) {.customer-experience-local {
    padding: 60px 0;
}.customer-experience-local .learn-academy-local {
    padding: 0 20px;
    overflow: visible;
}.customer-experience-local .review-voices-local {
    width: 100%;
    flex-direction: column;
    animation: none;
}.customer-experience-local .feedback-grid-local {
    padding: 25px;
    width: 100%;
    margin: 0 0 30px;
    height: auto;
    min-height: 200px;
}.customer-experience-local .feedback-grid-local:last-child {
    margin-bottom: 0;
}.customer-experience-local .feedback-grid-local:nth-child(even),
    .customer-experience-local .feedback-grid-local:nth-child(odd) {
    margin-top: 0;
}.customer-experience-local .feedback-grid-local::after {
    height: 40px;
    width: 40px;
}.customer-experience-local .post-image-grid-local {
    height: 80px;
    margin-bottom: 15px;
    width: 80px;
}.customer-experience-local .feedback-grid-local p {
    margin-top: 10px;
}}.contact-information-local {
    overflow: hidden;
    background: rgb(221,225,228);
    padding: 100px 0;
    position: relative;
}.contact-information-local::before {
    background: rgb(221,225,228);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(156,180,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(96,164,147,0.5) 0%, transparent 30%);
    top: 0;
}.contact-information-local::after {
    top: 0;
    opacity: 0.2;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    content: "";
    animation: backgroundMove 30s infinite linear;
    z-index: 1;
    width: 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(156,180,191,0.5) 0, rgb(156,180,191,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(96,164,147,0.5) 0, rgb(96,164,147,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(156,180,191,0.5), transparent 70%),
        linear-gradient(180deg, rgb(96,164,147,0.5), transparent 70%);
    position: absolute;
    height: 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.contact-information-local .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
}.contact-information-local h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    letter-spacing: 2px;
}.contact-information-local h2::before {
    content: "";
    height: 2px;
    width: 100px;
    left: calc(50% - 50px);
    bottom: -15px;
    position: absolute;
    box-shadow: 
        0 0 5px rgb(156,180,191),
        0 0 10px rgb(156,180,191),
        0 0 15px rgb(156,180,191);
    background: rgb(156,180,191);
}.contact-information-local .reach-feedback-local {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(156,180,191,0.5);
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}.contact-information-local .reach-feedback-local::before {
    border-radius: 12px;
    pointer-events: none;
    border: 1px solid rgb(156,180,191);
    position: absolute;
    content: "";
    z-index: 3;
    inset: 0;
    opacity: 0.2;
}.contact-information-local .post-image-grid-local {
    overflow: hidden;
    position: relative;
    min-height: 550px;
    flex: 0 0 45%;
}.contact-information-local .post-image-grid-local::before {
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
}.contact-information-local .post-image-grid-local::after {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(156,180,191,0.5) 100%);
    opacity: 0.7;
    inset: 0;
    position: absolute;
    z-index: 2;
    content: "";
}.contact-information-local .support-inquiry-local {
    padding: 60px;
    flex: 0 0 55%;
    background: #ffffff;
    position: relative;
}.contact-information-local .support-inquiry-local::before {
    position: absolute;
    height: 200px;
    filter: blur(100px);
    width: 200px;
    opacity: 0.3;
    z-index: 0;
    content: "";
    right: -100px;
    top: -100px;
    background: rgb(156,180,191,0.5);
}.contact-information-local .support-inquiry-local::after {
    filter: blur(80px);
    z-index: 0;
    bottom: -75px;
    left: -75px;
    background: rgb(96,164,147,0.5);
    position: absolute;
    content: "";
    width: 150px;
    opacity: 0.3;
    height: 150px;
}.contact-information-local form {
    position: relative;
    z-index: 2;
}.contact-information-local form h3 {
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}.contact-information-local form h3::after {
    box-shadow: 
        0 0 5px rgb(156,180,191,0.5),
        0 0 10px rgb(156,180,191,0.5);
    left: 0;
    background: rgb(156,180,191);
    position: absolute;
    bottom: -15px;
    content: "";
    height: 2px;
    width: 40px;
}.contact-information-local form input[type="text"] {
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    background: rgb(221,225,228);
    padding: 18px 25px;
    border-radius: 8px;
    font-size: 17px;
    margin-bottom: 25px;
    border: 1px solid rgb(156,180,191,0.5);
}.contact-information-local form input[type="text"]:focus {
    outline: none;
    border-color: rgb(156,180,191);
    box-shadow: 
        0 0 0 1px rgb(156,180,191),
        0 0 5px rgb(156,180,191,0.5);
}.contact-information-local form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact-information-local .reach-request-local {
    margin-bottom: 35px;
    position: relative;
}.contact-information-local .reach-request-local input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-information-local .reach-request-local label {
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}.contact-information-local .reach-request-local label::before {
    background: rgb(221,225,228);
    width: 22px;
    border: 1px solid rgb(156,180,191,0.5);
    height: 22px;
    content: "";
    transition: all 0.3s ease;
    border-radius: 4px;
    left: 0;
    top: 0;
    position: absolute;
}.contact-information-local .reach-request-local input[type="checkbox"]:checked + label::before {
    border-color: rgb(156,180,191);
    background: rgb(156,180,191);
    box-shadow: 0 0 5px rgb(156,180,191,0.5);
}.contact-information-local .reach-request-local input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    left: 8px;
    content: "";
    transform: rotate(45deg);
    top: 4px;
    position: absolute;
}.contact-information-local .reach-request-local label a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    color: rgb(156,180,191);
}.contact-information-local .reach-request-local label a::after {
    transform-origin: right;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    bottom: -1px;
    content: "";
    height: 1px;
    transition: transform 0.3s ease;
    left: 0;
    background: rgb(156,180,191);
}.contact-information-local .reach-request-local label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.contact-information-local .query-reach-local {
    text-transform: uppercase;
    box-shadow: 
        0 5px 15px rgb(156,180,191,0.5),
        0 0 0 1px rgb(156,180,191);
    border: none;
    letter-spacing: 1px;
    overflow: hidden;
    font-size: 19px;
    padding: 18px 30px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    background: rgb(156,180,191);
    position: relative;
    width: 100%;
    border-radius: 8px;
}.contact-information-local .query-reach-local::before {
    z-index: -1;
    background: rgb(96,164,147);
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
    height: 100%;
    position: absolute;
    transform: scaleX(0);
    content: "";
    transform-origin: right;
    width: 100%;
}.contact-information-local .query-reach-local:hover {
    box-shadow: 
        0 5px 20px rgb(96,164,147,0.5),
        0 0 0 1px rgb(96,164,147);
}.contact-information-local .query-reach-local:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact-information-local svg {
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 0 2px rgb(156,180,191,0.5));
    fill: rgb(156,180,191);
}.contact-information-local svg path {
    transition: all 0.3s ease;
    fill: rgb(156,180,191);
}.contact-information-local svg:hover,
.contact-information-local svg:hover path {
    fill: rgb(96,164,147);
    filter: drop-shadow(0 0 3px rgb(96,164,147,0.5));
    transform: translateY(-2px);
}

@media (max-width: 1024px) {.contact-information-local {
    padding: 80px 0;
}.contact-information-local .post-image-grid-local {
    min-height: 500px;
}.contact-information-local .support-inquiry-local {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-information-local {
    padding: 60px 0;
}.contact-information-local h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 40px;
}.contact-information-local .reach-feedback-local {
    flex-direction: column;
}.contact-information-local .post-image-grid-local {
    min-height: 300px;
    width: 100%;
}.contact-information-local .support-inquiry-local {
    width: 100%;
    padding: 40px 30px;
}.contact-information-local form h3 {
    margin-bottom: 30px;
}.contact-information-local form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-information-local .reach-request-local {
    margin-bottom: 25px;
}.contact-information-local .query-reach-local {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.contact-information-local {
    padding: 50px 0;
}.contact-information-local h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.contact-information-local .post-image-grid-local {
    min-height: 200px;
}.contact-information-local .support-inquiry-local {
    padding: 30px 20px;
}.contact-information-local form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact-information-local form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-information-local .reach-request-local {
    margin-bottom: 20px;
}.contact-information-local .reach-request-local label {
    font-size: calc(14px * 0.9);
}.contact-information-local .query-reach-local {
    padding: 12px 20px;
}}.leadership-experience-local {
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(221,225,228) 30%, rgb(96,164,147,0.5) 100%);
    position: relative;
    padding: 6rem 2rem;
}.leadership-experience-local::before {
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(156,180,191,0.5) 0,
        rgb(156,180,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.leadership-experience-local::after {
    background: rgb(156,180,191,0.5);
    filter: blur(60px);
    transform: rotate(-15deg);
    width: 50%;
    content: "";
    right: -10%;
    z-index: 0;
    height: 140%;
    position: absolute;
    top: -20%;
}.leadership-experience-local .feedback-grid-local {
    position: relative;
    transform-style: preserve-3d;
    z-index: 1;
    gap: 0;
    margin: 0 auto;
    display: grid;
    transform: rotateX(5deg) rotateZ(-1deg);
    grid-template-columns: 1fr 1.2fr;
    max-width: 1100px;
}.leadership-experience-local .post-image-grid-local {
    transform-style: preserve-3d;
    position: relative;
    transform: translateZ(30px);
    height: 450px;
    transition: all 0.7s ease;
    z-index: 2;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
}.leadership-experience-local .past-career-local {
    flex-direction: column;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    justify-content: center;
    background: #ffffff;
    transform-style: preserve-3d;
    transition: all 0.7s ease;
    position: relative;
    transform: translateZ(10px);
    z-index: 1;
    padding: 3rem 3rem 3rem 5rem;
    margin-left: -3rem;
}.leadership-experience-local .past-career-local::before {
    content: "";
    height: 60%;
    background: linear-gradient(to bottom, rgb(156,180,191), rgb(96,164,147));
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 10px;
}.leadership-experience-local .name {
    transition: transform 0.5s ease;
    transform: translateZ(20px);
    margin-bottom: 0.5rem;
    font-size: calc(32px * 1.2);
    font-weight: 700;
    color: #000000;
}.leadership-experience-local .past-career-local div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 2rem;
    transform: translateZ(15px);
    font-size: 21px;
    color: rgb(96,164,147);
    transition: transform 0.5s ease 0.1s;
}.leadership-experience-local .emp-summary-local {
    line-height: 1.7;
    color: #000000;
    transform: translateZ(10px);
    transition: transform 0.5s ease 0.2s;
    font-size: 13px;
    position: relative;
    font-style: italic;
}.leadership-experience-local .emp-summary-local::after {
    content: "";
    bottom: -2rem;
    right: 0;
    color: rgb(156,180,191,0.5);
    font-family: serif;
    font-size: 5rem;
    position: absolute;
    line-height: 0;
}.leadership-experience-local .feedback-grid-local:hover .post-image-grid-local {
    transform: translateZ(50px) translateX(-20px);
}.leadership-experience-local .feedback-grid-local:hover .past-career-local {
    transform: translateZ(30px) translateX(20px);
}.leadership-experience-local .feedback-grid-local:hover .name {
    transform: translateZ(40px);
}.leadership-experience-local .feedback-grid-local:hover .past-career-local div:nth-child(2) {
    transform: translateZ(35px);
}.leadership-experience-local .feedback-grid-local:hover .emp-summary-local {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.leadership-experience-local .feedback-grid-local {
    grid-template-columns: 1fr;
    transform: none;
}.leadership-experience-local .post-image-grid-local {
    height: 350px;
    margin-bottom: -2rem;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.leadership-experience-local .past-career-local {
    padding: 3rem 2rem 2rem;
    z-index: 3;
    transform: none;
    margin-left: 0;
}.leadership-experience-local .past-career-local::before {
    top: 0;
    width: 50%;
    height: 5px;
    transform: translateX(-50%);
    left: 50%;
}.leadership-experience-local .feedback-grid-local:hover .post-image-grid-local,
    .leadership-experience-local .feedback-grid-local:hover .past-career-local,
    .leadership-experience-local .feedback-grid-local:hover .name,
    .leadership-experience-local .feedback-grid-local:hover .past-career-local div:nth-child(2),
    .leadership-experience-local .feedback-grid-local:hover .emp-summary-local {
    transform: none;
}}.privacy-guardhouse-local {
    box-shadow: 0 0 10px rgb(156,180,191,0.5);
    padding: 2rem;
    font-family: Arial, sans-serif;
    background-color: rgb(156,180,191);
    flex-direction: column;
    color: #ffffff;
    display: flex;
    gap: 1.5rem;
}.privacy-guardhouse-local h1, .privacy-guardhouse-local h2 {
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    color: rgb(156,180,191);
    letter-spacing: 0.05em;
}.privacy-guardhouse-local h1 {
    font-size: 38px;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    border-left: 4px solid rgb(156,180,191);
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 0.5rem;
}.privacy-guardhouse-local h2 {
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 37px;
    padding-left: 0.5rem;
    border-radius: 10px;
    border-left: 4px solid rgb(96,164,147);
    background-color: rgba(0, 0, 0, 0.5);
}.privacy-guardhouse-local h3, .privacy-guardhouse-local h4, .privacy-guardhouse-local h5, .privacy-guardhouse-local h6 {
    margin: 10px 0;
}.privacy-guardhouse-local ul {
    padding-left: 0;
    display: flex;
    margin: 10px 0;
    list-style: none;
    flex-direction: column;
    gap: 0.75rem;
}.privacy-guardhouse-local ul li {
    font-size: 16px;
    font-weight: 400;
    background-color: rgb(96,164,147,0.5);
    border-radius: 10px;
    gap: 1rem;
    display: flex;
    align-items: center;
    padding: 0.5rem;
}.privacy-guardhouse-local ul li::before {
    content: '⭑';
    color: rgb(156,180,191);
    font-size: 1.2rem;
}.privacy-guardhouse-local p, .privacy-guardhouse-local span {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}.privacy-guardhouse-local div {
    margin-bottom: 1rem;
}.privacy-guardhouse-local section {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}
@media only screen and (max-width: 800px) {.privacy-guardhouse-local {
    border-radius: 10px;
    gap: 1rem;
    padding: 1.5rem;
}.privacy-guardhouse-local h1 {
    font-size: calc(18px * 0.9);
}.privacy-guardhouse-local h2 {
    font-size: calc(18px * 0.9);
}.privacy-guardhouse-local ul {
    gap: 0.5rem;
}.privacy-guardhouse-local ul li {
    padding: 0.75rem;
}.privacy-guardhouse-local ul li::before {
    font-size: 1rem;
}}.welcome-page-local {
    background: linear-gradient(135deg, rgb(221,225,228) 0%, rgba(240, 245, 255, 0.95) 100%);
    perspective: 1000px;
    align-items: center;
    overflow: hidden;
    display: flex;
    position: relative;
    min-height: 100vh;
}.welcome-page-local::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(156,180,191,0.5) 0%, transparent 80%);
    width: 35%;
    opacity: 0.08;
    position: absolute;
    content: "";
    transform: rotate(-15deg) skewX(-5deg);
    height: 120%;
    animation: shiftGradient 15s infinite alternate ease-in-out;
    left: -5%;
    top: -10%;
}.welcome-page-local::after {
    bottom: -10%;
    content: "";
    opacity: 0.12;
    width: 40%;
    background: linear-gradient(225deg, rgb(96,164,147,0.5) 0%, transparent 70%);
    height: 50%;
    right: -5%;
    position: absolute;
    animation: shiftGradient 18s infinite alternate-reverse ease-in-out;
    z-index: 1;
    transform: rotate(10deg) skewX(5deg);
}.welcome-page-local .learn-academy-local {
    width: 100%;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    max-width: 1400px;
    gap: 2rem;
    transform: translateZ(0);
    margin: 0 auto;
    padding: 2rem;
    z-index: 2;
}.welcome-page-local .text-unit-local {
    transform: translateX(-30px);
    padding: 2rem;
    flex-direction: column;
    display: flex;
    opacity: 0;
    justify-content: center;
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1.1);
}.welcome-page-local h1 {
    transition: transform 0.5s ease;
    transform: perspective(500px) rotateX(0deg);
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-size: calc(38px * 1.2);
    font-weight: 700;
}.welcome-page-local h1::after {
    transform-origin: left;
    left: 0;
    content: "";
    animation: expandLine 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: -10px;
    position: absolute;
    width: 60%;
    background: linear-gradient(90deg, rgb(156,180,191) 0%, transparent 100%);
    transform: scaleX(0.8);
    height: 4px;
}.welcome-page-local .study-smart-local {
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s ease;
    margin: 2rem 0;
}.welcome-page-local .study-smart-local:hover {
    transform: translateY(-5px);
}.welcome-page-local .study-smart-local svg {
    width: 60px;
    transition: transform 0.4s ease, filter 0.4s ease;
    margin-bottom: 1rem;
    margin-right: 1.5rem;
    transform: rotate(-5deg);
    float: left;
    height: 60px;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.2));
}.welcome-page-local .study-smart-local:hover svg {
    filter: drop-shadow(0 6px 10px rgba(94, 170, 168, 0.3));
    transform: rotate(0deg) scale(1.05);
}.welcome-page-local .study-smart-local svg path {
    fill: rgb(156,180,191);
    transition: fill 0.3s ease;
}.welcome-page-local .study-smart-local:hover svg path {
    fill: rgb(75, 150, 148);
}.welcome-page-local .study-smart-local svg text {
    fill: rgb(156,180,191);
    transition: fill 0.3s ease;
    font-size: 6px;
    font-family: Arial, sans-serif;
}.welcome-page-local .study-smart-local:hover svg text {
    fill: rgb(75, 150, 148);
}.welcome-page-local .study-smart-local p {
    position: relative;
    color: #000000;
    margin-top: 0.5rem;
    line-height: 1.6;
    font-size: calc(12px * 1.1);
    overflow: hidden;
    max-width: 95%;
}.welcome-page-local .study-smart-local p::after {
    width: 100%;
    position: absolute;
    bottom: -5px;
    height: 1px;
    background: linear-gradient(90deg, rgb(96,164,147,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    animation: slideRight 1.5s 1.2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-100%);
}.welcome-page-local ul {
    margin: 2rem 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}.welcome-page-local ul li {
    transform: translateY(20px);
    animation: fadeInUp 0.5s 1.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    opacity: 0;
}.welcome-page-local .query-reach-local {
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    padding: 0.85rem 2rem;
    position: relative;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    transform: translateZ(0);
    box-shadow: 0 8px 20px -5px rgba(94, 170, 168, 0.4);
    text-decoration: none;
    z-index: 1;
    background: linear-gradient(135deg, rgb(156,180,191) 0%, rgb(75, 150, 148) 100%);
}.welcome-page-local .query-reach-local::before {
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, rgb(75, 150, 148) 0%, rgb(156,180,191) 100%);
    opacity: 0;
}.welcome-page-local .query-reach-local:hover {
    box-shadow: 0 12px 25px -5px rgba(94, 170, 168, 0.5);
    transform: translateY(-5px) scale(1.02);
}.welcome-page-local .query-reach-local:hover::before {
    opacity: 1;
}.welcome-page-local .query-reach-local:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px -5px rgba(94, 170, 168, 0.6);
}.welcome-page-local .post-image-grid-local {
    box-shadow: 
        25px 25px 50px -10px rgba(0, 0, 0, 0.1),
        -5px -5px 20px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.6s cubic-bezier(0.17, 0.84, 0.44, 1);
    min-height: 500px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    max-height: 700px;
    height: calc(100vh - 4rem);
    opacity: 0;
    overflow: hidden;
    animation: fadeIn 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 29px;
    position: relative;
}.welcome-page-local .post-image-grid-local:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(0) translateX(-5px);
}.welcome-page-local .post-image-grid-local::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    width: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(94, 170, 168, 0.2) 0%, 
        transparent 50%,
        rgba(94, 170, 168, 0.1) 100%
    );
}.welcome-page-local .post-image-grid-local:hover::before {
    opacity: 0.4;
}.welcome-page-local .post-image-grid-local::after {
    height: 200%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    content: "";
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.5);
    left: -50%;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 50%
    );
    position: absolute;
    width: 200%;
}.welcome-page-local .post-image-grid-local:hover::after {
    opacity: 0.8;
    transform: scale(1);
}

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

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

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

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

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes shiftGradient {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) skewX(-5deg) translateX(0);
    }
    100% {
        opacity: 0.15;
        transform: rotate(-12deg) skewX(-3deg) translateX(10px);
    }
}

@media (max-width: 992px) {.welcome-page-local .learn-academy-local {
    gap: 1rem;
    grid-template-columns: 1fr;
}.welcome-page-local .text-unit-local {
    transform: translateX(0);
    padding: 1rem 0;
    animation: fadeIn 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1.1);
}.welcome-page-local h1 {
    font-size: calc(36px * 1.1);
}.welcome-page-local .post-image-grid-local {
    min-height: 300px;
    order: -1;
    max-height: 400px;
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
    height: 50vh;
}.welcome-page-local .post-image-grid-local:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
}
}

@media (max-width: 768px) {.welcome-page-local {
    padding: 4rem 0;
    min-height: auto;
}.welcome-page-local .learn-academy-local {
    padding: 1rem;
}.welcome-page-local h1 {
    font-size: 36px;
}.welcome-page-local .study-smart-local svg {
    width: 50px;
    height: 50px;
}.welcome-page-local .study-smart-local p {
    max-width: 100%;
    font-size: 12px;
}.welcome-page-local .post-image-grid-local {
    height: 40vh;
    min-height: 250px;
}.welcome-page-local ul {
    margin-top: 1.5rem;
}.welcome-page-local .query-reach-local {
    padding: 0.75rem 1.5rem;
}
}

@media (max-width: 576px) {.welcome-page-local {
    padding: 3rem 0;
}.welcome-page-local .learn-academy-local {
    padding: 0.75rem;
}.welcome-page-local h1 {
    font-size: calc(36px * 0.9);
}.welcome-page-local h1::after {
    width: 80%;
}.welcome-page-local .study-smart-local {
    margin: 1.5rem 0;
}.welcome-page-local .study-smart-local svg {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}.welcome-page-local .post-image-grid-local {
    height: 35vh;
    min-height: 200px;
}}.who-we-are-local {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.who-we-are-local::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(30, 50, 80, 0.85), rgba(15, 25, 40, 0.95));
    content: "";
    left: 0;
}.who-we-are-local::after {
    content: "";
    transform: rotate(30deg);
    top: -50%;
    width: 80%;
    position: absolute;
    right: -30%;
    background: linear-gradient(145deg, rgb(156,180,191,0.5), transparent);
    height: 200%;
    z-index: 2;
    pointer-events: none;
}.who-we-are-local .container {
    position: relative;
    perspective: 1200px;
    transform-style: preserve-3d;
    z-index: 5;
}.who-we-are-local h2 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(40px);
    font-size: calc(31px * 1.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}.who-we-are-local h2::after {
    height: 4px;
    content: "";
    bottom: -15px;
    box-shadow: 5px 5px 15px rgba(rgb(156,180,191,0.5), 0.3);
    background: rgb(156,180,191);
    width: 80px;
    transform: skewX(-20deg);
    left: 0;
    position: absolute;
}.who-we-are-local .text-unit-local {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 40px;
    transform: translateZ(20px) perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.who-we-are-local .text-unit-local::before {
    width: 100%;
    transform: translateZ(-10px);
    height: 100%;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(96,164,147,0.5), transparent);
    left: 0;
}.who-we-are-local .text-unit-local > div {
    position: relative;
    z-index: 2;
}.who-we-are-local .text-unit-local > div::before {
    background: rgb(96,164,147);
    top: 0;
    content: "";
    width: 5px;
    transform: skewY(-45deg) translateZ(-5px);
    left: -60px;
    height: 100%;
    position: absolute;
}.who-we-are-local .text-unit-local p {
    font-weight: 600;
    position: relative;
    color: rgb(156,180,191);
    transform: translateZ(10px);
    margin-bottom: 20px;
    font-size: calc(14px * 1.5);
}.who-we-are-local .text-unit-local p::after {
    position: absolute;
    left: 0;
    bottom: -8px;
    background: rgb(96,164,147);
    content: "";
    width: 40px;
    height: 2px;
}.who-we-are-local .text-unit-local div div {
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    column-gap: 40px;
    column-count: 2;
    position: relative;
    text-align: justify;
    transform: translateZ(5px);
}

@media (hover: hover) {.who-we-are-local .text-unit-local:hover {
    transform: translateZ(30px) perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 1200px) {.who-we-are-local {
    padding: 100px 0;
}.who-we-are-local .text-unit-local {
    padding: 35px;
}
}

@media (max-width: 992px) {.who-we-are-local h2 {
    font-size: 31px;
    margin-bottom: 40px;
}.who-we-are-local .text-unit-local div div {
    column-count: 2;
}.who-we-are-local::after {
    top: -30%;
    right: -40%;
    width: 100%;
}
}

@media (max-width: 768px) {.who-we-are-local {
    padding: 80px 0;
}.who-we-are-local .text-unit-local {
    padding: 30px;
    transform: translateZ(10px) perspective(1000px) rotateY(-1deg);
}.who-we-are-local .text-unit-local div div {
    column-count: 1;
}.who-we-are-local .text-unit-local > div::before {
    left: -30px;
}
}

@media (max-width: 576px) {.who-we-are-local {
    padding: 60px 0;
}.who-we-are-local h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}.who-we-are-local h2::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}.who-we-are-local .text-unit-local {
    transform: none;
    padding: 25px 20px;
}.who-we-are-local .text-unit-local p {
    font-size: calc(14px * 1.2);
}.who-we-are-local .text-unit-local > div::before {
    display: none;
}.who-we-are-local::after {
    display: none;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(156,180,191);
}header .top_plank .learn-links-local div svg, header .top_plank .learn-links-local div svg path {
    fill: #ffffff;
}header .top_plank .learn-links-local div span {
    color: #ffffff;
}header .top_plank .learn-links-local {
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    justify-content: flex-start;
}header .top_plank .learn-links-local div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .learn-links-local div img, header .top_plank .learn-links-local div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.cookie-alert-message-local {
    z-index: 90;
    position: fixed;
    width: 100%;
    padding: 20px 0;
    bottom: 0;
    background: rgb(221,225,228);
    border-top: 3px solid rgb(156,180,191);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}.cookies-consent-local {
    align-items: center;
    display: flex;
    max-width: 1200px;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 20px;
    margin: auto;
}#cookieConsentAlert-local {
    display: none;
}#cookieConsentAlert-local:checked ~ .cookie-alert-message-local {
    visibility: hidden;
    opacity: 0;
}.cookie-alert-message-local h5 {
    margin-bottom: 6px;
    color: rgb(156,180,191);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}.cookie-alert-message-local p {
    color: #000000;
    font-size: 12px;
    max-width: 500px;
}.track-cookies-local {
    margin-right: 20px;
    flex-shrink: 0;
}.track-cookies-local svg, .track-cookies-local svg path {
    fill: rgb(156,180,191);
    width: 80px;
    height: 80px;
}.cookie-menu-local {
    transition: border 0.2s;
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 10px;
    min-width: 140px;
    flex-shrink: 0;
    padding: 12px 24px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid transparent;
    background: rgb(156,180,191);
}.cookie_button.consent-comply-local {
    background: rgb(156,180,191);
}.cookie_button.online-cookies-local {
    background: rgb(96,164,147);
}.cookie-menu-local:hover {
    border: 2px solid #ffffff;
}.cookie-alert-message-local p a {
    font-weight: 700;
    text-decoration: underline;
    color: rgb(156,180,191);
}
@media only screen and (max-width: 1200px) {.cookies-consent-local {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.track-cookies-local {
    display: none;
}.cookies-consent-local {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-alert-message-local h5, .cookie-alert-message-local p {
    text-align: center;
}.cookie-guard-local {
    margin-bottom: 20px;
}.cookie-menu-local {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
}}
.panel-container-local .cookie-alert-message-local {
    padding: 30px 0;
    background: rgb(96,164,147);
    border: none;
}.panel-container-local .cookie-menu-local {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    background: rgb(156,180,191);
    border: none;
    color: #ffffff;
    margin-left: 0;
}.panel-container-local .cookie-guard-local h5, .panel-container-local .cookie-guard-local p {
    color: #ffffff;
}
