.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#F7C844;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   THE SWALLOWING CLINIC
   Elementor Site Settings > Custom CSS
   Widget-specific overrides only.
   Global styles + layout live in child theme style.css.
   All values exact from live site CSS.
   ============================================================ */


/* --- NAV MENU --- */

.elementor-nav-menu--main .elementor-nav-menu > li > a {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1e2d2d;
  padding: 0.52rem 0.95rem;
  border-radius: 6px;
  transition: color 0.3s ease, background 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
}

.elementor-nav-menu--main .elementor-nav-menu > li > a:hover,
.elementor-nav-menu--main .elementor-nav-menu > li.current-menu-item > a {
  color: #1a7a7a;
  background: #e8f5f5;
  outline: none;
}

/* Contact Us pill */
.elementor-nav-menu--main .elementor-nav-menu > li.menu-item-contact > a {
  background: #1a7a7a;
  color: #ffffff !important;
  padding: 0.52rem 1.35rem;
  margin-left: 0.5rem;
}

.elementor-nav-menu--main .elementor-nav-menu > li.menu-item-contact > a:hover {
  background: #111111 !important;
  color: #ffffff !important;
}

/* Mobile nav */
.elementor-nav-menu--dropdown .elementor-nav-menu > li > a {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #1e2d2d;
  padding: 0.85rem 1rem;
  border-radius: 6px;
}

.elementor-nav-menu--dropdown .elementor-nav-menu > li.menu-item-contact > a {
  background: #1a7a7a;
  color: #ffffff !important;
  margin-left: 0;
  margin-top: 0.75rem;
  text-align: center;
}


/* --- HEADINGS --- */

.elementor-widget-heading .elementor-heading-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 1.2;
  color: #1e2d2d;
}

/* Section label - add CSS class "tsc-section-label" to widget */
.elementor-widget-heading.tsc-section-label .elementor-heading-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a7a7a;
  line-height: 1;
}

/* Section label gold variant - equipment + locations sections */
.tsc-equipment-section .elementor-widget-heading.tsc-section-label .elementor-heading-title,
.tsc-locations-section .elementor-widget-heading.tsc-section-label .elementor-heading-title {
  color: #f8c844;
}

/* H2 on dark backgrounds */
.tsc-equipment-section .elementor-widget-heading .elementor-heading-title,
.tsc-locations-section .elementor-widget-heading .elementor-heading-title {
  color: #ffffff;
}

/* Hero H1 */
.tsc-hero-section .elementor-widget-heading .elementor-heading-title {
  color: #ffffff;
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 600;
}

/* Video section heading */
.tsc-video-section .elementor-widget-heading .elementor-heading-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #1e2d2d;
  line-height: 1.2;
}


/* --- TEXT EDITOR --- */

.elementor-widget-text-editor p {
  font-family: 'DM Sans', sans-serif;
  line-height: 1.7;
  color: #4a5c5c;
  margin-bottom: 1rem;
}

/* Equipment section body text */
.tsc-equipment-section .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, 0.78);
}

/* Hero body text */
.tsc-hero-section .elementor-widget-text-editor p {
  font-size: 1.08rem;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 1px 1px #333;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* Callout blockquote - add CSS class "tsc-callout-box" to widget */
.elementor-widget-text-editor.tsc-callout-box {
  background: #e8f5f5;
  border-left: 4px solid #1a7a7a;
  padding: 1.1rem 1.4rem;
  border-radius: 0 6px 6px 0;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  color: #135f5f;
  font-style: italic;
}

.elementor-widget-text-editor.tsc-callout-box p {
  color: #135f5f;
  font-style: italic;
  margin-bottom: 0;
}

/* Equipment stat disclaimer */
.tsc-equipment-section .elementor-widget-text-editor.tsc-disclaimer p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 1.5rem;
}

/* Program disclaimer */
.tsc-program-section .elementor-widget-text-editor.tsc-disclaimer p {
  font-size: 0.85rem;
  color: #4a5c5c;
}

/* Location subtitle */
.tsc-locations-section .elementor-widget-text-editor.tsc-subtitle p {
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 3rem;
}

/* Referral subtitle */
.tsc-referral-section .elementor-widget-text-editor.tsc-subtitle p {
  color: #4a5c5c;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

/* Footer brand tagline */
.tsc-footer .elementor-widget-text-editor p {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
}

/* Footer address text */
.tsc-footer-addr .elementor-widget-text-editor p {
  text-align: left;
  font-size: 0.88rem;
  margin-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.70);
}

.tsc-footer-addr .elementor-widget-text-editor a {
  color: #f8c844;
}


/* --- BUTTONS --- */

.elementor-widget-button .elementor-button {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: background 0.3s ease, transform 0.2s, box-shadow 0.2s;
}

/* Primary */
.elementor-widget-button .elementor-button.tsc-btn-primary {
  background: #1a7a7a;
  color: #ffffff;
}
.elementor-widget-button .elementor-button.tsc-btn-primary:hover {
  background: #135f5f;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(26, 122, 122, 0.28);
}

/* Hero primary variant */
.tsc-hero-section .elementor-widget-button .elementor-button.tsc-btn-primary {
  background: #e8f5f5;
  color: #135f5f;
}
.tsc-hero-section .elementor-widget-button .elementor-button.tsc-btn-primary:hover {
  background: #135f5f;
  color: #e8f5f5;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(26, 122, 122, 0.28);
  border-color: #ffffff;
}

/* Outline - hero Learn More */
.elementor-widget-button .elementor-button.tsc-btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.65);
}
.elementor-widget-button .elementor-button.tsc-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Gold - equipment section */
.elementor-widget-button .elementor-button.tsc-btn-gold {
  background: #f8c844;
  color: #111111;
}
.elementor-widget-button .elementor-button.tsc-btn-gold:hover {
  background: #b8922f;
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(201, 168, 76, 0.3);
}

/* Full-width button (referral cards) */
.tsc-referral-card .elementor-widget-button .elementor-button {
  width: 100%;
  text-align: center;
}

.elementor-widget-button .elementor-button:focus {
  outline: 2px solid #1a7a7a;
  outline-offset: 3px;
}


/* --- IMAGE WIDGET --- */

/* Content section images */
.tsc-mission-img .elementor-widget-image img,
.tsc-diff-img .elementor-widget-image img,
.tsc-equip-img .elementor-widget-image img,
.tsc-program-img .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

/* No radius on logo */
.tsc-header-main .elementor-widget-image img,
.tsc-topbar .elementor-widget-image img {
  border-radius: 0;
}

/* Footer logo - white bg box */
.tsc-footer .elementor-widget-image img {
  height: 150px;
  width: auto;
  display: block;
  margin: 0 auto 1.25rem;
  background: #ffffff;
  padding: 10px 18px;
  border-radius: 10px;
}


/* --- ICON LIST --- */

/* Top bar */
.tsc-topbar .elementor-icon-list-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  color: #f8c844;
  font-weight: 600;
}
.tsc-topbar .elementor-icon-list-text:hover { color: #ffffff; }
.tsc-topbar .elementor-icon-list-icon { color: rgba(255, 255, 255, 0.60); }
.tsc-topbar .elementor-icon-list-item { white-space: nowrap; }

/* Footer nav links */
.tsc-footer .elementor-icon-list-text {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}
.tsc-footer .elementor-icon-list-text:hover { color: #f8c844; }
.tsc-footer .elementor-icon-list-item { margin-bottom: 0.2rem; }


/* --- VIDEO WIDGET --- */

.elementor-widget-video .elementor-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 48px rgba(26, 122, 122, 0.18);
}

.elementor-widget-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}


/* --- MAPS WIDGET --- */

.elementor-widget-google_maps .elementor-custom-embed {
  border-radius: 8px;
  overflow: hidden;
}


/* --- DIVIDER --- */

.elementor-widget-divider .elementor-divider-separator {
  border-color: rgba(0, 0, 0, 0.08);
}


/* --- FORM (Elementor Forms + WPForms) --- */

.elementor-form .elementor-field-group input,
.elementor-form .elementor-field-group textarea,
.elementor-form .elementor-field-group select,
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form textarea,
.wpforms-form select {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #1e2d2d;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 12px 16px;
  width: 100%;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #ffffff;
}

.elementor-form .elementor-field-group input:focus,
.elementor-form .elementor-field-group textarea:focus,
.elementor-form .elementor-field-group select:focus,
.wpforms-form input:focus,
.wpforms-form textarea:focus,
.wpforms-form select:focus {
  outline: none;
  border-color: #1a7a7a;
  box-shadow: 0 0 0 3px rgba(26, 122, 122, 0.15);
}

.elementor-form .elementor-field-label,
.wpforms-form label {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1e2d2d;
  margin-bottom: 6px;
  display: block;
}

.elementor-form .elementor-button[type="submit"],
.wpforms-form .wpforms-submit {
  background: #1a7a7a;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  padding: 14px 36px;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.2s;
}

.elementor-form .elementor-button[type="submit"]:hover,
.wpforms-form .wpforms-submit:hover {
  background: #135f5f;
  box-shadow: 0 6px 18px rgba(26, 122, 122, 0.28);
}


/* --- THEME POST CONTENT (legal pages) --- */

.elementor-widget-theme-post-content h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  color: #1e2d2d;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.elementor-widget-theme-post-content h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a7a7a;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.elementor-widget-theme-post-content p,
.elementor-widget-theme-post-content li {
  font-size: 15px;
  line-height: 1.75;
  color: #4a5c5c;
}

.elementor-widget-theme-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 14px;
}

.elementor-widget-theme-post-content th {
  background: #0e4848;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  padding: 12px 16px;
  text-align: left;
  font-size: 13px;
}

.elementor-widget-theme-post-content td {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #4a5c5c;
  vertical-align: top;
}

.elementor-widget-theme-post-content tr:nth-child(even) td {
  background: #f4f8f8;
}


/* ============================================================
   BLOG - Listing Page
   ============================================================ */

.tsc-blog-hero {
  position: relative;
  overflow: hidden;
}

.tsc-blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%231a7a7a' opacity='.3'/%3E%3C/svg%3E") repeat;
  pointer-events: none;
}

.tsc-blog-listing .elementor-posts-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
}

.tsc-blog-listing .elementor-post {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(26, 122, 122, 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.tsc-blog-listing .elementor-post__thumbnail__link {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.tsc-blog-listing .elementor-post__thumbnail__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tsc-blog-listing .elementor-post__text {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tsc-blog-listing .elementor-post__title a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #1e2d2d;
  text-decoration: none;
  line-height: 1.25;
  transition: color 0.2s ease;
}

.tsc-blog-listing .elementor-post__title a:hover { color: #1a7a7a; }

.tsc-blog-listing .elementor-post__meta-data {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  color: #4a5c5c;
  margin: 0.5rem 0 0.75rem;
}

.tsc-blog-listing .elementor-post__excerpt p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: #4a5c5c;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.tsc-blog-listing .elementor-post__read-more {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1a7a7a;
  text-decoration: none;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease, gap 0.2s ease;
}

.tsc-blog-listing .elementor-post__read-more:hover {
  color: #135f5f;
  gap: 0.6rem;
}

.tsc-blog-listing .elementor-post__read-more::after {
  content: '→';
}

/* Pagination */
.tsc-blog-listing .elementor-pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.tsc-blog-listing .elementor-pagination .page-numbers {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(26, 122, 122, 0.25);
  color: #4a5c5c;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.tsc-blog-listing .elementor-pagination .page-numbers:hover,
.tsc-blog-listing .elementor-pagination .page-numbers.current {
  background: #1a7a7a;
  color: #ffffff;
  border-color: #1a7a7a;
}

@media (max-width: 960px) {
  .tsc-blog-listing .elementor-posts-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .tsc-blog-listing .elementor-posts-container {
    grid-template-columns: 1fr !important;
  }
}


/* ============================================================
   BLOG - Single Post
   ============================================================ */

.tsc-post-hero {
  position: relative;
  overflow: hidden;
}

.tsc-post-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%231a7a7a' opacity='.25'/%3E%3C/svg%3E") repeat;
  pointer-events: none;
}

/* Featured image */
.tsc-post-featured-img .elementor-widget-theme-post-featured-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

/* TOC sidebar */
.tsc-post-toc-wrap {
  width: 240px;
  flex-shrink: 0;
}

/* Post content typography */
.tsc-post-content-col .elementor-widget-theme-post-content {
  font-family: 'DM Sans', sans-serif;
}

.tsc-post-content-col .elementor-widget-theme-post-content h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  color: #1e2d2d;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  padding-top: 0;
  border-top: none !important;
}

.tsc-post-content-col .elementor-widget-theme-post-content h2:first-child {
  margin-top: 0;
}

.tsc-post-content-col .elementor-widget-theme-post-content h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a7a7a;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}

.tsc-post-content-col .elementor-widget-theme-post-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #3a4a4a;
  margin-bottom: 1.25rem;
}

.tsc-post-content-col .elementor-widget-theme-post-content ul,
.tsc-post-content-col .elementor-widget-theme-post-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.tsc-post-content-col .elementor-widget-theme-post-content li {
  font-size: 1rem;
  line-height: 1.75;
  color: #3a4a4a;
  margin-bottom: 0.5rem;
}

.tsc-post-content-col .elementor-widget-theme-post-content a {
  color: #1a7a7a;
  text-decoration: underline;
}

.tsc-post-content-col .elementor-widget-theme-post-content a:hover {
  color: #135f5f;
}

.tsc-post-content-col .elementor-widget-theme-post-content blockquote {
  background: #e8f5f5;
  border-left: 4px solid #1a7a7a;
  padding: 1.1rem 1.4rem;
  border-radius: 0 6px 6px 0;
  margin: 1.5rem 0;
  font-style: italic;
  color: #135f5f;
  font-size: 1rem;
  line-height: 1.7;
}

.tsc-post-content-col .elementor-widget-theme-post-content img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}

.tsc-post-content-col .elementor-widget-theme-post-content strong {
  color: #1e2d2d;
  font-weight: 600;
}

/* CTA section */
.tsc-post-cta {
  position: relative;
  overflow: hidden;
}

.tsc-post-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%231a7a7a' opacity='.3'/%3E%3C/svg%3E") repeat;
  pointer-events: none;
}

/* Responsive post */
@media (max-width: 860px) {
  .tsc-post-body > .e-con-inner {
    flex-direction: column !important;
  }
  .tsc-post-toc-wrap {
    width: 100% !important;
    position: static !important;
  }
  .tsc-toc {
    position: static !important;
    margin-bottom: 2rem;
  }
  .tsc-post-featured-img .elementor-widget-theme-post-featured-image img {
    height: 280px;
  }
}


/* ============================================================
   BLOG - Post Content Dark Box Overrides
   ============================================================ */

/* Force white text inside dark alert boxes and stat cards */
.alert-box li,
.alert-box ul,
.alert-box p,
.stat-card .stat-label {
  color: #ffffff !important;
}
.header-inner nav {
  flex: 1;
  display: flex;
  justify-content: center;
}/* End custom CSS */