.elementor-4650 .elementor-element.elementor-element-38cfaff{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-38cfaff */.cta-btn {
    display: inline-block;
    background: #e63946;
    color: #ffffff !important; /* Force text to white */
    text-decoration: none !important; /* Remove the underline */
    padding: 12px 26px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    margin: 8px 0;
    border: none; /* Removes any default button borders */
}

/* Ensure it stays clean when hovered */
.cta-btn:hover {
    background: #c1121f;
    color: #ffffff !important;
    text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS *//* Force the blog to use the full available width */
body, .elementor-section {
    margin: 0;
    padding: 0;
}

article {
    max-width: 1200px !important; /* Increased from 860px */
    margin: 0 auto !important;
    padding: 20px !important;
    width: 100% !important;
}

/* Fix Huge Heading alignment */
h1 {
    font-size: clamp(28px, 5vw, 48px) !important;
    line-height: 1.2 !important;
    text-align: left;
    margin-bottom: 20px !important;
    width: 100% !important;
}

/* Fix the Table of Contents squishing */
.toc {
    width: 100% !important;
    box-sizing: border-box;
}

/* Ensure images don't get cropped or overflow */
img {
    max-width: 100% !important;
    height: auto !important;
}

/* If you want it truly full-screen without white gaps on the sides */
.elementor-section-stretched {
    left: 0 !important;
    width: 100vw !important;
}/* End custom CSS */