/* template.css overrides -- use only when absolutely necessary
================================*/
.banner {padding-top:41.667%;}
.banner-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 300px;
background: url(../imgs/hero.jpg) no-repeat 0 0;
background-size:289.722222%;
}
.header2021-logo-img > img{
  width:102px !important;
  height:auto;
}

.price{margin:0 0 0.825em 0;}
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:#cc4e00;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:19px solid #cc4e00;border-right: 10px solid transparent;margin-bottom:0;}
.price-save-label{padding:2px 0 1px 6px}
.price-save-dollar{padding:2px 0 1px 2px}
.price-save-percent{padding:2px 6px 1px 2px}
.price-save-label:before,.price-save-percent:after{content:'';position:absolute;bottom:0;width:0;height:0;}
.item-cell{border-bottom:none;}
.item-promo{margin-top:1em;}
.item-promo-code{border-color:#888;}
.item-promo-title span{color:#333;}
.item-promo-info{color:#cc4e00;}
.item-promo-code{padding:1.5em 5px 1em 5px;height:auto;color:#cc4e00;}
.item-promo-code-save{display:inline;}
li.mir{display:none;}
.instantSavings, .mir{display:block;}
.finalPrice{font-size:1.6em;}
.instantSavings{font-size:0.925em}
.finalPrice, .instantSavings{color:#000;}
.shipping{visibility:hidden;}
.mir{font-size:1em;margin:0;color:#016B04}
.header .logo { width:125px; }
.items-grid:after { background:none; }
.item-title a { font-size:14px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical; }
.item-container:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
.disclaimer { padding:3%; margin:0; font-size:clamp(14px, 1vw, 1rem); text-align:left; color:#999; }
/* No Orange Bar for Custom LPs with Black Background
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:none;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:none;border-right: 10px solid transparent;margin-bottom:0;}
================================*/

/* custom CSS
================================*/
html { scroll-behavior:smooth; }
body { background-color: #000; }
:root {
	--ngg-darkblue:#09144f;
	--ngg-blue:#084BA6;
	--ngg-orange:#fa9d28;
	--ngg-darkorange: #ff8500;  
	--ngg-footgry: #333;  
	--ngg-opensans:'Open Sans', sans-serif;
	--ngg-btn-txt:#212121;
  }
.ngg-container { border-radius:20px; margin:1% auto; border:2px solid #b99353; max-width:1366px; width:100%; }  
section { font-family:'Montserrat',sans-serif; background: #000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(6, 13, 51, 1) 97%); border-top-left-radius:20px; border-top-right-radius:20px; }  
.ngg-hero { box-sizing: border-box; }
.ngg-hero img { width:100%; border-top-left-radius:20px; border-top-right-radius:20px; }
.btn-primary, .button.button-primary, .ngg-shopall, .ngg-buynow { text-transform:none; font-family:var(--ngg-opensans); border:0; background-color:var(--ngg-orange); color:var(--ngg-btn-txt); }
.ngg-btn { border:0; background:none; width:100%; margin:3% auto; text-align:center; }
.ngg-item-btn { margin:auto; text-align:center; }
.ngg-item-btn a { border-radius:35px; width:100%; letter-spacing:0; font-size:clamp(14px, 1.5vw, 1rem); }
.ngg-shopall, .ngg-buynow { border-radius:30px; text-align:center; transition:0.5s;	font-weight:700; font-family:var(--ngg-opensans); }
.ngg-shopall { border-radius:50px; text-align:center; background-color:#fa9d28; color:#212121; border:0; padding:10px 4%; transition:0.5s; font-weight:700; text-transform:none; font-family:'Open Sans' !important; font-size:clamp(1.5rem, 2vw, 2.5rem); }
.ngg-buynow { padding:10px 8%; }
.ngg-shopall:hover, .ngg-buynow:hover, .ngg-item-btn a:hover { background-color:var(--ngg-darkorange); transition:0.35s; text-decoration:none; color:#212121; }
.section-inner { border-radius:20px; }
.ngg-line { width:98%; height:1px; background-color:#b99353; margin:auto; }
.ngg-disclaimer { text-align:center; color:#f4f5f7; font-size:clamp(14px, 1vw, 1rem); padding:0 0 4%; }
/* THE MAGIC — one rule to rule them all */
    .auto-grid {
      display: grid;
      gap: 1.5rem;
      grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
      margin-bottom: 9rem;
    }

    /* Optional: force-exact columns when you really need exactly 2, 3, 4… */
    .cols-2 { grid-template-columns: repeat(2, 1fr); }
    .cols-3 { grid-template-columns: repeat(3, 1fr); }
    .cols-4 { grid-template-columns: repeat(4, 1fr); }
    .cols-5 { grid-template-columns: repeat(5, 1fr); }
    .cols-6 { grid-template-columns: repeat(6, 1fr); }

    /* Card style */
    .card {
      background: white;
      border-radius: 16px;
      padding: 2rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      transition: all 0.25s ease;
      /*height: 100%;*/
    }

    .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.12);
    }

.ngg-faq-container {
    width:90%;
    max-width:1250px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
}
.ngg-h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 40px;
    font-size: 2.5rem;
}
.ngg-faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding:20px;
}

.ngg-step-description a { text-decoration:underline; }

.ngg-faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ngg-faq-question {
    font-weight: 700;
    font-size: 1.8rem;
    color: #34495e;
    margin-bottom: 8px;    
}
.ngg-faq-answer {
    color: #555;
    font-size: clamp(1.65rem, 2vw, 1.75rem);
    padding:0 1.47%;
}
.ngg-faq-answer ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style: disc;
}
.ngg-faq-answer li {
    margin-bottom: 5px;
}    

.ngg-how-it-works {
      margin: 5% auto;
      padding: 0 20px;
  }

  .ngg-how-title {
      text-align: center;
      font-size: clamp(3rem, 4vw, 4rem);
      font-weight: 700;
      color: #f2f093;
      margin-bottom:2%;
  }

  .ngg-steps-container {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
  }

  .ngg-step {
      flex: 1 1 250px; /* Allows wrapping on smaller screens */
      min-width: 220px;
      background: white;
      border-radius: 12px;
      padding: 20px 25px;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
  }

  .ngg-step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background-color: #ba9856;
      color: white;
      font-size: 2rem;
      font-weight: bold;
      border-radius: 50%;
      margin-bottom: 20px;
  }

  .ngg-step-title {
      font-size: 2rem;
      font-weight: 600;
      color: #34495e;
      margin-bottom: 15px;
  }

  .ngg-step-description {
      font-size: 1.5rem;
      color: #555;
      line-height: 1.6;
      font-weight:500;
  }
  

/* responsive CSS
================================*/
@media only screen and (max-width: 1000px) {
  .ngg-faq-container { width:93%; padding:0px; }
}

@media only screen and (max-width: 768px) {
  /* insert responsive CSS for tablet screens below 768px */
  .ngg-container { width:95%; margin:2% auto; }
  .ngg-faq-item:hover { background-color: unset; }
  .ngg-faq-answer { padding:0 3.47%; }
}

@media only screen and (max-width: 550px) {
	/* insert responsive CSS for mobile screens below 550px */
  .items-grid .item-cell { width:90%; text-align:center; border-bottom:1px solid #333; padding-bottom:8%; }
  .item-img > img { max-width:300px; }
	.items-grid .item-title { height:auto; }
  .ngg-faq-container { width:80%; padding:20px; }
  .disclaimer { padding:5%; }
  .ngg-how-it-works { margin:5% auto 10%; }
  .ngg-faq-answer { padding:0; }
}

 @media (min-width: 1000px) {
    .ngg-steps-container {
        justify-content: space-between;
    }
    .ngg-step {
        flex: 1;
        max-width: 280px;
    }
}

@media only screen and (min-width: 375px) {
	/* insert responsive CSS for screens above 375px */
}
@media only screen and (min-width: 481px) {
	/* insert responsive CSS for screens above 481px */
}
@media only screen and (min-width: 641px) {
	/* insert responsive CSS for screens above 641px */
	.banner { padding-top: 21.96%; }
	.banner-img {
		background-position:100% 0;
		background-size: 152.7086383601757%;
	}	

	.items-grid .item-cell { width:19%; margin:0; }
}

@media only screen and (min-width: 769px) {
	/* insert responsive CSS for screens above 769px */
}

@media only screen and (min-width: 1025px) {
	/* insert responsive CSS for screens above 1025px */
}