.elementor-kit-6{--e-global-color-primary:#1E1E1E;--e-global-color-secondary:#A7A7A7;--e-global-color-text:#1E1E1E;--e-global-color-accent:#E8563A;--e-global-color-550042c:#F3F4F5;--e-global-color-5ac11b3:#595959;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-size:0.9rem;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:0.9rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.3em;background-color:#F3F4F5;color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#F3F4F5;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:#E5E5E5;border-radius:1px 1px 1px 1px;padding:8px 16px 8px 16px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-550042c );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 a:hover{color:var( --e-global-color-5ac11b3 );}.elementor-kit-6 h1{font-size:2.5em;}.elementor-kit-6 h2{font-size:2em;font-weight:600;line-height:1.3em;}.elementor-kit-6 h3{font-size:1.6em;}.elementor-kit-6 h4{font-size:1.5em;}.elementor-kit-6 h6{color:var( --e-global-color-secondary );font-family:"futura-pt", Sans-serif;font-size:0.9em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 a{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 a{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Bara verticală stângă fixă */
.left-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 100vh;
  background-color: #F3F4F5;
  border-right: 1px solid #A7A7A7;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Textul rotit */
.left-bar span {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

/* Mută tot site-ul 20px la dreapta ca să nu fie acoperit */
body {
  margin-left: 20px; 
}

/* Galerie - hover effect */
.galerie {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: border-color 0.4s ease, opacity 0.35s ease, transform 0.35s ease;
}

.galerie::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #F3F4F5;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.galerie .e-heading-base {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  position: relative;
  z-index: 2;
}

.galerie:hover {
  border-color: #595959;
}

.galerie:hover::before {
  opacity: 1;
}

.galerie:hover .e-heading-base {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.6s ease 0.1s, transform 0.6s ease 0.1s;
}
/* Butoane navbar */
#btn-arhitectura button,
#btn-design-interior button {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

#btn-arhitectura button:hover,
#btn-design-interior button:hover,
#btn-arhitectura.activ button,
#btn-design-interior.activ button {
  background-color: #E8563A !important;
  color: #ffffff !important;
}/* End custom CSS */