.site-wrapper {
	max-width:1500px;
}
.site-info {
	display: none !important;
}

.simpay-form-title {
	font-family: "Black Ops One", Sans-serif !important;
	font-size: 36px !important;   
	font-weight: 600 !important;
	color: #3C3F40 !important;
} 
.orange-gradient {
	    background: linear-gradient(135deg, #ff7135, #ffb21a);
    color: #101010;
}
.orange-gradient p {
	color: #111 !important;
	font-weight: bold !important;
}
.wpcf7-submit {
	background-color: #00d27a !important;
	border-color: #00d27a !important;
	font-weight:bold !important
}
h1.entry-title {
		font-family: "Black Ops One", Sans-serif !important;
	color: #353535
}
h2.elementor-heading-title {
			font-family: "Black Ops One", Sans-serif !important;
	color: #353535 !important
}
#faq-container {
	overflow-y: scroll !important;
	height: 400px !important;
}

header.entry-header{
	width:80%;
	
}
@media (max-width: 600px) {
	.entry-header{
		margin-left:10px !important;
	}
}
#contact-us {
	position: relative;
  overflow: visible;
}
#contact-us h2 {
	margin-bottom: 30px;

	
}
#contact-us h2::after {
    content: "";
    position: absolute;

    width: 150px;
    height: 150px;

    background-image: url('/wp-content/uploads/2026/08/angry-underline.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
		right:270px;	
    top: -30px;

    z-index: 2;
    pointer-events: none;
}

#contact-us form {
	width: 100%	
}
#contact-us input {
	border: 1px solid grey;
	border-radius: 5px;
}
#contact-us textarea {
	border-radius: 5px;
	border:1px solid grey
	width:100%;
}
#faq {
	    position: relative;
    overflow: visible;
}
#faq h2::after {
    content: "";
    position: absolute;

    width: 150px;
    height: 150px;

    background-image: url('/wp-content/uploads/2026/08/angry-underline.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
		right:270px;	
    top: -10px;

    z-index: 2;
    pointer-events: none;
}

#mock-review {
    position: relative;
    overflow: visible;
}

#mock-review::after {
    content: "❝";
    position: absolute;
    left: -50px;
    top: -50px;
    font-size: 100px;
    color: #ff6b2c;
    transform: rotate(5deg);
    z-index: 2;
}
#home-page-price {
	position: relative;
  overflow: visible;
}
#home-page-price::after {
    content: "";
    position: absolute;

    width: 300px;
    height: 300px;

    background-image: url('/wp-content/uploads/2026/08/stroke-short-descent.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(0deg);
		right:0px;	
    top: 100px;

    z-index: 2;
    pointer-events: none;
}
#monthly-revenue-block {
	position: relative;
  overflow: visible;	
}
#monthly-revenue-block::after {
    content: "";
    position: absolute;

    width: 200px;
    height: 200px;

    background-image: url('/wp-content/uploads/2026/08/stroke-medium-curve.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(100deg);
		right:-60px;	
    top: 250px;

    z-index: 2;
    pointer-events: none;
}

@media (max-width: 600px) {
		#contact-us h2::after {
			right:70px;	
    	top: -25px;
		}
	#faq h2::after {
			right:70px;	
    	top: -15px;
	}
	#home-page-price::after {
		transform: rotate(90deg);
		width: 150px;
    height: 150px;
		top:180px;
		right:90px;
	}
	#monthly-revenue-block::after {
		width: 150px;
		height:150px;
		top:180px;
		right:90px;
		transform: scaleX(-1) rotate(90deg);
		display:none;
	}	
}