/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Apply Acumin Pro to all Headings (H1 - H6) */
body,
p {
  font-family: "acumin-pro", sans-serif !important;
}
h1,
h2,
h3,
h4,
h6,
.elementor-heading-title,
.heading-font > * {
  font-family: "acumin-pro-condensed" !important;
}
h5 {
  font-family: "acumin-pro-extra-condensed";
}
body.logged-in.admin-bar .top-header {
  margin-top: 32px;
}
/* .elementor-element.e-parent {
  padding: 0 64px;
}
footer .elementor-element.e-parent {
  padding: 40px 64px;
} */
.elementor-loop-container .elementor-element.e-parent {
  padding: 0 10px;
}
.elementor-element.e-parent.padding-0 {
  padding: 0;
}
.hero-width {
  max-width: 1100px;
}
.top-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: none;
  transition: top 0.3s ease-in-out; /* Smooth transition */
  z-index: 999; /* Ensure it stays on top */
}
.top-header.header-visible,
.top-header.header-hidden {
  transition: all 0.3s ease;
  background: rgb(255 255 255) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.header-visible .elementor-widget-nav-menu .elementor-nav-menu--main li a {
  color: #505050 !important;
}
.hero-section {
  background-color: transparent !important;
}

.hero-section .elementor-background-video-container {
  /* opacity: 0; */
  transition: opacity 0.8s ease;
  background: transparent !important;
}

.hero-section .elementor-background-video-container.video-ready {
  opacity: 1;
}

.hero-section .elementor-background-video-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
  pointer-events: all;
}

span[style*="text-decoration: underline"] {
  text-decoration: none !important;
  border-bottom: 8px solid #bfd863;
  padding-bottom: 0;
  display: inline-block;
  line-height: 1.2;
}
.header-visible
  .elementor-widget-nav-menu
  .elementor-nav-menu--main
  li
  a:hover {
  color: #9071d5 !important;
}

header .elementor-background-video-container iframe,
header .elementor-background-video-embed iframe {
  pointer-events: none;
}

header .elementor-background-video-container iframe {
  transform: scale(1.2);
}

.header-visible {
  top: 0;
}
.margin-0 > .e-con-inner {
  margin: 0 !important;
}
/* Class added when scrolling DOWN (Hide) */
/* We move it up by its own height (adjust -100px to your header's actual height) */
.header-hidden {
  top: -100px;
}
.mobile-bg {
  background: transparent;
}
.imagecarousel .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.eael-team-item.eael-team-members-overlay .eael-team-content {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding-top: 15%;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  border-radius: 12px;
}
.eael-team-item {
  border-radius: 12px;
}
.eael-team-item-inner {
  overflow: hidden !important;
  position: relative;
}
.eael-team-item.eael-team-members-overlay .eael-team-content {
  opacity: 0;
  transform: translateY(100%);
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.eael-team-item.eael-team-members-overlay:hover .eael-team-content {
  opacity: 1;
  transform: translateY(0);
}
.elementor-widget-text-editor ul li p {
  margin-bottom: 0.5rem;
}
.elementor-widget-text-editor ul {
  padding-left: 20px;
}
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li {
  line-height: 1.4;
}
.media-links ul {
  padding: 0 0 0 25px;
}
.media-links ul li {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}
.media-links ul li:last-child {
  border-bottom: none;
}
.media-links ul li::before {
  position: absolute;
  background: url("list-icon.png") no-repeat;
  background-size: contain;
  left: -25px;
  top: 15px;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
}
footer .form-top input {
  width: 100%;
  border: 1px solid #c2c2c2;
}
footer .form-top input::placeholder,
footer .form-bottom textarea::placeholder {
  color: #c2c2c2;
  opacity: 1;
}
footer .form-top input::-webkit-input-placeholder,
footer .form-bottom textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
footer .form-top input::-moz-placeholder,
footer .form-bottom textarea::-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
}
footer .form-top input:-ms-input-placeholder,
footer .form-bottom textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
footer .form-top input::-ms-input-placeholder,
footer .form-bottom textarea::-ms-input-placeholder {
  color: #c2c2c2;
}
footer .form-top {
  display: flex;
  gap: 20px;
}
footer .form-bottom {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0 !important;
}
footer .form-bottom .form-field p {
  width: 100%;
}
footer .form-bottom textarea {
  width: 100%;
  border: 1px solid #c2c2c2;
  resize: none;
  max-height: 50px;
  color: #c2c2c2;
}

footer .form-bottom input[type="submit"] {
  width: 100%;
  color: #ffffff;
  font-weight: normal;
  font-size: 15px;
}
footer .form-bottom .wpcf7-spinner {
  display: none;
}
.elementor-pagination > * {
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
  padding: 5px 10px;
}
.elementor-pagination > a {
  background: #bfd863;
  color: #fff;
}
.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  transform: translate(-50%, -50%) scale(1.1) !important;
}
.masscie-group {
  display: flex;
  gap: var(--masscie-gap, 24px);
  flex-shrink: 0;
  align-items: center;
  animation: masscie-scroll-x var(--masscie-duration, 30s) linear infinite;
  -webkit-animation: masscie-scroll-x var(--masscie-duration, 30s) linear
    infinite;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  animation-play-state: running !important;
  -webkit-animation-play-state: running !important;
}
.single-our_works h5 {
  font-size: 30px !important;
  line-height: 32px !important;
  font-weight: 500 !important;
}
.heading-left {
  display: inline;
}
.heading-left > .elementor-widget-heading {
  width: auto;
  float: left;
  line-height: 1;
}
.heading-left h5.elementor-heading-title {
  line-height: 1 !important;
  text-align: left;
  display: inline-block;
  margin-right: 5px;
}
@keyframes masscie-scroll-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@-webkit-keyframes masscie-scroll-x {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
  }
}

@-webkit-keyframes masscie-scroll-x {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .mobile-bg {
    background: transparent !important;
  }
  .mobile-bg h4.elementor-heading-title {
    color: #bfd863 !important;
  }
}

@media screen and (max-width: 767px) {
  .case-study .gallery-item-wrap.clients .gallery-item-thumbnail-wrap img {
    max-width: 60%;
  }
  .hero-section {
    max-height: 560px;
  }
  .single-our_works h5 {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
  }

  /* .elementor-element.e-parent {
    padding: 0 24px;
  }
  .elementor-loop-container .elementor-element.e-parent {
    padding: 0 10px;
  } */
  footer .elementor-element.e-parent {
    padding: 40px 24px;
  }
}
@media (max-width: 991px) {
  /* .elementor-element.e-parent {
    padding: 0 32px;
  }
  footer .elementor-element.e-parent {
    padding: 40px 32px;
  }
  .elementor-loop-container .elementor-element.e-parent {
    padding: 10px;
  } */
  .fixed-header .elementor-menu-toggle .e-font-icon-svg {
    fill: #33373d !important;
  }
}
