.elementor-4360 .elementor-element.elementor-element-9e78975{--display:flex;}.elementor-4360 .elementor-element.elementor-element-69e71b4{--display:flex;--border-radius:10px 10px 10px 10px;}.elementor-4360 .elementor-element.elementor-element-69e71b4:not(.elementor-motion-effects-element-type-background), .elementor-4360 .elementor-element.elementor-element-69e71b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );}.elementor-4360 .elementor-element.elementor-element-c25e38f{--grid-columns:4;}.elementor-4360 .elementor-element.elementor-element-c25e38f.elementor-element{--align-self:center;}.elementor-4360 .elementor-element.elementor-element-c25e38f .elementor-loop-container{grid-auto-rows:1fr;}.elementor-4360 .elementor-element.elementor-element-c25e38f .e-loop-item > .elementor-section, .elementor-4360 .elementor-element.elementor-element-c25e38f .e-loop-item > .elementor-section > .elementor-container, .elementor-4360 .elementor-element.elementor-element-c25e38f .e-loop-item > .e-con, .elementor-4360 .elementor-element.elementor-element-c25e38f .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}body.elementor-page-4360:not(.elementor-motion-effects-element-type-background), body.elementor-page-4360 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-21b5add );}@media(max-width:1024px){.elementor-4360 .elementor-element.elementor-element-c25e38f{--grid-columns:2;}}@media(max-width:767px){.elementor-4360 .elementor-element.elementor-element-c25e38f{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-d078058 */#main-header-anchors {
  background-image: url('https://nogreh.com/wp-content/uploads/2025/06/500-gram-silver-bars-1.jpg');
  background-color: #333333; /* Fallback main background */
  background-size: cover;
  background-position: center;
  padding: 50px 20px;
  text-align: center;
  position: relative;
  color: #F5F5F5; /* Main font color */
}

#main-header-anchors::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}

#main-header-anchors > * {
  position: relative;
  z-index: 2;
}

#main-header-anchors h1 {
  font-size: 2.8em;
  font-weight: bold;
  color: #fff; 
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

#main-header-anchors .value-proposition {
  font-size: 1.3em;
  color: #F0F0F0; 
  margin-bottom: 35px;
  line-height: 1.6;
}

.anchor-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
}

.anchor-card {
  background: linear-gradient(145deg, #4a4a4a, #3c3c3c); 
  padding: 15px;
  border-radius: 10px;
  text-decoration: none;
  color: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 130px; 
  height: 130px; /* Fixed height */
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border: 1px solid #555;
}

.anchor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  background: linear-gradient(145deg, #525252, #424242); 
}

.anchor-card .slogan {
  font-weight: bold;
  font-size: 1.05em;
}

.anchor-card .emoji {
  font-size: 2.2em; 
  margin-bottom: 8px;
}
.anchor-card .anchor-svg-icon {
  width: 30px; 
  height: 30px;
  margin-bottom: 8px;
  filter: invert(95%) sepia(6%) saturate(82%) hue-rotate(193deg) brightness(114%) contrast(100%); 
}

.anchor-card .title {
  font-size: 0.95em;
  text-align: center;
}

@media (max-width: 768px) {
  #main-header-anchors {
    padding: 40px 15px;
  }
  #main-header-anchors h1 {
    font-size: 2.2em;
  }
  #main-header-anchors .value-proposition {
    font-size: 1.1em;
  }
  .anchor-cards-grid {
    grid-template-columns: repeat(2, 1fr); 
  }
  .anchor-card {
    min-height: 110px; 
    height: 110px; 
    padding: 10px;
  }
  .anchor-card .emoji {
    font-size: 1.8em;
  }
  .anchor-card .anchor-svg-icon {
    width: 24px;
    height: 24px;
  }
  .anchor-card .title {
    font-size: 0.85em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1cbc72a */#service-introduction {
  background-color: #2A3F54; 
  padding: 40px 20px;
  line-height: 1.9;
  color: #F5F5F5;
  border-top: 2px solid #c0c0c0; 
  border-bottom: 2px solid #c0c0c0; 
}

#service-introduction .section-slogan {
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  color: #ffd700; 
  margin-bottom: 25px;
}

#service-introduction h2 {
  font-size: 2em;
  color: #F5F5F5;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

#service-introduction h3 {
  font-size: 1.4em;
  color: #E0E0E0;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: right; 
  font-weight: normal;
}

#service-introduction p {
  font-size: 1.1em;
  color: #EAEAEA;
  margin-bottom: 20px;
  text-align: justify;
}

#service-introduction strong {
  color: #ffd700; 
}

#service-introduction .service-image {
  display: block;
  max-width: 100%; /* Default for larger screens */
  width: auto; /* Maintain aspect ratio */
  height: auto;
  margin: 35px auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  aspect-ratio: 16/7; 
  object-fit: cover;
  border: 3px solid #c0c0c0; 
}

/* Mobile full width for image */
@media (max-width: 768px) {
  #service-introduction .image-container-mobile-full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow: hidden; /* To prevent horizontal scroll if image slightly overflows */
  }
  #service-introduction .service-image {
    width: 100%;
    max-width: 100vw; /* Ensure it doesn't exceed viewport */
    border-radius: 0; /* Optional: remove border-radius for full-width */
    margin-left: auto;
    margin-right: auto;
  }
   #service-introduction {
    padding: 30px 0; /* Adjust padding for full-width image effect */
  }
  #service-introduction > h2, 
  #service-introduction > h3,
  #service-introduction > p:not(.section-slogan),
  #service-introduction > .section-slogan {
    padding-left: 20px;
    padding-right: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7972b4 */#related-products-intro {
  padding: 40px 20px;
  background-color: #333333; 
  text-align: center;
  color: #F5F5F5;
}

#related-products-intro .section-slogan {
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  color: #c0c0c0; 
  margin-bottom: 20px;
}

#related-products-intro h2 {
  font-size: 2em;
  color: #F5F5F5;
  margin-bottom: 20px;
  font-weight: bold;
}

#related-products-intro p {
  font-size: 1.1em;
  color: #EAEAEA;
  max-width: 850px;
  margin: 0 auto 20px auto;
  line-height: 1.8;
}
#related-products-intro strong {
  color: #c0c0c0; 
}/* End custom CSS */
/* Start custom CSS for loop-grid, class: .elementor-element-c25e38f */#internal-loop-grid { 
  padding: 30px 15px;
  background-color: #2A3F54; 
}

.product-container-in-loop-grid { 
  border: 1px solid #444; 
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: linear-gradient(145deg, #3a3a3a, #2c2c2c); 
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  position: relative; 
  color: #F5F5F5;
}

.product-container-in-loop-grid:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
  transform: translateY(-3px);
}

.product-image-in-loop-grid { 
  max-width: 100%;
  width: 300px; 
  height: 300px; 
  object-fit: contain; 
  margin-bottom: 15px;
  border-radius: 5px; 
}

.product-discount-in-loop-grid { 
  position: absolute;
  top: 10px;
  left: 10px; 
  background: linear-gradient(to right, #DAA520, #B8860B); 
  color: #111; 
  padding: 6px 12px;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.product-name-in-loop-grid { 
  font-size: 1.15em;
  font-weight: bold;
  color: #F5F5F5;
  margin-bottom: 10px;
  min-height: 48px; 
}

.product-brand-in-loop-grid a { 
  font-size: 0.95em;
  color: #c0c0c0; 
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  transition: color 0.2s ease;
}

.product-brand-in-loop-grid a:hover {
  color: #ffd700; 
}

.product-price-in-loop-grid { 
  font-size: 1.25em;
  color: #90EE90; 
  font-weight: bold;
  margin-bottom: 18px;
}

.product-price-in-loop-grid del .woocommerce-Price-amount.amount { 
  font-size: 0.9em;
  color: #aaa;
  margin-left: 8px;
  text-decoration: line-through;
}

.product-button-in-loop-grid { 
  display: inline-block;
  background: linear-gradient(to right, #c0c0c0, #a9a9a9); 
  color: #222; 
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.product-button-in-loop-grid:hover {
  background: linear-gradient(to right, #DAA520, #B8860B); 
  color: #111; 
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6dc6be */#further-suggestions {
  padding: 40px 20px;
  background-color: #333333;
  color: #F5F5F5;
}

#further-suggestions .section-slogan {
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  color: #ffd700; 
  margin-bottom: 15px;
}

#further-suggestions h2 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #F5F5F5;
  margin-bottom: 10px;
}
#further-suggestions .intro-paragraph {
  text-align: center;
  font-size: 1.1em;
  color: #EAEAEA;
  max-width: 800px;
  margin: 0 auto 30px auto;
  line-height: 1.7;
}

.suggestions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); 
  gap: 20px;
}

.suggestion-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  border: 1px solid #555;
  border-radius: 10px;
  text-decoration: none;
  color: #F5F5F5;
  background: linear-gradient(145deg, #404040, #303030);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  min-height: 230px; 
  height: 230px; /* Fixed height for cards in this section */
}

.suggestion-card:hover {
  transform: translateY(-5px); 
  box-shadow: 0 5px 15px rgba(0,0,0,0.5); 
  background: linear-gradient(145deg, #484848, #383838);
}

.suggestion-card .card-icons {
  margin-bottom: 10px;
  display: flex; /* For two emojis */
  gap: 8px; /* Space between emojis */
}
.suggestion-card .emoji-icon {
  font-size: 2.2em; 
}

.suggestion-card .svg-icon { 
  width: 40px; 
  height: 40px;
  margin-bottom: 10px;
  object-fit: contain;
  filter: invert(95%) sepia(6%) saturate(82%) hue-rotate(193deg) brightness(114%) contrast(100%); 
}

.suggestion-card h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
  color: #ffd700; 
}

.suggestion-card .card-description {
  font-size: 0.95em;
  color: #E0E0E0;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
  flex-grow: 1;
}
.suggestion-card .card-slogan {
  font-size: 0.9em;
  font-style: italic;
  color: #c0c0c0; 
  text-align: center;
  margin-top: auto; 
}

@media (max-width: 768px) {
  .suggestions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
   .suggestion-card {
    min-height: 210px;
    height: 210px;
  }
}

@media (max-width: 500px) {
  .suggestions-grid {
    grid-template-columns: 1fr; 
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f7eb0d */#benefits-analysis {
  padding: 40px 20px;
  line-height: 1.9;
  background-color: #2A3F54; 
  color: #F5F5F5;
  border-top: 2px solid #DAA520; 
  border-bottom: 2px solid #DAA520; 
}

#benefits-analysis .section-slogan {
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  color: #ffd700; 
  margin-bottom: 25px;
}

#benefits-analysis h2 {
  text-align: center;
  font-size: 2em;
  color: #F5F5F5;
  margin-bottom: 25px;
  font-weight: bold;
}

#benefits-analysis h3 {
  font-size: 1.6em;
  color: #ffd700; 
  margin-top: 35px;
  margin-bottom: 18px;
  font-weight: bold;
}

#benefits-analysis ul {
  list-style: none; 
  padding-right: 0; 
}

#benefits-analysis ul li {
  font-size: 1.05em;
  color: #EAEAEA;
  margin-bottom: 15px;
  padding-right: 30px; 
  position: relative;
}

#benefits-analysis ul li::before {
  content: '⭐'; 
  color: #ffd700; 
  position: absolute;
  right: 0; 
  top: 0;
  font-size: 1.2em;
}

#benefits-analysis ul li a {
    color: #c0c0c0; 
    text-decoration: underline;
    font-weight: bold;
}
#benefits-analysis ul li a:hover {
    color: #fff;
}

#benefits-analysis .benefits-image {
  display: block;
  max-width: 100%; /* Default for larger screens */
  width: auto; /* Maintain aspect ratio */
  height: auto;
  margin: 35px auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  aspect-ratio: 16/7;
  object-fit: cover;
  border: 3px solid #DAA520; 
}
/* Mobile full width for image */
@media (max-width: 768px) {
  #benefits-analysis .image-container-mobile-full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow: hidden; 
  }
  #benefits-analysis .benefits-image {
    width: 100%;
    max-width: 100vw; 
    border-radius: 0; 
    margin-left: auto;
    margin-right: auto;
  }
   #benefits-analysis {
    padding: 30px 0; 
  }
  #benefits-analysis > h2, 
  #benefits-analysis > h3,
  #benefits-analysis > ul,
  #benefits-analysis > .section-slogan,
  #benefits-analysis .trust-symbols { /* Ensure padding for text elements */
    padding-left: 20px;
    padding-right: 20px;
  }
}


.trust-symbols {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #555;
}

.trust-symbols img {
  height: 45px; 
  margin: 0 12px;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
  filter: invert(95%) sepia(6%) saturate(82%) hue-rotate(193deg) brightness(114%) contrast(100%); 
}

.trust-symbols img:hover {
  opacity: 1;
  transform: scale(1.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab64260 */#honest-review {
  padding: 40px 20px;
  background-color: #333333; 
  color: #F5F5F5;
}

#honest-review .section-slogan {
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  color: #c0c0c0; 
  margin-bottom: 15px;
}

#honest-review h2 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #F5F5F5;
  margin-bottom: 10px;
}

#honest-review .intro-paragraph { 
  text-align: center;
  font-size: 1.1em;
  color: #EAEAEA;
  max-width: 850px;
  margin: 0 auto 35px auto;
  line-height: 1.8;
}

#honest-review .honest-review-image {
  display: block;
  max-width: 100%; /* Default for larger screens */
  width: auto; /* Maintain aspect ratio */
  height: auto;
  margin: 0 auto 35px auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  aspect-ratio: 16/7;
  object-fit: cover;
  border: 3px solid #777; 
}
/* Mobile full width for image */
@media (max-width: 768px) {
  #honest-review .image-container-mobile-full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow: hidden; 
  }
  #honest-review .honest-review-image {
    width: 100%;
    max-width: 100vw; 
    border-radius: 0; 
    margin-left: auto;
    margin-right: auto;
  }
   #honest-review {
    padding: 30px 0; 
  }
  #honest-review > h2, 
  #honest-review > .intro-paragraph,
  #honest-review > .section-slogan,
  #honest-review .challenge-item { /* Ensure padding for text elements */
    padding-left: 20px;
    padding-right: 20px;
  }
   /* Re-apply padding for challenge-item if its default padding was overridden */
  #honest-review .challenge-item {
     padding: 25px 20px; 
  }
}


.challenge-item {
  background: linear-gradient(145deg, #3E3E3E, #2E2E2E); 
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 3px 7px rgba(0,0,0,0.4);
  border-left: 5px solid #DAA520; 
}

.challenge-item h4 {
  font-size: 1.4em; 
  color: #ffd700; 
  margin-bottom: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.challenge-item h4 .emoji { 
  margin-left: 10px; 
  font-size: 1.3em;
}

.challenge-item p {
  font-size: 1.05em;
  color: #E0E0E0;
  line-height: 1.9;
}

.challenge-item p strong { 
  color: #90EE90; 
  font-weight: bold;
}

.challenge-item p a {
  color: #87CEFA; 
  text-decoration: underline;
  font-weight: bold;
}

.challenge-item p a:hover {
  color: #ADD8E6; 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66ba850 */#faq-section {
  padding: 40px 20px;
  background-color: #2A3F54; 
  color: #F5F5F5;
}

#faq-section > h2 { 
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #F5F5F5;
  margin-bottom: 35px;
}

.faq-category-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  margin-bottom: 35px;
}

.faq-category-card {
  background: linear-gradient(145deg, #4a4a4a, #3c3c3c);
  color: #F5F5F5;
  padding: 15px;
  border-radius: 8px; 
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px; 
  height: 70px; /* Fixed height for consistency */
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border: 1px solid #555;
}

.faq-category-card:hover {
  background: linear-gradient(145deg, #525252, #424242);
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.faq-category-card .emoji {
  font-size: 1.5em;
  margin-left: 10px; 
}
.faq-category-card .faq-svg-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px; 
  filter: invert(95%) sepia(6%) saturate(82%) hue-rotate(193deg) brightness(114%) contrast(100%); 
}
.faq-category-card .category-title {
  text-align: center;
}

.faq-category {
  margin-bottom: 30px;
}

.faq-category h3 { 
  font-size: 1.5em;
  color: #ffd700; 
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #444;
  font-weight: bold;
}

#faq-section details {
  background-color: #333333;
  border: 1px solid #484848;
  border-radius: 8px;
  margin-bottom: 12px;
  transition: box-shadow 0.2s ease-in-out;
}

#faq-section details[open] {
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  background-color: #3a3a3a;
}

#faq-section summary {
  padding: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  color: #F5F5F5;
  list-style: none; 
  font-size: 1.1em;
}

#faq-section summary::-webkit-details-marker { 
  display: none;
}

#faq-section summary::after { 
  content: '➕';
  position: absolute;
  left: 18px; 
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1em;
  color: #ffd700; 
  transition: transform 0.2s ease-in-out;
}

#faq-section details[open] summary::after {
  content: '➖';
}

#faq-section details p {
  padding: 5px 20px 20px 20px; 
  line-height: 1.8;
  color: #E0E0E0;
  font-size: 1em;
}

#faq-section details p a {
  color: #87CEFA; 
  text-decoration: underline;
}
#faq-section details p a:hover{
  color: #ADD8E6; 
}

@media (max-width: 768px) {
  .faq-category-links {
    grid-template-columns: repeat(2, 1fr);
  }
   .faq-category-card {
    min-height: 60px;
    height: auto; /* Allow dynamic height for 2 lines of text */
    padding: 12px;
    font-size: 0.9em;
  }
  .faq-category-card .emoji {
    font-size: 1.3em;
    margin-left: 8px; 
  }
  .faq-category-card .faq-svg-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px; 
  }
}/* End custom CSS */