/* Globals */

@font-face {
  src: url(../fonts/neo-sans-arabic-regular.ttf);
  font-family: 'neo';
}

@font-face {
  src: url(../fonts/SomarSans-SemiBold.ttf);
  font-family: 'somar';
}

:root {
  --primary: #0d7232;

  --color-primary: #0d7232;

  --secondary: #4e2a2a;
  --third: #1f8e83;
}


.center-block {
  display: block;
  text-align: center;
}
html,
body , label  , span{
  font-family: 'somar' !important;
  direction: rtl;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to top, var(--primary) ,var(--color-primary) 110% );
  outline: 1px solid slategrey;
  border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  /* color: #fff; */
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 17px;
  line-height: 1.6;
}

a:hover {
  text-decoration: none;
}

.p-relative {
  position: relative;
}

.w-80 {
  width: 80%;
}

.text-darkBlue {
  color: #2e3c5d;
}



.main-btn {
  transition: 0.2s;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 22px;
  /* box-shadow: 0 0px 15px 0 rgba(46, 60, 93, 0.36); */
  /*    background-image: linear-gradient(to left, #d2a433 50%, #f1c560 110%);*/
  background-image: linear-gradient(to left, #047230 50%, #047230 110%);
  display: inline-block;
}

.main-btn:hover {
  color: #fff;
  box-shadow: 0 1px 15px 0 rgba(46, 60, 93, 0.36);
}

.header-fixed-content {
  /* grid-template-columns: 1fr auto 1fr; */
  /* display: grid; */
  /* align-items: center; */
  /* justify-content: space-between; */
  /* width: 100%; */
  /* background: #fff; */
  /* box-shadow: 2px 0px 30px #eee; */
  /* padding: 16px 10%; */
  position: fixed !important;
  top: 0px !important;
  left: 0px;
  padding: 16px;
  height: auto !important;!i;!;
  width: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: #ecfbf5de;
  z-index: 99;
}

.site-intro {
  /* width: 100%; */
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  align-items: center;
  /* width: 100%; */
  margin: 9em;
  border-radius: 16px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
}

div#app {
  width: 100vw;
}

.header-fixed-content img.logo {
  max-height: 64px;
}

.header-fixed-content ul {
  /* display: flex; */
  gap: 1rem;
  text-align: center;
  justify-content: center;
  margin: 0px;
  align-items: center;
}

body {
  /* background: #f7fffa !important; */
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
}



.site-intro h1 {
  margin-bottom: 1rem;
}

.site-intro p {
  color: #3a6369;
  font-size: 18px;
}

.site-intro .image img {
  width: 100%;
  margin-right: auto;
  max-width: 344px;
}

.text-primary-dark {
  color: #15484f;
  /* text-decoration: underline; */
}
  .text-primary-dark-400 {
  color: #0a515c;
  /* text-decoration: underline; */
}



/* scroller */


.scroller {
  max-width: 90vw !important;
  margin: 0px auto;
  direction: ltr;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 15.5s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* end scroller */
img.partner-image {
  width: 128px;
  filter: grayscale(1);
  transition: filter .3s ease 0s;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

img.partner-image:hover {
  filter: grayscale(0);
}
.badge {
  padding: .75em !important;
  

}

.shape-section-title {
  position: relative;
  text-align: center;
  margin: 2rem 0px;
}

.site-section {
  margin: 8em 0px;
}

.shape-section-title .the-title {
  position: relative;
  max-width: fit-content;
  margin: 0px auto;
  margin-bottom: 1rem;
  padding: 0px 1em;
}

.shape-section-title .the-title img {
  position: absolute;
  width: 16px;
  opacity: .8;
}

.shape-section-title .the-title img.shape-top {
  left: 0px;
  top: 0px;
  transform: rotate(113deg);
}

.shape-section-title .the-title img.shape-bottom {
  right: 0px;
  bottom: 0px;
  transform: rotate(305deg);
}

.text-primary-light-4 {
  color: #59a589;
}

.service-item {
  border-radius: 16px;
  border: 1px solid #15484f17;
  /* padding: 0px 0px  16px 0px; */
  box-shadow: 1px 3px 10px #eee, -1px 3px 10px #f7f7f7;
  background: #fff;
  overflow: hidden;
  /* margin-left: 1rem; */
  margin-bottom: 1rem !important;
}

.service-item img {
  /* border-radius: 6px; */
  /* width: 128px; */
  margin: 0px auto;
  object-fit: fill;
  object-position: center;
  max-height: 256px;
  height: 156px;
  width: 100%;
}

.starting-container {
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.starting-container img {
  border-radius: 32px;
  max-height: 256px;
  text-align: left;
  margin-right: auto;
  /* margin-left: auto; */
}


.text-md {
  font-size: 1rem;
  line-height: 1.55rem;
}


.bg-shape {
  position: absolute;
  z-index: -1;
  /* opacity: 0.1; */
  filter: grayscale(1);
  width: 25%;
}

.my-12 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
  

}

.statistics-container {
  background: #427056;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 32px;
  border-radius: 16px;
}

.sta-item h3 {
  color: #fff;
}

.sta-item span.label {
  color: #a6f8ca;
}

.statistics-container h2 {
  color: #fff;


}

.gap-y-6 {
  row-gap: 1.5rem;
}

.header-fixed-content ul.right-menu {
  justify-content: right;
}

.header-fixed-content ul.left-menu {
  justify-content: left;
}

.container {
  /* margin-right: 5%; */
  /* margin-left: 5%; */
  width: auto;
  max-width: 90%;
}

.concept-item {
  display: flex;
  grid-template-columns: 1fr;
  background: #f4fff9;
  padding: 16px 5%;
  box-shadow: 1px 3px 20px #f7fffa;
  margin-bottom: 1rem;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  align-items: center;
  text-align: center;
  padding: 32px 5%;
  min-height: 300px;
  align-items: center;
  justify-content: center;
}

.concept-item .image img {
  object-fit: cover;
  max-width: 256px;
  border-radius: 10%;
  margin-right: auto;
  aspect-ratio: 1/1.25;
  display: none;
}

.sticky-cards-container{
  position: relative;
}

.sticky-card {
  /* width: 100vw; */
position: sticky;
top: 0;
/* --offset: 0px; */
/* top: var(--offset); */
/* height: calc(100vh - var(--offset)); */
}
.btn-primary.small {
  padding: 12px 18px !important;

}

.member-item {
  transform: scale(.85);
  margin-bottom: 1rem;
}

.member-item .image-container {
  position: relative;
  width: 128px;
  margin: 0px auto;
  margin-bottom: 1em;
}

.member-item .image-container .member-image {
  border-radius: 16px;
  position: relative;
  z-index: 10;
  /* max-width: 160px; */
  margin: 0px auto;
  aspect-ratio: 1/1.1;
  object-fit: cover;
  object-position: top;
}

.member-item .image-container .identity-shape {
  position: absolute;
  left: -15px;
  z-index: 1;
  top: -18px;
  transform: rotate(-45deg);
  width: 32px;
  /* filter: grayscale(1); */
  opacity: .5;
}

.member-item .image-container .dots-shape , .member-item .image-container .dots-top-shape {
  opacity: .5;
  width: 48px;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: -15px;
  /* transform: rotate(90deg); */
}

.text-primary-light {
  color: #ddd;
}

.member-item .image-container .dots-top-shape {
  left: auto;
  right: -15px;
  top: 20px;
  opacity: .5;
}



/*  owl carousel nav in between */

.owl-theme .owl-nav {
  /* position: absolute; */
  top: 50%;
  /* transform: translateY(-50%); */
  width: 100%;
  /* margin: 0px; */
}

.owl-theme .owl-nav .owl-prev {

  right: -20px;
}



.owl-theme .owl-nav .owl-next {

  left: -20px;
}

.owl-theme .owl-nav .owl-prev , .owl-theme .owl-nav .owl-next {
  background: #427056 !important;
  /* position: absolute; */
  color: #fff !important;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-size: 30px !important;
  line-height: 25px !important;
  top: -32px !important;
}

.owl-carousel {
  /* padding-inline: 20px; */
}
/*   end owl carousel nav in between */

i {
  display: inline-block;
}
i.fi {
  position: relative;
  top: 3px;
}

.gallery-item img {
  /* width: 198px !important; */
  aspect-ratio: 2/1;
  object-fit: cover;
  border-radius: 16px;
  /* margin: 0px auto; */
  margin: 0px .5rem;
  /* width: 90% !important; */
}

.gap-8 {
  gap: 2rem;
}


.media-container .media-item {
  min-width: 168px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  /* aspect-ratio: 1; */
  height: 200px;
  /* aspect-ratio: 1; */
}

.media-container .media-item:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(0deg, #29394e, transparent); */
  background-image: linear-gradient(0deg, #427056, #12657300);
}

.media-container .title , .media-container .play-button {
  position: absolute;
  z-index: 10;
}

.media-container .play-button {
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  width: 32px;
  opacity: .8;
  width: 48px !important;
  z-index: 1200;
  
}

.media-container .media-item .cover {
  object-fit: cover;
  height: 100%;
}

.media-container .title {
  bottom: 0px;
  padding: 8px 16px;
  right: 0px;
  font-size: 17px;
  color: #fff;
  text-align: justify;
  text-align-last: right;
}
.media-container .title  h4{
      color: #fff !important;
}

.wave-bottom {
  z-index: 1;
  width: 100vw;
  /* height: auto; */
  /* position: absolute; */
  /* inset: auto 0% -1px; */
  bottom: -3px;
  position: relative;
}

.wave-bottom.embed {
  flex-direction: column;
  display: flex
}


/*   site footer*/
footer.site-footer * {
  color: white;
}

.footer-wrapper {
  position: relative;
  margin-top: 6em;
  display: flex;
  flex-direction: column;
}

footer.site-footer {
  background: #427056;
  /* padding: 1em; */
  padding-bottom: 0px;
}

img.logo-footer {
  max-height: 128px;
  filter: brightness(100);
  /* margin-inline: auto; */
  max-width: 75%;
  margin-bottom: 1rem;
}

footer.site-footer  h5 {
  color: #afecca;
  /* border-bottom: 1px dashed #ffffff5c; */
  padding-bottom: .5rem;
}

.site-credit {
  background: #b6f5d2;
  padding: 1rem !important;
  width: 100%;
  color: #427056 !important;
  
}
/*  end site  footer */



/*  ,morph navigation */



-------------------------------- */
.morph-dropdown {
position: relative;
height: 60px;
background-color: #FFFFFF;
}
.morph-dropdown::before {
/* never visible - used in JS to check mq */
content: 'mobile';
display: none;
}
.morph-dropdown .nav-trigger {
/* menu icon - visible on small screens only */
position: absolute;
top: 0;
right: 0;
height: 60px;
width: 60px;
/* replace text with icon */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
color: transparent;
}
.morph-dropdown .nav-trigger span, .morph-dropdown .nav-trigger span::after, .morph-dropdown .nav-trigger span::before {
/* these are the 3 lines of the menu icon */
position: absolute;
background-color: #1A1A1A;
height: 3px;
width: 26px;
}
.morph-dropdown .nav-trigger span {
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
-webkit-transition: background-color .3s;
transition: background-color .3s;
}
.morph-dropdown .nav-trigger span::after, .morph-dropdown .nav-trigger span::before {
content: '';
left: 0;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}
.morph-dropdown .nav-trigger span::before {
-webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
        transform: translateY(-9px);
}
.morph-dropdown .nav-trigger span::after {
-webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
        transform: translateY(9px);
}
.morph-dropdown.nav-open .nav-trigger span {
background-color: transparent;
}
.morph-dropdown.nav-open .nav-trigger span::before {
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.morph-dropdown.nav-open .nav-trigger span::after {
-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.morph-dropdown .main-nav {
display: none;
}
.morph-dropdown .morph-dropdown-wrapper {
display: none;
position: absolute;
top: 60px;
left: 0;
width: 100%;
padding: 1.2em 5%;
box-shadow: inset 0 1px 0 #e6e6e6;
background-color: #FFFFFF;
}
.morph-dropdown.nav-open .morph-dropdown-wrapper {
display: block;
}
.morph-dropdown .dropdown-list > ul > li {
margin-bottom: 3.3em;
}
.morph-dropdown .label {
display: block;
font-size: 2.2rem;
color: #1A1A1A;
margin-bottom: .8em;
}
.morph-dropdown .content li::after {
clear: both;
content: "";
display: block;
}
.morph-dropdown .gallery .content li {
margin-bottom: 1.4em;
}
.morph-dropdown .gallery .content a {
display: block;
}
.morph-dropdown .gallery .content a::before {
/* icon on the left */
content: '';
display: inline-block;
float: left;
height: 54px;
width: 54px;
margin-right: .6em;
background: red;
border-radius: 50%;
-webkit-transition: background .2s;
transition: background .2s;
}
.morph-dropdown .gallery .content a span, .morph-dropdown .gallery .content a em {
display: block;
line-height: 1.2;
}
.morph-dropdown .gallery .content a em {
font-size: 1.8rem;
padding: .4em 0 .2em;
color: #1A1A1A;
}
.morph-dropdown .gallery .content a span {
font-size: 1.4rem;
color: #a6a6a6;
}
.morph-dropdown .gallery .content a:hover::before {
background-color: #1A1A1A;
}
.morph-dropdown .gallery li:nth-of-type(1) a::before {
background: #f4e58a url(../img/gallery-icons.svg) no-repeat 0 0;
}
.morph-dropdown .gallery li:nth-of-type(2) a::before {
background: #F4AF6D url(../img/gallery-icons.svg) no-repeat -54px 0;
}
.morph-dropdown .gallery li:nth-of-type(3) a::before {
background: #DB6356 url(../img/gallery-icons.svg) no-repeat -108px 0;
}
.morph-dropdown .gallery li:nth-of-type(4) a::before {
background: #8D4645 url(../img/gallery-icons.svg) no-repeat -162px 0;
}
.morph-dropdown .links .content > ul > li {
margin-top: 1em;
}
.morph-dropdown .links-list a,
.morph-dropdown .btn {
display: block;
margin-left: 14px;
font-size: 2.2rem;
line-height: 1.6;
}
.morph-dropdown .links-list a:hover,
.morph-dropdown .btn:hover {
color: #1A1A1A;
}
.morph-dropdown .content h2 {
color: #a6a6a6;
text-transform: uppercase;
font-weight: bold;
font-size: 1.3rem;
margin: 20px 0 10px 14px;
}
@media only screen and (min-width: 1000px) {
.morph-dropdown {
  position: absolute;
  height: 80px;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.morph-dropdown::before {
  content: 'desktop';
}
.morph-dropdown .nav-trigger {
  display: none;
}
.morph-dropdown .main-nav {
  display: inline-block;
}
.morph-dropdown .main-nav > ul > li {
  display: inline-block;
  float: left;
}
.morph-dropdown .main-nav > ul > li > a {
  display: block;
  padding: 0 1.8em;
  height: 70px;
  line-height: 70px;
  color: #FFFFFF;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
  /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
  opacity: .6;
}
.morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
  opacity: 1;
}
.morph-dropdown .morph-dropdown-wrapper {
  /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
  display: block;
  top: 58px;
  /* overwrite mobile style */
  width: auto;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  /* Force Hardware acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.morph-dropdown .dropdown-list {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform, width, height;
  -webkit-transition: visibility .3s;
  transition: visibility .3s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.no-csstransitions .morph-dropdown .dropdown-list {
  display: none;
}
.morph-dropdown .dropdown-list::before {
  /* dropdown top triangle */
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.morph-dropdown .dropdown-list > ul {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.morph-dropdown.is-dropdown-visible .dropdown-list {
  visibility: visible;
  -webkit-transition: width .3s, height .3s, -webkit-transform .3s;
  transition: width .3s, height .3s, -webkit-transform .3s;
  transition: transform .3s, width .3s, height .3s;
  transition: transform .3s, width .3s, height .3s, -webkit-transform .3s;
}
.morph-dropdown.is-dropdown-visible .dropdown-list::before {
  opacity: 1;
}
.morph-dropdown .dropdown {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}
.morph-dropdown .dropdown.active {
  opacity: 1;
  visibility: visible;
}
.morph-dropdown .dropdown.move-left .content {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}
.morph-dropdown .dropdown.move-right .content {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}
.morph-dropdown .label {
  /* hide the label on bigger devices */
  display: none;
}
.morph-dropdown .content {
  padding: 2.2em 1.8em;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  text-align: left;
}
.morph-dropdown .content > ul::after {
  clear: both;
  content: "";
  display: block;
}
.morph-dropdown .content > ul > li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-top: 0;
}
.morph-dropdown .content > ul > li:nth-of-type(2n) {
  margin-right: 0;
}
.morph-dropdown .gallery .content {
  /* you need to set a width for the .content elements because they have a position absolute */
  width: 510px;
  padding-bottom: .8em;
}
.morph-dropdown .gallery .content li {
  margin-bottom: 1.8em;
}
.morph-dropdown .links .content > ul > li {
  margin-top: 0;
}
.morph-dropdown .links .content,
.morph-dropdown .button .content {
  width: 390px;
}
.morph-dropdown .links-list a {
  font-size: 1.6rem;
  margin-left: 0;
}
.morph-dropdown .btn {
  display: block;
  width: 100%;
  height: 60px;
  margin: 1.5em 0 0;
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  line-height: 60px;
  background: #DB6356;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.morph-dropdown .btn:hover {
  background: #1A1A1A;
  color: #FFFFFF;
}
.morph-dropdown .content h2 {
  font-size: 1.8rem;
  text-transform: none;
  font-weight: normal;
  color: #1A1A1A;
  margin: 0 0 .6em;
}
.morph-dropdown .bg-layer {
  /* morph dropdown background */
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
-webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.morph-dropdown.is-dropdown-visible .bg-layer {
  opacity: 1;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}
}





/* mobile menu */





.hamburger {
  cursor: pointer;
  position: fixed;
  left: 16px;
  z-index: 110;
  top: 23px;
  /* display: none; */
}

.hamburger input {
  display: none;
}

.hamburger svg {
  /* The size of the SVG defines the overall size */
  height: 2em;
  /* Define the transition for transforming the SVG */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: #136573;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}




.main-overlay-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #ffffffeb;
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  }


.main-overlay-menu.visible {
  opacity: 1;
  visibility: visible;
  top: 0px;
  left: 0px;
}
.main-overlay-menu ul li {
  margin: .75em 0px;
  overflow: hidden;
}

.main-overlay-menu.visible ul li a{
  
  top: 0px;
  filter: blur(0px);
} 
.main-overlay-menu ul li a {
  font-size: 1.5em;
  transition: all .3s ease 0.4s;
  position: relative;
  top: 40px;
  filter: blur(10px);
}



.main-overlay-menu.visible  .fade-last{
  opacity: 1;
  filter: blur(0px);
}
.main-overlay-menu  .fade-last {
  /* transition-delay: 0.6s; */
  transition: all .5s linear 0.8s;
  opacity: 0;
  /* filter: blur(10px); */
}
.main-overlay-menu ul li:nth-child(1) a {
  transition-delay: 0.4s;
}



.main-overlay-menu ul li:nth-child(2) a {
transition-delay: 0.45s;
}


.main-overlay-menu ul li:nth-child(3) a {
transition-delay: 0.5s;
}
/* end mobile menu */

@media screen and (max-width: 768px) {

  body .concept-item p {
    font-size: .75em;
}

body .concept-item h3 {
    font-size: 1.75em !important;
    margin-bottom: 6px;
}

  body  .container{
      margin-right: 2.5%;
      margin-left: 2.5%;
      width: auto;
  }
  .header-fixed-content img.logo {
      max-height: 64px;
      max-width: 98px;
      object-fit: contain;
  }

  body .site-intro {
      display: flex;
      gap: 0rem;
      flex-direction: column-reverse;
      margin-bottom: 5rem;
      text-align: justify;
      text-align-last: center;
      margin-top: 7em;
  }

  body .starting-container {
      display: flex;
      flex-direction: column-reverse;
      text-align: center;
      text-align: justify;
      text-align-last: center;
  }
  
  body .starting-container .image img {
      max-width: 80% !important;
      margin: 0px auto;
      text-align: justify;
     
  }
  
  body .starting-container .btn {
      margin: 0px auto;
  }
  
  body .statistics-container {
      grid-template-columns: 1fr;
      text-align: center;
  }
  
  body footer.site-footer .social-icons {
      text-align: center;
      justify-content: center;
  }
  
  body footer.site-footer {
      text-align: center;
  }
  
  body img.logo-footer {
      margin: 0px auto;
  }


body .concept-item {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  text-align: justify;
  text-align-last: center;
}

body .concept-item .image img {
  max-width: 128px;
  aspect-ratio: 1;
}


body .service-item {
  margin: 0px;
}


body .media-container .media-item {
  max-width: none;
}

body .btn-primary.small {
  font-size: 12px;
  padding: 8px 14px !important;
  

}

body .footer-sm-gird-1 {
  grid-column: -1/1;
  text-align: center;
}

footer.site-footer .grid {
  grid-template-columns: 1fr 1fr;
}

body .site-intro .image img {
  max-height: 256px;
  object-fit: contain;
}

body .site-section {
  margin: 5em 0px;
}

}


img.mobile-menu-pattern {
  position: absolute;
  right: 0px;
  width: 98px;
  filter: brightness(0);
  top: 12px;
  opacity: .3;
  transform: rotate(360deg);
}

.first-section {
  margin-top: 90px;
}
.site-credit span , .site-credit a {
  color: #427056 !important;
}


.w-fit {
  width: fit-content;
}


.md\:mb-4 {
  margin-bottom: 1rem !important;
 
}
.fade-up-init{
  opacity: 0;
}

.scale-75{
  transform: scale(.75);
}


.social-circle-icons.mobile-menu-links a {
  background: #7cccaf;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}

.social-circle-icons.mobile-menu-links {
  display: flex;
  gap: .5rem;
  margin: 0px auto;
  justify-content: center;
  margin-top: 1.5rem;
}

.default-box {
  box-shadow: 1px 4px 19px 0px rgba(0, 0, 0, 0.07);
  padding: 16px;
  border-radius: 16px;
  background: #fff;
}

.gradient-bg {
  background: linear-gradient(45deg, #427056, #2f553f);
  color: #fff;
  position: relative;
  padding: 2rem 1rem;
}

.gradient-bg:after {
  content: "";
  left: 0px;
  top: 0px;
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  /* padding: 2rem 1rem; */
  position: absolute;
  width: 100%;
  height: 100%;
}

img.news-thumbnail {
/* max-width: 50%; */
display: block;
margin:1rem auto;
border-radius: 16px;
width: auto;
max-height: 400px;
}

.news-page .news-images {
display: flex;
grid-template-columns: 1fr  1fr 1fr 1fr;
gap: 1rem;
margin: 2rem 0px;
}

.news-page .news-images img {
aspect-ratio: 1;
border-radius: 16px;
width: 128px;
/* margin: 2rem 0px; */
object-fit: cover;
object-position: center;
}


.page-content.content-display {
  margin-block: 2rem;
  background: #fff;
}

.gallery-item {
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
}

.gallery-item p {
  margin-bottom: 0px;
}


.contact-info-card {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  gap: 1rem;
  box-shadow: 1px 2px 3px #eee;
  border: 1px solid #eee;
  padding: 16px;
  border-radius: 8px;
  margin: 1rem 0px;
}

.contact-info-card i {
  color: var(--color-primary);
  background: #ddd;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}

.contact-info-card p {
  margin-top: 0px;
}

.contact-info-card h4 {
  margin-bottom: 0px;
  font-size: 13px;
  color: #555;
}
.form-control textarea {
  height: auto !important;

}


.footer-social .contact-info-card {
  border: 0px;
  box-shadow: 0px 0px !important;
  text-align: right;
  color: white;
  padding: 0px;

}
.footer-social .contact-info-card h4{
  color:#eee
}
.footer-social .contact-info-card a {
  color: white;
}

.footer-social .contact-info-card i {
  background: #fff;
}

.footer .links-wrapper {
  text-align: right;
}

.footer-social .social-circle-icons {
  display: flex;
}

.footer-social .social-circle-icons .circle {
  margin: auto;
}

.dotlottie-container dotlottie-player {
  margin: 1rem auto;
  max-width: 100%;
  width: 256px;
  height: 256px;
}

.no-data-animation {
  text-align: center;
}

.footer-social i {
  font-size: 1.125rem;
}

.no-data-animation.sm h2 {
  font-size: 1em;
}

.no-data-animation.sm dotlottie-player {
  width: 128px;
  height: 128px;
}

h1.page-title {
  font-size: 2em;
  line-height: 1.6;
  text-align:justify;
  text-align-last:center;
}

@media screen and (min-width: 768px) {
  h1.page-title {
    font-size: 2em;
  }
  .md\:justify-right {
    justify-content: right !important;
  }
  
}


.main-member {
  grid-column: -1 / 1;
}

.main-member {
  grid-column: -1/1;
}

.main-service-item {
  box-shadow: 0 12px 6px -10px rgba(0,0,0,.03),0 4px 48px -16px rgba(0,0,0,.12);
  background: #fff;
  padding: 16px;
  text-align: center;
  border-radius: 10px;
}

.main-service-item img {
  width: 64px;
  display: block;
  margin: 0px auto;
  margin-bottom: .5rem;
}

.main-service-item a {
  font-size: 17px;
}

h2.section-title-underlined {
    border-bottom: 1px dashed #eee;
    padding-bottom: 8px;
    margin-bottom: 16px;
    margin-top: 3rem;
}

ul.identify-list li {
    margin: 1.5rem 0px;
    display: block;
    position: relative;
    padding-right: 16px;
}

li {}

ul.identify-list h3 {
    font-size: 16px;
    margin: 0px !important;
    line-height: 1.75;
}

ul.identify-list li:before {
    content: "";
    background: url("../images/shape.png");
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: 16px;
    right: 4px;
    top: 30%;
    transform: rotate(80deg) translateY(-50%);
}

a {
  color: #437056;
}

.sponsors {
  margin-top: 4rem;
}

header .btn-primary.small {
  padding: 12px !important;
  height: auto;
  line-height: 18px;
  color: white !important;
}

.globalNav .popup  .btn-primary.small {
  width: fit-content !important;
  padding:12px 32px !important;
  /* margin-bottom:12px; */
}

.light-bg {
    background: #f6f9fc;
}

.footer-social {
  margin-top: .75rem;
}

.concept-item h3 {
    font-size: 3em !important;
    margin-bottom: 20px;
}

.concept-item p {
    font-size: 1.15em;
}

.concept-item > div {
    height: 100%;
}

/* ================================
   GOVERNANCE STYLES - Modern Design
   ================================ */

/* Page Subtitle */
.page-subtitle {
    font-size: 1.1em;
    color: #666;
    margin-top: 0.5rem;
    font-weight: 400;
    line-height: 1.6;
}

/* Governance Container */
.governance-container {
    margin-top: 2rem;
}

/* Governance Grid */
.governance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.governance-grid-item {
    position: relative;
}

/* Governance Card */
.governance-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.governance-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(13, 114, 50, 0.15);
    border-color: var(--primary);
}

.governance-card-header {
    padding: 1.5rem 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.governance-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), #0a5d2a);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(13, 114, 50, 0.3);
}

.governance-badge {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
}

.governance-card-body {
    padding: 0 1.5rem 1rem;
    flex-grow: 1;
}

.governance-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.governance-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.governance-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #718096;
}

.governance-meta i {
    font-size: 0.85rem;
    color: var(--primary);
}

.governance-card-footer {
    padding: 1rem 1.5rem 1.5rem;
    margin-top: auto;
}

.governance-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: var(--primary);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
}

.governance-btn:hover {
    background: transparent;
    color: var(--primary);
    text-decoration: none;
    transform: translateY(-2px);
}

.governance-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.governance-btn:hover i {
    transform: translateX(-3px);
}

/* Governance Show Page */
.governance-show-header {
    margin-bottom: 3rem;
}

.governance-breadcrumb {
    margin-bottom: 1.5rem;
}

.governance-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.governance-breadcrumb a:hover {
    background: var(--primary);
    color: white;
    text-decoration: none;
}

.governance-show-title {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
    border: 1px solid #dee2e6;
}

.governance-show-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), #0a5d2a);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    box-shadow: 0 8px 20px rgba(13, 114, 50, 0.3);
    flex-shrink: 0;
}

.governance-show-info {
    flex-grow: 1;
}

.governance-show-info .page-title {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    text-align: right;
}

.governance-show-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.year-badge {
    background: var(--primary);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.files-count {
    background: #17a2b8;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.created-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.9rem;
}

/* Files Section */
.governance-files-section {
    margin-top: 3rem;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.section-header p {
    color: #718096;
    font-size: 1.1rem;
}

/* Files Grid */
.governance-files-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

/* File Card */
.governance-file-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
}

.governance-file-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.file-card-header {
    padding: 1.5rem 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.file-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6c757d, #495057);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.file-type-badge {
    background: #28a745;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.file-card-body {
    padding: 1rem 1.5rem;
}

.file-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.file-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #718096;
    font-size: 0.9rem;
}

.file-card-actions {
    padding: 1rem 1.5rem 1.5rem;
    display: flex;
    gap: 0.75rem;
}

.file-action-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 2px solid;
}

.view-btn {
    background: #17a2b8;
    color: white;
    border-color: #17a2b8;
}

.view-btn:hover {
    background: transparent;
    color: #17a2b8;
    text-decoration: none;
}

.download-btn {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.download-btn:hover {
    background: transparent;
    color: var(--primary);
    text-decoration: none;
}

/* No Files Message */
.no-files-message {
    text-align: center;
    padding: 4rem 2rem;
    background: #f8f9fa;
    border-radius: 16px;
    border: 2px dashed #dee2e6;
}

.no-files-icon {
    width: 80px;
    height: 80px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 32px;
    color: #6c757d;
}

.no-files-message h3 {
    color: #495057;
    margin-bottom: 0.5rem;
}

.no-files-message p {
    color: #6c757d;
    margin: 0;
}

/* Pagination */
.governance-pagination {
    margin-top: 3rem;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .governance-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .governance-show-title {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .governance-show-icon {
        margin: 0 auto;
    }
    
    .governance-show-info .page-title {
        text-align: center;
        font-size: 1.8rem;
    }
    
    .governance-show-meta {
        justify-content: center;
    }
    
    .governance-files-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .file-card-actions {
        flex-direction: column;
    }
    
    .section-header h2 {
        font-size: 1.6rem;
    }
}