/*section 1*/
.text-section1 {
  padding-top: 2rem !important;
}
.font-big {
  font-size: 50px;
  font-weight: bold;
  font-family: "Atkinson Hyperlegible", sans-serif;
}
.custom-margin {
  margin-left: 7.5rem;
}
.font-semi-big {
  font-size: 28px;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.home-find-btn {
  background: #00b3ef !important;
  color: #ffffff !important;
  box-shadow: 0px 5px 15px #cbcbcb;
  outline: none;
}
.home-find-btn:focus {
  box-shadow: 0px 5px 15px #cbcbcb !important;
}
.home-find-btn:hover {
  background: #212425 !important;
}
.custom-header {
  background-image: url("../assets/Path\ 859.svg");
  height: auto;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Country hero header */
.country-hero {
  background: linear-gradient(135deg, #00b3ef 0%, #0088cc 100%);
  padding: 4rem 0;
  color: #fff;
}
.country-flag-large {
  width: 120px;
  height: 80px;
  background: rgba(255,255,255,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.country-name {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.country-region {
  font-size: 20px;
  opacity: 0.9;
}

/* Breadcrumb - positioned after logo inside hero */
.breadcrumb-nav {
  margin-bottom: 1rem;
}
.breadcrumb-link {
  color: #00b3ef;
  text-decoration: none;
  font-size: 14px;
}
.breadcrumb-link:hover {
  text-decoration: underline;
}
.breadcrumb-separator {
  color: #999;
  margin: 0 0.5rem;
}
.breadcrumb-current {
  color: #666;
  font-size: 14px;
}

/* Overview section */
.overview-section {
  padding: 4rem 0;
}
.section-title {
  font-size: 32px;
  color: #231F20;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.overview-text {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}

/* Info cards */
.info-cards-section {
  padding: 3rem 0;
  background: #f7f7f7;
}
.info-card {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.info-card-icon {
  width: 50px;
  height: 50px;
  background: #00b3ef;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 1rem;
}
.info-card-title {
  font-size: 18px;
  color: #231F20;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.info-card-value {
  font-size: 16px;
  color: #666;
}

/* Regulatory details */
.regulatory-section {
  padding: 4rem 0;
}
.regulatory-title {
  font-size: 28px;
  color: #231F20;
  font-weight: 700;
  margin-bottom: 2rem;
}
.regulatory-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.regulatory-item:last-child {
  border-bottom: none;
}
.regulatory-label {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
.regulatory-value {
  font-size: 18px;
  color: #231F20;
  font-weight: 500;
}

/* Technical requirements */
.technical-section {
  padding: 4rem 0;
  background: #231F20;
  color: #fff;
}
.technical-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.technical-list {
  list-style: none;
  padding: 0;
}
.technical-list li {
  padding: 1rem 0;
  padding-left: 2rem;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.technical-list li:last-child {
  border-bottom: none;
}
.technical-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00b3ef;
  font-weight: 700;
}

/* Integration details */
.integration-section {
  padding: 4rem 0;
}
.integration-title {
  font-size: 28px;
  color: #231F20;
  font-weight: 700;
  margin-bottom: 2rem;
}
.integration-text {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Status badge */
.status-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}
.status-badge.active {
  background: #28a745;
  color: #fff;
}
.status-badge.pending {
  background: #ffc107;
  color: #231F20;
}

/* Other jurisdictions */
.other-jurisdictions {
  padding: 4rem 0;
  background: #f7f7f7;
}
.other-jurisdictions-title {
  font-size: 24px;
  color: #231F20;
  font-weight: 600;
  margin-bottom: 2rem;
}
.jurisdiction-link {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin: 0.5rem;
  background: #fff;
  border-radius: 8px;
  color: #231F20;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.jurisdiction-link:hover {
  background: #00b3ef;
  color: #fff;
}
.jurisdiction-link.current {
  background: #00b3ef;
  color: #fff;
}

/* CTA Section */
.cta-section {
  background: #00b3ef;
  padding: 4rem 0;
}
.cta-heading {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta-text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.cta-btn {
  background: #fff !important;
  color: #00b3ef !important;
  font-weight: 700;
  padding: 1rem 2.5rem;
  font-size: 18px;
  border: none;
}
.cta-btn:hover {
  background: #231F20 !important;
  color: #fff !important;
}

/* Mobile responsive */
@media screen and (max-width: 991px) {
  .font-big {
    font-size: 36px;
  }
  .font-semi-big {
    font-size: 20px;
  }
  .custom-header {
    height: auto;
  }
  .country-name {
    font-size: 32px;
  }
  .section-title {
    font-size: 26px;
  }
  .regulatory-title,
  .technical-title,
  .integration-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .font-big {
    font-size: 28px;
  }
  .font-semi-big {
    font-size: 18px;
  }
  .country-name {
    font-size: 28px;
  }
  .country-flag-large {
    width: 80px;
    height: 55px;
  }
  .info-card {
    padding: 1.5rem;
  }
  .cta-heading {
    font-size: 26px;
  }
}
