/*
 * ============================================================
 * CAREMED TEMPLATE CSS CLASS NAME REFERENCE
 * ============================================================
 * Inspected from Caremed demo HTML files on 2026-05-17.
 *
 * === HERO / SLIDER (index.html - Home 1) ===
 *   .intro-slider.intro-slider-1        - Hero carousel container
 *   .banner.intro-slide.bg-section      - Individual hero slide
 *   .banner-content / .banner-heading   - Hero text wrapper
 *   .banner-title                       - Hero headline
 *   .banner-info                        - Hero subcopy/description
 *   .banner-actions                     - Hero CTA button group
 *   .foreground-img                     - Hero foreground image
 *   .bg-section-1 through .bg-section-5 - Section background images
 *
 * === WORKING HOURS / STATS BAR (index.html) ===
 *   .schedule-section                   - Schedule/stats bar container
 *   .bg-primary-color                   - Primary navy background
 *   .widget / .widget-title             - Widget card heading
 *   .widget-hours                       - Hours row
 *
 * === DISEASE / CONDITIONS GRID (index.html) ===
 *   .disease-section                    - 3-column disease grid section
 *   .section-heading                    - Section title (centered)
 *   .card / .card-heading / .card-title - Card components
 *   .card-content / .card-menu          - Card body
 *   .menu-item / .item-link             - Card link items
 *   .btn-link                           - Text link with caret
 *
 * === TYPE / ICON BOX SECTION (index.html) ===
 *   .type-section / .type-section-2     - Section wrapper
 *   .icon-boxes                         - Flex icon grid container
 *   .icon-box-wrapper / .icon-box       - Individual icon item
 *   .icon-box.icon-box-1                - Centered icon card
 *   .icon-box.icon-box-left             - Left-aligned icon card
 *   .box-title                          - Icon box heading
 *   .box-desc                           - Icon box description
 *
 * === IMAGE BOX SECTION (index.html) ===
 *   .image-box-section                  - Image box grid section
 *   .image-box.image-over               - Image + overlay content card
 *
 * === MISSION / VALUES (index.html) ===
 *   .bg-section-4                       - Mission section background
 *
 * === BLOG PREVIEW (index.html) ===
 *   .blog-preview-section               - Blog grid section
 *   .post-box                           - Blog post card
 *   .post-date                          - Post date metadata
 *
 * === CTA BANNER (index.html) ===
 *   .banner.banner-simple.cta-section   - Bottom CTA banner
 *   .cta-section-1                      - CTA section variant
 *
 * === PAGE TITLE / BREADCRUMB (inner pages) ===
 *   .page-header.bg-more-light          - Page title bar
 *   .page-title                         - Page heading
 *   .breadcrumb-nav / .breadcrumb       - Breadcrumb navigation
 *   .breadcrumb-item                    - Individual breadcrumb
 *
 * === DEPARTMENTS GRID (departments-1.html) ===
 *   .department-list-section            - Department grid container
 *   .icon-box.hover-border.text-center  - Department card
 *
 * === HELP / FAQ (help.html) ===
 *   .article-section / .article         - Article group section
 *   .article-title                      - Category heading
 *   .article-question                   - FAQ question text
 *   .sub-title                          - Sub-section heading
 *
 * === HOW IT WORKS / STEPS (how-it-works.html) ===
 *   .step-section                       - Steps timeline section
 *   .banner-aside                       - Step row (image + text)
 *   .banner-aside-switch                - Reversed step row
 *   .banner-subtitle                    - Step number label
 *   .banner-desc                        - Step description
 *
 * === CONTACT FORM (contact-us.html) ===
 *   .contact-detail-section             - Contact info cards
 *   .contact-map-section                - Map/address section
 *   .contact-form-section               - Form container
 *   .book-form.book-form-contact        - Contact form
 *   .input-group.input-light            - Form field group
 *   .form-control                       - Input field
 *   .form-control.select-control        - Custom dropdown
 *   .text-area                          - Textarea field
 *   .btn.btn-secondary-color.btn-form   - Form submit button
 *
 * === FOOTER (shared) ===
 *   .footer.bg-primary-color            - Footer wrapper
 *   .footer-top / .footer-middle / .footer-bottom - Footer tiers
 *   .info-box / .info-title             - Footer column heading
 *   .info-list / .info-link             - Footer link list
 *   .social-links / .social-link        - Social icon row
 *   .input-group.input-footer           - Newsletter form
 *
 * === COMMON UTILITY CLASSES ===
 *   .btn-primary-color                  - Primary navy button
 *   .btn-secondary-color                - Accent blue button
 *   .btn-sm / .btn-md                   - Button sizes
 *   .ls-0 / .ls-20 / .ls-n-20           - Letter spacing
 *   .padding-small                      - Section vertical padding
 *   .line-height-1                      - Tight line height
 *   .sr-only                            - Screen reader only
 * ============================================================
 */

:root {
  --color-primary: #1A3C6E;
  --color-accent: #00A8E8;
  --color-primary-dark: #12305A;
  --color-accent-dark: #008AC4;
  --font-family: 'Poppins', sans-serif;
  --fs-xs: 0.875rem;
  --fs-sm: 0.9375rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.5rem;
  --fs-xl: 1.75rem;
  --fs-2xl: 2rem;
  --fs-3xl: 2.5rem;
  --fs-4xl: 3rem;
}

.header-area,
.main-menu,
.footer-area,
.section-title h2,
.page-title-area,
.btn-primary,
.hero-slider-area,
.navbar-nav .nav-link:hover,
.footer-widget h4 {
  color: #1A3C6E;
}

.bg-primary,
.btn-primary,
.section-bg,
.page-title-bg,
.navbar-toggler {
  background-color: #1A3C6E;
}

a:hover,
.nav-link.active,
.btn-outline-primary,
.highlight-text,
.accent-color {
  color: #00A8E8;
}

.btn-accent,
.accent-bg {
  background-color: #00A8E8;
  border-color: #00A8E8;
}

.header .btn-primary-color {
  background-color: #1A3C6E;
  border-color: #1A3C6E;
  color: #fff;
}

.header .btn-primary-color:hover {
  background-color: #12305A;
  border-color: #12305A;
}

.header .btn-secondary-color {
  background-color: #00A8E8;
  border-color: #00A8E8;
  color: #fff;
}

.header .btn-secondary-color:hover {
  background-color: #008AC4;
  border-color: #008AC4;
}

.footer.bg-primary-color {
  background-color: #1A3C6E;
}

.footer .info-link {
  color: rgba(255, 255, 255, 0.8);
}

.footer .info-link:hover {
  color: #00A8E8;
}

.page-title-area {
  background-color: #1A3C6E;
}

.banner h1,
.page-title-area h1,
.page-title-area .page-title {
  color: #fff;
}

a.text-accent,
.btn-link-accent {
  color: #00A8E8;
}

a.text-accent:hover,
.btn-link-accent:hover {
  color: #008AC4;
}

.bg-accent {
  background-color: #00A8E8;
}

.text-primary-color {
  color: #1A3C6E;
}

.bg-primary-color {
  background-color: #1A3C6E;
}

.text-accent-color {
  color: #00A8E8;
}

.bg-accent-color {
  background-color: #00A8E8;
}

.btn.btn-primary-color {
  background-color: #1A3C6E;
  border-color: #1A3C6E;
  color: #fff;
}

.btn.btn-primary-color:hover {
  background-color: #12305A;
  border-color: #12305A;
}

.btn.btn-accent-color {
  background-color: #00A8E8;
  border-color: #00A8E8;
  color: #fff;
}

.btn.btn-accent-color:hover {
  background-color: #008AC4;
  border-color: #008AC4;
}

.nav-link.active-page {
  color: #00A8E8 !important;
}

.header .main-nav .menu>li.active>a {
  color: #00A8E8;
}

.header .main-nav .menu>li>a:hover {
  color: #00A8E8;
}

.stat-value {
  color: #00A8E8;
  font-size: var(--fs-3xl);
  font-weight: 700;
}

.stat-label {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pillar-icon {
  color: #00A8E8;
}

.pillar-title {
  color: #1A3C6E;
  font-weight: 600;
}

.step-number {
  background-color: #00A8E8;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Methodology step cards override .banner-aside horizontal flex */
.step-section .banner-aside {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  height: 100%;
}

.step-section .banner-aside .banner-subtitle {
  color: #1A3C6E;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}

.step-section .banner-aside .banner-desc {
  color: #6b7280;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
}

.step-section .row {
  align-items: stretch;
}

.step-section {
  padding-top: 60px;
  padding-bottom: 70px;
}

.cta-section {
  background-color: #1A3C6E;
  color: #fff;
}

.cta-section .btn-accent {
  background-color: #00A8E8;
  border-color: #00A8E8;
  color: #fff;
}

.cta-section .btn-accent:hover {
  background-color: #008AC4;
  border-color: #008AC4;
}

.solution-domain-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.solution-domain-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.solution-domain-card h3 {
  color: #1A3C6E;
}

.solution-domain-card .card-link {
  color: #00A8E8;
  font-weight: 600;
}

.compliance-card {
  border-left: 4px solid #00A8E8;
  padding: 1.5rem;
  margin-bottom: 1rem;
  background: #f8f9fa;
}

.compliance-card h3 {
  color: #1A3C6E;
}

.form-control:focus {
  border-color: #00A8E8;
  box-shadow: 0 0 0 0.2rem rgba(0, 168, 232, 0.25);
}

.info-detail {
  color: #1A3C6E;
}

.info-detail i {
  color: #00A8E8;
}

.partnership-feature h4 {
  color: #1A3C6E;
}

.partnership-feature .feature-icon {
  color: #00A8E8;
}

.market-card {
  text-align: center;
  padding: 2rem 1rem;
}

.market-card h3 {
  color: #1A3C6E;
  font-size: 1.25rem;
  font-weight: 600;
}

.market-card .market-cta {
  color: #00A8E8;
  font-weight: 600;
}

.footer .footer-logo-text {
  color: #fff;
  font-size: var(--fs-lg);
  font-weight: 700;
}

.footer .info-title {
  color: #fff;
}

.footer .footer-contact-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs-lg);
}

.footer .footer-icon {
  color: #00A8E8;
  margin-right: 8px;
}

.footer .footer-copyright {
  color: rgba(255, 255, 255, 0.7);
}

.cta-heading {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.cta-text {
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin: 0 auto 1.5rem;
}

.cta-heading-lg {
  color: #fff;
  font-size: var(--fs-xl);
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-subcopy {
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--fs-md);
}

.feature-icon-lg {
  font-size: var(--fs-4xl);
  color: #00A8E8;
  margin-bottom: 1rem;
}

.feature-icon-xl {
  font-size: var(--fs-3xl);
  color: #00A8E8;
  margin-bottom: 1rem;
}

.feature-icon-md {
  font-size: var(--fs-2xl);
  color: #00A8E8;
  margin-bottom: 0.5rem;
}

.feature-icon-md-primary {
  font-size: var(--fs-2xl);
  color: #1A3C6E;
  margin-bottom: 0.5rem;
}

.text-muted {
  color: #666;
  font-size: var(--fs-lg);
}

.section-desc {
  font-size: var(--fs-md);
  color: #666;
  margin-bottom: 2rem;
}

.text-accent-semibold {
  font-weight: 600;
  color: #00A8E8;
}

.section-subcopy {
  color: #555;
  font-size: var(--fs-md);
  max-width: 800px;
  margin: 1rem auto 2rem;
}

.section-subcopy-lg {
  color: #555;
  font-size: var(--fs-md);
  max-width: 850px;
  margin: 0 auto 2rem;
}

.stat-note {
  color: #666;
  max-width: 600px;
  margin: 0.5rem auto 0;
}

.highlight-card {
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #00A8E8;
}

.highlight-card-primary {
  background: #f0f7ff;
  border-radius: 8px;
  border-left: 4px solid #1A3C6E;
}

.text-primary-semibold {
  color: #1A3C6E;
  font-weight: 600;
}

.step-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1A3C6E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: var(--fs-lg);
  font-weight: 700;
}

.step-title {
  font-size: var(--fs-base);
  font-weight: 600;
  color: #1A3C6E;
}

.text-muted {
  color: #666;
  font-size: var(--fs-lg);
}

.text-body-sm {
  color: #555;
  font-size: var(--fs-base);
  margin-bottom: 0;
}

.text-body-xs {
  color: #555;
  font-size: var(--fs-sm);
  margin-bottom: 0;
}

.section-heading-md {
  font-size: var(--fs-lg);
  font-weight: 600;
  margin-bottom: 2rem;
}

.figure-mb {
  margin-bottom: 1.25rem;
}

.card-accent-border {
  border-left: 4px solid #00A8E8;
  padding: 1.5rem;
}

.quote-card {
  background: #f8f9fa;
  border-left: 4px solid #00A8E8;
  padding: 1.5rem;
  border-radius: 4px;
}

.quote-card-text {
  margin: 0;
  color: #555;
}

.compliance-icon-wrapper {
  min-width: 80px;
}

.compliance-icon-img {
  max-width: 80px;
  border-radius: 6px;
}

.text-body {
  font-size: var(--fs-md);
  color: #555;
}

.section-title-lg {
  font-size: var(--fs-xl);
  font-weight: 600;
}

.text-muted {
  color: #666;
}

.contact-desc {
  font-size: var(--fs-md);
  color: #666;
  margin-bottom: 0;
}

.btn-link-inline {
  margin-right: 1rem;
  display: inline-block;
}

.pillar-icon-lg {
  font-size: var(--fs-4xl);
  color: #00A8E8;
}

.strong-primary {
  color: #1A3C6E;
}

@media (max-width: 768px) {
  .stat-value {
    font-size: 1.8rem;
  }

  .solution-domain-card {
    margin-bottom: 1rem;
  }
}

/* ============================================================
   Capnova single-page layout — anchor & section helpers
   ============================================================ */
html {
  scroll-behavior: smooth;
}

.section-anchor {
  scroll-margin-top: 185px;
}

.section-divide {
  border-top: 1px solid #e8edf2;
}

/* Sub-solution section wrapper — lighter padding than department-list-section */
.sub-section {
  padding-top: 5rem;
  padding-bottom: 1rem;
}

/* Stat highlight strip */
.stat-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Labeled heading bar for sub-solution sections */
.sub-section-heading {
  background-color: #f0f5fb;
  border-left: 4px solid #00A8E8;
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
  border-radius: 0 4px 4px 0;
}

.sub-section-heading h3 {
  margin: 0;
  color: #1A3C6E;
  font-size: 1.75rem;
  font-weight: 600;
}

/* Apply capnova accent colour to icon-box hover-border figure circles */
.icon-box.hover-border figure {
  background-color: #00A8E8;
}

.icon-box.hover-border:hover figure {
  background-color: #1A3C6E;
}

/* Schedule-section widget: keep 4-column stat layout readable */
.schedule-section .widget.text-center {
  text-align: center !important;
}

.schedule-section .widget-title {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.schedule-section .widget-desc {
  margin-bottom: 0;
  color: #a1c8e0;
}