
p {
    font-size: 17px;
}
.fst{
    font-size: 16px !important;
}
.nav-class {
    box-shadow: none !important;
}
 .line{
    line-height: 15px !important;
 }

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color)!important ;
    background-color: #15b198 !important;
}
.clr-hlz {
    color: #00897b !important;
}

#Step1,
#Step2,
#Step3,
#Step4,
#Step5,
#Step6,
#Step7,
#Step8,
#Step9,
#Step10
{
    scroll-margin-top: 100px;
}
.scrollable::-webkit-scrollbar {
    width: 12px;
}

.content-box:hover {
    box-shadow: 2px 5px 5px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.contact:hover {
    background-color: #1ab394;
    color: white !important;
    border-radius: 5px;
    padding: 5px;
    transition: 0.5s;
}
@media only screen and (max-width: 600px) {
    .bg-width {
        position: absolute !important;
    }
    .snackbar-links {
        display: none;
        flex-direction: column;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 250px;
        background-color: rgb(157 158 160 / 81%);
        padding: 20px;
        backdrop-filter: blur(3px);
        overflow: overlay;
    }     
    .lh-1{
        line-height: 2.5px !important;
    }   
}

/* ── Key Features Card Grid ── */
.lead-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    background-color: #f4f7fa;
    padding: 2rem;
    border-radius: 10px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .lead-features {
        grid-template-columns: 1fr;
    }
}

.lead-feature-card {
    background: #ffffff;
    border-left: 5px solid #14b595;
    border-radius: 10px;
    padding: 1.2rem 1rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

.lead-feature-card:hover {
    transform: translateY(-4px);
}

.lead-feature-emoji {
    font-size: 1.7rem;
    margin-bottom: 0.4rem;
}

.lead-feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #14b595;
    margin-bottom: 0.4rem;
}

.lead-feature-description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

/* ── Benefits Checklist ── */
.lead-benefits-checklist {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: 30px;
    font-family: 'Poppins', sans-serif;
    color: #444;
}

.lead-benefits-checklist li {
    background: #e0f7fa;
    border-radius: 12px;
    margin-bottom: 18px;
    padding: 18px 24px 18px 60px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 150, 136, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: start !important;
}

.lead-benefits-checklist li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 150, 136, 0.2);
}

.lead-benefits-checklist li::before {
    content: "✓";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #00796b;
    font-weight: 700;
    background: #b2dfdb;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 121, 107, 0.3);
}

.lead-benefits-checklist li .fw-semibold {
    font-weight: 700;
    color: #00796b;
    margin-right: 6px;
    font-size: 1.2rem;
}

.lead-benefits-checklist li,
.lead-benefits-checklist li > span,
.lead-benefits-checklist li > * {
    text-align: start !important;
}

/* ── Callout Boxes ── */
.callout {
    padding: 20px;
    margin: 25px 0;
    border-radius: 6px;
    border-left: 5px solid;
    background-color: #F8F9FA;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.callout-benefit {
    border-left-color: #16A085;
    background-color: #EBF5FB;
}

.callout-benefit .callout-title {
    color: #16A085;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.callout-note {
    border-left-color: #F1C40F;
    background-color: #FEF9E7;
}

.callout-note .callout-title {
    color: #B7950B;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.callout-important {
    border-left-color: #E74C3C;
    background-color: #FDEDEC;
}

.callout-important .callout-title {
    color: #E74C3C;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ── Usage Report Table ── */
.usage-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.95rem;
    margin: 20px 0;
}

.usage-table th {
    background-color: #2C3E50;
    color: #fff;
    padding: 12px 15px;
    font-weight: 600;
}

.usage-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #E2E8F0;
}

.usage-table tr:last-child td {
    border-bottom: none;
}

.usage-table tr:nth-child(even) {
    background-color: #F8F9FA;
}

.badge-usage {
    display: inline-block;
    padding: 3px 8px;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 4px;
    color: white;
}
.badge-good { background-color: #2ECC71; }
.badge-poor { background-color: #E67E22; }
.badge-vpoor { background-color: #E74C3C; }
