/* scoped: si-royal-package-RoyalSafetySection */

  .safety-section:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: row;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }

  .safety-section:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *)::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/bg 1cards.webp');
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    z-index: 0;
  }

  .safety-left:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .yt-wrap:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 424px;
    height: 236px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .yt-thumb:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .play-btn:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
  }
  .play-btn:hover:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    transform: translate(-50%, -50%) scale(1.1);
  }

  .safety-right:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(89.63deg, rgba(255, 255, 255, 0.8) -119.76%, rgba(255, 255, 255, 0.8) 152.41%);
  }

  .right-content:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 450px;
    height: 290px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .right-heading:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .right-title:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
  }

  .right-title-sub:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    font-size: 30px;
  }

  .right-underline:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 60px;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .right-intro:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .right-intro strong:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    font-weight: 700;
  }

  .icons-grid:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 450px;
    height: 76px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start;
  }

  .icon-item:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .icon-img:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
  }

  .icon-text:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
  }

  .right-footer:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .right-footer strong:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    font-weight: 700;
  }



  html.is-mobile .safety-section:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    height: auto;
    flex-direction: column-reverse;
  }

  html.is-mobile .safety-left:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 100%;
    flex-shrink: 0;
  }

  html.is-mobile .yt-wrap:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 430px;
    height: 241px;
    border-radius: 0;
  }

  html.is-mobile .safety-right:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 430px;
    height: 606px;
    padding: 80px 40px;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url('/Hero.webp');
    background-size: cover;
    background-position: 75% center;
    align-items: center !important;
    justify-content: center;
    display: flex !important;
    flex-direction: column;
  }

  html.is-mobile .right-content:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 260px !important;
    height: auto;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto 0 calc(50% - 130px + 10px);
    overflow: hidden;
  }

  html.is-mobile .right-content > *:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 100% !important;
    max-width: 260px !important;
  }

  html.is-mobile .right-title:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    font-size: 22px;
  }

  html.is-mobile .right-title-sub:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    font-size: 16px;
  }

  html.is-mobile .icons-grid:where(.si-royal-package-RoyalSafetySection, .si-royal-package-RoyalSafetySection *){
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
  }
