/* ==============================
   BASE
============================== */

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h2 {
	font-weight: 600;
	margin-bottom: 20px;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}
.textSmall { font-size: small; }
.colorWhite { color: #FDF8F8; }
a { color: inherit; }
a:hover { color: #ffffff; }
.noPadding { padding: 0; }
.noMargin { margin: 0; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; line-height:140%; }
.paddingTop10 { padding-top: 10px; }
.paddingBottom10 { padding-bottom: 10px; }
.paddingLeft10 { padding-left: 10px; }
.paddingRight10 { padding-right: 10px; }
.paddingTop15 { padding-top: 15px; }
.paddingBottom15 { padding-bottom: 15px; }
.paddingRight15 { padding-right: 15px; }
.paddingLeft15 { padding-left: 15px; }
.paddingTopBottom15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.paddingTopBottom30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.marginTop10 { margin-top: 10px; }
.marginBottom10 { margin-bottom: 10px; }
.marginLeft10 { margin-left: 10px; }
.marginRight10 { margin-Right: 10px; }
.marginTop15 { margin-top: 15px; }
.marginBottom15 { margin-bottom: 15px; }
.marginLeft15 { margin-left: 15px; }
.marginRight15 { margin-Right: 15px; }
.marginTopBottom15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.floatLeft { float: left; }
.floatRight { float: right; }
.floatNone { float: none; }
ul, li {
	padding: 0;
	margin: 0;
}
.listItems li {
	line-height: 2;
	list-style: none;
}
.copyright { }
.social { float: right; }
.social li {
	list-style: none;
	float: left;
	margin-right: 2px;
}
.designedBy { text-align: right; }
.footerLinks li { list-style: none; }
.before_after_container {
	width: 100%;
	margin-top: 25%;
}

/* ==============================
   HERO SECTION
============================== */

.hero {
	background: #f2f2f2;
	padding: 60px 0;
	text-align: center;
}

.hero h1 {
	font-size: 350%;
	font-weight: 300;
}
.hero h2 ,.hero h3{
	font-size: 150%;
	font-weight: 300;
}

.form-note {
	margin-top: 10px;
	font-style: italic;
	color: #555;
}
.hero .btn {
	width: 100%;
	margin: auto;
	font-size: 100%;
}

/* ==============================
   BUTTONS
============================== */

.btn-yellow {
	background: #f1c40f;
	color: #000;
	font-weight: 600;
	border-radius: 30px;
	padding: 12px 20px;
	font-size: 100%;
}

.btn-yellow:hover {
	background: #e2b90e;
	color: #000;
	font-size: 100%;
}

.btn-cta {
	background: #3a3a3a;
	color: #f1c40f;
	font-size: 18px;
	padding: 15px 30px;
	border-radius: 40px;
	display: inline-block;
	margin-bottom: 15px;
}

.btn-cta:hover , .btn-cta:focus,
.btn-cta:active,
.btn-cta:visited {
	background: #2b2b2b;
	color: #f1c40f;
}

/* ==============================
   BLACK SECTION
============================== */

.index.phpsection-black {
	background: #000;
	color: #fff;
	padding: 30px 0;
	text-align: center;
}
.section-black h2 {
	font-size : 300%;
	font-weight: 300;
	text-align: center;
}
.section-black .results-text {
	font-size: 120%;
}

/* ==============================
   TESTIMONIALS
============================== */

.testimonial-card {
	background: #fff;
	border: 3px solid #f1c40f;
	border-radius: 12px;
	padding: 40px 25px 30px;
	position: relative;
	margin-bottom: 30px;
	min-height: 250px;
}

.quote-icon {
	position: absolute;
	top: -40px;
	left: 20px;
	font-size: 48px;
	color: #f1c40f;
}

.testimonial-card p {
	color: #333;
	font-size: 15px;
	line-height: 1.7;
}

.stars {
	margin-top: 20px;
	text-align: center;
	color: #f1c40f;
}

.author {
	text-align: center;
	margin-top: 8px;
}

/* ==============================
   WHY SECTION
============================== */

.why-section {
	background: #e9e9e9;
	padding: 80px 0;
}

.why-title {
	font-size: 300%;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 140%;
}

.why-description {
	font-size: 160%;
	margin-bottom: 35px;
}

.cta-subtext {
	font-size: 14px;
	color: #444;
}

/* FEATURES */

.feature-box {
	position: relative;
	border: 3px solid #f1c40f;
	background: #fff;
	padding: 20px 20px 20px 70px;
	margin-bottom: 20px;
}

.feature-content h4 {
	font-weight: 600;
	margin-top: 0;
}

.feature-content p {
	margin-bottom: 0;
	font-style: italic;
}

.check-circle {
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	background: #58c26d;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

/* ==============================
   DIFFERENCE SECTION
============================== */

.difference-section {
	background: #000;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}

.difference-title {
	font-size: 300%;
	font-weight: 300;
	margin-bottom: 30px;
}

.highlight {
	color: #f1c40f;
}

.difference-text {
	font-size: 150%;
	margin-bottom: 15px;
	font-weight: 300;
}

.difference-spacing {
	height: 30%;
}

.difference-subtitle {
	margin-top: 30px;
	font-size: 130%;
	font-weight: 300;
}

.difference-list {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

.difference-list li {
	font-size: 130%;
	margin-bottom: 10px;
}

.difference-list i {
	color: #f1c40f;
	margin-right: 8px;
}

/* ==============================
   FINAL CTA
============================== */

.cta-section {
	background: #f2f2f2;
	padding: 80px 0;
	text-align: center;
}

.cta-section h2 {
	font-size: 300%;
	font-weight: 300;
	margin-bottom: 25px;
}

/* ==============================
   FORM (Landing Version)
============================== */

.form-horizontal input.form-control,
.form-horizontal textarea.form-control {
	background: #fff;
	border: 1px solid #535353;
	border-radius: 0;
	color: #000;
	height: 40px;
}

.submitBtn {
	background: #111;
	color: #f1c40f;
	border: 1px solid #f1c40f;
	width: 180px;
	height: 45px;
}

.submitBtn:hover {
	background: #000;
}

/* ==============================
   FREE EVALUATION SECTION
============================== */

.evaluation-section {
	background: #e9e9e9;
	padding: 50px 0;
}

.evaluation-title {
	font-size: 300%;
	font-weight: 300;
	margin-bottom: 25px;
}

.evaluation-subtitle {
	font-size: 150%;
	margin-bottom: 40px;
}

.evaluation-list {
	list-style: none;
	padding: 0;
	margin: 0 auto 50px;
	max-width: 700px;
	text-align: left;
}

.evaluation-list li {
	font-size: 130%;
	margin-bottom: 20px;
	position: relative;
	padding-left: 60px;
}

.evaluation-list .check-circle1 {
	position: absolute;
	left: 0;
	top: 0;
	background: #58c26d;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.evaluation-highlight {
	font-size: 22px;
	margin-bottom: 25px;
}

/* ==============================
   TRUSTED SECTION
============================== */

.trusted-section {
	background: #000;
	padding: 50px 0;
	text-align: center;
	color: #fff;
}

.trusted-title {
	font-size: 300%;
	font-weight: 300;
	margin-bottom: 20px;
}

.trusted-subtitle {
	font-size: 150%;
	margin-bottom: 40px;
}

.trusted-box {
	background: #ffffff;
	border: 4px solid #f1c40f;
	padding: 40px 30px;
	margin-bottom: 40px;
	color: #333;
}

.trusted-box-title {
	font-size: 150%;
	font-weight: 300;
	margin-bottom: 20px;
}

.trusted-box-text {
	font-size: 130%;
	font-weight: 300;
	line-height: 1.7;
	margin-bottom: 25px;
}

.trusted-video {
	margin-bottom: 25px;
}

.trusted-footer-text {
	font-size: 130%;
}

.trusted-video-wrapper {
	max-width: 500px;
	margin: 0 auto 25px auto; /* center + spacing */
}
.footer {
	background: #000000;
	color: #FFFFFF;
}
.modal-body .btn {
	width: 60%;
	margin: auto;
}

.error {
	color :red;
	font-weight: 300;
	font-size: 120%;
}

.photo-upload-section {
	background: #000;
	color: #fff;
	padding: 50px 0;
	min-height: 100vh;
}

.upload-main-title {
	font-size:300%;
	font-weight: 300;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.upload-bold-text {
	font-size: 150%;
	font-weight: 300;
	margin-bottom: 25px;
}

.upload-description {
	font-size: 130%;
	font-weight: 300;
	margin-bottom: 10px;
}

.upload-italic {
	font-size: 22px;
	font-style: italic;
	margin-bottom: 30px;
}

/* Upload Card */

.upload-card {
	background: #efefef;
	color: #333;
	padding: 45px;
	max-width: 650px;
	margin: 0 auto;
}

.upload-card-title {
	font-weight: 700;
	margin-bottom: 30px;
}

.upload-box {
	border: 1px solid #ddd;
	background: #fff;
	padding: 40px 20px;
	margin-bottom: 25px;
	cursor: pointer;
	width: 100%;
	min-height: 170px;
}

.upload-icon {
	font-size: 42px;
	margin-bottom: 10px;
	color: #555;
}

.upload-click-text {
	font-size: 16px;
	color: #666;
}

.preview-image {
	display: none;
	max-height: 250px;
	margin-top: 10px;
}

.btn-next {
	background: #1e73be;
	color: #fff;
	padding: 14px 40px;
	font-weight: 700;
	border: none;
	width: 100%;
}

.btn-next:disabled {
	background: #bfc5cc;
	cursor: not-allowed;
}

.btn-next:hover {
	background: #155a96;
	color: #fff;
}
.preview-image {
	margin-top: 10px;
	border-radius: 4px;
}
.photo-upload-section input[type="file"] {
	display: none;
}
.googlecaptchat {
	width: 310px;
	margin: auto;
}
#heroform label {
	font-weight: 300;
}
#uploadLaterBtn {
	background-color: #ffffff;
	color: #333;
	border: 1px solid #ddd;
	padding: 14px 30px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.3s ease;
	width: 100%;
	max-width: 400px;
}

#uploadLaterBtn:hover {
	background-color: #f2f2f2;
	transform: translateY(-2px);
}


/* =========================
   Button Wrapper Alignment
========================= */

.upload-card button {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.uploadwrapper {
	padding: 2px;
}


.thankyou-section {
	padding: 40px 0;
}
.thankyou-wrapper {

}

.thankyou-card {
	background: #ffffff;
	border-radius: 8px;
	padding: 50px 40px;
	max-width: 600px;
	width: 100%;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0,0,0,0.4);
	margin: auto;
}

.thankyou-icon {
	font-size: 70px;
	color: #2f73b7;
	margin-bottom: 25px;
}

.thankyou-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #222;
}

.thankyou-text {
	font-size: 16px;
	color: #555;
	margin-bottom: 25px;
	line-height: 1.6;
}

.thankyou-list {
	text-align: left;
	margin: 20px auto 30px;
	max-width: 400px;
	color: #444;
	font-size: 15px;
}

.thankyou-list li {
	margin-bottom: 8px;
	list-style: none;
}

.btn-primary-action {
	background-color: #2f73b7;
	color: #fff;
	border: none;
	padding: 12px 30px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.3s ease;
}

.btn-primary-action:hover {
	background-color: #e0f1ff;
	color:#000000 ;
}
