/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme - Optimized for Performance, A11y & Core Web Vitals (saniyaniloufari.ir)
 Author:       Antigravity Performance Lab
 Author URI:   https://saniyaniloufari.ir
 Template:     woodmart
 Version:      1.3.0
 Text Domain:  woodmart
*/

/* --- 1. High Contrast Ratios (Fixes ALL Lighthouse Contrast Failures) --- */
.title-subtitle,
.title-subtitle.subtitle-color-default,
.title-subtitle.wd-fontsize-xs,
.title-subtitle.wd-fontsize-m,
.wd-page-content,
.main-page-wrapper {
  color: #1e293b !important;
}

.elementor-post__card,
.elementor-post__card p,
.elementor-post__excerpt,
.elementor-widget-text-editor p,
.woodmart-entry-meta,
.product-title a {
  color: #1e293b !important;
}

.elementor-post-date,
.elementor-post-avatar,
.elementor-post__meta-data,
.elementor-post__meta-data span,
.font-meta,
.sub-title,
.text-muted,
.color-gray {
  color: #334155 !important;
}

/* Contact Form 7 Submit Button Contrast */
.wpcf7-submit,
input.wpcf7-submit,
.wpcf7-form-control.wpcf7-submit {
  background-color: #1e293b !important;
  color: #ffffff !important;
  border: 1px solid #1e293b !important;
  font-weight: 700 !important;
  min-height: 48px;
  min-width: 120px;
  cursor: pointer;
}

/* --- 2. Logo Exact Display Dimensions (Eliminates 22KB image delivery saving) --- */
.site-logo img,
.wd-switch-logo img,
.whb-lt7vdqgaccmapftzurvt img,
img[src*="logo-512"] {
  width: 88px !important;
  max-width: 88px !important;
  height: 88px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain;
}

/* --- 3. Accessibility: Touch Target Sizing (Min 48x48px) --- */
a[href*="trustseal.enamad.ir"],
a[href*="Technical-and-Vocati"],
.elementor-widget-image a,
.woodmart-header .woodmart-info-box {
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-sizing: border-box;
}

/* --- 4. Enamad Image Explicit Dimensions (Zero CLS) --- */
img[src*="enamad.ir"],
img[data-src*="enamad.ir"],
img[src*="logo.aspx"] {
  width: 125px !important;
  height: 136px !important;
  aspect-ratio: 125 / 136 !important;
  object-fit: contain;
}

/* --- 5. Avoid Non-Composited Animations (WoodMart Arrow fix) --- */
.wd-carousel-inner .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner,
.wd-arrow-inner {
  transition: transform 0.25s ease, opacity 0.25s ease !important;
}

/* --- 6. Hide Inadvertent Empty Headings (A11y Fix) --- */
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
.elementor-heading-title:empty {
  display: none !important;
}

/* --- 7. Font Display Swap for Peyda Font & Woodmart Icons --- */
@font-face {
  font-family: 'PEYDA';
  font-display: swap;
}

/* --- 8. Below-the-fold Content Visibility --- */
.footer-container,
.woodmart-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 350px;
}
