﻿/* ============================================================
   XTRA HEALTH CARE â€” Clean Simple Redesign
   White-dominant with blue & teal accents

   Palette:
   --blue:   #111827  (nav, buttons)
   --teal:   #35bace  (icons, highlights)
   --dark:   #1a202c  (headings)
   --body:   #4a5568  (body text)
   --bg:     #f5f7fa  (alternate sections)
   --border: #e2e8f0
   --footer: #1b2a3b
============================================================ */

/* â”€â”€ RESET & BASE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #4a5568;
  background: #fff;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: #111827; transition: color 0.2s; }
a:hover { color: #35bace; text-decoration: none; }

/* â”€â”€ OVERRIDE OLD ORANGE PRIMARY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.color_primary           { color: #111827 !important; }
.bg-color_primary        { background: #111827 !important; }
.color_second            { color: #35bace !important; }
.bg-color_second         { background: #35bace !important; }
.color_primary_hov:hover { color: #111827 !important; }
.bg-color_primary_hov:hover { background: #111827 !important; }
.color_second_hov:hover  { color: #35bace !important; }

/* â”€â”€ TYPOGRAPHY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Raleway', 'Lato', Arial, sans-serif;
  color: #1a202c;
  font-weight: 700;
  line-height: 1.3;
}
.section-eyebrow {
  display: inline-block;
  color: #35bace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section-title {
  font-size: 30px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 12px;
}
.section-subtitle {
  font-size: 16px;
  color: #718096;
  max-width: 640px;
  margin: 0 auto 40px;
}
.ui-title-block  { font-size: 28px; font-weight: 800; color: #1a202c; margin-bottom: 10px; }
.ui-title-inner  { font-size: 20px; font-weight: 700; color: #1a202c; margin: 12px 0 8px; }
.ui-subtitle-block { font-size: 15px; color: #718096; max-width: 640px; margin: 0 auto 36px; }
.ui-text { font-size: 15px; color: #4a5568; line-height: 1.8; margin-bottom: 16px; }

/* â”€â”€ DIVIDER LINE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.xhc-divider {
  display: block;
  width: 44px; height: 3px;
  background: #35bace;
  border-radius: 2px;
  margin: 10px 0 20px;
}
.xhc-divider.center { margin: 10px auto 20px; }
/* Legacy decor-brand */
.decor-brand {
  display: block !important;
  width: 44px !important; height: 3px !important;
  background: #35bace !important;
  border-radius: 2px !important;
  border: none !important;
  margin: 10px 0 20px !important;
}
.decor-brand.center, .advantages__inner .decor-brand { margin: 10px auto 20px !important; }
.decor-brand_footer { margin: 0 0 18px !important; }

/* â”€â”€ BUTTONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn {
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  padding: 11px 26px !important;
  border: 2px solid transparent !important;
  transition: all 0.2s !important;
  text-transform: uppercase !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }

.btn-primary-xhc,
.bg-color_primary,
.btn.bg-color_primary {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #fff !important;
}
.btn-primary-xhc:hover,
.bg-color_primary:hover,
.btn.bg-color_primary:hover {
  background: #1a2332 !important;
  border-color: #1a2332 !important;
  color: #fff !important;
}

.btn-outline-xhc {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.btn-outline-xhc:hover {
  background: #fff !important;
  color: #111827 !important;
}

.btn-outline-blue {
  background: transparent !important;
  border: 2px solid #111827 !important;
  color: #111827 !important;
}
.btn-outline-blue:hover {
  background: #111827 !important;
  color: #fff !important;
}

.btn_small {
  padding: 8px 18px !important;
  font-size: 12px !important;
  background: #111827 !important;
  border-color: #111827 !important;
  color: #fff !important;
  border-radius: 6px !important;
}
.btn_small:hover {
  background: #1a2332 !important;
  border-color: #1a2332 !important;
  color: #fff !important;
}
.btn_full { display: block; width: 100%; text-align: center; margin-bottom: 14px; }
.btn_transparent { background: transparent !important; border: 2px solid #fff !important; color: #fff !important; }
.btn_transparent:hover { background: #fff !important; color: #111827 !important; }

/* â”€â”€ TOP BAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.top-header {
  background: #1b2a3b !important;
  border-top: none !important;
  height: auto !important;
  padding: 8px 0 !important;
}
.top-header .social-links {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; gap: 4px;
}
.top-header .social-links li a {
  color: rgba(255,255,255,0.65);
  font-size: 15px;
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 4px;
  transition: all 0.2s;
}
.top-header .social-links li a:hover { color: #35bace; background: rgba(255,255,255,0.08); }

.top-header__links {
  text-align: right !important; padding-top: 0 !important;
  display: flex; align-items: center; justify-content: flex-end;
}
.top-header__links a {
  color: rgba(255,255,255,0.8) !important;
  font-size: 12px !important; font-weight: 600 !important;
  text-transform: uppercase; letter-spacing: 0.5px;
  margin-top: 0 !important;
  padding: 4px 14px !important;
  border-left: 1px solid rgba(255,255,255,0.15) !important;
  transition: color 0.2s;
}
.top-header__links a:first-child { border-left: none !important; }
.top-header__links a:hover { color: #35bace !important; text-decoration: none !important; }

/* â”€â”€ APPOINTMENT FORM â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#further {
  background: #1b2a3b !important;
  border-bottom: 3px solid #35bace;
  padding: 24px 0 !important;
  display: none;
}
#further .form-control {
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  color: #fff !important; height: 40px !important;
  border-radius: 6px !important; font-size: 14px !important;
  margin-bottom: 0;
}
#further .form-control::placeholder { color: rgba(255,255,255,0.5) !important; }
#further .form-control:focus { border-color: #35bace !important; box-shadow: none !important; outline: none; }

/* â”€â”€ MAIN HEADER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.header { background: #fff; border-bottom: 1px solid #e2e8f0; }
.header-inner { margin: 14px 0 !important; }

.header .logo__img { height: 50px !important; width: auto !important; max-width: 260px; }

.header-block {
  text-align: right !important;
  display: flex; align-items: center;
  justify-content: flex-end; flex-wrap: wrap; gap: 8px;
}
.header-label {
  display: inline-flex !important; align-items: center; gap: 8px;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  padding: 7px 14px !important;
  font-size: 13px !important;
  background: #f5f7fa; transition: border-color 0.2s;
  vertical-align: middle !important;
}
.header-label:hover { border-color: #111827 !important; }
.header-label .helper { display: flex; flex-direction: column; line-height: 1.3; }
.header-label small { color: #718096; font-size: 11px; }
.header-label strong { font-size: 14px; color: #1a202c; }
.header-label strong a { color: #1a202c !important; text-decoration: none !important; }
.header-label strong a:hover { color: #111827 !important; }
.icon-header { color: #111827 !important; font-size: 17px; }

.header-block a[href*="wa.me"] img,
.header-block img[alt*="WhatsApp"] { height: 34px !important; width: auto !important; vertical-align: middle; }

/* â”€â”€ NAVIGATION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.top-nav { background: #111827 !important; }
.top-nav .navbar { margin: 0; border: none; border-radius: 0; background: transparent !important; min-height: auto; }

/* â”€â”€ NEW DARK NAV â€” kill any theme backgrounds leaking in â”€ */
.xhc-main-nav { background: #111827 !important; }
.xhc-main-nav .container,
.xhc-main-nav .xhc-nav-inner,
.xhc-main-nav .xhc-nav-links,
.xhc-main-nav .xhc-nav-links > li,
.xhc-main-nav .yamm,
.xhc-main-nav .navbar,
.xhc-main-nav .navbar-collapse,
.xhc-main-nav .navbar-header {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.top-nav .nav.navbar-nav > li > a {
  color: rgba(255,255,255,0.92) !important;
  font-size: 13px !important; font-weight: 700 !important;
  letter-spacing: 0.8px !important; text-transform: uppercase !important;
  padding: 15px 16px !important; line-height: 1.4 !important;
  transition: all 0.2s;
}
.top-nav .nav.navbar-nav > li > a:hover,
.top-nav .nav.navbar-nav > li.open > a { color: #fff !important; background: rgba(0,0,0,0.12) !important; }

.top-nav .dropdown-menu {
  background: #fff !important; border: none !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
  border-top: 3px solid #35bace !important;
  min-width: 210px; padding: 6px 0; margin-top: 0;
}
.top-nav .dropdown-menu > li > a {
  color: #4a5568 !important; font-size: 14px !important;
  font-weight: 500 !important; padding: 9px 18px !important;
  text-transform: none !important; letter-spacing: 0 !important;
  transition: all 0.2s;
}
.top-nav .dropdown-menu > li > a:hover { color: #111827 !important; background: #f0f6ff !important; padding-left: 22px !important; }

/* Nav search */
#search-global-menu {
  display: flex; align-items: center;
  margin: 8px 0 8px 6px; position: relative;
}
#search-global-menu input[type="text"] {
  background: rgba(255,255,255,0.15) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  color: #fff !important; border-radius: 6px !important;
  padding: 7px 12px !important; font-size: 13px !important;
  width: 150px; height: 34px !important; transition: all 0.2s;
}
#search-global-menu input::placeholder { color: rgba(255,255,255,0.55) !important; }
#search-global-menu input:focus { border-color: #35bace !important; outline: none; width: 190px; }
#search-global-menu button {
  background: #35bace; border: none; color: #fff;
  border-radius: 6px; width: 32px; height: 32px;
  margin-left: 6px; cursor: pointer; transition: background 0.2s;
}
#search-global-menu button:hover { background: #2aa0b0; }

/* Mobile nav */
.navbar-toggle { border-color: rgba(255,255,255,0.3) !important; margin: 10px 0; }
.navbar-toggle .icon-bar { background: #fff !important; }
.navbar-brand { color: #fff !important; font-weight: 700 !important; font-size: 15px !important; }
.caret { border-top-color: rgba(255,255,255,0.7) !important; }

/* Search results dropdown */
#custom-results {
  list-style: none; padding: 0; margin: 0;
  display: none; position: absolute;
  top: 100%; left: 0; right: 0;
  background: #fff; border: 1px solid #e2e8f0;
  border-radius: 6px; box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  z-index: 9999; overflow-y: auto; max-height: 240px;
}
#custom-results li a { display: block; padding: 9px 14px; color: #4a5568; font-size: 13px; text-decoration: none; }
#custom-results li:hover { background: #f0f6ff; }

/* ── HERO CAROUSEL — FADE MODE (no slide, no width bugs) ─ */
.xhc-hero-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background: #0a1932;
}
.xhc-hero-wrap .carousel { width: 100%; }

/* Fixed-height inner — holds its size while items swap */
.xhc-hero-wrap .carousel-inner {
  width: 100%;
  height: 580px;
  position: relative;
  background: #0a1932;
}

/* All items sit stacked at position 0 — fade in/out, never slide left/right */
.xhc-hero-wrap .carousel-inner > .item {
  position: absolute !important;
  top: 0; left: 0 !important;
  width: 100% !important;
  height: 100%;
  opacity: 0;
  transition: opacity 0.55s ease !important;
  background: #0a1932;
  overflow: hidden;
  display: block !important;
}
.xhc-hero-wrap .carousel-inner > .item.active { opacity: 1; z-index: 2; }
.xhc-hero-wrap .carousel-inner > .item.next,
.xhc-hero-wrap .carousel-inner > .item.prev  { opacity: 0; z-index: 1; left: 0 !important; }
.xhc-hero-wrap .carousel-inner > .item.next.left,
.xhc-hero-wrap .carousel-inner > .item.prev.right { opacity: 1; }
.xhc-hero-wrap .carousel-inner > .item.active.left,
.xhc-hero-wrap .carousel-inner > .item.active.right { opacity: 0; z-index: 2; }

/* Full-bleed image */
.xhc-slide-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}
.xhc-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.38) 55%, rgba(0,0,0,0.10) 100%);
}
.xhc-slide-content {
  position: absolute;
  top: 50%; left: 8%;
  transform: translateY(-50%);
  max-width: 600px;
  padding: 0 20px;
  z-index: 2;
}
.xhc-badge {
  display: inline-block;
  background: #35bace;
  color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 4px; margin-bottom: 18px;
}
.xhc-slide-title {
  font-size: 46px; font-weight: 800;
  color: #fff; line-height: 1.12; margin-bottom: 16px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.xhc-slide-sub {
  font-size: 16px; color: rgba(255,255,255,0.88);
  line-height: 1.7; margin-bottom: 28px;
}
.xhc-slide-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.xhc-btn-solid {
  background: #111827; border: 2px solid #111827;
  color: #fff; padding: 12px 28px;
  border-radius: 6px; font-weight: 700;
  font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.5px; text-decoration: none;
  display: inline-block; transition: all 0.2s;
}
.xhc-btn-solid:hover { background: #1a2332; border-color: #1a2332; color: #fff; }
.xhc-btn-ghost {
  background: transparent; border: 2px solid rgba(255,255,255,0.8);
  color: #fff; padding: 12px 28px;
  border-radius: 6px; font-weight: 600;
  font-size: 13px; text-transform: uppercase;
  text-decoration: none; display: inline-block; transition: all 0.2s;
}
.xhc-btn-ghost:hover { background: #fff; border-color: #fff; color: #111827; }

/* Carousel controls */
.xhc-hero-wrap .carousel-control {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  width: 44px !important; height: 44px !important;
  background: rgba(17,24,39,0.75) !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-shadow: none !important;
  color: #fff !important;
  transition: background 0.2s !important;
}
.xhc-hero-wrap .carousel-control.left  { left: 20px !important; right: auto !important; }
.xhc-hero-wrap .carousel-control.right { right: 20px !important; left: auto !important; }
.xhc-hero-wrap .carousel-control:hover { background: #35bace !important; }
.xhc-hero-wrap .carousel-control .fa   { font-size: 16px; color: #fff; }
.xhc-hero-wrap .carousel-indicators { bottom: 18px; z-index: 10; }
.xhc-hero-wrap .carousel-indicators li {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.45); border: none; margin: 0 4px;
}
.xhc-hero-wrap .carousel-indicators .active { background: #35bace; width: 26px; border-radius: 4px; }

/* â”€â”€ TRUST BAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.xhc-trust { background: #fff; border-bottom: 1px solid #e2e8f0; padding: 26px 0; }
.xhc-trust-item { display: flex; align-items: center; gap: 14px; padding: 8px 12px; }
.xhc-trust-item i,
.xhc-trust-item .fa { font-size: 30px; color: #35bace !important; flex-shrink: 0; }
.xhc-trust-item h4 { font-size: 15px; font-weight: 700; color: #1a202c; margin: 0 0 2px; }
.xhc-trust-item p  { font-size: 13px; color: #718096; margin: 0; }

/* â”€â”€ OPENING HOURS BLOCK â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.xhc-hours-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  border: 1px solid #e2e8f0;
  margin: 0 auto;
  position: relative; z-index: 10;
  overflow: hidden;
}
/* Legacy selector */
.block-hourse {
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10) !important;
  border: 1px solid #e2e8f0 !important;
  margin: 0 auto !important;
  position: relative; z-index: 10;
  overflow: hidden;
}
.block-hourse::before { display: none !important; }
.block-hourse__inner { padding: 32px 28px !important; }
.block-hourse__inner_first { border-right: 1px solid #e2e8f0; }

.block-hourse__text {
  color: #35bace !important; font-size: 11px !important;
  font-weight: 700 !important; letter-spacing: 2px !important;
  text-transform: uppercase !important; margin-bottom: 8px !important;
}
.block-hourse__title {
  font-size: 22px !important; font-weight: 700 !important;
  color: #1a202c !important; margin-bottom: 12px !important;
  line-height: 1.35 !important;
}
.block-hourse__title-table {
  font-size: 14px; font-weight: 700; color: #1a202c;
  margin-bottom: 14px; display: flex; align-items: center; gap: 8px;
}
.block-hourse__title-table .fa { color: #35bace !important; }
.block-hourse table { width: 100%; border-collapse: collapse; }
.block-hourse table td {
  padding: 9px 4px; font-size: 14px; color: #4a5568;
  border-bottom: 1px solid #e2e8f0;
}
.block-hourse table tr:last-child td { border-bottom: none; }
.block-hourse table td:first-child { font-weight: 600; color: #1a202c; width: 44%; }
.block-hourse table td:last-child { text-align: right; color: #35bace !important; font-weight: 600; }
.line-bottom { display: none !important; }

/* â”€â”€ SERVICES SECTION (HOME) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.xhc-services { background: #f5f7fa; padding: 80px 0; }
.advantages { padding: 80px 0; background: #f5f7fa; }
.advantages > .container > .row > .col-xs-12 { text-align: center; margin-bottom: 8px; }

.xhc-service-card,
.advantages__inner {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  padding: 36px 24px 28px;
  text-align: center;
  transition: all 0.25s;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  height: 100%;
}
.xhc-service-card:hover,
.advantages__inner:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(17,24,39,0.14);
  border-color: #111827;
}
.advantages__inner .icon,
.xhc-service-card .service-icon,
.xhc-service-card .icon,
.service-icon {
  font-size: 48px !important; color: #111827 !important;
  display: block; margin-bottom: 14px;
}
.advantages__inner h2.ui-title-inner { font-size: 19px; font-weight: 700; color: #1a202c; margin: 0 0 6px; }
.advantages__inner ul { list-style: none; padding: 0; margin: 0 0 8px; }
.advantages__inner ul li { font-size: 12px; color: #35bace; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; }
.advantages__inner .ui-text { font-size: 14px; color: #718096; line-height: 1.75; }

/* â”€â”€ CTA SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.xhc-cta { background: #111827; padding: 72px 0; }
.xhc-cta .section-title { color: #fff; }
.xhc-cta p { color: rgba(255,255,255,0.88); font-size: 16px; margin-bottom: 24px; }
.xhc-cta .subtitle_mod-1 { color: rgba(255,255,255,0.9); font-size: 17px; margin-bottom: 12px; font-weight: 600; }

/* Legacy bg_5 */
.bg_5, .section.bg_5 { background: #111827 !important; }
.section.bg_5, .section.bg_transparent { padding: 72px 0 !important; }

/* â”€â”€ STATS SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.xhc-stats { background: #fff; padding: 70px 0; border-top: 1px solid #e2e8f0; }
.banner { background: #fff !important; padding: 70px 0 !important; border-top: 1px solid #e2e8f0 !important; }
.banner.bg_3 { background: #fff !important; }

.list-progress {
  list-style: none; padding: 0; margin: 0;
  display: flex; justify-content: center; flex-wrap: wrap; gap: 48px;
}
.list-progress > li { display: flex; align-items: center; gap: 18px; }
.icon-round {
  width: 60px; height: 60px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.icon-round_small { width: 52px; height: 52px; }
.icon-round .icon, .icon-round .fa { color: #fff !important; font-size: 20px !important; }
.bg-color_second { background: #35bace !important; }

.list-progress .chart {
  display: block; font-size: 36px; font-weight: 800;
  color: #1a202c; line-height: 1;
}
.list-progress .percent::after { content: '%'; }
.list-progress .label-chart { font-size: 14px; color: #718096; font-weight: 500; margin-top: 4px; display: block; }

/* â”€â”€ PAGE HEADER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ui-title-page {
  background: #111827 !important;
  padding: 60px 0 44px !important;
  position: relative; overflow: hidden;
}
.ui-title-page::after {
  content: ''; position: absolute;
  top: -60px; right: -60px; width: 300px; height: 300px;
  border-radius: 50%; background: rgba(255,255,255,0.05); pointer-events: none;
}
.ui-title-page h1 {
  color: #fff !important; font-size: 38px !important;
  font-weight: 800 !important; text-transform: uppercase !important;
  letter-spacing: 0.5px !important; margin-bottom: 10px !important;
}
.ui-title-page .ui-subtitle-page {
  color: rgba(255,255,255,0.85) !important; font-size: 15px !important;
  max-width: 580px; line-height: 1.7; text-transform: none !important;
}

/* â”€â”€ BREADCRUMB â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.border_btm { background: #f5f7fa; padding: 10px 0; border-bottom: 1px solid #e2e8f0; }
.breadcrumb { background: transparent; padding: 0; margin: 0; font-size: 13px; }
.breadcrumb > li + li::before { content: '\203A'; color: #718096; }
.breadcrumb .active { color: #718096; }
.breadcrumb a { color: #111827; }

/* â”€â”€ INNER PAGE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.services-details { padding: 60px 0; }
.services-details__foto {
  border-radius: 8px; overflow: hidden;
  margin-bottom: 28px; box-shadow: 0 4px 20px rgba(0,0,0,0.10);
  position: relative;
}
.services-details__foto img { width: 100%; height: 360px; object-fit: cover; display: block; }
.hover__figure { overflow: hidden; border-radius: 8px; }
.hover__figure img { transition: transform 0.4s; }
.hover__figure:hover img { transform: scale(1.04); }

/* â”€â”€ SIDEBAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.sidebar {
  background: #f5f7fa;
  border-radius: 8px; border: 1px solid #e2e8f0; padding: 0;
}
.services__item {
  background: #fff; border-radius: 8px; overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07); border: 1px solid #e2e8f0;
  transition: all 0.25s; margin-bottom: 20px;
}
.services__item:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(17,24,39,0.13); }
.service__figure { position: relative; overflow: hidden; }
.service__figure img { width: 100%; height: 200px; object-fit: cover; display: block; }
.service__figure .icon-round.icon-round_small {
  position: absolute; bottom: -18px; left: 16px;
  background: #111827; width: 40px; height: 40px; border-radius: 50%;
}
.services__item .ui-title-inner { padding: 0 18px; margin-top: 26px; }
.services__item .ui-text { padding: 0 18px; font-size: 14px; }
.services__item .btn_small { margin: 10px 18px 18px; display: inline-block; }

/* Services grid page */
.services { padding: 60px 0; }

/* â”€â”€ CONTACT â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.map { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.10); margin-bottom: 28px; }
.map iframe { display: block; }

.list-contacts.unstyled {
  list-style: none; padding: 0; margin: 20px 0;
  display: flex; flex-wrap: wrap; gap: 20px;
}
.list-contacts.unstyled li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 15px; color: #4a5568; min-width: 200px;
}
.list-contacts.unstyled li .icon { color: #111827; font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.list-contacts.unstyled li a { color: #111827; font-weight: 600; }

.ui-form .input-group { margin-bottom: 14px; position: relative; }
.ui-form .form-control {
  border: 1px solid #e2e8f0 !important; border-radius: 6px !important;
  padding: 10px 38px 10px 12px !important; font-size: 14px !important;
  height: auto !important; color: #1a202c !important;
  background: #fff !important; transition: border-color 0.2s;
}
.ui-form .form-control:focus { border-color: #111827 !important; box-shadow: 0 0 0 3px rgba(17,24,39,0.1) !important; outline: none; }
.ui-form .input-group .icon { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: #a0aec0; font-size: 15px; pointer-events: none; z-index: 4; }

/* â”€â”€ CAREERS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.list-categories { list-style: none; padding: 0; margin: 0; }
.list-categories li { border-bottom: 1px solid #e2e8f0; }
.list-categories li a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 0; color: #4a5568; font-size: 14px; font-weight: 500;
  text-decoration: none; transition: all 0.2s;
}
.list-categories li a:hover { color: #111827; padding-left: 4px; }
.list-categories li a .icon { color: #35bace; }

.business-card {
  background: #1b2a3b; border-radius: 8px; padding: 24px; color: #fff; margin-top: 18px;
}
.business-card__title { font-size: 15px; font-weight: 600; margin-bottom: 14px; line-height: 1.6; }
.business-card .btn_small { background: #35bace !important; border-color: #35bace !important; }
.business-card__btm { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.15); display: flex; flex-direction: column; gap: 4px; }
.business-card__phone { font-size: 17px !important; font-weight: 700 !important; color: #35bace !important; }
.business-card__info { font-size: 11px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.5px; }

/* â”€â”€ FOOTER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.footer { background: #111827 !important; color: rgba(255,255,255,0.75) !important; }
.footer__inner { background: transparent !important; padding: 64px 0 44px !important; }
.footer__block { background: transparent !important; border-color: rgba(255,255,255,0.1) !important; }

.footer__title { color: #fff !important; font-size: 16px !important; font-weight: 700 !important; margin-bottom: 16px !important; text-transform: none !important; }
.footer__section p, .footer__section address, .footer__contacts {
  font-size: 14px !important; color: rgba(255,255,255,0.68) !important;
  line-height: 1.75 !important; margin-bottom: 8px !important;
}
.footer__icon { color: #35bace !important; margin-right: 7px; }

.footer__table { width: 100%; }
.footer__table td { padding: 5px 4px; }
.footer__table td a, .footer__table td a font { color: rgba(255,255,255,0.68) !important; font-size: 14px !important; text-decoration: none !important; transition: color 0.2s; }
.footer__table td a:hover, .footer__table td a:hover font { color: #35bace !important; }

.footer__section .form-control {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: #fff !important; border-radius: 6px !important;
  padding: 9px 12px !important; height: auto !important;
  font-size: 14px !important; margin-bottom: 9px !important;
  width: 100%; display: block; transition: border-color 0.2s;
}
.footer__section .form-control:focus { border-color: #35bace !important; box-shadow: none !important; outline: none; }
.footer__section .form-control::placeholder { color: rgba(255,255,255,0.38) !important; }

/* ── CONTACT PAGE FORM ──────────────────────────────────── */
#contactForm .form-control {
  background: #f8fafc !important;
  border: 2px solid #cbd5e0 !important;
  color: #1a202c !important;
  height: 48px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  padding: 10px 16px !important;
  box-shadow: none !important;
  display: block !important;
  width: 100% !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#contactForm textarea.form-control { height: auto !important; min-height: 180px !important; }
#contactForm .form-control:focus { border-color: #111827 !important; background: #fff !important; box-shadow: 0 0 0 3px rgba(17,24,39,0.10) !important; outline: none; }
#contactForm .form-control::placeholder { color: #94a3b8 !important; font-size: 14px !important; }

.footer__section a[href*="cqc"] { display: block; margin-bottom: 14px; }
.footer__section a[href*="cqc"] img { max-width: 65px !important; border-radius: 6px; border: 1px solid rgba(255,255,255,0.15); }

.footer__menu { background: rgba(0,0,0,0.20) !important; border-top: 1px solid rgba(255,255,255,0.08); padding: 16px 0 !important; }
.footer__menu .logo__img { height: 34px !important; width: auto !important; }
.footer__menu ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 2px; align-items: center; }
.footer__menu ul li a {
  color: rgba(255,255,255,0.68) !important; font-size: 12px !important;
  font-weight: 700 !important; padding: 5px 12px !important;
  text-transform: uppercase; letter-spacing: 0.5px;
  border-radius: 4px; transition: all 0.2s; text-decoration: none !important;
}
.footer__menu ul li a:hover { color: #35bace !important; background: rgba(255,255,255,0.06); }

.footer__bottom {
  background: transparent !important;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 18px 0 !important;
  display: flex !important; align-items: center !important; justify-content: space-between !important;
}
.copyright { font-size: 13px !important; color: rgba(255,255,255,0.45) !important; }
.copyright a { color: rgba(255,255,255,0.45) !important; text-decoration: none !important; }

.footer__bottom .social-links { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; }
.footer__bottom .social-links li a {
  color: rgba(255,255,255,0.5); font-size: 16px;
  width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
  border-radius: 4px; border: 1px solid rgba(255,255,255,0.12); transition: all 0.2s;
}
.footer__bottom .social-links li a:hover { color: #35bace; border-color: #35bace; background: rgba(53,186,206,0.1); }

/* â”€â”€ SCROLL-TO-TOP â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.scroll-top {
  position: fixed !important; bottom: 28px !important; right: 28px !important;
  width: 40px !important; height: 40px !important;
  border-radius: 6px !important; display: flex !important;
  align-items: center !important; justify-content: center !important;
  cursor: pointer !important; z-index: 999 !important;
  background: #35bace !important; box-shadow: 0 4px 14px rgba(0,0,0,0.2) !important;
  color: #fff !important; transition: all 0.2s !important;
}
.scroll-top:hover { background: #2aa0b0 !important; }

/* â”€â”€ LOADING OVERLAY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.c-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.65); align-items: center; justify-content: center; z-index: 9999; }
.c-popup { background: #fff; padding: 32px; border-radius: 10px; text-align: center; box-shadow: 0 12px 40px rgba(0,0,0,0.2); }
.c-spinner { border: 4px solid rgba(0,0,0,0.08); border-top: 4px solid #111827; border-radius: 50%; width: 44px; height: 44px; animation: c-spin 1s linear infinite; margin: 0 auto 12px; }
@keyframes c-spin { to { transform: rotate(360deg); } }

/* â”€â”€ UTILITY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.color_white { color: #fff !important; }
.font-weight_700 { font-weight: 700 !important; }
.bg_transparent { background-image: none !important; }
.helper { display: inline-block; vertical-align: middle; }

/* Info card used on multiple pages */
.xhc-info-card {
  background: #f5f7fa; border-radius: 8px;
  padding: 22px; border: 1px solid #e2e8f0;
  margin-bottom: 14px; transition: all 0.2s;
}
.xhc-info-card:hover { border-color: #111827; box-shadow: 0 4px 16px rgba(17,24,39,0.1); }
.xhc-info-card i { font-size: 26px; color: #35bace; margin-bottom: 8px; display: block; }
.xhc-info-card h4 { font-size: 15px; font-weight: 700; color: #1a202c; margin: 0 0 6px; }
.xhc-info-card p  { font-size: 13px; color: #718096; margin: 0; line-height: 1.65; }

/* Equal-height benefits grid — overrides Bootstrap 3 float layout */
.xhc-benefits-grid { display: flex !important; flex-wrap: wrap !important; }
.xhc-benefit-col { display: flex !important; }
.xhc-benefit-col .xhc-info-card { width: 100%; margin-bottom: 14px; }

/* CTA strip */
.xhc-cta-strip {
  background: #f5f7fa; padding: 44px 0;
  border-top: 1px solid #e2e8f0;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 991px) {
  .xhc-slide-title { font-size: 32px; }
  .block-hourse__inner_first { border-right: none; border-bottom: 1px solid #e2e8f0; }
  .list-progress { gap: 28px; }
  .footer__bottom { flex-direction: column; gap: 12px; text-align: center; }
}

/* ── MOBILE (≤767px) ─────────────────────────────────────── */
@media (max-width: 767px) {

  /* Info strip — stack vertically */
  .xhc-info-strip .strip-inner { flex-direction: column; gap: 6px; align-items: flex-start; }
  .xhc-info-strip .strip-right { display: none; }

  /* Nav bar — tighten logo and show toggle */
  .xhc-nav-logo img { height: 36px; }
  .xhc-nav-logo { margin-right: 0; }
  .xhc-nav-actions { display: none !important; }
  .xhc-mobile-toggle {
    display: flex !important;
    align-items: center; justify-content: center;
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
    color: #fff !important;
    border-radius: 6px;
    width: 40px; height: 40px;
    font-size: 18px;
    cursor: pointer;
    margin-left: auto;
    flex-shrink: 0;
  }

  /* Carousel — use viewport height so content always fits */
  .xhc-hero-wrap .carousel-inner {
    height: auto !important;
    min-height: 100vh;
    max-height: 100vh;
  }
  .xhc-hero-wrap .carousel-inner > .item {
    height: 100vh !important;
    min-height: 500px;
  }

  /* Slide content — full width, vertically centred, readable size */
  .xhc-slide-content {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    padding: 0 22px !important;
    box-sizing: border-box;
  }
  .xhc-badge { font-size: 10px; padding: 4px 12px; margin-bottom: 12px; }
  .xhc-slide-title { font-size: 24px !important; line-height: 1.2; margin-bottom: 12px; }
  .xhc-slide-sub { font-size: 13px !important; line-height: 1.6; margin-bottom: 18px; }
  .xhc-slide-btns { flex-direction: column; gap: 10px; }
  .xhc-btn-solid, .xhc-btn-ghost {
    text-align: center !important;
    display: block !important;
    padding: 13px 20px !important;
    font-size: 12px !important;
    width: 100%;
    box-sizing: border-box;
  }

  /* Carousel arrows */
  .xhc-hero-wrap .carousel-control { width: 36px !important; height: 36px !important; }
  .xhc-hero-wrap .carousel-control.left  { left: 10px !important; }
  .xhc-hero-wrap .carousel-control.right { right: 10px !important; }

  /* Overlay — darken more on mobile for text readability */
  .xhc-slide-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.70) 100%) !important;
  }

  /* Trust bar — 2 columns */
  .xhc-trust .col-sm-3 { width: 50%; }

  /* Hours block */
  .block-hourse { margin: 0 !important; }
  .block-hourse__inner { padding: 22px 18px !important; }

  /* Pages */
  .ui-title-page h1,
  .ui-title-page h1 { font-size: 24px !important; }

  /* Stats bar */
  .list-progress { flex-direction: column; align-items: flex-start; padding: 0 16px; gap: 22px; }

  /* Sidebar stacks below on inner pages */
  .col-md-4 { margin-top: 24px; }
}
