@import url("https://fonts.googleapis.com/css2?family=League+Gothic&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  overflow-x: hidden;
} 

body {
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

/*************** Swiper Slider CSS ************/

/* Styling the Previous Button */
.mySwiper::part(button-prev) {
  background-color: transparent;
  border: 1px solid #6b4bb6;
  color: #6b4bb6;
  padding: 15px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

/* Styling the Next Button */
.mySwiper::part(button-next) {
  background-color: transparent;
  border: 1px solid #6b4bb6;
  color: #6b4bb6;
  padding: 15px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

/* Hover effects */
.mySwiper::part(button-prev):hover,
.mySwiper::part(button-next):hover {
  background-color: #6b4bb6;
  color: #fff;
}

/* Changing the arrow icon size */
.mySwiper::part(button-prev)::after,
.mySwiper::part(button-next)::after {
  font-size: 18px;
  font-weight: bold;
}

.mySwiper::part(bullet) {
  background: #583b97;
}
.mySwiper::part(bullet-active) {
  background: #583b97;
  padding: 3px;
  position: relative;
  top: 3px;
}

/*************** Custom CSS ************/

.header-video {
  width: 100%;
  height: auto;
}

/* ===== Header Lottie Banner ===== */
#Microsite_header {
  width: 100%;
  overflow: hidden;
}

#Microsite_header svg {
  width: 100%;
  height: auto;
  display: block;
}

.wrapper {
  max-width: 1250px;
  margin: 0 auto;
}
.section-title {
  color: #583b97;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  line-height: 1.1;
}
.section-title:before {
  content: "";
  background-image: url(../images/title-start.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -350px;
  top: -20px;
  height: 95px;
  width: 340px;
}
.section-title span {
  color: #cdbfde;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #583b97;
}

.about-section {
  padding: 100px 20px 200px 20px;
  margin-bottom: -100px;
  border-radius: 0 100px 0 0;
  background: #ccbddd;
  opacity: 0;
  transition: opacity 0.3s ease;
}

 body.banner-ready .about-section {
  opacity: 1;
}
.about-section .flexdiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.about-section .content {
  flex: 1;
}
.about-section .content .desq {
  margin-top: 40px;
}
.about-section .content .desq p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.about-section .illustration {
  flex: 1;
  display: flex;
  justify-content: center;
  max-width: 540px;
}
.about-section .illustration-video {
  max-width: 100%;
  height: auto;
}

.review-wrapper {
  background: #f1eaf4;
  position: relative;
}

.review-section {
  padding: 100px 20px 260px 20px;
  margin-bottom: -160px;
  border-radius: 100px 0 0 0;
  background: #f1eaf4; /* important */
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.review-section .pin-spacer {
  margin: 0 !important;
}
.review-section .wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
  
}

.review-section swiper-container {
  overflow: visible !important;
}

.review-section .section-title span {
  color: #f1eaf4;
  margin-bottom: 10px; /* tighten this */
}

.review-section .section-title {
  margin-bottom: 0px !important;
}

.review-section .mySwiper {
  margin: 0;
  overflow: visible !important;
}

.review-section .mySwiper swiper-slide {
  width: 530px;
  display: flex;
  height: auto;
  overflow: visible !important;
}

.review-section .mySwiper swiper-slide > * {
  height: auto;

}
.hope-card {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 60px 35px 35px 35px;
  user-select: none;
  scroll-snap-align: center;
  pointer-events: none;
  margin-top: 90px;
  overflow: visible;
}
.hope-card .tag {
  position: absolute;
  top: -30px;
  left: 20px;
  background: #7f69af;
  color: #fff;
  padding: 16px 20px;
  border-radius: 40px;
  font-weight: 500;
  font-size: 30px;
  min-width: 200px;
  text-align: center;
}
.hope-card .box-title {
  color: #583b97;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}
.hope-card .impact-label {
  display: inline-flex;
  margin-bottom: 15px;
}
.hope-card .list {
  padding-left: 30px;
  list-style: disc;
  font-size: 16px;
  line-height: 1.35;
}
.hope-card .list li {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
.hope-card .list li span {
  color: #5a4696;
  font-weight: 500;
}
.review-section .video {
  max-width: 100%;
  height: auto;
}

 .review-section .horizontal-scroll-wrapper {
  transform: translateZ(0);
  will-change: transform;
}
	
 .review-pin {
  position: relative;
}
 
.review-lottie-section {
  background: #f1eaf4 !important;  
  padding: 40px 20px 240px !important; 
  margin-bottom: -80px !important;   
  position: relative;
  z-index: 1;
}

#hand_and_ribbon {
  min-height: 540px;
}

 .review-lottie-section .wrapper,
 .review-lottie-wrapper {
  background: transparent !important;
}

 #hand_and_ribbon,
 #hand_and_ribbon svg {
  background: transparent !important;
}

	
section.review-lottie-section {
  background: #f1eaf4 !important;
}

.impact-section {
  padding: 100px 20px 200px 20px; 
  margin-bottom: 0;
  border-radius: 0 100px 0 0;
  background: #cdc0dd;
  position: relative;
  z-index: 2;
}
.impact-section .flexdiv {
  display: flex;
  flex-direction: column;
}
.impact-section .carousel-section {
  position: relative;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
.impact-section .carousel-card {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 50px 0px;
}
.impact-section .carousel-card.reverse {
  flex-direction: row-reverse;
}
.impact-section .card-image img {
  width: 420px;
  object-fit: cover;
  border-radius: 16px;
}
.impact-section .card-content {
  flex: 1;
  text-align: left;
  color: #2d1f4d;
}
.impact-section .card-desq {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.5;
}
.impact-section .highlight {
  color: #583b97;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 0.9;
}

.impact-section .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #6b4bb6;
  background: transparent;
  color: #6b4bb6;
  font-size: 20px;
  cursor: pointer;
}
.impact-section .nav-btn.right {
  right: -70px;
}
.impact-section .nav-btn.left {
  left: -70px;
}
.impact-section .nav-btn:hover {
  background: #6b4bb6;
  color: #fff;
}

.scroll-section {
  height: 100vh;
  padding: 0 20px;
  margin-bottom: 0;
  border-radius: 0 100px 0 0;
  background: #f1eaf4;
  backface-visibility: hidden;
  overflow: hidden; /* change back */
  position: relative;
}

.scroll-mask {
  height: calc(100vh - 80px);
  overflow: hidden;
  margin-top: 80px;
  box-sizing: border-box;
  position: relative;
  background: #f1eaf4;
}

.scroll-section .boxeslist {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 120px;
  position: relative;
  will-change: transform;
}
.scroll-section .boxeslist::-webkit-scrollbar {
  display: none;
}
.scroll-section .boxes {
  width: 100%;
  text-align: center;
  max-width: 1250px;
  margin: 0 auto 50px;
}
.scroll-section .pill-badge {
  background-color: #7d6ab3;
  color: white;
  padding: 12px 60px;
  border-radius: 50px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.scroll-section .intro-text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 720px;
  margin: 0 auto 50px auto;
}
.scroll-section .content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  text-align: left;
  padding: 0 20px;
}
.scroll-section .image-card {
  flex: 1;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.scroll-section .image-card img {
  max-width: 100%;
}
.scroll-section .image-card svg {
  border: 1px solid #000;
  border-radius: 20px;
}
.scroll-section .stats-container {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.scroll-section .stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.scroll-section .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.scroll-section .stat-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.scroll-section .stat-text .bold {
  color: #583b97;
  font-weight: 800;
}
.scroll-section .stat-text b {
  color: #583b97;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}
.scroll-section .stat-text .footnote {
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

 body {
  background: #f1eaf4;
}

.community-section {
  padding: 100px 20px 200px 20px;
  margin-bottom: -100px;
  border-radius: 0 100px 0 0;
  background: #cdc0dd;
}
.community-section .flexdiv {
  display: flex;
  flex-direction: column;
}
.community-section .tophead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.community-section .btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.community-section .nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #6b4bb6;
  background: transparent;
  color: #6b4bb6;
  font-size: 30px;
  cursor: pointer;
}
.community-section .nav-btn:hover {
  background: #6b4bb6;
  color: #fff;
}
.community-section .carousel-section {
  position: relative;
  text-align: center;
  max-width: 1190px;
  margin: 0 auto;
}
.community-section .mySwiper swiper-slide {
  display: flex;
  height: auto;
}
.community-section .mySwiper swiper-slide > * {
  height: auto;
}

.testimonial-card {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  padding: 60px 50px 80px;
  margin-bottom: 80px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.testimonial-card .quote-icon {
  position: absolute;
  top: -25px;
  left: 50px;
  user-select: none;
}
.testimonial-card .content {
  color: #583b97;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.testimonial-card .content p {
  margin-bottom: 25px;
}
.testimonial-card .content .black {
  color: #000;
  padding-top: 10px;
  border-top: 1px solid #000;
}
.testimonial-card .profile-badge {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 4px solid #bbaedb;
  border-radius: 50px;
  min-width: 300px;
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 10px;
  white-space: nowrap;
}
.testimonial-card .profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  background-color: #cdbfde;
}
.testimonial-card .profile-info {
  text-align: left;
}
.testimonial-card .profile-info-center {
  text-align: center;
  margin: 0 auto;
}
.testimonial-card .title {
  display: block;
  color: #583b97;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
.testimonial-card .name {
  display: block;
  color: #583b97;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.digital-section {
  padding: 60px 20px 50px;
  border-radius: 100px 0 0 0;
  background: #f1eaf4;
}
.digital-section .flexdiv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.digital-section .content {
  margin-top: 10px;
}

.digital-section .section-title span {
  color: #f1eaf4;
}
.digital-section .content {
  flex: 1;
}
.digital-section .content .desq {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 30px 0;
}
.digital-section .content .btnlist {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 40px;
}
.digital-section .content .btns {
  border-radius: 100px;
  background: #573d95;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 10px;
  text-decoration: none;
}

.digital-section .illustration {
  flex: none;
  display: flex;
  justify-content: center;
  max-width: 650px;
}
.digital-section .illustration-video {
  max-width: 100%;
  height: auto;
}

.custom-footer {
  background-color: #5b4491;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.social-handle {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.social-handle span {
  font-style: italic;
  font-weight: bold;
}
.social-icons {
  display: flex;
  gap: 10px;
}
.social-icons a {
  color: #5b4491;
  background-color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.social-icons a:hover {
  opacity: 0.9;
}
.footer-right {
  text-align: right;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-links {
  margin-top: 4px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
}
.footer-links a:hover {
  text-decoration: underline;
}

/* Desktop horizontal scroll */
#review-slide {
  display: flex;
  flex-wrap: nowrap;
  width: max-content !important;
  will-change: transform;
}

/* Fix slide sizing */
#review-slide swiper-slide {
  flex: 0 0 auto;
  width: 530px !important;
}

@media (max-width: 1560px) {
  .wrapper {
    max-width: 1050px;
  }
  .section-title {
    font-size: 36px;
  }
  .section-title:before {
    left: -310px;
    top: -20px;
    height: 80px;
    width: 300px;
  }
  .about-section .content .desq p {
    font-size: 16px;
  }
  .about-section .illustration {
    max-width: 430px;
  }
  .review-section .mySwiper swiper-slide {
    width: 490px;
  }
  .hope-card {
    padding: 50px 25px;
    margin-top: 40px;
  }
  .hope-card .tag {
    padding: 12px 10px;
    font-size: 22px;
    min-width: 160px;
    top: -20px;
  }
  .hope-card .box-title {
    font-size: 30px;
  }
  .impact-section .highlight {
    font-size: 24px;
  }
  .impact-section .card-desq {
    font-size: 16px;
  }
  .scroll-section .stat-text b {
    font-size: 26px;
  }
  .testimonial-card .content {
    font-size: 16px;
  }
  .community-section .carousel-section {
    max-width: 100%;
  }
  .digital-section .illustration {
    max-width: 540px;
  }
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 34px;
  }
  .about-section {
    padding: 50px 20px 100px 20px;
    margin-bottom: -50px;
    border-radius: 0 50px 0 0;
  }
  .about-section .content .desq {
    margin-top: 20px;
  }
  .about-section .content .desq p {
    margin-bottom: 20px;
  }
  .about-section .illustration {
    max-width: 400px;
  }
  .review-section {
    padding: 50px 20px 100px 20px;
    margin-bottom: -50px;
    border-radius: 50px 0 0 0;
  }
  .review-section .mySwiper {
    margin: 20px 0;
  }
  .review-section .mySwiper swiper-slide {
    width: 400px;
  }
  .hope-card {
    padding: 40px 20px;
    margin-top: 40px;
  }
  .hope-card .tag {
    padding: 10px 10px;
    font-size: 20px;
  }
  .hope-card .box-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .hope-card .impact-label {
    max-width: 180px;
  }
  .hope-card .list li {
    font-size: 16px;
    line-height: 1.3;
  }
  .impact-section {
    padding: 50px 20px 50px 20px;
    margin-bottom: 0px;
    border-radius: 0 50px 0 0;
  }
  .impact-section .carousel-section {
    max-width: 100%;
    margin: 0 60px;
  }
  .impact-section .nav-btn.right {
    right: -60px;
  }
  .impact-section .nav-btn.left {
    left: -60px;
  }
  .scroll-section {
    height: 100vh !important;
    padding: 0 20px !important;
    margin-bottom: 0 !important;
    border-radius: 0 50px 0 0;
    background: #f1eaf4;
    overflow: hidden !important;
    position: relative;
  }
  .scroll-section .pill-badge {
    font-size: 1.2rem;
  }
  .community-section {
    padding: 50px 20px 100px 20px;
    margin-bottom: -50px;
    border-radius: 0 50px 0 0;
  }
  .community-section .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .digital-section {
    padding: 30px 20px;
    border-radius: 50px 0 0 0;
  }
  .digital-section .content .desq {
    font-size: 16px;
  }
  .digital-section .content .btns {
    font-size: 16px;
    padding: 12px 10px;
  }
  .digital-section .illustration {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .about-section .flexdiv {
    flex-direction: column;
  }
  .impact-section .carousel-card {
    flex-direction: column !important;
  }
  .scroll-section .content-grid {
    flex-direction: column;
    gap: 20px;
  }
  .scroll-section .boxeslist {
    max-height: none;
  }
  .digital-section .flexdiv {
    flex-direction: column;
    gap: 20px;
  }
  .custom-footer {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 30px 20px;
  }
  .footer-left {
    flex-direction: column;
  }
  .footer-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  
	.impact-section {
    padding-top: 60px !important;
	position: relative;
	z-index: 2;
  }
	.section-title {
    font-size: 30px;
  }

   .impact-section .card-image img {
    width: 100%;
  }

  .scroll-section .content-grid {
    padding: 0;
  }

  .testimonial-card {
    margin-top: 50px;
    padding: 40px 20px 40px;
    margin-bottom: 80px;
    border-radius: 30px;
  }

  .testimonial-card .content {
    max-height: 400px;
    overflow: auto;
  }

  .testimonial-card .profile-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .testimonial-card .title {
    font-size: 16px;
  }

  .testimonial-card .name {
    font-size: 16px;
  }

 /* ===== YEAR IN REVIEW MOBILE FIX ===== */

  #review-slide {
    width: max-content !important;
  }

  /* Remove desktop indent on mobile */
  #review-slide::part(container) {
    padding-left: 0 !important;
  }

  .review-section {
    padding-bottom: 50px !important;
    margin-bottom: -30px !important;
    overflow: hidden !important;
  }

  .horizontal-scroll-wrapper {
    overflow: hidden !important;
    padding-top: 20px !important;
  }

  .review-section .mySwiper swiper-slide {
    width: 85vw !important;
    max-width: 85vw !important;
  }

  .review-section .hope-card {
    width: 100% !important;
    margin-top: 35px !important;
  }
}
  @media (max-width: 767px) {
  .review-lottie-wrapper {
    height: auto !important;
    overflow: visible !important;
    transform: translateY(-70px) !important;
    margin-top: 0 !important;
	
  }

  #hand_and_ribbon {
    min-height: 120px !important;
    height: auto !important;
    overflow: visible !important;
	padding-top: 15 !important;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  #hand_and_ribbon svg {
    width: 100% !important;
    height: auto !important;
    transform: none;
    display: block;
  }

.review-lottie-section {
  background: #f1eaf4 !important;
  padding-top: 0 !important;
  padding-bottom: 70px !important;
  margin-bottom: -45px !important;
  position: relative;
  z-index: 1;
}
}
	
@media (max-width: 640px) {
	
	body {
    background: #f1eaf4;
	}
	
   .community-section::before {
    top: -60px;
    width: 80px;
    height: 80px;
  }
  
	.community-section {
    padding: 80px 20px 100px 20px !important; /* increase top padding */
	box-shadow: 0 -60px 0 0 #f1eaf4;
 
  }
	.section-title {
    font-size: 26px;
  }
  .horizontal-scroll-wrapper {
    overflow: hidden !important;
  }
  .about-section .section-title {
    line-height: 1.3;
  }
  .review-section .mySwiper swiper-slide {
    width: 100%;
  }
  .impact-section .carousel-section {
    margin: 0 20px;
  }
  .impact-section .carousel-card {
    gap: 20px;
    margin: 30px 0px;
  }
  .impact-section .nav-btn.left {
    left: -36px;
  }
  .impact-section .nav-btn.right {
    right: -36px;
  }
  .impact-section .nav-btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
	
  .scroll-section {
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important;
    padding: 40px 20px 0px !important;
    margin: 0 !important;
	position: relative;
	z-index: 1;
  }
	
  .scroll-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -80px;   /*extend downward */
    width: 100%;
    height: 80px;    /*amount of extra bg */
    background: #f1eaf4; /* same as scroll-section bg */
    z-index: -1;
  }

  .scroll-mask {
    height: auto !important;
    overflow: visible !important;
    margin-top: 20px !important;
  }

  .scroll-section .boxeslist {
    transform: none !important;
    padding-bottom: 0 !important;
    gap: 50px !important;
  }

  .scroll-section .boxes {
    margin-bottom: 0px !important;
  }
	
  .scroll-section .intro-text {
    font-size: 16px;
    margin: 0 auto 30px auto;
  }
  .scroll-section .icon-circle {
    width: 60px;
    height: 60px;
  }
  .scroll-section .stat-text b {
    font-size: 22px;
  }
  .scroll-section .stat-text {
    font-size: 16px;
  }
  .digital-section .content .btnlist {
    padding-right: 0;
  }
	
  .horizontal-scroll-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
    margin-top: 0 !important;
    padding-top: 80px;
  }
	
  .review-section swiper-container {
   overflow: visible !important;
}

  .review-section swiper-slide {
   overflow: visible !important;
}

  .review-section .hope-card {
   transform: none !important;
}
	
  .digital-section {
    padding-top: 20px !important;
  }
}
	

/* Fluid card title size */
.hope-card .box-title,
h2.box-title {
  font-size: clamp(18px, 1.6vw, 28px) !important;
  line-height: 1.12 !important;
}

/* Your screen: 1536 x 864 */
@media (max-height: 900px) {
  .review-section {
    padding-top: 60px !important;
    padding-bottom: 120px !important;
  }

  .review-section .section-title {
    margin-bottom: 18px !important; /* 👈 add this */
  }

  .hope-card {
    margin-top: 40px !important;
  }
}

/* 1280 x 768 */
@media (max-height: 800px) {
  .review-section {
    padding-top: 40px !important;
    padding-bottom: 100px !important;
  }

  .review-section .section-title {
    margin-bottom: 12px !important; /* 👈 add this */
  }

  .hope-card {
    margin-top: 30px !important;
  }
}
