.sidebar-submenu {
  display: none;
  background-color: #111;
}

.sidebar-submenu.show {
  display: block;
}

.sidebar-submenu-btn {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  color: white;
}

.sidebar-submenu-link {
  padding-left: 32px !important;
  font-size: 14px;
  color: #ddd !important;
}

.sidebar-submenu-link:hover {
  background-color: #222 !important;
  color: white !important;
}


.branch-slidein {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 340px;
  max-width: calc(100% - 24px);
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  padding: 18px 18px 16px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.35s ease;
}

.branch-slidein.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.branch-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #888;
  cursor: pointer;
}

.branch-close:hover {
  color: #222;
}

.branch-icon {
  font-size: 24px;
  margin-bottom: 8px;
}

.branch-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.branch-text {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 14px;
}

.branch-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.branch-btn {
  border: none;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.branch-btn-primary {
  background: #2e7d32;
  color: #fff;
}

.branch-btn-primary:hover {
  background: #256628;
  color: #fff;
  text-decoration: none;
}

.branch-btn-secondary {
  background: #f1f1f1;
  color: #333;
}

.branch-btn-secondary:hover {
  background: #e4e4e4;
}

@media (max-width: 768px) {
  .branch-slidein {
    left: 12px;
    right: 12px;
    bottom: 80px;
    width: auto;
  }
}


.pricing-dropdown {
  position: relative;
  display: inline-block;
  padding: 0;
}

.pricing-dropbtn {
  background: transparent;
  border: none;
  padding: 16px;
}

.pricing-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 220px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  border-radius: 8px;
  z-index: 9999;
  overflow: hidden;
}

.pricing-dropdown-content a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.pricing-dropdown-content a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.pricing-dropdown:hover .pricing-dropdown-content {
  display: block;
}

#myNavbar,
#myNavbar.w3-bar,
.w3-top {
  overflow: visible !important;
}

.pricing-dropdown {
  position: relative;
  display: inline-block;
}

.pricing-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  min-width: 220px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  border-radius: 8px;
  z-index: 10001;
  overflow: hidden;
}

.pricing-dropdown:hover .pricing-dropdown-content {
  display: block;
}

.pricing-dropdown.w3-bar-item {
  padding: 0 !important;
}

.pricing-dropbtn.w3-button {
  display: block;
  padding: 20px !important;
  line-height: normal;
  margin: 0;
}


