/*
 1. Reset.css
 2. navigation Styling
 3. Hero section
 4. hero-2 section
 5. Features Section
 6. Features Flex
 7. Stats Section counter
 8. Feature Single
 9. Reviews Section
 10. Pricing tables
 11. Subscription Section and CTA
 12. Footer and Scroll Top
 13. Media Queries
 -----*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
  font-size: 16px;
}

p {
	font-family: 'Montserrat';
	font-size: 14px;
}

/*----- Helper Classes -----*/

html * {
	text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
  top: 40%;
  position: relative;
  z-index: 9999;
}

.container-m {
	max-width: 1024px;
	margin: 0 auto !important;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.container-s {
	max-width: 920px;
	margin: 0 auto !important;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}


/*------ Navbar Styling ------*/

.navbar {
  font-family: "Montserrat";
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: transparent !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.navbar .navbar-brand {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	color: #4599ff !important;
	vertical-align: middle;
}

.navbar .navbar-brand img {
	vertical-align: middle;
	margin-right: 0.3em;
}

.navbar .navbar-toggler {
	border: none;
}

.navbar span.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar span.navbar-toggler-icon::before {
	outline: none;
}

.navbar .navbar-toggler:focus {
	outline: none;
}

.navbar-nav {
	text-align: center;
	margin-top: 15px;
	background: #FFF;
	-webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
	transition: 0.5s all ease;
}

.navbar-nav .nav-item {
	margin-right: 0;
	margin-top: 1.5rem;
	font-size: 0.85rem;
	font-weight: 400;
  text-transform: capitalize;
  color: #4599ff;
}

.navbar-nav .nav-item .nav-link {
  color: #364655;
	font-weight: 500;
}

.nav-white .nav-item .nav-link {
	font-size: 0.92rem;
	text-transform: capitalize;
  color: #FFFFFF;
}

.nav-white .nav-item .nav-link:hover {
  color: #00eaff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.nav-white .navbar-brand {
	color: #FFFFFF;
}

@media only screen and (max-width: 768px) {

	.navbar {
		/*background: rgba(255, 255, 255, 0.99) !important;*/
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar .navbar-nav {
		padding-bottom: 25px;
	}

	.nav-white .nav-item .nav-link {
		color: #2b7de9;
	}

	.navbar .btn-cta {
		padding: 0 30px;
	}

}

@media only screen and (min-width: 240px) {

.navbar.past-main {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.99) !important;
	-webkit-box-shadow: 0 2px 3px 0 rgba(96, 96, 96, 0.1);
	-moz-box-shadow: 0 2px 3px 0 rgba(96, 96, 96, 0.1);
	box-shadow: 0 2px 3px 0 rgba(96, 96, 96, 0.1);
}

.navbar.effect-main {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar.past-main .navbar-brand {
	color: #4599ff !important;
}

.nav-white.past-main .nav-item .nav-link {
  color: #364655;
	font-weight:500;
}

.navbar.past-main .nav-item .nav-link {
	font-weight: 500;
}

.nav-white.past-main .navbar-brand {
	color: #364655;
}

.navbar.past-main span.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-white.effect-main {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*----------------------------------------------------------
--------------- Hero Home Styling Starts -------------------
----------------------------------------------------------*/

.home {
  padding: 100px 0 50px 0;
}

.home .intro-block {
	padding: 50px 0 50px 0;
	max-width: 800px;
	margin: 0 auto;
}

.centered {
	float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home .hero-img img {
  max-width: 720px !important;
  width: 100%;
  margin: 20px 0;
}

.home h1 {
	font-size: 28px;
	font-weight: 600;
	color: #FFFFFF;
	color: #364655;
	line-height: 1.2;
	letter-spacing: 0;
}

.home p {
	font-size: 16px;
	font-weight: 500;
	color: rgb(129, 129, 152);
	/* max-width: 630px; */
	margin: 0 auto;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 15px;
}

.btn-action {
	font-family: 'Montserrat';
	display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
	margin: 25px 0;
  text-transform: uppercase;
	text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
	background-color: #387ed1;
	background: #4599ff;
  color: #FFFFFF;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-sizing: border-box;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.btn-action:hover {
	color: #FFFFFF;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 100,.2);
	border: 1px solid transparent !important;
	outline: none !important;
	text-decoration: none;
}

.btn-action:focus, .btn-action:active {
	background: #4599ff;
	color: #FFFFFF;
	border: 1px solid transparent !important;
	outline: none !important;
}


.home .client-list {
	margin-top: 25px;
}

.home .client-list ul {
	list-style-type: none;
}

.home .client-list ul li {
  display: inline;
	margin: 0 20px;
}


.home .client-list ul li img {
  width: 100px;
	opacity: 0.6;
	cursor: pointer;
}

.home .client-list ul li img:hover {
	opacity: 0.9;
}


.btn-cta {
	font-family: 'Montserrat';
	display: inline-block;
  height: 30px;
  padding: 0 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
	text-transform: capitalize;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	background-color: #387ed1;
	background: #4599ff;
	color: #FFFFFF !important;
	border: 1px solid transparent !important;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.btn-cta:hover {
	color: #FFFFFF;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0,.1);
	border: 1px solid transparent !important;
	outline: none;
	text-decoration: none;
}

.btn-cta:focus, .btn-cta:active {
	background: #4599ff;
	color: #FFFFFF;
	border: 1px solid transparent !important;
	outline: none !important;
}

/* Larger CTA button for carousel and hero sections */
.btn-cta-large {
	height: 45px;
	padding: 0 40px;
	font-size: 14px;
	line-height: 43px;
}

/*------------------------------------------------
------------- Hero Version 2 Styling -------------
-------------------------------------------------*/



.hero-2 {
	text-align: center;
}

.hero-2 .hero-content {
		padding: 50px 0;
}

.hero-2 .hero-img {
	border-radius: 24px;
}


.hero-2 .hero-img img {
	border-radius: 10px;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,.1);
}

.hero-2 .form-alt {
	position: relative;
	margin-top: 25px;
}

.hero-2 .chimp-form .mail {
	position: relative;
	background-color: #F9F9F9;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .3s;
}

.hero-2 .form-alt input {
  color: #222222;
  font-family: 'Montserrat';
  padding: 0;
  font-size: 13px;
	font-weight: 500;
	height: 45px;
  border: 0;
  border-radius: 4px;
	background-color: #F3F3F3;
  outline: none;
  padding: 0 100px 0 20px;
	box-shadow: 0 5px 30px rgba(255, 255, 255, 0.1);
}

.hero-2 .form-alt input:focus {
	outline: none !important;
	border-color: transparent;
}

.hero-2 .form-alt .submit-button {
  height: 45px;
  border: 0;
  border-radius: 0 4px 4px 0;
  margin-left: -25px;
  padding: 0 25px 0 25px;
	background: #4599ff;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0;
  color: #FFFFFF;
	cursor: pointer;
  outline: none;
	box-shadow: 0 5px 30px rgba(255, 255, 255, 0.05);
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}


.hero-2 #email-error {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50%;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 500;
	color: #FF3333;
}

.hero-2 #response {
	position: absolute;
	left: 0;
	bottom: -45%;
	vertical-align: middle;
	font-family: 'Montserrat';
	font-size: 13px !important;
	font-weight: 500;
	color: #15ccbe;
}

.hero-2 #chimp-email-error {
	position: absolute;
	left: 0;
	bottom: -45%;
	vertical-align: middle;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 500;
	color: red;
}

.hero-2 .success-message {
	color:#33cc33;
	margin-top: 5px;
}

.hero-2 .form-note p {
	font-size: 12px;
}


/*----------- Flex Features ------------*/

.flex-split {
	padding: 100px 0;
}

.flex-intro {
	margin-bottom: 50px;
	text-align: center;
}

.flex-intro h2 {
	font-size: 28px;
	font-weight: 600;
	color: #3a3a47;
	line-height: 1.3;
	margin-bottom: 10px;
}

.flex-intro p {
	font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
	letter-spacing: 0.01em;
  color: #818198;
	max-width: 630px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}


.flex-inner {
	margin: 50px 0;
}

.flex-inner .f-image {
	padding: 0 35px;
}

.flex-inner .f-text {
	padding: 0 35px;
}

 .flex-inner .f-text {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	text-align: center;
}

.flex-inner .f-text h2 {
	font-size: 24px;
	font-weight: 600;
	color: #3a3a47;
	line-height: 1.3;
	margin-top: 20px;
}

.flex-inner .f-text  p {
	font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
	letter-spacing: 0.01em;
  color: #818198;
	margin-top: 15px;
	margin-bottom: 15px;
}


.flex-inner .f-text .left-content a {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: bold;
	color: #8798ab;
	position: relative;
  display: inline-block;
  text-decoration: none;
}

.flex-inner .f-text .left-content a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20%;
	height: 1px;
	width: 50px;
	background: #8798ab;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.flex-inner .f-text .left-content a:hover::after {
	width: 75px;
}

.flex-inner .f-text .left-content a:hover {
	text-decoration: none;
}

.flex-inner.flex-inverted .f-image {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1
}

/*---------------------------------------------
----------- Features Section Styles------------
---------------------------------------------*/

.features {
	padding: 100px 0;
	background: #f6f6fd;
}

.features-intro {
	margin-bottom: 50px;
}

.features-intro h2 {
	font-size: 28px;
	font-weight: 600;
	color: #3a3a47;
	line-height: 1.3;
	margin-bottom: 10px;
}

.features-intro p {
	font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
	letter-spacing: 0.01em;
  color: #818198;
	max-width: 630px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}


.feature-list {
	margin: 30px 10px;
}

.card-icon {
	width: 65px;
  height: 65px;
  border-radius: 50%;
	margin: 0 auto;
  background: rgba(30, 166, 154, 0.08);
	background: #ece7fe;
  display: table;
  text-align: center;
}

.card-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.card-img img {
	vertical-align: middle;
}

.card-text {
	margin-top: 25px;
}

.card-text h3 {
	font-size: 21px;
	font-weight: 500;
	color: #364655;
	margin-bottom: 15px;
}

.card-text p {
	font-size: 15px;
	font-weight: 500;
	color: rgb(129, 129, 152);
	line-height: 1.6;
	max-width: 320px;
	margin: 0 auto;
}

/*--------------------------------------
--------- Stat Section Styling ---------
--------------------------------------*/

.yd-stats {
	padding: 100px 0;
	background: #4599ff;
}

.yd-stats .intro {

}

.yd-stats .intro h2 {
	font-size: 28px;
	font-weight: 700;
	color: #3a3a47;
	color: #FFFFFF;
	line-height: 1.3;
	margin-bottom: 10px;
}

.yd-stats .intro p {
	font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
	letter-spacing: 0.01em;
  color: #818198;
	color: #FFFFFF;

	max-width: 630px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.yd-stats .counter-up {
	margin-top: 50px;
}

.counter-icon {
  padding: 15px;
}

.counter-icon img {
  width: 60px;
	height: 60px;
}

.counter-text {
  margin: 10px 0;
}

.counter-up h3 {
	font-size: 42px;
	font-weight: 700;
	color: #4599ff;
	color: #FFFFFF;
}

.counter-text h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0.5em;
  color: #364655;
	color: #FFFFFF;

}

.yd-link {
	text-align: center;
	margin: 25px 0;
}

.yd-link a {
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 500;
	color: #4599ff;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}


.yd-ft {
	padding: 75px 0;
	background: #E8F3EC;
	background: #4599ff;
}

.yd-ft .yd-ft-inner {
	display: block;
	background: #E8F3EC;
	background: #4599ff;
	max-width: 1024px;
	margin: 0 auto;
}

.yd-ft .yd-ft-inner .yd-ft-left {
	padding: 40px;
}

.yd-ft .yd-ft-inner .yd-ft-left h2 {
	font-size: 32px;
	font-weight: 400;
	color: #FFFFFF;
	/*color: #364655;*/
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.yd-ft .yd-ft-inner .yd-ft-left p {
	font-size: 16px;
	font-weight: 500;
	color: #818198;
	color: #FFF;
	line-height: 1.6;
	margin-bottom: 0;
}

.yd-ft .yd-ft-inner .yd-ft-left .btn-action {
	background: #FFF;
	color: #4599ff;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.yd-ft .yd-ft-inner .yd-ft-right {
	text-align: center;
}


.yd-ft .yd-ft-inner .yd-ft-right img {
	max-width: 90%;
	margin: 0 auto;
}

/*---------------------------------------------------
-------------- Ar Feature Item Styling --------------
---------------------------------------------------*/

	.ar-ft-single {
		padding: 100px 0;
	}

	.ar-feature {
		text-align: center;
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: hidden;
}

	.ar-feature .ar-list {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 40%;
		flex: 1 0 40%;
		text-align: left;
	}

	.ar-feature .ar-image {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 60%;
		flex: 1 0 60%;
		margin-left: 0;
	}

	.ar-list ul {
		list-style-type: none;
		overflow: hidden;
		margin-top: 0;
	}

	.ar-list ul li {
		margin-bottom: 30px;
		overflow: hidden;
	}

	.ar-feature .ar-icon {
		float: left;
		width: 15%;
	}

	.ar-feature .ar-icon img {
		margin-top: 0;
		vertical-align: middle;
	}

	.ar-feature .ar-text {
		float: right;
		width: 85%;
	}

	.ar-feature .ar-text h3 {
		font-size: 18px;
		color: #364655;
	  font-weight: 500;
	  line-height: 1.2;
	  margin-bottom: 10px;
	}

	.ar-feature .ar-text p {
		font-size: 15px;
	  font-weight: 500;
	  line-height: 1.6;
	  color: #97a6b5;
	}




	/* ----- Pricing Tables Styling Starts ----- */

	.pricing-section {
		width: 100%;
		height: 100%;
		padding-top: 100px;
		padding-bottom: 100px;
		background: #FFFFFF;
	}

	.pricing-intro {
		padding-bottom: 30px;
	}

	.pricing-intro h1 {
		font-size: 32px;
		color: #364655;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 20px;
	}


	.pricing-intro p {
		font-size: 16px;
		color: #97a6b5;
		font-weight: 500;
		line-height: 1.6;
		letter-spacing: 0;
		margin-top: 10px;
		margin-bottom: 50px;
	}

	.pricing-details {
		padding: 50px 0 0 0;
	}

	.pricing-section .table-left, .pricing-section .table-right {
		padding: 20px 20px 50px 20px;
		margin: 0 auto;
		margin-bottom: 30px;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 60px 0px rgba(0,0,0,.1);
		border: transparent;
		border-radius: 10px;
		max-width: 400px;
	}

	.table-left .icon, .table-right .icon {
		padding: 50px 50px 40px 50px;
	}

	.table-left .icon img, .table-right .icon img {
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}

	.table-left .pricing-details span, .table-right .pricing-details span {
		display: block;
		font-family: 'Montserrat';
		font-size: 32px;
		font-weight: 600;
		color: #364655;
		opacity: 0.7;
		margin: 20px 0;
	}


	.table-left .pricing-details h2, .table-right .pricing-details h2 {
		font-size: 21px;
		font-weight: 600;
		color: #4599ff;
		margin-bottom: 30px;
	}

	.table-left .pricing-details p, .table-right .pricing-details p {
		font-size: 16px;
		font-weight: 500;
		color: #364655;
		line-height: 1.4;
	}

	.table-left .pricing-details ul, .table-right .pricing-details ul {
		margin-top: 30px;
		margin-bottom: 50px;
		padding: 0;
	}

	.table-left .pricing-details li, .table-right .pricing-details li {
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: 500;
		color: #97a6b5;
		line-height: 1.4;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	.pricing-section .table-left:hover, .pricing-section .table-right:hover {
		box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.pricing-section .table-left, .pricing-section .table-right {
		margin-top: 20px;
	}

	.pricing-section .table-center {
		margin-top: 0;
	}

/*------------------------------------------------
---------- Ar Review Section Styling -------------
------------------------------------------------*/

	.ar-reviews {
		padding: 5%;
		background: url(../images/bg.jpg) no-repeat center center;
		background: #f6f6fd;
	}

	.ar-reviews .ar-box {
		background: #4599ff;
		display: block;
		padding: 50px;
	}


	.ar-box .ar-right {
		margin-top: 50px;
	}

	.ar-box .ar-left h2 {
		font-size: 24px;
		font-weight: 600;
		color: #FFF;
		line-height: 1.6;
	}

	.ar-box .ar-right p {
		font-size: 14px;
		font-weight: 400;
		color: #FFF;
		line-height: 1.7rem;
		text-align: left;
		margin-bottom: 1.5rem;
	}

	.ar-box .ar-left .btn-action {
		background: #FFF;
    color: #4599ff;
    letter-spacing: 1px;
    text-transform: capitalize;
	}

/*----------------------------------------------
------------ Review Section Styling ------------
----------------------------------------------*/


.yd-reviews {
	padding: 100px 0 100px 0;
	background: #FFFFFF;
	background: rgba(30, 166, 154, 0.08);
	background: #f6f6fd;
	background-size: cover;
}

.yd-reviews .intro {
	padding: 0;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 75px;
}

.yd-reviews .intro h1 {
	font-size: 28px;
	font-weight: 700;
  color: #364655;
  line-height: 1.2;
  margin-bottom: 20px;
}

.yd-reviews .intro p {
	font-size: 16px;
  font-weight: 500;
  color: rgb(129, 129, 152);
  line-height: 1.6;
  margin: 0px auto;
}

.yd-reviews .intro p:nth-child(4) {
	font-size: 13px;
}

.yd-reviews .intro a {
	color: #0000FF;
	text-decoration: none;
}


.yd-reviews .card-single {
  	display: block;
}

.yd-reviews .card-single .review-text {
	-webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
	background: #4599ff;
	padding: 60px;
	text-align: left;
}

.yd-reviews .card-single .review-attribution {
	-webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
	padding: 60px;
	background: #FFFFFF;
}


.yd-reviews .card-single h1 {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 0;
}

.yd-reviews .card-single .review-attribution i {
	font-size: 13px;
	color: #ffd700;
}

.yd-reviews .card-single .review-attribution h2 {
	font-size: 15px;
	font-weight: 600;
	color: #556577;
	line-height: 1.4;
	margin-top: 5px;
}

.yd-reviews .card-single .review-attribution h6 {
	font-size: 12px;
	font-weight: 500;
	color: #97a6b5;
	line-height: 1.4;
}

.yd-reviews .card-single .review-attribution a {
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 500;
	color: #4599ff;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.yd-reviews .card-single .review-attribution a:before {
	content: "";
	position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #4599ff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.yd-reviews .card-single .review-attribution a:hover:before {
	visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.yd-reviews .card-single .review-attribution .review-img {
	text-align: center;
	margin-bottom: 20px;
}

.yd-reviews .card-single .review-attribution img {
	height: 80px;
	width: 80px;
	margin: 0 auto;
}


/*-------------------------------------------------------
-------------- Subscription Form Styling ----------------
-------------------------------------------------------*/


.cta-sm {
	padding: 100px 0 100px 0;
	background: rgba(30, 166, 154, 0.1);
	background: #f8faff;
	background: #f6f6fd;
}

.cta-sm .cta-content {
	max-width: 768px;
	margin: 0 auto;
}

.cta-sm h1 {
	font-size: 28px;
	font-weight: 600;
	color: #364655;
	line-height: 1.6;
}

.cta-sm h4 {
	font-size: 13px;
	font-weight: 400;
	color: #aeaeae;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.form {
	position: relative;
	max-width: 420px;
	margin: 0 auto;
	margin-top: 30px;
}

.chimp-form .mail {
	position: relative;
	background-color: #FFFFFF;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .3s;
}

.form input {
	display: block;
	width: 100%;
	margin: 0 auto;
  color: #4599ff;
  font-family: 'Montserrat';
  padding: 0;
  font-size: 13px;
	font-weight: 500;
	height: 50px;
  border: 1px solid #4599ff;
  border-radius: 4px;
	background-color: #FFFFFF;
  outline: none;
  padding: 0 100px 0 20px;
	box-shadow: 0 5px 30px rgba(255, 255, 255, 0.1);
}

.form input:focus {
	outline: none !important;
	background: #FFFFFF;
	border: 1px solid #4599ff;
}

.form .submit-button {
  height: 50px;
	width: 100%;
  border: 0;
  border-radius: 4px;
  margin: 0 auto;
	margin: 15px 0;
  padding: 0 25px 0 25px;
	background: #4599ff;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0;
  color: #FFFFFF;
	cursor: pointer;
  outline: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 100,.2);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
}

.form .submit-button:hover {
	box-shadow: 0 5px 25px 0 rgba(0, 0, 100,.2);
}

.form .submit-button:focus, .form .submit-button:active {
	background: #4599ff;
}

#email-error {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50%;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 500;
	color: #FF3333;
}

#response {
	position: absolute;
	left: 0;
	bottom: -45%;
	vertical-align: middle;
	font-family: 'Montserrat';
	font-size: 13px !important;
	font-weight: 500;
	color: #15ccbe;
}

#chimp-email-error {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45%;
	vertical-align: middle;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 500;
	color: red;
}

.success-message {
	color:#33cc33;
	margin-top: 5px;
}

.form-note p {
	font-size: 12px;
	font-weight: 500;
	color: #97a6b5
}


/*--------------------------------------------------------------
-------------------- Footer Small Styling Starts ---------------
--------------------------------------------------------------*/

.footer-sm {
	padding: 30px 0;
	background: rgba(30, 166, 154, 0.1);
	background: #f6f6fd;
	text-align: center;
}

.footer-sm .col-md-4:nth-child(even) {
	text-align: center;
}

.footer-sm .footer-logo {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 600;
	color: #4599ff;
	letter-spacing: 0;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
}

.footer-sm h6 {
	font-size: 13px;
	font-weight: 500;
	color: #97a6b5;
	letter-spacing: 0;
	display: inline-block;
}

.footer-sm ul {
	list-style-type: none;
	text-align: center;
	margin-top: 10px;
}

.footer-sm ul li {
	font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
	letter-spacing: 0;
  display: inline-block;
	margin-left: 6px;
  margin-right: 6px;
}

.footer-sm ul li a {
	font-size: 13px;
	font-weight: 500;
  position: relative;
  display: inline-block;
  color: #97a6b5;
  text-decoration: none;
}

.footer-sm ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #4599ff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.footer-sm ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.no-touch .footer-sm ul li a:hover {
  text-decoration: none;
  color: #000;
}



/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/


.bk-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	border-radius: 3px;
	z-index: 90;
	display: none;
	width: 45px;
	height: 45px;
	background: #4599ff;
	color: #f2f2f0;
	border-radius: 50%;
	display: table;
	box-shadow:0 5px 15px rgba(0, 0, 0, .1);
}

.bk-top-txt {
	display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.back-to-top {
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
  color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}


.back-to-top:focus {
  color: #FFFFFF;
}




/*------------------------------------------
-------------- Media Queries ---------------
------------------------------------------*/

@media only screen and (min-width: 767px) {

	.navbar-nav {
			margin-top: 0;
		}

	.navbar-nav .nav-item {
		margin-top: 0;
		margin-right: 15px;
	  font-size: 0.85rem;
	  font-weight: 400;
	}

	.container-s {
		padding-left: 20px;
		padding-right: 20px;
	}

	.flex-intro h2 {
		font-size: 32px;
	}

	.flex-inner {
		position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
		margin: 75px 0;
	}

	.flex-inner .f-image {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 500px;
	    flex: 0 0 500px;
	}

	.flex-inner .f-text h2 {
		font-size: 24px;
	}

	.flex-inner .f-text  p {
		font-size: 16px;
		font-weight: 500;
	}

	.counter-up h3 {
		font-size: 72px;
	}

	.ar-feature {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.ar-feature .ar-image {
		margin-left: 25px;
	}

	.ar-reviews .ar-box {
		padding: 100px;
		display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	}

	.ar-reviews .ar-box .ar-left {
		-webkit-box-flex: 1;
	  -ms-flex: 1 0 50%;
	  flex: 1 0 50%;
	}

	.ar-reviews .ar-box .ar-right {
		-webkit-box-flex: 1;
	  -ms-flex: 1 0 50%;
	  flex: 1 0 50%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: center;
		margin-top: 0;
	}

	.ar-box .ar-left h2 {
		font-size: 28px;
	}

	.ar-box .ar-right p {
		font-size: 15px;
	}

	.yd-reviews .review-cards {
		margin-bottom: 0;
	}

	.yd-ft .yd-ft-inner {
	padding: 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

	.yd-ft .yd-ft-inner .yd-ft-left {
		-webkit-box-flex: 1;
	  -ms-flex: 1 0 50%;
	  flex: 1 0 50%;
	}

	.yd-ft .yd-ft-inner .yd-ft-right {
		-webkit-box-flex: 1;
	  -ms-flex: 1 0 50%;
	  flex: 1 0 50%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: center;
	}

	.yd-reviews .card-single {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 background: #FFF;
	}

	.form input {
		padding: 0 50px 0 50px;
	}

	.footer-sm {
		text-align: left;
	}

	.footer-sm .footer-logo {
	 margin-bottom: 0;
	 font-size: 16px;
	 display: block;
	}

	.footer-sm ul {
	 list-style-type: none;
	 text-align: right;
	 margin-top: 0;
	}
}

@media only screen and (min-width: 480px) {

	.container-s {
		padding-left: 40px;
		padding-right: 40px;
	}

	.flex-inner .f-text {
		-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	 	text-align: left;
 }

}

@media only screen and (min-width: 1024px) {
	.hero-2 .form-alt input {
		padding: 0 100px 0 50px;
	}
}

@media screen and (max-width: 420px) {
	.hero-2 .form-alt input {
	    text-align: center;
	    padding: 20px 20px;
	}

	.hero-2 .form-alt .submit-button {
	  margin-left: 0;
	}

}}
/* ===== Hero Carousel Styles ===== */
#heroCarousel {
  min-height: 650px;
  height: 650px;
}

.carousel-inner {
  min-height: 650px;
  height: 650px;
  position: relative;
}

/* Smooth fade transitions for carousel */
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 650px;
  height: 650px;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
  position: relative;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: opacity 1.2s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

/* Main hero slide background - neutral for light mode, dark for dark mode */
.hero-main-slide {
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 60px 20px;
  min-height: 650px;
  height: 650px;
  display: flex;
  align-items: center;
  animation: slideInFromLeft 1s ease-out;
}

/* Override text colors for main slide - dark text for light background */
.hero-main-slide h1 {
  color: #0f172a;
}

.hero-main-slide .hero-subtitle,
.hero-main-slide .form-note p {
  color: #475569;
}

/* SphereOne slide background */
.hero-sphereone {
  padding: 60px 20px;
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 650px;
  height: 650px;
  display: flex;
  align-items: center;
  animation: slideInFromRight 1s ease-out;
}

.hero-sphereone h1 {
  color: #0f172a;
}

.hero-sphereone p {
  color: #475569;
}

/* Slide-in animations */
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Fade in animation for content */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-main-slide .hero-content,
.hero-sphereone .container {
  animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-sphereone h1 {
  font-weight: 700;
  color: #0f172a;
}

.hero-sphereone h3 {
  font-weight: 400;
  color: #475569;
  line-height: 1.4;
}

.hero-sphereone .lead {
  color: #64748b;
  font-size: 1.1rem;
}

.sphereone-hero-img {
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
  animation: float 3s ease-in-out infinite;
}

/* Floating animation for SphereOne logo */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Carousel controls styling */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  transform: scale(1.1);
}

.carousel-indicators {
  bottom: 20px;
  z-index: 10;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  transition: all 0.3s ease;
}

.carousel-indicators button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.carousel-indicators button.active {
  background-color: rgba(255, 255, 255, 1);
  width: 30px;
  border-radius: 6px;
}

/* Responsive adjustments for carousel */
@media (max-width: 768px) {
  .hero-main-slide,
  .hero-sphereone {
    padding: 40px 15px;
    min-height: 550px;
    height: 550px;
  }
  
  #heroCarousel,
  .carousel-inner,
  .carousel-fade .carousel-item {
    min-height: 550px;
    height: 550px;
  }
  
  .hero-main-slide h1,
  .hero-sphereone h1 {
    font-size: 2rem;
  }
  
  .hero-sphereone h3 {
    font-size: 1.2rem;
  }
  
  .sphereone-hero-img {
    max-width: 150px !important;
  }
  
  .btn-cta-large {
    width: 100%;
    max-width: 300px;
  }
}

/* ===== Modern Login & Register Form Styles ===== */

.login-form .card,
.registration-form .card {
  border-radius: 15px;
  overflow: hidden;
}

.login-form .card-body,
.registration-form .card-body {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.login-form .form-control,
.registration-form .form-control {
  border-radius: 8px;
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

.login-form .form-control:focus,
.registration-form .form-control:focus {
  border-color: #4599ff;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.15);
}

.login-form .input-group-text,
.registration-form .input-group-text {
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-right: none;
  border-radius: 8px 0 0 8px;
}

.login-form .input-group .form-control,
.registration-form .input-group .form-control {
  border-left: none;
  border-radius: 0 8px 8px 0;
}

.login-form .btn-primary,
.registration-form .btn-success {
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.login-form .btn-primary {
  background: linear-gradient(135deg, #4599ff 0%, #764ba2 100%);
  border: none;
}

.login-form .btn-primary:hover {
  background: linear-gradient(135deg, #764ba2 0%, #4599ff 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.registration-form .btn-success {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  border: none;
}

.registration-form .btn-success:hover {
  background: linear-gradient(135deg, #38ef7d 0%, #11998e 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(17, 153, 142, 0.3);
}

.input-error {
  border-color: #dc3545 !important;
  animation: shake 0.5s;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
}

.form-text {
  font-size: 0.875rem;
  color: #6c757d;
}

/* Alert container styling */
#alert-container .alert {
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Password strength indicator */
#password-strength {
  transition: width 0.3s ease, background-color 0.3s ease;
}

/* Terms checkbox styling */
.form-check-input:checked {
  background-color: #4599ff;
  border-color: #4599ff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .login-form .card-body,
  .registration-form .card-body {
    padding: 2rem !important;
  }
  
  .login-form h2,
  .registration-form h2 {
    font-size: 1.5rem;
  }
}

/* Loading state for buttons */
.btn-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}

.btn-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ===== Modern Login & Register Form Styles ===== */

.login-form .card,
.registration-form .card {
  border-radius: 15px;
  overflow: hidden;
}

.login-form .card-body,
.registration-form .card-body {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.login-form .form-control,
.registration-form .form-control {
  border-radius: 8px;
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

.login-form .form-control:focus,
.registration-form .form-control:focus {
  border-color: #4599ff;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.15);
}

.login-form .input-group-text,
.registration-form .input-group-text {
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-right: none;
  border-radius: 8px 0 0 8px;
}

.login-form .input-group .form-control,
.registration-form .input-group .form-control {
  border-left: none;
  border-radius: 0 8px 8px 0;
}

.login-form .btn-primary,
.registration-form .btn-success {
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.login-form .btn-primary {
  background: linear-gradient(135deg, #4599ff 0%, #764ba2 100%);
  border: none;
}

.login-form .btn-primary:hover {
  background: linear-gradient(135deg, #764ba2 0%, #4599ff 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.registration-form .btn-success {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  border: none;
}

.registration-form .btn-success:hover {
  background: linear-gradient(135deg, #38ef7d 0%, #11998e 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(17, 153, 142, 0.3);
}

.input-error {
  border-color: #dc3545 !important;
  animation: shake 0.5s;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
}

.form-text {
  font-size: 0.875rem;
  color: #6c757d;
}

/* Alert container styling */
#alert-container .alert {
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Password strength indicator */
#password-strength {
  transition: width 0.3s ease, background-color 0.3s ease;
}

/* Terms checkbox styling */
.form-check-input:checked {
  background-color: #4599ff;
  border-color: #4599ff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .login-form .card-body,
  .registration-form .card-body {
    padding: 2rem !important;
  }
  
  .login-form h2,
git add . ; git commit -am "Updated" ; git push origin develop ; docker build -f Dockerfile --platform linux/amd64 -t securex/securex-backend . ; docker push securex/securex-backend:q!  .registration-form h2 {
    font-size: 1.5rem;
  }
}

/* Loading state for buttons */
.btn-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}

.btn-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ===== Dark Mode Theme Support ===== */

/* Dark mode overrides when data-theme="dark" is set on html */
[data-theme="dark"] body {
  background-color: #0f172a;
  color: #f1f5f9;
}

[data-theme="dark"] .wrapper {
  background-color: #0f172a;
}

[data-theme="dark"] .navbar {
  background-color: rgba(15, 23, 42, 0.95) !important;
}

[data-theme="dark"] .navbar.past-main {
  background-color: rgba(15, 23, 42, 0.98) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .navbar .navbar-brand {
  color: #5aa5ff !important;
}

[data-theme="dark"] .navbar-nav .nav-item .nav-link {
  color: #cbd5e1;
}

[data-theme="dark"] .navbar-nav .nav-item .nav-link:hover {
  color: #5aa5ff;
}

[data-theme="dark"] .navbar.past-main .navbar-brand {
  color: #5aa5ff !important;
}

[data-theme="dark"] .nav-white.past-main .nav-item .nav-link {
  color: #cbd5e1;
}

[data-theme="dark"] .home {
  background-color: #0f172a;
}

[data-theme="dark"] .home h1 {
  color: #f1f5f9;
}

[data-theme="dark"] .home p {
  color: #94a3b8;
}

[data-theme="dark"] .features {
  background-color: #1e293b;
}

[data-theme="dark"] .features-intro h2,
[data-theme="dark"] .feature-list h3 {
  color: #f1f5f9;
}

[data-theme="dark"] .features-intro p,
[data-theme="dark"] .feature-list p {
  color: #94a3b8;
}

[data-theme="dark"] .flex-split {
  background-color: #0f172a;
}

[data-theme="dark"] .flex-intro h2,
[data-theme="dark"] .flex-intro h4 {
  color: #f1f5f9;
}

[data-theme="dark"] .flex-intro p {
  color: #94a3b8;
}

[data-theme="dark"] .ar-ft-single {
  background-color: #1e293b;
}

[data-theme="dark"] .ar-text h3 {
  color: #f1f5f9;
}

[data-theme="dark"] .ar-text p {
  color: #94a3b8;
}

[data-theme="dark"] .pricing-section {
  background-color: #0f172a;
}

[data-theme="dark"] .pricing-intro h1 {
  color: #f1f5f9;
}

[data-theme="dark"] .pricing-intro p {
  color: #94a3b8;
}

[data-theme="dark"] .pricing-details {
  background-color: #1e293b;
  border-color: #334155;
}

[data-theme="dark"] .pricing-details h2 {
  color: #f1f5f9;
}

[data-theme="dark"] .pricing-details span {
  color: #5aa5ff;
}

[data-theme="dark"] .pricing-details ul li {
  color: #cbd5e1;
  border-color: #334155;
}

[data-theme="dark"] .footer-sm {
  background-color: #0f172a;
  border-top: 1px solid #334155;
}

[data-theme="dark"] .footer-sm p,
[data-theme="dark"] .footer-sm a {
  color: #94a3b8;
}

[data-theme="dark"] .footer-sm a:hover {
  color: #5aa5ff;
}

[data-theme="dark"] .yd-reviews {
  background-color: #1e293b;
}

[data-theme="dark"] .yd-reviews h1 {
  color: #f1f5f9;
}

[data-theme="dark"] .yd-reviews p {
  color: #94a3b8;
}

[data-theme="dark"] .form-control {
  background-color: #1e293b;
  border-color: #475569;
  color: #f1f5f9;
}

[data-theme="dark"] .form-control:focus {
  background-color: #1e293b;
  border-color: #5aa5ff;
  color: #f1f5f9;
  box-shadow: 0 0 0 3px rgba(90, 165, 255, 0.2);
}

[data-theme="dark"] .form-control::placeholder {
  color: #64748b;
}

/* Theme toggle button styling for home page navbar */
.navbar .theme-toggle {
  background: transparent;
  border: 1px solid rgba(69, 153, 255, 0.4);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #4599ff;
  padding: 0;
  margin-left: 10px;
}

.navbar .theme-toggle:hover {
  background: rgba(69, 153, 255, 0.1);
  border-color: #4599ff;
}

.navbar.past-main .theme-toggle {
  border-color: rgba(69, 153, 255, 0.4);
}

[data-theme="dark"] .navbar .theme-toggle {
  border-color: rgba(90, 165, 255, 0.4);
  color: #5aa5ff;
}

[data-theme="dark"] .navbar .theme-toggle:hover {
  background: rgba(90, 165, 255, 0.15);
  border-color: #5aa5ff;
}

/* ===== Enhanced Dark Mode - Navbar & Carousel ===== */

/* Dark mode navbar - clean transparent look */
[data-theme="dark"] .navbar {
  background-color: transparent !important;
}

[data-theme="dark"] .navbar-nav {
  background: transparent;
}

[data-theme="dark"] .navbar-nav .nav-item .nav-link {
  color: #e2e8f0;
}

[data-theme="dark"] .navbar-nav .nav-item .nav-link:hover {
  color: #5aa5ff;
}

[data-theme="dark"] .navbar-brand {
  color: #5aa5ff !important;
}

/* Dark mode navbar collapsed state (mobile) */
@media only screen and (max-width: 768px) {
  [data-theme="dark"] .navbar {
    background: rgba(15, 23, 42, 0.98) !important;
  }
  
  [data-theme="dark"] .navbar-nav {
    background: #1e293b;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
  }
}

/* Dark mode scrolled navbar */
[data-theme="dark"] .navbar.past-main {
  background-color: rgba(15, 23, 42, 0.98) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .navbar.past-main .navbar-brand {
  color: #5aa5ff !important;
}

[data-theme="dark"] .navbar.past-main .nav-item .nav-link {
  color: #cbd5e1;
}

[data-theme="dark"] .navbar.past-main .nav-item .nav-link:hover {
  color: #5aa5ff;
}

/* Dark mode carousel - blend with page background */
[data-theme="dark"] .hero-main-slide {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

[data-theme="dark"] .hero-sphereone {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

/* Dark mode carousel text - high contrast */
[data-theme="dark"] .hero-main-slide h1,
[data-theme="dark"] .hero-main-slide .hero-subtitle,
[data-theme="dark"] .hero-main-slide .form-note p {
  color: #f1f5f9;
}

[data-theme="dark"] .hero-main-slide h1 {
  color: #5aa5ff;
}

[data-theme="dark"] .hero-main-slide .hero-subtitle {
  color: #cbd5e1;
}

/* Dark mode SphereOne text */
[data-theme="dark"] .hero-sphereone h1 {
  color: #5aa5ff;
}

[data-theme="dark"] .hero-sphereone h3,
[data-theme="dark"] .hero-sphereone p,
[data-theme="dark"] .hero-sphereone .lead {
  color: #cbd5e1;
}

/* Dark mode carousel controls */
[data-theme="dark"] .carousel-control-prev,
[data-theme="dark"] .carousel-control-next {
  background: rgba(30, 41, 59, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 10px;
}

[data-theme="dark"] .carousel-control-prev:hover,
[data-theme="dark"] .carousel-control-next:hover {
  background: rgba(59, 130, 246, 0.6);
}

/* Dark mode carousel indicators */
[data-theme="dark"] .carousel-indicators button {
  background-color: rgba(148, 163, 184, 0.5);
}

[data-theme="dark"] .carousel-indicators button.active {
  background-color: #5aa5ff;
}

/* Dark mode btn-cta styling */
[data-theme="dark"] .btn-cta {
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  border: none;
}

[data-theme="dark"] .btn-cta:hover {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

[data-theme="dark"] .btn-action {
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  border: none;
}

[data-theme="dark"] .btn-action:hover {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

/* Dark mode feature cards */
[data-theme="dark"] .feature-list {
  background: #1e293b;
  border: none;
  border-radius: 12px;
}

[data-theme="dark"] .feature-list:hover {
  box-shadow: 0 4px 20px rgba(90, 165, 255, 0.15);
}

/* Dark mode cards general */
[data-theme="dark"] .card {
  background: #1e293b;
  border-color: #334155;
}

/* Dark mode pricing section */
[data-theme="dark"] .pricing-section {
  background: #0f172a;
}

[data-theme="dark"] .pricing-section .table-left,
[data-theme="dark"] .pricing-section .table-right,
[data-theme="dark"] .pricing-section .table-center {
  background: #1e293b;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .pricing-section .table-left:hover,
[data-theme="dark"] .pricing-section .table-right:hover,
[data-theme="dark"] .pricing-section .table-center:hover {
  box-shadow: 0 8px 30px rgba(90, 165, 255, 0.2);
}

[data-theme="dark"] .pricing-details span {
  color: #e2e8f0 !important;
}

[data-theme="dark"] .pricing-details h2 {
  color: #5aa5ff !important;
}

[data-theme="dark"] .pricing-details p,
[data-theme="dark"] .pricing-details li {
  color: #94a3b8 !important;
}

[data-theme="dark"] .pricing-intro h1 {
  color: #f1f5f9;
}

[data-theme="dark"] .pricing-intro p {
  color: #94a3b8;
}

/* Dark mode input group */
[data-theme="dark"] .input-group .form-control {
  background-color: #1e293b;
  border-color: #475569;
  color: #f1f5f9;
}

[data-theme="dark"] .input-group-text {
  background-color: #334155;
  border-color: #475569;
  color: #94a3b8;
}

/* Dark mode btn-success override for forms */
[data-theme="dark"] .btn-success {
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  border: none;
}

[data-theme="dark"] .btn-success:hover {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
}

/* Dark mode home sections */
[data-theme="dark"] .home {
  background: #0f172a;
}

[data-theme="dark"] .ar-reviews {
  background: #1e293b;
}

/* Theme toggle in navbar - far right positioning */
.navbar .collapse .ms-auto {
  margin-left: auto !important;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.navbar .theme-toggle {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .navbar .collapse .ms-auto {
    margin-top: 15px;
    padding-left: 0;
    justify-content: center;
  }
}
