.hero-header2 {
  background-image: url('../assets/blog.jpg');
  background-size: cover;
  background-position: center;
  height: 50vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-header2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(3, 18, 39, 0.8);
  z-index: 1;
}

.overlay2 {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  text-align: center;
  width: 90%;
  max-width: 800px;
}

.hea2 {
  margin-top: 40px;
  font-size: 2rem;
}

.hea1 {
  font-size: 2.25rem;
}

.para1,
.para2 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 5px;
}

a,
.contact-link {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.8;
  display: inline-block;
}


.hire_container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0px auto;
    padding: 2rem;
}

.hire_container {
    position: relative;
    /* z-index: 2; */
}
.hire_stats_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 4rem 0px;
}
.hire_stat_box {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px;
  transform: translateY(30px);
  /* opacity: 0; */
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  animation: 0.6s ease 0s 1 normal forwards running hire_slideUp;
}
.hire_slideUp animation {
  transform: translateY(0px);
  opacity: 1;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;

}
.hire_stat_icon {
  font-size: 2rem;
  color: rgb(139, 31, 202);

}
.fa, .fas {
  font-weight: 900;
}
.hire_stat_number{
  font-size: 2.5rem;
  color: rgb(51,51,51);
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.part{
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #39557e;
  margin-bottom: 15px;
}
.hire_main_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  background-color: #f7f7f7;
}

/* Centered form wrapper */
.hire_form_wrapper {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form_heading {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

/* Form styling */
#hire_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hire_input_group {
  position: relative;
}

.hire_input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.hire_label {
  position: absolute;
  top: -10px;
  left: 10px;
  background: #f7f7f7;
  padding: 0 5px;
  font-size: 14px;
  color: #555;
}

button.btn {
  background-color: #0032e7;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  width: fit-content;        /* Makes button width adjust to content */
  margin: 0 auto;            /* Centers the button inside the form */
}

button.btn:hover {
  background-color: #0032e7;
}
.footer-main {
  background-color: #1d2c38;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main-footer-widgets {
  padding: 116px 0 110px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-col {
  display: flex;
  flex-direction: column;
}
.footer-col > * {
  flex: 1;
}
.footer-title {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 0 0 20px;
}
.footer-text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  color: #fff;
}
.form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-group input {
  padding: 10px 15px 10px 30px;
  border-radius: 30px;
  background: transparent;
  color: #fff;
  border: 2px solid #223150;
}
.fa-arrow-right.email-arrow {
  color: #0092ff;
  border: 2px solid #223150;
  padding: 15px;
  border-radius: 50%;
  margin-left: 20px;
}
.footer-privacy {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  padding: 0 0 0 40px;
  margin: 35px 0 0;
}
.footer-privacy::before {
  position: absolute;
  left: 0;
  font-size: 10px;
  top: 0;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #0092ff;
  background: #124a941a;
  padding: 2px 5px 2px 5px;
  text-align: center;
  border-radius: 100%;
}
.footer-widget-links {
  padding: 0 0 0 63px;
}
.main-footer-list {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding: 0;
}
.serv-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.main-footer-list li {
  list-style: none;
  padding-right: 20px;
  margin: 0 0 15px;
}
.main-footer-list li a {
  text-decoration: none;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 500;
}

.blue-footer {
  margin-right: 10px;
  color: #0092ff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.copyright-foot {
  width: 100%;
  padding: 40px 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  display: flex;
  background-color: #172530;
  justify-content: center;
  align-items: center;
}

.footer-copyright-text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-footer-list li a i {
  margin-right: 10px;
}


/* Responsive tweaks */
@media (max-width: 992px) {
  .hire_main_grid {
    flex-direction: column;
    align-items: center;
  }

  .hire_form_wrapper,
  .hire_features {
    width: 100%;
    max-width: 100%;
  }

  .form_heading {
    font-size: 24px;
  }
}


@media (max-width: 768px) {
  .hero-header2 {
    height: 60vh;
    align-items: flex-start;
  }

  .overlay2 {
    width: 95%;
    padding: 15px;
  }

  .hea1 {
    font-size: 1.75rem;
  }

  .hea2 {
    font-size: 1.5rem;
    margin-top: 30px;
  }

  .para1,
  .para2 {
    font-size: 1rem;
  }
  
}

@media (max-width: 480px) {
  .hero-header2 {
    height: auto;
    padding: 40px 0;
    flex-direction: column;
  }

  .hea1,
  .hea2 {
    font-size: 1.25rem;
  }

  .para1,
  .para2,
  a {
    font-size: 0.95rem;
  }
  .hire_main_grid{
    margin-right: 50px;
  }
}
