/*
Theme Name: Virtuoso Child
Theme URI: https://virtuoso.qodeinteractive.com/
Template: virtuoso
Author: Elated Themes
Author URI: https://themeforest.net/user/elated-themes
Description: A child theme of Virtuoso Theme
Version: 1.2.1750806172
Updated: 2025-06-24 23:02:52

*/
  .section {
    width: 100%;
    max-width: 1200px;
    padding: 80px 60px;
    display: grid;
    grid-template-columns: 1fr 1.6fr 1fr;
    gap: 0;
    align-items: end;
    position: relative;
  }

  .content-block {
    padding: 0 52px;
    padding-bottom: 40px;
  }

  .tagline {
    font-family: 'Cinzel', serif;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #4ec3b4;
    margin-bottom: 20px;
  }

  .content-block p {
    font-size: 18px;
    line-height: 1.85;
    color: rgba(232,226,217,0.82);
    margin-bottom: 22px;
  }

  .content-block p strong {
    color: #ffffff;
    font-weight: 500;
  }

  .cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
  }

  .pill {
    font-family: 'Cinzel', serif;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 9px 18px;
    border: 1px solid rgba(78,195,180,0.45);
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .pill:hover {
    background: rgba(78,195,180,0.12);
    border-color: #4ec3b4;
  }

  .pill.solid {
    background: #4ec3b4;
    color: #1e2828;
    border-color: #4ec3b4;
  }

  .pill.solid:hover {
    background: #5ed4c5;
  }

  /* ── RIGHT: CHARACTER ── */
  .character-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    border-left: 1px solid rgba(78,195,180,0.25);
    position: relative;
  }

  .speech-bubble {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(78,195,180,0.3);
    border-radius: 2px;
    padding: 16px 20px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(232,226,217,0.9);
    text-align: center;
    margin-bottom: 6px;
    position: relative;
    width: 100%;
  }

  .speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(78,195,180,0.3);
  }

  .speech-bubble::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #2e3535;
    z-index: 1;
  }

  .character-img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    object-position: top center;
    margin-top: 12px;
    filter: brightness(1.05) contrast(1.02);
  }

  .character-name {
    font-family: 'Cinzel', serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(232,226,217,0.45);
    margin-top: 10px;
    text-align: center;
  }

  /* decorative corner accents */
  .section::before {
    content: '';
    position: absolute;
    top: 30px; left: 30px;
    width: 40px; height: 40px;
    border-top: 1px solid rgba(78,195,180,0.2);
    border-left: 1px solid rgba(78,195,180,0.2);
  }
  .section::after {
    content: '';
    position: absolute;
    bottom: 30px; right: 30px;
    width: 40px; height: 40px;
    border-bottom: 1px solid rgba(78,195,180,0.2);
    border-right: 1px solid rgba(78,195,180,0.2);
  }

  @media (max-width: 860px) {
    .section {
      grid-template-columns: 1fr;
      padding: 50px 30px;
      gap: 40px;
    }
    .stat-block, .content-block, .character-block {
      border: none;
      padding: 0;
    }
    .character-block { align-items: flex-start; }
  }

  /* Name badge */
  .name-badge {
    margin-top: 16px;
    text-align: center;
    background: rgba(78,195,180,0.08);
    border: 1px solid rgba(78,195,180,0.2);
    padding: 10px 20px;
    width: 100%;
  }

  .name-badge-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.04em;
  }

  .name-badge-title {
    font-family: 'Cinzel', serif;
    font-size: 8.5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #4ec3b4;
    margin-top: 4px;
  }

.bottom-left-image {
	border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
	padding-left: 15px;
	padding-bottom: 15px;
}

.opacity50 {
	opacity: 0.5;
}

.opacity75 {
	opacity:0.75
}

.opacity25 {
	opacity: 0.25;
}

.grayscale100 {
	filter: grayscale(100%);
}

.grayscale75 {
	filter: grayscale(75%);
}

.grayscale50 {
	filter: grayscale(50%);
}

body {
	color: #656565 !important;
}

.eltdf-counter-text {
	color: rgba(232, 226, 217, 0.82);
}

.pill a {
	text-decoration: none;
	font-size: 120%;
	color: #EEEEEE
}

.pl20 {
	padding-left: 20px;
	margin-bottom: -8px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.footer-column {
  flex: 1;
  min-width: 220px;
}

.footer-title {
  color: #959595;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "PT Sans", sans-serif;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-link {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}

.footer-link i {
  margin-right: 8px;
  font-size: 13px !important;
}

.contact-links .office-hours,
.contact-links .office-address {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #ffffff;
}

.contact-links strong {
  margin-top: 5px;
}

hr {
  border: 0.2px solid #e0e0e0;
  opacity: 0.1;
  margin-bottom: 10px;
}

.footer-bottom-text {
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
  font-size: 12px;
}

.eltdf-footer-text {
	color: #959595;
	margin-top: -40px;
	font-size: 80%;
}