.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: #2563EB;
    }

    .main-navbar .main-menu .nav-link.active,
    .main-navbar .main-menu .nav-link:focus,
    .main-navbar .main-menu .nav-link:hover {
      color: #2563EB;
    }

    .navbar-actions .post-job-btn:hover {
      background: #FFF;
      border-color: #2563EB;
      color: #000;
    }

    .post-job-link .post-job-btn {
      border-radius: 5px;
      background: #2563EB;
      border-color: #2563EB;
    }

    .post-job-link .post-job-btn:hover {
      background: #FFF;
      border-color: #2563EB;
      color: #000;
    }

    .hero-actions .btn-outline-primary:hover {
      background: #2563EB;
      color: #ffffff;
    }

    .hero-actions .btn-outline-primary {
      border-color: #2563EB;
      color: #2563EB;
    }



    .hero-floating-card .btn {
      background: #2563EB;
      border-color: #2563EB;
    }

    .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;
}
