

.gamepageBox{
    padding: 20px;
	margin: auto;
}

main{
	width: 1300px;
}
.hOneTitle{
	margin: 30px 0;
}

.gameLogo{
	width: 200px;
	height: 200px;
	border-radius: 20px;
}

.cap{
	line-height: 2;
}
.col-md-12{

	.gamepageBox{
		padding: 20px;
		margin: auto;
	}
	.hOneTitle{
		margin: 30px 0;
	}
	
	.gameLogo{
		width: 200px;
		height: 200px;
		border-radius: 20px;
	}
	
	.cap{
		line-height: 2;
	}
	.col-md-12{
		margin-top: 20px;
	}
	.gameBigBox{
		display: flex;
		justify-content: space-between;
	}
	.gameBoxLeft{
		width: 20%;
		height: 500px;
	}
	
	.gameimgBox{
		width: 150px;
		height: 150px;
		border: 3px solid rgba(255, 255, 255, 1);
		border-radius: 100%;
		overflow: hidden;
		box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
	}
	
	.gameimgBox img{
		width: 100%;
		height: 100%;
	}
	.gameBoxRight{
		width: 20%;
		height: 500px;
	}
	
	.gameBox {
		width: 100%;
		margin: auto;
		height: auto;
		margin: 30px 0;
	}
	
	.gameCon {
		width: 100%;
		padding: 0px;
		margin: auto;
		height: 100%;
		margin: auto;
		position: relative;
		z-index: 2222;
		overflow: hidden;
	}
	
	.gamePlay img{
		width: 200px;
	}
	
	.bannerTitle p{
		font-size: 24px;
		color: #fff;
		font-weight: 600;
	}
	
	.pName {
		width: 100%;
		font-size: 26px;
		margin-bottom: 20px;
		color: #fff;
		font-weight: 600;
		margin-top: 20px;
		word-break: keep-all;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.gameAd {
		width: 80%;
		margin: 30px auto;
		height: 100px;
		background-color: #000;
		padding: 0px 10px;
		overflow-x: auto;
		position: relative;
	}
	
	.gameAd::-webkit-scrollbar{
		display: none;
	}
	
	.gameAdList {
		width: 90px;
		height: 80px;
		border-radius: 10px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		bottom: 0px;
		margin: auto;
	}
	
	.gameAdList img {
		width: 100%;
		height: 100%;
	}
	
	.gamePlay {
		width: 100%;
		height: 580px;
		position: relative;
		overflow: hidden;
		margin-bottom: 30px;
		max-width: 1300px;
		margin: auto;
		position: relative;
		background-image: url(../picture/1.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		filter: blur(30px);
		z-index: 1;
	}
	
	.gamedet{
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 50px;
		padding: 50px;
		display: flex;
		justify-content: space-between;
		transition: all 0.3s;
		z-index: 2222222;
		align-items: center;
	}
	#sdk__splash-button {
		position: relative;
		transition: all .2s;
		margin: auto;
		padding: 10px 22px 8px 22px;
		border-radius: 5px;
		border: 3px solid white;
		background: linear-gradient(0deg, #dddddd, #ffffff);
		color: #222;
		text-transform: uppercase;
		text-shadow: 0 0 1px #fff;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 18px;
		cursor: pointer;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	}
	
	#sdk__splash-button:hover {
		padding-right: 35px!important;
		background: linear-gradient(0deg, #ffffff, #dddddd);
	}
	#sdk__splash-button:after {
		content: "\00bb";
		position: absolute;
		opacity: 0;
		top: 7.9px;
		right: 5px;
		transition: .5s;
	}
	
	#sdk__splash-button:hover:after {
		opacity: 1;
		right: 15px;
	}
	/* .gamedet:hover{
		box-shadow: -2px -2px 10px 1px #ffffff, 10px 20px 21px rgba(0,0,0,.4);
	} */
	
	.gamedetLeft{
		width: 100%;
		height: 50%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.baifenbaiBox{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.buttonBox{
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	.wgTitle{
		width: 100%;
		font-weight: 600;
		font-size: 35px;
		user-select: none;
		color: #fff;
		text-align: center;
	}
	
	
	.gameimgBox{
		width: 150px;
		height: 150px;
		display: flex;
		align-items: center;
	}
	
	.wgPrerollCTA {
		width: 60%;
		margin: auto;
		height: 75px;
		border-radius: 50px;
		background-color: #ff515d;
		transition: .2s;
		position: relative;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.22);
		transition: all 0.3s;
	}
	
	.wgPrerollCTA:hover{
		transform: scale(1.1);
		
	}
	.wgPrerollCTA:hover .jiantou{
		animation: jiantous 0.3s linear infinite;
	}
	
	.wgPrerollCTA span {
		color: #fff;
		font-size: 26px;
		text-transform: uppercase;
		background-color: #ff515d !important;
		margin-left: 15px;
	}
	 
	@keyframes jiantous {
		0%{
			transform: translateX(10px);
		};
		50%{
			transform: translateX(20px);
		};
		100%{
			transform: translateX(10px);
		}
	}
	
	.jiantou{
		width: auto !important;
		height: auto;
		
	}
	
	
	.gamedetRight img:hover{
		transform: scale(1.1);
		box-shadow: -2px -2px 10px 1px #ffffff, 0 5px 40px rgba(0,0,0,.4);
	}
	
	.gameplayOne {
		width: 100%;
		height: 100%;
		border: 1px solid red;
		/* background-image: url(../images/1.jpg); */
		background-repeat: no-repeat;
		background-size: cover;
		filter: blur(60px);
		position: relative;
	}
	
	.gameplayTwo {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		display: none;
	}
	
	.gameplayTwo iframe{
		width: 100%;
		height: 100%;
	}
	
	.gameDet {
		width: 100%;
		min-height: 300px;
		border: 1px solid #4ca5a9;
		margin: 30px auto;
		border-radius: 5px;
		overflow: hidden;
		z-index: 2;
	}
	
	.gameDetTop {
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #4ca98a;
		padding: 0px 20px;
		color: #fff;
		font-weight: 600;
		font-size: 26px;
		line-height: 50px;
		text-transform: capitalize;
	}
	
	.gameDetBottom {
		padding: 20px 20px;
		line-height: 1.8;
		color: #fff;
		font-size: 18px;
	}
	
	.gameLiBox {
		width: 100%;
		padding: 0px;
		height: auto;
		margin: auto;
		margin-bottom: 30px;
	}
	
	.gameListBox {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
	}
	
	.gameListBox .pName {
		height: auto;
		border: none;
		font-size: 16px;
	}
	
	.playBtn {
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		z-index: 2;
		animation: playBtn 1.5s linear infinite;
		cursor: pointer;
	}
	
	.loading {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 6;
		display: flex;
		justify-content: center;
		align-items: center;
	  }
	
	  .loading::after {
		content: '';
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 4px solid #fff;
		border-top-color: #000;
		animation: loading 1s linear infinite;
	  }
	
	  @keyframes loading {
		to {
		  transform: rotate(360deg);
		}
	  }
	
	
	@keyframes playBtn {
		0% {
			transform: scale(0.88);
		}
	
		50% {
			transform: scale(1.2);
		}
	
		100% {
			transform: scale(0.88);
		}
	}
	
	
	
	/* .gameListBox .smallList{
		width: calc((100% - 60px)/4);
	}
	
	.gameListBox .smallList:nth-of-type(8n) {
		margin-right: 20px;
	}
	
	.gameListBox .smallList:nth-of-type(4n) {
		margin-right: 0px;
	} */
	.detP{
		color: #2c3e50;
	}
	.gameh2{
		color: #2c3e50;
	}
	@media screen and (max-width:960px) {

		main{
			width: 100%;
		}
		.gameCon{
			width: 100%;
			padding: 0px;
		}
		.gameDet{
			width: 100%;
			margin: 0px auto 20px;
			border-radius: 0px;
		}
		.gameAd{
			width: 100%;
			
		}
		.gameLiBox{
			width: 100%;
			padding: 0px;
		}
		.gameBox{
			width: 100%;
			margin: auto;
			margin-bottom: 50px;
			height: 400px;
		}
		main{
			width: 95%;
			margin: 10px auto;
		}
		.pName{
			height: 30px;
			font-size: 20px;
		}
		.gamePlay{
			height: 400px;
		}
		.gamedetLeft{
			margin-bottom: 70px;
		}
		.buttonBox{
			margin-top: 20px;
		}
		.goldRight{
			display: none !important;
		}
		 .goldleftThree, .goldleftFour{
			display: none !important;
		}
	
		.gameListBox .smallList:nth-of-type(10n){
			margin-right: 20px;
		}
		.gameListBox .smallList{
			width: calc((100% - 20px)/3);
			margin-right: 10px;
		}
		.gameListBox .smallList:nth-of-type(10n){
			margin-right: 10px;
		}
		.gameListBox .smallList:nth-of-type(8n){
			margin-right: 10px;
		}
		.gameListBox .smallList:nth-of-type(3n){
			margin-right: 0px;
		}
		.pName{
			margin: 10px auto;
		}
	
		.mainbox{
			padding: 0 10px;
		}
	
		.gamepageBox{
			padding: 0;
		}
	}
}
.gameBigBox{
	display: flex;
	justify-content: space-between;
}
.gameBoxLeft{
	width: 20%;
	height: 500px;
}

.gameimgBox{
	width: 150px;
	height: 150px;
	border: 3px solid rgba(255, 255, 255, 1);
	border-radius: 100%;
	overflow: hidden;
	box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
}

.gameimgBox img{
	width: 100%;
	height: 100%;
}
.gameBoxRight{
	width: 20%;
	height: 500px;
}

.gameBox {
	width: 100%;
	margin: auto;
	height: 630px;
	margin: 30px 0;
}

.gameCon {
	width: 1100px;
	padding: 0px;
	margin: auto;
	height: 100%;
	margin: auto;
	position: relative;
	z-index: 2222;
	overflow: hidden;
	border-radius: 10px;
}

.gamePlay img{
	width: 200px;
}

.bannerTitle p{
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.pName {
	width: 100%;
	font-size: 26px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 600;
	margin-top: 20px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gameAd {
	width: 80%;
	margin: 30px auto;
	height: 100px;
	background-color: #000;
	padding: 0px 10px;
	overflow-x: auto;
	position: relative;
}

.gameAd::-webkit-scrollbar{
	display: none;
}

.gameAdList {
	width: 90px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.gameAdList img {
	width: 100%;
	height: 100%;
}

.gamePlay {
	width: 100%;
	height: 630px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	max-width: 1300px;
	margin: auto;
	position: relative;
	background-image: url(../picture/1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	filter: blur(30px);
	z-index: 1;
}

.gamedet{
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50px;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	transition: all 0.3s;
	z-index: 2222222;
	align-items: center;
}
#sdk__splash-button {
    position: relative;
    transition: all .2s;
	margin: auto;
    padding: 10px 22px 8px 22px;
    border-radius: 5px;
    border: 3px solid white;
    background: linear-gradient(0deg, #dddddd, #ffffff);
    color: #222;
    text-transform: uppercase;
    text-shadow: 0 0 1px #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#sdk__splash-button:hover {
    padding-right: 35px!important;
	background: linear-gradient(0deg, #ffffff, #dddddd);
}
#sdk__splash-button:after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 7.9px;
    right: 5px;
    transition: .5s;
}

#sdk__splash-button:hover:after {
    opacity: 1;
    right: 15px;
}
/* .gamedet:hover{
	box-shadow: -2px -2px 10px 1px #ffffff, 10px 20px 21px rgba(0,0,0,.4);
} */

.gamedetLeft{
	width: 100%;
	height: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.baifenbaiBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.buttonBox{
	width: 100%;
	display: flex;
	align-items: center;
}

.wgTitle{
	width: 100%;
	font-weight: 600;
    font-size: 35px;
    user-select: none;
    color: #fff;
	text-align: center;
}


.gameimgBox{
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
}

.wgPrerollCTA {
	width: 60%;
	margin: auto;
	height: 75px;
	border-radius: 50px;
	background-color: #ff515d;
    transition: .2s;
    position: relative;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.22);
	transition: all 0.3s;
}

.wgPrerollCTA:hover{
	transform: scale(1.1);
	
}
.wgPrerollCTA:hover .jiantou{
	animation: jiantous 0.3s linear infinite;
}

.wgPrerollCTA span {
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
    background-color: #ff515d !important;
	margin-left: 15px;
}
 
@keyframes jiantous {
	0%{
		transform: translateX(10px);
	};
	50%{
		transform: translateX(20px);
	};
	100%{
		transform: translateX(10px);
	}
}

.jiantou{
	width: auto !important;
	height: auto;
	
}


.gamedetRight img:hover{
	transform: scale(1.1);
    box-shadow: -2px -2px 10px 1px #ffffff, 0 5px 40px rgba(0,0,0,.4);
}

.gameplayOne {
	width: 100%;
	height: 100%;
	border: 1px solid red;
	/* background-image: url(../images/1.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(60px);
	position: relative;
}

.gameplayTwo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
}

.gameplayTwo iframe{
	width: 100%;
	height: 100%;
}

.gameDet {
	width: 1100px;
	margin: 30px auto;
	border-radius: 5px;
	overflow: hidden;
	z-index: 2;
	border-radius: 10px !important;
}
@media screen and (min-width:1300px) {
	.gameMt3{
		width: 1300px !important;
	}
}
/* .gameMt3{
	width: 1300px !important;
} */

.gameDetTop {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #4ca98a;
	padding: 0px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 50px;
	text-transform: capitalize;
}

.gameDetBottom {
	padding: 20px 20px;
	line-height: 1.8;
	color: #fff;
	font-size: 18px;
}

.gameLiBox {
	width: 100%;
	padding: 0px;
	height: auto;
	margin: auto;
	margin-bottom: 30px;
}

.gameListBox {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.gameListBox .pName {
	height: auto;
	border: none;
	font-size: 16px;
}

.playBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	z-index: 2;
	animation: playBtn 1.5s linear infinite;
	cursor: pointer;
}

.loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 6;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .loading::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-top-color: #000;
	animation: loading 1s linear infinite;
  }

  @keyframes loading {
	to {
	  transform: rotate(360deg);
	}
  }


@keyframes playBtn {
	0% {
		transform: scale(0.88);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(0.88);
	}
}



/* .gameListBox .smallList{
	width: calc((100% - 60px)/4);
}

.gameListBox .smallList:nth-of-type(8n) {
	margin-right: 20px;
}

.gameListBox .smallList:nth-of-type(4n) {
	margin-right: 0px;
} */
.detP{
	color: #2c3e50;
}
.gameh2{
	color: #2c3e50;
}
@media screen and (max-width:960px) {
	.gameCon{
		width: 100%;
		padding: 0px;
		border-radius: 10px;
	}
	.gameDet{
		width: 100%;
		margin: 0px auto 20px;
		border-radius: 0px;
	}
	.gameAd{
		width: 100%;
		
	}
	.gameLiBox{
		width: 100%;
		padding: 0px;
	}
	.gameBox{
		width: 100%;
		margin: auto;
		margin-bottom: 50px;
		height: 400px;
	}
	main{
		width: 100%;
		margin: 10px auto;
	}
	.pName{
		height: 30px;
		font-size: 20px;
	}
	.gamePlay{
		height: 400px;
	}
	.gamedetLeft{
		margin-bottom: 70px;
	}
	.buttonBox{
		margin-top: 20px;
	}
	.goldRight{
		display: none !important;
	}
	 .goldleftThree, .goldleftFour{
		display: none !important;
	}

	.gameListBox .smallList:nth-of-type(10n){
		margin-right: 20px;
	}
	.gameListBox .smallList{
		width: calc((100% - 20px)/3);
		margin-right: 10px;
	}
	.gameListBox .smallList:nth-of-type(10n){
		margin-right: 10px;
	}
	.gameListBox .smallList:nth-of-type(8n){
		margin-right: 10px;
	}
	.gameListBox .smallList:nth-of-type(3n){
		margin-right: 0px;
	}
	.pName{
		margin: 10px auto;
	}

	.mainbox{
		padding: 0 10px;
	}

	.gamepageBox{
		padding: 0;
	}
}

/* Video Section Styles */
.gameVideo {
	width: 1100px;
	margin: 30px auto;
	border-radius: 10px;
	overflow: hidden;
	z-index: 2;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.videoContainer {
	padding: 20px;
}

.videoPlaceholder {
	width: 100%;
	height: 300px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.videoPlaceholder:hover {
	transform: scale(1.02);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.videoPlaceholder::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
	transform: translateX(-100%);
	transition: transform 0.6s;
}

.videoPlaceholder:hover::before {
	transform: translateX(100%);
}

.videoIcon {
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	transition: all 0.3s ease;
}

.videoIcon img {
	width: 40px;
	height: 40px;
	filter: brightness(0) invert(1);
}

.videoPlaceholder:hover .videoIcon {
	transform: scale(1.1);
	background: rgba(255, 255, 255, 0.3);
}

.videoPlaceholder p {
	color: white;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Comments Section Styles */
.gameComments {
	width: 1100px;
	margin: 30px auto;
	border-radius: 10px;
	overflow: hidden;
	z-index: 2;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.gameComments .gameDetTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.ratingOverall {
	display: flex;
	align-items: center;
	gap: 10px;
}

.stars {
	display: flex;
	gap: 2px;
}

.star {
	font-size: 20px;
	color: #ddd;
	cursor: pointer;
	transition: color 0.2s;
}

.star.active {
	color: #ffd700;
}

.ratingText {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.commentForm {
	padding: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.commentForm h4 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 18px;
}

.userRating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.userRating span {
	color: #fff;
	font-size: 14px;
}

.ratingInput .star:hover,
.ratingInput .star.hover {
	color: #ffd700;
}

.commentForm textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 14px;
	resize: vertical;
	margin-bottom: 15px;
}

.commentForm textarea::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.submitComment {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
}

.submitComment:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.commentsList {
	padding: 20px;
}

.comment {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
}

.comment:hover {
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-2px);
}

.commentHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.userInfo {
	display: flex;
	align-items: center;
	gap: 12px;
}

.avatar {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.userDetails {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.username {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.commentRating .star {
	font-size: 14px;
}

.commentDate {
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
}

.commentText {
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
	margin-bottom: 12px;
	font-size: 14px;
}

.commentActions {
	display: flex;
	gap: 15px;
}

.likeBtn, .replyBtn {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.8);
	padding: 6px 12px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 12px;
	transition: all 0.3s ease;
}

.likeBtn:hover, .replyBtn:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.loadMoreComments {
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	padding: 12px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	margin: 20px;
	margin-top: 0;
	transition: all 0.3s ease;
}

.loadMoreComments:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
}

/* Mobile Responsive Styles for New Sections */
@media screen and (max-width:960px) {
	.gameVideo, .gameComments {
		width: 100%;
		margin: 20px auto;
		border-radius: 0;
	}

	.videoPlaceholder {
		height: 200px;
	}

	.videoIcon {
		width: 60px;
		height: 60px;
	}

	.videoIcon img {
		width: 30px;
		height: 30px;
	}

	.videoPlaceholder p {
		font-size: 16px;
	}

	.gameComments .gameDetTop {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		padding: 15px;
		font-size: 18px;
	}

	.ratingOverall {
		align-self: flex-start;
		width: 100%;
	}

	.commentForm, .commentsList {
		padding: 15px;
	}

	.commentForm h4 {
		font-size: 16px;
	}

	.userRating {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.commentHeader {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.userInfo {
		gap: 10px;
	}

	.avatar {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

	.commentActions {
		flex-wrap: wrap;
		gap: 10px;
	}

	.likeBtn, .replyBtn {
		padding: 8px 12px;
		font-size: 11px;
	}

	.loadMoreComments {
		margin: 15px;
		margin-top: 0;
		padding: 15px;
		font-size: 14px;
	}

	.stars .star {
		font-size: 18px;
	}

	.ratingText {
		font-size: 13px;
	}
}

/* Additional Animation Effects */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes shimmer {
	0% {
		background-position: -200px 0;
	}
	100% {
		background-position: calc(200px + 100%) 0;
	}
}

.gameVideo, .gameComments {
	animation: fadeInUp 0.6s ease-out;
}

.comment {
	animation: fadeInUp 0.4s ease-out;
}

.submitComment:active {
	transform: translateY(0);
}

.star:hover {
	animation: pulse 0.3s ease-in-out;
}

/* Loading state for load more button */
.loadMoreComments.loading {
	background: linear-gradient(90deg, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 75%);
	background-size: 200px 100%;
	animation: shimmer 1.5s infinite;
}

/* Improved focus states for accessibility */
.commentForm textarea:focus,
.submitComment:focus,
.likeBtn:focus,
.replyBtn:focus,
.loadMoreComments:focus {
	outline: 2px solid #667eea;
	outline-offset: 2px;
}

/* Smooth scrolling for comment section */
.commentsList {
	scroll-behavior: smooth;
}

/* Enhanced hover effects */
.gameVideo:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.gameComments:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Loading spinner for video */
.video-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-top: 4px solid #fff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Success message for comment submission */
.success-message {
	background: linear-gradient(135deg, #4CAF50, #45a049);
	color: white;
	padding: 12px 20px;
	border-radius: 8px;
	margin: 10px 0;
	text-align: center;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

.success-message.show {
	opacity: 1;
	transform: translateY(0);
}

/* Error message styling */
.error-message {
	background: linear-gradient(135deg, #f44336, #d32f2f);
	color: white;
	padding: 12px 20px;
	border-radius: 8px;
	margin: 10px 0;
	text-align: center;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

.error-message.show {
	opacity: 1;
	transform: translateY(0);
}

/* Improved button states */
.submitComment:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

.likeBtn.liked {
	background: rgba(76, 175, 80, 0.2);
	border-color: #4CAF50;
	color: #4CAF50;
}

/* Tooltip for rating stars */
.star[title] {
	position: relative;
}

.star[title]:hover::after {
	content: attr(title);
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	z-index: 1000;
}