@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
html{
  overflow-x: hidden;
}
body {
  font-family: "Inter", sans-serif;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Inter-variable.woff2') format('woff2');
}
.grey-background{
  background-color: #F3EFEF;
}
.gold-company-container{
  min-height: 100px;
  width: 822px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-section {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Replace the URL below with your actual gold mine background image path */
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), 
              url('../images/gold-company-background.png') center/cover no-repeat;
  color: #ffffff;
  padding: 20px;
}

/* Hero Text Content */
.hero-content {
  width: 980px;
  max-width: 100%;
  padding: 0 40px;
}

.hero-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 24px;
  color: #ffffff;
  letter-spacing: -1%;
  font-family: "Inter", sans-serif;
}

.hero-subtitle {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: -1%;
  font-family: "Inter", sans-serif;
}
.tradingview-section-heading{
  font-size: 27px;
  font-weight: 700;
  line-height: 32px;
  margin: auto;
  margin-bottom: 24px;
  color: #000000;
  letter-spacing: -1%;
  font-family: "Inter", sans-serif;
  text-align: center;
  width: 830px;
  max-width: 100%;
}
.border-box{
  border: 1px solid #000;
}
.gold-info-box{
  width: 100%;
  padding: 0px 10px;
}
.gold-info-box p{
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0%;
  font-family: "Inter", sans-serif;
  margin-bottom: 16px;
}
.tradingview-box{
  border: 1px solid #000;
  padding: 5px;
  margin-bottom: 16px;
}
.tv-widget-chart--with-border {
    border: none!important;
}
.tradingview-widget-copyright {
    font-size: 13px !important;
    line-height: 32px !important;
    text-align: center !important;
    vertical-align: middle !important;
    /* @mixin sf-pro-display-font; */
    font-family: -apple-system, BlinkMacSystemFont, 'Trebuchet MS', Roboto, Ubuntu, sans-serif !important;
    color: #B2B5BE !important;
  }

  .tradingview-widget-copyright .blue-text {
    color: #2962FF !important;
  }

  .tradingview-widget-copyright a {
    text-decoration: none !important;
    color: #B2B5BE !important;
  }

  .tradingview-widget-copyright a:visited {
    color: #B2B5BE !important;
  }

  .tradingview-widget-copyright a:hover .blue-text {
    color: #1E53E5 !important;
  }

  .tradingview-widget-copyright a:active .blue-text {
    color: #1848CC !important;
  }

  .tradingview-widget-copyright a:visited .blue-text {
    color: #2962FF !important;
  }
.red-background-section{
  width: 100%;
  min-height: 150px;
  background-color: #C51E25;
  text-align: center;
  margin-top: 40px;
}
.red-background-content{padding: 20px}
.red-background-section .red-background-heading{
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: auto;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: 0%;
  font-family: "Inter", sans-serif;
  text-align: center;
  width: 868px;
  max-width: 100%;
}
.red-background-section .red-background-subheading{
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  margin: auto;
  color: #ffffff;
  letter-spacing: 0%;
  font-family: "Inter", sans-serif;
  text-align: center;
  max-width: 100%;
  margin-bottom: 10px;
}
.red-section-button{
  color: #000;
  border-radius: 5px;
  width: 440px;
  max-width: 100%;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2%;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  padding: 6px;
  margin: 12px;
  display: inline-block;
  text-transform: uppercase;
}
.red-section-button svg{
  color: #000;
  margin-left: 15px;
}
.red-background-section .red-background-smallheading{
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: auto;
  color: #ffffff;
  letter-spacing: 0%;
  font-family: "Inter", sans-serif;
  text-align: center;
  max-width: 100%;
  margin-top: 12px;
}
.opportunity-section{
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.opportunity-section .opportunity-section-heading{  
  font-size: 27px;
  font-weight: 700;
  line-height: 32px;
  margin: auto;
  margin-bottom: 18px;
  color: #000000;
  letter-spacing: 0%;
  font-family: "Inter", sans-serif;
  text-align: center;
  max-width: 100%;
}
.opportunity-content-text{
  margin: auto;
  color: #000000;
  width: 1060px;
  max-width: 100%;
}
.opportunity-content-text p{
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0%;
  font-family: "Inter", sans-serif;
  margin-bottom: 16px;
}
.opportunity-section hr{
  width: 600px;
  border-bottom: 3px solid #C51E25;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.red-background-button{
  color: #fff;
  border-radius: 5px;
  width: 660px;
  max-width: 100%;
  text-align: center;
  font-size: 17px;
  letter-spacing: 2%;
  background-color: #C51E25;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  padding: 6px;
  margin: auto;
  display: block;
  text-transform: capitalize;
  border: 3px solid #C51E25;
}

/* Container reset and basic font setup */
.opportunity-faq-section{
  background-color: #F3EFEF;
  padding-top: 40px;
  padding-bottom: 40px;
}
.opportunity-faq-section h2{
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.opportunity-faq-accordion {
  font-family: "Inter", sans-serif;
  width: 750px;
  margin: 20px auto;
  color: #333;
  max-width: 100%;
}
/* Accordion Header Buttons */
.opportunity-faq-header {
  background-color: #ffffff;
  color: #333;
  cursor: pointer;
  padding: 16px 20px;
  width: 100%;
  text-align: left;
  border: 1px solid #555;
  border-bottom: none; /* Prevents double borders when stacked */
  outline: none;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0%;
}
/* Downward Red Arrow for closed items */
.opportunity-faq-header:after {
  content: '\25BC';
  color: #cc0000;
  font-size: 12px;
}
/* Active/Open State Header */
.opportunity-faq-item.active .opportunity-faq-header {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  border-color: #000000;
  border-bottom: 1px solid #000000;
}
/* Upward White Arrow for active item */
.opportunity-faq-item.active .opportunity-faq-header:after {
  content: '\25B2';
  color: #ffffff;
}
/* Ensure the last contiguous item in a group has a bottom border */
.opportunity-faq-item.active .opportunity-faq-header,
.opportunity-faq-item.standalone .opportunity-faq-header {
  border-bottom: 1px solid #555;
}
/* Content Area inside open item */
.opportunity-faq-content {
  background-color: transparent;
  padding: 25px 20px 35px 20px; /* Padding matches the visual spacing in the screenshot */
  font-size: 15.5px;
  line-height: 1.5;
  color: #222;
  display: none; 
}
.opportunity-faq-content p {
  margin: 0 0 20px 0;
  text-align: left;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  font-size: 18px;
  font-weight: 400;
}
.opportunity-faq-content p:last-child {
  margin-bottom: 0;
}
.opportunity-faq-content a {
  color: #2a73cc;
  text-decoration: none;
  border-bottom: 1px solid #2a73cc; /* Matches the solid underline typical of these links */
}
.opportunity-faq-content a:hover {
  color: #1b4f8c;
  border-bottom-color: #1b4f8c;
}
/* Show content when the parent item has the 'active' class */
.opportunity-faq-item.active .opportunity-faq-content {
  display: block;
}
.letter-box{
  margin-bottom: 40px;
}
.klaviyo-form{
  margin: auto;
  padding-bottom: 0px!important;
}
.companies-container .companies-info table tr td{
  padding: 0px;
  margin: 0px;
  line-height: 22px;
}
.tradingview-widget-copyright{display: none!important;}
.fetured-section-container h2{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 4px 0;
  margin-top: 20px;
  font-family: "Inter", sans-serif;
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
  .hero-section{
    margin-top: 106px;
  }
  .hero-title {
    font-size: 35px;
    line-height: 40px;
  }
  .hero-content {
    padding: 0 10px;
  }
  .hero-subtitle {
    font-size: 20px;
    line-height: 22px;
  }
  .pageContainer{
    margin-top: 10px;
    width: 96%;
  }
  .tradingview-section-heading{
    font-size: 20px;
    line-height: 22px;
  }
  .red-section-button{
    margin: auto;
  }
  .red-background-section .red-background-heading{
    font-size: 24px;
  }
}