*{
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body{
    background: linear-gradient(180deg,rgba(0, 172, 180, 1) 0%, rgba(46, 204, 209, 1) 56%, rgba(0, 172, 180, 1) 100%);
}

/* HERO SECTION START */

/* --- Hero Section --- */
.hero-section {
/*   background: url('https://gamespak.org/wp-content/uploads/2025/10/mariokart-tour.avif') no-repeat center/cover; */
  background-color: #0d1721;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
margin-bottom:20px;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #dce3ec;
}

/* --- Search Box --- */
.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto 40px;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  padding: 5px 10px;
}

.search-box input {
  border: none;
  outline: none;
  flex: 1;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1rem;
}

.search-box button {
  background: #00bfa6;
  border: none;
  padding: 10px 16px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.search-box button:hover {
  background: #00a48f;
}

.search-box i {
  color: #fff;
  font-size: 1.2rem;
}

/* --- Social Links --- */
.social-icons {
  display: flex;
  gap: 12px;
	justify-content: center;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #ffff !important;
  font-size: 20px;
  transition: all 0.3s ease;
	text-decoration:none;
}

/* Brand background colors */
.social-icons .facebook { background-color: #1877F2; }
.social-icons .twitter { background-color: #000000; }
.social-icons .instagram { background-color: #E4405F; }
.social-icons .youtube { background-color: #FF0000; }
.social-icons .pinterest { background-color: #BD081C; }
.social-icons .telegram { background-color: #0088CC; }

/* Hover effect */
.social-icons a:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}


/* --- Responsive --- */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 0.95rem;
  }
}


/* HERO SECTION END */

.headerContainer{
	width: 100%;
	margin: auto;
	background-color:#ffff;
	margin-bottom:20px;
}

.headerWrapper {
	max-width: 1480px;
	margin:auto;
	padding:10px 60px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerMenu ul{
	list-style-type:none;
}

.headerMenu ul li{
	display:inline-block;
	margin-left:40px;
}
.headerMenu ul li a{
	text-decoration:none;
	font-weight:500;
}

.headerMenu ul li a:hover{
	color:#21c3c9;
}

.headerContainer img{
	width:70px;
}

.scorpioPageMainWrapper{
    margin: 0px auto;
    max-width: 1480px;
    padding: 0px 40px;
}

.scorpioPageSection{
    background-color: #FFFFFF;
    padding: 40px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.scorpioSectionTitle{
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.scorpioSectionTitle a{
    background: linear-gradient(180deg,rgba(0, 172, 180, 1) 0%, rgba(46, 204, 209, 1) 56%, rgba(0, 172, 180, 1) 100%);
    padding: 10px 20px;
    text-decoration: none;
    color: #fff !important;
    border-radius: 5px;
}
.scorpioSectionTitle a:hover{
    background: #000;
}

.scorpioSectionTitle h2{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

/* TOP RATE APP SLIDER */

.postLoopGrid{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    justify-content: flex-start;
}

.sectionAppbox{
    align-items: center;
    cursor: pointer;
    border: 2px solid rgb(210, 210, 210);
    background: linear-gradient(180deg,rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
    border-radius: 8px;
    display: flex;
    text-decoration: none;
    transition: linear 0.2s;
}

a:link {
    color: #000; /* Unvisited link color */
}

a:visited {
    color: #000; /* Visited link color */
}

.sectionAppbox:hover{
    transform: scale(1.05);
}

.sectionAppbox{
    width: 32%;
    gap: 15px;
}
.sectionAppbox-image{
    width: 100px;
    height: 100px;
}
.sectionAppbox-image img{ 
    height: -webkit-fill-available;
    border-radius: 8px;
}

.sectionAppbox-content {
    padding-right: 10px;
}

.sectionAppbox-content h2{
    font-size: 14px;
    padding-bottom: 8px;
    padding-top: 5px;
    font-weight: 500;
}
.sectionAppbox-content .appVersion{
       font-size: 12px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
}

.appVersion img{
 width: 12px;
 padding-right: 5px;
}

.stars{
    display: flex;
    justify-content: start;
    gap: 2px;
    align-items: center;
    }
.star {
    font-size: 20px;
    color: rgb(247, 181, 0);
    transition: all 0.2s ease;
}

.load-more-wrapper{
    display: flex;
    justify-content: center;
}
.load-more-wrapper button{
    background: #000;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff !important;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid #000;
    margin: 20px 0px;
}

.load-more-wrapper button:hover{
    background: transparent;
    border: 2px solid #000;
    color: #000 !important;

}

/* lastestAppContainer */
/* 
.lastestAppContainer .sectionAppbox{
    text-align: center;
    padding: 20px 20px;
    width: 15%;
    display: block !important;
}
.lastestAppContainer .postLoopGrid{
    justify-content: center;
    gap: 20px 25px;
}
.lastestAppContainer .sectionAppbox-image{
    margin: auto;
}
.lastestAppContainer .stars {
    justify-content: center;
} */
.pagination {
    margin-top: 40px;
}

.page-numbers {
    display: flex;
    padding: 6px 12px;
    margin: 2px;
    text-decoration: none;
    list-style-type: none;
    justify-content: center;
}
.page-numbers.current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

/* SINGLE PAGE */

.singlePageAppBox{
    cursor: default;
    width: 100%;
}
.singlePageAppBox .sectionAppbox-image {
    width: 180px;
    height: 180px;
}
.singlePageAppBox .sectionAppbox-content h2 {
    font-size: 24px;
    padding: 0px;
}

.downloadBtn{
    background: #000;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff !important;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid #000;
}

.downloadBtn:hover{
    background: transparent;
    color: #000 !important;
}


.appdetail{
    display: flex;
    gap: 0px 30px;
    align-items: center;
}
.singlePageAppBox .sectionAppbox-content {
    display: grid;
    flex-wrap: nowrap;
    gap: 8px;
}
.singlePageAppBox:hover{
    transform: unset;
}


.scorpioSinglePgMainWrapper{
    display: flex;
    gap: 30px;
}

.postContentContainer{
    width: 80%;
}

.singlePageSideBarContainer{
width: 20%;
}

.singlePageSideBar{
    border: 2px solid rgb(210, 210, 210);
    background: linear-gradient(180deg,rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
    border-radius: 8px;
    height: 500px;
    position: sticky;
    top: 20px;
    padding: 10px;
}

.singlePostContent{
    padding: 40px 0px;
    text-align: justify;
}

.singlePostContent img{
	padding:10px 0px;
	background:none !important;
}


.singlePostContent h2, .singlePostContent h3, .singlePostContent p, .singlePostContent ul, .singlePostContent ol{
	padding-bottom:20px;
}

.sidebarPost-box:last-child{
    border-bottom: none;
}


.sidebarPost-box{
    display: flex;
    padding: 5px 0px;
        gap: 0px 10px;
    align-items: center;
    border-bottom: 2px solid rgb(210, 210, 210);
}
.sidebarPostImage{
    width: 80px;
    height: 80px;
}

.sidebarPostImage img{
        height: -webkit-fill-available;
        border-radius: 8px;
}
.sidebarPostContent a{
    font-weight: 600;
    text-decoration: none;
    font-size: 12px !important;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    display: block;
}

.singlePageSideBar h3{
    padding-bottom: 10px;
}

/* Comment */

.comments-area{
    border-top: 2px solid rgb(210, 210, 210);
    margin-top: 40px;
    padding-top: 40px;
}

.comments-area .commentInputField{
    padding: 5px 20px;
    border-radius: 4px;
    height: 30px;
    width: 250px;
    border: 1px solid grey;
    margin-bottom: 20px;
}

.comments-area textarea{
    padding: 10px 20px;
    border-radius: 4px;
    height: 200px;
    width: 650px;
    border: 1px solid grey;
    resize: none;
}

.comments-area #submit{
background: #000;
    border: 2px solid #000;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff !important;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 20px;
}

.comments-area #submit:hover{
    background: transparent;
    color: #000 !important;
}


h3#reply-title {
    margin-bottom: 10px;
}
.logged-in-as{
    padding-bottom: 10px;
}


@media only screen and (max-width: 1200px)  {
 .sectionAppbox{
    width: 47%;
    }


.scorpioSinglePgMainWrapper {
    flex-wrap: wrap;
}
.postContentContainer{
    width: 100%;
}
.singlePageAppBox{
    width: 100% !important;
}
.comments-area textarea {
    height: 200px;
    width: 500px;
}
.singlePageSideBarContainer {
    width: 100%;
}

}


@media only screen and (max-width: 961px)  {
    .sectionAppbox{
    width: 47%;
    }
    .star {
    font-size: 14px;
    }
    .sectionAppbox-content h2{
    font-size: 12px;
}
.sectionAppbox-content .appVersion {
    font-size: 12px;
}
}

@media only screen and (max-width: 641px)  {
	
	.headerWrapper {
		padding: 10px 20px;
	}
	
	.headerMenu ul li {
    margin-left: 20px;
}
	
    .scorpioPageMainWrapper {
    padding: 0px 10px;
}
.sectionAppbox{
    width: 100%;
    }
    .scorpioPageSection {
    padding: 40px 20px;
	gap:0px;
}

.scorpioSectionTitle{
    flex-wrap: wrap;
    justify-content: center;
}
.scorpioSectionTitle h2{
    width: 100%;
}

.scorpioSectionTitle a{
    margin-top: 20px;
}

.comments-area textarea {
    height: 100px;
    width: 250px;
}
.comments-area #submit {
    margin-top: 0px;
}

.singlePageAppBox{
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0px;
	gap:0px;
}
.singlePageAppBox .sectionAppbox-image {
    width: 100px;
	height: 100px;
}
	
.singlePageAppBox .downloadBtn{
	width: 100%;
    text-align: center;
    margin-bottom: 10px;	
}

.singlePageAppBox .sectionAppbox-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 20px;
}

.singlePageAppBox .appdetail{
    width: 100%;
    justify-content: center; 
    gap: 0px 10px;
	flex-wrap:wrap;
}

.singlePageAppBox .sectionAppbox-content h2 {
    font-size: 18px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
	
	.singlePostContent h2{
		text-align:initial;
	}
	
.singlePostContent ul, .singlePostContent ol{
	padding-left:10px;
	padding-right:10px;
}

}