
/*------------------------------------------------------------------

Table of contents

* Fonts
* Plugins
* Base structure
  * Preloader
  * Buttons
  * NavBar
  * Backgrounds and font color
  * Intro
    * Intro solid color
    * Video background
  * Forms
    * Subscribe form
  * Countdown
  * News - Blog grid
  * Team
  * Contact
  * Quote
  * Facts
  * Map
  * Carousel
    * Shop thumbnails carousel
  * Animated mouse
  * Text rotator
  * Number scroller
  * Testimonials
  *  Portfolio
  * Pricing
  * Miscellaneous
  * Pager
  * Bars and charts
  * Shop
  * Media Queries
  * Magic background
  * Footer
* Stop animation on mobile devices
* Demo page

-------------------------------------------------------------------*/


/* Fonts */
@import "https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900|Roboto+Mono:100,400|Caveat";
/* Plugins */
/* Base structure */
html {
  width: 100% !important;
  height: 100% !important; }

body {
  width: 100% !important;
  height: 100% !important;
  font: normal 15px/1.8 Raleway, sans-serif;
  letter-spacing: 0.03em;
  color: #444;
  background-color: #fff;
  -webkit-font-smoothing: antialiased; }

/* Preloader */
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: #111;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden; }


  
  

/*CHANGE*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f2f2f2;
}

.logos {
  overflow: hidden;
  padding: 50px 0;
  background: white;
  position: relative;
  display: flex;
  width: 100%;
}

/* Fade edges */
.logos:before,
.logos:after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.logos:before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.logos:after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.logos-track {
  display: flex;
  width: max-content;
  animation: marquee 58s linear infinite;
}

.logos:hover .logos-track {
  animation-play-state: paused;
}

.logos-slide {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logos-slide img,
.logo-item img {
  height: 32px;
  width: auto;
  margin: 0 40px;
  opacity: 1;
  filter: grayscale(0%);
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease; }

.logo-item:hover img {
  opacity: 0.55;
  filter: grayscale(100%);
  transform: scale(1.12); }

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


.header-wrapper h1 {
    font-size: 16pt;
    letter-spacing: 8pt;
    line-height: 40pt;
    font-weight: 300;
    color: #fff;
}

.header-wrapper {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.header-wrapper .sm-title {
    margin: 0;
}

.header-wrapper {
    font-family: 'Julius Sans One', sans-serif;
    letter-spacing: 1pt;
    font-size: 17pt;
    letter-spacing: 8pt;
    line-height: 40pt;
    font-weight: 300;
    color: #fff;
}

.header-wrapper img {
    border-radius: 360px;
    width: 20%;
    margin: 0 auto;
}

.header-wrapper .links {
    margin-top: 20px;
    padding: 0px;
}

.header-wrapper ul li {
    display: inline-block;
}

.header-wrapper ul li .fa {
    font-size: 14pt;
    color: #fff;
    margin-right: 15px;
    margin-left: 15px;
}


.cont {
    width: 200px;
    height: 200px;
    background-color: #0a0a23;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont img {
    width: 100px;
    height: 100px;
}

@keyframes loader {
  from {
    transform: scale(0.7);
    opacity: 1; }
  to {
    transform: scale(1);
    opacity: 0.5; } }
@-ms-keyframes loader {
  from {
    -ms-transform: scale(0.7);
    opacity: 1; }
  to {
    -ms-transform: scale(1);
    opacity: 0.5; } }
@-webkit-keyframes loader {
  from {
    -webkit-transform: scale(0.7);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    opacity: 0.5; } }
@-moz-keyframes loader {
  from {
    -moz-transform: scale(0.7);
    opacity: 1; }
  to {
    -moz-transform: scale(1);
    opacity: 0.5; } }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 800; }

h2 {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em; }

/* H1 — SEO only, visually hidden */
.about-h1 {
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0;
  overflow: hidden;
  color: transparent; }

h4, h5, h6 {
  font-weight: 700; }

.no-transform {
  text-transform: none; }

p {
  margin: 0 0 35px; }

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  a img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }

img {
  -webkit-filter: blur(0);
  filter: blur(0); }

a, img, :focus, input {
  outline: none !important; }

a:hover, a:focus {
  color: #666;
  text-decoration: none; }
a img:hover {
  opacity: .85; }

.no-pad {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;}

.no-pad-btm {
  padding-bottom: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.overlay {
  background: rgba(7, 9, 21, 0.7); }

.overlay-gray {
  background: rgba(0, 0, 0, 0.7); }

.overlay-white {
  background: rgba(255, 255, 255, 0.8); }

.overlay, .overlay-gray, .overlay-white {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }

.image-overlay {
  padding: 0;
  margin-top: -200px;
  position: relative; }

@media (max-height: 770px) {
  .image-overlay {
    margin-top: -120px; } }
.big {
  font-size: 300px;
  line-height: 1;
  text-shadow: none; }

.breadcrumb {
  background-color: transparent;
  padding: 15px 15px; }

section, .section {
  position: relative;
  z-index: 992;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff; }

.section-small {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }

.list-inline > li {
  padding-bottom: 10px;
  vertical-align: bottom; }

/* BS5: .label removed (BS3 only). Replaced by .badge.
   .panel removed. .vs-card handles its own border-radius. */
input, .btn, textarea, .dropdown-menu, .progress, .list-group-item, select {
  border-radius: 0 !important; }

/* BS5 badge — square corners + red variant */
.badge {
  border-radius: 2px !important;
  line-height: inherit; }

/* .badge.bg-danger already handled by BS5 — bg-danger gives #c00 equiv */

/* Buttons */
.btn {
  font-size: 12px !important;
  letter-spacing: 2px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 12px 6px 15px; }

.btn-lg {
  font-size: 13px !important;
  padding: 10px 35px; }

.btn-sm {
  font-size: 11px !important; }

.btn-xs {
  font-size: 10px !important;
  padding: 4px 10px; }

.btn-border {
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent; }

.btn-dark-border {
  border: 1px solid #000;
  color: #000;
  background-color: transparent; }

.btn-white {
  border: 2px solid #fff;
  color: #000 !important;
  background-color: #fff; }

.btn-gray {
  border: 2px solid #ddd;
  background-color: #ddd;
  color: #000 !important; }

.btn-dark {
  border: 2px solid #18191B;
  background-color: #18191B;
  color: #fff !important; }

.btn-universal {
  border: 2px solid #789;
  background-color: #789;
  color: #fff !important; }

.btn-violet {
  border: 2px solid #eee;
  background-color: #eee;
  color: #fff !important; }

.btn:hover {
  opacity: 0.65; }

.btn-border:focus, .btn-dark-border:focus, .btn-gray:focus, .btn-border:focus, .btn-white:focus, .btn-universal:focus, .btn-violet:focus {
  opacity: 1; }

a .fa, a .icon {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.iconsmall {
  font-size: 46px;
  float: left;
  line-height: 54px;
  padding-right: 10px; }

.icon-big {
  font-size: 80px;
  line-height: 120px;
  display: block; }

#services-construction .icon-big {
  color: #d4c787; }

#time .icon-big {
  color: #eee; }

header .icon-big {
  line-height: 140px; }

.classic,
.classic2 {
  font-family: 'Caveat';
  font-weight: normal !important;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
  transform: rotate(-3deg) !important;
  -moz-transform: rotate(-3deg) !important;
  -webkit-transform: rotate(-3deg) !important;
  opacity: .8; }

.classic2 {
  font-family: 'Great Vibes'; }

.thin {
  font-weight: 100 !important; }

::-moz-selection, ::selection {
  color: #fff;
  background: #000; }

ul, ol {
  margin-bottom: 1.5em; }

a .fa {
  opacity: 0.6 !important; }
  a .fa:hover {
    opacity: .9; }

.float-left {
  float: left; }

.float-right {
  float: right; }

/* NavBar */
.navbar-custom {
  margin-bottom: 0;
  border-bottom: transparent;
  box-shadow: none;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease; }
  .navbar-custom .navbar-brand {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: none;
    padding: 10px 5px 10px 15px; }
  .navbar-custom img {
    display: inline-block; }
  .navbar-custom.top-nav-collapse {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .navbar-custom.top-nav-collapse a {
    color: #000; }
  .navbar-custom.top-nav-collapse .navbar-brand {
    font-size: 22px;
    padding-top: 16px; }

.fixed-top .container {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media (min-width: 1200px) {
  .top-nav-collapse.fixed-top .container {
    width: 1170px !important; } }
.navbar-custom .navbar-brand .logo {
  max-height: 28px;
  display: inline-block; }

.logoborder {
  border: 1px solid #fff;
  padding: 10px;
  max-height: 42px !important; }

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  max-height: 24px; }

.navbar-custom .navbar-brand .logodark {
  display: none; }

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  display: inline-block; }

.navbar-custom .navbar-brand .logo {
  display: inline-block; }

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  display: none; }

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  max-width: 160px;
  max-height: 20px; }
.navbar-custom .navbar-brand i {
  vertical-align: middle; }
.navbar-custom .navbar-brand:focus {
  outline: 0; }
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff; }
  .navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0; }

.nav > li > a {
  padding: 21px 13px 15px; }

.navbar-custom a {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px; }
.navbar-custom .nav li a {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .navbar-custom .nav li a:hover {
    outline: 0;
    background-color: transparent; }
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent; }
.navbar-custom .nav li.active {
  outline: 0;
  background-color: transparent !important; }
  .navbar-custom .nav li.active a {
    color: rgba(255,255,255,0.45) !important; }
    .navbar-custom .nav li.active a:hover {
      color: rgba(255,255,255,0.45); }

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.97);
  color: #fff;
  min-width: 230px !important;
  right: 0;
  left: auto;
  border: 0; }
  .dropdown-menu > li > a {
    font-size: 12px;
    font-weight: 600;
    padding: 12px 18px;
    white-space: nowrap; }
  .dropdown-menu > .active > a {
    color: #333 !important;
    background-color: transparent; }
    .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
      background-color: transparent; }

.nav .open > a {
  background-color: transparent;
  border-color: transparent; }
  .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent; }

.search-form {
  margin: 5px 10px;
  width: 250px;
  font-size: 14px; }
  .search-form .form-control {
    color: #ccc !important; }

.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  right: 12px;
  overflow: hidden;
  background: transparent;
  color: #888;
  border: none;
  outline: none; }

.search-form {
  padding: 10px;
  width: 100%;
  border-bottom: #555;
  margin: 0; }

.nav .badge {
  background-color: #789;
  color: #fff;
  padding: 4px 5px 5px 6px;
  font-size: 11px;
  position: absolute;
  margin: -10px -5px;
  line-height: 1;
  border-radius: 50% !important; }

.navbar-toggle {
  padding: 10px 0; }
  .navbar-toggle .icon-bar {
    width: 30px;
    border-radius: 0;
    background: #fff; }

.top-nav-collapse .icon-bar {
  background: #333; }

.vmenu {
  display: inline-block;
  margin: 0;
  padding: 0; }

a.btn-nav .btn {
  margin-bottom: 0; }

.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
  background-color: transparent; }

.menu-divider {
  width: 1px;
  border-right: 1px solid #b3b3b3;
  line-height: 18px;
  margin: 23px 15px 0; }

.dropdown-menu strong {
  padding: 20px 0 16px 18px;
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1px;
  color: #555 !important; }

.nav .active {
  height: auto !important; }

.dropdown-menu {
  padding: 10px 0; }

.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed; }
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px; }
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -25px 14px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid; }
.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-size: 20px; }
.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-'; }
.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px; }
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center; }
.navbar-nav span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent; }
.navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent; }
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px; }
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px; }
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px; }
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px; }
.navbar-nav .dropdown-menu > li > a {
  white-space: normal; }
.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap; }
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal; }

.navbar-right ul.dropdown-menu {
  left: auto;
  right: 0; }

.dropdown-menu .fa {
  opacity: 0.5 !important;
  line-height: 13px !important; }

.nav .fa {
  font-size: 16px;
  line-height: 1px; }
.nav .fa-angle-down {
  font-size: 13px; }
.nav .fa, .nav a .fa {
  opacity: 1 !important; }
.nav .fa-plus {
  font-size: 12px; }

@media (min-width: 991px) {
  .search-form input {
    background: transparent;
    border: 0;
    width: 200px; }

  .navbar-custom {
    padding: 30px;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    background: transparent; }
    .navbar-custom.top-nav-collapse {
      padding: 0 30px;
      background-color: #fff; }

  .navbar-custom .nav .dropdown-menu li a:hover {
    background-color: #eee; }

  @-webkit-keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      transform: translate(0, 0); } }
  @keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      transform: translate(0, 0); } }
  li:hover ul.dropdown-menu {
    opacity: 1;
    -webkit-animation: fadeInUniversal 0.7s;
    animation: fadeInUniversal 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }

  .navbar-left {
    float: right !important; }

  ul.dropdown-menu.columns-2 {
    left: 0 !important;
    padding: 20px 22px 25px; }
  ul.dropdown-menu.columns-3 {
    left: 0 !important;
    padding: 20px 22px 25px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    min-width: 760px !important; }
  ul.dropdown-menu.columns-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    min-width: 380px !important; }

  .columns2 .btn-white, .columns3 .btn-white {
    margin-top: 12px;
    display: inline-block; }

  .angle-right:after {
    float: right;
    font-family: 'fontawesome';
    content: "\f105";
    color: inherit;
    position: absolute;
    right: 20px; } }
@media (max-width: 991px) {
  .dropdown-menu {
    padding: 0; } }
@media (max-width: 990px) {
  p.empty {
    display: none; }

  .search-button {
    margin-top: 0; }

  .nav .badge {
    margin: 2px 4px; }
  .nav a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000 !important; }
    .nav a:focus {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    background-color: #eee !important;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    /* REMOVED: BS3 .navbar-collapse.collapse display:none — breaks BS5 */

  .navbar-nav {
    float: none !important;
    margin-top: 7px; }
    .navbar-nav > li {
      float: none; }
      .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px; }

  /* REMOVED: BS3 .collapse.in — BS5 uses .collapse.show */

  /* REMOVED: BS3 .navbar-collapse.in */

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 10px 15px 10px 25px; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
      background-image: none; } }


/* Backgrounds and font color */
.bg-white {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

/* ── Advanced Consulting section ── */
.adv-section {
  background: #fff;
  padding: 90px 0 100px;
  border-top: 1px solid #f0f0f0; }

.adv-header {
  text-align: center;
  margin-bottom: 64px; }

.adv-eyebrow {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 14px; }

.adv-title {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 18px; }

.adv-rule {
  width: 36px;
  height: 1px;
  background: #ccc;
  margin: 0 auto 24px; }

.adv-desc {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 1.9;
  letter-spacing: 0.02em;
  max-width: 560px;
  margin: 0 auto; }

.bg-gray {
  background-color: #f7f7f7; }

.bg-gray2 {
  background-color: #E8E8E8; }

.bg-transparent {
  background-color: transparent; }

.bg-dark {
  background-color: #18191B; }

.bg-dark2 {
  background-color: rgba(12, 13, 15, 0.97); }

.small-header {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 55px; }

.small-header.bg-dark:before, .small-header.bg-transparent:before, .small-header.bg-img:before, .small-header.bg-img2:before, .small-header.bg-img3:before, .small-header.bg-img4:before, .small-header.bg-img5:before {
  background: rgba(7, 9, 21, 0.5);
  content: " ";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -9; }

@media (max-width: 992px) {
  .small-header {
    text-align: center !important; }
    .small-header .text-right {
      text-align: center !important; } }
.small-header .bg-white h2, .small-header .bg-white h3 {
  color: #789; }

.bg-dark, .bg-dark2, .bg-transparent, .bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.bg-img {
  background: url(../img/header/19.jpg); }

.bg-img2 {
  background: url(../img/header/20.png); }

.bg-img3 {
  background: url(../img/header/13.jpg); }

.bg-img4 {
  background: url(../img/header/10.jpg); }

.bg-img5 {
  background: url(../img/header/14.jpg); }

.bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

.bg-dark a, .bg-dark2 a, .bg-transparent a, .bg-img a, .bg-img2 a, .bg-img3 a, .bg-img4 a, .bg-img5 a, .bg-primary a {
  color: #fff; }

.bg-dark a:hover, .bg-dark2 a:hover, .bg-transparent a:hover, .bg-img a:hover, .bg-img2 a:hover, .bg-img3 a:hover, .bg-img4 a:hover, .bg-img5 a:hover {
  color: rgba(255, 255, 255, 0.8); }

/* Intro */
.intro {
  /* BS3: display:table — replaced with Flexbox (BS5 best practice) */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  z-index: 0;
  background-size: cover; }
  .intro a {
    color: #fff; }
    .intro a:hover {
      color: #ccc;
      text-decoration: none; }

/* Hero – mobile video (hidden by default, shown on mobile via JS) */
#hero-mobile-video {
  display: none;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1; }

/* On mobile/tablet devices, show the video */
html.mobile #hero-mobile-video,
html.tablet #hero-mobile-video {
  display: block; }

/* On mobile/tablet, hide the YTPlayer anchor */
html.mobile #bgndVideo,
html.tablet #bgndVideo {
  display: none !important; }

.mbYTP_wrapper {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  z-index: 0 !important; }

/* Fix: iframe covers full hero without black bars — CSS max() cover algorithm.
   max(100%, 177.78vh) → always covers width regardless of aspect ratio.
   max(100%, 56.25vw)  → always covers height regardless of aspect ratio.
   No JS pixel overrides needed: CSS handles every resize in real time. */
.mbYTP_wrapper iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: max(100%, 177.78vh) !important;
  height: max(100%, 56.25vw) !important;
  pointer-events: none !important; }

.introhalf {
  height: auto !important; }

.intro .intro-body {
  padding-top: 30px;
  /* BS3: display:table-cell + vertical-align:middle — removed (flex parent centers) */
  /* BS3: padding: 150px 0 50px — removed, flex centering makes large top padding unnecessary */
  width: 100%;
  position: relative;
  z-index: 1; }
  .intro .intro-body .badge {
    background-color: rgba(0, 0, 0, 0.4);
    color: #eee;
    font-size: 8px;
    position: absolute;
    margin: -9px -14px;
    line-height: 1;
    text-shadow: none;
    letter-spacing: 1px;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 19px 0 0 2px;
    font-weight: 800; }

.introhalf .intro-body {
  padding-top: 30px;
  padding: 180px 0 110px; }

.landing .intro-body:before {
  position: absolute;
  background: transparent; }

.intro-body:before {
  background: rgba(7, 9, 21, 0.5);
  content: "";
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -9; }

.intro .intro-body .brand-heading {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 0 0 5px; }
.intro h1 {
  font-family: 'kiona', sans-serif;
  font-size: 110px;
  font-weight: bold;
  line-height: 80px; }
  .intro h1.classic {
    font-size: 100px;
    line-height: 100px;
    font-weight: normal; }
  .intro h1.classic2 {
    font-size: 110px;
    line-height: 110px; }
.intro .lead {
  margin: 40px 0 0; }

.intro-fullscreen {
  opacity: 1 !important; }
  .intro-fullscreen .intro-body {
  padding-top: 30px;
    /* BS3: 90px 0 20px reduced now that flex handles centering */
    padding: 0; }

@media (max-height: 600px) {
  .intro-fullscreen {
    position: inherit; } }
@keyframes kenburns {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@media (min-width: 768px) {
  .intro {
    /* BS3: needed to override Bootstrap 3 container padding — harmless in BS5 */
    padding: 0; }
    .intro .intro-body .brand-heading {
      font-size: 46px; } }
/* Intro solid color */
.solid-color .intro-body:before, .solid-color2 .intro-body:before, .solid-color3 .intro-body:before {
  background: transparent !important; }
.solid-color.intro, .solid-color2.intro, .solid-color3.intro {
  text-shadow: none !important; }

.solid-color {
  background-color: #00bcd4; }

.solid-color2 {
  background-color: #eee; }

.solid-color3 {
  background-color: #607d8B; }

/* Video background */
.video-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  opacity: .4;
  display: none; }

.video-controls-visible {
  display: inline; }

.video-controls .fa {
  color: #fff;
  padding: 5px;
  width: 25px; }
.video-controls a.fa {
  text-decoration: none; }

.section-video .mbYTP_wrapper {
  z-index: -1 !important; }

.section-video:before {
  background: rgba(7, 9, 21, 0.5);
  content: "";
  left: 0;
  top: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -9; }

.section-video {
  padding-top: 60px;
  padding-bottom: 60px;
  top: 0 !important;
  opacity: 1 !important; }

.bg-video-small {
  text-align: left !important;
  opacity: 1 !important;
  top: 0 !important; }

/* Forms */
.small-form {
  margin: 0 auto 40px !important;
  max-width: 480px; }



.form-control {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .3s,-webkit-box-shadow ease-in-out .3s;
  transition: border-color ease-in-out .3s,box-shadow ease-in-out .3s; }
  .form-control:focus {
    border-color: #888;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.subscribe-form {
  padding-bottom: 10px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0; }

input[type=checkbox], input[type=radio] {
  margin: 7px 0 0; }

.checkbox label, .radio label {
  font-weight: 300; }

.form-signin .form-control {
  position: relative; }
  .form-signin .form-control:focus {
    z-index: 2; }
.form-signin input {
  margin-bottom: -1px; }

.dark-form input, .dark-form textarea {
  color: #ccc;
  background-color: #18191b;
  border: 0; }

/* Contact */
#contact2 a {
  text-decoration: none;
  color: #555; }
#contact2 hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #ccc; }
#contact2 .list-inline {
  padding-top: 10px; }

@media (max-width: 991px) {
  #contact {
    text-align: center; } }
/* Quote */
blockquote {
  padding: 18px;
  margin: 0 0 20px;
  border-left: none; }
  blockquote:before, blockquote:after {
    color: #ccc;
    font-size: 18px;
    font-family: fontawesome; }
  blockquote:before {
    content: "\f10d";
    padding-right: 15px; }
  blockquote:after {
    content: "\f10e";
    padding-left: 10px; }

.quote {
  font-size: 18px; }

/* Facts */
@media (max-width: 768px) {
  .facts .col-sm-3 {
    margin-top: 25px;
    margin-bottom: 25px; } }
.action-box li {
  float: left;
  margin: 20px 0 0 15px; }
.action-box span {
  display: none; }

#tweecool span {
  font-size: 18px; }

/* Map */
#map, #mapdark {
  width: 100%;
  height: 430px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

#mapdark {
  border: 0 !important; }

.mapsmall {
  margin-bottom: 30px;
  border: 0 !important; }

/* Carousel */
.carousel-control {
  width: 8%;
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); }
  .carousel-control:focus, .carousel-control:hover {
    color: #000;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
    opacity: 0.5; }
  .carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none; }

#Carousel-intro .carousel-control {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); }
  #Carousel-intro .carousel-control:focus, #Carousel-intro .carousel-control:hover {
    color: #fff;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
    opacity: 0.5; }

@media (max-width: 991px) {
  .carousel-big .carousel-control {
    display: none; } }
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
  .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-control {
  z-index: 9; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-indicators {
  bottom: -60px; }

.indicators-inside {
  bottom: 7px; }

#Carousel-intro .carousel-indicators {
  bottom: 30px; }

.carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin: 0 5px 0; }
.carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 0 5px 0;
  background-color: #666;
  border: 0; }
.carousel-indicators .active {
  background-color: #999; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  font-family: sans-serif;
  font-size: 50px; }

#carousel-light2 {
  margin-top: -115px; }

.carousel, .item, .active, .carousel-inner {
  height: 100%; }

.fill {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

.carousel-control .icon-next:before {
  font-family: "ionicons";
  content: "\f3d3"; }
.carousel-control .icon-prev:before {
  font-family: "ionicons";
  content: "\f3d2"; }

#carousel-news img {
  width: 100%; }

  .center123 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    background-color: lightgreen;
    max-width: 100%;
  }

/* Shop thumbnails carousel */
#carousel-example-generic {
  margin: 20px auto;
  width: 400px; }

#carousel-shop .carousel-indicators {
  margin: 10px 0 0;
  text-align: left;
  width: 100%;
  position: static; }
  #carousel-shop .carousel-indicators img {
    max-width: 104px; }
  #carousel-shop .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto; }
    #carousel-shop .carousel-indicators li img {
      display: block;
      opacity: 0.3;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    #carousel-shop .carousel-indicators li.active img {
      opacity: 1; }
    #carousel-shop .carousel-indicators li:hover img {
      opacity: 0.75; }
#carousel-shop .carousel-outer {
  position: relative;
  padding-bottom: 40px; }

#carousel-dark {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.27); }

.nav-pills.nav > li > a:focus, .nav-pills.nav > li > a:hover {
  background-color: transparent; }
.nav-pills.nav > li > a {
  padding: 0; }

/* Animated mouse */
.scroll-btn {
  width: 57px;
  display: block;
  text-align: center;
  margin: 101px auto -40px; }
  .scroll-btn .weel {
    position: relative;
    display: inline-block;
    height: 22px;
    margin: 10px auto 5px; }
  .scroll-btn .mouse {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    border: 2px solid #eee;
    border-radius: 24px;
    opacity: .5; }
  .scroll-btn .weel span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -14px 0 0 -4px;
    background: #fff;
    border-radius: 20px;
    -webkit-animation: scroll 3s linear infinite;
    -moz-animation: scroll 3s linear infinite;
    animation: scroll 3s linear infinite; }

@-webkit-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@-moz-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@media (max-height: 690px) and (min-width: 768px) {
  .scroll-btn {
    display: none; } }
/* Pricing */
/* BS5: .panel/.panel-default removed — replaced by .vs-card */


.pricing .number {
  font-size: 60px; }


.pricing sup, .pricing sub {
  font-weight: 600;
  color: #999; }
.pricing sup {
  font-size: 16px;
  top: -33px; }
.pricing sub {
  font-size: 10px;
  top: 0; }




section.bg-dark .fa, section.bg-dark2 .fa {
  color: #ccc; }




.pricing .btn {
  display: block; }


/* Miscellaneous */
.nav-tabs {
  margin-bottom: 30px; }

/* Pager */
.pager li > a, .pager li > span {
  padding: 30px 0;
  border: 0; }
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.pagination > li > a, .pagination > li > span {
  padding: 8px;
  margin-left: 8px;
  border-radius: 50%;
  color: #000;
  width: 40px;
  height: 40px;
  background: #eee;
  border-color: #fff; }
.pagination > .active > a {
  background-color: #333;
  border-color: #333; }
  .pagination > .active > a:focus, .pagination > .active > a:hover {
    background-color: #333;
    border-color: #333; }
.pagination > .active > span {
  background-color: #333;
  border-color: #333; }
  .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #333;
    border-color: #333; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 50% !important; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 50% !important; }

.circle span {
    font-family: 'kiona', sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.02em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1; }
  .circle canvas {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 6px; }
  .circle span:after {
    content: '%';
    margin-left: 0.1em; }

.agenda {
  padding-top: 45px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase; }

.circle {
  position: relative;
  display: inline-block;
  margin: 0 36px;
  vertical-align: top;
  text-align: center;
  width: 100px;
  height: 100px;
  padding-top: 0; }

.circle-white span,
.circle-white span:after {
  color: #fff; }

.agenda-white {
  color: #fff; }

/* Dark circles (white bg section) */
.circle-dark span,
.circle-dark span:after {
  color: #2e2e2e; }

.agenda-dark {
  color: #2e2e2e; }

/* Mission + Vision bold highlights */
.bg-gray p strong {
  color: #111;
  font-weight: 700;
}
.circle-wrap {
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease; }

.circle-wrap.visible {
  opacity: 1;
  transform: translateY(0); }

.agenda-white {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s; }

.agenda-dark {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s; }

.circle-wrap.label-visible .agenda-white,
.circle-wrap.label-visible .agenda-dark {
  opacity: 1; }

.progress-bar {
  -webkit-transition: width 2.50s ease !important;
  -moz-transition: width 2.50s ease !important;
  transition: width 2.50s ease !important; }

/* Media Queries */
@media (max-width: 768px) {
  body {
    letter-spacing: 0; }

  .h4, h4 {
    font-size: 16px; }

  .h2, h2 {
    font-size: 24px; }

  .h3, h3 {
    font-size: 20px; }

  h2 {
    font-size: 20px; }

  .intro h1 {
    font-size: 48px;
    line-height: 48px; }
    .intro h1.classic {
      font-size: 60px;
      line-height: 60px;
      margin: 50px 0 50px; }
    .intro h1.classic2 {
      font-size: 65px;
      line-height: 65px;
      margin: 50px 0 50px; }

  section, .section {
    padding-top: 80px;
    padding-bottom: 80px; }

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

  .portfolio-sorting li a {
    margin: 0;
    letter-spacing: 0; }

  .shop-item img {
    width: 100%; } }
@media (max-width: 991px) {
  .action {
    text-align: center; }
    .action .btn {
      float: none;
      margin-top: 30px;
      text-align: center; }
    .action .text-right {
      text-align: center; }

  .footer .text-right {
    text-align: left; }
  .footer .footer-menu {
    padding-bottom: 20px; }

  section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important; }

  .search-button {
    margin-top: 5px; }

  .dropdown-menu .search-button .fa {
    opacity: 1 !important; }

  .nav li a {
    -webkit-transition: all .0s ease-in-out !important;
    -moz-transition: all .0s ease-in-out !important;
    transition: all .0s ease-in-out !important; } }
@media (max-width: 1200px) {
  #about, #about2, #about-slider, #action-slider, #action-slider2, #action-slider3 {
    text-align: center; }

  #carousel-light, #carousel-light2, #carousel-light3, #carousel-light4, #carousel-dark, #carousel-transparent {
    margin: 45px 0; } }
@media (max-width: 480px) {
  .intro h1 {
    font-size: 30px;
    line-height: 40px; } }
/* Footer */
.footer {
  color: #444;
  font-size: 14px; }
  .footer .footer-menu a {
    line-height: 24px; }
  .footer .counter {
    line-height: 44px; }
  .footer h4, .footer h5, .footer h6 {
    font-weight: 800;
    opacity: 0.7; }
  .footer a {
    text-decoration: none;
    opacity: 1; }
    .footer a:hover {
      text-decoration: none; }

.footer-small {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999; }

@media (max-width: 767px) {
  .footer {
    text-align: center; }
    .footer .text-right {
      text-align: center !important; } }
/* Stop animation on mobile devices */
@media (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important; } }
/*# sourceMappingURL=universal.css.map */

:root {
  --primary-dark:  #1a1a1a;
  --primary-mid:   #2e2e2e;
  --accent-blue:   #4a7fa8;
  --text-dark:     #333;
  --text-mid:      #666;
  --text-light:    #999;
  --border-light:  #e8e8e8;
}


/* ═══════════════════════════════════════════════
   PARTNERS & CLIENTS
═══════════════════════════════════════════════ */

/* Shared label */
.partner-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 28px;
  font-family: 'Helvetica Neue', Arial, sans-serif; }

/* ── Partners Section – Option A ── */
.partners-section {
  background: #fff;
  padding: 80px 60px 72px;
  text-align: center; }

.section-title-partners {
  margin-bottom: 52px; }

/* Main Partner */
.main-partner-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-bottom: 48px;
  flex-wrap: wrap; }

.main-partner-item {
  display: inline-flex;
  align-items: center; }

.main-partner-label {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif; }

.partner-logo-img {
  max-height: 28px;
  max-width: 120px;
  width: auto;
  object-fit: contain;
  opacity: 0.82;
  display: block;
  margin: 0 auto;
  transition: opacity 0.2s ease, transform 0.2s ease; }

.partner-logo-img:hover {
  opacity: 1;
  transform: scale(1.05); }

.partner-location {
  display: block;
  font-size: 10px;
  color: #bbb;
  letter-spacing: 0.12em;
  margin-top: 10px;
  font-family: 'Raleway', sans-serif; }

/* Divider */
.partners-rule {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 0 0 44px; }

/* Resellers label */
.resellers-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #bbb;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif; }

/* Resellers single row */
.resellers-row {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 44px; }

.reseller-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  position: relative; }

.reseller-item + .reseller-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 26px;
  width: 1px;
  background: #e8e8e8; }

.reseller-item img {
  max-height: 32px;
  max-width: 110px;
  width: auto;
  object-fit: contain;
  opacity: 0.65;
  transition: opacity 0.25s ease, transform 0.25s ease; }

.reseller-item:hover img {
  opacity: 1;
  transform: scale(1.07); }

@media (max-width: 768px) {
  .resellers-row {
    flex-wrap: wrap;
    gap: 24px; }
  .reseller-item::before {
    display: none; }
  .reseller-item {
    flex: 0 0 30%; }
}

/* ── Clients / Trusted By ── */
.clients-section {
  background: #fff;
  padding: 70px 0 60px;
  border-top: 1px solid #e8e8e8; }

.clients-header {
  text-align: center;
  margin-bottom: 48px; }

.clients-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 10px; }

.clients-sub {
  font-size: 13px;
  color: #aaa;
  letter-spacing: 0.04em;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  margin: 0; }

/* Logo slider with fade edges */
.logos {
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  position: relative; }

.logos::before,
.logos::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none; }

.logos::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%); }

.logos::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%); }

.logos-slide {
  display: inline-flex;
  align-items: center;
  animation: slide 50s linear infinite; }

.logos-slide:hover {
  animation-play-state: paused; }

.logo-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  transition: transform 0.22s ease;
  flex-shrink: 0; }

.logo-item:hover {
  transform: scale(1.1); }

.logo-item img {
  max-height: 36px;
  max-width: 110px;
  width: auto;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.22s ease; }

.logo-item:hover img {
  opacity: 1; }


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

@media (max-width: 768px) {
  .resellers-grid {
    grid-template-columns: repeat(2, 1fr); }
  .resellers-wrap {
    padding: 40px 20px 0; }
  .reseller-cell {
    height: 120px; }
  .partner-logo-img {
    max-height: 52px; }
  .logos::before,
  .logos::after {
    width: 60px; }
}

/* ── Advanced Consulting accordion body text ── */
#accordion .acc-body,
#accordion2 .acc-html { scroll-behavior: smooth; }

body {
  color: #1f2128;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.9;
  color: #666; }

#accordion .acc-body b,
#accordion2 .acc-body b {
  color: #ccc;
  font-weight: 700; }

/* ── Advanced Consulting Accordion Colors ── */

/* Base: ALL panel headings in accordion → #555 + white */
#accordion .acc-heading,
#accordion2 .acc-heading {
  background: #252528 !important;
  border-color: transparent !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  transition: background 0.2s ease; }

#accordion .acc-heading .panel-title a,
#accordion2 .acc-heading .panel-title a {
  color: rgba(255,255,255,0.92) !important;
  display: block;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.2s ease; }

/* Hover on closed panel → full box #f5f5f5, black font */
#accordion .acc-heading:hover,
#accordion2 .acc-heading:hover {
  background: #2e2e32 !important;
  border-color: transparent !important;
  cursor: pointer; }

#accordion .acc-heading:hover .panel-title a,
#accordion2 .acc-heading:hover .panel-title a {
  color: rgba(255,255,255,0.4) !important; }

/* Open panel → #f5f5f5 */
#accordion .acc-heading:has(a:not(.collapsed)),
#accordion2 .acc-heading:has(a:not(.collapsed)) {
  background: #1e1e21 !important;
  border-color: transparent !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important; }

#accordion .acc-heading:has(a:not(.collapsed)) .panel-title a,
#accordion2 .acc-heading:has(a:not(.collapsed)) .panel-title a {
  color: rgba(255,255,255,0.92) !important; }

/* Hover on open panel → white */
#accordion .acc-heading:has(a:not(.collapsed)):hover,
#accordion2 .acc-heading:has(a:not(.collapsed)):hover {
  background: #2e2e32 !important; }

/* JS fallback class .panel-open */
#accordion .acc-heading.panel-open,
#accordion2 .acc-heading.panel-open {
  background: #f5f5f5 !important;
  border-color: #e0e0e0 !important; }

#accordion .acc-heading.panel-open .panel-title a,
#accordion2 .acc-heading.panel-open .panel-title a {
  color: #333 !important; }

#accordion .acc-heading.panel-open:hover,
#accordion2 .acc-heading.panel-open:hover {
  background: #fff !important; }
/* ═══════════════════════════════════════════════
   MOBILE RESPONSIVE FIXES
═══════════════════════════════════════════════ */
@media (max-width: 767px) {

  /* ── Hero: K&Z title bigger on mobile ── */
  .intro h1 {
    font-size: 82px !important;
    line-height: 1; }

  /* ── Circles: stack vertically on mobile ── */
  #circles-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; }

  .circle-wrap {
    margin: 0 !important; }

  .circle {
    margin: 0 auto !important; }

  /* ── Partners logos: uniform size ── */
  .reseller-item {
    flex: 0 0 33%;
    padding: 12px 16px; }

  .reseller-item img {
    max-height: 40px !important;
    max-width: 120px !important; }

  .reseller-item + .reseller-item::before {
    display: none; }

  .partner-logo-img {
    max-height: 36px !important;
    max-width: 140px !important; }

  /* ── Clients slider: tighter spacing ── */
  .logo-item {
    padding: 10px 16px; }

  .logo-item img {
    max-height: 28px;
    max-width: 80px; }

  /* ── Accordion: smaller font, more premium ── */
  #accordion .panel-title a,
  #accordion2 .panel-title a {
    font-size: 11px !important;
    letter-spacing: 0.18em !important;
    padding: 14px 16px !important; }

}

/* ── Clients slider PC: tighter too ── */
@media (min-width: 768px) {
  .logo-item {
    padding: 12px 20px; }
}

/* ── Advanced Consulting: accordion titles 2px smaller (PC) ── */
@media (min-width: 768px) {
  #accordion .panel-title a,
  #accordion2 .panel-title a {
    font-size: 12px !important;
    letter-spacing: 0.14em; }
}

/* ── Essential Consulting: h4 icon titles 1px smaller (PC + mobile) ── */
#wedo h4 {
  font-size: 15px !important;
  letter-spacing: 0.08em; }

/* ── VS Services: panel titles 2px smaller (PC + mobile) ── */


/* ── VS Services: content smaller on mobile only ── */
@media (max-width: 767px) {

}

/* ═══════════════════════════════════════════════
   FOOTER CREDITS – REDESIGN
═══════════════════════════════════════════════ */
.footer-credits {
  background: #fff;
  border-top: 1px solid #ebebeb;
  padding: 40px 0 36px; }

.footer-credits-row {
  display: flex;
  align-items: center; }

/* LEFT */
.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.footer-logo {
  max-height: 22px;
  width: auto;
  opacity: 0.75;
  margin-bottom: 14px;
  transition: opacity 0.2s; }

.footer-logo:hover { opacity: 1; }

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer-links li {
  margin-bottom: 5px; }

.footer-links li a {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #444;
  text-decoration: none;
  transition: color 0.2s; }

.footer-links li a:hover { color: #bbb; }

/* CENTER */
.footer-center {
  text-align: center; }

.footer-crafted {
  font-family: 'Raleway', sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 0; }

.footer-crafted strong a {
  color: #999;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s; }

.footer-crafted strong a:hover { color: #444; }

.footer-pf-logo {
  display: block;
  max-height: 18px;
  width: auto;
  opacity: 0.35;
  margin: 10px auto 0;
  transition: opacity 0.2s; }

.footer-pf-logo:hover { opacity: 0.7; }

/* RIGHT */
.footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.footer-icons-row {
  display: flex;
  align-items: center;
  gap: 18px; }

.footer-icon-link {
  color: #444;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s; }

.footer-icon-link:hover { color: #bbb; }

/* Mobile */
@media (max-width: 767px) {
  .footer-credits-row {
    flex-direction: column;
    gap: 28px; }
  .footer-left,
  .footer-center,
  .footer-right {
    width: 100%;
    align-items: center;
    justify-content: center; }
  .footer-links {
    text-align: center; }
  .footer-right {
    justify-content: center; }
  .footer-icons li a {
    margin: 0 8px; }
}

/* ── Hero: div replaces H1/H4 visually identical ── */
.hero-kz-title {
  font-family: 'kiona', sans-serif;
  font-size: 160px;
  font-weight: bold;
  line-height: 80px;
  color: #fff;
  margin-bottom: 22px;
  margin-top: 99px; }

/* ── Hero INTERNATIONAL subtitle ── */
.hero-kz-sub {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.34em;
  color: #fff;
  margin-top: 54px;
  margin-bottom: 30px;
  text-indent: 0.82em; }

@media (max-width: 767px) {
  .hero-kz-title {
    font-size: 122px;
    line-height: 100px;
    text-align: center;
    display: block;
    margin-top: 60px; }

  .hero-kz-sub {
  margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-indent: 0.28em;
    margin-top: 14px;
    margin-bottom: 24px;
    text-align: center;
    display: block; }

  .intro .intro-body {
    padding-top: 0;
    padding: 0 20px;
    margin-top: -1px; }
}

@media (max-width: 480px) {
  .hero-kz-title {
    font-size: 86px;
    line-height: 76px;
    margin-top: 60px; }

  .hero-kz-sub {
  margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-indent: 0.22em; }
}


/* ═══════════════════════════════════════════════
   NAVBAR — Bootstrap 5 migration additions
═══════════════════════════════════════════════ */

/* BS5 Toggler: reemplaza .navbar-toggle de BS3 */
.navbar-toggler {
  border: none !important;
  padding: 10px 10px 10px 10px;
  background: transparent !important;
  box-shadow: none !important;
}

/* Barras del hamburger — mantenemos .icon-bar custom */
.navbar-toggler .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0;
  background: #fff;
  margin: 5px 0;
  transition: background 0.3s ease;
}

/* Middle bar shorter — premium look */
.navbar-toggler .icon-bar:nth-child(2) {
  width: 20px;
}

.top-nav-collapse .navbar-toggler .icon-bar {
  background: #333;
}

/* Nav-link: sobreescribir padding BS5 para conservar el diseño original */
.navbar-custom .navbar-nav .nav-link {
  padding: 12px 13px 12px;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all .4s ease-in-out;
}

.navbar-custom.top-nav-collapse .navbar-nav .nav-link {
  color: #000;
}

.navbar-custom.top-nav-collapse .navbar-nav .nav-link.active,
.navbar-custom.top-nav-collapse .navbar-nav .nav-item.active .nav-link {
  color: #aaa !important; }

.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link:focus {
  background-color: transparent;
  outline: 0;
  color: #fff;
}

.navbar-custom.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #666;
}

/* Active state via scrollspy */
.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: rgba(255,255,255,0.45) !important;
}

/* Mobile collapse */
@media (max-width: 991px) {
  .navbar-custom .navbar-collapse {
    background-color: #eee !important;
    border-top: 1px solid transparent;
    padding: 10px 0;
  }

  .navbar-custom .navbar-nav .nav-link {
    color: #000 !important;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 14px 15px;
  }
}







/* ═══════════════════════════════════════════════════════
   VS SERVICES — open layout (BS5 migration)
   Sin card-frames, H3 prominente, items espaciados
═══════════════════════════════════════════════════════ */

#vs {
  padding-top: 100px;
  padding-bottom: 100px; }

/* Título de columna — grande, prominente */
.vs-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  font-family: 'Raleway', sans-serif;
  margin-bottom: 40px;
  padding-bottom: 0;
  text-align: center;
  border-bottom: none; }

/* Columna wrapper */
.vs-col {
  padding: 40px 32px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 2px;
  background: rgba(255,255,255,0.02); }

/* Advanced — premium card */
.vs-col:first-child {
  border: 1px solid rgba(255,255,255,0.13);
  background: linear-gradient(160deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.01) 50%, transparent 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04),
    0 8px 40px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.1); }

/* Items */
.vs-items {
  display: flex;
  flex-direction: column;
  flex: 1; }

.vs-item {
  display: block;
  padding: 28px 0;
  border-top: none;
  position: relative;
  color: #888;
  font-size: 14px;
  line-height: 1.9;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.75;
  text-align: center; }

.vs-item b,
.vs-item strong {
  display: block;
  color: rgba(255,255,255,0.75);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px; }

/* Badge row: b stays inline when badge follows */
.vs-item b:has(+ .vs-badge),
.vs-item b:has(~ .vs-badge) {
  display: inline; }

/* Link row */
.vs-item--link {
  border-top: none;
  padding: 32px 0 0;
  margin-top: auto; }

/* "More Info" link elegante */
.vs-item--link a.vs-link,
a.vs-link {
  display: inline-block;
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #555 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
  transition: color 0.25s ease, border-color 0.25s ease; }

.vs-item--link a.vs-link:hover,
a.vs-link:hover {
  color: #fff !important;
  border-color: #fff;
  text-decoration: none !important; }

/* Badge "new" — rectángulo rojo compacto */
.vs-badge {
  display: inline-block !important;
  padding: 2px 7px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #c0392b;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 6px;
  line-height: 1.5;
  position: relative;
  top: -1px; }

/* Mobile */
@media (max-width: 767px) {
  .vs-title {
    font-size: 12px;
    margin-bottom: 24px; }
  .vs-item {
    font-size: 12px;
    padding: 16px 0; } }

/* Mobile VS */
@media (max-width: 767px) {
  .pricing .vs-item {
    font-size: 11px !important;
    line-height: 1.75; } }
/* ── Navbar layout: logo izquierda, menú completamente derecha ── */
.navbar-custom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px; }

.navbar-custom .navbar-brand {
  margin-right: auto; }

.navbar-custom .navbar-collapse {
  flex-grow: 0; }

/* ── Accordion panel spacing ── */
.acc-group { border: none; border-radius: 0; }
.acc-panel { margin-bottom: 4px !important; border-radius: 0 !important; border: none !important; }
.acc-heading { padding: 0; border-radius: 0 !important; margin: 0; }
.acc-heading .panel-title { margin: 0; font-size: 12px; }
.acc-heading .panel-title a { display: block; padding: 12px 18px; letter-spacing: 0.15em; text-decoration: none !important; }
.acc-body { padding: 20px 18px 24px; border: 1px solid #e8e8e8; border-top: none; color: #666; font-size: 14px; line-height: 1.9; }

/* ══════════════════════════════════════════
   CONTACT SECTION
══════════════════════════════════════════ */
.ct-section {
  padding: 100px 0 110px;
  background: #fff; }

.ct-title-row {
  margin-bottom: 56px; }

.ct-eyebrow {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 14px; }

.ct-title {
  font-family: 'Raleway', sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 18px; }

.ct-rule {
  width: 36px;
  height: 1px;
  background: #ccc;
  margin-top: 4px; }

.ct-html { scroll-behavior: smooth; }

body {
  color: #1f2128;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #999;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 40px; }

.ct-info {
  display: flex;
  flex-direction: column;
  gap: 0; }

.ct-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #444;
  padding: 16px 0; }

.ct-info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 13px;
  flex-shrink: 0; }

/* Form */
.ct-form {
  display: flex;
  flex-direction: column; }

.ct-field {
  margin-bottom: 0; }

.ct-form .ct-input,
.ct-form .ct-input:focus,
.ct-form .ct-input:active,
.ct-form .ct-input:hover {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  padding: 15px 0 !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.06em !important;
  color: #333 !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 0.25s ease !important; }

.ct-form .ct-input:focus {
  border-bottom-color: #1a1a1a !important; }

.ct-form .ct-input::placeholder {
  color: #ccc !important;
  font-size: 11px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important; }

textarea.ct-input {
  resize: none !important; }

/* Button */
.ct-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding: 14px 40px;
  background: #2c2a28;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border: 2px solid #2c2a28;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease; }

.ct-btn:hover {
  background: transparent;
  color: #2c2a28; }

.ct-btn-arrow {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  transition: transform 0.2s ease; }

.ct-btn:hover .ct-btn-arrow {
  transform: translateX(4px); }

@media (max-width: 767px) {
  .ct-section { padding: 60px 0; }
  .ct-title { font-size: 22px; }
  .col-md-6.offset-md-1 { margin-top: 40px; } }

/* Footer brand center */
.footer-brand-center {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #444;
  margin: 0 0 12px 0; }

.footer-center-divider {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin-bottom: 12px; }

.footer-crafted-row {
  text-align: center;
  margin-top: 28px; }

.footer-crafted-row .footer-center-divider {
  margin-bottom: 16px; }


/* VS section brand */
.vs-brand {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  display: block;
  margin-top: -12px;
  margin-bottom: 48px; }

/* Footer brand below links */
.footer-brand-left {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #444;
  margin-top: 18px;
  margin-bottom: 0; }

/* ══ Unified section titles ══ */
.section-eyebrow {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 14px; }

.section-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 18px; }

.section-rule {
  width: 36px;
  height: 1px;
  background: #ccc;
  margin-bottom: 0; }

.section-title-block {
  margin-bottom: 56px; }

/* Dark variant */
.section-heading--dark {
  color: #fff; }
.section-eyebrow--dark {
  color: rgba(255,255,255,0.35); }
.section-rule--dark {
  background: rgba(255,255,255,0.2); }

/* Mission / Vision headings */
#mission h2, #vision h2 { color: #1e1e1e !important; }

/* Quote — Caveat cursive */
.quote-caveat {
  font-family: 'Caveat', cursive;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-style: italic;
  color: rgba(255,255,255,0.88);
  line-height: 1.5; }

/* wedo icons FA */
.wedo-icon {
  font-size: 48px;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.75); }
.wedo-icon i { font-size: 48px; }

/* Footer branch titles */
.footer h5 { font-size: 13px !important; letter-spacing: 0.08em; }
.footer-country {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.5; }

/* About title rule */
.about-title-rule {
  width: 36px;
  height: 1px;
  background: #ccc;
  margin: 4px 0 24px; }

/* Mission / Vision paragraph text */
#mission p, #vision p { color: #2c2a28; font-size: 15px; line-height: 1.8; font-family: 'Raleway', sans-serif; }

/* Wedo title rule */
.wedo-title-rule {
  width: 36px;
  height: 1px;
  background: rgba(255,255,255,0.35);
  margin: 8px auto 40px; }

/* Wedo icon titles */
#wedo h4 {
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-bottom: 16px; }

/* Scrollspy active nav link — light gray */
.navbar-custom .nav li a.active,
.navbar-custom .navbar-nav .nav-link.active,
.navbar-custom .navbar-nav .nav-item.active > .nav-link {
  color: rgba(255,255,255,0.45) !important; }

/* Scrollspy active — also light gray */
.navbar-custom .navbar-nav .nav-item.active .nav-link,
.navbar-custom .navbar-nav .nav-link.active,
.navbar-custom .navbar-nav .nav-item.active > .nav-link {
  color: rgba(255,255,255,0.45) !important; }

/* Quote author — same Caveat font */
.quote-author {
  font-family: 'Caveat', cursive;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,0.55);
  margin-top: 16px;
  letter-spacing: 0.02em; }

@media (max-width: 767px) {
  /* Center contact title block */
  .ct-title-row {
    text-align: center !important; }
  .ct-rule {
    margin-left: auto !important;
    margin-right: auto !important; }

  /* Center info items */
  .ct-info-item {
    justify-content: center !important; }
  .ct-info {
    text-align: center; }
}

@media (max-width: 991px) {
  .navbar-custom .navbar-brand {
    margin-right: auto !important;
    margin-left: 0 !important;
    padding-left: 0 !important; }
  .navbar-custom .container {
    padding-left: 16px !important;
    padding-right: 16px !important; }
}

@media (max-width: 767px) {
  .scroll-btn {
    display: block !important;
    margin: 24px auto 0;
    transform: scale(0.7);
    transform-origin: center top; }
}

/* VS card hover lift */
.vs-col {
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.vs-col:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35); }

/* ── Scroll reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease; }

.reveal.visible {
  opacity: 1;
  transform: translateY(0); }

.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.30s; }
.reveal-delay-3 { transition-delay: 0.45s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; } }

/* Contact form feedback messages */
.ct-msg {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 12px 0;
  margin-top: 8px; }

.ct-msg--success { color: #4a8c6f; }
.ct-msg--error   { color: #c0392b; }

/* Active link in scrolled navbar — dark gray */
.navbar-custom.top-nav-collapse .navbar-nav .nav-link.active,
.navbar-custom.top-nav-collapse .navbar-nav .nav-item.active > .nav-link {
  color: #888 !important; }

@media (max-width: 767px) {
  .footer.bg-gray .col-md-6:first-child {
    margin-bottom: 48px; }
}

/* ── Preloader — bar loader ── */
.loader {
  width: 40px;
  aspect-ratio: 1;
  --c: linear-gradient(#fff 0 0);
  --r1: radial-gradient(farthest-side at bottom,#fff 93%,#0000);
  --r2: radial-gradient(farthest-side at top   ,#fff 93%,#0000);
  background:
    var(--c) ,var(--r1),var(--r2),
    var(--c) ,var(--r1),var(--r2),
    var(--c) ,var(--r1),var(--r2);
  background-repeat: no-repeat;
  animation: l2 1s infinite alternate;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

@keyframes l2 {
  0%,25% {
    background-size: 8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(50% - 2px),0 calc(50% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px); }
  50% {
    background-size: 8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px); }
  75% {
    background-size: 8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px); }
  95%,100% {
    background-size: 8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(0% - 2px),100% calc(100% + 2px); } }

/* Wedo items — scroll reveal stagger */
.wedo-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.6s ease, transform 0.6s ease; }

.wedo-reveal.visible {
  opacity: 1;
  transform: translateY(0); }

/* Essential Consulting — staggered reveal */
.wedo-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s ease, transform 0.65s ease; }

.wedo-reveal.visible {
  opacity: 1;
  transform: translateY(0); }

/* Essential Consulting — staggered reveal */
.wedo-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.65s ease, transform 0.65s ease; }

.wedo-reveal.visible {
  opacity: 1;
  transform: translateY(0); }

/* Typewriter cursor */
#quote-typewriter::after {
  content: '|';
  font-style: normal;
  opacity: 1;
  animation: blink 0.7s step-end infinite; }

#quote-typewriter.done::after {
  display: none; }

@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; } }

/* Fix horizontal overflow on mobile */
@media (max-width: 767px) {
  html, body {
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden !important;
    width: 100% !important; }

  .navbar-custom .container {
    overflow-x: hidden; }
}
