﻿
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background: #f2f2f2;
    font-family: 'Segoe UI', sans-serif;
    color: #222;
}
.new-sec h3 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 5px;
    color: #222;
    padding-top: 41px;
    font-family: Jost-Regular;
}
.new-sec h6 {
    color: #666;
    font-size: 1.7rem;
    margin-bottom: 20px;
    font-family: Jost-Regular;
    font-weight: 600;
    line-height: 20px;
    padding-top: 10px;
}

.accordion-flush .accordion-item {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .accordion-flush .accordion-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    }

/* Accordion button */
.accordion-button {
    background-color: transparent;
    color: #111;
    font-weight: 600;
    font-size: 17px;
    padding: 20px;
    border-radius: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
        background-color: #f7f9fa;
        color: #0d6efd;
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230d6efd' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5L8 12l6.5-6.5L13.5 4l-5.5 5.5L2.5 4z'/%3E%3C/svg%3E");
        transform: rotate(0deg);
        transition: transform 0.3s ease-in-out;
    }

    .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
    }

.accordion-body {
    padding: 18px 20px 20px;
    font-size: 15.5px;
    line-height: 1.65;
    color: #444;
    background-color: transparent;
    border-top: 1px solid #eaeaea;
}

    .accordion-body ol {
        padding-left: 20px;
        margin: 0;
    }
.new-sec accrfirst {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 600;
    font-family: Jost-Regular;
}