@font-face {
	font-family: "Ethnocentric";
	src: url("../fonts/Ethnocentric.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Ethnocentric";
	src: url("../fonts/Ethnocentric-It.otf") format("opentype");
	font-weight: normal;
	font-style: italic;
}

/* site logo */
.site-logo img {
	margin-bottom: 20px;
	margin-top: 20px;
}
/* Apply Arial to h2 and all other headings */
h1 {
	font-family: "Ethnocentric";
}
/* header */
.main-menu ul li.nav-item .nav-link {
	font-size: 17px;
}

.navbar > .container {
	flex-direction: row;
}
.main-menu .nav-menu-wrapper {
	text-align: center;
}

.topbar-contact-info ul {
	margin-top: 15px;
}
.btn-default .group {
	font-weight: 700;
}
.topbar-contact-info ul li a {
	justify-content: right;
	text-decoration: none !important;
}
.topbar-contact-info ul li p {
	font-size: 16px;
	margin-right: 10px;
}
.topbar-contact-info ul li .icon-box {
	margin-bottom: -25px;
}
.site-logo img {
	max-width: 125%;
	margin-left: -42px;
}
.menu-link {
	display: flex;
	align-items: center;
	/* gap: 10px; 
	margin-bottom: 10px; 
}*/
}

@media (max-width: 1136px) {
	.topbar-contact-info ul {
		display: flex;
		padding: 0px;
		margin: 3px 31px;
	}
}
@media (max-width: 1052px) {
	.topbar-contact-info ul {
		display: flex;
		padding: 0px;
		margin: 3px 8px;
	}
}

@media (max-width: 526px) {
	.topbar-contact-info ul {
		display: flex;
		padding: 0px;
		margin: 3px 0px;
	}
	.topbar-contact-info ul li p {
		font-size: 14px !important;
	}
}
@media (max-width: 386px) {
	.topbar-contact-info ul {
		display: flex;
		padding: 0px;
		margin: 3px 0px;
	}
	.topbar-contact-info ul li p {
		font-size: 10px !important;
	}
}
.topbar-contact-info ul li a p:hover {
	color: #FF6C00 !important;
	font-weight: bold;
}
@media (max-width: 316px) {
	.topbar-contact-info ul {
		display: flex;
		padding: 0px;
		margin: 3px -17px;
	}
	.topbar-contact-info ul li p {
		font-size: 10px !important;
	}
}

/* Mega Menu Styling */

.menu-sections {
	display: flex;
	justify-content: space-between;
}

.menu-section {
	flex: 1;
	max-width: 50%;
}

/* Style for the HR line to be full width */
.mega_menu_item hr {
	width: 80%;
	margin: 10px auto !important;
	margin: 10px 0;
}
/* Vertical Separator */
.menu-separator {
	width: 2px;
	height: 40px;
	background-color: #FF6C00;
}

/* Aligns menu links properly */
.menu-links-container {
	display: flex;
	gap: 20px;
}
.menu-links-container a {
	font-size: 20px;
}

.menu-column {
	display: flex;
	flex-direction: column;
	/* gap: 10px;  */
}

.menu-link {
	display: flex;
	align-items: center;
	/* gap: 10px;  */
	font-size: 20px;
}
.menu-sections .menu-section .heading a,
.mega_menu_item .heading a {
	font-size: 22px;
	font-weight: 600;
	color: #000 !important;
}

.mega_menu_item h3 a {
	text-align: center;
}

.header-icon {
	width: 30px;
	height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
	.menu-sections {
		flex-direction: column; /* Stack on smaller screens */
	}
	.menu-section {
		max-width: 100%; /* Full width on small screens */
	}
	.footer-contacts {
		margin: 0px 0px 20px !important;
	}
	.quick-links {
		margin-bottom: 30px !important;
	}
	.footer-copyright {
		margin-top: 0px !important;
	}
}

/* Ensure image scaling is proper for responsiveness */

.mega_menu {
	position: absolute;
	left: 56%;
	transform: translateX(-50%);
	top: 100%;
	width: 100vw;
	padding: 20px;
	display: none;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	border-top: 3px solid #FF6C00;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: all 0.3s ease-in-out;

	z-index: 1000;
}

.mega_menu * {
	position: relative;
	z-index: 2;
}

.heading a {
	font-weight: 400;
	text-align: left !important;
}

/* Show Mega Menu on Hover */
.nav-item.submenu:hover .mega_menu {
	display: grid;
}

/* Mega Menu Items */
.mega_menu_item {
	padding: 10px;
	padding-left: 120px;
	width: 115%;
}

.mega_menu_item h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.mega_menu_item h3 a {
	color: #FF6C00 !important;
}
.mega_menu_item h3 a:hover {
	color: #040504 !important;
	background: none !important;
}
.mega_menu_item h3 a:hover {
	color: #040504;
}

.mega_menu_item a:hover {
	background: #FF6C00;
	color: white;
	padding: 5px;
}
.mega_menu_item a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #000;
	transition: 0.3s;
}

.mega_menu_item img {
	width: 100%;
	max-width: 300px;
	height: auto;
	border-radius: 15px;
}
.main-menu ul ul {
	background: none;
}

@media (max-width: 1024px) {
	.mega_menu {
		width: 90vw;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.mega_menu {
		width: 95vw;
		grid-template-columns: repeat(1, 1fr);
		padding: 15px;
	}
}

@media screen and (max-width: 768px) {
	.mega_menu_item h3 a {
		font-weight: 800;
	}
	#products-services .mega_menu {
		display: none; /* Hide the mega menu */
	}

	#products-services-link {
		display: block; /* Make sure the link is visible */
	}

	/* Remove the hover effect on small screens */
	#products-services:hover .mega_menu {
		display: none; /* Disable hover for showing the mega menu */
	}
}
@media (max-width: 991px) {
	.navbar > .container {
		margin-left: 4px;
	}
	.main-header .navbar-brand img {
		max-width: 220px;
	}

	.mega_menu {
		border-radius: 0px;
	}
	.main-menu {
		display: none;
		flex-direction: column;
		width: 100%;
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 999;
		padding: 10px 0;
	}

	.main-menu.active {
		display: flex;
	}

	.navbar-nav {
		flex-direction: column;
		margin: 0;
	}

	.nav-item {
		width: 100%;
	}

	.nav-link {
		padding: 10px 20px;
	}

	.mega_menu {
		position: static !important;
		display: none;
		background-size: cover;
		padding: 10px;
		margin-left: 0px;
	}

	.submenu.open .mega_menu {
		display: block;
	}

	/* Optional: Collapse internal spacing to prevent scroll overflow on small screens */
	.container {
		padding: 0 15px;
	}
	.topbar-contact-info ul {
		display: flex;
		padding: 0px;
		margin: 3px 34px;
	}
	.footer-contacts {
		margin: 30px 0px 0px;
	}
	.footer-links {
		margin-bottom: 20px;
	}
	.quick-links {
		margin-left: 12px;
	}
	.mega_menu {
		position: static;
		width: 100%;
		transform: none;
		display: none;
		grid-template-columns: 1fr;
	}

	.mega_menu_item h3 a {
		font-weight: 800;
	}
	.about-footer {
		margin-left: 12px;
	}
	
	.mega_menu_item {
		padding-left: 0px !important;
	}
	.secondpolymer {
		margin-left: 0px !important;
	}
	.menu-sections .menu-section {
		margin-left: 0px !important;
		padding-left: 22px !important;
	}
	.f-link {
		justify-content: flex-start !important;
	}
}
/* Responsive Design */
@media (min-width: 992px) {
	.links {
		display: flex;
	}
	.f-link {
		justify-content: flex-end !important;
	}
}
@media (max-width: 1377px) {
	.menu-sections .menu-section {
		margin-left: 10px !important;
	}
}
@media (max-width: 1200px) {
	.menu-sections .menu-section {
		margin-left: -22px !important;
	}
	.mega_menu_item {
		padding-left: 90px;
	}
	.menu-link a {
		font-size: 16px;
	}
	.mega_menu {
		width: 100vw;
	}
	.secondpolymer {
		margin-left: 30px;
	}
}
.section-title.dark-section p {
	font-size: 22px;
}
/* Footer */
/* footer {
	background-color: #58595b !important;
} */
.footer-copyright-text {
	display: flex;
	justify-content: space-between;
}

.footer-copyright {
	padding: 20px 0px;
	margin-top: 20px;
}

.footer-copyright-text a {
	color: white !important;
}
.hidden {
	visibility: hidden;
}
/* Footer Violater - Orange */
.footer-violater-orange {
	width: 100%;
	height: 12px; /* Adjust thickness */
	background: #FF6C00; /* Orange Color */
	margin-bottom: 10px;
}

/* Footer Violater - Black */
.footer-header {
	/* padding-bottom: 28px; */
	/* margin-bottom: 30px; */
}
.footer-violater-black {
	width: 100%;
	height: 15px; /* Adjust thickness */
	background: #040504; /* Black Color */
}
.section-title.dark-section p {
	font-size: 20px;
}
.footer-logo {
	margin-left: -40px;
}
.footer-logo img {
	max-width: 350px;
}
.footer-links ul li a,
.footer-copyright-text a {
	text-decoration: none;
}
@media (max-width: 576px) {
	.footer-copyright-text {
		flex-direction: column;
	}
	.add p {
		font-size: 11px !important;
	}
	.add{
		gap:30px !important;
	}
	.about-footer-content,
	.add h4 {
		font-size: 14px !important;
	}
	.quick-links {
		font-size: 13px !important;
		margin-left: 0px;
	}
	.footer-copyright-text {
		font-size: 14px;
	}
	    .btn-default span {
        padding: 10px 13px;
    }
	    .footer-logo img {
        max-width: 250px !important;
    }
	.about-footer-content p, .footer-copyright-text p{ 
		font-size: 12px !important;
		margin-left:-12px;
	}

}
@media (max-width: 435px) {
	.add {
		/* display: flex;
		flex-direction: column; */
		gap: 15px !important;
	}
	.add-border {
		margin: 15px 0px !important;
	}
}
.section-title.dark-section p {
	font-size: 23px ;
}
.footer-top {
	margin-top: 40px;
	margin-bottom: 40px;
	gap: 30px;
}

.footer-logo-area {
	max-width: 400px;
	color: var(--white-color);
}

.footer-quick-links {
	color: var(--white-color);
	font-size: 16px;
	text-align: right;
}

.footer-quick-links a {
	color: var(--white-color);
	text-decoration: none;
	margin: 0 6px;
	transition: color 0.3s ease;
}

.footer-quick-links a:hover {
	color: var(--accent-color);
}

@media (max-width: 768px) {
	.footer-top {
		flex-direction: column;
		text-align: center;
	}

	.footer-quick-links {
		text-align: center;
	}
}
.quick-links {
	color: #FF6C00;
	font-weight: 300;
	font-size: 15px;
}
.quick-links a {
	margin-left: 12px;
	margin-right: 12px;
	text-decoration: none;
	color: #fff;
}
.footer-links {
	padding-left: 0rem !important;
}
.footer-contacts {
	justify-content: right;
	text-align: right !important;
	display: flex;
}
.main-footer {
	font-family: arial;
}
.add {
	display: flex;
	gap: 100px;
	color: #999;
}
.add span {
	color: #FF6C00;
}
.add a {
	color: #999;
	text-decoration: none;
}
.add h4 {
	margin-bottom: 1rem;
	font-size: 16px;
}
.add p {
	margin-bottom: 0;
	font-size: 13px;
}
.add-border {
	border-right: 2px solid #FF6C00;
	height: 60%; /* Adjust as needed */
	margin: 30px 0;
}
/* scroll to top */
.progress-wrap {
	position: fixed;

	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 10000;
	opacity: 1;
	visibility: initial;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	right: 25px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	content: url("assets/images/arrow.svg");
	transform: scale(0.2);
	align-content: center;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: rgba(11, 11, 11, 0.9) !important;
	left: 0;
	top: 0;
	height: 41px;
	width: 42px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 1;
}
.progress-wrap::before {
	position: absolute;
	content: url("assets/images/arrow.svg");
	transform: scale(0.2);
	align-content: center;
	text-align: center;
	line-height: 46px;
	font-size: 54px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 41px;
	width: 42px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity: 1;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: #FF6C00 !important;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.circle {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.circle {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
	height: 41px;
	width: 42px;
	border-radius: 50%;
	background: rgba(11, 11, 11, 0.9) !important;
	box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
	animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
	box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.circle:before {
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	opacity: 1;
	color: rgba(11, 11, 11, 0.9) !important;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.circle:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
