/*
Theme Name: SKM
Theme URI: https://www.softkeymatrix.com
Author: Amit Chauhan
Author URI: https://www.amit-chauhan.com
Description: A clean, minimal blank WordPress theme for developers.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: SKM Theme
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
*/

.btn-theme{
    background-color: #4A5423 !important;
    border: none !important;
    color: #fff !important;
}
.btn-theme:hover{
    background-color: #12364E !important;
    color: #fff !important;
}
.accordion .card-header {
    border: none;
    padding: 0;
}

.accordion button.btn-link {
    padding: 18px 20px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    width: 100%;
    transition: all 0.3s ease;
}

.accordion button.btn-link:hover,
.accordion button.btn-link:not(.collapsed) {
    color: #007bff;
    background-color: #f8f9fa;
}

.accordion .icon {
    display: inline-block;
    width: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.accordion button:not(.collapsed) .icon {
    transform: rotate(45deg);
}

.custom-logo-link .custom-logo {
    max-height: 80px;
    width: auto;
}

/* ================================
   WORDPRESS CONTENT STYLING
================================ */

/* Main Content Wrapper */
.page-content,
.entry-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* Headings */
.page-content h1,
.entry-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-content h2,
.entry-content h2 {
    font-size: 26px;
    margin: 30px 0 15px;
    font-weight: 600;
}

.page-content h3,
.entry-content h3 {
    font-size: 22px;
    margin: 25px 0 12px;
}

.page-content h4,
.entry-content h4 {
    font-size: 18px;
    margin: 20px 0 10px;
}

/* Paragraph */
.page-content p,
.entry-content p {
    margin-bottom: 15px;
}

/* Lists */
.page-content ul,
.page-content ol,
.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.page-content ul li,
.page-content ol li,
.entry-content ul li,
.entry-content ol li {
    margin-bottom: 8px;
}

/* Links */
.page-content a,
.entry-content a {
    color: #2E7D32;
    text-decoration: none;
}

.page-content a:hover,
.entry-content a:hover {
    text-decoration: underline;
}

/* Images */
.page-content img,
.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 15px 0;
}

/* Blockquote */
.page-content blockquote,
.entry-content blockquote {
    border-left: 4px solid #556B2F;
    padding-left: 15px;
    font-style: italic;
    color: #555;
    margin: 20px 0;
    background: #f8f8f8;
    padding: 15px;
}

/* Tables */
.page-content table,
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.page-content table th,
.page-content table td,
.entry-content table th,
.entry-content table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.page-content table th,
.entry-content table th {
    background: #f1f1f1;
    font-weight: 600;
}