﻿/* style.css */
.navbar{
	margin-top:30px;
}
.navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center; /* Centers the list items within the ul container */
}

.navbar li {
	display: inline-block; /* Aligns list items horizontally */
	padding: 0 10px; /* Adds space between items */
}

	.navbar li a {
		text-decoration: none;
		color: black;
	
		}

.container .hero_image {
	background-image: url('../img/Landing_page_cover.jpg');
	background-size:cover;
	min-height: 21Vh;
	display: block;
	margin: 0 auto;
	height: 800px;
	width: 100%;
}
.service{
	display: block;
	margin-top: 13px;
}
.social-container {
	display: flex;
	/* Centers icons horizontally within the container */
	justify-content: center;
	/* Optional: Adds space between the icons */
	gap: 20px;
}
.social-icons {
	display: flex; /* Enables flexbox layout */
	justify-content: center; /* Centers items horizontally */
	align-items: center; /* Centers items vertically (if container has height) */
	/* Add padding or margin as needed */
	padding: 20px 0;
}

/* Style all font awesome icons */
.fa {
	padding: 10px;
	font-size: 20px;
	width: 40px; /* Set a specific width to ensure alignment */
	text-align: center;
	text-decoration: none; /* Remove underline from links */
	margin: 5px 2px; /* Add some margin between icons */
	border-radius: 50%; /* Make them circular */
}

	/* Add a hover effect */
	.fa:hover {
		opacity: 0.7;
	}

/* Set specific colors for each brand */
.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-instagram {
	background: #c32aa3; /* A common Instagram brand color */
	color: white;
}

.fa-linkedin {
	background: #007bb5;
	color: white;
}
.content h1 {
	color: green;
}

.content h2 {
	color: white;
}
.phone {
	margin-top: 30px;
	display: block;
}
.search-bar {
	display: flex;
	justify-content: center;
}

	.search-bar input {
		width: 50%;
		margin-left: 40px;
		height: 37px;
		border: none;
		border-radius: 9px;
	}

		.search-bar input::placeholder {
			margin-left: 100px;
		}

input:focus {
	outline: none;
}

.outer-cards {
	display: flex;
	justify-content: center;
	height: 500px;
}

.cards {
	display: flex;
	justify-content: center;
	background-color: #262626;
	border-radius: 20px;
	flex-wrap: wrap;
	height: 200px;
	color: white;
	padding: 20px 10px;
	margin-left: 100px;
	margin-top: 30px;
	gap: 15px;
}

	.cards #card1 {
		width: 350px;
		background-color: #1e1e1f;
		border-radius: 7px;
		color: white;
		transition-duration: 0.2s;
	}

#card1:hover {
	box-shadow: 0px 0px 10px rgb(255, 255, 255);
}

#card2:hover {
	box-shadow: 0px 0px 10px rgb(255, 255, 255);
}

.cards #card2 {
	background-color: #1e1e1f;
	color: white;
	border-radius: 7px;
	width: 350px;
	transition-duration: 0.2s;
}

img {
	border-radius: 7px;
	width: 350px;
}

h4 {
	margin-top: 2px;
	padding: 3px 3px;
}

p {
	margin-top: -15px;
	padding: 3px 3px;
	color: #a5a5a5;
}

.form-container {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}


label {
    display: block;
    margin-bottom: 0.5rem;
    color: #666;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box; /* Ensures padding doesn't affect width */
    font-size: 1rem;
}


/* Basic responsiveness */
@media (max-width: 768px) {
    .form-container {
        margin: 1rem;
    }
}
@media screen and (max-width: 850px) {
	.cards {
		height: 90%;
		width: 50%;
	}

	.search-bar input {
		margin-left: 55px;
	}
}

@media screen and (max-width: 710px) {
	.cards {
		height: 450px;
	}

		.cards #card1,
		#card2 {
			width: 200px;
		}

		.cards #card2 {
			width: 200px;
		}

	img {
		border-radius: 7px;
		width: 200px;
	}

	.search-bar input {
		margin-left: 90px;
	}
}

@media screen and (max-width: 360px) {
	.cards {
		height: 500px;
	}

		.cards #card1,
		#card2 {
			width: 150px;
		}

		.cards #card2 {
			width: 150px;
		}

	img {
		border-radius: 7px;
		width: 150px;
	}
}
.message {
	display: block;
	font-size: 25px;
	color: black;
	margin-left: 30px;
	text-align: left;
}
.soultion {
	display: block;
	font-size: 25px;
	color: black;
	margin-left: 30px;
	text-align: left;
}
.service {
	display: block;
	font-size: 25px;
	color: black;
	margin-left: 30px;
	text-align: left;
}
form {
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
	/* Use CSS3 features like box-shadow, border-radius, flexbox/grid for layout */
	display: flex;
	flex-direction: column;
	gap: 10px;
}

input, textarea, button {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 100%;
}

button {
	background-color:#ff6a00;
	color: white;
	cursor: pointer;
}
.logo {
	width: 200px; /* Sets the width to 200 pixels */
	height: auto; /* Automatically adjusts the height to maintain aspect ratio */
}