.elementor-856 .elementor-element.elementor-element-dcd366c{--display:flex;}.elementor-856 .elementor-element.elementor-element-a0aa07a{--grid-columns:3;--grid-row-gap:20px;--load-more-spinner-color:var( --e-global-color-vamtam_accent_1 );--load-more—spacing:50px;--load-more-button-align:center;--grid-column-gap:20px;}.elementor-856 .elementor-element.elementor-element-a0aa07a > .elementor-widget-container{margin:0 0 7vh 0;}.elementor-856 .elementor-element.elementor-element-a0aa07a .elementor-loop-container{grid-auto-rows:1fr;}.elementor-856 .elementor-element.elementor-element-a0aa07a .e-loop-item > .elementor-section, .elementor-856 .elementor-element.elementor-element-a0aa07a .e-loop-item > .elementor-section > .elementor-container, .elementor-856 .elementor-element.elementor-element-a0aa07a .e-loop-item > .e-con, .elementor-856 .elementor-element.elementor-element-a0aa07a .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-856 .elementor-element.elementor-element-a0aa07a{--grid-columns:2;--load-more—spacing:30px;}}@media(max-width:767px){.elementor-856 .elementor-element.elementor-element-a0aa07a{--grid-columns:1;}}/* Start custom CSS *//* Target ONLY the working H1 page title element */
h1.elementor-heading-title.elementor-size-default {
    /* HIDE THE ORIGINAL DYNAMIC TITLE */
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    width: 100%;
    /* Ensure the new text inherits the theme's default font */
    font-family: inherit !important; 
    font-weight: inherit !important;
    color: inherit !important;
}

/* Hide any inner span inside the original title */
h1.elementor-heading-title span {
    display: none !important;
}

/* --- INSERT FIRST PART OF NEW TEXT (Hear Directly From Swap Dealer) --- */
h1.elementor-heading-title::before {
    content: "Hear Directly From Swap Dealer "; /* Note the space after Dealer */
    
    /* Apply fixed size and default color/font */
    display: inline;
    line-height: 1.2;
    font-size: 42px !important; /* Set to 42px as requested */
    color: inherit; /* Use the theme's default text color */
    font-family: inherit;
    font-weight: inherit;
}

/* --- INSERT SECOND PART OF NEW TEXT (Experts) IN ACCENT COLOR --- */
h1.elementor-heading-title::after {
    content: "Experts"; 
    
    /* Apply fixed size and the provided hex color */
    display: inline;
    line-height: 1.2;
    font-size: 42px !important; /* Set to 42px as requested */
    font-family: inherit;
    font-weight: inherit;
    
    /* Set the exact accent color code: #92c200 */
    color: #92c200 !important; 
}/* End custom CSS */