.elementor-2015 .elementor-element.elementor-element-600d409{--display:flex;--min-height:100vh;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;--z-index:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c6b2a62 */.page-content {
    padding: 0 !important;
}

.card-container {
  display: flex;
  height: 100vh;
  position: relative;
}

.card {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
  transition: flex 0.5s ease;
  z-index: 2;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.6);
}



.card:hover {
  flex: 1.2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.card-container:hover .card:not(:hover) {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.6);
}

.card-text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.card:hover .card-text {
  opacity: 1;
}

.card-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  color: white;
  overflow-y: auto;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); /* Dark full-screen overlay */
  opacity: 0; /* Start transparent for fade animation */
}

.close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 3rem;
  color: white;
  text-decoration: none;
  z-index: 9991;
}

.content-inner {
  position: relative; /* Needed for z-index to work */
  z-index: 2;
  text-align: center;
  opacity: 0; /* Start hidden for fade-in */
  padding: 50px 0px 40px 0px;
}

@media (max-width: 768px) {
  .card-container {
    flex-direction: column;
  }
  
  .card {
    margin-left: 0 !important;
    border-top-right-radius: 0;
    height: 33.33vh;
  }
  
  .card:hover {
    flex: 1;
    box-shadow: none;
  }
  
  .card-text {
    opacity: 1;
    transform: rotate(0deg);
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 2rem;
    right: 20px;
    bottom: 20px;
    opacity: 1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee48149 */.elementor-2015 .elementor-element.elementor-element-ee48149 {
    display: none;
}/* End custom CSS */
/* Start custom CSS */html {
    overflow-y: hidden;
}

.elementor-location-header .elementor-sticky--active {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
}/* End custom CSS */