.glass-panel {
  background: rgba(0 0 0 / 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.elementor-widget-text-editor a,
.elementor-widget-theme-post-content a,
.rank-math-breadcrumb a {
	color: #1aaed8;
	border-bottom: dotted 1px rgba(26, 174, 216, 0.55);
}

.elementor-widget-text-editor ul, 
.elementor-widget-text-editor ol,
.elementor-widget-theme-post-content ul, 
.elementor-widget-theme-post-content ol {
	padding-bottom: 1em;
}

/*When not using a sub indicator on the menu. This will prevent layout shift on nav items.*/

.sub-arrow {
    padding: 0 !important;
    margin: 0 !important;
}

/*Rank Math FAQ Block Styles*/

div.rank-math-list-item {
  background: #f0f0f0;
  padding: 1em;
  margin: 0 0 1em 0;
}
.rank-math-list .rank-math-question {
  font-size: 1.25em;
}

.rank-math-answer {}

.elementor-widget-text-editor details {
  border: 1px solid lightgray;
  padding: 1em;
  margin-bottom: .5em;
}

.elementor-widget-text-editor details[open=""] summary {
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid lightgray;
}

.d-none {display: none !important;}

.triton-what-we-do {
position: relative;
background:
radial-gradient(circle at top left, rgba(92, 201, 230, 0.16), transparent 34%),
linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
padding: 92px 20px;
overflow: hidden;
}

.triton-what-we-do * {
box-sizing: border-box;
}

.triton-wwd-inner {
width: min(1180px, 100%);
margin: 0 auto;
}

.triton-wwd-header {
max-width: 850px;
margin: 0 auto 46px;
text-align: center;
}

.triton-eyebrow,
.triton-section-label {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 14px;
font-size: 12px;
line-height: 1;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 800;
color: #38bfe6;
}

.triton-eyebrow::before,
.triton-section-label::before {
content: "";
width: 26px;
height: 2px;
background: #38bfe6;
display: inline-block;
}

.triton-wwd-header h2 {
margin: 0 0 18px;
color: #192b55;
font-size: clamp(32px, 4vw, 54px);
line-height: 1.05;
letter-spacing: -0.035em;
font-weight: 800;
}

.triton-wwd-header p {
margin: 0;
color: #4f5d78;
font-size: 17px;
line-height: 1.75;
}

.triton-wwd-feature {
display: grid;
grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
gap: 34px;
align-items: stretch;
margin-bottom: 28px;
}

.triton-wwd-copy {
background: #172b5f;
border-radius: 22px;
padding: clamp(30px, 4vw, 50px);
box-shadow: 0 24px 60px rgba(14, 31, 71, 0.18);
position: relative;
overflow: hidden;
}

.triton-wwd-copy::after {
content: "";
position: absolute;
right: -90px;
bottom: -110px;
width: 260px;
height: 260px;
border-radius: 999px;
background: rgba(92, 201, 230, 0.16);
filter: blur(4px);
}

.triton-wwd-copy h3 {
position: relative;
margin: 0 0 18px;
color: #ffffff;
font-size: clamp(28px, 3vw, 42px);
line-height: 1.1;
letter-spacing: -0.025em;
font-weight: 800;
z-index: 1;
}

.triton-wwd-copy p {
position: relative;
margin: 0 0 16px;
color: rgba(255, 255, 255, 0.82);
font-size: 16px;
line-height: 1.75;
z-index: 1;
}

.triton-wwd-actions {
position: relative;
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 28px;
z-index: 1;
}

.triton-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 13px 22px;
border-radius: 999px;
font-size: 14px;
font-weight: 800;
text-decoration: none;
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.triton-btn:hover {
transform: translateY(-2px);
}

.triton-btn-primary {
background: #5cc9e6;
color: #10214b;
box-shadow: 0 14px 32px rgba(92, 201, 230, 0.32);
}

.triton-btn-secondary {
background: rgba(255, 255, 255, 0.1);
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.22);
}

.triton-btn-secondary:hover {
background: rgba(255, 255, 255, 0.16);
}

.triton-wwd-media {
position: relative;
min-height: 100%;
}

.triton-image-card {
height: 100%;
min-height: 470px;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 24px 60px rgba(14, 31, 71, 0.18);
background: #172b5f;
position: relative;
}

.triton-image-card::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(180deg, rgba(23, 43, 95, 0.02) 0%, rgba(23, 43, 95, 0.64) 100%),
linear-gradient(90deg, rgba(92, 201, 230, 0.2), transparent 52%);
pointer-events: none;
}

.triton-image-card img {
width: 100%;
height: 100%;
min-height: 470px;
display: block;
object-fit: cover;
}

.triton-floating-card {
position: absolute;
left: 22px;
right: 22px;
bottom: 22px;
padding: 20px;
border-radius: 18px;
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
backdrop-filter: blur(12px);
}

.triton-floating-card span {
display: block;
margin-bottom: 6px;
color: #38bfe6;
font-size: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 900;
}

.triton-floating-card strong {
display: block;
margin-bottom: 8px;
color: #192b55;
font-size: 22px;
line-height: 1.15;
}

.triton-floating-card p {
margin: 0;
color: #4f5d78;
font-size: 14px;
line-height: 1.55;
}

.triton-service-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}

.triton-service-card {
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
border-radius: 20px;
padding: 30px;
box-shadow: 0 16px 42px rgba(14, 31, 71, 0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.triton-service-card:hover {
transform: translateY(-4px);
border-color: rgba(92, 201, 230, 0.55);
box-shadow: 0 22px 56px rgba(14, 31, 71, 0.13);
}

.triton-card-number {
width: 44px;
height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 18px;
border-radius: 50%;
background: #eef9fd;
color: #1aaed8;
font-size: 13px;
font-weight: 900;
}

.triton-service-card h3 {
margin: 0 0 14px;
color: #192b55;
font-size: 22px;
line-height: 1.2;
letter-spacing: -0.015em;
}

.triton-service-card h3 a {
color: inherit;
text-decoration: none;
}

.triton-service-card h3 a:hover {
color: #1aaed8;
}

.triton-service-card p {
margin: 0 0 14px;
color: #526078;
font-size: 15px;
line-height: 1.7;
}

.triton-card-link {
display: inline-flex;
align-items: center;
margin-top: 4px;
color: #1aaed8;
font-size: 14px;
font-weight: 900;
text-decoration: none;
}

.triton-card-link::after {
content: "\2192";
margin-left: 8px;
transition: transform 0.2s ease;
}

.triton-card-link:hover::after {
transform: translateX(4px);
}

@media (max-width: 980px) {
.triton-what-we-do {
padding: 72px 18px;
}

.triton-wwd-feature,
.triton-service-grid {
grid-template-columns: 1fr;
}

.triton-wwd-media {
min-height: auto;
}

.triton-image-card,
.triton-image-card img {
min-height: 380px;
}
}

@media (max-width: 640px) {
.triton-what-we-do {
padding: 58px 16px;
}

.triton-wwd-header {
text-align: left;
margin-bottom: 28px;
}

.triton-wwd-header h2 {
font-size: 34px;
}

.triton-wwd-header p,
.triton-wwd-copy p {
font-size: 15px;
line-height: 1.7;
}

.triton-wwd-copy,
.triton-service-card {
padding: 24px;
border-radius: 18px;
}

.triton-wwd-actions {
flex-direction: column;
}

.triton-btn {
width: 100%;
}

.triton-image-card,
.triton-image-card img {
min-height: 330px;
}

.triton-floating-card {
left: 14px;
right: 14px;
bottom: 14px;
}
}

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

.triton-service-grid-six .triton-service-card {
min-height: 100%;
}

@media (max-width: 980px) {
.triton-service-grid-six {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 640px) {
.triton-service-grid-six {
grid-template-columns: 1fr;
}
}

.triton-why-services {
position: relative;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.15), transparent 34%),
linear-gradient(180deg, #172b5f 0%, #102452 100%);
padding: 92px 20px 104px;
overflow: hidden;
}

.triton-why-services * {
box-sizing: border-box;
}

.triton-ws-inner {
width: min(1180px, 100%);
margin: 0 auto;
}

.triton-ws-top {
display: grid;
grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
gap: 34px;
align-items: stretch;
margin-bottom: 34px;
}

.triton-ws-copy {
padding: clamp(30px, 4vw, 52px);
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 24px;
background: rgba(255, 255, 255, 0.055);
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.triton-ws-eyebrow {
display: inline-flex;
align-items: center;
gap: 9px;
margin-bottom: 14px;
color: #5cc9e6;
font-size: 12px;
line-height: 1;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 900;
}

.triton-ws-eyebrow::before {
content: "";
width: 28px;
height: 2px;
background: #5cc9e6;
display: inline-block;
}

.triton-ws-copy h2,
.triton-services-heading h2 {
margin: 0 0 18px;
color: #ffffff;
font-size: clamp(32px, 4vw, 54px);
line-height: 1.05;
letter-spacing: -0.035em;
font-weight: 800;
}

.triton-ws-copy p,
.triton-services-heading p {
margin: 0 0 16px;
color: rgba(255, 255, 255, 0.78);
font-size: 16px;
line-height: 1.75;
}

.triton-ws-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 28px;
}

.triton-ws-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 13px 22px;
border-radius: 999px;
font-size: 14px;
font-weight: 900;
text-decoration: none;
transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.triton-ws-btn:hover {
transform: translateY(-2px);
}

.triton-ws-btn-light {
background: #5cc9e6;
color: #102452;
box-shadow: 0 16px 38px rgba(92, 201, 230, 0.3);
}

.triton-ws-btn-outline {
background: transparent;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.28);
}

.triton-ws-btn-outline:hover {
background: rgba(255, 255, 255, 0.1);
}

.triton-ws-image-wrap {
position: relative;
min-height: 100%;
}

.triton-ws-image {
height: 100%;
min-height: 460px;
border-radius: 24px;
overflow: hidden;
background: rgba(255, 255, 255, 0.08);
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
position: relative;
}

.triton-ws-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 36, 82, 0.00) 0%, rgba(16, 36, 82, 0.10) 100%),
    linear-gradient(90deg, rgba(92, 201, 230, 0.05), transparent 10%);
  pointer-events: none;
}

.triton-ws-image img {
width: 100%;
height: 100%;
min-height: 460px;
display: block;
object-fit: cover;
}

.triton-ws-image-badge {
position: absolute;
left: 22px;
right: 22px;
bottom: 22px;
padding: 20px;
border-radius: 18px;
background: rgba(255, 255, 255, 0.94);
box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
backdrop-filter: blur(12px);
}

.triton-ws-image-badge span {
display: block;
margin-bottom: 6px;
color: #1aaed8;
font-size: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 900;
}

.triton-ws-image-badge strong {
display: block;
margin-bottom: 8px;
color: #172b5f;
font-size: 22px;
line-height: 1.15;
}

.triton-ws-image-badge p {
margin: 0;
color: #526078;
font-size: 14px;
line-height: 1.55;
}

.triton-why-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 16px;
margin-bottom: 72px;
}

.triton-why-card {
padding: 26px;
border-radius: 20px;
background: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.14);
box-shadow: 0 20px 52px rgba(0, 0, 0, 0.14);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.triton-why-card:hover {
transform: translateY(-4px);
box-shadow: 0 26px 62px rgba(0, 0, 0, 0.18);
}

.triton-why-icon {
width: 42px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
border-radius: 50%;
background: #eef9fd;
color: #1aaed8;
font-size: 12px;
font-weight: 900;
}

.triton-why-card h3 {
margin: 0 0 10px;
color: #172b5f;
font-size: 20px;
line-height: 1.25;
letter-spacing: -0.015em;
font-weight: 800;
}

.triton-why-card p {
margin: 0;
color: #526078;
font-size: 14.5px;
line-height: 1.65;
}

.triton-services-heading {
max-width: 780px;
margin: 0 0 30px;
}

.triton-services-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}

.triton-service-tile {
position: relative;
padding: 26px;
min-height: 100%;
border-radius: 18px;
background: rgba(255, 255, 255, 0.075);
border: 1px solid rgba(255, 255, 255, 0.14);
transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.triton-service-tile:hover {
transform: translateY(-4px);
background: rgba(255, 255, 255, 0.11);
border-color: rgba(92, 201, 230, 0.55);
}

.triton-service-tile h3 {
margin: 0 0 12px;
color: #ffffff;
font-size: 21px;
line-height: 1.22;
letter-spacing: -0.015em;
font-weight: 800;
}

.triton-service-tile h3 a {
color: inherit;
text-decoration: none;
}

.triton-service-tile h3 a:hover {
color: #5cc9e6;
}

.triton-service-tile p {
margin: 0 0 18px;
color: rgba(255, 255, 255, 0.74);
font-size: 14.5px;
line-height: 1.65;
}

.triton-service-link {
display: inline-flex;
align-items: center;
color: #5cc9e6;
font-size: 14px;
font-weight: 900;
text-decoration: none;
}

.triton-service-link::after {
content: "\2192";
margin-left: 8px;
transition: transform 0.2s ease;
}

.triton-service-link:hover::after {
transform: translateX(4px);
}

@media (max-width: 1080px) {
.triton-why-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

@media (max-width: 900px) {
.triton-why-services {
padding: 72px 18px 82px;
}

.triton-ws-top {
grid-template-columns: 1fr;
}

.triton-ws-image,
.triton-ws-image img {
min-height: 390px;
}
}

@media (max-width: 640px) {
.triton-why-services {
padding: 58px 16px 68px;
}

.triton-ws-copy {
padding: 24px;
border-radius: 20px;
}

.triton-ws-copy h2,
.triton-services-heading h2 {
font-size: 34px;
}

.triton-ws-copy p,
.triton-services-heading p {
font-size: 15px;
line-height: 1.7;
}

.triton-ws-actions {
flex-direction: column;
}

.triton-ws-btn {
width: 100%;
}

.triton-ws-image,
.triton-ws-image img {
min-height: 330px;
}

.triton-ws-image-badge {
left: 14px;
right: 14px;
bottom: 14px;
}

.triton-why-grid,
.triton-services-grid {
grid-template-columns: 1fr;
}

.triton-why-grid {
margin-bottom: 54px;
}

.triton-why-card,
.triton-service-tile {
padding: 24px;
}
}

.triton-local-trust {
position: relative;
background:
radial-gradient(circle at top left, rgba(92, 201, 230, 0.13), transparent 34%),
linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
padding: 92px 20px 104px;
overflow: hidden;
}

.triton-local-trust * {
box-sizing: border-box;
}

.triton-local-inner {
width: min(1180px, 100%);
margin: 0 auto;
}

.triton-local-grid {
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
gap: 24px;
align-items: stretch;
margin-bottom: 28px;
}

.triton-local-content,
.triton-local-panel {
border-radius: 24px;
box-shadow: 0 22px 58px rgba(14, 31, 71, 0.1);
}

.triton-local-content {
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
padding: clamp(30px, 4vw, 52px);
}

.triton-local-panel {
position: relative;
overflow: hidden;
min-height: 100%;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.22), transparent 42%),
linear-gradient(180deg, #172b5f 0%, #102452 100%);
border: 1px solid rgba(255, 255, 255, 0.14);
padding: clamp(30px, 4vw, 46px);
color: #ffffff;
}

.triton-local-panel-content {
position: relative;
z-index: 2;
}

.triton-michigan-outline {
position: absolute;
right: 18px;
bottom: 10px;
width: 46%;
max-width: 280px;
opacity: 0.24;
z-index: 1;
pointer-events: none;
transform: rotate(-2deg);
filter: drop-shadow(0 0 18px rgba(92, 201, 230, 0.42));
}

.triton-michigan-outline img {
display: block;
width: 100%;
height: auto;
}

.triton-local-eyebrow {
display: inline-flex;
align-items: center;
gap: 9px;
margin-bottom: 14px;
color: #1aaed8;
font-size: 12px;
line-height: 1;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 900;
}

.triton-local-eyebrow::before {
content: "";
width: 28px;
height: 2px;
background: #1aaed8;
display: inline-block;
}

.triton-local-content h2,
.triton-local-cta h2,
.triton-brand-heading h2 {
margin: 0 0 18px;
color: #172b5f;
font-size: clamp(32px, 4vw, 52px);
line-height: 1.05;
letter-spacing: -0.035em;
font-weight: 800;
}

.triton-local-lead,
.triton-brand-heading p {
margin: 0 0 22px;
color: #526078;
font-size: 16.5px;
line-height: 1.75;
}

.triton-local-content blockquote {
margin: 28px 0;
padding: 24px 26px;
border-left: 4px solid #5cc9e6;
background: #f2f8fc;
border-radius: 18px;
color: #23345f;
font-size: 17px;
line-height: 1.7;
font-weight: 700;
}

.triton-local-content blockquote cite {
display: block;
margin-top: 12px;
color: #526078;
font-style: normal;
font-size: 14px;
font-weight: 800;
}

.triton-local-points {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}

.triton-local-points div {
padding: 20px;
border-radius: 16px;
background: #f7f9fc;
border: 1px solid rgba(25, 43, 85, 0.08);
}

.triton-local-points strong {
display: block;
margin-bottom: 8px;
color: #172b5f;
font-size: 16px;
line-height: 1.25;
}

.triton-local-points p {
margin: 0;
color: #526078;
font-size: 14.5px;
line-height: 1.65;
}

.triton-panel-kicker {
display: inline-flex;
margin-bottom: 14px;
color: #5cc9e6;
font-size: 12px;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 900;
}

.triton-local-panel h3 {
margin: 0 0 18px;
color: #ffffff;
font-size: clamp(28px, 3vw, 40px);
line-height: 1.1;
letter-spacing: -0.025em;
font-weight: 800;
}

.triton-local-panel p {
margin: 0 0 16px;
color: rgba(255, 255, 255, 0.78);
font-size: 15.5px;
line-height: 1.75;
}

.triton-local-panel a {
color: #5cc9e6;
font-weight: 800;
text-decoration: none;
}

.triton-local-panel a:hover {
text-decoration: underline;
}

.triton-local-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 24px;
}

.triton-local-tags span {
display: inline-flex;
align-items: center;
min-height: 34px;
padding: 8px 12px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.86);
border: 1px solid rgba(255, 255, 255, 0.14);
font-size: 12.5px;
font-weight: 800;
}

.triton-local-cta {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 28px;
align-items: center;
margin: 28px 0;
padding: clamp(30px, 4vw, 46px);
border-radius: 24px;
background: #172b5f;
box-shadow: 0 22px 58px rgba(14, 31, 71, 0.14);
}

.triton-local-cta h2 {
color: #ffffff;
font-size: clamp(30px, 4vw, 46px);
}

.triton-local-cta p {
max-width: 780px;
margin: 0;
color: rgba(255, 255, 255, 0.78);
font-size: 15.5px;
line-height: 1.75;
}

.triton-local-actions {
display: flex;
flex-direction: column;
gap: 12px;
min-width: 230px;
}

.triton-local-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 13px 22px;
border-radius: 999px;
font-size: 14px;
font-weight: 900;
text-decoration: none;
transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.triton-local-btn:hover {
transform: translateY(-2px);
}

.triton-local-btn-primary {
background: #5cc9e6;
color: #102452;
box-shadow: 0 16px 38px rgba(92, 201, 230, 0.28);
}

.triton-local-btn-secondary {
background: transparent;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.28);
}

.triton-local-btn-secondary:hover {
background: rgba(255, 255, 255, 0.1);
}

.triton-brand-strip {
margin-top: 28px;
padding: clamp(30px, 4vw, 44px);
border-radius: 24px;
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
box-shadow: 0 22px 58px rgba(14, 31, 71, 0.08);
}

.triton-brand-heading {
max-width: 760px;
margin-bottom: 26px;
}

.triton-brand-heading h2 {
font-size: clamp(28px, 3vw, 40px);
}

.triton-brand-grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 12px;
}

.triton-brand-logo {
min-height: 82px;
padding: 18px;
border-radius: 16px;
background: #f7f9fc;
border: 1px solid rgba(25, 43, 85, 0.08);
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.triton-brand-logo:hover {
transform: translateY(-3px);
border-color: rgba(92, 201, 230, 0.5);
box-shadow: 0 14px 34px rgba(14, 31, 71, 0.08);
}

.triton-brand-logo img {
display: block;
width: auto;
max-width: 100%;
max-height: 92px;
object-fit: contain;
}

@media (max-width: 1080px) {
.triton-brand-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}

@media (max-width: 920px) {
.triton-local-trust {
padding: 72px 18px 82px;
}

.triton-local-grid,
.triton-local-cta {
grid-template-columns: 1fr;
}

.triton-local-actions {
flex-direction: row;
min-width: 0;
}

.triton-michigan-outline {
width: 38%;
opacity: 0.18;
}
}

@media (max-width: 680px) {
.triton-local-trust {
padding: 58px 16px 68px;
}

.triton-local-content,
.triton-local-panel,
.triton-local-cta,
.triton-brand-strip {
padding: 24px;
border-radius: 20px;
}

.triton-local-content h2,
.triton-local-cta h2 {
font-size: 34px;
}

.triton-local-panel h3 {
font-size: 30px;
}

.triton-local-points,
.triton-brand-grid {
grid-template-columns: 1fr;
}

.triton-local-actions {
flex-direction: column;
}

.triton-local-btn {
width: 100%;
}

.triton-brand-logo {
min-height: 76px;
}

.triton-michigan-outline {
right: 10px;
bottom: 10px;
width: 48%;
opacity: 0.12;
}
}

.triton-faq-contact {
position: relative;
background:
radial-gradient(circle at top left, rgba(92, 201, 230, 0.16), transparent 34%),
radial-gradient(circle at bottom right, rgba(92, 201, 230, 0.12), transparent 36%),
linear-gradient(180deg, #102452 0%, #172b5f 100%);
padding: 94px 20px 104px;
overflow: hidden;
}

.triton-faq-contact * {
box-sizing: border-box;
}

.triton-faq-contact-inner {
width: min(1180px, 100%);
margin: 0 auto;
}

.triton-faq-grid {
display: grid;
grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.82fr);
gap: 28px;
align-items: start;
}

.triton-faq-content {
color: #ffffff;
}

.triton-faq-eyebrow,
.triton-form-kicker {
display: inline-flex;
align-items: center;
gap: 9px;
margin-bottom: 14px;
color: #5cc9e6;
font-size: 12px;
line-height: 1;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 900;
}

.triton-faq-eyebrow::before,
.triton-form-kicker::before {
content: "";
width: 28px;
height: 2px;
background: #5cc9e6;
display: inline-block;
}

.triton-faq-content h2 {
max-width: 760px;
margin: 0 0 18px;
color: #ffffff;
font-size: clamp(34px, 4vw, 56px);
line-height: 1.05;
letter-spacing: -0.035em;
font-weight: 800;
}

.triton-faq-intro {
max-width: 780px;
margin: 0 0 30px;
color: rgba(255, 255, 255, 0.78);
font-size: 16.5px;
line-height: 1.75;
}

.triton-faq-list {
display: grid;
gap: 10px;
}

.triton-faq-item {
border-radius: 16px;
overflow: hidden;
background: rgba(255, 255, 255, 0.075);
border: 1px solid rgba(255, 255, 255, 0.14);
transition: background 0.2s ease, border-color 0.2s ease;
}

.triton-faq-item:hover {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(92, 201, 230, 0.45);
}

.triton-faq-item summary {
position: relative;
list-style: none;
cursor: pointer;
padding: 20px 58px 20px 22px;
color: #ffffff;
font-size: 17px;
line-height: 1.35;
font-weight: 850;
}

.triton-faq-item summary::-webkit-details-marker {
display: none;
}

.triton-faq-item summary::after {
content: "\002B";
position: absolute;
right: 22px;
top: 50%;
transform: translateY(-50%);
color: #5cc9e6;
font-size: 26px;
line-height: 1;
font-weight: 500;
}

.triton-faq-item[open] summary::after {
content: "\2212";
}

.triton-faq-item div {
padding: 0 22px 22px;
}

.triton-faq-item p {
margin: 0;
color: rgba(255, 255, 255, 0.75);
font-size: 15px;
line-height: 1.7;
}

.triton-faq-item a {
color: #5cc9e6;
font-weight: 800;
text-decoration: none;
}

.triton-faq-item a:hover {
text-decoration: underline;
}

.triton-form-card {
position: sticky;
top: 24px;
padding: clamp(28px, 3vw, 38px);
border-radius: 24px;
background: #ffffff;
box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
border: 1px solid rgba(255, 255, 255, 0.18);
}

.triton-form-card-header h3 {
margin: 0 0 12px;
color: #172b5f;
font-size: clamp(28px, 3vw, 38px);
line-height: 1.08;
letter-spacing: -0.025em;
font-weight: 850;
}

.triton-form-card-header p {
margin: 0 0 24px;
color: #526078;
font-size: 15.5px;
line-height: 1.7;
}

.triton-fluent-form-wrap {
margin-top: 4px;
}

.triton-form-note {
margin: 20px 0 0;
padding-top: 18px;
border-top: 1px solid rgba(25, 43, 85, 0.1);
color: #526078;
font-size: 13.5px;
line-height: 1.6;
}

.triton-form-note a {
color: #172b5f;
font-weight: 900;
text-decoration: none;
}

/* Fluent Forms styling inside Triton section */
.triton-form-card .fluentform,
.triton-form-card .frm-fluent-form {
font-family: inherit;
}

.triton-form-card .ff-el-group {
margin-bottom: 15px !important;
}

.triton-form-card .ff-el-input--label label,
.triton-form-card .ff-el-input--label {
color: #172b5f !important;
font-size: 13px !important;
font-weight: 850 !important;
line-height: 1.3 !important;
margin-bottom: 7px !important;
}

.triton-form-card input[type="text"],
.triton-form-card input[type="email"],
.triton-form-card input[type="tel"],
.triton-form-card input[type="number"],
.triton-form-card input[type="url"],
.triton-form-card select,
.triton-form-card textarea,
.triton-form-card .ff-el-form-control {
width: 100% !important;
min-height: 48px !important;
border: 1px solid rgba(25, 43, 85, 0.14) !important;
border-radius: 12px !important;
background: #f6f9fc !important;
color: #172b5f !important;
font-size: 15px !important;
line-height: 1.4 !important;
padding: 13px 14px !important;
box-shadow: none !important;
outline: none !important;
transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
}

.triton-form-card textarea,
.triton-form-card textarea.ff-el-form-control {
min-height: 120px !important;
resize: vertical;
}

.triton-form-card input:focus,
.triton-form-card select:focus,
.triton-form-card textarea:focus,
.triton-form-card .ff-el-form-control:focus {
border-color: #5cc9e6 !important;
background: #ffffff !important;
box-shadow: 0 0 0 4px rgba(92, 201, 230, 0.18) !important;
}

.triton-form-card .ff-btn-submit,
.triton-form-card button[type="submit"],
.triton-form-card input[type="submit"] {
width: 100% !important;
min-height: 50px !important;
border: 0 !important;
border-radius: 999px !important;
background: #5cc9e6 !important;
color: #102452 !important;
font-size: 15px !important;
font-weight: 900 !important;
text-transform: none !important;
letter-spacing: 0.01em !important;
box-shadow: 0 16px 34px rgba(92, 201, 230, 0.28) !important;
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.triton-form-card .ff-btn-submit:hover,
.triton-form-card button[type="submit"]:hover,
.triton-form-card input[type="submit"]:hover {
transform: translateY(-2px);
background: #48c1e3 !important;
box-shadow: 0 20px 42px rgba(92, 201, 230, 0.34) !important;
}

.triton-form-card .ff-el-is-error input,
.triton-form-card .ff-el-is-error select,
.triton-form-card .ff-el-is-error textarea {
border-color: #d94848 !important;
}

.triton-form-card .ff-el-help-message,
.triton-form-card .text-danger {
color: #d94848 !important;
font-size: 12.5px !important;
margin-top: 6px !important;
}

@media (max-width: 980px) {
.triton-faq-contact {
padding: 74px 18px 84px;
}

.triton-faq-grid {
grid-template-columns: 1fr;
}

.triton-form-card {
position: relative;
top: auto;
}
}

@media (max-width: 640px) {
.triton-faq-contact {
padding: 58px 16px 68px;
}

.triton-faq-content h2 {
font-size: 34px;
}

.triton-faq-intro {
font-size: 15px;
line-height: 1.7;
}

.triton-faq-item summary {
padding: 18px 50px 18px 18px;
font-size: 16px;
}

.triton-faq-item div {
padding: 0 18px 18px;
}

.triton-form-card {
padding: 24px;
border-radius: 20px;
}
}

/* Safer FAQ background/glow fix */
.triton-faq-contact {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Push the glow past the left edge without changing layout */
.triton-faq-contact::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -120px;
  width: 260px;
  background: radial-gradient(circle at center, rgba(92, 201, 230, 0.18), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.triton-faq-contact-inner {
  position: relative;
  z-index: 2;
}

/* FAQ section container cleanup */
.triton-faq-contact {
  width: 100%;
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(92, 201, 230, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(92, 201, 230, 0.12), transparent 36%),
    linear-gradient(180deg, #102452 0%, #172b5f 100%);
}

/* Remove/override the broken mobile full-width pull */
@media (max-width: 640px) {
.triton-faq-contact {
width: 100% !important;
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
left: auto !important;
right: auto !important;
padding: 54px 16px 64px !important;
background: #102452 !important;
overflow: hidden !important;
}

.triton-faq-contact::before,
.triton-faq-contact::after {
display: none !important;
content: none !important;
}

.triton-faq-contact-inner {
width: 100% !important;
max-width: 100% !important;
margin: 0 auto !important;
padding: 0 !important;
}

.triton-faq-grid {
width: 100% !important;
max-width: 100% !important;
display: grid !important;
grid-template-columns: 1fr !important;
gap: 28px !important;
}

.triton-faq-content,
.triton-form-card {
width: 100% !important;
max-width: 100% !important;
}

.triton-faq-item {
border-radius: 14px !important;
}

.triton-form-card {
margin: 0 !important;
padding: 24px !important;
}
}

@media (max-width: 767px) {
  .elementor-7 .elementor-element.elementor-element-78fd2d7 {
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

.triton-footer {
position: relative;
background:
linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
radial-gradient(circle at top left, rgba(92, 201, 230, 0.12), transparent 32%),
radial-gradient(circle at bottom right, rgba(92, 201, 230, 0.10), transparent 34%),
linear-gradient(180deg, #0b142d 0%, #0a1022 100%);
background-size: 44px 44px, 44px 44px, auto, auto, auto;
color: #ffffff;
overflow: hidden;
}

.triton-footer * {
box-sizing: border-box;
}

.triton-footer-inner {
width: min(1240px, 100%);
margin: 0 auto;
padding: 62px 22px 24px;
}

.triton-footer-main {
display: grid;
grid-template-columns: minmax(280px, 1.25fr) minmax(170px, 0.72fr) minmax(180px, 0.72fr) minmax(260px, 0.95fr);
gap: 36px;
align-items: start;
}

.triton-footer-logo {
display: inline-flex;
margin-bottom: 22px;
}

.triton-footer-logo img {
display: block;
width: 220px;
max-width: 100%;
height: auto;
opacity: 1 !important;
}

/* Use only if the SVG still renders dark on the footer */
/* .triton-footer-logo img { filter: brightness(0) invert(1) !important; } */

.triton-footer-brand p {
max-width: 430px;
margin: 0 0 22px;
color: rgba(255, 255, 255, 0.74);
font-size: 15.5px;
line-height: 1.8;
}

.triton-footer-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 22px;
}

.triton-footer-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 12px 20px;
border-radius: 999px;
font-size: 13.5px;
font-weight: 900;
text-decoration: none;
transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.triton-footer-btn:hover {
transform: translateY(-2px);
}

.triton-footer-btn-primary {
background: #5cc9e6;
color: #0b142d;
box-shadow: 0 16px 34px rgba(92, 201, 230, 0.24);
}

.triton-footer-btn-secondary {
color: #ffffff;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.18);
}

.triton-footer-btn-secondary:hover {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(92, 201, 230, 0.42);
}

.triton-footer-social {
display: flex;
align-items: center;
gap: 10px;
}

.triton-footer-social a {
width: 42px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(255, 255, 255, 0.08);
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.16);
font-size: 16px;
font-weight: 900;
line-height: 1;
text-decoration: none;
transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.triton-footer-social a:hover {
transform: translateY(-3px);
background: #5cc9e6;
color: #0b142d;
border-color: #5cc9e6;
}

.triton-footer-nav h2,
.triton-footer-contact h2 {
position: relative;
margin: 0 0 22px;
padding-bottom: 14px;
color: #ffffff;
font-size: 13px;
letter-spacing: 0.18em;
text-transform: uppercase;
font-weight: 900;
}

.triton-footer-nav h2::after,
.triton-footer-contact h2::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 42px;
height: 2px;
background: #5cc9e6;
}

.triton-footer-nav ul {
list-style: none;
padding: 0;
margin: 0;
}

.triton-footer-nav li {
margin: 0 0 12px;
}

.triton-footer-nav a {
color: rgba(255, 255, 255, 0.78);
font-size: 15px;
line-height: 1.45;
font-weight: 750;
text-decoration: none;
transition: color 0.2s ease, padding-left 0.2s ease;
}

.triton-footer-nav a:hover {
color: #5cc9e6;
padding-left: 5px;
}

.triton-contact-card {
min-width: 0;
overflow: hidden;
padding: 15px 16px;
margin-bottom: 10px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.065);
border: 1px solid rgba(255, 255, 255, 0.13);
}

.triton-contact-card span {
display: block;
margin-bottom: 7px;
color: #5cc9e6;
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 900;
}

.triton-contact-card a,
.triton-contact-card p {
margin: 0;
color: rgba(255, 255, 255, 0.84);
font-size: 15px;
line-height: 1.55;
font-weight: 750;
text-decoration: none;
overflow-wrap: anywhere;
word-break: break-word;
}

.triton-contact-card a:hover {
color: #5cc9e6;
}

.triton-footer-service-area {
display: grid;
grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
gap: 28px;
align-items: start;
margin-top: 44px;
padding: 30px;
border-radius: 24px;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.14), transparent 38%),
rgba(255, 255, 255, 0.055);
border: 1px solid rgba(255, 255, 255, 0.12);
}

.triton-footer-kicker {
display: inline-flex;
align-items: center;
gap: 9px;
margin-bottom: 12px;
color: #5cc9e6;
font-size: 11px;
letter-spacing: 0.15em;
text-transform: uppercase;
font-weight: 900;
}

.triton-footer-kicker::before {
content: "";
width: 28px;
height: 2px;
background: #5cc9e6;
}

.triton-footer-service-area h2,
.triton-footer-cta h2 {
margin: 0 0 12px;
color: #ffffff;
font-size: clamp(26px, 3vw, 38px);
line-height: 1.08;
letter-spacing: -0.025em;
font-weight: 850;
}

.triton-footer-service-area p {
max-width: 440px;
margin: 0;
color: rgba(255, 255, 255, 0.72);
font-size: 15px;
line-height: 1.75;
}

.triton-area-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}

.triton-area-list span {
display: flex;
align-items: center;
min-height: 42px;
padding: 10px 14px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.065);
border: 1px solid rgba(255, 255, 255, 0.12);
color: rgba(255, 255, 255, 0.82);
font-size: 14px;
line-height: 1.25;
font-weight: 800;
}

.triton-area-list span::before {
content: "\2022";
margin-right: 9px;
color: #5cc9e6;
font-size: 22px;
line-height: 0;
}

.triton-footer-cta {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 22px;
align-items: center;
margin-top: 20px;
padding: 26px 30px;
border-radius: 24px;
background: #5cc9e6;
color: #0b142d;
box-shadow: 0 22px 54px rgba(92, 201, 230, 0.16);
}

.triton-footer-cta .triton-footer-kicker,
.triton-footer-cta h2 {
color: #0b142d;
}

.triton-footer-cta .triton-footer-kicker::before {
background: #0b142d;
}

.triton-footer-cta a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 14px 24px;
border-radius: 999px;
background: #0b142d;
color: #ffffff;
text-decoration: none;
font-size: 15px;
font-weight: 950;
white-space: nowrap;
transition: transform 0.2s ease, background 0.2s ease;
}

.triton-footer-cta a:hover {
transform: translateY(-2px);
background: #172b5f;
}

.triton-footer-bottom {
display: flex;
justify-content: space-between;
gap: 18px;
align-items: center;
margin-top: 30px;
padding-top: 22px;
border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.triton-footer-bottom p {
margin: 0;
color: rgba(255, 255, 255, 0.62);
font-size: 13px;
line-height: 1.5;
}

.triton-footer-legal {
display: flex;
flex-wrap: wrap;
gap: 10px 16px;
}

.triton-footer-legal a {
color: rgba(255, 255, 255, 0.74);
font-size: 13px;
font-weight: 800;
text-decoration: none;
}

.triton-footer-legal a:hover {
color: #5cc9e6;
}

@media (max-width: 1080px) {
.triton-footer-main {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.triton-footer-service-area {
grid-template-columns: 1fr;
}
}

@media (max-width: 720px) {
.triton-footer-inner {
padding: 56px 18px 24px;
}

.triton-footer-main {
grid-template-columns: 1fr;
gap: 34px;
}

.triton-footer-logo img {
width: 210px;
}

.triton-footer-actions {
flex-direction: column;
}

.triton-footer-btn {
width: 100%;
}

.triton-footer-service-area,
.triton-footer-cta {
padding: 24px;
border-radius: 20px;
}

.triton-area-list {
grid-template-columns: 1fr;
}

.triton-footer-cta {
grid-template-columns: 1fr;
}

.triton-footer-cta a {
width: 100%;
}

.triton-footer-bottom {
align-items: flex-start;
flex-direction: column;
}
}

/* Large screen FAQ + footer alignment fix */
.elementor-7 .elementor-element.elementor-element-78fd2d7 {
  --width: 100% !important;
  --content-width: 100% !important;
  --padding-top: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: #102452 !important;
}

/* Keep the custom FAQ section behaving normally */
.triton-faq-contact {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* Make sure content stays centered inside the full-width background */
.triton-faq-contact-inner {
  width: min(1180px, 100%) !important;
  margin: 0 auto !important;
}

.triton-faq-contact {
  background:
    radial-gradient(circle at top left, rgba(92, 201, 230, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(92, 201, 230, 0.12), transparent 36%),
    linear-gradient(180deg, #102452 0%, #0f1f46 100%);
}

@media (max-width: 720px) {
  .triton-footer-brand {
    text-align: center;
  }

  .triton-footer-logo {
    justify-content: center;
    width: 100%;
  }

  .triton-footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .triton-footer-brand p {
    margin-left: auto;
    margin-right: auto;
  }

  .triton-footer-actions,
  .triton-footer-social {
    justify-content: center;
  }
}

.triton-hero-v2 {
position: relative;
min-height: 760px;
display: flex;
align-items: stretch;
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.82) 42%, rgba(12, 28, 65, 0.36) 72%, rgba(8, 17, 38, 0.26) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
color: #ffffff;
overflow: hidden;
}

.triton-hero-v2 * {
box-sizing: border-box;
}

.triton-hero-v2::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 16% 42%, rgba(92, 201, 230, 0.22), transparent 34%),
linear-gradient(180deg, rgba(8, 17, 38, 0.08) 0%, rgba(8, 17, 38, 0.84) 100%);
pointer-events: none;
z-index: 1;
}

.triton-hero-v2::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 58px;
height: 5px;
background: linear-gradient(90deg, transparent 0%, rgba(92, 201, 230, 0.95) 18%, rgba(92, 201, 230, 0.95) 82%, transparent 100%);
box-shadow: 0 0 28px rgba(92, 201, 230, 0.58);
z-index: 2;
}

.triton-hero-overlay {
position: absolute;
inset: 0;
background:
linear-gradient(120deg, rgba(8, 17, 38, 0.78) 0%, rgba(8, 17, 38, 0.34) 55%, rgba(8, 17, 38, 0.08) 100%);
z-index: 1;
pointer-events: none;
}

.triton-hero-inner {
position: relative;
z-index: 3;
width: min(1240px, 100%);
margin: 0 auto;
padding: 150px 22px 132px;
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.78fr);
gap: 42px;
align-items: center;
}

.triton-hero-copy {
max-width: 760px;
}

.triton-hero-eyebrow,
.triton-card-kicker {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: #5cc9e6;
font-size: 12px;
line-height: 1;
letter-spacing: 0.16em;
text-transform: uppercase;
font-weight: 950;
}

.triton-hero-eyebrow::before,
.triton-card-kicker::before {
content: "";
width: 34px;
height: 2px;
background: #5cc9e6;
display: inline-block;
}

.triton-hero-copy h1 {
margin: 0 0 22px;
max-width: 820px;
color: #ffffff;
font-size: clamp(44px, 5.5vw, 82px);
line-height: 0.98;
letter-spacing: -0.045em;
font-weight: 900;
text-wrap: balance;
}

.triton-hero-copy p {
max-width: 720px;
margin: 0;
color: rgba(255, 255, 255, 0.84);
font-size: clamp(17px, 1.35vw, 20px);
line-height: 1.75;
font-weight: 500;
}

.triton-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 34px;
}

.triton-hero-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 15px 26px;
border-radius: 999px;
font-size: 15px;
line-height: 1;
font-weight: 950;
text-decoration: none;
transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.triton-hero-btn:hover {
transform: translateY(-2px);
}

.triton-hero-btn-primary {
background: #5cc9e6;
color: #081126;
box-shadow: 0 18px 42px rgba(92, 201, 230, 0.34);
}

.triton-hero-btn-primary:hover {
background: #69d7f2;
}

.triton-hero-btn-secondary {
color: #ffffff;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.24);
backdrop-filter: blur(10px);
}

.triton-hero-btn-secondary:hover {
background: rgba(255, 255, 255, 0.14);
border-color: rgba(92, 201, 230, 0.52);
}

.triton-hero-note {
margin-top: 20px;
}

.triton-hero-note a {
color: rgba(255, 255, 255, 0.86);
font-size: 14.5px;
line-height: 1.5;
font-weight: 850;
text-decoration: none;
border-bottom: 1px solid rgba(92, 201, 230, 0.58);
}

.triton-hero-note a:hover {
color: #5cc9e6;
}

.triton-hero-card {
position: relative;
border-radius: 26px;
padding: 30px;
background: rgba(10, 20, 45, 0.72);
border: 1px solid rgba(255, 255, 255, 0.18);
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
backdrop-filter: blur(18px);
overflow: hidden;
}

.triton-hero-card::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.16), transparent 42%),
linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 48%);
pointer-events: none;
}

.triton-hero-card > * {
position: relative;
z-index: 2;
}

.triton-hero-card h2 {
margin: 0 0 22px;
color: #ffffff;
font-size: clamp(26px, 2.8vw, 38px);
line-height: 1.08;
letter-spacing: -0.03em;
font-weight: 900;
}

.triton-hero-service-list {
display: grid;
gap: 10px;
}

.triton-hero-service-list a {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 48px;
padding: 13px 15px;
border-radius: 14px;
color: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.075);
border: 1px solid rgba(255, 255, 255, 0.13);
font-size: 14.5px;
line-height: 1.25;
font-weight: 850;
text-decoration: none;
transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.triton-hero-service-list a::after {
content: "\2192";
color: #5cc9e6;
font-weight: 900;
transition: transform 0.2s ease;
}

.triton-hero-service-list a:hover {
transform: translateX(4px);
color: #ffffff;
background: rgba(92, 201, 230, 0.14);
border-color: rgba(92, 201, 230, 0.46);
}

.triton-hero-service-list a:hover::after {
transform: translateX(3px);
}

.triton-hero-card-footer {
margin-top: 20px;
padding-top: 18px;
border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.triton-hero-card-footer strong {
display: block;
margin-bottom: 6px;
color: #5cc9e6;
font-size: 13px;
letter-spacing: 0.1em;
text-transform: uppercase;
font-weight: 950;
}

.triton-hero-card-footer span {
display: block;
color: rgba(255, 255, 255, 0.75);
font-size: 14px;
line-height: 1.6;
}

.triton-hero-trustbar {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 4;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
min-height: 58px;
background: rgba(8, 17, 38, 0.88);
border-top: 1px solid rgba(92, 201, 230, 0.22);
backdrop-filter: blur(14px);
}

.triton-hero-trustbar div {
display: flex;
align-items: center;
justify-content: center;
padding: 12px 16px;
color: rgba(255, 255, 255, 0.9);
font-size: 13.5px;
line-height: 1.25;
font-weight: 850;
text-align: center;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.triton-hero-trustbar div:last-child {
border-right: 0;
}

@media (max-width: 1080px) {
.triton-hero-v2 {
min-height: auto;
}

.triton-hero-inner {
grid-template-columns: 1fr;
padding: 130px 22px 128px;
}

.triton-hero-card {
max-width: 720px;
}
}

@media (max-width: 760px) {
.triton-hero-v2 {
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

.triton-hero-inner {
padding: 104px 18px 190px;
gap: 28px;
}

.triton-hero-copy h1 {
font-size: 42px;
line-height: 1.02;
}

.triton-hero-copy p {
font-size: 16px;
line-height: 1.7;
}

.triton-hero-actions {
flex-direction: column;
margin-top: 28px;
}

.triton-hero-btn {
width: 100%;
}

.triton-hero-card {
padding: 24px;
border-radius: 22px;
}

.triton-hero-service-list {
grid-template-columns: 1fr;
}

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

.triton-hero-trustbar div {
min-height: 54px;
font-size: 12.5px;
}

.triton-hero-trustbar div:nth-child(2) {
border-right: 0;
}

.triton-hero-trustbar div:nth-child(1),
.triton-hero-trustbar div:nth-child(2) {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
}

@media (max-width: 430px) {
.triton-hero-inner {
padding: 96px 16px 204px;
}

.triton-hero-copy h1 {
font-size: 36px;
}

.triton-hero-eyebrow,
.triton-card-kicker {
font-size: 11px;
letter-spacing: 0.13em;
}
}

@media (max-width: 767px) {
  .elementor-7 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

/* Global Triton secondary button text fix */
.triton-btn-secondary,
.triton-ws-btn-outline,
.triton-local-btn-secondary,
.triton-footer-btn-secondary,
.triton-hero-btn-secondary {
  color: #ffffff !important;
}

.triton-btn-secondary:hover,
.triton-ws-btn-outline:hover,
.triton-local-btn-secondary:hover,
.triton-footer-btn-secondary:hover,
.triton-hero-btn-secondary:hover {
  color: #ffffff !important;
}

.triton-sub-hero {
position: relative;
min-height: 620px;
display: flex;
align-items: stretch;
color: #ffffff;
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.84) 42%, rgba(12, 28, 65, 0.46) 72%, rgba(8, 17, 38, 0.34) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2025/12/1b67c8_b84eee51b19948ccafa76279d0fa2469mv2.avif") center center / cover no-repeat;
overflow: hidden;
}

.triton-sub-hero * {
box-sizing: border-box;
}

.triton-sub-hero::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 16% 44%, rgba(92, 201, 230, 0.22), transparent 34%),
linear-gradient(180deg, rgba(8, 17, 38, 0.12) 0%, rgba(8, 17, 38, 0.86) 100%);
pointer-events: none;
z-index: 1;
}

.triton-sub-hero::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 58px;
height: 5px;
background: linear-gradient(90deg, transparent 0%, rgba(92, 201, 230, 0.95) 18%, rgba(92, 201, 230, 0.95) 82%, transparent 100%);
box-shadow: 0 0 28px rgba(92, 201, 230, 0.58);
z-index: 2;
}

.triton-sub-hero-inner {
position: relative;
z-index: 3;
width: min(1240px, 100%);
margin: 0 auto;
padding: 130px 22px 120px;
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
gap: 42px;
align-items: center;
}

.triton-sub-hero-content {
max-width: 760px;
}

.triton-sub-eyebrow,
.triton-sub-hero-card span {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: #5cc9e6;
font-size: 12px;
line-height: 1;
letter-spacing: 0.16em;
text-transform: uppercase;
font-weight: 950;
}

.triton-sub-eyebrow::before,
.triton-sub-hero-card span::before {
content: "";
width: 34px;
height: 2px;
background: #5cc9e6;
display: inline-block;
}

.triton-sub-hero h1 {
margin: 0 0 22px;
color: #ffffff;
font-size: clamp(42px, 5vw, 76px);
line-height: 0.98;
letter-spacing: -0.045em;
font-weight: 900;
text-wrap: balance;
}

.triton-sub-hero-content p {
max-width: 720px;
margin: 0;
color: rgba(255, 255, 255, 0.84);
font-size: clamp(17px, 1.3vw, 20px);
line-height: 1.75;
font-weight: 500;
}

.triton-sub-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 34px;
}

.triton-sub-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 15px 26px;
border-radius: 999px;
font-size: 15px;
line-height: 1;
font-weight: 950;
text-decoration: none;
transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.triton-sub-btn:hover {
transform: translateY(-2px);
}

.triton-sub-btn-primary {
background: #5cc9e6;
color: #081126 !important;
box-shadow: 0 18px 42px rgba(92, 201, 230, 0.34);
}

.triton-sub-btn-primary:hover {
background: #69d7f2;
color: #081126 !important;
}

.triton-sub-btn-secondary {
color: #ffffff !important;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.24);
backdrop-filter: blur(10px);
}

.triton-sub-btn-secondary:hover {
color: #ffffff !important;
background: rgba(255, 255, 255, 0.16);
border-color: rgba(92, 201, 230, 0.6);
}

.triton-sub-hero-pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 24px;
}

.triton-sub-hero-pills span {
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 9px 14px;
border-radius: 999px;
color: rgba(255, 255, 255, 0.88);
background: rgba(255, 255, 255, 0.085);
border: 1px solid rgba(255, 255, 255, 0.16);
font-size: 13px;
line-height: 1.2;
font-weight: 850;
backdrop-filter: blur(10px);
}

.triton-sub-hero-card {
position: relative;
border-radius: 26px;
padding: 30px;
background: rgba(10, 20, 45, 0.74);
border: 1px solid rgba(255, 255, 255, 0.18);
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
backdrop-filter: blur(18px);
overflow: hidden;
}

.triton-sub-hero-card::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.16), transparent 42%),
linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 48%);
pointer-events: none;
}

.triton-sub-hero-card > * {
position: relative;
z-index: 2;
}

.triton-sub-hero-card ul {
list-style: none;
padding: 0;
margin: 0 0 22px;
display: grid;
gap: 10px;
}

.triton-sub-hero-card li {
position: relative;
padding: 13px 14px 13px 34px;
border-radius: 14px;
color: rgba(255, 255, 255, 0.88);
background: rgba(255, 255, 255, 0.075);
border: 1px solid rgba(255, 255, 255, 0.13);
font-size: 14.5px;
line-height: 1.35;
font-weight: 800;
}

.triton-sub-hero-card li::before {
content: "";
position: absolute;
left: 14px;
top: 50%;
width: 7px;
height: 7px;
border-radius: 50%;
background: #5cc9e6;
transform: translateY(-50%);
box-shadow: 0 0 14px rgba(92, 201, 230, 0.8);
}

.triton-sub-hero-card a {
display: inline-flex;
color: #5cc9e6;
font-size: 14px;
line-height: 1.4;
font-weight: 900;
text-decoration: none;
}

.triton-sub-hero-card a::after {
content: "\2192";
margin-left: 8px;
transition: transform 0.2s ease;
}

.triton-sub-hero-card a:hover::after {
transform: translateX(4px);
}

.triton-sub-hero-bottom {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 4;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
min-height: 58px;
background: rgba(8, 17, 38, 0.88);
border-top: 1px solid rgba(92, 201, 230, 0.22);
backdrop-filter: blur(14px);
}

.triton-sub-hero-bottom div {
display: flex;
align-items: center;
justify-content: center;
padding: 12px 16px;
color: rgba(255, 255, 255, 0.9);
font-size: 13.5px;
line-height: 1.25;
font-weight: 850;
text-align: center;
border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.triton-sub-hero-bottom div:last-child {
border-right: 0;
}

@media (max-width: 1080px) {
.triton-sub-hero {
min-height: auto;
}

.triton-sub-hero-inner {
grid-template-columns: 1fr;
padding: 120px 22px 128px;
}

.triton-sub-hero-card {
max-width: 720px;
}
}

@media (max-width: 760px) {
.triton-sub-hero {
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2025/12/1b67c8_b84eee51b19948ccafa76279d0fa2469mv2.avif") center center / cover no-repeat;
}

.triton-sub-hero-inner {
padding: 92px 18px 190px;
gap: 28px;
}

.triton-sub-hero h1 {
font-size: 38px;
line-height: 1.02;
}

.triton-sub-hero-content p {
font-size: 16px;
line-height: 1.7;
}

.triton-sub-hero-actions {
flex-direction: column;
margin-top: 28px;
}

.triton-sub-btn {
width: 100%;
}

.triton-sub-hero-card {
padding: 24px;
border-radius: 22px;
}

.triton-sub-hero-bottom {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.triton-sub-hero-bottom div {
min-height: 54px;
font-size: 12.5px;
}

.triton-sub-hero-bottom div:nth-child(2) {
border-right: 0;
}

.triton-sub-hero-bottom div:nth-child(1),
.triton-sub-hero-bottom div:nth-child(2) {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
}

@media (max-width: 430px) {
.triton-sub-hero-inner {
padding: 84px 16px 204px;
}

.triton-sub-hero h1 {
font-size: 34px;
}

.triton-sub-eyebrow,
.triton-sub-hero-card span {
font-size: 11px;
letter-spacing: 0.13em;
}
}

.triton-service-page {
position: relative;
background:
radial-gradient(circle at top left, rgba(92, 201, 230, 0.1), transparent 34%),
linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
padding: 84px 20px 104px;
}

.triton-service-page * {
box-sizing: border-box;
}

.triton-service-wrap {
width: min(1180px, 100%);
margin: 0 auto;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
gap: 34px;
align-items: start;
}

.triton-service-main {
min-width: 0;
}

.triton-page-eyebrow {
display: inline-flex;
align-items: center;
gap: 9px;
margin-bottom: 14px;
color: #1aaed8;
font-size: 12px;
line-height: 1;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 900;
}

.triton-page-eyebrow::before {
content: "";
width: 28px;
height: 2px;
background: #1aaed8;
display: inline-block;
}

.triton-service-main h2 {
margin: 0 0 18px;
color: #172b5f;
font-size: clamp(30px, 3.4vw, 48px);
line-height: 1.08;
letter-spacing: -0.035em;
font-weight: 900;
}

.triton-service-main h3 {
margin: 0 0 10px;
color: #172b5f;
font-size: 22px;
line-height: 1.2;
letter-spacing: -0.015em;
font-weight: 850;
}

.triton-service-main p {
margin: 0 0 18px;
color: #526078;
font-size: 16px;
line-height: 1.78;
}

.triton-page-lead {
color: #34415f !important;
font-size: 18px !important;
line-height: 1.75 !important;
}

.triton-service-main a {
color: #1aaed8;
font-weight: 850;
text-decoration: none;
}

.triton-service-main a:hover {
text-decoration: underline;
}

.triton-alert-box {
margin: 30px 0 38px;
padding: 24px 26px;
border-radius: 18px;
background:
linear-gradient(135deg, rgba(23, 43, 95, 0.98), rgba(16, 36, 82, 0.98));
border-left: 5px solid #5cc9e6;
box-shadow: 0 20px 48px rgba(14, 31, 71, 0.14);
}

.triton-alert-box strong {
display: block;
margin-bottom: 8px;
color: #ffffff;
font-size: 20px;
line-height: 1.2;
font-weight: 900;
}

.triton-alert-box p {
margin: 0;
color: rgba(255, 255, 255, 0.78);
}

.triton-icon-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
margin: 26px 0 42px;
}

.triton-icon-grid article {
padding: 24px;
border-radius: 18px;
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
box-shadow: 0 18px 42px rgba(14, 31, 71, 0.08);
transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.triton-icon-grid article:hover {
transform: translateY(-3px);
border-color: rgba(92, 201, 230, 0.55);
box-shadow: 0 22px 52px rgba(14, 31, 71, 0.12);
}

.triton-icon-grid span {
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
border-radius: 50%;
background: #eef9fd;
color: #1aaed8;
font-size: 12px;
font-weight: 950;
}

.triton-icon-grid h3 {
font-size: 21px;
}

.triton-icon-grid p {
margin-bottom: 0;
font-size: 15px;
line-height: 1.68;
}

.triton-process-list {
display: grid;
gap: 14px;
margin: 28px 0 42px;
}

.triton-process-list article {
display: grid;
grid-template-columns: 52px minmax(0, 1fr);
gap: 18px;
padding: 24px;
border-radius: 18px;
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
box-shadow: 0 16px 38px rgba(14, 31, 71, 0.07);
}

.triton-process-list article > div:first-child {
width: 52px;
height: 52px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 16px;
background: #172b5f;
color: #5cc9e6;
font-size: 18px;
font-weight: 950;
box-shadow: 0 12px 26px rgba(23, 43, 95, 0.22);
}

.triton-process-list p {
margin-bottom: 0;
}

.triton-warning-panel {
margin: 28px 0 42px;
padding: 28px;
border-radius: 20px;
background: #f2f8fc;
border: 1px solid rgba(92, 201, 230, 0.28);
}

.triton-warning-panel h3 {
margin-bottom: 16px;
}

.triton-warning-panel ul {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px 14px;
list-style: none;
padding: 0;
margin: 0;
}

.triton-warning-panel li {
position: relative;
padding-left: 22px;
color: #526078;
font-size: 15px;
line-height: 1.55;
font-weight: 750;
}

.triton-warning-panel li::before {
content: "";
position: absolute;
left: 0;
top: 0.58em;
width: 8px;
height: 8px;
border-radius: 50%;
background: #1aaed8;
box-shadow: 0 0 12px rgba(26, 174, 216, 0.5);
}

.triton-callout-split {
display: grid;
grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
gap: 20px;
align-items: center;
margin: 30px 0 42px;
padding: 26px;
border-radius: 20px;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.18), transparent 42%),
linear-gradient(135deg, #172b5f 0%, #102452 100%);
box-shadow: 0 20px 48px rgba(14, 31, 71, 0.14);
}

.triton-callout-split span {
display: block;
margin-bottom: 8px;
color: #5cc9e6;
font-size: 12px;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 950;
}

.triton-callout-split h3 {
color: #ffffff;
margin-bottom: 0;
}

.triton-callout-split p {
margin: 0;
color: rgba(255, 255, 255, 0.78);
}

.triton-service-faq {
margin-top: 52px;
}

.triton-service-faq details {
margin-bottom: 10px;
border-radius: 16px;
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
box-shadow: 0 14px 34px rgba(14, 31, 71, 0.06);
overflow: hidden;
}

.triton-service-faq summary {
position: relative;
cursor: pointer;
list-style: none;
padding: 20px 58px 20px 22px;
color: #172b5f;
font-size: 16px;
line-height: 1.35;
font-weight: 900;
}

.triton-service-faq summary::-webkit-details-marker {
display: none;
}

.triton-service-faq summary::after {
content: "\002B";
position: absolute;
right: 22px;
top: 50%;
transform: translateY(-50%);
color: #1aaed8;
font-size: 25px;
line-height: 1;
font-weight: 500;
}

.triton-service-faq details[open] summary::after {
content: "\2212";
}

.triton-service-faq details p {
padding: 0 22px 22px;
margin: 0;
font-size: 15px;
}

.triton-service-sidebar {
position: sticky;
top: 26px;
display: grid;
gap: 16px;
}

.triton-sidebar-card {
padding: 24px;
border-radius: 20px;
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
box-shadow: 0 18px 46px rgba(14, 31, 71, 0.1);
}

.triton-sidebar-card span {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 12px;
color: #1aaed8;
font-size: 11px;
line-height: 1;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 950;
}

.triton-sidebar-card span::before {
content: "";
width: 22px;
height: 2px;
background: #1aaed8;
}

.triton-sidebar-card h2 {
margin: 0 0 10px;
color: #172b5f;
font-size: 25px;
line-height: 1.1;
letter-spacing: -0.02em;
font-weight: 900;
}

.triton-sidebar-card p {
margin: 0 0 16px;
color: #526078;
font-size: 14.5px;
line-height: 1.65;
}

.triton-sidebar-call {
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.16), transparent 42%),
linear-gradient(135deg, #172b5f 0%, #102452 100%);
border-color: rgba(92, 201, 230, 0.24);
}

.triton-sidebar-call h2,
.triton-sidebar-call p {
color: #ffffff;
}

.triton-sidebar-call p {
color: rgba(255, 255, 255, 0.78);
}

.triton-sidebar-call a {
display: inline-flex;
width: 100%;
min-height: 48px;
align-items: center;
justify-content: center;
border-radius: 999px;
background: #5cc9e6;
color: #102452;
font-size: 14px;
font-weight: 950;
text-decoration: none;
box-shadow: 0 14px 30px rgba(92, 201, 230, 0.24);
}

.triton-sidebar-links ul,
.triton-sidebar-proof ul {
list-style: none;
padding: 0;
margin: 0;
}

.triton-sidebar-links li {
margin-bottom: 8px;
}

.triton-sidebar-links a {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 42px;
padding: 11px 13px;
border-radius: 12px;
background: #f6f9fc;
border: 1px solid rgba(25, 43, 85, 0.08);
color: #172b5f;
font-size: 14px;
line-height: 1.25;
font-weight: 850;
text-decoration: none;
}

.triton-sidebar-links a::after {
content: "\2192";
color: #1aaed8;
}

.triton-sidebar-links a:hover {
border-color: rgba(92, 201, 230, 0.55);
background: #eef9fd;
}

.triton-sidebar-proof {
background: #0d1834;
border-color: rgba(92, 201, 230, 0.18);
}

.triton-sidebar-proof li {
position: relative;
padding-left: 22px;
margin-bottom: 10px;
color: rgba(255, 255, 255, 0.78);
font-size: 14.5px;
line-height: 1.5;
font-weight: 750;
}

.triton-sidebar-proof li::before {
content: "";
position: absolute;
left: 0;
top: 0.55em;
width: 7px;
height: 7px;
border-radius: 50%;
background: #5cc9e6;
box-shadow: 0 0 12px rgba(92, 201, 230, 0.8);
}

/* Sidebar Fluent Forms styling */
.triton-sidebar-form .ff-el-group {
margin-bottom: 12px !important;
}

.triton-sidebar-form .ff-el-input--label label,
.triton-sidebar-form .ff-el-input--label {
color: #172b5f !important;
font-size: 12px !important;
font-weight: 850 !important;
margin-bottom: 6px !important;
}

.triton-sidebar-form input[type="text"],
.triton-sidebar-form input[type="email"],
.triton-sidebar-form input[type="tel"],
.triton-sidebar-form select,
.triton-sidebar-form textarea,
.triton-sidebar-form .ff-el-form-control {
width: 100% !important;
min-height: 44px !important;
border: 1px solid rgba(25, 43, 85, 0.14) !important;
border-radius: 11px !important;
background: #f6f9fc !important;
color: #172b5f !important;
font-size: 14px !important;
padding: 11px 12px !important;
box-shadow: none !important;
outline: none !important;
}

.triton-sidebar-form textarea,
.triton-sidebar-form textarea.ff-el-form-control {
min-height: 94px !important;
}

.triton-sidebar-form input:focus,
.triton-sidebar-form select:focus,
.triton-sidebar-form textarea:focus,
.triton-sidebar-form .ff-el-form-control:focus {
border-color: #5cc9e6 !important;
background: #ffffff !important;
box-shadow: 0 0 0 4px rgba(92, 201, 230, 0.16) !important;
}

.triton-sidebar-form .ff-btn-submit,
.triton-sidebar-form button[type="submit"],
.triton-sidebar-form input[type="submit"] {
width: 100% !important;
min-height: 46px !important;
border: 0 !important;
border-radius: 999px !important;
background: #5cc9e6 !important;
color: #102452 !important;
font-size: 14px !important;
font-weight: 950 !important;
box-shadow: 0 14px 30px rgba(92, 201, 230, 0.24) !important;
}

@media (max-width: 980px) {
.triton-service-page {
padding: 66px 18px 78px;
}

.triton-service-wrap {
grid-template-columns: 1fr;
}

.triton-service-sidebar {
position: relative;
top: auto;
}
}

@media (max-width: 640px) {
.triton-service-page {
padding: 54px 16px 66px;
}

.triton-icon-grid,
.triton-warning-panel ul,
.triton-callout-split {
grid-template-columns: 1fr;
}

.triton-process-list article {
grid-template-columns: 1fr;
}

.triton-process-list article > div:first-child {
width: 46px;
height: 46px;
}

.triton-icon-grid article,
.triton-process-list article,
.triton-warning-panel,
.triton-callout-split,
.triton-sidebar-card {
padding: 22px;
border-radius: 18px;
}

.triton-service-main h2 {
font-size: 32px;
}

.triton-page-lead {
font-size: 16.5px !important;
}
}

@media (max-width: 767px) {
  .elementor-112 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

.triton-sewer-scope-hero {
  background:
    linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.84) 42%, rgba(12, 28, 65, 0.46) 72%, rgba(8, 17, 38, 0.34) 100%),
    url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

@media (max-width: 760px) {
  .triton-sewer-scope-hero {
    background:
      linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
      url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
  }
}

.triton-sewer-replacement-hero {
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.84) 42%, rgba(12, 28, 65, 0.46) 72%, rgba(8, 17, 38, 0.34) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

@media (max-width: 760px) {
.triton-sewer-replacement-hero {
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}
}

@media (max-width: 767px) {
  .elementor-104 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-81 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-81 .elementor-element.elementor-element-7e1eeff {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-104 .elementor-element.elementor-element-1dca93d {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 1024px) {
  .elementor-112 .elementor-element.elementor-element-1dca93d {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

.triton-trenchless-hero {
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.84) 42%, rgba(12, 28, 65, 0.46) 72%, rgba(8, 17, 38, 0.34) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

@media (max-width: 760px) {
.triton-trenchless-hero {
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}
}

.triton-content-image {
margin: 34px 0 42px;
border-radius: 22px;
overflow: hidden;
background: #102452;
border: 1px solid rgba(25, 43, 85, 0.12);
box-shadow: 0 22px 54px rgba(14, 31, 71, 0.14);
}

.triton-content-image img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}

.triton-content-image-tall {
max-width: 620px;
}

@media (max-width: 640px) {
.triton-content-image {
margin: 28px 0 34px;
border-radius: 18px;
}

.triton-content-image-tall {
max-width: 100%;
}
}

.triton-content-image {
  margin: 40px 0 58px !important;
}

.triton-content-image + h2,
.triton-content-image + .triton-page-eyebrow,
.triton-content-image + .triton-process-list {
  margin-top: 0 !important;
}

.triton-content-image img {
  display: block;
  width: 100%;
}

/* Fix iPhone Safari auto-linking phone numbers inside sidebar headings */
.triton-sidebar-call h2 a,
.triton-sidebar-call h2 a[href^="tel"] {
  display: inline !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-decoration: none !important;
}

.triton-plumbing-repairs-hero {
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.84) 42%, rgba(12, 28, 65, 0.46) 72%, rgba(8, 17, 38, 0.34) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

@media (max-width: 760px) {
.triton-plumbing-repairs-hero {
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}
}

.triton-contact-page {
background: #f6f9fc;
color: #172b5f;
overflow: hidden;
}

.triton-contact-page * {
box-sizing: border-box;
}

.triton-contact-hero {
position: relative;
min-height: 650px;
display: flex;
align-items: center;
color: #ffffff;
overflow: hidden;
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.95) 0%, rgba(12, 28, 65, 0.86) 42%, rgba(12, 28, 65, 0.42) 74%, rgba(8, 17, 38, 0.32) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

.triton-contact-hero::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 16% 42%, rgba(92, 201, 230, 0.24), transparent 34%),
linear-gradient(180deg, rgba(8, 17, 38, 0.08) 0%, rgba(8, 17, 38, 0.86) 100%);
pointer-events: none;
z-index: 1;
}

.triton-contact-hero::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 6px;
background: linear-gradient(90deg, transparent 0%, rgba(92, 201, 230, 0.95) 18%, rgba(92, 201, 230, 0.95) 82%, transparent 100%);
box-shadow: 0 0 28px rgba(92, 201, 230, 0.58);
z-index: 3;
}

.triton-contact-hero-inner {
position: relative;
z-index: 4;
width: min(1240px, 100%);
margin: 0 auto;
padding: 130px 22px 110px;
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.56fr);
gap: 42px;
align-items: center;
}

.triton-contact-hero-copy {
max-width: 820px;
}

.triton-contact-eyebrow,
.triton-contact-quick-card > span,
.triton-contact-form-card > span {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: #5cc9e6;
font-size: 12px;
line-height: 1;
letter-spacing: 0.16em;
text-transform: uppercase;
font-weight: 950;
}

.triton-contact-eyebrow::before,
.triton-contact-quick-card > span::before,
.triton-contact-form-card > span::before {
content: "";
width: 34px;
height: 2px;
background: #5cc9e6;
display: inline-block;
}

.triton-contact-hero h1 {
margin: 0 0 22px;
color: #ffffff;
font-size: clamp(42px, 5vw, 76px);
line-height: 0.98;
letter-spacing: -0.045em;
font-weight: 900;
text-wrap: balance;
}

.triton-contact-hero p {
max-width: 760px;
margin: 0;
color: rgba(255, 255, 255, 0.84);
font-size: clamp(17px, 1.3vw, 20px);
line-height: 1.75;
font-weight: 500;
}

.triton-contact-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 34px;
}

.triton-contact-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 15px 26px;
border-radius: 999px;
font-size: 15px;
line-height: 1;
font-weight: 950;
text-decoration: none;
transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.triton-contact-btn:hover {
transform: translateY(-2px);
}

.triton-contact-btn-primary {
background: #5cc9e6;
color: #081126 !important;
box-shadow: 0 18px 42px rgba(92, 201, 230, 0.34);
}

.triton-contact-btn-primary:hover {
background: #69d7f2;
color: #081126 !important;
}

.triton-contact-btn-secondary {
color: #ffffff !important;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.24);
backdrop-filter: blur(10px);
}

.triton-contact-btn-secondary:hover {
color: #ffffff !important;
background: rgba(255, 255, 255, 0.16);
border-color: rgba(92, 201, 230, 0.6);
}

.triton-contact-pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 24px;
}

.triton-contact-pills span {
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 9px 14px;
border-radius: 999px;
color: rgba(255, 255, 255, 0.88);
background: rgba(255, 255, 255, 0.085);
border: 1px solid rgba(255, 255, 255, 0.16);
font-size: 13px;
line-height: 1.2;
font-weight: 850;
backdrop-filter: blur(10px);
}

.triton-contact-quick-card {
position: relative;
border-radius: 26px;
padding: 30px;
background: rgba(10, 20, 45, 0.74);
border: 1px solid rgba(255, 255, 255, 0.18);
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
backdrop-filter: blur(18px);
overflow: hidden;
}

.triton-contact-quick-card::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.16), transparent 42%),
linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 48%);
pointer-events: none;
}

.triton-contact-quick-card > * {
position: relative;
z-index: 2;
}

.triton-contact-quick-card h2 {
margin: 0 0 18px;
color: #ffffff;
font-size: 30px;
line-height: 1.08;
letter-spacing: -0.02em;
font-weight: 900;
}

.triton-contact-quick-list {
display: grid;
gap: 10px;
}

.triton-contact-quick-list a,
.triton-contact-quick-list div {
display: block;
padding: 14px;
border-radius: 15px;
color: #ffffff;
text-decoration: none;
background: rgba(255, 255, 255, 0.075);
border: 1px solid rgba(255, 255, 255, 0.13);
}

.triton-contact-quick-list strong {
display: block;
margin-bottom: 6px;
color: #5cc9e6;
font-size: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 950;
}

.triton-contact-quick-list em {
display: block;
color: rgba(255, 255, 255, 0.88);
font-style: normal;
font-size: 14px;
line-height: 1.45;
font-weight: 750;
overflow-wrap: anywhere;
}

.triton-contact-main {
position: relative;
padding: 88px 20px 72px;
background:
radial-gradient(circle at top left, rgba(92, 201, 230, 0.1), transparent 34%),
linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.triton-contact-main-inner {
width: min(1180px, 100%);
margin: 0 auto;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
gap: 34px;
align-items: start;
}

.triton-contact-content h2,
.triton-contact-lower-copy h2 {
margin: 0 0 18px;
color: #172b5f;
font-size: clamp(32px, 3.6vw, 50px);
line-height: 1.08;
letter-spacing: -0.035em;
font-weight: 900;
}

.triton-contact-content p,
.triton-contact-lower-copy p {
margin: 0 0 18px;
color: #526078;
font-size: 16px;
line-height: 1.78;
}

.triton-contact-lead {
color: #34415f !important;
font-size: 18px !important;
line-height: 1.75 !important;
}

.triton-contact-content a,
.triton-contact-lower-copy a,
.triton-form-note a {
color: #1aaed8;
font-weight: 850;
text-decoration: none;
}

.triton-contact-content a:hover,
.triton-contact-lower-copy a:hover,
.triton-form-note a:hover {
text-decoration: underline;
}

.triton-contact-intent-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
margin: 30px 0 42px;
}

.triton-contact-intent-grid article {
padding: 24px;
border-radius: 18px;
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
box-shadow: 0 18px 42px rgba(14, 31, 71, 0.08);
transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.triton-contact-intent-grid article:hover {
transform: translateY(-3px);
border-color: rgba(92, 201, 230, 0.55);
box-shadow: 0 22px 52px rgba(14, 31, 71, 0.12);
}

.triton-contact-intent-grid article > span {
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
border-radius: 50%;
background: #eef9fd;
color: #1aaed8;
font-size: 12px;
font-weight: 950;
}

.triton-contact-intent-grid h3 {
margin: 0 0 10px;
color: #172b5f;
font-size: 21px;
line-height: 1.2;
letter-spacing: -0.015em;
font-weight: 900;
}

.triton-contact-intent-grid p {
margin-bottom: 16px;
font-size: 15px;
line-height: 1.68;
}

.triton-contact-intent-grid a {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
font-weight: 950;
}

.triton-contact-intent-grid a::after {
content: "\2192";
transition: transform 0.2s ease;
}

.triton-contact-intent-grid a:hover::after {
transform: translateX(4px);
}

.triton-contact-service-area {
margin: 42px 0;
padding: 28px;
border-radius: 22px;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.16), transparent 42%),
linear-gradient(135deg, #172b5f 0%, #102452 100%);
box-shadow: 0 20px 48px rgba(14, 31, 71, 0.14);
}

.triton-contact-service-area h2 {
color: #ffffff;
}

.triton-contact-service-area p {
color: rgba(255, 255, 255, 0.78);
}

.triton-contact-area-tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 22px;
}

.triton-contact-area-tags span {
display: inline-flex;
align-items: center;
min-height: 36px;
padding: 8px 12px;
border-radius: 999px;
color: rgba(255, 255, 255, 0.88);
background: rgba(255, 255, 255, 0.09);
border: 1px solid rgba(255, 255, 255, 0.14);
font-size: 13px;
line-height: 1.2;
font-weight: 850;
}

.triton-contact-warning {
display: grid;
grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
gap: 20px;
align-items: center;
margin: 30px 0 0;
padding: 26px;
border-radius: 20px;
background: #ffffff;
border-left: 5px solid #5cc9e6;
box-shadow: 0 18px 42px rgba(14, 31, 71, 0.08);
}

.triton-contact-warning span {
display: block;
margin-bottom: 8px;
color: #1aaed8;
font-size: 12px;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 950;
}

.triton-contact-warning h3 {
margin: 0;
color: #172b5f;
font-size: 24px;
line-height: 1.15;
font-weight: 900;
}

.triton-contact-warning p {
margin: 0;
}

.triton-contact-form-wrap {
position: sticky;
top: 26px;
}

.triton-contact-form-card {
padding: 28px;
border-radius: 24px;
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
box-shadow: 0 22px 58px rgba(14, 31, 71, 0.12);
}

.triton-contact-form-card h2 {
margin: 0 0 10px;
color: #172b5f;
font-size: 32px;
line-height: 1.08;
letter-spacing: -0.025em;
font-weight: 900;
}

.triton-contact-form-card p {
margin: 0 0 18px;
color: #526078;
font-size: 15px;
line-height: 1.65;
}

.triton-form-note {
margin-top: 16px !important;
padding-top: 16px;
border-top: 1px solid rgba(25, 43, 85, 0.1);
font-size: 14px !important;
}

/* Fluent Forms styling inside contact page */
.triton-contact-form-card .ff-el-group {
margin-bottom: 14px !important;
}

.triton-contact-form-card .ff-el-input--label label,
.triton-contact-form-card .ff-el-input--label {
color: #172b5f !important;
font-size: 12px !important;
font-weight: 850 !important;
margin-bottom: 6px !important;
}

.triton-contact-form-card input[type="text"],
.triton-contact-form-card input[type="email"],
.triton-contact-form-card input[type="tel"],
.triton-contact-form-card select,
.triton-contact-form-card textarea,
.triton-contact-form-card .ff-el-form-control {
width: 100% !important;
min-height: 46px !important;
border: 1px solid rgba(25, 43, 85, 0.14) !important;
border-radius: 12px !important;
background: #f6f9fc !important;
color: #172b5f !important;
font-size: 14px !important;
padding: 12px 13px !important;
box-shadow: none !important;
outline: none !important;
}

.triton-contact-form-card textarea,
.triton-contact-form-card textarea.ff-el-form-control {
min-height: 120px !important;
}

.triton-contact-form-card input:focus,
.triton-contact-form-card select:focus,
.triton-contact-form-card textarea:focus,
.triton-contact-form-card .ff-el-form-control:focus {
border-color: #5cc9e6 !important;
background: #ffffff !important;
box-shadow: 0 0 0 4px rgba(92, 201, 230, 0.16) !important;
}

.triton-contact-form-card .ff-btn-submit,
.triton-contact-form-card button[type="submit"],
.triton-contact-form-card input[type="submit"] {
width: 100% !important;
min-height: 50px !important;
border: 0 !important;
border-radius: 999px !important;
background: #5cc9e6 !important;
color: #102452 !important;
font-size: 15px !important;
font-weight: 950 !important;
box-shadow: 0 14px 30px rgba(92, 201, 230, 0.24) !important;
}

.triton-contact-lower {
padding: 0 20px 96px;
background: #ffffff;
}

.triton-contact-lower-inner {
width: min(1180px, 100%);
margin: 0 auto;
display: grid;
grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
gap: 38px;
align-items: center;
}

.triton-contact-image-panel {
border-radius: 26px;
overflow: hidden;
background: #102452;
border: 1px solid rgba(25, 43, 85, 0.12);
box-shadow: 0 24px 58px rgba(14, 31, 71, 0.14);
}

.triton-contact-image-panel img {
width: 100%;
height: 520px;
display: block;
object-fit: cover;
}

.triton-contact-lower-copy ul {
list-style: none;
padding: 0;
margin: 24px 0 0;
display: grid;
gap: 11px;
}

.triton-contact-lower-copy li {
position: relative;
padding: 13px 14px 13px 34px;
border-radius: 14px;
color: #526078;
background: #f6f9fc;
border: 1px solid rgba(25, 43, 85, 0.08);
font-size: 15px;
line-height: 1.45;
font-weight: 800;
}

.triton-contact-lower-copy li::before {
content: "";
position: absolute;
left: 14px;
top: 50%;
width: 7px;
height: 7px;
border-radius: 50%;
background: #1aaed8;
transform: translateY(-50%);
box-shadow: 0 0 12px rgba(26, 174, 216, 0.5);
}

@media (max-width: 1080px) {
.triton-contact-hero-inner,
.triton-contact-main-inner,
.triton-contact-lower-inner {
grid-template-columns: 1fr;
}

.triton-contact-form-wrap {
position: relative;
top: auto;
}

.triton-contact-quick-card,
.triton-contact-form-card {
max-width: 760px;
}
}

@media (max-width: 760px) {
.triton-contact-hero {
min-height: auto;
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

.triton-contact-hero-inner {
padding: 92px 18px 80px;
gap: 28px;
}

.triton-contact-hero h1 {
font-size: 38px;
line-height: 1.02;
}

.triton-contact-hero p,
.triton-contact-lead {
font-size: 16px !important;
line-height: 1.7 !important;
}

.triton-contact-hero-actions {
flex-direction: column;
margin-top: 28px;
}

.triton-contact-btn {
width: 100%;
}

.triton-contact-main {
padding: 60px 16px 54px;
}

.triton-contact-intent-grid,
.triton-contact-warning {
grid-template-columns: 1fr;
}

.triton-contact-lower {
padding: 0 16px 66px;
}

.triton-contact-image-panel img {
height: 360px;
}

.triton-contact-quick-card,
.triton-contact-form-card,
.triton-contact-service-area,
.triton-contact-warning,
.triton-contact-intent-grid article {
border-radius: 20px;
padding: 22px;
}

.triton-contact-content h2,
.triton-contact-lower-copy h2 {
font-size: 32px;
}
}

@media (max-width: 430px) {
.triton-contact-hero-inner {
padding: 84px 16px 72px;
}

.triton-contact-hero h1 {
font-size: 34px;
}

.triton-contact-eyebrow,
.triton-contact-quick-card > span,
.triton-contact-form-card > span {
font-size: 11px;
letter-spacing: 0.13em;
}
}

.triton-water-heaters-hero {
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.84) 42%, rgba(12, 28, 65, 0.46) 72%, rgba(8, 17, 38, 0.34) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

@media (max-width: 760px) {
.triton-water-heaters-hero {
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}
}

@media (max-width: 767px) {
  .elementor-89 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-89 .elementor-element.elementor-element-1dca93d {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-123 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

.triton-water-service-hero {
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.84) 42%, rgba(12, 28, 65, 0.46) 72%, rgba(8, 17, 38, 0.34) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

@media (max-width: 760px) {
.triton-water-service-hero {
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}
}

.triton-content-image-vertical {
max-width: 560px;
margin-left: auto !important;
margin-right: auto !important;
}

.triton-content-image-vertical img {
width: 100%;
max-height: 760px;
object-fit: cover;
object-position: center;
}

@media (max-width: 640px) {
.triton-content-image-vertical {
max-width: 100%;
}

.triton-content-image-vertical img {
max-height: none;
}
}


@media (max-width: 767px) {
  .elementor-126 .elementor-element.elementor-element-1dca93d {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-126 .elementor-element.elementor-element-f733e0c {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

.triton-sump-pumps-hero {
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.84) 42%, rgba(12, 28, 65, 0.46) 72%, rgba(8, 17, 38, 0.34) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

@media (max-width: 760px) {
.triton-sump-pumps-hero {
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}
}

.triton-flood-prevention-hero {
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.84) 42%, rgba(12, 28, 65, 0.46) 72%, rgba(8, 17, 38, 0.34) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

@media (max-width: 760px) {
.triton-flood-prevention-hero {
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}
}

@media (max-width: 767px) {
  .elementor-107 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-107 .elementor-element.elementor-element-5397ebb {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-97 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-97 .elementor-element.elementor-element-4f8b966 {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

/* ================================
   TRITON ABOUT PAGE
================================ */
.triton-about-page {
  background: #eef3f8;
  color: #1d2d5a;
}

.triton-about-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.triton-about-page * {
  box-sizing: border-box;
}

.triton-about-page h1,
.triton-about-page h2,
.triton-about-page h3 {
  margin: 0 0 14px;
  color: #1f2f67;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.triton-about-page h1 {
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  font-weight: 800;
}

.triton-about-page h2 {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  font-weight: 800;
}

.triton-about-page h3 {
  font-size: 1.35rem;
  font-weight: 800;
}

.triton-about-page p {
  margin: 0 0 18px;
  color: #4a5b84;
  font-size: 1.02rem;
  line-height: 1.8;
}

.triton-about-lead {
  font-size: 1.13rem !important;
  color: #2f406f !important;
}

.triton-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #24b6ea;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.triton-about-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: #24b6ea;
}

.triton-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s ease;
}

.triton-about-btn-primary {
  background: #5fc2e9;
  color: #16295b;
  box-shadow: 0 16px 34px rgba(95, 194, 233, 0.25);
}

.triton-about-btn-primary:hover {
  transform: translateY(-2px);
  background: #74cdef;
  color: #16295b;
}

.triton-about-btn-secondary {
  border: 1px solid rgba(32, 51, 106, 0.18);
  background: rgba(255, 255, 255, 0.7);
  color: #1f2f67;
}

.triton-about-btn-secondary:hover {
  background: #1f2f67;
  color: #ffffff;
  border-color: #1f2f67;
}

/* HERO */
.triton-about-hero {
  position: relative;
  padding: 72px 0 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(95,194,233,0.14), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef4f9 100%);
}

.triton-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: 34px;
  align-items: center;
}

.triton-about-hero-copy {
  position: relative;
  z-index: 2;
}

.triton-about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.triton-about-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.triton-about-mini-point {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(31, 47, 103, 0.06);
  border: 1px solid rgba(31, 47, 103, 0.08);
  color: #294071;
  font-size: 0.92rem;
  font-weight: 700;
}

.triton-about-hero-media {
  position: relative;
}

.triton-about-owner-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(20, 42, 88, 0.14);
  border: 1px solid rgba(31, 47, 103, 0.08);
}

.triton-about-owner-card img {
  display: block;
  width: 100%;
  height: auto;
}

.triton-about-owner-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(19, 39, 87, 0.88);
  backdrop-filter: blur(10px);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.triton-about-owner-badge span,
.triton-about-owner-badge small {
  display: block;
}

.triton-about-owner-badge span {
  color: #63c6ed;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.73rem;
  font-weight: 800;
  margin-bottom: 5px;
}

.triton-about-owner-badge strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.triton-about-owner-badge small {
  color: rgba(255,255,255,0.82);
  font-size: 0.92rem;
}

/* STORY */
.triton-about-story {
  padding: 24px 0 26px;
}

.triton-about-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}

.triton-about-story-card {
  background: #ffffff;
  border: 1px solid rgba(31, 47, 103, 0.08);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 40px rgba(21, 44, 92, 0.08);
}

.triton-about-story-card-dark {
  background:
    linear-gradient(180deg, rgba(33, 52, 109, 0.98) 0%, rgba(23, 39, 85, 0.98) 100%);
  color: #ffffff;
}

.triton-about-story-card-dark h2,
.triton-about-story-card-dark p,
.triton-about-story-card-dark blockquote {
  color: #ffffff;
}

.triton-about-story-card-dark p {
  color: rgba(255,255,255,0.82);
}

.triton-about-story-card blockquote {
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 3px solid #5fc2e9;
  border-radius: 18px;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.92);
  font-size: 1rem;
  line-height: 1.7;
}

.triton-about-checks {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.triton-about-checks li {
  position: relative;
  padding-left: 28px;
  color: #42557f;
  line-height: 1.7;
}

.triton-about-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #5fc2e9;
  box-shadow: 0 0 0 6px rgba(95,194,233,0.16);
}

/* SERVICES */
.triton-about-services {
  padding: 36px 0 28px;
}

.triton-about-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.triton-about-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.triton-about-service-card {
  display: block;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(31, 47, 103, 0.08);
  box-shadow: 0 18px 40px rgba(21, 44, 92, 0.08);
  text-decoration: none;
  transition: 0.28s ease;
}

.triton-about-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(95,194,233,0.4);
  box-shadow: 0 20px 44px rgba(21, 44, 92, 0.12);
}

.triton-about-service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.triton-about-service-card p {
  margin: 0;
  font-size: 0.98rem;
}

/* FIELD */
.triton-about-field {
  padding: 38px 0 26px;
}

.triton-about-field-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.triton-about-field-media img {
  display: block;
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 26px 54px rgba(20, 42, 88, 0.14);
}

.triton-about-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.triton-about-stat {
  padding: 18px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(31, 47, 103, 0.08);
  box-shadow: 0 14px 32px rgba(21, 44, 92, 0.07);
}

.triton-about-stat strong {
  display: block;
  color: #1f2f67;
  font-size: 1.18rem;
  margin-bottom: 4px;
}

.triton-about-stat span {
  display: block;
  color: #5a6b91;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* VALUES */
.triton-about-values {
  padding: 32px 0 34px;
}

.triton-about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.triton-about-value-card {
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(31, 47, 103, 0.08);
  box-shadow: 0 18px 40px rgba(21, 44, 92, 0.08);
}

.triton-about-value-card p {
  margin: 0;
}

/* CTA */
.triton-about-cta {
  padding: 18px 0 70px;
}

.triton-about-cta-box {
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: 20px;
  align-items: center;
  padding: 30px 32px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, #1b3069 0%, #223d82 100%);
  box-shadow: 0 24px 50px rgba(20, 42, 88, 0.14);
}

.triton-about-cta-box h2,
.triton-about-cta-box p {
  color: #ffffff;
}

.triton-about-cta-box p {
  color: rgba(255,255,255,0.82);
  margin-bottom: 0;
}

.triton-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .triton-about-hero-grid,
  .triton-about-story-grid,
  .triton-about-field-grid,
  .triton-about-cta-box {
    grid-template-columns: 1fr;
  }

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

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

  .triton-about-stat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .triton-about-shell {
    width: min(100%, calc(100% - 24px));
  }

  .triton-about-hero {
    padding: 52px 0 28px;
  }

  .triton-about-story,
  .triton-about-services,
  .triton-about-field,
  .triton-about-values,
  .triton-about-cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .triton-about-story-card,
  .triton-about-service-card,
  .triton-about-value-card,
  .triton-about-cta-box {
    padding: 24px;
  }

  .triton-about-service-grid,
  .triton-about-values-grid {
    grid-template-columns: 1fr;
  }

  .triton-about-mini-points,
  .triton-about-hero-actions,
  .triton-about-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .triton-about-btn {
    width: 100%;
  }

  .triton-about-owner-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }
}

.triton-areas-page {
background: #f5f8fc;
color: #172b5f;
overflow: hidden;
}

.triton-areas-page * {
box-sizing: border-box;
}

.triton-areas-shell {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
}

.triton-areas-page h1,
.triton-areas-page h2,
.triton-areas-page h3 {
margin: 0 0 16px;
color: #172b5f;
letter-spacing: -0.035em;
line-height: 1.06;
font-weight: 900;
}

.triton-areas-page h1 {
color: #ffffff;
font-size: clamp(42px, 5.4vw, 78px);
}

.triton-areas-page h2 {
font-size: clamp(32px, 3.7vw, 52px);
}

.triton-areas-page h3 {
font-size: 24px;
}

.triton-areas-page p {
margin: 0 0 18px;
color: #526078;
font-size: 16px;
line-height: 1.78;
}

.triton-areas-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: #1aaed8;
font-size: 12px;
line-height: 1;
letter-spacing: 0.16em;
text-transform: uppercase;
font-weight: 950;
}

.triton-areas-eyebrow::before {
content: "";
width: 34px;
height: 2px;
background: #1aaed8;
display: inline-block;
}

.triton-areas-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 15px 26px;
border-radius: 999px;
font-size: 15px;
line-height: 1;
font-weight: 950;
text-decoration: none;
transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.triton-areas-btn:hover {
transform: translateY(-2px);
}

.triton-areas-btn-primary {
background: #5cc9e6;
color: #081126 !important;
box-shadow: 0 18px 42px rgba(92, 201, 230, .28);
}

.triton-areas-btn-secondary {
color: #ffffff !important;
background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.22);
}

/* HERO */
.triton-areas-hero {
position: relative;
min-height: 690px;
display: flex;
align-items: center;
color: #ffffff;
background:
linear-gradient(90deg, rgba(8,17,38,.94) 0%, rgba(12,28,65,.85) 42%, rgba(12,28,65,.46) 72%, rgba(8,17,38,.30) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

.triton-areas-hero::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 18% 42%, rgba(92,201,230,.22), transparent 34%),
linear-gradient(180deg, rgba(8,17,38,.06) 0%, rgba(8,17,38,.9) 100%);
z-index: 1;
}

.triton-areas-hero::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 6px;
background: linear-gradient(90deg, transparent 0%, rgba(92,201,230,.95) 18%, rgba(92,201,230,.95) 82%, transparent 100%);
box-shadow: 0 0 28px rgba(92,201,230,.58);
z-index: 2;
}

.triton-areas-hero-inner {
position: relative;
z-index: 3;
width: min(1240px, calc(100% - 44px));
margin: 0 auto;
padding: 128px 0 118px;
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(340px, .58fr);
gap: 42px;
align-items: center;
}

.triton-areas-hero-copy p {
max-width: 780px;
color: rgba(255,255,255,.84);
font-size: clamp(17px, 1.3vw, 20px);
}

.triton-areas-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 34px;
}

.triton-areas-hero-card {
padding: 30px;
border-radius: 26px;
background: rgba(10,20,45,.74);
border: 1px solid rgba(255,255,255,.18);
box-shadow: 0 30px 80px rgba(0,0,0,.34);
backdrop-filter: blur(18px);
}

.triton-areas-hero-card > span,
.triton-areas-form-card > span {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: #5cc9e6;
font-size: 12px;
letter-spacing: .16em;
text-transform: uppercase;
font-weight: 950;
}

.triton-areas-hero-card > span::before,
.triton-areas-form-card > span::before {
content: "";
width: 30px;
height: 2px;
background: #5cc9e6;
}

.triton-areas-hero-card h2,
.triton-areas-hero-card p {
color: #ffffff;
}

.triton-areas-hero-card p {
color: rgba(255,255,255,.78);
}

.triton-areas-hero-points {
display: grid;
gap: 10px;
margin-top: 22px;
}

.triton-areas-hero-points div {
padding: 13px 14px;
border-radius: 14px;
color: rgba(255,255,255,.88);
background: rgba(255,255,255,.075);
border: 1px solid rgba(255,255,255,.13);
font-weight: 850;
}

/* INTRO */
.triton-areas-intro,
.triton-areas-communities,
.triton-areas-services,
.triton-areas-proof,
.triton-areas-form-section,
.triton-areas-final {
padding: 76px 0;
}

.triton-areas-intro-grid,
.triton-areas-proof-grid,
.triton-areas-form-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(360px, .55fr);
gap: 34px;
align-items: start;
}

.triton-areas-intro-copy,
.triton-areas-map-card,
.triton-areas-service-card,
.triton-areas-form-card {
background: #ffffff;
border: 1px solid rgba(25,43,85,.1);
box-shadow: 0 18px 42px rgba(14,31,71,.08);
}

.triton-areas-intro-copy {
padding: 34px;
border-radius: 26px;
}

.triton-areas-map-card {
padding: 30px;
border-radius: 26px;
background:
radial-gradient(circle at top right, rgba(92,201,230,.16), transparent 42%),
linear-gradient(135deg, #172b5f 0%, #102452 100%);
}

.triton-areas-map-card h3,
.triton-areas-map-card p {
color: #ffffff;
}

.triton-areas-map-card p {
color: rgba(255,255,255,.78);
}

.triton-areas-county-grid {
display: grid;
gap: 14px;
margin-top: 24px;
}

.triton-areas-county-grid div {
padding: 18px;
border-radius: 16px;
background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.14);
}

.triton-areas-county-grid strong {
display: block;
margin-bottom: 8px;
color: #5cc9e6;
}

/* CHIPS */
.triton-areas-section-head {
max-width: 850px;
margin-bottom: 30px;
}

.triton-areas-chip-panel {
display: flex;
flex-wrap: wrap;
gap: 12px;
padding: 28px;
border-radius: 26px;
background: #ffffff;
border: 1px solid rgba(25,43,85,.1);
box-shadow: 0 18px 42px rgba(14,31,71,.08);
}

.triton-areas-chip-panel span {
display: inline-flex;
align-items: center;
min-height: 42px;
padding: 10px 15px;
border-radius: 999px;
color: #172b5f;
background: #f2f7fb;
border: 1px solid rgba(25,43,85,.1);
font-size: 14px;
font-weight: 850;
}

/* SERVICES */
.triton-areas-services {
background:
radial-gradient(circle at top left, rgba(92,201,230,.10), transparent 34%),
linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.triton-areas-service-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}

.triton-areas-service-card {
display: block;
padding: 24px;
border-radius: 20px;
text-decoration: none;
transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.triton-areas-service-card:hover {
transform: translateY(-4px);
border-color: rgba(92,201,230,.55);
box-shadow: 0 22px 52px rgba(14,31,71,.12);
}

.triton-areas-service-card span {
display: inline-flex;
margin-bottom: 14px;
color: #1aaed8;
font-size: 11px;
letter-spacing: .14em;
text-transform: uppercase;
font-weight: 950;
}

.triton-areas-service-card h3 {
margin-bottom: 10px;
font-size: 22px;
}

.triton-areas-service-card p {
margin: 0;
font-size: 15px;
}

/* PROOF */
.triton-areas-proof {
background: #102452;
}

.triton-areas-proof-grid {
align-items: center;
}

.triton-areas-proof-media {
border-radius: 26px;
overflow: hidden;
border: 1px solid rgba(255,255,255,.12);
box-shadow: 0 30px 80px rgba(0,0,0,.24);
}

.triton-areas-proof-media img {
display: block;
width: 100%;
height: 520px;
object-fit: cover;
}

.triton-areas-proof-copy h2,
.triton-areas-proof-copy p {
color: #ffffff;
}

.triton-areas-proof-copy p {
color: rgba(255,255,255,.78);
}

.triton-areas-proof-list {
display: grid;
gap: 10px;
margin-top: 22px;
}

.triton-areas-proof-list div {
position: relative;
padding: 14px 16px 14px 38px;
border-radius: 14px;
color: rgba(255,255,255,.88);
background: rgba(255,255,255,.075);
border: 1px solid rgba(255,255,255,.13);
font-weight: 800;
}

.triton-areas-proof-list div::before {
content: "";
position: absolute;
left: 16px;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
background: #5cc9e6;
transform: translateY(-50%);
box-shadow: 0 0 14px rgba(92,201,230,.8);
}

/* FORM */
.triton-areas-form-section {
background:
linear-gradient(90deg, rgba(8,17,38,.90), rgba(12,28,65,.78)),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

.triton-areas-form-copy h2,
.triton-areas-form-copy p {
color: #ffffff;
}

.triton-areas-form-copy p {
color: rgba(255,255,255,.78);
}

.triton-areas-contact-panel {
display: grid;
gap: 12px;
margin-top: 24px;
}

.triton-areas-contact-panel a,
.triton-areas-contact-panel div {
display: block;
padding: 16px;
border-radius: 16px;
color: #ffffff;
text-decoration: none;
background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.14);
}

.triton-areas-contact-panel strong {
display: block;
margin-bottom: 6px;
color: #5cc9e6;
font-size: 12px;
letter-spacing: .14em;
text-transform: uppercase;
}

.triton-areas-contact-panel span {
display: block;
color: rgba(255,255,255,.88);
font-weight: 800;
overflow-wrap: anywhere;
}

.triton-areas-form-card {
padding: 28px;
border-radius: 24px;
}

.triton-areas-form-card h3 {
font-size: 30px;
}

/* Form fields */
.triton-areas-form-card .ff-el-group {
margin-bottom: 14px !important;
}

.triton-areas-form-card .ff-el-input--label label,
.triton-areas-form-card .ff-el-input--label {
color: #172b5f !important;
font-size: 12px !important;
font-weight: 850 !important;
margin-bottom: 6px !important;
}

.triton-areas-form-card input[type="text"],
.triton-areas-form-card input[type="email"],
.triton-areas-form-card input[type="tel"],
.triton-areas-form-card select,
.triton-areas-form-card textarea,
.triton-areas-form-card .ff-el-form-control {
width: 100% !important;
min-height: 46px !important;
border: 1px solid rgba(25,43,85,.14) !important;
border-radius: 12px !important;
background: #f6f9fc !important;
color: #172b5f !important;
font-size: 14px !important;
padding: 12px 13px !important;
box-shadow: none !important;
outline: none !important;
}

.triton-areas-form-card textarea,
.triton-areas-form-card textarea.ff-el-form-control {
min-height: 120px !important;
}

.triton-areas-form-card .ff-btn-submit,
.triton-areas-form-card button[type="submit"],
.triton-areas-form-card input[type="submit"] {
width: 100% !important;
min-height: 50px !important;
border: 0 !important;
border-radius: 999px !important;
background: #5cc9e6 !important;
color: #102452 !important;
font-size: 15px !important;
font-weight: 950 !important;
}

/* FINAL */
.triton-areas-final {
background: #ffffff;
}

.triton-areas-final-box {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 22px;
align-items: center;
padding: 32px;
border-radius: 26px;
background:
radial-gradient(circle at top right, rgba(92,201,230,.22), transparent 44%),
linear-gradient(135deg, #172b5f 0%, #102452 100%);
box-shadow: 0 20px 48px rgba(14,31,71,.14);
}

.triton-areas-final-box h2,
.triton-areas-final-box p {
color: #ffffff;
}

.triton-areas-final-box p {
color: rgba(255,255,255,.78);
margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1080px) {
.triton-areas-hero-inner,
.triton-areas-intro-grid,
.triton-areas-proof-grid,
.triton-areas-form-grid,
.triton-areas-final-box {
grid-template-columns: 1fr;
}

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

.triton-areas-hero-card {
max-width: 760px;
}
}

@media (max-width: 760px) {
.triton-areas-shell,
.triton-areas-hero-inner {
width: min(100%, calc(100% - 32px));
}

.triton-areas-hero {
min-height: auto;
background:
linear-gradient(180deg, rgba(8,17,38,.92) 0%, rgba(8,17,38,.78) 52%, rgba(8,17,38,.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

.triton-areas-hero-inner {
padding: 90px 0 76px;
gap: 28px;
}

.triton-areas-page h1 {
font-size: 36px;
line-height: 1.02;
}

.triton-areas-page h2 {
font-size: 31px;
}

.triton-areas-hero-actions {
flex-direction: column;
}

.triton-areas-btn {
width: 100%;
}

.triton-areas-intro,
.triton-areas-communities,
.triton-areas-services,
.triton-areas-proof,
.triton-areas-form-section,
.triton-areas-final {
padding: 56px 0;
}

.triton-areas-service-grid {
grid-template-columns: 1fr;
}

.triton-areas-intro-copy,
.triton-areas-map-card,
.triton-areas-chip-panel,
.triton-areas-service-card,
.triton-areas-form-card,
.triton-areas-final-box {
padding: 22px;
border-radius: 20px;
}

.triton-areas-proof-media img {
height: 360px;
}
}

@media (max-width: 767px) {
  .elementor-251 .elementor-element.elementor-element-1dca93d {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

.triton-sewer-drain-hub-hero {
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.84) 42%, rgba(12, 28, 65, 0.46) 72%, rgba(8, 17, 38, 0.34) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

.triton-hub-service-card {
padding: 28px !important;
}

.triton-hub-service-list {
display: grid;
gap: 10px;
list-style: none;
padding: 0;
margin: 0;
}

.triton-hub-service-list li {
margin: 0;
}

.triton-hub-service-list a {
display: block;
padding: 14px 15px;
border-radius: 15px;
color: #ffffff;
text-decoration: none;
background: rgba(255, 255, 255, 0.075);
border: 1px solid rgba(255, 255, 255, 0.13);
transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.triton-hub-service-list a:hover {
transform: translateY(-2px);
background: rgba(255, 255, 255, 0.12);
border-color: rgba(92, 201, 230, 0.45);
}

.triton-hub-service-list strong {
display: block;
margin-bottom: 5px;
color: #ffffff;
font-size: 15px;
line-height: 1.2;
font-weight: 950;
}

.triton-hub-service-list small {
display: block;
color: rgba(255, 255, 255, 0.72);
font-size: 12.5px;
line-height: 1.45;
font-weight: 650;
}

.triton-hub-featured-service a {
display: grid;
grid-template-columns: 34px minmax(0, 1fr);
gap: 12px;
align-items: center;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.24), transparent 42%),
rgba(92, 201, 230, 0.12);
border-color: rgba(92, 201, 230, 0.48);
box-shadow: 0 14px 34px rgba(92, 201, 230, 0.12);
}

.triton-hub-featured-service i {
width: 34px;
height: 34px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #5cc9e6;
color: #102452;
font-size: 12px;
font-style: normal;
box-shadow: 0 0 22px rgba(92, 201, 230, 0.42);
}

.triton-hub-featured-service small {
color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 760px) {
.triton-sewer-drain-hub-hero {
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

.triton-hub-service-card {
padding: 22px !important;
}
}

/* Sewer & Drain Hub Hero Service Card Polish */
.triton-sewer-drain-hub-hero .triton-hub-service-card {
padding: 30px !important;
border-radius: 26px !important;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.14), transparent 42%),
rgba(8, 17, 38, 0.76) !important;
border: 1px solid rgba(255, 255, 255, 0.14) !important;
box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32) !important;
}

.triton-sewer-drain-hub-hero .triton-hub-service-list {
gap: 12px;
}

.triton-sewer-drain-hub-hero .triton-hub-service-list a {
position: relative;
padding: 17px 18px !important;
border-radius: 16px !important;
background: rgba(255, 255, 255, 0.075) !important;
border: 1px solid rgba(255, 255, 255, 0.14) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.triton-sewer-drain-hub-hero .triton-hub-service-list a::after {
content: "\2192";
position: absolute;
right: 18px;
top: 50%;
color: #5cc9e6;
font-size: 16px;
font-weight: 900;
transform: translateY(-50%);
transition: transform 0.2s ease;
}

.triton-sewer-drain-hub-hero .triton-hub-service-list a:hover::after {
transform: translate(4px, -50%);
}

.triton-sewer-drain-hub-hero .triton-hub-service-list strong {
margin: 0 26px 5px 0;
font-size: 15px;
letter-spacing: 0.01em;
}

.triton-sewer-drain-hub-hero .triton-hub-service-list small {
max-width: 245px;
font-size: 12.5px;
line-height: 1.45;
}

/* Cleaner featured trenchless card */
.triton-sewer-drain-hub-hero .triton-hub-featured-service a {
display: block !important;
padding: 20px 18px 18px !important;
background:
linear-gradient(135deg, rgba(92, 201, 230, 0.18), rgba(255, 255, 255, 0.07)) !important;
border: 1px solid rgba(92, 201, 230, 0.5) !important;
box-shadow:
0 16px 34px rgba(92, 201, 230, 0.12),
inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.triton-sewer-drain-hub-hero .triton-hub-featured-service i {
display: none !important;
}

.triton-sewer-drain-hub-hero .triton-hub-featured-service a::before {
content: "Featured No-Dig Option";
display: inline-flex;
align-items: center;
margin-bottom: 12px;
padding: 7px 10px;
border-radius: 999px;
background: rgba(92, 201, 230, 0.18);
border: 1px solid rgba(92, 201, 230, 0.34);
color: #5cc9e6;
font-size: 10px;
line-height: 1;
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 950;
}

.triton-sewer-drain-hub-hero .triton-hub-featured-service strong {
font-size: 16px;
letter-spacing: 0.01em;
}

.triton-sewer-drain-hub-hero .triton-hub-featured-service small {
max-width: 260px;
color: rgba(255, 255, 255, 0.8);
}

/* Remove duplicate arrow text from original HTML if visible */
.triton-sewer-drain-hub-hero .triton-hub-featured-service a > span {
display: block;
}

/* Mobile cleanup */
@media (max-width: 760px) {
.triton-sewer-drain-hub-hero .triton-hub-service-card {
padding: 22px !important;
}

.triton-sewer-drain-hub-hero .triton-hub-service-list a {
padding: 16px 17px !important;
}

.triton-sewer-drain-hub-hero .triton-hub-service-list small,
.triton-sewer-drain-hub-hero .triton-hub-featured-service small {
max-width: none;
}
}

/* Sewer & Drain Hub - remove inner box feel */
.triton-sewer-drain-hub-hero .triton-hub-service-list a {
  padding: 16px 0 16px 18px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 2px solid rgba(92, 201, 230, 0.34) !important;
  box-shadow: none !important;
}

.triton-sewer-drain-hub-hero .triton-hub-service-list a:hover {
  background: rgba(255, 255, 255, 0.055) !important;
  border-left-color: #5cc9e6 !important;
  transform: translateX(3px);
}

.triton-sewer-drain-hub-hero .triton-hub-service-list {
  gap: 4px !important;
}

.triton-sewer-drain-hub-hero .triton-hub-service-list strong {
  font-size: 15px;
  margin-bottom: 5px;
}

.triton-sewer-drain-hub-hero .triton-hub-service-list small {
  max-width: 290px;
}

/* Keep trenchless highlighted, but remove the inner card look */
.triton-sewer-drain-hub-hero .triton-hub-featured-service a {
  padding: 18px 0 18px 18px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 2px solid #5cc9e6 !important;
  box-shadow: none !important;
}

.triton-sewer-drain-hub-hero .triton-hub-featured-service a:hover {
  background: rgba(92, 201, 230, 0.07) !important;
  transform: translateX(3px);
}

.triton-sewer-drain-hub-hero .triton-hub-featured-service a::before {
  margin-bottom: 10px;
  background: rgba(92, 201, 230, 0.14);
  border-color: rgba(92, 201, 230, 0.32);
}

/* Make the main outer box feel intentional */
.triton-sewer-drain-hub-hero .triton-hub-service-card {
  padding: 34px !important;
}

/* ================================
TRITON HUB CONTENT TEMPLATE
Use for Sewer & Drain and Plumbing hubs
================================ */

.triton-hub-content {
background:
radial-gradient(circle at top left, rgba(92, 201, 230, 0.12), transparent 34%),
linear-gradient(180deg, #f6f9fc 0%, #ffffff 42%, #f6f9fc 100%);
color: #172b5f;
padding: 86px 20px 96px;
overflow: hidden;
}

.triton-hub-content * {
box-sizing: border-box;
}

.triton-hub-shell {
width: min(1180px, 100%);
margin: 0 auto;
}

.triton-hub-content h2,
.triton-hub-content h3 {
margin: 0 0 16px;
color: #172b5f;
line-height: 1.06;
letter-spacing: -0.035em;
font-weight: 900;
}

.triton-hub-content h2 {
font-size: clamp(34px, 4vw, 56px);
}

.triton-hub-content h3 {
font-size: 25px;
}

.triton-hub-content p {
margin: 0 0 18px;
color: #526078;
font-size: 16px;
line-height: 1.78;
}

.triton-hub-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: #1aaed8;
font-size: 12px;
line-height: 1;
letter-spacing: 0.16em;
text-transform: uppercase;
font-weight: 950;
}

.triton-hub-eyebrow::before {
content: "";
width: 34px;
height: 2px;
background: #1aaed8;
display: inline-block;
}

.triton-hub-intro {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(340px, 0.45fr);
gap: 26px;
align-items: stretch;
margin-bottom: 28px;
}

.triton-hub-intro-copy,
.triton-hub-intro-card,
.triton-hub-split-card,
.triton-hub-method-card,
.triton-hub-local,
.triton-hub-cta {
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
box-shadow: 0 18px 42px rgba(14, 31, 71, 0.08);
}

.triton-hub-intro-copy {
padding: 34px;
border-radius: 26px;
}

.triton-hub-intro-card {
padding: 30px;
border-radius: 26px;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.16), transparent 42%),
linear-gradient(135deg, #172b5f 0%, #102452 100%);
}

.triton-hub-intro-card > span {
display: block;
margin-bottom: 18px;
color: #5cc9e6;
font-size: 12px;
letter-spacing: 0.14em;
text-transform: uppercase;
font-weight: 950;
}

.triton-hub-intro-card ul {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 11px;
}

.triton-hub-intro-card li {
position: relative;
padding: 12px 14px 12px 34px;
border-radius: 14px;
color: rgba(255, 255, 255, 0.86);
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.13);
font-size: 14px;
line-height: 1.45;
font-weight: 800;
}

.triton-hub-intro-card li::before {
content: "";
position: absolute;
left: 15px;
top: 50%;
width: 7px;
height: 7px;
border-radius: 50%;
background: #5cc9e6;
transform: translateY(-50%);
box-shadow: 0 0 14px rgba(92, 201, 230, 0.7);
}

.triton-hub-services {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 16px;
margin: 28px 0;
}

.triton-hub-service-tile {
position: relative;
display: block;
min-height: 300px;
padding: 24px;
border-radius: 22px;
text-decoration: none;
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
box-shadow: 0 18px 42px rgba(14, 31, 71, 0.08);
transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.triton-hub-service-tile:hover {
transform: translateY(-5px);
border-color: rgba(92, 201, 230, 0.55);
box-shadow: 0 24px 56px rgba(14, 31, 71, 0.13);
}

.triton-hub-service-tile > span {
width: 42px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
border-radius: 50%;
background: #eef9fd;
color: #1aaed8;
font-size: 13px;
font-weight: 950;
}

.triton-hub-service-tile p {
margin: 0;
font-size: 15px;
line-height: 1.68;
}

.triton-hub-service-tile::after {
content: "\2192";
position: absolute;
left: 24px;
bottom: 22px;
color: #1aaed8;
font-size: 22px;
font-weight: 900;
transition: transform 0.2s ease;
}

.triton-hub-service-tile:hover::after {
transform: translateX(5px);
}

.triton-hub-feature-tile {
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.2), transparent 44%),
linear-gradient(135deg, #172b5f 0%, #102452 100%);
border-color: rgba(92, 201, 230, 0.35);
}

.triton-hub-feature-tile h3,
.triton-hub-feature-tile p {
color: #ffffff;
}

.triton-hub-feature-tile p {
color: rgba(255, 255, 255, 0.78);
}

.triton-hub-feature-tile small {
display: inline-flex;
margin-bottom: 16px;
padding: 7px 10px;
border-radius: 999px;
background: rgba(92, 201, 230, 0.16);
border: 1px solid rgba(92, 201, 230, 0.32);
color: #5cc9e6;
font-size: 10px;
line-height: 1;
letter-spacing: 0.12em;
text-transform: uppercase;
font-weight: 950;
}

.triton-hub-split {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(340px, 0.48fr);
gap: 26px;
margin: 28px 0;
}

.triton-hub-split-card,
.triton-hub-method-card {
padding: 34px;
border-radius: 26px;
}

.triton-hub-method-card {
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.16), transparent 42%),
#ffffff;
}

.triton-hub-steps {
display: grid;
gap: 12px;
margin-top: 22px;
}

.triton-hub-steps div {
padding: 16px;
border-radius: 16px;
background: #f6f9fc;
border: 1px solid rgba(25, 43, 85, 0.09);
}

.triton-hub-steps strong {
display: block;
margin-bottom: 6px;
color: #172b5f;
font-size: 15px;
font-weight: 950;
}

.triton-hub-steps p {
margin: 0;
font-size: 14px;
line-height: 1.55;
}

.triton-hub-local {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(320px, 0.5fr);
gap: 24px;
align-items: center;
margin: 28px 0;
padding: 34px;
border-radius: 26px;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.16), transparent 42%),
linear-gradient(135deg, #172b5f 0%, #102452 100%);
}

.triton-hub-local h2,
.triton-hub-local p {
color: #ffffff;
}

.triton-hub-local p {
color: rgba(255, 255, 255, 0.78);
}

.triton-hub-local-tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
}

.triton-hub-local-tags span {
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 9px 13px;
border-radius: 999px;
color: rgba(255, 255, 255, 0.88);
background: rgba(255, 255, 255, 0.09);
border: 1px solid rgba(255, 255, 255, 0.14);
font-size: 13px;
font-weight: 850;
}

.triton-hub-cta {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 24px;
align-items: center;
margin-top: 28px;
padding: 34px;
border-radius: 26px;
}

.triton-hub-cta p {
margin: 0;
}

.triton-hub-cta-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
}

.triton-hub-cta-actions a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 14px 24px;
border-radius: 999px;
text-decoration: none;
font-size: 15px;
line-height: 1;
font-weight: 950;
}

.triton-hub-cta-actions a:first-child {
background: #5cc9e6;
color: #102452;
box-shadow: 0 16px 34px rgba(92, 201, 230, 0.26);
}

.triton-hub-cta-actions a:last-child {
background: #102452;
color: #ffffff;
}

@media (max-width: 1080px) {
.triton-hub-intro,
.triton-hub-split,
.triton-hub-local,
.triton-hub-cta {
grid-template-columns: 1fr;
}

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

.triton-hub-service-tile {
min-height: 260px;
}
}

@media (max-width: 680px) {
.triton-hub-content {
padding: 58px 16px 68px;
}

.triton-hub-services {
grid-template-columns: 1fr;
}

.triton-hub-intro-copy,
.triton-hub-intro-card,
.triton-hub-split-card,
.triton-hub-method-card,
.triton-hub-local,
.triton-hub-cta {
padding: 22px;
border-radius: 20px;
}

.triton-hub-service-tile {
min-height: 230px;
padding: 22px;
border-radius: 20px;
}

.triton-hub-cta-actions {
flex-direction: column;
}

.triton-hub-cta-actions a {
width: 100%;
}
}

/* Make service cards stack cleanly */
.triton-hub-service-tile {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Give every card a little more breathing room at bottom */
.triton-hub-service-tile {
  padding-bottom: 64px;
}

/* Keep paragraph from crowding the arrow */
.triton-hub-service-tile p {
  margin-bottom: 0;
}

/* Arrow placement */
.triton-hub-service-tile::after {
  left: 24px;
  bottom: 20px;
  font-size: 24px;
  line-height: 1;
}

/* Featured card needs a little extra space */
.triton-hub-feature-tile {
  padding-bottom: 72px;
}

.triton-hub-feature-tile::after {
  left: 24px;
  bottom: 20px;
  color: #5cc9e6;
}

/* Optional: slightly tighten featured text */
.triton-hub-feature-tile p {
  font-size: 14px;
  line-height: 1.55;
}

.triton-hub-faq {
  padding: 34px 0 0;
}

.triton-hub-faq-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.triton-hub-faq-list {
  display: grid;
  gap: 14px;
}

.triton-hub-faq-item {
  background: #ffffff;
  border: 1px solid rgba(25, 43, 85, 0.1);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(14, 31, 71, 0.07);
  overflow: hidden;
}

.triton-hub-faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 22px 58px 22px 22px;
  color: #172b5f;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 850;
}

.triton-hub-faq-item summary::-webkit-details-marker {
  display: none;
}

.triton-hub-faq-item summary::after {
  content: "\002B";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #1aaed8;
  font-size: 24px;
  font-weight: 700;
}

.triton-hub-faq-item[open] summary::after {
  content: "\2212";
}

.triton-hub-faq-item div {
  padding: 0 22px 22px;
}

.triton-hub-faq-item p {
  margin: 0;
}

@media (max-width: 680px) {
  .triton-hub-faq-item summary {
    font-size: 16px;
    padding: 18px 52px 18px 18px;
  }

  .triton-hub-faq-item div {
    padding: 0 18px 18px;
  }
}

/* Owner / local experience feature inside hub content */
.triton-hub-owner-feature {
display: grid;
grid-template-columns: minmax(360px, 0.48fr) minmax(0, 1fr);
gap: 28px;
align-items: center;
margin: 28px 0;
padding: 30px;
border-radius: 28px;
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
box-shadow: 0 18px 42px rgba(14, 31, 71, 0.08);
}

.triton-hub-owner-image {
position: relative;
overflow: hidden;
border-radius: 24px;
background: #102452;
box-shadow: 0 22px 54px rgba(14, 31, 71, 0.14);
}

.triton-hub-owner-image img {
display: block;
width: 100%;
height: 520px;
object-fit: cover;
object-position: center;
}

.triton-hub-owner-copy p:last-of-type {
margin-bottom: 0;
}

.triton-hub-owner-points {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 24px;
}

.triton-hub-owner-points span {
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 9px 13px;
border-radius: 999px;
color: #172b5f;
background: #f2f7fb;
border: 1px solid rgba(25, 43, 85, 0.1);
font-size: 13px;
line-height: 1.2;
font-weight: 850;
}

/* Hub FAQ */
.triton-hub-faq {
padding: 34px 0 0;
}

.triton-hub-faq-head {
max-width: 760px;
margin-bottom: 24px;
}

.triton-hub-faq-list {
display: grid;
gap: 14px;
}

.triton-hub-faq-item {
background: #ffffff;
border: 1px solid rgba(25, 43, 85, 0.1);
border-radius: 18px;
box-shadow: 0 14px 34px rgba(14, 31, 71, 0.07);
overflow: hidden;
}

.triton-hub-faq-item summary {
list-style: none;
cursor: pointer;
position: relative;
padding: 22px 58px 22px 22px;
color: #172b5f;
font-size: 18px;
line-height: 1.35;
font-weight: 850;
}

.triton-hub-faq-item summary::-webkit-details-marker {
display: none;
}

.triton-hub-faq-item summary::after {
content: "\002B";
position: absolute;
right: 22px;
top: 50%;
transform: translateY(-50%);
color: #1aaed8;
font-size: 24px;
font-weight: 700;
}

.triton-hub-faq-item[open] summary::after {
content: "\2212";
}

.triton-hub-faq-item div {
padding: 0 22px 22px;
}

.triton-hub-faq-item p {
margin: 0;
}

@media (max-width: 1080px) {
.triton-hub-owner-feature {
grid-template-columns: 1fr;
}

.triton-hub-owner-image img {
height: 460px;
}
}

@media (max-width: 680px) {
.triton-hub-owner-feature {
padding: 22px;
border-radius: 20px;
}

.triton-hub-owner-image {
border-radius: 18px;
}

.triton-hub-owner-image img {
height: 360px;
}

.triton-hub-faq-item summary {
font-size: 16px;
padding: 18px 52px 18px 18px;
}

.triton-hub-faq-item div {
padding: 0 18px 18px;
}
}

.triton-plumbing-hub-hero {
background:
linear-gradient(90deg, rgba(8, 17, 38, 0.94) 0%, rgba(12, 28, 65, 0.84) 42%, rgba(12, 28, 65, 0.46) 72%, rgba(8, 17, 38, 0.34) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/09/triton-plumbing-hero.webp") center center / cover no-repeat;
}

/* Plumbing Hub Hero Service Card */
.triton-plumbing-hub-hero .triton-hub-service-card {
padding: 34px !important;
border-radius: 26px !important;
background:
radial-gradient(circle at top right, rgba(92, 201, 230, 0.14), transparent 42%),
rgba(8, 17, 38, 0.76) !important;
border: 1px solid rgba(255, 255, 255, 0.14) !important;
box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32) !important;
}

.triton-plumbing-hub-hero .triton-hub-service-list {
display: grid;
gap: 4px !important;
list-style: none;
padding: 0;
margin: 0;
}

.triton-plumbing-hub-hero .triton-hub-service-list li {
margin: 0;
}

.triton-plumbing-hub-hero .triton-hub-service-list a {
position: relative;
display: block;
padding: 15px 38px 15px 18px !important;
border-radius: 0 !important;
color: #ffffff;
text-decoration: none;
background: transparent !important;
border: 0 !important;
border-left: 2px solid rgba(92, 201, 230, 0.34) !important;
box-shadow: none !important;
transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.triton-plumbing-hub-hero .triton-hub-service-list a:hover {
background: rgba(255, 255, 255, 0.055) !important;
border-left-color: #5cc9e6 !important;
transform: translateX(3px);
}

.triton-plumbing-hub-hero .triton-hub-service-list a::after {
content: "\2192";
position: absolute;
right: 16px;
top: 50%;
color: #5cc9e6;
font-size: 16px;
font-weight: 900;
transform: translateY(-50%);
transition: transform 0.2s ease;
}

.triton-plumbing-hub-hero .triton-hub-service-list a:hover::after {
transform: translate(4px, -50%);
}

.triton-plumbing-hub-hero .triton-hub-service-list strong {
display: block;
margin: 0 0 5px;
color: #ffffff;
font-size: 15px;
line-height: 1.2;
font-weight: 950;
}

.triton-plumbing-hub-hero .triton-hub-service-list small {
display: block;
max-width: 300px;
color: rgba(255, 255, 255, 0.72);
font-size: 12.5px;
line-height: 1.45;
font-weight: 650;
}

@media (max-width: 760px) {
.triton-plumbing-hub-hero {
background:
linear-gradient(180deg, rgba(8, 17, 38, 0.92) 0%, rgba(8, 17, 38, 0.78) 52%, rgba(8, 17, 38, 0.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/06/triton-plumbing-hero.png") center center / cover no-repeat;
}

.triton-plumbing-hub-hero .triton-hub-service-card {
padding: 22px !important;
}

.triton-plumbing-hub-hero .triton-hub-service-list a {
padding: 15px 36px 15px 16px !important;
}

.triton-plumbing-hub-hero .triton-hub-service-list small {
max-width: none;
}
}

/* Plumbing hub service grid adjustment */
.triton-plumbing-content .triton-hub-services {
grid-template-columns: repeat(5, minmax(0, 1fr));
}

.triton-plumbing-content .triton-hub-service-tile {
min-height: 330px;
}

.triton-plumbing-content .triton-hub-feature-tile {
padding-bottom: 72px;
}

@media (max-width: 1180px) {
.triton-plumbing-content .triton-hub-services {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 860px) {
.triton-plumbing-content .triton-hub-services {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 680px) {
.triton-plumbing-content .triton-hub-services {
grid-template-columns: 1fr;
}

.triton-plumbing-content .triton-hub-service-tile {
min-height: 230px;
}
}

.triton-protection-page {
background: #f5f8fc;
color: #172b5f;
overflow: hidden;
}

.triton-protection-page * {
box-sizing: border-box;
}

.triton-protection-shell {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
}

.triton-protection-page h1,
.triton-protection-page h2,
.triton-protection-page h3 {
margin: 0 0 16px;
color: #172b5f;
line-height: 1.06;
letter-spacing: -0.035em;
font-weight: 900;
}

.triton-protection-page h1 {
color: #ffffff;
font-size: clamp(42px, 5.4vw, 76px);
}

.triton-protection-page h2 {
font-size: clamp(32px, 3.6vw, 52px);
}

.triton-protection-page h3 {
font-size: 25px;
}

.triton-protection-page p {
margin: 0 0 18px;
color: #526078;
font-size: 16px;
line-height: 1.78;
}

.triton-protection-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: #1aaed8;
font-size: 12px;
line-height: 1;
letter-spacing: .16em;
text-transform: uppercase;
font-weight: 950;
}

.triton-protection-eyebrow::before {
content: "";
width: 34px;
height: 2px;
background: #1aaed8;
}

.triton-protection-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 15px 26px;
border-radius: 999px;
font-size: 15px;
line-height: 1;
font-weight: 950;
text-decoration: none;
transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.triton-protection-btn:hover {
transform: translateY(-2px);
}

.triton-protection-btn-primary {
background: #5cc9e6;
color: #081126 !important;
box-shadow: 0 18px 42px rgba(92, 201, 230, .28);
}

.triton-protection-btn-secondary {
color: #ffffff !important;
background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.24);
}

/* HERO */
.triton-protection-hero {
position: relative;
min-height: 680px;
display: flex;
align-items: center;
color: #ffffff;
background:
linear-gradient(90deg, rgba(8,17,38,.95) 0%, rgba(12,28,65,.86) 46%, rgba(12,28,65,.46) 74%, rgba(8,17,38,.30) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/06/triton-plumbing-hero.png") center center / cover no-repeat;
}

.triton-protection-hero::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 16% 42%, rgba(92,201,230,.22), transparent 34%),
linear-gradient(180deg, rgba(8,17,38,.08) 0%, rgba(8,17,38,.88) 100%);
z-index: 1;
}

.triton-protection-hero::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 6px;
background: linear-gradient(90deg, transparent 0%, rgba(92,201,230,.95) 18%, rgba(92,201,230,.95) 82%, transparent 100%);
box-shadow: 0 0 28px rgba(92,201,230,.58);
z-index: 2;
}

.triton-protection-hero-inner {
position: relative;
z-index: 3;
width: min(1240px, calc(100% - 44px));
margin: 0 auto;
padding: 128px 0 118px;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(340px, .55fr);
gap: 42px;
align-items: center;
}

.triton-protection-copy p {
max-width: 760px;
color: rgba(255,255,255,.84);
font-size: clamp(17px, 1.3vw, 20px);
}

.triton-protection-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 34px;
}

.triton-protection-pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 24px;
}

.triton-protection-pills span {
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 9px 14px;
border-radius: 999px;
color: rgba(255,255,255,.88);
background: rgba(255,255,255,.085);
border: 1px solid rgba(255,255,255,.16);
font-size: 13px;
font-weight: 850;
}

.triton-protection-hero-card {
padding: 30px;
border-radius: 26px;
background:
radial-gradient(circle at top right, rgba(92,201,230,.14), transparent 42%),
rgba(8,17,38,.76);
border: 1px solid rgba(255,255,255,.14);
box-shadow: 0 28px 70px rgba(0,0,0,.32);
backdrop-filter: blur(18px);
}

.triton-protection-hero-card > span {
display: block;
margin-bottom: 16px;
color: #5cc9e6;
font-size: 12px;
letter-spacing: .14em;
text-transform: uppercase;
font-weight: 950;
}

.triton-protection-hero-card h2,
.triton-protection-hero-card p {
color: #ffffff;
}

.triton-protection-hero-card p {
color: rgba(255,255,255,.78);
}

.triton-protection-hero-card ul {
list-style: none;
padding: 0;
margin: 20px 0 0;
display: grid;
gap: 10px;
}

.triton-protection-hero-card li {
position: relative;
padding: 12px 14px 12px 34px;
border-left: 2px solid rgba(92,201,230,.42);
color: rgba(255,255,255,.88);
background: rgba(255,255,255,.055);
font-size: 14px;
line-height: 1.45;
font-weight: 800;
}

.triton-protection-hero-card li::before {
content: "";
position: absolute;
left: 15px;
top: 50%;
width: 7px;
height: 7px;
border-radius: 50%;
background: #5cc9e6;
transform: translateY(-50%);
}

/* INTRO */
.triton-protection-intro,
.triton-protection-plans,
.triton-protection-why,
.triton-protection-included,
.triton-protection-band,
.triton-protection-form-section,
.triton-protection-faq {
padding: 76px 0;
}

.triton-protection-intro-grid,
.triton-protection-why-grid,
.triton-protection-form-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(360px, .55fr);
gap: 34px;
align-items: center;
}

.triton-protection-intro-copy,
.triton-protection-image-card,
.triton-protection-why-card,
.triton-protection-form-card {
background: #ffffff;
border: 1px solid rgba(25,43,85,.1);
box-shadow: 0 18px 42px rgba(14,31,71,.08);
border-radius: 26px;
}

.triton-protection-intro-copy,
.triton-protection-why-card,
.triton-protection-form-card {
padding: 34px;
}

.triton-protection-image-card {
overflow: hidden;
}

.triton-protection-image-card img {
display: block;
width: 100%;
height: 520px;
object-fit: cover;
}

/* PLANS */
.triton-protection-plans {
background:
radial-gradient(circle at top left, rgba(92,201,230,.10), transparent 34%),
linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.triton-protection-section-head {
max-width: 840px;
margin-bottom: 30px;
}

.triton-plan-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}

.triton-plan-card {
position: relative;
padding: 32px;
border-radius: 26px;
background: #ffffff;
border: 1px solid rgba(25,43,85,.1);
box-shadow: 0 18px 42px rgba(14,31,71,.08);
overflow: hidden;
}

.triton-plan-card::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 5px;
background: #bfc7d4;
}

.triton-plan-gold::before {
background: #d9b84f;
}

.triton-plan-diamond::before {
background: #5cc9e6;
}

.triton-plan-badge {
position: absolute;
top: 18px;
right: 18px;
padding: 7px 10px;
border-radius: 999px;
background: rgba(217,184,79,.16);
color: #8d6b00;
font-size: 10px;
line-height: 1;
letter-spacing: .12em;
text-transform: uppercase;
font-weight: 950;
}

.triton-plan-top span {
display: block;
margin-bottom: 12px;
color: #1aaed8;
font-size: 12px;
letter-spacing: .14em;
text-transform: uppercase;
font-weight: 950;
}

.triton-plan-top h3 {
margin-bottom: 4px;
font-size: 54px;
color: #172b5f;
}

.triton-plan-top p {
margin-bottom: 24px;
color: #526078;
font-weight: 800;
}

.triton-plan-card ul {
list-style: none;
padding: 0;
margin: 0 0 24px;
display: grid;
gap: 12px;
}

.triton-plan-card li {
position: relative;
padding-left: 26px;
color: #526078;
font-size: 15px;
line-height: 1.55;
font-weight: 750;
}

.triton-plan-card li::before {
content: "";
position: absolute;
left: 0;
top: 9px;
width: 9px;
height: 9px;
border-radius: 50%;
background: #5cc9e6;
box-shadow: 0 0 0 5px rgba(92,201,230,.14);
}

.triton-plan-card a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
width: 100%;
border-radius: 999px;
background: #102452;
color: #ffffff;
text-decoration: none;
font-weight: 950;
}

/* WHY */
.triton-protection-why {
background: #102452;
}

.triton-protection-why-card {
background:
radial-gradient(circle at top right, rgba(92,201,230,.16), transparent 42%),
rgba(255,255,255,.06);
border-color: rgba(255,255,255,.14);
}

.triton-protection-why-card h2,
.triton-protection-why-card p {
color: #ffffff;
}

.triton-protection-why-card p {
color: rgba(255,255,255,.78);
}

.triton-protection-benefits {
display: grid;
gap: 14px;
}

.triton-protection-benefits div {
padding: 20px;
border-radius: 18px;
background: rgba(255,255,255,.075);
border: 1px solid rgba(255,255,255,.13);
}

.triton-protection-benefits strong {
display: block;
margin-bottom: 8px;
color: #5cc9e6;
font-size: 16px;
font-weight: 950;
}

.triton-protection-benefits p {
margin: 0;
color: rgba(255,255,255,.78);
font-size: 14px;
}

/* INCLUDED */
.triton-protection-service-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0,1fr));
gap: 16px;
}

.triton-protection-service-grid a {
display: block;
min-height: 250px;
padding: 24px;
border-radius: 22px;
background: #ffffff;
border: 1px solid rgba(25,43,85,.1);
box-shadow: 0 18px 42px rgba(14,31,71,.08);
text-decoration: none;
}

.triton-protection-service-grid span {
width: 42px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 22px;
border-radius: 50%;
background: #eef9fd;
color: #1aaed8;
font-size: 13px;
font-weight: 950;
}

/* BAND */
.triton-protection-band {
background: #5cc9e6;
}

.triton-protection-band-box {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 22px;
align-items: center;
}

.triton-protection-band-box h2,
.triton-protection-band-box p {
color: #102452;
}

.triton-protection-band-box p {
margin: 0;
}

.triton-protection-band-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
}

.triton-protection-band-actions a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 13px 22px;
border-radius: 999px;
text-decoration: none;
background: #102452;
color: #ffffff;
font-weight: 950;
}

/* FORM */
.triton-protection-form-section {
background:
linear-gradient(90deg, rgba(8,17,38,.90), rgba(12,28,65,.78)),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/06/triton-plumbing-hero.png") center center / cover no-repeat;
}

.triton-protection-form-copy h2,
.triton-protection-form-copy p {
color: #ffffff;
}

.triton-protection-form-copy p {
color: rgba(255,255,255,.78);
}

.triton-protection-contact-card {
display: grid;
gap: 12px;
margin-top: 24px;
}

.triton-protection-contact-card a {
display: block;
padding: 16px;
border-radius: 16px;
color: #ffffff;
text-decoration: none;
background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.14);
}

.triton-protection-contact-card strong {
display: block;
margin-bottom: 6px;
color: #5cc9e6;
font-size: 12px;
letter-spacing: .14em;
text-transform: uppercase;
}

.triton-protection-contact-card span {
color: rgba(255,255,255,.88);
font-weight: 850;
}

.triton-protection-form-card > span {
display: block;
margin-bottom: 16px;
color: #1aaed8;
font-size: 12px;
letter-spacing: .14em;
text-transform: uppercase;
font-weight: 950;
}

/* Fluent form */
.triton-protection-form-card .ff-el-group {
margin-bottom: 14px !important;
}

.triton-protection-form-card .ff-el-input--label label,
.triton-protection-form-card .ff-el-input--label {
color: #172b5f !important;
font-size: 12px !important;
font-weight: 850 !important;
}

.triton-protection-form-card input[type="text"],
.triton-protection-form-card input[type="email"],
.triton-protection-form-card input[type="tel"],
.triton-protection-form-card select,
.triton-protection-form-card textarea,
.triton-protection-form-card .ff-el-form-control {
width: 100% !important;
min-height: 46px !important;
border: 1px solid rgba(25,43,85,.14) !important;
border-radius: 12px !important;
background: #f6f9fc !important;
color: #172b5f !important;
font-size: 14px !important;
padding: 12px 13px !important;
box-shadow: none !important;
}

.triton-protection-form-card .ff-btn-submit,
.triton-protection-form-card button[type="submit"],
.triton-protection-form-card input[type="submit"] {
width: 100% !important;
min-height: 50px !important;
border: 0 !important;
border-radius: 999px !important;
background: #5cc9e6 !important;
color: #102452 !important;
font-size: 15px !important;
font-weight: 950 !important;
}

/* FAQ */
.triton-protection-faq-list {
display: grid;
gap: 14px;
}

.triton-protection-faq-list details {
background: #ffffff;
border: 1px solid rgba(25,43,85,.1);
border-radius: 18px;
box-shadow: 0 14px 34px rgba(14,31,71,.07);
overflow: hidden;
}

.triton-protection-faq-list summary {
list-style: none;
cursor: pointer;
position: relative;
padding: 22px 58px 22px 22px;
color: #172b5f;
font-size: 18px;
line-height: 1.35;
font-weight: 850;
}

.triton-protection-faq-list summary::-webkit-details-marker {
display: none;
}

.triton-protection-faq-list summary::after {
content: "\002B";
position: absolute;
right: 22px;
top: 50%;
transform: translateY(-50%);
color: #1aaed8;
font-size: 24px;
font-weight: 700;
}

.triton-protection-faq-list details[open] summary::after {
content: "\2212";
}

.triton-protection-faq-list details p {
padding: 0 22px 22px;
margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1080px) {
.triton-protection-hero-inner,
.triton-protection-intro-grid,
.triton-protection-why-grid,
.triton-protection-form-grid,
.triton-protection-band-box {
grid-template-columns: 1fr;
}

.triton-plan-grid,
.triton-protection-service-grid {
grid-template-columns: repeat(2, minmax(0,1fr));
}
}

@media (max-width: 760px) {
.triton-protection-shell,
.triton-protection-hero-inner {
width: min(100%, calc(100% - 32px));
}

.triton-protection-hero {
min-height: auto;
background:
linear-gradient(180deg, rgba(8,17,38,.92) 0%, rgba(8,17,38,.78) 52%, rgba(8,17,38,.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/06/triton-plumbing-hero.png") center center / cover no-repeat;
}

.triton-protection-hero-inner {
padding: 90px 0 76px;
}

.triton-protection-page h1 {
font-size: 36px;
}

.triton-protection-actions,
.triton-protection-band-actions {
flex-direction: column;
}

.triton-protection-btn,
.triton-protection-band-actions a {
width: 100%;
}

.triton-protection-intro,
.triton-protection-plans,
.triton-protection-why,
.triton-protection-included,
.triton-protection-band,
.triton-protection-form-section,
.triton-protection-faq {
padding: 56px 0;
}

.triton-plan-grid,
.triton-protection-service-grid {
grid-template-columns: 1fr;
}

.triton-protection-intro-copy,
.triton-protection-why-card,
.triton-protection-form-card,
.triton-plan-card {
padding: 22px;
border-radius: 20px;
}

.triton-protection-image-card img {
height: 360px;
}
}

/* Protection Plans - undo ultra-wide cap and restore full hero */
.triton-protection-hero {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

/* Keep content centered and controlled */
.triton-protection-hero-inner {
  width: min(1240px, calc(100% - 44px)) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.55fr) !important;
}

/* Prevent text/card from drifting too wide */
.triton-protection-copy {
  max-width: 760px !important;
}

.triton-protection-hero-card {
  max-width: 430px !important;
  justify-self: end !important;
}

/* Better balance on very large screens */
@media (min-width: 1600px) {
  .triton-protection-hero {
    min-height: 650px !important;
    background-position: center center !important;
  }

  .triton-protection-hero-inner {
    padding-top: 118px !important;
    padding-bottom: 112px !important;
  }
}

/* Tablet/mobile reset */
@media (max-width: 1080px) {
  .triton-protection-hero-inner {
    grid-template-columns: 1fr !important;
  }

  .triton-protection-copy,
  .triton-protection-hero-card {
    max-width: none !important;
    justify-self: stretch !important;
  }
}

@media (min-width: 2400px) {
  .elementor-31 .elementor-element.elementor-element-3050b85 {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

/* Triton Blog Archive Card Polish - Actual Elementor Loop Classes */
body.blog,
body.archive,
body.category {
background: #102452 !important;
}

/* Main blog card */
body.blog .elementor-element-92423ab,
body.archive .elementor-element-92423ab,
body.category .elementor-element-92423ab {
background:
linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.025)) !important;
border: 1px solid rgba(255,255,255,0.18) !important;
border-radius: 22px !important;
overflow: hidden !important;
box-shadow: 0 22px 52px rgba(0,0,0,0.16) !important;
transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

/* Hover */
body.blog .elementor-element-92423ab:hover,
body.archive .elementor-element-92423ab:hover,
body.category .elementor-element-92423ab:hover {
transform: translateY(-5px);
border-color: rgba(92, 201, 230, 0.58) !important;
box-shadow: 0 28px 68px rgba(0,0,0,0.25) !important;
}

/* Image area */
body.blog .elementor-element-75fd82a,
body.archive .elementor-element-75fd82a,
body.category .elementor-element-75fd82a {
overflow: hidden !important;
border-radius: 0 !important;
}

body.blog .elementor-element-75fd82a img,
body.archive .elementor-element-75fd82a img,
body.category .elementor-element-75fd82a img {
width: 100% !important;
height: 255px !important;
object-fit: cover !important;
display: block !important;
transition: transform .35s ease, opacity .35s ease !important;
}

/* Image hover */
body.blog .elementor-element-92423ab:hover .elementor-element-75fd82a img,
body.archive .elementor-element-92423ab:hover .elementor-element-75fd82a img,
body.category .elementor-element-92423ab:hover .elementor-element-75fd82a img {
transform: scale(1.045);
opacity: .92;
}

/* Content container */
body.blog .elementor-element-5955b20,
body.archive .elementor-element-5955b20,
body.category .elementor-element-5955b20 {
padding: 24px 24px 28px !important;
background: transparent !important;
}

/* Remove Elementor inner width restriction */
body.blog .elementor-element-5955b20 > .e-con-inner,
body.archive .elementor-element-5955b20 > .e-con-inner,
body.category .elementor-element-5955b20 > .e-con-inner {
padding: 0 !important;
max-width: none !important;
}

/* Date */
body.blog .elementor-widget-post-info,
body.archive .elementor-widget-post-info,
body.category .elementor-widget-post-info {
margin-bottom: 14px !important;
}

body.blog .elementor-post-info,
body.archive .elementor-post-info,
body.category .elementor-post-info,
body.blog .elementor-post-info time,
body.archive .elementor-post-info time,
body.category .elementor-post-info time {
color: #5cc9e6 !important;
font-size: 12px !important;
font-weight: 850 !important;
letter-spacing: .08em !important;
text-transform: uppercase !important;
}

/* Title */
body.blog .elementor-widget-theme-post-title h3,
body.archive .elementor-widget-theme-post-title h3,
body.category .elementor-widget-theme-post-title h3 {
margin: 0 0 14px !important;
}

body.blog .elementor-widget-theme-post-title h3 a,
body.archive .elementor-widget-theme-post-title h3 a,
body.category .elementor-widget-theme-post-title h3 a {
color: #ffffff !important;
font-size: clamp(22px, 1.7vw, 30px) !important;
line-height: 1.08 !important;
letter-spacing: -0.025em !important;
font-weight: 900 !important;
text-decoration: none !important;
transition: color .2s ease !important;
}

body.blog .elementor-widget-theme-post-title h3 a:hover,
body.archive .elementor-widget-theme-post-title h3 a:hover,
body.category .elementor-widget-theme-post-title h3 a:hover {
color: #5cc9e6 !important;
}

/* Excerpt */
body.blog .elementor-widget-theme-post-excerpt p,
body.archive .elementor-widget-theme-post-excerpt p,
body.category .elementor-widget-theme-post-excerpt p {
color: rgba(255,255,255,0.78) !important;
font-size: 16px !important;
line-height: 1.65 !important;
margin: 0 !important;
}

/* Optional first card highlight */
body.blog .elementor-element-92423ab:first-of-type,
body.archive .elementor-element-92423ab:first-of-type,
body.category .elementor-element-92423ab:first-of-type {
border-color: rgba(92, 201, 230, 0.62) !important;
background:
radial-gradient(circle at top left, rgba(92,201,230,.18), transparent 42%),
linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025)) !important;
}

/* Mobile */
@media (max-width: 767px) {
body.blog .elementor-element-75fd82a img,
body.archive .elementor-element-75fd82a img,
body.category .elementor-element-75fd82a img {
height: 220px !important;
}

body.blog .elementor-element-5955b20,
body.archive .elementor-element-5955b20,
body.category .elementor-element-5955b20 {
padding: 22px !important;
}

body.blog .elementor-widget-theme-post-title h3 a,
body.archive .elementor-widget-theme-post-title h3 a,
body.category .elementor-widget-theme-post-title h3 a {
font-size: 22px !important;
}
}

/* ================================
TRITON BLOG ARCHIVE — PREMIUM POLISH
================================ */

/* Overall archive page spacing */
body.blog,
body.archive,
body.category {
background:
radial-gradient(circle at top left, rgba(92, 201, 230, 0.10), transparent 30%),
linear-gradient(180deg, #102452 0%, #172f68 52%, #102452 100%) !important;
}

/* Add breathing room between header and first blog row */
body.blog main,
body.archive main,
body.category main,
body.blog .site-main,
body.archive .site-main,
body.category .site-main,
body.blog .elementor-location-archive,
body.archive .elementor-location-archive,
body.category .elementor-location-archive {
padding-top: 52px !important;
}

/* Keep archive grid centered and premium */
body.blog .elementor-widget-loop-grid,
body.archive .elementor-widget-loop-grid,
body.category .elementor-widget-loop-grid,
body.blog .elementor-loop-container,
body.archive .elementor-loop-container,
body.category .elementor-loop-container {
width: min(1180px, calc(100% - 36px)) !important;
margin-left: auto !important;
margin-right: auto !important;
}

/* Better grid spacing */
body.blog .elementor-loop-container,
body.archive .elementor-loop-container,
body.category .elementor-loop-container {
gap: 30px !important;
}

/* Blog card */
body.blog .elementor-element-92423ab,
body.archive .elementor-element-92423ab,
body.category .elementor-element-92423ab {
position: relative;
min-height: 100%;
background:
radial-gradient(circle at top left, rgba(92, 201, 230, 0.08), transparent 42%),
linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.028)) !important;
border: 1px solid rgba(255,255,255,0.17) !important;
border-radius: 24px !important;
overflow: hidden !important;
box-shadow:
0 22px 54px rgba(0,0,0,0.20),
inset 0 1px 0 rgba(255,255,255,0.055) !important;
transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease !important;
}

/* Cyan top accent */
body.blog .elementor-element-92423ab::before,
body.archive .elementor-element-92423ab::before,
body.category .elementor-element-92423ab::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg, transparent, rgba(92,201,230,.95), transparent);
opacity: 0;
transition: opacity .24s ease;
z-index: 3;
}

body.blog .elementor-element-92423ab:hover,
body.archive .elementor-element-92423ab:hover,
body.category .elementor-element-92423ab:hover {
transform: translateY(-6px);
border-color: rgba(92, 201, 230, 0.58) !important;
box-shadow:
0 32px 76px rgba(0,0,0,0.30),
inset 0 1px 0 rgba(255,255,255,0.08) !important;
}

body.blog .elementor-element-92423ab:hover::before,
body.archive .elementor-element-92423ab:hover::before,
body.category .elementor-element-92423ab:hover::before {
opacity: 1;
}

/* Image treatment */
body.blog .elementor-element-75fd82a,
body.archive .elementor-element-75fd82a,
body.category .elementor-element-75fd82a {
position: relative;
overflow: hidden !important;
}

body.blog .elementor-element-75fd82a::after,
body.archive .elementor-element-75fd82a::after,
body.category .elementor-element-75fd82a::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(180deg, rgba(8,17,38,0.00) 35%, rgba(8,17,38,0.46) 100%),
linear-gradient(90deg, rgba(92,201,230,0.10), transparent 60%);
pointer-events: none;
z-index: 2;
}

body.blog .elementor-element-75fd82a img,
body.archive .elementor-element-75fd82a img,
body.category .elementor-element-75fd82a img {
width: 100% !important;
height: 245px !important;
object-fit: cover !important;
display: block !important;
filter: saturate(1.04) contrast(1.02) !important;
transition: transform .38s ease, opacity .38s ease, filter .38s ease !important;
}

body.blog .elementor-element-92423ab:hover .elementor-element-75fd82a img,
body.archive .elementor-element-92423ab:hover .elementor-element-75fd82a img,
body.category .elementor-element-92423ab:hover .elementor-element-75fd82a img {
transform: scale(1.055);
opacity: .94;
filter: saturate(1.1) contrast(1.05) !important;
}

/* Content box */
body.blog .elementor-element-5955b20,
body.archive .elementor-element-5955b20,
body.category .elementor-element-5955b20 {
padding: 26px 24px 30px !important;
background: transparent !important;
}

body.blog .elementor-element-5955b20 > .e-con-inner,
body.archive .elementor-element-5955b20 > .e-con-inner,
body.category .elementor-element-5955b20 > .e-con-inner {
padding: 0 !important;
max-width: none !important;
}

/* Date */
body.blog .elementor-widget-post-info,
body.archive .elementor-widget-post-info,
body.category .elementor-widget-post-info {
margin-bottom: 14px !important;
}

body.blog .elementor-post-info,
body.archive .elementor-post-info,
body.category .elementor-post-info,
body.blog .elementor-post-info time,
body.archive .elementor-post-info time,
body.category .elementor-post-info time {
color: #5cc9e6 !important;
font-size: 11px !important;
font-weight: 950 !important;
letter-spacing: .12em !important;
text-transform: uppercase !important;
}

/* Title */
body.blog .elementor-widget-theme-post-title h3,
body.archive .elementor-widget-theme-post-title h3,
body.category .elementor-widget-theme-post-title h3 {
margin: 0 0 14px !important;
}

body.blog .elementor-widget-theme-post-title h3 a,
body.archive .elementor-widget-theme-post-title h3 a,
body.category .elementor-widget-theme-post-title h3 a {
color: #ffffff !important;
font-size: clamp(22px, 1.55vw, 29px) !important;
line-height: 1.06 !important;
letter-spacing: -0.032em !important;
font-weight: 950 !important;
text-decoration: none !important;
transition: color .2s ease !important;
}

body.blog .elementor-widget-theme-post-title h3 a:hover,
body.archive .elementor-widget-theme-post-title h3 a:hover,
body.category .elementor-widget-theme-post-title h3 a:hover {
color: #5cc9e6 !important;
}

/* Excerpt */
body.blog .elementor-widget-theme-post-excerpt p,
body.archive .elementor-widget-theme-post-excerpt p,
body.category .elementor-widget-theme-post-excerpt p {
color: rgba(255,255,255,0.74) !important;
font-size: 15.5px !important;
line-height: 1.62 !important;
margin: 0 !important;
}

/* Featured first card */
body.blog .elementor-loop-container > .elementor-element:first-child .elementor-element-92423ab,
body.archive .elementor-loop-container > .elementor-element:first-child .elementor-element-92423ab,
body.category .elementor-loop-container > .elementor-element:first-child .elementor-element-92423ab {
border-color: rgba(92, 201, 230, 0.68) !important;
background:
radial-gradient(circle at top left, rgba(92,201,230,.22), transparent 42%),
linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.032)) !important;
}

/* Pagination */
body.blog .elementor-pagination,
body.archive .elementor-pagination,
body.category .elementor-pagination {
width: min(1180px, calc(100% - 36px));
margin: 42px auto 0 !important;
display: flex !important;
justify-content: center;
align-items: center;
gap: 10px;
color: rgba(255,255,255,0.78) !important;
}

body.blog .elementor-pagination a,
body.archive .elementor-pagination a,
body.category .elementor-pagination a,
body.blog .elementor-pagination span,
body.archive .elementor-pagination span,
body.category .elementor-pagination span {
min-width: 40px;
height: 40px;
padding: 0 13px;
display: inline-flex !important;
align-items: center;
justify-content: center;
border-radius: 999px;
text-decoration: none !important;
color: rgba(255,255,255,0.82) !important;
background: rgba(255,255,255,0.07);
border: 1px solid rgba(255,255,255,0.14);
font-size: 13px;
font-weight: 850;
transition: .2s ease;
}

body.blog .elementor-pagination a:hover,
body.archive .elementor-pagination a:hover,
body.category .elementor-pagination a:hover,
body.blog .elementor-pagination .current,
body.archive .elementor-pagination .current,
body.category .elementor-pagination .current {
color: #102452 !important;
background: #5cc9e6 !important;
border-color: #5cc9e6 !important;
box-shadow: 0 12px 26px rgba(92,201,230,.24);
}

/* Footer breathing room after pagination */
body.blog .triton-footer,
body.archive .triton-footer,
body.category .triton-footer {
margin-top: 70px !important;
}

/* Tablet */
@media (max-width: 1024px) {
body.blog main,
body.archive main,
body.category main,
body.blog .site-main,
body.archive .site-main,
body.category .site-main,
body.blog .elementor-location-archive,
body.archive .elementor-location-archive,
body.category .elementor-location-archive {
padding-top: 38px !important;
}

body.blog .elementor-element-75fd82a img,
body.archive .elementor-element-75fd82a img,
body.category .elementor-element-75fd82a img {
height: 225px !important;
}
}

/* Mobile */
@media (max-width: 767px) {
body.blog .elementor-widget-loop-grid,
body.archive .elementor-widget-loop-grid,
body.category .elementor-widget-loop-grid,
body.blog .elementor-loop-container,
body.archive .elementor-loop-container,
body.category .elementor-loop-container {
width: min(100%, calc(100% - 28px)) !important;
}

body.blog .elementor-loop-container,
body.archive .elementor-loop-container,
body.category .elementor-loop-container {
gap: 22px !important;
}

body.blog .elementor-element-75fd82a img,
body.archive .elementor-element-75fd82a img,
body.category .elementor-element-75fd82a img {
height: 215px !important;
}

body.blog .elementor-element-5955b20,
body.archive .elementor-element-5955b20,
body.category .elementor-element-5955b20 {
padding: 22px !important;
}

body.blog .elementor-widget-theme-post-title h3 a,
body.archive .elementor-widget-theme-post-title h3 a,
body.category .elementor-widget-theme-post-title h3 a {
font-size: 23px !important;
}

body.blog .elementor-pagination,
body.archive .elementor-pagination,
body.category .elementor-pagination {
width: min(100%, calc(100% - 28px));
margin-top: 32px !important;
flex-wrap: wrap;
}
}

/* Blog archive - tighten space between pagination and footer */
body.blog .triton-footer,
body.archive .triton-footer,
body.category .triton-footer {
  margin-top: 0 !important;
}

/* ================================
TRITON SINGLE BLOG POST POLISH
================================ */

body.single-post {
background:
radial-gradient(circle at top left, rgba(92, 201, 230, 0.10), transparent 32%),
linear-gradient(180deg, #102452 0%, #172f68 45%, #102452 100%) !important;
}

/* Main single post archive/content wrapper */
body.single-post main,
body.single-post .site-main,
body.single-post .elementor-location-single {
background: transparent !important;
padding-top: 58px !important;
padding-bottom: 78px !important;
}

/* Main Elementor post container */
body.single-post .elementor-location-single > .elementor-element,
body.single-post article {
background: transparent !important;
}

/* Center post template content */
body.single-post .elementor-location-single .e-con,
body.single-post .elementor-location-single .e-con-inner {
max-width: 1180px;
margin-left: auto;
margin-right: auto;
}

/* Featured image hero treatment */
body.single-post .elementor-widget-theme-post-featured-image {
max-width: 980px;
margin: 0 auto 0 !important;
border-radius: 28px 28px 0 0 !important;
overflow: hidden !important;
border: 1px solid rgba(255, 255, 255, 0.16);
border-bottom: 0;
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

body.single-post .elementor-widget-theme-post-featured-image img {
width: 100% !important;
height: clamp(330px, 42vw, 560px) !important;
object-fit: cover !important;
display: block !important;
filter: saturate(1.04) contrast(1.03);
}

/* Content card directly below image */
body.single-post .elementor-widget-theme-post-title,
body.single-post .elementor-widget-post-info,
body.single-post .elementor-widget-theme-post-content,
body.single-post .elementor-widget-theme-post-excerpt {
max-width: 980px;
margin-left: auto !important;
margin-right: auto !important;
}

/* Title area */
body.single-post .elementor-widget-post-info {
background:
radial-gradient(circle at top left, rgba(92, 201, 230, 0.13), transparent 42%),
linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
border-left: 1px solid rgba(255,255,255,0.16);
border-right: 1px solid rgba(255,255,255,0.16);
padding: 30px 42px 0 !important;
}

body.single-post .elementor-post-info,
body.single-post .elementor-post-info time,
body.single-post .elementor-post-info__item {
color: #5cc9e6 !important;
font-size: 12px !important;
font-weight: 950 !important;
letter-spacing: 0.12em !important;
text-transform: uppercase !important;
}

/* Post title */
body.single-post .elementor-widget-theme-post-title {
background:
linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.035));
border-left: 1px solid rgba(255,255,255,0.16);
border-right: 1px solid rgba(255,255,255,0.16);
padding: 12px 42px 34px !important;
}

body.single-post .elementor-widget-theme-post-title h1,
body.single-post .elementor-widget-theme-post-title h2,
body.single-post .elementor-widget-theme-post-title .elementor-heading-title {
color: #ffffff !important;
font-size: clamp(38px, 5vw, 68px) !important;
line-height: 0.98 !important;
letter-spacing: -0.045em !important;
font-weight: 950 !important;
margin: 0 !important;
}

/* Main post content card */
body.single-post .elementor-widget-theme-post-content {
background: #ffffff !important;
border-radius: 0 0 28px 28px !important;
border: 1px solid rgba(255,255,255,0.16);
border-top: 0;
padding: 48px 52px 56px !important;
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

/* Typography inside post content */
body.single-post .elementor-widget-theme-post-content h2 {
color: #172b5f !important;
font-size: clamp(30px, 3vw, 44px) !important;
line-height: 1.08 !important;
letter-spacing: -0.035em !important;
font-weight: 950 !important;
margin: 38px 0 16px !important;
}

body.single-post .elementor-widget-theme-post-content h3 {
color: #172b5f !important;
font-size: clamp(24px, 2.2vw, 32px) !important;
line-height: 1.12 !important;
letter-spacing: -0.025em !important;
font-weight: 900 !important;
margin: 30px 0 12px !important;
}

body.single-post .elementor-widget-theme-post-content p,
body.single-post .elementor-widget-theme-post-content li {
color: #526078 !important;
font-size: 18px !important;
line-height: 1.82 !important;
}

body.single-post .elementor-widget-theme-post-content p {
margin: 0 0 22px !important;
}

body.single-post .elementor-widget-theme-post-content ul,
body.single-post .elementor-widget-theme-post-content ol {
margin: 20px 0 28px !important;
padding-left: 24px !important;
}

body.single-post .elementor-widget-theme-post-content li {
margin-bottom: 10px !important;
}

body.single-post .elementor-widget-theme-post-content a {
color: #109fcb !important;
font-weight: 850 !important;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
}

body.single-post .elementor-widget-theme-post-content a:hover {
color: #172b5f !important;
}

/* Images inside articles */
body.single-post .elementor-widget-theme-post-content img {
border-radius: 22px !important;
box-shadow: 0 18px 42px rgba(14, 31, 71, 0.12);
margin: 18px 0 28px;
}

/* Blockquotes / callouts if present */
body.single-post .elementor-widget-theme-post-content blockquote {
margin: 34px 0 !important;
padding: 26px 30px !important;
border-left: 4px solid #5cc9e6 !important;
border-radius: 18px !important;
background: #f2f8fc !important;
color: #172b5f !important;
font-size: 20px !important;
line-height: 1.65 !important;
font-weight: 750 !important;
}

/* Optional previous/next nav if template uses it */
body.single-post .elementor-post-navigation,
body.single-post .post-navigation {
max-width: 980px;
margin: 34px auto 0 !important;
padding: 24px !important;
border-radius: 22px;
background: rgba(255,255,255,0.07);
border: 1px solid rgba(255,255,255,0.15);
}

body.single-post .elementor-post-navigation a,
body.single-post .post-navigation a {
color: #ffffff !important;
font-weight: 850 !important;
}

body.single-post .elementor-post-navigation a:hover,
body.single-post .post-navigation a:hover {
color: #5cc9e6 !important;
}

/* Footer spacing */
body.single-post .triton-footer {
margin-top: 0 !important;
}

/* Mobile */
@media (max-width: 767px) {
body.single-post main,
body.single-post .site-main,
body.single-post .elementor-location-single {
padding-top: 32px !important;
padding-bottom: 48px !important;
}

body.single-post .elementor-widget-theme-post-featured-image,
body.single-post .elementor-widget-theme-post-title,
body.single-post .elementor-widget-post-info,
body.single-post .elementor-widget-theme-post-content {
max-width: calc(100% - 28px);
}

body.single-post .elementor-widget-theme-post-featured-image {
border-radius: 22px 22px 0 0 !important;
}

body.single-post .elementor-widget-theme-post-featured-image img {
height: 260px !important;
}

body.single-post .elementor-widget-post-info {
padding: 24px 24px 0 !important;
}

body.single-post .elementor-widget-theme-post-title {
padding: 10px 24px 28px !important;
}

body.single-post .elementor-widget-theme-post-title h1,
body.single-post .elementor-widget-theme-post-title h2,
body.single-post .elementor-widget-theme-post-title .elementor-heading-title {
font-size: 36px !important;
line-height: 1.02 !important;
}

body.single-post .elementor-widget-theme-post-content {
padding: 34px 24px 40px !important;
border-radius: 0 0 22px 22px !important;
}

body.single-post .elementor-widget-theme-post-content p,
body.single-post .elementor-widget-theme-post-content li {
font-size: 16.5px !important;
line-height: 1.75 !important;
}
}

/* Single post - fix previous/next navigation box */
body.single-post .elementor-post-navigation,
body.single-post .post-navigation {
  max-width: 980px !important;
  margin: 34px auto 0 !important;
  padding: 0 !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  overflow: hidden !important;
}

body.single-post .elementor-post-navigation__link,
body.single-post .post-navigation a {
  padding: 26px 32px !important;
}

body.single-post .elementor-post-navigation__separator-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.single-post .elementor-post-navigation__separator {
  height: 54px !important;
  width: 1px !important;
  background: rgba(255,255,255,0.38) !important;
}

body.single-post .elementor-post-navigation__prev--label,
body.single-post .elementor-post-navigation__next--label {
  color: rgba(255,255,255,0.42) !important;
  font-size: 12px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

body.single-post .elementor-post-navigation__prev--title,
body.single-post .elementor-post-navigation__next--title {
  color: #5cc9e6 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}


/* Single Post Date Pill Fix */
body.single-post .elementor-element-488100 {
display: flex !important;
justify-content: center !important;
margin-bottom: 22px !important;
padding: 0 !important;
}

body.single-post .elementor-element-488100 .elementor-icon-list-items,
body.single-post .elementor-element-488100 ul {
margin: 0 !important;
padding: 0 !important;
display: inline-flex !important;
justify-content: center !important;
width: auto !important;
}

body.single-post .elementor-element-488100 .elementor-icon-list-item {
margin: 0 !important;
padding: 0 !important;
}

body.single-post .elementor-element-488100 .elementor-post-info__item,
body.single-post .elementor-element-488100 time {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-height: 38px !important;
padding: 9px 22px !important;
border-radius: 999px !important;
background: rgba(92, 201, 230, 0.12) !important;
border: 1px solid rgba(92, 201, 230, 0.28) !important;
color: #5cc9e6 !important;
font-size: 12px !important;
line-height: 1 !important;
font-weight: 950 !important;
letter-spacing: 0.14em !important;
text-transform: uppercase !important;
}

/* Tighten title after date */
body.single-post .elementor-element-82e004 {
margin-top: 0 !important;
}

body.single-post .elementor-element-82e004 .elementor-heading-title {
margin-top: 0 !important;
}

/* Remove Elementor default post navigation label color */
.elementor-widget-post-navigation span.post-navigation__prev--label,
.elementor-widget-post-navigation span.post-navigation__next--label,
.elementor-widget-post-navigation .elementor-post-navigation__prev--label,
.elementor-widget-post-navigation .elementor-post-navigation__next--label {
  color: rgba(255, 255, 255, 0.42) !important;
}

/* Single post - date cleanup using actual Elementor class */
body.single-post .elementor-element-4a88100 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  width: 100% !important;
}

body.single-post .elementor-element-4a88100 ul,
body.single-post .elementor-element-4a88100 .elementor-post-info,
body.single-post .elementor-element-4a88100 .elementor-inline-items {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-post .elementor-element-4a88100 li,
body.single-post .elementor-element-4a88100 .elementor-icon-list-item {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-post .elementor-element-4a88100 .elementor-post-info__item,
body.single-post .elementor-element-4a88100 time {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 34px !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  background: rgba(92, 201, 230, 0.12) !important;
  border: 1px solid rgba(92, 201, 230, 0.28) !important;
  color: #5cc9e6 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

/* Single post date - remove double box effect only */
body.single-post .elementor-element-4a88100,
body.single-post .elementor-element-4a88100 > .elementor-widget-container,
body.single-post .elementor-element-4a88100 ul,
body.single-post .elementor-element-4a88100 li,
body.single-post .elementor-element-4a88100 span {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.single-post .elementor-element-4a88100 {
  display: flex !important;
  justify-content: center !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
}

body.single-post .elementor-element-4a88100 .elementor-post-info__item,
body.single-post .elementor-element-4a88100 time {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 34px !important;
  padding: 8px 20px !important;
  border-radius: 999px !important;
  background: rgba(92, 201, 230, 0.12) !important;
  border: 1px solid rgba(92, 201, 230, 0.28) !important;
  color: #5cc9e6 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

/* HARD RESET: Single post date only */
body.single-post .elementor-element-4a88100,
body.single-post .elementor-element-4a88100 *,
body.single-post .elementor-element-4a88100 .elementor-widget-container,
body.single-post .elementor-element-4a88100 ul,
body.single-post .elementor-element-4a88100 li,
body.single-post .elementor-element-4a88100 span,
body.single-post .elementor-element-4a88100 time {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

/* Date widget wrapper */
body.single-post .elementor-element-4a88100 {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  text-align: center !important;
}

/* Date list wrapper */
body.single-post .elementor-element-4a88100 .elementor-widget-container,
body.single-post .elementor-element-4a88100 .elementor-post-info,
body.single-post .elementor-element-4a88100 .elementor-icon-list-items {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Date list item */
body.single-post .elementor-element-4a88100 .elementor-icon-list-item {
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Date text/pill */
body.single-post .elementor-element-4a88100 .elementor-post-info__item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: max-content !important;
  min-height: 34px !important;
  margin: 0 auto !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  background: rgba(92, 201, 230, 0.12) !important;
  border: 1px solid rgba(92, 201, 230, 0.28) !important;
  color: #5cc9e6 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

/* Prevent time tag from creating another pill */
body.single-post .elementor-element-4a88100 time {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

/* ================================
TRITON LOCAL HUB TEMPLATE
================================ */

.triton-local-hub {
background:
radial-gradient(circle at top left, rgba(92, 201, 230, 0.10), transparent 32%),
linear-gradient(180deg, #f6f9fc 0%, #ffffff 42%, #f6f9fc 100%);
color: #172b5f;
overflow: hidden;
}

.triton-local-hub * {
box-sizing: border-box;
}

.triton-local-shell {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
}

.triton-local-hub h1,
.triton-local-hub h2,
.triton-local-hub h3 {
margin: 0 0 16px;
color: #172b5f;
line-height: 1.06;
letter-spacing: -0.035em;
font-weight: 900;
}

.triton-local-hub h1 {
color: #ffffff;
font-size: clamp(42px, 5.4vw, 76px);
}

.triton-local-hub h2 {
font-size: clamp(32px, 3.6vw, 52px);
}

.triton-local-hub h3 {
font-size: 25px;
}

.triton-local-hub p {
margin: 0 0 18px;
color: #526078;
font-size: 16px;
line-height: 1.78;
}

.triton-local-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: #1aaed8;
font-size: 12px;
line-height: 1;
letter-spacing: .16em;
text-transform: uppercase;
font-weight: 950;
}

.triton-local-eyebrow::before {
content: "";
width: 34px;
height: 2px;
background: #1aaed8;
}

.triton-local-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 15px 26px;
border-radius: 999px;
font-size: 15px;
line-height: 1;
font-weight: 950;
text-decoration: none;
transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.triton-local-btn:hover {
transform: translateY(-2px);
}

.triton-local-btn-primary {
background: #5cc9e6;
color: #081126 !important;
box-shadow: 0 18px 42px rgba(92, 201, 230, .28);
}

.triton-local-btn-secondary {
color: #ffffff !important;
background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.24);
}

/* HERO */
.triton-local-hero {
position: relative;
min-height: 680px;
display: flex;
align-items: center;
color: #ffffff;
background:
linear-gradient(90deg, rgba(8,17,38,.95) 0%, rgba(12,28,65,.86) 46%, rgba(12,28,65,.46) 74%, rgba(8,17,38,.30) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/06/triton-plumbing-hero.png") center center / cover no-repeat;
}

.triton-local-hero::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 16% 42%, rgba(92,201,230,.22), transparent 34%),
linear-gradient(180deg, rgba(8,17,38,.08) 0%, rgba(8,17,38,.88) 100%);
z-index: 1;
}

.triton-local-hero::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 6px;
background: linear-gradient(90deg, transparent 0%, rgba(92,201,230,.95) 18%, rgba(92,201,230,.95) 82%, transparent 100%);
box-shadow: 0 0 28px rgba(92,201,230,.58);
z-index: 2;
}

.triton-local-hero-inner {
position: relative;
z-index: 3;
width: min(1240px, calc(100% - 44px));
margin: 0 auto;
padding: 128px 0 118px;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(340px, .55fr);
gap: 42px;
align-items: center;
}

.triton-local-hero-copy p {
max-width: 760px;
color: rgba(255,255,255,.84);
font-size: clamp(17px, 1.3vw, 20px);
}

.triton-local-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 34px;
}

.triton-local-pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 24px;
}

.triton-local-pills span {
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 9px 14px;
border-radius: 999px;
color: rgba(255,255,255,.88);
background: rgba(255,255,255,.085);
border: 1px solid rgba(255,255,255,.16);
font-size: 13px;
font-weight: 850;
}

.triton-local-hero-card {
padding: 30px;
border-radius: 26px;
background:
radial-gradient(circle at top right, rgba(92,201,230,.14), transparent 42%),
rgba(8,17,38,.76);
border: 1px solid rgba(255,255,255,.14);
box-shadow: 0 28px 70px rgba(0,0,0,.32);
backdrop-filter: blur(18px);
}

.triton-local-hero-card > span {
display: block;
margin-bottom: 16px;
color: #5cc9e6;
font-size: 12px;
letter-spacing: .14em;
text-transform: uppercase;
font-weight: 950;
}

.triton-local-hero-card h2,
.triton-local-hero-card p {
color: #ffffff;
}

.triton-local-hero-card ul {
list-style: none;
padding: 0;
margin: 20px 0 0;
display: grid;
gap: 10px;
}

.triton-local-hero-card li {
position: relative;
padding: 12px 14px 12px 34px;
border-left: 2px solid rgba(92,201,230,.42);
color: rgba(255,255,255,.88);
background: rgba(255,255,255,.055);
font-size: 14px;
line-height: 1.45;
font-weight: 800;
}

.triton-local-hero-card li::before {
content: "";
position: absolute;
left: 15px;
top: 50%;
width: 7px;
height: 7px;
border-radius: 50%;
background: #5cc9e6;
transform: translateY(-50%);
}

/* SECTIONS */
.triton-local-intro,
.triton-local-services,
.triton-local-feature,
.triton-local-process,
.triton-local-cta,
.triton-local-faq {
padding: 76px 0;
}

.triton-local-intro-grid,
.triton-local-feature-grid,
.triton-local-process-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(360px, .55fr);
gap: 34px;
align-items: center;
}

.triton-local-intro-copy,
.triton-local-image-card,
.triton-local-service-card,
.triton-local-feature-copy,
.triton-local-feature-card,
.triton-local-process-copy,
.triton-local-steps div {
background: #ffffff;
border: 1px solid rgba(25,43,85,.1);
box-shadow: 0 18px 42px rgba(14,31,71,.08);
border-radius: 26px;
}

.triton-local-intro-copy,
.triton-local-feature-copy,
.triton-local-feature-card,
.triton-local-process-copy {
padding: 34px;
}

.triton-local-image-card {
overflow: hidden;
}

.triton-local-image-card img {
display: block;
width: 100%;
height: 520px;
object-fit: cover;
}

/* SERVICE GRID */
.triton-local-services {
background:
radial-gradient(circle at top left, rgba(92,201,230,.10), transparent 34%),
linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.triton-local-section-head {
max-width: 840px;
margin-bottom: 30px;
}

.triton-local-service-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0,1fr));
gap: 16px;
}

.triton-local-service-card {
display: block;
min-height: 270px;
padding: 24px;
text-decoration: none;
transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.triton-local-service-card:hover {
transform: translateY(-5px);
border-color: rgba(92,201,230,.55);
box-shadow: 0 24px 56px rgba(14,31,71,.13);
}

.triton-local-service-card span {
width: 42px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 22px;
border-radius: 50%;
background: #eef9fd;
color: #1aaed8;
font-size: 13px;
font-weight: 950;
}

.triton-local-service-card p {
margin: 0;
font-size: 15px;
}

/* FEATURE */
.triton-local-feature {
background: #102452;
}

.triton-local-feature-copy,
.triton-local-feature-card {
background:
radial-gradient(circle at top right, rgba(92,201,230,.16), transparent 42%),
rgba(255,255,255,.06);
border-color: rgba(255,255,255,.14);
}

.triton-local-feature-copy h2,
.triton-local-feature-copy p,
.triton-local-feature-card h3,
.triton-local-feature-card p {
color: #ffffff;
}

.triton-local-feature-copy p {
color: rgba(255,255,255,.78);
}

.triton-local-feature-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 26px;
}

.triton-local-feature-actions a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 14px 20px;
border-radius: 999px;
background: #5cc9e6;
color: #102452;
text-decoration: none;
font-size: 14px;
font-weight: 950;
}

.triton-local-feature-card > span {
display: block;
margin-bottom: 18px;
color: #5cc9e6;
font-size: 12px;
letter-spacing: .14em;
text-transform: uppercase;
font-weight: 950;
}

.triton-local-feature-card ul {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 11px;
}

.triton-local-feature-card li {
position: relative;
padding: 13px 14px 13px 34px;
border-radius: 14px;
color: rgba(255,255,255,.86);
background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.13);
font-size: 14px;
line-height: 1.45;
font-weight: 800;
}

.triton-local-feature-card li::before {
content: "";
position: absolute;
left: 15px;
top: 50%;
width: 7px;
height: 7px;
border-radius: 50%;
background: #5cc9e6;
transform: translateY(-50%);
}

/* PROCESS */
.triton-local-steps {
display: grid;
gap: 12px;
}

.triton-local-steps div {
padding: 18px;
}

.triton-local-steps strong {
display: block;
margin-bottom: 7px;
color: #172b5f;
font-size: 15px;
font-weight: 950;
}

.triton-local-steps p {
margin: 0;
font-size: 14px;
line-height: 1.55;
}

/* CTA */
.triton-local-cta {
background: #5cc9e6;
}

.triton-local-cta-box {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 24px;
align-items: center;
}

.triton-local-cta h2,
.triton-local-cta p {
color: #102452;
}

.triton-local-cta p {
margin: 0;
}

.triton-local-cta-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
}

.triton-local-cta-actions a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 14px 22px;
border-radius: 999px;
background: #102452;
color: #ffffff;
text-decoration: none;
font-size: 14px;
font-weight: 950;
}

/* FAQ */
.triton-local-faq-list {
display: grid;
gap: 14px;
}

.triton-local-faq-list details {
background: #ffffff;
border: 1px solid rgba(25,43,85,.1);
border-radius: 18px;
box-shadow: 0 14px 34px rgba(14,31,71,.07);
overflow: hidden;
}

.triton-local-faq-list summary {
list-style: none;
cursor: pointer;
position: relative;
padding: 22px 58px 22px 22px;
color: #172b5f;
font-size: 18px;
line-height: 1.35;
font-weight: 850;
}

.triton-local-faq-list summary::-webkit-details-marker {
display: none;
}

.triton-local-faq-list summary::after {
content: "\002B";
position: absolute;
right: 22px;
top: 50%;
transform: translateY(-50%);
color: #1aaed8;
font-size: 24px;
font-weight: 700;
}

.triton-local-faq-list details[open] summary::after {
content: "\2212";
}

.triton-local-faq-list details p {
padding: 0 22px 22px;
margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1080px) {
.triton-local-hero-inner,
.triton-local-intro-grid,
.triton-local-feature-grid,
.triton-local-process-grid,
.triton-local-cta-box {
grid-template-columns: 1fr;
}

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

@media (max-width: 760px) {
.triton-local-shell,
.triton-local-hero-inner {
width: min(100%, calc(100% - 32px));
}

.triton-local-hero {
min-height: auto;
background:
linear-gradient(180deg, rgba(8,17,38,.92) 0%, rgba(8,17,38,.78) 52%, rgba(8,17,38,.94) 100%),
url("https://tritonplumbingllc.com/wp-content/uploads/2026/06/triton-plumbing-hero.png") center center / cover no-repeat;
}

.triton-local-hero-inner {
padding: 90px 0 76px;
}

.triton-local-hub h1 {
font-size: 36px;
}

.triton-local-hero-actions,
.triton-local-feature-actions,
.triton-local-cta-actions {
flex-direction: column;
}

.triton-local-btn,
.triton-local-feature-actions a,
.triton-local-cta-actions a {
width: 100%;
}

.triton-local-intro,
.triton-local-services,
.triton-local-feature,
.triton-local-process,
.triton-local-cta,
.triton-local-faq {
padding: 56px 0;
}

.triton-local-service-grid {
grid-template-columns: 1fr;
}

.triton-local-intro-copy,
.triton-local-feature-copy,
.triton-local-feature-card,
.triton-local-process-copy {
padding: 22px;
border-radius: 20px;
}

.triton-local-image-card img {
height: 360px;
}

.triton-local-service-card {
min-height: 230px;
}
}

@media (max-width: 767px) {
  .elementor-403 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-400 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-398 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-402 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-405 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-404 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-401 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-399 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-411 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-406 .elementor-element.elementor-element-8270b6b {
    --padding-top: 0 !important;
    --padding-bottom: 0 !important;
    --padding-left: 0 !important;
    --padding-right: 0 !important;
  }
}

.triton-area-list a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.triton-area-list a:hover {
  color: #102452;
  background: #5cc9e6;
  border-color: #5cc9e6;
  transform: translateY(-1px);
}

/* Footer service area links - final cleanup */
.triton-footer .triton-area-list a,
.triton-footer .triton-area-list a:visited,
.triton-footer .triton-area-list a:hover,
.triton-footer .triton-area-list a:focus,
.triton-footer .triton-area-list a:active {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
  transform: none !important;
}

/* The span is the only visible pill */
.triton-footer .triton-area-list a span {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 42px !important;
  padding: 8px 14px 8px 28px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  color: rgba(255,255,255,.86) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  position: relative !important;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease !important;
}

/* Dot inside each pill */
.triton-footer .triton-area-list a span::before {
  content: "" !important;
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #5cc9e6 !important;
  transform: translateY(-50%) !important;
}

/* Hover state */
.triton-footer .triton-area-list a:hover span,
.triton-footer .triton-area-list a:focus span {
  color: #102452 !important;
  background: #5cc9e6 !important;
  border-color: #5cc9e6 !important;
  transform: translateY(-1px) !important;
}

.triton-footer .triton-area-list a:hover span::before,
.triton-footer .triton-area-list a:focus span::before {
  background: #102452 !important;
}

/* Homepage CTA - clean local CTA layout */
.home .triton-local-cta {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
padding: 64px 64px;
border-radius: 28px;
background:
radial-gradient(circle at top right, rgba(255,255,255,.22), transparent 34%),
linear-gradient(135deg, #5cc9e6 0%, #4fc3df 100%);
display: grid;
grid-template-columns: minmax(0, 1fr) 260px;
gap: 42px;
align-items: center;
box-shadow: 0 24px 70px rgba(16, 36, 82, 0.12);
}

.home .triton-local-cta .triton-local-eyebrow {
color: rgba(16, 36, 82, 0.72);
margin-bottom: 18px;
}

.home .triton-local-cta .triton-local-eyebrow::before {
background: rgba(16, 36, 82, 0.55);
}

.home .triton-local-cta h2 {
max-width: 760px;
margin: 0 0 22px;
color: #102452;
font-size: clamp(34px, 4vw, 54px);
line-height: 1.08;
letter-spacing: -0.04em;
font-weight: 950;
}

.home .triton-local-cta p {
max-width: 780px;
margin: 0;
color: rgba(16, 36, 82, 0.88);
font-size: 17px;
line-height: 1.75;
}

.home .triton-local-actions {
display: flex;
flex-direction: column;
gap: 14px;
align-items: stretch;
justify-content: center;
}

.home .triton-local-actions .triton-local-btn {
width: 100%;
min-height: 54px;
border-radius: 999px;
font-size: 15px;
font-weight: 950;
text-align: center;
text-decoration: none;
}

.home .triton-local-actions .triton-local-btn-primary {
background: #102452 !important;
color: #ffffff !important;
border: 1px solid #102452 !important;
box-shadow: 0 18px 38px rgba(16, 36, 82, 0.22);
}

.home .triton-local-actions .triton-local-btn-secondary {
background: rgba(255,255,255,.14) !important;
color: #102452 !important;
border: 1px solid rgba(16, 36, 82, 0.18) !important;
box-shadow: none !important;
}

.home .triton-local-actions .triton-local-btn-primary:hover,
.home .triton-local-actions .triton-local-btn-secondary:hover {
transform: translateY(-2px);
}

@media (max-width: 900px) {
.home .triton-local-cta {
grid-template-columns: 1fr;
padding: 44px 28px;
gap: 28px;
}

.home .triton-local-actions {
flex-direction: row;
flex-wrap: wrap;
}

.home .triton-local-actions .triton-local-btn {
width: auto;
flex: 1 1 220px;
}
}

@media (max-width: 600px) {
.home .triton-local-cta {
width: min(100%, calc(100% - 28px));
padding: 36px 22px;
border-radius: 22px;
}

.home .triton-local-cta h2 {
font-size: 32px;
}

.home .triton-local-cta p {
font-size: 16px;
}

.home .triton-local-actions {
flex-direction: column;
}

.home .triton-local-actions .triton-local-btn {
width: 100%;
}
}
/* Fix corrupted arrow symbols from CSS encoding restore */
.triton-hero-service-list a::after {
	content: "\2197" !important;
	color: #5cc9e6 !important;
	font-weight: 900 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 1 !important;
}

/* Global Triton corrupted arrow symbol fix */
.triton-hero-service-list a::after,
.triton-plumbing-hub-hero .triton-hub-service-list a::after,
.triton-sub-hero-card a::after,
.triton-hub-service-list a::after {
	content: "\2197" !important;
	color: #5cc9e6 !important;
	font-weight: 900 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 1 !important;
}

/* ============================================================
   TRITON ENCODING FIX — SERVICE LINK ARROWS + HOVER COLOR
   Fixes corrupted \2192 characters after CSS restore
   ============================================================ */

/* Homepage / service grid learn-more links */
.triton-service-link::after,
.triton-service-link:hover::after,
.triton-service-link:focus::after,
.triton-service-link:active::after {
	content: "\2197" !important;
	display: inline-block !important;
	margin-left: 8px !important;
	color: #5cc9e6 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	transform: none !important;
	transition: transform 0.2s ease, color 0.2s ease !important;
}

/* Keep Learn More text readable and on-brand */
.triton-service-link,
.triton-service-link:visited {
	color: #5cc9e6 !important;
	text-decoration: none !important;
}

.triton-service-link:hover,
.triton-service-link:focus,
.triton-service-link:active {
	color: #7fe4ff !important;
	text-decoration: none !important;
}

/* Optional subtle hover movement for arrow only */
.triton-service-link:hover::after,
.triton-service-link:focus::after {
	color: #7fe4ff !important;
	transform: translateX(3px) !important;
}

/* ============================================================
   TRITON TERMS & CONDITIONS PAGE
   ============================================================ */

.triton-terms-page,
.triton-terms-page * {
	box-sizing: border-box;
}

.triton-terms-page {
	font-family: inherit;
	color: #0b2346;
	background: #eef7fb;
}

.triton-terms-shell {
	width: min(100% - 44px, 1180px);
	margin: 0 auto;
}

.triton-terms-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: #55c9e6;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.triton-terms-eyebrow::before {
	display: inline-block;
	width: 34px;
	height: 2px;
	content: "";
	background: #55c9e6;
	border-radius: 999px;
}


/* HERO */

.triton-terms-hero {
	position: relative;
	overflow: hidden;
	padding: 135px 0 90px;
	background:
		linear-gradient(
			90deg,
			rgba(5, 21, 46, .96) 0%,
			rgba(8, 33, 67, .92) 48%,
			rgba(5, 21, 46, .82) 100%
		),
		url("https://tritonplumbingllc.com/wp-content/uploads/2026/06/triton-plumbing-hero.png") center center / cover no-repeat;
	border-bottom: 4px solid #55c9e6;
}

.triton-terms-hero::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		radial-gradient(circle at 18% 55%, rgba(85, 201, 230, .18), transparent 34%),
		linear-gradient(180deg, rgba(5, 21, 46, .10), rgba(5, 21, 46, .60));
	pointer-events: none;
}

.triton-terms-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) 420px;
	gap: 54px;
	align-items: center;
	width: min(100% - 44px, 1180px);
	margin: 0 auto;
}

.triton-terms-copy h1 {
	max-width: 720px;
	margin: 0 0 20px;
	color: #ffffff;
	font-size: clamp(44px, 5.3vw, 76px);
	font-weight: 950;
	line-height: .95;
	letter-spacing: -.055em;
}

.triton-terms-copy p {
	max-width: 760px;
	margin: 0;
	color: rgba(238, 247, 251, .88);
	font-size: 18px;
	line-height: 1.75;
}

.triton-terms-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.triton-terms-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 24px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none !important;
	transition: transform .2s ease, filter .2s ease, background .2s ease;
}

.triton-terms-btn:hover {
	transform: translateY(-2px);
}

.triton-terms-btn-primary {
	color: #061936 !important;
	background: #55c9e6;
}

.triton-terms-btn-secondary {
	color: #ffffff !important;
	background: rgba(255,255,255,.10);
	border: 1px solid rgba(255,255,255,.28);
}

.triton-terms-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.triton-terms-pills span {
	display: inline-flex;
	padding: 9px 13px;
	color: #ffffff;
	background: rgba(255,255,255,.10);
	border: 1px solid rgba(255,255,255,.20);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
}

.triton-terms-hero-card {
	position: relative;
	overflow: hidden;
	padding: 34px 32px;
	background:
		linear-gradient(145deg, rgba(17, 45, 78, .94), rgba(7, 25, 54, .96));
	border: 1px solid rgba(85, 201, 230, .35);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(0,0,0,.24);
}

.triton-terms-hero-card::after {
	position: absolute;
	right: -50px;
	bottom: -70px;
	width: 150px;
	height: 150px;
	content: "";
	border: 1px solid rgba(85,201,230,.16);
	border-radius: 28px;
	transform: rotate(45deg);
}

.triton-terms-hero-card > span {
	display: block;
	margin-bottom: 12px;
	color: #55c9e6;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.triton-terms-hero-card h2 {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 34px;
	font-weight: 950;
	line-height: 1.02;
	letter-spacing: -.045em;
}

.triton-terms-hero-card p {
	margin: 0 0 22px;
	color: rgba(238,247,251,.78);
	font-size: 14px;
	line-height: 1.65;
}

.triton-terms-hero-card ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.triton-terms-hero-card li {
	position: relative;
	padding: 12px 14px 12px 34px;
	color: #ffffff;
	background: rgba(255,255,255,.055);
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 12px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
}

.triton-terms-hero-card li::before {
	position: absolute;
	left: 14px;
	top: 17px;
	width: 7px;
	height: 7px;
	content: "";
	background: #55c9e6;
	border-radius: 999px;
	box-shadow: 0 0 14px rgba(85,201,230,.55);
}


/* INTRO */

.triton-terms-intro {
	padding: 76px 0;
	background: #eef7fb;
}

.triton-terms-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 410px;
	gap: 28px;
	align-items: stretch;
}

.triton-terms-intro-copy,
.triton-terms-summary-card {
	padding: 38px;
	background: #ffffff;
	border: 1px solid rgba(10, 38, 77, .08);
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(10, 38, 77, .08);
}

.triton-terms-intro-copy h2 {
	max-width: 680px;
	margin: 0 0 18px;
	color: #092452;
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 950;
	line-height: 1;
	letter-spacing: -.045em;
}

.triton-terms-intro-copy p,
.triton-terms-summary-card p {
	margin: 0;
	color: #51677f;
	font-size: 15px;
	line-height: 1.75;
}

.triton-terms-intro-copy p + p {
	margin-top: 14px;
}

.triton-terms-summary-card {
	background:
		linear-gradient(145deg, #102e59, #071b38);
}

.triton-terms-summary-card > span {
	display: block;
	margin-bottom: 12px;
	color: #55c9e6;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.triton-terms-summary-card h3 {
	margin: 0 0 20px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 950;
	line-height: 1.05;
	letter-spacing: -.04em;
}

.triton-terms-summary-list {
	display: grid;
	gap: 10px;
}

.triton-terms-summary-list div {
	padding: 15px;
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 14px;
}

.triton-terms-summary-list strong {
	display: block;
	margin-bottom: 4px;
	color: #55c9e6;
	font-size: 15px;
	font-weight: 950;
}

.triton-terms-summary-list p {
	color: rgba(238,247,251,.78);
	font-size: 12.5px;
	line-height: 1.55;
}


/* BODY */

.triton-terms-body {
	padding: 80px 0;
	background: #ffffff;
}

.triton-terms-layout {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

.triton-terms-nav {
	position: sticky;
	top: 130px;
	display: grid;
	gap: 7px;
	padding: 20px;
	background: #eef7fb;
	border: 1px solid rgba(10, 38, 77, .08);
	border-radius: 22px;
	box-shadow: 0 14px 34px rgba(10, 38, 77, .07);
}

.triton-terms-nav span {
	display: block;
	margin-bottom: 8px;
	color: #092452;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.triton-terms-nav a {
	display: block;
	padding: 11px 12px;
	color: #28445f !important;
	background: #ffffff;
	border: 1px solid rgba(10, 38, 77, .07);
	border-radius: 12px;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.25;
	text-decoration: none !important;
	transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.triton-terms-nav a:hover {
	color: #149bc0 !important;
	border-color: rgba(85,201,230,.42);
	transform: translateX(3px);
}

.triton-terms-content {
	display: grid;
	gap: 22px;
}

.triton-terms-card {
	scroll-margin-top: 140px;
	padding: 38px;
	background: #f8fcfe;
	border: 1px solid rgba(10, 38, 77, .08);
	border-radius: 24px;
	box-shadow: 0 16px 40px rgba(10, 38, 77, .06);
}

.triton-terms-card h2 {
	margin: 0 0 18px;
	color: #092452;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 950;
	line-height: 1;
	letter-spacing: -.04em;
}

.triton-terms-card h3 {
	margin: 28px 0 10px;
	color: #0b2346;
	font-size: 20px;
	font-weight: 950;
	line-height: 1.15;
	letter-spacing: -.02em;
}

.triton-terms-card p {
	margin: 0;
	color: #51677f;
	font-size: 15px;
	line-height: 1.75;
}

.triton-terms-card p + p {
	margin-top: 13px;
}

.triton-terms-callout {
	margin: 24px 0;
	padding: 22px;
	background:
		linear-gradient(145deg, #102e59, #071b38);
	border: 1px solid rgba(85,201,230,.28);
	border-radius: 18px;
}

.triton-terms-callout strong {
	display: block;
	margin-bottom: 14px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 950;
}

.triton-terms-callout ul,
.triton-terms-list {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.triton-terms-list {
	margin: 18px 0 0;
}

.triton-terms-callout li,
.triton-terms-list li {
	position: relative;
	padding-left: 20px;
	color: rgba(238,247,251,.82);
	font-size: 14px;
	line-height: 1.55;
}

.triton-terms-list li {
	color: #51677f;
}

.triton-terms-callout li::before,
.triton-terms-list li::before {
	position: absolute;
	left: 0;
	top: .62em;
	width: 7px;
	height: 7px;
	content: "";
	background: #55c9e6;
	border-radius: 999px;
}

.triton-terms-final {
	background:
		linear-gradient(145deg, #102e59, #071b38);
}

.triton-terms-final h2,
.triton-terms-final p {
	color: #ffffff;
}

.triton-terms-final p {
	color: rgba(238,247,251,.84);
}

.triton-terms-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.triton-terms-final-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 20px;
	color: #061936 !important;
	background: #55c9e6;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 950;
	text-decoration: none !important;
}

.triton-terms-final-actions a + a {
	color: #ffffff !important;
	background: rgba(255,255,255,.10);
	border: 1px solid rgba(255,255,255,.22);
}


/* CTA BAND */

.triton-terms-band {
	padding: 64px 0;
	background: #55c9e6;
}

.triton-terms-band-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.triton-terms-band .triton-terms-eyebrow {
	color: #063052;
}

.triton-terms-band .triton-terms-eyebrow::before {
	background: #063052;
}

.triton-terms-band h2 {
	margin: 0 0 8px;
	color: #061936;
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 950;
	line-height: 1;
	letter-spacing: -.045em;
}

.triton-terms-band p {
	margin: 0;
	max-width: 700px;
	color: rgba(6,25,54,.78);
	font-size: 15px;
	line-height: 1.6;
}

.triton-terms-band-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.triton-terms-band-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 20px;
	color: #ffffff !important;
	background: #061936;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 950;
	text-decoration: none !important;
}

.triton-terms-band-actions a + a {
	color: #061936 !important;
	background: #ffffff;
}


/* RESPONSIVE */

@media (max-width: 1024px) {

	.triton-terms-hero {
		padding: 112px 0 72px;
	}

	.triton-terms-hero-inner,
	.triton-terms-intro-grid,
	.triton-terms-layout {
		grid-template-columns: 1fr;
	}

	.triton-terms-hero-card,
	.triton-terms-summary-card {
		max-width: 620px;
	}

	.triton-terms-nav {
		position: relative;
		top: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.triton-terms-nav span {
		grid-column: 1 / -1;
	}

	.triton-terms-band-box {
		display: grid;
	}

	.triton-terms-band-actions {
		justify-content: flex-start;
	}

}

@media (max-width: 767px) {

	.triton-terms-shell,
	.triton-terms-hero-inner {
		width: min(100% - 28px, 1180px);
	}

	.triton-terms-hero {
		padding: 92px 0 56px;
	}

	.triton-terms-copy h1 {
		font-size: clamp(40px, 12vw, 58px);
	}

	.triton-terms-copy p {
		font-size: 16px;
		line-height: 1.65;
	}

	.triton-terms-hero-card,
	.triton-terms-intro-copy,
	.triton-terms-summary-card,
	.triton-terms-card {
		padding: 26px;
		border-radius: 20px;
	}

	.triton-terms-hero-card h2,
	.triton-terms-summary-card h3 {
		font-size: 28px;
	}

	.triton-terms-intro,
	.triton-terms-body {
		padding: 56px 0;
	}

	.triton-terms-nav {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.triton-terms-card h2 {
		font-size: 30px;
	}

	.triton-terms-card h3 {
		font-size: 18px;
	}

	.triton-terms-card p,
	.triton-terms-callout li,
	.triton-terms-list li {
		font-size: 14px;
	}

	.triton-terms-actions,
	.triton-terms-final-actions,
	.triton-terms-band-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.triton-terms-btn,
	.triton-terms-final-actions a,
	.triton-terms-band-actions a {
		width: 100%;
	}

	.triton-terms-band {
		padding: 48px 0;
	}

}

/* Terms page sticky side navigation header clearance */
.triton-terms-nav {
	top: 155px !important;
}





/* ------------------------------------------------------------
   4. MOBILE CHAT OVERLAP HELPER
   Gives bottom cards/forms breathing room above chat widget
   ------------------------------------------------------------ */

@media (max-width: 767px) {

	.triton-service-main,
	.triton-hub-content,
	.triton-terms-page,
	.triton-protection-page {
		padding-bottom: 34px !important;
	}

	.triton-service-faq,
	.triton-service-form-section,
	.triton-terms-band,
	.triton-protection-faq {
		scroll-margin-bottom: 110px !important;
	}

}

/* ============================================================
   TRITON CLEAN SYMBOL FIX PATCH
   Sidebar arrows + FAQ icons only
   ============================================================ */


/* ------------------------------------------------------------
   1. SIDEBAR RELATED SERVICE ARROWS
   Fixes corrupted \2192 / \2197 characters
   ------------------------------------------------------------ */

.triton-sidebar-links a::after,
.triton-sidebar-links a:hover::after,
.triton-sidebar-links a:focus::after,
.triton-service-sidebar-card a::after,
.triton-service-sidebar-card a:hover::after,
.triton-service-sidebar-card a:focus::after {
	content: "\2197" !important;
	color: #1aaed8 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	transform: none !important;
	transition: transform 0.2s ease, color 0.2s ease !important;
}

/* Sidebar link hover color */
.triton-sidebar-links a:hover::after,
.triton-sidebar-links a:focus::after,
.triton-service-sidebar-card a:hover::after,
.triton-service-sidebar-card a:focus::after {
	color: #5cc9e6 !important;
	transform: translateX(3px) !important;
}

/* Keep sidebar link text from turning purple/dark */
.triton-sidebar-links a,
.triton-sidebar-links a:visited,
.triton-service-sidebar-card a,
.triton-service-sidebar-card a:visited {
	color: #172b55 !important;
	text-decoration: none !important;
}

.triton-sidebar-links a:hover,
.triton-sidebar-links a:focus,
.triton-service-sidebar-card a:hover,
.triton-service-sidebar-card a:focus {
	color: #172b55 !important;
	text-decoration: none !important;
}


/* ------------------------------------------------------------
   2. FAQ PLUS / MINUS ICONS
   Fixes corrupted symbols in FAQ accordions
   ------------------------------------------------------------ */

.triton-service-faq summary::after,
.triton-service-faq details[open] summary::after,
.triton-protection-faq summary::after,
.triton-protection-faq details[open] summary::after,
.triton-terms-page details summary::after,
.triton-terms-page details[open] summary::after {
	position: absolute !important;
	right: 22px !important;
	top: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 22px !important;
	height: 22px !important;
	color: #1aaed8 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	transform: translateY(-50%) !important;
}

/* Closed FAQ icon */
.triton-service-faq summary::after,
.triton-protection-faq summary::after,
.triton-terms-page details summary::after {
	content: "\002B" !important;
}

/* Open FAQ icon */
.triton-service-faq details[open] summary::after,
.triton-protection-faq details[open] summary::after,
.triton-terms-page details[open] summary::after {
	content: "\2212" !important;
}

/* Make room for FAQ icon */
.triton-service-faq summary,
.triton-protection-faq summary,
.triton-terms-page details summary {
	position: relative !important;
	padding-right: 58px !important;
}

/* ============================================================
   TRITON SERVICE AREA HUB CTA FIX
   Square CTA corners + dark eyebrow on cyan background
   Scoped only to city/service-area hub pages
   ============================================================ */

.triton-local-hub .triton-local-cta {
  border-radius: 0 !important;
}

.triton-local-hub .triton-local-cta .triton-local-eyebrow {
  color: #102452 !important;
}

.triton-local-hub .triton-local-cta .triton-local-eyebrow::before {
  background: #102452 !important;
}

/* Triton Plumbing - Inline Content Link Treatment */
.triton-service-page .triton-service-main p a,
.triton-service-page .triton-service-main li a,
.triton-service-page .triton-service-main dd a,
.triton-service-page .triton-alert-box p a,
.triton-service-page .triton-callout-split p a {
  color: #1aaed8 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(26, 174, 216, .34) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}

.triton-service-page a {
  transition:
    color .22s ease,
    background-color .22s ease,
    border-color .22s ease,
    transform .22s ease,
    box-shadow .22s ease,
    text-decoration-color .22s ease !important;
}

.triton-service-page .triton-service-main p a:hover,
.triton-service-page .triton-service-main li a:hover,
.triton-service-page .triton-service-main dd a:hover,
.triton-service-page .triton-alert-box p a:hover,
.triton-service-page .triton-callout-split p a:hover {
  color: #5cc9e6 !important;
  text-decoration-color: rgba(92, 201, 230, .58) !important;
}

/* Triton Footer - Faint Powered By Line */
.triton-footer-copyright {
  display: grid !important;
  gap: 4px !important;
}

.triton-footer-copyright p {
  margin: 0 !important;
}

.triton-footer-powered {
  color: rgba(220, 233, 244, .34) !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  letter-spacing: .02em !important;
}

.triton-footer-powered a {
  color: rgba(220, 233, 244, .42) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.triton-footer-powered a:hover {
  color: rgba(127, 228, 255, .72) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

@media (max-width: 767px) {
  .triton-footer-copyright {
    text-align: center !important;
  }
}

/* ============================================================
   Triton Header Mega Menu Patch
   Supports expanded Sewer & Drain menu
   ============================================================ */

/* Expanded Sewer & Drain mega menu: intro + 3 service columns */
.trtnav-services-mega {
  grid-template-columns:
    280px
    minmax(210px, 1fr)
    minmax(210px, 1fr)
    minmax(210px, 1fr) !important;

  width: min(1040px, calc(100vw - 60px)) !important;
}

/* Keep Plumbing mega menu at intro + 2 service columns */
.trtnav-plumbing-mega {
  grid-template-columns:
    280px
    minmax(235px, 1fr)
    minmax(235px, 1fr) !important;

  width: min(900px, calc(100vw - 60px)) !important;
}

/* Slightly tighter cards inside the expanded sewer menu */
.trtnav-services-mega .trtnav-dropdown li a,
.trtnav-services-mega .trtnav-area-grid a {
  padding: 13px 14px !important;
}

/* Prevent long service labels from feeling cramped */
.trtnav-services-mega .trtnav-dropdown a span,
.trtnav-services-mega .trtnav-area-grid a span {
  line-height: 1.22 !important;
}

/* Large laptop refinement for expanded sewer menu */
@media (max-width: 1320px) {
  .trtnav-services-mega {
    grid-template-columns:
      255px
      minmax(190px, 1fr)
      minmax(190px, 1fr)
      minmax(190px, 1fr) !important;

    width: min(970px, calc(100vw - 42px)) !important;
  }

  .trtnav-services-mega .trtnav-mega-intro {
    padding: 24px 22px !important;
  }

  .trtnav-services-mega .trtnav-mega-intro strong {
    font-size: 23px !important;
  }

  .trtnav-services-mega .trtnav-dropdown a small,
  .trtnav-services-mega .trtnav-area-grid a small {
    font-size: 10px !important;
  }
}

/* Before mobile breakpoint, keep the expanded mega inside the viewport */
@media (max-width: 1120px) and (min-width: 1081px) {
  .trtnav-services-mega {
    grid-template-columns:
      235px
      minmax(170px, 1fr)
      minmax(170px, 1fr)
      minmax(170px, 1fr) !important;

    gap: 10px !important;
    padding: 14px !important;
    width: min(1010px, calc(100vw - 28px)) !important;
  }

  .trtnav-services-mega .trtnav-mega-intro {
    padding: 22px 18px !important;
  }

  .trtnav-services-mega .trtnav-mega-intro strong {
    font-size: 21px !important;
  }

  .trtnav-services-mega .trtnav-mega-intro p {
    font-size: 11.5px !important;
    line-height: 1.55 !important;
  }

  .trtnav-services-mega .trtnav-dropdown li a {
    padding: 12px 12px !important;
  }
}

/* ============================================================
   Triton Homepage / Content Link Polish
   Clean inline SEO link treatment
   ============================================================ */

/* Inline body links only */
.triton-wwd-copy p a,
.triton-ws-copy p a,
.triton-local-content p a,
.triton-local-panel-content p a,
.triton-local-cta p a,
.triton-faq-item p a,
.triton-faq-intro a,
.triton-form-note a {
  position: relative !important;
  color: #117fa0 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  background-image:
    linear-gradient(
      180deg,
      transparent 58%,
      rgba(85, 201, 232, .24) 58%
    ) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  border-bottom: 1px solid rgba(85, 201, 232, .34) !important;
  transition:
    color .22s ease,
    background-size .22s ease,
    background-color .22s ease,
    border-color .22s ease !important;
}

/* Hover / focus */
.triton-wwd-copy p a:hover,
.triton-wwd-copy p a:focus,
.triton-ws-copy p a:hover,
.triton-ws-copy p a:focus,
.triton-local-content p a:hover,
.triton-local-content p a:focus,
.triton-local-panel-content p a:hover,
.triton-local-panel-content p a:focus,
.triton-local-cta p a:hover,
.triton-local-cta p a:focus,
.triton-faq-item p a:hover,
.triton-faq-item p a:focus,
.triton-faq-intro a:hover,
.triton-faq-intro a:focus,
.triton-form-note a:hover,
.triton-form-note a:focus {
  color: #061936 !important;
  background-image:
    linear-gradient(
      180deg,
      transparent 48%,
      rgba(85, 201, 232, .38) 48%
    ) !important;
  border-color: rgba(17, 127, 160, .55) !important;
}

/* Links inside dark/navy sections */
.triton-ws-copy p a,
.triton-local-cta p a {
  color: #7fe4ff !important;
  background-image:
    linear-gradient(
      180deg,
      transparent 58%,
      rgba(127, 228, 255, .18) 58%
    ) !important;
  border-bottom-color: rgba(127, 228, 255, .36) !important;
}

.triton-ws-copy p a:hover,
.triton-ws-copy p a:focus,
.triton-local-cta p a:hover,
.triton-local-cta p a:focus {
  color: #ffffff !important;
  background-image:
    linear-gradient(
      180deg,
      transparent 48%,
      rgba(127, 228, 255, .28) 48%
    ) !important;
  border-bottom-color: rgba(127, 228, 255, .62) !important;
}

/* FAQ links need to stay readable inside cards */
.triton-faq-item p a {
  color: #0c7f9f !important;
}

.triton-faq-item p a:hover,
.triton-faq-item p a:focus {
  color: #061936 !important;
}

/* Service tile title links should look clickable without being noisy */
.triton-service-tile h3 a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color .2s ease !important;
}

.triton-service-tile h3 a:hover,
.triton-service-tile h3 a:focus {
  color: #117fa0 !important;
}

/* Keep CTA/button-style links clean */
.triton-hero-btn,
.triton-btn,
.triton-ws-btn,
.triton-local-btn,
.triton-service-link,
.triton-footer-btn {
  background-image: none !important;
}

/* ============================================================
   Triton Homepage Dark Section Link Fix
   Better contrast on navy panels + FAQ character fix
   ============================================================ */

/* Dark navy content panels */
.triton-wwd-copy p a,
.triton-ws-copy p a,
.triton-local-cta p a,
.triton-faq-content p a,
.triton-faq-item p a,
.triton-form-note a {
  color: #7fe4ff !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(127, 228, 255, .55) !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 4px !important;
  background-image: none !important;
  border-bottom: 0 !important;
}

.triton-wwd-copy p a:hover,
.triton-wwd-copy p a:focus,
.triton-ws-copy p a:hover,
.triton-ws-copy p a:focus,
.triton-local-cta p a:hover,
.triton-local-cta p a:focus,
.triton-faq-content p a:hover,
.triton-faq-content p a:focus,
.triton-faq-item p a:hover,
.triton-faq-item p a:focus,
.triton-form-note a:hover,
.triton-form-note a:focus {
  color: #ffffff !important;
  text-decoration-color: rgba(255, 255, 255, .75) !important;
}

/* Light section panel links */
.triton-local-content p a,
.triton-local-panel-content p a {
  color: #0b83a5 !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(11, 131, 165, .38) !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 4px !important;
  background-image: none !important;
  border-bottom: 0 !important;
}

.triton-local-content p a:hover,
.triton-local-content p a:focus,
.triton-local-panel-content p a:hover,
.triton-local-panel-content p a:focus {
  color: #061936 !important;
  text-decoration-color: rgba(6, 25, 54, .55) !important;
}

/* Service tile title links */
.triton-service-tile h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.triton-service-tile h3 a:hover,
.triton-service-tile h3 a:focus {
  color: #0b83a5 !important;
}

/* Keep button links clean */
.triton-hero-btn,
.triton-btn,
.triton-ws-btn,
.triton-local-btn,
.triton-service-link,
.triton-footer-btn,
.triton-footer-cta a {
  background-image: none !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/* ============================================================
   Triton FAQ Broken Character Fix
   Replaces corrupted symbol with clean plus/minus
   ============================================================ */

.triton-faq-item summary::after,
.triton-faq-item[open] summary::after,
.triton-service-faq summary::after,
.triton-service-faq details[open] summary::after,
.triton-blog-faq summary::after,
.triton-blog-faq details[open] summary::after {
  position: absolute !important;
  right: 22px !important;
  top: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  color: #5cc9e6 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
  content: "\002B" !important;
}

.triton-faq-item[open] summary::after,
.triton-service-faq details[open] summary::after,
.triton-blog-faq details[open] summary::after {
  content: "\2212" !important;
}

.triton-faq-item summary,
.triton-service-faq summary,
.triton-blog-faq summary {
  position: relative !important;
  padding-right: 58px !important;
}

/* ============================================================
   Triton Homepage Polish Patch
   - fixes clipped button bottoms
   - improves light-blue CTA section
   - strengthens mobile layout
   ============================================================ */

/* ---------------------------------
   1) Global CTA/button rendering fix
   Prevents the 1px bottom clipping
--------------------------------- */
.triton-hero-btn,
.triton-btn,
.triton-ws-btn,
.triton-local-btn,
.triton-footer-btn,
.triton-footer-cta a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  padding: 15px 28px 16px !important;
  line-height: 1.1 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  position: relative !important;
  text-decoration: none !important;
  background-clip: padding-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.triton-hero-actions,
.triton-wwd-actions,
.triton-ws-actions,
.triton-local-actions,
.triton-footer-actions {
  overflow: visible !important;
  padding-bottom: 2px !important;
}

/* Secondary / clear buttons get a cleaner edge */
.triton-hero-btn-secondary,
.triton-btn-secondary,
.triton-ws-btn-outline,
.triton-local-btn-secondary,
.triton-footer-btn-secondary {
  border-width: 1px !important;
  border-style: solid !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 1px 0 rgba(0,0,0,.05) !important;
}

/* ---------------------------------
   2) Light blue CTA section polish
--------------------------------- */
.triton-local-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 44px !important;
  align-items: center !important;
  padding: 56px 62px !important;
  border-radius: 28px !important;
}

.triton-local-cta > div:first-child {
  max-width: 760px !important;
}

.triton-local-cta h2 {
  max-width: 13ch !important;
  margin: 0 0 22px !important;
  line-height: .96 !important;
  letter-spacing: -.03em !important;
}

.triton-local-cta p {
  max-width: 760px !important;
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.triton-local-actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  align-items: stretch !important;
  min-width: 260px !important;
}

.triton-local-actions .triton-local-btn {
  width: 260px !important;
  max-width: 100% !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

/* Dark primary button */
.triton-local-btn-primary {
  box-shadow: 0 1px 0 rgba(0,0,0,.06) !important;
}

/* Light button cleanup */
.triton-local-btn-secondary {
  background: rgba(255,255,255,.16) !important;
  border-color: rgba(6, 25, 54, .14) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 1px 0 rgba(6, 25, 54, .06) !important;
}

/* Better link readability in the light-blue section */
.triton-local-cta p a {
  color: #0b4d8d !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(11, 77, 141, .30) !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 4px !important;
}

.triton-local-cta p a:hover,
.triton-local-cta p a:focus {
  color: #061936 !important;
  text-decoration-color: rgba(6, 25, 54, .45) !important;
}

/* ---------------------------------
   3) Mobile cleanup for the blue CTA
--------------------------------- */
@media (max-width: 767px) {

  .triton-local-cta {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 28px 22px 26px !important;
    border-radius: 22px !important;
    margin-top: 22px !important;
  }

  .triton-local-cta > div:first-child {
    max-width: none !important;
  }

  .triton-local-cta h2 {
    max-width: 9ch !important;
    margin: 0 0 16px !important;
    font-size: clamp(36px, 9vw, 50px) !important;
    line-height: .97 !important;
    letter-spacing: -.03em !important;
  }

  .triton-local-cta p {
    max-width: none !important;
    font-size: 16px !important;
    line-height: 1.78 !important;
  }

  .triton-local-actions {
    width: 100% !important;
    min-width: 0 !important;
    gap: 14px !important;
  }

  .triton-local-actions .triton-local-btn {
    width: 100% !important;
    min-height: 56px !important;
    padding: 15px 22px 16px !important;
    font-size: 18px !important;
  }
}

/* ---------------------------------
   4) Slightly nicer tablet transition
--------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {

  .triton-local-cta {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 42px 38px !important;
  }

  .triton-local-cta h2 {
    max-width: 11ch !important;
  }

  .triton-local-actions {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    min-width: 0 !important;
  }

  .triton-local-actions .triton-local-btn {
    width: auto !important;
    min-width: 230px !important;
  }
}

/* ============================================================
   Triton Homepage CTA + Button Repair Patch
   Removes white-line clear button issue + fixes mobile CTA
   ============================================================ */


/* ---------------------------------
   1) Remove ugly white bottom line from clear / outline buttons
--------------------------------- */

.triton-hero-btn-secondary,
.triton-btn-secondary,
.triton-ws-btn-outline,
.triton-local-btn-secondary,
.triton-footer-btn-secondary {
  border: 1px solid rgba(127, 228, 255, .26) !important;
  box-shadow: none !important;
  outline: none !important;
  overflow: visible !important;
  background-clip: padding-box !important;
}

/* Hero dark clear button */
.triton-hero-btn-secondary,
.triton-ws-btn-outline {
  background: rgba(255, 255, 255, .09) !important;
  color: #ffffff !important;
  border-color: rgba(127, 228, 255, .32) !important;
}

.triton-hero-btn-secondary:hover,
.triton-hero-btn-secondary:focus,
.triton-ws-btn-outline:hover,
.triton-ws-btn-outline:focus {
  background: rgba(127, 228, 255, .14) !important;
  border-color: rgba(127, 228, 255, .48) !important;
  color: #ffffff !important;
}

/* Cyan section clear button */
.triton-local-btn-secondary {
  background: rgba(255, 255, 255, .22) !important;
  color: #061936 !important;
  border-color: rgba(6, 25, 54, .16) !important;
}

.triton-local-btn-secondary:hover,
.triton-local-btn-secondary:focus {
  background: rgba(255, 255, 255, .34) !important;
  border-color: rgba(6, 25, 54, .22) !important;
  color: #061936 !important;
}


/* ---------------------------------
   2) Fix button bottom clipping without adding a fake white line
--------------------------------- */

.triton-hero-actions,
.triton-wwd-actions,
.triton-ws-actions,
.triton-local-actions,
.triton-footer-actions {
  overflow: visible !important;
  padding-bottom: 4px !important;
}

.triton-hero-btn,
.triton-btn,
.triton-ws-btn,
.triton-local-btn,
.triton-footer-btn,
.triton-footer-cta a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  height: auto !important;
  line-height: 1.1 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  text-decoration: none !important;
  background-image: none !important;
  -webkit-font-smoothing: antialiased !important;
}


/* ---------------------------------
   3) Stronger desktop CTA section polish
   High specificity so it beats the old homepage rules
--------------------------------- */

.home section.triton-local-trust .triton-local-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 260px !important;
  align-items: center !important;
  gap: 48px !important;
  padding: 56px 64px !important;
  border-radius: 28px !important;
}

.home section.triton-local-trust .triton-local-cta > div:first-child {
  max-width: 780px !important;
}

.home section.triton-local-trust .triton-local-cta h2 {
  max-width: 14ch !important;
  margin: 0 0 22px !important;
  font-size: clamp(42px, 4.2vw, 62px) !important;
  line-height: .96 !important;
  letter-spacing: -.035em !important;
}

.home section.triton-local-trust .triton-local-cta p {
  max-width: 760px !important;
  margin: 0 !important;
  color: rgba(6, 25, 54, .88) !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.home section.triton-local-trust .triton-local-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  width: 260px !important;
  min-width: 260px !important;
  align-items: stretch !important;
  padding-bottom: 0 !important;
}

.home section.triton-local-trust .triton-local-actions .triton-local-btn {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 54px !important;
  height: auto !important;
  padding: 15px 22px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
}


/* ---------------------------------
   4) Fix CTA links on cyan background
--------------------------------- */

.home section.triton-local-trust .triton-local-cta p a {
  color: #083b73 !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(8, 59, 115, .34) !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 4px !important;
  background-image: none !important;
  border-bottom: 0 !important;
}

.home section.triton-local-trust .triton-local-cta p a:hover,
.home section.triton-local-trust .triton-local-cta p a:focus {
  color: #061936 !important;
  text-decoration-color: rgba(6, 25, 54, .58) !important;
}


/* ---------------------------------
   5) Tablet CTA cleanup
--------------------------------- */

@media (min-width: 768px) and (max-width: 1024px) {

  .home section.triton-local-trust .triton-local-cta {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 44px 40px !important;
  }

  .home section.triton-local-trust .triton-local-cta h2 {
    max-width: 13ch !important;
    font-size: clamp(42px, 6vw, 58px) !important;
  }

  .home section.triton-local-trust .triton-local-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    min-width: 0 !important;
  }

}


/* ---------------------------------
   6) Mobile CTA rebuild
   Fixes the huge blob buttons and rough blue section
--------------------------------- */

@media (max-width: 767px) {

  .home section.triton-local-trust .triton-local-cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: calc(100% - 28px) !important;
    margin: 24px auto 0 !important;
    padding: 28px 22px 26px !important;
    border-radius: 22px !important;
  }

  .home section.triton-local-trust .triton-local-cta h2 {
    max-width: 100% !important;
    margin: 0 0 16px !important;
    font-size: clamp(31px, 8.2vw, 40px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.035em !important;
  }

  .home section.triton-local-trust .triton-local-cta p {
    max-width: 100% !important;
    font-size: 15.5px !important;
    line-height: 1.72 !important;
  }

  .home section.triton-local-trust .triton-local-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding-bottom: 0 !important;
  }

  .home section.triton-local-trust .triton-local-actions .triton-local-btn,
  .home section.triton-local-trust .triton-local-actions .triton-local-btn-primary,
  .home section.triton-local-trust .triton-local-actions .triton-local-btn-secondary {
    display: inline-flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 54px !important;
    height: auto !important;
    padding: 15px 18px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    text-align: center !important;
    box-shadow: none !important;
  }

  .home section.triton-local-trust .triton-local-actions .triton-local-btn-primary {
    background: #102452 !important;
    color: #ffffff !important;
    border: 1px solid #102452 !important;
  }

  .home section.triton-local-trust .triton-local-actions .triton-local-btn-secondary {
    background: rgba(255, 255, 255, .24) !important;
    color: #061936 !important;
    border: 1px solid rgba(6, 25, 54, .14) !important;
  }

}

/* =========================================
   Triton Homepage CTA Width Alignment Patch
   Makes the cyan CTA section match the
   width/gutter of the other mobile sections
========================================= */

@media (max-width: 767px) {

  .home section.triton-local-trust .triton-local-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .home section.triton-local-trust .triton-local-cta {
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px 0 0 !important;
    padding: 28px 22px 26px !important;
    border-radius: 22px !important;
    box-sizing: border-box !important;
  }

}

/* ============================================================
   Triton Footer Bottom Mobile Centering Patch
   Centers copyright, powered-by, and legal links
   ============================================================ */

@media (max-width: 767px) {

  .triton-footer-bottom {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-items: center !important;
    gap: 16px !important;
    text-align: center !important;
  }

  .triton-footer-copyright {
    width: 100% !important;
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
    gap: 5px !important;
  }

  .triton-footer-copyright p,
  .triton-footer-powered {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .triton-footer-legal {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px 18px !important;
    text-align: center !important;
  }

  .triton-footer-legal a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

}

/* ============================================================
   Triton Sewer & Drain Hub Symbol Fix
   Fixes corrupted FAQ minus + service card arrow
   ============================================================ */

/* Service card title arrow fix */
.triton-hub-service-title::after,
.triton-hub-service-tile h3::after,
.triton-hub-service-tile a::after {
  content: "\2192" !important;
  color: #1aaed8 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* FAQ plus/minus icon reset */
.triton-hub-faq details summary::after,
.triton-hub-faq .triton-faq-item summary::after,
.triton-faq-item summary::after {
  content: "\002B" !important;
  position: absolute !important;
  right: 22px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #1aaed8 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* Open FAQ state: clean minus */
.triton-hub-faq details[open] summary::after,
.triton-hub-faq .triton-faq-item[open] summary::after,
.triton-faq-item[open] summary::after {
  content: "\2212" !important;
}

/* Make sure summary has room for the icon */
.triton-hub-faq summary,
.triton-faq-item summary {
  position: relative !important;
  padding-right: 58px !important;
}

/* Mobile FAQ readability polish */
@media (max-width: 767px) {
  .triton-hub-faq summary,
  .triton-faq-item summary {
    padding: 20px 54px 20px 20px !important;
    line-height: 1.32 !important;
  }

  .triton-hub-faq details summary::after,
  .triton-hub-faq .triton-faq-item summary::after,
  .triton-faq-item summary::after {
    right: 22px !important;
    font-size: 24px !important;
  }
}

/* ============================================================
   Triton Sewer & Drain Hub - Final Corrupted Symbol Override
   Fixes bad \2192 arrows and \2212 FAQ icons on hub pages
   ============================================================ */

/* Service card arrow beside titles */
body.page-id-478 .triton-hub-service-title::after,
body.page-id-478 .triton-hub-service-title:hover::after,
body.page-id-478 .triton-hub-service-title:focus::after,
body.page-id-478 a.triton-hub-service-title::after,
body.page-id-478 a.triton-hub-service-title:hover::after,
body.page-id-478 a.triton-hub-service-title:focus::after {
  content: "\2192" !important;
  color: #1aaed8 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* If any extra corrupted card icon is appearing lower in the card, remove it */
body.page-id-478 .triton-hub-service-tile::after,
body.page-id-478 .triton-hub-service-tile:hover::after,
body.page-id-478 .triton-hub-service-tile:focus::after {
  content: none !important;
  display: none !important;
}

/* FAQ icon reset */
body.page-id-478 .triton-hub-faq summary::after,
body.page-id-478 .triton-hub-faq details summary::after,
body.page-id-478 .triton-hub-faq-item summary::after,
body.page-id-478 details.triton-hub-faq-item summary::after {
  content: "\002B" !important;
  position: absolute !important;
  right: 22px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #1aaed8 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* Open FAQ state */
body.page-id-478 .triton-hub-faq details[open] summary::after,
body.page-id-478 details.triton-hub-faq-item[open] summary::after,
body.page-id-478 .triton-hub-faq-item[open] summary::after {
  content: "\2212" !important;
}

/* Give the FAQ text room */
body.page-id-478 .triton-hub-faq summary,
body.page-id-478 .triton-hub-faq-item summary {
  position: relative !important;
  padding-right: 58px !important;
}

/* ============================================================
   TRITON FINAL CLEANUP PATCH - Symbols + Link Colors
   Added after CSS restore cleanup to prevent mojibake icons
   and pink/default link color regressions across Triton sections.
   ============================================================ */

/* Safe arrow icons */
.triton-card-link::after,
.triton-service-link::after,
.triton-hero-service-list a::after,
.triton-sub-hero-card a::after,
.triton-sidebar-links a::after,
.triton-contact-intent-grid a::after,
.triton-hub-service-tile::after,
.triton-sewer-drain-hub-hero .triton-hub-service-list a::after,
.triton-plumbing-hub-hero .triton-hub-service-list a::after,
.triton-hub-service-title::after,
body.page-id-478 .triton-hub-service-title::after,
body.page-id-478 a.triton-hub-service-title::after {
  content: "\2192" !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Safe FAQ plus/minus icons */
.triton-faq-item summary::after,
.triton-service-faq summary::after,
.triton-hub-faq-item summary::after,
.triton-protection-faq summary::after,
.triton-terms-page details summary::after {
  content: "\002B" !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.triton-faq-item[open] summary::after,
.triton-service-faq details[open] summary::after,
.triton-hub-faq-item[open] summary::after,
.triton-protection-faq details[open] summary::after,
.triton-terms-page details[open] summary::after {
  content: "\2212" !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Safe footer / area bullet */
.triton-area-list span::before {
  content: "\2022" !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Remove accidental duplicate hub-card pseudo icon if it shows separately */
body.page-id-478 .triton-hub-service-tile::after {
  content: "\2192" !important;
  display: block !important;
}

/* Triton content link system - prevents Elementor/default pink links */
.triton-what-we-do p a,
.triton-wwd-copy p a,
.triton-why-services p a,
.triton-ws-copy p a,
.triton-local-trust p a,
.triton-local-content p a,
.triton-local-panel-content p a,
.triton-local-cta p a,
.triton-faq-contact p a,
.triton-faq-item p a,
.triton-form-note a,
.triton-service-page p a,
.triton-service-page li a,
.triton-service-main p a,
.triton-service-main li a,
.triton-hub-content p a,
.triton-hub-content li a,
.triton-areas-page p a,
.triton-areas-page li a,
.triton-about-page p a,
.triton-about-page li a,
.triton-contact-page p a,
.triton-contact-page li a,
.triton-protection-page p a,
.triton-protection-page li a,
.triton-blog-content p a,
.triton-blog-content li a,
.entry-content p a:not([class]),
.entry-content li a:not([class]) {
  color: #1aaed8 !important;
  font-weight: 850 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(26, 174, 216, 0.42) !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 4px !important;
  background-image: none !important;
  border-bottom: 0 !important;
}

/* Dark navy panels need brighter links */
.triton-wwd-copy p a,
.triton-ws-copy p a,
.triton-local-panel-content p a,
.triton-local-cta p a,
.triton-faq-contact p a,
.triton-faq-item p a,
.triton-hub-local p a,
.triton-hub-feature-tile p a,
.triton-alert-box p a,
.triton-callout-split p a,
.triton-contact-service-area p a,
.triton-areas-proof p a,
.triton-areas-form-section p a,
.triton-protection-why p a,
.triton-protection-hero p a {
  color: #7fe4ff !important;
  text-decoration-color: rgba(127, 228, 255, 0.55) !important;
}

/* Light / white panels keep deep Triton cyan */
.triton-local-content p a,
.triton-hub-intro-copy p a,
.triton-hub-split-card p a,
.triton-hub-method-card p a,
.triton-service-main p a,
.triton-service-main li a,
.triton-contact-content p a,
.triton-contact-lower-copy p a,
.triton-about-page p a,
.triton-protection-page p a {
  color: #0b83a5 !important;
  text-decoration-color: rgba(11, 131, 165, 0.38) !important;
}

/* Cyan CTA panels need navy links, not pale cyan */
.home section.triton-local-trust .triton-local-cta p a,
.triton-footer-cta p a {
  color: #083b73 !important;
  text-decoration-color: rgba(8, 59, 115, 0.36) !important;
}

.triton-what-we-do p a:hover,
.triton-wwd-copy p a:hover,
.triton-why-services p a:hover,
.triton-ws-copy p a:hover,
.triton-local-trust p a:hover,
.triton-local-content p a:hover,
.triton-local-panel-content p a:hover,
.triton-local-cta p a:hover,
.triton-faq-contact p a:hover,
.triton-faq-item p a:hover,
.triton-form-note a:hover,
.triton-service-page p a:hover,
.triton-service-page li a:hover,
.triton-service-main p a:hover,
.triton-service-main li a:hover,
.triton-hub-content p a:hover,
.triton-hub-content li a:hover,
.entry-content p a:not([class]):hover,
.entry-content li a:not([class]):hover,
.triton-what-we-do p a:focus,
.triton-wwd-copy p a:focus,
.triton-why-services p a:focus,
.triton-ws-copy p a:focus,
.triton-local-trust p a:focus,
.triton-faq-contact p a:focus,
.triton-faq-item p a:focus,
.triton-service-main p a:focus,
.triton-hub-content p a:focus {
  color: #061936 !important;
  text-decoration-color: rgba(6, 25, 54, 0.58) !important;
}

/* Hover in dark sections stays bright instead of going navy */
.triton-wwd-copy p a:hover,
.triton-ws-copy p a:hover,
.triton-local-panel-content p a:hover,
.triton-faq-contact p a:hover,
.triton-faq-item p a:hover,
.triton-hub-local p a:hover,
.triton-protection-why p a:hover,
.triton-wwd-copy p a:focus,
.triton-ws-copy p a:focus,
.triton-local-panel-content p a:focus,
.triton-faq-contact p a:focus,
.triton-faq-item p a:focus,
.triton-hub-local p a:focus,
.triton-protection-why p a:focus {
  color: #ffffff !important;
  text-decoration-color: rgba(255, 255, 255, 0.76) !important;
}

/* Keep cards, buttons, nav, footer legal, and CTA-style links from picking up inline-link styling */
.triton-hero-btn,
.triton-btn,
.triton-ws-btn,
.triton-local-btn,
.triton-footer-btn,
.triton-footer-cta a,
.triton-service-link,
.triton-card-link,
.triton-hub-service-tile,
.triton-hub-service-title,
.triton-hero-service-list a,
.triton-sub-btn,
.triton-contact-btn,
.triton-areas-btn,
.triton-protection-btn,
.triton-footer-nav a,
.triton-footer-legal a,
.trtnav-header a {
  background-image: none !important;
  border-bottom: 0 !important;
}

/* ============================================================
   Triton Hub Featured Tile Text Fix
   Fixes unreadable white text on light featured no-dig card
   ============================================================ */

.triton-hub-content .triton-hub-service-tile.triton-hub-feature-tile {
  background:
    radial-gradient(circle at top right, rgba(92, 201, 230, .16), transparent 44%),
    #ffffff !important;
  border: 1px solid rgba(92, 201, 230, .34) !important;
  box-shadow: 0 18px 42px rgba(14, 31, 71, .08) !important;
}

.triton-hub-content .triton-hub-service-tile.triton-hub-feature-tile h3 {
  color: #172b5f !important;
}

.triton-hub-content .triton-hub-service-tile.triton-hub-feature-tile p {
  color: #526078 !important;
}

.triton-hub-content .triton-hub-service-tile.triton-hub-feature-tile small {
  color: #1aaed8 !important;
  background: rgba(92, 201, 230, .12) !important;
  border-color: rgba(92, 201, 230, .32) !important;
}

.triton-hub-content .triton-hub-service-tile.triton-hub-feature-tile > span {
  background: #eef9fd !important;
  color: #1aaed8 !important;
}

.triton-hub-content .triton-hub-service-tile.triton-hub-feature-tile::after {
  content: "\2192" !important;
  color: #1aaed8 !important;
}

.triton-hub-content .triton-hub-service-tile.triton-hub-feature-tile:hover h3 {
  color: #0f87a8 !important;
}