@charset "UTF-8";
/* CSS Document */

/* Hero Header Section */
#hero-header {
  position: relative;
  height: 60vh; /* adjust as needed */
  overflow: hidden;
}

/* Background Image */
#hero-header .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Dark overlay for readability */
#hero-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.59); /* darkens image */
  z-index: 1;
}

/* Center content vertically and horizontally */
.hero-content {
  position: relative;
  z-index: 2; /* above overlay and image */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh; /* match section height */
  flex-direction: column;
  text-align: center;
  padding: 0 20px;
}

/* Header text */
#hero-header h1 {
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 20px;
  line-height: 1.3;
    font-weight: 600;
}

/* Button styling 
#hero-header .btn {
  background-color: #007bff;
  color: #fff;
  padding: 12px 25px;
  font-size: 1rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

#hero-header .btn:hover {
  background-color: #0056b3;
}

*/

#sustainability .col-md-6 img {
  
  object-fit: cover; /* crops image nicely to fit the square */
}

#sustainability a:hover {
    color: #FFFFFF;
    opacity: .4;
}

#investment p{
    font-size: 16px;
}

#selling h1{
    font-size: 4.3em;
    font-weight: 700;
}

#selling h3{
    font-size: 2.1em;
    font-weight: 500;
}

#selling h4{
   line-height: 
       inherit;
    font-weight: 400;

}

#selling {
  position: relative;
  height: 60vh;           /* adjust to make section taller */
  min-height: 600px;      /* optional for smaller screens */
  overflow: hidden;
  color: #fff;            /* text color on dark overlay */
}

/* Background video */
#selling .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Overlay */
#selling .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* Make container fill section and center content vertically */
#selling .container {
  position: relative;
  z-index: 2;
  height: 100%;                 /* full section height */
  display: flex;
  flex-direction: column;
  justify-content: center;      /* vertical centering */
  align-items: center;          /* horizontal centering if needed */
}

/* Optional: text alignment for left column */
#selling .row {
  width: 100%;
}

#selling .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;      /* vertical align within each column */
}



#contact-header h1 {
  color: #fff;
  font-size: 4.5rem;
  margin-bottom: 20px;
  line-height: 1.3;
    font-weight: 600;
}


#contact-header h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.3;
    font-weight: 600;
}
/* Container to hold image and overlay */
.overlay-container {
  position: relative;
  display: inline-block; /* keeps size of the image */
}

/* Image stays normal */
.overlay-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px; /* matches image-rounded if you want */
}

/* Overlay sits on top of image */
.overlay-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* adjust darkness */
  border-radius: 8px; /* match image-rounded */
}


.hero-contact {
  position: relative;
  overflow: hidden;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-contact .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-contact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 4, .05);
  z-index: 1;
}

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

/* Links on dark background */
.hero-contact a,
.hero-contact .contact-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease-out;
}

.hero-contact a:hover,
.hero-contact .contact-link:hover {
  color: var(--primary-color); /* your green hover color */
  text-decoration: none;
}



#more-locations h2 {
   color: #fff;
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.3;
    font-weight: 600;
}




.contact-information {
  background-color: #f8f8f8;
}

.section-title {
  font-size: 1.8rem;
  margin-bottom: -1rem;
}

.location-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.location-detail p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.location-detail a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.location-detail a:hover {
  color: var(--dark-color);
}

.btn-dark {
  background-color: var(--darkgreen);
  border: none;
  color: #fff;
  transition: background-color 0.3s ease;
}

.btn-dark:hover {
  background-color: var(--primary-color);
}


/* environmental responsibiity */
#environmental-responsibility {
  background-color: #f8f8f8;
}

#environmental-responsibility .section-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

#environmental-responsibility h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--dark-color);
}

.env-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

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

.env-list li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  line-height: 1.5;
}

.env-list li::before {
  content: "\f14a"; /* Font Awesome check-square icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0.1rem;
}

@media (max-width: 767px) {
  #environmental-responsibility .row {
    flex-direction: column !important;
  }
  .env-photo {
    margin-bottom: 1.5rem;
  }
}

#env-header h1{
    color: #fff;
  font-size: 3.5rem;
  margin-bottom: 15px;
  line-height: 1.3;
    font-weight: 600;
}


/* --- Compact Timeline --- */
.timeline-section {
  padding: 3rem 0 0 0;
  position: relative;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #b8c9b1;
  transform: translateX(-50%);
  z-index: 0;
}

/* Step wrapper */
.timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: -.50rem;
  padding: 0px 40px;    
}
 
/* alternate sides */
.timeline-item.left { left: 0; text-align: right; }
.timeline-item.right { left: 50%; text-align: left; }

/* Content box */
.timeline-content {
  background: var(--light-background-color);
  border-radius: 8px;
  padding: 0rem 1rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 140px;
}

/* Make image small and tucked in */
.timeline-content img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  margin-top: -20px; /* subtle overlap upwards */
  margin-bottom: -20px;
}

/* Text styling */
.timeline-content .text {
  flex: 1;
  padding: 0;
}

.timeline-content h3 {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
  color: var(--primary-color, #355b2c);
}

.timeline-content p {
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 0;
}

/* Remove extra space for items without images */
.timeline-content:not(:has(img)) {
  align-items: flex-start;
  min-height: auto;
  padding: 1rem 1.25rem;
}


/* Dots on the timeline */
.timeline-item::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  background: var(--primary-color, #6a8b62);
  border-radius: 50%;
  border: 3px solid #fff;
  z-index: 2;
}

.timeline-item.left::after { right: -9px; }
.timeline-item.right::after { left: -9px; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .timeline::before { left: 8px; }
  .timeline-item { width: 100%; text-align: left !important; padding-left: 2rem; }
  .timeline-item::after { left: 0; }
  .timeline-content { flex-direction: row; margin-left: 0; }
  .timeline-content img { width: 100px; height: 100px; margin: 0; }
}


.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
font-size: 20px;
    color: white;
}

.why-list li {
  position: relative;
  margin-bottom: 5rem;
  padding-left: 1.5rem;
  line-height: 1.5;
}


.why-list li::before {
  content: "\f14a"; /* Font Awesome check-square icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--secondary-color) !important;
  position: absolute;
  left: -1rem;
  top: 0.1rem;
}



#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

#scrollTopBtn.show {
  display: flex;
  opacity: 1;
}

#scrollTopBtn.hide {
  opacity: 0;
}

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

.pa-list li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  line-height: 1.5;
}

.pa-list li::before {
  content: "\f14a"; /* Font Awesome check-square icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color:#FFFFFF;
  position: absolute;
  left: 0;
  top: 0.1rem;
}

/* Default desktop control (optional) */
.main-logo img {
  max-width: 180px;
  height: auto;
}

/* Mobile: shrink the logo */
@media (max-width: 576px) {
  .main-logo img {
    max-width: 110px; /* make smaller */
  }
}

/* Extra small screens */
@media (max-width: 400px) {
  .main-logo img {
    max-width: 90px;
  }
}

/* Smaller square modal */
.modal-dialog {
  max-width: 420px !important;
}

.modal-content {
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  border: none;
}

/* Title style */
.modal-content h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 700;
}

/* Body text */
.modal-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Dark overlay slightly dimmer for a soft look */
.modal-backdrop.show {
  opacity: 0.65;
}

/* Close button small & subtle */
.modal-close-btn {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
  transition: 0.2s ease;
}

.modal-close-btn:hover {
  color: #000;
}

/* Grid card base */
.cert-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
  border: 1px solid #e3e3e3;
}

/* Hover zoom */
.cert-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

/* Image wrapper ensures all logos look uniform */
.cert-img-wrap {
  width: 100%;
  height: 130px;      /* control square height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;   /* helps contain large logo images */
  margin-bottom: 15px;
}

/* Make logos uniform */
.cert-img-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* Card title */
.cert-card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.3;
}

/* Default desktop control (optional) */
.main-logo img {
  max-width: 200px;
  height: auto;
}

/* Mobile: shrink the logo */
@media (max-width: 576px) {
  .main-logo img {
    max-width: 110px; /* make smaller */
  }
}

/* Extra small screens */
@media (max-width: 400px) {
  .main-logo img {
    max-width: 90px;
  }
}


.hidden-block {
  display: none !important;
}

/* Default invalid style (border red) */
input.is-invalid,
textarea.is-invalid,
select.is-invalid {
  border: 2px solid #d9534f !important; /* red border */
  background-color: #fff5f5 !important; /* light red background */
}

/* Optional: placeholder text turns red */
input.is-invalid::placeholder,
textarea.is-invalid::placeholder {
  color: #d9534f;
}

.team-photo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #e5e5e5;
}


#locations-header h1{
    color: #fff;
  font-size: 3.5rem;
  margin-bottom: 15px;
  line-height: 1.3;
    font-weight: 600;
}.locations-hero {
  text-align: center;
  padding: 80px 20px 60px;
  background: #f5f5f5;
}

.locations-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}

.locations-hero .tagline {
  font-size: 18px;
  color: #666;
}

.location-block {
  padding: 60px 20px;
}

.location-row {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 70px;
}

.location-row.reverse {
  flex-direction: row-reverse;
}

.location-img {
  flex: 1;
}

.location-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 10px;
}

.location-text {
  flex: 1;
}

.location-text h2 {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 600;
}

.location-text .contact {
  font-size: 15px;
  margin-bottom: 18px;
  color: #444;
}

.location-text p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #333;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .location-row,
  .location-row.reverse {
    flex-direction: column;
  }

  .location-img img {
    height: 240px;
  }
}


.career-list {
  list-style: none;
  padding: 0;
  margin: 0;
font-size: 20px;
    color: white;
}

.career-list li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  line-height: 1;
}


.career-list li::before {
  content: "\f14a"; /* Font Awesome check-square icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--secondary-color) !important;
  position: absolute;
  left: -1rem;
  top: 0.1rem;
}


/* Careers job postings */
.job-posting {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3rem;
}

.job-posting h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.job-location {
  font-style: italic;
  margin-bottom: 1rem;
}

/* Product page images (smaller + cleaner) */
.product-photo {
  width: 100%;
  max-width: 520px;       /* prevents oversized images */
  height: auto;
  aspect-ratio: 4 / 3;   /* landscape-friendly */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* Square option (only if needed) */
.product-photo .square {
  aspect-ratio: 1 / 1;
}

/* Center images on mobile */
@media (max-width: 767px) {
  .product-photo {
    margin-bottom: 1.25rem;
  }
}

.square-photo-400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.square-photo-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}


.square-photo-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.team-card {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
}

.team-card h4 {
  font-weight: 600;
  margin-bottom: 6px;
}

.team-card .role {
  font-size: 1rem;
  margin-bottom: 4px;
}

.team-card .contact {
  font-size: 1rem;
}
