/*
Theme Name: Chesri Multi Engineering
Theme URI: https://chesri.com
Author: Chesri Team
Author URI: https://chesri.com
Description: Custom WordPress theme for Chesri Multi Engineering - Gas-Phase Filtration, Odour Control, and Corrosion Control solutions
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.4
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: chesri
Tags: business, engineering, industrial, tailwind

This theme uses Tailwind CSS via CDN for styling.
*/

/* Basic reset and body styles */
body {
    margin: 0;
    padding: 0;
}

/* WordPress alignment classes */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* WordPress caption styles */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    padding: 0.5em 0;
}

/* Screen reader text */
.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;
    width: 1px;
    word-wrap: normal;
}
