@font-face {
	font-family: "Raleway";
	src: url("../fonts/static/Raleway-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "helvetica";
	src: url("../fonts/helvetica/Helvetica.ttf") format("truetype");
}

:root {
	--primary-color: #35a235;
	--hover-color: #1b4016;
	--text-color: #374151;
	--bg-color: #ffffff;
	--border-color: #e5e7eb;
	--transition-speed: 0.3s;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
/* 	font-family: "helvetica"; */
/* 	font-family: "PT Sans", serif; */
	font-family: 'Noto Sans';
	overflow-x:hidden;
}
a,
p,li {
	/* font-family: "helvetica"; */
	font-family: "Noto Sans", serif;
	font-size: 15px;
	line-height: 25px;
}

a {
	text-decoration: none;
	color: #000;
}
h2{
	font-family: 'Trajan Pro Regular';
	font-weight:600;
}
h2{
	font-size:30px;
	text-transform:uppercase;
	text-align:center;
	position:relative;
	margin-bottom:10px;
}
.banner h1 {
	font-family: "Dancing Script", serif;
	font-size: 80px;
}
.container-width{
	width:94% !important;
	margin:auto;
}
.hero-section h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	background: var(--primary-color);
	width: 120px;
	height: 3px;
}
.hero_section{
	position:relative;
}
.custom-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none; 
	z-index:9;
}

.custom-nav button {
	background: var(--primary-color);
	border: none;
	color: white;
	font-size: 1.5rem;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: all; 
	border-radius: 50%;
	transition: background 0.3s ease;
}

.custom-nav button:hover {
	background: var(--primary-color);
}

.custom-nav .prev {
	position: absolute;
	left: 70px;
}

.custom-nav .next {
	position: absolute;
	right: 70px;
}


.link_circle {
	/* 	background-color: var(--primary-color);
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff; */
	margin-right:10px;
}

.header_top {
	padding: 5px 0;
	background-color: var(--primary-color);
}

.header_top .contact_links a {
	margin-right: 20px;
	color: #fff;
}

header .shop_links {
	display: flex;
	justify-content: end;
	gap: 10px;
	height: 100%;
	align-items: center;
}

.header_main nav {
	padding: 20px 0;
	width: 100%;
}

.desktop_search {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
}

.desktop_search  .search-form {
	display: flex;
	width: 50%;
	max-width: 500px;
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
}

.desktop_search  .search-input {
	flex: 1;
	padding: 10px 15px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
}

.desktop_search  .search-input::placeholder {
	color: #aaa;
}

.desktop_search  .submit-btn {
	background: none;
	border: none;
	padding: 0 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 16px;
}

.desktop_search .submit-btn i {
	font-size: 18px;
}

.desktop_search  .submit-btn:hover {
	color: #000;
}



header nav .logo img {
	width: 100%;
}

header .menu li {
	list-style: none;
}
select.currency {
	border: none;
	padding: 2px 13px;
	
	font-size: 14px;
}
.nav-container {
	display: flex;
	width: 100%;
	justify-content:space-between;
	align-items:center;

}

.logo {
	transition: all var(--transition-speed);
}

.logo:hover {
	transform: scale(1.05);
}

.hamburger {
	display: none;
	cursor: pointer;
	background: none;
	border: none;
	padding: 10px;
	transition: all var(--transition-speed);
}

.hamburger span {
	display: block;
	width: 25px;
	height: 2px;
	background-color: var(--text-color);
	margin: 6px 0;
	transition: all var(--transition-speed);
}

.nav-links {
	display: flex;
	align-items: center;

	margin-left: auto;
	justify-content:space-between;
}

.search-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

.search-container input {
	padding: 10px 16px;
	border: 2px solid var(--border-color);
	border-radius: 8px;
	width: 220px;
	font-size: 0.95rem;
	transition: all var(--transition-speed);
}

.search-container input:focus {
	outline: none;
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.search-container button {
	padding: 10px 20px;
	background: var(--primary-color);
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 500;
	transition: all var(--transition-speed);
}
.industries_content:hover img{
	transform:rotate(360deg);
}
.search-container button:hover {
	background: var(--hover-color);
	transform: translateY(-1px);
}

.menu-item {
	position: relative;
	padding: 13px 0;

}
section.menu_links {
	background: linear-gradient(45deg, #e2120a7d, #fbf05766);
	position: -webkit-sticky; 
    position: sticky;
    top: 0;
    z-index: 1000;
	background-color: #fff;
}

/* Sticky menu style */
.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}


.menu-item a {
	color: #000;
	text-decoration: none;
	transition: color var(--transition-speed);
	font-size: 14px;
	text-transform: capitalize;
	font-family: "Noto Sans", serif;
}

.submenu {
	position: absolute;
	top: 100%;
	left: -30px;
	min-width: 450px;
	background: var(--bg-color);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all var(--transition-speed) ease-in-out;
	z-index: 100;
	display: flex;
	flex-wrap: wrap; 
	gap: 10px;
	padding: 10px; 
	justify-content: space-between; 
}


.menu-item:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.submenu-item {
	position: relative;
	padding: 5px 10px;
	border-bottom: 1px solid var(--border-color);
	transition: all var(--transition-speed);
	flex: 0 0 calc(50% - 10px);
}
.submenu-item a{
	color:#000;
	font-size: 14px;
	text-transform: capitalize;
}

.submenu-item:first-child {
	border-radius: 8px 8px 0 0;
}

.submenu-item:last-child {
	border-bottom: none;
	border-radius: 0 0 8px 8px;
}

.submenu-item:hover {
	background: #f8fafc;
}

.submenu-2 {
	position: absolute;
	top: 0;
	left: 100%;
	width: 240px;
	background: var(--bg-color);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(10px);
	transition: all var(--transition-speed);
}

.submenu-item:hover>.submenu-2 {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.has-submenu::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	transition: transform var(--transition-speed);
}

.has-submenu-2::after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 8px;
	float: right;
	margin-top: 4px;
	transition: transform var(--transition-speed);
}

.menu-item:hover>a.has-submenu::after {
	transform: rotate(180deg);
}

.submenu-item:hover>a.has-submenu-2::after {
	transform: rotate(90deg);
}

.submenu-3 {
	position: absolute;
	top: 0;
	left: 100%;
	width: 240px;
	background: var(--bg-color);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(10px);
	transition: all var(--transition-speed);
}

.submenu-item:hover>.submenu-3 {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.has-submenu-3::after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 8px;
	float: right;
	margin-top: 4px;
	transition: transform var(--transition-speed);
}

.submenu-item:hover>a.has-submenu-3::after {
	transform: rotate(90deg);
}

.banner {
	position: relative;
	width: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.overlay-content {
	text-align: center;
	color: white;
}

.overlay-content h2 {
	font-size: 36px;
	margin-bottom: 10px;

}

.overlay-content p {
	font-size: 18px;
}

.banner .owl-item.active .overlay {
	opacity: 1;
}

.banner img {
	width: 100%;
	height: auto;
}

.marquee-section {
	background-color: #424242;
	text-align: center;
	overflow: hidden;
}

.marquee {
	white-space: nowrap;
	position: relative;
	display: block;
	font-size: 16px;
	color: white;
	/* 	font-weight: bold; */
	padding: 10px 0;
	animation: marquee-animation 40s linear infinite;
}

.marquee:hover {
	animation-play-state: paused;
}

@keyframes marquee-animation {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

.oils_details {
	padding: 100px 0;
	background-color: #e5e7eb8f;
}

.oils_details .content {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 25px;
	background-color: #e5e7eb8f;
}

.industry-box i {
	color: var(--primary-color);
	margin-right: 10px;
}

.industries-section {
	padding: 70px 0 40px;
	background: #f9f9f9;
	text-align: center;
	font-family: "Noto Sans", serif;
}

.industries-section .content_img img {
	width: 90%;
	/* padding-top: 12px; */
	box-shadow: 25px 25px 0px 0 rgb(53 162 53 / 62%);
	margin-bottom: 30px;
}
.industries-section .sub_img,
.product_category .sub_img,
.featured-products-section .sub_img,
.certifications-section .sub_img,
.why_choose_us .sub_img,
.blog-section .sub_img,
.details-points .sub_img
{
	margin-bottom:50px;
}
.products_container{
	display:flex;
	flex-wrap:wrap;
}
.industry-box {
	background: #fff;
	padding: 20px;
	/* margin: 10px 0; */
	/* border-radius: 8px; */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	text-align: left;
	height: 100%;
}

.industry-box ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.industry-box ul li {
	font-size: 1rem;
	color: #555;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.industry-box ul li:last-child {
	border-bottom: none;
}

.hero-section {
	padding: 70px 0;
	background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	position: relative;
	overflow: hidden;


}
.hero-section h2{
	margin-bottom:30px;
	font-size:30px;
}
.content-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}
.row-reverse {
    flex-wrap: wrap-reverse;
}
.content-block {
	position: relative;
	padding: 40px;
	margin: 20px 0;
	background: white;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	transition: all 0.3s ease;
}

.manufacturer-block {
	margin-top: -10px;
	background: linear-gradient(135deg, var(--primary-color), var(--hover-color));
	color: white;
}

.content-block:hover {
	transform: scale(1.02) rotate(0deg);
	z-index: 3;
}

.title {
	font-size: 2.2rem;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
}

.supplier-block .title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #198754;
}

.manufacturer-block .title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 3px;
	background: white;
}

.highlight {
	color: var(--primary-color);
	font-weight: bold;
}

.manufacturer-block .highlight {
	color: #e9ecef;
}

.quote {
	font-style: italic;
	padding: 20px;
	margin-top: 30px;
	position: relative;
	border-left: 4px solid var(--primary-color);
	background: rgba(25, 135, 84, 0.1);
	border-radius: 0 15px 15px 0;
}

.manufacturer-block .quote {
	border-left-color: white;
	background: rgba(255, 255, 255, 0.1);
}

.floating-badge {
	position: absolute;
	padding: 10px 25px;
	background: white;
	border-radius: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	font-weight: 500;
}

.badge-1 {
	top: -15px;
	right: 40px;
	color: #198754;
}

.badge-2 {
	bottom: -15px;
	left: 40px;
	color: var(--primary-color);
}

.decorative-circle {
	position: absolute;
	border-radius: 50%;
	opacity: 0.1;
}

.circle-1 {
	width: 200px;
	height: 200px;
	background: #198754;
	top: 10%;
	left: 5%;
}

.circle-2 {
	width: 300px;
	height: 300px;
	background: #20c997;
	bottom: 10%;
	right: 5%;
}



.aromatic-summary,
.blends-with,
.common-names {
	font-size: 14px;
	color: #555;
}

.category-section h5 {
	font-size: 15px;
}

.btn-primary {
	background-color: var(--primary-color);
	color: white;
	font-weight: bold;
	padding: 0.5rem 1.5rem;
	border-radius: 30px;
	text-decoration: none;
	transition: background-color 0.3s ease, transform 0.3s ease;
	border: none;
	margin-top: 10px;
}

.btn-primary:hover {
	background-color: var(--hover-color);
	transform: translateY(-3px);
}


.testimonials-section {
	background-color:#edd3d2;
	padding: 100px 0;
	position:relative;
}
.testimonials-section h3{
	color:var(--primary-color);
	text-align:center;
}
.testimonials-section h2{
	text-transform:uppercase;
	position:relative;
}


.testimonial-item {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	transform: translateY(0);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
	padding:20px;
	min-height:400px;
}

.testimonials-section .custom-nav .prev{
	position: absolute;
    left: -29px;
	height:40px;
	width:40px;
}
.testimonials-section .custom-nav i{
	font-size:16px;
}
.testimonials-section .custom-nav .next{
	position: absolute;
    right: 55px;
	height:40px;
	width:40px;
	background-color:var(--primary-color)
}
.testimonial-item::before {
	content: '"';
	position: absolute;
	top: -20px;
	right: 30px;
	font-size: 150px;
	color: rgba(0, 0, 0, 0.05);
	font-family: "Noto Sans", serif;
}

.testimonial-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.testimonials-section .client-info {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	position: relative;
}

.testimonials-section .client-image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
	overflow: hidden;
	border: 4px solid white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(0);
	transition: transform 0.3s ease;
}

.testimonial-item:hover .client-image {
	transform: translateY(-5px);
}

.client-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.testimonial-item:hover .client-image img {
	transform: scale(1.1);
}

.client-details {
	flex-grow: 1;
}

.client-details h4 {
	color: #1a2a6c;
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: 600;
}

.client-details p {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
}

.testimonial-content {
	color: #444;
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.rating {
	display: flex;
	gap: 5px;
	margin-top: 20px;
}

.star {
	color: transparent;
	background: linear-gradient(45deg, #ffd700, #ffa500);
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 24px;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}

.highlight-tag {
	display: inline-block;
	padding: 5px 12px;
	background-color: var(--primary-color);
	color: white;
	border-radius: 15px;
	font-size: 0.8em;
	margin-top: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.testimonials-section .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	background: white !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
	transition: all 0.3s ease !important;
}

.testimonials-section .owl-nav button:hover {
	background-color: var(--primary-color) !important;
}

.testimonials-section .owl-nav button span {
	font-size: 28px;
	line-height: 30px;
	color: #1a2a6c;
	transition: color 0.3s ease;
}

.testimonials-section .owl-nav button:hover span {
	color: white;
}

.testimonials-section .owl-prev {
	left: -25px;
}

.testimonials-section .owl-next {
	right: -25px;
}

.testimonials-section .owl-dots {
	margin-top: 30px !important;
}

.testimonials-section .owl-dot span {
	background: rgba(255, 255, 255, 0.5) !important;
	transition: all 0.3s ease !important;
}

.testimonials-section .owl-dot.active span {
	background: white !important;
	transform: scale(1.2);
}

@media (max-width: 768px) {
	.testimonial-item {
		padding: 30px 20px;
	}
	.head_top-extra{
		display:none;
	}
	.client-image {
		width: 60px;
		height: 60px;
	}
	.section-title {
		font-size: 2em;
	}
}
.footer {  
    position: relative;
    overflow: hidden;
}
@keyframes borderFlow {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}

.footer-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}
.heading_subImg{
	text-align:center;
	margin-bottom:25px;
}.new_whole_supplier .heading_subImg{
	text-align:left;
}
.new_whole_supplier .heading_subImg img{
	width:150px;
}
.heading_subImg img{
	width:200px;
}

.footer-section {
	position: relative;
}
.footer_top h3::after{background:#000 !important;}
.footer_top h3 {color:var(--primary-color) !important;}
.footer-section h3 {
	color: #E59D37;
	font-size: 1.3rem;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}

.footer_top{
	background-color:#f1e6d3;
	padding:50px 0;
}
.footer_bot{
	background:#424242; 
	padding:50px 0 20px 0;
}
.footer-content:nth-child(1) .footer-links a{
	color:#000;
}
.footer_bot .footer-links a{
	color:#fff !important;
}
.footer-section h3::after{
	background:#000;
}
.footer-section h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	/*             background: #faf24f; */
	background:#fff;
	transition: width 0.3s ease;
}

.footer-section:hover h3::after {
	width: 75px;
}

.footer-links {
	list-style: none;
	padding:0;
}
.footer-section ul {
    padding: 0;
}
.footer-section ul li {
    list-style: none;
    padding: 0;
    line-height: 30px;
}
.footer-section ul li a {
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    position: relative;
	color:#fff;
}
.footer-section ul li a:before {
    content: "\f054";
    font-family: 'FontAwesome';
    padding-right: 10px;
}
/* .footer-links li {
	line-height:30px;
} */
.contact-item p{
	color:#fff;
}

/* .footer-links a {
	color:#fff;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
}
 */
.footer-links a:hover {
	color: var(--primary-color);
	transform: translateX(5px);
}

/* .footer-links a i {
	margin-right: 8px;
	font-size: 0.9rem;
} */

.contact-info {
	margin-top: 20px;
}

.contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	transition: transform 0.3s ease;
}

.contact-item:hover {
	transform: translateX(5px);
}

.contact-item i {
	width: 30px;
	height: 30px;
	background: #60932e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	color: #fff;
}

.social-links {
	display: flex;
	gap: 15px;
	margin: 15px 0 20px 0;

}
.head_top-extra{
	text-transform:uppercase;
}

.counters {
  background: linear-gradient(45deg, #e2120a7d, #fbf05766);
  padding: 50px 0;
  text-align: center;
}

.counters h2 {
  
  font-weight: bold;
  color: #343a40;
}
.btn-primarybutton {
	position: relative;
    transition: all 0.5s ease-in-out;
    padding: 10px 30px;
    border: 2px solid var(--primary-color);
    border-radius: 0;
    color: var(--primary-color);
    width: 140px;
    display: inline-block;
    font-size: 16px;
	background: var(--primary-color);
	color: #fff;
	
}
a.btn-primarybutton:hover {
    border: 2px solid  var(--primary-color);
    background: transparent;
    color: var(--primary-color);
}
/* .btn-primarybutton::before {
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    position: absolute;
    left: -72px;
    top: 7px;
    transition: width 0.5s ease, border-radius 0.5s ease;
}

.btn-primarybutton:hover::before {
    width: 173px; 
    border-radius: 5px; 
}

.btn-primarybutton::after {
    content: "";
    background-image: url('https://indiaaroma.amangarg.co.in/wp-content/uploads/2025/01/arrow.png');
    position: absolute;
    left: -44px;
    top: 30px;
    transform: translateY(-50%);
    transition: color 0.3s ease, left 0.3s ease;
    font-size: 22px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    background-position: center;
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
    background-size: contain;
    background-repeat: no-repeat;
}
 */

.counter-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin-bottom:20px;
}

.counter-card:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.counter-card span {
  font-size: 40px;
  color: #35a235;
  font-weight: bold;
}

.counter-card p {
  font-size: 1.2rem;
  color: #555;
  margin-top: 10px;
}
	
.social-links a {
	width: 35px;
	height: 35px;
	background: #60932e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-links a:hover {
	background: var(--primary-color);
	color: #fff;
	transform: translateY(-3px);
}

.footer-bottom {
	text-align: center;
	margin-top: 40px;
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-bottom p {
	color: #fff;
	font-size: 0.9rem;
}

@media (max-width: 768px) {
	.footer-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.footer {
		padding: 40px 0 0px;
	}
}

.newsletter-form {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.newsletter-form input {
	flex: 1;
	padding: 10px;
	border: none;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	outline: none;
}

.newsletter-form button {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	background: #60932e;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}

.newsletter-form button:hover {
	background: #faf24f;
	transform: translateY(-2px);
}


.search-trigger {

	position: relative;
	top: 29px;
	background-color: var(--primary-color);
	border: none;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	color: white;
	display:none;
}

.search-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(5px);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.search-modal.active {
	display: flex;
	animation: fadeIn 0.3s;
}

.search-container {
	background: white;
	padding: 30px;
	border-radius: 15px;
	width: 90%;
	max-width: 600px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.2);
	animation: slideIn 0.3s;
}

.search-form {
	display: flex;
	gap: 10px;
	width:100%;
}

.search-input {
	flex: 1;
	padding: 15px;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	font-size: 16px;
}

.search-input:focus {
	outline: none;
	border-color: #6366f1;
}

.submit-btn {
	padding: 15px 30px;
	background: #6366f1;
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 500;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	color: white;
	font-size: 24px;
	cursor: pointer;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes slideIn {
	from { transform: translateY(-20px); opacity: 0; }
	to { transform: translateY(0); opacity: 1; }
}

.banner-button {
    display: flex;
    padding: 7px 30px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #2A822A;
    position: relative;
    width: 200px;
    min-height: 55px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}
/* .banner-button::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 200%;
height: 100%;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
z-index: 1;
transition: left 0.5s ease;
}
*/
/* .banner-button:hover {
transform: translateY(-3px);
background: linear-gradient(135deg, #60932e, #1b4016);
box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4);
}

.banner-button:hover::before {
left: 100%;
}

.banner-button:active {
transform: translateY(1px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
*/
.section-header {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

/* .section-title {
font-size: clamp(1.5rem, 3vw, 2.5rem);
margin-bottom: 30px;
letter-spacing: 2px;
border-bottom: 2px solid #ccc;
display: inline-block;
padding-bottom: 10px;

margin-bottom: 1rem;
} */

.section-subtitle {
	color: #636e72;
	font-size: clamp(0.9rem, 1.5vw, 1.1rem);
}

.badges-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
}

.badge-card {
	background: white;
	border-radius: 20px;
	padding: 1.5rem;
	min-height:125px;
	min-width: 280px;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.badge-card:hover {
	transform: scale(1.1);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.icon-wrapper {
	width: 60px;
	height: 60px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	flex-shrink: 0;
	position: relative;
}

.icon-wrapper::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 15px;
	padding: 2px;
	background: linear-gradient(45deg, #00b894, #00cec9);
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.badge-content {
	flex-grow: 1;
}

.badge-title {
	font-size: 1.1rem;
	color: #2d3436;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.badge-description {
	font-size: 0.9rem;
	color: #636e72;
	line-height: 1.4;
}

section.certifications-section {
	padding: 50px 0;
	background-color: #ffffff;

}
.badge-card:nth-child(1) .icon-wrapper::before { background: linear-gradient(45deg, #00b894, #00cec9); }
.badge-card:nth-child(2) .icon-wrapper::before { background: linear-gradient(45deg, #6c5ce7, #a29bfe); }
.badge-card:nth-child(3) .icon-wrapper::before { background: linear-gradient(45deg, #fdcb6e, #ffeaa7); }
.badge-card:nth-child(4) .icon-wrapper::before { background: linear-gradient(45deg, #ff7675, #fab1a0); }
.badge-card:nth-child(5) .icon-wrapper::before { background: linear-gradient(45deg, #55efc4, #81ecec); }
.badge-card:nth-child(6) .icon-wrapper::before { background: linear-gradient(45deg, #74b9ff, #a3d8f4); }
section.details-points .content_box:hover {
    transform: translateY(-15px);
}

@media (max-width: 768px) {
	.badge-card {
		flex: 0 1 calc(50% - 1rem);
		min-width: 250px;
	}
}

@media (max-width: 480px) {
	.badge-card {
		flex: 0 1 100%;
	}

}
.certifications-section i{
	color:var(--primary-color);
}
.why_choose_us{
	padding:70px 0 70px 0;
}
.features-slider {
	display: flex;
	justify-content:space-between;
	overflow-x: auto;
	padding: 1rem;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	flex-wrap:wrap;

}

.features-slider::-webkit-scrollbar {
	display: none;
}

.feature-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	flex: 0 0 auto;
	width: clamp(100px, 15vw, 140px);
}

.icon-circle {
	width: 80px;
	height: 80px;
	
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.icon-circle i {
	font-size: 1.8rem;
	color: #fff;
}

.feature-item:hover .icon-circle {
	transform: scale(1.1);
}

.feature-text {
	text-align: center;
	font-size:18px;
	color: #333;
	font-weight: 600;
	line-height: 1.2;
}
.features-container {
	position: relative;
}
.navigation-arrows {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	pointer-events: none;
	padding: 0 1rem;
}

.arrow {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	pointer-events: auto;
	transition: all 0.3s ease;
}

.arrow:hover {
	background: #FFF8E7;
}

@media (max-width: 768px) {
	.feature-item {
		width: clamp(33%, 15vw, 140px);
		margin-bottom:20px;
	}

	.icon-circle {
		width: 60px;
		height: 60px;
	}

	.icon-circle i {
		font-size: 1.4rem;
	}

	.feature-text {
		font-size: 0.8rem;
	}
}
.certificate_logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px; 
	padding: 20px;
}

.c-logo {

	max-width: 200px;
	text-align: center;
}

}

.industries-section {
	padding: 60px 20px;
	text-align: center;
}



.industries-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}


.industries-section .col-lg-4{
	margin-bottom:20px;
	transition:all 0.5s ease-in-out;
}
.industries-section .col-lg-4:hover{
	transform:translatey(-20px);
}


.featured-products-section {
	padding: 70px 0;
	background:#f9f9f9;
	/* 	margin-bottom:200px; */
}


.product-card {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	transition: transform 0.3s, box-shadow 0.3s;
	min-height:350px;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.product-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.product-info {
	padding: 15px;
}

.product-info h5 {
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.product-info p {
	font-size: 0.9rem;
	color: #777;
	margin-bottom: 10px;
}

.product-info .btn {
	background-color: #60932e;
	color: #fff;
	font-size: 0.9rem;
	padding: 8px 12px;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
}

.product-info .btn:hover {
	background-color: #4d7b24;
}



.blog-section {
	padding: 70px 0;
}

.blog-card {
	border: none;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	transition: all 0.4s ease;
	height: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog-card:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.blog-image-wrapper {
	position: relative;
	overflow: hidden;
	height: 250px;
}

.blog-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}

.blog-card:hover .blog-image {
	transform: scale(1.1);
}

.blog-category {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--primary-color);
	padding: 8px 20px;
	border-radius: 30px;
	font-weight: 600;
	backdrop-filter: blur(5px);
}

.blog-meta {
	font-size: 0.9rem;
	color: #6c757d;
	display: flex;
	gap: 15px;
}

.blog-meta i {
	color: var(--primary-color);
}

.card-body {
	padding: 20px;
}

.card-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #1f2937;
}

.read-more {
	color:var(--primary-color);
	text-decoration: none;
	font-weight:700;
}



@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}

.floating-shape {
	position: absolute;
	z-index: -1;
	opacity: 0.1;
	animation: float 6s ease-in-out infinite;
}

.shape-1 {
	top: 10%;
	left: 10%;
}

.shape-2 {
	top: 60%;
	right: 10%;
	animation-delay: -2s;
}

.shape-3 {
	bottom: 10%;
	left: 50%;
	animation-delay: -4s;
}
.product_category{
	padding:70px 0 70px 0;
	background: linear-gradient(45deg, #e2120a7d, #fbf05766);
}

.product_category  h3{
	font-size:18px;
	margin:30px 0;
	text-align:center;
}
.category_content-box {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	overflow:hidden;
}
.product_category .col-lg-6{
	margin-bottom:15px;
}
.category_content-box:hover{
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); 	
}
.category_content-box img{
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category_content-box:hover img{
	transform: scale(1.1); 
}
.category_content-box img{
	width:100%;
}
.categoryBox .categoryImage img {
	width: 100%;
	transition: transform 0.3s ease-in-out;
}
.certifications-section .parent_div{
	overflow:hidden;
	flex: 0 1 calc(33.333% - 1rem);
}
.categoryBox {
	text-align: center;
	margin-bottom: 20px;
}
.categoryBox h4 {
	margin-top: 20px;
	font-size: 23px;
	font-family: 'Dancing Script';
	letter-spacing: 1px;
}
.categoryBox h5 {
	font-family: "Noto Sans", serif;
	font-size: 16px;
}
.categoryBox .categoryImage {
	/*     padding: 10px; */
	position: relative;
	width: 100%;
	position: relative;
	border-radius: 100%;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	border: 2px solid var(--primary-color);
	overflow: hidden;
}
.categoryBox:hover img{
	transform:scale(1.1);
}


.featured-products-section select{
	border:none;
	padding:5px 10px;
	border-radius:0;
	background-color:#d8d8d8;
}
section.details-points {
	padding: 70px 0;
	background-position: center;
	background-size: cover;
	background-image: url(/wp-content/uploads/2025/01/banner.webp);
	background-attachment: fixed;
	position: relative;
}
section.details-points .img img{
	width:100%;
	border-radius:10px;
}
section.details-points:before {
	content: "";
	background: #00000082;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
section.details-points h2 {
	color: #fff;
}

section.details-points .content_box .img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 100%;
	/*     font-size: 45px; */
	margin-top: 15px;
	/*     color: var(--primary-color); */
}
section.details-points .content_box .img i {
	width: 55px;
	height: 55px;
	background-color: var(--primary-color);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	color: #fff;
	box-shadow: 0 0 3px 7px rgb(53 162 53 / 20%);
}
section.details-points .content_box{
	background-color: #ffffffba;
	margin-bottom: 20px;
	min-height: calc(100% - 20px);
	position: relative;
	/* border-radius: 15px; */
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	/* border: 1px dashed var(--primary-color); */
	padding: 10px;
	text-align:center;
	transition:transform 0.5s ease-in-out;
}
.content_box:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    height: 96%;
    /* border-radius: 10px; */
    /* opacity: 0.4; */
    border: 2px dashed #35a235;
}
/* section.details-points .content_box::after {
content: '';
height: 100%;
width: 100%;
background: #080a0f30;
position: absolute;
left: 0;
top: 0;
} */
section.details-points h3 {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 20px;
}
section.details-points .content {
	padding: 15px;
}
section.details-points ol {
	padding: 0;
	list-style: none;
	text-align: center;
}
section.details-points li {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
	color: #333;
	font-family: "Noto Sans", serif;
}
/* section.details-points h2{
color:#fcf055;
} */
.testimonials-section #left-top-img {
	position: absolute;
	left: 0;
	top: 0;
}
.testimonials-section #right-bottom-img {
	position: absolute;
	right: 0;
	bottom: 0;
}
button.blog_btn {
	border: none;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 16px;
	text-align: center;
	padding: 3px 10px 3px 10px;
}
.extra_added_content {
    background: #80808021;
    padding: 40px 0;
}
 .x
{
	background-color:#000 !important;
}
 .fb
{
	background-color:#2951a3 !important;
}
 .insta{
  background: #d6249f !important;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
} .pin{
	background-color:red !important;
}
.linkedin{
	background-color:#1f609c !important;
}
.sub_img img {
	width: 200px;
}
.featured-products-section{
	position:relative;
}
.featured-products-section .top_left_img img,
.featured-products-section .bottom_right_img img{
	width:100%;
}
.top_left_img {
	position: absolute;
	left: 0;
	top: 0;
	width:250px;
}
.bottom_right_img {
	position: absolute;
	bottom: 0;
	right: 0;
	width:300px;
}
.products_container{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.product_container_box {
	width: 100%;
	margin: auto;
	display:flex;
	gap:10px;
	flex-wrap: wrap;
	justify-content:center;
}
.product_container_box .content{
	background-color:#fff;
	padding:10px;
}
.product_box{
	width: calc(20% - 20px);
}
.product_img img {
	width: 100%;
}
.product_box h3 {
	font-size: 16px;
/* 	font-family: 'helvetica'; */
	font-weight: 600;
	margin-bottom:0px;
	/* 	padding-left:10px; */
}
.product_box h4 a{
	font-size: 16px;
	font-family: "Noto Sans", serif;
	font-weight: 600;
	color: var(--primary-color);
	/* 	padding-left:10px; */
}
.product_box .btn.submitbtn{
	background: var(--primary-color);
	width: 100%;
	color: #fff;
	margin: 10px 0;
	border-radius:0;
}
.star_img {
	width: 110px;
	padding: 5px 0;
}
.star_img img{
	width:100%;
}

/* .product_container_box form{
padding-left:10px;
padding-right:20px;
} */
.header{
	margin: 0 0 !important;
}
.header a{
	width:25px !important;
	height:25px !important;
	gap:5px;
}
#shop_links_mobiles a{
	width:35px;
	height:35px;
	background-color:var(--primary-color);
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	color:#fff;
	position:relative;
}
.underline {
	background: #35a235;
	width: 100px;
	height: 3px;
	margin: auto;
}
.scale-img {
	transition: transform 0.5s ease-in-out;
}
.product_img{
	position:relative;
}
.p_img2{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:opacity 0.5s ease-in-out;
}
.product_img:hover .p_img2{
	opacity:1;
}

.about-banner {
	position: relative;
	background: url('https://indiaaroma.amangarg.co.in/wp-content/uploads/2025/01/ABOUT_US_NEW.jpg') center/cover no-repeat;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	overflow: hidden;
}

.about-banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6); 
	z-index: 1;
}

.container {
	position: relative;
	z-index: 2;
}

.banner-title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 15px;
	color:var(--primary-color);

}

.breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
}

.breadcrumb-item a {
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s;
}

.about-banner {
	animation: fadeInBanner 1.5s ease-in-out;
}

@keyframes fadeInBanner {
	0% {
		opacity: 0;
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.about-us {
	padding: 80px 0;
	background: linear-gradient(to bottom right, #f9f9f9, #eaf8ea);
	color: #333;
}

.about-us h2{
	text-align: left;
}
.about-us .underline{
	margin: 0 0 20px 0;
}
.about-text {
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 15px;
	color: #555;
}

.about-text strong {
	color:var(--primary-color); 
}

.about-image {
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}




/* Section Styling */
.info-section {
	padding: 60px 20px;
	background: #f9f9f9;
}

/* Icon Styling */
.info-icon {
	width: 80px;
	height: 80px;
	background:var(--primary-color);
	color: #fff;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}

/* Title Styling */
.info-title {
	font-size: 1.8rem;
	font-weight: bold;
	color: #1b4016; /* Dark green */
	margin-bottom: 15px;
	text-align: left;
}

/* Text Styling */
.info-text {
	font-size: 1rem;
	color: #555;
	line-height: 1.8;
}

.info-text strong {
	color: var(--primary-color);
}

/* List Styling */
.info-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.info-list li {

	color: #1b4016;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 0.9rem;

	transition: background-color 0.3s ease, color 0.3s ease;
}


/* General Section Styling */
.specifications-section {
	padding: 60px 20px;
}



.section-description {
	font-size: 1rem;
	color: #555;
	margin-bottom: 30px;
}

/* Accordion Styling */
.accordion-item {
	margin-bottom: 20px;
	border: none;
}


.accordion-button {
	background: #fff !important;
	color: #000 !important;
	font-size: 1rem;
	font-weight: bold;
	padding: 10px 20px;
	border: 1px solid #000 !important;
	border-radius: 5px;
	text-align: left;
	transition: background-color 0.3s ease, color 0.3s ease;
	border:none;
	min-height:50px;

}
.accordion-button[aria-expanded="true"] {
    background-color: var(--primary-color) !important;
    color: #fff !important;
	border:none !important;
}
.accordion-button[aria-expanded="true"]::after {
    filter: invert(1) !important;
}
.accordion-button:hover, .accordion-button:focus {
	background: var(--primary-color);
	color: #fff;
}

.accordion-collapse {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	
}
div#accordionExample {
    margin-bottom: 50px;
}
.accordion-body ul {
	list-style: none;
	padding: 0;
}

.accordion-body ul li {
	font-size: 1rem;
	color: #555;
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}

.accordion-body ul li::before {
	content: "•";
	color: var(--primary-color);
	position: absolute;
	left: 0;
	font-size: 1.2rem;
}
#about_whychooseus .section-block {

	position: relative;
}



#about_whychooseus .content-card {
	background: white;
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	margin-bottom: 2rem;
	
	transition: transform 0.3s ease;
}

#about_whychooseus .content-card:hover {
	transform: translateY(-5px);
}

#about_whychooseus h2{
	text-align: left;
}



#about_whychooseus .feature-list {
	list-style: none;
	padding: 0;
}
#about_whychooseus #Shipping{
	margin-bottom: 100px;
}
#about_whychooseus .feature-list li {
	padding: 10px 0 0 0;
	padding-left: 2rem;
	position: relative;
}

#about_whychooseus .feature-list li::before {
	content: '★';
	position: absolute;
	left: 0;
	color: var(--primary-color);
}

#about_whychooseus .shipping-note {
	background: #f1f5f9;
	border-radius: 8px;
	padding: 1rem;
	margin: 1rem 0;
}
#contact-us {
	background-color: #f8f9fa;
}

#contact-us h2 {
	font-weight: bold;
	letter-spacing: 2px;
}

#contact-us .card {
	border-radius: 12px;
}

#contact-us .card-title {
	font-size: 1.25rem;
	font-weight: bold;
}

#contact-us .card-text {
	color: #444;
}

#contact-us .card i {
	color: #fff;
	margin-right: 8px;
	background: var(--primary-color);
	padding: 10px;

}

#contact-us .card a {
	text-decoration: none;
	color: #1b4016;
}

#contact-us .card a:hover {
	text-decoration: underline;
	color: #60932e;
}

#contact-section {
	background-color: #f8f9fa;
}

#contact-section h2 {
	font-weight: bold;
	letter-spacing: 2px;
}

#contact-us .card-title {
	font-size: 1.25rem;
	font-weight: bold;
}

#contact-us .card i {
	transition: transform 0.3s, color 0.3s;
}

#contact-us .card i:hover {
	transform: scale(1.2);

}




.map iframe {
	min-height: 440px;
	width: 100%;
}
.contact-soical-link{
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.contact-soical-link a:first-child{
	background: #336ea6;
	color: #fff;
	padding: 10px;
} 
.contact-soical-link a:nth-child(2){
	background: #e81b27;
	color: #fff;
	padding: 10px;
} 
.contact-soical-link a:nth-child(3){
	background: linear-gradient(114deg, blue, red);
	color: #fff;
	padding: 10px;
} 
.contact-soical-link a:nth-child(4){
	background: #057eb2;
	color: #fff;
	padding: 10px;
} 
.contact-soical-link a:nth-child(5){
	background: #4287cd;
	color: #fff;
	padding: 10px;
} 
.contact-soical-link a i{
	transition: all 0.3s ease-in-out;
}

.contact-soical-link a:hover i{
	transform: scale(1.5);
}
#contact-section textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	height: 105px;
	background-color: var(--bs-body-bg);
	color: var(--bs-body-color);
	border-color:#dee2e6;
	padding: 10px;
}
#contact-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: var(--primary-color);
	color: #fff;
	border: none;
	min-width: 150px;
	min-height: 50px;

}
section.industries-section {
    background-image: url(/wp-content/uploads/2025/01/banner-2.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}
.industries-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #00000094;
}
.industries_content {
	padding: 10px 10px 20px 10px;
	position: relative;
	text-align: center;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
	border-radius: 25px;
	margin-bottom: 50px;
	background: #fff;  
	transition: background 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.featured_Img img {
    transition: transform 0.2s ease-in-out; 
}
.industries_content:hover { 
	background: linear-gradient(45deg, #e2120a7d, #fbf05766);
}
.industries_content:hover .featured_Img img{
	transform:rotate(360deg);
}

.featured_Img{
	padding:15px;
}
.featured_Img img {
    width: 100px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border-radius: 100%;
    height: 100px;
    object-fit: cover;
}
.industries_content .link p {
	position: relative;
	font-size: 15px;
	line-height: 25px;
	padding: 5px;
	text-align: center;
	background-color: var(--primary-color);
	font-weight: 500;
	border-radius: 50px;
	color: #fff;
	min-height: 35px;
	width: 85%;
}
.industries_content .link {
    align-items: center;
    display: flex;
    justify-content: center;
}
.new_whole_supplier{
	overflow:hidden;
	background-color:#f1e6d3;
}
.new_whole_supplier h2{
	text-align:left;	
}

.new_whole_supplier .underline{
	margin:0;
	margin-bottom:15px;
}
.new_whole_supplier img{
	width:100%;
}

section.new_whole_supplier .content {
	padding: 50px 0 0 15px;
}
/* section.new_whole_supplier .part2{
	padding:50px 15px 0 15px;
} */
#supplier_IMG{
	height:500px;
}
section.new_whole_supplier ul li i {
	color: var(--primary-color);
	padding-right: 6px;
	font-size: 16px;
}

section.new_whole_supplier ul {
	padding-left: 10px;
}
section.new_whole_supplier ul li {
	list-style: none;
	font-size: 15px;
	line-height: 16px;
	padding: 10px 0;
	display: flex;
	align-items: center;
}
section.new_whole_supplier ul li:before {
    content: "\f560";
    font-family: 'FontAwesome';
    color: var(--primary-color);
    margin-right: 10px;
}

#original-certification{
/* 	background-color:#f6030c; */
	background: linear-gradient(45deg, #e2120a7d, #fbf05766);
}

#original-certification .underline{
	color:#fff;
}
.testimonials-section {
	background: linear-gradient(45deg, #e2120a7d, #fbf05766);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.testimonials-section::before {
	content: '';
	position: absolute;
	top: -50px;
	left: -50px;
	right: -50px;
	bottom: -50px;
	background: rgba(255,255,255,0.1);
	transform: rotate(-15deg);
	z-index: 1;
}

.container {
	position: relative;
	z-index: 2;
}

.testimonials-section h2 {
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	letter-spacing: 1px;
}

.testimonials-section h3 {
	text-align: center;
	color: rgba(255,255,255,0.8);

	margin-bottom: 20px;
}

.underline {
	width: 150px;
	height: 5px;
	background: white;
	margin: 0 auto 40px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.underline::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: linear-gradient(to right, transparent, #ff6b6b, transparent);
	animation: underline-flow 3s infinite linear;
}

@keyframes underline-flow {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(200%); }
}



.testimonial-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
}

.testimonial-item:hover {
	transform: scale(1.01);
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.client-details {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content:center;
}

.client-details h4 {
	color: #333;
	font-size: 1.3rem;
	margin: 0 15px 0 0;
	font-weight: 700;
}

.client-details p {
	color: #777;
	font-size: 1rem;
	margin: 0;
	opacity: 0.8;
}
.address_padding{
	padding-left:43px;
}




/* woocommerce style  */
div#breadcrumb {
    padding: 30px 12px;
    background-image: url('https://indiaaroma.amangarg.co.in/wp-content/uploads/2025/01/breadcrumb.png');
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:100px;
	position:relative;
}
nav.woocommerce-breadcrumb,.woocommerce-breadcrumb a {
	font-size: 18px;
	color:#fff;
	z-index:9;
	text-align:center;
}
.single_product_featured{
	background-color:transparent;
}
.woocommerce-product-gallery__wrapper img{
	width:90%!important;
	height:90% !important;
	
	padding:20px;
}
.woocommerce-product-gallery ol {
	list-style: none;
	padding: 0;
	left: -25px;
	top: 25px;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
}
.woocommerce-product-gallery ol li {
	width: 75px;
	height: 75px;
	margin-bottom: 20px;
	border:1px solid gray;
	padding:5px;
}
.woocommerce-product-gallery ol img{
	width:100%;
	height:100%;
}
.woocommerce-product-gallery__image.flex-active-slide {
	text-align: center;
}

h1.product_title.entry-title {
	font-size: 35px;
	font-weight: 900;
}
p.price {
	font-size: 18px;
	color: var(--primary-color);
	font-weight: 900;
	margin:10px 0;
}
.variationTable,.variations{
	width:85%;
	margin-bottom:10px;
}
table.variationTable tr:nth-child(odd) td {
    background: #fff;
    padding: 10px;
    border: 1px solid #fff;
}

table.variationTable tr:nth-child(even) td {
    background: #f2f2f2;
    padding: 5px 10px;
    border: 1px solid #fff;
}
table.variationTable th {
    background: #f2f2f2;
    padding: 5px 10px;
    color: var(--primary-color);
}
span.price {
    color: #35a235;
    font-weight: 800;
}
.certification_icons{
	display:flex;
	justify-content:center;
}
.certification_icons .img img{
	width:100%;
}
.certification_icons .img{
	height:100px;
	width:100px;
}
/* .variationTable {
width: 100%;
border-collapse: collapse;

font-size: 16px;
text-align: left;
background-color: #f9f9f9;
border: 1px solid #ddd;
}

.variationTable th {
background-color: #60932e; 
color: #fff;
padding: 10px 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: bold;
}

.variationTable td {
padding: 5px 15px;
border-bottom: 1px solid #ddd;
vertical-align: middle;
}

.variationTable tr:hover {
background-color: #f1f1f1;
}
*/
/* .variationTable td input[type="radio"] {
margin-right: 10px;
} */

.variationTable .price {
	font-weight: bold;
	color: #1b4016;
}

/* .variationTable tr:last-child td {
border-bottom: none;
} */
.variationTable td {
	padding: 3px 0;
}
.variationTable tr td:nth-child(2) {
	text-align: right;
}
.variationTable th:nth-child(2) {
	text-align: right;
}
.quantity {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 0px;
	margin: 10px 0;
	font-size: 16px;
}

.quantity button {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0;
    width: 50px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.quantity button:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.quantity button:active {
	transform: scale(0.95);
}

.quantity button i {
	font-size: 16px;
}

.quantity input[type="number"] {
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 16px;
    color: #000;
	border: 1px solid var(--primary-color);
	border-left: 0;
	border-right: 0;
    outline: none;
    outline: none;
    transition: border-color 0.3s ease;
}
 
.quantity input[type="number"]:focus {
	border-color: #60932e;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}

.quantity input[type="number"]:hover {
	border-color: #1b4016;
}
button.single_add_to_cart_button {
    border: none;
	background: linear-gradient(45deg, #e2120a7d, #fbf05766);
	color: #000000;
    min-height: 40px;
    min-width: 72%;
	text-transform:uppercase;
}

td .woocommerce-Price-amount{
	font-size:18px;
	color:var(--primary-color);
}
.technical-analysis-wrapper table thead tr th {
    background: none;
}
.technical-analysis-wrapper table thead tr {
    background: linear-gradient(45deg, #e2120a7d, #fbf05766);
}
.product_meta {
	font-size: 14px;
	line-height: 1.8;
	color: gray; 
}

.product_meta .sku_wrapper {
	font-weight: 700;
	font-size: 18px;
	color: #000;
	padding: 8px 0px;
	margin: 0 0 10px 0;
	display: inline-block;
	line-height: 1;
}
/* .product_meta .sku_wrapper span.botanical_name {
    background: #fff;
    color: var(--primary-color);
    padding: 3px 10px;
    font-weight: 600;
    margin-left: 5px;
} */
.product_meta .sku {
	font-weight: normal;
	color: gray; 
}

.product_meta .posted_in {
	font-weight: bold;
	color: gray;
}

.product_meta .posted_in a {
	color: gray; 
	text-decoration: none;
	font-weight: bold;
}

.product_meta .posted_in a:hover {
	text-decoration: underline;
	color: gray; 
}

/* .product_meta .sku_wrapper:before {
	content: "\f02b";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 5px;
	color: gray;
} */

.product_meta .posted_in:before {
	content: "\f07c"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 5px;
	color: gray;
}

.tabs.wc-tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
	justify-content: flex-start;
/* 	gap: 10px;  */
	flex-wrap:wrap;
}
.woocommerce-tabs.wc-tabs-wrapper div#tab-description p {
    margin-bottom: 20px;
    border: 0;
}
.tabs.wc-tabs li {
	position: relative;
}

.tabs.wc-tabs li a {
	display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #555;
    font-weight: bold;
    /* border: 1px solid; */
    border-radius: 5px 5px 0 0;
    transition: color 0.3s ease, background-color 0.3s ease;
    border-bottom: 1px solid;
}

.tabs.wc-tabs li a:hover {
	color: #1b4016; 
}

.tabs.wc-tabs li.active a {
	color: #000; 
/* 	background-color: #35a235;
	border: 2px solid #35a235;
	border-bottom: none; */
}

.tabs.wc-tabs li.active::after {
	content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(45deg, #e2120a7d, #fbf05766);
}

/* .tabs.wc-tabs li a:focus {
	outline: 2px solid #60932e; 
} */
.woocommerce-tabs h2{
	text-align:left;
	margin:20px 0;
}
.related {
	margin:50px 0;
}
.related h2{
	text-align:left;
}

.single_product_featured .product_container_box {
	width: 100%;
	margin: auto;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: left;
}
.product_meta h4{
	color:#000;
	font-size:18px;
	font-family: "Noto Sans", serif;
	color:var(--primary-color);
}
/* General Review Section */
.woocommerce-Reviews {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 8px;

	margin-top: 30px;
}

.woocommerce-Reviews h2.woocommerce-Reviews-title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

/* No Reviews */
.woocommerce-noreviews {
	font-style: italic;
	color: #777;
}

/* Review Form Container */
#review_form_wrapper {
	margin-top: 30px;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Star Rating */
.comment-form-rating {
	margin-bottom: 20px;
}

.comment-form-rating label {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.stars {
	display: flex;
	justify-content: flex-start;
}

.stars a {
	text-decoration: none;
	font-size: 30px;
	color: #ffd700;
	margin-right: 5px;
	cursor: pointer;
}

.stars a:hover {
	color: #ff8c00;
}

/* Review Textarea */
.comment-form-comment {
	margin-bottom: 20px;
}

.comment-form-comment label {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.comment-form-comment textarea {
	width: 100%;
	padding: 12px;
	border-radius: 6px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #555;
	background-color: #f9f9f9;
}

.comment-form-comment textarea:focus {
	outline: none;
	border-color: #ff8c00;
}

/* Submit Button */
.form-submit {
	text-align: center;
}

.form-submit .submit {
	background-color: #ff8c00;
	color: white;
	padding: 12px 30px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.form-submit .submit:hover {
	background-color: #e67e00;
}
/* General Styles for the Product Description Panel */
.woocommerce-tabs.wc-tabs-wrapper {
	/* background-color: #f9f9f9; */
    padding: 30px;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    margin-top: 40px;
    color: #333;
    border: 1px solid #a5a5a5;
}

/* Title Styling */
.woocommerce-Tabs-panel h2 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 10px;
}2

/* Paragraph Styling */
.woocommerce-Tabs-panel p {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 15px;
}

/* Strong Text Styling (for headings inside the content) */
.woocommerce-Tabs-panel p strong {
	font-weight: 700;
	color: #2c3e50;
}

/* Spacing and Style for Sub-Headers (Constituents, Uses, etc.) */
.woocommerce-Tabs-panel p strong {
	font-size: 16px;
	display: block;
/* 	margin-top: 20px; */
	margin-bottom: 0px;
	text-transform: uppercase;
/* 	letter-spacing: 0.5px; */
	color: var(--primary-color);
}
.woocommerce-Tabs-panel p br {
    display: none;
}
/* Add a subtle divider line between sections for clarity */
.woocommerce-Tabs-panel p + p {
	border-top: 1px dashed #f0f0f0;
}
.grem_icon_item img {
	min-width: 100px;
}
.grem_icon_item h5 {
	line-height: 30px;
	margin: 18px 0 0 0;
	font-size: 16px;
}
.grem_icon_item {
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	text-align: center;
	min-height: 200px;
	transition:transform 0.5s ease-in-out
}
.grem_icon_item:hover{
	transform:translateY(-20px);
}
#grem_icon{
	margin:70px 0 0 0;
}
span.regular_price {
    color: red;
    margin-right: 10px;
    text-decoration: line-through;
}
span.sale_price {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-notices-wrapper {
    width: 94%;
    margin: auto;
}
span.cart-count {
    position: absolute;
    top: -14px;
    color: #fff;
    right: -5px;
    background: red;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#breadcrumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000008f;
    height: 100%;
    width: 100%;
}
.product_category_page .list-group-item  a{
	display:block;
}
button.minus {
    border-right: 0;
    background-color: transparent;
    color: var(--primary-color);
    border-radius: 0;
    border: 1px solid var(--primary-color);
    height: 40px;
}
button.minus:hover {
    color: #fff;
    background-color: var(--primary-color);
}
/* Button Styling */
.bulk-enquiry-button {
    background-color: var(--primary-color);
    color: #fff;
    min-height: 40px;
    min-width: 72%;
	margin:10px 0;
	border:none;
	text-transform:uppercase;
}


/* Modal Styling */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

/* Show modal smoothly */
.modal.show .modal-content {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* Close Button */
.close-modal {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

/* Form Styling */
/* #bulk-inquiry-form .form-group {
	margin-bottom: 15px;
}
#bulk-inquiry-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
#bulk-inquiry-form input[type="text"],
#bulk-inquiry-form input[type="email"],
#bulk-inquiry-form input[type="tel"],
#bulk-inquiry-form input[type="number"],
#bulk-inquiry-form textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
}
#bulk-inquiry-form input[readonly] {
	background-color: #f7f7f7;
}
#bulk-inquiry-form button {
	background-color: #ebe9eb;
	color: #515151;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}
#bulk-inquiry-form button:hover {
	background-color: #dad8da;
}*/
/* Ensure Bootstrap grid works properly */
/* #bulk-inquiry-form .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
#bulk-inquiry-form .col-md-6, 
#bulk-inquiry-form .col-md-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
	#bulk-inquiry-form .col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	#bulk-inquiry-form .col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
} 
 */

#bulk-enquiry-form {
    display: flex;
    flex-direction: column;
}

/* #bulk-enquiry-form label {
    margin-top: 10px;
    font-weight: bold;
}
 */
#bulk-enquiry-form input,
#bulk-enquiry-form textarea {
	width: 100%;
	padding: 8px;
	margin-top: 5px;
	border: 1px solid #000;
	border-radius: 0;
	height: 45px;
	margin-bottom: 10px;
}
#bulk-enquiry-form .submit-btn {
    margin-top: 15px;
    background: linear-gradient(45deg, #e2120a7d, #fbf05766);
    color: #000;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 18px;
}
 .list-group-item a i { margin-right: 10px; }
    .list-group .list-group-item {
        transition: transform 0.3s ease, background 0.3s ease;
    }
    .list-group .list-group-item:hover {
        background: #35a235;
        transform: scale(1.05);
    }
    .list-group-item:hover a { color: #fff; }
   
h2.wc-block-components-title.wc-block-components-checkout-step__title {
    text-align: left;
	margin-bottom:50px;
	position:relative;
}
h2.wc-block-components-title.wc-block-components-checkout-step__title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 110px;
    height: 1px;
    background-color: var(--primary-color);
}
#contact .wc-block-components-address-form__email,
#billing .wc-block-components-text-input {
    margin-bottom: 20px;
    position: relative;
}

#contact input[type="email"],
#billing  input[type="text"],
#billing  input[type="tel"]{
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    color: #333;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none;
}
#contact input[type="email"]:focus,
#billing  input[type="text"]:focus,
#billing  input[type="tel"]:focus{
    border-color: #0073aa;
    box-shadow: 0 0 8px rgba(0, 115, 170, 0.2);
}
#contact label, #billing label, #billing label {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    padding: 0 5px;
    transition: color 0.3s ease;
    pointer-events: none;
}
#contact [type="email"]:focus + label,
#billing  input[type="text"]:focus + label,
#billing  input[type="tel"]:focus + label{
    color: #0073aa;
}
#contact input[type="email"][aria-invalid="true"] ,
#billing  input[type="text"][aria-invalid="true"],
#billing  input[type="tel"][aria-invalid="true"]{
    border-color: #ff4444;
}
#contact input[type="email"][aria-invalid="true"] + label,
#billing  input[type="text"][aria-invalid="true"]+ label,
#billing  input[type="tel"][aria-invalid="true"]+ label{
    color: #ff4444;
}
/* Container for the dropdown */
#billing .wc-blocks-components-select__container {
    margin-bottom: 20px;
    position: relative;
}

/* Label styling */
#billing .wc-blocks-components-select__label {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    padding: 0 5px;
    transition: color 0.3s ease;
    pointer-events: none;
}

/* Dropdown styling */
#billing .wc-blocks-components-select__select {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    color: #333;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none; /* Remove default arrow for Safari */
    -moz-appearance: none; /* Remove default arrow for Firefox */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none;
}

/* Dropdown focus state */
#billing .wc-blocks-components-select__select:focus {
    border-color: #0073aa;
    box-shadow: 0 0 8px rgba(0, 115, 170, 0.2);
}

/* Dropdown arrow (SVG) styling */
#billing .wc-blocks-components-select__expand {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none; /* Ensure clicks go to the select element */
    fill: #555; /* Arrow color */
    transition: fill 0.3s ease;
}

/* Dropdown focus state for arrow */
#billing .wc-blocks-components-select__select:focus + .wc-blocks-components-select__expand {
    fill: #0073aa; /* Change arrow color on focus */
}

/* Error state (if the dropdown is invalid) */
#billing .wc-blocks-components-select__select[aria-invalid="true"] {
    border-color: #ff4444;
}

#billing .wc-blocks-components-select__select[aria-invalid="true"] + .wc-blocks-components-select__expand {
    fill: #ff4444; /* Change arrow color for error state */
}

.woofc-area.woofc-style-01 .woofc-area-bot
{
	color:#000;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-link span {
    color: var(--primary-color);
    border-bottom:none;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    border-color: none;
    border: none;
    background: var(--primary-color);
    color: #fff;
}
.woocommerce-product-gallery .wpgs_image a img {
    margin: auto;
}
/* fly cart */
div#woofc-area .woofc-item-info .checkout-product-thumb{
    display: none !important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-image img {
    width: 60px;
}

.woocommerce table.shop_table tr td.actions button {
	background: #35a235;
    color: #fff !important;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    min-width: 200px;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a {
    background: #35a235;
    color: #fff !important;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    min-width: 200px;
    text-transform: uppercase;
	height: 40px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
    background: #35a235;
}
.woocommerce .cart-collaterals .continue_shopping a, .woocommerce .cart-collaterals .continue_shopping a:hover {
    background: #f7f154;
    color: #000 !important;
}