     /* --- Global Styles --- */
      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      }

      .gift-card-box-outer {
        /*        background-color: #fafafa;*/
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        font-weight: 300;
      }
      .container1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1400px !important;
        margin: 0 auto;
        height: 100vh;
      }
      .gift-card-box img {
        max-width: 100%;
        max-width: 550px;
      }
      /* --- Left side: Image --- */
      .left {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f9f9f9 !important;
        padding-block: 132px;
        border: 1px solid #00000014;
      }

      .gift-card-box {
        width: 480px;
        height: 355px;
        background-color: #e6e8ec;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #e5e5e5;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
      }

      .gift-card-box h1 {
        font-size: 70px;
        letter-spacing: 4px;
        color: #000;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        font-family: "Courier New", Courier, monospace;
      }

      /* --- Right side: Info --- */
      .right {
        flex: 1;
        padding-left: 80px;
        background: #f5f5f5;
        padding-block: 100px;
        /* height: 100vh; */
      }

      .right h2 {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 25px;
      }

      .amounts button:hover {
        background-color: #000;
        color: #fff;
      }
      .personalize-btn {
        width: 100%;
        padding: 15px;
        background-color: transparent;
        border: 1px solid #767676;
        color: #767676;
        font-size: 14px;
        letter-spacing: 0.5px;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .personalize-btn:hover {
        background-color: #000;
        color: #fff;
      }
      .amount-flex {
        display: flex;
        gap: 20px;
      }
      .info-text {
        font-size: 14px;
        color: #555;
        margin-top: 15px;
      }
      .amount-heading h3 {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
        color: #000000ab;
      }
      .right-inner {
        max-width: 60%;
        margin: 0 auto;
        background: white;
        padding: 40px;
      }
      .faq-container {
        width: 100%;
        max-width: 400px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        color: #000;
      }
      .faq-item {
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        padding-top: 14px;
        padding-bottom: 6px;
      }
      .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.5px;
        font-weight: 500;
        color: #111;
      }

      .faq-question svg {
        width: 10px;
        height: 10px;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
      }

      .faq-item.active .faq-question svg {
        transform: rotate(90deg);
      }

      .faq-answer {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.4s ease;
        margin-top: 8px;
        line-height: 1.6;
        color: #111;
        font-size: 14px;
        letter-spacing: 0.2px;
      }
      .accordion-outer {
        display: flex;
        justify-content: end;
        padding-bottom: 70px;
        max-width: 1530px;
        margin-right: auto;
      }

      .faq-item.active .faq-answer {
        max-height: 200px;
        opacity: 1;
      }
      .amounts-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
      }
      .amount-item {
        text-align: center;
      }
      .price-heading {
        background-color: transparent;
        border: 1px solid #00000075;
        color: #0000008a;
        padding: 6px 12px;
        font-size: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
      }
      .price-button {
        padding: 10px 15px;
        font-size: 14px;
        cursor: pointer;
      }

      @media (max-width: 1300px) {
        .right {
          padding-left: 0px !important;
        }
        .right-inner {
          max-width: 80%;
          margin: 0 auto;
          background: white;
          padding: 40px;
        }
        .right-inner {
    margin-top: 78px;
}
.faq-container {
    margin-top: 100px;
    padding-inline: 40px;
}
               .hero-content1 h1 {
    font-size: 22px !important;
}
   
      }
      @media (max-width: 1100px) {
      .gift-card-box-outer {
          height: 100% !important;
        }
        .container1 {
          height: 100% !important;
        }
        .right {
          padding-top: 140px;
        }
        .accordion-outer {
          margin-top: 70px;
          padding-inline: 20px !important;
        }
      }
      @media (max-width: 900px) {
        .personalize-btn {
          margin-top: 20px;
        }
        .container1 {
          flex-direction: column;
          padding: 40px 20px;
        }
        .right {
          padding-left: 0;
          margin-top: 100px;
        }
        .gift-card-box {
          width: 300px;
          height: 200px;
        }
        .gift-card-box h1 {
          font-size: 50px;
        }
      }

      /* Responsive Design */
      @media (max-width: 768px) {
        .hero-content1 h1 {
          font-size: 24px !important;
        }
        .faq-container {
          max-width: 100%;
        }
        .faq-question {
          font-size: 11.5px;
        }
        .faq-answer {
          font-size: 13px;
        }
      }

      @media (max-width: 480px) {
        .right {
          padding-top: 90px;
        }
        .right-inner {
          max-width: 90%;
        }
        .faq-question {
          font-size: 11px;
        }
        .faq-answer {
          font-size: 12.5px;
        }
      }