/* ==========================================================================
   Common Inline Styles - Extracted from all HTML pages
   Replaces the duplicated <style> blocks present in 36+ files
   ========================================================================== */

/* --- Search Limiter (Mobile Nav) --- */
.searchLim { display: none; }

@media (max-width: 480px) {
  nav button { margin-left: 12.7em !important; }
  nav .wp-block-search__button { margin-left: 0px !important; }
  .searchLim { display: block !important; }
}

/* --- Desktop Popup Modal --- */
.popupm .overlaym {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 1;
  display: none;
}

.popupm .contentm {
  position: absolute;
  margin-top: 30% !important;
  left: 28%;
  transform: translate(-50%,-50%) scale(0);
  background: #fff;
  width: 450px;
  height: 100px;
  z-index: 2;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
}

.popupm .closem-btn {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: #222;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.popupm.activem .overlaym {
  display: block;
}

.popupm.activem .contentm {
  transition: all 300ms ease-in-out;
  transform: translate(-50%,-50%) scale(1);
}

/* --- Mobile Popup Modal --- */
.popup1M .overlay1M {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 1;
  display: none;
}

.popup1M .content1M {
  position: absolute;
  margin-top: 30% !important;
  margin-left: -178px !important;
  transform: translate(-50%,-50%) scale(0);
  background: #fff;
  width: 100%;
  height: 100px;
  z-index: 2;
  text-align: center;
  padding: 30px 15px;
  box-sizing: border-box;
}

.popup1M .closem-btn {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: #222;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.popup1M.active1M .overlay1M {
  display: block;
}

.popup1M.active1M .content1M {
  transition: all 300ms ease-in-out;
  transform: translate(-50%,-50%) scale(1);
}

/* --- Hero Section Overlay --- */
.hso { position: relative; }

.hso:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

video { object-fit: cover !important; }

.discover-single { min-height: 400px !important; }
.mpp { padding: 0; }

@media (max-width: 480px) {
  .mup { margin-top: -20px !important; }
  .mpp { padding: 20px !important; }
  .mybn { height: 550px; object-fit: cover; object-position: 100% 0; }
}

/* --- Inner Page Content Styles --- */
.homeslider .bg-contenty {
  padding: 0 1em;
  width: 80% !important;
  font-size: 1.2em;
  border-left: 1px solid #ffe600;
  color: #ffffff !important;
}

.cap p { font-size: 1.2em !important; }

ul.reportsList { list-style: none; padding-left: 0; }
ul.reportsList li { margin-bottom: 5px; }

@media (max-width: 425px) {
  .homeslider .my { margin-top: -18em !important; }
}

/* --- Scrollbar (blogs/resources) --- */
.mn::-webkit-scrollbar { width: 5px; }
.mn::-webkit-scrollbar-track { background: #f1f1f1; }
.mn::-webkit-scrollbar-thumb { background: #888; }
.mn::-webkit-scrollbar-thumb:hover { background: #555; }

.col-sm-61 { position: relative; width: 50% !important; }

.homeslider-a .content { margin-top: 14em !important; }
.homeslider-a .bg-contenty {
  padding: 0 1em;
  width: 60% !important;
  font-size: 1.3em;
  border-left: 1px solid #ffe600;
  color: #ffffff !important;
}

.bg-content { font-size: 1.2em; }

@media (max-width: 500px) {
  .mhf { font-size: 2em; }
  .home-main-headm { font-size: 1.5em; }
}
