* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
a:any-link {
  text-decoration: none;
}

.hr_mainContainer {
  width: 90%;
  margin: 0px auto;
  /* margin-top: 80px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 7% 0; */
  min-height: 100vh;
}

.hr_subContainer h1 {
  font-size: 4rem;
  line-height: 10rem;
}

.HRSUBCHILD {
  display: flex;
  width: 100%;
  flex-wrap: wrap; /* Allows content to wrap on smaller screens */
}

.hr_text_Container {
  display: flex;
  width: 50%;
  flex: 1;
  padding-left: 15px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  /* align-items: center; */
}

.hr_text_Container h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #aa3235;
}

.hr_text_Container p {
  /* letter-spacing: 1px; */
  text-align: justify;
}

.hr_text_Container a {
  width: 20%;
  border-radius: 100px;
  border: 1px solid #aa3235 !important;
  background: #aa3235 !important;
  box-shadow: 4px 32px 64px 0 rgba(57, 53, 53, 0.3);
  padding: 12px 21px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.hr_image_Container {
  width: 50%;
  text-align: end;
}

.hr_image_Container img {
  filter: drop-shadow(0 0 100px rgba(170, 50, 53, 0.7));
  width: 70%;
}

/* Responsive styling for smaller screens */
@media (max-width: 768px) {
  .HRSUBCHILD {
    flex-direction: column; /* Stack elements vertically */
    align-items: center;
  }

  .hr_text_Container,
  .hr_image_Container {
    width: 100%; /* Full width for each container */
    text-align: center; /* Center the content */
  }

  .hr_image_Container img {
    width: 100%; /* Make image responsive */
    height: auto;
  }

  .hr_subContainer h1 {
    font-size: 3rem; /* Adjust font size */
    line-height: 5rem;
  }
}

/* Further adjustments for very small screens */
@media (max-width: 480px) {
  .hr_subContainer h1 {
    font-size: 2.5rem;
    line-height: 4rem;
  }

  .hr_text_Container h2 {
    font-size: 1.5rem;
  }

  .hr_image_Container img {
    width: 90%; /* Slight margin around image */
  }
}

/* ======================================================================= */
.fixedimg {
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)),
    url("../Assets/allimages/virtualAssistance/nadezhdhaVentures_dataEntry.png")
      no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding: 4% 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.fixedimg h1 {
  font-size: 2.5rem;
  text-align: center;
  width: 70%;
  padding-bottom: 35px;
  color: #aa3235;
  margin: 0px auto;
}

.fixedimg p {
  text-align: justify;
  width: 80%;
  color: #ffffffc2;
}

/* nextpage */

.buttonandtextcontainer {
  width: 100%;
  margin-top: 70px;
}

.sub_buttonAnd_textcontainer {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}

.all_in_one {
  color: #aa3235;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 2px;
}

.SERVICES {
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.sub_buttonAnd_textcontainer p {
  margin-bottom: 20px;
  font-size: 18px;
}

.join_us_button {
  background-color: #aa3235;
  color: #fff;
  padding: 16px 35px;
  font-size: 15px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  filter: drop-shadow(1px 2px 2px black);
}
.join_us_button:hover {
  color: #000;
}

/* ===================== */
.hireYourAssistant {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 50px 0px;
  text-align: center;
}
.hireYourAssistant h1 {
  color: #aa3235;
  text-shadow: 0px 1px 1px #000;
}
.tree {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 75px 0px;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.tree-one {
  display: flex;
  width: 30%;
  min-width: 250px;
  margin: 0px auto;
  filter: drop-shadow(1px 1px 100px #aa3235);
}
.tree-one img {
  width: 90%;
  margin: 0px auto;
}

.tree-two {
  width: 30%;
  min-width: 250px;
  margin: 0px auto;
  /* align-content: end; */
}

.tree-two h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #aa3235;
}

.tree-two p {
  margin: 20px 0px;
  text-align: justify;
}
.book-btn a {
  padding: 10px 20px;
  background-color: #aa3235;
  color: #ffffff;
  border-radius: 50px;
}

.tree-three {
  display: flex;
  width: 30%;
  min-width: 250px;
  margin: 0px auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.tree-three h1 {
  margin: 20px 0px;
  color: #aa3235;
}

.tree-three img {
  width: 30%;
  box-sizing: border-box;
  position: relative;
  margin: 10px;
  box-shadow: #31363f;
}

@media screen and (max-width: 768px) {
  .tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .text-section h2 {
    font-size: 22px;
  }
  .text-section p {
    font-size: 16px;
  }
}

.hiring-image {
  width: 100%;
  margin-top: 60px;
}
.hiring-image img {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0px auto;
}
.developer-cards {
  width: 90%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  align-content: center;
}

.developer-container {
  width: 100%;
  height: 100%;
}

.allcards {
  text-align: center;
  width: 30%;
  border-radius: 10px;
  /* height: 20em; */
  background-color: #ffffffb0;
  box-shadow: 0px 2px 4px #aa3235;
  padding: 2%;
  min-height: 295px;
}

.inside-developercard h3 {
  font-size: 25px;
  color: #aa3235;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.829);
}
.inside-developercard h5 {
  margin: 2px 0;
  font-size: 15px;
  color: #aa3235;
}

.inside-developercard p {
  line-height: 1.5;
  letter-spacing: 1.2px;
  /* text-align: justify; */
}

/* Media Queries for Responsiveness */

/* For large tablets and desktops */
@media (max-width: 1200px) {
  .allcards {
    width: 30%;
  }
}

/* For tablets and medium-sized devices */
@media (max-width: 992px) {
  .allcards {
    width: 45%;
  }
}

/* For mobile devices */
@media (max-width: 768px) {
  .developer-text span {
    font-size: 24px;
  }

  .developer-text h2 {
    font-size: 28px;
  }

  .allcards {
    width: 100%;
  }
}

/* For small mobile devices */
@media (max-width: 480px) {
  .developer-text span {
    font-size: 20px;
  }

  .developer-text h2 {
    font-size: 24px;
  }

  .allcards {
    width: 100%;
    padding: 4%;
  }
}
.contact_container {
  width: 100%;
  /* height: 86vh; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
  background: rgb(170, 50, 53);
  background: linear-gradient(
    0deg,
    rgba(170, 50, 53, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* border-radius: 100%; */
}

.contact_subchild {
  width: 100%;
  max-width: 600px;
  padding: 10% 0 0;
}

.contact_subchild1 h1 {
  font-size: 8rem;
  line-height: 0.9;
  color: #aa3235;
  text-shadow: 2px 1px 1px #000;
}
.contact_subchild1 h5 {
  font-size: 60px;
}

.contact_subchild1 h2 {
  font-size: 2.5em;
}
.callingno {
  line-height: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_subchild1 h1 {
  font-size: 8rem;
  line-height: 0.9;
  color: #aa3235;
}

.callingno h3 {
  font-size: 30px;
  margin-top: 50px;
  /* font-weight: 500; */
  color: #000000;
  text-shadow: 1px 1px 1px #ffffff79;
  font-family: "Cedarville Cursive", "cursive";
  font-weight: 400;
  font-style: normal;
}

.callingno h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

/* form content*/

.form-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: sans-serif;
  /* height: 100vh; */
  min-width: 500px;
}

#formHalfFields {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 10px;
}
#formSubmitImg {
  /* width: 100%; */
  height: 70%;
  position: absolute;
  /* top: 0; */
  object-fit: contain;
  display: none;
}

.inner-cont {
  background-color: #ffffff26;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px; /* Reduced padding */
  max-width: 485px; /* Reduced max-width */
  width: 100vh;
  /* height: 70vh; */
  position: relative;
}

.heading {
  color: #333;
  font-size: 20px; /* Reduced font size */
  margin-bottom: 10px;
}

.subheading {
  color: #666;
  font-size: 18px; /* Reduced font size */
  margin-bottom: 15px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  /* line-height: 35px; */
}

.form-group {
  margin-bottom: 10px; /* Reduced margin */
  width: 100%;
}
#formHalfFields .form-group {
  width: 49% !important;
}

#formHalfFields .form-group:last-child {
  width: 100% !important;
}

.form-group label {
  display: block;
  font-size: 16px; /* Reduced font size */
  margin-bottom: 4px;
}

.required {
  color: red;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px; /* Reduced padding */
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px; /* Reduced font size */
}

.contact-form textarea {
  resize: vertical;
}

.form-btn {
  text-align: center;
}

.submit-button {
  background-color: #aa3235;
  border: none;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 19px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 40%;
}

.submit-button:hover {
  color: black;
}

label {
  font-weight: 549;
}

#project-duration {
  height: 35px; /* Adjust this value to match the email input field height */
}

/* Mobile devices (max-width: 767px) */
@media (max-width: 767px) {
  .contact_subchild {
    padding: 26% 1% 0;
  }

  .contact_subchild1 h1 {
    font-size: 5rem;
  }

  .contact_subchild1 h2 {
    font-size: 2rem;
  }

  .callingno h2 {
    font-size: 2.5rem;
  }

  .callingno h3 {
    font-size: 24px;
  }

  .inner-cont {
    width: 90vw;
    padding: 10px;
  }

  .heading {
    font-size: 24px;
  }

  .subheading {
    font-size: 16px;
  }

  .form-right {
    min-width: 100%;
    height: auto;
    padding: 20px;
  }

  #formHalfFields .form-group {
    width: 100% !important;
  }

  #formHalfFields .form-group:last-child {
    width: 100% !important;
  }

  .submit-button {
    width: 80%;
    padding: 12px;
    font-size: 16px;
  }
}
