/* Policy Pages Styles */
.mn-page-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 30px;
    margin: 20px 0;
}

.mn-page-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f8f9fa;
}

.mn-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.mn-page-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

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

.policy-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #007bff;
    display: inline-block;
}

.policy-section h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 12px;
}

.policy-section h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}

.policy-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.policy-section ul, .policy-section ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.policy-section li {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 8px;
}

/* Contact Form Styles */
.contact-form {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.contact-form h3 {
    margin-bottom: 25px;
    color: #333;
}

.contact-form .form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.contact-form .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.contact-form .form-control.is-invalid {
    border-color: #dc3545;
}

.contact-form .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}

/* Contact Info Styles */
.contact-info {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.contact-details h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.contact-details p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

.contact-details a {
    color: #007bff;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

/* Business Hours */
.business-hours {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.business-hours h4 {
    margin-bottom: 15px;
    color: #333;
}

.business-hours ul li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.business-hours ul li:last-child {
    border-bottom: none;
}

/* Feature Boxes */
.feature-box {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    height: 100%;
}

.feature-box h5 {
    margin: 15px 0 10px;
    color: #333;
    font-weight: 600;
}

.feature-box p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

/* FAQ Styles */
.faq-category {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 100%;
}

.faq-category h3 {
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

.faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.faq-item h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1rem;
}

.faq-item p {
    margin: 0;
    color: #666;
    line-height: 1.5;
    font-size: 0.95rem;
}

/* Still Have Questions Section */
.still-have-questions {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
}

.still-have-questions h3 {
    margin-bottom: 15px;
    color: #333;
}

.still-have-questions p {
    margin-bottom: 25px;
    color: #666;
}

.contact-buttons .mn-btn-2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 5px;
}

/* Delivery Table */
.delivery-table {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.delivery-table h4 {
    color: #333;
    margin-bottom: 15px;
}

.delivery-table ul {
    margin-bottom: 0;
}

/* Shipping Charges */
.shipping-charges {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.shipping-charges h4 {
    color: #333;
    margin-bottom: 15px;
}

/* Timeframe Table */
.timeframe-table {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.timeframe-table h4 {
    color: #333;
    margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mn-page-title {
        font-size: 2rem;
    }
    
    .mn-page-content {
        padding: 20px;
        margin: 10px 0;
    }
    
    .contact-form {
        padding: 20px;
    }
    
    .contact-info {
        padding: 20px;
        margin-top: 20px;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin: 0 auto 15px;
    }
    
    .faq-category {
        padding: 20px;
    }
    
    .still-have-questions {
        padding: 30px 20px;
    }
    
    .contact-buttons .mn-btn-2 {
        display: block;
        margin: 10px 0;
    }
}