/******************************************
    File Name: colors.css
/****************************************** */

.customwidget li i,
.navbar-nav span {
    color: #0284c7 !important;
}

.lead strong,
.icon-wrapper:hover a,
a:hover,
a:focus {
    color: #0284c7
}


/**************************************
GRADIENTS
**************************************/

.grd1-trans {
    background: rgb(40, 149, 241);
    background: -moz-linear-gradient(top, rgba(40, 149, 241, 0.6) 0%, rgba(0, 96, 177, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(40, 149, 241, 0.6) 0%, rgba(0, 96, 177, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(40, 149, 241, 0.6) 0%, rgba(0, 96, 177, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2895f1', endColorstr='#0060b1', GradientType=0);
}

.icon_wrap:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.icon-wrapper:hover i,
.grd1 {
    color: #ffffff;
    background: #2895f1;
    background: -moz-linear-gradient(left, #2895f1 0%, #0060b1 100%);
    background: -webkit-linear-gradient(left, #2895f1 0%, #0060b1 100%);
    background: linear-gradient(to right, #2895f1 0%, #0060b1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2895f1', endColorstr='#0060b1', GradientType=1);
}

.icon_wrap,
.dmtop:hover,
.cac:hover,
.features-right li:hover i,
.features-left li:hover i,
.nav-pills > li:hover > a,
.nav-pills > li:focus > a,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.divider-bar,
.owl-next:hover i,
.owl-prev:hover i,
.icon-wrapper:hover i:hover,
.grd1:hover,
.grd1:focus {
    background-position: 100px;
    color: #ffffff;
    background: #0060b1;
    background: -moz-linear-gradient(left, #0060b1 0%, #0284c7 100%);
    background: -webkit-linear-gradient(left, #0060b1 0%, #0284c7 100%);
    background: linear-gradient(to right, #0060b1 0%, #0284c7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0060b1', endColorstr='#0284c7', GradientType=1);
}

/* Theme palette - Clean Medical UI */
.theme-primary { color: #0284c7; }
.theme-secondary { color: #0060b1; }
.theme-light { background-color: #f0f9ff; }
.theme-accent-border { border-color: #0284c7; }
.theme-dark-bg { background-color: #1e293b; }
.theme-darker-bg { background-color: #0f172a; }
body { color: #334155; }