/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770888980
Updated: 2026-02-12 09:36:20

*/

span.eael-simple-menu-toggle-text {
    display: none;
}
.v-master-ring-box .v-ring-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: var(--max, 100%);
  margin: 0 auto;
  box-sizing: border-box;
  gap: 16px 12px;
}

.v-master-ring-box .v-ring-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: calc((100% - 12px) / 2); 
}

.v-master-ring-box .v-ring-shape {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.v-master-ring-box .v-ring-shape:hover {
  transform: translateY(-5px);
}

.v-master-ring-box .v-ring-text {
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
  color: #333;
  margin: 0;
  padding: 0;
}

.v-master-ring-box .v-ring-text strong {
  display: block;
  font-size: 13px;
  color: var(--gold);
  font-weight: bold;
}

.v-master-ring-box .v-ring-label {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 576px) {
  .v-master-ring-box .v-ring-wrapper {
    gap: 24px 20px;
  }
  .v-master-ring-box .v-ring-item {
    width: calc((100% - (var(--cols) - 1) * 20px) / var(--cols));
  }
  .v-master-ring-box .v-ring-shape {
    width: 82px;
    height: 82px;
    margin-bottom: 10px;
  }
  .v-master-ring-box .v-ring-text { font-size: 12px; }
  .v-master-ring-box .v-ring-text strong { font-size: 14px; }
  .v-master-ring-box .v-ring-label { font-size: 13px; }
}

@media (min-width: 992px) {
  .v-master-ring-box .v-ring-wrapper {
    gap: var(--gapY) var(--gapX); 
  }
  .v-master-ring-box .v-ring-item {
    width: calc((100% - (var(--cols) - 1) * var(--gapX)) / var(--cols));
  }
  .v-master-ring-box .v-ring-shape {
    width: var(--size);
    height: var(--size);
    margin-bottom: 12px;
  }
  .v-master-ring-box .v-ring-text { font-size: 14px; }
  .v-master-ring-box .v-ring-text strong { font-size: 16px; }
  .v-master-ring-box .v-ring-label { font-size: 14px; }
}