a.logo img,
a.ltx-logo- img,
a.ltx-logo-white img {
  max-width: 350px !important;
  width: auto !important;
  height: auto !important;
}
h1, h2, .wpb_wrapper h1, .wpb_wrapper h2 {
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  color: #fff;
}
.booking-widget-container {
  max-width: 960px;
  margin: 40px auto;
  padding: 40px 20px;
  background-color: #f5fdfc;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.ltx-post .entry-meta,
.ltx-post .post-meta,
.ltx-post .entry-footer,
.ltx-post .post-views,
.ltx-post .ltx-entry-meta {
  display: none !important;
}
/* ===== Discovery Call Page Styles (TVG) ===== */

.tvg-disc {
  padding: 60px 20px;
}

.tvg-disc-inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* Hero section with soft card-style background */
.tvg-disc-hero {
  background-color: #f3faf8;
}

.tvg-disc-hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

/* Video */
.tvg-disc-hero-video {
  flex: 1 1 380px;
}

.tvg-disc-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.tvg-disc-video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Hero copy */
.tvg-disc-hero-copy {
  flex: 1 1 340px;
}

.tvg-disc-hero-copy h2 {
  font-size: 30px;
  margin-bottom: 16px;
  color: #235f58;
}

.tvg-disc-hero-copy p {
  margin-bottom: 16px;
}

.tvg-disc-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.tvg-disc-checklist li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}

.tvg-disc-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #235f58;
  font-weight: bold;
}

.tvg-disc-hero-note {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}

/* Headings */
.tvg-disc h3 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: left;
  color: #235f58;
}

/* Grid cards */
.tvg-disc-grid {
  background-color: #ffffff;
}

.tvg-disc-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.tvg-disc-card {
  background-color: #f4faf8;
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.tvg-disc-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #235f58;
}

/* Steps */
.tvg-disc-steps-list {
  margin: 0 0 18px 20px;
}

.tvg-disc-steps-list li {
  margin-bottom: 10px;
}

.tvg-disc-disclaimer {
  font-size: 13px;
  color: #666;
}

/* CTA section */
.tvg-disc-cta {
  text-align: center;
  background-color: #f3faf8;
}

.tvg-disc-cta p {
  max-width: 640px;
  margin: 0 auto 20px auto;
}

/* Buttons */
.tvg-disc-btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tvg-disc-btn-main {
  background-color: #235f58; /* main TVG green */
  color: #ffffff;
}

.tvg-disc-btn-main:hover {
  background-color: #1a4843;
  color: #ffffff;
}

/* Responsive tweaks */
@media (max-width: 900px) {
  .tvg-disc-hero-inner {
    flex-direction: column;
  }

  .tvg-disc-hero-copy h2 {
    text-align: left;
  }

  .tvg-disc-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .tvg-disc {
    padding: 40px 16px;
  }

  .tvg-disc h3 {
    font-size: 22px;
    text-align: left;
  }

  .tvg-disc-btn {
    width: 100%;
    text-align: center;
  }
}