.elementor-34 .elementor-element.elementor-element-af92d79{text-align:center;}.elementor-34 .elementor-element.elementor-element-af92d79 .elementor-heading-title{color:#0C3472;font-family:"clash display", Sans-serif;font-weight:600;}/* Start custom CSS for html, class: .elementor-element-7553b63 */<style>
  .store-list {
    max-width: 700px;
    margin: auto;
    font-family: inherit;
  }

  .store-item {
    border-bottom: 1px solid #eee;
  }

  .store-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 12.5px 8.5px;
    transition: 0.3s;
  }

  .store-header:hover {
    background: #f9f9f9;
  }

  .store-header:hover .store-title {
    color: #F9B233; /* Yellow on hover */
  }

  .store-title {
    display: flex;
    align-items: center;
    gap: 8.5px;
    font-size: 22.86px;
    font-weight: 600;
    color: #0C3472;
    transition: color 0.3s;
  }

  .store-title img {
    width: 22px;
  }

  .store-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
    padding: 0 8px;
  }

  .store-content p,
  .store-content a {
    font-size: 19.08px;
    color: #0C3472;
    margin: 4.75px 0;
    display: block;
  }

  .store-content a {
    text-decoration: none;
  }

  .store-item.active .store-content {
    max-height: 500px;
    padding: 13px 8px;
  }

  .arrow {
    transition: 0.3s;
    color: #0C3472;
  }

  .store-item.active .arrow {
    transform: rotate(180deg);
  }
</style>

.store-list {
  max-width: 700px;
  margin: auto;
  font-family: inherit;
  font-weight: 300; /* Thin font */
}

.store-item {
  border-bottom: 1px solid #eee;
}

.store-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12.5px 8.5px;
  transition: 0.3s;
  font-weight: 300; /* Thin */
}

.store-header:hover {
  background: #f9f9f9;
}

.store-title {
  display: flex;
  align-items: center;
  gap: 8.5px;
  font-size: 22.86px;
  font-weight: 300; /* Thinner than 600 */
  color: #0C3472;
}

.store-title img {
  width: 22px;
}

.store-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease;
  padding: 0 8px;
  font-weight: 300; /* Thin */
}

.store-content p,
.store-content a {
  font-size: 19.08px;
  color: #0C3472;
  margin: 4.75px 0;
  display: block;
  transition: color 0.3s;
  font-weight: 300; /* Thin */
}

.store-content p:hover,
.store-content a:hover {
  color: #F9B233;
}

.store-content a {
  text-decoration: none;
}

.store-item.active .store-content {
  max-height: 500px;
  padding: 13px 8px;
}

.arrow {
  transition: 0.3s;
  color: #0C3472;
  font-weight: 300; /* Thin */
}

.store-item.active .arrow {
  transform: rotate(180deg);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'clash display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://poco.bit-eg.com/wp-content/uploads/2024/08/ClashDisplay-Variable.woff') format('woff');
}
/* End Custom Fonts CSS */