:root {
  /* ============================================================
     TYPOGRAPHY & FONT SIZES
     ============================================================ */
  --fs-xs: 11px;                   /* Tiny sub-labels / tracking text */
  --fs-sm: 12px;                   /* Small tags / metrics descriptors */
  --fs-base-sub: 14px;             /* Breadcrumbs / search input text */
  --fs-body: 16px;                 /* Standard reading / list item size */
  --fs-md: 1.5em;                   /* Contact box details / form inputs */
  --fs-lg: 18px;                   /* Subheadings / intro text / bullet lists */
  --fs-xl: 20px;                   /* Sub-section feature titles */
  --fs-h3: 1.25rem;                /* Standard H3 card titles */
  --fs-h2-sub: 24px;               /* Contact section h3 titles */
  --fs-h2: 2rem;                   /* Standard section heading titles */
  --fs-display-sm: 2.5rem;         /* Overlapping card titles / hero responsive */
  --fs-display-md: 3rem;           /* Primary Hero titles / details bar numbers */
  --fs-display-lg: 34px;           /* Alternate layout section headers */
  --fs-display-xl: 38px;           /* Large about us header strings */
  --fs-display-xxl: 42px;          /* Deep panel display block headers */
  --fs-display-huge: 44px;         /* Massive testimonial accent titles */
  --fs-display-max: 48px;          /* Huge graphic metric data counters */
  --fs-display-ultra: 54px;        /* Legacy maximum banner headline elements */

  /* Structural Component Mappings */
  --fs-top-bar: 1rem;
  --fs-navbar-link: 0.85rem;
  --fs-dropdown-link: 0.8rem;
  --fs-hero-desc: 1.2rem;
  --fs-footer-text: 0.9em;
  --fs-footer-bottom: 0.8rem;
  --fs-badge: 0.75rem;

  /* ============================================================
     GLOBAL BASICS & THEME ACCENTS
     ============================================================ */
  --theme-primary: #374360;        /* Main blue brand accent (borders, accents, highlights) */
  --theme-secondary: #da151b;     /* secondary/highlight colours */
  --body-bg: #374360;              /* Standard background for the site and main cards */
  --body-text: #FFF;            /* default reading text for the body */
  --body-text-dark: #121212;
  --heading-dark: #FFF;         /* Sharp black color for section/box headings */
  --link-col: #fff;
  --link-hover-col: #da151b;

  /* ============================================================
     HEADER & NAVIGATION MESH
     ============================================================ */
  /* Top Bar */
  --top-bar-bg: transparent;       /* Dynamic spacer matching parent container layout */
  --top-bar-text: #fff;         /* Default text/link color for top bar links */

  /* Main Navbar Header Container */
  --header-bg: #374360;            /* Background fill for the sticky site-header wrapper */
  --header-border-bottom: #fff; /* The thick 10px thematic accent border under header */

  /* Main Navbar Links (#masthead-navbar .uk-navbar-nav > li > a) */
  --navbar-link-text: #fff;     /* Default gray-black color for top-level navbar strings */
  --navbar-link-bg-hover: #f2f5f8; /* Soft light gray pill capsule background on hover/active */
  --navbar-link-text-hover: #da151b;/* text highlight shift on hover/active */

  /* Dropdown Menus */
  --dropdown-bg: #ffffff;          /* Background color for the nested submenu dropdown card */
  --dropdown-link-text: #444444;   /* Balanced slate gray reading text inside dropdown menus */
  --dropdown-shadow-1: rgba(0,0,0, 0.08); /* Distant soft blur layer for dropdown depth */
  --dropdown-shadow-2: rgba(0,0,0, 0.05); /* Tighter anchor shadow layer underneath dropdown card */

  /* ============================================================
     BUTTONS & CALL TO ACTIONS
     ============================================================ */
  /* Standard Action Buttons (.btn) */
  --btn-bg: #374360;               /* Default filling for structural call-to-actions */
  --btn-text: #ffffff;             /* Crisp high-contrast reading text inside normal buttons */
  --btn-bg-hover: #da151b;         /* fill when hovering main buttons */

  /* Alternative / Green Tag Buttons (.btn.green / Inline Blocks) */
  --btn-alt-bg: #231f20;           /* Solid charcoal dark slate block color for secondary prompts */
  --btn-alt-arrow-bg: #ffffff;     /* White box background accent framing the button text icon */
  --btn-alt-arrow-icon: #231f20;   /* Matching charcoal interior color for the arrow accent */

  /* ============================================================
     HERO SECTIONS & CARDS
     ============================================================ */
  /* Hero Banner Workspace */
  --hero-bg-fallback: #374360;     /* Baseline pitch black floor framing modern slideshow components */
  --hero-border-bottom: #da151b;   /* Solid horizontal layout anchor rule matching site accent frames */
  --hero-text: #ffffff;            /* Pure white contrast color for heading layers over hero graphics */
  --hero-text-highlight: #da151b;  /* Highlight color string applied directly to styled .highlighttext */
  --hero-accent-span: #da151b;     /* alternative vivid neon blue used for modern text span wraps */
  --hero-desc-text: #e5e7eb;       /* Soft light silver gray text layout reading frame for copy blurbs */

  /* Hero Overlay Floating Text Box */
  --hero-overlay-bg: rgba(55,67,96,0.75); /* Frosted dark safety tint isolating hero titles from assets */

  /* Dynamic Content Cards */
  --card-bg: #ffffff;              /* Standard background canvas for grids and showcase items */
  --card-text-light: #ffffff;      /* Contrast text used when card descriptions map over content */
  --card-overlay-bg: rgba(0,0,0, 0.5); /* Semi-transparent caption backdrop resting over card images */
  --card-shadow: rgba(0,0,0, 0.08); /* Faint ambient shadow boundary lifting standard elements up */
  --card-focus-outline: #005fcc;   /* Clear navy focus indicator for structural keyboard navigation */

  /* ============================================================
     LAYOUT MODULES & UTILITY BLOCKS
     ============================================================ */

  /* welcome section */
  /* h2 */
  --welcomeh2col: #171e6b;
  --welcomeh2size: 2em;

  /* h3 */
  --welcomeh3col: #da151b;
  --welcomeh3size: 1.2em;




  /* Layout Content Section Variables */
  --textbox-bg: #ffffff;           /* Clean background backing content text overlays */
  --textbox-shadow: rgba(0,0,0 / 0.15); /* Moderate elevation drop shadow tracking container edges */
  --decor-shape-opacity: 0.8;      /* Structural presentation fade rule applying to watermark objects */
  --icon-orange-bg: #f48024;       /* Explicit orange background utility used inside indicator vectors */

  /* Special Philosophy Blocks */
  --philo-box-bg: #ffffff;         /* Absolute backdrop for philosophy text arrays */
  --accomplish-box-shadow: rgba(0,0,0, 0.15); /* Structural accent shading lifting accomplishment grids */
  --accomplish-gradient-top: rgba(0, 0, 0, 0.45); /* Dual blend dark gradient tracking top container assets */
  --accomplish-gradient-bot: rgba(0, 0, 0, 0.65); /* Dual blend dark gradient backing base container labels */

  /* Testimonials Area */
  --testimonial-section-bg: #231f20; /* Deep backdrop styling layout sections for user reviews */
  --testimonial-card-bg: rgba(255, 255, 255, 0.2); /* Semi-transparent frosted glass capsule layer */
  --testimonial-quote-mark: rgba(255, 255, 255, 0.15); /* Ghostly accent watermark rendering quote symbols */
  --testimonial-stars: #528edd;    /* Highlighting color for review star indicator metrics */
  --testimonial-svg-wave: rgba(255, 255, 255, 0.2); /* Custom fill opacity color inside border line vectors */

  /* Team Grids */
  --team-span-text: #528edd;        /* Specialty tag accent labeling employee structural roles */
  --team-img-grayscale: 20%;       /* Grayscale percentage dampening images before a cursor hover */

  /* Contact Blocks & Input Fields */
  --contact-item-bg: #ffffff;      /* Baseline element cards backing direct user channels */
  --contact-item-active-bg: #121212;/* Swapped inverted dark floor when items toggle into focus states */
  --contact-item-hover-bg: #528edd;/* Deep thematic solid color mapping active card hover fills */
  --contact-text-muted: #484848;   /* Default soft gray text handling form fields and tables */
  --input-bg: #ffffff;             /* Background fill color structural to inputs and fields */
  --input-border: rgba(91, 154, 66, 0.2); /* Specialized outline framing form components */
  --input-focus-outline: #0066cc;  /* Vivid brand blue ring identifying active search elements */
  --input-focus-glow: rgba(0,102,204, 0.12); /* Extended perimeter glow radius for selected inputs */

  /* Footer Space */
  --footer-bg: #374360;            /* Ground base block layout backing primary lower content columns */
  --footer-border-top: #da151b;    /* Thick bounding color balancing lower layouts with the header */
  --footer-text: #ffffff;          /* Standard absolute reading color matching link lists and blocks */
  --footer-icon-bg: #ffffff;       /* Solid backing cards setting shape to small circular links */
  --footer-icon-text: #231f20;     /* Inverted inner color matching structural icons inside boxes */
  --footer-link-hover: #da151b;    /* Bright active feedback highlight coloring hover hyperlinks */
  --footer-bottom-border: rgba(255,255,255 / 0.15); /* Fine split separation line framing legal rows */
  --footer-bottom-text: rgba(255,255,255 / 0.85); /* Slightly dimmed white reading text for sub-footers */
}

/* ==========================================================================
   RESET / GLOBAL BASE
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}

body {
  color: var(--body-text);
  line-height: 1.6;
  background-color: var(--body-bg);
}

html, body {
  max-width: 100%;
  overflow-x: clip;
}
1

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

a:hover:not(.btn){
  color:var(--link-hover-col);
  text-decoration: none;
}

a:hover:not(.btn) p{
  color:var(--body-text);
}

h1, h2, h3, h4, h5 {
  margin:0;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
  color:var(--body-text);
}

#content-head, .uk-heading-divider {
  margin-bottom: 0px;
  text-align: center;
}

p {
  margin-bottom: 1em;
}

/* ==========================================================================
   BUTTONS & ACTIONS
   ========================================================================== */


.btn {
  display: inline-flex;
  align-items:center;
  justify-content: center;
  text-transform: uppercase;
  padding: 18px 30px;
  background: var(--btn-bg);
  color: var(--btn-text);
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.2s ease;
  gap:25px;
  border:1px solid #fff;
}

.btn:hover {
  background: var(--btn-bg-hover)!important;
  color:var(--body-text);
  text-decoration: none;
}

.btn.green {
  background: var(--btn-alt-bg);
}

.btn .arrow {
  background: var(--btn-alt-arrow-bg);
  color: var(--btn-alt-arrow-icon);
  padding: 8px 14px;
  font-size: var(--fs-lg);
  font-weight: bold;
}

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

.text-box .btn {
  padding: 12px 20px;
}

.btn:hover .arrow {
  color: var(--theme-primary);
}

/* ==========================================================================
   HEADER & MAIN NAVIGATION
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--header-bg);
  padding: 1em 0 0.5em 0;
  border-bottom: solid var(--header-border-bottom) 1px;
  text-transform: uppercase;
  overflow-x: clip;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  font-size: var(--fs-top-bar);
}

.top-bar a {
  font-weight: 600;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 2px;
  color: var(--top-bar-text);
}

.top-bar a:hover {
  text-decoration: underline;
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: var(--fs-xl);
  font-weight: 700;
  letter-spacing: 0.5px;
  max-width: 230px;
}

.logo img {
  width: 100%;
  height: auto;
}

#masthead-navbar {
  position: relative;
  z-index: 1000;
}

#masthead-navbar .uk-navbar-nav {
  gap: 0.5rem;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  margin: 0;
  padding: 0;
}

#masthead-navbar .uk-navbar-nav > li {
  display: block;
  position: relative;
}

#masthead-navbar .uk-navbar-nav > li > a {
  color: var(--navbar-link-text);
  font-size: var(--fs-navbar-link);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 18px;
  transition: all .25s ease;
  min-height: 20px;
  border-radius: 8px;
}

#masthead-navbar .uk-navbar-nav > li:hover > a,
#masthead-navbar .uk-navbar-nav > li.uk-active > a {
  background: var(--theme-secondary);
  color: var(--body-text);
}

#masthead-navbar .uk-navbar-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

#masthead-navbar .uk-navbar-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  min-width: 240px;
  margin: 0;
  padding: 12px 0;
  background: var(--dropdown-bg);
  border-radius: 12px;
  box-shadow:
    0 10px 30px var(--dropdown-shadow-1),
    0 2px 8px var(--dropdown-shadow-2);
  transition: all .25s ease;
  z-index: 1000;
}

#masthead-navbar .uk-drop {
  top: auto !important;
  left: auto !important;
}

#masthead-navbar .uk-navbar-nav > li:hover > .uk-navbar-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#masthead-navbar .uk-navbar-dropdown-nav > li > a {
  display: block;
  padding: 10px 20px;
  color: var(--dropdown-link-text);
  font-size: var(--fs-dropdown-link);
  font-weight: 400;
  transition: all .2s ease;
}

#masthead-navbar .uk-navbar-dropdown-nav > li:first-child > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#masthead-navbar .uk-navbar-dropdown-nav > li:last-child > a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#masthead-navbar .uk-navbar-nav > li:has(.uk-navbar-dropdown) > a::before {
  content: "⌄";
  font-size: var(--fs-badge);
  margin-left: 6px;
  float: right;
  opacity: .5;
}

@media (max-width: 959px) {
  .nav-container{align-items: flex-start;}
  #masthead-navbar .uk-navbar-dropdown {
    display: none !important;
  }
  .logo {
    max-width: 180px;
  }
  .uk-navbar-toggle{min-height: auto;}
  .uk-navbar-toggle{color:#fff;}
  .uk-navbar-toggle svg {
      width: 42px;  /* Default is usually 20px */
      height: 42px;
  }
  .uk-offcanvas-bar .uk-nav
  {
    margin-top:1em;
  }

  .blog-post-summary .uk-flex{flex-wrap: wrap;}

}

.uk-nav-header{text-transform: none;}

/* ==========================================================================
   HERO BRIDGES & SLIDERS
   ========================================================================== */
.hero-slider-holder {
  background: var(--hero-bg-fallback);
  border-bottom: solid 5px var(--hero-border-bottom);
  padding: 0;
}

.hero-slider {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1.5s ease-in-out, transform 6s linear;
  will-change: transform, opacity;
}

.uk-slideshow-items li.uk-active:after {
  content: "";
  top: 0; left: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--hero-overlay-bg);
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1.2);
}

.hero-content-holder {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 840px;
  padding: 2rem;
  color: var(--hero-text);
}

.hero-content h1 {
  font-size: var(--fs-display-md);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2em;
}

.hero-content h1 span:not(.pw-edit):not(.pw-edit-orig):not(.pw-edit-copy) {
    color:var(--hero-text-highlight) !important;
}

.highlighttext {
  color: var(--hero-text-highlight) !important;
}

.hero-content p {
  font-size: var(--fs-hero-desc);
  margin-bottom: 2rem;
}

.hero-overlay-content {
  background: var(--hero-overlay-bg);
  padding: 40px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}

.hero-title {
  font-size: var(--fs-display-sm);
  font-weight: 700;
  color: var(--hero-text);
  margin-bottom: 15px;
  line-height: 1.2;
}

.hero-title span {
  color: var(--hero-accent-span);
}

.hero-desc {
  font-size: var(--fs-hero-desc);
  color: var(--hero-desc-text);
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .hero-overlay-content {
    padding: 20px;
    margin: 0 15px;
  }
  .hero-title {
    font-size: var(--fs-lg);
  }
}

/* ==========================================================================
   HOMEPAGE GRID & SECTIONS
   ========================================================================== */
.highlights {
  margin-top: -15vh;
  position: relative;
  z-index: 3;
}

.card-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-decoration: none;
  color: inherit;
}

.card-link:focus-visible {
  outline: 2px solid var(--card-focus-outline);
  outline-offset: 4px;
}

section {
  padding: 0 0 4rem 0rem;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

section h2 {
  font-size: var(--fs-h2);
  text-align: left;
  margin-bottom: 2.5rem;
}

.welcome_section{
  margin: 0em auto 3em auto;
  color: var(--body-text);
  font-size: var(--fs-hero-desc);
  text-align: center;
    background: var(--card-bg);
}


.welcome_section .content-section{
  width:80%;
  max-width:1200px;
  margin:0 auto;
  padding:4em 0;
}

.welcome_section h3 {
  color: var(--welcomeh3col);
  text-transform: uppercase;
  font-size: var(--welcomeh3size);
  margin-bottom: 0.5em;
}

.welcome_section h2 {
  color: var(--welcomeh2col);
  font-size: var(--welcomeh2size);
  margin-bottom: 0.2em !important;
  text-align: center;
}

.welcome_section p
{
  color:var(--body-text-dark);
}

.welcome_section ul{
  text-align:left;
  display: table;
  margin: 0 auto;
  color:var(--body-text-dark);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.card {
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  color: inherit;
  height: 100%;
  background: var(--card-bg);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px var(--card-shadow);
  transition: transform 0.2s ease;
  position: relative;
}

.card:hover {
  transform: translateY(-8px);
}

.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.card-content {
  position: absolute;
  padding: 1.5rem;
  bottom: 0; left: 0;
  background: var(--card-overlay-bg);
  color: var(--card-text-light);
  text-align: center;
}

.card-content h3 {
  font-size: var(--fs-h3);
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.card-content p {
  font-size: var(--fs-top-bar);
}

/* ==========================================================================
   CONTENT LAYOUT PANELS
   ========================================================================== */

.uk-container #content #content-head{margin:1.5em auto 1.5em auto;}

#main .uk-breadcrumb{margin:1.5em auto 2em auto; max-width:500px; text-align: center;}

.content-section {
  width: 100%;
  color: var(--body-text);
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.image-wrapper {
  position: relative;
  flex: 1 1 60%;
  min-width: 300px;
  overflow: visible;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 15px var(--card-shadow);
}

.decor-shape {
  position: absolute;
  bottom: -40px;
  left: -50px;
  width: 100px;
  height: 100px;
  z-index: 1;
  opacity: var(--decor-shape-opacity);
  pointer-events: none;
  background-image: url("../images/logo_min.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}

.text-box {
  background: var(--card-bg);
  padding: 2.5rem 3rem;
  box-shadow: 0 10px 20px var(--textbox-shadow);
  border-radius: 4px;
  position: relative;
  z-index: 10;
  transition: transform 0.3s ease;
  color: var(--body-text-dark);
  margin-left: -100px;
  margin-right: 0;
}

.hp-content-section:nth-of-type(even) .content-wrapper {
  flex-direction: row-reverse;
}

.hp-content-section:nth-of-type(even) .content-wrapper .text-box {
  margin-right: -100px;
  margin-left: 0;
}

.icon {
  font-size: var(--fs-h2);
  width: 24px;
  height: 24px;
  line-height: 24px;
  stroke: currentColor;
  text-align: center;
}

.header-icon {
  width: 26px;
  height: 30px;
  background-image: url("images/logo_min.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  display: inline-block;
}

.orange-icon {
  background-color: var(--icon-orange-bg);
}

.text-box h3 {
  font-size: var(--fs-md);
  font-weight: 900;
  margin-bottom: 1rem;
  color: var(--body-text-dark);
  display: inline-block;
  margin-top: -0.5em;
}

.text-box p {
  font-size: var(--fs-top-bar);
  line-height: 1.5;
  color: var(--dropdown-link-text);
}

@media (max-width: 900px) {

  .content-section
  {
    max-width:95%;
    margin:0 auto;
  }
  .content-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
  .text-box {
    margin: 0;
    max-width: 100%;
  }
  .right-offset {
    flex-direction: column;
  }


}

/* ==========================================================================
   TESTIMONIAL SCENE LAYER
   ========================================================================== */
.testimonials {
  position: relative;
  background: linear-gradient(to bottom, var(--testimonial-section-bg) 0%, var(--testimonial-section-bg) 100%);
  padding: 120px 20px;
  color: var(--card-text-light);
  overflow: hidden;
  border-top: 10px solid var(--theme-primary);
  border-bottom: 10px solid var(--card-bg);
}

.wave-top, .wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
  line-height: 0;
}

.wave-top { top: 0; }
.wave-bottom { bottom: 0; }

.wave-top svg, .wave-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}

.wave-top path, .wave-bottom path {
  fill: var(--card-bg);
  opacity: var(--testimonial-svg-wave);
}

.testimonials-container {
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.testimonials-container h2 {
  text-align: center;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-tag {
  display: inline-block;
  padding: 6px 16px;
  background: var(--testimonial-card-bg);
  border-radius: 50px;
  font-size: var(--fs-sm);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-header h2 {
  font-size: var(--fs-display-huge);
  margin: 15px 0;
}

.section-header p {
  font-size: var(--fs-lg);
  opacity: 0.95;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.testimonial-card {
  position: relative;
  background: var(--testimonial-card-bg);
  border-radius: 24px;
  padding: 45px 35px;
  backdrop-filter: blur(8px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px var(--dropdown-shadow-2);
}

.quote-mark {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 120px;
  color: var(--testimonial-quote-mark);
  line-height: 1;
  pointer-events: none;
}

.stars {
  text-align: center;
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 25px;
  color: var(--testimonial-stars);
}

.testimonial-text {
  font-size: var(--fs-body);
  line-height: 1.9;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: var(--fs-display-lg);
  }
  .testimonials {
    padding: 100px 20px;
  }
}

/* ==========================================================================
   ABOUT PAGES & EXTENDED UTILITIES
   ========================================================================== */
.about {
  padding: 0;
  border-top: 10px solid var(--theme-primary);
}

.container {
  width: 1400px;
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

.about-images {
  position: relative;
  /*flex: 1;*/
}

.img-large {
  width: 100%;
  border-radius: 4px;
  display: block;
}

.img-small {
  position: absolute;
  bottom: -60px;
  left: -50px;
  width: 200px;
}

.about-content {
  flex: 1;
}

.tag {
  display: inline-block;
  background: var(--theme-secondary);
  color: var(--card-text-light);
  padding: 8px 22px;
  border-radius: 30px;
  font-size: var(--fs-base-sub);
  font-weight: 600;
  margin-bottom: 25px;
}

.about-content h2 {
  font-size: var(--fs-display-xl);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 25px;
}

.about-content p {
  font-size: var(--fs-lg);
  color: var(--text-about-para);
  line-height: 1.7;
  margin-bottom: 30px;
}

.content-section ul:not(.uk-breadcrumb) {
  list-style: none;
  margin-bottom: 40px;
}

.content-section ul:not(.uk-breadcrumb) li:not(.uk-nav-divider) {
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: var(--fs-lg);
}

.content-section ul:not(.uk-breadcrumb):not(.uk-nav-default) li:not(.uk-nav-divider)::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: var(--theme-secondary);
  color: var(--card-text-light);
  border-radius: 50%;
  font-size: var(--fs-base-sub);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ccontainer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-padding { padding: 100px 0; }
.section-padding-smbot { padding: 50px 0 0px 0; }
.text-center { text-align: center; }

.section-sub {
  font-size: var(--fs-xs);
  letter-spacing: 3px;
  color: var(--text-sub-label);
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}

.slide-left { opacity: 0; transform: translateX(-60px); transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.slide-right { opacity: 0; transform: translateX(60px); transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.active { opacity: 1; transform: translateX(0); }

.hero_sm {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--card-text-light);
  text-align: center;
}
.hero_nopix { height: 200px; }
.hero_sm h1 { font-size: var(--fs-display-ultra); letter-spacing: 4px; margin-bottom: 10px; }
.breadcrumbs { font-size: var(--fs-base-sub); font-weight: 400; }
.breadcrumbs span { color: var(--navbar-link-text-hover); }

.intro-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; }
.intro-content h2 { font-size: var(--fs-display-lg); margin-bottom: 25px; position: relative; padding-bottom: 20px; line-height: 1.2; text-align: left;}
.intro-content h2::after { content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 2px; background: var(--navbar-link-text-hover); }
.intro-image img { border-radius: 8px; }

.offset-wrapper { display: flex; align-items: flex-start; margin-top: 60px; padding: 0; }
.offset-wrapper-half { width: 60%; margin: 60px auto 0 auto; }

.philo-black-box {
  background: var(--card-bg);
  width: 60%;
  padding: 100px 15% 180px 6%;
  z-index: 1;
  border-radius: 8px;
}
.philo-black-box h2 { font-size: var(--fs-display-xxl); line-height: 1.1; margin-bottom: 20px; color: var(--body-text); }
.red-line { width: 40px; height: 2px; background: var(--theme-primary); margin-bottom: 45px; }

.acc-item { margin-bottom: 25px; }
.acc-trigger { color: var(--theme-primary); font-weight: 700; font-size: var(--fs-base-sub); cursor: pointer; display: flex; align-items: center; gap: 10px; margin-bottom: 15px; text-transform: uppercase; }
.acc-content { padding-left: 25px; max-width: 480px; color: var(--body-text); }
.inactive-trigger { color: var(--body-text); }

.accomplish-box {
  border-radius: 8px;
  width: 45%;
  margin-left: -10%;
  margin-top: 160px;
  background: linear-gradient(var(--accomplish-gradient-top), var(--accomplish-gradient-bot)), url('images/ccontainer-bg.jpg') center/cover;
  padding: 80px 60px;
  color: var(--card-text-light);
  z-index: 2;
  box-shadow: 20px 20px 60px var(--accomplish-box-shadow);
}
.accomplish-box h3 { font-size: var(--fs-display-md); line-height: 1.2; margin-bottom: 15px; }
.white-line { width: 40px; height: 2px; background: var(--card-bg); margin-bottom: 50px; }

.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px 30px; }
.stat-number { font-size: var(--fs-display-max); display: block; line-height: 1; font-weight: 700; }
.stat-label { font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: 1px; color: var(--footer-bottom-text); margin-top: 5px; display: block; }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 50px; }
.team-member { text-align: center; overflow: hidden; }
.team-img { margin-bottom: 20px; overflow: hidden; border-radius: 8px; }
.team-img img { transition: 0.6s; filter: grayscale(var(--team-img-grayscale)); border-radius: 8px; }
.team-member:hover img { transform: scale(1.05); filter: grayscale(0%); border-radius: 8px; }
.team-member h4 { font-size: var(--fs-body); margin-bottom: 5px; letter-spacing: 1px; }
.team-member span { font-size: var(--fs-sm); color: var(--team-span-text); font-weight: 700; text-transform: uppercase; }

.right-offset {
  grid-template-columns: 0.8fr 1.2fr;
}

.right-offset .text-box {
  margin-right: -100px;
  margin-left: 0;
}

@media (max-width: 992px) {
  .intro-grid, .right-offset { grid-template-columns: 1fr; }
  .offset-wrapper { flex-direction: column; }
  .philo-black-box, .accomplish-box { width: 100%; margin: 0; padding: 60px 30px; }
  .accomplish-box { margin-top: -60px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .about-content{margin-top:1em;}
}
@media (max-width: 600px) {
  .hero_sm h1 { font-size: var(--fs-display-lg); }
  .team-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; gap: 30px; }
}

/* Partners / logos slider */
/* logo loop */
.partner-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    background:#fff;
}

.partner-slider h2 {
  color:#121212;
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
}

.partner-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scrollPartners 35s linear infinite;
}

.partner-track img {
    height: 70px;
    width: auto;
    margin: 0 50px;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.partner-track img:hover {
    opacity: 1;
}

@keyframes scrollPartners {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/* ==========================================================================
   Projects/case studies
   ========================================================================== */
   /* Container */
   .case-studies_cs {
     position: relative;
     height: 100vh;
     overflow: hidden;
   }

   /* Backgrounds */
   .backgrounds_cs {
     position: absolute;
     inset: 0;
     z-index: 0;
   }

   .bg_cs {
     position: absolute;
     inset: 0;
     background-size: cover;
     background-position: center;

     opacity: 0;
     transform: scale(1.05);
     filter: blur(8px) brightness(0.7);

     transition:
       opacity 0.6s ease,
       transform 1s cubic-bezier(0.22, 1, 0.36, 1),
       filter 0.6s ease;
   }

   .bg-1 { opacity: 1; }

   /* Hover triggers */
   .case-studies_cs:has(.item-1:hover) .bg-1,
   .case-studies_cs:has(.item-2:hover) .bg-2,
   .case-studies_cs:has(.item-3:hover) .bg-3,
   .case-studies_cs:has(.item-4:hover) .bg-4,
   .case-studies_cs:has(.item-5:hover) .bg-5,
   .case-studies_cs:has(.item-6:hover) .bg-6,
   .case-studies_cs:has(.item-7:hover) .bg-7,
   .case-studies_cs:has(.item-8:hover) .bg-8 {
     opacity: 1;
     transform: scale(1.12);
     filter: blur(0) brightness(1);
     z-index: 1;
   }

   /* Overlay */
   .case-studies_cs::after {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(0,0,0,0.45);
     z-index: 1;
   }

   /* Mobile Default (1 Column, automatic rows) */
   .grid_cs {
     position: relative;
     z-index: 2;
     display: grid;
     grid-template-columns: 1fr; /* 1 column on mobile */
     grid-template-rows: auto;    /* Let rows expand naturally based on content */
     gap: 15px;                   /* Adds spacing between items on mobile */
     height: auto;                /* "100%" height on mobile can squish content */
   }

   /* Tablet Layout (2 Columns x 4 Rows) */
   @media (min-width: 480px) {
     .grid_cs {
       grid-template-columns: repeat(2, 1fr);
     }
   }

   /* Desktop Layout (Your original 4x2 setup) */
   @media (min-width: 992px) {
     .grid_cs {
       grid-template-columns: repeat(4, 1fr);
       grid-template-rows: repeat(2, 1fr);
       height: 100%;              /* Restores the fixed height constraint for desktop */
       gap: 20px;
     }
   }

   /* Items */
   .item_cs {
     display: flex;
     align-items: flex-end;
     padding: 30px;
     color: white;
     cursor: pointer;
     border-right: 1px solid rgba(255,255,255,0.15);
     border-bottom: 1px solid rgba(255,255,255,0.15);
   }

   .item_cs:nth-of-type(4n) {
     border-right: none;
   }

   /* Text animation */
   .content_cs {
     transform: translateY(50px);
     transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
   }

   .item_cs:hover .content_cs {
     transform: translateY(0);
   }

   .content_cs h2 {
     margin: 0 0 1em 0;
     font-size: 1.8rem;
     text-align: left;
   }

   .content_cs p {
     margin-top: 10px;
     opacity: 0;
     transform: translateY(10px);
     transition: all 0.3s ease 0.1s;
   }

   /* Show BOTH paragraphs nicely */
   .item_cs:hover .content_cs p {
     opacity: 1;
     transform: translateY(0);
   }


   /* ========================
      CASE STUDY DETAILS
      ======================== */
   /* HERO */
   .cs-hero {
     position: relative;
     height: 70vh;
     overflow: hidden;
     padding:0!important;
   }

   .cs-hero img {
     width: 100%;
     height: 100%;
     object-fit: cover;
   }

   .cs-hero-content {
     position: absolute;
     bottom: 40px;
     left: 40px;
     color: white;
   }

   .cs-hero-content h1 {
     margin: 0;
     font-size: 3rem;
   }

   .cs-hero-content p {
     margin-top: 10px;
     font-size: 1.2rem;
   }

   /* DETAILS BAR */

   .cs-details {
     position: relative;
     z-index: 2;
     display: grid;
     grid-template-columns: 1fr; /* 1 column on mobile */
     grid-template-rows: auto;    /* Let rows expand naturally based on content */
     gap: 15px;                   /* Adds spacing between items on mobile */
     background: #111;
     color: white;
   }

   @media (min-width: 480px) {
     .cs-details {
       grid-template-columns: repeat(2, 1fr);
     }
   }

   @media (min-width: 992px) {

     .cs-details {
       position: sticky;
       top: 96px;
       z-index: 998;
       grid-template-columns: repeat(4, 1fr);
       padding:4em;
     }
   }

   .cs-details div {
     padding: 20px;
     border-right: 1px solid rgba(255,255,255,0.2);
   }

   .cs-details div:last-child {
     border-right: none;
   }

   .cs-details strong {
     display: block;
     font-size: 0.8rem;
     opacity: 0.6;
   }

   .cs-details span {
     font-size: 1rem;
   }

   /* CONTENT */
   .cs-content {
     padding: 80px 20px;
   }




   .cs-text-box {
       background: #fff;
       width: 100%;
       padding: 40px;
       z-index: 1;
       border-radius: 8px;
       color:#000;
   }

  @media (min-width: 992px) {
  .cs-text-box {width: 70%;}
  }


   .cs-container {
     max-width: 900px;
     margin: auto;
   }

   .cs-content p {
     font-size: 1.1rem;
     line-height: 1.7;
     margin-bottom: 20px;
   }

   /* IMAGE BLOCK */
   .cs-image-block {
     margin: 0 40px;
   }

   .cs-image-block img {
     width: 100%;
     display: block;
     border-radius: 8px;
   }

   /* FULL WIDTH IMAGE */
   .cs-image-full img {
     width: 100%;
     height: 70vh;
     object-fit: cover;
   }

  @media (max-width: 992px) {
  .item_cs{border-right:none}
  .case-studies_cs{height:auto;}
  }


/* ==========================================================================
   LATEST NEWS STYLES
   ========================================================================== */

   .news-section {
      width:100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
      }

      /* Tablet & Desktop styles: Splits into 2 columns at 768px wide */
      @media (min-width: 768px) {
        .news-section {
          grid-template-columns: 1fr 1fr;
          gap: 20px;
        }
      }

   .news-content-wrapper{
     background: white;
     padding: 0rem;
     box-shadow: 0 10px 20px rgb(0 0 0 / 0.15);
     border-radius: 8px;
     position: relative;
     z-index: 10;
     transition: transform 0.3s ease;
     color:#121212;
   }

   .news-text-box
   {
     padding:1em;
   }

   .news-image-box{height:290px; max-height: 290px; width:100%; overflow:hidden; position: relative;}

   .news-image-box img{
     position: absolute;
     animation: fadeImageLoop 12s infinite ease-in-out;
     opacity:0;
     width:100%;
     height:auto;
   }

   /* Stagger the start times (Total Duration / Number of Images = 4s steps) */
   .news-image-box img:nth-child(1) { animation-delay: 0s; }
   .news-image-box img:nth-child(2) { animation-delay: 4s; }
   .news-image-box img:nth-child(3) { animation-delay: 8s; }

   /* The Keyframes for a 3-image cycle */
   @keyframes fadeImageLoop {
     0% { opacity: 0; }
     10% { opacity: 1; }  /* Fade in quick */
     33% { opacity: 1; }  /* Stay visible for 1/3 of the total time */
     43% { opacity: 0; }  /* Fade out before the next one fully takes over */
     100% { opacity: 0; } /* Stay invisible for the rest of the loop */
   }

   .news-text-box h3{font-size: 2em; margin:0.5em 0 0.25em 0; color:var(--text-dark);}

   .news-text-box span{color:#da151b; font-weight: bold; font-size: 1.1em}

   .news-text-box h3:before {
       content: "";
       width: 26px;
       height: 30px;
       background-image: url("images/logo_min.png");
       background-size: contain;
       background-repeat: no-repeat;
       background-position: center;
       display: inline-block;
       margin-right: 10px;
   }

   .news-article_section{width:100%; background:#fff; max-width:100%; padding:0; gap:0; padding:20px 0; }

   .news_article_holder {
     width: 1400px;
     max-width: 100%;
     margin: auto;
     display: block;
   }

   @media (min-width: 992px) {
     .news_article_holder {
       display:grid;
       grid-template-columns: 7fr 3fr;
       gap: 0rem 1rem;
     }
   }



   .news_article_content{width:100%; color:#121212;}
   .news_article_image_main{max-height:400px; overflow:hidden;}
   .news_article_info{margin:1em 0 2em 0;}

   .news_articles_list_holder{background:#eef1f2; color:#121212; padding:2em 1em 0 1em;}
   .news_articles_list_holder h3{font-style: normal; font-weight: bold; font-size: 1.5em; color:var(--body-text-dark)}
   .news_articles_list{background:#fff;color:#121212;padding:1em; margin:1em 0;}
   .news_articles_list_link{display: block;border-bottom:1px solid #ddd; padding:1em 0;}
   .news_articles_list_article{display: grid; gap: 0rem; grid-template-columns: 0.8fr 1.2fr; gap: 1rem; font-size:1em; font-weight: bold;}
   .news_articles_list_article p{margin-top:0;}
   .news_articles_list_article p span{font-size: 0.8em;}
   .news_articles_list_article:last-child {
     border-bottom: none;
   }

   .news_article_title h2{font-size:3em; font-weight: bold; text-align: left; margin-bottom: 1rem; color:var(--body-text-dark);}
   .news_article_text{padding-bottom:1em;}
   .news_article_image_additional{margin:2em 0;}

   .recent_news_img{overflow:hidden; height:112px;}

   /* ===================== GALLERY ======================= */
.gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 16px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .gallery img {
      width: 100%;
      height: 240px;
      object-fit: cover;
      border-radius: 16px;
      cursor: pointer;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      display: block;
    }

    .gallery a:hover > img {
      transform: translateY(-4px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    }

     @media (max-width: 992px) {
       .gallery img {
         width:100%!important;
         height:auto!important;
       }
       .gallery .uk-inline{
         display:block;
         max-width:75%;
       }
       }
     }


/* ==========================================================================
   CONTACT MODULES & STRUCTURAL WORKFLOWS
   ========================================================================== */

.uk-form-label{color:var(--body-text)}

.contact h3 {
  font-size: var(--fs-h2-sub);
  color: var(--body-text);
}

.contact-box {
  position: relative;
  margin-bottom: 0px;
  margin-top: -100px;
}

.contact-box .item {
  background: var(--card-bg);
  padding: 45px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: left;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 30px var(--card-shadow);
  transition: all 350ms cubic-bezier(.37,0,.63,1);
}

.contact-box .item.active { background: var(--body-text); }
.contact-box .item:hover {
  background: var(--contact-item-hover-bg);
  transform: translate3d(0px, -15px, 0.01px);
}

.contact-box .item h5 {
  font-size: var(--fs-xl);
  color: var(--body-text);
  margin-bottom: 5px;
}
.contact-box .item.active h5 { color: var(--card-text-light); }
.contact-box .item:hover h5 { color: var(--card-text-light); }

.contact-box .item p {
  color: var(--contact-text-muted);
  font-size: var(--fs-md);
  font-weight: 300;
  margin-bottom: 0;
}
.contact-box .item.active p { color: var(--card-text-light); }
.contact-box .item:hover p { color: var(--card-text-light); }

.contact-box .item span {
  font-size: 45px;
  color: var(--theme-primary);
  margin-bottom: 20px;
  display: inline-block;
}
.contact-box .item.active span { color: var(--card-text-light); }
.contact-box .item:hover span { color: var(--card-text-light); }

input[type="password"],
input[type="email"],
input[type="number"],
input[type="text"],
input[type="file"],
textarea,
.uk-textarea {
  font-size: var(--fs-md);
  color: var(--contact-text-muted);
  border: 1px solid var(--input-border);
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 15px 20px;
  width: 100%;
}

.form-control {
  font-size: var(--fs-md);
  color: var(--contact-text-muted);
  border: 1px solid var(--input-border);
  border-radius: 30px;
  padding: 15px 20px;
  width: 100%;
}

button[type="submit"]:not(.search_button),
input[type="submit"] {
  font-size: var(--fs-md);
  background-color: var(--theme-primary);
  color: var(--card-text-light);
  padding: 18px 30px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 300ms ease;
  border: solid 1px #fff;
}

button[type="submit"]:not(.search_button):hover,
input[type="submit"]:hover {
  background-color: var(--btn-bg-hover);
  transform: translate3d(0px, -6px, 0.01px);
}

.search_button::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.form-select {
  font-size: var(--fs-md);
  color: var(--contact-text-muted);
  border: 1px solid var(--input-border);
  border-radius: 30px;
  padding: 14px 20px;
}

/* ==========================================================================
   STICKY BAR
   ========================================================================== */
.cta-sticky {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 9999;
  background: var(--theme-primary);
  padding:1rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  border-right: none;
  border-top-right-radius: 0; border-bottom-right-radius: 0;
  align-items: center;
  transition: width 0.3s ease;
  width: 240px;
}

.cta-sticky:hover {
  width: 250px;
  background: var(--btn-bg-hover);
}

.cta-sticky span {
  color: #fff;
  font-weight: 700;
  font-size: var(--fs-body);
}

/* ==========================================================================
   FOOTER AREA
   ========================================================================== */
footer {
  background-color: var(--footer-bg);
  color: var(--card-text-light);
  font-weight: 400;
  font-size: var(--fs-footer-text);
  line-height: 1.5;
  padding: 4rem 2rem 2rem;
  border-top: 10px solid var(--footer-border-top);
}

footer ul{list-style: none; padding-left: 0;}

footer * { color: var(--card-text-light); }

.footer-main-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.5rem;
}

.footer-left {
  display: flex;
  flex-direction: column;
}

@media (max-width: 900px) {
.footer-left{align-items: center; justify-content:center;}
}

.footer-logo img {
  width: 160px;
  margin-bottom: 1.5rem;
}

.footer-social-icons .social-icon {
  background: var(--card-text-light);
  color: var(--footer-icon-text);
  font-size: var(--fs-hero-desc);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-cta-box span {
  font-size: var(--fs-hero-desc);
  font-weight: 600;
}

.footer-bottom-bar {
  max-width: 1400px;
  margin: 3rem auto 0;
  padding: 1rem 2rem;
  border-top: 1px solid var(--footer-bottom-border);
  font-size: var(--fs-footer-bottom);
  color: var(--footer-bottom-text);
}

.footer-bottom-bar nav ul li a {
  color: var(--footer-bottom-text);
}

.footer-bottom-bar nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  padding: 0;
  margin: 0;
}

.footer-links-column ul li a {
  color: var(--footer-text);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links-column ul li a:hover {
  text-decoration: underline;
  color: var(--footer-link-hover);
}

.uk-nav-default > li.uk-active > a {
  color: var(--footer-link-hover);
}

.footer-links-column ul li {
  margin-bottom: 1rem;
}

footer i{font-size: 1.5em;}

@media (max-width: 600px) {
  .footer-main-container { grid-template-columns: 1fr; }
  .footer-logo, .footer-links-column, .footer-address { text-align: center; font-size: var(--fs-hero-desc); }
  .cta-sticky small, .cta-sticky span { font-size: var(--fs-sm) !important; }
}

.search-form-holder {
  margin-bottom: 2em;
  width: 100%;
}

.search_button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uk-search.uk-search-default .uk-search-input {
  width: 100%;
  padding: 10px 42px 10px 14px;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 14px;
  outline: none;
  transition: all .2s ease;
  color: #333;
}

.uk-search.uk-search-default {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 360px;
}

.uk-search.uk-search-default .uk-search-input {
  font-size: var(--fs-base-sub);
  border: 1px solid var(--border-light);
  background: var(--card-bg);
}

.uk-search.uk-search-default .uk-search-input:focus {
  border-color: var(--input-focus-outline);
  box-shadow: 0 0 0 3px var(--input-focus-glow);
}



.dark-text, .dark-text h2{color: var(--body-text-dark);}



/* ==========================================================================
   RESPONSIVE UTILITIES & WRAPPERS
   ========================================================================== */
@media (max-width: 1024px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero-content h1 { font-size: var(--fs-h2); }
  .hero-content p { font-size: var(--fs-hero-desc); }

  .main-nav {
    position: fixed;
    inset: 0;
    background: var(--top-bar-text);
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 1000;
  }

  .main-nav a {
    font-size: var(--fs-xl);
    color: var(--card-text-light);
  }
}

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