/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2026 | 06:47:28 */
/* Customer performance video banner */
.cga-video-banner,
.cga-video-banner * {
  box-sizing: border-box;
}

.cga-video-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(230px, 0.55fr);
  gap: 40px;
  align-items: center;
  overflow: hidden;
  margin: 38px 0 32px;
  padding: 48px 50px;
  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(205, 160, 78, 0.2),
      transparent 32%
    ),
    linear-gradient(135deg, #211815 0%, #392820 100%);
  border: 1px solid rgba(205, 160, 78, 0.58);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(33, 24, 21, 0.2);
}

/* Decorative gold line */
.cga-video-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 82px;
  height: 3px;
  background: linear-gradient(90deg, #94651f, #e0bc70);
}

.cga-video-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.cga-video-kicker {
  display: block;
  margin-bottom: 10px;
  color: #d3a956;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cga-video-copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: inherit;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: none;
}

.cga-video-divider {
  display: block;
  width: 54px;
  height: 2px;
  margin: 18px 0;
  background: #c99a47;
}

.cga-video-copy p {
  max-width: 660px;
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 16px;
  line-height: 1.7;
}

/* Video button */
.cga-video-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  color: #241a16;
  background: linear-gradient(135deg, #dbb361, #c8943e);
  border: 1px solid #e2c27c;
  border-radius: 999px;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.cga-video-button:hover {
  color: #241a16;
  background: linear-gradient(135deg, #e5c37e, #d3a14c);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.cga-video-button:focus-visible {
  outline: 3px solid rgba(227, 195, 126, 0.65);
  outline-offset: 4px;
}

.cga-video-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cga-video-button-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Decorative play visual */
.cga-video-visual {
  position: relative;
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: center;
}

.cga-video-ring {
  position: absolute;
  border: 1px solid rgba(211, 169, 86, 0.25);
  border-radius: 50%;
}

.cga-video-ring-one {
  width: 180px;
  height: 180px;
}

.cga-video-ring-two {
  width: 135px;
  height: 135px;
}

.cga-video-play {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  color: #2b201b;
  background: linear-gradient(145deg, #e2bd70, #bd8731);
  border: 1px solid #edcf91;
  border-radius: 50%;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.cga-video-play svg {
  width: 35px;
  height: 35px;
  margin-left: 4px;
  fill: currentColor;
}

.cga-video-caption {
  position: absolute;
  bottom: -2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

/* Tablet and mobile */
@media (max-width: 849px) {
  .cga-video-banner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 34px 35px;
    text-align: center;
  }

  .cga-video-banner::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .cga-video-copy {
    margin: 0 auto;
  }

  .cga-video-divider {
    margin-right: auto;
    margin-left: auto;
  }

  .cga-video-visual {
    min-height: 170px;
  }
}

@media (max-width: 549px) {
  .cga-video-banner {
    margin: 28px 0 24px;
    padding: 37px 20px 30px;
    border-radius: 16px;
  }

  .cga-video-copy h2 {
    font-size: 32px;
  }

  .cga-video-copy p {
    font-size: 15px;
  }

  .cga-video-button {
    width: 100%;
    padding: 14px 18px;
  }

  .cga-video-visual {
    min-height: 150px;
  }

  .cga-video-ring-one {
    width: 150px;
    height: 150px;
  }

  .cga-video-ring-two {
    width: 115px;
    height: 115px;
  }

  .cga-video-play {
    width: 82px;
    height: 82px;
  }
}

