@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&display=swap');

a {
	text-decoration: none !important;
}

li {
	list-style-type: none !important;
}

html {
	scroll-behavior: smooth !important;
}

.heading1 {
	font-size: 2.5rem;
}

.heading2 {
	font-size: 2rem;
}

.heading3 {
	font-size: 1.75rem;
}

.heading4 {
	font-size: 1.5rem;
}

.heading5 {
	font-size: 1.25rem;
}

.heading6 {
	font-size: 1rem;
}

.pad {
	padding: 90px 0;
}

.wrdbrk {
	white-space: pre;
}

.fullpad {
	padding: 0 !important;
	margin: 0 !important;
}

.arial {
	font-family: Arial, sans-serif;
	font-weight: 600;
}

.helvetica {
	font-family: helvetica, sans-serif;
}

.parallax {
	background-image: url("../images/homeparallax.webp");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.bg-overlay {
	position: relative;
}

.parallax::before {
	background: #111827 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.bg-overlay::after {
	background-color: #1e1d1e94;
	z-index: 0;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.box-bg {
	position: relative;
	z-index: 1;
}

#counter li {
	flex: 1;
	text-align: center;
	width: 100%;
	text-align: center;
	border-style: dotted;
	border-color: #f2f2f2;
	font-size: 30px;
	margin-top: 28px;
}

#counter li span.percent:after {
	content: "";
	display: inline-block;
}

.counttext {
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	font-family: Helvetica, sans-serif;
}

.bannerhead {
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
}

.head60 {
	font-size: 60px;
}

.smallborder1 {
	width: 70px;
	height: 1px;
	background-color: red;
	display: flex;
	text-align: center;
	margin: 0 auto 19px;
}

.navbar {
	padding: 5px 0;
	background-color: #4f46e5;
	-webkit-clip-path: polygon(2% 0, 98% 0%, 96% 100%, 4% 100%);
	clip-path: polygon(2% 0, 98% 0%, 96% 100%, 4% 100%);
	position: relative !important;
	text-align: center;
	width: 100% !important;
	left: auto !important;
	margin: 0 auto;
	overflow: visible !important;
}

.navigation {
	position: relative;
	text-align: center;
	margin: 0 auto;
	top: 0;
	left: 0;
	background-color: #f4f3f3;
}

#myNavbar a::before {
	padding-right: 5px;
	content: '[';
	color: #06b6d4;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

#myNavbar a::after {
	padding-left: 5px;
	content: ']';
	color: #06b6d4;
	transform: translateX(-20px);
}

#myNavbar a::before,
#myNavbar a::after {
	display: inline-block;
	opacity: 0;
	transition: transform 0.3s, opacity 0.2s;
}

#myNavbar a:hover::before,
#myNavbar a:hover::after,
#myNavbar a:focus::before,
#myNavbar a:focus::after {
	opacity: 1;
	transform: translateX(0px);
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #06b6d4 !important;
	transition: .5s;
}

.navbar-dark .navbar-nav .active>.nav-link {
	color: #06b6d4 !important;
}

.navfnt {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.sivakasisaravedi {
	max-height: 100px;
	width: auto !important;
}

/* responsive navbar */
.smallfnt {
	font-size: 14px !important;
}

.logo {
	max-height: 100px;
	width: auto !important;
}

.log2 {
	width: 70%;
	text-align: center;
}

.btn01 {
	padding: 5px !important;
	background-color: #4f46e5;
	margin: auto 34px auto auto;
	width: 50px;
	text-align: center;
	border: 1px solid black;
}

h3.nav01 {
	position: absolute;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
	top: 0;
	right: 12px;
}

nav.side-slide {
	background-color: #ffffff;
	top: 0;
	left: -285px;
	height: 100%;
	position: fixed;
	width: 285px;
	z-index: 9999;
}

nav.side-slide ul {
	border-top: 1px solid #11182705;
	margin: 59px 0 0 0;
	padding: 0;
}

nav.side-slide li {
	text-align: left;
	border-bottom: 1px solid #11182705;
	line-height: 27px;
}

nav.side-slide a {
	color: #EDEDED;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

/* ------------------------------------ */
.fix {
	overflow: hidden;
}

.black {
	color: #111827 !important;
}

.marquee {
	width: 100%;
	overflow: hidden;
	color: #111827;
}

.marquee1 {
	width: 100%;
	overflow: hidden;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
}

.secpad2 {
	padding: 90px 0px 0px 0px;
}

.footer {
	background-color: #4f46e5;
	background-image: url("../images/footerimg.webp");
	padding: 80px 0 40px;
}

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
	transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
	letter-spacing: 1px;
}

.footer .hightech-link a:hover {
	background: #111827;
	border: 0;
}

.text1 {
	position: relative;
	padding: 5px 0 0 30px;
	margin-top: -45px;
}

.border-bottom1 {
	border-bottom: 1px solid #07050624 !important;
}

.clr2 {
	color: #06b6d4 !important;
}

.clr3 {
	color: #4f46e5 !important;
}

.clr1 {
	color: #31bde9 !important;
}

.homelt {
	background-image: url("../images/footerimg.webp");
	background-color: #F3F4F6;
}

.flowers {
	width: 370px;
}

.speaker-block-two {
	position: relative;
	margin-bottom: 50px;
}

.shape1 {
	position: absolute;
	right: -14px;
	top: -100px;
	opacity: 10%;
	-webkit-animation: moveScale 3s linear infinite;
	animation: moveScale 3s linear infinite;
}

.head11 {
	-webkit-text-stroke: 1px #111827;
	-webkit-text-fill-color: #fff;
	line-height: 1;
	font-size: 55px;
	font-weight: 800;
}

.head12 {
	-webkit-text-fill-color: #b0080f;
	line-height: 1;
	font-size: 29px;
	font-weight: 800;
}

ul.multiple-team-section {
	padding: 0;
	overflow: hidden;
	padding-top: 96px;
	margin: 0;
}

ul.multiple-team-section li.multi-team {
	float: left;
	margin-right: 2.66%;
	margin-bottom: 2.66%;
	position: relative;
}

ul.multiple-team-section li.multi-team:nth-of-type(4n+4) {
	margin-right: 0px;
}

figure.team-box {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px 0%;
	min-width: 220px;
	max-width: 100%;
	width: 100%;
	background: #ffffff;
	color: #111827;
}

figure.team-box * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

figure.team-box img {
	max-width: 100%;
	position: relative;
	display: block;
}

figure.team-box:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 90%;
	z-index: 1;
	left: -20%;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #fff;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: skewX(-30deg) translateX(-80%);
	transform: skewX(-30deg) translateX(-80%);
	-webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 0 96px;
}

figure.team-box figcaption {
	padding-left: 30px;
	position: absolute;
	left: 0;
	top: 25%;
	width: 60%;
	z-index: 1;
	opacity: 0;
}

figure.team-box figcaption a {
	opacity: 0.7;
}

figure.team-box figcaption a:hover {
	opacity: 1;
}

figure.team-box .position {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	padding: 15px 30px;
	font-size: 18px;
	opacity: 1;
	color: #ffffff;
	background: #111827;
}

figure.team-box.blue .icons i {
	background: #164666;
}

figure.team-box.blue .position {
	background: #06b6d4;
}

figure.team-box:hover figcaption,
figure.team-box.hover figcaption,
figure.team-box:hover .icons i,
figure.team-box.hover .icons i {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

figure.team-box:hover:before,
figure.team-box.hover:before {
	-webkit-transform: skewX(-30deg) translateX(0px);
	transform: skewX(-30deg) translateX(0px);
}

.retail {
	padding: 53px;
}

.border_left {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border: 6px solid #4f46e5;
}

.shopbtn {
	text-align: center;
	position: relative;
	top: 63px;
}

.shopnow-btn {
	background-color: #06b6d4;
	padding: 15px 20px;
	color: #fff !important;
	border-radius: 10px;
}

.shape1 {
	position: absolute;
	right: -14px;
	top: 180px;
	opacity: 0.2;
	-webkit-animation: moveScale 3s linear infinite;
	animation: moveScale 3s linear infinite;
}

.shape1 img {
	width: 75%;
}

.aboutparallax {
	background-image: url("../images/aboutparallax.webp");
	padding: 60px 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.top-bg12 {
	background-color: #06b6d4 !important;
}

.aboutparallax::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
}

.headfnt {
	font-size: 45px;
}

.btn1 {
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	background-color: #4f46e5;
	color: #111827 !important;
	display: inline-block;
	text-transform: uppercase;
	transition: 1s;
	border-radius: 5px;
}

.aboutbg {
	background-image: url("../images/aboutbg.webp");
	background-position: bottom;
	background-color: beige;
	background-size: cover;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
}

.service-item1 i {
	transition: all .5s;
	font-size: 61px;
}

.icon {
	margin-right: 1em;
}

.headfont {
	font-family: Arial, sans-serif;
	font-weight: 600 !important;
}

.feature-h:hover .icon i {
	border: 2px solid #4f46e5;
	color: #4f46e5;
	background-color: transparent;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.icon i {
	color: #240542;
	font-size: 22px;
	background: #efefef;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	transform: scale(1);
	display: block;
	margin: 10px;
}

.bgcolor {
	background-color: #4f46e5 !important;
}

.parall1 {
	position: relative;
	z-index: 1;
}

.parall1::before {
	display: none;
}

.parall2 {
	position: relative;
	z-index: 1;
}

.parall2::before {
	bottom: 0;
	background: url("../images/brush.webp") repeat-x;
	content: "";
	position: absolute;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	top: -37px;
	transform: rotate(180deg);
}

.::before {
	bottom: 0;
	background: url("../images/brush1.webp") repeat-x;
	content: "";
	position: absolute;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	top: 0px;
}

. {
	position: relative;
	z-index: 1;
}

.parall4 {
	position: relative;
	z-index: 1;
}

.parall4::before {
	bottom: 0;
	background: url("../images/brush.webp") repeat-x;
	content: "";
	position: absolute;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	top: -37px;
	transform: rotate(180deg);
}

.section-title-divider {
	width: 220px;
	height: 3px;
	background: #1F5AAD;
}

.block-head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #cac9c9 solid;
	font-weight: normal;
	color: #10b981;
	font-weight: bold;
}

.font {
	font-size: 45px;
}

.block-head::before {
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display: inline-block;
	background-color: #10b981;
}

.block-head::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #10b981;
}

.icnclr1 {
	color: #ffffff;
	font-size: 30px;
	background-color: #10b981;
	border-radius: 68px;
	display: inline-flex;
	padding: 11px;
}

.text4 {
	position: relative;
	padding: 0px 0 0 59px;
	margin-top: -61px;
}

.block-head1 {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #cac9c9 solid;
	font-weight: normal;
	color: #06b6d4;
	font-weight: bold;
}

.block-head1::before {
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display: inline-block;
	background-color: #06b6d4;
}

.block-head1::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #06b6d4;
}

.icnclr2 {
	color: #ffffff;
	font-size: 30px;
	background-color: #06b6d4;
	border-radius: 68px;
	display: inline-flex;
	padding: 11px;
}

.contactbg1 {
	background-color: #06b6d4;
}

.smallborder2 {
	width: 70px;
	height: 2px;
	background-color: #06b6d4;
}

.cnticons {
	width: 80px;
	height: 80px;
	border: 2px solid #06b6d4;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	border-radius: 50%;
}

.cnticons i {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
	font-size: 30px !important;
	color: #06b6d4;
}

.header-text {
	position: relative;
	width: 100%;
	z-index: 2;
}

.header-shadow-text {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -20px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 95px;
	line-height: 70px;
	color: rgba(60, 60, 60, .08);
	z-index: 1;
}

.w0 {
	width: 0%;
}

.fixed {
	position: fixed;
	z-index: 2;
}

.priceicn {
	width: 50px;
}

.priceicn2 {
	width: 120px;
}

.point {
	bottom: 10px;
	left: 10px;
}

.point1 {
	bottom: 70px;
	left: 10px;
}

.point2 {
	bottom: 15px;
	right: 10px;
}

.blink {
	-webkit-animation: blink 1s;
	animation: blink 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes moveScale {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	100% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
}

/* ---- product cards ---- */
.product-card-wrap {
	position: relative;
	margin-bottom: 24px;
}

.product-card-wrap a {
	display: block;
}

.product-card-wrap img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
}

.product-card-wrap .pc-label {
	background: #06b6d4;
	color: #fff;
	text-align: center;
	padding: 11px 8px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-family: Arial, sans-serif;
}

.product-card-wrap:hover img {
	opacity: 0.9;
}

/* ---- brand logos ---- */
.brand-item {
	text-align: center;
	padding: 10px;
}

.brand-item img {
	max-height: 90px;
	max-width: 160px;
	object-fit: contain;
}

/* ---- why choose us (target style) ---- */
.why-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 28px;
}

.why-item .wi-icon {
	font-size: 32px;
	color: #06b6d4;
	flex-shrink: 0;
	width: 42px;
	text-align: center;
}

.why-item h5 {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 5px;
	color: #111827;
}

.why-item p {
	font-size: 13px;
	color: #6B7280;
	margin: 0;
	line-height: 1.7;
}

/* ---- floating buttons ---- */
.float-wa {
	position: fixed;
	bottom: 18px;
	left: 14px;
	z-index: 999;
}

.float-wa a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #10b981;
	color: #fff;
	font-size: 26px;
}

.float-call {
	position: fixed;
	bottom: 76px;
	left: 14px;
	z-index: 999;
}

.float-call a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #06b6d4;
	color: #fff;
	font-size: 20px;
}

.float-enquiry {
	position: fixed;
	bottom: 18px;
	right: 14px;
	z-index: 999;
}

.float-enquiry a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: linear-gradient(135deg, #4f46e5, #06b6d4);
	color: #fff !important;
	font-weight: 700;
	padding: 10px 18px;
	border-radius: 30px;
	font-size: 13px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(254, 186, 18, .6);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(254, 186, 18, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(254, 186, 18, 0);
	}
}

/* ---- misc ---- */
.clr-red {
	color: #06b6d4 !important;
}

.top-bg12 {
	background-color: #06b6d4 !important;
}

.carter {
	font-family: Arial, sans-serif;
	font-weight: 700;
}

.roboto {
	font-family: helvetica, Arial, sans-serif;
}

.headfnt1 {
	font-size: 55px;
}

@media (min-width:1px) and (max-width:767.98px) {
	.pad {
		padding: 40px 0;
	}

	.flowers {
		width: 240px;
	}

	ul.multiple-team-section {
		padding-top: 34px !important;
	}

	ul.multiple-team-section li.multi-team {
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}

	#counter li {
		width: 45% !important;
		margin: 22px auto 0px !important;
	}

	.navbar {
		clip-path: none !important;
		-webkit-clip-path: none !important;
		position: relative !important;
		padding: 4px 0 !important;
		overflow: visible !important;
		justify-content: center !important;
	}

	.navbar-toggler {
		margin: 6px auto !important;
	}

	/* Expanded menu — drops below the yellow bar */
	#mainNav.show {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #4F46E5;
		background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgb(105, 99, 233) 90%);
		z-index: 1000;
		box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
	}

	#mainNav .navbar-nav {
		width: 100%;
		padding: 6px 0;
	}

	#mainNav .nav-item {
		border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	}

	#mainNav .nav-link {
		padding: 12px 18px !important;
		text-align: left !important;
		font-size: 15px;
	}

	.logo {
		max-height: 100px;
		width: auto !important;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.pad {
		padding: 40px 0;
	}

	.navbar {
		left: auto !important;
		justify-content: center !important;
		clip-path: none !important;
		-webkit-clip-path: none !important;
		padding: 4px 0 !important;
		overflow: visible !important;
	}

	#mainNav.show {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #4F46E5;
		z-index: 1000;
		box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
	}

	#mainNav .navbar-nav {
		width: 100%;
		padding: 6px 0;
	}

	#mainNav .nav-item {
		border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	}

	#mainNav .nav-link {
		padding: 12px 18px !important;
		text-align: left !important;
		font-size: 15px;
	}
}

#notfound {
	position: relative;
	height: 100vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 410px;
	width: 100%;
	text-align: center;
}

.oopslogo {
	width: 350px;
}

.notfound h2 {
	color: #111827;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

.notfound p {
	color: #111827;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;
}

.notfound a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 4px 15px -5px #0046d5;
}