/* Prudencia Global Hospital – Blue & Green Brand Theme */
:root{
  --wellmed-orange:#34477f;
  --prudencia-blue:#34477f;
  --prudencia-green:#2f7447;
  --prudencia-green-dark:#205d38;
  --prudencia-blue-dark:#263766;
  --prudencia-light:#f4f8f5;
}
body{background:#fff;color:#243128;}
.headerPart{background:#fff;border-bottom:1px solid #e5ebe7;box-shadow:0 2px 14px rgba(34,55,92,.07)}
.logoimg{max-height:92px;width:auto;object-fit:contain;padding:6px 0}
.theme-orange,.btn-orange,.icon-orange{background-color:var(--prudencia-green)!important;border-color:var(--prudencia-green)!important;color:#fff!important}
.border-right::after{background-color:var(--prudencia-green)!important}
/* Primary navigation and actions */
.book-appointment,.book-appointment-menu,.navigation-mobile{background:var(--prudencia-blue)!important}
.book-appointment a,.book-appointment .nav-link,.book-appointment-menu a{color:#fff!important}
.book-appointment a:hover,.book-appointment .nav-link:hover{color:#d8f0df!important}
.btn,.btn-primary,.btn-orange,.btn-appointment{background-color:var(--prudencia-green)!important;border-color:var(--prudencia-green)!important;color:#fff!important}
.btn:hover,.btn-primary:hover,.btn-orange:hover,.btn-appointment:hover{background-color:var(--prudencia-green-dark)!important;border-color:var(--prudencia-green-dark)!important;color:#fff!important}
/* Section accents */
#SpecialProced li .nav-link.active{color:var(--prudencia-green)!important}
#SpecialProced li .nav-link:not(.active){background:var(--prudencia-blue)!important}
.pg_widget{color:var(--prudencia-blue)!important;border-color:#edf1ef!important;background:#fff!important}
.pg_widget:hover{border-color:var(--prudencia-green)!important;box-shadow:0 12px 28px rgba(47,116,71,.20)!important}
.pg_widget:hover h5{color:var(--prudencia-green)!important}
.pg_widget img{filter:hue-rotate(115deg) saturate(.75)}
.footer-widget-heading h3,.footer-widget-heading h3::before{color:var(--prudencia-green)!important;background-color:var(--prudencia-green)!important}
.footer-section{background:linear-gradient(180deg,#f7faf8 0%,#fff 100%)}
/* Headings and common brand highlights */
h1 span,h2 span,h3 span,.theme-orange{color:var(--prudencia-green)!important}
.featuredHeding span,.other-spec h2.featuredHeding span{border-bottom-color:var(--prudencia-green)!important}
.features-right{border-left-color:var(--prudencia-green)!important;background-color:var(--prudencia-blue-dark)!important}
.features-right::after{border-color:var(--prudencia-green)!important}
.features-right h2 span{color:#8ed09f!important}
/* Forms */
input:focus,select:focus,textarea:focus{border-color:var(--prudencia-green)!important;box-shadow:0 0 0 .15rem rgba(47,116,71,.15)!important}
/* Blue/green utility accents */
a:not(.book-appointment a):hover{color:var(--prudencia-green)}
::selection{background:var(--prudencia-blue);color:#fff}
@media(max-width:768px){.logoimg{max-height:62px}.headerPart{box-shadow:none}}
