.policy-text h2 {
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.policy-text h3 {
    color: #34495e;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 5px;
}

.policy-text h4 {
    color: #2980b9;
    margin-top: 20px;
    margin-bottom: 10px;
}

.policy-text p {
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.policy-text ul {
    margin: 15px 0;
    padding-left: 25px;
}

.policy-text li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.policy-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.breadcrumb-inner {
    padding: 0px !important;
}

.privacy-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.privacy-content {
    /* background: #fff; */
    border-radius: 15px;
}

.title-separator {
    width: 80px;
    height: 3px;
    background: #f0b90b;
}

.section-title {
    color: #2c3345;
    font-size: 2rem;
}

.text-muted {
    color: #6c757d !important;
    line-height: 1.7;
}

/* h4 {
    color: #2c3345;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
} */

ul:not(.list-unstyled) {
    padding-left: 1.5rem;
}

ul:not(.list-unstyled) li {
    margin-bottom: 0.5rem;
    color: #6c757d;
}

a {
    color: #f0b90b;
    text-decoration: none;
}

a:hover {
    color: #d4a509;
}

@media (max-width: 768px) {
    .privacy-content {
        padding: 1.5rem !important;
    }

    .section-title {
        font-size: 1.25rem;
    }
}
