.elementor-21092 .elementor-element.elementor-element-1bb8a5e.bdt-background-overlay-yes:before {
	transition: background .3s;
}

.bdt-modal-f230fc7.bdt-modal .bdt-modal-dialog button.bdt-close {
	border-radius: 1px 1px 1px 1px;
}

.elementor-bc-flex-widget .elementor-21092 .elementor-element.elementor-element-11cae2d.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-21092 .elementor-element.elementor-element-3f737ce .bdt-modal-wrapper .bdt-modal-button svg {
	fill: var(--e-global-color-uicore_white);
}

.bdt-modal-3f737ce.bdt-modal .bdt-modal-dialog button.bdt-close {
	border-radius: 1px 1px 1px 1px;
}

.elementor-widget .tippy-tooltip .tippy-content {
	text-align: center;
}

@media (max-width:1024px) {}

@media (min-width:1025px) {}

@media (max-width:767px) {}

.bread-link {
	color: #eb7e31;
	font-weight: 500;
	padding-right: 3px;
}

.product-demo-section h2 {
	margin-bottom: 60px;
}

.product-screenshots-section {
	margin-top: 30px;
	margin-bottom: 30px;
}

.product-screenshots-section h2 {
	margin-bottom: 60px;
}

.product-screenshots-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.product-screenshots-grid img {
	width: 100%;
	border-radius: 12px;
	display: block;
	cursor: pointer;
	transition: transform .3s ease;
}

.product-screenshots-grid img:hover {
	transform: scale(1.03);
}

@media (max-width: 768px) {
	.product-screenshots-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.product-screenshots-grid {
		grid-template-columns: 1fr;
	}
}