.elementor-13791 .elementor-element.elementor-element-37a19ce{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-13791 .elementor-element.elementor-element-5910b4c > .elementor-widget-container{margin:10px 0px 50px 0px;padding:20px 20px 20px 20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-13791 .elementor-element.elementor-element-5910b4c > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-a7d7938 *//* =========================
   PREMIUM HERO UPGRADE
   MEDICONEPAL SYSTEM
   ========================= */

.vacancy-hero {
    padding: 50px 20px;
    background: linear-gradient(
        180deg,
        var(--bg) 0%,
        #F8FAFC 100%
    );
    overflow: hidden;
}

/* GRID */
.vacancy-hero-container {
    max-width: 1250px;
    margin: auto;

    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 90px;
}

/* =========================
   LEFT SIDE
   ========================= */

.vacancy-badge {

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 18px;

    background: rgba(47,128,237,.08);

    border: 1px solid rgba(47,128,237,.18);

    border-radius: 999px;

    color: #2F80ED;

    font-weight: 600;
    font-size: 13px;

    letter-spacing: .2px;

    margin-bottom: 26px;

    box-shadow: 0 6px 18px rgba(47,128,237,.06);
}

.vacancy-badge svg {
    width: 16px;
    height: 16px;
}

/* TITLE */
.vacancy-hero-content h1 {

    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.04em;

    color: #0F172A;

    margin-bottom: 22px;

    max-width: 760px;

    position: relative;
}

/* subtle accent line */
.vacancy-hero-content h1::after {
    content: "";
    display: block;

    width: 120px;
    height: 4px;

    margin-top: 18px;

    background: linear-gradient(
        90deg,
        rgba(47,128,237,.8),
        rgba(47,128,237,0)
    );

    border-radius: 20px;
}

/* TEXT */
.vacancy-hero-content p {

    font-size: 18px;
    line-height: 1.85;

    color: #334155;

    max-width: 720px;
}

/* =========================
   RIGHT SIDE
   ========================= */

.vacancy-hero-visual {

    position: relative;
    height: 520px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* GLOW CORE */
.hero-circle {

    width: 340px;
    height: 340px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(47,128,237,.22),
        rgba(47,128,237,.06) 55%,
        transparent 75%
    );

    filter: blur(6px);

    animation: pulseGlow 6s infinite ease-in-out;
}

/* CENTER ICON */
.hero-icon {

    position: absolute;

    width: 140px;
    height: 140px;

    color: rgba(47,128,237,.9);

    z-index: 2;

    filter: drop-shadow(0 10px 20px rgba(47,128,237,.18));
}

/* =========================
   FLOATING CARDS
   (more premium “UI chips”)
   ========================= */

.floating-card {

    position: absolute;

    background: rgba(255,255,255,.95);

    border: 1px solid #E2E8F0;

    border-radius: 14px;

    padding: 12px 16px;

    box-shadow:
        0 10px 30px rgba(15,23,42,.06);

    font-weight: 600;

    color: #0F172A;

    backdrop-filter: blur(10px);

    transition: .3s ease;

    z-index: 3;
}

.floating-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 18px 40px rgba(47,128,237,.12);
}

/* POSITIONS */
.card-1 {
    top: 90px;
    left: 20px;
    animation: float1 6s infinite ease-in-out;
}

.card-2 {
    top: 80px;
    right: 20px;
    animation: float2 7s infinite ease-in-out;
}

.card-3 {
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    animation: float3 6s infinite ease-in-out;
}

/* =========================
   ANIMATIONS
   ========================= */

@keyframes pulseGlow {

    0%,100% {
        transform: scale(1);
        opacity: .85;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes float1 {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes float2 {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(12px); }
}

@keyframes float3 {
    0%,100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 900px) {

    .vacancy-hero-container {
        grid-template-columns: 1fr;
        gap: 55px;
        text-align: center;
    }

    .vacancy-hero-content p {
        margin: auto;
    }

    .vacancy-badge {
        margin: 0 auto 24px;
    }

    .vacancy-hero-visual {
        height: 360px;
    }

    .hero-circle {
        width: 260px;
        height: 260px;
    }

    .hero-icon {
        width: 110px;
        height: 110px;
    }
}
/* =========================
   BUTTON SYSTEM (NEW)
   ========================= */

/* =========================
   BUTTON SYSTEM
   ========================= */

.hero-buttons {
    display: flex;
    gap: 14px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.hero-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;

    border-radius: 12px;

    font-weight: 600;
    font-size: 14px;

    text-decoration: none !important;

    transition: all .25s ease;

    letter-spacing: .2px;
}

/* =========================
   OUTLINE BUTTON
   ========================= */

.btn-outline,
.btn-outline:visited {
    border: 1px solid rgba(47,128,237,.35);
    color: #2F80ED !important;
    background: transparent;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    background: rgba(47,128,237,.08);
    color: #2F80ED !important;
    transform: translateY(-2px);
}

/* =========================
   PRIMARY BUTTON
   ========================= */

.btn,
.btn:visited {
    background: #2F80ED;
    color: #ffffff !important;
    border: 1px solid #2F80ED;

    box-shadow: 0 10px 25px rgba(47,128,237,.18);
}

/* FORCE WHITE TEXT ALWAYS */
.btn:hover,
.btn:focus,
.btn:active {
    background: #2F80ED !important;
    border-color: #2F80ED !important;
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 16px 35px rgba(47,128,237,.25);
}

/* FORCE WHITE ICONS */
.btn .btn-icon,
.btn svg {
    color: #ffffff;
    stroke: currentColor;
}

.btn:hover .btn-icon,
.btn:hover svg,
.btn:focus .btn-icon,
.btn:focus svg,
.btn:active .btn-icon,
.btn:active svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* EXTRA WORDPRESS/THEME OVERRIDE */
.hero-buttons .btn,
.hero-buttons .btn:visited,
.hero-buttons .btn:hover,
.hero-buttons .btn:focus,
.hero-buttons .btn:active {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 768px) {

    .hero-buttons {
        justify-content: center;
    }

    .hero-buttons a {
        width: 100%;
        justify-content: center;
    }
}

/* OUTLINE BUTTON */
.btn-outline {
    border: 1px solid rgba(47,128,237,.35);
    color: #2F80ED;
    background: transparent;
}

.btn-outline:hover {
    background: rgba(47,128,237,.08);
    transform: translateY(-2px);
}

/* PRIMARY BUTTON */
.btn {
    background: #2F80ED;
    color: #fff;
    border: 1px solid #2F80ED;
    box-shadow: 0 10px 25px rgba(47,128,237,.18);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(47,128,237,.25);
}

/* ICON INSIDE BUTTON */
.btn-icon {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}


/* ==================================
   HOW IT WORKS MODAL
   ================================== */

.mn-modal {
    position: fixed;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 99999;

    opacity: 0;
    visibility: hidden;

    transition: .3s ease;
}

.mn-modal.active {
    opacity: 1;
    visibility: visible;
}

.mn-modal-overlay {
    position: absolute;
    inset: 0;

    background: rgba(7,10,16,.75);
    backdrop-filter: blur(8px);
}

.mn-modal-content {

    position: relative;
    z-index: 2;

    width: min(900px, 92vw);

    background: #ffffff;

    border-radius: 24px;

    padding: 40px;

    box-shadow:
    0 30px 80px rgba(15,23,42,.18);

    max-height: 90vh;

    overflow-y: auto;

    transform: translateY(20px);

    transition: .3s ease;
}

.mn-modal.active .mn-modal-content {
    transform: translateY(0);
}

.mn-modal-close {

    position: absolute;

    top: 18px;
    right: 18px;

    width: 42px;
    height: 42px;

    border: none;

    border-radius: 50%;

    background: #F1F5F9;

    color: #0F172A;

    font-size: 24px;

    cursor: pointer;

    transition: .25s ease;
}

.mn-modal-close:hover {
    transform: rotate(90deg);
}

.mn-modal-content h2 {

    font-size: 34px;

    margin-bottom: 30px;

    color: #0F172A;

    letter-spacing: -.02em;
}

.mn-modal-grid {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 24px;

    margin-bottom: 30px;
}

.mn-modal-box {

    background: #F8FAFC;

    border: 1px solid #E2E8F0;

    border-radius: 18px;

    padding: 24px;
}

.mn-modal-box h3 {

    margin-bottom: 18px;

    color: #2F80ED;

    font-size: 20px;
}

.mn-modal-box ol {

    margin: 0;

    padding-left: 22px;
}

.mn-modal-box li {

    margin-bottom: 12px;

    color: #334155;

    line-height: 1.8;
}

.mn-modal-note {

    padding: 22px;

    border-radius: 18px;

    background: rgba(47,128,237,.06);

    border: 1px solid rgba(47,128,237,.15);
}

.mn-modal-note p {

    margin: 0;

    color: #334155;

    line-height: 1.8;
}

body.mn-modal-open {
    overflow: hidden;
}

@media (max-width:768px) {

    .mn-modal-content {
        padding: 28px;
    }

    .mn-modal-grid {
        grid-template-columns: 1fr;
    }

    .mn-modal-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 900px) {

    .vacancy-hero-container {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    /* Hide decorative hero visual */
    .vacancy-hero-visual {
        display: none;
    }

    .vacancy-hero-content p {
        margin: auto;
    }

    .vacancy-badge {
        margin: 0 auto 24px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5910b4c *//* MAKE GRID STRETCH ITEMS */
.directorist-listings-grid,
.directorist-listing-grid {
  display: grid !important;
  align-items: stretch !important;
}

/* FORCE ALL CARDS SAME HEIGHT */
.directorist-listing,
.atbdp_listing_card,
.directorist-listing-card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* IMAGE SECTION FIXED HEIGHT */
.directorist-listing-thumbnail,
.directorist-listing-image,
.atbdp_listing_image {
  flex: 0 0 auto !important;
}

/* IMAGE CONSISTENCY */
.directorist-listing-thumbnail img,
.directorist-listing-image img {
  height: 200px !important;
  width: 100% !important;
  object-fit: cover !important;
}

/* CONTENT AREA TAKES REMAINING SPACE */
.directorist-listing-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

/* TITLE CONTROL (PREVENT HEIGHT JUMP) */
.directorist-listing-title {
  min-height: 44px; /* keeps 2-line consistency */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* GRID LAYOUT */
.directorist-listings-grid,
.directorist-listing-grid {
  gap: 20px !important;
}

/* CARD */
.directorist-listing,
.atbdp_listing_card,
.directorist-listing-card {
  background: var(--card) !important;
  border: 1px solid var(--border) !important;
  border-radius: 18px !important;
  overflow: hidden !important;

  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06) !important;
  transition: all 0.25s ease !important;

  position: relative;
}

/* HOVER EFFECT */
.directorist-listing:hover,
.atbdp_listing_card:hover,
.directorist-listing-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(47, 128, 237, 0.12) !important;
  border-color: rgba(47, 128, 237, 0.25) !important;
}

/* IMAGE WRAPPER */
.directorist-listing-thumbnail,
.directorist-listing-image,
.atbdp_listing_image {
  background: var(--surface) !important;
  padding: 12px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* IMAGE */
.directorist-listing-thumbnail img,
.directorist-listing-image img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  transition: transform 0.35s ease !important;
}

/* IMAGE HOVER */
.directorist-listing:hover img {
  transform: scale(1.05) !important;
}

/* TITLE */
.directorist-listing-title,
.directorist-listing-title a {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--accent) !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  transition: color 0.2s ease !important;
}

/* TITLE HOVER */
.directorist-listing:hover .directorist-listing-title a {
  color: var(--accent-dark) !important;
}

/* PRICE / META */
.directorist-listing-price,
.directorist-listing-meta,
.directorist-listing-category {
  font-size: 13px !important;
  color: var(--text) !important;
  opacity: 0.85 !important;
}

/* BADGES (if used) */
.directorist-badge,
.atbdp_badge {
  background: var(--accent) !important;
  color: #fff !important;
  font-size: 11px !important;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  box-shadow: 0 6px 16px rgba(47, 128, 237, 0.25);
}

/* REMOVE DIRTY DEFAULT SPACING */
.directorist-listing-content {
  padding: 14px !important;
}


/* REMOVE EMPTY DIRECTORIST FOOTER */

.directorist-listing-single__meta{
    display:none !important;
}

/* REMOVE EXTRA SPACING */
.directorist-listing-single__content{
    padding-bottom:0 !important;
}

/* MAKE CONTENT FIT CLEANLY */
.directorist-listing-single__info{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8216d2 *//* =========================
   FEATURE LISTING CTA
   ========================= */

.feature-listing-cta {
    padding: 60px 20px;
    background: linear-gradient(135deg, #F8FAFC, #FFFFFF);
}

.feature-listing-container {
    max-width: 1100px;
    margin: auto;

    display: grid;
    grid-template-columns: 1.6fr 0.4fr;
    align-items: center;
    gap: 40px;

    padding: 30px 28px;

    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 18px;

    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);

    transition: 0.3s ease;
}

/* LEFT TEXT */
.feature-listing-text h2 {
    font-size: 20px;
    line-height: 1.5;
    color: #0F172A;
    margin-bottom: 10px;
    font-weight: 600;
}

.feature-listing-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #64748B;
}

/* BUTTON COLUMN */
.feature-listing-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* BUTTON */
.feature-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 18px;

    background: #2F80ED;
    color: #fff;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;

    border-radius: 12px;

    text-decoration: none;

    box-shadow: 0 10px 25px rgba(47,128,237,.18);

    transition: all .25s ease;
    white-space: nowrap;
}

.feature-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(47,128,237,.25);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .feature-listing-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .feature-listing-action {
        justify-content: center;
    }
}/* End custom CSS */