/*
Theme Name: SEO BD Tools
Theme URI: https://seobdtools.com/
Author: SEO BD Tools Team
Author URI: https://seobdtools.com/
Description: Modern, high-performance custom WordPress theme for SEO BD Tools. Features 146+ premium design, SEO and AI tools showcase, live search & category filters, interactive plan switcher, and Webflow & GSAP animations.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: seobdtools
Tags: custom, saas, tools, dark-mode, responsive, e-commerce
License: Proprietary
License URI: https://seobdtools.com/
*/

/* WordPress Standard Content & Alignment Styles */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #1e1e24;
    border: 1px solid #2e2e38;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
    border-radius: 8px;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    color: #94a3b8;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #0f172a;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #5CBB3A;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Custom Standard Page & Blog Styling */
.seobd-standard-page {
    min-height: 60vh;
    padding: 120px 20px 80px;
    max-width: 1200px;
    margin: 0 auto;
    color: #e2e8f0;
}
.seobd-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
}
.seobd-page-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #cbd5e1;
}
.seobd-page-content p {
    margin-bottom: 1.5em;
}
.seobd-page-content h1,
.seobd-page-content h2,
.seobd-page-content h3,
.seobd-page-content h4 {
    color: #ffffff;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
}
.seobd-page-content a {
    color: #5CBB3A;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.seobd-page-content a:hover {
    color: #72db4c;
}
.seobd-page-content ul,
.seobd-page-content ol {
    margin: 1.5em 0 1.5em 2em;
}
.seobd-page-content li {
    margin-bottom: 0.5em;
}
.seobd-post-card {
    background: #121217;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.seobd-post-card:hover {
    transform: translateY(-2px);
    border-color: rgba(92, 187, 58, 0.4);
}
.seobd-post-card h2 a {
    color: #ffffff;
    text-decoration: none;
}
.seobd-post-card h2 a:hover {
    color: #5CBB3A;
}
.seobd-post-meta {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 14px;
}

/* SEO BD FAQ Original Design Styling */
.section.faq {
    background-color: #f6f7f9 !important;
}
.section.faq .faq-tabs {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.section.faq .faq-tabs-menu {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 210px;
}
@media (max-width: 991px) {
    .section.faq .faq-tabs-menu {
        width: 100%;
        margin-top: 24px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .section.faq .section-heading-tertiary-main {
        position: static !important;
        max-width: 100% !important;
        margin-bottom: 24px;
    }
}
.section.faq .tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border: 1.5px solid #5CBB3A;
    border-radius: 10px;
    background-color: #ffffff;
    color: #5CBB3A;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    width: 100%;
    max-width: 270px;
    font-weight: 500;
}
.section.faq .tab .tab-icon {
    width: 18px;
    height: 18px;
    color: #5CBB3A;
}
.section.faq .tab .tab-arrow {
    width: 18px;
    height: 18px;
    color: #5CBB3A;
    transition: transform 0.2s ease;
}
.section.faq .tab:hover {
    background-color: #f0fdf4;
}
.section.faq .tab.w--current {
    background-color: #5CBB3A !important;
    color: #ffffff !important;
    border-color: #5CBB3A !important;
    box-shadow: 0 4px 14px rgba(92, 187, 58, 0.3);
}
.section.faq .tab.w--current .tab-icon,
.section.faq .tab.w--current .tab-arrow {
    color: #ffffff !important;
}
.section.faq .faq-tabs-main-content-wrap {
    width: 63%;
}
@media (max-width: 991px) {
    .section.faq .faq-tabs-main-content-wrap {
        width: 100%;
        margin-top: 24px;
    }
}
.section.faq .faq-item {
    background-color: #ffffff !important;
    border: 1px solid #eef0f3;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    overflow: hidden;
}
.section.faq .faq-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.section.faq .faq-question-block {
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
}
.section.faq .faq-question {
    color: #17191c !important;
    font-size: 1.12rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}
.section.faq .faq-icon-wrapper {
    width: 22px;
    height: 22px;
    color: #17191c;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.section.faq .faq-item.w--open .faq-icon-wrapper {
    transform: rotate(90deg);
}
.section.faq .faq-answer-block {
    display: none;
    overflow: hidden;
}
.section.faq .faq-item.w--open .faq-answer-block {
    display: block;
}
.section.faq .faq-answer-wrapper {
    padding: 0 24px 20px;
}
.section.faq .faq-answer {
    color: #475569 !important;
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

/* Footer Dynamic Badges & Hover */
.footer .badge-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.footer .badge-image {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}
