/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
:root{
	--alb: #F3EFF5;
	--verde: #256405;
	--verdeFundal: rgba(22, 48, 12, 0.075); 
	--verdeBorder: #3F7D2026;
	--verdeInchis: #16300C;
	--rosu: #7D2020;

	--xxs: 16px;
	--xs: 18px;
	--s: 24px;
	--m: 32px;
	--l: 40px;
	--xl: 48px;
	--xxl: 56px;

	--font-sub: 'Bricolage Grotesque';
}
@font-face { font-family: 'Bricolage Grotesque'; src: url('../fonts/Bricolage_Grotesque/BricolageGrotesque-Regular.ttf'); font-display: swap; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	overflow-x: hidden;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: var(--alb);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	box-sizing:border-box;
}
strong {
    font-weight: 800;
}
em{
    font-style: italic;
}
a{
	text-decoration: none;
}
html,body{
    width:100%;
    overflow-x:clip;
}

html.noScroll, body.noScroll {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    touch-action: none !important;
    overscroll-behavior: none !important;
}

.editAdmin {
	position: absolute;
	z-index: 0;
  	top: 5px;
  	right: 5px;
  	outline: 0;
  	display: block;
  	width: 15px;
	height: 15px;
}
.editAdmin img{
	width: 15px;
	height: 15px;
}

.serviciiElementText .editAdmin {
	z-index: 1;
}

.cardMesajOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .6);
	z-index: 9999;
	overflow: hidden;
}

.cardMesaj{
	display: none;
	position: fixed;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%, -50%);
	background-color: var(--alb);
	border-radius: 24px;
	z-index: 10000;
	width: 560px;
	height: 560px;
	padding: 32px;
	gap: 32px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.wrapCardMesaj {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-right: 8px;
	padding-left: 8px;
	align-items: center;
    text-align: center;
}

.textCard {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.gradinitaMesaj {
	font-family: var(--font-sub);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	font-size: var(--xl);
}

.verde {
	color: var(--verde);
}

.rosu {
	color: var(--rosu);
}

.textCardMesaj {
	font-family: var(--font-sub);
	font-weight: 400;
	line-height: 1.5;
	font-size: var(--xs);
	color: var(--verdeInchis);
}

.butonBack a {
	color: var(--alb);
	font-weight: 400;
	line-height: 1.5;
	width: fit-content;
	white-space: nowrap;
}

.butonRosu {
	background-color: var(--rosu);
	border: 1px solid var(--rosu);
	transition: all 0.3s ease;
}

.butonRosu:hover {
	opacity: 0.85;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.butonVerde {
	background-color: var(--verde);
	border: 1px solid var(--verde);
	transition: all 0.3s ease;
}

.butonVerde:hover {
	background-color: var(--verdeInchis);
	border-color: var(--verdeInchis);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.butonBack {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border-radius: 8px;
	padding: 8px 20px;
	color: var(--alb);
	font-weight: 400;
	line-height: 1.5;
	width: fit-content;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.butonBack:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	opacity: 0.9;
}


.logoImage img{
	width: 50px;
}

.logoHeader {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	z-index: 10003;
}

.textLogo {
	display: flex;
	flex-direction: column;
}

.meniu {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 32px;
	position: relative;
	z-index: 10003;
}

.headerSus {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	position: relative;
	z-index: 10003;
}

.butoaneHeader {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: end;
}

.fullPage, .smallPage {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	padding: 20px 40px;
	position: relative;
	z-index: 1;
}

.fullPage {
	height: 100vh;
}

.fullPage::before, .smallPage::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.fullPage > *, .smallPage > * {
	position: relative;
	z-index: 10;
}

.fullPage .textHeader,
.smallPage .textHeader {
	z-index: 4;
}

.fullPage::after, .smallPage::after {
	content: '';
	background-image: url('../images/linii.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	inset: 0;
}

.backgroundHeader, .textHeader {
	position: relative;
	z-index: 10;
}

.textHeader .butoaneHeader {
	position: relative;
	z-index: 11;
}

.meniuFix {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	z-index: 10002;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 20px 0;
	transition: right 0.3s ease, transform 0.3s ease, width 0.3s ease, height 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
}


.meniuFix .headerSus {
	width: 90%;
	max-width: 1300px;
}


.meniuItems a, .butoaneHeader a{
	color: var(--alb);
	font-family: var(--font-sub);
	font-size: var(--xxs);
	top: 0;
	left: 0;
	z-index: 10003;
	position: relative;
	cursor: pointer;
}

.meniuItems {
	display: flex;
	gap: 32px;
	position: relative;
	z-index: 10003;
}
.textLogo span{
	color: var(--alb);
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: bold;
}

.titluHeader {
	color:var(--alb);
	font-size: var(--xxl);
	font-weight: 700;
	font-family: var(--font-sub);
	line-height: 1.2;
	position: relative;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.titluAcasa {
	text-align: center;
}

.paragrafHeader {
	color: var(--alb);
	font-size: var(--xs);
	font-family: var(--font-sub);
	font-weight: 400;
	line-height: 1.5;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.paragrafAcasa {
	text-align: center;
}

.butoaneHeader a img{
	width: 16px;
	height: 16px;
}

.textHeader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
	height: 100%;
	position: relative;
	padding-top: 120px;
}

.butonContacteaza, .butonSuna {
	border-radius: 8px;
	padding: 8px 20px;
	font-weight: 400;
	line-height: 1.5;
	width: fit-content;
	white-space: nowrap;
	position: relative;
	z-index: 12;
	transition: all 0.3s ease;
}

.butonContacteaza {
	border: 1px solid var(--alb);
	text-align: center;
}

.butonContacteaza:hover {
	background-color: var(--alb);
	color: var(--verdeInchis);
	box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.butonSuna {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border: 1px solid var(--verde);
	background-color: var(--verde);
	color: var(--alb);
}

.butonSuna:hover {
	background-color: var(--verdeInchis);
	border-color: var(--verdeInchis);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.container {
	max-width: 1300px;
	margin: 0 auto;
	width: 90%;
}

.descriereSpan {
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 600;
	color: var(--verde);
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 0.25em;
}

.textAliniereCentru {
	align-self: center;
	text-align: center;
	align-items: center;
}

.textAliniereStanga {
	align-self: flex-start;
	text-align: left;	
}

.titluMic {
	font-family: var(--font-sub);
	font-size: var(--xl);
	font-weight: 600;
	color: var(--verdeInchis);
	line-height: 1.2;
}

.paragrafMic{
	font-family: var(--font-sub);
	font-size: var(--xs);
	font-weight: 400;
	color: var(--verdeInchis);
	line-height: 1.5;
}

.beneficiiParagrafElement{
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 400;
	color: var(--verdeInchis);
	line-height: 1.5;
}

.textElement {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
}

.beneficiiElement {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 16px;
	padding: 48px 32px;
	gap: 24px;
	position: relative;
	flex: 1;
}

.beneficiiColor {
	background-color: var(--verdeFundal);
}

.beneficiiElemente {
	display: flex;
	flex-direction: row;
	gap: 32px;
	width: 100%;
}

.povesteaNoastraElementeDespreNoi {
	display: flex;
	flex-direction: row;
	gap: 24px;
	padding: 8px 0px;
	align-items: stretch;
}

.povesteaNoastraElement {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	gap: 16px;
	position: relative;
	flex: 1;
}

.beneficii {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 112px;
	gap: 80px;
}

.titluBeneficiiElement {
	font-family: var(--font-sub);
	font-weight: 600;
	line-height: 1.3;
	color: var(--verdeInchis);
	text-align: center;
}

.titluBeneficiiElement.textAliniereStanga {
	text-align: left;
}

.sizeM {
	font-size: var(--m);
}
.sizeS {
	font-size: var(--xs);
}

.rezultate {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 80px;
	padding-top: 112px;
}

.rezultateElement {
	display: flex;
	flex-direction: row;
	gap: 32px;
}

.butonAflaMaiMult {
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 400;
	color: var(--alb);
	line-height: 1.5;
	text-align: center;
	border: 1px solid var(--verde);
	border-radius: 8px;
	padding: 12px 24px;
	background-color: var(--verde);
	transition: all 0.3s ease;
	display: inline-block;
}

.butonAflaMaiMult:hover {
	background-color: var(--verdeInchis);
	border-color: var(--verdeInchis);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.rezultateDiv {
	display: flex;
	flex-direction: row;
	gap: 32px;
	width: 100%;
	position: relative;
}

.rezultateDivImg img {
	border-radius: 24px;
	height: 670px;
	width: 100%;
	object-fit: cover;
}

.rezultateElemente {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}

.rezultateHolder {
	width: 40%;
	height: auto;
	display: flex;
	justify-content: center;
}

.rezultateElementText {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 12px;
	padding:32px 32px 48px 32px;
	border-radius: 16px;
	border: 1px;
	flex: 1 1 0;
	min-height: 0;
	position: relative;
}

.valoare {
	font-family: var(--font-sub);
	font-size: var(--xl);
	font-weight: 600;
}

.valoareAcasa {
	line-height: 1.2;
	color: var(--verde);
}

.descriere {
	font-family: var(--font-sub);
	font-size: var(--xs);
	font-weight: 600;
	line-height: 1.4;
}

.descriereAcasa {
	color: var(--verdeInchis);
}	

.servicii {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 80px;
	padding-top: 112px;
}

.serviciiPagina {
	padding-top: 112px;
}

.serviciiDiv, .serviciiDivPaginaServicii {
	display: flex;
	flex-direction: row;
	gap: 32px;
	width: 100%;
}

.imgServicii {
	width: 60%;
}

.imgServicii img {
	height: 670px;
	width: 100%;
	object-fit: cover;
	border-radius: 24px;
}

.serviciiElemente {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 40%;
}

.serviciiElementeServicii {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.titluServiciiElement {
	font-family: var(--font-sub);
	font-size: var(--m);
	font-weight: 600;
	line-height: 1.3;
	color: var(--verdeInchis);
	text-align: left;
}

.serviciiParagrafElement {
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 400;
	color: var(--verdeInchis);
	line-height: 1.5;
	text-align: left;
	display: flex;
    flex-direction: column;
    gap: 8px;
}


.serviciiElement {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-left: 32px;
	cursor: pointer;
	position: relative;
}


.serviciiElementActiv {
	border-left: 2px solid var(--verde);
}

.tipLemn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 80px;
	padding-top: 112px;
}

.tipLemnElement {
	flex: 1;
	height: 400px;
	border-radius: 24px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 32px;
}

.moale, .tare {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 630px;
	height: 630px;
}

.moale::before, .tare::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
	border-radius: 24px;
}

.moale > *, .tare > * {
	position: relative;
	z-index: 2;
}

.tipLemnElementImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 24px;
	z-index: 0;
}

.tipLemnElemente {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	gap: 24px;
	border-radius: 24px;
	padding: 0;
	width: 100%;
	position: relative;
}

.titluTipLemnElement {
	font-family: var(--font-sub);
	font-size: var(--m);
	font-weight: 600;
	line-height: 1.2;
	color: var(--alb);
	text-align: left;
	margin-bottom: 16px;
}

.tipLemnParagrafElement {
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 400;
	color: var(--alb);
	line-height: 1.5;
	text-align: left;
	margin-bottom: 24px;
	max-width: 80%;
}

.sunaServicii {
	text-align: left;
	align-self: flex-start;
	font-size: var(--xxs);
}

.galerie {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
	gap: 32px;
	padding: 112px 0;
}

.galerieHome {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 32px;
	padding: 112px 0;
}

.galerie .textElement {
	grid-column: 1 / -1;
}

.galerie .galeriePoze {
	grid-column: 1 / -1;
}

.galerieElemente {
	display: flex;
	gap: 32px;
	overflow-x: auto;
	width: 100%;
	position: relative;
	isolation: isolate;
}

.galerieElemente .editAdmin {
	z-index: 10;
}

.galerieElementeImg {
	height: 630px;
	width: 100%;
	min-width: 630px;
	max-width: 630px;
	object-fit: cover;
	border-radius: 24px;
}

.galerieElemente::-webkit-scrollbar {
    display: none; 
}

.galerieElementeWrapper {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
}

.galerieNavButon {
	background: var(--alb);
	border: 1px solid var(--verdeInchis);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.galerieNavButon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(2000%) hue-rotate(80deg) brightness(0.3);
}

.titluJos {
	font-family: var(--font-sub);
	font-size: var(--xl);
	font-weight: 600;
	line-height: 1.2;
	color:var(--alb);
	text-align: center;
}

.textFooter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
	height: 100%;
	padding: 112px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
}

.textFooter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 0;
	pointer-events: none;
}

.textFooter > * {
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.textFooter .container {
	z-index: 1;
	pointer-events: auto;
}

.textFooter .josPage {
	z-index: 1;
	pointer-events: auto;
}

.textFooter .josPage * {
	pointer-events: auto;
	position: relative;
	z-index: auto;
}

footer {
	background-color: var(--verdeInchis);
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-top: auto;
}

.contact, .orar {
	display: flex;
	flex-direction: column;
	gap: 4px;
	position: relative;
}

.titluFooter {
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 600;
	line-height: 1.5;
	color: var(--alb);
}

.adresa, .telefon, .email {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 8px;
}

.adresa img, .telefon img, .email img {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-top: 2px;
}

.date {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.textMic, .textMicLogo {
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 400;
	color: var(--alb);
	line-height: 1.5;
}

.textUnderline {
	text-decoration: underline;
	cursor: pointer;
}

.footerSus {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

footer .footerSus > a {
	display: inline-block;
	width: fit-content;
}

.text {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}

.footerElement {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.linkuri {
	padding-right: 64px;
}

.footerMeniuLinkuri {
	display: flex;
	flex-direction: row;
	gap: 128px;
}

.media {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	position: relative;
}

.mediaContact img {
	filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(2000%) hue-rotate(85deg) brightness(0.1);
	width: 40px;
	height: 40px;
}

.mediaContact .editAdmin img {
	width: 15px;
	height: 15px;
	filter: none;
}

.footerElemente {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.footerJos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid var(--alb);
	padding-top: 50px;
	gap: 24px;
}

.termeni {
	display: flex;
	flex-direction: row;
	gap: 24px;
}

.textHeaderDespreNoi {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 80px;
	height: 100%;
	position: relative;
	z-index: 1;
	pointer-events: none;
	padding-top: 120px;
}

.textHeaderDespreNoi > * {
	pointer-events: auto;
}

.titluText {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 750px;
	position: relative;
}

.titluDespreNoi {
	max-width: 750px;
}

.rezultateElementDespreNoi {
	display: flex;
	flex-direction: column;
	border-left: 2px solid var(--alb);
	padding-left: 32px;
	gap: 8px;
}

.rezultateElementeDespreNoi {
	display: flex;
	flex-direction: row;
	gap: 48px;
}

.paragrafDespreNoi {
	text-align: left;
}

.valoareDespreNoi {
	line-height: 1.3;
	color: var(--alb);
}

.descriereDespreNoi {
	color: var(--alb);
}

.povesteaNoastra {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 80px;
	padding-top: 112px;
	width: 100%;
}

.povesteaNoastraImg {
	width: 100%;
	height: 650px;
	border-radius: 24px;
	object-fit: cover;
}

.imgPovesteaNoastra {
	position: relative;
	width: 60%;
}

.textElementDespreNoi{
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: left;
	position: relative;
}

.textElementPovesteaNoastra{
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 40%;
}

.descriereSpanDespreNoi {
	align-self: flex-start;
}

.valorileNoastre {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 80px;
	padding-top: 112px;
}

.smallPage {
	height: 75vh;
}

.serviciiElementServiciu {
	display: flex;
	flex-direction: row;
	gap: 80px;
	padding: 0px 0px 112px 0px;
	width: 100%;
	align-items: center;
}

.serviciiElementText {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 40%;
	position: relative;
}



.beneficiuServiciu {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--verdeInchis);
	padding: 16px 0;
	gap: 8px;
}

.serviciiElementImg {
	width: 60%;
}

.serviciiElementImg img {
	width: 100%;
	height: 650px;
	object-fit: cover;
	border-radius: 24px;
}

.titluBeneficiiServiciu {
	font-family: var(--font-sub);
	font-weight: 600;
	line-height: 1.4;
	font-size: var(--xs);
	color: var(--verdeInchis);
}

.beneficiiParagrafServiciu {
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 400;
	color: var(--verdeInchis);
	line-height: 1.5;
}

.textPlusServiciu{
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.tipuriLemnJos {
	display: flex;
	flex-direction: row;
	border-right: 1px solid var(--verdeFundal);
	border-bottom: 1px solid var(--verdeFundal);
	border-left: 1px solid var(--verdeFundal);
	border-radius: 0px 0px 24px 24px;
	padding: 48px;
	gap: 80px;
	order: 1;
	width: 100%;
}

.tipuriLemnElemente {
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	background-color: var(--verdeFundal);
}

.tipuriLemnImg {
	width: 60%;
}

.tipuriLemnImg img {
	width: 100%;
	height: 650px;
	object-fit: cover;
	border-radius: 24px;
}

.tipuriLemn {
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding-top: 112px;
}

.tipuriLemnElement {
	display: flex;
	flex-wrap: wrap;
}

.tipuriLemnSus{
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	scrollbar-width: none;
	order: 0;
	flex: 1;
	min-width: 20%;
}

.tipSelectat {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: var(--verde);
	color: var(--alb);
	padding: 24px 32px;
	border-bottom: 1px solid var(--verde);
	gap: 16px;
	width: 100%;
}

.tipLemnContent  {
	display:flex;
	flex-direction: row;
	align-items: center;
	padding: 48px;
	gap: 80px;
	width: 100%;
	position: relative;
}

.tip {
	display: flex;
	flex-direction: row;
	justify-content: center;
	color: var(--verdeInchis);
	border-right: 1px solid var(--verdeBorder);
	border-bottom: 1px solid var(--verdeBorder);
	padding: 24px 32px;
	gap: 16px;
	width: 100%;
	cursor: pointer;
}

.tipUltimul {
	border-radius: 0px 24px 0px 0px;
}

.tipPrimul {
	border-radius: 24px 0px 0px 0px;
}

.tipuriLemnText {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 40%;
}

#tipTare, #tipVerde, #tipUscat {
	display: none;
}

.colorVerdeInchis {
	color: var(--verdeInchis);
}

.descriereTipuri {
	font-family: var(--font-sub);
	font-size: var(--xs);
	font-weight: 600;
	line-height: 1.4;
	color: var(--verdeInchis);
	text-align: center;

}

.descriereTipuri::after {
	content: "Vezi mai multe";
	display: none;
}

.colorAlb {
	color: var(--alb);
}

.josPage {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
	position: relative;
	z-index: 1;
	pointer-events: auto;
}

.imagineGalerie {
	display: block;
	width: 100%;
	height: 640px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 24px;
	cursor: pointer;
}

.meniuNegru {
	color: var(--verdeInchis);
	padding-top: 20px;
}

.meniuNegru .textLogo span {
	color: var(--verdeInchis);
}

.meniuNegru .meniuItems a {
	color: var(--verdeInchis);
}

.meniuNegru .butoaneHeader {
	color: var(--verdeInchis);
}

.meniuNegru .butonContacteaza {
	border: 1px solid var(--verdeInchis);
	color: var(--verdeInchis);
}

.galeriePoze .editAdmin {
	top: -15px;
}

.headerBackground {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 100%;
}

.contactContent {
	display: flex;
	flex-direction: row;
	gap: 80px;
	padding-top: 80px;
}

.contactStanga {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 50%;
}

.contactForm {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contactFormElement {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contactFormElement label {
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 400;
	color: var(--verdeInchis);
	line-height: 1.5;
}

.contactFormElement input{
	display: flex;
	border: 1px solid var(--verdeInchis);
	border-radius: 8px;
	padding: 12px;
	gap: 8px;
}

.contactFormElement textarea {
	border: 1px solid var(--verdeInchis);
	border-radius: 12px;
	padding: 12px;
	height: 180px;
	min-height: 180px;
	resize: vertical;
}

.butonEditContact {
	position: relative;
}

.butonEditContact .editAdmin {
	z-index: 1;
}

.acord {
	display: flex;
	gap: 4px;
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 400;
	line-height: 1.5;
	align-items: center;
}

.acord a {
	text-decoration: underline;
	cursor: pointer;
	color: var(--verdeInchis);
	font-family: var(--font-sub);
	font-size: var(--xs);
	font-weight: 400;
	line-height: 1.5;
}

.butonSubmit {
	display: flex;
	gap: 8px;
	background-color: var(--verde);
	border: 1px solid var(--verde);
	border-radius: 8px;
	padding: 12px 24px;
	color: var(--alb);
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 400;
	line-height: 1.5;
	cursor: pointer;
	width: fit-content;
	min-width: 120px;
	transition: all 0.3s ease;
}

.butonSubmit:hover {
	background-color: var(--verdeInchis);
	border-color: var(--verdeInchis);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contactDreapta {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 50%;
}

.telefonSiLocatie {
	display: flex;
	flex-direction: column;
	gap: 32px;
	position: relative;
}

.telefonContact, .locatieContact {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.telefonText, .locatieText {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.locatieMap img {
	width: 600px;
	height: 400px;
	object-fit: cover;
	border-radius: 24px;
}

.locatieMap iframe {
	width: 100%;
	max-width: 600px;
	height: 400px;
}

.contactPage {
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding-bottom: 112px;
	background-color: transparent;
}

.placeholder {
	color: var(--verdeInchis);
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 400;
	line-height: 1.5;
}

.telefonImg, .locatieImg {
	width: 30px;
	height: 30px;
}

.titluContact {
	font-family: var(--font-sub);
	font-size: var(--xs);
	font-weight: 600;
	color: var(--verdeInchis);
	line-height: 1.4;
}

.textContact {
	font-family: var(--font-sub);
	font-size: var(--xxs);
	font-weight: 400;
	color: var(--verdeInchis);
	line-height: 1.5;
	text-decoration: underline;
}

.checkboxElement {
	display: flex;
	flex-direction: row;
	gap: 8px;
	padding-bottom: 16px;
	align-items: center;		
}

.checkboxContact {
	width: 18px;
	height: 18px;
	border: 1px solid var(--verdeInchis);
	border-radius: 4px;
	cursor: pointer;
}

.contactForm input, .contactForm textarea {
	border: 1px solid var(--verdeInchis);
	max-width: 400px;
}

/* start checkbox */
.checkbox-wrapper-30 .checkbox {
    --brdr: var(--verdeInchis);
    --brdr-actv: var(--verde);
    --brdr-hovr: var(--verde);
    --dur: calc((var(--size, 2)/2) * 0.6s);
    display: inline-block;
    width: calc(var(--size, 1) * 22px);
    position: relative;
  }
  .checkbox-wrapper-30 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
  }
  .checkbox-wrapper-30 .checkbox > * {
    position: absolute;
  }
  .checkbox-wrapper-30 .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    border-radius: calc(var(--size, 1) * 4px);
    border: 1px solid var(--verdeInchis);
    background-color: white;
    color: var(--verdeInchis);
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
  }
  .checkbox-wrapper-30 .checkbox input:hover,
  .checkbox-wrapper-30 .checkbox input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
  }
  .checkbox-wrapper-30 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr);
    border-color: var(--verde);
  }
  .checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    border-color: var(--verde);
    transition-delay: calc(var(--dur) /1.3);
  }
  .checkbox-wrapper-30 .checkbox input:checked + svg {
    --dashArray: 16 93;
    --dashOffset: 109;
    color: var(--verde);
  }
  .checkbox-wrapper-30 .checkbox svg {
    fill: none;
    left: 0;
    pointer-events: none;
    stroke: var(--verde);
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur), stroke var(--dur);
  }
  
  .checkbox-wrapper-30 .checkbox svg path {
    stroke: var(--verde);
  }
  .checkbox-wrapper-30 .checkbox svg,
  .checkbox-wrapper-30 .checkbox input {
    display: block;
    height: 100%;
    width: 100%;
  }

  /* end checkbox */

  .titluTermeniConditii {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	padding-top: 112px;
	text-align: center;
	position: relative;
	color: var(--verdeInchis);
  }

  .titluWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	position: relative;
	width: 100%;
  }

  .titluTermeniConditii .editAdmin {
	position: relative;
	top: auto;
	right: auto;
	flex-shrink: 0;
  }

  .paragrafTermeniConditii {
	font-family: var(--font-sub);
	font-weight: 400;
	font-size: var(--xxs);
	color: var(--verde);
	line-height: 1.5;
  }

  .termeniConditii {
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding: 112px 64px;
  }

  .paragraf {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	color: var(--verdeInchis);
  }

  .titluHeading {
	font-family: var(--font-sub);
	font-weight: 600;
	line-height: 1.2;
	color: var(--verdeInchis);
  }

  .sizeXL {
	font-size: var(--xl);
  }
  .sizeL {
	font-size: var(--l);
  }
  .sizeM {
	font-size: var(--m);
  }
  .sizeS {
	font-size: var(--xs);
  }

  .butonTelefon {
	position: fixed;
    z-index: 10001;
    bottom: 40px;
    left: 33px;
    cursor: pointer;
	transition: all 0.3s ease;
  }

  .butonTelefon:hover {
	transform: scale(1.1);
  }

  .butonWhatsapp {
	position: fixed;
    z-index: 10001;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
	transition: all 0.3s ease;
  }

  .butonWhatsapp:hover {
	transform: scale(1.1);
  }

  .butoaneFixe img {
	max-width: 48px;
    max-height: 48px;
    width: 100%;
    height: 100%;
	transition: all 0.3s ease;
  }

  .butonMeniuVerde, .butonMeniuAlb {
	display: none;
  }

  .textLogoAsezare {
	display: flex;
	align-items: flex-start;
	gap: 8px;
  }

  .meniuHamburgerActive {
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
  }

  .logoHamburger {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10006;
  }
  
  .meniuButon, .meniuButonLink, .meniuButonInchidere, .meniuButonInchidereLink {
	position: relative;
	z-index: 10006;
	cursor: pointer;
  }

.burger-icon {
	width: 30px;
	height: 20px;
	position: relative;
	display: none;
	flex-direction: column;
	justify-content: space-between;
}

.burger-icon span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: var(--alb);
	border-radius: 2px;
	transition: all 0.3s ease, background-color 0.3s ease;
}

.burger-icon.active span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

.burger-icon.active span:nth-child(2) {
	opacity: 0;
}

.burger-icon.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

.burger-icon.active span {
	background-color: var(--verdeInchis);
}

.fullPage .burger-icon span,
.smallPage .burger-icon span {
	background-color: var(--alb);
}

.meniuNegru .burger-icon span {
	background-color: var(--verdeInchis);
}

.meniuHamburgerActive .burger-icon span {
	background-color: var(--verdeInchis);
}

.contactPage .burger-icon span,
.termeniConditiiPage .burger-icon span {
	background-color: var(--alb);
}

.contactPage .burger-icon.active span,
.contactPage .meniuHamburgerActive .burger-icon span,
.termeniConditiiPage .burger-icon.active span,
.termeniConditiiPage .meniuHamburgerActive .burger-icon span {
	background-color: var(--verdeInchis);
}

.rezultateDivImg {
	position: relative;
	width: 60%;
}

.rezultateDivImg .editAdmin img {
	width: 15px;
	height: 15px;
}

.galeriePozaElement {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
}

.galeriePoze {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	width: 100%;
	position: relative;
}

.orar, .linkuri {
	position: relative;
}

a.textMic {
	display: block;
}

div.textMic {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
/* fix ckeditor */
.static{
    position: relative;
}
.static strong{
    font-weight: 800;
}
.static em{
    font-style: italic;
}
.static a, .static a:hover{
    color: var(--rosu);
    text-decoration: underline;
}
.static img{
    max-width: 100%;
    height: auto;
}
.static ul{
    list-style: disc;
    padding-left: 20px;
}
.static ol{
    list-style: decimal;
    padding-left: 20px;
}
.static li{
    margin-bottom: 5px;
}
.static p{
    margin-bottom: 8px;
	color: var(--verdeInchis);
	font-family: var(--font-sub);
	font-weight: 400;
	line-height: 1.5;
	font-size: var(--xxs);
}

.static h1, .static h2, .static h3, .static h4, .static h5{
    padding-top: 10px;
    margin-bottom: 10px;
	color: var(--verdeInchis);
	font-family: var(--font-sub);
	font-weight: 600;
	line-height: 1.2;
}

.static h1{
    font-size: var(--xl);
}
.static h2{
    font-size: var(--l);
}
.static h3{
    font-size: var(--m);
}
.static h4{
    font-size: var(--xs);
}

/* end fix ckeditor */

.linkuri p a, .linkuri p{
	font-family: var(--font-sub);
	font-weight: 400;
	color: var(--alb);
	line-height: 1.5;
	font-size: var(--xxs);
	margin: 0;
}

.linkuri a.textMic {
	margin: 0;
}

.formularContact {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.telefoane {
	display: flex;
	flex-direction: row;
	gap: 80px;
}

.meniuItems a.active{
	text-decoration: underline;
}

.meniuItems a:hover{
	text-decoration: underline;
}

.textMic p a:hover{
	text-decoration: underline;
}

.meniuFooter a:hover{
	text-decoration: underline;
}

.tip:not(.tipSelectat):hover{
	background-color: var(--verdeFundal);
}

.termeniConditiiContent {
	padding-top: 80px;
}

  @media screen and (max-width: 1200px) {
	.meniuItems { 
		gap:18px;
	}

	.footerMeniuLinkuri {
		gap: 80px;
	}
  }

  @media screen and (max-width: 1150px) {
	.povesteaNoastra, .valorileNoastre {
		gap: 30px;
	}

	.footerMeniuLinkuri {
		gap: 64px;
	}

	.linkuri {
		padding-right: 0px;
	}
}

  @media screen and (max-width: 1100px) {
	:root {
		--m: 20px;
	}

	.meniuItems { 
		flex-wrap: wrap;
		gap:12px 18px;
	}

	.headerSus {
		gap: 50px;
	}

	.meniu {
		gap: 5px;
	}

	.rezultateDivImg img {
		height: 550px;
	}

	.rezultateHolder {
		height: 550px;
	}
	
	.serviciiElemente {
		height: 550px;
	}

	.serviciiElement {
		gap: 18px;
	}

	.imgServicii img {
		height: 550px;
	}

	.serviciiDiv {
		height: 550px;
	}

	.moale {
		height: 550px;
	}

	.tare {
		height: 550px;
	}
	
	.galerieElementeImg{
		width: 550px;
		height: 550px;
		min-width: 550px;
		max-width: 550px;
	}

	.serviciiElementImg img {
		height: 550px;
	}

	.serviciiElementText {
		gap: 12px;
	}

	.tipuriLemnImg img {
		height: 550px;
	}

	.galeriePozaElement img{
		height: 550px;
	}

	.imagineGalerie {
		height: 550px;
	}

	.locatieMap iframe {
		height: auto;
		aspect-ratio: 1/1;
	}

	.footerMeniuLinkuri {
		gap: 50px;
	}
  }

  @media screen and (max-width: 1050px) {
	.serviciiElemente {
		gap: 12px;
	}

	.serviciiElement {
		gap: 10px;
	}

	.tipuriLemnImg img {
		height: 450px;
	}

	.locatieMap iframe {
		height: auto;
		aspect-ratio: 1/1;
	}

	.footerMeniuLinkuri {
		gap: 15px;
	}
  }

  @media screen and (max-width: 1000px) {
	.footerMeniuLinkuri {
		gap: 5px;
	}
  }

  @media screen and (max-width: 950px) {
	:root {
		--xxs: 14px;
		--xs: 16px;
		--s: 20px;
		--l: 24px;
		--xl: 36px;
		--xxl: 44px;
	}

	.povesteaNoastraImg {
		height: 550px;
	}

	.footerMeniuLinkuri {
		gap: 20px;
	}
  }

  @media screen and (max-width: 900px) {
	:root {
		--xl: 36px;
	}

	.burger-icon {
		display: flex;
	}

	.meniu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		background-color: transparent;
		z-index: 10001;
		transition: right 0.3s ease, background-color 0.3s ease, padding 0.3s ease;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		padding: 0;
	}

	.meniu .meniuItems,
	.meniu .butoaneHeader {
		opacity: 0;
		visibility: hidden;
		transform: translateX(-20px);
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s ease;
	}
	
	.meniuHamburgerActive .meniu,
	.headerSus.meniuHamburgerActive .meniu,
	.meniuFix.meniuHamburgerActive .meniu {
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		padding-top: 100px;
		background-color: var(--alb);
	}

	.meniuHamburgerActive .meniu > * {
		width: 90%;
		margin: 0 auto;
	}

	.meniuHamburgerActive .meniuItems,
	.headerSus.meniuHamburgerActive .meniuItems,
	.meniuFix.meniuHamburgerActive .meniuItems {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 0px;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s, visibility 0s ease 0.1s;
	}
	
	body:not(.meniuHamburgerActive) .meniu .meniuItems {
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s ease 0.3s;
	}

	.meniuHamburgerActive.headerSus {
		position: relative;
	}

	.meniuFix.meniuHamburgerActive,
	.meniuHamburgerActive.meniuFix {
		left: 0;
		transform: none;
		width: 100%;
		height: 100vh;
		padding: 0;
		z-index: 10004;
		background-color: var(--alb);
	}

	.meniuHamburgerActive .meniuFix .headerSus {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.meniuHamburgerActive .meniuItems a {
		color: var(--verdeInchis);
		font-size: var(--s);
	}

	.meniuHamburgerActive .butoaneHeader,
	.headerSus.meniuHamburgerActive .butoaneHeader,
	.meniuFix.meniuHamburgerActive .butoaneHeader {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s, visibility 0s ease 0.1s;
	}
	
	body:not(.meniuHamburgerActive) .meniu .butoaneHeader {
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s ease 0.3s;
	}

	.meniuHamburgerActive .butonContacteaza {
		border: 1px solid var(--verdeInchis);
		color: var(--verdeInchis);
		font-size: var(--s);
	}

	.meniuHamburgerActive .butonSuna {
		font-size: var(--s);
	}

	.meniuHamburgerActive .textLogo span {
		color: var(--verdeInchis);
	}


	.meniuHamburgerActive .meniuButon {
		display: flex;
	}

	body.meniuHamburgerActive .butoaneFixe {
		display: none;
	}

	body.meniuHamburgerActive .textHeader {
		display: none;
	}

	body.meniuHamburgerActive .textHeaderDespreNoi {
		display: none;
	}

	body.meniuHamburgerActive footer,
	body.meniuHamburgerActive footer * {
		z-index: -1;
		position: relative;
	}

	body.meniuHamburgerActive {
		background-color: var(--alb);
		overflow: hidden;
		transition: background-color 0.3s ease;
	}
	
	body:not(.meniuHamburgerActive) {
		transition: background-color 0.3s ease;
	}

	body.meniuHamburgerActive .backgroundHeader {
		z-index: 10004;
	}

	body.meniuHamburgerActive .fullPage,
	body.meniuHamburgerActive .smallPage {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	.fullPage .butonMeniuAlb, .smallPage .butonMeniuAlb {
		display: block;
	}

	.meniuNegru .butonMeniuVerde {
		display: block;
	}

	.meniuFix {
		padding: 15px 0;
	}

	.meniuFix .headerSus {
		width: 90%;
		max-width: 1300px;
	}

	.meniuHamburgerActive .logoHamburger {
		width: 90%;
		margin: 0 auto;
		justify-content: space-between;
		align-items: center;
		padding: 0;
	}

	.rezultateDivImg img {
		height: auto;
		aspect-ratio: 1/1;
	}

	.rezultateHolder {
		height: auto;
	}

	.rezultateElemente {
		height: auto;
		max-height: none;
		gap: 12px;
	}
	
	.serviciiElemente {
		height: auto;
	}

	.serviciiElement {
		gap: 5px;
	}

	.imgServicii img {
		height: auto;
		aspect-ratio: 1/1;
	}

	.moale {
		height: auto;
		aspect-ratio: 1/1;
	}

	.tare {
		height: auto;
		aspect-ratio: 1/1;
	}
	
	.galerieElementeImg {
		width: 450px;
		height: 450px;
		min-width: 450px;
		max-width: 450px;
	}

	.serviciiElementImg img{
		height: auto;
		aspect-ratio: 1/1;
	}

	.serviciiElementServiciu {
		gap: 32px;
	}

	.galeriePozaElement img{
		height: auto;
		aspect-ratio: 1/1;
	}

	.imagineGalerie {
		height: auto;
		aspect-ratio: 1/1;
	}

	.locatieMap iframe {
		height: auto;
		aspect-ratio: 1/1;
	}

	.logoHamburger {
		width: 100%;
	}

	.cardMesaj {
		width: 450px;
		height: 450px;
	}
  }

  @media screen and (max-width: 850px) {
	.fullPage, .smallPage {
		background-attachment: scroll;
	}

	.textFooter {
		background-attachment: scroll;
	}

	.beneficiiElemente {
		flex-direction: column;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.beneficiiElement {
		max-width: 500px;
		width: 100%;
	}

	.rezultate {
		padding-bottom: 0;
	}

	.rezultateDiv {
		flex-direction: column;
		margin-bottom: 48px;
	}

	.rezultateDivImg img {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}

	.rezultateHolder {
		width: 100%;
		height: auto;
	}

	.rezultateElemente {
		width: 100%;
		align-items: center;
		justify-content: flex-start;
		gap: 12px;
		height: auto;
		max-height: none;
	}

	.rezultateElementText {
		width: 100%;
		max-width: 500px;
		flex: none;
		min-height: auto;
		max-height: none;
		height: auto;
		gap: 8px;
	}

	.serviciiDiv {
		flex-direction: column;
		height: 100%;
	}

	.serviciiElemente {
		width: 100%;
		height: 100%;
	}

	.serviciiDiv {
		flex-direction: column-reverse;
	}

	.imgServicii {
		width: 100%;
	}

	.tipLemnElemente {
		flex-direction: column;
	}

	.tipLemnElement {
		width: 100%;
	}

	.moale {
		height: 400px;
	}

	.tare {
		height: 400px;
	}

	.povesteaNoastra {
		flex-direction: column-reverse;
	}

	.valorileNoastre {
		flex-direction: column;
	}

	.imgPovesteaNoastra {
		width: 100%;
	}

	.textElementPovesteaNoastra {
		width: 100%;
	}

	.povesteaNoastraImg {
		height: auto;
		aspect-ratio: 1/1;
	}

	.column {
		flex-direction: column;
	}

	.columnReverse {
		flex-direction: column-reverse;
	}

	.serviciiElementeServicii {
		gap: 15px;
	}

	.serviciiElementText {
		width: 100%;
	}

	.serviciiElementImg{
		width: 100%;
	}

	.serviciiElementServiciu {
		padding: 0px; 
	}

	.textMic img {
		max-width: 90px;
	}

	.locatieMap iframe {
		width: 100%;
		max-width: none;
		height: auto;
		aspect-ratio: 1/1;
	}

	.tipLemnContent {
		flex-direction: column-reverse;
		gap: 16px;
	}

	.tipuriLemnText {
		width: 100%;
		gap: 12px;
	}

	.tipuriLemnImg {
		width: 100%;
	}

	.galeriePozaElement img{
		height: auto;
		width: 100%;
		aspect-ratio: 1/1;
	}

	.imagineGalerie {
		height: auto;
		aspect-ratio: 1/1;
	}

	.galeriePozaElement {
		width: 100%;
	}

	.galeriePozeGrid {
		grid-template-columns: 1fr;
	}

	.galeriePoza {
		flex-direction: column;
		gap: 16px;
	}

	.galeriePoze {
		gap: 16px;
	}

	.contactContent {
		flex-direction: column;
		gap: 16px;
	}

	.contactStanga {
		width: 100%;
	}

	.contactDreapta {
		width: 100%;
	}

	.locatieMap iframe {
		height: auto;
		width: 100%;
		aspect-ratio: 1/1;
	}

	.rezultateDivImg {
		width: 100%;
	}

	.text {
		flex-direction: column;
	}

	.footerMeniuLinkuri {
		gap: 80px;
	}

	.termeniConditiiContent {
		padding-top: 64px;
	}

  }

  @media screen and (max-width:750px) {
	.tipLemnContent {
		padding: 0px;
	}
}

  @media screen and (max-width:700px) {
	.galeriePoze {
		grid-template-columns: 1fr;
	}

	.cardMesaj {
		width: 350px;
		height: 400px;
	}
}

  @media screen and (max-width:650px) {
	.footerJos {
		flex-direction: column;
		gap: 24px;
	}

	.galeriePozaElement img{
		height: auto;
		aspect-ratio: 1/1;
	}

	.imagineGalerie {
		height: auto;
		aspect-ratio: 1/1;
	}

	.footerMeniuLinkuri {
		gap: 48px;
	}

	.termeniConditiiContent {
		padding-top: 48px;
	}

  }

  @media screen and (max-height:650px) {
	.fullPage, .smallPage {
		height: auto;
		min-height: 100dvh;
		padding: 20px;
		background-attachment: scroll;
		display: flex;
		flex-direction: column;
	}

	.textHeader, .textHeaderDespreNoi {
		flex: 1;
		padding: 100px 0 40px 0;
		justify-content: center;
	}
  }

  @media screen and (max-width:600px) {
	:root {
		--xs: 16px;
		--xl: 32px;
		--xxl: 40px;
	}

	.fullPage, .smallPage {
		height: auto;
		min-height: 100vh;
		min-height: 100dvh;
		display: flex;
		flex-direction: column;
	}

	.titluHeader {
		width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.footerMeniuLinkuri {
		gap: 15px;
	}

	.meniuFooter a {
		white-space: nowrap;
	}

	.termeni {
		flex-direction: column;
		gap: 16px;
	}

	.rezultateElementeDespreNoi {
		flex-direction: column;
		gap: 16px;
	}

	.textHeader, .textHeaderDespreNoi {
		gap: 32px;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 100px 0 40px 0;
		width: 100%;
	}

	.titluHeader, .paragrafHeader {
		width: 100%;
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.textHeaderDespreNoi .titluText {
		max-width: 100%;
	}

	.textHeaderDespreNoi .rezultateElementeDespreNoi {
		width: 100%;
	}

	.rezultate {
		padding-top: 64px;
	}

	.tipuriLemnSus {
		flex-direction: column;
		border: none;
		border-radius: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		order: 0;
	}

	.tipuriLemnJos {
		border: none;
		border-radius: 24px 24px 0px 0px;
		order: 0;
	}

	.tip {
		border: none;
		border-top: 1px solid var(--verdeBorder);
	}

	.tipPrimul {
		border-top: 1px solid var(--verdeBorder);
		border-radius: 24px 24px 0px 0px;
	}

	.tipUltimul {
		border-radius: 0px 0px 0px 0px;
	}

	.tipPrimul.tipSelectat {
		border-radius: 16px 16px 0px 0px;
	}

	.rezultateElementDespreNoi {
		gap: 4px;
	}

	.tip .tipSelectat {
		border-radius: 0px 0px 0px 0px !important;
	}

	.tipuriLemnElement {
		flex-direction: column;
	}

	.descriereTipuri::after {
		display: block;
		font-family: var(--font-sub);
		font-size: var(--xxs);
		font-weight: 400;
		line-height: 1.4;
		color: var(--verdeInchis);
		text-decoration: underline;
		cursor: pointer;
	}

	.tipSelectat .descriereTipuri::after {
		display: none;
	}
  }

  @media screen and (max-width:550px) {
	.povesteaNoastraElement img{
		width: 40px;
	}
  }

  @media screen and (max-width:500px) {
	:root {
		--xs: 16px;
		--xxl: 36px;
	}

	.beneficii {
		gap: 48px;
		padding-top: 64px;
	}

	.textElement {
		gap:12px;
	}

	.beneficiiElemente {
		gap: 24px;
	}

	.rezultate {
		padding-top: 64px;
		gap: 32px;
	}

	.rezultateElemente {
		gap: 10px;
	}

	.rezultateElementText {
		padding: 14px 16px;
		gap: 8px;
	}

	.servicii {
		padding-top: 64px;
		gap: 48px;
	}

	.serviciiPagina {
		padding-top: 64px;
	}

	.serviciiDiv {
		gap: 32px;
	}

	.beneficii {
		padding-top: 64px;
		gap: 48px;
	}

	.tipLemn {
		padding-top: 64px;
		gap: 48px;
	}

	.tipuriLemn {
		padding-top: 64px;
		gap: 48px;
	}

	.galerie {
		padding: 64px 0;
		gap: 32px;
	}

	.galerieHome {
		padding: 64px 0;
		gap: 32px;
	}

	.povesteaNoastra {
		padding-top: 64px;
		gap: 48px;
	}

	.valorileNoastre {
		padding-top: 64px;
		gap: 48px;
	}

	.rezultate {
		padding-top: 64px;
		gap: 48px;
	}

	.tipLemnElemente {
		gap: 24px;
	}

	.galerie {
		grid-template-columns: 1fr;
		padding: 64px 0;
		gap: 48px;
	}


	.tare {
		padding: 24px;
	}

	.moale {
		padding: 24px;
	}

	.galerieElementeImg {
		width: 400px;
		height: 400px;
		min-width: 400px;
		max-width: 400px;
	}

	.galerieElemente {
		gap: 16px;
	}

	.galerieNavButon {
		display: none !important;
	}

	.imgServicii img {
		height: auto;
		aspect-ratio: 1/1;
	}

	.rezultateDivImg img {
		height: auto;
		aspect-ratio: 1/1;
	}

	.povesteaNoastraImg {
		height: auto;
		aspect-ratio: 1/1;
	}

	.textElementPovesteaNoastra {
		gap: 24px;
	}

	.tipuriLemnImg img {
		height: auto;
		aspect-ratio: 1/1;
	}

	.termeniConditii {
		padding: 48px 24px;
		gap: 48px;
	}

	.galeriePozaElement img{
		height: auto;
		aspect-ratio: 1/1;
	}

	.imagineGalerie {
		height: auto;
		aspect-ratio: 1/1;
	}

	.rezultateHolder {
		height: auto;
	}

	.cardMesaj {
		width: 250px;
		height: 300px;
	}

	.meniuItems a, .butoaneHeader a {
        width: 100%; 
    }

	.footerElemente {
		gap: 48px;
	}

	.termeniConditiiContent {
		padding-top: 32px;
	}

  }

  @media screen and (max-width:450px) {
	.povesteaNoastraElementeDespreNoi {
		flex-direction: column;
		gap: 24px;
	}

	.galerieElementeImg {
		width: 350px;
		height: 350px;
		min-width: 350px;
		max-width: 350px;
	}
  }

  @media screen and (max-width:400px) {
	:root {
		--xs: 14px;
	}

	.textHeaderDespreNoi {
		gap: 24px;
		padding-top: 100px;
	}
	
	.footerMeniuLinkuri {
		flex-direction: column-reverse;
		gap: 48px;
	}

	.meniuFooter a {
		white-space: nowrap;
	}

	.text {
		gap: 48px;
	}

	.butoaneHeader {
		flex-direction: column;
		width: 100%;
	}

	.butonSuna, .butonContacteaza {
		width: 100%;
	}

	.galerieElementeImg {
		width: 300px;
		height: 300px;
		min-width: 300px;
		max-width: 300px;
	}

  }

  @media screen and (max-width:350px) {
	:root {
		--xxl: 34px;
	}
	.povesteaNoastraImg {
		height: auto;
		aspect-ratio: 1/1;
	}

	.galerieElementeImg {
		width: 250px;
		height: 250px;
		min-width: 250px;
		max-width: 250px;
	}

	.rezultateDivImg img {
		height: auto;
		aspect-ratio: 1/1;
	}

	.imgServicii img {
		height: auto;
		aspect-ratio: 1/1;
	}

	.serviciiElementImg img {
		height: auto;
		aspect-ratio: 1/1;
	}

	.tipuriLemnImg img {
		height: auto;
		aspect-ratio: 1/1;
	}

	.galeriePozaElement img{
		height: auto;
		aspect-ratio: 1/1;
	}

	.imagineGalerie {
		height: auto;
		aspect-ratio: 1/1;
	}

	.footerElemente {
		gap: 36px;
	}

	.footerSus {
		gap: 36px;
	}

	.footerMeniuLinkuri {
		gap: 32px;
	}

	.footerJos {
		gap: 24px;
	}

	.text {
		gap: 24px;
	}

	footer {
		padding: 48px 0;
	}

	.termeniConditiiContent {
		padding-top: 24px;
	}
  }
