/* Light Mode */

/* .dark-theme .clb__dark_mode_light {
    background: #f0f0e3;
} */

/* .dark-theme .clb__dark_mode_light .ohio-widget.heading {
    background: #f0f0e3;
} */

/* Fonts */

:root {
  --clb-title-font-family: "HK Nova R", sans-serif;
  --clb-text-font-family: "HK Nova R", sans-serif;
  --light-primary-color: #f0f0e3;
  --light-text-color: #383839;
  --light-text-color-hover: #f0f0e3;
  --light-blue: #acd1f0;
}

body.dark-scheme {
  --light-primary-color: #383839;
  --light-text-color: #f0f0e3;
  --e-global-color-2ebb335: #f0f0e3;
  --e-global-color-b4eaf85: #111013;
  --e-global-color-d1591ee: #f0f0e3;
}

body {
  font-family: "HK Nova R", sans-serif;
}

.header-wrap {
  background-color: rgba(255, 255, 255, 0.18);
}

.color-switcher {
  background: #242325 !important;
  color: #fff !important;
}

.color-switcher-toddler-item {
  background-color: color-mix(in srgb, var(--clb-color-fill-dark-mode) 70%, var(--clb-color-white)) !important;
}

.dark-scheme .header-wrap {
  /* background-color: rgba(0, 0, 0, 0.18); */
}

.header-wrap .menu-optional a:hover {
  color: var(--light-blue);
}

.icon-button.hamburger {
  background: var(--light-primary-color);
}

.icon-button.hamburger .icon {
  color: var(--light-text-color);
}

.icon-button.hamburger:hover {
  background: #1e434b;
}
.icon-button.hamburger:hover .icon {
  color: var(--light-text-color-hover);
  opacity: 1;
  transform: none;
}

.arrow-circle:hover {
  all: unset !important;
}

.arrow-circle img {
  background: transparent;
  max-width: 60px;
  transition: 0.5s;
}

.arrow-circle img:hover {
  transform: translateY(-10px);
}

/* Portfolio */

.portfolio-item.-layout13 .show-project {
  display: none;
}

.projects-subtitle {
  color: #f0f0e3;
  margin-top: 1rem;
}

.services-container .ohio-banner-sc .overlay-details {
  background: #242325;
}

/* Prevent Elementor flexbox from breaking Swiper */
.services-container.swiper {
  overflow: hidden !important;
  display: block !important; /* Overrides Elementor's e-con flex */
}

.services-container .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important; /* Crucial: stops slides from stacking */
  flex-direction: row !important;
}

/* Ensure slides don't shrink */
.services-container .swiper-slide {
  flex-shrink: 0 !important;
  height: auto !important;
}

/* Testimonial */

.testimonial-headline > b {
  background: #383839;
  color: #f0f0e3;
}

.carousel-testimonial .testimonial p {
  color: var(--light-text-color) !important;
}

.carousel-testimonial .clb-slider-nav-btn {
  gap: 10px;
}

/* Blog Grid */

.blog-grid .category-holder a {
  background: #618173;
}

@media (min-width: 1200px) {
  .footer-gallery .vc_col-lg-3 {
    /* width: calc(8.3333333333% * 3); */
    width: calc(100% / 5);
  }
}

.site-footer p {
  color: #f0f0e3;
}

.site-footer a {
  font-weight: 400;
}

.site-footer a:hover {
  color: #ffffff !important;
}

.footer-col-1 {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  align-items: center;
  gap: 1rem;
}

.footer-col-1 .-light-t a:hover {
  all: unset !important;
}

.footer-logo {
  max-width: 160px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-socials i {
  color: #f0f0e3;
  font-size: 21px;
}

.quick-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: fit-content;
  align-items: flex-start;
  font-weight: 400;
}

.site-footer-copyright .holder {
  border-top: 1px solid #f0f0e3 !important;
  color: #f0f0e3;
}

/* Responsive Mobile */

@media (max-width: 767px) {
  .header-wrap-inner .menu-optional {
    display: none !important;
  }

  .heading-section h2 {
    text-align: center;
  }

  .heading-section h2 br {
    display: none;
  }

  .footer-col-1 {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .dark-scheme .branding .dark-scheme-logo {
    height: 42px;
  }
}
