:root {
    --the-black: #1D1D1B;
    --the-white: #fff;
    --primary-color:rgba(10, 74, 142, 1);
    --the-green: rgba(148, 210, 39, 1);
    --the-grey: #f5f5f5;
}

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap");

/*Font icons*/
@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?54429773');
    src: url('../font/fontello.eot?54429773#iefix') format('embedded-opentype'),
         url('../font/fontello.woff2?54429773') format('woff2'),
         url('../font/fontello.woff?54429773') format('woff'),
         url('../font/fontello.ttf?54429773') format('truetype'),
         url('../font/fontello.svg?54429773#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?54429773#fontello') format('svg');
    }
  }
  */
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
  
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
  
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
  
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
  
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
  
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  
  .icon-down-open:before { content: '\e800'; } /* '' */
  .icon-up-open:before { content: '\e801'; } /* '' */
  .icon-property:before { content: '\e802'; } /* '' */
  .icon-property-1:before { content: '\e803'; } /* '' */
  .icon-facility:before { content: '\e804'; } /* '' */
  .icon-research:before { content: '\e805'; } /* '' */
  .icon-our-purpose:before { content: '\e806'; } /* '' */
  .icon-add:before { content: '\e807'; } /* '' */
  .icon-safety:before { content: '\e808'; } /* '' */
  .icon-right:before { content: '\e809'; } /* '' */
  .icon-left:before { content: '\e80a'; } /* '' */
  .icon-location:before { content: '\e80b'; } /* '' */
  .icon-search:before { content: '\e80c'; } /* '' */
  .icon-dotted:before { content: '\e80d'; } /* '' */
  .icon-union:before { content: '\e80e'; } /* '' */
  .icon-union-1:before { content: '\e80f'; } /* '' */
  
    
  /* ****************************************************** */

html,
body,
a,
p,
ul,
li {
font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html, body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Titillium Web", sans-serif;
font-style: normal !important;
}

h2 {
    position: relative;
    font-size: 60px;
    font-weight: 400;
    line-height: 75px;
    margin-bottom: 40px;
}

h3 {
    position: relative;
    font-size: 1.75rem;
    font-weight: 600;
}

h5 {
    color: var(--primary-color);
}

h6 {
    color: var(--primary-color);  
}

p, a, li {
	font-size: 15px;
}

a:hover {
    text-decoration: none !important;
}

.container {
    max-width: 90%;
}

button {
    outline: none !important;
}

.st3 {
    font-family: inherit !important;
}

h5{
    position: relative;
}
h5::after {
    content: "";
    position: absolute;
    background: #94D227;
    padding: 1px 40px;
    top: 50%;
    margin-left: 13px;
}
section.portfolio-summary h5::after,
section.property-categories-summary h5::after,
section#management h5::after,
section#mission h5::after{
    display: none;
}

@media (max-width: 768px){
    h2 {
        font-size: 30px !important;
        line-height: 43px !important;
    }
}

.icon-search:before {
    content: '\e80c';
    color: #0a4a8e;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
     content: '\e800' !important;
    font-family: "fontello" !important;
    color: #0a4a8e;
}

/*--------------------------*/

.the-body-content {
    overflow: hidden;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* ul {
    padding: 0;
} */

section {
    margin: 100px 0;
}

/* li {
    list-style: none;
  } */

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

section#mission figure.wp-block-gallery.has-nested-images {
    width: 12%;
}

/* .the-body-content ul li {
    position: relative;
    list-style: none;
} */

/* .the-body-content ul li::before {
    content: "\e80c";
    font-family: msicons;
    margin-right: 10px;
    font-size: 8px;
    top: -3px;
    position: relative;
} */

a {
    color: var(--primary-color);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: var(--the-blue);
}

a img {
    transition: 500ms;
}

a img:hover {
    opacity: 0.8;
    transform: scale(1.1);
}


/* LOgo */

.log img {
    width: 270px;
}

.color-logo {
    display: none;
}

.sticky .color-logo {
    display: block;
}

.sticky .black-logo {
    display: none;
}


/*---------Banner----------*/

.home .mk-bgimg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 40px 0;
    /* height: 220px; */
    height: 600px;
}

.banner {
	position: relative;
	margin-top: 5em;
}

.banner-wrap {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	align-items: center;
}

.banner-heading,.banner-caption {
	flex-basis: 40%;
}

.banner .container {
	max-width: 95%;
}

.banner-image img {
	height: 500px;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.mk-bgimg {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px 0 40px 0;
	height: 100vh;
	background-color: var(--the-dark-gray);
}

.mk-bgimg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}


.mk-page-title {
    color: var(--the-black);
    font-weight: 400;
}

.breadcrumb {
	color: var(--primary-color);
    font-weight: 300;
    font-size: 1em;
}

.breadcrumb a {
	color: var(--the-white);
	font-weight: 300;
	font-size: 1em;
}

.breadcrumb .icon-right-arrow {
    color: var(--the-black);
}

.mk-bgimg .content {
	position: relative;
}

.breadcrumb-wrap {
	margin-bottom: 80px;
}

.ms-caption {
	position: absolute;
	display: block;
	margin-top: 200px;
	color: var(--the-white);
}

  .breadcrumb {
	background-color: transparent;
	padding-left: 0;
}


/*-------------------------*/


/*---------Search form------------*/


/*
  .search-field {
      border: none;
      background: var(--the-dark-blue);
      color: var(--white);
      padding: 25px;
  }
  
  .search-submit {
      border: none;
      position: absolute;
      margin-left: -69px;
      width: 50px;
      height: 50px;
      top: -24px;
      text-indent: -9999px;
  }
  
  .col-sm-6.search {
      margin-top: 23px;
  }
  
  .search-submit {
      border: none;
      position: absolute;
      margin-left: -69px;
      width: 48px;
      height: 50px;
      top: -24px;
      text-indent: -9999px;
      background-image: url('../img/search-icon.png');
      background-repeat: no-repeat;
      background-position: 10px 10px;
      background-color: transparent;
  }
  
  .search-form {
      text-align: right;
  }*/


/*-----------------------------*/


/*--------Search-----------*/

@media screen and (max-width: 575px) {
    .main-nav-container {
        top: -63px;
    }
}

@media screen and (max-width: 999px) and (min-width: 576px) {
    .main-nav-container {
        top: -50px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .main-nav-container {
        top: 25px;
        right: -120px;
    }
}

@media screen and (max-width: 1200px) {
    .the-search {
        display: inline-block;
        float: right;
        position: absolute;
        top: 0;
        right: 38px;
    }
    .fa.fa-bars {
        position: absolute;
        right: 0;
    }
    /* .main-nav-container {
          top: -55px;
      } */
}


@media only screen and (max-width: 580px) {
    .search-trigger {
        position: relative;
        display: block;
        width: 111px;
        height: 74px;
        overflow: hidden;
        white-space: nowrap;
        color: transparent;
        z-index: 10;
        top: -28px !important;
        background: transparent;
        right: 10px !important;
        margin-bottom: -51px !important;
    }
    .fa.fa-bars {
        position: absolute;
        right: 13px;
        top: 0em;
    }
    input[type="search"].search-field {
        top: -49px !important;
    }
}

@media screen and (max-width: 766px) and (min-width: 581px) {
    .search-trigger {
        top: 3.2em !important;
        right: 30px !important;
    }
    .fa.fa-bars {
        position: absolute;
        top: 6px !important;
        right: 12px !important;
    }
    input[type="search"].search-field {
        top: -1.2em !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .search-trigger {
        top: -1.5em !important;
        right: -99px !important;
    }
    .fa.fa-bars {
        position: absolute;
        right: -123px !important;
    }
    input[type="search"].search-field {
        top: -0.8em !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    #menu-primary-menu li {
        margin-right: 2px;
    }
    .menu-primary-menu-container {
        top: -25px;
    }
    .the-search {
        top: -98px !important;
        right: -138px !important;
    }
    input[type="search"].search-field {
        top: -3.1em !important;
    }
}

@media only screen and (min-width: 1201px) {
    .the-search {
        top: 0;
        right: -210px;
        position: relative;
    }
}

@media (min-width: 900px) {
    .search-trigger {
        position: relative;
        top: -5px !important;
    }
}

.search-trigger {
    position: relative;
    display: block;
    width: 111px;
    height: 74px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 10;
    /* top: -10px !important; */
    background: transparent;
}

.search-trigger::before,
.search-trigger::after {
    content: "";
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.search-trigger::before {
    top: 15px;
    left: 32px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    content: "\e805";
    font-family: "saz";
    color: var(--the-white);
    text-indent: 11px;
    font-size: 1.4em;
    background: var(--the-dark-gray);
    padding: 5px 0px;
}


/* .search-trigger::after {
  height: 15px;
  width: 3px;
     background: var(--black);
  bottom: 20px;
  right: 159px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
} */


/* .search-trigger span {
  position: absolute;
  height: 100%;
  width: 100%;
} */

.search-trigger span::before,
.search-trigger span::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 35px;
    top: 50%;
    margin-top: -2px;
    left: 45%;
    margin-left: -11px;
    background: var(--the-black);
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-trigger.search-is-visible::before,
.search-trigger.search-is-visible::after {
    opacity: 0;
}

.search-trigger.search-is-visible span::before,
.search-trigger.search-is-visible span::after {
    opacity: 1;
}

.search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 760px) {
    input[type="search"].search-field {
        padding: 0 20px;
        width: 38vw !important;
        z-index: 9;
        border: none;
    }
}

input[type="search"].search-field {
    padding: 0 20px;
    width: 55vw;
    z-index: 9;
    border: none;
}

.search .ms-caption h2 {
    color: var(--the-white);
}

.search {
    /* position: absolute; */
    height: 0px;
    width: 100%;
    /* top: 39px; */
    left: 0px !important;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search-icon {
    display: flex;
    align-items: center;
    height: 140px;
}

.search.search-results {
    position: absolute;
    height: 70px;
    width: 100%;
    top: 0px;
    /* left: 0; */
    z-index: 3;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.the-advanced-search {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 35px;
}

.search form {
    display: inline;
    border: 1px solid var(--the-dark-gray);
    padding: 18px 0px 16px 10px;
    border-radius: 50px;
}

div#search {
    padding-top: 1em;
}

.search input {
    position: relative;
    color: var(--the-black);
}

.search input::-webkit-input-placeholder,
.search input::-moz-placeholder,
.search input:-moz-placeholder,
.search input:-ms-input-placeholder {
    color: #c9cbc4;
}

.search input:focus {
    outline: none;
}

.srch {
    position: relative;
}

.search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    background: var(--the-white);
    position: absolute;
    z-index: 999999999999;
    top: 0;
    height: 100vh;
}

.the-search {
    display: inline-block;
    float: right;
}

.srch li {
    list-style: none;
}

.search-contents {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 4em 0;
}

#search .icon-magnifier {
    font-size: 20px;
    background: var(--the-dark-gray);
    color: var(--the-white);
    padding: 15px 12px;
    border-radius: 50%;
}

/* Slider */

.bkg-img {
        width: 100%;
        height: inherit;
        object-fit: cover;
    
}

.content-wrapper {
    position: absolute;
    top: 20%;
}

.slider-caption h2 {
    color: #fff;
    font-weight: 400;
    /* text-transform: uppercase; */
    font-size: 3.5em;
}

.slider-caption p {
    font-size: 20px;
}

.learn-more a {
    background: var(--the-white);
    color: var(--the-black);
    padding: 18px 40px;
    display: inline-block;
    font-size: 18px;
}

.learn-more a:hover {
	background: var(--primary-color);
	color: #000;
}

.slider-caption {
    margin-bottom: 40px;
}

#homeSlider .owl-nav.disabled {
    display: none;
}


#homeSlider .item {
    background-size: cover;
    height: 100vh;
    background-attachment: scroll;
    position: relative;
}
#homeSlider .item::before {
	content: "";
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.45);
    z-index: 99;
}
.content-wrapper {
	position: relative;
	padding-top: 20%;
	color: var(--the-white);
	z-index: 999;
}

.post-wrap {
    display: flex;
    justify-content: space-between;
}

.post-title {
    margin-bottom: 30px;
}


a.post-title {
    color: var(--the-white);
    font-size: 24px;
    font-weight: 300;
    transition: 500ms;
}

.read-more a {
	color: var(--the-white);
	font-weight: 600;
	transition: 500ms;
}

/* Body */


.front-content {
    margin-top: 60px;
}


.wp-block-ideabox-counter .ib-counter-container {
    text-align: left !important;
}

span.ib-counter-number, .ib-counter-number-prefix, .ib-counter-number-suffix {
    font-weight: 300 !important;
    color: var(--primary-color) !important;
    font-size: 2em;
}

.wp-block-ideabox-counter {
    margin-bottom: 40px;
}

.wp-block-button a {
    margin-bottom: 20px;
}

.side-text {
    position: relative;
    margin-left: 80px;
    padding: 150px 0;
}

.side-text::before {
    content: "GAME CHANGING CAPABILITIES";
    position: absolute;
    left: -215px;
    top: 50%;
    transform: rotate(-90deg);
}

.black-bg {
    position: relative;
    color: var(--the-white);
    padding: 100px 0 50px 0;
}

.black-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: calc(153% - -120%);
    height: 100%;
    background: var(--the-black);
    z-index: -1;
}

/* Home Block */

@media(max-width: 767px){

    .content-wrapper {
        padding-top: 280px;
        color: var(--the-white);
    }

}

@media(max-width:1200px) {
    .content-wrapper {
        padding-top: 20%;
    }
}


/* Project Categories */
section.projects-section {
    margin: 80px 0;
}

/* section.properties-section{
    margin: 80px 0 600px;
} */

section.projects-section .container{
    position: relative;
    height: 100%;
}

/* section.projects-section .container::after{
    position: absolute;
    content: '\e80a';
    font-family: "fontello";
    font-size: 20px;
    top: 50%;
    right: 2%;
    transform: translateY(50%);
    color: #000000;
    line-height: 20px;
    display: inline-block;
    background: #fff;
    padding: 15px;
    font-size: 10px;
}
section.projects-section .container::before{
    position: absolute;
    content: '\e809';
    font-family: "fontello";
    font-size: 20px;
    top: 50%;
    left: 2%;
    transform: translateY(50%);
    color: #000000;
    line-height: 20px;
    display: inline-block;
    background: #fff;
    padding: 15px;
    z-index: 1;
    font-size: 10px;
} */

.properties-grid,
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 2rem;
    justify-content: center;
    align-items: start;
}
.properties-grid{
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.property-grid {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 2rem;
}

.property-thumbnail,
.project-thumbnail {
    overflow: hidden;
    position: relative;
}

.property-thumbnail::after,
.project-thumbnail::after {
    position: absolute;
    content: '\e807';
    font-family: "fontello";
    font-size: 20px;
    bottom: 0;
    right: 0;
    color: #000000;
    line-height: 20px;
    display: inline-block;
    background: #fff;
    padding: 25px;
    font-weight: bold;
    display: none;
}


    .property-thumbnail img{
        width: 100%;
    }
 .project-thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

/* .property-thumbnail img{
    object-fit: contain;
} */
.padded {
    padding: 0 80px 40px;
}
.property-meta,
.project-meta {
    padding: 20px 0 40px;
}
span.property-type,
span.project-category {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
}
h4.property-title,
h4.project-title {
    color: var(--the-black);
}
.property-item,
.project-item {
transition: 300ms ease-in-out;
}

.property-card:hover,
.property-item:hover,
.project-item:hover {
    border-bottom: 1.5px solid var(--primary-color);
}
.news-wrap{
    width: 100%;
    max-width: 390px; 
}
.property-item {
    width: 100%;
    max-width: 390px;
        display: flex !important;
    align-items: start;
    justify-content: center;
}


.no-more-posts {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-top: 20px;
}
div#load-more-container {
    margin-top: 210px;
    text-align: center;
}



/* Buttons */

.btn a, .wp-block-button a {
	background: var(--primary-color);
	color: var(--the-white);
	padding: 20px 40px;
	text-transform: uppercase;
	display: inline-block;
    transition: 500ms ease-in-out;
}

section.sustain .wp-block-button a {
    padding: 12px 20px;
    font-size: 15px;
    border-radius: inherit;
    text-transform: unset;
}
.btn a:hover, .wp-block-button a:hover, .build-project a:hover {
	background: var(--the-black) !important;
	color: var(--the-white) !important;
    transition: 500ms ease-in-out;

}

.wp-block-button.is-style-outline a:hover {
	background: var(--the-white) !important;
	color: var(--the-black) !important;
    
    transition: 500ms ease-in-out;

}

.build-career a:hover {
	border: 1px solid var(--the-black);
    background: var(--primary-color) !important;
	padding: 15px 30px;
	display: inline-block;
	color: var(--the-black);
    transition: 500ms ease-in-out;
}


/* Owl Carouse Buttons */

button.owl-next {
	position: absolute;
	right: 34%;
	top: 50%;
}

section.projects-section button.owl-next {
	position: absolute;
	right:0;
	top: 35%;
}


button.owl-next span, button.owl-prev span {
    display: none;
}

@media(max-width:600px){
    .owl-prev {
        display: none;
    }
}

button.owl-prev {
    position: absolute;
    top: 35%;
    left: 0;
}

.owl-next i {
	background: var(--primary-color);
	color: var(--the-black);
	padding: 20px 20px;
	border-radius: 50px;
	display: inline-block;
	font-size: 20px;
}

button.owl-next::before {
    content: "\e80a";
    font-size: 15px;
    font-family: "fontello";
    background: rgba(238, 238, 238, 1);
    padding: 14px 13px;
    color: #000000;
    font-weight: bolder;
    /* border-radius: 50px; */
}

button.owl-prev::before {
    content: "\e809";
    font-size: 15px;
    font-family: "fontello";
    background: rgba(238, 238, 238, 1);
    padding: 14px 13px;
    color: #000000;
    font-weight: bolder;
    /* border-radius: 50px; */
}

.view-profile {
    width: 100%;
    max-width: 290px;
}

.insights-heading p {
    width: 100%;
    max-width: 220px;
}

/************************************************* End **********************************************/
.gobbler-svg {
	position: absolute;
	bottom: 0;
    left: 0;
}

@media(max-width: 500px){
    #productsSlider {
        margin-left: 0;
    }
}

@media(max-width: 500px){
.owl-nav.disabled {
    position: absolute;
    right: 3%;
    top: 50%;
}
}

#productsSlider.owl-carousel .owl-item img {
    filter: brightness(0.6);
}



/* Certifications */

.certifications {
	background: var(--the-black);
}

.proudly-iso h5 {
	color: var(--primary-color);
	font-size: 3.5em;
	margin-bottom: 60px;
}
.cert-prof h3 {
	color: var(--the-white);
	font-size: 6em;
	font-weight: 300;
}

.cert-wrap {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	padding: 12em 0;
	align-items: center;
}

@media(max-width: 992px){
    .cert-wrap {
  flex-wrap: wrap;
    }

    .proudly-iso,.cert-logos {
        flex-basis: 100% !important;
    }
}

.cert-logos {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-basis: 60%;
}

.proudly-iso {
	display: flex;
	flex-direction: column;
	flex-basis: 40%;
	text-align: end;
}

@media(max-width:500px){
    .proudly-iso h5 {
        color: var(--primary-color);
        font-size: 2.5em;
        margin-bottom: 60px;
    }
    .cert-prof h3 {
        color: var(--the-white);
        font-size: 3em;
        font-weight: 300;
    }

    .footer-wrap {
        flex-wrap: wrap;
    }
}

/* About Us */

  .about-content-grid {  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "value value_image"
      "growth_image growth"
      "governance governance-image"
      "values values"
      "values values";
  }

  @media(max-width: 600px){
    .about-content-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 0px 0px;
        grid-auto-flow: row;
        grid-template-areas:
        "value"
        "value_image"
        "growth_image"
          "growth"
          "governance-image"
          "governance"
          "values"
          "values";
      }

      .governance, .value, .growth {
        padding: 10px 0px !important;
    }

}
  
  .growth { grid-area: growth; align-content: center; padding-left: 20px; }
  
  .growth_image { grid-area: growth_image; }
  
  .governance-image { grid-area: governance-image;}
  
  .governance { grid-area: governance; align-content: center; padding-right: 20px;}
  
  .value { grid-area: value; align-content: center; padding-right: 20px; }
  
  .value_image { grid-area: value_image;}
  
  .values { grid-area: values; }

  
.values {
    grid-area: values;
    align-self: center;
    height: 100%;
    color: var(--the-white);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    background-attachment: fixed;
    padding: 30px;
}

.values:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.values h5 {
    color: var(--the-white) !important;
}

.values li {
    font-size: 40px;
    margin-left: 20px;
}

.value-content, .value-gobbler {
    position: relative;
    z-index: 9;
}

.the-body-content .values ul li::before {
    content: "\e80c";
    font-family: msicons;
    margin-right: 20px;
    font-size: 10px;
    position: relative;
    top: -10px;
}
  
  
      .about-content-grid img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



    .vision-image img, .equipment-image img {
        height: 450px;
    }

    .about-content-grid h5 {
        font-size: 20px;
        text-transform: uppercase;
        color: var(--primary-color);
    }

    .about-content {
        margin: 40px 0;
    }


    .the-mission {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        align-items: start;
        column-gap: 210px;
        row-gap: 20px;
        padding-top: 40px;
    }



    /* The board */
    section#management .management-holder {
        background: #0a4a8e09;
        padding: 50px 50px 50px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
        text-align: center;
    }
    section#management .modal {
        background: #0000000e;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(8px);
    }

    section#management h5.card-title {
        padding-top: 20px;
    }

    /* our clients */
    .client-logo.fade-in {
        max-width: 200px;
        width: 100%;
    }
    
    .trusted-logos-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 30px;
        justify-items: center;
        align-items: center;
    }
    

     section#our-clients {
    margin: -121px 0 !important;
      background-color: #f3f7fa;
  padding:50px 0 100px;
  color: #ffffff;
}

section#leadership {
    margin: 0 0 100px 0;
}

 section#our-clients .block-style-header {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 800px;
  margin: 0 auto;
}

 section#our-clients .block-style-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a4a8e;
  margin-bottom: 0.5rem;
}

 section#our-clients .block-style-header .block-line {
  width: 80px;
  height: 5px;
  background-color: #94d227;
  margin: 0.5rem auto 1rem;
  border-radius: 10px;
}

 section#our-clients .block-style-header p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
}


    #sustainability {
    background: rgba(10, 74, 142, 1) !important;
    padding: 100px 0;
}


section#our-clients .logo-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

 section#our-clients .logo-track {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: scroll-left 30s linear infinite;
    align-items: center;
}

 section#our-clients .client-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 10px;
}

 section#our-clients .client-logo img {
    max-height: 80px;
    object-fit: contain;
    opacity: 1;
    filter: none;
    transition: filter 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
     /* filter: brightness(0) invert(1); */
}



 section#our-clients .client-logo img:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
}

/* Scrolling Animation */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


   


/* our history */

.timeline-history {
  background-color: #f9fafa;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.timeline-wrapper {
  max-width: 800px;
  margin: 0 auto;
  border-left: 2px solid rgba(10, 74, 142, 0.15);
  position: relative;
}

.timeline-entry {
  position: relative;
  padding-left: 40px;
  margin-bottom: 60px;
}

.timeline-entry::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-color: #94d227;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(10, 74, 142, 0.2);
}

.timeline-year {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0a4a8e;
  margin-bottom: 10px;
}

.timeline-details h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.timeline-details p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  text-align: justify;
}

    
    /* Services */

    .services .wp-block-group {
        border: 1px solid var(--primary-color);
        padding: 80px 20px;
    }

    .services h5 {
        text-transform: uppercase;
        font-size: 32px;
        margin-top: 30px;
    }

    div#page-content.services {
        margin-bottom: 60px;
    }

    /* AGM */

    .agm-wrapper {
        border-bottom: 1px solid var(--the-grey);
        padding: 30px 0;
    }

    p.agm-date {
        margin-bottom: 0;
        font-size: 16px;
    }

    .agm-wrapper h4 a {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 600;
    }

    .agm-wrapper h4 {
        margin: 0;
    }

    .agm-wrapper p {
      margin-bottom: 0 ;
    }

    .agm-date h5 {
        font-weight: 600;
    }

    .yellow {
        color: var(--primary-color);
    }

    .file-download a {
        font-weight: 600;
    }


    /* Reports */

    .reports-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 40px;
    }

    .reports-table th,
    .reports-table td {
        padding: 8px;
        border: 1px solid #ddd;
    }

    .reports-table th {
        background-color: #f2f2f2;
    }

    .reports-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .reports-table tr:nth-child(odd) {
        background-color: #fff;
    }


    /* Projects */


    .sector-cat {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 5%;
        justify-content: center;
        align-items: start;
    }

    .sector-cat i {
        font-size: 6em;
        color: var(--primary-color);
    }

    .sector-cat h4 {
        color: var(--the-primary);
        font-weight: 600;
    }

    .sector-cat  a h4:hover {
        color: var(--the-green);
    }


    /* Sustainability */

    .sustanability-block-image {
        position: relative;
    }

    .first-image {
        position: absolute;
        z-index: 1;
        top: 180px;
        left: 60px;
    }

    .second-image {
        position: relative;
        float: right;
    }

    .section-wrap {
        padding: 40px 30px;
    }


    .flexwrap {
        display: flex;
        justify-content: center;
        gap: 5%;
    }

    .sus-images,.sus-text {
        flex-basis: 50%;
    }

    .flexwrap h5{
        color: #fff;
    }

     .section-wrap p,
    .section-wrap h2{
        color: #fff;
    }
    .section-wrap .btn a{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

@media(max-width: 600px){
    .flexwrap {
 flex-wrap: wrap;
    }
    .sus-images,.sus-text {
        flex-basis: unset;
    }

    section#Commitment{
        grid-template-columns: 1fr !important;
    }
    section#Commitment{
        text-align: justify;
    }

    .flexslider ul.slides .caption-wrap .caption {
        display: none;
    }
    .projects-grid {
        padding-bottom: 200px;
    }
}

/* Portifolio */

.link-section {
    padding: 30px 0px;
    border-bottom: 1px solid var(--the-white);
    display: flex;
    gap: 20px;
}
section#our-portifolio {
    background: var(--primary-color);
    padding: 80px 0;
    color: var(--the-white);
}

section#our-portifolio h5,.portifolio-links a {
    color: var(--the-white);
    transition: 300ms ease-in-out;
}

.portifolio-links a:hover {
    color: var(--the-green);
}

/* Building */

section#building {
    position: relative;
    padding: 60px 0;
}

section#building::before {
    content: "";
    background-image: url('../css/img/ZB-towers.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: transparent;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-attachment: fixed;
}


.building-section .flexwrap {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.building-text-wrap, .building-counter {
    flex-basis: 25%;
}


.building-section .link-section {
    padding: 20px 0px;
    border-bottom: 1px solid var(--primary-color);
    display: flex;
    gap: 20px;
}

.building-section .building-text-wrap a {
    color: var(--the-black);
}

.building-counter .counter {
    font-size: 60px;
}

.building-counter .count-wrap {
    border-bottom: 1px solid var(--primary-color);
}

/* Safety */

section.safety .row {
    align-items: center;
}

section.safety p,
section.safety h2 {
    width: 100%;
    max-width: 380px;
}
.more-links {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    margin-top: 30px;
}

hr.separator {
    height: 25px;
    border: 1px solid;
    margin: 0;
}

.more-links a {
    color: var(--the-black);
    font-size: 14px;
    transition: 300ms ease-in-out;
    font-weight: 600;
}

.more-links a:hover {
    color: var(--the-green);
    margin-right: 5px;
}


.more-links a:nth-child(3):hover {
    margin-left: 5px;
}


/* Whats Possible */

section#whats-possible {
    background-image: url('../css/img/we-redifine-whats-possible.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: -100px;
}

section#whats-possible::before {
    content: "";
    background-color: rgba(0,0,0,0.55);
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 1;
}

section#whats-possible h2 {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 7em;
    line-height: 100%;
    font-weight: 600;
    width: 100%;
    max-width: 757px;
}

/* Board Members */

.board-holder {
    display: flex;
    gap: 20px;
    align-items: center;
}

.board-member-image {
    flex-basis: 40%;
    overflow: hidden;
}

.board-member-details-wrap {
    flex-basis: 60%;
}

.member-title a {
    font-size: 28px;
    font-weight: 400;
    color: var(--the-black);
}

.position p {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.board-members button.owl-next {
	position: absolute;
	right: 0%;
	top: 50%;
}

.board-members button.owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
}


.board-member-image img {
    height: 447px;
    filter: grayscale(100%);
}


/* Insights  */

.news-insights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10%;
    justify-content: center;
    align-items: start;
}

.news-wrap .news-img img {
	width: 100%;
	object-fit: cover;
	height: 450px;
}

.news-title h4 {
    text-transform: capitalize;
    font-size: 20px;
}

.news-category {
    padding: 10px 0;
    color: var(--primary-color);
}

.news-title a {
	text-transform: capitalize;
    color: var(--the-black);
    transition: 500ms ease-in-out;
}

.news-title a:hover {
    color:  var(--primary-color);
}

.news-img {
	overflow: hidden;
}

/* .news-holder {
	padding: 40px 20px;
} */

.news-wrap {
	/* border: 1px solid var(--the-grey); */
	margin-bottom: 40px;
}

.news-title {
	min-height: 60px;
}


#leaderSlider .item {
    display: block !important;
}
.owl-carousel {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}




/* Secondary Footer */

section#ready-to-work {
    background: rgb(10 74 142 / 95%);
    padding: 60px 0;
    border-bottom: 5px solid var(--the-green);
    margin-bottom: 0;
    color: var(--white);
    position: relative;
}

section#ready-to-work::before {
    content: "";
    background-image: url('../css/img/ZB-towers-angle.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-attachment: fixed;
    right: 0;
    z-index: -1;
}

section#ready-to-work .btn a{
    background: rgba(255, 255, 255, 0.3);
    color: var(--the-white);
    padding: 20px 40px;
    text-transform: uppercase;
    display: inline-block;
    transition: 500ms ease-in-out;
}

.ready-to-work-btns {
    z-index: 1;
    position: relative;
}


/* contact us */
.contact-us-section {
    padding: 4em 1em;
    background: #f9f9f9;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .contact-us-section h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  
  .intro-text {
    text-align: center;
    margin-bottom: 2em;
    color: #555;
  }
  
  .contact-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
  }
  
  .contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 2em;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    flex: 1 1 250px;
    max-width: 300px;
    text-align: center;
  }
  
  .contact-card i {
    font-size: 2em;
    color: #0A4A8E;
    margin-bottom: 0.5em;
    display: inline-block;
  }
  
  .contact-card h3 {
    margin-bottom: 0.5em;
    font-size: 1.2em;
  }
  
  .contact-card p {
    font-size: 0.95em;
    color: #333;
  }
  

  /* service */

  .services-section {
    padding: 80px 0;
    background-color: #f9fafb;
  }
  
  .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .section-header p {
    color: #000;
    /* max-width: 600px; */
    /* margin: 0 auto 40px; */
  }
  
  .services-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    /* text-align: center; */
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    flex: 1 1 300px;
  }
  
  .service-card:hover {
    transform: translateY(-10px);
  }
  
  .service-icon {
    font-size: 3rem;
    color: #0a4a8e;
    margin-bottom: 20px;
  }
  

/* property portfolio */
.property-media-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
  
  .property-media-box {
    flex: 1 1 48%;
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .property-media-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }
  
  .property-media-box h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #0a4a8e;
    border-left: 4px solid #94d227;
    padding-left: 0.75rem;
    font-weight: 700;
  }

  .responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  
  .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    min-height: unset;
    margin-bottom: unset;
  }

  
  /* @media (max-width:715px) {
    .responsive-video iframe {
        width: 100%;
    }
  } */




/* Footer */

.logo-address-wrap {
    display: flex;
    gap: 20px;
}

.addresses-wrap {
    width: 100%;
}

.address-wrap {
    min-height: 55px;
}

.addresses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 5%;
    justify-content: center;
    align-items: start;
}

.office-contact-details h4 {
    font-size: 15px;
    font-weight: 600;
    font-family: "Pathway Extreme", sans-serif;
    color: var(--primary-color);
}

.the-footer-logo h3 {
    font-size: 21px;
    /* text-transform: uppercase; */
    color: var(--primary-color);
}

.the-footer-logo img {
    width: 60px;
    margin-bottom: 20px;
}

#menu-footer-menu li a {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-links li {
    border-bottom: 1px solid rgba(186, 186, 186, 1);
}


.footer-links li:hover{
    border-bottom: 3px solid#94D227;
}

.terms-conditions a,
.socials a,
.office-details a{
    color: #000;
}

.terms-conditions a:hover,
.socials a:hover,
.office-details a:hover{
    color: #94D227;
}

/* .privacy-policy li{
    list-style: disc;
} */

.privacy-policy li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

.privacy-policy li::before {
  content: '\f00c'; /* check icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #94d227; /* Modern green */
  position: absolute;
  left: 0;
  top: 0.2em;
}



/* responsive*/
@media (max-width: 1440px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 0.8em;
    }
}

@media (max-width: 1415px) {
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 10px;
        padding: 0px 5px 0px 5px;
    }
    
}

@media (max-width: 1383px){
    img.black-logo {
        width: 200px !important;
    }
}

@media (max-width: 768px) {
    section.projects-section .container::after,
    section.projects-section .container::before{
        display: none;
    }

    section#sustainability .flexwrap {
        flex-direction: column;
    }
    .section-wrap {
        padding: 90px 30px 40px;
    }
    section#whats-possible h2 {
        font-size: 3.5em !important;
    }
    section#leadership .row {
        flex-direction: column;
    }
    section#leadership .row  .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    section#leadership {
    text-align: center;
 }
    .addresses {
        display: flex !important;
        flex-wrap: wrap;
        gap: 5%;
        justify-content: start !important;
        align-items: start;
    }

    .logo-address-wrap {
        flex-direction: column;
    }

   
    .banner-wrap {
        align-items: start;
        flex-direction: column;
    }
    .property-grid {
    flex-wrap: wrap;

}
.board-holder {
    flex-direction: column;
    justify-content: center;
}
section#leadership .row {
    align-items: center;
}

.metaslider .slides img {
    width: 200vw !important;
    object-fit: cover !important;
    object-position: center !important;
}
}



@media (max-width: 700px){
   section#granite-project .link-wrapper h2 {
    font-size: 12px !important;
    line-height: 18px !important;
 }
  section#granite-project .link-wrapper p {
    font-size: 14px;
 }
 section#granite-project .link-wrapper {
    padding: 5px;
    gap: 10px;
 }
}

@media (max-width: 575px){
    .padded {
        padding: 0 0px 40px;
    }
    .mst-flex {
        gap: 25px !important;
    }
    .content-wrapper {
        padding-top: 45% !important;
    }
    .sustanability-block-image .first-image {
    display: none;
    }
    .building-section .flexwrap {
    flex-direction: column;
    }
}

div#leaderSlider p{
    /* text-align: justify; */
}
.view-profile p{
    text-align: justify;
}

/* csr */
.gallery-item {
    overflow: hidden;
    border-radius: 16px;
    transition: transform 0.3s ease-in-out;
  }
  
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.4s ease;
    border-radius: 16px;
  }
  
  .gallery-item:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
  }
  
  .gallery-item.large {
    height: 400px;
  }
  
  .gallery-item.small {
    height: 250px;
  }
  
  .our-history {
    display: flex;
    gap: 100px;
    justify-content: center;
    flex-wrap: wrap;
    
}
.our-history .infor {
    flex-basis: 40%;
}


/* properties */
.property-taxonomies {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.taxonomy-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1rem;
    width: 100%;
}

.taxonomy-label,
.taxonomy-value {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    line-height: 1.4;
    word-break: break-word;
    white-space: normal;
    width: 100%;
    max-width: 100%;
}

.taxonomy-label {
    background-color: #0a4a8e;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    justify-content: flex-end;
    position: relative;
    text-transform: uppercase;
}

.taxonomy-label::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0a4a8e;
}

.taxonomy-value {
    background-color: #ffffff;
    color: #0a4a8e;
    font-size: 1rem;
    font-weight: 600;
    justify-content: flex-start;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    flex-grow: 1;
    min-height: 3.5rem;
    overflow-wrap: break-word;
}

/* Responsive: Show label and value side-by-side on larger screens */
@media (min-width: 576px) {
    .taxonomy-label,
    .taxonomy-value {
        flex: 1 1 48%;
        width: auto;
    }

    .taxonomy-tag {
        flex-wrap: nowrap;
    }
}

/* table */


figure.wp-block-table {
    overflow-x: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    /* border-radius: 12px; */
    overflow: hidden;
    background-color: #ffffff;
  }

  thead {
    background-color: rgba(10, 74, 142, 1);
    color: #fff;
  }

  thead th {
    padding: 1rem;
    text-align: left;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  tbody tr {
    transition: background 0.3s ease;
  }

  tbody tr:nth-child(even) {
    background-color: #f1f5f9;
  }

  tbody tr:hover {
    background-color: rgb(148, 210, 39);
    color: #0a4a8e;
  }

  tbody td {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.95rem;
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Responsive styles */
  @media (max-width: 768px) {
    thead {
      display: none;
    }

    table, tbody, tr, td {
      display: block;
      width: 100%;
    }

    tr {
      margin-bottom: 1rem;
      background: #ffffff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      /* border-radius: 8px; */
    }

    td {
      text-align: right;
      padding-left: 50%;
      position: relative;
    }

    td::before {
      content: attr(data-label);
      position: absolute;
      left: 1rem;
      width: 45%;
      padding-left: 1rem;
      font-weight: bold;
      color: rgba(10, 74, 142, 1);
      text-align: left;
    }
  }


  /* CSR */
  

.csr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(385px, 1fr));
    gap: 2rem;
    justify-content: center;
}


.csr-card {
    background: white;
    border-left: 6px solid #0a4a8e;
    border-radius: 14px;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    overflow: hidden;
    width: 100%;
   max-width: 600px;
   box-sizing: border-box;
}

.csr-card:hover {
    transform: translateY(-6px);
}

.csr-card h3 {
    color: #0a4a8e;
}

.csr-card p {
    color: #333;
    margin: 1rem 0;
}

.csr-card .btn {
    background: #0a4a8e;
    border: none;
    border-radius: inherit;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s ease;
}

.csr-card .btn:hover {
    background: rgba(148, 210, 39, 1) ;
}

/* Modal Styles */
.csr-grid .modal-gallery p {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
    padding: 1rem;
    background: #f7f7f7;
    border-radius: 10px;
}

.csr-grid .modal-gallery img {
    width: 100%;
    height: 300px; /* Fixed height for all images */
    object-fit: cover; /* Maintain aspect ratio while filling the container */
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effects for images */
.csr-grid .modal-gallery img:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}


/* Make the gallery more visually appealing */
.csr-grid .modal-gallery p {
    text-align: center;
    margin: 0;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .csr-grid .modal-gallery p {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }

    .csr-grid .modal-content {
        width: 100%;
        padding: 1rem;
    }
}

/* Keyframes for slide-up effect */
@keyframes slideUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

   /* Style for the modal backdrop (the area behind the modal) */
   .modal.fade {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark overlay */
    backdrop-filter: blur(10px); /* Apply the blur effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari */
    transition: opacity 0.3s ease-in-out; /* Smooth fade in/out */
  }
  
  /* Style for the modal content itself to ensure it's visible above the blur */
  .csr-grid .modal-content {
    background-color: #ffffff; /* Or any solid background you prefer for the content */
    border-radius: 8px; /* Optional: Rounded corners for the modal content */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /* Optional: Subtle shadow */
    position: relative; /* Needed for stacking context if adding more overlays */
    overflow: hidden; /* To contain any rounded corners or internal blur */
  }
  
  /* Optional: Style for the modal header, body, and footer */
  .csr-grid .modal-header {
    /* Your header styles */
    border-bottom: 1px solid #eee;
  }
  
  .csr-grid .modal-title {
    color:rgba(10, 74, 142, 1);
  }
  
  .csr-grid .modal-full-content {
      padding-top: 40px;
  }
  
  .modal.fade {
    background-color: rgba(10, 74, 142, 0.7); /* Adjust alpha for desired transparency */
  }
  
  /* Initial state of the modal content when fading in */
  .csr-grid .modal.fade .modal-dialog {
    transform: translateY(-50px); /* Start slightly above its final position */
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
  }
  
  /* Final state of the modal content */
  .csr-grid .modal.show .modal-dialog {
    transform: translateY(0); /* Move to its final position */
    opacity: 1;
  }


  .csr-con {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* border-left: 6px solid rgba(10, 74, 142, 1);  */
    max-width: 600px;
    margin: 20px auto;
  }
  
  .csr-con:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  }
  
  .csr-con h3 {
    font-size: 1.5rem;
    color: rgba(10, 74, 142, 1); /* Theme color */
    margin-bottom: 10px;
  }
  
  .csr-con p {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
  }

  section.sustain .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    justify-content: center;
}
  
section.the-csr-con {
    margin: 100px 0 10px;
}


@media (max-width: 768px) {
  .csr-card {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .csr-card {
    padding: 1rem;
  }
}



/* page loade */
#page-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 74, 142, 1);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#page-loader.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  text-align: center;
}

.loader-text {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.8rem;
  color: white;
  margin-bottom: 1rem;
  animation: fadeInText 1.5s ease-in-out infinite alternate;
  letter-spacing: 1px;
}

.loader-bar {
  width: 80px;
  height: 4px;
  background: rgba(148, 210, 39, 1);
  border-radius: 2px;
  animation: loaderMove 1.2s ease-in-out infinite;
}

@keyframes fadeInText {
  from {
    opacity: 0.3;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(5px);
  }
}

@keyframes loaderMove {
  0% {
    transform: scaleX(0.4);
    opacity: 0.4;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(0.4);
    opacity: 0.4;
  }
}



/* cv form */
/* Wrapper for the form */
.wpcf7-form {
  background: #f5f9ff;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(10, 74, 142, 0.15);
  margin: 0 auto;
}

/* Label styling */
.wpcf7-form p {
  margin-bottom: 1.2rem;
  font-weight: 500;
  color: #0a4a8e;
}

/* Input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #0a4a8e;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  border-color: rgba(148, 210, 39, 1);
  box-shadow: 0 0 0 4px rgba(148, 210, 39, 0.25);
  outline: none;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background-color: #0a4a8e;
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: rgba(148, 210, 39, 1); /* Light green on hover */
  color: white; /* Ensures text stays white */
}


/* Success/Validation messages */
.wpcf7-response-output {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 500;
}

.wpcf7-mail-sent-ok {
  background-color: #d6f5d6;
  border-left: 4px solid #48c774;
  color: #2f8132;
}

.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  background-color: #ffe5e5;
  border-left: 4px solid #f14668;
  color: #cc1f1f;
}

.wpcf7 input[type="tel"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #0a4a8e;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7 input[type="tel"]:focus {
  border-color: rgba(148, 210, 39, 1);
  box-shadow: 0 0 0 4px rgba(148, 210, 39, 0.25);
  outline: none;
}


/* upload cv styles */
.elegant-card {
  max-width: 500px;
  background: linear-gradient(135deg, #ffffff, #f7f9fc);
  box-shadow: 0 20px 60px rgba(10, 74, 142, 0.08);
  transition: all 0.4s ease;
}

.elegant-card:hover {
  box-shadow: 0 30px 70px rgba(10, 74, 142, 0.15);
  transform: translateY(-5px);
}
.elegant-card p{
    font-size: 1rem !important;
    color: #0A4A8E;
}

.elegant-btn {
  background-color: rgba(10, 74, 142, 1);
  color: #fff;
  border-radius: 0 !important;
  padding: 0.75rem 2.5rem;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 20px rgba(10, 74, 142, 0.15);
}

.elegant-btn:hover {
  background-color: rgba(148, 210, 39, 1);
  color: #fff;
  box-shadow: 0 12px 30px rgba(148, 210, 39, 0.4);
  transform: translateY(-2px);
}
