/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2026 | 09:27:29 */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.cmplz-links.cmplz-documents {
	display: none !important;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	display: none;
}

input,
button,
a,
.TextLink,
header {
	transition: 0.3s ease-in-out !important;
}

.free-demo-click:hover{
	background:#1169CD !important;
}

.TextLink {
	border-bottom: 1px solid transparent;
}

.TextLink:hover {
	transform: translateX(10px);
	border-bottom: 1px solid;
}

body.home {
	background-image: url(/wp-content/uploads/2024/06/black.svg);
	background-size: contain;
	background-position: 50%;
}

/* .sticky.on-scroll.scrolling .notice-section {
	visibility: hidden;
	opacity: 0;
}

.sticky.on-scroll.scrolling .header-Section {
	margin-top: -44px
} */

section.whiteBG {
	background-image: url(/wp-content/uploads/2024/06/white.svg);
	background-size: contain;
	background-position: 50%;
}

.home footer {
	background: #fff;
}

.free-demo-click {
	cursor: pointer;
}

.imageDetials::before {
	background: linear-gradient(66deg, rgba(3, 31, 70, 0.64) 16.72%, rgba(2, 51, 108, 0.64) 63.44%, rgba(255, 255, 255, 0.64) 121.63%) !important;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	border-radius: 10px;
}

.ReviewTabs .tab-title img {
	filter: grayscale(1);
}

.ReviewTabs .tab-title.brx-open img {
	filter: grayscale(0);
}

/* FAQ CSS */
.faqWrapper .accordion-title.icon-left .icon {
	margin-right: 20px;
}

li.accordion-item {
	border-bottom: 1px solid #e2e8f0;
}

li.accordion-item:last-child {
	border-bottom: none;
}

/* E-Auction Page */
.reviewSlider .splide__track .slideReview {
	height: auto !important;
}

.reviewSlider .splide__arrows.custom.splide__arrows--rtl {
	position: absolute;
	bottom: -100px;
	left: 50%;
	right: 50%;
	display: flex !important;
	gap: 4.4rem;
	align-items: center;
	justify-content: center;
}

.reviewSlider button.splide__arrow {
	position: relative;
	min-width: 50px !important;
	min-height: 50px !important;
}

/* Pop up CSS */
.closeIcon:hover {
	color: #1375e3 !important;
	fill: #1375e3;
}

.listItems li {
	padding: 0px 0px 10px 0px !important;
	margin: 0;
}

.brx-popup-content.brxe-container {
	background: transparent;
	max-width: 50%;
}

/* Feature Section  CSS*/
.feature-section .feature-main-wrapper:nth-child(even) .feature-wrapper {
	display: flex;
	flex-direction: row-reverse;
}