#aboveTheFoldRow {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    opacity: 0;
    transition: opacity .5s ease;
}

#aboveFoldHeader {
    font-size: 48px;
}

#aboveTheFoldRow.bg-img-present {
    opacity: 1;
}

.Hero-toolbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;

}

.Hero-Buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    text-transform: uppercase;
    line-height: 1rem !important;
    /* margin-bottom: 0.5rem; */
}

@media (min-width: 517px) {
    .btn-group{
        margin-bottom: 1rem;
    }

    /* #footerSocialRow {
        padding-left: 1rem;
      } */

    .not-desktop{
        display: none;
    }
    
}

@media(min-width: 516px) {
  #preFooterHeader {
      text-align: left;
  }
}


#specialSectionHeader {
    font-size: 36px;
    color: black;
}

#specialSectionParagraph{
  color: white;
  padding: 0rem 1.5rem;
}

@media (max-width: 992px) {
    #containerWithHeaderAndSearchBar {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        margin-top: 3rem !important;
        margin-bottom: 1rem !important;

    }

    #aboveFoldHeader {
        font-size: 36px !important;
    }

}

@media (max-width: 991px) {
    #aboveTheFoldRow {
        background-image: none !important;
    }
}

@media only screen and (max-width: 635px) {
    .Hero-toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .btn-group {
        margin-top: 1em;
        margin-right: 1rem !important;
    }
}


#preFooterBtn{
    color: #fff !important;
}
@media(max-width:515px) {
    #preFooterHeader {
        font-size: 48px !important;
        margin-top: 3rem;
    }
    #preFooterBtn{
        width: 90%;
    }
    /* .footer-border {
        width: 100% !important;
    } */

    .popup-left p {
      font-size: 0.6rem !important;
    }

    .popup-content{
      height: 85%;
    }

    .Hero-Buttons {
        padding: 5px 10px;
    }

    #preFooterPara {
        font-size: 22px !important;
        margin-bottom: 1rem;
    }
    
    /* #footerHeader {
        font-size: 32px !important;
    } */

    /* #recieveItemsSpan {
        color: #F26B36 !important;
    } */

    #logInBtn{
        display: none;
    }
    #signUpBtn{
        display: none;
    }
}

/* @media(max-width:515px) {

    #footerTopRow, #footerLinksRow, #footerSocialRow, #footerPaymentRow, #footerBottomRow {
      display: flex;
      flex-direction: column;
    }
  
    #newsletterSection, #sellSection, #supportSection, #companySection {
      margin-bottom: 1rem;
      text-align: center;
      width: 100%;
    }
  
  
    #footerLinksRow h4, #footerSocialRow h4, #footerPaymentRow h4 {
      font-size: 16px; 
    }
  

  
    #footerSocialRow {
      justify-content: center;
      margin-top: 2rem;
    }
  

  
    #footerPaymentRow {
      display: none;
    }
  
    #footerBottomRow {
      font-size: 14px; 
      margin-top: 1rem; 
      text-align: center;
    }
  }
   */

@media only screen and (max-width: 335px) {
    .Hero-toolbar {
        grid-template-columns: 1fr;
    }
}

.banner {
    /* background-color: #F16B36; */
    /* color: #FFFFFF; */
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    width: 100%;
    z-index: 1000;
    padding: 4px 0px;
    display: flex;
    text-align: center;
    align-items: center;
    border-bottom: 1px solid black;
    justify-content: center;          /* Ensure it stays above other elements */
  }
  

  #faq .container {
    width: 100%; /* Ensure full width */
    max-width: 100%; /* Override Bootstrap's max-width */
    margin: 0; /* Remove default margin */
    padding: 3rem 0rem; /* Remove default container padding */
    border: 1px solid black; /* Add the border around the section */
    box-sizing: border-box; /* Ensure borders don't affect the layout */
  }
  
  
  .faq-container {
    border-bottom: none; /* Prevent double borders */
  }
  
  .faq-item {
    padding: 15px 20px; /* Consistent spacing within each item */
    box-sizing: border-box; /* Ensure borders don't affect width */
    border-top: 1px solid black; /* Add the border around the section */

  }
  
  
  .faq-item:last-child {
    border-bottom: none; /* Remove the border below the last item */
  }

  .faq-question {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  
  
  .faq-answer {
    width: 100%;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    color: #555;
    padding-top: 10px;
    padding-left: 20px; /* Indent the answer text for better spacing */
  }

  
  .faq-toggle-icon {
    transition: transform 0.2s ease-in-out;
  }
  
  button.retro-sign-up-btn {
    display: block; /* Center the button horizontally */
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #F26B36;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  h2 {
    padding-bottom: 15px; /* Add spacing below the header */
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    border: none !important;
  }


 
  
 
  
  
  
  
  
  
  
  .faq-toggle-icon {
    transition: transform 0.2s ease-in-out;
  }
  
  button.retro-sign-up-btn {
    display: block; /* Center the button horizontally */
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #F26B36;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  h2 {
    border-bottom: 1px solid black; /* Add a separator below the header */
    padding-bottom: 15px; /* Add spacing below the header */
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
  }
  

  #cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f4efe9;
    color: #333;
    padding: 15px;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    z-index: 1000;
  }

  #cookieConsent div {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  #cookieConsent p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    flex: 1 1 70%;
    padding-right: 10px;
  }

  #cookieConsent a {
    color: #c08945;
    text-decoration: none;
  }

  #cookieConsent button {
    color: #FFF;
    border: 1.5px solid #2B2B31 !important;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    flex: 1 1 auto;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    min-width: 140px !important;
    box-shadow: 1px 1px #2B2B31, 2px 2px #2B2B31, 3px 3px       #2B2B31, 4px 4px #2B2B31, 5px 5px #2B2B31, 6px 6px           #2B2B31, 7px 7px #2B2B31;
    transition: background-color 0.3s ease, color 0.3s ease,     box-shadow 0.3s ease, transform 0.3s ease;
  }

#cookieConsent button:hover {
    box-shadow: 0 0px #9c6b34;
    transform: translateY(2px); /* Simulates button press */
}


  /* Media Queries */
  @media (max-width: 768px) {
    #cookieConsent {
      padding: 10px;
    }

    #cookieConsent div {
      flex-direction: column;
      align-items: flex-start;
    }

    #cookieConsent p {
      font-size: 14px;
      padding-right: 0;
      margin-bottom: 10px;
    }

    #cookieConsent button {
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
  }

  @media (max-width: 480px) {
    #cookieConsent {
      padding: 8px;
    }

    #cookieConsent p {
      font-size: 13px;
    }

    #cookieConsent button {
      font-size: 14px;
      padding: 8px 15px;
    }
  }
