/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Header CSS */

body {
	opacity: 0;
	transition: all 0.3s ease;
}

body header#main_header {
	position: absolute;
	left: 0;
	width: 100% !important;
	z-index: 999;
	top: 0;
	transition: all 0.5s ease;
}

body header#main_header.elementor-sticky--effects {
	padding: 10px 20px;
}

body header#main_header.elementor-sticky--effects .header_inner {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Sections CSS */

.video_bg .elementor-background-video-container+.elementor-background-overlay {
	margin-top: -20px;
}

.iconbox_withbg .elementor-icon-box-icon {
	background-image: url('/wp-content/uploads/2025/10/icon_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 75px;
	height: 75px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.gradient_text {
	background: linear-gradient(110deg,
			#C132F6 0%,
			#C132F6 15%,
			#42FFE9 30%,
			#42FFE9 45%,
			#C132F6 60%,
			#C132F6 75%,
			#42FFE9 90%,
			#42FFE9 100%);
	background-size: 200% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: shimmer 8s ease-in-out infinite;
	position: relative;
}

@keyframes shimmer {

	0%,
	100% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}
}

/*
.gradient_text::before {
	content: attr(gradientText);
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(110deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 45%,
			rgba(255, 255, 255, 0.6) 50%,
			rgba(255, 255, 255, 0.3) 55%,
			rgba(255, 255, 255, 0) 100%);
	background-size: 200% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: shine 6s ease-in-out infinite;
	z-index: 1;
}
*/

@keyframes shine {

	0%,
	100% {
		background-position: -200% 0;
		opacity: 0;
	}

	20%,
	80% {
		opacity: 1;
	}

	50% {
		background-position: 200% 0;
	}
}

.btn_with_arrow .elementor-button:hover .elementor-button-icon svg * {
	fill: #fff;
	stroke: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

/* CarouselSlider CSS */

.custom-carousel.owl-carousel .item {
	position: relative;
	width: 605px;
	height: 605px;
	transition: transform 0.3s ease;
	margin: auto;
}

.custom-carousel.owl-carousel .owl-item.center .item {
	opacity: 1;
	z-index: 2;
}

.custom-carousel.owl-carousel .item>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1) translateY(-50%);
	opacity: 1;
	transition: all 0.9999999999s ease;
	border-radius: 30px;
	max-height: 378px;
	object-position: center center;
	position: absolute;
	top: 50%;
	left: 0;
}

.custom-carousel.owl-carousel .owl-item.center .item>img {
	transform: scale(1) translateY(0);
	max-height: 605px;
	opacity: 1;
	top: 0;
}

.custom-carousel.owl-carousel .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	text-align: center;
}

.custom-carousel.owl-carousel .caption h2 {
	color: #fff;
	font-size: 50px;
	line-height: 51px;
	font-weight: 700;
	font-family: "Poppins", Sans-serif;
	margin: 0 0 10px;
}

.custom-carousel.owl-carousel .owl-item.center .caption h2 {
	font-size: 70px;
	line-height: 1;
}

.custom-carousel.owl-carousel .caption h2 span {
	display: block;
}

.custom-carousel.owl-carousel .owl-item:not(.center) .caption h2 span {
	color: #fff !important;
	background: none;
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
	background-clip: text;
	color: #fff;
}

.custom-carousel.owl-carousel .caption p {
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-weight: 400;
	font-family: "Inter", Sans-serif;
	margin: 0 auto 15px;
	display: block;
	max-width: 400px;
}

.custom-carousel.owl-carousel .caption a {
	width: 82px;
	height: 82px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: all 0.3s ease;
}

.custom-carousel.owl-carousel .caption a svg {
	width: 26px;
	height: 26px;
}

.custom-carousel.owl-carousel .caption a:hover {
	background-color: #C531F6;
}

.custom-carousel.owl-carousel .caption a:hover svg * {
	fill: #fff;
	stroke: #fff;
}

.custom-carousel.owl-carousel .owl-item .caption_info {
	display: none;
}

.custom-carousel.owl-carousel .owl-item.center .caption_info {
	display: block;
}

.elementor .elementor-background-video-container {
	height: 1850px;
}

/* FallingBox CSS */
/*
#scene1 {
	position: relative;
	width: 100%;
	height: 375px;
	margin: 0 auto;
}

#scene2 {
	position: relative;
	width: 100%;
	height: 610px;
	margin: 0 auto;
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
}
*/

/**/

/* section.fallingbox_section {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 700px;
} */

/* scene2 Boxes CSS  */

#scene1 {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	background: transparent;
	position: absolute;
	bottom: -10px;
	left: 0;

}

#scene1 .card {
	position: absolute;
	padding: 10px;
	background: #fff;
	border-radius: 15px;
	transition: transform 0.1s linear;
	display: flex;
	align-items: center;
	justify-content: center;
}

#scene1 .card h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	font-family: "Inter", Sans-serif;
	text-align: center;
	color: #000;
}

#scene1 .card img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

/* scene2 Boxes CSS  */

#scene2 {
	/* position: relative; */
	width: 100%;
	/* height: 1000px; */
	height: 100%;
	overflow: hidden;
	background: transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}

#scene2 .card {
	position: absolute;
	padding: 40px 50px 50px;
	background: #fff;
	border-radius: 20px;
	transition: transform 0.1s linear;
	display: block;
	text-align: left;
}

#scene2 .card h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	font-family: "Inter", Sans-serif;
	color: #000;
	margin-bottom: 10px;
}

#scene2 .card p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: "Inter", Sans-serif;
	color: #000;
	margin-bottom: 15px;
}

#scene2 .card span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	font-family: "Inter", Sans-serif;
	color: #000;
	background: linear-gradient(0deg, rgba(193, 50, 246, 1), rgba(66, 255, 233, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

/* Falling Box 2025-10-17 */


/* Section 1: Tech Stack Boxes */
.falling-section-1 {
	min-height: 60vh;
	position: relative;
	overflow: hidden;
}

.falling-container-1 {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 400px;
	margin: 0 auto;
}

.tech-box {
	position: absolute;
	border-radius: 20px;
	cursor: grab;
	user-select: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	transition: transform 0.2s, box-shadow 0.2s;
	opacity: 0;
	will-change: transform;
}

.tech-box:active {
	cursor: grabbing;
	transform: scale(1.05) !important;
}

.tech-box:hover {
	transform: scale(1.02);
}

.tech-box.dragging {
	z-index: 1000;
	opacity: 0.8;
}

.tech-box.falling {
	animation: fallDown 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes fallDown {
	0% {
		opacity: 0;
		transform: translateY(-100vh) rotate(0deg);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		transform: translateY(0) rotate(var(--end-rotation));
	}
}

.tech-icon {
	width: 76px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tech-icon img {
	width: 44px;
	height: 44px;
	object-fit: contain;
	object-position: center center;
}

.tech-box span {
	min-width: 224px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	font-family: "Inter", Sans-serif;
	text-align: center;
	color: #000;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
}

.box-cyan {
	background: linear-gradient(135deg, #00f2ff 0%, #00b8d4 100%);
	color: #003844;
}

.box-purple {
	background: linear-gradient(135deg, #b24bf3 0%, #9333ea 100%);
	color: white;
}

.box-purple.tech-box span{
	color: #fff;
}

.box-white {
	background: white;
	color: #1a1a2e;
}

/* Section 2: Testimonial Cards */
.falling-section-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.falling-container-2 {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 1400px;
	margin: 0 auto;
}

.testimonial-card {
	position: absolute;
	background: white;
	padding: 35px;
	border-radius: 24px;
	cursor: grab;
	user-select: none;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	transition: transform 0.2s, box-shadow 0.2s;
	opacity: 0;
	will-change: transform;
	width: 368px;
	max-width: 375px;

}

.testimonial-card:active {
	cursor: grabbing;
	transform: scale(1.02) !important;
}

.testimonial-card:hover {
	transform: scale(1.01);
}

.testimonial-card.dragging {
	z-index: 1000;
	opacity: 0.9;
}

.testimonial-card.falling {
	animation: fallDown 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.card-title {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	font-family: "Inter", Sans-serif;
	color: #000;
	margin-bottom: 10px;
}

.card-text {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: "Inter", Sans-serif;
	color: #000;
	margin-bottom: 20px;
}

.card-author {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	font-family: "Inter", Sans-serif;
	background: linear-gradient(110deg,
			#C132F6 0%,
			#C132F6 15%,
			#42FFE9 30%,
			#42FFE9 45%,
			#C132F6 60%,
			#C132F6 75%,
			#42FFE9 90%,
			#42FFE9 100%);
	background-size: 200% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: shimmer 8s ease-in-out infinite;
	position: relative;
}

/* Hidden data containers */
.elementor-data {
	display: none !important;
}

/**/

.btn_outside_arrow .elementor-button-icon svg {
	width: 50px;
	position: absolute;
	left: -20px;
	top: calc(50% - 1px);
	transform: translateY(-50%);
}

.two_vscircle_section .elementor-icon-box-description {
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translate(0%, -50%);
	width: 71px;
	height: 71px;
	background-color: #fff;
	border-radius: 50%;
	color: #000 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.timeline_point {
	position: absolute !important;
	left: -110px !important;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url('/wp-content/uploads/2025/10/icon_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 75px !important;
	height: 75px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.right_timeline_point.timeline_point{
	left: auto;
	right: -110px !important;
}