@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/****

****/
/*** site general styles ****/
html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #242424;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.container {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  width: 100%;
  max-width: 1390px;
  padding-left: 15px;
  padding-right: 15px;
}

/*** buttons styles ***/
.btn {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 14px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-primary {
  border: 0;
  background-color: #005B9B;
}

.btn-primary:hover {
  background-color: #2A2B69;
}

.btn-outline-white {
  border: 1px solid #E2E2E2;
  color: #FFFFFF;
}

.btn-outline-white:hover {
  background: #fff;
  color: #000;
}

.btn-gradient-primary {
  border: 1px solid #005B9B;
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  color: #F2FAFF;
}

.btn-gradient-primary:hover {
  background: linear-gradient(-171.56deg, #005B9B -11.58%, #0A142F 100.16%);
  color: #fff;
}

.btn-gradient-warning {
  border-color: transparent;
  background: linear-gradient(276.53deg, #FFDF8C 45.12%, #FFCF53 71.75%, #FFBF19 98.38%);
  color: #005B9B;
}

/*** texts & fonts style *****/
h1 {
  font-size: 64px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h3.custom-size {
  font-size: 26px;
  font-weight: 500;
}

.IN-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}

.IN-title small {
  font-size: 75%;
  display: inline-block;
}

small {
  font-size: 14px;
  display: block;
}

.text-dark {
  color: #242424;
}

.text-gradient {
  /* Gradient */
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-primary {
  color: #005B9B !important;
}

.text-success {
  color: #009D2F !important;
}

.text-warning {
  color: #FFBF19 !important;
}

.text-danger {
  color: #DE0101 !important;
}

.text-gray {
  color: #858585;
}

.text-gray2 {
  color: #666666;
}

.text-dark-gray {
  color: #3D3434;
}

.text-dark-gray2 {
  color: #555F6E;
}

.text-light {
  color: #F2FAFF;
}

.font-extra-small {
  font-size: 9.38px;
}

.font-small {
  font-size: 14px;
}

.font-medium {
  font-size: 18px;
}

.font-big {
  font-size: 16px;
}

.font-poppins {
  font-family: "Poppins", sans-serif !important;
}

.font-italic {
  font-style: italic;
}

.weight-thin {
  font-weight: 300 !important;
}

.weight-regular {
  font-weight: 400 !important;
}

.weight-medium {
  font-weight: 500 !important;
}

.weight-bold {
  font-weight: 600 !important;
}

.weight-extra-bold {
  font-weight: 700 !important;
}

.line-height-144 {
  line-height: 144%;
}

/*** bg styles ****/
.bg-light-gray {
  background-color: #F9F9F9 !important;
}

.bg-light-blue {
  background-color: #EBF5FF !important;
}

.bg-gradient-warning {
  background: linear-gradient(98.76deg, #E3F7FF 3.75%, rgba(245, 234, 197, 0.75) 32.42%, rgba(249, 221, 145, 0.5) 47.06%, rgba(255, 195, 40, 0) 56.12%, rgba(249, 221, 145, 0.25) 61.82%, rgba(227, 247, 255, 0.5) 90.05%);
}

/*** margins&paddings styles ***/
.mb-12 {
  margin-bottom: 12px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

@media (min-width: 768px) {
  .p-md-32 {
    padding: 32px !important;
  }
}

/*** borders style ****/
.border-gradient-primary {
  /*border-image: linear-gradient(to bottom, #0095FF 0%, #003C66 100%) 1;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;*/
  position: relative;
  background: #fff;
  border-radius: 12px;
}

.border-gradient-primary::before {
  content: "";
  background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: 12px;
  z-index: -1;
}

.border-light-primary {
  border: 1px solid #30A9FF;
}

.border-gray {
  border: 1px solid #E5E5E5;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-16 {
  border-radius: 16px;
}

.border-radius-20 {
  border-radius: 20px;
}

/** box shadow style ****/
.box-shadow-gray {
  box-shadow: 0px 0px 4px rgba(170, 170, 170, 0.25);
}

/*** height style ***/
@media (min-width: 576px) {
  .h-sm-100 {
    height: 100%;
  }
}

.form-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1C1C1E;
  margin-bottom: 12px;
}

.form-control,
.form-select {
  height: 48px;
  border: 1px solid #8C8C8C;
  border-radius: 4px;
  font-size: 16px;
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  color: #8C8C8C;
}

.form-control::placeholder,
.form-select::placeholder {
  color: #8C8C8C;
}

textarea.form-control {
  height: 160px;
}

.form-check {
  position: relative;
  margin: 0;
  padding: 0;
}

.form-check .form-check-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

.form-check .form-check-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 48px;
  padding: 6px 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #888888;
  transition: all 0.3s ease-in-out;
}

.form-check .form-check-label::before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.form-check .form-check-input:checked+.form-check-label {
  background: #F2FAFF;
  border: 1px solid #005B9B;
  font-weight: 600;
  color: #005B9B;
}

.form-check .form-check-input:checked+.form-check-label::before {
  width: 20px;
  height: 20px;
  background: url("../images/home/checked-icon.svg") no-repeat center center;
  margin-right: 8px;
}

.text-counter {
  line-height: 140%;
  color: #1C1C1E;
}

/*** upload file box style ****/
.upload-file-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2FAFF;
  border: 1px dashed #005B9B;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 54px;
}

.upload-file-box img {
  vertical-align: middle;
  margin-right: 12px;
}

.upload-file-box input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/*** absolute-img style ***/
.absolute-img {
  position: absolute;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

/*** nav-tabs styles ****/
.nav-tabs {
  max-width: 100%;
  background: #F8FAFB;
  border: 1px solid #E1E1E1;
  border-radius: 16px;
  padding: 4px;
  overflow-x: auto;
  flex-flow: nowrap;
}

.nav-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
  scrollbar-width: 0;
}

.nav-tabs .nav-item {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.nav-tabs .nav-link {
  padding: 11px;
  border-radius: 12px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #818898;
  box-shadow: none;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover {
  border: 0;
  color: #005B9B;
}

.nav-tabs .nav-link.active {
  font-weight: 700;
  color: #005B9B;
  background: #F8FCFF;
  border-color: #005B9B;
  box-shadow: 0px 0px 1px rgba(113, 128, 150, 0.04), 0px 4px 8px rgba(113, 128, 150, 0.08);
}

.nav-tabs.nav-dark {
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  border: 1px solid #E1E1E1;
  box-shadow: 0px 130px 52px rgba(0, 0, 0, 0.01), 0px 8px 18px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.nav-tabs.nav-dark .nav-link {
  color: #FFFFFF;
  padding: 18px;
}

.nav-tabs.nav-dark .nav-link.active {
  background-color: #FFFFFF;
  border-color: #F2FAFF;
}

.nav-tabs.nav-dark .nav-link.active span {
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/*** accordion styles ***/
.accordion {
  margin-top: 72px;
}

.accordion .accordion-item {
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

.accordion .accordion-item .accordion-button {
  padding: 0;
  border: 0;
  color: #101828;
  background: transparent;
  box-shadow: none !important;
}

.accordion .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background: url("../images/general/plus-circle.svg") no-repeat center center;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background: url("../images/general/minus-circle.svg") no-repeat center center;
}

.accordion .accordion-item .accordion-body {
  border: 0;
  padding: 0;
  padding-top: 12px;
  color: #667085;
}

/*** partner box style ****/
.partner-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 35px;
  height: 170px;
  flex-shrink: 0;
  min-width: 200px;
}

.partner-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/*** contact-info-box style ***/
.contact-info-box {
  padding: 14px 38px 22px;
  background: linear-gradient(90deg, #F2FAFF 20.19%, #C1E3FB 100%);
  border-radius: 12px;
  border-bottom: 2px solid #005B9B;
}

.contact-info-box .text-gray {
  color: #6C7685;
}

.contact-info-box .text-gray i {
  margin-right: 6px;
}

.contact-info-box h3 {
  color: #005B9B;
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
  margin-bottom: 0;
}

/*** tag style ****/
.tag {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.03em;
  border: 1px solid #000;
  color: #000;
  padding: 8px 16px;
  border-radius: 60px;
}

.tag.tag-danger {
  border-color: #F15C2E;
  color: #3D3D3D;
}

.general-tag {
  display: inline-block;
  background: #F2FAFF;
  border: 1px solid #75C6FF;
  border-radius: 4px;
  padding: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #2B2B2B;
}

/*** dot style ***/
.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
}

/*** pagination style ***/
.pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #767676;
  margin-left: 2px;
  margin-right: 2px;
  border: 0;
  border-radius: 8px;
}

.pagination .page-item.active .page-link {
  background: #005B9B;
  color: #fff;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  width: auto;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  padding: 8px 14px;
  color: #667085;
}

/*** general card style ****/
.general-card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 4px rgba(136, 136, 136, 0.25);
  border-radius: 10.9578px;
}

.general-card .small {
  line-height: 143%;
}

/**** video-modal style *****/
.video-modal {
  padding: 0 20px;
}

.video-modal .modal-dialog {
  max-width: 900px;
}

.video-modal .modal-content {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  border: 0;
}

.video-modal .modal-header {
  border: 0;
  padding: 0;
  padding-bottom: 10px;
  opacity: 1;
}

.video-modal .modal-header .btn-close {
  background: transparent;
  color: #fff;
  opacity: 1;
  font-size: 24px;
}

.video-modal .modal-body {
  padding: 0;
}

/*** scroll-block style ****/
.scroll-block {
  overflow-x: auto;
  flex-flow: nowrap;
}

.scroll-block::-webkit-scrollbar {
  width: 0;
  height: 0;
  scrollbar-width: 0;
}

.scroll-block .form-check {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.scroll-block .tag {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/**** table style ***/
.table-primary {
  --bs-table-bg: #F2FAFF;
  --bs-table-border-color: #EDEDED;
  border-color: #EDEDED;
}

.table {
  background: #fff;
}

.table td,
.table th {
  color: #2B2B2B;
  box-shadow: none;
  line-height: 140%;
  padding: 12px 16px;
  vertical-align: middle;
}

.table th {
  font-weight: 500;
  color: #1C1C1E;
}

/*** breadcrumb style ***/
.breadcrumb .breadcrumb-item {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}

.breadcrumb .breadcrumb-item.active {
  color: #000000;
}

.breadcrumb .breadcrumb-item a {
  font-weight: 400;
  color: #9F9F9F;
}

/*** reason box style ***/
.reason-box {
  display: flex;
  gap: 16px;
}

.reason-box .box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  background: #F2FAFF;
  border-radius: 8px;
}

.reason-box .content {
  flex: 1 0 0;
  color: #4E5969;
}

.reason-box .content .font-big {
  color: #181800;
  margin-bottom: 10px;
}

/*** search form style ****/
.search-form {
  background: #FFFFFF;
  border-radius: 48px;
  border: 1px solid #005B9B;
  overflow: hidden;
  padding: 24px;
}

.search-form .input-group-text,
.search-form .form-control {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  height: 30px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}

.search-form .input-group-text::-moz-placeholder,
.search-form .form-control::-moz-placeholder {
  color: #005B9B;
}

.search-form .input-group-text::placeholder,
.search-form .form-control::placeholder {
  color: #005B9B;
}

.search-form .input-group-text {
  margin-right: 24px;
}

/*** term-boxstyle ***/
.term-box .title {
  color: #181800;
  line-height: 174%;
  margin-bottom: 18px;
}

.term-box .title .box-num {
  padding: 7px 14px;
  background: #F2FAFF;
  border-radius: 8px;
  font-weight: 500;
  line-height: 150%;
  margin-right: 10px;
}

.term-box .title .box-num span {
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.term-box .descripe {
  color: #4E5969;
}

/*** alert-note style ***/
.alert-note {
  background: #F2FAFF;
  padding: 12px;
  line-height: 174%;
  text-align: center;
}

/*** navbar styles ****/
.navbar {
  background-color: #FFFFFF !important;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar .navbar-nav {
  display: flex;
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #242424;
  padding: 0 20px;
}

.navbar .navbar-nav .nav-link:hover {
  color: #005B9B;
}

.navbar .navbar-nav .nav-link.btn-outline-primary {
  padding: 15px 20px;
}

.navbar .navbar-nav .nav-link.btn-outline-primary:hover {
  color: #fff;
  background: #005B9B;
}

.navbar .navbar-brand img {
  max-height: 55px;
  height: auto;
  width: auto;
}

.navbar .navbar-nav .nav-link.text-gradient {
  background: none;
  -webkit-text-fill-color: unset;
  color: #005B9B;
}

/*** dropdown menu hover effect with blue line animation ****/
.navbar .dropdown-menu .dropdown-item {
  position: relative;
  padding: 8px 16px;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  background-color: transparent !important;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
  color: inherit;
}

.navbar .dropdown-menu .dropdown-item span {
  position: relative;
  display: inline-block;
}

.navbar .dropdown-menu .dropdown-item span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: #005B9B;
  transition: width 0.3s ease-in-out;
}

.navbar .dropdown-menu .dropdown-item:hover span::after {
  width: 100%;
}

.IN-hero {
  position: relative;
  margin-top: 2px;
  overflow: hidden;
}

.IN-hero .content-box {
  max-width: 480px;
  color: #242424;
}

.IN-hero h2 {
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 12px;
}

.IN-hero .explore-box .explore-box-text {
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 51px;
  background: #FFFFFF;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #005B9B;
  border-radius: 10px 0px 0px 10px;
  font-weight: 500;
}

.IN-hero .explore-box .btn {
  display: flex;
  align-items: center;
  height: 51px;
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #005B9B;
  border-radius: 0px 10px 10px 0px;
  padding: 0 24px;
}

.IN-hero .download-links img {
  height: 44px;
  width: auto;
}

.IN-hero .absolute-img {
  right: 0;
  top: 54px;
  z-index: 1;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

.IN-hero .carousel .box {
  z-index: 2;
  position: relative;
}

.IN-hero .carousel .carousel-item {
  background: linear-gradient(180deg, #FFFFFF 0%, #015A9A 100%);
}

.IN-hero .carousel .carousel-item .box {
  height: 500px;
  display: flex;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: auto 100% !important;
}

@media (max-width: 991.98px) {
  .IN-hero .carousel .carousel-item .box {
    height: 420px;
  }
}

@media (min-width: 992px) {
  .IN-hero .carousel .carousel-item .box .container {
    display: flex;
  }

  .IN-hero .carousel .carousel-item .box .content-box {
    margin-left: 50px;
  }
}

.IN-hero .carousel .carousel-indicators {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  bottom: 50px;
  align-items: center;
}

.IN-hero .carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 3px;
  background: transparent;
  opacity: 1;
  text-align: initial;
  background: #D9D9D9;
  display: block;
  text-indent: inherit;
  border: 0;
  border-radius: 50%;
}

.IN-hero .carousel .carousel-indicators .active {
  background: #FFAC64;
  width: 16px;
  height: 16px;
}

.IN-use-guide {
  padding-top: 64px;
  padding-bottom: 60px;
}

.IN-use-guide .container {
  position: relative;
  z-index: 2;
}

.IN-use-guide .nav-tabs {
  max-width: 936px;
  margin-bottom: 28px;
}

.IN-use-guide .position-relative {
  position: relative;
}

.IN-use-guide .absolute-img-left {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

.IN-use-guide .btn-gradient-primary {
  width: 100%;
  max-width: 213px;
}

.IN-use-guide .step {
  padding-bottom: 26px;
  position: relative;
}

.IN-use-guide .step::before,
.IN-use-guide .step::after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  width: 1px;
  left: 27px;
  border: 1px dashed rgba(0, 0, 0, 0.3);
}

.IN-use-guide .step::before {
  top: 0;
}

.IN-use-guide .step::after {
  top: 50%;
}

.IN-use-guide .step:first-child::before {
  display: none;
}

.IN-use-guide .step:last-child::after {
  display: none;
}

.IN-use-guide .step .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #2A2B69;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}

.IN-use-guide .step .step-content {
  flex: 1 0 0;
  margin-left: 30px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 32px;
  line-height: 150%;
}

.IN-use-guide .step .step-content h3 {
  margin-bottom: 16px;
}

.IN-calculator .white-box {
  background-color: #fff;
  background-image: url("../images/general/bg-img.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto calc(100% - 100px);
  border-radius: 40px 40px 0px 0px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.IN-calculator .calculator-box {
  background: #fff;
  height: 100%;
  border: 1px solid #E4E4E4;
  box-shadow: 1px 2px 20px 4px rgba(0, 0, 0, 0.02);
  border-radius: 24px;
  padding: 30px 40px;
}

.IN-calculator .calculator-box .label-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2D2D2D;
}

.IN-calculator .calculator-box .label-text i {
  font-size: 14px;
  color: #858585;
}

.IN-calculator .calculator-box .range-num {
  width: 138px;
  background: #F9F9F9;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #101828;
  text-align: center;
}

.IN-calculator .calculator-box small {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: #4F4F4F;
}

.IN-calculator .calculate-result-box {
  height: 100%;
  background: #F2FAFF;
  border: 1px solid #005B9B;
  box-shadow: 1px 2px 20px 4px rgba(0, 0, 0, 0.02);
  border-radius: 24px;
  padding: 32px;
  font-weight: 500;
  line-height: 175%;
  color: #242424;
}

@media (min-width: 992px) {
  .IN-calculator .calculate-result-box {
    width: 450px;
  }
}

.IN-calculator .calculate-result-box .font-medium {
  line-height: 156%;
}

.IN-calculator .calculate-result-box .table-primary {
  --bs-table-bg: #EAF4FF;
  /* --bs-table-color: #242424;

  --bs-table-border-color: #BEBEBE;
  --bs-table-striped-bg: #c5d7f2;
  color:#242424;
  border-color:#EAF4FF;*/
}

.IN-calculator .calculate-result-box .table {
  background: #fff;
}

.IN-calculator .calculate-result-box .table td,
.IN-calculator .calculate-result-box .table th {
  color: #242424;
  font-size: 14px;
  box-shadow: none;
}

.IN-calculator .calculate-result-box .table th {
  font-weight: 500;
}

.IN-calculator .calculate-result-box .table td {
  font-weight: 600;
}

.IN-about-us {
  padding-top: 75px;
  padding-bottom: 100px;
  overflow-x: hidden;
}

.IN-about-us .about-us-box {
  position: relative;
  height: 670px;
  display: flex;
  align-items: center;
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  border: 2px solid #E6E6E6;
  box-shadow: 0px 3px 20px 10px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  padding: 40px 60px;
  overflow: hidden;
}

.IN-about-us .about-us-box .absolute-img {
  left: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

.IN-about-us .about-us-box .row {
  position: relative;
}

.IN-about-us .about-us-box h1 {
  color: #F2FAFF;
}

.IN-about-us .about-us-box .swipper-container {
  padding-bottom: 60px;
  position: relative;
}

.IN-about-us .about-us-box .swiper {
  width: 100%;
  max-width: 357px;
  height: 370px;
}

.IN-about-us .about-us-box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 26px 40px;
  line-height: 140%;
}

.IN-about-us .about-us-box .swiper-slide h3 {
  line-height: 120%;
}

.IN-about-us .about-us-box .swiper-slide img {
  width: 60px;
}

.IN-about-us .about-us-box .swiper-slide:nth-child(1n) {
  background: linear-gradient(180deg, #EA63FF 0%, #8B1868 100%);
}

.IN-about-us .about-us-box .swiper-slide:nth-child(2n) {
  background: linear-gradient(180deg, #E8941F 0%, #D63F3F 100%);
}

.IN-about-us .about-us-box .swiper-slide:nth-child(3n) {
  background: linear-gradient(180deg, #1BC2C2 0%, #176FBC 100%);
}

.IN-about-us .about-us-box .swiper-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
}

.IN-about-us .about-us-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 1;
}

.IN-about-us .about-us-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #005B9B;
}

.IN-partners {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.IN-partners .slick-slide {
  padding: 30px 8px;
}

/* Partners Continuous Scrolling Animation */
.partners-scroll-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.partners-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.partners-scroll-track {
  display: flex;
  gap: 16px;
  width: fit-content;
  animation: scroll-horizontal 40s linear infinite;
  will-change: transform;
}

.partners-scroll-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .partners-scroll-track {
    gap: 12px;
    animation-duration: 30s;
  }

  .partner-box {
    min-width: 150px;
    padding: 12px 25px;
    height: 140px;
  }
}

.IN-dashboard-img {
  padding-top: 163px;
  background: #F9F9F9 url("../images/home/bg2.svg") no-repeat center top 30px;
  background-size: 100% auto;
}

.IN-dashboard-img .short-desc {
  max-width: 980px;
  margin: 0 auto;
  line-height: 145%;
}

.IN-investment-video {
  padding-top: 146px;
  padding-bottom: 226px;
  background: #F9F9F9 url("../images/home/bg3.svg") no-repeat right bottom;
}

.IN-investment-video .video-box {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.IN-investment-video .video-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.IN-investment-video .video-box .btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  color: #fff;
  font-size: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.IN-investment-video .video-box .btn-play i {
  line-height: 0;
  margin-left: 13px;
  margin-top: 3px;
}

.IN-investment-video .video-box .btn-play:hover {
  background: #fff;
  color: #000;
  font-size: 80px;
}

.IN-download-app {
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
}

.IN-faq {
  padding-top: 70px;
  padding-bottom: 50px;
}

.IN-faq h2 {
  text-align: center;
  margin-bottom: 16px;
}

.IN-faq .faq-subtitle {
  text-align: center;
  color: #666666;
  font-size: 16px;
  margin-bottom: -25px;
}

/*** inner pages styles ***/
.IN-hero-inner {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #005B9B;
  background-image: url("../images/general/hero-bg-top.svg"), url("../images/general/hero-bg-right.svg"), url("../images/general/use-bg-left.svg");
  background-repeat: no-repeat;
  background-position: top center, bottom right, bottom left;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #DFDEDE;
}

.IN-hero-inner h1 {
  color: #E9E9E9;
  font-size: 48px;
  font-weight: 600;
}

/* ensure anchor navigation to the plans section remains visible below header */
#plans {
  scroll-margin-top: 350px;
}

.IN-hero-inner#about-us-hero {
  position: relative;
  padding-top: 66px;
  padding-bottom: 121px;
}

.IN-hero-inner#pension-hero {
  padding-top: 28px;
  padding-bottom: 35px;
  background-image: url("../images/pension/hero-bg.svg"), url("../images/pension/bg-left-top.svg"), url("../images/pension/bg-right-bottom.svg");
  background-repeat: no-repeat;
  background-position: center center, left top, bottom right;
  background-size: cover, auto auto, auto auto;
}

.IN-hero-inner#gold-hero {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../images/gold/hero-bg.jpg") no-repeat center center;
  color: #E9E9E9;
  background-size: cover;
}

.IN-hero-inner#gold-hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 91, 155, 0.69);
}

.IN-hero-inner#gold-hero .container-fluid {
  position: relative;
}

.IN-hero-inner#gold-hero .content-box {
  max-width: 500px;
}

.IN-hero-inner#gold-hero .badge {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  padding: 10px 10px 10px 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #E9E9E9;
}

.IN-hero-inner#gold-hero .badge img {
  margin-right: 4px;
}

.IN-hero-inner#gold-hero h1 {
  font-size: 64px;
  line-height: 124%;
}

.IN-hero-inner#gold-hero .text-gray {
  color: #627795;
}

.IN-hero-inner#gold-hero .invest-form-box {
  background: #FFFFFF;
  box-shadow: 0.781796px 1.56359px 15.6359px 3.12718px rgba(0, 0, 0, 0.02);
  border-radius: 18.7631px;
  padding: 23px 31px;
  font-size: 14px;
}

.IN-hero-inner#gold-hero .invest-form-box .nav-tabs {
  padding: 3px;
  background: #F8FAFB;
  border: 0.781796px solid #E1E1E1;
  border-radius: 12.5087px;
}

.IN-hero-inner#gold-hero .invest-form-box .nav-tabs .nav-link {
  padding: 10px;
  border-radius: 9px;
  background: #F9F9F9;
  font-size: 12.5px;
  color: #818898;
  border: 0;
}

.IN-hero-inner#gold-hero .invest-form-box .nav-tabs .nav-link.active {
  background: #FFFFFF;
  box-shadow: 0px 0px 0.781796px rgba(113, 128, 150, 0.04), 0px 3.12718px 6.25436px rgba(113, 128, 150, 0.08);
  color: #005B9B;
  font-weight: 700;
}

.IN-hero-inner#gold-hero .invest-form-box .gold-note {
  background: #F2F2F2;
  padding: 3px;
  font-weight: 500;
  line-height: 141%;
  color: #9E9E9E;
}

.IN-hero-inner#gold-hero .invest-form-box .invest-price-box {
  padding: 10.9451px;
  gap: 12.51px;
  border: 0.781796px solid #D4D4D4;
  border-radius: 9.38155px;
  font-size: 9.38px;
  color: #242424;
  font-weight: 600;
}

.IN-hero-inner#gold-hero .invest-form-box .invest-price-box .buy-note {
  padding: 2.34539px 6.25436px;
  background: #FFEBEB;
  border-radius: 62.5436px;
  color: #DE0101;
  font-weight: 500;
  font-size: 9.38155px;
  line-height: 11px;
  text-transform: capitalize;
  padding: 3px 6px;
  margin-bottom: 9.3px;
}

.IN-hero-inner#gold-hero .invest-form-box .invest-price-box .buy-note .dot {
  background: #DE0101;
  margin-right: 5px;
  width: 4.7px;
  height: 4.7px;
}

.IN-hero-inner#gold-hero .invest-form-box .invest-price-box .size {
  padding: 3.12718px;
  background: #F2FAFF;
  border: 0.781796px solid #005B9B;
  border-radius: 3.12718px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 9.38155px;
  line-height: 11px;
}

.IN-hero-inner#gold-hero .invest-form-box .invest-price-box .price {
  font-size: 12.5087px;
  line-height: 15px;
}

.IN-hero-inner#gold-hero .invest-form-box .invest-price-box .price span {
  font-size: 9.38px;
}

.IN-hero-inner#gold-hero .invest-form-box .translate-box .form-control {
  height: 40px;
  border-radius: 0;
  border: 0;
  border-bottom: 0.781796px solid #CBCBCB;
  filter: drop-shadow(0px 0.781796px 1.56359px rgba(16, 24, 40, 0.05));
  padding: 10.9px 12.5px;
  font-size: 14px;
}

.IN-hero-inner#gold-hero .invest-form-box .translate-box .form-control::-moz-placeholder {
  color: #BABABA;
}

.IN-hero-inner#gold-hero .invest-form-box .translate-box .form-control::placeholder {
  color: #BABABA;
}

.IN-hero-inner#safestox-hero {
  position: relative;
  background-image: none;
  background: url("../images/safestox/hero-bg.jpg") no-repeat center center;
  color: #fff;
  line-height: 120%;
}

.IN-hero-inner#safestox-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.IN-hero-inner#safestox-hero .container {
  position: relative;
  z-index: 2;
  max-width: 1200;
}

.IN-hero-inner#safestox-hero h1 {
  color: #fff;
}

.IN-hero-inner#safestox-hero .box-content {
  background: linear-gradient(90deg, rgba(207, 204, 255, 0.0068) 0%, rgba(207, 204, 255, 0.34) 51.92%, rgba(207, 204, 255, 0.0068) 100%);
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  border-radius: 40px;
  padding: 32px 70px;
}

@media (max-width: 767.98px) {
  .IN-hero-inner#safestox-hero .box-content {
    padding: 32px 16px;
    font-size: 14px;
  }
}

.IN-how-use {
  background: url("../images/general/use-bg-left2.svg") no-repeat top left, url("../images/general/use-bg-bottom.png") no-repeat bottom right;
  color: #333;
}

.IN-how-use .font-big {
  line-height: 130%;
  font-size: 16px;
}

.IN-contact-form .container {
  max-width: 1180px;
}

.IN-contact-form .or {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.IN-contact-form .or::before,
.IN-contact-form .or::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  background: #D7D7D7;
}

.IN-contact-form .or .or-text {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: #242424;
  padding: 0 24px;
  background: #fff;
}

.IN-contact-form .form-box {
  padding: 30px 24px;
  background: #FFFFFF;
  border: 1px solid #005B9B;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.08);
  border-radius: 40px;
}

.IN-contact-form .form-box h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.5;
}

.IN-contact-form .form-box h3 {
  max-width: 726px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .IN-contact-form .form-box form {
    padding: 32px;
  }
}

.IN-contact-form .form-box form .btn.custom-width {
  width: 100%;
  max-width: 195px;
}

.IN-contact-form .form-box .btn-shadow {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

.IN-faq-page {
  padding-top: 48px;
  padding-bottom: 141px;
  background: url("../images/faq/faq-bg-left.svg") no-repeat top 60px left, url("../images/faq/faq-bg-right.svg") no-repeat center right;
}

.IN-faq-page .nav-tabs {
  margin-bottom: 80px;
}

.IN-faq-page .tab-content {
  margin-bottom: 80px;
}

.IN-faq-page .accordion {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* layout narrowing + horizontal padding for pages that looked too wide at 100% */
.IN-faq-page .container,
.IN-terms .container,
.IN-contact-form .container,
.IN-safestox-intro .container,
.IN-safestox-about .container,
.IN-safestox-financial .container,
.IN-safestox-how-works .container {
  max-width: 1080px !important;
  padding-left: 32px;
  padding-right: 32px;
}

@media (min-width: 1400px) {

  .IN-faq-page .container,
  .IN-terms .container,
  .IN-contact-form .container,
  .IN-safestox-intro .container,
  .IN-safestox-about .container,
  .IN-safestox-financial .container,
  .IN-safestox-how-works .container {
    max-width: 1080px !important;
  }
}

.IN-faq-page h2 {
  font-size: 26px;
}

.IN-contact-form h2 {
  font-size: 26px;
}

.IN-contact-form h3 {
  font-size: 17px;
}

.IN-terms .content-box h3 {
  font-size: 18px;
}

/* About Us: tighten heading and body sizing */
.IN-about-us .about-us-box h1 {
  font-size: 36px;
}

.IN-about-us .about-us-box .swiper-slide h3 {
  font-size: 22px;
}

.IN-about-us .about-us-box .swiper-slide .font-medium {
  font-size: 15px;
}

.IN-faq-page .accordion .accordion-item {
  font-size: 16px;
}

.IN-faq-page .accordion .accordion-item ul {
  margin-top: 16px;
  padding-left: 16px;
  color: #454545;
}

.IN-faq-page .accordion .accordion-item ul li {
  margin-bottom: 10px;
}

.IN-pension-plans {
  padding-top: 76px;
  padding-bottom: 32px;
}

.IN-pension-plans .plan-box {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 30px 20px;
  color: #1A1A1A;
  line-height: 114%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.IN-pension-plans .plan-card-wrapper {
  transition: all 0.3s ease-in-out;
}

.IN-pension-plans .plan-card-wrapper:hover .plan-box {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px -4px rgba(0, 91, 155, 0.2);
  border-color: #005B9B;
}

.IN-pension-plans .plan-card-wrapper:hover .feature-plan .plan-box {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px -4px rgba(0, 91, 155, 0.2);
  border-color: #005B9B;
}

.IN-pension-plans .plan-card-wrapper.plan-card-active .plan-box {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px -4px rgba(0, 91, 155, 0.3);
  border-color: #005B9B;
  border-width: 2px;
}

.IN-pension-plans .plan-card-wrapper.plan-card-active .feature-plan .plan-box {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px -4px rgba(0, 91, 155, 0.3);
  border-color: #005B9B;
  border-width: 2px;
}

.IN-pension-plans .plan-box h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.01em;
}

.IN-pension-plans .plan-box .price {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
}

.IN-pension-plans .plan-box .price span {
  font-size: 30px;
  letter-spacing: -0.04em;
}

.IN-pension-plans .plan-box .percentage {
  line-height: 110%;
  letter-spacing: -0.04em;
}

.IN-pension-plans .plan-box a {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #1A1A1A;
}

.IN-pension-plans .feature-plan {
  background: #005B9B;
  box-shadow: 0px 130px 52px rgba(0, 0, 0, 0.01), 0px 73px 44px rgba(0, 0, 0, 0.05), 0px 33px 33px rgba(0, 0, 0, 0.09), 0px 8px 18px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  padding: 10px 4px 4px 4px;
}

.IN-pension-plans .feature-plan .title {
  font-weight: 600;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
}

.IN-baskets {
  padding-top: 30px;
  overflow-x: hidden;
}

.IN-baskets .container {
  max-width: 1350px;
}

.IN-baskets .bg-light-blue {
  overflow-x: hidden;
}

.IN-baskets .nav-tabs {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: #F2FAFF;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.IN-baskets .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  text-align: initial;
  padding: 24px 15px;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #1A1A1A;
  border-radius: 0;
  font-weight: 400;
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
}

.IN-baskets .nav-tabs .nav-link .text-gray2 {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.2;
  word-break: break-word;
}

.IN-baskets .nav-tabs .nav-link h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #1A1A1A;
  word-break: break-word;
}

.IN-baskets .nav-tabs .nav-link .img-box {
  width: 80px;
  flex-shrink: 0;
}

.IN-baskets .nav-tabs .nav-link .img-box img {
  max-width: 100%;
  height: auto;
}

.IN-baskets .nav-tabs .nav-link .link-content {
  flex: 1 0 0;
}

.IN-baskets .nav-tabs .nav-link.active {
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  font-weight: 400;
}

.IN-baskets .nav-tabs .nav-link.active .text-gray2 {
  color: #F5F5F5;
}

.IN-baskets .nav-tabs .nav-link.active h3 {
  color: #fff;
}

.IN-baskets .nav-tabs .nav-item:last-child .nav-link {
  border-right: 0;
}

.IN-baskets .card {
  background: #FFFFFF;
  box-shadow: 0px 4.13699px 58.9521px rgba(0, 0, 0, 0.08);
  border-radius: 8.27397px;
  padding: 18px;
  height: 100%;
}

.IN-baskets .card .graph-img {
  max-width: 210px;
  margin: 0 auto;
  margin-bottom: 18px;
}

.IN-baskets .card .graph-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  font-weight: 500;
  font-size: 14.4456px;
  line-height: 143%;
  color: #4E5969;
}

.IN-baskets .card .text-dark-gray {
  color: #4E5969;
}

.IN-plan-cards {
  padding-top: 40px;
  padding-bottom: 40px;
}

.IN-plan-cards .plan-box {
  max-width: 974px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 40px;
  border: 1px solid #003C66;
  padding: 40px;
}

.IN-plan-cards .plan-box .card {
  background: #FFFFFF;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  border: 1px solid #003C66;
  padding: 20px 30px;
  text-align: center;
  max-width: 367px;
  margin: 0 auto;
  background: url("../images/portfolio/card-left-top-bg.png") no-repeat top left -20px, url("../images/portfolio/card-bottom-bg.png") no-repeat bottom right;
}

.IN-plan-cards .plan-box .card .card-title {
  padding-top: 100px;
  padding-bottom: 100px;
}

.IN-plan-cards .plan-box .card .btn {
  font-size: 24px;
  font-weight: 600;
  padding: 8px 13px;
}

.IN-plan-cards .plan-box .col-12:nth-child(even) .card {
  background: url("../images/portfolio/card-right-bg.png") no-repeat right top, url("../images/portfolio/card-left-bg.png") no-repeat left center;
}

.access-multiple-stocks {
  /* background: linear-gradient(180deg, #EBF5FF 0%, #D6EBFF 100%); */
  background: white;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 40px;
  position: relative;
}

.access-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #1A1A1A;
  margin-bottom: 20px;
}

.features-grid {
  position: relative;
  margin-bottom: 40px;
}

.feature-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}

.feature-row:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 2.5%;
  right: 2.5%;
  height: 1px;
  border-top: 2px dashed #005B9B;
  z-index: 1;
}

.feature-box {
  flex: 1;
  margin: 0 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-text {
  /* background: #FFFFFF; */
  background: linear-gradient(180deg, #EBF5FF 0%, #D6EBFF 100%);
  border: 2px solid #005B9B;
  border-radius: 12px;
  padding: 16px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  color: #005B9B;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.feature-box.active .feature-text {
  background: #005B9B;
  color: #FFFFFF;
  border-color: #005B9B;
  box-shadow: 0px 4px 8px rgba(0, 91, 155, 0.2);
}

.feature-circle {
  width: 16px;
  height: 16px;
  border: 2px solid #B0B0B0;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}

.feature-circle.active {
  background: #005B9B;
  border-color: #005B9B;
  box-shadow: 0 0 0 4px rgba(0, 91, 155, 0.2);
}

.feature-circle.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
}

.strategy-footer {
  text-align: center;
  margin-top: 20px;
}

.footer-line {
  height: 1px;
  background: #005B9B;
  margin-bottom: 12px;
}

.footer-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #1A1A1A;
  margin: 0;
}

.pension-info-content {
  margin-left: -35px;
  margin-right: -35px;
  /* padding-left: 35px;
  padding-right: 35px; */
}

.pension-info-title {
  font-size: 26px !important;
}

.pension-info-text {
  font-size: 17px !important;
}

@media (max-width: 1200px) {
  .feature-text {
    font-size: 12px;
    padding: 12px 8px;
    min-height: 70px;
  }
}

@media (max-width: 992px) {
  .feature-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-box {
    flex: 0 0 calc(33.333% - 20px);
    margin-bottom: 30px;
  }

  .feature-row::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .access-multiple-stocks {
    padding: 30px 20px;
  }

  .feature-box {
    flex: 0 0 calc(50% - 20px);
  }

  .access-title {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .feature-box {
    flex: 0 0 100%;
    margin: 0 0 30px 0;
  }
}

.IN-mutual-fund-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mutual-fund-banner {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #003C66 0%, #005B9B 50%, #0095FF 100%);
  padding: 60px 0;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.mutual-fund-banner .container-fluid {
  position: relative;
  z-index: 3;
  padding-left: 60px;
  padding-right: 60px;
}

/* Ellipse Positioning */
.ellipse {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.ellipse img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

.ellipse1 {
  left: 0;
  bottom: 0;
  width: 400px;
  transform: translateY(20%);
}

.ellipse2 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
}

.ellipse3 {
  top: 0;
  right: 0;
  width: 400px;
  transform: translateY(-10%);
}

.banner-content {
  color: #FFFFFF;
  padding: 40px 40px 40px 20px;
  position: relative;
  z-index: 2;
}

.banner-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.banner-description {
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 40px;
  opacity: 0.95;
}

.btn-invest-now {
  width: 257px;
  height: 52px;
  background: linear-gradient(175.65deg, #0095FF -12.36%, #003C66 130.12%);
  border: none;
  border-top: 1px solid rgba(0, 149, 255, 0.3);
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-invest-now:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 20px rgba(0, 149, 255, 0.4);
  color: #FFFFFF;
}

.banner-image-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 0 20px 40px;
  background: transparent;
}

.banner-main-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .ellipse1 {
    width: 300px;
  }

  .ellipse2 {
    width: 400px;
  }

  .ellipse3 {
    width: 300px;
  }
}

@media (max-width: 992px) {
  .mutual-fund-banner {
    padding: 60px 0;
    min-height: auto;
  }

  .mutual-fund-banner .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-content {
    padding: 40px 20px;
  }

  .banner-image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }

  .banner-title {
    font-size: 36px;
  }

  .banner-description {
    font-size: 16px;
  }

  .ellipse1 {
    width: 250px;
  }

  .ellipse2 {
    width: 350px;
  }

  .ellipse3 {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .mutual-fund-banner .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-content {
    padding: 40px 20px;
  }

  .banner-image-wrapper {
    padding: 20px;
  }

  .banner-main-image {
    max-width: 90%;
    width: 90%;
  }

  .banner-title {
    font-size: 28px;
  }

  .banner-description {
    font-size: 15px;
  }

  .btn-invest-now {
    width: auto;
    min-width: 200px;
    height: 48px;
    padding: 8px 24px;
    font-size: 18px;
  }

  .ellipse1,
  .ellipse2,
  .ellipse3 {
    opacity: 0.5;
  }
}

/* What is Mutual Fund Section */
.IN-what-is-mf {
  padding-top: 80px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #E6F4FF 0%, #FFFFFF 100%);
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.what-is-mf-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.what-is-mf-title {
  font-size: 48px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 40px;
  line-height: 1.2;
}

.what-is-mf-description {
  font-size: 20px;
  line-height: 1.6;
  color: #2B2B2B;
  margin-bottom: 50px;
  font-weight: 400;
}

.what-is-mf-description strong {
  font-weight: 700;
  color: #2B2B2B;
}

.btn-start-investing {
  width: 164px;
  height: 52px;
  background: linear-gradient(175.65deg, #0095FF -12.36%, #003C66 130.12%);
  border: none;
  border-top: 1px solid rgba(0, 149, 255, 0.3);
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /* box-shadow: 0px 4px 12px rgba(0, 149, 255, 0.3); */
}

.btn-start-investing:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 20px rgba(0, 149, 255, 0.4);
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .IN-what-is-mf {
    padding: 80px 0;
    min-height: auto;
  }

  .what-is-mf-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .what-is-mf-description {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .btn-start-investing {
    width: auto;
    min-width: 200px;
    height: 48px;
    padding: 8px 24px;
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .IN-what-is-mf {
    padding: 60px 20px;
  }

  .what-is-mf-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .what-is-mf-description {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .btn-start-investing {
    width: 100%;
    max-width: 257px;
    height: 48px;
    font-size: 16px;
  }
}

/* Mutual Fund Benefits Section */
.IN-mf-benefits {
  padding: 60px 0;
  background: #F0F4F8;
}

.benefits-title {
  font-size: 42px;
  font-weight: 700;
  color: #2B2B2B;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.benefits-grid-row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px 25px 25px 25px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.benefit-card-wide {
  grid-column: span 2;
}

.benefit-bg-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  opacity: 1;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.benefit-bg-icon .bg-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.benefit-icon-large {
  width: 113px;
  height: 95px;
  object-fit: contain;
}

.benefit-text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.5;
  color: #2B2B2B;
  font-weight: 400;
  margin: 0;
  margin-top: 70px;
}

.benefit-card-wide .benefit-text {
  font-size: 17px;
  margin-top: 70px;
}

.benefit-text strong {
  font-weight: 700;
  color: #2B2B2B;
}

@media (max-width: 992px) {
  .IN-mf-benefits {
    padding: 60px 0;
  }

  .benefits-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }

  .benefits-grid-row2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }

  .benefit-card-wide {
    grid-column: span 2;
  }

  .benefit-card {
    padding: 28px 20px;
    min-height: 180px;
  }

  .benefit-icon {
    width: 44px;
    height: 44px;
  }

  .benefit-bg-icon {
    width: 100px;
    height: 100px;
  }

  .benefit-text {
    font-size: 15px;
    margin-top: 60px;
  }

  .benefit-card-wide .benefit-text {
    font-size: 16px;
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .IN-mf-benefits {
    padding: 50px 15px;
  }

  .benefits-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0;
  }

  .benefits-grid-row2 {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0;
  }

  .benefit-card-wide {
    grid-column: span 1;
  }

  .benefit-card {
    padding: 25px 18px;
    min-height: auto;
  }

  .benefit-icon {
    width: 40px;
    height: 40px;
  }

  .benefit-bg-icon {
    width: 90px;
    height: 90px;
  }

  .benefit-text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 55px;
  }

  .benefit-card-wide .benefit-text {
    font-size: 15px;
    margin-top: 55px;
  }
}

/* Why INVULB Mutual Fund Baskets Section */
.IN-why-invulb {
  padding: 25px 0;
  background: #FFFFFF;
}

.why-invulb-title {
  font-size: 42px;
  font-weight: 700;
  color: #2B2B2B;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.why-invulb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.why-invulb-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 280px;
}

.why-invulb-icon-wrapper {
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.why-invulb-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.why-invulb-heading {
  font-size: 18px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 16px;
  line-height: 1.3;
}

.why-invulb-text {
  font-size: 15px;
  line-height: 1.6;
  color: #2B2B2B;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .IN-why-invulb {
    padding: 80px 0;
  }

  .why-invulb-title {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .why-invulb-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0 20px;
  }

  .why-invulb-card {
    padding: 30px 20px;
  }

  .why-invulb-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .why-invulb-icon {
    width: 45px;
    height: 45px;
  }

  .why-invulb-heading {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .why-invulb-text {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .IN-why-invulb {
    padding: 60px 15px;
  }

  .why-invulb-title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .why-invulb-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }

  .why-invulb-card {
    padding: 28px 18px;
  }

  .why-invulb-icon-wrapper {
    width: 65px;
    height: 65px;
    margin-bottom: 18px;
  }

  .why-invulb-icon {
    width: 40px;
    height: 40px;
  }

  .why-invulb-heading {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .why-invulb-text {
    font-size: 13px;
  }
}

/* Explore MF Baskets Section */
.IN-explore-baskets {
  padding: 70px 25px;
  background: #FFFFFF;
}

.explore-baskets-content {
  padding-right: 40px;
}

.explore-baskets-title {
  font-size: 36px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 20px;
  line-height: 1.3;
}

.explore-baskets-description {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 40px;
}

.pension-plans-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pension-plan-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.pension-plan-item.active {
  background: #E6F4FF;
  border: 1px solid #0095FF;
  margin-bottom: 12px;
}

.pension-plan-item:not(.active) {
  background: #FFFFFF;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-top: 16px;
  border-radius: 0;
}

.pension-plan-item:not(.active):last-child {
  border-bottom: none;
}

.plan-content {
  flex: 1;
}

.plan-name {
  font-size: 18px;
  font-weight: 600;
  color: #2B2B2B;
  margin: 0 0 8px 0;
}

.plan-description {
  font-size: 14px;
  color: #666666;
  margin: 0;
  line-height: 1.5;
  display: none;
}

.pension-plan-item.active .plan-description {
  display: block;
}

.plan-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 16px;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.plan-arrow-btn:hover {
  transform: scale(1.1);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.plan-arrow-btn svg {
  width: 24px;
  height: 24px;
}

.explore-baskets-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-height: 500px;
  padding-left: 20px;
}

.get-started-wrapper {
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}

.btn-get-started {
  display: inline-block;
  width: 164px;
  height: 52px;
  background: linear-gradient(175.65deg, #0095FF -12.36%, #003C66 130.12%);
  border: none;
  border-top: 1px solid rgba(0, 149, 255, 0.3);
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-get-started:hover {
  background: #0077CC;
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(0, 149, 255, 0.3);
}

.mobile-phone-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
  z-index: 1;
  margin-top: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.mobile-phone-wrapper::before {
  content: '';
  position: absolute;
  width: calc(616px - 80px);
  height: 470px;
  background: #D4EDFF;
  border-radius: 32.1px;
  opacity: 1;
  z-index: -1;
  top: 50%;
  left: calc(25% + 40px);
  transform: translate(-50%, -84%);
}

.mobile-phone-image {
  width: 257.47px;
  height: 526px;
  opacity: 0.74;
  display: block;
  object-fit: contain;
  position: absolute;
  top: 357px;
  left: 211.06px;
  z-index: 1;
}

@media (max-width: 992px) {
  .IN-explore-baskets {
    padding: 60px 0;
  }

  .explore-baskets-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .explore-baskets-title {
    font-size: 28px;
  }

  .explore-baskets-visual {
    min-height: auto;
    align-items: center;
    padding-left: 0;
  }

  .get-started-wrapper {
    margin-bottom: 20px;
  }

  .mobile-phone-wrapper {
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-phone-image {
    width: auto;
    max-width: 200px;
    height: auto;
    max-height: 400px;
    position: relative;
    top: auto;
    left: auto;
  }

  .mobile-phone-wrapper::before {
    width: 450px;
    height: 270px;
    background: #D4EDFF;
    border-radius: 32.1px;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767.98px) {
  .IN-explore-baskets {
    padding: 40px 0;
  }

  .explore-baskets-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .explore-baskets-description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .pension-plan-item {
    padding: 16px 20px;
  }

  .plan-name {
    font-size: 16px;
  }

  .plan-description {
    font-size: 13px;
  }

  .btn-get-started {
    padding: 14px 28px;
    font-size: 14px;
  }

  .mobile-phone-wrapper {
    max-width: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-phone-image {
    width: auto;
    max-width: 180px;
    height: auto;
    max-height: 350px;
    position: relative;
    top: auto;
    left: auto;
  }

  .mobile-phone-wrapper::before {
    width: 350px;
    height: 210px;
    background: #D4EDFF;
    border-radius: 32.1px;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .explore-baskets-visual {
    padding-left: 0;
  }
}

/* Mobile App Download Section */
/* .IN-mobile-app {
  padding: 100px 0;
  background: #FFFFFF;
} */

.mobile-app-box {
  background-image: url('../images/mutual-fund/banner-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 4px solid #FFFFFF;
  border-radius: 20px;
  margin: 40px auto;
  padding: 40px 80px;
  max-width: 1200px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.mobile-app-content {
  padding: 0;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
}

.mobile-app-title {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 135%;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.mobile-app-features {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
}

.mobile-app-features li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 135%;
  letter-spacing: 0;
}

.feature-icon {
  width: 36px;
  height: 36px;
  margin-right: 18px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.app-download-buttons {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

.app-store-btn,
.google-play-btn {
  display: inline-block;
  transition: transform 0.3s ease;
}

.app-store-btn:hover,
.google-play-btn:hover {
  transform: translateY(-3px);
}

.app-store-btn img,
.google-play-btn img {
  height: 60px;
  width: auto;
  display: block;
}

.mobile-app-mockup {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}

.app-mockup-image {
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 700px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .IN-mobile-app {
    padding: 80px 0;
  }

  .mobile-app-box {
    margin: 30px auto;
    padding: 50px 30px;
  }

  .mobile-app-content {
    padding: 15px 0;
    text-align: center;
  }

  .mobile-app-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .mobile-app-features {
    margin-bottom: 50px;
  }

  .mobile-app-features li {
    font-size: 18px;
    justify-content: center;
    margin-bottom: 18px;
  }

  .app-download-buttons {
    justify-content: center;
  }

  .app-store-btn img,
  .google-play-btn img {
    height: 55px;
  }

  .mobile-app-mockup {
    margin-top: 40px;
    padding: 30px 15px;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .IN-mobile-app {
    padding: 60px 15px;
  }

  .mobile-app-box {
    margin: 20px auto;
    padding: 40px 20px;
  }

  .mobile-app-content {
    padding: 10px 0;
  }

  .mobile-app-mockup {
    justify-content: center;
    padding: 20px 0;
  }

  .mobile-app-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .mobile-app-features {
    margin-bottom: 30px;
  }

  .mobile-app-features li {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .app-download-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .app-store-btn img,
  .google-play-btn img {
    height: 45px;
  }
}

.IN-retirment-plans {
  padding-top: 60px;
  padding-bottom: 60px;
}

.IN-retirment-plans {
  overflow: hidden;
}

.IN-retirment-plans .plan-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  min-height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  line-height: 1.5;
  flex-shrink: 0;
}

.IN-retirment-plans .slick-slide {
  padding: 32px 12px;
  text-align: center;
}

/* Retirement Plans Continuous Scrolling Animation */
.retirement-plans-scroll-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.retirement-plans-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.retirement-plans-scroll-track {
  display: flex;
  gap: 20px;
  width: fit-content;
  animation: scroll-horizontal-plans 50s linear infinite;
  will-change: transform;
}

.retirement-plans-scroll-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-horizontal-plans {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .retirement-plans-scroll-track {
    gap: 16px;
    animation-duration: 40s;
  }
}

.IN-team {
  position: relative;
}

.IN-team .details-block {
  margin-top: -87px;
}

.IN-team .details-block .img-box,
.IN-team .details-block .IN-details-box {
  border: 1px solid #003C66;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  line-height: 1.5;
}

.IN-team .details-block .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.IN-team .team-ifo-block {
  padding-top: 80px;
  padding-bottom: 30px;
  background: url("../images/faq/faq-bg-left.svg") no-repeat top left, url("../images/faq/faq-bg-right.svg") no-repeat bottom right;
}

.IN-team .team-ifo-block .team-box {
  background: #FFFFFF;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.08);
  border: 1px solid #003C66;
  border-radius: 40px;
  padding: 40px 80px;
}

.IN-team .team-ifo-block .team-box .gx-5 {
  --bs-gutter-x: 138px;
}

.IN-team .team-ifo-block .team-box .member-box {
  position: relative;
  background: #FFFFFF;
  box-shadow: -39px 40px 33px rgba(0, 0, 0, 0.01), -17px 18px 25px rgba(0, 0, 0, 0.02), -4px 4px 14px rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  border: 1px solid #0095FF;
  padding: 20px;
}

.IN-team .team-ifo-block .team-box .member-box .text-black {
  color: #000;
  line-height: 140%;
}

.IN-team .team-ifo-block .team-box .member-box .member-title {
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  border-radius: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #F2FAFF;
  padding: 20px;
}

.IN-team .team-ifo-block .team-box .member-box .member-title span {
  font-weight: 600;
  font-size: 16px;
}

.IN-team .team-ifo-block .team-box .member-box .member-img {
  height: 136px;
  position: absolute;
  bottom: -1px;
  right: -58px;
}

.IN-intent {
  padding-top: 50px;
  padding-bottom: 100px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .IN-intent .g-md-5 {
    --bs-gutter-y: 40px;
  }
}

.IN-intent {
  padding-top: 50px;
  padding-bottom: 100px;
}

.IN-intent .intent-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #0095FF;
  border-radius: 24px;
  height: 271px;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}

.IN-intent .intent-box div {
  position: relative;
  z-index: 2;
}

.IN-intent .intent-box::before {
  content: "";
  display: block;
  position: absolute;
  right: calc(50% - 40px);
  top: calc(50% - 40px);
  height: 80px;
  width: 80px;
  border-radius: 20px;
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  opacity: 0;
  transition: width 0.4s ease-out, height 0.4s ease-out, right 0.4s ease-out, top 0.4s ease-out, opacity 0.5s ease-out;
}

.IN-intent .intent-box.big::before {
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  transition: width 0.4s ease-out, height 0.4s ease-out, right 0.4s ease-out, top 0.4s ease-out, opacity 0.5s ease-out;
}

.IN-intent .intent-box .text-gradient {
  transition: all 0.3s ease-in-out;
}

.IN-intent .intent-box:hover {
  color: #fff;
}

.IN-intent .intent-box:hover::before {
  top: 0;
  right: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
}

.IN-intent .intent-box:hover .text-gradient {
  -webkit-text-fill-color: #fff;
  background: transparent;
  color: #fff;
}

.IN-pension-cards {
  padding-top: 40px;
  padding-bottom: 75px;
  /* .input-group {
      background: #FFFFFF;
      border-radius: 12px;
      border: 1px solid #DBDBDB;
      overflow: hidden;
      padding: 14px;

      .input-group-text,
      .form-control {
          background: transparent;
          border: 0;
          box-shadow: none !important;
          height: 25px;
          padding: 0;
          font-size: 18px;
          font-weight: 500;

          &::placeholder {
              color: #767676;
          }
      }

      .input-group-text {
          margin-right: 20px;
      }
  }*/
}

.IN-pension-cards .card {
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 4px rgba(136, 136, 136, 0.25);
  border-radius: 10.9578px;
}

.IN-pension-cards .card .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D7E7F9;
  border-radius: 12px;
}

.IN-pension-cards .card .card-body {
  padding: 0;
  line-height: 143%;
}

.IN-pension-cards .card .card-body .font-big {
  color: #252B37;
  line-height: 140%;
}

.IN-pension-cards .card .card-body .tag {
  font-weight: 500;
  font-size: 12px;
  color: #0CA8FF;
  background: #E5F6FF;
  border-radius: 23px;
  padding: 8px 10px;
  border: 0;
}

.IN-pension-cards .card .card-body ul {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #333333;
  padding-left: 14px;
}

.IN-pension-cards .card .card-body ul li::marker {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  border-radius: 1px;
}

.IN-pension-cards .card .card-footer {
  border: 0;
  background: transparent;
  padding: 0;
}

.IN-pension-cards .card .card-footer .btn-gradient-primary {
  background: linear-gradient(90deg, #006BEB 0%, #25A1DC 50%, #00948F 100%);
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  padding: 7px 10px;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.IN-pension-cards .card .card-footer .btn-gradient-primary img {
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.IN-pension-cards .card .card-footer .btn-gradient-primary:hover {
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
}

.IN-pension-cards .card .card-footer .btn-gradient-primary:hover img {
  margin-left: 20px;
}

.IN-pension-cards .card.big-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.IN-invest-steps {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media (min-width: 1200px) {
  .IN-invest-steps .gx-xl-5 {
    --bs-gutter-x: 40px;
  }
}

.IN-invest-steps .invest-step-box {
  padding: 20px;
  background: #E0F2FF;
  border-radius: 20px;
  height: 100%;
}

.IN-invest-steps .invest-step-box .text-gray {
  color: #909090 !important;
  line-height: 140%;
}

.IN-gold-catalogue {
  padding-top: 40px;
  padding-bottom: 40px;
}

.IN-gold-catalogue .nav-tabs {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #F4F4F4;
  border-radius: 12px;
  border: 0;
  padding: 0;
}

.IN-gold-catalogue .nav-tabs .nav-item:not(:last-child) {
  margin-right: 32px;
}

.IN-gold-catalogue .nav-tabs .nav-link {
  padding: 8.5px 13.5px;
  color: #4B72AE;
  font-size: 24px;
  line-height: 142%;
  font-weight: 400;
  min-width: 186px;
}

.IN-gold-catalogue .nav-tabs .nav-link.active {
  border: 0;
  background: #005B9B;
  font-weight: 400;
  color: #fff;
}

.IN-gold-catalogue .catalogue-card {
  padding: 12.9683px;
}

.IN-gold-catalogue .catalogue-card img {
  height: 224px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.IN-gold-catalogue .catalogue-card ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  list-style: none;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0;
}

.IN-gold-catalogue .catalogue-card ul li {
  color: #7B7B7B;
  line-height: 143%;
}

.IN-gold-catalogue .catalogue-card ul li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #7B7B7B;
}

.IN-certifications {
  padding-top: 86px;
  padding-bottom: 86px;
  line-height: 142%;
}

.IN-certifications .text-gray {
  color: #6E6E6E !important;
}

.IN-certifications .certify-img-block {
  position: relative;
}

.IN-certifications .certify-img-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 17.68px;
  background: rgba(0, 0, 0, 0.53);
}

.IN-certifications .certify-img-block .block-img {
  height: 204px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 17.68px;
}

.IN-certifications .certify-img-block .content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.IN-certifications .certify-img-block .content .IN-title {
  font-weight: 500;
  font-size: 35.3538px;
  line-height: 120%;
}

.IN-certifications .certify-img-block .content h3 {
  font-size: 29.4615px;
  line-height: 140%;
  margin-bottom: 0;
}

.IN-feature-product {
  padding-top: 59px;
  padding-bottom: 59px;
  box-shadow: 0px 3px 4px rgba(170, 169, 169, 0.25);
  line-height: 140%;
}

.IN-feature-product .text-gray {
  color: #7B7B7B;
}

.IN-feature-product .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0EEED;
  border-radius: 20px;
  padding: 16px;
  height: 100%;
}

.IN-feature-product .feature-badge {
  background: linear-gradient(276.53deg, #FFDF8C 45.12%, #FFCF53 71.75%, #FFBF19 98.38%);
  border-radius: 30px;
  padding: 8.5px 14.5px;
  font-size: 18px;
  line-height: 140%;
  color: #005B9B;
  width: -moz-fit-content;
  width: fit-content;
}

.IN-feature-product h2 {
  line-height: 120%;
}

.IN-feature-product .tag {
  min-width: 81px;
  padding: 8.5px 11.5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  border: 0;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
}

.IN-feature-product .tag.tag-warning {
  background: #FEF9C3;
  color: #CC8E00;
}

.IN-feature-product .tag.tag-danger {
  background: #FFEBEB;
  color: #DE0101;
}

.IN-feature-product .tag.tag-primary {
  background: #DBEAFE;
  color: #4273D5;
}

.IN-feature-product .tag.tag-success {
  background: #DCFCE7;
  color: #00B73F;
}

.IN-feature-product .rate i {
  color: #FFBF19;
}

.IN-feature-product .rate span {
  margin-left: 13px;
}

.IN-feature-product .IN-title {
  font-size: 35px;
}

.IN-why-gold {
  padding-top: 60px;
  padding-bottom: 60px;
}

.IN-why-gold .card {
  padding: 30px;
}

.IN-why-gold .card .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73.06px;
  height: 73.06px;
  background: #E5EAE8;
  border-radius: 50%;
  margin: 0 auto 13px auto;
}

.IN-sell-gold {
  padding-top: 56px;
  padding-bottom: 56px;
}

.IN-sell-gold h3 {
  font-size: 22px;
}

.IN-sell-gold .card {
  border: 0;
  box-shadow: none;
}

.IN-sell-gold .card .card-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73.06px;
  height: 73.06px;
  background: #005B9B;
  border-radius: 50%;
  margin: 0 auto 13px auto;
  font-weight: 600;
  font-size: 26px;
  line-height: 108%;
  color: #FFFFFF;
}

.IN-gold-guide {
  padding-bottom: 130px;
}

.IN-gold-guide .card {
  padding: 37px 30px;
  height: 100%;
}

.IN-gold-guide .card img {
  width: 59px;
}

.IN-terms a {
  color: #005B9B;
}

.IN-terms .content-box {
  background: #fff;
  border: 1px solid #000000;
  filter: drop-shadow(2px 1px 10px rgba(0, 0, 0, 0.25));
  border-radius: 16px;
  padding: 24px;
  line-height: 150%;
  color: #242424;
}

.IN-terms .content-box ul {
  margin-bottom: 0;
}

.IN-pension-basic {
  line-height: 144%;
}

.IN-pension-basic .IN-title {
  color: #161616;
}

.IN-pension-basic .table-responsive.border-gray tbody tr:last-child td {
  border: 0;
  box-shadow: none;
}

.IN-pension-basic ul li:not(:last-child),
.IN-pension-basic ol li:not(:last-child) {
  margin-bottom: 5px;
}

.IN-safestox-intro {
  padding-top: 80px;
  padding-bottom: 240px;
  background: url("../images/safestox/bg-left-top.png") no-repeat left top, url("../images/safestox/bg-right-bottom.png") no-repeat right bottom;
}

.IN-safestox-intro .intro-box {
  background: linear-gradient(171.56deg, rgba(0, 149, 255, 0.1) -11.58%, rgba(0, 60, 102, 0.1) 100.16%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 60px 80px;
  line-height: 144%;
  color: #181800;
}

.IN-safestox-intro .intro-box .circle-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 246px;
  width: 246px;
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 0 auto;
}

.IN-safestox-about {
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  padding-bottom: 80px;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  color: #F2FAFF;
}

.IN-safestox-about .rating-box {
  position: relative;
  background: linear-gradient(93.84deg, rgba(255, 153, 0, 0.8) 1.54%, rgba(222, 1, 1, 0.8) 94.87%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 32px;
  line-height: 140%;
  top: -119px;
}

.IN-safestox-about .rating-box ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.IN-safestox-about .rating-box ul li {
  position: relative;
  display: flex;
  font-weight: 500;
  font-size: 22px;
  line-height: 144%;
}

.IN-safestox-about .rating-box ul li:not(:last-child) {
  margin-bottom: 20px;
}

.IN-safestox-about .rating-box ul li::before {
  content: "";
  display: block;
  margin-top: 2px;
  width: 20px;
  height: 28px;
  background: url("../images/safestox/star-white-img.svg") no-repeat center center;
}

.IN-safestox-about .rating-box ul li div {
  flex: 1 0 0;
  padding-left: 16px;
}

.IN-safestox-about .content {
  margin-top: -120px;
}

.IN-safestox-about h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 144%;
  max-width: 1253px;
  margin: 0 auto;
}

.IN-safestox-financial .rating-box {
  max-width: 1360px;
  margin: 80px 0 80px auto;
  padding: 55px 90px;
  background: #F2FAFF;
  box-shadow: 0px 0px 16px rgba(0, 91, 155, 0.18);
  border-radius: 160px 0px 0px 160px;
  overflow: hidden;
}

.IN-safestox-financial .rating-box h3 {
  line-height: 150%;
}

.IN-safestox-financial .rating-box .rate-step {
  padding: 12px 28px;
  font-weight: 500;
  font-size: 24px;
  line-height: 144%;
  border-radius: 330px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s ease-in-out;
}

.IN-safestox-financial .rating-box .rate-step span {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
}

.IN-safestox-financial .rating-box .rate-step.success {
  background: rgba(0, 157, 47, 0.122);
  transform: translateX(calc(100% + 60px));
}

.IN-safestox-financial .rating-box .rate-step.success span {
  color: #009D2F;
}

.IN-safestox-financial .rating-box .rate-step.warning {
  background: rgba(255, 153, 0, 0.122);
  transform: translateX(calc(100% + 80px));
}

.IN-safestox-financial .rating-box .rate-step.warning span {
  color: #FF9900;
}

.IN-safestox-financial .rating-box .rate-step.danger {
  background: rgba(222, 1, 1, 0.122);
  transform: translateX(calc(100% + 100px));
}

.IN-safestox-financial .rating-box .rate-step.danger span {
  color: #DE0101;
}

@media (min-width: 992px) {
  .IN-safestox-financial .rating-box.active .rate-step {
    transform: translateX(60px) !important;
  }

  .IN-safestox-financial .rating-box.active .rate-step:nth-child(1) {
    transition-delay: 0s;
  }

  .IN-safestox-financial .rating-box.active .rate-step:nth-child(2) {
    transition-delay: 0.15s;
  }

  .IN-safestox-financial .rating-box.active .rate-step:nth-child(3) {
    transition-delay: 0.3s;
  }
}

.IN-safestox-financial .value-list {
  display: flex;
  list-style-type: none;
  list-style: none;
  padding: 0;
}

.IN-safestox-financial .value-list li {
  flex: 1 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.IN-safestox-financial .value-list li img {
  margin-right: 10px;
}

.IN-safestox-financial .value-list li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.251);
}

.IN-safestox-financial .financial-products {
  background: url("../images/safestox/financial-bg.png") no-repeat center top;
  background-size: 100% 100%;
  padding-top: 34px;
  padding-bottom: 94px;
}

.IN-safestox-financial .financial-products .product-box {
  margin-top: 45px;
  border: 1px solid #A0A0A0;
  border-radius: 8px;
  height: calc(100% - 45px);
}

.IN-safestox-financial .financial-products .product-box .box-head {
  height: 64px;
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  border-radius: 8px 8px 0 0;
}

.IN-safestox-financial .financial-products .product-box .box-head .box-icon {
  position: relative;
  width: 91.31px;
  height: 91.31px;
  border-radius: 50%;
  background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  top: -45px;
}

.IN-safestox-financial .financial-products .product-box .box-head .box-icon::before {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  border-radius: 50%;
  background: #FEFEFE;
}

.IN-safestox-financial .financial-products .product-box .box-head .box-icon img {
  z-index: 2;
  position: relative;
}

.IN-safestox-financial .financial-products .product-box .box-body {
  background: #fff;
  height: calc(100% - 64px);
  border-radius: 0 0 8px 8px;
  padding: 25px 18px;
}

.IN-safestox-financial .financial-products .product-box .box-body ul {
  margin: 0;
  padding-left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
}

.IN-safestox-how-works {
  line-height: 150%;
}

.IN-safestox-how-works .disclaimer-box {
  background: #F2FAFF;
  border-radius: 16px;
  padding: 32px;
  line-height: 133%;
}

footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url("../images/general/footer-bg-left.svg") no-repeat bottom left, url("../images/general/footer-bg-right.svg") no-repeat bottom right;
}

footer .container {
  max-width: 1130px;
}

footer .title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0A142F;
}

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

footer ul li {
  margin-bottom: 8px;
}

footer ul li a {
  line-height: 140%;
  color: #0A142F;
}

footer .contact-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 188%;
  text-decoration: underline !important;
}

footer .note {
  line-height: 22px;
  margin-bottom: 64px;
}

footer .copyright {
  text-decoration: underline;
  font-size: 14px;
  color: #0A142F;
}

footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 32.48px;
  border: 1px solid rgba(10, 20, 47, 0.25);
  border-radius: 19.5px;
  transition: all 0.3s ease-in-out;
}

footer .social-links a:not(:last-child) {
  margin-right: 14px;
}

footer .social-links a:hover {
  transform: scale(1.2);
  background: linear-gradient(276.53deg, #FFDF8C 45.12%, #FFCF53 71.75%, #FFBF19 98.38%);
  border-color: transparent;
}

/*** media query styles ****/
@media (max-width: 991.98px) {
  .navbar .navbar-toggler {
    border: 0;
    padding: 0;
  }

  .navbar .navbar-collapse {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 280px;
    height: 100%;
    padding: 16px;
    padding-top: 10px;
    background: #005B9B;
    box-shadow: rgba(149, 157, 165, 0.2) 6px 0px 24px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
  }

  .navbar .navbar-collapse.show {
    transform: translateX(0);
  }

  .navbar .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar .navbar-nav .nav-link {
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .navbar .navbar-nav .nav-link.text-gradient {
    -webkit-text-fill-color: #fff;
  }

  .navbar .navbar-nav .nav-link.btn-outline-primary {
    border: 0;
    padding: 15px 0;
    background: transparent;
  }

  .IN-hero .absolute-img {
    display: none;
  }

  .IN-hero h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .IN-hero .download-links img {
    height: 36px;
    width: auto;
  }

  .IN-use-guide .absolute-img-left {
    display: none;
  }

  .IN-calculator .white-box {
    background-image: none;
  }

  .IN-about-us .about-us-box {
    overflow: hidden;
    position: relative;
  }

  .IN-about-us .about-us-box .absolute-img {
    left: 43px;
    top: -9px;
    transform: rotate(45deg);
  }

  .IN-about-us .about-us-box .absolute-img img {
    max-height: 200px;
  }

  .IN-about-us .about-us-box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    right: -7px;
    height: 200px;
    width: 200px;
    background: url(../images/general/bg-img2.svg) no-repeat center center;
    background-size: 100% 100%;
    transform: rotateZ(209deg);
  }

  .IN-dashboard-img {
    padding-top: 75px;
  }

  .IN-investment-video {
    padding-bottom: 100px;
  }

  .IN-faq {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  footer {
    background-size: auto 25%, auto 50%;
  }

  .IN-baskets .nav-tabs .nav-link h3 {
    font-size: 24px;
  }

  .IN-contact-form .form-box h2 {
    font-size: 50px;
  }

  .IN-team .details-block .img-box,
  .IN-team .details-block .IN-details-box {
    font-size: 14px;
  }

  .IN-safestox-financial .rating-box {
    padding: 24px 16px;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
  }

  .IN-safestox-financial .rating-box .rate-step {
    margin: 0 auto;
    transform: translateX(0) !important;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 35px;
  }

  .IN-title {
    font-size: 26px;
  }

  .accordion .accordion-item {
    font-size: 16px;
  }

  .form-check .form-check-label {
    padding: 6px 16px;
  }

  .search-form {
    padding: 16px 24px;
  }

  .search-form .input-group-text {
    margin-right: 16px;
  }

  .search-form .form-control {
    font-size: 14px;
  }

  .IN-hero {
    text-align: center;
  }

  .IN-hero .content-box {
    position: relative;
    max-width: 100%;
    z-index: 3;
    color: #fff;
  }

  .IN-hero .content-box h2 {
    color: #fff;
  }

  .IN-hero .content-box h2 br {
    display: none;
  }

  .IN-hero .content-box .explore-box {
    justify-content: center;
  }

  .IN-hero .img {
    max-height: 400px;
  }

  .IN-hero .carousel .carousel-indicators {
    bottom: 15px;
  }

  .IN-hero .carousel .carousel-item {
    background: linear-gradient(171.56deg, #0095FF -11.58%, #003C66 100.16%);
  }

  .IN-hero .carousel .carousel-item .box {
    background-position: center bottom !important;
  }

  .IN-hero .carousel .carousel-item .box::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
  }

  .IN-use-guide .step {
    padding-bottom: 16px;
  }

  .IN-use-guide .step .step-number {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }

  .IN-use-guide .step::before,
  .IN-use-guide .step::after {
    left: 17px;
  }

  .IN-use-guide .step .step-content {
    margin-left: 16px;
    padding: 24px;
    font-size: 14px;
  }

  .IN-use-guide .step .step-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .IN-investment-video {
    background: #f9f9f9;
  }

  .IN-hero-inner {
    font-size: 20px;
  }

  .IN-hero-inner h1 {
    font-size: 40px;
  }

  .IN-team .team-ifo-block .team-box {
    padding: 40px 30px;
  }

  .IN-team .team-ifo-block .team-box .member-box .member-img {
    display: none;
  }

  .IN-gold-catalogue .nav-tabs .nav-link {
    font-size: 16px;
  }

  .IN-certifications .certify-img-block .content .IN-title {
    font-size: 26px;
  }

  .IN-certifications .certify-img-block .content h3 {
    font-size: 18px;
  }

  .IN-safestox-intro .intro-box {
    padding: 40px 16px;
  }

  .IN-safestox-intro .intro-box .font-big,
  .IN-safestox-intro .intro-box h3 {
    font-size: 16px;
  }

  .IN-safestox-intro .intro-box .circle-box {
    height: 200px;
    width: 200px;
    font-size: 20px;
  }

  .IN-safestox-about h3 {
    font-size: 16px;
    text-align: center;
  }

  .IN-safestox-about .rating-box ul li {
    font-size: 16px;
  }

  .IN-safestox-financial h3 {
    font-size: 18px;
  }

  .IN-safestox-financial .rating-box .rate-step {
    font-size: 16px;
  }

  .IN-safestox-financial .rating-box .rate-step span {
    font-size: 20px;
  }

  .IN-safestox-financial .value-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .IN-safestox-financial .value-list li {
    font-size: 16px;
    margin-bottom: 15px;
    border: 0 !important;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .font-medium {
    font-size: 16px;
  }

  .font-big {
    font-size: 18px;
  }

  .form-label {
    font-size: 14px;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
  }

  .IN-about-us .about-us-box {
    height: auto;
    padding: 30px;
  }

  .IN-about-us .about-us-box .swiper-slide {
    padding: 15px 20px;
  }

  .IN-calculator .calculator-box {
    padding: 30px 20px;
  }

  .IN-calculator .calculator-box .label-text {
    font-size: 14px;
  }

  .IN-hero-inner {
    font-size: 16px;
  }

  .IN-hero-inner h1 {
    font-size: 35px;
  }

  .IN-plan-cards .plan-box .card .btn {
    font-size: 16px;
  }

  .contact-info-box h3 {
    font-size: 20px;
  }

  .IN-contact-form .form-box h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .IN-safestox-intro {
    padding-top: 40px;
    padding-bottom: 200px;
  }

  .IN-safestox-intro .intro-box .circle-box {
    height: 150px;
    width: 150px;
    font-size: 16px;
  }

  .IN-safestox-about h3 {
    font-size: 16px;
    text-align: center;
  }

  .IN-safestox-about .rating-box ul li {
    font-size: 14px;
  }

  .IN-safestox-about .rating-box ul li::before {
    display: none;
  }

  .IN-safestox-about .rating-box ul li div {
    padding-left: 0;
  }

  .IN-safestox-financial .financial-products {
    background: transparent;
  }

  .IN-safestox-financial .financial-products .product-box {
    margin-top: 34px;
    height: auto;
    border-color: #e8e7e7;
  }

  .IN-safestox-financial .financial-products .product-box .box-head {
    height: 50px;
  }

  .IN-safestox-financial .financial-products .product-box .box-head .box-icon {
    width: 70px;
    height: 70px;
    top: -33px;
    padding: 16px;
  }

  .IN-safestox-financial .financial-products .product-box .box-head .box-icon::before {
    width: 55px;
    height: 55px;
  }

  .IN-safestox-how-works .disclaimer-box {
    padding: 30px 16px;
  }

  .IN-safestox-how-works .disclaimer-box .font-medium {
    font-size: 12px;
  }
}

/*** Portfolio Section Styles ***/
.portfolio-main-heading {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.pension-info-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  margin-bottom: 20px;
}

.pension-info-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #3D3434;
  margin-bottom: 32px;
}

.investment-basket-note {
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  text-align: center;
  line-height: 140%;
  margin-top: 20px;
}

.pension-plans-disclaimer {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 140%;
  margin-bottom: 24px;
}

.pension-plans-risk-disclaimer {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #858585;
  line-height: 140%;
}

/*** Auto-scrolling Tag Box Animation ***/
.tag-box-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.tag-box.auto-scroll {
  display: flex;
  gap: 8px;
  animation: scroll-left 30s linear infinite;
  width: max-content;
}

.tag-box.auto-scroll .tag {
  flex-shrink: 0;
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=style.css.map */