@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";

.custom-list li,
.header-top-right,
.header-top-right .enquiry-btn,
.nav-links ul {
	align-items: center;
	display: flex
}

.about-box h2,
.about-box p,
.section-des,
.swiper-slide {
	text-align: center
}

.about-box,
.blog-head ul,
.contact-info-box,
.custom-list,
.main-cat-btns {
	align-content: center
}

*,
.contact-form-blog,
form input {
	box-sizing: border-box
}

.about-img,
.gallery-img,
.keyword-img img {
	aspect-ratio: 1/1;
	object-fit: cover
}

.gallery-img {
	box-shadow: 0 0 15px -8px #000;
	padding: 20px;
	border-radius: 12px
}

.check-icon,
.thank-you-heading {
	text-shadow: 1px 1px 2px #0000001a
}

:root {
	--primary-color: #0f1934f7;
	--secondary-color: #ed0000;
	--tertiary-color: #000;
	--link-color: #000;
	--link-color2: #000
}

* {
	margin: 0;
	padding: 0;
	font-family: Poppins, serif;
	font-size: 1em
}

ul {
	list-style-type: none;
	margin-bottom: 0
}

p {
	font-size: 16px
}

.contact-form label,
a {
	font-size: 15px
}

.custom-list {
	display: flex
}

.custom-list li span {
	margin-left: 10px
}

.section-padding {
	padding: 50px 0
}

.section-bg {
	background-color: #ed8d370f
}

.section-heading-sm {
	font-size: 24px;
	margin-bottom: 15px;
	text-align: center;
	position: relative
}

.cat-nav,
.section-heading-sm span {
	position: relative
}

.pro-name-color {
	color: #12324e
}

.section-des {
	padding: 0 80px;
	margin-bottom: 50px
}

.breadcrumb {
	width: 100%;
	background-color: #ebebeb
}

.breadcrumb-bg {
	padding-top: 12px;
	padding-bottom: 6px;
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	border-bottom: 1px solid silver
}

.breadcrumb-bg h3 {
	background-color: #bdbdbd38;
	color: #000;
	padding: 7px 20px;
	font-size: 20px
}

.header-top-left span,
.header-top-right a {
	font-size: 14px;
	font-weight: 500
}

.breadcrumb span {
	color: var(--primary-color)
}

.blog-cat-box ul li a,
.blog-social-box ul li a,
.breadcrumb a,
.sitemap-catlink li a,
.sitemap-navlink li a {
	text-decoration: none;
	color: #000
}

.sitemap-catlink li a {
	color: #fff
}

.sitemap-navlink li a {
	color: #fff
}

.sidebar {
	background-color: #f5f5f5
}

#navbar-open,
.sidebar-close {
	background-color: transparent
}

.sidebar-close {
	border: none;
	font-size: 23px;
	color: #000
}

.header-top,
.related-pro-head {
	background-color: var(--primary-color);
	color: #000
}

.header-top {
	color: #fff
}

.related-pro-head {
	font-size: 24px;
	padding: 8px 20px;
	margin-bottom: 20px
}

.header-top {
	padding: 7px 50px
}

.sidebar-navlinks {
	color: #fff
}

.header-top-right a {
	text-decoration: none;
	color: #fff
}

.header-top-right a i {
	font-size: 12px
}

.header-top-right .enquiry-btn {
	margin-left: 20px;
	border: none;
	background-color: var(--secondary-color);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 4px 20px;
	border-radius: 3px
}

.header-top-right .enquiry-btn i {
	font-size: 15px;
	margin-right: 5px
}

.header-bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 50px;
	box-shadow: 0 0 10px -5px;
	background-color: #fff
}

.about-box,
.product-box {
	box-shadow: 0 0 12px -8px
}

.product-box {
	border: 1px solid #d9d9d9
}

.header-bottom-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #fff;
	transition: 1s
}

.list-group-item {
	background-color: var(--primary-color)
}

.header-bottom .logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000
}

.header-bottom .logo a span {
	font-weight: 700;
	font-size: 26px;
	margin-left: 15px;
	color: var(--primary-color)
}

.nav-links ul li .nav-link-item {
	text-decoration: none;
	color: var(--link-color2);
	display:block;
}

.header-bottom .logo a img {
	max-height: 60px;
	max-width: 330px;
	object-fit: cover
}

.sidebar-logo img {
	max-width: 218px
}

.sidebar-navlinks {
	text-decoration: none
}

.list-group-item {
	padding: 20px 30px
}

#navbar-open {
	display: none;
	border: none;
	font-size: 30px
}

.nav-links ul .nav-link-item {
	height: 60px;
	display: flex;
	align-items: center
}

.nav-links ul li .nav-link-item {
    margin: 0 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

/* Mega menu */
.mega-menu {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(6px);
	width: min(1000px, 92vw);
	background-color: #fff;
	border-radius: 10px;
	border-top: 4px solid var(--secondary-color);
	box-shadow: 0 20px 45px -10px #0f193440;
	z-index: 500;
	padding: 32px;
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease
}

.cat-nav:hover .mega-menu,
.cat-nav:focus-within .mega-menu {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0)
}

.mega-menu-single {
	width: min(480px, 92vw);
	padding: 24px
}

.mega-menu .mega-menu-single-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px 20px
}

.mega-menu-single-list li {
	border-top: 1px solid #f0f0f0
}

.mega-menu-single-list li:first-child,
.mega-menu-single-list li:nth-child(2) {
	border-top: none
}

.mega-menu-single-list li a {
	display: block;
	padding: 10px 2px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	transition: color .15s ease, padding-left .15s ease
}

.mega-menu-single-list li a:hover {
	color: var(--secondary-color);
	padding-left: 4px
}

@media (max-width: 480px) {
	.mega-menu .mega-menu-single-list {
		grid-template-columns: 1fr
	}

	.mega-menu-single-list li:nth-child(2) {
		border-top: 1px solid #f0f0f0
	}
}

.mega-menu-inner {
	display: grid;
	grid-template-columns: 1.3fr 1.3fr 1fr;
	gap: 36px
}

.mega-col-title {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: var(--primary-color);
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee
}

.mega-col-title a {
	color: inherit;
	text-decoration: none
}

.mega-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 11px
}

.mega-col ul li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	transition: color .15s ease, transform .15s ease
}

.mega-col ul li a:hover {
	color: var(--secondary-color);
	transform: translateX(3px)
}

.mega-col-cta {
	background-color: var(--primary-color);
	border-radius: 8px;
	padding: 22px
}

.mega-col-cta .mega-col-title {
	color: #fff;
	border-bottom-color: #ffffff33
}

.mega-col-cta p {
	font-size: 13px;
	line-height: 1.5;
	color: #cfd6e6;
	margin-bottom: 16px
}

.mega-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: var(--secondary-color);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 16px;
	border-radius: 5px;
	transition: background-color .15s ease
}

.mega-cta-btn:hover {
	background-color: #c20000
}

@media (max-width: 991px) {
	.mega-menu {
		display: none
	}
}

.swiper-slide {
	height: auto;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.about-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 22px;
	border-radius: 12px;
	border: 1px solid #ebebeb;
	text-align: center
}

.about-box-icon {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #0f19340f;
	margin-bottom: 18px
}

.about-box img {
	font-size: 30px;
	height: 55px;
	width: 55px
}

.about-box-icon img {
	height: 34px;
	width: 34px
}

.about-box h2 {
	margin-top: 0;
	font-size: 18px;
	color: var(--primary-color)
}

.about-box p {
	font-size: 14px;
	color: #666;
	margin-bottom: 0
}

.testimonialSwiper {
	padding: 10px 4px 40px
}

.testimonialSwiper .swiper-slide {
	height: auto
}

.section-header {
	margin-bottom: 24px
}

.section-header h3 {
	font-size: 24px;
	color: var(--primary-color);
	margin-bottom: 6px
}

.section-header p {
	color: #666;
	font-size: 14px;
	margin: 0
}

.cta-band {
	background: linear-gradient(120deg, var(--primary-color) 0%, #1c2d54 100%);
	padding: 50px 0
}

.cta-band-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap
}

.cta-band-inner h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 8px
}

.cta-band-inner p {
	color: #cfd6e6;
	font-size: 15px;
	margin: 0
}

.cta-band-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap
}

.cta-band-actions .btn-hero-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px
}

@media (max-width: 768px) {
	.cta-band-inner h2 {
		font-size: 21px
	}
}

.product-category-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px
}

.product-category {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 14px;
	box-shadow: 0 10px 28px -18px #0f193440;
	overflow: hidden
}

.product-category-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 18px;
	background: none;
	border: none;
	text-align: left;
	padding: 26px 28px;
	cursor: pointer
}

.product-category-icon {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px
}

.product-category-info {
	flex: 1
}

.product-category-info h3 {
	font-size: 19px;
	color: var(--primary-color);
	margin: 0 0 2px
}

.product-category-info p {
	font-size: 13px;
	color: #888;
	margin: 0
}

.product-category-arrow {
	flex: 0 0 24px;
	font-size: 22px;
	color: var(--secondary-color);
	transition: transform .25s ease
}

.product-category-toggle:not(.collapsed) .product-category-arrow {
	transform: rotate(180deg)
}

.product-category-list {
	list-style: none;
	margin: 0;
	padding: 0 28px 26px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px 20px
}

.product-category-list li {
	border-top: 1px solid #f0f0f0
}

.product-category-list li a {
	display: block;
	padding: 11px 4px;
	color: #444;
	text-decoration: none;
	font-size: 14px;
	transition: color .2s ease, padding-left .2s ease
}

.product-category-list li a:hover {
	color: var(--secondary-color);
	padding-left: 8px
}

@media (max-width: 768px) {
	.product-category-grid {
		grid-template-columns: 1fr
	}

	.product-category-list {
		grid-template-columns: 1fr
	}
}

.faq-modern-section {
	background-color: #fafafa
}

.faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px
}

.faq-card {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 12px;
	box-shadow: 0 8px 22px -16px #0f193440;
	overflow: hidden;
	transition: box-shadow .2s ease
}

.faq-card:hover {
	box-shadow: 0 12px 28px -16px #0f193459
}

.faq-card-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: none;
	border: none;
	text-align: left;
	padding: 20px 22px;
	font-size: 15.5px;
	font-weight: 600;
	color: var(--primary-color);
	cursor: pointer
}

.faq-icon {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #0f19340f;
	color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	transition: transform .25s ease, background-color .2s ease, color .2s ease
}

.faq-card-question:not(.collapsed) .faq-icon {
	transform: rotate(135deg);
	background-color: var(--secondary-color);
	color: #fff
}

.faq-card-answer {
	padding: 0 22px 20px
}

.faq-card-answer p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.6
}

@media (max-width: 768px) {
	.faq-grid {
		grid-template-columns: 1fr
	}
}

.eyebrow-tag {
	display: inline-block;
	color: var(--secondary-color);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 10px
}

.keyword-img {
	float: right;
	margin-bottom: 10px;
	margin-left: 30px
}

.keyword-img img {
	width: 400px;
	border-radius: 10px;
	box-shadow: 0 0 15px -10px;
	border: 1px solid #e1e1e1
}

.action-btns a,
.main-cat-btns a {
	border-radius: 5px;
	text-decoration: none
}

.keyword-content h2 {
	font-size: 27px;
	margin-bottom: 15px
}

.about-content,
.about-content p,
.keyword-content p,
.product-content p {
	text-align: justify
}

.why-choose-us {
	min-height: 482px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #cbcbcb;
	border-radius: 8px
}

.why-choose-us i {
	font-size: 65px;
	color: #ed0000
}

.why-choose-us h3 {
	font-size: 22px
}

.why-choose-us p {
	font-size: 15px;
	text-align: justify
}

.main-cat-btns {
	margin-top: 4px;
	display: flex
}

.main-cat-btns a {
	width: 50%;
	color: #f5f5f5;
	background-color: #000;
	text-align: center;
	padding: 7px 20px
}

.main-cat-btns a:first-child {
	margin-right: 7px
}

.product-box {
	margin-bottom: 30px;
	padding: 10px;
	background-color: #fff
}

.accordion-item,
.product-box-img {
	margin-bottom: 10px;
	overflow: hidden
}

.product-box-img {
	width: 100%
}

.product-box-img img {
	width: 100%;
	aspect-ratio: 2/1.6;
	object-fit: cover
}

.product-box:hover .product-box-img img {
	transform: scale(1.3);
	transition: 1s
}

.product-box:hover {
	box-shadow: 0 0 12px -3px;
	transition: .5s
}

.product-box > p:first-of-type {
	font-size: 19px;
	text-align: center;
	white-space: normal;
	overflow: visible;
	margin-bottom: 8px
}

@media (max-width: 576px) {
	.product-box > p:first-of-type {
		font-size: 15px
	}
}

.product-box p a {
	font-size: 19px;
	color: #000;
	text-decoration: none
}

.product-box > p:nth-of-type(2) {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 8px;
	white-space: normal
}

.address-box p,
.footer-second-section .col {
	text-align: center
}

.action-btns,
.mbi-footer-list {
	display: flex
}

.action-btns a {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	color: #fff;
	padding: 5px;
	font-size: 11px
}

.about-img,
.companyinfo table,
.modal,
form button,
form input {
	width: 100%
}

.action-btns a i {
	font-size: 17px;
	margin-right: 3px
}

.action-btns button {
background-color: rgb(0, 0, 0);
    color: white !important;
    border-radius: 5px;
    font-size: 12px;
    flex: 1;
    border: none;
}

.action-btns a:nth-child(2) {
	flex: 1;
	text-decoration: none;
	background-color: var(--primary-color);
	margin-right: 3px
}

.action-btns a:last-child {
	flex: 1;
	text-decoration: none;
	background-color: green;
	margin-left: 3px
}

@media (max-width: 576px) {
	.action-btns {
		flex-direction: column;
		gap: 6px
	}

	.action-btns a,
	.action-btns button {
		width: 100%;
		margin: 0 !important;
		white-space: nowrap
	}
}

.contact-section,
.faq-section {
	padding: 30px
}

.accordion-item {
	border: none;
	border-radius: 10px
}

.accordion-button {
	background-color: var(--primary-color);
	color: #fff;
	font-weight: 600;
	transition: .3s
}

.accordion-button:not(.collapsed) {
	background-color: #000;
	color: #fff
}

.accordion-button i {
	margin-right: 10px;
	color: #fff
}

.accordion-button:not(.collapsed) i,
.footer-second-section ul li a:hover {
	color: #fff
}

.accordion-button::after {
	height: 20px;
	width: 20px;
	color: #fff;
	background-image: url(../img/arrow-down-s-line.png)
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../img/arrow-down-s-line.png)
}

.accordion-button:not(.collapsed).accordion-button::after,
.close-btn:hover,
.social-icon:hover {
	color: #000
}

.accordion-button:focus {
	box-shadow: none
}

.contact-form {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 15px -8px;
	border-radius: 10px
}

.country-select {
	font-size: 13px;
	border: 1px solid #ababab;
	background-color: #f5f5f5
}

.custom-footer,
.submit-btn {
	background-color: var(--primary-color)
}

.contact-form .input-group-text {
	background-color: #f5f5f5;
	border: none;
	border-right: 2px solid #ababab;
	margin-right: 1px
}

.contact-form .form-control,
.contact-form .form-select {
	margin: 0;
	font-size: 15px;
	border: none;
	background-color: #f5f5f5;
	transition: .3s
}

.contact-form .form-control:focus {
	box-shadow: 0 0 0 .25rem #fff
}

.submit-btn {
	border: none;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center
}

.submit-btn:hover {
	background-color: var(--secondary-color);
	transform: translateY(-3px)
}

.custom-footer {
	color: #ecf0f1;
	padding-top: 30px;
	padding-bottom: 30px
}

.footer-first-section {
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 30px
}

.footer-first-section .address-box,
.footer-first-section .contact-box,
.footer-first-section .social-box {
	min-height: 160px;
	padding: 20px;
	border: 1px solid #ffffff1a;
	border-radius: 10px;
	transition: transform .2s ease, box-shadow .2s ease;
	background-color: #fff;
	box-shadow: 0 10px 24px -16px #00000059
}

.footer-first-section .address-box:hover,
.footer-first-section .contact-box:hover,
.footer-first-section .social-box:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 28px -16px #00000080
}

.contact-box p {
	display: flex;
	justify-content: center;
	font-size: 15px;
	color: #000;
	margin-bottom: 9px
}

.contact-box p span {
	margin-right: 5px
}

.contact-box p a {
	text-decoration: none;
	color: #000;
	margin-left: 5px;
	word-break: break-all
}

.address-box p {
	font-size: 15px;
	color: #000
}

.footer-first-section h4 {
	font-size: 18px;
	color: #000;
	margin-bottom: 13px;
	text-align: center
}

.footer-first-section h4 i {
	margin-right: 10px;
	font-size: 16px
}

.social-links {
	gap: 15px;
	margin-top: 15px;
	display: flex;
	justify-content: center
}

.social-icon {
	color: #fff;
	background-color: var(--primary-color);
	font-size: 16px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color .2s ease, transform .2s ease
}

.social-icon:hover {
	background-color: var(--secondary-color);
	color: #fff;
	transform: translateY(-3px)
}

.footer-second-section {
	margin-bottom: 30px
}

.footer-second-section h5 {
	color: #fff;
	margin-bottom: 25px;
	text-align: start;
	position: relative
}

.footer-second-section h5::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 1px;
	width: 90px;
	background-color: #fff
}

.footer-second-section ul {
	list-style: none;
	padding: 0
}

.footer-second-section ul li {
	white-space: normal;
	overflow: visible;
	text-align: start;
	margin-bottom: 8px
}

.footer-second-section ul li a {
	color: #fff;
	text-decoration: none;
	transition: color .2s ease, padding-left .2s ease;
	display: inline-block
}

.footer-second-section ul li a:hover {
	color: var(--secondary-color);
	padding-left: 4px
}

.footer-third-section {
	background-color: #000;
	padding: 15px 0
}

.footer-third-section p {
	margin: 0;
	color: #fffefe;
	font-size: 14px;
	text-align: center
}

.footer-third-section p a {
	text-decoration: none;
	color: #ec8d38;
	font-weight: 500
}

@media (max-width:768px) {
	.main-content {
		flex-direction: column
	}

	.social-links {
		justify-content: center
	}

	.footer-second-section .col {
		margin-bottom: 20px
	}
}

.modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	overflow: hidden;
	background-color: #0006
}

.modal-content {
	background-color: #fefefe;
	margin: 2% auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 900px;
	width: 100%;
	text-align: center;
	position: relative
}

.close-btn {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: 700;
	cursor: pointer
}

form input {
	margin: 10px 0;
	padding: 10px
}

form button {
	padding: 10px;
	background-color: #4caf50;
	color: #fff;
	border: none;
	cursor: pointer
}

.about-img {
	box-shadow: 0 0 15px -12px;
	border: 1px solid #e3e3e3;
	border-radius: 10px
}

.about-content h1 {
	font-size: 30px;
	margin-bottom: 15px
}

.about-table {
	width: 700px
}

.companyinfo table tr td,
.companyinfo table tr th {
	padding: 10px !important;
	border: 1px solid #ccc
}

@media only screen and (max-width:991px) {
	.companyinfo table {
		font-size: 22px
	}
}

@media only screen and (max-width:576px) {
	.companyinfo table {
		font-size: 17px
	}
}

.contact-info-container {
	padding: 20px
}

.contact-info-box {
	padding-bottom: 5px;
	display: flex;
	margin-bottom: 15px;
	border-bottom: 1px solid #bbb
}

.contact-info-box:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.contact-info-box .icon {
	background-color: var(--primary-color);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px
}

.contact-info-box .icon i {
	font-size: 25px;
	color: #fff
}

.contact-info-box h2 {
	font-size: 17px
}

.contact-info-box p,
.contact-info-box p a {
	font-size: 15px;
	margin-bottom: 6px
}

.contact-info-box p a {
	word-break: break-all;
	color: #000;
	text-decoration: none
}

.contact-info-box p a:hover {
	color: #474747
}

.contact-form-box {
	border-left: 1px solid #e4e4e4
}

.social-links-cont {
	display: flex;
	align-content: baseline;
	padding-left: 0;
	margin-top: 30px
}

.social-links-cont li a {
	text-decoration: none;
	font-size: 21px;
	color: #000;
	background-color: #f5f5f5;
	margin: 0 5px;
	padding: 5px 10px
}

.blog-cat-box ul li,
.blog-social-box ul li {
	padding: 10px 20px;
	font-weight: 500
}

.our-products-head {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 42px;
	padding-bottom: 11px
}

.our-products-head a {
	font-size: 22px;
	text-decoration: none;
	color: #000
}

.product-img {
	float: right;
	width: 400px;
	margin-left: 40px;
	margin-bottom: 40px;
	padding: 20px;
	box-shadow: 0 0 12px -8px
}

.product-img img {
	margin-bottom: 8px;
	width: 100%;
	aspect-ratio: 2/1.7;
	object-fit: cover
}

.sitemap-catlink li,
.sitemap-navlink li {
	background-color: var(--primary-color);
	color: #fff;
	padding: 5px 20px;
	border-radius: 3px;
	margin-bottom: 15px;
	margin-right: 15px
}

.product-content h1 {
	font-size: 24px
}

.sitemap-navhead {
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
	padding: 8px 20px;
	background-color: #000
}

.blog-cat-box ul li,
.blog-head {
	margin-bottom: 10px;
	background-color: #f1f1f1
}

.sitemap-cathead {
	font-size: 17px;
	padding: 8px 20px;
	background-color: var(--secondary-color);
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: 400
}

.sitemap-cathead a {
	text-decoration: none;
	font-size: 18px;
	color: #fff
}

.sitemap-catlink,
.sitemap-navlink {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 0
}

.blog-cat-box ul,
.blog-head ul,
.blog-social-box ul {
	padding-left: 0;
	display: flex
}

.blog-box-title {
	text-decoration: none;
	color: #000;
	font-size: 20px
}

.blog-head {
	display: flex;
	align-items: center;
	padding: 10px
}

.blog-head img {
	width: 40px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 0
}

.blog-head p {
	margin: 0 30px
}

.blog-head ul {
	margin-left: 30px
}

.blog-details h1 {
	font-size: 38px;
	margin-bottom: 15px
}

.contact-form-blog {
	box-shadow: 0 0 12px -10px;
	padding: 20px
}

.blog-cat-box,
.blog-social-box {
	margin-top: 30px;
	box-shadow: 0 0 12px -10px;
	padding: 20px
}

.blog-cat-box h3,
.blog-social-box h3 {
	font-size: 23px;
	margin-bottom: 16px
}

.blog-cat-box ul {
	flex-direction: column
}

.blog-social-box ul {
	align-items: center
}

.blog-social-box ul li {
	background-color: #f1f1f1;
	margin-right: 15px
}

.mbi-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-top: 1px solid var(--primary-color);
	width: 100%;
	display: none;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	will-change: transform;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden
}

.mbi-footer-list .mbi-menu-list {
	width: 20%
}

.mbi-footer-list .mbi-menu-list a {
	display: block;
	text-align: center;
	margin-bottom: 0;
	width: 100%;
	color: var(--primary-color);
	text-decoration: none;
	padding: 15px 5px
}

.mbi-footer-list .mbi-menu-list a i {
	font-size: 20px
}

.mbi-footer-list .mbi-menu-list a:hover {
	background-color: #f7f7f7
}

.mbi-footer-list .mbi-menu-list a p {
	margin-bottom: 0;
	font-size: 13px
}

.slick-track {
	margin-left: 0;
	margin-right: 0
}

@media only screen and (max-width:991px) {

	.keyword-img,
	.product-img {
		width: 100%;
		margin-left: 0
	}

	.category-links,
	.nav-links {
		display: none
	}

	#navbar-open,
	.navbar-btn {
		display: block
	}

	.navbar-btn {
		background-color: transparent;
		border: none;
		font-size: 25px
	}

	.keyword-img {
		margin-bottom: 20px
	}

	.keyword-img img {
		width: 100%
	}

	.city-list {
		display: grid !important;
		grid-template-columns: auto auto auto !important;
		column-gap: 20px
	}

	.modal-content {
		margin: 35% auto;
		width: 95%
	}
}

@media only screen and (max-width:557px) {

	.about-box h3,
	.action-btns a {
		font-size: 12px
	}

	.accordion-button {
		padding-right: 23px
	}

	.custom-footer {
		padding-bottom: 88px
	}

	.modal-content {
		margin: 23% auto;
		width: 95%
	}

	.about-box {
		min-height: 173px !important;
		padding: 5px
	}

	.city-list {
		grid-template-columns: auto auto !important;
		column-gap: 10px
	}

	.header-bottom {
		padding: 8px 20px
	}

	.section-des {
		text-align: justify;
		padding: 0 10px;
		margin-bottom: 50px
	}

	.contact-section,
	.faq-section {
		padding: 5px
	}

	.product-img {
		padding: 10px;
		float: right;
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px
	}

	.section-padding {
		padding: 20px 0
	}

	.action-btns a {
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: #fff;
		border-radius: 5px;
		padding: 13px 5px;
	
	}

	.action-btns a i {
		font-size: 17px;
		margin-right: 3px;
		display: none
	}

	.footer-first-section .address-box,
	.footer-first-section .contact-box,
	.footer-first-section .social-box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: 160px;
		padding: 20px;
		border: 1px solid #000;
		border-radius: 8px;
		transition: background-color .3s;
		background-color: #fff
	}

	.social-links {
		margin-top: 6px
	}

	.contact-form-box {
		border-left: none
	}

	.about-box p {
		font-size: 11px
	}

	.sidepopupcontainer {
		display: none
	}

	.mbi-footer {
		z-index: 999;
		display: block
	}
}

.floating-buttons {
	position: fixed;
	bottom: 50px;
	right: 15px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	z-index: 1000
}

.call-button,
.whatsapp-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 3px 6px #0003;
	transition: transform .3s, box-shadow .3s;
	font-size: 28px;
	animation: 1.5s infinite pulse
}

.whatsapp-button {
	background-color: #25d366
}

.call-button {
	background-color: #243c72
}

.call-button:hover,
.whatsapp-button:hover {
	transform: scale(1.05);
	box-shadow: 0 5px 10px #0000004d
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
		opacity: .8
	}

	50% {
		transform: scale(1.05);
		opacity: 1
	}
}

@media (max-width:400px) {
	.floating-buttons {
		bottom: 100px;
		right: 15px
	}

	.call-button,
	.whatsapp-button {
		width: 40px;
		height: 40px;
		font-size: 22px;
		border-radius: 50%
	}

	.call-button {
		display: none
	}
}

.sidepopupcontainer {
	position: fixed;
	top: 45%;
	right: -100px;
	z-index: 9999;
	transform: rotate(-90deg)
}

.thank-you-section {
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 4px 6px #0000001a;
	border: 1px solid #0000001a;
	text-align: center;
	background-color: #fff;
	animation: 1s ease-out fadeIn
}

.thank-you-heading {
	font-size: 2.5em;
	margin-bottom: 15px;
	color: #28a745
}

.thank-you-paragraph {
	font-size: 1.2em;
	line-height: 1.7;
	margin-bottom: 30px;
	color: #555
}

.back-link {
	display: inline-block;
	padding: 12px 25px;
	background-color: #007bff;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	margin-top: 20px;
	transition: background-color .3s;
	box-shadow: 0 2px 5px #0003
}

.back-link:hover {
	background-color: #0056b3;
	transform: translateY(-2px)
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.check-icon {
	font-size: 4em;
	color: #28a745;
	margin-bottom: 20px
}

.city-list {
	display: grid !important;
	grid-template-columns: auto auto auto auto;
	column-gap: 20px
}

.city-list li a {
	display: block;
	width: 100%
}

.country-select {
	width: 50px
}

.testimonial-container {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 14px;
	padding: 36px 32px;
	box-shadow: 0 10px 30px -18px #0f193459;
	height: 100%
}

.testimonial-quote-icon {
	font-size: 30px;
	color: var(--secondary-color);
	opacity: .85
}

.testimonial-container p {
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 26px;
	color: #444;
	line-height: 1.6
}

.testimonial-footer {
	display: flex;
	align-items: center;
	gap: 14px
}

.testimonial-avatar {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 15px
}

.testimonial-container h3 {
	font-size: 16px;
	margin: 0
}

.testimonial-container span {
	color: var(--secondary-color);
	font-size: 13px
}

.product-content table {
	width: 70%
}

.product-content table th {
	text-align: start;
	padding: 10px;
	border: 1px solid #000
}

.product-content table td {
	text-align: start;
	padding: 10px;
	border: 1px solid #000
}

.certificate img {
    height: 300px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    transition: transform 0.3s ease;
}

nav a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

nav a:hover {
    color: #f58220;
}

/* Hero split panel */
.hero-split {
	display: flex;
	min-height: 540px
}

.hero-text-panel {
	flex: 0 0 44%;
	background: linear-gradient(160deg, var(--primary-color) 0%, #1c2d54 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 56px;
	position: relative
}

.hero-text-slide {
	display: none
}

.hero-text-slide.active {
	display: block;
	animation: heroFadeIn .5s ease
}

@keyframes heroFadeIn {
	from {
		opacity: 0;
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.hero-tag {
	display: inline-block;
	background-color: var(--secondary-color);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 30px;
	margin-bottom: 18px
}

.hero-title {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 16px
}

.hero-sub {
	color: #cfd6e6;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.6
}

.hero-btns {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 32px
}

.btn-hero-primary {
	background-color: var(--secondary-color);
	color: #fff;
	border: none;
	font-weight: 600;
	padding: 13px 26px;
	border-radius: 5px;
	font-size: 15px;
	cursor: pointer;
	transition: background-color .15s ease
}

.btn-hero-primary:hover {
	background-color: #c20000
}

.btn-hero-secondary {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-weight: 600;
	padding: 11px 24px;
	border-radius: 5px;
	font-size: 15px;
	text-decoration: none;
	transition: background-color .15s ease, color .15s ease
}

.btn-hero-secondary:hover {
	background-color: #fff;
	color: var(--primary-color)
}

.hero-image-panel {
	flex: 1;
	position: relative;
	overflow: hidden
}

.hero-image-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #0f1934 0%, #0f193400 12%);
	pointer-events: none;
	z-index: 2
}

.hero-image-swiper,
.hero-image-swiper .swiper-slide {
	height: 540px
}

.hero-image-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width: 991px) {
	.hero-split {
		position: relative;
		flex-direction: column;
		min-height: 560px;
		overflow: hidden
	}

	.hero-image-panel {
		position: absolute;
		inset: 0;
		z-index: 1
	}

	.hero-image-panel::after {
		background: linear-gradient(180deg, #0f1934f0 0%, #0f1934b3 35%, #0f1934f5 100%)
	}

	.hero-image-swiper,
	.hero-image-swiper .swiper-slide {
		height: 560px
	}

	.hero-text-panel {
		position: relative;
		z-index: 2;
		flex: none;
		background: none;
		justify-content: center;
		min-height: 560px;
		padding: 40px 28px
	}

	.hero-title {
		font-size: 26px
	}

	.hero-sub {
		font-size: 14px
	}

	.hero-image-swiper .swiper-pagination {
		bottom: 16px
	}

	.hero-image-swiper .swiper-pagination-bullet {
		background-color: #fff;
		opacity: .55
	}

	.hero-image-swiper .swiper-pagination-bullet-active {
		opacity: 1;
		background-color: var(--secondary-color)
	}
}

/* Value props section */
.value-props-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px
}

.value-prop-card {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 28px 22px;
	text-align: center;
	box-shadow: 0 4px 16px -10px #0f193440;
	transition: transform .2s ease, box-shadow .2s ease
}

.value-prop-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 28px -14px #0f193459
}

.value-prop-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	border-radius: 50%;
	background-color: #0f19341a;
	color: var(--primary-color);
	font-size: 26px
}

.value-prop-card h3 {
	font-size: 17px;
	margin-bottom: 8px;
	color: var(--primary-color)
}

.value-prop-card p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0
}

@media (max-width: 991px) {
	.value-props-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width: 480px) {
	.value-props-grid {
		grid-template-columns: 1fr
	}
}

/* Product card polish */
.product-box {
	transition: transform .2s ease, box-shadow .2s ease;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column
}

.product-box .action-btns {
	margin-top: auto
}

.product-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 30px -16px #0f193459
}

.about-box {
	transition: transform .2s ease, box-shadow .2s ease;
	border-radius: 10px;
	box-shadow: 0 4px 16px -10px #0f193433
}

.about-box:hover {
	transform: translateY(-4px)
}