html, body {
  overflow-x: hidden;
}

section {
  overflow: hidden;
}
/* theme text color */
.txt-white {color: #FFFFFF !important;}
.txt-dark {color: #111111 !important;}
.txt-grey {color: #666 !important;}
.text-gold {
  color: #d0baa1;
}
.text-secon-gold {
  color: #e9ddcf;
}
.k-wealth h2 {
    font-family: "pridi-numbers", "century_gothic";
    font-size: 33px;
    line-height: 50px;
}
.k-wealth .sc-body p{
    font-family: "pridi-numbers", "century_gothic","pridi";
}
.k-wealth a {font-family: "pridi";}

.f-13 {
  font-size: 13px !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.nowrap {white-space: nowrap;}

.justify-center {
    justify-self: center;
}

.a-center {
  text-align: center;
}

/*============================== Hidden & Visible ===============================*/
.show-w1199 {
    display: none;
}

.show-w991 {
    display: none;
}

.show-w767 {
    display: none !important;
}

.show-w414 {
    display: none;
}

.show-w375 {
    display: none;
}

.show-w360 {
    display: none;
}

@media (max-width: 1199px) {
    .show-w1199 {
        display: block;
    }

    .hide-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .show-w991 {
        display: block;
    }

    .hide-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .show-w767 {
        display: block !important;
    }

    .hide-w767 {
        display: none !important;
    }
}

@media (max-width: 414px) {
    .show-w414 {
        display: block;
    }

    .hide-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .show-w375 {
        display: block;
    }

    .hide-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .show-w360 {
        display: block;
    }

    .hide-w360 {
        display: none;
    }
}

/* Highlight Banner */
.highlight-banner-swiper {
    overflow: hidden;
    position: relative;
}
.swiper-container {
  padding-top: 39px;
}
.sc-highlight-banner .swiper-slide img {
    width: 100%;
}
.sc-highlight-banner .swiper-horizontal>.swiper-pagination-bullets, .sc-highlight-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 35px;
    top: auto;
    left: 0;
    width: 100%;
}
 .sc-highlight-banner .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  padding-inline: 15px;
  margin: 0 auto;
}

.sc-highlight-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #DDDDDD;
  opacity: 1;
  margin: 8px 12px !important;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}

.sc-highlight-banner .swiper-pagination-bullet-active {
  width: 24px;
  background: #FFFFFF;
  margin: 8px 4px !important;
}

.sc-highlight-banner .swiper-pagination.container {
  max-width: 1242px;
}

@media (max-width: 1199.98px) {
  .sc-highlight-banner .swiper-pagination.container {
    max-width: 970px;
  }
}

@media (max-width: 991.98px) {
  .sc-highlight-banner .swiper-pagination.container {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .sc-highlight-banner .swiper-pagination {
    justify-content: center;
  }
  .sc-highlight-banner .swiper-horizontal>.swiper-pagination-bullets, .sc-highlight-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px
  }
}


/* #################### sc-kwealth-announce ###################### */

.sc-kwealth-announce {
  background: radial-gradient(
      66.82% 110.14% at 50% 8.45%,
      #f9e5d6 7.35%,
      #a9977f 100%
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  height: auto;
  font-family: "pridi";
}

.sc-kwealth-announce .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  align-items: center;
  padding: 64px 0;
}
.sc-kwealth-announce .title {
  color: #1c6157;
  text-align: center;
  font-size: 33px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 16px;
  width: fit-content;
}
.sc-kwealth-announce .detail {
  color: #1c6157;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5em;
  width: fit-content;
}
.sc-kwealth-announce .detail .strong {
  font-family: "pridi-numbers", "century_gothic";
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sc-kwealth-announce .content {
    height: auto;
    padding: 48px 0;
  }
  .sc-kwealth-announce .title {
    font-size: 24px;
    line-height: 150%;
  }
  .sc-kwealth-announce .detail {
    font-size: 16px;
    line-height: 150%;
    white-space: normal;
  }
}

/* #################### end sc-kwealth-announce ###################### */

/* #################### Wealth Expertise ###################### */
.sc-wealth-expertise {
  background: linear-gradient(187deg, #325853 52.44%, #254641 94.59%);
  height: 725px;
  max-height: 725px;
}
.sc-wealth-expertise .sc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  padding-top: 64px;
  position: relative;
  z-index: 1;
}
.sc-wealth-expertise .sc-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  height: 100%;
}
.sc-wealth-expertise .sc-heading h2 {
  color: #D0BAA1;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 150%;
}
.sc-wealth-expertise .sc-body .desc {
  color: #D0BAA1;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
}

.sc-wealth-expertise .sc-body .sub-desc {
  color: #E9DDCF;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 150%;
}

.sc-wealth-expertise .footer-team {
  position: relative;
  display: inline-block;
  margin-top: auto
}
.sc-wealth-expertise .footer-team img {
  display: block;
  width: 100%;
  max-width: 575px !important;
  height: auto;
}
.sc-wealth-expertise .footer-team p {
  position: absolute;
  bottom: 55px;
  width: 100%;
  color: #D7C2A4;
  text-align: center;
  font-family: "pridi-numbers", "century_gothic","pridi";
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.sc-wealth-expertise .footer-team p .text-th {
  font-family: "pridi";
  font-weight: 300;
}

.sc-wealth-expertise .container {
  position: relative;
  width: 100%;
  height: 100%;
}

.sc-wealth-expertise .sc-inner {
  max-width: 993px;
  margin-inline: auto;
  height: 100%;
}

.bg-union {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bg-union img.union {
  position: absolute;
  top: 52px;
  width: 100%;
  height: 100%;
  object-fit: none;
  z-index: 0;
  object-position: top;
}

.bg-union .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  opacity: 0.5;
}

.bg-union img.bg-video-fallback {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  opacity: 1.0;
}

video.bg-video {
    overflow: unset;
}

@media screen and (max-width: 767px) {
  .sc-wealth-expertise {max-height: 550px; height: 550px;}
  .sc-wealth-expertise .sc-wrapper {gap: 16px; padding-top: 48px;}
  .sc-wealth-expertise .sc-body {gap: 0;}
  .sc-wealth-expertise .desc {margin-bottom: 8px;}
  .sc-wealth-expertise .sub-desc {margin-bottom: 16px;}
  .sc-wealth-expertise .btn-k-wealth {margin-bottom: 6px;}
  .bg-union img.union {
    object-fit: contain;
    padding-inline: 24px;
    top: 48px;
    mask-image: linear-gradient(to top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 30%) 50%, rgb(0 0 0) 100%);
  }
  .bg-union .bg-video {
    top: 57%;
    max-width: 478px;
    object-fit: contain;
  }
  .k-wealth .bg-union img.bg-video-fallback {
    top: 57%;
    max-width: 478px !important;
    object-fit: contain;
  }
  .sc-wealth-expertise .sc-heading h2 {
    font-size: 24px;
  }
  .sc-wealth-expertise .sc-body .desc {
    font-size: 20px;
  }
  .sc-wealth-expertise .sc-body .sub-desc {
    font-size: 16px;
  }
  .sc-wealth-expertise .footer-team p {
    font-size: 16px;
    bottom: 25px;
  }
}

.btn-k-wealth a {
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 8px 24px;
  border-radius: 8px;
  background: linear-gradient(254deg, #E5D1B8 -92.35%, #A9977F 93.99%), linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(255, 255, 255, 0.20) 100%), #C6A587;
  text-decoration: none;
  width: fit-content;
}
.btn-k-wealth a:hover {background: #7B5B35;}
.btn-k-wealth a:active {background: #7B5B35;}
.btn-k-wealth a.btn-disable {background: #E5E5E5; color: #ACACAC;}
/* #################### end Wealth Expertise ###################### */

/* #################### sc-kwealth-tech ###################### */

.sc-kwealth-tech {
  position: relative;
  height: 725px;
  max-height: 725px;
  overflow: hidden;
  background: linear-gradient(0deg, #1c6157 10.69%, #2c7f72 40.81%);
}

.sc-kwealth-tech .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.2;
}

.sc-kwealth-tech .container {
  position: relative;
  z-index: 1;
  color: white;
  padding: 0;
  height: 100%;
}

.sc-kwealth-tech .flex-phone-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 89px;
}

.sc-kwealth-tech .phone-screen {
  width: 558px;
  display: flex;
  justify-content: flex-end;
}

.sc-kwealth-tech .phone-screen .phone {
  max-width: 284px;
}

.sc-kwealth-tech .phone-screen img.phone-fallback {
  max-width: 284px !important;
}

.sc-kwealth-tech .flex-content {
  max-width: 558px;
  display: flex;
  flex-direction: column;
}

.sc-kwealth-tech .sc-inner {
  height: 100%;
  padding-block: 80px;
}

.sc-kwealth-tech .desc {
  font-size: 26px;
}

.sc-kwealth-tech .sub-desc {
  font-size: 24px;
}

.sc-kwealth-tech .btn-k-wealth {
  margin-top: 24px;
  max-width: fit-content;
}

.sc-kwealth-tech .partner-flex img {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .sc-kwealth-tech {
    height: 550px;
  }

  .sc-kwealth-tech .sc-inner {
    padding: 48px 0;
  }

  .sc-kwealth-tech .partner-flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: 80%;
    justify-content: space-between;
  }

  .sc-kwealth-tech .sc-body {
    height: 100%;
  }

  .sc-kwealth-tech .sc-wrapper {
    height: 100%;
  }

  .sc-kwealth-tech .container {
    background-size: 120%;
    background-position: center;
    background-position-y: 70%;
  }

  .sc-kwealth-tech .sc-heading h2 {
    font-size: 24px;
  }

  .sc-kwealth-tech .desc {
    font-size: 20px;
  }

  .sc-kwealth-tech .sub-desc {
    font-size: 16px;
  }

  .sc-kwealth-tech .btn-k-wealth {
    margin-top: 16px;
  }

  .sc-kwealth-tech .flex-phone-content {
    flex-direction: column-reverse;
    gap: 18px;
  }

  .sc-kwealth-tech .flex-content {
    align-items: center;
  }
  .sc-kwealth-tech .flex-content .sc-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sc-kwealth-tech .flex-content .sc-body p {
    text-align: center;
  }

  .sc-kwealth-tech .phone-screen .phone {
    max-width: 172px;
  }

  .sc-kwealth-tech .phone-screen img.phone-fallback {
    max-width: 172px !important;
  }

  .sc-kwealth-tech .phone-screen {
    width: unset;
    display: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .sc-kwealth-tech .phone-screen {
    width: unset !important;
    display: unset !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sc-kwealth-tech .flex-phone-content {
    gap: 48px;
  }

  .sc-kwealth-tech .phone-screen {
    width: 558px;
    display: flex;
    justify-content: flex-end;
  }
}

/* #################### end sc-kwealth-tech ###################### */

/* #################### sc-kwealth-partnerships ###################### */

.sc-kwealth-partnerships {
  position: relative;
  height: 800px;
  max-height: 800px;
  overflow: hidden;
}

.sc-kwealth-partnerships .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.sc-kwealth-partnerships .container {
  background: url("../../../../../../SiteCollectionDocuments/K-WEALTH/assets/revamp/landing-page/img/wealth-partnerships.png");
  position: relative;
  z-index: 1;
  color: white;
  padding: 0;
  height: 100%;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: none;
  /* background-position-y: 26px; */
}

.sc-kwealth-partnerships .partner-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.sc-kwealth-partnerships .sc-inner {
  padding-top: 40px;
  margin-inline: auto;
  max-width: 791px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.sc-kwealth-partnerships .desc {
  font-size: 26px;
  margin-top: 8px;
}

.sc-kwealth-partnerships .btn-k-wealth {
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  gap: 16px;
}
.sc-kwealth-partnerships .btn-k-wealth p{
  width: 100%;
  max-width: 940px;
  font-family: "pridi-numbers", "century_gothic","pridi";
  font-size: 10px;
  font-weight: 200;
  line-height: 150%;
  text-align: center;
}

.sc-kwealth-partnerships .partner-flex img {
  max-width: 517px !important;
}

@media screen and (min-width: 1530px) {
  .sc-kwealth-partnerships .container {
    max-width: 1268px;
    background-size: contain;
    background-position-y: 58px;
  }
}

@media screen and (max-width: 767px) {
  .sc-kwealth-partnerships .partner-flex {
    height: 20%;
    justify-content: space-between;
  }

  .sc-kwealth-partnerships .partner-flex img {
    max-width: 328px !important;
  }

  .sc-kwealth-partnerships .sc-body {
    height: 100%;
  }

  .sc-kwealth-partnerships .sc-wrapper {
    height: 100%;
  }

  .sc-kwealth-partnerships .sc-inner {
    padding: 40px 5% 12px;
  }

  .sc-kwealth-partnerships .container {
    background-size: 110%;
    background-position: center;
    background-position-y: 66%;
  }

  .sc-kwealth-partnerships {
    height: 600px;
  }

  .sc-kwealth-partnerships .sc-heading h2 {
    font-size: 24px;
  }

  .sc-kwealth-partnerships .desc {
    font-size: 20px;
    margin-top: 16px;
  }

  .sc-kwealth-partnerships .btn-k-wealth {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .sc-kwealth-partnerships .btn-k-wealth p {
    font-size: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sc-kwealth-partnerships .sc-inner {
    padding: 40px 5%;
  }
  .sc-kwealth-partnerships .container {
    background-size: 110%;
    background-position: center;
    background-position-y: 60%;
  }
  .sc-kwealth-partnerships .btn-k-wealth {
    margin-bottom: 0;
  }
}

/* #################### end sc-kwealth-partnerships ###################### */

/* #################### Wealth News & Articles ###################### */
.sc-wealth-news-update {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), radial-gradient(66.82% 110.14% at 50% 8.45%, #F9E5D6 7.35%, #A9977F 100%), #F1E1CE;
}
.sc-wealth-news-update .container {
    padding-block: 80px;
}
.sc-wealth-news-update .title {
    font-family: "pridi";
    font-size: 33px;
    font-weight: 500;
    line-height: 150%;
}
.sc-wealth-news-update .desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 32px;
}
.sc-wealth-news-update h2,
.sc-wealth-news-update h3,
.sc-wealth-news-update a,
.sc-wealth-news-update p {
    font-family: "pridi-numbers", "century_gothic","pridi";
    color: #1C6157;
}

.sc-wealth-news-update .main-card .card-content .text-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 150%;
}
.sc-wealth-news-update .card-content .text-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px;
    max-height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc-wealth-news-update .card-content .text-date {
  font-family: "pridi";
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
}

.wealth-news-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.news-cards {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
}

.highlight-news {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sub-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.video-articles {
    display: grid;
    grid-template-columns: 47% 47%;
    gap: 16px;
    row-gap: 24px;
}

.sc-wealth-news-update .card-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
}

.play-video {
  width: 100%;
  position: relative;
  display: inline-block;
}

.play-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background-image: url("/SiteCollectionDocuments/K-WEALTH/assets/revamp/landing-page/img/play-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}

.play-video:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

.mfp-bg {
    background: #000000CC;
}

.mfp-bg.mfp-16-9, .mfp-bg.mfp-9-16 {
    background: #000000;
    opacity: 1;
}

.mfp-16-9 .mfp-content {
    max-width: 863px;
    margin: 0 auto;
}
.mfp-9-16 .mfp-content {
    max-width: 393px;
    margin: 0 auto;
}

/* 📺 อัตราส่วน 16:9 */
.mfp-16-9 .mfp-iframe-scaler {
    padding-top: 56.25%;
    max-width: 863px;
    width: 100%;
}

/* 📱 อัตราส่วน 9:16 (Shorts) */
.mfp-9-16 .mfp-iframe-scaler {
    padding-top: 177.78%;
    max-width: 393px;
    width: 100%;
}

.mfp-iframe-holder .mfp-content,
.mfp-iframe-scaler iframe {
    background: #000;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mfp-close {
  width: 32px; 
  height: 32px;
  line-height: 32px;
  background: transparent; 
  opacity: 1;
  transition: opacity 0.3s;
  font-size: unset;
  font-family: unset;
  right: -48px;
  top: 0;
}

.mfp-close:hover {
  opacity: 0.8;
}
.mfp-close:active {
  top: 0;
}

.mfp-close svg {
  display: block;
  margin: auto;
  width: 28px;
  height: 28px;
  stroke: #ffffff;
}

.video-frame {
  border-radius: 12px;
  overflow: hidden;
}

.video-frame iframe {
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.ytmVideoInfoVideoDetailsContainer{padding-left: 22px;}

@media screen and (max-width: 1024px) {
  .mfp-content .mfp-close {
    right: 10px;
    top: -45px;
  }
}

@media screen and (max-width: 450px) {
  .mfp-9-16 .mfp-content {
    max-width: 300px;
  }

  .mfp-9-16 .mfp-iframe-scaler {
      max-width: 300px;
  }
}
@media screen and (max-height: 660px) {
  .mfp-9-16 .mfp-content {
    max-width: 250px;
  }

  .mfp-9-16 .mfp-iframe-scaler {
      max-width: 250px;
  }
}
/* Responsive Table */
@media screen and (max-width: 767px) {
    .sc-wealth-news-update .container {
        padding-block: 48px;
    }
    .wealth-news-flex {
        justify-content: center;
        margin-bottom: 8px;
    }
    .sc-wealth-news-update .title {
        font-size: 24px;
    }
    .sc-wealth-news-update .desc {
        font-size: 16px;
        text-align: center;
        margin-bottom: 24px;
    }
    .sc-wealth-news-update .main-card .card-content .text-title {
        font-size: 20px;
    }
    .sc-wealth-news-update .card-content .text-title {
        font-size: 13px;
    }
    .news-cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .highlight-news {
        gap: 24px;
    }
    .sub-card {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .sub-card-item {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 16px;
    }
    .sc-wealth-news-update .card-image img {
        margin-bottom: 8px;
    }
    .sc-wealth-news-update .sub-card .card-image img {
        margin-bottom: 0;
    }
    .video-articles {row-gap: 16px;}
}

/* #################### end Wealth News & Articles ###################### */

/* #################### sc-kwealth-news ###################### */
.sc-kwealth-news {
  background: url("../../../../../../SiteCollectionDocuments/K-WEALTH/assets/revamp/landing-page/img/chart.png"),
    #ffffff;
  height: auto;
  background-repeat: no-repeat;
  background-size: 60%;
}

.news-swipe {
  height: 462px;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-swiper a {
  text-decoration: none;
}

.news-swipe .title {
  width: 276px;
}
.action {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: unset;
}

.kwealth-link {
  color: #1c6157;
  cursor: pointer;
  text-decoration: none;
}

.kwealth-link:hover {
  color: #13544c;
  text-decoration: underline;
  transition: ease-in-out 300ms;
}

.more {
  font-family: "pridi";
  font-weight: 500;
  font-size: 16px;
}

.news-swipe .content {
  width: 848px;
  overflow: hidden;
}

.news-swipe .title h2:first-child {
  font-family: "pridi-numbers", "century_gothic" !important;
  font-weight: 700;
  line-height: 50px;
  white-space: pre-line;
  margin-bottom: 32px !important;
}

.card-news .thumb img {
  width: 100%;
  max-width: 272px;
  border-radius: 8px;
}

.card-news .detail {
  margin-top: 16px;
}

.card-news .detail .title {
  font-family: "pridi";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #111111;
}
.card-news .detail .date {
  font-family: "pridi";
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #666666;
  margin-top: 8px;
}

.sc-kwealth-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1c6157;
  width: 24px;
  border-radius: 8px;
  transition: ease-in-out 400ms;
}

.sc-kwealth-news .swiper-pagination-bullet {
  transition: ease-in-out 400ms;
}

.sc-kwealth-news .news-swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .sc-kwealth-news .container {
    padding: 48px 0;
  }
  .news-swipe .title {
    width: fit-content;
  }
  .news-swipe {
    justify-content: center;
  }
  .sc-kwealth-news .news-swiper-pagination {
    justify-content: center;
    margin-top: 24px;
  }
  .action {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .news-swipe .content {
    width: 444px;
  }
  .card-news .detail .title {
    width: fit-content;
  }
}

@media screen and (min-width: 900px) and (max-width: 1040px) {
  .news-swipe .content {
    width: 664px;
  }
  .card-news .detail .title {
    width: fit-content;
  }
}
 @media screen and (min-width: 1040px) {
    .news-swipe {
      align-items: center;
      flex-wrap: unset;
    }
  }

/* #################### end sc-kwealth-news ###################### */

/* #################### sc-kwealth-awards ###################### */
.sc-kwealth-awards {
  background: url("/SiteCollectionDocuments/K-WEALTH/assets/revamp/landing-page/img/sec-awards.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 80px 0 64px 0;
}

.sc-kwealth-awards .sub-heading {
  font-size: 18px;
}

.card-awards {
  backdrop-filter: blur(20px);
  border: 1px solid;

  border-image-source: linear-gradient(
    53.87deg,
    #ffffff 5.38%,
    rgba(255, 255, 255, 0.2) 70.78%
  );
  width: 290px;
  background: linear-gradient(
    360deg,
    #ffffff -11.42%,
    rgba(255, 255, 255, 0.2) 100%
  );
  border-radius: 8px;
  padding: 24px;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card-awards .thumb {
  position: absolute;
  top: -45%;
}
.card-awards .title {
  margin-top: 40%;
  font-family: "pridi";
  font-size: 18px;
  font-weight: 500;
}
.card-awards .desc {
  margin-top: 8px;
  font-family: "pridi";
  font-size: 13px;
  font-weight: 300;
  color: #333333;
}

.awards-swiper .swiper-slide {
  margin-top: 15%;
}
.awards-swiper {
  overflow: hidden;
  max-width: 902px;
  margin: auto;
}

.awards-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  width: 24px;
  border-radius: 8px;
  transition: ease-in-out 400ms;
}

.awards-swiper .swiper-pagination-bullet {
  transition: ease-in-out 400ms;
  background: #ffffff;
  opacity: 1;
}

.sc-kwealth-awards .awards-swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.awards-swiper .swiper-wrapper {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .sc-kwealth-awards {
    padding: 48px 0;
  }
  .sc-kwealth-awards .sub-heading {
    font-size: 16px;
  }
  .awards-swiper .swiper-slide {
    margin-top: 40%;
  }
  .card-awards .title {
    font-size: 16px;
  }
  .awards-swiper {
    overflow: visible;
  }
  .sc-kwealth-awards {
    overflow: hidden;
  }
}

/* #################### end sc-kwealth-awards ###################### */

/* #################### sc-kwealth-experience ###################### */

.sc-kwealth-experience {
  background: linear-gradient(
      180deg,
      #f4f4f4 0%,
      #e0e0e0 79.43%,
      #cecece 83.35%,
      #f4f4f4 100%
    ),
    linear-gradient(0deg, rgba(102, 102, 102, 0.2), rgba(102, 102, 102, 0.2)),
    linear-gradient(180deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 79.76%);
  height: auto;
  padding: 80px 0 64px 0;
}

.sc-kwealth-experience .sub-heading {
  font-size: 18px;
}

.bg-privatebank {
  background: linear-gradient(to bottom, #093150, #0a263c);
}

.bg-wisdom {
  background: linear-gradient(to bottom, #7d2c3d, #5b1f2b);
}

.bg-premier {
  background: linear-gradient(to bottom, #024437, #142b22);
}

.card-experiences {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 320px;
  margin-top: 16px;
}

.card-exp {
  width: 273px;
  padding: 40px 24px;
  height: 273px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: ease-out 400ms;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.sc-kwealth-experience .card-content .card-exp:first-child {
  border-radius: 8px 0 0 8px;
}
.sc-kwealth-experience .card-content .card-exp:last-child {
  border-radius: 0 8px 8px 0;
}
.sc-kwealth-experience .card-content .card-exp:hover {
  height: 320px;
  transition: ease-in-out 400ms;
  border-radius: 8px;
}

.sc-kwealth-experience .card-content {
  display: flex;
  height: 273px;
  align-items: center;
  width: fit-content;
  transition: ease-in-out 200ms;
}

.sc-kwealth-experience .card-content:hover {
  height: 320px;
  transition: ease-in-out 200ms;
}
.sc-kwealth-experience .card-content:hover .card-exp:not(:hover) {
  filter: brightness(80%);
}

.card-exp-thumb {
  margin-top: 45px;
  transition: ease-in-out 300ms;
  max-width: 225px;
  max-height: 80px;
}
.card-exp-thumb img {
  max-width: 225px;
  max-height: 80px;
}
.card-exp:hover .card-exp-thumb {
  margin-top: 0;
  transition: ease-in-out 200ms;
}
.card-exp-title {
  margin-top: 24px;
  opacity: 0;
  position: relative;
  transition: ease-out 400ms;
}
.card-exp:hover .card-exp-title {
  opacity: 1;
  transition: ease-in-out 200ms;
  position: relative;
}
.card-exp-title p:first-child {
  color: #fff;
  font-family: "pridi-numbers", "century_gothic";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.card-exp-title p:last-child {
  color: #fff;
  font-family: "pridi";
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  margin-top: 8px;
}
.card-exp .action-card-exp {
  margin-top: 24px;
  padding: 8px 24px;
  border: 2px solid #fff;
  border-radius: 8px;
  max-width: calc(300px / 2);
  opacity: 0;
  transition: ease-out 400ms;
  position: relative;
  background: transparent;
}
.card-exp:hover .action-card-exp {
  opacity: 1;
  transition: ease-in-out 300ms;
  position: relative;
}

.card-exp:hover .action-card-exp:hover {
  background: #f2f9f866;
}

.action-card-exp a {
  color: #fff;
  font-family: "pridi";
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sc-kwealth-experience {
    padding: 48px 0 0 0;
    height: auto;
  }
  .sc-kwealth-experience .sub-heading {
    font-size: 16px;
  }
  .card-exp {
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 32px 24px;
  }
  .sc-kwealth-experience .card-content {
    flex-direction: column;
    width: 100%;
    height: max-content;
    margin: 48px 0;
    gap: 4px;
  }

  .sc-kwealth-experience .card-content:hover {
    height: max-content;
  }
  .sc-kwealth-experience .card-content .card-exp:first-child {
    border-radius: 8px 8px 0 0;
    height: auto;
  }
  .sc-kwealth-experience .card-content .card-exp:last-child {
    border-radius: 0 0 8px 8px;
    height: auto;
  }
  .card-exp-title {
    opacity: 1;
  }
  .card-exp-thumb {
    margin-top: 0;
  }
  .card-exp-thumb img {
    max-width: 210px;
    max-height: 60px;
  }
  .card-exp .action-card-exp {
    opacity: 1;
  }
  .card-experiences {
    margin-top: 0;
    height: unset;
    flex-direction: column;
  }
  .sc-kwealth-experience .card-content:hover .card-exp:not(:hover) {
    filter: brightness(100%);
    height: auto;
  }
  .sc-kwealth-experience .card-content .card-exp:hover {
    border-radius: 0;
    height: auto;
  }
  .sc-kwealth-experience .card-content .card-exp:first-child:hover {
    border-radius: 8px 8px 0 0;
    height: auto;
  }
  .sc-kwealth-experience .card-content .card-exp:last-child:hover {
    border-radius: 0 0 8px 8px;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card-exp {
    width: 100%;
  }
}

/* #################### end sc-kwealth-experience ###################### */

/* #################### sc-kwealth-associate ###################### */

.sc-kwealth-associate {
  background: url("/SiteCollectionDocuments/K-WEALTH/assets/revamp/landing-page/img/sec-associate.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 417px;
}

.sc-kwealth-associate .sc-body {
  margin: 80px 0 100px 0;
}

.sc-kwealth-associate .sub-heading {
  font-size: 18px;
}

.card-asso {
  width: 170px;
  height: 170px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}
.card-asso:hover {
  transform: scale(1.05);
}
.card-asso img {
  transition: transform 0.3s ease-in-out;
}
.card-asso:hover img {
  transform: scale(calc(1 / 1.05));
}

.card-asso-group {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 24px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .sc-kwealth-associate {
    background: url("/SiteCollectionDocuments/K-WEALTH/assets/revamp/landing-page/img/sec-associate-mb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }

  .sc-kwealth-associate .container {
    padding: 0 40px;
  }

  .card-asso-group {
    flex-direction: column;
  }

  .card-asso {
    width: 100%;
    height: 90px;
    padding: 17px 24px;
  }

  .card-asso:hover {
    transform: scale(1);
  }
  .card-asso:hover img {
    transform: scale(1);
  }
}

/* #################### end sc-kwealth-experience ###################### */

/* #################### sc-kwealth-footer ###################### */
.kwealth-sub-footer {
  background: #1c6157;
  height: 56px;
}
.kwealth-sub-footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.kwealth-sub-footer ul li {
  list-style-type: none;
  font-size: 13px;
  font-family: "pridi";
  font-weight: 300;
  color: #fff;
}
.kwealth-sub-footer ul li a {
  color: #fff;
}
.kwealth-sub-footer ul li:not(:last-child)::after {
  content: "";
  border-right: 1px solid #fff;
  opacity: 0.2;
  margin-left: 16px;
}

.kwealth-footer {
  background: #13544c;
  height: 64px;
}
.kwealth-logo-slogan {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.kwealth-logo-slogan img {
  max-width: 230px !important;
}

@media screen and (max-width: 767px) {
  .kwealth-sub-footer ul li:last-child {
    display: none;
  }
  .kwealth-sub-footer ul li:nth-last-child(2)::after {
    content: none;
  }
}

/* #################### end sc-kwealth-footer ###################### */

/* #################### Wealth Popup ###################### */
.theme-wealth-popup {
  position: relative;
  background: #fff;
  padding: 0;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-container {
  display: flex;
}

.popup-image-column {
  max-width: 300px;
  width: 100%;
}

.popup-image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block; 
}

.popup-content-column {
  padding: 48px;
  box-sizing: border-box;
}

.wrapper-scroll {
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup-content-column .title {
  color: #1C6157;
  font-family: "pridi-numbers", "century_gothic";
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}

.popup-content-column p {
  font-family: "pridi-numbers", "century_gothic","pridi";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.popup-content-column p.note {
  font-family: "pridi-numbers", "century_gothic";
  font-weight: 200;
}

.popup-content-column ul {
  padding-inline-start: 20px;
  color: #666;
  margin-bottom: 0;
}

.popup-content-column ul li {
  font-family: "pridi-numbers", "century_gothic","pridi";
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 16px;
  font-weight: 300;
}

.popup-content-column ul li .txt-dark {
  font-weight: 400;
}
.popup-content-column ul li::marker {
  color: #111;
}

.wrapper-scroll {
  overflow: auto;
}

.wrapper-scroll::-webkit-scrollbar {
  width: 4px; 
}

.wrapper-scroll::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 10px;
}

.wrapper-scroll::-webkit-scrollbar-thumb {
  background: #D9D9D9; 
  border-radius: 10px;
}

.wrapper-scroll::-webkit-scrollbar-thumb:hover {
  background: #D9D9D9;
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
}

.mfp-wrap::-webkit-scrollbar {
  width: 6px; 
}

.mfp-wrap::-webkit-scrollbar-track {
  background: #353535;
  border-radius: 10px;
}

.mfp-wrap::-webkit-scrollbar-thumb {
  background: #1C6157; 
  border-radius: 10px;
}

.mfp-wrap::-webkit-scrollbar-thumb:hover {
  background: #1C6157;
}

@media (max-width: 768px) {
  .mfp-container {
    padding: 0;
  }

  .theme-wealth-popup {
    margin: 0;
    border-radius: 0;
  }

  .wrapper-scroll {
    padding-bottom: 9px;
  }

  .popup-content-column .title {font-size: 20px;}

  .popup-content-column {
    padding: 48px 4px 48px 16px;
    height: 100vh;
    height: 100dvh;
    display: flex;
    padding-bottom: calc(15px + env(safe-area-inset-bottom));
  }
}


.theme-wealth-popup .mfp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s, border-color 0.3s;
}

.theme-wealth-popup .mfp-close:hover {
  opacity: 1;
  border-color: #aaa;
}

.theme-wealth-popup .mfp-close svg {
  width: 18px;
  height: 18px;
  stroke: #888;
}

/* #################### end Wealth Popup ###################### */

/* Keyframes for the animation */
.fadeInUp {
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.7s ease-out;
}

.fadeInUp.show {
  opacity: 1;
  transform: translateY(0);
}
