@charset "UTF-8";
@import "../css/vendor/css/bootstrap.min.css";
::-moz-selection {
  color: white;
  background-color: #D40E14;
}
::selection {
  color: white;
  background-color: #D40E14;
}

* {
  font-family: "Maison Neue" !important;
}

html, body {
  overflow-x: hidden !important;
  font-family: "Maison Neue" !important;
}

@media only screen and (max-width: 1660px) {
  .container:has(.main-packages-table) {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .container:has(.main-packages-table)::-webkit-scrollbar {
    width: 5px;
  }
  .container:has(.main-packages-table)::-webkit-scrollbar-thumb {
    padding: 10px;
    background: #4e4e4e;
    border-radius: 50px;
    border: solid 3px #FFF;
  }
}
img[src*=".svg"] {
  opacity: 0;
  visibility: hidden;
}
img[src*=".svg"].no-convert {
  opacity: 1;
  visibility: visible;
}

.iti__flag {
  background-image: url("../images/repository/flags.png") !important;
}

.iti__selected-flag {
  background: none !important;
  padding: 0 0 0 8px;
}

.iti {
  display: block !important;
}

#header.sticky {
  top: 0;
  left: 0;
  right: 0;
  position: sticky;
  z-index: 1002;
}
#header.sticky a.nav-link {
  font-size: 17px;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 599px) {
  .holder {
    overflow-x: hidden;
  }
}

.see-more-btn {
  color: black;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
  background-color: #F3EEEE;
  padding: 17px 30px;
  font-size: 14px;
  border-radius: 15px;
  cursor: pointer;
  border: none;
  box-shadow: none;
  transition: all 0.2s ease;
}
.see-more-btn:hover {
  background-color: #F3EEEE;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2078431373);
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  border-radius: 10px;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  h1 {
    margin: 30px auto;
    font-size: 30px;
  }
}

.container {
  max-width: 1504px !important;
}

.subtitle {
  font-size: 34px;
  font-weight: 700;
  margin: 50px 0px;
}
@media screen and (max-width: 599px) {
  .subtitle {
    margin: 0px 0px 30px;
    font-size: 28px;
  }
}

.row {
  --bs-gutter-x: 0 !important;
}

.rich-description p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 60px;
  color: #666666;
}

.left-side-text {
  background-color: #4C9380;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-side-text .card-title {
  color: white;
  font-size: 60px;
  font-weight: bolder;
}
.left-side-text .card-body {
  flex: unset;
  color: white;
  font-size: 18px;
}
.left-side-text .card-body .custom-button {
  width: 138px;
  height: 55px;
  border-radius: 13px;
  color: #4C9380;
  border: none;
  font-size: 18px;
  color: #fc0;
}

.banner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-container::after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.16) 63%, rgba(0, 0, 0, 0) 100%), rgba(211, 211, 211, 0) 100%/cover no-repeat;
  width: 100%;
  height: 20%;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .banner-container::after {
    height: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.3) 13%, rgba(0, 0, 0, 0) 33%), rgba(0, 0, 0, 0.29) 50%/cover no-repeat;
  }
}
@media screen and (max-width: 599px) {
  .banner-container {
    height: calc(var(--vh, 1vh) * 60);
    margin-top: var(--header-height);
  }
}
.banner-container:has(.homepage-video) .volume {
  display: block;
}
@media screen and (max-width: 599px) {
  .banner-container:has(.homepage-video) .volume {
    top: 90%;
    right: 40px;
    position: absolute;
  }
}
.banner-container:has(.homepage-video) .for-video {
  display: flex !important;
  z-index: 25;
}
.banner-container .home-slider {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
.banner-container .home-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-container .home-slider .swiper-slide::after {
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2078431373);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .banner-container .home-slider .swiper-slide .homepage-video {
    height: calc(var(--vh, 1vh) * 60);
  }
}
.banner-container .home-slider .swiper-slide .container {
  position: relative;
  z-index: 9999;
}
.banner-container .home-slider .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-container .home-slider .swiper-button-prev, .banner-container .home-slider .swiper-button-next {
  --swiper-navigation-sides-offset: 40px;
  --swiper-navigation-size: 34px !important;
}
.banner-container .home-slider .swiper-button-next:after, .banner-container .home-slider .swiper-button-prev:after {
  color: white;
}
.banner-container .home-slider .swiper-pagination {
  top: 40%;
  right: var(--swiper-pagination-right, 38px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
@media screen and (max-width: 599px) {
  .banner-container .home-slider .swiper-pagination {
    top: unset;
    right: 49%;
    rotate: -90deg;
    bottom: 62px;
    transform: translate(0, 0%);
  }
}
.banner-container .home-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  transition: all 0.3s ease-in-out;
}
.banner-container .home-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 10px;
}
.banner-container .home-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #FFF;
}
.banner-container .homepage-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 25;
}
.banner-container .volume {
  position: absolute;
  z-index: 25;
  right: 100px;
  bottom: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .banner-container .volume {
    top: 125px;
    right: 50px;
  }
}
.banner-container .volume .hidden {
  visibility: hidden;
  opacity: 0;
}
.banner-container .volume .volume-1, .banner-container .volume .mute {
  visibility: visible; /* Default state */
  opacity: 1;
}
.banner-container .volume svg {
  width: 24px; /* adjust as needed */
  height: 24px; /* adjust as needed */
  position: absolute;
}
.banner-container .volume svg {
  stroke: white;
}
.banner-container .banner-img {
  height: 100vh;
  position: relative;
}
.banner-container .banner-img::after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.16) 13%, rgba(0, 0, 0, 0) 33%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .banner-container .banner-img::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.3) 13%, rgba(0, 0, 0, 0) 33%), rgba(0, 0, 0, 0.29) 50%/cover no-repeat;
  }
}
.banner-container .banner-img img {
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .banner-container .banner-img img {
    max-height: 100%;
  }
}
.banner-container .banner-content {
  gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 300px;
  z-index: 11;
  position: relative;
}
.banner-container .banner-content.for-video {
  display: none;
}
@media screen and (max-width: 599px) {
  .banner-container .banner-content {
    gap: 10px;
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .banner-container .banner-content {
    gap: 10px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner-container .banner-content {
    gap: 10px;
    margin-top: 100px;
  }
}
.banner-container .banner-content .banner-title {
  width: 70%;
  font-size: 80px;
  font-weight: 700;
  color: white;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .banner-container .banner-content .banner-title {
    margin-top: 0;
    width: 100%;
    font-size: 31px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .banner-container .banner-content .banner-title {
    margin-top: 0;
    width: 100%;
    font-size: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner-container .banner-content .banner-title {
    margin-top: 0;
    width: 100%;
    font-size: 48px;
  }
}
.banner-container .banner-content .banner-text {
  font-size: 30px;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .banner-container .banner-content .banner-text {
    font-size: 21px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .banner-container .banner-content .banner-text {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner-container .banner-content .banner-text {
    font-size: 28px;
  }
}
.banner-container .banner-content .banner-button {
  color: black;
  padding: 18px 40px;
  border: 1px solid black;
  font-size: 25px;
  font-weight: 500;
  border-radius: 15px;
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out;
}
.banner-container .banner-content .banner-button:hover {
  border-color: #cdcdcd;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.41);
}
@media screen and (max-width: 599px) {
  .banner-container .banner-content .banner-button {
    padding: 12px 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .banner-container .banner-content .banner-button {
    padding: 12px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner-container .banner-content .banner-button {
    padding: 12px 30px;
  }
}
.banner-container .scroll-down {
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  color: white;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  z-index: 11;
}
@media screen and (max-width: 599px) {
  .banner-container .scroll-down {
    bottom: 0;
  }
  .banner-container .scroll-down img,
  .banner-container .scroll-down svg {
    width: 28px;
    height: auto;
  }
}
.banner-container .scroll-down img,
.banner-container .scroll-down svg {
  margin-bottom: 10px;
}

.card-wrapper {
  padding: 100px 0px;
}
@media screen and (max-width: 599px) {
  .card-wrapper {
    padding: 15px 0 30px 0;
  }
  .card-wrapper .card-holder {
    display: flex;
    flex-direction: column !important;
    gap: 15px;
  }
  .card-wrapper .card-holder .card-item {
    display: flex;
    width: 100%;
  }
  .card-wrapper .card-holder .card-item .card {
    display: flex;
    flex-direction: column;
    min-height: 300px;
  }
  .card-wrapper .card-holder .card-item .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 20px;
  }
  .card-wrapper .card-holder .card-item .card-title {
    font-size: 22px !important;
  }
  .card-wrapper .card-holder .card-item .card-text {
    font-size: 16px !important;
  }
  .card-wrapper .card-holder .card-item .lottie-container {
    width: 90px;
  }
}
.card-wrapper .card-holder .card-item {
  display: flex;
}
.card-wrapper .card-holder .card-item .card {
  border: none;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card-wrapper .card-holder .card-item .card {
    width: 100% !important;
  }
}
.card-wrapper .card-holder .card-item:first-child .card {
  background-color: #CCD8E2;
}
.card-wrapper .card-holder .card-item:nth-child(2) .card {
  background-color: #F6EADE;
}
.card-wrapper .card-holder .card-item:nth-child(3) .card {
  background-color: #E9D1D2;
}
.card-wrapper .card-holder .card-item:first-child:hover .card {
  background-color: #b4cde2;
}
.card-wrapper .card-holder .card-item:nth-child(2):hover .card {
  background-color: #f3dfcc;
}
.card-wrapper .card-holder .card-item:nth-child(3):hover .card {
  background-color: #f5c5c7;
}
.card-wrapper .card-holder .card-item .card-title {
  font-size: 30px;
  font-weight: 700;
}
.card-wrapper .card-holder .card-item .card-body {
  padding: 35px;
  display: flex;
  flex-direction: column;
}
.card-wrapper .card-holder .card-item .card-text {
  color: #6f7374;
  font-size: 18px;
  font-weight: 400;
}
.card-wrapper .card-holder .card-item .canvas-wrapper {
  display: flex;
  margin-top: auto;
  justify-content: end;
}
.card-wrapper .card-holder .card-item .canvas-wrapper .lottie-container {
  height: auto;
}

.alt-section {
  flex-direction: row-reverse;
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .alt-section {
    flex-direction: column;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .section-wrapper {
    height: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  .section-wrapper {
    height: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  .section-wrapper {
    overflow: hidden;
  }
}
.section-wrapper:has(.lottie-container) .content-wrapper {
  padding: 100px 100px;
}
.section-wrapper:has(.video-play) .content-wrapper {
  padding: 100px 150px !important;
}
@media screen and (max-width: 599px) {
  .section-wrapper:has(.video-play) .content-wrapper {
    padding: 30px !important;
  }
}
.section-wrapper.video-play {
  height: auto !important;
}
.section-wrapper:has(.video-play-big) .content-wrapper {
  padding: 150px 150px !important;
}
@media screen and (max-width: 599px) {
  .section-wrapper:has(.video-play-big) .content-wrapper {
    padding: 30px !important;
  }
}
.section-wrapper.video-play-big {
  height: auto !important;
}
.section-wrapper.flex-row-reverse:has(.video-play) {
  height: auto !important;
}
.section-wrapper.flex-row-reverse:has(.video-play) .content-wrapper {
  padding: 100px 100px 100px 0 !important;
}
@media screen and (max-width: 599px) {
  .section-wrapper.flex-row-reverse:has(.video-play) .content-wrapper {
    padding: 30px !important;
  }
}
.section-wrapper .image {
  display: flex;
  overflow: hidden;
}
.section-wrapper .image:has(#lottie-container) {
  display: inline !important;
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .section-wrapper .image {
    height: 350px !important;
  }
}
@media screen and (max-width: 599px) {
  .section-wrapper .image {
    height: 350px !important;
  }
}
.section-wrapper .image.background-image {
  background-image: var(--background-image);
  background-size: cover;
  height: auto;
  min-height: 700px;
  background-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-wrapper .image.background-image {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .section-wrapper .image.background-image {
    min-height: 350px !important;
  }
}
@media screen and (max-width: 599px) {
  .section-wrapper .image.background-image {
    min-height: 350px !important;
  }
}
.section-wrapper .image.w-blur {
  position: relative;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .section-wrapper .image.w-blur {
    min-height: 100%;
    max-height: 100%;
    height: 540px !important;
  }
}
.section-wrapper .image.w-blur .blur {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .section-wrapper .image.w-blur .blur {
    padding: 10px;
  }
}
.section-wrapper .image.w-blur .blur img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 599px) {
  .section-wrapper .image.w-blur .blur img {
    width: 150px;
  }
}
.section-wrapper .image.w-blur .blur .content {
  gap: 20px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-self: stretch;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.29);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
}
@media screen and (max-width: 599px) {
  .section-wrapper .image.w-blur .blur .content {
    padding: 30px;
  }
}
.section-wrapper .image.w-blur .blur .content .title {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 32.5px */
}
.section-wrapper .image.w-blur .blur .content p {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 0;
}
.section-wrapper .image.video-play {
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .section-wrapper .image.video-play {
    margin-top: 40px;
    height: auto !important;
    padding: 0 0 0 0;
  }
}
.section-wrapper .image.video-play video {
  border-radius: 30px;
}
.section-wrapper .image.video-play-big {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .section-wrapper .image.video-play-big {
    height: auto !important;
  }
}
.section-wrapper .image.video-play-big video {
  border-radius: 0px;
}
.section-wrapper .image.all-cards {
  height: 720px;
  transition: all 0.3s ease-in-out;
  background: var(--radi, radial-gradient(50% 50% at 50% 50%, #BDDCEA 0%, #85AFC2 100%));
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-wrapper .image.all-cards {
    height: auto;
  }
}
.section-wrapper .image.all-cards img {
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: cover;
  object-fit: cover;
  translate: 0 130px;
  transition: all 0.3s ease-in-out;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}
.section-wrapper .image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-wrapper .image img {
    width: 100% !important;
  }
}
.section-wrapper.about-us {
  border-top: 1px solid #F4F4F4;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.section-wrapper.about-us:hover .image.all-cards img {
  transform: translateY(-30px);
  filter: drop-shadow(21px 24px 20px rgba(87, 146, 172, 0.41));
}
.section-wrapper.app {
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .section-wrapper.app {
    flex-direction: column-reverse;
  }
}
.section-wrapper.app .image.app-hand {
  background-color: #F4EADF;
  background-image: url(../images/repository/circles.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.section-wrapper.app .image.app-hand img {
  transition: all 0.4s ease-in-out;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.section-wrapper.app:hover .image.app-hand img {
  rotate: 8deg;
}
.section-wrapper.credit-cards {
  overflow: hidden;
  height: 720px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-wrapper.credit-cards {
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-wrapper.credit-cards {
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .section-wrapper.credit-cards {
    height: auto;
  }
}
.section-wrapper.credit-cards .image {
  background-color: #F3EEEE;
}
.section-wrapper.credit-cards .image img {
  width: 796px;
  height: 636px;
  top: 175px;
  right: 2vw;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(-7px 90px 30px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease-in-out;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (max-width: 599px) {
  .section-wrapper.credit-cards .image img {
    width: 336px;
    height: auto;
    right: 4vw;
  }
}
.section-wrapper.credit-cards .image.cards {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  flex-wrap: wrap-reverse;
  position: relative;
  background-image: url(../images/repository/bg-top-logo.svg);
  background-repeat: no-repeat;
}
.section-wrapper.credit-cards .image.cards .blue {
  position: relative;
  translate: -6px 68px;
}
@media screen and (max-width: 599px) {
  .section-wrapper.credit-cards .image.cards .blue {
    translate: 38px -40px;
  }
}
.section-wrapper.credit-cards .image.cards .green {
  position: absolute;
  background: transparent;
  translate: 80px -62px;
}
@media screen and (max-width: 599px) {
  .section-wrapper.credit-cards .image.cards .green {
    translate: 70px -92px;
  }
}
.section-wrapper.credit-cards .image.cards .red {
  position: absolute;
  translate: -80px 173px;
}
@media screen and (max-width: 599px) {
  .section-wrapper.credit-cards .image.cards .red {
    translate: 0 0;
  }
}
.section-wrapper.credit-cards:hover .image.cards .blue {
  translate: -77px 12px;
}
@media screen and (max-width: 599px) {
  .section-wrapper.credit-cards:hover .image.cards .blue {
    translate: 38px -40px;
  }
}
.section-wrapper.credit-cards:hover .image.cards .green {
  translate: 106px -92px;
}
@media screen and (max-width: 599px) {
  .section-wrapper.credit-cards:hover .image.cards .green {
    translate: 70px -92px;
  }
}
.section-wrapper.credit-cards:hover .image.cards .red {
  translate: -117px 200px;
}
@media screen and (max-width: 599px) {
  .section-wrapper.credit-cards:hover .image.cards .red {
    translate: 0 0;
  }
}
.section-wrapper .description {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .section-wrapper .description {
    position: relative;
  }
}
.section-wrapper .description.gray {
  background-color: #F4F4F4;
}
.section-wrapper .description .content-wrapper {
  padding: 100px 150px !important;
}
@media (max-width: 1525px) {
  .section-wrapper .description .content-wrapper {
    padding: 50px 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-wrapper .description .content-wrapper {
    padding: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .section-wrapper .description .content-wrapper {
    padding: 30px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .section-wrapper .description .content-wrapper {
    padding: 30px;
  }
}
.section-wrapper .description .content-wrapper ul {
  gap: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  --checked-image: url(../images/repository/checked-green.svg);
}
.section-wrapper .description .content-wrapper ul li {
  list-style: none;
  display: flex;
  position: relative;
  margin-left: 0;
  align-items: start;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%; /* 25px */
}
.section-wrapper .description .content-wrapper ul li * {
  display: contents;
}
@media screen and (max-width: 599px) {
  .section-wrapper .description .content-wrapper ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 115%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .section-wrapper .description .content-wrapper ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 115%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-wrapper .description .content-wrapper ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 115%;
  }
}
.section-wrapper .description .content-wrapper ul li::before {
  top: 5px;
  content: var(--checked-image);
  margin-right: 15px;
  position: relative;
  display: inline-block;
  mask-image: var(--checked-image);
  -webkit-mask-image: var(--checked-image);
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto;
          mask-size: auto;
  background-color: var(--checked-color);
}
.section-wrapper .description .content-wrapper.yellow {
  --checked-color: #D4A373;
}
.section-wrapper .description .content-wrapper.blue {
  --checked-color: #A0C0DB;
}
.section-wrapper .description .content-wrapper.red {
  --checked-color: #E4BABA;
}
.section-wrapper .description .content-wrapper.grass-green {
  --checked-color: #4C9380;
}
.section-wrapper .description .section-title {
  font-size: 39px;
  font-weight: 700;
}
@media (max-width: 1525px) {
  .section-wrapper .description .section-title {
    line-height: 34px;
    font-size: 36px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-wrapper .description .section-title {
    line-height: 130% !important;
    font-size: 30px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .section-wrapper .description .section-title {
    line-height: 130% !important;
    font-size: 26px !important;
  }
}
@media screen and (max-width: 599px) {
  .section-wrapper .description .section-title {
    line-height: 130% !important;
    font-size: 26px !important;
    margin-top: 0;
  }
}
.section-wrapper .description .green-title {
  color: #4C9380;
}
.section-wrapper .description .section-second-title {
  font-size: 30px;
  font-weight: 600;
}
.section-wrapper .description .section-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-wrapper .description .section-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #666666;
  text-align: justify !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-wrapper .description .section-description {
    line-height: 22px;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 599px) {
  .section-wrapper .description .section-description {
    text-align: justify;
  }
}
.section-wrapper .description .features-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 10px;
}
.section-wrapper .description .features-list ul li {
  display: flex;
  position: relative;
  margin-left: 0;
  align-items: center;
  list-style-type: none;
}
.section-wrapper .description .features-list ul li::before {
  top: 8px;
  content: url("../images/repository/checked.svg");
  margin-right: 10px;
  position: relative;
}
.section-wrapper .description .app-download-links {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .section-wrapper .description .app-download-links {
    display: flex;
  }
  .section-wrapper .description .app-download-links img, .section-wrapper .description .app-download-links svg {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .section-wrapper .description .app-download-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-wrapper .description .app-download-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.section-wrapper .description .see-more {
  border-radius: 15px;
  padding: 15px 25px;
  margin-top: 20px;
  margin-right: 30px;
  background-color: #191717;
  transition: all 0.2s ease-in-out;
}
.section-wrapper .description .see-more:hover {
  background-color: #191717;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-wrapper .description .see-more {
    border-radius: 15px;
    padding: 10px 25px;
    margin-top: 20px;
    margin-right: 30px;
  }
}

.save-world {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.save-world .description {
  background-color: #e3f1ec;
}
.save-world .description .content-wrapper {
  padding: 150px 200px 150px 150px;
}
@media screen and (max-width: 599px) {
  .save-world .description .content-wrapper {
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .save-world .description .content-wrapper {
    padding: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .save-world .description .content-wrapper {
    padding: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .save-world .description .content-wrapper {
    padding: 30px;
  }
}
.save-world .description .see-more {
  background-color: white;
  color: #4c9380;
  border: 1px solid #4c9380;
}
.save-world .description .see-more:hover {
  background-color: white;
  box-shadow: 0px 0px 0px 5px rgba(76, 147, 128, 0.2);
}
.save-world .save-the-planet {
  left: 0;
  right: 0;
  gap: 20px;
  bottom: 100px;
  border: none;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #4c9380;
  background-color: white;
  border-radius: 30px;
  padding: 20px;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
  .save-world .save-the-planet {
    bottom: -40px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .save-world .save-the-planet {
    bottom: -40px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .save-world .save-the-planet {
    left: unset;
    right: 35px;
  }
}
.save-world .save-the-planet img,
.save-world .save-the-planet svg {
  width: 55px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .save-world .save-the-planet img,
  .save-world .save-the-planet svg {
    width: 28px;
  }
}
.save-world .save-the-planet p {
  font-size: 28px;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .save-world .save-the-planet p {
    font-size: 20px;
  }
}
.save-world:hover .save-the-planet {
  translate: 0 -10px;
  box-shadow: 0px 44px 25px -40px rgba(0, 0, 0, 0.6);
}
.save-world:hover .save-the-planet img,
.save-world:hover .save-the-planet svg {
  rotate: 45deg;
}

.latest-news {
  margin: 60px 0;
}
.latest-news > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .latest-news {
    margin: 50px 0;
  }
}
.latest-news h1 {
  font-size: 39px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .latest-news h1 {
    margin: 0;
    font-size: 32px;
  }
}
.latest-news .latest-body {
  gap: 60px;
  margin: 57px 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news .latest-body {
    gap: 30px;
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .latest-news .latest-body {
    gap: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .latest-news .latest-body {
    gap: 30px;
    flex-direction: column;
  }
}
.latest-news .left-side {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0px 25px 0 0;
}
@media screen and (max-width: 599px) {
  .latest-news .left-side {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news .left-side {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .latest-news .left-side {
    padding: 0;
  }
}
.latest-news .left-side .card {
  border: none;
  border-radius: 50px;
  overflow: hidden;
  width: 650px;
}
@media screen and (max-width: 599px) {
  .latest-news .left-side .card {
    width: 100%;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news .left-side .card {
    width: 100%;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .latest-news .left-side .card {
    width: 100%;
    border-radius: 30px;
  }
}
.latest-news .left-side .card img {
  width: 100%;
}
.latest-news .left-side .card:hover .card-body img,
.latest-news .left-side .card:hover .card-body svg {
  translate: 0px 10px;
}
.latest-news .left-side .card img {
  height: 330px;
  min-height: 330px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .latest-news .left-side .card img {
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news .left-side .card img {
    height: 388px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .latest-news .left-side .card img {
    height: 388px;
  }
}
.latest-news .left-side .card .card-body {
  display: flex;
  background-color: #2d2d2d;
  color: white;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px;
  border-radius: 0px 0 30px 30px;
}
@media screen and (max-width: 599px) {
  .latest-news .left-side .card .card-body {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news .left-side .card .card-body {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .latest-news .left-side .card .card-body {
    padding: 30px;
  }
}
.latest-news .left-side .card .card-body .card-text {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  max-width: 70%;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .latest-news .left-side .card .card-body .card-text {
    font-size: 22px !important;
  }
}
.latest-news .left-side .card .card-body img,
.latest-news .left-side .card .card-body svg {
  translate: -10px 15px;
  transition: all 0.3s ease-in-out;
}
.latest-news .right-side {
  gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 25px;
}
@media screen and (max-width: 599px) {
  .latest-news .right-side {
    padding: 0;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news .right-side {
    padding: 0;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .latest-news .right-side {
    padding: 0;
    gap: 30px;
    width: 50%;
  }
}
.latest-news .right-side .card {
  border-radius: 20px;
  background-color: #f4f4f4;
  border: none;
}
.latest-news .right-side .card .card-container {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .latest-news .right-side .card .card-container {
    flex-direction: column;
  }
}
.latest-news .right-side .card .card-container .img-wrapper {
  display: flex;
  width: 220px;
  min-width: 220px;
  max-width: 220px;
}
@media screen and (max-width: 599px) {
  .latest-news .right-side .card .card-container .img-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.latest-news .right-side .card .card-container .img-wrapper img {
  width: 100%;
  max-width: 100%;
  height: 160px;
  min-height: 160px;
  max-height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .latest-news .right-side .card .card-container .img-wrapper img {
    width: 100%;
    max-width: 100%;
    height: 170px;
    min-height: 170px;
    max-height: 170px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .latest-news .right-side .card .card-container .img-wrapper img {
    width: 100%;
    max-width: 100%;
    height: 170px;
    min-height: 170px;
    max-height: 170px;
  }
}
.latest-news .right-side .card .card-container .card-body {
  padding: 30px 40px 30px 30px;
}
.latest-news .right-side .card .card-container .card-body .card-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px !important;
  color: #3d4148;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .latest-news .right-side .card .card-container .card-body .card-title {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.latest-news .right-side .card .card-container .card-body .card-text {
  font-weight: 400;
  margin: 0;
  font-size: 18px;
  color: #939393;
}
.latest-news .btn {
  font-size: 18px;
  border-radius: 15px;
  padding: 25px 35px;
  margin-top: 0;
  background-color: #191717;
  transition: all 0.2s ease-in-out;
}
.latest-news .btn:hover {
  background-color: #191717;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news .btn {
    border-radius: 15px;
    padding: 10px 25px;
    margin-top: 20px;
    margin-right: 30px;
  }
}

/* Package */
.dark-background {
  background-color: #DBDBDB;
}

.white-button .btn {
  color: #000;
  background-color: #FFF !important;
}
.white-button .btn:hover {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) !important;
}

.package-item {
  width: 100%;
  display: flex;
  padding: 20px;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  min-height: 458px;
  align-items: end;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .package-item {
    min-height: 350px;
  }
}
.package-item .img-wrapper {
  height: 66%;
  width: 100%;
}
.package-item::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #F6EADE;
  background: linear-gradient(180deg, rgba(246, 234, 222, 0) 45%, rgba(246, 234, 222, 0.91) 100%);
  position: absolute;
}
.package-item .package-title {
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  border-bottom: solid 2px white;
  padding: 15px 0;
  background-color: #FAE5D0;
}
@media screen and (max-width: 599px) {
  .package-item .package-title {
    font-size: 17px;
  }
}
.package-item .package-description {
  top: 75px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  position: absolute;
  font-weight: 500;
}
.package-item .package-price {
  left: 20px;
  width: 100%;
  bottom: 15px;
  z-index: 99;
  font-size: 30px;
  position: absolute;
  line-height: 75%;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
}
.package-item .package-price span {
  font-size: 20px;
  font-weight: 500;
}
.package-item.soft-pink .package-title {
  background-color: #EDE4E4;
}
.package-item.soft-pink::after {
  background: linear-gradient(180deg, rgba(237, 228, 228, 0) 45%, rgba(237, 228, 228, 0.95) 100%);
}
.package-item.soft-green .package-title {
  background-color: #AADECE;
}
.package-item.soft-green::after {
  background: linear-gradient(180deg, rgba(194, 226, 216, 0) 45%, rgba(194, 226, 216, 0.91) 100%);
}
.package-item.dark-background .package-title {
  background-color: #606060;
  color: white;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package-item.dark-background .package-price {
  color: white;
}
.package-item.dark-background img {
  filter: drop-shadow(2px 12px 10px rgba(0, 0, 0, 0.3));
}
.package-item.dark-background::after {
  background: linear-gradient(0deg, rgb(160, 160, 160) 0%, rgba(160, 160, 160, 0) 98%);
}
.package-item.soft-blue .package-title {
  background-color: #AFCEE8;
}
.package-item.soft-blue::after {
  background: linear-gradient(180deg, rgba(193, 213, 230, 0) 45%, rgba(193, 213, 230, 0.91) 100%);
}
.package-item.pale-rose .package-title {
  background-color: #FDBBBE;
}
.package-item.pale-rose::after {
  background: linear-gradient(180deg, rgba(245, 197, 199, 0) 45%, rgba(245, 197, 199, 0.91) 100%);
}

.btn-container {
  margin-top: 40px;
}
.btn-container a.btn,
.btn-container button.btn {
  padding: 17px 30px;
  border-radius: 15px;
  box-shadow: 0;
  transition: all 0.2s ease-in-out;
}
.btn-container a.btn:hover,
.btn-container button.btn:hover {
  background-color: black;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
}

table tr.active {
  display: table-row;
}

.container:has(.main-packages-table) {
  margin-bottom: 60px;
}

.main-packages-table tbody tr {
  display: none;
}
.main-packages-table tbody tr:not(.is-hidden) {
  display: table-row;
}

.is-hidden {
  display: none !important;
}

.load-more-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
  background-color: #F3EEEE;
  padding: 17px 30px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px;
  cursor: pointer;
  border: none;
  box-shadow: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 599px) {
  .load-more-btn {
    translate: 240px 0;
  }
}
.load-more-btn:hover {
  background-color: #F3EEEE;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2078431373);
}
.load-more-btn.loading {
  color: white;
  background-color: #D40E14;
  pointer-events: none;
}

.package-img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.package-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73));
  z-index: 1; /* Ensure the gradient overlay is on top of the image */
  pointer-events: none;
}

.package-title,
.package-description {
  z-index: 2;
}

@media (min-width: 1200px) {
  .main-packages-table th,
  .main-packages-table td {
    width: 16.666% !important;
    min-width: 16.666% !important;
  }
  .package-item {
    min-height: 365px;
  }
}
/* End Package */
/* our client banner */
@media only screen and (max-width: 1110px) {
  .container:has(.our-client-banner) {
    margin-inline: auto;
  }
  .container:has(.our-client-banner) .out-client-title {
    animation: none;
  }
  .animate-hand {
    display: none;
  }
}
.our-client-banner {
  margin: 60px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 100px;
  overflow: hidden;
  border-radius: 60px;
  position: relative;
  background-color: #000000;
}
@media screen and (max-width: 599px) {
  .our-client-banner {
    gap: 30px;
    padding: 40px 50px;
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .our-client-banner {
    gap: 30px;
    padding: 40px 50px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our-client-banner {
    gap: 30px;
    padding: 40px 50px;
    flex-direction: column;
  }
}
.our-client-banner:before {
  top: -185px;
  left: 30%;
  content: "";
  width: 47%;
  filter: blur(100px);
  height: 250px;
  opacity: 0.7;
  border-radius: 100%;
  position: absolute;
  background-color: rgb(194, 226, 216);
  animation: blurSlide 8s infinite cubic-bezier(0.34, 0.06, 0, 1.03);
}
@media screen and (max-width: 599px) {
  .our-client-banner:before {
    top: 0;
    left: 0;
    animation: none;
  }
}
.our-client-banner:after {
  bottom: -180px;
  right: 30%;
  content: "";
  width: 50%;
  filter: blur(91px);
  height: 250px;
  opacity: 0.7;
  border-radius: 100%;
  position: absolute;
  background-color: rgb(245, 197, 199);
  animation: blurSlide-second 8s infinite alternate-reverse cubic-bezier(0.34, 0.06, 0, 1.03);
}
@media screen and (max-width: 599px) {
  .our-client-banner:after {
    top: 0;
    right: 0;
    animation: none;
  }
}
.our-client-banner .out-client-title {
  color: white;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 100px */
  animation: textMoving 11s infinite cubic-bezier(0.34, 0.06, 0, 1.03);
}
@media screen and (max-width: 599px) {
  .our-client-banner .out-client-title {
    font-size: 36px;
    animation: none;
    text-align: center;
    line-height: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .our-client-banner .out-client-title {
    font-size: 36px;
    animation: none;
    text-align: center;
    line-height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our-client-banner .out-client-title {
    font-size: 60px;
    animation: none;
    text-align: center;
    line-height: 100%;
  }
}
.our-client-banner .our-client-btn {
  padding: 22px 40px;
  background-color: white;
  color: black;
  border-radius: 15px;
}
.our-client-banner .our-client-btn:hover {
  background-color: white;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 599px) {
  .our-client-banner .our-client-btn {
    padding: 18px 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .our-client-banner .our-client-btn {
    padding: 18px 25px;
  }
}
.our-client-banner .animate-hand {
  left: 0;
  width: 26%;
  rotate: 20deg;
  height: auto;
  position: absolute;
  translate: -40% 55%;
  animation: imageMoving 11s infinite cubic-bezier(0.34, 0.06, 0, 1.03);
}
@media screen and (max-width: 599px) {
  .our-client-banner .animate-hand {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .our-client-banner .animate-hand {
    display: none;
  }
}
@keyframes blurSlide {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 500px 0;
    width: 27%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes blurSlide-second {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 500px 0;
    width: 57%;
  }
}
@keyframes textMoving {
  0% {
    translate: 0 0;
  }
  25% {
    translate: 65% 0;
  }
  26% {
    translate: 65% 0;
  }
  50% {
    translate: 65% 0;
  }
  75% {
    translate: 0% 0;
  }
  100% {
    translate: 0% 0;
  }
}
@keyframes imageMoving {
  0% {
    translate: -40% 55%;
  }
  25% {
    translate: 0% 0%;
  }
  35% {
    translate: 0% 0%;
  }
  65% {
    translate: -45% 55%;
  }
  95% {
    translate: -45% 55%;
  }
  100% {
    translate: -40% 55%;
  }
}

.table-striped > tbody > tr.head:nth-of-type(odd) > * {
  --bs-table-color-type: $white !important;
  --bs-table-bg-type: $white !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #F7F7F7;
}

.table-striped tr {
  border-style: hidden !important;
}
.table-striped tr th:last-child,
.table-striped tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.table-striped tr th:first-child,
.table-striped tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.table-striped tr::nth-of-type(odd) > * {
  background-color: white !important;
  --bs-table-color-type: $white !important;
  --bs-table-bg-type: $white !important;
}
.table-striped tr.head {
  background-color: white !important;
  --bs-table-color-type: $white !important;
  --bs-table-bg-type: $white !important;
}
.table-striped tr.head th {
  padding: 0;
  background-color: white;
}
@media screen and (max-width: 599px) {
  .table-striped tr.head th:first-child {
    position: relative;
  }
  .table-striped tr.head th:first-child:after {
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    content: "";
    transform: translate(-50%, -50%);
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItYXJyb3ctcmlnaHQiPjxsaW5lIHgxPSI1IiB5MT0iMTIiIHgyPSIxOSIgeTI9IjEyIj48L2xpbmU+PHBvbHlsaW5lIHBvaW50cz0iMTIgNSAxOSAxMiAxMiAxOSI+PC9wb2x5bGluZT48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: contain;
    animation: move-left-right 2s ease-in-out infinite;
  }
}
@keyframes move-left-right {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(-20px);
  }
}
.table-striped tr td {
  width: 248px;
  padding: 20px;
  min-height: 84px;
  text-align: center;
  vertical-align: middle;
}
.table-striped tr th {
  width: 310px;
  min-width: 310px;
  padding: 20px;
  font-weight: 400;
  vertical-align: middle;
  padding-left: 25px !important;
}
@media screen and (max-width: 599px) {
  .table-striped tr th {
    font-size: 14px;
    min-width: 210px;
  }
}

/* end our client banner */
/* calculator */
/* end calculator */
/* start to save */
.start-to-save {
  padding: 60px 20px;
  background-color: #f3eeee;
  text-align: left;
}
.start-to-save .save-heading {
  font-size: 39px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .start-to-save .save-heading {
    font-size: 28px;
  }
}
.start-to-save .save-card {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.start-to-save .save-card .card-img {
  border-radius: 10px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.start-to-save .save-card .card-title {
  margin: 30px 0px 20px;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  min-height: 62px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: clip;
}
.start-to-save .save-card .card-description p {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 90px;
}
.start-to-save .save-card .card-button {
  padding: 15px 25px;
  border: 1px solid #d4a373;
  border-radius: 15px;
  color: #d4a373;
  font-size: 18px;
  background-color: white;
  margin-top: auto;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
.start-to-save .save-card .card-button:hover {
  box-shadow: 0px 0px 0px 5px rgba(212, 163, 115, 0.2);
}

.save-card-row {
  display: flex;
  flex-wrap: wrap;
}
.save-card-row > [class^=col] {
  display: flex;
  flex-direction: column;
}
.save-card-row .save-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.savings-page .savings-image {
  display: flex;
  justify-content: center;
}
.savings-page .savings-image img {
  height: 576px;
  width: 1252px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
}
.savings-page .savings-body {
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}
.savings-page .savings-body .read-time {
  background-color: #eaecf0;
  color: black;
  border: none;
  margin-bottom: 30px;
  padding: 10px 30px;
  border-radius: 15px;
}
.savings-page .savings-details .savings-title {
  font-size: 48px;
  font-weight: 700;
}
.savings-page .savings-details .savings-subtitle-italic {
  font-style: italic;
  font-size: 20px;
  font-weight: 700;
  color: #666666;
  margin: 30px 0px;
}
.savings-page .savings-details .savings-subtitle {
  size: 26px;
  font-weight: 700;
  color: #666666;
  margin: 20px 0px;
}
.savings-page .savings-details .savings-description {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
.savings-page .social-sharing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.savings-page .social-sharing p {
  font-size: 16px;
  color: #6f7374;
}
.savings-page .social-sharing p img {
  margin-right: 10px;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.navigation .prev,
.navigation .next {
  display: flex;
  align-items: center;
}

.navigation a {
  text-decoration: none;
  color: #000;
}

.nav-label {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}

.nav-title {
  font-size: 16px;
  font-weight: bold;
}

.next,
.prev {
  width: 23%;
}

.prev a,
.next a {
  display: flex;
  flex-direction: column;
}

.next a {
  text-align: end;
  margin-right: 20px;
}

.prev a {
  margin-left: 20px;
}

/*end start to save */
/*green credits */
.green-subtitle {
  font-size: 25px;
  color: #666666;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 30px;
}

.doughnut-body {
  background-color: #edfbf6;
  display: flex;
  justify-content: center;
  margin: 0px 60px;
}

.investment-type {
  display: flex;
  align-items: center;
}
.investment-type .energy h6 {
  font-size: 24px;
  font-weight: 700;
  color: #4c9380;
}
.investment-type .energy span {
  font-size: 24px;
  font-weight: 700;
  color: #666666;
}
.investment-type .energy ul li {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}

/* end greed credits */
/*timeline*/
.timeline-wrapper.timeline-green {
  background-color: #E3F1EC;
}
.timeline-wrapper.timeline-green .main-timeline::after {
  background-color: #bae5d6;
}
.timeline-wrapper.timeline-green .timeline::after {
  background-color: #bae5d6;
  border: 2px solid #81baa8;
}

.timeline-wrapper.timeline-pink {
  background-color: #F3EEEE;
}
.timeline-wrapper.timeline-pink .main-timeline::after {
  background-color: rgb(229, 186, 186);
}
.timeline-wrapper.timeline-pink .timeline::after {
  background-color: rgb(229, 186, 186);
  border: 2px solid #BA8181;
}

.main-timeline {
  position: relative;
}

.main-timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}
.timeline h3 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
}
.timeline p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .timeline p {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .timeline p {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .timeline p {
    font-size: 18px !important;
  }
}
.timeline .card {
  border: none;
  border-radius: 10px;
}
.timeline .card .number-icon {
  padding: 5px 12px;
  font-size: 30px;
  font-weight: 500;
  color: #81baa8;
  background-color: #e3f1ec;
  border-radius: 5px;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -6px;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}
.left .card-body {
  text-align: end;
}

.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.right::after {
  left: -9px;
}

/* end timetine */
/* performance table*/
.table-title {
  font-weight: 600;
  margin: 30px 0px;
  font-size: 30px;
}

.performance-table {
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-family: Arial, sans-serif;
}
.performance-table tr {
  border-style: hidden !important;
}

.performance-table thead th {
  background-color: #c8e4da; /* Light greenish color */
  color: #000;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}

.performance-table tbody td {
  background-color: #e3f1ec; /* Lighter shade of green */
  padding: 10px;
  border-top: 1px solid #d0d0d0;
}

.performance-table td,
.performance-table th {
  padding: 12px;
}

.performance-table tbody tr td:first-child {
  font-weight: 500;
  font-size: 20px;
  color: #191717;
}

.performance-table tbody tr:nth-child(even) {
  background-color: #e3f1ec;
}

.performance-table th,
.performance-table td {
  text-align: center;
}

.performance-table thead th:first-child,
.performance-table tbody td:first-child {
  text-align: left;
}

/* end  performance table*/
/* partner carousel */
.partners-list {
  display: flex;
  flex-direction: column;
}
.partners-list .partner-title {
  font-weight: 500;
  font-size: 34px;
  color: #3d4148;
}
.partners-list .partner-paragraph {
  font-size: 16px;
  font-weight: 400;
  margin: 5% 0%;
}
.partners-list .tabs div#v-pills-tab {
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  height: 550px;
  flex-grow: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
  justify-content: flex-start;
  border-radius: 10px 0 0 10px;
}
.partners-list .tabs div#v-pills-tab .nav-link:last-child {
  border-radius: 0 0 0 10px;
}
.partners-list .tabs div#v-pills-tab::-webkit-scrollbar {
  display: none;
}
.partners-list .nice-select {
  width: 809px !important;
  padding: 30px;
  height: auto !important;
}
.partners-list .nice-select .current {
  color: #3D4148;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
.partners-list .nice-select:after {
  top: 44%;
  right: 28px;
  width: 12px;
  border-bottom: 3px solid #D3A9A9;
  border-right: 3px solid #D3A9A9;
  height: 12px;
}
.partners-list .nice-select.open {
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0px 14px 9px -14px rgba(0, 0, 0, 0.25);
}
.partners-list .nice-select .list {
  width: 100%;
  border-radius: 6px !important;
  top: 110%;
  padding: 10px;
  font-size: 20px;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0px 24px 32px 0px rgba(72, 88, 133, 0.12);
}
.partners-list .nice-select .list .option {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.partners-list .container {
  padding: 0;
}
.partners-list .container .filter-container {
  gap: 30px;
  text-align: center;
  display: flex;
  padding: 0 0 40px 0;
}
.partners-list .container .filter-container .nice-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #D6DAE1;
  background: #FFF;
  height: 54px;
  width: 411px;
}
.partners-list .container .filter-container .nice-select .list {
  width: 100%;
  z-index: 1001;
}
.partners-list .container .filter-container select {
  margin: 0 10px;
}
.partners-list button.nav-link {
  color: black;
  display: flex;
  padding: 30px;
  border-radius: 0;
  align-items: flex-start;
  align-self: stretch;
  background-color: #EDE5E5;
  color: #3D4148;
  font-size: 20px;
  font-style: normal;
  border-top: 1px solid #F3EEEE;
  border-bottom: 1px solid #F3EEEE;
  font-weight: 500;
  line-height: 50px; /* 250% */
}
.partners-list button.nav-link.active {
  color: black;
  background-color: rgb(243, 238, 238);
}
.partners-list .target {
  position: absolute;
  border-right: 4px solid transparent;
  z-index: 0;
  pointer-events: none;
}
.partners-list .button.nav-link,
.partners-list .target {
  transition: all 0.2s ease-in-out;
}
.partners-list .tab-content {
  gap: 60px;
  display: flex;
  padding: 80px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 0px 10px 10px 0px;
  border: 2px solid #F3EEEE;
  background: #F3EEEE;
}
.partners-list .carousel-section {
  padding: 60px;
  background-color: #f3eeee;
  border-radius: 0px 10px 10px 10px;
}
.partners-list .carousel-item img {
  border-radius: 10px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners-list .carousel-control {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.partners-list .carousel-control .partner-control-prev,
.partners-list .carousel-control .partner-control-next {
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #f5f6f7;
}

.dropdown-full {
  margin-bottom: 150px;
}
.dropdown-full .row {
  --bs-gutter-x: 1.5rem !important;
  --bs-gutter-y: 1.5rem !important;
}
.dropdown-full .row .property-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dropdown-full .row .property-card .property-image {
  height: 340px;
}
.dropdown-full .row .property-card .property-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.dropdown-full .row .property-card .property-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-full .row .property-card .property-description .property-title {
  color: #191717;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none !important;
}
.dropdown-full .row .property-card .property-description .property-location {
  color: #D40E14;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
  background: #F7F7F7;
}
.dropdown-full .nice-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #D6DAE1;
  background: #FFF;
  height: 84px;
  width: 100%;
}
.dropdown-full .nice-select .current {
  font-size: 16px;
}
.dropdown-full .list {
  width: 100%;
  z-index: 1001;
}
.dropdown-full .list li {
  cursor: pointer;
  font-weight: 400;
  line-height: 70px;
  list-style: none;
  min-height: 60px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  font-size: 16px;
}
.dropdown-full ::after {
  border-bottom: 2px solid #D40E14;
  border-right: 2px solid #D40E14;
  height: 12px;
  right: 30px;
  top: 45%;
  width: 12px;
}

/* end partner carousel */
/* apply for loan form */
.apply-for-loan {
  gap: 60px;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .apply-for-loan {
    padding: 100px 10px;
  }
}
.apply-for-loan .form-group span.req {
  color: #D40E14;
}
.apply-for-loan input::-moz-placeholder {
  color: #c2cad7;
}
.apply-for-loan input::placeholder {
  color: #c2cad7;
}
.apply-for-loan .apply-for-loan-title {
  font-size: 48px;
  font-weight: 700;
}
.apply-for-loan .form-label,
.apply-for-loan .form-control {
  font-size: 20px;
  font-weight: 400;
}
.apply-for-loan .form-select,
.apply-for-loan .form-check-label {
  font-size: 20px;
}
.apply-for-loan .form-select,
.apply-for-loan .form-control,
.apply-for-loan .form-check-wrapper {
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .apply-for-loan .form-select,
  .apply-for-loan .form-control,
  .apply-for-loan .form-check-wrapper {
    padding: 15px;
  }
}
.apply-for-loan .form-check-wrapper {
  gap: 40px;
  display: flex;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .apply-for-loan .form-check-wrapper {
    gap: 20px;
    flex-direction: column;
  }
}
.apply-for-loan .form-check-wrapper .form-check {
  margin: 0;
  display: flex;
  gap: 10px;
}
.apply-for-loan .privacy-wrapper {
  padding: 25px 30px;
  background-color: #f8f8f8;
  border-radius: 7px;
  display: flex;
  margin-top: auto;
}
.apply-for-loan .privacy-wrapper label {
  font-size: 16px;
  color: #7a828f;
  margin-right: 20px;
}
.apply-for-loan .privacy-wrapper label a {
  text-decoration: none;
}
.apply-for-loan .privacy-wrapper button {
  padding: 10px 20px;
  align-self: center;
}
.apply-for-loan .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #191717;
}
.apply-for-loan .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.apply-for-loan .right-column,
.apply-for-loan .left-column {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.apply-for-loan .right-column .form-group:has(.input-currency-group),
.apply-for-loan .left-column .form-group:has(.input-currency-group) {
  display: flex;
  flex-direction: column;
}
.apply-for-loan .right-column .form-group .input-currency-group,
.apply-for-loan .left-column .form-group .input-currency-group {
  display: flex;
  align-items: center;
  position: relative;
}
.apply-for-loan .right-column .form-group .input-currency-group .currency-symbol,
.apply-for-loan .left-column .form-group .input-currency-group .currency-symbol {
  position: absolute;
  left: 30px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .apply-for-loan .right-column .form-group .input-currency-group .currency-symbol,
  .apply-for-loan .left-column .form-group .input-currency-group .currency-symbol {
    left: 11px;
  }
}
.apply-for-loan .right-column .form-group .input-currency-group input,
.apply-for-loan .left-column .form-group .input-currency-group input {
  padding: 30px 30px 30px 40px;
}
@media screen and (max-width: 599px) {
  .apply-for-loan .right-column .form-group .input-currency-group input,
  .apply-for-loan .left-column .form-group .input-currency-group input {
    padding: 15px 15px 15px 22px;
  }
}
.apply-for-loan .right-column .form-control:focus,
.apply-for-loan .right-column .form-select:focus,
.apply-for-loan .left-column .form-control:focus,
.apply-for-loan .left-column .form-select:focus {
  border-color: #999;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}
.apply-for-loan .nice-select {
  width: 100%;
  min-height: 94px;
  display: flex;
  align-items: center;
  background-image: none;
  border-radius: 6px;
  border-color: #D6DAE1;
}
@media screen and (max-width: 599px) {
  .apply-for-loan .nice-select {
    min-height: 62px;
  }
}
.apply-for-loan .nice-select:after {
  top: 44%;
  right: 28px;
  width: 13px;
  height: 15px;
  border-color: black;
}
.apply-for-loan .nice-select.open {
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0px 14px 9px -14px rgba(0, 0, 0, 0.25);
}
.apply-for-loan .nice-select .current {
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 35px */
}
.apply-for-loan .nice-select .list {
  width: 100%;
  border-radius: 16px;
  top: 110%;
  padding: 10px;
  font-size: 16px;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0px 24px 32px 0px rgba(72, 88, 133, 0.12);
}

/* transactions */
.transactions-wrapper .icon-box {
  text-align: start;
  padding: 15px;
}
.transactions-wrapper .icon img {
  margin-bottom: 15px;
}
.transactions-wrapper h4 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 10px;
  max-width: 280px;
}
@media screen and (max-width: 599px) {
  .transactions-wrapper h4 {
    font-size: 20px;
  }
}
.transactions-wrapper p {
  font-size: 20px;
  color: #666666;
}

/* video card wrapper */
.video-card-wrapper .row {
  --bs-gutter-x: 1.5rem !important;
}
.video-card-wrapper h3 {
  font-size: 39px;
  font-weight: 700;
  margin: 30px 0;
}
@media screen and (max-width: 599px) {
  .video-card-wrapper h3 {
    font-size: 26px;
  }
}
.video-card-wrapper input {
  margin-right: 30px;
}
.video-card-wrapper .form-select,
.video-card-wrapper input {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #6f7374;
  font-size: 18px;
}
.video-card-wrapper .content p.video-description {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.video-card-wrapper .video-card {
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.video-card-wrapper .video-card .video-title {
  color: #000;
  margin: 30px 0px 20px;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}
.video-card-wrapper .video-card .play-button {
  position: relative;
}
.video-card-wrapper .video-card .play-button .play {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 999;
  transition: all 0.2s ease-in-out;
}
.video-card-wrapper .video-card .play-button .play path {
  transition: all 0.2s ease-in-out;
}
.video-card-wrapper .video-card img {
  border-radius: 10px;
  width: 480px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-card-wrapper .video-card:hover .play {
  scale: 1.1;
}
.video-card-wrapper .video-card:hover .play path {
  fill-opacity: 0.6;
}

/* Popup National.php */
#videoPopup {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: calc(100% - var(--header-height));
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1000;
}

#videoPopup.show {
  display: flex;
  opacity: 1;
}

.popup-content {
  position: relative;
  border-radius: 8px;
  max-width: 60vw;
  height: 50vh;
  width: 60vw;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .popup-content {
    max-width: 90vw;
    height: 50vh;
    width: 90vw;
  }
}
.popup-content iframe {
  width: 100%;
  height: 100%;
}

#videoPopup.show .popup-content {
  transform: scale(1);
}

.close {
  position: absolute;
  top: -80px;
  right: -70px;
  font-size: 60px;
  cursor: pointer;
  color: #ffffff;
  transition: color 0.2s;
}
@media screen and (max-width: 599px) {
  .close {
    top: -110px;
    right: 0px;
  }
}
.close svg path {
  transition: all ease-in-out 0.2s;
}
.close:hover svg path {
  fill: black;
}

/* Faq Section */
.faq-section {
  display: flex;
  background-color: #EAE3E3;
  display: flex;
  padding: 60px 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .faq-section {
    padding: 50px 15px 50px 15px;
  }
}
.faq-section .heading {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .faq-section .heading {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
.faq-section .accordion .accordion-item {
  border: none;
  background-color: transparent;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button,
.faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  color: #3D4148;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 10px 10px 10px 0;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 599px) {
  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    gap: 20px;
    font-size: 18px;
  }
}
.faq-section .accordion .accordion-item .accordion-body {
  padding: 20px 40px 10px 0px;
  border-top: 1px solid #DFDFDF;
  color: #6F7374;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.faq-section .accordion .accordion-item .accordion-body .title {
  padding: 30px 0;
  color: #3D4148;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%; /* 25px */
}
.faq-section .btn-holder {
  display: flex;
  justify-content: center;
}
.faq-section .btn-holder button {
  display: flex;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
  background-color: #000;
  padding: 17px 30px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px;
  cursor: pointer;
  border: none;
  box-shadow: none;
  transition: all 0.2s ease;
}
.faq-section .btn-holder button:hover {
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.3411764706);
  background-color: #191717;
}

.calculator {
  padding: 100px 0;
}
.calculator .gap-80 {
  gap: 80px;
}
.calculator input[type=number]::-webkit-outer-spin-button,
.calculator input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.calculator .title {
  color: #3D4148;
  margin: 0;
  text-align: left;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.calculator .calculator-wrapper {
  display: flex;
  flex-direction: row;
  flex-basis: auto;
}
.calculator .calculator-wrapper .item {
  flex-basis: 50%;
}
.calculator .calculator-wrapper .item label {
  color: #666;
  font-family: "Noto Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 37.5px */
}
.calculator .calculator-wrapper .item.right {
  gap: 20px;
  padding: 0 60px 0 120px;
  border-left: 1px solid #D6DAE1;
}
.calculator .calculator-wrapper .item span.req {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.calculator .calculator-wrapper .item span.req > span {
  color: #D00;
}
.calculator .calculator-wrapper .price {
  display: flex;
  align-items: flex-end;
  line-height: normal;
}
.calculator .calculator-wrapper .price span {
  margin-bottom: 16px;
  font-size: 127px;
  font-style: normal;
  font-weight: 700;
}
.calculator .calculator-wrapper .price #sum {
  width: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  font-size: 170px;
  font-style: normal;
  font-weight: 500;
  line-height: 69%;
  letter-spacing: -5.1px;
}
.calculator .calculator-wrapper .price #sum:hover, .calculator .calculator-wrapper .price #sum:focus, .calculator .calculator-wrapper .price #sum:focus-visible {
  border: none;
  outline: none;
}
.calculator .calculator-wrapper .interest,
.calculator .calculator-wrapper .month-duration {
  gap: 15px;
}
.calculator .calculator-wrapper #interest {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  transition: color 0.3s ease;
}
.calculator .calculator-wrapper #interest.animated {
  color: #007bff; /* Change color when animating */
}
.calculator .calculator-wrapper #interest,
.calculator .calculator-wrapper #duration {
  width: 267px;
  border: 1px solid #D7D7D7;
  height: 102px;
  display: flex;
  padding: 30px;
  font-size: 48px;
  text-align: center;
  align-self: stretch;
  font-weight: 700;
  line-height: 125%; /* 60px */
  align-items: center;
  border-radius: 16px;
  justify-content: space-between;
  background-color: #FFF;
}
.calculator .calculator-wrapper #interest:hover, .calculator .calculator-wrapper #interest:focus, .calculator .calculator-wrapper #interest:focus-visible,
.calculator .calculator-wrapper #duration:hover,
.calculator .calculator-wrapper #duration:focus,
.calculator .calculator-wrapper #duration:focus-visible {
  border-color: #D7D7D7 !important;
  outline: none;
}
.calculator .calculator-wrapper .nice-select {
  width: 267px;
  padding: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
  height: auto;
  border-radius: 16px;
  border-color: #D7D7D7;
}
.calculator .calculator-wrapper .nice-select .current {
  display: flex;
  font-size: 48px;
  font-weight: 700;
}
.calculator .calculator-wrapper .nice-select .current > span {
  margin-left: 10px;
  font-size: 26px;
}
.calculator .calculator-wrapper .nice-select .list {
  width: 100%;
  border-radius: 16px;
  top: 110%;
  padding: 10px;
  font-size: 16px;
}
.calculator .calculator-wrapper .nice-select .list li {
  border-radius: 5px;
}
.calculator .calculator-wrapper .nice-select::after {
  top: 44%;
  right: 28px;
  width: 15px;
  height: 15px;
  border-color: black;
}
.calculator .result {
  display: flex;
  padding: 10px 10px 10px 40px;
  font-size: 30px;
  background: #F3EEEE;
  align-items: center;
  border-radius: 20px;
  justify-content: space-between;
}
.calculator .result #monthly-payment {
  font-weight: 700;
}
.calculator .result a.btn {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 79px;
  font-size: 18px;
  border-radius: 10px;
}
.calculator.second .calculator-wrapper .item.right {
  padding: 0 0 0 120px;
}
.calculator.second .calculator-wrapper .nice-select {
  gap: 15px;
  width: 675px;
  height: auto;
  padding: 22px;
  display: flex;
  border-radius: 16px;
  border-color: #D7D7D7;
  flex-direction: column;
  align-items: flex-start;
}
.calculator.second .calculator-wrapper .nice-select .current {
  font-size: 28px;
  font-weight: 400;
}
.calculator.second .calculator-wrapper .month-duration .nice-select,
.calculator.second .calculator-wrapper .destination .nice-select {
  gap: 0;
  position: relative;
}
.calculator.second .calculator-wrapper .month-duration .nice-select:before,
.calculator.second .calculator-wrapper .destination .nice-select:before {
  content: attr(data-attr);
  position: relative;
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.calculator.second .calculator-wrapper .month-duration label {
  width: 400px;
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 0.221px;
}
.calculator.second .result {
  gap: 100px;
  padding: 40px;
  justify-content: normal;
}
.calculator.second .result label {
  color: #1B1B1B;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 29.89px */
  letter-spacing: 0.221px;
}
.calculator.second .result .text {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.calculator.second .result .text #monthly-payment {
  color: #1B1B1B;
  font-size: 47.287px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.746px;
}
.calculator.second .result .interest {
  gap: 10px;
}
.calculator.second .result .interest #interest {
  color: #1B1B1B;
  font-size: 47.287px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.746px;
  background-color: transparent;
  border: none;
}
.calculator.second .result .interest #interest:hover, .calculator.second .result .interest #interest:focus, .calculator.second .result .interest #interest:focus-visible {
  border-color: #D7D7D7 !important;
  outline: none;
}

.single-blog {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .single-blog {
    margin-top: 30px;
  }
}
.single-blog .container {
  gap: 70px;
  padding: 0 125px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .single-blog .container {
    gap: 10px;
    padding: 0 20px;
  }
}
.single-blog .container .featured-image img {
  width: 100%;
  height: 576px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 599px) {
  .single-blog .container .featured-image img {
    height: 300px;
  }
}
.single-blog .container .content-area {
  gap: 70px;
  display: flex;
}
@media screen and (max-width: 599px) {
  .single-blog .container .content-area {
    gap: 30px;
    flex-direction: column;
  }
}
.single-blog .container .content-area .sidebar {
  gap: 40px;
  top: 20px;
  display: flex;
  position: sticky;
  min-width: 150px;
  align-self: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .single-blog .container .content-area .sidebar {
    gap: 20px;
    top: 0;
    width: 100%;
    position: relative;
  }
}
.single-blog .container .content-area .sidebar .read-time {
  gap: 5px;
  display: flex;
  height: 50px;
  color: #191717;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  background-color: #EAECF0;
  border-radius: 15px;
}
.single-blog .container .content-area .sidebar .post-share p {
  color: #3D4148;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
}
.single-blog .container .content-area .sidebar .post-share ul {
  gap: 15px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .single-blog .container .content-area .sidebar .post-share ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
.single-blog .container .content-area .sidebar .post-share ul li {
  list-style: none;
}
.single-blog .container .content-area .sidebar .post-share ul li a {
  gap: 14px;
  display: flex;
  color: #6F7374;
  font-size: 16px;
  font-style: normal;
  align-items: center;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  text-decoration: none;
}
.single-blog .container .content-area .page-container {
  gap: 60px;
  width: 775px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .single-blog .container .content-area .page-container {
    gap: 20px;
    width: auto;
  }
}
.single-blog .container .content-area .page-container .post-title {
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .single-blog .container .content-area .page-container .post-title {
    font-size: 28px;
  }
}
.single-blog .container .content-area .page-container .content {
  color: #666;
}
.single-blog .container .content-area .page-container .content h1, .single-blog .container .content-area .page-container .content h2, .single-blog .container .content-area .page-container .content h3, .single-blog .container .content-area .page-container .content h4, .single-blog .container .content-area .page-container .content h5, .single-blog .container .content-area .page-container .content h6 {
  font-weight: 700;
}
.single-blog .container .content-area .page-container .content p {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .single-blog .container .content-area .page-container .content p {
    font-size: 18px;
  }
}
.single-blog .container .content-area .page-container .content p:not(:last-child) {
  margin-bottom: 40px;
}
.single-blog .container .content-area .page-container .content p.description {
  font-weight: 700;
  font-style: italic;
}

.single-pagenation {
  margin: 150px 0 100px 0;
}
@media screen and (max-width: 599px) {
  .single-pagenation {
    margin: 50px 0 50px 0;
    padding-top: 50px;
    border-top: solid 1px rgba(0, 0, 0, 0.1254901961);
  }
}
.single-pagenation .prev,
.single-pagenation .next {
  gap: 20px;
  width: 100%;
}
.single-pagenation .prev .title,
.single-pagenation .next .title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  max-width: 450px;
  min-width: 450px;
  width: 450px;
}
.single-pagenation .prev .title span,
.single-pagenation .next .title span {
  color: #6F7374;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.single-pagenation .prev .title .heading a,
.single-pagenation .next .title .heading a {
  color: #3D4148;
  font-size: 26px;
  margin: 0;
  text-decoration: none;
}
.single-pagenation .prev .icon,
.single-pagenation .next .icon {
  transition: all 0.2s ease-in-out;
}
.single-pagenation .prev .icon svg,
.single-pagenation .next .icon svg {
  width: 9.25px;
  height: 18.5px;
}
.single-pagenation .prev:hover .icon {
  translate: -10px 0;
}
.single-pagenation .next {
  justify-content: flex-end;
}
.single-pagenation .next:hover .icon {
  translate: 10px 0;
}
.single-pagenation .next .title {
  text-align: right;
}

.branch #map {
  height: 600px;
  width: 100%;
}
.branch #map .leaflet-map-pane svg {
  width: 32px;
  height: 32px;
}
.branch #map img[src*=".svg"] {
  opacity: 1;
  visibility: visible;
}
.branch .cards-container {
  gap: 100px;
  display: flex;
  margin-top: 100px;
}
.branch .cards-container .column {
  width: 50%;
  border-radius: 10px;
  background: #F3EEEE;
  display: flex;
  padding: 34px 54px;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
}
.branch .cards-container .column .item {
  border-radius: 8px;
  padding: 40px 0;
  width: 100%;
  cursor: pointer;
  display: block;
  border-bottom: solid 1px #E7D6D5;
}
.branch .cards-container .column .item .title {
  color: #3D4148;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
}
.branch .cards-container .column .item .city {
  color: #8A95A8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 10px 0;
}
.branch .cards-container .column .item .category {
  gap: 20px;
  margin: 0;
  padding: 0;
  display: flex;
}
.branch .cards-container .column .item .category li {
  gap: 10px;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  padding: 10px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #FFF;
}
.branch .filter-container {
  gap: 30px;
  text-align: center;
  display: flex;
  padding: 100px 0 40px 0;
}
.branch .filter-container .cities,
.branch .filter-container .categories {
  display: flex;
  align-items: start;
  gap: 10px;
  flex-direction: column;
}
.branch .filter-container .cities .title,
.branch .filter-container .categories .title {
  font-size: 26px;
}
.branch .filter-container .nice-select {
  display: flex;
  justify-content: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #D6DAE1;
  background: #FFF;
  width: 471px;
  height: 84px;
  flex-direction: column;
  align-items: flex-start;
}
.branch .filter-container .nice-select .current {
  color: #3D4148;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
.branch .filter-container .nice-select:after {
  top: 44%;
  right: 28px;
  width: 12px;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  height: 12px;
}
.branch .filter-container .nice-select.open {
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0px 14px 9px -14px rgba(0, 0, 0, 0.25);
}
.branch .filter-container .nice-select .list {
  width: 100%;
  border-radius: 16px;
  top: 110%;
  padding: 10px;
  font-size: 16px;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  z-index: 10001;
  box-shadow: 0px 24px 32px 0px rgba(72, 88, 133, 0.12);
}
.branch .filter-container select {
  margin: 0 10px;
}

/* Timeline */
.pcb-years {
  background-color: #F3EEEE;
}
.pcb-years .content {
  background-color: #FFF !important;
}
.pcb-years .content .year {
  display: flex;
  font-style: normal;
  color: #000 !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 32.5px;
  padding: 0 !important;
}
.pcb-years .content::after {
  position: absolute !important;
  width: 25px !important;
  height: 25px !important;
  border-top: 2px solid white !important;
  border-right: 2px solid white !important;
  border-bottom: 0px solid white !important;
  border-left: 0px solid white !important;
  top: 50% !important;
  right: -1% !important;
  margin-left: -12.5px !important;
  content: "" !important;
  transform: rotate(45deg) !important;
  margin-top: -12.5px !important;
  background-color: white !important;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .pcb-years .content::after {
    right: -4% !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .pcb-years .content::after {
    right: -4% !important;
  }
}
.pcb-years .dot {
  background-color: #E5BABA !important;
  border: solid 2px #BA8181 !important;
}

.pcb-years .timeline .item.right-side .content::after {
  left: 1% !important;
}
.pcb-years .timeline:first-child .dot::before {
  background-color: #F3EEEE !important;
}
.pcb-years .timeline:last-child .dot::before {
  background-color: #F3EEEE !important;
}

@media screen and (max-width: 599px) {
  .bank-timeline {
    padding: 15px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .bank-timeline {
    padding: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bank-timeline {
    padding: 35px !important;
  }
}
.bank-timeline .timeline {
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
}
.bank-timeline .timeline::after {
  content: none;
}
.bank-timeline .timeline:before {
  top: 0px;
  bottom: 0px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e2b6b6;
  left: 50%;
  margin-left: -1.5px;
}
@media screen and (max-width: 599px) {
  .bank-timeline .timeline:before {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .bank-timeline .timeline:before {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bank-timeline .timeline:before {
    display: none;
  }
}
.bank-timeline .timeline .item {
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 90px;
}
@media screen and (max-width: 599px) {
  .bank-timeline .timeline .item {
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .bank-timeline .timeline .item {
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bank-timeline .timeline .item {
    padding-right: 0px !important;
  }
}
.bank-timeline .timeline .item:before {
  content: " ";
  display: table;
}
@media screen and (max-width: 599px) {
  .bank-timeline .timeline .item:before {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .bank-timeline .timeline .item:before {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bank-timeline .timeline .item:before {
    display: none;
  }
}
.bank-timeline .timeline .item:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 599px) {
  .bank-timeline .timeline .item:after {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .bank-timeline .timeline .item:after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bank-timeline .timeline .item:after {
    display: none;
  }
}
.bank-timeline .timeline .item .content {
  gap: 20px;
  width: 50%;
  display: flex;
  padding: 40px;
  position: relative;
  text-align: right;
  border-radius: 10px;
  flex-direction: column;
  border-radius: 6px;
  background-color: #F3EEEE;
}
@media screen and (max-width: 599px) {
  .bank-timeline .timeline .item .content {
    width: 100% !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .bank-timeline .timeline .item .content {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bank-timeline .timeline .item .content {
    width: 100% !important;
  }
}
.bank-timeline .timeline .item .content:before {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
}
.bank-timeline .timeline .item .content:after {
  top: 50%;
  transform: translate(-50%, -50%);
  right: -21px;
  display: inline-block;
  position: absolute;
  border-top: 14px solid transparent;
  border-left: 14px solid #F3EEEE;
  border-right: 0 solid #F3EEEE;
  border-bottom: 14px solid transparent;
  content: "";
}
.bank-timeline .timeline .item .content .year {
  display: flex;
  padding: 10px;
  color: #E2B6B6;
  font-size: 30px;
  align-self: end;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
  background-color: #FFF;
  line-height: 125%;
}
@media screen and (max-width: 599px) {
  .bank-timeline .timeline .item .content .year {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .bank-timeline .timeline .item .content .year {
    font-size: 24px !important;
  }
}
.bank-timeline .timeline .item .content .description {
  color: black;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.bank-timeline .timeline .item .content .description ul {
  gap: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: unset !important;
}
.bank-timeline .timeline .item .content .description ul.yellow li::before {
  content: url(../images/repository/checked-yellow.svg);
}
.bank-timeline .timeline .item .content .description ul.blue li::before {
  content: url(../images/repository/checked-blue.svg);
}
.bank-timeline .timeline .item .content .description ul li {
  list-style: none;
  position: relative;
  margin-left: 0;
  list-style-type: none;
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%; /* 25px */
}
@media screen and (max-width: 599px) {
  .bank-timeline .timeline .item .content .description ul li {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .bank-timeline .timeline .item .content .description ul li {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bank-timeline .timeline .item .content .description ul li {
    font-size: 18px !important;
  }
}
.bank-timeline .timeline .item .content .description ul li::before {
  top: 3px;
  content: url(../images/repository/checked-green.svg);
  margin-right: 15px;
  position: relative;
}
.bank-timeline .timeline .item .content .description p + p {
  margin-top: 5px;
}
.bank-timeline .timeline .item .content .description ul {
  margin-bottom: 0;
}
.bank-timeline .timeline .item:first-child .dot::before {
  left: 5px;
  width: 3px;
  bottom: calc(100% + 1.78px);
  height: calc(var(--height) / 0);
  content: "";
  background-color: #ffffff;
  position: absolute;
}
.bank-timeline .timeline .item:last-child .dot::before {
  left: 5px;
  width: 3px;
  top: calc(100% + 2px);
  height: calc(var(--height) / 2);
  content: "";
  background-color: #ffffff;
  position: absolute;
}
.bank-timeline .timeline .item .dot {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: calc(50% - 1px);
  z-index: 10;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #f3eeee;
  border: solid 2px #e2b6b6;
}
@media screen and (max-width: 599px) {
  .bank-timeline .timeline .item .dot {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .bank-timeline .timeline .item .dot {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bank-timeline .timeline .item .dot {
    display: none;
  }
}
.bank-timeline .timeline .item.right-side {
  padding-right: 0;
  padding-left: 90px;
}
@media screen and (max-width: 599px) {
  .bank-timeline .timeline .item.right-side {
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .bank-timeline .timeline .item.right-side {
    padding-left: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bank-timeline .timeline .item.right-side {
    padding-left: 0px !important;
  }
}
.bank-timeline .timeline .item.right-side .content {
  text-align: left;
  margin-left: auto;
}
.bank-timeline .timeline .item.right-side .content:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -7px;
  right: auto;
}
.bank-timeline .timeline .item.right-side .year {
  align-self: start;
}
.bank-timeline .timeline .item.right-side .description {
  text-align: left;
}
@media (max-width: 767px) {
  .bank-timeline .timeline .item {
    padding-right: 150px;
  }
  .bank-timeline .timeline .item.right-side {
    padding-left: 150px;
  }
  .bank-timeline .timeline .item .content {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .bank-timeline .timeline .item .content {
    width: 68%;
  }
}

.career-wrapper {
  display: flex;
  padding: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 10px;
  background-color: #F4F4F4;
}
.career-wrapper .item {
  gap: 20rem;
  display: flex;
  padding: 60px 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #D6DAE1;
}
.career-wrapper .item:first-child {
  padding-top: 0;
}
.career-wrapper .item:last-child {
  border: none;
  padding-bottom: 0;
}
.career-wrapper .item .content {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.career-wrapper .item .content .title * {
  color: #191717;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 32.5px */
}
.career-wrapper .item .content .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
}
.career-wrapper .item .content .item-footer ul {
  gap: 20px;
  margin: 0;
  padding: 0;
  display: flex;
}
.career-wrapper .item .content .item-footer ul li {
  list-style: none;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #FFF;
}
.career-wrapper .item .content .item-footer ul li img,
.career-wrapper .item .content .item-footer ul li svg {
  width: 16px;
  height: auto;
}
.career-wrapper .item a.button {
  gap: 15px;
  display: flex;
  color: #3D4148;
  font-size: 30px;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  min-width: 15rem;
  text-decoration: none;
}
.career-wrapper .item a.button svg {
  gap: 10px;
  width: 54px;
  height: auto;
  display: flex;
  padding: 10px;
  align-items: center;
  border-radius: 8px;
  background-color: #FFF;
}

.single-career {
  gap: 90px;
  display: flex;
  flex-direction: column;
  padding: 150px 0;
}
.single-career .single-wrapper .title * {
  color: #191717;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.single-career .single-wrapper .job-info {
  gap: 20px;
  display: flex;
  align-items: center;
}
.single-career .single-wrapper .job-info .item {
  gap: 5px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
}
.single-career .single-wrapper .job-info .item span {
  color: #3D4148;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.single-career .single-wrapper .job-info .item span.info {
  color: #3D4148;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.single-career .single-wrapper .job-info .apply-button {
  gap: 10px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  color: #FFF;
  background-color: #191717;
}
.single-career .single-wrapper .job-info .apply-button:hover {
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.3411764706);
  background-color: #191717;
}
.single-career .description {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.single-career .description *,
.single-career .description p {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.single-career .description ul {
  list-style: disc;
}

.shareholders .content {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.shareholders .content p {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
}
.shareholders .content img {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.shareholders .content span {
  color: #666;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 15px */
}
.shareholders .content table {
  border: 1px solid #EDE5E5;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  border-spacing: 0;
  background-color: #EDE5E5;
  padding: 10px;
  border-collapse: unset;
}
.shareholders .content table thead {
  border-radius: 5px;
  overflow: hidden;
}
.shareholders .content table thead tr th {
  background: #F3EEEE;
  text-align: left;
}
.shareholders .content table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
.shareholders .content table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
.shareholders .content table tr td, .shareholders .content table th {
  padding: 20px;
}
.shareholders .content table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.shareholders .content table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.shareholders .content table tfoot tr td {
  font-weight: 600;
}
.shareholders .content .green-table {
  background-color: #E3F1EC !important;
}
.shareholders .content .green-table thead tr th {
  background: #C8E4DA !important;
}
.shareholders .content .due-date {
  width: -moz-fit-content;
  width: fit-content;
  color: #191717;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  padding: 20px;
  align-items: flex-start;
  border-radius: 10px;
  background: #EDE5E5;
}
.shareholders .content .agencies {
  border-radius: 22px;
  background: #EDE5E5;
  padding: 20px;
}
.shareholders .content .agencies .agency {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.shareholders .content .agencies .agency img {
  width: 350px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.shareholders .content .agencies .agency .description {
  color: #6F7374;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.shareholders .content .agencies .agency .fitch {
  width: 350px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin: unset;
}
.shareholders .content .agencies .agency .bafin {
  width: 250px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin: unset;
}
.shareholders .content .note {
  color: #6F7374;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.shareholders .content .note .red {
  color: #D40E14;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

.calculator-title h3 {
  color: #3D4148;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 42.5px */
}

.calculator-range {
  width: 883px;
  padding: 20px;
}
.calculator-range .destionation .select-container {
  display: flex;
  margin-bottom: 40px;
}
.calculator-range .destionation .select-container .nice-select {
  width: 100%;
  height: auto;
  padding: 22px;
  display: flex;
  border-radius: 16px;
  border-color: #D7D7D7;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.calculator-range .destionation .select-container .nice-select.open {
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0px 14px 9px -14px rgba(0, 0, 0, 0.25);
}
.calculator-range .destionation .select-container .nice-select .current {
  color: #1B1B1B;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 35px */
}
.calculator-range .destionation .select-container .nice-select .list {
  width: 100%;
  border-radius: 16px;
  top: 110%;
  padding: 10px;
  font-size: 16px;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0px 24px 32px 0px rgba(72, 88, 133, 0.12);
}
.calculator-range .destionation .select-container .nice-select:before {
  content: attr(data-attr);
  position: relative;
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.calculator-range .destionation .select-container .nice-select:after {
  top: 44%;
  right: 28px;
  width: 15px;
  height: 15px;
  border-color: black;
}
.calculator-range .wrapper {
  border: 1px solid #E9E9E9;
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 24px 32px 0px rgba(72, 88, 133, 0.12);
}
.calculator-range .wrapper .content {
  width: 100%;
  padding: 40px;
  background: #FFF;
}
.calculator-range .wrapper .button-holder {
  gap: 130px;
  display: flex;
  padding: 40px;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid #E9E9E9;
  background-color: #F9F9F9;
}
@media screen and (max-width: 599px) {
  .calculator-range .wrapper .button-holder {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .calculator-range .wrapper .button-holder {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.calculator-range .wrapper .button-holder p {
  color: #98A2B3;
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.calculator-range .wrapper .button-holder #apply-loan-btn {
  display: flex;
  padding: 20px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
  .calculator-range .wrapper .button-holder #apply-loan-btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .calculator-range .wrapper .button-holder #apply-loan-btn {
    margin: 0 auto;
  }
}
.calculator-range .wrapper .button-holder #apply-loan-btn:hover {
  background-color: #000;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.calculator-range select {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  color: #555;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.calculator-range select:focus {
  border-color: #000;
}
.calculator-range .slider-container .label {
  color: black;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: 0.2px;
}
@media screen and (max-width: 599px) {
  .calculator-range .slider-container .label {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .calculator-range .slider-container .label {
    font-size: 16px;
  }
}
.calculator-range .slider-container .output {
  color: black;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 92.308% */
}
@media screen and (max-width: 599px) {
  .calculator-range .slider-container .output {
    font-size: 22px;
    text-align: end;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .calculator-range .slider-container .output {
    font-size: 22px;
    text-align: end;
  }
}
.calculator-range .slider-container:first-child {
  margin-bottom: 30px;
}
.calculator-range .interest {
  margin-top: 40px;
}
.calculator-range .interest p {
  color: #6F7374;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.calculator-range .interest span {
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
}
.calculator-range input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 4px;
  background: #D7E1EF;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  margin: 0;
  border-radius: 2px;
}
.calculator-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid #fff;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.calculator-range input[type=range]::-webkit-slider-thumb:hover {
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
}
.calculator-range .range-wrapper {
  position: relative;
  width: 100%;
}
.calculator-range .tickmarks {
  position: relative;
  height: 20px;
  margin-top: 10px;
  padding-left: 10px;
}
.calculator-range .tickmarks#loanAmountTickmarks {
  padding-left: 5px;
}
.calculator-range .tickmarks span {
  color: #8E9FC3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 0.2px;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
.calculator-range .tickmarks span.active {
  color: #000;
  font-weight: 700;
}
.calculator-range .result-container {
  padding: 20px;
  margin-top: 20px;
  border-radius: 7px;
  border-radius: 8px;
  background-color: #F3EEEE;
}
.calculator-range .result-container h4 {
  color: black;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 29px; /* 120.833% */
}
.calculator-range .result-value {
  color: black;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
}
.calculator-range .note {
  font-size: 0.85rem;
  color: #777;
  margin-top: 10px;
}

.eco-calculator {
  width: 900px;
  margin: 60px auto;
  /* Results Grid */
  /* Notification Styles */
}
@media screen and (max-width: 599px) {
  .eco-calculator {
    padding: 30px;
    width: 100%;
  }
}
.eco-calculator .title * {
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.eco-calculator button.btn-secondary {
  color: #000;
  background-color: transparent;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.eco-calculator button.btn-secondary:hover {
  background-color: transparent;
}
.eco-calculator button.btn-secondary:hover svg {
  stroke: #000;
}
.eco-calculator .hidden {
  display: none !important;
}
.eco-calculator .form-section {
  gap: 20px;
  display: flex;
  padding: 40px;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #F9F9F9;
  box-shadow: 0px 24px 32px 0px rgba(72, 88, 133, 0.07);
}
@media screen and (max-width: 599px) {
  .eco-calculator .form-section {
    padding: 20px;
  }
}
.eco-calculator .form-section label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
.eco-calculator .form-section {
  margin-bottom: 20px;
}
.eco-calculator .form-section .select-group {
  width: 100%;
}
.eco-calculator .form-section .select-group .nice-select {
  width: 100%;
  display: flex;
  padding: 22px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FFF;
}
@media screen and (max-width: 599px) {
  .eco-calculator .form-section .select-group .nice-select {
    padding: 15px;
  }
}
.eco-calculator .form-section .select-group .nice-select:before {
  content: attr(data-attr);
  position: relative;
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 599px) {
  .eco-calculator .form-section .select-group .nice-select:before {
    font-size: 15px;
  }
}
.eco-calculator .form-section .select-group .nice-select .current {
  color: #1B1B1B;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 35px */
}
@media screen and (max-width: 599px) {
  .eco-calculator .form-section .select-group .nice-select .current {
    font-size: 22px;
  }
}
.eco-calculator .form-section .select-group .nice-select .current > span {
  margin-left: 10px;
  font-size: 26px;
}
.eco-calculator .form-section .select-group .nice-select .list {
  width: 100%;
  border-radius: 16px;
  top: 110%;
  padding: 10px;
  font-size: 16px;
}
.eco-calculator .form-section .select-group .nice-select .list li {
  border-radius: 5px;
}
.eco-calculator .form-section .select-group .nice-select::after {
  top: 44%;
  right: 28px;
  width: 15px;
  height: 15px;
  border-color: black;
}
.eco-calculator .form-section .form-group {
  width: 100%;
  display: flex;
  padding: 22px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FFF;
}
@media screen and (max-width: 599px) {
  .eco-calculator .form-section .form-group {
    padding: 15px;
  }
}
.eco-calculator .form-section .form-group .attribute {
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 599px) {
  .eco-calculator .form-section .form-group .attribute {
    font-size: 15px;
  }
}
.eco-calculator .form-section .form-group input[type=text] {
  border: none;
  color: #1B1B1B;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 35px */
}
@media screen and (max-width: 599px) {
  .eco-calculator .form-section .form-group input[type=text] {
    font-size: 22px;
  }
}
.eco-calculator .form-section .form-group input[type=text]::-webkit-outer-spin-button, .eco-calculator .form-section .form-group input[type=text]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.eco-calculator .form-section .form-group input[type=text]:focus, .eco-calculator .form-section .form-group input[type=text]:focus-visible, .eco-calculator .form-section .form-group input[type=text]:hover {
  border: none;
  outline: none;
}
.eco-calculator .results-grid {
  gap: 20px;
  width: 900px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .eco-calculator .results-grid {
    gap: 10px;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(min(50%, 120px), 1fr));
  }
}
.eco-calculator .results-grid .result-box {
  padding: 20px;
  color: #4C9380;
  text-align: center;
  border-radius: 10px;
  background-color: #E3F1EC;
}
@media screen and (max-width: 599px) {
  .eco-calculator .results-grid .result-box {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.eco-calculator .results-grid .result-box p {
  font-size: 14px;
  margin-bottom: 10px;
}
.eco-calculator .results-grid .result-box h3 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .eco-calculator .results-grid .result-box h3 {
    font-size: 20px;
  }
}
.eco-calculator .notification {
  display: flex;
  padding: 40px;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #F9F9F9;
  display: none;
  opacity: 0;
  height: auto;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
  letter-spacing: 0.2px;
}
.eco-calculator .notification #requiredCapacityInfo,
.eco-calculator .notification #required {
  color: #4C9380;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.eco-calculator .notification.show {
  opacity: 1;
}
.eco-calculator .info {
  display: flex;
  padding: 40px;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #F9F9F9;
  /* Apply Button */
  /* Info Text */
}
@media screen and (max-width: 599px) {
  .eco-calculator .info {
    gap: 40px;
    flex-direction: column;
  }
}
.eco-calculator .info .apply-button {
  gap: 10px;
  display: flex;
  color: #FFF;
  padding: 20px;
  justify-content: center;
  align-items: center;
  text-wrap-mode: nowrap;
  border: none;
  border-radius: 10px;
  background-color: #191717;
  transition: all 0.2s ease-in-out;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
.eco-calculator .info .apply-button:hover {
  background-color: #000;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.eco-calculator .info .info-text {
  gap: 15px;
  display: flex;
  width: 524px;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-shrink: 0;
  align-self: start;
  color: #98A2B3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: auto 0;
}
@media screen and (max-width: 599px) {
  .eco-calculator .info .info-text {
    width: 100%;
  }
}

.tooltip-inner {
  text-align: left;
  padding: 20px 30px 20px 20px !important;
  font-size: 14px !important;
  width: 650px !important;
  min-width: 650px !important;
  max-width: 650px !important;
}
@media screen and (max-width: 599px) {
  .tooltip-inner {
    margin: 0 auto;
    width: 90% !important;
    min-width: 90% !important;
    max-width: 90% !important;
  }
}
.tooltip-inner a {
  color: #FFF;
  text-decoration: underline;
}
.tooltip-inner ul {
  margin: 0;
  list-style: outside;
}
.tooltip-inner ul li {
  text-align: left;
}
.tooltip-inner ul li:not(:last-child) {
  margin-bottom: 5px;
}

.pos-container .pos-locations {
  margin-top: 80px;
}
.pos-container .pos-locations .cards-container {
  gap: 100px;
  display: flex;
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pos-container .pos-locations .cards-container {
    gap: 50px;
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .pos-container .pos-locations .cards-container {
    gap: 10px;
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .pos-container .pos-locations .cards-container {
    gap: 10px;
    flex-direction: column;
  }
}
.pos-container .pos-locations .cards-container .column {
  width: 50%;
  border-radius: 10px;
  background: #F3EEEE;
  display: flex;
  padding: 34px 54px;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pos-container .pos-locations .cards-container .column {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .pos-container .pos-locations .cards-container .column {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .pos-container .pos-locations .cards-container .column {
    width: 100%;
  }
}
.pos-container .pos-locations .cards-container .column .item {
  border-radius: 8px;
  padding: 40px 0;
  width: 100%;
  cursor: pointer;
  display: block;
  border-bottom: solid 1px #E7D6D5;
}
.pos-container .pos-locations .cards-container .column .item .title {
  color: #3D4148;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
}
.pos-container .pos-locations .cards-container .column .item .location {
  color: #8A95A8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 10px 0;
}
.pos-container .pos-locations .cards-container .column .item .location ol {
  list-style-type: none;
  padding-left: 0;
}
.pos-container .pos-locations .cards-container .column .item .category {
  gap: 20px;
  margin: 0;
  padding: 0;
  display: flex;
}
.pos-container .pos-locations .cards-container .column .item .category li {
  gap: 10px;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  padding: 10px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #FFF;
}
.pos-container .pos-locations .select-container {
  gap: 30px;
  text-align: center;
  display: flex;
}
.pos-container .pos-locations .select-container .nice-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #D6DAE1;
  background: #FFF;
  height: 54px !important;
  width: 411px !important;
}
.pos-container .pos-locations .select-container .nice-select .list {
  width: 100%;
  z-index: 1001;
  max-height: 400px;
  overflow-y: auto;
}
.pos-container .pos-locations .select-container .nice-select .list::-webkit-scrollbar {
  padding: 10px;
  width: 10px;
}
.pos-container .pos-locations .select-container .nice-select .list::-webkit-scrollbar-thumb {
  padding: 10px;
  background: #4e4e4e;
  border-radius: 50px;
  border: solid 3px #FFF;
}
.pos-container .pos-locations .select-container select {
  margin: 0 10px;
}

.partner-carousel {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .partner-carousel {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .partner-carousel {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .partner-carousel {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.partner-carousel .section-title h2 {
  color: #191717;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
@media screen and (max-width: 599px) {
  .partner-carousel .section-title h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .partner-carousel .section-title h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .partner-carousel .section-title h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
.partner-carousel .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.partner-carousel .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  margin-top: 60px;
  justify-content: center;
}
.partner-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #F4EADF;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.1s ease;
  opacity: 1;
}
.partner-carousel .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  height: 25px;
  background: #FFF;
  padding: 1px;
  border: 2px solid #000;
  position: relative;
}
.partner-carousel .swiper .swiper-pagination .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 3.2px;
  left: 3.3px;
  width: 0.9em;
  height: 0.9em;
  transform: scale(1);
  background-color: #000;
  border-radius: 50%;
}
.partner-carousel .swiper-slide {
  font-size: 18px;
  background: #F4EADF;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .partner-carousel .swiper-slide {
    padding: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .partner-carousel .swiper-slide {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .partner-carousel .swiper-slide {
    padding: 20px;
  }
}
.partner-carousel .swiper-slide .title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .partner-carousel .swiper-slide .title-container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.partner-carousel .swiper-slide .title-container .title h3 {
  color: #191717;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.partner-carousel .swiper-slide .title-container .title a {
  color: #6F7374;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  position: relative;
  background: #FAF8F8;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
}
.partner-carousel .swiper-slide .title-container .title a::after {
  content: url("../../dist/images/icons/rightArrow.svg");
  position: absolute;
  top: 6px;
}
.partner-carousel .swiper-slide .title-container .image {
  display: flex;
  gap: 17px;
  flex-direction: row;
  align-items: center;
}
.partner-carousel .swiper-slide .title-container .image img {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (max-width: 599px) {
  .partner-carousel .swiper-slide .title-container .image img {
    width: 94px;
    height: 94px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .partner-carousel .swiper-slide .title-container .image img {
    width: 94px;
    height: 94px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .partner-carousel .swiper-slide .title-container .image img {
    width: 94px;
    height: 94px;
  }
}
.partner-carousel .swiper-slide .description-container {
  margin: 50px 0 30px 0;
}
.partner-carousel .swiper-slide .description-container p {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.partner-carousel .swiper-slide button a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
}

.eco-partner-carousel {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .eco-partner-carousel {
    margin-top: 35px;
    margin-bottom: 35px;
    gap: 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .eco-partner-carousel {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .eco-partner-carousel {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.eco-partner-carousel .section-title h2 {
  color: #3D4148;
  font-size: 34px;
  font-weight: 700;
  line-height: 42.5px;
}
@media screen and (max-width: 599px) {
  .eco-partner-carousel .section-title h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .eco-partner-carousel .section-title h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .eco-partner-carousel .section-title h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.eco-partner-carousel .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.eco-partner-carousel .swiper-wrapper {
  display: flex;
  align-items: center;
}
.eco-partner-carousel .swiper-slide {
  font-size: 18px;
  background: transparent;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .eco-partner-carousel .swiper-slide {
    padding: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .eco-partner-carousel .swiper-slide {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .eco-partner-carousel .swiper-slide {
    padding: 20px;
  }
}
.eco-partner-carousel .swiper-slide .img-container {
  width: 300;
}
.eco-partner-carousel .swiper-slide .img-container img {
  width: 100%;
  height: 100%;
}

.document-container.blue-svg {
  --main-svg-color: #215160;
}
.document-container.red-svg {
  --main-svg-color: #BC0A10;
}
.document-container svg.document-icon path.background {
  fill: var(--main-svg-color);
}
.document-container svg.document-icon path.top-bar {
  fill: color-mix(in srgb, var(--main-svg-color) 40%, black);
}
.document-container svg.download-icon path {
  stroke: var(--main-svg-color);
}
.document-container .button-text {
  color: var(--main-svg-color);
}

.success-container {
  display: flex;
  justify-content: center;
  height: 70vh;
  align-items: center;
  padding: 0 15px;
}
.success-container .success-alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 30px;
  padding: 80px 100px;
  background: #F9F9F9;
  box-shadow: 49px 284px 81px 0px rgba(0, 0, 0, 0), 32px 182px 74px 0px rgba(0, 0, 0, 0.01), 18px 102px 62px 0px rgba(0, 0, 0, 0.03), 8px 45px 46px 0px rgba(0, 0, 0, 0.04), 2px 11px 25px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 599px) {
  .success-container .success-alert {
    padding: 40px 20px;
  }
}
.success-container .success-alert h3 {
  color: #3D4148;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 31.2px;
}
@media screen and (max-width: 599px) {
  .success-container .success-alert h3 {
    font-size: 22px;
    line-height: 24.2px;
  }
}
.success-container .success-alert button {
  padding: 15px 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.success-container .success-alert button span {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
}

.new-cards-section {
  background: url("../../dist/images/repository/backround.png");
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C1D5E6;
  height: 720px;
  position: relative;
  overflow-x: hidden;
  padding: 0 15px;
}
@media screen and (max-width: 599px) {
  .new-cards-section {
    height: 400px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .new-cards-section {
    height: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .new-cards-section {
    height: 720px;
  }
}
.new-cards-section .cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
.new-cards-section .cards-container .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-bottom: 30px;
}
.new-cards-section .cards-container .heading h2 {
  color: #191717;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .new-cards-section .cards-container .heading h2 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .new-cards-section .cards-container .heading h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .new-cards-section .cards-container .heading h2 {
    font-size: 42px;
    line-height: 44px;
  }
}
.new-cards-section .cards-container .heading button {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
  padding: 4px 30px;
  border-radius: 15px;
}
.new-cards-section .cards-container img {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .new-cards-section .cards-container img {
    width: 120vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .new-cards-section .cards-container img {
    width: 120vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .new-cards-section .cards-container img {
    width: 120vw;
  }
}

.directors {
  margin: 60px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 1160px) {
  .directors {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .directors {
    grid-template-columns: 1fr;
  }
}
.directors .member {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  border-radius: 10px;
  background: #F4F4F4;
}
.directors .member .member-name {
  color: #3D4148;
  font-size: 26px;
  font-weight: 700;
  line-height: 32.5px;
}
.directors .member .member-position {
  color: #6F7374;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.business-criteria-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #EAE3E3;
  padding: 100px 15px;
}
@media screen and (max-width: 599px) {
  .business-criteria-container {
    padding: 60px 15px;
  }
}
.business-criteria-container .main-holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.business-criteria-container .main-holder .title {
  color: #191717;
  font-size: 34px;
  font-weight: 700;
  line-height: 42.5px;
}
.business-criteria-container .main-holder .business-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .business-criteria-container .main-holder .business-type {
    gap: 20px;
  }
}
@media (max-width: 1160px) {
  .business-criteria-container .main-holder .business-type {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .business-criteria-container .main-holder .business-type {
    grid-template-columns: 1fr;
  }
}
.business-criteria-container .main-holder .business-type .business {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
}
.business-criteria-container .main-holder .business-type .business .business-name {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.business-criteria-container .main-holder .business-type .business .business-criteria {
  border-top: 1px solid #ECECEC;
}
.business-criteria-container .main-holder .business-type .business .business-criteria li {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
}
.business-criteria-container .main-holder .business-type .business .business-criteria ul {
  gap: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  --checked-image: url(../images/repository/checked-green.svg);
}
.business-criteria-container .main-holder .business-type .business .business-criteria ul li {
  list-style: none;
  display: flex;
  position: relative;
  margin-left: 0;
  align-items: start;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .business-criteria-container .main-holder .business-type .business .business-criteria ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 115%;
  }
}
.business-criteria-container .main-holder .business-type .business .business-criteria ul li::before {
  top: 8px;
  content: var(--checked-image);
  margin-right: 15px;
  position: relative;
  display: inline-block;
  mask-image: var(--checked-image);
  -webkit-mask-image: var(--checked-image);
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto;
          mask-size: auto;
  background-color: var(--checked-color);
}
.business-criteria-container .main-holder .business-type .business .business-criteria ul.no-mask li::before {
  mask-image: none;
  -webkit-mask-image: none;
  background-color: unset;
}
.business-criteria-container .main-holder .business-type .business .business-criteria.yellow {
  --checked-color: #D4A373;
}
.business-criteria-container .main-holder .business-type .business .business-criteria.blue {
  --checked-color: #A0C0DB;
}
.business-criteria-container .main-holder .business-type .business .business-criteria.red {
  --checked-color: #E4BABA;
}
.business-criteria-container .main-holder .business-type .business .business-criteria.grass-green {
  --checked-color: #4C9380;
}

.banner-cards {
  display: flex;
  border-radius: 60px;
  background-color: #D40E14 !important;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: 310px;
}
@media screen and (max-width: 599px) {
  .banner-cards {
    flex-direction: column-reverse;
    background-size: 210px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .banner-cards {
    min-height: 322px;
  }
}
.banner-cards .image {
  z-index: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .banner-cards .image {
    display: flex;
    align-items: self-end;
  }
  .banner-cards .image img {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .banner-cards .image img {
    width: 100%;
  }
}
.banner-cards .content {
  display: flex;
  padding: 0 100px;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .banner-cards .content {
    gap: 15px;
    padding: 30px 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .banner-cards .content {
    gap: 20px;
    padding: 0 40px;
  }
}
.banner-cards .content .title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%; /* 62px */
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .banner-cards .content .title {
    font-size: 30px;
    line-height: 105%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .banner-cards .content .title {
    line-height: 105%;
  }
}
.banner-cards .content .description {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 29.7px */
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .banner-cards .content .description {
    font-size: 20px;
    line-height: 130%;
  }
}

.tenders {
  gap: 30px;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
}
.tenders .item {
  gap: 30px;
  display: flex;
  align-items: center;
  display: flex;
  padding: 30px;
  align-items: center;
  border-radius: 30px;
  background: #F5F6F7;
}
@media screen and (max-width: 599px) {
  .tenders .item {
    flex-direction: column;
  }
}
.tenders .item .icon svg {
  width: 44px;
  height: 59px;
}
.tenders .item .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.tenders .item .content .title {
  color: #3D4148;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 80% */
}
@media screen and (max-width: 599px) {
  .tenders .item .content .title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}
.tenders .item .content .date {
  color: #3D4148;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.tenders .item .content .date span {
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .tenders .item .content .date {
    margin: 0 auto;
  }
}
.tenders .item a {
  gap: 10px;
  margin-left: auto;
  display: flex;
  height: 60px;
  padding: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #191717;
  transition: all 0.2s ease-in-out;
}
.tenders .item a:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2078431373);
}
@media screen and (max-width: 599px) {
  .tenders .item a {
    margin: 0 auto;
  }
}

.is-hidden {
  display: none !important;
}

.app-button {
  background-color: #22252A;
  color: #fff;
  border: none;
  padding: 15px 25px;
  border-radius: 15px;
  font-weight: 500;
  text-decoration: none;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
}
@font-face {
  font-family: "Maison Neue";
  src: url("../fonts/MaisonNeueLight_normal_normal.woff2") format("woff2");
  font-weight: 100 200;
}
@font-face {
  font-family: "Maison Neue";
  src: url("../fonts/MaisonNeueBook_normal_normal.woff2") format("woff2");
  font-weight: 300 400;
}
@font-face {
  font-family: "Maison Neue";
  src: url("../fonts/MaisonNeueMedium_normal_normal.woff2") format("woff2");
  font-weight: 500 600;
}
@font-face {
  font-family: "Maison Neue";
  src: url("../fonts/MaisonNeueDemi_normal_normal.woff2") format("woff2");
  font-weight: 700;
}
.soft-pink {
  background-color: #F3EEEE;
}

.soft-peach {
  background-color: #F6EADE;
}

.soft-green {
  background-color: #C2E2D8;
}

.soft-blue {
  background-color: #D4E2EE;
}

.pale-rose {
  background-color: #F5C5C7;
}

.soft-light-green {
  background-color: #EDFBF6;
}

.title-green {
  color: #4C9380;
}

.green {
  background-color: #4C9380;
}

.whisper-gray {
  background-color: #F7F7F7;
}

.light-gray {
  background-color: #F4F4F4;
}

.light-blue {
  background-color: #EFF2FA;
}

.white {
  background-color: white;
}

.soft-orange {
  background-color: #F4EADF;
}

.almost-blue {
  background-color: #D4E2EE;
}

.timeline-green {
  background-color: #E3F1EC;
}

@media (max-width: 1200px) {
  .beginning-text {
    font-size: 18px !important;
  }
  .end-container .ending-text {
    font-size: 23px;
  }
  .card-holder .card-item {
    padding: 10px;
  }
  .section-description {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1200px) and (max-width: 885px) {
  .section-description {
    line-height: 32px;
    font-size: 16px !important;
  }
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 28px !important;
  }
  .content-wrapper {
    padding: 20px 20px;
  }
  .app-download-links {
    margin-top: 10px !important;
  }
  .app-download-links img {
    width: 150px;
  }
  .repayment-wrapper {
    align-items: start !important;
    border-left: none !important;
  }
}
@media (min-width: 1200px) {
  .card-holder {
    -moz-column-gap: 60px;
         column-gap: 60px;
    justify-content: center;
  }
  .content-wrapper {
    padding: 50px 100px;
  }
}
@media (max-width: 992px) {
  .footer-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .footer-content .footer-note {
    text-align: center;
  }
  .navbar-nav {
    margin-left: 0 !important;
  }
  .investment-type {
    display: block;
  }
  .doughnut-body {
    margin: 0px;
  }
}
@media (min-width: 992px) {
  .navbar {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .banner-img {
    height: 600px !important;
  }
  .banner-content .banner-title {
    font-size: 60px !important;
  }
  .banner-content .banner-text {
    font-size: 25 !important;
  }
  .banner-content .banner-button {
    font-size: 20px !important;
  }
  .survey-arrow {
    width: 35px !important;
    height: 35px !important;
  }
  .beginning-text {
    font-size: 17px !important;
  }
  .end-container .ending-text {
    font-size: 20px;
  }
  .card-holder .card-item {
    padding: 15px;
    padding-bottom: 0;
  }
  .iphone-img {
    width: 260px !important;
  }
  .iphone-wrapper {
    display: flex;
    justify-content: center;
  }
  .section-wrapper {
    flex-direction: row;
  }
  .section-title {
    margin-top: 20px;
  }
  .see-more {
    margin-bottom: 20px;
  }
  .app-download-links {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .apply-for-loan .left-column {
    padding-right: 40px;
  }
  .apply-for-loan .right-column {
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .banner-content .banner-title {
    font-size: 40px !important;
  }
  .banner-content .banner-text {
    font-size: 20 !important;
  }
  .banner-content .banner-button {
    font-size: 18px !important;
  }
  .start-to-save .save-card {
    padding: 0 !important;
  }
}
@media (max-width: 1540px) {
  .navbar-collapse,
  .e-banking,
  #languageDropdown {
    font-size: 16px;
  }
  .navbar-brand {
    width: 220px;
  }
  .navbar-nav .nav-item {
    margin-right: 20px;
  }
  .calculator .amount-input {
    font-size: 130px !important;
  }
  .period-select,
  .interest-input {
    font-size: 30px !important;
  }
  .amount,
  .period,
  .interest {
    font-size: 25px !important;
  }
}
@media (max-width: 1356px) {
  .navbar-collapse,
  .e-banking,
  #languageDropdown {
    font-size: 14px;
  }
  .navbar-brand {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .logo-wrapper {
    width: 50px;
  }
  .logo-wrapper img {
    clip-path: inset(0 80% 0 0);
  }
}
@media (max-width: 1000px) {
  .logo-wrapper {
    width: unset;
  }
  .logo-wrapper img {
    clip-path: unset;
  }
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .main-timeline::after {
    left: 31px;
  }
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .left::after,
  .right::after {
    left: 18px;
  }
  .left::before {
    right: auto;
  }
  .right {
    left: 0%;
  }
}
* {
  font-family: "Maison Neue" !important;
}

.maintaining-env {
  justify-content: center;
}
.maintaining-env .col {
  padding: 20px;
}

.env-title {
  font-size: 48px;
  font-weight: 700;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

.credit-title {
  padding-top: 20px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 500;
}

.credit-text {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400px;
  color: rgb(102, 102, 102);
}

.management-environmental {
  background-color: rgb(247, 247, 247);
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-env-wrapper {
  padding-right: 2%;
}
.card-env-wrapper .card-titlee {
  font-size: 48px;
  font-weight: 700;
  color: #4C9380;
  padding-left: 30px;
}

.c-text {
  color: white;
}

.description-survey-section {
  display: flex;
  align-items: center;
  background-color: #F3EEEE;
}

.survey-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #666666;
}

.border-custom {
  border-radius: 6px;
  height: 150px;
  align-items: center;
  background-color: #F4F4F4;
}

.beginning-text {
  font-size: 24px;
  font-weight: 500;
}

.beginning-text::before {
  content: "";
  display: inline-block;
  width: 25px;
}

.ending-text {
  font-size: 30px;
  font-weight: 500;
}

.end-container {
  display: flex;
  align-items: center;
}

.icon-btn {
  padding: 10px 10px;
  border: none;
  background-color: white;
  align-items: center;
  margin-right: 25px;
}

.icon-btn:focus,
.icon-btn:active {
  background-color: transparent !important;
}

.icon-btn:hover {
  background-color: white;
}

.survey-arrow {
  width: 44px;
  height: 44px;
  vertical-align: middle;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.forms-text {
  font-size: 34px;
  font-weight: 700;
  margin: 7% 0;
}

.form-container {
  max-width: 500px;
}

.form-container-wrapper {
  background-color: rgb(244, 244, 244);
  border-radius: 8px;
  padding-left: 1.5rem;
  padding: 2px 15px 50px 40px;
}

.exampleCheck1-1, .exampleCheck1-2, .exampleCheck1-3 {
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: 400;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.button-container {
  display: flex;
  justify-content: flex-end; /* Align button to the right */
  margin: 0px 285px;
}

.forms-send-button {
  border-radius: 5px;
  background: #191717;
  border: none;
  padding: 18px 60px;
  font-size: 26px;
  font-weight: 400;
}

.forms-send-button:focus,
.forms-send-button:active {
  background-color: black !important;
}

.forms-send-button:hover {
  background-color: black;
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .form-container {
    max-width: 80%;
  }
}
.compliance-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
}

.description-compliance-section {
  display: flex;
  align-items: center;
  background-color: rgb(243, 238, 238);
}

.compliance-description {
  max-width: 100%;
  font-size: 20px;
  color: #666;
}

.title-c {
  font-size: 48px;
  font-weight: bold;
}

.compliance-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
}

.compliance-description-under {
  max-width: 80%;
}

.title-o {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}

.online-security-description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #666;
}

.first-logo-title, .second-logo-title,
.third-logo-title {
  color: #000;
  font-size: 21px;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 25px;
}

.first-logo-button, .second-logo-button,
.third-logo-button {
  background-color: #F7F7F7;
  color: rgb(212, 14, 20);
  border-radius: 6px 0px 0px 6px;
  display: flex;
  padding: 6px;
  border: none;
  align-content: center;
  margin-top: 25px;
}

.online-security-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
}

.online-security-description-under {
  max-width: 80%;
  color: #666;
}

.box-apply {
  background-color: black;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 300px;
  min-height: 100px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-text {
  font-size: 80px;
  color: white;
  font-weight: 700;
}

.box-button {
  font-size: 1rem;
}

.green .section-title, .green .section-description {
  color: white !important;
}

.certification-description {
  font-size: 20px;
  color: #666666;
}

.certification-wrapper .row {
  gap: 30px;
}
.certification-wrapper .c-border-custom {
  background-color: #F0F0F0;
  border-radius: 10px;
  padding: 20px;
}
.certification-wrapper .c-border-custom .doc-text {
  color: #3D4148;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.certification-wrapper .download-btn {
  background-color: #DDDDDD;
  color: #D40E14;
  border: none;
  gap: 10px;
  padding: 10px;
}
.certification-wrapper .download-btn:active {
  background-color: #D40E14;
}

.surveys-wrapper .row {
  gap: 20px;
}

.custom-card {
  margin-top: 20px;
  width: 40rem;
  background-color: #F4F4F4;
  margin: 1.5rem;
  border: none;
  padding: 1rem;
}

.custom-img {
  width: 90%;
  height: auto;
  display: block;
  margin: 20px auto;
}

.custom-card .board-card-body {
  font-size: 16px;
  padding-left: 35px;
  padding-right: 20px;
}

.custom-card .btn {
  background-color: rgb(221, 221, 221);
  color: rgb(212, 14, 20);
  border-radius: 6px;
  display: flex;
  padding: 6px 10px 6px 10px;
  border: none;
  align-content: center;
  margin-top: 25px;
}

.board-card-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}

.board-card-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: rgb(111, 115, 116) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines you want */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board-card-text-1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: rgb(111, 115, 116) !important;
}

/* forms css*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.title-s {
  font-size: 1.5rem;
  font-weight: bold;
}

.survey-description {
  font-size: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.icon-btn {
  font-size: 1rem;
}

.board-members {
  margin: 60px 0;
}
@media screen and (max-width: 599px) {
  .board-members {
    flex-direction: column;
  }
}

.board-directors-card {
  width: 50%;
  background-color: #F4F4F4;
  border: none;
  padding: 40px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .board-directors-card {
    width: 100%;
  }
}
.board-directors-card .board-directors-img {
  height: 500px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.board-directors-card .description {
  display: block;
  overflow: hidden;
  max-height: 72px; /* Approx. 3 lines height (adjust as needed) */
  transition: all 0.5s ease-in-out;
}
.board-directors-card .description.expanded {
  max-height: 1000px; /* Large enough to fit all content */
}
.board-directors-card .see-more {
  margin-top: 20px;
  display: flex;
  height: 60px;
  padding: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #191717;
}

.board-card-title {
  margin-top: 40px;
}

.corporate-wrapper {
  background-color: #F3EEEE;
}

.co-description {
  padding-left: 35px;
  font-size: 39px;
  line-height: 59px;
}

.corporate-title {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-self: stretch;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .corporate-title {
    margin-top: 40px;
    gap: 40px;
  }
}
.corporate-title p {
  margin-bottom: 0;
}
.corporate-title .co-title {
  color: #3D4148;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 42.5px */
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .corporate-title .co-title {
    font-size: 26px;
  }
}

.reverse {
  background-color: #FFF !important;
}
.reverse .accordion-item {
  background-color: #F3EEEE !important;
}
.reverse .accordion-item .accordion-button {
  background-color: #F3EEEE !important;
}

.accordion-wrapper {
  background-color: #F3EEEE;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 599px) {
  .accordion-wrapper {
    gap: 40px;
    padding: 20px;
  }
}
.accordion-wrapper .accordion .accordion-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  border: none;
  box-shadow: none;
}
.accordion-wrapper .accordion .accordion-item .accordion-button {
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 10px;
  background-color: transparent;
  color: #3D4148;
  box-shadow: none;
  border: none;
  padding: 30px 20px;
}
.accordion-wrapper .accordion .accordion-item .accordion-button:hover {
  background-color: transparent;
}
.accordion-wrapper .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion-wrapper .accordion .accordion-item .accordion-button.collapsed {
  background-color: transparent;
  color: inherit;
}
.accordion-wrapper .accordion .accordion-item .accordion-button:after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #F7BDC0;
  width: 10%;
  top: calc(100% - 3px);
  left: 20px;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.accordion-wrapper .accordion .accordion-item .green-accordion:after {
  background-color: #B7DED3;
}
.accordion-wrapper .accordion .accordion-item .green-accordion .accordion-number {
  color: #B7DED3;
}
.accordion-wrapper .accordion .accordion-item .blue-accordion:after {
  background-color: #B7D0E1;
}
.accordion-wrapper .accordion .accordion-item .blue-accordion .accordion-number {
  color: #B7D0E1;
}
.accordion-wrapper .accordion .accordion-item .accordion-number {
  font-weight: 500;
  font-size: 30px;
  color: #F7BDC0;
  margin-right: 20px;
}
.accordion-wrapper .accordion .accordion-item .accordion-collapse {
  border: none;
}
.accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-line {
  display: none;
  height: 1px;
  background-color: #e2e4e9;
  width: 96%;
  margin: -3px 20px;
  transition: opacity 0.3s ease;
}
.accordion-wrapper .accordion .accordion-item .accordion-collapse.show .accordion-line {
  display: block;
  opacity: 1;
}
.accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 50px;
  color: rgb(121, 121, 121);
}
.accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body:hover {
  background-color: transparent;
}
.accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body:focus {
  box-shadow: none;
}
.accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body.collapsed {
  background-color: transparent;
  color: inherit;
}
.accordion-wrapper .accordion .accordion-item .accordion-button:not(.collapsed):after {
  width: 10%;
}

.kredi-title {
  color: white;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.kredi-section-description {
  color: white;
  text-align: center;
  font-size: 18px;
}

.raport-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .raport-row {
    margin-top: 0 !important;
  }
}

.raport-card {
  margin: 20px;
}

.report-card-body {
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .report-card-body {
    padding: 0px;
  }
}

.report-card-img-top {
  width: 100%;
  height: 404px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
}
@media screen and (max-width: 599px) {
  .report-card-img-top {
    height: 200px;
  }
}

.report-card-text {
  margin-top: 10px;
  text-align: start;
  width: 99%;
  font-size: 34px;
  font-weight: 700;
  color: #3D4148;
}
@media screen and (max-width: 599px) {
  .report-card-text {
    font-size: 24px;
  }
}

.form-container {
  width: 40%; /* 40% width for the main form */
  margin-bottom: 20px;
}

.picture-form-container {
  width: 20%; /* Smaller width for the picture form */
}

@media (max-width: 768px) {
  .form-container, .picture-form-container {
    width: 100%; /* Make both forms full width on smaller screens */
  }
}
.position-title {
  color: #191717;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  margin-left: 260px;
}

.profile-picture {
  opacity: 0.75;
  height: 350px;
  width: 350px;
  position: relative;
  overflow: hidden;
  background: url("../../dist/images/repository/upload-cv.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.file-uploader {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0%;
  left: 0%;
}

.upload-icon {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #ccc;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #bbb;
}

.profile-picture:hover .upload-icon {
  opacity: 1;
}

.picture-form-container {
  margin-left: 40px;
}

.form-container {
  margin-right: 60px;
}

.career-row {
  justify-content: center;
}

.red-word {
  color: red;
}

.form-check-label {
  font-size: 16px;
  color: #7A828F;
}

.w-4 {
  width: 90px;
  height: 50px;
  background-color: black;
  color: white;
  border: none;
  margin-top: 40px;
  border-radius: 15px;
}

.picture-warning {
  color: #6F7374;
  font-size: 16px;
  font-weight: 400;
  width: 358px;
}

.contest-border-custom {
  height: 250px;
  background-color: #F4F4F4;
}

.contest-border-custom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 90%;
  border-bottom: 1px solid #D6DAE1;
}

.contest-title-text {
  text-align: left;
  color: #191717;
  font-size: 26px;
  font-weight: 700;
  margin-left: 10px;
}

.contest-paragraph {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-left: 10px;
}

.left-content {
  text-align: left;
}

.contest-btn-group .btn {
  padding: 8px 8px;
  font-size: 14px;
  min-width: auto;
  width: auto;
  background-color: white;
  color: #191717;
  border: none;
  margin: 10px;
}

.btn-icon {
  padding-right: 8px;
}

/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 120px;
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --black-color: hsl(220, 24%, 12%);
  --black-color-light: hsl(220, 24%, 15%);
  --black-color-lighten: hsl(220, 20%, 18%);
  --white-color: #fff;
  --body-color: hsl(220, 100%, 97%);
  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --normal-font-size: .938rem;
  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-semi-bold: 600;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 1001;
}

body:has(.header.mt-0) {
  padding-top: 125px;
}
@media screen and (max-width: 599px) {
  body:has(.header.mt-0) {
    padding-top: 95px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  body:has(.header.mt-0) {
    padding-top: 95px;
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}
@media screen and (max-width: 1118px) {
  .nav {
    margin: 0 !important;
  }
  .nav__data {
    width: 100% !important;
  }
}
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  max-width: 1504px;
  margin-inline: 1.5rem;
}
@media screen and (max-width: 599px) {
  .container {
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    margin-inline: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .container {
    margin-inline: 0;
  }
}

/*=============== HEADER ===============*/
.dark-header {
  padding: 0 15px !important;
  background-color: #636363 !important;
  z-index: var(--z-fixed) !important;
  transition: 0.9s all ease-in-out;
}

.dark-header::after {
  content: "";
  width: 100%;
  top: 100%;
  background-image: url("../images/repository/color-bag.svg");
  border-top: 1px solid #FFF;
  height: 8px;
  max-height: 8px;
  left: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  opacity: 1 !important;
}

.dark-header .navbar-brand path {
  fill: #fff !important;
}

.dark-header .e-banking {
  background: #D40E14;
  color: #fff;
}

.dark-header .toggle-megamenu .toggle-button {
  background: #333 !important;
}

.dark-header .dots path {
  stroke: white !important;
}

.sticky {
  height: 100px !important;
  transition: 0.9s all ease-in-out;
}

.sticky .nav {
  height: 100px !important;
}

.sticky .megamenu.show {
  transform: translateY(-20px);
}

.dark {
  background-color: #636363 !important;
}

.dark .navbar-brand path {
  fill: #fff;
}

.dark .e-banking {
  background: #D40E14;
  color: #fff;
}

.header {
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: var(--z-fixed);
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1118px) {
  .header {
    background-color: #636363;
  }
  .header::after {
    content: "";
    width: 100%;
    top: 100%;
    background-image: url(../images/repository/color-bag.svg);
    border-top: 1px solid #FFF;
    height: 20px;
    max-height: 20px;
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    opacity: 1;
    transform: scaleX(-1);
    background-size: 100%;
    background-repeat: repeat-y;
  }
}
ul {
  margin-top: revert !important;
}

.lang-list {
  margin-top: revert !important;
  padding-left: unset !important;
}

.menu__list {
  padding-left: unset !important;
}

.social-icons ul {
  padding-left: unset !important;
}

.social-icons li a {
  color: #6F7374 !important;
  transition: all 0.2s ease-in-out;
}
.social-icons li a:hover {
  color: #000 !important;
}

.header::after {
  content: "";
  width: 100%;
  top: 100%;
  background-image: url(../images/repository/color-bag.svg);
  border-top: 1px solid #FFF;
  height: 8px;
  max-height: 8px;
  left: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: 0.2s all ease-in-out;
  transform: scaleX(-1);
  background-size: 100%;
  background-repeat: repeat-y;
}
@media screen and (max-width: 599px) {
  .header::after {
    opacity: 1;
    background-size: 95%;
    transform: scaleX(-1) scale(1.12) !important;
    background-position: center;
  }
}

.header:hover {
  background-color: #636363;
  transition: all 0.2s ease-in-out;
}

.header:hover .dots path {
  stroke: white;
}

.header:hover::after {
  content: "";
  width: 100%;
  top: 100%;
  background-image: url(../images/repository/color-bag.svg);
  border-top: 1px solid #FFF;
  height: 8px;
  max-height: 8px;
  left: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  opacity: 1 !important;
  transform: scaleX(-1);
  background-size: 100%;
  background-repeat: no-repeat;
}

.header:hover .e-banking {
  background: #D40E14;
  color: #fff;
}

.header:hover .toggle-megamenu .toggle-button {
  padding: 15px;
  background: #333;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.header:hover:hover .navbar-brand path {
  fill: #fff;
}

@media screen and (max-width: 1118px) {
  .header .navbar-brand path {
    fill: #fff;
  }
}
/*=============== NAV ===============*/
.nav {
  height: var(--header-height);
  align-items: center;
}

@media screen and (max-width: 1118px) {
  .nav {
    height: 90px !important;
  }
}
.nav__logo, .nav__burger, .nav__close {
  color: var(--white-color);
}

.nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__data .responsive-menu {
  display: none;
}
.nav__data .responsive-menu ul {
  padding: 0;
}
.nav__data .responsive-menu ul li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav__data .responsive-menu ul li a {
  color: #FFf;
  padding: 5px !important;
}
.nav__data .responsive-menu ul li .menu__arrow {
  color: white;
}
.nav__data .responsive-menu ul li:hover ul.lang-sub {
  opacity: 1;
  visibility: visible;
  display: block;
  top: 35px;
}
.nav__data .responsive-menu ul li ul.lang-sub {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 9999;
  background: gray;
  border-radius: 5px;
}
.nav__data .responsive-menu ul li ul.lang-sub a {
  padding: 5px 10px !important;
}
.nav__data .responsive-menu .lang {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
}
.nav__data .e-banking {
  display: none;
  align-self: center !important;
}
@media screen and (max-width: 1118px) {
  .nav__data .e-banking {
    display: block;
    padding: 5px 10px;
  }
  .nav__data .nav__logo {
    width: 160px;
  }
  .nav__data .responsive-menu {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
  .nav__data .responsive-menu .responsive-lang a {
    font-size: smaller;
    color: white;
    text-decoration: none;
  }
}

.e-banking-item {
  background-color: #D40E14;
  padding: 5px;
}
.e-banking-item .nav__link {
  color: white !important;
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .nav__logo {
    width: 200px;
  }
}
.nav__logo i {
  font-weight: initial;
  font-size: 1.25rem;
}

.nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;
}

.nav__burger, .nav__close {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 1.25rem;
  cursor: pointer;
  transition: opacity 0.1s, transform 0.4s;
}

div.test {
  position: relative;
}

.nav__close {
  opacity: 0;
}

@media screen and (max-width: 1118px) {
  .nav__menu {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }
  .nav__menu::-webkit-scrollbar {
    width: 0;
  }
  .nav__list {
    background-color: white;
    padding-top: 1rem;
    margin: 0 !important;
  }
  .nav .nav__link {
    color: black;
    padding: 0.5rem 1.5rem;
  }
}
.nav__link {
  color: white;
  font-weight: 400;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
  font-size: 18px;
}

/* Show menu */
.show-menu {
  opacity: 1;
  top: 95px;
  pointer-events: initial;
}

.sticky .show-menu {
  top: 100px;
}

.show-menu ul {
  padding-left: unset;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}

.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}

/*=============== menu ===============*/
.menu__item {
  cursor: pointer;
}

.menu__item .nav__link::after {
  content: "";
  left: 0%;
  top: 50%;
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: transparent;
  z-index: 999;
}

@media screen and (max-width: 1118px) {
  .menu__item .nav__link::after {
    display: none;
  }
}
.menu__item__languages {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.menu__arrow {
  font-size: 1.45rem;
  font-weight: initial;
  transition: transform 0.4s;
}

.menu__link, .menu__sublink {
  padding: 13px 0;
  color: #000000;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-weight: 500;
  transition: background-color 0.3s;
  border-radius: 5px;
  position: relative;
  font-size: 18px;
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 1118px) {
  .menu__link, .menu__sublink {
    padding: 15px 10px 15px 15px;
    width: 100%;
  }
}
.menu__link i, .menu__sublink i {
  font-size: 1.45rem;
  font-weight: initial;
}

.menu__link:hover, .menu__sublink:hover {
  background-color: #F5ECDD;
}

.menu__link:after, .menu__sublink:after {
  content: "";
  right: -20%;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: transparent;
}

.menu__item .menu__link.languages:hover {
  background-color: white;
  color: #636363;
}

.menu__menu, .menu__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  display: block;
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
}

.menu__menu:has(.languages), .menu__submenu:has(.languages) {
  width: -moz-fit-content;
  width: fit-content;
  left: -12px;
}

@media screen and (max-width: 1118px) {
  .menu__menu, .menu__submenu {
    padding: 0;
    width: 100%;
    box-shadow: none;
  }
}
.menu__item:hover .menu__menu, .menu__subitem:hover > .menu__submenu {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}

@media screen and (max-width: 1118px) {
  .menu__item:hover .menu__menu, .menu__subitem:hover > .menu__submenu {
    padding: 0 35px;
  }
}
.menu__item:hover .menu__arrow {
  transform: rotate(-90deg);
}

/*=============== menu SUBMENU ===============*/
.menu__add {
  margin-left: auto;
}

.menu__sublink {
  background-color: white;
}

.e-banking {
  display: flex;
  padding: 12px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  background: #F5F6F7;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 1220px) {
  .e-banking {
    padding: 12px 22px;
    font-size: 14px;
  }
}
.other {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search {
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.slideIn {
  animation-name: slideIn;
}

.search-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7607843137);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1220px) {
  .search-overlay form {
    flex-direction: column !important;
  }
}

.search-overlay ::-webkit-scrollbar {
  width: 10px;
}

.search-overlay ::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

.search-overlay ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.search-overlay ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.search-overlay.show {
  opacity: 1;
  visibility: visible;
}

.search-overlay .content {
  padding: 130px;
  position: relative;
  border-radius: 20px;
  background-color: #5B616B;
}

@media screen and (max-width: 1220px) {
  .search-overlay .content {
    padding: 70px !important;
    background: transparent !important;
  }
}
.search-overlay .content .hide-search {
  top: 30px;
  right: 15px;
  width: 30px;
  height: 30px;
  position: absolute;
}
@media screen and (max-width: 1118px) {
  .search-overlay .content .hide-search {
    top: 40px !important;
    right: 25px !important;
  }
}

.search-overlay .content .input-group {
  display: flex;
  width: 855px;
  padding: 10px;
  align-items: center;
  border-radius: 10px;
  border: 3px solid #D6DAE1;
  background: #FCFCFC;
}

@media screen and (max-width: 1220px) {
  .search-overlay .content .input-group {
    width: 335px !important;
  }
}
.search-overlay .content .input-group .search-bar {
  width: 100%;
}
@media screen and (max-width: 1220px) {
  .search-overlay .content .input-group .search-bar {
    flex-direction: column !important;
  }
}

.search-overlay .content .input-group .search-bar input {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  border: none;
}

.search-overlay .content .input-group .search-bar input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.search-overlay .content .input-group .search-bar button.btn {
  color: white;
  padding: 30px 70px;
  font-size: 20px;
  border-radius: 5px !important;
  background-color: black;
  position: relative;
}

@media screen and (max-width: 1220px) {
  .search-overlay .content .input-group .search-bar button.btn {
    padding: 15px 70px !important;
  }
}
.search-overlay .content .input-group .search-bar button.btn .x-icon {
  position: absolute;
}

.search-results {
  margin-top: 30px;
  background-color: #fff;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.search-results a {
  text-decoration: none;
}

.search-results .search-list ul {
  padding-left: 0;
}

.search-results .search-list .item {
  list-style: none;
}

.search-results .search-list .item:hover {
  background-color: #f5f5f5;
}

.search-results .search-list .item:hover .item-container .content {
  background-color: #f5f5f5;
}

.search-results .search-list .item .item-container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  transition: background-color 0.3s;
}

.search-results .search-list .item .item-container img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.search-results .search-list .item .item-container .content {
  background-color: white;
  padding: 0;
}

.search-results .search-list .item .item-container .content .item-title {
  color: #191717;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 0;
}

.search-results .search-list .item .item-container .content p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.hidden {
  opacity: 0;
}

button.btn.btn-outline-secondary {
  border: none !important;
}

.btn-outline-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn-outline-secondary .search-text {
  transition: opacity 0.3s ease-in-out;
}

.btn-outline-secondary .x-icon {
  transition: opacity 0.3s ease-in-out;
}

.btn-outline-secondary .x-icon.hidden {
  display: none;
}

.btn-outline-secondary:hover {
  cursor: pointer;
}

.other-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 1220px) {
  .other-menu {
    gap: 10px;
  }
}
.other-menu .toggle-megamenu {
  transition: all ease-in-out 0.2s;
}

.other-menu .toggle-megamenu .toggle-button {
  padding: 15px;
  background: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 1118px) {
  .other-menu .toggle-megamenu {
    display: none;
  }
}
.megamenu-hidden {
  display: none;
}

@media screen and (max-width: 1118px) {
  .megamenu-hidden {
    display: block;
  }
}
.megamenu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: var(--z-fixed);
  transition: all 0.2s ease-in-out;
  background-color: white;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25);
}

.megamenu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 1118px) {
  .megamenu {
    display: none;
  }
}
.megamenu .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
}

@media screen and (max-width: 1220px) {
  .megamenu .container {
    gap: 30px;
  }
}
.megamenu .container .megamenu__menu-section {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding: 90px 0 0 15px;
}

.megamenu .container .megamenu__menu-section .menu {
  display: flex;
  gap: 80px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 80px;
}

@media screen and (max-width: 1220px) {
  .megamenu .container .megamenu__menu-section .menu {
    padding-bottom: 80px;
    gap: 45px;
  }
}
.megamenu .container .megamenu__menu-section .menu .menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 25px;
  margin: 0 !important;
}

.megamenu .container .megamenu__menu-section .menu .menu__list li {
  flex: 0 0 33%;
}

@media screen and (max-width: 1220px) {
  .megamenu .container .megamenu__menu-section .menu .menu__list {
    gap: 25px;
  }
}
.megamenu .container .megamenu__menu-section .menu .menu__list li a {
  color: #3D4148;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

@media screen and (max-width: 1220px) {
  .megamenu .container .megamenu__menu-section .menu .menu__list li a {
    font-size: 18px;
  }
}
.megamenu .container .megamenu__menu-section .socials {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0 50px 0;
}

@media screen and (max-width: 1360px) {
  .megamenu .container .megamenu__menu-section .socials {
    flex-direction: column;
    gap: 20px;
  }
}
.megamenu .container .megamenu__menu-section .socials .get-started {
  display: flex;
  align-items: center;
  gap: 5px;
}

.megamenu .container .megamenu__menu-section .socials .get-started span {
  color: #6F7374;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 1220px) {
  .megamenu .container .megamenu__menu-section .socials .get-started span {
    font-size: 14px;
  }
}
.megamenu .container .megamenu__menu-section .socials .social-icons ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 1220px) {
  .megamenu .container .megamenu__menu-section .socials .social-icons ul {
    margin-right: 10px;
    gap: 15px;
  }
}
.megamenu .container .megamenu__menu-section .socials .social-icons ul li {
  color: #6F7374;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 1220px) {
  .megamenu .container .megamenu__menu-section .socials .social-icons ul li {
    font-size: 14px;
  }
}
.megamenu .container .megamenu__video-section {
  padding: 90px 15px 0 70px;
  border-left: 1px solid #E8E8E8;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.megamenu .container .megamenu__video-section h5 {
  color: #191717;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.megamenu .container .megamenu__video-section .video-cards-holder {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.megamenu .container .megamenu__video-section .video-cards-holder .single-card {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.megamenu .container .megamenu__video-section .video-cards-holder .single-card .video-img {
  position: relative;
}

.megamenu .container .megamenu__video-section .video-cards-holder .single-card .video-img img {
  width: 175px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.megamenu .container .megamenu__video-section .video-cards-holder .single-card .video-img .play {
  opacity: 1;
  position: absolute;
  bottom: -8px;
  left: -3px;
}

.megamenu .container .megamenu__video-section .video-cards-holder .single-card .video-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.megamenu .container .megamenu__video-section .video-cards-holder .single-card .video-info .title-desc {
  display: flex;
  flex-direction: column;
}

.megamenu .container .megamenu__video-section .video-cards-holder .single-card .video-info .title-desc h4 {
  color: #191717;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.megamenu .container .megamenu__video-section .video-cards-holder .single-card .video-info .title-desc p {
  color: #98A2B3;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
}

.megamenu .container .megamenu__video-section .video-cards-holder .single-card .video-info button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  background: none;
  border: none;
  color: #191717;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container {
    margin-inline: 1rem;
  }
  .nav__link {
    padding-inline: 1rem;
  }
}
/* For large devices */
@media screen and (min-width: 1118px) {
  .container {
    margin-inline: auto;
  }
  .nav {
    height: var(--header-height);
    display: flex;
    justify-content: space-between;
  }
  .nav__toggle {
    display: none;
  }
  .nav__list {
    height: 100%;
    display: flex;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .nav__link {
    height: 100%;
    padding: 0;
    justify-content: initial;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .nav__link:hover {
    background-color: transparent;
  }
  .menu__item, .menu__subitem {
    position: relative;
  }
  .menu__menu, .menu__submenu {
    max-height: initial;
    overflow: initial;
    position: absolute;
    left: 0;
    top: 6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, top 0.3s;
  }
  .menu__link, .menu__sublink {
    padding-inline: 18px;
    width: 100%;
  }
  .menu__item:has(> .menu__menu.languages) .menu__link {
    padding-inline: 0px;
    padding: 7px 0px;
  }
  .menu__subitem:has(> .menu__menu.languages) .menu__link {
    padding: 0px;
  }
  .menu__submenu {
    position: absolute;
    left: calc(100% + 25px);
    top: 0.5rem;
  }
  .menu__submenu:has(.languages) {
    padding: 0px;
  }
  .menu__item:hover .menu__menu {
    opacity: 1;
    top: 5.5rem;
    pointer-events: initial;
    transition: top 0.3s;
  }
  .menu__subitem:hover > .menu__submenu {
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top 0.3s;
  }
} 
/* Footer */
footer {
  position: relative;
  margin-top: 12px;
  background-color: #636363;
}
footer::before {
  content: "";
  width: 100%;
  top: -7px;
  background-image: url(../images/repository/color-bag.svg);
  border-top: 1px solid #FFF;
  height: 8px;
  max-height: 8px;
  left: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  opacity: 1;
  transform: scaleX(-1);
  background-size: 100%;
  background-repeat: repeat-y;
}
@media screen and (max-width: 599px) {
  footer::before {
    top: -8px;
    transform: scaleX(-1) scale(1.12) !important;
  }
}
footer .container {
  overflow: hidden;
}
footer .footer-item {
  padding: 100px 0 80px 0;
}
footer .footer-item img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  footer .footer-item div:nth-child(5) {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  footer .footer-item div:nth-child(5) {
    margin-bottom: 200px;
  }
}
footer h5 {
  font-size: 22px;
  font-weight: 700;
}
footer .iphone-wrapper {
  position: relative;
}
footer .iphone-wrapper .iphone-img {
  position: absolute;
  top: -13px;
}
@media screen and (max-width: 599px) {
  footer .iphone-wrapper .iphone-img {
    top: -200px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  footer .iphone-wrapper .iphone-img {
    top: -200px;
  }
}
footer .iphone-wrapper::after {
  content: "";
  background: linear-gradient(0deg, #636363 -24.26%, rgba(99, 99, 99, 0) 95.27%);
  height: 350px;
  position: absolute;
  bottom: -110px;
  left: 0;
  right: 0;
}
footer .iphone-wrapper .download {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: -12px;
  bottom: -60px;
}
@media screen and (max-width: 599px) {
  footer .iphone-wrapper .download {
    left: unset;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  footer .iphone-wrapper .download {
    left: unset;
  }
}
footer .iphone-wrapper .download .download-buttons {
  display: flex;
  gap: 10px;
  z-index: 1;
}
footer .iphone-wrapper .download .download-buttons button {
  border: none;
  border-radius: 10px;
  width: 130px;
}
footer .iphone-wrapper .download .download-title {
  display: flex;
  gap: 10px;
  z-index: 1;
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}
footer .list-unstyled li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #c0c0c0 !important;
}
footer .list-unstyled li a span {
  font-size: 18px;
  font-weight: 700;
  color: white;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #535353;
  color: #c0c0c0;
  font-size: 16px;
}
footer .footer-content p {
  margin-bottom: 0;
}
footer .footer-content .footer-note {
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  footer .footer-content .footer-note {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center !important;
  }
  footer .footer-content .footer-note svg {
    width: 30px;
    height: auto;
    margin-left: 0 !important;
    margin-top: 5px;
  }
}

.img-color-bag {
  width: 100%;
  height: 0;
  display: none;
  visibility: visible;
}
.img-color-bag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  visibility: visible;
}

.animate {
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.slideIn {
  animation-name: slideIn;
}

.search-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7607843137);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.search-overlay ::-webkit-scrollbar {
  width: 10px;
}
.search-overlay ::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.search-overlay ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.search-overlay ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.search-overlay.show {
  opacity: 1;
  visibility: visible;
}
.search-overlay .content {
  padding: 130px;
  position: relative;
  border-radius: 20px;
  background-color: #5B616B;
}
.search-overlay .content .hide-search {
  top: 30px;
  right: 15px;
  width: 30px;
  height: 30px;
  position: absolute;
}
.search-overlay .content .input-group {
  display: flex;
  width: 855px;
  padding: 10px;
  align-items: center;
  border-radius: 10px;
  border: 3px solid #D6DAE1;
  background: #FCFCFC;
}
.search-overlay .content .input-group .search-bar {
  width: 100%;
}
.search-overlay .content .input-group .search-bar input {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  border: none;
}
.search-overlay .content .input-group .search-bar input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.search-overlay .content .input-group .search-bar button.btn {
  color: white;
  padding: 30px 70px;
  font-size: 20px;
  border-radius: 5px !important;
  background-color: black;
  position: relative;
}
.search-overlay .content .input-group .search-bar button.btn .x-icon {
  position: absolute;
}

.search-results {
  margin-top: 30px;
  background-color: #fff;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.search-results a {
  text-decoration: none;
}
.search-results .search-list ul {
  padding-left: 0;
}
.search-results .search-list .item {
  list-style: none;
}
.search-results .search-list .item:hover {
  background-color: #f5f5f5;
}
.search-results .search-list .item:hover .item-container .content {
  background-color: #f5f5f5;
}
.search-results .search-list .item .item-container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  transition: background-color 0.3s;
}
.search-results .search-list .item .item-container img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.search-results .search-list .item .item-container .content {
  background-color: white;
  padding: 0;
}
.search-results .search-list .item .item-container .content .item-title {
  color: #191717;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 0;
}
.search-results .search-list .item .item-container .content p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.hidden {
  display: none !important;
}

button.btn.btn-outline-secondary {
  border: none !important;
}

.btn-outline-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn-outline-secondary .search-text {
  transition: opacity 0.5s ease-in-out;
}
.btn-outline-secondary .x-icon {
  transition: opacity 0.5s ease-in-out;
}
.btn-outline-secondary .x-icon.hidden {
  display: none;
}
.btn-outline-secondary:hover {
  cursor: pointer;
}

.apply-online-container {
  position: fixed;
  bottom: 10%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  z-index: 1000;
}

.apply-online-button button {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-radius: 10px 0px 0px 10px;
  background: #000;
  color: white;
  display: flex;
  border: none;
  padding: 30px 30px 30px 18px;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.5s ease, background-color 0.5s ease;
  align-items: center;
  flex-direction: column-reverse;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .apply-online-button button {
    padding: 20px;
  }
}
.apply-online-button button:hover {
  background-color: #333;
}
.apply-online-button button:hover svg {
  rotate: 360deg;
}
.apply-online-button button span {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .apply-online-button button span {
    display: none;
  }
}
.apply-online-button button svg {
  rotate: 180deg;
  transition: 0.5s all ease-in-out;
}

.dropdown-menu {
  position: absolute;
  right: 0;
  background-color: white;
  border: 0px solid #ccc;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 40px;
  min-width: 300px;
  border-radius: 10px 0px 0px 10px;
}
.dropdown-menu.visible {
  display: block;
  animation: slideIn 0.5s ease forwards;
}
.dropdown-menu.hiddenClass {
  display: block;
  animation: slideOut 0.5s ease forwards;
  pointer-events: none;
}
.dropdown-menu h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.dropdown-menu ul li {
  margin: 10px 0;
}
.dropdown-menu ul li a {
  cursor: pointer;
  color: #6f7374;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
.dropdown-menu ul li a:hover {
  color: #000;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.form-container {
  width: 40%;
  margin-bottom: 20px;
}

.picture-form-container {
  width: 20%;
}

@media (max-width: 768px) {
  .form-container, .picture-form-container {
    width: 100%;
  }
}
.position-title {
  color: #191717;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  margin-left: 260px;
}

.profile-picture {
  opacity: 0.75;
  height: 350px;
  width: 350px;
  position: relative;
  overflow: hidden;
  background: url("../../dist/images/repository/upload-cv.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.file-uploader {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0%;
  left: 0%;
}

.upload-icon {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #ccc;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #bbb;
}

.profile-picture:hover .upload-icon {
  opacity: 1;
}

.picture-form-container {
  margin-left: 40px;
}

.form-container {
  margin-right: 60px;
}

.career-row {
  justify-content: center;
}

.red-word {
  color: red;
}

.form-check-label {
  font-size: 16px;
  color: #7A828F;
}

.w-4 {
  width: 90px;
  height: 50px;
  background-color: black;
  color: white;
  border: none;
  margin-top: 40px;
  border-radius: 15px;
}

.picture-warning {
  color: #6F7374;
  font-size: 16px;
  font-weight: 400;
  width: 358px;
}

.contest-wrapper {
  border-radius: 50px;
}

.contest-border-custom {
  height: 250px;
  background-color: #F4F4F4;
}

.contest-border-custom {
  position: relative;
}

.contest-border-custom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 90%;
}

.contest-title-text {
  text-align: left;
  color: #191717;
  font-size: 26px;
  font-weight: 700;
  margin-left: 10px;
}

.contest-paragraph {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-left: 10px;
}

.left-content {
  text-align: left;
}

.contest-btn-group .btn {
  padding: 8px 8px;
  font-size: 14px;
  min-width: auto;
  width: auto;
  background-color: white;
  color: #191717;
  border: none;
  margin: 10px;
}

.btn-icon {
  padding-right: 8px;
}

.container.application-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  height: 100px;
}

.container.application-container h1 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
}

.application-buttons-container {
  display: flex;
  justify-content: flex-end;
}

.application-button {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  background-color: #F2F2F2;
  color: black;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 13px;
}

.application-button .text1 {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.application-button .text2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.apliko-application-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 10px;
  text-align: center;
  font-weight: 600;
}

.job-description {
  color: #666;
}

.meeting-wrapper {
  margin: 150px auto;
  display: flex;
  justify-content: center;
}
.meeting-wrapper .meeting-title {
  font-size: 39px;
  font-weight: 700;
  margin: 0;
}

.meeting-form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.form-col {
  display: flex;
  justify-content: flex-start;
  -moz-text-align-last: center;
       text-align-last: center;
}

#bankAccount {
  flex: 0 0 20ch;
}

#loan {
  flex: 0 0 10ch;
  margin-left: 69px;
}

#savings {
  flex: 0 0 12ch;
  margin-left: 25px;
}

#bankServices {
  flex: 0 0 0ch;
}

.m-form-control:focus {
  background-color: #000;
  color: #fff;
  box-shadow: unset;
}

.m-form-control::-moz-placeholder {
  color: #000;
}

.m-form-control::placeholder {
  color: #000;
}

.m-form-control:focus::-moz-placeholder {
  color: #fff;
}

.m-form-control:focus::placeholder {
  color: #fff;
}

.main-form-control {
  background-color: #fff;
  color: #000;
}

.main-form-control:focus {
  background-color: #fff;
  color: #000;
  box-shadow: none;
  border-color: #e0e0e0;
}

.w-8 {
  width: 90px;
  height: 50px;
  background-color: #D40E14;
  color: white;
  border: none;
  border-radius: 7px;
}

.m-form-control {
  height: 60px;
  border: 1px solid rgb(207, 207, 207);
  background-color: #fff;
  border-radius: 6px;
}

.partner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partner-card {
  margin: 30px 20px;
  border: none;
  border-radius: 15px;
  background-color: #F3EEEE;
  height: auto;
}

.partner-card-body {
  padding: 20px;
}

.partner-card-title {
  font-size: 20px;
  font-weight: 600;
}

.partner-card-text {
  margin-top: 10px;
  text-align: start;
  font-size: 20px;
  font-weight: 300;
  color: #3D4148;
  line-height: 25px;
}

.help-search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 5vh;
}

.search-wrapper {
  position: relative;
  display: inline-block;
}

.search-input {
  padding: 20px 50px 20px 20px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 800px;
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.search-icon img {
  width: 20px;
  height: 20px;
}

.button-container-help {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 60%;
  margin: 0 auto;
}

.button-container-help button {
  padding: 15px 20px;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid #D6DAE1;
  background-color: #F7F7F7;
  color: #3D4148;
}

.box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.box {
  flex: 0 0 30%;
  min-width: 460px;
  max-width: 460px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border: none;
  border-radius: 8px;
  text-align: center;
  background-color: #F5ECDD;
}

.box-icon {
  width: 35px;
  height: 29px;
  margin-bottom: 10px;
  margin-top: 60px;
}

.box-title {
  font-size: 20px;
  font-weight: 500;
  color: #3D4148;
}

.questions-container {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.question-box {
  display: flex;
  align-items: center; /* Centers content vertically */
  justify-content: space-between; /* Separates content to both ends */
  width: 80%;
  height: 230px;
  padding: 15px 39px;
  border: none;
  border-radius: 8px;
  background-color: #F7F7F7;
}

.question-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}

.question-title {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  text-align: start;
}

.question-paragraph {
  margin: 5px 0 0;
  font-size: 24px;
  font-weight: 400;
}

.phone {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.phone-icon {
  width: 70px;
  height: 70px;
}

.opportunity-border-top, .opportunity-border-middle, .opportunity-border-bottom {
  height: 250px;
  background-color: #FFA500; /* Orange background */
}

.opportunity-border-top {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: none;
  position: relative;
}

.opportunity-border-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 90%;
  border-bottom: 1px solid #D6DAE1;
}

.opportunity-border-middle {
  border-bottom: none;
  position: relative;
}

.opportunity-border-middle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 90%;
  border-bottom: 1px solid #D6DAE1;
}

.opportunity-border-bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.opportunity-title-text {
  text-align: left;
  color: #191717;
  font-size: 26px;
  font-weight: 700;
  margin-left: 10px;
}

.opportunity-paragraph {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-left: 10px;
}

.opportunity-content-left {
  text-align: left;
}

.opportunity-btn-group .btn {
  padding: 8px 8px;
  font-size: 14px;
  min-width: auto;
  width: auto;
  background-color: white;
  color: #191717;
  border: none;
  margin: 10px;
}

.btn-icon {
  padding-right: 8px;
}

.apply-now-text {
  font-size: 18px;
  color: #191717;
}

#carouselBanner {
  height: 100vh;
}

.carousel-item {
  display: none;
}

.carousel-item.active {
  display: block;
}

.second-banner {
  height: 100vh;
  position: relative;
}
.second-banner .carousel-item {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .second-banner .carousel-item {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.second-banner .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.16) 13%, rgba(0, 0, 0, 0) 33%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .second-banner .carousel-item::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.3) 13%, rgba(0, 0, 0, 0) 33%), rgba(0, 0, 0, 0.29) 50%/cover no-repeat;
  }
}
.second-banner .carousel-item .carousel-caption {
  z-index: 2;
  padding-left: 5%;
  padding-right: 5%;
}
.second-banner .carousel-indicators li {
  background-color: white;
  opacity: 0.5;
}
.second-banner .carousel-indicators .active {
  opacity: 1;
}
.second-banner .carousel-control-prev-icon,
.second-banner .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.16) 13%, rgba(0, 0, 0, 0) 33%);
  z-index: 1;
}
.carousel-item .banner-button {
  color: black;
  padding: 18px 40px;
  border: 1px solid black;
  font-size: 25px;
  font-weight: 500;
  border-radius: 15px;
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out;
}
.carousel-item .banner-button:hover {
  border-color: #cdcdcd;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.41);
}
@media screen and (max-width: 599px) {
  .carousel-item .banner-button {
    padding: 12px 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .carousel-item .banner-button {
    padding: 12px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel-item .banner-button {
    padding: 12px 30px;
  }
}
.carousel-item .banner-content {
  gap: 30px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 10%;
  margin-top: 150px;
}
.carousel-item .banner-content::after {
  z-index: 1;
}
.carousel-item .banner-content h1.banner-title {
  margin-bottom: 20px;
}
.carousel-item .banner-content p.banner-text {
  margin-bottom: 20px;
}
.carousel-item .banner-content .banner-button {
  margin-top: 10px;
}
.carousel-item .banner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-item .banner-container::after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.16) 13%, rgba(0, 0, 0, 0) 33%), rgba(211, 211, 211, 0) 50%/cover no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .carousel-item .banner-container::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.3) 13%, rgba(0, 0, 0, 0) 33%), rgba(0, 0, 0, 0.29) 50%/cover no-repeat;
  }
}
.carousel-item:has(.homepage-video) .volume {
  display: block;
}
.carousel-item .banner-title {
  width: 70%;
  font-size: 80px;
  font-weight: 700;
  color: white;
  text-align: left;
  margin: 0;
}
.carousel-item .c-container {
  gap: 30px !important;
}
.carousel-item .banner-text {
  font-size: 30px;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .carousel-item .banner-text {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .carousel-item .banner-text {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel-item .banner-text {
    font-size: 28px;
  }
}

#carouselBanner .carousel-indicators {
  position: absolute;
  top: 50%;
  right: 30px; /* 👈 space from the edge */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  left: auto; /* 👈 important: prevent Bootstrap from forcing them left */
}

#carouselBanner .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}

#carouselBanner .carousel-indicators .active {
  width: 14px;
  height: 14px;
  background-color: #fff;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

.latest-news-page {
  padding: 80px 0 150px 0;
}
@media (max-width: 991px) {
  .latest-news-page {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 576px) {
  .latest-news-page {
    padding: 40px 0 0px 0 !important;
  }
}
.latest-news-page h1 {
  margin: 0;
}
.latest-news-page .header-container {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .latest-news-page .header-container {
    margin-bottom: 25px;
  }
}
.latest-news-page .header-container .title {
  color: #191717;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .latest-news-page .header-container .title {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .latest-news-page .header-container .title {
    font-size: 40px;
    line-height: 36px;
  }
}
.latest-news-page .header-container .subtitle {
  color: #6F7374;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .latest-news-page .header-container .subtitle {
    line-height: 20px;
  }
}
.latest-news-page .latest-new {
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .latest-news-page .latest-new {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news-page .latest-new {
    margin-bottom: 40px;
    gap: 15px;
  }
}
.latest-news-page .latest-new .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .latest-news-page .latest-new .content {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .latest-news-page .latest-new .content {
    gap: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .latest-news-page .latest-new .content {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news-page .latest-new .content {
    gap: 5px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .latest-news-page .latest-new .content {
    gap: 20px;
    padding-left: 50px;
  }
}
.latest-news-page .latest-new .content .title {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .latest-news-page .latest-new .content .title {
    justify-content: space-between;
  }
}
.latest-news-page .latest-new .content .title .post-title {
  text-align: left;
  color: #3D4148;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .latest-news-page .latest-new .content .title .post-title {
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news-page .latest-new .content .title .post-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .latest-news-page .latest-new .content .title .post-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
  }
}
@media screen and (max-width: 599px) {
  .latest-news-page .latest-new .content .title .post-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin: 10px 0;
    width: 80%;
  }
}
.latest-news-page .latest-new .content .title svg {
  width: 130px;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 599px) {
  .latest-news-page .latest-new .content .title svg {
    width: 45px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .latest-news-page .latest-new .content .title svg {
    width: 70px;
  }
}
.latest-news-page .latest-new .content .title:hover svg {
  transform: rotate(44deg);
}
.latest-news-page .latest-new .content .description p {
  color: #8C8F90;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.latest-news-page .latest-new .content .read .btn {
  background-color: #EAECF0;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 0px rgba(234, 236, 240, 0.25);
}
.latest-news-page .latest-new .content .read .btn:hover, .latest-news-page .latest-new .content .read .btn:active {
  box-shadow: 0px 0px 0px 4px rgba(234, 236, 240, 0.25);
  border-color: transparent;
}
.latest-news-page .latest-new .featured-image {
  border-radius: 40px;
  width: 100%;
  height: 425px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .latest-news-page .latest-new .featured-image {
    height: 230px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .latest-news-page .latest-new .featured-image {
    height: 320px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news-page .latest-new .featured-image {
    height: 360px;
    border-radius: 30px;
  }
}
.latest-news-page .latest-new .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .latest-news-page .latest-new .featured-image img {
    height: 100%;
  }
}
.latest-news-page .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 1160px) {
  .latest-news-page .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .latest-news-page .news-list {
    grid-template-columns: 1fr;
  }
}
.latest-news-page .news-list .news-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .latest-news-page .news-list .news-card {
    gap: 15px;
  }
}
.latest-news-page .news-list .news-card .card-image img {
  border-radius: 40px;
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .latest-news-page .news-list .news-card .card-image img {
    height: 230px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .latest-news-page .news-list .news-card .card-image img {
    height: 320px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news-page .news-list .news-card .card-image img {
    height: 360px;
    border-radius: 30px;
  }
}
.latest-news-page .news-list .news-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .latest-news-page .news-list .news-card .card-content {
    gap: 10px;
  }
}
.latest-news-page .news-list .news-card .card-content .title {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.latest-news-page .news-list .news-card .card-content .title .post-title {
  text-align: left;
  color: #3D4148;
  font-size: 25px;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .latest-news-page .news-list .news-card .card-content .title .post-title {
    font-size: 22px;
    width: 80%;
  }
}
.latest-news-page .news-list .news-card .card-content .title svg {
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 599px) {
  .latest-news-page .news-list .news-card .card-content .title svg {
    width: 40px;
  }
}
.latest-news-page .news-list .news-card .card-content .title:hover svg {
  transform: rotate(44deg);
}
.latest-news-page .news-list .news-card .card-content .card-description p {
  color: #8C8F90;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.latest-news-page .news-list .news-card .card-content .read .btn {
  background-color: #EAECF0;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 0px rgba(234, 236, 240, 0.25);
}
.latest-news-page .news-list .news-card .card-content .read .btn:hover, .latest-news-page .news-list .news-card .card-content .read .btn:active {
  box-shadow: 0px 0px 0px 4px rgba(234, 236, 240, 0.25);
  border-color: transparent;
}
.latest-news-page .load-container {
  display: flex;
  justify-content: center;
  margin: 100px 0 0 0;
}
@media screen and (max-width: 599px) {
  .latest-news-page .load-container {
    margin: 30px 0 0 0;
  }
}
.latest-news-page .load-container .load-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  background: transparent;
  border: transparent;
  font-weight: 500;
  margin: 0px !important;
  transition: all ease-in-out 0.3s;
}
.latest-news-page .load-container .load-more:hover, .latest-news-page .load-container .load-more:active {
  border-color: transparent;
}
.latest-news-page .load-container .load-more:hover a, .latest-news-page .load-container .load-more:active a {
  scale: 1.15;
}
.latest-news-page .load-container .load-more span {
  color: #3D4148;
  font-size: 24px;
  letter-spacing: 3.2px;
  line-height: 22px;
  font-weight: 600;
}
.latest-news-page .load-container .load-more a {
  text-decoration: none;
  color: #3D4148;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}/*# sourceMappingURL=index.css.map */