.line1{
    width: 92vw;
    margin: auto 4vw;
    height: auto;
    top: 4.5%;
}
.line2{
  transform: rotate(180deg);
  width: 92vw;
  margin: auto 4vw;
  height: auto;
  z-index: 1;
  top: 10%;
}
.line3{
    margin: auto 4vw;
    height: 11%;
    z-index:3;
    top: 16%;
    left:5%;
}
.line4{
    margin: auto 4vw;
    z-index:3;
    top: 27.5%;
    left:86%;
    height: 4%;
}
.line5{
    margin: auto 4vw;
    z-index:3;
    top: 31.5%;
    left:11%;
}
.line6{
    margin: auto 4vw;
    z-index:3;
    top: 37%;
    left:1%;
    width:90%;
}
.line7{
    margin: auto 4vw;
    z-index:3;
    top: 44%;
    left:0%;
    width:90%;
}
.line8{
    margin: auto 4vw;
    z-index:3;
    top: 60%;
    left:0%;
    width:90%;
}
@media (max-width: 1600px){
    .line3{
        top:15%;
        left:-2%;
    }
    .line4{
        top:27.5%;
        left:90%;
    }
    .line5{
        top:31%;
        left:4%;
    }
    .line6{
        top:37%;
        left:5%;
    }
    .line7{
        top:44%;
    }
}
/* Hero Container */
.hero {
    position: relative;
    background: url('images/bg.svg') center/cover no-repeat;
    height: 100vh; /* Full viewport height */
    width: 100%;
  }
  /* Optional overlay for better text contrast */
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
  }
  /* Content Container */
  .hero-content {
    position: absolute;
    top: 35%;
    left: 15%;
    z-index: 1;
    color: #fff;
    animation: fadeInUp 1s ease-out forwards;
    opacity: 0;
    /* Adjust text container width if needed */
    max-width: 600px;
  }
  /* Main Heading */
  .hero-content h1 {
    font-weight: 600;
    line-height: 1em;
    font-size: 6rem;
    margin: 0;
  }
  /* The outlined text (Sustainable) */
  .hero-content h1 .outline {
    margin-left: 15rem;
    font-family: sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #00a859; /* outlines in WebKit browsers */
    /* For non-WebKit browsers you might use text-shadow as a fallback */
  }
  .hero-content h2{
    font-size: 6rem;
    color: white;
    line-height: 1em;
    font-weight: 600;
    margin-left: 25rem;
  }
  /* Subheading / Paragraph */
  .hero-content p {
    position: absolute;
    color: #00a859;
    top: 52%;
    left: 1%;
    width: 47%;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  /* Animation for content fade-in/up */
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
 /* ========= RESPONSIVE STYLES ========= */
@media (max-width: 1200px) {
    .hero-content{
        left: 10%;
    }
    .hero-content h1 {
      font-size: 4.5rem;
    }
    .hero-content h2{
        font-size: 4.5rem;
    }
  }
  
  @media (max-width: 768px) {
   .hero-content h1{
    font-size: 3rem;
   }
   .hero-content h1 .outline {
    margin-left: 5rem;
   }
   .hero-content h2{
    font-size: 3rem;
    margin-left: 12rem;
   }
   .hero-content p{
    top: 100%;
   }
  }
  
  @media (max-width: 480px) {
    .hero-content {
      top: 20%;
      text-align: center;
      left: 5%;
    }
  
    .hero-content h1 {
      font-size: 3rem;
    }
  
    .hero-content h1 .outline {
      margin-left: 1rem;
      font-size: 3rem;
      margin-left: 0;
    }
  
    .hero-content h2 {
      font-size: 3  rem;
      margin-left: 0;
    }
  
    .hero-content p {
      top: 100%;
      font-size: 0.9rem;
      width: 90%;
      left: 5%;
    }
  }
.line1, .point1{
    position: absolute;
    z-index: 5;
}
.rnd-container{
  color: black;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  background: url('images/Benefits.svg') no-repeat center center;
  background-size: cover;
  padding: 10em 5em;
  padding-bottom: 2em;
}

.rnd-container .left{
  width: 35%;
  border: 2px solid #00A859;
  padding: 4em;
  border-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #00A859 0%, #FFFFFF 100%);
  backdrop-filter: blur(20px);
}
.rnd-container h3{
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
  background: rgba(13, 172, 75, 0.3);
  width: 9rem;
}
.rnd-container h1{
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
}
.rnd-container p{
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
}
.rnd-container button{
  position: absolute;
  bottom: 10%;
  font-size: 1.2em;
  font-weight: 600;
  border: 2px solid black;
  padding: 0.3em 0.6em;
}
.rnd-container button:hover{
  background-color: black;
  color: white;
}
.rnd-container img{
  width: 40em;
}

/* Responsive adjustments for tablets and smaller devices */
@media (max-width: 992px) {
  .rnd-container{
    flex-direction: column;
    align-items: center;
    padding: 3em;
  }
  
  /* Adjust left panel width & padding */
  .rnd-container .left{
    width: 80%;
    padding: 2em;
    margin-bottom: 2em;
  }
  
  /* Adjust image size to fit new layout */
  .rnd-container img{
    width: 90%;
    margin-top: 2em;
  }
  
  /* Reposition the button to be relative rather than absolutely positioned */
  .rnd-container button{
    position: relative;
    bottom: auto;
    margin-top: 1em;
  }
}

@media (max-width: 576px) {
  .patent-section{
    height: 100vh;
    overflow: auto;
  }
  .patent-section img{
    height: 100vh;
    object-fit: cover;
  }
  /* Further reduce padding and font sizes for mobile screens */
  .rnd-container{
    padding: 2em;
  }
  
  .rnd-container h1{
    font-size: 2em;
  }
  
  .rnd-container p{
    font-size: 1.5em;
  }
  
  .rnd-container .left{
    width: 90%;
    padding: 1.5em;
  }
  
  .rnd-container button{
    font-size: 1em;
    padding: 0.3em 0.5em;
  }
}
.rnd-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url('images/man.png') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}

.rnd-content {
  display: flex;
  justify-content: space-between;
  gap: 6.5em;
  z-index: 2;
  padding: 3rem;
  border-radius: 15px;
  border: 1px solid #00A859;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 168, 89, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(15px);
  color: white;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
}

.rnd-right {
  flex: 1 1 40%;
}
.rnd-left{
  flex: 1 1 50%;
}
.rnd-left h1 {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: -8px -8px 0px #000000;
}

.rnd-subheading {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.rnd-caption {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 2rem;
}

.rnd-right p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.contact-btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  border: 1.5px solid white;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background: white;
  color: black;
}

/* ===== Responsive Styles for Mobile ===== */
@media (max-width: 768px) {
  .rnd-content {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
    align-items: center;
    text-align: center;
  }
  
  .rnd-left, 
  .rnd-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  .rnd-left h1 {
    font-size: 3rem;  /* reduced font-size for mobile */
    text-shadow: -5px -5px 0px #000000; /* slightly reduced shadow offsets */
    margin-bottom: 1rem;
  }
  
  .rnd-subheading {
    font-size: 1.4rem;
    margin-bottom: 0rem;
  }
  
  .rnd-right p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  
  .contact-btn {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.backgroundcont{
  margin: 5vw auto;
}
.backgroundcont h5{
  font-size: 2em;
  margin: 2vw 10vw;
  font-weight: 600;
  color: black;
}
.backgroundcont span{
  color: #00A859;
}

.metrics-section {
  background-color: black;
  margin: auto;
  border-radius: 20px;
  width: 80vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  min-height: 27rem;
  position: relative;
}

.metrics-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  position: relative;
  z-index: 2;
  gap: 3em;
  padding:1em;
}

.metric {
  flex: 1;
  padding: 0 20px;
}

.metric h1 {
  font-size: 4em;
  font-weight: 600;
  margin-bottom: 10px;
}

.metric h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.metric p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
}

.divider {
  width: 2px;
  height: 150px;
  background-color: #0f6;
  opacity: 0.8;
}

.rhombus {
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, #00A859 3.19%, #000000 51.5%, #00A859 100%);
  opacity: 0.2;
  transform: rotate(-45deg);
  z-index: 1;
}
@media (max-width: 768px) {
  .metrics-container {
    flex-direction: column;
    gap: 40px;
  }

  .divider,
  .rhombus {
    display: none;
  }
}


.section {
  padding: 60px 10em;
  display: flex;
  justify-content: start;
}

/* Container for the black box + text + overlapping callout */
.info-box {
  position: relative;
  background-color: #1a1a1a; /* Dark background */
  color: #ffffff;
  border-radius: 8px;
  max-width: 900px;
  width: 100%;
  padding: 40px;
}

/* Header row with the round badge and title */
.info-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Number badge on the left (the green circle with '1') */
.number-badge {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: #00A859;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 4rem;
}

/* Big heading next to the badge */
.info-header h2 {
  margin: 0;
  font-size: 2.2em;
  line-height: 1.3;
  color: white;
}

/* Paragraph text in the info box */
.info-box p {
  margin-top: 20px;
  margin-bottom: 2em;
  font-size: 1em;
  line-height: 1.5;
}

/* Green callout box overlapping the bottom-right corner */
.callout-box {
  position: absolute;
  right: -25%; /* Adjust as needed */
  bottom: -55%; /* So it floats outside of the black box */
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 168, 89, 0.3) 100%);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(30px);
  color: #000; /* Dark text for contrast */
  padding: 2.5em 5em;
  border-radius: 8px;
  max-width: 45em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.callout-box span{
  color: #00A859;
}
.callout-box h3 {
  margin: 0;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.4;
}

/* Responsiveness */
@media (max-width: 768px) {
  .info-box {
    padding: 20px;
  }
  .callout-box {
    position: absolute;
    bottom:-52%;
    left:0;
    margin-top: 20px;
    box-shadow: none;
    max-width: 100%;
  }
  .callout-box2{
      bottom: -60% !important;
  }
}

/* Main container to center the overall section */
.section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8em 20px;
}

/* Container that holds the dark box and circle */
.dark-box {
  position: relative;
  background-color: #1a1a1a; /* Dark background */
  color: #ffffff;
  border-radius: 8px;
  max-width: 1000px;
  margin-left:23em;
  margin-top: 10rem;
  width: 100%;
  padding: 40px;
}
.dark-box p{
  padding: 2em 1em;
}
/* The circular element (partial overlap) */
.circle {
  position: absolute;
  top: 0%;
  left: -20%;  /* adjust to control overlap: more negative pushes further left */
  transform: translateY(-80%);
  width: 300px;  /* adjust size per design */
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 168, 89, 0.3) 100%);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}

/* Text inside the circle */
.circle p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
.circle span{
  color: #00A859;
}
/* Content inside the dark box */
.content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.content p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #ccc;
}

/* "Contact Us" button styling */
.contact-btn {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #00a859;  /* green border */
  background: transparent;
  color: #00a859;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background: #00a859;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .dark-box {
    padding: 60px 20px;
    margin-top:30em;
    margin-left:0;
    
  }
  /* Remove overlap on mobile - the circle is positioned static */
  .circle {
    position: absolute;
    left:10%;
    margin: 0 auto 30px;
  }
  .section {
    flex-direction: column;
    padding-top: 0em;
  }
}

.gtest{
  margin: auto;
  margin-top: 20em;
  position: relative;
  padding: 5em;
  display: flex;
  justify-content: flex-end;
}
.gtest .left{
 width: 30em;
 position:relative;
}
.gtest h1{
  font-size: 5rem;
  width: 5em;
  line-height: 1.2em;
  font-weight: 600;
  color: #000;
}
.gtest h1 span{
  color: #00A859;
}
.gtest h2{
  color: black;
  font-weight: 800;
  width: 14em;
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.gtest .contact-btn{
  border: 2px solid black;
  color: #000;
  position: absolute;
  bottom:5%;
  z-index: 5;
  border-radius: 0;
}
.gtest .contact-btn:hover{
  color: white;
  background-color: black;
}
.gtest .boxes{
  position: absolute;
  top: 12%;
}
.validation-badge {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: white;
  border: 2px solid #00A859;
  border-radius: 12px;
  padding: 12px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  width: 300px; /* Set a fixed width */
  height: 60px; /* Set a fixed height if needed */
  font-family: 'Manrope', sans-serif;
  transition: transform 0.2s ease;
  box-sizing: border-box;
  margin-bottom: 1.5em;
}

.validation-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 168, 89, 0.3);
}

.validation-badge .icon {
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px; /* Ensures consistent spacing */
}

.validation-badge .icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.validation-badge .text {
  font-size: 18px;
  font-weight: 700;
  color: #00A859;
  white-space: nowrap;
}

.img1{
  width: 70%;
  margin-left: 5em;
}
.img2{
  width: 30%;
  margin-left: 5em;
}
.img11{
  width: 70%;
  height: 100%;
  margin-left: 5em;
}
.img21{
  width: 30%;
  margin-left: 5em;
}

.card-container9 {
  position: absolute;
  top: 45%;
  right: 9%;
  display: inline-block;
  margin: 50px;
  z-index:5;
}

.card9 {
  background-color: white;
  padding: 40px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 2;
  border: 1px solid #00A859;
  width: 400px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

.card-container9::after {
  content: '';
  position: absolute;
  top: 23%;
  left: 23%;
  width: 80%;
  height: 80%;
  background-color: #00a651; /* Green shadow */
  z-index: 1;
}

.card9 h1 {
  font-size: 48px;
  margin: 0;
  font-weight: bold;
}

.card9 h2 {
  font-size: 24px;
  margin-top: 20px;
}

.card9 p {
  margin: 20px 0;
  font-size: 16px;
  color: #333;
}
.card9:hover{
    background: #6afdb8;
    color:white;
}
.arrow9 {
  font-size: 24px;
  text-decoration: none;
  color: black;
  display: inline-block;
  transition: transform 0.3s ease;
}

.arrow9:hover {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
    .card-container9::after{
        display: none;
    }
  .gtest {
    flex-direction: column;
    padding: 2.5em;       /* less side padding */
    margin-top: 14em;      /* pull it up on smaller screens */
    align-items: center;  /* center children */
    justify-content: flex-start;
  }
  .gtest .left,
  .gtest .right {
    width: 100%;
    position: static;
    text-align: center;
  }
  .gtest h1 {
    font-size: 3rem;
    width: auto;
    line-height: 1.1em;
  }
  .gtest h1 span {
    display: block;       /* accent on its own line */
  }
  .gtest h2 {
    width: auto;
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
  .gtest .contact-btn {
    position: static;
    margin: 1em auto;
    display: inline-block;
    bottom: auto;
  }

  /* badges flow under the left block */
  .gtest .boxes {
    position: static;
    margin: 2em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
  }
  .validation-badge {
    width: calc(50% - 1em);
    height: auto;
  }

  /* images stack, centered, scaled */
  .img1,
  .img2 {
    width: 90%;
    margin: 1.5em auto;
    display: block;
  }
 .gtest .img2{
      position: absolute;
      top: 73em;
      width: 50%;
      left: 2em;
  }
    .card9{
        width: 20rem;
    }
  /* card moves below images and centers */
  .card-container9 {
    position: static;
    margin: 2em auto;
    width: 90%;
    margin-top: 7em;
    max-width: 400px;
  }
  .card-container9::after {
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
  }
}

@media screen and (max-width: 480px) {
  .gtest {
    padding: 1.5em;
  }
  .gtest h1 {
    font-size: 2.5rem;
  }
  .gtest h2 {
    font-size: 1.1rem;
  }
  .validation-badge {
    width: 100%;
  }
  .card9 h1 {
    font-size: 2rem;
  }
  .card9 h2 {
    font-size: 1.2rem;
  }
  .card9 p {
    font-size: 14px;
  }
}

.colabprod{
  margin-top: 5em;
}
.colabprod h1{
  font-size: 3em;
  font-weight: 600;
  width: 80%;
  color: black;
  margin: auto;
}
.colabprod h1 span{
  color: #00A859;
}
/* Container for the cards and arrows */
.cards-wrapper1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* Adjusts for smaller screens */
  gap: 20px; /* Optional space between items */
  padding: 20px;
}

/* The green card styling */
.green-card1 {
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid black;
  padding: 20px 30px;
  width: 22em;
  color: black;
  display: flex;
  align-items: center;
  text-align: left; /* Left aligned text */
  border-radius: 4px; /* Optional rounded corners */
  transition: background 0.3s ease;
}
.green-card1:hover{
    background: linear-gradient(152.37deg, #000000 -35.98%, #00A859 135.98%);
    color: white!important;
}
/* Icon inside the green card */
.card-icon {
  width: 5rem;       /* Adjust size as needed */
  height: 5rem;      /* Adjust size as needed */
  margin-right: 20px;
  margin-bottom: 1em;
  filter:invert(1);
}
.green-card1:hover .card-content1 h2{
    color:white;
}
.green-card1:hover .card-icon{
    filter:none;
}
/* Content inside the card */
.card-content1 h2 {
  font-size: 2em;
  width: 60%;
  margin: 0 0 1em;
  /* Font size and weight are inherited (already set globally) */
}

.card-content1 p {
  margin: 0;
  /* Additional font properties inherited globally */
}

/* Arrow container between cards */
.arrow-container1 {
  /* Adjust spacing to line up vertically with the cards */
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-image1 {
  width: 30px; /* Adjust size as needed */
  height: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cards-wrapper1 {
    flex-direction: column;
  }
  
  /* Optional: Adjust card spacing for vertical layout */
  .arrow-container1 {
    margin: 10px 0;
  }
  .arrow-image{
      transform: rotate(90deg);
  }
}

/* 1) Container & Heading */
.testimonials-section {
  width: 100%;
  max-width: 1200px; /* adjust if needed */
  margin: 0 auto;
  padding: 40px 20px;
  color: #000;
}

.testimonials-heading {
  text-align: center;
  font-size: 24px; /* adjust to match your design */
  font-weight: 600; /* adjust as needed */
  margin-bottom: 40px;
  line-height: 1.3;
}

.testimonials-heading span {
  color: #00A859; /* "magic" text in green, or adjust to your brand color */
}

/* 2) Layout: Top & Bottom Rows */
.testimonials-top,
.testimonials-bottom {
  display: flex;
  flex-wrap: wrap; /* helps responsiveness */
  gap: 20px;
  margin-bottom: 30px;
}

.large-card {
  flex: 1 1 45%;
  min-width: 300px; /* so it shrinks nicely on mobile */
}

.small-card {
  flex: 1 1 25%;
  min-width: 200px;
}

/* 3) Card Styling */
.testimonial-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* subtle shadow */
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 4) Quote Box: text, author, logo */
.quote-box {
  /* Places the quote text and author info in a block */
}

.quote-text {
  font-size: 16px; /* adjust to match your design */
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #333;
  /* You can italicize or style with quotes if needed */
}

.author-details {
  display: flex;
  align-items: center;
  gap: 20px; /* space between text block and logo */
}

.single-logo {
  justify-content: flex-end; /* if needed for smaller boxes */
}

.author-name {
  font-size: 16px; /* or to match your design */
  font-weight: 600;
  margin: 0;
}

.author-title {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
  margin-bottom: 0;
}

.company-logo {
  height: 30px;  /* adjust as necessary */
  max-width: 80px; /* to keep brand logos looking consistent */
}

/* 5) Person's Photo */
.person-photo-container {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.person-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* For the bottom testimonial where the photo is on the right side */
.right-position {
  position: absolute; 
  bottom: 20px; 
  right: 20px; 
  margin-bottom: 0; /* override default */
}

/* 6) Responsive Adjustments (example) */
@media (max-width: 992px) {
  .large-card, .small-card {
    flex: 1 1 100%;
  }

  .testimonials-top {
    flex-direction: column;
  }
  .testimonials-bottom {
    flex-direction: column;
  }

  /* Place photos in normal flow if absolute positioning doesn't work well on smaller screens */
  .right-position {
    position: static;
    margin-top: 20px;
  }
}

.testimonial-box {
  max-width: 600px;
  background: #fff;
  border: 1.5px solid #00A859;
  border-radius: 10px;
  padding: 3em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  grid-column: 2 / 4;
  grid-row: 1 / 3;
}

.quote-icon{
  width: 10rem;
  height: 5rem;
  margin: auto 0;
  color: #00ab4e;
}

.quote-text {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-box .author-name {
  font-weight: bold;
  color: black;
  font-size: 16px;
  margin-bottom: 4px;
}

.testimonial-box .author-title {
  font-size: 14px;
  color: #555;
  margin-bottom: 5em;
}

.testimonial-box .logo {
  margin-top: 40px;
}

.testimonial-box .logo img {
  height: 2.5em;
}
.magic h2{
    margin-left: 3em;
    font-size: 2em;
    padding-top: 4em;
    font-weight: 600;
}
.magic span{
    color: green;
}
.magic .grid{
  grid-template-columns: repeat(4, 1fr); /* 3 columns */
  grid-template-rows: repeat(3, auto);   /* 4 rows */
  padding: 10em;
  padding-top: 2em;
  gap: 20px;
  justify-items: center;
}
.magic .grid .image1{
  grid-column: span 1;
}
.box2{
  background: #fff;
  border: 1.5px solid #00A859;
  border-radius: 10px;
  padding: 1.5em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.box2 h4{
  font-size: 1.2rem;
  font-weight: 600;
  color: black;
}

.box3{
  background: #fff;
  border: 1.5px solid #00A859;
  border-radius: 10px;
  padding: 1.5em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  grid-column: 4;
}
.box3 h4{
  font-size: 1.2rem;
  font-weight: 600;
  color: black;
}
.box3 img{
  width: 10em;
  margin-top: 5em;
}

.testimonial-card {
  border: 1px solid #00a86b;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: 1/4  ;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
  font-size: 2.1rem;
  line-height: 1.4;
  color: #000;
  margin-bottom: 30px;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.person-info {
  display: flex;
  flex-direction: column;
}

.person-name {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.person-role {
  font-size: 14px;
  color: #666;
}

.logo {
  height: 50px;
}

@media (max-width: 768px) {
  .testimonial-text {
    font-size: 20px;
  }

  .testimonial-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .logo {
    align-self: flex-end;
  }
}
@media (max-width: 768px) {
  .magic {
    padding: 0 1em;
  }

  .magic h2 {
    font-size: 1.5em;
    text-align: center;
    margin-left: 0;
    padding-top: 2em;
    line-height: 1.4;
  }

  .magic .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 2em 1em;
    gap: 1.5em;
    justify-items: center;
  }

  .magic .grid .image1,
  .box2,
  .box3,
  .testimonial-box,
  .testimonial-card {
    grid-column: auto;
    width: 100%;
    max-width: 100%;
  }

  .testimonial-box,
  .testimonial-card {
    padding: 1.5em;
  }

  .quote-text,
  .testimonial-text {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .box2 h4,
  .box3 h4 {
    font-size: 1rem;
  }
  .quote-icon {
    width: 6rem;
    height: auto;
  }

  .testimonial-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .logo img {
    height: 2em;
    width: auto;
  }

  .author-title {
    margin-bottom: 2em;
  }
}

.lab-section {
  background-image: url("images/fact.png"); /* Ensure image is in the correct folder */
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 90vh;
}
.lab-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  z-index: 1;
}
.lab-left,
.lab-right {
  position: relative;
  z-index: 2; /* Ensure content sits above the overlay */
}
.lab-left {
  max-width: 35%;
}

.lab-left h2 {
  font-size: 2em;
  font-weight: 600;
  color:white;
  margin-bottom: 20px;
  line-height: 1.4;
}

.lab-left .contact-btn {
  border: 1px solid white;
  padding: 10px 20px;
  background: transparent;
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.lab-left .contact-btn:hover {
  background-color: white;
  color: #000;
}

.lab-right {
  max-width: 40%;
  font-size: 1.5em;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .lab-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
    height: auto;
  }

  .lab-left,
  .lab-right {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.journey-section {
  padding: 40px 60px;
  margin: 5em;
}

.journey-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.left-text h2 {
  font-size: 2em;
  font-weight: 800;
  margin: 0;
  color: black;
  line-height: 1.4;
}

.left-text h2 span {
  color: #00a651;
}

.right-text {
  max-width: 500px;
  color: black;
  font-weight: 600;
}

.right-text p {
  font-size: 1.2em;
  line-height: 1.6;
}

.journey-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.main-image-box {
  position: relative;
  max-width: 62em;
  flex: 1;
  transform: scaleX(1);
  transform-origin: right; /* default expand from right */
  opacity: 1;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
}
.main-image-box {
  position: relative;
  max-width: 62em;
  flex: 1;
  transition:
    transform 1s ease,
    opacity 1s ease;
}

.main-image-box.hide {
  transform: scaleX(0);
  opacity: 0;
  max-width: 0;
  pointer-events: none;
}

/* Directional control */
.main-image-box.to-left {
  transform-origin: left center;
}

.main-image-box.to-right {
  transform-origin: right center;
}
.main-image-box img {
  width: 100%;
  border-radius: 10px;
  height: 31em;
}

.image-caption {
  position: absolute;
  bottom: 70px;
  left: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 16px;
  font-size: 1.5rem;
  border-radius: 6px;
}

.highlight-step {
  bottom: 20px;
  margin-top:1em;
  left: 20px;
  color: black;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}

.highlight-step img {
  width: 3em;
  height: 3em;
  border-radius: 0;
}
.highlight-step span{
  font-size: 2em;
}
.journey-steps {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-end;
}

.collapsed {
  display: flex;
  align-items: center;
  gap: 10px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 14px;
  height: 40em;
  transition: all 0.2s ease;
}
.step{
    padding: 0.5em;
    transition: all 0.3s ease;
}
.step:hover{
    transform: scale(1.05);
}
.active-step:hover {
  transform: none !important;
  background: none !important;
}

.step-line {
  height: 35em;
  width: 2px;
  background: #00a651;
  margin-bottom: 10px;
}

.step-icon {
  background: #000;
  padding: 6px;
  border-radius: 4px;
}

.step-icon img {
  filter: invert(1);
  width: 20px;
  height: 20px;
}

.step-label {
  font-weight: bold;
  font-size: 2em;
  color: black;
  text-align: center;
} 

.active-step .step-icon {
  background-color: #00a651;
}
.hide {
  max-width:0;
  max-height: 0;
  transform: scaleX(0);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
    .main-image-box img{
      object-fit: cover   
    }
    .image-caption{
        bottom: 8em;
    }
    .journey-steps{
        flex-direction: column;
    }
    .step-line{
        height: 2px;
        width: 90vw;
    }
    .collapsed{
        width: 80vw;
        justify-content: flex-start;
        writing-mode: unset;
        transform: none;
        height: auto;
    }
}
/* Slide-down animation for mobile */
@media (max-width: 768px) {
  .main-image-box {
    transform-origin: top center;
  }

  .main-image-box.to-bottom {
    transform-origin: top center;
  }
}

.showreel-section {
  padding: 40px;
  background: #fff;
  font-family: 'Arial', sans-serif;
}

.text-content h2 {
  width: 80vw;
  margin-left: 6em;
  font-size: 2.5em;
  font-weight: 600;
  color: black;
  max-width: 800px;
  margin-bottom: 30px;
}

.text-content .highlight {
  color: #00a651;
}

.video-box {
  margin: auto;
  position: relative;
  max-width: 80vw;
}

.video-thumbnail {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 2;
}

.play-button::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 24px;
  border-left: 16px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  text-align: center;
  z-index: 1;
}

.video-text h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.video-text h1.green-text {
  font-size: 36px;
  color: #00a651;
  margin: 0;
}

.video-text p {
  margin-top: 5px;
  font-weight: 500;
}
@media (max-width: 768px) {
    .text-content h2{
        margin-left: 0;
    }
}
.tested-section {
  background: #f6f9f7;
  padding: 60px 40px;
  font-family: 'Inter', sans-serif;
}

.tested-header {
  text-align: center;
  max-width: 1250px;
  margin: 0 auto 50px auto;
}

.tested-header h2 {
  font-size: 2.5rem;
  color: black;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.tested-header .highlight {
  color: #2da46d;
}

.tested-header p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
  text-align:left;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.tested-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.tested-card {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 25rem;
  border-radius: 8px;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tested-card:hover {
  transform: translateY(-5px);
}

.tested-card .icon {
  margin-bottom: 20px;
}

.tested-card .icon img {
  width: 40px;
  height: 40px;
}

.tested-card h3 {
  font-size: 1.25rem;
  color: black;
  font-weight: 600;
  margin-bottom: 15px;
}

.tested-card p {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}

.card-btn {
  border: 2px solid #2da46d;
  color: #2da46d;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s, color 0.3s;
}

.card-btn:hover {
  background: #2da46d;
  color: #fff;
}

.companies{
  padding: 5em;
}
.companies h1{
  font-size: 2em;
  color: black;
  font-weight: 600;
  width: 40em;
  margin: auto;
}
.companies span{
  color: #00A859;
}
.companies .images{
  margin: auto;
  margin-top: 4em;
  justify-content: center;
  align-items: center;
  display: flex;
}
.companies .img1{
  width: 50rem;
}
.companies .img2{
  width: 30rem;
}

.collaborate h1 {
    font-size: 2.5vw;
    margin-bottom: 1vw;
    font-weight: bold;
}
.collaborate p {
    margin-bottom: 1vw;
}
.collaborate {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80vw;
    margin: 5vw auto;
    border: 5px solid black;
    background: linear-gradient(to right, white 50%, black 50%);
}
.collaborate button {
    border-radius: 0;
    font-weight: 600;
    font-size: 1vw;
}
.text {
    color:black;
    width: 35vw;
    text-align: center;
    padding: 5vw 2vw;
}
.text2 {
    width: 35vw;
    padding: 2em;
    text-align: center;
}
.button2 {
    border: 2px solid white;
    padding: 0.4vw 0.8vw;
}
.button2:hover {
    background-color: white;
    color: black;
}
.btn-outline-dark{
    border: 2px solid black;
    padding: 0.4vw 0.8vw;
}
.btn-outline-dark:hover{
    background: black;
    color: white;
}
/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .collaborate {
        flex-direction: column;
        width: 90vw;
        margin: 5vw auto;
        background: linear-gradient(to bottom, white 50%, black 50%);
    }
    .text, 
    .text2 {
        width: 100%;
        padding: 4vw 2vw;
        text-align: center;
    }
    .collaborate h1 {
        font-size: 6vw; /* Larger relative size for better readability on mobile */
        margin-bottom: 2vw;
    }
    .collaborate p {
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .collaborate button {
        font-size: 3vw;
    }
}


@media (max-width: 768px) {
    .companies{
        padding: 1em;
    }
    .companies h1{
        width: 100%;
    }
    .companies .images{
        flex-direction: column-reverse;
    }
    .companies .img2{
        width: 60%;
        margin: auto;
    }
    .companies .img1{
        width: 90vw;
        margin-left: auto;
    }
}