.cna-festive .banner-text-bottom,
.cna-festive .banner-text-top,
.cna-festive .banner-text{
    animation: none;
    opacity: 1;
}
.our-product-title {
    box-shadow: -1px -3px 18px 0px #0000000d;
}
.cna-festive {
    background-color: #fff !important;
    background-image: url('/assets/hiremee-revamp/images/b2c-web/cna-hero-bg.png');
    background-position: 50% !important;
}
.cna-festive .banner-text-top p {
    margin-bottom: 8px !important;
    color: #006b32 !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}
.cna-festive .banner-text h1 {
    color: #222 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    padding-bottom: 0px;
    text-transform: none;
}
.cna-festive .banner-text h1 .g-text {
    display: block !important;
    color: #087333 !important;
}

.cna-festive .cna-student-badge {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    margin: 14px 0 19px !important;
    padding: 6px 16px !important;
    background: #e5f3df !important;
    border-radius: 20px !important;
    color: #212529 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

.cna-festive .cna-student-badge::before {
    content: "🎓";
    margin-right: 7px;
    font-size: 16px;
}

/* Festive offer box */
.cna-festive .cna-offer {
    position: relative !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 5px 0 8px !important;
    padding: 12px 12px 8px !important;
    background: #fff !important;
    border: 1px dashed #007333 !important;
    border-radius: 0 9px 9px 9px !important;
}
/* Festive offer label */
.cna-festive .cna-offer-label {
    position: absolute !important;
    top: -11px !important;
    left: -1px !important;
    padding: 4px 11px !important;
    background: #007333 !important;
    border-radius: 0 12px 12px 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}


/* Price row */
.cna-festive .cna-price-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}


/* Old price */
.cna-festive .cna-old-price {
    color: #555 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: line-through !important;
}


/* New price */
.cna-festive .cna-new-price {
    color: #007333 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

/* Divider */
.cna-festive .cna-price-divider {
    width: 1px !important;
    height: 32px !important;
    background: #35484a !important;
}


/* Save */
.cna-festive .cna-save {
    color: #123f31 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.cna-festive .cna-save strong {
    font-weight: 700 !important;
}


/* Coupon */
.cna-festive .cna-code {
    margin-bottom: 12px;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.cna-code strong {
    color: #073d2b !important;
    font-weight: 700 !important;
}

@media (max-width: 1200px) {
    .cna-festive .banner-text h1,
    .cna-festive .cna-code{
        color: #fff !important;
    }
    .cna-festive .banner-text-top p,
    .cna-festive .banner-text h1 .g-text,
    .cna-festive .cna-code strong{
        color: #4CAF50 !important;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .cna-festive .banner-text-top p {
        font-size: 28px !important;
    }

    .cna-festive .banner-text h1,
    .cna-festive .banner-text h1 .g-text {
        font-size: 16px !important;
    }

    .cna-festive .cna-student-badge {
        font-size: 13px !important;

        padding: 5px 12px !important;
    }

 

    .cna-festive .cna-offer-label {
        font-size: 16px !important;
    }

    .cna-festive .cna-price-row {
        gap: 10px !important;
    }

    .cna-festive .cna-old-price {
        font-size: 20px !important;
    }

    .cna-festive .cna-new-price {
        font-size: 28px !important;
    }

    .cna-festive .cna-save {
        font-size: 14px !important;
    }

    .cna-festive .cna-code {
        font-size: 15px !important;
    }
}

    /* =========================================================
   OFFER + BUTTON + COUPON
   ========================================================= */

.cna-offer-action {
    display: grid !important;
    grid-template-columns: auto auto !important;
    grid-template-rows: auto auto !important;
    column-gap: 22px !important;
    row-gap: 0 !important;
    align-items: center !important;
    width: fit-content !important;
    margin-top: 5px !important;
}


/* =========================================================
   FESTIVE OFFER CARD
   ========================================================= */

.cna-festive .cna-offer {
    position: relative !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 5px 0 0 !important;
    padding: 12px 12px 8px !important;
    background: #fff !important;
    border: 1px dashed #007333 !important;
    border-radius: 0 9px 9px 9px !important;
}

.cna-buy-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 140px !important;
    height: 42px !important;
    background: #087333 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cna-buy-button:hover {
    background: #075c29 !important;
    color: #fff !important;
    transform: translateY(-2px);
    text-decoration: none !important;
}
/* =========================================================
   COUPON - OUTSIDE OFFER CARD
   ========================================================= */

.cna-code {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin: 7px 0 0 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
}

.cna-code strong {
    color: #073d2b !important;
    font-weight: 700 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .cna-offer-action {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        width: 100% !important;
    }


    .cna-festive .cna-offer {
        order: 1 !important;
        margin: 5px 0 0 !important;
    }


    .cna-festive .cna-code {
        order: 2 !important;
        margin: 0 !important;
    }


    .cna-festive .cna-buy-now {
        order: 3 !important;
        width: 150px !important;
        margin-top: 2px !important;
    }

}
  .cna-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(15, 29, 48, 0.68);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .cna-popup.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .cna-popup__dialog {
    position: relative;
    width: 900px;
    max-width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(15, 29, 48, 0.25);
    transform: translateY(20px) scale(0.98);
    transition: transform 0.25s ease;
  }

  .cna-popup.is-visible .cna-popup__dialog {
    transform: translateY(0) scale(1);
  }

  .cna-popup__content {
    display: grid;
    grid-template-columns: 45% 55%;
  }

  .cna-popup__image {
    min-height: 540px;
  }

  .cna-popup__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cna-popup__body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cna-popup__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #212529;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .cna-popup__close:hover {
    background: #f5f5f5;
    transform: scale(1.05);
  }

  .cna-popup__close:focus {
    outline: 2px solid #3AAA4D;
    outline-offset: 2px;
  }

  .cna-popup__title {
    margin: 0 0 20px;
    color: #212529;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
  }

  .cna-popup__title span {
    display: block;
    margin-top: 5px;
    color: #3AAA4D;
  }

  .cna-popup__subtitle {
    margin: 0 0 16px;
    color: #212529;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
  }

  .cna-popup__description {
    margin: 0 0 25px;
    color: #657477;
    font-size: 15px;
    line-height: 1.65;
  }

  .cna-popup-pricing {
    width: 100%;
  }

  .cna-popup-offer {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 82px;
    margin-bottom: 22px;
    padding: 12px 24px;
    background: #eef8e9;
    border-radius: 14px;
    box-sizing: border-box;
  }

  .cna-popup-offer-title {
    display: block;
    margin-bottom: 2px;
    color: #3AAA4D;
    font-size: 16px;
    font-weight: 600;
  }

  .cna-popup-price-row {
    display: flex;
    align-items: baseline;
    gap: 22px;
  }

  .cna-popup-old-price {
    color: #212529;
    font-size: 24px;
    font-weight: 500;
    text-decoration: line-through;
  }

  .cna-popup-new-price {
    color: #212925;
    font-size: 34px;
    font-weight: 700;
  }

  .cna-popup-get-started {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 12px 24px;
    box-sizing: border-box;
    background: #3AAA4D;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .cna-popup-get-started:hover {
    background: #066d54;
    color: #fff;
    transform: translateY(-1px);
  }

  .cna-popup-arrow {
    margin-left: 14px;
    font-size: 30px;
    font-weight: 400;
  }

  @media (max-width: 767px) {
    .cna-popup {
      align-items: flex-start;
      padding: 15px;
    }

    .cna-popup__dialog {
      margin: auto 0;
    }

    .cna-popup__content {
      display: flex;
      flex-direction: column;
    }

    .cna-popup__body {
      order: 1;
      padding: 30px 24px 24px;
    }

    .cna-popup__image {
      order: 2;
      display: none;
      height: 210px;
      min-height: 210px;
    }

    .cna-popup__title {
      font-size: 30px;
    }

    .cna-popup__subtitle {
      font-size: 18px;
    }

    .cna-popup__description {
      font-size: 14px;
    }
  }

  @media (max-width: 575px) {
    .cna-popup {
      padding: 10px;
    }

    .cna-popup__dialog {
      border-radius: 16px;
    }

    .cna-popup__body {
      padding: 26px 20px 20px;
    }

    .cna-popup__title {
      font-size: 27px;
    }

    .cna-popup__subtitle {
      font-size: 17px;
    }

    .cna-popup__description {
      font-size: 13.5px;
      line-height: 1.55;
    }

    .cna-popup-offer {
      min-height: 72px;
      margin-bottom: 16px;
      padding: 10px 16px;
    }

    .cna-popup-offer-title {
      font-size: 14px;
    }

    .cna-popup-price-row {
      gap: 20px;
    }

    .cna-popup-old-price {
      font-size: 20px;
    }

    .cna-popup-new-price {
      font-size: 28px;
    }

    .cna-popup-get-started {
      min-height: 52px;
      font-size: 16px;
    }

    .cna-popup-arrow {
      font-size: 26px;
    }

    .cna-popup__image {
      height: 190px;
      min-height: 190px;
    }

    .cna-popup__close {
      top: 10px;
      right: 10px;
      width: 34px;
      height: 34px;
      font-size: 25px;
    }
  }



/* =========================================================
   CNA PRICING - GLOBAL CSS OVERRIDE PROTECTION
   ========================================================= */

.cna-pricing {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 18px 0 !important;

    border-top: 1px solid #aaa !important;
    border-bottom: 1px solid #aaa !important;

    box-sizing: border-box !important;
}


/* LEFT CONTENT */

.cna-pricing .cna-pricing-content {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* TITLE */

.cna-pricing .cna-pricing-title {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 8px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    color: #011F37 !important;
    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}


/* "Priced at just" */

.cna-pricing .cna-priced-text {
    display: inline !important;

    color: #011F37 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;

    text-decoration: none !important;
}


/* OLD PRICE */

.cna-pricing .cna-old-price {
    display: inline !important;

    color: #777 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;

    text-decoration: line-through !important;
    text-decoration-thickness: 1px !important;
}


/* NEW PRICE */

.cna-pricing .cna-new-price {
    display: inline !important;

    color: #011F37 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-decoration: none !important;
}


/* SAVE */

.cna-pricing .cna-save-price {
    display: inline !important;

    color: #3AAA4D !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;

    text-decoration: none !important;
}


/* AUDIENCE */

.cna-pricing .cna-pricing-audience {
    display: block !important;

    margin: 3px 0 0 !important;
    padding: 0 !important;

    color: #3AAA4D !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;

    text-decoration: none !important;
}


/* COUPON */

.cna-pricing .cna-pricing-code {
    display: block !important;

    margin: 4px 0 0 !important;
    padding: 0 !important;

    color: #333 !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    text-decoration: none !important;
}

.cna-pricing .cna-pricing-code strong {
    color: #011F37 !important;
    font-weight: 700 !important;
}


/* TERMS */

.cna-pricing .cna-pricing-terms {
    display: block !important;

    margin: 3px 0 0 !important;
    padding: 0 !important;

    color: #777 !important;
    font-family: inherit !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;

    text-decoration: none !important;
}


/* =========================================================
   BULK PURCHASE
   ========================================================= */

.cna-pricing .cna-purchase {
    flex: 0 0 175px !important;
    width: 175px !important;

    margin: 0 !important;
    padding: 0 0 0 25px !important;

    border-left: 1px solid #d0d0d0 !important;

    box-sizing: border-box !important;
}


/* LABEL */

.cna-pricing .cna-purchase-label {
    display: block !important;

    margin: 0 0 8px !important;
    padding: 0 !important;

    color: #011F37 !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;

    text-decoration: none !important;
}


/* BUTTON */

.cna-pricing .cna-purchase-btn {
    display: inline-block !important;

    margin: 0 !important;
    padding: 9px 20px !important;

    background: #011F37 !important;
    background-image: none !important;

    color: #ffffff !important;

    border: 0 !important;
    border-radius: 4px !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

    text-align: center !important;
    text-decoration: none !important;

    box-shadow: none !important;

    cursor: pointer !important;

    transition: background-color 0.2s ease !important;
}

.cna-pricing .cna-purchase-btn:hover,
.cna-pricing .cna-purchase-btn:focus {
    background: #06304a !important;
    background-image: none !important;

    color: #ffffff !important;

    text-decoration: none !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .cna-pricing {
        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 18px 0 !important;
    }

    .cna-pricing .cna-pricing-content {
        width: 100% !important;
    }

    .cna-pricing .cna-pricing-title {
        gap: 6px !important;
    }

    .cna-pricing .cna-new-price {
        font-size: 26px !important;
    }

    .cna-pricing .cna-purchase {
        display: block !important;

        width: 100% !important;
        margin: 16px 0 0 !important;
        padding: 15px 0 0 !important;

        border-top: 1px solid #d0d0d0 !important;
        border-left: 0 !important;
    }

}