/* ============================================================
   SIMSAR MEGA HEADER V21.6
   Open-marketplace inspired links header.
   ============================================================ */

#simsarMegaHeaderV216{
  background:#f3f4f7;
  border-bottom:1px solid #e3e7ee;
  padding:26px 24px 24px;
  direction:ltr;
}

#simsarMegaHeaderV216 .smh-v216-inner{
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)) 280px;
  gap:24px;
  align-items:start;
}

#simsarMegaHeaderV216 .smh-v216-col h3{
  margin:0 0 14px;
  color:#121d33;
  font-size:17px;
  line-height:1.2;
  font-weight:900;
}

#simsarMegaHeaderV216 .smh-v216-col{
  min-width:0;
}

#simsarMegaHeaderV216 .smh-v216-col a,
#simsarMegaHeaderV216 .smh-v216-col button{
  display:block;
  width:100%;
  padding:5px 0;
  border:0;
  background:transparent;
  text-align:left;
  color:#2f3b50;
  font-size:14px;
  line-height:1.45;
  text-decoration:none;
  cursor:pointer;
}

#simsarMegaHeaderV216 .smh-v216-col a:hover,
#simsarMegaHeaderV216 .smh-v216-col button:hover{
  color:#e23628;
}

#simsarMegaHeaderV216 .smh-v216-brand{
  text-align:left;
}

#simsarMegaHeaderV216 .smh-v216-logo{
  display:flex;
  flex-direction:column;
  gap:2px;
  margin-bottom:10px;
}

#simsarMegaHeaderV216 .smh-v216-logo strong{
  color:#233d8f;
  font-size:42px;
  line-height:1;
  letter-spacing:-1px;
  font-weight:950;
}

#simsarMegaHeaderV216 .smh-v216-logo span{
  color:#2d3a4f;
  font-size:15px;
  font-weight:700;
}

#simsarMegaHeaderV216 .smh-v216-copy{
  margin:0 0 12px;
  color:#6d7788;
  font-size:13px;
  line-height:1.7;
}

#simsarMegaHeaderV216 .smh-v216-meta{
  color:#7e8798;
  font-size:13px;
  line-height:1.7;
}

#simsarMegaHeaderV216 .smh-v216-social{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}

#simsarMegaHeaderV216 .smh-v216-social a{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#ffffff;
  border:1px solid #d9e0ea;
  color:#142033;
  text-decoration:none;
  font-size:16px;
  font-weight:900;
  box-shadow:0 2px 8px rgba(15,23,42,.04);
}

#simsarMegaHeaderV216 .smh-v216-social a:hover{
  border-color:#e23628;
  color:#e23628;
}

#simsarMegaHeaderV216 .smh-v216-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  max-width:1480px;
  margin:0 auto 18px;
}

#simsarMegaHeaderV216 .smh-v216-topline h2{
  margin:0;
  color:#111c31;
  font-size:24px;
  line-height:1.2;
  font-weight:950;
}

#simsarMegaHeaderV216 .smh-v216-topline p{
  margin:4px 0 0;
  color:#6e7a8c;
  font-size:13px;
  line-height:1.6;
}

#simsarMegaHeaderV216 .smh-v216-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:12px;
  border:1px solid #e23628;
  background:#e23628;
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
}

#simsarMegaHeaderV216 .smh-v216-cta:hover{
  background:#cb2c20;
  border-color:#cb2c20;
}

@media (max-width:1180px){
  #simsarMegaHeaderV216 .smh-v216-inner{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  #simsarMegaHeaderV216 .smh-v216-brand{
    grid-column:1/-1;
  }
}

@media (max-width:760px){
  #simsarMegaHeaderV216{
    padding:18px 16px 20px;
  }

  #simsarMegaHeaderV216 .smh-v216-topline{
    display:block;
    margin-bottom:14px;
  }

  #simsarMegaHeaderV216 .smh-v216-topline .smh-v216-cta{
    margin-top:12px;
  }

  #simsarMegaHeaderV216 .smh-v216-inner{
    grid-template-columns:1fr;
    gap:16px;
  }

  #simsarMegaHeaderV216 .smh-v216-col h3{
    margin-bottom:8px;
    font-size:16px;
  }

  #simsarMegaHeaderV216 .smh-v216-logo strong{
    font-size:34px;
  }
}
