/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2026 | 05:11:27 */
/* Overlay */
#sf-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 998;
}

/* Offcanvas Bottom Menu */
#sf-offcanvas {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  height: calc(100vh - 70px); /* HEADER HEIGHT SAFE */
  background: #1f1f1f;
  z-index: 999;
  border-radius: 16px 16px 0 0;
  transition: .4s ease;
  display: flex;
  flex-direction: column;
}

/* Active */
#sf-offcanvas.active {
  bottom: 0;
}

#sf-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sf-menu-head {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

/* Menu list */
.sf-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

.sf-menu li a {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

/* Submenu */
.sf-submenu {
  display: none;
  background: #2a2a2a;
}

.sf-submenu li a {
  padding-left: 32px;
  font-size: 14px;
}

/* CTA */
.sf-cta {
  margin: 16px;
  background: #f6b800;
  color: #000;
  text-align: center;
  padding: 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
.mob_act {
	display: flex;
  flex-direction: column;
  padding: 35px 18px;
  justify-content: flex-start;
  align-items: flex-start;
}