:root {
	--primary-green: #19AE47;
	--primary-purple: #5035E8;
	--primary-pink: #FF002B;
	--primary-orange: #E38462;
	--primary-gradient: linear-gradient(to right, var(--primary-purple), var(--primary-pink));
	--light-purple: #EAF0FF;
	--light-yellow: #FFF6EB;
	--light-green: #BFFFDE;
}

html {
    width: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,ul,p { padding: 0; margin: 0;}
ul { list-style: none; padding: 0; margin: 0;}
a { text-decoration: none;}
a:hover, a:focus { text-decoration: none; outline: none;}
.btn.focus, .btn:focus { box-shadow: none;}
a img { border: none;}
p a { color: #2daee4; text-decoration: underline;}
p a:hover { color: #1a8ebf; text-decoration: underline;}
strong { font-weight: bold;}
.align-right { text-align: right;}
button:focus { outline: none;}
::-webkit-input-placeholder { opacity: 1;}
::-moz-placeholder { opacity: 1;}
:-ms-input-placeholder { opacity: 1;}
:-moz-placeholder { opacity: 1;}
.hide { display: none;}
button { cursor: pointer; border: 0;}
* { -webkit-transition: all .1s; -moz-transition: all .1s; -ms-transition: all .1s; -o-transition: all .1s; transition: all .1s;}
select { appearance: none; -webkit-appearance: none; border-radius: 0;}
.hide { display: none !important;}
section { padding: 100px 0;}
.img-fluid { max-width: 100%; height: auto;}

.btn { text-decoration: none; display: inline-flex; justify-content: center; align-items: center; background: #ccc; padding: 7px 20px; border-radius: 50px; font-size: 15px; font-weight: 700; color: #000;}
.btn i { font-size: 14px; margin: 0 0 0 10px;}
.btn-green { background: var(--primary-green); color: #fff;}
.btn-green:hover { background: var(--primary-green); color: #fff;}
.btn-purple { background: var(--primary-purple); color: #fff;}
.btn-purple:hover { background: var(--primary-purple); color: #fff;}
.btn-white { background: #f6f6f6; color: #111;}
.btn-white:hover { background: #eee; color: #111;} 
.btn-white-trans { background: transparent; color: #fff;}
.btn-white-trans:hover { background: #fff; color: #111;}
.btn-grey { background: #f1f1f1; color: #111;}
.btn-grey:hover { background: #eee; color: #111;}
.btn-disabled { background: #ddd; color: #555;}
.btn-disabled-outline { background: #fff; border: 1px solid #aaa; color: #aaa;}
.btn-disabled-outline:hover { background: #fff; border: 1px solid #aaa; color: #aaa;}

.btn-green-outline { background: transparent; border: 1px solid var(--primary-green); color: var(--primary-green);}
.btn-green-outline:hover { background: var(--primary-green); color: #fff;}
.btn-purple-outline { background: transparent; border: 1px solid var(--primary-purple); color: var(--primary-purple);}
.btn-purple-outline:hover { background: var(--primary-purple); color: #fff;}
.btn-grey-outline { background: transparent; border: 1px solid #555; color: #555;}
.btn-grey-outline:hover { background: #555; color: #fff;}
.btn-white-outline { background: transparent; border: 1px solid #fff; color: #fff;}
.btn-white-outline:hover { background: #fff; color: #111;}

.text-sec { margin: 0 0 50px 0;}
.text-sec h1, .text-sec h2, .text-sec h3, .text-sec h4, .text-sec h5 { font-size: 35px; font-weight: 700; margin: 0 0 20px 0;}
.text-sec h2 { color: #282248;}
.text-sec h3 { font-size: 30px;}
.text-sec h4 { font-size: 25px;}
.text-sec p { font-size: 17px; color: #282248; margin: 0 0 20px 0;}
.text-sec ul { list-style-type: disc; list-style-position: inside; margin: 0 0 20px 0;}
.text-sec ul li { font-size: 17px; color: #282248;}
.text-sec .btn { margin: 0 10px 20px 0;}

.error-msg { display: block; background: #ffe2e2; padding: 10px 15px; border: 1px solid #ff0000; border-radius: 5px; font-size: 17px; font-weight: 700; color: #ff0000; margin: 10px 0;}
.success-msg { display: block; background: #d9ffe5; padding: 10px 15px; border: 1px solid var(--primary-green); border-radius: 5px; font-size: 17px; font-weight: 700; color: var(--primary-green); margin: 10px 0;}
.plain-msg { display: block; background: #fff; padding: 10px 15px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; color: #777; margin: 30px 0 0; text-align: center;}
.notice-msg { display: block; background: #FFC; padding: 10px 15px; border: 1px solid #FC6; border-radius: 5px; font-size: 14px; color: #666; margin: 30px 0 0; text-align: center;}
.error-text { display: inline-block; font-size: 17px; font-weight: 700; color: #ff0000; margin: 10px 0;}
.success-text { display: inline-block; font-size: 17px; font-weight: 700; color: #093; margin: 10px 0;}

#form_msg { display: block;}
.form-success { display: block; background: #D8FFC0; padding: 7px 20px; margin: 0 0 5px 0; font-size: 17px; font-weight: 500; color: #2E6800; text-align: center; margin: 0 10px 20px 0;}
.form-error { display: block; background: #FFE8E8; padding: 7px 20px; margin: 0 0 5px 0; font-size: 17px; font-weight: 500; color: #FF0000; text-align: center; margin: 0 10px 20px 0;}
#loader-icon { display: none;}

.hero { padding: 0; background-image: linear-gradient(to bottom, var(--light-purple), #fff);}
header { padding: 25px 0; margin: 0 0 50px 0;}
.navbar { padding: 0;}
.navbar-brand { width: 250px;}
.navbar-nav .menu-item { margin: 0 20px;}
.navbar-nav .menu-item a { font-size: 20px; font-weight: 700; color: #111;}
.navbar-nav .menu-item.active a { color: var(--primary-purple);}

.hero .caption { text-align: center;}
.hero .caption h1 { font-size: 48px; font-weight: bold;}
.hero .caption h1 span { background-image: var(--primary-gradient); color: transparent; -webkit-background-clip: text; background-clip: text;}
.hero .caption h2 { font-size: 48px; font-weight: bold; margin: 0 0 30px 0;}
.hero .caption p { font-size: 24px; margin: 0 0 30px 0;}
.hero .caption p span { font-weight: bold;}
.hero .caption p span.dating { color: var(--primary-purple);}
.hero .caption p span.instagram { color: var(--primary-pink);}
.hero .caption p span.linkedin { color: #0A5AD2;}
.hero .caption .btn { font-size: 24px; padding: 15px 50px;}
.hero .caption .btn i { font-size: 28px; margin: 0 0 0 15px;}
.header-right .btn { font-size: 20px; padding: 10px 30px;}

.features { padding: 50px 0;}
.features .sec-inner { display: flex; justify-content: space-between;}
.features .box { width: 30%; border-radius: 20px; padding: 40px 50px; border: 2px solid var(--primary-purple); text-align: center;}
.features .box img { height: 100px; margin: 0 0 20px 0;}
.features .box p { font-size: 24px; font-weight: bold; line-height: 1.1;}

.before-after { padding: 0;}
.before-after .sec-inner { display: flex; justify-content: space-between; flex-wrap: wrap;}
.before-after .box { width: 49%; display: flex; margin: 0 0 30px 0; position: relative;}
.before-after .box img { width: 50%;}
.before-after .box::before { content: "Before"; position: absolute; left: 0; bottom: 50px; width: 50%; z-index: 1; background: rgba(0,0,0,0.5); font-size: 20px; color: white; text-align: center;}
.before-after .box::after { content: "After"; position: absolute; right: 0; bottom: 50px; width: 50%; z-index: 1; background: rgba(0,0,0,0.5); font-size: 20px; color: white; text-align: center;}
.before-after .box img:first-child { border-radius: 20px 0 0 20px;}
.before-after .box img:last-child { border-radius: 0 20px 20px 0;}

.sec-head { text-align: center; margin: 0 0 50px 0;}
.sec-head h3 { font-size: 48px; font-weight: bold;}
.sec-head h3 span { background-image: var(--primary-gradient); color: transparent; -webkit-background-clip: text; background-clip: text;}

.howitworks .inner-sec { background: var(--light-yellow); border-radius: 20px; border: 3px dashed #E38462; padding: 50px;}
.howitworks .sec-inner ul { display: flex; justify-content: space-between; align-items: end;}
.howitworks .sec-inner ul li { width: 30%; text-align: center;}
.howitworks .sec-inner ul li p { font-size: 24px; font-weight: bold; margin: 20px 0 0 0;}

.pricing { background: var(--light-purple);}
.pricing .sec-inner { display: flex; justify-content: space-between; flex-wrap: wrap;}
.pricing .sec-inner .box { width: 23%; background: #fff; border-radius: 20px; padding: 40px 30px 10px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.1);}
.pricing .sec-inner .box h4 { font-size: 30px; font-weight: bold; margin: 0 0 10px 0;}
.pricing .sec-inner .box h2 { background: var(--light-green); font-size: 50px; font-weight: bold; border-radius: 15px; margin: 30px 0; padding: 15px 0;}
.pricing .sec-inner .box .btn { width: 100%; font-size: 24px; font-weight: bold; margin: 0 0 20px 0;}
.pricing .sec-inner .box .btn i { font-size: 20px;}
.pricing .sec-foot { margin: 50px 0 0 0; display: flex; justify-content: center; align-items: center;}
.pricing .sec-foot img { width: 100px; margin: 0 20px 0 0;}
.pricing .sec-foot p { font-size: 24px; font-weight: bold;}

.reviews { background: var(--light-yellow);}
.sec-head h3 { font-size: 28px; font-weight: 700; text-align: center; margin-bottom: 35px; }
.sec-head h3 span { color: #ff8800; }
.review-list { display: flex; flex-direction: column; gap: 25px; }
.review-item { border-left: 4px solid #ff8800; padding-left: 18px; }
.review-text { margin: 0; font-size: 24px; line-height: 1.6; color: #111; font-style: italic; position: relative; }
.review-text::before { content: "“"; font-size: 34px; opacity: 0.20; position: absolute; left: -12px; top: -12px; }

.faqs .sec-inner { padding: 0 10%;}
.faqs .sec-inner p { font-size: 24px; margin: 0 0 40px 0;}
.faqs .sec-inner p strong { font-weight: bold;}

.about { background: var(--light-purple);}
.about p { font-size: 20px; line-height: 1.4;}

.contact { background: var(--light-yellow);}
.wpcf7-form { margin: auto; display: table;}
.wpcf7-form-control { background: #fff; border: none; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); padding: 15px 20px; font-size: 18px; color: #111; margin: 0 0 20px 0; width: 100%; max-width: 500px;}
.wpcf7-textarea { height: 200px;}
.wpcf7-submit { background: var(--primary-green); color: white;}

footer .top { display: flex; justify-content: space-between; padding: 50px 0;}
footer .logo { max-width: 250px;}
.widget_nav_menu ul { display: flex; align-items: center;}
.widget_nav_menu a { font-size: 18px; font-weight: bold; color: #111; margin: 0 20px;}
.widget_nav_menu a:hover, .widget_nav_menu a.active { color: var(--primary-purple);}
footer .bottom { margin: 0 0 50px 0; text-align: center;}
footer .bottom p { font-size: 16px;}
footer .disclaimer { background: #f1f1f1; padding: 20px; margin: 0 0 20px 0; border-radius: 20px;}
footer .copyright a { color: #111;}
