/*
Theme Name: Twenty Thirteen Child
Theme URI: https://wordpress.org/themes/twentythirteen/
Template: twentythirteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Tags: blog,one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,footer-widgets,microformats,post-formats,rtl-language-support,sticky-post,translation-ready,accessibility-ready,block-patterns
Version: 4.5.1768628368
Updated: 2026-01-17 05:39:28

*/

/* ROOT CSS */
:root {
	--primary-navy: #0b1e3b;
	--accent-gold: #c5a04d;
	--light-gold: #fdf8e6;
	--text-body: #333333;
	--text-muted: #666666;
	--white: #ffffff;
	--footer-bg: #081427;
	--heading-font: 'Red Hat Display', sans-serif;
	--body-font: 'Inter', sans-serif;
	--transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body {
	font-family: var(--body-font);
	color: var(--text-body);
	line-height: 1.7;
	margin: 0;
	overflow-x: hidden;
}

body.offcanvas-open {
	overflow: hidden;
}

a {
	text-decoration: none;
	transition: var(--transition);
}

/* HEADER STYLES */
.vm-header-top-area {
	background-color: var(--primary-navy);
	color: var(--white);
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vm-header-top-list-box ul {
	display: flex;
	gap: 25px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.vm-header-top-list-box ul li i {
	color: var(--accent-gold);
	margin-right: 8px;
}

.vm-header-top-social-box {
	display: flex;
	gap: 15px;
	justify-content: flex-end;
}

.vm-header-top-social-box a {
	color: var(--white);
}

.vm-header-top-social-box a:hover {
	color: var(--accent-gold);
}

.vm-header-area {
	background-color: var(--white);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	padding: 15px 0;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.vm-header-logo img {
	max-width: 150px;
}

.vm-menu-content ul {
	display: flex;
	justify-content: center;
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.vm-menu-content ul li a {
	font-family: var(--heading-font);
	font-weight: 600;
	color: var(--primary-navy);
	text-transform: uppercase;
	font-size: 14px;
}

.vm-menu-content ul li a:hover {
	color: var(--accent-gold);
}

@media(max-width:767px) {
	.vm-header-logo img {
		max-width: 100px;
	}
}

/* BUTTONS */
.vm-btn-primary {
	background-color: var(--accent-gold);
	color: var(--white);
	padding: 10px 22px;
	border-radius: 5px;
	font-family: var(--heading-font);
	font-weight: 700;
	font-size: 13px;
	border: 2px solid var(--accent-gold);
	display: inline-block;
	text-transform: uppercase;
}

.vm-btn-primary:hover {
	background-color: var(--primary-navy);
	border-color: var(--primary-navy);
	color: var(--white);
}

.vm-btn-secondary {
	display: inline-block;
	background: var(--primary-navy);
	color: var(--white);
	padding: 12px 28px;
	border-radius: 5px;
	font-weight: 700;
	font-family: var(--heading-font);
	text-transform: uppercase;
	font-size: 14px;
	border: 2px solid var(--primary-navy);
}

.vm-btn-secondary:hover {
	background: transparent;
	color: var(--primary-navy);
}

/* BANNER */
.vm-banner-area {
	position: relative;
	height: 85vh;
	min-height: 600px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vm-banner-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -2;
}

.vm-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 30, 59, 0.45);
	z-index: -1;
}

.vm-banner-glass-box {
    /* background: rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(1px);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    border-radius: 20px;
    padding: 60px;
    width: 90%;
    max-width: 1100px;
    z-index: 5;
    /* box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); */
}

.vm-banner-title {
	font-family: var(--heading-font);
	font-size: 64px;
	font-weight: 800;
	color: var(--white);
	line-height: 1.1;
	margin-bottom: 25px;
}

.vm-banner-title span {
	color: var(--accent-gold);
}

.vm-banner-desc {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	max-width: 600px;
	margin-bottom: 35px;
}

/* ABOUT SECTION */
.vm-about-area {
	padding: 60px 0;
	background-color: var(--white);
}

.vm-section-subtitle {
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--accent-gold);
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}

.vm-section-title {
	font-family: var(--heading-font);
	font-size: 42px;
	font-weight: 800;
	color: var(--primary-navy);
	line-height: 1.2;
}

.vm-about-content-box {
	margin-top: 60px;
}

.vm-single-icon-box {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 40px;
}

.vm-single-icon-box span {
	width: 60px;
	height: 60px;
	background: var(--light-gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--accent-gold);
	font-size: 24px;
}

.vm-icon-box-content h3 {
	font-family: var(--heading-font);
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-navy);
	margin-bottom: 10px;
}

.vm-icon-box-content p {
	font-size: 15px;
	color: var(--text-muted);
	margin: 0;
}

.vm-about-middle img,
.vm-about-right img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.vm-about-middle p {
	margin-top: 25px;
	font-style: italic;
	color: var(--text-muted);
}

/* TEXT SLIDER (MARQUEE) */
.vm-text-marquee-area {
	background-color: var(--primary-navy);
	padding: 40px 0;
	overflow: hidden;
	position: relative;
}

.vm-marquee-wrapper {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
}

.vm-marquee-content {
	display: flex;
	animation: marquee 30s linear infinite;
}

.vm-marquee-item {
	display: flex;
	align-items: center;
	padding: 0 40px;
}

.vm-marquee-title {
	font-family: var(--heading-font);
	font-size: 60px;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.15);
	text-transform: uppercase;
	margin: 0;
	transition: var(--transition);
	cursor: default;
}

.vm-marquee-item:hover .vm-marquee-title {
	color: var(--accent-gold);
	-webkit-text-stroke: 1px var(--accent-gold);
}

.vm-marquee-dot {
	margin-left: 40px;
	width: 15px;
	height: 15px;
	background-color: var(--accent-gold);
	border-radius: 50%;
	display: inline-block;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* SECTION HEADINGS */
.vm-section-subtitle {
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--accent-gold);
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}

.vm-section-title {
	font-family: var(--heading-font);
	font-size: 42px;
	font-weight: 800;
	color: var(--primary-navy);
	line-height: 1.2;
}

/* KEY FEATURES SECTION */
.vm-features-area {
	padding: 60px 0;
	background-color: #f9f9f9;
}

.vm-feature-card {
	background: var(--white);
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	transition: var(--transition);
	border-bottom: 4px solid transparent;
	height: 100%;
}

.vm-feature-card:hover {
	transform: translateY(-10px);
	border-bottom-color: var(--accent-gold);
}

.vm-feature-icon {
	font-size: 40px;
	color: var(--accent-gold);
	margin-bottom: 25px;
	display: inline-block;
}

.vm-feature-card h3 {
	font-family: var(--heading-font);
	font-size: 24px;
	font-weight: 700;
	color: var(--primary-navy);
	margin-bottom: 15px;
}

.vm-feature-card p {
	color: var(--text-muted);
	font-size: 15px;
	margin: 0;
}

/* CTA SECTION */
.vm-cta-area {
	padding: 60px 0;
	background-color: var(--primary-navy);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.vm-cta-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('https://images.unsplash.com/photo-1579165466541-71ae22406322?auto=format&fit=crop&q=80&w=1500') center center / cover no-repeat;
	opacity: 0.1;
	z-index: -1;
}

.vm-cta-content h2 {
	font-family: var(--heading-font);
	font-size: 45px;
	font-weight: 800;
	color: var(--white);
	margin-bottom: 20px;
}

.vm-cta-content p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 40px;
	max-width: 700px;
}

.vm-cta-btns {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.vm-btn-outline-white {
	border: 2px solid var(--white);
	color: var(--white);
	padding: 12px 30px;
	border-radius: 5px;
	font-family: var(--heading-font);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

.vm-btn-outline-white:hover {
	background: var(--white);
	color: var(--primary-navy);
}

/* COUNTER / WORLD SECTION */
.vm-world-area {
	padding: 60px 0;
	background-color: #081427;
	position: relative;
}

.vm-counter-card {
	text-align: center;
	padding: 40px 20px;
}

.vm-counter-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
	background: rgba(197, 160, 77, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--accent-gold);
	font-size: 30px;
	border: 1px solid rgba(197, 160, 77, 0.3);
}

.vm-counter-number {
	font-family: var(--heading-font);
	font-size: 54px;
	font-weight: 900;
	color: var(--white);
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vm-counter-number span {
	display: inline-block;
}

.vm-counter-suffix {
	color: var(--accent-gold);
	margin-left: 5px;
}

.vm-counter-label {
	font-family: var(--heading-font);
	font-size: 16px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* PROJECT AREA */
.tv-project-area {
	padding: 60px 0;
	background-color: #f9f9f9;
}

.single-project-item {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: var(--primary-navy);
}

.single-project-item img {
	width: 100%;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	filter: brightness(0.8);
}

.single-project-item:hover img {
	transform: scale(1.1);
	filter: brightness(0.5);
}

.single-project-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	z-index: 2;
	transition: var(--transition);
	transform: translateY(20px);
	opacity: 0;
}

.single-project-item:hover .single-project-content {
	transform: translateY(0);
	opacity: 1;
}

.single-project-content h3 {
	color: var(--white);
	font-family: var(--heading-font);
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 5px;
}

.project-cat span {
	color: var(--accent-gold);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.single-project-item .icon {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 3;
	opacity: 0;
	transform: scale(0.5);
	transition: var(--transition);
}

.single-project-item:hover .icon {
	opacity: 1;
	transform: scale(1);
}

.single-project-item .icon a {
	width: 50px;
	height: 50px;
	background: var(--accent-gold);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
}

.tv-btn-primary {
	position: relative;
	display: inline-block;
	background: var(--primary-navy);
	color: var(--white);
	padding: 18px 45px;
	border-radius: 50px;
	font-weight: 800;
	font-family: var(--heading-font);
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	border: 2px solid var(--primary-navy);
}

.tv-btn-primary .btn-wrap {
	position: relative;
	display: block;
	height: 24px;
	overflow: hidden;
}

.tv-btn-primary .btn-text1,
.tv-btn-primary .btn-text2 {
	display: block;
	transition: transform 0.4s ease;
}

.tv-btn-primary .btn-text2 {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	color: var(--accent-gold);
}

.tv-btn-primary:hover .btn-text1 {
	transform: translateY(-100%);
}

.tv-btn-primary:hover .btn-text2 {
	transform: translateY(-100%);
}

.tv-btn-primary:hover {
	background: transparent;
	color: var(--primary-navy);
}

/* PRODUCTS SECTION */
.vm-products-area {
	padding: 60px 0;
	background-color: #fcfcfc;
}

.vm-product-item {
	background: var(--white);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	transition: var(--transition);
	border: 1px solid #f0f0f0;
	margin-bottom: 30px;
}

.vm-products-slider {
	margin: 0 -15px;
}

.vm-products-slider .slick-slide {
	padding: 0;
	margin: 0 10px;
}

@media(min-width:767px) {
	.vm-products-slider .slick-track {
		padding: 35px 0;
	}
}

.vm-product-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	border-color: var(--accent-gold);
}

.vm-product-thumb {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.vm-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition);
}

.vm-product-item:hover .vm-product-thumb img {
	transform: scale(1.1);
}

.vm-product-content {
	padding: 25px;
	text-align: center;
}

.vm-product-content h4 {
	font-family: var(--heading-font);
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-navy);
	margin-bottom: 10px;
}

.vm-product-content p {
	font-size: 14px;
	color: var(--text-muted);
	margin-bottom: 20px;
}

.vm-product-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: var(--accent-gold);
	color: var(--white);
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 4px;
	text-transform: uppercase;
}

/* TESTIMONIALS SECTION */
.vm-testimonial-area {
	padding: 60px 0;
	background-color: var(--light-gold);
}

.vm-testimonial-slider {
	margin-top: 50px;
}

.vm-testimonial-item {
	padding: 15px;
}

.vm-testimonial-card {
	background: var(--white);
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	position: relative;
}

.vm-testimonial-quote {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 50px;
	color: rgba(197, 160, 77, 0.1);
	font-family: serif;
}

.vm-testimonial-stars {
	color: var(--accent-gold);
	font-size: 14px;
	margin-bottom: 15px;
}

.vm-testimonial-text {
	font-style: italic;
	color: var(--text-body);
	margin-bottom: 25px;
	font-size: 16px;
}

.vm-testimonial-user {
	display: flex;
	align-items: center;
	gap: 15px;
}

.vm-testimonial-user img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--accent-gold);
}

.vm-testimonial-info h5 {
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--primary-navy);
	margin: 0;
}

.vm-testimonial-info span {
	font-size: 13px;
	color: var(--accent-gold);
	font-weight: 600;
	text-transform: uppercase;
}

/* MANUFACTURING PLANT SLIDER */
.vm-plant-area {
	padding: 60px 0;
	background-color: #ffffff;
}

.vm-plant-slider {
	margin-top: 50px;
}

.vm-plant-slide {
	padding: 0 10px;
}

.vm-plant-img-wrapper {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	height: 350px;
}

.vm-plant-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition);
}

.vm-plant-slide:hover .vm-plant-img-wrapper img {
	transform: scale(1.08);
}

.vm-plant-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	background: linear-gradient(to top, rgba(11, 30, 59, 0.9), transparent);
	color: var(--white);
}

.vm-plant-overlay h4 {
	font-family: var(--heading-font);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.vm-plant-overlay p {
	font-size: 13px;
	opacity: 0.8;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* WHY CHOOSE SECTION & FAQ */
.vm-choose-area {
	padding: 60px 0;
	background-color: var(--white);
}

.vm-choose-thumb {
	position: relative;
}

.vm-choose-thumb img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 20px 20px 0px var(--light-gold);
}

.vm-choose-experience {
	position: absolute;
	bottom: 40px;
	right: -20px;
	background: var(--accent-gold);
	color: var(--white);
	padding: 30px;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.vm-choose-experience h4 {
	font-size: 36px;
	font-weight: 800;
	margin: 0;
	line-height: 1;
}

.vm-choose-experience p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.vm-faq-wrapper {
	margin-top: 40px;
}

.vm-faq-item {
	background: #fdfdfd;
	border: 1px solid #eee;
	border-radius: 12px;
	margin-bottom: 15px;
	overflow: hidden;
	transition: var(--transition);
}

.vm-faq-item:hover {
	border-color: var(--accent-gold);
	box-shadow: 0 5px 15px rgba(197, 160, 77, 0.1);
}

.vm-faq-header {
	width: 100%;
	padding: 20px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
}

.vm-faq-header h4 {
	font-family: var(--heading-font);
	font-size: 17px;
	font-weight: 700;
	color: var(--primary-navy);
	margin: 0;
	transition: var(--transition);
}

.vm-faq-icon {
	width: 30px;
	height: 30px;
	background: var(--light-gold);
	color: var(--accent-gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
	font-size: 14px;
}

.vm-faq-item.active {
	border-color: var(--accent-gold);
	background: var(--white);
}

.vm-faq-item.active .vm-faq-header h4 {
	color: var(--accent-gold);
}

.vm-faq-item.active .vm-faq-icon {
	background: var(--accent-gold);
	color: var(--white);
	transform: rotate(180deg);
}

.vm-faq-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out, padding 0.4s ease;
	padding: 0 25px;
}

.vm-faq-item.active .vm-faq-content {
	max-height: 200px;
	padding-bottom: 25px;
}

.vm-faq-content p {
	margin: 0;
	font-size: 15px;
	color: var(--text-muted);
}

/* OFF-CANVAS STYLES */
.vm-offcanvas-area {
	position: fixed;
	right: -100%;
	top: 0;
	width: 400px;
	height: 100%;
	background: var(--white);
	z-index: 9999;
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
	overflow-y: auto;
	padding: 50px 40px;
}

.vm-offcanvas-area.opened {
	right: 0;
}

.vm-body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 30, 59, 0.85);
	z-index: 998;
	visibility: hidden;
	opacity: 0;
	transition: var(--transition);
}

.vm-body-overlay.opened {
	visibility: visible;
	opacity: 1;
}

.vm-offcanvas-close button {
	background: var(--light-gold);
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: var(--primary-navy);
	font-size: 20px;
	position: absolute;
	top: 25px;
	right: 25px;
}

.vm-offcanvas-logo {
	margin-bottom: 35px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 25px;
}

.vm-offcanvas-logo img {
	max-width: 180px;
}

.vm-offcanvas-about h4 {
	font-family: var(--heading-font);
	font-size: 20px;
	margin-bottom: 15px;
	color: var(--primary-navy);
}

.vm-offcanvas-about p {
	font-size: 14px;
	color: var(--text-muted);
	margin-bottom: 35px;
}

.vm-offcanvas-info-title {
	font-family: var(--heading-font);
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-left: 4px solid var(--accent-gold);
	padding-left: 15px;
	color: var(--primary-navy);
}

.vm-info-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
}

.vm-info-icon {
	width: 45px;
	height: 45px;
	background: var(--light-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: var(--accent-gold);
	flex-shrink: 0;
}

.vm-info-text span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--accent-gold);
}

.vm-info-text a,
.vm-info-text p {
	font-weight: 600;
	color: var(--primary-navy);
	font-size: 14px;
	margin: 0;
}

.vm-offcanvas-social {
	margin-top: 35px;
	display: flex;
	gap: 10px;
}

.vm-offcanvas-social a {
	width: 38px;
	height: 38px;
	background: var(--primary-navy);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

@media (max-width: 992px) {
	.vm-banner-title {
		font-size: 48px;
	}

	.vm-section-title {
		font-size: 32px;
	}

	.vm-cta-content h2 {
		font-size: 32px;
	}

	.vm-counter-number {
		font-size: 40px;
	}
}

/* CONTACT SECTION */
.vm-contact-area {
	padding: 60px 0;
	background-color: #f8f9fa;
	position: relative;
	overflow: hidden;
}

.vm-contact-area::before {
	content: '';
	position: absolute;
	width: 500px;
	height: 500px;
	background: var(--light-gold);
	border-radius: 50%;
	top: -250px;
	left: -250px;
	opacity: 0.3;
	z-index: 0;
}

.vm-contact-wrapper {
	position: relative;
	z-index: 1;
}

.vm-contact-info-box {
	background: var(--primary-navy);
	padding: 60px;
	border-radius: 20px;
	color: var(--white);
	height: 100%;
	box-shadow: 0 20px 50px rgba(11, 30, 59, 0.2);
}

.vm-contact-info-box h3 {
	font-family: var(--heading-font);
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 30px;
	color: var(--accent-gold);
}

.vm-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 35px;
}

.vm-contact-icon {
	width: 50px;
	height: 50px;
	background: rgba(197, 160, 77, 0.2);
	border: 1px solid var(--accent-gold);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--accent-gold);
	font-size: 20px;
	flex-shrink: 0;
}

.vm-contact-text h5 {
	font-family: var(--heading-font);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.vm-contact-text p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
}

.vm-contact-form-box {
	background: var(--white);
	padding: 60px;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.vm-form-group {
	margin-bottom: 25px;
}

.vm-form-group label {
	display: block;
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--primary-navy);
	margin-bottom: 8px;
	font-size: 14px;
	text-transform: uppercase;
}

.vm-form-control {
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px 20px;
	border-radius: 8px;
	font-family: var(--body-font);
	transition: var(--transition);
	outline: none;
}

.vm-form-control:focus {
	border-color: var(--accent-gold);
	background: var(--white);
	box-shadow: 0 0 0 4px rgba(197, 160, 77, 0.1);
}

textarea.vm-form-control {
	height: 150px;
	resize: none;
}

/* FAQ NEW SECTION DESIGN */
.vm-n-faq-section {
	padding: 60px 0;
	background-color: #ffffff;
}

.vm-n-sticky-box {
	top: 100px;
}

.vm-n-faq-image img {
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.vm-n-contact-box {
	background: #f9fafb;
	border: 1px solid #eee;
}

.vm-n-badge {
	background-color: var(--bg-light-green);
	color: var(--dark-green);
	font-family: var(--heading-font);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
}

/* Accordion Customization - Bootstrap 5 Style Overrides */
.vm-n-accordion .accordion-item {
	border: none !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
	margin-bottom: 20px;
	border-radius: 12px !important;
	overflow: hidden;
}

.vm-n-accordion .accordion-button {
	padding: 20px 25px;
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--primary-navy);
	font-size: 17px;
	background-color: white !important;
	box-shadow: none !important;
}

.vm-n-accordion .accordion-button:not(.collapsed) {
	color: var(--accent-gold);
	border-bottom: 1px solid #f0f0f0;
}

.vm-n-accordion .accordion-button::after {
	background-size: 14px;
	transition: var(--transition);
}

.vm-n-accordion .accordion-body {
	padding: 25px;
	color: var(--text-muted);
	font-size: 15px;
	line-height: 1.8;
}

/* FOOTER MODERN STYLING */
.vm-main-footer {
	background-color: var(--footer-bg);
	padding: 60px 0 0;
	color: var(--white);
	position: relative;
	overflow: hidden;
}

.vm-main-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('https://www.transparenttextures.com/patterns/cubes.png');
	opacity: 0.03;
	pointer-events: none;
}

.vm-footer-brand-col img {
	max-width: 200px;
	margin-bottom: 30px;
	/* filter: brightness(0) invert(1); */
}

.vm-footer-brand-col p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 1.8;
}

.vm-social-links {
	display: flex;
	gap: 12px;
}

.vm-social-links a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.vm-social-links a:hover {
	background: var(--accent-gold);
	color: var(--white);
	border-color: var(--accent-gold);
	transform: translateY(-5px);
}

.vm-footer-widget-title {
	font-family: var(--heading-font);
	font-size: 20px;
	font-weight: 800;
	color: var(--white);
	margin-bottom: 35px;
	position: relative;
	display: inline-block;
}

.vm-footer-widget-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 35px;
	height: 3px;
	background: var(--accent-gold);
}

.vm-footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.vm-footer-list li {
	margin-bottom: 18px;
	position: relative;
	padding-left: 20px;
}

.vm-footer-list li::before {
	content: '\f105';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	color: var(--accent-gold);
	font-size: 14px;
}

.vm-footer-list li a {
	color: rgba(255, 255, 255, 0.65);
	font-size: 15px;
	font-weight: 500;
}

.vm-footer-list li a:hover {
	color: var(--accent-gold);
	padding-left: 8px;
}

.vm-footer-contact-item {
	display: flex;
	gap: 15px;
	margin-bottom: 25px;
	align-items: flex-start;
}

.vm-footer-contact-icon {
	width: 45px;
	height: 45px;
	background: rgba(197, 160, 77, 0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--accent-gold);
	font-size: 18px;
	flex-shrink: 0;
	border: 1px solid rgba(197, 160, 77, 0.2);
}

.vm-footer-contact-text p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}

.vm-footer-contact-text h6 {
	font-family: var(--heading-font);
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	margin-bottom: 4px;
}

.vm-footer-bottom {
	margin-top: 80px;
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vm-copyright-text {
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	margin: 0;
}

.vm-footer-bottom-links {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
}

.vm-footer-bottom-links a {
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
}

.vm-footer-bottom-links a:hover {
	color: var(--accent-gold);
}

@media (max-width: 991px) {
	.vm-footer-bottom-links {
		justify-content: center;
		margin-top: 15px;
	}

	.vm-copyright-text {
		text-align: center;
	}

	.vm-main-footer {
		padding-top: 60px;
	}

	.vm-about-area {
		padding: 30px 0;
	}

	.vm-features-area {
		padding: 30px 0;
	}

	.tv-project-area {
		padding: 30px 0;
	}

	.vm-world-area {
		padding: 30px 0;
	}

	.vm-choose-area {
		padding: 30px 0;
	}

	.vm-cta-area {
		padding: 30px 0;
	}

	.vm-products-area {
		padding: 30px 0;
	}

	.vm-plant-area {
		padding: 30px 0;
	}

	.vm-testimonial-area {
		padding: 30px 0;
	}

	.vm-contact-area {
		padding: 30px 0;
	}

	.vm-n-faq-section {
		padding: 30px 0;
	}

	.vm-main-footer {
		padding: 30px 0 0;
	}

	.vm-text-marquee-area {
		padding: 20px 0;
	}
}



/* Breadcrumb Css */
.page-breadcrumb {
    background: linear-gradient(135deg, var(--accent-gold) 0%, var(--primary-navy) 100%);
    padding: 40px 0 40px 0;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    overflow: hidden;
}
.page-breadcrumb .container-fluid{
	position: relative;
	z-index: 1;
}

.page-breadcrumb::before {
	content: "";
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.page-breadcrumb::after {
	content: "";
	position: absolute;
	bottom: -80px;
	left: -80px;
	width: 250px;
	height: 250px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.page-breadcrumb .container {
	position: relative;
	z-index: 1;
}

.page-breadcrumb span.breadcrumb_new a {
	color: #fff;
	background: var(--accent-gold);
	padding: 5px;
	border-radius: 7px;
	text-decoration: none;
}

.page-breadcrumb span.breadcrumb_new {
	color: #fff;
}

.page-breadcrumb .extraa {
	margin: 54px 0;
}

@media(max-width:767px) {
.page-breadcrumb {
    padding: 45px 0 30px;
}

	.page-breadcrumb .extraa {
		margin: 15px 0;
	}
}

section.inner-page {
    padding: 60px 0;
}


/* about us */
        .about-page-main-section {
            background-color: #ffffff;
            border-radius: 15px;
            margin-top: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }
        .about-page-main-section h2 {
            font-weight: 600;
            color: var(--primary-navy);
            margin-bottom: 2.5rem;
        }
        
        .about-content-block h3 {
            font-weight: 500;
            color: var(--primary-navy);
            margin-bottom: 1.5rem;
        }
        .about-content-block p {
            font-size: 16px;
            line-height: 1.7;
            color: #555;
        }
        .about-image-container {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }
        .about-image-container img {
            width: 100%;
            height: auto;
            display: block;
        }
       .vision-section {
    padding: 3rem 0 ;
    background-color: #e9f7ff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
}
        .vision-section h3 {
            font-weight: 600;
            color: var(--primary-navy); 
            margin-bottom: 1.5rem;
        }
        .vision-section p {
            font-size: 16px;
            line-height: 1.8;
            color: #495057;
            max-width: 900px;
            margin: 0 auto;
        }

@media(max-width:767px) {
		.vision-section {
    padding: 1rem 0 0;
}
}

    /* director message */
       
        .directors-section-heading {
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary-navy);
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem;
}
        .directors-section-heading::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            width: 80px;
            height: 4px;
            background-color: var(--primary-navy);
            border-radius: 2px;
        }

        .message-content-section {
            padding: 3.5rem; 
            background: linear-gradient(135deg, #e0f2f7, #cce7ff);
            border-radius: 18px; 
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
            text-align: center;
            border: 1px solid var(--primary-navy); 
        }
        .message-content-section h3 {
            font-weight: 700;
            color: var(--primary-navy); 
            margin-bottom: 2rem; 
            font-size: 25px;
        }
        .message-content-section p {
            font-size: 1rem; 
            line-height: 1.9;
            color: #3a4750; 
            margin-bottom: 1.25rem;
        }
        .director-signature {
            font-weight: 700; 
            font-size: 1.3rem; 
            color: #212529; 
            margin-top: 2.5rem; 
            display: block;
        }
        .director-title {
            font-size: 1rem;
            color: #6c757d;
        }

        .director-profile-section {
            padding: 3.5rem 0 0; 
            margin-bottom: 4rem; 
            background-color: #f7faff; 
            border-radius: 20px; 
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }
        .director-profile-image-container {
            border-radius: 50%; 
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); 
            margin-bottom: 2.5rem;
            width: 300px; 
            height: 300px; 
            margin-left: auto;
            margin-right: auto;
            border: 6px solid var(--accent-gold); 
            transition: transform 0.3s ease;
        }
        .director-profile-image-container:hover {
            transform: scale(1.03); 
        }
        .director-profile-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover; 
        }
        .director-profile-text h4 {
            font-weight: 700;
            color: var(--primary-navy); 
            margin-bottom: 1.5rem; 
            font-size: 2.2rem; 
            position: relative;
            padding-bottom: 0.75rem;
        }
        .director-profile-text h4::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 60px;
            height: 3px;
            background-color: var(--accent-gold);
            border-radius: 2px;
        }
        .director-profile-text p {
            font-size: 16px; 
            line-height: 1.9; 
            color: #495057; 
        }

        .future-outlook-section {
            padding: 3.5rem; 
            background: linear-gradient(135deg, #e0f2f7, #cce7ff);
            border-radius: 18px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            text-align: center;
            border: 1px solid rgba(0, 123, 255, 0.2);
        }
        .future-outlook-section h3 {
            font-weight: 700;
            color: var(--primary-navy); 
            margin-bottom: 2rem; 
            font-size: 25px;
        }
        .future-outlook-section p {
            font-size: 1rem; 
            line-height: 1.9; 
            color: #3a4750; 
            max-width: 900px;
            margin: 0 auto;
        }

@media(max-width:767px) {
		.directors-section-heading {
font-size: 25px;
}
.message-content-section {
    padding: 1.5rem;

}
.director-profile-text h4 {
    font-size: 1.2rem;
}
}
/* mission,vission */
         .mvv-card-unique {
            background-color: #ffffff;
            border-radius: 25px;
            padding: 30px;
            margin-bottom: 40px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            border: 1px solid rgba(255, 255, 255, 0.5);
            min-height: 320px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(5px);
            background: rgba(255, 255, 255, 0.9);
        }

        .mvv-card-unique::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, var(--accent-gold), #285EA7);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s ease-out;
        }

        .mvv-card-unique:hover {
            transform: translateY(-20px) scale(1.0);
            box-shadow: 0 25px 60px rgba(0,0,0,0.2);
        }

        .mvv-card-unique:hover::before {
            transform: scaleX(1);
        }

        .mvv-card-unique .card-icon-unique {
            font-size: 3.5rem;
            color: #0A2E50;
            margin-bottom: 30px;
            text-align: center;
            width: 100%;
            transition: color 0.4s ease, transform 0.4s ease;
            text-shadow: 0 3px 8px rgba(0,0,0,0.1);
        }

        .mvv-card-unique:hover .card-icon-unique {
            color: var(--accent-gold);
            transform: scale(1.1);
        }

        .mvv-card-unique h3 {
            font-size: 25px;
            font-weight: 700;
            color: var(--primary-navy);
            margin-bottom: 25px;
            text-align: center;
            letter-spacing: -0.5px;
        }

       .mvv-card-unique p {
    font-size: 15px;
    color: #4A4A4A;
    text-align: center;
    flex-grow: 1;
}
        .values-section-unique .mvv-card-unique {
            min-height: 280px;
        }

        .values-section-unique .mvv-card-unique h3 {
            font-size: 1.9rem;
            margin-bottom: 15px;
        }

        .values-section-unique .mvv-card-unique .card-icon-unique {
            font-size: 3.5rem;
        }

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

        @keyframes floatShape {
            0% { transform: translate(0, 0) rotate(0deg); }
            25% { transform: translate(20px, -20px) rotate(15deg); }
            50% { transform: translate(0, 0) rotate(0deg); }
            75% { transform: translate(-20px, 20px) rotate(-15deg); }
            100% { transform: translate(0, 0) rotate(0deg); }
        }

        @media (max-width: 1024px) {
            .hero-section-unique h1 {
                font-size: 3.5rem;
            }
            .hero-section-unique p {
                font-size: 1.3rem;
            }
            .mvv-card-unique {
                padding: 30px;
                min-height: 280px;
            }
            .mvv-card-unique .card-icon-unique {
                font-size: 4rem;
            }
            .mvv-card-unique h3 {
                font-size: 2.2rem;
            }
            .mvv-card-unique p {
                font-size: 1.05rem;
            }
            .values-section-unique .mvv-card-unique {
                min-height: 240px;
            }
            .values-section-unique .mvv-card-unique h3 {
                font-size: 1.7rem;
            }
            .values-section-unique .mvv-card-unique .card-icon-unique {
                font-size: 3.5rem;
				margin-bottom: 10px;
            }
        }

        @media (max-width: 768px) {
            .hero-section-unique {
                padding: 70px 0;
                border-bottom-left-radius: 60px;
                border-bottom-right-radius: 60px;
            }
            .hero-section-unique h1 {
                font-size: 2.8rem;
            }
            .hero-section-unique p {
                font-size: 1.1rem;
            }
            .mvv-card-unique {
                padding: 25px;
                min-height: auto;
            }
            .mvv-card-unique .card-icon-unique {
                font-size: 3.5rem;
				margin-bottom: 10px;
            }
            .mvv-card-unique h3 {
                font-size: 1.8rem;
            }
            .mvv-card-unique p {
                font-size: 1rem;
            }
            .values-section-unique .mvv-card-unique {
                min-height: auto;
            }
        }

        @media (max-width: 480px) {
            .hero-section-unique {
                padding: 50px 0;
                border-bottom-left-radius: 40px;
                border-bottom-right-radius: 40px;
            }
            .hero-section-unique h1 {
                font-size: 2.2rem;
            }
            .hero-section-unique p {
                font-size: 0.95rem;
            }
            .mvv-card-unique {
                padding: 20px;
				margin-bottom: 0;
            }
            .mvv-card-unique .card-icon-unique {
                font-size: 3rem;
            }
            .mvv-card-unique h3 {
                font-size: 1.5rem;
            }
        }

		 #vamriit-mobile-quick-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--primary-navy);
        padding: 10px 6px;
        z-index: 99;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
        animation: slideUp 0.6s ease forwards;
    }

    #vamriit-mobile-quick-menu a {
        flex: 1;
        text-align: center;
        color: var(--white);
        font-family: var(--body-font);
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        padding: 10px 6px;
        border-radius: 10px;
        transition: var(--transition);
        position: relative;
        overflow: hidden;
    }

    #vamriit-mobile-quick-menu i {
        display: block;
        font-size: 20px;
        margin-bottom: 4px;
        transition: var(--transition);
    }

    #callll {
        background: linear-gradient(135deg, var(--accent-gold), #b8943c);
    }

    #whatsappp {
        background: linear-gradient(135deg, #25D366, #1ebe5d);
    }

    #vamriit-mobile-quick-menu .custom-primary {
        background: linear-gradient(135deg, var(--primary-navy), var(--footer-bg));
        border: 1px solid var(--accent-gold);
    }

    #vamriit-mobile-quick-menu a:hover,
    #vamriit-mobile-quick-menu a:focus {
        transform: translateY(-4px);
    }

    #vamriit-mobile-quick-menu a:hover i {
        transform: scale(1.2) rotate(-5deg);
    }

    #vamriit-mobile-quick-menu a::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.15);
        opacity: 0;
        transition: var(--transition);
    }

    #vamriit-mobile-quick-menu a:active::after {
        opacity: 1;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    #whatsappp {
        animation: pulseGlow 2.5s infinite;
    }

    @keyframes pulseGlow {
        0% {
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
        }

        70% {
            box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        }
    }

	@media(max-width:767px){
		.vm-offcanvas-area {
    display: none;
}
.vm-contact-info-box {
    padding: 30px 10px;
}
section {
	overflow: hidden;
}
	}