
  .job-archives {
    padding: 80px 0;
  }

  .section-title {
    font-weight: 700;
    color: #222;
    margin-bottom: 50px;
  }

  /* Search bar */
  .search-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 40px;
  }

  .search-input {
    border: none;
    height: 55px;
    font-size: 16px;
    background: #f9f9f9;
    border-radius: 8px 0 0 8px;
    padding-left: 20px;
  }

  .search-btn {
    background: linear-gradient(90deg, #0072c6, #00a8e8);
    border: none;
    color: #fff;
    padding: 0 25px;
    border-radius: 0 8px 8px 0;
    height: 55px;
    font-size: 18px;
    transition: 0.3s;
  }



  /* Job cards */
  .job-card {
    background: #fff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 25px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
  }

  .job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }

  .job-icon {
    width: 70px;
    height: 70px;
    background: #eef5ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #0072c6;
    margin-right: 20px;
  }

  .job-title {
    font-weight: 600;
    font-size: 1.2rem;
    color: #0a1754;
    text-decoration: none;
  }

  .job-title:hover {
    text-decoration: underline;
    color: #c42528;
  }

  .post-date {
    font-size: 0.9rem;
    color: #666;
  }

  .post-date i {
    color: #0a1754;
    margin-right: 6px;
  }

  /* Buttons */
  .apply-btn {
    border: 1px solid #0a1754;
    color: #0a1754;
    padding: 8px 33px;
    border-radius: 8px;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
    border-radius: 5px;
  }

  .apply-btn:hover {
    background: linear-gradient(90deg, #0a1754, #0a1754);
    color: #fff;
    border: none;
  }

  .quick-btn {
background: #dd1d220d;
    color: #0a1754;
    border: 1px solid #ce1810;
       margin-right: 0px;
    padding: 8px 33px;
    border-radius: 5px;
  }

  .quick-btn:hover {
    background: #0a1754;
    color: #fff;
  }

/* ================= PAGINATION ================= */
.pagination-custom {
    gap: 6px;
    flex-wrap: wrap;
}
.job-btn-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.job-btn-group .apply-btn,
.job-btn-group .quick-btn {
    flex: 1;
    min-width: 120px;
    text-align: center;
    white-space: nowrap;
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {
    .job-btn-group {
        width: 100%;
        margin-top: 12px;
    }

    .job-btn-group .apply-btn,
    .job-btn-group .quick-btn {
        flex: 1 1 100%;
        width: 100%;
        display: block;
        margin: 0 !important;
        padding: 10px 16px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .job-btn-group {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .job-btn-group .apply-btn,
    .job-btn-group .quick-btn {
        padding: 9px 14px;
        font-size: 13.5px;
    }
}
/* ================= PAGE ITEM ================= */
.pagination-custom .page-item .page-link {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    color: #0a1754;
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 16px;
    transition: all 0.25s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

/* ================= HOVER ================= */
.pagination-custom .page-item .page-link:hover {
    background: #0a1754;
    color: #ffffff;
    border-color: #0a1754;
    box-shadow: 0 4px 12px rgba(10, 23, 84, 0.2);
    transform: translateY(-1px);
}

/* ================= ACTIVE ================= */
.pagination-custom .page-item.active .page-link,
.pagination-custom .page-item .page-link.active {
    background: #e32e31;
    border-color: #e32e31;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(227, 46, 49, 0.3);
}

/* ================= ACTIVE HOVER ================= */
.pagination-custom .page-item.active .page-link:hover {
    background: #c42528;
    border-color: #c42528;
    transform: translateY(-1px);
}

/* ================= DISABLED ================= */
.pagination-custom .page-item.disabled .page-link {
    background: #f1f5f9;
    border-color: #e2e8f0;
    color: #a0aec0;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
    pointer-events: none;
}

/* ================= PREV / NEXT ================= */
.pagination-custom .page-item:first-child .page-link,
.pagination-custom .page-item:last-child .page-link {
    padding: 0px 9px;
    font-weight: 600;
    letter-spacing: 0.3px;
    background: #0a1754;
    color: #ffffff;
    border-color: #0a1754;
}

.pagination-custom .page-item:first-child .page-link:hover,
.pagination-custom .page-item:last-child .page-link:hover {
    background: #e32e31;
    border-color: #e32e31;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(227, 46, 49, 0.3);
}

/* ================= DISABLED PREV/NEXT ================= */
.pagination-custom .page-item:first-child.disabled .page-link,
.pagination-custom .page-item:last-child.disabled .page-link {
    background: #f1f5f9;
    border-color: #e2e8f0;
    color: #a0aec0;
}

/* ================= FOCUS OUTLINE REMOVE ================= */
.pagination-custom .page-item .page-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(227, 46, 49, 0.2);
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {
    .pagination-custom .page-item .page-link {
        padding: 6px 12px;
        font-size: 13px;
    }

    .pagination-custom .page-item:first-child .page-link,
    .pagination-custom .page-item:last-child .page-link {
        padding: 6px 14px;
    }

    .pagination-custom {
        gap: 4px;
    }
}
  .read-more {
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}
.read-more:hover {
    text-decoration: underline;
}

    .nice-select .option
    {
        color:black !important;
    }
   .phone-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #b8bbbe;
    border-radius: 6px;
    overflow: hidden;
    background: #b8bbbe;
    color:black;
}

.country-code {
    border: none;
    padding: 10px 12px;
    background: #b8bbbe;
    font-size: 14px;
    min-width: 130px;
    outline: none;
    cursor: pointer;
}

.phone-number {
    border: none;
    padding: 10px 12px;
    width: 100%;
    font-size: 14px;
    outline: none;
}

.phone-input-wrapper:focus-within {
    border-color: #dc3545; /* matches your red theme */
}

