.publish-hire-section {
    padding: 70px 20px;
background: radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0) 45%), linear-gradient(135deg, #f0f9ff 0%, #f0fff4 45%, #ffffff 100%);	padding-top: 50px;
}

.container-publish {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: center;
}

/* LEFT CARD */
.left-card {
    flex: 1.2;
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
}

.countries-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.country-item {
    text-align: center;
    width: 18%;
}

.country-item img {
    width: 100%;
    max-width: 70px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.country-item span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

/* RIGHT SIDE */
.right-content {
    text-align: center;
    flex: 0.8;
}

.right-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .container-publish {
        flex-direction: column;
        text-align: center;
    }

    .country-item {
        width: 30%;
    }

    .right-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .country-item {
        width: 45%;
    }
}

/* COMMON SCRIPT */

    .main-navbar .main-menu .nav-link::before {
      background: #006233;
    }

    .main-navbar .main-menu .nav-link.active,
    .main-navbar .main-menu .nav-link:focus,
    .main-navbar .main-menu .nav-link:hover {
      color: #006233;
    }

    .navbar-actions .post-job-btn:hover {
      background: #FFF;
      border-color: #006233;
      color: #000;
    }

    .post-job-link .post-job-btn {
      border-radius: 5px;
      background: #006233;
      border-color: #006233;
    }

    .post-job-link .post-job-btn:hover {
      background: #FFF;
      border-color: #006233;
      color: #000;
    }

    .hero-actions .btn-outline-primary:hover {
      background: #006233;
      color: #ffffff;
    }

    .hero-actions .btn-outline-primary {
      border-color: #006233;
      color: #006233;
    }



    .hero-floating-card .btn {
      background: #006233;
      border-color: #006233;
    }

    .howit-icon {
      width: 150px;
      border-radius: unset;
      box-shadow: none;
    }

    .howit-card p {
      font-size: 1.2rem;
    }

    /* Language Change Link */

    .language-switch {
    text-align: right;
    margin-bottom: 15px;
}

.lang-link {
    text-decoration: none;
    font-weight: 500;
    color: #555;
    padding: 4px 8px;
}

.lang-link.active {
    color: #1e5bfa;
    font-weight: 600;
    border-bottom: 2px solid #1e5bfa;
}

/* Google translate dropdown */
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

#google_translate_element {
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
}

.goog-te-gadget {
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
}

.goog-te-combo {
    padding: 8px 14px !important;
    border-radius: 20px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    cursor: pointer !important;
}

.goog-te-combo {
    background-color: #1e5bfa !important;
    color: #fff !important;
    border: none !important;
    font-weight: 500 !important;
}

body {
    top: 0 !important;
}

.goog-te-banner-frame {
    display: none !important;
}
.goog-te-combo {
    border-radius: 50px !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
}

/* TRI COLOR DIVIDER */
    .tricolor-divider {
  position: relative;
  height: 15px;
  display: flex;
  overflow: hidden;
}
.tricolor-divider span {
  transform: translateZ(0);
}
/* BLUE */
.tricolor-divider .blue {
  width: 30%;
  background: #C1272D;
  border-radius: 0 0 20px 0;
}

/* RED */
.tricolor-divider .red {
  width: 40%;
  background: #006233;
  border-radius: 20px 0 20px 0;
}

/* YELLOW */
.tricolor-divider .yellow {
  width: 30%;
  background: #C1272D;
  border-radius: 20px 0 0 0;
}

/* Feature Items List */
.job-features {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  font-size: 15px;
  color: #333;
}

/* LIST ITEM */
.job-features li {
  position: relative;
  padding: 0 18px;
  white-space: nowrap;
  font-size: 20px;
}

/* RED DOT */
.job-features li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #c1272d; /* Morocco red */
  border-radius: 50%;
}
.features-wrapper {
  width: 100%;
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
}
 /* Moroco Divider */
.morocco-divider {
  height: 12px;
  background: linear-gradient(
    to right,
    #c1272d 0%,
    #006233 50%,
    #c1272d 100%
  );
}
 /* Morocco border */
.morocco-border {
  position: relative;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-left: none;
  border-right: none;
  overflow: hidden;
}

/* TOP & BOTTOM STRIPES */
.morocco-border::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;

  background:
    linear-gradient(
      to right,
      #c1272d 0%,
      #006233 50%,
      #c1272d 100%
    ) top / 100% 5px no-repeat,

    linear-gradient(
      to right,
      #c1272d 0%,
      #006233 50%,
      #c1272d 100%
    ) bottom / 100% 5px no-repeat;
}

/* CURVED ENDS */
.morocco-border::after {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: 0;
  bottom: 0;
  pointer-events: none;

  background:
    linear-gradient(
      to right,
      #c1272d 0%,
      #006233 50%,
      #c1272d 100%
    ) top / 100% 5px no-repeat,

    linear-gradient(
      to right,
      #c1272d 0%,
      #006233 50%,
      #c1272d 100%
    ) bottom / 100% 5px no-repeat;

  border-radius: 20px;
}

/* Whatsapp Button */
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 18px;
  background: #25d366; /* WhatsApp green */
  color: #fff;

  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45);
}

.whatsapp-btn:active {
  transform: translateY(0);
}

/* ICON */
.wa-icon {
  width: 22px;
  height: 22px;
  display: flex;
}

.wa-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* MOBILE */
@media (max-width: 480px) {
  .whatsapp-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
}

/* Quick Apply button */
.quick-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;

  color: #fff;
  background: #c1272d;

  border-radius: 999px;
  position: relative;
  overflow: hidden;

  box-shadow: 0 6px 18px rgba(193, 39, 45, 0.35);
}

/* GREEN ACCENT STRIPE */
.quick-apply-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #006233;
}

.count-badge {
  display: inline-flex;           /* centers number */
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  background-color: #c1272d !important;      /* Morocco red (or your choice) */
  color: #ffffff !important;

  font-size: 14px;
  font-weight: 600;

  border-radius: 50%;             /* makes it fully round */
}

