/* ========================================
   HOME PAGE SPECIFIC STYLES
   ======================================== */
.hero-fullwidth {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 130px 0 100px 0;
	margin-top: 120px;
	border-bottom: 2px solid #fff;
	/*background: url('../i/main-bg.jpg') no-repeat 100% 75%;
	background-size: cover;*/
}
.hero-fullwidth .container-xl{
	background-color: #fff;
	padding: 20px !important;
}
#hero-content-bg {
	position: relative;
	min-height: 600px;
	border: 1px solid #f5f5f5;
}
#hero-content-bg .carousel-inner,
#hero-content-bg .carousel-item {
	height: 600px;
	min-height: 600px;
}
.hero-carousel-slide {
	background-size: cover;
	background-repeat: no-repeat;
}
#hero-slide-1 {
	background-image: url("../i/main-bg2.jpg");
	background-position: 100% 5%;
}

#hero-slide-2 {
	background-image: url("../i/main-bg.jpg");
	background-position: center center;
}

#hero-slide-3 {
	background-image: url("../i/main-bg-okk.jpg");
	background-position: center center;
}

#hero-slide-4 {
	background-image: url("../i/main-bg-basamak.jpg");
	background-position: center center;
}
.contact-icon-circle {
	width: 4rem;
	height: 4rem;
	background-color: rgba(255, 255, 255, 0.25);
}
.hero-content-overlay {
	position: absolute;
	top: 50%;
	left: 70px;
	transform: translateY(-50%);
	z-index: 10;
	padding: 3rem 2rem;
	border: 1px solid #fff;
	border-left: 7px solid var(--color-accent);
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
}
#hero-content-bg .carousel-indicators {
	bottom: 20px;
	margin-bottom: 0;
	z-index: 11;
}

#hero-content-bg .carousel-indicators button {
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0.7;
	transition: all 0.3s ease;
}

#hero-content-bg .carousel-indicators button:hover {
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 0.9;
}

#hero-content-bg .carousel-indicators button.active {
	background-color: rgba(255, 255, 255, 0.9);
	opacity: 1;
}

.hero-content-overlay h1 {
	color: var(--color-primary);
}

.hero-content-overlay p {
	color: var(--color-primary);
	line-height: 1.8;
}

.hero-content-overlay .line-accent {
	background: var(--color-accent);
}
.hero-module {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0;
}
#slogan-container {
	overflow: hidden;
	position: relative;
	padding: 30px 50px;
	z-index: -1;
}

#slogan-container .ti {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 100px;
}
.stat-module {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border: 2px solid #fff;
	background: linear-gradient(125deg, rgba(255, 255, 255, 1) 7%, rgba(238, 238, 238, 1) 100%);
}

.stat-module.bg-primary {
	background: var(--color-primary);
	border-top-color: var(--color-info);
}

.stat-module.bg-primary:hover {
	background: #14465e;
}
.stat-module::before {
	display: none;
}

.stat-module:hover {
	transform: translateY(0);
}

.stat-module.bg-primary .stat-number-minimal {
	color: var(--color-white);
}

.stat-module.bg-primary .stat-label-minimal {
	color: var(--color-parchment);
}

.stat-number-minimal {
	font-size: 3rem;
	font-weight: 500;
	color: #F5F7FA;
	line-height: 1;
	margin-bottom: 1rem;
}

.stat-number-minimal strong {
	font-weight: 900;
}

.stat-label-minimal {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--color-info);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.service-module {
	display: flex;
	flex-direction: column;
	min-height: 240px;
	padding: 2rem !important;
}

.service-icon-minimal {
	font-size: 2.5rem;
	color: var(--color-info);
	margin-bottom: 1.5rem;
}

.service-module:hover .service-icon-minimal {
	transform: scale(1.1);
	color: var(--color-primary);
	transition: transform 0.5s ease, color 0.5s ease;
}
.service-module:hover {
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.service-module:hover::before {
	transition: transform 0.5s ease;
}

/* ========================================
   HOME PAGE MOBILE RESPONSIVE
   ======================================== */
@media screen and (max-width: 768px) {
	.hero-fullwidth {
		padding: 55px 0 0px 0 !important;
		box-shadow: none !important;
	}
	#hero-content-bg {
		display: block !important;
		min-height: auto !important;
	}
	#hero-content-bg .carousel-inner,
	#hero-content-bg .carousel-item {
		height: 250px !important;
		min-height: 250px !important;
	}
	.hero-content-overlay {
		position: static !important;
		transform: none !important;
		max-width: 100%;
		width: 100% !important;
		left: 0 !important;
		padding: 2rem 1.5rem !important;
		text-align: center;
		margin: 0 !important;
		border-left: none !important;
		border-top: 5px solid var(--color-accent) !important;
		box-shadow: none !important;
	}
	.hero-fullwidth .container-xl {
		padding: 0 !important;
		box-shadow: none !important;
	}
	#hero-content-bg .carousel-indicators {
		position: absolute !important;
		bottom: 10px !important;
		margin: 0 !important;
	}
	#hero-content-bg .carousel-indicators button {
		background-color: rgba(255, 255, 255, 0.8) !important;
		opacity: 0.8 !important;
	}
	
	#hero-content-bg .carousel-indicators button.active {
		background-color: rgba(255, 255, 255, 1) !important;
		opacity: 1 !important;
	}

	.hero-content-overlay .line-accent {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-content-overlay .d-flex {
		justify-content: center !important;
	}

	.hero-content-overlay h1 {
		font-size: 1.3rem !important;
	}

	.hero-content-overlay p {
		font-size: 0.9rem !important;
	}

	.hero-content-overlay .line-accent {
		display: none !important;
	}

	.hero-content-overlay .btn-minimal {
		padding: 0.5rem 1.5rem !important;
	}

	#hero-content-bg {
		min-height: auto !important;
		padding: 0 !important;
		background-position: center !important;
		background-size: cover !important;
	}

	#slogan-container .ti {
		position: absolute;
		top: 110px;
		right: 15px;
		font-size: 40px;
	}

	.service-icon-minimal {
		font-size: 2rem;
	}
	.stat-module,
	.service-module {
		margin-left: auto;
		margin-right: auto;
	}
}
