/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2025 | 14:32:36 */
.wpforms-container .wpforms-field {
	padding: 8px 0 !important;
}
div.wpforms-container-full button[type=submit] {
	width: 100%;
}
.whatsapp-block {
	margin-bottom: -2rem
}
.wp-block-jetpack-send-a-message {
    position: fixed;
    right: 3rem;
    bottom: 4rem;
    margin-block-start: 0;
	opacity: 0;
	box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.24);
	-webkit-box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.24);
	border-radius: 100px;
}
.wp-block-jetpack-whatsapp-button {
	margin-inline-end: 0px !important;
}
.whatsapp-block__button {
	padding: 8px !important;
	background-image: unset !important;
}
#chaty-widget-0 .chaty-i-trigger .chaty-channel span.chaty-icon,
#chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg,
#chaty-widget-0 .chaty-i-trigger .chaty-channel,
#chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg {
	transform: scale(1.05)
}
.chaty-i-trigger .chaty-channel {
	bottom: 2rem;
	right: 2rem;
}
.chaty-outer-forms.pos-right.chaty-form-0 {
	bottom: 2rem !important;
	right: 3rem !important;
}
.on-hover-text {
	display: none !important;
}
.swiper-slide-inner {
	background: #ffffff;
	border: 1px solid #22222238;
	border-radius: 1rem;
	height: 100%;
}
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -8px !important;
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
	font-family: Epilogue;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #25D366;
  outline: none;
  box-shadow: 0 0 3px rgba(37, 211, 102, 0.3);
}

.wpcf7-form .wpcf7-submit {
  background: #FF5733;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
	font-size: 16px;
	font-family: Epilogue;
  transition: background 0.3s ease;
}

.wpcf7-form .wpcf7-submit:hover {
  background: #1eb15a;
}