.imp-links-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #3764a1; /* deep blue */
    margin-bottom: 20px;
    text-align: center;
}

.imp-links-box ul {
    list-style: none;
    padding-left: 0;
    max-width: 900px;
    margin: 0 auto;
}

.imp-links-box ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}

.imp-links-box ul li::before {
    content: "•";
    color: var(--rv-primary);
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 2px;
}

.imp-links-box a {
    color: var(--rv-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.imp-links-box a:hover {
    color: #6bb543;
    text-decoration: underline;
}


/* Main section padding and background */
.main-section.privacy-policy-section.privacy-policy {
    background-color: #f4f5f8; /* Light neutral background */
    padding: 40px 0;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

/* Content container */
.privacy-box {
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    line-height: 1.7;
}

/* Heading styles */
.privacy-box h2 {
    font-size: 26px;
    font-weight: 700;
    color: #3764a1;
    margin-bottom: 20px;
    border-bottom: 2px solid #6bb543;
    padding-bottom: 10px;
}

.privacy-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #6bb543;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* Paragraph spacing */
.privacy-box p {
    margin-bottom: 15px;
    font-size: 15px;
}

/* Links and email */
.privacy-box a {
    color: #3764a1;
    text-decoration: none;
}

.privacy-box a:hover {
    color: #6bb543;
    text-decoration: underline;
}

.audit {
    line-height: 30px;
}

.audit h1, .audit h2, .audit h3, .audit h4, .audit h5, .audit h6 {
    line-height: 30px;
    text-align: center;
}
.audit li , .audit  p{
	margin-bottom:10px;
}