@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800;900&display=swap"); :root { --primary-navy: #FFFFFF; --secondary-navy: #F8FAFC; --text-white: #26448C; --text-gray-light: #334155; --text-gray-muted: #64748B; --accent-gold: #0DA341; --accent-gold-hover: #0a7f32; --cta-red: #DA1F24; --cta-red-hover: #bc1a1e;
--air-teal: #0284C7; --eco-green: #0DA341; --border-light: rgba(15, 23, 42, 0.08);
--border-dark: rgba(15, 23, 42, 0.06);
--bg-light: #F1F5F9; --bg-white: #FFFFFF; --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px -1px rgba(15, 23, 42, 0.05), 0 2px 4px -1px rgba(15, 23, 42, 0.03);
--shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, 0.06), 0 4px 6px -2px rgba(15, 23, 42, 0.04);
--shadow-xl: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 10px 10px -5px rgba(15, 23, 42, 0.05);
--shadow-gold: 0 10px 25px -5px rgba(13, 163, 65, 0.2); --font-heading: 'Outfit', sans-serif;
--font-body: 'Inter', sans-serif; --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
--transition-normal: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
--transition-slow: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
} body.dark-theme {
--primary-navy: #090E1A; --secondary-navy: #0F172A; --text-white: #FFFFFF; --text-gray-light: #E2E8F0; --text-gray-muted: #94A3B8; --border-light: rgba(255, 255, 255, 0.1);
--border-dark: rgba(255, 255, 255, 0.08);
--bg-light: #0F172A;
--bg-white: #090E1A;
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.4);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
} body.dark-theme .elementor-section,
body.dark-theme .elementor-container,
body.dark-theme .elementor-column,
body.dark-theme .elementor-column-wrap,
body.dark-theme .elementor-widget-wrap,
body.dark-theme .elementor-widget-container,
body.dark-theme .elementor-element.elementor-section,
body.dark-theme .elementor-element.elementor-column,
body.dark-theme .elementor-element.elementor-widget {
background-color: transparent !important;
}
body.dark-theme .elementor-heading-title,
body.dark-theme .section-title .elementor-heading-title,
body.dark-theme .section-tag .elementor-heading-title {
color: var(--text-white) !important;
}
body.dark-theme .elementor-text-editor,
body.dark-theme .elementor-text-editor * {
color: var(--text-gray-light) !important;
}
body.dark-theme .light-section {
background-color: var(--primary-navy) !important;
} body,
header,
section,
footer,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
input,
select,
textarea,
span,
table,
tr,
td,
th {
transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
} *,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
font-size: 16px;
background-color: var(--primary-navy);
color: var(--text-gray-light);
font-family: var(--font-body);
-webkit-font-smoothing: antialiased;
}
body {
overflow-x: hidden;
background-color: var(--primary-navy) !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-widget-heading .elementor-heading-title {
font-family: var(--font-heading);
color: var(--text-white);
} .elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.section-title,
.section-title .elementor-heading-title {
font-size: clamp(2rem, 4.5vw, 3.25rem) !important;
font-weight: 800 !important;
letter-spacing: -0.5px !important;
line-height: 1.15 !important;
margin-bottom: 1.5rem !important;
position: relative !important;
display: inline-block !important;
} .elementor-widget-heading h1.elementor-heading-title::after,
.elementor-widget-heading h2.elementor-heading-title::after,
.elementor-widget-heading h3.elementor-heading-title::after,
.draw-line .elementor-heading-title::after {
content: '' !important;
position: absolute !important;
bottom: -12px !important;
width: 0% !important;
height: 2.5px !important;
background: linear-gradient(90deg, var(--accent-gold), var(--air-teal)) !important;
transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
} .elementor-widget-heading h1.elementor-heading-title.active::after,
.elementor-widget-heading h2.elementor-heading-title.active::after,
.elementor-widget-heading h3.elementor-heading-title.active::after,
.draw-line.active .elementor-heading-title::after {
width: 100% !important;
} .elementor-align-center .elementor-heading-title::after {
left: 50% !important;
transform: translateX(-50%) !important;
} .elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title,
.section-tag,
.section-tag .elementor-heading-title {
font-size: 0.85rem !important;
text-transform: uppercase !important;
letter-spacing: 3px !important;
color: var(--accent-gold) !important;
font-weight: 600 !important;
margin-bottom: 1rem !important;
display: block !important;
letter-spacing: 3px !important;
}
p {
line-height: 1.6;
color: var(--text-gray-light);
}
a {
text-decoration: none;
color: inherit;
transition: var(--transition-fast);
}
img,
video {
max-width: 100%;
display: block;
}
button {
cursor: pointer;
border: none;
background: none;
font-family: inherit;
transition: var(--transition-fast);
} .container {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 2rem;
}
.section-padding {
padding: 8rem 0;
}
.text-center {
text-align: center;
}
.text-gold {
color: var(--accent-gold);
}
.text-teal {
color: var(--air-teal);
}
.text-blue {
color: #26448C;
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
} .section-header {
margin-bottom: 5rem;
max-width: 800px;
}
.section-header.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.section-tag,
.section-tag .elementor-heading-title,
.section-tag.elementor-widget-heading .elementor-heading-title,
span.section-tag {
font-family: var(--font-heading) !important;
font-size: 0.85rem !important;
text-transform: uppercase !important;
letter-spacing: 3px !important;
color: var(--accent-gold) !important;
font-weight: 600 !important;
margin-bottom: 1rem !important;
display: block !important;
}
.section-title,
.section-title .elementor-heading-title,
.section-title.elementor-widget-heading .elementor-heading-title,
h1.section-title,
h2.section-title,
h3.section-title {
font-family: var(--font-heading) !important;
font-size: clamp(2rem, 4.5vw, 3.25rem) !important;
font-weight: 800 !important;
letter-spacing: -0.5px !important;
margin-bottom: 1.5rem !important;
color: var(--text-white) !important;
line-height: 1.1 !important;
}
.section-subtitle,
.section-subtitle .elementor-text-editor,
.section-subtitle.elementor-widget-text-editor .elementor-text-editor,
p.section-subtitle {
font-family: var(--font-body) !important;
font-size: clamp(1rem, 2vw, 1.25rem) !important;
color: var(--text-gray-muted) !important;
font-weight: 300 !important;
line-height: 1.7 !important;
} .light-section,
.light-section.elementor-section {
background-color: var(--secondary-navy) !important;
}
body.dark-theme .light-section,
body.dark-theme .light-section.elementor-section {
background-color: var(--primary-navy) !important;
}
.light-section p,
.light-section .elementor-text-editor {
color: var(--text-gray-light) !important;
}
.light-section .section-subtitle,
.light-section .section-subtitle .elementor-text-editor {
color: var(--text-gray-muted) !important;
} .section-padding,
.section-padding.elementor-section {
padding: 8rem 0 !important;
} .container,
.elementor-section .elementor-container {
width: 100% !important;
max-width: 1280px !important;
margin-left: auto !important;
margin-right: auto !important;
} ::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: var(--primary-navy);
}
::-webkit-scrollbar-thumb {
background: var(--secondary-navy);
border: 1px solid var(--border-dark);
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: var(--accent-gold);
} .air-gradient-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
pointer-events: none;
overflow: hidden;
}
.air-gradient-canvas {
width: 100%;
height: 100%;
display: block;
opacity: 0.65;
}
body.dark-theme .air-gradient-canvas {
opacity: 0.35;
} .clip-container {
display: inline-block;
overflow: hidden;
vertical-align: bottom;
padding-top: 0.25em;
padding-bottom: 0.15em;
margin-top: -0.25em;
margin-bottom: -0.15em;
}
.clip-text {
display: inline-block;
transform: translateY(120%);
opacity: 0;
transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s ease;
}
.clip-text.active {
transform: translateY(0);
opacity: 1;
}
.draw-line .elementor-heading-title {
position: relative;
}
.draw-line .elementor-heading-title::after {
content: '';
position: absolute;
bottom: -12px;
left: 0;
width: 0%;
height: 2px;
background: linear-gradient(90deg, var(--accent-gold), var(--air-teal));
transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.draw-line.active .elementor-heading-title::after {
width: 100%;
}
.draw-line.center .elementor-heading-title::after {
left: 50%;
transform: translateX(-50%);
}
.hover-draw-link {
position: relative;
}
.hover-draw-link::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
width: 0%;
height: 1.5px;
background-color: var(--accent-gold);
transition: width var(--transition-fast);
}
.hover-draw-link:hover::after {
width: 100%;
}  .btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 1rem 2.25rem;
font-size: 0.95rem;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 0;
position: relative;
overflow: hidden;
z-index: 1;
} .btn-primary {
background-color: var(--cta-red);
color: #FFFFFF;
border: 1px solid var(--cta-red);
} .elementor-widget-button.btn .elementor-button,
.elementor-widget-button.btn-primary .elementor-button,
#future-cta .elementor-button {
background-color: var(--cta-red) !important;
color: #FFFFFF !important;
border: 1px solid var(--cta-red) !important;
padding: 0.75rem 2rem !important;
font-family: var(--font-body) !important;
font-size: 0.9rem !important;
font-weight: 600 !important;
letter-spacing: 1px !important;
text-transform: uppercase !important;
border-radius: 0 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
position: relative !important;
overflow: hidden !important;
z-index: 1 !important;
transition: all 0.3s ease !important;
}
.elementor-widget-button.btn .elementor-button:hover,
.elementor-widget-button.btn-primary .elementor-button:hover,
#future-cta .elementor-button:hover {
background-color: var(--cta-red-hover) !important;
box-shadow: 0 4px 15px rgba(218, 31, 36, 0.4) !important;
transform: translateY(-2px) !important;
}
.btn-primary::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
transition: 0.6s;
z-index: -1;
}
.btn-primary:hover::after {
left: 100%;
}
.btn-primary:hover {
background-color: var(--cta-red-hover);
box-shadow: 0 4px 15px rgba(218, 31, 36, 0.4);
transform: translateY(-2px);
}
.btn-secondary {
background-color: transparent;
color: var(--text-white);
border: 1px solid var(--text-white);
}
.btn-secondary:hover {
background-color: rgba(38, 68, 140, 0.05);
transform: translateY(-2px);
}
body.dark-theme .btn-secondary:hover {
background-color: rgba(255, 255, 255, 0.05);
}
.btn-accent {
background: linear-gradient(135deg, var(--accent-gold), var(--air-teal));
color: #FFFFFF;
}
.btn-accent:hover {
filter: brightness(1.1);
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(13, 163, 65, 0.3);
} .glass-card {
background: var(--secondary-navy);
border: 1px solid var(--border-dark);
border-radius: 4px;
padding: 2.5rem;
transition: var(--transition-normal);
box-shadow: var(--shadow-sm);
}
.glass-card:hover {
background: var(--primary-navy);
border-color: var(--accent-gold);
transform: translateY(-5px);
box-shadow: var(--shadow-md);
}
body.dark-theme .glass-card {
background: rgba(255, 255, 255, 0.03);
}
body.dark-theme .glass-card:hover {
background: rgba(255, 255, 255, 0.05);
} .header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
transition: var(--transition-normal);
padding: 1.5rem 0;
background: #FFFFFF;
border-bottom: 1px solid var(--border-dark);
box-shadow: var(--shadow-sm);
}
.header.scrolled {
padding: 0.75rem 0;
box-shadow: var(--shadow-lg);
}
body.dark-theme .header {
background: #090E1A;
}
.header .container {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo-wrapper {
height: 50px;
width: 200px;
}
.logo-wrapper img {
height: 100%;
width: auto;
}
.nav {
display: flex;
gap: 2.5rem;
align-items: center;
}
.nav-link {
font-size: 0.85rem;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1.5px;
color: var(--text-gray-light);
position: relative;
padding: 0.5rem 0;
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: var(--accent-gold);
transition: var(--transition-fast);
}
.nav-link:hover {
color: var(--text-white);
}
.nav-link:hover::after,
.nav-link.active::after {
width: 100%;
} .nav-dropdown-item {
position: relative;
}
.nav-dropdown-item:has(.nav-mega-dropdown) {
position: static;
}
.nav-dropdown {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%) translateY(15px);
background: var(--secondary-navy);
border: 1px solid var(--border-dark);
min-width: 220px;
box-shadow: var(--shadow-xl);
border-radius: 4px;
padding: 1rem 0;
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
z-index: 100;
}
body.dark-theme .nav-dropdown {
background: var(--secondary-navy);
}
.nav-dropdown-item:hover .nav-dropdown {
opacity: 1;
visibility: visible;
transform: translateX(-50%) translateY(0);
} .nav-mega-dropdown {
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(15px);
background: var(--secondary-navy);
border: 1px solid var(--border-dark);
box-shadow: var(--shadow-xl);
border-radius: 8px;
padding: 2rem;
opacity: 0;
visibility: hidden;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s ease;
z-index: 1000;
}
body.dark-theme .nav-mega-dropdown {
background: var(--secondary-navy);
}
.nav-dropdown-item:hover .nav-mega-dropdown {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.mega-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
.mega-column {
display: flex;
flex-direction: column;
gap: 0.75rem;
padding: 1.25rem;
border-radius: 6px;
transition: var(--transition-fast);
background: transparent;
text-align: left;
}
.mega-column:hover {
background: rgba(13, 163, 65, 0.04);
}
body.dark-theme .mega-column:hover {
background: rgba(13, 163, 65, 0.06);
}
.mega-icon-box {
width: 48px;
height: 48px;
border-radius: 8px;
background: rgba(13, 163, 65, 0.1);
color: var(--accent-gold);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
margin-bottom: 0.25rem;
transition: var(--transition-fast);
}
.mega-column:hover .mega-icon-box {
background: var(--accent-gold);
color: #FFFFFF;
transform: scale(1.05);
}
.mega-column-title {
font-size: 0.95rem;
font-weight: 700;
color: var(--text-white);
margin: 0;
transition: var(--transition-fast);
}
.mega-column:hover .mega-column-title {
color: var(--accent-gold);
}
.mega-column-desc {
font-size: 0.8rem;
color: var(--text-gray-muted);
line-height: 1.5;
margin: 0;
flex-grow: 1;
}
.mega-column-link {
font-size: 0.8rem;
font-weight: 600;
text-decoration: none;
color: var(--text-white);
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: auto;
transition: var(--transition-fast);
}
.mega-column-link i {
transition: transform 0.2s ease;
}
.mega-column:hover .mega-column-link {
color: var(--accent-gold);
}
.mega-column:hover .mega-column-link i {
transform: translateX(4px);
}
.dropdown-link {
padding: 0.75rem 1.75rem;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--text-gray-light);
font-weight: 600;
transition: var(--transition-fast);
display: flex;
justify-content: space-between;
align-items: center;
}
.dropdown-link:hover {
background: rgba(13, 163, 65, 0.08);
color: var(--accent-gold);
padding-left: 2rem;
}
.dropdown-link i {
font-size: 0.75rem;
opacity: 0.6;
} .theme-toggle-btn {
width: 42px;
height: 42px;
border-radius: 50%;
border: 1px solid var(--border-dark);
background: rgba(15, 23, 42, 0.03);
color: var(--accent-gold);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.15rem;
cursor: pointer;
transition: var(--transition-fast);
}
body.dark-theme .theme-toggle-btn {
background: rgba(255, 255, 255, 0.04);
}
.theme-toggle-btn:hover {
transform: scale(1.1);
background: var(--accent-gold);
color: #FFFFFF;
border-color: var(--accent-gold);
}
.mobile-menu-btn {
display: none;
font-size: 1.5rem;
color: var(--text-white);
} .hero {
position: relative;
height: 100vh;
width: 100%;
overflow: hidden;
background-color: #090E1A; }
.hero-video-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.hero-video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 2;
}
.hero-fallback-bg {
background: linear-gradient(135deg, #26448C 0%, #1e293b 100%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
transition: opacity 0.5s ease;
}
.hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, rgba(9, 14, 26, 0.45) 0%, rgba(9, 14, 26, 0.95) 100%);
z-index: 2;
}
.hero-content,
.hero .elementor-container,
.hero .elementor-widget-wrap {
position: relative;
z-index: 3;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
max-width: 900px !important;
margin: 0 auto !important;
}
.hero-title-badge .elementor-heading-title {
display: inline-flex !important;
align-items: center !important;
gap: 0.75rem !important;
background: rgba(255, 255, 255, 0.05) !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
padding: 0.5rem 1.25rem !important;
border-radius: 100px !important;
margin-bottom: 2rem !important;
font-size: 0.85rem !important;
font-weight: 600 !important;
letter-spacing: 2px !important;
color: var(--accent-gold) !important;
text-transform: uppercase !important;
}
.hero-title-badge .elementor-heading-title::before {
content: '' !important;
display: inline-block !important;
width: 8px !important;
height: 8px !important;
border-radius: 50% !important;
background-color: var(--accent-gold) !important;
box-shadow: 0 0 10px var(--accent-gold) !important;
animation: pulse 2s infinite !important;
margin-right: 0.75rem !important;
}
.hero-title,
.hero-title .elementor-heading-title {
font-size: clamp(2.5rem, 6vw, 5rem) !important;
font-weight: 900 !important;
letter-spacing: -1.5px !important;
line-height: 1.05 !important;
margin-bottom: 2rem !important;
color: #FFFFFF !important;
}
.hero-title span,
.hero-title .elementor-heading-title span {
display: block !important;
color: var(--accent-gold) !important;
}
.hero-subtitle {
font-size: clamp(1.1rem, 2.5vw, 1.6rem) !important;
font-weight: 400 !important;
color: #E2E8F0 !important;
margin-bottom: 3.5rem !important;
max-width: 700px !important;
line-height: 1.5 !important;
}
.hero-buttons {
display: flex;
gap: 1.5rem;
}
.scroll-indicator {
position: absolute;
bottom: 2.5rem;
left: 50%;
transform: translateX(-50%);
z-index: 3;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
font-size: 0.75rem;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--text-gray-muted);
}
.scroll-indicator .mouse {
width: 24px;
height: 38px;
border: 2px solid var(--text-gray-muted);
border-radius: 12px;
position: relative;
}
.scroll-indicator .wheel {
width: 4px;
height: 8px;
background-color: var(--accent-gold);
border-radius: 2px;
position: absolute;
top: 6px;
left: 50%;
transform: translateX(-50%);
animation: scrollMouse 1.5s infinite;
} .hero-overlay {
background: linear-gradient(135deg, rgba(9, 14, 26, 0.5) 0%, rgba(9, 14, 26, 0.8) 100%) !important;
}
body.dark-theme .hero-overlay {
background: radial-gradient(circle at center, rgba(9, 14, 26, 0.4) 0%, rgba(9, 14, 26, 0.95) 100%) !important;
}
.hero-title,
.hero-title .elementor-heading-title {
color: #FFFFFF !important;
}
.hero-title span,
.hero-title .elementor-heading-title span {
display: block !important;
color: var(--accent-gold) !important;
}
.hero-subtitle {
color: rgba(241, 245, 249, 0.95) !important;
}
.hero-title-badge .elementor-heading-title {
background: rgba(255, 255, 255, 0.08) !important;
border: 1px solid rgba(255, 255, 255, 0.15) !important;
color: var(--accent-gold) !important;
padding: 0.5rem 1.25rem !important;
border-radius: 100px !important;
display: inline-flex !important;
align-items: center !important;
gap: 0.75rem !important;
}
.hero .btn-secondary {
color: #FFFFFF !important;
border-color: rgba(255, 255, 255, 0.6) !important;
background-color: rgba(255, 255, 255, 0.03) !important;
}
.hero .btn-secondary:hover {
background-color: #FFFFFF !important;
color: #26448C !important;
border-color: #FFFFFF !important;
}
.scroll-indicator {
color: rgba(241, 245, 249, 0.65) !important;
}
.scroll-indicator .mouse {
border-color: rgba(241, 245, 249, 0.6) !important;
}  .purpose-grid {
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 5rem;
align-items: center;
}
.purpose-visual {
position: relative;
border-radius: 4px;
overflow: hidden;
box-shadow: var(--shadow-xl);
}
.purpose-image {
width: 100%;
height: 500px;
object-fit: cover;
transition: var(--transition-slow);
}
.purpose-visual:hover .purpose-image {
transform: scale(1.05);
}
.purpose-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 10%, transparent 80%);
display: flex;
align-items: flex-end;
padding: 3rem;
}
body.dark-theme .purpose-overlay {
background: linear-gradient(to top, rgba(9, 14, 26, 0.95) 10%, transparent 80%);
}
.purpose-overlay-content {
border-left: 3px solid var(--accent-gold);
padding-left: 1.5rem;
}
.purpose-overlay-title {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-white);
margin-bottom: 0.5rem;
}
.purpose-overlay-text {
font-size: 0.95rem;
color: var(--text-gray-light);
}
.purpose-text-content {
display: flex;
flex-direction: column;
gap: 2rem;
}
.purpose-quote,
.purpose-quote .elementor-heading-title,
.purpose-quote.elementor-widget-heading .elementor-heading-title {
font-family: var(--font-heading) !important;
font-size: clamp(1.8rem, 3.5vw, 2.75rem) !important;
font-weight: 800 !important;
line-height: 1.25 !important;
color: var(--text-white) !important;
}
.purpose-narrative,
.purpose-narrative .elementor-text-editor,
.purpose-narrative.elementor-widget-text-editor .elementor-text-editor {
font-family: var(--font-body) !important;
font-size: 1.05rem !important;
line-height: 1.8 !important;
}
.purpose-pillars {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2.5rem;
margin-top: 1rem;
}
.pillar-item {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.pillar-icon-box {
width: 48px;
height: 48px;
background-color: rgba(13, 163, 65, 0.05);
border-radius: 4px;
color: var(--accent-gold);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
border: 1px solid rgba(13, 163, 65, 0.12);
}
.pillar-title {
font-size: 1.15rem;
font-weight: 700;
color: var(--text-white);
}
.pillar-desc {
font-size: 0.9rem;
color: var(--text-gray-light);
line-height: 1.5;
} .impact {
background: var(--secondary-navy);
border-top: 1px solid var(--border-dark);
border-bottom: 1px solid var(--border-dark);
}
.impact-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2.5rem;
}
.impact-card {
text-align: center;
padding: 3rem 1.5rem;
background: var(--primary-navy);
border: 1px solid var(--border-dark);
position: relative;
transition: var(--transition-normal);
}
.impact-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg, var(--accent-gold), var(--air-teal));
transform: scaleX(0);
transform-origin: left;
transition: var(--transition-normal);
}
.impact-card:hover::before {
transform: scaleX(1);
}
.impact-card:hover {
transform: translateY(-5px);
border-color: var(--accent-gold);
box-shadow: var(--shadow-lg);
}
.impact-number {
font-family: var(--font-heading);
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 800;
color: var(--text-white);
margin-bottom: 0.5rem;
letter-spacing: -1px;
display: block;
}
.impact-label {
font-size: 0.95rem;
color: var(--text-gray-muted);
text-transform: uppercase;
letter-spacing: 1.5px;
font-weight: 500;
} .ecosystem-container {
display: grid;
grid-template-columns: 350px 1fr;
gap: 4rem;
align-items: stretch;
}
.ecosystem-nav-list {
display: flex;
flex-direction: column;
gap: 1rem;
justify-content: center;
}
.ecosystem-nav-btn {
padding: 1.5rem 2rem;
text-align: left;
background: var(--secondary-navy);
border: 1px solid var(--border-dark);
border-radius: 4px;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: var(--shadow-sm);
transition: var(--transition-normal);
}
.ecosystem-nav-btn h3 {
font-size: 1.25rem;
color: var(--text-white);
font-weight: 600;
}
.ecosystem-nav-btn .icon {
font-size: 1.25rem;
color: var(--text-gray-muted);
transition: var(--transition-fast);
}
.ecosystem-nav-btn:hover {
transform: translateX(8px);
border-color: var(--accent-gold);
}
.ecosystem-nav-btn.active {
background: var(--text-white); border-color: var(--text-white);
box-shadow: var(--shadow-lg);
}
body.dark-theme .ecosystem-nav-btn.active {
background: var(--accent-gold); border-color: var(--accent-gold);
}
.ecosystem-nav-btn.active h3 {
color: #FFFFFF;
}
.ecosystem-nav-btn.active .icon {
color: #FFFFFF;
transform: rotate(90deg);
}
.ecosystem-display {
background: var(--secondary-navy);
border: 1px solid var(--border-dark);
border-radius: 4px;
padding: 4rem;
box-shadow: var(--shadow-md);
position: relative;
min-height: 500px;
display: flex;
align-items: center;
}
.ecosystem-tab-content {
display: none;
grid-template-columns: 1.2fr 1fr;
gap: 4rem;
align-items: center;
width: 100%;
}
.ecosystem-tab-content.active {
display: grid;
animation: fadeIn 0.6s forwards ease-out;
}
.ecosystem-info {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.ecosystem-tab-title {
font-size: 2.25rem;
font-weight: 800;
color: var(--text-white);
line-height: 1.15;
}
.ecosystem-tab-description {
font-size: 1.05rem;
line-height: 1.7;
color: var(--text-gray-light);
}
.ecosystem-bullet-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 1rem;
}
.ecosystem-bullet-list li {
display: flex;
align-items: flex-start;
gap: 0.75rem;
font-size: 0.95rem;
color: var(--text-gray-light);
font-weight: 500;
}
.ecosystem-bullet-list li i {
color: var(--accent-gold);
margin-top: 0.25rem;
font-size: 1rem;
}
.ecosystem-visual-showcase {
position: relative;
height: 320px;
border-radius: 4px;
overflow: hidden;
box-shadow: var(--shadow-lg);
}
.ecosystem-visual-showcase img {
width: 100%;
height: 100%;
object-fit: cover;
transition: var(--transition-slow);
}
.ecosystem-visual-showcase:hover img {
transform: scale(1.05);
}
.ecosystem-stat-badge {
position: absolute;
bottom: 1.5rem;
left: 1.5rem;
right: 1.5rem;
background: rgba(38, 68, 140, 0.9);
border: 1px solid rgba(255, 255, 255, 0.1);
padding: 1rem 1.5rem;
border-radius: 4px;
display: flex;
align-items: center;
gap: 1rem;
}
.ecosystem-stat-num {
font-family: var(--font-heading);
font-size: 1.75rem;
font-weight: 800;
color: #FFFFFF;
}
.ecosystem-stat-lbl {
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 1px;
color: #E2E8F0;
line-height: 1.3;
} .timeline-section {
position: relative;
background: var(--secondary-navy);
border-top: 1px solid var(--border-dark);
border-bottom: 1px solid var(--border-dark);
}
.timeline-nav {
position: relative;
display: flex;
justify-content: space-between;
margin-bottom: 5rem;
padding: 2rem 0;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.timeline-nav::before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 2px;
background: var(--border-light);
z-index: 1;
transform: translateY(-50%);
}
.timeline-nav-progress {
position: absolute;
top: 50%;
left: 0;
width: 0%;
height: 2px;
background: linear-gradient(90deg, var(--accent-gold), var(--text-white));
z-index: 2;
transform: translateY(-50%);
transition: width var(--transition-normal);
}
.timeline-nav-btn {
position: relative;
z-index: 3;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: var(--secondary-navy);
border: 2px solid var(--border-light);
color: var(--text-gray-muted);
font-weight: 700;
font-size: 0.95rem;
font-family: var(--font-heading);
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition-normal);
cursor: pointer;
}
.timeline-nav-btn::after {
content: attr(data-subtitle);
position: absolute;
top: 60px;
font-size: 0.85rem;
font-weight: 600;
letter-spacing: 1px;
color: var(--text-gray-muted);
transition: var(--transition-fast);
}
.timeline-nav-btn:hover {
border-color: var(--accent-gold);
color: var(--text-white);
}
.timeline-nav-btn.active {
border-color: var(--accent-gold);
background: var(--accent-gold);
color: #FFFFFF;
box-shadow: 0 0 15px rgba(13, 163, 65, 0.4);
}
.timeline-nav-btn.active::after {
color: var(--accent-gold);
font-weight: 700;
font-size: 0.95rem;
}
.timeline-content-wrapper {
position: relative;
min-height: 400px;
}
.timeline-slide {
display: none;
grid-template-columns: 1fr 1.2fr;
gap: 6rem;
align-items: center;
position: absolute;
inset: 0;
width: 100%;
height: auto;
opacity: 0;
pointer-events: none;
}
.timeline-slide.active {
display: grid;
opacity: 1;
pointer-events: all;
position: relative;
animation: slideIn 0.8s forwards cubic-bezier(0.25, 1, 0.5, 1);
}
.timeline-slide-visual {
position: relative;
border-radius: 4px;
overflow: hidden;
height: 380px;
box-shadow: var(--shadow-xl);
}
.timeline-slide-visual img {
width: 100%;
height: 100%;
object-fit: cover;
}
.timeline-slide-text {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.timeline-slide-year {
font-family: var(--font-heading);
font-size: 5rem;
font-weight: 900;
line-height: 1;
color: var(--text-white);
}
.timeline-slide-title {
font-size: 2rem;
font-weight: 700;
color: var(--text-white);
line-height: 1.2;
}
.timeline-slide-desc {
font-size: 1.05rem;
line-height: 1.75;
color: var(--text-gray-light);
}
.timeline-slide-fact {
display: flex;
align-items: center;
gap: 1rem;
border-left: 2px solid var(--accent-gold);
padding-left: 1.5rem;
margin-top: 1rem;
}
.timeline-slide-fact i {
color: var(--accent-gold);
font-size: 1.25rem;
}
.timeline-slide-fact-text {
font-size: 0.9rem;
color: var(--text-gray-muted);
font-weight: 500;
} .mfg-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
.mfg-card {
position: relative;
border-radius: 4px;
overflow: hidden;
height: 480px;
box-shadow: var(--shadow-lg);
cursor: pointer;
}
.mfg-card-bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: var(--transition-slow);
}
.mfg-card-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(38, 68, 140, 0.95) 0%, rgba(38, 68, 140, 0.4) 50%, rgba(38, 68, 140, 0.1) 100%);
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 3rem 2.5rem;
z-index: 2;
transition: var(--transition-normal);
}
body.dark-theme .mfg-card-overlay {
background: linear-gradient(to top, rgba(9, 14, 26, 0.95) 0%, rgba(9, 14, 26, 0.4) 50%, rgba(9, 14, 26, 0.1) 100%);
}
.mfg-card-content {
transform: translateY(60px);
transition: var(--transition-normal);
}
.mfg-card-icon {
font-size: 2rem;
color: var(--accent-gold);
margin-bottom: 1.5rem;
display: inline-block;
opacity: 0.9;
transition: var(--transition-fast);
}
.mfg-card-title {
font-size: 1.5rem;
font-weight: 700;
color: #FFFFFF;
margin-bottom: 1rem;
}
.mfg-card-desc {
font-size: 0.95rem;
color: #CBD5E1;
line-height: 1.6;
opacity: 0;
transition: var(--transition-normal);
}
.mfg-card:hover .mfg-card-bg {
transform: scale(1.08);
}
.mfg-card:hover .mfg-card-content {
transform: translateY(0);
}
.mfg-card:hover .mfg-card-desc {
opacity: 1;
}
.mfg-card:hover .mfg-card-icon {
transform: scale(1.1);
color: #FFFFFF;
}
.mfg-highlight-text {
grid-column: span 3;
text-align: center;
margin-top: 4rem;
max-width: 900px;
margin-left: auto;
margin-right: auto;
font-size: 1.15rem;
line-height: 1.8;
color: var(--text-gray-light);
border-top: 1px solid var(--border-light);
padding-top: 3rem;
} .search-section {
background: var(--secondary-navy);
border-top: 1px solid var(--border-dark);
border-bottom: 1px solid var(--border-dark);
}
.search-box-container {
max-width: 960px;
margin: 0 auto 6rem;
background: var(--primary-navy);
border: 1px solid var(--border-light);
border-radius: 4px;
padding: 3rem;
box-shadow: var(--shadow-xl);
}
.search-tabs {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0.75rem;
margin-bottom: 2rem;
border-bottom: 1px solid var(--border-light);
padding-bottom: 1.5rem;
}
.search-tab-btn {
padding: 1rem;
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
color: var(--text-gray-muted);
border-radius: 4px;
background: var(--secondary-navy);
border: 1px solid var(--border-dark);
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
transition: var(--transition-fast);
}
.search-tab-btn:hover {
border-color: var(--accent-gold);
color: var(--text-white);
}
.search-tab-btn.active {
background: var(--text-white); color: #FFFFFF;
border-color: var(--text-white);
box-shadow: 0 0 10px rgba(38, 68, 140, 0.2);
}
body.dark-theme .search-tab-btn.active {
background: var(--accent-gold); border-color: var(--accent-gold);
}
.search-pane {
display: none;
}
.search-pane.active {
display: block;
animation: fadeIn 0.4s ease-out;
}
.search-form-group {
display: flex;
gap: 1rem;
align-items: stretch;
}
.search-select-wrapper {
position: relative;
flex: 1;
}
.search-select,
.search-input {
width: 100%;
padding: 1.25rem 1.5rem;
background-color: var(--secondary-navy);
border: 1px solid var(--border-light);
color: var(--text-gray-light);
font-family: var(--font-body);
font-size: 1rem;
border-radius: 4px;
outline: none;
transition: var(--transition-normal);
appearance: none;
}
.search-select-wrapper::after {
content: '\f107';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
position: absolute;
right: 1.5rem;
top: 50%;
transform: translateY(-50%);
color: var(--text-white);
pointer-events: none;
}
.search-select:focus,
.search-input:focus {
border-color: var(--accent-gold);
box-shadow: 0 0 10px rgba(13, 163, 65, 0.2);
} .search-btn {
padding: 0 2.5rem;
background-color: var(--cta-red);
color: #FFFFFF;
font-weight: 700;
font-size: 0.95rem;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 4px;
display: flex;
align-items: center;
gap: 0.75rem;
}
.search-btn:hover {
background-color: var(--cta-red-hover);
box-shadow: 0 4px 15px rgba(218, 31, 36, 0.3);
} .search-results-container {
display: none;
margin-top: 3rem;
border-top: 1px solid var(--border-light);
padding-top: 2rem;
}
.search-results-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
}
.search-results-count {
font-size: 1.1rem;
font-weight: 500;
color: var(--text-white);
}
.search-results-count span {
color: var(--accent-gold);
}
.search-results-close {
color: var(--text-gray-muted);
font-size: 0.85rem;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
}
.search-results-close:hover {
color: var(--text-white);
}
.search-results-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.product-result-card {
background: var(--secondary-navy);
border: 1px solid var(--border-light);
border-radius: 4px;
padding: 2rem;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 250px;
transition: var(--transition-normal);
}
.product-result-card:hover {
border-color: var(--accent-gold);
transform: translateY(-5px);
box-shadow: var(--shadow-md);
}
.product-result-card:hover .product-card-image-box img {
transform: scale(1.04);
}
.product-card-top {
margin-bottom: 1.5rem;
}
.product-card-badge {
display: inline-block;
padding: 0.25rem 0.75rem;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
background: rgba(13, 163, 65, 0.12);
color: var(--accent-gold);
border-radius: 100px;
margin-bottom: 1rem;
}
.product-card-part {
font-family: var(--font-heading);
font-size: 1.5rem;
font-weight: 800;
color: var(--text-white);
margin-bottom: 0.5rem;
letter-spacing: 0.5px;
}
.product-card-vehicle {
font-size: 0.95rem;
color: var(--text-gray-light);
font-weight: 500;
margin-bottom: 0.5rem;
}
.product-card-desc {
font-size: 0.85rem;
color: var(--text-gray-muted);
line-height: 1.5;
}
.product-card-bottom {
border-top: 1px solid var(--border-light);
padding-top: 1rem;
margin-top: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.product-card-spec {
font-size: 0.8rem;
color: var(--text-gray-muted);
}
.product-card-spec strong {
color: var(--text-gray-light);
} .product-card-inquiry-btn {
font-size: 0.8rem;
color: var(--cta-red);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
display: flex;
align-items: center;
gap: 0.25rem;
}
.product-card-inquiry-btn:hover {
color: var(--text-white);
} .search-no-results {
text-align: center;
padding: 4rem 2rem;
color: var(--text-gray-muted);
font-size: 1.1rem;
}
.search-no-results i {
font-size: 2.5rem;
color: var(--accent-gold);
margin-bottom: 1rem;
display: block;
} .product-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
.product-card {
background: var(--secondary-navy);
border: 1px solid var(--border-light);
border-radius: 4px;
overflow: hidden;
display: flex;
flex-direction: column;
transition: var(--transition-normal);
}
.product-card:hover {
transform: translateY(-8px);
border-color: var(--accent-gold);
box-shadow: 0 15px 35px rgba(13, 163, 65, 0.12);
}
body.dark-theme .product-card:hover {
box-shadow: 0 15px 35px rgba(13, 163, 65, 0.2);
}
.product-card-image-wrapper {
position: relative;
height: 240px;
overflow: hidden;
background: radial-gradient(circle at center, #F8FAFC 0%, #F1F5F9 100%);
border-bottom: 1px solid var(--border-light);
display: flex;
align-items: center;
justify-content: center;
padding: 2.5rem;
}
body.dark-theme .product-card-image-wrapper {
background: radial-gradient(circle at center, #1E293B 0%, #0F172A 100%);
border-bottom: 1px solid var(--border-dark);
}
.product-card-image {
max-height: 100%;
max-width: 100%;
object-fit: contain;
transition: var(--transition-normal);
filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.08));
}
body.dark-theme .product-card-image {
filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.45));
}
.product-card:hover .product-card-image {
transform: scale(1.08) translateY(-4px);
}
.product-card-body {
padding: 2.5rem;
display: flex;
flex-direction: column;
gap: 1.25rem;
flex-grow: 1;
}
.product-title {
font-size: 1.4rem;
font-weight: 700;
color: var(--text-white);
}
.product-desc {
font-size: 0.95rem;
color: var(--text-gray-muted);
line-height: 1.6;
}
.product-link {
font-size: 0.85rem;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
color: var(--text-white);
display: flex;
align-items: center;
gap: 0.5rem;
margin-top: auto;
transition: var(--transition-fast);
}
.product-link i {
transition: transform 0.3s ease;
}
.product-link:hover {
color: var(--accent-gold);
}
.product-link:hover i {
transform: translateX(6px);
}
.product-card:hover .product-link {
color: var(--accent-gold);
}
.product-card:hover .product-link i {
transform: translateX(6px);
} .partner-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5rem;
align-items: center;
}
.partner-text-content {
display: flex;
flex-direction: column;
gap: 2rem;
}
#btn-become-partner {
align-self: flex-start;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
#btn-become-partner i {
transition: transform 0.3s ease;
}
#btn-become-partner:hover i {
transform: scale(1.2) rotate(-10deg);
}
.partner-stats-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
.partner-stat-card {
border-left: 3px solid var(--accent-gold);
padding-left: 1.5rem;
}
.partner-stat-title {
font-family: var(--font-heading);
font-size: 2rem;
font-weight: 800;
color: var(--text-white);
}
.partner-stat-desc {
font-size: 0.9rem;
color: var(--text-gray-light);
}
.partner-map-showcase {
background: var(--secondary-navy);
border: 1px solid var(--border-dark);
border-radius: 4px;
padding: 3rem;
box-shadow: var(--shadow-xl);
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.partner-map-svg {
width: 100%;
max-width: 450px;
height: auto;
}
.partner-map-svg path {
fill: #E2E8F0;
stroke: #CBD5E1;
}
body.dark-theme .partner-map-svg path {
fill: #1e293b;
stroke: #334155;
}
.partner-map-pulse {
position: absolute;
width: 12px;
height: 12px;
background: var(--accent-gold);
border-radius: 50%;
}
.partner-map-pulse::after {
content: '';
position: absolute;
inset: -6px;
border: 2px solid var(--accent-gold);
border-radius: 50%;
animation: pulseOuter 2.0s infinite ease-out;
}
@keyframes pulseOuter {
0% {
transform: scale(0.5);
opacity: 1;
}
100% {
transform: scale(2.5);
opacity: 0;
}
}
.partner-network-legend {
display: flex;
gap: 2rem;
margin-top: 2rem;
border-top: 1px solid var(--border-light);
padding-top: 1.5rem;
width: 100%;
justify-content: center;
}
.legend-item {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.85rem;
font-weight: 500;
color: var(--text-gray-muted);
}
.legend-dot {
width: 10px;
height: 10px;
border-radius: 50%;
}
.legend-dot.india {
background-color: var(--text-white);
}
.legend-dot.export {
background-color: var(--accent-gold);
} .map-india-path {
fill: rgba(38, 68, 140, 0.15);
stroke: var(--text-white);
transition: fill 0.3s ease, stroke 0.3s ease;
}
body.dark-theme .map-india-path {
fill: rgba(255, 255, 255, 0.1);
stroke: var(--text-white);
}
.map-dot {
transition: fill 0.3s ease, filter 0.3s ease;
}
.map-dot.hq-dot {
fill: var(--text-white);
filter: drop-shadow(0 0 4px rgba(38, 68, 140, 0.6));
}
body.dark-theme .map-dot.hq-dot {
filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
}
.map-dot.export-dot {
fill: var(--accent-gold);
opacity: 0.85;
} .sustainability-section {
position: relative;
overflow: hidden;
background: radial-gradient(circle at 80% 20%, rgba(13, 163, 65, 0.08) 0%, var(--primary-navy) 80%);
}
.sustainability-grid {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 6rem;
align-items: center;
}
.sustainability-visual {
position: relative;
border-radius: 4px;
overflow: hidden;
height: 480px;
box-shadow: var(--shadow-xl);
}
.sustainability-visual img {
width: 100%;
height: 100%;
object-fit: cover;
}
.sustainability-visual-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, transparent 70%);
display: flex;
align-items: flex-end;
padding: 3rem;
}
body.dark-theme .sustainability-visual-overlay {
background: linear-gradient(to top, rgba(9, 14, 26, 0.95) 0%, transparent 70%);
}
.sustainability-content {
display: flex;
flex-direction: column;
gap: 2.5rem;
}
.sustainability-feature {
display: flex;
gap: 1.5rem;
}
.sustainability-feature-icon {
width: 56px;
height: 56px;
background: rgba(13, 163, 65, 0.1);
border: 1px solid rgba(13, 163, 65, 0.2);
border-radius: 4px;
color: var(--accent-gold);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
flex-shrink: 0;
}
.sustainability-feature-text {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.sustainability-feature-title {
font-size: 1.25rem;
font-weight: 700;
color: var(--text-white);
}
.sustainability-feature-desc {
font-size: 0.95rem;
color: var(--text-gray-muted);
line-height: 1.6;
} .future-section {
position: relative;
padding: 10rem 0;
background-color: var(--secondary-navy);
overflow: hidden;
border-bottom: 1px solid var(--border-dark);
}
.future-bg-effect {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 800px;
height: 800px;
background: radial-gradient(circle, rgba(13, 163, 65, 0.05) 0%, transparent 70%);
z-index: 1;
pointer-events: none;
}
.future-content,
.future-section .elementor-container,
.future-section .elementor-widget-wrap {
position: relative;
z-index: 2;
max-width: 900px !important;
margin: 0 auto !important;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 2.5rem;
}
.future-title,
.future-title .elementor-heading-title,
.future-title.elementor-widget-heading .elementor-heading-title {
font-family: var(--font-heading) !important;
font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
font-weight: 900 !important;
letter-spacing: -1px !important;
line-height: 1.1 !important;
color: var(--text-white) !important;
}
.future-desc,
.future-desc .elementor-text-editor,
.future-desc.elementor-widget-text-editor .elementor-text-editor {
font-family: var(--font-body) !important;
font-size: clamp(1.1rem, 2vw, 1.4rem) !important;
color: var(--text-gray-muted) !important;
font-weight: 300 !important;
line-height: 1.7 !important;
max-width: 750px !important;
} footer,
.footer,
#main-footer,
.elementor-124,
.elementor-124 .elementor-section,
.elementor-widget-zip_filters_footer_widget_native {
width: 100% !important;
max-width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
background-color: #051930 !important;
box-sizing: border-box !important;
}
.footer {
padding: 6rem 0 3rem;
border-top: 1px solid rgba(255, 255, 255, 0.08);
} .elementor-section:has(.elementor-widget-zip_filters_footer_widget_native),
.elementor-section:has(.static-widget-footer) {
background-color: #051930 !important;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
max-width: 100% !important;
}
.elementor-section:has(.elementor-widget-zip_filters_footer_widget_native)>.elementor-container,
.elementor-section:has(.static-widget-footer)>.elementor-container {
max-width: 100% !important;
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
.elementor-section:has(.elementor-widget-zip_filters_footer_widget_native) .elementor-column,
.elementor-section:has(.elementor-widget-zip_filters_footer_widget_native) .elementor-widget-wrap,
.elementor-section:has(.static-widget-footer) .elementor-column,
.elementor-section:has(.static-widget-footer) .elementor-widget-wrap {
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
max-width: 100% !important;
}
.footer h4 {
color: #FFFFFF;
}
.footer p,
.footer a,
.footer li,
.footer div {
color: #94A3B8;
}
.footer a:hover {
color: var(--accent-gold);
}
.footer-grid {
display: grid;
grid-template-columns: 1.5fr repeat(4, 1fr);
gap: 3rem;
margin-bottom: 5rem;
}
.footer-brand-column {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.footer-brand-logo {
height: 40px;
width: 160px;
}
.footer-brand-desc {
font-size: 0.9rem;
line-height: 1.6;
color: #94A3B8;
}
.footer-socials {
display: flex;
gap: 1rem;
}
.social-link {
width: 36px;
height: 36px;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
color: #94A3B8;
font-size: 0.9rem;
transition: var(--transition-fast);
}
.social-link:hover {
background: var(--accent-gold);
color: #FFFFFF;
border-color: var(--accent-gold);
}
.footer-column {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.footer-column-title {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 2px;
color: #FFFFFF;
font-weight: 600;
}
.footer-links {
list-style: none;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.footer-links a {
font-size: 0.9rem;
color: #94A3B8;
}
.footer-links a:hover {
color: var(--accent-gold);
padding-left: 4px;
}
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.08);
padding-top: 3rem;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.85rem;
color: #94A3B8;
}
.footer-bottom-links {
display: flex;
gap: 2rem;
}
.footer-bottom-links a:hover {
color: #FFFFFF;
} .products-hero {
padding: 12rem 0 6rem;
background: radial-gradient(circle at center, rgba(248, 250, 252, 0.9) 0%, #FFFFFF 100%);
border-bottom: 1px solid var(--border-light);
position: relative;
}
body.dark-theme .products-hero {
background: radial-gradient(circle at center, rgba(15, 23, 42, 0.9) 0%, #090E1A 100%);
border-color: var(--border-dark);
}
.product-section-block {
display: grid;
grid-template-columns: 1fr 1.4fr;
gap: 6rem;
align-items: flex-start;
}
.product-sticky-card {
position: sticky;
top: 120px;
display: flex;
flex-direction: column;
gap: 2rem;
}
.product-tech-drawing {
background: radial-gradient(circle at center, #FFFFFF 0%, #F1F5F9 100%);
border: 1px solid var(--border-light);
border-radius: 4px;
padding: 3rem;
height: 280px;
display: flex;
align-items: center;
justify-content: center;
}
body.dark-theme .product-tech-drawing {
background: radial-gradient(circle at center, #1e293b 0%, #090e1a 100%);
border-color: var(--border-dark);
}
.products-table-container {
overflow-x: auto;
background: var(--secondary-navy);
border: 1px solid var(--border-light);
border-radius: 4px;
box-shadow: var(--shadow-md);
}
body.dark-theme .products-table-container {
border-color: var(--border-dark);
}
.products-table {
width: 100%;
border-collapse: collapse;
text-align: left;
}
.products-table th,
.products-table td {
padding: 1.25rem 1.5rem;
border-bottom: 1px solid var(--border-light);
font-size: 0.9rem;
vertical-align: middle;
}
body.dark-theme .products-table th,
body.dark-theme .products-table td {
border-color: var(--border-dark);
}
.products-table th {
background: rgba(15, 23, 42, 0.03);
color: var(--text-white);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 0.8rem;
}
body.dark-theme .products-table th {
background: rgba(255, 255, 255, 0.02);
}
.products-table tr:last-child td {
border-bottom: none;
}
.products-table tr:hover {
background: rgba(15, 23, 42, 0.01);
}
body.dark-theme .products-table tr:hover {
background: rgba(255, 255, 255, 0.01);
} .modal-overlay {
position: fixed;
inset: 0;
background: rgba(9, 14, 26, 0.7);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
z-index: 2000;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease, visibility 0.4s ease;
}
.modal-overlay.active {
opacity: 1;
visibility: visible;
}
.modal-box {
background: var(--primary-navy);
border: 1px solid var(--border-light);
border-radius: 4px;
width: 100%;
max-width: 550px;
box-shadow: var(--shadow-xl);
overflow: hidden;
transform: scale(0.9);
transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
body.dark-theme .modal-box {
border-color: var(--border-dark);
}
.modal-overlay.active .modal-box {
transform: scale(1);
}
.modal-header {
padding: 2rem;
border-bottom: 1px solid var(--border-light);
display: flex;
justify-content: space-between;
align-items: center;
}
body.dark-theme .modal-header {
border-color: var(--border-dark);
}
.modal-body {
padding: 2rem;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.modal-close-btn {
font-size: 1.5rem;
color: var(--text-gray-muted);
}
.modal-close-btn:hover {
color: var(--text-white);
}
.form-field {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.form-field label {
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--text-white);
}
.form-field input,
.form-field select,
.form-field textarea {
padding: 1rem;
background-color: var(--secondary-navy);
border: 1px solid var(--border-light);
color: var(--text-gray-light);
border-radius: 4px;
font-family: inherit;
outline: none;
}
body.dark-theme .form-field input,
body.dark-theme .form-field select,
body.dark-theme .form-field textarea {
border-color: var(--border-dark);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
border-color: var(--accent-gold);
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(15px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes pulse {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(13, 163, 65, 0.7);
}
70% {
transform: scale(1);
box-shadow: 0 0 0 8px rgba(13, 163, 65, 0);
}
100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(13, 163, 65, 0);
}
} .reveal {
opacity: 0;
transform: translateY(40px);
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.reveal.active {
opacity: 1;
transform: translateY(0);
} @media (max-width: 1024px) {
.ecosystem-container {
grid-template-columns: 1fr;
gap: 2.5rem;
}
.ecosystem-nav-list {
flex-direction: row;
flex-wrap: wrap;
}
.ecosystem-nav-btn {
flex: 1 1 200px;
justify-content: center;
padding: 1rem;
}
.ecosystem-nav-btn h3 {
font-size: 1.1rem;
}
.ecosystem-nav-btn .icon {
display: none;
}
.ecosystem-display {
padding: 2.5rem;
min-height: auto;
}
.timeline-slide {
grid-template-columns: 1fr;
gap: 3rem;
}
.timeline-slide-visual {
height: 300px;
}
.mfg-grid {
grid-template-columns: 1fr 1fr;
}
.mfg-highlight-text {
grid-column: span 2;
}
.product-grid,
.search-results-grid {
grid-template-columns: 1fr 1fr;
}
.product-section-block {
grid-template-columns: 1fr;
gap: 4rem;
}
.product-sticky-card {
position: static;
}
.footer-grid {
grid-template-columns: 1fr 1fr;
}
.footer-brand-column {
grid-column: span 2;
}
}
@media (max-width: 768px) { .section-padding,
.section-padding.elementor-section {
padding: 3rem 0 !important;
}
.container,
.elementor-section .elementor-container {
padding-left: 1.25rem !important;
padding-right: 1.25rem !important;
}
.section-header {
margin-bottom: 2rem !important;
}
.section-title,
.section-title .elementor-heading-title,
.section-title.elementor-widget-heading .elementor-heading-title,
h1.section-title,
h2.section-title,
h3.section-title,
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title {
font-size: clamp(1.6rem, 5.5vw, 2.2rem) !important;
margin-bottom: 1rem !important;
line-height: 1.2 !important;
}
.section-subtitle,
.section-subtitle .elementor-text-editor,
p.section-subtitle {
font-size: 0.95rem !important;
line-height: 1.6 !important;
margin-bottom: 1rem !important;
}
.section-tag,
.section-tag .elementor-heading-title,
span.section-tag {
font-size: 0.75rem !important;
letter-spacing: 2px !important;
margin-bottom: 0.5rem !important;
} .nav {
display: none !important;
}
.mobile-header-tools {
display: flex !important;
align-items: center;
gap: 8px;
}
.mobile-menu-btn {
display: flex !important;
align-items: center;
justify-content: center;
background: none;
border: none;
color: var(--text-white, #26448C);
font-size: 1.6rem;
cursor: pointer;
padding: 8px;
z-index: 1001;
}
body.dark-theme .mobile-menu-btn {
color: #FFFFFF !important;
} .mobile-drawer-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
z-index: 99988;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-drawer-overlay.active {
opacity: 1;
visibility: visible;
}
.mobile-menu-drawer {
position: fixed;
top: 0;
right: 0;
width: 85%;
max-width: 360px;
height: 100vh;
background: #FFFFFF;
z-index: 99999;
box-shadow: -5px 0 30px rgba(0, 0, 0, 0.25);
transform: translateX(100%);
transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
display: flex;
flex-direction: column;
}
.mobile-menu-drawer.active {
transform: translateX(0);
}
body.dark-theme .mobile-menu-drawer {
background: #0D1526 !important;
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-drawer-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.2rem 1.5rem;
border-bottom: 1px solid #E2E8F0;
background: #FFFFFF;
}
body.dark-theme .mobile-drawer-header {
background: #0D1526 !important;
border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
.mobile-drawer-close-btn {
background: none;
border: none;
font-size: 1.4rem;
color: #1A202C;
cursor: pointer;
padding: 5px;
transition: color 0.2s ease;
}
.mobile-drawer-close-btn:hover {
color: #E53E3E;
}
body.dark-theme .mobile-drawer-close-btn {
color: #FFFFFF !important;
}
.mobile-drawer-content {
padding: 1.25rem 1.5rem;
overflow-y: auto;
flex: 1;
}
.mobile-nav-list {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-nav-item {
border-bottom: 1px solid #EDF2F7;
}
body.dark-theme .mobile-nav-item {
border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
.mobile-nav-link,
.mobile-accordion-toggle {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.85rem 0;
font-size: 1.05rem;
font-weight: 600;
color: #2D3748;
text-decoration: none;
cursor: pointer;
user-select: none;
-webkit-tap-highlight-color: transparent;
transition: color 0.2s ease;
}
body.dark-theme .mobile-nav-link,
body.dark-theme .mobile-accordion-toggle {
color: #F1F5F9 !important;
}
.mobile-nav-link:hover,
.mobile-accordion-toggle:hover,
.mobile-accordion-toggle.active {
color: #E53E3E;
}
.mobile-arrow {
font-size: 0.8rem;
color: #A0AEC0;
transition: transform 0.3s ease;
}
.mobile-accordion-toggle.active .mobile-arrow {
transform: rotate(180deg);
color: #E53E3E;
}
.mobile-sub-menu {
display: none;
padding: 0.25rem 0 0.8rem 1rem;
border-left: 2px solid var(--accent-gold, #D4AF37);
margin: 0.25rem 0 0.5rem 0.25rem;
}
.mobile-sub-menu.active {
display: block !important;
}
.mobile-sub-link {
display: block;
padding: 0.5rem 0;
font-size: 0.95rem;
font-weight: 500;
color: #4A5568;
text-decoration: none;
transition: color 0.2s ease;
}
body.dark-theme .mobile-sub-link {
color: #94A3B8 !important;
}
.mobile-sub-link:hover {
color: #E53E3E;
}
body.dark-theme .mobile-sub-link:hover {
color: var(--accent-gold, #0DA341) !important;
}
.mobile-drawer-footer {
margin-top: 1.5rem;
padding-top: 1.2rem;
border-top: 1px solid #E2E8F0;
display: flex;
flex-direction: column;
gap: 1rem;
}
body.dark-theme .mobile-drawer-footer {
border-top-color: rgba(255, 255, 255, 0.1) !important;
}
body.dark-theme #mobile-lang-select {
background: #1E293B !important;
color: #FFFFFF !important;
border-color: rgba(255, 255, 255, 0.15) !important;
}
.mobile-cta-btn {
display: block;
width: 100%;
text-align: center;
padding: 0.85rem 1rem;
font-weight: 700;
background: #E53E3E;
border: none;
color: #FFFFFF !important;
border-radius: 6px;
text-transform: uppercase;
text-decoration: none;
font-size: 0.9rem;
letter-spacing: 0.5px;
box-shadow: 0 4px 12px rgba(229, 62, 62, 0.3);
} .hero {
min-height: 90vh;
height: auto;
padding: 7rem 0 3rem 0;
display: flex;
align-items: center;
}
.hero-title,
.hero-title .elementor-heading-title {
font-size: clamp(2rem, 7.5vw, 3rem) !important;
line-height: 1.15 !important;
margin-bottom: 1.25rem !important;
}
.hero-subtitle {
font-size: 0.95rem !important;
margin-bottom: 2rem !important;
line-height: 1.55 !important;
}
.hero-buttons {
flex-direction: column;
width: 100%;
gap: 0.75rem;
}
.hero-buttons .btn {
width: 100%;
text-align: center;
justify-content: center;
padding: 0.85rem 1.5rem;
}
.scroll-indicator {
display: none !important;
} .purpose-grid,
.partner-container,
.sustainability-grid {
grid-template-columns: 1fr;
gap: 2rem;
}
.purpose-image,
.sustainability-visual {
height: 280px;
}
.purpose-pillars {
grid-template-columns: 1fr;
gap: 1.5rem;
} .impact-grid {
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.impact-card {
padding: 1.5rem 0.75rem;
}
.impact-number {
font-size: 2rem;
}
.impact-label {
font-size: 0.75rem;
letter-spacing: 1px;
} .ecosystem-container {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.ecosystem-nav-list {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.5rem;
}
.ecosystem-nav-btn {
padding: 0.75rem 1rem;
flex: auto;
}
.ecosystem-nav-btn h3 {
font-size: 0.9rem;
}
.ecosystem-display {
padding: 1.5rem;
min-height: auto;
}
.ecosystem-tab-content {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.ecosystem-tab-title {
font-size: 1.5rem;
}
.ecosystem-visual-showcase {
height: 220px;
} .timeline-nav {
margin-bottom: 2rem;
padding: 0.75rem 0;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
gap: 0.5rem;
justify-content: flex-start;
}
.timeline-nav-btn {
width: 38px;
height: 38px;
min-width: 38px;
font-size: 0.8rem;
}
.timeline-nav-btn::after {
display: none;
}
.timeline-slide {
grid-template-columns: 1fr;
gap: 1.5rem;
position: relative;
}
.timeline-slide-visual {
height: 220px;
}
.timeline-slide-year {
font-size: 2.75rem;
}
.timeline-slide-title {
font-size: 1.35rem;
}
.timeline-slide-desc {
font-size: 0.9rem;
line-height: 1.6;
} .mfg-grid {
grid-template-columns: 1fr;
gap: 1.25rem;
}
.mfg-card {
height: 320px;
}
.mfg-card-overlay {
padding: 1.75rem 1.25rem;
}
.mfg-highlight-text {
grid-column: span 1;
margin-top: 1.5rem;
padding-top: 1.5rem;
font-size: 0.95rem;
line-height: 1.6;
} .search-box-container {
margin: 0 auto 2.5rem;
padding: 1.5rem;
}
.search-tabs {
grid-template-columns: 1fr 1fr;
gap: 0.5rem;
margin-bottom: 1.25rem;
padding-bottom: 1rem;
}
.search-tab-btn {
padding: 0.75rem 0.5rem;
font-size: 0.75rem;
letter-spacing: 0.5px;
}
.search-form-group {
flex-direction: column;
gap: 0.75rem;
}
.search-btn {
width: 100%;
padding: 0.85rem 1.5rem;
justify-content: center;
font-size: 0.9rem;
}
.search-results-grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.product-result-card {
padding: 1.25rem;
min-height: auto;
} .product-grid {
grid-template-columns: 1fr;
gap: 1.25rem;
}
.product-card-image-wrapper {
height: 200px;
padding: 1.5rem;
}
.product-card-body {
padding: 1.5rem;
gap: 0.75rem;
}
.product-title {
font-size: 1.2rem;
} .products-table-wrapper,
.table-responsive {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin-bottom: 1.5rem;
}
table.products-table,
table {
width: 100%;
min-width: 600px;
}
table th,
table td {
padding: 0.6rem 0.75rem;
font-size: 0.85rem;
} .footer {
padding: 3rem 0 1.5rem 0;
}
.footer-grid {
grid-template-columns: 1fr;
gap: 2rem;
}
.footer-brand-column {
grid-column: span 1;
}
.footer-bottom {
flex-direction: column;
gap: 1.25rem;
text-align: center;
} .whatsapp-float {
bottom: 20px;
right: 20px;
width: 48px;
height: 48px;
}
.whatsapp-float i {
font-size: 24px;
}
}
@media (max-width: 480px) {
.section-padding,
.section-padding.elementor-section {
padding: 2.25rem 0 !important;
}
.container,
.elementor-section .elementor-container {
padding-left: 0.85rem !important;
padding-right: 0.85rem !important;
}
.section-title,
.section-title .elementor-heading-title,
h1.section-title,
h2.section-title,
h3.section-title {
font-size: clamp(2.4rem, 6vw, 1.85rem) !important;
}
.search-tabs {
grid-template-columns: 1fr;
}
.ecosystem-nav-list {
grid-template-columns: 1fr;
}
.impact-grid {
grid-template-columns: 1fr 1fr;
gap: 0.6rem;
}
.impact-card {
padding: 1.25rem 0.5rem;
}
.impact-number {
font-size: 1.75rem;
}
.hero {
min-height: 85vh;
padding: 6rem 0 2rem 0;
}
} .whatsapp-float {
position: fixed;
bottom: 30px;
right: 30px;
width: 60px;
height: 60px;
background-color: #25D366;
color: #FFFFFF;
border-radius: 50%;
text-align: center;
font-size: 30px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.whatsapp-float:hover {
background-color: #128C7E;
transform: scale(1.1);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
.whatsapp-float i {
font-size: 32px;
}   html.font-size-sm {
font-size: 14px !important;
}
html.font-size-lg {
font-size: 18px !important;
} .accessibility-panel {
position: absolute;
top: 100%;
right: 0;
width: 280px;
background-color: var(--secondary-navy);
border: 1px solid var(--border-light);
border-radius: 8px;
box-shadow: var(--shadow-xl);
padding: 1.5rem;
margin-top: 0.75rem;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
z-index: 1000;
}
.accessibility-panel.show {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.accessibility-title {
font-size: 1.1rem;
font-weight: 700;
color: var(--text-white);
margin-bottom: 0.25rem;
}
.accessibility-subtitle {
font-size: 0.8rem;
color: var(--text-gray-muted);
margin-bottom: 1rem;
}
.accessibility-divider {
border: none;
border-top: 1px solid var(--border-light);
margin: 1rem 0;
}
.accessibility-section {
margin-bottom: 1rem;
}
.accessibility-label {
display: block;
font-size: 0.85rem;
font-weight: 600;
color: var(--text-white);
margin-bottom: 0.5rem;
}
.accessibility-row {
display: flex;
gap: 0.5rem;
}
.acc-theme-btn,
.acc-size-btn {
flex: 1;
background-color: var(--bg-white);
border: 1px solid var(--border-light);
border-radius: 4px;
padding: 0.5rem;
font-size: 0.8rem;
font-weight: 500;
color: var(--text-gray-light);
text-align: center;
cursor: pointer;
transition: all 0.2s ease;
}
.acc-theme-btn:hover,
.acc-size-btn:hover {
border-color: var(--accent-gold);
color: var(--accent-gold);
}
.acc-theme-btn.active,
.acc-size-btn.active {
background-color: var(--accent-gold);
border-color: var(--accent-gold);
color: #FFFFFF !important;
}
.acc-reset-btn {
width: 100%;
background-color: var(--cta-red);
color: #FFFFFF;
border-radius: 4px;
padding: 0.6rem;
font-size: 0.85rem;
font-weight: 600;
text-align: center;
cursor: pointer;
transition: background-color 0.2s ease;
}
.acc-reset-btn:hover {
background-color: var(--cta-red-hover);
}  .hero-search-wrapper {
max-width: 650px;
width: 100%;
margin: 1.5rem auto 2rem auto;
align-self: center;
z-index: 10;
position: relative;
}
.hero-search-form {
display: flex;
align-items: center;
background: rgba(15, 23, 42, 0.45);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1.5px solid rgba(255, 255, 255, 0.15);
border-radius: 50px;
padding: 0.4rem 0.4rem 0.4rem 1.5rem;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
transition: border-color 0.3s, box-shadow 0.3s;
}
.hero-search-form:focus-within {
border-color: var(--accent-gold);
box-shadow: 0 10px 30px rgba(13, 163, 65, 0.25);
}
.hero-search-icon {
color: rgba(255, 255, 255, 0.7);
font-size: 1.15rem;
margin-right: 0.8rem;
}
.hero-search-input {
flex: 1;
background: transparent;
border: none;
outline: none;
color: #FFFFFF;
font-size: 1rem;
font-family: var(--font-body);
width: 100%;
}
.hero-search-input::placeholder {
color: rgba(255, 255, 255, 0.6);
}
.hero-search-btn {
border-radius: 50px !important;
padding: 0.75rem 1.75rem !important;
font-size: 0.9rem !important;
font-weight: 600 !important;
background-color: var(--accent-gold) !important;
border-color: var(--accent-gold) !important;
color: #FFFFFF !important;
white-space: nowrap;
}
.hero-search-btn:hover {
background-color: var(--accent-gold-hover) !important;
border-color: var(--accent-gold-hover) !important;
} .lang-option {
display: flex;
align-items: center;
justify-content: space-between;
}
.lang-option i {
color: var(--accent-gold);
} @media (max-width: 768px) {
.hero-search-wrapper {
margin: 1rem 0 1.5rem 0;
}
.hero-search-form {
padding: 0.3rem 0.3rem 0.3rem 1rem;
}
.hero-search-icon {
font-size: 1rem;
margin-right: 0.5rem;
}
.hero-search-input {
font-size: 0.85rem;
}
.hero-search-btn {
padding: 0.6rem 1.25rem !important;
font-size: 0.8rem !important;
}
.accessibility-panel {
width: 260px;
right: -20px;
}
} .breadcrumbs-bar {
background: #26448C;
padding: 1rem 0;
margin-top: 80px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.breadcrumbs-container {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.7);
}
.breadcrumbs-container a {
color: #FFFFFF;
transition: var(--transition-fast);
}
.breadcrumbs-container a:hover {
color: var(--accent-gold);
}
.breadcrumbs-separator {
color: rgba(255, 255, 255, 0.4);
}
.details-section {
padding: 5rem 0;
background: var(--bg-white);
}
.details-grid {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 4rem;
align-items: start;
}
@media (max-width: 992px) {
.details-grid {
grid-template-columns: 1fr;
gap: 3rem;
}
}
.details-image-gallery {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.main-image-card {
background: #FFFFFF;
border: 1px solid var(--border-dark);
border-radius: 8px;
padding: 2.5rem;
display: flex;
align-items: center;
justify-content: center;
height: 450px;
overflow: hidden;
box-shadow: var(--shadow-sm);
transition: var(--transition-normal);
}
body.dark-theme .main-image-card {
background: #1E293B;
border-color: var(--border-dark);
}
.main-image-card img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
transition: transform var(--transition-normal);
}
.main-image-card:hover img {
transform: scale(1.05);
}
.thumbnails-row {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.thumbnail-card {
width: 80px;
height: 80px;
border: 2px solid var(--border-dark);
border-radius: 4px;
padding: 0.5rem;
background: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: var(--transition-fast);
overflow: hidden;
}
body.dark-theme .thumbnail-card {
background: #1E293B;
}
.thumbnail-card.active {
border-color: var(--accent-gold);
box-shadow: 0 0 10px rgba(13, 163, 65, 0.2);
}
.thumbnail-card img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.thumbnail-card:hover {
border-color: var(--accent-gold);
transform: translateY(-2px);
}
.details-info-box {
display: flex;
flex-direction: column;
gap: 2rem;
}
.details-header {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.details-category-badge {
align-self: flex-start;
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
background: rgba(13, 163, 65, 0.12);
color: var(--accent-gold);
padding: 0.4rem 1rem;
border-radius: 50px;
}
.details-title {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 800;
color: var(--text-white);
line-height: 1.15;
}
.details-price-badge {
align-self: flex-start;
background: #0DA341;
color: #FFFFFF;
font-size: 1.6rem;
font-weight: 800;
padding: 0.5rem 1.5rem;
border-radius: 6px;
display: inline-flex;
align-items: center;
box-shadow: 0 4px 15px rgba(13, 163, 65, 0.3);
}
.details-description {
font-size: 1.05rem;
color: var(--text-gray-light);
line-height: 1.6;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.specs-table tr {
border-bottom: 1px solid var(--border-light);
}
.specs-table tr:last-child {
border-bottom: none;
}
.specs-table td {
padding: 1rem;
font-size: 0.95rem;
}
.specs-label {
font-weight: 700;
color: var(--text-white);
width: 40%;
}
.specs-val {
color: var(--text-gray-light);
}
.details-actions {
display: flex;
gap: 1.5rem;
margin-top: 1.5rem;
}
.details-actions .btn {
padding: 1rem 2.5rem;
font-size: 1rem;
font-weight: 700;
display: flex;
align-items: center;
gap: 0.75rem;
}
.float-enquiry-btn {
position: fixed;
bottom: 100px;
right: 30px;
z-index: 999;
background-color: var(--cta-red);
color: #FFFFFF;
padding: 0.8rem 1.8rem;
border-radius: 50px;
font-size: 0.95rem;
font-weight: 700;
box-shadow: 0 4px 15px rgba(218, 31, 36, 0.4);
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
transition: var(--transition-fast);
border: none;
}
.float-enquiry-btn:hover {
background-color: var(--cta-red-hover);
transform: translateY(-3px) scale(1.05);
}
@media (max-width: 768px) {
.float-enquiry-btn {
right: 20px;
bottom: 90px;
font-size: 0.85rem;
padding: 0.7rem 1.4rem;
}
} .product-table-link {
color: inherit;
text-decoration: none;
font-weight: 700;
transition: color var(--transition-fast);
}
.product-table-link:hover {
color: var(--accent-gold);
}
.product-table-img-link {
display: inline-block;
transition: transform var(--transition-fast);
}
.product-table-img-link:hover {
transform: scale(1.08);
} .inquiry-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(4, 7, 20, 0.85);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
opacity: 0;
visibility: hidden;
transition: opacity 0.35s ease, visibility 0.35s ease;
}
.inquiry-modal-overlay.active,
.modal-overlay.active#inquiry-modal {
opacity: 1;
visibility: visible;
}
.inquiry-modal-box {
position: relative;
background: var(--secondary-navy);
border: 1px solid var(--border-dark);
border-radius: 12px;
padding: 2.5rem;
width: 100%;
max-width: 580px;
max-height: 90vh;
overflow-y: auto;
box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
transform: translateY(30px) scale(0.97);
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.inquiry-modal-overlay.active .inquiry-modal-box {
transform: translateY(0) scale(1);
}
body.dark-theme .inquiry-modal-box {
background: #0D1526;
border-color: rgba(255, 255, 255, 0.08);
}
.inquiry-modal-close {
position: absolute;
top: 1.2rem;
right: 1.2rem;
width: 36px;
height: 36px;
border-radius: 50%;
border: 1px solid var(--border-dark);
background: transparent;
color: var(--text-gray-light);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 0.9rem;
transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.inquiry-modal-close:hover {
background: #E53E3E;
color: #fff;
border-color: #E53E3E;
}
.inquiry-modal-header {
margin-bottom: 2rem;
}
.inquiry-modal-tag {
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--accent-gold);
display: block;
margin-bottom: 0.6rem;
}
.inquiry-modal-title {
font-size: 1.6rem;
font-weight: 700;
color: var(--text-white);
line-height: 1.3;
margin: 0;
}
.inquiry-form {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.inquiry-form-row {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.inquiry-label {
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
color: var(--text-gray-light);
}
.inquiry-input {
background: rgba(255, 255, 255, 0.04);
border: 1px solid var(--border-dark);
border-radius: 6px;
padding: 0.7rem 1rem;
color: var(--text-white);
font-family: var(--font-body);
font-size: 0.9rem;
width: 100%;
outline: none;
transition: border-color 0.2s, background 0.2s;
}
.inquiry-input:focus {
border-color: var(--accent-gold);
background: rgba(255, 255, 255, 0.07);
}
body.dark-theme .inquiry-input {
background: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.1);
color: #e2e8f0;
}
body.dark-theme .inquiry-input:focus {
border-color: var(--accent-gold);
background: rgba(255, 255, 255, 0.09);
}
.inquiry-input[readonly] {
opacity: 0.7;
cursor: default;
}
.inquiry-submit-btn {
margin-top: 0.5rem;
padding: 0.85rem 2rem;
width: 100%;
font-size: 0.9rem;
letter-spacing: 1px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
} #theme-toggle {
background: none;
border: 1px solid transparent;
color: var(--text-gray-light);
transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
}
#theme-toggle:hover {
color: var(--accent-gold);
border-color: var(--accent-gold);
background: rgba(202, 160, 83, 0.1);
transform: scale(1.1);
}
body.dark-theme #theme-toggle {
color: var(--accent-gold);
}  .language-dropdown .mini-dropdown.active {
opacity: 1;
visibility: visible;
pointer-events: all;
transform: translateX(-50%) translateY(0);
} @media (max-width: 640px) {
.inquiry-modal-box {
padding: 1.5rem;
border-radius: 8px;
}
.inquiry-modal-title {
font-size: 1.3rem;
}
}  .zip-product-detail {
display: grid;
grid-template-columns: 1fr 1.1fr;
gap: 5rem;
align-items: flex-start;
background: #FFFFFF;
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 8px;
padding: 3.5rem;
box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.06), 0 4px 6px -2px rgba(15, 23, 42, 0.04);
} .zip-product-gallery {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.zip-gallery-main {
background: radial-gradient(circle at center, #FFFFFF 0%, #F8FAFC 100%);
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 6px;
padding: 2rem;
display: flex;
align-items: center;
justify-content: center;
min-height: 320px;
overflow: hidden;
}
.zip-main-product-img {
max-width: 100%;
max-height: 320px;
object-fit: contain;
transition: transform 0.4s ease;
}
.zip-gallery-main:hover .zip-main-product-img {
transform: scale(1.04);
}
.zip-gallery-thumbs {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.zip-thumb {
width: 80px;
height: 80px;
border: 2px solid rgba(15, 23, 42, 0.08);
border-radius: 6px;
overflow: hidden;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
background: #F8FAFC;
padding: 0.4rem;
transition: border-color 0.2s, box-shadow 0.2s;
box-sizing: border-box;
}
.zip-thumb:hover,
.zip-thumb.active {
border-color: #0DA341;
box-shadow: 0 0 0 1px #0DA341;
}
.zip-thumb img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
} .zip-product-info {
display: flex;
flex-direction: column;
gap: 1.25rem;
} .zip-product-badge {
display: inline-block;
background: rgba(13, 163, 65, 0.08);
color: #0DA341;
border: 1px solid rgba(13, 163, 65, 0.25);
border-radius: 20px;
padding: 0.3rem 1rem;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
width: fit-content;
} .zip-product-title {
font-family: 'Outfit', sans-serif;
font-size: clamp(1.6rem, 3vw, 2.2rem);
font-weight: 800;
color: #26448C;
line-height: 1.25;
margin: 0;
} .zip-product-price {
display: inline-flex;
align-items: center;
}
.zip-product-price span {
background: #0DA341;
color: #FFFFFF;
font-family: 'Outfit', sans-serif;
font-size: 1.35rem;
font-weight: 700;
padding: 0.45rem 1.4rem;
border-radius: 6px;
letter-spacing: 0.5px;
} .zip-product-desc {
font-family: 'Inter', sans-serif;
font-size: 0.95rem;
color: #334155;
line-height: 1.75;
border-top: 1px solid rgba(15, 23, 42, 0.08);
padding-top: 1.25rem;
} .zip-specs-table {
display: flex;
flex-direction: column;
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 6px;
overflow: hidden;
}
.zip-spec-row {
display: grid;
grid-template-columns: 200px 1fr;
gap: 1rem;
padding: 0.9rem 1.25rem;
border-bottom: 1px solid rgba(15, 23, 42, 0.08);
font-family: 'Inter', sans-serif;
font-size: 0.9rem;
align-items: center;
transition: background 0.15s;
}
.zip-spec-row:last-child {
border-bottom: none;
}
.zip-spec-row:hover {
background: rgba(13, 163, 65, 0.025);
}
.zip-spec-label {
font-weight: 700;
color: #26448C;
}
.zip-spec-value {
color: #334155;
}
.zip-stock-in-stock {
color: #0DA341 !important;
font-weight: 600;
}
.zip-stock-out-stock {
color: #DA1F24 !important;
font-weight: 600;
} .zip-enquire-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.6rem;
background: #DA1F24;
color: #FFFFFF;
font-family: 'Outfit', sans-serif;
font-size: 0.95rem;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
border: none;
border-radius: 4px;
padding: 1rem 2.5rem;
cursor: pointer;
transition: background 0.2s, transform 0.2s;
margin-top: 0.5rem;
width: 100%;
}
.zip-enquire-btn:hover {
background: #bc1a1e;
transform: translateY(-2px);
} .zip-float-enquire {
position: fixed;
bottom: 100px;
right: 1.5rem;
background: #DA1F24;
color: #FFFFFF;
font-family: 'Inter', sans-serif;
font-size: 0.85rem;
font-weight: 700;
padding: 0.7rem 1.25rem;
border-radius: 50px;
cursor: pointer;
box-shadow: 0 4px 20px rgba(218, 31, 36, 0.35);
z-index: 999;
display: flex;
align-items: center;
gap: 0.5rem;
transition: transform 0.2s, box-shadow 0.2s;
}
.zip-float-enquire:hover {
transform: translateY(-3px);
box-shadow: 0 8px 24px rgba(218, 31, 36, 0.4);
} .zip-enquire-overlay {
position: fixed;
inset: 0;
background: rgba(9, 14, 26, 0.6);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
z-index: 10000;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s;
}
.zip-enquire-overlay.active {
opacity: 1;
pointer-events: all;
}
.zip-enquire-modal {
background: #FFFFFF;
border-radius: 10px;
padding: 2.5rem;
max-width: 520px;
width: 92%;
position: relative;
box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
transform: translateY(20px);
transition: transform 0.3s;
}
.zip-enquire-overlay.active .zip-enquire-modal {
transform: translateY(0);
}
.zip-modal-close {
position: absolute;
top: 1rem;
right: 1rem;
background: none;
border: none;
font-size: 1.5rem;
cursor: pointer;
color: #64748B;
line-height: 1;
padding: 0.25rem;
}
.zip-modal-close:hover {
color: #26448C;
}
.zip-modal-title {
font-family: 'Outfit', sans-serif;
font-size: 1.4rem;
font-weight: 700;
color: #26448C;
margin: 0 0 0.4rem;
}
.zip-modal-subtitle {
font-size: 0.88rem;
color: #64748B;
margin: 0 0 1.5rem;
}
.zip-enquire-form {
display: flex;
flex-direction: column;
gap: 1rem;
}
.zip-form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.75rem;
}
.zip-enquire-form input,
.zip-enquire-form textarea {
width: 100%;
padding: 0.75rem 1rem;
border: 1px solid rgba(15, 23, 42, 0.12);
border-radius: 6px;
font-family: 'Inter', sans-serif;
font-size: 0.9rem;
color: #1e293b;
background: #F8FAFC;
box-sizing: border-box;
transition: border-color 0.2s, box-shadow 0.2s;
}
.zip-enquire-form input:focus,
.zip-enquire-form textarea:focus {
outline: none;
border-color: #0DA341;
box-shadow: 0 0 0 3px rgba(13, 163, 65, 0.1);
}
.zip-modal-submit {
background: #DA1F24;
color: #FFFFFF;
border: none;
border-radius: 6px;
padding: 0.9rem 2rem;
font-family: 'Outfit', sans-serif;
font-size: 0.95rem;
font-weight: 700;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
transition: background 0.2s;
width: 100%;
}
.zip-modal-submit:hover {
background: #bc1a1e;
} .zip-breadcrumb {
font-family: 'Inter', sans-serif;
font-size: 0.85rem;
color: #64748B;
margin-bottom: 2.5rem;
}
.zip-breadcrumb a {
color: #64748B;
text-decoration: none;
transition: color 0.2s;
}
.zip-breadcrumb a:hover {
color: #26448C;
} @media (max-width: 900px) {
.zip-product-detail {
grid-template-columns: 1fr;
gap: 2.5rem;
padding: 2rem;
}
.zip-gallery-main {
min-height: 240px;
}
.zip-spec-row {
grid-template-columns: 150px 1fr;
}
}
@media (max-width: 600px) {
.zip-product-detail {
padding: 1.25rem;
}
.zip-spec-row {
grid-template-columns: 1fr;
gap: 0.2rem;
padding: 0.75rem 1rem;
}
.zip-spec-label {
font-size: 0.8rem;
}
.zip-form-row {
grid-template-columns: 1fr;
}
.zip-float-enquire {
bottom: 80px;
right: 1rem;
font-size: 0.8rem;
padding: 0.6rem 1rem;
}
} .sustain-section {
padding: 4rem 2rem;
max-width: 1200px;
margin: 0 auto;
}
.sustain-hero {
padding-top: 6rem;
padding-bottom: 2rem;
} .sustain-tag .elementor-heading-title {
color: #0DA341;
font-family: var(--font-body, 'Inter', sans-serif);
font-size: 0.85rem;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 0.5rem;
} .sustain-title .elementor-heading-title {
color: #1E3A8A; font-family: var(--font-heading, 'Montserrat', sans-serif);
font-size: 2.5rem;
font-weight: 800;
line-height: 1.2;
margin-bottom: 1rem;
}
.sustain-title .elementor-heading-title .sustain-green {
color: #0DA341;
} .sustain-divider .elementor-divider {
padding-top: 10px;
padding-bottom: 10px;
}
.sustain-divider .elementor-divider-separator {
border-top: none;
height: 2px;
background: linear-gradient(90deg, #1E3A8A 0%, #0DA341 100%);
width: 100%;
max-width: 800px;
margin: 0 auto;
} .sustain-desc .elementor-widget-container {
color: #64748B; font-family: var(--font-body, 'Inter', sans-serif);
font-size: 1.1rem;
line-height: 1.6;
max-width: 700px;
margin: 0 auto 3rem auto;
} .sustain-icon-box .elementor-widget-container {
background-color: #F8FAFC;
border: 1px solid rgba(15, 23, 42, 0.05);
border-radius: 12px;
padding: 2.5rem 1.5rem;
height: 100%;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sustain-icon-box .elementor-widget-container:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.sustain-icon-box .elementor-icon-box-icon {
background-color: #E2F5E9; color: #0DA341;
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem auto;
font-size: 1.5rem;
}
.sustain-icon-box .elementor-icon-box-title {
color: #1E3A8A;
font-family: var(--font-heading, 'Montserrat', sans-serif);
font-size: 1.1rem;
font-weight: 700;
margin-bottom: 1rem;
}
.sustain-icon-box .elementor-icon-box-description {
color: #64748B;
font-family: var(--font-body, 'Inter', sans-serif);
font-size: 0.95rem;
line-height: 1.6;
}
@media (max-width: 768px) {
.sustain-title .elementor-heading-title {
font-size: 2rem;
}
} .products-table tbody tr,
table.products-table tbody tr,
table tbody tr {
cursor: pointer;
transition: background-color 0.2s ease;
}
.products-table tbody tr:hover,
table.products-table tbody tr:hover {
background-color: rgba(13, 163, 65, 0.06) !important;
}
body.dark-theme .products-table tbody tr:hover,
body.dark-theme table.products-table tbody tr:hover {
background-color: rgba(255, 255, 255, 0.05) !important;
} .product-card {
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
transform: translateY(-4px);
}