body{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}
nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%); 
    width:  1200px;
    height: 100px;
    background-color: #f4f4f4;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

nav img {
    margin-right: 150px;
    height: 60px;
    margin-top: 10px;
    transform: translateX(30%); 
}
.location{
    font-size: 20px;
    margin-right: 20px;
    color:white;
    background-color: #009E6E;
    margin-right:40px ;
}
nav a {
    display: block;
    margin-top:20px;
    margin-right: 40px;
    font-size: 16px;
    color: black;
    padding: 10px 20px;
    text-decoration: none;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
nav a:hover {
    background-color: #ffffff;
    color: #009E6E;
    border: 1px solid #009E6E;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.img1 {
  width: 1235px;
  height: auto;
}
.img2{
  width: 1235px;
  height: auto;
  margin-top: 100px;
}
.welcome{
  font-family: 'Arial';
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  color: rgb(0, 118, 0);
  margin-top: 70px;
}

.container1 p {
  font-family: 'Arial';
  text-align: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.card-container {
  display: flex;
  justify-content: center;
  gap: 50px; 
  margin-top: 40px;
  flex-wrap: wrap; 
}

.card {
  text-align: center;
  width: 350px;
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.card p {
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
}

.separat {
  width: 1200px;
  background-color: #333;
  margin: 40px auto;
}

.container2{
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Arial';
    color: #333;
}

.container2 p {
    font-family: 'Arial';
    text-align: center;
    justify-content: center;
    font-size: 30px;
    color: #333;
    margin-top: 10px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.section {
  padding: 40px 20px;
  background-color: #f4f4f4;
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.icon img {
  width: 90px;
  height: 90px;
}

.service h3,
.tech h3 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 10px;
}

.service p ,
.tech p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 300px;
  color: #333;
}

.read-more {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #009E6E;
  color: #009E6E;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.read-more:hover {
  color: black;
  border: 1px solid black;
}
.container3{
  width:  1235px;
  background-color: #f4f4f4;
  font-family: 'Arial';
  text-align: center;
  justify-content: center;
  font-size: 30px;
  color: #333;

  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.tech p,
.tech h3{
  text-align: left;
}

.footer {
  background-color: #f4f4f4;
  padding: 20px 0;
  margin-top: 60px;
  border-top: 1px solid #ccc;
}

.footer-content {
  text-align: center;
  font-size: 14px;
  color: #555;
}

.footer-content a {
  color: green;
  text-decoration: none;
  margin: 0 10px;
}

.footer-content a:hover {
  text-decoration: underline;
}


.projects-section {
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.projects-section h2 {
  color: #009E6E;
  font-size: 28px;
  margin-bottom: 10px;
}

.projects-section p {
  color: #666;
  margin-bottom: 30px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto 50px;
}

.project-card {
  background-color: white;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
}

.project-card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.project-card h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 8px;
}

.project-card p {
  font-size: 14px;
  color: #333;
}

.project-card a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  background-color: #009E6E;
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact-wrapper {
  display: flex;
  max-width: 1000px;
  margin: auto;
  gap: 50px;
  flex-wrap: wrap;
  padding: 40px 20px;
}

.contact-form-box {
  flex: 1;
  min-width: 300px;
}

.contact-info-box {
  flex: 1;
  min-width: 300px;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-top: 15px;
  font-weight: bold;
}

input, textarea {
  padding: 10px;
  border: 1px solid #00cc88;
  border-radius: 4px;
  margin-top: 5px;
  outline: none;
}

.form-error-msg {
  background-color: #222;
  color: white;
  padding: 8px;
  margin-top: 5px;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
}

button {
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #222;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  width: fit-content;
}

button:hover {
  background-color: #444;
}

.contact-info-box h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.contact-info-box p {
  font-size: 16px;
  line-height: 1.6;
}

.form-error-msg {
  background-color: #f44336;
  color: white;
  padding: 6px 10px;
  margin-top: 5px;
  font-weight: normal;
  border-radius: 4px;
  font-size: 14px;
  display: none; 
}

.section-title {
  text-align: center;
  font-size: 32px;
  color: #0b9444;
  margin-bottom: 5px;
}

.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}

.skills-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.skill-box {
  text-align: center;
  max-width: 200px;
}

.skill-icon {
  width: 100px;
  height: 100px;
  padding: 15px;
  object-fit: contain;
}

.skill-box h3 {
  margin: 15px 0 10px;
  color: #0b9444;
}

.skill-box p {
  font-size: 14px;
  color: #555;
}

.services-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.service-box {
  max-width: 280px;
  border: 1px solid #ccc;
  padding: 15px;
  background: #f9f9f9;
}

.service-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-box h3 {
  margin: 10px 0;
  color: #0b9444;
}

.service-box p {
  font-size: 14px;
  color: #444;
}