/*********************
  Contact-Us Section
**********************/
.contact-us {
  padding: 12.5rem;
  
}

.contact-us-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
}

.h1-contact {
  margin-bottom: 10rem;
  text-align: center;
  font-size: clamp(3.6rem, 5vw, 5.2rem);
  color: #1a5325;
  border-bottom: 1px solid #1a5325;
}

.contact-message {
  font-size: 2rem;
  font-weight: 600;
  
}

.contact-textarea {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.5rem;
}



label {
  font-size: 1.6rem;
  font-weight: 400;
}

.contact-grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
}

.contact-button {
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  width: 50%;
  background: none;
  cursor: pointer;
  color: #1a5325;
  background-color: #1a5325;
  color: #fff;
  align-self: center;
}

.contact-button:hover {
  background-color: #123a1a;
}

.contact-input {
  padding: 0.8rem 1.5rem;
  width: 100%;
  margin-top: 0.5rem;
}
/************************
Right- Grid here 
/***********************/

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: end;
  flex-wrap: wrap;
}

.contact-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.contact-text {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}

.contact-flex {
  display: flex;
  gap: 1rem;
  justify-items: center;
}

.contact-image {
  margin-top: 2rem;
  flex: 1; /* Takes remaining space */
  width: 100%; /* Ensures full width */
  height: auto; /* Scales properly */
  object-fit: cover; /* Crops image nicely */
  opacity: 70%;
}

/************************
    Right- Grid End
/***********************/

/*********************
  Contact-Us Section End
**********************/

/*********************
  Footer - Section
**********************/
.footer {
  padding: 12.5rem;
}

.footer-elements {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.footer-header {
  font-size: clamp(3.6rem, 5vw, 4.4rem);
  margin-bottom: 1rem;
}

.subscribe-text {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.subscribe-elements {
  display: flex;
  align-items: center;
  max-width: 40rem;
  margin-bottom: 2rem;
}

.footer-input {
  flex: 1;
  padding: 0.8rem 4rem;
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: none;
  background: none;
  border-color: #3b3b3b;
}

.subscribe-button {
  padding: 0.8rem 2rem;
  border-radius: 0 0.5rem 0.5rem 0;
  background: none;
  background-color: #3b3b3b;
  color: #fff;
  cursor: pointer;
}

.subscribe-button:hover {
  background-color: #123a1a;
}

.site-elements {
  display: flex;
  gap: 2rem;
  margin-bottom: 5rem;
  font-size: 1.4rem;
}

.footer-social {
  margin-bottom: 0.5rem;
  position: relative;
}

.copyright-text {
  font-weight: 400;
}


/* Things to fix in this project 
1) Make the form in Get-in-Touch section responsive
2) See if i can make the phone and email adress presented in the contact form responsive on my account 