/* header title*/

/*h1.elementor-heading-title.elementor-size-default,*/
/*h2.elementor-heading-title.elementor-size-default,*/
/*h3.elementor-heading-title.elementor-size-default{*/
/*    color: #2c3b4d !important;*/
/*}*/



/*.h2-sub-orange h2.elementor-heading-title.elementor-size-default{*/
/*    color:#f27022 !important;*/
/*}*/


#mega-menu-item-18076,
#mega-menu-item-18386,
#mega-menu-item-18387,
#mega-menu-item-18388,
#mega-menu-item-18389{
    display:none !important;
}



.pbmit-sticky-header #mega-menu-pbminfotech-top > li.mega-menu-item-18386,
  .pbmit-sticky-header #mega-menu-pbminfotech-top > li.mega-menu-item-18387,
  .pbmit-sticky-header #mega-menu-pbminfotech-top > li.mega-menu-item-18388,
  .pbmit-sticky-header #mega-menu-pbminfotech-top > li.mega-menu-item-18389{
    display:none !important;
  }
}

/*paragrafe*/

.elementor-kit-12960 {
    --e-global-color-text: #4D5463;
}

.elementor-widget-text-editor:not(.elementor-element-edit-mode) {
    color: #4D5463;
}

.elementor-widget-text-editor:not(.elementor-element-edit-mode) p {
    color: unset;
}


/* headinguri */

.elementor-widget-heading .elementor-heading-title {
    color: #2C3B4D;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-default {
    color: inherit;
}


/*.banner-hp {*/
/*    padding-top:70px;*/
/*        background: linear-gradient(135deg, #f5f5f5 0%, #fff7f05e 60%, #ffe8d4b5 100%);*/
/*        margin-top:-33px;*/
/*}*/



.locatii-hero-img li.elementor-icon-list-item {
    background: #FFE4D3;
    width: fit-content;
    margin: 0 auto;
    display: block;
    display: flex;
    justify-self: center;
    padding: 10px 17px;
    border-radius: 35px;
}

.locatii-hero-img span.elementor-icon-list-text {
    color:#f27022 !important;
    font-weight:600;
    letter-spacing: 0.3px;
}

.rmn-search-wrapper {
  max-width: 920px;
  margin: 0 auto;
  font-family: Inter, system-ui, sans-serif;
}

.rmn-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e7eaf0;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: 0.25s ease;
}

.rmn-search-box:focus-within {
  border-color: rgba(255, 116, 23, 0.45);
  box-shadow: 0 24px 60px rgba(255, 116, 23, 0.15);
}

.rmn-search-box input {
  flex: 1;
  height: 58px;
  border: 0;
  outline: none;
  padding: 0 18px;
  background: transparent;
  color: #101828;
  font-size: 17px;
  font-weight: 600;
}

.rmn-search-box input::placeholder {
  color: #98a2b3;
  font-weight: 500;
}

.rmn-search-button {
  height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: 18px;
  background: #ff7417;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.25s ease;
}

.rmn-search-button svg {
  width: 22px;
  height: 22px;
}

.rmn-search-button:hover {
  background: #e85f00;
  transform: translateY(-1px);
}

.rmn-search-cloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rmn-cloud-label {
  color: #667085;
  font-size: 14px;
  font-weight: 700;
  margin-right: 4px;
}

.rmn-search-chip {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e7eaf0;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
  transition: 0.22s ease;
}

.rmn-search-chip:hover {
  background: #fff0e6;
  border-color: rgba(255, 116, 23, 0.45);
  color: #ff7417;
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .rmn-search-box {
    flex-direction: column;
    align-items: stretch;
    border-radius: 22px;
  }

  .rmn-search-box input {
    width: 100%;
  }

  .rmn-search-button {
    width: 100%;
    justify-content: center;
  }

  .rmn-search-cloud {
    justify-content: center;
    text-align: center;
  }
}

.custom-search-box {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    box-shadow: 0 10px 58px rgba(15, 23, 42, 0.10);
}

.custom-search-box input[type="search"] {
    flex: 1;
    height: 59px;
    border: none !important;
    outline: none !important;
    background: transparent;
    padding: 0 24px;
    font-size: 17px;
    font-weight: 500;
    color: #172033;
    box-shadow: none !important;
}

.custom-search-box input[type="search"]::placeholder {
    color: #8b93a3;
}

.custom-search-box .search-button {
    height: 55px;
    border: none !important;
    border-radius: 999px;
    padding: 0 32px;
    background: linear-gradient(135deg, #f27022, #f27022);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(245, 130, 32, 0.05);
    transition: all .25s ease;
}

.custom-search-box .search-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(245, 130, 32, 0.18);
}

.custom-search-box .button-icon {
    display: none !important;
}

.custom-search-box:focus-within {
    border-color: rgba(245, 130, 32, 0.45);
    box-shadow: 
        0 22px 55px rgba(15, 23, 42, 0.10),
        0 0 0 5px rgba(245, 130, 32, 0.12);
}

@media (max-width: 767px) {
    .custom-search-box {
        flex-direction: column;
        border-radius: 20px;
        padding: 10px;
    }

    .custom-search-box input[type="search"] {
        width: 100%;
        height: 54px;
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5 !important;
    }

    .custom-search-box .search-button {
        width: 100%;
        height: 44px;
        font-size: 15px;
        font-weight: 500;
        text-transform: none;
    }
}

/* Page Hero (title + excerpt) */
.pbmit-page-hero {
  width: 100%;
  padding: 0px 15px 15px 15px !important;
}

.page #content,
.single-echipa #content,
.blog #content,
.single-post #content{
    padding-top: 20px !important;
    padding-bottom: 50px;
}


.blog .rmn-breadcrumb-wrap,
.single-post .rmn-breadcrumb-wrap {
    margin-top: -10px;
    margin-bottom: 40px;
}

.pbmit-element-cat-wrapper.row .pbmit-ele, .pbmit-element-posts-wrapper.row .pbmit-ele {
    margin-bottom: 20px !important;
}

h3.pbmit-post-title a {
    color:#2c3b4d;
}

.pbmit-blog-style-5 .pbmit-post-title{
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.pbminfotech-sidebar .widget.widget_search {
    background-color: #2c3b4d;
}

.pbminfotech-sidebar .widget {
    background-color: var(--pbmit-xcare-white-color);
    padding: 16px;
    margin-bottom: 30px;
    border: none;
    border-radius: 30px;
}

.imagistica-menu-mega ul li.mega-menu-item-object-page a>span {
        font-size: 19px;
    font-family: 'Poppins';
    font-weight: 600;
    color:#f27022;
}

article.pbmit-ele.pbmit-ele-blog{
    margin-top:30px;
}


aside#secondary{
    margin-top:110px;
}

.pbmit-blog-style-5 .pbmit-meta-date {
    background-color: #f8fafc !important;
}

.pbmit-blog-style-5 .pbmit-meta-date::after, 
.pbmit-blog-style-5 .pbmit-meta-date::before {
box-shadow: 0 20px 0 0 #f8fafc !important;
}


.pbmit-blog-style-5 .pbmit-content-wrapper {
    padding: 30px 30px 25px 30px !important;
}

aside#secondary.pbminfotech-sidebar .widget.widget_search {
    background-color:#2c3b4d !important;
}

aside#secondary.pbminfotech-sidebar .widget {
    background-color: var(--pbmit-xcare-white-color);
    padding: 19px !important;
    margin-bottom: 16px !important;
    border: none;
    border-radius: 30px;
}

aside#secondary.pbminfotech-sidebar .widget_categories ul li.cat-item .pbmit-cat-li>a  {
    color: rgba(var(--pbmit-xcare-blackish-color-rgb), .8);
    text-transform: none !important;
    letter-spacing: 0.2px !important;
    transition: all 0.3s ease-in-out;
    margin: 7px 0 !important;
    font-family:Poppins !important;
}

aside#secondary.widget ul>li {
    padding: 0 0 5px 0 !important;
    line-height: 16px !important;
    font-size: 15px !important;
}


/*.menu-imagistica-medicala-brasov-container,*/
/*.menu-imagistica-medicala-sibiu-container,*/
/*.menu-imagistica-medicala-fagaras-container{*/
/*    margin-left:15px;*/
/*}*/

.menu-imagistica-medicala-brasov-container a>span,
.menu-imagistica-medicala-sibiu-container a>span,
.menu-imagistica-medicala-fagaras-container a>span{
    font-size:16px;
     font-family: 'Poppins';
     font-weight: 500;
}

.pbmit-navbar ul ul a, .pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, .pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li > ul.mega-sub-menu li.mega-menu-item > a:hover, .pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li > ul.mega-sub-menu li.mega-menu-item > a:focus, .pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li.mega-menu-megamenu > ul.mega-sub-menu ul:not(.menu) > li.mega-menu-item > a.mega-menu-link, .pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li.mega-menu-megamenu > ul.mega-sub-menu li .widget_nav_menu ul.menu > li.mega-menu-item > a.mega-menu-link, .pbmit-burger-menu-area .menu-main-menu-container ul ul a{
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: 0px;
    color: #181a17;
    text-transform: uppercase;
    font-style: normal;
}


.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li.mega-menu-item, body:not(.mega-menu-pbminfotech-top) .pbmit-navbar div>ul>li {
    margin: 0 10px !IMPORTANT;
}


.pbmit-header-style-6 .pbmit-header-button2 a {
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0px ! IMPORTANT;
    text-transform: math-auto;
    padding: 12px 12px;
    color: var(--pbmit-xcare-white-color);
    background-color: #f27022;
    border-radius: 50px!important;
    transition: all .4s ease-in;
}
    
.pbmit-search-cart-box .pbmit-header-search-btn {
    padding: 0px 0 0 0px !important;
}    
    
.pbmit-search-cart-box .pbmit-header-search-btn a, .pbmit-search-cart-box .pbmit-cart-wrapper a {
    font-size: 16px;
    width: 42px !Important;
    height: 41px !Important;
    line-height: 43px !Important;
    text-align: center;
    display: block;
    border-radius: 100% !Important;
}    
    
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after,
body.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li:not(:last-child):not(.mega-menu-megamenu)::before{
    display: none !important;
}

body:not(.mega-menu-pbminfotech-top) .pbmit-navbar div > ul > li > a, .pbmit-max-mega-menu-override #page #site-navigation .max-mega-menu > li.mega-menu-item > a.mega-menu-link, .pbmit-burger-menu-area .menu-main-menu-container ul > li > a {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 22px;
    letter-spacing: 0.1px !important;
    color: #181a17;
    text-transform: none !important;
    font-style: normal;
}

    .pbmit-header-style-6 .pbmit-header-overlay {
        padding: 0px;
        width: 100%;
        margin: 0 auto;
        border-radius: 0px ! IMPORTANT;
    }

.pbmit-header-content.d-flex.justify-content-between.align-items-center {
    align-items: center !important;
    max-width: 1320px;
    margin: 0 auto;
}

    .pbmit-header-style-6 .pbmit-main-header-area {
        border-radius: 0px;
        box-shadow: 0px 1px 8px #f0f0f0;
}

/* STICKY + NORMAL */
.pbmit-sticky-header .pbmit-header-content,
.pbmit-main-header-area .pbmit-header-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.pbmit-sticky-header .pbmit-menu-logoarea,
.pbmit-main-header-area .pbmit-menu-logoarea {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
}

.pbmit-sticky-header .pbmit-logo-menuarea,
.pbmit-main-header-area .pbmit-logo-menuarea {
    flex: 0 0 auto !important;
}

.pbmit-sticky-header .pbmit-menuarea,
.pbmit-main-header-area .pbmit-menuarea {
    margin-left: auto !important;
    padding-left: 30px !important;
    flex: 0 0 auto !important;
}

.pbmit-sticky-header .pbmit-menuarea .navigation-top,
.pbmit-sticky-header .pbmit-menuarea .wrap,
.pbmit-sticky-header .pbmit-menuarea nav,
.pbmit-main-header-area .pbmit-menuarea .navigation-top,
.pbmit-main-header-area .pbmit-menuarea .wrap,
.pbmit-main-header-area .pbmit-menuarea nav {
    width: auto !important;
}

.pbmit-sticky-header .pbmit-right-box,
.pbmit-main-header-area .pbmit-right-box {
    flex: 0 0 auto !important;
    margin-left: 10px !important;
}

/* =========================================================
   MAX MEGA MENU - FORCE ARROW + ACTIVE PARENT + ACTIVE CHILD
   pentru #mega-menu-pbminfotech-top
========================================================= */

/* ---------------------------
   1. reset / baza
--------------------------- */
#mega-menu-pbminfotech-top > li > a.mega-menu-link,
#mega-menu-pbminfotech-top .mega-sub-menu li > a,
#mega-menu-pbminfotech-top .mega-sub-menu li > a.mega-menu-link {
  transition: all 0.25s ease !important;
}

/* ---------------------------
   2. ARROW DOAR LA MENIUL PRINCIPAL
   doar itemii principali care au copii
--------------------------- */

/* dam spatiu in dreapta pe linkul principal */
#mega-menu-pbminfotech-top > li.mega-menu-item-has-children > a.mega-menu-link {
  position: relative !important;
  /*padding-right: 34px !important;*/
}

/* =========================================================
   TOP MENU: arrow mic, in dreapta, pe acelasi rand
   + activ pentru parinte si copil
========================================================= */

/* linkurile principale */
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-menu-item > a.mega-menu-link {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    padding: 0px !important;
 }

/* doar itemii principali care au copii */
/*#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-menu-item-has-children > a.mega-menu-link .mega-indicator {*/
/*    display: inline-flex !important;*/
/*    align-items: center !important;*/
/*    justify-content: center !important;*/
/*    position: absolute !important;*/
/*    right: 8px !important;*/
/*    top: 50% !important;*/
/*    transform: translateY(-50%) !important;*/
/*    width: 14px !important;*/
/*    height: 14px !important;*/
/*    margin: 0 !important;*/
/*    padding: 0 !important;*/
/*    line-height: 1 !important;*/
/*    font-size: 0 !important;*/
/*    vertical-align: middle !important;*/
/*}*/

/* iconul dashicons */
/*#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:before {*/
    /*content: "\f347" !important; */
/*    font-family: dashicons !important;*/
/*    font-size: 12px !important;*/
/*    line-height: 1 !important;*/
/*    display: block !important;*/
/*    color: inherit !important;*/
/*    margin: 0 !important;*/
/*    padding: 0 !important;*/
/*}*/

/* ascunde eventualul indicator/toggle duplicat pe desktop */
@media (min-width: 769px) {
    #mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-menu-item > .sub-menu-toggle {
        display: none !important;
    }
}

/* rotire la hover / open / activ */
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-menu-item-has-children:hover > a.mega-menu-link .mega-indicator,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link .mega-indicator,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-menu-item-has-children.mega-current-menu-ancestor > a.mega-menu-link .mega-indicator,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-menu-item-has-children.current-menu-ancestor > a.mega-menu-link .mega-indicator,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-menu-item-has-children.current_page_ancestor > a.mega-menu-link .mega-indicator {
    transform: translateY(-50%) rotate(180deg) !important;
    transition: transform 0.25s ease !important;
}

/* submeniuri - stil baza */
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li > a.mega-menu-link {
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease;
}

/* activ pe parinte */
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-current-menu-item > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-current-menu-parent > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-current-menu-ancestor > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.current-menu-item > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.current-menu-parent > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.current-menu-ancestor > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.current_page_item > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.current_page_parent > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.current_page_ancestor > a {
    color:#f27022 !important;
    font-weight: 700 !important;
}

/* activ pe copil */
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li.mega-current-menu-item > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li.mega-current-menu-parent > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li.mega-current-menu-ancestor > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li.current-menu-item > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li.current-menu-parent > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li.current-menu-ancestor > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li.current_page_item > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li.current_page_parent > a,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li.current_page_ancestor > a {
    color: #f27022 !important;
    font-weight: 700 !important;
}

/* hover */
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li > a:hover,
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top .mega-sub-menu li > a:hover {
    color: #f27022 !important;
}

/* ascundem toggle-ul extra daca nu il vrei pe desktop */
@media (min-width: 769px) {
  #mega-menu-pbminfotech-top > li > .sub-menu-toggle {
    display: none !important;
  }
}

/* ---------------------------
   3. STIL NORMAL
--------------------------- */
/*#mega-menu-pbminfotech-top > li > a.mega-menu-link {*/
/*  border-bottom: 2px solid transparent !important;*/
/*}*/

/*#mega-menu-pbminfotech-top .mega-sub-menu li > a,*/
/*#mega-menu-pbminfotech-top .mega-sub-menu li > a.mega-menu-link {*/
/*  border-bottom: 2px solid transparent !important;*/
/*}*/

/* ---------------------------
   4. ACTIV PE MENIUL PRINCIPAL
   fortat pentru toate cazurile
--------------------------- */
#mega-menu-pbminfotech-top > li.mega-current-menu-item > a.mega-menu-link,
#mega-menu-pbminfotech-top > li.mega-current-menu-parent > a.mega-menu-link,
#mega-menu-pbminfotech-top > li.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-pbminfotech-top > li.current-menu-item > a.mega-menu-link,
#mega-menu-pbminfotech-top > li.current-menu-parent > a.mega-menu-link,
#mega-menu-pbminfotech-top > li.current-menu-ancestor > a.mega-menu-link,
#mega-menu-pbminfotech-top > li.current_page_item > a.mega-menu-link,
#mega-menu-pbminfotech-top > li.current_page_parent > a.mega-menu-link,
#mega-menu-pbminfotech-top > li.current_page_ancestor > a.mega-menu-link,
#mega-menu-pbminfotech-top > li.current-page-ancestor > a.mega-menu-link,
#mega-menu-pbminfotech-top > li.current-page-parent > a.mega-menu-link {
  color: #f27022 !important;
  font-weight: 700 !important;
}

/* daca vrei sa se coloreze si sageata cand parintele e activ */
#mega-menu-pbminfotech-top > li.mega-current-menu-item > a.mega-menu-link .mega-indicator::before,
#mega-menu-pbminfotech-top > li.mega-current-menu-parent > a.mega-menu-link .mega-indicator::before,
#mega-menu-pbminfotech-top > li.mega-current-menu-ancestor > a.mega-menu-link .mega-indicator::before,
#mega-menu-pbminfotech-top > li.current-menu-item > a.mega-menu-link .mega-indicator::before,
#mega-menu-pbminfotech-top > li.current-menu-parent > a.mega-menu-link .mega-indicator::before,
#mega-menu-pbminfotech-top > li.current-menu-ancestor > a.mega-menu-link .mega-indicator::before,
#mega-menu-pbminfotech-top > li.current_page_item > a.mega-menu-link .mega-indicator::before,
#mega-menu-pbminfotech-top > li.current_page_parent > a.mega-menu-link .mega-indicator::before,
#mega-menu-pbminfotech-top > li.current_page_ancestor > a.mega-menu-link .mega-indicator::before {
  color: #f27022 !important;
}

/* ---------------------------
   5. ACTIV PE COPIL / SUBMENIU
--------------------------- */
#mega-menu-pbminfotech-top .mega-sub-menu li.mega-current-menu-item > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.mega-current-menu-parent > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.mega-current-menu-ancestor > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.current-menu-item > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.current-menu-parent > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.current-menu-ancestor > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.current_page_item > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.current_page_parent > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.current_page_ancestor > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.current-page-ancestor > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.current-page-parent > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.current-page-item > a,
#mega-menu-pbminfotech-top .mega-sub-menu li.mega-current-menu-item > a.mega-menu-link,
#mega-menu-pbminfotech-top .mega-sub-menu li.mega-current-menu-parent > a.mega-menu-link,
#mega-menu-pbminfotech-top .mega-sub-menu li.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-pbminfotech-top .mega-sub-menu li.current-menu-item > a.mega-menu-link,
#mega-menu-pbminfotech-top .mega-sub-menu li.current-menu-parent > a.mega-menu-link,
#mega-menu-pbminfotech-top .mega-sub-menu li.current-menu-ancestor > a.mega-menu-link,
#mega-menu-pbminfotech-top .mega-sub-menu li.current_page_item > a.mega-menu-link,
#mega-menu-pbminfotech-top .mega-sub-menu li.current_page_parent > a.mega-menu-link,
#mega-menu-pbminfotech-top .mega-sub-menu li.current_page_ancestor > a.mega-menu-link {
  color: #f27022 !important;
  font-weight: 700 !important;
}

/* ---------------------------
   6. hover optional
--------------------------- */
#mega-menu-pbminfotech-top > li > a.mega-menu-link:hover,
#mega-menu-pbminfotech-top .mega-sub-menu li > a:hover,
#mega-menu-pbminfotech-top .mega-sub-menu li > a.mega-menu-link:hover {
  color: #f27022 !important;
}

/* ARROW MENIU */
#mega-menu-wrap-pbminfotech-top .mega-menu-item-has-children > .mega-menu-link{
    display:flex !important;
    align-items:center;
    gap:8px;
}

/* indicator */
#mega-menu-wrap-pbminfotech-top .mega-menu-item-has-children > .mega-menu-link .mega-indicator{
    display:flex !important;
    align-items:center;
    justify-content:center;

    width:18px;
    height:18px;

    position:relative;
    top:1px;

    transition:.3s ease;
}

/* icon modern */
#mega-menu-wrap-pbminfotech-top .mega-menu-item-has-children > .mega-menu-link .mega-indicator::before{
    content:"";
    width:7px;
    height:7px;

    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;

    transform:rotate(45deg);
    display:block;

    margin-top:-3px;
}

#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    margin: 0 0 0 0px !important;
}
/* hover */
#mega-menu-wrap-pbminfotech-top .mega-menu-item-has-children:hover > .mega-menu-link .mega-indicator{
    transform:translateY(2px);
}

/* scoate iconul default daca exista */
#mega-menu-wrap-pbminfotech-top .mega-indicator:after,
#mega-menu-wrap-pbminfotech-top .mega-indicator i{
    display:none !important;
}





 .clinic-locations,
  .clinic-locations * {
    box-sizing: border-box;
  }

  .clinic-locations__list p,
  .clinic-locations__list a,
  .clinic-locations__list strong {
    font-family: 'Poppins';
  }

  .clinic-locations {
        display: flex;
    justify-content: end;
    margin-top: 0px;
  }

  .clinic-locations__trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #f27022;
    border: none;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1;
    font-family: 'Poppins';
    text-transform: capitalize;

  }

  .clinic-locations__trigger:hover {
    color: #e15501;
  }

  .clinic-locations__trigger-arrow {
    font-size: 18px;
    line-height: 1;
  }

  .clinic-locations-portal {
    all: initial;
  }

  .clinic-locations__overlay {
    position: fixed !important;
    inset: 0 !important;
    background: transparent !important;
    display: none !important;
    z-index: 2147483645 !important;
  }

  .clinic-locations__overlay.is-open {
    display: block !important;
  }

  .clinic-locations__dropdown {
    position: fixed !important;
    width: 370px !important;
    max-width: calc(100vw - 24px) !important;
    max-height: min(72vh, 760px) !important;
    background: #ffffff !important;
    border: 1px solid #e6ebf0 !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18) !important;
    display: none !important;
    z-index: 2147483646 !important;
    overflow: hidden !important;
  }

  .clinic-locations__dropdown.is-open {
    display: block !important;
  }

  .clinic-locations__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 18px 7px !important;
    border-bottom: 1px solid #edf1f5 !important;
    background: #ffffff !important;
  }

  .clinic-locations__header h3 {
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    font-family: "Poppins"
  }

  .clinic-locations__close {
    border: none !important;
    background: transparent !important;
    font-size: 24px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    color: #6b7280 !important;
    padding: 0 !important;
  }

  .clinic-locations__list {
    max-height: calc(min(72vh, 760px) - 70px) !important;
    overflow-y: auto !important;
    padding: 8px 12px 12px !important;
    background: #fff !important;
  }

  .clinic-accordion-item {
    border-bottom: 1px solid #edf1f5 !important;
  }

  .clinic-accordion-item:last-child {
    border-bottom: none !important;
  }

  .clinic-accordion-trigger {
    width: 100% !important;
    border: none !important;
    background: #ffffff !important;
    padding: 10px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    text-align: left !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
  }

  .clinic-accordion-trigger:hover {
    color: #f27022 !important;
  }

  .clinic-accordion-icon {
    font-size: 20px !important;
    line-height: 1 !important;
    color: #f27022 !important;
    transition: transform 0.2s ease !important;
    flex: 0 0 auto !important;
  }

  .clinic-accordion-item.is-active .clinic-accordion-icon {
    transform: rotate(45deg) !important;
  }

  .clinic-accordion-content {
    max-height: 0;
    overflow: hidden !important;
    transition: max-height 0.25s ease !important;
  }

  .clinic-accordion-inner {
    padding: 0 8px 10px !important;
  }

  .clinic-accordion-inner p {
        margin: 0 0 1px !important;
    font-size: 16px !important;
    color: #404449 !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}

  .clinic-accordion-inner a {
    display: inline-block !important;
    color: #f27022 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  .clinic-accordion-inner a:hover {
    text-decoration: underline !important;
  }

  .clinic-accordion-inner--multi {
    display: grid !important;
    gap: 12px !important;
  }

  .clinic-sub-location {
    border: 1px solid #edf1f5 !important;
    border-radius: 10px !important;
    padding: 12px !important;
    background: #fafbfd !important;
  }

  .clinic-sub-location strong {
    display: block !important;
    margin-bottom: 6px !important;
    font-size: 14px !important;
    color: #1f2937 !important;
  }

  .clinic-sub-location p {
    margin: 0 0 8px !important;
  }
  
  .top-menu__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 4px 10px 6px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
}

/* TOATE elementele identice */
.top-menu__item,
.top-menu__separator,
.clinic-locations__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-weight:500;
  color:#2c3b4d;
  /* Chrome, Edge, Safari, Opera */
-webkit-text-stroke: 0.3px currentColor;

/* Firefox fallback */
text-shadow:
    0 0 0.01px currentColor,
    0 0 0.01px currentColor;
}

/* PROGRAMARE ONLINE - FIX IMPORTANT */
.top-menu__item--accent {
  color: #e57c2c;
  display: inline-flex;
  align-items: center;
}

/* separator */
.top-menu__separator {
  font-size: 14px;
  color: #cfcfcf;
  display: inline-flex;
  align-items: center;
}

/* LOCATII FIX */
.top-menu__item--locations {
  display: inline-flex;
  align-items: center;
}

.clinic-locations__trigger {
  border: none;
  background: transparent;
  font: inherit;
  color: #e57c2c;
  cursor: pointer;
  gap: 4px;
}

/* elimina orice offset dubios */
.clinic-locations__trigger-arrow {
  font-size: 14px;
  transform: none;
}

/* ========================= */
/* ðŸ“± MOBILE LAYOUT FIX */
/* ========================= */
.top-menu__mobile-only {
  display: none;
}

@media (max-width: 767px) {

  .top-menu__mobile-only {
    display: inline-flex;
    align-items: center;
  }

  .top-menu__separator.top-menu__mobile-only {
    margin: 0 10px;
    opacity: .4;
  }

  .top-menu__mobile-only.top-menu__item {
    margin-left: 0;
  }

}

@media (max-width: 768px) {

  .top-menu__item--hide-mobile,
  .top-menu__separator.top-menu__item--hide-mobile {
    display: none;
  }

  .top-menu__inner {
    justify-content: space-between; /* ðŸ”¥ STANGA + DREAPTA */
    padding: 6px 16px;
  }

  /* LOCATII in stanga */
  .top-menu__item--locations {
    order: 1;
  }

  /* separator intre ele */
  .top-menu__separator:not(.top-menu__item--hide-mobile) {
    order: 3;
  }

  /* PROGRAMARE in dreapta */
  .top-menu__item--accent {
    order: 3;
  }

  .top-menu__item,
  .clinic-locations__trigger {
    font-size: 16px;
  }

  .top-menu__separator {
    font-size: 13px;
  }
}

.elementor-icon-list-icon svg .st0 {
  fill: #f27022 !important;
}

.pbmit-header-style-6 .pbmit-header-button2 span.pbmit-button-icon-wrapper {
    display: none !important;
}

    .pbmit-header-style-6 .pbmit-button-box-second {
        padding: 0 0 0 15px !important;
    }

.pbmit-page-hero {
  padding: 70px 0;
}

.pbmit-page-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 7px;
}
/* default */
.pbmit-page-hero__grid {
  display: grid;
  gap: 48px;
  align-items: center;
}

/* cu imagine */
.pbmit-page-hero.has-image .pbmit-page-hero__grid {
  grid-template-columns: 1.1fr 0.9fr;
}

/* fÄƒrÄƒ imagine = full width */
.pbmit-page-hero.no-image .pbmit-page-hero__grid {
  grid-template-columns: 1fr;
}

.pbmit-page-hero.no-image .pbmit-page-hero__content {
  max-width: 1200px;
}

/* restul rÄƒmÃ¢ne la fel */
.pbmit-page-hero__media {
  display: flex;
  justify-content: center;
}

/* stÃ¢nga */
.pbmit-page-hero__content {
  max-width: 600px;
}

.pbmit-page-hero__divider {
  height: 1px;
  width: 100%;
  margin: 18px 0 30px;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.25) 0%,
    rgba(0,0,0,0.12) 60%,
    rgba(0,0,0,0.03) 100%
  );
  transform: scaleY(0.5);
}

.pbmit-page-hero__title {
  margin: 0 0 16px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.1;
}

.pbmit-page-hero__desc {
  font-size: 18px;
  line-height: 1.6;
  max-width: 520px;
  opacity: .85;
}

/* dreapta */
.pbmit-page-hero__media {
  display: flex;
  justify-content: center;
}

.pbmit-page-hero__image {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

/* responsive */
@media (max-width: 900px) {
  .pbmit-page-hero__grid {
    grid-template-columns: 1fr;
  }

  .pbmit-page-hero__media {
    order: -1; /* imaginea sus pe mobil */
  }
}

.dece-rmnd .pbmit-ihbox-icon img {
    width:40px;
    margin-bottom:10px;
}


.breadcrumb {
  padding-top: 18px;
  font-size:17px;
  text-transform:uppercase;
}

nav.breadcrumb {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #818181 !important;
    font-family: Inter, sans-serif;
    letter-spacing: 1.2px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom:20px;
}

.breadcrumb::before {
  content: '';
  display: block;
  height: 1px;
  background: rgba(0,0,0,.9);
  margin-bottom: 14px;
}


.breadcrumb a{
    color:#bbbbbb !important;
    padding:0px 5px;
}


.breadcrumb {
  margin: 20px 0;
}

/*.breadcrumb.left {*/
/*  justify-content: flex-start;*/
/*  text-align: left;*/
/*}*/

.breadcrumb.centered,
.breadcrumb.left{
  justify-content: center;
  text-align: center;
}
.pbmit-page-hero {
  padding: 30px 0 70px;
}

.pbmit-page-hero__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.intro-section-title-page h1 {
    color:#2c3b4d !important;
}

#medici h2,
#tarife h2,
#noi h2,
#articole h2 {
    color:#2c3b4d !important;
}


.intro-section-title-page .elementor-widget-container p{
    font-size:1.25rem;
    line-height: 1.75rem;
    font-style:italic;
    color:rgb(100 116 139);
    margin-top:40px;
    font-weight:300 !important;
}


.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    padding: 15px 10px !important;
}


/* Specialitati*/

  .alpha-nav {
        overflow-x: auto;
    white-space: nowrap;
    padding: 20px 20px;
    text-align: left;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #fff;
    text-align-last: justify;
  }
  .alpha-nav a {
    display: inline-block;
    margin: 0 1px;
    font-weight: bold;
    padding: 2px 7px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.1s ease;
    font-family:"Outfit";
    font-size: 21px;
  }
  .alpha-nav a.inactive {
    color: #bebebe;
    pointer-events: none;
    font-size: 14px;
    padding:2px 4px;
  }
  .alpha-nav a.active {
    color: #f27022;
    padding:3px 8px;
  }
  
  .alpha-nav a.active:hover {
        background: #f27022;
    color: #fff !important;
  }
  .alpha-nav a.selected {
    background: #f27022;
    color: #fff !important;
  }

.specialitati-group {
  margin: 30px 0;
  align-items: center;
  flex-wrap: wrap;
  display: none; /* iniÈ›ial ascuns */
}

.specialitati-group.active {
  display: flex;
      align-items: start;
}


  .specialitati-group h2 {
    font-size: 3.2em;
    color: #ccc;
    margin: 0 25px 0 0;
    flex: 0 0 auto;
    max-width: 50px;
    width: 69px;
    font-family:"Outfit";
    padding-top:3px;
}
  
  .specialitati-list {
      width:1230px;
      margin:0 auto;
  }

  .specialitate-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    flex: 1;
    max-width:1200px;
    width:100%;
  }

.specialitate-box {
  width: 32%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  transition: 0.2s;
  white-space: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: fit-content;
  margin-bottom: 10px;
}

.specialitate-box a {
  text-decoration: none;
  padding: 18px 20px 20px 15px;
  color: #222;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 27px;
  font-size: 21px;
  border-radius: 8px;
  transition:
    background-color .25s ease,
    color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}


  .specialitate-box a:hover {
    background: #f27022;
    color:#fff;
     transform: translateY(-1px);
  }
  
  .specialitate-box .chevron {
  font-size: 1.3em;
  color: #888;
  margin-left: 10px;
}

  .specialitate-box a:hover span {
  color: #ffff;
}


/* hover â€“ forÈ›eazÄƒ stroke alb */
.specialitate-box a:hover svg path {
  stroke: #fff;
}



.lista-medicala .elementor-widget.elementor-align-start .elementor-inline-items {
     justify-content: center; 
}

/* Reset + layout frumos */
.lista-medicala .elementor-icon-list-items {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  padding: 10px !important;
  margin: 0 !important;
  list-style: none !important;
  border-radius: 8px;
  backdrop-filter: blur(6px);
}

/* fiecare item ca "pill" */
.lista-medicala .elementor-icon-list-item {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid #c9c9c9;
  border-radius: 60px;
  background: rgba(255,255,255,.9);
  color: #2c3b4d;

  transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
  cursor: pointer;
  white-space: nowrap;
}

/* icon */
.lista-medicala .elementor-icon-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lista-medicala .elementor-icon-list-icon svg {
  width: 16px;
  height: 16px;
}

.lista-medicala .elementor-icon-list-icon svg path {
  fill: currentColor; /* iconul urmeazÄƒ culoarea textului */
  opacity: .9;
}

/* hover fin (clinic premium) */
.lista-medicala .elementor-icon-list-item:hover {
  background: rgba(242,112,34,.08);
  border-color: rgba(242,112,34,.25);
  color: #f27022;
  box-shadow: 0 10px 24px rgba(17,24,39,.08);
  transform: translateY(-1px);
}

/* text */
.lista-medicala .elementor-icon-list-text {
  font-weight: 500;
  letter-spacing: -0.01em;
}



/* medici specialitate */




/* =========================
   GRID (ca  imagine)
========================= */
.echipa-static-grid-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: start;
}

/* 3 / 2 / 1 coloane */
@media (max-width: 1200px){
  .echipa-static-grid-list{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px){
  .echipa-static-grid-list{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .echipa-static-grid-list{ grid-template-columns: 1fr; }
}

/* dacÄƒ sunt 1-2-3 carduri, centreazÄƒ-le */
.echipa-static-grid-list:has(> .echipa-card-specialitate:nth-child(1):last-child){
  grid-template-columns: minmax(260px, 300px);
  justify-content: center;
}
.echipa-static-grid-list:has(> .echipa-card-specialitate:nth-child(2):last-child){
  grid-template-columns: repeat(2, minmax(260px, 300px));
  justify-content: center;
}
.echipa-static-grid-list:has(> .echipa-card-specialitate:nth-child(3):last-child){
  grid-template-columns: repeat(3, minmax(260px, 300px));
  justify-content: center;
}

/* =========================
   CARD (compact + centered)
========================= */
.echipa-card-specialitate{
  background: #fff;
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 10px;
  padding: 18px 18px 16px;
  text-align: center;

  box-shadow: 0 10px 26px rgba(17,24,39,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /*min-height: 100%;*/
}

.echipa-card-specialitate:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(17,24,39,.10);
  border-color: rgba(242,112,34,.25);
}

/* =========================
   IMAGINEA -> avatar rotund
========================= */
/* Elementor/WP pune de obicei <img class="attachment-medium ..."> direct Ã®n card */
/* ===== Avatar rotund ===== */
.echipa-card-specialitate img{
  width: 123px;
  height: 123px;
  border-radius: 50%;      /* face cerc perfect */
  object-fit: cover;       /* taie imaginea corect */
  object-position: center top;

  display: block;
  margin: 0 auto 16px;

  /* efect premium */
  border: 4px solid #fff;
  box-shadow: 0 10px 25px rgba(17,24,39,.15);
}


.echipa-card-specialitate .wp-post-image{
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
  object-fit: cover;
  display: block;
  margin: 0 auto 16px;
}

.owl-stage-outer .echipa-card-specialitate .wp-post-image {
        width: 100px !important;
    height: 100px !important;
}

.owl-stage-outer .echipa-card-specialitate {
    padding: 16px 13px 16px;
 }
 
.owl-stage-outer .echipa-nume {
    font-size: 18px;
    line-height: 1.15;
}

.owl-stage-outer .echipa-specialitate-medic p{
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #f27022;
}


/* (opÈ›ional) mic halou Ã®n jurul avatarului */
.echipa-card-specialitate img{
  outline: 10px solid rgba(15,23,42,.04);
  outline-offset: -6px;
}

/* =========================
   CAS (dacÄƒ vrei sÄƒ nu aparÄƒ, ascunde-l)
========================= */
.echipa-card-specialitate .echipa-cas{
    display: block;
    position: relative;
    margin-top: -31px;
    margin-bottom: 5px;
    background: #f27022;
    width: fit-content;
    margin: -30px auto 6px auto;
    padding: 0px 7px;
    border-radius: 42px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.1px;
}


/* =========================
   NUME + specialitate
========================= */
.echipa-card-specialitate .echipa-nume{
        margin: 0 0 6px;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 600;
    color: rgb(15 23 42);
    padding-top: 5px;
    font-family: 'Poppins';
    letter-spacing: 0.2px;
}

.echipa-card-specialitate .echipa-specialitate-medic{
  margin: 0 0 5px;
}

.echipa-card-specialitate .echipa-specialitate-medic p {
    margin: 0;
       font-size: 16px;
    line-height: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #f27022;
}

/*p.spitalizare_zi {*/
/*    border: 1px solid;*/
/*    width: auto;*/
/*    margin: 0 auto;*/
/*    padding: 0px 10px;*/
/*    border-radius: 7px;*/
/*    color: #f27022;*/
/*}*/

/* =========================
   Link "Info medic" (simplu, jos)
========================= */
.echipa-card-specialitate .echipa-info-linko{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
    justify-content: center;
       gap: 10px;
    font-weight: 500;
    color: #4d5463 ! IMPORTANT;
    padding: 5px 0 0;
    font-size: 15.5px;
}

.echipa-card-specialitate .echipa-info-linko:hover{
  color: #0a3165 !important;
}

.echipa-card-specialitate .echipa-info-linko::after{
  content: ">";
  font-size: 20px;
  line-height: 1;
  opacity: .9;
}

/* Owl neutralize (dacÄƒ rÄƒmÃ¢ne clasa) */
.echipa-owl-carousel.owl-carousel{ display: block; }






/*pagina sepecialitati tabel preturi*/

.price-list {
  max-width: 100%;
  margin: 5px auto;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 10px;
  border-bottom: 1px solid #e8e8e8;
}

.price-row:last-child {
  border-bottom: none;
}

.price-name {
  font-size: 18px;
  font-weight: 500;
  color: #2c3b4d;
  line-height: 1.35;
  flex: 1;
}

/* badge / pill price */
.price-badge {
  flex: 0 0 auto;         /* latime fixa pentru pret */
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  color: #f27022;
  background: #ffffff;
  border: 2px solid #f27022;
  border-radius: 999px;
  padding: 2px 9px;
  white-space: nowrap;
}

/* hover subtle */
.price-row:hover {
  background: #f5f5f5;
  transition: 0.2s ease;
}


.tarife-accordeon span.eael-accordion-tab-title {
        font-size: 19px;
    letter-spacing: .3px;
    font-weight: 500;
}

.tarife-accordeon .eael-accordion-list {
    margin-bottom:10px;
}


.tarife-accordeon.tarife-rmn-grid {
    border-radius:15px;
    box-shadow:0px 0px 15px #ddd;
    margin-bottom:30px !important;
    padding:10px 10px 0px;
}
/*.lista-medicala-ima  ul {*/
/*    margin:0px;*/
/*}*/

.lista-medicala-ima li.elementor-icon-list-item.elementor-inline-item {
    gap: 10px;
    margin:0px 11px !important;
    padding: 8px 14px !important;
    border: 1px solid #c9c9c9;
    border-radius: 60px;
    background: rgba(255, 255, 255, .9);
    color: #2c3b4d;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease, color .2s ease;
    cursor: pointer;
    white-space: nowrap;
}

.dece-rmnd .pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper {
    justify-content:left;
}

.dece-rmnd .pbmit-ihbox-style-22 .pbmit-ihbox-icon, .pbmit-ihbox-style-22 .pbmit-ihbox-svg {
    margin-bottom:0px;
}


.dece-rmnd .pbmit-ihbox-style-22 .pbmit-element-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: 'Poppins' !important;
    font-weight: 600;
}

.dece-rmnd .pbmit-heading-desc {
    font-size: 17px;
}


.blog-specialitate .pbmit-blog-style-4 .pbmit-featured-wrapper img {
    max-width: 155px;
    height: 155px;
    border-radius: 10px;
    object-fit: cover;
}

.blog-specialitate .pbminfotech-box-content a{
    box-shadow: none;
    text-decoration: none;
    font-family: 'Poppins';
    text-transform: none !important;
}


.pbmit-meta-author.pbmit-meta-line {
    display: none;
}


.pbmit-blog-style-1 .pbmit-post-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
    overflow: auto;
    text-overflow: initial;
    display: inline-block;
    -webkit-line-clamp: unset;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Poppins';
    font-weight: 600;
}

/*pg echipa*/


/* =========================
   FILTRE
========================= */
.echipa-fl-pg .echipa-filters{
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}

.echipa-fl-pg .echipa-filters select,
.echipa-fl-pg .echipa-filters .select2-container{
  width: 100% !important;
}

.echipa-fl-pg .echipa-filters .select2-selection--single{
  height: 54px !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(17,24,39,.06);
  display: flex !important;
  align-items: center;
  padding: 0 14px;
}

.echipa-fl-pg .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 54px !important;
    color: #2c3b4d !important;
    font-size: 17px !important;
    padding-left: 0 !important;
    font-weight: 600 !important;
}

.echipa-fl-pg .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 54px !important;
  right: 12px;
}

.echipa-fl-pg #echipa-reset-filtre{
  height: 54px;
  border: none;
  border-radius: 10px;
  background: #2c3b4d;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(17,24,39,.10);
  transition: .25s ease;
}

.echipa-fl-pg #echipa-reset-filtre:hover{
  transform: translateY(-2px);
  background: #F27022;
}

@media (max-width: 900px){
  .echipa-fl-pg .echipa-filters{
    grid-template-columns: 1fr;
  }

  .echipa-fl-pg #echipa-reset-filtre{
    width: 100%;
  }
}


/* =========================
   GRID
========================= */
.echipa-fl-pg #echipa-list.echipa-list.grid{
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: start;
}

.echipa-fl-pg #echipa-list .grid-item,
.echipa-fl-pg #echipa-list .echipa-member{
  width: 100% !important;
  margin: 0 !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}

@media (max-width: 1200px){
  .echipa-fl-pg #echipa-list.echipa-list.grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px){
  .echipa-fl-pg #echipa-list.echipa-list.grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .echipa-fl-pg #echipa-list.echipa-list.grid{ grid-template-columns: 1fr; }
}

/*.echipa-fl-pg #echipa-list.echipa-list.grid:has(> .echipa-member:nth-child(1):last-child){*/
/*  grid-template-columns: minmax(260px, 300px);*/
/*  justify-content: center;*/
/*}*/
/*.echipa-fl-pg #echipa-list.echipa-list.grid:has(> .echipa-member:nth-child(2):last-child){*/
/*  grid-template-columns: repeat(2, minmax(260px, 300px));*/
/*  justify-content: center;*/
/*}*/
/*.echipa-fl-pg #echipa-list.echipa-list.grid:has(> .echipa-member:nth-child(3):last-child){*/
/*  grid-template-columns: repeat(3, minmax(260px, 300px));*/
/*  justify-content: center;*/
/*}*/


/* =========================
   CARD
========================= */
.echipa-fl-pg .echipa-member{
  background: #fff;
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 10px;
  padding: 18px 20px 0px 20px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(17,24,39,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
}

.echipa-fl-pg .echipa-member:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(17,24,39,.10);
  border-color: rgba(242,112,34,.25);
}


/* =========================
   AVATAR
========================= */
.echipa-fl-pg .echipa-member img,
.echipa-fl-pg .echipa-member .wp-post-image{
  width: 110px !important;
  height: 110px !important;
  border-radius: 50% !important;
  object-fit: cover;
  object-position: center top;
  display: block;
  margin: 0 auto 16px;
  border: 4px solid #fff;
  box-shadow: 0 10px 25px rgba(17,24,39,.15);
  outline: 10px solid rgba(15,23,42,.04);
  outline-offset: -6px;
}


/* =========================
   CAS
========================= */
.echipa-fl-pg .echipa-member .cas-medic{
  display: block;
  position: relative;
  width: fit-content;
  margin: -30px auto 6px auto;
  padding: 0px 7px;
  border-radius: 42px;
  background: #f27022;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  z-index: 2;
  min-width: 50px;
}

.echipa-fl-pg .echipa-member .cas-medic.placeholder{
  visibility: hidden;
  display: inline-flex;
  height: 30px;
  margin: -30px auto 0px auto;
}


/* =========================
   TEXT
========================= */
.echipa-fl-pg .echipa-member h2{
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
  color: rgb(15 23 42);
  padding-top: 0px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.2px;
}

.echipa-fl-pg .echipa-member h2 a{
  color: #2c3b4d !important;
  text-decoration: none;
}

.echipa-fl-pg .echipa-member h2 a:hover{
  color: #0a3165;
}

.echipa-fl-pg .echipa-member .echipa-description{
  margin: 0 0 5px;
}

.echipa-fl-pg .echipa-member .echipa-description p{
  margin: 0 0 3px;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 0;
  color: #f27022;
}

.echipa-fl-pg .echipa-member p.spitalizare_zi,
.echipa-card-specialitate p.spitalizare_zi{
    border: 1px solid;
    width: auto;
    margin: 1px auto 6px;
    padding: 0px 8px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    background: #f27022;
    color: #fff;
}

p.nu-consulta-momentan {
    background: #2c3b4d;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 7px;
    margin: 3px auto 6px;

}

/* =========================
   LINK
========================= */
.echipa-fl-pg .echipa-member .custom-link-medic{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  color: #4d5463 !important;
  padding: 5px 0 0;
  font-size: 16px;
  text-decoration: none;
}

.echipa-fl-pg .echipa-member .custom-link-medic:hover{
  color: #0a3165 !important;
}

.echipa-fl-pg .echipa-member .custom-link-medic::after{
  content: ">";
  font-size: 18px;
  line-height: 1;
  opacity: .9;
}


p:has(.custom-link-medic) {
    margin: 0px 0px 13px;
}

/* =========================
   LOAD MORE
========================= */
.echipa-fl-pg #load-more-wrapper{
  text-align: center;
  margin-top: 28px;
}

.echipa-fl-pg #load-more{
  border: 1px solid #f27022;
  background: #fff;
  color: #f27022;
  border-radius: 10px;
  padding: 12px 22px;
  font-weight: 700;
  cursor: pointer;
  transition: .25s ease;
}

.echipa-fl-pg #load-more:hover{
  background: #f27022;
  color: #fff;
  transform: translateY(-2px);
}


/* =========================
   SELECT2 DROPDOWN
========================= */
.echipa-fl-pg .select2-dropdown{
  border: 1px solid rgba(17,24,39,.10) !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(17,24,39,.10);
}

.echipa-fl-pg .select2-results__option{
  padding: 10px 14px;
  font-size: 15px;
}

.echipa-fl-pg .select2-container--default .select2-results__option--highlighted[aria-selected]{
  background: #0a3165 !important;
  color: #fff !important;
}



/* formulare */

/*  form medicina muncii*/

.mm-form {
  max-width: 900px;
  margin: 0 auto;
}

.mm-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.mm-form .column-half {
  flex: 1 1 calc(50% - 10px);
}

.mm-form .column-full {
  width: 100%;
}

.mm-form input[type="text"],
.mm-form input[type="email"],
.mm-form input[type="tel"],
.mm-form textarea,
.mm-form select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fff;
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
  outline: none;
  transition: all 0.25s ease;
}

.mm-form input[type="text"]:focus,
.mm-form input[type="email"]:focus,
.mm-form input[type="tel"]:focus,
.mm-form textarea:focus,
.mm-form select:focus {
  border-color: #f47c20;
  box-shadow: 0 0 0 3px rgba(244, 124, 32, 0.12);
}

.mm-form input::placeholder,
.mm-form textarea::placeholder {
  color: #888;
}

.mm-form .submit-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.mm-form input[type="submit"],
.mm-form button,
.mm-form .wpcf7-submit {
  background: #f47c20;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.column-full.submit-wrap p {
    margin:0px !important;
}

.mm-form input[type="submit"]:hover,
.mm-form button:hover,
.mm-form .wpcf7-submit:hover {
  background: #dd6d18;
  transform: translateY(-1px);
}

.mm-form .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

@media (max-width: 768px) {
  .mm-form .form-row {
    gap: 15px;
    margin-bottom: 15px;
  }

  .mm-form .column-half {
    flex: 1 1 100%;
  }

  .mm-form input[type="text"],
  .mm-form input[type="email"],
  .mm-form input[type="tel"],
  .mm-form textarea,
  .mm-form select {
    height: 48px;
    font-size: 14px;
  }

  .mm-form input[type="submit"],
  .mm-form button,
  .mm-form .wpcf7-submit {
    width: 100%;
    max-width: 100%;
  }
}

.btn-rmn-serv-light .creative-button-inner {
    justify-content: flex-start;
    padding:0px;
    margin:0px;
}



/* =========================
   SINGLE MEDIC - RMN DIAGNOSTICA
   ========================= */

.container-medic-single.medic-single-premium {
    width: 1355px;
}
/* =========================
   SINGLE MEDIC - STICKY SAFE
   ========================= */

.medic-single-premium {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 16px 60px;
}

.container-medic-single,
.medic-single-premium,
.doctor-layout-single,
.site-content,
.content-area,
.entry-content,
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-element {
  overflow: visible !important;
}

.doctor-layout-single {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 40px;
  align-items: start;
}

.doctor-sidebar-single {
  position: relative;
  align-self: start;
}

.doctor-sticky-inner-single {
  position: sticky;
  top: 0px;
   transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
  will-change: transform, opacity;
}

.doctor-photo-card-single,
.doctor-main-card-single,
.doctor-description-card-single,
.doctor-booking-card-single,
.doctor-servicii-card-single {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 26px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.doctor-photo-card-single {
  overflow: hidden;
}

.doctor-main-card-single,
.doctor-description-card-single,
.doctor-booking-card-single,
.doctor-servicii-card-single {
  padding: 30px;
  overflow: hidden;
}

.doctor-photo-single {
  width: 100%;
  object-fit: cover;
  display: block;
  background: #dde5ea;
}

.doctor-photo-label-single {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #075e5a;
  background: linear-gradient(135deg, #effaf9 0%, #ffffff 100%);
  border-top: 1px solid #e5e7eb;
}

.doctor-content-single {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.doctor-name-single {
  margin: 0 0 10px;
  font-size: 35px;
  line-height: 1.1;
  color: #1f2937;
}

.doctor-role-single {
  margin: 0 0 18px;
  color: #6a6e76;
    font-size: 20px;
    font-weight: 500;
}
.doctor-meta-single {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.meta-row-single {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}

.meta-row-info-single {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.meta-label-single {
  min-width: 120px;
  font-weight: 700;
  color: #1f2937;
}

.meta-value-single {
  color: #374151;
  flex: 1;
}

.competente-list {
    margin: 0;
    padding-left: 20px;
}

.competente-list li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.competente-list li:last-child {
    margin-bottom: 0;
}

.spitalizare-zi-badge-single {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 13px;
  border:2px solid #f27022;
  color: #f27022;
  font-size: 16px;
  font-weight: 700;
  margin-bottom:15px;
}

.cas-badge-single {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffebdf;
  color: #f27022;
  font-size: 16px;
  font-weight: 700;
}

.locations-inline-single,
.extra-info-inline-single {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.7;
}

.locations-inline-single span,
.extra-info-inline-single span {
  display: inline-flex;
    color: #f27022;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.locations-inline-single span:not(:last-child)::after,
.extra-info-inline-single span:not(:last-child)::after {
  content: "\2022";
  margin-left: 8px;
  color: #f27022;
  font-weight: 700;
}

.doctor-actions-single,
.doctor-booking-actions-single {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-doctor-single,
.btn-servicii-single {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 22px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.btn-programare-single {
  background: #f27022;
  color: #fff;
}

.btn-programare-single:hover {
  background: #e45e0e;
  color: #fff;
}

.btn-call-single,
.btn-servicii-single {
  background: #fff;
  color: #1f2937;
  border-color: #e5e7eb;
}

.btn-call-single:hover,
.btn-servicii-single:hover {
  background: #f9fafb;
  color: #1f2937;
  border-color: #cbd5e1;
}

.section-title-single {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.2;
  color: #1f2937;
  font-weight:600;
  font-family:"Poppins";
}

.doctor-description-content-single {
  color: #374151;
  font-size: 16px;
  line-height: 1.8;
}

.doctor-description-content-single p {
  margin: 0 0 10px;
  font-size:17.4px;
}

.doctor-description-content-single p:last-child {
  margin-bottom: 0;
}

.doctor-description-content-single ul {
  margin: 0 0 12px;
  font-size:17.4px;
}

.doctor-booking-card-single {
  background: linear-gradient(260deg, #ffebdf 0%, #ffffff 100%);
}

.btn-servicii-inline-single {
  background: #fff;
  color: #f27022;
  border: 2px solid #f27022;
}

.btn-servicii-inline-single:hover {
  background: #f27022;
  color: #fff;
}

.doctor-booking-card-single p {
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 16px;
}

.doctor-servicii-card-single {
  padding: 24px 30px;
}

.btn-servicii-single {
  width: 100%;
}

/* fallback JS */
.doctor-sidebar-single {
  position: relative;
  align-self: start;
}

.doctor-sticky-inner-single {
  position: relative;
}

.doctor-sticky-inner-single.is-fixed {
  position: fixed !important;
  top: 70px !important;
  z-index: 30;
}

.doctor-sticky-inner-single.is-bottom {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .doctor-layout-single {
    grid-template-columns: 1fr;
  }

  .doctor-sticky-inner-single,
  .doctor-sticky-inner-single.is-fixed,
  .doctor-sticky-inner-single.is-bottom {
    position: static !important;
    width: auto !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
     opacity: 1;
  transform: translateY(0);
  }
  .doctor-sticky-inner-single.is-animating {
  opacity: 0.92;
  transform: translateY(8px);
}

/* opÈ›ional: umbrÄƒ puÈ›in mai clarÄƒ cÃ¢nd devine sticky */
.doctor-sticky-inner-single.is-fixed .doctor-photo-card-single {
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

  .doctor-photo-card-single {
    max-width: 420px;
  }

  .doctor-name-single {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .medic-single-premium {
    padding: 20px 16px 40px;
  }

  .doctor-main-card-single,
  .doctor-description-card-single,
  .doctor-booking-card-single,
  .doctor-servicii-card-single {
    padding: 22px;
  }

  .doctor-servicii-card-single {
    padding: 20px 22px;
  }

  .doctor-name-single {
    font-size: 28px;
  }

  .doctor-role-single {
    font-size: 18px;
  }

  .meta-row-single {
    flex-direction: row;
    gap: 10px;
  }

  .meta-label-single {
    min-width: auto;
  }

  .doctor-actions-single,
  .doctor-booking-actions-single {
    flex-direction: column;
  }

  .btn-doctor-single,
  .btn-servicii-single {
    width: 100%;
  }
}

/* responsive mobil */
@media (max-width: 600px) {
  .price-row {
    padding: 7px 8px;
    gap: 10px;
  }

  .price-name {
    font-size: 15px;
  }

  .price-badge {
    flex: 0 0 auto;        /* tot fixa, dar mai mica pe mobil */
    font-size: 14px;
    padding: 5px 6px;
  }
  
  
  .intro-section-title-page .elementor-widget-container p {
    font-size: 17px !important;
    line-height: 1.55rem !important;
    
 }
 
 .lista-medicala .elementor-icon-list-item {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    padding: 5px 10px !important;
}
}





/*footer#colophon {*/
/*   display: none;*/
/*}*/

.pbmit-footer-copyright-text-area p {
    font-size:14px;
}




.rmn-oferte-section {
  padding: 60px 0;
  overflow: hidden;
}

.rmn-oferte-head {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto 32px;
}

.rmn-oferte-head span {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff0e6;
  color: #ff7417;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.rmn-oferte-head h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 33px);
  letter-spacing: -.07em;
  color: #101828;
}

/* SWIPER */
.rmn-oferte-swiper {
  width: min(1400px, calc(100% - 0px));
  margin: auto;
  overflow: visible !important;
}

/* CARD */
.rmn-oferta-card {
  position: relative;
  display: block;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(16,24,40,.15);
  transition: .3s ease;
}

.rmn-oferta-card:hover {
  transform: translateY(-8px);
  /*box-shadow: 0 32px 85px rgba(16,24,40,.25);*/
}

/* IMAGE FULL */
.rmn-oferta-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s ease;
  z-index: 1;
}

.rmn-oferta-card:hover img {
  transform: scale(1.07);
}

.rmn-oferta-card::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:42%;
    z-index:2;
    pointer-events:none;

    background: linear-gradient(
        0deg,
        #f58220 0%,
        rgba(245,130,32,0.98) 28%,
        rgba(245,130,32,0.75) 52%,
        rgba(245,130,32,0.42) 78%,
        rgba(245,130,32,0) 100%
    );
}

/* LABEL */
.rmn-oferta-label {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 3;
    padding: 2px 14px;
    border-radius: 999px;
    background: rgba(255, 240, 230, .95);
    color: #ff7417;
    font-size: 16px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid #ff7417;
    }

/* CONTENT */
.rmn-oferta-content {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 3;
}

.rmn-oferta-content h3 {
     margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.05em;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: 2px 1px 15px #b34f08;
}

/* BUTTON */
.rmn-oferta-button {
  display: inline-flex;
      align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid;
    padding: 3px 5px;
    border-radius: 0px;
}

/*.rmn-oferta-button b {*/
/*  width: 52px;*/
/*  height: 52px;*/
/*  border-radius: 16px;*/
/*  display: grid;*/
/*  place-items: center;*/
/*  background: rgba(255,255,255,.15);*/
/*  backdrop-filter: blur(12px);*/
/*  font-size: 22px;*/
/*  transition: .25s;*/
/*}*/

.rmn-oferta-card:hover .rmn-oferta-button {
  background: #fff;
   padding: 3px 9px;
  transform: translateX(5px);
  border-radius:17px;
}




/* linkuri utile*/

 .lu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 5;
}

.lu-item {
    position: relative;
    display: inline-block;
    width: fit-content;
}

.lu-title {
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    color: #1f2933;
    transition: color .25s ease;
}

.lu-title:hover {
    color: #e0002a;
}

.lu-popup {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50px, -50%);
    width: 350px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    box-shadow: 0 16px 45px rgba(0,0,0,.12);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .25s ease;
    z-index: 9999;
}

.lu-item:hover .lu-popup,
.lu-item.lu-open .lu-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lu-popup-list {
    padding: 24px 28px 18px;
}

.lu-popup-link {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 13px 0;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.3;
    transition: color .2s ease;
}

.lu-popup-link:hover {
    color: #e0002a;
}

.lu-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border: 2px solid #252525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    line-height: 1;
    color: #252525;
}

.lu-close {
    width: 100%;
    border: 0;
    border-top: 1px solid #eee;
    background: #fff;
    padding: 18px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.lu-close:hover {
    background: #f7f7f7;
    color: #e0002a;
}

@media (max-width: 768px) {
    .lu-item {
        width: 100%;
    }

    .lu-title {
        font-size: 20px;
    }

    .lu-popup {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100vw - 36px);
        max-width: 430px;
    }

    .lu-popup-link {
        font-size: 18px;
    }
}

/*HP*/

.locations-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    font-family:'DM Sans',sans-serif;
}

.location-card{
        position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 10px;
    /* min-height: 121px; */
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(110, 140, 160, .08), 0 2px 10px rgba(110, 140, 160, .05);
    transition: transform .28s ease, box-shadow .28s ease;
    border:1px solid #EDEEF2;
}

.location-card:hover{
    transform:translateY(-4px);

    box-shadow:
        0 18px 40px rgba(110,140,160,.13),
        0 8px 20px rgba(110,140,160,.08);
}

.location-card img{
    width:57px;
    height:55px !important;
    border-radius:8px !important;
    object-fit:cover;
    flex-shrink:0;
    object-position:top center
}

.location-card__content{
    flex:1;
    min-width:0;
}

.location-card__content h3{
    margin:0 0 4px;
    font-size:19px;
    line-height:1;
    font-weight:600;
    letter-spacing:-0.03em;
    color:#2c3b4d
}

.location-card__content p{
    margin:0;
    font-size:13px;
    line-height:1.25;
    font-weight:500;
    color:#767f8f;
    font-family: Poppins;
}

.location-card__arrow{
    display:flex;
    align-items:center;
    justify-content:center;

    font-size:9px;
    line-height:1;
    font-weight:300;

    color:#D8DADF;

    transition:
        transform .25s ease,
        color .25s ease;

    flex-shrink:0;
}

.location-card:hover .location-card__arrow{
    transform:translateX(4px);
    color:#f58220;
}

/* =========================
   TABLET
========================= */

@media (max-width:1200px){

    .locations-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* =========================
   SMALL MOBILE
========================= */

/*@media (max-width:390px){*/

/*    .location-card{*/
/*        padding:14px;*/
/*        gap:12px;*/
/*    }*/

/*    .location-card img{*/
/*        width:60px;*/
/*        height:60px;*/
/*        border-radius:14px;*/
/*    }*/

/*    .location-card__content h3{*/
/*        font-size:18px;*/
/*    }*/

/*    .location-card__content p{*/
/*        font-size:13px;*/
/*    }*/

/*    .location-card__arrow{*/
/*        font-size:28px;*/
/*    }*/

/*}*/


.lu-home p {
    font-size:15px;
}


/*blog*/


.blog-hp .pbmit-blog-style-3 .pbmit-post-title, .blog-hp .pbmit-blog-style-3 .pbmit-post-title a,
.blog-hp .pbmit-blog-style-4 .pbmit-post-title, .blog-hp .pbmit-blog-style-4 .pbmit-post-title a{
    overflow: visible;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: none !important;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform: none;
     color: #2c3b4d;
}

.blog-hp .pbmit-blog-style-3 .pbmit-post-title{
    font-size: 25px;
    line-height: 35px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(var(--pbmit-xcare-blackish-color-rgb), .1);
    font-family: 'Poppins' !important;

}


.blog-hp .pbmit-blog-style-4 .pbmit-post-title{
    font-size: 22px;
    line-height: 30px;
    font-family: 'Poppins' !important;
    color: #2c3b4d;
}

.blog-hp .pbmit-blog-style-3 .pbmit-blog-btn {
    display: none;
}

.blog-hp .pbmit-blog-style-4 .pbmit-featured-wrapper img {
    max-width: 110px;
    height: 110px;
    border-radius: 100%;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    object-fit: cover;
}

.blog-hp .pbminfotech-box-desc p {
    font-size:18px;
    color:#4d5463;
}


.cln-grig-sp {
    height: 200px;
}


.cln-grig-sp{
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    cursor: pointer;
    transition:
        transform .45s cubic-bezier(.2,.8,.2,1),
        box-shadow .45s ease;
}

/* HOVER PE TOT CARDUL */
.cln-grig-sp:hover{
    transform: scale(1.025);
}

/* OPTIONAL - efect fin de overlay */
/*.cln-grig-sp::after{*/
/*    content:"";*/
/*    position:absolute;*/
/*    inset:0;*/
/*    background:linear-gradient(*/
/*        180deg,*/
/*        rgba(255,255,255,0) 0%,*/
/*        rgba(0,0,0,.08) 100%*/
/*    );*/
/*    opacity:0;*/
/*    transition:opacity .4s ease;*/
/*    pointer-events:none;*/
/*}*/

.cln-grig-sp:hover::after{
    opacity:1;
}


/* TITLU */
.title-arrow-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    text-decoration:none;
    color:#fff;
    position:relative;
    z-index:2;
}

.title-arrow-box h3{
    margin:0;
    font-size:24px;
    font-weight:600;
    line-height:1.15;
    letter-spacing: 0.5px;
    font-family: Poppins;
    color: #fff;
    text-shadow: 2px 2px 14px #9f4200;
}


/* BUTON ARROW MODERN */
.title-arrow-box span{
    width:42px;
    height:42px;
    min-width:42px;

    border-radius:14px;

    background:rgba(255,255,255,.14);

    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);

    border:1px solid rgba(255,255,255,.18);

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease;
}

/* SVG */
.title-arrow-box span svg{
    width:18px;
    height:18px;
    display:block;
}


/* HOVER ARROW */
.cln-grig-sp:hover .title-arrow-box span{
    transform:translateX(4px);
    background:#F58220;
    border-color:#F58220;
}



/* FORMULARE CONTACTE / PROGRAMARE*/

/* =========================
   FORMULAR PROGRAMARE FINAL
========================= */

.programare-pagina{
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 40px 0px;
  background: rgba(255,255,255,.92);
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.6);
  backdrop-filter: blur(12px);

  box-shadow:
    0 10px 30px rgba(15,23,42,.05),
    0 25px 60px rgba(15,23,42,.08);
}

/* =========================
   GRID STRUCTURE
========================= */

.programare-pagina .form-row{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.programare-pagina .form-col{
  flex: 1;
  min-width: 0;
}

.programare-pagina .form-row.full{
  display: block;
}

/* =========================
   LABELS
========================= */

.programare-pagina label{
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  letter-spacing: .2px;
}

.programare-pagina .obligatoriu-form{
  color: #F58220;
  margin-left: 2px;
}

/* =========================
   INPUTS
========================= */

.programare-pagina input[type="text"],
.programare-pagina input[type="email"],
.programare-pagina input[type="tel"],
.programare-pagina input[type="date"],
.programare-pagina input[type="number"],
.programare-pagina textarea,
.programare-pagina select{
  width: 100%;
  min-height: 58px;

  padding: 16px 20px;

  border-radius: 18px;
  border: 1px solid #e5e7eb;

  background: #f8fafc;

  font-size: 15px;
  font-weight: 500;
  color: #111827;

  outline: none;

  transition: all .25s ease;

  box-shadow:
    inset 0 1px 2px rgba(0,0,0,.03);
}

/* PLACEHOLDER */

.programare-pagina input::placeholder,
.programare-pagina textarea::placeholder{
  color: #94a3b8;
  font-weight: 400;
}

/* FOCUS */

.programare-pagina input:focus,
.programare-pagina textarea:focus,
.programare-pagina select:focus{
  background: #fff;
  border-color: #F58220;

  box-shadow:
    0 0 0 5px rgba(245,130,32,.13),
    0 10px 25px rgba(245,130,32,.10);

  transform: translateY(-1px);
}

/* =========================
   SELECT WOW
========================= */

.programare-pagina select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  cursor: pointer;

  background-image:
    linear-gradient(45deg, transparent 50%, #F58220 50%),
    linear-gradient(135deg, #F58220 50%, transparent 50%);

  background-position:
    calc(100% - 24px) 26px,
    calc(100% - 18px) 26px;

  background-size: 7px 7px;
  background-repeat: no-repeat;

  padding-right: 58px;
}

/* SELECT HOVER */

.programare-pagina select:hover{
  border-color: #F58220;
  background-color: #fff;
}

/* SELECT OPTIONS */

.programare-pagina select option{
  padding: 12px;
  background: #fff;
  color: #111827;
}

/* =========================
   TEXTAREA
========================= */

.programare-pagina textarea{
  min-height: 150px;
  resize: vertical;
}

/* =========================
   ACCEPTANCE
========================= */

.programare-pagina .wpcf7-acceptance{
  display: block;

  padding: 18px;

  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(245,130,32,.08),
      rgba(255,255,255,.9)
    );

  border: 1px solid rgba(245,130,32,.14);

  font-size: 13px;
  line-height: 1.6;
}

.programare-pagina input[type="checkbox"]{
  width: 18px;
  height: 18px;

  accent-color: #F58220;
  margin-right: 8px;
  transform: translateY(3px);
}

.programare-pagina a{
  color: #F58220 !important;
  font-weight: 700;
}

.programare-pagina .wpcf7-acceptance label {
    font-size:13px;
}

/* =========================
   BUTTON
========================= */

.programare-pagina .btn-trimite,
.programare-pagina input[type="submit"]{
  width: 100%;
  min-height: 62px;

  border: none;
  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      #F58220 0%,
      #ff9f45 100%
    );

  color: #fff;

  font-size: 15px;
  font-weight: 600;
  letter-spacing: .2px;

  cursor: pointer;

  transition: all .3s ease;

  box-shadow:
    0 12px 28px rgba(245,130,32,.25),
    inset 0 1px 0 rgba(255,255,255,.2);
}

.programare-pagina .btn-trimite:hover,
.programare-pagina input[type="submit"]:hover{
  transform: translateY(-2px);

  box-shadow:
    0 20px 38px rgba(245,130,32,.35),
    inset 0 1px 0 rgba(255,255,255,.2);
}

/* =========================
   LOADING BUTTON
========================= */

.btn-trimite:disabled{
  position: relative;
  color: #fffffed !important;
  background: #999 !important;
  cursor: wait;
}

.btn-trimite:disabled::after{
  content: "";

  width: 18px;
  height: 18px;

  border: 2px solid #fff;
  border-top-color: transparent;

  border-radius: 50%;

  animation: spin .8s linear infinite;

  position: absolute;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);
}

@keyframes spin{
  to{
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* =========================
   ERRORS
========================= */

.programare-pagina .wpcf7-not-valid{
  border-color: #ef4444 !important;
  background: #fff5f5 !important;
}

.programare-pagina .wpcf7-not-valid-tip{
  margin-top: 7px;

  font-size: 13px;
  font-weight: 600;

  color: #ef4444;
}

.programare-pagina .wpcf7-response-output{
  margin: 24px 0 0 !important;

  padding: 16px 18px !important;

  border-radius: 18px !important;

  font-size: 14px;
  font-weight: 700;
}

/* =========================
   REMOVE BR
========================= */

.programare-pagina p > br{
  display: none !important;
}

.programare-pagina p{
  margin: 0 !important;
}

/* =========================
   FIX OVERFLOW
========================= */

.programare-pagina,
.programare-pagina *{
  overflow: visible !important;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

  .programare-pagina{
    padding: 22px 18px;
    border-radius: 24px;
  }

  .programare-pagina .form-row{
    flex-direction: column;
    gap: 18px;
    margin-bottom: 18px;
  }

  .programare-pagina input[type="text"],
  .programare-pagina input[type="email"],
  .programare-pagina input[type="tel"],
  .programare-pagina input[type="date"],
  .programare-pagina textarea,
  .programare-pagina select{
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
  }

  .programare-pagina .btn-trimite,
  .programare-pagina input[type="submit"]{
    min-height: 58px;
    border-radius: 18px;
  }

  .programare-pagina select{
    background-position:
      calc(100% - 20px) 24px,
      calc(100% - 14px) 24px;
  }

}


/* =========================
   SELECT2 FIX - să arate ca inputurile
========================= */

.programare-pagina .select2-container{
  width: 100% !important;
  display: block !important;
}

.programare-pagina .select2-container .select2-selection--single{
  width: 100% !important;
  min-height: 58px !important;
  height: 58px !important;
  padding: 0 58px 0 20px !important;

  display: flex !important;
  align-items: center !important;

  border-radius: 18px !important;
  border: 1px solid #e5e7eb !important;
  background: #f8fafc !important;

  box-shadow: inset 0 1px 2px rgba(0,0,0,.03) !important;
  transition: all .25s ease !important;
}

.programare-pagina .select2-container .select2-selection--single:hover{
  border-color: #F58220 !important;
  background: #fff !important;
}

.programare-pagina .select2-container--open .select2-selection--single,
.programare-pagina .select2-container--focus .select2-selection--single{
  border-color: #F58220 !important;
  background: #fff !important;
  box-shadow:
    0 0 0 5px rgba(245,130,32,.13),
    0 10px 25px rgba(245,130,32,.10) !important;
}

.programare-pagina .select2-selection__rendered{
  padding: 0 !important;
  line-height: normal !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #a1a6ae !important;

}

.programare-pagina .select2-selection__placeholder{
  color: #94a3b8 !important;
}

.programare-pagina .select2-selection__arrow{
  height: 58px !important;
  width: 48px !important;
  right: 10px !important;
  top: 0 !important;
}

.programare-pagina .select2-selection__arrow b{
  border-color: #F58220 transparent transparent transparent !important;
  border-width: 7px 6px 0 6px !important;
}

/* Dropdown deschis */
.select2-dropdown{
  border: 1px solid #e5e7eb !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 45px rgba(15,23,42,.16) !important;
}

.select2-results__option{
  padding: 13px 18px !important;
  font-size: 15px !important;
  color: #111827 !important;
}

.select2-results__option--highlighted{
  background: #F58220 !important;
  color: #fff !important;
}

.select2-container--default .select2-results__option--selected{
  background: #fff7ed !important;
  color: #F58220 !important;
  font-weight: 700 !important;
}

/* dropdown peste tot */
.select2-container{
  z-index: 999999 !important;
}

/* dropdownul efectiv */
.select2-dropdown{
  z-index: 999999 !important;
  max-height: auto !important;
  overflow-y: auto !important;

  border-radius: 18px !important;
  border: 1px solid #e5e7eb !important;

  box-shadow: 0 20px 45px rgba(15,23,42,.18) !important;
}

/* lista din dropdown */
.select2-results{
  max-height: 420px !important;
}

/* scroll frumos */
.select2-results__options{
  max-height: 420px !important;
  overflow-y: auto !important;
}

/* IMPORTANT */
.elementor-widget,
.elementor-widget-container,
.elementor-column,
.elementor-column-wrap,
.elementor-element,
.elementor-section,
.programare-pagina{
  overflow: visible !important;
}

/* Mobile */
@media(max-width:768px){
  .programare-pagina .select2-container .select2-selection--single{
    min-height: 54px !important;
    height: 54px !important;
    border-radius: 16px !important;
    padding-left: 16px !important;
  }

  .programare-pagina .select2-selection__arrow{
    height: 54px !important;
  }
}


@media(max-width: 768px){

  /* ascunde Select2 pe mobil */
  .programare-pagina .select2-container{
    display: none !important;
  }

  /* afișează selectul nativ */
  .programare-pagina select.select2-hidden-accessible{
    position: static !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    clip: auto !important;
    clip-path: none !important;
    overflow: visible !important;
    pointer-events: auto !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    background-color: #f8fafc !important;
    padding: 14px 42px 14px 16px !important;
    font-size: 14px !important;
    color: #111827 !important;
  }
}


/*cariere*/

/* =========================
   FORMULAR CARIERE
========================= */

.cariere-formular .upload-box{
  padding: 24px;
  border-radius: 22px;

  border: 2px dashed rgba(245,130,32,.35);

  background:
    linear-gradient(
      135deg,
      rgba(245,130,32,.05),
      rgba(255,255,255,.95)
    );

  text-align: center;

  transition: all .25s ease;
}

.cariere-formular .upload-box:hover{
  border-color: #F58220;
  background:
    linear-gradient(
      135deg,
      rgba(245,130,32,.09),
      rgba(255,255,255,1)
    );
}

.cariere-formular input[type="file"]{
  width: 100%;
  padding: 18px;

  border-radius: 16px;
  border: 1px solid #e5e7eb;

  background: #fff;

  font-size: 14px;
  color: #111827;

  cursor: pointer;
}

.cariere-formular input[type="file"]::file-selector-button{
  margin-right: 14px;
  padding: 12px 18px;

  border: none;
  border-radius: 12px;

  background: #F58220;
  color: #fff;

  font-weight: 700;

  cursor: pointer;

  transition: .25s ease;
}

.cariere-formular input[type="file"]::file-selector-button:hover{
  background: #e26f0f;
}

.cariere-formular .upload-info{
  margin-top: 14px;

  font-size: 13px;
  line-height: 1.7;

  color: #64748b;
}

@media(max-width:768px){

  .cariere-formular .upload-box{
    padding: 18px;
    border-radius: 18px;
  }

}

/* =========================
   CHESTIONAR
========================= */

.chestionar-pagina .wpcf7-radio{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.chestionar-pagina .wpcf7-list-item{
  margin: 0 !important;
}

.chestionar-pagina .wpcf7-list-item label{
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 12px 16px;

  border-radius: 14px;
  border: 1px solid #e5e7eb;

  background: #f8fafc;

  cursor: pointer;

  transition: all .25s ease;
}

.chestionar-pagina .wpcf7-list-item label:hover{
  border-color: #F58220;
  background: #fff7ed;
}

.chestionar-pagina input[type="radio"]{
  accent-color: #F58220;
  width: 18px;
  height: 18px;
}

.chestionar-pagina .titlu-sectiune{
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  color: #111827;
}

.chestionar-pagina textarea{
  min-height: 170px;
}


@media(max-width:768px){

  .chestionar-pagina .wpcf7-radio{
    flex-direction: column;
  }

  .chestionar-pagina .wpcf7-list-item label{
    width: 100%;
  }

}



/* blog hp*/

.rmn-blog-modern{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:48px;
  max-width:1300px;
  margin:0 auto;
  font-family:Poppins;
}

.rmn-blog-modern a{
  text-decoration:none;
}

.rmn-blog-main{
  display:grid;
  grid-template-columns:270px 1fr;
  gap:28px;
  align-items:center;
}

.rmn-blog-main-image{
  border-radius:10px;
  overflow:hidden;
  background:#f3f4f6;
}


.rmn-blog-thumb{
  border-radius:50%;
  overflow:hidden;
  background:#f3f4f6;
}

.rmn-blog-main-image{
  width: auto;
  height:auto;
}

.rmn-blog-main-image img,
.rmn-blog-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.35s ease;
}

.rmn-blog-main:hover img,
.rmn-blog-small:hover img{
  transform:scale(1.06);
}

.rmn-blog-date{
  color:#f58220;
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.04em;
  margin-bottom:14px;
}

.rmn-blog-main h2,
.single-post h2{
    font-family: 'Poppins' !important;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    padding-top: 20px;
    margin-bottom: 15px;
}

.rmn-blog-main h3,
.single-post h3{
  font-size:31px;
  line-height:1.24;
  color:#243044;
  margin:0 0 18px;
  font-weight:500;
}

.rmn-blog-main p,
.single-post p{
  color:#475569;
  font-size:18.5px;
  line-height:1.69;
  margin:0px 0px 15px;
}

.rmn-blog-line{
  height:1px;
  background:#e5e7eb;
  margin:0 0 18px;
}

.rmn-blog-side{
  display:grid;
  gap:28px;
  align-content:start;
}

.rmn-blog-small{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:24px;
  align-items:center;
  padding-bottom:26px;
  border-bottom:1px solid #e5e7eb;
}

.rmn-blog-thumb{
  width:100px;
  height:100px;
}

.rmn-blog-small h4{
  font-size:23px;
  line-height:1.25;
  color:#243044;
  margin:0;
  font-weight:500;
  font-family:Poppins;
}


.pbmit-element-posts-wrapper.multi-columns-row {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top:50px !important;
}

body.blog #main.site-main {
    padding-top: 35px !important;
}


body.archive #main.site-main {
    padding-top: 50px !important;
}

.pbmit-blog-classic .pbmit-featured-wrapper img {
    width:100% !important;
}

.blog .rmn-breadcrumb-wrap {
    margin-top: -50px;
    margin-bottom: 40px;
}


.pbmit-element-posts-wrapper .pbmit-ele-blog {
    width: 50% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px !important;
    float: none !important;
}


.echipa-online-link {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  margin-top: 0px;
      font-weight: 500;
    text-decoration: none;
    background-color: #f27022;
    color: #fff;
    font-size: 16px;
    padding: 2px 15px;
    border-radius: 34px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 5px;
}

.echipa-online-link i {
  font-size: 15px;
}

.echipa-online-link svg{
    fill:#fff;
}

.echipa-online-link:hover{
    background-color:#2b4461;
    color:#fff;
}


.doctor-online-consultation{
    margin-top:10px;
    margin-bottom:15px;
}

.doctor-online-consultation a{
    display:inline-flex;
    align-items:center;
    gap:0;
    font-weight:500;
    text-decoration:none;
    background-color:#f27022;
    color:#fff;
    font-size:16px;
    padding:5px 15px;
    border-radius:34px;
    width:fit-content;
}

.doctor-online-consultation svg{
    fill:#fff;
    margin-right:6px;
}

.doctor-online-consultation:hover a,
.doctor-online-consultation a:hover{
    background-color:#2b4461;
    color:#fff;
}


@media (max-width: 991px) {
    .pbmit-element-posts-wrapper .pbmit-ele-blog {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .pbmit-element-posts-wrapper .pbmit-ele-blog {
        width: 100% !important;
    }
}

@media(max-width:768px){
  .rmn-blog-modern{
    grid-template-columns:1fr;
    gap:34px;
  }

  .rmn-blog-main{
    grid-template-columns:90px 1fr;
    gap:18px;
  }

  .rmn-blog-main-image{
    width:90px;
    height:90px;
    border-radius:50%;
  }

  .rmn-blog-main h3,
  .rmn-blog-small h4{
    font-size:20px;
  }


  .rmn-blog-small{
    grid-template-columns:82px 1fr;
    gap:18px;
  }

  .rmn-blog-thumb{
    width:82px;
    height:82px;
  }
  
  .rmn-blog-main p {
      display:none;
  }
}




/* MOBILE */
@media(max-width:767px){
    
    #mega-menu-item-18076,
#mega-menu-item-18386,
#mega-menu-item-18387,
#mega-menu-item-18388,
#mega-menu-item-18389{
    display:block !important;
}

 #mega-menu-wrap-pbminfotech-top 
  #mega-menu-pbminfotech-top > li#mega-menu-item-18386 > a.mega-menu-link,
  #mega-menu-wrap-pbminfotech-top 
  #mega-menu-pbminfotech-top > li#mega-menu-item-18387 > a.mega-menu-link,
  #mega-menu-wrap-pbminfotech-top 
  #mega-menu-pbminfotech-top > li#mega-menu-item-18388 > a.mega-menu-link,
  #mega-menu-wrap-pbminfotech-top 
  #mega-menu-pbminfotech-top > li#mega-menu-item-18389 > a.mega-menu-link{
    background: linear-gradient(135deg, #F58220, #ff9f45) !important;
    color: #fff !important;
    border-radius: 16px !important;
    margin: 7px 12px !important;
    padding: 8px 18px !important;
    min-height: 35px !important;
    height: auto !important;
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important;
    font-weight: 500 !important;
    box-shadow: 0 10px 24px rgba(245, 130, 32, .25) !important;
    font-size: 17px ! IMPORTANT;
    width: fit-content;
        
}
}


@media(max-width:768px){

    .title-arrow-box h3{
        font-size:19px;
    }

    .title-arrow-box span{
        width:25px;
        height:25px;
        min-width:25px;
        border-radius:12px;
    }

    .title-arrow-box span svg{
        width:15px;
        height:15px;
    }

}


/* RESPONSIVE */
@media (max-width: 640px) {
  .rmn-oferta-card {
    height: 400px;
  }

  .rmn-oferta-content h3 {
    font-size: 26px;
  }
}



 @media (max-width: 767px) {
    body, p {
    /*font-size: 18px !important;*/
     font-family:Poppins;
}


body.blog #main.site-main {
    padding-top: 0px !important;
}


#mega-menu-item-18076 {
    display:block;
}

    .pbmit-footer-section.site-footer.pbmit-footer-style-1{
        padding-bottom: 60px !important;
    }
    
    .pbmit-footer-copyright-text-area p {
    font-size: 14px;
    text-align: left;
    line-height: 25px;
}

.pbmit-footer-copyright-text-area p>a {
    color:#f27022;
    font-weight:600;
}


  .elementor-widget-text-editor p:not([style*="font-size"]) {
      font-size:18px;
      line-height:1.6;
}

  .elementor-widget-text-editor:not(.elementor-element-edit-mode){
      font-size:16px;
  }

.breadcrumb.left {
    justify-content: start;
    text-align: start;
}

.pbmit-page-hero__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0px;
}

.breadcrumb a {
    color: rgb(148 163 184);
    padding: 0px 0px;
}

nav.breadcrumb {
    font-size: 11px;
    color: rgb(71 85 105);
}


    .top-menu__inner {
        justify-content: space-between;
        padding: 3px 20px 6px 0px;
    }
    
    button#clinicLocationsTrigger {
        padding:0px 15px 0px 15px;
    }
    
    .pbmit-header-wrapper>.container {
        padding: 0 20px !important;
    }
    
    
    .lista-medicala-ima li.elementor-icon-list-item.elementor-inline-item {
    gap: 3px;
    margin: 3px 5px !important;
    padding: 7px 10px !important;
}
.specialitati-list {
    width: fit-content;
    margin: 0 auto;
}

.specialitati-group h2 {
    font-size: 2em;
    margin: 0 5px 0 0;
        max-width: 40px;
    padding-top: 0px;
}

.specialitati-group{
    margin: 20px 0;
 }
.specialitate-box a  {
    text-decoration: none;
    padding: 12px 10px 12px 11px;
    line-height: 25px;
    font-size: 21px;
}

.specialitate-box {
    width: 98%;
}


.echipa-static-grid-list:has(> .echipa-card-specialitate:nth-child(1):last-child){
  grid-template-columns: minmax(260px, 300px);
  justify-content: center;
}
.echipa-static-grid-list:has(> .echipa-card-specialitate:nth-child(2):last-child){
  grid-template-columns: repeat(1, minmax(260px, 300px));
  justify-content: center;
}
.echipa-static-grid-list:has(> .echipa-card-specialitate:nth-child(3):last-child){
  grid-template-columns: repeat(1, minmax(260px, 300px));
  justify-content: center;
}



.page #content, .single-echipa #content, .blog #content, .single-post #content {
    padding-top: 25px !important;
    padding-bottom: 50px;
}


.medic-single-premium {
        padding: 16px 0px 36px !important;
    }


.doctor-name-single {
        font-size: 29px;
        font-weight: 600;
    }
    
    
    .pbmit-navbar>.mega-menu-wrap.active {
        right: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow-y: scroll !important;
        -webkit-transition-delay: 190ms !important;
        -moz-transition-delay: 190ms!important;
        -ms-transition-delay: 190ms!important;
        -o-transition-delay: 190ms!important;
        transition-delay: 190ms !important;
        opacity: 1 !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }


    .locations-grid{
        grid-template-columns:1fr 1fr 1fr;
        gap:12px;
    }

    .location-card{
        padding:8px !important;
        min-height:105px;
        border-radius:12px;
        gap:14px;
            flex-direction: column;
    }

    .location-card img{
        width:100%;
        height:70px !important;
        border-radius: 10px !important;
    
    }

    .location-card__content h3{
        margin-bottom:0px;
        font-size:18px;
    }

    .location-card__content p{
        font-size:14px;
        line-height:1.4;
        display: none;
    }

    .location-card__arrow{
        font-size:32px;
        display:none;
    }
    
    .swiper.rmn-oferte-swiper {
    margin-left: 15px !important;
}

    .lu-home p {
        font-size:16px !important;
    }
    
    .blog-hp .pbmit-blog-style-3 .pbminfotech-box-content {
        padding: 20px 10px 20px 10px !important;
    }

.blog-hp .pbmit-blog-style-3 .pbmit-post-title {
    font-size: 21px;
    line-height: 28px;
 }
 
 .blog-h .pbmit-blog-style-5 .pbmit-post-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
    overflow: visible;
    display: -webkit-box;
    -webkit-line-clamp: none;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

 .blog-h .pbmit-blog-style-5 .pbmit-content-wrapper {
    padding: 30px 20px 15px 20px;
}

 .blog-h .pbmit-element-posts-wrapper.row .pbmit-ele {
    margin-bottom: 30px !important;
}


.cln-grig-sp {
    height: 150px;
}


  }
  
  
  
 @media (max-width: 768px){
     
     body:not(.mega-menu-pbminfotech-top) .pbmit-navbar div > ul > li > a, .pbmit-max-mega-menu-override #page #site-navigation .max-mega-menu > li.mega-menu-item > a.mega-menu-link, .pbmit-burger-menu-area .menu-main-menu-container ul > li > a {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 22px;
    letter-spacing: 0.1px !important;
    color: #181a17;
    text-transform: none !important;
    font-style: normal;
}

 #mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top{
  padding:12px !important;
  background:#fff !important;
}

ul.mega-menu.max-mega-menu.mega-menu-horizontal a span {
    font-size:16px !important;
    font-weight:500 !important;
}

#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li.mega-menu-item{
  margin-bottom:8px !important;
  overflow:hidden;
}

/* MENIU PRINCIPAL */
#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top > li > a.mega-menu-link,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li > a{
  color:#10233f !important;
  padding:10px 44px 10px 14px !important;
  height:auto !important;
  min-height:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.3 !important;
  background:transparent !important;
}

/* ARROW */
#mega-menu-wrap-pbminfotech-top .mega-menu-item-has-children > .mega-menu-link{
  position:relative !important;
}

#mega-menu-wrap-pbminfotech-top .mega-menu-item-has-children > .mega-menu-link .mega-indicator{
  position:absolute !important;
  right:16px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
}

#mega-menu-wrap-pbminfotech-top .mega-menu-item-has-children > .mega-menu-link .mega-indicator:before{
  margin:0 !important;
  font-size:14px !important;
}

#mega-menu-wrap-pbminfotech-top .mega-menu-item-has-children.mega-toggle-on > .mega-menu-link .mega-indicator{
  transform:translateY(-50%) rotate(180deg) !important;
}

/* SUBMENIU */
#mega-menu-wrap-pbminfotech-top .mega-sub-menu{
  padding:0 4px 8px 12px !important;
  background:transparent !important;
  box-shadow:none !important;
}

#mega-menu-wrap-pbminfotech-top .mega-sub-menu li{
  background:transparent !important;
  border:0 !important;
}

#mega-menu-wrap-pbminfotech-top .mega-sub-menu li a,
#mega-menu-wrap-pbminfotech-top .mega-sub-menu li a.mega-menu-link,
.pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap .mega-sub-menu a{
  min-height:auto !important;
  height:auto !important;
  padding:4px 14px !important;
  font-size:14px !important;
  font-weight:500 !important;
  line-height:1.35 !important;
  color:#4d5463 !important;
  border-radius:10px !important;
  background:transparent !important;
}

#mega-menu-wrap-pbminfotech-top .mega-sub-menu li a:hover,
#mega-menu-wrap-pbminfotech-top .mega-sub-menu li a.mega-menu-link:hover{
  color:#f58220 !important;
  background:#fff7f1 !important;
}

/* SUBMENIU ADÂNC - RMN / CT / Mamografie */
#mega-menu-wrap-pbminfotech-top .mega-sub-menu .menu li a{
  padding:5px 12px 5px 16px !important;
  font-size:13px !important;
  color:#6b7280 !important;
  position:relative;
}

/*#mega-menu-wrap-pbminfotech-top .mega-sub-menu .menu li a:before{*/
/*  content:"";*/
/*  position:absolute;*/
/*  left:12px;*/
/*  top:50%;*/
/*  width:5px;*/
/*  height:5px;*/
/*  border-radius:50%;*/
/*  background:#f58220;*/
/*  transform:translateY(-50%);*/
/*}*/

/* TITLURI ORAȘE ÎN MEGA MENU */
.imagistica-menu-mega ul li.mega-menu-item-object-page a > span{
  font-size:14px !important;
  font-family:Poppins, sans-serif;
  font-weight:700;
  color:#f27022;
}

/* LINKURI RMN / CT / DEXA */
.menu-imagistica-medicala-brasov-container a > span,
.menu-imagistica-medicala-sibiu-container a > span,
.menu-imagistica-medicala-fagaras-container a > span{
  font-size:14px !important;
  font-family:Poppins, sans-serif;
  font-weight:500;
}

#mega-menu-wrap-pbminfotech-top #mega-menu-pbminfotech-top>li.mega-menu-flyout ul.mega-sub-menu {
    padding-left:20px !important;
}
}


@media(max-width:1200px){

  #mega-menu-pbminfotech-top > li.mega-menu-item-has-children > ul.mega-sub-menu{
    display:none;
  }

  #mega-menu-pbminfotech-top > li.mega-menu-item-has-children.mega-toggle-on > ul.mega-sub-menu{
    display:block;
  }

}
