/*
Theme Name: Medicalhealth Child
Description: Child theme for Medicalhealth
Author: Catchpixel
Template: medicalhealth
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*Child Theme Style Code Here*/

.header-sticky.is-sticky .zozo-no-sticky-logo .navbar-brand > img.zozo-standard-logo {
    max-height: 58px;
    max-width: 100%;
    width: auto;
}
.promo-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(165, 98, 42, 0.2); /* soft brown tint */
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 12px 16px;
  backdrop-filter: blur(10px);
  transition: background 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.promo-card:hover {
  background: rgba(165, 98, 42, 0.35);
  transform: translateY(-2px);
}

.promo-icon {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 12px;
}

.promo-content {
  flex: 1;
}

.promo-content h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height:18px;
}

.promo-content p {
  margin: 2px 0 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.promo-arrow {
  font-size: 3.2rem;
  color: #fff;
  margin-left: 8px;
}


.rating-box {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  color: #fff;
  gap: 6px;
  width: fit-content;
}

.rating-text {
  font-weight: 700;
   font-size: 20px;
}

.stars {
  display: flex;
  gap: 2px;
}

.star {
  font-size: 22px;
  color: #4a3c35; /* unfilled star color */
}

.star.filled {
  color: #f7c843; /* gold color for filled stars */
}

.rating-score {
  font-size: 20px;
  color: #fff;
}

.rating-box:hover .star.filled {
  color: #ffd700;
  text-shadow: 0 0 6px #ffd700;
}

.trustpilot-link {
  padding: 8px 12px;
  border-radius: 6px;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.trustpilot-link a {
  color: #b5a9a0; /* soft gray text */
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: end;
  gap: 4px;
}

.trustpilot-logo {
  display: flex;
  align-items: center;
  gap: 3px;
}

.trustpilot-star {
  color: #00b67a; /* Trustpilot green star */
  font-size: 16px;
}

.trustpilot-text {
  color: #ffffff;
  font-weight: 700;
}

.trustpilot-link a:hover .trustpilot-text {
  text-decoration: underline;
}


