.header-cta .elementor-icon-box-title {
	margin-top: 0;
}

.sticky-contact {
	position: fixed;
	bottom: 100px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1000;
}

.contact-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #25d366;
	cursor: pointer;
	transition: transform 0.2s;
}

.contact-icon.phone {
	background-color: #00afee;
}

.contact-icon:hover {
	transform: scale(1.1);
}

.contact-icon svg {
	width: 24px;
	height: 24px;
	fill: white;
}

.icon-box:hover img {
    border: 1px solid #ef008f;
}

.icon-box img {
    background: #ebebeb;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}