input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    font-size: 16px; /* Or 1rem if your base font size is 16px */
}

@media (max-width: 767.98px) {
  .home-img {
    display: none;
  }
}

.navbar {
    box-shadow: none !important;
}

.shape {
    visibility: hidden !important;
}

.bg-home2 {
    padding: 100px 0 100px !important;
}

.page-title-box {
    padding-bottom: 50px;
    padding-top: 150px;
}

/* Remove job applied count from cards */
.job-applied-count {
    display: none !important;
}

.bg-subscribe{
  display:none;
}

.page-description {
  background: #ffffff;
  border: 2px dashed #766df4;          /* uniform dashed border */
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.page-description:hover {
  box-shadow: 0 10px 30px rgba(118, 109, 244, 0.22);
  transform: translateY(-3px);
}

/* Mobile */
@media (max-width: 576px) {
  .page-description {
    margin-top: 20px !important;   /* slightly smaller on mobile if you want */
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
  }
}