
/* =========================
   COMMON BANNER (USED IN ALL PAGES)
========================= */
.asti-client-banner {
  background: url("https://astigujarat.com/wp-content/themes/astiindiaprivatelimited/assets/images/banner/bnr1.jpg") no-repeat center center/cover;
  height: 320px;
  position: relative;
  width: 100%;
}

.asti-client-banner-overlay {
  background: rgba(12, 30, 60, 0.75);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.asti-client-banner-content {
  max-width: 1060px;
  margin: auto;
  padding: 0 20px;
  color: #fff;
}

.asti-client-banner-content h1 {
  font-size: 42px;
  margin-bottom: 10px;
  text-align: center;
}

.asti-client-banner-content p {
  font-size: 16px;
  opacity: 0.9;
}


/* =========================
   CAREER SECTION
========================= */
.asti-career-section {
  width: 100%;
  background: #f8f9fc;
  padding: 80px 0;
}

.asti-career-container {
  max-width: 1060px;
  margin: auto;
  padding: 0 20px;
}

/* HEADER */
.asti-career-header {
  text-align: center;
  margin-bottom: 50px;
}

.asti-career-header h2 {
  font-size: 34px;
  color: #0C1E3C;
  margin-bottom: 10px;
}

.asti-career-header p {
  color: #666;
}

/* GRID */
.asti-career-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.asti-career-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  transition: 0.4s ease;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* HOVER */
.asti-career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* TOP */
.asti-career-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.asti-career-top h3 {
  font-size: 18px;
  color: #0C1E3C;
}

.asti-career-top span {
  background: #4C81C2;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 10px;
}

/* DESC */
.asti-career-desc {
  font-size: 14px;
  color: #555;
  margin: 15px 0;
}

/* META */
.asti-career-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
}

/* BUTTON */
.asti-career-btn {
  text-align: center;
  padding: 10px;
  background: #E61A72;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.asti-career-btn:hover {
  background: #4C81C2;
}


/* =========================
   RESPONSIVE
========================= */
@media(max-width: 992px) {
  .asti-career-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px) {
  .asti-career-grid {
    grid-template-columns: 1fr;
  }

  .asti-career-header h2 {
    font-size: 26px;
  }
}

/* ABOUT SECTION */
.asti-career-about {
  background: #F4F7FC;
  padding: 60px 0;
}

.asti-career-about h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #0C1E3C;
}

.asti-career-about p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.7;
}

/* TIMELINE */
.asti-career-timeline {
  margin-top: 30px;
  border-left: 3px solid #E63946;
  padding-left: 20px;
}

.asti-career-time-item {
  margin-bottom: 20px;
}

.asti-career-time-item span {
  font-weight: bold;
  color: #E63946;
}

/* DETAILS */
.asti-career-details p {
  font-size: 13px;
  margin-bottom: 5px;
  color: #444;
}
.menu-item-has-children > a::after {
  content: "▼";
  font-size: 10px;
  margin-left: 6px;
}