.elementor-370 .elementor-element.elementor-element-46c2eb6b{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-15dd4bab */@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

:root{
  --blue-dark:#0b4bb3;
  --blue:#2563eb;
  --orange:#f97316;
  --text:#1f2937;
  --muted:#6b7280;
  --bg:#f8f9fb;
  --card:#ffffff;
  --border:#e5e7eb;
}

#pms-select,
#pms-select *{
  box-sizing:border-box;
  font-family:"Poppins",sans-serif;
}

#pms-select{
  background:var(--bg);
  width:100%;
}

/* Full width helper */
.fullbleed{
  width:100vw;
  margin-left:calc(-50vw + 50%);
}

/* ===== Header ===== */
.topbar{
  background:var(--blue-dark);
  padding:12px 20px;
}

.topbar-inner{
  max-width:1400px;
  margin:auto;
  display:flex;
  justify-content:center;
}

/* Dropdown */
.select{
  position:relative;
}

.select-btn{
  display:flex;
  align-items:center;
  gap:8px;
  background:var(--orange);
  color:#fff;
  border:none;
  padding:10px 16px;
  border-radius:10px;
  font-weight:600;
  cursor:pointer;
}

.menu{
  position:absolute;
  top:110%;
  left:50%;
  transform:translateX(-50%);
  background:#fff;
  border:1px solid var(--border);
  border-radius:12px;
  box-shadow:0 10px 25px rgba(0,0,0,.15);
  min-width:280px;
  display:none;
  z-index:50;
}

.menu.open{
  display:block;
}

.menu a{
  display:block;
  padding:10px 14px;
  color:var(--text);
  text-decoration:none;
  font-size:14px;
}

.menu a:hover,
.menu a.active{
  background:#eef4ff;
}

/* ===== Content ===== */
.content{
  padding:30px 0;
}

.panel{
  max-width:1400px;
  margin:auto;
  padding:0 14px;
}

.card{
  background:var(--card);
  border-radius:18px;
  padding:28px 20px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.title{
  text-align:center;
  font-size:24px;
  font-weight:800;
  color:var(--orange);
  margin-bottom:20px;
}

/* Upload Box */
.dropzone{
  border:2px dashed #cbd5e1;
  border-radius:14px;
  padding:24px 16px;
  text-align:center;
  max-width:900px;
  margin:auto;
  background:#fafafa;
}

.chosen{
  display:none;
  font-weight:600;
  margin-bottom:10px;
}

.upload-btn{
  background:var(--blue);
  color:#fff;
  border:none;
  padding:12px 22px;
  border-radius:999px;
  font-weight:700;
  cursor:pointer;
}

.upload-btn:disabled{
  opacity:.5;
  cursor:not-allowed;
}

.help{
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
}

.limit{
  font-size:12px;
  color:#9ca3af;
}

/* Description Panel */
.desc{
  display:none;
  max-width:1020px;
  margin:22px auto 0;
  padding:18px 20px;
  background:#fff;
  border-radius:14px;
  border:1px solid var(--border);
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}

/* ===== Description Content Typography Fix ===== */

.desc h3{
  margin:0 0 12px;
  font-size:20px;        /* was visually too big */
  font-weight:700;
  color:var(--blue-dark);
}

.desc h4{
  margin:18px 0 8px;
  font-size:16px;
  font-weight:600;
  color:var(--text);
}

.desc h5{
  margin:16px 0 6px;
  font-size:14px;
  font-weight:600;
  color:var(--text);
}

.desc p{
  font-size:14px;
  line-height:1.6;
  color:var(--text);
  margin:0 0 12px;
}

.desc ul{
  padding-left:18px;
  margin:8px 0 14px;
}

.desc li{
  font-size:14px;
  line-height:1.6;
  margin:6px 0;
  color:var(--text);
}


/* Responsive */
@media(max-width:768px){
  .title{font-size:24px;}
}/* End custom CSS */