.home_about_section {
  /* display: flex; */
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: center;
  /* padding: 100px; */
  gap: 150px;
  width: 80%;
  margin: 30px auto 60px auto;
}

/* ////////////////////////////// */
/* About form contact Section  */

/* .home_about_img_section {
  position: relative;
}
.home_about_img_1 {
  width: 500px;
  height: 600px;
  object-fit: contain;
}

.home_about_img_2 {
  position: absolute;
  bottom: -12%;
  right: -10%;
  z-index: 5;
  width: 300px;
  height: 300px;
}

.home_about_img_2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */
.home_about_form_col {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.home_about_form {
  background-color: var(--color-blue);
  padding: 30px 20px;
  width: 90%;
  border-radius: 20px;
  border: 2px solid var(--color-white);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -600px;
}

.home_about_form h3 {
  font-size: 40px;
  color: var(--color-white);
  font-weight: 700;
  font-family: var(--Fasutina-font);
  text-align: center;
  margin: 20px 0;
}

.home_about_form p {
  font-size: 19px;
  color: var(--color-white);
  font-weight: 400;
  font-family: var(--Fredoka-font);
  text-align: center;
  /* width: 80%; */
  display: flex;
  flex-direction: column;
  margin: 4px auto;
}

.home_about_form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.home_about_form input {
  /* width: 90%; */
  padding: 15px 10px;
  /* border-radius: 10px; */
  border: none;
  outline: none;
  font-size: 18px;
  font-family: var(--Fredoka-font);
}
.home_about_form textarea {
  /* width: 90%; */
  padding: 15px 10px;
  /* border-radius: 10px; */
  height: 150px;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: var(--Fredoka-font);
}

.home_about_checkbox_section {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 15px;
  width: 90%;
  margin: 0 auto;
}

/* .home_about_checkbox {
  display: inline-block !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
} */

/* .home_about_checkbox_section input {
  width: 20px;
} */

.home_about_checkbox_section div p {
  width: 100%;
  font-size: 14px;
  font-family: var(--Fredoka-font);
  font-weight: 400;
  margin: 0px;
  text-align: left;
}

.home_about_form_button {
  background-color: var(--color-pink);
  color: white;
  padding: 15px 30px;
  border: none;
  font-weight: 400;
  font-size: 18px;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 2px;
  font-family: var(--Fredoka-font);
  margin-top: 20px;
}

.phone_input_wrapper {
  display: flex;
  gap: 10px;
  width: 90%;
  margin-bottom: 10px;
}

.country_code_select {
  padding: 10px;
  /* font-size: 16px; */
  /* border: 1px solid #ccc; */
  font-size: 18px;
  font-family: var(--Fredoka-font);
  border-radius: 5px;
  /* opacity: 0.9; */
  /* color: white/rgba(0, 0, 0, 0.3); */
  color: rgb(97, 97, 97);
}
.country_code_select option {
  color: rgb(97, 97, 97);
}
.country_code_select:focus {
  outline: none;
}

.phone_input_only {
  flex: 1;
}

/* //////////////////////////////////// */
.home_about_project_section {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  top: 200px;
}

.home_about_projects {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 250px;
  height: 150px;
  background-color: white;
  padding: 20px 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.home_about_projects_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.project_No {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 4px;
  font-family: var(--Inter-font);
  color: var(--color-black);
}
.project {
  font-size: 15px;
  font-weight: 200;
  color: var(--color-black);
}

.google_review {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 250px;
  height: 150px;
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.google_review img {
  width: 80%;
  height: 100px;
  margin: 0 auto;
  object-fit: contain;
}
.google_review h4 {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-black);
  font-family: var(--Gabarito-font);
}

/* ////////////////////////////// */
/* About text section */
.home_about_text_section {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 25px;
  padding-left: 100px;
}

.home_about_text_section h2 {
  font-size: 48px;
  color: var(--color-pink);
  letter-spacing: 2px;
  font-family: var(--Gabarito-font);
}

.home_about_text_section h3 {
  font-size: 38px;
  color: black;
  font-weight: 700;
  font-family: var(--Gabarito-font);
}

.home_about_text_section p {
  font-size: 22px;
  color: #313131;
  font-weight: 300;
  font-family: var(--Gabarito-font);
}

.home_about_btn {
  background-color: var(--color-blue);
  color: white;
  padding: 10px 20px;
  border: none;
  font: 400;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
  letter-spacing: 2px;
  margin-top: 20px;
}

.home_about_btn a {
  color: white;
}

/* /////////////////// */
/* media Queries For Tablet  */

@media screen and (min-width: 1400px) and (max-width: 1600px) {
			
  .home_about_form input {
    width: 90%;
  }
  .home_about_form textarea {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .home_about_section {
    width: 90%;
    gap: 0px;
  }
  .home_about_form_col {
    width: 90%;
  }

  .home_about_form {
    width: 100%;
  }
	
		
  .home_about_form input {
    width: 90%;
  }
  .home_about_form textarea {
    width: 90%;
  }
	
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home_about_section {
    grid-template-columns: 1fr;
    width: 70%;
    padding: 10px;
    gap: 20px;
  }

  .home_about_form_col {
    width: 90%;
  }

  .home_about_form {
    position: relative;
    width: 100%;
    top: 0px;
  }

  .home_about_project_section {
    position: relative;
    width: 80%;
    margin: 0 auto;
    top: 0px;
  }

  /* .home_about_img_1 {
    width: 500px;
    height: 600px;
    object-fit: contain;
    border-radius: 10px;
  }

  .home_about_img_section {
    position: relative;
    width: 100%;
  }

  .home_about_img_2 {
    width: 300px;
    height: 300px;
    right: 5%;
    bottom: -5%;
  }

  .home_about_text_section {
    text-align: left;
    padding: 0 10px;
  }

  .home_about_text_section h3,
  .home_about_text_section p {
    text-align: left;
  }
  .home_about_projects {
    right: 5%;
    top: 10%;
  }

  .project_No {
    font-size: 24px;
  } */

  /* .home_about_img_1 {
    width: 350px;
    height: 600px;
    object-fit: contain;
    border-radius: 10px;
  }

  .home_about_img_2 {
    width: 200px;
    height: 200px;
    right: 5%;
    bottom: 5%;
  } */

  .Award_icon {
    width: 50px;
    height: 50px;
  }

  .home_about_text_section {
    padding-left: 0;
    right: 0%;
    text-align: center;
  }
  .project_No {
    font-size: 30px;
  }
	
	
	
  .home_about_form input {
    width: 90%;
  }
  .home_about_form textarea {
    width: 90%;
  }
}

/* /////////////////// */
/* media Queries for MObiel  */

@media (max-width: 768px) {
  .home_about_section {
    grid-template-columns: 100%;
    width: 100%;
    padding: 10px;
    gap: 20px;
  }

  .home_about_text_section {
    padding: 0px;
  }

  .home_about_form_col {
    width: 100%;
    margin: 0 auto;
  }

  .home_about_form {
    position: relative;
    width: 100%;
    top: 0px;
  }

  .home_about_project_section {
    position: relative;
    flex-direction: column;
    width: 90%;
    margin: 20px auto;
    gap: 25px;
    top: 0px;
  }
  .home_about_projects {
    width: 100%;
  }
  .google_review {
    width: 100%;
  }

  /* css for contact form 7  */
  .wpcf7-form-control-wrap {
    width: 90% !important;
  }

  .home_about_form input {
    width: 100%;
  }
  .home_about_form textarea {
    width: 100%;
  }

  /* .home_about_img_1 {
    width: 90%;
    height: 300px;
    object-fit: contain;
  }

  .home_about_img_section {
    position: relative;
    width: 100%;
  }

  .home_about_img_2 {
    position: absolute;
    bottom: -20%;
    right: 10%;
    width: 200px;
    height: 200px;
  }

  .home_about_text_section {
    text-align: left;
    padding: 0 10px;
  }

  .home_about_text_section h3,
  .home_about_text_section p {
    text-align: left;
  }

  .home_about_projects {
    right: 5%;
    top: 5%;
  }

  .project_No {
    font-size: 24px;
  }

  .home_about_img_1 {
    width: 350px;
    height: 600px;
    object-fit: contain;
    border-radius: 10px;
  }

  .home_about_img_2 {
    width: 200px;
    height: 200px;
    right: 5%;
    bottom: 5%;
  }

  .Award_icon {
    width: 50px;
    height: 50px;
  }

  .home_about_text_section {
    padding-left: 0;
    right: 0%;
    text-align: center;
  } */
  .project_No {
    font-size: 30px;
  }
}
