/*
Theme Name: Advanced Saudi
Theme URI: https://advanced-saudi.com
Author: Advanced Saudi
Author URI: https://advanced-saudi.com
Description: Industrial inspection and services theme for Advanced Saudi. One page layout with editable Specialization and Project items, customizer controlled contact details, and an AJAX consultation form.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: advanced-saudi
Tags: one-page, business, custom-colors, custom-menu, custom-logo, translation-ready
*/

/*
 * Visual styling for this theme is produced by the Tailwind browser build
 * plus the @theme block printed from inc/tailwind-theme.php.
 * The rules below only cover core WordPress output (alignments, captions,
 * screen reader text, editor blocks) that Tailwind utility classes do not emit.
 */

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

.screen-reader-text:focus {
  background-color: #fff;
  clip: auto !important;
  clip-path: none;
  color: #0c3149;
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  height: auto;
  left: 1rem;
  line-height: normal;
  padding: 1rem 1.5rem;
  text-decoration: none;
  top: 1rem;
  width: auto;
  z-index: 100000;
  border-radius: 0.5rem;
}

.alignleft { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; }

.wp-caption { max-width: 100%; }
.wp-caption img { display: block; }
.wp-caption-text { font-size: 0.85rem; color: #25699a; margin-top: 0.5rem; }

.sticky .entry-title::after { content: " \2605"; color: #00a1e2; }

.entry-content img,
.entry-content iframe,
.entry-content video { max-width: 100%; height: auto; }

.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; }
.gallery-item { margin: 0; }
