/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.topbar-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px !important;
  border-radius: 8px;
  background: #00c1e8;
  color: white !important;
  height: 40px !important;
  line-height: 20px !important;
}

.topbar-phone img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.gallery-col .box-text {
  font-size: 18px;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px !important;
}

.gallery-col .box-shade .box-text::before {
  content: "";
  background: url("/wp-content/uploads/2025/02/clean-room.svg") center center
    no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  display: block;
}

.c-tes h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.c-tes p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.flickity-page-dots {
  bottom: 0;
}

.flickity-page-dots .dot {
  border-width: 1px;
}

.testimonial-meta.pt-half {
  color: #5a5a5a;
}

.nav-line-bottom > li > a:before {
  height: 1.5px;
}

.testimonial-text {
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  margin-top: 16px;
}

ul.header-nav.header-nav-main.nav li.menu-item {
  transition: all 0.3s ease 0s;
}

ul.header-nav.header-nav-main.nav li.menu-item:hover {
  transform: translateY(-3px);
  color: #00c1e8;
}

.text-ground {
  color: #bfbfbf !important;
  margin-bottom: 0;
}

.c-button {
  padding: 0.75em 3em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 15px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.c-button.dark {
  color: black !important;
}

.c-button:hover {
  background-color: #00c1e8;
  box-shadow: inset 0px -3px 0 white;
  color: #fff;
  transform: translateY(-5px);
}

.c-button.dark:hover {
  color: white !important;
}

.c-button:active {
  transform: translateY(-1px);
}

.service-list h3 {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.service-list ul {
  margin: 0;
}

.service-list ul li {
  list-style: none;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-list ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #00c1e8;
  margin-right: 8px;
  min-width: 10px;
  margin-top: 12px;
}

.absolute-footer {
  padding: 8px 0;
}

.footer-primary.pull-left {
  color: white;
  font-size: 12px;
}

.grid-client .col {
  display: flex;
  align-items: center;
}

.grid-client .col img {
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}

.grid-client .col img:hover {
  filter: grayscale(0);
  opacity: 1;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
