.policy-content {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.policy-container {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.policy-section-title {
    color: #333;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 15px;
}

.policy-section {
    margin-bottom: 25px;
}

.policy-subtitle {
    color: #495057;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.policy-text {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}

/* Contact page specific styles */
.contact-content {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.contact-info {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact-title {
    color: #333;
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.contact-details {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-item i {
    font-size: 20px;
    color: #007bff;
    margin-right: 15px;
    width: 25px;
}

.contact-item p {
    margin: 0;
    color: #6c757d;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #ced4da;
    padding: 10px 15px;
}

.form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
