
:root {
  --footer-text-color: #fff;
  --primary-color: #22CB8F;
  --text-color: #262835;
  --secondary-color: #A095DD;
}

: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: 'Public Sans', serif;
    background-color: #F2F4F9;
}

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 {
    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;
}

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;
}

.logo-container {
    width: 50%;
}

.header-menu-container {
  width: 35%;
}

.header-contact {
  width: 15%;
}

button.burger {
    display: none;
}

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

.header-menu-container ul.menu li a {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #213F61;
}



.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: #213F61;
  text-decoration: underline;
}

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

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

header.fixed-header .header-menu-container ul.menu li a,
header.fixed-header .header-menu-container ul.menu li a:hover,
header.fixed-header .header-menu-container ul.menu li a:focus,
header.fixed-header .header-menu-container ul.menu li a:active,
header.fixed-header a.contact-cta
{
  color: #213F61;
}

.page-template-acasa .header-menu-container ul.menu li a,
.page-template-acasa .header-menu-container ul.menu li a:hover,
.page-template-acasa .header-menu-container ul.menu li a:focus,
.page-template-acasa .header-menu-container ul.menu li a:active,
.page-template-acasa a.contact-cta
{
  color: #fff;
}

li#menu-item-41 {
    display: none;
}


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

footer#colophon {
    padding: 50px 0;
    background: #213F61;
}

footer#colophon {
    padding: 50px 0 100px;
    background: #213F61;
    position: relative;
    overflow: hidden;
}

footer#colophon:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/footer-before.png);
    position: absolute;
    width: 200px;
    aspect-ratio: 1;
    background-size: contain;
    bottom: -50px;
    left: -50px;
    background-repeat: no-repeat;
    z-index: 1;
}

footer#colophon:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/footer-after.png);
    position: absolute;
    width: 300px;
    aspect-ratio: 1;
    background-size: contain;
    bottom: -100px;
    right: -0px;
    background-repeat: no-repeat;
    z-index: : -1;
}

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

h3.footer-col-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

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

ul.footer-menu li {
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    z-index: 2;
    position: relative;
}

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

.footer-col .address-col {
  padding-left: 30px;
}

.hero-section .container {
    display: flex;
    align-items: center;
}

.hero-left {
    width: 45%;
}

.hero-bg {
    padding: 0 30px;
    width: 55%;
    height:100%;
    /* background-image: url('/wp-content/themes/elda/images/hero-bg.png'); */
    font-size: 0;
    position: relative;
}

.hero-bg-content {
    background-color: #E88D3C;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height:100%;

}

.hero-bg img {
  width:100%;
  margin-top: 75px;
  margin-left: -50px;
}


.hero-text {
  color: #213F61;
  margin-left: 30px;
}

h1.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
}

p.hero-desc {
  font-size: 26px;
  padding-right: 15%;
  margin-top: 10px;
}

.hero-bg:before {
  content: "";
  background-image: url('/wp-content/themes/elda/images/hero-before.png');
  position: absolute;
  width:200px;
  height: 300px;
}

.hero-bg:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/hero-before.png);
    position: absolute;
    width: 300px;
    height: 400px;
    background-size: contain;
    top: 115px;
    left: -15%;
    background-repeat: no-repeat;
}

.hero-bg:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/hero-after.png);
    position: absolute;
    width: 350px;
    height: 250px;
    background-size: contain;
    top: 25%;
    right: -30px;
    background-repeat: no-repeat;
}

.hero-contact {
    display: flex;
    align-items: center;
    width: calc(100% + 50px);
    margin-left: 25px;
    position: relative;
    bottom: -100px;
}


.hero-contact .contact-text p {
    margin: 0;
    color: #213F61;
    font-size: 22px;
}

.hero-contact .contact-text {
  width: 60%;
  padding: 30px;
  background: #fff;
  z-index: 999;
}

.hero-contact .contact-button {
  width: 40%;
  padding: 30px;
  background: #213F61;
  z-index:999;
}

.hero-contact .contact-button a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.section-2 {
    margin-top: 75px;
    position: relative;
}

.section-blue {
  margin: 0 30px;
  padding: 50px 10% 100px;
  text-align: center;
  background: #213F61;
  border-radius: 15px;
}

.section-blue h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}

.section-blue p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.section-services {
    margin-top: -75px;
    z-index: 9999 !important;
    margin-bottom: 75px;
}

.row.services-row {
    z-index: 9999;
    margin: 0 75px;
    column-gap: 50px;
}

.col-4.service-col {
    background: #fff;
    z-index: 999;
    text-align:center;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.service-icon img {
    height: 120px;
}

.service-title {
    color: #213F61;
    font-size: 22px;
    font-weight: 600;
}

.service-desc {
    color: #213F61;
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid rgb(33 63 97 / 30%);
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.service-cta a {
    color: #E88D3C;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.service-cta a i {
    font-size: 18px;
    padding-left: 10px;
}

.section-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/section-2-before.png);
    position: absolute;
    width: 100%;
    height: 500px;
    background-size: cover;
    top: 7%;
    right: 0;
    background-repeat: no-repeat;
}

.meditation-section {
    padding-top: 75px;
    border-top: 1px solid rgb(33 63 97 / 30%);
    padding-bottom: 75px;
}

.meditation-step-text h4 {
    margin: 5px 0 0;
    color: #213F61;
    font-size: 26px;
    font-weight: 400;
}

.meditation-step-text p {
    margin: 10px 0 0;
    color: #213F61;
    font-size: 18px;
    font-weight: 300;
}

.meditation-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    padding-bottom: 30px;
}

.meditation-step-text {
    width: calc(100% - 80px);
}

.meditation-step-number {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #213F61;
    background: #E3DFD3;
    border-radius: 50px;
}

.meditation-step:nth-child(1):after, .meditation-step:nth-child(2):after {
    content: "";
    background: #E3DFD3;
    position: absolute;
    width: 6px;
    height: 100%;
    left: 22px;
    z-index: -1;
}

h4.meditation-subtitle {
    color: #213F61;
    margin: 10px 0 35px;
    font-size: 26px;
    font-weight: 400;
    padding-right: 30%;
}

h2.meditation-title {
    color: #213F61;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}

.meditation-image img {
  width: 100%;
}

.meditation-image p {
    color: #213F61;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0;
}

.meditation-text.text-left {
    padding-right: 30px;
}

.meditation-text.text-right {
    padding-left: 30px;
}

.meditation-1, .meditation-2 {
  position: relative;
}

.meditation-1:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/meditation-1-before.png);
  position: absolute;
  width: 100%;
  height: 400px;
  background-size: contain;
  top: 50px;
  left: 33.3%;
  background-repeat: no-repeat;
  z-index: -1;
}

.meditation-2:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/meditation-2-before.png);
  position: absolute;
  width: 100%;
  height: 400px;
  background-size: contain;
  top: 45%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.meditation-section .container {
  display: flex;
  flex-direction: row;
}

h2.section-title {
  color: #213F61;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.strengths-title {
  padding-bottom: 75px;
  position: relative;
}

.strengths-boxes {
  padding: 75px 0;
  border-top: 1px solid rgb(33 63 97 / 30%);
  position: relative;
}

.strengths-boxes:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/meditation-2-before.png);
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: contain;
    top: 30%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.row.strengths-row {
    gap: 50px;
    flex-wrap: wrap;
}

.strengths-box {
    width: calc(50% - 25px);
}

.row.strengths-row {
    column-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.strengths-box {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
}

.strengths-icon {
    padding: 0 30px;
}

.strengths-icon img {
    max-width: 120px;
}

h3.strengths-box__title {
    color: #213F61;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

p.strengths-box__desc {
  color: #213F61;
  font-size: 18px;
  font-weight: 400;
  margin: 10 0 0;
}

.strengths-text {
    padding-right: 50px;
    padding-left: 25px;
}

.strengths-title:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/strengths-title-before.png);
  position: absolute;
  width: 25%;
  aspect-ratio: 2;
  background-size: cover;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
}

.contact-row {
    padding: 75px 0;
}

.contact-form  {
  width: 45%;
}

.contact-form .form-body {
    padding: 30px 30px 50px;
    box-shadow: 0px 4px 114px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.form-body input {
    padding: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgb(33 63 97 / 30%);
    width: calc(100% - 30px);
    outline: none;
    background: transparent;
}

.form-body textarea {
    padding: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgb(33 63 97 / 30%);
    width: calc(100% - 30px);
    outline: none;
    background: transparent;
}

.form-body input::placeholder, .form-body textarea::placeholder {
  color: rgba(33, 63, 97, 0.3);

}

.submit-form .form-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 90%;
}

.submit-text {
    background: #fff;
    padding: 30px 30px;
    width: 50%;
    color: #213F61;
    font-size: 18px;
}

.submit-form p {
    margin: 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #E88D3C;
    border: 0;
    border-radius: 0;
    padding: 30px 30px;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    bottom:0;
}

.submit-button {
    width: 50%;
}

.submit-form {
    margin-top: -25px;
}

.contact-bg {
  width: 55%;
  position: relative;
}

.contact-bg img {
  width:100%;
  position: absolute;
  top:-27%;
  z-index:999;
}



.contact-section {
  position: relative;
  margin-top: 75px;
}

.contact-section:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/contact-section-before.png);
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: contain;
    top: -50px;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
}

.page-hero {
  padding-top: 200px;
  margin-bottom: 75px;
}

.hero-container {
    color: #fff;
    padding: 120px 30px;
    background: #E88D3C;
    border-radius: 15px;
}

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

h3.page-desc {
  font-size: 26px;
  margin-top: 10px;
  font-weight: 400;
}

.hero-container {
  position: relative;
}

.hero-img img {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 5%;
}

.page-hero:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/page-hero-before.png);
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: contain;
    top: 20%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
}

.services-meditations {
    padding-top: 75px;
    border-top: 1px solid rgb(33 63 97 / 30%);
    padding-bottom: 75px;
    position: relative;
}

.row.services-meditations__row {
    z-index: 9999;
    margin: 0 75px;
    column-gap: 50px;
}

.service-meditations__col {
    background: #fff;
    z-index: 999;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.service-meditations__icon img {
    height: 120px;
}

h3.meditation-title {
    margin-top: 0;
    margin-bottom: 5px;
    color: #213F61;
    font-size: 26px;
    font-weight: 500;
}

h5.meditation-subtitle {
    margin-top: 5px;
    margin-bottom: 0;
    color: #213F61;
    font-size: 20px;
    font-weight: 500;
}

.service-meditations__content p {
    margin-top: 0;
    margin-bottom: 5px;
    color: #213F61;
    font-size: 18px;
}

.service-meditations__info p {
    margin: 0;
    color: #E88D3C;
    font-size: 16px;
}

.services-meditations:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/services-meditations-before.png);
  position: absolute;
  width: 400px;
  height: 150px;
  background-size: contain;
  top: 25%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -2;
}

.services-meditations:after {
  content: "";
  background-image: url(/wp-content/themes/elda/images/services-meditations-after.png);
  position: absolute;
  width: 200px;
  height: 150px;
  background-size: contain;
  top: 25%;
  right: 0;
  background-repeat: no-repeat;
  z-index: -2;
}

.single-service-section .row {
  align-items: center;
}

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

.single-service-section.single-service-2 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.single-service-section.single-service-3 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.service-step-text h4 {
    margin: 5px 0 0;
    color: #213F61;
    font-size: 26px;
    font-weight: 400;
}

.service-step-text p {
    margin: 10px 0 0;
    color: #213F61;
    font-size: 18px;
    font-weight: 300;
}

.service-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    position: relative;
}

.service-step:not(.last) {
  padding-bottom: 75px;
}

.service-step-text {
    width: calc(100% - 80px);
}

.service-step-number {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #213F61;
    background: #E3DFD3;
    border-radius: 50px;
}

.service-step:not(.last):after  {
    content: "";
    background: #E3DFD3;
    position: absolute;
    width: 6px;
    height: 100%;
    left: 22px;
    z-index: -1;
}

h4.service-subtitle {
    color: #213F61;
    margin: 0px 0 20px;
    font-size: 22px;
    font-weight: 400;
    padding-right: 0%;
}

h2.service-title {
    color: #213F61;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}

.service-image img {
  width: 100%;
}

p.service-caption {
    color: #213F61;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.service-text.text-left .service-steps {
    padding-right: 30px;
}

.service-text.text-right .service-steps {
    padding-left: 30px;
}

.service-info.info-orange {
    padding: 30px 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background: #E88D3C;
    border-radius: 15px;
    margin-top: -30px;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.service-info.info-blue {
  background-color: #213F61;
  padding: 30px 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  margin-top: -30px;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;

}


.single-service-section.single-service-1:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/service-1-after.png);
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: contain;
    bottom: -300px;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
}


.single-service-section.single-service-2:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/service-2-after.png);
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: contain;
    bottom: -300px;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
}

.diferentiere-section {
    padding: 75px 0 120px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;

}

.diferentiere-section__blue {
    height: 300px;
    background: #213F61;
    border-radius: 15px;
}

.diferentiere-section__content {
    width: calc(90% - 100px);
    background-color: #F2F4F9;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -200px;
    padding: 50px;
    box-shadow: 3px 4px 100px rgba(0,0,0,0.3);
}

.col-6.diferentiere-section__image img {
  width: 100%;
}

.diferentiere-section__cta {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0;
    position: relative;
    margin-top: 30px;
}


.diferentiere-section__cta .diferentiere-section__cta-text p {
    margin: 0;
    color: #213F61;
    font-size: 18px;
}

.diferentiere-section__cta .diferentiere-section__cta-text {
  width: 60%;
  padding: 30px;
  background: #fff;
  z-index: 999;
}

.diferentiere-section__cta .diferentiere-section__cta-button {
  width: 40%;
  padding: 30px;
  background: #E88D3C;
  z-index:999;
}

.diferentiere-section__cta .diferentiere-section__cta-button a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: block;
  text-align: center;
}

h5.section-subtitle {
    color: #213F61;
    margin: 10px 0 50px;
    font-size: 20px;
    font-weight: 400;
    padding-right: 0;
}

ul.diferentiere-section__list {
    list-style-type: none;
    padding-left: 0;
}

ul.diferentiere-section__list li {
  font-size: 20px;
  color: #213F61;
  font-weight: 400px;
  padding-bottom: 30px;
  position: relative;
  padding-left: 50px;
}

ul.diferentiere-section__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #E3DFD3;
  width:30px;
  height:30px;
  border-radius: 30px;
}

.diferentiere-section__content .row {
    gap: 50px;
}

.diferentiere-section:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/arrow.png);
    position: absolute;
    width: 20%;
    height: 400px;
    background-size: contain;
    top: 160px;
    left: 0;
    background-repeat: no-repeat;
}

.diferentiere-section:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/diferentiere-after.png);
    position: absolute;
    width: calc(50% + 50px);
    height: 400px;
    background-size: contain;
    top: 47%;
    left: 0;
    background-repeat: no-repeat;
}

.about-hero {
  color: #213F61;
}

.about-hero .row {
  height: 450px;
  align-items: center;
}

.about-hero .hero-img {
  background-color: #E88D3C;
}

.about-hero .hero-img {
    background-color: #E88D3C;
    position: relative;
    height: 100%;
    border-radius: 15px;
}

.about-hero .hero-img img {
    width: 130%;
    position: absolute;
    bottom: 0;
    right: -2%;
}

.page-hero.page-hero__about:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/page-hero-before.png);
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: contain;
    top: 30%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
}

.about-section-2 {
    padding-top: 25px;
    position: relative;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
}

.about-section-2 .section-blue {
    margin: 0 30px;
    padding: 25px 10% 125px;
    text-align: center;
    background: #213F61;
    border-radius: 15px;
}

.about-services .service-desc {
  border-bottom: 0 !important;
  padding-bottom: 0;
}

.about-section-2 .section-blue h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.about-section-2:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/services-meditations-before.png);
  position: absolute;
  width: 400px;
  height: 150px;
  background-size: contain;
  top: 40%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -2;
}

.about-section-2:after {
  content: "";
  background-image: url(/wp-content/themes/elda/images/services-meditations-after.png);
  position: absolute;
  width: 200px;
  height: 150px;
  background-size: contain;
  top: 50%;
  right: -2%;
  background-repeat: no-repeat;
  z-index: -2;
}

.section-services.about-services {
  margin-top: -100px;
}

.about-section-3 {
  padding-top: 25px;
  border-top: 1px solid rgba(33, 63, 97, 0.3);
  position: relative;
  padding-bottom: 25px;
}

.about-section-3 .row {
    align-items: center;
}

.col__img-left img {
  width:100%;
}

.about-section-3 h2.section-title {
  font-size: 42px;
  font-weight: 700;
}

.about-section-3 p.section-desc {
  font-size: 18px;
  font-weight: 400;
  color: #213F61;
}

.col__text-right {
  padding-right:75px;
  padding-left: 30px;
}

.about-section-3:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/about-3-before.png);
  position: absolute;
  width: 100%;
  height: 150px;
  background-size: contain;
  top: 50%;
  right: 0%;
  background-repeat: no-repeat;
  z-index: -2;
}

.about-section-mission {
  padding-top: 75px;
  border-top: 1px solid rgba(33, 63, 97, 0.3);
  position: relative;
  padding-bottom: 25px;
}

.about-section-mission h2.section-title {
  text-align: center;
}

.about-section-mission p.section-desc {
  font-size: 18px;
  font-weight: 400;
  color: #213F61;
  text-align: center;
  width: 50%;
  margin: auto;
  margin-top: 15px;
}

.row.mission-boxes {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 75px;
    padding: 0 50px;
}

.mission-box {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 30px 0;
  align-items: center;
  border-radius: 15px;
  box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
  background: #F2F4F9;

}

.mission-box__counter {
    padding-left: 50px;
    font-size: 80px;
    font-weight: 700;
    color: #E88D3C;
}

.mission-box__text {
    padding-right: 50px;
    font-size: 26px;
    color: #213F61;
    font-weight: 500;
}

.about-section-mission:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/about-mission-before.png);
  position: absolute;
  width: 100%;
  height: 300px;
  background-size: contain;
  top: 30%;
  right: 0%;
  background-repeat: no-repeat;
  z-index: -4;
}

.mission-container {
    position: relative;
}

.mission-container:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/mission-before.png);
  position: absolute;
  width: 400px;
  height: 150px;
  background-size: contain;
  top: 40%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -2;
}

.mission-container:after {
  content: "";
  background-image: url(/wp-content/themes/elda/images/mission-after.png);
  position: absolute;
  width: 200px;
  height: 150px;
  background-size: contain;
  top: 0%;
  right: -2%;
  background-repeat: no-repeat;
  z-index: -2;
}

.why-us-section {
  padding-top: 75px;
  border-top: 1px solid rgba(33, 63, 97, 0.3);
  position: relative;
  padding-bottom: 150px;
}



.why-us-section p.section-desc {
  font-size: 18px;
  font-weight: 400;
  color: #213F61;
}

.row.row-title {
    padding-top: 75px;
    padding-bottom: 30px;
}



.why-us-section .section-blue {
    margin: 0 30px;
    height: 100px;
    text-align: center;
    background: #213F61;
    border-radius: 15px;
}

.row.why-us-boxes {
    padding: 0 75px;
    margin-top: -100px;
}

.why-us-box {
    width: calc(50% - 25px);
}

.row.why-us-boxes {
    column-gap: 50px;
    row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.why-us-box {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
}

.why-us-icon {
    padding: 0 30px;
}

.why-us-icon img {
    max-width: 120px;
}

h3.why-us-box__title {
    color: #213F61;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

p.why-us-box__desc {
  color: #213F61;
  font-size: 18px;
  font-weight: 400;
  margin: 10 0 0;
}

.why-us-text {
    padding-right: 50px;
    padding-left: 25px;
}

.why-us-box.image-full {
  position: relative;
  background: transparent;
}

.why-us-box.image-full img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.career-hero .row {
    height: 450px;
    align-items: center;
}

.career-hero {
    color: #213F61;
}

.career-hero .hero-img {
    background-color: #213F61;
    position: relative;
    height: 100%;
    border-radius: 15px;
}

.page-desc {
  padding-right: 30px;
}

.career-hero .hero-img img {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 10%;
}

.page-hero__career {
  position: relative;
}

.page-hero.page-hero__career:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-hero-before.png);
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: contain;
    top: 70%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
}



.col-6.career-desc__text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 150px 30px;
}

.col-6.career-desc__image {
    position: relative;
}

.col-6.career-desc__image img {
    width: 100%;
    position: absolute;
    bottom:0;
    left: -15px;
}

.career-section-3 {
    padding: 75px 0;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
}

.title-centered {
  text-align:center;
}

.row.career-boxes {
    gap: 50px;
    flex-wrap: wrap;
    padding-top: 75px;
}

.career-box {
    width: calc(50% - 25px);
}

.row.career-boxes {
    column-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.career-box {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
}

.career-icon {
    padding: 0 30px;
}

.career-icon img {
    max-width: 120px;
}

h3.career-box__title {
    color: #213F61;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

p.career-box__desc {
  color: #213F61;
  font-size: 18px;
  font-weight: 400;
}

p.career-box__desc a {
  color: #213F61;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.career-text {
    padding-right: 50px;
    padding-left: 25px;
}

.career-section-4 {
    padding: 120px 0 75px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
}

.career-section-form {
    padding: 75px 0 75px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
}



.title-row {
  width: 75%;
  margin: auto;
}


.career-section-form p.section-desc {
  font-size: 18px;
  font-weight: 400;
  color: #213F61;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}

.career-form {
    width: 65%;
    margin: 75px auto 75px;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
}

.career-form .form-body {
    width: 65%;
}

.career-form .wpcf7 input[type="file"] {
    cursor: pointer;
    border: none;
    margin-top: 30px;
}

.career-form .submit-form {
    width: 30%;
    float: right;
    margin-top: -70px;
}

.career-form  .submit-button {
    width: 100%;
}

.career-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #E88D3C;
    border: 0;
    border-radius: 0;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

h5.career-contact-title {
    font-size: 16px;
    color: #213F61;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

p.career-contact-info a {
    color: #213F61;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
}
p.career-contact-info {
    text-align: center;
}

.career-section-2 {
  padding: 75px 0;
  position: relative;
}

.row.career-desc-row {
    background: #E88D3C;
    border-radius: 15px;
}

.career-section-2:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/career-section-2-before.png);
  position: absolute;
  width: 300px;
  height: 300px;
  background-size: cover;
  bottom: 0%;
  left: 0;
  background-repeat: no-repeat;
  z-index: 1;
}

.career-section-2:after {
  content: "";
  background-image: url(/wp-content/themes/elda/images/career-section-2-after.png);
  position: absolute;
  width: 300px;
  height: 300px;
  background-size: cover;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: 1;
}

.career-section-3:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-3-before.png);
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: contain;
    top: 40%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
}

.career-section-boxes {
  position: relative;
}


.career-section-boxes:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/career-boxes-before.png);
  position: absolute;
  width: 400px;
  height: 150px;
  background-size: contain;
  top: 60%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -2;
}

.career-section-boxes:after {
  content: "";
  background-image: url(/wp-content/themes/elda/images/career-boxes-after.png);
  position: absolute;
  width: 200px;
  height: 150px;
  background-size: contain;
  top: 0%;
  right: -2%;
  background-repeat: no-repeat;
  z-index: -2;
}

.career-section-4:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-4-before.png);
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: contain;
    top: 25%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
}

.career-section-form:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/career-section-form-before.png);
  position: absolute;
  width: 100%;
  height: 400px;
  background-size: contain;
  top: 34%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -2;
}

.career-section-form:after {
  content: "";
  background-image: url(/wp-content/themes/elda/images/career-section-form-after.png);
  position: absolute;
  width: 25vw;
  height: 25vw;
  background-size: cover;
  top: 20%;
  right: 0;
  background-repeat: no-repeat;
  z-index: 1;
}

.contact-hero .row {
    height: 450px;
    align-items: center;
}

.contact-hero .container {
  background: #213F61;
  border-radius: 15px;
}

.contact-hero {
    color: #fff;
}

.contact-hero .hero-img {
    position: relative;
    height: 100%;
}


.contact-hero .hero-img img {
    width: 80%;
    position: absolute;
    bottom: 0;
    right: -30px;
}

.contact-section-2 {
    padding: 75px 0 150px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
}

.row.contact-form-row {
    background: #E88D3C;
    border-radius: 15px;
}

.contact-form-title {
  padding: 50px 0 150px 30px;
}

.contact-form-title h2 {
  color: #fff;
}


.contact-page__form {
  width: 70%;
  position: relative;
  top: 25%;
}

.contact-page__form .form-body {
    padding: 30px 30px 50px;
    box-shadow: 0px 4px 114px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: #F2F4F9;
}


.contact-section-2:before {
  content: "";
  background-image: url(/wp-content/themes/elda/images/career-section-2-before.png);
  position: absolute;
  width: 300px;
  height: 300px;
  background-size: cover;
  bottom: 0%;
  left: 0;
  background-repeat: no-repeat;
  z-index: 1;
}

.contact-section-2:after {
  content: "";
  background-image: url(/wp-content/themes/elda/images/career-section-2-after.png);
  position: absolute;
  width: 300px;
  height: 300px;
  background-size: cover;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: 1;
}

.contact-section-social {
    padding: 75px 0 75px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
}

.contact-social-container {
  background: #E88D3C;
  border-radius: 15px;
  padding: 75px 0;
  margin-top: 75px;
}

ul.social-icons {
    list-style: none;
    padding-left: 0;
}

ul.social-icons {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 0 15%;
}


ul.social-icons li img {
    width: 65px;
}

.contact-section.no-contact-form .contact-title .section-title {
    margin: 160px 0;
}

.blog-hero .row {
    height: 450px;
    align-items: center;
}

.blog-hero .container {
  background: #E88D3C;
  border-radius: 15px;
}

.blog-hero {
    color: #fff;
}

.blog-hero .hero-img {
    position: relative;
    height: 100%;
}

section.blog-page {
    padding: 75px 0 150px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
}

section.blog-page .section-title {
    padding-bottom: 75px;
}


.blog-hero .hero-img img {
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 30px;
}


.entry-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;

}


.row.flex-stretch.blog-section {
    width: 80%;
    margin: auto;
    gap: 50px;
    flex-wrap: wrap;
}


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

.entry-title-content {
    padding: 0 30px 15px;
}

h3.entry-title a {
    color: #213F61;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

p.excerpt {
    color: #213F61;
    font-size: 16px;
}

.article-hero .row {
    height: 450px;
    align-items: center;
}

.article-hero .container {
  background: #E88D3C;
  border-radius: 15px;
}

.article-hero {
    color: #fff;
}

.article-hero .hero-img {
    position: relative;
    margin-left: 20%;
    width: 60%;
    aspect-ratio: 16 / 9;
}

.article-hero .hero-img img {
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 15%;
}

.article-hero .hero-img img {
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 0;
    height: 100%;
}

.blog-post {
  padding-bottom: 150px;
  position: relative;
  border-bottom: 1px solid rgba(33, 63, 97, 0.3);
}

.post-container {
    width: 80%;
    margin: auto;

}

.post-title {
  color: #213F61;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 75px;
    text-align: center;
}

.post-content {
  color:#000;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Public Sans';
}

.post-related {
    padding: 75px 0 150px;
}

.entry-image {
  position: relative;
}

.blog-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #E88D3C;
    color: #fff;
    padding: 7px 30px;
}

.related-title {
  margin-bottom: 75px !important;
}

section.error-404.not-found.row {
    padding: 150px 0;
    flex-direction: column;
}

section.error-404.not-found.row h1.page-title-stroke {
    color: #213F61;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

section.error-404.not-found.row h2.page-subtitle {
  color: #213F61;
  font-size: 32px;
  font-weight: 500;
  margin: 30px 0 50px;
}

.btn-default a {
  background: #E88D3C;
  border: 0;
  border-radius: 0;
  padding: 15px 30px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.discover-btn {
  display: inline-block;
  padding: 10px 60px;
  background-color: #213F61; /* sau culoarea din designul Figma */
  color: white;
  text-decoration: none;
  font-weight: 600;
  margin-top: -85px;
  float: right;
}
.discover-btn:hover {
  background-color: #213F61; /* o nuanță mai închisă pentru hover */
}

.clase-tabs {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.clase-tabs li {
  padding: 10px 20px;
  /* background: #f0f0f0; */
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s;
}

.clase-tabs li.active {
  background: #E88D3C;
  color: #fff;
  border-radius: 8px;
}

.clase-tab-content {
  display: none;
}

.clase-tab-content.active {
  display: block;
}

.vector-img {
  position: absolute;
  top: 0;
  width: 60px;
  height: auto;
  z-index: 0;
}

.vector-left {
  left: -20px;
}

.vector-right {
  right: -20px;
}

.clase-tabs-wrapper {
  width: 80%;
  margin: 0 auto 80px auto;
  background: #FFF;
  border-radius: 12.8px;
  box-shadow: 0px 3.2px 37.84px 0px rgba(0, 0, 0, 0.10);
  padding: 20px;
}

/* 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);
}

/* ======= Responsive Nav ======= */
@media (max-width: 768px) {
  .header-menu-container {
    position: relative;
  }

  .menu-1 {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    z-index: 999;
  }

  .menu-1.active {
    display: flex;
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
  }

  .burger span {
    width: 25px;
    height: 2px;
    background: #000;
    display: block;
  }

  /* Submeniuri */
  .menu-item-has-children > a::after {
    content: '▸';
    float: right;
    margin-left: 10px;
    transition: transform 0.2s;
  }

  .menu-item-has-children.open > a::after {
    transform: rotate(90deg);
  }

  .sub-menu {
    display: none;
    flex-direction: column;
    padding-left: 15px;
    margin-top: 5px;
  }

  .menu-item-has-children.open > .sub-menu {
    display: flex;
  }
  
  .menu-item-has-children > a {
    position: relative;
    padding-right: 30px; /* spațiu pentru săgeată */
  }
  
  .menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  
  .menu-item-has-children.open > a::after {
    transform: translateY(-50%) rotate(90deg);
  }
}

.topbar {
  height: 35px;
  background-color: #213F61; /* sau ce culoare vrei */
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  z-index: 1111000000;
}

.topbar-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.topbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
}

.sub-menu a {
  color: #213f61 !important;
  text-decoration: none!important;
}

.sub-menu a:hover {
  color: #485a6d !important;
  text-decoration: none!important;
}

header.fixed-header {
  position: fixed !important;
  top: 35px; /* ca să vină imediat sub topbar */
  width: 100%;
  background: #fff;
  z-index: 999999;
}

.body-site {
    top: 35px;
    position: relative;
}

.site-header {
  transition: all 0.5s ease;
}

  