@font-face {
  font-family: 'ABC Monument Grotesk Mono';
  src: url('fonts/ABCMonumentGroteskMono-Regular.eot');
  src: url('fonts/ABCMonumentGroteskMono-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/ABCMonumentGroteskMono-Regular.woff2') format('woff2'),
    url('fonts/ABCMonumentGroteskMono-Regular.woff') format('woff'),
    url('fonts/ABCMonumentGroteskMono-Regular.ttf') format('truetype'),
    url('fonts/ABCMonumentGroteskMono-Regular.svg#ABCMonumentGroteskMono-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.money-back-top-section {
	background-image: url(../../images/money-back-top-image.jpg);
    background-color: #b4b2b0;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px;
    color: #000;
    margin-top: -28px;
    border-radius: 16px;
}


.money-back-template .money-back-top-section h2{
	color: #fff;
	font-size: 47px;
	font-weight: 400;
	line-height: 1.2;
}

.money-back-top-section .section-subtext{
	color: #fff;
	line-height: 1.5;
	font-size: 17px;
}

.money-back-top-section-btns{
	display: flex;
	flex-wrap: wrap;
}

.money-back-top-section-btns a{
	background-image: none;
	margin-right: 10px;
	text-align: center;
	padding: 13px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	font-family: ABC Monument Grotesk Mono;
	border-radius: 8px;
}

.money-back-top-section-btns .button-primary-green{
	background-color: #72B288;
}

.money-back-top-section-btns .button-primary-white{
	background-color: transparent;
	border: 1px solid #fff;
}

.money-back-note p{
	display: flex;
	gap: 9px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-top: 22px;
}

.money-back-note .col-12{
	margin: 0;
}

.money-back-note{
	overflow: hidden;
}

.money-back-steps {
  padding: 70px 20px;
  text-align: center;
  background-color: #f9f6ef;
}

.money-back-template .subheading {
  font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: black;
	margin-bottom: 0;
}

.money-back-template .heading {
  font-size: 36px;
	margin-bottom: 10px;
	font-weight: 400;
	letter-spacing: 1px;
}

.money-back-template .description {
	max-width: 55%;
	margin: 0 auto 40px;
	color: #555;
	line-height: 1.6;
	font-weight: 100;
	font-size: 14px;
}

.money-back-template .steps-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}

.money-back-template .steps-row::before {
	content: "";
	position: absolute;
	top: 147px;
	left: 4%;
	right: 8%;
	height: 2px;
	background-color: #72B288;
	z-index: 100;
	width: 67%;
}

.money-back-template .step::after {
	content: "";
	position: absolute;
	top: 134.2px;
	left: 7%;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	background-color: #72B288;
	border-radius: 50%;
	z-index: 1;
}

.money-back-template .step {
  background: #f9f6ef;
  flex: 1;
  padding: 36px 17px;
  border-radius: 12px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.money-back-template .step .icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
	background: #EEEBE2;
	border-radius: 12px;
}

.money-back-template .step-label {
  font-size: 13px !important;
	color: black !important;
	letter-spacing: 0.08em;
	margin: 15px 0 !important;
	padding: 0;
	background-color: transparent;
}

.money-back-template .step h4 {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 3;
}

.money-back-template .step p {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	margin: 0;
}

.money-back-template .highlighted {
  background-color: #EEEBE2;
}

.money-back-template .claim-btn {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 14px;
	background-color: #72B288;
	color: white;
	border-radius: 6px;
	font-size: 15px;
	font-family: ABC Monument Grotesk Mono;
}

.money-back-template .claim-btn:hover {
  background-color: black;
}

.white-border{
	border: 1px solid #fff;
}

.icon-box  img{
	width: 50%;
}

.money-back-template .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 60px;
}

.money-back-template .image-section {
  flex: 1;
  text-align: center;
}

.money-back-template .text-section {
  flex: 1;
}

.money-back-template .text-section h2 {
  font-size: 34px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1;
}

.money-back-template .text-section p {
	color: #262626;
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 15px;
	font-weight: 400;
}

.money-back-template .text-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.money-back-template .text-section ul li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 100;
	color: #262626;
}

.money-back-template .text-section ul li::before {
  content: "";
	background-image: url(../../images/icons/bullet-check.svg);
	color: #67b67a;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	background-position: 0px 2px;
	background-size: 18px;
	padding: 18px;
	background-repeat: no-repeat;
}

.money-back-template .content-wrapper .button_w_arrow{
	width: 61%;
	padding: 16px;
	border-radius: 9px;
	text-align: center;
	margin-top: 10px;
	background-color: #72B288;
	background-position: 270px center;
	text-transform: uppercase;
	font-family: 'ABC Monument Grotesk Mono';
}

.money-back-template .button_w_arrow:hover{
	background-color: black;
	color: white;
}

.money-back-graph{
	background-color: #EEEBE2;
	margin-top: 70px;
}

.money-back-template .section-header {
  color: #00a676;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
}

.money-back-template .section-title {
  font-family: "ABC Monument Grotesk Mono", sans-serif;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
}

.money-back-template .accordion-wrapper {
  border-top: none;
}

.money-back-template .accordion-item {
  border-bottom: 1px solid #ddd;
}

.money-back-template .accordion-header {
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}

.money-back-template .accordion-content {
  display: none;
  padding-top: 10px;
  color: #555;
  line-height: 1.6;
}

.money-back-template .accordion-item.active .accordion-content {
  display: block;
}

.accordion-wrapper {
	border-top: 1px solid #ddd;
}
.accordion-item {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	font-weight: 600;
	cursor: pointer;
	font-size: 18px;
}
.accordion-icon {
	font-size: 22px;
	transition: transform 0.3s ease;
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	color: #333;
	padding-right: 10px;
}
.accordion-item.active .accordion-content {
	max-height: 500px;
	padding-bottom: 15px;
}
.accordion-item.active .accordion-icon {
	transform: rotate(180deg);
}
.accordion-item.active .accordion-icon::before {
	content: '-';
}
.accordion-icon::before {
	content: '+';
    font-weight: 100;
    font-size: 20px;
}

.money-back-template .faq-section .section-title {
  font-weight: 400;
  line-height: 1.3;
  width: 80%;
}

.money-back-template .faq-section img{
	width: 100%;
	border-radius: 16px;
}

.accordion-image-box{
	display: flex;
    justify-content: end;
	align-items: baseline;
}

.money-back-template .accordion-content p {
  font-size: 15px;
  margin: 8px;
}

.refund-policy-section {
  background-color: #faf8f2;
  padding: 60px 20px;
  font-family: "Inter", sans-serif;
  color: #1a1a1a;
  text-align: center;
}

.refund-card {
  flex: 1 1 300px;
}

.refund-icon {
  background-color: #72B288;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.refund-icon img {
  width: 22px;
  height: 22px;
}

.refund-card h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.refund-card p {
  font-size: 14px;
  line-height: 1.6;
  color: black;
  max-width: 280px;
  margin: 0 auto;
}

.accordion-section-page{
	padding: 70px 0px;
}

.accordion-section-page .section-title{
	line-height: 1.4;
	font-weight: 400;
	font-family: 'Replica Pro';
	font-size: 39px;
}

.accordion-content-box{
	margin-right: 0;
}

.faq-section{
	padding: 0;
}

/* Responsive */
@media (max-width: 768px) {
	.money-back-template .steps-row {
		flex-direction: column;
		margin-top: 35px;
	}

	.mobile-section-container{
		width: 100%;
	}

	.mobile-section-container .money-back-top-section{
		padding: 50px 22px;
		margin-top: -40px;
		background-image: url(../../images/money-back-top-mobile-bg.jpg);
		background-position: bottom;
		border-radius: 0;
	}

	.mobile-section-container .money-back-top-section h2 br{
		display: none;
	}

	.money-back-template .money-back-top-section h2{
		width: 70%;
		font-size: 33px !important;
		font-weight: 100;
		line-height: 1.2 !important;
		margin-bottom: 0;
	}

	.money-back-top-section .section-subtext{
		font-size: 15px;
	}

	.money-back-top-section p br{
		display: none;
	}

	.money-back-top-section .button_container{
		width: 78%;
	}

	.money-back-top-section-btns a{
		font-size: 18px;
	}

	.money-back-top-section-btns .button-primary-green{
		margin-bottom: 20px;
		margin-right: 0;
	}

	.money-back-top-section-btns a{
		margin-right: 0;
	}

	.money-back-template .content-wrapper{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.money-back-template .image-section,
	.money-back-template .text-section{
		width: 100%;
	}

	.money-back-template .content-wrapper{
		gap: 29px;
	}

	.money-back-template .text-section{
		margin-left: 10px;
	}

	.faq-section{
		padding: 0;
	}

	.accordion-section-page .d-flex{
		flex-wrap: wrap;
	}

	.accordion-section-page .accordion-content-box,
	.accordion-section-page .accordion-image-box{
		width: 100%;
	}

	.money-back-template .faq-section img{
		width: 100%;
		margin-top: 21px;
	}

	.refund-policy-section{
		padding: 0;
	}

	.refund-policy-section .d-flex{
		flex-wrap: wrap;
	}

	.refund-card{
		margin-bottom: 50px;
	}

	.money-back-template .steps-row::before {
		content: "";
		position: absolute;
		top: 113px;
		left: 6.2%;
		right: 8%;
		height: 2px;
		background-color: #72B288;
		z-index: 1;
		width: 647px;
		transform: rotate(90deg);
		transform-origin: left center;
	}

	.money-back-steps{
		padding: 10px 0;
	}

	.money-back-template .step{
		width: 80%;
		padding-left: 44px;
		padding-top: 0;
	}

	.money-back-template .step .icon-box{
		margin-bottom: 10px;
	}

	.money-back-template .step::after{
		left: 4.5%;
		top: 100px;
	}

	.money-back-template .step.highlighted::after{
		top: 144.2px;
	}

	.money-back-template .description {
		max-width: 100%;
		margin: 0;
	}

	.icon-box img{
		width: 60%;
	}

	.money-back-graph{
		margin-top: 20px;
	}

	.accordion-section-page{
		padding: 30px 0px;
	}

	.money-back-template .highlighted{
		padding-top: 44px !important;
	}
}

@media (max-width: 1300px) {
	.money-back-template .accordion-title{
		width: 90%;
    	line-height: 1.7;
	}
}