#sc_paystub_hero_section span.heading_color {
	color: #307a2c;
}
#sc_paystub_hero_section{
	background: #F1F7F0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:60px 0;
}
#sc_paystub_hero_wrapper{
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	z-index:2;
}
#sc_paystub_left_side p.sc_paystub_heading_list {
	margin-top: 10px;
	color: #000;
	line-height: 3;
	font-weight: 600;
}

#sc_paystub_left_side h1{
	font-size:38px;
	line-height:1.18;
	font-weight:800;
	color:#000;
	margin-bottom:20px;
}
#sc_paystub_description{
	font-size:16px;
	line-height:1.4;
	color:#000;
	margin-bottom:20px;
	max-width:600px;
}
#sc_paystub_list{
	margin:0;
	padding:0;
	list-style:none;
}
#sc_paystub_list li{
	color:#000;
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
	padding-left:30px;
	position:relative;
	line-height:1.1;
}
#sc_paystub_list li:before{
	content:"✓";
	position:absolute;
	left:0;
	top:0;
	font-size:16px;
	font-weight:700;
	color:#000;
}
#sc_paystub_cta_btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:15px 25px;
	background:#307a2c;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:700;
	border-radius:100px;
	margin-top:10px;
	transition:.3s;
}
#sc_paystub_cta_btn:hover{
	color:#000;
}
#sc_paystub_right_side{
	width:46%;
	text-align:center;
	position:relative;
}
#sc_paystub_offer_tag{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	position:relative;
	background:#307a2c;
	height:60px;
	padding:0 25px;
}
#sc_paystub_offer_tag span{
	color:#fff;
	font-size:16px;
	font-weight:700;
	line-height:1;
	position:relative;
	z-index:2;
	white-space:nowrap;
}
#sc_paystub_offer_tag:before{
	content:"";
	position:absolute;
	left:-22px;
	top:0;
	width:0;
	height:0;
	border-top:30px solid #307a2c;
	border-bottom:30px solid #307a2c;
	border-right:22px solid transparent;
	transform:rotate(180deg);
}
#sc_paystub_offer_tag:after{
	content:"";
	position:absolute;
	right:-22px;
	top:0;
	width:0;
	height:0;
	border-top:30px solid #307a2c;
	border-bottom:30px solid #307a2c;
	border-right:22px solid transparent;
}
#sc_paystub_image{
	width:100%;
	max-width:100%;
	display:block;
}
#sc_paystub_template_link{
	display:inline-block;
	margin-top:18px;
	color:#000;
	font-size:20px;
	font-weight:500;
	text-decoration:underline;
	text-underline-offset:4px;
}
#sc_paystub_template_link:hover{
	color:#307a2c;
}
@media (min-width:768px) and (max-width:980px){
	#sc_paystub_hero_wrapper{
		flex-direction:column;
		min-height:auto;
	}
	#sc_paystub_left_side{
		text-align:center;
		padding:0 0 40px;
	}
	#sc_paystub_list{
		text-align:left;
		margin-left: 20%;
	}
	#sc_paystub_right_side{
		width:100%;
	}
}
@media(max-width:767px){
	#sc_paystub_hero_wrapper{
		flex-direction:column;
		min-height:auto;
	}
	#sc_paystub_hero_section{
		padding:30px 0;
	}
	#sc_paystub_left_side{
		text-align:center;
		padding:0 0 40px;
	}
	#sc_paystub_left_side h1{
		font-size:32px;
		line-height:1.15;
	}
	#sc_paystub_description{
		font-size:16px;
		line-height:1.7;
	}
	#sc_paystub_left_side,
	#sc_paystub_right_side{
		width:100%;
	}
	#sc_paystub_list{
		max-width:600px;
		margin:auto;
		text-align:left;
	}
	#sc_paystub_offer_tag{
		padding:10px 16px;
		margin-bottom:15px;
	}
	#sc_paystub_offer_tag:before{
		left:-17px;
		border-top:30px solid #307a2c;
		border-bottom:30px solid #307a2c;
		border-right:17px solid transparent;
		transform:rotate(180deg);
	}
	#sc_paystub_offer_tag:after{
		right:-14px;
		border-top:30px solid #307a2c;
		border-bottom:30px solid #307a2c;
		border-left:14px solid transparent;
		transform:rotate(180deg);
	}
	#sc_paystub_template_link{
		font-size:18px;
	}
}


.ai-steps-section {
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.steps-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
.steps-subtitle {
	font-size: 16px;
	color: #555;
	max-width: 820px;
	margin: 0 auto 60px;
	text-align: center;
}
.steps-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 35px;
	margin-top: 10px;
}
.step-box {
	width: 23%;
	max-width: 100%;
}
.step-label {
	display: block;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}
.step-icon {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 8px solid #307a2c;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}
.step-icon img {
	max-width: 40px;
}
.step-box h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}
.step-box p {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	text-align: center;
}
.step-arrow {
	font-size: 32px;
	font-weight: 700;
	margin-top: 66px;
}
p.steps_bottom_bar {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.step-box {
		max-width: 100%;
	}
	.steps-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.step-arrow {
		display: none;
	}
}


.sc-trust-wrapper {
	background: #D2E3D1;
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.sc-trust-heading {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px
	line-height: 1.3;
}
.sc-trust-description {
	margin-bottom: 30px !important;
}
.sc-trust-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 8px 30px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}
.sc-trust-row {
	padding: 26px 0;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}
.sc-trust-row-last {
	border-bottom: none;
}
.sc-trust-icon {
	float: left;
	width: 56px;
}
.sc-trust-icon img {
	width: 65px;
	height: 65px;
}
.sc-trust-info {
	margin-left: 70px;
}
.sc-trust-info p.title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 8px;
	color: #000;
}
.sc-trust-info p {
	font-size: 16px;
	line-height: 1.65;
	color: #000;
	margin: 0;
}
@media (max-width: 767px) {
	.sc-trust-wrapper{
		padding: 30px 0;
	}
	.sc-trust-heading {
		font-size: 25px;
	}
	.sc-trust-card {
		padding: 5px 20px;
	}
	.sc-trust-info {
		margin-left: 60px;
	}
	.page-template-stub-page .after_formcustom-page h2{
		font-size: 24px !important;
	}
	.after_formcustom-page h3{
		font-size: 18px !important;
	}
	.content-text-after-form .price_title{
		font-size: 16px;
		width: 85%;
	}
}


.electronic_paystub_section{
	padding:60px 0;
	background:#F1F7F0;
	position:relative;
	overflow:hidden;
}
.electronic_paystub_heading{
	max-width:850px;
	margin:0 auto 30px;
}
.electronic_paystub_heading h2{
	font-size:36px;
	font-weight:700;
	line-height:1.3;
	color:#000;
	margin-bottom: 5px;
}
.electronic_paystub_heading p{
	font-size:16px;
	line-height:1.8;
	color:#000;
	margin:0;
}
.electronic_paystub_grid{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:28px;
}
.electronic_paystub_card{
	background:#ffffff;
	border-radius:22px;
	padding:35px 30px;
	display:flex;
	align-items:flex-start;
	gap:22px;
	box-shadow:0 10px 35px rgba(0,0,0,0.06);
	border:1px solid #eef2f7;
	transition:all 0.35s ease;
	height:100%;
	position:relative;
}
.electronic_paystub_card:hover{
	box-shadow:0 18px 45px rgba(0,0,0,0.10);
}
.electronic_paystub_icon{
	min-width:72px;
	width:72px;
	height:72px;
	border-radius:10px;
	background: #307a2c;
	display:flex;
	align-items:center;
	justify-content:center;
}
.electronic_paystub_icon i{
	font-size:30px;
	color:#fff;
}
.electronic_paystub_content h3{
	font-size:20px;
	font-weight:700;
	color:#111827;
	margin-bottom:0px;
	margin-top: 0px;
}
.electronic_paystub_content p{
	font-size:16px;
	line-height:1.8;
	color:#6b7280;
	margin:0;
}
@media(max-width:991px){
	.electronic_paystub_heading h2{
		font-size:34px;
	}
	.electronic_paystub_grid{
		grid-template-columns:1fr;
	}
}
@media(max-width:767px){
	.electronic_paystub_section{
		padding:30px 0;
	}
	.electronic_paystub_heading{
		margin-bottom:35px;
	}
	.electronic_paystub_heading h2{
		font-size:28px;
		line-height:1.4;
	}
	.electronic_paystub_heading p{
		font-size:16px;
	}
	.electronic_paystub_card{
		padding:25px 20px;
		border-radius:18px;
		gap:16px;
	}
	.electronic_paystub_icon{
		min-width:60px;
		width:60px;
		height:60px;
		border-radius:6px;
	}
	.electronic_paystub_icon i{
		font-size:24px;
	}
	.electronic_paystub_content h3{
		font-size:18px;
		margin-bottom:0px;
	}
	.electronic_paystub_content p{
		font-size:16px;
		line-height:1.7;
	}
}


.cst_quality-section{
	width:100%;
	padding:60px 0px;
	background: #fff;
}
.quality-wrapper{
	text-align:center;
}
.quality-title{
	font-size:36px;
	font-weight:700;
	color:#000;
	position:relative;
	margin-top: 0px
	margin-bottom: 15px;
}
p.main_desc {
	font-size: 16px;
	margin-bottom: 20px;
}
h3.small_title {
	margin-bottom: 20px;
}
.quality-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 0px;
}
.mini-divider{
	width: 70%;
	height: 1px;
	background: #dddddd;
	justify-self: center;
	margin-top: -10px;
	margin-bottom: 20px;
}
.icon img{
	width: 45%;
}
.quality-card{
	padding:20px 15px;
	border-right:1px solid #e3e3e3;
}
.quality-card:nth-child(4), .quality-card:last-child{
	border-right:none;
}
.quality-card h3{
	font-size:18px;
	font-weight:700;
	margin:10px 0;
	color:#000;
}
.quality-card p{
	font-size:16px;
	color:#000;
	line-height:1.6;
}
@media (min-width: 993px){
	.quality-card:nth-child(3){
		border-right: none;
	}
}
@media (max-width: 992px){
	.quality-grid,.grid{
		grid-template-columns:repeat(2,1fr);
		gap:20px;
	}
	.quality-card{
		border-right:none;
		border-bottom:1px solid #e3e3e3;
		padding-bottom:30px;
	}
	.mini-divider{
		display:none;
	}
}
@media (min-width: 577px) and (max-width: 992px){
	.quality-card:nth-last-child(-n+2){
		border-bottom:none;
	}
}
@media (max-width: 576px){
	.cst_quality-section{
		padding: 30px 0px;
	}
	.quality-title{
		margin-bottom: 0px;
	}
	.quality-grid,.grid{
		grid-template-columns:1fr;
	}
	.quality-card{
		border-bottom:1px solid #e3e3e3;
	}
	.quality-card:last-child{
		border-bottom:none;
	}
}


.sc-paystub-info {
	padding: 60px 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: #F1F7F0;
}
.sc-paystub-title {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}
.sc-paystub-subtitle {
	margin: 0 auto 50px;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
.sc-paystub-content {
	margin-bottom: 40px;
}
.sc-paystub-image img {
	max-width: 80%;
	height: auto;
}
.sc-paystub-right-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #000;
}
.sc-paystub-list {
	padding-left: 18px;
}
.sc-paystub-list li {
	font-size: 16px;
	line-height: 1.7;
	color: #000;
}
.sc-paystub-footer {
	max-width: 900px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
@media (min-width: 768px) {
	.sc-paystub-content {
		display: flex;
		align-items: center;
	}
}
@media (max-width: 767px) {
	.sc-paystub-info{
		padding: 30px 0;
	}
	.sc-paystub-title {
		font-size: 26px;
	}
	.sc-paystub-right-title {
		margin-top: 30px;
	}
}


.section-badge{
    display:inline-block;
    background:#eef7ee;
    color:#307a2c;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
    margin-bottom:20px;
}
.content-section h2{
    font-size:36px;
    font-weight:700;
    color:#000;
    margin-bottom:15px;
}
.content-section h3{
    font-size:24px;
    font-weight:700;
    color:#000;
    margin-bottom:10px;
    padding:0;
    border:none;
}
.paystub-education{
    background:#fff;
}
.content-section{
    margin-bottom:60px;
}
.content-section p{
    color:#4b5563;
    line-height:1.9;
}
.feature-item{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}
.feature-item span{
    min-width:60px;
    height:60px;
    border-radius:50%;
    background:#307a2c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;
}
.feature-item h5{
    color:#111827;
    font-weight:700;
    margin-bottom:10px;
}
.deduction-table{
    border:1px solid #e5e7eb;
    border-radius:15px;
    overflow:hidden;
}
.table-row{
    display:flex;
    border-bottom:1px solid #e5e7eb;
}
.table-row:last-child{
    border-bottom:none;
}
.table-title{
    width:30%;
    background:#f8fafc;
    padding:25px;
    font-weight:700;
    color:#307a2c;
}
.table-content{
    width:70%;
    padding:25px;
    color:#4b5563;
    line-height:1.8;
}
.closing-text{
    background:#f0fdf4;
    border-left:5px solid #307a2c;
    padding:30px;
    border-radius:15px;
}
.closing-text p{
    margin:0;
    color:#1f2937;
    line-height:1.9;
}
.paystub-preview {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
}
.stub-row {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
}
.stub-row:last-child {
    border-bottom: none;
}
.stub-label {
    width: 30%;
    background: #307a2c;
    color: #fff;
    padding: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.stub-value {
    width: 70%;
    padding: 25px 30px;
    color: #4b5563;
    line-height: 1.8;
}
.stub-row:nth-child(even) .stub-value {
    background: #f9fafb;
}
@media (max-width: 767px) {
    .stub-row {
        flex-direction: column;
    }
    .stub-label, .stub-value {
        width: 100%;
    }
    .stub-label {
        padding: 18px 20px;
    }
    .stub-value {
        padding: 20px;
    }
}
@media(max-width:767px){
    .main-heading{
        font-size:30px;
    }
    .feature-item{
        flex-direction:column;
    }
    .table-row{
        flex-direction:column;
    }
    .table-title, .table-content{
        width:100%;
    }
}


.cta-paystub-wrapper {
	padding: 60px 0 0;
}
.cta-paystub-box {
	position: relative;
	background: url(/wp-content/uploads/2026/06/cta.webp);
	border-radius: 50px;
	padding: 60px 30px;
	color: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.cta-paystub-box:before,
.cta-paystub-box:after {
	content: "";
	position: absolute;
	top: 0;
	width: 220px;
	height: 100%;
	background: radial-gradient(circle at center, rgba(255,255,255,0.08) 0%, transparent 60%);
	opacity: 0.25;
}
.cta-paystub-box:before {
	left: -80px;
}
.cta-paystub-box:after {
	right: -80px;
}
.cta-paystub-box h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #ffffff;
}
.cta-paystub-box p {
	font-size: 16px;
	line-height: 1.6;
	color: #ffffff;
	margin-bottom: 10px !important;
}
a.cta-paystub-btn {
	display: inline-block;
	background: #307a2c;
	color: #fff;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	margin-top: 20px;
}
a.cta-paystub-btn:hover {
	background: #307a2c;
	color: #000;
	text-decoration: none;
}
@media (max-width: 767px) {
	.cta-paystub-wrapper{
		padding: 30px 0 0;
	}
	.cta-paystub-box {
		padding: 45px 20px;
	}

	.cta-paystub-box h2 {
		font-size: 24px;
	}
}


h2.faq_heading {
	text-align: center;
	font-size: 36px;
}
.section-page-custom-faq {
	padding: 40px 0 40px;
}
.section-page-custom-faq ul, .section-page-custom-faq ol {
	padding-inline-start: 40px;
}
.faq_filter {
	display: none;
}
.faq_name {
	float: left;
}
.faq-stub {
	margin-top: 30px;
}
h4.panel-title.arconix-faq-title {
	line-height: 21.5px;
}
.faq-listing{
	padding-left:0;
	padding-right:20px
}
body {
	line-height: 1.42857143;
	color: #333;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}
.panel {
	border: none !important;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: none !important;
}
.faq-listing .arconix-faq-wrap{
	margin-bottom:4.242%;
	color:#000;
	border:2px solid #307a2c;
	padding:17px 20px;
	border-radius:0;
	margin-top:0;
	background-color:#fffcf9
}
.panel-body, .panel-heading {
	padding: 0 !important;
}
.faq-listing .arconix-faq-title{
	background:0 0;
	font-weight:700;
	color:#333!important;
	padding:0
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
[role=button] {
	cursor: pointer;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
a {
	color: #307a2c;
}
.faq-listing .arconix-faq-title:after{
	content:"\f055"; 
	font-family:FontAwesome;
	float:right;
	color:#307a2c
}
.faq-listing .arconix-faq-content{
	padding:25px 0 0;
	margin-left:0;
	font-weight:600;
	color:#787878
}
.faq-listing:has(.faq-open),.faq-open:parent{
	background-color:#fff4ec!important
}
.faq-listing .arconix-faq-title.faq-open{
	background:0 0
}
.faq-listing .arconix-faq-title.faq-open:after{
	content:"\f056";
	font-family:FontAwesome;
	float:right;
	color:#307a2c
}
#main-header, .posted_in a, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
@media (max-width:980px){
	.faq-listing{
		padding-right:0
	}
}
.faq-container {
  margin: 0 auto;
  max-width: 800px;
}
.faq {
	margin-bottom: 10px;
}
.question-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFF;
	border-radius: 10px;
	padding: 20px;
	cursor: pointer;
	transition: background-color 0.7s ease;
}
.question-container:hover {
  background-color: #FFF;
}
.question-container:hover .toggle-btn {
  background-color: #307a2c;
}
.answer {
  padding: 0px 20px;
  background-color: #FFF;
  color: #000;
  overflow: hidden;
  transition: 0.3s ease, opacity 0.3s ease;
  max-height: 0;
}
.toggle-btn {
  min-width: 35px;
  min-height: 30px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s ease;
}
.toggle-btn p {
  margin: 0;
  font-size: 25px;
  color: #307a2c;
  transition: transform 0.3s ease, opacity 0.3s 300ms;
  margin-left: 1px;
}
.toggle-btn p.rotate {
  transform: rotate(45deg);
}
.answer.visible {
	max-height: 320px;
	opacity: 1;
	margin: 0;
	padding: 0px 20px 20px 20px;
	border-radius: 10px;
	border-top: 0;
}
.question-container h4 {
	padding-bottom: 0px;
}
.blog_faq .faq {
	border: 1px solid #307a2c;
	border-radius: 10px;
}
.question-container:hover .toggle-btn p {
	color: #FFF;
}
p.faq_question {
	font-size: 16px;
	color: #000000;
	font-weight: 700;
}
.answer p {
	color: #000000;
}