/**
* Theme Name: Blocksy Child
* Description: Blocksy Child theme
* Author: Creative Themes
* Template: blocksy
* Text Domain: blocksy
*/

.trp-floating-switcher {
	right: 0 !important;
	top: 50% !important;           /* Aligned to right edge */
	transform: translateY(-50%) !important; /* Only vertical shift to center vertically */
}

.footer-services-links ul {
	padding: 0 !important;
}

.home-icon-box .elementor-icon circle {
	fill: #c815188f !important;
}

.elementor-accordion-item {
	border-bottom: 1px solid #EDEFF2 !important;
	margin-bottom: 20px;
}

.elementor-tab-title {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}

.d-flex.gap-4 {
	display: flex;
	gap: 15px;
}

.tech-stack-tab-content {
	flex-wrap: wrap;
}

.tech_stack_image {
	width: 150px;
}

@media only screen and (max-width: 768px) {
	.tech_stack_image {
		width: 90px;
	}
	.tech-stack-tab-content {
		justify-content: center;
		margin-bottom: 15px;
	}

	.tech-stack-tab .elementor-tab-title {
		justify-content: center;
		font-size: 25px !important;
	}
	.tech-stack-tab .tech-stack-tab-content__item {
		font-size: 20px;
	}
	.tech-stack-tab-content__item img {
		width: 25px;
	}
	.car-testimonial-slider .card {
		padding: 20px !important;
	}
}

/* Basic styles for the slider container */
.car-testimonial-slider {
	width: 100%;
	margin: 50px auto;
	box-sizing: border-box;
}

/* Style the swiper wrapper and slides */
.slider-wrapper {
	position: relative;

}

.swiper-pagination {
	bottom: -5px !important;
}

.swiper {
	display: flex;
	overflow: hidden;
	padding-bottom: 50px !important;	
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 10px;
}

.car-testimonial-slider .card {
	background: #F6F6F6;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	padding: 90px;
	width: 100%;
	text-align: center;
}

.car-testimonial-slider .avatar {
	height: 80px !important;
	margin-bottom: 15px;
	width: 150px;
	object-fit: contain;
}

.name {
	font-size: 1.2em;
	font-weight: bold;
	color: #2c3e50;
	margin-bottom: 10px;
}

.testimonial {
	font-size: 0.95em;
	color: #7f8c8d;
}


.interactive_hero_wrapper {
	font-family: "Inter", "Helvetica Neue", sans-serif;
	overflow: hidden;
	background-color: #050505;
	color: white;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	padding: 120px 20px;
}

.interactive_hero_wrapper .content-container {
	position: relative;
	z-index: 10;
	text-align: center;
	max-width: 920px;
	padding: 2rem;
}

.interactive_hero_wrapper h1 {
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 1.5rem;
	background: linear-gradient(to right, #fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.interactive_hero_wrapper p {
	font-size: 1.2rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 3rem;
}

.interactive_hero_wrapper .btn, .get-in-touch-btn {
	background: linear-gradient(90deg, #C81518, #11487E);
	color: white;
	font-weight: 600;
	font-size: 1rem;
	padding: 0.8rem 2rem;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 4px 20px rgba(255, 58, 130, 0.3);
	text-decoration: none;
}

.interactive_hero_wrapper .btn a {
	color: white;
}

.interactive_hero_wrapper .btn:hover, .get-in-touch-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(255, 58, 130, 0.4);
	color: white;
}

.interactive_hero_wrapper .gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	border-radius: 25px;
}

.interactive_hero_wrapper .gradient-sphere {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
}

/* .interactive_hero_wrapper .sphere-1 {
width: 40vw;
height: 40vw;
background: linear-gradient(
40deg,
rgba(255, 0, 128, 0.8),
rgba(255, 102, 0, 0.4)
);
top: -10%;
left: -10%;
animation: float-1 15s ease-in-out infinite alternate;
}

.interactive_hero_wrapper .sphere-2 {
width: 45vw;
height: 45vw;
background: linear-gradient(
240deg,
rgba(72, 0, 255, 0.8),
rgba(0, 183, 255, 0.4)
);
bottom: -20%;
right: -10%;
animation: float-2 18s ease-in-out infinite alternate;
} */

.interactive_hero_wrapper .sphere-1 {
	width: 40vw;
	height: 40vw;
	background: #11477ead; /* replaced gradient with solid color */
	top: -10%;
	left: -10%;
	animation: float-1 15s ease-in-out infinite alternate;
}

.interactive_hero_wrapper .sphere-2 {
	width: 45vw;
	height: 45vw;
	background: #c81518a8; /* replaced gradient with solid color */
	bottom: -20%;
	right: -10%;
	animation: float-2 18s ease-in-out infinite alternate;
}

.interactive_hero_wrapper .sphere-3 {
	width: 30vw;
	height: 30vw;
	background: linear-gradient(
		120deg,
		rgba(133, 89, 255, 0.5),
		rgba(98, 216, 249, 0.3)
	);
	top: 60%;
	left: 20%;
	animation: float-3 20s ease-in-out infinite alternate;
}

.interactive_hero_wrapper .noise-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.05;
	z-index: 5;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

@keyframes float-1 {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(10%, 10%) scale(1.1);
	}
}

@keyframes float-2 {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(-10%, -5%) scale(1.15);
	}
}

@keyframes float-3 {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 0.3;
	}
	100% {
		transform: translate(-5%, 10%) scale(1.05);
		opacity: 0.6;
	}
}

.interactive_hero_wrapper .grid-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 40px 40px;
	background-image: linear-gradient(
		to right,
		rgba(255, 255, 255, 0.03) 1px,
		transparent 1px
	),
		linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	z-index: 2;
}

.interactive_hero_wrapper .glow {
	position: absolute;
	width: 40vw;
	height: 40vh;
	background: radial-gradient(circle, rgba(72, 0, 255, 0.15), transparent 70%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	animation: pulse 8s infinite alternate;
	filter: blur(30px);
}

@keyframes pulse {
	0% {
		opacity: 0.3;
		transform: translate(-50%, -50%) scale(0.9);
	}
	100% {
		opacity: 0.7;
		transform: translate(-50%, -50%) scale(1.1);
	}
}

.interactive_hero_wrapper .particles-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 1550px;
	height: 100%;
	z-index: 3;
	pointer-events: none;
}

.interactive_hero_wrapper .particle {
	position: absolute;
	background: white;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
}

.timeline_wrapper .sessions, .timeline_wrapper li, footer .wp-block-social-links{
	list-style: none;
	padding: 0;
} 

.timeline_wrapper .sessions li h4 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px !important;
}

.timeline_wrapper .sessions li .bullet-list {
	display: flex;
	position: relative;
	margin-bottom: 10px;
}

.timeline_wrapper .sessions li .bullet-list::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	background-color: #1E1E1E;
	top: 9px;
	position: absolute;
	left: -12px;
}

.timeline_wrapper .sessions{
	margin-top: 1rem;
	margin-bottom: 0;
	border-radius: 12px;
	position: relative;
}
.timeline_wrapper .sessions li{
	padding-bottom: 30px;
	border-left: 1px solid #26323812;
	position: relative;
	padding-left: 35px;
	margin-left: 10px;
}

.timeline_wrapper .sessions li:last-child {
	border: 0px;
	padding-bottom: 0;

}
.timeline_wrapper .sessions li::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('/wp-content/uploads/2025/10/red-bullet-icon.svg') no-repeat center center; 
	background-size: cover; 
	border-radius: 50%;
	position: absolute;
	left: -11px;
	top: 2px;
}

@media only screen and (max-width: 768px) {
	.timeline_wrapper .sessions li h4 {
		font-size: 15px;
		line-height: 20px;
	}

	.timeline_wrapper .sessions li p {
		font-size: 14px;
	}

	.interactive_hero_wrapper .content-container {
		padding: 0;
	}
	.interactive_hero_wrapper h1 {
		font-size: 25px;
	}
	.interactive_hero_wrapper {
		padding: 50px 20px;
	}
}

.tech-stack-tab-content {
	flex-wrap: wrap;
	display: flex;
	gap: 30px;
}

.tech-stack-tab-content__item {
	border-right: 1px solid #ebebeb73;
	padding-right: 30px;
	display: flex;
	align-items: center;
	font-size: 25px;
	font-weight: 600;
	font-family: var(--theme-title-text);
	transition: .3s all ease;
}

.tech-stack-tab-content__item img {
	width: 30px;
	margin-right: 10px;
}