.elementor-46404 .elementor-element.elementor-element-6ea2d22{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{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 );}.elementor-46404 .elementor-element.elementor-element-e1eebdc{text-align:center;}.elementor-46404 .elementor-element.elementor-element-06ba578{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-46404 .elementor-element.elementor-element-06ba578:not(.elementor-motion-effects-element-type-background), .elementor-46404 .elementor-element.elementor-element-06ba578 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1fd94e3 );}.elementor-46404 .elementor-element.elementor-element-d3ad77f{--display:flex;}.elementor-46404 .elementor-element.elementor-element-d3ad77f:not(.elementor-motion-effects-element-type-background), .elementor-46404 .elementor-element.elementor-element-d3ad77f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-6e92963 );}.elementor-46404 .elementor-element.elementor-element-b1dbf56{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 20px 0px 20px;}.elementor-46404 .elementor-element.elementor-element-2abbdcf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-46404 .elementor-element.elementor-element-2abbdcf:not(.elementor-motion-effects-element-type-background), .elementor-46404 .elementor-element.elementor-element-2abbdcf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1fd94e3 );}.elementor-46404 .elementor-element.elementor-element-fe6b0e7{--display:flex;}.elementor-46404 .elementor-element.elementor-element-fe6b0e7:not(.elementor-motion-effects-element-type-background), .elementor-46404 .elementor-element.elementor-element-fe6b0e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-6e92963 );}.elementor-46404 .elementor-element.elementor-element-b9534e9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-46404 .elementor-element.elementor-element-b9534e9:not(.elementor-motion-effects-element-type-background), .elementor-46404 .elementor-element.elementor-element-b9534e9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1fd94e3 );}.elementor-46404 .elementor-element.elementor-element-7c7e96a{--display:flex;}.elementor-46404 .elementor-element.elementor-element-7c7e96a:not(.elementor-motion-effects-element-type-background), .elementor-46404 .elementor-element.elementor-element-7c7e96a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-6e92963 );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-46404 .elementor-element.elementor-element-d3ad77f{--content-width:800px;}.elementor-46404 .elementor-element.elementor-element-fe6b0e7{--content-width:800px;}.elementor-46404 .elementor-element.elementor-element-7c7e96a{--content-width:800px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS */html {
  scroll-behavior: smooth;
}
.hero-section-bg {
  background-image: url('https://placehold.co/1920x400/143362/FFFFFF?text=Eczema+Tratament'); /* Imagine de fundal specifică pentru pagina Eczema */
  background-size: cover;
  background-position: center;
}
.meniu-link.activ {
    color: #28B4A7;
    border-bottom-color: #28B4A7;
}
/* Custom CSS pentru antet: non-sticky pe mobil, sticky pe desktop */
header#header-site {
    position: relative !important; /* Forțează poziționarea relativă pe mobil */
    z-index: 9999 !important; /* O valoare foarte mare pentru a asigura vizibilitatea */
    width: 100% !important;
    background-color: #fff !important; /* Asigură un fundal solid */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; /* Asigură umbra */
    min-height: 70px; /* Setează o înălțime minimă pentru a asigura spațiu pentru logo și navigație */
    display: flex !important; /* Asigură că flexbox este aplicat */
    align-items: center !important; /* Centrează vertical conținutul */
    padding-top: 8px !important; /* Ajustează padding-ul pentru a controla înălțimea */
    padding-bottom: 8px !important; /* Ajustează padding-ul pentru a controla înălțimea */
}

@media (min-width: 768px) { /* Aplica sticky doar de la breakpoint-ul 'md' în sus */
    header#header-site {
        position: sticky !important;
        top: 0 !important;
    }
}

/* Stiluri pentru imaginea logo-ului principal din antet */
header#header-site .logo-link img {
    height: 40px !important; /* Setează o înălțime fixă pentru logo pe mobil */
    width: auto !important; /* Lățimea se ajustează automat pentru a păstra proporțiile */
    object-fit: contain !important; /* Asigură că imaginea nu este deformată */
}

@media (min-width: 768px) { /* Ajustează înălțimea logo-ului principal pe desktop */
    header#header-site .logo-link img {
        height: 50px !important; /* Mărește înălțimea logo-ului pe desktop */
    }
}

/* Stiluri pentru logo-urile de afiliere (SRD și SSDV) */
#affiliations img {
    max-height: 80px !important; /* Setează o înălțime maximă pentru logo-uri */
    width: auto !important; /* Lățimea se ajustează automat pentru a păstra proporțiile */
    object-fit: contain !important; /* Asigură că imaginea nu este deformată */
}

/* Ajustări pentru containerul logo-urilor de afiliere, dacă este necesar */
#affiliations .flex {
    justify-content: center !important; /* Centrează logo-urile orizontal */
    align-items: center !important; /* Centrează logo-urile vertical */
    flex-wrap: wrap !important; /* Permite logo-urilor să treacă pe rândul următor pe ecrane mici */
}

/* Ajustări pentru cardurile individuale ale logo-urilor de afiliere */
#affiliations .p-4.bg-white.rounded-lg.shadow-md {
    padding: 10px !important; /* Reduce padding-ul dacă este prea mare */
}

/* Stiluri pentru modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; /* Ascuns inițial, fără tranziții de opacitate/vizibilitate */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modal-overlay.show {
    display: flex; /* Afișat când are clasa 'show' */
}
.modal-content {
    background-color: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    width: 90%;
    position: relative;
}
.modal-close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #3A3B3C;
}/* End custom CSS */