
/* green white bg linear */
.c-section--2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #06060600, #DEECDD);
	pointer-events: none;
	/* max-height: 450px; */
}

.c-section--2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #06060600, #deecdd00);
	pointer-events: none;
	max-height: 650px;
}

/* white blue bg linear */
.c-section--3 {
	background-color: var(--white-color);
}

.c-section--3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #06060600, #deecdd00);
	pointer-events: none;
	max-height: 40%;
}

.c-section--3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #06060600, #D7ECE4);
	pointer-events: none;
	/* max-height: 450px; */
}

/* blue white bg linear */
.c-section--4 {
	background-color: var(--white-color);
}

.c-section--4:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #06060600, #D7ECE4);
	pointer-events: none;
	max-height: 40%;
}

/* white green bg linear */
.c-section--5::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #06060600, #deecdd00);
	pointer-events: none;
	/* max-height: 450px; */
}

.c-section--5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to bottom, #06060600, #DEECDD);*/
	pointer-events: none;
	max-height: 650px;
}

.c-section--5a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #06060600, #DEECDD);
	pointer-events: none;
	max-height: 650px;
}


/*# 01) Banner Section #*/
.c-section--1 {
	background-color: #c7eef7;
	/* background-image: linear-gradient(to bottom, #06060600, rgba(222, 236, 221, 0)), url("../../assets/img/Setia-Foundation-Header-Background.jpg"); */
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: -webkit-box;
	
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
}


@media (max-width: 767px) {
	.c-section--1 {
		/* background-image: linear-gradient(to top, #06060600, rgba(159, 223, 249, 0)), url("../../assets/img/setia-foundation-bg-mbl.jpg"); */
		background-attachment: unset !important;
		align-items: flex-end !important;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.c-section--1 {
		/* background-image: linear-gradient(to top, #06060600, rgba(159, 223, 249, 0)), url("../../assets/img/SP-Setia-Foundation-bg-i.jpg"); */
		background-attachment: unset !important;
	}
	
}

/* landscape */
@media screen and (min-width: 300px) and (max-width: 1024px) and (orientation: landscape) {
	.c-section--1 {
		padding-bottom: calc(var(--section-padding) / 3) !important;
		background-position: top center;
	}
	
	.c-section--1 .container #trigger-sticky {
		padding-top: 8rem;
	}
	
}


/*# 02) Impact Section #*/
.impact-cards-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  grid-auto-rows: minmax(400px, auto);
}

.impact-cards-wrapper .item {
  position: relative;
  --aspect-ratio: 55%;
  padding-bottom: var(--aspect-ratio);
  overflow: hidden;
}

.impact-cards-wrapper .title h4 {
  font-family: 'Stone Sans, Bold', sans-serif !important;
  font-size: clamp(2em, 2vw, 2.2em) !important;
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--white-color);
}

.impact-cards-wrapper .title h5 {
  font-family: 'Stone Sans, Bold', sans-serif !important;
  color: var(--white-color);
  text-transform: inherit;
}

.impact-cards-wrapper .desc p {
  color: var(--white-color);
}

.impact-cards-wrapper .item:not(.first) .desc {
  /* position: absolute;
  bottom: 15px; */
  text-align: center;
  /* left: 50%;
  transform: translateX(-50%); */
  width: 100%;
  /* padding: 1rem; */
}

.impact-cards-wrapper .overlay.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/*# 02) Impact Section /a) Default color #*/
.impact-cards-wrapper .overlay.bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #103984BF 0%, #103984D9 52%, #103984 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}

/* blue */
.impact-cards-wrapper .overlay.bg.blue:before {
  background: transparent linear-gradient(180deg, #103984BF 0%, #103984D9 52%, #103984 100%) 0% 0% no-repeat padding-box;
}

/* brown */
.impact-cards-wrapper .overlay.bg.brown:before {
  background: transparent linear-gradient(360deg, #84754EBF 0%, #84754EDF 50%, #84754E 100%) 0% 0% no-repeat padding-box;
}

/* grey */
.impact-cards-wrapper .overlay.bg.grey:before {
  background: transparent linear-gradient(360deg, #8A8D8FBF 0%, #707070D9 50%, #707070 100%) 0% 0% no-repeat padding-box;
}

/* red */
.impact-cards-wrapper .overlay.bg.red:before {
  background: transparent linear-gradient(360deg, #ae0006e0 0%, #ae0006a6 100%, #ae000600 100%) 0% 0% no-repeat padding-box;
}

.impact-cards-wrapper .overlay.desc-wrap {
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 4rem 2rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.impact-cards-wrapper .item.first .overlay.desc-wrap {
  align-items: flex-start;
  text-align: start;
}


@media only screen and (max-width: 1024px) {
  .impact-cards-wrapper {
    grid-auto-rows: minmax(280px, auto);
  }

  .impact-cards-wrapper .overlay.desc-wrap {
    padding: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .impact-cards-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  .impact-cards-wrapper .item.first {
    grid-column: span 2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .impact-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .impact-cards-wrapper .item.first {
    --aspect-ratio: 35%;
    ;
  }
}

/* ipad pro */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .impact-cards-wrapper .item.first {
    --aspect-ratio: 35%;
    ;
  }
}


/*# 03) Who We Are Section #*/
.who-we-are-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.who-we-are-section .row p.big {
  font-family: "Noto Sans, Medium";
  line-height: 1.7;
}

/* landscape */
@media screen and (min-width: 300px) and (max-width: 1024px) and (orientation: landscape) {
  .who-we-are-section .row {
    padding-top: 50px !important;
  }
}


/*# 04) Trust Object Section #*/

/* trust object */
.trust-object-wrapper {
  position: relative;
  margin-top: 100px;
  width: calc(100% - 190px);
  margin-left: auto;
}

.trust-object-wrapper .trust-banner {
  position: relative;
  --aspect-ratio: 45%;
  padding-bottom: var(--aspect-ratio);
  overflow: hidden;
}

.trust-object-wrapper .trust-banner img {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
}

/* scrolling */
.overlay.trust-item {
  width: calc(100% - 50%);
  height: unset;
  left: unset;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

.trust-scrolling-wrap {
  position: relative;
  padding: 3rem;
  background-color: var(--royal-blue-color);
  height: 350px;
  overflow: hidden;
  overflow-y: scroll;
}

.trust-scrolling-wrap .item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
}

.trust-scrolling-wrap .item:not(:last-child) {
  border-bottom: 1px solid var(--light-grey-color);
}

.trust-scrolling-wrap .item .number {
  width: 30%;
}

.trust-scrolling-wrap .item .desc {
  width: 70%;
}

.trust-scrolling-wrap .title h3 {
  letter-spacing: 2.1px;
  text-transform: capitalize;
  color: var(--white-color);
}

.trust-scrolling-wrap .item .number h3 {
  font-size: clamp(2em, 7vw, 7em);
  font-family: "Stone Sans, SemiBold";
  color: var(--white-color);
  line-height: 1.3;
}

.trust-scrolling-wrap .item p {
  color: var(--white-color);
}


@media only screen and (max-width: 1024px) {
  .trust-object-wrapper {
    position: relative;
    margin-top: 0;
    width: 100%;
    margin-left: unset;
    display: flex;
    flex-direction: column;
  }

  .overlay.trust-item {
    position: relative;
    width: 100%;
    order: 2;
  }

  .trust-scrolling-wrap {
    padding: 2rem;
    height: 100%;
    overflow: hidden;
  }

  .trust-scrolling-wrap .item .number {
    width: 10%;
  }

  .trust-scrolling-wrap .item .desc {
    width: 90%;
  }

  .trust-object-wrapper .trust-banner {
    --aspect-ratio: 65%;
  }
}

/* landscape */
@media screen and (min-width: 300px) and (max-width: 1024px) and (orientation: landscape) {
  .trust-object-wrapper {
    padding-top: 50px !important;
  }
}


/*# 05) Focus Area Section #*/
.accordion-wrapper {
  position: relative;
  z-index: 2;
}

/* 
.accordion-wrapper.focus-area.left {
  padding-top: 50px;
} */

/*accordion*/
.accordion-main {
  position: relative;
  text-align: center;
}

.accordion-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--dark-grey-color);
  height: 2px;
  width: 90%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  opacity: .2;
}

.accordion-main:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--dark-grey-color);
  height: 2px;
  width: 90%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  opacity: .2;
}

.accordion-head {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  padding: 40px 55px;
  transition: .3s ease-in-out all;
}

.accordion-head:hover {
  background-color: var(--main-grey-color);
}

.accordion-head .img-wrapper {
  padding-right: 3rem;
  width: 160px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-head h4 {
  color: var(--dark-blue-color);
  font-style: normal;
  font-stretch: normal;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.063rem;
  font-family: 'Stone Sans, SemiBold';
  font-weight: inherit;
  text-align: left;
  padding: 0 10px;
  max-width: 800px;
}

/* center element */
.accordion-head {
  display: flex;
  align-items: center;
}

.accordion-head.accordion-toggle {
  background-color: #f2f2f2;
}

.accordion-body {
  font-size: 1rem;
  text-align: left;
  padding: 20px 55px;
  background-color: var(--main-grey-color);
  /* height: 250px; */
  overflow-y: scroll;
}

.accordion-body img {
  width: 100%;
  max-width: 230px;
  margin-bottom: 30px;
}

.accordion-body p {
  margin: 0px;
  color: var(--dark-blue-color);
}

/* accordion inner content */
.accordion-content-1 p {
  font-family: "Noto Sans, Bold";
}

.accordion-body .row .col-6 {
  padding-right: 100px;
  transition: .3s ease-in-out all;
}

.accordion-content-row {
  padding: 10px 0;
  border-top: 1px solid rgba(138, 141, 143, 0.239);
}


/* accordion open close icon */
.opentab {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.closetab {
  position: relative;
  width: 40px;
  height: 40px;
}

.closetab::after {
  content: '';
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url("/SPSetia/media/Revamped-Library/assets/icons/custom-accord-minus.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  transition: transform 0.2s ease-in-out;
}

.opentab::after {
  content: '';
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url("/SPSetia/media/Revamped-Library/assets/icons/custom-accord-plus.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  transition: transform 0.2s ease-in-out;
}

.accordion-head:hover .opentab::after {
  background-image: url("/SPSetia/media/Revamped-Library/assets/icons/custom-accord-plus-blue.svg");
}

.accordion-head.rmv-cls.accordion-toggle .opentab::after {
  display: none;
}


/*# 05) Focus Area Section /a) Mobile responsive #*/
@media screen and (min-width: 1500px) {
  .accordion-head h4 {
    max-width: 1200px;
  }
}

@media (min-width:992px) and (max-width: 1100px) {
  .accordion-body {
    padding: 35px 40px 5px;
  }

  .accordion-body img {
    max-width: 205px;
    margin-bottom: 20px;
  }
}


@media only screen and (max-width: 767px) {

  .c-section--2 {
    padding-top: calc(var(--section-padding) / 2);
  }

  .accordion-head {
    padding: 20px 0;
  }

  .accordion-head h4 {
    font-size: 1rem;
    line-height: 1.563rem;
    width: 395px;
  }

  .accordion-main::before {
    height: 1px;
  }

  .opentab {
    margin-right: 13px;
  }

  .opentab::after {
    width: 20px;
    height: 20px;
  }

  .closetab::after {
    width: 20px;
    height: 20px;
  }

  .accordion-body {
    font-size: .8rem;
    padding: 0 20px 5px;
  }

}

@media only screen and (max-width: 1024px) {
  .accordion-head h3 {
    position: relative;
    left: unset;
    top: unset;
    padding-left: 1em;
  }

  .accordion-body .row .col-6 {
    padding-right: unset !important;
  }

  .accordion-wrapper.focus-area.left {
    height: 100% !important;
  }

  .accordion-wrapper.left .accordion-main:last-child::after {
    display: none;
  }

  .c-section.focus-area-section [class*="col-"]:first-child {
    padding-bottom: 0;
  }

  .c-section.focus-area-section [class*="col-"]:last-child {
    padding-top: 0;
  }

  .accordion-head .img-wrapper {
    padding-right: 2rem;
    width: 150px;
    height: 65px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .accordion-main::before {
    height: 1px;
  }

  .accordion-body {
    padding: 30px 25px 5px;
  }

  .accordion-body img {
    max-width: 170px;
    margin-bottom: 20px;
  }
}

@media (max-width:575px) {

  .accordion-body img {
    max-width: 150px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .accordion-head {
    padding: 20px 15px;
  }

  .accordion-head h4 {
    font-size: 1.3rem;
    max-width: 450px;
  }

  .opentab,
  .closetab {
    width: 30px !important;
    height: 30px !important;
  }

  .opentab::after,
  .closetab::after {
    width: 30px !important;
    height: 30px !important;
  }

}

/* landscape */
@media screen and (min-width: 300px) and (max-width: 1024px) and (orientation: landscape) {
  .accordion-head {
    padding: 20px 15px;
  }

  .accordion-head h4 {
    font-size: 1.3rem;
    max-width: 450px;
    margin-bottom: .5rem !important;
  }

  .opentab::after,
  .closetab::after {
    width: 30px !important;
    height: 30px !important;
  }
}

/* ipad pro */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .c-section.focus-area-section [class*="col-"] {
    width: 100%;
  }

  .accordion-wrapper.left .accordion-main:last-child::after {
    display: none;
  }
}


/*# 06) News Section #*/

/* news blog section */
.in-news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 3rem;
}

.in-news-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  min-height: 460px;
  padding: 2rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.in-news-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #0000 0%, #0000 0%, #00000070 50%, #000 100%) 0% 0% no-repeat padding-box;
  z-index: 0;
  transition: .3s ease-in-out all;
}

.in-news-bottom {
  margin-top: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.in-news-bottom::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -10%;
  background-color: var(--dark-grey-color);
  width: 110%;
  height: 1px;
  opacity: .6;
}

.news-date {
  position: relative;
  display: flex;
  gap: .4rem;
  align-items: center;
}

.news-day {
  position: relative;
}

.in-news-title {
  position: relative;
  z-index: 2;
}

.in-news-date .news-day p {
  font-family: "Stone Sans, SemiBold";
  font-size: 3rem;
  margin-bottom: 0 !important;
  color: var(--white-color);
}

.in-news-date .news-month p,
.in-news-date .news-year p {
  font-family: "Noto Sans, Medium";
  text-transform: uppercase;
  margin-bottom: 0 !important;
  color: var(--white-color);
  font-size: .9rem;
  line-height: 1.2rem;
}

.in-news-title h4 {
  color: var(--white-color);
  font-size: 1.3rem;
  letter-spacing: 2.31px;
}

.in-news-item .col-6 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}


@media only screen and (max-width: 767px) {

  .in-news-wrapper {
    gap: 1rem;
  }

  .in-news-box {
    min-height: 345px !important;
  }

  .in-news-title h4 {
    font-size: 1rem !important;
    letter-spacing: 0 !important;
  }

  .in-news-date .news-day p {
    font-size: 2rem !important;
  }

  .in-news-date .news-month p,
  .in-news-date .news-year p {
    font-size: .7rem !important;
    line-height: 1rem !important;
  }
}

/* landscape */
@media screen and (min-width: 300px) and (max-width: 1024px) and (orientation: landscape) {

  .in-news-section .container.medium {
    padding-left: var(--container-padding) !important;
    padding-right: var(--container-padding) !important;
  }

  .in-news-wrapper {
    gap: 2rem;
  }

  .in-news-box {
    max-width: 280px;
    min-height: 310px;
    padding: 1rem;
  }

}


@media screen and (min-width: 768px) and (max-width: 1024px) {

  .in-news-section .container.medium {
    padding-left: var(--container-padding) !important;
    padding-right: var(--container-padding) !important;
  }

  .in-news-wrapper {
    gap: 2rem;
  }

  .in-news-box {
    max-width: 280px;
    min-height: 310px;
    padding: 1rem;
  }

  .in-news-title h4 {
    font-size: 1rem !important;
  }

  .in-news-date .news-day p {
    font-size: 2.3rem !important;
  }

  .in-news-date .news-month p,
  .in-news-date .news-year p {
    font-size: .85rem !important;
  }

}


/*# 07) Social Section #*/

/* social blog section */
.social-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 3rem;
}

.social-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  min-height: 460px;
  padding: 2rem;
  border: 1px solid var(--light-grey-color);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: .3s ease-in-out all;
}

.social-box:hover {
  background-color: var(--royal-blue-color);
}

.social-img {
  position: relative;
  overflow: hidden;
  --aspect-ratio: 70%;
  padding-bottom: var(--aspect-ratio);
}

.social-img img {
  width: 100%;
  object-fit: cover;
}

.social-bottom {
  position: relative;
  z-index: 2;
  padding-top: 1rem;
}

.social-date,
.social-month-wrapper {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.social-date .social-day p,
.social-date .social-month p,
.social-date .social-year p {
  font-family: "Noto Sans, Medium";
  text-transform: uppercase;
  margin-bottom: 0 !important;
  color: var(--dark-grey-color);
  transition: .3s ease-in-out all;
}

.social-box:hover :is(.social-date .social-day p, .social-date .social-month p, .social-date .social-year p, .social-title h4) {
  color: var(--white-color);
}

.social-title h4 {
  padding-top: 2rem;
}

.social-title h4 {
  text-transform: capitalize;
  font-family: "Noto Sans, Medium";
}

.social-section {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}

.social-item:nth-child(even) {
  margin-top: -3rem;
}


@media only screen and (max-width: 767px) {

  .social-wrapper {
    gap: 1rem;
  }

  .social-box {
    min-height: 345px !important;
  }

  .social-section {
    margin-top: unset;
  }

  .social-item:nth-child(even) {
    margin-top: unset;
  }
}

/* landscape */
@media screen and (min-width: 300px) and (max-width: 1024px) and (orientation: landscape) {

  .social-section .container.medium {
    padding-left: var(--container-padding) !important;
    padding-right: var(--container-padding) !important;
  }

  .social-wrapper {
    gap: 2rem;
  }

  .social-box {
    max-width: 280px;
    min-height: 310px;
    padding: 1rem;
  }

}


@media screen and (min-width: 768px) and (max-width: 1024px) {

  .social-section .container.medium {
    padding-left: var(--container-padding) !important;
    padding-right: var(--container-padding) !important;
  }

  .social-wrapper {
    gap: 2rem;
  }

  .social-box {
    max-width: 280px;
    min-height: 310px;
    padding: 1rem;
  }

  .social-title h4 {
    font-size: 1rem !important;
  }

}


/*# 08) What Ppl Are Saying Section #*/
.feedbacks-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.feedbacks-wrapper .item {
  position: relative;
  border: 1px solid var(--light-grey-color);
  padding: 2rem 3rem;
  height: 100%;
  transition: .3s ease-in-out all;
  user-select: none;
}

.feedbacks-wrapper .item .title {
  padding-bottom: 1rem;
  position: relative;
  border-bottom: 1px solid var(--light-grey-color);
}

.feedbacks-wrapper .item .title h4 {
  text-transform: capitalize;
  font-family: "Noto Sans, Bold";
}

.feedbacks-wrapper .item .desc-bottom {
  padding-top: 2rem;
}

.feedbacks-wrapper .item :is(.quotes, .name) {
  padding-left: 7rem;
}


.feedbacks-wrapper .item .quotes p {
  font-family: "Noto Sans, Medium";
  color: var(--dark-grey-color);
}

.feedbacks-wrapper .item .quotes {
  position: relative;
  margin-bottom: 3rem;
}

.feedbacks-wrapper .item .quotes:before {
  content: '“';
  position: absolute;
  top: -30%;
  left: 0;
  font-size: 7rem;
  font-family: "Stone Sans, Bold";
  line-height: 1;
  pointer-events: none;
  color: var(--royal-blue-color);
}

.swiper.feedbacks-swiper {
  padding-bottom: 4rem;
  overflow: visible;
}

.swiper.feedbacks-swiper .swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper.feedbacks-swiper .swiper-slide {
  height: auto;
  /* white-space: nowrap; */
  overflow: hidden;
}

.swiper.feedbacks-swiper .swiper-slide.swiper-slide-active .item {
  border: 1px solid var(--royal-blue-color);
}

.swiper.feedbacks-swiper .swiper-slide.swiper-slide-active .item .title {
  border-bottom: 1px solid var(--white-color);
}

.swiper.feedbacks-swiper .swiper-slide.swiper-slide-active .item {
  border: 1px solid var(--royal-blue-color);
  background-color: var(--royal-blue-color);
  color: var(--white-color);
}

.swiper.feedbacks-swiper .swiper-slide.swiper-slide-active .item .quotes p {
  color: var(--white-color);
}

.swiper.feedbacks-swiper .swiper-slide.swiper-slide-active .item .quotes::before {
  color: var(--white-color);
}

@media only screen and (max-width: 767px) {
  .feedbacks-wrapper .swiper-container {
    width: 100%;
    overflow: hidden;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .feedbacks-wrapper .item {
    padding: 2rem;
  }

  .feedbacks-wrapper .item :is(.quotes, .name) {
    padding-left: 2.5rem;
  }

  .feedbacks-wrapper .item .quotes:before {
    top: 0%;
    font-size: 3rem;
  }
}


/*# 09) Milestone Section #*/
.c-section.milestone-section::before {
  background-image: url("/SPSetia/media/Revamped-Library/assets/img/setia-foundation/sf-milestone-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: hard-light;
  max-height: unset;
}

.c-section.milestone-section-50a::before {
  background-image: url("/SPSetia/media/Campaign/Setiago/50a-earth.png");
  background-position: center;
  background-repeat: no-repeat;
    background-size: cover;
  mix-blend-mode: hard-light;
  max-height: unset;
}

.c-section.milestone-section.c-section--3::after {
  background: linear-gradient(to bottom, #06060600, #d7ece4);
  max-height: 750px;
}

.milestone-wrapper {
  position: relative;
  z-index: 2;
}

.milestone-item {
  position: relative;
  display: flex;
  flex-direction: column;
  /* align-items: center;
  justify-content: center; */
  gap: 1rem;
  padding: 3rem;
  border-bottom: 2px solid var(--light-grey-color);
  height: 100%;
}

.milestone-item-wrap {
  position: relative;
  display: flex;
  height: 100%;
}


.swiper-slide:nth-child(odd) .milestone-item-wrap .milestone-item {
  padding-bottom: 10rem;
}

.swiper-slide:nth-child(even) .milestone-item-wrap .milestone-item {
  padding-top: 10rem;
}

.blue-circle {
  position: absolute;
  pointer-events: none;
  bottom: -5px;
  left: -5px;
  width: 1em;
  height: 1em;
  background-color: var(--royal-blue-color);
  border-radius: 50%;
}

.milestone-item::before,
.milestone-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

.milestone-item-wrap .milestone-item:nth-child(odd)::before {
  border-left: 2px solid var(--light-grey-color);
  height: 100%;
}

.milestone-item-wrap .milestone-item:nth-child(even)::before {
  border-left: 2px solid var(--light-grey-color);
  height: calc(100% - 100px);
}

.swiper.milestone-swiper-thumbs .swiper-slide:last-child .milestone-item-wrap .milestone-item:last-child:after {
  border-right: 2px solid var(--light-grey-color);
  height: 100%;
  left: unset;
  right: 0;
}

.milestone-item .image-wrapper {
  position: relative;
}

.milestone-item .image-wrapper img {
  width: 13em;
}

.milestone-item .year h3 {
  text-transform: capitalize;
  font-size: 2rem;
}

.milestone-item .desc p.big {
  color: var(--dark-grey-color);
  font-family: "Noto Sans, Medium";
}

.swiper.milestone-swiper-thumbs {
  overflow: visible;
}

.swiper.milestone-swiper-thumbs .swiper-slide {
  height: auto;
}

/* top */
.milestone-year-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
}

.milestone-top-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  width: calc(100% - 250px);
  margin: 0 auto;
}

.milestone-slide-num h3 {
  transition: .3s ease-in-out all;
  margin-bottom: 0 !important;
  font-size: 1.5rem;
  transition: .3s ease-in-out all;
  opacity: .5;
  user-select: none;
}

.milestone-slide-num.active h3 {
  font-size: clamp(1.6em, 3vw, 3em) !important;
  opacity: 1;
}

/* bottom */
.swiper-milestone-main {
  position: relative;
  width: calc(100% - 250px);
  margin: 0 auto;
}

.swiper.milestone-swiper-parent {
  padding-bottom: 3rem;
}

.milestone-slide-num {
  position: relative;
  display: flex;
  justify-content: center;
}


.swiper.milestone-swiper-parent .swiper-scrollbar-drag {
  /* background: transparent; */
  background: var(--royal-blue-color);
  cursor: grab;
}

/* .swiper.milestone-swiper-parent:hover .swiper-scrollbar-drag {
  background: var(--royal-blue-color);
} */

.swiper.milestone-swiper-parent .swiper-scrollbar {
  height: 4px;
  transition: height .1s cubic-bezier(.35, .55, .255, 1) !important;
}

.swiper.milestone-swiper-parent:hover .swiper-scrollbar {
  height: 7px;
}

/* .swiper.milestone-swiper-parent .swiper-scrollbar-drag:before {
  background: var(--royal-blue-color);
  width: .5em !important;
  border-radius: 50%;
  height: .5em;
  top: 50%;
  cursor: grab;
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .1s cubic-bezier(.35, .55, .255, 1) !important;
}

.swiper.milestone-swiper-parent:hover .swiper-scrollbar-drag:before {
  width: 1.2em !important;
  height: 1.2em;
} */

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  margin: 1rem 0;
}

.swiper-milestone-main.mobile {
  display: none;
}


/*# 09) Milestone Section /a) Mobile responsive #*/
@media only screen and (max-width: 767px) {
  .milestone-top-wrapper {
    justify-content: center;
    padding-top: 0 !important;
    width: 100%;
  }

  .milestone-year-wrapper {
    order: 2;
    padding-top: 0 !important;
  }

  .swiper.milestone-swiper-parent:hover .swiper-scrollbar-drag {
    background: transparent !important;
  }
}

@media only screen and (max-width: 1024px) {
  .milestone-item {
    align-items: center;
  }

  .milestone-item .image-wrapper img {
    width: 9em;
  }

  .milestone-item {
    padding: 2rem;
  }

  .milestone-item .year {
    align-self: flex-start;
  }

  .milestone-item .year h3 {
    font-size: 1.5rem;
  }

  .swiper-slide:nth-child(odd) .milestone-item-wrap .milestone-item {
    padding-bottom: 5rem;
  }

  .swiper-slide:nth-child(even) .milestone-item-wrap .milestone-item {
    padding-top: 5rem;
  }


  .milestone-item-wrap {
    flex-direction: column;
    padding: 1rem;
  }

  .milestone-item-wrap .milestone-item:nth-child(even)::before {
    height: 100%;
  }



  .swiper.milestone-swiper-parent .swiper-scrollbar-drag:before {
    width: 1em !important;
    height: 1em !important;
  }

  .blue-circle {
    bottom: -7px;
    left: -7px;
    z-index: 2;
  }

  .milestone-wrapper {
    display: flex;
    flex-direction: column;
  }

  .swiper.milestone-swiper-thumbs {
    overflow: hidden;
    margin: 0;
    order: 2;
  }

  .swiper-milestone-main {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .swiper.milestone-swiper-thumbs .swiper-slide .milestone-item-wrap .milestone-item:first-child {
    border-top: 2px solid var(--light-grey-color);
  }

  .swiper.milestone-swiper-thumbs .swiper-slide .milestone-item-wrap .milestone-item:after {
    border-right: 2px solid var(--light-grey-color);
    height: 100%;
    left: unset;
    right: 0;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .milestone-top-wrapper {
    padding-bottom: 0 !important;
  }

}


/*# 10) Volunteer Section #*/
.c-section--4.team-volunteer-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #06060600, #D7ECE4);
  pointer-events: none;
  /* max-height: 40%; */
  z-index: 3;
}

.overlay.overlay-bottom {
  background: linear-gradient(to top, #ffffff, #d7ece400);
  z-index: 3;
  max-height: 50%;
  top: unset;
  bottom: 0;
  pointer-events: none;
}

.c-section--4.team-volunteer-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/SPSetia/media/Revamped-Library/assets/img/setia-foundation/contact-volunteer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: unset;
  mix-blend-mode: unset;
  /* max-height: 40%; */
  z-index: 2;
}

.team-volunteer-slider-wrap .row {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* details */
.volunteer-details-wrapper {
  position: relative;
  /* width: calc(100% - 500px); */
  margin-left: auto;
  /* pointer-events: none; */
}

.volunteer-details-wrapper .swiper-wrapper .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
}

.volunteer-details-wrapper .image-wrap img {
  width: 13em;
  cursor: pointer;
}

.volunteer-details-wrapper .name h3 {
  text-transform: uppercase;
  font-family: 'Stone Sans, SemiBold';
}

.volunteer-details-wrapper .designation p.big {
  color: var(--dark-grey-color);
  text-transform: uppercase;
  font-family: 'Stone Sans, SemiBold';
}

.volunteer-details-wrapper .name {
  text-align: right;
}

/* slider */
.swiper.volunteer {
  width: 30vw;
  height: 30rem;
}

@media only screen and (min-width: 1300px) {
  .swiper.volunteer {
    width: 25vw;
    height: 30rem;
  }
}

.swiper.volunteer .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper.volunteer .swiper-slide .item {
  position: relative;
  background-color: var(--royal-blue-color);
  color: var(--white-color);
  height: 100%;
  padding: 3rem 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans, Medium";
}

.swiper.volunteer .swiper-slide .item:before {
  content: '“';
  position: absolute;
  top: 18%;
  left: 6%;
  font-size: 13rem;
  font-family: "Stone Sans, Bold";
  line-height: 1;
  opacity: .2;
  pointer-events: none;
}


.swiper.volunteer .swiper-slide:nth-child(2) .item {
  background-color: var(--light-brown-color);
}

.swiper.volunteer .swiper-slide:nth-child(3) .item {
  background-color: var(--footer-color);
}

/* nav */
.volunteer-slider-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 100px;
  gap: 1rem;
}

/* volunteer contact section */
.volunteer-contact-wrapper {
  position: relative;
  padding-top: var(--section-padding);
}

.volunteer-contact-img {
  position: relative;
  display: flex;
  justify-content: center;
}

.contact-desc-wrap {
  position: relative;
  background-color: var(--royal-blue-color);
  border-radius: 0.95rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 5rem;
  width: 30%;
  margin-right: -5px;
}

.contact-desc-wrap .item {
  color: var(--white-color);
}

.contact-desc-wrap .item h3 {
  font-size: 3rem;
  color: var(--white-color);
  margin-bottom: 2rem;
}


/*# 10) Volunteer Section /a) Mobile responsive #*/
@media only screen and (max-width: 1024px) {
  .team-volunteer-slider-wrap .row {
    flex-direction: column;
  }

  .volunteer-details-wrapper .swiper-wrapper .item {
    align-items: center;
  }

  .volunteer-details-wrapper .image-wrap img {
    width: 9em;
  }

  .volunteer-details-wrapper .name h3 {
    margin-bottom: 0;
  }

  .swiper.volunteer {
    width: 85vw;
    height: 24rem;
  }

  .volunteer-slider-nav {
    justify-content: center;
    padding-top: 30px;
    z-index: 2;
  }

  .swiper-volunteer-wrap {
    position: relative;
    padding-top: 50px;
  }

  .swiper.volunteer .swiper-slide .item {
    padding: 1rem 2rem;
  }

  .swiper.volunteer .swiper-slide .item:before {
    font-size: 7rem;
  }

  .volunteer-contact-wrapper {
    padding-top: calc(var(--section-padding) / 1.5);
  }

  .contact-form-wrapper {
    flex-direction: column;
  }

  .contact-desc-wrap {
    width: 100%;
    margin-right: 0;
    padding: 2rem;
    border-radius: 0.95rem 0.95rem 0 0;
    margin-bottom: -5px;
  }

  .contact-desc-wrap .item h3 {
    margin-bottom: 0.5rem !important;
  }

}

/* ipad */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .swiper.volunteer {
    width: 85vw;
    height: 24rem;
  }
}

/* ipad pro */
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
  .contact-desc-wrap .item h3 {
    font-size: 2.3rem;
  }

  .swiper.volunteer {
    width: 35vw;
    height: 30rem;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-form-wrapper #contact_form_div {
    width: 45%;
  }
}


/*# 11) Volunteer Section #*/

/* tabs */
.product-tab-header a {
  margin-right: 13px;
  margin-bottom: 13px;
  font-family: "Stone Sans, SemiBold";
  font-size: 1.2rem;
  letter-spacing: 1.54px;
  float: left;
  clear: right;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border: 1px solid #70707042;
  border-radius: 0.45rem;
  padding: 20px 30px;
  overflow: hidden;
  min-width: 13em;
  /* height: 5em; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-tab-title.product-title-active {
  background-color: #103984;
  color: #fff;
}

.content-tab {
  display: none;
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
  position: relative;
}

.content-tab.tab-active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.product-tab-parent {
  z-index: 2;
  position: relative;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
}

.product-tab-header {
  width: 100%;
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


/* on mobile product tab */
.tab-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.tab-header {
  /* float: left;
 width: 230px; */
  position: relative;
  /* min-height: 33px; */
  cursor: pointer;
  background-color: var(--royal-blue-color);
  /* padding: 15px; */
  /* overflow: hidden;
 display: flex;
 flex-wrap: wrap; */
}

.tab-header>a {
  width: 100%;
  float: left;
  color: #D6D6D6;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
}

.tab-title {
  transition: unset !important;
}

/* hide on desktop */
.swiper.swiper-product {
  display: none;
}

/* toggle btn for tabs */
.dropdown-switch:checked+.dropdown-options-filter .dropdown-select {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.dropdown-switch:checked+.dropdown-options-filter .dropdown-filter:after {
  transform: rotate(-135deg);
}

.dropdown-options-filter {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
}

.dropdown-filter {
  position: relative;
  border: 1px solid #70707042;
  border-radius: 0.45rem;
  margin: 0 0.2em;
  transition: .3s ease-in-out all;
  cursor: pointer;
  min-width: 12em;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em .4em;
  border-radius: 0.45rem;
  font-size: .9rem;
  color: var(--white-color);
  font-family: 'Stone Sans, SemiBold';
  text-transform: uppercase;
}

.dropdown-filter::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
  transition: 0.2s ease;
}

.dropdown-select {
  position: absolute;
  top: 100%;
  width: 100%;
  overflow: hidden;
  background: var(--white-color);
  border-top: 1px solid #eee;
  border-radius: 0.45rem;
  z-index: 3;
  background: #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  right: 0;
  min-width: 20em;
  margin-top: 15px;
}

.dropdown-select-option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Noto Sans, Light";
  font-size: .9rem;
  transition: 0.2s ease;
  color: var(--dark-blue-color);
}

.dropdown-select-option.tab-title.title-active {
  background: #f8f8f8;
  font-family: "Noto Sans, Black" !important;
  color: #022C7B;
}


/*# 11) Volunteer Section /a) Mobile responsive #*/
@media (max-width: 767px) {

  .c-section--2 {
    padding-top: calc(var(--section-padding) / 2);
  }

  .product-tab-d {
    padding-top: 60px;
  }

  .product-tab-header {
    display: none !important;
  }

  .tab-wrapper {
    display: flex !important;
    justify-content: center;
  }

  .dropdown-select {
    -webkit-transform: scale(1, 0) translateX(-50%);
    transform: scale(1, 0) translateX(-50%);
    right: unset;
    left: 50%;
  }

  .dropdown-switch:checked+.dropdown-options-filter .dropdown-select {
    -webkit-transform: scale(1, 1) translateX(-50%);
    transform: scale(1, 1) translateX(-50%);
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .product-tab-d,
  .content-tab {
    padding-top: 30px;
  }

  .product-tab-header {
    display: none !important;
  }

}



/*# 12) Second Section - OLD #*/

/* volunteer tab form */
.contact-form-wrapper {
  position: relative;
  display: flex;
  justify-content: center !important;
}

#contact_form_div {
  max-width: 777px;
  border-radius: 0 0.45rem 0.45rem 0;
}


@media screen and (min-width: 1500px) {

  .leader-parent-title .overlapped-theader {
    position: absolute;
    transform: translateY(6rem);
  }

  .swiper-slide.care-swiper-slide {
    min-height: 600px;
  }

  .product-specs-title {
    padding-top: 70px;
  }

  .product-specs-title.product-specs-title-facilities {
    padding-top: 20px !important;
  }

  .product-tab::before {
    width: 70%;
  }

  .product-content.product-text p {
    /* font-size: 1.1rem; */
    max-width: 800px;
  }

  .product-tab-header a {
    padding: 20px 30px;
    width: 17em;
    height: 6em;
  }

  .center-customNav-swiper {
    top: 85px !important;
    left: 140px;
  }

  .owl-carousel.product-swiper-banner {
    width: 550px;
  }

  .item.product-slider-content {
    width: 550px;
    height: 550px;
    flex: 0 0 550px;
  }

  .item.product-slider-content img {
    height: 550px;
    width: 550px;
  }

  .product-section .product-tab {
    position: relative;
    /* height: 615px !important; */
  }

  .product-section .product-tab:nth-child(1),
  .product-section .product-tab:nth-child(2),
  .product-section .product-tab:nth-child(3),
  .product-section .product-tab:nth-child(4) {
    height: 100% !important;
  }

  .swiper.care-swiper {
    min-height: 600px;
  }

  .product-specs-title h3 {
    max-width: 600px !important;
    font-size: 1.875rem !important;
  }
}

/* for mdpi screen only */
@media (min-width: 1280px) and (max-width: 1280px) {
  .product-content.product-text p {
    max-width: 595px !important;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {

  .dropdown-filter-selected {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100px;
  }

  .leader-parent-title .overlapped-theader {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    padding-bottom: 20px;
    transform: unset !important;
  }

  .product-tab.care-bear-custom-tab .product-content-wrapper,
  .swiper-slide.care-swiper-slide {
    padding: 20px !important;
  }

  .product-tab.care-bear-custom-tab .product-content-wrapper::before {
    content: '';
    position: absolute;
    width: 100% !important;
  }

  .points-wrapper.order-2 {
    order: 2 !important;
  }

  .points-num p {
    position: absolute;
    font-size: 4rem !important;
    top: 30px !important;
  }

  .product-content-row {
    padding-top: 1rem !important;
  }

  .points-desc {
    position: relative;
    padding-left: 1rem !important;
  }

  .points-wrapper {
    position: relative;
    padding: 1rem !important;
    flex: 100% !important;
  }

  .product-tab:nth-child(1).product-tab-content.tab-active,
  .product-tab.volunteer-tab.tab-active {
    transform: translateY(-18vh);
  }

  .product-tab:nth-child(1).product-tab-content .product-specs-title {
    padding-top: 20px !important;
  }

  .product-tab-header {
    display: none !important;
  }

  .swiper-button-next.care-swiper-btnNext,
  .swiper-button-prev.care-swiper-btnPrev {
    width: 35px !important;
    height: 35px !important;
  }

  .center-customNav-swiper {
    max-width: 106px;
    margin: unset;
    top: 200px;
    left: auto;
    right: 0;
  }

  .c-section--2 {
    background-color: var(--white-color);
    padding-top: calc(var(--section-padding) /2);
  }

  .product-content h3 {
    font-size: 17px;
    line-height: 1.5rem;
  }

  .product-tab .product-row {
    margin: unset !important;
  }

  .col-4.product-col {
    padding-bottom: unset !important;
  }

  .row.product-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .product-tab-header {
    display: none !important;
  }


  .product-section {
    padding-top: 250px;
  }

  .product-specs-title {
    padding-top: 185px;
  }

  .product-layout-wrapper {
    top: 0;
    right: unset !important;
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .owl-carousel.product-swiper-banner {
    width: 300px;
  }

  .item.product-slider-content {
    width: 300px;
    height: 300px;
    flex: 0 0 300px;
  }

  .item.product-slider-content img {
    height: 300px;
    width: 300px;
  }

  .product-content.product-text p {
    font-size: .8rem !important;
  }

  .swiper-slide.care-swiper-slide::before {
    width: 100%;
  }

  .product-tab {
    padding: 20px;
  }

  .product-specs-title h3 {
    margin-bottom: unset !important;
    max-width: 200px !important;
    line-height: 1.5rem !important;
  }

  .white-line.custom-line {
    width: 100% !important;
    margin: 25px auto 15px !important;
  }

  .swiper.hospitality-swiper,
  .swiper.care-swiper,
  .swiper.care-swiper {
    overflow: unset !important;
  }

  .product-layout-wrapper .owl-dots button.owl-dot.active {
    background-color: var(--white-color) !important;
  }


  .product-layout-wrapper .owl-dots button.owl-dot {
    width: 22px !important;
    height: 4px !important;
    margin: 0 1.8px !important;
    background: #6D6D6D !important;
  }

  .gslide-image img {
    max-height: 68vh !important;
    max-width: 80vw !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .dropdown-filter-selected {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100px;
  }

  .leader-parent-title .overlapped-theader {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    padding-bottom: 20px;
    transform: unset !important;
    justify-content: center;
  }

  .product-tab.care-bear-custom-tab .product-content-wrapper,
  .swiper-slide.care-swiper-slide {
    padding: 20px !important;
  }

  .product-tab.care-bear-custom-tab .product-content-wrapper::before {
    content: '';
    position: absolute;
    width: 100% !important;
  }

  .points-desc {
    position: relative;
    padding-left: 2rem !important;
  }

  .points-num p {
    position: absolute;
    font-size: 4rem !important;
    top: 30px !important;
  }

  .points-wrapper.order-2 {
    order: 2 !important;
  }

  .points-wrapper {
    position: relative;
    padding: 1rem 3rem 2rem 0 !important;
  }

  .product-tab:nth-child(1).product-tab-content .product-specs-title {
    padding-top: 20px !important;
  }

  .product-tab:nth-child(1).product-tab-content.tab-active,
  .product-tab.volunteer-tab.tab-active {
    transform: translateY(-13vh) !important;
  }

  .swiper-button-next.care-swiper-btnNext,
  .swiper-button-prev.care-swiper-btnPrev {
    width: 35px !important;
    height: 35px !important;
  }

  .center-customNav-swiper {
    max-width: 106px;
    margin: unset;
    top: 260px !important;
    left: auto;
    right: 0;
  }

  .product-content h3 {
    font-size: 17px;
    line-height: 1.5rem;
  }

  .product-tab .product-row {
    margin: unset !important;
  }

  .col-4.product-col {
    padding-bottom: unset !important;
  }

  .row.product-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .product-tab-parent {
    display: block !important;
    z-index: 2;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    left: 0;
  }

  .product-tab-header {
    display: none !important;
  }

  .product-section {
    padding-top: 290px;
  }

  .product-specs-title {
    padding-top: 235px !important;
  }

  #contact_form_div {
    max-width: 100% !important;
    width: 100% !important;
  }

  .product-layout-wrapper {
    top: 0;
    right: unset !important;
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .owl-carousel.product-swiper-banner {
    width: 400px;
  }

  .item.product-slider-content {
    width: 400px;
    height: 400px;
    flex: 0 0 400px;
  }

  .item.product-slider-content img {
    height: 400px;
    width: 400px;
  }

  .product-content.product-text p {
    font-size: .9rem !important;
  }

  .swiper-slide.care-swiper-slide::before {
    width: 100% !important;
  }

  .product-section .product-tab {
    height: 100% !important;
    /* margin-bottom: var(--section-padding) !important; */
  }

  .product-tab {
    padding: 20px;
  }

  .product-specs-title h3 {
    margin-bottom: unset !important;
    max-width: 500px !important;
  }

  .white-line.custom-line {
    width: 100% !important;
    margin: 15px auto 15px !important;
  }

  .swiper.care-swiper {
    overflow: unset !important;
  }

  .product-layout-wrapper .owl-dots button.owl-dot.active {
    background-color: var(--white-color) !important;
  }


  .product-layout-wrapper .owl-dots button.owl-dot {
    width: 22px !important;
    height: 4px !important;
    margin: 0 1.8px !important;
    background: #6D6D6D !important;
  }

  .gslide-image img {
    max-height: 68vh !important;
    max-width: 80vw !important;
  }

  .glightbox-clean .gprev,
  .glightbox-clean .gnext {
    top: 49% !important;
  }
}


/* for mdpi screen only */
@media (min-width: 1280px) and (max-width: 1280px) {
  .center-customNav-swiper {
    left: 10px;
  }
}

@media screen and (min-width: 1400px) {
  .center-customNav-swiper {
    left: 125px !important;
    top: 45px;
  }
}

/* landscape */
@media screen and (min-width: 300px) and (max-width: 1024px) and (orientation: landscape) {

  .product-tab:nth-child(1).product-tab-content.tab-active,
  .product-tab.volunteer-tab.tab-active {
    transform: translateY(-45vh) !important;
  }
}


/*# 13) Leader Swiper #*/
.leader-parent-title {
  position: relative;
  z-index: 2;
  max-width: 580px;
}

.leader-parent-title .overlapped-theader {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto !important;
  top: 60px;
  left: 0;
  transform: translateY(4rem);
}

/* swiper part */
.swiper-container.gallery-top {
  width: 100%;
}

.leader-tab-wrapper2 {
  position: relative;
  z-index: 1;
}

.leader-wrapper {
  position: relative;
}

.leader-grid-container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}


.leader-grid-1,
.leader-grid-2 {
  line-height: 1;
  color: white;
}

.leader-grid-1 {
  background-color: #f2f2f2;
  width: 60%;
  min-height: 380px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  color: white;
  z-index: 2;
  margin-top: 270px;
  min-width: 560px;
  flex-direction: column;
}

.leader-grid-1 h3 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  width: 85%;
}

.leader-grid-1 h4 {
  padding-right: 11rem;
}

.leader-grid-2 {
  width: 50%;
  /* height: 600px; */
  /* background: url('dato-pardas.jpg') no-repeat center / cover; */
  margin-left: -100px;
}


/* 
.leader-grid-2 img {
	max-width: 535px;
} */

.leader-desc-wrapper {
  /* width: 442px; */
  height: 250px;
  overflow: auto;
  padding: 0px 50px 10px 0px;
  scrollbar-width: thin;
  scrollbar-color: var(--light-grey-color) #e0e0e000;
}

.leader-desc-wrapper p {
  letter-spacing: normal;
  font-size: 1.15rem;
}



.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: 0 !important;
  margin-right: -15px !important;
}

.swiper-container-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  /* justify-content: flex-end; */
  height: 100%;
  width: 100%;
}

/* 
.swiper-container.gallery-thumbs {
    margin-left: auto !important;
    margin-right: auto !important;
} */

/* custom next prev */
.leader-slider-nav {
  position: absolute;
  z-index: 2;
  right: -40px;
  top: 51%;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  gap: 15px;
  transition: .3s ease-in-out all;
}

.custom-button-next,
.custom-button-prev {
  position: relative;
  width: 45px;
}

.custom-button-next::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("/SPSetia/media/Revamped-Library/assets/icons/main-btn-white-fill.svg");
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transform: rotate(90deg);
  filter: drop-shadow(0px 3px 6px #59595961);
}

.custom-button-prev::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("/SPSetia/media/Revamped-Library/assets/icons/main-btn-blue-border.svg");
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transform: rotate(-90deg);
}

.custom-button-next:hover:after,
.custom-button-prev:hover:after {
  background-image: url("/SPSetia/media/Revamped-Library/assets/icons/main-btn-blue-fill.svg");
}


/*# 13) Leader Swiper /a) Mobile responsive #*/
@media (min-width: 480px) {
  .swiper-container {
    min-height: 320px;
  }
}

@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
  .leader-slider-nav {
    right: -20px !important;
    top: 44% !important;
  }
}

@media only screen and (min-width: 1240px) and (max-width: 1500px) {


  .leader-slider-nav {
    right: -20px !important;
    top: 44% !important;
  }
}

@media screen and (min-width: 1440px) {
  .leader-slider-nav {
    right: 10px !important;
  }
}


@media screen and (min-width: 1500px) {
  .leader-tab-wrapper {
    max-width: 700px !important;
  }

  .leader-tab-header .leader-tab-title {
    width: 215px !important;
    height: 125px !important;
  }

  .leader-slider-nav {
    right: -40px;
    width: 100%;
    gap: 10px;
  }

  .custom-button-next,
  .custom-button-prev {
    position: relative;
    width: 55px;
  }

  .custom-button-next::after {
    width: 55px;
    height: 55px;
  }

  .custom-button-prev::after {
    width: 55px;
    height: 55px;
  }
}


/* Slide content */
.swiper-slide.leader-slider,
.swiper-slide.leader-thumbnail {
  background-size: cover;
  background-position: center;
  background-color: #F2F2F2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: unset;
  align-items: center;
  margin-bottom: unset !important;
}

.swiper-slide.leader-slider {
  display: block;
  opacity: 0;
  transition: opacity 0.3s 0.3s ease-in-out all;
}

.swiper-slide.leader-slider.swiper-slide-active {
  opacity: 1;
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}

.gallery-top {
  position: relative;
  width: 100%;
  height: 100%;
}



/* hide on desktop */
.swiper-container.swiper-container-about {
  display: none;
}

@media (min-width: 480px) {

  .gallery-top {
    width: 100%;
    height: 100%;
    margin-right: -15px;
    /* margin-right: 10px; */
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .gallery-top {
    width: 83% !important;
  }
}



/* Large Devices, Wide Screens */
@media screen and (min-width : 1500px) {

  .leader-tab-wrapper {
    padding: unset;
    transform: unset;
  }

  .leader-grid-1 {
    width: 60%;
    margin-top: 380px;
  }

  .leader-grid-2 {
    width: unset;
  }
}


@media (max-width: 767px) {

  .swiper-container.swiper-container-about {
    display: block;
  }

  .leader-desc-wrapper p:last-child {
    padding-bottom: 20px;
  }

  .swiper-slide.leader-slider {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }

  /* .swiper-container {
      overflow: auto !important;
      overflow-x: hidden !important;
    } */

  .swiper-container-wrapper {
    height: 100% !important;
  }

  .leader-wrapper {
    padding-bottom: 25px !important;
  }

  .leader-grid-container {
    flex-direction: column;
    width: 100%;
    margin: 0 auto !important;
  }

  .leader-grid-2 {
    width: 100%;
    /* height: 400px; */
    height: unset !important;
    margin-left: unset !important;
  }

  .leader-grid-1 {
    width: 100%;
    margin: 0;
    margin-top: unset !important;
    min-width: unset !important;
    order: 2;
    height: 570px;
    overflow: auto;
    scrollbar-color: #adadad #e0e0e000;
    flex-direction: row !important;
  }

  .leader-slider-nav {
    position: unset !important;
    width: 0;
    top: 40px !important;
    margin: 0 auto;
  }

  .leader-slider-nav div {
    position: absolute;
    top: 17%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
    z-index: 2;
  }

  .custom-button-prev {
    left: 0;
  }

  .custom-button-next {
    right: 0;
  }

  .custom-button-prev::after {
    width: 35px;
    height: 35px;
    top: 0;
    left: 10px;
  }

  .custom-button-next::after {
    width: 35px;
    height: 35px;
    top: 0;
    right: 10px;
  }

  .custom-button-prev::after {
    transform: rotate(-90deg) !important;
  }

  .custom-button-next::after {
    transform: rotate(-270deg) !important;
  }

  .leader-grid-1 h3 {
    font-size: 1.2rem;
    width: 100% !important;
  }

  .leader-grid-1 h4 {
    font-size: .9rem;
    padding-right: 0 !important;
  }

  .leader-desc-wrapper {
    padding: 0 !important;
    height: 100% !important;
    overflow: unset !important;
  }

  .leader-desc-wrapper p {
    font-size: .9rem;
  }

}

@media (max-width: 360px) {
  .leader-slider-nav div {
    top: 20%;
  }
}

@media (min-width: 360px) and (max-width: 800px) {
  .leader-slider-nav div {
    top: 17%;
  }
}


/* ipad/tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  .leader-parent-title {
    position: relative;
    z-index: 2;
    max-width: 100% !important;
  }

  .leader-tab-wrapper {
    max-width: 100% !important;
  }

  .leader-tab-wrapper2 {
    position: relative;
    z-index: 1;
    /* padding-top: 50px; */
  }

  .leader-tab-header {
    width: 100%;
    margin: 0 auto !important;
    flex: 0 0 auto;
    position: relative;
    justify-content: center;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }

  .leader-wrapper {
    padding-bottom: 25px !important;
  }

  .swiper-container-wrapper {
    height: 100% !important;
    justify-content: center !important;
  }

  .swiper-slide.leader-slider {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }

  .leader-grid-container {
    flex-direction: column;
    width: 100%;
    margin: 0 auto !important;
  }

  .leader-grid-1 {
    width: 100% !important;
    margin: 0 !important;
    margin-top: unset !important;
    min-width: unset !important;
    order: 2 !important;
    height: 570px !important;
    overflow: auto !important;
    scrollbar-color: #adadad #e0e0e000;
    flex-direction: row !important;
  }

  .leader-grid-2 {
    width: 100% !important;
    height: unset !important;
    margin-left: unset !important;
  }

  .leader-grid-1 h3 {
    width: 100% !important;
  }

  .leader-grid-1 h4 {
    font-size: .8rem;
    padding-right: 0 !important;
  }

  .leader-desc-wrapper p {
    font-size: 1rem !important;
  }

  .leader-desc-wrapper {
    padding: 0px 30px 10px 0px;
    height: 100% !important;
    overflow: unset !important;
  }

  .leader-slider-nav {
    position: absolute !important;
    width: 0;
    margin: 0 auto;
    top: 22% !important;
    width: 75% !important;
    left: 0;
    right: 0 !important;
  }

  .leader-slider-nav div {
    position: absolute;
    top: 17%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
    z-index: 2;
  }

  .custom-button-prev {
    left: 0;
  }

  .custom-button-next {
    right: 0;
  }

  .custom-button-prev::after {
    width: 35px;
    height: 35px;
    top: 0;
    left: 10px;
  }

  .custom-button-prev::after {
    transform: rotate(-90deg) !important;
  }

  .custom-button-next::after {
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
  }

  .custom-button-next::after {
    transform: rotate(-270deg) !important;
  }

}


/* landscape */
@media screen and (min-width: 300px) and (max-width: 1024px) and (orientation: landscape) {
  .leader-tab-header .leader-tab-title {
    margin: 0 15px 10px 0 !important;
  }

  .swiper-slide.leader-slider {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }

  .leader-tab-wrapper2 {
    margin: 0 auto !important;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }

  .leader-grid-2 {
    width: 100% !important;
    height: unset !important;
    margin-left: unset !important;
  }

  .leader-slider-nav {
    position: absolute !important;
    width: 0;
    margin: 0 auto;
    top: 22% !important;
    width: 75% !important;
    left: 0;
    right: 0 !important;
  }

  .leader-slider-nav div {
    position: absolute;
    top: 17%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
    z-index: 2;
  }

  .swiper-container-wrapper {
    height: 100% !important;
    justify-content: center !important;
  }

  .custom-button-prev::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
  }

  .custom-button-next::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
  }

  .gallery-top {
    width: 83% !important;
  }
}


/*# 14) Search Autocomplete Styling #*/
.nationality-input.active input {
  border-radius: 5px 5px 0 0;
}

.form-col.nationality-input {
  position: relative;
}

.nationality-input .resultBox-nationality {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #eee;
  border-radius: 0.45rem;
  z-index: 1;
  background: #fff;
  margin-top: 15px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
}

.nationality-input.active .resultBox-nationality {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.resultBox-nationality li {
  list-style: none;
  padding: 10px;
  display: none;
  width: 100%;
  cursor: default;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Noto Sans, Light";
  font-size: .9rem;
  transition: 0.2s ease;
  color: var(--dark-blue-color);
}

.nationality-input.active .resultBox-nationality li {
  display: block;
}

.resultBox-nationality li:hover {
  background: #f8f8f8;
  font-family: "Noto Sans, Black" !important;
  color: #022C7B;
}

