/*!
Theme Name: wpfixly
Theme URI: 
Author: wpfixly
Author URI: 
Description: Description
Version: 1.0.0


Text Domain: wpfixly
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/



/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}





.post, .page{
	margin: 0;
}

/* Allow sizing keywords like 'auto' to be transitionable */

html {
  interpolate-size: allow-keywords;
}

body{
	background: #f6f4f1;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.nav-menu li:first-child, .sub-menu li{
	list-style: none;
}
.main-navigation ul {
	display: none;
	list-style: initial;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle{
	width: 20px;
	height: 20px;
	float: right;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		align-items: center;
	}
}

/*Menu*/
.site-branding{
	display: flex;
	align-items: center;
}
.site-header{
	box-sizing: border-box;
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 1360px;
	background: rgba(255, 255, 255, 1);
	padding: 10px 40px;
	display: flex;
	border-radius: 30px;
	z-index: 999;
	/*backdrop-filter: blur(10px);*/
	border: 2px solid #f6f4f1;
}

.site-title{
	margin: 0;

}
.nav-menu{
	float: right;

}
.nav-menu li{
	margin: 0px 20px;
}
.nav-menu a, .nav-menu a:visited{
	font-size: 15px;
	color: #000;
	
}
.site-title a, site-title a:visited{
	text-decoration: none;
	font-size: 27px;
	font-weight: 900;
	letter-spacing: -1.5px;
	font-family: "DM Sans", sans-serif;;
	color: #000;

}
nav .wpf-button{
	padding: 12px 25px;
	border: 1px solid #000;
	margin-right: 0px;
}
/*Typography*/


body,
button,
input,
select,
optgroup,
textarea {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color: #000;

}

body{
	font-size: 18px;
	line-height: 1.6em;

}

h1{
	font-size: 55px;
	font-weight: 600;
	line-height: 1.1em;

}
h2{
	font-size: 45px;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 0.7em !important;


}
h3{
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6, p {
	clear: both;
	margin-bottom: 1em;
}
strong{
	font-weight: 600;
}
.wpf-button, .wpf-button:visited, button, input[type="submit"]{
	font-size: 16px;
	line-height: 16px;
	background: #000;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 15px 30px;
	border-radius: 40px;
	margin: 0px;
	border: none;
}
.wpf-button-light, .wpf-button-light:visited{
	background: transparent;
	border: 1px solid #ddd;
	color: #000;
}
.wpf-button + .wpf-button{
	margin-left: 15px;
}

button,
input,
select,
optgroup,
textarea{
	width: 100%;
	min-height: 40px;
} 
/*Hero*/

.wpf-hero{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;

}
.wpf-hero > div{
	text-align: center;
	/*max-width: 40%;*/
	max-width: 500px;
}
.wpf-hero h1{
	margin: 0;
}
.wpf-hero p{
	margin: 20px 0 30px 0;
	font-size: 18px;
}
.wpf-feat{
	padding: 0;
}
.wpf-feat-card-wrapper{
	margin-top: -15vh;
	display: flex;
	justify-content: center;
	padding: 0px 40px;
}
.wpf-feat-card{
	position: relative;
	background: #fff;
	width: 30%;
	max-width: 300px;
	padding: 30px;
	border-radius: 15px;
		box-shadow:
		0 1px 1px hsl(0deg 0% 0% / 0.075),
		0 2px 2px hsl(0deg 0% 0% / 0.075),
		0 4px 4px hsl(0deg 0% 0% / 0.075);
		/*0 8px 8px hsl(0deg 0% 0% / 0.075);
		0 16px 16px hsl(0deg 0% 0% / 0.075);*/
}
.wpf-feat-card:nth-child(1){

	transform: rotate(-8deg) translate(15px, 20px);
}
.wpf-feat-card:nth-child(2){
	z-index: 2;
}
.wpf-feat-card:nth-child(3){
	transform: rotate(8deg) translate(-15px, 20px);
}
.wpf-feat-card h3, .wpf-feat-card p{
	font-size: 18px;
}
.wpf-feat-card .icon{
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #d69cf9;
	background: #4bd187;
	padding: 7px;
}

.wpf-feat-card:nth-child(2) .icon{
		background: #5ac7f4;
}
.wpf-feat-card:nth-child(3) .icon{
		background: #8c86e7;
}
.wpf-feat-card .icon svg{
	color: #fff;

}
/* Intro Text
--------------------------------------------- */
.wpf-intro-text{
	display: none;
	margin-top: 100px;
}
.wpf-intro-text p{
	font-size: 35px;
	font-weight: 500;
	max-width: 70%;
	line-height: 1.6em;
}


/* Col
--------------------------------------------- */

section{
	padding: 50px 0 50px 0;
	margin: 0 auto;
}

.wpf-boxed{
	width: 90%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0px 40px;
}
.wpf-col-half{
	display: flex;
	align-items: center;
	min-height: 100vh;
	gap: 10%;

}

.wpf-col-half > div{
  flex-basis: 50%; 
  /*padding: 5%;*/ 
  box-sizing: border-box; 
}



/* Steps Card
--------------------------------------------- */
.wpf-steps-card-wrapper{
	position: relative;
}
.wpf-col-half .wpf-steps-card{
	border-radius: 30px;
	padding: 13%;
	/*margin: 50px 0;*/
	position: absolute;
	/*transform: translateY(-50%);*/
	background: #fff;
	border: 2px solid #f6f4f1;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.wpf-steps-card .wpf-button{
	margin: 20px 0 0 0;
	padding: 15px 20px;
}


/*.wpf-steps-card-wrapper .wpf-steps-card:nth-child(1) {
	background: #b1e48a;
}
.wpf-steps-card-wrapper .wpf-steps-card:nth-child(2) {
	background: #a9e5fe;
}
.wpf-steps-card-wrapper .wpf-steps-card:nth-child(3) {
	background: #a67cff;
}*/

.wpf-steps-card p{
	
}
.wpf-steps-card p:last-child{

}
.wpf-rating{
    /* background: #000; */
    color: #000;
    /* padding: 3px 0px; */
    display: flex;
    /* justify-content: center; */
    /* max-width: 270px; */
    border-radius: 9px;
    font-size: 16px;
    margin: 30px 0 0 0;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.wpf-rating svg{
	color: #42b814;
	margin-right: 7px;
	width: 23px;
}

/* Common Fixes
--------------------------------------------- */
.wpf-col-half .wpf-common-fixes-wrapper{
	position: relative;
	min-height: 100vh;


	padding: 0;

}
.wpf-common-fixes{

	top: 0;
	margin: 80px 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px; 
}
.wpf-common-fixes li{
	display: block;
	background:#fff;
	padding: 30px;
	border-radius: 20px;
}
.wpf-common-fixes li h3{
	font-size: 18px;
	min-height: 70px;
}
.wpf-common-fixes li a{
	display: inline-block;
	color: #fff;
	background:#000;
	text-decoration: none;
	padding: 8px 18px;
	font-size: 16px;
	line-height: 1em;
	border-radius: 20px;

}
.wpf-common-fixes li{
	transition:background 0.4s ease;
}


.wpf-common-fixes a:hover, .wpf-common-fixes a:active{
	background-color: #57c8f4;
	color: #fff;
}



/*Why us*/
.wpf-why-choose{

}
.wpf-col-center{
	width: 40%;
	text-align: center;
}
.wpf-why-choose-grid {
  	display: grid;
  	grid-template-columns: 1fr 1fr; 
	gap: 50px;
	margin: 80px auto; 
}
.wpf-why-choose-grid > div{
	background: #fff;
	border-radius: 20px;
	padding: 50px;
}
.wpf-why-choose-grid h3{
	font-size: 24px;
	letter-spacing: -0.04em;
	font-weight: 600;

}

/*FAQ*/

/*wpf-faq*/
.wpf-faq{
	background: #fff;
	padding: 100px;
	margin: 130px 130px 190px 130px;
	border-radius: 20px;
}

.wpf-faq h2{
	text-align: center;
	margin-bottom: 60px;
}
details {
	font-size: 18px;
	background: #f6f4f1;
	border-radius: 5px;
	margin: 5px auto;
	transition: all 1s ease;
	max-width: 800px;
}

details p{
	padding: 40px 30px;
	margin: 0;
	border-top: 5px solid #fff;
}

summary {
	padding: 15px 30px;
	position: relative;
  	list-style: none;
  	position: relative;
  	cursor: pointer;
}
summary::-webkit-details-marker {
  	display: none;
}

/* Create custom arrow utilizing an inline background image or SVG */
summary::before {
    content: ">";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    transition: all 0.4s ease;
}

details[open] summary:before {
	transform: translateY(-50%) rotate(-90deg);
}

details {
  overflow: hidden; /* Clean clipping during animation */
}

/* Closed state */
details::details-content {
  block-size: 0; /* Equivalent to height: 0 */
  transition: block-size 0.4s ease, content-visibility 0.4s ease allow-discrete;
}

/* Open state */
details[open]::details-content {
  block-size: auto;
}

/*CTA*/

.wpf-cta{
	background: #000;
	border-radius: 90px;
	margin: 100px auto 100px auto;
	width: 70%;
	padding: 15px 40px;
	font-size: 18px;
	color: #fff;
}
.wpf-cta a{
	display: inline-block;
	background: #fff;
	color: #000;
	float: right;
	text-decoration: none;

	border-radius: 20px;
	padding: 0px 20px;

}


/*Test*/

.wpf-testomonials p{
	font-size: 50px;
	line-height: 1.2em;
}


/*Footer*/
.site-footer h4{
	/*font-size: 28px;
	font-weight: 300;*/
	font-size: 32px;
	margin-bottom: 32px;
}
.site-footer .wpf-button, .site-footer .wpf-button:visited{
	background: #fff;
	color: #000;
}
.site-footer  .wpf-button-light, .site-footer  .wpf-button-light:visited{
	background: #000;
	color: #fff;
}
.site-footer .widget-title{
	font-size: 14px;
}
.site-footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-footer{
	margin-top: -80px;
	background: #000;
}
.wpf-footer-cta{
	background: #fff;
}
.wpf-footer-cta div{
	padding: 80px 0;
	margin: 80px auto 0px auto;
	width:90%;
	max-width: 1280px;
}
.footer-inner{
	padding: 80px 40px;
  	display: flex; 
  	flex-wrap: wrap; 
  	gap: 50px;
  	border-top: 1px solid #666; 
}
.footer-inner div{
  flex: 1;
}
.footer-inner > div:first-child {
  flex: 3;
  padding-top: 25px;
}
.footer-inner .noptin-form-footer{
	padding: 0;
}
.noptin-form-fields{
	gap: 0;
}
.noptin-text{
	background: transparent;
    border: none;
    padding: 0;
    border-bottom: 1px solid #444;
    border-radius: 0;
}
.noptin-form-submit{
	text-indent: -1000px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #444;
	border-radius: 0;
	background: transparent;

}
.noptin-form-fields{
	position: relative;
}
.noptin-form-fields::after{
    content: "→";
    color: #fff;
    font-size: 50px;
    position: absolute;
    right: 10px;
    top: 53%;
    transform: translateY(-50%);
    z-index: 0;
}
/*wpf-testomonial*/

.wpf-testomonial{
	background: #fff;
}
.wpf-test-image img{
	min-width: 100%;
}
blockquote p{
	font-size: 49px;
	letter-spacing: -0.01em;
	line-height: 1.2em;
}
cite{
	font-style: normal;
	font-size: 0.8em;
	color: #ddd:
}




/*footer*/

.footer-inner{
	color: #fff;
}

/*Page / Post*/

.entry-header{
	padding-top: 50px;
	min-height: 60vh;
	display: flex;
	align-items: center;
}
.entry-content{
	background: #fff;
	min-height: 300px;
	padding: 80px 0;

}

p.wp-block-paragraph:nth-of-type(-n+2){
	font-size: 1.3em;
	line-height: 1.5em;
}
h2.wp-block-heading{
	margin-top: 100px;
}

/*Contact*/
.wpcf7{
	background: #f6f4f1;
	padding: 5% 10%;
	margin:100px 0 0 0;
	border-radius: 20px;
}

@media (width <= 1024px) {
	.wpf-common-fixes{
		grid-template-columns:repeat(3, 1fr);
	}
	.wpf-boxed{
		padding: 0 10px;
	}
}
@media (width <= 768px) {
	h1{
		font-size: 45px;
	}
	h2{
		font-size: 35px;
	}
	.wpf-common-fixes li h3{
		font-size: 16px;
	}
	blockquote p, .wpf-testomonials p{
		font-size: 30px;
	}
	section{

	}
	.wpf-feat-card-wrapper{
		flex-direction: column;
	}
	.wpf-feat-card{
		width: 90%;
		max-width: none;
		margin: 30px auto;
		text-align: center;
	}
	.wpf-feat-card .icon{
		margin: 0 auto;
	}
	.wpf-feat-card:nth-child(1), .wpf-feat-card:nth-child(3){
		transform: none;
	}
	.wpf-how-it-works .wpf-col-half > div:first-child{
		text-align: center;
	}
	.wpf-rating{
		justify-content: center;
	}
	.wpf-col-half .wpf-steps-card{
		position: relative;
		margin: 30px 0;
	}
	.wpf-col-half > div{
		flex-basis: 100%;
		width: 100%;
		position: relative;
	}
	.wpf-col-half{
		height: auto;
		flex-direction: column;
	}
	.wpf-col-center{
		width: 90%;
	}
	.wpf-common-fixes{
		grid-template-columns:repeat(2, 1fr);
	}
	.wpf-why-choose-grid{
		grid-template-columns:none;
	}
	.wpf-faq{
		margin: 30px;
		padding: 5%;
	}
	.footer-inner div{
		flex: 1;
	}
	.footer-inner > div:first-child{
		flex: none;
		width: 100%;
	}
}
@media (width <= 480px) {
	.wpf-common-fixes{
		grid-template-columns:repeat(1, 1fr);
	}
}
