@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900");

:root {
  --primary-blue: #0072bc;
  --border-orange: #f9b288;
  --text-gray: #555;
  --bg-light: #f9f9f9;
  --col-gap: 0.8vw; /* Gap scales with screen width */
  --row-gap: 0.8vw;
  --border-style: 1px solid #d1d1d1;
  --overlap-amount: -4vw; /* Overlap scales so it doesn't cover text */
}

#tsparticles {
  position: fixed !important;
  top: 0;
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 9;
}

.img-responsive {
  display: block;
  z-index: 100;
  /* max-width: 100%; */
  height: 80%;
  margin: 0;
  /* width: 25%; */
}

/*
html {
	scroll-behavior: smooth;
} */

.floating-btn__container {
  position: fixed;
  /* margin-top: -200px; */
  width: 100%;
  z-index: 999;
  margin-bottom: 250px;
}

a.floating__btn {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 99;
  right: 8%;
  /* top: 12%; */
  color: #ffffff;
  /* background: #0067b1; */
  /* background: url(../images/Apply_now.png) no-repeat; */
  width: 130px;
  height: 50px;
  border-radius: 50%;
  transform: translateY(-100%);
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}

a.floating__btn img {
  transform: scale(1.8);
}

.floating-btn__wrapper {
  position: relative;
  max-width: 1440px;
  text-align: right;
}

@media (max-width: 767px) {
  a.floating__btn {
    width: 110px;
    height: 110px;
  }

  .floating-btn__container {
    margin-top: 0;
  }

  .stay_bottom {
    bottom: 5% !important;
  }
}

@media (max-width: 479px) {
  a.floating__btn {
    width: 80px;
    height: 80px;
  }
}

a.floating__btn .floating__btn-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 220px;
}

@media screen and (max-width: 991px) {
  a.floating__btn .floating__btn-text {
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  a.floating__btn .floating__btn-text {
    max-width: 200px;
  }
}

@media screen and (max-width: 479px) {
  a.floating__btn .floating__btn-text {
    max-width: 160px;
  }
}

.floating-renewal-btn {
  position: absolute;
  right: 12%;
  transform: translateY(-50%);
  z-index: 1000;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.floating-renewal-btn .btn-icon {
  background-color: transparent;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.floating-renewal-btn .btn-text {
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.carousel-indicators {
  position: absolute;
  bottom: -30px;
  /* left: 30%; */
  left: 0;
  z-index: 15;
  width: 100%;
  /* margin-left: -30%; */
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 30px;
  height: 5px;
  /* margin: 1px 3px; */
  /* text-indent: -999px; */
  border: 1px solid transparent;
  /* border-radius: 0px; */
  cursor: pointer;
  background-color: #fff \9;
  background-color: rgba(255, 255, 255, 255);
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 35px;
  height: 6px;
  /* padding: 5px 10px; */
  cursor: pointer;
  color: transparent;
  border: 1px solid #8198a5;
  border-radius: 3px;
  outline: none;
  background: #8198a5;
}

.slick-dots li.slick-active button {
  background: #fa0530;
  border: 1px solid #fa0530;
}

.carousel-indicators .active {
  margin: 0px 5px;
  width: 30px;
  height: 5px;
  background-color: #fa0530;
}

.arrowTable {
  width: 96%;
  /* max-width: 390px;  */
  margin: auto;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .arrow-left,
  .arrow-right {
    max-width: 20px;
    width: 100%;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.3s ease;
  }

  .arrow-left {
    margin: 0 auto 0 0;
  }

  .arrow-left:hover,
  .arrow-right:hover {
    opacity: 0.7;
  }

  .arrow-right {
    margin: 0 0 0 auto;
  }
  .arrowTable {
    width: 95%;
    bottom: 50%;
    cursor: pointer;
  }
}

.crossell__banner img {
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 20px auto;*/
  width: 100%;
  margin-top: 40px;
}

.crossell__banner {
  width: 100%;
}

.card__container {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(to top, #65b9e5, #cdeefc);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px);
  width: 750px;
  height: 500px;
}

.card__header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.card__app-icon {
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card__app-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.card__title-section h1 {
  color: #0067b1;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 400px;
}

.card__benefit-item {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #0067b1;
  flex: 0 1 auto;
}

.card__checkmark {
  width: 24px;
  height: 24px;
  background: #4caf50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: white;
  font-weight: bold;
}

.card__main-content {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.card__download-section {
  flex: 1;
}

.card__qr-codes {
  display: flex;
  margin-top: 50px;
}

.card__qr-container {
  background: white;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  flex: 1;
}

.card__qr-placeholder {
  width: 120px;
  height: 120px;
  background: #f0f0f0;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.card__store-badge {
  width: 140px;
  height: 45px;
  background: #000;
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.card__app-store {
  background: linear-gradient(135deg, #000 0%, #333 100%);
}

.card__google-play {
  background: linear-gradient(
    135deg,
    #4285f4 0%,
    #34a853 50%,
    #fbbc05 75%,
    #ea4335 100%
  );
}

.card__phone-demo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__phone-container {
  position: relative;
}

.card__phone-placeholder {
  width: 200px;
  height: 400px;
  background: #333;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.card__instructions {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 20px;
  margin-left: 20px;
  max-width: 280px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.card__instructions h3 {
  color: #0067b1;
  font-size: 20px;
  margin-bottom: 15px;
}

.card__step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.card__step-number {
  width: 24px;
  height: 24px;
  background: #0067b1;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}

.card__step-text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.card__locations-section {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 600px;
  padding-right: 100px;
}

.card__locations-title {
  color: #0067b1;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.card__locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.card__location-item {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
}

.card__location-item:not(.not-content)::before {
  content: "•";
  margin-right: 8px;
  color: #333;
  font-weight: bold;
}

.card__footer-text {
  font-size: 14px;
  color: #292929;
  text-align: left;
  line-height: 1.4;
}

.renew-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #ff5f5f, #c40000);
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  font-family: Arial, sans-serif;
}

.renew-button:hover {
  background: linear-gradient(to bottom, #ff7777, #d60000);
}

.card__link {
  color: #0067b1;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.card__kiosk-section {
  flex: 0 0 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.card__kiosk-placeholder {
  width: 250px;
  height: 400px;
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
  border: 2px dashed #999;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .card__title-section h1 {
    color: #0067b1;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .card__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 400px;
    justify-content: center;
  }

  .card__benefit-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #0067b1;
    flex: 0 1 auto;
    width: 150px;
    height: fit-content;
  }

  .card__header {
    flex-direction: column;
    text-align: center;
  }

  .card__app-icon {
    margin-right: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .card__main-content {
    flex-direction: column;
  }

  .card__qr-codes {
    justify-content: center;
  }

  .card__phone-demo {
    margin-top: 20px;
  }

  .card__instructions {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }

  .card__container {
    max-width: 300px;
    margin: 0 auto;
    background: linear-gradient(to top, #65b9e5, #cdeefc);
    border-radius: 20px;
    padding: 15px;
    backdrop-filter: blur(10px);
    width: 300px;
    height: 520px;
  }

  .card__content {
    max-width: 250px;
    margin: 0 auto;
    background: #eaf3f8;
    border-radius: 20px;
    padding: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 250px;
    align-items: flex-start;
  }

  .carousel-btn {
    width: 30px;
    height: 30px;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

input,
textarea,
select,
button {
  box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

a,
input {
  transition: all 0.3s ease;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0 0 0;
}

body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Lato", "Open Sans", sans-serif;
  color: #404040;
  background: #fff;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
}

a {
  color: #0067b1;
}

.site--container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
}

.credit_card {
  min-width: 100px;
  max-width: 900px;
}

.intro_container_no_padding {
  padding: 0;
}

.intro_container {
  text-align: center;
  background: #e3f5fa;
  padding: 70px 0;
  max-width: 1440px;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .intro_container {
    padding: 50px 0;
  }
}

@media (max-width: 479px) {
  .intro_container {
    padding: 40px 0;
  }
}

.form {
  text-align: center;
  background: #f5f5f5;
  padding: 70px 0;
  max-width: 1440px;
  margin: 0px auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .form {
    padding: 50px 0;
  }
}

@media (max-width: 479px) {
  .form {
    padding: 20px 0;
  }
}

.form__inner {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.form--heading {
  color: #0067b1;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .form--heading {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .form--heading {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .form--heading {
    font-size: 20px;
    line-height: 24px;
  }
}

.form--subheading {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .form--subheading {
    font-size: 13px;
  }
}

.form--form {
  text-align: left;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .form--form {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .form--form {
    padding-top: 5px;
  }
}

.form--control {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .form--control {
    padding-top: 25px;
  }
}

.form--label {
  color: #404040;
  padding: 0 0 5px 10px;
}

.form--input,
.form--select,
.form--textarea {
  display: block;
  width: 100%;
  border: 0;
}

.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
  color: #818a91;
}

.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
  color: #818a91;
}

.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
  color: #818a91;
}

.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
  color: #818a91;
}

@media (max-width: 767px) {
  .form--input,
  .form--select,
  .form--textarea {
    background: #fff;
    border-radius: 4px;
  }
}

.form--input {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}

.form--input.form--input-special {
  padding: 0 0 0 100px;
}

.form--error {
  color: #c0392b;
  font-size: 70%;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: normal;
}

.form--customer-label {
  text-align: center;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .form--customer-label {
    padding-top: 0;
  }
}

.form--customer-label span {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .form--customer-label span {
    display: block;
    margin: 0 0 10px 0;
  }
}

.form--customer-label label {
  font-weight: normal;
}

.form--customer-label label + label {
  margin-left: 20px;
}

.form--customer-label input {
  margin-right: 10px;
}

.form--tnc-container {
  margin: 0;
}

.form--tnc-input {
  vertical-align: top;
  float: left;
  width: 20px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .form--tnc-input {
    width: 15px;
  }
}

.form--tnc-label {
  padding-left: 10px;
  float: right;
  width: calc(100% - 20px);
}

.form--tnc-label p + p {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .form--tnc-label {
    width: calc(100% - 15px);
  }
}

.form--tnc-label-text {
  color: #193863;
  font-size: 14px;
  font-weight: 400;
}

/* @media (max-width: 767px) {
  .form--tnc-label-text {
    font-size: 85%
  }
} */

@media (max-width: 479px) {
  .form--tnc-label-text {
    font-size: 90%;
  }
}

.form--submit {
  text-align: center;
}

.form--submit-btn {
  font-weight: bold;
  display: inline-block;
  padding: 15px 30px;
  background: #ef3e42;
  color: #ffffff;
  margin: 20px auto 0;
  border: none;
  font-size: 18px;
  height: 60px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .form--submit-btn {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .form--submit-btn {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .form--submit-btn {
    font-size: 18px;
    line-height: 1.3;
    height: 40px;
    padding: 8px 30px;
  }
}

@media (max-width: 767px) {
  .form--submit-btn {
    /* padding: 15px 70px; */
    display: inline-block;
  }
}

.form--submit-btn:hover {
  background: #0067b1;
}

.form--disclaimer-wrrapper {
  width: 100%;
  margin: 40px auto 0;
}

.form--disclaimer-wrrapper .form--disclaimer {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.form--disclaimer-wrrapper .form--disclaimer + .form--disclaimer {
  margin-top: 20px;
}

.form--input-wrapper {
  height: 54px;
  line-height: 54px;
  background: #ffffff;
  border: 1px solid #969696;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.form--input-wrapper select {
  background: #ffffff;
}

.form--input-wrapper label {
  font-weight: normal;
}

.form--input-wrapper label + label {
  margin-left: 20px;
}

.form--input-wrapper input {
  margin-right: 10px;
}

.footer {
  color: #404040;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 0 45.28px 0;
}

@media (max-width: 991px) {
  .footer {
  }
}

@media (max-width: 620px) {
  .footer {
    padding: 0 0 20.58px 0;
    font-size: 10px;
  }
}

.footer__top {
  margin: 0 68.38px;
}

@media (max-width: 620px) {
  .footer__top {
    margin: 0 25px;
  }
}

.footer__top .footer__tnc {
  color: #404040;
  padding: 40px 0 15px;
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .footer__top .footer__tnc {
    font-size: 14px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .footer__top .footer__tnc {
    font-size: 10px;
    line-height: 1.3;
    padding: 10px 0;
  }
}

@media screen and (max-width: 479px) {
  .footer__top .footer__tnc {
    font-size: 10px;
    line-height: 1.3;
    padding: 15px 0;
  }
}

/* @media (max-width: 767px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0;
	}
}
@media (max-width: 620px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0 11px 0;
	}
} */
.footer__top .footer__tnc.footer__tnc-premier a {
  color: #002f65;
}

.footer__top .footer__tnc a {
  color: #0667b0;
  padding: 0 5px;
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .footer__top .footer__tnc a {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .footer__top .footer__tnc a {
    font-size: 14px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .footer__top .footer__tnc a {
    font-size: 12px;
    line-height: 1.3;
  }
}

.footer__top .footer__tnc a:first-child {
  padding: 0 10px 0 0;
  border-left: none;
  border-right: none;
}

.footer__top .footer__box {
  background: #5bc2e7;
  color: #ffffff;
  font-weight: 300px;
  padding: 30.28px 38.38px;
}

.footer__top .footer__box.footer__box-premier {
  background: #002f65;
}

.footer__top .footer__box.footer__box-premier .footer__box-heading {
  font-size: 40px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .footer__top .footer__box.footer__box-premier .footer__box-heading {
    font-size: 36px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .footer__top .footer__box.footer__box-premier .footer__box-heading {
    font-size: 32px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 600px) {
  .footer__top .footer__box.footer__box-premier .footer__box-heading {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .footer__top .footer__box.footer__box-premier .footer__box-heading {
    font-size: 16px;
    line-height: 1.3;
  }
}

.footer__top .footer__box.footer__box-premier .footer__box-subheading {
  font-size: 30px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 600px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .footer__top .footer__box.footer__box-premier .footer__box-subheading {
    font-size: 12px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .footer__top .footer__box {
    padding: 20.58px 38.38px;
  }
}

@media (max-width: 485px) {
  .footer__top .footer__box {
    padding: 20.58px 22.38px;
  }
}

.footer__top .footer__box .footer__box-heading {
  font-size: 40px;
  line-height: 45px;
}

/* @media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 34px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 768px) {
  .footer__top .footer__box .footer__box-heading {
    font-size: 24px;
    line-height: 1.3;
  }
}

/* @media screen and (max-width: 600px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 26px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 479px) {
  .footer__top .footer__box .footer__box-heading {
    font-size: 20px;
    line-height: 21px;
  }
}

.footer__top .footer__box .footer__box-subheading {
  font-size: 36px;
  line-height: 45px;
}

/* @media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 768px) {
  .footer__top .footer__box .footer__box-subheading {
    font-size: 20px;
    line-height: 1.3;
  }
}

/* @media screen and (max-width: 600px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 22px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 479px) {
  .footer__top .footer__box .footer__box-subheading {
    font-size: 16px;
    line-height: 21px;
  }
}

.footer__top .footer__box .footer__box-subheading a {
  color: #ffffff;
}

.footer__top .footer__box .footer__box-subheading .text--light {
  font-weight: 300;
}

.footer__top .footer__box .footer__box-subheading .footer--number {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer__mid.footer__mid-long {
    margin: 0 0 15.64px 0;
  }
}

.footer__mid .footer__mid-left,
.footer__mid .footer__mid-right {
  display: table-cell;
  vertical-align: middle;
}

.footer__mid .footer__mid-left {
  background: #5bc2e7;
  width: 270px;
  /* padding: 0 45.28px 0 68.38px; */
}

@media (max-width: 620px) {
  .footer__mid .footer__mid-left {
    padding: 0 20.75px 0 30.38px;
    width: 170px;
  }
}

@media (max-width: 479px) {
  .footer__mid .footer__mid-left {
    width: 122.74px;
    padding: 3px 0px 3px 0px;
  }
}

.footer__mid .footer__mid-left.footer__mid-left-premier {
  background: #002f65;
  padding: 28.7px 22.9px 28.7px 68.38px;
}

@media (max-width: 620px) {
  .footer__mid .footer__mid-left.footer__mid-left-premier {
    width: 140.46px;
    padding: 22.9px 20.75px 22.9px 30.38px;
  }

  .footer__mid .footer__mid-left.footer__mid-left-premier img {
    width: 97.35px;
  }
}

@media (max-width: 620px) {
  .footer__mid .footer__mid-left img {
    width: 106px;
  }
}

@media (max-width: 479px) {
  .footer__mid .footer__mid-left img {
    width: 100%;
  }
}

.footer__mid .footer__mid-right {
  padding: 22.64px 68.38px 0 22.82px;
}

@media (max-width: 991px) {
  .footer__mid .footer__mid-right {
    /* display: block; */
    padding: 22.64px 68.38px 0 30px;
  }
}

@media (max-width: 767px) {
  .footer__mid .footer__mid-right {
    /* display: block; */
    padding: 22.64px 68.38px 0 30px;
  }
}

@media (max-width: 620px) {
  .footer__mid .footer__mid-right {
    padding: 10px 30.38px 0 17px;
  }
}

@media (max-width: 479px) {
  .footer__mid .footer__mid-right {
    padding: 5px 30.38px 0 17px;
  }
}

.footer__mid .footer__mid-right.mid-right-short {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .footer__mid .footer__mid-right.mid-right-short {
    display: table-cell;
    padding: 0;
  }
}

.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
  display: table-cell;
  vertical-align: middle;
  color: #818a91;
  /* padding-left: 10px; */
}

@media (max-width: 767px) {
  .footer__mid .footer__mid-right .islam__logo,
  .footer__mid .footer__mid-right .footer__mid-right-text {
    vertical-align: middle;
  }
}

.footer__mid .footer__mid-right .islam__logo {
  width: 42px;
}

@media (max-width: 620px) {
  .footer__mid .footer__mid-right .islam__logo {
    width: 36px;
    display: block;
    float: left;
    margin: 0 12px 4px 0;
  }
}

@media (max-width: 479px) {
  .footer__mid .footer__mid-right .islam__logo {
    width: 30px;
    margin: 2px 12px 1px 0;
  }
}

.footer__mid .footer__mid-right .islam__logo img {
  width: 100%;
}

.footer__mid .footer__mid-right .footer__mid-right-text .footer__btm {
  font-size: 14px;
  padding: 0 68.38px 0 22.82px;
  text-align: justify;
}

/* @media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		font-size: 12px;
	}
} */
@media (max-width: 768px) {
  .footer__mid .footer__mid-right .footer__mid-right-text .footer__btm {
    font-size: 10px;
    padding: 0 0 0 30.38px;
    /* display: block; */
  }
}

/* @media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 0 30.38px 0 0;
	}
} */
.footer__mid .footer__mid-right .footer__mid-right-copyright {
  margin-top: 24.64px;
  text-align: justify;
}

@media (max-width: 1199px) {
  .footer__mid .footer__mid-right .footer__mid-right-copyright {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .footer__mid .footer__mid-right .footer__mid-right-copyright {
    margin-top: 20.58px;
    padding-right: 30.38px;
  }
}

.footer__btm {
  margin: 45.28px 68.38px 0 106.76px;
  color: #818a91;
  text-align: justify;
}

/* @media (max-width: 991px) {
	.footer__btm {
		margin: 22.64px 68.38px 0;
	}
} */
@media (max-width: 768px) {
  .footer__btm {
    margin: 20.58px 30.38px 0 50.38px;
  }
}

.footer__btm .footer__btm-text p {
  font-size: 14px;
  line-height: 1.3;
}

.footer__btm .footer__btm-text {
  margin-top: 20px;
}

.footer__btm .footer__btm-text a {
  color: #0067b1;
  font-weight: 600;
  text-decoration: underline;
}

.footer__btm .footer__btm-text a.underline {
  text-decoration: underline;
}

.footer__btm .footer__btm-text:last-child {
  margin-top: 30px;
  color: #818a91;
}

.banner img {
  width: 100%;
}

.banner {
  position: relative;
}

.rhb-logo {
  width: 17vw !important;
  max-width: 200px;
}

.rhb_logo {
  width: 25rem !important;
  position: absolute;
  top: 70px;
}

.rhb_logo_mobile {
  width: 25vw !important;
  height: auto;
  position: absolute;
  top: 15px;
}

.show--sm {
  display: none;
}

@media (max-width: 767px) {
  .show--sm {
    display: block;
  }
}

.show--xs {
  display: none;
}

.cards {
  width: 100%;
  max-width: 1440px;
  margin: 20px auto;
}

.cards__img,
.cards__note {
  margin: 0 68.38px;
}

@media (max-width: 620px) {
  .cards {
    margin: 30px 30.38px 0;
  }

  .cards__img,
  .cards__note {
    margin: 0 60px 0px 0px;
  }
}

.cards .cards__note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .cards .cards__note {
    font-size: 12px;
    line-height: 1.3;
  }
}

@media (max-width: 479px) {
  .hide--xs {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide--sm {
    display: none;
  }
}

@media (max-width: 991px) {
  .hide--md {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hide--lg {
    display: none;
  }
}

.benefits__heading-wrapper {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
}

.benefits__heading {
  /* margin: 20px auto 0;
  max-width: 1000px;
  font-size: 42px;
  line-height: 1.2;
  color: #0067b1; */

  max-width: 1000px;
  font-size: 42px;
  line-height: 1.2;
  background: linear-gradient(to bottom, #0c609d 0%, #84ddf7 100%);
  color: white;
  text-align: center;
  padding: 20px 10px 40px 10px;
  max-width: 944px;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 99;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
}

@media screen and (max-width: 991px) {
  .benefits__heading {
    font-size: 28px;
    line-height: 1.3;
    max-width: 90vw;
    top: 0% !important;
  }

  .benefit .container-fluid {
    padding-top: 50px !important;
  }

  .benefits-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .benefits__heading {
    font-size: 20px;
    line-height: 1.3;
    max-width: 90vw;
  }
}

@media (max-width: 480px) {
  .benefits__heading {
    max-width: 80% !important;
    top: -50px !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
  }
}

.benefits__desc {
  color: #404040;
  font-size: 22px;
  margin: 0 auto;
  line-height: 1.6;
}

.benefits__underline {
  width: calc(100% + 120px);
  height: 2px;
  background: #5bc2e7;
  margin: 5px 0 15px -120px;
}

.benefits__p {
  color: #404040;
  font-size: 20px;
  margin: 15px auto 20px 0px;
  padding-left: 15px;
  line-height: 1.5;
  max-width: 320px;
  display: flex;
  flex-direction: column;
}

.process-flow {
  background: linear-gradient(135deg, #a8e6cf 0%, #88d8c0 100%);
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.step {
  flex: 1;
  text-align: center;
  padding: 20px;
  position: relative;
}

.icon-placeholder {
  width: 60px;
  height: 60px;
  background-color: #4a90e2;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.step-text {
  color: #2c3e50;
  font-size: 14px;
  line-height: 1.4;
  max-width: 200px;
  margin: 0 auto;
}

.arrow-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  height: 300px;
  /* Set a specific height for desktop demo */
  position: relative;
}

.arrow-container img {
  width: 100%;
}

.arrow {
  background-color: #007bbd;
  color: white;
  width: 35px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}

.line {
  border-left: 2px dotted #007bbd;
  margin-top: 5px;
  height: 100%;
  width: 0;
}

/* Mobile styles */
@media (max-width: 768px) {
  .arrow-container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    padding: 10px 0;
  }

  .arrow {
    /* Rotate the arrow to point down */
    position: absolute;
    z-index: 2;
    width: 40px;
  }

  .line {
    border-left: none;
    border-top: 2px dotted #007bbd;
    width: 100%;
    height: 0;
    margin-top: 0;
    margin-left: 0;
  }
}

.transition-banner {
  position: relative;
}

.transition-wrapper {
  display: flex;
  width: 300%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.transition-slide {
  width: 33.333%;
  height: 100%;
  position: relative;
}

.transition-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.transition-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s ease;
}

.indicator.active {
  background-color: white;
}

.dotted-line {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, #4a90e2 50%, transparent 50%);
  background-size: 2px 8px;
  transform: translateX(-50%);
}

.step:last-child .dotted-line {
  display: none;
}

@media (max-width: 768px) {
  .benefits__p {
    font-size: 18px;
    margin-top: 2rem;
  }
}

@media (max-width: 480px) {
  .benefits__p {
    margin: 2rem auto 0px;
  }
}

.benefits__heading .logo img {
  padding-top: 10px;
  width: 84px;
  height: 100px;
}

@media (min-width: 480px) {
  .benefits__heading .logo img {
    width: 104px;
    height: 120px;
  }
}

@media (min-width: 768px) {
  .benefits__heading .logo img {
    padding-top: 0;
    width: 119px;
    height: 130px;
    transform: translateY(-24%);
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  #benefits2 {
    padding: 20px 32px 70px;
    background-size: 100% 100%;
    background: #f5f5f5;
  }

  .iconImg {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    max-width: 150px;
  }

  .iconDes {
    color: #484848;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    max-width: 212px;
    margin: 0 auto 15px;
  }
}

.youtubeVid {
  width: 100%;
  height: 435px;
  max-width: 851px;
  margin: auto;
}

#benefits2 {
  margin: 20px auto 0;
  font-size: 36px;
  line-height: 1.3;
  color: #0067b1;
}

@media screen and (max-width: 991px) {
  #benefits2 {
    font-size: 35px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  #benefits2 {
    font-size: 33px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  #benefits2 {
    padding: 0 16px 10px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.3;
  }

  .iconImg {
    max-width: 120px;
  }

  .iconDes {
    font-size: 18px;
    line-height: 24px;
    max-width: 212px;
    margin: 0 auto 55px;
  }

  .youtubeVid {
    width: 100%;
    height: 150px;
    max-width: 280px;
  }
}

@media (min-width: 480px) {
  #benefits2 {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  #benefits2 {
    margin-bottom: 0px;
    max-width: 100%;
  }
}

.intro {
  position: relative;
  background-size: 100% 100%;
  padding-top: 20px;
  background: linear-gradient(
          to bottom,
          #cceffa 10%,
          #f8dec1 30%,
          #ffffff 65%
        );
}

@media (max-width: 480px) {
  .intro {
      background: linear-gradient(
          to bottom,
          #cceffa 10%,
          #f8dec1 30%,
          #ffffff 45%
        );
  }
}

/* .intro {
	height: 1314px;
	text-align: center;
	background-image: url(../images/Background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
	.intro {
		height: 720px;
		text-align: center;
		background-image: url(../images/Background_Mobile.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
} */

.bgImg {
  width: 100%;
  height: auto;
}

.intro h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  color: #186aa5;
  margin-bottom: 50px;
}

.intro h3 {
  font-size: 21px;
  line-height: 1.3;
  /* font-weight: bold; */
  color: #404040;
  margin-bottom: 30px;
  margin-top: 20px;
}

.entry {
  text-align: center;
  padding: 15px;
}

.howto {
  background-image: url("../images/bg.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 10% 10px;
  text-align: center;
}

.howtoDes {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #404040;
  text-align: center;
  margin: 0 auto 50px;
}

.entry h1,
.howto h1 {
  color: #0067b1;
}

.percentDes {
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  color: #404040;
  text-align: center;
}

.details table {
  /* border-top-left-radius: 20px;
	border-top-right-radius: 20px; */
  /* border-radius: 20px; */
  margin: auto;
  width: 90%;
  max-width: 931px;
  border-collapse: collapse;
  overflow: hidden;
  /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.blueBorder {
  border-right: 2px solid #39bfef;
  border-bottom: 2px solid #39bfef;
  /* width: 70%; */
}

.greyBorderRight {
  border-right: 2px solid #47b14b;
  width: 70%;
}

.details table tr:nth-child(2) td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  background: white;
}

.details table tr:nth-child(2) td:nth-child(1),
.details table tr:nth-child(3) td:nth-child(1) {
  color: #0067b1;
}

.details table tr:nth-child(2) td:nth-child(2) {
  color: #404040;
}

.details table tr:nth-child(2) td:nth-child(3) {
  color: #404040;
  font-weight: 800;
}

.details table.hide--sm {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 10px 0;
  border: none;
}

.details table.hide--sm tr:first-child th div {
  color: white;
  padding: 20px 10px 30px 10px;
  text-align: center;
  font-size: 24px;
  border: none !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.25));
}

.details table.hide--sm tr:first-child th:nth-child(1),
.details table.hide--sm tr:first-child th:nth-child(2),
.details table.hide--sm tr:first-child th:nth-child(3) {
  border: 1px solid #d1d1d1 !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.details table.hide--sm tr:first-child th:nth-child(1) div {
  background-color: #0c5a83;
}
.details table.hide--sm tr:first-child th:nth-child(2) div {
  background-color: #0978b4;
}
.details table.hide--sm tr:first-child th:nth-child(3) div {
  background-color: #5ac2e7;
}

.details table.hide--sm tr:first-child th:nth-child(1) {
  background-color: #e8f1f6;
}
.details table.hide--sm tr:first-child th:nth-child(2) {
  background-color: #fdefd5;
}
.details table.hide--sm tr:first-child th:nth-child(3) {
  background-color: #fdefd5;
}

.details table.hide--sm tr:nth-child(2) td:nth-child(1),
.details table.hide--sm tr:nth-child(4) td:nth-child(1) {
  background-color: #e8f1f6;
}

.details table tr:nth-child(3) td:nth-child(1),
.details table tr:nth-child(3) td:nth-child(2) {
  background-color: #fde7dd;
}

.details table tr:nth-child(2) td:nth-child(2),
.details table tr:nth-child(4) td:nth-child(2) {
  background-color: #fdefd5 !important;
}

.blueBorder {
  border: 1px solid #d1d1d1 !important;
  text-align: center !important;
  vertical-align: middle;
}

.details table.hide--sm tr:nth-child(2) td {
  border-top: none !important;
}

.details table.hide--sm span[style*="font-size: 28px"] {
  font-weight: bold;
}

.details table tr:nth-child(4) td:nth-child(1),
.details table tr:nth-child(6) td:nth-child(1) {
  text-align: left;
  vertical-align: middle;
  padding: 27px 31px;
  color: #404040;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  /* background-color: #EFF1F2; */
  border-bottom: 3px solid #dddddd;
  max-width: 70%;
}

.details table tr:nth-child(3) td:nth-child(2),
.details table tr:nth-child(3) td:nth-child(3),
.details table tr:nth-child(5) td:nth-child(2),
.details table tr:nth-child(7) td:nth-child(2),
.details table tr:nth-child(4) td:nth-child(3) {
  text-align: center;
  vertical-align: middle;
  padding: 27px 31px;
  color: #404040;
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
  /* background-color: #ffffff; */
  border-bottom: 3px solid #dddddd;
  max-width: 30%;
}

.details table tr:nth-child(3) td:nth-child(1),
.details table tr:nth-child(4) td:nth-child(2),
.details table tr:nth-child(6) td:nth-child(2) {
  text-align: center;
  vertical-align: middle;
  padding: 27px 31px;
  color: #404040;
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
  /* background-color: #EFF1F2; */
  /* border-bottom: 3px solid #dddddd; */
  max-width: 30%;
}

/* ====== Mobile Table ======= */

.details table.tableMobile tr:first-child th div {
  color: white;
  padding: 11px 7px 20px 7px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  border: none !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.25));
}

.details table.tableMobile tr:first-child th {
  padding: 0;
}

.details table.tableMobile {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 5px 0;
  border: none;
}

.details table.tableMobile tr:nth-child(2) td {
  border-top: none !important;
}

.details table.tableMobile tr:first-child th:nth-child(1) div {
  background-color: #0c5a83;
}
.details table.tableMobile tr:first-child th:nth-child(2) div {
  background-color: #0978b4;
}
.details table.tableMobile tr:first-child th:nth-child(3) div {
  background-color: #5ac2e7;
}

.details table.tableMobile tr:first-child th:nth-child(1) {
  background-color: #e8f1f6;
}
.details table.tableMobile tr:first-child th:nth-child(2) {
  background-color: #fdefd5;
}
.details table.tableMobile tr:first-child th:nth-child(3) {
  background-color: #fdefd5;
}

.details table.tableMobile tr:nth-child(2) td:nth-child(2),
.details table.tableMobile tr:nth-child(3) td:nth-child(1),
.details table.tableMobile tr:nth-child(4) td:nth-child(2),
.details table.tableMobile tr:nth-child(6) td:nth-child(2) {
  text-align: center;
  vertical-align: middle;
  padding: 6px 8px;
  color: #404040;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 18px;
  /* background-color: #EFF1F2; */
  border-bottom: 3px solid #dddddd;
  max-width: 30%;
}

.details table.tableMobile tr:nth-child(2) td:nth-child(2),
.details table.tableMobile tr:nth-child(4) td:nth-child(2) {
  background-color: #fdefd5 !important;
}

.details table.tableMobile tr:nth-child(4) td:nth-child(1),
.details table.tableMobile tr:nth-child(2) td:nth-child(1) {
  text-align: left;
  vertical-align: middle;
  padding: 6px 8px;
  color: #0067b1;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 18px;
  background-color: #eff1f2;
  border-bottom: 3px solid #dddddd;
  max-width: 70%;
}

.details table.tableMobile tr:nth-child(2) td:nth-child(3),
.details table.tableMobile tr:nth-child(4) td:nth-child(3) {
  font-size: 14px !important;
  line-height: 18px;
}

.details table.tableMobile tr:nth-child(2) td:nth-child(3) span,
.details table.tableMobile tr:nth-child(3) td:nth-child(2) span,
.details table.tableMobile tr:nth-child(4) td:nth-child(3) span {
  font-size: 18px !important;
  line-height: 16px;
  padding: 17px 16px;
}

/* Rewards Grid */
.rewards-grid {
  display: grid;
  grid-template-columns: min(284px, 29.5vw) min(320px, 32.5vw) min(
      320px,
      32.5vw
    );
  max-width: 943px;
  column-gap: var(--col-gap);
  justify-content: center;
  width: 100%;
  margin: auto;
}

/* .rewards-grid .header {
  color: white;
  padding: 20px 10px 30px 10px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.25));
  margin-bottom: var(--overlap-amount);
  position: relative;
  z-index: 10;
} */
 
.rewards-grid .header-wrapper {
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.25));
  box-shadow: 2px 2px 3px 0px #00000025;
  position: relative;
  z-index: 2;
}

.rewards-grid .header {
  color: white;
  padding: 20px 10px 30px 10px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  background: #0c5a83;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
  margin-bottom: var(--overlap-amount);
  position: relative;
  z-index: 10;
}


.rewards-grid .bg-purchase {
  background-color: #0c5a83;
	box-shadow: 10px 11px 5px -4px rgba(166,166,166,0.75);
}
.rewards-grid .bg-criteria {
  background-color: #0978b4;
	box-shadow: 10px 11px 5px -4px rgba(166,166,166,0.75);
}
.rewards-grid .bg-reward {
  background-color: #5ac2e7;
	box-shadow: 10px 11px 5px -4px rgba(166,166,166,0.75);
}

.rewards-grid .cell {
  background: white;
  /* border: var(--border-style); */
  /* padding: 5vw 1.5vw 2vw;  */
  padding: 2vw 1.5vw 2vw;
  /* padding: 40px 20px 20px 20px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: clamp(0.7rem, 1.8vw, 1rem);
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
}

.rewards-grid .span-2 {
  grid-row: span 2;
}
.rewards-grid .row-bottom {
  margin-bottom: var(--row-gap);
}
.rewards-grid .no-top-border {
  border-top: none;
}

.rewards-grid .cell:nth-child(4),
.rewards-grid .cell:nth-child(5),
.rewards-grid .cell:nth-child(6) {
  padding-top: 5vw !important;
}

.rewards-grid .cell:nth-child(5),
.rewards-grid .cell:nth-child(7),
.rewards-grid .cell:nth-child(10) {
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  font-weight: normal;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  line-height: clamp(1.8rem, 3vw, 2.8rem);
}

.rewards-grid .cell:nth-child(5) {
  padding: 20px 30px;
}

.rewards-grid .blue-light {
  color: #2c6a94;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  line-height: clamp(1.8rem, 3vw, 2.8rem);
  background: #e8f1f6;
}
.rewards-grid .beige {
  background-color: #FBF1E4;
}
.rewards-grid .pink {
  background-color: #FDF0EA;
  box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, 0.25);
}

.rewards-grid .amount {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: clamp(1.6rem, 4vw, 3.2rem);
  font-weight: 700;
  display: inline;
  /* margin: 5px 0;  */
}

.rewards-grid .cell b {
  font-weight: bold;
  font-size: clamp(1.2rem, 2vw, 2.2rem);
  line-height: clamp(1.6rem, 2vw, 2.8rem);
  display: inline;
}

.rewards-grid .cell img {
  width: clamp(64px, 15vw, 110px) !important;
}

.rewards-grid .cell.pink img {
  width: clamp(54px, 15vw, 97px) !important;
}

@media screen and (max-width: 767px) {
  .rewards-grid .cell:nth-child(5),
  .rewards-grid .cell:nth-child(7),
  .rewards-grid .cell:nth-child(10) {
    padding: 19px 8px;
  }

  .rewards-grid .header {
    padding: 11px 7px 20px 7px;
  }
  .rewards-grid .cell b {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .rewards-grid .cell:nth-child(4),
  .rewards-grid .cell:nth-child(5),
  .rewards-grid .cell:nth-child(6) {
    padding-top: 7vw !important;
  }
}

/* ====== Grand Prize Table ======= */
.details table.grand_prize_table {
  /* max-width:  calc(931px - 20px); */
  max-width: calc(968px - 20px);
  width: calc(100% - 20px) !important;
  margin: auto;
  overflow: hidden;
  border-collapse: collapse;
  position: relative;
  padding-top: 80px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
}

.details table.grand_prize_table tr:first-child th {
  /* background-color:  #0C5A83; */
  background: linear-gradient(90deg, #0c5a83, #0978b4, #1cbddb);
  color: white;
  /* padding: 20px 10px 30px 10px; */
  padding: 25px 10px 35px 10px;
  text-align: center;
  font-size: 24px;
  border: none !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.25));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.details table.grand_prize_table tr:last-child th {
  /* background-color:  #0C5A83; */
  background: linear-gradient(90deg, #0c5a83, #0978b4, #1cbddb);
  color: white;
  padding: 14px 10px;
  text-align: center;
  font-size: 28px;
  line-height: 31px;
  border: none !important;
  box-shadow: inset 0 10px 8px -8px #00000025;
}

.details table.grand_prize_table tr:nth-child(2) td:nth-child(1) {
  background-color: #e8f1f6;
}
.details table.grand_prize_table tr:nth-child(2) td:nth-child(2) {
  background: #FDF0EA url('../images/red-confetti.png') right bottom no-repeat !important;
  background-size: 216px auto !important;
  /* padding-left: 33px; */
  padding-left: 25px;
  /* padding-right: 33px; */
  box-shadow: inset 3px 0 7px -4px rgba(0, 0, 0, 0.25);
}

.details table.grand_prize_table {
  width: 100%;
  /* border-collapse: separate !important;  */
  table-layout: fixed;
  border-spacing: 10px 0;
  border: none;
}

.details table.grand_prize_table tr:nth-child(2) td {
  padding-top: 110px;
}

.details table.grand_prize_table tr:first-child div {
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
}

.details table.grand_prize_table tr:nth-child(2) td {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
}

.details table.grand_prize_table tr:nth-child(2) td div p:first-child {
  font-weight: bold;
}

.details table.grand_prize_table tr:nth-child(2) td div p:nth-child(2) {
  color: #404040;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
}

.details table.grand_prize_table tr:nth-child(2) td div p {
  margin-bottom: 15px;
  font-weight: 300;
}

.details table.grand_prize_table tr:first-child {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
  .details table.grand_prize_table tr:first-child th {
    padding: 10px 10px 20px 10px;
  }
  .details table.grand_prize_table tr:first-child div {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
  }

  .details table.grand_prize_table tr:nth-child(2) td div p:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: normal;
  }

  .details table.grand_prize_table tr:last-child th {
    padding: 10px 5px;
    font-size: 18px;
    line-height: 24px;
    border: none !important;
  }
}

@media screen and (max-width: 479px) {
  .details table.grand_prize_table tr:first-child th {
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
  }

  .details table.grand_prize_table tr:nth-child(2) td:nth-child(1) {
    padding: 75px 1.5rem 0.5rem;
    text-align: center;
  }
  .details table.grand_prize_table tr:nth-child(3) td:nth-child(1) {
    padding: 29px 1.5rem 0.5rem;
    font-size: 15px;
    line-height: 18px;
    box-shadow: inset 0 10px 8px -8px #00000025;
    background: #FDF0EA url('../images/red-confetti.png') right bottom no-repeat !important;
    background-size: 149px auto !important;
  }

  .details table.grand_prize_table tr:nth-child(2) td div p {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
  }

  .details table.grand_prize_table tr:nth-child(2) td div p:first-child {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
}

/*  ======= Modal Section ======= */
#tutorialModalMobile .header-text {
  color: #0067b1;
  font-size: 17px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  flex: 1;
}

#tutorialModalMobile h3 {
  padding-top: 10px;
  font-size: 20px;
  line-height: 24px;
}

#tutorialModalMobile h6 {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #0067b1;
}

#tutorialModal h6 {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #0067b1;
}

#tutorialModalMobile .text-start p {
  color: #404040;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}

#tutorialModalMobile .text-start p {
  color: #404040;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}

#tutorialModalMobile .text-primary #tutorialModal .text-primary {
  color: #2c7bb6 !important;
}

#tutorialModalMobile .promo-title,
#tutorialModal .promo-title {
  color: #1e5fa0;
  font-weight: 700;
}

#tutorialModalMobile .step-title,
#tutorialModal .step-title {
  color: #2c7bb6;
  font-weight: 600;
}

#tutorialModalMobile .blue-divider,
#tutorialModal .blue-divider {
  height: 1.5px;
  background-color: #add8e6;
  width: 100%;
}

#tutorialModalMobile .light-hr,
#tutorialModal .light-hr {
  border-top: 1.5px solid #add8e6;
  opacity: 1;
}

#tutorialModalMobile .calculation-box,
#tutorialModal .calculation-box {
  line-height: 1.6;
}

#tutorialModalMobile .total-line,
#tutorialModal .total-line {
  border-top: 1px solid #5bc2e7;
  border-bottom: 1px solid #5bc2e7;
  display: inline-block;
  padding-right: 20px;
  color: #000;
}

/* List Styling */
#tutorialModalMobile .key-notes ul,
#tutorialModal .key-notes ul {
  list-style-type: disc;
  list-style-position: inside;
}

#tutorialModalMobile .key-notes ul li,
#tutorialModal .key-notes ul li {
  margin-bottom: 5px;
}

#tutorialModalMobile .key-notes strong,
#tutorialModal .key-notes strong {
  color: #333;
}

.details table2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: auto;
  table-layout: fixed;
  width: 90%;
  max-width: 931px;
  border-collapse: collapse;
  overflow: hidden;
  /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.details table2 th {
  text-align: center;
  vertical-align: middle;
  padding: 25px 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  border-bottom: 2px solid #ffffff;
  background-image: linear-gradient(#70dd81, #14743c);
}

.details table2 tr:nth-child(1) td {
  text-align: center;
  vertical-align: middle;
  padding: 23px 10px;
  color: #ffffff;
  font-weight: normal;
  font-size: 30px;
  line-height: 43px;
  background: #ffffff;
  border-bottom: none;
}

.brandsImg {
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 924px;
  margin: 110px auto 20px;
}

.entryTitle {
  font-size: 42px;
  line-height: 55px;
  font-weight: bold;
  color: #0067b1;
  margin: 50px auto 20px;
  text-align: center;
}

.entryTitle2 {
  font-size: 35px;
  line-height: 30px;
  font-weight: bold;
  color: #ff8200;
  text-align: center;
  margin-bottom: 30px;
}

.entryImg1 {
  width: 37vw;
  min-width: 235px;
  max-width: 557px;
  margin-bottom: 20px;
}

.entryImg2 {
  width: 55vw;
  min-width: 293px;
  max-width: 740px;
  margin-bottom: 60px;
}

.tnc {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #404040;
  text-align: center;
  margin: 20px auto;
}

.rhbDay {
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  padding: 10px 30px;
  margin: auto;
  width: fit-content;
  background-color: #0067b1;
}

.calender {
  width: 48%;
  margin-left: -10%;
  min-width: 350px;
}

.intro__heading {
  color: #0067b1;
  margin: 40px auto 25px auto;
  /* max-width: 918px; */
  font-size: 48px;
  line-height: 1.2;
}

.intro_message {
  color: #404040;
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-align-last: center;
  max-width: 998px;
}

.blueBoxText {
  color: #0067b1;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  text-align-last: center;
  background-color: #eef9fd;
  width: 100%;
  max-width: 1090px;
  padding: 15px 15px;
  margin: 50px auto 70px;
  border-radius: 20px;
}

.stay_bottom {
  bottom: 15%;
  position: fixed;
}

/* .intro_message b {
	color: #3b3c3e;
	font-size: 30px;
	font-weight: 600;
} */

.intro_extra {
  color: #404040;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 20px;
}

.camp-date {
  font-size: 25px;
  font-weight: normal;
  color: #404040;
  text-align: center;
  padding-bottom: 0px;
}

.message {
  font-size: 20px;
}

.download {
  background-image: url(../images/bg-jpj-platform.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 10% 50px;
  text-align: center;
}

.downloadTitle {
  font-size: 50px;
  line-height: 60px;
  font-weight: lighter;
  color: #0067B1;
  text-align: center;
  margin: 50 auto 35px;
}

.phoneImg {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: -65px;
  min-width: 500px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

#crossfade > img,
#crossfade_mobile > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 18s linear infinite;
  -moz-animation: imageAnimation 18s linear infinite;
  -o-animation: imageAnimation 18s linear infinite;
  -ms-animation: imageAnimation 18s linear infinite;
  animation: imageAnimation 18s linear infinite;
  /*animation-delay: 0s; */
}

@media (max-width: 768px) {
  #crossfade > img {
    -webkit-animation: imageAnimationMobile 18s linear infinite;
    -moz-animation: imageAnimationMobile 18s linear infinite;
    -o-animation: imageAnimationMobile 18s linear infinite;
    -ms-animation: imageAnimationMobile 18s linear infinite;
    animation: imageAnimationMobile 18s linear infinite;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  38% {
    opacity: 0;
    transform: scale(1.5);
  }

  95% {
    opacity: 0;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    /* transform: scale(2); */
  }

  100% {
    opacity: 1;
    transition: visibility 0s 5s, opacity 5s linear;
    /* transition: visibility 0s 2s, opacity 2s linear; */
    /* transition-timing-function: ease-out; */
    /* transform: scale(2); */
    /* transform: scale(1.0, 1.0); */
  }
}

@keyframes imageAnimationMobile {
  0% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  38% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }

  95% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    opacity: 1;
  }
}

#crossfade > img:nth-child(1) {
  -webkit-animation-delay: -18s;
  -moz-animation-delay: -18s;
  -o-animation-delay: -18s;
  -ms-animation-delay: -18s;
  animation-delay: -18s;
}

#crossfade > img:nth-child(2) {
  -webkit-animation-delay: -12s;
  -moz-animation-delay: -12s;
  -o-animation-delay: -12s;
  -ms-animation-delay: -12s;
  animation-delay: -12s;
}

#crossfade > img:nth-child(3) {
  -webkit-animation-delay: -6s;
  -moz-animation-delay: -6s;
  -o-animation-delay: -6s;
  -ms-animation-delay: -6s;
  animation-delay: -6s;
}

@media screen and (max-width: 767px) {
  .phoneImg {
    bottom: -10%;
    right: -25%;
    width: 125%;
    max-width: 200px;
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .download {
    background-image: url(../images/bg-jpj-platform-mobile.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px !important;
    text-align: center;
    /* height: 750px; */
    /* 
		--r: 720 / 1280;
		aspect-ratio: var(--r); */
  }

  .downloadTitle {
    font-size: 36px;
    line-height: 45px;
    margin: 30px auto 20px;
  }

  .carousel-control {
    width: 8%;
  }
}

@media screen and (max-width: 991px) {
  .intro__heading {
    font-size: 42px;
    line-height: 1.2;
    margin: 0px 50px 25px 50px;
  }
}

@media screen and (max-width: 767px) {
  .intro__heading {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 479px) {
  .intro__heading {
    font-size: 28px;
    line-height: 1.2;
  }
	
	 .downloadTitle {
    font-size: 24px;
    line-height: 28px;
    margin: 30px auto 15px;
  }
}

@media (max-width: 768px) {
  .intro__heading {
    margin: 0 21px 0;
    max-width: 918px;
  }
}

.intro__desc {
  padding-top: 30px;
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .intro__desc {
    padding-top: 27px;
    font-size: 25px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .intro__desc {
    padding-top: 27px;
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .intro__desc {
    padding-top: 21px;
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  .intro__desc {
    margin: 0 auto 84px;
    max-width: 890px;
  }

  /* .phone_img {
    position: absolute;
    bottom: 0;
    margin-left: -30px;
    max-width: 300px;
  } */
}

@media (min-width: 992px) {
  .crosssell {
    /*padding: 10px 0 10px;*/
  }
}

.crosssell__title {
  color: #0056a3;
  text-align: center;
  font-size: 34px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .crosssell__title {
    font-size: 27px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  .crosssell__title {
    font-size: 26px;
    line-height: 1.3;
  }
}

/* new add */
.intro_head {
  margin: 40px auto 50px;
  font-size: 38px;
  line-height: 52px;
  text-align: center;
  text-align-last: center;
  font-weight: bold;
}

.prizeTitle {
  margin: 20px auto;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.intro_message {
  margin: 40px auto;
  font-size: 28px;
  line-height: 40px;
  max-width: 1018px;
}

.intro_extra {
  margin: 40px auto;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}

/* .intro_message b {
	color: #3b3c3e;
	font-size: 28px;
	font-weight: 600;
} */
.message {
  margin: 40px auto;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.intro__heading img {
  margin: 20px auto;
}

@media screen and (max-width: 479px) {
  .intro__heading img {
    margin: 0px auto;
  }
}

.intro_body {
  margin: 20px auto;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  color: #58585b;
}

.intro_body2 {
  margin: 20px auto;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #231f20;
}

.crosssell_heading {
  color: #0067b1;
  margin-bottom: 50px;
  font-size: 34px;
  margin-top: 50px;
}

.arrow:after {
  background: url(../images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-color: white;
  color: white;
  display: block;
  position: absolute;
  right: -10px;
  top: 50px;
}

.section-1 .img-container {
  background: white;
  border-radius: 60px;
  box-shadow: 0 10px 10px #c1cdd8;
  width: fit-content;
  padding: 20px;
  /* margin: auto; */
  margin: 50px auto 20px;
}

.card {
  background: linear-gradient(135deg, #87ceeb 0%, #b0e0e6 100%);
  border-radius: 20px;
  padding: 40px;
  max-width: 1000px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.card__header {
  text-align: left;
  margin-bottom: 30px;
}

.card__title {
  color: #0067b1;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.card__features {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.card__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0067b1;
  font-size: 1.2rem;
  font-weight: 600;
}

.check-icon {
  width: 24px;
  height: 24px;
  background: #22c55e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card__content {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.card__left-section {
  flex: 1;
  min-width: 400px;
}

.card__instructions {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card__instructions-title {
  color: #0067b1;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.card__step {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #333;
}

.card__step:last-child {
  margin-bottom: 0;
}

.card__step-number {
  background: #0067b1;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold;
  flex-shrink: 0;
}

.renew-button {
  background: linear-gradient(to top, #c40404, #f27f7f);
  color: white;
  border: none;
  padding: 15px 25px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

.renew-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(255, 68, 68, 0.4);
}

.card__right-section {
  flex: 1;
  min-width: 400px;
  position: relative;
}

.laptop-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.laptop-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .card {
    padding: 20px;
  }

  .card__title {
    font-size: 2rem;
  }

  .card__features {
    gap: 20px;
  }

  .card__feature {
    font-size: 1rem;
  }

  .card__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: left;
    justify-content: left;
    width: 100%;
    -webkit-transform: translateZ(0);
    /* Force width */
    min-height: 0;
    /* Prevent flex item overflow */
  }

  .card__instructions {
    padding: 20px;
  }
}

.section-4_desc {
  display: flex;
}

.footer__btm p {
  margin-top: 20px;
}

.footer__btm td {
  vertical-align: top;
  padding: 3px;
}

.footer__btm a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .col-half {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .section-2 {
    background: url(../images/cashXcess_bg.Mobile.jpg);
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .section-1 {
    padding: 50px 18px 0px;
    background-position: 1200px;
  }

  .col-half {
    width: 70%;
  }

  .tbl-left .tenure {
    margin: 20px auto 20px auto;
    max-width: 400px;
  }

  .tbl-right .tenure {
    margin: 20px auto 20px auto;
    max-width: 400px;
  }

  .tenure th {
    font-size: 18px;
  }

  .tenure td {
    font-size: 16px;
  }

  .section-3 {
    display: grid;
  }

  .section-3 h2,
  .crosssell_heading {
    font-size: 24px;
    /* margin-top: 50px; */
  }

  .qr_container {
    text-align: center;
  }

  .qr_img {
    margin: 0 auto 20px auto;
  }
}

.floating__btn img {
  cursor: pointer;
  width: fit-content;
  /* transform: scale(0.7); */
}

.modal-body {
  padding: unset;
}

.modal {
  text-align: center;
}

.modal .hyperlink {
  position: absolute;
  bottom: 0px;
  background: transparent;
  height: 30px;
  border: 0;
  color: transparent;
  left: 8px;
  width: 140px;
}

.modal .scrollDown {
  position: absolute;
  background: transparent;
  border: 0;
  color: transparent;
  bottom: 205px;
  height: 100px;
  left: unset;
  right: unset;
  width: 140px;
}

.close {
  font-weight: unset;
  opacity: 0.8;
  position: absolute;
  color: white;
  right: 0;
  font-size: 32px;
  margin-right: 12px;
}

.modal:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: unset;
  }
	
	.intro_head {
    font-size: 30px;
    line-height: 1.2;
    margin: 30px auto 30px;
  }

  .close {
    font-size: 48px;
  }

  .modal .hyperlink {
    left: 36px;
    width: 170px;
  }

  .modal .scrollDown {
    bottom: 68px;
    right: 8px;
    width: 190px;
    height: 150px;
  }
}

.modal-dialog {
  text-align: left;
}

/* Properly center modals that have modal-dialog-centered class */
.modal-dialog-centered {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: calc(100% - 1.75rem);
}

/* Non-centered modals keep the old inline-block behavior */
.modal:not(.modal-dialog-centered) .modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 479px) {
  .floating-btn__container {
    /* margin-top: -45px; */
    margin-top: 55px;
  }

  .floating__btn img {
    transform: scale(0.6);
    /* margin-right: -24px; */
  }

  .floating-btn__wrapper {
    margin-right: 0;
  }

  .floating-btn__container {
    /* right: -5%; */
  }

  .camp-date {
    font-size: 24px;
  }

  .intro_head {
    font-size: 20px;
    line-height: 1.1;
    margin: 30px auto 30px;
  }

  .intro h2 {
    font-size: 18px;
  }

  .entry h1 {
    color: #0067b1;
  }

  .entryTitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #0067b1;
    margin: 30px auto 15px;
  }

  .entryTitle2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #ff8200;
    text-align: center;
    margin-bottom: 20px;
  }

  .entryImg1 {
    max-width: 235px;
  }

  .entryImg2 {
    max-width: 293px;
    margin-bottom: 20px;
  }

  .howto {
    background-image: url("../images/bg_mobile.jpg");
    padding: 20px 0;
  }

  .howtoDes {
    font-size: 15px;
    line-height: 20px;
    margin: 30px 0 70px;
  }

  .percentDes {
    font-size: 22px;
    line-height: 17px;
    font-weight: bold;
    color: black;
    text-align: center;
  }

  .details table th {
    padding: 13px 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .details table tr:nth-child(2) td {
    padding: 8px 5px;
    font-size: 15px;
    line-height: 15px;
  }

  .details table tr:nth-child(2) td:nth-child(1),
  .details table tr:nth-child(3) td:nth-child(1),
  .details table tr:nth-child(4) td:nth-child(1),
  .details table tr:nth-child(5) td:nth-child(1),
  .details table tr:nth-child(6) td:nth-child(1),
  .details table tr:nth-child(7) td:nth-child(1) {
    padding: 1.5rem 1.5rem;
    font-size: 15px;
    line-height: 18px;
  }

  .details table tr:nth-child(3) td:nth-child(2),
  .details table tr:nth-child(3) td:nth-child(3),
  .details table tr:nth-child(4) td:nth-child(2),
  .details table tr:nth-child(5) td:nth-child(2),
  .details table tr:nth-child(6) td:nth-child(2),
  .details table tr:nth-child(7) td:nth-child(2) {
    padding: 20px 5px;
    font-size: 12px;
    line-height: 15px;
    border-bottom: 3px solid #dddddd;
  }

  .tnc {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    color: #404040;
    text-align: center;
    margin: 10px auto;
    width: 90%;
  }

  .signUpTitle {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #0067b1;
    text-align: center;
    margin: 30px auto 20px;
  }

  .rhbDay {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    padding: 0px 15px;
    margin: auto;
    width: fit-content;
    background-color: #0067b1;
  }

  .calender {
    width: 100%;
    min-width: 270px;
    margin-left: -20%;
  }

  .intro_message {
    font-size: 16px;
    line-height: 22px;
    margin: 10px auto 10px;
  }

  .blueBoxText {
    color: #0067b1;
    font-size: 15px;
    line-height: 18px;
    font-style: italic;
    text-align: center;
    text-align-last: center;
    background-color: #eef9fd;
    width: 100%;
    padding: 15px 15px;
    margin: auto;
    border-radius: 20px;
  }

  .intro_extra {
    font-size: 22px;
    line-height: 1.3;
    margin: 10px auto 15px;
  }

  .message {
    margin: 40px auto;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }

  .intro_body {
    margin: 20px auto;
    font-size: 20px;
  }

  .section-1 {
    background-position: 1400px;
  }

  .col-half {
    width: 100%;
  }

  .col-half h2 {
    font-size: 24px;
  }

  .col-half p {
    font-size: 18px;
  }

  .small-text {
    font-size: 14px !important;
  }

  /* .section-2 {padding:30px 30px;} */
  .camp-date {
    font-size: 16px;
    padding: 20px 10px 5px;
  }
}

@media (max-width: 767px) {
  .brandsImg {
    max-width: 272px;
    margin: 35px auto 5px;
  }
}

.rhb-logo {
  width: 17vw !important;
  max-width: 200px;
}

.jompay-logo {
  width: 7vw !important;
  right: 15px;
  max-width: 80px;
}

.flex-container {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 15px 10px 0 0;
}

.section-desc {
  color: white;
  font-size: 4vw;
  font-weight: 300;
  position: absolute;
  padding-left: 20px;
  top: 24vw;
  line-height: 5vw;
}

.section-desc-more {
  font-size: 6vw;
}

.campaign_banner {
  background: #5bc2e7;
  color: white;
  margin: auto;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 14px;
  margin-bottom: -25px;
  position: relative;
  font-weight: 600;
}

.grand_prize {
  width: 400px;
  margin-top: 50px;
}

.negative-margin-top {
  margin-top: -25px;
  margin-bottom: 10px;
}

.small_prize {
  width: 150px;
}

.small_text {
  font-size: 12px;
  font-weight: 200;
}

.divider {
  border-right: 1px solid #f2d7bb;
}

@media (min-width: 621px) {
  .footer__mid-right-text {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .flex-container {
    padding: 30px 20px 0 0;
  }

  .reward_body {
    margin: 0 115px 0;
  }
}

@media (min-width: 1200px) {
  .section-desc {
    font-size: 48px;
    top: 300px;
    line-height: 60px;
  }

  .section-desc-more {
    font-size: 72px;
  }

  .img_pull {
    text-align: left;
    margin-left: 0;
  }

  .reward_body {
    margin: 0 300px 0;
  }

  .section-2-inner-container {
    max-width: 250px;
  }

  .how_it_works {
    margin: 24px 300px;
  }
}

.arrow-down {
  display: none;
}

.benefits_section img {
  max-width: 120px;
}

.animate--reveal {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.custom-select {
  background: #fff url("../images/down.png") right 1rem center/10px 10px
    no-repeat !important;
  padding-left: 15px;
  font-size: 16px;
}

select {
  appearance: none;
}

.arrows_container {
  display: flex;
  justify-content: center;
}

#rewardsMobile,
#rewardsLaptop {
  align-self: center;
  font-size: 30px;
  font-weight: bold;
  color: #186aa5;
  padding: 0 32px 8px;
}

.phone_bg {
  background: url(../images/LINK_SmartPhone_Hand.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}

.section-4 .qr:first-child {
  margin-right: 64px;
}

.qr_container {
  display: flex;
}

.hide_view {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0;
  height: 0;
  display: none;
}

.mobile_banking_slides h3 {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .handphone {
    transform: scale(1.25);
  }

  .qr_container {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 48px;
  }

  .section-4 {
    padding-bottom: 28px;
  }

  .section-4 .qr {
    width: 140px;
    height: 160px;
  }

  .section-4 .qr:first-child {
    margin-right: unset;
  }

  .section-4 h3 {
    font-size: 18px;
    /* margin-bottom: 24px; */
  }

  .section-4 h1,
  .section-2 h2 {
    font-size: 24px !important;
    margin-bottom: 24px;
    text-align: center;
  }

  .phone_bg {
    background: unset;
  }

  #rewardsMobile,
  #rewardsLaptop {
    font-size: 24px;
  }

  .benefits_laptop h3,
  .benefits_mobile h3 {
    font-size: 18px !important;
  }

  .vid {
    max-width: 502px;
    margin: 0 auto 80px;
  }
}

.bg-white {
  background: #ffffff;
}

/* ============ Benefits Section ============ */
.benefits-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
  width: 260px;
  padding: 40px 0px 20px;
  text-align: center;
  position: relative;
}

/* The orange line separator */
.benefit-card h3 {
  color: var(--primary-blue);
  /* font-size: 24px; */
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--border-orange);
  display: block;
}

.benefit-card h3 {
  padding-left: 10px;
  padding-right: 10px;
}

.benefit-card p {
  color: var(--text-gray);
  font-size: clamp(14px, 2.5vw, 20px);
  line-height:  clamp(18px, 2.5vw, 26px);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Icon positioning and styling */
.benefit-card .icon-circle img {
  width: 94px;
  height: 94px;
  /* background: #fff; */
  /* border: 4px solid #add8e6; */
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.1));
}

.benefit-card .icon-circle i {
  font-size: 30px;
  color: var(--primary-blue);
}


/* Responsive Adjustments */
@media (max-width: 768px) {
  .benefits__heading {
    max-width: 320px;
  }

  .benefit-card {
    margin-top: 50px;
    width: 100%;
  }

  .benefit-card .icon-circle img {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

@media screen and (max-width: 479px) {
  .benefit-card {
    width: 90%;
  }

  .benefit-card h3 {
    padding-bottom: 5px !important;
  }

  .benefit-card {
    padding: 30px 0px 20px;
  }
}

.text-lightdark {
  color: #404040 !important;
}

.redborderright {
  border-right: 3px solid #f3799d;
}

.marginspend {
  margin-top: 50px;
  margin-bottom: 50px;
}

.tdthis {
  padding: 1.5rem;
  line-height: 18px;
}

.explore-btn {
  background: #0167b1;
  color: #ffffff;
  font-weight: 700;
  border-radius: 12px;
  padding: 2.5rem 4rem;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.3;
  border: 0px solid transparent;
}

@media screen and (max-width: 479px) {
  .marginspend {
    margin-top: 18px;
    margin-bottom: 25px;
  }

  .tdthis {
    padding: 1.5rem;
    line-height: 18px;
  }

  .explore-btn {
    background: #0167b1;
    color: #ffffff;
    font-weight: 700;
    border-radius: 12px;
    padding: 1.5rem 1.5rem;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.3;
    border: 0px solid transparent;
  }
}
