* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  /* color: #000; */
}

:root {
  --primary-color: #222831;
  --Secondary-color: #31363f;
  --base-color: #aa3235;
  --bg-color: #eeeeee;
}
.body {
  width: 100%;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

.container {
  width: 90%;
  margin: 0px auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
}

.text-section {
  width: 50%;
  margin-right: 20px;
  text-align: justify;
}

.text-section h2 {
  color: #aa3235;
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}

.text-section p {
  font-size: 20px;
  color: #000000;
  margin-bottom: 25px;
}

.text-section 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;
}

.image-section {
  width: 50%;
  flex: 1;
  max-width: 600px;
}

.image-section img {
  /* border-radius: 50%; */
  filter: drop-shadow(0 0 100px rgba(170, 50, 53, 0.7));
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .text-section {
    margin-right: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .text-section {
    width: 80%;
    text-align: justify;
    margin-top: 50px;
  }

  .image-section {
    max-width: 100%;
  }
}

.body-container {
  width: 100%;
  margin: 0px auto;
}

/* margin: auto; } */

/* Container Section Styling */
.heading-para-section {
  padding: 50px 20px;
  background-color: #f7f7f7;
}

/* Heading Styling */
.main-heading {
  font-family: "Montserrat", sans-serif;
  color: #b14141; /* Your preferred color */
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* Paragraph Styling */
.description-para {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 1.1rem;
  text-align: justify;
  padding: 0 50px;
  line-height: 1.8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .main-heading {
    font-size: 2rem;
  }

  .description-para {
    padding: 0 20px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .main-heading {
    font-size: 1.8rem;
  }

  .description-para {
    padding: 0 10px;
    font-size: 0.95rem;
  }
}

/* ============================================00 */

/* Container Section Styling */
.heading-para-section {
  padding: 50px 20px;
  background-color: #f7f7f7;
}

/* Heading Styling */
.main-heading {
  color: #aa3235; /* Your preferred color */
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* Paragraph Styling */
.description-para {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 1.1rem;
  text-align: justify;
  padding: 0 50px;
  line-height: 1.8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .main-heading {
    font-size: 2rem;
  }

  .description-para {
    padding: 0 20px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .main-heading {
    font-size: 1.8rem;
  }

  .description-para {
    padding: 0 10px;
    font-size: 0.95rem;
  }
}

/* ======================================================================= */
.fixedimg {
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)),
    url(../Assets/allimages/virtualAssistance/nadezhdhaVentures_personnalVA.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: 3rem;
  text-align: center;
  width: 70%;
  padding-bottom: 35px;
  color: #aa3235;
  margin: 0px auto;
}

.fixedimg p {
  text-align: center;
  width: 80%;
  color: #ffffffc2;
}

/* ================================================ */

.main-container {
  /* background-color: rgb(9, 57, 57); */
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.cards {
  /* background-color: aqua; */
  width: 75%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  padding: 25px;
}
.card_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
.img_and_para {
  text-align: center;
}

.img_and_para h5 {
  font-size: 1rem;

  font-weight: 700;
}

/* cards panels */
.main-developer-cards {
  padding-bottom: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.developer-cards {
  width: 95%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  min-height: 25%;
  height: auto;
  align-items: stretch;
}

.developer-container {
  width: 100%;
  height: 100%;
}

.developer-text {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.developer-text span {
  font-size: 32px;
  color: #aa3235;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  /* line-height: 1.4; */
}

.developer-text h2 {
  font-size: 36px;
}

.allcards {
  text-align: center;
  width: 23%;
  border-radius: 10px;
  /* height: 20em; */
  background-color: #ffffffb0;
  box-shadow: 0px 2px 4px #aa3235;
  padding: 2%;
  min-height: 295px;
}
.inside-developercard {
  /* text-align: center; */
  min-height: 300px;
}

.inside-developercard h3 {
  font-size: 18px;
  color: #aa3235;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.452);
}
.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;
}
.seo-btn {
  width: 104%;
}
.seo-btn a {
  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: #000;
}
.seo-btn a:hover {
  color: #fff;
}

/* 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;
    text-align: center;
  }

  .developer-text h2 {
    font-size: 28px;
  }

  .allcards {
    width: 100%;
    height: 50vh;
  }
}

/* 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%;
    min-width: 300px;
  }
}

@media (max-width: 768px) {
  .Virtual-container {
    padding-top: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0px auto;
  }
}
.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;
}
.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;
  }
}
