/* ===== VIDEO OVERLAY WRAP ===== */

.hero-module-video .elementor-custom-embed-image-overlay {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transition: background-image 0.4s ease;
}


.elementor-widget-video .elementor-wrapper,
.elementor-widget-video .elementor-custom-embed-image-overlay {
    position: relative;
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    overflow: visible;
}

/* ===== MAIN PLAY BUTTON ===== */
.elementor-widget-video .elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: opacity 0.25s ease, box-shadow 0.25s ease;
    animation: turfButtonPulse 8.4s infinite ease-in-out;
}

/* Bigger SVG */
.elementor-widget-video .elementor-custom-embed-play svg {
    width: 85px;
    height: 85px;
    display: block;
}

/* ===== RIPPLE RINGS ===== */
.elementor-widget-video .elementor-custom-embed-play::before,
.elementor-widget-video .elementor-custom-embed-play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 15px solid rgba(255,255,255,0.70);
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    opacity: 0.9;
    pointer-events: none;
    z-index: -1;
    animation: turfRipple 8.4s infinite ease-out;
}

.elementor-widget-video .elementor-custom-embed-play::after {
    animation-delay: 4.2s;
}

/* Hover */
.elementor-widget-video .elementor-custom-embed-play:hover {
    animation-play-state: paused;
}

.elementor-widget-video .elementor-custom-embed-play:hover svg {
    transform: scale(1.06);
    transition: transform 0.25s ease;
}

/* ===== ANIMATIONS ===== */
@keyframes turfRipple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.85;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.55);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.75);
        opacity: 0;
    }
}

/* @keyframes turfButtonPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.05);
    }
} */

/* ===== TABLET ===== */
@media (max-width: 1024px) {
    .elementor-widget-video .elementor-custom-embed-play {
        width: 86px;
        height: 86px;
        min-width: 86px;
        min-height: 86px;
    }

    .elementor-widget-video .elementor-custom-embed-play svg {
        width: 86px;
        height: 86px;
    }

    .elementor-widget-video .elementor-custom-embed-play::before,
    .elementor-widget-video .elementor-custom-embed-play::after {
        width: 86px;
        height: 86px;
        border-width: 2.5px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
   .e-con.e-flex>.e-con-inner {
        padding:5px;
    }
    header{
    margin-bottom: 10px;
    }
    
    .elementor-widget-video .elementor-custom-embed-play {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
    }

    .elementor-widget-video .elementor-custom-embed-play svg {
        width: 64px;
        height: 64px;
    }

    .elementor-widget-video .elementor-custom-embed-play::before,
    .elementor-widget-video .elementor-custom-embed-play::after {
        width: 64px;
        height: 64px;
        border-width: 2px;
    }
}

/* ===== SUBTLE VIDEO STOP / CLOSE BUTTON ===== */
.elementor-widget-video .elementor-wrapper {
    position: relative;
}

.elementor-widget-video .gt-video-stop {
    position: absolute;
    top: 40px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.42);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 6;
    transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.elementor-widget-video.gt-video-is-playing .gt-video-stop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.elementor-widget-video .gt-video-stop:hover {
    background: rgba(20, 20, 20, 0.62);
    transform: scale(1.04);
}

/* Optional: hide play pulse once video is playing */
.elementor-widget-video.gt-video-is-playing .elementor-custom-embed-play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
    .elementor-widget-video .gt-video-stop {
        top: 14px;
        right: 14px;
        width: 34px;
        height: 34px;
        font-size: 21px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
    .elementor-widget-video .gt-video-stop {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}


/* =========================================================
   SHAWGRASS MANUFACTURER LANDING PAGE
   Namespace: shaw-page-
   ========================================================= */

:root {
  --shaw-green: #6f9800;
  --shaw-green-dark: #548d11;
  --shaw-green-deep: #2e681a;
  --shaw-gray: #777777;
  --shaw-body: #6d6d6d;
  --shaw-muted: #8a8a8a;
  --shaw-soft: #edf1ea;
  --shaw-border: rgba(130,130,130,0.12);
}

.shaw-page-hero,
.shaw-page-intro,
.shaw-page-about,
.shaw-page-products,
.shaw-page-tech,
.shaw-page-support {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.shaw-page-eyebrow {
  margin: 0 0 10px;
  color: var(--shaw-green);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shaw-page-title {
  margin: 0;
  color: var(--shaw-green-deep);
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -1.1px;
  font-weight: 700;
}

.shaw-page-copy,
.shaw-page-section-copy {
  color: var(--shaw-muted);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.55;
}

.shaw-page-copy {
  margin: 16px 0 0;
  max-width: 780px;
}

.shaw-page-section-title {
  margin: 0;
  color: var(--shaw-green-deep);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.9px;
  font-weight: 600;
}

.shaw-page-section-copy {
  margin: 14px 0 0;
}

.shaw-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.shaw-page-btn--primary {
  background: var(--shaw-green-dark);
  border: 1px solid var(--shaw-green-dark);
  color: #fff !important;
}

.shaw-page-btn--primary:hover {
  background: var(--shaw-green-deep);
  transform: translateY(-1px);
}

.shaw-page-btn--secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--shaw-gray) !important;
}

.shaw-page-btn--secondary:hover {
  border-color: var(--shaw-green-dark);
  color: var(--shaw-green-dark) !important;
  transform: translateY(-1px);
}

.shaw-page-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* hero */
.shaw-page-hero {
  padding-top: 30px;
  padding-bottom: 28px;
}

.shaw-page-hero__grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 28px;
  align-items: center;
}

.shaw-page-hero__media {
  min-height: 390px;
  border-radius: 24px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.04), rgba(0,0,0,0.15)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/shawgrass-hero.jpg') center center / cover no-repeat;
}

/* intro */
.shaw-page-intro {
  padding-top: 4px;
  padding-bottom: 30px;
}

.shaw-page-intro__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border-top: 1px solid var(--shaw-border);
  border-bottom: 1px solid var(--shaw-border);
  padding: 22px 0;
}

.shaw-page-intro__item {
  text-align: center;
}

.shaw-page-intro__item span {
  display: block;
  color: var(--shaw-green-deep);
  font-size: clamp(20px, 1.35vw, 26px);
  line-height: 1.15;
  font-weight: 600;
}

.shaw-page-intro__item p {
  margin: 8px 0 0;
  color: var(--shaw-muted);
  font-size: 14px;
  line-height: 1.45;
}

/* about */
.shaw-page-about {
  padding-top: 4px;
  padding-bottom: 34px;
}

.shaw-page-about__grid {
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 28px;
  align-items: center;
  background: var(--shaw-soft);
  border-radius: 28px;
  padding: 34px;
}

.shaw-page-about__media {
  min-height: 360px;
  border-radius: 22px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.04), rgba(0,0,0,0.16)),
    url('https://dev.online-turf.com/wp-content/uploads/2026/03/shawgrass-about.jpg') center center / cover no-repeat;
}

.shaw-page-list {
  margin: 18px 0 0;
  padding-left: 18px;
}

.shaw-page-list li {
  margin: 0 0 10px;
  color: var(--shaw-body);
  font-size: 15px;
  line-height: 1.45;
}

/* products */
.shaw-page-products {
  padding-top: 4px;
  padding-bottom: 34px;
}

.shaw-page-section-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
}

.shaw-page-section-head .shaw-page-section-copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.shaw-page-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.shaw-page-product {
  background: #fff;
  border: 1px solid var(--shaw-border);
  border-radius: 22px;
  overflow: hidden;
}

.shaw-page-product__image {
  height: 190px;
  background-size: cover;
  background-position: center;
}

.shaw-page-product__image--res {
  background-image: url('https://dev.online-turf.com/wp-content/uploads/2026/03/shaw-product-residential.jpg');
}

.shaw-page-product__image--comm {
  background-image: url('https://dev.online-turf.com/wp-content/uploads/2026/03/shaw-product-commercial.jpg');
}

.shaw-page-product__image--play {
  background-image: url('https://dev.online-turf.com/wp-content/uploads/2026/03/shaw-product-playground.jpg');
}

.shaw-page-product__image--pet {
  background-image: url('https://dev.online-turf.com/wp-content/uploads/2026/03/shaw-product-pet.jpg');
}

.shaw-page-product__body {
  padding: 22px 20px;
}

.shaw-page-product__tag {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--shaw-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shaw-page-product h3 {
  margin: 0 0 10px;
  color: var(--shaw-green-dark);
  font-size: clamp(20px, 1.2vw, 24px);
  line-height: 1.14;
  font-weight: 600;
}

.shaw-page-product p {
  margin: 0;
  color: var(--shaw-body);
  font-size: 15px;
  line-height: 1.5;
}

.shaw-page-product a {
  display: inline-block;
  margin-top: 16px;
  color: var(--shaw-green-dark);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

/* tech */
.shaw-page-tech {
  padding-top: 4px;
  padding-bottom: 34px;
}

.shaw-page-tech__inner {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 24px;
  align-items: stretch;
}

.shaw-page-tech__content,
.shaw-page-tech__panel {
  border-radius: 24px;
  padding: 30px 28px;
}

.shaw-page-tech__content {
  background: var(--shaw-soft);
}

.shaw-page-tech__panel {
  background: #7f8080;
}

.shaw-page-tech__panel h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(22px, 1.4vw, 28px);
  line-height: 1.15;
  font-weight: 600;
}

.shaw-page-tech__panel p {
  margin: 0;
  color: rgba(255,255,255,0.95);
  font-size: 15px;
  line-height: 1.55;
}

/* support */
.shaw-page-support {
  padding-top: 4px;
  padding-bottom: 42px;
}

.shaw-page-support__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(180deg, #f4f6f1 0%, #edf1e8 100%);
  border-radius: 26px;
  padding: 30px 26px;
}

.shaw-page-support__title {
  margin: 0;
  color: var(--shaw-green-deep);
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.06;
  font-weight: 600;
}

.shaw-page-support__copy {
  margin: 12px 0 0;
  color: var(--shaw-muted);
  font-size: 15px;
  line-height: 1.5;
  max-width: 720px;
}

.shaw-page-support__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* reveal */
.shaw-page-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.shaw-page-reveal.shaw-page-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .shaw-page-hero,
  .shaw-page-intro,
  .shaw-page-about,
  .shaw-page-products,
  .shaw-page-tech,
  .shaw-page-support {
    padding-left: 16px;
    padding-right: 16px;
  }

  .shaw-page-hero__grid,
  .shaw-page-about__grid,
  .shaw-page-tech__inner,
  .shaw-page-support__inner {
    grid-template-columns: 1fr;
  }

  .shaw-page-intro__grid,
  .shaw-page-products__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .shaw-page-hero,
  .shaw-page-intro,
  .shaw-page-about,
  .shaw-page-products,
  .shaw-page-tech,
  .shaw-page-support {
    padding-left: 14px;
    padding-right: 14px;
  }

  .shaw-page-title {
    font-size: clamp(30px, 8.6vw, 38px);
  }

  .shaw-page-copy,
  .shaw-page-section-copy,
  .shaw-page-product p,
  .shaw-page-list li,
  .shaw-page-support__copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .shaw-page-intro__grid,
  .shaw-page-products__grid {
    grid-template-columns: 1fr;
  }

  .shaw-page-about__grid,
  .shaw-page-tech__content,
  .shaw-page-tech__panel,
  .shaw-page-support__inner {
    padding: 22px 18px;
  }

  .shaw-page-actions,
  .shaw-page-support__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .shaw-page-btn {
    width: 100%;
  }
}