* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:#5f0099;
}
a:hover {
	color:#5f0099;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: #cd9ffa !important;
}
.navbar .navbar-brand {
	padding-left: 15px;
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	position: relative;
	text-decoration: none;
}
.navbar .nav-item a.active {
	color: #cd9ffa !important;
}
.navbar .nav-item a:not(.current-page) {
	color: #fff;
}
.navbar .nav-item a:hover {
	color: #cd9ffa !important;
}
.navbar .nav-item a:focus {
	outline: none;
	color: #cd9ffa;
}
.navbar .nav-item a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: #cd9ffa;
	transition: width 0.3s ease;
}
.navbar .nav-item a.current-page::after {
	width: 100%;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a,
.nav-scroll .nav-item a {
    color: #333 !important; /* Force black color on scroll */
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-item a:hover,
.nav-scroll .nav-item a.active {
    color: #cd9ffa !important;
}
.nav-scroll .nav-link:hover:after {
	background-color: #cd9ffa;
}
.nav-scroll .active {
	position: relative;
	color: #cd9ffa !important;
}
.banner {
	height: 100vh;
	display: flex;
	align-items: center;
	background: #4158D0;
	background: linear-gradient(135deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
	position: relative;
	margin: 0;
	overflow: hidden;
	min-height: 600px;
}

.banner-overlay {
	width: 100%;
	position: relative;
	z-index: 1;
	padding-top: 100px;
	padding-bottom: 40px;
}

.banner .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}

.banner-text {
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
	max-width: 600px;
	width: 100%;
}

.banner-text h2 {
	text-align: center;
}
.banner-text p {
	margin: 40px auto;
	text-align: center;
	max-width: 600px;
}
.banner-text ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}
.banner-text ul li {
	display: inline-block;
	margin: 0 10px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 250px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.banner-text ul li a img:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto 25px;
	width: 200px;
	height: 20px;
}
.line::before, .line::after {
	content: '';
	width: 70px;
	height: 2px;
	background: linear-gradient(to right, #7a60ff, #cd9ffa);
}
.line::after {
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
}
.line span {
	width: 8px;
	height: 8px;
	background: #8e1efc;
	border-radius: 50%;
	margin: 0 10px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #6246ea;
	background: linear-gradient(135deg, #6246ea, #a829f4);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
	transition: transform 0.3s ease;
}
.icon-box:hover i {
	transform: rotate(5deg) scale(1.1);
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	background: linear-gradient(135deg, #6246ea, #a829f4);
	color: white;
	border: none;
	padding: 12px 35px;
	border-radius: 30px;
	font-weight: 600;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.about-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
	transition: 0.5s;
}

.about-btn:hover::before {
	left: 100%;
}
.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, rgba(122, 96, 255, 0.90), rgba(205, 159, 250, 0.90));
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #8e1efc;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(205, 159, 250, 0.1);
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(142, 30, 252);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid rgb(142, 30, 252);
}
.testimonial {
	background: #6246ea;
	background: linear-gradient(135deg, #6246ea, #a829f4);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	display: none;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: linear-gradient(135deg, #F6F9FF 0%, #FFFFFF 100%);
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #4158D0;
	background: linear-gradient(135deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
	padding:100px 0px;
	position:relative;
}
.download::before {
	display: none;
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 250px;
	border-radius: 7px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.download ul li a img:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
@media all and (max-width:991px) {
    .navbar .navbar-collapse {
        overflow: auto;
        background: #fff !important;
        text-align: center;
        padding: 20px;
        border-radius: 0 0 15px 15px;
        box-shadow: 0 8px 20px rgba(98, 70, 234, 0.15);
    }

    .navbar-nav.ms-auto {
        margin: 0 auto;  /* Center align on mobile */
    }

    .navbar-collapse .nav-item {
        text-align: center;
        margin: 10px 0;
    }

    .navbar-collapse .nav-item a {
        color: #333 !important;
        font-size: 16px;
    }

    .navbar-collapse .nav-item a:hover {
        color: #cd9ffa !important;
    }

    .nav-scroll .navbar-collapse {
        background: #fff !important;
    }

    #contact_form {
        margin-bottom:20px;
    }

    .banner-text ul li a img {
        width: 180px;
    }
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding: 0 20px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul {
	flex-wrap: wrap;
	gap: 15px;
}
.banner-text ul li a img {
	width: 160px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 25px;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 200px;
}
.footer-copy p {
	font-size: 10px;
}
.banner {
	padding: 60px 0;
	height: auto;
}
.banner-overlay {
	padding-top: 80px;
}
.banner-text {
	padding: 0 20px;
}
.banner-text ul {
	flex-wrap: wrap;
	gap: 15px;
}
}
.about {
	background: #FAFAFA;
	background: linear-gradient(135deg, #F6F9FF 0%, #FFFFFF 100%);
	position: relative;
}
.reviews {
	background: #8EC5FC;
	background: linear-gradient(135deg, #8EC5FC 0%, #E0C3FC 100%);
	position: relative;
	padding: 100px 0;
}

.reviews .sectioner-header h3,
.reviews .sectioner-header p {
	color: #fff;
}

.review-box {
	background: #FFFFFF;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 280px;
	transition: all 0.3s ease;
	border: 1px solid rgba(98, 70, 234, 0.1);
}

.review-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(98, 70, 234, 0.15);
}

.review-stars {
	color: #ffd60a;
	font-size: 20px;
	margin-bottom: 15px;
}

.review-text {
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
	font-style: italic;
}

.reviewer h5 {
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
}

.reviewer span {
	color: #888;
	font-size: 14px;
}

/* Download Stats Styling */
.download-stats {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 30px auto;
	max-width: 600px;
}

@media (min-width: 992px) {
	.download-stats {
		justify-content: flex-start;
	}
}

.stats-item {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	padding: 15px 25px;
	transition: all 0.3s ease;
}

.stats-item:hover {
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.2);
}

.stats-number {
	font-size: 28px;
	background: linear-gradient(135deg, #fff, #f0f0f0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.stats-label {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
}

/* Trust Badge Styling */
.trust-badge {
	display: inline-block;
	background: #ffd60a;
	color: #1a1a1a;
	padding: 8px 20px;
	border-radius: 25px;
	font-weight: 600;
	font-size: 14px;
	margin: 10px 0 20px;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.download-stats {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
		padding: 0 15px;
	}
	
	.stats-item {
		text-align: center;
		width: 100%;
		max-width: 200px;
	}

	.stats-number {
		font-size: 24px;
		display: block;
	}

	.stats-label {
		font-size: 14px;
		display: block;
		margin-top: 5px;
	}
}

/* Navbar active link styling */
.navbar .navbar-nav .nav-item .nav-link.active {
	color: #cd9ffa !important;
	font-weight: 600;
	position: relative;
}

/* Optional: Add underline effect for active link */
.navbar .navbar-nav .nav-item .nav-link.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #cd9ffa;
	transform: scaleX(1);
	transition: transform 0.3s;
}

/* Hover effect for non-active links */
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #cd9ffa !important;
}

/* Ensure active state is visible on scroll */
.nav-scroll .navbar-nav .nav-item .nav-link.active {
	color: #cd9ffa !important;
}

/* White line for sections with gradient background */
.reviews .line::before, 
.reviews .line::after {
	background: linear-gradient(to right, rgba(255,255,255,0.8), #ffffff);
}

.reviews .line::after {
	background: linear-gradient(to left, rgba(255,255,255,0.8), #ffffff);
}

.reviews .line span {
	background: #ffffff;
}

/* Apply the same for any other sections with gradient background */
.download .line::before,
.download .line::after,
[class*="gradient-bg"] .line::before,
[class*="gradient-bg"] .line::after {
	background: linear-gradient(to right, rgba(255,255,255,0.8), #ffffff);
}

.download .line span,
[class*="gradient-bg"] .line span {
	background: #ffffff;
}

.wow img {
	max-width: 200px;
	height: auto;
	transition: transform 0.3s ease;
}

.wow img:hover {
	transform: scale(1.05);
}

.benefit-box {
	background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FF 100%);
	border: 1px solid rgba(98, 70, 234, 0.1);
	padding: 35px 25px;
	border-radius: 20px;
	transition: all 0.4s ease;
}

.benefit-box:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 20px 30px rgba(98, 70, 234, 0.1);
	background: linear-gradient(135deg, #8EC5FC 0%, #E0C3FC 100%);
}

.benefit-box i {
	font-size: 45px;
	background: linear-gradient(135deg, #6246ea, #a829f4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 25px;
	transition: transform 0.3s ease;
}

.benefit-box:hover i {
	transform: rotate(5deg) scale(1.1);
}

.banner::after {
	display: none;
}

.scroll-indicator {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #6246ea, #a829f4);
	transform-origin: 0 50%;
	transform: scaleX(0);
	z-index: 1031;
}

.feature-mobile img {
	transition: all 0.5s ease;
}

.feature-mobile:hover img {
	transform: perspective(1000px) rotateY(5deg);
}

:focus {
	outline: 3px solid rgba(98, 70, 234, 0.5);
	outline-offset: 2px;
}

.sectioner-header p {
	color: #666;
	font-size: 17px;
	line-height: 1.6;
}

.navbar .nav-item a:focus {
	outline: none;
}

a:focus:not(.navbar .nav-item a) {
	outline: 3px solid rgba(98, 70, 234, 0.5);
	outline-offset: 2px;
}

.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	position: relative;
	text-decoration: none;
}

.navbar .nav-item a:not(.active):hover::after {
	width: 100%;
}

.navbar .nav-item a.active::after,
.navbar .active::after,
.navbar .nav-item .nav-link.active::after,
.nav-scroll .active::after,
.nav-scroll .nav-item a.active::after,
.nav-scroll .nav-item .nav-link.active::after {
	width: 0;
}

.navbar .active,
.navbar .nav-item a.active {
	color: #cd9ffa !important;
}

.navbar .active::after,
.navbar .nav-item a.active::after,
.navbar .nav-item .nav-link.active::after,
.nav-scroll .active::after,
.nav-scroll .nav-item a.active::after,
.nav-scroll .nav-item .nav-link.active::after {
	width: 100%;
}

.navbar .nav-item a:hover,
.nav-scroll .nav-item a:hover {
	color: #cd9ffa !important;
}

.navbar .nav-item a:hover::after,
.nav-scroll .nav-item a:hover::after {
	width: 100%;
}

.nav-scroll .nav-item a {
	color: #333;
}

.nav-scroll .nav-item a::after {
	background: #cd9ffa;
}

.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	position: relative;
	text-decoration: none;
}

.navbar .nav-item a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: #cd9ffa;
	transition: width 0.3s ease;
}

.navbar .nav-item a.current-page::after {
	width: 100%;
}

.navbar .active,
.navbar .nav-item a.active {
	color: #cd9ffa !important;
}

.navbar .active::after,
.navbar .nav-item a.active::after,
.navbar .nav-item .nav-link.active::after,
.nav-scroll .active::after,
.nav-scroll .nav-item a.active::after,
.nav-scroll .nav-item .nav-link.active::after {
	width: 100%;
}

.navbar .nav-item a:hover {
	color: #cd9ffa !important;
}

.nav-scroll .nav-item a {
	color: #333;
}

.nav-scroll .nav-item a:hover,
.nav-scroll .nav-item a.active {
	color: #cd9ffa !important;
}

.navbar .nav-item a:focus {
	outline: none;
	color: #cd9ffa;
}

@media (max-width: 1024px) {
	.banner-text {
		padding-right: 40px;
	}
	
	.sectioner-header {
		width: 85%;
	}
	
	.icon-box p {
		width: 90%;
	}
	
	.download ul li a img {
		width: 200px;
	}
}

.mobile-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 768px) {
    .mobile-image-wrapper {
        margin: 30px 0;
    }
    
    .mobile-image-wrapper img {
        max-width: 60% !important; /* Reduce size for mobile */
        margin: 0 auto;
        display: block;
    }
}

.media-body {
    flex: 1;
}

.media-body h5 {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 1.4;
}

.media-body p {
    margin: 0;
    line-height: 1.6;
    color: #666;
}

/* Ensure consistent spacing on mobile */
@media (max-width: 768px) {
    .single-feature {
        gap: 15px; /* Slightly reduce gap on mobile */
    }
}

.features-section {
    padding: 40px 0;
}

.features-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Mobile styles */
@media (max-width: 991px) {
    .features-section {
        text-align: center;
    }
    
    .features-column {
        margin-bottom: 40px;
    }
    
    .single-feature {
        justify-content: center;
        text-align: left;
    }
    
    .feature-mobile-wrapper {
        order: -1; /* Move image to top on mobile */
        margin-bottom: 40px;
    }
    
    .feature-mobile {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .features-column {
        padding: 0 20px;
    }
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.feature-icon {
    margin-right: 20px;
    flex-shrink: 0;
}

.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(205, 159, 250, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(205, 159, 250, 0.2);
}

.icon-circle span {
    font-size: 24px;
    color: #cd9ffa;
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.feature-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .features-section {
        padding: 40px 0;
    }
    
    .feature-mobile-wrapper {
        order: -1;
        margin: 40px 0;
    }
    
    .feature-mobile {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .features-column {
        padding: 0 20px;
    }
    
    .feature-item {
        margin-bottom: 30px;
    }
    
    .icon-circle {
        width: 56px;
        height: 56px;
    }
    
    .icon-circle span {
        font-size: 20px;
    }
    
    .feature-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 10px 15px;
    }

    .navbar-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100%;
    }

    .navbar-brand {
        margin: 0;
        padding: 0;
    }

    .navbar-brand img.logo-1 {
        max-width: 150px;
        height: auto;
    }

    .navbar-toggler {
        display: block !important;
        padding: 4px 8px;
        margin: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
    }

    .navbar-toggler-icon {
        display: block;
        width: 25px;
        height: 2px;
        background-color: #fff;
        position: relative;
        transition: all 0.3s ease;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        background-color: #fff;
        left: 0;
        transition: all 0.3s ease;
    }

    .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler-icon::after {
        bottom: -8px;
    }

    .container {
        padding: 0;
    }

    .nav-scroll .navbar-toggler-icon,
    .nav-scroll .navbar-toggler-icon::before,
    .nav-scroll .navbar-toggler-icon::after {
        background-color: #000;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-color: transparent;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        transform: rotate(45deg);
        top: 0;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        transform: rotate(-45deg);
        bottom: 0;
    }
}

html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

@media (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 100%;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    section {
        overflow: hidden;
        width: 100%;
    }

    .navbar {
        width: 100%;
        left: 0;
        right: 0;
    }

    .banner-text,
    .stats-container,
    .download-buttons {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}

.navbar-collapse {
    justify-content: flex-end !important;
}

.navbar > .container {
    display: flex !important;
    justify-content: space-between !important;
}

.navbar-nav {
    margin-left: auto !important;
}

/* Mobile styles */
@media all and (max-width:991px) {
    .navbar-collapse {
        text-align: center;
    }
    
    .navbar-nav {
        margin: 0 auto !important;  /* Center align on mobile */
    }
}

.why-use-timer {
    background: #fafafa;
    border-top: 1px solid #e4e4e4;
}

.benefit-box {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.benefit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.benefit-box i {
    font-size: 40px;
    color: #8e1efc;
    margin-bottom: 20px;
}

.benefit-box h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}

.benefit-box p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.mt-4 {
    margin-top: 2.5rem;
}

.about-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

@media (max-width: 375px) {
    .navbar-logo img.logo-1 {
        width: 170px;
        height: auto;
    }
    
    .navbar-brand {
        padding: 8px 0;
    }
}

@media (min-width: 376px) and (max-width: 768px) {
    .navbar-logo img.logo-1 {
        width: 240px;
        height: auto;
    }
    
    .navbar-brand {
        padding: 10px 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .navbar-logo img.logo-1 {
        width: 250px;
        height: auto;
    }
    
    .navbar-brand {
        padding: 12px 0;
    }
}

.btn-try {
    background-color: #007AFF;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.btn-try:hover {
    background-color: #0763c5;
    color: white;
    transform: translateY(-2px);
}

.btn-try i {
    margin-left: 5px;
    font-size: 0.9em;
}

@media (max-width: 991px) {
    .btn-try {
        margin: 10px 15px;
        display: inline-block;
    }
}

/* Remove navigation animation for Try button */
.navbar .nav-item .btn-try::after {
    display: none;
}

.navbar .nav-item .btn-try:hover {
    color: white !important;
}

.nav-scroll .nav-item .btn-try {
    color: white !important;
}

.nav-scroll .nav-item .btn-try:hover {
    color: white !important;
}

.mobile-fixed-try {
    display: none;
}

@media all and (max-width: 991px) {
    .mobile-fixed-try {
        display: block;
        position: fixed;
        bottom: 20px;
        left: 0;
        right: 0;
        z-index: 999;
        text-align: center;
        padding: 0 20px;
    }

    .mobile-fixed-try .btn-try {
        display: inline-block;
        width: 100%;
        max-width: 280px;
        padding: 12px 25px;
        font-size: 16px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    /* Remove previous mobile try button */
    .mobile-try {
        display: none;
    }
}

/* Features Extended Section Styles */
.features-extended {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.features-extended::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(45deg, rgba(205, 159, 250, 0.1) 0%, rgba(255, 204, 112, 0.1) 100%);
    z-index: 1;
}

.features-extended .container {
    position: relative;
    z-index: 2;
}

.features-extended h2 {
    text-align: center;
    color: #2d3436;
    font-size: 2.8rem;
    margin-bottom: 60px;
    font-weight: 700;
    background: linear-gradient(135deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    padding: 20px;
}

.features-grid .feature-item {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.features-grid .feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #4158D0, #C850C0, #FFCC70);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.features-grid .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.features-grid .feature-item:hover::before {
    opacity: 1;
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #C850C0;
    transition: transform 0.3s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1);
}

.features-grid .feature-item h3 {
    color: #2d3436;
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.features-grid .feature-item p {
    color: #636e72;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.feature-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.feature-highlights span {
    padding: 6px 12px;
    background: rgba(205, 159, 250, 0.1);
    border-radius: 20px;
    font-size: 0.9rem;
    color: #C850C0;
    font-weight: 500;
    transition: all 0.3s ease;
}

.feature-highlights span:hover {
    background: rgba(205, 159, 250, 0.2);
    transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .features-extended {
        padding: 60px 0;
    }

    .features-extended h2 {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 15px;
    }

    .features-grid .feature-item {
        padding: 30px 20px;
    }

    .features-grid .feature-item h3 {
        font-size: 1.4rem;
    }

    .features-grid .feature-item p {
        font-size: 1rem;
    }

    .feature-icon {
        font-size: 2rem;
    }
}

/* Animation for WOW.js */
@keyframes cardFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.feature-item.wow.fadeInUp {
    animation-duration: 1s;
}

.feature-item:hover {
    animation: cardFloat 3s ease-in-out infinite;
}