
:root {
  --primary-color: #07632E;
  --text-color: #000000;
}

:after,
:before {
    box-sizing: border-box
}

body,
html {
    height: 100%;
    position: relative;
    /* overflow-x: hidden; */
    width: 100%;
}

body.is-menu-open {
  overflow: hidden;
}



body {
    margin: 0;
    font-family: 'Poppins', serif !important;
    background-color: #fff;
}

a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
label,
li,
p,
span {

}
body {
    margin: 0;
}

html {
  scroll-behavior: smooth;
}

.body-site {
    overflow-x: hidden;
}


/*grid*/

.site-content .container {
  max-width: 1440px;
  margin: auto;
  padding: 0 30px;
}


.row-c {
    display: flex;
    flex-direction: row;
}

.col-2 {
    width: 16.66%;
    padding: 0 15px;
}

.col-3 {
    width: 25%;
    padding: 0 15px;
}

.col-4 {
    width: 33.3%;
    padding: 0 15px;
}

.col-6 {
    width: 50%;
    padding: 0 15px;
}

.col-7 {
  width: 58.33333333%;
  padding: 0 15px;
}

.col-5 {
  width: 41.66666667%;
  padding: 0 15px;
}

.col-8 {
    width: 66.7%;
    padding: 0 15px;
}

.col-9 {
  width: 75%;
  padding: 0 15px;
}

.col-12 {
    width: 100%;
    padding: 0 15px;
}

.topbar-mobile {
  display: none;
}

.topbar {
  padding: 15px 0;
  background: var(--primary-color);
  font-family: 'Roboto';
}

.topbar-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 60px;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.topbar-contact a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
}

.topbar-mail.topbar-contact {
  position: relative;
}

.topbar-mail.topbar-contact:after {
    content: "";
    height: calc(100% + 32px);
    width: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: -30px;
    transform: rotate(17deg);
}

.topbar-container {
    max-width: 1440px;
    margin: auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
}

.topbar-whatsapp.topbar-contact {
    padding-right: 50px;
}

.topbar-social ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    margin: 0;
}

header#header {
  z-index: 9999999;
  position: relative;
}

header.fixed-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #fff;
    z-index:999999;
}

.header-container {
    max-width: 1440px;
    margin: auto;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-family: 'Poppins';
    justify-content: space-between;
}

.logo-container {
    /* width: 20%; */
}

.header-menu-container {
  /* width: 65%; */
}

.header-menu-container ul {
  margin-bottom: 0;
}

.header-right {
  /* width: 15%; */
}

button.burger {
    display: none;
}

.header-menu-container ul.menu li {
    list-style-type: none;
    display: inline-block;
    margin-right: 50px;
}

.header-menu-container ul.menu li a {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: var(--primary-color);
}



.header-menu-container ul.menu li a:hover, .header-menu-container ul.menu li a:focus, .header-menu-container ul.menu li a:active {
  color: #000;
  text-decoration: underline;
}

.header-contact {
    text-align: left;
}

a.contact-cta {
    color: #213F61;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
/*
.search-btn {
    position: relative;
    top: 5px;
} */

a.primary-btn {
    font-size: 14px;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 30px;
    border-radius: 15px;
}

.services-btn {
    padding: 15px 30px !important;
    width: 100%;
    display: block;
    font-size: 16px !important;

}

/* Ascunde submeniul inițial */
.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  background: white;
  z-index: 1000;
  padding: 10px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Afișează submeniul la hover */
.menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Poziționare corectă */
.menu-item-has-children {
  position: relative;
}

/* Stiluri pentru link-urile din submeniu */
.sub-menu li a {
  padding: 8px 20px;
  display: block;
  white-space: nowrap;
}

.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: 100%; /* poziționează exact sub elementul părinte */
  left: 0;
  background: white;
  z-index: 1000;
  padding: 10px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

footer#colophon .container {
  max-width: 1440px;
  margin: auto;
  padding: 0 30px;
}

footer#colophon {
    padding: 50px 0;
}

footer#colophon {
    padding: 60px 0 50px;
    position: relative;
    overflow: hidden;
    background: var(--primary-color);
}


.logo-footer {
  padding-bottom: 20px;
}

.logo-footer img {
  max-width: 200px;
}

.footer-desc {
    color: #fff;
    font-size: 12px;
    padding-right: 35%;
    font-weight: 300;
}

footer#colophon .row-c {
  align-items: baseline;
}

footer .col-logo {
  width: 40%;
  padding: 0 15px;
  z-index: 9;
}

footer .col-list {
  width: 20%;
  padding: 0 15px;
    z-index: 9;
}

h3.footer-col-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
}

ul.footer-menu {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

ul.footer-menu li {
    padding: 0 0 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

ul.footer-menu li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}

footer#colophon:before {
    content: "";
    background-image: url(/wp-content/themes/ecogarden/images/footer-bottom.svg);
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

footer#colophon:after {
    content: "";
    background-image: url(/wp-content/themes/ecogarden/images/footer-middle.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-curve {
  position: relative;
  margin-top: 120px;
}

.footer-curve:before {
    content: '';
    width: 100%;
    height: 60px;
    background-image: url(/wp-content/themes/ecogarden/images/footer-curve.svg);
    position: absolute;
    top: -60px;
    background-size: cover;
    z-index: -1;
}

.footer-curve:after {
    content: '';
    width: 100%;
    height: 90px;
    background-image: url(/wp-content/themes/ecogarden/images/footer-curve-after.svg);
    position: absolute;
    top: -90px;
    background-size: cover;
    z-index: -2;
}

video.banner-desktop {
    width: 100%;
}

.home-hero {
    position: relative;
    font-size: 0;
}

.home-hero__content {
    max-width: 900px;
    position: absolute;
    top: 20%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

h1.hero-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    line-height:1.2;
    font-weight:300;
}

span.hero-bold {
    font-weight: 700;
}

span.hero-small {
  font-size: 80%;
}

h3.hero-desc {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
}

.hero-buttons {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

a.invert-btn {
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    color: var(--primary-color);
    padding: 5px 30px;
    border-radius: 15px;
}

.home-hero:before {
    content: "";
    background-image: url('/wp-content/themes/ecogarden/images/home-video-overlay.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.home-hero:after {
    content: "";
    width: 100%;
    height: 80px;
    background: #fff;
    clip-path: ellipse(53% 100% at 50% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-section-1 {
    position: relative;
    margin-top: -120px;
}

.green-title-section {
    padding: 50px 0 75px;
    text-align: center;
    background-color: var(--primary-color);
    color:#fff;
    font-size: 36px;
    font-weight: 700;
    border-radius: 15px;
}

.row-c.services-row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.service-col {
    width: calc(33% - 20px);
    box-shadow: 2px 3px 10px rgba(0,0,0,0.3);
    border-radius: 15px;
    background-color: #fff;
}

.service-img img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
}


.service-carousel .slick-slide {
    margin: 0 0px;
}



.service-carousel .slick-slide {
    margin: 0 0px;
    transform: scale(0.9);
}

.service-carousel .slick-slide.slick-current {
    margin: 0 0px;
    transform: scale(1);
}

/* the parent */
.service-carousel .slick-list {
    margin: 0 0px;
}

.service-carousel {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: auto;
    padding: 0 30px;

}

.service-item {
    width: calc(50% - 15px);
}

.service-title h3 {
    margin: 0;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.service-desc p.service-excerpt {
    margin: 0;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
}

.service-cta a {
    display: block;
    background: var(--primary-color);
    text-align: center;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.service-meta {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.home-section-2__content {
    padding: 100px 0 150px;
    background: rgb(165 183 156 / 20%);
    margin-top: -25px;
}

.home-section-2__curve {
    position: relative;
}

.home-section-2__curve:before {
    content: '';
    width: 100%;
    height: 120px;
    background-image: url(/wp-content/themes/ecogarden/images/home-2-curve.svg);
    position: absolute;
    top: -120px;
    background-size: cover;
    z-index: -1;
}

.home-section-2__content .row-c {
    width: calc(90% + 30px);
    margin: auto;
    align-items: center;
}

.home-section-2__title h2 {
    font-size: 55px;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
}

h2.title-black {
  color: #1E1E1E;
}

h2.title-green {
  color: var(--primary-color);
}

.home-section-2__text p {
    color: #1E1E1E;
}


.home-section-3__content {
    padding: 0px 0 50px;
    background: var(--primary-color);
    margin-top: -25px;
}

.home-section-3__curve-top {
    position: relative;
}

.home-section-3__curve-top:before {
    content: '';
    width: 100%;
    height: 3.7vw;
    background-image: url(/wp-content/themes/ecogarden/images/home-3-curve-top.svg);
    position: absolute;
    top: -3.6vw;
    background-size: cover;
    z-index: 1;
    background-position: top;

}

.home-section-3__curve-bottom {
  position: relative;
  font-size: 0;
}

.home-section-3__curve-bottom:before {
    content: '';
    width: 100%;
    height: 4.1vw;
    background-image: url(/wp-content/themes/ecogarden/images/home-3-curve-bottom.svg);
    position: absolute;
    bottom: -4vw;
    background-size: cover;
    z-index: 1;
    background-position: bottom;
    font-size: 0;
}

.trusted-partner {
    align-items: center;
}

.trusted-partner__icon {
    text-align: center;
    position: relative;
}

.trusted-partner__icon img {
    width: 80px;
}

.trusted-partner__icon:before {
    width: calc(50% - 45px);
    content: "";
    background-color: #fff;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
}

.trusted-partner__icon:after {
    width: calc(50% - 45px);
    content: "";
    background-color: #fff;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
}

h2.section-title {
    font-size: 34px;
    font-weight: 700;
    margin: 15px 0 0;
}

.text-white {
  color: #fff;
}

p.section-desc {
    font-size: 16px;
    margin: 5px 0 0;
}

.trusted-partner__image {
    position: relative;
}

.trusted-partner__image img {
    width: 100%;
    border-radius: 15px;
    position: relative;
}

.trusted-partner__image {
    z-index: 2;
    position: relative;
    margin-top: -70px;
}

.row-c.achievements-row {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 50px;
    padding: 50px 15px 0;
}

.achievement-icon {
    height: 80px;
    text-align: center;
}

.achievement-icon img {
    height: 80px;
}

.achievement-col {
    background: #fff;
    width: calc(20% - 40px);
    border-radius: 15px;
}

.achievement-text {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.achievement-col__content {
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 30px;
}

h5.achievement-number {
    color: var(--primary-color);
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    line-height: 80px;
}

.home-section-4 {
  height: 600px;
  margin-top: -50px;
  background-image: url('/wp-content/themes/ecogarden/images/banner-4.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -2;
  position: relative;
  font-size: 0;
}

.home-section-5__content {
  background-color: rgb(165 183 156 / 20%);
  padding: 75px 0;
}

.row-c.who-are-we {
    width: 80%;
    margin: auto;
}

.who-are-we__about {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.big-number {
    font-size: 90px;
    font-weight: 700;
}

.who-are-we__about h5 {
    font-size: 20px;
    font-weight: 700;
}


.who-are-we__cta {
    margin: 50px 0 0;
}


.who-are-we__cta a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.home-section-5__curve-bottom {
  position: relative;
  font-size: 0;
}

.home-section-5__curve-bottom:before {
    content: '';
    width: 100%;
    height: 4vw;
    background-image: url(/wp-content/themes/ecogarden/images/home-5-curve-bottom.svg);
    position: absolute;
    bottom: -4vw;
    background-size: cover;
    z-index: 1;
    background-position: bottom;
    font-size: 0;
}

.home-section-6 {
  padding: 150px 0;
}

.row-c.fields-row {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
}

.fields-col {
    width: calc(25% - 12px);
}

.fields-col__img img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    aspect-ratio: 5 / 4.5;
    object-fit: cover;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.fields-col__content {
    position: relative;
    border-radius: 15px;
}

/* .fields-col__text {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(70, 189, 97, 0.00) 0%, rgba(54, 146, 75, 0.42) 18.5%, #20572D 76.5%);
    padding: 40px 15px 20px;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
} */

.fields-col__text {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(70, 189, 97, 0.00) 0%, rgba(54, 146, 75, 0.00) 18.5%, rgba(32, 87, 45, 0)  76.5%);
    padding: 0 15px;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    padding-bottom: 0px;
    padding-top: 60px;
}

h3.fields-title {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

p.fields-desc {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.1;
}

.section-cta {
    padding: 50px 0 0;
    text-align: center;
}

.partners-section {
  padding: 120px 0 0;
}



.carousel .slick-track {
    display: flex;
    align-items: center;
}

.carousel-container {
    width: 100%; /* Ajustează la lățimea dorită */
    overflow: hidden;
}

.partners-carousel .slick-slide {
  margin: 0 15px;
}

.carousel img {
    max-width:100%; /* Spațiu între logo-uri */
    max-height: 60px;
}

.home-section-7__content {
  background-color: rgb(165 183 156 / 20%);
  padding: 50px 0 0;
}


.home-section-7__curve-top {
    position: relative;
}

.home-section-7__curve-top:before {
    content: '';
    width: 100%;
    height: 5.1vw;
    background-image: url(/wp-content/themes/ecogarden/images/home-7-curve.svg);
    position: absolute;
    top: -5.1vw;
    background-size: cover;
    z-index: 1;
    background-position: top;

}

.home-section-7__curve-bottom {
  position: relative;
  font-size: 0;
}

.home-section-7__curve-bottom:before {
    content: '';
    width: 100%;
    height: 8.1vw;
    background-image: url(/wp-content/themes/ecogarden/images/home-7-curve.svg);
    position: absolute;
    bottom: -8.1vw;
    background-size: cover;
    z-index: 1;
    background-position: bottom;
    font-size: 0;
}

.portfolio-row {
    padding: 0 30px;
}

.themed-title {
  color: var(--primary-color);
}

.portfolio-carousel {
    padding: 50px 0;
    position: relative;
}

/* .portfolio-carousel .swiper-wrapper {
  overflow: hidden;
} */

.green-leaves-centered {
    max-width: 560px;
    margin: 0 auto 50px;
    text-align: center;
    position: relative;
}

.green-leaves-centered img {
    width: 60px;
}

.green-leaves-centered:before {
    width: calc(50% - 35px);
    content: "";
    background-color: #3B945E;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
}

.green-leaves-centered:after {
    width: calc(50% - 35px);
    content: "";
    background-color: #3B945E;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
}

.row-c.title-row {
    flex-direction: row;
    align-items: center;
    gap: 5rem;
}

.portfolio-home {
    padding: 50px 0 50px;
    position: relative;
}


.testimonials-row {
  width: 85%;
  margin: auto;
}

.testimonials-home {
    padding: 75px 0 0;
}

.green-title {
    color: var(--primary-color);
}

.portfolio-section .title-section {
  margin: 0;
}

.section-newsletter {
  padding: calc(8vw + 150px) 0 125px;
}

.newsletter-box {
    max-width: 920px;
    margin: auto;
    padding: 40px 30px;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

.newsletter-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.page-hero {
    padding: 250px 0;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-hero:before {
    content: "";
    background-image: url('/wp-content/themes/ecogarden/images/hero-overlay.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
}

.hero-content {
    position: relative;
    text-align: center;
    color: #fff;
    width: 75%;
    margin: auto;
}

.page-hero.about-hero {
    padding: 250px 0;
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

h1.page-title {
  font-size: 48px;
  font-weight: 700;
}

h3.page-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.page-buttons {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.light-theme-bg {
  background-color: rgb(165 183 156 / 20%);
}

.theme-bg {
  background-color: var(--primary-color);
}


.about-section-1 {
    padding: 75px 0 250px;
    position: relative;
}

.about-section-1:before {
    content: '';
    width: 100%;
    height: 120px;
    background-image: url(/wp-content/themes/ecogarden/images/about-1-curve.svg);
    position: absolute;
    top: -120px;
    background-size: cover;
    z-index: 1;
}

span.green-text, .green-text {
    color: var(--primary-color);
}

.about-section-1 .section-title {
  line-height: 1.2;
  margin-top: 0;
}

.about-section-2 {
  padding: 0px 0 250px;
  position: relative;
}

.about-section__icon {
    text-align: center;
    position: relative;
}

.about-section__icon img {
    width: 80px;
}

.about-section__icon:before {
    width: calc(50% - 45px);
    content: "";
    background-color: #fff;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
}

.about-section__icon:after {
    width: calc(50% - 45px);
    content: "";
    background-color: #fff;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
}

.about-section-2:before {
    content: '';
    width: 100%;
    height: 120px;
    background-image: url(/wp-content/themes/ecogarden/images/about-2-curve-top.svg);
    position: absolute;
    top: -120px;
    background-size: cover;
    z-index: 1;
}

.about-section-2:after {
    content: '';
    width: 100%;
    height: 4.1vw;
    background-image: url(/wp-content/themes/ecogarden/images/about-2-curve-bottom.svg);
    position: absolute;
    bottom: -4vw;
    background-size: cover;
    z-index: 1;
    background-position: bottom;
    font-size: 0;
}

.portfolio-desc {
    padding: 30px 5rem 50px;
    background: #fff;
    border-radius: 15px;
    margin-left: 5rem;
}

.portfolio-desc__cta {
    margin-top: 30px;
}

a.btn-arrow-down {
  display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.video-container img {
    width: 100%;
}

.about-section-3 {
  position: relative;
  padding: 0 0 0px;
}

.container.about-video-container {
    width: 100%;
    z-index: 999;
    position: relative;
    top: -200px;
}

.container.about-video-container img {
  border-radius: 15px
}

.about-3-container {
  margin-top:-100px !important;
}

.bottom-30 {
  margin-bottom: 30px !important;
}


.about-section-3:after {
    content: '';
    width: 100%;
    height: 4.6vw;
    background-image: url(/wp-content/themes/ecogarden/images/about-3-curve-bottom.svg);
    position: absolute;
    bottom: -4.6vw;
    background-size: cover;
    z-index: 1;
    background-position: bottom;
    font-size: 0;
}

.about-section-4.about-partners {
    padding: 120px 0 75px;
}

.mvv-header-bg {
    height: 600px;
    background-image: url(/wp-content/themes/ecogarden/images/mvv-cover.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.mvv-row.mvv-row-1 {
  padding: 75px 0;
  position: relative;
}

.mvv-row.mvv-row-1:before {
  content: '';
  width: 100%;
  height: 4.6vw;
  background-image: url(/wp-content/themes/ecogarden/images/mvv-1-curve.svg);
  position: absolute;
  top: -4.5vw;
  background-size: cover;
  z-index: 1;
}

.mvv-title {
    width: 40%;
}

.mvv-title .section-title {
  margin: 0;
}

.mvv-desc {
  width: 60%;
}

.mvv-row.mvv-row-2 {
  padding: 75px 0 50px;
  position: relative;
}

.mvv-row.mvv-row-2:before {
    content: '';
    width: 100%;
    height: 1.1vw;
    background-image: url(/wp-content/themes/ecogarden/images/mvv-2-curve-top.svg);
    position: absolute;
    top: -1vw;
    background-size: cover;
    z-index: 1;
}

.mvv-row.mvv-row-2:after {
    content: '';
    width: 100%;
    height: 2.1vw;
    background-image: url(/wp-content/themes/ecogarden/images/mvv-2-curve-bottom.svg);
    position: absolute;
    bottom: -2vw;
    background-size: cover;
    z-index: 1;
    background-position: bottom;
    font-size: 0;
}

.mvv-row.mvv-row-3 {
  padding: 75px 0 150px;
  position: relative;
}

.row-c.values-row {
    gap: 50px;
    align-items: stretch;
    flex-wrap: wrap;
}

.value-box {
    width: calc(25% - 38px);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0,0,0,0.3);
    padding: 30px 0 20px;
    z-index: 9999;
}

.value-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 20px;
    text-align: center;
}

.value-desc {
    text-align: center;
    padding: 0 30px;
}

.value-icon img {
    height: 80px;
}

.mvv-row.mvv-row-3 {
  position: relative;
}

.mvv-row.mvv-row-3:after {
    content: '';
    width: 100%;
    height: 7vw;
    background-image: url(/wp-content/themes/ecogarden/images/about-5-curve-bottom.svg);
    position: absolute;
    bottom: -7vw;
    background-size: cover;
    z-index: 1;
    background-position: bottom;
    font-size: 0;
}

.values-container {
    margin-top: -100px;
    z-index: 9999;
}

.about-section-6 {
    padding: 120px 0 120px;
}

.service-section.service-1 {
    padding: 75px 0;
    position: relative;
}

.service-section.service-1:before {
    content: '';
    width: 100%;
    height: 3.6vw;
    background-image: url(/wp-content/themes/ecogarden/images/service-1-curve.svg);
    position: absolute;
    top: -3.4vw;
    background-size: cover;
    z-index: 1;
}

.service-top {
  padding:0 0 150px;
}

.service-top .row-c {
    align-items: center;
}

.service-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 50%;
}

.service-number {
    color: rgb(59 148 94 / 30%);
    font-size: 120px;
    font-weight: 700;
}

.service-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}

.service-desc-container {
    width: 50%;
}

.service-roadmap {
    padding: 0 0 50px;
    position: relative;
}

.service-roadmap-title h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    margin: 50px 0 30px;
}


.row-c.service-roadmap-boxes {
    gap: 50px;
    align-items: stretch;
    flex-wrap: wrap;
}

.roadmap-box {
    width: calc(25% - 38px);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0,0,0,0.3);
    padding: 30px 0 30px;
    z-index: 9999;
}

.roadmap-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 20px;
    text-align: center;
}

.roadmap-desc {
    text-align: center;
    padding: 0 4rem;
}

.roadmap-icon img {
    height: 80px;
}


.service-roadmap:before {
    content: '';
    width: 100%;
    height: 4.1vw;
    background-image: url(/wp-content/themes/ecogarden/images/service-roadmap-curve-top.svg);
    position: absolute;
    top: -4vw;
    background-size: cover;
    z-index: 1;
}

.service-roadmap:after {
    content: '';
    width: 100%;
    height: 4.1vw;
    background-image: url(/wp-content/themes/ecogarden/images/service-roadmap-curve-bottom.svg);
    position: absolute;
    bottom: -4vw;
    background-size: cover;
    z-index: 1;
    background-position: bottom;
    font-size: 0;
}

.service-carousel-section {
    padding: 150px 0 90px;
    position: relative;
}
.service-carousel-title {
  margin-bottom: 30px;
}

.service-carousel-title h3 {
    font-size: 34px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
}

.slick-slide img {
    display: block;
    width: 100%;
}



.service-item__content {
    position: relative;
    border-radius: 15px;
}

.service-item__cat {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #07632E;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    display: none;
}

.service-item__text {
  position: absolute;
      bottom: 0;
      background: linear-gradient(180deg, rgba(70, 189, 97, 0.00) 0%, rgba(54, 146, 75, 0.42) 18.5%, #20572D 76.5%);
      padding: 0 15px;
      color: #fff;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      min-height: 100px;
      display: flex;
      flex-direction: column;
      justify-content: stretch;
      padding-bottom: 15px;
      padding-top: 60px;
      width:100%;
}

h3.service-item-title {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.service-item-desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
    color: #fff;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.1;
    display: none !important;
}

.service-item__img img {
    border-radius: 15px;
    aspect-ratio: 6/4;
    object-fit: cover;
    width: 100%;
}

.service-carousel-section:after {
    content: '';
    width: 100%;
    height: 6.1vw;
    background-image: url(/wp-content/themes/ecogarden/images/service-carousel-curve-bottom.svg);
    position: absolute;
    bottom: -6.1vw;
    background-size: cover;
    z-index: 1;
    background-position: bottom;
    font-size: 0;
}


.service-section.service-2, .service-section.service-3 {
  padding: 150px 0;
}


.contact-section-bottom {
    padding: 200px 0 0;
    font-family: 'Poppins';
}

.contact-section-bottom__text {
    width: 25%;
}

.contact-section-bottom__form {
    width: 75%;
    padding-left: 5rem;
}

.col-sm-12.col-12.disclaimer p {
    font-size: 14px;
    font-style: italic;
    padding-top: 15px;
}

.col-sm-12.col-12.disclaimer p a {
    font-size: 14px;
    font-style: italic;
    color: var(--primary-color);
    text-decoration: underline;
}

.career-section-top {
    padding: 50px 0;
    position: relative;
}

.career-section-top:before {
    content: '';
    width: 100%;
    height: 6.5vw;
    background-image: url(/wp-content/themes/ecogarden/images/career-curve-top.svg);
    position: absolute;
    top: -6.4vw;
    background-size: cover;
    z-index: 1;
}

.career-section-top .row-c {
  flex-direction: column;
  row-gap: 30px;
}

.career-jobs {
    width: 25%;
}

ul.career-list {
    list-style-type: none;
    padding: 30px 0 0;
}

ul.career-list li {
    color: #07632E;
    font-size: 18px;
    padding-bottom: 30px;
}

.career-form {
    width: 75%;
}

.offer-section-form {
    padding: 50px 0;
    position: relative;
}

.offer-section-form:before {
    content: '';
    width: 100%;
    height: 6.5vw;
    background-image: url(/wp-content/themes/ecogarden/images/offer-curve-top.svg);
    position: absolute;
    top: -6.4vw;
    background-size: cover;
    z-index: 1;
}

.offer-form-container {
    display: flex;
    flex-direction: row;
    border: 1px solid #E1E1E0;
    border-radius: 15px;
    padding: 30px;
    width:100%;
}

.offer-left {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #EAF4EB;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}

.offer-left__top-icon {
    margin-bottom: 30px;
}


.offer-left__top-text {
    color: var(--primary-color);
    font-weight: 700;
}

.offer-form {
    width: 67%;
}

.offer-bottom {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    background: #D3F2D7;
    padding: 15px;
    border-radius: 15px;
}

.offer-left__bottom-text {
    text-align: left;
    font-size: 12px;
}

.offer-section-cta .row-c {
    align-items: self-end;
    justify-content: space-between;
}

.offer-section-cta {
    padding: 120px 50px 30px 30px;
    border-radius: 15px;
}

.offer-section-cta__text {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 34px;
    width: 50%;
}

.offer-section-cta__link a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.container.offer-section-cta-container {
    padding-bottom: 76px;
}

.page-hero.contact-hero {
  background-color: var(--primary-color);
  padding: 150px 0 200px;
}

.page-hero.contact-hero:before {
  display:none;
}

.contact-section-top {
  padding: 50px 0;
  position: relative;
}

.contact-section-top:before {
    content: '';
    width: 100%;
    height: 6.5vw;
    background-image: url(/wp-content/themes/ecogarden/images/contact-curve-top.svg);
    position: absolute;
    top: -6.4vw;
    background-size: cover;
    z-index: 1;
}

.contact-top-left__info {
    margin-top: 50px;
}

.contact-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.contact-info a, .contact-info span {
  color: #1E1E1E;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}

.contact-top-left {
    width: 25%;
    padding-right: 50px;
}

.contact-top-right {
  width: 75%;
  padding-left: 50px;
}

.contact-map {
  padding: 50px 0;
}

.offer-form {
    width: 67%;
    padding-left: 30px;
    padding-right: 20px;
}

.custom-form .txt-f input, .custom-form .txt-f textarea, .custom-form .txt-f input::placeholder, .custom-form .txt-f textarea::placeholder {
    margin-bottom: 15px;
}


.custom-form .wpcf7-form-control {
    background-color: #F8F8F8;
    border: unset;
}

.custom-form .txt-f input, .custom-form .txt-f textarea, .custom-form .txt-f input::placeholder, .custom-form .txt-f textarea::placeholder {
    color: #333332;
    font-size: 13px;
    font-weight: 400;
}

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border: 1px solid #e1e1e0;
}

.form-control, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time],
input[type=url], input[type=week], select, textarea {
    padding: 0px 10px 0px 10px;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large {
    font-size: 13px;
}

.contact-form-container-ceg {
    background-color: #fff!important;
}

.wpcf7-submit {
    background-color: var(--primary-color) !important;
}

.custom-form textarea {
    padding: 15px;
}

.checkbox-c p span > span {
    background-color: #F8F8F8;
    padding: 5px 15px 5px 0;
}

.checkbox-c label span {
    color: var(--primary-color);
    font-weight: 400;
}

.btn-sub input {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 15px;
}

.select-f select {
    background-image: url(/wp-content/themes/ecogarden/images/4115225_bottom_chevron_chevron-down_icon.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position-x: 98%;
    background-position-y: 49%;

    color: #333332;
    font-size: 13px;
    font-weight: 400;
}

.custom-form input[type="file"] {
    width: 100%;
    background: unset;
    border-radius: unset;
}

form input#mfcf7_zl_add_file {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #fff;
    border: 2px dashed #07632E;
    color: #07632E;
    padding: 10px;
    position: relative;
    font-size: 16px;
}

.multiline-upload label:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/ecogarden/images/upload.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 999;
}

 .multiline-upload label {
   display: block;
   position: relative;
   margin-bottom: 30px;
 }

.custom-form span.mfcf7-zl-multifile-name {
    font-size: 14px;
}

.custom-form .delete-file {
    font-size: 13px;
}

.custom-form #mfcf7_zl_multifilecontainer {
    overflow: hidden;
}

.file-attachment-eco {
    margin: 0 !important;
}

.checkbox-c > p {
    margin-top: 0;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large {
    width: 100%;
}

textarea {
    min-height: 180px;
    height: 180px;
    max-height: 280px;
}

input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
}

input.wpcf7-not-valid {
    border-color: #ffc9c9;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1rem 0;
    border: none;
    background: #eee;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: white;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
    color: white;
}

.wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
    color: white;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #e8ac10;
    color: white;
}


input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],
input[type="month"],input[type="time"],input[type="week"],textarea,.form-control,select,.porto-wpforms-inline .wpforms-field-large {
    background-color: #f7f7f7;
    color: #07632e;
    border-color: #eaeaea;
    border-width: 2px 2px 2px 2px;
    font-size: 16px;
    height: 44px
}

textarea,.porto-wpforms-inline .wpforms-submit {
    height: auto
}

form,form p {
    font-size: 16px;
    font-family: 'Poppins';
}

input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="text"]:focus,textarea:focus,select:focus {
    border-color: #000000
}

.form-control:focus {
    background-color: #f7f7f7;
    border-color: #000000
}

input,textarea,.form-control,select {
    border-radius: 10px
}

.btn-small input.wpcf7-form-control.wpcf7-submit {
  font-size: 14px;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 50px;
    border-radius: 15px;
    border: 0;
}


.col-sm-12.col-12.btn-small {
    margin-top: 10px;
}


.contact-section-bottom__form textarea, .contact-top-right textarea {
    padding-top: 15px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.custom-form .btn-sub {
    position: relative;
    top: 50px;
}

.upload-cv-cv label {
    display: block;
    width: 100%;
    position: relative;
}

.upload-cv-cv label:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/ecogarden/images/upload.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 999;
}

.portfolio-section-top {
    padding: 50px 0 10vw;
    position: relative;
}

.portfolio-section-top:before {
    content: '';
    width: 100%;
    height: 6.5vw;
    background-image: url(/wp-content/themes/ecogarden/images/career-curve-top.svg);
    position: absolute;
    top: -6.4vw;
    background-size: cover;
    z-index: 1;
}

/* Containerul butoanelor de filtrare */
.portfolio-filter {
    margin-bottom: 90px;
    font-family: 'Poppins';
    margin-top: -12vw;
    background: #fff !important;
    padding:30px 30px;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
}
.portfolio-filter a {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 12px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
.portfolio-filter a.active {
    color: var(--primary-color);
    font-weight: 700;
}

.portfolio-filter a:hover {
    color: var(--primary-color);
}

/* Containerul general al proiectelor */
.portfolio-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    gap:50px;
}

.portfolio-item {
    position: relative;
    float: left;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
    font-family: 'Poppins';

}

.portfolio-item.layout60 {
    width: calc(60% - 25px);
}
.portfolio-item.layout40 {
    width: calc(40% - 25px);
}


/* Clasă folosită când un item este ascuns de filtrul JS */
.portfolio-item.hidden {
    display: none !important;
}

.portfolio-item img {
  width:100%;
  aspect-ratio: 4 / 1;
}

/* Categoriile, în colțul din dreapta sus */
.portfolio-categories {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color:#fff;
    font-weight: 500;
}

/* Info (titlu + meta) în stânga jos */
.portfolio-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px; /* dacă vrei să se întindă pe toată lățimea */
    padding: 60px 30px 30px;
    background: linear-gradient(180deg, rgba(70, 189, 97, 0.00) 0%, rgba(54, 146, 75, 0.17) 18.5%, rgba(32, 87, 45, 0.40) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    width: 100%;
}
.portfolio-info h2 {
    margin: 0 0 15px;
    width: 70%;
    line-height: 1;
}

.portfolio-info h2 a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

p.portfolio-meta-items {
    margin: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
}

.portfolio-content {
  padding: 75px 0 0;
  position: relative;
}

.portfolio-content:before {
    content: '';
    width: 100%;
    height: 7.5vw;
    background-image: url(/wp-content/themes/ecogarden/images/portfolio-content-curve.svg);
    position: absolute;
    top: -7.5vw;
    background-size: cover;
    z-index: -1;
}

.portfolio-content:after {
    content: '';
    width: 100%;
    height: 12vw;
    background-image: url(/wp-content/themes/ecogarden/images/portfolio-content-curve-bottom.svg);
    position: absolute;
    bottom: -12vw;
    background-size: cover;
    z-index: -1;
    background-position: bottom;
    font-size: 0;
}

.blog-page-content {
    padding: 50px 0;
    position: relative;
    font-family: 'Poppins';
}

.blog-page-content:before {
    content: '';
    width: 100%;
    height: 6.5vw;
    background-image: url(/wp-content/themes/ecogarden/images/career-curve-top.svg);
    position: absolute;
    top: -6.4vw;
    background-size: cover;
    z-index: 1;
}

.row-c.flex-stretch.blog-section {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 50px;
}

.blog-article {
    width: calc(50% - 25px);
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0,0,0,0.3);
}

.entry-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.entry-title-content {
    padding: 30px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

h3.entry-title a {
    color: #07632E;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height:1;
}

h3.entry-title {
    line-height:1;
    margin-bottom: 30px;
}

p.entry-link {
    margin-top: 50px;
    text-align: center;
}

a.btn-arrow-up {
    color: #07632E;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
}

.page-hero.page-hero__article {
  background-color: var(--primary-color);
  height: 450px;
  position: relative;
}

.page-hero.page-hero__article:before {
  display:none;
}

.hero-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.article-hero .hero-img {
    position: absolute;
    top: 100px;
    width: 70%;
    left: 15%;
    z-index:9;
}

section.blog-post {
    padding: 250px 0 75px;
    position: relative;
    font-family: 'Poppins';
}


section.blog-post:before {
    content: '';
    width: 100%;
    height: 6.5vw;
    background-image: url(/wp-content/themes/ecogarden/images/contact-curve-top.svg);
    position: absolute;
    top: -6.4vw;
    background-size: cover;
}

section.blog-post .container {
  width: calc(70vw + 60px);
  margin: auto;
}

.post-meta {
    background: #fff !important;
    padding: 30px 30px;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}

.post-meta-item {
  color:#000;
  font-size: 16px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: row;
}

.post-meta-item a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    pointer-events: none;
}

section.blog-post h1.post-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
}

section.post-related {
    padding: 75px 0 0;
    position: relative;
    font-family: 'Poppins';

}

h2.section-title.title-centered.related-title {
    text-align: center;
    margin-bottom: 75px;
}

section.post-related:before {
    content: '';
    width: 100%;
    height: 100vh;
    background-image: url(/wp-content/themes/ecogarden/images/post-related-bg.svg);
    position: absolute;
    top: -75px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index:-1;
}

p.all-articles-link {
    margin: 75px 0 0;
}

p.all-articles-link a {
  display: block;
  width: 100%;
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
}


.portfolio-single-section {
    padding: 550px 0 0px;
    position: relative;
    font-family: 'Poppins';
}

.portfolio-single-section:before {
    content: '';
    width: 100%;
    height: 6.5vw;
    background-image: url(/wp-content/themes/ecogarden/images/contact-curve-top.svg);
    position: absolute;
    top: -6.4vw;
    background-size: cover;
}

.portfolio-meta-list {
    background: #fff !important;
    padding: 30px 30px;
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}

.portfolio-meta-item {
  color: var(--primary-color);
  font-size: 16px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: row;
}

.portfolio-single-section .portfolio-item {
    width: calc(50% - 25px);
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0,0,0,0.3);
    position: relative;
}

.single-portfolio-top h1.post-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}

.single-portfolio-top {
    display: flex;
    flex-direction: column;
    gap: 75px;
    margin: 50px 0 30px;
    font-family: 'Poppins';
}

.top75 {
  padding-top: 150px;
}


.portfolio-carousel .slick-slide {
    margin: 0 15px;
}

/* .portfolio-carousel .slick-slide img {
    width:100%;
    height: 300px;
    object-fit: cover
} */

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.portfolio-gallery {
    padding: 75px 0;
    margin: 0 30px;
}

.slick-dots {
  position: absolute;
  bottom: -85px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li.slick-active {
  background: rgba(0, 0, 0, 1);
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  border-radius: 10px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: none;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 5px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

img.arrow-prev.slick-arrow {
    position: absolute;
    bottom: -62px;
    left: calc(50% - 250px);
    z-index: 1;
}

img.arrow-next.slick-arrow {
    position: absolute;
    bottom: -62px;
    right: calc(50% - 250px);
    z-index: 1;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    bottom: 0;
    top: 100% !important;
    height: auto !important;
    z-index: 9999 !important;
}

.swiper-button-prev {
  left: calc(50% - 250px) !important;
}

.swiper-button-next {
  right: calc(50% - 250px) !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.portfolio-gallery {
    padding: 75px 0;
    margin: 0 30px;
    overflow: hidden;
}

p.image-desc {
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    font-style: italic;
    position: absolute;
    bottom: -10px;
    left: 30px;
}

.general-page-section {
  padding: 75px 0;
  position: relative;
}

.general-page-section:before {
    content: '';
    width: 100%;
    height: 6.5vw;
    background-image: url(/wp-content/themes/ecogarden/images/contact-curve-top.svg);
    position: absolute;
    top: -6.4vw;
    background-size: cover;
    z-index: 1;
}

.col-brochure {
  width: 25%;
  padding: 0 30px;
}

.df-popup-thumb {
  width: 100% !important;
}

.general-page-section h3 {
    margin-top: 30px;
}

.df-lightbox-wrapper {
    position: fixed !important;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto !important;
    left: 0;
    z-index: 99999999;
}

.post-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.post-content h3 {
  font-size: 22px;
}

.post-content a {
  color: var(--primary-color);
}

.row-c.flex-stretch.press-section {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}

.press-appearance-item {
    width: calc(33.33% - 25px);
    border-radius: 15px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
}

.press-appearance-meta {
    padding: 30px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

h2.press-appearance-title {
  line-height: 1;
}

h2.press-appearance-title a {
  color: #07632E;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}

.press-appearance-image {
  aspect-ratio: 4/3;
 }

.press-appearance-image img {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 100%;
}

.footer-signature {
  font-style: italic;
  text-align: left;
}
.footer-signature a:hover {
  color: #fff;
}

.footer-signature {
    text-align: center;
    padding-top: 150px;
}
