@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.row {
    max-width: 1200px;
    margin: 10px auto 0;
}

.card {
    float: left;
    padding: 0 1.7rem;
    width: 50%;
}

.card .menu-content {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.card .menu-content::before,
.card .menu-content::after {
    content: "";
    display: table;
}

.card .menu-content::after {
    clear: both;
}

.card .menu-content li {
    display: inline-block;
}

.card .menu-content a {
    color: #fff;
}

.card .menu-content span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: "Open Sans";
    transform: translate(-50%, 0);
}

.card .wrapper {
    background-color: #fff;
    min-height: 800px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.card .wrapper:hover .data {
    transform: translateY(0);
}

.card .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(calc(70px + 1em));
    transition: transform 0.3s;
}

.card .data .content {
    padding: 1em;
    position: relative;
    z-index: 1;
}

.card .author {
    font-size: 12px;
}

.card .title {
    margin-top: 10px;
}

.card .text {
    height: 250px;
    margin: 0;
    font-size: 1.1em;
}

.card input[type=checkbox] {
    display: none;
}

.card input[type=checkbox]:checked+.menu-content {
    transform: translateY(-60px);
}

.example-1 .wrapper {
    background: url("..//img/home-esg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.example-1 .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #77d7b9;
    color: #fff;
    padding: 0.8em;
}

.example-1 .date span {
    display: block;
    text-align: center;
}

.example-1 .date .day {
    font-weight: 700;
    font-size: 24px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}

.example-1 .date .month {
    text-transform: uppercase;
}

.example-1 .date .month,
.example-1 .date .year {
    font-size: 12px;
}

.example-1 .content {
    background-color: #fff;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.example-1 .title a {
    color: gray;
}

.example-1 .menu-button {
    position: absolute;
    z-index: 999;
    top: 16px;
    right: 16px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

.example-1 .menu-button span {
    width: 5px;
    height: 5px;
    background-color: gray;
    color: gray;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.example-1 .menu-button span::after,
.example-1 .menu-button span::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    position: absolute;
    border-radius: 50%;
}

.example-1 .menu-button span::before {
    left: -10px;
}

.example-1 .menu-button span::after {
    right: -10px;
}

.example-1 .menu-content {
    text-align: center;
    position: absolute;
    top: 0;
}


.example-2 .wrapper {
    background: url("../img/home-esg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.example-2 .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #77d7b9;
    color: #fff;
    padding: 0.8em;
}

.example-2 .date span {
    display: block;
    text-align: center;
}

.example-2 .date .day {
    font-weight: 700;
    font-size: 24px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}

.example-2 .date .month {
    text-transform: uppercase;
}

.example-2 .date .month,
.example-2 .date .year {
    font-size: 12px;
}

.example-2 .content {
    background-color: #fff;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.example-2 .title a {
    color: gray;
}

.example-2 .menu-button {
    position: absolute;
    z-index: 999;
    top: 16px;
    right: 16px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

.example-2 .menu-button span {
    width: 5px;
    height: 5px;
    background-color: gray;
    color: gray;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.example-2 .menu-button span::after,
.example-2 .menu-button span::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    position: absolute;
    border-radius: 50%;
}

.example-2 .menu-button span::before {
    left: -10px;
}

.example-2 .menu-button span::after {
    right: -10px;
}

.example-2 .menu-content {
    text-align: center;
    position: absolute;
    top: 0;
}

.button_index {
    background-color: #f37e21 !important;
    /* Green */
    border: none;
    color: #fff !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/********** Slideshow **********/

.home-banner-div-new{
    padding-right: 0; 
    margin-top: 50px;
}

.banner-text{
    font-size: 3.6em;
}


.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow .slides {
    position: absolute;
    top: -230px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
/*
@media (max-width: 430px) {
	.slideshow .slide {
		height: 100%;}
	.banner-text{
        margin-top:50px;
    }
	
}*/

.slideshow .slide.is-active {
    display: block;
}

.slideshow .slide.is-loaded {
    opacity: 1;
}

.slideshow .slide .caption {
    padding: 0 100px;
}

.slideshow .slide .image-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*    height: 100%;*/
    background-position: center;
    z-index: 1;
    image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.1);*/
}

.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    background-position: bottom;
}

.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    font: 300 50px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.35em;
    text-transform: uppercase;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
}

.slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;
}

.slideshow .slide .btn::before {
    background: #fff;
}

.slideshow .pagination {
    position: absolute;
    bottom: 30%;      /* raise pagination into the banner, adjust % */
    left: 50%;
    transform: translateX(-50%);
    width: auto;      /* shrink to content */
    height: auto;
    z-index: 3;       /* sit above the image */
    text-align: center;
    display: flex;    /* line up items */
    gap: 10px;        /* spacing between indicators */
	
}

/* --- Pagination override: make all items white --- */
.slideshow .pagination .item::before {
  background: rgba(255,255,255,0.6) !important; /* default white */
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff !important; /* solid white on hover/active */
}

.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}

.slideshow .pagination .item+.page {
    margin-left: -2px;
}

.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
    width: 0;
    background: #000;
    z-index: 2;
    transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
    background-color: #000;
}

.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}

.slideshow .arrows .prev {
    left: 30px;
}

.slideshow .arrows .prev:hover .svg {
    left: -10px;
}

.slideshow .arrows .next {
    right: 30px;
}

.slideshow .arrows .next:hover .svg {
    left: 10px;
}

.slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #000;
    transition: left 0.2s ease;
}

.row-footer{
    margin: 0px auto 0;
}

.mt-25-text{
    margin-top: 25px !important;
}

.mt-10-text{
    margin-top: 10px !important;
}

.mb-10-text{
    margin-bottom: 10px;
}

.mb-25-text{
    margin-bottom: 25px;
}

.font-text-1em{
    font-size: 1.1em !important;
}

@media only screen and (max-width: 800px) {

    .row-card {
        margin: 0px auto 0;
    }

    .card {
        float: left;
        padding: 0 1.7rem;
        width: 100%;
        margin-top: 0;
    }

     .home-banner-div-new{
        padding-right: 0px; 
        margin-top: 0px;
    }

    .slideshow .slide .caption {
        padding: 0 0;
    }


    .slideshow .slide .image-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        z-index: 1;
        image-rendering: optimizeQuality;
    }

    .banner-text{
        font-size: 2.5em;
    }
}

.video-banner {
  position: relative;
  width: 100%;
  height: 100vh; /* Full screen height */
  overflow: hidden;
  z-index: 0;
}

.video-banner video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.mt-50{
	padding-top:150px;
}

/* Fix hero → content gap */
.slideshow .slides {
  top: 0 !important;                 /* remove the -230px offset */
}

/* Keep hero full-height and tidy */
.slideshow,
.slideshow .slideshow-inner,
.slideshow .slide,
.slideshow .image-container {
  height: 100vh;
  overflow: hidden;
}

/* Optional: tighten spacing on the section right after the hero */
section.our-approach:first-of-type {
  margin-top: 0 !important;
}

/* Desktop / large screens: caption higher */
@media (min-width: 992px) {
  .slideshow .slide-content {
    align-items: flex-start !important;
    padding-top: 15vh;   /* adjust to taste */
  }
	.mob-image {display: none;}
}

@media (max-width: 991px) {
  .slideshow .slide-content {
    align-items: center !important;
    margin-top: -15vh !important;  /* scales with screen height */
  }
	.mob-image-2 {display:none}
}

.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article-card p {
  flex-grow: 1; /* pushes button down */
}