/**
 * Theme Name:     Cash For Cars Gold Coast
 * Author:         Infinity web Experts
 * Template:       twentytwentyfive
 * Text Domain:	   cash-for-cars-gold-coast
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */


a {text-decoration:none !important;}


.process-box{
    position: relative;
}

/* Bottom border */
.process-box::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    border-bottom: 2px solid #2d7d08;
}

/* Right border connected to top border */
.process-box::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 15%;
    border-right: 2px solid #2d7d08;
}


