/* Compatibility styles for stripped builder JS */
    body {
      margin: 0;
    }
    .page-banner-image-container.content-fill,
    .collection-thumbnail-image-container.content-fill {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      overflow: hidden !important;
    }
    .page-banner-image-container img,
    .collection-thumbnail-image-container img,
    .title-desc-image img,
    .image-container.content-fill img,
    .content-fill img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center !important;
      display: block !important;
    }
    .page-banner-wrapper {
      position: relative !important;
      display: block !important;
      visibility: visible !important;
    }
    .page-banner-wrapper:not(:has(img)) {
      background-color: transparent !important;
      min-height: 0 !important;
      height: auto !important;
    }
    .page-banner-wrapper .page-text-wrapper {
      position: relative !important;
      z-index: 1 !important;
      opacity: 1 !important;
      visibility: visible !important;
      display: block !important;
    }
    .page-banner-wrapper .page-title,
    .page-banner-wrapper .page-description {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
    .show-desktop-folder-indicator .folder-toggle-label .Icon--caretSmall--right {
      display: inline-block !important;
      vertical-align: middle !important;
      width: 1.25em !important;
      height: .75em !important;
      transform: rotate(90deg) !important;
    }
    .collection-type-index #content-wrapper {
      opacity: 1 !important;
    }
    #parallax-images {
      display: none !important;
    }
    .title-desc-image {
      display: block !important;
    }
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

#home.hero-rangpur {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 580px;
}

/* Real Photo Collage Background Layer */
.hero-real-collage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-real-collage .collage-pane {
  flex: 1;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/* Authentic Forestry / Timber stewardship photography */
.hero-real-collage .pane-forestry {
  background-image: url('https://images.unsplash.com/photo-1448375240586-882707db888b?auto=format&fit=crop&w=1600&q=80');
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* Authentic Agriculture / Crop Harvesting photography */
.hero-real-collage .pane-agriculture {
  background-image: url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1600&q=80');
}

.hero-tree-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(8, 28, 20, 0.38) 0%, rgba(5, 18, 14, 0.52) 100%);
  z-index: 1;
  pointer-events: none;
}

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

.welcome-text-area h2 {
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.7), 0 1px 4px rgba(0, 0, 0, 0.8);
}

.hero-subtext-description {
  font-size: 1.28rem;
  line-height: 1.6;
  color: #ffffff;
  max-width: 780px;
  margin: 1.75rem auto 2.25rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.9);
}

@media (max-width: 767px) {
  .hero-real-collage {
    flex-direction: column;
  }
  .hero-real-collage .pane-forestry {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .hero-tree-overlay {
    background: linear-gradient(180deg, rgba(8, 28, 20, 0.45) 0%, rgba(5, 18, 14, 0.62) 100%);
  }
  .hero-subtext-description {
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 1.25rem auto 1.75rem;
    padding: 0 10px;
  }
}
#partners .section-heading {
  margin-bottom: 35px;
}

#partners .section-heading .alert-success {
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding: 8px 24px;
  border-radius: var(--border-radius-card, 8px);
  margin-bottom: 15px;
}

#partners .section-heading .line {
  margin: 12px auto 0;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
  justify-items: center;
  padding: 10px 0;
}

.single-partner-grid-item {
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  background: #ffffff;
  border-radius: var(--border-radius-card, 8px);
  border: 1px solid #edf1f7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.single-partner-grid-item.item-neff {
  padding: 6px 10px;
}

.single-partner-grid-item.item-longleaf {
  padding: 8px 12px;
}

.single-partner-grid-item.item-traceables {
  padding: 10px 14px;
}

.single-partner-grid-item.item-highland {
  padding: 12px 16px;
}

.single-partner-grid-item.item-cetact {
  padding: 8px 12px;
}

.single-partner-grid-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.single-partner-grid-item img {
  max-width: 100%;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(15%);
  opacity: 0.9;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

/* Enhanced size for NEFF logo */
.single-partner-grid-item img.neff-logo {
  max-height: 80px;
  max-width: 96%;
  width: 96%;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
  filter: invert(1) hue-rotate(180deg) brightness(0.2) contrast(1.4);
  mix-blend-mode: multiply;
  transform: scale(1.45);
}

.single-partner-grid-item img.clemson-logo {
  max-height: 56px;
}

/* The Longleaf Alliance specific sizing */
.single-partner-grid-item img.lla-logo {
  max-height: 76px;
  max-width: 82%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
  opacity: 0.95;
}

/* Traceables specific sizing */
.single-partner-grid-item img.traceables-logo {
  max-height: 48px;
  max-width: 94%;
  filter: none;
  opacity: 0.95;
}

/* Highland specific sizing */
.single-partner-grid-item img.highland-logo {
  max-height: 44px;
  max-width: 94%;
  filter: none;
  opacity: 0.95;
}

/* Cetacean Action Treasury specific sizing */
.single-partner-grid-item img.cetact-logo {
  max-height: 72px;
  max-width: 85%;
  filter: none;
  opacity: 0.95;
}

.single-partner-grid-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.single-partner-grid-item:hover img.neff-logo {
  filter: invert(1) hue-rotate(180deg) brightness(0.12) contrast(1.5);
  transform: scale(1.5);
}

.single-partner-grid-item:hover img.lla-logo {
  opacity: 1;
  transform: scale(1.05);
}

.single-partner-grid-item:hover img.traceables-logo {
  opacity: 1;
  transform: scale(1.05);
}

.single-partner-grid-item:hover img.highland-logo {
  opacity: 1;
  transform: scale(1.04);
}

.single-partner-grid-item:hover img.cetact-logo {
  opacity: 1;
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .partner-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 576px) {
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .single-partner-grid-item {
    height: 75px;
    padding: 10px 12px;
  }
  .single-partner-grid-item.item-neff {
    padding: 4px 6px;
  }
  .single-partner-grid-item img {
    max-height: 40px;
  }
  .single-partner-grid-item img.neff-logo {
    max-height: 60px;
    transform: scale(1.35);
  }
  .single-partner-grid-item img.lla-logo {
    max-height: 60px;
  }
  .single-partner-grid-item img.traceables-logo {
    max-height: 38px;
  }
  .single-partner-grid-item img.highland-logo {
    max-height: 34px;
  }
  .single-partner-grid-item img.cetact-logo {
    max-height: 56px;
  }
}
.intro-video-showcase-area {
  position: relative;
  padding: 60px 0 70px;
  background: #ffffff;
}

.intro-video-header {
  margin-bottom: 35px;
}

.intro-pill-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--colors-primary, #0d6efd);
  background: rgba(13, 110, 253, 0.08);
  border: 1px solid rgba(13, 110, 253, 0.18);
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.intro-video-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--colors-text, #212529);
  margin-bottom: 12px;
}

.intro-video-subtitle {
  font-size: 1.05rem;
  color: var(--colors-secondary, #6c757d);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.video-frame-wrapper {
  position: relative;
  margin: 0 auto;
}

.video-ambient-glow {
  position: absolute;
  top: 20%;
  left: 8%;
  right: 8%;
  bottom: 10%;
  background: radial-gradient(ellipse at center, rgba(13, 110, 253, 0.22) 0%, rgba(13, 202, 240, 0.12) 45%, transparent 75%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.video-card {
  position: relative;
  z-index: 1;
  background: #0f172a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px -12px rgba(13, 110, 253, 0.3), 0 0 0 1px rgba(13, 110, 253, 0.35);
}

.video-card-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: #1e293b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.traffic-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.traffic-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.traffic-dots .dot.red {
  background: #ef4444;
}

.traffic-dots .dot.yellow {
  background: #f59e0b;
}

.traffic-dots .dot.green {
  background: #10b981;
}

.video-card-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.2px;
}

.video-card-action {
  font-size: 0.78rem;
  font-weight: 500;
  color: #94a3b8;
}

.responsive-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  background: #000000;
}

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

@media (max-width: 767px) {
  .intro-video-showcase-area {
    padding: 40px 0 50px;
  }
  .intro-video-title {
    font-size: 1.65rem;
  }
  .intro-video-subtitle {
    font-size: 0.95rem;
  }
  .video-card-topbar {
    padding: 10px 14px;
  }
  .video-card-label {
    display: none;
  }
}
.service-area .section-heading .alert-success {
  display: inline-block;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: var(--border-radius-button, 6px);
  background-color: rgba(25, 135, 84, 0.12);
  color: #198754;
  border: 1px solid rgba(25, 135, 84, 0.25);
  margin-bottom: 1rem;
}

.service-area .section-heading h3 {
  line-height: 1.35;
}
