/* HERO SECTION */
.hero-section {
  padding: 1rem 0;
}
.hero-section h1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1e293b;
}
.hero-section p {
  color: #64748b;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.hero-section .btn-primary {
  background-color: #2563eb;
  border: none;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.6rem 1.5rem;
}
.hero-section .btn-primary:hover {
  background-color: #1d4ed8;
}
.hero-section .hero-image {
  max-width: 100%;
  height: auto;
}

/* ===== FORM ===== */
.job-search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  padding: 6px;
  gap: 8px;
  justify-content: center;
}

/* Each field */
.job-search-form .form-field {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 40px;
  padding: 6px 16px;
  flex: 1;
  min-width: 160px;
}

.job-search-form select {
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  color: #333;
  background: transparent;
}

.job-search-form input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  color: #333;
  background: transparent;
}

/* ===== BUTTON ===== */
.search-btn {
  background: #000;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-btn:hover {
  background: #36454F;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .job-search-form {
    flex-direction: column;
    border-radius: 20px;
  }

  .job-search-form .form-field {
    width: 100%;
  }
}


/* --- Shared Horizontal Scroll Container --- */
.card-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  margin-bottom: 0.5rem;
}

.card-scroll .row {
  display: flex;
  flex-wrap: nowrap;
}

.card-scroll .col-md-6,
.card-scroll .col-lg-4 {
  flex: 0 0 auto;
  scroll-snap-align: start;
  margin-right: 1rem;
}

/* Scrollbar Styling */
.card-scroll::-webkit-scrollbar {
  height: 8px;
}
.card-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.card-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

/* --- Reusable Card Design (for Jobs or Services) --- */
.service-card {
  background-color: #fff;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Image */
.service-card-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Body */
.service-card-body {
  padding: 10px 15px;
}

.service-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.25rem;
}

.service-card-location {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 1rem;
}

/* Meta */
.service-card-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 1rem;
}

.service-card-meta i {
  margin-right: 4px;
  color: #2563eb;
}

/* Button (if needed) */
.service-card .btn-primary {
  background-color: #2563eb;
  border: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.service-card .btn-primary:hover {
  background-color: #1d4ed8;
}

.how-steps .step {
    width: 180px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-steps .step:hover {
transform: translateY(-3px);
}

.step-icon {
    width: 50px;
    height: 50px;
    background-color: #2DC4F0;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 0.5rem;
    transition: all 0.3s ease;
}

.step.active .step-icon,
.step-icon.active {
    background-color: #1eaedb;
    color: #fff;
}

/* Hover: change icon bg & text color like active */
.how-steps .step:hover .step-icon {
    background-color: #1eaedb;
    color: #fff;
}

.arrow {
    width: 60px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg width="60" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M0 10 Q30 -10 60 10" stroke="%23c0c0c0" stroke-width="2" fill="none" stroke-dasharray="4"/></svg>') no-repeat center;
    background-size: contain;
}

.join-card {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.join-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.pro-card {
  border-radius: 20px;
  transition: 0.2s ease;
}

.pro-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.07);
}

.skill-tag {
  display: inline-block;
  background: #f1f5f9;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  color: #334155;
}

.recent-jobs h2 {
  font-size: 1.9rem;
}

.job-card {
  transition: 0.2s ease;
}

.job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.job-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.stats-section h2 {
  font-size: 1.9rem;
}

.stat-card {
  transition: 0.2s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.stat-icon {
  font-size: 2rem;
}


.faq-item {
  background: #fff;
  margin-bottom: 14px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item.active {
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
}

.faq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  text-align: left;
  font-size: 1.15rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  font-size: 1.6rem;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  color: #6c757d;
  font-size: 0.95rem;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              padding 0.35s ease;
}

.faq-item.active .faq-content {
  padding: 0 24px 20px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: #0d6efd;
}




.quick-cta-section {
  background: #f8fafc; /* subtle gray like your site */
}

.quick-cta-section h2 {
  font-size: 2rem;
  font-weight: 700;
}

.quick-cta-section p {
  font-size: 1.1rem;
}

