   

    p {
        font-size: 17px;
    }
    .fst{
        font-size: 16px !important;
    }
    .nav-class {
        box-shadow: none !important;
    }
    /* .lh-base{
        line-height: 0.1px;
    } */
     .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;
    }

    #New-Interface-Overview,
    #Key-Improvements,
    #Navigation-Guide,
    #Features-Usage,
    #Benefits,
    #Getting-Started,
    #Pro-Tips
    {
        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;
        }   
    }




        .section-card {
            background: #ffffff;
            border-radius: 15px;
            padding: 2rem;
            margin: 2rem 0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            border-left: 5px solid #1ab394;
        }

        /* interface section */


        .interface-section ul li {
            margin-bottom: 0.4rem;
        }

        .interface-section ul {
            margin-bottom: 0 !important;
        }

        .interface-preview {
            background: white;
            border-radius: 20px;
            padding: 1rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .interface-section {
            height: 100%;
        }

/* Only #Step5 */
#Step5 {
    background: #f9f9f9;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    border-left: none; /* removed previous green line for new design */
}

/* Grid wrapper */
#Step5 .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

/* Individual feature cards */
#Step5 .feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
#Step5 .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Card headings */
#Step5 .feature-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #333;
}

/* Feature list */
#Step5 .feature-card ul {
    padding-left: 1.2rem;
    list-style-type: disc;
}

#Step5 .feature-card ul li {
    margin-bottom: 0.6rem;
    line-height: 1.5;
}

/* Icons colors */
#Step5 .fa-user { color: #007bff; }
#Step5 .fa-sliders { color: #ffc107; }
#Step5 .fa-tasks { color: #28a745; }
#Step5 .fa-file-invoice-dollar { color: #20c997; }

/* Responsive adjustments */
@media (max-width: 768px) {
    #Step5 .feature-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    #Step5 .feature-grid {
        grid-template-columns: 1fr;
    }
}



/* why this interface works better */



.feature-spotlight {
    padding: 2rem 1rem;
    background: #f8f9fa; /* subtle background */
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    max-width: 500px;
    flex: 1 1 300px;
}

.benefit-item .icon {
    font-size: 2rem;
    color: #28a745; /* green for main benefit, change for others if needed */
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.benefit-item .content h5 {
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.benefit-item .content p {
    margin: 0;
    line-height: 1.4;
    color: #495057;
}

/* Optional: alternate icon colors for variety */
.benefit-item:nth-child(2) .icon {
    color: #ffc107; /* yellow for second item */
}





       
         .feature-spotlight {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
            border-radius: 20px;
            padding: 3rem 2rem;
            margin: 3rem 0;
            position: relative;
            overflow: hidden;
        }
        
        .feature-spotlight::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #1ab394, #17a2b8, #6f42c1);
        }


         /* How to Use Key Features */
.text-green {
    color: #1ab394 !important;

}
         
         
        .workflow-step {
            background: white;
            border-radius: 12px;
            padding: 1.5rem;
            margin: 1rem 0;
            border: 2px solid #f8f9fa;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .workflow-step:hover {
            border-color: #1ab394;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(26, 179, 148, 0.15);
        }
        
        .workflow-number {
            background: #1ab394;
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            position: absolute;
            top: -15px;
            left: 20px;
        }
        
        .capability-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.2rem;
            margin: 2rem 0;
        }
        
        @media (max-width: 768px) {
            .capability-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        
        .capability-item {
            background: white;
            border-radius: 10px;
            padding: 1.5rem;
            text-align: start;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .capability-item:hover {
            transform: translateY(-5px);
        }
        
        .capability-icon {
            background: linear-gradient(135deg, #1ab394, #17a2b8);
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            font-size: 1.5rem;
        }
        
        .quick-tip {
            background: linear-gradient(135deg, #fff3cd, #ffeaa7);
            border-left: 4px solid #ffc107;
            border-radius: 8px;
            padding: 1rem 1.5rem;
            margin: 1rem 0;
        }
        
        .pro-insight {
            background: linear-gradient(135deg, #d1ecf1, #b6e3f0);
            border-left: 4px solid #17a2b8;
            border-radius: 8px;
            padding: 1rem 1.5rem;
            margin: 1rem 0;
        }
        
        .benefit-highlight {
            background: linear-gradient(135deg, #d4edda, #c3e6cb);
            border-left: 4px solid #28a745;
            border-radius: 8px;
            padding: 1rem 1.5rem;
            margin: 1rem 0;
        }
        
        .interface-section {
            border: 3px dashed #dee2e6;
            border-radius: 15px;
            padding: 2.5rem;
            /* margin: 2rem 0; */
            background: #f8f9fa;
            position: relative;
        }
        
        .section-label {
            position: absolute;
            top: -12px;
            left: 20px;
            background: #1ab394;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: bold;
        }
        
        .action-button-demo {
            display: inline-flex;
            align-items: center;
            background: #1ab394;
            color: white;
            padding: 8px 16px;
            border-radius: 25px;
            text-decoration: none;
            margin: 5px;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }
        
        .action-button-demo:hover {
            background: #0d8b73;
            color: white;
            transform: scale(1.05);
        }
        
        .tab-showcase {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 3px 15px rgba(0,0,0,0.1);
            margin: 1rem 0;
        }
        
        .tab-header {
            background: #f8f9fa;
            padding: 1rem;
            border-bottom: 2px solid #dee2e6;
            display: flex;
            gap: 1rem;
        }
        
        .tab-item {
            padding: 8px 16px;
            background: #e9ecef;
            border-radius: 20px;
            color: #6c757d;
            font-size: 0.9rem;
        }
        
        .tab-item.active {
            background: #1ab394;
            color: white;
        }
        
        .tab-content {
            padding: 1.5rem;
        }
