/*!
Theme Name: LiveLearnFiji
Theme URI: https://livelearnfiji.org
Author: Power Marketing
Author URI: https://powermarketing.online
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: livelearnfiji
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

LiveLearnFiji is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --primary-color: #03221b;
  --secondary-color: #fafafa;
  --text-color: #423f3f;
  --accent-color: #007e74;
  --accent-secondary-color: #f9900a;
  --white-color: #ffffff;
  --divider-color: #03221b59;
  --dark-divider-color: #ffffff25;
  --error-color: rgb(230, 87, 87);
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
  line-height: 1.5;
  color: var(--text-color);
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  margin: 0 0 25px;
  color: var(--primary-color);
}
p {
  margin: 0 0 25px;
}
p:last-child {
  margin-bottom: 0;
}
div *:last-child {
  margin-bottom: 0;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 3px solid var(--accent-color);
  margin: 0 0 30px;
  padding: 10px 0 10px 20px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
  margin: 0 0 30px;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: #4169e1;
}
a:hover {
  color: #191970;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
/* .page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
} */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.container {
  width: 100%;
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}
h1 {
  font-size: 75px;
  line-height: 1.2;
}
h2 {
  font-size: 46px;
  line-height: 1.2;
}
h3 {
  font-size: 36px;
  line-height: 1.2;
}
h4 {
  font-size: 28px;
  line-height: 1.2;
}
h5 {
  font-size: 22px;
  line-height: 1.2;
}
h6 {
  font-size: 20px;
  line-height: 1.2;
}
.button {
  position: relative;
  display: inline-flex;
  background: var(--accent-color);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  color: var(--white-color);
  border: none;
  padding: 17px 20px 17px 20px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 0;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  border: 0.5px solid var(--accent-color);
}
.button svg {
  width: 20px;
  height: auto;
}
.button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--primary-color);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.button.white-hover::after {
  background: var(--white-color);
}
.button.white-hover:hover {
  color: var(--primary-color) !important;
}
.button:hover {
  color: var(--accent-color);
  background: transparent;
  border: 0.5px solid var(--accent-color);
}
.button:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

/* ================== Header ================== */
header.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  border-bottom: 1px solid var(--dark-divider-color);
  padding: 30px 0;
  z-index: 1042;
  transition: all 0.3s ease-in;
}
header.site-header.fixed {
  background-color: rgba(3, 34, 27, 0.86);
  padding: 15px 0;
}
.logged-in header.site-header {
  top: 32px;
}
header.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header .site-branding {
  width: 200px;
}
header.site-header .site-branding a {
  display: flex;
}
header.site-header .site-branding img {
  width: 100%;
  max-width: 200px;
}
header.site-header .right {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.site-header ul#primary-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.site-header ul#primary-menu ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: top;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  width: 235px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--accent-color);
  transition: all 0.3s ease-in-out;
  text-align: left;
  display: grid;
  gap: 10px;
}
header.site-header ul#primary-menu a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 15px 20px;
  color: var(--white-color);
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
header.site-header ul#primary-menu li.menu-item-has-children {
  position: relative;
}
header.site-header ul#primary-menu li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
header.site-header ul#primary-menu li.menu-item-has-children a {
  padding-right: 30px;
}
header.site-header ul#primary-menu li.menu-item-has-children > a::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  background-image: url(/wp-content/uploads/2025/08/angle-down-svgrepo-com.png);
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
header.site-header ul#primary-menu .current-menu-item a,
header.site-header ul#primary-menu a:hover {
  color: var(--accent-color);
}

header.site-header ul#primary-menu li.menu-item-has-children a {
  color: var(--secondary-color);
}

header.site-header ul#primary-menu ul.sub-menu a:hover {
  color: var(--primary-color);
}
button.mobile-menu-trigger {
  padding: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  border-radius: 0;
  background-color: transparent;
  border: none;
  position: relative;
  display: none;
  cursor: pointer;
}
button.mobile-menu-trigger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: 6px;
  transition: all 0.3s ease-in;
}
button.mobile-menu-trigger span:last-child {
  top: auto;
  bottom: 6px;
}
button.mobile-menu-trigger span:nth-child(2) {
  top: calc(50% - 1px);
}
body.menu-active {
  overflow: hidden;
}
button.mobile-menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
button.mobile-menu-trigger.active span:first-child {
  transform: rotate(45deg);
  top: 16px;
}
button.mobile-menu-trigger.active span:last-child {
  transform: rotate(-45deg);
  bottom: 16px;
}
body.menu-active header.site-header {
  background-color: rgba(3, 34, 27, 1);
}
.mobile-menu-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 999;
  background-color: rgba(3, 34, 27, 1);
  overflow: auto;
  padding-top: 150px;
}
.mobile-menu-wrap::-webkit-scroolbar {
  display: none;
}
.mobile-menu-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-wrap .inner {
  padding: 30px 20px;
}
.mobile-menu-wrap ul a {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}
.mobile-menu-wrap ul li {
  display: block;
  padding: 10px 0;
  position: relative;
}
.mobile-menu-wrap ul ul.sub-menu {
  padding-top: 15px;
  display: none;
  padding-left: 10px;
}
.mobile-menu-wrap ul li span.icon {
  position: absolute;
  right: 0;
  display: flex;
  cursor: pointer;
  top: 8px;
  transition: all 0.3s ease-in;
}
.mobile-menu-wrap ul li span.icon.active {
  transform: rotate(180deg);
}
.mobile-menu-wrap ul li span.icon svg {
  width: 45px;
  height: auto;
}
/* ================== Header ================== */
section {
  position: relative;
  overflow: hidden;
}
.tagline {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-color);
  background-position: left center;
  background-size: 24px auto;
  padding-left: 34px;
  margin-bottom: 15px;
  background: url(/wp-content/uploads/2025/08/LLEE_Motif_2.svg) no-repeat;
}
.white-logo {
  color: var(--white-color);
}
section.home-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 0px;
  padding: 260px 0 150px;
}
section.home-hero::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
      360deg,
      rgba(3, 34, 27, 0) 74.01%,
      rgba(3, 34, 27, 0.9) 100%
    ),
    linear-gradient(
      270deg,
      rgba(3, 34, 27, 0) 25.1%,
      rgba(3, 34, 27, 0.516) 41.43%,
      rgba(3, 34, 27, 0.86) 58.93%
    );
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.home-hero .container {
  position: relative;
  z-index: 2;
}
section.home-hero .headline {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  max-width: 760px;
  line-height: 1.1;
}
section.home-hero .contents {
  color: #fff;
  max-width: 700px;
  margin-bottom: 40px;
}
section.home-about {
  background-position: bottom -70px right -200px !important;
  background-size: auto !important;
  padding: 100px 0;
}
section.home-about .container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
section.home-about .left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-bottom: 70px;
  position: relative;
}
section.home-about .left .image {
  /* height: 630px; */
  display: flex;
  border-radius: 999px;
  overflow: hidden;
}
section.home-about .left .image img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1 / 1.9;
}
.image::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image:hover::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.image {
  position: relative;
  overflow: hidden;
}
section.home-about .left .image.image-2 {
  top: 70px;
}
section.home-about .blurbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 40px;
  gap: 30px;
}
section.home-about .blurbs .item {
  display: flex;
  align-items: center;
  background: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  padding: 20px;
}
section.home-about .blurbs .item .icon {
  position: relative;
  width: 60px;
  height: 60px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
section.home-about .blurbs .item h5 {
  flex: 1;
  font-weight: 600;
  line-height: 1.3em;
}
section.home-about .blurbs .item .icon img {
  position: relative;
}
section.home-about .blurbs .item .icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  background: var(--primary-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}
section.home-about .blurbs .item:hover .icon::before {
  transform: scale(1);
}
.year-experiance {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  align-content: center;
  text-align: center;
  background: var(--accent-color);
  border: 10px solid var(--white-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.year-experiance::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 100%;
  width: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.year-experiance span.number {
  font-size: 46px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 2px;
  display: block;
  line-height: 1;
  z-index: 9;
  position: relative;
}
.year-experiance span.text {
  line-height: 1.4;
  color: var(--white-color);
  margin-bottom: 0;
  display: inline-block;
  z-index: 9;
  position: relative;
}
section.home-about .left:hover .year-experiance::before {
  transform: scale(1);
}
section.home-about .right {
  position: relative;
}
section.home-about .right .bottom-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 50px;
}
section.home-about .right .bottom-area .author {
  display: flex;
  align-items: center;
}
section.home-about .right .bottom-area .author .author-image {
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  width: 60px;
  height: 60px;
}
section.home-about .right .bottom-area .author .author-image img {
  width: 100%;
  object-fit: cover;
}
section.home-about .right .bottom-area .author .author-details {
  flex: 1;
}
section.home-about .right .bottom-area .author .author-details h5 {
  margin: 0;
}
section.our-programs-slide {
  background-position: bottom -40px left -60px !important;
  background-size: auto !important;
  padding: 100px 0;
}
.section-top-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.section-top-area .headline {
  width: 100%;
  max-width: 620px;
}
section.our-programs-slide .item {
  position: relative;
  background-color: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  cursor: pointer;
}
section.our-programs-slide .item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--accent-color);
  border-radius: 500px 500px 0 0;
  height: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
section.our-programs-slide .item:hover::before {
  height: 100%;
  border-radius: 0;
}
section.our-programs-slide .item .icon {
  position: relative;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*! background: var(--accent-color); */
  border-radius: 50%;
  margin-bottom: 60px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
section.our-programs-slide .item:hover .icon {
  background-color: var(--secondary-color);
}
section.our-programs-slide .item .icon img {
  width: 100%;
  /*! max-width: 40px; */
  transition: all 0.5s ease-in-out;
}
section.our-programs-slide .item:hover .icon img {
  /*! filter: brightness(0) invert(0); */
}
section.our-programs-slide .item .title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-weight: 600;
}
section.our-programs-slide .item:hover .title {
  color: var(--white-color);
}
section.our-programs-slide .item .descriptions {
  position: relative;
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
section.our-programs-slide .item:hover .descriptions {
  color: var(--white-color);
}
section.our-programs-slide .item .link {
  position: relative;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: var(--accent-color);
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  gap: 10px;
}
section.our-programs-slide .item:hover .link {
  color: var(--white-color);
}
section.what-we-believe {
  padding: 60px 0 100px 0;
}
section.what-we-believe .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
section.what-we-believe .left {
  /* width: 55%; */
  /* padding-right: 50px; */
}
section.what-we-believe .images {
  display: flex;
  /* width: 45%; */
  position: relative;
  flex-flow: column;
  gap: 30px;
  padding-bottom: 50px;
}
section.what-we-believe .images .image {
  display: flex;
  width: 48%;
  overflow: hidden;
  border-radius: 20px;
}
section.what-we-believe .images .image:last-child {
  position: absolute;
  right: 0;
  width: calc(52% - 30px);
  bottom: -50px;
  height: 95%;
}
section.what-we-believe .images .image img {
  width: 100%;
  object-fit: cover;
}
section.what-we-believe .left .contents {
  margin-bottom: 40px;
}
section.what-we-believe .left .contents ul {
  background: var(--secondary-color);
  border-radius: 20px;
  padding: 30px;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 30px;
}
section.what-we-believe .left .contents ul li {
  background-image: url(/wp-content/uploads/2025/08/arrow-accent-secondary.svg);
  background-repeat: no-repeat;
  background-position: left top 1px;
  background-size: 20px auto;
  line-height: 1.5em;
  padding-left: 30px;
}
.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.project-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.project-item img {
  width: 100%;
  aspect-ratio: 1 / 1.24;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.project-item .thumbnail {
  display: flex;
}
.project-item:hover img {
  transform: scale(1.1);
}
.project-item .content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0 30px 30px;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  color: var(--white-color);
}
.project-item:hover .content {
  transform: translateY(0);
}
.project-item .content h5 {
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 15px;
}
.project-item .content .excerpt {
  color: var(--white-color);
  opacity: 80%;
  margin-bottom: 0;
}
.project-item .content .read-more {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: var(--accent-color);
  padding-right: 30px;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  gap: 10px;
}
.project-item:hover .content .read-more {
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
}
.project-item .thumbnail::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient( 180deg, rgba(0, 0, 0, 0.37) 45.62%, rgba(7, 23, 20, 0.87) 76.07% );
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
section.our-projects {
  padding: 100px 0;
  background: var(--primary-color);
}
section.our-projects.all-projects {
  background: transparent;
}
section.our-projects .section-top-area .headline {
  color: var(--white-color);
}
section.our-projects .bottom-text {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  color: var(--white-color);
  align-items: center;
}
section.our-projects .bottom-text div {
  display: inline;
  font-family: var(--accent-font);
  font-weight: 600;
  background: var(--accent-color);
  padding: 3px 10px;
  border-radius: 100px;
  margin-right: 10px;
}
section.our-projects .bottom-text a {
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--accent-color);
  transition: all 0.3s ease-in-out;
}
section.home-resources {
  padding: 60px 0;
}
section.home-resources .main-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
section.home-resources .main-area .left {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
section.home-resources .main-area .left .image-1 {
  width: 100%;
}
section.home-resources .main-area .left .image-2 {
  width: 100%;
  max-width: 310px;
  margin-left: -111px;
  margin-top: 50px;
}
section.home-resources .main-area .left .image {
  display: flex;
  border-radius: 20px;
}
section.home-resources .main-area .left .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 1 / 1.399;
}
section.home-resources .main-area .left .image-2 .image {
  border: 4px solid var(--white-color);
  border-radius: 24px;
}
section.home-resources .main-area .left .experience-circle {
  position: relative;
  display: inline-block;
  border: 4px solid var(--white-color);
  border-radius: 50%;
  margin-left: 40px;
  margin-top: -80px;
  z-index: 1;
  display: inline-flex;
}
section.home-resources .main-area .left .experience-circle svg {
  width: 100%;
  border-radius: 50%;
  animation: infiniterotate 20s infinite linear;
}
@keyframes infiniterotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
section.home-resources .blurbs {
  margin-top: 50px;
}
section.home-resources .blurbs .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
section.home-resources .blurbs .item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
section.home-resources .blurbs .item .icon {
  position: relative;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  border-radius: 50%;
  margin-right: 20px;
}
section.home-resources .blurbs .item .right {
  flex: 1;
}
section.home-resources .blurbs .item .right h5 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.1em;
}
section.news-media {
  padding: 100px 0;
}
section.news-media .latest-news {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
section.news-media .latest-news .post-item:first-child {
  grid-row: span 2 / span 2;
}
section.news-media .latest-news .post-item:not(:first-child) {
  display: flex;
  flex-wrap: wrap;
}
section.news-media .latest-news .post-item:not(:first-child) .thumbnail {
  width: 47%;
}
section.news-media .latest-news .post-item:not(:first-child) .content {
  width: 53%;
}
section.news-media .latest-news .post-item .content {
  align-content: center;
  padding: 30px;
}
section.news-media .latest-news .post-item .content h5 {
  line-height: 1.3em;
  margin-bottom: 15px;
}
section.news-media .latest-news .post-item .content .excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 20px;
}
section.news-media .latest-news .post-item .thumbnail img {
  width: 100%;
  transition: all 0.3s ease-in;
  object-fit: cover;
}
section.news-media .latest-news .post-item:hover .thumbnail img {
  transform: scale(1.1);
}
section.news-media .latest-news .post-item {
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
section.news-media .latest-news .post-item .thumbnail {
  display: flex;
}
section.news-media .latest-news .post-item:first-child .thumbnail img {
  aspect-ratio: 1 / 0.557;
}
section.news-media .latest-news .post-item .content .read-more {
  display: inline-flex;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: var(--accent-color);
  padding-right: 30px;
  transition: all 0.4s ease-in-out;
  gap: 10px;
  text-decoration: none;
}
.link-whole-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.tickers {
  display: flex;
  gap: 20px;
}
section.ticker-wrapper {
  background: var(--accent-color);
  padding: 12px 0;
}
.tickers .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tickers .item h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: var(--white-color);
  width: max-content;
}
.programmes-slide .owl-dots {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.programmes-slide .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  background: var(--divider-color);
  opacity: 1;
  margin: 0 2px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.programmes-slide .owl-dots .owl-dot.active {
  width: 24px;
  background-color: var(--accent-color);
}
section.inner-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 340px 0 10px;
  text-align: center;
  color: #fff;
}
section.inner-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient( 360deg, rgba(3, 34, 27, 0.33) 74.01%, rgb(3, 34, 27) 100% ), linear-gradient( 270deg, rgba(3, 34, 27, 0.37) 25.1%, rgba(3, 34, 27, 0.516) 41.43%, rgba(3, 34, 27, 0.74) 58.93% );
  width: 100%;
  height: 100%;
}
section.inner-hero .container {
  position: relative;
  z-index: 2;
}
section.inner-hero .headline {
  margin: 0;
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 10px;
}
section.inner-hero .breadcrumb {
  font-size: 16px;
  text-transform: capitalize;
}
section.inner-hero .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.filter-blogs-content .post-item {
  border: 2px solid var(--divider-color);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.filter-blogs-content .post-item .thumbnail {
  display: flex;
}
.filter-blogs-content .post-item .content {
  align-content: center;
  padding: 30px;
}
.filter-blogs-content .post-item .thumbnail img {
  width: 100%;
  transition: all 0.3s ease-in;
  object-fit: cover;
  aspect-ratio: 1 / 0.557;
}
.filter-blogs-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
section.blogs-grid {
  padding: 100px 0;
}
.filter-blogs-content .post-item:hover .thumbnail img {
  transform: scale(1.1);
}
.filter-blogs-content .post-item .content h5 {
  line-height: 1.3em;
  margin-bottom: 15px;
}
.filter-blogs-content .post-item .content .excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  margin-bottom: 20px;
}
.filter-blogs-content .post-item .content .read-more {
  display: inline-flex;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: var(--accent-color);
  padding-right: 30px;
  transition: all 0.4s ease-in-out;
  gap: 10px;
  text-decoration: none;
}
.filter-blogs-content .blog-pagination {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.filter-blogs-content .blog-pagination .page-numbers {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-weight: 700;
  line-height: 1em;
  transition: all 0.3s ease-in-out;
}
.filter-blogs-content .blog-pagination .page-numbers.current,
.filter-blogs-content .blog-pagination .page-numbers:hover {
  background: var(--accent-color);
  color: #fff;
}
section.inner-hero .meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.inner-hero .meta div {
  display: flex;
  align-items: center;
  gap: 5px;
}
section.contents-wrapper {
  padding: 100px 0;
}
section.contents-wrapper .top-area {
  margin-bottom: 50px;
}
section.contents-wrapper .featured-image {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}
section.contents-wrapper .featured-image img {
  aspect-ratio: 1 / 0.5;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
section.contents-wrapper .contents-wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 50px;
}
section.contents-wrapper .bottom-area {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  justify-content: space-between;
}
section.contents-wrapper .bottom-area .single-blog-tags {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
section.contents-wrapper .bottom-area .single-blog-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
section.contents-wrapper .bottom-area .single-blog-tags p {
  margin: 0;
}
section.contents-wrapper .bottom-area .social-share {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.contents-wrapper .bottom-area .social-share a {
  background: var(--accent-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
section.contents-wrapper .bottom-area .social-share a:hover {
  background-color: #000;
}
section.about-our-approach {
  padding: 100px 0;
  background-position: left bottom !important;
}
section.about-our-approach .container {
  display: flex;
}
section.about-our-approach .container .left {
  width: 50%;
  margin-right: 50px;
}
section.about-our-approach .container .right {
  width: 50%;
}
section.about-our-approach .left .descriptions {
  margin-bottom: 40px;
}
section.about-our-approach .tabs-nav li {
  width: 33.33%;
}
section.about-our-approach .tabs-nav li:last-child a.nav {
  border-right: none !important;
}
section.about-our-approach ul.tabs-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--white-color);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  border: none;
  overflow: hidden;
  margin-bottom: 40px;
}
section.about-our-approach li:last-child a {
  border-right: none;
}
section.about-our-approach .tabs-nav a.tab {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  text-transform: capitalize;
  color: #03221b;
  background: transparent;
  border: none;
  border-right: 1px solid #03221b1a;
  padding: 30px;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
  z-index: 1;
  align-items: center;
  text-align: center;
}
section.about-our-approach a.tab::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #007e74;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}
section.about-our-approach li:hover a.tab::before,
section.about-our-approach li.tab-active a.tab::before {
  transform: translateY(0);
  opacity: 1;
}
section.about-our-approach li:hover a.tab,
section.about-our-approach li.tab-active a.tab {
  color: #fff;
}
section.about-our-approach .tab .icon {
  background: #007e74;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  padding: 10px;
}
section.about-our-approach li:hover .tab .icon,
section.about-our-approach li.tab-active .tab .icon {
  background: #fff;
}
section.about-our-approach li:hover .tab .icon img,
section.about-our-approach li.tab-active .tab .icon img {
  filter: brightness(0) invert(0);
}
ul:not(.tabs-nav, .menu, .select2-results__options, .sub-menu) {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul:not(.tabs-nav, .menu, .select2-results__options, .sub-menu) li {
  position: relative;
  line-height: 1.5em;
  text-transform: capitalize;
  background: url(/wp-content/uploads/2025/08/arrow-accent-secondary.svg)
    no-repeat;
  background-position: left top;
  background-size: 20px auto;
  padding-left: 30px;
  margin-bottom: 15px;
}
img {
  /*border-radius: 20px;*/
}
img.alignright {
  margin: 0;
}
section.about-ecofriendly-solutions {
  padding: 60px 0 100px 0;
}
section.about-ecofriendly-solutions .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
section.about-ecofriendly-solutions ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
section.about-ecofriendly-solutions .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
section.about-ecofriendly-solutions .right .left {
  display: grid;
  gap: 20px;
}
section.about-ecofriendly-solutions .right img {
  width: 100%;
}
section.about-ecofriendly-solutions .right .support {
  position: relative;
  background: var(--accent-color);
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
}
section.about-ecofriendly-solutions .right .support h3 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}
section.about-ecofriendly-solutions .right .support .link {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 10px;
  line-height: 1.6;
}
section.about-ecofriendly-solutions .right .support .link .icon {
  background: var(--white-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  padding: 10px;
}
section.about-ecofriendly-solutions .right .image {
  display: flex;
}
section.about-ecofriendly-solutions .right .left .image img {
  aspect-ratio: 1 / 0.682;
}
section.about-ecofriendly-solutions .right .image-2 img {
  aspect-ratio: 1 / 1.365;
	object-fit: cover;
}
section.about-our-facts {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center -6.80625px;
  overflow: initial;
}
section.about-our-facts .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: relative;
}
section.about-our-facts .right-image {
  display: flex;
  margin-top: -30px;
}
section.about-our-facts::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(3, 34, 27, 0) -31.52%,
    rgba(3, 34, 27, 0.96) 45.81%
  );
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.about-our-facts .left {
  display: flex;
  align-items: center;
  color: #fff;
}
section.about-our-facts .left .headline {
  color: #fff;
}
section.about-our-facts .left ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--dark-divider-color);
}
section.about-our-facts .left .facts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 60px;
}
section.about-our-facts .left .facts h5 {
  color: #fff;
  margin: 10px 0;
  font-size: 46px;
}
section.about-our-facts .left .facts .item {
  position: relative;
}
section.about-our-facts .left .facts .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  background: var(--dark-divider-color);
  width: 1px;
  height: 100%;
}
section.about-our-facts .left .facts .item:last-child::after {
  opacity: 0;
}

section.about-our-team {
  padding: 30px 0;
}
section.about-our-team .our-team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.our-team .team-item {
  /*! border: 1px solid var(--divider-color); */
  border-radius: 20px;
  overflow: hidden;
}
.our-team .team-item .thumbnail {
  position: relative;
  overflow: hidden;
  display: flex;
}
.our-team .team-item .thumbnail img {
  width: 100%;
  aspect-ratio: 1 / 1.093;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.our-team .team-item:hover .thumbnail img {
  /*! transform: scale(1.1); */
}
.our-team .team-item .thumbnail .social-links {
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.our-team .team-item .thumbnail .social-links a {
  width: 40px;
  height: 40px;
  color: var(--white-color);
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.our-team .team-item:hover .thumbnail .social-links {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.our-team .team-item .content {
  position: relative;
  text-align: center;
  padding: 20px;
  overflow: hidden;
}
.our-team .team-item .content::before {
  /*! content: ''; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--accent-color);
  height: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.our-team .team-item:hover .content::before {
  height: 100%;
}
.our-team .team-item .content h5 {
  text-transform: capitalize;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}
.our-team .team-item .content p {
  position: relative;
  text-transform: capitalize;
  margin: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.our-team .team-item:hover .content p {
  /*! color: var(--white-color); */
}
.our-team .team-item:hover .content h5 {
  /*! color: var(--white-color); */
}
section.our-future {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  padding: 100px 0;
}
section.our-future .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.feature-images {
  position: relative;
  display: flex;
  margin-left: 15px;
}
.feature-image-1 {
  position: relative;
  width: 100%;
  max-width: 330px;
  margin-right: -137px;
  z-index: 1;
}
.feature-image-2 {
  width: 100%;
  padding-top: 100px;
}
.feature-image-1 figure,
.feature-image-2 figure {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.feature-image-1 img,
.feature-image-2 img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.feature-image-1 img {
  aspect-ratio: 1 / 1.02;
}
.feature-image-2 img {
  aspect-ratio: 1 / 1.169;
}
.feature-experience-circle {
  position: absolute;
  left: 25px;
  bottom: 50px;
  width: 140px;
  height: 140px;
  display: flex;
  z-index: 2;
}
.feature-experience-circle img {
  border-radius: 50%;
  animation: infiniterotate 20s infinite linear;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.our-future .blurb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 40px 0;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 40px;
}
section.our-future .blurb .icon {
  position: relative;
  width: 70px;
  height: 70px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
section.our-future .blurb h5 {
  margin-bottom: 10px;
}
section.our-future ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

section.our-testimonials {
  background-image: url(/wp-content/uploads/2025/08/testimonials-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.dark-section {
  background: var(--primary-color);
}
section.our-testimonials .middle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.our-testimonials .middle .left-image {
  width: 40%;
  display: flex;
}
section.our-testimonials .middle .left-image img {
  width: 100%;
}
section.our-testimonials .middle .testimonials-slider {
  width: 60%;
  padding-left: 50px;
}
.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}
.testimonial-item {
  position: relative;
}
.testimonial-item .review-contents {
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
}
.testimonial-item .author {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: capitalize;
}
.testimonial-item .author .author-pic {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-item .author .author-pic img {
  width: 100%;
  object-fit: cover;
}
.testimonial-item .author .author-name {
  margin: 0;
  color: #fff;
}
section.our-testimonials .bottom {
  border-top: 1px solid var(--dark-divider-color);
  margin-top: 80px;
  padding-top: 80px;
}
section.our-testimonials .review-box {
  display: flex;
  color: #fff;
}
section.our-testimonials .review-box .review-image {
  border-right: 1px solid var(--dark-divider-color);
  margin-right: 25px;
  padding-right: 25px;
}
section.our-testimonials .review-box .review-image.image {
  border-right: 1px solid var(--dark-divider-color);
  margin-right: 25px;
  padding-right: 25px;
}
section.our-testimonials .headline {
  color: #fff;
}
.testimonials-slider .owl-dots {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  bottom: 0;
}
.testimonials-slider .owl-dots button.owl-dot {
  height: 8px;
  width: 8px;
  background: var(--dark-divider-color);
  border-radius: 100px;
  opacity: 1;
  margin: 0 3px;
  transition: all 0.4s ease-in-out;
}
.testimonials-slider .owl-dots button.owl-dot.active {
  background: var(--white-color);
  width: 26px;
  border-radius: 100px;
}
.logos-slider .owl-dots {
  display: none;
}

section.our-faqs {
  padding: 100px 0;
}
section.our-faqs .container.middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
section.our-faqs .left-image {
  position: relative;
  display: flex;
  border-radius: 20px;
}
section.our-faqs .left-image .review {
  position: absolute;
  bottom: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
}
section.our-faqs .left-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 34, 27, 0) 52.02%,
    rgba(3, 34, 27, 0.8) 100%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.our-faqs .left-image img {
  width: 100%;
}
.faq-item {
  position: relative;
  background: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
  background: transparent;
  padding: 18px 20px;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.faq-item .faq-question .icon {
  width: 20px;
  height: 20px;
  color: var(--white-color);
  background-color: var(--accent-color);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.faq-item .faq-answers {
  background: transparent;
  border-top: 1px solid var(--divider-color);
  padding: 18px 50px 18px 20px;
  display: none;
}
.faq-item .faq-question.active .icon {
  transform: rotate(90deg);
}

footer.site-footer {
  position: relative;
  background: url(/wp-content/uploads/2025/08/footer-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0px 0px;
  overflow: hidden;
}
.footer-contact-item-content {
  width: calc(100% - 80px);
}
.footer-contact-item-content p {
  color: #fff;
}
footer.site-footer::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
  opacity: 97%;
}
footer.site-footer .bottom-footer {
  position: relative;
  border-top: 1px solid var(--dark-divider-color);
  padding: 50px 0;
  margin-top: 60px;
  z-index: 1;
}
footer.site-footer .bottom-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
footer.site-footer .bottom-footer a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer .top-footer {
  position: relative;
}
footer.site-footer .top-brand-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
footer.site-footer .top-footer .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 60px;
  padding-bottom: 60px;
  justify-content: space-between;
}
footer.site-footer .top-footer .top .footer-logo {
  width: 177px;
  display: flex;
}
footer.site-footer .top-footer .top .footer-contact {
  width: 80%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  gap: 20px 40px;
}
footer.site-footer .top-footer .top .footer-contact > div {
  display: flex;
  align-items: center;
}
footer.site-footer .top-footer .top .footer-contact .icon {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
footer.site-footer .top-footer .top .footer-contact a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer .top-footer .top .footer-contact h5 {
  color: #fff;
  margin: 0;
}
footer.site-footer .top-footer .middle-area {
  display: flex;
  justify-content: space-between;
  color: #fff;
  gap: 30px;
}
footer.site-footer .top-footer .middle-area .title {
  color: #fff;
}
footer.site-footer .top-footer .middle-area .social-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer.site-footer .top-footer .middle-area .social-links a {
  background: var(--accent-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
footer.site-footer .top-footer .middle-area .social-links a:hover {
   /*! background-color: #fff; */
}
footer.site-footer .top-footer .middle-area .foo-desc {
  width: 100%;
  max-width: 340px;
}
footer.site-footer .top-footer .middle-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer.site-footer .top-footer .middle-area ul a {
  color: var(--white-color);
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}
footer.site-footer .top-footer .middle-area .item {
  width: 20%;
}
footer.site-footer .top-footer .middle-area .item.first,
footer.site-footer .top-footer .middle-area .item.newsletter {
  width: 30%;
}
footer.site-footer .newsletter-form .frm_fields_container {
  display: flex;
  gap: 0;
  align-items: center;
}
footer.site-footer .newsletter-form .frm_fields_container .frm_form_field {
  margin: 0;
  flex: 1;
}
footer.site-footer .newsletter-form .frm_fields_container .frm_submit {
  display: flex;
}
footer.site-footer
  .newsletter-form
  .frm_fields_container
  .frm_submit
  button.frm_button_submit {
  background-color: var(--accent-color);
  color: var(--primary-color);
  border-radius: 0 10px 10px 0;
  padding: 0 12px;
  line-height: 1em;
  display: inline-block;
  box-shadow: none !important;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  height: 60px;
}
footer.site-footer
  .newsletter-form
  .frm_fields_container
  .frm_form_field:has(.frm_submit) {
  width: auto;
  flex: none;
}
footer.site-footer
  .newsletter-form
  .frm_fields_container
  .frm_form_field
  input {
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  color: var(--white-color) !important;
  background-color: transparent !important;
  border: 1px solid var(--dark-divider-color) !important;
  border-right: none;
  border-radius: 10px 0 0 10px;
  outline: none !important;
  box-shadow: none !important;
}
section.contact-section {
  padding: 100px 0 0;
}
section.contact-section .top-information {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 100px;
}
section.contact-section .top-information .card {
  position: relative;
  background-color: var(--secondary-color);
  border-radius: 20px;
  height: 100%;
  padding: 30px;
  overflow: hidden;
}
section.contact-section .top-information .card::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--accent-color);
  border-radius: 500px 500px 0 0;
  height: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
section.contact-section .top-information .card:hover::before {
  height: 100%;
  border-radius: 0;
}
section.contact-section .top-information .card * {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in;
  color: #000;
  text-decoration: none;
}
section.contact-section .top-information .card .icon {
  height: 50px;
  width: 50px;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
section.contact-section .top-information .card:hover .icon {
  background: var(--white-color);
}
section.contact-section .top-information .card:hover .icon img {
  filter: brightness(0) invert(0);
}
section.contact-section .top-information .card.icon img {
  width: 100%;
  max-width: 28px;
  transition: all 0.5s ease-in-out;
}
section.contact-section .top-information .card:hover * {
  color: #fff;
}
section.contact-section .contact-us {
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
}
section.contact-section .contact-us .right {
  padding: 20px 60px;
  background-color: var(--secondary-color);
  height: 100%;
  display: flex;
  align-items: center;
}
section.contact-section .contact-us .left {
  display: flex;
}
section.contact-section .contact-us .left img {
  width: 100%;
	object-fit: cover;
}
section.contact-section .map {
  display: flex;
}
section.contact-section .contact-us .right input,
section.contact-section .contact-us .right textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--text-color);
  background: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 10px;
  padding: 17px 20px;
  box-shadow: none;
  outline: none;
}
section.contact-section .contact-us .right button.frm_button_submit {
  position: relative;
  display: inline-block;
  background: var(--accent-color);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  color: var(--white-color);
  border: none;
  padding: 17px 20px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 0;
  margin: 0;
}
section.contact-section .contact-us .right button.frm_button_submit:hover {
  background-color: #000;
}
section.single-project {
  overflow: hidden;
}
section.single-project .left {
  width: 385px;
  position: sticky;
  /*! top: 150px; */
  float: left;
}
section.single-project .right {
  width: calc(100% - 385px);
  margin-left: auto;
  padding-left: 50px;
  overflow: hidden;
}
section.single-project .left .project-info {
  background: var(--secondary-color);
  border-radius: 20px;
  margin-bottom: 60px;
  overflow: hidden;
}
section.single-project .left .project-info .head {
  font-size: 22px;
  color: var(--white-color);
  text-transform: capitalize;
  background-color: var(--primary-color);
  padding: 30px;
  font-weight: 600;
}
section.single-project .left .project-info .body {
  padding: 30px;
}
section.single-project .left .project-info .body .info-item {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section.single-project .left .project-info .body .info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: navajowhite;
}
section.single-project .left .project-info .body .info-item span.value {
  width: 65%;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}
.sidebar-cta-box {
  position: relative;
  background: url(/wp-content/uploads/2025/08/sidebar-cta-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  border-radius: 20px;
  padding: 65px 50px;
  overflow: hidden;
}
.sidebar-cta-box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
  opacity: 80%;
  width: 100%;
  height: 100%;
}
.sidebar-cta-content,
.sidebar-cta-contact {
  position: relative;
  z-index: 1;
}
.sidebar-cta-content {
  margin-bottom: 30px;
}
.sidebar-cta-content img {
  width: 100%;
  max-width: 176px;
  margin-bottom: 40px;
}
.sidebar-cta-content h3 {
  font-size: 22px;
  color: var(--white-color);
}
.sidebar-cta-contact li {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sidebar-cta-contact li:last-child {
  margin-bottom: 0;
}
.sidebar-cta-contact li a {
  position: relative;
  color: var(--white-color);
  line-height: normal;
  border: 1px solid var(--dark-divider-color);
  border-radius: 10px;
  padding: 9px 24px;
  overflow: hidden;
  text-decoration: none;
}
.sidebar-cta-contact li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--accent-color);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.sidebar-cta-contact li a:hover::before {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}
section.resources-grid .resources-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
/* section.dlp-category-post {
  padding: 100px 0;
} */
section.dlp-category-post nav.navigation.posts-navigation {
  margin-top: 50px;
}
section.dlp-category-post nav.navigation.posts-navigation a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  header.site-header .right {
    width: auto;
  }
}
@media screen and (min-width: 1181px) {
  .mobile-menu-wrap {
    display: none !important;
  }
}
@media screen and (max-width: 1180px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 40px;
  }
  .tagline {
    background-size: 22px auto;
    background-position: left center;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .tickers .item h2 {
    font-size: 37px;
  }
  .section-top-area {
    margin-bottom: 50px;
  }
  section.home-resources .main-area .left .image-2 {
    margin-top: 0;
  }
  section.home-about,
  section.our-programs-slide,
  section.what-we-believe,
  section.our-projects,
  section.home-resources,
  section.news-media {
    padding: 70px 0;
  }
  section.home-about .blurbs .item h5 {
    font-size: 20px;
  }
  section.home-about .blurbs .item .icon {
    width: 50px;
    height: 50px;
  }
  section.home-about .blurbs .item {
    padding: 10px;
  }
  section.home-about .blurbs {
    gap: 10px;
  }
  header.site-header .menu-wrapper {
    display: none;
  }
  header.site-header .right {
    width: auto;
    gap: 15px;
  }
  button.mobile-menu-trigger {
    display: flex;
  }
  header.site-header .button {
    padding: 14px 20px;
    font-size: 15px;
    gap: 10px;
  }
  header.site-header {
    padding: 20px 0;
  }
  section.about-our-approach .container {
    gap: 20px;
  }
  section.about-our-approach .tabs-nav a.tab {
    font-size: 20px;
    padding: 20px 10px;
  }
  section.about-our-approach ul.tabs-nav {
    margin-bottom: 20px;
  }
  section.about-ecofriendly-solutions .right .support h3 {
    font-size: 30px;
  }
  section.about-our-facts .left ul {
    margin-bottom: 20px;
    padding-bottom: 20px;
    grid-template-columns: 1fr;
  }
  section.about-our-facts .left .facts h5 {
    font-size: 30px;
  }
  section.about-our-facts .left .facts {
    gap: 30px 30px;
  }
  section.about-our-facts .left .facts .item::after {
    right: -15px;
  }
  section.contact-section .contact-us .right {
    padding: 20px;
  }
  section.single-project .left .project-info .body .info-item {
    font-size: 16px;
  }
  section.single-project .left .project-info .body {
    padding: 30px 10px;
  }
  section.single-project .left .project-info .body .info-item span.value {
    width: 70%;
  }
  section.single-project .left {
    width: 320px;
  }
  section.single-project .right {
    width: calc(100% - 320px);
    padding-left: 30px;
  }
  section.contents-wrapper {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1023px) {
  section.single-project .left {
    width: 100%;
    position: relative;
    top: 0;
  }
  .sidebar-cta-box {
    display: none;
  }
  section.single-project .right {
    width: 100%;
    padding: 0;
  }
  section.single-project .left .project-info {
    margin-bottom: 30px;
  }
  section.contents-wrapper .top-area {
    margin-bottom: 0;
  }
  section.contact-section {
    padding-top: 70px;
  }
  section.contact-section .top-information {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 70px;
  }
  section.contact-section .contact-us {
    grid-template-columns: 1fr;
    margin-bottom: 70px;
  }
  footer.site-footer {
    padding: 70px 0px 0px;
  }
  footer.site-footer .top-brand-logo {
    margin-bottom: 50px;
  }
  footer.site-footer .top-footer .top {
    justify-content: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  footer.site-footer .top-footer .top .footer-logo {
    margin-bottom: 40px;
    width: 250px;
  }
  footer.site-footer .top-footer .middle-area {
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 -10px;
  }
  footer.site-footer .top-footer .middle-area .item.first,
  footer.site-footer .top-footer .middle-area .item.newsletter,
  footer.site-footer .top-footer .middle-area .item {
    width: 50%;
    padding: 0 10px;
  }
  footer.site-footer .bottom-footer {
    padding: 30px 0;
    margin-top: 30px;
  }
  section.about-our-facts .container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  section.about-our-facts .left {
    padding: 70px 0;
  }
  section.about-our-facts .right-image {
    justify-content: center;
    margin: 0;
  }
  section.about-our-facts .right-image img {
    width: 100%;
    max-width: 300px;
  }
  section.home-about,
  section.our-programs-slide,
  section.what-we-believe,
  section.our-projects,
  section.home-resources,
  section.news-media {
    padding: 50px 0;
  }
  section.home-about .container {
    grid-template-columns: 1fr;
  }
  section.home-about .left {
    padding-bottom: 40px;
  }
  section.home-about .left .image.image-2 {
    top: 40px;
  }
  section.home-about .left .image {
    border-radius: 99px;
  }
  .section-top-area .headline {
    max-width: 500px;
  }
  .tickers .item h2 {
    font-size: 28px;
  }
  section.what-we-believe .container {
    grid-template-columns: 1fr;
  }
  section.what-we-believe .images .image:last-child {
    bottom: 0;
  }
  .projects-grid {
    grid-template-columns: 1fr 1fr;
  }
  section.home-resources .main-area {
    grid-template-columns: 1fr;
  }
  section.home-resources .blurbs .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  section.news-media .latest-news {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.home-hero {
    padding: 220px 0 100px;
  }
  section.inner-hero {
    padding: 230px 0px 5px;
  }
  section.blogs-grid {
    padding: 70px 0;
  }
  .filter-blogs-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.about-our-approach .container {
    flex-wrap: wrap;
    gap: 40px;
  }
  section.about-our-approach .container .left,
  section.about-our-approach .container .right {
    width: 100%;
  }
  section.about-our-approach {
    padding: 70px 0;
  }
  section.about-ecofriendly-solutions {
    padding: 70px 0;
  }
  section.about-ecofriendly-solutions .container {
    grid-template-columns: 1fr;
  }
  section.about-our-team .our-team {
    grid-template-columns: 1fr 1fr;
  }
  section.about-our-team {
    padding: 70px 0;
  }
  section.our-future .container {
    grid-template-columns: 1fr;
  }
  section.our-future {
    padding: 70px 0;
  }
  section.our-testimonials .review-box {
    margin: 20px 0;
  }
  section.our-testimonials .middle {
    flex-wrap: wrap;
    gap: 30px;
  }
  section.our-testimonials .middle .left-image,
  section.our-testimonials .middle .testimonials-slider {
    width: 100%;
    padding: 0;
  }
  section.our-testimonials .bottom {
    margin-top: 50px;
    padding-top: 50px;
  }
  section.our-testimonials {
    padding: 70px 0;
  }
  section.our-faqs {
    padding: 70px 0;
  }
  section.our-faqs .container.middle {
    grid-template-columns: 1fr;
  }
  section.resources-grid .resources-wrap {
    grid-template-columns: 1fr 1fr;
  }
  section.contents-wrapper {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  section.single-project .left .project-info .head {
    padding: 12px 20px;
  }
  section.contents-wrapper .bottom-area {
    flex-wrap: wrap;
    gap: 20px;
  }
  section.contents-wrapper {
    padding: 50px 0;
  }
  section.resources-grid .resources-wrap {
    grid-template-columns: 1fr;
  }
  section.contact-section {
    padding-top: 50px;
  }
  section.contact-section .top-information {
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }
  section.contact-section .contact-us .right {
    padding: 40px 0 0;
    background-color: #fff;
  }
  section.contact-section .contact-us {
    margin-bottom: 20px;
  }
	section.contact-section .contact-us .right .inner{
    	width:100%
  	}
  section.contact-section .map iframe {
    height: 500px;
  }
  footer.site-footer {
    padding: 50px 0px 0px;
  }
  footer.site-footer .top-brand-logo {
    margin-bottom: 40px;
  }
  footer.site-footer .top-footer .top .footer-logo {
    width: 200px;
  }
  footer.site-footer .top-footer .top .footer-contact {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer.site-footer .top-footer .middle-area .item.first,
  footer.site-footer .top-footer .middle-area .item.newsletter,
  footer.site-footer .top-footer .middle-area .item {
    width: 100%;
  }
  footer.site-footer .top-footer .middle-area {
    gap: 40px 0;
  }
  footer.site-footer .top-footer .top {
    justify-content: flex-start;
  }
  footer.site-footer .top-footer .top {
    justify-content: flex-start;
  }
  footer.site-footer .bottom-footer .container {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  footer.site-footer .bottom-footer {
    padding: 20px 0;
  }
  section.our-testimonials .review-box .review-image img {
    width: 100px;
  }
  section.our-testimonials .review-box .review-image {
    margin-right: 15px;
    padding-right: 15px;
  }
  section.our-testimonials {
    padding: 50px 0;
  }
  .testimonial-item .review-contents {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  section.our-testimonials .bottom {
    margin-top: 30px;
    padding-top: 30px;
  }
  section.our-faqs {
    padding: 50px 0;
  }
  .faq-item .faq-question {
    font-size: 20px;
  }
  .faq-item {
    margin-bottom: 10px;
  }
  section.our-future {
    padding: 50px 0;
  }
  section.our-future .blurb {
    grid-template-columns: 1fr;
    margin: 20px 0;
    padding-bottom: 20px;
  }
  section.our-future ul {
    grid-template-columns: 1fr;
  }
  .feature-images {
    margin: 0;
  }
  section.about-our-team .our-team {
    grid-template-columns: 1fr 1fr;
  }
  section.about-our-team {
    padding: 50px 0;
  }
  section.about-our-facts .left {
    padding: 50px 0;
  }
  section.about-ecofriendly-solutions {
    padding: 50px 0;
  }
  section.about-ecofriendly-solutions ul {
    grid-template-columns: 1fr;
  }
  section.about-ecofriendly-solutions .right {
    grid-template-columns: 1fr;
  }
  section.about-ecofriendly-solutions .container {
    gap: 30px;
  }
  section.about-our-approach {
    padding: 50px 0;
  }
  section.about-our-approach .tabs-nav a.tab {
    font-size: 16px;
    padding: 15px 5px;
    gap: 10px;
  }
  section.about-our-approach .tab .icon {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  section.home-hero {
    padding: 180px 0 90px;
  }
  section.home-hero .headline {
    margin-bottom: 16px;
  }
  section.home-hero .contents {
    margin-bottom: 25px;
  }
  .tickers .item h2 {
    font-size: 20px;
  }
  .tickers .item {
    gap: 10px;
  }
  .tickers {
    gap: 10px;
  }
  section.ticker-wrapper {
    padding: 10px 0;
  }
  section.home-about .left {
    gap: 10px;
  }
  section.home-about .blurbs {
    grid-template-columns: 1fr;
  }
  section.home-about .left .image {
    border-radius: 50px;
  }
  section.home-about .container {
    gap: 30px;
  }
  .section-top-area {
    gap: 20px;
    margin-bottom: 30px;
  }
  section.our-programs-slide .item {
    padding: 20px;
  }
  section.our-programs-slide .item .icon {
    margin-bottom: 30px;
  }
  section.our-programs-slide .item .descriptions {
    margin-bottom: 15px;
    padding-bottom: 16px;
  }
  section.what-we-believe .left .contents {
    margin-bottom: 20px;
  }
  section.what-we-believe .images {
    gap: 18px;
    padding-bottom: 20px;
  }
  section.what-we-believe .images .image:last-child {
    width: calc(52% - 20px);
    height: 80%;
  }
  section.what-we-believe .container {
    gap: 40px;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .project-item img {
    aspect-ratio: 1 / 1.02;
  }
  .project-item .content {
    padding: 0 12px 16px;
  }
  section.our-projects .bottom-text {
    flex-wrap: wrap;
    text-align: center;
    margin-top: 30px;
  }
  section.home-resources .main-area .left .experience-circle svg {
    width: 90px;
  }
  section.home-resources .main-area .left .experience-circle {
    height: 90px;
    width: 90px;
    align-items: center;
  }
  section.home-resources .main-area .left .image img {
    aspect-ratio: 1 / 1.09;
  }
  section.home-resources .main-area .left .image-2 {
    max-width: 180px;
    margin-left: -80px;
  }
  section.home-resources .main-area .left .image-1 .image img {
    aspect-ratio: 1 / 1.3;
  }
  section.home-resources .blurbs {
    margin-top: 40px;
  }
  section.news-media .latest-news .post-item:not(:first-child) .thumbnail {
    width: 100%;
  }
  section.news-media .latest-news .post-item:not(:first-child) .content {
    width: 100%;
  }
  section.news-media .latest-news .post-item .content {
    padding: 20px;
  }
  header.site-header .right .button {
    display: none;
  }
  .programmes-slide .owl-dots {
    margin-top: 20px;
  }
  section.blogs-grid {
    padding: 50px 0;
  }
  .filter-blogs-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .filter-blogs-content .blog-pagination {
    gap: 5px;
  }
  .filter-blogs-content .blog-pagination .page-numbers {
    width: 36px;
    height: 36px;
  }
}


/*More*/

.page-id-66 section.about-our-approach .tabs-nav li {
  width: 50%;
}

footer.site-footer .top-brand-logo img {
  max-height: 200px;
}


section.about-our-facts .left .inner {
  padding: 80px 0px;
}

.approach-tab-list-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}

.approach-tab-image, .approach-tab-list {
  width: calc(50% - 15px);
}

.our-programs-slide {
  position: relative;
}

.our-programs-slide .service-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 0;
  pointer-events: none;
  width: 100%;
}

.our-programs-slide .service-navigation .owl-prev,
.our-programs-slide .service-navigation .owl-next {
  pointer-events: auto;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background: none;
  border: 0;
}

/* where the actual arrows sit on left/right */
.our-programs-slide .service-navigation .owl-prev { left: 20px; }
.our-programs-slide .service-navigation .owl-next { right: 20px; display: block;}

.our-programs-slide .service-navigation .owl-next,
.our-programs-slide .service-navigation .owl-prev{
  background-color:var(--accent-color);
}

/*Specific to the Programmes Page*/
.page-id-68 section.home-resources {
  padding-top: 0px;
}

.page-id-68 .page-container > section:nth-child(2 of .what-we-believe) {
background-color: var(--secondary-color);
}

.page-id-68 section.home-resources .main-area .left .experience-circle{
	display:none;
}

.page-id-68 .page-gallery {
  padding-top: 0px;
  margin-top: -100px;
  position: relative;
}

@media (max-width:1024px) {
  
.page-id-68 .page-gallery {
  margin-top: -30px;
}
}

/*Meet Our Team Page*/
.page-id-1227 .inner-hero {
  margin-bottom: 80px;
}

.about-our-team .section-top-area {
  margin-bottom: 40px;
}

.team-hero {
  margin-bottom: 50px;
}

/*Image Gallery css*/
.page-gallery{
	padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a{
	cursor: none;
}

.page-gallery-box .photo-gallery figure{
	display: block;
	border-radius: 20px;
}

.page-gallery-box .photo-gallery img{
	width: 100%;
	aspect-ratio: 1 / 0.83;
	object-fit: cover;
	border-radius: 20px;
}