.login-button {
    background-color: #009970;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
}

    .login-button:hover {
        background-color: #00b383;
    }

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

    .navbar-toggler:focus, .btn-close:focus {
        box-shadow: none;
        outline: none;
    }

.navbar {
    background: white;
    box-shadow: 0px 0px 3px #989090;
}

.nav-link {
    color: #666777;
    font-weight: 500;
    position: relative;
}

    .nav-link:hover, .nav-link.active {
        color: #000;
    }

@media(min-width:991px) {
    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #009970;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .nav-link:hover::before, .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}


body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
}

.video-box {
    width: 100%;
    height: auto;
    position: relative;
    opacity: 0.65;
}


/* ================= BRAND ================= */
.brand-logo {
    height: 40px;
}


.hero {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 10%;
    background: linear-gradient(to right, #ff9800, #ff5722);
    color: white;
    align-items: center;
    margin-top: 50px;
}

.hero-text {
    flex: 1;
}

    .hero-text h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .hero-text p {
        font-size: 18px;
        margin-bottom: 25px;
    }

.btn-group .btn {
    margin-right: 10px;
}


.btn {
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
}

.primary {
    background: #000;
    color: #fff;
}

.secondary {
    border: 2px solid #fff;
    color: #fff;
}

.section h2 {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 40px;
    font-family: 'Font Awesome 5 Pro';
    color: white;
}

/* ============= Why Menu Section ===================== */
.why-menu-section {
    background: #f8fafc;
    color: #0f172a;
    box-sizing: border-box;
    font-family: "Segoe UI", Arial, sans-serif;
}

.why-menu {
    padding: 60px 0px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

    .why-menu h2 {
        font-size: 34px;
        margin-bottom: 40px;
        font-weight: 700;
    }

        .why-menu h2 span {
            color: #2563eb;
        }


.menu-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 22px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

    .menu-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(37, 99, 235, 0.18);
    }

.icon {
    font-size: 38px;
    margin-bottom: 15px;
}

.menu-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0f172a;
}

.menu-card p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

/* ===== Printable Menu Section ===== */
.print-menu-section {
    background: #ffffff;
    padding: 40px 0;
    text-align: center;
}

    .print-menu-section h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
    }

        .print-menu-section h2 span {
            color: #2563eb;
        }

    .print-menu-section p {
        font-size: 16px;
        color: #475569;
        line-height: 1.7;
        margin-bottom: 25px;
    }

.download-btn {
    padding: 14px 26px;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .download-btn i {
        margin-right: 8px;
    }

    .download-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
    }

/* Mobile */
@media (max-width: 768px) {
    .print-menu-section {
        padding: 60px 15px 20px 15px;
        text-align: center;
    }

        .print-menu-section p {
            margin-left: auto;
            margin-right: auto;
        }
}

/* ========= Get Started ================= */
.cta {
    text-align: center;
    padding: 50px 0px;
}

.get-started {
    background: #355C7D;
    color: white;
}

/* ========= Footer ================= */
.dark-footer {
    background: linear-gradient(180deg, #020617, #020617);
    color: #e5e7eb;
    padding: 60px 0 20px;
    font-family: 'Montserrat', sans-serif;
}

    .dark-footer .footer-logo {
        font-size: 22px;
        font-weight: 700;
        color: #38bdf8;
        margin-bottom: 10px;
    }

    .dark-footer .footer-text {
        font-size: 14px;
        color: #9ca3af;
        line-height: 1.6;
    }

    .dark-footer h5 {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 600;
        color: #f8fafc;
    }

    .dark-footer ul {
        list-style: none;
        padding: 0;
    }

        .dark-footer ul li {
            font-size: 14px;
            margin-bottom: 8px;
            color: #9ca3af;
        }

            .dark-footer ul li a {
                color: #9ca3af;
                text-decoration: none;
                transition: 0.3s;
            }

                .dark-footer ul li a:hover {
                    color: #38bdf8;
                }

    .dark-footer .footer-social a {
        width: 36px;
        height: 36px;
        background: #020617;
        border: 1px solid #1e293b;
        color: #38bdf8;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        transition: 0.3s;
    }

        .dark-footer .footer-social a:hover {
            background: #38bdf8;
            color: #020617;
        }

    .dark-footer hr {
        border-color: #1e293b;
        margin: 30px 0 15px;
    }

.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #9ca3af;
}

/* ============== Main Button ================ */

.glass-btn {
    background: linear-gradient( 135deg, rgba(255, 154, 0, 0.85), rgba(255, 94, 0, 0.85) );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    position: relative;
    box-shadow: inset 0 0 0 rgba(255,255,255,0), 0 12px 30px rgba(255, 94, 0, 0.45);
    transition: all 0.35s ease;
    text-decoration: none;
    font-family: 'Montserrat';
}

    .glass-btn:hover {
        box-shadow: inset 0 0 18px rgba(255,255,255,0.35), 0 18px 40px rgba(255, 94, 0, 0.7);
        transform: translateY(-2px);
    }

.login-button {
    padding: 3px 20px;
    font-size: 14px;
    font-family: 'Montserrat';
    border: 1px solid #ff8126;
}

/* =========== Mobile View Or Items Title ============ */
.heading-text {
    text-align: center;
    font-size: calc(2rem + 1.5vw);
    font-family: "Caprasimo", serif;
    padding: 50px 35px 30px 35px;
    background-image: linear-gradient(#C6FFDD, #FBD786, #f7797d);
    color: transparent;
    background-clip: text;
}

.step-title {
    padding-top: 15px;
    font-family: 'Fredoka';
    font-size: 1.75rem;
    text-align: center;
}

.mobile-view {
    border: 10px solid black;
    border-top: 30px solid black;
    border-bottom: 70px solid black;
    border-radius: 35px;
    width: 300px;
}

.mobile-view-inner {
    width: 100%;
    height: 400px;
}

.step-item {
    padding: 30px 0px;
}

.mobile-speaker {
    width: 60px;
    height: 10px;
    position: relative;
    background: #d6d6d6;
    top: -18px;
    border-radius: 30px;
    box-shadow: inset 5px 5px 1px #969696;
}

.mobile-btn-circle {
    background: #414141;
    width: 35px;
    height: 36px;
    border-radius: 30px;
    margin-top: -3px;
    border: 3px solid #eaeaea;
}

.mobile-btn-square {
    background: #414141;
    width: 12px;
    height: 12px;
    margin-top: 10px;
    border: 2px solid #efefef;
}

