.btn-1 .elementor-button{
	background: linear-gradient(135deg, #990808, #B91C1C);
	color: #FFFFFF;
	border: none;
	border-radius: 999px;
	padding: 14px 26px;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.25s ease;
	box-shadow: 0 8px 20px rgba(153,8,8,0.25);
}

.btn-1 .elementor-button:hover{
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(153,8,8,0.4);
	background: linear-gradient(135deg, #7A0505, #990808);
	color: #FFFFFF;
}

.btn-2 .elementor-button{
	background: #111827;
	color: #FFFFFF;
	border-radius: 999px;
	padding: 14px 26px;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.25s ease;
}

.btn-2 .elementor-button:hover{
	background: #000000;
	transform: translateY(-2px);
}

.btn-3 .elementor-button{
	background: transparent;
	color: #111827;
	border: 2px solid #E5E7EB;
	border-radius: 999px;
	padding: 14px 26px;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.25s ease;
}

.btn-3 .elementor-button:hover{
	background: #FFF7ED;
	border-color: #990808;
	color: #111827;
	transform: translateY(-2px);
}

.btn-4 .elementor-button{
	background: #111827;
	color: #D69A2D;
	border: 2px solid #D69A2D;
	border-radius: 999px;
	padding: 16px 32px;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}

.btn-4 .elementor-button:hover{
	color: #111827;
	background: #D69A2D;
	box-shadow: 0 0 20px rgba(214,154,45,0.45);
	transform: translateY(-2px);
}

.btn-5 .elementor-button{
	background: linear-gradient(135deg, #990808, #D69A2D);
	color: #FFFFFF;
	border-radius: 999px;
	padding: 16px 32px;
	font-weight: 600;
	font-size: 16px;
	border: none;
	transition: all 0.3s ease;
}

.btn-5 .elementor-button:hover{
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(153,8,8,0.35);
}

.btn-6 .elementor-button{
	background: rgba(255,255,255,0.1);
	color: #FFFFFF;
	border: 1px solid rgba(255,255,255,0.3);
	backdrop-filter: blur(10px);
	border-radius: 999px;
	padding: 16px 32px;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}

.btn-6 .elementor-button:hover{
	background: rgba(255,255,255,0.2);
	border-color: #FFFFFF;
	transform: translateY(-2px);
}

.btn-7 .elementor-button{
	background: transparent;
	color: #990808;
	border: 2px solid #990808;
	border-radius: 999px;
	padding: 16px 32px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-7 .elementor-button:hover{
	background: #990808;
	color: #FFFFFF;
	box-shadow: 0 10px 25px rgba(153,8,8,0.3);
}

.heading-1 {
	font-size: 36px;
	font-weight: 800;
	background: linear-gradient(135deg, #990808, #D69A2D);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
}

.heading-1::after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background: linear-gradient(135deg, #990808, #B91C1C);
	margin-top: 10px;
	border-radius: 3px;
	box-shadow: 0 6px 20px rgba(153,8,8,0.35);
}

.heading-2 {
	font-size: 30px;
	font-weight: 700;
	color: #111827;
	position: relative;
	padding-bottom: 10px;
}

.heading-2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #990808;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.heading-2:hover::after {
	width: 80px;
	background: linear-gradient(135deg, #990808, #D69A2D);
}

.heading-3 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #111827;
	position: relative;
	transition: all 0.3s ease;
}

.heading-3::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	margin: 10px auto 0;
	background: linear-gradient(135deg, #990808, #D69A2D);
	border-radius: 2px;
	box-shadow: 0 4px 15px rgba(153,8,8,0.25);
}

.elementor-widget:hover .heading-3 {
	transform: translateY(-2px);
}

.elementor-widget:hover .heading-3::after {
	width: 70px;
	box-shadow: 0 8px 25px rgba(153,8,8,0.4);
}

ul.iw-checklist {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.iw-checklist li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 14px;
	font-size: 17px;
	line-height: 1.65;
	color: #4B5563;
	transition: all 0.25s ease;
}

ul.iw-checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	height: 24px;
	background: #990808;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

ul.iw-checklist li:hover {
	transform: translateX(4px);
	color: #111827;
}
