
/* START BREADCRUMB */
.breadcrumb-main {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 20px 0 12px 0;
  }

  .breadcrumb-main :is(.link-bread, .current-bread) {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #737373;
    padding: 0;
  }

  .breadcrumb-main .current-bread {
    color: #402b87;
  }
  /* END BREADCRUMB */

  /* ======================
  START TABS CONTAINER
  ========================*/
  .tabs-container-menu {
    margin: 30px auto;
  }

  .tabs-menu {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 12px;
    padding: 3.5px;
    max-width: 600px;
  }

  .tab-button-menu {
    padding: 13px 66.5px;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
  }

  .tab-button-menu.active {
    background-color: #402b87;
    color: white;
  }

  .hidden-tab {
    display: none;
  }

  .banner-tabs {
    background: url('../../../images/pages/lucky-code/Background.png');
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 22px;
    height: 272px;
    border-radius: 0px 0px 30px 30px;
    background-position: center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    padding: 60px 15px 0 15px;
  }
  .banner-tabs .title-top {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
  }
  .content-tab-info .card-tab-one {
    box-shadow: 0px 0px 14px 0px #0000000f;
    background: #fff;
    border-radius: 10px;
    padding: 27px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    max-width: 862px;
    margin: 0 auto 15px auto;
  }
  .content-tab-info .card-tab-one .left-card-cotent-tab {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .content-tab-info .card-tab-one .left-card-cotent-tab .text-code {
    font-size: 18px;
    font-weight: 700;
    color: #000000cc;
  }
  .content-tab-info .card-tab-one .details-expires {
    font-size: 14px;
    font-weight: 600;
    color: #00000099;
    text-transform: capitalize;
  }
  .content-tab-info .card-tab-one .text-expires {
    font-weight: 700;
    font-size: 16px;
  }
  .content-tab-info .card-tab-one .main-btn-card {
    padding: 5px 29px;
    border: 1px solid #402b87;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #402b87;
    text-transform: capitalize;
  }

  /* START FORM LUCKY */
  .lucky-form {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 20px auto;
    width: 100%;
    max-width: 862px;
  }

  .lucky-form label {
    font-size: 17px;
    color: #000000;
    font-weight: 700;
  }

  .lucky-form input {
    flex: 1;
    padding: 18px 10px;
    border: 1px solid #402b87;
    border-radius: 6px;
    outline: none;
    box-shadow: none;
    width: 100%;
  }

  .lucky-form .form-input-lucky {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .btn-main-share {
    padding: 16px 48px;
    background-color: #452775;
    color: white;
    border: 1px solid #452775;
    border-radius: 6px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
  }
  /* END FORM LUCKY */

  /* ======================
  END TABS CONTAINER
  ========================*/

  /* ======================
  START MODAL
  ========================= */
  .modal-rm {
    background: #121212b4;
  }

  .modal-rm .rm-modal-body {
    text-align: center;
  }

  .modal-rm .modal-content {
    padding: 2.5rem 2.5rem 1rem 2.5rem;
    border-radius: 20px;
  }

  .rm-all-content {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0;
    --bs-modal-margin: 0.5rem;

    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }

  .rm-modal {
    position: fixed;
    inset: 0;
    background: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1000;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
    overflow-y: auto;
    z-index: 1000;
  }

  .rm-modal::-webkit-scrollbar {
    display: none;
  }

  .rm-modal.show {
    opacity: 1;
    visibility: visible;
  }

  .rm-close {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #402b87;
    color: #fff;
  }
  html[dir="ltr"] .rm-close {
    padding-bottom: 0;
  }
  .rm-icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .title-modal {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
  }

  .title-modal-3 {
    font-weight: 700;
    line-height: 1.6;

    padding-top: 5px;
  }

  .rm-discount {
    font-size: 18px;
    color: #402b87;
    font-weight: 600;
    margin: 10px 0;
  }

  .rm-code {
    font-size: 18px;

    font-weight: 600;
    color: #cf2880;
  }

  .rm-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 2rem 0 0.8rem 0;
  }

  .rm-btn {
    padding: 11px 16px;
    border: none;
    background-color: #402b87;
    color: white;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid #402b87;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
  }
  .rm-btn-transparent {
    background: transparent;
    color: #402b87;
    transition: all 0.5s;
  }
  .rm-btn-transparent:hover {
    background: #402b87;
    color: #fff;
  }
  .footer-rm-modal {
    margin-top: 1.2rem;
  }
  .footer-rm-modal * {
    font-size: 14px;
    font-weight: 600;
    color: #00000099;
  }
  .footer-rm-modal .powerd-by {
    text-transform: capitalize;
  }
  .buttons-modal .rm-btn {
    width: max-content;
    margin: 50px 10px;
  }

  #exampleModal4 .rm-steps-container {
    max-height: 390px;
    overflow-y: auto;
    padding-bottom: 50px;
  }
  #exampleModal4 .rm-steps-container::-webkit-scrollbar {
    display: none;
  }
  #exampleModal4 .rm-image {
    position: relative;
  }
  #exampleModal4 .rm-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #exampleModal4 .rm-image .logo-main img {
    width: 130px;
    height: 130px;
  }
  #exampleModal4 .rm-image .title-top {
    font-size: 18px;
    color: #fff;
  }
  #exampleModal4 .rm-close {
    z-index: 10;
  }
  #exampleModal4 .info-main-rm {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #exampleModal4 .modal-content {
    padding: 0;
  }
  #exampleModal4 .rm-modal-content .rm-image {
    padding: 8.5px;
  }
  #exampleModal4 .rm-close {
    background: #fff;
    color: #402b87;
    top: 20px;
    left: 20px;
  }
  .rm-steps-container {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
  }
  .rm-steps-container a {
    color: #cf2880;
  }
  .rm-steps-ar,
  .rm-steps-en {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
  }

  .rm-steps-ar {
    direction: rtl;
    text-align: right;
    counter-reset: arabic-counter;
    padding: 15px 15px 0 15px;
  }

  .rm-steps-ar li {
    counter-increment: arabic-counter;
    margin-bottom: 1rem;
    position: relative;
  }

  .rm-steps-ar li::before {
    content: counter(arabic-counter) "-";
    margin: 0 0.5rem;
    color: #402b87;
    font-weight: 600;
  }

  .rm-steps-en {
    direction: ltr;
    text-align: left;
    counter-reset: english-counter;
    border-top: 1px solid #00000066;
    padding: 25px 15px 0 15px;
  }

  .rm-steps-en li {
    counter-increment: english-counter;
    margin-bottom: 1rem;
    position: relative;
  }

  .rm-steps-en li::before {
    content: counter(english-counter) "-";
    margin-right: 0.5rem;
    color: #555;
  }

  /* ======================
  END MODAL
  ========================= */
  @media screen and (max-width: 650px) {
    #exampleModal3.modal.show .modal-dialog {
      transform: translateY(25%);
    }
    #exampleModal3.modal {
      overflow: hidden;
    }
    #exampleModal4 .rm-image .title-top {
      font-size: 15px;
    }
    #exampleModal4 .rm-image .logo-main img {
      width: 60px;
      height: 60px;
    }
    #exampleModal4 .rm-modal-content {
      padding-inline: 0;
    }
    .modal-rm .modal-content {
      padding: 25px 10px 18px 10px;
    }
    .modal-rm .modal-dialog {
      margin-inline: 20px;
    }
    .modal-rm .rm-btn {
      border-radius: 15px;
    }

    .rm-buttons {
      gap: 20px;
    }
    .banner-tabs {
      max-width: 100%;
      padding: 0px 15px 0 15px;
      height: 225px;
    }
    .tab-button-menu {
      padding: 6px 24px 10.5px 24px;
    }
    .content-tab-info {
      margin-top: -70px;
    }
    .content-tab-info .card-tab-one .main-btn-card {
      padding-inline: 23px;
      font-size: 11px;
    }
    .content-tab-info .card-tab-one .details-expires {
      font-size: 12px;
      font-weight: 700;
    }
    .content-tab-info .card-tab-one .left-card-cotent-tab .text-code {
      font-size: 14px;
    }
    .content-tab-info .card-tab-one {
      padding: 18px;
    }
    .left-card-cotent-tab img {
      margin-right: -10px;
    }
    .lucky-form input {
      border: none;
      padding: 12px;
    }
    .lucky-form .form-input-lucky {
      border: 1px solid #402b87;
      border-radius: 6px;
      outline: none;
      box-shadow: none;
      width: 100%;
      border-radius: 9px 6px 6px 9px;
    }
    .lucky-form .btn-main-share {
      padding: 12px 30px;
      font-size: 15px;
    }
    .rm-modal-body .rm-icon img {
      width: 72px;
      height: 72px;
    }
    .rm-modal-content {
      padding-inline: 0.7rem;
    }
    .rm-btn {
      font-size: 13px;
    }
    .rm-all-content {
      padding: 130px 0;
    }
    #exampleModal4 .rm-all-content {
      padding: 80px 0;
    }
    .rm-steps-container {
      font-size: 14px;
      font-weight: 700;
    }
    .banner-tabs .title-top {
      font-size: 20px;
    }
    #rm-myModal-3 .rm-all-content {
      padding: 0 0 0px 0;
    }
    #rm-myModal-3 .rm-modal-content {
      width: 94%;
    }
    .rm-modal .title-modal {
      font-size: 15px;
    }
    #rm-myModal-3.rm-modal.show .rm-modal-content {
      transform: translateY(125%);
    }
  }

  @media only screen and (max-width: 375px) and (max-height: 812px) {
    #exampleModal3.modal.show .modal-dialog {
      transform: translateY(25%);
    }
  }

  @media only screen and (max-width: 414px) and (max-height: 896px) {
    #exampleModal3.modal.show .modal-dialog {
      transform: translateY(20%);
    }
  }
