* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    overflow-x: hidden;
    height: 100%;
    font-family: "Segoe UI", sans-serif;
  }

  h1,
  h2,
  h3,
  h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  .card {
    border-radius: 0 !important;
    border: none !important;
  }

  /* Card-1 */

  .card1 {
    max-width: 674px;
    width: 100%;
    margin: auto;
    min-height: 1024px;
    justify-content: center;
  }
  .sign_content {
    width: 100%;
    padding: 50px 72px;
  }

  .heading {
    color: #0d101e;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
  .msg-info {
    color: #696e84;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin: 0;
  }
  .msg-info a {
    color: #0d101e;
    text-decoration: none;
    margin: 0;
  }
  .form_block {
    margin-top: 40px;
    width: 100%;
  }
  .form-group {
    margin-bottom: 24px;
  }
  .form-control-label {
    color: #696e84;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
  }
  .form-group .form-control {
    border: 1px solid #babcc6;
    width: 100%;
    height: 55px;
    border-radius: 12px;
    box-shadow: 0px 2px 0px 0px #e7ebee33 inset;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5rem;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #0d101e;
  }
  .form-group .form-control:focus {
    box-shadow: none;
  }

  ::placeholder {
    color: #babcc6 !important;
    opacity: 1;
  }

  :-ms-input-placeholder {
    color: #babcc6 !important;
  }

  ::-ms-input-placeholder {
    color: #babcc6 !important;
  }

  .eyi_icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    padding: 5px;
}
  .remember-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .check_btn label {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #1f2647;
  }
  .check_btn .form-check-input[type="checkbox"] {
    border-radius: 0.25em;
    border-color: #c1cbf8;
  }
  .m_8 {
    margin-bottom: 32px;
  }
  a.forgot_p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: underline;
    color: #3858e9;
  }
  .btn-block {
    width: 100%;
    margin-top: 40px;
  }
  .btn_primary {
    background: #3858e9;
    width: 100%;
    height: 60px;
    border-radius: 20px;
    border: 1px solid #3858e9;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #f7fafc;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(56, 88, 233, 0.4);
  }

  .btn_primary:hover {
    background: #2e47c5;
    border-color: #2e47c5;
    box-shadow: 0 6px 18px rgba(56, 88, 233, 0.6);
    transform: translateY(-2px);
  }

  /* card-2 */
  .card2 {
    position: relative;
    max-width: 766px;
    width: 100%;
    background-color: #3858e9 !important;
    padding: 30px;
    background-image: url(../img/bg-top.png);
    background-size: auto;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .card2-logo {
    display: flex;
    justify-content: end;
    width: 100%;
  }
  .card-2-content {
    margin-top: 132px;
    width: 100%;
  }
  .content-slider-sec {
    max-width: 525px;
    width: 100%;
    margin: auto;
  }
  .slider_sec {
    width: 100%;
    padding: 0px 24px;
  }
  .solution-block {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    font-family: "Segoe UI", sans-serif;
    color: #1a202c;
    overflow: visible;
  }

  .solution-block h3 {
    margin: 0 0 12px;
    color: #1f2647;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
  }

  .solution-block p {
    color: #696e84;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }

  button.btn_secondary {
    width: 168px;
    height: 46px;
    border-radius: 70px;
    background: #3858e9;
    border: 1px solid #3858e9;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #f7fafc;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(56, 88, 233, 0.4);
  }

  .btn_secondary:hover {
    background: #2e47c5;
    border-color: #2e47c5;
    box-shadow: 0 6px 18px rgba(56, 88, 233, 0.6);
    transform: translateY(-2px);
  }

  .earning-bottom {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background: #f7fafc;
    padding: 16px 24px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .earning-bottom img {
    width: 24px;
    height: 24px;
  }

  .earning-text p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #696e84;
  }

  .earning-text h4 {
    margin: 4px 0 0;
    color: #1f2647;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
  }
  .digital_text {
    margin-top: 120px;
    width: 100%;
    text-align: center;
  }
  .digital_text h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    color: #ebeefd;
  }
  .digital_text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #ebeefd;
    margin-top: 36px;
    margin-bottom: 90px;
  }
  .content-slider-sec .slick-dots {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 10px);
    display: block;
    width: fit-content;
    min-width: 80px;
  }
  .content-slider-sec .slick-dots li button:before {
    opacity: 0.25;
    color: #edf2f74d;
  }
  .content-slider-sec .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
  }
  .content-slider-sec .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d9d9d9;
  }
  .content-slider-sec .slick-prev,
  .content-slider-sec .slick-next {
    top: unset;
    bottom: -45px;
  }
  .content-slider-sec .slick-next {
    right: 37%;
  }
  .content-slider-sec .slick-prev {
    left: 37%;
  }

  @media screen and (max-width: 1024px) {
    .my-2 {
      font-size: 17px;
      float: left;
      margin-left: 10px !important;
    }
    .my-3 {
      width: 150px;
    }
  }

  @media screen and (max-width: 992px) {
    .card1 {
      width: 100%;
      padding: 40px 30px 10px 30px;
    }

    .card2 {
      width: 100%;
    }

    .right {
      margin-top: 100px !important;
      margin-bottom: 100px !important;
    }
  }

  @media screen and (max-width: 768px) {
    .container {
      padding: 10px !important;
    }

    .right {
      margin-top: 50px !important;
      margin-bottom: 50px !important;
    }

    .bottom.text-center.mb-5 {
      display: none;
    }
  }

  @media screen and (max-width: 425px) {
    .card2 {
      width: 100%;
      padding: 30px 15px;
    }
    .msg-info {
      font-size: 11px;
    }
    .icon_input {
      margin-top: -15%;
    }
    .my-2 {
      float: none;
      margin-left: 17% !important;
    }
    .my-3 {
      width: 160px;
      margin-left: 14% !important;
    }
    .form-check.form-check-inline.check_btn {
      margin-left: 20%;
    }
    .bottom.text-center.mb-5 {
      display: none;
    }
    .card-2-content {
      margin-top: 50px;
      width: 100%;
    }
    .solution-block h3 {
      font-size: 26px;
    }
    .solution-block p {
      font-size: 16px;
      line-height: 22px;
    }
    .earning-bottom {
      bottom: -60px;
    }
    .digital_text h3 {
      font-size: 26px;
    }
    .digital_text p {
      font-size: 16px;
      line-height: 22px;
      margin-top: 20px;
      margin-bottom: 50px;
    }
    .sign_content {
      width: 100%;
      padding: 15px;
    }
    .heading {
      font-size: 34px;
      margin-bottom: 10px;
    }
    .card1 {
      min-height: 550px;
    }

    .solution-block {
      padding: 40px 15px;
    }
  }

  @media screen and (max-width: 375px) {
    .card2 {
      width: 100%;
      padding: 30px 15px;
    }
    .msg-info {
      font-size: 11px;
    }
    .icon_input {
      margin-top: -18%;
    }
    .my-2 {
      float: none;
      margin-left: 16% !important;
    }
    .my-3 {
      width: 160px;
      margin-left: 13% !important;
    }
    .form-check.form-check-inline.check_btn {
      margin-left: 20%;
    }
    .bottom.text-center.mb-5 {
      display: none;
    }
  }

  @media screen and (max-width: 320px) {
    .card2 {
      width: 100%;
      padding: 30px 15px;
    }
    .msg-info {
      font-size: 11px;
    }
    .icon_input {
      margin-top: -22%;
    }
    .my-2 {
      float: none;
      margin-left: 5% !important;
    }
    .form-check.form-check-inline.check_btn {
      margin-left: 10%;
    }
    .my-3 {
      width: 160px;
      margin-left: 5px !important;
    }
    .bottom.text-center.mb-5 {
      display: none;
    }
  }


#exportCampaignsBtn{
    background-color: #9a4300;
    color: white;
    border-color:#9a4300;
  }

#exportCampaignsBtn:hover {
    background-color: #7c3600;
    color: white;
}
