/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html, button, input, select, textarea { color: #222; }
body { font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0;}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
img { vertical-align: middle; }
a{ text-decoration: none; }
body { font: 16px/26px Helvetica, Helvetica Neue, Arial;  -webkit-font-smoothing: antialiased; font-smooth: always; text-shadow: 1px 1px 1px rgba(0,0,0,0.004);}





/* ==========================================================================
   Insert Author's custom styles
   ========================================================================== */

/* Language Switcher */
.lang-switcher {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.lang-switcher a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    padding: 0 5px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.lang-switcher a:hover {
    color: #FF6B6B;
    text-decoration: underline;
}

.lang-switcher .separator {
    color: #2c3e50;
    padding: 0 3px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}








/* ==========================================================================
   Main Theme Styles
   ========================================================================== */

.wrapper { 
	width: 100%; 
	max-width: 1140px; 
	margin: 0 auto; 
	padding: 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header-container.back-img{
	background: url(../img/in-the-car.jpg) center top no-repeat;
	background-size: cover;
}

.header-container {
    background: #FFF5E6; /* Warm peachy cream background */
    color: #2c3e50;  /* Darker, readable text */
	padding-top: 100px;
}

.header-container h1.logo{
	position: relative;
	width: 271px; /* Adjust Width for Logo if needed */
	height: auto; 
	margin: 0;
}

.header-container h1.logo img{
	max-width: 100%;
	height: auto;
}

.header-container h3{
	color: #1a1a2e;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2;
}

.header-container h4{
	font-weight: 700;
	color: #FF6B6B;
	margin-bottom: 5px;
	margin-top: 40px;
}

.ctaColumn { 
	float: right; 
	width: 47.5%; 
	padding-bottom: 80px; 
	text-align: left; 
	padding-top: 100px; 
	margin-bottom: 50px;
}

.ctaColumn ul{
	margin: 0;
	padding: 20px 0;
}

.header-container li{
	list-style-type: none;
}

.ctaColumn li{
	display: inline-block;
	text-align: center;
}

.ctaColumn li a{
	opacity: .999;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width: 136px;
	display: block;
}

.ctaColumn li a:hover{
	opacity: .7;
}

.ctaColumn li a img{
	width: 100%;
}

.available{
	font-size: .9em;
}

.available, .available a {
	font-weight: 700;
	color: #95a5a6; /* Softer gray for secondary links */
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.available a:hover{
	color: #FF6B6B; /* Coral accent on hover */
}

.ctaColumn input[type="text"]{
	border-radius: 4px;
	padding: 0.8em;
	width: 85%;
	border: 1px solid #e1e8ed;
	color: #657884;
	outline: none;
	box-shadow: none;
	-webkit-appearance:none;
}

.signup{
	position: relative;	
}

.signup:after{
	content: "";
	position: absolute;
	right: 12%;
	top: 15px;
	background: url(../img/mailIcon@2x.png) no-repeat center 0;
	background-size: 28px 14px; 
	width: 28px;
	height: 14px;
}




/* iPhone Slider Settings */
.fader.iphone{
	position: relative;
	padding-bottom: 300px;
	width: 286px;
	margin-right: auto;
	margin-left: auto;
	background-size: 100%;
	left: 140px;
}

.fader.iphone:before{
	content: "";
	position: absolute;
	left: -315px;
	top: 2px;
	background: url(../img/iphone-silver@2x.png) no-repeat center 0;
	background-size: 683px 926px;
	width: 683px;
	height: 926px;
}

.fader.iphone.black:before{
	background: url(../img/iphone-black@2x.png) no-repeat center 0;
	background-size: 683px 926px;
}

.fader.iphone .flexslider1{
	width: 270px;
	height: 481px;
	position: relative;
	top: 75px;
	left: 0px;
	margin: 0px;
}

.fader.iphone .flex-control-nav{
	bottom: -60px;
}
/* End iPhone Slider Settings */



/* Galaxy Slider Settings */
.fader.gallaxy{
	position: relative;
	padding-bottom: 300px;
	width: 286px;
	margin-right: auto;
	margin-left: auto;
	background-size: 100%;
	left: 140px;
}

.fader.gallaxy:before{
	content: "";
	position: absolute;
	left: -309px;
	top: 1px;
	background: url(../img/galaxy-gold@2x.png) no-repeat center 0;
	background-size: 690px 955px;
	width: 690px;
	height: 955px;
}

.fader.gallaxy.black:before{
	background: url(../img/galaxy-black@2x.png) no-repeat center 0;
	background-size: 690px 955px;
}

.fader.gallaxy .flexslider1{
	width: 287px;
	height: 514px;
	position: relative;
	top: 75px;
	left: 0px;
	margin: 0px;
}

.fader.gallaxy .flex-control-nav{
	bottom: -50px;
}
/* End Galaxy Slider Settings */




.fader { 
	float: left; 
	width: 35%;
}

.fader .flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #bdc3c7; /* Lighter nav dots */
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.fader .flex-control-paging li a:hover {
	background: #95a5a6; /* Darker on hover */
}

.fader .flex-control-paging li a.flex-active {
	background: #FF6B6B; /* Coral accent when active */
	cursor: default;
}

.fader .slides li img{
	width: 100%;
}


.quote-container{
	background: #4ECDC4; /* Bright turquoise for testimonials */
	color: #ffffff; /* White text for contrast */
	position: relative;
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 0;
}

.main-container{
	background: #f8f9fa; /* Light gray background */
	color: #2c3e50; /* Dark readable text */
	position: relative;
	z-index: 1;
}

.main {
	padding-top: 50px;
	padding-bottom: 50px;
}

.main-container h2{
	color: #FF6B6B;
}

.main-container h6{
	color: #FFE5E5;
	font-size: 4em;
	margin: 0.3em 0;
	line-height: 1;
}

.main-container section{
	margin-bottom: 40px;
	float: left;
	width: 22%;
	margin-right: 4%;
}

/* Games Section */
.games-container{
	background: #ffffff; /* White background for games */
	color: #2c3e50;
	position: relative;
	z-index: 1;
}

.games-container.back-img{
	background: url(../img/family-together.jpg) center top no-repeat;
	background-size: cover;
}

.games-container .main {
	padding-top: 60px;
	padding-bottom: 60px;
}

.games-container .section-title{
	color: #1a1a2e;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.games-container .section-subtitle{
	color: #7f8c8d;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 3em;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.games-container h2{
	color: #4ECDC4;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

.games-container h6{
	font-size: 3.5em;
	margin: 0.2em 0;
	line-height: 1;
}

.games-container section{
	margin-bottom: 40px;
	float: left;
	width: 22%;
	margin-right: 4%;
}

/* Use Cases Section */
.use-cases-container{
	background: #f8f9fa; /* Same light gray as main-container */
	color: #2c3e50;
	position: relative;
	z-index: 1;
}

.use-cases-container .main {
	padding-top: 60px;
	padding-bottom: 60px;
}

.use-cases-container .section-title{
	color: #1a1a2e;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.use-cases-container .section-subtitle{
	color: #7f8c8d;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 2.5em;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.use-case-card{
	background: #ffffff;
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 25px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.use-case-card:hover{
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.use-case-header{
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.use-case-header .icon{
	font-size: 2em;
	margin-right: 15px;
	line-height: 1;
}

.use-case-header h3{
	color: #FF6B6B;
	font-size: 1.4em;
	margin: 0;
	font-weight: bold;
}

.use-case-card p{
	margin: 0;
	line-height: 1.6;
	color: #2c3e50;
}

.flexslider2 {
	margin-bottom: 70px;
}

.quote .slides li{
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: 100;
	text-align: center;
	padding-bottom: .5em;
	width: 244px;
}

.quote .flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: rgba(255, 255, 255, 0.5); /* Semi-transparent white */
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.quote .flex-control-paging li a:hover {
	background: rgba(255, 255, 255, 0.8); /* More opaque on hover */
}

.quote .flex-control-paging li a.flex-active {
	background: #ffffff; /* White when active */
	cursor: default;
}



/* Final CTA Section */
.final-cta-container{
	background: #4ECDC4; /* Bright turquoise like testimonials */
	color: #ffffff;
	position: relative;
	z-index: 1;
	padding: 60px 0;
	text-align: center;
}

.final-cta-container h2{
	color: #ffffff;
	font-size: 2.2em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

.final-cta-container p{
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.2em;
	margin-bottom: 2em;
}

.final-cta-container .cta-buttons{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.final-cta-container .cta-buttons a{
	opacity: .999;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block;
}

.final-cta-container .cta-buttons a:hover{
	opacity: .7;
	transform: translateY(-2px);
}

.final-cta-container .cta-buttons img{
	width: 160px;
	height: auto;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */ 

.footer-container {
    background: #2c3e50;  /* Dark blue-gray footer */
    font-size: .8em;
    padding-bottom: 70px;
    padding-top: 40px;
}

.footer-container .footLogo{
	position: relative;
	width: 30px; /* Adjust Width for Logo if needed */
	height: auto;
	float: left;
	border-radius: 5px;
}

.footer-container ul{
	padding: 0;
	margin: 0;
	text-align: center;
	float: right;
}

.footer-container li{
	display: inline-block;
	text-align: center;
	list-style-type: none;
	margin-left: 30px;
}

.footer-container li:first-child{
	margin-left: 0;
}

.footer-container li a{
	color: #bdc3c7; /* Light gray footer links */
	font-weight: 700;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.footer-container li a:hover{
	color: #4ECDC4; /* Turquoise accent on hover */
}

.footer-container footer {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}













/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (max-width: 960px) {
	.wrapper{
		width: 80%;	
	}
	
	.header-container{
		padding-top: 0;
	}
	
	.fader,
	.ctaColumn { 
		float: none; 
		width: 100%;
	}
	
	
	/* iPhone Slider Settings */
	.fader.iphone{
		padding-bottom: 220px;
		width: 286px;
		margin-right: auto;
		margin-left: auto;
		background-size: 100%;
		left: 0px;
	}
	
	.fader.iphone:before{
		left: calc(50% - 163.5px);
		background: url(../img/iphone-nohand-silver@2x.png) no-repeat center 0;
		background-size: 311px 628px;
		width: 311px;
		height: 628px;
	}
	
	.fader.iphone.black:before{
		background: url(../img/iphone-nohand-black@2x.png) no-repeat center 0;
		background-size: 311px 628px;
	}
	/* End iPhone Slider Settings */
	
	
	
	/* Galaxy Slider Settings */
	.fader.gallaxy{
		position: relative;
		padding-bottom: 220px;
		width: 286px;
		margin-right: auto;
		margin-left: auto;
		background-size: 100%;
		left: 0px;
	}
	
	.fader.gallaxy:before{
		left: calc(50% - 157.5px);
		background: url(../img/gallaxy-nohand-gold@2x.png) no-repeat center 0;
		background-size: 316px 660px;
		width: 316px;
		height: 660px;
	}
	
	.fader.gallaxy.black:before{
		background: url(../img/gallaxy-nohand-black@2x.png) no-repeat center 0;
		background-size: 316px 660px;
	}
	
	.fader.gallaxy .flexslider1{
		width: 287px;
		height: 514px;
		position: relative;
		top: 75px;
		left: 0px;
		margin: 0px;
	}
	/* End Galaxy Slider Settings */
	
	
	
	.ctaColumn{
		text-align: center;
		padding-bottom: 0;
	} 
	
	.header-container h1.logo{
		margin: 0 auto;
	}
	
	.main-container section,
	.games-container section{
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.use-case-card{
		padding: 20px;
		margin-bottom: 20px;
	}

	.use-case-header .icon{
		font-size: 1.8em;
	}

	.use-case-header h3{
		font-size: 1.2em;
	}

	.games-container .section-title,
	.use-cases-container .section-title,
	.final-cta-container h2{
		line-height: 1.3;
	}

	.ctaColumn input[type="text"]{
		text-align: center;
	}
	
	.footer-container .footLogo{
		float: none;
		margin: 0 auto;
		display: block;
	}
	
	.footer-container ul{
		float: none;
		text-align: center;
		margin-top: 3em;
	}
	
	.footer-container{
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 480px) {
	.wrapper{
		width: 100%;	
	}
	
	.fader.iphone{
		-moz-transform: scale(.9) translateX(5px);
		-webkit-transform: scale(.9) translateX(5px);
		-o-transform: scale(.9) translateX(5px);
		-ms-transform: scale(.9) translateX(5px);
		transform: scale(.9) translateX(5px);
	}
 }







/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.last{ margin-right: 0!important;}




/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important;}
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")";}
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
img { max-width: 100% !important; page-break-inside: avoid; }

@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}