.elementor-50103 .elementor-element.elementor-element-2930edb{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-50103 .elementor-element.elementor-element-b08cdbe{width:100%;max-width:100%;}.elementor-50103 .elementor-element.elementor-element-2aa9da1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-50103 .elementor-element.elementor-element-af03e11{width:100%;max-width:100%;}.elementor-50103 .elementor-element.elementor-element-57145fb{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-50103 .elementor-element.elementor-element-f755bd2{width:100%;max-width:100%;}.elementor-50103 .elementor-element.elementor-element-0828e34{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-50103 .elementor-element.elementor-element-bbca846{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-50103 .elementor-element.elementor-element-f6da01b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-50103 .elementor-element.elementor-element-63ee0fd{width:100%;max-width:100%;}.elementor-50103 .elementor-element.elementor-element-2cda09a{--display:flex;}:root{--page-title-display:none;}@media(min-width:1601px){.elementor-50103 .elementor-element.elementor-element-4a197b0{width:100%;max-width:100%;}.elementor-50103 .elementor-element.elementor-element-c630b33{width:100%;max-width:100%;}}/* Start custom CSS for container, class: .elementor-element-2930edb *//* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&family=Open+Sans:wght@400;600;700&display=swap');

/* Base Styles & Variables */
:root {
    --navy: #002147;
    --red: #E02020;
    --white: #ffffff;
    --gray: #F4F4F4;
    --dark-text: #1A1A1A;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: var(--dark-text);
}

/* Header & Navigation */
.campaign-header {
    background-color: var(--white);
    border-bottom: 4px solid var(--navy);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: var(--navy);
    text-decoration: none;
    text-transform: uppercase;
}

.main-nav a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--navy);
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 15px;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: var(--red);
}

.btn-nav-donate {
    background-color: var(--red);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    padding: 10px 24px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-nav-donate:hover {
    background-color: #b31616; /* Darker red */
}

/* Hero Section */
/* Hero Section - Updated for Left Alignment and Original Background */
.hero-section {
    position: relative;
    /* USING THE SAME BACKGROUND IMAGE FROM s0p.efd.myftpupload.com */
    background-image: url('https://votepatrick.net/wp-content/uploads/2026/03/PVD-Website-Banner-updated-scaled.jpeg'); 
    background-size: cover;
    background-position: center;
    padding: 160px 0; /* Increased padding for better vertical spacing */
    color: var(--white);
    display: flex;
    align-items: center; /* Vertically center the text block within the banner */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,33,71,0.9) 0%, rgba(0,33,71,0.6) %);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px; /* Use standard container width */
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left; /* SHIFT TEXT LEFT */
}

.eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--red);
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 56px; /* Slightly larger for impact when left-aligned */
    line-height: 1.05;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    max-width: 800px; /* Keep text from spanning too wide for readability */
}

.hero-title .highlight {
    color: var(--red);
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 45px;
    max-width: 650px; /* Keep paragraph concise and aligned left */
    line-height: 1.6;
}

/* Buttons */
.button-group {
    display: flex;
    gap: 20px;
    justify-content: flex-start; /* SHIFT BUTTONS LEFT */
}

.btn-primary, .btn-secondary {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: var(--red);
    color: var(--white);
    border: 2px solid var(--red);
}

.btn-primary:hover {
    background-color: transparent;
    color: var(--white);
}

.btn-secondary {
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-secondary:hover {
    background-color: var(--white);
    color: var(--navy);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2aa9da1 *//* Introduction / Message Section */
.message-section {
    position: relative;
    /* Insert the URL for your waving Texas flag image below */
    background-image: url('https://votepatrick.net/wp-content/uploads/2026/03/texas-flag-scaled.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Creates a smooth parallax scroll effect */
    padding: 100px 20px;
    color: var(--white);
    text-align: center;
}

.message-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 33, 71, 0.9); /* Heavy Navy overlay for text readability */
    z-index: 1;
}

.message-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.eyebrow-light {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--red);
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.message-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 36px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    border-bottom: 3px solid var(--red);
    display: inline-block;
    padding-bottom: 15px;
}

.message-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Emphasizes the pain-point question */
.message-content .highlight-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: var(--red);
    margin: 35px 0;
    text-transform: uppercase;
}

/* Styles the final call-to-action statement */
.message-content .strong-closing {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-top: 40px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1); /* Slight highlight box */
    border-left: 4px solid var(--red);
    text-align: left;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-57145fb *//* Quick Stats Section - Updated for Even Spacing */
.quick-stats-section {
    background-color: #F8F5F0; 
    padding: 70px 20px;
    border-bottom: 4px solid var(--red); 
}

.stats-grid {
    display: grid;
    /* Forces exactly 3 evenly spaced columns */
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px;
    max-width: 1200px; /* Widened to match your header/issues container */
    margin: 0 auto;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Aligns text cleanly at the top if heights vary */
    padding: 20px;
}

/* ... keep your existing .stat-number and .stat-text rules here ... */

/* Mobile Responsiveness: Stacks the stats on smaller screens */
@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr; /* Changes to a single column on phones */
        gap: 30px;
    }
}


/* Quick Stats Section */


.stat-number {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 72px; /* Massive font size for maximum impact */
    color: var(--red);
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.05); /* Very slight shadow to make the red pop off the cream */
}

.stat-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: var(--navy);
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
    max-width: 250px; /* Prevents the text from stretching too wide on large screens */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0828e34 *//* Container for the section headings */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

/* The small, uppercase "kicker" text above the main title */
.eyebrow-dark {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--navy, #002147);
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

/* The main, heavy section title */
.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: var(--navy, #002147);
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

/* Optional: The descriptive text right below the title */
.section-subtitle {
    font-size: 18px;
    color: #555555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
}/* The VotePatrick Plan Section */
.plan-section {
    padding: 80px 20px;
    background-color: var(--white); /* Crisp white to contrast with previous section */
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
    text-align: center;
}

.plan-item {
    padding: 40px 30px;
    background-color: var(--gray); /* Light gray card background */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    border-top: 4px solid var(--navy); /* Strong navy anchor at the top */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.plan-icon {
    font-size: 40px; /* Large emoji size */
    margin: 0 auto 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--white);
    border: 3px solid var(--red); /* Action red ring */
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(224, 32, 32, 0.15); /* Subtle red glow */
}

.plan-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: var(--navy);
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.plan-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c630b33 *//* The Issues Section */
.issues-section {
    padding: 90px 20px;
    background-color: var(--gray, #F4F4F4); /* Light gray to contrast with the previous white section */
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}

/* The Issues Section - Updated for strict 2x2 Grid */
.issues-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Forces exactly 2 columns */
    gap: 30px;
    max-width: 1000px; /* Slightly narrowed so the lines of text aren't too long */
    margin: 0 auto;
}


.issue-card {
    background: var(--white, #ffffff);
    border: 1px solid #EAEAEA;
    padding: 40px 30px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.issue-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* The red line at the top of each card */
.card-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--red, #E02020);
}

.issue-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: var(--navy, #002147);
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.3;
}

.issue-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
}
/* Mobile Responsiveness: Stacks to 1 column on phones */
@media (max-width: 768px) {
    .issues-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f6da01b *//* The Evidence Section Base */
.evidence-section {
    padding: 80px 20px !important;
    background-color: var(--gray, #F4F4F4) !important;
}

/* Leader Debt Cards */
.leader-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 0 auto 60px auto !important;
}

.leader-card {
    background: var(--white, #ffffff);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.leader-header {
    padding: 20px;
    color: var(--white, #ffffff);
}

.navy-bg { background-color: var(--navy, #002147); }
.dark-bg { background-color: #333333; }

.leader-header h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}

.leader-header .sub-title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    opacity: 0.9;
}

.leader-body { padding: 40px 20px; }

.debt-huge {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 42px;
    color: var(--red, #E02020);
    line-height: 1;
}

.debt-label {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--navy, #002147);
    margin-top: 10px;
}

.leader-body hr { margin: 20px auto; width: 50%; border: 1px solid #eee; }

.debt-sub {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: var(--navy, #002147);
}

.debt-sublabel { color: #666; font-size: 14px; }

/* The 4-Step Presentation Layout */
.presentation-steps {
    max-width: 900px;
    margin: 0 auto;
}

.step-card {
    background: var(--white, #ffffff);
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.step-badge {
    position: absolute;
    top: -15px;
    left: 30px;
    background-color: var(--red, #E02020);
    color: var(--white, #ffffff);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    padding: 5px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
}

.step-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: var(--navy, #002147);
    margin: 10px 0 5px 0;
}

.step-desc {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



.video-container iframe,
.chart-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.video-container {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background-color: #eaeaea;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.video-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.chart-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    background-color: #eaeaea;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.chart-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-placeholder, .chart-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}





/* Data Table Styling */
.table-responsive {
    overflow-x: auto; /* Allows horizontal scroll on mobile */
    margin-bottom: 25px;
}

.tppf-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    text-align: left;
}

.tppf-table th {
    background-color: var(--navy, #002147);
    color: var(--white, #ffffff);
    padding: 12px 15px;
    font-weight: 700;
    white-space: nowrap;
}

.tppf-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.tppf-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Highlights Bexar County Row */
.tppf-table tr.highlight-row {
    background-color: rgba(224, 32, 32, 0.05);
    border: 2px solid var(--red, #E02020);
}

.tppf-table tr.highlight-row td {
    font-weight: 800;
    color: var(--red, #E02020);
}

/* Callout Box for #1 Stat */
.callout-box {
    background-color: #F8F5F0;
    border-left: 5px solid var(--red, #E02020);
    padding: 20px 25px;
    margin-top: 20px;
}

.callout-box h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: var(--red, #E02020);
    margin: 0 0 10px 0;
    font-size: 20px;
}

.callout-box p { margin: 0 0 15px 0; line-height: 1.6; }

.btn-text {
    font-weight: 700;
    color: var(--navy, #002147);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-text:hover { color: var(--red, #E02020); text-decoration: underline; }/* End custom CSS */