#footerlinks {
    bottom: 0;
    position: fixed;
    width: 100%;
    color: #cccccc
}
/* ---- Home top announcement ---*/
.imperial-announce {
    background-color: #f7f6f6; 
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top:15px;
    text-transform: uppercase;
    padding: 5px;
}
.imperial-announce-top-buffer {
    height:12px;
}
.imperial-15px-buffer {
    height:15px;
}
.imperial-announce-top-msg {
  text-align: center;
  font-size:13px;
}
.imperial-announce-top-msg a {
  color:#c7242d;
  text-decoration:underline;
}
.imperial-announce-top-msg-italic {
  font-style:italic;
  font-weight:lighter;
  font-size:16px;
}

  /* ---- Home under banner ---*/

.blurb-container2 {
      display: grid;
      grid-template-columns: 50% 50%;
      border-radius: 20px;
      max-width: 1200px;
      padding-top: 40px;
      padding-bottom: 40px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
}
.child-right2 h2 {
  line-height: 1.5em;
  font-size: 22px;
  font-weight: bold;
}
  .child2 p {
  line-height: 1.65em;
  margin-bottom:10px;
  font-size: 14px;
}
.child-right2 p {
  line-height: 1.65em;
  margin-bottom:10px;
  font-size: 14px;
}

/* ---- Home best fit blurb ---*/
  .bestfit-blurb-container {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height:500px;
    background-color: #000000;
    color: #ffffff;
      border-radius: 20px;
    max-width: 1200px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    
  }
  .bestfit-child {
  }
  .bestfit-child-right {
    margin:50px;
  }
  .bestfit-child-right h2 {
    line-height: 1.5em;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: bold;
  }

  .bestfit-child-right p {
    line-height: 1.65em;
    margin-bottom:10px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
  }
  .bestfit-bg-image {
    background-image: url(/assets/67c99bc5071b3ca0a51cef21/pages/67e31459ab770b6beec97abf/assets/X231-heritage.jpg);
    background-position: center center;
    background-size: cover;
      border-radius: 20px 0px 0px 20px;
  }
@media (max-width: 800px) {
  .bestfit-child {
    position: absolute;
  }
  .bestfit-child-right {
     position: absolute;
  }
}
/* --- Get started button --*/
.button-get-started {
  width:170px; 
  margin-left: auto; 
  margin-right:auto;
}


/*------ HELP CENTER ------ */

    .faqcontainer {
        display: flex;
        gap: 24px;
    }
    .leftmenu {
        flex: 0 0 288px;
    }
    .leftnav {
        position: relative;
        height: 100%;
        padding: 24px 0px;
    }
    .rightcontent {
        flex: 1;
    }
    .leftnav ul {
        display: flex;
        max-height: calc(100vh - 84px);
        overflow-y: auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        padding-left: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 84px;
        margin-left: -8px;
    }

    .leftnav ul li {
        list-style: none;
        -webkit-transition: 0.4s background-color;
        transition: 0.4s background-color;
        border-radius: 4px;
        background: transparent;
        font-weight: bold;
    }
    .ghc-faq-list-item-title {
        border-bottom: 1px solid black;
        padding-top: 20px;
        padding-bottom: 10px;
        font-weight: bold;
    }
    .ghc-faq-list-content > div:first-of-type {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid black;
        font-weight: bolder;
    }
    .ghc-faq-list-content > div:not(:first-of-type) {
        /*padding-top: 15px; */
        padding-bottom: 25px;
        font-weight: 100;
    }
    .arrow {
        float: right;
    }
    .arrowdown {
        transform: rotate(180deg);
    }
    .faqcontainer {
        width: 90%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .faq-close{
        visibility: collapse;
        display: none;
    }
    .faq-open{
        visibility: visible;
        display: block;
    }

/* ---- Embroidery and Graphics ----- */

.emb-img1 {
  float: left; 
  width: 533px; 
  height: 185px;
}
.emb-img2 {
  width: 378px; 
  height: 127px;
}

.embinfo-content {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
}
.embinfo-content p {
  margin-top: 10px;
  margin-bottom: 10px;
}
ol {
  list-style-type: lower-alpha;
  margin-top: 10px;
  margin-left: 50px;
  line-height: 40px;
}
.sectionlabel {
  margin-bottom:10px;
}

/*--- Terms and Conditions ---*/
.tnc {
  max-width: 1200px; 
  margin-left: auto; 
  margin-right:auto;
}


/*--- Footer Social Media Icons ---*/

/* Target the specific social list */
nav[aria-labelledby="nav-footer-connect"] ul {
  display: flex;           /* horizontal layout */
  gap: 0.75rem;            /* space between items */
  align-items: center;     /* vertical alignment */
  flex-wrap: wrap;         /* wrap on small screens */
  padding: 0;              /* you already have p-0, this is safe */
  margin: 0;               /* remove default UL margin */
  list-style: none;        /* ensure no bullets */
}


/* 1) Put an icon before the Facebook text */
nav[aria-labelledby="nav-footer-connect"] a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* 2) Visually hide the word but keep layout (ARIA label still announces) */
nav[aria-labelledby="nav-footer-connect"] a span {
  position: relative;
  font-size: 0;          /* hides the word "Facebook" visually */
  line-height: 0;
}

/* 3) Show the icon */
nav[aria-labelledby="nav-footer-connect"] a[href*="facebook.com"]::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/assets/67c99bc5071b3ca0a51cef21/pages/67e31459ab770b6beec97abf/assets/Facebook_icon.png") no-repeat center / contain;
}
nav[aria-labelledby="nav-footer-connect"] a[href*="twitter.com"]::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/assets/67c99bc5071b3ca0a51cef21/pages/67e31459ab770b6beec97abf/assets/twitter-x-logo.png") no-repeat center / contain;
}
nav[aria-labelledby="nav-footer-connect"] a[href*="instagram.com"]::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/assets/67c99bc5071b3ca0a51cef21/pages/67e31459ab770b6beec97abf/assets/instagram-icon.png") no-repeat center / contain;
}
nav[aria-labelledby="nav-footer-connect"] a[href*="youtube.com"]::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/assets/67c99bc5071b3ca0a51cef21/pages/67e31459ab770b6beec97abf/assets/youtube-logo.png") no-repeat center / contain;
}

/* WELCOME PAGE - start */
.welcome h1,
      .welcome h2,
      .welcome h3 {
        font-family: Lora-SemiBold, Georgia, "Times New Roman", serif;
      }

      .welcome * {
        box-sizing: border-box;
      }

      .welcome img {
        display: block;
        border: 0;
      }

      .welcome .container {
        width: calc(100% - 32px);
        max-width: 1440px;
        margin: 0 auto;
      }

      /* Image helpers */
      .welcome .welcome-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
      }

      .welcome .welcome-category-image {
        width: 100%;
        height: auto;
        display: block;
      }

      /* Hero */
      .welcome .hero {
        position: relative;
        border-radius: 28px;
        overflow: hidden;
        min-height: 320px;
        margin-top: 18px;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
      }

      .welcome .hero__content {
        position: relative;
        z-index: 1;
        padding: 4rem;
        color: #ffffff;
        max-width: 600px;
        text-align: center;
        text-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
      }

      .welcome .hero__title {
        font-size: 2.2rem;
        line-height: 1;
        margin: 0;
      }

      .welcome .hero__subtitle {
        font-family: "DM Sans", Arial, sans-serif;
        font-size: 19px;
        font-weight: normal;
        margin: 0;
      }

      .welcome .hero__content hr {
        border: none;
        height: 2px;
        background: rgba(255, 255, 255, 0.5);
        margin: 12px 0;
      }

      .welcome .hero__content .hero__exclusive {
        font-family: "DM Sans", Arial, sans-serif;
        font-size: 14px;
        font-style: italic;
        margin: 0 0 12px 0;
      }

      .welcome .btn {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: "DM Sans", Arial, sans-serif;
        font-size: 13px;
        padding: 12px 20px;
        margin: 5px;
        border-radius: 10px;
        border: none;
        font-weight: bold;
        cursor: pointer;
        text-transform: uppercase;
      }

      .welcome .btn-accent {
        background: #c9252f;
        color: #ffffff;
      }

      .welcome .btn-light {
        background: #ffffff;
        color: #000000;
      }

      .welcome .intro {
        text-align: center;
        padding: 10px 0 30px 0;
      }

      .welcome .intro h2 {
        font-size: 2.2rem;
        margin: 24px 0 12px 0;
        line-height: 1.1;
      }

      /* Categories */
      .welcome .categories {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 20px;
      }

      .welcome .category {
        width: calc(20% - 13px);
      }

      .welcome .category a {
        color: inherit;
        text-decoration: none;
      }

      .welcome .category__thumb {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
      }

      .welcome .category h3 {
        text-align: center;
        font-size: 16px;
        line-height: 2;
      }

      /* Banner */
      .welcome .banner {
        position: relative;
        border-radius: 28px;
        overflow: hidden;
        min-height: 260px;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
      }

      .welcome .banner__content {
        position: relative;
        z-index: 1;
        color: #ffffff;
        padding: 3.8rem;
        text-align: center;
        margin: 30px 300px 0 0;
        text-shadow: 0 3px 20px rgba(0, 0, 0, 0.8);
      }

      .welcome .banner__content h2 {
        font-size: 2.2rem;
        line-height: 1.1;
        margin: 0 0 10px 0;
      }

      .welcome .banner__content p {
        font-family: "DM Sans", Arial, sans-serif;
        font-size: 19px;
        margin: 0;
      }

      /* How it Works */
      .welcome .how-it-works {
        display: flex;
        gap: 24px;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
      }

      .welcome .how-it-works__title {
        width: 260px;
        flex-shrink: 0;
      }

      .welcome .how-it-works__title h2 {
        margin: 0;
        font-size: 2.2rem;
        line-height: 1;
        text-align: center;
      }

      .welcome .steps {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        flex: 1;
      }

      .welcome .step {
        position: relative;
        min-height: 220px;
        width: calc(25% - 11px);
        border-radius: 20px;
        overflow: hidden;
      }

      .welcome .step__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0.8) 0%,
          rgba(0, 0, 0, 0.4) 20%,
          rgba(0, 0, 0, 0) 100%
        );
        z-index: 1;
      }

      .welcome .step__title {
        font-family: Lora-SemiBold, Georgia, "Times New Roman", serif;
        position: absolute;
        top: 10px;
        left: 12px;
        z-index: 2;
        color: #ffffff;
        font-weight: bold;
        align-items: center;
        display: flex;
        gap: 8px;
      }

      .welcome .step__title strong {
        font-family: Lora-SemiBold, Georgia, "Times New Roman", serif;
        font-size: 2.2rem;
        color: #ffffff;
        font-weight: 600;
        line-height: 1;
      }

      /* Tablet */
      @media (max-width: 900px) {
        .welcome .hero__content {
          padding: 4rem 4rem;
          max-width: 100%;
        }

        .welcome .hero__title {
          font-size: 2.2rem;
        }

        .welcome .hero__subtitle {
          font-size: 1.5rem;
        }

        .welcome .categories .category {
          width: calc(33.333% - 11px);
        }

        .welcome .how-it-works {
          flex-direction: column;
          align-items: stretch;
        }

        .welcome .how-it-works__title {
          width: 100%;
        }

        .welcome .steps .step {
          width: calc(50% - 7px);
        }

        .welcome .banner__content {
          margin: 20px 0 0 0;
          padding: 5rem;
        }
      }

      /* Mobile */
      @media (max-width: 600px) {
        .welcome .container {
          width: calc(100% - 20px);
        }

        .welcome .hero {
          min-height: 360px;
        }

        .welcome .hero__title {
          font-size: 32px;
        }

        .welcome .hero__subtitle {
          font-size: 20px;
        }

        .welcome .banner__content p {
          font-size: 16px;
        }

        .welcome .categories .category {
        width: calc(50% - 8px);
        }

        .welcome .steps .step {
          width: 100%;
        }

        .welcome .banner__content {
          margin: 30px 0 0 0;
          padding: 3rem;
        }

        .welcome .banner__content h2 {
          font-size: 1.6rem;
        }

        .welcome .btn {
          display: block;
          width: 100%;
          margin: 8px 0;
        }
      }
/* WELCOME PAGE - end */

