.elementor-316 .elementor-element.elementor-element-a719710:not(.elementor-motion-effects-element-type-background), .elementor-316 .elementor-element.elementor-element-a719710 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://bclongevityclinic.com/wp-content/uploads/2025/08/Background.png");background-size:cover;}.elementor-316 .elementor-element.elementor-element-a719710, .elementor-316 .elementor-element.elementor-element-a719710 > .elementor-background-overlay{border-radius:50px 50px 0px 0px;}.elementor-316 .elementor-element.elementor-element-a719710{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:20px 0px 60px 0px;}.elementor-316 .elementor-element.elementor-element-a719710 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-316 .elementor-element.elementor-element-e705a02 > .elementor-widget-container{margin:0px 0px 30px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-a719710 */.timetics-shortcode-wrapper {
    margin-top: 5%;
}

.tt-section-title {
    color: #fff !important;
}

/* Make meeting cards consistent */
.tt-meeting-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
  height: 100%; /* Ensures uniform sizing */
}

/* Hover effect */
.tt-meeting-list-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Align text nicely */
.tt-meeting-information {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Author name */
.tt-author li span {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
}

/* Title */
.tt-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

/* Description (truncate long ones neatly) */
.tt-meeting-information p {
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* show max 4 lines */
  -webkit-box-orient: vertical;
}

/* Meeting info section */
.tt-meeting-action {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Duration list */
.meeting-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #4b5563;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Book button styling */
.tt-meeting-action .ant-btn {
  background: #2563eb;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}

.tt-meeting-action .ant-btn:hover {
  background: #1e40af;
}/* End custom CSS */