:root {
    --primary-color: #E04147  ;
    --secondary-color: #FFC107;
    --background-color: #F8F9FA;
    --text-color: #333333;
    --heading-color: #756d6d;
    --accent-color: #28A745;
    --footer-bg: #FFFFFF;
    /*--font-family: "Open Sans", Arial, sans-serif;*/
--font-family: "Montserrat", Arial, sans-serif;


font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    /*font-family: "Montserrat", Arial, sans-serif;*/
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
    color: var(--text-color);
    background-color: var(--background-color);
    line-height: 1.44;
	text-align: left;

}

hr {
	color: red;
}

.global-surround {
	background-color: hsla(0, 0%, 50%, 0.3);
	padding: 45px;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.behind-surround {
	background-color: hsla(145, 0%, 50%, 0.3); 
	padding: 25px;
	padding-top: 0px;
	width: 90%;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Atoms */


.atom-center, p {
text-align: center; 
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.44;
}

.atom-superhead {
    /*color: var(--heading-color);*/
	font-family: "Montserrat", Arial, sans-serif;
	text-align: center;
	letter-spacing: .01em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.04;
	width: 100%;
	border: 1px solid black;
	background-color: #F8F9FA;
}



.atom-heading {
    font-size: 2.2em;
    /*color: var(--heading-color);*/
	font-family: "Montserrat", Arial, sans-serif;
	text-align: center;
}

.atom-subheading {
    font-size: 1.8em;
    color: var(--heading-color);
    border-bottom: 0.5px dashed var(--primary-color);
    padding-bottom: 1em;
    text-align: center;
}

.atom-paragraph {
	font-family: "Montserrat", Arial, sans-serif;
    font-size: 6rem;
    margin-bottom: 1em;
}

.atom-paragraph, h1 {
	font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
	font-size: 2.5rem;
	line-height: 1.2;
}

.atom-paragraph, h2 {
	font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
	font-size: 2rem;
	line-height: 1.3;
}


.atom-paragraph, p {
	text-align: left; /* Left align text */
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.44;
}

.atom-nav-link {
    margin-left: 20px;
    text-decoration: none;
    color: #e04147;
    font-size: 1.2em;
    transition: font-size 0.3s ease;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-bottom: none; /* Explicitly no underline for non-current links */
}

.atom-logo {
    height: 80px;
    width: auto;
    transition: opacity 0.3s ease, height 0.3s ease;
    position: relative;
    z-index: 1;
}

.atom-video {
    position: absolute;
    top: 0px; 
    left: -25%;
    width: 100vw;
    height: 10vh; 
    object-fit: cover; 
    z-index: -1; 
    object-position: top;
}

.atom-image {
    width: 100%; /* Full cell width */
    max-height: 100px; /* Reduced height to ensure it fits; adjust as needed (e.g., 120px) */
    height: auto;
    object-fit: contain; /* Fit without distortion */
    object-position: center; /* Center the image if cropped */
    margin-bottom: 1em;
    border-radius: 10px;
}

.atom-button {
    background-color: transparent;
    color: white;
    border: none;
    padding: 1em;
    cursor: pointer;
    font-size: 1.5em;
	font-family: "Montserrat", Arial, sans-serif;
}

.atom-table-header {
    background-color: var(--primary-color);
    color: #FFFFFF;
    padding: 0.5em;
    text-align: left;
font-family: "Montserrat", Arial, sans-serif;
}

.atom-table-cell {
    border: 1px solid var(--primary-color);
    padding: 0.5em;
    text-align: left;
	font-family: "Montserrat", Arial, sans-serif;
}

.atom-input {
    display: block;
    width: 100%;
    margin: 0.5em 0;
    padding: 0.8em;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
	font-family: "Montserrat", Arial, sans-serif;
}

.atom-list-item {
    list-style-type: square;
    padding-left: 0;
	margin: 0px;
	font-family: "Montserrat", Arial, sans-serif;
}


.atom-tab-buttons a {
    display: inline-block;
    border: 1.5px dashed #050446;
    text-decoration: none;
    padding: 8px 15px;
    margin-right: 10px;
    border-radius: 10px;
    font-weight: 600;
	background:transparent;
}
.atom-tab-buttons a:hover{
	background:var(--primary-color);
	color:#fff;
}


.atom-banner{
 margin-right: -0px !important;
margin-left: 0px !important;
margin-bottom:30px;
width: calc(200%+24px);
padding-top: 96px !important;
  padding-bottom: 96px !important;
  background-color: var(--primary-color);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
box-sizing: border-box;
  word-wrap: break-word;
font-size: 12px;
  font-family: Lato;
  line-height: 10px;
  letter-spacing: 0px;
  color: white;

display: inline-block;
    border: 4.4px solid #050446;
    text-decoration: none;
    padding: 8px 15px;
    margin-right: 10px;
    border-radius: 10px;
    font-weight: 600;
	background:transparent;
}

/* Molecules */
.molecule-logo-link {
    display: block;
}

.molecule-nav-bar {
    display: flex;
}

.molecule-nav-bar .atom-nav-link:hover {
    color: #212529;
    border-bottom: 2px solid var(--primary-color);
}

.molecule-carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.molecule-carousel-item {
    min-width: 100%;
    box-sizing: border-box;
}

.molecule-carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.molecule-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.molecule-form {
    max-width: 600px;
    margin: 0 auto;
    background: var(--footer-bg);
    padding: 1em;
    border-radius: 8px;
}

.molecule-list {
    list-style-type: disc;
    padding-left: 2em;
}

.molecule-image-cell {
    width: 100%;
    max-height: 150px; /* Set a fixed max height for the cell to control image */
    overflow: hidden; /* Clip excess */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center image and text */
    text-align: center; /* Center text */
}



/* Organisms */
.organism-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(248, 248, 248, 0.05);
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: padding 0.2s ease, background-color 0.2s ease;
    z-index: 1000;
    box-sizing: border-box;
	font-family: "Montserrat", Arial, sans-serif;
}

.organism-header.shrunk {
    padding: 10px 20px;
    background-color: rgba(224, 224, 224, 0.7);
}

.organism-header.shrunk .atom-logo {
    height: 50px;
}

.organism-hero {
    position: relative;
    padding-top: 20vh;
    min-height: 10vh;
    overflow: visible;
    background-color: transparent;
    color: var(--heading-color);
    text-align: center;
	justify-content: center;
	font-family: "Montserrat", Arial, sans-serif;
}

.organism-products-hero {
    position: relative;
    padding-top: 0;
    min-height: 0;
    overflow: visible;
    background-color: transparent;
    color: var(--heading-color);
    text-align: center;
	font-family: "Montserrat", Arial, sans-serif;
}


.organism-about {
	padding-top: 5em;
	padding-bottom: 1em;
}

.organism-vision, .organism-mission, .organism-policies, .organism-contact {
    padding: 0.5em 1em; /* Padding around text */
	padding-left: 0;
}

.organism-mission {
    margin-top: 100px;
}



.organism-carousel {
    position: relative;
    margin: 2em auto;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.organism-footer {
    background-color: var(--footer-bg);
    padding: 0.1em;
    font-size: 0.7em;
    color: var(--text-color);
	width: 100%; /* Children need explicit width */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; /* If content stacks vertically */
	margin: 0;
}

.organism-brochure-form {
    padding: 2em;
}


/* Organism: Vision and Mission Subheadings (Primary color background with rounded corners, content width) */
.organism-vision .atom-subheading, .organism-mission .atom-subheading {
    display: inline-block; /* Match content width */
    background-color: var(--primary-color); /* Primary color #be2026 */
    color: #FFFFFF; /* White text for contrast */
    padding: 0.5em 1em; /* Padding around text */
    border-radius: 10px; /* Rounded corners */
    border-bottom: none; /* Remove original border if any */
    /*margin: 0 0 1em 0; /* Spacing */
    text-align: left;
}

/* Organism: Image Grid (White background, 2 rows x 3 columns) */
.organism-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-template-rows: repeat(2, auto); /* 2 rows */
    gap: 15px; /* Space between cells */
    background-color: #ffffff; /* White background */
    padding: 2em;
    margin: 30px 30px;
    max-width: 300px;
    width: 90%;
	height: 70%;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

/* Organism: Image Grid (White background, 1 row x 6 columns) */
.organism-image-grid-16 {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 columns */
    grid-template-rows: repeat(1, auto); /* 1 rows */
    gap: 15px; /* Space between cells */
    background-color: #ffffff; /* White background */
    padding: 2em;
    margin: 30px 30px;
    max-width: 400px;
    width: 100%;
	height: auto;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    align-items: center; /* Center content */
    text-align: center; /* Center text */
	font-size: 0.9em;
}

/* Molecule: Image Cell (Image + Text, center-aligned) */
.molecule-image-cell {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content */
    text-align: center; /* Center text */
}

/* Atom: Image */
.atom-image {
    width: 100%; /* Full cell width */
    height: auto;
    border-radius: 10px; /* Optional rounded corners */
    margin-bottom: 10px; /* Space below image */
}

/* Atom: Text */
.atom-text {
    font-size: 1em;
    color: var(--text-color);
    margin: 0; /* No extra margin */
}

/* Responsive: Stack on small screens */
@media (max-width: 768px) {
    .organism-image-grid {
        grid-template-columns: 1fr; /* Stack in single column */
        grid-template-rows: auto; /* Auto rows */
    }
}

/* Templates */
.template-page-layout {
    padding-top: 150px; /* Adjust for header height */
text-align: left;
}

/* Video Wrapper for Clipping */
.video-wrapper {
    position: absolute;
    top: -80px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    height: 70vh;
    overflow: hidden;
}

/* Back to Top and Contact Button */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    background-color: white;
    color: var(--primary-color);
    border: none;
    border-radius: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

#back-to-top.visible {
    display: flex;
    opacity: 1;
}

#back-to-top:hover {
    background-color: var(--primary-color);
    color: white;
}

#back-to-top::before,
#back-to-top::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: currentColor;
    transition: background-color 0.3s ease;
    top: 18px;
}

#back-to-top::before {
    transform: rotate(-45deg);
    left: 4px;
}

#back-to-top::after {
    transform: rotate(45deg);
    right: 4px;
}

#contact-button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #D3D3D3;
  color: black;
  border: none;
  border-radius: 20px 0 0 20px;
  width: 60px;
  height: 120px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  writing-mode: vertical-rl;
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
  padding: 10px;
  background-color: hsla(0, 0%, 50%, 0.05);
  backdrop-filter: blur(3px);
}

/* Default state (collapsed) */
.button-label {
  writing-mode: vertical-rl;
  text-orientation: upright;
  transform: rotate(180deg);
  white-space: nowrap;
  line-height: 40px; /* Match button width */
  padding: 10px 0;
  letter-spacing: 1px;
  
}
.expanded-content {
  display: none;
  padding: 15px 20px;
}

/* Expanded state */
#contact-button.expanded {
  width: 250px;
  height: auto;
  /*min-height: 200px;*/
  writing-mode: horizontal-tb;
  text-align: center;
  display: block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#contact-button.expanded .button-label {
display: none; /* Hide when expanded */
}

#contact-button.expanded .expanded-content {
  display: block;
  width: 100%;
}

.contact-link {
    color: #fff;
    text-decoration: underline;
    display: inline-block; /* Allows padding/margin */
    margin: 8px;
    padding: 4px 0px 0px 0px;
	color: var(--heading-color);
}

.contact-link:hover {
    text-decoration: none;
    color: var(--primary-color);
	text-decoration: underline
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  color: black;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
}

.contact-info {
  margin-top: 15px;
}

.contact-info a {
  color: white;
  text-decoration: underline;
}

.full-contact-link {
  display: inline-block;
  margin-top: 15px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid white;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.full-contact-link:hover {
  background: rgba(255,255,255,0.2);
}

/* Index-Specific Styles */
.index-page .organism-header:not(.shrunk) .molecule-nav-bar .atom-nav-link {
    color: white;
}

/* Index-Specific Styles */
.aboutus .organism-header:not(.shrunk) .molecule-nav-bar .atom-nav-link {
    color: var(--primary-color);
}

/* Logo Arc Background */
.logo-container::after {
    content: '';
    position: absolute;
    top: -50px;
    left: calc(-1 * (100vw - 100%)); 
    width: 100vw; 
    height: 400px; /* Reduced from 4000px for smoother initial state */
    background-color: #f0f0f0; 
    clip-path: url(#arcClip); 
    z-index: -1;
    transition: height 0.3s ease, opacity 0.3s ease; /* Smooth all properties */
}

/* Media Query to Disable SVG on Mobile */
@media (max-width: 768px) {
    .logo-container::after {
     display: none; /* Completely hide the SVG arc on mobile */
    }
}


.organism-header.shrunk .logo-container::after {
    top: 0px; /* Keep top position */
    left: calc(-1 * (100vw - 100%)); /* Keep left position */
    width: 80vw; /* Keep width */
    height: 0px; /* Animate to 0 height */
    opacity: 0; /* Fade out */
}

/* Slide-In Animations for Sections (ensure opacity: 1 at end) */
.organism-about {
    animation: slideInLeft 1s ease-in-out 0s forwards;
    opacity: 0; /* Start hidden */
}

.organism-vision {
    animation: slideInRight 1s ease-in-out 0.5s forwards;
    opacity: 0; /* Start hidden */
}

.organism-mission {
    animation: slideInLeft 1s ease-in-out 1s forwards;
    opacity: 0; /* Start hidden */
}

/* Keyframes for Slide In (end with opacity: 1) */
@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Video Wrapper for Clipping - Relative for scrolling */
.video-wrapper {
    position: absolute;
    top: -450px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    height: 70vh; /* Reduced to prevent extension; adjust to your desired visible height */
    overflow: hidden;
    z-index: -1;
}

/* Video Inside Wrapper */
.top-video {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

/* Hero Section Adjustment */
.organism-hero {
    position: relative;
    padding-top: 20vh;; /* Push content below video height */
    min-height: 10vh;
    overflow: visible;
    /* Existing styles... */
}

/* Hero Section Adjustment */
.organism-products-hero {
    position: relative;
    padding-top: -70vh;; /* Push content below video height */
    min-height: 10vh;
    overflow: visible;
    /* Existing styles... */
}

/* Atom: Image (for teaser cards) */
.atom-image {
    width: 20%;
    max-height: 100px;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin-bottom: 1em;
    border-radius: 10px;
}

/* Molecule: Teaser Card (Updated Layout: Image left, Content right with stacked headline, text, link) */
.molecule-teaser-card {
  display: flex;
  align-items: flex-start;
  background-color: #f8f9fa;
  gap: 60px; /* This creates equal spacing between image and text */
  padding: 30px 20px; /* Equal 30px top/bottom, 20px left/right */
  margin-bottom: 60px; /* Space between cards */
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  width: 100%; /* Critical for %-based children */
  justify-content: space-evenly;
}

.alternate .molecule-teaser-card {
display: flex;
flex-direction: row-reverse;
}
.teaser-container {
  padding: 30px 0; /* Matches card spacing */
}

.molecule-teaser-card:hover {
    box-shadow: 0 60px 240px rgba(0, 0, 0, .25);
}

.molecule-teaser-card .atom-image {
  width: 20%;
  height: auto;
max-height: 400px;
/*margin-bottom: 0;*/
  padding-bottom: 10%; /* Creates square */
/*padding: 5px 5px;*/
  /*position: relative;*/
  flex: none;
border: 2px solid black !important;
}

.molecule-teaser-card .atom-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
display: block;
object-position: center;
}

.atom-image-container {
  width: 400px;
  height: auto;
  padding-bottom: 20%; /* Creates square */
  position: relative;
   margin-top: 30px;
  border-radius: 10px;
  overflow: hidden; /* Ensures rounded corners work */
  /*background: rgba(255,0,0,0.3); /* Debug color */
   border: 2px solid green!important;
}

.atom-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: auto;
  object-fit: contain; /* or 'contain' for no crop */
  object-position: center;
   display: block;
   border: 2px solid blue !important;
}

.molecule-teaser-card .teaser-content {
width: 55%;
}

.molecule-teaser-card .atom-subheading {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.molecule-teaser-card .atom-paragraph {
    margin-bottom: 1em;
}

.molecule-teaser-card .atom-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
    align-self: flex-start; /* Align link to left */
}

.molecule-teaser-card .atom-link:hover {
    text-decoration: underline;
}

.organism-teaser-section-col{
    padding: 0em;
    text-align: left;
    display: flex;
    justify-content: space-evenly;
    width: 150%;
    box-sizing: border-box;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    gap: 20px 20px;
}


.organism-teaser-section-row{
    padding: 5em;
    text-align: left;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: baseline;
    gap: 60px 60px;
}

/* Keyframes for Fade In Left to Right */
@keyframes fadeInLeftToRight {
    from {
        opacity: 0;
        transform: translateX(-100px); /* Start slightly left */
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Initial Invisible State for Subheadings */
.atom-subheading {
    opacity: 0;
    transform: translateX(-50px); /* Start slightly left for left-to-right */
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.atom-subheading:nth-child(even) {
    transform: translateX(50px); /* Start right for right-to-left on even */
}

/* Visible State on Scroll (Triggered by JS) */
.atom-subheading.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Optional Keyframes for Smooth Entry (if needed for more effect) */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes slideInReverse {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply Keyframes (optional, for browsers supporting animation) */
.atom-subheading.visible {
    animation: slideIn 0.8s ease forwards;
}

.atom-subheading:nth-child(even).visible {
    animation: slideInReverse 0.8s ease forwards;
}

/* Initial Invisible State for Sections */
.organism-about, .organism-vision, .organism-mission, .organism-policies { /* Add more sections if needed */
    opacity: 0;
    transform: translateX(-50px); /* Start slightly left for left-to-right */
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.organism-about:nth-child(even), .organism-vision:nth-child(even), .organism-mission:nth-child(even), .organism-policies:nth-child(even) {
    transform: translateX(50px); /* Start right for right-to-left on even */
}

/* Visible State on Scroll (Triggered by JS) */
.organism-about.visible, .organism-vision.visible, .organism-mission.visible, .organism-policies.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Fallback for No JS (visible by default if no script) */
@supports not (animation: none) { /* Or use .no-js class on <body> if adding via HTML */
    .organism-about, .organism-vision, .organism-mission, .organism-policies {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Keyframes for Slide In (end with opacity: 1) */
@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Apply Keyframes */
.organism-about.visible, .organism-vision.visible, .organism-mission.visible, .organism-policies.visible {
    animation: slideInLeft 1s ease-in-out forwards;
}

.organism-about:nth-child(even).visible, .organism-vision:nth-child(even).visible, .organism-mission:nth-child(even).visible, .organism-policies:nth-child(even).visible {
    animation: slideInRight 1s ease-in-out forwards;
}

@media (max-width: 768px) {
    .organism-image-grid {
        grid-template-columns: 1fr; /* Stack in single column */
        grid-template-rows: auto; /* Auto rows */
    }
    .molecule-image-cell {
        max-height: 100px; /* Reduce height on mobile */
    }
    .atom-image {
        max-height: 70px; /* Adjust image height for mobile */
    }
}

.nav-item {
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Image wrapper (behind header) */
.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Place behind header/content */
}

/* Ensure image covers the space */
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Fill container without stretching */
  object-position: center;
}

/* Header styling (example) */
header {
  position: relative; /* Ensures header stays above z-index: -1 */
  z-index: 10;
  background: transparent; /* Optional: See-through header */
}

          /* Product Hero Section */
.product-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    margin: 0;
    padding: 0;
   
    /*
 background: radial-gradient(
        circle at center,
        rgba(50, 50, 50, 0.8) 0%,
        rgba(10, 10, 10, 0.9) 50%,
        #333333 100%
    );
	
	background: radial-gradient(
    circle at center,
    rgba(142, 45, 226, 0.418) 0%,
    rgba(142, 45, 226, 0.9) 50%,
    #33333B 100%
);

background: radial-gradient(
    circle at center,
    rgba(30, 144, 255, 0.418) 0%,
    rgba(30, 144, 255, 0.9) 50%,
    #33333B 100%
);

background: radial-gradient(
    circle at center,
    rgba(212, 160, 23, 0.418) 0%,
    rgba(212, 160, 23, 0.9) 50%,
    #33333B 100%
);

background: radial-gradient(
    circle at center,
    rgba(74, 74, 74, 0.418) 0%,
    rgba(74, 74, 74, 0.9) 50%,
    #33333B 100%
);

background: radial-gradient(
    circle at center,
    rgba(0, 196, 180, 0.418) 0%,
    rgba(0, 196, 180, 0.9) 50%,
    #33333B 100%
);

background: radial-gradient(
    circle at center,
    rgba(236, 102, 8, 0.418) 0%,
    rgba(236, 102, 8, 0.9) 50%,
    #33333B 100%
);*/

background: radial-gradient(
    circle at center,
    rgba(224, 65, 71, 0.418) 0%,
    rgba(224, 65, 71, 0.9) 50%,
    #33333B 100%
);

/*
background: radial-gradient(
    circle at center,
    rgba(212, 160, 23, 0.418) 0%,
    rgba(212, 160, 23, 0.9) 50%,
    #33333B 100%
); 

background: radial-gradient(
        circle at center,
        rgba(115, 136, 194, 41.8) 0%,
        rgba(255, 9, 90, 0.9) 50%,
        #33333B 100%
);
*/





    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1; /* Place behind header */
    overflow: hidden;
}

/* Spacer to push content down */
.product-hero-spacer {
    height: 30vh;
    width: 50%;
    position: relative;
    z-index: 1; /* Above the hero */
}

        /* Image Container - Now on left */
        .product-hero__image-container {
            width: 7%; /* Adjust width as needed */
            /*max-width: 500px;*/
            margin-right: 140px; /* Space between image and text */
			margin-left: 100px; /* Space between image and text */
            flex-shrink: 0;
			overflow: hidden;
			display: block;
			transition: transform 0.5s ease; /* Smooth container transition */

        }

        .product-hero__image {
			transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			transform-origin: center center;
            width: 100%;
            height: auto;
			margin-left: 0px; /*was 150px*/
            display: inline-block;
        }

        .product-card__image {
			transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			transform-origin: center center;
            width: 20%;
            height: auto;
			margin-left: 0; /*was 150px*/
            display: block;
        }

.product-hero__image-container:hover .product-hero__image {
			transform: scale(1.08); /* Slight enlargement on hover */
}

        /* Text Container - Now on right */
        .product-hero__text {
			display: flex;
			flex-direction: column;
			justify-content: center;
			min-height: 150px;
			min-width: 700px;
            max-width: 700px;
            text-align: left; /* Left-aligned text */
            z-index: 1001; /* Above header (z-index: 1000) and other elements */
			margin-left: -100px;
        }

        /* Main Title with Reveal Effect */
        .product-hero__title {
			margin-bottom: 10px; /* Consistent spacing */
			max-width:250px;
			
            color: white;
            font-size: clamp(0.8rem, 4vw, 2rem);
            font-weight: 500;
            margin: 0 0 10px 0;
            position: relative;
            display: inline-block;
			overflow: hidden;
			text-align: left;

        }

        .product-hero__title::before {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--primary-color);
			color: transparent; /* Hide the text in the pseudo-element */
            transform: scaleX(1);
            transform-origin: right;
			transition: transform 2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            transform: scaleX(1); /* Default state */
        }

.product-hero__title.animate::before {
			transform: scaleX(0); /* Animate to reveal text */
}

        /* Subtitle */
        .product-hero__subtitle {
			  
			line-height: 1.3; /* Better line control */
			max-width: 100%; /* Prevent overflow */
            color: white;
            font-size: clamp(1.5rem, 3vw, 2.5rem);
            font-weight: 400;
            margin: 0;
			text-align: left;
        }

        /* Animation */
        @keyframes revealText {
            from { transform: scaleX(1); }
            to { transform: scaleX(0); }
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .product-hero {
                flex-direction: column;
                padding: 30px;
            }
            .product-hero__image-container {
                width: 80%;
                margin-right: 0;
                margin-bottom: 40px;
            }
        }

/* Make header transparent on products page */
.products-page .organism-header {
    background: transparent;
}

.products-page .organism-header:not(.shrunk) .molecule-nav-bar .atom-nav-link {
    color: white;
border-bottom: none; /* Ensure no underline unless current */
}

/* For the current page link */
.molecule-nav-bar .atom-nav-link.active {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    border-bottom: 2px solid var(--primary-color);
}
.products-page {
    padding-top: 100px; /* Adjust based on header height, e.g., 80px + some buffer */
}

.organism-header.shrunk .molecule-nav-bar .atom-nav-link {
    border-bottom: none; /* Ensure no underline in shrunk state unless current */
}



/* Container with Clearfix */
.container {
    max-width: 2400px;
	width: 100%;
    margin: 0 auto;
    
	padding: 20px;
	
	padding-top: 0px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.et-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Animation for Paragraphs and Headings */
.animate-in {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-in.visible {
    opacity: 1;
    transform: translateX(0);
	text-align:left;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-in:nth-child(even) {
    transform: translateX(50px);
}

.animate-in:nth-child(even).visible {
    animation: slideInReverse 0.8s ease forwards;
}

@keyframes slideInReverse {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Typewriter Animation for Multiline Text */
.animate-type {
    position: relative;
    overflow: hidden;
    white-space: pre-wrap; /* Preserve line breaks */
    margin: 0;
    padding: 0;
}

.animate-type::after {
    content: '|';
    position: absolute;
    right: 0;
    animation: blink 1s 5s;
    color: var(--primary-color);
}

.animate-type.visible {
    animation: typewriter 1s steps(400, end) forwards;
}

@keyframes typewriter {
    from { 
        width: 0;
        opacity: 1;
    }
    to { 
        width: 100%; 
        opacity: 1;
    }
}

@keyframes blink {
    from, to { opacity: 0; }
    50% { opacity: 1; }
}

/* Improved Typewriter Animation for Multiline Text */
.animate-type {
    position: relative;
    display: inline-block; /* Needed for width animation */
    overflow: hidden;
    white-space: pre-wrap; /* Preserve line breaks */
    margin: 0;
    padding: 0;
    opacity: 1; /* Override any existing opacity rules */
    transform: none !important; /* Override any transform animations */
    line-height: 1.5; /* Ensure proper line spacing */
    border-right: 0.15em solid transparent; /* Prepare cursor */
}

/* The typing animation */
@keyframes typing {
    from { 
        width: 0; 
    }
    to { 
        width: 100%; 
    }
}

/* The cursor animation */
@keyframes blink {
    from, to { border-color: transparent; }
    50% { border-color: var(--primary-color); }
}

/* During animation */
.animate-type.animating {
    animation: 
        typing 4s steps(40, end) forwards,
        blink 0.75s step-end infinite;
    white-space: nowrap; /* Force single line during animation */
    overflow: hidden;
}

/* After animation completes */
.animate-type.completed {
    white-space: pre-wrap; /* Restore multiline */
    border-right: none !important; /* Remove cursor */
    animation: none;
}


/* End of animate-type*/

/* Update to existing .atom-image */
.atom-image {
    width: 100%;
    max-height: 100px;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin-bottom: 1em;
    border-radius: 10px;
}

/* Update to existing media query */
@media (max-width: 768px) {
    .organism-image-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .container {
        padding: 15px;
    }
    .molecule-image-cell {
        max-height: 100px;
    }
    .atom-image {
        max-height: 70px;
    }
}


/* ===== NEW INTEGRATED STYLES ===== */
/* Header Styles */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: rgba(248, 248, 248, 0.8);
}

.logo {
    height: 60px;
}

nav {
    display: flex;
    gap: 30px;
}

nav a {
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

nav a:hover {
    color: var(--primary-color);
}

/* Hero Section - Light Mode */
.hero {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-color);
    text-align: center;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.7)), 
                url('https://images.unsplash.com/photo-1563014959-7aaa83350992?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
}

.hero-content {
    max-width: 900px;
    z-index: 1;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--heading-color);
}

.hero p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 40px;
    color: var(--text-color);
}

/* New Product Animation Section - Light Mode */
.product-descr-anime {
    padding: 20px 20px;
    background: var(--background-color);
    overflow: hidden;
margin-bottom: 80px !important;
border-radius: 20px !important;
box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Add decorative separator */
.product-descr-anime:not(:last-child)::after {
    content: '';
    display: block;
    height: 6px;
    /*background: linear-gradient(120deg, transparent, var(--primary-color), transparent);*/
    margin: 0 auto 10;
    width: 100%;
}

.product-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 2fr;  /* increase or decrease for width of the image*/
    gap: 60px;
    align-items: center;
	margin-bottom: 0;
	position: relative;
}

.product-content {
    width: 80%;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1s ease-out;
}

.product-content.visible {
    opacity: 1;
    transform: translateX(0);
    
}

.product-image {
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease-out;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.product-image.visible {
    opacity: 1;
    transform: translateX(0);
}

.product-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
	border-radius: 10px;
}

.product-image:hover img {
    transform: scale(1.05);
}

.product-content h2 {
    font-size: 2.5rem;
    color: #817878;
    margin-bottom: 20px;
    position: relative;
	padding-left: 20px; /* Space for vertical bar */
}

.product-content h2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 50px;
    background: var(--primary-color);

    /*bottom: -10px;*/
    /*left: 0;*/
    /*width: 200px;*/
    /*height: 3px;*/

}

.product-content h3 {
    font-size: 1.5rem;
    color: #817878;
    margin-bottom: 20px;
    position: relative;
	padding-left: 20px; /* Space for vertical bar */
    width:600px;
}

.product-content h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 2px;
    background: var(--primary-color);
}

.product-content p {
    margin-bottom: 30px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
}

.specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}

.spec-item {
    background: rgba(224, 65, 71, 0.05);
    padding: 15px;
    border-radius: 5px;
    transition: transform 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.spec-item:hover {
    transform: translateY(-5px);
    background: rgba(224, 65, 71, 0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.spec-item h4 {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.spec-item p {
    color: var(--text-color);
    margin: 0;
}

/* Animation for alternating sides */

    .alternate .product-container {
        display: flex;
        flex-direction: row-reverse;
    }

.alternate .product-content {
    transform: translateX(100px);
}

.alternate .product-content.visible {
    transform: translateX(0);
}

.alternate .product-image {
    transform: translateX(-100px);
}

.alternate .product-image.visible {
    transform: translateX(0);
}

/* Responsive Design */
@media (max-width: 900px) {
    .product-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .product-content, 
    .product-image {
        transform: translateY(50px) !important;
    }
    
    .alternate .product-container {
        display: flex;
        flex-direction: column-reverse;
    }
}

    /* New scaling classes to add to the HTML */
    .image-scale-90 .product-image img {
      transform: scale(0.97);
    }
    
    .image-scale-80 .product-image img {
      transform: scale(0.8);
    }
    
    /* Ensure hover effect still works */
    .image-scale-90 .product-image:hover img,
    .image-scale-80 .product-image:hover img {
      transform: scale(1.03); /* Slightly larger than scaled size */
    }
    
    /* Additional styles to improve layout */
    .product-container {
      align-items: center;
    }
    
    .product-content {
      padding: 20px;
    }



/* Footer */
footer {
    background: var(--footer-bg);
    padding: 40px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.copyright {
    margin-top: 20px;
    color: #666;
    font-size: 0.9rem;
}

/* ===== RESTORE BOUNCE ANIMATIONS ===== */
/* Initial Invisible State for Sections */
.organism-about, .organism-vision, .organism-mission, .organism-policies {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.organism-about:nth-child(even), .organism-vision:nth-child(even), 
.organism-mission:nth-child(even), .organism-policies:nth-child(even) {
    transform: translateX(50px);
}

/* Visible State on Scroll (Triggered by JS) */
.organism-about.visible, .organism-vision.visible, 
.organism-mission.visible, .organism-policies.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Keyframes for Slide In (with bounce effect) */
@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    70% {
        transform: translateX(10%);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    70% {
        transform: translateX(-10%);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Apply Keyframes */
.organism-about.visible, .organism-vision.visible, 
.organism-mission.visible, .organism-policies.visible {
    animation: slideInLeft 0.8s ease-in-out forwards;
}

.organism-about:nth-child(even).visible, .organism-vision:nth-child(even).visible, 
.organism-mission:nth-child(even).visible, .organism-policies:nth-child(even).visible {
    animation: slideInRight 0.8s ease-in-out forwards;
}

/* Animation for Paragraphs and Headings */
.animate-in {
    opacity: 0;
    transform: translateX(-50px);
    transform: translateY(30px) scale(0.95);
    transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.animate-in.visible {
    opacity: 1;
    transform: translateX(0);
transform: translateY(0) scale(1);
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    70% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-in:nth-child(even) {
    transform: translateX(50px);
}

.animate-in:nth-child(even).visible {
    animation: slideInReverse 0.8s ease forwards;
}

@keyframes slideInReverse {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    70% {
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.product-hero__title.animate {
    animation: none;
}
.product-hero__title.animate::before {
    animation: revealText 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

    /* Link styling */
    .heading-link {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #ccc;
      font-size: 1.2rem;
      transition: color 0.3s;
    }
    
    .heading-link:hover {
      color: var(--primary-color);
    }

       /* Additional styles for word cycling */
        .word-container {
            position: relative;
            display: inline-block;
            vertical-align: top;
            overflow: hidden;
            height: 1.2em;
        }
        
        .word-list {
            position: relative;
            display: inline-block;
            animation: wordCycle 45s infinite ease-in-out;
            transform: translateY(0);
        }
        
        .word-item {
            display: block;
            position: relative;
            opacity: 0;
            transform: translateY(100%);
            animation: wordAppear 3s infinite;
        }
        
        .word-item:nth-child(1) { animation-delay: 0s; }
        .word-item:nth-child(2) { animation-delay: 10s; }
        .word-item:nth-child(3) { animation-delay: 20s; }
        .word-item:nth-child(4) { animation-delay: 30s; }
        .word-item:nth-child(5) { animation-delay: 40s; }
        
        @keyframes wordAppear {
            0% {
                opacity: 0;
                transform: translateY(100%);
            }
            10%, 20% {
                opacity: 1;
                transform: translateY(0);
            }
            30%, 100% {
                opacity: 0;
                transform: translateY(-100%);
            }
        }
        
        @keyframes wordCycle {
            0%, 100% { transform: translateY(0); }
        }


/* wpb_wrapper for content sections */
.wpb_wrapper {
width: 100%;
    max-width: 1400px; 
    margin: 0; /* Center the wrapper */
    padding: 2em 2em; /* incresed padding */
    background-color: #ffffff; /* White background for content */
    border-radius: 2px; /* Subtle rounded corners */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    transition: box-shadow 0.3s ease;
}

/* Enhance hover effect for interactivity */
.wpb_wrapper:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Constrain inner content to avoid edge-to-edge text */
.organism-teaser-section .teaser-container,
.container > *,
.wpb_wrapper > * {
    max-width: 1400px; /* Constrain inner content */
    margin: 0 auto; /* Center inner content */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wpb_wrapper {
        padding: 1em; /* Reduced padding on mobile */
        border-radius: 1px; /* Slightly smaller corners */
    }
}


/* DS CODE */

/* CSS for Column Wrapper System */
.services-container {
  display: flex;
  width: 100%;
  gap: 15px;
margin: 60px 0; /* Vertical spacing */
}

.text-column {
  flex: 0 0 20px;
  padding: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
height: 180px;
}

.services-grid {
  display: flex;
  flex: auto;
  gap: 20px;
  flex-wrap: wrap;
}

.service-column {
  flex: 0;
  min-width: 170px;
  position: relative;
  height: 200px;
 overflow: visible;


}

.column-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #FFCCCB 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  z-index: 2;
}

.service-content {
  position: absolute;
  bottom: 15%;
  left: 10%;
  color: black;
  z-index: 3;
  transform: translateY(20px);
  transition: transform 0.5s ease;
  width: 80%;
}

.service-content h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: black;
}

.service-content p {
  opacity: 0.8;
  transform: translateY(10px);
  transition: all 0.4s ease;
color: black;
}

/* Hover Effects */
.service-column:hover .column-wrapper {
opacity: 1.0;
  transform: translateY(-20px);
  box-shadow: 0 20px 30px #FFCCCB;
font-weight: 3000;
}

.service-column:hover .service-bg {
  transform: scale(1.08);
}

.service-column:hover .service-content {
  transform: translateY(0);
}

.service-column:hover .service-content p {
  opacity: 1.0;
  transform: translateY(0);
  transition-delay: 0.1s;
}

/* Responsive Design */
@media (max-width: 992px) {
  .services-container {
    flex-direction: column;
  }
  
  .text-column {
       width: 100%;
  }
 .service-column {
       height: 280px;
  }
  
}

@media (max-width: 768px) {
  .service-column {
    min-width: 100%;
height: 250px;
  }
}
 

/* END OF DS CODE */


/* Fade-In Text with Background Slide */
.fade-in-slide {
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    overflow: hidden;
    color: transparent; /* Start with transparent text */
    transition: color 0.5s ease;
    border-radius: 10px;
}

.fade-in-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color); /* Use your theme color */
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.fade-in-slide.visible {
    color: #fff; /* Text fades in to white */
}

.fade-in-slide.visible::before {
    transform: translateX(0); /* Background slides in */
}

/* Optional: Add delay to text reveal */
.fade-in-slide.visible {
    transition-delay: 0.4s; /* Text appears after background starts moving */
}


     




/* Add this at the end of your styles-b.css file */
.product-hero__image-container {
    position: relative;
    overflow: hidden; /* Ensures smooth scaling */
}

.product-hero__image {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center center;
}

.product-hero__image-container:hover .product-hero__image {
    transform: scale(1.08); /* Slight enlargement on hover */
}


        /* ===== WHY US SECTION ===== */
        .why-us-section {
            background: white;
            padding: 80px 20px;
            position: relative;
            overflow: hidden;
        }
        
        .why-us-container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        
        .why-us-title {
            text-align: center;
            font-size: 2.8rem;
            margin-bottom: 50px;
            color: var(--heading-color);
            position: relative;
            padding-bottom: 20px;
        }
        
        .why-us-title:after {
            content: '';
            position: absolute;
            bottom: -25px;
            left: 50%;
            transform: translateX(-50%);
            width: 610px;
            height: 0px;
            background: var(--primary-color);
            border-radius: 6px;
        }
        
        .us-cards {
            display: grid;
            grid-template-columns: repeat(3, minmax(320px, 1fr));
            gap: 40px;
            justify-items: center;
            
        }
        
        .us-card {
            /*background: linear-gradient(135deg, var(--primary-color), #be2026);*/
            background: white;
            border-radius: 15px;
            border-color: #be2026;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            position: relative;
            z-index: 1;
            min-height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transform: translateY(0);
            perspective: 1000px;
            border: 1px solid var(--primary-color);
            width: 85%;
        }

  
        
        .card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 0.6s;
            transform-style: preserve-3d;
        }
        
        .card-front, .card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 30px;
            box-sizing: border-box;
        }
        
        .card-front {
            color: #be2026;
            z-index: 2;
			transform: rotateY(0deg);
        }
        
        .card-back {
            background: #D3D3D3;
            transform: rotateY(180deg);
            color: black;
            z-index: 1;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            padding: 40px 30px;
font-family: "Montserrat", Arial, sans-serif;
        }
		
       
        .card-icon {
            width: 80px;
            height: 80px;
            background: #D3D3D3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        
        .card-icon i {
            font-size: 36px;
            color: white;
        }
        
        .card-title {
            font-size: 1.7rem;
            font-weight: 600;
            text-align: center;
            line-height: 1.4;
            margin: 0;
        }
        
        .card-content {
            text-align:  justify;
            line-height: 1.7;
            margin-bottom: 0;
            margin-top: 0;
            justify-content: center;
            
            
        }

.textbig {
         color:var(--primary-color);
        line-height: 2.0;
        font-weight: 1000;
        /*background: #8B0000;*/
font-family: "Montserrat", Arial, sans-serif;
}
        
        /* Hover effects */
        .us-card:hover {
            transform: translateY(-20px) scale(1.03);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
            background: white;
            border: 0px solid var(--primary-color);
        }
        
        .us-card:hover .card-inner {
            transform: rotateY(180deg);
        }
		
		/* Flip on hover */
.us-card:hover .card-front {
  transform: rotateY(-180deg);
}

/* Hide static elements when back is visible */
.us-card:hover .card-icon,
.us-card:hover .card-title {
  opacity: 0;
  visibility: hidden;
}
        
        
        /* Stats section */
        .us-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 30px;
            margin-top: 70px;
			margin-bottom: 70px;
            background: linear-gradient(135deg, var(--primary-color), #2c3e50);
            border-radius: 15px;
            padding: 30px 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
			max-width:1100px;
        }
        
        .stat-item {
            text-align: center;
            padding: 20px;
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            background: linear-gradient(45deg, #ffd700, #ffffff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .stat-label {
            font-size: 1.5rem;
            color: white;
            opacity: 0.9;
			font-weight: 1000;
        }
        
        .us-pattern {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: 
                radial-gradient(circle at 10% 20%, rgba(224, 65, 71, 0.05) 0%, transparent 20%),
                radial-gradient(circle at 90% 80%, rgba(224, 65, 71, 0.05) 0%, transparent 20%);
            z-index: 1;
        }
        
        @media (max-width: 768px) {
            .why-us-title {
                font-size: 2.2rem;
            }
            
            .us-cards {
                grid-template-columns: 1fr;
            }
            
            .card-title {
                font-size: 1.5rem;
            }
            
            .stat-number {
                font-size: 2.8rem;
            }
            
            .us-card:hover {
                transform: translateY(-10px) scale(1.02);
            }
        }


/* Container for the image and curtain */
        .curtain-container {
            position: relative;
            width: 100%;
            max-width: 600px; /* Adjust as needed */
            overflow: hidden;
            margin: 100vh auto; /* Places it further down for scroll effect */
        }

        /* Image styling */
        .curtain-container img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Curtain styling */
        .curtain {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #333; /* Curtain color */
            transform: translateX(0);
            transition: transform 0.5s ease-in-out; /* Smooth animation */
        }

        /* Class to reveal image when curtain opens */
        .curtain.open {
            transform: translateX(100%); /* Curtain moves right */
        }

/* ===== AUTHOR WRAPPER SECTION ===== */
        /* ===== NEW STYLES FOR AUTHOR WRAPPER ===== */
        .author-section {
            background: var(--background-color);
            padding: 80px 20px;
            position: relative;
            overflow: hidden;
        }
        
        .author-container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        
        .section-title {
            text-align: center;
            font-size: 2.8rem;
            margin-bottom: 60px;
            color: var(--heading-color);
            position: relative;
            padding-bottom: 20px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: var(--primary-color);
            border-radius: 2px;
        }
        
        .author-wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
        }
        
        .author-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            max-width: 350px;
            position: relative;
            opacity: 0;
            transform: translateY(30px) rotate(2deg);
            transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            padding: 40px 30px;
        }
        
        .author-card.visible {
            opacity: 1;
            transform: translateY(0) rotate(0deg);
        }
        
        .author-icon {
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, var(--primary-color), #be2026);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: white;
            font-size: 2.5rem;
            position: relative;
            overflow: hidden;
        }
        
        .author-icon:after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 60%);
            transform: rotate(30deg);
            opacity: 0;
            transition: opacity 0.5s ease;
        }
        
        .author-card:hover .author-icon:after {
            opacity: 1;
        }
        
        .author-name {
            font-size: 1.8rem;
            font-weight: 700;
            text-align: center;
            color: var(--heading-color);
            margin-bottom: 8px;
        }
        
        .author-role {
            font-size: 1.1rem;
            font-weight: 500;
            text-align: center;
            color: var(--primary-color);
            margin-bottom: 25px;
            position: relative;
            display: inline-block;
            padding: 0 15px;
        }
        
        .author-role:before,
        .author-role:after {
            content: '';
            position: absolute;
            top: 50%;
            width: 30px;
            height: 1px;
            background: var(--primary-color);
            opacity: 0.3;
        }
        
        .author-role:before {
            left: -35px;
        }
        
        .author-role:after {
            right: -35px;
        }
        
        .author-quote {
            font-size: 1.1rem;
            font-style: italic;
            color: var(--text-color);
            line-height: 1.7;
            margin-bottom: 30px;
            position: relative;
            padding: 20px 0 20px 30px;
            border-top: 1px solid rgba(0,0,0,0.05);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }
        
        .author-quote:before {
            content: '"';
            position: absolute;
            left: 0;
            top: 15px;
            font-size: 3rem;
            color: var(--primary-color);
            opacity: 0.3;
            font-family: Georgia, serif;
            line-height: 1;
        }
        
        .author-details {
            margin-bottom: 25px;
        }
        
        .detail-item {
            display: flex;
            margin-bottom: 12px;
            align-items: flex-start;
        }
        
        .detail-icon {
            width: 24px;
            height: 24px;
            background: rgba(224, 65, 71, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
            color: var(--primary-color);
        }
        
        .detail-text {
            flex: 1;
            color: var(--text-color);
        }
        
        .author-social {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 25px;
        }
        
        .social-link {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(224, 65, 71, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .social-link:hover {
            background: var(--primary-color);
            color: white;
            transform: translateY(-3px);
        }
        
        .author-pattern {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: 
                radial-gradient(circle at 10% 20%, rgba(224, 65, 71, 0.05) 0%, transparent 20%),
                radial-gradient(circle at 90% 80%, rgba(224, 65, 71, 0.05) 0%, transparent 20%);
            z-index: 1;
        }
        
        .author-card:nth-child(2) {
            transform: translateY(0px) rotate(-0deg);
        }
        
        .author-card:nth-child(3) {
            transform: translateY(0px) rotate(0deg);
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 2.2rem;
            }
            
            .author-wrapper {
                flex-direction: column;
                align-items: center;
            }
            
            .author-card {
                max-width: 100%;
            }
            
            .author-role:before,
            .author-role:after {
                width: 20px;
            }
            
            .author-role:before {
                left: -25px;
            }
            
            .author-role:after {
                right: -25px;
            }
        }

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

table th, table td {
    border: 1px solid var(--primary-color);
    border-style: solid;
    padding: 0.5em;
    text-align: left;
}

table th {
    background-color: var(--primary-color);
    color: #FFFFFF;
}



/* ===== SUBMENU STYLES ===== */
.atom-nav-item {
    position: relative;
    display: inline-block;
}

.atom-nav-item.has-submenu > .atom-nav-link::after {
    content: "\25BC";
    font-size: 0.6em;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.atom-nav-item:hover > .atom-nav-link::after {
    transform: rotate(180deg);
}

.molecule-submenu {
  list-style: none;
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}


.molecule-submenu li {
  list-style: none; /* Remove bullet points */
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
} 

.atom-nav-item:hover .molecule-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.atom-subnav-link {
    display: block;
    /*padding: 12px 20px; */
    text-decoration: none;
    color: var(--text-color);
    font-size: 0.95em;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    /* FIX: Remove any list item styling */
    list-style: none !important; /* Ensure no bullets */
    padding: 10px;
    background-color: hsla(0, 0%, 50%, 0.01);
    backdrop-filter: blur(5px);
}

.atom-subnav-link:hover {
    /*background-color: rgba(224, 65, 71, 0.05);*/
	background-color: hsla(0, 0%, 50%, 0.01);
    color: var(--primary-color);
    border-left: 3px solid var(--primary-color);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.atom-subnav-link.active {
    color: var(--primary-color);
    font-weight: 600;
    /*background-color: rgba(224, 65, 71, 0.05);*/
	background-color: hsla(0, 0%, 50%, 0.01);
    border-left: 3px solid var(--primary-color);
}

 .atom-subnav-link:last-child {
            border-bottom: none;
        }

/* Chevron indicator */
.atom-nav-link.has-submenu::after {
 content: "\25BC";
 font-size: 0.6em;
 margin-left: 8px;
 vertical-align: middle;
 }

/* ===== RESPONSIVE SUBMENU ===== */
@media (max-width: 768px) {
    .molecule-submenu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        margin-top: 5px;
        display: none;
    }
    
    .atom-nav-item:hover .molecule-submenu,
    .atom-nav-item:focus-within .molecule-submenu {
        display: block;
    }
}

 /* Footer */
        .footer {
            background: #F8F9FA;
            color: #333333;
            padding: 40px 10px;
            text-align: left; /* Explicit left alignment */
        }

        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 10px;
        }

        .footer-column h3 {
            font-size: 1.0rem;
            margin-bottom: 10px;
            position: relative;
            display: inline-block; /* Makes element only as wide as content */
            padding-bottom: 5px;
        }

        .footer-column h3::after {
            content: ' ';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--primary-color);
            transform: translateX(0%);
        }

        .footer-links {
            list-style-type: none;
            padding: 0;
            text-align: left; /* Force left alignment */
            margin: 0;
        }

        .footer-links li {
            margin-bottom: 5px;
            text-align: left; /* Explicit left alignment */
            font-size: 1.0rem;
        }

        .footer-links a {
            color: #333333;
            text-decoration: none;
            transition: all 0.2s ease;
           display: block; /* Better for full width */
            text-align: left; /* Explicit left alignment */
            padding: 0px 0; /* Add padding for better touch */
        }

        .footer-links a:hover {
            color: var(--primary-color);
            padding-left: 2px;
            transform: translateY(-1%);
        }

      .footer-descr {
            font-size: 1.0rem;
            font-style: bold;
            color: var(--text-color);
            line-height: 1.2;
            margin: 0;
            position: relative;
	        width: 80%;
            text-align: left;
        }


/* anime button */
        .anime-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            background: #0066cc;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 18px 45px;
            border-radius: 30px;
            border: none;
            cursor: pointer;
            overflow: hidden;
            z-index: 1;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }
        
        /* Icon styling */
        .anime-button i {
            margin-left: 10px;
            font-size: 20px;
            transition: transform 0.3s ease;
        }
        
        /* Base background layer */
        .anime-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--background-color);
            z-index: -2;
        }
        
        /* Animation element */
        .anime-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #0052a3;
            z-index: -1;
            transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        }
        
        /* Hover effect - fade in from left to right */
        .anime-button:hover::before {
            transform: translateX(100%);
        }
        
        /* Mouse leave effect - fade out from left to right */
        .anime-button:not(:hover)::before {
            transform: translateX(200%);
            transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        }
        
        /* Text styling */
        .anime-button span {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            transition: transform 0.3s ease;
        }
        
        .anime-button:hover span {
            transform: scale(1.05);
        }
        
        .anime-button:hover i {
            transform: translateX(5px);
        }
        
        /* Click effect */
        .anime-button:active {
            transform: translateY(3px);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .counter {
            /*font-size: 5rem;*/
            /*font-weight: 700;*/
            /*color: #00f2fe;*/
            /*margin: 30px 0;*/
            /*text-shadow: 0 0 20px rgba(0, 242, 254, 0.3);*/
        }

        /* Scroll indicator */
        .scroll-indicator {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #64ffda;
        }
        
        .scroll-indicator span {
            display: block;
            margin-bottom: 10px;
            font-size: 14px;
        }
        
        .mouse {
            width: 25px;
            height: 40px;
            border: 2px solid #64ffda;
            border-radius: 20px;
            position: relative;
        }
        
        .mouse::after {
            content: '';
            position: absolute;
            top: 8px;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: 8px;
            background: #64ffda;
            border-radius: 2px;
            animation: scroll 1.5s infinite;
        }
        
        @keyframes scroll {
            0% {
                transform: translate(-50%, 0);
                opacity: 0;
            }
            50% {
                opacity: 1;
            }
            100% {
                transform: translate(-50%, 10px);
                opacity: 0;
            }
        }
        
        /* Media Queries */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 40px;
            }
            
            nav ul {
                display: none;
            }
            
            .features-grid, .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .contact-container {
                grid-template-columns: 1fr;
                    position: relative;
            display: inline-block;
                padding: 15px 25px;
            overflow: hidden;
            color: transparent; /* Start with transparent text */
            transition: color 0.5s ease;
            border-radius: 10px;
            }
        }

          /* Scroll animation classes */
        .scroll-animate {
            position: relative;
            overflow: hidden;
            
        }
        
        .scroll-animate .content-container {
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.6s ease, visibility 0.6s ease;
        }
        
        .scroll-animate.active .content-container {
            opacity: 1;
            visibility: visible;
        }
        
        .reveal-animation {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--primary-color);
            z-index: 3;
            transform: translateX(-100%);
            transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
            color: palegreen; 
        }
        
        .scroll-animate.active .reveal-animation {
            transform: translateX(0);
        }
        
        .scroll-animate.complete .reveal-animation {
            transform: translateX(100%);
        }

        /* Breadcrumb styles */

        .breadcrumb-container {
            
            display: flex;
            list-style: none;
            padding: 0;
            justify-self: left;
            background: transparent;
            
            margin-left: 230px;
            border-radius: 5px;
        }
        
        .breadcrumb {
            display: flex;
            list-style: none;
            padding: 0;
        }
        
        .breadcrumb li {
            display: inline-flex;
            align-items: center;
            font-size: 15px;
        }
        
        .breadcrumb li:not(:last-child)::after {
            content: '>';
            margin: 0 12px;
            color: var(--primary-color);
        }
        
        .breadcrumb a {
            color: var(--text-color);
            text-decoration: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }
        
        .breadcrumb a:hover {
            color: var(--primary-color);
            text-decoration: underline;
        }
        
        .breadcrumb a i {
            margin-right: 1px;
            font-size: 14px;
        }
        
        .breadcrumb .current {
            color: var(--primary-color);
            font-weight: 500;
        }

        /* Milestones timeline */
        .timeline {
            position: relative;
            max-width: 900px;
            margin: 0 auto;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 4px;
            background: var(--primary-color);
            left: 50%;
            margin-left: -2px;
            border-radius: 2px;
        }
        
        .milestone {
            position: relative;
            width: 50%;
            padding: 20px 40px;
            box-sizing: border-box;
        }
        
        .milestone:nth-child(odd) {
            left: 0;
            text-align: right;
        }
        
        .milestone:nth-child(even) {
            left: 50%;
        }
        
        .milestone-content {
              
				background-color: hsla(0, 0%, 50%, 0.05);
				backdrop-filter: blur(3px);
  
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            position: relative;
            border-left: 4px solid var(--primary-color);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
			
			
        }
        
        .milestone-content:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        
        .milestone:nth-child(odd) .milestone-content::after {
            content: '';
            position: absolute;
            top: 20px;
            left: 100%;
            border-width: 10px;
            border-style: solid;
            border-color: transparent transparent transparent #fff;
        }
        
        .milestone:nth-child(even) .milestone-content::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 100%;
            border-width: 10px;
            border-style: solid;
            border-color: transparent #fff transparent transparent;
        }
        
        .milestone-year {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 10px;
        }
        
        .milestone-title {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: var(--heading-color);
        }
        
        .milestone-desc {
            color: var(--text-color);
        }
        
        .milestone-icon {
            position: absolute;
            width: 50px;
            height: 50px;
            background: var(--primary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.4rem;
            box-shadow: 0 4px 10px rgba(224, 65, 71, 0.3);
        }
        
        .milestone:nth-child(odd) .milestone-icon {
            right: -25px;
            top: 20px;
        }
        
        .milestone:nth-child(even) .milestone-icon {
            left: -25px;
            top: 20px;
        }
        
        /* Certifications section */
        .certifications-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .cert-card {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
            border-top: 4px solid var(--primary-color);
        }
        
        .cert-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .cert-header {
            background: #e9f0ff;
            padding: 25px;
            text-align: center;
        }
        
        .cert-header i {
            font-size: 3.5rem;
            color: var(--primary-color);
        }
        
        .cert-body {
            padding: 30px;
            flex-grow: 1;
        }
        
        .cert-title {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: var(--primary-color);
            font-weight: 600;
        }
        
        .cert-issuer {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            color: var(--text-color);
            font-size: 0.95rem;
        }
        
        .cert-issuer i {
            color: var(--primary-color);
        }
        
        .cert-desc {
            color: var(--text-color);
            margin-bottom: 20px;
            line-height: 1.7;
        }
        
        .cert-date {
            color: var(--text-color);
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 8px;
            background: #f8f9fa;
            padding: 10px 15px;
            border-radius: 6px;
            border-left: 3px solid var(--primary-color);
        }
        
        /* Memberships section */
        .memberships {
            background: #f8f9fa;
            padding: 50px;
            border-radius: 10px;
            border: 1px solid #e9ecef;
        }
        
        .members-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 40px;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .member-card {
            background: #fff;
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            transition: transform 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border-bottom: 4px solid var(--primary-color);
        }
        
        .member-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .member-logo {
            width: 100px;
            height: 100px;
            background: #e9f0ff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 2.5rem;
            color: var(--primary-color);
            transition: transform 0.3s ease;
        }
        
        .member-card:hover .member-logo {
            transform: scale(1.1);
        }
        
        .member-name {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: var(--primary-color);
            font-weight: 600;
        }
        
        .member-role {
            color: var(--text-color);
            font-size: 0.95rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        
        .member-desc {
            color: var(--text-color);
            font-size: 0.95rem;
            line-height: 1.7;
        }

        /* Responsive adjustments */
        @media (max-width: 900px) {
            .timeline::before {
                left: 30px;
            }
            
            .milestone {
                width: 100%;
                padding-left: 70px;
                padding-right: 25px;
                text-align: left !important;
                left: 0 !important;
            }
            
            .milestone:nth-child(odd) .milestone-icon,
            .milestone:nth-child(even) .milestone-icon {
                left: 20px;
                top: 20px;
            }
            
            .milestone:nth-child(odd) .milestone-content::after,
            .milestone:nth-child(even) .milestone-content::after {
                left: -10px;
                top: 20px;
                right: auto;
                border-width: 10px;
                border-style: solid;
                border-color: transparent #fff transparent transparent;
            }
        }

        @media (max-width: 768px) {
            .page-hero {
                padding: 120px 0 70px;
            }
            
            .page-hero h1 {
                font-size: 2.3rem;
            }
            
            .section-header h2 {
                font-size: 2rem;
            }
            
            nav ul {
                display: none;
            }
            
            .memberships {
                padding: 30px 20px;
            }
        }

        /* Feature section */
        section {
            padding: 0 0;
            position: relative;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 70px;
            position: relative;
        }
        
        .section-header h2 {
            font-size: 36px;
            color: #ccd6f6;
            display: inline-block;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--primary-color);
        }
        
        .section-header p {
            max-width: 700px;
            margin: 20px auto 0;
            color: #a8b2d1;
            font-size: 18px;
        }
        
        /* Features grid */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }
        
        .feature-card {
            background: transparent;
            border-radius: -56px;
            padding: 40px 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 1.0);
            z-index: 0;
            transform: translateX(-100%);
            transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
        }
        
        .feature-card.active::before {
            transform: translateX(0);
        }
        
        .feature-card.complete::before {
            transform: translateX(100%);
        }
        
        .feature-card i {
            font-size: 48px;
            color: var(--background-color);
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
        }
        
        .feature-card h3 {
            font-size: 24px;
            margin-bottom: 15px;
            color:var(--text-color);
            position: relative;
            z-index: 2;
        }
        
        .feature-card p {
            color:var(--text-color);
            position: relative;
            z-index: 2;
        }


/* Add to styles-b.css */
/* Renova-style Hero Section */
.hero-we {
    position: relative;
    height: 50vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 0;
    margin-top: -80px; /* Counteract header space */
}

.hero-we__background {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
background: radial-gradient(
        circle at center,
        rgba(115, 136, 194, 41.8) 0%,
        rgba(255, 9, 90, 0.9) 50%,
        #33333B 100%
),
        url('power-supply.png') center/cover no-repeat;
    z-index: -1;
    transform: scale(1.05);
    transition: transform 8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-we:hover .hero-renova__background {
    transform: scale(1);
}

.hero-we__content {
    max-width: 1200px;
    width: 90%;
    text-align: center;
    padding: 20px;
    z-index: 2;
}

.hero-we__text {
    position: relative;
    z-index: 3;
    /*background-color:  var(--primary-color);*/
	padding:20px;
	border-radius:20px;
	
  
  background-color: hsla(0, 0%, 50%, 0.55);
  backdrop-filter: blur(3px);
}

.hero-we__title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(30px);
}

.hero-we__subtitle {
    font-size: clamp(1.2rem, 2.5vw, 2rem);
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    transform: translateY(30px);
}

.hero-we__cta {
    opacity: 0;
    transform: translateY(30px);
}

.hero-we .animate-in.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
               transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hero-we__title.visible { transition-delay: 0.1s; }
.hero-we__subtitle.visible { transition-delay: 0.3s; }
.hero-we__cta.visible { transition-delay: 0.5s; }

/* Scroll indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity 0.8s ease 1s;
}

.hero-we.visible .hero-scroll-indicator {
    opacity: 1;
}

.hero-scroll-indicator span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.hero-scroll-indicator .mouse {
    width: 30px;
    height: 50px;
    border: 2px solid white;
    border-radius: 20px;
    position: relative;
}

.hero-scroll-indicator .mouse::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 10px;
    background: white;
    border-radius: 2px;
    animation: scroll 1.8s infinite;
}

@keyframes scroll {
    0% { transform: translate(-50%, 0); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translate(-50%, 15px); opacity: 0; }
}

        /* Card types grid */
        .types-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 50px;
        }

        .type-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .type-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }

        .type-title {
            font-size: 1.2rem;
            color: var(--primary-color);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .type-title i {
            margin-right: 10px;
            font-size: 1.4rem;
        }

        .type-desc {
            color: #666;
            line-height: 1.5;
            text-align: justify;
        }

        /* Card grid */
        .grid-cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin: 50px 0;
        }

        /* Card styles */
        .grid-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
        }

        /* Add red border to all cards */
        .grid-card {
            border: 2px solid var(--primary-color);
        }

        /* Card with thicker border */
        .grid-card.thick-border {
            border: 4px solid var(--primary-color);
        }

        /* Card with border on hover */
        .grid-card.hover-border {
            border: 2px solid transparent;
        }

        .grid-card.hover-border:hover {
            border: 2px solid var(--primary-color);
        }

        /* Card with border animation */
        .grid-card.animated-border {
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .grid-card.animated-border::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 2px solid var(--primary-color);
            border-radius: 10px;
            opacity: 0;
            transform: scale(0.9);
            transition: all 0.4s ease;
        }

        .grid-card.animated-border:hover::before {
            opacity: 1;
            transform: scale(1);
        }

        /* Card with gradient border */
        .grid-card.gradient-border {
            border: 2px solid transparent;
            position: relative;
            background-clip: padding-box;
        }

        .grid-card.gradient-border::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, var(--primary-color), #ff6b6b, #ff8e8e);
            border-radius: 12px;
            z-index: -1;
        }

        /* Card content */
        .grid-card-image {
            height: 200px;
            overflow: hidden;
        }

        .grid-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .grid-card:hover .card-image img {
            transform: scale(1.05);
        }

        .grid-card-content {
            padding: 25px;
        }

        .grid-card-title {
            font-size: 1.5rem;
            color: var(--heading-color);
            margin-bottom: 15px;
        }

        .grid-card-text {
            color: var(--text-color);
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .grid-card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 25px;
            background: rgba(224, 65, 71, 0.05);
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

        .background-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        .zoom-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('we1.png');
            background-size: contain;
            background-position: center;
            animation: zoomEffect 30s infinite alternate;
            filter: brightness(0.7);
        }
        
        @keyframes zoomEffect {
            0% {
                transform: scale(1);
            }
            100% {
                transform: scale(1.1);
            }
        }
       .zoom-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(
                circle at center,
                rgba(0, 0, 0, 0.3) 0%,
                rgba(0, 0, 0, 0.8) 100%
            );
            z-index: -1;
        }

        .top-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 8s ease;
        }
