/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2026 | 11:01:16 */
/* Lander page start here  */
.elementor-heading-title span {
    color: #d6b87a;
}
/* stiky scroll content start */
.content-column {
  flex: 1;
}
.content-block {
  min-height: 500px; 
}
.image-column {
  flex: 1;
  position: relative;
}
.sticky-image {
  width: 100%;
  height: 470px;
  overflow: hidden;
}
.sticky-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.sticky-image img.hidden {
  opacity: 0;
} 
.sticky-section .content-block h2 {
    margin-top: 0px;
    margin-bottom: 15px;
}
.scrolling-headinder {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 32px;
}
.scrolling-headinder h2 {
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 28px;
}
/* stiky scroll content close */
/* Lander page close here  */