.elementor-4358 .elementor-element.elementor-element-39ce933{--display:flex;}.elementor-4358 .elementor-element.elementor-element-df78c5b{--display:flex;--border-radius:10px 10px 10px 10px;}.elementor-4358 .elementor-element.elementor-element-df78c5b:not(.elementor-motion-effects-element-type-background), .elementor-4358 .elementor-element.elementor-element-df78c5b > .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-4358 .elementor-element.elementor-element-7ee1abc{--grid-columns:4;}.elementor-4358 .elementor-element.elementor-element-7ee1abc.elementor-element{--align-self:center;}.elementor-4358 .elementor-element.elementor-element-7ee1abc .elementor-loop-container{grid-auto-rows:1fr;}.elementor-4358 .elementor-element.elementor-element-7ee1abc .e-loop-item > .elementor-section, .elementor-4358 .elementor-element.elementor-element-7ee1abc .e-loop-item > .elementor-section > .elementor-container, .elementor-4358 .elementor-element.elementor-element-7ee1abc .e-loop-item > .e-con, .elementor-4358 .elementor-element.elementor-element-7ee1abc .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}@media(max-width:1024px){.elementor-4358 .elementor-element.elementor-element-7ee1abc{--grid-columns:2;}}@media(max-width:767px){.elementor-4358 .elementor-element.elementor-element-7ee1abc{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-30ab5b7 */#main-header-anchors {
  background-image: url('https://nogreh.com/wp-content/uploads/2025/06/1-kg-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); /* Darker overlay for better text contrast */
  z-index: 1;
}

#main-header-anchors > * {
  position: relative;
  z-index: 2;
}

#main-header-anchors h1 {
  font-size: 2.8em;
  font-weight: bold;
  color: #fff; /* Ensure heading is bright white */
  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; /* Slightly off-white for readability */
  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); /* Darker cards with gradient */
  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); /* Lighter gradient on hover */
}

.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; /* Adjust size as needed */
  height: 30px;
  margin-bottom: 8px;
  filter: invert(95%) sepia(6%) saturate(82%) hue-rotate(193deg) brightness(114%) contrast(100%); /* Attempt to make SVGs white/light */
}


.anchor-card .title {
  font-size: 0.95em;
  text-align: center;
}

@media (max-width: 768px) {
  #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; /* Fixed height for mobile */
    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-3373e87 */#service-introduction {
  background-color: #2A3F54; /* Secondary background */
  padding: 40px 20px;
  line-height: 1.9;
  color: #F5F5F5;
  border-top: 2px solid #c0c0c0; /* Silver gradient border top */
  border-bottom: 2px solid #c0c0c0; /* Silver gradient border bottom */
}

#service-introduction .section-slogan {
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  color: #ffd700; /* Gold color for slogan */
  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; /* Gold for emphasis */
}

#service-introduction .service-image {
  display: block;
  max-width: 100%;
  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; /* Silver border */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-401eef5 */#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; /* Silver color for slogan */
  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; /* Silver for emphasis */
}/* End custom CSS */
/* Start custom CSS for loop-grid, class: .elementor-element-7ee1abc */#internal-loop-grid { 
  padding: 30px 15px;
  background-color: #2A3F54; /* Secondary background for loop area */
}

.product-container-in-loop-grid { 
  border: 1px solid #444; /* Darker border */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: linear-gradient(145deg, #3a3a3a, #2c2c2c); /* Dark gradient for product cards */
  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%;


}

.product-discount-in-loop-grid { 
  position: absolute;
  top: 10px;
  left: 10px; 
  background: linear-gradient(to right, #DAA520, #B8860B); /* Gold gradient */
  color: #111; /* Dark text on gold */
  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; /* Silver color */
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  transition: color 0.2s ease;
}

.product-brand-in-loop-grid a:hover {
  color: #ffd700; /* Gold on hover */
}

.product-price-in-loop-grid { 
  font-size: 1.25em;
  color: #90EE90; /* Light green for price */
  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); /* Silver gradient */
  color: #222; /* Dark text on silver */
  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); /* Gold gradient on hover */
  color: #111; /* Dark text on gold */
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a49ea6 */#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; /* Gold color for section slogan */
  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: 220px; /* Fixed height */
  height: 220px;
}

.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;
}
.suggestion-card .emoji-icon {
  font-size: 2.2em; 
  margin: 0 5px; /* Space between two emojis */
}

.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%); /* Attempt to make SVGs white/light */
}


.suggestion-card h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
  color: #ffd700; /* Gold color */
}

.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; /* Silver color */
  text-align: center;
  margin-top: auto; /* Pushes slogan to bottom */
}

@media (max-width: 768px) {
  .suggestions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
   .suggestion-card {
    min-height: 200px;
    height: 200px;
  }
}

@media (max-width: 500px) {
  .suggestions-grid {
    grid-template-columns: 1fr; /* Single column on very small screens */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c71c69 */#benefits-analysis {
  padding: 40px 20px;
  line-height: 1.9;
  background-color: #2A3F54; /* Secondary background */
  color: #F5F5F5;
  border-top: 2px solid #DAA520; /* Gold gradient border top */
  border-bottom: 2px solid #DAA520; /* Gold gradient border bottom */
}

#benefits-analysis .section-slogan {
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  color: #ffd700; /* Gold color for slogan */
  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; /* Gold color for this heading */
  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: '⭐'; /* Gold star or '✔' with gold color */
  color: #ffd700; 
  position: absolute;
  right: 0; 
  top: 0;
  font-size: 1.2em;
}

#benefits-analysis ul li a {
    color: #c0c0c0; /* Silver link */
    text-decoration: underline;
    font-weight: bold;
}
#benefits-analysis ul li a:hover {
    color: #fff;
}

#benefits-analysis .benefits-image {
  display: block;
  max-width: 100%;
  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; /* Gold border */
}

.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%); /* Attempt to make SVGs white/light */
}

.trust-symbols img:hover {
  opacity: 1;
  transform: scale(1.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae6d793 */#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; /* Silver color for section slogan */
  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%;
  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; /* Neutral border */
}

.challenge-item {
  background: linear-gradient(145deg, #3E3E3E, #2E2E2E); /* Darker gradient for items */
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 3px 7px rgba(0,0,0,0.4);
  border-left: 5px solid #DAA520; /* Gold accent left border */
}

.challenge-item h4 {
  font-size: 1.4em; 
  color: #ffd700; /* Gold color for challenge titles */
  margin-bottom: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.challenge-item h4 .emoji { 
  margin-left: 10px; /* For Farsi, assuming emoji is to the right of text */
  font-size: 1.3em;
}

.challenge-item p {
  font-size: 1.05em;
  color: #E0E0E0;
  line-height: 1.9;
}

.challenge-item p strong { 
  color: #90EE90; /* Light green for solutions */
  font-weight: bold;
}

.challenge-item p a {
  color: #87CEFA; /* Light blue link */
  text-decoration: underline;
  font-weight: bold;
}

.challenge-item p a:hover {
  color: #ADD8E6; /* Lighter blue on hover */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07534b2 */#faq-section {
  padding: 40px 20px;
  background-color: #2A3F54; /* Secondary background */
  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; /* Fixed height */
  height: 70px;
  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; /* For Farsi: emoji to the right of text */
}
.faq-category-card .faq-svg-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px; /* For Farsi */
  filter: invert(95%) sepia(6%) saturate(82%) hue-rotate(193deg) brightness(114%) contrast(100%); /* Attempt to make SVGs white/light */
}
.faq-category-card .category-title {
  text-align: center;
}


.faq-category {
  margin-bottom: 30px;
}

.faq-category h3 { 
  font-size: 1.5em;
  color: #ffd700; /* Gold color for category titles */
  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; /* Gold color for marker */
  transition: transform 0.2s ease-in-out;
}

#faq-section details[open] summary::after {
  content: '➖';
}


#faq-section details p {
  padding: 5px 20px 20px 20px; /* Adjusted padding */
  line-height: 1.8;
  color: #E0E0E0;
  font-size: 1em;
}

#faq-section details p a {
  color: #87CEFA; /* Light blue link */
  text-decoration: underline;
}
#faq-section details p a:hover{
  color: #ADD8E6; /* Lighter blue on hover */
}/* End custom CSS */