/* --------------------- Location ------------------ */
.location-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .Locations-map{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; 
    margin-bottom: 3%;
  }
 
  
  /* Media query for smaller screens */
  @media screen and (max-width: 768px) {
    .Locations-map iframe {
      width: 400px;
      height: 300px; /* Set a smaller height for smaller screens */
    }
  }
  
  /* Media query for larger screens */
  @media screen and (min-width: 1200px) {
    .Locations-map iframe {
      width: 900px;
      height: 600px; /* Set a larger height for larger screens */
    }
  }
  

  .location-all h1{
    max-width: 960px;
    font-size: 30px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
  }
  
.location-all h3{
    max-width: 960px;
    font-size: 25px;
    margin: auto;
    text-align: center;
}

.location-group h1{
  text-align: center;
}

.location-para p {
    /* max-width: 960px; */
    margin: auto;
    text-align: center;
    justify-content: center;
  }

  .location-para{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  @media screen and (max-width: 1200px) {
    .location-para{
      margin-left: 25%;
      margin-right: 25%;
    }
  }
  
  @media screen and (max-width: 700px) {
    .location-para{
      margin-left: 15%;
      margin-right: 15%;
    }
  }
  
  @media screen and (max-width: 300px) {
    .location-para{
      margin-left: 5%;
      margin-right: 5%;
    }
  }


/*  ---------Menu Page----- */

.menu h1{
  color: rgb(22, 105, 65);
  text-align: center;
}

.container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

menu-text {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  color: lightblue;
  font-size: 35px;
  font-weight: bold;
}

@media only screen and (max-width: 860px) {
  .menu-text {
      font-size: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .menu-text {
      font-size: 25px;
  }
}
/* 
.Menu-page {

  background-color: darkslateblue;
} */

.menu-item {
  transition: transform 0.3s ease;
}

.Menu-page h1{
  color: black;
}

.menu-item:hover {
  transform: scale(1.1); /* Adjust the scale factor as needed */
}

.menu-item {
  width: 100%;
  height: auto;
  min-width: 10%;
  min-height: 10%;
  padding: 15px;
}

.menu-group {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1px 0 1px;
}

.menu h3 {
  font-family: 'Gorditas', sans-serif;
  font-size: 35px;
  text-align: center;
  color: floralwhite;
}



/* a responsive navigation menu */
@media screen and (max-width: 1200px) {
  .menu-group {
      width: 33.33%;
  }
}

@media screen and (max-width: 700px) {
  .menu-group {
      width: 50%;
  }
}

@media screen and (max-width: 300px) {
  .menu-group {
      width: 100%;
  }
}




/* ---------ContactUs Page------------- */
/* .contactus-page{
  margin-left: 5%;
  margin-right: 5%;
} */
/* 
.contactus{
  text-align: center;
} */

.contactus-section h1{
  font-size: 35px;
  color: rgb(22, 105, 65);
}
/* 
@media screen and (max-width: 1200px) {
  .contactus-page {
    margin-left: 25%;
    margin-right: 25%;
  }
} */

/* @media screen and (max-width: 700px) {
  .contactus-page {
    margin-left: 15%;
    margin-right: 15%;
  }
} */
/* 
@media screen and (max-width: 300px) {
  .contactus-page {
    margin-left: 5%;
    margin-right: 5%;
  }
} */

.contactus-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; 
  flex-wrap: wrap; 
}

.contact-info {
  width: 45%; 
  text-align: center;
  margin-bottom: 20px; 
  
}

.fillform2 {
  width: 50%; 
  margin-bottom: 20px;
}

.fillform2 h1{
  text-align: center;
}

.fillform2 p{
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contactus-page {
      flex-direction: column; 
      align-items: center; 
  }

  .contact-info,
  .fillform {
      width: 100%;
  }
}



/* -------------About Us Page ------------ */
.location-para h1{
color: rgb(22, 105, 65);
}

.location-para{
  text-align: center;
  color:black;
}


.location-para h3{
  margin-top: 50px;
  color: rgb(22, 105, 65);
}

.location-para p {
  max-width: 960px;
  margin: auto;
  text-align: center;
}


/* -------------LatestNews Page ------------ */
.expanded-content {
  display: none;
}

.latestNewsss.expanded .expanded-content {
  display: block;
}

.location h1 {
  color: rgb(22, 105, 65);
}

.latestNewsss {
  cursor: pointer;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  width: 90%; 
  margin: auto; 
}

.latestNewsss h2 {
  text-align: center;
  color: rgb(22, 105, 65);
}

.latestNewsss h3 {
  font-size: 24px;
  text-align: center;
  color: rgb(22, 105, 65);
}

.latestNewsss p {
  max-width: 960px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.latestNewsss {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 860px) {
  .latestNewsss h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .atestNewsss h1 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 860px) {
  .latestNewsss h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 320px) {
  .atestNewsss h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 860px) {
  .latestNewsss p {
    font-size: 15px;
  }
}



