/*
Theme Name: Tejas Suthar
Theme URI: https://tejassuthar.in/
Author: Tejas Suthar
Author URI: https://tejassuthar.in/
Description: Custom WordPress theme converted from a static PHP site. Built with Underscores structure and ACF Pro flexible page builder.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tejas-suthar
Tags: custom-theme
*/


/* =======================================================
   BLOG SINGLE POST STYLES
   ======================================================= */

/* Blog Detail Layout */
.blog-detail .entry-content {
    font-size: 1.05rem;
    line-height: 1.8;
}

.blog-detail .entry-content h2,
.blog-detail .entry-content h3,
.blog-detail .entry-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-detail .entry-content ul,
.blog-detail .entry-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.blog-detail .entry-content li {
    margin-bottom: 0.5rem;
}

.blog-detail .entry-content p {
    margin-bottom: 1.25rem;
}

.blog-detail .entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.blog-detail .entry-content blockquote {
    border-left: 4px solid var(--bs-primary, #c1ff72);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background: #f8f8f8;
    border-radius: 0 8px 8px 0;
}

.blog-detail .feature-img img {
    border-radius: 12px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Post Navigation */
.post-navigation a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}

.post-navigation a:hover {
    color: #c1ff72;
}

/* Sidebar */
.blog-sidebar .sidebar-widget {
    padding: 0;
}

.blog-sidebar .sidebar-widget + .sidebar-widget {
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
}

.blog-sidebar .link-hover {
    text-decoration: none;
    transition: color 0.2s;
}

.blog-sidebar .link-hover:hover {
    color: #c1ff72 !important;
}

/* Pagination */
.pagination-wrap .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    transition: all 0.2s;
}

.pagination-wrap .page-numbers.current,
.pagination-wrap .page-numbers:hover {
    background: #c1ff72;
    border-color: #c1ff72;
    color: #1a1a1a;
}

.pagination-wrap .page-numbers.dots {
    border: none;
}

/* Post Tags */
.post-tags .badge {
    font-weight: 400;
    padding: 0.4em 0.8em;
    font-size: 0.8rem;
    text-decoration: none;
}

/* Blog Card - resources link hover */
.resources-img img {
    transition: transform 0.4s ease;
}

.resources-img:hover img {
    transform: scale(1.04);
}

/* Blog Sidebar CTA */
.blog-sidebar .bg-dark.p-7 {
    border-radius: 12px;
}

/* =======================================================
   ABOUT PAGE STYLES
   ======================================================= */

.about-content .count {
    font-variant-numeric: tabular-nums;
}

.our-core-values-sec .icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

/* =======================================================
   CONTACT PAGE FORM NOTICE
   ======================================================= */

.alert {
    border-radius: 8px;
    padding: 1rem 1.25rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    z-index: 9999 !important;
}

.alert-success {
    background: #c1ff72;
    color: #1a1a1a;
    border: none;
}

.alert-danger {
    background: #ff6b6b;
    color: #fff;
    border: none;
}
