﻿/*
Theme Name: Physio Enterprise Elementor V3 V3
Theme URI: https://example.com/physio-enterprise-elementor
Author: Codex
Author URI: https://example.com
Description: Premium Elementor-compatible physiotherapy and corporate healthcare WordPress theme with seeded Home, About Us, Services, and Contact Us pages.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: physio-enterprise-elementor
Tags: custom-logo, custom-menu, featured-images, full-width-template, elementor, healthcare, business
*/

:root {
  --pe-navy: #0B2341;
  --pe-teal: #138A8A;
  --pe-green: #2F8F83;
  --pe-bg: #F7F9FB;
  --pe-white: #FFFFFF;
  --pe-text: #1A1F2C;
  --pe-border: #E6ECF2;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--pe-text);
  background: var(--pe-bg);
}

a {
  color: var(--pe-teal);
}

.site-header,
.site-footer {
  background: var(--pe-navy);
  color: var(--pe-white);
}

.site-header {
  padding: 18px 32px;
}

.site-header__inner,
.site-footer__inner,
.site-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-branding a {
  color: var(--pe-white);
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}

.primary-menu {
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu a {
  color: rgba(255,255,255,.86);
  text-decoration: none;
  font-weight: 500;
}

.site-main {
  padding: 56px 0;
}

.site-footer {
  padding: 40px 32px;
}

.site-footer p {
  margin: 0;
  color: rgba(255,255,255,.78);
}

.elementor-section-wrap,
.physio-enterprise-page {
  font-family: "Poppins", Arial, sans-serif;
}

.pe-premium-card,
.pe-premium-card .elementor-widget-container {
  transition: transform .24s ease, box-shadow .24s ease;
}

.pe-premium-card:hover {
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .site-header__inner,
  .primary-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}


.pee-fallback { background: var(--pe-bg); }
.pee-fallback__hero, .pee-fallback__cta { background: radial-gradient(circle at top right, rgba(19,138,138,.32), transparent 34%), linear-gradient(135deg, #0B2341 0%, #102B4E 100%); color: var(--pe-white); border-radius: 28px; padding: 86px 54px; margin-bottom: 34px; overflow: hidden; }
.pee-fallback__eyebrow { color: #77E0D2; font-size: 13px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; margin: 0 0 16px; }
.pee-fallback h1 { max-width: 780px; margin: 0 0 20px; color: var(--pe-white); font-size: clamp(38px, 6vw, 72px); line-height: 1.02; letter-spacing: -.04em; }
.pee-fallback h2 { margin: 0 0 14px; color: var(--pe-navy); font-size: clamp(30px, 4vw, 46px); letter-spacing: -.03em; }
.pee-fallback__hero p, .pee-fallback__cta p { max-width: 720px; margin: 0 0 28px; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.7; }
.pee-fallback__button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.pee-fallback__button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 24px; border-radius: 999px; background: var(--pe-teal); color: var(--pe-white); text-decoration: none; font-weight: 700; }
.pee-fallback__button--light { background: var(--pe-white); color: var(--pe-navy); }
.pee-fallback__section { padding: 74px 0; }
.pee-fallback__section > p { max-width: 720px; color: #4B5565; font-size: 17px; line-height: 1.75; }
.pee-fallback__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
.pee-fallback__grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pee-fallback__card { min-height: 180px; padding: 28px; border: 1px solid var(--pe-border); border-radius: 20px; background: var(--pe-white); box-shadow: 0 24px 70px rgba(11,35,65,.08); }
.pee-fallback__card h3 { margin: 0 0 10px; color: var(--pe-navy); font-size: 20px; }
.pee-fallback__card p { margin: 0; color: #4B5565; line-height: 1.65; }
.pee-fallback__stat { text-align: center; }
.pee-fallback__stat strong { display: block; color: var(--pe-teal); font-size: 42px; line-height: 1; }
.pee-fallback__cta { text-align: center; margin-top: 52px; }
.pee-fallback__cta p { margin-left: auto; margin-right: auto; }
.pee-fallback__cta .pee-fallback__button-row { justify-content: center; }
@media (max-width: 768px) { .pee-fallback__hero, .pee-fallback__cta { padding: 54px 24px; border-radius: 20px; } .pee-fallback__grid, .pee-fallback__grid--four { grid-template-columns: 1fr; } }


