.border-colour {
  color: #696b6c !important;
}
.hiring-guide-section h3 {
  color: #1a1818 !important;
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 2.5rem !important;
  line-height: 3rem !important;
  letter-spacing: -0.02em !important;
}

.hiring-guide-section h4 {
  color: #1a1818 !important;
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 1.35rem !important;
  line-height: 2rem !important;
  letter-spacing: -0.03em !important;
}

/* .hiring-guide-section h4 {
  color: #1a1818 !important;
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  line-height: 2.55rem !important;
  letter-spacing: -0.03em !important;
}*/

.custom-num {
  padding: 8px;
  background: #0a323e;
  color: white;
  font-weight: 500;
  border-radius: 4px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  display: none !important;
}

@media (min-width: 768px) {
  .hero-content {
    width: 80.333333% !important;
  }
}

@media (min-width: 1200px) {
  .container4 .hire-developer-text {
    width: 80%;
  }

  .container4 h2 {
    font-size: 55px;
    line-height: 72px;
    padding-top: 2rem;
    text-align: center !important;
    font-family: Poppins;
    font-style: normal;
    color: #282828;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .custom-header-two {
    font-size: 55px;
    line-height: 72px;
    margin-bottom: 1rem;
    // text-align: center !important;
    font-family: Poppins;
    font-style: normal;
    color: #282828;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .our-client-header-two {
    font-size: 55px;
    line-height: 72px;
    padding-top: 2rem;
    text-align: center !important;
    font-family: Poppins;
    font-style: normal;
    color: #282828;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    padding-bottom: 5rem;
  }
}

@media (width < 576px) {
  .container7 > img {
    max-width: 100% !important;
    right: 0px;
  }
}
.verified-icon {
  position: absolute;
  bottom: 90px;
  right: 32%;
  width: 35px !important;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
}

@media only screen and (max-width: 400px) {
  .verified-icon {
    position: absolute;
    bottom: 90px;
    right: 28%;
    width: 35px !important;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
  }
}

@media screen and (max-width: 600px) and (min-width: 400px) {
  .profile-card {
    width: 100% !important;
  }
}

.owl-theme .owl-nav [class*="owl-"] {
  display: none;
}
.owl-carousel .item {
  padding: 20px;
  margin: 10px;
  color: white;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 400px) {
  .owl-carousel .item {
    padding: 0px;
  }
}
.profile-card {
  /* width: 400px; */
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}
.profile-card:hover {
  transform: translateY(-10px);
}
.owl-carousel .owl-item img {
  margin-top: 30px;
}
.profile-header {
  background-color: #e0f0ff;
  padding: 2px 0px 35px 0px;
  position: relative;
  clip-path: ellipse(71% 64% at 50% 32%);
}
.profile-img {
  width: 125px !important;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
  margin-bottom: 15px;
  aspect-ratio: 1;
  object-fit: cover;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(146, 146, 147, 1) 100%
  );
}
.role {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.profile-body {
  padding: 0px 20px;
}
.name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 20px 0px;
}
.experience {
  font-size: 14px;
  color: #000;
  margin: 25px 0px;
}
.skills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-bottom: 20px;
}
.skill {
  background-color: #d9e3fd;
  color: #000000;
  padding: 2px 7px;
  border-radius: 5px;
  font-size: 11px;
}
.description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  padding: 0 10px;
}
.hire-btn {
  display: inline-block;
  padding: 5px 15px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-size: 14px;
  margin-bottom: 50px;
}
.hire-btn:hover {
  background-color: #cee5fe;
}
/* Responsive Design */
@media (max-width: 400px) {
  .profile-card {
    width: 100%;
    margin: 0 10px;
  }
}
