/* FixedGo Tasker Slider Styles */
.fixedgo-tasker-slider-container {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .swiper {
    padding-bottom: 2rem;
  }
  .swiper-slide {
      padding: 20px 0;
  }
  .page-bg {
      background: linear-gradient(135deg, #eaf3fb 0%, #f5f7fa 100%);
	  display: flex;
      margin-top: 1.5rem;
  }
  .swiper-wrapper {
      justify-content: center;
  }
  .l-subheader.at_middle {
      background: #fff !important;
  }
  .fixedgo-tasker-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    padding: 1.5rem 1rem 1rem 1rem;
    position: relative;
    text-align: center;
    min-width: 260px;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fixedgo-tasker-rating {
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 0.95rem;
    color: #FFC107;
    background: #fff;
    border-radius: 8px;
    padding: 2px 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .fixedgo-tasker-vetted {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #e6f7f1;
    color: #1abc9c;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .fixedgo-tasker-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0.5rem 0 1rem 0;
    border: 4px solid #f3f3f3;
  }
  .fixedgo-tasker-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
  }
  .fixedgo-tasker-member-since {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 0.2rem;
  }
  .fixedgo-tasker-job-title {
    font-size: 1rem;
    color: #1abc9c;
    margin-bottom: 1rem;
    font-weight: 500;
  }
  .fixedgo-tasker-book-btn {
    background: #4A90E2;
    color: #fff;
    border: none;
    border-radius: 0.3em;
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 1rem;
    transition: background 0.2s;
  }
  .fixedgo-tasker-book-btn:hover {
    background: #222222;
    color: #fff !important;
  } 