/* Black */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Heavy */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueHeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* Italic (regular weight 400) */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Roman (regular normal) */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Thin */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* UltraLight */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

body {
      background-color: #fff;
      font-family: 'HelveticaNeue', Arial, sans-serif;
      font-weight: 400; /* normal (Roman) */
    }
    .container-custom {
      max-width: 1280px;
      margin: auto;
      padding:0px;
    }
    .header {
      background: #7a86ea;
      text-align: center;
      padding: 10px;
    }
    .header img{
        max-width: 130px;
    }
    .exclusive-offer {
      margin: 20px 0;
    }
    .exclusive-offer img{
        width: 250px;
    }
    .btn-continue {
      background: #d9a631;
      color: #000;
      font-weight: bold;
      padding: 10px;
      border: none;
      width: 100%;
      font-size: 24px;
    }
    .btn-continue:hover {
      background: #e0b73f;
    }
    h1{
        font-weight:300;
    }
    .bold{
        font-weight:700;    
    }
    .highlight {
      color: #4557e6;
        font-weight: 400;
    }
    .steps {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
      gap: 60px;
      text-align: center;
    }
    .circle {
      width: 15px;
      height: 15px;
      background: #ccc;
      border-radius: 50%;
    }
    .circle.active {
      background: #f2c94c;
    }
    .step-items{
        align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    }
    .step-items p{
        font-size: 12px;
    padding-top: 5px;
    margin-bottom:0;
    }
    .perk-box {
      border-bottom: 4px solid #d9a631;
      /*border-radius: 10px;*/
      padding: 45px 20px 20px;
      margin: 10px 0;
      background: #f8f7ff;
      position: relative;
      border-top: 2px solid #6c6fd5;
      min-height: 350px;
    }
    .footer {
      background: #4350c0;
      color: #fff;
      padding: 20px;
      text-align: center;
      font-size: 14px;
    }
    .brand-icons img {
      margin: 10px;
      max-width:500px;
      min-width: 250px;
      width: 100%;
      padding: 0px 15px;
    }
    .card{
        background-color: #3d3f7c;
        color: #ffffff;
        padding:20px 40px 60px;
        margin:24px 0px;
    }
    .details{
        color: #000000;
        font-size:18px;
        display: block;
    text-align: right;
    }
    .ads-container{
      background-color: #ffffff;
    }
    .perk-box-item{
      display: flex;
      flex-direction: column;
      gap: 0px;
      padding: 0px 0px;
    }
    .perk-box-item h6{
      font-size:20px;
      font-weight: 500;
      padding-bottom: 20px;
      margin-bottom: 0;
    }
    .perk-box-item p{
      font-size:14px;
      margin-bottom: 0;
      font-weight: 300;
      color: #6e6e6e;
    }
    .multi-logos-wrapper{
       display: flex;
  flex-wrap: wrap;   /* allow wrapping to next row */
  justify-content: center; /* center logos */
  gap: 35px;  /* spacing between logos */
  padding-bottom: 25px;

    }
    .multi-logos-wrapper .multi-logo-item{
       flex: 1 1 40%; /* each logo takes about half the row */
      display: flex;
      justify-content: center;
      align-items: center;
      height: 65px;
    }
    .multi-logos-wrapper .multi-logo-item img{
      width: 95px;
      height:100px;
      object-fit: contain;
    }
    .ads-container .perk-box-logos-single img{
      width: 120px;
      height:120px;
      object-fit: contain;
    }
    .ads-container .perk-box-logos-single{
      padding-bottom: 40px;
    }
    .rewards-text{
        font-size:28px;
        color:#7a86ea;
        text-align:center;
        font-weight: 100;
    }
    .rewards-text span{
        font-weight:500;
    }
    .containue-btn{
        background-color: #4350c0;
        color: #ffffff;
        border: 3px solid #000000;
        border-radius: 10px;
        text-decoration: none;
    width: 300px;
    height: 65px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 400;
    }
    /* --------------------- */
    .button-container {
    display: flex;
    justify-content: center;
    position:relative;
  }

  .continue-btn {
    position: relative;
    display: inline-flex;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    background: #3b4cca;
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    width: 310px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: 3px solid #000000;
    position:relative;
  }

  /* Hand icon */
  .hand-icon {
    position: absolute;
    width: 50px;
    animation: clickHand 1.6s infinite ease-in-out;
    top: 42%;
    margin-left: 210px;
  }
   /* Dynamic ripple */
  .continue-btn .ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: scale(0);
    animation: ripple-effect 0.6s linear;
    pointer-events: none;
    width: 20px;
    height: 20px;
  }
  .walmart-logo{
    min-width: 250px;
    width: 100%;
    padding: 0px 15px;
  }

  @keyframes ripple-effect {
    to {
      transform: scale(12);
      opacity: 0;
    }
  }

  /* Hand tapping animation */
  @keyframes clickHand {
    0% { transform: translateY(0) scale(1); }
    30% { transform: translateY(4px) scale(0.95); }
    50% { transform: translateY(0) scale(1); }
    100% { transform: translateY(0) scale(1); }
  }
    /* ------------------------- */
    /* Media Quries begin */
   @media (max-width: 767px) {
    .perk-box::after {
        width: 0;
    }
    .card{
        padding: 25px 10px 30px;
    /*margin: 0px 0px;*/
    }
}       
    /* Media Quries end */

/* Card information begin */
  .card-input {
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    width: 100%;
    margin-bottom:10px;
  }
  .card-input i {
    color: #888;
    font-size: 18px;
    margin-right: 10px;
  }
  .card-input input {
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    background: transparent;
    width: 100%;
  }
  .divider {
    width: 1px;
    background: #ccc;
    margin: 0 10px;
    height: 24px;
  }
  .error-text {
    color: red;
    font-size: 12px;
    margin-top: 3px;
    display: none;
    text-align: left;
  }
  .is-invalid {
    border-bottom: 2px solid red !important;
  }
  .dibit-card-title{
    font-size:30px;
    font-weight:200;
    text-align:center;
    padding-bottom:15px;
  }
  .dibit-card-title span{
    font-weight:500;
  }

  .form-control.is-invalid {
      border: 2px solid red;
    }
    .form-select.is-invalid {
      border: 2px solid red;
    }
    .valid-check {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: green;
      font-size: 20px;
      display: none;
    }
    .form-select.valid + .valid-check {
      display: inline;
    }
    .btn-activate {
      background: green;
      color: white;
      font-size: 20px;
      font-weight: bold;
      width: 100%;
      border-radius: 8px;
      padding: 12px;
      border: none;
    }
/* Card information end */
.form-step { display: none; }
.form-step.active { display: block; }


@media (max-width:1200px){
    .multi-logos-wrapper .multi-logo-item img{
        width:70px;
    }
}

@media (max-width:767px){
    .ads-container{
        padding: 10px 5px 10px;
    }
    .perk-box{
        padding: 10px 0px 10px;
    }
    .logo-section .logo-headline h2{
        font-size:20px;
    }
    .multi-logos-wrapper .multi-logo-item img{
        width: 100px;
    }
}
@media (max-width:567px){
    .multi-logos-wrapper .multi-logo-item img{
        width: 60px;
    }
    .multi-logos-wrapper .multi-logo-item{
        height: 60px;
    }
    .perk-box-item h6{
        font-size: 14px;
    }
    .perk-box-item p{
        padding-bottom: 0px;
        font-size: 12px;
    }
    .perk-box{
        min-height: 293px;
    }
    
}
@media (max-width:450px){
    .multi-logos-wrapper{
        gap: 20px;
    }
}
.logo-section {
    padding-bottom: 40px;
    background: #d7eaf3;
}
.logo-section .logo-headline h2 {
    font-size: 44px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    padding: 30px 0 10px;
    color: #3e3892;
    font-family: Poppins, sans-serif;
}
.logo-section .logos-block {
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: center;
}
.logo-section .logos-block .logos {
    width: 100%;
}


@media (max-width:767px){
    .logo-section .logo-headline h2{
        font-size:20px;
    }
}