/*
Theme Name: veandn
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* .custom-header{
    position: absolute !important;
    z-index: 999 !important;
    width: 100% !important;
	
}

body{
    padding: 20px;
} */

/* Parent section setup */
.sticky-section {
  display: flex;
  align-items: flex-start;
  position: relative;
}

/* Sticky column behavior */
.sticky-section .sticky-image {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; /* adjust as per your header height */
  align-self: flex-start;
}

/* Ensure sticky doesn't overflow next section */
.sticky-section {
  overflow: hidden;
}




