@font-face {
font-family: 'Arimo';
font-style: normal;
font-weight: normal;
src: local('Arimo'), url('fonts/Arimo-Regular.woff') format('woff');
}

@font-face {
font-family: 'Arimo Regular';
font-style: normal;
font-weight: normal;
src: local('Arimo Regular'), url('fonts/Arimo[wght].woff') format('woff');
}

@font-face {
font-family: 'Arimo Italic';
font-style: normal;
font-weight: normal;
src: local('Arimo Italic'), url('fonts/Arimo-Italic.woff') format('woff');
}

@font-face {
font-family: 'Arimo Italic';
font-style: normal;
font-weight: normal;
src: local('Arimo Italic'), url('fonts/Arimo-Italic[wght].woff') format('woff');
}

@font-face {
font-family: 'Arimo Bold';
font-style: normal;
font-weight: normal;
src: local('Arimo Bold'), url('fonts/Arimo-Bold.woff') format('woff');
}

@font-face {
font-family: 'Arimo Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Arimo Bold Italic'), url('fonts/Arimo-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Regular.eot');
    src: local('DM Sans Regular'), local('DMSans-Regular'),
        url('fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Regular.woff2') format('woff2'),
        url('fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Medium.eot');
    src: local('DM Sans Medium'), local('DMSans-Medium'),
        url('fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Medium.woff2') format('woff2'),
        url('fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-MediumItalic.eot');
    src: local('DM Sans Medium Italic'), local('DMSans-MediumItalic'),
        url('fonts/DMSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-MediumItalic.woff2') format('woff2'),
        url('fonts/DMSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-BoldItalic.eot');
    src: local('DM Sans Bold Italic'), local('DMSans-BoldItalic'),
        url('fonts/DMSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-BoldItalic.woff2') format('woff2'),
        url('fonts/DMSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Italic.eot');
    src: local('DM Sans Italic'), local('DMSans-Italic'),
        url('fonts/DMSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Italic.woff2') format('woff2'),
        url('fonts/DMSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Bold.eot');
    src: local('DM Sans Bold'), local('DMSans-Bold'),
        url('fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Bold.woff2') format('woff2'),
        url('fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

:root {
	--primary-color: #badaff;
	--secondary-color: #1d4cdf;
	--third-color: #2f2f2f;
	--light-bg: #f0f7ff;
	--dark-blue: #2a5eff;
	--dark-black: #111;
	--button-bg-hover-color: #ebf5ff;
	--button-bg: #3a62db;
	--button-bg-hover: #3357c6;
	--white: #ffffff;
	--box-shadow: #6a6e7138;
	--form-color:#666;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Arimo Regular', 'DM Sans';
	line-height: 1.6;
}

.h1, h1 {
	color: var(--dark-black);
}
h5{
	color: var(--secondary-color);
}
ul {
	padding-left: 0;
} 
/* Top Navigation - First section */
.top-navigation {
	background: var(--secondary-color) !important;
	padding: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1030;
}

/* Company Logo Section - Second section */
.company-header {
	background: white;
	padding: 20px 0;
	border-bottom: 1px solid #e9ecef;
	position: relative;
	z-index: 1020;
	transition: all 0.3s ease;
}

.company-logo {
	display: flex;
	align-items: center;
	gap: 20px;
}

.logo-main {
	font-size: 2.2rem;
	font-weight: bold;
}
.logo-main img {
  height: 50px;
  width: auto;
}
.logo-main .company-name {
	color: var(--primary-color);
}

.logo-main .tagline {
	font-size: 0.9rem;
	color: #2196f3;
	font-weight: 500;
	display: block;
	margin-top: -5px;
}
.fa-arrow-right::before {
  color: var(--white);
}
.iso-badge {
	background: linear-gradient(135deg, var(--primary-color), #64b5f6);
	color: white;
	padding: 15px 25px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 0.9rem;
	text-align: center;
	box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
}

.iso-badge .cert-title {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 5px;

}

.iso-badge .cert-subtitle {
	font-size: 0.8rem;
	opacity: 0.9;	
}

.cert-title {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 5px;
	/* color:var(--dark-blue); */
	color:#DAA520;
	font-style: italic;
}

/* Mobile Navigation Brand */
.navbar-brand-mobile {
	display: none;
	color: white !important;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
}

.navbar-brand-mobile .mobile-logo {
	color: var(--primary-color);
}

.navbar-brand-mobile .mobile-logo-green {
	color: #2196f3;
}

/* Navigation styles for the top bar */
.top-navigation .navbar-nav {
	width: 100%;
	justify-content: space-between;
}

.top-navigation .navbar-nav .nav-link {
	color: white !important;
	padding: 20px 25px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.top-navigation .navbar-nav .nav-link:hover,
.top-navigation .navbar-nav .nav-link.active {
	background: transparent;
	color: var(--primary-color) !important;
}

.top-navigation .navbar-toggler {
	border: none;
	padding: 12px 15px;
	background: var(--button-bg);
	border-radius: 5px;
	margin: 5px 0;
	order: 2;
}

.top-navigation .navbar-toggler:focus {
	box-shadow: none;
}

.top-navigation .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	width: 20px;
	height: 20px;
}

.navbar-nav {
	width: 100%;
	justify-content: space-between;
}

.navbar-nav .nav-link {
	color: white !important;
	padding: 20px 25px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	background: var(--primary-color);
	color: white !important;
}

.navbar-toggler {
	border: none;
	padding: 12px 15px;
	background: var(--primary-color);
	border-radius: 5px;
	margin: 10px;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	width: 20px;
	height: 20px;
}

/* Language Selector */
.language-selector {
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 20px 25px;
}

.language-selector .lang-btn {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: white;
	padding: 8px 15px;
	border-radius: 3px;
	font-size: 0.9rem;
	transition: all 0.3s ease;
	cursor: pointer;
}

.language-selector .lang-btn:hover,
.language-selector .lang-btn.active {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.search-btn {
	background: var(--primary-color);
	border: none;
	color: white;
	padding: 8px 12px;
	border-radius: 3px;
	font-size: 1rem;
	cursor: pointer;
}

/* Hero Section */
/* Hero Section */
.hero-section {
	background: url('hero-banner.webp') no-repeat;
	background-size: cover;
	background-position: right center;
	/* Always keep right side visible */
	background-attachment: fixed;
	color: white;
	/*padding: 20px 0;
    min-height: 50vh;*/
	display: flex;
	align-items: center;
}

.hero-content h1 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.2;
}

.hero-subtitle {
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: var(--primary-color);
	font-weight: 600;
}
.list-item{
	margin-left: 20px;
}
.sub-heading{
	color: var(--secondary-color);
}
.hero-content p {
	font-size: 1.2rem;
	margin-bottom: 40px;
	opacity: 0.9;
	line-height: 1.6;
	color:#1a1a1a;
}

.btn-quote {
	background: var(--button-bg);
	border: none;
	color: white;
	padding: 15px 35px;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.btn-quote:hover {
	background: var(--button-bg);
	color: var(--white);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3);
}
.btn-quote-blue {
	background: var(--button-bg-hover);
	color: var(--button-bg-hover-color);
	border: none;	
	padding: 15px 35px;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.btn-quote-blue:hover {
	background: var(--button-bg-hover);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(21, 101, 192, 0.3);
	color: var(--white);
}
.service-card .btn-know-more {
	background: var(--button-bg);
	border: 2px solid var(--button-bg);
	color: var(--white);
	padding: 0px 25px;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 5px;
	transition: all 0.3s ease;
	margin-top: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	line-height: 1;
}

.service-card .btn-know-more:hover {
	background: var(--button-bg-hover);
	color: var(--button-bg-hover-color);
	transform: translateY(-2px);
}

.service-card .btn-know-more i {
	margin-left: 8px;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
}
.customer-img{
	text-align:center;
}
.customer-img img {
	height: 58px;
	width: auto;
	display: inline-block;
	margin: 10px;
	padding: 7px;
	box-shadow: 0 5px 10px var(--box-shadow);
	transition:.3s all ease-in-out;
}

.customer-img img:hover {
	transform: translateY(-8px);
	box-shadow: 0 0px 15px var(--box-shadow);
	transition:.3s all ease-in-out
}

/*career page start*/
.apply-btn {
	display: inline-block;
	background: var(--button-bg);
	border: 2px solid var(--button-bg);
	color: var(--white);
	padding: 12px 30px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease;
	margin-top: 15px;
}

.apply-btn:hover {
	background: var(--button-bg-hover);
	color: var(--button-bg-hover-color);
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(66, 165, 245, 0.4);
}

.application-form {
	background: white;
	border-radius: 15px;
	padding: 40px;
	margin: 40px 0;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	animation: fadeInUp 0.8s ease;
}

.application-form h2 {
	color: var(--secondary-color);
	font-size: 2.2em;
	margin-bottom: 20px;
	text-align: center;
}

.form-intro {
	text-align: center;
	margin-bottom: 30px;
	color: var(--form-color);
	font-size: 1.1em;
}

.google-form-container {
	width: 100%;
	min-height: 400px;
	border: none;
	border-radius: 10px;
	overflow: hidden;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	header h1 {
		font-size: 2.5em;
	}

	.positions-grid {
		grid-template-columns: 1fr;
	}

	.application-form {
		padding: 20px;
	}
}

/*career page end*/
/* Mobile Responsive Updates */
@media (max-width: 991px) {

	/* Show mobile brand in navigation */
	.navbar-brand-mobile {
		display: block !important;
		order: 1;
	}

	/* Adjust container layout for mobile nav */
	.top-navigation .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.company-header {
		display: none;
	}

	.navbar-collapse {
		background: #1565c0;
		margin-top: 0;
		border-radius: 0;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
		order: 3;
		width: 100%;
	}

	.navbar-nav .nav-link {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		text-align: center;
		padding: 15px 20px;
	}

	.language-selector {
		justify-content: center;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		padding: 15px 20px;
	}

	.hero-content h1 {
		font-size: 2.8rem;
	}

	.hero-subtitle {
		font-size: 1.4rem;
	}
}

@media (min-width: 992px) {

	/* Hide mobile brand on desktop */
	.navbar-brand-mobile {
		display: none !important;
	}

	/* Show company header on desktop */
	.company-header {
		display: block !important;
	}
}


@media (max-width: 768px) {
	.hero-content h1 {
		font-size: 2.2rem;
	}

	.hero-subtitle {
		font-size: 1.2rem;
	}

	.hero-content p {
		font-size: 1rem;
	}

	.logo-main {
		font-size: 1.8rem;
	}

	.iso-badge .cert-title {
		font-size: 1rem;
	}

	.cert-title {
		font-size: 1rem;
	}

	.navbar-toggler {
		margin: 5px;
		padding: 8px 12px;
	}
}

.btn-primary-custom {
	background: var(--button-bg);
	border: 2px solid var(--button-bg);
	color: var(--white);
	padding: 12px 30px;
	font-size: 1.1rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-primary-custom:hover {
	background: var(--button-bg-hover);
	color: var(--button-bg-hover-color);
	transform: translateY(-2px);
}

/* Section Styles */
.section {
	padding: 80px 0;
}

.section-title {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: var(--secondary-color);
}

.section-subtitle {
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 60px;
	color: #666;
}

/* Card Styles */
.service-card,
.product-card {
	background: white;
	border-radius: 10px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	height: 100%;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.service-card:hover,
.product-card:hover {
	transform: translateY(-8px) !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.service-card i,
.product-card i {
	font-size: 3rem;
	color: var(--dark-black);
	margin-bottom: 20px;
}

.service-card h4,
.product-card h4 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 15px;
	color: var(--secondary-color);
}

.overlay-header {
	background: rgba(131, 178, 240, 0.8);
	padding: 80px 0 60px;
	width: 100%;
}

.overlay-header-home {
	background: rgba(179, 212, 255, 0.8);
	padding: 20px 0;
	width: 100%;
}

/* About Section */
.page-header-about {
	background: url('images/about-banner.webp') no-repeat center center;
	background-size: cover;
	text-align: center;
}

.about-section {
	background: var(--light-bg);
}

.about-image {
	border-radius: 10px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.about-content {
	padding-left: 40px;
}

.about-content h3 {
	color: var(--secondary-color);
	font-weight: bold;
	margin-bottom: 20px;
}

.feature-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.feature-item i {
	color: #527aba;
	margin-right: 15px;
	font-size: 1.2rem;
}

/* Contact Section */
.contact-section {
	background: var(--secondary-color);
	color: white;
}

.contact-item {
	text-align: center;
	padding: 30px 20px;
}

.contact-item i {
	font-size: 2.5rem;
	color: var(--secondary-color);
	margin-bottom: 20px;
}

.contact-item h5 {
	margin-bottom: 15px;
	font-weight: bold;
}

.contact-form {
	background: white;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact-form .form-control {
	border: 2px solid #e9ecef;
	padding: 12px 15px;
	margin-bottom: 20px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.contact-form .form-control:focus {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

/* Footer */
.footer {
	/* background:var(--secondary-color) !important; */
	background:
        linear-gradient(
            rgba(11, 42, 74, 0.15),
            rgba(11, 42, 74, 0.15)
        ),
        url("images/counter-bg.jpg") center / cover no-repeat;
	color: white;
	padding: 30px 0 20px;
}
footer ul{
	margin-left:20px;
}
.footer h5 {
	color: var(--white);
	margin-bottom: 20px;
	font-weight: bold;
}

.footer a {
	color: #ccc;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer a:hover {
	color: var(--primary-color);
}

.footer-bottom {
	border-top: 1px solid #bdbdbd;
	margin-top: 40px;
	padding-top: 20px;
	text-align: center;
	color: var(--white);
}

/* Animation Classes */
.fade-in-up {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s ease;
}

.fade-in-up.animate {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: all 0.8s ease;
}

.fade-in-left.animate {
	opacity: 1;
	transform: translateX(0);
}

.fade-in-right {
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.8s ease;
}

.fade-in-right.animate {
	opacity: 1;
	transform: translateX(0);
}

.scale-in {
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.8s ease;
}

.scale-in.animate {
	opacity: 1;
	transform: scale(1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.hero-content h1 {
		font-size: 2.5rem;
	}
	.footer {
	  padding: 20px 0 10px;
	}
	.footer-bottom {
		margin-top: 10px;
	}
	.hero-content p {
		font-size: 1.1rem;
	}
	.footer h5 {
	  margin-top: 20px;
	}
	.about-content {
		padding-left: 0;
		margin-top: 30px;
	}

	.section-title {
		font-size: 2rem;
	}

	.navbar-nav {
		text-align: center;
	}

	.navbar-nav .nav-link {
		margin: 5px 0;
	}
}

/* Page Specific Styles */
.page-content {
	/*display: none; */
	display: block;
}

.page-content.active {
	display: block;
}

/* Page Header Updates */
.page-header {
	background: var(--secondary-color);
	color: white;
	padding: 80px 0 60px;
	text-align: center;
}

.breadcrumb-custom {
	background: transparent;
	padding: 0;
	margin: 0;
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
	color: var(--third-color);
}

.breadcrumb-custom a {
	color: var(--third-color);
	text-decoration: none;
}

.breadcrumb-custom .active {
	color: white;
}

.stats-section {
	/* background: var(--dark-blue) !important;
	color: white;
	padding: 60px 0; */

	background:
        linear-gradient(
            rgba(11, 42, 74, 0.15),
            rgba(11, 42, 74, 0.15)
        ),
        url("images/counter-bg.jpg") center / cover no-repeat;
        color: #ffffff;
    padding: 30px 0;
}
/*
.stat-item {
	text-align: center;
	padding: 20px;
}

.stat-number {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.stat-label {
	font-size: 1.1rem;
	opacity: 0.9;
} */


/* Individual Stat Item */
.stat-item {
    text-align: center;
    color: #ffffff;
    padding: 20px 10px;
}

/* Highlighted Number */
.stat-number {
    font-size: 58px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 12px;

    color: #ffffff;

    /* Professional glow + depth */
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.35),
        0 6px 16px rgba(0, 0, 0, 0.4);

    position: relative;
}

/* Accent underline below number */
.stat-number::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin: 14px auto 0;
    background: linear-gradient(
        to right,
        #ffffff,
        rgba(255, 255, 255, 0.35)
    );
    border-radius: 2px;
}

/* Label Text */
.stat-label {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    max-width: 260px;
    margin: 0 auto;
font-family: "Just Another Hand", cursive;
  font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

/* Hover polish (optional but recommended) */
.stat-item:hover .stat-number {
    transform: translateY(-2px);
    transition: all 0.3s ease;
    text-shadow:
        0 0 16px rgba(255, 255, 255, 0.45),
        0 8px 20px rgba(0, 0, 0, 0.45);
}

/* Fade-in-up animation */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.fade-in-up:nth-child(1) { animation-delay: 0.1s; }
.fade-in-up:nth-child(2) { animation-delay: 0.25s; }
.fade-in-up:nth-child(3) { animation-delay: 0.4s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .stat-number {
        font-size: 46px;
    }

    .stat-label {
        font-size: 14px;
    }
}






.product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 50px;
}

.product-detail-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
	gap: 30px;
	margin-top: 50px;
}

.product-detail-grid .product-card:hover .fan-img {
	box-shadow: 0 0px 10px #8c8c8ca3;
	transition: .3s all ease-in-out;
}

.product-detail-grid .fan-img {
	border: 1px solid #ccc;
	padding: 1px;
	border-radius: 10px;
	box-shadow: 0 0px 5px #cacaca;
	transition: .3s all ease-in-out;
	width: 260px;
	height: auto;
}
.common-list {
  list-style-type: none;
}
.common-list li {
  list-style-type: none;
  background: url(images/tick.webp) no-repeat left 5px;
  padding-left: 30px;
  line-height: 25px;
  margin-bottom: 10px;
}
.product-detail-grid ul {
	list-style-type: none;
}

.product-detail-grid ul li {
	list-style-type: none;
	background: url(images/tick.webp) no-repeat left 5px;
	padding-left: 30px;
	line-height: 25px;
	margin-bottom: 10px;
}

.team-member {
	text-align: center;
	padding: 30px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.team-member:hover {
	transform: translateY(-5px);
}

.team-member img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 20px;
	object-fit: cover;
	border: 5px solid #ffffff; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.contact-info {
	background: white;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

@media (max-width: 991px) {

	.service-card,
	.product-card {
		margin-bottom: 5px;
	}
}

@media (max-width: 768px) {
	.product-detail-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 30px;
		margin-top: 50px;
	}

	.page-header-about {
		background: url('images/about-banner-mobile.webp') no-repeat center center;
	}

	.hero-section {
		background: url('images/hero-banner-mobile.webp') no-repeat;
		background-position: center center;
		background-size: cover;
	}	

	.overlay-header {
		background: rgba(100, 181, 246, 0.63);
		padding: 20px 0 20px;
	}

}


@media (max-width: 600px) {
	.product-detail-grid .product-card {
		padding: 15px;
	}

	.product-detail-grid ul, .common-list {
		padding-left: .5rem;
	}


	.section {
		padding: 30px 0;
	}	

}

.just-another-hand-regular {
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  font-style: normal;
  color:#DAA520;
  font-size: 2.2rem;
}
