.elementor-4886 .elementor-element.elementor-element-bb64883{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4886 .elementor-element.elementor-element-afeee4f{margin:-35px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-4886 .elementor-element.elementor-element-3ecc152{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4886 .elementor-element.elementor-element-7d7f0df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4886 .elementor-element.elementor-element-1ffc939{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4886 .elementor-element.elementor-element-ffd65a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4886 .elementor-element.elementor-element-03d5792{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4886 .elementor-element.elementor-element-84c4ded{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-afeee4f *//* Form Card Styles */
#pps-inspection-hero .pps-form-card {
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 35px 30px 20px !important;
  border-top: 8px solid #facc15 !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
  color: #0f3360 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* Title Styling */
#pps-inspection-hero .pps-form-card .pps-form-title {
  margin: 0 0 12px 0 !important;
  padding-bottom: 60px !important;
  text-align: center !important;
  font-size: 1.3rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  color: #0f3360 !important;
  position: relative;
}

/* Injected Title Text - Updated for Sewer Lateral */
#pps-inspection-hero .pps-form-card .pps-form-title::after {
  content: "Schedule Your Sewer Lateral Inspection" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.3rem !important;
  font-weight: 900 !important;
  color: #0f3360 !important;
}

/* Button Styling */
#pps-inspection-hero .pps-form-card .pps-form-btnwrap {
  text-align: center; 
}

#pps-inspection-hero .pps-form-card input[type="submit"],
#pps-inspection-hero .pps-form-card .wpcf7-submit {
  width: 100% !important;
  background: #0f3360 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 14px 16px !important;
  border-radius: 10px !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: 0 10px 20px rgba(2, 6, 23, 0.25) !important;
  height: auto !important;
  margin-top: 10px !important;
}

/* Injected Button Text */
#pps-inspection-hero .pps-form-card .pps-form-btnwrap::after {
  content: "Request Service Online" !important;
  font-size: 1rem !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  padding: 14px 16px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  background-color: #0f3360 !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  box-shadow: 0 10px 20px rgba(2, 6, 23, 0.25) !important;
}

/* Input fields and textarea adjustments */
#pps-inspection-hero .pps-form-card input[type="text"],
#pps-inspection-hero .pps-form-card input[type="tel"],
#pps-inspection-hero .pps-form-card textarea {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  font-size: 0.95rem !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  margin-bottom: 20px !important;
}

/* Strict height for textarea */
#pps-inspection-hero .pps-form-card textarea {
  height: 120px !important;
  min-height: 100px !important;
  max-height: 150px !important;
  resize: none !important;
  overflow-y: hidden !important;
}

/* Focus state for input fields */
#pps-inspection-hero .pps-form-card input:focus,
#pps-inspection-hero .pps-form-card textarea:focus {
  outline: none !important;
  border-color: #facc15 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.25) !important;
}

/* Error state for input fields */
#pps-inspection-hero .pps-form-card .wpcf7-not-valid,
#pps-inspection-hero .pps-form-card input.invalid {
  border-color: #ef4444 !important;
  background: #fef2f2 !important;
}

/* Error message text */
#pps-inspection-hero .pps-form-card .wpcf7-not-valid-tip {
  color: #ef4444 !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  margin-top: 2px !important;
  display: block !important;
  position: static !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47b759e *//* Color Palette from Hero Image */
:root {
    --navy: #1d365a;      /* The dark professional blue */
    --gold: #f8c331;      /* The primary accent gold */
    --slate-bg: #f1f5f9;  /* Light background for contrast */
    --slate-text: #475569;
}

.breakout-section {
    /* The Full-Width Breakout Technique */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 30px 10px;
    
    /* Design Styles */
    background-color: var(--slate-bg);
    display: flex;
    justify-content: center;
    font-family: 'Inter', -apple-system, sans-serif;
    overflow: hidden;
}

.breakout-container {
    width: 100%;
    max-width: 1300px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 80px;
}

/* Left: Contextual Copy */
.breakout-content {
    flex: 1;
}

.breakout-content h2 {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 24px;
}

.breakout-content p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--slate-text);
    margin-bottom: 20px;
}

.breakout-content strong {
    color: var(--navy);
    border-bottom: 2px solid var(--gold); /* Subtle branding tie-in */
}

/* Right: Definition Feature */
.breakout-feature {
    flex: 1;
    background: #ffffff;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-top: 6px solid var(--gold); /* High-end professional accent */
}

.feature-label {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.feature-label::before {
    content: "🔧";
    font-size: 1.2rem;
}

.breakout-feature h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 16px;
}

.breakout-feature .definition {
    font-size: 1.15rem;
    color: var(--slate-text);
    line-height: 1.6;
    margin-bottom: 24px;
}

.compliance-note {
    font-size: 0.95rem;
    background: #fffbeb; /* Very light gold tint */
    padding: 15px 20px;
    border-radius: 4px;
    border-left: 3px solid var(--gold);
    color: var(--navy);
}

/* --- Mobile Responsive Fixes --- */

@media (max-width: 1024px) {
    .breakout-section {
        /* Resetting the breakout technique for mobile to prevent horizontal overflow */
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 60px 0;
    }

    .breakout-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        padding: 0 24px; /* Slightly tighter padding for tablets */
    }

    .breakout-content h2 {
        font-size: 2.25rem;
        margin-bottom: 16px;
    }

    .breakout-content p {
        font-size: 1.1rem;
    }

    .breakout-feature {
        width: 100%;
        text-align: left; /* Keep text left-aligned for better readability in cards */
        padding: 30px;    /* Reduced from 60px */
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .breakout-section {
        padding: 40px 0;
    }

    .breakout-container {
        padding: 0 16px; /* Maximum space for content on small screens */
        gap: 32px;
    }

    .breakout-content h2 {
        font-size: 1.85rem; /* Prevents awkward word-breaking */
        line-height: 1.2;
    }

    .breakout-content p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .breakout-feature {
        padding: 24px 20px;
    }

    .breakout-feature h3 {
        font-size: 1.4rem;
    }

    .feature-label {
        font-size: 0.75rem;
        margin-bottom: 12px;
    }

    .compliance-note {
        font-size: 0.85rem;
        padding: 12px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f0c186 */:root {
    --navy-deep: #0f3360;   /* Your required background */
    --gold-accent: #f8c331; /* Hero CTA Gold */
    --slate-light: #e2e8f0;
}

.compliance-hero-breakout {
    /* Full-Width Breakout Technique */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
    background-color: var(--navy-deep);
    color: #ffffff;
    padding: 50px 0px;
    font-family: 'Inter', -apple-system, sans-serif;
    text-align: center; /* Center-aligning the entire section */
}

.compliance-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Section */
.compliance-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold-accent);
    margin-top: 30px;
    margin-bottom: 24px;
}

.compliance-hero-breakout h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
}

.compliance-hero-breakout .intro-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--slate-light);
    max-width: 700px;
    margin: 0 auto 60px; /* Centering the paragraph block */
}

/* Requirement Grid: Professional & Minimal */
.compliance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.compliance-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
    border-radius: 4px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.compliance-item:hover {
    border-color: var(--gold-accent);
    transform: translateY(-5px);
}

.compliance-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
}

/* Status Alert Footer */
.compliance-notice {
    background: rgba(0, 0, 0, 0.2);
    padding: 24px 40px;
    border-radius: 8px;
    display: inline-block;
    max-width: 800px;
    border: 1px dashed rgba(248, 195, 49, 0.3);
}

.compliance-notice p {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--slate-light);
}

.compliance-notice strong {
    color: var(--gold-accent);
}

/* Mobile-First Refinement - Senior Dev Approved */
@media (max-width: 768px) {
    .compliance-hero-breakout {
        /* Prevent horizontal scroll on mobile */
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        right: 0;
        padding: 60px 0; /* Balanced vertical breathing room */
    }

    .compliance-inner {
        padding: 0 20px; /* Standard mobile gutter */
    }

    .compliance-hero-breakout h2 {
        /* Force a smaller base on mobile, let clamp handle the rest */
        font-size: 1.85rem; 
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .compliance-hero-breakout .intro-text {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }

    /* Stack the items on mobile for better readability */
    .compliance-grid {
        grid-template-columns: 1fr; 
        gap: 12px;
        margin-bottom: 40px;
    }

    .compliance-item {
        padding: 20px;
        text-align: left; /* Easier to read on narrow screens */
        display: flex;
        align-items: center;
    }

    .compliance-item h3 {
        font-size: 1rem;
        margin: 0;
    }

    /* Notice Box Refinement */
    .compliance-notice {
        padding: 20px;
        border-radius: 4px; /* Matches grid items */
        text-align: left;
    }

    .compliance-notice p {
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5138639 */:root {
    --brand-navy: #0f3360;
    --brand-gold: #f8c331;
    --brand-gold-soft: rgba(248, 195, 49, 0.1);
    --slate-50: #f8fafc;
    --slate-200: #e2e8f0;
    --slate-400: #94a3b8;
    --slate-600: #475569;
    --slate-900: #0f172a;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-section-breakout {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff;
    padding: 20px 0;
    color: var(--slate-900);
    font-family: 'Inter', -apple-system, sans-serif;
    overflow: hidden;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 100px; /* Increased gap for better "breathing" room */
}

/* LEFT SIDEBAR: Professionalized List */
.requirement-sidebar h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin-bottom: 32px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.requirement-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.requirement-list li {
    padding: 20px 0;
    border-bottom: 1px solid var(--slate-200);
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    color: var(--slate-900);
    transition: var(--transition);
}

.requirement-list li:hover {
    padding-left: 8px;
    color: var(--brand-navy);
}

.requirement-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--brand-gold);
    border-radius: 50%; /* Replaced arrow with a clean dot for a higher-end look */
}

.sidebar-help {
    background: var(--slate-50);
    padding: 30px;
    border-radius: 8px;
    font-size: 1rem;
    border-left: 4px solid var(--brand-gold);
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.sidebar-help strong {
    color: var(--brand-navy);
    display: block;
    margin-bottom: 4px;
}

/* RIGHT CONTENT: Grid-Style Roadmap */
.process-main h2 {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--brand-gold); /* Label style for the small head */
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.process-main .main-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--brand-navy);
    margin-bottom: 60px;
    letter-spacing: -0.03em;
}

.process-steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
}

.step-card {
    position: relative;
    padding-bottom: 20px;
}

.step-number {
    font-size: 1rem;
    font-weight: 800;
    color: var(--brand-navy);
    background: var(--brand-gold-soft);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 20px;
}

.step-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--brand-navy);
    letter-spacing: -0.01em;
}

.step-card p {
    color: var(--slate-600);
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Mobile-First Refinement for Process Section */
@media (max-width: 768px) {
    .process-section-breakout {
        /* Reset breakout to prevent side-scrolling */
        width: 100%;
        margin: 0;
        left: 0;
        right: 0;
        padding: 60px 0; /* Reduced from 120px for mobile ergonomics */
    }

    .process-container {
        /* Ensure the sidebar comes first but doesn't overwhelm */
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 0 24px;
    }

    /* Requirement Sidebar Refinement */
    .requirement-sidebar h2 {
        font-size: 1.75rem;
        margin-bottom: 24px;
    }

    .requirement-list li {
        padding: 16px 0;
        font-size: 0.95rem; /* Slight scale down for narrow viewports */
    }

    .sidebar-help {
        padding: 20px;
        font-size: 0.95rem;
    }

    /* Process Main Content Refinement */
    .process-main .main-title {
        font-size: 2rem; /* Keep it punchy, prevent awkward line breaks */
        margin-bottom: 40px;
    }

    .process-steps-grid {
        grid-template-columns: 1fr; /* Single column flow */
        gap: 32px;
    }

    .step-card {
        padding-bottom: 0;
        display: grid;
        grid-template-columns: 48px 1fr; /* Align number side-by-side with text */
        gap: 16px;
    }

    .step-number {
        margin-bottom: 0; /* Align with the heading */
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .step-card h3 {
        font-size: 1.25rem;
        margin-bottom: 8px;
        margin-top: 6px; /* Align visually with the step number box */
    }

    .step-card p {
        grid-column: 1 / -1; /* Make description span full width under the header */
        font-size: 1rem;
        line-height: 1.5;
    }
}

/* Extra tight fix for very small devices (iPhone SE/Fold) */
@media (max-width: 380px) {
    .process-main .main-title {
        font-size: 1.75rem;
    }
    
    .requirement-sidebar h2 {
        font-size: 1.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f63a1b */:root {
    --brand-navy: #0f3360;
    --brand-gold: #f8c331;
    --text-muted: rgba(255, 255, 255, 0.7);
}

.pricing-compact-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: var(--brand-navy);
    padding: 60px 0; /* Reduced padding for a sleeker profile */
    color: #ffffff;
    font-family: 'Inter', -apple-system, sans-serif;
}

.pricing-flex-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Left side: The Price Hero */
.price-lead {
    text-align: left;
    flex-shrink: 0;
}

.price-lead h2 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand-gold);
    margin-bottom: 8px;
}

.price-value-wrap {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.price-main {
    font-size: 3.5rem; /* Significantly reduced size */
    font-weight: 800;
    line-height: 1;
}

.price-subtext {
    font-size: 1rem;
    color: var(--text-muted);
}

/* Right side: The Variables */
.price-details {
    flex-grow: 1;
    max-width: 600px;
}

.factors-row {
    display: flex;
    gap: 32px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.factor-tag {
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.factor-tag::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--brand-gold);
    border-radius: 50%;
}

.pricing-assurance {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-style: italic;
}

/* Mobile-First Refinement for Pricing Section */
@media (max-width: 768px) {
    .pricing-compact-section {
        /* Reset breakout for mobile stability */
        width: 100%;
        margin: 0;
        left: 0;
        right: 0;
        padding: 50px 0; /* Slightly tighter for mobile */
    }

    .pricing-flex-container {
        flex-direction: column;
        padding: 0 24px;
        gap: 32px;
        text-align: center;
    }

    /* Price Hero Refinement */
    .price-lead {
        width: 100%;
    }

    .price-lead h2 {
        font-size: 0.75rem; /* Subtler label */
        margin-bottom: 12px;
    }

    .price-value-wrap {
        flex-direction: column; /* Stack price and subtext for clarity */
        align-items: center;
        gap: 4px;
    }

    .price-main {
        font-size: 4rem; /* Big impact, but contained */
        letter-spacing: -0.02em;
    }

    .price-subtext {
        font-size: 0.9rem;
        opacity: 0.8;
    }

    /* Price Details & Tags Refinement */
    .price-details {
        width: 100%;
    }

    .factors-row {
        display: flex;
        flex-wrap: wrap; /* Essential to prevent horizontal overflow */
        justify-content: center;
        gap: 8px; /* Tighter gap for pill-style look */
        border-bottom: none; /* Remove border for a cleaner mobile flow */
        margin-bottom: 20px;
    }

    .factor-tag {
        background: rgba(255, 255, 255, 0.05); /* Subtle pill background */
        padding: 6px 14px;
        border-radius: 100px;
        font-size: 0.85rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
        white-space: normal; /* Allow wrap if necessary on tiny screens */
    }

    .factor-tag::before {
        /* Keep the dot but make it slightly smaller */
        width: 5px;
        height: 5px;
    }

    .pricing-assurance {
        font-size: 0.85rem;
        line-height: 1.4;
        padding: 0 10px;
    }
}

/* Extra small device fix (320px width) */
@media (max-width: 340px) {
    .price-main {
        font-size: 3.25rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-772ae8b */:root {
    --tm-navy: #0f3360;
    --tm-gold: #f8c331;
    --tm-slate: #334155;
    --tm-border: #e2e8f0;
}

/* Full Width Breakout Logic */
.tm-full-width-breakout {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #ffffff;
    padding: 80px 0;
    box-sizing: border-box;
    overflow-x: hidden; /* Prevents tiny horizontal jitters */
    border-top: 1px solid var(--tm-border);
    font-family: 'Inter', -apple-system, sans-serif;
}

.tm-trust-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header Styles */
.tm-title-area {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
}

.tm-title-area h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--tm-navy);
    line-height: 1.1;
    margin-bottom: 20px;
}

.tm-sub-label {
    font-size: 1.1rem;
    color: var(--tm-slate);
    font-weight: 500;
}

/* Horizontal Pillars */
.tm-pillars-grid {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 70px;
}

.tm-pillar-card {
    flex: 1;
    padding: 0 25px;
    border-right: 1px solid var(--tm-border);
}

.tm-pillar-card:last-child {
    border-right: none;
}

.tm-pillar-tag {
    display: block;
    color: var(--tm-gold);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.tm-pillar-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--tm-navy);
    line-height: 1.4;
}

/* Centered Promise Bar */
.tm-promise-container {
    background: var(--tm-navy);
    padding: 18px 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: fit-content;
    margin: 40px auto 0;
    box-shadow: 0 10px 30px rgba(12, 60, 92, 0.15);
}

.tm-promise-container p {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0;
}

.tm-gold-divider {
    width: 40px;
    height: 2px;
    background: var(--tm-gold);
}

/* --- Responsive Layouts --- */

@media (max-width: 1024px) {
    .tm-pillars-grid {
        flex-wrap: wrap;
    }
    .tm-pillar-card {
        flex: 1 1 33%;
        padding: 20px;
        text-align: center;
        border-right: none;
    }
}

/* Mobile-First Refinement for Trust Section */
@media (max-width: 768px) {
    .tm-full-width-breakout {
        /* Standard safety reset for breakout sections */
        width: 100%;
        margin: 0;
        left: 0;
        right: 0;
        padding: 60px 0;
    }

    .tm-trust-inner {
        padding: 0 24px;
    }

    .tm-title-area {
        margin-bottom: 40px;
        text-align: left; /* Alignment change for better mobile scanning */
    }

    .tm-title-area h2 {
        font-size: 1.85rem;
        margin-bottom: 12px;
    }

    .tm-sub-label {
        font-size: 1rem;
        line-height: 1.5;
    }

    /* Grid over Flex: Better control for 5 items */
    .tm-pillars-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Two columns for efficiency */
        gap: 24px 16px;
        margin-bottom: 50px;
    }

    /* Make the 5th item span full width to balance the 2-column grid */
    .tm-pillar-card:last-child {
        grid-column: span 2;
        border-bottom: none;
        padding-bottom: 0;
    }

    .tm-pillar-card {
        padding: 0; /* Removing large desktop gutters */
        border: none; /* Borders usually look messy on mobile grids */
        text-align: left;
    }

    .tm-pillar-tag {
        margin-bottom: 8px;
        font-size: 0.7rem;
    }

    .tm-pillar-card h3 {
        font-size: 0.95rem;
        line-height: 1.3;
    }

    /* Promise Bar Refinement */
    .tm-promise-container {
        max-width: 100%;
        border-radius: 8px;
        padding: 24px 20px;
        flex-direction: column; /* Stack if text is long */
        gap: 12px;
    }

    .tm-promise-container p {
        font-size: 1rem;
        text-align: center;
    }

    /* Using the dividers as a small accent instead of hiding them */
    .tm-gold-divider {
        display: block;
        width: 30px;
        height: 3px;
    }
}

/* Specific fix for very small screens */
@media (max-width: 480px) {
    .tm-pillars-grid {
        grid-template-columns: 1fr; /* Single column for very narrow phones */
        gap: 30px;
    }
    
    .tm-pillar-card:last-child {
        grid-column: span 1;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b075b7e */:root {
  --pps-navy: #0c3c5c;
  --pps-gold: #facc15;
  --pps-white: #ffffff;
  --pps-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-mont: 'Montserrat', sans-serif;
}

#pps-landing-wrapper {
  /* Container & Layout */
  .trust-cta-bar {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding: 40px 0;
    z-index: 10;
  }

  .trust-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 45px;
    background: linear-gradient(135deg, #0f3360 0%, #1a4e6e 100%);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
  }

  /* Branding Section */
  .trust-cta-text {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .trust-cta-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    svg {
      fill: var(--pps-gold);
      width: 24px;
      height: 24px;
    }
  }

  .trust-cta-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: var(--font-mont);
  }

  .trust-cta-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }

  .trust-cta-headline {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--pps-white);
    line-height: 1.2;
  }

  /* Button System */
  .trust-cta-btns {
    display: flex;
    gap: 16px;
  }

  .pps-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    border-radius: 10px;
    font-family: var(--font-mont);
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: none;
    transition: var(--pps-transition);

    &:hover { transform: translateY(-3px); }
  }

  .pps-icon {
    background: var(--pps-white);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    svg {
      width: 18px;
      height: 18px;
      fill: var(--pps-navy);
    }
  }

  .pps-btn-yellow {
    background: var(--pps-gold);
    color: #12283a !important;
    
    &:hover { background: var(--pps-white); }
  }

  .pps-btn-blue {
    background: #0f3360;
    color: var(--pps-white) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);

    &:hover {
      background: rgba(255, 255, 255, 0.15);
      border-color: var(--pps-white);
    }
  }
}

/* Responsive */
@media (max-width: 991px) {
  #pps-landing-wrapper {
    .trust-cta-bar {
      width: 100%;
      left: 0;
      margin: 0;
      padding: 20px 15px;
    }

    .trust-cta-inner {
      flex-direction: column;
      text-align: center;
      padding: 35px 20px;
    }

    .trust-cta-text { flex-direction: column; }

    .trust-cta-headline { order: 1; font-size: 1.25rem; }
    .trust-cta-label { order: 2; margin-top: 5px; opacity: 0.8; }

    .trust-cta-btns {
      flex-direction: column;
      width: 100%;
      
      .pps-btn { width: 100%; justify-content: center; }
      .pps-btn-yellow { order: 1; }
      .pps-btn-blue { order: 2; }
    }
  }
}

@media (max-width: 375px) {
  #pps-landing-wrapper .trust-cta-headline { font-size: 1.15rem; }
}/* End custom CSS */
/* Start custom CSS *//* Hide Bing */

.btn[href*="tel:+16508996145"] {
    display: none !important;
}

/* Ensure the remaining buttons still stay in one line on mobile */
@media (max-width: 980px) {
  .cta-group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }

  .cta-group .btn {
    flex: 1; /* This will make the remaining 2 buttons split the screen 50/50 */
    font-size: 11px !important; /* You can make the font slightly larger now that there is more room *//* End custom CSS */