/*
Theme Name:  Hello Elementor Child
Description: Child theme for Hello Elementor — Aglantis landing pages.
Template:    hello-elementor
Version:     1.0.0
Author:      DigitalSix
Text Domain: hello-elementor-child
*/

html, body {
	scroll-behavior: smooth;
	overflow-x: hidden;
}


.lp1-faq-item button, 
[type=button]:hover:hover {border-width: 0px !important; background:transparent !importantl}

.lp1-faq-item button,
.lp1-faq-item button:is(:hover,:active,:focus){
    background:white !important;
    color:black !important;
    padding-inline:0px !important
}

div:has(>p+.wpcf7) .wpcf7{
	margin-top: 24px !important;
	/* display:none !important; */
}

.lp1-pricing-card a:hover{
    background: rgb(111 217 210 / var(--tw-bg-opacity, 1)) ;
    border-color: rgb(111 217 210 / var(--tw-bg-opacity, 1)) !important;
    transition:0.25s ease
}