/*
Theme Name: تشليح العبدلي
Theme URI: https://tashleeh-abdali.com
Author: Lovable
Author URI: https://lovable.dev
Description: قالب ووردبريس كامل القابل للتحرير (Block Theme) لشركة تشليح العبدلي. يدعم التحرير المرئي الكامل، اللغة العربية، والتصميم الاحترافي.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.5
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: tashleeh-abdali
*/

/* ===== Base RTL / Arabic typography ===== */
html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  text-align: right;
  font-family: "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.7;
}

/* Utility helpers */
.ta-no-break {
  white-space: nowrap;
}

/* Header / Footer specific tweaks */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--wp--preset--color--navy);
}

/* WhatsApp floating button */
.ta-whatsapp-float {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background: #25D366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ta-whatsapp-float:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.45);
}

/* Pattern spacing helpers */
.ta-section {
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

/* Card hover lift */
.ta-service-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ta-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(10, 25, 47, 0.12);
}

/* Forms removed — no lead forms in this theme */
