.elementor-8230 .elementor-element.elementor-element-b73d80c{--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;--padding-top:120px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c6f4c22 *//* =============================================
   CABRIO STRUCTURES BLOG STYLES
   Matching site brand: clean, modern, professional
   ============================================= */

/* Reset & Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #2e2a24;
    line-height: 1.7;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #1a6b3c;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #0d4a28;
    text-decoration: underline;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =============================================
   HEADER
   ============================================= */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.header-top-bar {
    background: #2e2a24;
    color: #ffffff;
    padding: 8px 0;
    font-size: 0.8rem;
}

.header-top-bar .container {
    display: flex;
    justify-content: flex-end;
}

.header-contact-list {
    display: flex;
    list-style: none;
    gap: 24px;
    flex-wrap: wrap;
}

.header-contact-list a {
    color: #ffffff;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-contact-list a:hover {
    color: #c8d8c0;
    text-decoration: none;
}

.header-main-nav {
    padding: 12px 0;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-logo {
    max-height: 55px;
    width: auto;
}

.main-menu {
    display: flex;
    list-style: none;
    gap: 28px;
}

.main-menu a {
    color: #2e2a24;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding: 8px 0;
}

.main-menu a:hover {
    color: #1a6b3c;
    text-decoration: none;
}

.btn-get-started {
    background: #1a6b3c;
    color: #ffffff !important;
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}

.btn-get-started:hover {
    background: #145530;
    text-decoration: none !important;
    transform: scale(0.97);
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #2e2a24;
    cursor: pointer;
}

/* =============================================
   BLOG HERO
   ============================================= */
.blog-hero {
    position: relative;
    background-image: url('https://cabriostructures.com/wp-content/uploads/2024/12/11.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 100px;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
}

.blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(14, 14, 12, 0.88) 0%, rgba(14, 14, 12, 0.45) 50%, rgba(14, 14, 12, 0.2) 100%);
}

.blog-hero-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.blog-meta-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.blog-category {
    background: #1a6b3c;
    color: #ffffff;
    padding: 4px 14px;
    border-radius: 3px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.blog-meta-top time {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
}

.blog-hero h1 {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.blog-hero-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 680px;
}

/* =============================================
   BLOG MAIN CONTENT
   ============================================= */
.blog-main {
    padding: 60px 0 80px;
}

.blog-container {
    max-width: 800px;
}

/* Table of Contents */
.toc-box {
    background: #f8f8f6;
    border-left: 4px solid #1a6b3c;
    border-radius: 0 6px 6px 0;
    padding: 28px 32px;
    margin-bottom: 48px;
}

.toc-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2e2a24;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

.toc-list {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.toc-list li {
    font-size: 0.92rem;
}

.toc-list a {
    color: #1a6b3c;
    font-weight: 500;
}

.toc-list a:hover {
    text-decoration: underline;
}

/* Blog Sections */
.blog-section {
    margin-bottom: 52px;
}

.blog-section h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2e2a24;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.blog-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2e2a24;
    margin-top: 32px;
    margin-bottom: 12px;
    line-height: 1.35;
}

.blog-section p {
    margin-bottom: 16px;
    font-size: 1rem;
    color: #3d3a36;
}

.blog-intro {
    font-size: 1.1rem;
    color: #2e2a24;
    line-height: 1.75;
}

.blog-image {
    width: 100%;
    border-radius: 8px;
    margin: 24px 0 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Styled Lists */
.styled-list {
    padding-left: 24px;
    margin-bottom: 20px;
}

.styled-list li {
    margin-bottom: 10px;
    font-size: 0.97rem;
    color: #3d3a36;
    line-height: 1.65;
}

.styled-list li strong {
    color: #2e2a24;
}

/* Callout Boxes */
.callout-box {
    background: #f0f7f2;
    border-left: 4px solid #1a6b3c;
    border-radius: 0 6px 6px 0;
    padding: 24px 28px;
    margin: 28px 0;
}

.callout-box p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #2e2a24;
}

.callout-dark {
    background: #2e2a24;
    border-left-color: #1a6b3c;
}

.callout-dark h3 {
    color: #ffffff;
    margin-top: 0;
    font-size: 1.1rem;
}

.callout-dark p {
    color: rgba(255, 255, 255, 0.88);
}

/* Comparison Table */
.table-responsive {
    overflow-x: auto;
    margin: 24px 0 28px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    min-width: 640px;
}

.comparison-table thead {
    background: #2e2a24;
}

.comparison-table th {
    color: #ffffff;
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.comparison-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    color: #3d3a36;
}

.comparison-table tbody tr:nth-child(even) {
    background: #f9f9f7;
}

.comparison-table tbody tr:hover {
    background: #f0f7f2;
}

/* FAQ Section */
.faq-section {
    background: #f8f8f6;
    border-radius: 10px;
    padding: 40px 36px;
    margin-top: 56px;
}

.faq-section h2 {
    margin-bottom: 28px;
}

.faq-item {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e2e0dc;
}

.faq-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.faq-item h3 {
    margin-top: 0;
    font-size: 1.08rem;
    color: #2e2a24;
    margin-bottom: 10px;
}

.faq-item p {
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* CTA Section */
.blog-cta-section {
    margin-top: 56px;
}

.blog-cta-box {
    background: linear-gradient(135deg, #1a6b3c 0%, #0d4a28 100%);
    border-radius: 12px;
    padding: 48px 44px;
    text-align: center;
}

.blog-cta-box h2 {
    color: #ffffff;
    font-size: 1.65rem;
    margin-bottom: 16px;
    line-height: 1.3;
}

.blog-cta-box > p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto 28px;
    line-height: 1.65;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.btn-primary {
    background: #ffffff;
    color: #1a6b3c !important;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover {
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-secondary {
    background: transparent;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid rgba(255, 255, 255, 0.6);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.btn-secondary:hover {
    text-decoration: none !important;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.cta-phone {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9rem;
}

.cta-phone a {
    color: #ffffff !important;
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
    background: #2e2a24;
    color: rgba(255, 255, 255, 0.78);
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 48px;
}

.footer-logo {
    max-height: 60px;
    width: auto;
    margin-bottom: 16px;
    filter: brightness(0) invert(1);
}

.footer-about p {
    font-size: 0.88rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.7);
}

.footer-col h3 {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}

.footer-col h3:first-child {
    margin-top: 0;
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-social {
    display: flex;
    gap: 14px;
    margin-top: 8px;
}

.footer-social a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.15rem;
    transition: color 0.2s ease;
}

.footer-social a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom a:hover {
    color: rgba(255, 255, 255, 0.8);
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
    .blog-hero h1 {
        font-size: 2.1rem;
    }

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

    .footer-about {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .header-top-bar {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 20px;
        gap: 4px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #eee;
    }

    .main-menu.is-open {
        display: flex;
    }

    .main-menu a {
        padding: 12px 8px;
        border-bottom: 1px solid #f0f0f0;
    }

    .btn-get-started {
        display: none;
    }

    .blog-hero {
        padding: 80px 0 60px;
        min-height: 380px;
    }

    .blog-hero h1 {
        font-size: 1.65rem;
    }

    .blog-hero-subtitle {
        font-size: 0.95rem;
    }

    .blog-main {
        padding: 40px 0 60px;
    }

    .blog-container {
        max-width: 100%;
    }

    .blog-section h2 {
        font-size: 1.45rem;
    }

    .blog-section h3 {
        font-size: 1.1rem;
    }

    .toc-box {
        padding: 22px 20px;
    }

    .faq-section {
        padding: 28px 22px;
        border-radius: 8px;
    }

    .blog-cta-box {
        padding: 36px 24px;
    }

    .blog-cta-box h2 {
        font-size: 1.35rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-about {
        grid-column: auto;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .blog-hero h1 {
        font-size: 1.4rem;
    }

    .blog-meta-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .comparison-table {
        font-size: 0.8rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px 12px;
    }
}

/* Print Styles */
@media print {
    .site-header, .site-footer, .blog-cta-section, .mobile-menu-toggle {
        display: none;
    }

    .blog-hero {
        background: #f5f5f5 !important;
        padding: 30px 0;
        min-height: auto;
    }

    .blog-hero-overlay {
        display: none;
    }

    .blog-hero h1 {
        color: #000 !important;
        font-size: 1.5rem;
    }

    body {
        font-size: 12pt;
    }
}/* End custom CSS */