/* 
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 */
html, body {
  overflow-x: hidden;
}
.topbar {
  position: relative;
  transform: skewX(-30deg);
}
.topbarinner {
  transform: skewX(30deg);
}
/* Decorative extension */
.topbar::after {
  position: absolute;
  content: "";
  background: #000;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transform: skewX(0deg);
}
/* Arabic (RTL) adjustments */
.topbar:lang(ar) {
  transform: skewX(30deg);
}
.topbar:lang(ar)::after {
  right: auto;
  left: -100%;
}
.topbarinner:lang(ar) {
  transform: skewX(-30deg);
}
.servicesection {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.contactForm h4 {
  margin: 0
}
.clientslide .elementor-swiper-button {
  background: #0e4369;
  padding: 10px;
  border-radius: 50px;
}
.clientslide .swiper-slide {
  background: #fff;
  aspect-ratio: 1;
  align-items: center;
  display: flex;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.colors-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
}
.color-item {
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.color-item:hover {
  transform: translateY(-6px) scale(1.05);
  border-color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.color-name, .color-number {
  font-weight: 600;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  margin: 2px 0;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .colors-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .colors-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .colors-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.points-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.point-item {
  background: #f8f8f8;
  padding: 20px;
  text-align: start;
  gap: 15px;
  transition: transform 0.2s, box-shadow 0.2s;
  display: grid;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dfdfdf;
  border-radius: 5px 5px 5px 5px;
}
}
.point-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.tick-icon {
  width: 40px;
  height: 40px;
  background: #0e4369;
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.point-content {
  text-align: left;
}
.point-content:lang(ar) {
  text-align: right;
}
.point-title {
  font-family: "Open Sans", Sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 10px;
}
.point-desc {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--e-global-color-text);
}
.point-title:lang(ar), .point-desc:lang(ar) {
  font-family: "Noto Sans Arabic" !important;
}
@media (max-width: 768px) {
  .points-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .points-grid {
    grid-template-columns: 2fr;
  }
}
.client .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 100%;
}
.client .gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
  transition: all 0.3s ease;
}
.client .gallery-item:hover {
  transform: translateY(-8px);
}
.client .gallery-item a {
  display: block;
  height: 100%;
}
.client .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.client .gallery-item:hover img {
  transform: scale(1.05);
}
.client .gallery-item p {
  font-size: 12px;
  margin: 8px 12px 12px;
  color: #666;
  font-style: italic;
}
.phone-number .elementor-icon-box-description {
  direction: ltr;
  unicode-bidi: embed;
  text-align: right;
}
.phone-number h2 {
  direction: ltr;
  unicode-bidi: embed;
  text-align: right;
}
.sidemenu ul.elementor-nav-menu li {
  border-bottom: 1px solid #dfdfdf;
}
.sidemenu ul.elementor-nav-menu li:last-child {
  border-bottom: none
}
.project-details-table {
  width: 100%;
  border-collapse: collapse;
}
.project-details-table th {
  text-align: left;
}
@media (max-width: 768px) {
  .client .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .client .gallery-grid {
    grid-template-columns: 1fr;
  }
}