/* Fonts CSS */
@font-face {
  font-family: 'Radio Canada Big';
  src: url('fonts/RadioCanadaBig-Bold.woff2') format('woff2'),
    url('fonts/RadioCanadaBig-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Radio Canada Big';
  src: url('fonts/RadioCanadaBig-BoldItalic.woff2') format('woff2'),
    url('fonts/RadioCanadaBig-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Radio Canada Big';
  src: url('fonts/RadioCanadaBig-Regular.woff2') format('woff2'),
    url('fonts/RadioCanadaBig-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Radio Canada Big';
  src: url('fonts/RadioCanadaBig-Italic.woff2') format('woff2'),
    url('fonts/RadioCanadaBig-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* End Fonts css */

:root {
  --white: #fff0f7;
  --grey-light: #FAFAFA;
  --grey: #757575;
  --black: #141414;
  --magi-green: #839C4C;
  --magi-green-dark: #546D1F;
  --magi-blue: #4F98CB;
  --magi-blue-dark: #296690;
  --magi-yellow: #EFBB26;
  --magi-yellow-dark: #B08710;
  --magi-lime: #FFFBF0;
}

.line-divider-white{
  opacity: 1;
  margin: 0 !important;
  height: 1px;
  border: none;
  background-color: var(--white);
}

body {
  min-height: 120vh;
  font-size: 100%;
  font-family: 'Radio Canada Big' 'sans-serif'!important;
  overflow-x: hidden;
  margin: 0;
}

.opacity-0{
  opacity: 0 !important;
}

::-moz-selection{
  color: white;
  background-color: var(--magi-yellow);
}

::selection{
  color: white;
  background-color: var(--magi-yellow);
}

/*
@keyframes appear{
  from{
    opacity: 0;
    scale: 0.4;
  }

  to{
    opacity: 1;
    scale: 1;
  }
}

.reveal-scroll-animation{
  animation: appear 5s linear;
  animation-timeline: view();
  animation-range: entry 0% cover 25%;
}
*/

.wrap-section-round-divider{
  height: 40px;
}

.section-round-divider{
  border-radius: 40px 40px 0 0;
  height: 40px;
}

.hero-static .wrap-section-round-divider{
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* Static Hero */

.static-hero{
  color: white;
  padding: 168px 80px 120px 80px;
}


.breadcrumbs{
  display: flex;
  align-items: center;
}

.breadcrumbs img{
  margin-right: 8px;
}

.breadcrumbs span{
  margin-right: 4px;
}

.wrap-static-hero{
  height: 50vh;
  flex-direction: column;
  justify-content: space-between;
}

.wrap-static-hero p{
  margin-top: 20px;
  width: 65%;
}

.wrap-static-hero p.small{
  margin-top: 0 !important;
}

/* End Static Hero */

*,
*::before,
*::after {
  box-sizing: border-box;
}

.sr-only {
  border: 0;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  float: left;
}

/* ROUNDED EFFECT STYLES */
.rounded-32{
  border-radius: 32px;
}

.h-100vh{
  height: 100vh !important;
}

.w-100vh{
  width: 100vh !important;
}

.h-100{
  height: 100% !important;
}

.w-100{
  width: 100% !important;
}

.introduction, .introduction-about-us-page, .our-impact, .our-services, .testimonial, .our-clients, .call-to-action{
  padding: 120px 80px;

}

@media screen and (max-width: 991px) {
  .introduction, .our-impact, .our-services, .testimonial, .our-clients{
    padding: 64px 20px;

  }

  .wrap-section-round-divider{
    height: 24px;
  }

  .section-round-divider{
    border-radius: 24px 24px 0 0;
    height: 24px;
  }
}

/* Resets */
button {
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 16px;
}

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

/* Button components */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--magi-blue);
  color: var(--white);
  font-size: 18px;
  line-height: 23.4px;
  padding: 12px 24px;
  transition: background-color 400ms, 400ms ease;
}

.btn:hover {
  background-color: var(--magi-blue-dark);
  transition: background-color 400ms, 400ms ease;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}

.btn-outline:hover {
  background-color: var(--black);
  border-color: var(--black);
}


/* Header components */

ul.header__nav{
  margin-bottom: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9999;
  transition: background-color 400ms, 400ms ease;
}

.header.scrolled {
  background-color: #fff;
  transition: background-color 400ms, 400ms ease;
}


.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px;
  max-width: 1440px;
  margin: 0 auto;
}

.header__logo {
  display: flex;
  align-items: center;
  position: relative;
}

.header__logo img {
  object-fit: contain;
  width: 204px;
  height: 35px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 5%;
  left: 0;
  transform: translate(0, -50%);
  transition: opacity 400ms, 400ms ease;
}

.scrolled .header__logo img.color,
.header__logo img.white,
.drawer-open .header__logo img.color {
  opacity: 1;
  visibility: visible;
}

.scrolled .header__logo img.white,
.drawer-open .header__logo img.white {
  opacity: 0;
  visibility: hidden;
}

.header__toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
}

.header__toggle .close,
.header__toggle .open {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.header__toggle svg {
  width: 24px;
  height: 24px;
}

.header__toggle .open,
.header__toggle[aria-expanded=true] .close {
  opacity: 1;
}

.header__toggle[aria-expanded=true] .open {
  opacity: 0;
}

.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav {
  position: relative;  
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: stretch;
    flex-wrap: wrap;
    align-items: stretch;

}

.nav[data-visible=true] {
  transform: translate(0);
}

.nav__item {
  margin: 0 10px;
  position: relative;
}

.nav__item--mobile {
  display: none;
}

.nav__link {
  color: var(--white);
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  transition: color 400ms, 400ms ease;
}

.scrolled .nav__link,
.nav__submenu .nav__link {
  color: var(--black);
}

.nav__link--cta {
  display: flex;
  gap: 8px;
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  font-size: 18px;
  line-height: 23.4px;
  padding: 12px 24px;
  border-radius: 28px;
  transition: background-color 400ms, 400ms ease;
}

.scrolled .nav__link--cta,
.drawer-open .nav__link--cta {
  color: var(--white);
  background-color: var(--magi-blue);
}

.nav__link--cta:hover {
  background-color: var(--magi-blue-dark);
  border-color: var(--magi-blue-dark);
  transition: background-color 400ms, 400ms ease;
}

.nav__link--cta svg {
  width: 24px;
  height: 24px;
}

/* Submenu */
.nav__submenu-wrapper {
  /*top: 90px;*/
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: all .3s ease-in-out;
}

.nav__item-has-submenu {
  position: relative;
}

.nav__item-has-submenu.active .nav__submenu-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
}

.nav__link-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nav__icon {
  padding-top: 4px;
  pointer-events: none;
}

.nav__icon svg {
  position: relative;
  transform: rotate(0deg);
  transition: transform .3s ease-in-out;
  line-height: 0;
  width: 24px;
  height: 24px;
}

.nav__submenu-toggle svg path {
  fill: var(--white);
}

.scrolled .nav__submenu-toggle svg path,
.drawer-open .nav__submenu-toggle svg path {
  fill: var(--black);
}

.nav__item-has-submenu:hover .nav__icon svg,
.nav__item-has-submenu.active .nav__icon svg {
  transform: rotate(180deg);
}

.nav__submenu {
  background-color: #fff;
  padding: 10px 20px;
}

.nav__item-sub {
  margin: 0;
  padding: 6px 18px;
}

@media screen and (max-width: 991px) {
  .header__wrapper {
    padding: 20px;
  }

  .header__logo {
    position: relative;
    z-index: 999;
  }

  .header__logo img {
    width: 150px;
    height: auto;
  }

  .header__toggle {
    display: block;
  }

  .header__toggle .open svg path {
    fill: var(--white);
  }

  .scrolled .header__toggle .open svg path {
    fill: var(--black);
  }

  .header__nav {
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
  }

  ul.header__nav {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header__nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 2px;
    background-color: #eee;
  }

  .nav {
    width: 100vw;
    position: absolute;
    background-color: #fff;
    height: 100vh;
    transform: translate(100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: transform .3s ease-in-out;
    padding: 60px 25px;
    overflow: hidden;
  }

  .nav__link {
    font-size: 24px;
    color: var(--black);
  }

  .nav__item-sub .nav__link {
    font-size: 20px;
  }

  .nav--cta {
    display: none;
  }

  .nav__item {
    margin: 10px 0;
  }

  .nav__item-has-submenu {
    width: 100%;
  }

  .nav__item--mobile {
    display: block;
  }

  .nav__submenu-wrapper {
    position: relative;
    height: 0;
  }

  .nav__icon {
    position: absolute;
    pointer-events: visible;
    right: 0;
    width: 40px;
    height: 40px;
  }

  .nav__submenu {
    background-color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .nav__item-has-submenu:hover .nav__submenu-wrapper {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-in-out;
  }
}

/* Hero */
.hero{
  height: 100vh !important;
  padding: 0 !important;
  position: fixed;
  z-index: -100;
}

.hero-text-banner{
  position: absolute;
  padding: 120px 80px;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}

.hero-text-banner .container{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.text-hero{
  bottom: 80px;
  z-index: 1000;
}

.blank-section{
  padding-top: 100vh;
}

.img-slide{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .hero-text-banner{
    padding: 96px 20px;
  }

  .hero-text-banner h1{
    font-size: 36px !important;
  }

  .text-hero{
    width: 100% !important;
  }

}



/* Introduction */
.img-banner{
  margin: -64px 0 0 0 !important;
}

.img-banner img{
  width: 100%;
}

.intro-text-services{
  display: flex;
  align-items: center;
  gap: 64px;
  padding-bottom: 80px;
}

.intro-text-services h1{
  width: 45%;
}

.intro-text-services p{
  width: 55%;
}

.introduction .intro-text{
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .introduction .intro-text{
    flex-direction: column;
    width: 100% !important;
    gap: 6px !important;
  }

  .img-banner{
    margin: 0 0 12px 0 !important;
  }
}


/* Our Impact */
.wrap-impact{
  gap: 20px;
  justify-content: center;
  flex-direction: column;
}

.wrap-impact .row-a{
  gap: 20px;
}

.wrap-impact .row-b{
  gap: 20px;
}

/* Testimonial */

.testimonial {
  padding: 60px 0;
}

.testimonial__header {
  text-align: center;
  margin-bottom: 40px;
}

.highlight {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #839C4C;
}

.testimonial__header h2 {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}

.testimonial__card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  color: var(--white);
  border-radius: 24px;
  justify-content: flex-start;
}

.testimonial__image {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  min-width: 120px;
  height: 120px;
}

.testimonial__image img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial__role,
.testimonial__description {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.testimonial__name {
  font-size: 36px;
  font-weight: 600;
}

/* New Testimonial Pagination */
.testimonial__wrapper .swiper-slide {
  width: 270px;
  margin-right: 0;
}

.testimonial__pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  position: relative;
  max-width: max-content;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.testimonial__button {
  position: relative;
  margin: 0 10px;
}

.swiper-navigation-button {
  width: 40px;
  height: 40px;
  background-color: #839C4C;
  border-radius: 100%;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 24px;
  transition: background-color 400ms, 400ms ease;
}

.swiper-navigation-button:hover {
  background-color: #60782B;
  transition: background-color 400ms, 400ms ease;
}

.testimonial__button::after {
  content: none;
}

@media screen and (min-width: 992px) {
  .testimonial {
    padding: 120px 0;
  }

  .testimonial__header {
    margin-bottom: 80px;
  }

  .testimonial__header h2 {
    font-size: 90px;
    line-height: 78px;
  }

  .testimonial__card {
    flex-direction: row;
    gap: 24px;
    border-radius: 24px;
    padding: 38px 32px;
  }
}

.swiper-slide-prev, .swiper-slide-next{
  background-color: var(--grey-light) !important;
  border-radius: 24px;
  opacity: 0.5;
  border: 1px solid #E6E6E6;
}

.swiper-slide-next .testimonial__role{
  color: var(--magi-green);
}

.swiper-slide-next .testimonial__name{
  color: var(--black);
}

.swiper-slide-next .testimonial__description{
  color: var(--grey);
}

.swiper-slide-prev .testimonial__role{
  color: var(--magi-green);
}

.swiper-slide-prev .testimonial__name{
  color: var(--black);
}

.swiper-slide-prev .testimonial__description{
  color: var(--grey);
}

.swiper-slide-active{
  background-color: var(--magi-green) !important;
  border-radius: 24px;
}

/* Hero remove later */
.hero {
  background-color: var(--black);
  height: 50vh;
  padding: 120px 40px;
  width: 100%;
}

.hero h1 {
  color: var(--white);
}


/* Service */


/* Service Blue */
.card-services-blue{
  color: white !important;
  width: 100%;
  min-height: 100px;
  background: var(--magi-blue); !important; 
  text-decoration: none;
  transition: all ease 0.3s;
}

.card-services-blue p.small{
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  color: white !important;
}

.card-services-blue a.link-button{
  color: white;
  fill: white !important;
}

.card-services-blue:hover{
  background: var(--magi-blue-dark); !important;
}

.card-services-blue:hover h3.heading{
  color: white !important;
}

.card-services-blue:hover p.small{
  color: white !important;
}

.card-services-blue:hover a.link-button{
  color: white !important;
  fill: white !important;
}

.card-services-blue:hover a.link-button svg{
  color: white !important;
  fill: white !important;
}

.card-services-blue .card-image{
  overflow: hidden;
}

.card-services-blue .card-image img{
  width: 100%;
  transition: all ease 0.3s;
}

.card-services-blue:hover .card-image img{
  transform: scale(1.15);
}

.our-services .card-services-blue .card-detail p{
  margin: 0 0 !important;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

.our-services .card-services-blue:hover .card-detail p{
  margin: 16px 0 !important;
  height: 44px;
  opacity: 1;
  visibility: visible;
  display: block;
}


/* Service Green */
.card-services-green{
  color: white !important;
  width: 100%;
  min-height: 100px;
  background: var( --magi-green); !important; 
  text-decoration: none;
  transition: all ease 0.3s;
}

.card-services-green p.small{
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  color: white !important;
}

.card-services-green a.link-button{
  color: white;
  fill: white !important;
}

.card-services-green:hover{
  background: var(--magi-green-dark); !important;
}

.card-services-green:hover h3.heading{
  color: white !important;
}

.card-services-green:hover p.small{
  color: white !important;
}

.card-services-green:hover a.link-button{
  color: white !important;
  fill: white !important;
}

.card-services-green:hover a.link-button svg{
  color: white !important;
  fill: white !important;
}

.card-services-green .card-image{
  overflow: hidden;
}

.card-services-green .card-image img{
  width: 100%;
  transition: all ease 0.3s;
}

.card-services-green:hover .card-image img{
  transform: scale(1.15);
}

.our-services .card-services-green .card-detail p{
  margin: 0 0 !important;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

.our-services .card-services-green:hover .card-detail p{
  margin: 16px 0 !important;
  height: 44px;
  opacity: 1;
  visibility: visible;
  display: block;
}


/* Service Yellow */
.card-services-yellow{
  color: white !important;
  width: 100%;
  min-height: 100px;
  background: var(--magi-yellow); !important; 
  text-decoration: none;
  transition: all ease 0.3s;
}

.card-services-yellow p.small{
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  color: white !important;
}

.card-services-yellow a.link-button{
  color: white;
  fill: white !important;
}

.card-services-yellow:hover{
  background: var(--magi-yellow-dark); !important;
}

.card-services-yellow:hover h3.heading{
  color: white !important;
}

.card-services-yellow:hover p.small{
  color: white !important;
}

.card-services-yellow:hover a.link-button{
  color: white !important;
  fill: white !important;
}

.card-services-yellow:hover a.link-button svg{
  color: white !important;
  fill: white !important;
}

.card-services-yellow .card-image{
  overflow: hidden;
}

.card-services-yellow .card-image img{
  width: 100%;
  transition: all ease 0.3s;
}

.card-services-yellow:hover .card-image img{
  transform: scale(1.15);
}

.our-services .card-services-yellow .card-detail p{
  margin: 0 0 !important;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

.our-services .card-services-yellow:hover .card-detail p{
  margin: 16px 0 !important;
  height: 44px;
  opacity: 1;
  visibility: visible;
  display: block;
}

.card-detail{
  padding: 32px;
}

img.card-image{
  width: 100%;
}

.intro-text-services{
  align-items: baseline;
}

@media screen and (max-width: 992px) {
  .intro-text-services{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 0 0 32px 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .intro-text-services h1{
    width: 100% !important;
  }

  .intro-text-services p{
    width: 100% !important;
  }

  .services-list{
    flex-direction: column;
    gap: 20px;
  }

  .card-detail{
    padding: 24px 28px;
  }

  .responsive-card{
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .our-services .card-image{
    border-radius: 24px;
  }
}

/* Our Impact */

.our-impact h1{
  margin-bottom: 32px;
}

.our-impact .card-detail{
  padding: 32px !important;
  display: flex;
  gap: 32px;
  flex-direction: column;
  overflow: hidden;
}

.our-impact .card-detail h1{
  margin-bottom: 28px;
  font-size: 140px !important;
}

.our-impact .card-detail .heading{
  font-size: 78px !important;
}

.our-impact .card-detail p{
  font-size: 20px;
  line-height: 120%;
}

.card-bg-impact{
  position: absolute;
}

.impact-icon img{
  width: 58px;
}

.impact-statistic{
  display: flex;
  flex-direction: column;
  gap: -12px !important;
}

.ornament-bg{
  position: absolute;
  right: -32px;
  top: -64px;
}

.our-impact .card-services-green{
  background-image: url('imgs/bg-impact-card-green.svg');
  background-size: cover;
  background-position: right;
}

.our-impact .card-services-blue{
  background-image: url('imgs/bg-impact-card-blue.svg');
  background-size: cover;
  background-position: right;
}

.our-impact .card-services-yellow{
  background-image: url('imgs/bg-impact-card-yellow.svg');
  background-size: cover;
  background-position: right;
}

.wrap-impact a{
  overflow: hidden;
}

.wrap-count{
  margin: 0 0 0 0;
  font-size: 42px;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

/* METRIC 01 */
.count-number-01 {
  animation: counter-01 5s alternate ease-in-out;
  animation-fill-mode: forwards;
  counter-reset: num var(--num);
  font: 800 40px system-ui;
  font-size: 100px !important;
}

.count-number-01::after {
  content: counter(num);
}

@keyframes counter-01 {
  from {
    --num: 0;
  }
  to {
    --num: 110;
  }
}

/* METRIC 02 */
.count-number-02 {
  animation: counter-02 5s alternate ease-in-out;
  animation-fill-mode: forwards;
  counter-reset: num var(--num);
  font: 800 40px system-ui;
  font-size: 100px !important;
}

.count-number-02::after {
  content: counter(num);
}

@keyframes counter-02 {
  from {
    --num: 0;
  }
  to {
    --num: 55;
  }
}


/* METRIC 03 */
.count-number-03 {
  animation: counter-03 5s alternate ease-in-out;
  animation-fill-mode: forwards;
  counter-reset: num var(--num);
  font: 800 40px system-ui;
  font-size: 100px !important;
}

.count-number-03::after {
  content: counter(num);
}

@keyframes counter-03 {
  from {
    --num: 0;
  }
  to {
    --num: 2700;
  }
}

@media screen and (max-width: 992px) {
  .our-impact .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .our-impact h1{
    margin-bottom: 4px;
  }
  .our-impact .intro-text{
    margin-bottom: 32px;
  }
  .wrap-impact{
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .wrap-impact .row-a, .wrap-impact .row-b{
    gap: 12px;
  }
  
  .wrap-impact .card-detail{
    padding: 24px !important;
  }

  .card-services-blue, .card-services-green, .card-services-yellow{
    border-radius: 24px !important;
  }

  .wrap-impact a{
    width: 100%;
  }

  .count-number-01, .count-number-02, .count-number-03{
    font-size: 80px !important;
  }

  .our-impact .card-detail .heading{
    font-size: 80px !important;
  }

  .our-impact .card-detail p{
    font-size: 18px;
  }

  .our-impact .card-detail p{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .our-impact .row-a{
    flex-direction: column;
  }

  .our-impact .row-b{
    flex-direction: column;
  }

  .impact-icon img{
    width: 44px;
  }

  .ornament-bg{
    top: -180px;
    right: -180px;
  }
}

/* Our Client */
.our-clients{

}

.client-logo{
  padding: 16px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  aspect-ratio: 16/9;
  transition: all ease 0.3s;
}


.wrap-client{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.client-list{
  display: flex;
  gap: 16px;
}

.our-clients .list{
  width: 40%;
  gap: 16px;
  display: flex;
}

@media screen and (max-width: 992px) {
  .our-clients .intro-text{
    margin-bottom: 16px;
  }

  .client-list{
    flex-direction: column;
    margin-top: 16px;
  }

  .our-clients .list{
    width: 100%;
  }

  .client-logo{
    border-radius: 18px;
  }

  .wrap-client{
    gap: 0;
  }
}

.client-logo img{
  width: 100%;
}

/* CTA */

.call-to-action{
  display: block;
  transition: all ease-out 0.3s;
}

.cta-wrap{
  padding: 120px;
  border-radius: 32px;
  background-image: url(../assets/imgs/CTA.png);
  background-attachment: fixed;
}

.call-to-action h1{
    margin-top: 0 !important;
    margin-bottom: 32px !important;
}

.call-to-action .intro-text{
  padding: 0 !important;
}

.call-to-action p{
  margin-bottom: 32px !important;
}

@media screen and (max-width: 991px) {
  .call-to-action{
    padding: 48px 20px 64px 20px;
  }

  .call-to-action .container{
    padding: 0;
  }

  .cta-wrap{
    height: 75vh;
    padding: 64px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Footer */

footer{
  padding: 40px 80px 0 80px;
  background-image: url('imgs/BG-footer.png');
  color: var(--white);
}

.bg-footer{
  position: absolute;
}

.top-footer{
  margin-bottom: 64px;
}

.bottom-footer{
  display: flex;
  padding: 24px 0 64px 0 !important;
  gap: auto;
}

.footer-detail-list{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-detail-list a{
  color: var(--white) !important;
  text-decoration: none;
}

.website-by{
  text-align: right;
}

.website-by a{
  color: white !important;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  footer{
    padding: 64px 25px;

  }

  .top-footer{
    flex-direction: column;
    gap: 28px;
    padding: 0 !important;
    margin-bottom: 32px;
  }

  .logo-footer{
    text-align: center;
  }

  .centering-logo-footer{
    width: 100% !important;
  }

  .foot-mobile{
    width: 100% !important;
  }

  .bottom-footer{
    flex-direction: column;
    padding: 32px 0 0 0 !important;
  }

  .copyright-text, .website-by{
    width: 100% !important;
  }

  .website-by{
    margin-top: 12px;
    text-align: left;
  }
}

/* About Us */

.about-us{
  padding: 80px 15% 120px 15%;
}

.hero-static{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.wrap-about-us{
  flex-direction: column;
}

.img-banner-about-us{
  display: flex;
  flex-direction: row;
  margin: 0 0 64px 0 !important;
}

.img-banner-about-us img{
  width: 100%;
}

.img-left{
  background-image: url('imgs/img-left.png');
  background-position: center;
  background-size: cover;
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 24px 0 0 24px;
  overflow: hidden;
}

.img-right{
  background-image: url('imgs/img-right.png');
  background-position: center;
  background-size: cover;
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 0 24px 24px 0;
  overflow: hidden;
}

.list-detail{
  width: 33% !important;
  display: flex;
  flex-direction: row;
}

.list-detail-column{
  width: 33% !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-half{
  width: 50% !important;
}

.list-number{
  margin-right: 20px;
}

.list-number img{
  width: 42px !important;
}

.list-2{
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 64px;
}

.body-list{
  color: white !important;
}

.body-list p{
  width: 95%;
}

.intro-text-about-us{
  display: flex;
  align-items: center;
  color: white;
}

.intro-text-about-us h2{
  margin-bottom: 12px !important;
}

.intro-text-left{
  width: 50% !important;
}

.intro-text-right{
  width: 50% !important;
}

.why-choose-us{
  margin: 120px 0 0 0 !important;
}

.wrap-founder{
  width: 100%;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.meet-the-founders h1{
}

.meet-the-founders .intro-text{
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: auto;
}

.profile-button{
  display: flex;
  gap: 12px;
  margin-top: 32px;
  width: fit-content;
}

.responsive-founders p{
  width: 85%;
}


.img-profile-founder{
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}

.img-profile-founder img{
  width: 100%;
}


.magi-teams{
  padding: 120px 80px;
}

.teams-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
  row-gap: 48px;
}

.teams-detail{
  width: calc(25% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.teams-photo{
  border-radius: 32px;
  overflow: hidden;
}

.teams-photo img{
  width: 100%;
}

.team-name{
  text-transform: capitalize !important;
}

.teams-description{
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0px;
}

.teams-description h3{
  margin-bottom: 4px;
}

.responsive-founders{
  width: 50% !important;
}

.wrap-row{
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.last-team-50{
  width: 51%;
}

.last-team{
  width: 73.4% !important;
}

img.img-slide-static{
  width: 100%;
}


@media screen and (max-width: 991px) {
  .about-us{
    padding: 64px 20px;
  }

  .about-us h1{
    margin-top: 0;
    text-align: left !important;
  }

  .about-us p{
    text-align: left !important;
  }

  .about-us .container{
    padding: 0;
  }

  .introduction-about-us-page{
    padding: 64px 20px;
  }

  .introduction-about-us-page .container{
    padding: 0;
  }

  .intro-text-about-us{
    display: flex;
    flex-direction: column;
  }

  .intro-text-left, .intro-text-right{
    width: 100% !important;
  }

  .responsive-founders p{
    width: 100%;
  }

  .img-banner-about-us{
    margin: 48px 0 !important;
  }

  .img-banner-about-us img{
    width: 100%;
  }

  .img-left, .img-right{
    aspect-ratio: 3/4;
  }

  .img-left{
    border-radius: 18px 0 0 18px;
  }

  .img-right{
    border-radius: 0 18px 18px 0;
  }

  .list-detail{
    width: 100% !important;
    padding: 0;
  }

  .list-detail-column{
    width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .list-number img{
    width: 32px !important;
  }

  .list-1 .row{
    gap: 24px !important;
  }

  .list-2{
    margin: 48px 0 0 0;
  }

  .list-2 .row{
    gap: 24px !important;
  }

  .why-choose-us{
    margin: 64px 0 32px 0 !important;
  }

  .responsive-founders{
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .meet-the-founders .container{
    display: flex;
    justify-content: center;
  }

  .meet-the-founders h1{
    padding-bottom: 0;
    margin-top: 0;
  }

  .meet-the-founders .intro-text{
    gap: 32px !important;
  }

  .meet-the-founders .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .magi-teams{
    padding: 64px 20px;
  }

  .magi-teams h1{
    margin-bottom: 32px;
  }

  .magi-teams .container{
    padding: 0 !important;
  }

  .wrap-row{
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .teams-description{
    padding-top: 14px;
  }

  .teams-wrap{
    column-gap: 12px;
    row-gap: 24px;
  }

  .teams-photo{
    border-radius: 18px;
  }

  .teams-detail{
    width: calc(50% - 18px);
  }

  img.img-slide-static{
    width: 165%;
  }

  .body-list p{
    width: 100%;
  }
}

/* Service */

.wrap-intro-service{
  display: flex;
  gap: 64px;
  margin-bottom: 64px;
}

.wrap-intro-service .intro-text{
  padding: 0 !important;
  width: 65%;
}

.wrap-intro-service .intro-text p{
  width: 90%;
  margin-bottom: 24px !important;
}

.service-type{
  padding: 120px 80px;
}

.service-type hr{
  margin: 0;
}

.service-type-img{
  overflow: hidden;
  border-radius: 32px;
  aspect-ratio: 1/1;
  width: 100%;
}

.service-type-img img{
  aspect-ratio: 1/1;
  width: 100%;
}

.service-type h1{
  margin: 0 0 24px 0;
}

.service-type h2{
  width: 100%;
}

.service-type .body-list{
  color: black !important;
}

.service-type .list-detail{
  width: 100% !important;
}

.how-it-works{
  display: flex;
  padding: 64px 0;
  color: black !important;
}

.last{
  padding: 64px 0 0 0 !important;
}

.how-it-works-list{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.how-it-works-list .list-number img{
  width: 64px !important;
}

.what-you-get{
  padding: 64px 0 0 0;
}

.what-you-get .list-detail{
  flex-direction: column;
  gap: 24px;
}

.what-you-get-list{
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 48px;
}

.cta-service-type{
  color: var(--white);
  padding: 40px 80px 80px 80px;
}

.cta-service{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cta-service h2{
  width: 75% !important;
  margin: 0 !important;
}

.cta-service p{
  width: 55%;
}


@media screen and (max-width: 991px) {
  .last{
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .cta-service-type{
    padding-left: 20px;
    padding-right: 20px;
  }
}

.coverage-area{
  padding: 120px 80px;
}

.coverage-area .img-banner{
  background-image: url('imgs/coverage-area.png');
  aspect-ratio: 16/9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 32px;
  margin-top: 0 !important;
}

.coverage-area-list{
  margin-top: 64px !important;
  display: flex;
  justify-content: center;
  gap: 80px;
  color: white !important;
}

.image-gallery{
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.gallery-portfolio{
  padding: 120px 80px;
}

.gallery-portfolio .img-wrap{
}

.gallery-portfolio .img-wrap img{
  width: 100%;
  border-radius: 32px;
  aspect-ratio: 1/1;
}

.gallery-portfolio .row-1{
  display: flex;
}

@media screen and (max-width: 991px) {
  .static-hero{
    padding: 96px 20px 64px 20px;
  }

  .static-hero .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .static-hero p{
    width: 100%;
  }

  .service-type{
    padding: 64px 20px;
  }

  .service-type .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wrap-intro-service{
    flex-direction: column;
    gap: 32px;
  }

  .wrap-intro-service .intro-text{
    width: 100%;
  }

  .wrap-intro-service .intro-text p{
    width: 100%;
    margin-bottom: 0 !important;
  }

  .how-it-works{
    flex-direction: column;
    gap: 32px;
  }

  .how-it-works .list-number img{
    width: 48px !important;
  }

  .what-you-get-list{
    flex-direction: column;
  }

  .what-you-get .list-detail{
    flex-direction: row;
    gap: 0;
  }

  .cta-service h2{
    width: 100% !important;
  }

  .cta-service p{
    width: 100%;
  }

  .coverage-area{
    padding: 64px 20px;
  }

  .coverage-area .container{
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .coverage-area .img-banner{
    aspect-ratio: 4/5;
    margin-bottom: 0 !important;
  }

  .coverage-area .img-banner img{
    height: 100%;
  }

  .coverage-area-list{
    margin-top: 0 !important;
    flex-direction: row;
    gap: 24px;
  }

  .coverage-area h3{
    width: fit-content;
    font-size: 16px !important;
    margin-bottom: 0;
  }

  .gallery-portfolio{
    padding: 64px 20px;
  }

  .gallery-portfolio .container{
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .gallery-portfolio .image-gallery{
    gap: 12px;
  }

  .gallery-portfolio .image-gallery .img-wrap{
    padding-left: 6px;
    padding-right: 6px;
  }

  .gallery-portfolio img{
    border-radius: 18px !important;
  }
}

/* Contact Us */
.form-responsive{
  width: 100%;
  background-color: #f0ebf8;
  padding: 120px 0 0 0;
  min-height: 1100px;
}