/*
Template Name:	NeuralSync - AI-Powered SaaS Solutions for Modern Businesses HTML Template
Version      : 	1.0.0
*/
/*=============================================================
CSS INDEX
=============================

SASSIO Template Styles
- Modern AI SaaS palette
- Premium typography
- Responsive spacing
- Hover & micro-interactions

=============================================================*/

/* Root palette and tokens */
:root {
	--accent-blue-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	--secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	--accent-cyan: #00f2ff;
	--accent-blue: #4f46e5;
	--dark-bg: #0f172a;
	--dark-card: #1e293b;
	--text-primary: #f1f5f9;
	--text-secondary: #94a3b8;
	--thm-color: #667eea;
	--thm-black: #000000;
	--thm-white: #ffffff;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Inter', sans-serif;
	background-color: var(--dark-bg);
	color: var(--text-primary);
	overflow-x: hidden;
	line-height: 1.6;
}

/* -------------------------------- 
START PRELODER
-------------------------------- */
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
     z-index: 10000;
    background: var(--accent-blue);
    width: 150px;
    transform: translateX(-50px);
}
.loader .loading-1 {
    position: relative;
    width: 100%;
    height: 10px;
    border: 1px solid var(--accent-blue);
    border-radius: 10px;
    animation: turn 4s linear 1.75s infinite;
}
.loader .loading-1:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    background: var(--accent-blue);
    animation: load 2s linear infinite;
}
.loader .loading-2 {
    width: 100%;
    position: absolute;
    top: 10px;
    color: var(--accent-blue);
    font-size: 22px;
    text-align: center;
    animation: bounce 2s  linear infinite;
}
@keyframes load {
    0% {
        width: 0%;
    }
    87.5%, 100% {
        width: 100%;
    }
}
@keyframes turn {
    0% {
        transform: rotateY(0deg);
    }
    6.25%, 50% {
        transform: rotateY(180deg);
    }
    56.25%, 100% {
        transform: rotateY(360deg);
    }
}
@keyframes bounce {
    0%,100% {
        top: 10px;
    }
    12.5% {
        top: 30px;
    }
}
/* -------------------------------- 
END PRELODER
-------------------------------- */
/*
* ----------------------------------------------------------------------------------------
* SCROLL TO TOP 
* ----------------------------------------------------------------------------------------
*/
.back-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 85%;
    background: linear-gradient(135deg, var(--accent), var(--accent-blue));
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 42px;
    border-radius: 50px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, var(--accent), var(--accent-blue));
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #000;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px;
}
@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}
 

@-webkit-keyframes pulse {
    0% {
        border-color: #48e9d1; 
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}

@keyframes pulse {
    0% {
        border-color: #48e9d1; 
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
/* Animated Background */
.animated-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: radial-gradient(ellipse at top, #1e3a8a 0%, var(--dark-bg) 50%);
}

.animated-bg::before {
	content: '';
	position: absolute;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(102, 126, 234, 0.15) 0%, transparent 70%);
	top: -200px;
	right: -200px;
	animation: float 20s ease-in-out infinite;
}

.animated-bg::after {
	content: '';
	position: absolute;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(0, 242, 255, 0.1) 0%, transparent 70%);
	bottom: -150px;
	left: -150px;
	animation: float 15s ease-in-out infinite reverse;
}

@keyframes float {
	0%, 100% { transform: translate(0, 0) rotate(0deg); }
	25% { transform: translate(50px, 50px) rotate(90deg); }
	50% { transform: translate(0, 100px) rotate(180deg); }
	75% { transform: translate(-50px, 50px) rotate(270deg); }
}

/* Glassmorphism Card */
.glass-card {
	background: rgba(30, 41, 59, 0.7);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 2rem;
	transition: all 0.3s ease;
}

.glass-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
	border-color: rgba(102, 126, 234, 0.5);
}

/* Navigation */
.navbar {
	backdrop-filter: blur(20px);
	padding: 1rem 0;
	transition: all 0.3s ease;
}

.navbar.scrolled {
	background: rgba(15, 23, 42, 0.95);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.navbar-toggler {
	padding: 6px 6px;
	font-size: 14px;
	background:white;
}
.navbar-toggler:focus {
	box-shadow: inherit;
}
.navbar-brand {
	font-size: 1.5rem;
	font-weight: 800;
	background: var(--accent-blue-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.nav-link {
	color: var(--text-primary) !important;
	font-weight: 500;
	margin: 0 1rem;
	transition: color 0.3s ease;
	position: relative;
}

.nav-link::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--accent-blue-gradient);
	transition: width 0.3s ease;
}

.nav-link:hover::after {
	width: 100%;
}

/* Buttons */
.btn-primary-gradient {
	background: var(--accent-blue-gradient);
	color: white;
	border: none;
	padding: 14px 35px;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
	position: relative;
	overflow: hidden;
}

.btn-primary-gradient:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
}
.btn-outline-gradient {
	background: transparent;
	color: var(--text-primary);
	border: 2px solid;
	border-image-slice: 1;
	padding: 14px 35px;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease;
}
.btn-outline-gradient:hover {
	background: var(--accent-blue-gradient);
	color: white;
	transform: translateY(-3px);
}

/* Hero Section */
.hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 120px 0 80px;
	position: relative;
}
.hero h1 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	background: linear-gradient(135deg, #ffffff 0%, #667eea 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	letter-spacing: -2px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.hero h1 {
		font-size: 3.5rem;
		font-weight: 600;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.hero h1 {
		font-size:3rem;
	}
}
@media only screen and (max-width : 991px) {
	.hero h1{
		font-size:45px;
		letter-spacing:0;
		line-height:1.3;
	}
}
@media only screen and (max-width : 767px) {
	.hero h1{
		font-size:36px;
	}
}
.hero p {
	font-size: 1.3rem;
	color: var(--text-secondary);
	margin-bottom: 2.5rem;
	max-width: 600px;
}

.hero-image {
	position: relative;
	animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-20px); }
}

.ai-illustration {
	width: 100%;
	max-width: 600px;
	filter: drop-shadow(0 30px 60px rgba(102, 126, 234, 0.4));
}

/* Logo Slider */
.logo-slider {
	padding: 60px 0;
	background: rgba(30, 41, 59, 0.3);
	backdrop-filter: blur(10px);
}

.logo-track {
	display: flex;
	animation: scroll 30s linear infinite;
	gap: 4rem;
}

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.company-logo {
	height: 40px;
	opacity: 0.6;
	filter: grayscale(100%);
	transition: all 0.3s ease;
}

.company-logo:hover {
	opacity: 1;
	filter: grayscale(0%);
}

/* Section Titles */
.section-title .title {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing:-1px;
	margin-bottom: 1rem;
	background: linear-gradient(135deg, #ffffff 0%, #667eea 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.section-subtitle {
	color: var(--text-secondary);
	font-size: 1.2rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px){

	.section-title .title{font-size:42px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
		font-size: 36px;
		letter-spacing: 0px;
		z-index: 1;
		position: relative;
		font-weight:600;
	}
	.atf-section-title.mb-50{
		margin-bottom:30px;
	}
}
@media screen and (min-width:320px) and (max-width:575px) {
	.section-title .title{
		font-size: 28px;
		letter-spacing: 0px;
		line-height: 1.3;
	}
	.section-title.mb-50{
		margin-bottom:20px;
	}
	.section-title.mb-30 {
		margin-bottom: 20px;
	}
}
.atf-section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width:991px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
}
@media only screen and (max-width:576px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/*END SECTION TITLE DESIGN*/
/* Features Section */
.feature-icon {
	width: 70px;
	height: 70px;
	background: var(--accent-blue-gradient);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
	margin: 0 auto 24px;
}
.feature-card {
	text-align: center;
	height: 100%;
}

.feature-card h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: var(--text-primary);
}

.feature-card p {
	color: var(--text-secondary);
	line-height: 1.8;
}

/* Stats Section */
.stats-section {
	background: rgba(30, 41, 59, 0.5);
	backdrop-filter: blur(10px);
	border-radius: 30px;
	padding: 4rem 2rem;
}

.stat-item {
	text-align: center;
}
.stat-number {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 1px;
	letter-spacing: 1px;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
}
.stat-number:hover {
	-webkit-text-fill-color: var(--accent-blue-gradient);
}
.stat-label {
	color: var(--text-secondary);
	font-size: 1.1rem;
}
.about-content h3{
	font-size:1.4rem;
}
/* Product Showcase */
.dashboard-mockup {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: transform 0.3s ease;
}

.dashboard-mockup:hover {
    transform: scale(1.02);
}

.dashboard-mockup img {
    width: 100%;
    height: auto;
}

/* Pricing Table */
.pricing-card {
	position: relative;
	height: 100%;
}

.pricing-card.featured {
	transform: scale(1.05);
	z-index: 1;
}

.pricing-card.featured .glass-card {
	background: rgba(102, 126, 234, 0.2);
	border-color: var(--accent-cyan);
}

.pricing-badge {
	position: absolute;
	top: -15px;
	right: 30px;
	background: var(--secondary-gradient);
	color: white;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 600;
}
.price {
	font-size: 3rem;
	font-weight: 700;
	background: var(--accent-blue-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.pricing-features {
	list-style: none;
	padding: 0;
	margin: 2rem 0;
}
.pricing-features li {
	padding: 0.5rem 0;
	color: var(--text-secondary);
	display: flex;
	align-items: center;
}
.pricing-features li i {
	color: var(--accent-cyan);
	margin-right: 10px;
	font-size: 1.2rem;
}

/* Testimonials */
.section-subtitle.style1 {
	text-align: left;
}
.atf_client-slider .testimonial-card{margin: 12px 12px;}
.testimonial-card {
	text-align: center;
}

.testimonial-image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 1.5rem;
	border: 3px solid var(--accent-cyan);
	object-fit: cover;
}

.testimonial-text {
	font-size: 1.1rem;
	font-style: italic;
	color: var(--text-secondary);
	margin-bottom: 1.5rem;
	line-height: 1.8;
}
.testimonial-author {
	font-weight: 700;
	color: var(--text-primary);
	margin-bottom: 0.3rem;
	font-size: 1.4rem;
}
.testimonial-role {
	color: var(--text-secondary);
	font-size: 0.9rem;
}
.stars {
	color: #fbbf24;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
/* FAQ Section */
.faq-item {
	margin-bottom: 1rem;
}
.faq-question {
	background: rgba(30, 41, 59, 0.7);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	padding: 1.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.5rem;
	font-weight:600;
}
.faq-question:hover {
	background: rgba(102, 126, 234, 0.2);
	border-color: var(--accent-cyan);
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding: 0 1.5rem;
	color: var(--text-secondary);
	font-size: 1.1rem;
}
.faq-answer.active {
	max-height: 500px;
	padding: 1.5rem;
}
/* Newsletter */
.newsletter-section {
	background: var(--accent-blue-gradient);
	border-radius: 30px;
	padding: 4rem 2rem;
	text-align: center;
}
.newsletter-section h2{
	color: white;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.newsletter-section p{
	color: rgba(255,255,255,0.9); font-size: 1.2rem; margin-bottom: 2.5rem;
}
.newsletter-section .description{
	color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  margin-top: 1rem;
}
.newsletter-input {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	padding: 15px 25px;
	color: white;
	width: 100%;
	max-width: 400px;
	margin-right: 1rem;
}

.newsletter-input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.newsletter-input:focus {
	outline: none;
	background: rgba(255, 255, 255, 0.25);
}

/* Footer */
.footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 4rem 0 2rem;
}

.footer h3 {
	font-weight: 700;
	margin-bottom: 50px;
	color: var(--text-primary);
	font-size:1.5rem;
}

.footer ul {
	list-style: none;
	padding: 0;
}

.footer ul li {
	margin-bottom: 0.8rem;
}

.footer a {
	color: var(--text-secondary);
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer a:hover {
	color: var(--accent-cyan);
}

.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	margin-right: 1rem;
	font-size: 1.3rem;
	transition: all 0.3s ease;
}

.social-links a:hover {
	background: var(--accent-blue-gradient);
	transform: translateY(-5px);
}

/* Portfolio/Case Studies */
.portfolio-item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}
.portfolio-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--accent-blue-gradient);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem;
}

.portfolio-item:hover .portfolio-image {
	transform: scale(1.1);
}

.portfolio-item:hover .portfolio-overlay {
	opacity: 0.95;
}

.portfolio-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: white;
	margin-bottom: 0.5rem;
}

.portfolio-category {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
}

/* CTA Banner */
.cta-banner {
	background: var(--accent-blue-gradient);
	border-radius: 30px;
	padding: 5rem 3rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.cta-banner::before {
	content: '';
	position: absolute;
	width: 300px;
	height: 300px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	top: -150px;
	right: -100px;
}
.cta-banner h2 {
	font-size: 3rem;
	font-weight: 700;
	color: white;
	margin-bottom: 1.5rem;
}
.cta-banner p {
	font-size: 1.3rem;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2.5rem;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* Animations */
.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}
/*----------------------------------------*/
/*   START BREADCRUMB DESIGN
/*--------------------------------------*/
.black-bg {
	background-color: var(--thm-black);
}
.breadcrumb-content .breadcrumb-single-content > span:not(:last-child)::before {
	background-color: var(--thm-black);
}
.breadcrumb-single-content > span:not(:last-child) {
	padding-right: 15px;
	margin-right: 15px;
}
.breadcrumb-single-content > span {
	display: inline-block;
	position: relative;
}
.breadcrumb-single-content > span:not(:last-child)::before {
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: var(--thm-black);
	right: 0;
	top: 7px;
	transform: translateX(50%) rotate(30deg);
}
.breadcrumb-cover-bg::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	opacity: 0.3;
	content: "";
	background-color: var(--thm-black);
}
.breadcrumb-single-content {
	position: relative;
	font-size: 16px;
	display: inline-block;
	border-radius: 30px;
	background-color: var(--thm-white);
	padding: 10px 20px;
}
.breadcrumb-single-content span {
	font-weight: 700;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: var(--thm-black);
}
.breadcrumb-single-content span a {
	font-weight: 700;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: var(--thm-black);
	text-decoration: none;
}
.breadcrumb-single-content span a:hover {
	color: var(--thm-color);
}
.breadcrumb-title {
	font-size: 60px !important;
	font-weight: 700;
	letter-spacing:-1px;
	color: var(--thm-white);
	line-height: 1.3;
}
.breadcrumb-bg-attach {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.breadcrumb-spacing {
	padding-top: 160px;
	padding-bottom: 130px;
}
@media only screen and (max-width:991px) {
	.breadcrumb-bg-attach {
		background-position: center;
	}
}
@media only screen and (max-width:991px) {
	.breadcrumb-title {
		font-size:50px ! important;
	}
}
@media only screen and (max-width:767px) {
	.breadcrumb-title {
		font-size:36px ! important;
		letter-spacing:0px;
	}
}
/* Contact Form */
.contact-form input,
.contact-form textarea {
	background: rgba(30, 41, 59, 0.7);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	padding: 15px 20px;
	color: var(--text-primary);
	margin-bottom: 1.5rem;
	width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: var(--accent-cyan);
	background: rgba(30, 41, 59, 0.9);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: var(--text-secondary);
}
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
/* slick-arrow-2 */
.slick-arrow-2 .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: -120px;
	height: 60px;
	width: 60px;
	line-height: 58px;
	display: block;
	left: auto;
	right: 100px;
	border: 2px solid;
	text-align: center;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1); 
 }
.slick-arrow-2 .slick-arrow:hover {
    background-color: var(--accent-blue-gradient);
    border-color: var(--accent-blue-gradient);
    color: #fff !important; }

.slick-arrow-2 .slick-next {
  right: 15px;
  background-color: var(--accent-blue-gradient);
  border-color: var(--accent-blue-gradient);
  color: var(--accent-blue-gradient) !important; }

.slick-arrow-2 .slick-prev {
	background-color: var(--accent-blue-gradient);
	border-color: var(--accent-blue-gradient);
	color: #fff !important;
}
 
 /* slick-arrow */
.slick-arrow {
  cursor: pointer;
  z-index: 9; }

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
  background-color:#fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: block;
  border: 1px solid var(--accent-blue-gradient);
  border-radius: 0%;
  text-align: center;
  font-size: 20px;
  color: var(--accent-blue-gradient) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden; }
  .slick-arrow-1 .slick-arrow:hover {
    background-color: var(--accent-blue-gradient);
    border-color: var(--accent-blue-gradient);
    color: #fff !important; }

.slick-arrow-1 .slick-next {
  right: 15px;
  left: auto; }

.slick-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
  left: 50px;
  right: auto; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
  right: 50px;
  left: auto; }

@media (min-width: 1350px) {
  .slick-arrow-1:hover .slick-arrow {
    left: -50px;
    right: auto; }
  .slick-arrow-1:hover .slick-next {
    right: -50px;
    left: auto; } }

/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
  margin: 30px 0 0px;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1; }
.slick-dots li {
    display: inline-block;
    list-style: none;
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: var(--accent-blue-gradient);
    cursor: pointer;
    margin-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.slick-dots li button {
      display: none; }
.slick-dots li:hover, .slick-dots li.slick-active {
      background-color: var(--accent-blue-gradient);
      height: 15px;
      width: 15px;
      margin-bottom: -2px; }
/*
* ----------------------------------------------------------------------------------------
* END SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
/* Responsive */
@media (max-width: 768px) {
	.hero h1 {
		font-size: 2.5rem;
	}
	
	.hero p {
		font-size: 1.1rem;
	}
	
	.pricing-card.featured {
		transform: scale(1);
	}
	
	.cta-banner h2 {
		font-size: 2rem;
	}
	.newsletter-section h2{
		font-size: 2rem;
	}
	.stat-number {
		font-size: 2.5rem;
	}
}
/* Scroll to Top Button */
.scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: var(--accent-blue-gradient);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 999;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.scroll-top.visible {
	opacity: 1;
	visibility: visible;
}

.scroll-top:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
}