/* Reset default styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global Styles */
body {
    font-family: Arial, sans-serif;
    color: #333;
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    background-color: #7BAFD4;
}

.container {
    max-width: auto;
    margin: auto;
	width: 100%;
	align-content: center
}

.responsive-image-container img {
            width: 100%;
            height: auto; /* Maintain aspect ratio */
            display: block;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 4); /* Optional shadow effect */
			padding-top: 0px;
			padding-bottom: 0px;
			border-radius: 8px;
        }

/* Heading 1 */
h1 {padding-top: 20px;
}

/* Paragragh 1 */
p1 {padding-bottom: 50px;
	max-width: 500;		
}

/* Navigation Bar */
header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

nav {
    background-color: #333;
    color: #fff;
}

nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav ul li {
    position: relative;
}

nav ul li a {
    display: block;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: #444;
}

/* Dropdown Menu */
nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    min-width: 200px;
}

nav ul li:hover > ul {
    display: block;
}

nav ul ul li {
    width: 100%;
}

/* Responsive Navigation */
@media (max-width: 300px) {
    nav ul {
        flex-direction: column;
		background-color: #333;
    }
}

/* Page Content */
section {
	padding-left: 0px;
}

/* Form and Input Fields */
form {
    max-width: 600px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}

form input, form textarea {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form input[type="submit"] {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    border: none;
}

form input[type="submit"]:hover {
    background-color: #555;
}

/* Footer */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    margin-top: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.page {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #7BAFD4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 4); /* Optional shadow effect */
  max-width: 1060px;
  padding-top: 50px;
  border-radius: 4px;
  
}

.containers {
  background: #7BAFD4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 2); /* Optional shadow effect */
  border: 1px solid gray;
  min-inline-size: 30ch;
  max-inline-size: 95%;
  margin: 1em;
  padding: 1ex;
  border-radius: 8px;
}

.text {
  margin: 0;
  max-inline-size: min-content;
  min-inline-size: fit-content;
}

.page2 {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #7BAFD4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 2); /* Optional shadow effect */
  max-width: 1060px;
  padding-top: 0px;	
  
}

.containers2 {
  background: #7BAFD4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 2); /* Optional shadow effect */
  border: 1px solid gray;
  min-inline-size: 30ch;
  max-inline-size: 95%;
  margin: 1em;
  padding: 1ex;
  border-radius: 8px;
}

.page3 {
  align-items: center; 
  display: flex;
  justify-content: center;
  background: #7BAFD4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 2); /* Optional shadow effect */
  max-width: 1060px;
  padding-top: 0px;	
  
}

.containers3 {
  background: #7BAFD4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 2); /* Optional shadow effect */
  border: 1px solid gray;
  min-inline-size: 30ch;
  max-inline-size: 95%;
  margin: 1em;
  padding: 1ex;
  border-radius: 8px;
}
.contact us {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #7BAFD4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 2); /* Optional shadow effect */
  max-width: 1060px;
  padding-top: 100px;	
}
.contact us1 {
  background: #7BAFD4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 2); /* Optional shadow effect */
  border: 1px solid gray;
  min-inline-size: 30ch;
  max-inline-size: 95%;
  margin: 1em;
  padding: 1ex;
  border-radius: 8px;
}