body {
  height: 100%;
  width: 100%;
  background-color: white;
  margin-top: 0px;
  margin-left: 0px;
}

header {
  display: flex;
}

.logo {
  height: 100px;
  width: 40%;
  background-color: white;
  font-weight: bolder;
  font-size: xx-large;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:1000px) {
  .nav1 {
    display: none;
  }
}

nav {
  height: 100px;
  width: 40%;
  background-color: white;
  display: flex;
  justify-content: end;
  align-items: center;
}

.adi {
  height: 100px;
  width: 20%;
  background-color: white;
  display: flex;
  gap: 5px;
}

.adi input {
  height: 30px;
  width: 120px;
  margin-top: 30px;
  margin-left: 10px;
}

@media(max-width:1000px) {

  .btnh,
  .adi input {
    display: none;
  }
}

.btnh button:hover {
  background-color: rgba(0, 0, 0, 0.374);
  cursor: pointer;
}

.bar {
  color: white;
}

@media(max-width:1000px) {
  .bar {
    font-size: larger;
    display: flex;
    align-items: center;
    justify-content: center;
    color: blue;
  }
}

.btnh {
  height: 70px;
  width: 60px;
  margin-top: 36px;
}

li {
  color: black;
  display: inline;
  padding-left: 10px;
}

.a {
  height: 50%;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-top: -10px;
}

.logo:hover {
  color: rgba(0, 0, 0, 0.721);
  cursor: pointer;
}

nav ul li:hover {
  cursor: pointer;
  color: rgba(16, 12, 12, 0.708);
}

/*header*/
.intro {
  height: 500px;
  width: 100%;
  background-color: rgb(0, 38, 35);
  display: flex;
  justify-content: center;
  text-align: left;
}

@media(max-width:1000px) {
  .intro {
    width: 480px;
    height: 400px;
  }

  .plan h1 {
    font-size: 1.8rem !important;
    margin-top: 50px;
  }

  .photo {
    background-size: 100% 400px !important;
    height: 400px !important;
    width: 60% !important;
  }

  .plan h3 {
    font-size: .8rem;
  }

}

.plan {
  height: 500px;
  width: 50%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 900;
  color: white;
  margin-left: 10px;
}

.plan h1 {
  font-size: 3.5rem;
}

h1 {
  margin: 0px;
}

h3 {
  margin: 0px;
}

.photo {
  height: 500px;
  width: 50%;
  background-color: rgb(0, 38, 35);
  background-image: url(assests/image/WhatsApp_Image_2025-11-11_at_11.31.02_7f9ece20-removebg-preview.png);
  background-size: 100% 500px;
  background-repeat: no-repeat;
}

.box {
  height: 200px;
  width: 100%;
  background-color: white;
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}

@media(max-width:1000px) {
  .box {
    flex-direction: column;
    margin-bottom: 200px;
    display: flex;
    align-items: center;
  }
}

.mission {
  height: 180px;
  width: 400px;
  background-color: whitesmoke;
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px;
}

.mission:hover {
  box-shadow: 0px 0px 20px black;
  cursor: pointer;
}

.vission {
  height: 180px;
  width: 400px;
  background-color: whitesmoke;
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px;
}

.vission:hover {
  box-shadow: 0px 0px 20px black;
  cursor: pointer;
}

.about {
  height: 400px;
  width: 100%;
  background-color: whitesmoke;
  margin-top: 100px;
  display: flex;
  justify-content: space-evenly;
}

.about1 {
  height: 300px;
  width: 500px;
  background-color: whitesmoke;
  border-radius: 10px;
  padding: 50px;
}

.about2 {
  height: 400px;
  width: 500px;
  background-color: whitesmoke;
  border-radius: 10px;
  background-image: url(assests/image/WhatsApp\ Image\ 2025-11-11\ at\ 13.22.56_0382cabe.jpg);
  background-size: 500px 400px;
  background-repeat: no-repeat;
}

@media(max-width:1000px) {
  .about {
    flex-direction: column;
    height: 850px;
    margin-bottom: 50px;
  }
}

@media(max-width:1000px) {
  .about1 {
    width: 380px !important;
    height: 400px;

  }
}

@media(max-width:1000px) {
  .about2 {
    width: 100%;
    height: 400px;
    background-size: 100% 100% !important;

  }
}

.contact {
  text-align: center;
  padding: 60px 20px;
}

.contact h1 {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 15px;
}

.contact .intro,
.contact .outro {
  color: #555;
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-info {
  flex: 1 1 300px;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.contact-info h2 {
  color: #333;
  margin-bottom: 15px;
}

.contact-info p {
  color: #555;
  margin: 8px 0;
  font-size: 1rem;
}

.socials {
  margin-top: 15px;
}

.socials a {
  display: inline-block;
  margin-right: 10px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.socials a:hover {
  text-decoration: underline;
}

.contact-form {
  flex: 1 1 400px;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

form {
  display: flex;
  flex-direction: column;
  text-align: left;
}

label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

input,
textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

button {
  background-color: #007bff;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #0056b3;
}

.services {
  text-align: center;
  background: #f4f7fa;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
}

.services h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #222;
}

.services .intro,
.services .outro {
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
}

.service-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.service-box {
  background: #fff;
  width: 280px;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: left;
}

.service-box h2 {
  font-size: 1.3rem;
  color: #0073e6;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.test {
  height: 300px;
  width: 100%;
  background-color: white;
}

footer {
  margin-top: 50px;
  display: flex;
  background-color: #222;
  justify-content: space-around;
  color: #f4f7fa;
}

.footer2 {
  height: 100px;
  width: 100%;
  background-color: #222;
  border-top: 2px solid white;
}

@media(max-width:1000px) {
  .row1 {
    display: none;
  }
}

.review-box {
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.review {
  height: 400px;
  width: 400px;
  border-radius: 20px;
  background: whitesmoke;
  display: flex;
  justify-content: center;
  position: relative;
}

.revi {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: white;
  margin-top: 10px;
  background-image: url(/multipageweb/website/assests/image/WhatsApp\ Image\ 2025-11-11\ at\ 13.22.56_0382cabe.jpg);
  background-size: 100px 100px;
  position: absolute;
}

.rev {
  margin-top: 140px;
  text-align: center;
}

@media(max-width:1000px) {
  .review-box {
    flex-direction: column;
    height: 1400px;
  }

  .review {
    width: 100%;
  }
}
.red{
  border-radius: 10px;
 background-color: rgba(255, 0, 0, 0.322);
}
.red:hover{
 background-color: red;
}