.elementor-5161 .elementor-element.elementor-element-3604619{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5161 .elementor-element.elementor-element-565934b .elementor-heading-title{color:var( --e-global-color-296e976 );}.elementor-5161 .elementor-element.elementor-element-eb21eb9{--display:flex;}/* Start custom CSS *//* ===== GEORGETOWN HUB PAGE – BASE STYLES ===== */

.gth-section {
  padding: 4rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.gth-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Chunky headings + labels */
.gth-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #6b7280;
}

.gth-h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 0.75rem;
}

.gth-h2 {
  font-size: 1.9rem;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 0.75rem;
}

.gth-h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.gth-lede {
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

.gth-small {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0;
}

/* Layout grids */
.gth-grid-2,
.gth-grid-3 {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.gth-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gth-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .gth-grid-2,
  .gth-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* Cards */
.gth-card {
  background: #f9fafb;
  border-radius: 0.9rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  height: 100%;
  box-sizing: border-box;
}

/* Stat labels in cards */
.gth-stat-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
  margin-bottom: 0.3rem;
}

.gth-stat-value {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

/* CTA row + buttons */
.gth-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.gth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #111827;
  cursor: pointer;
}

.gth-btn-primary {
  background: #111827;
  color: #ffffff;
}

.gth-btn-ghost {
  background: transparent;
  color: #111827;
}

/* Column divider effect for stats row */
.gth-cols-border > div + div {
  border-left: 1px solid #e5e7eb;
  padding-left: 1.25rem;
}

@media (max-width: 768px) {
  .gth-cols-border > div + div {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #e5e7eb;
    padding-top: 1.25rem;
  }
}

/* Alternating background for sections */
.gth-section:nth-of-type(even) {
  background: #f9fafb;
}

/* Simple fade-up animation for sections */
.gth-reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: gth-fade-up 0.7s ease-out forwards;
}

@keyframes gth-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .gth-reveal {
    transform: translateY(16px);
    animation-duration: 0.55s;
  }
}

/* Hero layout (image left, text right) */
.gth-hero {
  padding: 3.5rem 0 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.gth-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 0.33fr) minmax(0, 0.67fr);
  gap: 2rem;
  align-items: center;
}

@media (max-width: 900px) {
  .gth-hero-inner {
    grid-template-columns: 1fr;
  }
}

.gth-hero-image {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: #e5e7eb;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #6b7280;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}

.gth-hero-text p {
  margin: 0 0 0.5rem;
}

.gth-hero-bullets {
  margin-top: 0.75rem;
  padding-left: 1rem;
}

.gth-hero-bullets li {
  margin-bottom: 0.35rem;
}

/* Quick navigation bar */
.gth-quick-nav {
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 0.75rem 0;
}

.gth-quick-nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.gth-quick-nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
}

.gth-quick-nav-list li {
  margin: 0;
}

.gth-quick-nav-list a {
  text-decoration: none;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #374151;
}

.gth-quick-nav-list a:hover {
  border-color: #111827;
}/* End custom CSS */