.elementor-18217 .elementor-element.elementor-element-5ca7772b{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-18217 .elementor-element.elementor-element-b40c569{--display:flex;}.elementor-18217 .elementor-element.elementor-element-f349b44{--display:flex;}/* Start custom CSS *//* ===== TABLE CONTAINER & TYPOGRAPHY ===== */
.pitch-table-container {
    margin: 2.5rem 0;
    width: 100%;
    box-sizing: border-box;
}
.table-main-title {
    color: #000;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.5rem;
}
.table-subtitle {
    color: #555;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.5;
}

/* ===== TABLE SCROLL WRAPPER & MAIN STYLES ===== */
.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    background: #fff;
}
.pitch-roof-costs {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}
.pitch-roof-costs thead {
    background-color: #BA0000;
}
.pitch-roof-costs th {
    padding: 20px 18px;
    text-align: left;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.pitch-roof-costs th:last-child { border-right: none; }
.pitch-roof-costs tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}
.pitch-roof-costs tbody tr:nth-child(even) {
    background-color: #fafafa;
}
.pitch-roof-costs tbody tr:hover {
    background-color: #fff5f5;
}
.pitch-roof-costs td {
    padding: 18px;
    vertical-align: top;
    line-height: 1.6;
}
.pitch-roof-costs td:nth-child(2) {
    font-weight: 700;
    color: #BA0000;
}

/* ===== FAQ SECTION STYLES ===== */
.pitch-faq-section {
    margin: 1rem 0;
    width: 100%;
    box-sizing: border-box;
}
.faq-title {
    color: #000;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
}
.faq-subtitle {
    color: #333;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 16px;
    line-height: 1.5;
}
.faq-container {
    border-top: 1px solid #e0e0e0;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.faq-item {
    border-bottom: 1px solid #e0e0e0;
}
.faq-question {
    width: 100%;
    padding: 24px 10px;
    text-align: left;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s ease;
}
.faq-question:hover,
.faq-question:focus {
    color: #BA0000;
    outline: none;
    background:#eee;
}
.faq-icon {
    color: #BA0000;
    font-size: 28px;
    font-weight: 300;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}
.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}
.faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-answer p {
    padding: 0 0 30px 0;
    color: #444;
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}
.faq-question[aria-expanded="true"] + .faq-answer {
    max-height: 500px;
}

/* ===== PRO TIP STYLES ===== */
.pitch-pro-tip {
    background-color: #f8f8f8;
    border-left: 5px solid #BA0000;
    padding: 25px;
    margin: 35px 0;
    border-radius: 0 8px 8px 0;
}
.pro-tip-title {
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.tip-icon {
    margin-right: 12px;
    font-size: 1.5rem;
}
.pro-tip-content p {
    color: #333;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
}
.pro-tip-content strong {
    color: #BA0000;
}

/* ===== RESPONSIVE MOBILE STYLES ===== */
@media (max-width: 768px) {
    .table-main-title, .faq-title { font-size: 1.7rem; }
    .table-subtitle, .faq-subtitle { font-size: 1rem; }
    .faq-container { padding: 0 15px; }
    .faq-question { font-size: 1.1rem; padding: 20px 0; }
    .faq-answer p { font-size: 1rem; padding-bottom: 25px; }
    .faq-icon { font-size: 24px; }
    .pitch-pro-tip { padding: 20px; margin: 25px 0; }
    .pro-tip-title { font-size: 1.2rem; }

    /* Mobile Card Layout for Table */
    @media (max-width: 640px) {
        .table-scroll-wrapper {
            overflow-x: visible;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
            border: 1px solid #e5e7eb;
        }
        .pitch-roof-costs {
            min-width: 100%;
        }
        .pitch-roof-costs thead {
            display: none;
        }
        .pitch-roof-costs tbody tr {
            display: block;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 20px;
            padding: 15px;
        }
        .pitch-roof-costs td {
            display: grid;
            grid-template-columns: 45% 1fr;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid #f1f5f9;
        }
        .pitch-roof-costs td:last-child {
            border-bottom: none;
        }
        .pitch-roof-costs td:before {
            content: attr(data-label);
            font-weight: 700;
            color: #000;
        }
    }
}/* End custom CSS */