.elementor-kit-5{--e-global-color-primary:#1F4E79;--e-global-color-secondary:#F26522;--e-global-color-text:#2B2B2B;--e-global-color-accent:#2E7D32;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   HERO SECTION – Find Trusted Workers
   Add this in: Elementor > Site Settings > Custom CSS
   OR Appearance > Customize > Additional CSS
   ============================================================ */

/* ── Google Fonts Import ── */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap');

/* ── Root Variables ── */
:root {
  --hero-bg:         #EEF2F7;
  --hero-navy:       #1A2E4A;
  --hero-orange:     #F05A1A;
  --hero-orange-h:   #D94E0F;
  --hero-green:      #2E7D32;
  --hero-blue:       #1565C0;
  --hero-text:       #4B5A6E;
  --hero-white:      #ffffff;
  --hero-border:     #D8E0EB;
  --hero-radius:     14px;
  --hero-shadow:     0 6px 32px rgba(26,46,74,0.10);
}

/* ── Section wrapper ── */
.hero-section-wrapper,
.hero-main-row {
  background: var(--hero-bg) !important;
  overflow: hidden;
}

/* ── Left Panel ── */
.hero-left-panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ── Trust Badge ── */
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--hero-white);
  border: 1.5px solid var(--hero-border);
  border-radius: 30px;
  padding: 7px 18px 7px 12px;
  width: fit-content;
  margin-bottom: 22px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--hero-navy);
  box-shadow: 0 2px 10px rgba(26,46,74,0.07);
}
.trust-icon {
  font-size: 18px;
  color: var(--hero-green);
}
.trust-highlight {
  color: var(--hero-orange);
  font-weight: 600;
}

/* ── Headline ── */
.hero-headline .elementor-heading-title,
.hero-headline h1 {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(36px, 4.5vw, 58px) !important;
  line-height: 1.09 !important;
  color: var(--hero-navy) !important;
  letter-spacing: -1.5px;
  margin-bottom: 18px;
}

/* ── Subtext ── */
.hero-subtext p {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--hero-text);
  margin-bottom: 0;
}

/* ══════════════════════════════════════════
   DIRECTORIST SEARCH BAR – HERO OVERRIDE
   ══════════════════════════════════════════ */
.hero-search-wrapper {
  margin-bottom: 28px;
}

.hero-search-bar .directorist-search-form,
.hero-search-bar .directorist_search_form,
.hero-search-bar form {
  display: flex !important;
  align-items: center !important;
  background: var(--hero-white) !important;
  border-radius: var(--hero-radius) !important;
  box-shadow: var(--hero-shadow) !important;
  border: 1.5px solid var(--hero-border) !important;
  overflow: hidden !important;
  padding: 6px 6px 6px 18px !important;
  gap: 0 !important;
  min-height: 62px !important;
}

/* Keyword input */
.hero-search-bar .directorist-search-form .directorist-keyword-search,
.hero-search-bar input[name="q"],
.hero-search-bar input[type="search"],
.hero-search-bar .atbd_keyword_field input {
  flex: 1 1 auto !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  color: var(--hero-navy) !important;
  padding: 0 12px 0 0 !important;
  min-width: 0;
}

.hero-search-bar input::placeholder {
  color: #9AA5B4 !important;
  font-weight: 400 !important;
}

/* Divider between keyword and location */
.hero-search-bar .directorist-search-form .directorist-location-field,
.hero-search-bar .atbd_location_field {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  border-left: 1.5px solid var(--hero-border) !important;
  padding: 0 14px !important;
  flex: 0 0 auto !important;
  min-width: 160px !important;
}

/* Location icon */
.hero-search-bar .directorist-location-field::before {
  content: '\f3c5';
  font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free', sans-serif;
  font-weight: 900;
  color: #9AA5B4;
  font-size: 15px;
  flex-shrink: 0;
}

.hero-search-bar .directorist-location-field input,
.hero-search-bar .atbd_location_field input,
.hero-search-bar select[name="location"] {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  color: var(--hero-navy) !important;
  min-width: 120px !important;
}

/* Location dropdown arrow */
.hero-search-bar .directorist-location-field select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%239AA5B4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 4px center !important;
  padding-right: 22px !important;
  cursor: pointer;
}

/* Search button */
.hero-search-bar .directorist-search-form button[type="submit"],
.hero-search-bar .directorist-search-form input[type="submit"],
.hero-search-bar .atbd_search_btn,
.hero-search-bar button.directorist_search_btn {
  background: var(--hero-orange) !important;
  color: var(--hero-white) !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 0 32px !important;
  height: 50px !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.15s ease !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.hero-search-bar .directorist-search-form button[type="submit"]:hover,
.hero-search-bar .atbd_search_btn:hover {
  background: var(--hero-orange-h) !important;
  transform: scale(1.03) !important;
}

/* ── CTA Buttons ── */
.hero-cta-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.btn-primary-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--hero-orange);
  color: var(--hero-white) !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 15px 30px;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 18px rgba(240,90,26,0.30);
  letter-spacing: -0.3px;
}

.btn-primary-hero:hover {
  background: var(--hero-orange-h);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(240,90,26,0.38);
}

.btn-arrow {
  font-size: 18px;
  transition: transform 0.2s;
}
.btn-primary-hero:hover .btn-arrow {
  transform: translateX(4px);
}

.btn-secondary-hero {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--hero-navy) !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid var(--hero-navy);
  border-radius: 10px;
  padding: 13px 30px;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
  letter-spacing: -0.3px;
}

.btn-secondary-hero:hover {
  background: var(--hero-navy);
  color: var(--hero-white) !important;
}

/* ── Trust Icons Row ── */
.hero-trust-row {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}
.trust-green { background: rgba(46,125,50,0.10); }
.trust-orange { background: rgba(240,90,26,0.10); }
.trust-blue   { background: rgba(21,101,192,0.10); }

.trust-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--hero-navy);
  line-height: 1.35;
}

/* ══════════════════════════════════════════
   RIGHT PANEL – IMAGE AREA
   ══════════════════════════════════════════ */
.hero-right-panel {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* City skyline abstract bg circle */
.hero-city-bg {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 2.5px solid rgba(180,200,220,0.40);
  background: radial-gradient(circle at 60% 40%, rgba(200,215,235,0.45) 0%, rgba(236,242,248,0.15) 70%);
  z-index: 0;
}

/* Dot pattern – top right */
.hero-dot-pattern {
  position: absolute;
  z-index: 1;
  background-image: radial-gradient(circle, #A0B4CC 1.2px, transparent 1.2px);
  background-size: 18px 18px;
}
.top-dots {
  top: 60px;
  right: 40px;
  width: 160px;
  height: 100px;
  opacity: 0.55;
}
.bottom-dots {
  bottom: 80px;
  right: 10px;
  width: 120px;
  height: 80px;
  opacity: 0.45;
  background-image: radial-gradient(circle, var(--hero-orange) 1.2px, transparent 1.2px);
}

/* Workers image */
.hero-workers-img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  object-position: top center;
  display: block;
  margin-left: auto;
  filter: drop-shadow(0 20px 60px rgba(26,46,74,0.12));
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero-left-panel {
    padding: 60px 40px !important;
  }
  .hero-headline .elementor-heading-title,
  .hero-headline h1 {
    font-size: clamp(30px, 5vw, 46px) !important;
  }
}

@media (max-width: 768px) {
  .hero-main-row {
    flex-direction: column !important;
  }
  .hero-left-panel,
  .hero-right-panel {
    width: 100% !important;
  }
  .hero-left-panel {
    padding: 50px 24px 30px !important;
  }
  .hero-right-panel {
    min-height: 380px !important;
  }
  .hero-cta-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .btn-primary-hero,
  .btn-secondary-hero {
    width: 100%;
    justify-content: center;
  }
  .hero-search-bar .directorist-search-form,
  .hero-search-bar form {
    flex-direction: column !important;
    padding: 12px !important;
    gap: 10px !important;
    min-height: unset !important;
  }
  .hero-search-bar .directorist-location-field,
  .hero-search-bar .atbd_location_field {
    border-left: none !important;
    border-top: 1.5px solid var(--hero-border) !important;
    padding: 10px 0 0 !important;
    width: 100% !important;
  }
  .hero-search-bar button[type="submit"],
  .hero-search-bar .atbd_search_btn {
    width: 100% !important;
    border-radius: 8px !important;
    padding: 14px !important;
    justify-content: center;
  }
}









/* ============================================================
   BROWSE CATEGORIES SECTION
   Append to your existing hero-custom.css or paste into
   Elementor > Site Settings > Custom CSS
   ============================================================ */

/* ── Section background ── */
.categories-section,
.categories-row-1,
.categories-row-2 {
  background: #F0F4F8 !important;
}

/* ── Eyebrow label ── */
.categories-section .elementor-heading-title {
  font-family: 'DM Sans', sans-serif;
}

/* ── Category Card ── */
.cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 28px 32px;
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 2px 12px rgba(26, 46, 74, 0.06);
  border: 1.5px solid rgba(216, 224, 235, 0.6);
  height: 100%;
  cursor: pointer;
}

.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(26, 46, 74, 0.13);
}

/* ── Icon circle ── */
.cat-icon-wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}

/* ── Card title ── */
.cat-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1A2E4A !important;
  margin: 0 0 10px !important;
  line-height: 1.2 !important;
}

/* ── Card description ── */
.cat-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4B5A6E;
  line-height: 1.6;
  margin: 0 0 20px !important;
  flex: 1;
}

/* ── Arrow ── */
.cat-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F05A1A;
  font-size: 22px;
  font-weight: 700;
  margin-top: auto;
  transition: transform 0.2s ease;
}

.cat-card:hover .cat-arrow {
  transform: translateX(5px);
}

/* ── Responsive: stack on tablet ── */
@media (max-width: 1024px) {
  .cat-card {
    padding: 32px 20px 26px;
  }
  .cat-icon-wrap {
    width: 72px;
    height: 72px;
  }
  .cat-title {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .categories-row-1 .elementor-column,
  .categories-row-2 .elementor-column {
    width: 100% !important;
  }
  .cat-card {
    margin-bottom: 16px;
  }
}





/* ============================================================
   HOW IT WORKS SECTION
   Append to your existing custom CSS in
   Elementor > Site Settings > Custom CSS
   ============================================================ */

/* ── Section backgrounds ── */
.hiw-header-section,
.hiw-steps-section,
.hiw-trust-section {
  background: #EEF2F7 !important;
}

/* ── Eyebrow pill ── */
.hiw-eyebrow-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}
.hiw-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1.5px solid #D8E0EB;
  border-radius: 30px;
  padding: 8px 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F05A1A;
  box-shadow: 0 2px 10px rgba(26,46,74,0.06);
}

/* ── Arrow connectors between steps ── */
.hiw-arrow-col {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.hiw-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}

/* hide arrows on mobile */
@media (max-width: 767px) {
  .hiw-arrow-col {
    display: none !important;
  }
}

/* ── Step card ── */
.hiw-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1.5px solid rgba(216, 224, 235, 0.7);
  box-shadow: 0 2px 14px rgba(26, 46, 74, 0.06);
  padding: 40px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.hiw-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(26, 46, 74, 0.11);
}

/* ── Icon circle ── */
.hiw-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #E8ECF8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}

/* ── Step number badge ── */
.hiw-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FEE9E0;
  color: #F05A1A;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

/* ── Step title ── */
.hiw-step-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1A2E4A !important;
  margin: 0 0 12px !important;
  line-height: 1.2 !important;
}

/* ── Step description ── */
.hiw-step-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4B5A6E;
  line-height: 1.65;
  margin: 0 0 24px !important;
  flex: 1;
}

/* ── Orange underline ── */
.hiw-step-line {
  width: 44px;
  height: 3px;
  background: #F05A1A;
  border-radius: 2px;
  margin-top: auto;
}

/* ── Trust items row ── */
.hiw-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 0;
}
.hiw-trust-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hiw-trust-text strong {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1A2E4A;
  display: block;
  margin-bottom: 4px;
}
.hiw-trust-text p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #4B5A6E;
  line-height: 1.5;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hiw-card {
    padding: 30px 22px 26px;
  }
  .hiw-icon-circle {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .hiw-steps-section .elementor-column,
  .hiw-trust-section .elementor-column {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .hiw-trust-section .elementor-column:last-child {
    margin-bottom: 0;
  }
  .hiw-card {
    margin-bottom: 16px;
  }
}








/* ============================================================
   CTA BANNER SECTION – Need a Worker Today
   Append to your existing custom CSS in
   Elementor > Site Settings > Custom CSS
   ============================================================ */

/* ── Outer section – dark navy card with rounded corners ── */
.cta-banner-section {
  background: #0D2147 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  position: relative !important;
}

/* ── Subtle radial glow in the centre-left ── */
.cta-banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 20% 50%, rgba(21, 101, 192, 0.35) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* ── Large decorative circle – bottom-left ── */
.cta-banner-section::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
  z-index: 0;
}

/* ── Second decorative circle – top-right ── */
.cta-right-panel::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 1;
}

/* ── Dot pattern – top left corner ── */
.cta-dot-pattern-tl {
  position: absolute;
  top: 24px;
  left: 28px;
  width: 110px;
  height: 70px;
  background-image: radial-gradient(circle, rgba(255,255,255,0.18) 1.2px, transparent 1.2px);
  background-size: 14px 14px;
  pointer-events: none;
  z-index: 1;
}

/* ── Orange dot pattern – bottom right ── */
.cta-right-panel {
  position: relative;
}
.cta-right-panel::before {
  content: '';
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 90px;
  height: 60px;
  background-image: radial-gradient(circle, rgba(240, 90, 26, 0.5) 1.2px, transparent 1.2px);
  background-size: 13px 13px;
  pointer-events: none;
  z-index: 1;
}

/* ── Left content panel ── */
.cta-left-panel {
  position: relative;
  z-index: 2;
}

/* ── Heading ── */
.cta-banner-section .elementor-heading-title {
  font-family: 'DM Sans', sans-serif !important;
}

/* ── Subtext ── */
.cta-banner-section .elementor-text-editor p {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 18px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.6 !important;
}

/* ── Post a Job button ── */
.cta-btn-wrap {
  display: flex;
  align-items: center;
}
.cta-post-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #F05A1A;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 12px;
  padding: 16px 36px;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 24px rgba(240, 90, 26, 0.40);
  letter-spacing: -0.2px;
}
.cta-post-btn:hover {
  background: #D94E0F;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(240, 90, 26, 0.50);
  color: #ffffff !important;
}
.cta-arrow {
  font-size: 20px;
  transition: transform 0.2s ease;
}
.cta-post-btn:hover .cta-arrow {
  transform: translateX(5px);
}

/* ── Perks row ── */
.cta-perks-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cta-perk {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}
.cta-perk-divider {
  color: rgba(255, 255, 255, 0.25);
  font-size: 18px;
  font-weight: 300;
}

/* ── Right panel – workers image ── */
.cta-right-panel {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.cta-right-panel .elementor-widget-image,
.cta-workers-img {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  height: 100% !important;
}
.cta-right-panel img,
.cta-workers-img img {
  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block !important;
  margin-left: auto !important;
  position: relative !important;
  z-index: 2 !important;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .cta-post-btn {
    font-size: 16px;
    padding: 14px 28px;
  }
}

@media (max-width: 767px) {
  .cta-banner-section {
    border-radius: 14px !important;
  }
  .cta-banner-section .elementor-column {
    width: 100% !important;
  }
  .cta-right-panel {
    max-height: 300px;
    overflow: hidden;
  }
  .cta-right-panel img {
    max-width: 100% !important;
    object-position: top center !important;
  }
  .cta-perks-row {
    gap: 10px;
  }
  .cta-perk-divider {
    display: none;
  }
}/* End custom CSS */