@font-face {
  font-family: "nauito_bold";
  src: url("/assets/fonts/nunito-bold-webfont.woff2") format("woff2"), url("/assets/fonts/nunito-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nauito_regular";
  src: url("/assets/fonts/nunito-regular-webfont.woff2") format("woff2"), url("/assets/fonts/nunito-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nauito_semibold";
  src: url("/assets/fonts/nunito-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/nunito-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Arunalu Siththam 2026 - Home page revamp (Figma: Combank 2.2, node 139:12474) */
.container-wide {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container-wide {
    max-width: 100%;
  }
}

.is-mobile {
  display: none;
}
@media (max-width: 992px) {
  .is-mobile {
    display: block;
  }
}

.is-desktop {
  display: block;
}
@media (max-width: 992px) {
  .is-desktop {
    display: none !important;
  }
}

.container-standard {
  width: 100%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .container-standard {
    max-width: 100%;
  }
}

.dz-default {
  visibility: hidden;
}

.rv {
  position: relative;
  overflow-x: hidden;
  font-family: "nauito_regular", sans-serif;
  color: #111111;
}
.rv * {
  box-sizing: border-box;
}
.rv .rv-scene {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.rv .rv-scene__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #eaf5fd;
}
.rv .rv-scene__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.rv .rv-scene__content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 24px 90px;
}
.rv .rv-char {
  position: absolute;
  z-index: 3;
  max-width: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
}
.rv .rv-char--boy {
  left: -15%;
  top: -118px;
  width: 24%;
  max-width: clamp(340px, 15vw, 340px);
  transform: rotate(1.5deg);
  -webkit-animation: rv-float-boy 4.5s ease-in-out infinite;
          animation: rv-float-boy 4.5s ease-in-out infinite;
}
@media (max-width: 992px) {
  .rv .rv-char--boy {
    width: 200px;
    left: -81px;
    top: -140px;
  }
}
.rv .rv-char--girl {
  right: -15%;
  top: -118px;
  width: 27%;
  max-width: clamp(380px, 15vw, 380px);
  -webkit-animation: rv-float-girl 5s ease-in-out infinite;
          animation: rv-float-girl 5s ease-in-out infinite;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
@media (max-width: 992px) {
  .rv .rv-char--girl {
    width: 200px;
    right: -70px;
    top: -140px;
  }
}
.rv .rv-char--bear {
  left: 0%;
  bottom: -40px;
  width: clamp(340px, 15vw, 340px);
  z-index: 4;
  -webkit-animation: rv-float-bear 5.5s ease-in-out infinite;
          animation: rv-float-bear 5.5s ease-in-out infinite;
  -webkit-animation-delay: -2.75s;
          animation-delay: -2.75s;
}
@media (max-width: 992px) {
  .rv .rv-char--bear {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rv .rv-char {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
@-webkit-keyframes rv-float-boy {
  0%, 100% {
    transform: rotate(1.5deg) translateY(0);
  }
  50% {
    transform: rotate(1.5deg) translateY(-14px);
  }
}
@keyframes rv-float-boy {
  0%, 100% {
    transform: rotate(1.5deg) translateY(0);
  }
  50% {
    transform: rotate(1.5deg) translateY(-14px);
  }
}
@-webkit-keyframes rv-float-girl {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-16px) rotate(-1.5deg);
  }
}
@keyframes rv-float-girl {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-16px) rotate(-1.5deg);
  }
}
@-webkit-keyframes rv-float-bear {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes rv-float-bear {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.rv .rv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .rv .rv-header {
    justify-content: space-between;
    text-align: center;
    flex-direction: row;
  }
}
.rv .rv-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d7eefd;
  color: #0045a8;
  font-family: "nauito_semibold";
  font-size: 14px;
  padding: 9px 22px 9px 18px;
  border-radius: 24px;
  box-shadow: 0px 4px 4px rgba(10, 5, 74, 0.15);
  text-decoration: none;
}
.rv .rv-back:hover {
  color: #0045a8;
  text-decoration: none;
  opacity: 0.9;
}
.rv .rv-back img {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}
.rv .rv-bank-badge {
  height: auto;
  width: clamp(180px, 15vw, 420px);
}
.rv .rv-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 20px;
}
@media (max-width: 768px) {
  .rv .rv-hero {
    margin-bottom: clamp(40px, 8vw, 110px);
  }
}
.rv .rv-hero img {
  width: 100%;
  max-width: clamp(280px, 40vw, 600px);
  height: auto;
}
.rv .rv-cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .rv .rv-cards {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .rv .rv-cards {
    flex-direction: column-reverse;
  }
}
.rv .rv-card {
  background: #f5fafd;
  border-radius: 16px;
  padding: 28px 30px 32px;
  position: relative;
}
.rv .rv-card--drawing {
  width: 100%;
  padding-top: 44px;
  flex: 1;
}
.rv .rv-card--drawing .drawing-icon {
  width: 40px;
  height: auto;
}
@media (max-width: 992px) {
  .rv .rv-card--drawing {
    max-width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .rv .rv-card--drawing {
    padding-top: 54px;
  }
}
.rv .rv-card--details {
  width: 100%;
  flex: 2;
}
@media (max-width: 992px) {
  .rv .rv-card--details {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.rv .rv-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0045a8;
  font-family: "nauito_semibold";
  font-size: 17px;
  margin: 0 0 20px;
}
.rv .rv-card__title img {
  width: 24px;
  height: 24px;
}
.rv .rv-card--drawing .rv .rv-card__title {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 18px;
}
.rv .rv-card--drawing .rv .rv-card__title img {
  width: 40px;
  height: 40px;
}
.rv .rv-dropzone {
  border: 2px dashed #0a5bcd;
  border-radius: 10px;
  min-height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 18px;
  flex-direction: column;
}
@media (max-width: 480px) {
  .rv .rv-dropzone {
    min-height: 300px;
  }
}
.rv .rv-dropzone__inner {
  max-width: 190px;
  pointer-events: none;
}
.rv .rv-dropzone__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  display: block;
}
.rv .rv-dropzone__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  margin: 0 0 12px;
}
.rv .rv-dropzone__text img {
  width: 14px;
  height: 14px;
}
.rv .rv-dropzone__text .rv-link {
  color: #0045a8;
  font-family: "nauito_semibold";
}
.rv .rv-dropzone__hint {
  font-size: 12px;
  line-height: 18px;
  color: #111111;
  margin: 0;
}
.rv .rv-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 22px;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .rv .rv-form-grid {
    grid-template-columns: 1fr;
  }
}
.rv .rv-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rv .rv-field__label {
  font-family: "nauito_semibold";
  font-size: 12px;
  color: #344054;
}
.rv .rv-field__label .rv-req {
  color: red;
}
.rv .rv-field__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e7eaed;
  border-radius: 8px;
  padding: 10px 14px;
  box-shadow: 0px 1px 1px rgba(16, 24, 40, 0.05);
  font-family: "nauito_regular", sans-serif;
  font-size: 13px;
  color: #111111;
  background: #fff;
  outline: none;
}
.rv .rv-field__input::-moz-placeholder {
  color: #7a7a7a;
}
.rv .rv-field__input:-ms-input-placeholder {
  color: #7a7a7a;
}
.rv .rv-field__input::placeholder {
  color: #7a7a7a;
}
.rv .rv-field__input.is-filled {
  color: #111111;
}
.rv .rv-radio-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .rv .rv-radio-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.rv .rv-radio-row__label {
  font-family: "nauito_semibold";
  font-size: 14px;
}
.rv .rv-radio-row__label .rv-req {
  color: red;
}
.rv .rv-radio-group {
  display: flex;
  gap: 20px;
}
.rv .rv-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}
.rv .rv-radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}
.rv .rv-radio::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: none;
  border: 1px solid #0045a8;
  border-radius: 50%;
}
.rv .rv-radio img {
  width: 16px;
  height: 16px;
  display: none;
}
.rv .rv-radio.is-checked::before {
  display: none;
}
.rv .rv-radio.is-checked img {
  display: block;
}
.rv .rv-hint-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  font-size: 12px;
  color: #212529;
}
.rv .rv-hint-list li {
  display: flex;
  gap: 6px;
  line-height: 18px;
}
.rv .rv-hint-list .rv-req {
  color: red;
}
.rv .rv-terms {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 8px;
  cursor: pointer;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .rv .rv-terms {
    margin-bottom: 6px;
  }
}
.rv .rv-terms a {
  color: #0045a8;
  font-family: "nauito_semibold";
}
.rv .rv-terms input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  cursor: pointer;
}
.rv .rv-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #0045a8;
  border-radius: 3px;
  flex: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
}
.rv .rv-terms.is-checked .rv-checkbox {
  background: #0045a8;
}
.rv .rv-terms.is-checked .rv-checkbox::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.rv .error {
  display: block;
  color: #dc3545;
  font-size: 11px;
  margin-top: 4px;
}
.rv .rv-field--error .rv-field__input {
  border-color: #dc3545;
}
.rv .rv-dropzone--error {
  border-color: #dc3545;
}
.rv .drp_info {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.rv .drp_info--error {
  color: #dc3545;
}
.rv .drp_info--warning {
  color: #a15c00;
}
.rv .rv-submit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rv .rv-submit-wrap--mobile {
  display: none;
}
@media (max-width: 992px) {
  .rv .rv-submit-wrap--desktop {
    display: none;
  }
  .rv .rv-submit-wrap--mobile {
    display: flex;
    margin-top: 8px;
  }
}
.rv .rv-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #f9d022 0%, #fae34c 100%);
  color: #0045a8;
  font-family: "nauito_semibold";
  font-size: 14px;
  border: 0;
  border-radius: 24px;
  padding: 11px 24px;
  box-shadow: 0px 4px 4px rgba(10, 5, 74, 0.15);
  cursor: pointer;
}
.rv .rv-submit img {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.rv .rv-footer {
  width: 100%;
  max-width: clamp(785px, 55vw, 1100px);
  margin: 0 auto;
  border-radius: 40px 40px 0 0;
  background: #f5fafd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.rv .rv-footer img {
  width: 100%;
  max-width: clamp(545px, 38vw, 770px);
  height: auto;
}
