/**
 * Services Page Styles
 * Custom CSS for the services-page.php template
 */

/* ===================================
   HOME BANNER SECTION
   =================================== */
.home-banner {
	min-height: 616px;
	background: linear-gradient(0deg, #0A3542 0%, #0A3542 100%), linear-gradient(180deg, #062028 0%, #062731 100%);
	padding: 80px 0;
	display: flex;
	align-items: center;
	position: relative;
}

.home-banner .container {
	text-align: center;
}

.home-banner .col-lg-5 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.home-banner h1 {
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.2;
	color: #F6F9F9;
}

.home-banner p {
	font-size: 18px;
	margin-bottom: 2rem;
	opacity: 0.9;
	line-height: 27px;
	font-weight: 400;
	color: #F6F9F9;
}

.home-banner .btn {
	padding: 10px 24px;
	border-radius: 24px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 16px;
}

.home-banner .btn-primary {
	background-color: #F5634D;
	border: 2px solid #F5634D;
	color: white;
}

.home-banner .btn-primary:hover {
	background-color: #e55a45;
	border-color: #e55a45;
	color: white;
}

.home-banner .btn-outline-light {
	background-color: transparent;
	border: 2px solid white;
	color: white;
}

.home-banner .btn-outline-light:hover {
	background-color: white;
	color: #0A3542;
}

/* Hide the right column with images */
.home-banner .col-lg-7 {
	display: none;
}

/* Banner Images Layout */
.banner-images {
	position: relative;
	height: 500px;
}

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

.image-row.top-row {
	justify-content: space-between;
}

.image-row.bottom-row {
	justify-content: space-between;
}

.image-container {
	position: relative;
	transition: transform 0.3s ease;
}

.image-container:hover {
	transform: translateY(-5px);
}

.big-image {
	width: 100%;
	height: 270px;
}

.small-image {
	width: 170px;
	height: 270px;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.desktop-mockup {
	border-radius: 8px;
}

.mobile-mockup {
	border-radius: 20px;
}

body.page-template-services-page .our-service-section{
	margin-top:0px;
	padding:32px 0px;
}
