/*

TemplateMo 546 Sixteen Clothing

https://templatemo.com/tm-546-sixteen-clothing

*/
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 300;
	color: #4a4a4a;
	line-height: 24px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background-color: #eee;
	color: #121212;
	font-size: 18px;
	text-align: center;
	transition: all .3s;
}

ul.social-icons li a:hover {
	background-color: #f33f3f;
	color: #fff;
}

a.filled-button {
	background-color: #f33f3f;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.section-heading {
	text-align: left;
	margin-bottom: 60px;
	border-bottom: 1px solid #eee;
}

.section-heading h2 {
	font-size: 28px;
	font-weight: 400;
	color: #1e1e1e;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.section-heading h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #f33f3f, transparent);
	animation: slideIn 2s ease-out 0.5s forwards;
}

@keyframes slideIn {
	to {
		left: 0;
	}
}

.products-heading {
	background-image: url(../images/products-heading.jpg);
}

.about-heading {
	background-image: url(../images/about-heading.jpg);
}

.contact-heading {
	background-image: url(../images/contact-heading.jpg);
}

.page-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-heading .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #1e1e1e;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#preloader {
  overflow: hidden;
  background: #f33f3f;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 80px;
	background-color: #232323;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 17px 0px;
}
.background-header .navbar {
	padding: 17px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #f33f3f!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: -12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	color: #f33f3f;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #fff;
	padding-bottom: 25px;
	border-bottom: 3px solid #f33f3f;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #f33f3f;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */
.banner {
	position: relative;
	text-align: center;
	padding-top: 80px;
}

.banner-item-01 {
	padding: 120px 0px;
	background-image: url(../images/slide_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-02 {
	padding: 120px 0px;
	background-image: url(../images/slide_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-03 {
	padding: 120px 0px;
	background-image: url(../images/slide_03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .banner-item {
	max-height: 600px;
}

.banner .text-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.banner .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.banner .text-content p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
	max-width: 600px;
	line-height: 1.6;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.hero-buttons {
	margin-top: 30px;
	text-align: center;
}

.hero-buttons .filled-button {
	display: inline-block;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	border-radius: 5px;
}

.hero-buttons .filled-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.banner .text-content h4 {
	color: #f33f3f;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	text-align: center;
}

.banner .text-content h2 {
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	line-height: 1.2;
	text-align: center;
}

.owl-banner .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
}
.owl-banner .owl-dots .owl-dot:focus {
    outline: none
}
.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}



/* Latest Produtcs */

.latest-products {
	margin-top: 100px;
}

.latest-products .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #f33f3f;
}

.product-item {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.product-item .down-content {
	padding: 30px;
	position: relative;
}

.product-item img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	overflow: hidden;
}

.product-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.product-item .down-content h6 {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 18px;
	color: #121212;
}

.product-item .down-content p {
	margin-bottom: 20px;
}

.product-item .down-content ul li {
	display: inline-block;
}

.product-item .down-content ul li i {
	color: #f33f3f;
	font-size: 14px;
}

.product-item .down-content span {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
}




/* Best Features */

.about-features {
	margin-top: 100px!important;
}

.about-features p {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.about-features .container .row {
	padding-bottom: 0px!important;
	border-bottom: none!important;
}

.best-features {
	margin-top: 50px;
}

.best-features .container .row {
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
}

.best-features img {
	width: 100%;
	overflow: hidden;
}

.best-features h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.best-features ul.featured-list li {
	display: block;
	margin-bottom: 10px;
}

.best-features p {
	margin-bottom: 25px;
}

.best-features ul.featured-list li a {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 300;
	transition: all .3s;
	position: relative;
	padding-left: 13px;
}

.best-features ul.featured-list li a:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #4a4a4a;
	position: absolute;
	left: 0;
	transition: all .3s;
	top: 8px;
}

.best-features ul.featured-list li a:hover {
	color: #f33f3f;
}

.best-features ul.featured-list li a:hover::before {
	background-color: #f33f3f;
}

.best-features .filled-button {
	margin-top: 20px;
}

/* Limit height of specific image */
.best-features img[src*="pexels-olenkabohovyk-1772123.jpg"] {
  max-height: 360px;
  width: auto;
  object-fit: cover;
}




/* Call To Action */

.call-to-action .inner-content {
	margin-top: 60px;
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 5px;
}

.call-to-action .inner-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 15px;
}

.call-to-action .inner-content em {
	font-style: normal;
	font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
	text-align: right;
}

.call-to-action .inner-content .filled-button {
	margin-top: 12px;
}




/* Footer */

footer {
	text-align: center;
}

footer .inner-content {
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding: 60px 0px;
}

footer .inner-content p {
	text-transform: uppercase;
}

footer .inner-content p a {
	color: #f33f3f;
	margin-left: 3px;
}




/* Product Page */

.products {
	margin-top: 100px;
}

.products .filters {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.products .filters li {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #121212;
	display: inline-block;
	margin: 0px 10px;
	transition: all .3s;
	cursor: pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
  color: #f33f3f;
}

.products ul.pages {
	margin-top: 30px;
	text-align: center;
}

.products ul.pages li {
	display: inline-block;
	margin: 0px 2px;
}

.products ul.pages li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	transition: all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #f33f3f;
	border-color: #f33f3f;
	color: #fff;
}



/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-member {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
	overflow: hidden;
}

.team-member .down-content {
	padding: 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243,63,63,0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #f33f3f;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.team-member .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display: block;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
	margin-bottom: 20px;
}




/* Services */

.services {
	background-image: url(../images/services-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

.services .service-item {
	text-align: center;
}

.services .service-item .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

.services .service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #f33f3f;
	color: #fff;
	font-size: 32px;
}

.services .service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.services .service-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.services .service-item .down-content p {
	margin-bottom: 25px;
}

.service-box {
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #eee;
	border-radius: 10px;
	background: #fff;
	transition: all 0.3s;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 30px rgba(243, 63, 63, 0.2);
}

.service-box h4 {
	margin-bottom: 15px;
	color: #1e1e1e;
	font-weight: 500;
}

.service-box p {
	color: #4a4a4a;
	line-height: 1.6;
}




/* Clients */

.happy-clients {
	margin-top: 100px;
	margin-bottom: 40px;
}

.happy-clients .client-item img {
	max-width: 100%;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}

.happy-clients .client-item img:hover {
	opacity: 0.8;
}




/* Find Us */

.find-us {
	margin-top: 100px;
}

.find-us p {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.find-us h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.find-us .left-content {
	margin-left: 30px;
}



/* Send Message */

.send-message {
	margin-top: 100px;
}

.contact-form input {
	font-size: 14px;
	width: 100%;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form input:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form textarea {
	font-size: 14px;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 180px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form textarea:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form button.filled-button {
	background-color: #f33f3f;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
}

.contact-form button.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.accordion {
	margin-left: 30px;
}

.accordion a {
	cursor: pointer;
	font-size: 17px;
	color: #1a6692!important;
	margin-bottom: 20px;
	transition: all .3s;
}

.accordion a:hover {
	color: #f33f3f!important;
}

.accordion a.active {
  color: #f33f3f!important;
}

.accordion li .content {
  display: none;
  margin-top: 10px;
}

.accordion li:first-child {
	border-top: 1px solid #eee;
}

.accordion li {
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}

/* Responsive Style */
@media (max-width: 768px) {
	.banner .text-content {
		text-align: center;
	}
	.banner .text-content h4 {
		font-size: 18px;
	}
	.banner .text-content h2 {
		font-size: 28px;
	}
	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		height: 400px;
	}
	.page-heading .text-content h4 {
		font-size: 18px;
	}
	.page-heading .text-content h2 {
		font-size: 32px;
		color: #1e1e1e;
	}
	.latest-products .section-heading a {
		display: block;
		margin-top: 15px;
	}
	.product-item .down-content h4 {
		font-size: 16px;
	}
	.product-item .down-content h6 {
		font-size: 14px;
	}
	.product-item .down-content span {
		font-size: 12px;
	}
	.best-features .left-content {
		margin-bottom: 30px;
	}
	.call-to-action .inner-content {
		text-align: center;
	}
	.call-to-action .inner-content .filled-button {
		margin-top: 20px;
	}
	.about-features img {
		margin-bottom: 30px;
	}
	.service-item {
		margin-bottom: 30px;
	}
	.find-us #map {
		margin-bottom: 30px;
	}
	.find-us .left-content {
		margin-bottom: 30px;
	}
	.send-message .accordion {
		margin-bottom: 30px;
	}
	.banner .text-content p {
		font-size: 14px;
	}
	.hero-buttons .filled-button {
		display: block;
		margin: 10px auto;
		width: 200px;
		text-align: center;
	}
	.hero-buttons .filled-button[style*="margin-left"] {
		margin-left: auto !important;
	}
	
	/* Mobile adjustments for new elements */
	.floating-orbs {
		display: block;
	}
	
	.background-elements {
		display: block;
	}
	
	/* Mobile-optimized orbs - fewer and smaller for better performance */
	.orb {
		width: 40px !important;
		height: 40px !important;
		background: linear-gradient(45deg, rgba(243, 63, 63, 0.3), rgba(243, 63, 63, 0.2));
		border: 2px solid rgba(243, 63, 63, 0.5);
		box-shadow: 0 2px 8px rgba(243, 63, 63, 0.3), 0 0 12px rgba(243, 63, 63, 0.15);
	}
	
	/* Hide some orbs on mobile for better performance */
	.orb-4, .orb-5, .orb-6, .orb-7 {
		display: none;
	}
	
	/* Mobile-optimized tech lines - fewer and shorter */
	.tech-line {
		height: 1px;
		background: linear-gradient(90deg, transparent, rgba(243, 63, 63, 0.7), transparent);
		box-shadow: 0 0 8px rgba(243, 63, 63, 0.4), 0 0 15px rgba(243, 63, 63, 0.15);
	}
	
	/* Hide some lines on mobile */
	.line-4, .line-5, .line-6, .line-7, .line-8 {
		display: none;
	}
	
	/* Mobile-optimized geometric shapes - smaller and fewer */
	.geometric-shape {
		border: 2px solid rgba(243, 63, 63, 0.5);
		box-shadow: 0 2px 8px rgba(243, 63, 63, 0.3), 0 0 10px rgba(243, 63, 63, 0.15);
	}
	
	/* Hide some shapes on mobile */
	.shape-3, .shape-4, .shape-5 {
		display: none;
	}
	
	/* Mobile-optimized pulse dots - larger and more visible */
	.pulse-dot {
		width: 8px;
		height: 8px;
		background: rgba(243, 63, 63, 0.9);
		box-shadow: 0 0 12px rgba(243, 63, 63, 0.5), 0 0 20px rgba(243, 63, 63, 0.25);
	}
	
	/* Hide some dots on mobile */
	.dot-4, .dot-5 {
		display: none;
	}
	
	.stat-box {
		margin-bottom: 20px;
	}
	
	.stat-number {
		font-size: 36px;
	}
	
	.stat-label {
		font-size: 16px;
	}
	
	.testimonial-box {
		margin-bottom: 20px;
	}
	
	.faq-item {
		margin-bottom: 20px;
	}
	
	/* Disable complex animations on mobile for better performance */
	.animate-on-scroll {
		opacity: 1;
		transform: none;
		transition: none;
	}
	
	.animate-on-scroll.animated {
		opacity: 1;
		transform: none;
	}
	
	/* Simplify hover effects on mobile */
	.product-item:hover,
	.service-box:hover,
	.stat-box:hover,
	.testimonial-box:hover,
	.faq-item:hover {
		transform: none;
		box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	}
	
	/* Touch-friendly optimizations */
	.floating-orbs,
	.background-elements {
		pointer-events: none;
		touch-action: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	/* Reduce animation complexity on mobile for better performance */
	.orb {
		animation: float 8s ease-in-out infinite;
	}
	
	.tech-line {
		animation: techLineMove 10s linear infinite;
	}
	
	.geometric-shape {
		animation: shapeRotate 15s linear infinite;
	}
	
	.pulse-dot {
		animation: pulse 4s ease-in-out infinite;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 32px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #f33f3f!important;
		border-bottom: none!important;
		padding-bottom: 15px;
	}
	.product-item .down-content h4 {
		margin-bottom: 10px;
	}
	.product-item .down-content h6 {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.product-item .down-content span {
		position: relative;
		right: 0;
		bottom: 0;
	}
	
	/* Tablet optimizations for background effects */
	.orb {
		width: 50px !important;
		height: 50px !important;
	}
	
	/* Show more elements on tablets than mobile but fewer than desktop */
	.orb-6, .orb-7 {
		display: none;
	}
	
	.line-6, .line-7, .line-8 {
		display: none;
	}
	
	.shape-4, .shape-5 {
		display: none;
	}
	
	.dot-5 {
		display: none;
	}
}

/* Floating Tech Orbs */
.floating-orbs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(243, 63, 63, 0.25), rgba(243, 63, 63, 0.15));
  border: 2px solid rgba(243, 63, 63, 0.4);
  animation: float 6s ease-in-out infinite;
  backdrop-filter: blur(2px);
  box-shadow: 0 4px 15px rgba(243, 63, 63, 0.2), 0 0 20px rgba(243, 63, 63, 0.1);
}

.orb-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.orb-2 {
  width: 60px;
  height: 60px;
  top: 60%;
  right: 15%;
  animation-delay: 1s;
}

.orb-3 {
  width: 100px;
  height: 100px;
  top: 80%;
  left: 20%;
  animation-delay: 2s;
}

.orb-4 {
  width: 40px;
  height: 40px;
  top: 30%;
  right: 30%;
  animation-delay: 3s;
}

.orb-5 {
  width: 70px;
  height: 70px;
  top: 10%;
  right: 10%;
  animation-delay: 4s;
}

.orb-6 {
  width: 55px;
  height: 55px;
  top: 50%;
  left: 5%;
  animation-delay: 5s;
}

.orb-7 {
  width: 85px;
  height: 85px;
  top: 90%;
  right: 5%;
  animation-delay: 6s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Stats Section */
.stat-box {
  padding: 30px 20px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.stat-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(243, 63, 63, 0.25);
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #f33f3f;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.stat-box p {
  color: #4a4a4a;
  font-size: 14px;
  margin: 0;
}

/* Testimonials */
.testimonial-box {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-box:before {
  content: '"';
  font-size: 60px;
  color: #f33f3f;
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: serif;
}

.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(243, 63, 63, 0.2);
}

.testimonial-content {
  padding-left: 40px;
}

.testimonial-content p {
  font-style: italic;
  margin-bottom: 20px;
  color: #4a4a4a;
  line-height: 1.6;
}

.testimonial-author strong {
  color: #1e1e1e;
  font-weight: 600;
}

.testimonial-author span {
  color: #f33f3f;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

/* FAQ Section */
.faq-item {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.faq-item:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 20px rgba(243, 63, 63, 0.15);
}

.faq-item h4 {
  color: #1e1e1e;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}

.faq-item p {
  color: #4a4a4a;
  margin: 0;
  line-height: 1.6;
}

/* Ensure content is above orbs */
.banner, .latest-products, .best-features, .call-to-action {
  position: relative;
  z-index: 2;
}

/* Animated Background Elements */
.background-elements {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

/* Tech Lines */
.tech-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(243, 63, 63, 0.6), transparent);
  height: 2px;
  animation: techLineMove 8s linear infinite;
  box-shadow: 0 0 10px rgba(243, 63, 63, 0.3), 0 0 20px rgba(243, 63, 63, 0.1);
}

.line-1 {
  width: 200px;
  top: 15%;
  left: -200px;
  animation-delay: 0s;
}

.line-2 {
  width: 150px;
  top: 45%;
  right: -150px;
  animation-delay: 2s;
  animation-direction: reverse;
}

.line-3 {
  width: 180px;
  top: 75%;
  left: -180px;
  animation-delay: 4s;
}

.line-4 {
  width: 120px;
  top: 25%;
  right: -120px;
  animation-delay: 1s;
  animation-direction: reverse;
}

.line-5 {
  width: 160px;
  top: 85%;
  right: -160px;
  animation-delay: 3s;
}

.line-6 {
  width: 140px;
  top: 55%;
  left: -140px;
  animation-delay: 5s;
}

.line-7 {
  width: 110px;
  top: 35%;
  right: -110px;
  animation-delay: 6s;
  animation-direction: reverse;
}

.line-8 {
  width: 170px;
  top: 65%;
  left: -170px;
  animation-delay: 7s;
}

@keyframes techLineMove {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(100vw);
    opacity: 0;
  }
}

/* Geometric Shapes */
.geometric-shape {
  position: absolute;
  border: 3px solid rgba(243, 63, 63, 0.4);
  animation: shapeRotate 12s linear infinite;
  box-shadow: 0 4px 12px rgba(243, 63, 63, 0.2), 0 0 15px rgba(243, 63, 63, 0.1);
}

.shape-1 {
  width: 40px;
  height: 40px;
  top: 20%;
  right: 20%;
  border-radius: 50%;
  animation-delay: 0s;
}

.shape-2 {
  width: 30px;
  height: 30px;
  top: 70%;
  left: 15%;
  transform: rotate(45deg);
  animation-delay: 3s;
}

.shape-3 {
  width: 50px;
  height: 25px;
  top: 40%;
  right: 10%;
  border-radius: 25px;
  animation-delay: 6s;
}

.shape-4 {
  width: 35px;
  height: 35px;
  top: 80%;
  right: 25%;
  transform: rotate(45deg);
  animation-delay: 9s;
}

.shape-5 {
  width: 45px;
  height: 45px;
  top: 15%;
  left: 25%;
  border-radius: 50%;
  animation-delay: 12s;
}

@keyframes shapeRotate {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.6;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 0.6;
  }
}

/* Pulse Dots */
.pulse-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(243, 63, 63, 0.8);
  border-radius: 50%;
  animation: pulse 3s ease-in-out infinite;
  box-shadow: 0 0 15px rgba(243, 63, 63, 0.4), 0 0 25px rgba(243, 63, 63, 0.2);
}

.dot-1 {
  top: 30%;
  left: 25%;
  animation-delay: 0s;
}

.dot-2 {
  top: 60%;
  right: 30%;
  animation-delay: 1s;
}

.dot-3 {
  top: 85%;
  left: 40%;
  animation-delay: 2s;
}

.dot-4 {
  top: 45%;
  right: 15%;
  animation-delay: 3s;
}

.dot-5 {
  top: 70%;
  left: 60%;
  animation-delay: 4s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.8);
    opacity: 1;
  }
}

/* Scroll Animations */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

/* Enhanced hover effects */
.product-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(243, 63, 63, 0.15);
}

.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(243, 63, 63, 0.2);
}

.stat-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(243, 63, 63, 0.25);
}

.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(243, 63, 63, 0.2);
}

.faq-item:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 20px rgba(243, 63, 63, 0.15);
}

/* Subtle text animations */
.section-heading h2 {
  position: relative;
  overflow: hidden;
}

.section-heading h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #f33f3f, transparent);
  animation: slideIn 2s ease-out 0.5s forwards;
}

@keyframes slideIn {
  to {
    left: 0;
  }
}

/* Enhanced floating orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(243, 63, 63, 0.25), rgba(243, 63, 63, 0.15));
  border: 2px solid rgba(243, 63, 63, 0.4);
  animation: float 6s ease-in-out infinite;
  backdrop-filter: blur(2px);
  box-shadow: 0 4px 15px rgba(243, 63, 63, 0.2), 0 0 20px rgba(243, 63, 63, 0.1);
}

/* Banner Overlay */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.banner .text-content {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Feature Cards */
.feature-card {
  padding: 30px 20px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(243, 63, 63, 0.1);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(243, 63, 63, 0.15);
  border-color: rgba(243, 63, 63, 0.3);
}

.feature-icon {
  margin-bottom: 20px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(243, 63, 63, 0.1) 0%, rgba(243, 63, 63, 0.05) 100%);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  background: linear-gradient(135deg, rgba(243, 63, 63, 0.2) 0%, rgba(243, 63, 63, 0.1) 100%);
  transform: scale(1.1);
}

.feature-card h4 {
  color: #1e1e1e;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.feature-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 14px;
}

/* Enhanced section headings */
.section-heading.text-center h2 {
  text-align: center;
  position: relative;
  display: inline-block;
}

.section-heading.text-center h2::after {
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
}

/* Professional button enhancements */
.filled-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.filled-button::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: left 0.5s;
  z-index: -1;
}

.filled-button:hover::before {
  left: 100%;
}

/* Enhanced product cards */
.product-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
}

.product-item .down-content {
  padding: 25px;
  background: #fff;
}

/* Professional stats enhancement */
.stat-box {
  border-radius: 12px;
  border: 1px solid rgba(243, 63, 63, 0.1);
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

/* Enhanced testimonials */
.testimonial-box {
  border-radius: 12px;
  border: 1px solid rgba(243, 63, 63, 0.1);
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

/* Professional FAQ styling */
.faq-item {
  border-radius: 12px;
  border: 1px solid rgba(243, 63, 63, 0.1);
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

/* Subtle gradient backgrounds */
.best-features:nth-child(even) {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Enhanced service boxes */
.service-box {
  border-radius: 12px;
  border: 1px solid rgba(243, 63, 63, 0.1);
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* Contact page specific styling */
.contact-heading .text-content h2 {
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.contact-heading .text-content h4 {
	color: #f33f3f;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}