/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu ul li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

.header-menu nav ul {
  display: flex;
  gap: 25px;
}

a.primary-btn {
  background-color: #ed2025;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 15px 29px;
  border-radius: 50px;
  transition: 0.3s;
}

a.primary-btn:hover {
  background-color: #333;
  color: #fff;
}

.header-menu ul li a {
  transition: 0.3s;
}

.header-menu ul li a:hover {
  color: #ed2025;
}

.mobile-header {
  display: none;
}

.desktop-header {
  padding: 10px 0;
}

.offcanvas-header .btn-close {
  background-color: transparent;
}

.modal-header .btn-close,
.modal-header .btn-close:hover {
  background-color: transparent;
  border: none;
}

button {
  border: none !important;
}

.service-item-content h3 {
  font-size: 22px;
  line-height: 1.3;
}

.service-item-content p {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}

.service-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.service-item-content {
  margin-top: 25px;
}

.service-item {
  height: 100%;
}

.industry-item-bg {
  height: 450px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.industry-item.slick-slide {
  margin: 0 15px;
}

.industry-item-bg {
  position: relative;
}

.industry-item-bg h4 {
  position: absolute;
  bottom: 14px;
  left: 20px;
  color: #fff;
  font-size: 24px;
}

.industry-item-bg {
  padding: 20px;
}

.industry-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.industry-arrows span {
  display: inline-block;
  width: 60px;
  border: 1px solid #ddd;
  font-size: 30px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #fff;
}

.industry-arrows span:hover {
  background-color: #ed2025;
  color: #fff;
  border-color: #ed2025;
}

.contact-item-bg {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-item-content p {
  margin-bottom: 0;
}

.contact-item-content h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
  margin-top: 0;
  margin-bottom: 5px;
}

.contact-item-content p a,
.contact-item-content p {
  color: #fff;
  font-size: 20px;
}

.contact-item {
  background-image: linear-gradient(45deg, #ffffff3d, transparent);
  padding: 15px;
  border-radius: 50px;
}

.industry-arrows.clients-arrows {
  margin-top: 0;
  justify-content: end;
}

section.clients-section h2 {
  color: #fff;
}

.client-item {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  margin: 0 15px;
  padding: 20px;
}

.client-rating i {
  color: #ffb800;
}

.client-meta h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.client-meta p {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 10px;
}

.client-meta {
  margin-top: 40px;
}

.client-item > p {
  margin-bottom: 0;
  line-height: 1.8;
  margin-top: 15px;
}

.clients-items {
  margin-top: 40px;
}

a.inline-btn {
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

a.inline-btn i {
  color: #999;
}

/* Elementor Custom Breakpoint CSS */
@media (max-width: 1400px) {
  .e-con-inner {
    max-width: 1140px !important;
  }
}

@media (max-width: 1200px) {
  .e-con-inner {
    max-width: 960px !important;
  }

  section.clients-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .e-con-inner {
    max-width: 720px !important;
  }
}

@media (max-width: 768px) {
  .e-con-inner {
    max-width: 540px !important;
  }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .desktop-header {
    display: none;
  }
  .mobile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-header-content img {
    max-width: 80px;
  }
  .mobile-menu-toggle span {
    background-color: #000;
    color: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }
  .mobile-header {
    padding: 10px 0;
  }

  .mobile-header {
    display: block;
  }
  .mobile-nav ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .mobile-nav ul a {
    color: #333;
  }

  .mobile-nav {
    margin-bottom: 30px;
  }

  button.btn-close {
    border: none;
  }

  button.btn-close:hover {
    background-color: transparent;
  }
  .services {
    overflow: hidden;
    padding: 0 15px;
  }
  .industry-arrows.clients-arrows {
    display: none;
  }

  .clients-section .section-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .contact-item p {
    font-size: 16px;
  }
  body #page {
    overflow: hidden;
  }
}

.client-item.slick-slide {
    height: 100%;
}

.client-item.slick-slide {
    min-height: 410px;
}
