/*
Theme Name: Ruhul Amin
Theme URI: https://example.com/
Author: Ruhul Amin
Author URI: https://example.com/
Description: Custom hand-coded WordPress theme for the Ruhul Amin – Local SEO & AI SEO Specialist portfolio. Built without page builders or plugins. Dynamic case studies, industries filter, testimonials, menus and Customizer-driven CTAs.
Version: 1.4.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ruhulamin
*/

/*
The compiled Tailwind stylesheet lives in assets/css/style.css and is
enqueued from functions.php. This file intentionally contains only the
theme header plus a few small WordPress-specific helpers below.
*/

/* WordPress core alignment/caption classes (theme support requirement) */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; opacity: 0.8; }
.screen-reader-text {
    border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
    height: 1px; width: 1px; margin: -1px; overflow: hidden;
    padding: 0; position: absolute; word-wrap: normal !important;
}

/* Case-study content area (single case study, gray section) */
.cs-content img { margin-left: auto; margin-right: auto; }

/* Industry filter (archive) */
.industry-filter-btn.is-active { background-color: #fff; color: #000; }
.work-card.is-filtered-out { display: none; }
