/* [project]/src/styles/Hire/HirededicatedBIMmodelers.css [client] (css) */
.hire-dedicated-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #000 100%);
  justify-content: center;
  width: 100%;
  padding: 80px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hire-dedicated-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 0 40px;
  display: flex;
}

.hire-dedicated-content {
  flex: 1;
  max-width: 800px;
}

.dedicated-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  font-family: var(--font-heading, "Lexend Deca", sans-serif);
  margin-bottom: 25px;
}

.dedicated-title .text-primary {
  color: var(--color-primary, #54b248);
}

.dedicated-subtitle {
  color: #fff;
  opacity: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  font-family: var(--font-body, "Inter", sans-serif);
  margin-bottom: 45px;
}

.contact-btn {
  background-color: var(--color-primary, #54b248);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  box-shadow: 0 10px 20px #54b24833;
}

.contact-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px #54b2484d;
}

.hire-dedicated-visual {
  flex: 1;
  justify-content: flex-end;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.floating-elements {
  width: 450px;
  height: 300px;
  position: relative;
}

.circle {
  z-index: 1;
  background-color: #d9d9d9;
  border-radius: 50%;
  position: absolute;
}

.circle-top {
  width: 70px;
  height: 70px;
  top: 25px;
  left: 40px;
}

.circle-bottom {
  width: 70px;
  height: 70px;
  bottom: -10px;
  right: 85px;
}

.profile-card {
  z-index: 10;
  background-color: #54b248;
  border-radius: 12px;
  align-items: center;
  gap: 15px;
  width: 280px;
  padding: 15px;
  transition: all .4s;
  display: flex;
  position: absolute;
  box-shadow: 0 15px 35px #0006;
}

.profile-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px #00000080;
}

.card-mayur {
  top: 70px;
  right: 40px;
}

.card-mahendra {
  bottom: 40px;
  left: 0;
}

.profile-img-placeholder {
  background-color: #e0e0e0;
  border-radius: 10px;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.profile-info h4 {
  color: #fff;
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
}

.profile-info p {
  color: #f0f0f0;
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .hire-dedicated-container {
    text-align: center;
    flex-direction: column;
  }

  .hire-dedicated-content {
    margin-bottom: 80px;
  }

  .contact-btn {
    margin: 0 auto;
  }

  .hire-dedicated-visual {
    justify-content: center;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .dedicated-title {
    font-size: 32px;
  }

  .dedicated-subtitle {
    font-size: 18px;
  }

  .floating-elements {
    width: 320px;
    height: 300px;
  }

  .profile-card {
    width: 240px;
  }

  .card-mayur {
    right: 0;
  }

  .card-mahendra {
    left: 0;
  }
}

/*# sourceMappingURL=src_styles_Hire_HirededicatedBIMmodelers_css_65f1660e._.single.css.map*/