/*
    Theme Name:   Hospa Child
    Description:  Hospa Child Theme
    Author:       HiBootstrap
    Author URI:   https://hibootstrap.com
    Template:     hospa
    Version:      2.1
    Text Domain:  hospa-child
*/

.top-header-middle-logo img
{
	max-width:300px !important;
}

.mc-appointment-form
{
	padding:100px 50px !important;
}

.elementor-widget-Hospa_FooterArea .social-info
{
	display:none !important;
}

.ser-info {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ser-info li {
  list-style-type: none !important;
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}
.ser-info li .icon {
  margin-right: 10px;
}
.ser-info li .icon i {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: var(--whiteColor);
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--optionalColor);
  transition: 0.6s;
}
.ser-info li span a {
  color: var(--paragraph);
}
.ser-info li span a:hover {
  color: var(--mainColor);
}
.ser-info li:last-child {
  margin-bottom: 0;
}
.ser-info li:hover .icon i {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}

.elementor-element-fc6de0d h3
{
	font-size:18px !important;
	text-transform:uppercase;
}

.tablepress, th, td {
  border: 1px solid #ffe2e2 !important;
}
.tablepress th
{
	text-align:center !important;
	text-transform: uppercase !important;
	color: #fff !important;
	font-size:15px !important;
}
.tablepress thead th
{
	background-color:#93287c !important;
}
.tablepress td
{
	font-size:14px !important;
}
.services-details-desc .question-wrap {
  margin-top: 0px !important;
}

/* UL Reset */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List Item */
.contact-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.contact-list li:hover {
    transform: translateX(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Left Accent Line Animation */
.contact-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(180deg, #4e73df, #1cc88a);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.contact-list li:hover::before {
    transform: scaleY(1);
}

/* Icon */
.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    transition: all 0.3s ease;
}

/* Icon Colors */
.icon-address { background: linear-gradient(135deg, #4e73df, #224abe); }
.icon-email   { background: linear-gradient(135deg, #1cc88a, #13855c); }
.icon-phone   { background: linear-gradient(135deg, #f6c23e, #dda20a); }

/* Icon Hover Animation */
.contact-list li:hover .contact-icon {
    transform: scale(1.15) rotate(6deg);
}

/* Text */
.contact-text h6 {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.contact-text p {
    margin: 0;
    font-size: 14px;
    color: #666;
}


.d-team-card {
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(15px);
    background: #ecfff9;
    border: 1px solid #00fdad;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    transition: 0.4s;
}

.d-team-card:hover {
    transform: translateY(-10px);
}

/* Image */
.d-team-img {
    position: relative;
    overflow: hidden;
}

.d-team-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s;
}

.d-team-card:hover img {
    transform: scale(1.1);
}

/* Overlay */
.d-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-team-card:hover .d-overlay {
    opacity: 1;
}

/* Buttons inside overlay */
.d-overlay-content {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s;
}

.d-team-card:hover .d-overlay-content {
    transform: translateY(0);
    opacity: 1;
}

/* Buttons */
.d-btn-glass {
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 14px;
    margin: 5px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
}

.d-btn-book {
    background: #8d1d75 !important;
    color: #fff !important;
    border: none;
}

.d-btn-book:hover {
    box-shadow: 0 0 15px rgba(0,198,255,0.7);
}

.d-btn-view {
    color: #fff !important;
	background-color:#014590 !important;
}

.d-btn-view:hover {
    background: rgba(255,255,255,0.2);
}

/* Content */
.d-team-content {
    padding: 20px;
    text-align: center;
    color: #fff;
}

.d-team-name {
    font-weight: 600;
    font-size: 16px;
	color:#8d1d75;
}

.d-team-role {
    font-size: 14px;
    opacity: 0.8;
	color:#000;
}

.elementor-element-16ed361 .online-information-area
{
	padding-bottom:0px !important;
}

.elementor-element-16ed361 .online-information-card h3
{
	font-size:20px;
	text-transform: uppercase !important;
}

#nurse1432 .doctor-details-top-content .title span
{
	display: none !important;
}

#tablepress-3 tbody td {
    font-weight: 500;
    vertical-align: middle;
}