.elementor-1140 .elementor-element.elementor-element-1ebe7fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1140 .elementor-element.elementor-element-95311d2{width:100%;max-width:100%;}.elementor-1140 .elementor-element.elementor-element-9b6fe62{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1140 .elementor-element.elementor-element-eca93fd{width:100%;max-width:100%;}body.elementor-page-1140{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-95311d2 *//* OmniHub — Workforce Solutions (Clean Premium + consistent typography) */

.oh-wf2{
  background:#f4f6f9;
  color:#111827;
  font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  line-height:1.65;
  scroll-behavior:smooth;
}

/* Normalize typography inside the component */
.oh-wf2 *{
  font-family:inherit;
  box-sizing:border-box;
}

.oh-wf2 p,
.oh-wf2 li,
.oh-wf2 td,
.oh-wf2 th{
  font-size:0.95rem;
  letter-spacing:0;
}

/* Container */
.oh-wf2-container{
  max-width:1100px;
  margin:0 auto;
  padding:0 20px;
}

/* HERO: Image background + overlay */
.oh-wf2-hero{
  position: relative;
  overflow: hidden;
  color:#f9fafb;

  /* Background image */
  background-image: url("https://omnihubsa.com/wp-content/uploads/2025/07/jdzKbBL4e1rKe5iGYsB-q.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 88px 0 64px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* Overlay (dark + brand glow) */
.oh-wf2-hero::before{
  content:"";
  position:absolute;
  inset:0;

  /* You can tweak opacity here */
  background:
    radial-gradient(circle at top left, rgba(35,189,255,.22), transparent 55%),
    radial-gradient(circle at top right, rgba(37,99,235,.18), transparent 60%),
    linear-gradient(135deg, rgba(2,6,23,.86), rgba(11,23,38,.78));
  z-index: 0;
}

/* Ensure content sits above overlay */
.oh-wf2-hero .oh-wf2-container{
  position: relative;
  z-index: 1;
}


.oh-wf2-eyebrow{
  margin:0 0 10px;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(209,213,219,.9);
}

.oh-wf2-title{
  margin:0 0 10px;
  font-weight:900;
  letter-spacing:.02em;
  font-size:clamp(2.1rem,3.8vw,2.9rem);
}

.oh-wf2-kicker{
  margin:0 0 12px;
  font-weight:800;
  font-size:1.05rem;
  color:rgba(243,244,246,.95);
}

.oh-wf2-lead{
  margin:0;
  max-width:920px;
  font-size:1rem;
  color:rgba(229,231,235,.90);
}

.oh-wf2-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}

/* Main spacing */
.oh-wf2-main{
  padding:28px 0 84px;
}

/* Cards */
.oh-wf2-card{
  background:#fff;
  border-radius:14px;
  box-shadow:0 18px 50px rgba(15,23,42,.08), 0 0 0 1px rgba(209,213,219,.55);
  padding:24px 22px;
  margin-top:16px;
}

/* Headings */
.oh-wf2-h2{
  margin:0 0 10px;
  font-size:1.15rem;
  font-weight:900;
  color:#111827;
  position:relative;
  padding-bottom:6px;
}

.oh-wf2-h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:84px;
  height:2px;
  background:linear-gradient(90deg,#23bdff,transparent);
}

.oh-wf2-h3{
  margin:14px 0 6px;
  font-size:0.98rem;
  font-weight:800;
  color:#111827;
}

.oh-wf2-muted{ color:#4b5563; }
.oh-wf2-strong{
  font-weight:900;
  font-size:1.02rem;
  margin:0 0 10px;
}

/* Lists */
.oh-wf2-list{
  padding-left:18px;
  margin:6px 0 12px;
}
.oh-wf2-list li{
  margin:6px 0;
  color:#374151;
}

/* Buttons */
.oh-wf2-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:10px;
  text-decoration:none;
  font-weight:900;
  font-size:.95rem;
  transition:transform .15s ease, background .2s ease, border-color .2s ease, color .2s ease;
  white-space:nowrap;
}
.oh-wf2-btn:active{ transform:translateY(1px); }

.oh-wf2-btn-primary{
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 14px 30px rgba(37,99,235,.22);
}
.oh-wf2-btn-primary:hover{
  background:linear-gradient(135deg,#3b82f6,#1d4ed8);
  transform:translateY(-1px);
}

.oh-wf2-btn-ghost{
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.14);
}
.oh-wf2-btn-ghost:hover{
  background:rgba(255,255,255,.12);
  transform:translateY(-1px);
}

.oh-wf2-btn-soft{
  background:#f3f4f6;
  color:#111827;
  border:1px solid #e5e7eb;
}
.oh-wf2-btn-soft:hover{
  background:rgba(37,99,235,.08);
  border-color:rgba(37,99,235,.20);
  color:#1d4ed8;
  transform:translateY(-1px);
}
.oh-wf2-btn-wide{ width:100%; }

/* Pills */
.oh-wf2-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:10px;
}
.oh-wf2-pill{
  display:inline-flex;
  align-items:center;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(37,99,235,.18);
  background:rgba(37,99,235,.06);
  color:#1d4ed8;
  font-weight:900;
  font-size:.92rem;
  text-decoration:none;
  transition:transform .15s ease, background .2s ease, border-color .2s ease;
}
.oh-wf2-pill:hover{
  transform:translateY(-1px);
  background:rgba(35,189,255,.10);
  border-color:rgba(35,189,255,.30);
}

/* Accordion */
.oh-wf2-acc{
  margin-top:12px;
  border-radius:12px;
  border:1px solid #e5e7eb;
  background:linear-gradient(135deg,#ffffff,#f9fafb);
  overflow:hidden;
}

.oh-wf2-acc-sum{
  list-style:none;
  cursor:pointer;
  padding:14px 14px;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  color:#0f172a;
  border-bottom:1px solid rgba(229,231,235,.9);
  user-select:none;
}
.oh-wf2-acc-sum::-webkit-details-marker{ display:none; }

.oh-wf2-acc-title{
  flex:1;
  font-size:.98rem;
}

.oh-wf2-chev{
  width:10px;
  height:10px;
  border-right:2px solid rgba(17,24,39,.55);
  border-bottom:2px solid rgba(17,24,39,.55);
  transform:rotate(45deg);
  transition:transform .18s ease, border-color .18s ease;
}
.oh-wf2-acc[open] .oh-wf2-chev{
  transform:rotate(-135deg);
  border-color:rgba(35,189,255,.95);
}
.oh-wf2-acc-body{ padding:14px 14px 16px; }

/* Badges */
.oh-wf2-badge{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
  border:1px solid transparent;
  white-space:nowrap;
}
.oh-wf2-badge-amber{
  background:rgba(245,158,11,.16);
  color:#92400e;
  border-color:rgba(245,158,11,.22);
}
.oh-wf2-badge-blue{
  background:rgba(37,99,235,.12);
  color:#1e3a8a;
  border-color:rgba(37,99,235,.20);
}
.oh-wf2-badge-green{
  background:rgba(16,185,129,.12);
  color:#065f46;
  border-color:rgba(16,185,129,.20);
}

/* Table */
.oh-wf2-table-wrap{
  margin-top:12px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  background:#fff;
}

.oh-wf2-table{
  width:100%;
  border-collapse:collapse;
  min-width:720px;
}

.oh-wf2-table th,
.oh-wf2-table td{
  border-bottom:1px solid #e5e7eb;
  padding:12px 12px;
  text-align:left;
  color:#374151;
  vertical-align:top;
}
.oh-wf2-table th{
  background:#f3f4f6;
  color:#111827;
  font-weight:900;
}

/* CTA */
.oh-wf2-cta{
  margin-top:16px;
  border-radius:16px;
  border:1px solid rgba(35,189,255,.20);
  background:
    radial-gradient(circle at top right, rgba(35,189,255,.14), transparent 60%),
    linear-gradient(135deg,#ffffff,#f9fafb);
  box-shadow:0 18px 50px rgba(15,23,42,.10);
  padding:18px;
}

.oh-wf2-cta-inner{
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(0, .8fr);
  gap:14px;
  align-items:center;
}

.oh-wf2-cta-actions{
  display:grid;
  gap:10px;
}


/* Responsive */
@media (max-width: 900px){
  .oh-wf2-cta-inner{ grid-template-columns:1fr; }
}

@media (max-width: 640px){
  .oh-wf2-hero{ padding:72px 0 54px; }
  .oh-wf2-title{ font-size:2rem; }
  .oh-wf2-card{ padding:20px 16px; }
  .oh-wf2-wapp{ right:12px; bottom:12px; padding:10px 12px; font-size:.92rem; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .oh-wf2, .oh-wf2-btn, .oh-wf2-pill, .oh-wf2-wapp, .oh-wf2-chev{
    transition:none !important;
    scroll-behavior:auto;
  }
}
.oh-wf2-container{ max-width: 1600px; }/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-eca93fd *//* Base container */
.oh-faq-wrapper {
  font-family: "Montserrat", sans-serif;
  background-color: #f9fafb;
  color: #1f2937;
}

.oh-faq-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Hero Section */
.oh-faq-hero {
  background: linear-gradient(135deg, #1e3a8a, #0f172a);
  color: #ffffff;
  padding: 70px 20px 40px;
  text-align: center;
  border-radius: 0 0 24px 24px;
}

.oh-faq-title {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.2;
}

.oh-faq-lead {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
}

/* FAQ Main */
.oh-faq-main {
  padding-top: 40px;
}

/* FAQ Items */
.oh-faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 20px 0;
  transition: all 0.3s ease;
}

.oh-faq-question {
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  transition: color 0.2s ease;
}

.oh-faq-question:hover {
  color: #1d4ed8;
}

.oh-faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  color: #1d4ed8;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}

.oh-faq-item.open .oh-faq-question::after {
  content: "–";
  transform: rotate(180deg);
}

/* FAQ Answer */
.oh-faq-answer {
  font-size: 1rem;
  margin-top: 12px;
  color: #374151;
  line-height: 1.6;
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.oh-faq-item.open .oh-faq-answer {
  display: block;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .oh-faq-title {
    font-size: 1.8rem;
  }

  .oh-faq-question {
    font-size: 1.05rem;
  }

  .oh-faq-lead {
    font-size: 1rem;
  }

  .oh-faq-container {
    padding: 40px 16px;
  }
}
summary, p, h1, h2, h3, details {
  font-family: 'Montserrat', sans-serif;
}
.oh-wf2-container{ max-width: 1600px; }/* End custom CSS */