/* 
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
*/
.jarallax-bg {
  position: relative;
  overflow: hidden;
}

.jarallax-bg .jarallax-img {
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Apply grayscale effect only to containers with this class */
.jarallax-bw-hover {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.jarallax-bw-hover:hover {
  filter: grayscale(0%);
}
.project-card {
  position: relative;
  border-bottom: 1px solid #EBA847;
  margin-bottom: 20px;
}

/* Half-height right vertical line */
.project-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 55%;
  background-color: #EBA847;
}

.project-card::before {
	display: block !important;
    background: #EBA847;
    width: 1px;
    height: 55%;
    position: absolute;
    content: "";
    right: -2px;
    left: auto;
	top: 261px !important;
}

.projects-loop-grid > .elementor-loop-container > div.e-loop-item:nth-of-type(3n) .project-card::after,
.projects-loop-grid > .elementor-loop-container > div.e-loop-item:nth-of-type(3n) .project-card::before{
  display: none !important;
}

.home-projects-loop-grid > .elementor-loop-container > div.e-loop-item:nth-of-type(2n) .project-card::after,
.home-projects-loop-grid > .elementor-loop-container > div.e-loop-item:nth-of-type(2n) .project-card::before{
  display: none !important;
}
/* === YOUR HOVER EFFECTS START HERE === */

