/* Contact Form 7 Styles */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #3a4555;
}

.wpcf7-form .wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.5;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7-form .wpcf7-form-control:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.wpcf7-form .wpcf7-textarea {
    min-height: 150px;
    resize: vertical;
}

.wpcf7-form .wpcf7-submit {
    background-color: #3b82f6;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #2563eb;
    transform: translateY(-1px);
}

.wpcf7-form .wpcf7-submit:active {
    transform: translateY(0);
}

.wpcf7-form .wpcf7-spinner {
    margin-left: 10px;
    vertical-align: middle;
}

.wpcf7-form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 15px;
    border-radius: 6px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #ecfdf5;
    border: 1px solid #10b981;
    color: #065f46;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output.wpcf7-acceptance-missing {
    background-color: #fef2f2;
    border: 1px solid #ef4444;
    color: #991b1b;
}

.wpcf7-not-valid-tip {
    color: #ef4444;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

/* Page Template Styles */
.site {
    padding: 20px 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.page-content {
    padding: 40px;
    line-height: 1.8;
    color: #333;
    font-size: 1.05rem;
}

/* Ensure full width for the content */
.site-main {
    width: 100%;
}

/* Make sure the page takes full width */
#page {
    display: flex;
    flex-direction: column;
}

.page-title {
    color: #2c3e50;
    margin: 0 0 25px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

/* Featured Image */
.featured-image-container {
    margin: 0 -40px 30px -40px;
    text-align: center;
}

.featured-image {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Content Styling */
.entry-content {
    margin: 25px 0;
}

.entry-content p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-medium);
}
/* Comments Section */
.comments-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-box {
        margin: 20px 15px;
    }
    
    .page-content {
        padding: 25px 20px;
    }
    
    .featured-image-container {
        margin: 0 -20px 20px -20px;
    }
    
    .page-title {
        font-size: 1.8rem;
    }
}

.page-content-inner h2,
.page-content-inner h3,
.page-content-inner h4 {
    margin: 1.8em 0 1em;
    color: #2c3e50;
    line-height: 1.4;
}

.page-content-inner h2 {
    font-size: 1.8rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.page-content-inner h3 {
    font-size: 1.5rem;
}

.page-content-inner h4 {
    font-size: 1.3rem;
}

/* Social Share Buttons */
.social-share-section {
    margin: 25px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.social-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.share-label {
    font-weight: 600;
    color: #555;
    font-size: 0.95rem;
}

.share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
}

.share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.share-btn i {
    font-size: 18px;
}

/* Specific social media colors */
.pinterest { background-color: #bd081c; }
.facebook { background-color: #3b5998; }
.twitter { background-color: #1da1f2; }
.whatsapp { background-color: #25d366; }

/* Comments Section */
.comments-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-content {
        padding: 20px 10px;
    }
    
    .page-title {
        font-size: 1.8rem;
    }
    
    .social-share {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .share-buttons {
        margin-top: 10px;
    }
}

/* End Content Section */
.end-content-section {
    margin-top: 40px;
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border-left: 4px solid #2c3e50;
}

.end-content-section .end-content {
    font-size: 1.05rem;
    line-height: 1.7;
}

.end-content-section h2,
.end-content-section h3 {
    margin-top: 0;
    color: #2c3e50;
}
