/* SECTION */
.country-hero-section {
  padding: 10px 20px 60px 20px;
}

/* GRADIENT CARD */
.country-hero {
  max-width: 1300px;
  margin: auto;
  background: linear-gradient(90deg, #6aaed6 0%, #2f5fa7 50%, #1f256d 100%);
  border-radius: 36px;
  display: flex;
  justify-content: space-between;
  padding: 60px 60px 20px 100px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* LEFT SIDE */
.hero-left {
  width: 55%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-left h1 {
  font-size: 34px;
  line-height: 1.35;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  margin-bottom: 15px;

  /* keeps text away from curve */
}

.hero-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #f1f4ff;
  margin-bottom: 12px;
  margin-right: 100px;
}

/* DECORATIVE STROKES */
.decor-lines {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
}

.decor-lines::before,
.decor-lines::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
}

.decor-lines::before {
  transform: rotate(-45deg);
  top: 0;
  left: 0;
}

.decor-lines::after {
  transform: rotate(-15deg);
  top: 14px;
  left: 6px;
}

/* RIGHT SIDE */
.hero-right {
  width: 45%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-right img {
  max-height: 600px;
  z-index: 2;
}

/* GLASS BOX */
.glass-info {
  border: 1px solid #2f5fa7;
  max-width: 1100px;
  margin: -55px auto 0;
  padding: 28px 132px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.glass-info h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1d1d1f;
}

.glass-info p {
  font-size: 15px;
  color: #4a4a4a;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .country-hero {
    flex-direction: column;
    padding: 40px 30px;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-right {
    margin-top: 30px;
  }

  .country-text {
    position: static;
    text-align: center;
    margin-bottom: 15px;
  }

  .hero-right img {
    max-height: 240px;
  }
}

@media (max-width: 576px) {
  .hero-left h1 {
    font-size: 24px;
    word-wrap: normal;
  }

  .hero-left p {
    font-size: 14px;
    margin-right: 0;
  }

  .glass-info {
    padding: 20px;
    margin-top: -30px;
  }
}

/* ===============================
    SECONDARY SECTION (CONTENT)
================================ */
.secondary-section {
  padding: 60px 20px;
  background: #ffffff;
  font-family:
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
}

.secondary-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* ===============================
    GRADIENT HEADING BOX
================================ */
.heading-back {
  background: linear-gradient(90deg, #0091e3, #ff8401);
  border-radius: 14px;
  padding: 14px 22px;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.heading-2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

.heading-3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 8px;
}

li .heading-3 {
  color: #ff8401;
}

.heading-4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 6px;
}

/* ===============================
    TEXT & LIST
================================ */
p {
  text-align: justify;
}

.secondary-container p {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 12px;
  margin-bottom: 6px;
}

.secondary-container ol {
  margin: 18px 0 10px 22px;
  padding: 0;
}

.secondary-container ol li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.secondary-container ol li strong {
  color: #000;
}

.secondary-container ul {
  margin: 18px 0 10px 22px;
  padding: 0;
}

.secondary-container ul li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.secondary-container ul li strong {
  color: #000;
}

/* ===============================
    TABLE + IMAGE WRAPPER
================================ */
.table_image_wrap {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin-top: 20px;
}

thead {
  background: linear-gradient(
    90deg,
    rgba(255, 132, 1, 0.1),
    rgba(0, 106, 201, 0.1)
  );
  border: 1px solid #e0e0e0;
  padding: 14px 16px;
  vertical-align: middle;
}

thead td {
  font-weight: 700;
  font-size: 16px;
  color: #ff8401;
}

/* ===============================
    TABLE STYLING
================================ */
.info_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.info_table td {
  border: 1px solid #e0e0e0;
  padding: 14px 16px;
  vertical-align: middle;
}

.info_table .label {
  width: 55%;
  font-weight: 600;
  color: #0091e3;
  background: #f9faf9;
}

/* ===============================
    IMAGE
================================ */
.image_box {
  max-width: 260px;
  flex-shrink: 0;
}

.image_box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.image_box--dual {
  display: flex;
  gap: 14px;
  max-width: 260px;
  flex-shrink: 0;
}

.image_box--dual img {
  margin: 50px;
  height: auto;
  border-radius: 8px;
}

.image_box--stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 260px;
}

.image_box--stack img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ===============================
    RESPONSIVE
================================ */
@media (max-width: 768px) {
  .heading-2 {
    font-size: 20px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .secondary-container p,
  .secondary-container ul li {
    font-size: 14px;
  }

  .table_image_wrap {
    flex-direction: column;
  }

  .image_box {
    max-width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .heading-back {
    padding: 12px 16px;
  }

  .heading-2 {
    font-size: 19px;
  }

  .heading-3 {
    font-size: 17px;
  }
}
