/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 02 2026 | 06:43:14 */
/* span, p {
	font-family:'Archivo';
} */
/* h1, h2, h4, h1 span, h2 span, h4 span {
	font-family:'Playfair Display';
} */
h2 {
	line-height: 1.19 !important;
	font-weight:700 !important;
}
.hero-sub-txt h4 span {
	color:#dc2928;
}
/* .quote-cont p {
	font-family:'Alegreya' !important;
} */
h2 span {
background: linear-gradient(135deg, 
    hsl(40 20% 92%) 0%, 
    hsl(20 60% 80%) 50%, 
    hsl(0 72% 60%) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn-cust a {
	background-color: #dc2928 !important;
	border-radius:8px;
	padding:14px 20px;
}
.pills-cont li {
	padding: 6px 12px !important;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.07);
	margin: 0 !important;
    margin-right: 10px !important;
	margin-bottom:10px !important;
}
/* .shape-ident .elementor-widget-icon-list {
	max-height: max-content;
} */
.shpes-ident .elementor-element-58e66a2 {
    --e-con-grid-template-rows: repeat(3, 0fr) !important;
    
    /* Ensuring the grid actually uses the variable */
    grid-template-rows: var(--e-con-grid-template-rows) !important;
}
p a, div a{
	color:#EAB3A1;
}
p a:hover, div a:hover{
	color:#DC2928;
}