@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html,
body,
h1,
h2,
h3,
h4,
h5,
a,
span,
p {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#inner_banner {
	position: relative;
	width: 100%;
	z-index: 1;
}
#inner_banner::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: "";
}
#inner_banner .page-title {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	z-index: 3;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
#inner_banner .title-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
#inner_banner .title-center .breadcrumb-item a {
	color: #ffffff;
	font-weight: 300;
}
@media only screen and (max-width: 760px) {
	#inner_banner img {
		height: 230px;
	}
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: rgb(255 255 255 / 75%);
	content: var(--bs-breadcrumb-divider, "/");
}
#contact_us {
	background-color: #e1e1e1;
}
#contact_us h2 {
	letter-spacing: 2px;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #000000;
}
#contact_us ul li {
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}
#contact_us .col-md-7 .form-control {
	color: #000000;
	background-color: transparent;
	margin-bottom: 20px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-radius: 0px;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 30px;
}
#contact_us input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000000;
	opacity: 1; /* Firefox */
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 12px;
}
#contact_us input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000000;
	font-weight: 400;
}

#contact_us input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000000;
	font-weight: 400;
}
#contact_us textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000000;
	opacity: 1; /* Firefox */
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 12px;
}
#contact_us textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000000;
	font-weight: 400;
}

#contact_us textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000000;
	font-weight: 400;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
	box-shadow: inset 0 -1px 0 #ddd;
}
.call-icon {
	position: fixed;
	bottom: 70px;
	right: 20px;
	background-color: #28a745;
	color: white;
	padding: 0px 5px;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	animation: blink 1s infinite;
	z-index: 1050;
	text-align: center;
	font-size: 24px;
}
.call-icon2 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #ff0004;
	color: white;
	padding: 0px 10px;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	animation: blink 1s infinite;
	z-index: 1050;
	text-align: center;
	font-size: 24px;
}
@keyframes blink {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.4;
	}
}

.call-icon2:hover {
	background-color: #218838;
	text-decoration: none;
}
#why_choose h5 {
	color: #a6ff00;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 1px;
}
#why_choose h4 {
	font-weight: 300;
	color: #a6ff00;
	letter-spacing: 1px;
}
#why_choose h4 span {
	font-style: normal;
	font-weight: 300;
	color: #a6ff00;
	letter-spacing: 1px;
}
#why_choose p {
	letter-spacing: 1px;
	color: #ffffff;
}

#home_welcome {
	background-color: #ddfbeb;
}
#home_welcome h3 {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
}
#home_welcome p {
	text-align: justify;
	font-size: 16px;
	letter-spacing: 1px;
}
#home_welcome .custom-card {
	overflow: hidden;
}

#home_welcome .bottom-text-box p {
	letter-spacing: 1px;
	font-size: 14px;
}
#home_welcome .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 109, 91, 0.4); /* Dark green transparent overlay */
	z-index: 1;
}

#home_welcome .bottom-text-box {
	z-index: 2; /* Ensure it's above the overlay */
}

#home_welcome .hover-image {
	width: 100%;
	display: block;
	transition:
		transform 0.5s ease,
		filter 0.5s ease;
}

#home_welcome .custom-card:hover .hover-image {
	transform: scale(1.05); /* Slight zoom */
	filter: brightness(1.1); /* Optional: brighten the image slightly */
}

#home_welcome .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 109, 91, 0.4);
	z-index: 1;
	pointer-events: none; /* Let hover pass through to image */
}

#home_welcome .bottom-text-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 109, 91, 1);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
	z-index: 2;
}

#our_services {
	position: relative;
	background-image: url("../img/serv_bg.jpg");
	background-size: cover; /* Ensures the image covers the entire container */
	background-position: center; /* Centers the image */
	background-repeat: no-repeat; /* Prevents the image from repeating */
	z-index: 0;
	overflow: hidden;
}
#our_services::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3); /* black with 50% opacity */
	z-index: 1;
}
#our_services > * {
	position: relative;
	z-index: 2; /* ensures content sits above the overlay */
}

#our_services img {
	width: 120px;
	display: block;
	margin: 0 auto;
	transition: transform 0.3s ease; /* Smooth animation */
}
#our_services img:hover {
	transform: scale(1.1); /* Zoom in slightly on hover */
	cursor: pointer;
}
#our_services img:hover {
	transform: rotate(5deg);
	cursor: pointer;
}
#our_services .card {
	background: #006d5b;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#our_services .card .card-body .card-text,
#our_services h5,
#our_services h4,
#our_services h3,
#our_services p {
	color: #ffffff;
	letter-spacing: 1px;
}
#our_services .card .card-body .card-text a img {
	width: 25px;
}
#our_services .card {
	position: relative;
	overflow: hidden;
}
#our_services .card::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid rgb(255, 254, 254); /* Change color as needed */
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
	border-radius: 0.5rem; /* Optional: match your card's rounded corners */
}
/*=========== Why Choose us =======*/
#why_choose {
	background-color: #006d5b;
}
#why_choose .box {
	background-color: #f8f9fa;
	border: 2px solid #dee2e6;
	padding: 20px;
	text-align: justify;
	letter-spacing: 1px;
	flex: 1;
}
#why_choose .box h5 {
	text-align: left;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
}
#why_choose .box p {
	color: #000000;
	text-align: left;
}
#why_choose .equal-height-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
}
#why_choose .center-image-column {
	display: flex;
	align-items: stretch;
}
#why_choose .center-image {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	border: 4px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
	#why_choose .equal-height-column {
		gap: 20px;
	}
	#why_choose .center-image {
		height: auto;
		aspect-ratio: 1 / 1;
	}
}
/* #why_choose{
		position: relative;
		background-image: url('../img/why_choose_bg.jpg');
		background-size: cover;       
		background-position: center;  
		background-repeat: no-repeat;
		z-index: 0;
		overflow: hidden;
	}
	#why_choose::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.3); 
		z-index: 1;
	}
	#why_choose > * {
		position: relative;
		z-index: 2; 
	}*/
/*=========== Why Choose us =======*/
/*=========== Single Post ==========*/
#post_page {
	display: flex;
	flex-direction: column;
}

#post_page article {
	background: #fff;
	border-radius: 0px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

#post_page article:hover {
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

#post_page img {
	width: 100%;
	height: auto;
	display: block;
	border-bottom: 1px solid #eee;
}

#post_page h2 {
	letter-spacing: 1px;
	font-size: 1.75rem;
	margin: 0;
	color: #2c3e50;
	font-weight: bold;
}

#post_page .content {
	padding: 0 1rem 1.5rem;
	color: #555;
	line-height: 1.7;
	font-size: 1rem;
}
/* Container Styling */
#side_bar {
	background: #f9f9f9;
	padding: 30px 20px;
	border-radius: 0px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
}

/* Heading */
#side_bar h4 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	border-left: 5px solid #007bff;
	padding-left: 10px;
}

/* List styling */
#side_bar .list-inline {
	padding-left: 0;
	list-style: none;
	margin-bottom: 15px;
}

#side_bar .list-inline li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 8px 12px;
	background-color: #fff;
	border-radius: 0px;
	transition: background-color 0.3s ease;
}

#side_bar .list-inline li:hover {
	background-color: #eef5ff;
}

/* Anchor styling */
#side_bar .list-inline li a {
	color: #333;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	transition: color 0.3s ease;
}

#side_bar .list-inline li a:hover {
	color: #006d5b;
}

/* Image/icon */
#side_bar .list-inline li img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	transition: transform 0.3s ease;
}

#side_bar .list-inline li:hover img {
	transform: scale(1.1);
}

/*=========== Single Post ==========*/
