* {
	padding: 0;
	margin: 0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	padding-top: 0px;
	overflow-x: hidden;
}

a,button{
	cursor: pointer;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}
/* header.header-wrapper.sticky{
    background-color: #10181E !important;
} */
.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Padding top and bottom zero*/

.e-con.p-top {
	padding-top: 0;
}

.e-con.p-bottom {
	padding-bottom: 0;
}

/* Contact form 7 */

.wpcf7 .row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
	padding-bottom: 20px;
	font-family: "Satoshi", Sans-serif;
	font-weight: 500;
}
.cf7-ajax-ok-btn{
	font-family: "Satoshi", Sans-serif;

}
.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999999999;
	justify-content: center;
	align-items: center;
}

#cf7-ajax-loading.active {
	display: flex;
}

.cf7-spinner {
	width: 45px;
	height: 45px;
	border: 4px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7-response-output {
	display: none !important;
}

.cf7-popup-open,
.cf7-loading {
	overflow: hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}
.get-in-touch{
	display:none !important;
}
.hero-sec{
	position:relative;
}
.hero-sec:before{

	position: absolute !important;
	content: '' !important;
	background: radial-gradient(71.72% 71.57% at 50% 56.25%, rgba(16, 24, 30, 0.00) 13.4%, #10181E 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100% !important;
	width: 100% !important;
	z-index: 1;
}
/* Newsletter Form */
.newsletter-form {
	display: flex;
	gap: 16px;
	width: 100%;
}

/* CF7 wrapper */
.newsletter-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

/* Email Field */
.newsletter-form .newsletter-input {
	width: 100%;
	/* height: 62px; */
	padding: 20px 14px;
	background: #11191F;
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: "Satoshi", Sans-serif;
	line-height: normal;
	outline: none;
	transition: all .3s ease;
	box-sizing: border-box;
}

.newsletter-form .newsletter-input::placeholder {
	color: #8E98A5;
}


/* Submit Button */
.newsletter-form .newsletter-btn {
	position: relative;
	padding: 13px 40px 13px 14px !important;
	background-color: #DE9353 !important;
	color: #fff;
	border-radius: 6px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	cursor: pointer;
	transition: .3s;
	line-height: 30px;
	font-family: "Satoshi", Sans-serif;
	border: 1px solid #FFF;
}
.newsletter-form .newsletter-btn:hover {
	background: #C6813F;
}

/* Arrow */
.newsletter-form .newsletter-btn::after {
	content:'';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url('/wp-content/uploads/2026/07/CaretDoubleDown.svg') !important; 
	background-size: contain;
	transition: transform .3s ease;
}
.newsletter-btn br{
	display: none;
}
/* Error Message */
.newsletter-form .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 13px;
}

.hero-scroll-wrapper { position: relative; overflow: visible; }

.hero-sec {
	position: sticky !important;
	top: 0 !important;
	height: 100vh !important;
	display: flex !important;
	align-items: center;
	overflow: hidden !important;  
	transform: none !important;
}

.hero-bg-layer {
	position: absolute;
	inset: 0;
	z-index: 0;
	will-change: transform;
	transform-origin: 30% 100%; /* left-bottom bias */
}

.hero-sec .e-con-inner {
	position: relative;
	z-index: 1;
	height: 100% !important; 
	transition: opacity 0.3s ease;
}

.hero-sec .elementor-heading-title .word-wrap { display:inline-block; white-space:nowrap; }
.hero-sec .elementor-heading-title .letter {
	display: inline-block;
	opacity: 0;

	transform: translateY(0px) scale(0.9);
	will-change: opacity, transform, filter;
	transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
		filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-sec .elementor-heading-title .letter.visible {
	opacity: 1; filter: blur(0); transform: translateY(0) scale(1);
}

.scroll-indicator { transition: opacity .3s ease; }
.hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1; /* bgLayer (0) ane content (1) ni beech */
	background: radial-gradient(153.54% 57.92% at 79.43% 49.95%, rgba(16, 24, 30, 0.00) 0%, rgba(16, 24, 30, 0.40) 21.53%, rgba(16, 24, 30, 0.85) 50.77%, #10181E 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
.hero-sec > .hero-secound{
	position: absolute !important;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

.hero-sec .reveal-text {
	position: absolute !important;
	top: 50%;
	left: 60px;
	transform: translateY(-170%);
	max-width: 480px;
	pointer-events: none;
	z-index: 1;
}

.hero-sec .reveal-text p.line-visible {
	opacity: 1;
	transform: none;
	filter: blur(0);
}
.hero-sec .reveal-text p .letter {
	display: inline-block;
	opacity: 0;
	transform: translateY(0px) scale(0.9);
	transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
		filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-sec .reveal-text p .letter.visible {
	opacity: 1;

	transform: none;
}
.hero-sec .reveal-text p .word-wrap {
	display: inline-block;
	white-space: nowrap;
}
/* reveal animation */

.scroll-indicator{
	position: absolute !important;
	bottom: 90px !important;
	left: 50%;
	transform: translateX(-50%);
	transition: opacity 0.3s ease;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:12px;
	z-index: 5 !important;  
}

/* Mouse */

.mouse{
	width:33px;
	height:52px;
	border:1px solid #fff;
	border-radius:100px;
	position:relative;
	cursor:pointer;
	animation:mouseMove 1.6s ease-in-out infinite;
}

/* Dot */
.mouse .dot{
	width:6px;
	height:6px;
	background:#fff;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:10px;
	transform:translateX(-50%);
	animation:dotMove 1.5s ease-in-out infinite;
}

/* Text */

.scroll-text{
	white-space: nowrap;
	display: inline-block;
	width: max-content;
	font-size: 25px !important;
	font-weight: 700 !important;
	margin: 0;
	line-height:28px;
	animation: textZoom 1.6s ease-in-out infinite;
}

/* Mouse Animation */

@keyframes mouseMove{

	0%{
		transform:translateY(0);
	}

	50%{
		transform:translateY(-8px);
	}

	100%{
		transform:translateY(0);
	}

}

/* Dot Animation */

@keyframes dotMove{

	0%{
		top:8px;
		opacity:1;
	}

	70%{
		top:30px;
		opacity:1;
	}

	71%{
		opacity:0;
	}

	72%{
		top:8px;
		opacity:0;
	}

	100%{
		top:8px;
		opacity:1;
	}

}
/* Text Animation */

@keyframes textZoom{

	0%{

		color:#ffffff;
	}

	50%{
		color:#DE9353;
	}

	100%{
		color:#ffffff;
	}

}
/*  */
.page-scroll-guide{
	position: fixed;
	/*     left: 50%; */
	right: auto;
	bottom: 30px;
	transform: translateX(-50%);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
	transition: opacity .4s ease;
	opacity: 0;
}
/* .page-scroll-guide.active{
opacity: 1;
} */

.page-scroll-guide span{
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height:normal;
	margin-bottom: 14px;
	font-family: Satoshi;
}

.page-scroll-guide-line {
	width: 1px;
	height: 130px;
	background: #A7A9AC;
	position: relative;
	overflow: hidden;
}
.page-scroll-guide-line::before {
	content: "";
	position: absolute;
	top: -40%;
	left: 0;
	width: 100%;
	height: 40%;
	background: #DE9353;
	animation: scrollLineMove 1.8s linear infinite;
}

@keyframes scrollLineMove {
	0% {
		top: -40%;
	}
	100% {
		top: 100%;
	}
}
.hover-image {
	position: absolute !important;
	bottom: 340px !important;
	z-index: 9999;
	right: 270px;
	opacity: 0;
	transition: all 1s;
	cursor: pointer;
}

.hover-image.zoom-complete{
	opacity: 1;
}
.hover-image{
	/*     position:relative; */
	display:inline-block;
	border-radius:50%;
}

.hover-image img{
	display:block;
	border-radius:50%;
}

.hover-image::before{
	content:"";
	position:absolute;
	inset:-2px;
	border:3px solid #000;
	border-radius:50%;
	pointer-events:none;
	animation:borderChange 2s infinite;
}

@keyframes borderChange{
	0%,49%{
		border-color:#000;      /* Black border */
	}
	50%,100%{
		border-color:#FFD700;   /* orange border */
	}
}
.reels-video video{
	width: 422px !important;
	height: 624px !important;
	border-radius: 20px;
}
.scroll_down{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9;
}

.sl-reveal .sl-word {
	display: inline-block;
	white-space: nowrap;
}

.sl-reveal .sl-letter {
	display: inline-block;
	opacity: 0;
	transform: none;
	transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
		filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.sl-reveal .sl-letter.sl-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}
/* 2nd building sec css start */

.fs-bg-section {
	position: relative;
	height: 200vh;
	width: 100%;
}
.fs-frame-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	background: radial-gradient(
		74.07% 45.68% at 50% 50%,
		rgba(16, 24, 30, 0.00) 0%,
		rgba(16, 24, 30, 0.30) 100%
	);
}
.fs-text-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	pointer-events: none;
	background: radial-gradient(74.07% 45.68% at 50% 50%, rgba(16, 24, 30, 0.00) 0%, rgba(16, 24, 30, 0.30) 100%);
}
.fs-text {
	color: #fff;
	text-align:center;
	transform: none;
	transition:
		opacity 0.8s ease,
		transform 0.8s ease;
	z-index: 2;
	pointer-events: none;
	margin:0 auto;
}
.fs-text.sl-reveal {
	opacity: 1;
}

.image-sequence-section {
	position: relative;
	height: 200vh !important; 
}
.image-sequence-section:before {
	content: '' !important;
	position: absolute !important;
	height: 100% !important;
	width: 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background: radial-gradient(74.07% 45.68% at 50% 50%, rgba(16, 24, 30, 0.00) 0%, rgba(16, 24, 30, 0.30) 100%);
}
.fs-sticky-wrap {
	position: sticky;
	top: 0;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.section-black-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.fs-canvas {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;

}
.fs-text.fs-text-2{
	top: -23% !important;
}
.fs-text-1{
	height: 100%;
	position: absolute;
	top: 60%;
	flex-direction: column;
}

.fs-text .sl-letter {
	display: inline-block !important;
	will-change: transform, opacity !important;
	visibility: visible !important;
	color: inherit; 
}
.fs-text {
	visibility: visible !important;
	opacity: 1 !important;
}
/* 2nd building sec css end */

/* forest section css start*/
.rain-forest {
	position: relative;
}

.rain-forest:before {
	position: absolute !important;
	content: '' !important;
	background: radial-gradient(74.07% 45.68% at 50% 50%, rgba(16, 24, 30, 0.00) 0%, rgba(16, 24, 30, 0.30) 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100% !important;
	width: 100% !important;
	z-index: 0;
}

.fs2-sticky-wrap {
	position: sticky;
	top: 0;
	height: 100vh;
	object-fit: contain !important;
}

/* ★ More scroll space */
.fs2-bg-section {
	position: relative;
	/* height JS thi set thase */
}

.fs2-pin-wrap {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.fs2-canvas {
	width: 100%;
	height: 100%;
	display: block;
}

.fs2-text {
	position: absolute !important;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto !important;
	z-index: 5;
}

.fs2-text-1 { top: 10% !important; }
.fs2-text-2 { bottom: 20% !important; }
.fs2-text-3 { bottom: 8% !important; }
/* forest section css end*/


/* section 3 fruit css start */

/* ========== Frame Sequence 3 - Height Fixed ========== */

.image-sequence-section3 {
	position: relative !important;
	width: 100% !important;
	overflow: visible !important;
}
.image-sequence-section3 .elementor-element{
	width: 100% !important;
}
.fs3-bg-section {
	position: relative !important;
	width: 100% !important;
	height: 180vh !important;
}
.fs3-sticky-wrap {
	position: sticky !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 1 !important;
}
.fs3-canvas {
	height: 100vh !important;
	width: 100% !important;
	object-fit: cover;
}
.fs3-frame-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	background: radial-gradient(
		74.07% 45.68% at 50% 50%,
		rgba(16, 24, 30, 0.00) 0%,
		rgba(16, 24, 30, 0.30) 100%
	);
}
/* Text */
.fs3-text {
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	text-align: center !important;
	color: #fff !important;
	z-index: 20 !important;
	pointer-events: none !important;
}
.fs3-text-1 {
	bottom: 3% !important;
}
.fs3-text-2 {
	top: 12% !important;
}
.fs3-text-3 {
	top: 28% !important;
}
/*  */
.sl-growline {
	position: absolute;
	top: 8%;        
	right: 20%;    
	width: 2px;
	height: 82%;   
	z-index: 5;
}

.sl-growline-track {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-image: repeating-linear-gradient(
		to bottom,
		#e08a3e 0px,
		#e08a3e 6px,
		transparent 6px,
		transparent 12px
	);
	transform: scaleY(0);
	transform-origin: bottom center;
	will-change: transform;

}

.sl-growline-label {
	position: absolute;
	top: 150px;
	left: 12px;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(10px);
	color: #DE9353;
	font-weight: 900;
	line-height: normal;
	font-size: 36px;
	letter-spacing: 1.44px;
	will-change: opacity, transform;
}
/* section 3 fruit css end */

/* ========== Frame Sequence 4 sky css start ========== */
.image-sequence-section4 {
	opacity: 0; 
	will-change: opacity;
}
.fs4-bg-section {
	position: relative;
}

/* Sticky viewport */
.fs4-sticky-wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}

.fs4-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.fs4-frame-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(21, 29, 34, 0.80) 0%,
		#151D22 100%
	);
}

.fs4-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	color: #fff;
	z-index: 10 !important;
}

.fs4-text .elementor-widget-container,
.fs4-text h1,
.fs4-text h2,
.fs4-text h3,
.fs4-text p {
	position: relative;
	z-index: 10;
}

.fs4-text .sl4-letter {
	display: inline-block;
	opacity: 0;
}
/* ========== Frame Sequence 4 sky css end ========== */


/* EARTH SEQUENCE - FINAL CSS */

.image-sequence-section-earth {
	position: relative;
	background: #000;
	overflow: hidden;
}
.image-sequence-section-earth::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(74.07% 45.68% at 50% 50%, rgba(16, 24, 30, 0.00) 0%, rgba(16, 24, 30, 0.70) 100%);
	pointer-events: none;
	z-index: 50;
	opacity: 0;                   
	transition: opacity 0.3s ease;
}
.image-sequence-section-earth.is-active::after {
	opacity: 1;
}
.earth-seq-placeholder {
	position: relative;
	width: 100%;
	z-index: 5;
}

.earth-scroll-placeholder {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	pointer-events: none;
}

#earth-seq-canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	/* 	z-index: 40; */
	pointer-events: none;
	background: transparent;
}

/* ========== ZERO IMG ========== */
.mono-image .zero-img {
	position: fixed;
	top: 42%;
	left: 50%;
	z-index: 60;
	pointer-events: none;
	will-change: transform, opacity;
	transition: none;
	transform: translate(-50%, -50%) scale(0.15);
	opacity: 0;
}

.mono-image .zero-img img {
	height: auto;
	display: block;
	object-fit: contain;
}

/* ========== N-IMG ========== */
.mono-image .n-img {
	position: fixed;
	top: 42%;
	left: 50%;
	z-index: 61;
	pointer-events: none;
	will-change: transform, opacity;
	transition: none;
	transform: translate(-50%, -50%) scale(0.3);
	opacity: 0;
}

.mono-image .n-img img {
	width: 150px;
	height: auto;
	display: block;
	object-fit: contain;
}

/* ========== CIRCLE IMG ========== */
.mono-image .circle-img {
	position: fixed;
	top: 42%;
	left: 50%;
	z-index: 62;
	pointer-events: none;
	will-change: transform, opacity;
	transition: none;
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
}

.mono-image .circle-img img {
	width: 150px;
	height: auto;
	display: block;
	object-fit: contain;
}

/* ========== HIDE OTHER IMAGES (only this rule) ========== */
.mono-image .elementor-widget-image:not(.zero-img):not(.n-img):not(.circle-img):not(.m-img) {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
/* ========== MONO-TEXT2 ========== */
.mono-text, .mono-text2, .karma-text {
	position: fixed !important;
	top: 58%;
	left: 50%;
	transform: translateX(-50%) !important;
	z-index: 70 !important;
	width: 100% !important;
	text-align: center !important;
	pointer-events: none !important;
	opacity: 0;
}
.mono-letter,
.mono-letter2,
.mono-letter3 {
	display: inline-block;
	opacity: 0;
	transform: translateY(0px);
	transition: opacity 0.28s ease, transform 0.28s ease;
}
.mono-image .m-img {
	position: fixed;
	top: 42%;
	left: 49%;
	z-index: 63;
	pointer-events: none;
	will-change: transform, opacity;
	transition: none;
	/* 	transform: translate(calc(-50% - 315px), -50%) scale(0.3); */
	opacity: 0;
}
.mono-image .m-img img {
	width: 60px; /* JS animates this up to 243px */
	height: auto;
	display: block;
	object-fit: contain;
}
.power-text, .grow-text {
	position: fixed !important;
	top: 58%;
	left: 50%;
	transform: translateX(-50%) !important;
	z-index: 70 !important;
	width: 100% !important;
	text-align: center !important;
	pointer-events: none !important;
	opacity: 0;
}
.mono-letter-power,
.mono-letter-grow {
	display: inline-block;
	opacity: 0;
	transform: translateY(0px);
	transition: opacity 0.28s ease, transform 0.28s ease;
}
.mono-intro-text {
	position: fixed !important;
	left: 50%;
	top: 58%;
	transform: translateX(-50%) !important;
	z-index: 70 !important;
	width: 90% !important;
	max-width: 900px;
	text-align: center !important;
	pointer-events: none !important;
	opacity: 0;
	line-height: 1.4;
	transition: top 0.1s linear;
}

.intro-letter {
	display: inline-block;
	opacity: 0;
	transform: translateY(0px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}
.origine-text {
	position: fixed !important;
	top: 44%;
	left: 50%;
	transform: translate(-50%, calc(-50% + 38px));
	z-index: 65 !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	text-align: center;
}
.origine-text .elementor-heading-title {
	margin: 0 !important;
}
/* =========================================
SUSTAINABILITY TEXT
========================================= */

.sustainability-text {
	position: fixed !important;
	left: 50%;
	top: 35%;
	transform: translateX(-50%);
	z-index: 68;
	width: 90%;
	max-width: 680px;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.sustainability-text p {
	margin: 0 0 12px 0 !important;
	opacity: 0;
	visibility: hidden;
	transform: translateY(18px);
	transition: none !important;
}
.sustainability-text .sustain-letter {
	display: inline-block;
	opacity: 0;
	transform: translateY(12px);
	transition: none !important;
}
/* ========== IMPACT MESSAGE (exactly like sustainability) ========== */
/* ========== IMPACT MESSAGE ========== */
.impact-message {
	position: fixed !important;
	left: 50% !important;
	top: 30% !important;
	transform: translateX(-50%) !important;
	z-index: 70 !important;
	width: 90% !important;
	max-width: 720px;
	text-align: center !important;
	pointer-events: none !important;
	opacity: 0;
	visibility: hidden;
	transition: none !important;
	animation: none !important;
}

.impact-message p {
	margin: 0 0 12px 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.impact-letter {
	display: inline-block !important;
	opacity: 0;
	transform: translateY(14px);
	transition: none !important;
	will-change: transform, opacity;
}


/* ========== IMPACT TRANSITION (top + bottom dots) ========== */
.impact-transition {
	position: relative;
	height: 90px;                 /* થોડું વધાર્યું */
	margin: 40px auto 55px;
	width: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.impact-dot {
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scale(0);
	opacity: 0;
	z-index: 2;
}

.impact-dot-top {
	top: 0;
}

.impact-dot-bottom {
	bottom: 0;
}

.impact-line {
	position: absolute;
	top: 7px;                  
	left: 50%;
	width: 3px;
	height: 0;
	background: #fff;
	transform: translateX(-50%);
	opacity: 0;
	transform-origin: top center;
	z-index: 1;
}
/*  */
.monojourney {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

/* Image column - PINNED, fakt crossfade */
.journey-img {
	position: relative;
	height: 100%;
}
.journey-img .elementor-widget-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0;
	pointer-events: none;
}
.journey-img .elementor-widget-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

/* Heading column - masked, text continuously scroll thay */
.journey-heading {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.journey-heading > .e-con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* Paragraph column - masked, text continuously scroll thay */
.journey-p {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.journey-p > .e-con {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.journey-heading span{
	color:#DE9353;
	display: block;
}
.journey-img .elementor-widget-image,
.journey-heading > .e-con,
.journey-p > .e-con,
.journey-heading .elementor-widget-container,
.journey-p .elementor-widget-container {
	transition: none !important;
	will-change: transform, opacity;
}
/* =========================================
OTHER PAGE SCROLL TO REVEAL
========================================= */

.ani_sec {
	cursor: pointer;
	position: absolute !important;
	width: 27px !important;
	height: 43px !important;
	border-radius: 40px !important;
	padding: 10px;
	bottom: 123px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #fff;
	z-index: 9 !important;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
}


/* DOT */

.ani_sec .scroll-dowm {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 6px !important;
	height: 6px;
	margin: 0 !important;
	padding: 0 !important;

	animation: aniSecDotMove 2s ease-in-out infinite alternate;
}


.ani_sec .scroll-dowm h2 {
	width: 6px;
	height: 6px;
	margin: 0 !important;
	padding: 0 !important;

	font-size: 0 !important;
	line-height: 0 !important;

	background: #fff;
	border-radius: 50%;
}


/* UNIQUE DOT KEYFRAME */

@keyframes aniSecDotMove {

	0% {
		top: 10px;
	}

	100% {
		top: 30px;
	}

}


/* SCROLL TO REVEAL TEXT */

.scroll-orange-text .elementor-heading-title {
	white-space: nowrap;
	display: inline-block;
	width: max-content;

	font-size: 25px !important;
	font-weight: 700 !important;
	margin: 0 !important;
	line-height: 28px;

	--scroll-text-color: #ffffff;

	color: var(--scroll-text-color) !important;

	animation: aniSecTextZoom 2s ease-in-out infinite !important;
}


/* UNIQUE TEXT KEYFRAME */

@keyframes aniSecTextZoom {

	0% {
		--scroll-text-color: #ffffff;

	}

	50% {
		--scroll-text-color: #DE9353;

	}

	100% {
		--scroll-text-color: #ffffff;

	}

}
.scroll-orange-text{
	right: 70px;
	top:40px;
}
.about-hero {
	position: relative !important;
	overflow: hidden !important;
	background: #0b151b;
}
.about-hero::before {
	content: "" !important;
	position: absolute !important;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background: radial-gradient(78.7% 78.69% at 50% 56.25%, rgba(16, 24, 30, 0.40) 15%, rgba(16, 24, 30, 0.80) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
	height: 100% !important;
	width: 100% !important;
}
.orange{
	color:#DE9353;   

}
.mono-origine .orange{
	display:block;

}
.elementor-widget-container p:last-child {
	margin-bottom: 0px !important;
}
.about-hero {
	/* 	height: 100vh !important;
	height: 100dvh !important;
	min-height: 100vh !important; */
	position: relative;
	overflow: hidden;
	transition: none !important;
}

.about-hero,
.about-hero * {
	transition: none !important;
}

/* Pin spacer ne control karva mate */
.pin-spacer {
	transition: none !important;
}
.pin-spacer[style*="display: flex"] {
	display: block !important;
}
/* timeline section */
.about-img-box > .elementor-widget-image-box {
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	z-index: 2;
	position:relative;
}
.about-img-box > .elementor-widget-image-box img{
	margin:0 auto;
}
.about-img-box .elementor-image-box-wrapper {
	/*     width: 100% !important; */
	display: flex !important;
	align-items: center !important;
	gap: 100px !important;

}
.about-img-box > .elementor-widget-image-box:nth-child(1)
.elementor-image-box-wrapper,
.about-img-box > .elementor-widget-image-box:nth-child(3)
.elementor-image-box-wrapper {
	flex-direction: column-reverse !important;

}
.about-img-box > .elementor-widget-image-box:nth-child(2)
.elementor-image-box-wrapper,
.about-img-box > .elementor-widget-image-box:nth-child(4)
.elementor-image-box-wrapper {
	flex-direction: column !important;
}
.about-img-box::before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	right: 0;
	top: 50% !important;
	height: 2px !important;
	width: 100% !important;
	background: #272727;
	transform: translateY(-50%);
	z-index: 0;
}
.about-img-box > .elementor-widget-image-box::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #DE9353;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.review-sec .elementor-testimonial img{
	object-fit: contain;
	height: 61px !important;
}
.review-sec .elementor-testimonial__footer{
	justify-content: left !important;
	margin-top: -80px;
	margin-left: -20px;
}

.review-sec .elementor-swiper,
.review-sec .elementor-main-swiper,
.review-sec .swiper,
.review-sec .swiper-wrapper,
.review-sec .swiper-slide {
	overflow: visible !important;
}
.review-sec .elementor-testimonial__cite{
	margin-top: 48px !important;
}
.why-coffee .coffee-heading .elementor-icon-list-item {
	cursor: pointer;
}



/* Keep all items in the same position */
.why-coffee .coffee-img .elementor-widget-image,
.why-coffee .coffee-content .elementor-widget-icon-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transition:
		opacity 0.5s ease,
		visibility 0.5s ease;
}

/* Active item */
.why-coffee .coffee-img .elementor-widget-image.active,
.why-coffee .coffee-content .elementor-widget-icon-list.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* Active title */
.why-coffee .coffee-heading .elementor-icon-list-item.active
.elementor-icon-list-text {
	color: #fff;
}
/* ================================
ABOUT TEXT REVEAL
================================ */

.text-reveal .reveal-char {
	display: inline-block;
	opacity: 0;
	transform: translateY(0px);
	will-change: opacity, transform;
}
.text-reveal .reveal-word {
/*     display: inline-block; */
    white-space: nowrap !important;
}
.about-philo .elementor-widget-image-box .elementor-image-box-content{
	padding: 30px 10px;
	position: absolute;
	bottom: 8px;

}
.about-philo .elementor-widget-image-box .elementor-image-box-img {
	position: relative;
}
.about-philo .elementor-widget-image-box .elementor-image-box-img::after {
	content: "";
	position: absolute;
	inset: 0;
	top: 0;
	bottom: auto;
	height: 100%;
	width: 100%;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 36%,
		rgba(0, 0, 0, 0.49) 77.6%,
		#000 100%
	);
	pointer-events: none;
}
/* .col-right {
	margin-right: calc(-1 * (100vw - 1780px) / 2) !important;
	flex: 1 !important;
} */
.slider-main{
    max-width: calc(100% + 145px) !important;
    width: calc(100% + 145px) !important;
}
.action-matter .e-con-full{
	height: fit-content;
}
/* event sec */
.event-sec .img_placeholder{
	height: 300px;
}
.event-sec .event_date {
    height: auto !important;
    background-color: rgba(0, 0, 0, 0.60) !important;
    backdrop-filter: blur(10px);
    margin-top: 10px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: fit-content !important;
    padding: 6px 10px !important;
}
.event-sec .event_title{
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
/* .event-sec .iee_event .event_details{
	background-color: transparent;
} */
.event-sec .event_excerpt{
	color: #A7A9AC;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #555;
}
.event-sec .eventbrite_events{
    padding: 0px;
}
.event-sec .col-iee-md-3{
    width: 100%;
}
.event-sec .row_grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 57px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
/*     box-sizing: border-box; */
}
.event-sec  .row_grid:before{
    display: none;
}
.event-sec .event_details {
    height: auto !important;
	padding-top:24px;
		background-color: transparent !important;
}
.event-sec .event_footer{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	align-items: center;
}
.event-sec .event_time{
	color: #fff;
}
.event_register_btn{
	color: #DE9353;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 187.5% */
	border-radius: 6px;
	border: 1px solid #DE9353;
	padding: 10px 20px;
}
.event-sec .event_date .month {
	text-transform: uppercase;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 140% !important; /* 19.6px */
}
.event-sec .row_grid > .col-iee-md-3 {
    position: relative;
}

.event-sec .row_grid > .col-iee-md-3:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 1px;
    height: 100%;
    background: #555;
}

.event-sec .event_date .date{

	font-size: 24px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 140% !important;
}
.event-sec .event_date .year{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
}
.event-sec .event_address{
    display: none;
}
.about-img-box .elementor-image-box-content {
    max-width: 302px;
}
.slider-main .elementor-swiper-button{
    display: none !important;
}
/* Vertical separators between cards */
.elementor-loop-container > .e-loop-item:not(:last-child) .insight-sec {
    position: relative;
}

.elementor-loop-container > .e-loop-item:not(:last-child) .insight-sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: -43px;
    width: 1px;
    height: 100%;
    background: #555;
}
