/* Footer Styles */
.footer-heading {
    font-weight: bold;
    color: #333;
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Payment Methods Section */
/*.payment-methods {*/
/*    padding: 20px 0;*/
/*    text-align: center;*/
/*    background: rgba(255, 255, 255, 0.1);*/
/*    border-radius: 4px;*/
/*    margin: 20px 0;*/
/*}*/

/*.payment-logo {*/
/*    display: inline-block;*/
/*    height: 30px;*/
/*    margin: 0 10px;*/
/*    vertical-align: middle;*/
/*    transition: opacity 0.3s ease;*/
/*}*/

/*.payment-logo:hover {*/
/*    opacity: 0.8;*/
/*}*/

/* Policy Content Styles */
.policy-content {
    line-height: 1.6;
    color: #333;
}

.policy-content h1,
.policy-content h2 {
    color: #2c3e50;
    margin-bottom: 20px;
}

.policy-content h3 {
    color: #34495e;
    margin: 25px 0 15px;
}

.policy-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.policy-content li {
    margin-bottom: 10px;
}

.policy-content p {
    margin-bottom: 15px;
}