@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900");

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: unset;
}

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;
}

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;
}

.intro_container_no_padding {
  padding: 0;
}

.form {
  text-align: center;
  background: #e6f6fc;
  padding: 100px 30px;
  max-width: 1440px;
  margin: 0px auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .form {
    padding: 50px 30px;
  }
}

/* 
@media (max-width: 479px) {
	.form {
		padding: 40px 0;
	}
} */

.form__inner {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}

.form--heading {
  color: #0067b1;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .form--heading {
    font-size: 24px;
    line-height: 24px;
  }

  .form--heading {
    font-size: 20px;
    line-height: 1.3;
    max-width: 270px;
    margin: auto;
  }
}

.form--subheading {
  font-size: 30px;
  color: #404040;
  font-weight: 600;
  padding-top: 40px;
  text-align: left;
}

@media (max-width: 767px) {
  .form--subheading {
    font-size: 20px;
    width: 300px;
    line-height: 1.3;
  }
}

.form--form {
  text-align: left;
  padding-top: 0px;
}

@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: 18px;
  }
}

.form--label {
  color: #404040;
  font-weight: 600;
  padding: 0 0 5px 0px;
}

.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;
  border: 1px solid #CBCBCB;
  border-radius: 8px;
}

.form--error {
  color: #c0392b;
  font-size: 70%;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: normal;
}

.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--input {
    font-size: 12px;
    height: 40px;
  }
}

.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: 0px 24px;
  background: #0067B1;
  color: #ffffff;
  margin: 12px auto 0;
  border: none;
  font-size: 16px;
  height: 42px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .form--submit-btn {
    font-size: 16px;
    line-height: 1.3;
  }
}


@media (max-width: 767px) {
  .form--submit-btn {
    /* padding: 15px 70px; */
    display: inline-block;
  }
}

.form--submit-btn:hover {
  /* background: #0067b1; */
  opacity: 0.8;
  cursor: pointer;
}

.footer {
  color: #404040;
  font-size: 14px;
  line-height: 1.3;
  padding: 60px 0 45.28px 0;
}

@media (max-width: 768px) {
  .form--tnc-label-text {
    width: 240px;
    font-size: 10px;
  }

  .form--label {
    font-size: 12px
  }
}

@media (max-width: 620px) {
  .footer {
    padding: 40px 0 20.58px 0;
    font-size: 10px;
  }
}

.footer__top {
  margin: 0 68.38px;
}

@media (max-width: 620px) {
  .footer__top {
    margin: 0 30.38px;
  }
}

.footer__top .footer__tnc {
  color: #0667b0;
  padding: 10px 0 22.64px;
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .footer__top .footer__tnc {
    font-size: 20px;
    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: 10px 0 11px 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 10px;
	border-left: 1px solid #0667b0;
	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: 45.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: 55px;
  line-height: 1.3;
}

/* @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: 45px;
  line-height: 1.3;
}

/* @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 22.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-left {
    display: block;
  }

  .footer__mid .footer__mid-right {
    display: block;
    width: 100%;
    padding: 22.64px 30px 0 30px;
  }
}

@media (max-width: 479px) {
  .footer__mid .footer__mid-right {
    padding: 5px 30.38px 0 50.38px;
  }
}

.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: 30vw !important;
  position: absolute;
  top: 25px;
}

.show--sm {
  display: none;
}

@media (max-width: 767px) {
  .show--sm {
    display: block;
  }
}

.show--xs {
  display: none;
}

@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;
  }
}

.intro {
  background: #ffffff;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
  text-align: center;
}

.intro h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #002353;
  margin-bottom: 20px;
  margin-top: -10px;
}

.intro h3 {
  font-size: 28px;
  line-height: 1.3;
  color: #0067B1;
  margin: 18px 0;
}

.intro__heading {
  background: #13c5eb;
  line-height: 1.3;
  padding: 55px 30px 80px;
}

.camp-date {
  font-size: 25px;
  font-weight: 600;
  color: #002353;
  text-align: center;
  padding-bottom: 20px;
}

@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;
  }
}

@media (max-width: 768px) {
  .intro__heading {
    padding: 30px 30px 100px;
  }
}

@media (min-width: 992px) {
  .crosssell {
    /*padding: 10px 0 10px;*/
  }
}

/* new add */
.intro_head {
  margin: 0 auto 50px;
  font-size: 38px;
  line-height: 1.4;
  text-align: center;
  text-align-last: center;
  font-weight: bold;
  max-width: 1060px;
  color: #fff;
}

.intro_message {
  margin: 45px auto 55px;
  color: #404040;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-align-last: center;
}

.intro__heading img {
  margin: 20px auto;
}

/* .section-2 img {display: block; margin: auto;} */

.qr_container {
  text-align: left;
}

.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: 768px) {

  .intro_head {
    font-size: 28px;
    line-height: 1.35;
    margin: 0 auto 36px;
  }


  .intro_message {
    font-size: 20px;
    line-height: 1.5;
    margin: 30px auto 40px;
  }

  .qr_container {
    text-align: center;
  }
}

.close {
  font-weight: unset;
  opacity: 0.8;
  position: absolute;
  color: white;
  right: 0;
  font-size: 32px;
  margin-right: 12px;
}

.modal-dialog {
  width: fit-content;
  margin: 15px auto;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: fit-content;
    max-width: 750px;
    margin: 15% auto;
  }
}

.modal-body {
  padding: unset;
}

.popUpBanner {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 479px) {
  .intro_head {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 auto 24px;
  }

  .intro_message {
    font-size: 16px;
    line-height: 21px;
    margin: 20px auto 30px;
  }

  /* .section-2 {padding:30px 30px;} */
  .camp-date {
    font-size: 16px;
    padding: 5px 30px 20px;
  }
}

.rhb-logo {
  width: 17vw !important;
  max-width: 200px;
}

@media (min-width: 621px) {
  .footer__mid-right-text {
    padding-left: 15px;
  }
}

.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;
}

.qr_container {
  display: flex;
}

@media screen and (max-width: 768px) {
  .qr_container {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 48px;
  }

  .section-2 h2 {
    font-size: 24px !important;
    margin-bottom: 24px;
    text-align: center;
  }
}

/* ===== Eligible Cards Section ===== */
.eligible-section {
  max-width: 900px;
  width: 90%;
  margin: -100px auto 0;
  padding-bottom: 55px;
  padding-left: 60px;
}

.eligible-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  /* border-radius: 14px; */
  overflow: visible;
  /* box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15); */
}

.eligible-row {
  display: contents;
}

.eligible-row--last .eligible-col--card,
.eligible-row--last .eligible-col--cashback {
  /* border-top: 3px solid #fff; */
}

.eligible-col--card-hd,
.eligible-col--cashback-hd {
  padding: 22px 30px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.eligible-col--left {
  padding-left: 165px;
}

.eligible-col--card-hd {
  flex: 2;
  /* background: #5bc2e7; */
  background: linear-gradient(to left, #27B6D8 0%, #0067B1 100%);
  /* border-top-left-radius: 14px; */
}

.eligible-col--cashback-hd {
  flex: 1;
  text-align: center;
  background: linear-gradient(to left, #F76565 0%, #EE3E42 90%, #AC2F09 100%);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.eligible-col--card {
  flex: 2;
  background: #DFECF0;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: visible;
  min-width: 0;
}

.eligible-row--last .eligible-col--card {
  border-bottom-left-radius: 14px;
  background: #FCFCE5;
}

.eligible-row--last .eligible-col--cashback {
  background: linear-gradient(to left, #F4EA74 0%, #F0DD8E 90%, #DBAB3E 100%);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.eligible-col--cashback {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  text-align: center;
  min-width: 0;
}

.eligible-cashback--blue {
  background: linear-gradient(to left, #BEEEFC 0%, #90D8F4 90%, #51B9DE 100%);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.eligible-cashback--yellow {
  background: #f5d85c;
}

.eligible-img--multi {
  width: 220px;
  max-width: none;
  flex-shrink: 0;
  display: block;
  margin-left: -100px;
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.28));
}

.eligible-img--visa {
  width: 165px;
  max-width: none;
  flex-shrink: 0;
  display: block;
  margin-left: -60px;
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.28));
}

.eligible-card-label {
  font-size: 17px;
  line-height: 1.4;
  color: #404040;
  text-align: left;
}

.eligible-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.eligible-list li {
  position: relative;
  padding: 5px 0 5px 20px;
  font-size: 20px;
  line-height: 1.3;
  color: #404040;
}

.eligible-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  /* top: 8px; */
  font-size: 20px;
  color: #404040;
}

.eligible-list--no-bullet li {
  padding-left: 30px;
}

.eligible-list--no-bullet li::before {
  display: none;
}

.eligible-cashback-text {
  font-size: 32px;
  font-weight: bold;
  color: #0067b1;
  line-height: 1.25;
}

@media (min-width: 768px) and (max-width: 991px) {
  .intro__heading {
    padding: 40px 30px 90px;
  }

  .intro h2 {
    font-size: 18px;
    line-height: 1.3;
    /* margin-bottom: 36px; */
  }

  .camp-date {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .eligible-section {
    padding-left: 40px;
    padding-bottom: 40px;
  }

  .eligible-col--card-hd,
  .eligible-col--cashback-hd {
    font-size: 17px;
    padding: 12px 16px;
  }

  .eligible-col--card {
    padding: 14px 16px;
    gap: 12px;
  }

  .eligible-img--multi {
    width: 160px;
    margin-left: -70px;
  }

  .eligible-img--visa {
    width: 120px;
    margin-left: -45px;
  }

  .eligible-list li {
    font-size: 15px;
    padding: 4px 0 4px 16px;
  }

  .eligible-list li::before {
    font-size: 14px;
  }

  .eligible-col--cashback {
    padding: 14px 10px;
  }

  .eligible-cashback-text {
    font-size: 28px;
  }

  .eligible-note__label {
    font-size: 13px;
  }

  .eligible-note__list li {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .eligible-wrapper {
    max-width: 330px;
    margin: auto;
  }

  .eligible-section {
    /* width: 92%; */
    /* padding-bottom: 30px; */
    /* padding-left: 35px; */
    max-width: 360px;
    padding: 0 15px 40px;
  }

  .eligible-col--card-hd,
  .eligible-col--cashback-hd {
    font-size: 15px;
    padding: 15px 20px 15px 30px;
    line-height: 1.3;
  }

  .eligible-col--card {
    padding: 16px 18px;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .eligible-col--card-row2 {
    flex-direction: row;
    align-items: center;
  }

  .eligible-col--left {
    padding-left: 30px;
  }

  .eligible-img--multi {
    width: 180px;
    max-width: none;
    flex-shrink: 0;
    margin-left: -80px;
  }

  .eligible-img--visa {
    width: 93px;
    max-width: none;
    flex-shrink: 0;
    margin-left: -35px;
  }

  .eligible-list li {
    font-size: 15px;
    padding: 3px 0 3px 14px;
    font-weight: 600;
  }

  .eligible-list li::before {
    font-size: 12px;
  }

  .eligible-col--cashback {
    padding: 12px 6px;
  }

  .eligible-cashback-text {
    font-size: 18px;
  }

  .eligible-list--no-bullet li {
    padding-left: 0px;
  }
}

/* ===== Eligible Note ===== */
.eligible-note {
  padding: 14px 15px 0;
  text-align: left;
}

.eligible-note__label {
  font-size: 14px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 4px;
  margin-left: 14px;
}

.eligible-note__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eligible-note__list li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: #404040;
  line-height: 1.5;
  margin-bottom: 4px;
}

.eligible-note__list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  font-size: 8px;
  top: 4px;
  color: #404040;
}

@media (max-width: 767px) {
  .intro h2 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 auto 18px;
    max-width: 320px;
  }

  .eligible-note {
    padding: 20px 20px 0px 0px;
  }

  .eligible-note__label {
    font-size: 10px;
  }

  .eligible-note__list li {
    font-size: 10px;
    padding-left: 14px;
    margin-bottom: 3px;
  }

  .eligible-note__list li::before {
    font-size: 7px;
    top: 3px;
  }
}

/* ── Auto Financing Referral Rewards ── */
.auto-financing-section {
  margin-top: 0;
  /* padding-bottom: 20px; */
}

.auto-financing-grid-wrap {
  position: relative;
}

.auto-financing-section .eligible-wrapper {
  position: relative;
  overflow: hidden;
}

.auto-financing-grid-wrap .eligible-row--last .eligible-col--cashback {
  background: linear-gradient(to right, #B4B8BC 0%, #EDEAEA 10%, #F5F5F5 100%);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.eligible-col--auto {
  padding: 36px 30px;
  align-items: center;
  gap: 0;
}

.auto-financing-section .eligible-row--last .eligible-col--card {
  background: #F5F5F5;
  border-bottom-left-radius: 14px;
}

.auto-financing-label {
  font-size: 20px;
  color: #404040;
  font-weight: 500;
  line-height: 1.4;
}

.auto-cashback-row1 {
  background: linear-gradient(to left, #BEEEFC 0%, #90D8F4 90%, #51B9DE 100%);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.auto-cashback-row2 {
  background: linear-gradient(to left, #BEEEFC 0%, #90D8F4 90%, #51B9DE 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 14px;
}

.auto-financing-car {
  position: absolute;
  bottom: -10px;
  right: 120px;
  width: 260px;
  filter: drop-shadow(2px 6px 14px rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .auto-financing-label {
    font-size: 16px;
  }

  .eligible-col--auto {
    padding: 16px 20px;
  }

  .auto-financing-car {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .auto-financing-section {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .auto-financing-grid-wrap {
    padding-bottom: 40px;
  }

  .eligible-col--auto {
    padding: 15px 20px 15px 30px;
    align-items: flex-start;
  }

  .auto-financing-label {
    font-size: 13px;
    text-align: left;
  }

  .auto-financing-car {
    width: 120px;
    right: 30px;
    bottom: 60px;
  }
}

/* ── How It Works section ── */
.hiw-section {
  text-align: center;
  padding: 10px 30px 80px;
}

.hiw-section .hiw-title {
  color: #0067b1;
  margin-bottom: 55px;
  font-size: 38px;
}

.hiw-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto auto;
  background: #d5e8ef;
  /* border-radius: 16px; */
  max-width: 1220px;
  margin: 100px auto 0;
  padding: 0px 30px 36px;
  overflow: visible;
}

.hiw-step {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  justify-items: center;
  padding: 0 16px;
}

.hiw-icon-wrap {
  width: 180px;
  height: 180px;
  margin: -90px auto 14px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiw-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hiw-step:nth-child(3) .hiw-icon-wrap {
  width: 250px;
}

.hiw-num {
  font-size: 40px;
  font-weight: 600;
  color: #404040;
  display: block;
}

.hiw-step-title {
  font-size: 17px;
  font-weight: 700;
  color: #0067b1;
  margin-bottom: 8px;
}

.hiw-step-desc {
  font-size: 20px;
  color: #404040;
  line-height: 1.3;
  max-width: 280px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hiw-section {
    padding: 10px 0 40px;
  }

  .hiw-section .hiw-title {
    font-size: 26px;
    margin-bottom: 45px;
  }

  .hiw-band {
    max-width: 740px;
    padding: 0 30px 28px;
    margin-top: 80px;
  }

  .hiw-icon-wrap {
    width: 140px;
    height: 140px;
    margin: -70px auto 12px;
  }

  .hiw-step:nth-child(3) .hiw-icon-wrap {
    width: 200px;
  }

  .hiw-num {
    font-size: 32px;
  }

  .hiw-step-title {
    font-size: 15px;
  }

  .hiw-step-desc {
    font-size: 16px;
    max-width: 210px;
  }

  .intro h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .hiw-section {
    padding: 0 30px 60px;
  }

  .hiw-section .hiw-title {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .hiw-band {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    padding: 60px 24px 20px;
    margin-top: 80px;
  }

  .hiw-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 55px;
  }

  .hiw-step:first-child {
    padding-top: 0;
  }

  .hiw-step:first-child .hiw-icon-wrap {
    margin-top: -120px;
  }

  .hiw-icon-wrap {
    width: 140px;
    height: 140px;
    margin: -60px auto 10px;
  }

  .hiw-step-title {
    font-size: 15px;
  }

  .hiw-step-desc {
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 224px;
  }

  .hiw-num {
    font-size: 28px;
    margin-top: 4px;
  }

  .intro h3 {
    font-size: 18px;
    line-height: 1.3;
    margin: 4px auto;
    max-width: 320px;
  }
}

/* ── Form result (post-submission referral links) ── */
.form--result {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 10px;
}

.form--result-heading {
  color: #0067b1;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
  width: 575px;
  margin: 0 auto 40px;
}

.form--result-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.form--result-label {
  font-size: 16px;
  font-weight: 700;
  color: #404040;
  min-width: 240px;
  flex-shrink: 0;
  text-align: left;
}

.form--result-url {
  flex: 1;
  height: 46px;
  line-height: 46px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 14px;
  font-size: 12px;
  color: #818A91;
  cursor: default;
  resize: none;
  overflow: hidden;
  white-space: nowrap;
  font-family: inherit;
}

.form--result-copy-btn {
  flex-shrink: 0;
  background: #0067b1;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 0 24px;
  height: 46px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.form--result-copy-btn:hover {
  background: #004f8a;
}

.form--result-copy-btn.copied {
  background: #2e9e5b;
}

.form--result-divider {
  border: none;
  border-top: 1.5px solid #0067b1;
  margin: 0;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .form--result-heading {
    font-size: 20px;
    margin-bottom: 28px;
    width: 240px;
  }

  .form--result-row {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 24px 0;
  }

  .form--result-label {
    min-width: unset;
    width: 100%;
    text-align: center;
  }

  .form--result-url {
    width: 100%;
    max-width: 300px;
    height: auto;
    line-height: 1.5;
    padding: 10px 14px;
    white-space: pre-wrap;
    word-break: break-all;
    overflow: visible;
  }

  .form--result-copy-btn {
    /* width: 100%; */
  }
}