/* =============================================================
   عفشك تمام — Brand Override CSS
   Modern Reassurance Direction
   ============================================================= */

/* === Google Fonts === */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&display=swap');

/* === CSS Variables === */
:root {
  --brand-navy:    #17324D;
  --brand-teal:    #1E9B8A;
  --brand-offwhite:#F7F5F1;
  --brand-dark:    #222222;
  --brand-soft:    #D9E6E2;
  --brand-white:   #ffffff;

  /* Real combined height of .top-header + .navigation at rest (before scroll hides the top bar) */
  --site-header-height: 108px;
  --site-header-height-mobile: 100px;
}

/* === Base Typography === */
body {
  font-family: 'Cairo', Arial, sans-serif !important;
  color: var(--brand-dark) !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Cairo', Arial, sans-serif !important;
  font-weight: 700;
}

p {
  font-family: 'Cairo', Arial, sans-serif !important;
  color: #444 !important;
  line-height: 1.8;
}

a {
  font-family: 'Cairo', Arial, sans-serif !important;
}

/* === Header — Light Premium === */
.site-header.fixed-top {
  background: rgba(247,245,241,0.96) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(23,50,77,0.08);
}

/* Inner bars become transparent so the header reads as one seamless light block */
.top-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(23,50,77,0.06);
}

nav#main-nav,
.navigation,
.navbar-nav,
.nav-bg,
.navbar-collapse {
  background: transparent !important;
  background-image: none !important;
}

.nav-item::before {
  background: var(--brand-teal) !important;
}

/* Nav links — navy on light, teal on hover/active */
.navbar-nav .nav-link,
.navbar-nav > li > a {
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600 !important;
  position: relative;
  padding-bottom: 6px !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav li.current-menu-item > .nav-link,
.navbar-nav li.current_page_item > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--brand-teal) !important;
}

.navbar-nav li.current-menu-item > .nav-link::after,
.navbar-nav li.current_page_item > .nav-link::after,
.navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 2px;
  background: var(--brand-teal);
  border-radius: 2px;
}

/* Respect the WP admin toolbar so it never overlaps our fixed header */
body.admin-bar .site-header.fixed-top {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header.fixed-top {
    top: 46px;
  }
}

.navbar-brand {
  height: 62px !important;
  display: flex !important;
  align-items: center;
}

/* === Header Logo (عفشك تمام) — ضبط الحجم بدون تمديد الهيدر === */
.navbar-brand img.brand-logo-img {
  max-height: 48px;
  width: auto;
}

@media (max-width: 768px) {
  .navbar-brand {
    height: 56px !important;
  }

  .navbar-brand img.brand-logo-img {
    max-height: 40px;
  }
}

/* === Hero Slider Overlay — تغيير اللون من أصفر إلى كحلي === */
.Modern-Slider .item-1 .img-fill {
  background: linear-gradient(to bottom, rgba(23,50,77,0.80), rgba(23,50,77,0.50)), url('../imgs/s2.webp') center/cover no-repeat !important;
}

.Modern-Slider .item-2 .img-fill {
  background: linear-gradient(to bottom, rgba(23,50,77,0.80), rgba(23,50,77,0.50)), url('../imgs/s1.webp') center/cover no-repeat !important;
}

.Modern-Slider .item-3 .img-fill {
  background: linear-gradient(to bottom, rgba(23,50,77,0.80), rgba(23,50,77,0.50)), url('../imgs/s3.webp') center/cover no-repeat !important;
}

/* Fallback if images missing */
.Modern-Slider .item .img-fill {
  background-color: var(--brand-navy);
}

.Modern-Slider .item h6 {
  color: var(--brand-teal) !important;
  font-family: 'Cairo', sans-serif !important;
}

.Modern-Slider .item h4 {
  font-family: 'Cairo', sans-serif !important;
  font-size: 28px !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
}

.Modern-Slider .item p {
  font-family: 'Cairo', sans-serif !important;
}

/* === Buttons === */
a.filled-button {
  background-color: var(--brand-teal) !important;
  border-radius: 8px !important;
  text-transform: none !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
  padding: 12px 28px !important;
  transition: transform 0.25s, background-color 0.25s, color 0.25s;
}

a.filled-button:hover {
  background-color: var(--brand-navy) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

a.border-button {
  border-radius: 8px !important;
  text-transform: none !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 0 !important;
  border-color: #fff !important;
}

a.border-button:hover {
  background-color: #fff !important;
  color: var(--brand-navy) !important;
}

.btn-whatsapp-hero {
  background-color: #25D366 !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 15px !important;
  padding: 12px 28px !important;
  display: inline-block !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  margin: 0 5px !important;
  transition: all 0.3s !important;
}

.btn-whatsapp-hero:hover {
  background-color: #1da851 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

a.btn-learn-more,
.about .content .btn-learn-more {
  color: var(--brand-teal) !important;
  border-color: var(--brand-teal) !important;
  border-radius: 8px !important;
  text-transform: none !important;
  font-family: 'Cairo', sans-serif !important;
  letter-spacing: 0 !important;
  transition: transform 0.25s, background-color 0.25s, color 0.25s;
}

a.btn-learn-more:hover,
.about .content .btn-learn-more:hover {
  background: var(--brand-teal) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* === Request Bar === */
.request-form {
  background-color: var(--brand-navy) !important;
}

.request-form h4 {
  font-family: 'Cairo', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.request-form p,
.request-form a {
  font-family: 'Cairo', sans-serif !important;
}

/* === Section Titles === */
.section-title h2 {
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif !important;
  text-transform: none !important;
  font-size: 28px !important;
  font-weight: 900 !important;
}

.section-title h2::before,
.section-title h2::after {
  background: var(--brand-teal) !important;
}

.section-title p {
  color: #555 !important;
  font-family: 'Cairo', sans-serif !important;
}

/* === Alternating Sections === */
section:nth-of-type(odd) {
  background-color: var(--brand-offwhite);
}

section:nth-of-type(even) {
  background-color: #ffffff;
}

.section-bg {
  background-color: var(--brand-soft) !important;
}

/* === About Section === */
.about .content ul i {
  color: var(--brand-teal) !important;
}

.about .content h3 {
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif !important;
}

/* === Process Section (New) === */
.process-section {
  padding: 60px 0;
  background-color: var(--brand-offwhite);
  text-align: right;
  direction: rtl;
}

.process-section .process-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 2px 16px rgba(23,50,77,0.08);
  text-align: center;
  height: 100%;
  transition: transform 0.3s;
}

.process-section .process-card:hover {
  transform: translateY(-4px);
}

.process-section .process-card .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--brand-navy);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 16px;
  font-family: 'Cairo', sans-serif;
}

.process-section .process-card h5 {
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.process-section .process-card p {
  font-family: 'Cairo', sans-serif !important;
  font-size: 14px !important;
  color: #666 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* === Counts Section === */
.counts .content .count-box i {
  color: var(--brand-teal) !important;
}

.counts .content .count-box span {
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif !important;
}

.counts .content .count-box p {
  font-family: 'Cairo', sans-serif !important;
}

/* === Services Section === */
.features h3 {
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}

.features p {
  color: #555 !important;
  font-family: 'Cairo', sans-serif !important;
  font-style: normal !important;
}

.features img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(23,50,77,0.10);
}

/* === FAQ Section === */
.faq .faq-list li {
  border-right: 3px solid var(--brand-teal) !important;
  border-radius: 8px !important;
}

.faq .faq-list a {
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700 !important;
}

.faq .faq-list .icon-help {
  color: var(--brand-teal) !important;
}

.faq .faq-list p {
  font-family: 'Cairo', sans-serif !important;
  color: #555 !important;
}

/* === Testimonials Section === */
.testimonials::before {
  background: rgba(23,50,77,0.80) !important;
}

.testimonials .testimonial-item h3 {
  font-family: 'Cairo', sans-serif !important;
}

.testimonials .testimonial-item p {
  font-family: 'Cairo', sans-serif !important;
  color: rgba(255,255,255,0.92) !important;
  font-style: normal !important;
}

.testimonials .testimonial-item .stars i {
  color: var(--brand-teal) !important;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--brand-teal) !important;
}

/* === Contact Section === */
.contact .contact-address i,
.contact .contact-phone i,
.contact .contact-email i {
  color: var(--brand-teal) !important;
}

.contact .contact-address h3,
.contact .contact-phone h3,
.contact .contact-email h3 {
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif !important;
}

.contact a {
  color: var(--brand-teal) !important;
}

/* === Footer === */
#footer {
  background: var(--brand-navy) !important;
  color: rgba(255,255,255,0.85) !important;
}

/* --- Footer logo --- */
.footer-logo-img {
  max-height: 60px;
  width: auto;
  display: block;
  margin-bottom: 16px;
}

/* --- Footer Top: animated, "living" premium background --- */
#footer .footer-top {
  position: relative;
  overflow: hidden;
  padding: 40px 0 !important;
  background: linear-gradient(120deg, #14293d 0%, #1c3f60 45%, #17324D 100%) !important;
  background-size: 220% 220%;
  animation: footerGradientShift 16s ease-in-out infinite;
  will-change: background-position;
}

#footer .footer-top::before,
#footer .footer-top::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

#footer .footer-top::before {
  width: 340px;
  height: 340px;
  background: var(--brand-teal);
  opacity: 0.20;
  top: -120px;
  left: -90px;
  animation: footerOrbFloat1 11s ease-in-out infinite;
  will-change: transform;
}

#footer .footer-top::after {
  width: 280px;
  height: 280px;
  background: #ffffff;
  opacity: 0.05;
  bottom: -100px;
  right: -70px;
  animation: footerOrbFloat2 14s ease-in-out infinite;
  will-change: transform;
}

#footer .footer-top > .container {
  position: relative;
  z-index: 1;
}

@keyframes footerGradientShift {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

@keyframes footerOrbFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(35px, 25px) scale(1.10); }
}

@keyframes footerOrbFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-30px, -18px) scale(1.12); }
}

#footer .footer-info h3 {
  font-family: 'Cairo', sans-serif !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin-bottom: 12px !important;
}

#footer .footer-info p {
  color: rgba(255,255,255,0.80) !important;
  font-family: 'Cairo', sans-serif !important;
  line-height: 1.9 !important;
  font-size: 14px !important;
}

#footer .footer-links h4,
#footer .footer-newsletter h4 {
  font-family: 'Cairo', sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: var(--brand-teal) !important;
  margin-bottom: 12px !important;
}

#footer .footer-links ul li a {
  color: rgba(255,255,255,0.80) !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 14px !important;
}

#footer .footer-links ul li a:hover {
  color: var(--brand-teal) !important;
}

#footer .footer-newsletter p {
  color: rgba(255,255,255,0.80) !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 14px !important;
}

#footer .copyright {
  background: rgba(0,0,0,0.2) !important;
  color: rgba(255,255,255,0.75) !important;
  font-family: 'Cairo', sans-serif !important;
  padding: 16px 0 !important;
  text-align: center !important;
}

#footer .copyright strong span {
  color: var(--brand-teal) !important;
}

#footer .social-links a {
  background: var(--brand-teal) !important;
  color: #fff !important;
  transition: transform 0.25s, background-color 0.25s, color 0.25s;
}

#footer .social-links a:hover {
  background: #fff !important;
  color: var(--brand-navy) !important;
  transform: translateY(-3px);
}

/* === Scrollbar === */
::-webkit-scrollbar-thumb {
  background-color: var(--brand-teal) !important;
}

/* === Links Global === */
a:hover {
  color: var(--brand-teal) !important;
}

/* === Recent Articles === */
.home-wrapper .entry .entry-title a {
  color: var(--brand-navy) !important;
}

.home-wrapper .entry .entry-title a:hover {
  color: var(--brand-teal) !important;
}

.home-wrapper .entry .entry-content .read-more a {
  background: var(--brand-teal) !important;
}

.home-wrapper .entry .entry-content .read-more a:hover {
  background: var(--brand-navy) !important;
}

/* === Page Header (Breadcrumb) === */
.page-header-holder {
  background-color: var(--brand-navy) !important;
  padding-top: calc(var(--site-header-height) + 20px) !important;
}

.page-header-holder .entry-title {
  color: #fff !important;
  font-family: 'Cairo', sans-serif !important;
}

@media (max-width: 768px) {
  .page-header-holder {
    padding-top: calc(var(--site-header-height-mobile) + 16px) !important;
  }
}

/* =============================================
   Floating WhatsApp Button
   ============================================= */
.floating-whatsapp {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: wa-pulse 2.5s infinite;
}

.floating-whatsapp a.wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  color: #fff !important;
  font-size: 28px;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s;
}

.floating-whatsapp a.wa-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 28px rgba(37,211,102,0.60);
  color: #fff !important;
}

.floating-whatsapp .wa-tooltip {
  background: var(--brand-navy);
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  direction: rtl;
}

.floating-whatsapp:hover .wa-tooltip {
  opacity: 1;
}

@keyframes wa-pulse {
  0%   { filter: drop-shadow(0 0 0 rgba(37,211,102,0)); }
  50%  { filter: drop-shadow(0 0 10px rgba(37,211,102,0.5)); }
  100% { filter: drop-shadow(0 0 0 rgba(37,211,102,0)); }
}

/* === Mobile adjustments === */
@media (max-width: 768px) {
  .Modern-Slider .text-content {
    width: 90% !important;
    margin-block-start: 40px !important;
  }

  .Modern-Slider .item h4 {
    font-size: 20px !important;
    letter-spacing: 0 !important;
  }

  .Modern-Slider .item p {
    font-size: 15px !important;
  }

  .faq .faq-list {
    padding: 0 10px !important;
  }

  .floating-whatsapp {
    bottom: 20px;
    left: 16px;
  }

  .floating-whatsapp a.wa-btn {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .process-section .process-card {
    margin-bottom: 20px;
  }
}

/* =============================================================
   Premium Home Redesign v1
   ============================================================= */

/* ---------- 1. Premium Hero ---------- */
.ph-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--brand-navy);
  padding-top: calc(var(--site-header-height) + 60px);
  padding-bottom: 90px;
}

.ph-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ph-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(30,155,138,0.20) 0%, rgba(30,155,138,0) 55%),
    linear-gradient(180deg, rgba(23,50,77,0.42) 0%, rgba(23,50,77,0.52) 30%, rgba(23,50,77,0.68) 100%);
}

.ph-hero-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.22;
  background: var(--brand-teal);
  pointer-events: none;
}

.ph-hero-shape-1 {
  width: 320px;
  height: 320px;
  top: -80px;
  left: -80px;
}

.ph-hero-shape-2 {
  width: 420px;
  height: 420px;
  bottom: -140px;
  right: -120px;
  background: #ffffff;
  opacity: 0.05;
}

.ph-hero-shape-3 {
  width: 220px;
  height: 220px;
  top: 40%;
  right: 8%;
  background: var(--brand-teal);
  opacity: 0.10;
}

.ph-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.ph-hero-content h1 {
  color: #fff !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 900 !important;
  font-size: 44px !important;
  line-height: 1.4 !important;
  letter-spacing: -0.2px;
  margin-bottom: 22px !important;
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}

.ph-hero-sub {
  color: rgba(255,255,255,0.92) !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 18px !important;
  line-height: 1.95 !important;
  max-width: 600px;
  margin: 0 auto 38px !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.30);
}

.ph-hero-ctas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 34px;
}

.ph-hero .ph-hero-ctas .btn-whatsapp-hero,
.ph-hero .ph-hero-ctas .filled-button {
  padding: 15px 34px !important;
  font-size: 16px !important;
}

.ph-btn-outline-light.filled-button {
  background-color: transparent !important;
  border: 2px solid rgba(255,255,255,0.65) !important;
  color: #fff !important;
}

.ph-btn-outline-light.filled-button:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--brand-navy) !important;
}

.ph-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ph-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.10);
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 999px;
}

.ph-badge i {
  color: var(--brand-teal);
  font-size: 14px;
}

/* ---------- 2. Premium Trust Bar ---------- */
.ph-trustbar {
  background-color: var(--brand-offwhite) !important;
  padding: 40px 0 !important;
}

.ph-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.ph-trust-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 22px rgba(23,50,77,0.05);
  padding: 28px 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: transform 0.25s, box-shadow 0.25s;
}

@media (min-width: 992px) {
  .ph-trust-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(23,50,77,0.10);
  }
}

.ph-trust-card i {
  font-size: 30px;
  color: var(--brand-teal);
}

.ph-trust-card span {
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-navy);
}

/* ---------- 3. About / Brand Promise ---------- */
.ph-promise {
  background-color: #ffffff !important;
  padding: 70px 0 !important;
}

.ph-promise-text {
  font-family: 'Cairo', sans-serif !important;
  color: #555 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.ph-promise-card {
  background: var(--brand-offwhite);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 6px 28px rgba(23,50,77,0.08);
}

.ph-promise-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 22px;
  display: block;
  box-shadow: 0 6px 18px rgba(23,50,77,0.12);
}

.ph-value-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ph-value-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--brand-soft);
}

.ph-value-list li:last-child {
  border-bottom: none;
}

.ph-value-list li i {
  color: var(--brand-teal);
  font-size: 22px;
  margin-top: 2px;
}

.ph-value-list li div {
  display: flex;
  flex-direction: column;
}

.ph-value-list li strong {
  font-family: 'Cairo', sans-serif;
  color: var(--brand-navy);
  font-size: 16px;
}

.ph-value-list li span {
  font-family: 'Cairo', sans-serif;
  color: #666;
  font-size: 13px;
}

/* ---------- 4. Services Premium Cards ---------- */
.ph-services {
  background-color: var(--brand-offwhite) !important;
  padding: 70px 0 !important;
}

.ph-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ph-service-card {
  background: #fff;
  border: 1px solid rgba(217,230,226,0.70);
  border-radius: 22px;
  padding: 34px 28px;
  text-align: right;
  box-shadow: 0 2px 16px rgba(23,50,77,0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}

.ph-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(23,50,77,0.10);
}

.ph-service-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--brand-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.ph-service-card i {
  font-size: 24px;
  color: var(--brand-teal);
}

.ph-service-card h3 {
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

.ph-service-card p {
  color: #555 !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 14px !important;
}

.ph-service-cta {
  color: var(--brand-teal) !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 1px solid var(--brand-teal);
  padding-bottom: 2px;
}

.ph-service-cta:hover {
  color: var(--brand-navy) !important;
  border-color: var(--brand-navy);
}

/* ---------- 5. Process (Timeline) ---------- */
.ph-process {
  position: relative;
  background:
    linear-gradient(180deg, rgba(23,50,77,0.80) 0%, rgba(23,50,77,0.86) 100%),
    url('../imgs/s4.webp') center/cover no-repeat !important;
  background-attachment: scroll;
}

/* Subtle parallax "reactivity" on scroll — desktop only, avoids mobile Safari bugs */
@media (min-width: 992px) {
  .ph-process {
    background-attachment: fixed;
  }
}

.ph-process .section-title h2,
.ph-process .section-title p {
  color: #fff !important;
}

.ph-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.ph-process-line {
  position: absolute;
  top: 26px;
  right: 14%;
  left: 14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35) 15%, rgba(255,255,255,0.35) 85%, transparent);
  z-index: 0;
}

.ph-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 8px;
}

.ph-process-step .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--brand-teal);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 18px;
  font-family: 'Cairo', sans-serif;
  border: 3px solid rgba(255,255,255,0.30);
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}

.ph-process-step h5 {
  color: #fff !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

.ph-process-step p {
  font-family: 'Cairo', sans-serif !important;
  font-size: 13px !important;
  color: rgba(255,255,255,0.80) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* ---------- 6. Areas ---------- */
.ph-areas {
  background-color: var(--brand-offwhite) !important;
  padding: 70px 0 !important;
}

.ph-chip-group {
  background: #fff;
  border-radius: 20px;
  padding: 26px 28px;
  margin-bottom: 20px;
  box-shadow: 0 2px 16px rgba(23,50,77,0.05);
}

.ph-chip-group h4 {
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  margin-bottom: 16px !important;
}

.ph-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ph-chip {
  display: inline-block;
  background: var(--brand-offwhite);
  border: 1px solid transparent;
  color: var(--brand-navy);
  font-family: 'Cairo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

@media (min-width: 992px) {
  .ph-chip:hover {
    background: var(--brand-teal);
    color: #fff;
  }
}

.ph-areas-cta {
  margin-top: 26px;
}

/* ---------- 7. FAQ Premium tweaks ---------- */
.ph-faq {
  background-color: #ffffff !important;
}

.ph-faq .faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.ph-faq .faq-list li {
  background: var(--brand-offwhite) !important;
  border-right: 3px solid var(--brand-teal) !important;
  border-radius: 18px !important;
  margin-bottom: 16px !important;
  padding: 8px 20px !important;
  box-shadow: 0 2px 12px rgba(23,50,77,0.04) !important;
}

/* ---------- 8. Final CTA ---------- */
.ph-final-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(30,155,138,0.22) 0%, rgba(30,155,138,0) 55%),
    radial-gradient(circle at 88% 85%, rgba(30,155,138,0.14) 0%, rgba(30,155,138,0) 50%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,0.035) 0, rgba(255,255,255,0.035) 1px, transparent 1px, transparent 26px),
    var(--brand-navy) !important;
  padding: 80px 0 !important;
}

.ph-final-cta h2 {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 900 !important;
  font-size: 32px !important;
  margin-bottom: 16px !important;
}

.ph-final-cta p {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,0.85) !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 16px !important;
  max-width: 560px;
  margin: 0 auto 32px !important;
}

.ph-final-cta .ph-hero-ctas {
  position: relative;
  z-index: 1;
}

.ph-final-cta .ph-hero-ctas .btn-whatsapp-hero,
.ph-final-cta .ph-hero-ctas .filled-button {
  padding: 16px 38px !important;
  font-size: 17px !important;
}

/* ---------- Premium Home — Tablet ---------- */
@media (max-width: 991px) {
  .ph-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- Premium Home — Mobile ---------- */
@media (max-width: 768px) {
  .ph-hero {
    min-height: auto;
    padding-top: calc(var(--site-header-height-mobile) + 30px);
    padding-bottom: 50px;
  }

  .ph-hero-content h1 {
    font-size: 28px !important;
  }

  .ph-hero-sub {
    font-size: 15px !important;
  }

  .ph-hero-ctas .btn-whatsapp-hero,
  .ph-hero-ctas .filled-button {
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }

  .ph-hero-ctas {
    flex-direction: column;
  }

  .ph-badge {
    font-size: 12px;
    padding: 7px 12px;
  }

  .ph-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ph-services-grid {
    grid-template-columns: 1fr;
  }

  .ph-process-track {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ph-process-line {
    display: none;
  }

  .ph-process-step {
    background: var(--brand-offwhite);
    border-radius: 18px;
    padding: 26px 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.18);
  }

  .ph-process-step h5 {
    color: var(--brand-navy) !important;
  }

  .ph-process-step p {
    color: #666 !important;
  }

  .ph-final-cta {
    padding-bottom: 110px !important;
  }

  .ph-final-cta .ph-hero-ctas .btn-whatsapp-hero,
  .ph-final-cta .ph-hero-ctas .filled-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ph-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ph-hero-content h1 {
    font-size: 24px !important;
  }

  /* Header logo — extra breathing room on very small screens (tagline inside logo) */
  .navbar-brand {
    height: 56px !important;
  }

  .navbar-brand img.brand-logo-img {
    max-height: 38px;
  }
}

/* =============================================================
   Floating Contact Buttons (footer-contact-btns) — Brand + Conversion
   ============================================================= */
.footer-contact-btns {
  gap: 16px;
}

.footer-contact-btns a {
  background: #fff !important;
  border: none !important;
  box-shadow: 0 6px 20px rgba(23,50,77,0.20);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.footer-contact-btns .btn-whatsapp a {
  color: #25D366 !important;
  font-size: 24px;
}

.footer-contact-btns .btn-phone a {
  color: var(--brand-teal) !important;
  font-size: 22px;
}

.footer-contact-btns a:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 12px 28px rgba(23,50,77,0.30);
}

.footer-contact-btns .btn-whatsapp:hover a {
  background-color: #25D366 !important;
  color: #fff !important;
}

.footer-contact-btns .btn-phone:hover a {
  background-color: var(--brand-navy) !important;
  color: #fff !important;
}

.footer-contact-btns a:active {
  transform: scale(0.94);
}

.footer-contact-btns .btn-phone span,
.footer-contact-btns .btn-whatsapp span {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  background: var(--brand-navy) !important;
  color: #fff !important;
  border-radius: 8px !important;
}

/* Conversion nudge — a calm pulsing ring draws the eye to WhatsApp,
   the primary contact channel, without needing hover or a tap */
.footer-contact-btns .btn-whatsapp a::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid #25D366;
  opacity: 0.55;
  animation: footerWaPulse 2.4s ease-out infinite;
  pointer-events: none;
  will-change: transform, opacity;
}

@keyframes footerWaPulse {
  0%   { transform: scale(1); opacity: 0.55; }
  100% { transform: scale(1.55); opacity: 0; }
}

@media (max-width: 768px) {
  .footer-contact-btns {
    padding: 16px !important;
  }

  .footer-contact-btns a {
    width: 52px !important;
    height: 52px !important;
  }

  .footer-contact-btns .btn-whatsapp a {
    font-size: 22px;
  }

  .footer-contact-btns .btn-phone a {
    font-size: 20px;
  }
}

/* =============================================================
   Home-only: de-emphasize the generic testimonials block
   (lives in footer.php, shared by every page — scoped here so
   only the home page is affected, per this task's constraints)
   ============================================================= */
body.page-template-home-template .testimonials {
  padding: 44px 0 !important;
}

body.page-template-home-template .testimonials::before {
  background: rgba(23,50,77,0.55) !important;
}

body.page-template-home-template .testimonials .section-title,
body.page-template-home-template .testimonials .testimonial-item h3 {
  font-size: 15px !important;
}

body.page-template-home-template .testimonial-img {
  width: 42px !important;
  height: 42px !important;
  opacity: 0.85;
}

body.page-template-home-template .testimonials .testimonial-item p {
  font-size: 13px !important;
  opacity: 0.85;
}

/* =============================================================
   Reduced Motion — respect user preference, disable AOS motion
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .ph-service-card,
  .ph-trust-card,
  .btn-whatsapp-hero,
  a.filled-button,
  a.btn-learn-more,
  .ph-chip {
    transition: none !important;
  }

  .ph-service-card:hover,
  .ph-trust-card:hover,
  .btn-whatsapp-hero:hover,
  a.filled-button:hover,
  a.btn-learn-more:hover {
    transform: none !important;
  }

  #footer .footer-top,
  #footer .footer-top::before,
  #footer .footer-top::after {
    animation: none !important;
  }

  #footer .social-links a {
    transition: none !important;
  }

  #footer .social-links a:hover {
    transform: none !important;
  }

  .footer-contact-btns a {
    transition: none !important;
  }

  .footer-contact-btns a:hover,
  .footer-contact-btns a:active {
    transform: none !important;
  }

  .footer-contact-btns .btn-whatsapp a::before {
    animation: none !important;
    opacity: 0 !important;
  }
}

/* =============================================================
   Premium About Section & Page
   ============================================================= */

/* --- Home About Section: wider spacing, decorative shape, small CTA --- */
.ph-promise {
  position: relative;
  overflow: hidden;
  padding: 90px 0 !important;
}

.ph-promise-shape {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: var(--brand-teal);
  opacity: 0.08;
  filter: blur(70px);
  top: -100px;
  left: -120px;
  pointer-events: none;
}

.ph-promise-cta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.ph-promise-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-teal);
  color: #fff !important;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: transform 0.25s, background-color 0.25s;
}

.ph-promise-cta-primary:hover {
  background: var(--brand-navy);
  transform: translateY(-2px);
}

.ph-promise-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  border-bottom: 1px solid var(--brand-navy);
  padding-bottom: 2px;
  transition: color 0.25s, border-color 0.25s;
}

.ph-promise-cta-secondary:hover {
  color: var(--brand-teal) !important;
  border-color: var(--brand-teal);
}

/* --- About Page Hero: real background photo + gentle overlay --- */
.about-hero-holder {
  position: relative;
  overflow: hidden;
  background: var(--brand-navy) !important;
  padding-top: calc(var(--site-header-height) + 40px) !important;
  padding-bottom: 70px !important;
  text-align: center;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 15%, rgba(30,155,138,0.25) 0%, rgba(30,155,138,0) 55%),
    linear-gradient(180deg, rgba(23,50,77,0.55) 0%, rgba(23,50,77,0.65) 55%, rgba(23,50,77,0.78) 100%);
}

.about-hero-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.18;
  background: var(--brand-teal);
  pointer-events: none;
}

.about-hero-shape-1 {
  width: 260px;
  height: 260px;
  top: -70px;
  right: -60px;
}

.about-hero-shape-2 {
  width: 320px;
  height: 320px;
  bottom: -120px;
  left: -100px;
  background: #ffffff;
  opacity: 0.06;
}

.about-hero-content {
  position: relative;
  z-index: 1;
}

.about-hero-title {
  color: #fff !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 900 !important;
  font-size: 40px !important;
  margin-bottom: 14px !important;
  text-shadow: 0 2px 14px rgba(0,0,0,0.35);
}

.about-hero-subtitle {
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.30);
}

.about-hero-intro {
  color: rgba(255,255,255,0.88);
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .about-hero-holder {
    padding-top: calc(var(--site-header-height-mobile) + 24px) !important;
    padding-bottom: 50px !important;
  }

  .about-hero-title {
    font-size: 30px !important;
  }
}

/* --- Brand Story --- */
.about-story {
  background: #fff;
  padding: 70px 0;
}

.about-story-inner {
  max-width: 820px;
}

.about-story-text {
  color: #555;
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  text-align: right;
  direction: rtl;
}

.about-story-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(23,50,77,0.14);
}

.about-story-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.about-story-caption {
  position: absolute;
  bottom: 16px;
  right: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(23,50,77,0.85);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 12px;
}

.about-story-caption i {
  color: var(--brand-teal);
}

@media (max-width: 768px) {
  .about-story-img {
    height: 220px;
  }
}

/* --- Values (reuses .ph-service-card / .ph-service-icon for consistency) --- */
.about-values {
  position: relative;
  overflow: hidden;
  background: var(--brand-offwhite);
  padding: 70px 0;
  text-align: right;
  direction: rtl;
}

.about-values-accent {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--brand-teal);
  opacity: 0.07;
  filter: blur(60px);
  top: -80px;
  left: -80px;
  pointer-events: none;
}

@media (min-width: 769px) {
  .about-values-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
    margin: 0 auto;
  }
}

/* --- How We Work (About page) --- */
.about-steps {
  background: #fff;
  padding: 70px 0;
  text-align: right;
  direction: rtl;
}

.about-steps-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.about-steps-line {
  position: absolute;
  inset: 0;
  border: 1px dashed var(--brand-soft);
  border-radius: 24px;
  margin: 24px;
  pointer-events: none;
  z-index: 0;
}

.about-step {
  position: relative;
  z-index: 1;
  text-align: center;
  background: var(--brand-offwhite);
  border-radius: 20px;
  padding: 28px 18px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.about-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(23,50,77,0.08);
}

.about-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand-teal);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 14px;
  font-family: 'Cairo', sans-serif;
  box-shadow: 0 4px 14px rgba(30,155,138,0.25);
}

.about-step h5 {
  color: var(--brand-navy) !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}

/* --- Process visual panel (CSS-only "moving boxes" motif) --- */
.about-process-visual {
  position: relative;
  height: 280px;
  margin: 20px auto 0;
  max-width: 320px;
}

.about-box {
  position: absolute;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(23,50,77,0.12);
}

.about-box-1 {
  width: 170px;
  height: 130px;
  background: var(--brand-navy);
  top: 30px;
  right: 20px;
  transform: rotate(-6deg);
}

.about-box-2 {
  width: 150px;
  height: 110px;
  background: var(--brand-teal);
  bottom: 20px;
  left: 10px;
  transform: rotate(8deg);
  opacity: 0.92;
}

.about-box-3 {
  width: 110px;
  height: 90px;
  background: #ffffff;
  border: 1px solid var(--brand-soft);
  bottom: 60px;
  right: 60px;
  transform: rotate(-3deg);
}

.about-process-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  background: var(--brand-navy);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(23,50,77,0.25);
}

@media (max-width: 991px) {
  .about-steps-track {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .about-steps-track {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-steps-line {
    display: none;
  }

  .about-process-visual {
    height: 220px;
    max-width: 260px;
  }
}

/* --- Service Promise checklist --- */
.about-promise-section {
  background: var(--brand-offwhite);
  padding: 70px 0;
}

.about-promise-inner {
  max-width: 640px;
}

.about-promise-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  direction: rtl;
}

.about-promise-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px rgba(23,50,77,0.05);
  font-family: 'Cairo', sans-serif;
  color: #444;
  font-size: 15px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.about-promise-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(23,50,77,0.10);
}

.about-promise-list li i {
  color: var(--brand-teal);
  font-size: 18px;
  margin-top: 2px;
}

.about-promise-panel {
  background: linear-gradient(150deg, var(--brand-navy) 0%, #1c3f60 100%);
  border-radius: 24px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(23,50,77,0.20);
}

.about-promise-panel i {
  font-size: 40px;
  color: var(--brand-teal);
  margin-bottom: 14px;
  display: inline-block;
}

.about-promise-panel h4 {
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.about-promise-panel p {
  color: rgba(255,255,255,0.80);
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* --- Areas Mini (reuses .ph-areas / .ph-chip / .ph-chips) --- */
.about-areas-mini {
  padding: 60px 0 !important;
}

.about-area-block h4 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-area-block h4 i {
  color: var(--brand-teal);
  font-size: 16px;
}

.about-area-block {
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .about-step,
  .about-promise-list li,
  .ph-promise-cta-primary,
  .ph-promise-cta-secondary {
    transition: none !important;
  }

  .about-step:hover,
  .about-promise-list li:hover,
  .ph-promise-cta-primary:hover {
    transform: none !important;
  }
}

/* =============================================================
   Premium Area Pages System
   Reusable design system for city/area landing pages.
   Content is authored in the WP editor using these classes —
   see area-page-template.php + area-content-samples/.
   ============================================================= */

.premium-area-page {
  overflow-x: hidden;
}

.premium-area-content > *:first-child {
  margin-top: 0;
}

/* --- 1. Hero --- */
.area-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(30,155,138,0.28) 0%, rgba(30,155,138,0) 55%),
    linear-gradient(135deg, var(--brand-navy) 0%, #1c3f60 60%, var(--brand-navy) 100%);
  padding: calc(var(--site-header-height) + 50px) 24px 70px;
  text-align: center;
}

.area-hero::before,
.area-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.area-hero::before {
  width: 280px;
  height: 280px;
  background: var(--brand-teal);
  opacity: 0.20;
  top: -80px;
  left: -80px;
}

.area-hero::after {
  width: 320px;
  height: 320px;
  background: #ffffff;
  opacity: 0.05;
  bottom: -100px;
  right: -90px;
}

.area-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.area-hero h1 {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 900 !important;
  font-size: 40px !important;
  line-height: 1.4 !important;
  max-width: 780px;
  margin: 0 auto 18px !important;
  text-shadow: 0 2px 14px rgba(0,0,0,0.30);
}

.area-hero p {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,0.90) !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
  max-width: 620px;
  margin: 0 auto 30px !important;
}

.area-hero .ph-badges {
  position: relative;
  z-index: 1;
}

.area-hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.area-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 30px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: transform 0.25s, box-shadow 0.25s, background-color 0.25s;
}

.area-btn-whatsapp {
  background: #25D366;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(37,211,102,0.30);
}

.area-btn-whatsapp:hover {
  background: #1da851;
  transform: translateY(-2px);
  color: #fff !important;
}

.area-btn-call {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.60);
}

.area-btn-call:hover {
  background: #fff;
  color: var(--brand-navy) !important;
  border-color: #fff;
  transform: translateY(-2px);
}

/* --- 2. Generic Sections --- */
.area-section {
  padding: 70px 24px;
  background: #fff;
  text-align: right;
  direction: rtl;
}

.area-section-soft {
  background: var(--brand-offwhite);
}

.area-section-navy {
  background: var(--brand-navy);
}

.area-section-navy .area-section-title,
.area-section-navy .area-section-intro {
  color: #fff !important;
}

.area-section-title {
  color: var(--brand-navy);
  font-family: 'Cairo', sans-serif;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 14px;
  text-align: center;
}

.area-section-intro {
  color: #555;
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

/* --- 3. Grids & Cards --- */
.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.area-challenge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.area-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.area-card {
  background: #fff;
  border: 1px solid rgba(217,230,226,0.70);
  border-radius: 22px;
  padding: 30px 24px;
  box-shadow: 0 2px 16px rgba(23,50,77,0.05);
  transition: transform 0.25s, box-shadow 0.25s;
  height: 100%;
}

.area-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(23,50,77,0.10);
}

.area-card h3 {
  color: var(--brand-navy);
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.area-card p {
  color: #555;
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.area-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--brand-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.area-icon i {
  font-size: 24px;
  color: var(--brand-teal);
}

/* --- 4. Pricing Box --- */
.area-pricing-box {
  max-width: 760px;
  margin: 0 auto;
  background: var(--brand-offwhite);
  border-radius: 24px;
  padding: 34px 30px;
  box-shadow: 0 4px 24px rgba(23,50,77,0.06);
}

.area-pricing-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.area-pricing-box li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Cairo', sans-serif;
  color: #444;
  font-size: 15px;
  padding: 12px 0;
  border-bottom: 1px solid var(--brand-soft);
}

.area-pricing-box li:last-child {
  border-bottom: none;
}

.area-pricing-box li::before {
  content: '\2713';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--brand-teal);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  flex-shrink: 0;
}

/* --- 5. Process --- */
.area-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.area-process-step {
  text-align: center;
  background: var(--brand-offwhite);
  border-radius: 20px;
  padding: 28px 18px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.area-process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(23,50,77,0.08);
}

.area-process-step .area-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--brand-teal);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 14px;
  font-family: 'Cairo', sans-serif;
  box-shadow: 0 4px 14px rgba(30,155,138,0.25);
}

.area-process-step h4 {
  color: var(--brand-navy);
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}

/* --- 6. Nearby Chips --- */
.area-nearby-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 820px;
  margin: 0 auto;
}

.area-chip {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--brand-soft);
  color: var(--brand-navy);
  font-family: 'Cairo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

@media (min-width: 992px) {
  .area-chip:hover {
    background: var(--brand-teal);
    border-color: var(--brand-teal);
    color: #fff;
  }
}

/* --- 7. FAQ (native <details>/<summary> — no JS needed) --- */
.area-faq {
  max-width: 820px;
  margin: 0 auto;
}

.area-faq-item {
  background: var(--brand-offwhite);
  border-radius: 18px;
  padding: 18px 22px;
  margin-bottom: 14px;
  box-shadow: 0 2px 12px rgba(23,50,77,0.04);
}

.area-faq-item summary {
  cursor: pointer;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: var(--brand-navy);
  font-size: 16px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.area-faq-item summary::-webkit-details-marker {
  display: none;
}

.area-faq-item summary::after {
  content: '+';
  color: var(--brand-teal);
  font-size: 22px;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.25s;
}

.area-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.area-faq-item p {
  color: #555;
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin: 14px 0 0;
}

/* --- 8. Final CTA --- */
.area-final-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(30,155,138,0.22) 0%, rgba(30,155,138,0) 55%),
    var(--brand-navy);
  padding: 80px 24px;
  text-align: center;
}

.area-final-cta h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 14px;
}

.area-final-cta p {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,0.85);
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto 28px;
}

.area-final-cta .area-hero-actions {
  margin-bottom: 0;
}

/* --- Mobile / Tablet --- */
@media (max-width: 991px) {
  .area-challenge-grid,
  .area-services-grid,
  .area-process {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .area-hero {
    padding: calc(var(--site-header-height-mobile) + 24px) 20px 50px;
  }

  .area-final-cta {
    padding: 50px 20px 120px;
  }

  .area-hero h1 {
    font-size: 28px !important;
  }

  .area-hero p {
    font-size: 15px !important;
  }

  .area-hero-actions .area-btn,
  .area-final-cta .area-btn {
    width: 100%;
    justify-content: center;
  }

  .area-hero-actions,
  .area-final-cta .area-hero-actions {
    flex-direction: column;
  }

  .area-challenge-grid,
  .area-services-grid,
  .area-process,
  .area-grid {
    grid-template-columns: 1fr;
  }

  .area-section {
    padding: 50px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .area-card,
  .area-process-step,
  .area-chip,
  .area-btn {
    transition: none !important;
  }

  .area-card:hover,
  .area-process-step:hover,
  .area-btn:hover {
    transform: none !important;
  }
}
