﻿/*===========================
     General Front Pages
===========================*/
.login-container {
	background-color: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
}
#login-form {
	width: auto;
}
input[type=text], input[type=email], input[type=tel], select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 1rem;
	margin: 10px 0;
}
input[type=email], input[type=password],input[type=text] {
	padding: 10px;
	margin: 10px 0;
	font-size: 1rem;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
}
input[type=checkbox] {
	transform: scale(1.5);
	margin-right: 20px;
}
.footer-text {
	text-align: center;
	color: #888;
	font-size: 0.9rem;
	margin-top: 20px;
}
#signup-container {
	width: 100%;
	max-width: 500px;
}
#signup-button {
	background-color: #4CAF50;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s;
	margin-top: 15px;
	font-weight: bold;
	width: 100%;
}
#signup-button:hover {
	background-color: #378b3a;
}
button {
	padding: 10px 20px;
	font-size: 1rem;
}
#main-contact-us-form {
	width: 100%;
	max-width: 500px;
}
textarea {
	resize: vertical;
	height: 150px;
}
textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 5px 0;
	font-size: 16px;
	margin-bottom: 20px;
}
.button {
	padding: 10px;
	margin-top: 10px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
}
/*===========================
     Hero Section
===========================*/
/* Hero Section */
.hero {
	position: relative;
	background: url('../images/background.jpg') center center/cover no-repeat;
	color: white;
	text-align: center;
	padding: 60px 20px; /* Reduced padding */
}
#pricing {
	position: relative;
	background: url('../images/pricing-bg.jpg') center center/cover no-repeat;
	color: white;
	text-align: center;
	padding: 60px 20px; /* Reduced padding */
}
.hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 0;
}
.hero-content {
	position: relative;
	z-index: 1;
	max-width: 800px; /* Limit width to keep content compact */;
	margin: 0 auto;
/* Center align */padding: 20px; /* Optional inner padding */
}
.hero h1 {
	font-size: 2.8em;
	margin-bottom: 0.3em;
}
.hero p {
	font-size: 1.9em;
	margin-bottom: 1.2em;
	margin-top: 0px;
	color: white;
}
.hero .cta-button {
	background-color: #4CAF50;
	padding: 1em 2.5em;
	color: white;
	border-radius: 50px;
	font-size: 1.2em;
	transition: background-color 0.3s ease;
}
a.cta-button {
	text-decoration: none;
}
/* Features Section */
.features {
	text-align: center;
}
.features h2 {
	font-size: 2.5em;
	margin-bottom: 1em;
}
.feature-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
}
.feature-item {
	max-width: 300px;
	text-align: center;
}
.feature-item img {
	width: auto;
	height: 150px;
}
.feature-item h3 {
	font-size: 1.5em;
	margin-top: 0.5em;
	text-align: center;
}
.feature-item p {
	font-size: 1em;
	color: #7f8c8d;
}
/* Benefits Section */
.benefits {
	background-color: #d6e4fb;
	padding: 3em 1em;
	text-align: center;
}
.benefits h2 {
	font-size: 2.5em;
	margin-bottom: 1em;
}
.benefit-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
}
.benefit-item {
	max-width: 300px;
	text-align: center;
}
.benefit-item img {
	width: 75px;
	height: 75px;
}
.benefit-item h3 {
	font-size: 1.5em;
	margin-top: 0.5em;
}
.benefit-item p {
	font-size: 1em;
	color: #7f8c8d;
}
/* Testimonials Section */
.pricing {
	padding: 3em 1em;
	text-align: center;
}
.pricing h2 {
	font-size: 2.5em;
	margin-bottom: 1em;
}
.pricing -item {
	max-width: 600px;
	margin: 1em auto;
	text-align: left;
}
.pricing -item p {
	font-size: 1.1em;
	color: #7f8c8d;
	font-style: italic;
}
.pricing -item h4 {
	margin-top: 0.5em;
	font-size: 1em;
	color: #2c3e50;
}
/* CTA Section */
/* New Styles for CTA Section */
.cta {
	padding: 4em 1em;
	text-align: center;
	background-color: #2c3e50;
	color: white;
	position: relative;
}
.cta h2 {
	font-size: 2.8em;
	margin-bottom: 0.5em;
}
.cta p {
	font-size: 1.5em;
	margin-bottom: 1.5em;
	color: white;
}
.cta .cta-button {
	background-color: #4CAF50;
	padding: 1em 2.5em;
	color: white;
	border-radius: 50px;
	font-size: 1.2em;
	transition: background-color 0.3s ease;
}
.cta .cta-button:hover {
	background-color: #43a047;
}
/* Footer */
footer {
	background-color: #2c3e50;
	color: white;
	padding: 1.5em 0;
	text-align: center;
	font-size: 0.9em;
}
footer a {
	color: #3478f5;
	text-decoration: none;
	margin: 0 0.5em;
}
footer a:hover {
	text-decoration: underline;
}
/* Your existing CSS styles */
.public-header-link {
	display: flex;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	border: 2px solid transparent;
	border-radius: 3px;
	transition: background-color 0.3s, border-color 0.3s;
	white-space: nowrap;
	font-size: 18px;
	text-align: center;
}
.public-header-link a {
	text-decoration: none;
	color: white;
}
.pricing-section {
	background-color: #f9f9f9; /* Light grey background for contrast */;
	padding: 50px 20px;
	text-align: center;
}
.pricing-section h2 {
	font-size: 2.5rem; /* Larger heading */;
	color: #333; /* Darker text for readability */;
	margin-bottom: 30px;
}
.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive grid */;
	gap: 20px; /* Space between pricing items */;
	max-width: 1200px; /* Center content with max width */;
	margin: 0 auto;
}
.pricing-item {
	background-color: #fff; /* White background for card */;
	border: 1px solid #ddd;
/* Subtle border */border-radius: 10px;
/* Rounded corners */padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
/* Soft shadow for depth */transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hover effects */
}
.pricing-item:hover {
	transform: translateY(-5px); /* Lift effect */;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}
.pricing-item h3 {
	font-size: 1.5rem; /* Smaller than the main heading */;
	color: #444; /* Dark but distinct */;
	margin-bottom: 10px;
	text-align: center;
}
.pricing-item p {
	font-size: 1rem; /* Standard paragraph size */;
	color: #666; /* Subtle text color */;
	margin-bottom: 15px;
}
.price {
	font-size: 1.8rem; /* Large and prominent */;
	color: #28a745; /* Green color for pricing */;
	font-weight: bold;
	margin-bottom: 10px;
}
.price small {
	font-size: 0.8rem; /* Smaller text for details */;
	color: #999; /* Light grey */;
	margin-left: 5px;
}
.password-container {
	position: relative;
	display: flex;
	align-items: center;
}
#admin_password {
	padding-right: 40px; /* Adjust for the button size */
}
.toggle-password {
	position: absolute;
	right: 10px;
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 5px;
}
/* Media Queries */
@media (max-width: 768px) {
.feature-grid, .benefit-grid {
	flex-direction: column;
	align-items: center;
}
.hero h1 {
	font-size: 2.5em;
}
.hero p {
	font-size: 1.2em;
}
}
