/* True Care Primary Home Care overrides */
.tc-bg-primary {
  background-color: #0e6f7f;
  color: #fff;
}

.tc-text-primary {
  color: #0e6f7f;
}

.tc-text-accent {
  color: #f28c38;
}

.tc-hero {
  position: relative;
  padding: 140px 0 120px;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 46, 60, 0.6);
}

.tc-hero-content {
  position: relative;
  z-index: 1;
}

.tc-badge {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.tc-btn {
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.tc-btn-primary {
  background-color: #f28c38;
  color: #fff;
  border: none;
}

.tc-btn-primary:hover,
.tc-btn-primary:focus {
  background-color: #cf6e1c;
  color: #fff;
}

.tc-btn-outline {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.tc-btn-outline:hover,
.tc-btn-outline:focus {
  background: #fff;
  color: #0e6f7f;
}

.tc-btn-secondary {
  background-color: #6d3795;
  color: #fff;
  border: none;
}

.tc-btn-secondary:hover,
.tc-btn-secondary:focus {
  background-color: #572c77;
  color: #fff;
}

.tc-section {
  padding: 80px 0;
}

.tc-section.light {
  background-color: #f7fbfd;
}

.tc-card {
  border-radius: 16px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(14, 111, 127, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.tc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(14, 111, 127, 0.12);
}

.tc-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background-color: rgba(14, 111, 127, 0.1);
  color: #0e6f7f;
  margin-bottom: 20px;
}

.tc-stat {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 35px rgba(14, 111, 127, 0.08);
  text-align: center;
}

.tc-stat h3 {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 700;
  color: #0e6f7f;
}

.tc-list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tc-list-check li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.tc-list-check i {
  margin-top: 4px;
  color: #f28c38;
}

.tc-topbar {
  font-size: 14px;
  padding: 10px 0;
}

.tc-topbar a {
  color: inherit;
}

.tc-footer {
  background: #062e3c;
  color: #d8edf3;
  padding: 60px 0 30px;
}

.tc-footer a {
  color: #fff;
}

.tc-footer .footer-brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.tc-footer .footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 40px 0 20px;
}

/* Center the main navbar items */
.menu-style1 .navbar-collapse {
  display: flex !important;
  justify-content: center !important;
}
.menu-style1 .navbar-nav {
  float: none !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  .menu-style1 .navbar-collapse { display: block !important; }
  .menu-style1 .navbar-nav { display: block !important; }
}

@media (max-width: 767px) {
  .tc-hero {
    padding: 120px 0 100px;
  }

  .tc-card {
    padding: 24px;
  }
}

/* Hide template demo dropdowns, keep our simple nav */
.navbar-left > li.nav-item.dropdown {
  display: none !important;
}

/* Hide cart and search icons in header */
.attr-nav li.dropdown,
.attr-nav li.search {
  display: none !important;
}

/* Align info cards with the bottom of the logo */
.header-middle .row {
  align-items: flex-end;
}

/* Optional: tighten header spacing a bit */
.header-middle {
  padding-top: 16px;
  padding-bottom: 16px;
}
