/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 18 2025 | 06:59:25 */
.yellow_grdient{
	background: linear-gradient(90deg, #9FCD58 0%, #FFC708 100%);
	width: 100%;
	height: 1px;
}

.arrow_white_btn .pp-button{
	position: relative !important;
	padding-bottom: 8px !important;
}

.arrow_white_btn .pp-button::after{
	content: "";
	bottom: 0px;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #9FCD58 0%, #FFC708 100%);
}

.arrow_white_btn .pp-button .pp-button-icon:before{
	display: none;
}

.arrow_white_btn .pp-button .pp-button-icon{
	background-image: url(/wp-content/uploads/2025/11/Vector-25.svg);
    background-size: contain;
    background-position: right center;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}


.heading_and_des_box .heading-title{
	margin: 0 !important;
}

.heading_and_des_box .heading-title .title-text{
		border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.heading_and_des_box .pp-sub-heading{
	padding: 24px;
	background-color: #F5F5F5;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}