:root {
    --primary-color: #096c6c;
    --primary-hover: #e9f2f2;
}

body {
    padding-top: 60px;
}

.brand-logo {
    width: 70px !important;
    height: 50px;
    width: auto;
    display: block;
}

.navbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
}

.nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
}

.nav-text:hover {
    background-color: var(--primary-hover);
    color: var(--primary-color);
}

.brand-text {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.app-footer {
    background: var(--primary-color);
    color: #e9f7f6;
}

.app-footer a {
    display: block;
    color: #d8f1ef;
    font-size: 14px;
    text-decoration: none;
    margin-top: 6px;
}

.app-footer h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}

/* ⭐ THIS IS THE KEY FIX */
.footer-container {
    max-width: 1100px;
}

.underline-title {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

.underline-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #fff;
}

.main-footer {
    margin-left: 100px !important;
}

@media (max-width: 767px) {
    .footer-container {
        padding: 20px 20px !important;
    }

    .main-footer {
        margin-left: 0px !important;
        text-align: start !important;
    }

    .py-5 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .hero-title {
        text-align: center;
        font-size: 1.3rem;
    }

    .benefits-section {
        margin-top: 50px !important;
    }
}

.demo-modal {
    border-radius: 20px;
    border: none;
}

.demo-title {
    color: var(--primary-color);
}

.demo-input {
    height: 48px;
    border-radius: 8px;
    font-size: 15px;
}

.demo-input:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.demo {
    background: var(--primary-color);
    color: #fff;
    height: 48px;
    border-radius: 10px;
    font-weight: 500;
}

.demo:hover {
    background: var(--primary-hover);
    color: var(--primary-color);
}

.form-label {
    font-size: 14px;
    color: #444 !important;
    margin-bottom: 6px;
}

.form-control {
    border: 1px solid #66666634;
}

.partner-btn {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 16px;
}

.partner-btn:hover {
    background-color: var(--primary-hover);
    color: var(--primary-color);
    text-decoration: none;
}

.top-bar {
    display: flex;
    align-items: center;
}

/* Center stays center */
.nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Right stays end */
.nav-right {
    margin-left: auto;
}
