* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

section {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
  min-height: 100vh;
  text-align: center;
}header {
  background: #964b00;
  color: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  overflow-x: auto;
}

.logo {
  height: 70px;
}

.logo-link {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  flex-wrap: nowrap;
}

.nav-links li {
  margin: 0;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0.3rem 0.6rem;
  display: inline-block;
}

.nav-links a.active,
.nav-links a:hover {
  color: #0d0e0d;
  background-color: #fff;
  border-radius: 5px;
}

/* REMOVE the media query that stacks items */
@media (max-width: 600px) {
  .nav-links {
    flex-direction: row; /* stays row on small screens */
    width: auto;
    margin-top: 0;
  }

  .our-mission {
    flex-direction: column;
  }

  .mission-images {
    flex: 1 1 100%;
  }

  .mission-content {
    flex: 1 1 100%;
  }
}
.home {
  padding: 1rem;
  text-align: center;
  width: 100%;
  min-height: 80vh;
  background-image: url(image/Image1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home {
  text-align: center;
  perspective: 1000px; /* gives the 3D effect */
}

.home h1 {
  margin-top: 150px;
  font-size: 80px;
  color: white;
  transform-style: preserve-3d;
  animation: float 20s ease-in-out infinite, shine 12s linear infinite;
  display: inline-block;
  background: linear-gradient(90deg, #21eb06, #964b00, #21eb06);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home p {
  color: white;
  font-size: 20px;
  font-style: Monospace;
}

@keyframes float {
  0% { transform: rotateY(-10deg) translateY(0); }
  50% { transform: rotateY(10deg) translateY(-10px); }
  100% { transform: rotateY(-10deg) translateY(0); }
}

@keyframes shine {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(image/dreamstime_xxl_90103821.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  gap: 2rem;
}

.about-text {
  justify-content: center;
  flex: 1;
  padding: 1.0rem;
  border-radius: 8px;
  height: 420px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 5px solid #964b00;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.4);
}

.about-text h2 {
  font-size: 40px;
  margin-bottom: 1rem;
  color: #ffffff;
}

.about-text p {
  padding-top: 50px;
  line-height: 1.6;
  color: #ffffff;
  font-size: 20px;
}

.about-image {
  flex: 1;
}

.about-image img {
  max-width: 100%;
  height: 450px;
  border-radius: 8px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 5px solid #964b00;
}
@media (max-width: 768px) {
  .about-section {
    flex-direction: column;
    text-align: center;
  }

  .about-text,
  .about-image {
    width: 100%;
  }
}
.Our-Services {
  padding: 40px 20px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
  text-align: center;
  background-image: url(image/YXNzZXRzL2Zhcm0vQ0MtU3ByaW5nQ3JlZWtRdWFpbEZhcm1zXzMxMy5qcGc=.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Our-Services h1 {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #2c3e50;
}

.Our-Services .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.Our-Services .container > div {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 300px;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 350px;
  min-height: 300px;
  box-sizing: border-box;
}

.Our-Services h2 {
  font-size: 1.5em;
  color: #21eb06;
  margin-bottom: 15px;
}

.Our-Services p {
  font-size: 1em;
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .home h1{
    font-size:51px;
  }
  .home p{
    margin-top:80px;
  }
  .Our-Services .container {
    flex-direction: column;
  }

  .Our-Services .container > div {
    width: 100%;
    max-width: 100%;
  }
  .contact-us form{
    width:380px;
  }
  .about-section{
    gap: 0.2rem;
  }
  .about-section .about-text{
    margin-top:5px;
    width:380px;
    height:300px;
  }
  .about-section .about-image{
    width:380px;
  }
}
footer {
  background: #964b00;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin-top: 2px;
  width: 100%;
}

form {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 900px;
  justify-content: center;
  margin-left: 200px;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}

button {
  background: #21eb06;
  color: white;
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background: #45a049;
}

.Our-Location {
  width: 100%;
  height: 100vh;
  background-color: #eef5ee;
}

.Our-Location iframe {
  width: 100%;
  height: 500px;
}

.our-team {
  background-image: url(image/field-sunrise-blue-sky-600nw-234807427.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.our-team .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 300px;
}

.our-team .container > div {
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 300px;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 350px;
  min-height: 300px;
  box-sizing: border-box;
  background-image: url(image/YXNzZXRzL2Zhcm0vQ0MtU3ByaW5nQ3JlZWtRdWFpbEZhcm1zXzMxMy5qcGc=.jpeg);
}

.our-team img {
  max-width: 100%;
  width: 300px;
  height: auto;
  border-radius: 30px;
}

.our-team .container > div:hover {
  transform: scale(1.05) translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.our-mission {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  background: #f9f9f9;
  font-family: Arial, sans-serif;
}

.mission-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  max-width: 400px;
}

.mission-images img:first-child {
  grid-column: 1 / 3;
  width: 100%;
  border-radius: 8px;
}

.mission-images img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.mission-content {
  max-width: 600px;
}

.mission-content h2 {
  font-size: 2.5em;
  color: #21eb06;
  margin-bottom: 20px;
}

.mission-content p {
  font-size: 1em;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.highlight-box {
  display: flex;
  align-items: center;
  background-color: #964b00;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
}

.highlight-box .icon {
  font-size: 2em;
  margin-right: 15px;
}

.highlight-box p {
  font-weight: bold;
  color: #ffffff;
}

/* Contact Us */
.contact-us {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 1;
}

.contact-us form {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  max-width: 500px;
  margin: 50px auto;
  border-radius: 20px;
}