/* Colors */

:root {
	--light-gray: #F9FAFC;
	/* LG */
	--almost-white: #F3F3F3;
	/* AW */
	--light-blue: #14BDEE;
	/* LB */
	--teal-gray: #86B5C9;
	/* TG */
	--primary-blue: #2E56AD;
	/* PB */
	--dark-blue: #394157;
	/* DB */
	--dark-gray: #6b7073;
	/* DG */
	--dark-gray2: #999999;
	/* DG2 */
	--dark-k: #1E2435;
	/* DK */
}
/* Global Styles */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Arial', sans-serif;
}
body {
	background-color: var(--light-gray);
	color: var(--dark-gray);
	line-height: 1.6;
}
a {
	color: #2E56AD;
	text-decoration: none;
}
.guru-bc {
    padding: 10px;
}

.begin-popup, .close-popup, .btn {
	background: #14bdee !important;
	border: 0px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #DDDDDD;
	color: #FFFFFF;
	display: inline-block;
	margin: 3px;
	padding: 6px 11px;
	transition: all 0.5s;
}


.btn.invert {
    background: #FFFFFF !important;
    color: #394058 !important;
    border-radius: 100%;
    margin-bottom: 20px;
    padding: 12px 22px;
    font-size: 24px;
    box-shadow: none !important;
    text-shadow: none !important;
}

a.btn.invert:hover {
    background: #394058 !important;
    color: #FFFFFF !important;
}

.begin-popup, .close-popup, .btn {
	background: #999999;
}
.pop-img {
	width: 100%;
	max-width: 400px;
}
.hidden {
	display: none;
}
.fader {
	opactiy: 0px;
}
@keyframes pulse-attention {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(152, 251, 152, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(152, 251, 152, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(152, 251, 152, 0);
	}
}
.pulse {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	cursor: pointer;
	transform: scale(1);
	animation: pulse-attention 2s infinite;
}
.logo {
	position: relative;
	z-index: 100;
}
.slide img {
	opacity: 0;
	transition: opacity 2s ease-in;
}
.slide img.visible {
	opacity: 1;
}
.top {
	text-align: center;
	margin-bottom: -200px;
	margin-top: 50px;
}
.top img {
	margin-bottom: 50px;
}
.top img {
	max-width: 200px;
}
svg {
	margin-bottom: -10px;
}
.slides img {
	max-width: 800px;
}
/* Header */

.header {
	background-color: #14bdee;
	color: white;
	padding-bottom: 20px;
	text-align: center;
	text-shadow: 0px 0px 13px #118eb3;
}
.header .title {
	font-size: 3rem;
	margin-bottom: 20px;
}
.header .subtitle {
	font-size: 1.5rem;
	margin-bottom: 30px;
}
.header .cta-btn {
	background-color: var(--light-blue);
	color: white;
	padding: 15px 30px;
	font-size: 1.2rem;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}
.header .cta-btn:hover {
	background-color: var(--teal-gray);
}
button.slide-btn {
	background: transparent;
	border: 1px solid;
	padding: 5px 10px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.4s;
	font-size: 32px;
}
button.slide-btn:hover {
	background: #394058;
}
button.slide-btn.active {
	background: #394058;
}
/* Main Content */

.main-content {
	background-color: var(--almost-white);
	padding: 60px 20px;
	text-align: center;
	position: relative;
	/* Ensure the div positions its shadow properly */
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
}
.main-content h2 {
	font-size: 2.5rem;
	color: var(--dark-blue);
	margin-bottom: 20px;
}
.main-content p {
	font-size: 1.2rem;
	color: var(--dark-gray2);
}

.slide ul {
	list-style: none;
}
/* Features Section */

.features {
	background: url("/guru/images/earth.jpg") no-repeat 0 0 transparent;
	padding: 60px 20px;
	display: flex;
	justify-content: space-around;
	text-align: center;
}
section.features .container {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.feature-item {
	background-color: var(--almost-white);
	padding: 20px;
	border-radius: 10px;
	width: 40%;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	margin: 20px;
}
.feature-item-left-align {
    text-align: left;
    margin-top: 24px;
}
.feature-item-left-align ul {
    margin-left: 30px;
}
.feature-item h3 {
	font-size: 1.5rem;
	margin-top: 10px;
	color: var(--primary-blue);
}

.feature-item p {
	font-size: 1rem;
	color: var(--dark-gray);
}
.feature-item i {
	font-size: 3rem;
	color: var(--light-blue);
	margin: 8px;
}
/* Footer */

.footer {
	background-color: var(--dark-k);
	color: white;
	padding: 20px 0;
	text-align: center;
}
.footer p {
	margin: 0;
}
.slick-slider img {
	display: block;
	/* Ensure images are displayed */
	max-width: 400px;
}
.slick-track {
	margin: 0px !important;
	width: 100% !important;
}
.slick-current {
	display: block;
}
.slick-current:hover {}
.slick-current:hover .slide-caption {
	background-color: rgb(58 58 58 / 80%);
	padding: 20px 0px;
}
.slide-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background-color: rgb(58 58 58 / 55%);
	margin: 0;
	padding: 10px 0px;
	text-align: center;
	transition: all 0.3s ease;
}
.featherlight {
	z-index: 9999;
	/* Example value */
}
.slides img {
	max-width: 600px;
	margin: 20px;
}
.slide-explainer {
	max-width: 80%;
	background: #FFFFFF;
	margin: 10px auto;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.breadcrumb a {
	color: #14bdee;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 30px;
}
.choose-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.choose-box li {
	max-width: 250px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin: 5px;
	background: #FFFFFF;
	transition: 0.5s all;
	min-height: 200px;
}
.choose-box li:hover {
	box-shadow: 0px 0px 13px #d6d1d1;
}
.choose-box li a {
	transition: 0.3s all;
}
.choose-box li:hover a {
	font-size: 18px;
}
.choose-box li img {
	width: 100%;
	max-width: 180px;
}
.cta-signup {
    display: block;
    position: fixed;
    right: 5px;
    bottom: 20px;
    z-index: 1000;
    background: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 0px 3px #000000;
    border: 1px solid #DDDDDD;
    font-size: 26px !important;
}

@media (max-width: 800px) {
    .top {
        text-align: center;
        margin-bottom: -20%;
        margin-top: 50px;
    }    
    section.features .container {
        display: block;
    }
    .feature-item {
        width: unset;
    }
    .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    } 
    .slides img {
        max-width: 600px;
        margin: 20px;
        width: 90%;
    }    
}