
*{
    font-family: 'Poppins', sans-serif;
    
}

.head{
    font-family: "Moderustic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }
  


.contact-box {
    background-color: #0C3C35;
    padding: 10px 0;
    color: white;
    text-align: center;
}
.contact-box .contact-info {
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
}
.contact-box .contact-info i {
    margin-right: 5px;
    color: #B7773A;
}

/* Social Media Buttons Styling */
.social-media {
    display: inline-block;
    margin-left: 15px;
}
.social-media a {
    color: white;
    margin: 0 8px;
    font-size: 18px;
    transition: color 0.3s ease;
}
.social-media a:hover {
    color: #B7773A;
}

.navbar {
    background-color: #ffffff;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    max-width: 180px;
    height: auto;
}

.navbar-nav .nav-link {
    font-size: 18px;
    color: #0C3C35;
    margin: 0 10px;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #B7773A;
}

.rectangle-box {
   
    border-radius: 8px; /* Rounded corners for a modern look */
    padding: 20px;
    height: 300px; /* Adjust the height as needed */
    margin-top: 30px; /* Add top margin for spacing */
    background-image: linear-gradient(90deg,#0C3C35 , #B7773A );
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    flex-direction: row; /* Ensure side-by-side layout */
}
.content {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Space between text and image */
    width: 100%;
    height: 100%;
}
.about-text {
    flex: 1;
    text-align: center; /* Center text horizontally */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px; /* Space between text and image */
}
.about-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-image img {
    max-width: 80%; /* Reduce the size of the image */
    max-height: 80%; /* Ensure the image does not exceed the box's height */
    object-fit: contain; /* Maintain aspect ratio and fit within the container */
}
h1 {
    font-size: 3rem; /* Adjust the font size */
    color: white;
    font-weight: bold; /* Make the text bold */
    margin: 0; /* Remove default margin */
    text-transform: uppercase; /* Make the text uppercase */
    letter-spacing: 1px; /* Add some spacing between letters */
    line-height: 1.2; /* Adjust line height for better readability */
}
.mission-container {
    padding: 50px 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mission-text {
    padding: 20px;
    text-align: left;
}

.mission-text h2 {
    color: #0C3C35;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.mission-text p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.6;
}

.mission-image img {
    width: 60%; /* Adjusted to better fit within the container */
    height: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .mission-container {
        padding: 30px 15px;
    }

    .mission-text {
        text-align: center;
        padding: 10px 0;
    }

    .mission-image img {
        width: 80%; /* Adjust the size for smaller screens */
        margin-bottom: 20px;
    }
}
footer {
    background-color: #0C3C35;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

footer a {
    color: #fff;
    margin: 0 10px;
    transition: color 0.3s;
}

footer a:hover {
    color: #B7773A;
}

.footer-section {
    margin-bottom: 20px;
}

.google-map {
    border: 0;
    width: 100%;
    height: 250px;
}
