
    .hyperacidity-section {
        background: #f8f9fa;
    }
    .hyperacidity-badge {
        display: inline-block;
        padding: 6px 14px;
        border-radius: 50px;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .hyperacidity-icon-box {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }
    .hyperacidity-card {
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.06);
        border: none;
    }

    .cta-box {
        border-left: 4px solid #198754;
        padding-left: 14px;
    }



    .faq-accordion .accordion-button {
        font-size: 18px;
        font-weight: 600;
        padding: 15px;
        color: #1F2937;
    }
    .faq-accordion .accordion-button:not(.collapsed) {
        color: white;
        background: rgb(20 184 253 / 80%);
        box-shadow: none;
    }
    .faq-accordion .accordion-body {
        font-size: 16px;
        color: #555;
        line-height: 1.6;
        padding: 15px 18px;
    }
    .faq-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 25px;
        color: #1F2937;
    }
    
    
    
    .point-box {
        background: #ffffff;
        padding: 18px 20px;
        border-radius: 12px;
        box-shadow: 0 5px 18px rgba(0,0,0,0.07);
        border-left: 4px solid rgb(20 184 253 / 80%);
        transition: 0.3s;
        height: 100%;
    }
    .point-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.10);
    }
    .point-icon {
        font-size: 24px;
        color: #dc3545;
        margin-right: 10px;
    }
    .section-title {
        font-weight: 700;
        font-size: 30px !important;
        color: #1F2937;
    }

