@charset "UTF-8";
@font-face {
  font-family: "Neo Sans Arabic";
  src: url("../fonts/NeoSansArabicRegular.ttf") format("truetype");
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
:target {
  scroll-margin-top: 88px;
}

.fancybox__container {
  z-index: 1999;
}

.fancybox__track,
.fancybox__content,
.carousel__track {
  direction: ltr !important;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #c2c2c2;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Neo Sans Arabic";
}

html[lang=ar] {
  direction: rtl;
}

body {
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

a {
  text-decoration: none;
  color: #000;
}

button,
input,
select,
textarea {
  border: none;
  outline: none;
  background: none;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: rtl;
}

.row {
  margin: 0;
  padding: 0;
}

.preloader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader video {
  width: 35%;
  height: 35%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .preloader video {
    width: 70%;
    height: 70%;
  }
}

a[href*=tel] {
  direction: ltr;
}

.Section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 30px;
  font-weight: 600;
  font-size: 32px;
  color: #667ebe;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}
.Section-title .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to left, transparent, #999, transparent);
  max-width: 120px;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.AE_absLink {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.banner {
  background: linear-gradient(145deg, rgba(102, 126, 190, 0.8), rgba(13, 107, 107, 0.6)), url("../images/dot-bg.png");
  padding: 150px 0 60px;
  position: relative;
  display: flex;
  overflow: hidden;
}
.banner .banner-title {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.banner .banner-title .back-arrow {
  color: #fff;
  margin: 0px 10px;
  font-weight: bold;
  font-size: 18px;
  transform: rotate(180deg);
}
.banner .banner-title h2 {
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 28px;
}
.banner .banner-img {
  position: absolute;
  width: 150px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  filter: brightness(0.1) invert(1) opacity(0.5);
}
@media (max-width: 768px) {
  .banner .banner-img {
    width: 100px;
  }
}
.banner .banner-img.top-left {
  top: -20px;
  left: -20px;
}
.banner .banner-img.bottom-right {
  bottom: -20px;
  right: -20px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .banner {
    padding: 200px 0 30px;
  }
  .banner .container {
    padding: 0 50px;
  }
}
.banner .links a {
  padding: 4px;
  position: relative;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: capitalize;
}
.banner .links a:last-child::after {
  display: none;
}
.banner .links a::after {
  content: " ↣ ";
  transform: rotate(180deg);
}
.banner .links a.active {
  cursor: default;
  color: #ecebe9;
}

html[lang=en] .border-side {
  border-right: 1px dashed #ddd !important;
  border-left: none !important;
}
html[lang=en] .clients-section .company-details a i,
html[lang=en] main .blog_section .blog_card .btn i {
  transform: rotate(180deg);
}
html[lang=en] .banner .links a::after,
html[lang=en] .banner-title .back-arrow {
  transform: rotate(0deg);
}
html[lang=en] main .project_details .bordered_bx h4::before {
  left: 0;
}
html[lang=en] main .project_section .swiperBtns {
  gap: 0px;
}
html[lang=en] .swiper-button-next,
html[lang=en] .swiper-button-prev,
html[lang=en] .skills-section .skill-tab .tab-arrow-wrapper {
  transform: rotate(180deg);
}
html[lang=en] .video_container::before {
  transform: rotate(-80deg);
  top: -24px;
}
html[lang=en] .video_container::after {
  transform: rotate(-78deg);
  bottom: -20px;
}
html[lang=en] .grants_section .timeline-box .timeline::before {
  left: auto;
  right: 9px;
}
html[lang=en] .Section-title span::before {
  right: -35%;
  transform: rotate(0deg);
}
html[lang=en] .giving-areas-section .giving_field .img::before {
  transform: rotate(0);
}
@media (max-width: 477px) {
  html[lang=en] .Blogs .Section-title span::before {
    top: -35px;
  }
}
@media (max-width: 477px) {
  html[lang=en] .clientReview .Section-title span::before {
    top: -35px;
    right: -10%;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.accordion .accordion-item {
  border-radius: 0;
  overflow: hidden;
  border: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: 0.3s ease-in-out;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.074) 0px 2px 8px 0px;
}
.accordion .accordion-item.active {
  background: #11112d;
}
.accordion .accordion-item.active button {
  color: #fff !important;
}
.accordion .accordion-item.active::after {
  color: #fff !important;
}
.accordion .accordion-item .accordion-button {
  box-shadow: none !important;
  background: transparent !important;
  color: #000 !important;
  text-align: start;
  padding: 24px;
}
.accordion .accordion-item .accordion-button::after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  transform: rotate(135deg);
  transform-origin: center;
  margin-right: auto;
  margin-left: 0;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}
.accordion .accordion-item .accordion-body {
  background: transparent !important;
}

.customBtn {
  outline: none;
  background: none;
  isolation: isolate;
  padding: 8px 16px;
  width: 140px;
  border: 1px solid #667ebe;
  color: #667ebe;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.customBtn::after {
  position: absolute;
  content: "";
  height: 1000px;
  width: 0;
  right: 50%;
  transition: 0.3s ease-in-out;
  background: #667ebe;
  transform: rotate(-25deg);
  z-index: -1;
}
.customBtn:hover {
  color: #fff;
  border-color: #667ebe;
}
.customBtn:hover::after {
  width: 110%;
  right: -10px;
}

.overLay {
  cursor: url("https://demo-morata.myshopify.com/cdn/shop/t/3/assets/cursor-close.png"), pointer;
}
.overLay.active::before {
  content: "";
  inset: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 999;
  position: fixed;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  height: 100%;
  transition: 0.4s ease-in-out;
}

header {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 12px 48px;
  background: #fff;
  z-index: 1000;
  text-transform: capitalize;
}
header.sticky {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
header nav {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
header nav .logo {
  flex: 1;
}
header nav .logo img {
  height: 64px;
}
header nav .lang-btn {
  color: #667ebe;
}
header nav .nav_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  flex: 3;
}
header nav .nav_menu a {
  font-size: 16px;
  color: #667ebe;
  transition: 0.3s ease-in-out;
  position: relative;
}
header nav .nav_menu a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #667ebe;
  transition: 0.3s ease-in-out;
}
header nav .nav_menu a.active::after, header nav .nav_menu a:hover::after {
  width: 100%;
}
header nav .nav_menu .dropdown .dropdown-toggle {
  color: #667ebe;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  position: relative;
}
header nav .nav_menu .dropdown .dropdown-toggle::before {
  content: "\f107";
  font-family: "Font Awesome 7 Pro";
  border: none;
  font-size: 12px;
}
header nav .nav_menu .dropdown .dropdown-toggle:hover {
  color: #667ebe;
}
header nav .nav_menu .dropdown .dropdown-toggle::after {
  border: none;
}
header nav .nav_menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 0;
  min-width: 180px;
  z-index: 999;
  padding: 8px;
  border: 0;
  border-radius: 12px;
}
header nav .nav_menu .dropdown .dropdown-menu a {
  transform: translateX(0px);
}
header nav .nav_menu .dropdown .dropdown-menu a::after {
  display: none;
}
header nav .nav_menu .dropdown .dropdown-menu .dropdown-item {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 12px;
  color: #667ebe;
  transition: background-color 0.3s ease;
  margin-bottom: 4px;
  text-transform: capitalize;
}
header nav .nav_menu .dropdown .dropdown-menu .dropdown-item:hover, header nav .nav_menu .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #e3e3e3;
}
header nav .nav_menu .dropdown:hover .dropdown-menu {
  display: block;
}
@media (max-width: 992px) {
  header nav .nav_menu .dropdown .nav-links .dropdown-menu {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0;
    border-radius: 0.5rem;
    box-shadow: none;
    margin-top: 0.25rem;
    width: 100%;
  }
  header nav .nav_menu .dropdown .nav-links .dropdown.open .dropdown-menu {
    display: block;
  }
  header nav .nav_menu .dropdown .nav-links .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 14px;
    border-radius: 0.25rem;
    display: block;
  }
  header nav .nav_menu .dropdown .nav-links .dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  header nav .nav_menu .dropdown .nav-links .dropdown:hover .dropdown-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  header nav .nav_menu {
    flex-direction: column;
    position: fixed;
    top: 88px;
    inset-inline-start: 0;
    background-color: red;
    height: 100dvh;
    width: 250px;
    max-width: 100%;
    align-items: start;
    justify-content: flex-start;
    padding: 50px 20px 20px;
    background-color: #fff;
    z-index: 999999;
    transition: 0.4s ease-in-out;
    transform: translateX(250px);
    opacity: 0;
  }
  header nav .nav_menu .dropdown .dropdown-menu {
    inset-inline-start: 0;
  }
  header nav .nav_menu.open {
    opacity: 1;
    transform: translateX(0);
  }
}
header nav .more_actions {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}
@media (min-width: 992px) {
  header nav .more_actions.mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  header nav .more_actions:not(.mobile) {
    display: none;
  }
}
header nav .icon-nav-base {
  position: relative;
  width: 50px;
  height: 50px;
  display: none;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
header nav .icon-nav-base span {
  width: 30px;
  height: 3px;
  background-color: #667ebe;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  position: absolute;
}
header nav .icon-nav-base span:nth-child(1) {
  top: 15px;
}
header nav .icon-nav-base span:nth-child(2) {
  top: 25px;
}
header nav .icon-nav-base span:nth-child(3) {
  top: 35px;
}
header nav .icon-nav-base.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
header nav .icon-nav-base.active span:nth-child(2) {
  transform: translateX(-50px);
  opacity: 0;
}
header nav .icon-nav-base.active span:nth-child(3) {
  top: 50%;
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  header nav .icon-nav-base {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

main {
  min-height: calc(100vh - 88px);
  display: block;
}

.page_banner {
  height: 50vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page_banner .pattern {
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 0;
  top: 0;
  display: none;
}
.page_banner .breadcrumb {
  display: flex;
  align-items: center;
  padding: 12px 32px;
  background: #fff;
  gap: 12px;
  color: #000;
  font-size: 14px;
  padding-top: 18px;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  border-start-end-radius: 12px;
  position: relative;
  text-transform: capitalize;
}
.page_banner .breadcrumb a {
  color: #000;
}
.page_banner .breadcrumb::before {
  content: "";
  position: absolute;
  width: 12px;
  aspect-ratio: 1;
  inset-inline-end: -12px;
  bottom: 0px;
  background-size: cover;
  background-image: url(../images/vector.svg);
}
.page_banner .content {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 99;
}
.page_banner .page_title {
  font-size: 38px;
  padding: 12px 62px;
  min-width: 202px;
  padding-inline-start: 32px;
  border-start-end-radius: 12px;
  text-transform: capitalize;
  color: #667ebe;
  background: #fff;
  position: relative;
}
.page_banner .page_title::before {
  content: "";
  position: absolute;
  width: 12px;
  aspect-ratio: 1;
  inset-inline-end: -12px;
  bottom: 0px;
  background-size: cover;
  background-image: url(../images/vector.svg);
}

.hero_section {
  width: 100%;
  height: calc(100vh - 100px);
  padding-inline: 16px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero_section {
    height: 58vh;
  }
}
.hero_section .hero_swiper {
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero_section .hero_swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.hero_section .hero_swiper .innner_container {
  margin: 0 auto;
  z-index: 99;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: grid;
  grid-template-rows: 1fr 150px;
  gap: 16px;
}
.hero_section .hero_swiper .innner_container .top_right {
  max-width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 767px) {
  .hero_section .hero_swiper .innner_container .top_right {
    flex-wrap: wrap;
  }
}
.hero_section .hero_swiper .innner_container .top_right .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
}
.hero_section .hero_swiper .innner_container .top_right h1 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.hero_section .hero_swiper .innner_container .top_right p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
}
.hero_section .hero_swiper .innner_container .top_right button {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero_section .hero_swiper .innner_container .top_right button .text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1490196078);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 8px 18px;
  color: #fff;
  font-size: 14px;
  border-radius: 200px;
}
.hero_section .hero_swiper .innner_container .top_right button .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1490196078);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.hero_section .hero_swiper .innner_container .latest_news {
  max-width: 600px;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(255, 255, 255, 0.1490196078);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-inline-end: 16px;
}
.hero_section .hero_swiper .innner_container .latest_news .image {
  max-width: 120px;
  height: 100px;
}
@media (max-width: 580px) {
  .hero_section .hero_swiper .innner_container .latest_news .image {
    display: none;
  }
}
.hero_section .hero_swiper .innner_container .latest_news .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.hero_section .hero_swiper .innner_container .latest_news h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.hero_section .hero_swiper .innner_container .latest_news p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.hero_section .hero_swiper .innner_container .beneficiaries {
  padding: 12px 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1490196078);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.hero_section .hero_swiper .innner_container .beneficiaries ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero_section .hero_swiper .innner_container .beneficiaries ul li {
  height: 42px;
  width: 42px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: -18px;
}
.hero_section .hero_swiper .innner_container .beneficiaries ul img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}
.hero_section .hero_swiper .innner_container .beneficiaries h3 {
  margin-top: 8px;
  font-size: 16px;
  color: #fff;
}
.hero_section .hero_swiper .innner_container .bottom_left {
  position: absolute;
  bottom: -10px;
  inset-inline-end: -22px;
  width: 60vh;
  aspect-ratio: 1;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .hero_section .hero_swiper .innner_container .bottom_left {
    display: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1100px) {
  .hero_section .hero_swiper .innner_container .bottom_left {
    width: 48vh;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  .hero_section .hero_swiper .innner_container .bottom_left {
    width: 55vh;
  }
}
.hero_section .hero_swiper .innner_container .bottom_left img {
  width: 100%;
}
.hero_section .hero_swiper .innner_container .bottom_left .img {
  display: flex;
}
.hero_section .hero_swiper .innner_container .bottom_left h3 {
  font-size: 18px;
  color: #fff;
}
.hero_section .hero_swiper .innner_container .bottom_left a {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #667ebe;
  background: #fff;
}
.hero_section .hero_swiper .innner_container .bottom_left p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 4px;
}
.hero_section .hero_swiper .innner_container .bottom_left video {
  border-radius: 12px;
  width: 100%;
}

.president_section {
  overflow: hidden;
}
@media (max-width: 992px) {
  .president_section {
    overflow: visible;
  }
}
.president_section .img {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: auto;
  margin-top: 60px;
}
.president_section .img::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/flower.svg) no-repeat;
  background-size: contain;
  background-position: top right;
  width: 100%;
  aspect-ratio: 1;
  opacity: 0.25;
  z-index: -1;
}
.president_section .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .president_section .col-lg-8.col-12 {
    flex-direction: column;
  }
}
.president_section .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
@media (max-width: 991px) {
  .president_section .swiper-controls {
    flex-direction: row;
  }
}
.president_section .swiper-controls button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #667ebe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #667ebe;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.president_section .swiper-controls button:hover {
  background: #667ebe;
  color: #fff;
}
.president_section .swiper {
  width: 100%;
}
.president_section .swiper .slide_content {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 12px;
  padding: 42px;
  height: 100%;
}
.president_section .swiper .slide_content .quote {
  font-size: 14px;
  line-height: 2;
  margin-top: 12px;
  color: #222222;
}
@media (max-width: 580px) {
  .president_section .swiper .slide_content .quote {
    font-size: 0.5rem !important;
  }
}
.president_section .swiper .slide_content .president-name {
  color: #667ebe;
  font-weight: bold;
}
.president_section .swiper .slide_content .president-name span {
  color: #000;
}
.president_section .swiper .slide_content .president-title {
  margin-top: 10px;
  color: #777;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .president_section .swiper .slide_content {
    text-align: center;
  }
  .president_section .swiper .slide_content .quote {
    font-size: 1.1rem;
  }
  .president_section .swiper .slide_content .president-name {
    margin-top: 1rem;
  }
}
.president_section .swiper-3d .swiper-slide-shadow {
  background: none;
}

.stats-section {
  padding: 80px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/story3.jpg");
  background-size: cover;
}
.stats-section h2 {
  text-align: center;
  color: #ffffff;
  font-size: 56px;
  font-weight: 600;
  text-align: start;
  margin-bottom: 130px;
}
@media (max-width: 480px) {
  .stats-section h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .stats-section h2 {
    font-size: 38px;
  }
}
@media (max-width: 1400px) {
  .stats-section h2 {
    font-size: 32px;
  }
}
.stats-section h2 span {
  font-size: 81px;
  display: block;
}
@media (max-width: 480px) {
  .stats-section h2 span {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .stats-section h2 span {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .stats-section h2 span {
    font-size: 42px;
  }
}
.stats-section p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  .stats-section .swiper {
    overflow: visible;
  }
}
.stats-section .stat-box {
  padding: 24px 30px;
  text-align: center;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  aspect-ratio: 5/4;
  clip-path: polygon(0% 50%, 20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%);
  min-height: 100%;
  position: relative;
}
.stats-section .stat-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.05) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}
.stats-section .stat-box:hover::before {
  animation: shine 0.75s ease forwards;
}
@keyframes shine {
  to {
    left: 125%;
  }
}
.stats-section .stat-box img {
  margin-bottom: 16px;
  height: 64px;
}
.stats-section .stat-box h3 {
  font-size: 18px;
  color: #222;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}
.stats-section .stat-box h3 span {
  color: #667ebe;
  font-size: 18px;
  font-weight: 600;
}
.stats-section .stat-box p {
  font-size: 16px;
  color: #555;
  margin-bottom: 0;
  transition: color 0.3s ease;
}
.stats-section .states_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 0.9;
  transition: 0.3s ease-in-out;
}
.stats-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #667ebe;
  width: 42px;
  border-radius: 24px;
}
.stats-section .swiper-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.stats-section .swiper-slide .stat-box {
  background: rgba(255, 255, 255, 0.189);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.stats-section .swiper-slide h3 {
  color: #fff;
}
.stats-section .swiper-slide p {
  color: #fff;
}
.stats-section .swiper-slide img {
  filter: brightness(0) invert(1);
}
.stats-section .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 999;
}
.stats-section .swiper-slide.swiper-slide-active .stat-box {
  background: #ffffff;
}
.stats-section .swiper-slide.swiper-slide-active .stat-box img {
  filter: none;
}
.stats-section .swiper-slide.swiper-slide-active .stat-box h3 {
  color: #222;
}
.stats-section .swiper-slide.swiper-slide-active .stat-box h3 span {
  color: #667ebe;
}
.stats-section .swiper-slide.swiper-slide-active .stat-box p {
  color: #555;
}
.stats-section .swiper-slide.swiper-slide-next, .stats-section .swiper-slide.swiper-slide-prev {
  opacity: 1;
}

.giving-areas-section {
  padding: 80px 0;
  background-color: #f9f9f9;
  position: relative;
}
.giving-areas-section .mainHeading {
  position: relative;
  margin-bottom: 40px;
}
.giving-areas-section .mainHeading::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #667ebe;
  inset-inline: 0;
}
.giving-areas-section .mainHeading .title {
  position: relative;
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.giving-areas-section .mainHeading .title::after, .giving-areas-section .mainHeading .title::before {
  content: "";
  flex: 1;
  height: 3px;
  background-color: #667ebe;
}
.giving-areas-section .mainHeading .hint {
  margin: 0 auto 30px;
  text-align: center;
  padding: 0 16px;
  text-wrap: balance;
}
.giving-areas-section .row {
  align-items: baseline;
}
.giving-areas-section .row > div:nth-child(1) .giving_field .img::after {
  content: "01";
}
.giving-areas-section .row > div:nth-child(2) .giving_field .img::after {
  content: "02";
}
.giving-areas-section .row > div:nth-child(3) .giving_field .img::after {
  content: "03";
}
.giving-areas-section .row > div:nth-child(1) .imageContainer {
  background-color: #E6EFBF;
}
.giving-areas-section .row > div:nth-child(2) .imageContainer {
  background-color: #048f90;
}
.giving-areas-section .row > div:nth-child(3) .imageContainer {
  background-color: #65c0b7;
}
.giving-areas-section .giving_field {
  padding: 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.giving-areas-section .giving_field:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.giving-areas-section .giving_field .img {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  place-items: center;
}
.giving-areas-section .giving_field .img::after, .giving-areas-section .giving_field .img::before {
  content: "";
  position: absolute;
  width: 80px;
  aspect-ratio: 1;
  z-index: 1;
}
.giving-areas-section .giving_field .img::before {
  top: -37px;
  inset-inline-end: 0;
  background: url("../images/team_pattern.svg") no-repeat;
  background-size: contain;
  transform: rotate(283deg);
}
.giving-areas-section .giving_field .img::after {
  bottom: -20px;
  font-size: 60px;
  inset-inline-start: -25px;
  font-weight: 400;
  color: #667ebe;
}
.giving-areas-section .giving_field .imageContainer {
  width: 200px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 50%, 20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%);
  aspect-ratio: 5/4;
  position: relative;
}
.giving-areas-section .giving_field .imageContainer img {
  width: 50%;
  height: 50%;
  filter: brightness(0) invert(1);
}
.giving-areas-section .giving_field h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
  color: black;
}
.giving-areas-section .giving_field .subTitle {
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .giving-areas-section {
    padding: 60px 0;
  }
  .giving-areas-section .giving_field {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .giving-areas-section {
    padding: 40px 0;
  }
  .giving-areas-section .title {
    font-size: 28px;
  }
  .giving-areas-section .hint {
    font-size: 16px;
  }
}

.clients-section {
  padding: 80px 0;
  position: relative;
  background: #fafafa;
}
.clients-section .pattern2 {
  position: absolute;
  height: 100%;
  width: 50%;
  left: -14%;
  top: -10%;
  z-index: -1;
  background-image: url("../images/pattern5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.clients-section h2 {
  margin: 0;
  font-weight: normal;
}
.clients-section .logo-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 7%, #000 20% 70%, rgba(0, 0, 0, 0) 93%);
          mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 7%, #000 20% 70%, rgba(0, 0, 0, 0) 93%);
}
.clients-section .logo-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
  display: flex;
  align-items: center;
}
.clients-section .logo-carousel .logo-item {
  width: 120px !important;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.clients-section .logo-carousel .logo-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease-in-out;
}
.clients-section .logo-carousel .main-logo {
  z-index: 1;
}
.clients-section .logo-carousel .hover-logo {
  z-index: 2;
  opacity: 0;
  transform: translateY(-100%);
}
.clients-section .logo-carousel .logo-item:hover .hover-logo {
  opacity: 1;
  transform: translateY(0);
}
.clients-section .logo-carousel .logo-item:hover .main-logo {
  opacity: 0;
}

.parteners_section {
  padding: 80px 0;
  position: relative;
  background: #fafafa;
}
@media (max-width: 768px) {
  .parteners_section {
    padding: 20px 0;
  }
}
.parteners_section .partners_swiper {
  direction: ltr;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 7%, #000 20% 70%, rgba(0, 0, 0, 0) 93%);
          mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 7%, #000 20% 70%, rgba(0, 0, 0, 0) 93%);
}
.parteners_section .partners_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}
.parteners_section .partners_swiper .logo-item {
  width: 120px !important;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.parteners_section .partners_swiper .logo-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease-in-out;
}
.parteners_section .partners_swiper .logo-item .main-logo {
  z-index: 1;
}
.parteners_section .partners_swiper .logo-item .hover-logo {
  z-index: 2;
  opacity: 0;
  transform: translateY(-100%);
}
.parteners_section .partners_swiper .logo-item:hover .hover-logo {
  opacity: 1;
  transform: translateY(0);
}
.parteners_section .partners_swiper .logo-item:hover .main-logo {
  opacity: 0;
}

.project_section {
  padding: 80px 0;
  background-color: rgba(169, 209, 239, 0.3882352941);
  position: relative;
  overflow: hidden;
}
.project_section .Section-title {
  position: relative;
}
.project_section .Section-title span {
  position: relative;
}
.project_section .Section-title span::before {
  content: "";
  position: absolute;
  top: -10px;
  inset-inline-end: -40px;
  background: url(../images/flower2.svg) no-repeat;
  background-size: contain;
  width: 50px;
  aspect-ratio: 1;
  transform: rotate(283deg);
  right: auto;
}
@media (max-width: 477px) {
  .project_section .Section-title span::before {
    width: 65px;
    top: -10px;
  }
}
@media (min-width: 477px) and (max-width: 568px) {
  .project_section .Section-title span::before {
    width: 65px;
  }
}
@media (min-width: 477px) and (max-width: 568px) {
  .project_section .Section-title span::before {
    width: 65px;
  }
}
@media (min-width: 569px) and (max-width: 767px) {
  .project_section .Section-title span::before {
    width: 73px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .project_section .Section-title span::before {
    width: 80px;
  }
}
.project_section::after, .project_section::before {
  content: "";
  width: 200px;
  aspect-ratio: 1;
  position: absolute;
  background: url("../images/team_pattern.svg") no-repeat;
  background-size: contain;
  top: 48%;
  transform: translateY(-50%);
}
@media (max-width: 580px) {
  .project_section::after, .project_section::before {
    display: none;
  }
}
.project_section::after {
  inset-inline-end: -90px;
  transform: rotate(60deg);
}
.project_section::before {
  transform: rotate(238deg);
  inset-inline-start: -90px;
}
.project_section h2 {
  font-weight: normal;
  margin: 0 0 42px;
  color: #222;
  gap: 4px;
  font-size: 32px;
}
.project_section h2 span {
  color: #667ebe;
}
.project_section .container {
  position: relative;
  z-index: 122;
}
.project_section .swiperBtns {
  display: flex;
  gap: 25px;
}
.project_section .swiperBtns .swiper-button-next,
.project_section .swiperBtns .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 0 0 10px rgba(210, 210, 210, 0.2);
  transition: 0.5s;
  position: relative;
}
.project_section .swiperBtns .swiper-button-next::after,
.project_section .swiperBtns .swiper-button-prev::after {
  font-size: 20px;
  color: #667ebe;
}
.project_section .swiperBtns .swiper-button-next:hover,
.project_section .swiperBtns .swiper-button-prev:hover {
  background-color: #667ebe;
}
.project_section .swiperBtns .swiper-button-next:hover::after,
.project_section .swiperBtns .swiper-button-prev:hover::after {
  color: #fff;
}
.project_section .projectSwiper {
  margin-top: 20px;
}
.project_section .projectSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.news_section {
  padding: 80px 0px;
}
.news_section .label {
  background-color: #667ebe;
  padding: 0.3rem 0.6rem;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0.7rem;
}
.news_section h5 {
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #343a40;
}
.news_section .desc {
  color: #777;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.7;
}
.news_section .news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 10px;
}
.news_section .news-grid .news-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 150px;
}
@media (max-width: 992px) {
  .news_section .news-grid .news-item {
    height: 180px;
  }
}
.news_section .news-grid .news-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.5s ease all;
}
.news_section .news-grid .news-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  opacity: 0;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.news_section .news-grid .news-item:hover img {
  transform: scale(1.08);
}
.news_section .news-grid .news-item:hover::before {
  opacity: 1;
}
.news_section .news-grid .news-item:hover .overlay {
  opacity: 1;
  pointer-events: auto;
}
.news_section .news-grid .news-item.press {
  overflow: hidden;
  padding: 0;
  background: none;
  position: relative;
}
.news_section .news-grid .news-item.press .press-link {
  display: block;
  padding: 30px 20px;
  background-color: #667ebe;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  height: 100%;
}
.news_section .news-grid .news-item.press .press-link:hover, .news_section .news-grid .news-item.press .press-link:hover .press-title {
  color: #667ebe;
}
.news_section .news-grid .news-item.press .press-link:hover .press-date {
  color: #777;
}
.news_section .news-grid .news-item.press .press-link:hover .press-bg {
  transform: scale(10);
}
.news_section .news-grid .news-item.press .press-title {
  min-height: 60px;
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.news_section .news-grid .news-item.press .press-date-box {
  font-size: 16px;
  color: #fff;
  z-index: 2;
  position: relative;
}
.news_section .news-grid .news-item.press .press-date-box .press-date {
  font-weight: bold;
  color: #fff;
  transition: color 0.5s ease;
}
.news_section .news-grid .news-item.press .press-bg {
  height: 100px;
  width: 100px;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  position: absolute;
  top: -30px;
  right: -40px;
  border-radius: 50%;
  transition: all 0.5s ease;
  z-index: 1;
  transform: rotate(180deg) scale(1);
}
.news_section .news-grid .news-item.press .press-bg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.projectCard {
  background-color: #fff;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 16px;
}
.projectCard img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.projectCard .content {
  background: linear-gradient(180deg, rgba(7, 23, 78, 0) 0, #667ebe 80%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 25px;
  transform: scaleY(1);
  transform-origin: bottom;
  transition: 0.5s;
  opacity: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.projectCard .content h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
  transition: 0.3s ease-in-out;
}
.projectCard .content .basis {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.projectCard .content .basis .base {
  border-radius: 40px;
  color: #000000;
  font-size: 12px;
  padding: 4px 14px;
}
.projectCard .content .arrow {
  transition: 0.3s ease-in-out;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #343a40;
  border: 1px solid #343a40;
}
.projectCard .content p {
  font-size: 14px;
  margin: 0;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.skills-section {
  display: flex;
  height: 630px;
}
.skills-section .skill-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: flex 0.3s ease;
  padding: 32px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.skills-section .skill-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 150px;
  height: 150px;
  background-image: url("../images/pattern4.svg");
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.skills-section .skill-tab h4 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.skills-section .skill-tab .tab-arrow-wrapper {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.6;
  transition: transform 0.3s ease, color 0.3s ease;
  pointer-events: none;
}
.skills-section .skill-tab .tab-arrow-wrapper .arrow {
  color: #fff;
  font-size: 1.2rem;
  opacity: 0.3;
  animation: blink 1s ease-in-out infinite;
}
.skills-section .skill-tab .tab-arrow-wrapper .arrow:nth-child(2) {
  animation-delay: 0.2s;
  opacity: 0.6;
}
.skills-section .skill-tab .tab-arrow-wrapper .arrow:nth-child(3) {
  animation-delay: 0.4s;
  opacity: 1;
}
.skills-section .skill-tab.active .tab-arrow-wrapper {
  display: none;
}
@keyframes blink {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
.skills-section .skill-tab .card {
  background: #faf7f4;
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 0;
  box-shadow: 0 8px 16px rgba(54, 89, 116, 0.15);
  color: #333;
  gap: 8px;
}
.skills-section .skill-tab .card:last-child {
  margin-bottom: 0;
}
.skills-section .skill-tab .card .icon-img {
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.skills-section .skill-tab .card h3 {
  margin-top: 0;
  color: #365974;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}
.skills-section .skill-tab .card p,
.skills-section .skill-tab .card ul {
  color: #777;
  font-size: 1rem;
  line-height: 1.7;
}
.skills-section .skill-tab .card ul {
  padding-left: 25px;
}
.skills-section .skill-tab .card li {
  color: #444;
}
.skills-section .skill-tab .content-item {
  display: none;
  writing-mode: initial;
  transform: none;
  text-align: start;
  padding: 20px;
  padding-bottom: 0;
  color: #000;
  margin-top: 20px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  border-radius: 15px;
  scrollbar-width: 0;
}
.skills-section .skill-tab .content-item::-webkit-scrollbar {
  display: none;
}
.skills-section .skill-tab.active {
  flex: 4;
  writing-mode: initial;
}
.skills-section .skill-tab.active h4 {
  transform: none;
  color: #fff;
}
.skills-section .skill-tab.active .content-item {
  display: block;
}
.skills-section .skill-tab:nth-child(1) {
  background: #365974;
}
.skills-section .skill-tab:nth-child(2) {
  background: #667ebe;
}
.skills-section .skill-tab:nth-child(3) {
  background: rgb(71.8577981651, 98.3899082569, 169.1422018349);
}
.skills-section .skill-tab:nth-child(4) {
  background: rgb(70.2, 115.7, 150.8);
}
.skills-section .cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.skills-section .cards-grid .card {
  background: #faf7f4;
  padding: 20px 25px;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.skills-section .cards-grid .card h3 {
  color: #365974;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .skills-section {
    flex-direction: column;
    height: auto;
    padding: 30px 0;
  }
  .skills-section .cards-grid {
    gap: 10px;
  }
  .skills-section .card {
    padding: 15px 18px !important;
  }
  .skills-section .card h3 {
    font-size: 0.9rem !important;
  }
  .skills-section .card p,
  .skills-section .card ul {
    font-size: 0.9rem !important;
  }
  .skills-section .card li {
    margin-bottom: 8px;
  }
  .skills-section .skill-tab {
    flex: none;
    width: 100%;
    padding: 20px 15px;
    font-size: 0.9rem;
  }
  .skills-section .skill-tab.active {
    flex: none;
  }
  .skills-section .skill-tab .skill_title {
    display: flex;
    align-items: center;
  }
  .skills-section .skill-tab h4 {
    font-size: 1rem;
  }
  .skills-section .skill-tab .tab-arrow-wrapper {
    right: 0;
    bottom: 20px;
    font-size: 1rem;
    transform: rotate(-90deg);
  }
  .skills-section .skill-tab .card h3 {
    font-size: 1.2rem;
  }
  .skills-section .skill-tab .card p,
  .skills-section .skill-tab .card ul {
    font-size: 0.95rem;
  }
  .skills-section .content-item {
    padding: 15px;
    font-size: 0.9rem;
  }
}

.policies_section {
  padding: 60px 0;
}
.policies_section h4 {
  color: #667ebe;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: center;
}
.policies_section p {
  font-size: 14px;
  line-height: 1.7;
  color: #777;
  text-align: center;
}
.policies_section .policy_item {
  position: relative;
  cursor: pointer;
}
.policies_section .policy_item .img {
  width: 100%;
}
.policies_section .policy_item .img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.policies_section .policy_item .text {
  position: absolute;
  background: #fff;
  bottom: -12px;
  left: -4px;
  right: -4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 12px;
  padding: 12px;
  transition: 0.3s ease-in-out;
}
.policies_section .policy_item .text h6 {
  color: #000;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 14px;
}
.policies_section .policy_item .text p {
  margin: 0;
  font-size: 12px;
}
.policies_section .policy_item:hover .text {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

.objectives {
  padding: 60px 0;
  position: relative;
}
.objectives .head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.objectives .head h3 {
  color: #667ebe;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.objectives .head p {
  font-size: 14px;
  line-height: 1.7;
  color: #777;
  text-align: center;
}
.objectives .objective_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.objectives .objective_item .img {
  width: 180px;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.objectives .objective_item .img img {
  height: 70px;
  filter: brightness(0) invert(1);
}
.objectives .objective_item h6 {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.objectives .objective_item p {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: #777;
}

.choose_strategy {
  padding: 60px 0;
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 768px) {
  .choose_strategy {
    padding: 0px 0 60px 0px;
  }
}
.choose_strategy .pattern {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 171%;
  opacity: 0.2;
  z-index: -1;
}
.choose_strategy .container {
  position: relative;
  z-index: 2;
}
.choose_strategy .title {
  color: #667ebe;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: capitalize;
}
.choose_strategy .startegy_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  background: #e6f4bd;
}
.choose_strategy .startegy_item h6 {
  color: #224d5d;
  line-height: 1.5;
  font-size: 1rem;
}
.choose_strategy .startegy_item .icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose_strategy .startegy_item .icon img {
  width: 100%;
}

.projects_page {
  padding: 60px 0;
  background-color: #fafafa;
}
.projects_page .projectCard {
  background: #fff;
}

.project_details {
  padding: 20px 0;
}
.project_details .project_img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.project_details .project_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_details .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}
.project_details .swiper-pagination-bullet-active {
  background-color: #18bbbe;
  width: 40px;
  border-radius: 12px;
}
.project_details .content {
  display: flex;
  height: 100%;
  overflow: hidden;
  gap: 16px;
  flex-direction: column;
}
.project_details .content .inner_contenet,
.project_details .content .thumbs_slider {
  height: 100%;
  background: #fafafa;
  border-radius: 16px;
  padding: 16px;
}
.project_details .content .inner_contenet h2,
.project_details .content .thumbs_slider h2 {
  color: #667ebe;
  position: relative;
  padding-top: 12px;
  font-size: 24px;
  margin-bottom: 18px;
  padding-inline-start: 32px;
}
.project_details .content .inner_contenet h2::after,
.project_details .content .thumbs_slider h2::after {
  content: "";
  position: absolute;
  top: -12px;
  width: 50px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
  background-image: url(../images/flower2.svg);
}
.project_details .content .inner_contenet p,
.project_details .content .thumbs_slider p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #777;
}
.project_details .content .inner_contenet h6,
.project_details .content .thumbs_slider h6 {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}
.project_details .content .inner_contenet ul,
.project_details .content .thumbs_slider ul {
  display: flex;
  padding-inline-start: 16px;
  flex-wrap: wrap;
  list-style: disc;
}
.project_details .content .inner_contenet ul li,
.project_details .content .thumbs_slider ul li {
  color: #777;
  font-size: 14px;
  padding-inline-end: 32px;
}
.project_details .content .inner_contenet strong,
.project_details .content .thumbs_slider strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #777;
}
.project_details .content .counter {
  font-size: 3.5rem;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.project_details .content .counter strong {
  font-size: 20px;
  color: #667ebe;
  margin-bottom: 24px;
}
.project_details .content .parteners_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.project_details .content .parteners_grid img {
  height: 48px;
}
.project_details .content .parteners_grid .partenr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 16px;
  padding: 16px;
}
.project_details .content .thumbs_slider {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.project_details .content .thumbs_slider .swiper-slide-thumb-active .sub_info {
  background: #667ebe;
  color: #fff;
  border-color: #667ebe;
}
.project_details .content .thumbs_slider .sub_info {
  background: #fff;
  border-radius: 40px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #777;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.project_details .content .thumbs_slider .controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.project_details .content .thumbs_slider .swiper-button-next,
.project_details .content .thumbs_slider .swiper-button-prev {
  position: static;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #777;
}
.project_details .content .thumbs_slider .swiper-button-next::after,
.project_details .content .thumbs_slider .swiper-button-prev::after {
  font-size: 14px;
  color: #667ebe;
  transform: scaleX(-1);
}
.project_details .content .project_details_swiper_thumbs {
  margin-top: auto;
  overflow: hidden;
}
.project_details .content .project_details_swiper_thumbs img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.about_section {
  padding: 80px 0;
  position: relative;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.1));
}
@media screen and (max-width: 768px) {
  .about_section {
    padding: 80px 0 0 0;
  }
}
.about_section .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline-start: 34px;
}
@media screen and (max-width: 768px) {
  .about_section .content {
    padding-inline-start: 0;
  }
}
.about_section .content h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #667ebe;
  position: relative;
}
.about_section .content h1::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 52px;
  height: 2px;
  inset-inline-start: 0;
  background: #667ebe;
}
.about_section .content .description {
  color: #777;
  font-size: 14px;
}
.about_section .video_container {
  position: relative;
}
.about_section .video_container::before, .about_section .video_container::after {
  content: "";
  position: absolute;
  width: 15%;
  aspect-ratio: 1;
}
.about_section .video_container::before {
  background: url("../images/flower-1.svg") no-repeat;
  background-size: contain;
  background-position: top right;
  top: -41px;
  inset-inline-start: -31px;
}
@media (max-width: 580px) {
  .about_section .video_container::before {
    top: -23px;
    inset-inline-start: -17px;
  }
}
.about_section .video_container::after {
  background: url("../images/flower-2.svg") no-repeat;
  background-size: contain;
  background-position: bottom left;
  bottom: -30px;
  inset-inline-end: -30px;
}
@media (max-width: 580px) {
  .about_section .video_container::after {
    bottom: -18px;
    inset-inline-end: -18px;
  }
}
.about_section .video_container video {
  width: 100%;
  border-radius: 16px;
}
.about_section .pattern {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background-image: url("../images/pattern2.svg");
  background-size: 250px 250px;
  background-repeat: repeat;
  opacity: 0.25;
}

.CorporateStrategy {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(145deg, #667ebe, rgba(18, 149, 151, 0.7411764706)), url(../images/story4.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
.CorporateStrategy .strategy-content {
  max-width: 800px;
  margin: 0 auto;
}
.CorporateStrategy .strategy-content h2.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.CorporateStrategy .strategy-content .description {
  font-size: 18px;
  color: #e6e6e6;
  text-wrap: balance;
  line-height: 1.8;
}
.CorporateStrategy .strategy-actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.CorporateStrategy .strategy-actions button {
  padding: 14px 28px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-weight: 600;
}
.CorporateStrategy .strategy-actions button i {
  font-size: 18px;
}
.CorporateStrategy .strategy-actions button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.CorporateStrategy .strategy-actions .btn-download {
  background-color: #365974;
  color: #fff;
}
.CorporateStrategy .strategy-actions .btn-download:hover {
  background-color: #204968;
}
.CorporateStrategy .strategy-actions .btn-view {
  background-color: #fff;
  color: #667ebe;
  border: 2px solid #667ebe;
}
.CorporateStrategy .strategy-actions .btn-view:hover {
  background-color: #f0fef9;
}
.CorporateStrategy .strategy-actions .counter {
  font-size: 14px;
  opacity: 0.7;
}

.foundation-strategy {
  padding: 0 0 60px;
  position: relative;
}
.foundation-strategy .about_item {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.foundation-strategy .about_item .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fafafa;
}
.foundation-strategy .about_item .icon img {
  height: 60px;
}
.foundation-strategy .about_item .content h6 {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.foundation-strategy .about_item .content p {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: #777;
}

.team_page {
  padding: 60px 0;
  background: #fafafa;
}

.footer {
  padding: 3rem 0 1.5rem;
  color: #000;
  border-top: 1px solid rgba(71, 71, 71, 0.153);
  position: relative;
  isolation: isolate;
}
.footer .social {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 468px) {
  .footer .social {
    display: block;
  }
}
.footer .social li {
  min-width: 40%;
}
.footer .NewFooterIcon {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__section-title {
  color: #667ebe;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.footer ul {
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.footer ul li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.footer ul li a i {
  margin-inline-end: 8px;
  color: #667ebe;
  font-size: 12px;
}
.footer ul li a:hover {
  color: #667ebe;
}
.footer .footer__contact li {
  display: flex;
  align-items: center;
}
.footer .footer__contact li i {
  margin-inline-end: 8px;
  color: #667ebe;
}
.footer .footer__contact li a {
  color: #000;
  text-decoration: none;
}
.footer .footer__contact li a:hover {
  color: #667ebe;
}
.footer .footer__divider {
  border-top: 1px solid rgba(71, 71, 71, 0.411);
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .copyRight {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.footer .copyRight span {
  color: #667ebe;
  font-weight: 400;
}
.footer .footer__legal-links a {
  color: #000;
  font-size: 0.9rem;
  margin: 0 6px;
  text-decoration: none;
}
.footer .footer__legal-links a:hover {
  color: #667ebe;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer .footer__section-title {
    font-size: 1rem;
  }
  .footer ul li a,
  .footer .footer__contact li a {
    font-size: 0.9rem;
  }
  .footer .copyRight {
    font-size: 0.8rem;
  }
  .footer .footer__legal-links a {
    font-size: 0.8rem;
  }
  .footer .NewFooterIcon {
    width: 100%;
  }
  .footer .footer_bottom {
    flex-direction: column;
  }
}

#Tabs {
  display: flex;
  gap: 15px;
  border-width: 2px;
  flex-wrap: wrap;
  border-color: #f4f4f4;
  justify-content: center;
}
#Tabs .nav-link {
  position: relative;
  color: #224d5d;
  background: transparent;
  border: none;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: color 0.3s ease-in-out ease;
  min-width: 120px;
}
#Tabs .nav-link:hover {
  color: #667ebe;
}
#Tabs .nav-link.active {
  color: #667ebe;
  font-weight: 700;
}
#Tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #667ebe;
  border-radius: 10px;
  transition: all 0.3s ease-in-out ease;
}
@media (max-width: 575.98px) {
  #Tabs {
    gap: 10px;
  }
  #Tabs .nav-link {
    flex-grow: 1;
    padding: 12px 10px;
    font-size: 1rem;
    min-width: unset;
    text-align: center;
  }
}

.committee {
  padding-bottom: 50px;
}
.committee .committee__title {
  font-size: 2rem;
  font-weight: 600;
  color: rgb(56.6513761468, 77.5688073394, 133.3486238532);
  position: relative;
  display: inline-block;
  margin-right: 80px;
  text-align: center;
}
.committee .committee__title::before, .committee .committee__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #667ebe, rgb(173.5871559633, 186.3577981651, 220.4128440367));
}
.committee .committee__title::before {
  left: -80px;
}
.committee .committee__title::after {
  right: -80px;
}
.committee__image-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.committee__image-wrapper .committee__image {
  position: relative;
  z-index: 1;
  height: 380px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) and (max-width: 1350px) {
  .committee__image-wrapper .committee__image {
    height: 250px;
  }
}
.committee__image-wrapper .committee__card {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to left, #777 0%, rgba(57, 60, 66, 0.733) 80%);
  color: white;
  padding: 12px 16px;
  border-radius: 12px;
  z-index: 2;
  white-space: nowrap;
  max-width: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
  line-height: 1.4;
}
@media (min-width: 992px) and (max-width: 1350px) {
  .committee__image-wrapper .committee__card {
    max-width: 280px;
    padding: 10px 12px;
  }
}
@media (max-width: 768px) {
  .committee .committee__title {
    font-size: 1.8rem;
    margin-right: 0;
    display: block;
    text-align: center;
  }
  .committee .committee__title::before, .committee .committee__title::after {
    display: none;
  }
}

.member-modal .modal-content {
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  border: none;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.member-modal .modal-header {
  padding-bottom: 0;
}
.member-modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: bold;
  color: #667ebe;
}
.member-modal .modal-header .btn-close {
  filter: invert(0);
  opacity: 1;
}
.member-modal .modal-header .btn-close:focus {
  box-shadow: none;
}
.member-modal .modal-body {
  padding: 20px 10px 30px;
}
.member-modal .modal-body .member-modal__image-wrapper {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #667ebe;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.member-modal .modal-body .member-modal__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fafafa;
}
.member-modal .modal-body .member-modal__name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.member-modal .modal-body .member-modal__role {
  font-size: 14px;
  color: #777;
}
.member-modal .modal-body .member-modal__bio {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin-top: 10px;
}

.swiper-slide {
  height: auto;
}

.reportSection {
  margin-block: 60px;
}
.reportSection .swiper-slide {
  scale: 0.8;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.reportSection .swiper-slide.swiper-slide-active {
  scale: 1;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.reportSection .swiper-slide h3 {
  color: #667ebe;
}
.reportSection .swiper-slide img {
  filter: brightness(1) invert(0);
  clip-path: polygon(0% 50%, 20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  aspect-ratio: 5/4;
  -o-object-position: top center;
     object-position: top center;
}
.reportSection figure {
  clip-path: polygon(0% 50%, 20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%);
  margin-block: 0;
  margin-inline: 0;
  margin: 0;
  position: absolute;
  inset: 0;
  aspect-ratio: 5/4;
}
.reportSection .reportBox {
  border-radius: 8px;
  clip-path: polygon(0% 50%, 20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%);
  min-height: 100%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  aspect-ratio: 5/4;
}
.reportSection .text {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-block: 12px;
}
.reportSection .text::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
  opacity: 1;
}
.reportSection .text p {
  color: #000;
}
.reportSection h3 {
  font-size: 36px;
  font-weight: bold;
  color: #667ebe;
  z-index: 2;
}

.layoutGrid {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "layoutTop layoutTop" "outSide innerLayout";
  gap: 24px;
}
.layoutGrid .layoutTop {
  grid-area: layoutTop;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 16px;
}
.layoutGrid .layoutTop .imageContainer {
  max-height: 300px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.layoutGrid .layoutTop .imageContainer img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}
.layoutGrid .layoutTop .textContainer {
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.layoutGrid .layoutTop .textContainer h5 {
  font-size: 36px;
  font-weight: bold;
}
.layoutGrid .layoutTop .textContainer a {
  opacity: 0.5;
}
.layoutGrid .outSide {
  grid-area: outSide;
}
.layoutGrid .outSide .outSideDetails {
  background-color: #365974;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
  gap: 16px;
  border-radius: 16px;
}
.layoutGrid .outSide .outSideDetails .imageContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layoutGrid .outSide .outSideDetails .imageContainer img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-mask-image: url("../images/Asset 8.svg");
          mask-image: url("../images/Asset 8.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
}
.layoutGrid .outSide .outSideDetails .title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  color: #e6f4bd;
}
.layoutGrid .outSide .outSideDetails .des {
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.layoutGrid .innerLayout {
  grid-area: innerLayout;
}
.layoutGrid .innerLayout .accordion .accordion-item {
  border-radius: 16px;
}
.layoutGrid .innerLayout .accordion .accordion-item .accordion-header {
  margin: 0;
}
.layoutGrid .innerLayout .accordion .accordion-item .accordion-button {
  transition: 0.3s ease-in-out;
  font-size: 20px;
}
.layoutGrid .innerLayout .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #e6f4bd !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.layoutGrid .innerLayout .accordion .accordion-item .accordion-collapse {
  transition: 0.3s ease-in-out;
  background-color: #e6f4bd !important;
}
.layoutGrid .innerLayout .accordion .accordion-item .accordion-body ul li {
  position: relative;
  padding-inline-start: 1.2rem;
}
.layoutGrid .innerLayout .accordion .accordion-item .accordion-body ul li::before {
  content: "✓";
  position: absolute;
  color: #667ebe;
  font-weight: bold;
  inset-inline-start: 0;
}

.Blogs {
  margin-block: 60px;
}
.Blogs .Section-title {
  position: relative;
}
.Blogs .Section-title span {
  position: relative;
}
.Blogs .Section-title span::before {
  content: "";
  position: absolute;
  top: -10px;
  inset-inline-end: -40px;
  background: url(../images/flower2.svg) no-repeat;
  background-size: contain;
  width: 50px;
  aspect-ratio: 1;
  transform: rotate(283deg);
  right: auto;
}
@media (max-width: 477px) {
  .Blogs .Section-title span::before {
    width: 60px;
    top: -25px;
  }
}
@media (min-width: 477px) and (max-width: 568px) {
  .Blogs .Section-title span::before {
    width: 65px;
  }
}
@media (min-width: 477px) and (max-width: 568px) {
  .Blogs .Section-title span::before {
    width: 65px;
  }
}
@media (min-width: 569px) and (max-width: 767px) {
  .Blogs .Section-title span::before {
    width: 73px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .Blogs .Section-title span::before {
    width: 80px;
  }
}
.Blogs .mainHeading .Section-title {
  gap: 8px;
  color: #000;
}
.Blogs .mainHeading .Section-title span {
  color: #667ebe;
}
.Blogs .gridSystem {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 12px;
}
.Blogs .blogCard {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
.Blogs .blogCard a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.Blogs .blogCard .imageContainer {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
.Blogs .blogCard .imageContainer img {
  border-radius: 16px;
  width: 60%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("../images/Asset 8.svg");
          mask-image: url("../images/Asset 8.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: top center;
          mask-position: top center;
  transition: 1s ease-in-out;
}
.Blogs .blogCard .blogDetails {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: auto;
  padding: 20px;
}
.Blogs .blogCard .blogDetails p,
.Blogs .blogCard .blogDetails h5 {
  transition: 1s ease-in-out;
}
.Blogs .blogCard .blogDetails p {
  margin-bottom: 0.1rem;
  font-size: 16px;
  font-weight: 500;
}
.Blogs .blogCard .blogDetails h5 {
  font-size: 20px;
  line-height: 1.6;
}
.Blogs .blogCard:hover .imageContainer img {
  width: 100%;
  height: 100%;
  scale: 1.7;
}
.Blogs .blogCard:hover .blogDetails {
  animation: BG 1s ease-in-out forwards alternate;
}
.Blogs .blogCard:hover .blogDetails p,
.Blogs .blogCard:hover .blogDetails h5 {
  color: #fff;
}

.BlogsDetails {
  margin-block: 60px;
}
.BlogsDetails .gridSystemLayout {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 24px;
}
@media (max-width: 991px) {
  .BlogsDetails .gridSystemLayout {
    grid-template-columns: 1fr;
  }
}
.BlogsDetails aside h3 {
  color: #667ebe;
  text-align: center;
}
.BlogsDetails .allBlogs {
  margin-top: 16px;
}
.BlogsDetails .allBlogs .blogCard {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-bottom: 16px;
}
.BlogsDetails .allBlogs .blogCard .imageContainer {
  width: 250px;
  aspect-ratio: 3/2;
  border-radius: 12px;
  max-height: 200px;
}
.BlogsDetails .allBlogs .blogCard .imageContainer img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.BlogsDetails .allBlogs .blogCard .blogDetails {
  padding-block: 8px;
  padding-inline-end: 8px;
}
.BlogsDetails .allBlogs .blogCard .blogDetails .type {
  margin-bottom: 0.2rem;
  font-size: 14px;
}
.BlogsDetails .allBlogs .blogCard .blogDetails h5 {
  font-size: 18px;
}
.BlogsDetails .reviewBLog .BlogSwiper {
  position: relative;
}
.BlogsDetails .reviewBLog .imageContiner {
  width: 100%;
  max-height: 400px;
}
.BlogsDetails .reviewBLog .imageContiner img,
.BlogsDetails .reviewBLog .imageContiner video {
  max-height: 400px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.BlogsDetails .reviewBLog .time {
  color: #777;
  font-size: 16px;
  padding: 12px 16px;
  margin-bottom: 0;
}
.BlogsDetails .reviewBLog .time i {
  color: #667ebe;
}
.BlogsDetails .reviewBLog .title {
  padding-inline: 16px;
  font-size: 28px;
  font-weight: bold;
  color: #667ebe;
}
.BlogsDetails .reviewBLog .comment {
  padding-inline: 12px;
  line-height: 1.6;
  font-size: 16px;
  padding-block-start: 12px;
  color: #777;
}
.BlogsDetails .reviewBLog .swiperBtns {
  display: flex;
  gap: 25px;
  position: absolute;
  bottom: 20px;
}
.BlogsDetails .reviewBLog .swiperBtns .swiper-button-next {
  order: 2;
}
.BlogsDetails .reviewBLog .swiperBtns .swiper-button-next,
.BlogsDetails .reviewBLog .swiperBtns .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 0 0 10px rgba(210, 210, 210, 0.2);
  transition: 0.5s;
  position: relative;
}
.BlogsDetails .reviewBLog .swiperBtns .swiper-button-next::after,
.BlogsDetails .reviewBLog .swiperBtns .swiper-button-prev::after {
  font-size: 20px;
  color: #667ebe;
}
.BlogsDetails .reviewBLog .swiperBtns .swiper-button-next:hover,
.BlogsDetails .reviewBLog .swiperBtns .swiper-button-prev:hover {
  background-color: #667ebe;
}
.BlogsDetails .reviewBLog .swiperBtns .swiper-button-next:hover::after,
.BlogsDetails .reviewBLog .swiperBtns .swiper-button-prev:hover::after {
  color: #fff;
}

.clientReview {
  background-color: #e6efbf !important;
}
.clientReview::after, .clientReview::before {
  content: "";
  width: 200px;
  aspect-ratio: 1;
  position: absolute;
  background: url("../images/NewPattern.svg") no-repeat;
  background-size: contain;
  top: 33%;
  transform: translateY(-50%);
}
@media (max-width: 580px) {
  .clientReview::after, .clientReview::before {
    display: none;
  }
}
.clientReview .Section-title {
  position: relative;
  text-transform: capitalize;
}
.clientReview .Section-title span {
  position: relative;
}
.clientReview .Section-title span::before {
  content: "";
  position: absolute;
  top: -10px;
  inset-inline-end: -40px;
  background: url(../images/flower.svg) no-repeat;
  background-size: contain;
  width: 50px;
  aspect-ratio: 1;
  transform: rotate(283deg);
  right: auto;
}
@media (max-width: 477px) {
  .clientReview .Section-title span::before {
    width: 60px;
    top: -15px;
  }
}
@media (min-width: 477px) and (max-width: 568px) {
  .clientReview .Section-title span::before {
    width: 65px;
  }
}
@media (min-width: 477px) and (max-width: 568px) {
  .clientReview .Section-title span::before {
    width: 65px;
  }
}
@media (min-width: 569px) and (max-width: 767px) {
  .clientReview .Section-title span::before {
    width: 73px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .clientReview .Section-title span::before {
    width: 80px;
  }
}
.clientReview::after {
  inset-inline-end: -90px;
  transform: rotate(60deg);
  top: 39%;
}
.clientReview::before {
  transform: rotate(238deg);
  inset-inline-start: -90px;
}
.clientReview .mainHeading .Section-title {
  font-size: 32px;
}
.clientReview .clientBox {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  display: grid;
  grid-template-rows: auto 100px;
  position: relative;
}
.clientReview .clientBox .AB_link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.clientReview .clientBox .comment {
  font-size: 16px;
  line-height: 1.6;
  color: #6e6e6e;
  margin-bottom: 0.5rem;
}
.clientReview .clientBox .rate {
  margin-bottom: 1.1rem;
}
.clientReview .clientBox .rate i {
  color: #ffb20c;
  font-size: 18px;
}
.clientReview .clientBox .rate span {
  font-size: 16px;
  color: #6e6e6e;
}
.clientReview .clientBox .userInfo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.clientReview .clientBox .userInfo img {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.clientReview .clientBox .userInfo h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.clientReview .clientBox .userInfo h6 {
  font-size: 14px;
  color: #6e6e6e;
}

.contactSection {
  padding: 0;
}
.contactSection::before, .contactSection::after {
  display: none;
}
.contactSection.white {
  padding-block: 60px 30px;
  background-color: white;
}
.contactSection.normal {
  padding-block: 30px 60px;
}
.contactSection .layoutGrid2 .gridSystem2,
.contactSection .layoutGrid2 .layoutTop {
  display: grid;
  gap: 16px;
  width: 100%;
  grid-template-columns: 400px 1fr;
}
@media (max-width: 991px) {
  .contactSection .layoutGrid2 .gridSystem2,
  .contactSection .layoutGrid2 .layoutTop {
    grid-template-columns: 1fr;
  }
}
.contactSection .contact_info {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  border-radius: 24px;
  padding: 48px 32px;
  display: grid;
  grid-template-rows: auto 1fr 120px;
}
.contactSection .contact_info h3 {
  font-size: 20px;
  color: #667ebe;
  font-weight: 600;
  margin-bottom: 48px;
}
.contactSection .contact_info h5 {
  font-size: 20px;
  color: #667ebe;
  font-weight: 600;
  margin-bottom: 8px;
}
.contactSection .contact_info p {
  color: #777;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.contactSection .contact_info ul {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contactSection .contact_info .field {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
}
.contactSection .contact_info .field .icon {
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  background-color: #667ebe;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactSection .contact_info .field .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  background: #667ebe;
}
.contactSection .contact_info .field .icon i {
  font-size: 24px;
  color: #fff;
  z-index: 1;
}
.contactSection .contact_info .field .text {
  display: flex;
  flex-direction: column;
}
.contactSection .contact_info .field .text h4 {
  margin-bottom: 4px;
  color: #667ebe;
  font-size: 18px;
}
.contactSection .contact_info .field .text a {
  color: #777;
}
.contactSection .contact_info .field:hover .text a {
  color: #667ebe;
}
.contactSection .contact_info .field:hover .icon::after {
  opacity: 1;
}
.contactSection .contact_info .actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 580px) {
  .contactSection .contact_info .actions {
    flex-wrap: wrap;
  }
}
.contactSection .contact_info .actions button {
  border: 1px solid #667ebe;
  border-radius: 12px;
  background: #667ebe;
  font-size: 16px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.contactSection .contact_info .actions button.IsBorder {
  border: 1px solid #667ebe;
  background-color: transparent;
}
.contactSection .contact_info .actions button.IsBorder a {
  color: #667ebe;
}
.contactSection .contact_info .actions button.IsBorder:hover {
  background-color: #667ebe;
}
.contactSection .contact_info .actions button.IsBorder:hover a {
  color: #fff;
}
.contactSection .contact_info .actions button a {
  display: inline-block;
  color: #fff;
  padding: 12px 16px;
  transition: all 0.4s ease-in-out;
}
.contactSection .contact_info .actions button:hover {
  background: #fff;
}
.contactSection .contact_info .actions button:hover a {
  color: #667ebe;
}
.contactSection form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #f0f0f0;
  border-radius: 24px;
  padding: 24px;
}
.contactSection form .input_field {
  width: 100%;
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.contactSection form .input_field label {
  color: #667ebe;
  font-size: 16px;
}
.contactSection form .input_field input,
.contactSection form .input_field textarea {
  padding: 12px 16px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: #fff;
  color: #777;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.contactSection form .input_field input:focus,
.contactSection form .input_field textarea:focus {
  border-color: #667ebe;
}
.contactSection form button {
  padding: 12px 16px;
  border: 1px solid #667ebe;
  border-radius: 12px;
  background: #667ebe;
  color: #fff;
  font-size: 16px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.contactSection form button:hover {
  background: #fff;
  color: #667ebe;
}
.contactSection .FaqSections .accordion .accordion-item {
  border-radius: 16px;
}
.contactSection .FaqSections .accordion .accordion-item .accordion-header {
  margin: 0;
}
.contactSection .FaqSections .accordion .accordion-item .accordion-button {
  transition: 0.3s ease-in-out;
  font-size: 20px;
}
.contactSection .FaqSections .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #e6f4bd !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.contactSection .FaqSections .accordion .accordion-item .accordion-collapse {
  transition: 0.3s ease-in-out;
  background-color: #e6f4bd !important;
}
.contactSection .FaqSections .accordion .accordion-item .accordion-body ul li {
  position: relative;
  padding-inline-start: 1.2rem;
}
.contactSection .FaqSections .accordion .accordion-item .accordion-body ul li::before {
  content: "✓";
  position: absolute;
  color: #667ebe;
  font-weight: bold;
  inset-inline-start: 0;
}
.contactSection .FaqSections .outSideDetails {
  background-color: #365974;
  padding: 12px;
  border-radius: 24px;
}
.contactSection .FaqSections .outSideDetails .imageContainer {
  width: 100%;
  max-height: 500px;
}
.contactSection .FaqSections .outSideDetails .imageContainer img {
  height: 500px;
  border-radius: 12px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.MediaLibrary {
  background-color: #fff;
}
.MediaLibrary .box {
  background-color: #fff;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}
.MediaLibrary .box .imgContainer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-block: 8px;
  display: flex;
  place-items: center;
}
.MediaLibrary .box .imgContainer img {
  margin-inline: auto;
  width: 400px;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.MediaLibrary .box .base {
  background-color: #e6f4bd;
  margin-block: 12px 0;
  width: 100%;
  margin-inline: auto;
  border-radius: 40px;
}
.MediaLibrary .box .base a {
  padding: 4px 12px;
  font-size: 14px;
  color: #000;
}

.AE_image {
  width: 12px;
  aspect-ratio: 1;
  transform: rotate(60deg);
}

.learn {
  padding: 80px 0 0px;
  width: 100%;
  padding-inline: 16px 30px;
}
.learn .box {
  width: 100%;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 90px;
}
@media (max-width: 568px) {
  .learn .box {
    gap: 90px;
  }
}
.learn .box .imgContainer {
  width: 100%;
}
.learn .box .imgContainer img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.learn .box .textLearn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  color: #224d5d;
}
@media (max-width: 991px) {
  .learn .box .textLearn {
    gap: 20px;
  }
}
.learn .box .textLearn h1.flowers {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.learn .box .textLearn h1.flowers::before {
  content: "";
  position: absolute;
  top: -30px;
  inset-inline-end: -90px;
  background: url("../images/flower2.svg") no-repeat;
  background-size: contain;
  width: 120px;
  aspect-ratio: 1;
  transform: rotate(283deg);
}
@media (max-width: 477px) {
  .learn .box .textLearn h1.flowers::before {
    width: 65px;
    top: -22px;
  }
}
@media (min-width: 477px) and (max-width: 568px) {
  .learn .box .textLearn h1.flowers::before {
    width: 65px;
    top: 0px;
    right: 135px;
  }
}
@media (min-width: 477px) and (max-width: 568px) {
  .learn .box .textLearn h1.flowers::before {
    width: 65px;
    top: 0px;
    right: 135px;
  }
}
@media (min-width: 569px) and (max-width: 767px) {
  .learn .box .textLearn h1.flowers::before {
    width: 73px;
    top: 12px;
    right: 161px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .learn .box .textLearn h1.flowers::before {
    width: 80px;
    top: 12px;
    right: 213px;
  }
}
.learn .box .textLearn h1:nth-child(2) {
  align-self: end;
  width: 90%;
}
.learn .box h1 {
  font-size: clamp(2.6875rem, 1.3333rem + 5.3333vw, 7rem);
  font-weight: bold;
  padding-inline-start: 50px;
}
@media (max-width: 767px) {
  .learn .box h1 {
    font-size: 30px;
    padding-inline-start: 0px;
  }
}

.foundation-strategy_2 {
  margin: 60px 0;
  overflow: hidden;
  text-wrap: balance;
}
.foundation-strategy_2 .layOut {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  transition: 0.3s ease-in-out;
}
.foundation-strategy_2 .layOut .box {
  position: relative;
  flex: 1;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .foundation-strategy_2 .layOut .box {
    height: 100%;
  }
}
.foundation-strategy_2 .layOut .box::before, .foundation-strategy_2 .layOut .box::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
}
.foundation-strategy_2 .layOut .box::after {
  width: 110%;
  z-index: -1;
}
.foundation-strategy_2 .layOut .box:nth-child(1) {
  padding-inline-start: 0;
  z-index: 99;
}
.foundation-strategy_2 .layOut .box:nth-child(1) .content {
  padding-inline-start: 50px;
}
.foundation-strategy_2 .layOut .box:nth-child(1)::before {
  background: url("../images/test-2.svg") no-repeat;
  background-size: cover;
}
.foundation-strategy_2 .layOut .box:nth-child(2) {
  padding-inline-start: 0;
  z-index: 98;
}
.foundation-strategy_2 .layOut .box:nth-child(2) .content {
  padding-inline-start: 50px;
}
.foundation-strategy_2 .layOut .box:nth-child(2)::after {
  background-color: #86c0e1;
  inset-inline-start: -100%;
}
.foundation-strategy_2 .layOut .box:nth-child(2)::before {
  background: url("../images/test-3.svg") no-repeat;
}
.foundation-strategy_2 .layOut .box:nth-child(3) {
  padding-inline-start: 0;
  z-index: 97;
}
.foundation-strategy_2 .layOut .box:nth-child(3)::after {
  background-color: #5dabd7;
  inset-inline-start: -100%;
}
.foundation-strategy_2 .layOut .box:nth-child(3)::before {
  background: url("../images/test-4.svg") no-repeat;
}
.foundation-strategy_2 .layOut .box:nth-child(4) {
  background-color: #3497cc;
}
.foundation-strategy_2 .layOut .box:nth-child(4)::before {
  background: url("../images/test-1.svg") no-repeat;
}
.foundation-strategy_2 .layOut .box:nth-child(4)::after {
  background-color: #3497cc;
  inset-inline-start: -90%;
}
.foundation-strategy_2 .layOut .box:nth-child(4):hover {
  background-color: #3497cc !important;
}
.foundation-strategy_2 .layOut .box .content {
  position: relative;
  z-index: 2;
}
.foundation-strategy_2 .layOut .box .content .icon {
  width: 150px;
  aspect-ratio: 1;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.327);
}
.foundation-strategy_2 .layOut .box .content .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.foundation-strategy_2 .layOut .box .content .content_details {
  padding-top: 24px;
}
.foundation-strategy_2 .layOut .box .content .content_details h6 {
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.foundation-strategy_2 .layOut .box .content .content_details p {
  font-size: 14px;
  line-height: 1.7;
  color: white;
}
.foundation-strategy_2 .layOut .box:hover {
  filter: grayscale(0%) !important;
}
.foundation-strategy_2 .layOut .box:hover::before, .foundation-strategy_2 .layOut .box:hover::after {
  filter: grayscale(0%) !important;
}
.foundation-strategy_2 .layOut:has(.box:hover) .box {
  filter: grayscale(100%);
}
.foundation-strategy_2 .layOut:has(.box:hover) .box::after, .foundation-strategy_2 .layOut:has(.box:hover) .box::before {
  filter: grayscale(50%);
}
@media (max-width: 991px) {
  .foundation-strategy_2 .layOut {
    grid-template-columns: repeat(2, 1fr);
  }
  .foundation-strategy_2 .layOut .box::before, .foundation-strategy_2 .layOut .box::after {
    display: none;
  }
  .foundation-strategy_2 .layOut .box:nth-child(1) {
    background-color: #a0d4f1;
    padding-right: 100px;
    z-index: auto;
  }
  .foundation-strategy_2 .layOut .box:nth-child(1) .content {
    padding-inline-start: 0px;
  }
  .foundation-strategy_2 .layOut .box:nth-child(2) {
    background-color: #86C0E1;
    padding-right: 100px;
    z-index: auto;
  }
  .foundation-strategy_2 .layOut .box:nth-child(2) .content {
    padding-inline-start: 0px;
  }
  .foundation-strategy_2 .layOut .box:nth-child(3) {
    z-index: auto;
    background-color: #5dabd7;
  }
  .foundation-strategy_2 .layOut .box:nth-child(4) {
    padding-right: 100px;
    z-index: auto;
    background-color: #3497cc;
  }
}
@media (max-width: 575px) {
  .foundation-strategy_2 .layOut {
    grid-template-columns: 1fr;
  }
}

@keyframes BG {
  0% {
    background: #ffffff;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media (max-width: 767px) {
  .accordion .accordion-button {
    font-size: 16px !important;
  }
  .accordion .accordion-body {
    font-size: 14px !important;
  }
}
body {
  overflow-x: hidden;
}

.project2 {
  background-color: white;
}
.project2::after, .project2::before {
  display: none;
}
.project2 .Section-title {
  position: relative;
}
.project2 .Section-title span {
  position: relative;
}
.project2 .Section-title span::before {
  content: "";
  position: absolute;
  top: -10px;
  inset-inline-end: -40px;
  background: url(../images/flower2.svg) no-repeat;
  background-size: contain;
  width: 50px;
  aspect-ratio: 1;
  transform: rotate(283deg);
  right: auto;
}
@media (max-width: 477px) {
  .project2 .Section-title span::before {
    width: 65px;
    top: -10px;
  }
}
@media (min-width: 477px) and (max-width: 568px) {
  .project2 .Section-title span::before {
    width: 65px;
  }
}
@media (min-width: 477px) and (max-width: 568px) {
  .project2 .Section-title span::before {
    width: 65px;
  }
}
@media (min-width: 569px) and (max-width: 767px) {
  .project2 .Section-title span::before {
    width: 73px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .project2 .Section-title span::before {
    width: 80px;
  }
}

.newReports .projectCard .content {
  background: linear-gradient(180deg, rgba(7, 23, 78, 0) 0, #169091 80%);
}

@media (max-width: 991px) {
  html[lang=en] .nav_menu {
    transform: translateX(-250px);
  }
}
html[lang=en] .page_banner .breadcrumb::before,
html[lang=en] .page_banner .page_title::before,
html[lang=en] .fa-arrow-up-left {
  transform: rotate(90deg);
}
html[lang=en] .fa-arrow-left-long,
html[lang=en] .fa-angles-right {
  transform: rotate(180deg);
}
html[lang=en] .foundation-strategy_2 .layOut .box::before {
  transform: rotate(180deg);
}
html[lang=en] .giving-areas-section .text-start {
  text-align: left !important;
}
html[lang=en] header nav .nav_menu .dropdown .dropdown-toggle {
  flex-direction: row;
}
html[lang=en] .learn .box .textLearn h1.flowers::before,
html[lang=en] .project2 .Section-title span::before {
  transform: rotate(38deg);
}
html[lang=en] .accordion .accordion-item .accordion-button::after {
  margin-left: auto;
  margin-right: 0;
}
html[lang=en] .foundation-strategy_2 .layOut .box .content {
  padding-inline-start: 30px !important;
}
html[lang=en] .bottom_left {
  transform: scaleX(-1);
}
html[lang=en] .project_section::before {
  transform: rotate(60deg);
}
html[lang=en] .project_section::after {
  transform: rotate(240deg);
}
html[lang=en] header nav .nav_menu .dropdown .dropdown-menu .dropdown-item {
  text-align: start;
}
html[lang=en] header nav .nav_menu .dropdown .dropdown-toggle::before {
  order: 1;
}
html[lang=en] .BlogsDetails .reviewBLog .swiperBtns .swiper-button-next::after {
  transform: rotate(180deg);
}
html[lang=en] .BlogsDetails .reviewBLog .swiperBtns .swiper-button-prev::after {
  transform: rotate(-180deg);
}/*# sourceMappingURL=style.css.map */