/*
Theme Name: hero-theme
Theme URI: https://github.com/number44/hero-carousel-theme
Author: number44
Author URI: lesio.eu
Description: Hero theme full .
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hero-theme
Tags: 
*/
body {
  line-height: 1.5;
}
.is-style-glass,
.glass-card-light
{
	max-width : 80dvw!important;
}

#phone{
	border: 1px solid #639b68;
    border-radius: .1rem;
    font-family: poppins;
    padding: 1rem;
}

.wp-block-daniel-layout .reform input[type=email], .wp-block-daniel-layout .reform input[type=text],.wp-block-daniel-layout .reform input[type=tel], .wp-block-daniel-layout .reform textarea
 {
    padding-inline: 1rem!important;
	 padding-block : .5rem!important;
}
.reform .button {
	padding-block : 0!important;
}

.text-primary{
	color : #639b68!important;
}

.text-primary a{
	color : #639b68!important;
}

.nta_wa_button{
	position : fixed;
	right : 1.5rem;
	bottom : 1.5rem;
	z-index : 100;
}


/* Modern standard (Firefox) */
* {
  scrollbar-width: thin;
  scrollbar-color: #639B68 #fff;
}
/* WebKit-based browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 12px; /* Width of the entire scrollbar */
}

::-webkit-scrollbar-track {
  background: #fff; /* Color of the tracking area */
}

::-webkit-scrollbar-thumb {
  background-color: #639B68; /* Color of the scroll thumb */
  border-radius: 20px; /* Roundness of the thumb */
  border: 3px solid #fff; /* Creates padding around thumb */
}

button {
	font-family : poppins;
}

.chaty-svg circle{fill:#639B68!important;}
.navigation-cta-button button{
	height : 100%!important;
}
.card-excerpt .simplesocialbuttons {
	display : none!important;
}



.wp-block-list {
display  : grid;
	gap : 1rem;
	
}
.card-title {
	font-size : 1.5rem!important;
}