.elementor-1227 .elementor-element.elementor-element-bd390f3{--display:flex;}.elementor-1227 .elementor-element.elementor-element-292caa3{transition:all 400ms;}@media(min-width:768px){.elementor-1227 .elementor-element.elementor-element-bd390f3{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-292caa3 */.simple-megamenu {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.simple-megamenu * {
  box-sizing: border-box;
}

.simple-megamenu-box {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 24px 22px;
  background: #f8fafc;
  border: 1px solid #d9e2ee;
  border-radius: 24px;
}

.simple-megamenu-title {
  display: block;
  width: 100%;
  margin: 0 0 22px 0;
  padding: 0;
  text-align: center !important;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #163b73;
  font-family: Georgia, "Times New Roman", serif;
}

.simple-megamenu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.simple-megamenu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 0 18px;
  background: #ffffff;
  border: 1px solid #d7e0ec;
  border-radius: 14px;
  text-decoration: none;
  color: #1f2a44;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.simple-megamenu-item:hover {
  background: #163b73;
  color: #ffffff;
  border-color: #163b73;
}

@media (max-width: 767px) {
  .simple-megamenu-box {
    padding: 16px;
    border-radius: 18px;
  }

  .simple-megamenu-title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .simple-megamenu-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .simple-megamenu-item {
    min-height: 52px;
    font-size: 15px;
  }
}/* End custom CSS */