.elementor-20 .elementor-element.elementor-element-ff2433e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-20 .elementor-element.elementor-element-7d74303{--display:flex;}.elementor-20 .elementor-element.elementor-element-412b4ad{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-13c726c{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-20 .elementor-element.elementor-element-ff2433e{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-557889e *//* ================================
   Video Page Header | King Machine
================================ */

.km-video-head{
  padding: 30px 20px 10px;
  background: #ffffff;
}

.km-video-head__inner{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.km-video-head__title{
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.km-video-head__desc{
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
}

/* CTA Button */
.km-video-head__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #d11a2a, #7f0a12);
  box-shadow: 0 16px 36px rgba(209, 26, 42, 0.28);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.km-video-head__btn:hover{
  transform: translateY(-2px);
  background: linear-gradient(135deg, #b01622, #5c070e);
  box-shadow: 0 20px 44px rgba(176, 22, 34, 0.35);
  color: #ffffff;
}

/* Mobile */
@media (max-width: 768px){
  .km-video-head{
    padding: 8px 16px 10px;
  }

  .km-video-head__title{
    font-size: 20px;
  }

  .km-video-head__desc{
    font-size: 14px;
    margin-bottom: 10px;
  }

  .km-video-head__btn{
    width: 100%;
    padding: 10px 20px;
  }
}/* End custom CSS */