/* Reset and Base Styles */

:root {
    --font-title:  "Reddit Sans", sans-serif;
    --font-body:  "Reddit Sans", sans-serif;
    --color-primary: #F05323;
    --color-dark: #0D0D0D;
    --color-text: #000000;
}

*,
::after,
::before {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}

body {
    overflow-x: hidden;
      font-family: "Reddit Sans", sans-serif;
       color: #000000;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}

.otgs-development-site-front-end{
       display: none !important;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?1uyvkm');
    src: url('../fonts/icomoon.eot?1uyvkm#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?1uyvkm') format('truetype'),
        url('../fonts/icomoon.woff?1uyvkm') format('woff'),
        url('../fonts/icomoon.svg?1uyvkm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
    content: "\e900";
}

.icon-linkedin:before {
    content: "\e902";
}

.icon-instagram:before {
    content: "\e901";
}

img{
       display: block;
}

/* Typography and Container */

main{
      overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
}

.flex{
       display: flex;
       flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-title);
    color: #1C2416;
}

p {
    font-family: var(--font-body);
    color: #1C2416;
    font-size: 18px;
    line-height: 30px;
}

a:hover{
    cursor: pointer;
}


/* Hero Banner (Swiper) */
.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home-banner  .swiper-container {
    width: 100%;
    height: 100%;
}


.home_swiper .swiper-pagination{
       width: 100%;
       display: flex;
       justify-content: center;
       transform: translateX(0);
} 

.home_swiper .swiper-pagination .swiper-pagination-bullet{
            width: 73px;
            height: 4px;
            border-radius: 0;
            background-color: #fff;
            opacity: 0.3;
}

.home_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}


.home-banner .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}




.home-banner .swiper-slide::after{
       content: "";
       width: 100%;
       height: 100%;
        background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-banner .swiper-slide::before{
      content: "";
       width: 100%;
       height: 100%;
       z-index: 2;
         position: absolute;
    left: 0;
    top: 0;
        z-index: 2;
        background-image: url(../images/banner-bg2.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        opacity: 0.8;
}




.slide-content {
    text-align: center;
    padding: 20px;
    max-width: 80%;
    position: relative;
    z-index: 3;

}

.slide-content h2 {
    font-size:55px;
    line-height: 65px;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
}
.slide-content h2 span{
    color:#C6B38F;
}

.slide-content .btn{
      margin-top: 45px;
}

.home_swiper .swiper-pagination{
     bottom:55px;
}

.slide-content p {
    font-size: 18px;
       font-family: "Montserrat", sans-serif;
       font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    color: #fff;
}

.btn {
    background-color: #e7e7e7;
    color: #000000;
    padding: 10px 40px;
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 18px;
    text-transform: capitalize;
  
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swiper-pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

/* Static Icons */
.scroll_indicator {
  position: absolute;
  -webkit-inset-inline-end: 10%;
  inset-inline-end: 10%;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
.icon_container {
  background: rgb(255 255 255 / 8%);
  border-radius: 22px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  backdrop-filter: blur(1px);
  margin-bottom: 23px;
}
.icon_container img {
  width: 24px;
  height: 24px;
}


.icon_container a:hover img{
filter: brightness(0) saturate(100%) invert(79%) sepia(7%) saturate(1165%) hue-rotate(1deg) brightness(94%) contrast(81%);
}

.scroll_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-orientation: mixed;
  font-family: "Reddit Sans", sans-serif;
  position: relative;
  transform: rotate(270deg);
}
.scroll_text::after {
  content: "";
  position: absolute;
  left: -42px;
  top: 50%;
  height: 1px;
  width: 38px;
  background: white;
}
@media (max-width: 820px) {
  .scroll_indicator {
    -webkit-inset-inline-end: 8%;
   inset-inline-end: 8%;
    bottom: 8%;
  }
}

/* home-about */
.home-about-us {
    padding: 90px 0;
    background-color: #fff;
}

.about-us-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-us-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.about-us-image{
       width: 47%;
}

.about-us-image img {
    width: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.about-us-text {
    width: 53%;
    -webkit-padding-inline-start: 100px;
    padding-inline-start: 100px;
    padding-top: 40px;
    flex: 1;
}

.small-title {
    font-size: 28px;
      font-family: "Montserrat", sans-serif;
    line-height: 44px;
    color: #C6B38F;
    font-weight: bold;
    margin-bottom: 10px;
    -webkit-padding-inline-start: 16px;
    padding-inline-start: 16px;
    position: relative;
}

.small-title::after{
     content: "";
     height: 100%;
     width: 3px;
     background-color: #C6B38F;
     position: absolute;
     -webkit-inset-inline-start: 0;
     inset-inline-start: 0;
     top: 0;
}

.main-title {
    font-size: 38px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #1C2416;
}

.main-title.bold{
     font-weight: bold;
}

.main-title span{
    color: #C6B38F;
}

.about-us-description {
    margin-bottom: 55px;
    color: #555;
}

.about-us-text .btn {
    background-color: #37472C;
    color: #fff;
    text-decoration: none;
}

.about-us-icons {
    display: flex;
    justify-content: space-between;
    margin-top: 110px;
    flex-wrap: wrap;
    gap: 60px;
}

.about-us-icon-content{
      width: calc(100% - 100px);
      -webkit-padding-inline-start: 30px;
      padding-inline-start: 30px;
}

.about-us-icon-content p{
       font-size: 24px;
       font-weight: bold;
       color: #37472C;
       line-height: 28px;
       margin-bottom: 0;
}


.about-us-icon {
    flex: 1 1 20%;
        display: flex;
    align-items: center;
    position: relative;
}

.about-us-icon::after{
    content: "";
      width: 1px;
      height: 60px;
      background-color: #37472C;
      position: absolute;
      -webkit-inset-inline-start: -30px;
      inset-inline-start: -30px;
      top: 0;
      bottom: 0;
      margin: auto;
}

.about-us-icon:first-child::after{
    display: none;
}

.about-us-icon-img{
       width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
background: rgba(149, 153, 130, 0.15);
       -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
       border-radius: 100%;
}

.about-us-icon img {
    width: auto;
      max-width: 100%;
}



/* home-leadership */

.home-leadership {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.leadership-header{
      text-align: center;
}

.leadership-container {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

.leadership-container .main-title{
       margin-bottom: 5px;
}

.leadership-small-title {
    font-size:18px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffffff;
}

.leadership-main-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
}

.leadership-description p {
    color: #ffffff;
}

.leadership-members {
    display: flex;
    flex-wrap: wrap;
       justify-content: space-between;
       margin-top: 50px;
       column-gap: 30px;
}

.leadership-member {
    width: 22%;
    text-align: center;
}

.member-photo {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    border: 4px solid #C6B38F;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.member-info{
        position: relative;
    z-index: 1;
}

.member_icon{
    width: 33px;
    height: 33px;
    background-color: #c6b38f;
    border-radius: 100%;
    position: absolute;
    bottom: 8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 3;
    background-image: url(../images/member-arrow2.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-photo:hover img{
    -webkit-transform: scale(1.1,1.1);
      transform: scale(1.1,1.1);
}

.member-name {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #ffffff;
}

.member-position {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    color: #C6B38F;
}


/* map section  */

.home-why-africa {
    padding: 100px 0;
    overflow: hidden;
    background: #fff;
}

.why-africa-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.why-africa-map {
    width: 40%;
    -webkit-padding-inline-start: 60px;
    padding-inline-start: 60px;
}

.why-africa-map img {
    width: 100%;
    height: auto;
}

.why-africa-content {
    width: 60%;
    -webkit-padding-inline-start: 100px;
    padding-inline-start: 100px;
    padding-top: 45px;
}

.why-africa-content .main-title{
       margin-bottom: 30px;
}

.why-africa-small-title {
    font-size: 1rem;
    color: #334d26;
    margin-bottom: 10px;
    font-weight: bold;
  
}

.why-africa-main-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
 
    color: #000;
}

.why-africa-description {
    margin-bottom: 30px;
    color: #555;

}

.why-africa-content .btn {
    background-color: #334d26;
    color: #fff;
    margin-top: 30px;
}

.btn:hover {
    background-color: #2c3e20;
}

.why-africa-links {
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
    margin-top: 60px;
}

.download-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #C6B38F;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.download-link:hover{
       color: #000;
}

 .download-link:nth-child(2):after{
       content: "";
       background-color: #C6B38F;
       height: 44px;
       width: 3px;
       position: absolute;
        inset-inline-start: -38px;
    top: -6px;
}

.download-link img {
    width: 30px;
    height: 30px;
}

/* home-goldshield-cta */

.goldshield-cta_section{
       padding-bottom: 60px;
}

.goldshield-cta {
    width: 100%;
    min-height: 430px;
    padding: 60px 40px;
    background-image: url(../images/green-bg3.jpg);
    background-size: cover;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

.goldshield-cta-inner{
       width: 100%;
}

.goldshield-cta-inner .btn{
                 margin-top: 20px;
}

.goldshield-cta-inner .btn:hover{
        background-color: #C6B38F;
}

.goldshield-cta-inner .main-title {
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.goldshield-content p {
    color: #fff;
    max-width: 670px;
    margin: 0 auto;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

/* home-news-updates */

.home-news-updates {
    padding: 60px 0 80px;
    background: #fff;
}


.home-news-updates .news-swiper .swiper-wrapper {
    display: flex;
   padding-top: 20px;
}

.home-news-updates .news-swiper .swiper-slide {
    overflow: hidden;

    flex-wrap: wrap;
}

.home-news-updates .news-swiper .news-image{
     height: auto;
}

.home-news-updates .news-swiper .news-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.home-news-updates .news-content {
    padding-top: 20px;
}

.home-news-updates .news-date {
    font-size: 16px;
    color: #1C2416;
    display: block;
    margin-bottom: 10px;
}

.home-news-updates .news-heading {
    font-size: 22px;
    line-height: 32px;
    color: #1C2416;
    font-weight: bold;
    margin-bottom: 10px;
}

.home-news-updates .news-excerpt {
    margin-bottom: 20px;
    padding: 0;
    color: #1C2416;
}

.home-news-updates .btn {
    padding: 10px 30px;
    margin-top: 20px;
    background-color: #334d26;
    color: #fff;
}

.home-news-updates .btn:hover {
    background-color: #000;
    color: #fff;
}



/* inner-banner.css */

.second-container{
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
}

.inner-banner {
    position: relative;
    background-size: cover;
    background-position: top center;
    border-radius: 20px;
    text-align: center;
   margin-top: 30px;
      width: 100%;
    min-height: 405px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner-content h1 {
    color: #fff;
    font-size: 66px;
    line-height: 100%;
    font-weight: bold;
    margin: 0;
}

/* Optional dark overlay */
.inner-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Dark overlay */
    border-radius: 20px;
}

.inner-banner-content {
    position: relative;
    z-index: 2;
}

/* overview-section */
.overview-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.overview-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.overview-image {
    flex: 1 1 40%;
    text-align: center;
}

.overview-image img {
    max-width: 100%;
    height: auto;
}

.overview-content {
    flex: 1 1 47%;
}




/* mission */
.mission-wrapper {
    display: flex;
    column-gap: 20px;
}

.mission-strategy-section {
    padding-bottom: 60px;
    background-color: #fff;
}

.mission-strategy-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    gap: 20px;
    align-items: stretch;
}

.left-block {
    flex: 1 1 25%;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    color: #fff;
    overflow: hidden;
}

.left-block::after{
       content: "";
       width: 100%;
       height: 100%;
         background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.left-content p {
    border-radius: 10px;
        font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 2;
}

.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-image img {
    max-width: 100%;
    height: 482px;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}


.right-block h2 {
    color: #334d26;

}

.right-block.mission-block{
       text-align: center;
}

.mission-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}


.right-block {
    flex: 1 1 40%;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 60px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    /* important for shape */
    overflow: hidden;
}

.mission-block-inner{
       width: 100%;
       max-width: 600px;
       margin: 0 auto;
}

.right-block::before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-inset-inline-start: 0;
   inset-inline-start: 0;
    width: 324px;
    /* adjust size if needed */
    height: 336px;
    /* adjust size if needed */
    background: url('../../assets/images/shape-icon1.svg') no-repeat center;
    background-size: contain;
}

/* Strategy Block Layout */
.strategy-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
    margin-top: 70px;
}

.strategy-content {
    flex: 1 1 58%;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 60px 30px 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.strategy-content::before {
        content: "";
    position: absolute;
    top: 0;
      -webkit-inset-inline-start: 0;
    inset-inline-start: 0;
    width: 324px;
    height: 336px;
    background: url(../images/shape-icon1.svg) no-repeat center;
    background-size: contain;
}



.strategy-description {
    color: #1C2416;
}

.mission-block-inner .main-title{
    color: #37472C;
}

.strategy-image {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.strategy-image img {
    max-width: 100%;
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 10px;
}

/* Repeater Block Layout */
.points-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /* Set consistent width */
    margin-top: 60px;
}

.point-card {
    flex: 1 1 48%;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 70px 50px 30px;
    position: relative;
    overflow: hidden;
    min-height: 340px;
    /* Ensuring box height consistency */
}

/* Green shape top-left */
.point-card::before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-inset-inline-start: 0;
    inset-inline-start: 0;
    width:128px;
    height: 134px;
    background: url('../images/shape-icon2.svg') no-repeat center;
    background-size: contain;
}

.point-title{
       display: flex;
       flex-wrap: wrap;
       align-items: center;
        margin-bottom: 20px;
}

/* Icon */
.point-icon img {
    width: 60px;
    height: auto;
}

.point-card h3 {
    font-size: 35px;
    line-height: 39px;
    color: #37472C;
    -webkit-padding-inline-start: 15px;
    padding-inline-start: 15px;
      width: calc(100% - 60px);
}

.point-list {
  margin-top: 20px;
}

.point-list ul {
    -webkit-padding-inline-start: 20px;
    padding-inline-start: 20px;
}

.point-list ul li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #1C2416;
}

/* Number + Icon at top-right */
.point-number {
    position: absolute;
    width: 62px;
    line-height: 40px;
    top: 25px;
    -webkit-inset-inline-end: 25px;
    inset-inline-end: 25px;
    font-size: 40px;
    font-weight: bold;
    color: #334d26;
    text-align: center;
    z-index: 2;
}



.point-number::after {
    content: "";
    position: absolute;
    top: 22px;
 left: 0;
    width: 62px;
    height: 32px;
    background: url('../images/icon-number.svg') no-repeat center;
    background-size: contain;
    z-index: 1;
}

/* Leadership Team */

.our-team-section {
    padding: 90px 0;
    background-color: #fff;
}

.team-header {
    max-width: 990px;
    margin: 0 auto 60px;
    text-align: center;
}

.team-header p{
       font-size: 24px;
       font-weight: 400;
       line-height: 36px;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.team-card {
    text-align: center;
    position: relative;
}

.team-thumb {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 10px;
}

.team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #1d1d1d;
}

.expand-btn {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid #1d1d1d;
    border-radius: 50%;
    padding: 6px 10px;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
}

.team-card h4 {
 color: #1C2416;
}



/* Detail Section */
.team-detail {
    display: none;
    width: 100%;
    background: #f9f9f9;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 60px;
 
}

.team-detail.active {
    display: block;
}



.team-detail .bio p {
 margin-bottom: 30px;
}

.team-detail .bio p:last-child{
      margin-bottom: 0;
}



.detail-content {
    width: 100%;
    
}

.team-detail{
margin-top: 100px;
}

.team-detail h4{
   font-size: 36px;
   line-height: 45px;
   font-weight: bold;
   color: #37472C;
   margin-bottom: 30px;
}

.team-card{
      position: relative;
      transition: all 0.3s ease-in-out;
}

.team-card.active::after{
     content: "";
    position: absolute;
    width: 116%;
    height: 108%;
    background-color: #c6b38f;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    top: -5%;
    left: -8%;
    z-index: 0; 
     box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}

.team-card.active {
   transition: all 0.3s ease-in-out;
}
.team-card.active h4, .team-card.active p{
    color: #fff;
}


/* governance */
.governance-wrapper {
    display: flex;
    column-gap: 20px;
}

.governance-strategy-section {
    padding: 100px 0 0;
    background-color: #fff;
}

.governance-strategy-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    gap: 20px;
    align-items: stretch;
}



.governance-wrapper .center-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.governance-wrapper .center-image img {
    max-width: 100%; 
    height: 100%;
    border-radius: 16px;
}


.governance-wrapper .right-block h2 {
    color: #1C2416;
    margin-bottom: 40px;
    font-weight: 500;
}


.governance-wrapper .mission-description h3{
      font-size: 38px;
      line-height: 50px;
      font-weight: bold;
      color: #C6B38F;
}

.governance-wrapper .mission-description ul{
    -webkit-padding-inline-start: 20px;
          padding-inline-start: 20px;
          margin-top: 15px;
}

.governance-wrapper .mission-description ul li{
          font-size: 18px;
          line-height: 30px;
          color: #1C2416;
          margin-bottom: 10px;
}


.governance-wrapper .right-block {
    flex: 1 1 40%;
    background-color: #f8f8f8;
    border-radius: 16px;
    padding: 40px 30px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    /* important for shape */
    overflow: hidden;
}

.governance-wrapper .right-block::before {
    display: none;
}

.goldshield-section {
    padding: 80px 0 60px;
}

.goldshield-section .container {
    max-width: 1400px;
    margin: 0 auto;
}

.goldshield-section .title {
    color: #1a1a1a;
    margin-bottom: 10px;
}

.goldshield-section h2,
.goldshield-section h4,
.team-detail h3 {
    font-size: 44px;
    line-height: 40px;
    color: #C6B38F;
    font-weight: bold;
    margin-bottom: 25px;
}

.team-detail h3{
      margin-bottom: 20px;
}

.goldshield-section h3,
.team-detail h2{
        font-size: 36px;
        line-height: 45px;
        font-weight: bold;
        margin-bottom: 30px;
        color: #37472C;
}

.team-detail h2{
     margin-bottom: 35px;
}

.goldshield-section .italic {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}

.goldshield-section p {
    margin-bottom: 35px;
}

.goldshield-section h4 {
    margin-top: 40px;
    margin-bottom: 30px;
}

.goldshield-section ul {
    -webkit-padding-inline-start: 20px;
    padding-inline-start: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.goldshield-section ul li {
      font-size: 18px;
    line-height: 30px;
    color: #1C2416;
    margin-bottom: 10px;
}

.goldshield-section .note {
    font-size: 14px;
    color: #666;
}

/* contact us */
.contact-form {

    padding: 100px 0 60px;
}

.contact-form-inner{
    max-width: 530px;
    margin: 0 auto;
}

.contact-form h2 {
    color: #37472C;
}

.txt-feild,
.txt-textarea {
    width: 100%;
    height: 50px;
    line-height: 49px;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 18px;
    background: transparent;
    color: #1C2416;
    border-radius: 0;
    font-family: "Reddit Sans", sans-serif;
}

.txt-feild::placeholder,
.txt-textarea::placeholder{
    color: rgba(28, 36, 22, 0.5062);
}



.contact-form-inner .btn{
      border: none;
      background-color: #37472C;
      color: #fff;
      width: 190px;
      text-align: center;
      margin-left: auto;
          display: block;
          line-height: 28px;
          cursor: pointer;
          transition: all 0.3s ease-in-out;
}

.contact-form-inner .btn:hover{
          background-color: #000;
}

.wpcf7-not-valid-tip{
        font-size: 14px;
    margin-top: 3px;
}

ul.form-contact {
    list-style: none;
        display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}

ul.form-contact li{
       width: 100%;
}

.txt-textarea {
    height: 53px;
    resize: none;
}



/* news page*/
.sec-title {
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
}

.sec-title h2,
.sec-title h3,
.sec-title h4,
.sec-title p {
    color: #37472C
}

.news-main-section {
    padding: 80px 0 60px;
    background-color: #fff;
}



.news-main-section-inner ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-main-section-inner li {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.news-main-section-inner li:hover {
    transform: translateY(-5px);
}

.news-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.news-image img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-image:hover img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
     transform: scale(1.1,1.1);
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #37472C;
    padding-top: 25px;
}

.badge-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge {
    background-color: #37472C;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 20px;
    white-space: nowrap;
}

.news-title {
    font-size: 22px;
    font-weight: 500;
    color: #1C2416;
    padding-top: 20px;
}

.news-excerpt {
    padding-top: 15px;
}

/* Pagination styles */
.pagination-ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    display: flex;
}

.pagination-ul li {
    display: inline-block;
}

.pagination-ul li a,
.pagination-ul li span {
    padding: 5px 5px;
    width: 35px;
    text-align: center;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.pagination-ul li .current {
    background-color: #37472C;
    color: white;
    border-color: #37472C;
}

/* news details */
.news-details-section {
    padding: 80px 0;
    background-color: #fff;
}

.news-details-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.news-details-section h1 {
      color: #37472C;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 15px;
}

.news-details-section h2,
.news-details-section h3,
.news-details-section h4,
.news-details-section h5 {
    margin-bottom: 20px;
        color: #37472C;
}

.news-details-section p {
    margin-bottom: 25px;
}

.projects_swiper .swiper-button-next,
.projects_swiper .swiper-button-prev{
         width: 49px;
         height: 49px;
             top: 40%;
             -webkit-border-radius: 100%;
         border-radius: 100%;
           background:rgba(255,255,255,0.5);
  border-radius: 50%;
  backdrop-filter: blur(1.87px);
}

.projects_swiper .swiper-button-next::after,
.projects_swiper .swiper-button-prev::after{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}


.error-404{
       padding: 70px 0 100px; 
       width: 100%;
       max-width: 1200px;
       margin: 0 auto;
}

.error-404 h4{
       font-size: 22px;
       line-height: 26px;
       color: #deb869;
       margin-bottom: 10px;
       font-weight: 500;
}

.error-404 h3{
     font-size: 30px;
     line-height: 30px;
     margin-bottom: 10px;
         font-weight: 300;
    margin-bottom: 15px;
    margin-top: 30px;
}

.error-404 .btn{
      margin-top: 20px;
}

.error-404 ul{
    -webkit-padding-inline-start : 20px;
    padding-inline-start : 20px;
     margin-bottom: 20px;
}
.error-404 ul li{
 font-family: var(--font-body);
    color: #1C2416;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 3px;

}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
         opacity: 0;
}


   