/* Bauhaus Std Font Face Declarations */
@font-face {
    font-family: 'Bauhaus Std';
    src: url('../fonts/BauhausStd-Demi.eot');
    src: local('Bauhaus Std Demi'), local('BauhausStd-Demi'),
        url('../fonts/BauhausStd-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BauhausStd-Demi.woff2') format('woff2'),
        url('../fonts/BauhausStd-Demi.woff') format('woff'),
        url('../fonts/BauhausStd-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bauhaus Std';
    src: url('../fonts/BauhausStd-Medium.eot');
    src: local('Bauhaus Std Medium'), local('BauhausStd-Medium'),
        url('../fonts/BauhausStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BauhausStd-Medium.woff2') format('woff2'),
        url('../fonts/BauhausStd-Medium.woff') format('woff'),
        url('../fonts/BauhausStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bauhaus Std';
    src: url('../fonts/BauhausStd-Light.eot');
    src: local('Bauhaus Std Light'), local('BauhausStd-Light'),
        url('../fonts/BauhausStd-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BauhausStd-Light.woff2') format('woff2'),
        url('../fonts/BauhausStd-Light.woff') format('woff'),
        url('../fonts/BauhausStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bauhaus Std';
    src: url('../fonts/BauhausStd-Bold.eot');
    src: local('Bauhaus Std Bold'), local('BauhausStd-Bold'),
        url('../fonts/BauhausStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BauhausStd-Bold.woff2') format('woff2'),
        url('../fonts/BauhausStd-Bold.woff') format('woff'),
        url('../fonts/BauhausStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bauhaus Std';
    src: url('../fonts/BauhausStd-Heavy.eot');
    src: local('Bauhaus Std Heavy'), local('BauhausStd-Heavy'),
        url('../fonts/BauhausStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BauhausStd-Heavy.woff2') format('woff2'),
        url('../fonts/BauhausStd-Heavy.woff') format('woff'),
        url('../fonts/BauhausStd-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* MetaProvide New Design - Based on Canvas Mockup */

.gh-page {
    padding: 0;
}

.gh-container {
    max-width: unset;
}

/* New Hero Section with Video Background */
.hero-section-new {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
}

/* Video Background */
.hero-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* Background Overlay */
.hero-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-section-new .home-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

.home-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
}

/* New MetaProvide Logo */
.metaprovide-logo-new {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20%;
}

.metaprovide-logo-new img {
  height: 140px;
  width: auto;
  margin-bottom: 1.0rem;
  margin-top: 2.5rem;
}

/* Help others help more tagline */
.hero-tagline {
  font-size: 3.6rem;
  letter-spacing: 3px;
  font-weight: normal;
  margin-bottom: 5rem;
  color: white;
  font-family: 'Bauhaus Std', sans-serif;
  align-self: center;
}

/* Main hero text */
.hero-title-new {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  color: white;
  text-align: left;
  font-family: 'Bauhaus Std', sans-serif;
}

.hero-title-new .highlight {
  color: #4CBB17;
  font-weight: 400;
}

/* Team description */
.hero-description {
  font-size: var(--font-size-lg);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3rem;
  color: var(--mp-color-white);;
  max-width: 700px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-family: 'avenir', sans-serif;
}

/* Discovery buttons */
.discovery-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 3rem;
  align-self: center;
}

.discovery-button {
  background: transparent;
  color: white;
  border: 2px solid #4CAF50;
  padding: 12px 28px;
  border-radius: 4px;
  font-size: var(--font-size-lg);
  font-weight: 400;
  font-family: 'avenir', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 180px;
  margin-bottom: 32px;
}

.discovery-button:hover {
  background: #4CAF50;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

/* New Navigation */
.nav-new {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 1.5rem 2rem;
}

.nav-new .nav-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  gap: 2rem;
}

/* Hamburger Button - Hidden on Desktop */
.nav-new .hamburger {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 1001;
}

.nav-new .hamburger span {
  width: 100%;
  height: 3px;
  background-color: white;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.nav-new .hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-new .hamburger.open span:nth-child(2) {
  opacity: 0;
}

.nav-new .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Brand/Logo */
.nav-new .nav-brand {
  display: flex;
  justify-content: flex-start;
  flex: 0 0 auto;
}

.nav-new .nav-brand img {
  height: 40px;
  width: auto;
}

/* Navigation Menu */
.nav-new .nav-menu {
  display: flex;
  justify-content: flex-start;
  gap: 2.5rem;
  flex: 1;
}

.nav-new .nav-menu a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: var(--font-size-md);
  font-family: 'Bauhaus Std', sans-serif;
  transition: all 0.3s ease;
}

.nav-new .nav-menu a:hover {
  color: #4CAF50;
}

/* Active/Current navigation link */
.nav-new .nav-menu a.nav-current,
.nav-new .nav-menu a[aria-current="page"],
.nav-new .nav-menu a.active {
  font-weight: 400;
  color: var(--accent-color);
}

/* Active link hover state */
.nav-new .nav-menu a.nav-current:hover,
.nav-new .nav-menu a[aria-current="page"]:hover,
.nav-new .nav-menu a.active:hover {
  color: var(--accent-color);
}

/* Make active links more prominent */
.nav-new .nav-menu a.nav-current {
  font-weight: 400;
}

/* Social Icons */
.nav-new .nav-socials {
  display: flex;
  gap: 1rem;
  flex: 0 0 auto;
  margin-left: auto;
}

.nav-new .nav-socials a {
  color: white;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.nav-new .nav-socials a:hover {
  color: #4CAF50;
}

/* Dark Navigation for Mint Green Pages */
.nav-new-dark .nav-menu a {
  color: var(--mp-color-black);
}

.nav-new-dark .nav-menu a:hover {
  color: #4CAF50;
}

/* Active/Current navigation link for dark nav */
.nav-new-dark .nav-menu a.nav-current,
.nav-new-dark .nav-menu a[aria-current="page"],
.nav-new-dark .nav-menu a.active {
  font-weight: 400;
  color: var(--accent-color);
}

/* Active link hover state for dark nav */
.nav-new-dark .nav-menu a.nav-current:hover,
.nav-new-dark .nav-menu a[aria-current="page"]:hover,
.nav-new-dark .nav-menu a.active:hover {
  color: var(--accent-color);
}

/* Make active links more prominent for dark nav */
.nav-new-dark .nav-menu a.nav-current {
  font-weight: 400;
}

/* Dark navigation hamburger and social icons */
.nav-new-dark .hamburger span {
  background-color: var(--mp-color-black);
}

.nav-new-dark .hamburger.open span {
  background-color: var(--mp-color-white);
}

.nav-new-dark .nav-socials a {
  color: var(--mp-color-black);
}

.nav-new-dark .nav-socials a:hover {
  color: #4CAF50;
}

/* Video play button styling */
.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}

.video-play-button {
  width: 80px;
  height: 80px;
  background: rgba(76, 175, 80, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-play-button:hover {
  background: rgba(76, 175, 80, 1);
  transform: scale(1.1);
}

.video-play-button::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .metaprovide-logo-new img {
    height: 60px;
  }

  .hero-title-new {
    font-size: 2.2rem;
  }

  .hero-tagline {
    font-size: var(--font-size-lg);
  }

  .hero-description {
    font-size: var(--font-size-md);
  }

  .discovery-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .discovery-button {
    width: 220px;
  }

  /* Mobile Navigation Styles */
  .nav-new .hamburger {
    display: flex;
  }

  .nav-new .nav-container {
    justify-content: space-between;
  }

  .nav-new .nav-brand {
    order: 1;
  }

  .nav-new .hamburger {
    order: 0;
  }

  .nav-new .nav-socials {
    order: 2;
    gap: 1.5rem;
  }

  .nav-new .nav-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transition: left 0.3s ease;
    z-index: 1000;
    transform: none;
    backdrop-filter: blur(10px);
    overflow: hidden;
  }

  .nav-new .nav-menu.open {
    left: 0;
  }

  .nav-new .nav-menu a {
    font-size: 2.5rem;
    font-weight: 400;
    margin: 1.5rem 0;
    transition: all 0.3s ease;
    text-align: center;
    font-family: 'Bauhaus Std', sans-serif;
    letter-spacing: 0.02em;
  }

  .nav-new .nav-menu a:hover {
    background: rgba(76, 175, 80, 0.1);
    transform: translateY(-2px);
  }

  /* Social icons in mobile menu */
  .nav-new .nav-socials.mobile-visible {
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease;
  }

  .nav-new .nav-socials.mobile-visible a {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
  }

  /* Dark navigation mobile menu fixes - ensure white text on dark background */
  .nav-new-dark .nav-menu a {
    color: white !important;
  }

  .nav-new-dark .nav-menu a:hover {
    color: #4CAF50 !important;
  }

  .nav-new-dark .nav-menu a.nav-current,
  .nav-new-dark .nav-menu a[aria-current="page"],
  .nav-new-dark .nav-menu a.active {
    color: var(--accent-color) !important;
  }

  .nav-new {
    padding: 1rem 2rem;
  }

  /* Mobile video optimization */
  .hero-background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

  /* Prevent body scrolling when mobile menu is open */
  body.menu-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
  }

/* Additional improvements for better font rendering */
.hero-section-new * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure video loads smoothly */
.hero-background-video {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* MetaProvide About Section */
.mp-section {
  position: relative;
  padding: 8rem 4rem;
  overflow: hidden;
  background: #d1e8e2;
}

/* Override background for sections with video backgrounds */
.mp-section.hero-section-new,
.mp-section.swarm-section,
.mp-section.testimonials-section {
  background: #d1e8e2;
}

/* .mp-section h2,
.mp-section.hero-section-new h2,
.mp-section.swarm-section h2,
.mp-section.testimonials-section h2 {
  color: var(--mp-color-black);
} */

.mp-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../videos/metaprovide_background.mp4') center/cover;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none; /* Prevent blocking clicks on interactive elements */
}

.mp-section-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
}

.mp-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.mp-section h2 {
  position: relative;
  z-index: 3;
  font-size: 3rem;
  font-weight: 400;
  color: var(--mp-color-black);
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
  font-family: 'Bauhaus Std', sans-serif;
}

.mp-section .max-w-content {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
}

.mp-section .three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.mp-section .three-columns > div {
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

.mp-section .three-columns > div:hover {
  transform: translateY(-5px);
}

/* Individual Card Video Backgrounds */
.mp-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch !important;
}

.mp-card-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.mp-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.mp-card-content {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: stretch;
}

.mp-card .mp-card-title {
  font-size: 2rem;
  font-weight: 400;
  color: var(--mp-color-white);
  font-family: 'Bauhaus Std', sans-serif;
}

.mp-card-content-text {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--mp-color-white);
    font-family: 'avenir', sans-serif;
    padding: 0 3rem;
    margin: 0;
    line-height: 1.6;
    text-align: justify;
}

/* Hover States */
.mp-card:hover .mp-card-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.mp-card:hover .mp-card-content {
  color: white;
}

.mp-card:hover .feature-icon-container {
  background: rgba(76, 175, 80, 0.9);
}

/* Card Header with Green Background */
.mp-section .feature-icon-container {
  background: #4CAF50;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 20%;
  width: 100%;
  order: -1;
  max-width: none;
}

.mp-section .feature-icon-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #4CAF50, #66BB6A);
}

.mp-section .feature-icon-container img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Card Content */
.mp-section .flex-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 80%;
}

h4.mp-card-title {
  color: var(--mp-color-white);
  padding: 1.5rem;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Bauhaus Std', sans-serif;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .mp-section {
    padding: 4rem 2rem;
  }

  .mp-section h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .mp-section .three-columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .mp-section .feature-icon-container img {
    width: 60px;
    height: 60px;
    padding: 15px;
  }

  .mp-section .flex-column h4 {
    font-size: var(--font-size-h4);
    padding: 1.2rem;
  }

  .mp-section .flex-column p {
    padding: 0 2rem;
    font-size: var(--font-size-md);
    font-weight: 400;
  }

  /* Mobile card video adjustments */
  .mp-card-video {
    height: 100%;
    object-fit: cover;
  }

  /* Touch devices - show video on tap */
  @media (hover: none) and (pointer: coarse) {
    .mp-card:active .mp-card-video {
      opacity: 1;
    }

    .mp-card:active .mp-card-overlay {
      opacity: 1;
    }
  }
}

/* Swarm Section with Video Background */
.swarm-section {
  background: #d1e8e2;
  padding: 80px 0;
}

.swarm-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.swarm-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.swarm-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
  border-radius: 16px;
}

.swarm-content-inner {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 40px 20px;
}

.swarm-title {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 3rem;
  color: var(--mp-color-black);
  font-family: 'Bauhaus Std', sans-serif;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  padding: 0 20px;
}

.swarm-logo-wrapper {
  margin-top: 9rem;
  margin-bottom: 6rem;
}

.swarm-logo {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.swarm-description {
  font-size: var(--font-size-lg);
  line-height: 1.6;
  margin-bottom: 4rem;
  color: white;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'avenir', sans-serif;
  text-align: justify;
}

.swarm-partners {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 60px;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.swarm-partners .partner-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swarm-partners .partner-logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: all 0.3s ease;
}

/* Rotate specific logos to horizontal orientation */
.swarm-partners .partner-logo img[alt="Envelop"],
.swarm-partners .partner-logo img[alt="The Living Core"] {
  transform: rotate(-90deg);
  max-width: 120px;
  max-height: 200px;
}

.swarm-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.swarm-button {
  background: transparent;
  color: white;
  border: 2px solid #4CAF50;
  padding: 15px 35px;
  border-radius: 4px;
  font-size: var(--font-size-lg);
  font-weight: 400;
  font-family: 'avenir', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 200px;
}

.swarm-button:hover {
  background: #4CAF50;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

@media (max-width: 768px) {
  .swarm-section {
    padding: 60px 0;
  }

  .swarm-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .swarm-content {
    min-height: 60vh;
    border-radius: 12px;
  }

  .swarm-content-inner {
    padding: 32px;
  }

  .swarm-logo {
    max-width: 280px;
  }

  .swarm-description {
    font-size: var(--font-size-lg);
    margin-bottom: 3rem;
  }

  .swarm-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .swarm-partners {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 3rem;
    align-items: center;
  }

  .partner-logo {
    height: 100px;
  }

  .swarm-partners .partner-logo img {
    max-width: 150px;
  }

  .swarm-partners .partner-logo img[alt="Envelop"],
  .swarm-partners .partner-logo img[alt="The Living Core"] {
    max-width: 120px;
    max-height: 150px;
  }

  .swarm-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

/* Extra small mobile screens - keep column layout */
@media (max-width: 480px) {
  .swarm-partners {
    gap: 25px;
    padding: 0 1rem;
  }

  .swarm-partners .partner-logo img {
    max-width: 130px;
  }

  .swarm-partners .partner-logo img[alt="Envelop"],
  .swarm-partners .partner-logo img[alt="The Living Core"] {
    max-width: 100px;
    max-height: 130px;
  }
}

/* Testimonials Section with Individual Card Video Backgrounds */
.testimonials-section {
  background: #d1e8e2;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 80px 0;
}

.testimonials-content {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.testimonials-title {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 3rem;
  color: #1B5E20;
  font-family: 'Bauhaus Std', sans-serif;
  text-align: center;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 0 auto 2rem auto;
  justify-content: center;
  max-width: 800px;
}

.home-testimonial-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(76, 175, 80, 0.3);
  width: 100%;
  padding: 24px 16px;
}

.testimonial-card-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonial-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.testimonial-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.testimonial-header {
  display: flex;
  width: 90%;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.testimonial-image {
  flex-shrink: 0;
}

.testimonial-image img {
  background-color: white;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.home-testimonial-info {
  flex: 1;
  text-align: left;
  margin-left: 12px;
}

.home-testimonial-info .testimonial-name {
    z-index: 2;
    font-size: var(--font-size-md);
    color: var(--mp-color-white);
    margin-bottom: 12px;
    text-align: left;
    font-family: var(--font-avenir);
    opacity: 0.85;
}

.home-testimonial-info .testimonial-title {
    z-index: 2;
    font-size: var(--font-size-md);
    color: var(--mp-color-white);
    margin-bottom: 18px;
    text-align: left;
    font-family: var(--font-avenir);
    opacity: 0.85;
}

.testimonial-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  margin: 0 0 0.5rem 0;
  font-family: 'Bauhaus Std', sans-serif;
}

.testimonial-title {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-family: 'Bauhaus Std', sans-serif;
}

.testimonial-icons {
  position: absolute;
  right: 0.1rem;
  top: -1rem;
  z-index: 4;
}

.linkedin-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1.5px solid white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.linkedin-icon:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}

.linkedin-icon img {
  width: 22px;
  height: 22px;
  color: white;
  filter: brightness(0) invert(1);
}

.testimonial-quote {
  font-size: var(--font-size-md);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  margin: 2px 0 0 0;
  font-family: 'avenir', sans-serif;
  flex-grow: 1;
  padding-top: 0.5rem;
}

.testimonial-quote::before {
  content: '"';
  color: #4CAF50;
  margin-right: 0.25rem;
}

.testimonial-quote::after {
  content: '"';
  color: #4CAF50;
  margin-left: 0.25rem;
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 60px 0;
  }

  .testimonials-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    color: #1B5E20;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 400px;
  }

  .testimonial-header {
    justify-content: space-between;
  }

  .linkedin-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }

  .linkedin-icon img {
    width: 16px;
    height: 16px;
  }

  .testimonial-image img {
    width: 75px;
    height: 75px;
  }

  .testimonial-name {
    font-size: 1.8rem;
  }

  .testimonial-title {
    font-size: 0.85rem;
  }
}

/* MetaProvide Footer */
.mp-footer {
  background-color: #d1e8e2;
  padding: 60px 0 40px;
}

.mp-footer hr {
  max-width: 66%;
  border-color: var(--mp-color-black);
  margin-top: 40px;
  margin-bottom: 80px;
  border-width: 2px;
  margin-left: auto;
  margin-right: auto;
}

.mp-footer-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.mp-footer-column {
  display: flex;
  flex-direction: column;
}

.mp-footer-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--mp-color-black);
  margin-bottom: 2rem;
  font-family: 'Bauhaus Std', sans-serif;
}

.mp-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mp-footer-nav a {
  color: var(--mp-color-black);
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  transition: color 0.3s ease;
  font-family: 'Avenir', sans-serif;
}

.mp-footer-nav a:hover {
  color: #4CAF50;
}

.mp-footer-text {
  color: var(--mp-color-black);
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  font-family: 'Avenir', sans-serif;
}

.mp-footer-socials {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-end;
}

.mp-footer-social-icon {
  width: 32px;
  height: 32px;
  filter: brightness(0);
  transition: all 0.3s ease;
}

.mp-footer-socials a:hover .mp-footer-social-icon {
  filter: brightness(0) saturate(100%) invert(48%) sepia(87%) saturate(464%) hue-rotate(85deg) brightness(96%) contrast(87%);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .mp-footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .mp-footer-title {
    font-size: 2rem;
    text-align: center;
  }

  .mp-footer-nav {
    align-items: center;
  }

  .mp-footer-socials {
    justify-content: center;
  }
}

/* Team Page Styling */
.team-page {
  width: 100%;
  min-height: 100vh;
}

/* Team Hero Section */
.team-hero {
  background-color: #d1e8e2;
  padding: 120px 0 80px;
  text-align: center;
}

.team-hero-container {
  max-width: 60%;
  margin: 0 auto;
  padding: 0 20px;
}

.team-hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.team-hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.team-hero-title {
  font-size: 4rem;
  font-weight: 600;
  color: var(--mp-color-black);
  margin-bottom: 2rem;
  font-family: 'Bauhaus Std', sans-serif;
}

.team-hero-excerpt {
  font-size: 1.8rem;
  line-height: 1.6;
  color: var(--mp-color-black);
  margin-bottom: 0;
  font-family: 'Avenir', sans-serif;
}

/* Team Story Section */
.team-story {
  background-color: #d1e8e2;
  padding: 80px 0;
}

.team-story-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.team-story-title {
  font-size: 3rem;
  font-weight: 600;
  color: var(--mp-color-black);
  margin-bottom: 3rem;
  font-family: 'Bauhaus Std', sans-serif;
  text-align: left;
}

.team-story-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--mp-color-black);
  line-height: 1.7;
  margin-bottom: 2rem;
  font-family: 'Avenir', sans-serif;
  text-align: left;
}

.team-story-text:last-child {
  margin-bottom: 0;
}

/* Team Grid Section */
.team-grid-section {
  background-color: #d1e8e2;
  padding: 80px 0 120px;
}

.team-grid-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.team-grid-title {
  font-size: var(--font-size-h3);
  font-weight: 600;
  color: var(--mp-color-black);
  margin-bottom: 4rem;
  text-align: left;
  font-family: 'Bauhaus Std', sans-serif;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 4rem;
}

/* Team Member Card Styling */
.team-member-card {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #4CAF50;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.team-member-card-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.team-member-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.team-member-card > * {
  z-index: 3;
}

.team-member-image-container {
  margin-bottom: 2rem;
  max-width: 200px;
}

.team-member-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(76, 175, 80, 0.3);
  transition: all 0.3s ease;
}

.team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-member-info {
  text-align: center;
  max-width: 88%;
}

.team-member-name {
  font-size: 2rem;
  font-weight: 600;
  color: #4CAF50;
  margin-bottom: 0.5rem;
  font-family: 'Bauhaus Std', sans-serif;
}

.team-member-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--mp-color-white);
  margin-bottom: 1.5rem;
  font-family: 'Avenir', sans-serif;
}

.team-member-quote {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--mp-color-white);
  font-style: italic;
  margin: 0;
  font-family: 'Avenir', sans-serif;
  opacity: 0.9;
}

/* Contact Page Styling */
.contact-page {
  width: 100%;
  min-height: 100vh;
}

/* Contact Hero Section */
.contact-hero {
  background-color: #d1e8e2;
  padding: 120px 0 0 0;
  text-align: center;
}

.contact-hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-hero-title {
  font-size: 4rem;
  font-weight: 600;
  color: var(--mp-color-black);
  margin-bottom: 2rem;
  font-family: 'Bauhaus Std', sans-serif;
}

.contact-hero-excerpt {
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: 500;
  color: var(--mp-color-black);
  margin-bottom: 16px;
  font-family: 'Avenir', sans-serif;
}

/* Contact Content Section */
.contact-content-section {
  background-color: #d1e8e2;
  padding: 80px 0 120px;
}

.contact-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-content h2,
.contact-content h3,
.contact-content h4 {
  color: var(--mp-color-black);
  font-family: 'Bauhaus Std', sans-serif;
  margin-bottom: 1.5rem;
}

.contact-content p {
  color: var(--mp-color-black);
  font-family: 'Avenir', sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* Contact Form Styling */
#contactForm {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 40px;
  margin-top: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 2rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: var(--mp-color-black);
  font-family: 'Bauhaus Std', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1.4rem;
  font-family: 'Avenir', sans-serif;
  background: white;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #4CAF50;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

#contactForm button[type="submit"] {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'Bauhaus Std', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

#contactForm button[type="submit"]:hover {
  background: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.cf-turnstile {
  margin: 2rem 0;
}

/* Mobile Responsiveness for Contact Page */
@media (max-width: 768px) {
  .contact-hero {
    padding: 80px 0 60px;
  }

  .contact-hero-title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }

  .contact-hero-excerpt {
    font-size: 1.6rem;
  }

  .contact-content-section {
    padding: 60px 0 80px;
  }

  #contactForm {
    padding: 30px 20px;
    margin-top: 2rem;
  }

  .form-group input,
  .form-group textarea {
    font-size: 1.6rem;
  }

  #contactForm button[type="submit"] {
    width: 100%;
    font-size: 1.6rem;
  }
}

/* Mobile Responsiveness for Team Page */
@media (max-width: 768px) {
  .team-hero {
    padding: 80px 0 60px;
  }

  .team-hero-container {
    max-width: 90%;
  }

  .team-hero-title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }

  .team-hero-excerpt {
    font-size: 1.6rem;
  }

  .team-story {
    padding: 60px 0;
  }

  .team-story-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .team-story-text {
    font-size: var(--font-size-md);
    text-align: left;
  }

  .team-grid-section {
    padding: 60px 0 80px;
  }

  .team-grid-title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .team-member-card {
    padding: 25px;
  }

  .team-member-image {
    width: 100px;
    height: 100px;
  }

  .team-member-name {
    font-size: 1.8rem;
  }

  .team-member-title {
    font-size: 1.2rem;
  }

  .team-member-quote {
    font-size: 1.3rem;
  }
}

/* Blog Page Styling */
.blog-page {
  width: 100%;
  min-height: 100vh;
}

/* Blog Content Section */
.blog-content-section {
  background-color: #d1e8e2;
  padding: 120px 0 80px;
  min-height: 100vh;
}

.blog-hero-image {
  margin: 0 auto 5rem auto;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog-postfeed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

/* Featured/Latest Blog Post - Full Width */
.blog-postfeed .gh-card:first-child {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 600px;
  max-height: none;
}

.blog-postfeed .gh-card:first-child .gh-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  grid-template-columns: none;
}

.blog-postfeed .gh-card:first-child .gh-card-picture {
  width: 100%;
  height: 350px;
  order: 0;
  flex-shrink: 0;
}

.blog-postfeed .gh-card:first-child .gh-card-content {
  order: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}

.blog-postfeed .gh-card:first-child .gh-card-title {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.blog-postfeed .gh-card:first-child .gh-card-content p {
  font-size: 1.8rem;
  margin-bottom: 24px;
}

.blog-postfeed .gh-card:first-child .gh-card-meta {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.blog-postfeed .gh-card:first-child .gh-card-content strong {
  font-size: 1.6rem;
}

/* Regular Blog Cards */
.blog-postfeed .gh-card {
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 2px solid #4CAF50;
  padding: 24px;
}

.blog-postfeed .gh-card:hover {
  border-color: #45a049;
}

.blog-postfeed .gh-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.blog-postfeed .gh-card-picture {
  width: 100%;
  height: 250px;
  overflow: hidden;
  flex-shrink: 0;
}

.blog-postfeed .gh-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-postfeed .gh-card:hover .gh-card-image {
  transform: scale(1.02);
}

.blog-postfeed .gh-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
  max-width: none;
  margin: 0;
  font-size: 1rem;
  background: transparent;
}

.blog-postfeed .gh-card-meta {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 12px;
  font-family: 'Avenir', sans-serif;
  text-transform: none;
  letter-spacing: normal;
  opacity: 0.8;
}

.blog-postfeed .gh-card-meta .bull {
  margin: 0 8px;
  color: #4CAF50;
}

.blog-postfeed .gh-card-title {
  font-size: 2rem;
  font-weight: 600;
  color: #4CAF50;
  margin: 0 0 16px 0;
  line-height: 1.3;
  font-family: 'Bauhaus Std', sans-serif;
  transition: color 0.3s ease;
}

.blog-postfeed .gh-card:hover .gh-card-title {
  color: #45a049;
}

.blog-postfeed .gh-card-content p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  margin: 0 0 20px 0;
  flex-grow: 1;
  padding: 0;
  font-family: 'Avenir', sans-serif;
}

.blog-postfeed .gh-card-content strong {
  font-size: 1.4rem;
  color: #4CAF50;
  font-weight: 600;
  font-family: 'Bauhaus Std', sans-serif;
  box-shadow: none;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
  display: inline-block;
  padding: 0;
}

.blog-postfeed .gh-card:hover .gh-card-content strong {
  color: #45a049;
}

/* Blog Pagination Styling */
.blog-content .gh-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.blog-content .gh-pagination .pagination {
  display: flex;
  gap: 16px;
  align-items: center;
}

.blog-content .gh-pagination .pagination a,
.blog-content .gh-pagination .pagination span {
  padding: 12px 20px;
  background: white;
  border: 2px solid #4CAF50;
  border-radius: 8px;
  color: #4CAF50;
  text-decoration: none;
  font-family: 'Bauhaus Std', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}

.blog-content .gh-pagination .pagination a:hover {
  background: #4CAF50;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.blog-content .gh-pagination .pagination .page-number.current {
  background: #4CAF50;
  color: white;
}

/* Mobile Responsiveness for Blog Page */
@media (max-width: 768px) {
  .blog-content-section {
    padding: 100px 0 60px;
  }

  .blog-content {
    padding: 0 15px;
  }

  .blog-postfeed {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  /* Featured post mobile layout */
  .blog-postfeed .gh-card:first-child {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    max-height: none;
  }

  .blog-postfeed .gh-card:first-child .gh-card-link {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
  }

  .blog-postfeed .gh-card:first-child .gh-card-picture {
    height: 250px;
    order: 0;
  }

  .blog-postfeed .gh-card:first-child .gh-card-content {
    order: 1;
    padding: 24px;
  }

  .blog-postfeed .gh-card:first-child .gh-card-title {
    font-size: 2.2rem;
  }

  .blog-postfeed .gh-card:first-child .gh-card-content p {
    font-size: 1.6rem;
  }

  .blog-postfeed .gh-card:first-child .gh-card-meta {
    font-size: 1.4rem;
  }

  .blog-postfeed .gh-card:first-child .gh-card-content strong {
    font-size: 1.4rem;
  }

  .blog-postfeed .gh-card-picture {
    height: 200px;
  }

  .blog-postfeed .gh-card-content {
    padding: 20px;
  }

  .blog-postfeed .gh-card-title {
    font-size: 1.8rem;
  }

  .blog-postfeed .gh-card-content p {
    font-size: 1.4rem;
  }

  .blog-postfeed .gh-card-meta {
    font-size: 1.2rem;
  }

  .blog-postfeed .gh-card-content strong {
    font-size: 1.2rem;
  }
}

/* MetaProvide Custom Video Player Styles */
.metaprovide-video-section {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.metaprovide-video-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.metaprovide-video-wrapper {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 10; /* Ensure video is above any background overlays */
}

.metaprovide-video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
  cursor: pointer;
  outline: none;
}

.metaprovide-video-wrapper video:focus {
  outline: 2px solid #4Cbb17;
  outline-offset: 2px;
}

.metaprovide-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(76, 187, 23, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  border: 3px solid rgba(255, 255, 255, 0.8);
}

.metaprovide-play-button:hover {
  background: rgba(76, 187, 23, 1);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 5px 20px rgba(76, 187, 23, 0.4);
}

.metaprovide-play-icon {
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 5px;
}

/* Hide play button when video is playing */
.metaprovide-video-wrapper.playing .metaprovide-play-button {
  opacity: 0;
  pointer-events: none;
}

/* Responsive styles */
@media (max-width: 768px) {
  .metaprovide-video-container {
    padding: 0 1rem;
  }

  .metaprovide-play-button {
    width: 60px;
    height: 60px;
  }

  .metaprovide-play-icon {
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 3px;
  }
}

@media (max-width: 480px) {
  .metaprovide-video-container {
    padding: 0 0.5rem;
  }

  .metaprovide-play-button {
    width: 50px;
    height: 50px;
  }

  .metaprovide-play-icon {
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 2px;
  }
}
