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

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

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

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

.base-thankPageID::after {
    transform: rotate(25deg);
    content: "";
    position: absolute;
    background: linear-gradient(120deg, rgb(202,191,208,0.5) 10%, transparent 80%);
    right: -20%;
    opacity: 0.1;
    width: 70%;
    top: -50%;
    height: 200%;
    z-index: 0;
}

.base-thankPageID h2::after {
    position: absolute;
    content: "";
    animation: expandLine 0.6s 0.4s forwards ease-out;
    height: 3px;
    background: linear-gradient(90deg, rgb(202,191,208), rgb(166,152,173));
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    bottom: -16px;
    width: 80px;
}

.base-thankPageID ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.base-thankPageID li {
    padding-left: 25px;
    position: relative;
}

.base-thankPageID li::before {
    animation: pulse 3s infinite;
    width: 8px;
    opacity: 0.9;
    transform: rotate(45deg);
    left: 0;
    content: "";
    height: 8px;
    position: absolute;
    background: rgb(202,191,208);
    top: 8px;
}

.base-teaching-experience::after {
    filter: blur(50px);
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.3;
    height: 250px;
    z-index: 0;
    content: "";
    width: 250px;
    background: linear-gradient(225deg, rgb(166,152,173,0.5), rgb(202,191,208,0.5));
    bottom: -5%;
    position: absolute;
    left: -5%;
}

.base-teaching-experience .base-client-views > div:first-child {
    margin-bottom: 10px;
    position: relative;
}

.base-teaching-experience .base-client-views:hover .base-image-carousel {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05) translateY(-5px);
}

.base-teaching-experience .name::after {
    height: 3px;
    content: "";
    width: 0;
    background: linear-gradient(90deg, rgb(202,191,208), rgb(166,152,173));
    transition: width 0.3s ease-in-out;
    bottom: -4px;
    left: 0;
    position: absolute;
}

.base-teaching-experience .base-career-timeline {
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 20px;
    font-size: 16px;
    margin: 0;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    line-height: 1.7;
    border-left: 3px solid rgb(202,191,208);
    position: relative;
}

.base-privacy-niche h3, .base-privacy-niche h4, .base-privacy-niche h5, .base-privacy-niche h6 {
    margin-top: 20px;
    font-size: 19px;
    color: #000000;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.base-privacy-niche li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

.base-privacy-niche section {
    background: none;
}

.base-privacy-niche p, .base-privacy-niche span, .base-privacy-niche div {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.5;
}

.base-title-welcome::before {
    content: "";
    top: -10%;
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(45deg, rgb(202,191,208,0.5) 10%, rgb(166,152,173,0.5) 90%);
    animation: floatBackground 18s ease-in-out infinite alternate;
    z-index: 0;
    right: -15%;
    filter: blur(15px);
    height: 70%;
    width: 60%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(-5deg);
}

.base-title-welcome h1::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(202,191,208) 0%, rgb(166,152,173) 100%);
    left: 0;
    width: 4rem;
    height: 4px;
    transform: scaleX(0);
    bottom: -0.5rem;
    content: "";
    animation: scaleInX 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    position: absolute;
}

.base-title-welcome svg {
    animation: popIn 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
    height: 80px;
    margin-left: -0.5rem;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(5px) scale(0.95);
    opacity: 0;
    transform-origin: center;
    width: 80px;
}

.base-title-welcome .base-reach-request {
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    color: #ffffff;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    padding: 1rem 2rem;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(94, 170, 168, 0.2);
    text-align: center;
    transform: translateY(0);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    background: linear-gradient(45deg, rgb(202,191,208) 0%, rgb(166,152,173) 100%);
}

.base-title-welcome .base-image-carousel:hover::before {
    opacity: 1;
}

.base-course-program-info {
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(245, 245, 245, 0.95) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.base-course-program-info .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.base-course-program-info h2 {
    position: relative;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 50px;
    transform: translateX(-5px);
    font-weight: 700;
    font-size: 28px;
}

.base-course-program-info .base-image-carousel {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    height: 350px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.base-course-program-info .base-image-carousel:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.base-course-program-info .base-details-box {
    transform: translateY(-5px);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.base-course-program-info .description:last-child {
    margin-bottom: 0;
}

.base-course-program-info .container:hover .description::before {
    animation: pulse 2s infinite;
}

header::after {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(202,191,208) 0%, 
        rgb(166,152,173) 50%, 
        rgb(202,191,208) 100%);
    position: absolute;
    height: 4px;
    z-index: 1;
    bottom: 0;
    content: '';
}

header .base-top-core {
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.2);
    gap: 0.5rem;
    position: relative;
    padding: 5px;
    backdrop-filter: blur(10px);
    display: flex;
}

header .base-main-lead::before {
    background: linear-gradient(45deg, rgb(202,191,208), rgb(166,152,173));
    border-radius: calc(10px + 2px);
    transition: all 0.3s ease;
    content: '';
    transform: scale(0.95);
    top: -2px;
    right: -2px;
    z-index: -1;
    left: -2px;
    opacity: 0;
    position: absolute;
    bottom: -2px;
}

header .base-main-mainbar:hover::before {
    left: 100%;
}

header .base-main-mainbar svg {
    z-index: 2;
    width: 160px;
    height: auto;
    position: relative;
}

.base-test-drive {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(202,191,208) 0%, rgb(166,152,173) 100%);
    z-index: 1;
    overflow: hidden;
}

.base-test-drive .container {
    gap: 2.5rem;
    flex-direction: column;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    align-items: center;
    display: flex;
}

.base-test-drive div span {
    transform-style: preserve-3d;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    position: relative;
}

.base-test-drive .base-reach-request::before {
    background: linear-gradient(
        45deg,
        transparent 20%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.2) 60%,
        transparent 80%
    );
    height: 100%;
    width: 100%;
    content: "";
    transition: transform 0.7s ease;
    top: 0;
    transform: translateX(-100%) skewX(-15deg);
    left: 0;
    position: absolute;
}

.base-test-drive .base-reach-request:hover span {
    transform: translateX(5px);
}

.base-our-background {
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.4);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.base-our-background .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
}

.base-our-background .base-details-box {
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(2deg);
    mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 98%, 
        rgba(0, 0, 0, 0) 100%);
}

.base-our-background h1 {
    color: rgb(202,191,208);
    text-transform: uppercase;
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
    font-size: 41px;
    letter-spacing: 2px;
    font-weight: 700;
}

.base-our-background ul li {
    margin-bottom: 1rem;
}

.base-our-background span {
    font-size: 15px;
    font-family: Arial, sans-serif;
    display: block;
    text-align: justify;
    line-height: 1.8;
    position: relative;
    color: #000000;
    hyphens: auto;
    padding-left: 0;
    column-count: 2;
    column-gap: 2.5rem;
}

footer .base-intern-opp::after {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    background: #ffffff;
    width: 100%;
    opacity: 0.15;
    content: "";
    bottom: 0;
    height: 50px;
    left: 0;
}

footer .info_item::before {
    opacity: 0.1;
    left: -100%;
    height: 100%;
    background: #ffffff;
    content: "";
    width: 100%;
    z-index: -1;
    position: absolute;
    animation: waveAnimation 15s linear infinite;
}

footer .info_item svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    fill: #ffffff;
    flex-shrink: 0;
}

footer .text_main_holder {
    display: flex;
    gap: 25px;
    position: relative;
    flex-wrap: wrap;
}

footer .base-mentor-net {
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    font-size: 14px;
}

footer .base-top-core h5, footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 19px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

footer .base-nav-know a {
    background-color: rgb(202,191,208,0.5);
    flex: 1 1 calc(50% - 10px);
    padding: 8px 15px;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 20px;
    font-size: 13px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    text-decoration: none;
}

footer .input_holder input[type="email"] {
    border: none;
    font-size: 13px;
    color: #ffffff;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    transition: all 0.3s ease;
}

footer .base-knowledge-quest::after {
    position: absolute;
    content: "";
    width: 100%;
    left: -100%;
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

footer .base-credit-info::before,
footer .base-credit-info::after {
    top: 50%;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    width: 20px;
    position: absolute;
    height: 1px;
}

footer .base-credit-info::before {
    left: 0;
}

.base-pricing-container .container {
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
    z-index: 1;
    margin: 0 auto;
}

.base-pricing-container .base-fee-schemes h2 {
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 34px;
    margin-bottom: 20px;
}

.base-pricing-container .base-learning-cost {
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
}

.base-pricing-container .base-tuition-plans:nth-child(3) {
    --i: 3;
}

.base-pricing-container .base-pricing-levels {
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
}

.base-pricing-container .base-tuition-plans:hover .base-cost-plan h3 {
    color: rgb(202,191,208);
    transform: translateX(5px);
}

.base-pricing-container .base-price-panel::before {
    position: absolute;
    width: 40px;
    left: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(166,152,173), transparent);
    top: -10px;
    border-radius: 2px;
}

.base-pricing-container .base-image-carousel::after {
    width: 100%;
    position: absolute;
    opacity: 0.6;
    transition: opacity 0.4s ease;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    height: 100%;
}

.base-contact-panelo6pM::after {
    left: 0;
    opacity: 0.2;
    background-size: 100px 100px;
    position: absolute;
    z-index: 0;
    background: 
        linear-gradient(90deg, rgb(230,225,233) 6px, transparent 6px),
        linear-gradient(0deg, rgb(230,225,233) 6px, transparent 6px);
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
}

.base-contact-panelo6pM h3 {
    text-align: center;
    transform: skew(-5deg);
    color: #000000;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 45px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
}

.base-contact-panelo6pM .base-request-form::before {
    right: 20px;
    left: 20px;
    position: absolute;
    border: 2px solid rgba(0, 0, 0, 0.05);
    bottom: 20px;
    content: '';
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    top: 20px;
}

.base-contact-panelo6pM .base-request-form input[type="text"],
.base-contact-panelo6pM .base-request-form textarea {
    border-radius: 0;
    margin-bottom: 25px;
    color: #000000;
    padding: 20px;
    transition: all 0.3s ease;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    font-size: 12px;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(202,191,208);
}

.base-contact-panelo6pM .base-request-form .base-help-section input[type="checkbox"]:checked + label::before {
    background-color: rgb(202,191,208);
}

.base-contact-panelo6pM .base-request-form .base-help-section a {
    position: relative;
    transition: color 0.3s ease;
    color: rgb(202,191,208);
    font-weight: 600;
    text-decoration: none;
}

.base-contact-panelo6pM .base-request-form .base-help-section a:hover {
    color: rgb(166,152,173);
}

.base-contact-panelo6pM .base-request-form .base-reach-request {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    border: none;
    letter-spacing: 2px;
    background: rgb(202,191,208);
    transition: all 0.3s ease;
    padding: 18px 40px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

.base-contact-panelo6pM .base-connect-map h4 {
    font-size: 22px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
}

.base-contact-panelo6pM .base-connect-map .base-inquiry-box li {
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.base-contact-panelo6pM .base-connect-map .base-inquiry-box li:hover svg path {
    fill: rgb(166,152,173);
    transition: fill 0.3s ease;
}

.base-contact-panelo6pM .base-connect-map .base-inquiry-box li a:hover {
    color: rgb(202,191,208);
}



@media (max-width: 1200px) {.base-thankPageID {
    padding: 100px 0;
}.base-thankPageID h2 {
    font-size: calc(33px * 0.9);
}
}



@media (max-width: 576px) {.base-thankPageID {
    padding: 50px 0;
}.base-thankPageID h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.7);
}.base-thankPageID .base-learn-study {
    border-left-width: 3px;
    padding: 20px 25px 15px;
}.base-thankPageID li {
    padding-left: 20px;
}.base-thankPageID li::before {
    width: 6px;
    height: 6px;
    top: 8px;
}.base-thankPageID li span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.base-thankPageID::before {
    background-size: 40px 40px;
}
}



@media (max-width: 767px) {.base-teaching-experience {
    padding: 60px 0;
}.base-teaching-experience .base-client-views {
    padding: 30px;
    text-align: center;
}.base-teaching-experience .base-image-carousel {
    margin: 0 auto 20px;
}.base-teaching-experience .name::after {
    left: 50%;
    transform: translateX(-50%);
}.base-teaching-experience .base-client-views:hover > div:nth-child(2) > div {
    padding-left: 0;
}.base-teaching-experience .base-career-timeline {
    padding: 15px;
    text-align: left;
}}



@media (min-width: 992px) {.base-title-welcome .base-learn-study {
    gap: 3rem;
    padding: 4rem 6rem;
}.base-title-welcome .base-details-box {
    padding-right: 3rem;
}.base-title-welcome h1 {
    margin-bottom: 2rem;
}.base-title-welcome svg {
    height: 100px;
    width: 100px;
}.base-title-welcome .base-image-carousel {
    min-height: 550px;
    transform-origin: center right;
}.base-title-welcome::before {
    width: 45%;
    height: 55%;
}.base-title-welcome::after {
    width: 40%;
    height: 50%;
}
}



@media (min-width: 992px) {.base-course-program-info {
    padding: 150px 0;
}.base-course-program-info::before {
    background: 
            radial-gradient(circle at 10% 30%, rgb(202,191,208,0.5) 0%, transparent 30%),
            radial-gradient(circle at 90% 70%, rgb(166,152,173,0.5) 0%, transparent 35%);
}.base-course-program-info h2 {
    max-width: 70%;
    transform: translateX(0);
    margin-left: 30px;
}.base-course-program-info .base-program-guide {
    gap: 80px;
}.base-course-program-info .base-image-carousel {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.8s ease;
    height: 500px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
}.base-course-program-info .base-image-carousel:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.base-course-program-info .base-details-box {
    padding: 50px 60px;
    max-height: 500px;
    transform: translateY(0) translateX(20px);
}.base-course-program-info .base-details-box:hover {
    transform: translateY(0) translateX(0);
}.base-course-program-info .description {
    font-size: calc(17px * 1.05);
    padding-left: 25px;
}.base-course-program-info .description::before {
    height: 6px;
    width: 6px;
    left: 10px;
}
}



@media (max-width: 768px) {.base-test-drive {
    padding: 3rem 1.5rem;
}.base-test-drive h6 {
    font-size: clamp(1rem, 4vw, 1.5rem);
    max-width: 100%;
}.base-test-drive .base-reach-request {
    min-width: 180px;
    padding: 0.875rem 1.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.base-test-drive::after,
    .base-test-drive .base-reach-request::before {
    transition: none;
    animation: none;
}.base-test-drive .base-reach-request,
    .base-test-drive .base-reach-request span,
    .base-test-drive div span {
    transition-duration: 0.1s;
}}



@media (max-width: 768px) {.base-our-background {
    padding: 60px 0;
}.base-our-background .base-details-box {
    padding: 2rem;
}.base-our-background h1 {
    font-size: calc(41px * 0.8);
}.base-our-background span {
    column-count: 1;
    font-size: calc(15px * 0.9);
}.base-our-background .base-details-box::after {
    height: 80px;
    top: 15px;
    right: 15px;
    width: 80px;
}
}



@media (min-width: 768px) {footer .base-header-sitebar {
    flex: 1 1 100%;
}footer .base-top-core, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .base-knowledge-quest {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .base-intern-opp {
    padding: 80px 0 30px;
}footer .base-intern-opp::before {
    height: 60px;
    background-size: 100% 60px;
}footer .base-learn-help {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .base-top-core, footer .subscribe_holder {
    padding: 25px 20px;
}footer .base-fund-cta {
    margin-top: 40px;
}
}



@media (max-width: 767px) {.base-pricing-container {
    padding: 60px 0;
}.base-pricing-container .base-learning-cost {
    grid-template-columns: 1fr;
    gap: 20px;
}.base-pricing-container .base-cost-plan {
    padding: 25px 20px;
}.base-pricing-container .base-image-carousel {
    height: 180px;
}.base-pricing-container .base-fee-schemes h2 {
    font-size: calc(34px - 2px);
}.base-pricing-container .base-indv-cost {
    font-size: calc(14px - 1px);
}
}



@media (max-width: 768px) {.base-contact-panelo6pM {
    padding: 50px 0;
}.base-contact-panelo6pM h3 {
    font-size: calc(38px);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.base-contact-panelo6pM .base-request-form h3,
    .base-contact-panelo6pM .base-connect-map h4 {
    font-size: calc(22px - 2px);
    margin-bottom: 30px;
}.base-contact-panelo6pM .base-request-form input[type="text"],
    .base-contact-panelo6pM .base-request-form textarea {
    padding: 15px;
    margin-bottom: 20px;
}.base-contact-panelo6pM .base-request-form textarea {
    height: 120px;
}.base-contact-panelo6pM .base-request-form .base-reach-request {
    padding: 15px 30px;
}.base-contact-panelo6pM .base-connect-map .base-inquiry-box li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.base-contact-panelo6pM .base-connect-map .base-inquiry-box li svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}
}



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



@keyframes popIn {
    0% {
        opacity: 0;
        transform: translateY(5px) scale(0.95);
    }
    70% {
        opacity: 1;
        transform: translateY(-2px) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}



@keyframes shimmer {
    0% {
        opacity: 0.05;
        transform: rotate(45deg) translate(-5%, -5%);
    }
    100% {
        opacity: 0.2;
        transform: rotate(45deg) translate(5%, 5%);
    }
}

