/*
Theme Name: ENSIJAM Group
Theme URI: https://ensijam.ae
Author: ENSIJAM Group
Author URI: https://ensijam.ae
Description: Custom WordPress theme for ENSIJAM Business Services — business setup, PRO services, visa & immigration in Dubai, UAE. Faithful conversion of the ENSIJAM redesign (HTML) with fully editable content: Services custom post type, Team & Partner post types, and Customizer-driven homepage.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
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: ensijam
*/

/* The design styles live in assets/css/style.css and assets/css/pages.css
   (enqueued from functions.php). Only WP-specific tweaks live here. */

.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;
}

/* WP admin bar offset for the fixed header */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* Contact form notices */
.c-form .form-notice {
    padding: 12px 16px; border-radius: 8px; margin-bottom: 16px;
    font-size: .9rem; font-weight: 600;
}
.c-form .form-notice.success { background: rgba(46,204,113,.12); color: #1e8449; border: 1px solid rgba(46,204,113,.35); }
.c-form .form-notice.error { background: rgba(230,86,68,.1); color: #c9432f; border: 1px solid rgba(230,86,68,.3); }
.c-form .hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* WP image alignment safety */
img { max-width: 100%; height: auto; }
