/*
Theme Name: Lavietek
Theme URI: https://lavietek.com/
Author: Lavietek
Author URI: https://lavietek.com/
Description: Lightweight custom theme for Lavietek.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: license.txt
Text Domain: lavietek
*/

/* 400 Regular */
@font-face {
    font-family: 'Roobert';
    src: url('fonts/Roobert-Regular.woff2') format('woff2'),
         url('fonts/Roobert-Regular.woff') format('woff'),
         url('fonts/Roobert-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 500 Medium */
@font-face {
    font-family: 'Roobert';
    src: url('fonts/Roobert-Medium.woff2') format('woff2'),
         url('fonts/Roobert-Medium.woff') format('woff'),
         url('fonts/Roobert-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* 600 SemiBold */
@font-face {
    font-family: 'Roobert';
    src: url('fonts/Roobert-SemiBold.woff2') format('woff2'),
         url('fonts/Roobert-SemiBold.woff') format('woff'),
         url('fonts/Roobert-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* --- Basic Reset --- */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
	font-family: 'Roobert', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	color: #fff;
	background: #000;
}
main {
	padding: 0 26px;
}
a {
	color: #fff;
	text-decoration: none;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
::selection {
    background-color: #6633ee;
    color: #ffffff;
}
::-moz-selection {
    background-color: #6633ee;
    color: #ffffff;
}
.container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.container-m {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
h2 {
    letter-spacing: -1px;
    font-size: 54px;
    line-height: 1.3;
	font-weight: 500;
	text-align: center;
}
.def-btn {
	display: inline-block;
    background-color: #fff;
    color: #6633ee;
    border-radius: 20px;
    margin-top: 0;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
	transition: all .3s ease-in-out;
}
.sec-bg-top {
	background: radial-gradient(120% 120% at 50% 100%, #0000 40%, #63e 70%, #fff 100%);
    border-radius: 50px;
}
.sec-bg-bottom {
	border-radius: 50px;
    background: radial-gradient(140% 107.13% at 50% 10%, #0000 37.41%, #63e 69.27%, #fff 100%);
}
.sec-m {
	margin: 100px 0;
}
.sec-p {
	padding: 40px 0;
}
.def-btn:hover {
    background-color: #6633ee;
    color: #fff;
	transition: all .3s ease-in-out;
}
#backToTop {
  	display: inline-block;
    background: radial-gradient(140% 107.13% at 50% 10%, #0000 37.41%, #63e 69.27%, #fff 100%);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transform: rotate(-90deg);
	touch-action: none;
    border: none !important;
    outline: none !important;
}
#backToTop::after {
	content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 19px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
}
#backToTop:hover {
  	cursor: pointer;
  	background-color: #333;
}
#backToTop:active {
  	background-color: #555;
}
#backToTop.show {
  	opacity: 1;
  	visibility: visible;
}
.hr-sec {
	width: 100%;
    height: 1px;
    position: relative;
}
.hr-sec::before {
	z-index: 0;
    content: "";
    border-bottom: 1px solid;
    background: radial-gradient(50% 100% at 50% 100%, #9d89ff1a 0%, #01031400 100%);
    border-image-source: linear-gradient(90deg, #0000 0, #8f78ff80 50%, #0000);
    border-image-slice: 1;
    width: 500px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 250px);
}
.hr-sec::after {
	z-index: 0;
    content: "";
    border-top: 1px solid;
    background: radial-gradient(43.9% 100% at 50% 0, #9d89ff26 0%, #01031400 100%);
    border-image-source: linear-gradient(90deg, #0000 0, #8f78ff80 50%, #0000);
    border-image-slice: 1;
    width: 1000px;
    height: 80px;
    position: absolute;
    top: 0;
    left: calc(50% - 500px);
}
.contact-quiz {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 20px 0;
}
.contact-quiz span {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.contact-quiz input {
    width: 80px;
    padding: 12px;
    color: #fff;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffff0d;
    border: 1px solid #ffffff14;
    border-radius: 10px;
}
.contact__msg {
	margin-bottom: 25px;
}
/* ANIMATIONS STYLE START */
.appear-anim {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease-out;
    will-change: transform, opacity;
}
.appear-anim.is-visible {
    opacity: 1;
    transform: scale(1);
}
.fade-up-anim {
    opacity: 0;
    transform: translateY(50px);
    transition: all ease-out;
    will-change: transform, opacity;
}
.fade-up-anim.is-visible {
    opacity: 1;
    transform: translateY(0);
}
/* ANIMATION STYLE END */

/* HEADER STYLES START */
header {
	position: fixed;
	width: 100%;
	padding: 30px;
	z-index: 9999;
}
.burger-trigger { display: none; }
.header-holder {
	display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
	grid-gap: 20px;
}
.header-holder .logo {
	justify-self: start;
}
.header-holder .logo img {
	max-width: 110px;
	height: auto;
	transition: all .3s ease-in-out;
}
.header-holder .logo:hover img {
	opacity: .6;
	transition: all .2s ease-in-out;
}
.header-holder .main-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
    font-size: 14px;
    line-height: 1;
    list-style: none;
    background: #171825bf;
    border-radius: 20px;
    align-items: center;
    padding: 12px 8px;
    box-shadow: inset 0 0 0 1px #ffffff1a, 0 2px 8px #0000004d;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.header-holder .main-menu li {
	list-style: none;
	position: relative;
}
.header-holder .main-menu li a {
    transition: background .3s;
    padding: 5px 12px;
	border-radius: 12px;
    align-items: center;
}
.header-holder .main-menu li a:hover {
	background: rgb(from #ececfb r g b / .12);
    transition: background .15s;
    box-shadow: inset 0 0 0 1px #ffffff0a;
}
.header-holder .main-menu li ul {
	overflow: hidden;
    position: absolute;
    top: 20px;
    background: #171825bf;
    border-radius: 20px;
    align-items: center;
    padding: 12px 8px;
    box-shadow: inset 0 0 0 1px #ffffff1a, 0 2px 8px #0000004d;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
	transition: all .6s ease-in-out;
}
.header-holder .main-menu li:hover ul {
    top: 30px;
	opacity: 1;
    visibility: visible;
    pointer-events: auto;
	transition: all .6s ease-in-out;
}
.header-holder .header-contact-btn {
	justify-self: end;
	color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #6633ee;
    padding: 6px 12px;
    border-radius: 12px;
    font-weight: 500;
	transition: opacity .3s ease-in-out;
}
.header-holder .header-contact-btn:hover {
	opacity: .6;
	transition: opacity .3s ease-in-out;
}
.main-menu > li:last-child {
	width: 0;
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
	transition: all .6s ease-in-out;	
}
.scrolled .main-menu > li:last-child {
	width: 77px;
	opacity: 1;
    visibility: visible;
    pointer-events: auto;
	transition: all .6s ease-in-out;
}
.scrolled .header-contact-btn, .scrolled .logo {
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
	transition: all .6s ease-in-out;	
}
/* HEADER STYLES END */

/* FOOTER STYLES START */
footer {
    border-top: 1px solid #5b5b5b;
    border-radius: 20px;
	padding: 30px 20px;
}
.footer-holder {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
}
.footer-holder img {
	max-width: 250px;
	height: auto;
	margin-bottom: 50px;
}
.footer-holder > div {
	max-width: 400px;
}
.footer-holder ul {
	
}
.footer-holder ul li {
    font-size: 18px;
	margin-bottom: 5px;
	list-style: none;
}
.footer-holder ul li::marker {
	color: #6633ee;
}
.footer-holder ul li a {
    border-bottom: 1px solid #6633ee;
	transition: all .3s ease-in-out;
}
.footer-holder ul li a:hover {
	color: #6633ee;
    border-bottom: 1px solid #000;
	transition: all .3s ease-in-out;
}
footer .copyright {
	text-align: center;
	font-size: 14px;
}
/* FOOTER STYLES END */

/* HOME PAGE STYLES START */

.main-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	padding-bottom: 200px;
	text-align: center;
	position: relative;
}
.main-banner::after {
	content: '';
    width: 700px;
    height: auto;
    aspect-ratio: 25 / 9;
    position: absolute;
    bottom: 0;
    background-image: url(images/all-devices-hero-image.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.main-banner h1 {
    font-size: 52px;
    font-weight: 600;
	line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
}
.main-banner h2 {
    letter-spacing: -1px;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background: radial-gradient(50% 150% at 50% 0, #fff 60%, #fff9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.3;
}
.main-banner p {
    max-width: 800px;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto 20px;
	color: #fff;
}
.text-sec h2 {
	max-width: 800px;
	margin: 0 auto;
}
.text-sec p {
	max-width: 800px;
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}
.stats-sec {
	
}
.stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid rgba(255, 255, 255, 0.1);
    background: radial-gradient(66.28% 66.28% at 50% 10.88%, rgba(255, 255, 255, 0.2) 0%, rgba(4, 0, 17, 0) 100%), #090516;
    box-shadow: inset 0px 6px 25px rgba(255, 255, 255, 0.1);
	padding: 30px 10px;
	border-radius: 20px;
}
.card-stats {
    text-align: center;
}
.card-stats h3 {
	font-size: 40px;
}
.card-stats span {
	
}
.brands-sec {
	
}
.brands-sec h2 {
	
}
.brands-grid {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 50px auto 0;
}
.brands-grid img {
    max-width: 21%;
    width: 100%;
    min-width: 250px;
    height: auto;
	border-radius: 20px;
	box-shadow: inset 0px 6px 25px rgba(255, 255, 255, 0.1);
}
.why-us-holder {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
	margin: 40px 0;
	padding: 0 20px;
}
.single-why-us {
	display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 30%;
    width: 100%;
    min-width: 300px;
    border: 1px solid rgba(255, 255, 255, 0.1);
/*     background: radial-gradient(66.28% 66.28% at 50% 10.88%, rgba(255, 255, 255, 0.2) 0%, rgba(4, 0, 17, 0) 100%), #090516; */
    box-shadow: inset 0px 6px 25px rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 30px;
}
.single-why-us img {
	width: 100%;
    height: auto;
	border-radius: 20px;
}
.single-why-us h3 {
	
}
.single-why-us p {
	
}
.best-sell-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: 30px;
	margin-top: 50px;
	padding: 0 20px;
}
.best-sell-single {
	display: flex;
    flex-direction: column;
    align-items: center;
	max-width: 23%;
	width: 100%;
	min-width: 270px;
	border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 6px 25px rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 30px;
}
.best-sell-single img {
    height: 250px;
    object-fit: contain;
    margin-bottom: 20px;
	transition: all .3s ease-in-out;
}
.best-sell-single:hover img {
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}
.best-sell-single h3 {
	text-align: center;
}
.review-holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	padding: 0 150px;
}
.review-sliders-holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
    height: 500px;
    overflow: hidden;
}
.review-move-top, .review-move-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.review-move-top {
    animation: scrollUp 10s linear infinite;
}
.review-move-bottom {
    animation: scrollDown 10s linear infinite;
}
.review-move-top:hover, .review-move-bottom:hover {
    animation-play-state: paused;
}
@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes scrollDown {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}
@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
}

@keyframes scrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
.single-review {
	border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 6px 25px rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 30px;
}
.single-review p {
	margin-bottom: 30px;
}
.single-review span {
	font-size: 14px;
	font-weight: bold;
}
.contact-sec {
	margin-bottom: 50px;
}
.form-sec-holder {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 6px 25px rgba(255, 255, 255, 0.1);
    padding: 60px 20px;
    border-radius: 30px;
}
.form-sec-holder .form-text {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
}
.contact-form-wrapper {
	max-width: 600px;
	width: 100%;
    margin: 0 auto;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0000;
    border: 1px solid #ffffff14;
    border-radius: 20px;
    padding: 20px;
    font-style: normal;
    position: relative;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 600;
}
.form-group input, 
.form-group textarea {
    width: 100%;
    padding: 15px;
    color: #fff;
    box-sizing: border-box;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffff0d;
    border: 1px solid #ffffff14;
    border-radius: 10px;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #777;
}
.submit-btn {
    width: 100%;
    padding: 18px;
    background: #ffffff;
    color: #6633ee;
    border: none;
    border-radius: 12px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}
.submit-btn:hover {
    background: #f0f0f0;
}
/* HOME PAGE STYLES END */

/* INNER PAGE STYLES START */
.inner-main-banner {
	height: auto;
	padding: 150px 30px;
}
.inner-main-banner::after {
	content: none;
}
.breadcrumbs {
	margin-top: 50px;
	font-size: 14px;
}
/* INNER PAGE STYLES END */
/* ABOUT US PAGE STYLES START */
.roadmap-section {
    padding: 100px 0;
    color: #fff;
    overflow: hidden;
	margin-bottom: 50px;
}
.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 83%;
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
}
.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.8s ease-out;
}
.timeline-item.left {
    left: 0;
    text-align: right;
    transform: translateX(-50px);
}
.timeline-item.right {
    left: 50%;
    text-align: left;
    transform: translateX(50px);
}
.timeline-dot {
    position: absolute;
    top: 25px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
	transition: all .3s ease-in-out;
}
.timeline-item.left .timeline-dot { right: -8px; }
.timeline-item.right .timeline-dot { left: -8px; }
.timeline-date { font-size: 28px; font-weight: 900; margin-bottom: 5px; color: #fff; }
.timeline-content h3 { font-size: 20px; color: #ccc; margin-bottom: 10px; }
.timeline-content p { font-size: 15px; opacity: 0.7; line-height: 1.6; }
.timeline-item.center {
    width: 100%;
    text-align: center;
    padding: 60px 0;
    left: 0;
    transform: translateY(30px);
}
.timeline-item.center .timeline-dot.gold {
    left: 50%;
    transform: translateX(-50%);
    background: gold;
    box-shadow: 0 0 15px gold;
}
.tbc-text { font-size: 22px; font-style: italic; font-weight: bold; margin-top: 20px; color: gold; }
.timeline-item.active {
    opacity: 1;
    transform: translateX(0) translateY(0);
}
.timeline-item:hover .timeline-dot {
	background: #63e;
	transition: all .3s ease-in-out;
}
.tbc-container {
    margin-top: 30px;
    padding: 20px;
}
.tbc-container p {
    margin: 10px 0 25px;
    font-size: 16px;
    opacity: 0.8;
}
.roadmap-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.roadmap-btn:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}
.timeline-dot.gold {
    background: #FFD700 !important;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
    border: none !important;
}
/* ABOUT US PAGE STYLES END */

/* --- Media Queries --- */
/* Large Screens */
@media (max-width: 1440px) {
	h2 {
		font-size: 46px;
	}
}
/* Laptop/Desktop */
@media (max-width: 1024px) {
	.why-us-holder {
		gap: 10px;
	}
	.review-holder {
		grid-gap: 20px;
    	padding: 0 20px;
	}
}
/* Tablet (Portrait) */
@media (max-width: 800px) {
	.hr-sec::before, .hr-sec::after {
		width: 100%;
		left: 0;
	}
	main {
		padding: 0 10px;
	}
	.container {
		max-width: 600px;
	}
	.main-banner {
		padding: 50px 20px 100px;
	}
	.main-banner h1 {
		font-size: 36px;
		line-height: 1.3;
	}
	.main-banner h2 {
		font-size: 22px;
	}
	.main-banner::after {
		width: 400px;
	}
	h2 {
        font-size: 30px;
    }
	.brands-grid img {
		min-width: 150px;
	}
	.best-sell-single {
		min-width: 200px;
	}
	.best-sell-single img {
		height: 140px;
	}
}
/* Tablet (Portrait) */
@media (max-width: 768px) {
	header {
		width: 100%;
        padding: 20px 10px;
        background: #000000f5;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 2px 2px 10px #000000;
	}
	.header-holder .logo {
		z-index: 1001;
	}
	.header-holder .main-menu {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 5px;
		font-size: 14px;
		line-height: 1;
		list-style: none;
		background: #171825bf;
		border-radius: 20px;
		align-items: center;
		padding: 12px 8px;
		box-shadow: inset 0 0 0 1px #ffffff1a, 0 2px 8px #0000004d;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		border-radius: 30px;
		background: radial-gradient(140% 107.13% at 50% 10%, #00000085 37.41%, #63e 69.27%, #fff 100%);
	}
	.main-menu > li:last-child, .header-holder .logo, .scrolled .main-menu > li:last-child {
		width: auto;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
    .header-contact-btn { display: none; }
	.burger-trigger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 6px;
		width: 40px;
		height: 40px;
		padding: 0;
		background: transparent;
		border: none;
		cursor: pointer;
		z-index: 1001;
        background: radial-gradient(140% 107.13% at 50% 10%, #000000 37.41%, #63e 69.27%, #fff 100%);
        border-radius: 20px;
	}
	.burger-trigger span {
		display: block;
		width: 25px;
		height: 3px;
		background-color: #ffffff;
		border-radius: 2px;
		transition: all 0.3s ease;
	}
	.burger-trigger:hover span {
		background-color: #cccccc;
	}
	.burger-trigger.active span:nth-child(1) {
		transform: translateY(9px) rotate(45deg);
	}
	.burger-trigger.active span:nth-child(2) {
		opacity: 0;
	}

	.burger-trigger.active span:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}
    .main-nav {
        display: none;
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: #000000b8;
        z-index: 1000;
        padding-top: 75px;
    }
    .main-nav.active { display: block; }
    .main-menu { display: flex; flex-direction: column; align-items: center; }
    .main-menu li { margin: 15px 0; font-size: 24px; }
	.main-banner {
		height: auto;
	}
	.header-holder .header-contact-btn {
		display: none;
	}
	.header-holder {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
	}
	.sec-m {
		margin: 50px 0;
	}
	.review-holder {
		grid-template-columns: 1fr;
	}
	.review-sliders-holder {
		grid-template-columns: 1fr;
	}
	.review-move-top, 
    .review-move-bottom {
		flex-direction: row;
        width: max-content;
    }
    .review-move-top {
        animation: scrollLeft 20s linear infinite;
    }
    .review-move-bottom {
        animation: scrollRight 20s linear infinite;
    }
	.single-review {
        max-width: 300px;
		display: flex;
        flex-direction: column;
        justify-content: space-between;
	}
	.form-sec-holder {
		grid-template-columns: 1fr;
	}
	.timeline-line { left: 20px; }
    .timeline-item { width: 100%; text-align: left !important; padding-left: 50px; left: 0 !important; transform: translateX(30px) !important; }
    .timeline-dot { left: 12px !important; }
    .timeline-item.center .timeline-dot { left: 20px !important; transform: none; }
	.tbc-text { margin-top: 0; }
	.tbc-container { margin-top: 0; }
}
/* Tablet (Portrait) */
@media (max-width: 699px) {
	.brands-sec {
		overflow: hidden;
	}
	.brands-grid {
        display: flex;
        flex-wrap: nowrap;
		width: max-content;
        animation: marquee 15s linear infinite;
    }
    .brands-grid img {
		max-width: 200px;
		width: 100%;
        min-width: 200px;
        flex-shrink: 0;
    }
	@keyframes marquee {
		0% { transform: translateX(0); }
		100% { transform: translateX(-50%); }
	}
    .best-sell-single {
        padding: 10px;
    }
	.contact-form-wrapper {
		padding: 10px;
	}
	.form-sec-holder {
		padding: 30px 10px;
	}
	.why-us-holder {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 15px;
        padding: 20px 15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-padding-left: 15px;
    }
	.why-us-holder::-webkit-scrollbar {
		height: 6px;
	}
	.why-us-holder::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.1);
		border-radius: 10px;
	}
	.why-us-holder::-webkit-scrollbar-thumb {
		background-color: #ffffff;
		border-radius: 10px;
		border: 1px solid rgba(0,0,0,0.1);
	}
    .single-why-us {
        flex: 0 0 85%; 
        scroll-snap-align: start;
        margin-right: 0;
		opacity: 1;
    	transform: scale(1);
    }
    .best-sell-holder {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 15px;
        padding: 20px 15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-padding-left: 15px;
        padding-bottom: 30px;
    }
    .best-sell-single {
        flex: 0 0 45%;
        scroll-snap-align: start;
        margin-right: 0;
        text-align: center;
		opacity: 1;
    	transform: scale(1);
    }
    .best-sell-holder::-webkit-scrollbar {
        height: 6px;
    }
    .best-sell-holder::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }
    .best-sell-holder::-webkit-scrollbar-thumb {
        background-color: #ffffff;
        border-radius: 10px;
    }
}
/* Mobile (Portrait) */
@media (max-width: 475px) {
	.main-banner::after {
        width: 250px;
    }
	.main-banner h1 {
        font-size: 28px;
        line-height: 1.3;
    }
	.card-stats h3 {
		font-size: 26px;
	}
	.card-stats span {
		font-size: 14px;
	}
	main {
        padding: 0 5px;
    }
	.main-banner {
        padding: 80px 10px 110px;
    }
	.single-why-us {
		padding: 10px;
	}
}
/* Mobile (Portrait) */
@media (max-width: 360px) {
	
}