
@font-face {
  font-family: 'Escuela';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Escuela-Bold.woff2') format('woff2'),
      url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Escuela-Bold.woff') format('woff'),
      url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Escuela-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Escuela';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Escuela-Black.woff2') format('woff2'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Escuela-Black.woff') format('woff'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Escuela-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/* Cairo Regular */
@font-face {
  font-family: 'Cairo';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Cairo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Cairo Light */
@font-face {
  font-family: 'Cairo';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Cairo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Cairo ExtraLight */
@font-face {
  font-family: 'Cairo';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Cairo-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Cairo Medium */
@font-face {
  font-family: 'Cairo';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Cairo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Cairo Bold */
@font-face {
  font-family: 'Cairo';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Cairo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Cairo ExtraBold */
@font-face {
  font-family: 'Cairo';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Cairo-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Cairo Black */
@font-face {
  font-family: 'Cairo';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/fonts/Cairo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html[dir="rtl"] .form-floating>label {
  /* right: 1rem; */
  left: auto;
  text-align: right;
  padding-right: 20px;
}

html[dir="rtl"] .form-floating .form-control {
  text-align: right;
}

.arabic-indic {
  list-style-type: arabic-indic;
}


.ltr {
  direction: ltr;
  unicode-bidi: isolate;
}

body {
  font-family: 'Escuela','Cairo';
  font-weight: 900;
  color: white;
  background-image: linear-gradient(180deg, #001F6D 0%, #082E83 31.71%, #0A3A99 63.3%, #0156BB 100%);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

.nav-container{
  max-width: 1600px;
}

.language-switcher a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.language-switcher a:hover {
  color: #FFDD75;
}

.sparkle {
  position: relative;
  max-width: 1600px;
}


.sparkle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/media/sparkles.webp) top no-repeat;
  background-size: contain;
  mix-blend-mode: lighten;
  pointer-events: none;
  z-index: 1;
  top:0
}

.goldRibbons{
  
  max-width: 1400px;
  background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8644/media/goldRibbons.webp);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}



.logo {
  max-width: 200px;
  width: 100%;
  height: auto;
  z-index: 3;
}

.headline{
  max-width: 300px;
  width: 100%;
  height: auto;
}




.title {
  color: #FFDD75;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 0.84px;
}


.main-text{
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  line-height: 31px;
  letter-spacing: 0.46px;
}

.body-text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.46px;
  }


.text-small {
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.38px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
}

.text-form{
  color: #6F6F6F;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}



.btn-warning,
.btn-warning:visited,
.btn-warning:active,
.btn-warning:focus {
  border-radius: 153px;
  background: linear-gradient(90deg, #FAA61A 0%, #FCD87E 24.56%, #FFF9D1 49.71%, #FCD87E 74.59%, #F7931E 100%);
  color: #2A2159;
  font-size: 29px;
  font-style: normal;
  font-weight: 900;
  /* font-family: 'Escuela'; */
  border-color: rgba(0, 0, 0, 0);
  height: 62px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.20) inset, 0 4px 16px 0 rgba(0, 0, 0, 0.20);
    
}

.btn-warning:hover {
  filter: brightness(1.1);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  color: #081b7f;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus {
  border-radius: 2rem;
  min-height: 37px;
  background-color: #2A2159;
  color: white;
  outline: none;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  border: transparent;
  font-weight: 900;
  font-size: 16px;
}

.btn-primary:hover{
  background-color: #fdfdfd;
  color: #2A2159;
}

.form-control {
  border-radius: 2.5em;
}

.form-floating>.form-select {
  color: #6f6f6f;
  font-weight: 900;
  font-size: 15px;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: 38px;
  line-height: 1.25;
  padding-left: 16px;
  border-radius: 48px;
  color: #6F6F6F;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  color: #6F6F6F
}

.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating label {
  width: 100%;
  padding: 7px 0px 5px 18px;
  text-align: left;
  border: 0;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #ffffff;
}
.form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}


.btn-close {

  filter: invert(1);
}


.image-product1 {
  display: block;
  width: 100%;
}

.image-product2{
    display: block;
    max-width: 90%;
    width: 100%;
}

.image-product3 {
  display: block;
  width: 100%;
}


.product-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 42px;
  text-align: center;
}


.image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  margin-bottom: 5px;
}


.radio-holder {
  display: none;
}

.select-a-product-validation {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: none;
}

.upload-label {
  display: block;
  background: #fff;
  border-radius: 48px;
  cursor: pointer;
  height: 38px;
  text-align: start;
  padding: 7px 0px 7px 12px;
}

.form-check-input[type=checkbox] {
  border-radius: 1.25em;
}

.radio-holder .form-check-input {
  width: 18px;
  height: 18px;
    /* Hide the radio button visually but keep it functional */
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.form-check-input {
  width: 22px;
  height: 22px;
  background: #FFF;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.22);
}

/* Product selection animation styles */
.product-wrapper {
  display: flex;
  justify-content: center;
}

.product-option {
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  max-width: 50%;
  width: 100%;
  padding: 48px 10px;
}

.options-row {
  margin-bottom: 20px;
}

.product-option:hover {
  transform: translateY(5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.product-option.selected {
  transform: scale(1.05);
  /* keep only outer shadow */
  box-shadow: 0 15px 35px rgba(255, 221, 117, 0.4);
  border: 2px solid #FFDD75;
  border-radius: 8px;
}

/* remove inner golden overlay so inside the border stays clean */
/* .product-option.selected::before { display: none; } */

.product-option.selected::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 221, 117, 0.1), rgba(255, 221, 117, 0.3));
  z-index: 1;
  pointer-events: none;
}

.product-option.selected .image-wrap {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* Selection indicator */
.product-option::after {
  content: '✓';
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFDD75;
  color: #001F6D;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 2;
}

.product-option.selected::after {
  opacity: 1;
  transform: scale(1);
}

.invalid-feedback {
  color: #0dcaf0;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #FFF;
}

.modal-content{
  background-image: linear-gradient(180deg, #001F6D 0%, #082E83 31.71%, #0A3A99 63.3%, #0156BB 100%);
}

.prize-pack {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85px;
  margin-inline: auto;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .35));
}

.prize-pack2{
width: 110px;
transform: rotate(-21.65deg);
}

.container-top {
  max-width: 700px;
}

.biscuits {
  position: absolute;
  left: 0;
  right: 0;
  top: 52px;
  min-height: 120px;
  max-height: 330px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}


.bisc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: auto;
  display: block;
  filter: drop-shadow(0 14px 36px rgba(0, 0, 0, .35));
}

.bisc-L {
  left: 0;
}

.bisc-R {
  right: 0;
}


@media (min-width: 520px) and (max-width: 767px) {
  .biscuits {
    top: 52px;
    min-height: 165px;
  }

  .logo {
    max-width: 240px;
  }
  
  .options-row .product-option {
    height: 220px;
  }

  .product-option.selected {
    border: 2px solid #FFDD75;
    transform: scale(1.02);
  }
  
  .product-option.selected::after {
    width: 25px;
    height: 25px;
    font-size: 14px;
    top: 12px;
    right: 12px;
  }
}

@media (max-width: 420px) {
  .options-row .product-option {
    height: 170px;
    padding: 38px 10px;
  }
}

@media (min-width: 520px) {
  .biscuits {
    top: 52px;
    min-height: 165px;
}

  .logo {
    max-width: 240px;
  }
}

@media (min-width: 768px) {
  .body-text{
        font-size: 23px;
        line-height: 33px;

  }

  .title {
    font-size: 42px;
    line-height: 47px;
    letter-spacing: 0.84px;
  }
  
  .main-text {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0.46px;
  }

  .logo {
  max-width: 320px;
  }


  .biscuits {
    top: 70px;
    height: 220px;
  }

  .headline {
  max-width: 530px;
  width: 100%;
  height: auto;
  }

  .options-row .product-option {
  height: 190px;
  }

  .product-wrapper {
    margin-bottom: 0;
  }
  
  .product-option {
    max-width: none;
  }
  
  .product-option.selected {
    border: 2px solid #FFDD75;
    transform: scale(1.05);
  }
  
  .product-option.selected::after {
    width: 30px;
    height: 30px;
    font-size: 16px;
    top: 10px;
    right: 10px;
  }
}

@media (min-width: 1200px) {
  .options-row .product-option {
    height: 220px;
  }

  .biscuits {
    height: 300px;
    top: 63px;
  }

  .logo {
    max-width: 420px;
  }

  .container-top {
    max-width: 1000px;
  }
}

@media (min-width: 1400px) {
  .options-row .product-option {
    height: 240px;
  }
}



li ol {
  padding-left: 9px;
}

ul {
  padding-left: 30px;
}

ol,
ul {
  padding-left: 20px;
}