
body {
    font-family: 'Arial, sans-serif';
    background-color: #FFFDED;
    color: #4A4A4A;
    margin: 0;
    padding: 0;
	overflow-x: hidden;
}

.body-div {
	background-color: #C2DBC0;
	/* max-width:1600px;  */
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

.dropdown {
  display: inline-block;
  position: relative;
  z-index: 99;
}

.dropdown-options {
  display: none;
  position: absolute;
  overflow: auto;
  background-color:#fff;
  border-radius:5px;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
  z-index: 99;
}

.dropdown:hover .dropdown-options {
  display: block;
  z-index: 99;
}

.dropdown-options a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
  padding:20px 40px;
  z-index: 99;
}

.dropdown-options a:hover {
  color: #0a0a23;
  background-color: #ddd;
  border-radius:5px;
  z-index: 99;
}

.dropdown-header {
  display: inline-block;
  position: absolute;
  z-index: 99;
}

.dropdown-header-options {
  display: none;
  position: absolute;
  overflow: auto;
  background-color:#fff;
  border-radius:5px;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
  z-index: 99;
}

.dropdown-header:hover .dropdown-header-options {
  display: block;
  z-index: 99;
}

.dropdown-header-options a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
  padding:20px 40px;
  z-index: 99;
}

.dropdown-header-options a:hover {
  color: #0a0a23;
  background-color: #ddd;
  border-radius:5px;
  z-index: 99;
}

header {
    background-color: #C2DBC0;
    padding: 15px 0;
	z-index: 99;
	overflow-x: hidden;
}

.header-image {
	position:absolute;
	top: 20px;
}

.header-div {
	
}

.logo-image {
	width:100px; 
	height: 100px;
	/* padding: 0px 0px 0px 390px; */
	z-index: 999;
	position: relative;
	top: -10px;
	left: -170px;
	/* justify-content: center; */
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
	z-index: 99;
}

nav ul li {
    margin: 0 15px;
	z-index: 99;
}

nav ul li a {
    text-decoration: none;
    color: #4A4A4A;
    font-weight: bold;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
	overflow-x: hidden;
}

.hero-image {
	/* position:absolute; */
	/* top: 20px; */
	position:relative;
	text-align: center;
	top: 40px;
	/* top: -180px */
}

.main {
	/* padding-top:5px; */
}

.main-image {
	max-width:90vw;
	position:relative;
}

.hero-content {
    text-align: center;
    margin-bottom: 20px;
	/* max-width: 500px; */
	/* width: 50%; */
	z-index: 99;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero h1 {
    font-size: 3em;
    margin: 0;
    color: #5E7F6C;
}

.hero p {
    margin: 20px 0;
}

button {
    background-color: #FFB8B8;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    font-size: 1em;
	border-radius: 20px;
}

.services-header {
	display: flex;
    justify-content: center;
	background-color: #FFFDED;
    align-items:  center;
    flex-direction: row;
    /* padding: 300px 0px 0px 0px; */
	z-index: 99;
	position:relative;
	/* top:-180px; */
	overflow-x: hidden;
	padding-top: 10px;
	font-size: smaller;
	color: #5E7F6C;
}

.services {
    display: flex;
    justify-content: center;
	background-color: #FFFDED;
    align-items:  top;
    flex-direction: row;
    /* padding: 300px 0px 0px 0px; */
	z-index: 99;
	position:relative;
	/* top:-180px; */
	overflow-x: hidden;
	padding-top: 5px;
}

.service {
    text-align: center;
    max-width: 300px; 
	width: 25%;
	padding: 0px 50px;
	z-index: 99;
}

.service h2 {
    color: #5E7F6C;
    margin-bottom: 5px;
}

.service-header {
	display: inline; 
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	color: #5E7F6C;
    margin-bottom: 5px;
}

.service p {
    margin-bottom: 5px;
}

.mission {
    display: flex;
    justify-content: center;
	/* background-color: #F0F5EE; */
	background: linear-gradient(#C2DBC0, #FFFDED);
    align-items:  top;
    flex-direction: row;
    /* padding: 300px 0px 0px 0px; */
	z-index: 99;
	position:relative;
	/* top:-180px; */
	overflow-x: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

.mission-header {
	display: flex;
    justify-content: center;
	background-color: #FFFDED;
    align-items:  center;
    flex-direction: row;
    /* padding: 300px 0px 0px 0px; */
	z-index: 99;
	position:relative;
	/* top:-180px; */
	overflow-x: hidden;
	padding-top: 10px;
	font-size: smaller;
	color: #5E7F6C;
}

.mission-statement {
    text-align: center;
    max-width: 1600px;
	width: 100%;
	padding: 0px 100px;
	z-index: 99;
}

.mission-statement h2 {
    color: #5E7F6C;
    margin-bottom: 5px;
}

.mission-statement p {
    margin-bottom: 5px;
}

.chat-img {
	height:35px; 
	idth:auto; 
	position:relative; 
	top:10px; 
	padding-left:10px;
}

.contact-body {
	/* background-color: #F0F5EE;  */
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
	overflow-x: hidden;
}

.contact-main {
	padding-right: 15px;
}


.contact-section {
    background-color: #F0F5EE; 
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 2rem auto;
	
	position: absolute;
	flex-direction: column;
	overflow-x: hidden;
}

.contact-content {
    margin-bottom: 20px;
	/* max-width: 500px; */
	/* width: 50%; */
	z-index: 95;
	position: absolute; 
	/* top: 15%;  */
	left: 50%;
	transform: translate(-50%, -81.5%);
}

.contact-image {
	/* position:absolute; */
	/* top: 20px; */
	position:relative;
	/* text-align: center; */
	/* top: 40px; */
	/* width:1300px;
	/* left: -10px; */
	/* top: -180px */
}

.contact-background {
	
}

.contact-background-image {
	position: relative;
	width:1300px;	
	top:80px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left:-10px;
}

.contact-section h1 {
    color: #4B615F; /* Dark green-gray for headings */
}

.contact-section label {
    color: #4B615F; /* Dark green-gray for labels */
}

.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="tel"],
.contact-section textarea {
    width: 97%;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border: 1px solid #A8C0B5; /* Light green border */
    border-radius: 5px;
}

.contact-section input[type="submit"] {
    background-color: #D98C8C; /* Soft pink button */
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-section input[type="submit"]:hover {
    background-color: #B57474; /* Darker pink on hover */
}

.contact-details {
    margin-top: 2rem;
}

.contact-details h2 {
    color: #4B615F;
}

.about-content {
	margin-bottom: 20px;
	/* max-width: 500px; */
	/* width: 50%; */
	z-index: 95;
	position: absolute; 
	/* top: 15%;  */
	left: 50%;
	transform: translate(-50%, -42.8%);
}

.about-main {
    /* padding: 40px 20px; */
	
}

.about-main .container {
    max-width: 600px;
    margin: 2rem auto;
    background-color: #F0F5EE;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 40px;
	padding: 1rem 2rem 2rem 2rem;
	overflow-x: hidden;
}

.about-main .about .image {
    text-align: center;
}

.about-main .about img {
    max-width: 150px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-main .about .content {
    text-align: center;
    margin-top: 20px;
}

/* about-main .about, .philosophy, .why-choose-us, .services h1{ */
	
/* } */

.about-main h2 {
    font-size: 2em;
    color: #4B615F;
    margin-top: 0;
}

.about-main h3 {
    font-size: 1.5em;
    color: #4B615F;
    margin: 0;
}

.about-main .philosophy, .about-main .why-choose-us, .about-main .about-services {
    margin-top: 40px;
}

.about-main ul {
    list-style-type: none;
    padding: 0;
}

.about-main li {
    margin: 10px 0;
}

.about-main strong {
    color: #4B615F;
}

.rate-main {
	padding-right: 15px;
}

.rate-main .container {
    max-width: 600px;
    margin: 2rem auto;
    background-color: #F0F5EE;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 40px;
	padding: 2rem 2rem 2rem 2rem;
	overflow-x: hidden;
}

.rate-main .rate .image {
    text-align: center;
}

.rate-main .rate img {
    max-width: 150px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rate-main .rate .content {
    text-align: center;
    margin-top: 20px;
}

.rate-main h2 {
    font-size: 2em;
    color: #4B615F;
    margin-top: 0;
}

.rate-main h3 {
    font-size: 1.5em;
    color: #4B615F;
    margin: 0;
}

.rate-main .philosophy, .rate-main .why-choose-us, .rate-main .rate-services {
    margin-top: 40px;
}

.rate-main ul {
    list-style-type: none;
    padding: 0;
}

.rate-main li {
    margin: 10px 0;
}

.rate-main strong {
    color: #4B615F;
}

.rate-section h1 {
    color: #4B615F; /* Dark green-gray for headings */
}

.rate-content {
    margin-bottom: 20px;
	/* max-width: 500px; */
	/* width: 50%; */
	z-index: 95;
	position: absolute; 
	/* top: 15%;  */
	left: 50%;
	transform: translate(-50%, -96.7%);
}

.header-rates {

}

footer {
    background-color: #FFFDED;
    text-align: center;
    padding: 20px 0;
	overflow-x: hidden;
}

@media (max-width: 1100px) {
	body {
		/* transform: scale(0.5); */
		font-size: 90%;
	}
	
	.hero h1 {
		font-size: 2em;
	}
	
	nav ul li {
		margin: 0 7px;
	}

	.logo-image {
		width: 50px;
		height: 50px;
		left: -20px;
	}

	.body-div {
		/* max-width:600px;  */
		/* margin: 0 auto; */
		margin: 0 0;
	}
	
	.services {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		text-align: center;
		/* top: -430px; */
	}
	
	.service {
		flex: 0 0 50%;
		width: 50%;
	}
	
	.mission {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		text-align: center;
		/* top: -430px; */
	}
	
	.mission-statement {
		flex: 0 0 50%;
		width: 50%;
		padding: 0px 0px;
	}
	
	.hero {
		/* padding: 15px 0; */
		padding-top: 15px;
	}
	
	.hero-image {
		/* transform: scale(0.35); */
		/* top: -240px; */
		/* width: 90vw; */
		/* height: auto; */
	}
	
	.main-image {
		padding-top: 60px; 
	}
	
	.hero-content {
		/* max-width: 350px; */
		/* width: 50%; */
		width: 60%;
	}
	
	.chat-img {
		height:31px; 
		top:8px; 
	}
	
	.contact-body {
		background-color: #F0F5EE; 
	}
	
	.contact {
		padding: 0;
	}
	
	.contact-background-image {
		visibility: hidden;
		height: 0px;
		width: 0px;
	}
	
	.contact-content {
		position: unset; 
		left: 0px;
		transform: unset;
	}
	
	.contact-section {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
	}
	
	.contact-main {
		
	}
	
	.contact-section input[type="text"],
	.contact-section input[type="email"],
	.contact-section input[type="tel"],
	.contact-section textarea {
		width: 95%;
    
	}
	
	.about-content {
		position: unset; 
		left: 0px;
		transform: unset;
	}
	
	.about-main {
		padding: unset;
	}
	
	.about-main .container {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
		padding: 10px 20px;
	}
	
	.about-main .philosophy, .about-main .why-choose-us, .about-main .about-services {
		margin-top: 0px;
	}
	
	.rate-body {
		background-color: #F0F5EE; 
	}
	
	.rate {
		padding: 0;
	}
	
	.rate-background-image {
		visibility: hidden;
		height: 0px;
		width: 0px;
	}
	
	.rate-content {
		position: unset; 
		left: 0px;
		transform: unset;
	}
	
	.rate-section {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
	}
	
	.rate-main {
		
	}
	
	.rate-main .container {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
		padding: 0px 30px;
	}
	
	.header-rates {
		padding-left:15px;
	}
}

/* Media queries for tablets */
@media (max-width: 768px) {
    body {
		/* transform: scale(0.5); */
		font-size: 70%;
	}
	
	.hero h1 {
		font-size: 2em;
	}
	
	nav ul li {
		margin: 0 7px;
	}

	.logo-image {
		width: 50px;
		height: 50px;
		left: -20px;
	}

	.body-div {
		/* max-width:600px;  */
		/* margin: 0 auto; */
		margin: 0 0;
	}
	
	.services {
		flex-direction: column;
		align-items: center;
		text-align: center;
		/* top: -430px; */
	}

	.service {
		width: 80%;
		max-width: 80%;
	}
	
	.mission {
		flex-direction: column;
		align-items: center;
		text-align: center;
		/* top: -430px; */
	}

	.mission-statement {
		width: 80%;
		max-width: 80%;
		padding: 0px 0px;
	}
	
	.hero {
		/* padding: 15px 0; */
		padding-top: 15px;
	}
	
	.hero-image {
		/* transform: scale(0.35); */
		/* top: -240px; */
		width: 90vw;
		/* height: auto; */
	}
	
	.main-image {
		padding-top: 40px;
	}
	
	.hero-content {
		/* max-width: 350px; */
		/* width: 50%; */
		width: 60%;
	}
	
	.chat-img {
		height:25px; 
		top:7px; 
	}
	
	.contact-body {
		background-color: #F0F5EE; 
	}
	
	.contact {
		padding: 0;
	}
	
	.contact-background-image {
		visibility: hidden;
		height: 0px;
		width: 0px;
	}
	
	.contact-content {
		position: unset; 
		left: 0px;
		transform: unset;
	}
	
	.contact-section {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
	}
	
	.contact-main {
		
	}
	
	.contact-section input[type="text"],
	.contact-section input[type="email"],
	.contact-section input[type="tel"],
	.contact-section textarea {
		width: 95%;
    
	}
	
	.about-content {
		position: unset; 
		left: 0px;
		transform: unset;
	}
	
	.about-main {
		padding: unset;
	}
	
	.about-main .container {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
		padding: 10px 20px;
	}
	
	.about-main .philosophy, .about-main .why-choose-us, .about-main .about-services {
		margin-top: 0px;
	}
	
	.rate-body {
		background-color: #F0F5EE; 
	}
	
	.rate {
		padding: 0;
	}
	
	.rate-background-image {
		visibility: hidden;
		height: 0px;
		width: 0px;
	}
	
	.rate-content {
		position: unset; 
		left: 0px;
		transform: unset;
	}
	
	.rate-section {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
	}
	
	.rate-main {
		
	}
	
	.rate-main .container {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
		padding: 0px 30px;
	}
	
	.header-rates {
		padding-left:15px;
	}
}

/* Media queries for tablets */
@media (max-width: 500px) {
    body {
		/* transform: scale(0.5); */
		font-size: 70%;
	}
	
	.hero h1 {
		font-size: 2em;
	}
	
	nav ul li {
		margin: 0 7px;
	}

	.logo-image {
		width: 50px;
		height: 50px;
		left: -20px;
	}

	.body-div {
		/* max-width:600px;  */
		/* margin: 0 auto; */
		margin: 0 0;
	}
	
	.services {
		flex-direction: column;
		align-items: center;
		text-align: center;
		/* top: -430px; */
	}

	.service {
		width: 80%;
		max-width: 80%;
	}
	
	.mission {
		flex-direction: column;
		align-items: center;
		text-align: center;
		/* top: -430px; */
	}

	.missions-statement {
		width: 80%;
		max-width: 80%;
		padding: 0px 0px;
	}
	
	.hero {
		/* padding: 15px 0; */
		padding-top: 15px;
	}
	
	.hero-image {
		/* transform: scale(0.35); */
		/* top: -240px; */
		width: 90vw;
		/* height: auto; */
	}
	
	.main-image {
		padding-top: 70px;
	}
	
	.hero-content {
		/* max-width: 350px; */
		/* width: 50%; */
		width: 90%;
	}
	
	.chat-img {
		height:25px; 
		top:7px; 
	}
	
	.contact-body {
		background-color: #F0F5EE; 
	}
	
	.contact {
		padding: 0;
	}
	
	.contact-background-image {
		visibility: hidden;
		height: 0px;
		width: 0px;
	}
	
	.contact-content {
		position: unset; 
		left: 0px;
		transform: unset;
	}
	
	.contact-section {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
	}
	
	.contact-main {
		
	}
	
	.contact-section input[type="text"],
	.contact-section input[type="email"],
	.contact-section input[type="tel"],
	.contact-section textarea {
		width: 95%;
    
	}
	
	.about-content {
		position: unset; 
		left: 0px;
		transform: unset;
	}
	
	.about-main {
		padding: unset;
	}
	
	.about-main .container {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
		padding: 10px 20px;
	}
	
	.about-main .philosophy, .about-main .why-choose-us, .about-main .services {
		margin-top: 0px;
	}
	
	.rate-body {
		background-color: #F0F5EE; 
	}
	
	.rate {
		padding: 0;
	}
	
	.rate-background-image {
		visibility: hidden;
		height: 0px;
		width: 0px;
	}
	
	.rate-content {
		position: unset; 
		left: 0px;
		transform: unset;
	}
	
	.rate-section {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
		position: relative;
		top: -10px;
		left: 5px;
	}
	
	.rate-main {
		
	}
	
	.rate-main .container {
		margin: 0;
		border-radius: 0px;
		box-shadow: unset;
		max-width: unset;
		padding: 0px 30px;
	}
	
	.header-rates {
		padding-left:15px;
	}
}

