.privacy-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 45px;
    margin-top: 40px;
    margin-bottom: 60px;
    border-top: 5px solid #0a4d3c;
}

.privacy-header {
    text-align: center;
    margin-bottom: 40px;
}

.privacy-header h1 {
    color: #0a4d3c;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.privacy-header h1::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #de8d38;
}

.privacy-content {
    color: #444;
    font-size: 15px;
    line-height: 1.8;
}

.privacy-intro {
    background: #f8fdfa;
    border-left: 4px solid #0a4d3c;
    padding: 20px 25px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 35px;
    font-size: 15.5px;
    color: #333;
}

.privacy-section {
    margin-bottom: 35px;
}

.privacy-section h2 {
    color: #0a4d3c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #eef2f0;
    padding-bottom: 8px;
}

.privacy-section h3 {
    color: #222;
    font-size: 16.5px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 10px;
}

.privacy-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.privacy-section ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    color: #444;
}

.privacy-section ul li::before {
    content: "\f0a4";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 1px;
    color: #0a4d3c;
    font-size: 13px;
}

.privacy-note {
    background: #fff8f3;
    border-left: 4px solid #de8d38;
    padding: 12px 18px;
    border-radius: 0 6px 6px 0;
    margin-top: 12px;
    font-size: 14px;
    color: #555;
}

.contact-card-box {
    background: #f9fbf9;
    border: 1px solid #e2ece6;
    border-radius: 10px;
    padding: 25px;
    margin-top: 15px;
}

.contact-card-box p {
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
}

.contact-card-box p i {
    color: #0a4d3c;
    width: 22px;
}

@media (max-width: 767px) {
    .privacy-card {
        padding: 25px 20px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .privacy-header h1 {
        font-size: 24px;
    }
    .privacy-section h2 {
        font-size: 18px;
    }
}
