/*
Theme Name: Olympia Group
Theme URI: https://happyonline.gr/
Author: Happyonline
Author URI: https://happyonline.gr/
Description: Olympia Group theme for WordPress by Happyonline.
Version: 1.0.0
Tested up to: 6.8.3
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: st

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

:root {
    --black: #000;
    --white: #fff;
    --primary: #267a5e;
    --secondary: #04253e;
}

body {
    margin: 0;
}
header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 4;
}
header.scrolled {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: rgba(4, 37, 62, 0.95);
    animation: slideDown 0.4s ease-out forwards;
    filter: drop-shadow(0px -2px 5px black);
}
@keyframes slideDown {
    from {
        top: -400px;
    }
    to {
        top: 0;
    }
}
header.scrolled .logo img {
    content: url(/wp-content/uploads/2025/11/olympiagroup-logo-dark.png);
}
header.scrolled .header-content {
    padding: 20px 60px;
    background-color: var(--white);
}
.hero-wrapper {
    width: 100%;
    z-index: 3;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 60px 60px 130px 60px;
    background-color: var(--secondary);
}
header .widgets {
    display: flex;
    flex-direction: row;
}
form.search-form {
    height: 20px;
    display: flex;
    margin-right: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: border-bottom 0.3s ease-in;
}
header.scrolled form.search-form {
    border-bottom: 1px solid rgba(4, 37, 62, 0);
}
header.scrolled form.search-form svg path {
    stroke: var(--secondary);
}
form.search-form:hover,
form.search-form:focus-within {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.scrolled form.search-form:hover,
header.scrolled form.search-form:focus-within {
    border-bottom: 1px solid rgba(4, 37, 62, 0.2);
}
form.search-form .search-field {
    background-color: transparent;
    border: none;
    color: var(--white);
    width: 70px;
    transition: width 0.3s ease-in;
}
form.search-form .search-field:focus,
form.search-form:hover .search-field {
    width: 200px;
    outline: none;
}
form.search-form .search-field::placeholder {
    color: var(--white);
}
header.scrolled form.search-form .search-field,
header.scrolled form.search-form .search-field::placeholder {
    color: var(--secondary);
}
form.search-form .search-submit {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
input.search-submit {
    color: red;
}
footer {
    margin: 0 60px;
}
.main-footer {
    border-radius: 25px 25px 25px 25px;
    background-color: var(--secondary);
    position: relative;
}
.main-footer .wrapper {
    z-index: 2;
}
footer .ornament-top-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.copyrights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 33px 60px;
}
.rights {
    font-size: 11px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: var(--secondary);
}
footer .dev,
footer .dev a {
    font-size: 11px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: var(--secondary);
    text-decoration: none;
    text-align: right;
}
.main-footer .top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 60px;
}
.main-footer .top .col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.main-footer .top .col .title {
    font-size: 18px;
    line-height: 26px;
    font-family: "alfabet";
    letter-spacing: -0.54px;
    color: #ffffff;
}
.main-footer .top .col .title:not(:first-child) {
    margin-top: 35px;
}
.main-footer .top .col .description {
    font-size: 12px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
}
.main-footer .top .col .menu-items {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.main-footer .top .col .menu-items a {
    font-size: 11px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    padding: 10px;
    background: #ffffff0d 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff1a;
    border-radius: 5px;
}
.main-footer .top .col .menu-items a:hover {
    background: #006547 0% 0% no-repeat padding-box;
    border: 1px solid #006547;
}
.main-footer .bottom {
    padding: 0 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.main-footer .bottom .col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 95px;
    padding-bottom: 60px;
}
.main-footer .bottom .col:nth-child(1) {
    padding-top: 60px;
}
#ceof {
    font-size: 24px;
    line-height: 30px;
    font-family: "alfabet";
    letter-spacing: -0.72px;
    color: rgba(255, 255, 255, 0.2);
}
.ceof-title {
    font-size: 15px;
    line-height: 20px;
    font-family: "alfabet";
    letter-spacing: -0.45px;
    color: #ffffff;
}
.ceof-address {
    font-size: 12px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    padding-bottom: 10px;
}
.ceof-email {
    font-size: 12px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.ceof-phone {
    font-size: 12px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.copyrights ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
.copyrights ul li:nth-child(2) {
    list-style: disc;
}
.copyrights ul li::marker {
    color: var(--secondary);
}
.copyrights ul a {
    font-size: 11px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: var(--secondary);
    text-decoration: none;
}
a.has-arrow.social-footer {
    text-transform: uppercase;
}
a.has-arrow.social-footer:hover svg {
    transform: rotate(0deg) !important;
}
a.has-arrow.social-footer:hover svg path {
    fill: var(--secondary);
}
span.get-in-touch-title {
    font-size: 24px;
    line-height: 20px;
    font-family: "alfabet";
    font-weight: 600;
    letter-spacing: -0.72px;
    color: #ffffff;
}
span.get-in-touch-desc {
    font-size: 12px;
    line-height: 20px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}
span.get-in-touch-desc p {
    margin: 20px 0 30px 0;
    max-width: 278px;
}
.main-footer .bottom .col:last-child {
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    color: white;
    display: flex;
    background: #ffffff;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-color: var(--secondary);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 66%);
    z-index: 1;
}
.hero-lower {
    position: absolute;
    inset: 0;
    background: #e5efec;
    z-index: 0;
    clip-path: polygon(400% 0, 0 0, 0 86%);
}
.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    padding-left: 60px;
}
.hero-video video {
    max-width: 800px;
    width: 100%;
    height: 944px;
    object-fit: cover;
    mask: url(/wp-content/uploads/2025/11/video-path.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    float: right;

    /* For WebKit browsers */
    -webkit-mask: url(/wp-content/uploads/2025/11/video-path.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.home-hero h1 {
    text-align: left;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -1.92px;
    margin: 0 0 60px 0;
    font-family: "alfabet";
}
.home-hero .description {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    width: 60%;
    display: flex;
    margin-bottom: 78px;
    font-family: "aktiv-grotesk-extended";
}
section.home-hero.hero:after {
    content: url(/wp-content/uploads/2025/11/dots.png);
    position: absolute;
    bottom: 26%;
    left: 60px;
    z-index: 3;
}
.has-arrow svg {
    padding: 19px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    overflow: unset;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    margin-right: -10px;
}
.has-arrow:hover svg {
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 1);
    margin-right: 10px;
}
.has-arrow:hover svg path {
    fill: var(--primary);
}
.has-arrow {
    display: flex;
    align-items: center;
    color: white;
    letter-spacing: 2px;
    font-size: 10px;
    text-decoration: none;
    line-height: 13px;
    font-family: "aktiv-grotesk-extended";
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.has-arrow:hover {
    margin-right: 0;
}
.hero-links {
    display: flex;
    flex-direction: row;
    gap: 60px;
}
.burger-menu {
    display: flex;
    border-left: none;
    padding-left: 25px;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
header.scrolled .burger-menu {
    border-left: 1px solid rgba(4, 37, 62, 0.2);
}
.burger-menu span {
    height: 1px;
    border-radius: 5px;
    background-color: var(--white);
    display: flex;
    width: 30px;
    transition: 0.3s ease-in-out;
}
header.scrolled .burger-menu span {
    background-color: var(--secondary);
}
.burger-menu span:nth-child(2) {
    width: 25px;
    transition: width 0.3s ease-in-out;
}
.burger-menu:hover {
    cursor: pointer;
}
.burger-menu:hover span:nth-child(2) {
    width: 30px;
}
.main-menu {
    position: fixed;
    right: -600px;
    transition: right 0.3s ease-in-out;
}
.main-menu.active {
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 87%;
    z-index: 6;
    background-color: var(--white);
    padding: 60px 35px 60px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    justify-content: space-between;
    /* overflow-y: scroll; */
}
.close-text {
    font-size: 10px;
    line-height: 13px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 2px;
    color: var(--secondary);
}
.close-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 19px;
    margin-right: 25px;
}
.close-btn:hover {
    cursor: pointer;
}
.social-text {
    font-size: 14px;
    line-height: 40px;
    font-family: "alfabet";
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--secondary);
    opacity: 0.5;
    text-align: right;
}
.main-menu .header-menu a {
    text-align: right;
    font: normal normal 600 36px / 50px Alfabet;
    letter-spacing: 0px;
    color: var(--secondary);
    text-decoration: none;
    text-align: right;
    position: relative;
}
.main-menu .header-menu a:before {
    content: url(/wp-content/uploads/2025/11/right-up-menu.svg);
    width: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    opacity: 0;
}
.main-menu .header-menu li.menu-item-has-children > a:hover:before,
.main-menu li.menu-item-has-children:hover > a:before,
.main-menu li.menu-item-has-children:has(.sub-menu:hover) > a:before {
    content: url(/wp-content/uploads/2025/11/right-up-menu.svg);
    width: 18px;
    height: 18px;
    margin-right: 20px;
    opacity: 1;
}
.main-menu .header-menu li.menu-item-has-children > a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #006547;
    transition: all 0.1s ease-in-out;
    display: inline-block;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: -10px;
}
.main-menu .header-menu li.menu-item-has-children > a:hover:after,
.main-menu li.menu-item-has-children:hover > a:after,
.main-menu li.menu-item-has-children:has(.sub-menu:hover) > a:after {
    width: 100%;
    opacity: 1;
}
.main-menu .header-menu li.menu-item-has-children > a:hover,
.main-menu li.menu-item-has-children:hover > a,
.main-menu li.menu-item-has-children:has(.sub-menu:hover) > a {
    color: #006547;
}
.main-menu ul.header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.main-menu ul li {
    text-align: right;
}
.main-menu .sub-menu {
    display: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: 535px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    opacity: 0;
    padding: 40px;
    transition: opacity 0.3s ease;
}
.main-menu li.menu-item-has-children {
    position: relative;
}
.main-menu li.menu-item-has-children:hover .sub-menu {
    display: flex;
    position: fixed;
    right: 535px;
    top: 0;
    background: var(--secondary);
    height: 100%;
    width: 453px;
    opacity: 1;
    display: flex;
    background: var(--secondary);
    height: 100%;
    width: 453px;
    opacity: 1;
}
.main-menu .sub-menu:hover {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}
.main-menu .sub-menu a {
    color: var(--white);
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw - 550px);
    height: 100vh;
    background: transparent linear-gradient(90deg, #00142300 0%, #001423 100%)
        0% 0% no-repeat padding-box;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
}
.main-menu.active + .menu-overlay {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}
.main-menu .sub-menu {
    list-style: none;
}
.main-menu .sub-menu li.parent-title {
    font-size: 24px;
    line-height: 30px;
    font-family: "alfabet";
    letter-spacing: -0.72px;
    color: rgba(255, 255, 255, 0.2);
    text-align: left;
}
.main-menu .sub-menu li.parent-description {
    font-size: 16px;
    line-height: 30px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    margin-top: 15px;
    margin-bottom: 60px;
}
.main-menu .sub-menu li.menu-item {
    width: 320px;
}
.main-menu .sub-menu li.menu-item a {
    display: flex;
    width: auto;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    font-family: "alfabet";
    font-weight: 300 !important;
    color: rgba(255, 255, 255, 1);
    height: 60px;
    align-items: center;
    padding-left: 10px;
    transition: padding 0.2s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-menu .sub-menu li.menu-item a:after {
    content: "\276D";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute !important;
    right: 30px;
    transition: right 0.2s ease-in-out;
    bottom: 50%;
}
.main-menu .sub-menu li.menu-item a:hover:after {
    right: 20px;
}
.main-menu .sub-menu li.menu-item a:hover {
    border-bottom: 1px solid transparent;
    background-color: #006547;
    border-radius: 10px;
    padding-left: 20px;
}
.main-menu .sub-menu li.menu-item:first-child a {
    margin-top: 40px;
}
.main-menu .sub-menu li.parent-img {
    margin-top: 60px;
}
.main-menu .social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.has-arrow-social {
    display: flex;
    align-items: center;
    color: var(--secondary);
    letter-spacing: 2px;
    font-size: 10px;
    text-decoration: none;
    line-height: 13px;
    font-family: "aktiv-grotesk-extended";
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.has-arrow-social svg {
    padding: 19px;
    background-color: var(--secondary) 1a;
    border-radius: 50%;
    overflow: unset;
    transition: all 0.3s ease-in-out;
    margin-left: -10px;
}

.has-arrow-social:hover svg {
    background-color: var(--secondary);
    fill: var(--white);
}
.has-arrow-social:hover svg {
    margin-left: 10px;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
}
#numbers .wrappper {
    display: flex;
    flex-direction: column;
    padding-bottom: 180px;
}
#numbers .text-btn {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 120px;
}
#numbers .numbers-that-matter {
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#numbers .title {
    font-size: 68px;
    line-height: 70px;
    font-family: "alfabet";
    letter-spacing: -2.04px;
    color: var(--secondary);
}
#numbers .subtitle {
    font-size: 30px;
    line-height: 30px;
    font-family: "alfabet";
    letter-spacing: -0.9px;
    color: var(--secondary);
}
#numbers .description {
    font-size: 18px;
    line-height: 30px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: #58595b;
    max-width: 588px;
}
#numbers .description p {
    margin: 0;
}
#numbers .btn {
    padding: 27px 25px;
    background-color: rgba(38, 122, 94, 0.1);
    border-radius: 10px;
    font-size: 12px;
    line-height: 15px;
    font-family: "aktiv-grotesk-extended";
    font-weight: bold;
    color: var(--secondary);
    text-decoration: none;
    width: 286px;
}
#numbers .btn svg {
    float: right;
    transform: rotate(deg);
    transition: transform 0.3s ease-in-out;
}
#numbers .btn:hover {
    background-color: rgba(38, 122, 94, 1);
    color: var(--white);
}
#numbers .btn:hover svg {
    transform: rotate(45deg);
}
#numbers .btn:hover svg path {
    fill: var(--white);
}
#numbers .number-box {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 270px;
}
.number-box-title {
    font-size: 68px;
    line-height: 70px;
    font-weight: bold;
    font-family: "alfabet";
    letter-spacing: -2.04px;
    color: var(--primary);
}
.number-box-subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: var(--secondary);
}
#numbers .line:after {
    content: "";
    height: 1px;
    width: 100%;
    max-width: 270px;
    background-color: rgba(38, 122, 94, 0.1);
    position: absolute;
    z-index: 1;
}
#numbers .line:before {
    content: "";
    height: 1px;
    width: 100%;
    max-width: 30px;
    background-color: rgba(38, 122, 94, 1);
    position: absolute;
    z-index: 2;
}
#values .wrapper {
    padding: 100px 60px 150px 60px;
    position: relative;
    display: grid;
    grid-template-columns: 8fr 4fr;
    align-items: center;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 40%,
        rgba(0, 101, 71, 0.1) 40%
    );
}
.check-dots {
    position: absolute;
    top: 0;
    left: 22%;
}
#values .description-box {
    display: flex;
    flex-direction: column;
    background-color: var(--secondary);
    border-radius: 25px;
    padding: 160px 150px;
}
#values .values_title {
    font-size: 68px;
    line-height: 70px;
    font-family: "alfabet";
    letter-spacing: -2.04px;
    color: #ffffff;
}
#values .values_subtitle {
    font-size: 30px;
    line-height: 30px;
    font-family: "alfabet";
    letter-spacing: -0.9px;
    color: #ffffff;
}
#values .values_description {
    font-size: 18px;
    line-height: 35px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: #ffffff;
    max-width: 514px;
}
#values .values_description p {
    margin: 50px 0 80px 0;
}
#values .green-cards {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: -270px;
}
#values .green-cards .card {
    box-shadow: 0px 5px 15px var(--secondary) 33;
    border-radius: 20px;
    border: 10px solid var(--white);
    min-width: 490px;
    min-height: 532px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
#values .green-cards .card .background-image {
    position: absolute;
    min-width: 490px;
    min-height: 532px;
    width: 100%;
    top: 0;
    left: 0;
}
#values .green-cards .card .background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}
#values .green-cards .card .background-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #006547 0%, #002d20 100%) 0%
        0% no-repeat padding-box;
    mix-blend-mode: multiply;
    border-radius: 10px;
}
#values .green-cards .card .info {
    z-index: 3;
    max-width: 374px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#values .green-cards .card .info .title {
    font-size: 36px;
    line-height: 70px;
    font-family: "alfabet";
    letter-spacing: -1.08px;
    color: #ffffff;
    text-align: center;
}
#values .green-cards .card .info .subtitle {
    font-size: 14px;
    line-height: 30px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
#values .green-cards .card:hover .background-image:after {
    background: transparent linear-gradient(180deg, #006547 0%, #000000 100%) 0%
        0% no-repeat padding-box;
}
#values .green-cards .card:hover img {
    transform: scale(1.1);
}
#values .green-cards .card:first-child svg {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0px;
}
#values .green-cards .card:last-child svg {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0px;
    transform: rotate(180deg);
}
#ecosystem {
    position: relative;
}
#ecosystem > svg {
    position: absolute;
    top: 0;
    right: 0;
}
#ecosystem .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 245px;
}
#ecosystem .wrapper > .title {
    font-size: 46px;
    line-height: 50px;
    font-family: "alfabet";
    letter-spacing: -1.38px;
    color: var(--secondary);
}
#ecosystem .description {
    font-size: 15px;
    line-height: 30px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: #58595b;
    max-width: 600px;
}
#ecosystem .dection-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 101, 71, 0.1);
    clip-path: ellipse(60% 40% at 50% 0%);
}
.sectors {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.sector {
    box-shadow: 0px 5px 15px var(--secondary) 33;
    border-radius: 20px;
    padding: 5px 5px 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sector .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    max-width: 236px;
    text-align: center;
    margin: 30px auto 40px auto;
}
.sector .details > .title {
    font-size: 24px;
    line-height: 30px;
    font-family: "alfabet";
    font-weight: 600;
    letter-spacing: -0.72px;
    color: var(--secondary);
}
.sector .details .excerpt {
    font-size: 13px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0px;
    color: #58595b;
}
.sector .thumbnail {
    border-radius: 15px;
    width: 276px;
    height: 200px;
    overflow: hidden;
}
.sector .thumbnail img {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}
.sector:hover .thumbnail img {
    transform: scale(1.1);
}
a.arch {
    height: 40px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(38, 122, 94, 0.1);
    border-radius: 50px 50px 0 0;
}
a.arch svg {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}
.sector:hover a.arch svg {
    transform: rotate(45deg);
}
.sector:hover a.arch svg path {
    fill: var(--white);
}
.sector:hover a.arch {
    background-color: rgba(38, 122, 94, 1);
}
#ecosystem img.ornament-left {
    position: absolute;
    left: 0;
    bottom: 0;
}
.sector:hover .details > .title {
    color: #006547;
}
#dialogues .wrapper {
    padding-left: 210px;
    display: flex;
    padding-bottom: 74px;
}
#dialogues .info {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    min-width: 600px;
}
#dialogues .info .title {
    font-size: 68px;
    line-height: 70px;
    font-family: "alfabet";
    letter-spacing: -2.04px;
    color: var(--secondary);
}
#dialogues .info .subtitle {
    font-size: 30px;
    line-height: 30px;
    font-family: "alfabet";
    letter-spacing: -0.9px;
    color: var(--secondary);
}
#dialogues .info .intro-text {
    font-size: 24px;
    line-height: 40px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: var(--secondary);
    max-width: 500px;
    padding: 60px 0 40px 0;
}
#dialogues .info .description {
    font-size: 12px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: #252525;
    max-width: 440px;
    margin-bottom: 60px;
}
.dialogues-btn {
    color: var(--secondary);
}
.dialogues-btn svg {
    background-color: rgba(0, 101, 71, 0.1);
}
.dialogues-btn:hover svg {
    background-color: rgba(0, 101, 71, 1);
}
.dialogues-btn svg path {
    fill: var(--secondary);
}
.dialogues-btn:hover {
    color: #006547;
}
.dialogues-btn:hover svg path {
    fill: var(--white);
}
/* SWIPER */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dialoguesSwiper {
    overflow: hidden;
}
.dialoguesSwiper .swiper-slide {
    width: 407px !important;
    height: 580px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper.dialoguesSwiper:after {
    content: "";
    height: 100%;
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent linear-gradient(270deg, #ffffff 0%, #ffffff00 100%)
        0% 0% no-repeat padding-box;
    z-index: 9999;
}
.swiper.dialoguesSwiper:before {
    content: "";
    height: 100%;
    width: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(90deg, #ffffff 0%, #ffffff00 100%)
        0% 0% no-repeat padding-box;
    z-index: 9999;
}
.swiper-img-nav {
    padding: 0 122px 30px 135px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.swiper-navigation {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.dialoguesSwiper .swiper-button-next,
.dialoguesSwiper .swiper-button-prev,
.dialoguesSwiper .swiper-pagination {
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    position: relative !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    color: var(--secondary);
    width: 60px;
    height: 60px;
    background-color: rgba(4, 37, 62, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialoguesSwiper .swiper-button-next,
.dialoguesSwiper .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background-color: rgba(4, 37, 62, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialoguesSwiper .swiper-button-next.swiper-button-disabled,
.dialoguesSwiper .swiper-button-prev.swiper-button-disabled,
.dialoguesSwiper .swiper-button-next.swiper-button-disabled:after,
.dialoguesSwiper .swiper-button-prev.swiper-button-disabled:after {
    background-color: rgba(255, 255, 255, 1);
}
.dialoguesSwiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}
.dialoguesSwiper .swiper-pagination-bullet::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: rgba(4, 37, 62, 1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dialoguesSwiper .swiper-pagination-bullet:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid var(--secondary) 4d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
.dialoguesSwiper .swiper-pagination-bullet-active:after {
    opacity: 1;
}
.dialoguesSwiper .swiper-slide .img {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 22px;
}
.dialoguesSwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}
.dialoguesSwiper .swiper-slide .img:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: transparent linear-gradient(180deg, #03111c00 0%, #03111c 100%)
        0% 0% no-repeat padding-box;
    transition: height 0.3s ease-in-out;
    border-radius: 22px;
}
.dialoguesSwiper .swiper-slide .img:before {
    content: "";
    width: 97%;
    height: 97%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border-radius: 22px;
    border: 1px solid var(--white);
    z-index: 1;
}
.dialoguesSwiper .swiper-slide:hover .img:after {
    height: 100%;
}
.dialoguesSwiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}
/* ===== Stories ===== */
#stories .top-shape {
    height: 95px;
    width: 100%;
    background-color: rgba(0, 101, 71, 0.1);
    clip-path: polygon(0 0, 50% 99%, 100% 0, 100% 100%, 0 100%);
}
#stories .wrapper-stories {
    position: relative;
    padding: 90px 0;
    background-color: rgba(0, 101, 71, 0.1);
}
#stories .wrapper-stories .inner {
    position: relative;
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
#stories .waves {
    position: absolute;
    right: 0;
    top: 210px;
    z-index: 1;
}
/* headings & text */
#stories .inner > .title {
    font: 68px/70px "alfabet";
    letter-spacing: -2.04px;
    color: var(--secondary);
}
#stories .subtitle {
    font: 30px/30px "alfabet";
    letter-spacing: -0.9px;
    color: var(--secondary);
}
#stories .description {
    font: 18px/30px "aktiv-grotesk-extended";
    color: #58595b;
    max-width: 588px;
    padding: 20px 0 40px;
}
/* grid */
#stories .stories {
    display: grid;
    grid-template-columns: 4fr 3fr 3fr;
    column-gap: 16px;
}
/* cards */
#stories .story {
    position: relative;
}
#stories .story:not(:first-child) {
    border-bottom: 1px solid rgba(0, 101, 71, 0.1);
}
#stories .story .details,
#stories .story .details > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
#stories .story .labels {
    display: flex;
    gap: 5px;
    margin: 0 15px;
}
#stories .story .labels .label {
    padding: 8px 15px;
    border-radius: 14px;
    font: 10px/13px "aktiv-grotesk-extended";
}
#stories .story .labels .label:nth-child(1) {
    background: #006547;
    color: #fff;
}
#stories .story .labels .label:nth-child(2) {
    background: #fff;
    color: var(--secondary);
}
#stories .story:hover .title {
    text-decoration: underline;
}
#stories .story:hover .has-arrow svg {
    background-color: #006547 !important;
    transform: rotate(45deg);
    margin-right: 10px;
}
#stories .story:hover .has-arrow svg path {
    fill: #fff !important;
}
#stories .story .title,
#stories .story a {
    margin: 0 20px;
}
#stories .story .title {
    font: 600 22px/30px "alfabet";
    letter-spacing: -0.66px;
    color: var(--secondary);
}
/* feature (first) card overrides */
#stories .story:nth-child(1) .title {
    font: 600 28px/35px "alfabet";
    letter-spacing: -0.84px;
    color: #fff;
}
#stories .story .thumbnail {
    width: 100%;
    height: 100%;
    max-width: 437px;
    max-height: 280px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
#stories .story:nth-child(1) .thumbnail {
    max-width: 588px;
    max-height: 500px;
}
#stories .story .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transform: scale(1);
    transition: transform 0.3s ease-in;
}
#stories .story:hover .thumbnail img {
    transform: scale(1.1);
}
#stories .story:nth-child(1) .thumbnail::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--secondary) 00 0%, #00111e 100%);
}
#stories .story:nth-child(1) .details {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 20px 20px;
}
/* small card tweaks (2 & 3) */
#stories .story:is(:nth-child(2), :nth-child(3)) .details {
    margin-top: -15px;
}
#stories .story .has-arrow {
    font-size: 10px;
    line-height: 13px;
}
#stories .story:is(:nth-child(2), :nth-child(3)) .has-arrow {
    color: var(--secondary);
}
#stories .story:is(:nth-child(2), :nth-child(3)) .has-arrow svg path {
    fill: var(--secondary);
}
#stories .story:is(:nth-child(2), :nth-child(3)) .has-arrow svg {
    background: rgba(0, 101, 71, 0.1);
}
.wrapper-portfolio {
    background-color: rgba(0, 101, 71, 0.1);
}
.wrapper-portfolio .inner {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 80px;
}
.wrapper-portfolio .portfolios {
    display: grid;
    grid-template-columns: 4fr 3fr 3fr;
    column-gap: 16px;
}
.wrapper-portfolio .porfolio {
    background-color: rgba(255, 255, 255, 0.4);
    transition: background-color 0.3s ease-in-out;
    border-radius: 20px;
    padding: 35px 30px;
    min-height: 307px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.portfolio-title {
    font-size: 26px;
    line-height: 30px;
    font-family: "alfabet";
    letter-spacing: 0px;
    color: var(--secondary);
    margin-bottom: 40px;
}
.wrapper-portfolio .porfolio ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 20px;
}
.wrapper-portfolio .porfolio ul li {
    font-size: 10px;
    line-height: 13px;
    font-family: "aktiv-grotesk-extended";
    font-weight: 500;
}
.wrapper-portfolio .porfolio ul li:nth-child(1) {
    color: #006547;
    text-transform: uppercase;
}
.wrapper-portfolio .porfolio ul li:nth-child(2) {
    color: rgba(4, 37, 62, 0.6);
    list-style: disc;
}
.wrapper-portfolio .porfolio .title {
    font-size: 24px;
    line-height: 35px;
    font-family: "alfabet";
    letter-spacing: -0.72px;
    color: var(--secondary);
}
.wrapper-portfolio .has-arrow {
    color: var(--secondary);
}
.wrapper-portfolio .has-arrow svg {
    background-color: rgba(0, 101, 71, 0.1);
}
.wrapper-portfolio .has-arrow svg path {
    fill: var(--secondary);
}
.wrapper-portfolio .porfolio:hover .has-arrow svg {
    background-color: rgba(0, 101, 71, 1);
    transform: rotate(45deg);
    margin-right: 10px;
}
.wrapper-portfolio .porfolio:hover .has-arrow svg path {
    fill: var(--white);
}
.wrapper-portfolio .porfolio:hover .has-arrow {
    color: #006547;
}
.wrapper-portfolio .porfolio:hover .title {
    text-decoration: underline;
}
.wrapper-portfolio .porfolio:hover {
    background-color: rgba(255, 255, 255, 1);
}
#stories .wrapper-last {
    position: relative;
}
#stories .wrapper-last .simple-grid {
    position: relative;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 90px 0 140px 0;
    z-index: 2;
}
#stories .wrapper-last .simple-grid .grid-item {
    width: 100%;
    max-width: 437px;
    min-height: 583px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
#stories .dection-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 101, 71, 0.1);
    clip-path: polygon(0 0, 100% 0, 100% 16%, 50% 40%, 0 16%);
    z-index: 1;
}
#stories .wrapper-last .thumbnail {
    max-width: 437px;
    max-height: 340px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
#stories .wrapper-last .thumbnail img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}
#stories
    .wrapper-last
    .simple-grid
    .grid-item:hover
    .thumbnail
    img:first-child {
    transform: scale(1.1);
}
#stories .wrapper-last .simple-grid .grid-item .thumbnail:after {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%)
        0% 0% no-repeat padding-box;
    transition: all 0.3s ease-in;
}
#stories .wrapper-last .simple-grid .grid-item:hover .thumbnail:after {
    background: transparent linear-gradient(180deg, #00654700 0%, #006547 100%)
        0% 0% no-repeat padding-box;
    height: 190px;
}
#stories .wrapper-last .thumbnail .ornament {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
#stories .wrapper-last .simple-grid .title {
    font-size: 28px;
    line-height: 30px;
    font-family: "alfabet";
    font-weight: 600;
    letter-spacing: -0.42px;
    color: var(--secondary);
    text-align: center;
    margin-top: 32px;
    transition: color 0.3s ease-in;
}
#stories .wrapper-last .simple-grid .grid-item:hover .title {
    color: #006547;
}
#stories .wrapper-last .simple-grid .meta > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#stories .wrapper-last .simple-grid .excerpt {
    font-size: 13px;
    line-height: 25px;
    font-family: "aktiv-grotesk-extended";
    letter-spacing: 0;
    color: #58595b;
    text-align: center;
    min-height: 92px;
}
#stories .wrapper-last .has-arrow {
    color: var(--secondary);
    margin-right: 20px;
    transition: all 0.3s ease-in;
}
#stories .wrapper-last .has-arrow svg {
    background-color: rgba(0, 101, 71, 0.1);
    margin-right: -10px;
    transition: all 0.3s ease-in;
}
#stories .wrapper-last .has-arrow svg path {
    fill: var(--secondary);
}
#stories .wrapper-last .simple-grid .grid-item:hover .has-arrow {
    color: #006547;
    margin-right: 0px;
}
#stories .wrapper-last .simple-grid .grid-item:hover .has-arrow svg {
    background-color: rgba(0, 101, 71, 1);
    transform: rotate(45deg);
    margin-right: 10px;
}
#stories .wrapper-last .simple-grid .grid-item:hover .has-arrow svg path {
    fill: var(--white);
}
#stories .wrapper-last .meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
