/*
Theme Name: Cohen Idov
Template: hello-elementor
Author: Webreach
Author URI: https://www.webreach.co.il/
Version: 1.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Smooth scroll behavior */
html {
	scroll-behavior: smooth;
}

/* Scroll snap sections - each direct child of .hp-section will be a snap point */
.hp-section {
	position: relative;
}

.hp-section .scroll-snap-section {
	position: relative;
	min-height: 100vh;
	width: 100%;
}

.hp-section:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 350px solid #e6e6e6; /* gray triangle size/color */
	border-top: 350px solid transparent;
	z-index: 1;
	pointer-events: none;
}
