/* Default Desktop Layout (Already Yours) */
.winner-layout {
  display: flex;
  align-items: center;
  gap: 30px;
  background: transparent;
  padding: 20px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.winner-image {
  width: 45%;
  height: 600px;
  perspective: 1000px;
}

.flip-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
	display: flex;
    align-items: center;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
/*   height: 100%; */
  backface-visibility: hidden;
  text-align: center;
}

.flip-card-front img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.flip-card-back img {
  width: 50%;
  height: 100%;
  object-fit: contain;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.winner-details {
  flex: 1;
  text-align: center;
}

.winner-name {
  	font-size: 2.5rem;
  	background-image: linear-gradient(51deg, #EDBD2B 0%, #F3C818 100%);
  	color: #000000;
  	display: inline-block;
  	padding: 5px 15px;
  	border-radius: 8px;
	font-family: "Anton", Sans-serif;
    font-weight: 300;
    line-height: 78px;
	text-transform: uppercase;
}

.winner-city {
  font-size: 1.2rem;
  margin: 10px 0;
}

.winner-ticket {
  	background-image: linear-gradient(51deg, #EDBD2B 0%, #F3C818 100%);
  	display: inline-block;
  	padding: 5px 15px;
  	margin: 10px 0;
  	border-radius: 8px;
    font-family: "Anton", Sans-serif;
    font-size: 40px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #000000;
}

.winner-prize {
  	text-align: center;
    font-family: "Anton", Sans-serif;
    font-size: 22px;
    font-weight: 400 !important;
    color: #FFFFFF;
	margin: 20px;
}

.winner-city span {
  color: red;
}





/* ---------- Responsive CSS ---------- */

/* Tablet (<= 992px) */
@media (max-width: 992px) {
  .winner-layout {
    flex-direction: column;
    text-align: center;
  }

  .winner-image {
    width: 70%;
    height: 400px;
  }

  .winner-name {
    font-size: 2rem;
  }

  .winner-ticket {
    font-size: 1.2rem;
  }

  .winner-prize {
    font-size: 1.8rem;
  }
  .winner-prize-text span{
      font-size: 66px !important;
  }
}

/* Mobile (<= 768px) */
@media (max-width: 768px) {
		.winner-name {
		    margin-top: 105px;
	}
	.date-line {
    margin-bottom: 12px !important;
}
  .winner-layout {
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }

  .winner-image {
    width: 100%;
    height: 300px;
  }

  .winner-name {
    font-size: 1.8rem;
    padding: 4px 10px;
  }

  .winner-city {
    font-size: 1rem;
  }

  .winner-ticket {
    font-size: 1.1rem;
    padding: 4px 10px;
  }

  .winner-prize {
    font-size: 1.5rem;
  }
	.winner-image {
  		width: 100% !important;
		height: 400px !important;
	}
	.fr-scnds{
		display: none !important;
	}
}

/* Small Mobile (<= 480px) */
@media (max-width: 480px) {
  .winner-layout {
    gap: 15px;
    padding: 10px;
  }

  .winner-image {
    height: 220px;
  }

  .winner-name {
    font-size: 1.5rem;
  }

  .winner-city {
    font-size: 0.9rem;
  }

  .winner-ticket {
    font-size: 1.8rem;
  }

  .winner-prize {
    font-size: 1.2rem;
  }
  .flip-card-front,
  .flip-card-back {
  height: 100%;
  }
	.winner-prize-text{
			margin: 0px !important;
		}
}








/* ==========================
   Jackpot & Weekly Prize Section
   ========================== */
.tap5050-jackpot-wrap {
  text-align: center;
  font-family: 'Impact', 'Arial Black', sans-serif;
  color: #fff;
  background: transparent;
  padding: 40px 20px;
}

.tap5050-jackpot-wrap h2,
.tap5050-jackpot-wrap h3 {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

/* Jackpot and Weekly Prize Value Box */
.tap5050-jackpot-wrap .jackpot-box {
  display: inline-block;
  background: linear-gradient(180deg, rgba(120,0,0,0.9), rgba(50,0,0,0.9));
  border: 2px solid #ff0000;
  border-radius: 14px;
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.3);
  padding: 20px 40px;
  margin: 10px 20px;
  color: #fff;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Label text for each box */
/*.tap5050-jackpot-wrap .jackpot-label {*/
/*  font-size: 30px;*/
/*  color: #fff;*/
/*  font-weight: bold;*/
/*  margin-bottom: 15px;*/
/*  letter-spacing: 1px;*/
/*  text-shadow: 0 0 8px rgba(255,255,255,0.2);*/
/*}*/


.jackpot-label {
    font-family: "Anton", Sans-serif;
    font-size: 45px;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-shadow: 0px 9px 10px rgba(0, 0, 0, 0.28);
    color: #FFFFFF;
}

/* Countdown timer section */
.timer-clck {
  margin-top: 70px;
  text-align: center;
}

.timer-clck p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "gilroy", Sans-serif;
}

.timer-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(120,0,0,0.95), rgba(50,0,0,0.95));
  border: 2px solid #ff0000;
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(255,0,0,0.4);
  padding: 30px 20px 20px;
  gap: 5px;
}

.timer-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer-value {
  font-size: 66px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 8px rgba(255,255,255,0.3);
}


.timer-box {
    color: #FFFFFF;
    font-family: "Morganite", Sans-serif;
    font-size: 66px;
    font-weight: 400;
}
.timer-label {
    color: #FFFFFF;
    font-family: "Morganite", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.timer-value {
    box-shadow: 0px 0px 23px 0px #FF0000 inset;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF2E00;
    border-radius: 12px !important;
    padding: 0px 30px;
}

/* ==========================
   Responsive Design
   ========================== */
@media (max-width: 992px) {
  .tap5050-jackpot-wrap .jackpot-box {
    font-size: 80px;
    padding: 15px 30px;
  }

  .tap5050-jackpot-wrap h2,
  .tap5050-jackpot-wrap h3 {
    font-size: 28px;
  }

  .timer-box {
    padding: 15px 25px;
    gap: 15px;
  }

  .timer-value {
    font-size: 40px;
  }

  .timer-label {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .tap5050-jackpot-wrap .jackpot-box {
    font-size: 55px;
    margin: 10px auto;
    width: 85%;
  }

  .tap5050-jackpot-wrap h2,
  .tap5050-jackpot-wrap h3 {
    font-size: 22px;
  }

  /*.timer-box {*/
  /*  flex-direction: column;*/
  /*  gap: 10px;*/
  /*  padding: 15px;*/
  /*}*/

  .timer-value {
    font-size: 35px;
  }
  .jackpot-label{
      font-size: 30px;
  }
.main-prizes {
    display: flex;
    flex-direction: column;
}
.widther{
    width: 100% !important;
}
.timer-clck p{
    font-size: 14px;
}
  .timer-label {
    font-size: 33px;
  }
}

.widther {
   width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.jackpot-box {
    width: 66%;
}

.jackpot-box {
    color: #FFFFFF;
    font-family: "Morganite", Sans-serif;
    font-size: 176px;
    font-weight: 600;
    text-shadow: 0px 0px 9px #FC0000;
}


.winner-prize-text{
/* 	font-family: "Morganite", Sans-serif; */
    font-size: 95px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 110px;
    letter-spacing: 5px;
/*     -webkit-text-stroke-width: 2px; */
    stroke-width: 2px;
/*     -webkit-text-stroke-color: #FFFFFFFC;
    stroke: #FFFFFFFC; */
    text-shadow: 0px 9px 10px rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
	margin: 20px;
}


.date-abve-img {
    text-align: center;
}





.date-linee {
  font-size: 1.3rem;
  margin: 5px 0;
}

.date-label {
  color: #f3c818;
  font-weight: bold;
  margin-right: 8px;
}

.date-value {
  color: #ffffff;
  font-weight: normal;
}
.winner-date-section {
    display: flex;
    justify-content: space-evenly;
}

.date-line {
    background: #f0c320;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: -20px;
}

span.date-label {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
}

span.date-value {
    color: #000;
    text-transform: uppercase;
}


#jackpotValue:before {
    content: '$';
	margin-right: 10px;
}

#weeklyPrizeValue:before{
	content: '$';
	margin-right: 10px;
}