
.trx_popup {
	-webkit-animation-name: fadeIn_popup;
	animation-name: fadeIn_popup;
}
.trx_popup.close {
	-webkit-animation-name: fadeOut_popup;
	animation-name: fadeOut_popup;
}.trx_popup .trx_popup_container {
	background-image: url(https://www.talesoftransit.com/wp-content/uploads/2026/02/New-Project.webp);
}
/* Custom styles
*******************************/
.trx_popup_close:before,
.trx_popup_close:after {
background-color: #5A5A5A;
}
.trx_popup_inner .trx_popup_subtitle {
color: #5A5A5A;
}
.trx_popup_inner .trx_popup_title {
color: #5A5A5A;
}
.trx_popup_inner .trx_popup_button {
color: #222222 !important;
background-color: #ffffff !important;
}
.trx_popup_inner .trx_popup_button:hover {
color: #ffffff !important;
background-color: #f0473c !important;
}