body {
    font-family: "HarmonyOS Sans", Arial, sans-serif;
    background-color: #e8f5f4;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
button:focus,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}
.logo {
    width: 171px;
    height: 29px;
    margin: 1px 0;
}

.main-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 30px 0px;
    box-shadow: 0px 8px 32px rgba(0, 140, 149, 0.08);
    height: 100%;
    position: relative;
    border: 1px solid #e8f5f4;
}

.main-text {
    color: #008c95;
}
/* header AllPcb */
.header-allpcb {
    background-color: #e8f5f4;
    padding: 20px 0;
    /* height: 75px; */
}

    .header-allpcb h1 {
        color: #008c95;
        font-size: 24px;
        font-weight: 700;
        text-align: start;
    }
/* Hero Section */
.hero-section {
    /* background: linear-gradient(135deg, #48CACA 0%, #019099 100%); */
    background-image: url("/img/img/activity/invite/banner_bg.webp");
    background-size: cover;
    position:relative;
    background-position: center;
    background-repeat: no-repeat;
    height: 780px;
}
    .hero-section::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #00858d;
        width: 100%;
        height: 4px;
    }
    .hero-bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 12, 11, 0.54);
    }

.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    filter: blur(2px);
}

.hero-content {
    position: relative;
    z-index: 10;
    color: white;
    text-align: left;
    padding-top: 100px;
}

.hero-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.57;
    margin-bottom: 30px;
    text-shadow: 0px 4px 4px rgba(0, 23, 23, 0.29);
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 40px;
    max-width: 580px;
}

.btn-signup {
    background: radial-gradient(circle, #008c95 0%, #0099a3 100%);
    width: 234px;
    height: 80px;
    font-size:24px;
    border: 3px solid #ffffff;
    box-shadow: 0px 4px 11.4px rgba(52, 74, 77, 0.25);
    color: white;
    font-size: 24px;
    font-weight: 900;
    padding: 20px 30px;
    border-radius: 16px;
    text-transform: none;
    margin-top: 20px;
}



.btn-signup {
    transition: all 0.3s ease;
}

/* Features Section */
.features-section {
    padding: 40px 0 20px 0;
    position: relative;
    z-index: 5;
}

.feature-title {
    font-size: 32px;
    font-weight: 700;
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 60px;
}

.feature-card {
    background: #008c95;
    padding: 20px 20px;
    text-align: center;
    color: white;
    min-height: 285px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
    border: 2px solid #008C95;
    box-shadow: 0px 4px 20px rgba(180, 204, 199, 0.19);
}
    .feature-card::after {
        content: "";
        position: absolute;
        top: 4px;
        left: -4px;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #008C95;
        box-shadow: 0px 4px 20px rgba(180, 204, 199, 0.19);
        border-radius: 30px;
    }
    /*.bg_card {
    background-color: #008c95;
    border-radius: 30px;
    box-shadow: 0px 4px 20px rgba(180, 204, 199, 0.19);
}*/
    .feature-card-outline {
        background: white;
        border: 2px solid #008c95;
        color: #32383a;
    }

.feature-card h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 2.22;
    margin-bottom: 20px;
}

.feature-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    margin-bottom: 0;
}

.feature-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 0px;
    margin-top:20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
    .feature-content h3{
        margin:0;
    }
    /* CTA Button Section */
    .cta-button-section {
        text-align: center;
        margin: 40px 0;
    }

.btn-start-prototype {
    /* Rectangle 34624674 */
    width:230px;
    height:60px;
    box-sizing: border-box;

    background: #008C95;
/*    border: 1px solid #000000;*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 60px;
}

    .btn-start-prototype:hover {
        background: #007c83;
        color: white;
        transform: translateY(-2px);
    }

    .btn-start-prototype:focus {
        background: #007c83;
        color: white;
        outline: none;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    }

    .btn-start-prototype:active {
        background: #006c73;
        color: white;
        outline: none;
        transform: translateY(0px);
    }

.btn-start-prototype {
    transition: all 0.3s ease;
}

.cta-text {
    margin-bottom: 10px;
    font-family: "HarmonyOS Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #008c95;
}

/* How it Works Section */
.how-it-works {
    position: relative;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a2b2e;
    text-align: center;
    margin-top: 30px;
}

.step-container {
    margin-bottom: 0px;
    padding: 0px 40px;
    position: relative;
}

    .step-container:last-child {
        margin-bottom: 0;
    }

.border-line {
    width: 100%;
    height: 10px;
    margin: 10px 0;
    background-image: url("/img/img/activity/invite/border_line.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.step-card {
    /* background: white; */
    /* border-radius: 24px; */
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* box-shadow: 0px 8px 32px rgba(0, 140, 149, 0.08); */
    height: 370px;
    position: relative;
}

.step-number {
    color: #008c95;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 20px;
    position: relative;
}

    .step-number::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10%;
        width: 4px;
        height: 80%;
        background-color: #f3835a;
    }

.step-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a2b2e;
    margin-bottom: 20px;
    line-height: 1.3;
}

.step-description {
    color: #000000;
    font-family: "HarmonyOS Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.step-visual {
    background: linear-gradient(135deg, #e8f5f4 0%, #d4efed 100%);
    border-radius: 24px;
    padding: 40px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #c4e8e6;
    overflow: hidden;
}

    .step-visual::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient( 135deg, rgba(0, 140, 149, 0.02) 0%, rgba(0, 140, 149, 0.08) 100% );
        border-radius: 24px;
    }

    .step-visual:hover .monitor {
        transform: translateY(-2px);
        transition: transform 0.3s ease;
    }

    .step-visual:hover .laptop {
        transform: translateY(-2px);
        transition: transform 0.3s ease;
    }

    .step-visual:hover .package {
        transform: translateY(-2px) rotate(5deg);
        transition: transform 0.3s ease;
    }

    .step-visual:hover .globe {
        transform: rotate(10deg);
        transition: transform 0.3s ease;
    }

.step-illustration {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Step 1 - Computer Monitor */
.step-1-illustration {
    position: relative;
}

.monitor {
    width: 120px;
    height: 80px;
    background: #2c3e50;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

    .monitor::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 15px;
        background: #34495e;
        border-radius: 0 0 8px 8px;
    }

.monitor-screen {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: #008c95;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    font-weight: 700;
}

/* Step 2 - Laptop with Pricing */
.step-2-illustration {
    position: relative;
}

.laptop {
    width: 140px;
    height: 90px;
    background: #34495e;
    border-radius: 8px 8px 0 0;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

    .laptop::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: -10px;
        width: 160px;
        height: 8px;
        background: #2c3e50;
        border-radius: 0 0 12px 12px;
    }

.laptop-screen {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 15px;
    background: white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #2c3e50;
    font-weight: 700;
}

.price-highlight {
    background: #008c95;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin: 2px 0;
}

/* Step 3 - Delivery Package */
.step-3-illustration {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package {
    width: 60px;
    height: 60px;
    background: #f39c12;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
}

    .package::before {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        height: 2px;
        background: #e67e22;
    }

    .package::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 30px;
        background: #e67e22;
    }

.globe {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.location-pin {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: #e74c3c;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}

.step-connector {
    display: none;
}

/* Vertical Timeline Connector */
.how-it-works .container {
    position: relative;
}

    .how-it-works .container::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 100px;
        bottom: 100px;
        width: 3px;
        background: linear-gradient( 180deg, transparent 0%, #008c95 10%, #008c95 90%, transparent 100% );
        transform: translateX(-50%);
        z-index: 1;
    }

.step-container {
    position: relative;
    z-index: 2;
}
/*
        .step-container::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          width: 20px;
          height: 20px;
          background: #008C95;
          border: 4px solid #E8F5F4;
          border-radius: 50%;
          transform: translate(-50%, -50%);
          z-index: 3;
          box-shadow: 0 0 0 4px #ffffff;
        } */

@media (max-width: 991px) {
    .how-it-works .container::before {
        display: none;
    }

    .step-container::before {
        display: none;
    }
}

/* Why Choose Section */
.why-choose-section {
    /* background: white; */
    padding: 30px 0;
}

.why-choose-card {
    background: white;
    border: 1px solid #7a82ea;
    border-radius: 30px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0px 4px 16.5px rgba(201, 209, 215, 0.25);
    margin-bottom: 30px;
    height: 390px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .why-choose-card.fast {
        border-color: #f67f55;
    }

    .why-choose-card.reliable {
        border-color: #7a82ea;
    }

    .why-choose-card.best-value {
        border-color: #2abcaa;
    }

.card-badge {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 214px;
    border-radius: 0 0 32px 32px;
    padding: 0px 40px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    padding:8px 0;
    box-shadow: 0px 4px 0px rgba(223, 232, 230, 0.75);
}

    .card-badge.fast {
        background: #f67f55;
    }

    .card-badge.reliable {
        background: #7a82ea;
    }

    .card-badge.best-value {
        background: #22b19f;
    }

.why-choose-card h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.75;
    margin-top: 38px;
    margin-bottom: 0;
}

.why-choose-icon {
    width: 263px;
    height: 146px;
    margin: 0 auto 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    background-color:#f8f8f8;
    padding:20px 40px;
    background-size:unset;
    margin-top:50px;
}

.why-choose-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px;
    /* 1$ PCB prototype produced in 1 day. Free Shipping with DHL, FedEx. */
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* or 175% */
    text-align: center;
    color: #000000;
}

/* Referral Section */
.referral-section {
    background: linear-gradient(to right, #000000 60%, #000c0b 80%);
    color: white;
    padding: 80px 0;
    text-align: center;
    position: relative;
}

    .referral-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("/img/img/activity/invite/referral_bg.webp");
        background-size: cover;
        background-position: center;
        opacity: 0.6;
        /* Group 14863 */
    }

.referral-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.575;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.referral-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 60px;
    max-width: 723px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.referral-card {
    background: #008c95;
    border: 1px solid rgba(218, 255, 246, 0.66);
    border-radius: 26px;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    height: 210px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

    .referral-card h4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 40px;
        font-size: 24px;
        font-weight: 700;
        color: white;
        margin-bottom: 15px;
        border-bottom: 2px solid #dafff6;
    }

    .referral-card p {
        padding: 10px 40px 40px 40px;
        margin-bottom: 0;
        font-family: "HarmonyOS Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        height: auto;
        /* or 175% */
        color: #ffffff;
    }

/* FAQ Section */
.faq-section {
    padding: 40px 0px 80px 0px;
}

.faq-item {
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
/*    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);*/
}

    .faq-item.active {
        border-color: #008c95;
        box-shadow: 0 4px 16px rgba(0, 140, 149, 0.15);
    }
    .faq-item:hover {
        border-color: #008c95;
        box-shadow: 0 4px 16px rgba(0, 140, 149, 0.15);
    }
.faq-question {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 1.4;
    padding: 25px 30px;
    margin: 0;
    cursor: pointer;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
}

    .faq-question:hover {
        background: #f8fcfc;
        color: #008c95;
    }

.faq-item.active .faq-question {
    background: #f8fcfc;
    color: #008c95;
    border-bottom: 1px solid #e8f5f4;
}

.faq-question:after {
    content: "";
    background-image: url("/img/img/activity/invite/arrow_down.png");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 16px;
    color: #008c95;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question:after {
    transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
    background: white;
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 600px;
    padding: 25px 30px 30px;
    opacity: 1;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.2s ease 0.1s;
}

.faq-answer-content {
    color: #5a6c70;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

    .faq-answer-content p {
        margin-bottom: 15px;
    }

        .faq-answer-content p:last-child {
            margin-bottom: 0;
        }

/* Footer */
.footer {
    background: rgba(18, 33, 32, 0.9);
    color: white;
    height: 600px;
    text-align: center;
    position: relative;
}

.footer_bg {
    height: 600px;
    padding: 60px 0;
    background-image: url("/img/img/activity/invite/footer_bg.png");
    background-position: center;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
}

.footer > * {
    position: relative;
    z-index: 2;
}

.footer h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.172;
    margin-bottom: 40px;
}

.footer .btn {
    background: #008c95;
    color: white;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 48px;
    border-radius: 7.2px;
    border: none;
    margin-top: 20px;
    position: relative;
    z-index: 3;
}

.footer-links {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #008C95;
}

    .footer-links p {
        font-size: 16px;
        color: white;
        line-height: 2em;
        margin: 0;
    }

/* Decorative Elements */
.decorative-coins {
    position: absolute;
    right: 10%;
    top: 20%;
    width: 337px;
    height: 435px;
    background-image: url("https://images.unsplash.com/photo-1605792657660-596af9009e82?w=400&h=400&fit=crop&crop=center");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    opacity: 0.3;
}

.certification-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.cert-logo {
    width: 80px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .btn-signup {
        font-size: 20px;
        padding: 12px 32px;
    }

    .feature-title,
    .section-title {
        font-size: 28px;
    }

    .feature-card {
        height: auto;
        min-height: 280px;
        padding: 30px 20px;
    }

    .step-title {
        font-size: 22px;
    }

    .step-visual {
        height: 200px;
        margin-top: 30px;
        padding: 30px;
    }

    .monitor {
        width: 80px;
        height: 60px;
    }

    .monitor-screen {
        font-size: 8px;
    }

    .laptop {
        width: 100px;
        height: 70px;
    }

    .laptop-screen {
        font-size: 8px;
    }

    .price-highlight {
        font-size: 10px;
        padding: 2px 4px;
    }

    .package {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .globe {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 60px;
    }

    .step-container {
        margin-bottom: 60px;
    }

    .step-card {
        padding: 40px 30px;
    }

    .why-choose-card {
        height: auto;
        min-height: 300px;
    }

    .referral-card {
        height: auto;
        min-height: 160px;
    }

    .referral-title {
        font-size: 28px;
    }

    .decorative-coins {
        display: none;
    }

    .certification-logos {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }

    .feature-card {
        height: auto;
        min-height: 250px;
        padding: 25px 15px;
    }

        .feature-card h3 {
            font-size: 20px;
        }

    .step-number {
        font-size: 22px;
    }

    .step-title {
        font-size: 20px;
    }

    .step-visual {
        height: 160px;
        padding: 30px 20px;
    }

    .monitor {
        width: 70px;
        height: 50px;
    }

    .monitor-screen {
        font-size: 7px;
    }

    .laptop {
        width: 90px;
        height: 60px;
    }

    .laptop-screen {
        font-size: 7px;
    }

    .price-highlight {
        font-size: 9px;
        padding: 2px 3px;
    }

    .package {
        width: 35px;
        height: 35px;
        margin-right: 12px;
    }

    .globe {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .step-card {
        padding: 30px 20px;
    }

    .step-number {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .step-container {
        margin-bottom: 50px;
    }

    .why-choose-card {
        height: auto;
        min-height: 270px;
        padding: 30px 15px;
    }

    .referral-card {
        height: auto;
        min-height: 140px;
        padding: 25px 20px;
    }
}

.liquid-button {

    color: white;
    border-radius: 16px;
    text-transform: none;
    margin-top: 50px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: all .2s ease-out 0s;
    font-family: 'HarmonyOS Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 28px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

    .liquid-button:hover > span {
        top: -20px;
        opacity: 0;
/*        background-color: #00A9B5;*/
    }

.liquid-button:hover > i {
    opacity: 1;
    font-size: 22px;
    top: 50%;
}
    .liquid-button:hover {
/*        background: #00A9B5;*/
        color: white;
        transform: translateY(-2px);
    }
    .liquid-button:focus {
/*        background: #00A9B5;*/
        color: white;
    }
    .liquid-button:active {
        background-color: #00A9B5;
    }    
.liquid-button-name,
.liquid-button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s ease-out;
    position: absolute;
}

.liquid-button-name {
    font-size: 24px;
    font-weight: 900;
    opacity: 1;
}

.liquid-button-icon {
    opacity: 0;
}
.card__hover:hover {
    transform: translate3d(0,-8px,.01px);
    transition: all 0.5s;

}
