.view-frame {
	background-color: #ffffff;
	font-family: 'Gentona', sans-serif;
}

#landing {
  position: relative;
  background: linear-gradient(95deg, #470000 0%, #27a1fe 100%);
  font-family: 'Gentona', sans-serif;
  overflow: hidden;
}

#landing::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/background.png");
	background-repeat: repeat;
	background-size: auto;
	background-position: top left;
	opacity: 0.10;
	z-index: 0;
}

#landing > * {
  position: relative;
  z-index: 1;
}

/* Transparent Header - COMPLETE SECTION */
#landing header.transparent-header {
	position: relative;
	z-index: 10;
	background: transparent;
}

#landing header.transparent-header a.link {
	color: #ffffff !important;
	transition: color 0.3s ease;
}

#landing header.transparent-header a.login {
	color: #ffffff !important;
}

#landing header.transparent-header .vertical-bar {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#landing header.transparent-header .btn-demo {
	background-color: #ffffff;
	color: #1a76ba;
	border: 2px solid #ffffff;
}

#landing header.transparent-header .btn-demo:hover {
	background-color: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}

#landing .logo {
	position: relative;
	display: inline-block;
}

#landing .logo img {
	max-width: 320px;
	display: block;
	transition: opacity 0.3s ease;
}

#landing header.transparent-header .logo-white {
	opacity: 1;
}

#landing header.transparent-header .logo-dark {
	opacity: 0;
	position: absolute;
	top: 5px;
	left: 0;
}

/* SCROLLED STATE */
#landing header.transparent-header.scrolled {
	background-color: #ffffff !important;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

#landing header.transparent-header.scrolled a.link {
	color: #2e3840 !important;
}

#landing header.transparent-header.scrolled a.login {
	color: #1a76ba !important;
}

#landing header.transparent-header.scrolled .vertical-bar {
	border-left: 1px solid rgba(128, 128, 128, 0.3);
}

#landing header.transparent-header.scrolled .btn-demo {
	background-color: #1a76ba;
	color: #ffffff;
	border: 2px solid #1a76ba;
}

#landing header.transparent-header.scrolled .btn-demo:hover {
	background-color: #155a91;
	color: #ffffff;
	border: 2px solid #155a91;
}

#landing header.transparent-header.scrolled .logo-white {
	opacity: 0;
}

#landing header.transparent-header.scrolled .logo-dark {
	opacity: 1;
}

#landing header .vertical-bar {
	height: 20px;
	display: inline-block;
	margin: 0 10px;
	transition: border-color 0.3s ease;
}

#landing header .links {
	padding-top: 15px;
	text-align: right;
}

#landing header a.link {
	font-size: 14px;
	font-weight: 500;
	margin: 0 15px;
	padding: 5px 0;
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
	cursor: pointer;
}

#landing header a.link:hover {
	text-decoration: none;
	color: #1a76ba !important;
	border-bottom: 2px solid #1a76ba;
}

#landing header .btn-demo {
	padding: 8px 20px;
	border-radius: 4px;
	margin: 0 15px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	display: inline-block;
	cursor: pointer;
}

/* Hero Section */
#hero-section {
	background: transparent;
	color: #ffffff;
	padding: 50px 0 100px;
	min-height: 650px;
}

#hero-section .hero-content {
	align-items: center;
}

#hero-section .hero-text-col {
	text-align: left;
}

#hero-section .hero-image-col {
	text-align: center;
}

#hero-section .hero-title {
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: left;
}

#hero-section .hero-subtitle {
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 40px;
	opacity: 0.9;
}

#hero-section .hero-features {
	text-align: left;
	margin-bottom: 50px;
}

#hero-section .hero-feature-item {
	display: block;
	margin: 15px 0;
	font-size: 16px;
	font-weight: 400;
}

#hero-section .hero-feature-item .glyphicon {
	margin-right: 8px;
	color: #54ff80;
}

#hero-section .hero-mockup-image {
	width: 130%;
	max-width: 2000px;
	height: auto;
	margin-top: 50px;
}

#hero-section .hero-cta {
	text-align: left;
}

#hero-section .btn-primary-large {
	background-color: #ffffff;
	color: #1a76ba;
	padding: 15px 40px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	display: inline-block;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#hero-section .btn-primary-large:hover {
	background-color: #f0f0f0;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

#hero-section .trial-info {
	margin-top: 20px;
	font-size: 16px;
	opacity: 0.9;
}

#hero-section .highlight-green {
	color: #54ff80;
	font-weight: 600;
}

/* Benefits Section */
#benefits-section {
	background-color: #f9f9f9;
	padding: 80px 0;
}

#benefits-section .benefit-card {
	background-color: #ffffff;
	padding: 40px 30px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	min-height: 350px;
}

#benefits-section .benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

#benefits-section .benefit-card h3 {
	font-size: 22px;
	font-weight: 500;
	color: #2e3840;
	margin-bottom: 25px;
}

#benefits-section .benefit-card ul {
	list-style: none;
	padding-left: 0;
}

#benefits-section .benefit-card ul li {
	padding: 10px 0;
	font-size: 15px;
	line-height: 1.6;
	color: #555555;
	position: relative;
	padding-left: 25px;
}

#benefits-section .benefit-card ul li:before {
	content: "→";
	position: absolute;
	left: 0;
	color: #1a76ba;
	font-weight: bold;
}

/* Overview Section */
#overview-section {
	padding: 80px 0;
	background-color: #ffffff;
}

#overview-section .section-title {
	font-size: 36px;
	font-weight: 300;
	color: #2e3840;
	margin-bottom: 15px;
}

#overview-section .section-subtitle {
	font-size: 18px;
	color: #666666;
	margin-bottom: 40px;
}

#overview-section .demo-video {
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Features Carousel Section */
#features-section {
	background-color: #ffffff;
	padding: 80px 0;
}

#features-section .section-title {
	font-size: 36px;
	font-weight: 300;
	color: #2e3840;
	margin-bottom: 15px;
}

#features-section .section-subtitle {
	font-size: 18px;
	color: #666666;
	margin-bottom: 60px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
}

/* Feature Tabs Navigation */
#features-section .feature-tabs-container {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 2px solid #e0e0e0;
}

#features-section .feature-tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#features-section .feature-tabs::-webkit-scrollbar {
	display: none;
}

#features-section .feature-tab {
	/* flex: 1; */
	text-align: center;
	padding: 20px 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	min-width: 140px;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
}

#features-section .feature-tab span {
	font-size: 15px;
	font-weight: 500;
	color: #666666;
	transition: all 0.3s ease;
	display: inline-block;
}

#features-section .feature-tab:hover span {
	color: #1a76ba;
}

#features-section .feature-tab.active {
	border-bottom: 3px solid #1a76ba;
}

#features-section .feature-tab.active span {
	color: #1a76ba;
	font-weight: 600;
}

/* Carousel Container - FIXED */
#features-section .features-carousel {
	position: relative;
	margin-top: 60px;
	overflow: hidden;
	width: 100%;
}

#features-section .feature-carousel-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

#features-section .feature-carousel-item {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	flex-shrink: 0;
	flex-grow: 0;
	box-sizing: border-box;
}

#features-section .feature-carousel-item .row {
	align-items: center;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

/* Feature Styles - REDUCED SIZES */
#features-section .feature-text-col {
	padding: 20px;
	box-sizing: border-box;
}

#features-section .feature-image-col {
	padding: 20px;
	box-sizing: border-box;
}

#features-section .feature-content {
	position: relative;
	max-width: 100%;
}

#features-section .feature-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #1a76ba 0%, #155a91 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	box-shadow: 0 4px 15px rgba(26, 118, 186, 0.2);
}

#features-section .feature-icon .glyphicon {
	font-size: 28px;
	color: #ffffff;
}

#features-section .feature-content h3 {
	font-size: 28px;
	font-weight: 600;
	color: #2e3840;
	margin-bottom: 18px;
	line-height: 1.3;
}

#features-section .feature-description {
	font-size: 16px;
	line-height: 1.7;
	color: #555555;
	margin-bottom: 20px;
}

#features-section .feature-benefits {
	list-style: none;
	padding-left: 0;
	margin-top: 20px;
}

#features-section .feature-benefits li {
	padding: 8px 0;
	font-size: 15px;
	color: #666666;
	position: relative;
	padding-left: 30px;
	line-height: 1.6;
}

#features-section .feature-benefits li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #1a76ba;
	font-weight: bold;
	font-size: 18px;
}

#features-section .feature-image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.12);
	transition: all 0.3s ease;
	max-width: 100%;
}

#features-section .feature-image-wrapper:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(0,0,0,0.18);
}

#features-section .feature-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

/* Carousel Navigation Dots */
#features-section .carousel-dots {
	text-align: center;
	padding: 40px 0 20px;
}

#features-section .carousel-dots .dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #d0d0d0;
	margin: 0 6px;
	cursor: pointer;
	transition: all 0.3s ease;
}

#features-section .carousel-dots .dot:hover {
	background-color: #999999;
	transform: scale(1.2);
}

#features-section .carousel-dots .dot.active {
	background-color: #1a76ba;
	width: 30px;
	border-radius: 6px;
}

/* Testimonials Section */
#testimonials {
	background-color: #f9f9f9;
	padding: 80px 0;
}

#testimonials .section-title {
	font-size: 36px;
	font-weight: 300;
	color: #2e3840;
	margin-bottom: 50px;
}

#testimonials .testimonial-card {
	background-color: #ffffff;
	padding: 50px;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

#testimonials .testimonial-text {
	font-size: 18px;
	line-height: 1.8;
	color: #2e3840;
	font-style: italic;
	margin-bottom: 20px;
}

#testimonials .testimonial-author {
	font-size: 16px;
	color: #666666;
	font-weight: 500;
}

#testimonials .testimonial-stats {
	text-align: center;
}

#testimonials .stat-item {
	margin-bottom: 30px;
}

#testimonials .stat-number {
	font-size: 48px;
	font-weight: 600;
	color: #1a76ba;
	margin-bottom: 10px;
}

#testimonials .stat-label {
	font-size: 16px;
	color: #666666;
}

/* CTA Section */
#cta-section {
	color: #ffffff;
	padding: 80px 0;
}

#cta-section h2 {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}

#cta-section .cta-subtitle {
	font-size: 18px;
	margin-bottom: 40px;
	opacity: 0.9;
}

#cta-section .cta-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

#cta-section .btn-primary-large {
	background-color: #ffffff;
	color: #1a76ba;
	padding: 15px 40px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	display: inline-block;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

#cta-section .btn-primary-large:hover {
	background-color: #f0f0f0;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

#cta-section .btn-secondary-large {
	background-color: transparent;
	color: #ffffff;
	padding: 15px 40px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	border: 2px solid #ffffff;
	display: inline-block;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

#cta-section .btn-secondary-large:hover {
	background-color: #ffffff;
	color: #1a76ba;
	text-decoration: none;
	transform: translateY(-2px);
}

/* Footer */
#contact-us.footer {
	background-color: #cd1919;
	color: #faebd7;
	padding: 60px 0 10px;
	font-size: 16px;
}

#contact-us .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #faebd7;
}

#contact-us a {
	color: #faebd7;
	text-decoration: underline;
}

#contact-us a:hover {
	color: #ffffff;
}

#contact-us .protected-seal img {
	max-width: 400px;
}

#contact-us .footer-icon {    
	width: 500px;
}

#contact-us .glyphicon {   
    font-size: 39px;
    color: #faebd7;
    vertical-align: -10px;
    padding-left: 6px;
}

#contact-us .fineprint {
	padding-top: 30px;
	font-size: 14px;
	opacity: 0.8;
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
	#landing header .links {
		text-align: center;
		padding-top: 20px;
	}

	#landing header a.link {
		margin: 5px 10px;
		font-size: 13px;
	}

	#hero-section {
		padding: 120px 0 60px;
		min-height: auto;
	}

	#hero-section .hero-text-col {
		text-align: center;
	}

	#hero-section .hero-title {
		font-size: 36px;
		text-align: center;
	}

	#hero-section .hero-subtitle {
		font-size: 20px;
		text-align: center;
	}

	#hero-section .hero-features {
		text-align: center;
	}

	#hero-section .hero-feature-item {
		display: block;
		margin: 10px 0;
	}

	#hero-section .hero-cta {
		text-align: center;
	}

	#hero-section .hero-image-col {
		margin-top: 40px;
	}

	#benefits-section .benefit-card {
		margin-bottom: 30px;
		min-height: auto;
	}

	/* Carousel responsive - center content on mobile */
	#features-section .feature-tab {
		min-width: 120px;
		padding: 15px 10px;
	}

	#features-section .feature-tab span {
		font-size: 13px;
	}

	#features-section .feature-carousel-item .row {
		flex-direction: column;
	}

	#features-section .feature-text-col {
		padding: 20px 15px;
		text-align: center;
		order: 1;
	}

	#features-section .feature-image-col {
		padding: 20px 15px;
		text-align: center;
		order: 2;
		margin-top: 20px;
	}

	#features-section .feature-icon {
		margin-left: auto;
		margin-right: auto;
	}

	#features-section .feature-content h3 {
		font-size: 24px;
		text-align: center;
	}

	#features-section .feature-description {
		text-align: center;
	}

	#features-section .feature-benefits {
		text-align: left;
		display: inline-block;
		max-width: 400px;
	}

	#testimonials .testimonial-card {
		padding: 30px;
	}

	#testimonials .testimonial-stats {
		margin-top: 30px;
	}

	#cta-section .cta-buttons {
		flex-direction: column;
		align-items: center;
	}

	#cta-section .btn-primary-large,
	#cta-section .btn-secondary-large {
		width: 100%;
		max-width: 300px;
	}
}

@media only screen and (max-width: 767px) {
	#landing .logo img {
		max-width: 200px;
	}

	#hero-section .hero-title {
		font-size: 28px;
	}

	#hero-section .hero-subtitle {
		font-size: 18px;
	}

	#overview-section .section-title,
	#features-section .section-title,
	#testimonials .section-title,
	#cta-section h2 {
		font-size: 28px;
	}

	#features-section .feature-tab {
		min-width: 100px;
		padding: 12px 8px;
	}

	#features-section .feature-tab span {
		font-size: 12px;
	}

	/* Mobile - center all feature content */
	#features-section .feature-text-col {
		padding: 15px;
		text-align: center;
	}

	#features-section .feature-image-col {
		padding: 15px;
		text-align: center;
		margin-top: 15px;
	}

	#features-section .feature-content h3 {
		font-size: 22px;
		text-align: center;
	}

	#features-section .feature-description {
		font-size: 15px;
		text-align: center;
	}

	#features-section .feature-icon {
		width: 50px;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	#features-section .feature-icon .glyphicon {
		font-size: 24px;
	}

	#features-section .feature-benefits {
		font-size: 14px;
		text-align: left;
		display: inline-block;
		max-width: 100%;
	}

	#features-section .feature-benefits li {
		font-size: 14px;
	}

	#features-section .feature-image-wrapper {
		max-width: 100%;
		margin: 0 auto;
	}
}

/* General Styles */
#landing h1 {
    font-weight: 300;
}

#landing h3 {
    font-weight: 300;
}

#landing #landing-main-content {
	overflow: auto;
}

/* Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated-fade {
	animation: fadeInUp 0.6s ease-out;
}
