
/* Swiper general styling */
.swiper {
  padding: 2rem 0;
}

.swiper-button-next, .swiper-button-prev {
  color: #000;
}

/* Job Country Carousel styling - Legacy */
.job-country-carousel {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0;
}

.country-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  width: 180px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.country-card span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #666;
}

/* Visa-Ready Countries Carousel styling */
.visa-countries-swiper {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}

.visa-country-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 16px;
  text-align: center;
  height: 100%;
}

.country-flag-emoji {
  font-size: 3rem;
  margin-bottom: 12px;
  line-height: 1.2;
}

.visa-country-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #1E3A8A;
}

.visa-info {
  font-size: 0.9rem;
  color: #4B5563;
  line-height: 1.4;
}
