/* ✅ نیا فوٹر بیس اسٹائل */
.footer {
  background: #006535;
  color: #fff;
  padding: 10px 8px;
  text-align: center;
  border-top: 4px solid #002212;
}

.footer-container {
  display: grid;
  gap: 10px;
  text-align: center;

  /* ✅ Default چھوٹی سکرین (Mobile) */
  grid-template-columns: 1fr;
}

/* ✅ فوٹر باکس */
.footer-box {
  padding: 2px;
  border: 1px solid #00a859;
  border-radius: 4px;
  background-color: #00321b;
  transition: transform 0.2s ease, background 0.2s ease;
}

/* City cards: image strip + bilingual title */
.footer-city-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.footer-city-thumb {
  flex: 0 0 auto;
  height: 78px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 0;
}

.footer-city-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(6, 36, 22, 0.55) 100%);
  pointer-events: none;
}

.footer-city-thumb[data-city="multan"] {
  /* background-image: linear-gradient(135deg, #5c1808 0%, #9c3a18 35%, #d9783a 70%, #f2c48a 100%); */
  background-image: url(../footer-images/Multan.webp);
}

.footer-city-thumb[data-city="chenab-nagar"] {
  /* background-image: linear-gradient(160deg, #1a4a6e 0%, #2d6a8c 40%, #87b8d4 100%); */
  background-image: url(../footer-images/chenabNagar.webp);
}

.footer-city-thumb[data-city="karachi"] {
  /* background-image: linear-gradient(145deg, #0a3d62 0%, #1c6b8a 45%, #5eb8c9 85%, #c8eef5 100%); */
  background-image: url(../footer-images/Karachi.webp);
}

.footer-city-thumb[data-city="islamabad"] {
  /* background-image: linear-gradient(165deg, #0d3d2a 0%, #1a6b4a 38%, #3da672 72%, #b8e6c8 100%); */
  background-image: url(../footer-images/Islamabad.webp);
}

.footer-city-thumb[data-city="lahore"] {
  /* background-image: linear-gradient(135deg, #6b2c0f 0%, #a85a28 40%, #d4a04a 78%, #f5e6bc 100%); */
  background-image: url(../footer-images/Lahore.webp);
}

.footer-city-thumb[data-city="quetta"] {
  /* background-image: linear-gradient(150deg, #3d2818 0%, #6b4a32 45%, #a08060 100%); */
  background-image: url(../footer-images/Quetta.webp);
}

.footer-city-thumb[data-city="london"] {
  /* background-image: linear-gradient(145deg, #2a2a38 0%, #4a4a5c 40%, #8a8a9e 78%, #c8c8d4 100%); */
  background-image: url(../footer-images/London.webp);
}

.footer-city-thumb[data-city="peshawar"] {
  /* background-image: linear-gradient(140deg, #4a3520 0%, #6d5234 42%, #a08058 100%); */
  background-image: url(../footer-images/Peshawar.webp);
}

.footer-city-ur {
  display: block;
}

.footer-city-en {
  display: block;
  margin-top: 4px;
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.82);
  background-color: #002212;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.footer-city-card .contact-list {
  margin-top: auto;
}

.footer-box ul {
  list-style-type: none;
  /* ✅ bullets ختم */
  padding: 0;
  /* ✅ extra space ختم */
  margin: 0;
  /* ✅ extra margin ختم */
}

.footer-box li {
  margin-bottom: 6px;
  /* ✅ ہر نمبر کے بیچ تھوڑا gap */
}

.footer-box:hover {
  transform: translateY(-3px);
  background-color: #004324;
}

/* ✅ شہر کا ٹائٹل */
.footer-box h3 {
  font-family: var(--font-Bombay);
  margin: 0 0 8px 0;
  font-size: var(--font-subheading);
  color: #ffdd57;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
}

.footer-city-card h3.footer-city-title {
  margin: 0;
  border-bottom: 1px solid #c5c5c5;
  font-family: var(--font-Bombay);
  font-size: var(--font-subheading);
  background-color: #00542d;
  color: #ffdd57;
  font-weight: normal;
}

/* ✅ فون نمبر */
.footer-box a {
  display: block;
  font-size: var(--font-normal);
  margin: 5px 0;
  color: #d5d5d5;
  text-decoration: none;
  direction: ltr;
  transition: color 0.2s ease;
}

.footer-box a:hover {
  color: #ffdd57;
}

/* ✅ سب سے نیچے چھوٹا بار */

/* ============= footer amtkn ======== */
.amtkn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;

  background-color: #002212;
  padding: 6px 10px;
  text-align: center;
}

/* text styling */
.amtkn p {
  margin: 0;
  font-size: var(--font-normal);
  font-family: var(--font-arabic);
  color: rgba(234, 234, 234, 0.85);
}
/* separator styling */
.amtkn .sep {
  color: aliceblue;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  display: flex;
    align-items: center;
}
/* mobile behavior */
@media (max-width: 600px) {
  .amtkn {
    flex-direction: column;
        gap: 0px;
  }

  .amtkn .org {
    order: 1;
    /* اوپر */
  }

  .amtkn .email {
    order: 2;
    /* نیچے */
  }
        .amtkn .sep {
          display: none;
        }
}

/* ============= footer amtkn ======== */

/* ✅ Medium screen (Tablet) */
@media (min-width: 600px) {
  .footer-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ✅ Large screen (Laptop) */
@media (min-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ✅ Extra Large screen (Desktop / Wide) */
@media (min-width: 1200px) {
  .footer-container {
    grid-template-columns: repeat(8, 1fr);
    /* پورے 8 ڈبے ایک لائن میں */
  }
}