.elementor-4469 .elementor-element.elementor-element-5c979cb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c2c163c *//* ================================
   JOBS BY COUNTRY PAGE
================================ */

.country-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Arial, sans-serif;
}

/* Title */
.country-wrapper h1 {
  text-align: center;
  font-size: 34px;
  color: #0b3a6f;
  margin-bottom: 10px;
}

/* Intro */
.country-intro {
  text-align: center;
  font-size: 16px;
  color: #374151;
  max-width: 900px;
  margin: 0 auto 30px;
}

/* Grid */
.country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

/* Cards */
.country-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.country-card span {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}

.country-card h3 {
  font-size: 20px;
  color: #111827;
  margin-bottom: 6px;
}

.country-card p {
  font-size: 14px;
  color: #6b7280;
}

/* Hover */
.country-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* All jobs card */
.all-jobs {
  background: #0b3a6f;
  color: #ffffff;
}

.all-jobs h3,
.all-jobs p {
  color: #ffffff;
}

/* Bottom disclaimer */
.country-disclaimer {
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  margin-top: 30px;
}

/* Mobile */
@media (max-width: 768px) {
  .country-wrapper h1 {
    font-size: 26px;
  }
}/* End custom CSS */