#ContactUsContainer {
    /* border: 3px solid #000000; */
    background-color: #ffffff;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: auto;
    /*color: rgb(2, 140, 18);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 25px;
    font-family: "Montserrat", sans-serif;
  }
  
  /* Flexbox for the dividers */
  .ContactUsBox {
    /* border: 3px solid rgb(172, 1, 1); */
    margin: 0% auto; 
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    justify-content: center;
    gap: 20px;
    width: 99%;
    max-width: 1400px;
    padding: 25px 0 25px 0; 
  }
  
  /* Style for each divider */
  #boxContactUsImage {
    /* border: 3px solid rgb(0, 255, 0); */
    background-image:url(../Img/ContacuUs-80.jpg) ;
    /*border-radius: 20px;*/
    /* background-color: #ffffff; */
    /*color: aliceblue;*/
    flex: 1 1 30%; /* Adjust width to fit within container */
    /* max-width: 680px; */
    max-width: 540px;
    height: 580PX;
    /* padding: 10px; */
  }
  
  /* Image styling */
  .ContactUsImage {
    /* border: 3px solid rgb(2, 127, 56); */
    width: 170px;
    height: auto;
    /*margin: 0 10px 20px 10px;*/
    /*width: 100%;*/
    /* border-radius: 25px; */
    /*ight: auto;*/
    /* box-shadow: 2px 2px 5px rgba(0,0,0,0.2); */
  }

  #ContactUsDescription {
    /* border: 3px solid rgb(0, 255, 255); */
    color: #000000;
    /* border-radius: 20px; */
    /* background-color: #729e35; */
    /*color: aliceblue;*/
    flex: 1 1 30%; /* Adjust width to fit within container */
    max-width: 540px; /* Prevents them from getting too wide */
    min-width: 400px; /* Prevents them from getting too narrow */
    padding: 5px 25px 25px 20px; /* Added padding to the top */
    text-align:left;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .insideOurServices {
      flex-direction: column; /* Stack dividers vertically on smaller screens */
      align-items: center;
    }
  
    #boxOurServices {
      width: 90%; /* Makes them take full width */
      max-width: 500px;
    }
  }

  .ContactUsPhotoText {
    /* border: 3px solid rgb(0, 204, 255); */
    margin: 50px 60px auto;
    max-width: 480px;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    /* padding-top: 10px; */
    /* font-style: italic; */
    text-align: left;
  }

  #boldTextContactUs {
    font-weight: 900;
    font-size: 28px;
    color: #7fb648;
  }

  #lightTextContactUs {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    hyphens: none;
  }
  
  .onlineScheduleButton {
    /* position: absolute;
    bottom: 50px;
    left: 50px; */
    background-color: #691;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    font-size: 18px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
  }
  
  .onlineScheduleButton:hover {
    background-color: #351;
  }

  #ContactUsTextBox {
    /* border: 3px solid rgb(185, 3, 3); */
    width: 150px;
    margin: 0 auto;
    background-color: #75ab40;
    text-align: center;
    color: #ffffff;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    /* border-radius: 5px; */
    padding: 10px;
    text-shadow: none;
    /*transform: scaleX(0.9); 
    font-stretch: 75%;*/
    /*font-size: clamp(1.5rem, 3vw, 2.5rem);*/
    /*font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;*/
  }

 
  
  .thinerTextFAQs {
    font-weight: 400;
    font-size: 15px;
  }

  .mediumTextFAQs {
    font-weight: 600;
    font-size: 25px;
  }

  .mediumTextFAQsh2 {
    font-weight: 600;
    font-size: 20px;
  }

  .ContactUsItem {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #75ab40;
    /* border-bottom: 2px dashed #2db169; */
  }
  
  .ContactUsQuestion {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    position: relative;
  }
  
  .ContactUsAnswer {
    display: none;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #515151;
    line-height: 1.4;
  }
  
  .ContactUsQuestion::after {
    content: '▶'; /* Right arrow (closed) */
    position: absolute;
    right: 10px;
    color: #689639;
    font-weight: bold;
    transition: transform 0.3s ease;
  }
  
  .ContactUsQuestion.active::after {
    transform: rotate(90deg); /* Turns arrow down */
  }

/* Contact Form */
.contact-form {
  /* border: 3px solid #74b84e; */
  max-width: 350px;
  margin: 50px auto;
  font-family: Arial, sans-serif;
  text-align: center;
}

.contact-form h2 {
  color: #74b84e;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 30px;
}

 /*-- PHONE --*/
 .phone2 {
  /* border: 1px solid #1dba3f; */
  /* background-color: #1d3a73; */
  /* width: 120px; */
  font-size: clamp(1.1rem, 1.5vw, 2.1rem);
  /*font-size: max(1.1em, 1.8vw);*/
  font-weight: 100;
  color: rgb(255, 255, 255);
  /* padding: 5px 10px 10px 10px; */
  /* border-radius: 8px; */
  /* margin-right: 20px; */
  /* margin-bottom: 10PX; */
}

.no-wrap2 {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 200px;
  background-color: #1d3a73;
  border: 3px solid #1dba3f;
  white-space: nowrap;       /* Prevents the text from wrapping */
  overflow: hidden;          /* Hides the overflow text */
  text-overflow: ellipsis;   /* Adds ellipsis (...) if text overflows */
  padding: 0px 20px 15px 20px;
  /* padding-bottom: 25px; */
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold;
  border-radius: 15px;
}

form {
  /* border: 3px solid #271dba; */
  text-align: left;
}

.form-row {
  /* border: 3px solid #ba1d1d; */
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.form-group {
  /* border: 3px solid #ba1d1d; */
  flex: 1;
  width: 45%;
  display: flex;
  flex-direction: column;
}

.form-group.full {
  /* border: 3px solid #ba1d1d; */
  width: 98%;
  margin-bottom: 40px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

input {
  padding: 14px 20px;
  border: none;
  background-color: #f0f0f0;
  border-radius: 999px;
  font-size: 14px;
  color: #555;
}

input::placeholder {
  color: #999;
  font-style: italic;
}

button {
  /* border: 3px solid #ba1d1d; */
  /* margin-top: 20px; */
  padding: 14px 30px;
  margin: 10px 0 0 95px;
  text-align: center;
  background-color: #74b84e;
  border: none;
  border-radius: 15px;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  
  background-color: #5da33c;
}

