.elementor-12 .elementor-element.elementor-element-ddfc225{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-ddfc225 */.policy-section {
    padding: 80px 20px;
    background: #faf7f2;
}

.policy-section .container {
    max-width: 1100px;
    margin: auto;
}

.policy-header {
    text-align: center;
    margin-bottom: 50px;
}

.policy-header span {
    color: #b8860b;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.policy-header h2 {
    font-size: 42px;
    margin: 15px 0;
    color: #222;
}

.policy-header p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.policy-card {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.policy-card h3 {
    color: #b8860b;
    margin-bottom: 25px;
    font-size: 28px;
}

.policy-card h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #222;
}

.policy-card p,
.policy-card li {
    color: #555;
    line-height: 1.8;
}

.policy-card ul {
    padding-left: 20px;
}

.info-box {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 20px;
    margin: 25px 0;
}

.info-box div {
    background: #faf7f2;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #b8860b;
}

.info-box strong {
    display: block;
    margin-bottom: 10px;
    color: #222;
}

.contact-box {
    text-align: center;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.contact-box h3 {
    color: #222;
    margin-bottom: 15px;
}

.contact-box p {
    color: #666;
    margin-bottom: 25px;
}

.contact-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #b8860b;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.contact-btn:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .policy-header h2 {
        font-size: 30px;
    }

    .policy-card {
        padding: 25px;
    }
}/* End custom CSS */