.section-hero {
  background: linear-gradient(360deg, #3693a5, #ffffff);
  /*color: white;*/
  padding: 100px;
  text-align: center;
  animation: fadeInDown 1s ease-out;
}

.section-hero-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.section-hero-text {
  font-size: 1.2rem;
}
/* .section-criteria,
.section-visapath,
.section-cta {
  padding: 60px 20px;
  max-width: 960px;
  margin: auto; 
  animation: fadeInUp 1.2s ease-out;
} */
.section-eb1a-benefits {
  background-color: #f4f5f7;
  /* display: flex;
  justify-content: center; */
}

.benefits-card {
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 100px;
  /* max-width: 1000px; */
  text-align: center;
  animation: fadeInUp 1s ease-in;
}

.benefits-heading {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 40px;
  font-weight: 600;
}

.benefits-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
}

.benefit-block {
  flex: 1 1 250px;
  max-width: 300px;
}

.benefit-icon {
  background-color: #3693a5;
  color: white;
  font-size: 1.6rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}

.benefit-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.benefit-desc {
  font-size: 0.95rem;
  color: #555;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.eligibility-section {
  background-color: #f8f6f0;
  padding: 100px;
  text-align: center;
  animation: fadeIn 1s ease-in;
}

.eligibility-title {
  font-size: 2rem;
  font-weight: 700;
  color: #3693a5;
  margin-bottom: 10px;
}
.hov-text {
  display: none;
}
.eligibility-tile:hover .hov-text {
  display: block;
  font-weight: normal;
  margin-top: 15px;
}
/* .eligibility-tile:hover .bef-hov {
  display: none;
}
.eligibility-tile:hover .icon {
  display: none;
} */
.eligibility-intro {
  font-size: 1rem;
  color: #444;
  margin-bottom: 40px;
}

.eligibility-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.eligibility-tile {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 20px 16px;
  width: 280px;
  transition: transform 0.3s;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eligibility-tile:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
  color: #b89b5e;
}

.eligibility-tile p {
  font-size: 0.95rem;
  color: #333;
  font-weight: 600;
}

.eligibility-cta {
  margin-top: 50px;
  font-size: 1rem;
  color: #333;
}

.cta-button {
  background-color: #3693a6;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #3693a6;
  transition: transform 0.3s ease;
  display: inline-block;
}
.cta-button:hover {
  background-color: #fff;
  color: #3693a6;
}
.help-text {
  margin-bottom: 50px;
}
.section-title {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #2a3134;
}

.criteria-item,
.visapath-item {
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
}

.criteria-item::before,
.visapath-item::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #3693a5;
  font-weight: bold;
}

.icon-emoji::before {
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

.criteria-item {
  padding-left: 30px;
}

.criteria-item::before {
  content: attr(data-icon);
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-box {
  background-color: #0055aa;
  color: white;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  animation: fadeIn 1s ease-in;
}

.cta-box p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.head-why-ch {
  text-align: center;
}
.head-why-ch h1 {
  font-size: 2.5rem;
  color: #111;
}

.head-why-ch h1 span {
  color: #3693a6;
}

p.sub {
  max-width: 750px;
  margin: 20px auto 30px;
  color: #666;
  font-size: 1rem;
}

.hex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin-top: 30px;
  justify-content: center;
}

.hex {
  width: 330px;
  height: 300px;
  background: #fff;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
}

.hex:hover {
  transform: scale(1.03);
}

.hex h3 {
  font-size: 1.1rem;
  color: #3693a5;
  margin-bottom: 10px;
}

.hex p {
  font-size: 0.95rem;
  color: #555;
}

.cta {
  margin-top: 40px;
  font-size: 1.1rem;
  text-align: center;
}
.eb1a-text {
  font-weight: bold;
  font-size: 30px;
}
.button {
  margin-top: 15px;
  display: inline-block;
  background: #e60023;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
}
.why-choose-visa {
  padding: 100px 20px;
  background-color: #3693a512;
}

@media (max-width: 768px) {
  .section-hero-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.5rem;
  }
  .eligibility-section,
  .why-choose-visa,
  .section-hero,
  .benefits-card {
    padding: 50px 20px;
  }
}
