/*
Theme Name: Free Bird Home Care — Exact Design
Theme URI: https://freebird-homecare.com/
Author: Internet Solutions
Description: WordPress conversion of the supplied Free Bird Home Care HTML design.
Version: 1.0.0
Text Domain: freebird-homecare
*/

:root {
  --primary: #24348A;
  --primary-dark: #17245F;
  --primary-soft: #EEF0FF;
  --accent: #4CBF45;
  --cream: #F7FAF7;
  --ink: #17204D;
  --muted: #68718A;
  --white: #fff;
  --line: #DCEBED;
  --shadow: 0 24px 70px rgba(15, 63, 74, .11);
  --radius: 28px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: "Cairo", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.75
}

a {
  text-decoration: none;
  color: inherit
}

button {
  font: inherit
}

img {
  max-width: 100%;
  display: block
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: auto
}

.topbar {
  background: var(--primary-dark);
  color: #dff2f3;
  font-size: 12px
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 0
}

.top-links {
  display: flex;
  gap: 10px
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220, 235, 237, .7)
}

.nav {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 28px
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 205px
}

.brand-logo {
  width: 195px;
  height: auto;
  display: block;
  object-fit: contain
}

.brand strong {
  display: block;
  font-size: 17px;
  line-height: 1.2
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 2px
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--primary);
  position: relative;
  display: block;
  box-shadow: 0 9px 25px rgba(23, 107, 135, .22)
}

.wing {
  position: absolute;
  width: 24px;
  height: 13px;
  border-radius: 100% 0 100% 0;
  border: 3px solid #fff;
  border-left: 0;
  transform: rotate(-25deg);
  right: 7px;
  top: 13px
}

.bird-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  right: 8px;
  top: 9px
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex: 1
}

.nav-links a {
  font-size: 13px;
  color: #526D76;
  position: relative
}

.nav-links a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: .25s
}

.nav-links a:hover:after,
.nav-links a.active:after {
  width: 100%
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px
}

.icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--primary-soft);
  display: grid;
  place-items: center;
  color: var(--primary);
  font-size: 18px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 0;
  border-radius: 999px;
  padding: 14px 23px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: .25s;
  white-space: nowrap
}

.btn:hover {
  transform: translateY(-2px)
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 13px 28px rgba(23, 107, 135, .2)
}

.btn-primary:hover {
  background: var(--primary-dark)
}

.btn-small {
  padding: 11px 18px
}

.btn-ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff
}

.btn-light {
  background: #fff;
  color: var(--primary)
}

.btn-dark {
  background: #083B4B;
  color: #fff
}

.btn-outline {
  border: 1px solid var(--line);
  background: #fff
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 25px;
  color: var(--ink)
}

.section {
  padding: 105px 0
}

.brand-banner {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
  color: #fff;
  position: relative;
  overflow: hidden
}

.brand-banner:before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  left: -80px;
  top: -150px
}

.brand-banner:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(76, 191, 69, .12);
  border-radius: 50%;
  right: 18%;
  top: -110px
}

.brand-banner-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  position: relative;
  z-index: 1
}

.banner-copy {
  display: flex;
  align-items: center;
  gap: 15px
}

.banner-kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: #a9b8ff
}

.banner-copy strong {
  font-size: 16px
}

.banner-copy>span:last-child {
  font-size: 10px;
  color: #dce3ff
}

.banner-cta {
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(76, 191, 69, .2)
}

.banner-cta span {
  margin-right: 8px
}

.hero {
  min-height: 700px;
  background: linear-gradient(135deg, #fbfcff 0%, #f0f5ff 58%, #f4fbf3 100%);
  overflow: hidden;
  position: relative;
  padding: 82px 0 92px
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px;
  direction: ltr
}

.hero-copy {
  direction: rtl;
  position: relative;
  z-index: 2
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 17px
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--accent);
  display: block
}

.eyebrow.light {
  color: #dff4f0
}

.hero h1 {
  font-size: clamp(42px, 5.2vw, 70px);
  line-height: 1.16;
  letter-spacing: -1.5px;
  margin: 0 0 22px;
  font-weight: 800
}

.hero h1 em,
.section-heading h2 em,
.why-copy h2 em,
.elderly-content h2 em,
.clinical-copy h2 em,
.areas-copy h2 em,
.faq-intro h2 em,
.contact-copy h2 em {
  font-style: normal;
  color: var(--primary)
}

.lead {
  font-size: 17px;
  color: #5E777F;
  max-width: 570px;
  margin: 0 0 28px
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 31px
}

.hero-trust strong {
  display: block;
  font-size: 12px
}

.hero-trust small {
  display: block;
  color: var(--muted);
  font-size: 10px
}

.avatar-stack {
  display: flex;
  direction: ltr
}

.avatar-stack span {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #d8ece8;
  border: 3px solid #f5fbfa;
  display: grid;
  place-items: center;
  font-size: 10px;
  color: var(--primary);
  margin-left: -8px
}

.hero-visual {
  direction: rtl;
  position: relative
}

.photo-card {
  position: relative;
  width: min(550px, 95%);
  height: 600px;
  margin: auto;
  border-radius: 90px 60px 150px 60px;
  overflow: hidden;
  transform: rotate(1deg)
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.photo-gradient {
  border: 7px solid #fff;
}

.photo-gradient::before {
  display: none !important;
}

.photo-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 62, 74, 0) 40%, rgba(10, 62, 74, .55) 100%)
}

.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
  padding: 13px 16px;
  border-radius: 18px;
  display: flex;
  gap: 11px;
  align-items: center;
  box-shadow: 0 16px 35px rgba(11, 70, 89, .15);
  font-size: 11px
}

.floating-card strong {
  display: block
}

.floating-card small {
  display: block;
  color: var(--muted);
  font-size: 9px
}

.floating-card-top {
  right: -25px;
  top: 65px
}

.floating-card-bottom {
  left: -25px;
  bottom: 74px
}

.check,
.pulse {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--primary-soft);
  color: var(--primary);
  display: grid;
  place-items: center;
  font-weight: 800
}

.pulse {
  background: #eef7f1;
  color: #5b9d88
}

.experience-pill {
  position: absolute;
  bottom: 26px;
  right: 20px;
  background: var(--primary-dark);
  color: #fff;
  border-radius: 20px;
  padding: 12px 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 16px 35px rgba(8, 59, 75, .2)
}

.experience-pill span {
  font-size: 20px;
  font-weight: 800
}

.experience-pill small {
  font-size: 9px;
  color: #b9d8dd
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: .6
}

.orb-one {
  width: 350px;
  height: 350px;
  background: #d8f0ea;
  left: -120px;
  bottom: -170px
}

.orb-two {
  width: 230px;
  height: 230px;
  background: #d8eaf0;
  right: 35%;
  top: -130px
}

.service-ribbon {
  background: #fff;
  border-bottom: 1px solid var(--line)
}

.ribbon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 0
}

.ribbon-grid>div {
  padding: 4px 28px;
  border-left: 1px solid var(--line)
}

.ribbon-grid>div:first-child {
  border-left: 0
}

.ribbon-grid span {
  display: block;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800
}

.ribbon-grid strong {
  display: block;
  font-size: 13px
}

.ribbon-grid small {
  color: var(--muted);
  font-size: 9px
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 45px
}

.section-heading h2,
.why-copy h2,
.clinical-copy h2,
.areas-copy h2 {
  font-size: 42px;
  line-height: 1.25;
  margin: 0;
  font-weight: 800;
  letter-spacing: -1px
}

.section-heading>p {
  max-width: 420px;
  color: var(--muted);
  font-size: 14px;
  margin: 0
}

.section-heading.center {
  display: block;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 55px
}

.section-heading.center .eyebrow {
  justify-content: center
}

.section-heading.center p {
  margin: 13px auto 0
}

.services {
  background: #fff
}

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

.service-card {
  border: 1px solid var(--line);
  border-radius: 25px;
  padding: 27px;
  min-height: 260px;
  position: relative;
  overflow: hidden;
  transition: .3s;
  background: #fff
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
  border-color: #c9e0e2
}

.service-card.featured {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary)
}

.service-card.featured p {
  color: #d2e9ec
}

.service-number {
  position: absolute;
  left: 23px;
  top: 22px;
  font-size: 10px;
  color: var(--muted);
  font-weight: 800
}

.featured .service-number {
  color: #9ec8cf
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--primary-soft);
  color: var(--primary);
  display: grid;
  place-items: center;
  font-size: 21px;
  margin-bottom: 20px
}

.featured .service-icon {
  background: rgba(255, 255, 255, .13);
  color: #fff
}

.service-card h3 {
  font-size: 17px;
  margin: 0 0 8px
}

.service-card p {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 18px
}

.learn {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer
}

.learn span {
  display: inline-block;
  margin-right: 7px
}

.service-note {
  margin-top: 18px;
  border-radius: 16px;
  background: var(--cream);
  padding: 13px 18px;
  color: var(--muted);
  font-size: 11px
}

.service-note span {
  color: var(--primary);
  font-size: 20px;
  vertical-align: middle;
  margin-left: 8px
}

.why {
  background: var(--cream)
}

.why-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center
}

.why-visual {
  position: relative;
  padding: 20px 0 0 20px
}

.why-visual img {
  width: 86%;
  height: 520px;
  object-fit: cover;
  border-radius: 30px 30px 120px 30px;
  position: relative;
  z-index: 2;
  box-shadow: var(--shadow)
}

.shape {
  position: absolute;
  width: 65%;
  height: 80%;
  right: 0;
  top: 0;
  background: #d8ece8;
  border-radius: 50px;
  transform: rotate(-8deg)
}

.mini-stat {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 55px;
  background: #fff;
  border-radius: 22px;
  padding: 15px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: var(--shadow)
}

.mini-stat strong {
  font-size: 28px;
  color: var(--primary)
}

.mini-stat span {
  font-size: 10px;
  line-height: 1.45
}

.why-copy>p {
  font-size: 15px;
  color: var(--muted);
  max-width: 520px
}

.benefits {
  margin: 28px 0
}

.benefits>div {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line)
}

.benefits b {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #dff0eb;
  color: var(--primary);
  display: grid;
  place-items: center
}

.benefits strong,
.benefits small {
  display: block
}

.benefits strong {
  font-size: 12px
}

.benefits small {
  font-size: 10px;
  color: var(--muted)
}

.text-link {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800
}

.text-link span {
  margin-right: 8px
}

.process {
  background: #fff
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 45px 1fr 45px 1fr 45px 1fr;
  align-items: center
}

.process-step {
  text-align: center
}

.step-no {
  font-size: 10px;
  color: var(--accent);
  font-weight: 800
}

.step-icon {
  width: 65px;
  height: 65px;
  border-radius: 22px;
  background: var(--primary-soft);
  color: var(--primary);
  display: grid;
  place-items: center;
  margin: 8px auto 15px;
  font-size: 23px
}

.process-step h3 {
  font-size: 15px;
  margin: 0 0 5px
}

.process-step p {
  font-size: 10px;
  color: var(--muted);
  margin: 0
}

.process-line {
  height: 1px;
  background: var(--line);
  position: relative
}

.process-line:after {
  content: "›";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  color: var(--accent);
  background: #fff;
  padding: 0 8px
}

.elderly-feature {
  padding-top: 20px
}

.elderly-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  border-radius: 38px;
  overflow: hidden;
  background: var(--primary-dark);
  box-shadow: var(--shadow)
}

.elderly-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.elderly-content {
  padding: 70px 65px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.elderly-content h2 {
  font-size: 43px;
  line-height: 1.25;
  margin: 0 0 18px
}

.elderly-content h2 em {
  color: #9ed0c1
}

.elderly-content p {
  color: #c5dfe2;
  font-size: 14px;
  max-width: 470px
}

.feature-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0 25px
}

.feature-points span {
  font-size: 10px;
  color: #d8eeeb
}

.clinical {
  background: #f7fbfa
}

.clinical-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  align-items: center
}

.clinical-copy p {
  font-size: 14px;
  color: var(--muted);
  max-width: 470px;
  margin: 15px 0 25px
}

.clinical-list {
  border-top: 1px solid var(--line)
}

.clinical-list div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700
}

.clinical-list span {
  font-size: 10px;
  color: var(--accent)
}

.areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center
}

.map-card {
  height: 470px;
  border-radius: 38px;
  background: linear-gradient(145deg, #eaf5f3, #dfeef1);
  position: relative;
  overflow: hidden
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(23, 107, 135, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 107, 135, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: rotate(7deg) scale(1.15)
}

.map-pin {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 7px;
  box-shadow: 0 0 0 9px rgba(23, 107, 135, .12)
}

.pin-1 {
  right: 34%;
  top: 31%
}

.pin-2 {
  right: 52%;
  top: 45%
}

.pin-3 {
  left: 27%;
  bottom: 29%
}

.map-label {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 9px;
  box-shadow: 0 8px 18px rgba(13, 71, 84, .08)
}

.label-1 {
  right: 27%;
  top: 25%
}

.label-2 {
  right: 46%;
  top: 51%
}

.label-3 {
  left: 20%;
  bottom: 23%
}

.map-center {
  position: absolute;
  right: 48%;
  top: 39%;
  width: 54px;
  height: 54px;
  border-radius: 20px;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 23px;
  box-shadow: 0 15px 30px rgba(23, 107, 135, .24)
}

.areas-copy p {
  color: var(--muted);
  font-size: 14px
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 25px
}

.chips span {
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 10px;
  padding: 7px 11px;
  border-radius: 999px
}

.faq {
  background: var(--cream)
}

.faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 90px
}

.faq-intro h2 {
  font-size: 43px;
  line-height: 1.25;
  margin: 0 0 14px
}

.faq-intro p {
  font-size: 13px;
  color: var(--muted);
  max-width: 330px;
  margin-bottom: 24px
}

.faq-item {
  border-bottom: 1px solid var(--line)
}

.faq-item button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 0;
  text-align: right;
  font-weight: 700;
  font-size: 13px;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}

.faq-item button span {
  font-size: 20px;
  color: var(--primary);
  transition: .25s
}

.faq-item.open button span {
  transform: rotate(45deg)
}

.answer {
  display: none;
  color: var(--muted);
  font-size: 11px;
  padding: 0 0 20px;
  max-width: 680px
}

.faq-item.open .answer {
  display: block
}

.contact {
  padding-top: 20px
}

.contact-card {
  border-radius: 40px;
  background: var(--primary);
  color: #fff;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  overflow: hidden;
  position: relative
}

.contact-copy {
  padding: 70px
}

.contact-copy h2 {
  font-size: 46px;
  line-height: 1.25;
  margin: 0 0 15px
}

.contact-copy h2 em {
  color: #a6d6c8
}

.contact-copy p {
  color: #cfe6e8;
  max-width: 560px;
  font-size: 14px
}

.contact-actions {
  display: flex;
  gap: 10px;
  margin-top: 25px
}

.contact-info {
  position: relative;
  background: #0b4d60;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px
}

.contact-info .contact-label {
  font-size: 10px;
  color: #a9cbd0;
  margin-bottom: 8px
}

.contact-info a {
  font-size: 25px;
  font-weight: 800;
  direction: ltr
}

.contact-info small {
  font-size: 9px;
  color: #9ec2c8;
  margin-top: 10px
}

.contact-orb {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .12);
  right: -70px;
  bottom: -100px
}

.footer {
  background: #073B4A;
  color: #d8edef;
  padding: 60px 0 18px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 45px
}

.footer .brand strong {
  color: #fff
}

.footer .brand small {
  color: #91b9bf
}

.footer p {
  font-size: 11px;
  color: #91b9bf;
  max-width: 240px;
  margin-top: 15px
}

.footer h4 {
  color: #fff;
  font-size: 12px;
  margin: 0 0 14px
}

.footer-grid>div:not(:first-child) a {
  display: block;
  color: #9fc2c7;
  font-size: 10px;
  margin: 7px 0
}

.footer-bottom {
  margin-top: 45px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  justify-content: space-between;
  color: #729ca4;
  font-size: 9px
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none
}

.modal.show {
  display: block
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 35, 43, .55);
  backdrop-filter: blur(6px)
}

.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, calc(100% - 30px));
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .25)
}

.modal-close {
  position: absolute;
  left: 18px;
  top: 15px;
  border: 0;
  background: #f1f7f6;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 23px;
  cursor: pointer
}

.modal-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: var(--primary-soft);
  color: var(--primary);
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 22px
}

.modal-box h3 {
  font-size: 25px;
  margin: 0 0 10px
}

.modal-box p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 25px
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

@media(max-width:950px) {
  .nav-links {
    gap: 12px
  }

  .nav-links a {
    font-size: 11px
  }

  .hero-grid,
  .why-grid,
  .clinical-grid,
  .areas-grid,
  .faq-grid {
    gap: 45px
  }

  .hero h1 {
    font-size: 48px
  }

  .photo-card {
    height: 500px
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elderly-content {
    padding: 45px
  }

  .process-grid {
    grid-template-columns: 1fr 30px 1fr
  }

  .process-step:nth-of-type(n+6),
  .process-line:nth-of-type(n+6) {
    display: none
  }

  .elderly-card {
    grid-template-columns: 1fr 1fr
  }

  .contact-copy {
    padding: 50px
  }

  .contact-copy h2 {
    font-size: 38px
  }
}

@media(max-width:760px) {
  .topbar {
    display: none
  }

  .brand-logo {
    width: 155px
  }

  .brand-banner-inner {
    min-height: 74px;
    padding: 10px 0
  }

  .banner-copy {
    gap: 8px;
    flex-wrap: wrap
  }

  .banner-copy strong {
    font-size: 12px
  }

  .banner-copy>span:last-child {
    display: none
  }

  .banner-kicker {
    font-size: 8px
  }

  .banner-cta {
    font-size: 9px;
    padding: 9px 12px
  }

  .container {
    width: min(100% - 28px, 560px)
  }

  .nav {
    height: 70px;
    justify-content: space-between
  }

  .menu-toggle {
    display: block;
    order: 3
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 14px;
    right: 14px;
    background: #fff;
    padding: 18px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch
  }

  .nav-links.open {
    display: flex
  }

  .nav-links a {
    padding: 9px;
    font-size: 13px
  }

  .nav-actions {
    margin-right: auto
  }

  .nav-actions .btn {
    display: none
  }

  .icon-btn {
    width: 36px;
    height: 36px
  }

  .hero {
    padding: 58px 0 65px
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 45px
  }

  .hero h1 {
    font-size: 40px
  }

  .lead {
    font-size: 15px
  }

  .photo-card {
    height: 430px;
    width: 92%;
    margin-left: 0;
    border-radius: 30px 30px 90px 30px
  }

  .floating-card-top {
    right: -4px;
    top: 35px
  }

  .floating-card-bottom {
    left: -5px;
    bottom: 45px
  }

  .ribbon-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0
  }

  .ribbon-grid>div {
    border-left: 0;
    border-bottom: 1px solid var(--line);
    padding: 16px
  }

  .section {
    padding: 75px 0
  }

  .section-heading {
    display: block
  }

  .section-heading h2,
  .why-copy h2,
  .clinical-copy h2,
  .areas-copy h2 {
    font-size: 34px
  }

  .section-heading>p {
    margin-top: 16px
  }

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

  .service-card {
    min-height: 230px
  }

  .why-grid,
  .clinical-grid,
  .areas-grid,
  .faq-grid {
    grid-template-columns: 1fr
  }

  .why-visual img {
    width: 90%;
    height: 430px
  }

  .why-copy {
    padding-top: 5px
  }

  .process-grid {
    display: block
  }

  .process-step {
    margin: 25px 0
  }

  .process-line {
    display: none
  }

  .elderly-card {
    grid-template-columns: 1fr
  }

  .elderly-image {
    height: 280px
  }

  .elderly-content {
    padding: 40px 28px
  }

  .elderly-content h2 {
    font-size: 35px
  }

  .feature-points {
    grid-template-columns: 1fr
  }

  .clinical-list {
    margin-top: 10px
  }

  .map-card {
    height: 350px
  }

  .faq-intro {
    margin-bottom: 20px
  }

  .contact-card {
    grid-template-columns: 1fr
  }

  .contact-copy {
    padding: 42px 28px
  }

  .contact-info {
    padding: 38px 28px
  }

  .contact-info a {
    font-size: 21px
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1
  }

  .footer-bottom {
    display: block
  }

  .footer-bottom span {
    display: block;
    margin: 6px 0
  }
}


/* =========================================================
   FREE BIRD BRAND SYSTEM — aligned to supplied logo
   ========================================================= */
:root {
  --primary: #034F81;
  --primary-dark: #06365A;
  --primary-soft: #EAF3F9;
  --accent: #59C83E;
  --accent-dark: #36A72A;
  --gold: #F5B62B;
  --purple: #2C007B;
  --cream: #F7FAFC;
  --ink: #163B55;
  --muted: #647D8D;
  --white: #fff;
  --line: #D9E6EE;
  --shadow: 0 24px 70px rgba(3, 79, 129, .13);
}

body {
  background: #fff;
  color: var(--ink)
}

.topbar {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
  border-bottom: 3px solid var(--gold);
  color: #EAF6FF
}

.top-links a:hover {
  color: #fff
}

.header {
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid #D8E6EF
}

.brand-logo {
  width: 205px
}

.nav-links a {
  color: #4C687A;
  font-weight: 600
}

.nav-links a:after {
  background: var(--accent)
}

.icon-btn {
  background: #EDF7E9;
  color: var(--accent-dark)
}

.btn-primary {
  background: var(--primary);
  box-shadow: 0 13px 28px rgba(3, 79, 129, .20)
}

.btn-primary:hover {
  background: var(--primary-dark)
}

.btn-ghost {
  border-color: #C9DCE7
}

.brand-banner {
  background: linear-gradient(100deg, var(--primary-dark) 0%, var(--primary) 55%, #075B8F 100%);
  border-bottom: 4px solid var(--accent)
}

.brand-banner:before {
  border-color: rgba(245, 182, 43, .28)
}

.brand-banner:after {
  background: rgba(89, 200, 62, .20)
}

.banner-kicker {
  color: #FFD77A
}

.banner-copy strong {
  color: #fff
}

.banner-cta {
  background: var(--accent);
  box-shadow: 0 8px 20px rgba(89, 200, 62, .25)
}

.banner-cta:hover {
  background: var(--accent-dark)
}

.hero {
  background: radial-gradient(circle at 12% 15%, rgba(245, 182, 43, .12), transparent 23%), radial-gradient(circle at 86% 18%, rgba(89, 200, 62, .12), transparent 25%), linear-gradient(135deg, #F9FCFE 0%, #EEF6FB 64%, #F6FBF2 100%)
}

.hero:after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(3, 79, 129, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(3, 79, 129, .025), 0 0 0 58px rgba(245, 182, 43, .025);
  pointer-events: none
}

.eyebrow {
  color: var(--primary)
}

.eyebrow span {
  background: var(--gold)
}

.hero h1 em,
.section-heading h2 em,
.why-copy h2 em,
.clinical-copy h2 em,
.areas-copy h2 em,
.faq-intro h2 em,
.contact-copy h2 em {
  color: var(--primary)
}

.hero h1 {
  color: #123B57
}

.hero h1 em {
  position: relative
}

.hero h1 em:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 68%;
  height: 6px;
  background: rgba(89, 200, 62, .25);
  border-radius: 999px;
  z-index: -1
}

.lead {
  color: #5C7484
}

.avatar-stack span {
  background: #E6F4E1;
  color: var(--accent-dark)
}

.photo-card {
  box-shadow: 0 28px 70px rgba(3, 79, 129, .18);
  border: 5px solid rgba(255, 255, 255, .7)
}


.floating-card-top {
  border-right: 4px solid var(--accent)
}

.floating-card-bottom {
  border-right: 4px solid var(--gold)
}

.check {
  background: #EAF7E7;
  color: var(--accent-dark)
}

.pulse {
  background: #FFF7E2;
  color: #D89A00
}

.experience-pill {
  background: var(--primary-dark);
  border-left: 4px solid var(--gold)
}

.orb-one {
  background: #DFF2D9
}

.orb-two {
  background: #DCECF7
}

.service-ribbon {
  box-shadow: 0 8px 30px rgba(3, 79, 129, .04)
}

.ribbon-grid span {
  color: var(--accent-dark)
}

.service-card {
  border-color: #D8E6EE
}

.service-card:hover {
  border-color: #AFCEDC;
  box-shadow: 0 24px 50px rgba(3, 79, 129, .12)
}

.service-card.featured {
  background: linear-gradient(145deg, var(--primary), #075F93);
  border-color: var(--primary)
}

.service-icon {
  background: #EAF3F9;
  color: var(--primary)
}

.service-note {
  background: linear-gradient(90deg, #F5FAFD, #F6FBF2);
  border: 1px solid #E0EBE6
}

.service-note span {
  color: var(--accent-dark)
}

.why {
  background: linear-gradient(135deg, #F8FBFD, #F6FBF3)
}

.shape {
  background: #DDEFF8
}

.mini-stat strong {
  color: var(--primary)
}

.benefits b {
  background: #EAF7E7;
  color: var(--accent-dark)
}

.process {
  background: #fff
}

.step-no {
  color: var(--gold)
}

.step-icon {
  background: #EAF3F9;
  color: var(--primary);
  border: 1px solid #D9EAF3
}

.elderly-card {
  background: linear-gradient(125deg, #06365A, #034F81)
}

.elderly-content h2 em {
  color: #72D858
}

.btn-light {
  color: var(--primary)
}

.clinical {
  background: linear-gradient(135deg, #F4F9FC, #F8FCF6)
}

.clinical-list div:hover {
  color: var(--primary)
}

.clinical-list span {
  color: var(--accent-dark)
}

.map-card {
  background: linear-gradient(145deg, #EAF3F9, #EAF7E7);
  border: 1px solid #D5E6E0
}

.map-grid {
  background-image: linear-gradient(rgba(3, 79, 129, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(3, 79, 129, .08) 1px, transparent 1px)
}

.map-pin {
  background: var(--primary);
  box-shadow: 0 0 0 9px rgba(3, 79, 129, .12)
}

.map-center {
  background: var(--accent-dark);
  box-shadow: 0 15px 30px rgba(54, 167, 42, .22)
}

.chips span {
  background: #EAF3F9;
  color: var(--primary);
  border: 1px solid #D5E5EE
}

.faq {
  background: #F8FBFD
}

.faq-item button span {
  color: var(--accent-dark)
}

.contact-card {
  background: linear-gradient(120deg, var(--primary-dark), var(--primary));
  border-top: 5px solid var(--gold)
}

.contact-info {
  background: #06365A;
  border-right: 1px solid rgba(255, 255, 255, .08)
}

.contact-orb {
  border-color: rgba(245, 182, 43, .20)
}

.footer {
  background: #062F4F;
  border-top: 4px solid var(--accent)
}

.footer h4 {
  color: #fff
}

.footer-grid>div:not(:first-child) a:hover {
  color: #72D858
}

/* Google Maps block */
.google-map-section {
  background: #fff;
  padding-top: 90px
}

.map-heading {
  margin-bottom: 30px
}

.google-map-card {
  height: 430px;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  border: 1px solid #D6E5ED;
  box-shadow: 0 24px 65px rgba(3, 79, 129, .12);
  background: #EAF3F9
}

.google-map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(.86) contrast(.98)
}

.map-overlay-info {
  position: absolute;
  z-index: 2;
  right: 22px;
  top: 22px;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 35px rgba(3, 79, 129, .16);
  min-width: 315px
}

.map-brand-dot {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid #D9E6EE;
  display: grid;
  place-items: center;
  overflow: hidden
}

.map-brand-dot img {
  width: 44px;
  height: auto
}

.map-overlay-info strong,
.map-overlay-info span {
  display: block
}

.map-overlay-info strong {
  font-size: 11px;
  color: var(--purple);
  letter-spacing: .4px
}

.map-overlay-info span {
  font-size: 9px;
  color: var(--muted)
}

.map-overlay-info>a {
  margin-right: auto;
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap
}

.map-overlay-info>a:hover {
  background: var(--accent-dark)
}

@media(max-width:760px) {
  .brand-logo {
    width: 160px
  }

  .map-overlay-info {
    right: 12px;
    left: 12px;
    top: 12px;
    min-width: 0;
    padding: 10px
  }

  .map-overlay-info>a {
    font-size: 8px;
    padding: 7px 9px
  }

  .google-map-card {
    height: 360px;
    border-radius: 26px
  }

  .hero:after {
    width: 260px;
    height: 260px;
    right: -130px;
    bottom: -110px
  }

  .banner-copy {
    gap: 7px
  }
}

/* =========================================================
   FINAL POLISH — Egyptian / Arab home-care direction
   ========================================================= */
.why-visual {
  position: relative
}

.why-visual img {
  object-position: center;
  box-shadow: 0 28px 70px rgba(3, 79, 129, .16);
  border: 6px solid rgba(255, 255, 255, .9)
}

.photo-badge {
  position: absolute;
  left: -22px;
  bottom: 46px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, .97);
  border: 1px solid #E0EAEF;
  border-radius: 20px;
  padding: 13px 17px;
  box-shadow: 0 18px 40px rgba(3, 79, 129, .15);
  z-index: 4;
  color: var(--primary)
}

.photo-badge b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #EAF7E7;
  color: var(--accent-dark);
  font-size: 20px
}

.photo-badge span {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55
}

.btn-whatsapp {
  background: linear-gradient(135deg, #59C83E, #3DAF30);
  color: #fff;
  border: 0;
  box-shadow: 0 14px 30px rgba(89, 200, 62, .25)
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #4DB635, #319328);
  color: #fff;
  transform: translateY(-2px)
}

.areas-clean {
  background: linear-gradient(135deg, #F8FBFD, #F7FCF4)
}

.areas-clean-card {
  display: grid;
  grid-template-columns: 1.45fr .75fr;
  gap: 60px;
  align-items: center;
  padding: 70px 80px;
  border: 1px solid #DCE9EF;
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(3, 79, 129, .08)
}

.areas-side {
  border-radius: 28px;
  background: linear-gradient(145deg, var(--primary-dark), var(--primary));
  color: #fff;
  padding: 36px;
  position: relative;
  overflow: hidden
}

.areas-side:after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(245, 182, 43, .25);
  left: -100px;
  bottom: -110px
}

.coverage-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .12);
  color: #FFD15B;
  font-size: 24px;
  margin-bottom: 22px
}

.areas-side strong {
  display: block;
  font-size: 24px;
  margin-bottom: 10px
}

.areas-side p {
  color: #D8EAF4;
  line-height: 1.9;
  margin-bottom: 24px
}

.areas-side .btn {
  position: relative;
  z-index: 1;
  font-size: 13px
}

.testimonials {
  background: #fff
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px
}

.testimonial-card {
  position: relative;
  padding: 32px;
  border: 1px solid #DCE8EE;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 45px rgba(3, 79, 129, .07);
  transition: .3s ease;
  overflow: hidden
}

.testimonial-card:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--accent), var(--primary));
  opacity: .55
}

.testimonial-card:hover {
  transform: translateY(-7px);
  border-color: #E7C85E;
  box-shadow: 0 22px 55px rgba(3, 79, 129, .12), 0 0 0 1px rgba(245, 182, 43, .12)
}

.featured-testimonial {
  background: linear-gradient(145deg, #F7FBFD, #F7FCF4);
  border-color: #CFE0E8
}

.quote-mark {
  position: absolute;
  top: 16px;
  left: 25px;
  font-size: 70px;
  line-height: 1;
  color: rgba(245, 182, 43, .2);
  font-family: Georgia, serif
}

.stars {
  color: #F5B62B;
  letter-spacing: 3px;
  font-size: 15px;
  margin-bottom: 18px
}

.testimonial-card p {
  font-size: 15px;
  line-height: 2;
  color: #506B7C;
  min-height: 92px
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #E3EDF2
}

.testimonial-author>span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #EAF3F9;
  color: var(--primary);
  font-weight: 900
}

.testimonial-author strong,
.testimonial-author small {
  display: block
}

.testimonial-author strong {
  font-size: 14px;
  color: var(--primary)
}

.testimonial-author small {
  font-size: 10px;
  color: var(--muted);
  margin-top: 3px
}

.contact-card {
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden
}

.contact-copy {
  position: relative
}

.contact-copy:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(245, 182, 43, .16);
  left: -110px;
  bottom: -150px
}

.contact-actions {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.contact-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  position: relative;
  z-index: 2
}

.contact-trust span {
  font-size: 11px;
  color: #D9F2D3;
  background: rgba(89, 200, 62, .12);
  border: 1px solid rgba(89, 200, 62, .18);
  border-radius: 999px;
  padding: 7px 11px
}

.contact-form-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 28px;
  margin: 18px;
  position: relative;
  z-index: 2
}

.contact-form {
  color: var(--ink)
}

.form-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 15px;
  margin-bottom: 22px
}

.form-title span {
  font-size: 22px;
  font-weight: 800;
  color: var(--primary)
}

.form-title small {
  font-size: 11px;
  color: var(--muted)
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px
}

.contact-form label {
  display: block;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #D6E4EA;
  background: #F9FCFD;
  border-radius: 14px;
  padding: 13px 14px;
  font-family: inherit;
  font-size: 13px;
  color: var(--ink);
  outline: 0;
  transition: .2s
}

.contact-form textarea {
  resize: vertical;
  min-height: 115px
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(245, 182, 43, .13);
  background: #fff
}

.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 5px
}

.consent {
  display: flex !important;
  align-items: center;
  gap: 7px;
  color: var(--muted) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  margin: 0 !important
}

.consent input {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  accent-color: var(--accent)
}

.form-bottom .btn {
  white-space: nowrap;
  border: 0
}

.form-note {
  font-size: 10px;
  color: #8295A0;
  margin: 10px 0 0
}

.form-note.success {
  color: var(--accent-dark);
  font-weight: 800
}

.nav-actions .btn-small {
  font-size: 11px;
  white-space: nowrap
}

.nav-actions .icon-btn {
  display: grid;
  place-items: center
}

/* Gold hover treatment requested for interactive cards */
.service-card:hover,
.testimonial-card:hover,
.clinical-list div:hover {
  box-shadow: 0 24px 55px rgba(3, 79, 129, .12), 0 0 0 2px rgba(245, 182, 43, .18), 0 0 32px rgba(245, 182, 43, .08)
}

@media(max-width:1000px) {
  .areas-clean-card {
    grid-template-columns: 1fr;
    padding: 50px
  }

  .testimonials-grid {
    grid-template-columns: 1fr
  }

  .contact-card {
    grid-template-columns: 1fr
  }

  .contact-form-wrap {
    margin: 0;
    border-radius: 0 0 28px 28px
  }

  .contact-copy {
    padding-bottom: 55px
  }
}

@media(max-width:700px) {
  .form-grid {
    grid-template-columns: 1fr
  }

  .form-bottom {
    align-items: stretch;
    flex-direction: column
  }

  .form-bottom .btn {
    width: 100%
  }

  .photo-badge {
    left: 10px;
    bottom: 18px
  }

  .areas-clean-card {
    padding: 35px 24px
  }

  .areas-side {
    padding: 28px
  }

  .testimonials-grid {
    gap: 16px
  }

  .contact-form-wrap {
    padding: 24px 18px
  }

  .form-title {
    display: block
  }

  .form-title small {
    display: block;
    margin-top: 5px
  }

  .contact-actions .btn {
    width: 100%;
    justify-content: center
  }

  .contact-trust {
    justify-content: center
  }
}