/* starting reset */
@font-face {
    font-family: 'YesevaOne-Regular', serif;
    src: url(../fonts/YesevaOne-Regular.ttf) format('ttf');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Inter-VariableFont_opsz,wght', sans-serif;
    src: url(../fonts/Inter-VariableFont_opsz\,wght.ttf) format('ttf');
    font-weight: normal;
    font-style: normal;
  }
  
  html, body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      justify-content: center;
  }



header {
    display: flex;
    align-items: center;
  }
  
  .logo {
    margin-top: 25px;
    align-items: center;
   margin-left: 20px;
    position: absolute;
    width: 100px;
    height: 80px;
  }

  nav {
    width:100%;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

nav ul {
display: flex;
}

nav ul li {
    margin: 8px 24px;
    list-style: none;
}
nav ul li a {
    color: #000000;
    text-decoration: none;
    align-items: baseline;
}

.herocover {
  height: 50%;
  background-image: url('../img/Hero\ Image\ Contact\ Us\ Page.jpeg'); 
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  

/* Position and center the image to scale nicely on all screens */
background-position: top;
background-repeat: no-repeat;
background-size: cover;
position: relative;

width: 100%;
height: 80%;
}

.hero-contact h1 {
  background: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
  padding: 40px;
  border-radius: 10px;
  font-family: 'Yeseva One', serif;
  font-size: 52px;
  text-align: center;
}

h2 {
  font-family: 'Yeseva One', serif;
  font-size: 40px;
    display: flex;
    justify-content: center;
    
}

p {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
}

.data {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 12px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  font-family: 'Inter', sans-serif;
}

.form-row {
  display: flex;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  flex: 1;
}

label {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
}

input, textarea {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

input:focus, textarea:focus {
  border-color: #4A850A;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.button-container {
  text-align: center;
}

button {
  padding: 0.75rem 1.5rem;
  background: #4A850A;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}

button:hover {
  background: #4A850A;
}

footer {
  /* width: 100%; */
  background-color: #EDE8D0;
  line-height: 1.5;
  padding-left: 5%;
  padding-top: 5%;
   position: relative;

}

/* Newsletter Section */
.footer-newsletter {
  max-width: 400px;
}

.footer-newsletter h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-newsletter h6 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #777;
}

/* Newsletter Form */
.newsletter-form {
  display: flex;
  margin-bottom: 20px;
}

.newsletter-form .news {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px 0 0 8px;
  outline: none;
}

.newsletter-form button {
  background-color: #5b8c3b; /* Green button */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background 0.3s;
}

.newsletter-form button:hover {
  background-color: #4a752d;
}

/* Social Icons */
.ft-social {
  padding: 0 1.875rem 1.25rem;
}
.ft-social-list {
  display: flex;
  justify-content: center;
  border-top: 1px #d18b00;
  padding-top: 1rem;
}
.ft-social-list li {
  margin: 0.5rem;
  font-size: 1.25rem;
}
.ft-social-list li img {
  margin-top: 5px;
  vertical-align: middle;
  height: 2rem;
  width: 2rem;
}

/* Footer Logo */
.footer-logo img {
  max-width: 170px; /* Adjust logo size */
  width: 150px;
    position: absolute;   
    top: 50%;   
    left: 50%;   
    transform: translate(-50%, -50%); 
    z-index: 999;   
  }

/* Footer Links */
.footer-links {
  display: flex;
  gap: 80px; /* Space between link groups */
  position: absolute;
  right: 30px;
  top: 50%;  
   color:#000000;
   justify-items: right;
   transform: translate(-50%, -50%); 
   z-index: 999;   
}

.footer-links a {
  display: block;
  text-decoration: none;
  color: #333;
  margin-bottom: 8px;
  font-size: 16px;
}

.footer-links a:hover {
  text-decoration: underline;
}

h6 {
  display: flex;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}
  /* Media query for tablets (768px) */
  @media only screen and (max-width: 768px) {
    /* Styles specific to tablets */
    /* Adjust layout, font sizes, etc. for tablets */
  }
  
  /* Media query for mobile devices (540px) */
  @media only screen and (max-width: 540px) {
    /* Styles specific to mobile devices */
    /* Further adjust layout, font sizes, etc. for smaller screens */
  }