.gradient-shadow-card:hover {
      box-shadow:
        0 8px 25px rgba(79, 77, 140, 0.18),
        0 4px 15px rgba(183, 94, 106, 0.15);
        border-radius: 16px;
     
    }

/* Styling for Hero Section */
/* .elementor-element-e935bb0,
.elementor-element-e935bb0 .elementor-element-8ef80fc {
  overflow: hidden !important;
  position: relative !important;
} */
.elementor-element-e935bb0 .page-wrap {
  overflow-y: hidden !important;
  width: 100%;
  position: relative;
}
.page-wrap * {
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}
/* Styling for Hero Section */
.page-wrap {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.hero-section {
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero-bg {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.hero-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  object-fit: cover;
}


.scroll-title-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.second-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: antiquewhite;
  color: darkgray;
  overflow: hidden;
}

.third-section {
  height: 100vh;
}

.cont-121 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: 'Blinkaserif';
  src: url('https://samirahabitats.com/wp-content/uploads/2025/10/blinka-serif.woff2') format('woff2'),
       url('https://samirahabitats.com/wp-content/uploads/2025/10/blinka-serif.woff') format('woff'),
       url('https://samirahabitats.com/wp-content/uploads/2025/10/blinka-serif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.overlay-text {
  width: 90%;
  z-index: 5;
  font-size: 5rem;
  text-align: center;
  line-height: 1.2;
text-transform: capitalize;  font-family: "Blinkaserif", sans-serif !important;

}
.jp-relatedposts{
	display:none !important;
}



@media (max-width: 769px) {
  .overlay-text {
    font-size: 2rem;
  }
}

.clone {
  letter-spacing: 3px;

  color: #fff;
  clip-path: inset(0 0 0 0);
 }

.original {
      letter-spacing: 3px;

  color: #575656;
  clip-path: inset(100% 0 0 0);
}