/*
Theme Name: vistacoll
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.banner-form input {
    padding: 15px !important;
}

.banner-form button {
    padding: 15px !important;
	 background-image: linear-gradient(180deg, #075EBB 0%, var( --e-global-color-4aebb0c ) 100%) !important;
}

.banner-form button span {display: flex;flex-direction: row-reverse !important;}
#backgroundtrust {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

#backgroundtrust:before {
    content: '';
    clip-path: polygon(53% 75%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: linear-gradient(180deg, #257bc0 0%, #257bc0 100%);
    bottom: 0;
}

