/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2025 | 05:49:02 */
/* ======= HEADER ======= */
.wp-block-site-logo img {
  width: 110px;
}
.admin-bar header {
  top: 55px !important;
}
.header-inner {
  background-color: transparent;
  max-width: 98%;
}
/* Menu button */
.menu-button {
  background: var(--wp--preset--color--contrast) !important;
  border-radius: 999px;
  color: #FFF;
}
/* Menu button */
@media (min-width: 777px) {
  header {
    background-color: transparent;
    width: 98%;
    margin: auto;
    border-radius: 999px;
    position: absolute;
    top: 20px;
  }
  .navigation-style-2 {
    background: rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(6.3px);
    -webkit-backdrop-filter: blur(6.3px);
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    border-radius: 999px;
  }
  .navigation-dropdown {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6.3px);
    -webkit-backdrop-filter: blur(6.3px);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #FFF !important;
    left: -20px;
  }
}
.navigation {
  --color: #FFF;
  --arrowColor: #FFF;
  --bgColor: #d3d3d3;
  --subMenuBgColor: #d3d3d3;
  --fontSize: 16px;
  --align: center;
  --mobileFlexAlign: left;
  --mobileBgColor: #d3d3d3;
  --mobileFontSize: var(--fontSize, 22px);
  --gap: 16px;
  --gapDropdown: var(--gap, 16px);
  --gapMobile: 16px;
  --font-weight: 500;
  --colorHover: #FFF;
  --colorActive: #FFF;
}
/* ======= HEADER ======= */
/* ====== Global margin ====== */
.entry-content {
  margin-left: 20px;
  margin-right: 20px;
}
:root {
  --wp--style--global--content-size: 1700px;
  --wp--style--global--wide-size: 1700px;
}
/* ====== Global margin ====== */
.faq-item {
  background-color: #F7F7F7;
  border-radius: 10px;
  margin-bottom: 10px;
}
.faq-item.active {
  background-color: #F7F7F7;
  margin-bottom: 10px;
}
.faq-item.active .faq-item-body {
  padding-top: 0px;
}
