/* ==============================================
   JDS Remote Job - Custom Styles
   Only for sections NOT in the original template
   ============================================== */

/* ---------- Logo ---------- */
.main-nav .logo img {
  height: 54px;
  width: auto;
  margin-top: 22px;
  transition: all 0.3s ease;
}

.background-header .main-nav .logo img {
  height: 44px;
  margin-top: 18px;
}

.footer-logo {
  height: 40px;
  width: auto;
  margin-bottom: 14px;
}

/* ---------- Hero tweaks ---------- */
.hero-roles {
  margin-top: 14px;
  font-size: 14px;
  color: #2a2a2a;
}

.hero-img {
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

/* ---------- Features section ---------- */
.features-section {
  padding: 100px 0 60px;
  background: #f9fafb;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 22px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  height: calc(100% - 30px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.10);
}

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #03a4ed, #0286c3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.feature-icon i {
  color: #fff;
  font-size: 24px;
}

.feature-card h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2a2a2a;
}

.feature-card p {
  font-size: 14px;
  line-height: 24px;
  color: #5b6574;
}

/* ---------- About image ---------- */
.about-img {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  object-fit: cover;
}

/* ---------- Stats strip ---------- */
.stats-strip {
  margin-top: 30px;
}

.stats-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 16px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}

.stats-card h3 {
  font-size: 30px;
  font-weight: 700;
  color: #03a4ed;
  margin: 0;
}

.stats-card p {
  margin: 6px 0 0;
  font-size: 13px;
  color: #5b6574;
}

/* ---------- Position cards ---------- */
.position-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.position-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.position-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.position-body {
  padding: 24px;
}

.position-body h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 8px;
}

.salary-tag {
  display: inline-block;
  background: #fe3f40;
  color: #fff;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.position-details {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.position-details li {
  font-size: 14px;
  color: #444;
  padding: 5px 0;
  line-height: 22px;
}

.position-details li i {
  color: #03a4ed;
  width: 20px;
  margin-right: 6px;
}

.position-radio {
  padding: 12px 0 0;
  border-top: 1px solid #eef1f6;
}

.position-radio input[type="radio"] {
  accent-color: #fe3f40;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 6px;
}

.position-radio label {
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
  cursor: pointer;
  vertical-align: middle;
}

/* ---------- Process / How To Apply ---------- */
.process-row {
  margin-bottom: 50px;
}

.process-img {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  width: 100%;
}

.process-text {
  padding: 20px 0;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #03a4ed, #0286c3);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}

.process-text h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2a2a2a;
}

.process-text p {
  font-size: 15px;
  line-height: 28px;
  color: #555;
}

/* ---------- FAQ section ---------- */
.faq-section {
  padding: 100px 0 80px;
  background: #f9fafb;
}

.faq-item {
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-header .btn-link {
  width: 100%;
  text-align: left;
  text-decoration: none;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #2a2a2a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-header .btn-link i {
  font-size: 12px;
  color: #03a4ed;
  transition: transform 0.3s ease;
}

.faq-header .btn-link:not(.collapsed) i {
  transform: rotate(180deg);
}

.faq-body {
  padding: 0 20px 16px;
  font-size: 14px;
  line-height: 26px;
  color: #5b6574;
}

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
}

.testimonial-card h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #2a2a2a;
}

.testimonial-role {
  font-size: 13px;
  color: #03a4ed;
  font-weight: 500;
}

.testimonial-card p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #555;
  font-style: italic;
}

/* ---------- Apply / CTA ---------- */
.apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  padding: 14px 36px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.apply-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.4);
}

/* ---------- Floating WhatsApp Button ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float i {
  color: #fff;
  font-size: 32px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .main-nav .logo img {
    height: 40px;
    margin-top: 18px;
  }

  .features-section {
    padding: 60px 0 30px;
  }

  .process-text {
    padding: 20px 0 0;
    text-align: center;
  }

  .process-img {
    max-height: 260px;
  }

  .faq-section {
    padding: 60px 0 40px;
  }
}

@media (max-width: 767px) {
  .stats-card h3 {
    font-size: 24px;
  }

  .position-card img {
    height: 180px;
  }
}
