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

* {
    scrollbar-width: auto;
    scrollbar-color: rgb(172,142,121) rgb(172,142,121);
}

.top-main-2gH {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: linear-gradient(135deg, rgb(202,191,180,0.5), rgb(172,142,121,0.5));
    z-index: 100;
    width: 100%;
    padding: 0;
}

.title-page-lAq .skill-training-f0D > div:last-child {
    transform: translateX(-20px) translateZ(10px);
    animation: slideIn 0.8s forwards 0.5s ease-out;
    position: relative;
    opacity: 0;
}

.title-page-lAq h3 {
    color: #ffffff;
    margin: 0 0 1.5rem 0;
    font-size: calc(18px + 0.1rem);
    font-weight: 600;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
}



.title-page-lAq .skill-training-f0D:hover {
    transform: perspective(1000px) translateZ(10px);
}

.title-page-lAq .skill-training-f0D:hover > div:last-child {
    transition: transform 0.4s ease;
    transform: translateZ(20px);
}

.data-summary-s6B h3::after {
    content: "";
    bottom: -15px;
    width: 80px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(202,191,180,0.5), rgb(202,191,180), rgb(202,191,180,0.5));
    left: 50%;
    transform: translateX(-50%);
}

.data-summary-s6B .top-gain-iYf::after {
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    height: 2px;
    background: linear-gradient(90deg, rgb(202,191,180), transparent);
    content: "";
    width: 100%;
}

.data-summary-s6B .top-gain-iYf span {
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    z-index: 1;
    color: #000000;
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.data-summary-s6B .top-gain-iYf:nth-child(odd) {
    transform: perspective(800px) rotateX(2deg);
}

.data-summary-s6B .top-gain-iYf:nth-child(even):hover {
    transform: perspective(800px) rotateX(0) translateY(-5px) scale(1.03);
}

.data-policy-Bd7 {
    align-items: center;
    margin-right: 1rem;
    display: flex;
    flex-shrink: 0;
}

.cookie-visitor-eCb {
    margin-bottom: 20px;
    flex: 1;
    min-width: 300px;
}

.cookie-visitor-eCb p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.user-safety-W4N {
    background: rgb(202,191,180);
}

.cookie_button.cookie-box-sRu:hover {
    background: rgb(202,191,180);
}


.privacy-panel-aPr {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(241,239,238) 0%, #ffffff 100%);
    position: relative;
}

.privacy-panel-aPr .container {
    transform: perspective(1000px) rotateY(1deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    max-width: 1200px;
    position: relative;
    border-left: 3px solid rgb(202,191,180);
    background: #ffffff;
    transition: transform 0.5s ease-out;
    z-index: 1;
    margin: 0 auto;
    padding: 3rem;
}

.privacy-panel-aPr h2:hover::after {
    width: 100px;
}

.privacy-panel-aPr h4 {
    display: inline-block;
    margin: 2rem 0 1rem;
    position: relative;
    color: #000000;
    font-size: calc(35px * 0.7);
    font-weight: 600;
}

.privacy-panel-aPr ul {
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.privacy-panel-aPr li {
    font-size: 12px;
    transition: transform 0.2s ease;
    margin-bottom: 1rem;
    line-height: 1.6;
    position: relative;
    color: #000000;
    padding-left: 1rem;
}

.privacy-panel-aPr strong {
    font-weight: 600;
    position: relative;
    color: #000000;
    display: inline-block;
}

.career-help-Dbu::after {
    height: 7px;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(241,239,238) 0%,
        rgb(202,191,180) 35%, 
        rgb(172,142,121) 65%,
        rgb(241,239,238) 100%);
    z-index: 1;
    content: '';
}

.career-help-Dbu .info_item {
    width: 25%;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    position: relative;
}

.career-help-Dbu .info_item p,
.career-help-Dbu .info_item a {
    font-size: calc(14px - 1px);
    gap: 0.75rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    display: flex;
}

.career-help-Dbu .collab-net-Zvb {
    line-height: 1.6;
    position: relative;
    font-size: 15px;
    color: #000000;
    padding-left: 2rem;
}

.career-help-Dbu .header-guide-3ba h5 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
}

.career-help-Dbu .top-section-jeS a:hover::before {
    width: 8px;
    background-color: rgb(202,191,180);
    height: 8px;
}

.career-help-Dbu .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    margin-bottom: 0.5rem;
}

.career-help-Dbu .input_holder {
    flex-direction: column;
    gap: 1rem;
    position: relative;
    margin-top: 0.5rem;
    display: flex;
}

.career-help-Dbu .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.career-help-Dbu .sub-warning-tr8::before {
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(172,142,121) 0%, rgb(202,191,180) 100%);
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    transition: opacity 0.3s ease;
}

.course-summary-OkI::before {
    width: 300px;
    position: absolute;
    top: -100px;
    transform: translateZ(0);
    right: -100px;
    filter: blur(40px);
    animation: float 15s infinite alternate ease-in-out;
    height: 300px;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(202,191,180,0.5) 0%, rgb(172,142,121,0.5) 100%);
    border-radius: 50%;
    content: "";
}

.course-summary-OkI .pic-grid-S4O::after {
    animation: shimmer 5s infinite linear;
    pointer-events: none;
    left: -50%;
    transform: rotate(25deg);
    content: "";
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 200%;
    width: 200%;
    top: -50%;
    position: absolute;
}

.course-summary-OkI .text-item-utB:hover h3::after {
    left: -5px;
    opacity: 1;
}

.course-summary-OkI span.description {
    display: none;
}

.plan-container-CZX {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.plan-container-CZX .indv-sub-kHE {
    position: relative;
}

.plan-container-CZX h2::after {
    background: linear-gradient(90deg, rgb(202,191,180), rgb(172,142,121));
    transform: translateX(-50%);
    height: 4px;
    bottom: -12px;
    left: 50%;
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 80px;
}

.plan-container-CZX .study-packages-DMl {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    text-decoration: none;
    display: block;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
}

.plan-container-CZX .plan-fees-1Fa p {
    font-size: 17px;
    hyphens: auto;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    flex: 1;
    color: rgba(255, 255, 255, 0.8);
}

.developer-experience-xqk::before {
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5), transparent 70%);
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    pointer-events: none;
    content: "";
}

.developer-experience-xqk .student-glow-uXa > div:first-child {
    position: relative;
    order: 1;
}

.developer-experience-xqk .student-glow-uXa > div:last-child {
    order: 3;
    position: relative;
}

.developer-experience-xqk .pic-grid-S4O::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
}

.developer-experience-xqk .student-glow-uXa:hover .name {
    transform: translateX(1rem);
}

.developer-experience-xqk .student-glow-uXa > div:nth-child(2) > div {
    font-weight: 600;
    font-size: 0.95rem;
    transform: translateY(0);
    opacity: 0.85;
    color: rgb(172,142,121);
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-bottom: 0.5rem;
}

.developer-experience-xqk .student-glow-uXa:hover .employee-summary-c7P {
    opacity: 1;
}

.contact-panel-yzO .feedback-request-HLr {
    background: #ffffff;
    display: grid;
    grid-template-columns: 45% 55%;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.contact-panel-yzO .inquiry-card-2gI h3 {
    color: rgb(202,191,180);
    margin-bottom: 40px;
    position: relative;
    font-size: 34px;
    font-weight: 700;
}

.contact-panel-yzO .inquiry-card-2gI div svg {
    width: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    height: 24px;
}

.contact-panel-yzO .inquiry-card-2gI div span {
    font-size: 14px;
    color: #000000;
}

.contact-panel-yzO .help-reach-3vV {
    background-color: #ffffff;
    position: relative;
    padding: 50px;
    z-index: 1;
}

.contact-panel-yzO form input[type="text"]:focus,
.contact-panel-yzO form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(202,191,180,0.5);
    outline: none;
}

.contact-panel-yzO .inquiry-list-pbY label::before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: rgb(241,239,238);
    transition: all 0.3s ease;
    border-radius: 10px;
    left: 0;
    top: 2px;
}

.contact-panel-yzO form .request-list-w8d {
    cursor: pointer;
    background-color: rgb(202,191,180);
    align-self: flex-start;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    border-radius: 10px;
    padding: 16px 30px;
}

header .head-know-lXT::before {
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    height: 5px;
    background: linear-gradient(to right, rgb(202,191,180), rgb(172,142,121));
    top: 0;
}

header .main-pagewrap-ho1:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

header .nav-mainwrap-xNw {
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.7rem 1.3rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(to bottom, #ffffff, rgb(241,239,238));
}

.ty-section-GVt h2 {
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    animation: slideInUp 0.8s ease-out forwards;
    max-width: 800px;
    line-height: 1.4;
    font-size: 35px;
    opacity: 1;
    color: #000000;
    transform: translateY(0);
}

.ty-section-GVt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ty-section-GVt li::before {
    transform: rotate(45deg);
    left: 0;
    position: absolute;
    top: 10px;
    content: "";
    transition: transform 0.3s ease;
    width: 8px;
    height: 8px;
    background: rgb(202,191,180);
}

.who-we-are-3qJ .container::before {
    filter: blur(80px);
    right: -100px;
    border-radius: 50%;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    width: 200px;
    height: 200px;
    top: -100px;
    opacity: 0.1;
    position: absolute;
    background: rgb(202,191,180,0.5);
}



.who-we-are-3qJ .mentor-values-6yx {
    padding: 50px 35px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    max-width: 500px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    perspective: 1000px;
    flex-direction: column;
    position: relative;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    z-index: 3;
    border-radius: 12px;
    transform-style: preserve-3d;
    margin-bottom: 20px;
}

.who-we-are-3qJ .pic-grid-S4O::after {
    position: absolute;
    animation: rotateReverse 20s linear infinite;
    border-radius: 50%;
    border: 1px dashed rgb(202,191,180,0.5);
    inset: -10px;
    opacity: 0.5;
    content: "";
}

.who-we-are-3qJ .skill-boost-unz::after {
    bottom: -4px;
    transition: width 0.4s ease;
    width: 0;
    background: rgb(202,191,180);
    content: "";
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    left: 50%;
}

.who-we-are-3qJ .text-item-utB:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(172,142,121,0.5);
    border-color: rgb(172,142,121,0.5);
}

.who-we-are-3qJ .text-item-utB:hover::before,
.who-we-are-3qJ .text-item-utB:hover::after {
    opacity: 0.08;
    filter: blur(40px);
}

.who-we-are-3qJ .text-item-utB:hover .learn-way-TZf::after {
    width: 50%;
}

.who-we-are-3qJ .learn-way-TZf svg {
    width: 48px;
    fill: rgb(202,191,180);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 48px;
    transition: all 0.4s ease;
}

.who-we-are-3qJ .text-item-utB h2 {
    padding-bottom: 20px;
    transition: all 0.4s ease;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
    font-size: calc(30px * 1.1);
}

.who-we-are-3qJ .skill-space-mJP::after {
    z-index: -1;
    background-image: 
        radial-gradient(rgb(202,191,180,0.5) 1px, transparent 1px),
        radial-gradient(rgb(172,142,121,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background-position: 0 0, 20px 20px;
    position: absolute;
    opacity: 0.03;
}

.who-we-are-3qJ .skill-space-mJP::after {
    content: "";
    animation: pulseHeight 3s infinite;
    top: 350px;
    width: 2px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(202,191,180), transparent);
    height: 40px;
    z-index: 0;
    left: 50%;
}

.program-results-zMb h1::after {
    left: 0;
    background: rgb(202,191,180);
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s ease;
    height: 3px;
    width: 60px;
    transform: scaleX(0.7);
    bottom: -10px;
    content: "";
}

.program-results-zMb svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,191,180);
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
}
}



@media (min-width: 992px) {.title-page-lAq .skill-training-f0D {
    padding: 4rem 6rem;
    width: 80%;
    margin-left: 10%;
}.title-page-lAq .title_style_header {
    font-size: calc(46px + 1rem);
}.title-page-lAq .title_style_header::after {
    height: 5px;
    width: 120px;
}.title-page-lAq h3 {
    font-size: calc(18px + 0.2rem);
}
}



@media (max-width: 480px) {.title-page-lAq .skill-training-f0D {
    padding: 1.5rem;
}.title-page-lAq .title_style_header {
    font-size: calc(33px - 0.2rem);
}.title-page-lAq h3 {
    font-size: calc(16px - 0.1rem);
}.title-page-lAq p {
    font-size: 14px;
}.title-page-lAq p::before {
    width: 8px;
    left: -15px;
}}



@media (max-width: 576px) {.data-summary-s6B {
    padding: 60px 0;
}.data-summary-s6B h3 {
    margin-bottom: 30px;
    font-size: calc(31px - 8px);
}.data-summary-s6B ul {
    max-width: 320px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.data-summary-s6B .top-gain-iYf {
    padding: 25px 20px;
}.data-summary-s6B .top-gain-iYf span {
    font-size: calc(16px + 1px);
}.data-summary-s6B .top-gain-iYf p {
    font-size: 36px;
}.data-summary-s6B .top-gain-iYf:nth-child(odd),
    .data-summary-s6B .top-gain-iYf:nth-child(even) {
    transform: none;
}.data-summary-s6B .top-gain-iYf:nth-child(odd):hover,
    .data-summary-s6B .top-gain-iYf:nth-child(even):hover {
    transform: translateY(-3px) scale(1.02);
}}



@media (max-width: 768px) {.career-help-Dbu {
    padding: 3.5rem 0 1.5rem;
}.career-help-Dbu .contact-query-PAW {
    margin-bottom: 3rem;
}.career-help-Dbu .info_item {
    width: 100%;
}.career-help-Dbu .info_item::before {
    display: none;
}.career-help-Dbu .top-section-jeS {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
}.career-help-Dbu .top-section-jeS a {
    text-align: center;
    padding: 0.5rem 1rem;
}.career-help-Dbu .top-section-jeS a::before {
    display: none;
}.career-help-Dbu .top-section-jeS a:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
}.career-help-Dbu .slack-invite-niq {
    margin-top: 3rem;
}
}



@media (min-width: 992px) {.course-summary-OkI {
    padding: 150px 0;
}.course-summary-OkI .training-guide-j9p {
    gap: 70px;
}.course-summary-OkI .pic-grid-S4O {
    height: 550px;
}.course-summary-OkI .text-item-utB {
    padding: 40px 50px;
}.course-summary-OkI p.description {
    max-height: 350px;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.plan-container-CZX .plan-rates-b3B {
    grid-template-columns: repeat(3, 1fr);
}.plan-container-CZX .cost-card-Vx4 {
    padding: 35px 30px;
}
}



@media (min-width: 768px) {.developer-experience-xqk .student-glow-uXa {
    grid-template-columns: 250px 1fr;
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    padding: 3.5rem;
}.developer-experience-xqk .student-glow-uXa > div:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
    order: unset;
}.developer-experience-xqk .student-glow-uXa > div:nth-child(2) {
    grid-row: 1;
    order: unset;
    grid-column: 2;
}.developer-experience-xqk .student-glow-uXa > div:last-child {
    grid-row: 2;
    grid-column: 2;
    order: unset;
}.developer-experience-xqk .pic-grid-S4O {
    clip-path: polygon(0% 0%, 95% 5%, 100% 100%, 5% 95%);
    height: 100%;
}.developer-experience-xqk .student-glow-uXa:hover .pic-grid-S4O {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}



@media (max-width: 991px) {header .head-know-lXT {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .main-pagewrap-ho1 {
    padding: 0 0 0.8rem 0;
}header .main-pagewrap-ho1 svg {
    width: 160px;
}header .header-guide-3ba {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .nav-mainwrap-xNw {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 991px) {.ty-section-GVt {
    padding: 80px 0;
}.ty-section-GVt h2 {
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.ty-section-GVt .skill-space-mJP {
    padding: 30px;
}
}



@media (max-width: 1199px) {.who-we-are-3qJ {
    padding: 120px 0;
}.who-we-are-3qJ .skill-space-mJP {
    gap: 50px;
}.who-we-are-3qJ .text-item-utB {
    padding: 40px 35px;
}.who-we-are-3qJ .mentor-values-6yx {
    padding: 40px 30px;
}.who-we-are-3qJ .skill-space-mJP::after {
    top: 320px;
}
}



@media (max-width: 575px) {.who-we-are-3qJ {
    padding: 60px 0;
}.who-we-are-3qJ .pic-grid-S4O {
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
}.who-we-are-3qJ .mentor-values-6yx {
    padding: 30px 20px;
}.who-we-are-3qJ .text-item-utB {
    padding: 30px 20px;
}.who-we-are-3qJ .learn-way-TZf {
    font-size: calc(16px * 0.95);
}.who-we-are-3qJ .learn-way-TZf svg {
    width: 35px;
    height: 35px;
}.who-we-are-3qJ .text-item-utB h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 20px;
}.who-we-are-3qJ .text-item-utB p {
    line-height: 1.8;
    font-size: 14px;
}.who-we-are-3qJ .skill-boost-unz {
    font-size: calc(18px * 0.95);
}.who-we-are-3qJ .pedagogy-info-Ape {
    font-size: calc(14px * 0.95);
}.who-we-are-3qJ .skill-space-mJP::after {
    top: 250px;
}}



@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



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

@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}



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



@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}

