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

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

  .choose-section:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *)::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/royalbg2.webp');
    background-size: cover;
    background-position: center;
    z-index: 0;
  }

  .choose-left:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    width: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(89.87deg, rgba(255, 255, 255, 0.9) -102.26%, rgba(255, 255, 255, 0.9) 174.59%);
  }

  .left-content:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

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

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

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

  .icons-grid:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    width: 380px;
  }

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

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

  .icon-text:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #272727;
    height: 28px;
    overflow: hidden;
    display: block;
  }

  .icon-text--1:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){ width: 182px; }
  .icon-text--2:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){ width: 198px; }
  .icon-text--3:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){ width: 186px; }
  .icon-text--4:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){ width: 222px; }

  .choose-right:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    width: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .right-card:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    width: 608px;
    height: 200px;
    padding: 21px 60px;
    gap: 14px;
    border-radius: 8px;
    background: rgba(65, 65, 65, 0.6);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

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

  .card-desc:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    width: 392px;
    height: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    overflow: hidden;
  }

  .card-desc strong:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    font-weight: 700;
  }



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

  html.is-mobile .choose-left:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    width: 430px;
    height: 449px;
    padding: 80px 40px;
    box-sizing: border-box;
    align-items: center;
    gap: 20px;
  }

  html.is-mobile .left-content:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    width: 290px !important;
    gap: 20px;
    margin: 0 auto;
  }

  html.is-mobile .left-title:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    font-size: 22px;
    width: 100%;
  }

  html.is-mobile .choose-section .icons-grid:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  html.is-mobile .choose-section .icon-text:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    width: 100% !important;
    height: auto;
    overflow: visible;
  }

  html.is-mobile .choose-right:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    width: 430px;
    height: 449px;
    padding: 80px 40px;
    box-sizing: border-box;
    gap: 20px;
  }

  html.is-mobile .right-card:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    width: 100%;
    height: auto;
    padding: 30px 24px;
  }

  html.is-mobile .card-title:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    font-size: 24px;
  }

  html.is-mobile .card-desc:where(.si-royal-package-RoyalChooseSection, .si-royal-package-RoyalChooseSection *){
    width: 100%;
    height: auto;
    overflow: visible;
  }
